@font-face {
    font-family: 'PF';
    src: url('/template/default/static/fonts/ regular.ttf');
}

body {
    font-family: "PF";
}

@font-face {
    font-family: 'futura';
    src: url('/template/default/static/fonts/futuralt-book.woff2') format('woff2'),
        url('/template/default/static/fonts/futuralt-book.woff') format('woff'),
        url('/template/default/static/fonts/futuralt-book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Source';
    /* src: url('/template/default/static/fonts/sourcehanserifcn-medium.ttf'); */
	src: url('/template/default/static/fonts/alibaba-puhuiti-bold.ttf');
}
.one_row{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.content_width {
    width: 75.5%;
    margin: 0 auto;
}
.container {
    width: 75.5%; 
    margin: 0 auto;
}
.header_same_wrap {
    margin-left: 11.5%;
}

.header_top_title {
    font-family: "Source";
    font-size: 2.34vw;
    color: #fff;
}

.header_entitle {
    font-size: 6.7vw;
    color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0px;
    /* left: 188px; */
    left: 0;
    font-family: "futura";
}

.header_same_wrap {
    position: relative;
}

.Source_font {
    font-family: "Source";
}


/* 导航样式 */
/* 导航样式 */
.pc_nav_wrap{
	display: block;
}
.phone_nav_wrap{
	display: none;
}


.ws_fix_nav {
    width: 100%;
    background-color: #fff;
    /* position: fixed;
    top: 0;
    left: 0;
	z-index: 99; */
    position: relative;
    z-index: 66;

}



.nav_fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}
.son_nav_fixed{
    position: fixed;
    width: 100%;
    top: 103px;
    left: 0;
    z-index: 88;
}

.nav_list_card {
    border-bottom: 3px solid #ffffff;
}

.border_cur {
    border-bottom: 3px solid #e20012;
}
.nav_list>ul>li.border_cur>a{
	font-weight: bold !important;
}
 

.nav>img {
    height: 39px;
}

.nav_list {
    width: 55%;
    position: relative;
}

.nav_after {
    display: flex;
}

.clearfix {
    clear: both;
}

.nav_list_content>li {
    position: relative;
}

.sub {
    display: none;
    bottom: -93px;
    height: 90px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -3000px;
    background: rgba(255, 255, 255, 0.6);
    padding: 0;
    width: 6000px;
    z-index: 1000; 
}
.sub dl{
    bottom: 0px;
}

.sub>dl>dd {
    display: inline-block;
    text-align: center;
    position: relative;
}
.sub dl dd div{
    display: none;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ffffff;
    margin: 0 auto;
    position: absolute;
    bottom: 40px;
    left: 50%;
}
.sub>dl>dd>a {
    font-size: 16px;
    color: #333333;
    padding: 0 26px;
    display: inline-block;
    line-height: 123px;
    font-weight: bold;
}
.sub>dl>dd:hover>div{
    display: block;
    background-color: #e20012;
    transition: all 0.8s;
	display: none;
}
.sub>dl>dd>a:hover {
    color: #e20012;
    font-size: 16px;
    /* font-weight: bold; */
    transition: all 0.5s;
}

.nav_list>ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
}


.nav_list>ul>li {
    line-height: 39px;
}

.nav_list>ul>li>a {
    color: #333333;
    font-size: 15px;
}

.nav_list_active {
    border-bottom: 3px solid #e20012;
}

.nav_list_active>a {
    font-weight: bold;
}


.phone {
    display: flex;
    align-items: center;
}

