@charset "utf-8";
@font-face {
  font-family: "montserrat";
  src: url("../font/montserrat.woff2") format("woff2"),
       url("../font/montserrat.woff") format("woff"),
       url("../font/montserrat.ttf") format("truetype"),
       url("../font/montserrat.eot") format("embedded-opentype"),
       url("../font/montserrat.svg") format("svg"),
       url("../font/montserrat.otf") format("opentype");
}

@font-face {
  font-family: "montserratB";
  src: url("../font/montserratB.woff2") format("woff2"),
       url("../font/montserratB.woff") format("woff"),
       url("../font/montserratB.ttf") format("truetype"),
       url("../font/montserratB.eot") format("embedded-opentype"),
       url("../font/montserratB.svg") format("svg"),
       url("../font/montserratB.otf") format("opentype");
}
@font-face {
  font-family: "Rajdhani";
  src: url("../font/Rajdhani-Bold.woff2") format("woff2"),
       url("../font/Rajdhani-Bold.woff") format("woff"),
       url("../font/Rajdhani-Bold.ttf") format("truetype"),
       url("../font/Rajdhani-Bold.eot") format("embedded-opentype"),
       url("../font/Rajdhani-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*bootstrop*/
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.input-group{ display: table; position: relative;}
input, button, select, textarea {font-family: inherit; font-size: inherit;line-height: inherit; border: none;}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after{
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after{
  clear: both;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1230px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 1390px) {
  .container {
    width: 1360px;
  }
}
@media (min-width: 1620px) {
  .container {
    width:1590px;
  }
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative; min-height: 1px;  padding-right: 15px;  padding-left: 15px;}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left;}
.col-xs-12 { width: 100%;}
.col-xs-11 { width: 91.66666667%;}
.col-xs-10 { width: 83.33333333%;}
.col-xs-9 { width: 75%;}
.col-xs-8 { width: 66.66666667%;}
.col-xs-7 { width: 58.33333333%;}
.col-xs-6 { width: 50%;}
.col-xs-5 { width: 41.66666667%;}
.col-xs-4 { width: 33.33333333%;}
.col-xs-3 { width: 25%;}
.col-xs-2 { width: 16.66666667%;}
.col-xs-1 { width: 8.33333333%;}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {float: left; }
  .col-sm-12 { width: 100%;}
  .col-sm-11 { width: 91.66666667%;}
  .col-sm-10 { width: 83.33333333%;}
  .col-sm-9 { width: 75%;}
  .col-sm-8 { width: 66.66666667%;}
  .col-sm-7 { width: 58.33333333%;}
  .col-sm-6 { width: 50%;}
  .col-sm-5 { width: 41.66666667%;} 
  .col-sm-4 { width: 33.33333333%;}
  .col-sm-3 { width: 25%; }
  .col-sm-2 { width: 16.66666667%;}
  .col-sm-1 { width: 8.33333333%;}
  }

/* BODY */
* {outline: none !important;}
body {margin: 0;padding: 0;font-family: "montserrat";font-size: 13px;color:#666; overflow-x: hidden; line-height: 26px;}

/*reset*/
body,ul,img,p,input,dl,dd,tr,th,td{margin:0;padding:0; min-height: 1px;}
*,::after,::before {box-sizing: border-box;}
.clearfix{*zoom:1;}
.clearfix:before,.clearfix:after{line-height:0; display:taFble; content:"";}
.clearfix:after{clear:both;}
.clear{ clear:both;}
.page ul{ padding-left: 16px;}
table td{padding: 5px;}
.table-responsive ul li {list-style-position: inside !important; }
.table-responsive td{ padding-left:8px}
.table-responsive {min-height: .01%; overflow-x: auto;}
.cform-item__wrap{ display:flex; align-items: center; font-size: 12px;}
.cform-item__wrap input{  width: 96px !important; padding: 0 5px  !important;}
.cform-item__wrap img{ height: auto;  display: inline-block; margin: 0 5px !important; max-width: 100px;}
#powerby,#powerby a{ display: inline-block; color: #c9c9c9; font-size: 13px}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{ margin: 0;}
iframe,video{max-width:100%;}
@media screen and (max-width:992px) {
	.hidden_mob{ display: none !important; opacity: 0 !important;}
}



/* HTML TAGS */
img {max-width: 100%;-webkit-transition: all .8s ease-in-out;-moz-transition: all .8s ease-in-out;-ms-transition: all .8s ease-in-out;-o-transition: all .8s ease-in-out;transition: all .8s ease-in-out; height: auto;}

label,button,a {  cursor: pointer;}
audio,canvas,progress,video {  display: inline-block;  vertical-align: baseline;}

/*用来解决在安卓上的点击出现蓝框问题*/
body {  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}

/*解决ios上去除微信点击蓝色边框 */
a:focus,input:focus,p:focus,div:focus {  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
img[src=""],
img:not([src]) {  opacity: 0;}
font {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  text-transform: inherit;
}

/* LINKS */
a{-webkit-transition: all .35s ease-in-out;-moz-transition: all .35s ease-in-out;-ms-transition: all .35s ease-in-out;-o-transition: all .35s ease-in-out;transition: all .35s ease-in-out; text-decoration: none; color: #333;}
a:hover {text-decoration: none;}
a:focus {outline-style:none; -moz-outline-style: none; text-decoration:none;}


/* GOOGLE MAPS */
.google-maps {  width: 100%;  display: flex;  flex-wrap: wrap;  position: relative;}
.google-maps iframe {  width: 100%;  height: 100%;  display: inline-block;  border: none;}


/*font*/
.tc{ text-align: center !important;}
.tl{ text-align: left !important;}
.ft66{ font-size: 66px; line-height: 80px;}
.ft50{ font-size: 50px; line-height: 60px;}
.ft40{ font-size: 40px; line-height: 50px;}
.ft26{ font-size: 26px;}
.ft18{ font-size: 20px;}


@media screen and (max-width:992px) {
.ft66{ font-size: 40px; line-height:44px;}
.ft50{ font-size: 36px; line-height:44px;}
.ft40{ font-size: 28px;line-height:36px;}
.ft26{ font-size: 20px;line-height:26px;}
.ft18{ font-size: 16px;}

}


@media screen and (max-width:768px) {
.ft26{ font-size: 16px;line-height:20px;}
.ft18{ font-size: 14px;}
}


.mess_main .p{ margin-bottom: 20px; color: #aaa; font-size: 15px;}
.mess_main ul{list-style:none; margin: 0px -10px;}
.mess_main ul li{padding:0 10px;margin-bottom:15px;}
.mess_main ul li span{display:block;position:relative;}
.mess_main ul li span:before{content:'';position:absolute;width:40px;height:40px;right:0;top:0;display:inline-block;background-position:center center;background-repeat:no-repeat;}

.mess_main ul li span:before{content:'';position:absolute;right:10px;top:18px;width:28px;height:23px;display:inline-block;background-image: url(../images/icon.png);background-repeat: no-repeat;}
.mess_main ul li span.ms_e:before{background-position:-40px -230px;}
.mess_main ul li span.ms_p:before{background-position:0 -227px;}
.mess_main ul li span.ms_m:before{background-position:-82px -227px;}
.mess_main ul li input{background:rgba(255,255,255,1);height:54px;width:100%;line-height:50px;padding-right:45px;font-size:14px;color:#999; border: none; border-radius:0; padding-left: 10px; border:2px solid #eee; border-radius: 5px;}
.mess_main ul li textarea{height:130px;background:rgba(255,255,255,1);width:100%;max-width:100%;max-height:150px;font-size:14px;padding:8px 45px 10px 10px;color:#999;border:none;;border-radius:0; line-height: 20px; border:2px solid #eee; border-radius: 5px;}
.mess_main ul li input:focus,.mess_main ul li textarea:focus{color:#333; border-color:#999;}
.mess_main ul li input:-ms-input-placeholder{color:#999;}/* Internet Explorer 10+ */ 
.mess_main ul li input::-webkit-input-placeholder{color:#999;}/* WebKit browsers */
.mess_main ul li input::-moz-placeholder{color:#999;}/* Mozilla Firefox 4 to 18 */ 
.mess_main ul li input:-moz-placeholder{color:#999;}/* Mozilla Firefox 19+ */ 
.mess_main ul li textarea:-ms-input-placeholder{color:#999;}/* Internet Explorer 10+ */ 
.mess_main ul li textarea::-webkit-input-placeholder{color:#999;}/* WebKit browsers */
.mess_main ul li textarea::-moz-placeholder{color:#999;}/* Mozilla Firefox 4 to 18 */ 
.mess_main ul li textarea:-moz-placeholder{color:#999;}/* Mozilla Firefox 19+ */ 
.mess_main ul li .ms_btn,.ms_btn{ display: inline-block !important; position: relative; margin-top: 10px;}
.mess_main ul li .ms_btn:before,.ms_btn:before{ position: absolute; content: ''; top: 0; right: 10px; height: 100%; width: 30px;background-position:-279px -446px; z-index: 999; opacity: 0;transition: 0.6s all;}
.mess_main ul li:hover .ms_btn:before{ opacity: 1;}
.mess_main ul li .ms_btn input,.ms_btn input{height:42px;line-height:42px;font-size: 14px; background:#df0000;color: #fff; font-size: 16px; border: none; text-transform: uppercase; transition: 0.5s all; position: relative;font-family: "montserratB"; border-radius: 30px;display: inline-block; padding: 0px 30px; cursor: pointer;}
.mess_main ul li .ms_btn:hover input{ padding-right: 50px;}





/*nav*/
.main-menu ul li{ list-style: none; margin: 0;}
@media screen and (min-width:992px) {.main-menu {list-style: none;margin: 0;padding: 0}
	.main-menu li {	position: relative;	list-style: none}
	.main-menu li a {display: block;-webkit-transition: all 300ms linear 0ms!important;-khtml-transition: all 300ms linear 0ms!important;
	-moz-transition: all 300ms linear 0ms!important;-ms-transition: all 300ms linear 0ms!important;-o-transition: all 300ms linear 0ms!important;
	transition: all 300ms linear 0ms!important;}
	.main-menu li .menu-toggle {display: none}
	.main-menu>li {	display: inline-block;	vertical-align: middle;	float: left;}
	.main-menu>li>a{ position: relative;}
	.main-menu>li>a:before{background: #df0000; width: 0px; height: 2px; content: ''; position: absolute; left: 0px; bottom: 0px; content: '';transition: 0.6s all;}
	.main-menu>li.active>a, .main-menu>li:hover>a{ color: #df0000;}
	.main-menu>li.active>a:before, .main-menu>li:hover>a:before{ width: 100%;}
	.main-menu>li.menu-children>a:after, .main-menu>li.page_item_has_children>a:after {content:"\f107";font-family: FontAwesome;margin-left: 4px;display: inline-block;vertical-align: top;font-size: 12px;}
	.main-menu .sub-menu, .main-menu .children {position: absolute;background: #fff;padding:0;top: 100%;left: 0;margin-top: 0;margin-bottom: 0;min-width: 260px;z-index: 99;visibility: hidden;opacity: 1;-webkit-box-shadow: 0 8px 83px rgba(40, 40, 40, 8%);-khtml-box-shadow: 0 8px 83px rgba(40, 40, 40, 8%);-moz-box-shadow: 0 8px 83px rgba(40, 40, 40, 8%);-ms-box-shadow: 0 8px 83px rgba(40, 40, 40, 8%);-o-box-shadow: 0 8px 83px rgba(40, 40, 40, 8%);box-shadow: 0 8px 83px rgba(40, 40, 40, 8%);-webkit-transition: all 300ms linear 0ms;-khtml-transition: all 300ms linear 0ms;-moz-transition: all 300ms linear 0ms;-ms-transition: all 300ms linear 0ms;-o-transition: all 300ms linear 0ms;transition: all 300ms linear 0ms;-webkit-transform: scaleY(0);-khtml-transform: scaleY(0);-moz-transform: scaleY(0);-ms-transform: scaleY(0);-o-transform: scaleY(0);transform: scaleY(0);transform-origin: 0 0 0;-webkit-transform-origin: 0 0 0;-ms-transform-origin: 0 0 0;-o-transform-origin: 0 0 0}
	.main-menu .sub-menu li, .main-menu .children li {padding: 0 10px;white-space: nowrap}
	.main-menu .sub-menu li a, .main-menu .children li a {color: #222;font-size: 14px;line-height: normal;padding: 8px 0;position: relative}
	.main-menu .sub-menu li.menu-children>a:after, .main-menu .children li.menu-children>a:after, .main-menu .sub-menu li.page_item_has_children>a:after, .main-menu .children li.page_item_has_children>a:after {content: "\f105";font-family: "FontAwesome";position: absolute;right: 0;top: 50%;-webkit-transform: translate(0, -50%);-khtml-transform: translate(0, -50%);-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);-o-transform: translate(0, -50%);transform: translate(0, -50%)}
	.main-menu .sub-menu .sub-menu, .main-menu .children .sub-menu, .main-menu .sub-menu .children, .main-menu .children .children {top: -10px;	left: 100%;}
	.main-menu li:hover, .main-menu li.focus {overflow: visible}
	.main-menu li:hover>.sub-menu, .main-menu li.focus>.sub-menu, .main-menu li:hover>.children, .main-menu li.focus>.children {visibility: visible;opacity: 1;clip: inherit;-webkit-transform: scaleY(1);-khtml-transform: scaleY(1);-moz-transform: scaleY(1);-ms-transform: scaleY(1);-o-transform: scaleY(1);transform: scaleY(1);}
	.main-menu li.megamenu {position: static}
	.main-menu li.megamenu .sub-menu, .main-menu li.megamenu .children {width: 100%;max-width: 1170px;	padding: 0;margin-left: auto;margin-right: auto;left: 0!important;right: 0!important}
	
    .megamenu>.sub-menu>li{ float: left; width: 25%;}
	.megamenu .sub-menu ul{ position: inherit; top: auto; left: auto; right: auto; bottom: auto; height: 100%; padding: 0px;}
	.megamenu .sub-menu ul li,.megamenu .sub-menu ul{opacity: 1;clip: inherit;-webkit-transform: scaleY(1);-khtml-transform: scaleY(1);-moz-transform: scaleY(1);-ms-transform: scaleY(1);-o-transform: scaleY(1);transform: scaleY(1); padding: 0;}
	.megamenu .sub-menu ul.sub-menu, .main-menu li.focus>.sub-menu, .main-menu li>.children, .main-menu li.focus>.children {visibility: visible;opacity: 1;clip: inherit;-webkit-transform: scaleY(1);-khtml-transform: scaleY(1);-moz-transform: scaleY(1);-ms-transform: scaleY(1);-o-transform: scaleY(1);transform: scaleY(1); box-shadow: none;}
	.main-menu .megamenu a:after{display: none;}
	
}

.sub-menu li img{ float:left; width:40px; margin-right:8px}
.sub-menu li { display:block; clear:both; margin:15px 0px!important}

@media screen and (max-width:991px) {
.header-navigation {
	position: absolute;
	height: 100vh;
	width: 260px;
	top: 0;
	left: 0;
	bottom: 0;
	margin: 0!important;
	overflow: hidden;
	visibility: hidden;
	z-index: 9999999
}
.header-navigation .main-navigation {
	overflow: hidden;
	width: 260px;
	padding: 0;
	background-color: #fff;
	position: fixed;
	z-index: 9999999;
	top: 0;
	height: 100%;
	left: 0;
	right: 0;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	-webkit-transform: translateX(-100%);
	-khtml-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,.22);
	-khtml-box-shadow: 0 0 12px rgba(0,0,0,.22);
	-moz-box-shadow: 0 0 12px rgba(0,0,0,.22);
	-ms-box-shadow: 0 0 12px rgba(0,0,0,.22);
	-o-box-shadow: 0 0 12px rgba(0,0,0,.22);
	box-shadow: 0 0 12px rgba(0,0,0,.22)
}
.header-navigation .main-navigation .main-navigation-inner {height: 100%;overflow-y: scroll;	padding: 10px 20px 10px 10px;margin-right: -10px}
.header-navigation.navigation-open {	z-index: 9999999;visibility: visible}
.header-navigation.navigation-open .main-navigation {
	-webkit-transform: translateX(0%);
	-khtml-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}



.main-menu {list-style: none;	margin: 0;	padding: 0}
.main-menu .sub-menu ul{ background: #f7f7f7; padding: 10px;}
.main-menu li {	position: relative;	list-style: none; margin: 0 !important;}
.main-menu>li>a{padding: 0 !important; margin: 0 !important;}
.main-menu li a {	display: block;	padding: 0;	line-height: 50px;	color: #282828 !important;	font-size: 13px !important;	border-bottom: 1px solid #ebebeb; margin: 0; line-height: 20px !important; padding: 15px 0 !important;}
.main-menu>li>a.onepage-active, .main-menu>li>a:hover, .main-menu>li>a.current, .main-menu>li.current_page_item>a, .main-menu>li.current-menu-item>a, .main-menu>li.current_page_ancestor>a, .main-menu>li.current-menu-ancestor>a {	color: #a67410}
.main-menu>li>.sub-menu {	border-bottom: 1px solid #ebebeb;padding-top: 9px;	padding-bottom: 9px}
.main-menu .sub-menu, .main-menu .children {position: relative;	display: none}
.main-menu .sub-menu li a, .main-menu .children li a {	padding: 0 0 0 10px !important;line-height: 34px !important;
	font-size: 14px;	border: none}
.main-menu .sub-menu li>a:hover, .main-menu .children li>a:hover, .main-menu .sub-menu li>a.current, .main-menu .children li>a.current, .main-menu .sub-menu li.current_page_item>a, .main-menu .children li.current_page_item>a, .main-menu .sub-menu li.current-menu-item>a, .main-menu .children li.current-menu-item>a, .main-menu .sub-menu li.current_page_ancestor>a, .main-menu .children li.current_page_ancestor>a, .main-menu .sub-menu li.current-menu-ancestor>a, .main-menu .children li.current-menu-ancestor>a {color: #a67410}
.main-menu .sub-menu li .menu-toggle, .main-menu .children li .menu-toggle {	top: 2px}
.main-menu .sub-menu .sub-menu li a, .main-menu .children .sub-menu li a {padding: 0 0 0 20px}
.main-menu .sub-menu .sub-menu li .sub-menu li a, .main-menu .children .sub-menu li .sub-menu li a {padding: 0 0 0 30px}
.main-menu li.focus>.sub-menu, .main-menu li.focus>.children {	visibility: visible;opacity: 1;	max-height: none;overflow: visible}
.header-navigation .main-navigation .main-navigation-inner {height: 100%;overflow-y: scroll;padding: 10px 20px 10px 10px;margin-right: -10px}
.menu-toggle {
	position: absolute;
	top: 10px;
	height: 30px;
	right: 0;
	border: 1px solid #ebebeb;
	width: 30px;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-family:FontAwesome;
	font-size: 15px
}
.menu-toggle:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-khtml-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms
}
.menu-toggle.toggle-open:before {content: '\f106'}

#menu-mobile { background: #fff; width: 50px; height: 50px; position: absolute; right: 0; top: 0;}
#menu-mobile .btn-nav-mobile {
	color: #333;
	display: inline-block;
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	vertical-align: middle;
	width: 30px;
	cursor: pointer;
	position: absolute;
	z-index: 9999999;margin:10px;
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
}
#menu-mobile .btn-nav-mobile:before, #menu-mobile .btn-nav-mobile:after, #menu-mobile .btn-nav-mobile span {
	-webkit-transition: all 300ms linear 0ms;
	-khtml-transition: all 300ms linear 0ms;
	-moz-transition: all 300ms linear 0ms;
	-ms-transition: all 300ms linear 0ms;
	-o-transition: all 300ms linear 0ms;
	transition: all 300ms linear 0ms;
	content: "";
	background-color: #333;
	display: block;
	height: 2px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 26px;
	top: 22px
}
#menu-mobile .btn-nav-mobile:before {top: 8px}
#menu-mobile .btn-nav-mobile span {	top: 15px}
#menu-mobile .btn-nav-mobile.opened:before {
	top: 15px;background: #fff;
	-webkit-transform: rotate(45deg);
	-khtml-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
#menu-mobile .btn-nav-mobile.opened:after {
	-webkit-transform: rotate(-45deg);
	-khtml-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 15px;background: #fff;
}
#menu-mobile .btn-nav-mobile.opened span {display: none}
li.megamenu .container {padding: 0}
li.megamenu .container .elementor-column-wrap {padding: 0!important}
li.megamenu .elementor-row {display: block}
li.megamenu .elementor-row>.elementor-element {width: 100%!important}
li.megamenu .elementor-element-populated {padding: 0!important}
}

.header-navigation.navigation-open .nav_overly{z-index: 99999;position:fixed;top:0;left:0;width:100%;height:100%;background:#000;opacity:0.5;filter:alpha(opacity=50);-moz-opacity:0.5;}

.mob_logo,.mob_language{ display: none;}
@media screen and (max-width:992px) {
.mob_logo,.mob_language{ display: block;}
.mob_logo { background: #eee; padding: 10px; margin: -10px; margin-bottom: 0;}
.mob_logo img{ max-height: 40px;}
.mob_language{background: #eee; padding: 10px;}
.mob_language a{ float: left; width: 50%; display: flex; padding: 8px 0;align-items: center;}
.mob_language a img{flex-shrink: 0; margin-right: 4px;}
}

/*Search*/
.search_main{position: relative; float: right; width:236px; margin-left:30px;}
.search_main .form-control{height:38px;color:#777;float:left; line-height:38px;font-size:13px;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s; width:100%; background:none; padding-left:12px; padding-right:55px; border:none;  border-radius:0; box-shadow: none; float: none; border: 1px solid #ddd; border-radius: 30px;}
.search_main .form-control:focus{ color:#333; box-shadow: 0px 0px 10px rgba(0,0,0,0.15);}
.search_main .search_btn{display:block; width:40px;height:40px;cursor:pointer; border:none; position:absolute; bottom:0px; right:0px; background: url(../images/icon.png) no-repeat;background-position:-346px -450px; border-radius: 50%;}

/*language*/
.language{list-style: none;overflow: hidden;float: left;}
.language img{ border-radius: 50%;}
.language:hover{overflow: inherit;}
.language .menu{display: block;position: relative;cursor: pointer;text-align: center;   margin-left: 25px;}
.language .menu-title {display: inline-block;text-align: center; color: #898786;text-transform: capitalize;font-size: 14px;transition: 0.5s background-color;position: relative;z-index: 5;transition: 0.6s all; display: flex;flex-direction: column;justify-content: center; align-items: center; width: 46px; height: 46px; background: #fff;  height: 90px; background: #d1d1d1; width: 98px;}
.language .menu-title i{ color: #1f2b3b; line-height: 6px; font-size: 14px;font-style: normal;}
.language .menu-title em{ font-size: 16px; color: #999; text-transform: uppercase; font-style: normal;line-height: 20px; }
.language .menu-title span{color: #666666;font-size: 13px;display: inline-block;margin-right: 10px;line-height: 24px;vertical-align: middle; font-style: normal;}
.language .menu-title p{display: block;margin:0;color: #fff;font-size: 13px;line-height: 36px;text-align: center;text-transform: capitalize;font-style: initial; padding: 5px 0;}
.language .menu-dropdown {width: 100%;padding-top: 0; position: absolute;z-index: 100;transition: 0.5s padding, 0.5s background;opacity: 0;right: 0;width: 260px; text-align: left; background: #fff; box-shadow: 0px 0px 10px rgba(0,0,0,0.15); top: 100%; border-radius: 5px; overflow: hidden;}
.language:hover .menu-dropdown{opacity: 1;}
/*.language .menu-dropdown:after{
	top:1px;
    right: 44px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
	 transition: 0.5s height cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s padding cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s margin cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s 0.2s color, 0.2s background-color;
}*/

.language .menu:not(:hover) > .menu-dropdown {padding: 4px 0;background: #fff;z-index: 99;}
.language .menu:not(:hover) > .menu-title:after {border-bottom-color: #fff;}
.language .menu-dropdown > * {
  overflow: hidden;
  padding: 5px 10px;
  background: transparent;
  white-space: nowrap;
  transition: 0.5s height cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s padding cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s margin cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s 0.2s color, 0.2s background-color;
}
.language .menu:not(:hover) > .menu-dropdown > * {
  visibility: hidden;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  color: rgba(25, 25, 25, 0);
  transition: 0.5s 0.1s height, 0.5s 0.1s padding, 0.5s 0.1s margin, 0.3s color, 0.6s visibility;
  z-index: 99;
}
.language .menu-dropdown .list{background: #fff;box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);padding: 0;padding-bottom: 0; list-style: none;border: 1px solid #ECECEC;border-radius: 0;overflow: hidden;border-bottom: none;border-radius: 2px;}
.language .menu-dropdown li{border-bottom: 1px solid #ECECEC;float: left;width: 50%;}
.language .menu-dropdown li:nth-child(2n){border-left: 1px solid #ECECEC}
.language .menu-dropdown li:last-child{border-bottom-color:#fff;}
.language .menu-dropdown li a{display: flex;padding:16px 14px;align-items: center;flex-flow: row-reverse;justify-content: center;}
.language .menu-dropdown li p{margin: 0;font-size: 14px;padding-right: 10px;text-transform: capitalize;display: inline-block;}
.language .menu-dropdown li:hover{color: #f15507;background:#f7f7f7;}
.language .menu-dropdown li img{border-radius: 50%; width: 20px; margin: 0px 4px;}



/*select*/
.select{float: right;}
.select > a{display: inline-block;background:#e52e2e;width: 100px;height: 90px;color: #fff;font-size: 13px;text-transform: uppercase;transition:all 0s;padding-top: 25px;text-align: center;}
.select > a p{margin: 0;display: block;margin-top: 5px;}
.select > a:hover{text-decoration: none;}
.select .eltdf-side-menu-icon{position: relative;display: inline-block; vertical-align: inherit;}
.select .eltdf-side-menu-icon svg{fill:currentColor;stroke:currentColor;color:#fff;}
.select > a:hover .eltdf-side-menu-icon svg line{animation:animate-btn-line 1s cubic-bezier(.19,.51,.05,.96) forwards;-webkit-animation:animate-btn-line 1s cubic-bezier(.19,.51,.05,.96) forwards;stroke:#fff;}
.select > a:hover .eltdf-side-menu-icon svg line:nth-of-type(2){animation:animate-btn-line 1s .3s cubic-bezier(.54,.32,.05,.96) forwards;-webkit-animation:animate-btn-line 1s .3s cubic-bezier(.54,.32,.05,.96) forwards;}

.select-modal {
	position: fixed;
	top: 0;
	right: 0;
	width: 50%;
	max-width: 24%;
	height: 100%;
	z-index: 99999999995;
	visibility: hidden;
	transition:all .5s;
}
.select-show {visibility: visible;transition:all .5s;height: 100%;}
.select-show .select-content {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
	border-radius: 0 0 3px 3px;
	opacity: 1;
	filter:alpha(opacity=100);
	background:#f7f7f7;
	height: 100%;
	min-height: 100%;
}
.select-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 999999999;
	opacity: 0;
	filter:alpha(opacity=0);
	background: rgba(1,1,1,0.4);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.select-show ~ .select-overlay {opacity: 1;visibility: visible;filter:alpha(opacity=100);}
.select-content {
	color: #333;
	position: relative;
	border-radius: 0px;
	margin: 0 auto;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	opacity: 0;
	filter:alpha(opacity=0);
	padding:0;
	height: 100%;
	transition:all .5s;
}
.select_top{background:#0d0d0d;padding:50px;}
.select-content .main{padding: 50px;}

.select-content .select-close {position:absolute;right:40px;top:40px;border:none;background-color:transparent;}
.select-content .select-close i{width:30px;height:30px;display:flex;position:relative;flex-direction:column;justify-content:center;align-items:center;}
.select-content .select-close i:before,
.select-content .select-close i:after{
content:'';display:inline-block;background:#fff;width:20px;height:2px;margin:2px 0;
}
.select-content .select-close i:before{transform:rotate(45deg) translate(4px,0px);-webkit-transform:rotate(45deg) translate(4px,0px);}
.select-content .select-close i:after{transform:rotate(-45deg) translate(4px,0px);-webkit-transform:rotate(-45deg) translate(4px,0px);}

@-webkit-keyframes animate-btn-line{0%{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:100% 0;transform-origin:100% 0}50%{-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:100% 0;transform-origin:100% 0}51%{-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;transform-origin:0 0}100%{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:0 0;transform-origin:0 0}}
@keyframes animate-btn-line{0%{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:100% 0;transform-origin:100% 0}50%{-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:100% 0;transform-origin:100% 0}51%{-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;transform-origin:0 0}100%{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:0 0;transform-origin:0 0}}



/*banner*/
.index_banner{ position: relative;}
.index_banner img{width: 100%;}
@media only screen and (max-width:992px) {
.swiper-button-prev,.swiper-rtl .swiper-button-next,.swiper-button-next,.swiper-rtl .swiper-button-prev{color: #fff !important; height: 60px; width: 30px; background: rgba(0,0,0,0.4);}
.swiper-button-next:after,  .swiper-button-prev:after{font-size: 20px;}
.swiper-button-prev, .swiper-rtl .swiper-button-next{left: -15px;}
.swiper-button-next,  .swiper-rtl .swiper-button-prev{right: -15px;}
}

.swiper-banner{position: relative; overflow: hidden;}
.swiper-banner .swiper-slide{text-align: center; overflow: hidden; width: 100%; height: 100%;}
.swiper-banner .swiper-button-next, .swiper-banner .swiper-rtl .swiper-button-prev{right: 30px;}
.swiper-banner .swiper-button-prev, .swiper-banner .swiper-rtl .swiper-button-next{left: 30px;}

.swi_position{ position: relative;}
.swi_position .swiper-button-next:after,.swi_position .swiper-button-prev:after{font-size: 24px;}
.swi_position .swiper-button-prev,.swi_position .swiper-button-next{color: #bbb;}
.swi_position .swiper-button-prev{ left: -40px;}
.swi_position .swiper-button-next{right: -40px;}


.swiper-pagination{text-align: center; bottom:30px; }
.news_section .swiper-pagination{text-align: left; bottom:0px !important; left: 35% !important;}
.swiper_dots span{width: 20px; height: 20px; background: none; border: 2px solid rgba(255,255,255,0); position: relative; display: inline-block; position: relative; opacity: 1;}
.swiper_dots span:before{ position: absolute;left: 50%; top: 50%; background: #595858; width: 10px; height: 10px; content: '';  margin-left: -5px; margin-top: -5px; transform: rotate(45deg);transition: 0.6s all; border-radius: 50%;}
.swiper_dots .swiper-pagination-bullet-active{border: 2px solid #df0000 !important;}
.swiper_dots .swiper-pagination-bullet-active:before{ background: #df0000 !important; width: 10px !important; height: 10px !important; margin-top: -5px !important; margin-left: -5px !important;}


.swi_overflow{overflow: hidden;}

.scrollbar_mob .swiper-wrapper{ display: contents;}
.scrollbar_mob .swiper-button-next, .scrollbar_mob .swiper-button-prev { opacity: 0;}
@media only screen and (max-width: 992px){
.scrollbar_mob ul li{float: none;}
.scrollbar_mob .swiper-button-next, .scrollbar_mob .swiper-button-prev { opacity: 1;}
.scrollbar_mob .swiper-wrapper{ box-sizing: border-box; display: flex;}
}

@media only screen and (max-width:1290px) {
.swi_position .swiper-button-prev{ left:-15px;}
.swi_position .swiper-button-next{right:-15px;}
}

@media only screen and (max-width:992px) {
.swiper-banner .swiper-button-prev, .swiper-banner .swiper-button-next{display: none;}
.swiper-banner .swiper-pagination{bottom: 5px;}

}

/*num*/
.odometer.odometer-auto-theme, .odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car, .odometer.odometer-theme-car .odometer-digit {	-moz-box-orient: vertical;	display: inline-block;	vertical-align: middle;	position: relative}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-car .odometer-digit .odometer-digit-spacer {
-moz-box-orient: vertical;	display: inline-block;	vertical-align: middle;	visibility: hidden}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
text-align: left;display: block;position: absolute;top: 0;right: 0;bottom: 0;overflow: hidden;left:0}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-car .odometer-digit .odometer-ribbon {	display: block}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-car .odometer-digit .odometer-ribbon-inner {
display: block;	-webkit-backface-visibility: hidden}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-car .odometer-digit .odometer-value {
display: block;	-webkit-transform: translateZ(0)}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-car .odometer-digit .odometer-value.odometer-last-value {	position: absolute}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-up .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%)
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-car.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-car .odometer-digit {padding:0px;}


/*honor*/
.honor_section{ position:relative;}
.modelTost {display: none;background: rgba(0, 0, 0, .85);z-index: 999999999;width: 100%;height: 100%;position: fixed;top: 0;left: 0;}
.modelTost .swiper-wrapper{ height: 100%;}
.modelTostChile {width: 100%; height: 90%; padding: 0 0.3rem;}
.modelTostChile .swiper-container{height: 100%;}
.modelTostChile .swiper-slide{display: flex;align-items: center;justify-content: center;}
.modelTostChile  img{ max-height: 100%;}
.modelClose {float: right;cursor: pointer; font-size:30px; margin: 0; position: absolute; right: 0; top: 0; width: 100%; height: 100%;  color: rgba(255,255,255,1); z-index:9999999; text-align: right; padding-right: 20px; }
.modelTost .swiper-slide {text-align: center; opacity: 0;}
.modelTost .swiper-slide.swiper-slide-active{ opacity: 1;}
.modelTost .swiper-slide img {text-align: center; position: relative;}
.appBox li{margin-bottom: 30px;}
.appBox li .li{margin-bottom: 30px; position: relative;}
.appBox li .img{position: relative;}
.appBox li .img img{cursor: pointer;}
.appBox{position: relative;}
.appBox li{ float: left; width: 33.33%; list-style: none; padding:0 10px !important;}
.appBox .swiper-wrapper{position: relative;}
.modelTostChile .swiper-button-prev,.modelTostChile .swiper-rtl .swiper-button-next{left: 10%; position: absolute; z-index: 9999999;}
.modelTostChile .swiper-button-next,.modelTostChile .swiper-rtl .swiper-button-prev{right: 10%; position: absolute;z-index: 9999999;}
.modelTostChile .swiper-button-prev, .modelTostChile .swiper-button-next{color: #fff;}

@keyframes more_i {
0% {transform: translateX(-3px); }
50% {transform: translateX(3px); }
100% {transform: translateX(-3px);} }

.my_more1{ display: inline-block; padding:0px 26px; line-height:46px; color: #fff; font-size:14px; position: relative;overflow: hidden; text-transform: uppercase; background: #df0000;font-family: "montserratB";  border-radius: 30px;}
.my_more1:before { content: ' '; position: absolute; background:rgba(255,255,255,0.3); width:0; height: 100%; top: 0; left:0; opacity: 0.3; -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out; }
.my_more1:hover{ background: #df0000; color: #fff; padding-right: 36px;}
.my_more1:hover:before{ width: 100%;}
.my_more1:after{ position: absolute; right:15px; top: 0; height: 100%; display: inline-block; background: url(../images/ico_jt.png) no-repeat center center; content: ''; line-height: 20px; opacity: 0; width: 18px;}

.my_more1:hover:after{animation: more_i 1.5s infinite; opacity: 1;}
.n_main .my_more1{line-height: 38px; font-size: 13px;}
@media only screen and (max-width:992px) {
.my_more1{line-height: 40px; padding-left: 24px; font-size: 12px;}
}

/*i_title*/
.i_title{font-family: "Rajdhani"; text-align: center; text-transform: uppercase; margin-bottom: 60px; position: relative; color: #333;}
.i_title:after {content: attr(data-text);display: block;height: 100%;position: absolute;left: 30px;top: -200%; opacity: .2;z-index: 1;-webkit-text-fill-color: transparent;-webkit-text-stroke-width: .5px;-webkit-text-stroke-color: gray; text-align: center; font-size: 200px; position: absolute;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s; white-space: nowrap; left: 0; text-align: center; width: 100%; line-height: 200px; font-family: "Rajdhani";}
@media only screen and (max-width:1200px) {
.i_title{ margin-bottom:30px;}
}

@media only screen and (max-width:992px) {
.i_title{ margin-bottom: 20px;}
}
/*index*/
.height{padding-top: 90px;}
header{width: 100%;z-index: 9999999;padding: 0;position:fixed;}
header.small{left:0; top:0; position:fixed;box-shadow: 0px 5px 10px rgba(0,0,0,0.15);font-size:100%; background: #fff;}
.main-menu>li{margin-right: 44px;}
.main-menu>li>a {font-size: 16px;font-family: "montserratB"; color: #333;text-transform: uppercase;line-height: 30px;padding: 30px 0;position: relative;}

.header_section .main{display: flex; justify-content: space-between;align-items: center;transition: 0.6s all;}
.header_section #logo{ max-width: 280px; display: inline-block; float: left; display: flex; margin-left: 50px;}
.header_section .nav_main{ display: flex;align-items: center;}

.select-content li{ list-style: none;}
.select-content .i_title{ margin-bottom: 10px;}

.head_con .i_title{ margin-bottom: 10px; text-align: left;}
.head_con p{ font-size: 15px; color: #808080; line-height: 22px;}
.head_con img{flex-shrink: 0; margin-right: 14px; background: #df0000; border-radius: 50%;}
.head_con ul{margin-top: 10px;}
.head_con a,.head_con .p{ text-transform: none; display: block; line-height: 26px !important;}
.head_con ul{margin-top: 20px;}
.head_con ul li a{line-height: 36px;}
.head_con ul li{display: flex;align-items: flex-start; margin-bottom: 30px;}
.head_con {margin-bottom: 20px;}
.head_map{margin-top: 30px;}


.header_left{ display: flex;align-items: center; color: #000; font-size: 14px;}
.header_left a{ color: #000;}
.header_left a:hover{ color: #e00000; text-decoration: underline;}
.header_con{ border-left: 1px solid #e5e5e5; margin-left: 20px; padding-left: 26px;}
.header_con .top_tel{ background: url(../images/top_tel.png) no-repeat left center; padding-left: 32px;}
.header_con .top_email{ background: url(../images/top_email.png) no-repeat left center; padding-left: 32px;}

@media only screen and (max-width:1800px) {
.main-menu>li{ margin-right: 10px;}
.main-menu>li>a{font-size: 14px;}
.header_section #logo{margin-left: 10px;}
.search_main{width:160px;}

}
@media only screen and (max-width:1500px) {
.header_con{ padding-left: 10px; margin-left: 10px;}
.header_section #logo{ max-width: 200px;}
}

@media only screen and (max-width:1400px) {
.main-menu>li>a{font-size: 14px; text-transform: capitalize;}
.search_main{margin-left: 0;}
.header_section #logo{margin-left: 15px;}

}


@media only screen and (max-width:1300px) {
.header_section #logo span{display: none;}
.header_con{display: none;}
}

@media only screen and (max-width:1200px) {
.header_section #logo span{display: none;}
.search_main{width: 160px;}
.main-menu>li{margin-right: 14px;}
.main-menu>li>a{font-size: 12px;}
.header_section #logo{max-width: 160px;}

}

@media only screen and (max-width:992px) {
.header_section .main{ display: block;}
.header_section .nav_main{ width: 100%;}
.search_main{margin: 0px; width: 100%; border: 5px solid #d1d1d1;}
.header_section #logo{height: 50px; margin-left: 15px; display: flex; align-items: center;}
.header_section #logo img{ height: 30px; width: auto;}
header.small{ height: 50px;}
header.small .search_main{display: none;}
.search_main .form-control{background: #d1d1d1; border-radius: 0;border: 2px solid #ddd;}
.search_main .form-control:focus{background: #fff;border: 2px solid #fff;}
.height{padding-top: 98px;}
}

/*cate_section*/
.cate_section{ padding: 90px 0 70px;}
.cate_section ul li{ float: left; width: 33.33%; list-style:none; text-align: center; position: relative; padding: 0px 16px;  margin-bottom: 30px; overflow: hidden;}
.cate_section ul li .li{ position: relative; padding-bottom: 60px;}
.cate_section ul li .li .img{ background: url(../images/cate_bg.jpg) no-repeat center center; background-size: cover;}
@media only screen and (min-width:992px) {
.cate_section ul li .text{ position: absolute; left: 4%; width: 92%; background: #fff; padding: 0px 20px; bottom:0px;transition: 0.6s all;}

}
.cate_section ul li .text .title{ color: #444;  display: block;font-family: "montserratB"; padding: 30px 0;}
.cate_section ul li .text .more{ display: inline-block; font-size:14px; line-height: 40px; background: #df0000; height: 0px; opacity: 0;font-family: "montserratB"; color: #fff; padding: 0px 30px; border-radius: 30px; text-transform: uppercase;}
.cate_section ul li:hover .text{bottom: 0px;}
.cate_section ul li:hover .text .more{ height: 40px; opacity: 1;}

@media only screen and (max-width:992px) {
.cate_section{padding: 40px 0;}
.cate_section ul li .li{padding-bottom: 0;}
.cate_section ul li .text .title{padding: 10px;}
.cate_section ul li{ margin-bottom: 0;}

}

@media only screen and (max-width:768px) {
.cate_section{padding: 40px 0 10px;}
.cate_section ul li{padding: 0px 6px;}
.cate_section ul li{ width: 50%;}
.cate_section ul li .text .title{ padding: 0px;  font-size: 13px; margin: 10px 0;}
.cate_section ul li .text .more{display: none;}
}


/*about_section*/
.about_section { overflow: hidden; position: relative; padding-top: 80px; margin-bottom: 80px;}
.about_section:after{ position: absolute; left: 45%; width: 55%; content: ''; height: 92%; top:0px; background: #f7f7f7; z-index: -1;}
.about_section .about_l{ float: left; width: 50%; padding-right: 36px; position: relative;}
.about_section .about_r{ float: left; width: 50%; max-width: 780px; padding-left: 36px; padding-top: 60px;}
.about_section .about_r .i_title{ margin-bottom: 20px;}
.about_section .about_r .h4{font-family: "montserratB";  color: #333; line-height: 30px; max-height: 90px; overflow:hidden; font-size: 20px; margin-bottom: 20px;}
.about_section .about_r  .p{ font-size: 16px; color: #777; line-height: 30px; max-height: 210px; overflow: hidden; margin-bottom: 30px;}


.about_section .about_ser{ position: absolute; top: -60px; left: 75px; background: rgba(223,0,0,0.8); padding: 0px 30px;border-top-right-radius: 50px; height: 180px; padding-left: 60px;}
.about_section .about_ser .swi_overflow{ height: 180px;}
.about_section .about_ser ul li{list-style: none;}
.about_section .about_ser .li{ display: flex;font-family: "Rajdhani"; text-transform: uppercase; font-size: 30px; line-height: 30px;align-items: center; color: #fff; height: 175px;justify-content: center;}
.about_section .about_ser .li p{ font-size: 100px; line-height: 100px; margin-right: 30px;}
.about_section .about_ser .swiper-pagination{ right: auto; left: 30px ;}
.about_section .about_ser .swiper_dots span:before,.about_section  .swiper_dots .swiper-pagination-bullet-active:before{background: #fff !important;}
.about_section .swiper_dots .swiper-pagination-bullet-active{border-color: #fff !important;}
@media only screen and (max-width:1400px) {
.about_section:after{height:100%;}
.about_section{padding-top: 60px;}
.about_section .about_r{padding-top: 0; padding-bottom: 20px;}
.about_section .about_r .p{height: 150px; margin-bottom: 10px;}
}

@media only screen and (max-width:1200px) {
.about_section .about_ser{display: none;}
.i_title:after{display: none;}
.about_section .about_r{padding: 0;}
.about_section{margin-bottom: 20px;}
}

@media only screen and (max-width:992px) {
.about_section{padding-top: 0;}
.about_section{background: #f7f7f7; padding-bottom: 20px;}
.about_section .about_l,.about_section .about_r{width: 100%; padding: 0; margin: 0;}
.about_section .about_r{ padding: 15px; max-width: none;}
.about_section:after{display: none;}
}
/*num_section*/
.num_section{background-attachment: fixed !important; background-size: cover !important; padding: 90px 0;}
.num_section ul li{ list-style: none; float: left; width: 25%;}
.num_section ul li img{ margin-right: 16px;}
.num_section ul li .num{ color: #df0000; font-size: 60px; line-height: 60px;font-family: "Rajdhani"; display: flex;align-items: flex-end;}
.num_section ul li em{ font-style: normal; font-size: 16px; color: #fff; display: block; margin-top: 10px; text-transform: uppercase;}
.num_section ul li p{ font-size: 16px; color: #fff;font-family: "montserratB"; margin: 5px 0; text-transform: uppercase;}

@media only screen and (max-width:1390px) {
.num_section ul li .num{ font-size: 40px; line-height: 40px;}
.num_section ul li p{font-size: 16px;}
}
/*partner_section*/
.partner_section{background: url(../images/partner.jpg) no-repeat center top; padding: 80px 0;}
.partner_section ul li{ float: left; width:20%; list-style: none; padding:0 18px; text-align: center; margin-bottom: 18px; position: relative;}
.partner_section ul li:after{ position: absolute; right: 0px; top: 18px; background: #e5e5e5; content: ''; width: 1px; height: calc(100% - 36px);}
.partner_section ul li:nth-child(n+6) .li{  border-top: 1px solid #e5e5e5;}
.partner_section ul li:nth-child(5n):after{display: none;}
.partner_section ul li:hover img{transform: scale(0.9);}

/*news_section*/
.post-image-mask{position: absolute;top: 50%;left: 50%;margin-top: -5px;margin-left: -22px;text-align: center;font-size: 0;}
.post-image-mask span, .post-image-mask:after, .post-image-mask:before{
	display: inline-block;margin-right: 7px;width: 8px;height: 8px;border-radius: 50%;background-color: #FFF;vertical-align: middle;opacity: 0;
    transition: opacity .2s ease;
    -webkit-animation: wd-fadeOutRight .3s ease;
    animation: wd-fadeOutRight .3s ease;
}
.post-image-mask:before{content:'';
	transition-delay: .15s;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}
.post-image-mask:after{content:'';margin-right: 0;}
.li:hover .post-image-mask span, .li:hover .post-image-mask:after,.li:hover .post-image-mask:before{
	opacity: 1;-webkit-animation: wd-fadeInLeft .3s ease;
    animation: wd-fadeInLeft .3s ease;
}
.li:hover .post-image-mask:before,
.li:hover .post-image-mask:before,
.li:hover .post-image-mask:before{
	transition-delay: .2s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.li:hover .post-image-mask span,
.li:hover .post-image-mask span,
.li:hover .post-image-mask span{
	transition-delay: .1s;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
@-webkit-keyframes wd-fadeOutRight{from{-webkit-transform:none;transform:none}to{-webkit-transform:translate3d(50px,0,0);transform:translate3d(50px,0,0)}}@keyframes wd-fadeOutRight{from{-webkit-transform:none;transform:none}to{-webkit-transform:translate3d(50px,0,0);transform:translate3d(50px,0,0)}}
@-webkit-keyframes wd-fadeOutLeft{from{-webkit-transform:none;transform:none}to{-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0)}}@keyframes wd-fadeOutLeft{from{-webkit-transform:none;transform:none}to{-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0)}}
@-webkit-keyframes wd-fadeInLeft{from{-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes wd-fadeInLeft{from{-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0)}to{-webkit-transform:none;transform:none}}

.news_left:hover .post-image-mask span, .news_left:hover .post-image-mask:after,.news_left:hover .post-image-mask:before{
	opacity: 1;-webkit-animation: wd-fadeInLeft .3s ease;
    animation: wd-fadeInLeft .3s ease;
}
.news_left:hover .post-image-mask:before,
.news_left:hover .post-image-mask:before,
.news_left:hover .post-image-mask:before{
	transition-delay: .2s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.news_left:hover .post-image-mask span,
.news_left:hover .post-image-mask span,
.news_left:hover .post-image-mask span{
	transition-delay: .1s;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}


.news_section{ padding: 80px 0 30px; overflow: hidden; }
.news_section *{transition: 0.6s all;}
.news_section  .img{ display: block; overflow: hidden; position: relative;}
.news_section .news_left{ float: left; width: 50%; position: relative; padding-right: 30px; padding-bottom: 40px;}
.news_section .news_left img{width: 100%;}
.news_section .news_left .news_text{ padding: 30px 20px 0; padding-right: 40px; position: absolute; left:34%; max-width: 66%; height: auto; bottom: 0px; background: #fff;}
.news_section .news_left .news_text:after{ position: absolute; right: -1px; top: 0px; height: 100%; width: 5px; content: ''; background: #fff; z-index: 999;}

.news_section .news_left .news_type{ color: #fff; line-height: 46px; padding: 0px 25px; background: #df0000; display: inline-block; left: 0px; position: absolute; bottom: 100%; font-size: 20px; font-family: "Rajdhani"; text-transform: uppercase;}
.news_section .news_text .title{ display: block; overflow: hidden; line-height: 30px; max-height: 60px; font-size: 18px; font-family: "montserratB"; color: #333; margin-bottom: 6px; margin: 10px 0;}
.news_section .news_left .news_text .title{ font-size: 20px;}
.news_section .news_text p{ line-height: 28px; font-size: 14px; color: #999; height:56px; overflow: hidden; margin: 20px 0;}
.news_section .news_right .img{ width: 206px; position: relative; display: block; overflow: hidden;transition: 0.6s all;flex-shrink: 0;}
.news_section .news_left:hover .img,.news_section li:hover .img{ background: #000;}
.news_section .news_left:hover .img img,.news_section li:hover .img img{transform: scale(1.05); opacity: 0.8;}


.news_section .news_right{ float: left; width: 50%; padding-left: 20px; padding-right: 200px;}
.news_section .news_right .news_img{position: relative;}
.news_section .news_right .news_img .img{display: block; position: relative;}
.news_section .news_info{ padding-right: 30px;}
.news_section .news_text{ display: flex;}
.news_section .news_text p{ margin: 0; line-height: 22px; height: 44px;}
.news_section .news_date{ color: #aaa; font-size: 14px; padding-right: 12px; margin-right: 20px; border-right: 1px solid #eee;}
.news_section .news_date span{ color: #333; font-size: 50px;font-family: "Rajdhani"; line-height: 50px; display: block; margin: 4px 0;}
.news_section .news_text .title{margin-top: 0px; font-size: 18px;}
.news_section ul li{list-style: none; margin-bottom: 46px;}


@media only screen and (max-width:992px) {
.news_section{padding: 40px 0 0;}
.news_section .img img{width: 100%;}
.news_section .news_right{width: 100%; padding:0px 15px;}
}

@media only screen and (max-width:768px) {
.news_section{padding: 0;}
.news_section .news_right ul li .title,.news_section .news_left .title{font-size: 14px; line-height: 20px; height: 40px; overflow: hidden;}
.news_text .news_date{ padding-left: 6px; padding-right: 6px; font-size: 12px;}
.news_text .news_date span{font-size: 34px;}
.news_section .news_right ul li .more{margin-top: 0;}
.news_section .news_right .img{display: none;}

}

@media only screen and (max-width:500px) {
.news_section .news_right .news_date span{font-size: 30px;}
.news_section .news_right .news_date{margin-right: 10px;}
.news_section .news_right .news_text .title{font-size: 14px;}
.news_section .news_right .news_info{padding-right: 15px;}
}

@media only screen and (max-width:360px) {
.news_section .news_right .news_date{font-size: 12px;}
.news_section .news_right ul li{margin-bottom: 15px;}
.news_section .news_right .news_img{ display: none;}

}

/*mes_section*/
.mes_section{padding: 100px 50px; background: url(../images/con_bg.jpg) no-repeat center top, url(../images/city_bg.jpg) no-repeat left bottom;}
.mes_section .mes_left{ float: left; width: 55%; padding-left:15%; padding-right:12%; padding-top: 150px; padding-bottom: 80px; box-shadow: 5px 5px 30px rgba(0,0,0,0.1);background:#fff url(../images/mes_ico.png) no-repeat 38px 76px;}
.mes_section .mes_left .i_title{ margin-bottom: 10px;}
.mes_section .mes_right{ float: left; width: 45%; margin-top: 60px;}


.mes_section .mes_right{position: relative;}
.mes_section .mes_right .mes_con{ position: absolute; left: 50px; bottom: 50px; border-radius: 5px; padding: 40px; background: rgba(255,255,255,0.95); width: 376px; font-size: 15px;}
.mes_section .mes_right .mes_con .i_title{ margin-bottom: 0px; text-align: left;}
.mes_section .mes_right .mes_con p{ font-size: 15px; color: #808080; line-height: 22px;}
.mes_section .mes_right .mes_con img{flex-shrink: 0; margin-right: 14px; background: #df0000; border-radius: 50%;}
.mes_section .mes_right .mes_con ul{margin-top: 10px;}
.mes_section .mes_right .mes_con a,.mes_section .mes_right .mes_con .p{ text-transform: none; display: block; line-height: 26px !important;}
.mes_section .mes_right .mes_con ul{margin-top: 20px;}
.mes_section .mes_right .mes_con ul li a{line-height: 36px;}
.mes_section .mes_right .mes_con ul li{display: flex;align-items: flex-start; margin-bottom: 30px;}

@media only screen and (max-width:1700px) {
.mes_section .mes_left{ padding-left: 8%; padding-right: 4%; padding-top: 110px;}
.mes_section .mes_right .mes_con{ padding: 25px;}
.mes_section .mes_right .mes_con ul li{margin-bottom: 10px;}
}

@media only screen and (max-width:1260px) {
.mes_section .mes_right>img{min-height: 600px; width: auto; max-width: none;}
.mes_section .mes_right .mes_con{width: 80%;}

}

@media only screen and (max-width:992px) {
.mes_section .mes_left{width: 100%;  padding: 20px;}
.mes_section .mes_left .i_title:after{display: none;}
.mes_section .mes_right{display: none;}
.mes_section{padding: 15px;}

}


/*footer*/
#footer{color:#aaa; font-size:14px;  background-size: cover !important; position: relative; padding: 80px 0 0;}
#footer ul li{ list-style:none;}
#footer a{ color:#aaa; font-size:14px; }
#footer a:hover{ color:#fff; text-decoration:underline;}
#footer section {position: relative; z-index: 555;}
#footer .footer_about{ float: left; width:36%; padding-right: 8%;}
#footer .footer_follow{ float: left; width:16%; padding-right: 4%;}
#footer .footer_tags{float:left; width:23%; padding-right: 4%;}

#footer .footer_about .p{ line-height: 30px; max-height: 150px; overflow: hidden; margin: 15px 0;}
#footer .footer_sns{margin-top: 20px;}
#footer .footer_sns a{ display: inline-block; width: 26px; height: 26px; overflow: hidden; margin: 0px 1px; border-radius: 5px;}
#footer  .footer_tags ul li a,#footer  .footer_follow ul li a{ line-height:20px; padding:8px 0; display:inline-block; position:relative;padding-left: 10px;}
#footer  .footer_tags ul li a:after,#footer  .footer_follow ul li a:after{display: block; color: #aaa; content: "\f105";position: absolute;top:0px; left: 0; padding: 7px 0; transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; border-radius:50px; font-family: "FontAwesome";}
#footer  .footer_tags ul li:hover a,#footer  .footer_follow ul li:hover a{padding-left: 20px;}
#footer .footer_tags ul li:hover a:after,#footer .footer_follow ul li:hover a:after{ color: #fff; left: 5px;}



#footer .footer_top{ float: left; width:25%;}
#footer .email_l{ margin-bottom: 20px;}
#footer .email_l .title{ font-family: 'Rajdhani'; color: #fff; text-transform: uppercase;}
#footer .email_l p{ font-size: 16px; color: #fff; margin-top: 10px;}
#footer .email{ width: 100%; position:relative; border-radius: 0;}
#footer .email_main{height:58px; border:none; color:#999;float:left; line-height:58px;font-size:14px;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s; width:100%; background:none; padding-left:0; border-bottom: 1px solid #fff; padding-left: 0; color: #999; border-radius: 0; background: #fff; padding-left: 10px; border-radius: 5px;}
#footer .email_main:focus{color:#fff; background: none;}
#footer .email_btn{  height: 52px;  background:#df0000;  position: absolute; right:3px; top: 3px; border:none; font-family: 'Rajdhani'; color: #fff; font-size: 24px; text-transform: uppercase; border-radius: 5px;}

#footer .title_h4{ color: #fff; font-size: 26px;font-family: "Rajdhani"; text-transform: uppercase; background: url(../images/footer_line.png) no-repeat left bottom; padding-bottom: 18px; margin-bottom: 10px;}

.footer_bottom{ padding:16px 0;color:#999; margin-top:40px; font-size:14px; text-align: center; border-top: 1px solid rgba(255,255,255,0.15);}
.footer_bottom span{margin: 0px 4px;}
.footer_bottom  a{ margin:0px 4px; line-height:22px;}
.footer_bottom  a{ color:#999; font-size:13px;}
.footer_bottom  a:hover{color:#fff !important; text-decoration:underline;}
.footer_bottom .cop{  display: inline-block;}
.footer_bottom .ipv6 { display: inline-block; margin-right:15px;}
.footer_bottom .ipv6 img{ margin-right:6px;}
.footer_bottom .links{display:inline-block;}
#footer .cop{ margin-right: 10px;}
#footer .cop a:hover{ color:#fff ; text-decoration:underline;}


@media only screen and (max-width:992px) {
#footer{padding-top: 0;}
.footer_bottom{ border-top: none; margin-top: 0;}
}





/*back-top*/
.back_top{width:40px;height:40px;text-align:center; position:fixed; right:28px;bottom:60px; z-index:99999999; display:none;-moz-transition: all 0.5s;-o-transition: all 0.5s;-webkit-transition: all 0.5s;transition: all 0.5s;background: rgba(28,28,28,0.5); border: 1px solid rgba(255,255,255,0.5); line-height: 50px; border-radius: 50%; color: #fff; font-size: 12px; text-transform: uppercase;}
.back_top:before{content:"\f0d8";font-family:'FontAwesome';color:#fff;font-size:15px;display:block;line-height:20px; position: absolute; left: 0; top: 2px; width: 100%; text-align: center;}
.back_top:hover{text-decoration:none;box-shadow:0 0 10px 2px rgba(0,0,0,0,0.2);animation: scroll_up_anim 1.5s infinite; background: #666;}
@keyframes scroll_up_anim {
0% {
transform: translateY(-3px); }
50% {
transform: translateY(3px); }
100% {
transform: translateY(-3px); } }
.back_top:link{text-decoration:none;}
.back_top:hover:before{color:#fff;text-decoration:none;}
@media only screen and (max-width: 768px) {
.back_top{ right: 16px; bottom: 60px;}
}



#online_qq_layer{z-index:6666666;position:fixed;right:0;bottom:0; overflow: hidden;box-shadow: 3px 3px 20px 0 rgba(0,0,0,.2);font-size:13px;}
#floatShow{display:block;}
#floatHide{display:none;}
#online_qq_tab{position:relative;z-index:9;}
#online_qq_tab #floatShow{overflow:hidden;padding: 0px 20px; float:right; line-height:46px;padding-left:50px;position:relative;color:#fff;font-size:18px;text-transform:uppercase;font-family: "Rajdhani"; background: #df0000 url(../images/mes_ico2.png) no-repeat 15px center;}
#online_qq_tab #floatShow i{height:50px;width:50px;background:url(../images/online.png) no-repeat 10px center;position:absolute;left:5px;top:0;display:inline-block;}
#online_qq_tab #floatShow:hover{margin-right:0;}
#online_qq_tab #floatHide{overflow:hidden;width:40px; height:40px;font-size:13px;float:right; color:#fff; text-align:center;position:absolute;right:0;top:0; border-radius: 50%; }
#online_qq_tab #floatHide i{display:flex;position:relative;flex-direction:column;justify-content:center;align-items:center; margin-top: 16px;}
#online_qq_tab #floatHide i:before,
#online_qq_tab #floatHide i:after{content:'';display:inline-block;background:#fff;width:16px;height:2px;margin:2px 0;}
#online_qq_tab #floatHide i:before{transform:rotate(45deg) translate(4px,0px);-webkit-transform:rotate(45deg) translate(4px,0px);}
#online_qq_tab #floatHide i:after{transform:rotate(-45deg) translate(4px,0px);-webkit-transform:rotate(-45deg) translate(4px,0px);}
#online_qq_tab #floatShow:hover,#online_qq_tab #floatHide:hover{text-decoration:none;}
#onlineService{display:inline;width:400px; overflow: hidden;display:none;background: #f9fafa;  font-size:12px;border-top:none;}
#online_qq_layer .inquiry .main_more{border-width:1px;margin-top:0;}
#online_qq_layer .inquiry .main_more input{height:36px;line-height:36px;font-size:14px;padding-left:20px;padding-right:40px; background:#df0000 ; color: #fff; text-transform: uppercase; border-radius: 0;transition: 0.5s all; border-radius: 0;font-family: "montserratB"; border-radius: 0; width: 100%; margin-top: 10px;}
#online_qq_layer .inquiry .main_more:hover input{ background: #376cb7; color: #fff;}
#onlineService .title{display:block;font-size:18px;line-height:24px;text-transform:uppercase; font-style: normal;font-family: "Rajdhani"; color:#fff; margin-bottom: 10px; background: #333; background-size: cover; padding: 15px 20px 48px;}
#onlineService .title b{color:#fff;font-family: "montserratB";}
#onlineService .text{ margin-bottom:10px; color:#777; line-height:20px; background:#f9fafa; margin: 0px 5%; margin-top: -50px; padding:15px 10px; border-radius: 4px; text-align: center; line-height:20px; width: 90%; }

.i_message_inquiry .inquiry{width: 90%; margin: 20px 5%;border-top: 1px solid #e5e5e5; margin-top: 0; padding-top: 15px;}
.i_message_inquiry .inquiry .form-control{ border:1px solid #e5e5e5; background:none; line-height:46px;height:46px; color:#333; font-family: unset;font-size: 12px;width:100%;box-shadow:none;padding-right:30px;background-position:95% 12px;background-repeat:no-repeat;padding-left:10px; border-radius: 0; border: 1px solid #d3dbe0; border-radius: 5px;}
.i_message_inquiry .inquiry textarea.form-control{border-radius:0;}
.i_message_inquiry .inquiry .input-group{ height:32px; margin-bottom:6px;border:none; float: left; width: 100%; background: #fff;}
.i_message_inquiry .inquiry .input-group span{display:block;position:relative;}
.i_message_inquiry .inquiry .input-group span:before{content:'';position:absolute;right:10px;top:10px;width:28px;height:23px;display:inline-block;background-image: url(../images/icon.png);background-repeat: no-repeat;}
.i_message_inquiry .inquiry .input-group span.ms_e:before{background-position:-40px -227px;}
.i_message_inquiry .inquiry .input-group span.ms_p:before{background-position:0 -227px;}
.i_message_inquiry .inquiry .input-group span.ms_m:before{background-position:-82px -227px;}
.i_message_inquiry ::-webkit-scrollbar{width: 7px;height: 7px;background-color: #F5F5F5;}
.i_message_inquiry ::-webkit-scrollbar-track {box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);border-radius: 10px;
background-color: #F5F5F5;}
.i_message_inquiry ::-webkit-scrollbar-thumb{border-radius: 10px;box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
background-color: #999;}
.i_message_inquiry .inquiry .input-group span.ms_m .form-control{line-height:20px;font-size: 12px; height:100px; padding-left:10px; width:100%;  color:#777; margin-bottom:0; transition: 0.6s all; max-width: 100%; max-height: 100px; border-radius:0; max-width: 100%; min-width: 100%;  border: 1px solid #d3dbe0; border-radius: 5px; padding: 5px; padding-right: 40px;}
.i_message_inquiry .inquiry .input-group span.ms_m .form-control:focus,.i_message_inquiry .inquiry .form-control:focus{color:#666;
border-color:#999;}
 
@media only screen and (max-width: 992px) {
#online_qq_tab #floatHide{left: auto; right: 6px;}
#online_qq_layer{ overflow:visible;}
#online_qq_tab #floatHide{width: 40px; height: 40px; background: none; top: 10px; border-radius: 0; top: 14px;}
#online_qq_tab #floatHide i{ margin-top: 0; margin-right: 0;}
#online_qq_tab #floatHide i:before, #online_qq_tab #floatHide i:after{background: #fff;}

}


/*fixed-contact*/
.fixed-contact {
    z-index:999999;
    position:fixed;
    right:0;
    top:40%;
    width:50px;
    margin-top:-90px;
    overflow:hidden;
    opacity:0;
	filter:alpha(opacity=0);
    transition:all .4s;
    transform: translateX(95px);
    -webkit-transform: translateX(95px);
    -moz-transform: translateX(95px);
}
.fixed-contact.show{  transform:none; opacity:1;filter:alpha(opacity=100); }
.fixed-contact.active {width:260px;}
.fixed-contact li {position:relative;height:50px;overflow:hidden;transition:all .4s;list-style: none;background:#df0000; background-size: cover;  border-bottom: 1px solid rgba(255,255,255,0.2);}
.fixed-contact.active li a {opacity: 1;}
.fixed-contact li a {position:relative;z-index:1000;display:block;}
.fixed-contact li i {
    z-index:1000;
    position:absolute;
    left:0;
    display:block;
    width:50px;
    height:50px;
    transition:all .4s;
	background-repeat: no-repeat;
	background-position: center center;
	background-image:url(../images/icon.png);
}

.fixed-contact.active li:last-child:after {display:none;}
.fixed-contact li:hover i,.fixed-contact li:hover a{ color: #fff;}
.fixed-contact .online_p i {
	background-position: 0 -262px;
    border-top-left-radius:30px;
    -moz-border-top-left-radius:30px;
    -webkit-border-top-left-radius:30px;
    border-top-right-radius:30px;
    -moz-border-top-right-radius:30px;
    -webkit-border-top-right-radius:30px;
}
.fixed-contact .online_e i {background-position: -50px -262px;}
.fixed-contact .online_w i {background-position: -150px -262px;}
.fixed-contact .online_s i {background-position: -100px -262px;}
.fixed-contact .online_f i {background-position: -250px -262px;}
.fixed-contact .online_i i {background-position: -300px -262px;}
.fixed-contact .online_code i {background-position: -200px -262px;}

.fixed-contact li a {
    position:absolute;
    top:0;
    right:-135px;
    display:block;
    width:210px;
	line-height:110%;
    padding:18px 0 0 50px;
    color:#fff;
    white-space:nowrap;
    transition:all .4s;
	font-size:14px;
	text-align: left;
	font-weight: normal;
	opacity: 0;
}
.fixed-contact.active li a {right:50px;}
.fixed-contact .online_code a img{max-width:80px;}
.fixed-contact.active .online_code{height:130px;}
.fixed-contact.active .online_code a p{margin:0;margin-bottom:5px;}
.fixed-contact li.online_code:hover a{opacity:1; right: auto;left: 0;}

@media only screen and (max-width: 992px) {
	.fixed-contact{display:none !important;}
	.fixed-contact.show{opacity:0;}
}




.mobile_nav{position:fixed;left:0;bottom:0;width:100%;padding:0 0 5px;display:none;z-index:5555555;box-shadow:0 0 10px 0 rgba(255,255,255,0.4);-webkit-box-shadow:0 0 15px 0 rgba(255,255,255,0.4);border-radius:2px 2px 0 0;background:#333;border-top:1px solid #eee;}
.mobile_nav a{display:inline-block;width:20%;padding:0 10px;float:left;text-align:center;}
.mobile_nav a i{width:28px;height:28px;display:inline-block;background-repeat:no-repeat;background-image: url(../images/icon.png);}
.mobile_nav a p{color:#fff;padding-top:5px;font-size: 12px;text-transform:uppercase;line-height:12px;margin:0;}
.mobile_nav a:nth-child(3){float:right;}
.mobile_nav a:nth-child(4){float:right;}

@media only screen and (max-width: 992px){
	#service{display:none;}
	#onlineService01{width:150px;}
	#online_qq_tab #floatShow{margin-bottom: 0;}
}

@media only screen and (max-width: 992px) {
	#online_qq_layer{right:0;}
	#onlineService{ width:100%; padding: 0;}
	#online_qq_layer{ width:100%;bottom:0;}
	#online_qq_tab{ width:100%;}
	#online_qq_tab #floatShow{ background:#df0000 url(../images/icon.png) no-repeat  -128px -218px;border-radius:0;margin-right:0; width:50px; height:50px; position:absolute;left:50%;bottom:10px;margin-left:-25px;border:3px solid #fff;padding:0;box-shadow:none;border-radius:50%;text-indent:-999999px; z-index: 6666666;}
	#online_qq_tab #floatShow i{display:none;}
	#online_qq_tab #floatShow span{ display:none;}
	.mobile_nav{display:block;}
	.mobile_nav a p{text-transform:capitalize;}
	.footer-bottom{padding-bottom:60px;}
	#onlineService .i_message_inquiry .main-more input{padding:8px 20px;}
	#onlineService .title{ color: #fff; font-size: 18px;}
	.footer_bottom{padding-bottom: 70px !important; }
}
@media only screen and (max-width: 375px) {
	.mobile_nav a p{text-transform:capitalize;}
}



.n_main{ padding: 60px 0;}
.n_left{float: left; width: 23%;}
.n_right{float: right; width: 77%; padding-left: 50px;}
.n_left2{float: right; width: 23%;}
.n_right2{float: left; width:77%;  padding-left: 50px;}
@media only screen and (max-width:992px) {
.n_main{padding: 30px 0;}
.n_left{width: 100%;}
.n_right{width: 100%; padding: 0; margin-top: 20px;}
.n_left2{width: 100%; margin-top: 20px;}
.n_right2{width: 100%; padding: 0;}
}
.n_banner{ position: relative;}
.n_banner img{width: 100%;}
.mbx_section{border-bottom: 1px solid #eee;}
.mbx_section ul li{ list-style: none; font-size: 15px; color: #666; line-height: 20px; float: left; padding: 20px 20px; border-right: 1px solid #eee;}
.mbx_section ul li i{ color: #df0000; margin: 0px 4px;}
.mbx_section ul li a,.mbx_section ul li h2{ font-size: 15px; color: #666; line-height: 20px; font-weight: normal;}
.mbx_section ul li a:hover{ color: #df0000; text-decoration: underline;}
.mbx_section ul li h2{font-family: 'montserratB'; font-size: 16px;}

@media only screen and (max-width:992px) {
.mbx_section ul li{padding: 10px;}
}

.page_nav{ justify-content: center; text-align: center; margin-bottom: 40px; display: flex;}
.page_nav a{ float: left; width: 20%; line-height: 30px; padding:10px 20px; background: #eee; color: #555;font-family: "Rajdhani"; text-transform: uppercase; font-size: 20px; border: 3px solid #fff;}
.page_nav a.active,.page_nav a:hover{ background: #df0000; color: #fff;}

@media only screen and (max-width:992px) {
.page_nav{display: block;}
.page_nav a{width: 33.33%;}
}
@media only screen and (max-width:768px) {
.page_nav a{width:50%;}
}
@media only screen and (max-width:400px) {
.page_nav a{width:100%;}
}



.n_honor ul li{ list-style: none; float: left; width: 25%; padding: 0px 10px; text-align: center; margin-bottom: 20px;}
.n_honor ul li .li{ position: relative; display: inline-block;}
.n_honor ul li:nth-child(4n+1){ clear: both;}
.n_honor ul li img{border: 1px solid #eee; cursor: pointer;}
.n_honor ul li p{font-size: 16px; margin-top: 10px;}


.section_title{ font-size:30px; color: #333; text-transform:uppercase; margin-bottom: 20px; line-height: 30px; padding-bottom: 10px; border-bottom: 1px solid #e5e5e5; position: relative; font-family: "Rajdhani";}
@media only screen and (max-width:400px) {
.section_title{font-size: 20px; letter-spacing: 0;}
}
.section_title img{ float: left; margin-right: 20px;}
.section_title:after{ position: absolute; left: 0px; bottom: -4px; width: 8px; height: 8px; background:#ddd; content: ''; border-radius: 50%;}

.contact{padding: 40px 0 80px;}
.contact .i_title{ margin-bottom: 20px;}


ul.mtree{opacity: 0;margin-left: 0; padding: 10px; background: #ededed;}
ul.mtree li {list-style: none;}
ul.mtree>li>a{transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
ul.mtree>li{ position: relative; border-bottom: 1px solid #eee; background: #fafafa; margin-bottom:0;}
ul.mtree a {display: block;font-size:14px; color:#777;-moz-transition: all 0s;-o-transition: all 0s;-webkit-transition: all 0s;transition: all 0s;  padding:12px 10px;line-height:22px; padding-right:36px; padding-left:10px; font-family: "montserratB";}
ul.mtree li ul a{ padding:8px 12px; padding-right:24px; font-weight: normal;}
ul.mtree ul li:last-child a{ border:none;}
ul.mtree.transit li.mtree-open>span:before  {content:"\f106";font-family:FontAwesome;padding-left:5px; float:right; font-size:18px; color:#808080; font-style:normal; padding:9px 12px; position:absolute;  right:0; top:0px;}
ul.mtree.transit li.mtree-closed>span:before {content:"\f107";font-family:FontAwesome;padding-left:5px; float:right; font-size:18px; color:#808080; font-style:normal; padding:9px 12px; position:absolute;  right:0; top:0px;}
ul.mtree .mtree-level-1 li.mtree-open>span:before {content:"\f106";font-family:FontAwesome;padding-left:5px; float:right; font-size:16px; color:#808080; font-style:normal; background:none; padding:8px; position:absolute;  right:5px; top:0; border-left:none;}
ul.mtree .mtree-level-1 li.mtree-closed>span:before{content:"\f107";font-family:FontAwesome;padding-left:5px; float:right; font-size:16px; color:#808080; font-style:normal; background:none;  padding:8px ; position:absolute;  right:5px; top:0; border-left:none;}
ul.mtree li ul a li a{ padding-left:20px;}
ul.mtree>li:hover>a{ color:#df0000;}
ul.mtree>li.mtree-node a ul a{ font-size:14px;}
ul.mtree>li.mtree-open{color:#df0000 ;padding-bottom:0;}
ul.mtree>li.mtree-open>a{color:#df0000;font-family: "montserratB";}
ul.mtree>li.mtree-node:hover>a{color:#df0000 ;text-decoration:none;}
ul.mtree .mtree-level-1 li.mtree-closed>span{color:#fff ;text-decoration:none;}
ul.mtree.transit li.mtree-closed:hover > span::before,ul.mtree.transit li.mtree-open:hover>span:before{ color:#df0000;}
ul.mtree .mtree-level-1 li.mtree-open:hover>span:before,ul.mtree .mtree-level-1 li.mtree-closed:hover>span:before{ color:#df0000 !important;}
ul.mtree ul {  background:#fff;}
ul.mtree ul li{list-style:none; position:relative; border-bottom: 1px solid #eee;}
ul.mtree ul li:last-child{ border-bottom: none;}
ul.mtree ul li a{display:block;color:#555;font-size:16px;}
ul.mtree>li>ul>li>a{ font-size:14px !important;}
ul.mtree>li>ul>li>a:before{content:"";}
ul.mtree ul li:hover a{color:#df0000;}
ul.mtree li ul li.mtree-open a{color:#ff000;text-decoration:none;}
ul.mtree .mtree-level-2{ margin-top:0px; border:none; padding:0px; margin-bottom:0; background:#fff; padding: 0 10px;}
ul.mtree li ul.mtree-level-2 li{border: none; background: #f7f7f7;}
ul.mtree li ul.mtree-level-2 li a{color:#808080;font-weight:normal;font-size:13px; padding-left:20px;}
ul.mtree .mtree-level-2 li a:hover{text-decoration:underline;color:#df0000;font-weight:normal;}
ul.mtree.jet ul {margin-left: 0;}
ul.mtree.jet li {margin-bottom: 1px;}
ul.mtree.jet li:last-child {margin-bottom: 0px;}
ul.mtree.jet li:first-child {margin-top: 1px;}
ul.mtree.jet li.mtree-active a {background: #e5e5e5;}
ul.mtree.jet li.mtree-active li:last-child > a {border-radius: 0px 0px 3px 3px;}
ul.mtree.jet li.mtree-active > a {background: #008cba;color: #FFF; border-radius: 3px 3px 0px 0px;}
ul.mtree.jet li > a:hover { background: #FFC000;color: #FFF;}
ul.mtree.jet a { padding: 5px 0px 5px 1em;}
ul.mtree.jet li li > a { padding-left: 2em;}
ul.mtree.jet li li li > a {padding-left: 3em;}
ul.mtree.jet li li li li > a {padding-left: 4em;}
ul.mtree.jet li li li li li > a {padding-left: 5em;}
ul.mtree a:hover{text-decoration:none;}
ul.mtree>li.mtree-node ul i{margin-right:4px; font-size:10px; color:#999;}
.mtree-skin-selector{ display:none !important}

/*ul.mtree>li.active>a{color:#333; padding-left:20px;}
ul.mtree>li.active>a:before{ content:"\f178";font-family:FontAwesome; margin-right:0px; position:absolute; left:0px; top:0; padding:8px 0; opacity:1;}
*/

.left_h4{line-height: 30px; color: #333; font-family: "Rajdhani";  font-size:30px; position:inherit; text-transform:uppercase; padding:6px 0; position: relative;}
.left_nav{background: #fff;}
@media only screen and (max-width:992px) {
.left_nav{padding: 0;}
}


.nav_h4{line-height: 30px; color: #fff;   font-size:26px; position:inherit; text-transform:uppercase;position: relative; padding:8px; background: #333;font-family: "Rajdhani";}
.nav_h4::after{ content:none;}
.nav_h4:before{ content:"\f03a"; color:#fff; float:right; font:normal normal normal 14px/1 FontAwesome; margin-right:6px; line-height:32px;}
@media only screen and (max-width:992px) {
.nav_h4,.left_h4{ position:relative;color:#fff; background:#333; padding:0px 10px; font-size:18px; line-height: 36px; margin: 0; border-radius: 0; }
.nav_h4:before{ content:none;}
.nav_h4:after ,.left_h4:after{  display: block;  content: "\f107";  font-family: "FontAwesome";  position: absolute;  right:15px;  cursor:pointer; font-size:20px; top:0px;  color:#fff;}
}
.toggle_content{width: 100%;}



.hot_left{ margin-top:30px;}
.hot_left ul{border-bottom:none; margin-top: 10px; }
.hot_left ul li{ list-style:none;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; margin-bottom: 6px; position: relative;}
.hot_left ul li .li{ position: relative; z-index: 999; transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;  border: 1px solid #e5e5e5;padding:8px; background: #fff;}
.hot_left ul li .li:before{ position: absolute; left: 0; bottom:0; height:2px; width:0; background: #df0000; content: '';transition: 0.5s all;}
.hot_left ul li .li:hover:before{width: 100%;}
.hot_left ul li .li:hover{box-shadow:0 5px 9px rgba(0,0,0,0.08);-webkit-box-shadow:0 5px 9px rgba(0,0,0,0.08);-moz-box-shadow:0 5px 9px rgba(0,0,0,0.08); transform:translate3d(0,-3px,0);-webkit-transform:translate3d(0,-3px,0); background: #fff;}
.hot_left ul li .img{ float:left; width:32%;display:inline-block; margin-right:15px; transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;overflow:hidden; position:relative;}
.hot_left ul li .h4 a{ font-size:14px; color:#444; overflow:hidden; line-height:20px;font-family: "montserratB"; max-height:40px; display:block; margin-top: 5px; margin-top: 10px;}
.hot_left ul li .more{font-size:13px; text-transform: capitalize; color: #df0000; display: block; margin-top: 0;font-family: "montserratB";}
.hot_left ul li .more i{ margin-left: 4px;}
.hot_left ul li:hover .more{ color: #df0000;}
.hot_left ul li:hover .img img{transform: scale(1.1);}


.left-adv{margin-top:30px;width:100%;background-size:cover;text-align: center;position:relative;}
.left-adv .ovrly{position: absolute;left: 0;top:0;width: 100%;height: 100%;display: block;background:#000;opacity: 0.6;filter: alpha(opacity=0.6);transition:all .5s;border-radius:5px;}
.left-adv .main{position:relative;left:0;top:0;padding:30px 30px 40px 30px; z-index:2;text-align: left;}
.left-adv .icon{width: 36px;height:36px;margin:0;display: inline-flex;justify-content: center;align-items: center;border-radius:50%;position:relative;z-index: 3;}
.left-adv .icon i{width:36px;height:36px;background:url(../images/icon.png) no-repeat;background-position: -423px 0px;display: inline-block;}
.left-adv .main .title{font-size:30px;line-height:28px;color:#fff;text-transform: uppercase;margin-top:10px;margin-bottom:10px;display:block;border-bottom: 1px solid rgba(255,255,255,0.3);padding: 10px 0; font-family: "Rajdhani";}
.left-adv .main .title:hover{text-decoration:none;}
.left-adv .main .text{font-size:14px;color:#fff;line-height:24px; margin-bottom: 20px;}
.left-adv .main_more{height: 40px;line-height: 38px;padding-left: 25px;padding-right: 20px;background: #df0000;color: #fff;border-color: #52a823;font-family: "montserratB"; display: inline-block;}
.left-adv .main_more:after{width: 14px;height: 14px;background:url(../images/icon.png) no-repeat;background-position:-331px -103px; vertical-align: middle;margin-top: -1px;content:'';display: inline-block;margin-left: 10px;opacity: 1;position: relative;right: auto;top: auto;}
.left-adv .main_more:hover:after{animation:none;}
.left-adv .main_more:before{position: absolute;content: '';opacity: 0;top: 0;left: 0;z-index: 1;background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.03) 1%,rgba(255,255,255,.6) 30%,rgba(255,255,255,.85) 50%,rgba(255,255,255,.85) 70%,rgba(255,255,255,.85) 90%,rgba(255,255,255,0) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#00ffffff',GradientType=1);width: 30%;height: 100%;transform: skew(-10deg,0deg);animation: move 2s;animation-iteration-count: infinite;animation-delay: 1s;border-radius: 0;border: none;}



.page_p{ margin:0px auto 0px;width:100%; font-size: 14px;text-align: center; margin-top: 20px;}
.page_p a{font-size:14px; padding:0px 10px; text-align: center;margin-left:5px; color:#555;  display: inline-block;transition: 0.2s; -webkit-transition: 0.2s;	-moz-transition: 0.2s;	-o-transition: 0.2s; background:#f7f7f7; border:2px solid #fff; text-transform: uppercase;line-height: 40px; height: 40px; float: left; border-radius: 0; min-width: 40px}
.page_p a i{ line-height:34px;}
.page_p a:hover{ background:#df0000;transition: 0.6s all; color:#fff !important; border:2px solid #df0000;}
.total{ font-size: 14px; line-height:24px; color:#666; margin-top:6px; text-transform: capitalize; float: right;}
.total span{ color:#666; margin: 0px 6px;}
.page_p>span{display: inline-block;float: left; padding:0px 10px;line-height:34px; background:#df0000; line-height: 40px; height: 40px; border:2px solid #df0000; color:#fff; margin-left:5px; border-radius: 0; min-width: 40px;}
@media only screen and (max-width:992px) {
	.left-adv .main{display: none;}
	.total{width: 100%; text-align: left;}
	.total{font-size: 12px; margin-top: 10px;}
	.page_p a,.page_p>span{margin: 4px;}
	.page_p a{min-width:inherit;}
}

@media only screen and (max-width:400px) {
.page_p a{min-width:inherit; padding: 0px 6px;}
}

/*page-turning*/
.navigation{width:100%;list-style:none;margin-top:20px;}
.navigation li{width:calc(100% - 0px);float:left;text-align:left;margin-bottom:10px; background: #f7f7f7; padding: 10px;}
/*.navigation li.next_post{float:right;text-align:right;}*/
.navigation li a{position:relative;display:block;transition:all .5s;padding-left:60px;border-radius:0;}
.navigation li a:hover{text-decoration:none;}
/*.navigation li.next_post a{padding-right:50px;}*/
.navigation li a:before{font-family:'FontAwesome';font-size:20px;position:absolute;top:50%;width:40px;height:40px;line-height:39px;border-radius:0;text-align:center;transform:translateY(-50%);-webkit-transform:translateY(-50%);transition:all .5s;background-color:#ddd; border-radius: 50%;}
.navigation li.prev_post a:before{left:0;content:"\f106";}
.navigation li.next_post a:before{left:0;content:"\f107";}
.navigation li a:hover:before{background:#df0000;color:#fff;border-color:#666;}

.navigation li a .meta_nav{display:inline-block;font-size:15px;text-transform:capitalize;color:#5c5c5c;margin-bottom:0;line-height:20px;transition:all .5s;font-family:'montserratB'; }
.navigation li a:hover .meta_nav{color:#666;}
.navigation li a .post_title{font-size:14px;overflow:hidden;line-height:20px;max-height:40px;margin:0;transition:all .5s;font-weight: normal;}
.navigation li a:hover .post_title{color:#666;}


@media only screen and (max-width: 768px) {
	.navigation{border:none;padding-top:0;margin-bottom:0;}
	.navigation li{width:100%;border-radius:0;padding:0;margin-bottom:10px;}
	.navigation li.prev_post a{padding-left:60px;border-radius: 0;}
	.navigation li.next_post a{padding-left:60px;border-radius: 0;}
	.navigation li.prev_post a:before{left:10px;}
	.navigation li.next_post a:before{left:10px;}
	.navigation li a:before{width:40px;height:40px;line-height:40px;}
	.navigation li a .meta_nav{font-size: 14px;color:#333;margin-bottom: 0;}
	.navigation li a{padding-top:10px;padding-bottom:10px;padding-right:10px;}
	.navigation li a .post_title{font-size: 14px;}
}


.tags_ul{ padding:4px 0; margin: 15px 0;}
.tags_ul span{ font-size:14px;  font-family: "montserratB"; text-transform:uppercase; color:#5c5c5c; margin-right:6px;}
.tags_ul a{ display:inline-block; padding:0px 16px; background:#f9f9f9;  color:#666;  text-transform: capitalize;line-height: 30px; margin: 2px 0; border-radius:5px;  border: 1px solid #f1f1f1; font-size: 13px;}
.tags_ul i{ margin-right:3px; font-size: 14px; color: #ccc;transition: 0.6s all;}
.tags_ul a:hover{ background: #df0000; color: #fff;}
@media screen and (max-width: 992px) {
	.tags_ul{ width:100%;}
	
}

.blog_nav{ border: 1px solid #eee; padding: 15px; margin-top: 30px;}
.blog_nav ul li{ list-style:none; border-bottom:1px solid #eee;}
.blog_nav ul li a{ font-size:14px; color:#5c5c5c; line-height:22px; padding:12px 0px; display:block; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.blog_nav ul li a i{ color:#ccc; font-size: 14px; margin-right:10px;}
.blog_nav ul li a:hover{ color:#666; padding-left:10px;}
.blog_nav ul li a:hover i{ color:#666;}


.hot_tags{ margin-top:30px;  background: #fff;  padding: 15px; border: 1px solid #e5e5e5;}
@media only screen and (max-width:992px) {
.blog_nav,.hot_tags{padding: 0; margin-top: 15px;}
}
.hot_tags a{ display:inline-block; color:#666; padding:0px 12px;  background:#f9f9f9;border:1px solid #f1f1f1; margin:4px;line-height:34px; text-transform: capitalize; font-size: 13px;}
.hot_tags a:hover{ background:#df0000; color:#fff;}
.hot_tags .toggle_content{ margin:0px -4px; margin-top:15px; }








/*产品列表*/
.products_m{ margin-bottom:10px;line-height:30px;}
.quick_ico{position: absolute;bottom: 45%;width:100%;left:0;transition: all 0.5s;-webkit-transform: translate(0%, 50%);-moz-transform: translate(0%, 50%);-ms-transform: translate(0%, 50%);-o-transform: translate(0%, 50%);transform: tanslate(0%, 50%); text-align: center; opacity: 0; font-family: "montserratB"; text-transform: uppercase;}
.quick_ico span{ display: inline-block; position: relative;line-height: 42px; color: #fff;padding: 0px 24px; font-size: 12px; background: #df0000 ;}
.quick_ico span:before,.quick_ico span:after{ position: absolute; left:90%; height:32px; width: 1px; background: #fff; content: ''; top: -48px; opacity: 0;transition: 0.5s all;}
.quick_ico span:after{left: 10%; top: auto; bottom: -48px;}
.li:hover .quick_ico{ opacity:1;bottom: 50%;}
.li:hover .quick_ico span:before,.li:hover .quick_ico span:after{ transform: skewX(-45deg); opacity: 1;}

/*products*/
.cbp-vm-switcher {width:100%; }
.cbp-vm-view-grid .tags_ul{ display:none;}
.cbp-vm-view-grid ul li .my_more1{ position: absolute; left: 5%; bottom: -100px; width: 90%; background: #df0000; color: #fff; border-radius:30px;}
.cbp-vm-view-grid ul li:hover .my_more1{ bottom: 10px;}
.cbp-vm-view-grid ul li:hover .cbp-vm-details{opacity: 0;}

.cbp-vm-view-grid .pro_more{ margin-top:10px;}
.cbp-vm-options{margin-bottom:15px; text-align:left; padding: 6px; border: 1px solid #e5e5e5;}
.cbp-vm-options p{display:inline-block;   font-family: "montserratB";   float:left;vertical-align:middle; color:#dd0522; text-transform:capitalize; font-size:12px; margin-left:8px;}
.cbp-vm-options a {vertical-align:middle;height:32px;overflow: hidden;white-space:nowrap;color:#333; line-height:32px; text-align:center; width:32px;display:inline-block; background:#fff; vertical-align: middle; border: 1px solid #fff; display: flex; align-items: center; justify-content: center; float: left; margin-right: 6px;}
.cbp-vm-options a svg{ width: 16px; height: 16px; color: #999;transition: 0.5s all;}
.cbp-vm-options a:hover,.cbp-vm-options a.cbp-vm-selected{ border: 1px solid #df0000; background: #df0000;}
.cbp-vm-options a:hover svg, .cbp-vm-options a.cbp-vm-selected svg{ color: #fff;}

/* General list */
.cbp-vm-switcher ul {list-style: none;padding: 0;}
.cbp-vm-switcher ul:before, .cbp-vm-switcher ul:after { content: " "; display: table; }
.cbp-vm-switcher ul:after { clear: both; }

.cbp-vm-switcher ul li {display: block;-moz-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
.cbp-vm-image {display: block;margin: 0 auto;position:relative;}
.cbp-vm-image img {width:100%;cursor:pointer;position:relative;max-width:100%;max-height:100%;}
.cbp-vm-switcher ul li .cbp-vm-details{color:#999;overflow:hidden;height:40px;line-height:20px; transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}


/* Common icon styles */
.products ul li .li .a{ position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 555;}
.cbp-vm-icon:before {font-family: 'fontawesome';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;}
.cbp-vm-view-grid ul li {width:25%;text-align: left;vertical-align: top;float:left;}
/* List view */
.cbp-vm-view-list li {text-align:left;white-space:normal;  margin-bottom:0; }
.cbp-vm-view-list li .i_more{ margin-top:0px; font-size:12px;}
.cbp-vm-view-list li{ background: #fff; padding: 15px; border: 1px solid #eee; border-bottom: none;}
.cbp-vm-view-list li:hover{box-shadow:0 5px 9px rgba(0,0,0,0.08);-webkit-box-shadow:0 5px 9px rgba(0,0,0,0.08);-moz-box-shadow:0 5px 9px rgba(0,0,0,0.08); transform:translate3d(0,-3px,0);-webkit-transform:translate3d(0,-3px,0);}
.cbp-vm-view-list li:last-child{ border-bottom: 1px solid #eee;}
.cbp-vm-view-list li:before, .cbp-vm-view-list li:after { content: " "; display: table;}
.cbp-vm-view-list li:after { clear: both; }
.cbp-vm-view-list .cbp-vm-image,.cbp-vm-view-list .cbp-vm-title,.cbp-vm-view-list .cbp-vm-details,.cbp-vm-view-list .cbp-vm-price,.cbp-vm-view-list .cbp-vm-add {display: inline-block;vertical-align: middle;}

.cbp-vm-view-list .cbp-vm-image {width:22%;display:inline-block; vertical-align:middle;float:left; margin-right:3%;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; background: #000;}
.cbp-vm-view-list .cbp-vm-image  a{display: block; overflow: hidden;}

.cbp-vm-view-list ul li .cbp-vm-details {width:75%; overflow: hidden;white-space: normal;max-height:40px; line-height:20px; color:#777; margin:5px 0px;}

@media screen and (max-width: 992px) {.cbp-vm-view-grid ul li {width: 50%;}.cbp-vm-switcher ul li h4 a{ font-size:12px;} .cbp-vm-options{display: none;}}
@media screen and (max-width: 520px) {.cbp-vm-view-list .prol_more{font-size:12px;padding:2px 20px 7px 20px;}}
@media screen and (max-width: 300px) {
	.cbp-vm-view-list ul li h4 a{width:100%;}
	.cbp-vm-view-list ul li .cbp-vm-details{width:100%;}
	.cbp-vm-view-list .cbp-vm-image{width:100%; margin-right:0px;}
	.cbp-vm-view-grid ul li {width:100%; margin-bottom:20px;}
	.p_hot_2{ width:100%;}

}
.cbp-vm-view-list ul li .quick_ico{display: none;}
.cbp-vm-view-list ul li .h4 a{max-height:60px; font-family: "montserratB"; line-height:30px; color: #333; font-size: 18px; overflow:hidden; display:block; }
.cbp-vm-view-list ul li .h4 a:hover{ color: #666;}
.cbp-vm-view-list ul li:hover .cbp-vm-image{ border-color: #666;}
.cbp-vm-view-list ul li .pro_ico{display: none;}
@media screen and (max-width: 768px) {
.cbp-vm-view-list ul li h4 a{ line-height:24px; max-height:48px;}
}
/*9gonghe*/
.cbp-vm-view-grid ul {list-style: none;padding: 0; margin:0px -10px;}
.cbp-vm-view-grid ul li .li{position: relative;padding:8px; border: 1px solid #e5e5e5; background: #fff;}
.cbp-vm-view-grid ul li .i_more{ display: none;}
.cbp-vm-view-grid ul li{  margin-bottom:20px; padding:0px 10px;}
.cbp-vm-view-grid ul li .h4 a{margin:5px 0 5px;line-height:22px;  font-size:15px; height:44px; overflow:hidden;display:block; text-align:center; color: #333; z-index: 999; position: relative;font-family: "montserratB"; }
.cbp-vm-view-grid ul li .li{text-align:center; position:relative; }
.cbp-vm-view-grid ul li .li .cbp-vm-image{ overflow:hidden; margin-bottom:10px;transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; position: relative;z-index: 66; border-radius: 0; position: relative;}
.cbp-vm-view-grid ul .li{transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all;}
.cbp-vm-view-grid ul li .li:hover{box-shadow:0 0px 15px rgba(0,0,0,0.08);-webkit-box-shadow:0 0px 15px rgba(0,0,0,0.08);-moz-box-shadow:0 0px 15px rgba(0,0,0,0.08); transform:translate3d(0,-3px,0);-webkit-transform:translate3d(0,-3px,0); border: 1px solid #df0000;}

/*效果*/
.products ul li .li .img a{ display:block;}
.cbp-vm-view-grid ul li .li{ overflow:hidden; position: relative;}
.cbp-vm-view-grid ul li:hover .li{transform:translate3d(0,-3px,0);-webkit-transform:translate3d(0,-3px,0);}
.cbp-vm-view-grid ul li .img a{ display:block; overflow:inherit;}
.cbp-vm-view-grid ul li:hover .img img{transform: scale(1.1);}

@media only screen and (max-width: 992px) {
.cbp-vm-view-grid ul li{padding: 0px 5px;}
.cbp-vm-view-grid ul li .h4 a{margin: 0;}
}


/*news*/
.news ul li{float: left; list-style: none; width: 100%; margin-bottom: 30px;}
.news .img{ width:32%; margin-right:30px; overflow:hidden; display:block;  float:left;position:relative;}
.news .img img{ width:100%;}
.news .li .h4{ line-height: 24px; max-height: 48px; color:#555; display:block; overflow:hidden; font-family: "montserratB";  margin:0 0 10px; }
.news  ul li{ list-style:none; margin-bottom:20px;  transition: 0.5s all;-webkit-transition: 0.5s all;-o-transition: 0.5s all; -moz-transition: 0.5s all;-ms-transition: 0.5s all; }
.news  ul li .li{position: relative; padding: 15px; background: #fff; border: 1px solid #eee; box-shadow: 0px 5px 20px rgba(0,0,0,0.06);transition: 0.5s all;}

.news .li .day {color: #808080; border-bottom: 1px solid #e5e5e5;padding-bottom: 10px; display: flex; align-items: center; font-size: 13px; margin: 10px 0;}
.news .li .day img{margin-right: 10px;}
.news  ul li p{color:#777; max-height:44px; overflow:hidden; line-height:22px; margin-top:6px; margin-bottom: 18px;}
.news  ul li:hover .img{ background: #000;}
.news  ul li:hover .img img{transform: scale(1.1); opacity: 0.7;}
.news  ul li:hover{ transform:translate3d(0,-3px,0);-webkit-transform:translate3d(0,-3px,0);}
.news  ul li:hover .li{ border: 1px solid #ddd;}
.news  ul li .img{ position: relative;}


@media only screen and (max-width: 992px) {
	.news .img{ width:40%; margin-right: 15px;}
}
@media only screen and (max-width: 400px) {
	.news .img{ width:100%; float:none; display:block; margin-bottom:20px;}
}



.page h1{ color: #333;}
.blog-info{ border-top: 1px solid #eee; padding: 10px 0; margin-top: 20px;}
.blog-info i{ margin-right: 6px; color: #aaa;}


/*sitemap*/
.sitemap{width:100%;}
.stp-listA>li{text-transform:capitalize;list-style:none;margin-bottom: 15px;background:#fff;border-radius: 0;overflow: hidden;}
.stp-top{width:100%;background:#ececec;margin-bottom:1px;}
.stp-top .page_info_title{font-size:16px;line-height:24px;text-transform:uppercase;display:block;font-family: "montserratB";padding:0;padding:15px 20px;transition:all .5s; color: #333;}
.stp-top .page_info_title:hover{text-decoration:none;color:#fff;background: #df0000;}
.stp-top .page_info_title i{padding-left:5px;transition:all .5s;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;}
.stp-top .page_info_title:hover i{padding-left:8px;filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}
.stp-listB{display:block;padding:15px;border:1px solid #eee;border-top:none;padding:30px 20px;list-style:none;margin-top:-1px;background:#fff;border-radius:0;}
.stp-listB>li{width:25%;padding:8px 10px;float:left;overflow:hidden;}
.stp-listB>li>a{font-size:15px;line-height:22px;display:block;color:#4d4d4d;}
.stp-listB>li>a i{padding-right:5px;}
.stp-listB>li:hover>a{color:#df0000;}
.stp-listB>li:nth-child(4n+1){clear: both;}
.stp-pro .stp-listB>li{width: 100%;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #eee;}
.stp-pro .stp-listB>li:last-child{border-bottom:none;padding-bottom:0;}
.stp-pro .stp-listB>li .top{display: flex;align-items: flex-end;}
.stp-pro .stp-listB>li .image{max-width:48px;min-width:48px;}
.stp-pro .stp-listB>li .title{font-size:14px;line-height:24px;text-transform:capitalize;display:block;}
.stp-pro .stp-listB>li .title:after{content:"\f105";font-family:'FontAwesome';padding-left:6px;color:#ccc;}
.stp-pro .stp-listB>li .title:hover{color:#df0000;text-decoration:none;}
.stp-pro .stp-listB>li .title:hover:after{color:#df0000;}
.stp-listB li .stp-listC{width:100%; padding-top:20px;list-style:none;}
.stp-listB li .stp-listC li{width:100%;margin-bottom:8px;float:left;}
.stp-listB li .stp-listC li a{color:#808080;font-size:16px;-webkit-transition:all var(--transition-time,500ms);-o-transition:all var(--transition-time,500ms);transition:all var(--transition-time,500ms);}.stp-listB li .stp-listC li a i{padding-right:5px;}
.stp-listB li .stp-listC li a:hover{color:#df0000;}


@media only screen and (max-width: 768px){
	.stp-listA{padding: 0;}
	.stp-listB>li{width:50%;padding:4px 0;}
	.stp-listB>li:nth-child(2n+1){clear: both;}
	.stp-listB{border-width:1px;padding:15px;}
	.stp-pro .stp-listB>li .image{max-width:32px;min-width:32px;}
	.stp-listB li .stp-listC li{width: 100%;}
	.stp-listB>li>a{font-size:14px;}
	.stp-top .page_info_title{font-size:14px;padding:10px 10px;}
	.stp-listB li .stp-listC li a{font-size: 13px;}
}
@media only screen and (max-width: 400px){
	.stp-listB li{width:100%;margin-right:0;margin-bottom:2%;}
}



/*products_main*/
.sp-loading {text-align: center;max-width: 100%;border: 2px solid #fafafa;padding:2px;border-radius: 0;font-size: 14px;color: #888;}
.sp-loading img{max-width:100%;height:auto;}
.sp-wrap {display: none;line-height: 0;font-size: 0;position: relative;width:100%;}
.sp-thumbs {text-align: left;display: block;padding:10px 0;}
.sp-thumbs a{position:relative;border:1px solid #eee;}
.sp-thumbs a:before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;-webkit-transition:all var(--transition-time,800ms);-o-transition:all var(--transition-time,800ms);transition:all var(--transition-time,800ms);}
.sp-thumbs a:hover:before{filter:alpha(opacity=10);-moz-opacity:0.1;opacity:0.1;}
.sp-thumbs a:after{transition:all .5s;transform:scaleX(0);content:"\f00c";font-family:FontAwesome;display:inline-block;font-size:16px; color:#df0000 ; position:absolute; left:50%; top:50%; margin-left:-8px; z-index:2; margin-top: -12px;}
.sp-thumbs a:hover:after{transform:scaleX(1);visibility:visible;}
.sp-thumbs img {min-height: 56px;min-width: 56px;max-width: 56px;}
.sp-thumbs a:link, .sp-thumbs a:visited {width:66px;height:66px;overflow: hidden;display: inline-block;background-size: cover;background-position: center;-webkit-transition: all .2s ease-out;-moz-transition: all .2s ease-out;-ms-transition: all .2s ease-out;-o-transition: all .2s ease-out;
transition: all .2s ease-out;border: 1px solid #eee; margin: 0px 2px;}
.sp-thumbs a:active, .sp-current {position: relative;-webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.17);-moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.17);box-shadow: 0 5px 15px 0 rgba(0,0,0,0.17);}
.sp-thumbs a:active, .sp-current {position: relative;-webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.17);-moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.17);box-shadow: 0 5px 15px 0 rgba(0,0,0,0.17);}
.sp-current{border:1px solid #666 !important;}
.sp-thumbs a.sp-current:after{transform:scaleX(1);visibility:visible;}
.sp-large {position: relative;overflow: hidden;top: 0;left: 0;width:100%;background: #fff; border: 1px solid #ddd;}
.sp-large a img {max-width: 100%;height: auto;width:100%;}
.sp-large a {display: block;}
.sp-zoom {position: absolute;left: -50%;top: -50%;cursor: -webkit-zoom-in;cursor: -moz-zoom-in;cursor: zoom-in;display: none;}
.sp-lightbox {position: fixed;top: 0;left: 0;height: 100%;width: 100%;background: rgb(0, 0, 0);
background: rgba(0, 0, 0, .9);z-index: 9999999;display: none;cursor: pointer;}
.sp-lightbox img {position: absolute;margin: auto;top: 0;bottom: 0;left: 0;right: 0;max-width: 90%;max-height: 90%;border: 2px solid #fff;}
#sp-prev, #sp-next {position: absolute;top: 50%;margin-top: -25px;z-index: 501;color: #fff;padding: 14px;text-decoration: none;background: #000;border-radius: 25px;border: 2px solid #fff;width: 50px;height: 50px;box-sizing: border-box;transition: .2s;}
#sp-prev {left: 14%;}
#sp-prev:before {content: '';border: 7px solid transparent;border-right: 15px solid #fff;position: absolute;top: 16px;left: 7px;}
#sp-next {right: 14%;}
#sp-next:before {content: '';border: 7px solid transparent;border-left: 15px solid white;position: absolute;top: 16px;left: 18px;}
#sp-prev:hover, #sp-next:hover {background: #444;}
.sp-current-big img{ width:100%;}
.sp-large img{ max-width:none;}

@media screen and (max-width: 768px) {
	.sp-thumbs a:link, .sp-thumbs a:visited{ width:60px; height:60px;}
}
@media screen and (max-width: 400px) {
	.sp-wrap {margin: 0 0 15px 0;}
	#sp-prev, #sp-next {top: 50px;margin-top: 0;}
}


/*详情主图+视频切换*/

.sp-video-icon{width:68px; height:68px; color:#fff; position:absolute; z-index:99; left:0px; bottom:10px;display: flex;align-items: center;justify-content: center;background: #000;cursor: pointer;}
.sp-video-icon img{opacity: 0.5;width: 100%;}
.sp-video-icon i{position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);font-size: 14px;color: #fff;line-height: 20px;}
.sp-video{ position:absolute; z-index:99;background:#000;justify-content: center;align-items: center;display: flex;left: 0;top: 0;bottom: 100px;overflow:hidden;right: 0;}
.sp-video video{ width:100%}
.sp-video .video_buttom{ position:absolute;top:35%; left:40%; z-index:999999}
.sp-video .video_buttom i{ font-size:60px;  color:#fff}
.prom_img .current_border{ border:1px solid #c71620}
.prom_img .behind{width:100%; height:100%}
.sp-video .video_iframe{width: 100%;}
.sp-video .video_iframe iframe{max-width: 100%;max-height: 100%;height: 400px;width: 100%;}
.prom_img.sp-wrap-video .sp-thumbs{padding-left:70px ;}

@media only screen and (max-width:1260px){
	.sp-video .video_iframe iframe{height:300px}
}
@media only screen and (max-width:992px){
	.sp-video-icon{width:50px; height:50px;}
	.prom_img.sp-wrap-video .sp-thumbs{padding-left: 50px;}
	.sp-video{bottom: 70px;}
}
@media only screen and (max-width:768px){
	.sp-video .video_iframe iframe{height: 500px;}
}
@media only screen and (max-width:425px){
	.sp-video .video_iframe iframe{height: 400px;}
}
@media only screen and (max-width:360px){
	.sp-video .video_iframe iframe{height: 280px;}
}


/*pro_detail*/
.pro_page{background:#f7f7f7; padding: 40px 0;}
.pro_page .container{ max-width: 1300px; padding-left: 15px; padding-right: 15px;}
.pro_page .pro_main{display: flex; background: #fff; padding: 30px; border: 1px solid #e5e5e5; box-shadow: 0px 20px 60px rgba(0,0,0,0.08);}
.pro_page .prom_img{ width: 35%; position: relative;}
.pro_page .main_text{ width: 60%; padding: 20px;}

#content{ position: relative;top: -60px;}
.pro_table .pro_main_title{font-size:20px; line-height: 40px;   overflow:hidden; display:block;text-transform:capitalize; color:#333; line-height:36px; margin-bottom: 10px;}
.pro_table .pro_main_text{line-height:26px; padding-bottom:10px; font-size: 14px;}
.pro_table ul{padding-left: 0; border-left: 1px solid #eee; border-top: 1px solid #eee; display: flex; flex-wrap: wrap;}
.pro_table ul li{font-size:14px; color:#666;list-style:none;  padding: 9px 0; float: left; width: 50%; border-bottom: 1px solid #eee; border-right: 1px solid #eee; padding-left: 15px;}
.pro_table ul li:nth-child(4n+1){ background: #f7f7f7;}
.pro_table ul li:nth-child(4n+2){ background: #f7f7f7;}

.pro_table ul li p{display:inline-block;margin-right:10px;vertical-align:middle;margin-bottom:0;color:#333; font-size: 14px;  font-family: "montserratB"; min-width: 100px;}
.main-more{ text-align:left !important; margin-top:20px;   font-family: "montserratB";  }
.pro_more a{background: #333; text-transform: capitalize;line-height:50px; padding: 0px 30px; border-radius:0; display: inline-block; font-size: 14px; color: #fff;  font-family: "montserratB";  margin-right: 10px; border-radius:0;  position: relative;}
.pro_more a:before {position: absolute;content: '';opacity: 0;top: 0;left: 0;z-index: 1;background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.03) 1%,rgba(255,255,255,.6) 30%,rgba(255,255,255,.85) 50%,rgba(255,255,255,.85) 70%,rgba(255,255,255,.85) 71%,rgba(255,255,255,0) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#00ffffff',GradientType=1);width: 30%;height: 100%;transform: skew(-10deg,0deg);animation: move 2s;animation-iteration-count: infinite;animation-delay: 1s;}
@keyframes move{
0%{left:0;opacity:0}5%{opacity:.0}
48%{opacity:.2}80%{opacity:.0}
100%{left:82%}}
.pro_more a:hover{transform:translate3d(0,-3px,0);-webkit-transform:translate3d(0,-3px,0);}
.pro_more div{display: inline-block;}
.pro_more .main-more a{ background:#df0000; font-family: "montserratB"; font-size: 13px; text-transform: uppercase; border-radius:5px;}
.pro_more a i{margin-right: 6px;}

.pro_sns{ margin-top: 30px;}
.pro_sns span{ font-size: 16px; font-family: "montserratB"; background: url(../images/share_ico.png) no-repeat left center; padding-left: 30px; color: #333; float: left; margin-right: 8px; line-height: 38px; text-transform: capitalize;}
.pro_sns a{ display: inline-block; padding: 0; margin-right: 2px;border-radius:5px; overflow: hidden;}
@media only screen and (max-width:992px) {
.pro_page .pro_main{padding: 10px; display: block;}
.pro_page .prom_img,.pro_page .main_text{width: 100%; padding: 0;}
.pro_sns{display: none;}
.pro_table ul li{width: 100%;}
.pro_more .main-more a{ display: block;  z-index: 9999999;padding: 0px 10px;line-height: 36px;}
}
.products_main .features-tab li{list-style: none;}
.products_main .features-tab li a{ color: #666;font-size:20px; display: inline-block; padding:8px 10px; line-height: 30px; background: #fafafa; border-right: 1px solid #e5e5e5; text-transform: capitalize; border-top: 1px solid #e5e5e5;font-family: "montserratB";}
.products_main .nav-tabs{ background: #fff; border-bottom: 1px solid #e5e5e5; border-left: 1px solid #e5e5e5;}
.products_main .features-tab li.active a{ background: #fff; color: #333; position: relative;}
.products_main .features-tab li.active a:after{ position: absolute; left: 0px; bottom: -2px; width: 100%; height: 2px; background: #fff; content: '';}
.products_main .page{ padding: 10px; border: 1px solid #e5e5e5; border-top: none;}

@media only screen and (max-width: 768px) {
.products_main .features-tab li a{font-size: 14px; padding: 10px;}
}
/*inquiry*/
.pro_inq{ position: relative; background:#fff; overflow: hidden;box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgba(0, 0, 0, 0.15) 0px 5px 30px 0px, rgba(0, 0, 0, 0.05) 0px 3px 3px 0px;  border-radius: 5px; }
.pro_inq .title{color: #fff; background: #333 url(../images/mes_bg.jpg) no-repeat center center; background-size: cover; padding:12px 20px 42px 20px; font-size:28px; text-transform: uppercase;font-family: "Rajdhani";}
.pro_inq .title img{margin-right: 15px;}
.pro_inq .text{ margin-bottom:10px; color:#666; line-height:20px; background:#fff; margin-top: -50px; padding:15px;; border-radius: 4px; text-align: center; font-size: 14px; line-height:22px; border-bottom: 1px solid #e5e5e5; margin: 0px 20px; margin-top: -30px;}
.pro_inq .inquiry {padding: 20px;}
.pro_inq .inquiry .form-control{border:1px solid #e5e5e5;background:#fff;line-height:50px;height:50px;color:#666;font-size:13px;width:100%;box-shadow:none;padding-right:45px;background-position:95% 12px;background-repeat:no-repeat;padding-left:10px; border-radius: 0;  max-width: 100%; border-radius: 5px; font-family:inherit ;}
.pro_inq .inquiry .form-control:focus{ border: 1px solid #aaa; -webkit-box-shadow:0 7px 38px 0 rgba(0,0,0,0.1);-moz-box-shadow:0 7px 38px 0 rgba(0,0,0,0.1);box-shadow:0 7px 38px 0 rgba(0,0,0,0.1); color:#333;}
.pro_inq .inquiry textarea.form-control{border-radius:0;font-family:inherit ;}
.pro_inq .inquiry .input-group{ height:32px; margin-bottom:20px; float: left; padding-left: 15px; padding-right: 15px; border:none;}
.pro_inq .inquiry .input-group span{display:block;position:relative;}
.pro_inq .inquiry .input-group span:before{content:'';position:absolute;right:10px;top:14px;width:28px;height:23px;display:inline-block;background-image: url(../images/icon.png);background-repeat: no-repeat; z-index: 333;}
.pro_inq .inquiry .input-group span.ms_e:before{background-position:-40px -227px;}
.pro_inq .inquiry .input-group span.ms_p:before{background-position:0 -227px;}
.pro_inq .inquiry .input-group span.ms_m:before{background-position:-82px -227px;}

.pro_inq .inquiry input:-ms-input-placeholder{color:#666666;}/* Internet Explorer 10+ */ 
.pro_inq .inquiry input::-webkit-input-placeholder{color:#666666;}/* WebKit browsers */
.pro_inq .inquiry input::-moz-placeholder{color:#666666;}/* Mozilla Firefox 4 to 18 */ 
.pro_inq .inquiry input:-moz-placeholder{color:#666666;}/* Mozilla Firefox 19+ */ 
.pro_inq .inquiry textarea:-ms-input-placeholder{color:#666666;}/* Internet Explorer 10+ */ 
.pro_inq .inquiry textarea::-webkit-input-placeholder{color:#666666;}/* WebKit browsers */
.pro_inq .inquiry textarea::-moz-placeholder{color:#666666;}/* Mozilla Firefox 4 to 18 */ 
.pro_inq .inquiry textarea:-moz-placeholder{color:#666666;}/* Mozilla Firefox 19+ */ 

.pro_inq select{width:100%;height:60px;border:none;border:1px solid #e5e5e5;background-color:#fff;font-size: 14px;color:#808080;padding-left:15px;Appearance:none; margin: 0;
-webkit-appearance:none; margin-bottom: 20px;}
.pro_inq .select{margin: 0;}
.pro_inq .select:after{content:"\f0d7";font-family:'FontAwesome';position:absolute;right:30px;line-height:16px;font-size: 14px;color:#ccc;top:18px;z-index:99;}
.pro_inq .inquiry .input-group span.ms_m .form-control{line-height:30px;font-size:13px; height:100px; padding-left:20px; width:100%; color:#999; transition: 0.6s all; min-width: 100%; max-width: 100%; max-height: 120px; border-radius: 0; border-radius: 5px;}
.pro_inq .inquiry .no span:before{ display: none;}
.pro_inq  .subject_title{ border:1px solid #eee ;background:#eee; line-height:46px; padding:0px 10px; margin-bottom:20px; padding-left:15px; border-radius:5px;}
.send_column button{ border:none;}
.pro_inq  .subject_title a{ color:#333 ;font-family: "montserratB"; text-decoration: underline;}
.pro_inq  .subject_title span{ font-size:14px;    font-family: "montserratB";  color:#444; margin-right:10px;}

@media only screen and (max-width: 768px) {
.pro_inq .title_h{display: none;}
.pro_inq .inquiry .input-group{width: 100%;}
}


/*rel_pro*/
.rel_pro{background: #f6f6f6; padding: 50px 0;}
.rel_pro .scrollbar_3{position: relative; padding: 0px 15px; overflow: hidden;}
.rel_pro ul li{ list-style: none;}
.rel_pro ul li *{transition: 0.6s all;}
.rel_pro ul li .li{ background: #fff; padding: 10px; position: relative;transition: 0.6s all; border: 1px solid #e5e5e5; text-align: center; padding-bottom: 110px; overflow: hidden;}
.rel_pro ul li .li:hover{box-shadow:0 5px 9px rgba(0,0,0,0.08);-webkit-box-shadow:0 5px 9px rgba(0,0,0,0.08);-moz-box-shadow:0 5px 9px rgba(0,0,0,0.08); transform:translate3d(0,-3px,0);-webkit-transform:translate3d(0,-3px,0); border: 1px solid #df0000 ;}
.rel_pro ul li .img{ position: relative; overflow: hidden;}
.rel_pro ul li .img a{ display: block;}
.rel_pro ul li .img a img{width: 100%;}
.rel_pro ul li:hover .img img{transform: scale(1.1);}
.rel_pro ul li .text{ position: absolute; left: 0px; bottom: 0px; width: 100%; padding-bottom: 20px;}
.rel_pro ul li .title{ color: #333; font-size: 16px; line-height: 26px;font-family: "montserratB"; margin-top: 10px; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 0px 10px;}
.rel_pro ul li p{ color: #999; overflow: hidden; line-height: 22px; height: 44px; margin-top: 6px;transition: 0.6s all; margin-bottom: 10px;padding: 0px 10px;}
.rel_pro ul li .more{ position: absolute; left: 5%; width: 90%; bottom: -80px; height: auto;}
.rel_pro ul li .more .my_more1{ font-size: 14px; width: 100%; background: #df0000 ; color: #fff;}
.rel_pro ul li:hover .more{ bottom: 10px; opacity: 1;}
.rel_pro ul li:hover .text{ padding-bottom: 50px; background: #fff; z-index: 55;}
.rel_pro li{ padding: 0px 16px;}
.rel_pro .swiper-slide{ width: 25%; margin-top: 5px;}

@media only screen and (max-width:1360px) {
.rel_pro li{padding: 0px 6px;}
.rel_pro .swiper-slide{width:33.33%;}
.rel_pro ul li .title{margin-top: 10px; font-size: 14px;}
.rel_pro ul li .title{ overflow: hidden;}
}

@media only screen and (max-width:992px) {
.rel_pro .swiper-slide{width:33.33%;}
.rel_pro{padding: 30px 0;}
}

@media only screen and (max-width: 768px) {
	.rel_pro .swiper-slide{width:50%;}
}


.blog_list{list-style:none;}
.blog_list li{position:relative; list-style:none; border-radius:0;}
.blog_list li .li{ border: 1px solid #e5e5e5;padding:20px; margin-bottom:30px; background: #fff;transition: 0.5s all; }
.blog_list li .img{ float: right; width:45%; margin-left: 15px; margin-top: 10px; overflow: hidden;}
.blog_list li:hover .img img{transform: scale(1.1);}
.blog_list li:hover .li{box-shadow:0 5px 9px rgba(0,0,0,0.08);-webkit-box-shadow:0 5px 9px rgba(0,0,0,0.08);-moz-box-shadow:0 5px 9px rgba(0,0,0,0.08); transform:translate3d(0,-3px,0);-webkit-transform:translate3d(0,-3px,0);}
.blog_list li .news_day{color:#999;margin-top:0;display:block; font-size:13px;}
.blog_list li .news_day i{color: #aaa; margin-right: 4px;}
.blog_list li .image{display:block;overflow:hidden;margin-bottom:20px;}
.blog_list li .image img{max-width:100%;height:auto;-webkit-transition:all var(--transition-time,800ms);-o-transition:all var(--transition-time,800ms);
transition:all var(--transition-time,800ms);}
.blog_list li:hover .image img{-webkit-transform:scale(var(--scale-multiplier,1.05));-ms-transform:scale(var(--scale-multiplier,1.05));
transform:scale(var(--scale-multiplier,1.05));}
.blog_list li .title{color:#333;display:block;font-size:20px;line-height:30px; margin-top: 10px; font-family: "Poppins_B"; }
.blog_list li .title:hover{color:#333;text-decoration:none;}
.blog_list li .text{color:#808080;line-height:24px;overflow:hidden;max-height:48px; margin: 5px 0;}
.blog_list li .blog_tag{ margin-top:15px; margin-bottom: 15px;}
.blog_list li .blog_tag p{ display:inline-block;  font-family: "Poppins_B";  color:#333; text-transform:uppercase;}
.blog_list li .blog_tag i{color:#ccc; margin-right:8px; }
.blog_list li .blog_tag a{ background:#fff; color:#666; line-height:26px; padding:0px 14px; display:inline-block; margin:0px 4px; border: 1px solid #eee;}
.blog_list li .blog_tag a:hover{ background:#333; color:#fff;}
.blogin{color:#aaa; margin:4px 0px;}
.blogin span{ color:#fff; margin:0px 6px;}
.blogin span i{}
.blog .blog_tags{ width:100%; margin-top:10px;}