.web_status {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background-color:rgba(226,0,18, 0.8);
    color: #fff;
    line-height: 31px;
    text-align: center;
   /* margin-right: 120px; */
    cursor: pointer;
}
.web_status:hover{
    background-color:rgba(226,0,18, 1.0);
	transition: all 0.8s;
}
.phone>p:nth-child(2)>img {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

.phone>p:nth-child(2)>span {
    font-size: 15px;
    font-weight: bold;
    color: #333333;
}

/* 配景 */
.bgimg {
    /* margin-top: 23px; */
    position: relative;
    z-index: 11;
}

/* 尾部 */
.footer {
    background-color: #333333;
}

.footer_top {
    padding: 118px 12.25%;
	box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.footer_top_content {
    display: flex;
    justify-content: space-between;
    width: 65%;
}

.footer_bottom {
    padding: 0px 12px;
    text-align: center;
}

.footer_bottom_content {
    border-top: 1px solid #474747;
    color: #616161;
    padding: 25px 0px;
    font-size: 9px;
}

.footer_bottom_content a{
	color: #fff;
	opacity: 0.3;
	transition: all 0.3s linear;
}
.footer_bottom_content a:hover{
	opacity: 0.8;
}

.footer_top_content>ul>li {
    color: #D6D6D6;
    font-size: 15px;

}

.footer_top_content>ul>li:nth-child(1) {
    margin-bottom: 33px;
    line-height: 15px;
}

.footer_top_content>ul>li>a {
    color: #ADADAD;
    font-size: 13px;
}

.footer_top_content>ul>li>a:hover {
    color: #ffffff;
    transition: all 0.8s;
}

.adress>p {
    color: #ADADAD;
    font-size: 13px;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 23px;
}

.adress>p:nth-child(3) {
    margin-bottom: 5px;
}

.stable_list_ul {
    position: relative;
    padding: 1vw 0;

}

.stable_list_ul::before {
    content: "";
    background: url(/template/default/static/images/xian.png)center center/cover;
    background-size: 100% 100%;
    height: 100%;
    width: 3px;
    position: absolute;
    left: 0;
    top: 0%;

}

.stable_list_ul li {
    padding: 6px 0;
    position: relative;
    padding-left: 30px;
    margin-bottom: 3vw;
    cursor: pointer;
}

.stable_list_ul li::before {
    content: "";
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    left: -3px;
    top: 12px;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -webkit-transition: all 1s;
}

.stable_list_ul li.cur::before {
    height: 100%;
    background: #fff;
    width: 8px;
    border-radius: 10px;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -webkit-transition: all 1s;
}


.stable_list_title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;

}

.stable_item_img {
    display: inline-block;
    vertical-align: middle;
    width: 35px;

}

.stable_item_img img {
    display: block;
    max-width: 100%;
    width: 22px;

}

.stable_item_text {
    display: block;
    width: calc(100% - 42px);
    font-size: 1.145vw;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s linear;
    vertical-align: middle;
    line-height: 1.45vw;
    letter-spacing: 1px;
}

.stable_list_ul li.cur .stable_item_text {
    font-size: 1.45vw;
    line-height: 1.45vw;
}

.stable_item_intro {
    font-size: 14px;
    color: #fff;
    opacity: 0.7;
    padding-right: 40px;
    width: 100%;
    box-sizing: border-box;
    display: none;


}

.stable_list_ul li.cur .stable_item_intro {
    display: block;
}

.same_about_top {
    position: relative;
}

.same_about_top::before {
    content: "";
    display: block;
    display: block;
    width: 45px;
    height: 3px;
    background: #e20012;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-bottom: -1.5px;
    margin-left: -22.5px;
}

.same_about_top .same_about_bigtitle {
    font-family: "Source";
    font-size: 2vw;
    line-height: 2.6vw;
}

.same_about_top .same_about_titleintro {
    font-size: 16px;
}

.about_smame_titlebig {
    font-family: "Source";
    font-size: 2vw;
}

.have_line_style {
    position: relative;
}

.have_line_style::before {
    content: "";
    display: block;
    width: 45px;
    height: 3px;
    background: #e20012;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: -1.5px;
}

.core_have_booter {
    border-bottom: 1px solid #E5E5E5;
    color: #e20012;
}

.center_smame_title {
    padding-bottom: 20px;
    color: #e20012;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.lift_background_bai {
    width: 100%;
    background: #fff;
}

.header_hasintro_wrap {
    position: relative;
    width: 100%;
}

.header_hasintro_box {
    width: 100%;
    color: #ffffff;
    font-size: 1.093vw;
    position: absolute;
    left: 0;
    top: 5.2vw;
}

.nav img:hover {
    cursor: pointer
}

.product_banner_content h3:hover {
    cursor: pointer
}

.card_list_active h5:hover {
    cursor: pointer
}

.news_list li:hover {
    cursor: pointer
}

.about_active:hover {
    cursor: pointer;
}

.about_bottom_right_three {
    cursor: pointer;
}

.jt {
    cursor: pointer;
}

.life_list li {
    cursor: pointer;
}

.life_list li:hover div h1 {
    color: #e20012;
    transition: all 0.8s;
}

.redJt {
    cursor: pointer;
}

.ylbz {
    cursor: pointer;
}

.gdzz,
.cppz,
.jzdz {
    cursor: pointer;
}

.recruitment_card_title img {
    cursor: pointer;
}

.neibu_right ul li {
    cursor: pointer;

}

.hot_title_nav_card {
    cursor: pointer;

}

.life_nav_son {
    cursor: pointer;

}

.jinri_page_left {
    cursor: pointer;

}

.jinri_page_right {
    cursor: pointer;

}
.hot_title_nav_card:hover{
    color: #fff;
    background-color: #e20012;
    transition: all 1.0s;
}
.life_nav_son:hover{
    color: #fff;
    background-color: #e20012;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -webkit-transition: all 1s;
}
.nav_card{
    cursor: pointer;
}
.nav_card:hover p{
    background-color: #e20012;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -webkit-transition: all 0.8s;
}
.ws_cur_border{
    border-bottom: 3px solid #e20012;
    transition: all 1.0s;
}

.jpfw{
    border: none !important;
    display: flex;
    align-items: center;
}
.jpfw p{
    height: 36px;
	line-height: 36px;
    background-color:rgba(226,0,18, 0.8);
    border-radius: 18px;
    padding: 0px 20px;
    cursor: pointer;
}
.jpfw p:hover{
    background-color:rgba(226,0,18, 1.0);
    transition: all 0.8s;
}
.jpfw p a{
    color: #ffffff;
    font-size: 15px;
    font-weight: normal !important;
}

.pc_lang_changebtn {
    margin-right: 120px;
}
.pro_there_nav{
	margin-top: 40px;
}
.pro_there_nav_wrap{
	text-align: center;
}
.pro_there_nav_box{
	display: inline-block;
}
.pro_there_nav_item{
	display: inline-block;
	font-size: 15px;
	color: #999;
	position: relative;
	padding: 0 12px;
	cursor: pointer;
	transition: all 0.3s linear;
	font-family: "RRR";
}
.pro_there_nav_item.tactive{
	color: #e20012;
}
.pro_there_nav_item:hover{
	color: #e20012;
}
.pro_there_nav_box .pro_there_nav_item:last-child::after{
	display: none;
}
.pro_there_nav_item::after{
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background: #323232;
	border-radius: 100%;
	position: absolute;
	right: -3px;
	top: 50%;
	transform: translateY(-50%);
}

/* 头部样式 */
.header-wide {
	width: 100%;
	box-sizing: border-box;
	padding: 0;
	/* height: 100px; */
	display: flex;
	align-items: center;
	background: #fff;
	height: 60px;
}
.mobile-header {
		width: 100%;
		padding: 0;
	}

	.mobile-header .container {
		width: 90%;
		padding: 0;
		margin: 0 auto;
	}

	.mobile-header .container .row {
		padding: 0;
		margin: 0;
		width: 100%;
	}

	.mobile-header .container .row .col-12 {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.mobile-main-header {
		width: 100%;
	}

	.mobile-logo {
		width: 28%;
		max-width: 30%;
	}

	.sticky.is-sticky .mobile-main-header {
		height: 60px;
	}

	.off-canvas-wrapper .btn-close-off-canvas i {
		font-size: 34px;
		text-align: center;
		line-height: 34px;
		font-style: normal;
	}

	.off-canvas-wrapper .btn-close-off-canvas {
		/* background-color: #014399; */
		background-color: #000;
	}

	.mobile-main-header .mobile-menu-toggler .mobile-menu-btn:hover span {
		background-color: #000;
	}

	.off-canvas-wrapper .off-canvas-inner {
		position: relative;
	}

	.offcanvas-widget-area {
		padding: 0;
		margin: 0;
		position: absolute;
		left: 0;
		bottom: 10%;
	}

	.mobile-navigation {
		max-height: 400px;
	}




	.index_swiper1-container .swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		left: 5%;
	}

	.off-canvas-wrapper .btn-close-off-canvas {
		background: #005a8a;
	}

	.phone_nav_logo {
		display: block;
		width: 125px;
		padding-bottom: 12px;
	}

	.phone_nav_logo a {
		display: inline-block;
		width: 100%;
		transition: all 0.3s linear;

	}

	.mobile-navigation {
		max-height: none;
	}

	.off-canvas-wrapper.open .phone_nav_logo a {
		/* animation: lightSpeedIn alternate 1.2s forwards; */
	}

	.mobile-menu li>a {
		width: 70%;
	}

	.mobile-menu li.menu-item-has-children .menu-expand {
		width: 28%;
		left: auto;
		right: 0;
		box-sizing: border-box;
		/* padding-left: 12%; */
		z-index: 5;
		display: inline-block;
		text-align: right;
		/* background: pink; */
		height: 44px;
		top: 0;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		padding-right: 2%;

	}

	.mobile-menu li.menu-item-has-children .menu-expand i {
		text-align: center;
		margin-top: 0;

	}

	.mobile-menu li {
		position: relative;
		width: 100%;
		box-sizing: border-box;

	}

	.mobile-menu {
		width: 100%;
		box-sizing: border-box;
		padding-right: 20px;
	}

	.off-canvas-wrapper .off-canvas-inner-content {
		padding: 0 20px;
		padding-right: 0;
	}

	.off-canvas-wrapper .off-canvas-inner .mobile-navigation {
		box-sizing: border-box;
		height: 100%;
		padding: 20px 0;

	}

	.mobile-menu li.mactive>a {
		color: #e20012 !important;
		font-weight: bold;
	}

	.mobile-menu li.menu-item-has-children.mactive .menu-expand i {
		border-bottom: 1px solid #e20012;
	}

	.mobile-menu li.menu-item-has-children.mactive .menu-expand i:before {
		border-bottom: 1px solid #e20012;
	}

	.mobile-menu li {
		border-bottom: 1px dotted rgba(33, 33, 33, 0.2);
	}

	.mobile-menu li>a {
		padding: 13px 0;
	}

	.mobile-navigation nav {
		height: calc(100% - 84px);

		overflow: auto;
		margin-top: 15px;
	}

	.mobile-menu {
		margin-top: 0;
	}
	

	.modal {
	  display: block !important;
	  opacity: 0;
	  visibility: hidden;
	  pointer-events: none;
	  z-index: -99;
	}
	
	.modal.show {
	  opacity: 1;
	  visibility: visible;
	  pointer-events: visible;
	  z-index: 99999999;
	  -webkit-animation: slideInDown 0.4s forwards;
	  animation: slideInDown 0.4s forwards;
	}
	
	.modal .modal-header {
	  padding: 0 10px;
	  border-bottom: none;
	}
	
	.modal .modal-header .close {
	  color: #222222;
	  font-size: 34px;
	  opacity: 1;
	  display: block;
	  position: absolute;
	  padding: 0;
	  width: 30px;
	  height: 30px;
	  margin: 0;
	  right: 10px;
	  top: 10px;
	  font-weight: 500;
	  z-index: 999;
	  line-height: 30px;
	  border-radius: 50%;
	}

	/*------- modal fix end -------*/
	/* ---- Sick Slider arrow style start ----*/
	
	
	.slick-arrow-style button.slick-arrow.slick-next {
	  left: auto;
	  right: 0;
	}
	
	.slick-arrow-style button.slick-arrow:hover {
	 /* color: #ffa073; */
	}
	
	.slick-arrow-style:hover button.slick-arrow {
	  opacity: 1;
	  visibility: visible;
	  -webkit-transform: translateY(-50%);
	      -ms-transform: translateY(-50%);
	          transform: translateY(-50%);
	  z-index: 1;
	}
	
	.slick-arrow-style:hover button.slick-arrow.slick-prev {
	  left: -60px;
	  right: auto;
	}
	
	@media only screen and (min-width: 1200px) and (max-width: 1499.98px), only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
	  .slick-arrow-style:hover button.slick-arrow.slick-prev {
	    left: -20px;
	  }
	}
	
	.slick-arrow-style:hover button.slick-arrow.slick-next {
	  left: auto;
	  right: -60px;
	}
	
	@media only screen and (min-width: 1200px) and (max-width: 1499.98px), only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
	  .slick-arrow-style:hover button.slick-arrow.slick-next {
	    right: -20px;
	  }
	}
	
	.slick-arrow-style_hero button.slick-arrow {
	  font-size: 60px;
	  left: 0;
	  width: inherit;
	  height: inherit;
	  background-color: transparent;
	  z-index: 1;
	}
	
	.slick-arrow-style_hero button.slick-arrow.slick-next {
	  right: 0;
	}
	
	.slick-arrow-style_hero button.slick-arrow:hover {
	  color: #fff;
	  background-color: transparent;
	}
	
	.slick-arrow-style_hero:hover button.slick-arrow.slick-next {
	  right: 15px;
	}
	
	.slick-arrow-style_hero:hover button.slick-arrow.slick-prev {
	  left: 15px;
	}
	
	.slick-arrow-style__append button.slick-arrow {
	  font-size: 30px;
	  top: 0;
	  right: 0 !important;
	  opacity: 1;
	  visibility: visible;
	  width: 35px;
	  height: 35px;
	  margin-top: -56px;
	  line-height: 42px;
	  border-radius: 4px;
	  text-align: center;
	  background-color: #efefef;
	}
	
	.slick-arrow-style__append button.slick-arrow.slick-prev {
	  right: 40px !important;
	  left: auto !important;
	}
	
	.slick-arrow-style__append button.slick-arrow:hover {
	  color: #fff;
	  /* background-color: #ffa073; */
	}
	
	.slick-append {
	  background-color: #fff;
	  z-index: 2;
	  margin-top: -2px;
	}
	
	.slick-append button {
	  font-size: 30px;
	  line-height: 1;
	  position: inherit;
	  display: inline-block;
	  background-color: transparent;
	  color: #555555;
	}
	
	.slick-append button:hover {
	 /* color: #ffa073; */
	}
	
	/*--------- slick slider dot style start -------*/
	.slick-dot-style ul.slick-dots {
	  bottom: 15px;
	  left: 50%;
	  position: absolute;
	  -webkit-transform: translateX(-50%);
	      -ms-transform: translateX(-50%);
	          transform: translateX(-50%);
	}
	
	.slick-dot-style ul.slick-dots li {
	  display: inline-block;
	  margin-right: 10px;
	}
	
	.slick-dot-style ul.slick-dots li:last-child {
	  margin-right: 0;
	}
	
	.slick-dot-style ul.slick-dots li button {
	  width: 14px;
	  height: 14px;
	  padding: 0;
	  border: none;
	  display: block;
	  text-indent: -5000px;
	  cursor: pointer;
	  border-radius: 50%;
	  -webkit-transition: 0.4s;
	  -o-transition: 0.4s;
	  transition: 0.4s;
	  border: 2px solid #777777;
	  background-color: transparent;
	}
	
	.slick-dot-style ul.slick-dots li.slick-active button {
	  /* border-color: #ffa073;
	  background-color: #ffa073; */
	}
	
	
	
	.slick-row-6 .slick-list {
	  margin: 0 -6px;
	}
	
	.slick-row-6 .slick-list .slick-slide {
	  margin: 0 6px;
	}
	
	
	.slick-row-7 .slick-list .slick-slide {
	  margin: 0 7px;
	}
	
	
	.slick-row-8 .slick-list {
	  margin: 0 -8px;
	}
	
	.slick-row-8 .slick-list .slick-slide {
	  margin: 0 8px;
	}
	
	
	
	.slick-row-9 .slick-list {
	  margin: 0 -9px;
	}
	
	.slick-row-9 .slick-list .slick-slide {
	  margin: 0 9px;
	}
	
	
	
	.slick-row-10 .slick-list {
	  margin: 0 -10px;
	}
	
	.slick-row-10 .slick-list .slick-slide {
	  margin: 0 10px;
	}
	
	
	
	.slick-row-11 .slick-list {
	  margin: 0 -11px;
	}
	
	.slick-row-11 .slick-list .slick-slide {
	  margin: 0 11px;
	}
	
	
	.slick-row-13 .slick-list {
	  margin: 0 -13px;
	}
	
	.slick-row-13 .slick-list .slick-slide {
	  margin: 0 13px;
	}
	
	
	.slick-row-14 .slick-list {
	  margin: 0 -14px;
	}
	
	.slick-row-14 .slick-list .slick-slide {
	  margin: 0 14px;
	}
	
	
	
	.slick-row-15 .slick-list {
	  margin: 0 -15px;
	}
	
	.slick-row-15 .slick-list .slick-slide {
	  margin: 0 15px;
	}
	
	
	.slick-slider .slick-slide > div {
	  margin-bottom: 30px;
	}
	
	.slick-slider .slick-slide > div:last-child {
	  margin-bottom: 0;
	}
	
	/* ----scroll to top css start ----*/
	.scroll-top {
	  bottom: 50px;
	  cursor: pointer;
	  height: 50px;
	  position: fixed;
	  right: 20px;
	  text-align: center;
	  width: 50px;
	  z-index: 9999;
	  -webkit-transition: 0.4s;
	  -o-transition: 0.4s;
	  transition: 0.4s;
	  border-radius: 50%;
	  /* background-color: #ffa073; */
	  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
	          box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
	}
	
	@media only screen and (max-width: 767.98px) {
	  .scroll-top {
	    display: none;
	  }
	}
	
	.scroll-top i {
	  line-height: 50px;
	  color: #fff;
	  font-size: 25px;
	}
	
	.scroll-top.not-visible {
	  bottom: -50px;
	  visibility: hidden;
	  opacity: 0;
	}
	
	.scroll-top:hover {
	  background-color: #222222;
	}
	
	/*------- short classes start -------*/
	.section-padding {
	  padding-top: 100px;
	  padding-bottom: 100px;
	}
	
	
	
	/*------- short classes end -------*/
	/*----------- header top area start -----------*/
	@media only screen and (min-width: 1600px) {
	  .header-wide {
	    padding: 0 100px;
	  }
	}
	
	@media only screen and (min-width: 1200px) {
	  .header-wide .container {
	    max-width: 100%;
	  }
	}
	
	.header-top {
	  padding: 10px 0;
	  border-bottom: 1px solid #efefef;
	}
	
	.header-top-settings ul li {
	  color: #222222;
	  cursor: pointer;
	  font-size: 12px;
	  position: relative;
	  margin-left: 40px;
	  position: relative;
	  margin-left: 20px;
	  padding-left: 20px;
	}
	
	.header-top-settings ul li:before {
	  top: 50%;
	  left: 0;
	  width: 1px;
	  height: 15px;
	  content: "";
	  position: absolute;
	  background-color: #efefef;
	  -webkit-transform: translateY(-50%);
	      -ms-transform: translateY(-50%);
	          transform: translateY(-50%);
	}
	
	.header-top-settings ul li:first-child {
	  padding-left: 0;
	  margin-left: 0;
	}
	
	.header-top-settings ul li:first-child:before {
	  display: none;
	}
	
	.header-top-settings ul li .dropdown-list {
	  top: 100%;
	  left: 0;
	  position: absolute;
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transform: translateY(30px);
	      -ms-transform: translateY(30px);
	          transform: translateY(30px);
	  -webkit-transition: 0.4s;
	  -o-transition: 0.4s;
	  transition: 0.4s;
	  padding: 15px 15px 20px;
	  width: 150px;
	  z-index: 9;
	  text-align: left;
	  background-color: #fff;
	  pointer-events: none;
	  border: 1px solid #efefef;
	}
	
	.header-top-settings ul li .dropdown-list li {
	  margin-left: 0;
	  padding: 0;
	}
	
	.header-top-settings ul li .dropdown-list li a {
	  color: #555555;
	  font-size: 13px;
	  display: block;
	  padding: 5px 0 3px;
	  text-transform: capitalize;
	}
	
	.header-top-settings ul li .dropdown-list li a:hover {
	 /* color: #ffa073; */
	}
	
	.header-top-settings ul li .dropdown-list li a img {
	  vertical-align: inherit;
	}
	
	.header-top-settings ul li .dropdown-list li:before {
	  display: none;
	}
	
	.header-top-settings ul li:hover .dropdown-list {
	  opacity: 1;
	  visibility: visible;
	  pointer-events: visible;
	  -webkit-transform: translateY(0);
	      -ms-transform: translateY(0);
	          transform: translateY(0);
	}
	
	.header-top-settings ul li p {
	  cursor: auto;
	}
	
	.header-top-settings ul li p a {
	  color: #222222;
	  padding-left: 3px;
	}
	
	.header-top-settings ul li p a:hover {
	 /* color: #ffa073; */
	}
	
	.welcome-message p {
	  color: #222222;
	  font-size: 12px;
	  line-height: 1;
	}
	
	.welcome-message p a {
	  color: #053399;
	  padding-left: 16px;
	  text-decoration: underline;
	}
	
	.welcome-message p a:hover {
	  /* color: #ffa073; */
	}
	
	/*----------- header top area end -----------*/
	/*---------- header mini cart start ----------*/
	.header-configure-area {
	  padding-right: 10px;
	}
	
	.header-configure-area ul li {
	  display: inline-block;
	  margin-left: 25px;
	  line-height: 1;
	}
	
	@media only screen and (min-width: 1200px) and (max-width: 1499.98px) {
	  .header-configure-area ul li {
	    margin-left: 14px;
	  }
	}
	
	.header-configure-area ul li a {
	  font-size: 26px;
	  line-height: 1;
	  color: #222222;
	  position: relative;
	}
	
	.header-configure-area ul li a .notification {
	  top: -8px;
	  right: -6px;
	  position: absolute;
	  width: 18px;
	  height: 18px;
	  text-align: center;
	  line-height: 18px;
	  font-size: 10px;
	  color: #fff;
	  border-radius: 50%;
	  background-color: #053399;
	}
	
	.header-configure-area ul li a:hover {
	 /* color: #ffa073; */
	}
	
	.header-configure-area ul li:first-child {
	  margin-left: 0;
	}
	
	.header-configure-area ul li.user-hover {
	  position: relative;
	}
	
	.header-configure-area ul li.user-hover .dropdown-list {
	  position: absolute;
	  top: 100%;
	  right: 0;
	  width: 150px;
	  padding: 20px;
	  background-color: #fff;
	  z-index: 11;
	  -webkit-transform: translateY(30px);
	      -ms-transform: translateY(30px);
	          transform: translateY(30px);
	  -webkit-transition: 0.4s;
	  -o-transition: 0.4s;
	  transition: 0.4s;
	  opacity: 0;
	  visibility: hidden;
	  border: 1px solid #efefef;
	}
	
	.header-configure-area ul li.user-hover .dropdown-list li {
	  display: block;
	  margin-left: 0;
	}
	
	.header-configure-area ul li.user-hover .dropdown-list li a {
	  color: #555555;
	  font-size: 13px;
	  line-height: 1;
	  display: block;
	  padding: 8px 0;
	  text-transform: capitalize;
	}
	
	.header-configure-area ul li.user-hover .dropdown-list li a:hover {
	  /* color: #ffa073; */
	}
	
	.header-configure-area ul li.user-hover:hover .dropdown-list {
	  opacity: 1;
	  visibility: visible;
	  -webkit-transform: none;
	      -ms-transform: none;
	          transform: none;
	}
	
	/*----------- header minicart area end -----------*/
	/*------- header search area start -------*/
	.header-search-container {
	  margin-right: 25px;
	  position: relative;
	}
	
	.header-search-box {
	  position: relative;
	}
	
	.header-search-box:hover .header-search-btn {
	 /* color: #ffa073; */
	}
	
	.header-search-btn {
	  font-size: 25px;
	  line-height: 1;
	  left: 10px;
	  top: 50%;
	  width: 30px;
	  position: absolute;
	  -webkit-transform: translateY(-50%);
	      -ms-transform: translateY(-50%);
	          transform: translateY(-50%);
	}
	
	.header-search-field {
	  border: none;
	  background-color: #f7f7f7;
	  border-radius: 30px;
	  padding: 10px 20px 10px 50px;
	  width: 100%;
	}
	
	.search-trigger {
	  font-size: 26px;
	  color: #222222;
	}
	
	.search-box-open {
	  top: 100%;
	  right: 0;
	  width: 300px;
	  position: absolute;
	  z-index: 5;
	  display: block !important;
	}
	
	.search-box-open .header-search-field {
	  height: 44px;
	  border: 1px solid #ddd;
	}
	
	/*------- header search area end -------*/
	/*-------- header social link start --------*/
	.header-social-link a {
	  color: #777777;
	  font-size: 17px;
	  display: inline-block;
	  line-height: 1;
	  margin-right: 20px;
	}
	
	.header-social-link a:last-child {
	  margin-right: 0;
	}
	
	.header-social-link a:hover {
	  /* color: #ffa073; */
	}
	
	/*-------- header social link end --------*/
	/*---------- main menu style start ---------*/
	.main-menu ul {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-flex-wrap: wrap;
	      -ms-flex-wrap: wrap;
	          flex-wrap: wrap;
	  -webkit-box-pack: center;
	  -webkit-justify-content: center;
	      -ms-flex-pack: center;
	          justify-content: center;
	}
	
	.main-menu ul li {
	  position: relative;
	}
	
	.main-menu ul li a {
	  color: #3c3a3a;
	  /* font-size: 16px; */
		font-size: 17px;
	  /* padding: 37px 15px; */
	  font-weight: 500;
	  display: block;
	  text-transform: capitalize;
	}
	
	@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	  .main-menu ul li a {
	    padding: 37px 12px;
	  }
	}
	
	.main-menu ul li a i {
	  font-size: 14px;
	  padding: 0 3px;
	}
	
	.main-menu ul li:first-child a {
	  padding-left: 0;
	}
	
	.main-menu ul li:hover > a, .main-menu ul li.active > a {
	 /* color: #ffa073; */
	}
	
	.main-menu ul li ul.dropdown {
	  top: calc(100% - 1px);
	  left: 0;
	  width: 220px;
	  position: absolute;
	  -webkit-transition: 0.4s;
	  -o-transition: 0.4s;
	  transition: 0.4s;
	  background-color: #fff;
	  opacity: 0;
	  visibility: hidden;
	  z-index: 99999;
	  pointer-events: none;
	  -webkit-transform: translateY(20px);
	      -ms-transform: translateY(20px);
	          transform: translateY(20px);
	  border: 1px solid #efefef;
	}
	
	.main-menu ul li ul.dropdown li {
	  margin-right: 0;
	  border-right: none;
	  -webkit-flex-basis: 100%;
	      -ms-flex-preferred-size: 100%;
	          flex-basis: 100%;
	}
	
	.main-menu ul li ul.dropdown li a {
	  color: #555555;
	  font-size: 14px;
	  font-weight: 400;
	  padding: 10px 20px;
	  text-transform: capitalize;
	  position: relative;
	  border-bottom: 1px dashed #efefef;
	  z-index: 1;
	}
	
	.main-menu ul li ul.dropdown li a:before {
	  width: 6px;
	  height: 6px;
	  left: 20px;
	  top: 50%;
	  content: ' ';
	  position: absolute;
	/*  background-color: #ffa073; */
	  -webkit-transform: translateY(-50%);
	      -ms-transform: translateY(-50%);
	          transform: translateY(-50%);
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transition: 0.4s;
	  -o-transition: 0.4s;
	  transition: 0.4s;
	  z-index: -1;
	}
	
	.main-menu ul li ul.dropdown li a i {
	  float: right;
	  padding-top: 5px;
	}
	
	.main-menu ul li ul.dropdown li:hover > a {
	 /* color: #ffa073; */
	  background-color: #fff;
	  padding-left: 35px;
	}
	
	.main-menu ul li ul.dropdown li:hover > a:before {
	  opacity: 1;
	  visibility: visible;
	}
	
	.main-menu ul li ul.dropdown li:hover > ul.dropdown {
	  top: 0;
	  opacity: 1;
	  visibility: visible;
	}
	
	.main-menu ul li ul.dropdown li ul.dropdown {
	  top: 100%;
	  left: 100%;
	  position: absolute;
	  width: 250px;
	  opacity: 0;
	  visibility: hidden;
	}
	
	.main-menu ul li ul.dropdown li:last-child a {
	  border-bottom: none;
	}
	
	.main-menu ul li ul.megamenu {
	  width: 100%;
	  max-width: 1110px;
	  padding: 30px;
	  left: 50%;
	  -webkit-transform: translate(-50%, 20px);
	      -ms-transform: translate(-50%, 20px);
	          transform: translate(-50%, 20px);
	}
	
	@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	  .main-menu ul li ul.megamenu {
	    max-width: 100%;
	  }
	}
	
	.main-menu ul li ul.megamenu li {
	  -webkit-flex-basis: 25%;
	      -ms-flex-preferred-size: 25%;
	          flex-basis: 25%;
	}
	
	.main-menu ul li ul.megamenu li.mega-title {
	  color: #222222;
	  font-size: 16px;
	  font-weight: 600;
	  text-transform: capitalize;
	}
	
	.main-menu ul li ul.megamenu li.mega-title span {
	  position: relative;
	  margin-bottom: 15px;
	  display: inline-block;
	}
	
	.main-menu ul li ul.megamenu li.mega-title span:before, .main-menu ul li ul.megamenu li.mega-title span:after {
	  bottom: -6px;
	  left: 0;
	  width: 100%;
	  height: 2px;
	  content: ' ';
	  position: absolute;
	  background-color: #ebebeb;
	}
	
	.main-menu ul li ul.megamenu li.mega-title span:after {
	  width: 50%;
	 /* background-color: #ffa073; */
	}
	
	.main-menu ul li ul.megamenu li a {
	  padding: 6px 0;
	  border-bottom: none;
	}
	
	.main-menu ul li ul.megamenu li a:before {
	  left: 0;
	}
	
	.main-menu ul li ul.megamenu li ul li {
	  -webkit-flex-basis: 100%;
	      -ms-flex-preferred-size: 100%;
	          flex-basis: 100%;
	}
	
	.main-menu ul li ul.megamenu li:hover > a {
	 /* color: #ffa073; */
	  padding-left: 15px;
	}
	
	.main-menu ul li:hover ul.dropdown {
	  opacity: 1;
	  visibility: visible;
	  pointer-events: visible;
	  -webkit-transform: translate(0);
	      -ms-transform: translate(0);
	          transform: translate(0);
	}
	
	.main-menu ul li:hover ul.megamenu {
	  opacity: 1;
	  visibility: visible;
	  -webkit-transform: translate(-50%, 0);
	      -ms-transform: translate(-50%, 0);
	          transform: translate(-50%, 0);
	}
	
	/*---------- main menu style end ---------*/
	/*------ sticky menu style start ------*/
	.header-transparent {
	  top: 0;
	  left: 0;
	  right: 0;
	  width: 100%;
	  position: absolute;
	  z-index: 1;
	}
	
	.sticky.is-sticky {
	  top: 0;
	  left: 0;
	  position: fixed;
	  width: 100%;
	  z-index: 9;
	  background-color: #fff;
	  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
	          box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
	  -webkit-animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
	    animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
		z-index: 999;
		box-shadow: 0 5px 17px rgba(14,99,144,0.05);
		
		

	}
	
	.sticky.is-sticky .main-menu li a {
	  padding: 20px 15px;
	}
	
	@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	  .sticky.is-sticky .main-menu li a {
	    padding: 20px 12px;
	  }
	}
	
	.sticky.is-sticky .main-menu li:first-child a {
	  padding-left: 0;
	}
	
	.sticky.is-sticky .main-menu li .dropdown li a {
	  padding: 10px 20px;
	}
	
	.sticky.is-sticky .main-menu li .dropdown li:hover > a {
	  padding-left: 35px;
	}
	
	.sticky.is-sticky .main-menu li .megamenu li a {
	  padding: 6px 0;
	}
	
	.sticky.is-sticky .main-menu li .megamenu li:hover > a {
	  padding-left: 15px;
	}
	
	
	.mobile-main-header {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
	  -webkit-align-items: center;
	      -ms-flex-align: center;
	          align-items: center;
	  -webkit-box-pack: justify;
	  -webkit-justify-content: space-between;
	      -ms-flex-pack: justify;
	          justify-content: space-between;
	}
	
	.mobile-main-header .mobile-menu-toggler {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
	  -webkit-align-items: center;
	      -ms-flex-align: center;
	          align-items: center;
	}
	
	.mobile-main-header .mobile-menu-toggler .mini-cart-wrap {
	  line-height: 1;
	}
	
	.mobile-main-header .mobile-menu-toggler .mini-cart-wrap a {
	  font-size: 25px;
	  line-height: 1;
	  color: #222222;
	  position: relative;
	}
	
	.mobile-main-header .mobile-menu-toggler .mini-cart-wrap a:hover {
	  /* color: #ffa073; */
	}
	
	.mobile-main-header .mobile-menu-toggler .mini-cart-wrap .notification {
	  font-size: 13px;
	  color: #fff;
	  width: 16px;
	  height: 16px;
	  line-height: 16px;
	  border-radius: 50%;
	  text-align: center;
	  font-weight: 600;
	  right: -4px;
	  top: -4px;
	  position: absolute;
	  background-color: #ffa073;
	}
	
	.mobile-main-header .mobile-menu-toggler .mobile-menu-btn {
	  margin-left: 25px;
	}
	
	.mobile-main-header .mobile-menu-toggler .mobile-menu-btn span {
	  width: 25px;
	  height: 2px;
	  display: block;
	  -webkit-transition: 0.4s;
	  -o-transition: 0.4s;
	  transition: 0.4s;
	  background-color: #222222;
	  -webkit-transform-origin: left;
	      -ms-transform-origin: left;
	          transform-origin: left;
	}
	
	.mobile-main-header .mobile-menu-toggler .mobile-menu-btn span:nth-child(2), .mobile-main-header .mobile-menu-toggler .mobile-menu-btn span:nth-child(3) {
	  margin-top: 5px;
	}
	
	.mobile-main-header .mobile-menu-toggler .mobile-menu-btn:hover span {
	  background-color: #ffa073;
	}
	
	.mobile-main-header .mobile-menu-toggler .mobile-menu-btn:hover span:nth-child(1), .mobile-main-header .mobile-menu-toggler .mobile-menu-btn:hover span:nth-child(3) {
	  width: 20px;
	}
	
	.mobile-navigation {
	  overflow: hidden;
	  max-height: 250px;
	}
	
	.mobile-navigation nav {
	  height: 100%;
	}
	
	.mobile-menu {
	  margin-top: 30px;
	  height: 100%;
	  overflow: auto;
	  padding-right: 30px;
	  margin-right: -30px;
	}
	
	@media only screen and (max-width: 479.98px) {
	  .mobile-menu {
	    margin-top: 15px;
	  }
	}
	
	.mobile-menu li > a {
	  font-size: 15px;
	  color: #222222;
	  text-transform: capitalize;
	  line-height: 18px;
	  position: relative;
	  display: inline-block;
	  padding: 10px 0;
	}
	
	.mobile-menu li > a:hover {
	 /* color: #ffa073; */
	}
	
	.mobile-menu li ul li {
	  border: none;
	}
	
	.mobile-menu li ul li a {
	  font-size: 14px;
	  text-transform: capitalize;
	  padding: 11px 0 10px;
	}
	
	.mobile-menu li.menu-item-has-children {
	  display: block;
	  position: relative;
	}
	
	.mobile-menu li.menu-item-has-children .dropdown {
	  padding-left: 15px;
	}
	
	.mobile-menu li.menu-item-has-children .menu-expand {
	  line-height: 50;
	  top: -5px;
	  left: 95%;
	  width: 30px;
	  position: absolute;
	  height: 50px;
	  text-align: center;
	  cursor: pointer;
	}
	
	.mobile-menu li.menu-item-has-children .menu-expand i {
	  display: block;
	  position: relative;
	  width: 10px;
	  margin-top: 25px;
	  border-bottom: 1px solid #222222;
	  -webkit-transition: all 250ms ease-out;
	  -o-transition: all 250ms ease-out;
	  transition: all 250ms ease-out;
	}
	
	.mobile-menu li.menu-item-has-children .menu-expand i:before {
	  top: 0;
	  width: 100%;
	  content: "";
	  display: block;
	  position: absolute;
	  -webkit-transform: rotate(90deg);
	      -ms-transform: rotate(90deg);
	          transform: rotate(90deg);
	  border-bottom: 1px solid #222222;
	  -webkit-transition: 0.4s;
	  -o-transition: 0.4s;
	  transition: 0.4s;
	}
	
	.mobile-menu li.menu-item-has-children.active > .menu-expand i:before {
	  -webkit-transform: rotate(0);
	      -ms-transform: rotate(0);
	          transform: rotate(0);
	}
	
	/*----- mobile menu end -----*/
	/*------ offcanvas widget area start ------*/
	.offcanvas-widget-area {
	  margin-top: auto;
	  padding-bottom: 30px;
	}
	
	@media only screen and (max-width: 479.98px) {
	  .offcanvas-widget-area {
	    padding-bottom: 0;
	  }
	}
	
	.off-canvas-contact-widget li {
	  color: #555555;
	  font-size: 15px;
	  margin-bottom: 5px;
	}
	
	.off-canvas-contact-widget li i {
	  width: 20px;
	}
	
	.off-canvas-contact-widget li a {
	  color: #555555;
	}
	
	.off-canvas-contact-widget li a:hover {
	 /* color: #ffa073; */
	}
	
	.off-canvas-social-widget {
	  margin-top: 20px;
	}
	
	.off-canvas-social-widget a {
	  color: #555555;
	  font-size: 18px;
	  display: inline-block;
	  margin-right: 15px;
	}
	
	.off-canvas-social-widget a:hover {
	  /* color: #ffa073; */
	}
	
	/*------ offcanvas widget area end ------*/
	.off-canvas-wrapper {
	  position: fixed;
	  top: 0;
	  left: 0;
	  height: 100vh;
	  width: 100vw;
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transition: 0.4s;
	  -o-transition: 0.4s;
	  transition: 0.4s;
	  z-index: 9999;
	}
	
	.off-canvas-wrapper.open {
	  opacity: 1;
	  visibility: visible;
	}
	
	.off-canvas-wrapper.open .off-canvas-inner-content {
	  -webkit-transform: none;
	      -ms-transform: none;
	          transform: none;
	}
	
	.off-canvas-wrapper .off-canvas-overlay {
	  background-color: rgba(0, 0, 0, 0.4);
	  content: '';
	 /* cursor: url("/template/default/static/images/cancel.png"), auto; */
	  position: absolute;
	  left: 0;
	  top: 0;
	  height: 100%;
	  width: 100%;
	}
	
	.off-canvas-wrapper .off-canvas-inner-content {
	  background-color: #fff;
	  width: 300px;
	  padding: 20px;
	  height: 100%;
	  position: relative;
	  -webkit-transform: translateX(calc(-100% - 50px));
	      -ms-transform: translateX(calc(-100% - 50px));
	          transform: translateX(calc(-100% - 50px));
	  -webkit-transition: 0.4s;
	  -o-transition: 0.4s;
	  transition: 0.4s;
	}
	
	
	
	
	.off-canvas-wrapper .btn-close-off-canvas {
	  top: 0;
	  left: 100%;
	  width: 40px;
	  height: 40px;
	  font-size: 20px;
	  color: #fff;
	  line-height: 40px;
	  text-align: center;
	  cursor: pointer;
	  position: absolute;
	  -webkit-transition: 0.4s;
	  -o-transition: 0.4s;
	  transition: 0.4s;
	  /* background-color: #ffa073; */
	}
	
	.off-canvas-wrapper .btn-close-off-canvas i {
	  font-size: 40px;
	  -webkit-transform: rotate(0);
	      -ms-transform: rotate(0);
	          transform: rotate(0);
	  -webkit-transition: 0.4s;
	  -o-transition: 0.4s;
	  transition: 0.4s;
	  display: block;
	  line-height: 40px;
	}
	
	.off-canvas-wrapper .btn-close-off-canvas:hover i {
	  -webkit-transform: rotate(-90deg);
	      -ms-transform: rotate(-90deg);
	          transform: rotate(-90deg);
	}
	
	.off-canvas-wrapper .off-canvas-inner {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -webkit-flex-direction: column;
	      -ms-flex-direction: column;
	          flex-direction: column;
	  margin-left: auto;
	  height: 100%;
	}
	
	.search-box-offcanvas form {
	  position: relative;
	}
	
	.search-box-offcanvas form input {
	  color: #666;
	  font-size: 13px;
	  width: 100%;
	  height: 40px;
	  border: none;
	  padding: 0 40px 0 10px;
	  background-color: #f2f2f2;
	}
	
	.search-box-offcanvas form .search-btn {
	  top: 0;
	  right: 0;
	  width: 40px;
	  height: 40px;
	  line-height: 42px;
	  font-size: 20px;
	  color: #222222;
	  position: absolute;
	}
	
	.search-box-offcanvas form .search-btn:hover {
	 /* color: #ffa073; */
	}
	
	/*------- mobile top bar settings start -------*/
	.mobile-settings {
	  padding-top: 15px;
	  margin-top: 15px;
	  border-top: 1px solid #efefef;
	}
	
	.mobile-settings li {
	  margin-bottom: 5px;
	}
	
	.mobile-settings .nav {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -webkit-flex-direction: column;
	      -ms-flex-direction: column;
	          flex-direction: column;
	}
	
	.mobile-settings .nav .mobile-top-dropdown .dropdown-toggle {
	  font-size: 14px;
	  color: #555555;
	  cursor: pointer;
	}
	
	.mobile-settings .nav .mobile-top-dropdown .dropdown-toggle i {
	  font-size: 12px;
	  padding-left: 5px;
	  vertical-align: middle;
	}
	
	.mobile-settings .nav .mobile-top-dropdown .dropdown-toggle:hover {
	  /* color: #ffa073; */
	}
	
	.mobile-settings .nav .mobile-top-dropdown .dropdown-toggle:after {
	  display: none;
	}
	
	.mobile-settings .nav .mobile-top-dropdown .dropdown-menu {
	  padding: 0;
	  border-color: #efefef;
	  -webkit-transform: translateY(30px);
	      -ms-transform: translateY(30px);
	          transform: translateY(30px);
	  -webkit-transition: 0.4s;
	  -o-transition: 0.4s;
	  transition: 0.4s;
	}
	
	.mobile-settings .nav .mobile-top-dropdown .dropdown-menu.show {
	  -webkit-transform: translateY(0);
	      -ms-transform: translateY(0);
	          transform: translateY(0);
	}
	
	.mobile-settings .nav .mobile-top-dropdown .dropdown-menu .dropdown-item {
	  font-size: 13px;
	  color: #555555;
	  padding: 6px 15px;
	}


/* 头部样式 */

.index_banner_img .bannerpc{
	display: block;
}
.index_banner_img .bannerphone{
	display: none;
}
.banner1 img{
	display: block;
	width: 100%;
}

.video_content{
	overflow: hidden;
}
.video_show_playbox{
	overflow: hidden;
}

.product_nav>ol a{
	display: block;
	height: 100%;
}
.son_nav_list li{
	color: #333;
}
.son_nav_list li.son_nav_list_active{ 
	color: #fff;
}
.life_nav .life_nav_son a{
	color: #999999;
}
.life_nav .life_nav_active a{
	color: #fff;
}

.life_nav_son:hover a{
	color: #fff;
}
.all_card .hot_title_nav_card a{
	color: #666666;
}
.all_card .hot_title_nav_active a{
	color: #fff;
}
.hot_title_nav_card:hover a{
	color: #fff;
}
/* 导航适配+底部适配 */
@media screen and (max-width: 1688px) {
    .phone>p:nth-child(1) {
        width: 31px;
        height: 31px;
        border-radius: 50%;
        background-color: #e20012;
        color: #fff;
        line-height: 31px;
        text-align: center;
        margin-right: 110px;
    }

}

@media screen and (max-width: 1580px) {
    .phone>p:nth-child(1) {
        width: 31px;
        height: 31px;
        border-radius: 50%;
        background-color: #e20012;
        color: #fff;
        line-height: 31px;
        text-align: center;
        margin-right: 100px;
    }
}

@media screen and (max-width: 1480px) {
    .phone>p:nth-child(1) {
        width: 31px;
        height: 31px;
        border-radius: 50%;
        background-color: #e20012;
        color: #fff;
        line-height: 31px;
        text-align: center;
        margin-right: 90px;

    }

    .footer_top_content {
        display: flex;
        justify-content: space-between;
        width: 60%;
    }
}

@media screen and (max-width: 1366px) {
    .phone>p:nth-child(1) {
        width: 31px;
        height: 31px;
        border-radius: 50%;
        background-color: #e20012;
        color: #fff;
        line-height: 31px;
        text-align: center;
        margin-right: 70px;
    }

    .footer_top_content {
        display: flex;
        justify-content: space-between;
        width: 55%;
    }
}

@media screen and (max-width: 1200px) {
    .phone>p:nth-child(1) {
        width: 31px;
        height: 31px;
        border-radius: 50%;
        background-color: #e20012;
        color: #fff;
        line-height: 31px;
        text-align: center;
        margin-right: 40px;
    }

    .footer_top_content {
        display: flex;
        justify-content: space-between;
        width: 50%;
    }
}


/* 英文版的样式 */
.enlang_style .pc_lang_changebtn{
	margin-right: 30px;
}
.enlang_style .nav_list{
	width: 65%;
}
.enlang_style .footer_top div:nth-of-type(1){
	display: none;
}
.enlang_style .footer_top_content{
	width: 73%;
}
.enlang_style .footer_top .adress{
	width: 22%;
}
.enlang_style .footer_top_content ul{ 
	width: 16.66%;
	box-sizing: border-box;
	padding-right: 3%;
}
.enlang_style .core_content ul .core_text_box{
	min-height: 10.42vw;
	margin-top: 2vw;
}  

.enlang_style .company{
	height: auto;
}
.enlang_style .company_main{
	padding-bottom: 140px;
}
.enlang_style .about_bottom_right_one>p{
	    color: #F0CCCD;
	    font-size: 40px;
	    line-height: 40px;
	    font-family: "futura";
}

.enlang_style .process>li:nth-child(odd)>img{
	display: block;
	margin: 0 auto;
}
.enlang_style .process>li:nth-child(even)>div{
	/* display: flex;
	flex-direction: row;
	align-items: center; */
	display: none;
}
.enlang_style .process>li:nth-child(even)>div img{
	display: block;
	width: auto;
	height: auto;
} 
.enlang_style .process>li:nth-child(odd)>p{
	/* height: calc(100% - 40px); */
	margin: 0;
	box-sizing: border-box;
	padding-top: 9px;
	/* display: flex;
	align-items: flex-end; */
}
.enlang_style .smart>li:nth-child(even)>div{
	display: none;
}
.enlang_style .smart>li:nth-child(odd){
	width: 12.5%;
	box-sizing: border-box;
	padding: 0 2%;
}
.enlang_style .smart>li:nth-child(odd)>p{
	word-break:break-all;
}
.enlang_style .process li:nth-child(odd){
	width: 14.285%;
	box-sizing: border-box;
	padding: 0 1.5%;
}
.enlang_style .process>li:nth-child(odd)>p{
	word-break:break-all;
}
.enlang_style .son_nav_list li{
	padding: 0px 2.1vw;
}
.enlang_style .life_nav>div{
	width: auto;
	padding: 0 1.2vw;
}
.enlang_style .information_main_left{
	width: 43%;
}
.enlang_style .information_main_left_m2{
	word-break: break-all;
}
.enlang_style .about_intro_wrap{
	height: 35vw;
	overflow: hidden;
}
.cooperationbanner_content>li img{
	display:block;
	max-width: 90%;
	margin: 0 auto;
	height: auto;
}
.adress>p img{
	display: block;
	width: 104px;
	height: auto;
}
.technical_support{
	display: inline-block;
	margin-left: 16px;
} 
.tgg_news_rightimg img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.pc_lang_changebtn{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #333;
}
.english_btn_tgg{
	font-size: 15px;
}
.lang_same_style.activelang{
	color: #e20012;
	font-weight: bold;
	
}
.lang_same_style{
	padding: 0 11px;
	cursor: pointer;
}
.chinese_btn_tgg{
	padding-left: 0px;
}
.english_btn_tgg{
	position: relative;
	
}
.english_btn_tgg::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 50%;
	background: rgba(33,33,33,0.2);
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.pc_lang_changebtn{
	margin-right: 40px;
}

.enlang_style .nav_img_wrap{
	width: 150px;
	display: block;
}
.enlang_style .nav_img_wrap img{
	display: block;
	max-width: 100%;
}