@CHARSET "UTF-8";
a{ 
	color:#333; 
	outline:0; 
	text-decoration: none;
}
a:hover{ 
	color:#3EB044; 
	text-decoration: none;
}
body {
	font-family:Barlow,Barlow-Regular,Barlow_Bold,Barlow_Regular,Barlow-BoldItalic,BarlowCondensed-Bold,BarlowCondensed-SemiBold,Barlow-Medium,Barlow-SemiBold,Oswald-Bold,Arial,"Microsoft YaHei"; 
}
body.body-white {
	background: #fff; 
	padding-top:70px;
}
ul{ 
	padding:0px;
}


/* font */
@font-face { 
	 font-family:'Barlow'; 
	 src: url('../simpleboot3/themes/fonts/Barlow-SemiBold.ttf?tenantId=247465&viewType=1&v=1662005002000') format('truetype'); 
	 } 
@font-face { 
	font-family:'Barlow-Regular'; 
	src: url('../simpleboot3/themes/fonts/Barlow-Regular.ttf?tenantId=247465&viewType=1&v=1662005002000') format('truetype');
	} 
@font-face { font-family: 'Barlow_Bold'; 
	src: url('../simpleboot3/themes/fonts/Barlow-Bold.ttf?tenantId=247465&viewType=1&v=1662005002000') format('truetype'); 
	}
@font-face { font-family: 'Barlow_Regular'; 
	src: url('../simpleboot3/themes/fonts/Barlow_Regular.ttf?tenantId=247465&viewType=1&v=1662005002000') format('truetype'); 
	}
@font-face { font-family: 'Barlow-BoldItalic'; 
	src: url('../simpleboot3/themes/fonts/Barlow-BoldItalic.ttf?tenantId=247465&viewType=1&v=1662005002000') format('truetype'); 
	}
@font-face { font-family: 'BarlowCondensed-Bold'; 
	src: url('../simpleboot3/themes/fonts/BarlowCondensed-Bold.ttf?tenantId=247465&viewType=1&v=1662005002000') format('truetype'); 
	}
@font-face { font-family: 'BarlowCondensed-SemiBold'; 
	src: url('../simpleboot3/themes/fonts/BarlowCondensed-SemiBold.ttf?tenantId=247465&viewType=1&v=1662005002000') format('truetype'); 
	}
@font-face { font-family: 'Barlow-Medium'; 
	src: url('../simpleboot3/themes/fonts/Barlow-Medium.ttf?tenantId=247465&viewType=1&v=1662005002000') format('truetype'); 
	}
@font-face { font-family: 'Barlow-SemiBold'; 
	src: url('../simpleboot3/themes/fonts/Barlow-SemiBold.ttf?tenantId=247465&viewType=1&v=1662005002000') format('truetype'); 
	}
@font-face { font-family: 'Oswald-Bold'; 
	src: url('../simpleboot3/themes/fonts/Oswald-Bold.ttf?tenantId=247465&viewType=1&v=1662005002000') format('truetype'); 
	}
@font-face { font-family: 'Lato-Regular'; 
	src: url('../simpleboot3/themes/fonts/Lato-Regular.ttf?tenantId=247465&viewType=1&v=1662005002000') format('truetype'); 
	}
@font-face { font-family: 'Bellota-Regular-webfont'; 
	src: url('../simpleboot3/themes/fonts/Bellota-Regular-webfont.ttf?tenantId=247465&viewType=1&v=1662005002000') format('truetype'); 
	}
@font-face { font-family: '(DINCondensed-Bold)DIN Condensed Bold'; 
	src: url('../simpleboot3/themes/fonts/(DINCondensed-Bold)DIN Condensed Bold.ttf?tenantId=247465&viewType=1&v=1662005002000') format('truetype'); 
	}




	
.column-bigtitle{ 
	width:100%; 
	overflow:hidden; 
}
.column-bigtitle h1{ 
	font-family:'Barlow';
	color: #3EB044;
	font-size:36px;
	line-height:50px;
	margin-bottom:20px;
	text-align:left;
}
.column-bigtitle hr{ 
	background-color:#3EB044;
	width:50px;
	height:3px;
	margin-left:0px;
}
.column-bigtitle h2{
	font-family:'Barlow';
	color: #3EB044;
	font-size:24px;
	line-height:50px;
	text-align:left;
}
.column-bigtitle p{ font-size:18px;}

/* 所有挂件开始 */
/* QQ start */
#box {
	width:150px; 
	background:#3EB044; 
	position:fixed; 
	top:200px; 
	right:-150px; 
	border-radius:5px 0 0 5px; 
	-webkit-box-shadow:2px 0 5px #333; 
	-moz-box-shadow:2px 0 5px #333; 
	box-shadow:2px 0 5px #333;
	z-index:999;
}
.title{
	width:50px;
	height:150px;
	position: absolute;
	left:-50px;
	background:#3EB044;
	top:100px;
	color:white;
	line-height:50px;
	text-align: center;
	vertical-align: middle;
	border-radius:5px 0 0 5px;
	cursor: pointer;
	writing-mode:vertical-rl;
}
.info{
	color:#fff;
	display:block;
	margin:10px;
	_text-shadow:0 0 5px #333;
	_-webkit-text-shadow:0 0 5px #333;
	_-moz-text-shadow:0 0 5px #333;
	_border-bottom:1px dashed #333;
	text-align:center;
}
.qq{
	margin:10px;
	list-style:none; 
	padding:10px 0; 
	background:#fff;
	padding-left:15px;
}
.qq .fa{ color:#3EB044}
.qq li{ 
	height:30px; 
	line-height:30px;
	
}
.qq .fa-skype,.qq .fa-whatsapp{ 
	vertical-align: middle;
}
.wechat{ 
	margin:10px;
	list-style:none; 
	text-align:center; 
	padding:10px 0; 
	background:#fff; 
}
.tel{ 
	list-style:none; 
	color:#fff; 
	font-size:18px;
	
}
.on_tel{ 
	margin:10px;
	list-style:none; 
	text-align:center; 
	color:#fff; 
	font-family:'Barlow_Bold';
}
.on_tel a{ color:#fff;}
.txt{
	width:auto;	
	height:25px;
	font-size: 12px;
	line-height:25px;
	_-webkit-text-shadow:0 0 5px #ccc;	
	_-moz-text-shadow:0 0 5px #ccc;	
	_text-shadow: 0 0 5px #ccc;
}
.csimg{
	width:200px;	
	height:124px;
	position: absolute;
	left:0px;
	top:-124px;
}
/* .active{background:#ff6600;} */
/* QQ end */
.navbar-fixed-top, 
.navbar-fixed-bottom {
	position:_absolute fixed;
}

/* .navbar-fixed-top, .navbar-fixed-bottom {position:fixed;} */
.navbar-fixed-top, 
.navbar-fixed-bottom, 
.navbar-static-top {
	margin-right: 0px;
	margin-left: 0px;
}
.navbar .nav .user {
	padding: 0;
	line-height: 70px;
}
.navbar .nav .user .headicon { 
	margin: 0 5px; 
	height: 30px;
}
.navbar .nav .user .caret { 
	vertical-align: middle; 
	margin: 0 5px;
}

/*tc widget*/
.tc-main { 
	margin-top: 20px;
}

/*tc-box*/
.tc-box { 
	background: #fff; 
	padding: 5px 10px; 
	margin: 0 0 10px 0;
}
.body-white .tc-box{ 
	border: solid 1px #eee;
}
.tc-box.first-box { 
	margin: 0 0 10px 0;
}
.tc-box.article-box { 
	padding: 5px 20px;
}
/*tc-box end */
/* The blog boxes */
/*.tc-gridbox {
  background-color: #ececec;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 1px 1px #a8a8a8;
  -moz-box-shadow: 0px 1px 1px #a8a8a8;
  box-shadow: 0px 1px 1px #a8a8a8;
  margin-bottom: 40px;
}*/
.tc-gridbox-container { 
	width: 25%; 
	float: left;
}
.tc-gridbox{
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 
	border-radius: 0px; 
	border: solid 1px #eee; 
	background: #fff; cursor: pointer;
}
.tc-gridbox{
	margin: 0 10px 20px 10px;
}
.tc-gridbox:hover{
	-webkit-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1); 
	-moz-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1); 
	box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
}
.tc-gridbox a{
	text-decoration: none;
}
@media ( min-width: 768px) and (max-width: 979px){
	.tc-gridbox{
		display: block; 
		float: none; 
		width: 95%;}
}
@media ( max-width: 979px){
	.tc-gridbox-container{
		display: block; 
		float: none; 
		width: 100%;
	} 
	.tc-gridbox{
		margin: 0 0 10px 0;
	}
}
.tc-gridbox .header{
	padding-top: 0px; 
	padding-right: 0px; 
	padding-left: 0px; 
	text-align: center; 
	background: #fff;
}
.tc-gridbox .footer{
	padding: 5px 14px 5px 14px; 
	text-align: right; 
	background: #fff;
}
.tc-gridbox .header .item-image{
	overflow: hidden; 
	width: 100%; 
	height: 0; 
	padding-bottom: 100%;
}
.tc-gridbox .header img{
	margin-bottom: 5px;
	width: 100%;
	/*-webkit-transition: all 0.8s ease-in-out;*/
	/*-moz-transition: all 0.8s ease-in-out;*/
	/*-o-transition: all 0.8s ease-in-out;*/
	/*-ms-transition: all 0.8s ease-in-out;*/
	/*transition: all 0.8s ease-in-out;*/
}
.tc-gridbox .header img:hover{
	/*-webkit-transform: scale(1.2) rotate(2deg);*/
	/*-moz-transform: scale(1.2) rotate(2deg);*/
	/*-o-transform: scale(1.2) rotate(2deg);*/
	/*-ms-transform: scale(1.2) rotate(2deg);*/
	/*transform: scale(1.2) rotate(2deg);*/
}
.tc-gridbox .header h3{
	color: #454a4e; 
	margin: 0 5px; 
	font-size: 16px; 
	text-overflow: ellipsis; 
	overflow: hidden; 
	line-height: 24px;
}
.tc-gridbox .header h3 a,
.tc-gridbox .header h3 a:focus,
.tc-gridbox .header h3 a:hover{
	color: #454a4e; 
	white-space: nowrap;
}
.tc-gridbox .header .meta{
	color: #5a6065;
}
.tc-gridbox .header hr{
	border-top-color: #eee; 
	border-bottom: none; 
	margin: 5px 0;
}
.tc-gridbox .body{
	padding-right: 14px; 
	padding-left: 14px; 
	margin-bottom: 14px; 
	color: #343a3f;
}
.tc-gridbox .body a{
	color: #666;
}
.tc-gridbox .body a:hover{
	color: #428bca;
}
.tc-gridbox .btn{
	float: right; 
	margin-right: 10px; 
	margin-bottom: 18px;
}

/*masonary*/
.masonary-container .item{
	margin-bottom: 20px;
}
.masonary-container .item h3{
	line-height: 100%;
}
.masonary-container .grid-sizer, .masonary-container .item{
	width: 24.9%; 
	margin: 10px 0.05%; 
	float: left; 
	zoom: 1;
}
@media ( max-width: 479px){
	.masonary-container .grid-sizer, 
	.masonary-container .item{	
		width: 98%; 
		margin: 10px 1%; 
		float: left; 
		zoom: 1;
	}
}
@media ( min-width: 480px) and (max-width: 767px){
	.masonary-container .grid-sizer, 
	.masonary-container .item{	
		width: 48%; 
		margin: 10px 1%; 
		float: left; 
		zoom: 1;
	}
}

/*list Boxes*/
.list-boxes{
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	word-wrap: break-word;
	word-break: break-all;
	margin-bottom:15px;
	padding:50px;
}
.list-boxes h2 a{
	color: #555;
}
.list-boxes:hover h2 a{
	color: #3EB044;
}
.list-boxes .list-actions a{
	font-size: 16px; 
	text-decoration: none;
}
.list-boxes p a{
	color: #3EB044;
}
.list-boxes .list-boxes-img li i{
	color: #3EB044; 
	font-size: 12px; 
	margin-right: 5px;
}
.list-boxes .list-boxes-img img{
	display: block; 
	margin: 5px 10px 10px 0;
}
.list-boxes h2{
	margin-top: 0; 
	font-size: 20px; 
	line-height: 20px;
}
.list-boxes ul.list-boxes-rating li{
	display: inline;
}
.list-boxes ul.list-boxes-rating li i{
	color: #f8be2c; 
	cursor: pointer; 
	font-size: 16px;
}
.list-boxes ul.list-boxes-rating li i:hover{
	color: #f8be2c;
}

/*list Colored Boxes*/
.list-boxes-colored p,
.list-boxes-colored h2 a,
.list-boxes-colored .list-boxes-img li,
.list-boxes-colored .list-boxes-img li i{
	color: #fff;
}

/*Red list Box*/
.list-boxes-red{
	background: #e74c3c;
}

/*Blue list Box*/
.list-boxes-blue{
	background: #3498db;
}

/*Grey list Box*/
.list-boxes-grey{
	background: #95a5a6;
}

/*Turquoise list Box*/
.list-boxes-sea {
	background: #1abc9c;
}

/*Turquoise Top Bordered list Box*/
.list-boxes-top-sea {
	border-top: solid 2px #1abc9c;
}
.list-boxes-top-sea:hover {
	border-top-color: #16a085;
}

/*Yellow Top Bordered list Box**/
.list-boxes-top-yellow {
	border-top: solid 2px #f1c40f;
}
.list-boxes-top-yellow:hover {
	border-top-color: #f39c12;
}

/*Orange Left Bordered list Box**/
.list-boxes-left-orange {
	border-left: solid 2px #e67e22;
}
.list-boxes-left-orange:hover {
	border-left-color: #d35400;
}

/*Green Left Bordered list Box**/
.list-boxes-left-green {
	border-left: solid 2px #3EB044;
}
.list-boxes-left-green:hover {
	border-left-color: #5fb611;
}

/*Green Right Bordered list Box**/
.list-boxes-right-u {
	border-right: solid 2px #3EB044;
}
.list-boxes-right-u:hover {
	border-right-color: #5fb611;
}

/*comments*/
.comment {
	margin-bottom: 10px;
}
.comment .avatar {
	height: 40px;
	width: 40px;
}
.comment-body {
	overflow: hidden;
}
.comment-content {
	padding-bottom: 2px;
	word-break: break-all;
	word-wrap: break-word;
}
.comment > .pull-left {
	margin-right: 10px;
}
.comment .time {
	color: #ccc;
	font-size: 12px;
	line-height: 14px;
}
.comment-postbox {
	width: 100%;
	padding: 10px;
}
.comment-reply-box {
	position: relative;
}
.comment-reply-box .textbox {
	width: 100%;
}
.comment-reply-submit .btn {
	margin-top: 20px;
}

/*ranking box*/
.ranking ul li{
	padding: 5px 0; 
	height: 36px; 
	line-height: 36px; 
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap; 
	border-bottom: 1px dashed #f0f0f0;
}
.ranking ul.unstyled li i{
	margin-right: 5px;
}
.ranking li i{
	display: inline-block; 
	width: 20px; 
	height: 20px; 
	line-height: 20px; 
	margin-right: 15px; 
	font-style: normal; 
	font-weight: bold; 
	color: #FFF; 
	text-align: center; 
	vertical-align: middle; 
	background-color: #aaa;
}
.ranking li.top3 i{
	background: #3EB044;
}

/*comment ranking box*/
.comment-ranking .comment-ranking-inner{
	padding: 10px; 
	background: #f7f7f7; 
	position: relative; 
	margin-bottom: 10px; /*border-top: solid 2px #eee;*/
}
.comment-ranking .comment-ranking-inner,
.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before{
	transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-webkit-transition: all 0.3s ease-in-out;
}
.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before{
	width: 0; 
	height: 0; 
	right: 0px; 
	bottom: 0px; 
	content: " "; 
	display: block; 
	position: absolute;
}
.comment-ranking .comment-ranking-inner:after{
	border-top: 15px solid #eee; 
	border-right: 15px solid transparent; 
	border-left: 0px solid transparent; 
	border-left-style: inset; /*FF fixes*/ 
	border-right-style: inset; /*FF fixes*/
}
.comment-ranking .comment-ranking-inner:before{
	border-bottom: 15px solid #fff; 
	border-right: 0 solid transparent; 
	border-left: 15px solid transparent; 
	border-left-style: inset; /*FF fixes*/ 
	border-bottom-style: inset; /*FF fixes*/
}
.comment-ranking .comment-ranking-inner:hover{
	border-color: #FC9B0B; 
	border-top-color: #FC9B0B; 
	background: #f0f0f0;
}
.comment-ranking .comment-ranking-inner:hover:after{
	border-top-color: #FC9B0B;
}
.comment-ranking .comment-ranking-inner span.comment-time{
	color: #777;
	display: block;
	font-size: 11px;
}
.comment-ranking .comment-ranking-inner a{
	text-decoration: none;
}
.comment-ranking .comment-ranking-inner a:hover{
	text-decoration: underline;
}
.comment-ranking .comment-ranking-inner i.fa{
	top: 2px; 
	color: #bbb; 
	font-size: 18px; 
	position: relative;
}

/*ThinkCMF Photos*/
ul.tc-photos{
	margin: 0;
}
.tc-photos li{
	display: inline;
}
.tc-photos li a{
	text-decoration: none;
}
.tc-photos li img{
	opacity: 0.6; 
	width: 50px; 
	height: 50px; 
	margin: 0 2px 8px; 
	border: 1px solid #ddd;
}
.tc-photos li img:hover{
	opacity: 1;
	border: 1px solid #f90;
	/* box-shadow: 0 0 0 1px #f90; */
}

/* Blog Posts */
.posts .dl-horizontal{
	margin-bottom: 15px; 
	overflow: hidden;
}
.posts .dl-horizontal dt{
	width: 110px; 
	float: left;
}
.posts .dl-horizontal dt .img-wraper{
	display: block; 
	width: 110px; 
	height: 80px; 
	_padding: 1px; 
	margin-top: 2px; 
	_border: solid 1px #ddd;
}
.posts .dl-horizontal dt img{
	width: 100%; 
	height: 100%; 
	/* width: 55px; height: 55px; padding: 1px; margin-top: 2px; border: solid 1px #ddd; */
}
.posts .dl-horizontal dd{
	margin-left: 130px;
}
.posts .dl-horizontal dd p{
	margin: 0;
}
.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a{
	color: #FC9B0B; 
	border-color: #FC9B0B !important; 
	-webkit-transition: all 0.4s ease-in-out; 
	-moz-transition: all 0.4s ease-in-out; 
	-o-transition: all 0.4s ease-in-out; 
	transition: all 0.4s ease-in-out;
}
.posts .dl-horizontal .list_boxes_img_one{ 
	height:80px; 
	overflow: hidden;
}
.posts .dl-horizontal .list_boxes_img_one img{ 
	cursor: pointer; 
	transition: all 0.6s; 
	min-width:100%; 
	min-height:100%;
}
.posts .dl-horizontal .list_boxes_img_one img:hover{ 
	transform: scale(1.4);
}
.page-nav{ 
	margin:0; 
	padding:0; 
	text-align:center;
}

/* header 头部通用 */
.top-right{ 
	position:absolute;
	right:3%; 
	top:25px;
}
.top-right ul{ 
	padding:0px;
}
.top-right ul li{ 
	float:left; 
	margin:0 8px; 
}
.top-right .fa{ 
	color:#3EB044; 
	font-size:140%;
}
.top-weixinpic{ 
	position:fixed; 
	top:70px; 
	right:70px; 
}
.top-weixinico:hover span{ 
	display:block;
}
.top-weixinico span{ 
	display:none;
}
.navbar .container-fluid{ 
	padding:0 3%;
}
.navbar-brand{
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	background-color: transparent;
	text-decoration: none;
	float: left;
	color: #428bca;
	padding:5px 0 0 0;
}
.navbar-default .navbar-nav a{ 
	font-family:'Barlow'!important; 
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	background-color: #3EB044;
	color:#fff!important;
}
.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none; 
	background-color: #3EB044;
}
.nav>li>a:hover{ color:#333;}	
.navbar-default .navbar-nav>li>a:focus {
	color: #333; 
	background-color: rgba(0, 0, 0, 0.00)
}
.nav>li>a { 
	position: relative; 
	display: block; 
}
.navbar-nav>li>a{ 
	color:#333;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #3EB044!important; 
	background-color: rgba(0, 0, 0, 0.00);
}

/* 当前色 */
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus { 
	color: #FFF!important; 
	background-color:#3EB044!important;
}

/* 默认色 */
.navbar-default .navbar-nav>li>a {
	color: #333!important; 
	font-size:16px;
	
}

/* 一级菜单光标移上去的颜色 */
.navbar-default .navbar-nav>li>a:hover{
	color:#fff!important; 
	background-color:#3EB044!important;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
	color: #fff;	
	background-color: transparent;
}
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	background-color: #fff;	
	border-color: transparent;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #333;
}

/* 二级菜单光标移上去的颜色 */
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	text-decoration: none;	
	color:#fff!important; 
	background-color:#3EB044!important;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
	color: #3EB044; 
	text-decoration: none;
	outline: 0;
	background-color: transparent;
}
.navbar { 
	box-shadow: 0px 2px 4px rgba(0,0,0,0.1); 
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#fff,endColorStr=#fff); /*IE*/
	background:-moz-linear-gradient(top,#fff,#fff);/*火狐*/
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#fff), to(#fff));/*谷歌*/
}
.top-search{ 
	overflow:hidden;
	padding:0px;
}
.top-search li{ 
	list-style-type:none; 
	float:left;
	font-size:18px;
	margin:0 10px;
	padding:15px 0;
}
.top-search .fa-youtube-square{
	color:#FF0000; 
}
.top-search .fa-youtube-play{
	color:#FF0000; 
}
.top-search .fa-linkedin-square{
	color:#0B66C3; 
}
.top-search .fa-search{
	color:#3EB044; 
}
.top-search .fa-facebook-square{
	color:#1978F2; 
}





/* ismobile 移动端*/
.navbar-default .navbar-toggle .icon-bar {
	background-color: #3EB044;
}

/* btn 按钮 */
.btn-warning { 
	color: #fff; 
	background-color: #3EB044; 
	border-color: #3EB044;
}
.btn-warning:hover {
	color: #fff;
	background-color: #3EB044;
	border-color: #3EB044;
}
.btn-primary {
	color: #fff;
	background-color: #3EB044;
	border-color: #3EB044;
}
.btn-primary:focus,
.btn-primary.focus {
	color: #fff;
	background-color: #3EB044;
	border-color: #3EB044;
}
.btn-primary:hover {
	color: #fff;
	background-color: #3EB044;
	border-color: #3EB044;
}
.btn-primary:active,.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #3EB044;	
	border-color: #3EB044;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
	color: #fff;
	background-color:#3EB044;	
	border-color:#3EB044;
}
.btn-primary:active,.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
	background-image: none
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {	
	background-color: #3EB044;	
	border-color: #3EB044
}
.btn-warning:active,.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #3EB044;
	border-color: #3EB044;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open>.dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open>.dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open>.dropdown-toggle.btn-warning.focus {	
	color: #fff;
	background-color: #3EB044;	
	border-color: #3EB044
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {	
	background-color: #3EB044;	
	border-color: #3EB044
}

/* page 分页 */
.pagination>li>a, 
.pagination>li>span { 
	position: relative; 
	float: left; 
	padding: 8px 12px; 
	line-height: 1.42857143; 
	text-decoration: none; 
	color: #3EB044; 
	background-color: #fff; 
	border: 1px solid #ddd; 
	margin-left: -1px;
}
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {	
	z-index: 2;	
	color: #3EB044;	
	background-color: #e6e6e6;
	border-color: #ddd; 
}
.headtitle h2, 
.headtitle h3, 
.headtitle h4 { 
	margin: 0 0 -2px 0; 
	padding-bottom: 5px; 
	display: inline-block; 
	border-bottom: 2px solid #3EB044; 
	font-family:'微软雅黑';
}

/* footer 底部通用 */
.footer{
	width:100%; 
	overflow:hidden; 
	background:#3eb044; 
	padding-top:30px; 
}
.footer .container-fluid{
	padding:0 3%;
}
.footer .footer-logo{
	text-align:left;
}
.footer ul{
	overflow:hidden;
}
.footer a,
.footer-info a{
	color:#fff;
	font-family:'Barlow'!important; 
}
.footer a:hover,
.footer-info a:hover{
	color:#fff;
}

.footer-info{
	color:#666; 
	border-top:1px solid rgba(255, 255, 255, 0.5); 
	padding:15px 0;
	clear:both;
	margin-top:30px;
}
.footer-info li{
	list-style-type:none; 
	font-size:14px; 
	text-align:center; 
	color:#fff;
	font-family:'Barlow'!important; 
}
.footer-nav ul li{
	list-style-type:none; 
	line-height:25px;
 }
.footer-nav ul .dropdown-custom{
	float:left; 
	width:20%;
}
.footer h5{
	font-size:16px; 
	margin-top:0px; 
}
.footer h4{
	color:#666; 
	margin-bottom:15px;
}
.footer p{
	color:#C0C0C0; 
	margin-top:10px; 
	margin-bottom:10px;
}
.footer-contact{
	text-align:left; 
	color:#666;
}
.footer .logo_foter{
	width:100%; 
}
.footer .logo_foter img{
	width:100%; 
	max-width:100%;
}
.footer-contact .time{
	font-size:20px; 
	color:#fff; 
	font-family:'Barlow'!important; 
	padding-bottom:5px;
}
.footer-contact .time i{
	padding:0 19px;
}
.footer-contact .tel,
.footer-contact .mail,
.footer-contact .address,
.footer-contact .phone,
.footer-contact .fax{
	font-size:16px;
	color:#fff;
	line-height:30px;
	font-family:'Bellota-Regular-webfont'!important; 
}
.footer-contact .tel i,
.footer-contact .mail i,
.footer-contact .address i,
.footer-contact .phone i,
.footer-contact .fax i{
	padding-right:15px;
}
.footer-contact .fa{ font-size:20px;}
.footer-info .container{
	padding:0px;
}
.footer .dropdown-toggle{
	font-size:20px;
	color:#fff;
}
.footer .dropdown-menu-level-1{ padding-top:5px;}
.footer .dropdown-toggle a:hover{ 
	color:#3EB044;
}
.key-box{
	text-align:left;
}
.key-box .fa{
	margin:30px 30px 0 0;
	text-align:center; 
	color:#fff;
	font-size:28px;
	
	
}
.key-box p span{
	font-size:16px; 
	font-weight:bold; 
	padding-right:15px; 
	color:#fff;
}	
.wechat-box{ 
	padding:20px 0;
}
.weixin{ 
	text-align:left; 
	font-size:14px; 
	text-align:center; 
	margin-top:30px; 
	color:#fff;
}
.navbar-socialmedia__items{ 
	text-align:right; 
	padding-top:10px;
}
.navbar-socialmedia__items .icon-external{ 
	margin:0 5px;
}

/*subnav 子导航栏目高亮*/
#subnav {
	width: 100%; 
	background-image: linear-gradient(45deg, #8eb6d3 0%, #3EB044 100%);
}
#subnav ul li {	
	line-height:50px; 
	height:50px; 
	padding:0 20px; 
	text-align:center; 
	margin:0 0.5px; 
	list-style:none; 
	float:left; 
	*float:none; 
	*display:inline; 
	*zoom:1;
}
#subnav ul {
	display:table; 
	margin-left:auto; 
	margin-right:auto; 
	padding:0 15px; 
	margin-bottom:0px;
}
#subnav ul .active {
	color: #fff; 
	background: #3EB044;
}
#subnav ul li:hover {
	color: #fff; 
	background: #3EB044; 
	transition: all 0.5s ease; 
}
#subnav ul li a{ 
	color: #fff;
}
.subnav-current-position {
	border-bottom: 1px solid #d6d6d6;	
	overflow: hidden;
	-height: 63px;	
}
.subnav-current-position ul,
.subnav-current-position ol {
	margin: 0px;
	overflow:hidden;
	padding: 0px;	
}
.subnav-current-position-search {
	border-bottom: 1px solid #d6d6d6;	
	overflow: hidden;
	background: #f5f5f5;
	padding: 40px 0;
}
.subnav-current-position-search ul,
.subnav-current-position-search ol {
	margin: 0px;
	overflow: hidden;
	padding: 0px;	
}

/* current-position 当前位置 */
.current-position {
	line-height:50px;
	font-size:14px;
	color:#333;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
	overflow:hidden;
}
.current-position .container-fluid{ 
	padding:0 3%; 
	background:#f5f5f5;
}
.current-position .breadcrumb li {
	list-style-type: none;
}
.current-position .breadcrumb li a {
	color: #999;
}
.current-position .breadcrumb li a:hover {
	color: #999;
}
.current-position .breadcrumb img{ 
	margin-right:10px;
}
.current-position .breadcrumb {
	margin-bottom: 0px!important; 
	list-style-type: none; 
	color:#999;
	padding:8px 0px;
}
.current-position .breadcrumb .fa{ 
	color:#3EB044; 
	font-size:16px;
}
.current-position ul{ 
	overflow:hidden; 
}
.current-position-search {
	width: 100%;
	text-align: right;
	font-size: 12px;
	padding: 30px 0;
}
.current-position-search ul {
	padding: 0px
}
.current-position-search ul li {
	list-style-type: none;
}
.current-position-search ul li a {
	color: #acacac;
}
.current-position-search ul li a:ahover {
	color: #999;
}
.current-position-search i {
	color: #999; 
	padding-right: 5px; 
	font-size: 18px;
}
.current-position-search .breadcrumb-search {
	padding: 0px;
	margin-bottom: 0px;
	list-style: none;
	border-radius: 0;
	line-height: 62px;
	background: #999;
}
.current-position-search span {
	color: #999;
}

/* column banner 栏目页banner */
.column_banner {
	position:relative;
}
.column_banner .bgimg{ 
	height:400px;
}
.bgimg{ 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover;
}
.bgtxt{
	position: absolute; 
	top: 50%; 
	left: 0; 
	text-align: center; 
	width: 100%; 
	transform: translateY(-50%); 
	color: #fff;
	
}
.bgtxt strong{
	font-size: 18px; 
	line-height: 34px; 
	font-weight: normal; 
	letter-spacing: 2px; 
	display: block; 
	display:none;
}

/* 触发弹窗图片的样式 */
.list-certificates #myImg {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}
.list-certificates #myImg:hover {
	opacity: 0.7;
}

/* 弹窗背景 */
.list-certificates .modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 99999; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* JavaScript 图片弹窗 */
.list-certificates .modal-content {
	margin: auto;
	display: block;  
	max-width: 700px; 
	height:80%; 
	max-height:80%;
}

/* 文本内容 */
.list-certificates #caption {
	margin: auto;
	display: block; 
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0; 
	height: 150px;
}

/* 添加动画 */
.list-certificates .modal-content, 
.list-certificates #caption { 
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
	from {-webkit-transform:scale(0)} to {-webkit-transform:scale(1)}
}
@keyframes zoom {
	from {transform:scale(0)} to {transform:scale(1)}
}

/* 关闭按钮 */
.list-certificates .close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #fff!important;
	font-size: 80px;
	font-weight: bold;
	transition: 0.3s;
}
.list-certificates .close:hover,
.list-certificates .close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

/* 小屏幕中图片宽度为 100% */
@media only screen and (max-width: 700px){
	.modal-content {width: 100%;}
}

/* page-contactus 联系我们 */
.page-contactus{ 
	width:100%; 
	padding:15px 0 50px 0;
}
.page-contactus .container-fluid{ 
	padding:0 3%;
}
.page-contactus ul{ 
	padding:0px;
}
.page-contactus ul li{ 
	list-style-type:none;
}
.page-contactus a{ 
	color:#333;
}
.page-contactus a:hover{ 
	color:#3EB044;
}
.page-contactus .contact-info li{ 
	line-height:40px; 
	list-style-type:none; 
	padding-left:30px;
}
.page-contactus .contact-info li p{
	margin:0px;
}
.page-contactus h3{ 
	font-size:16px;
}
.page-contactus .contact-map{
	list-style-type:none;
}
.page-contactus-top h1{ 
	-text-align:center; 
	margin-bottom:30px; 
	font-family:'Barlow_Bold'; 
	color:#3EB044;
}
.page-contactus-top p{ 
	-text-align:center; 
	font-size:16px;
}
.page-contactus-content{
	margin-top:50px; 
	overflow:hidden;
}
.page-contactus-content ul li{ 
	_float:left; 
	_width:20%; 
	text-align:center; 
}
.page-contactus-content h3{ 
	color:#333; 
	margin-bottom:30px; 
	text-align:center;
}
.page-contactus-content .fa{ 
	color:#333; 
}
.page-contactus-content .fa-skype{ 
	color:#00A3E2;
}
.page-contactus-content .fa-qq{ 
	color:#0094DD;
}
.page-contactus-content .fa-map-marker{ 
	color:#2F9529;
}
.page-contactus-content .fa-envelope-o{ 
	color:#D54C3F;
}
.page-contactus-content .fa-volume-control-phone{ 
	color:#952490;
}
.bgtxt strong{
	font-size: 50px; 
	line-height: 34px; 
	font-weight: normal; 
	letter-spacing: 2px; 
	display: block; 
	-display:none;
}
.page-contactus-info{ 
	font-family:'Barlow_Bold';
}
.page-contactus-info h1,
.page-contactus-info h2,
.page-contactus-info h3{
	font-family:'Barlow'; 
	color:#3EB044;
}
.page-contactus-info h3{ 
	font-size:18px;
}
.page-contactus-info p{
	font-family:'Barlow_Regular'; 
	line-height:32px; 
	font-size:18px;
}

/* page-about 关于我们 */
.page-about{ 
	width:100%; 
	padding:15px 0;
}
.page-about .container-fluid{ 
	padding:0 3%;
}
.page-about ul{ 
	padding:0px;
}

/* page-search 搜索 */
.page-search{ 
	width:100%;
	padding:15px 0;
}
.page-search .container-fluid{ 
	padding:0 3%;
}
.page-search ul{ 
	padding:0px;
}
.serach_box{
	min-height:100px;
	height:100%;
	margin:0px auto;
	min-width:300px;
	width:450px;
}
.serach_box .form-control {
    display: block;
    width: 100%;
	min-width:350px;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #f5f5f5;
    background-image: none;
    border: 1px solid #f5f5f5!important;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(245 245 245 / 8%);
    box-shadow: inset 0 1px 1px rgb(245 245 245 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-box-shadow:none!important;
	box-shadow: none!important;
	outline: 0;
	letter-spacing: normal;
}
.s_button {
	background: #3EB044;
	Position: relative;
	width: 50px;
	left: 178px;
	top: -38px;
	height: 38px;
	line-height: 38px;
}
.s_button button {
	border-radius:0; 
	width:50px; 
	height:34px; 
	text-indent:-999em; 
	outline:none; 
	border:0; 
	background:url(../images/all-ico.png) no-repeat;
	background-position:0 0; 
	background-size:16px; 
	cursor:pointer;
}
.serach_box .btn-primary{
	background:url(../images/search-ico.png) center no-repeat #3EB044;;
	padding:8px 30px; 
	border:1px solid #3EB044;
}

/* list-search 搜索列表 */
.list-service{
	width:100%; 
	padding:15px 0; 
	background:#fff; 
	overflow:hidden;
}
.list-search .container-fluid{ 
	padding:0 3%;
}
.list-search ul{
	padding:0px; 
	overflow:hidden;
}
.list-search ul li{ 
	list-style-type:none; 
	margin-top:10px;
 }
.list-search .main-title span{
	font-family:"Barlow";
	font-size:24px;
	color:red;
}
.list-search-content dl dt{
	font-weight:normal;
	font-size:18px;
}

/* list-service 服务列表页 */
.list-service{
	width:100%; 
	padding:15px 0; 
	background:#fff; 
	overflow:hidden;
}
.list-service .container-fluid{ 
	padding:0 3%;
}
.list-service ul{
	padding:0px; 
	overflow:hidden;
}
.list-service ul li{ 
	list-style-type:none; 
	-border-bottom:1px solid #e7e7e7;
 }
.list-service .dt-box h4{ 
	font-family:'inherit'; 
	font-weight:500; 
	color:inherit; 
	line-height:1.1; 
}
.list-service .dt-box{ 
	background:#3EB044; 
	color:#fff; 
	padding:5px 10px; 
	overflow:hidden;
}
.list-service .dd-box{ 
	border-left:1px solid #ddd; 
	border-right:1px solid #ddd; 
	border-bottom:1px solid #ddd; 
	padding:14px 10px; 
	overflow:hidden;
	line-height:30px;
}
.list-service .dd-box span{ 
	padding-right:15px;
}
.list-service .dd-download{ 
	-background:#f5f5f5; 
	-padding:5px 10px;
	float:right;
}
.list-service .dd-download .btn-default{ 
	background:#3EB044; 
	border:1px solid #3EB044; 
}

/* list-news 新闻列表页 */
.list-news{
	width:100%; 
	padding:15px 0; 
	background:#fff; 
	overflow:hidden; 
}
.list-news .container-fluid{ 
	padding:0 3%;
}
.list-news .max-5{ 
	width:20%; 
}
.list-news ul{
	padding:0px; 
	overflow:hidden;
}
.list-news ul li{ 
	overflow:hidden;
}
.list-news:hover .list-news-info p{
	color:#333; 
}
.list-news .list-news-info{ 
	border-left:1px solid #e5e5e5; 
	padding:0 20px;
	height:115px;
 }
.list-news .list-news-info h3{ 
	font-size:"Barlow_Bold"; 
	font-size:18px; 
	font-weight:bold; 
	white-space:nowrap; 
	text-overflow:ellipsis;
}
.list-news .list-news-pic{
	background:#fff; 
	padding:15px; 
	overflow:hidden;
}
.list-news .list-news-nav{
	background:#fff; 
	padding:15px;
}
.list-news .list-boxes-pic{
	overflow: hidden;  
}
.list-news .list-boxes-pic img{
	cursor: pointer;
	transition: all 0.6s; 
	min-width:100%; 
	max-height:290px;
}
.list-news .list-boxes-pic img:hover{
	transform: scale(1.1);
}
.list-news-pic h5{ 
	line-height:20px; 
	margin-bottom:15px; 
	font-size:16px; 
	font-weight:bold;
}
.list-news .list_news_one ul{
	padding:0;
}
.list-news .list_news_one ul li{
	list-style:none; 
	margin-bottom:30px; 
	border:1px solid #eee; 
	overflow:hidden; 
	padding:15px 0 15px 0;
}
.list-news .list_news_one .list_news_img_one{
	width:100%; 
	height:200px; 
	overflow: hidden; 
	border:1px solid #eee;
}
.list-news .list_news_one .list_news_img_one img{
	cursor: pointer;
	transition: all 0.6s; 
	max-height:100%; 
	min-width:100%;
}
.list-news .list_news_one .list_news_img_one img:hover{
	transform: scale(1.1);
}
.content_text_1{
	position:absolute; 
	right:0; 
	top:160px;
}
.content_text_1 span{
	margin:0 15px;
}
.list-news .list-news-time{
	text-align:center; 
}
.list-news .list-news-time h1{ 
	font-size:28px; 
	font-family:"Barlow"
}
.list-news .list-news-time h2{ 
	font-size:0.75rem; 
	font-family:"Barlow"; 
	margin-top:0px;
}
.list-news .list-news-time-box{ 
	border-left:1px solid #e5e5e5; 
	border-right:1px solid #e5e5e5; 
	overflow:hidden;
}
.list-news .more-box{
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5; 
	border-bottom:1px solid #e5e5e5;
	overflow:hidden;
	height:50px;
	line-height:50px;
	font-family:"Barlow";
}
.list-news .more-box hr{ margin: 0 3%;}

/* list-video 视频列表页 */
.list-video{
	width:100%; 
	padding:15px 0; 
	background:#fff; 
	overflow:hidden; 
}
.list-video .container-fluid{ 
	padding:0 3%;
}
.list-video .max-5{ 
	width:20%; 
}
.list-video ul{
	padding:0px; 
	overflow:hidden;
}
.list-video ul li{ 
	overflow:hidden;
}
.list-video:hover .list-video-info p{
	color:#333; 
}
.list-video .list-video-info{ 
	border-left:1px solid #e5e5e5; 
	padding:0 20px; 
}
.list-video .list-video-info h3{ 
	font-size:"Barlow_Bold"; 
	font-size:18px; 
	font-weight:bold; 
	white-space:nowrap; 
	text-overflow:ellipsis;
}
.list-video .list-video-pic{
	background:#fff; 
	padding:15px 0; 
	overflow:hidden;
}
.list-video .list-video-nav{
	background:#fff; 
	padding:15px;
}
.list-video .list-boxes-pic{
	overflow: hidden;  
}
.list-video-pic h5{ 
	line-height:20px; 
	margin-bottom:15px; 
	font-size:16px; 
	font-weight:bold;
}
.list-video .list-video_one ul{
	padding:0;
}
.list-video .list-video_one ul li{
	list-style:none; 
	margin-bottom:30px; 
	border:1px solid #eee; 
	overflow:hidden; 
	padding:15px 0 15px 0;
}
.content_text_1{
	position:absolute; 
	right:0; 
	top:160px;
}
.content_text_1 span{
	margin:0 15px;
}
.list-video .list-video-time{
	text-align:left; 
	color:#666;
}
.list-video .list-video-time h1{ 
	font-size:28px; 
	font-family:"Barlow"
}
.list-video .list-video-time h2{ 
	font-size:0.75rem; 
	font-family:"Barlow"; 
	margin-top:0px;
}
.list-video .list-video-time-box{ 
	border-left:1px solid #e5e5e5; 
	border-right:1px solid #e5e5e5; 
	overflow:hidden;
}
.list-video .more-box{
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5; 
	border-bottom:1px solid #e5e5e5;
	overflow:hidden;
	height:50px;
	line-height:50px;
	font-family:"Barlow";
}
.list-video .more-box hr{ margin: 0 3%;}
.list-video .img_responsive {width: 100%;}
.list-video .list-video-title{ 
	font-family:"Barlow"; 
	font-weight:bold; 
	white-space:normal; 
	word-break:break-all; 
	min-width:150px;
	height:50px;
}

/* 触发弹窗视频的样式 */
.list-video #myImg {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}
.list-video #myImg:hover {opacity: 0.7;}

/* 弹窗背景 */
.list-video .modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 99999; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* JavaScript 视频弹窗 */
.list-video .modal-content {
	margin: auto;
	display: block;
	max-width: 700px;
	-height:80%;
	max-height:80%;
}

/* 文本内容 */
.list-video #caption {
	margin: auto;
	display: block; 
	-max-width: 700px; 
	text-align: center; 
	color: #ccc; 
	padding: 10px 0; 
	height: 150px;
}

/* 添加动画 */
.list-video .modal-content,.list-video #caption { 
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
	from {-webkit-transform:scale(0)} to {-webkit-transform:scale(1)}
}
@keyframes zoom {
	from {transform:scale(0)} to {transform:scale(1)}
}

/* 关闭按钮 */
.list-video .close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #fff!important;
	font-size: 80px;
	font-weight: bold;
	transition: 0.3s;
}
.list-video .close:hover,.list-video .close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

/* 小屏幕中视频宽度为 100% */
@media only screen and (max-width: 700px){
	.modal-content {width: 100%;}
}

/* list-certificates 证书列表页 */
.list-certificates{
	width:100%; 
	padding:15px 0; 
	background:#fff; 
	overflow:hidden; 
}
.list-certificates .container-fluid{ 
	padding:0 3%;
}
.list-certificates .max-5{ 
	width:20%; 
}
.list-certificates ul{
	padding:0px; 
	overflow:hidden;
}
.list-certificates ul li{ 
	overflow:hidden;
}
.list-certificates:hover .list-certificates-info p{
	color:#333; 
}
.list-certificates .list-certificates-info{ 
	border-left:1px solid #e5e5e5; 
	padding:0 20px; 
}
.list-certificates .list-certificates-info h3{ 
	font-size:"Barlow_Bold"; 
	font-size:18px; 
	font-weight:bold; 
	white-space:nowrap; 
	text-overflow:ellipsis;
}
.list-certificates .list-certificates-pic{
	background:#fff; 
	padding:15px; 
	overflow:hidden;
}
.list-certificates .list-certificates-nav{
	background:#fff; 
	padding:15px;
}
.list-certificates .list-boxes-pic{
	overflow: hidden;  
}
.list-certificates-pic h5{ 
	line-height:20px; 
	margin-bottom:15px; 
	font-size:16px; 
	font-weight:bold;
}
.list-certificates .img_responsive{ 
	width:100%;
}
.content_text_1{
	position:absolute; 
	right:0; 
	top:160px;
}
.content_text_1 span{
	margin:0 15px;
}
.list-certificates .list-certificates-time{
	text-align:center;
 }
.list-certificates .list-certificates-time h1{ 
	font-size:28px; 
	font-family:"Barlow"
}
.list-certificates .list-certificates-time h2{ 
	font-size:0.75rem; 
	font-family:"Barlow"; 
	margin-top:0px;
}
.list-certificates .list-certificates-time-box{ 
	border:0 1px solid #e5e5e5;
	overflow:hidden;
}
.list-certificates .more-box{
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5; 
	border-bottom:1px solid #e5e5e5;
	overflow:hidden;
	height:50px;
	line-height:50px;
	font-family:"Barlow";
}
.list-certificates .more-box hr{ margin: 0 3%;}

/* news-details 新闻详情页 */
.news-details{
	width:100%; 
	padding:50px 0; 
	background:#fff;
}
.news-details .container-fluid{ 
	padding:0 3%;
}
.news-details #article_content{
	margin-left:50px;
}
.news-details .list-products-pic{
	background:#fff; 
	padding:15px; 
	overflow:hidden;
}
.news-details .list-products-nav{
	background:#fff; 
	padding:15px;
}
.news-details .pro-pic-info{
	background:#fff; 
	overflow:hidden; 
	padding-top:15px; 
	padding-bottom:15px;
}
.news-details .article_content{
	font-size:14px; 
	padding-top:20px; 
	padding-bottom:20px; 
	width:100%; 
	word-wrap:break-word;
} 
.news-details .imgTextImgBox{
	text-align:center;
}
.news-details .left{
	text-align:center;
}
.news-details .fa{
	color:#3EB044;
}
.news-details .ismobile{
	display:none;
}
.news-details-title h1{
	color:#3EB044; 
	text-align:center; 
	font-family:"Barlow_Bold"; 
	vertical-align:middle; 
}
.news-details-time{
	background:#fafafa; 
	height:40px; 
	line-height:40px; 
	padding:0 10px;
}
.news-details-time .fa{
	color:#e4e4e4; 
	font-size:14px;
} 
.news-details-time span{ 
	padding-left:10px;
}
.news-details-info{
	padding:50px 0;
}
.news-details-page{
	margin-bottom:75px;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	padding:0 25px;
	line-height:50px;
	height:52px;
}
.news-details-page .prev{font-size:16px; float:left;}
.news-details-page .prev i{
	float:left;
	height:19px;
	width:30px;
	margin:16px 13px 0px 0px;
	background:url(../images/prev.png) no-repeat left top;
}
.news-details-page .prev i:hover{
	float:left;
	height:19px;
	width:30px;
	margin:16px 13px 0px 0px;
	background:url(../images/prev.png) no-repeat right top;
	transition: all 0.5s ease;
}
.news-details-page .next{
	font-size:16px; 
	float:right;
}
.news-details-page .next i{
	float:right;
	height:19px;
	width:30px;
	margin:16px 0px 0px 13px;
	background:url(../images/next.png) no-repeat right top;
}
.news-details-page .next i:hover{
	float:right;
	height:19px;
	width:30px;
	margin:16px 0px 0px 13px;
	background:url(../images/next.png) no-repeat left top;
	transition: all 0.5s ease;
}

/* list products home 产品展示首页 */
.list-products-home{
	width:100%; 
	background:#F3F5F6; 
}
.list-products-home .container-fluid{ 
	padding:0 3%;
}
.list-products-home ul{
	padding:0px; 
	overflow:hidden;
}
.list-products-home ul li{
	list-style-type:none; 
	margin-bottom:10px; 
	height:490px;
}

.list-products-home .list-products-home-box{ 
	height:100%; 
	overflow:hidden;
}
.list-products-home .list-products-home-box .img-box{ 
	height:100%; 
	transition:all 0.5s ease;
	position:relative;
	height:100%;
	width:100%;
	left:0;
	top:0;
}
.list-products-home .list-products-home-box .img-box img{ 
	width:100%; 
	min-width:100%;
}
.list-products-home .list-products-home-box :hover .img-box{ 
	transform: scale(1.1);
 }
.list-products-home-box .overflowhidden{ 
	overflow:hidden; 
	position:relative;
}
.list-products-home ul li:nth-child(1) .list-products-home-name{ background:#1CBC9C;}
.list-products-home ul li:nth-child(2) .list-products-home-name{ background:#1CBC9C;}
.list-products-home ul li:nth-child(3) .list-products-home-name{ background:#1CBC9C;}
.list-products-home ul li:nth-child(4) .list-products-home-name{ background:#1CBC9C;}
.list-products-home ul li:nth-child(5) .list-products-home-name{ background:#1CBC9C;}
.list-products-home ul li:nth-child(6) .list-products-home-name{ background:#1CBC9C;}
.list-products-home ul li:nth-child(7) .list-products-home-name{ background:#1CBC9C;}
.list-products-home ul li:nth-child(8) .list-products-home-name{ background:#1CBC9C;}
.list-products-home ul li:nth-child(9) .list-products-home-name{ background:#1CBC9C;}
.list-products-home ul li:nth-child(10) .list-products-home-name{ background:#1CBC9C;}
.list-products-home ul li:nth-child(11) .list-products-home-name{ background:#1CBC9C;}
.list-products-home ul li:nth-child(12) .list-products-home-name{ background:#1CBC9C;}
.list-products-home ul li:nth-child(13) .list-products-home-name{ background:#1CBC9C;}
.list-products-home ul li:nth-child(14) .list-products-home-name{ background:#1CBC9C;}
.list-products-home ul li:nth-child(15) .list-products-home-name{ background:#1CBC9C;}
.list-products-home-name{ 
	width:100%;
	height:100%;
	color:#333;
	padding:0px 8%;
	position:absolute;
	z-index:2;
	left:0px;
	bottom:-390px;
	background:#000;
	transition:all 0.5s ease-in-out;
}
.list-products-home-info{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	display:block;
	color:#fff;
	text-align:center;
}
.list-products-home-info p{
	font-size:14px;
	line-height:23px;
	-color:#cfcfcf;
	padding-top:6px;
	-opacity:0;
	transition:all cubic-bezier(0.075, 0.82, 0.165, 1)s ease-in-out;
	-moz-transition-duration: 0.5s;
	transform:translate(80px,0;);
}
.list-products-home-info dl dt{
	line-height:100px;
	font-size:22px;
	font-family:"Barlow_Regular";
	text-overflow:ellipsis;
}
.list-products-home .list-products-home-box:hover .list-products-home-name{
	bottom:-150px;
	padding-top:50px;
}
.list-products-home-info dl dd span{ 
	height:50px; 
	line-height:50px; 
	background:url(../images/pro_btn_img.png)no-repeat center; 
	padding:25px 100px; 
}
.list-products-home-info dl dd p{ 
	line-height:1.5;
	font-family:"Barlow_Regular"; 
	font-size:16px; 
	min-height:86;
}

/* list-products 产品列表页 */
.list-products{
	width:100%; 
	background:#F3F5F6; 
}
.list-products .container-fluid{ 
	padding:0 3%; 
	background:#fff;
}
.list-products ul{
	padding:0px; 
	overflow:hidden;
}
.list-products ul li{ 
	list-style-type:none;
}
.list-products-box{ 
	margin-top:10px; 
	padding:0px; 
	overflow:hidden;
}
.list-products-box dt{
	overflow:hidden; 
	border:1px solid #ccc;
}
.list-products-box dt img{ 
	width:100%; 
	min-width:100%;
}
.list-products-box .list-products-box-img{
	transition: all 0.5s ease;
}
.list-products-box-abok:hover .list-products-box-img { 
	transform: scale(1.1); 
	transition: all 0.5s ease;
}
.list-products h2{
	font-family:"Barlow_Bold";
	font-size:24px;
	color:#3EB044;
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
	margin-bottom:30px;
}

.list-products-box .list-products-info{
	height:100px;
}

.list-products-box .list-products-info h3{ 
	font-size:20px;
	text-align:center;
	font-family:"Barlow_Regular";
	margin:5px 0;
	color:#000;
	
}
.list-products-box .list-products-info p{
	font-family:"Barlow_Regular";
	font-size:14px;
	color:#666;
}
.list-products-box .btn{
	text-align:center;
	width:100%;
}
.list-products-box .btn a{ 
	color:#fff!important;
}
.list-products-box .btn span{ 
	background:#3EB044;
	padding:10px 50px;
	border-radius:20px;
}

/* list-products-nav 产品分类模块 */
.list-products-nav{ 
	background:#fff; 
	overflow:hidden; 
	margin-top:30px;
}
.list-products-nav .list-products-nav-title{ 
	font-size:24px; 
	color:#fff; 
	padding-left:15px;
	line-height:50px;
	height:50px;
	background:#3EB044;
	font-family:"Barlow_Bold";
	font-size:24px;
}
.list-products-nav ul li{ 
	font-family:"Barlow"; 
	padding-left:15px; 
	list-style-type:none;
 }
.list-products-nav ul li a{ 
	color:#333;
}
.list-products-nav ul li a:hover{ 
	color:#3EB044;
}
.-list-products-nav ul li a:after { 
	content: ">"; 
	position:relative; 
	left:15px;
}
.message a{ 
	display:block; 
	background:#71BE0B; 
	text-align:center; 
	padding:10px; 
	color:#fff;
}
.message a:hover{ 
	background:#3FBF26;
}
.open>.dropdown-menu-tow {
	display: block;
}
.dropdown-menu-tow {
	position: relative;
	left: 0;
	z-index: 1000;
	display: none;
	-float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.list-products-nav .menu-item,
.list-products-nav .dropdown-custom{ 
	line-height:50px; 
	background:#f5f5f5; 
	border-bottom:1px solid #fff;
}
.dropdown-menu-tow .menu-item{ 
	border:0px; 
}

/* products-details 产品详情页 */
.products-details{
	width:100%; 
	background:#fff;
}
.products-details .container-fluid{ 
	padding:0 3%; 
	background:#fff;
}
.products-details ul{
	padding:0px; 
	overflow:hidden;
}
.products-details ul li{ 
	list-style-type:none;
}
.products-details .list-products-pic{
	background:#fff; 
	overflow:hidden;
}
.products-details .list-products-nav{
	background:#fff; 
	padding:15px;
}
.products-details .pro-pic-info{
	background:#fff; 
	overflow:hidden; 
	padding-top:15px; 
	padding-bottom:15px; 
	text-align:center;
}
.pro_des #magnifier {
	position:relative;
	width:462px; 
	max-width: 100%;
}
.pro_des .small-box {
	position:relative;
	width:460px; 
	max-width: 100%; 
	height: 460px;
	border: 1px solid #ccc;
}
.pro_des .small-box img {
	display:block; 
	width: 100%; 
	height:100%; 
	margin: 0 auto;
}
.pro_des .thumbnail-box {
	position: relative; 
	margin-top: 15px; 
	overflow:hidden; 
	max-width: 100%;
}
.pro_des .btn:active, 
.pro_des .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%);
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%);
}
.pro_des .thumbnail-box .btn {
	position:absolute;
	top: 0;
	width: 25px;
	height: 94px;
	background-image: url(../images/pro_arrow.png);
	background-repeat: no-repeat;
}
.pro_des .thumbnail-box .btn-prev {
	left:0px;
	background-position: 0px center;
}
.pro_des .thumbnail-box .btn-prev:hover {
	background-position: -50px center;
}

.pro_des .thumbnail-box .btn-next {
	right: 0px;
	background-position: -25px center;
}
.pro_des .thumbnail-box .btn-next:hover {
	background-position: -75px center; 
}
.pro_des .thumbnail-box .list {
	overflow:hidden;
	width: 400px;
	height: 94px;
	margin:auto;
	-padding:0 20px;
}
.pro_des .thumbnail-box .list .wrapper {
	width: 10000px;
}
.pro_des .thumbnail-box .list .item {
	float:left; 
	margin:0px 8px;
	height:92px;
	cursor: pointer;
}
.pro_des .thumbnail-box .list .item img {
	height: 100%; 
	border: 1px solid #eee;
}
.pro_des .thumbnail-box .list .item-cur img {
	border: 1px solid #3EB044;
}
.pro_des .thumbnail-box .list ul{
	padding:0px;
}
.pro_des .thumbnail-box .list ul li{
	list-style-type:none;
}
.send-message ul li{ 
	list-style-type:none; 
	float:left; 
	margin-right:10px;
	font-family:"Barlow_Bold";
	padding:15px 50px;
	margin-bottom:10px;
}
.send-message ul li .fa{ 
	padding-right:15px; 
	vertical-align: middle;
}
.send-message .email,
.send-message .sendmessage{
	border:1px solid #3EB044;
	background:#3EB044;
	color:#fff;
}
.send-message .email:hover,
.send-message .sendmessage:hover {
	border:1px solid #3EB044;
	background:#fff;
	color:#3EB044;
}
.pro_des .big-box {
	display:none; 
	overflow: hidden; 
	position: absolute; 
	left: 461px; 
	top: 0;
	z-index: 199; 
	width: 460px; 
	height: 460px; 
	border: 1px solid #ccc;
	background: #fff; 
}
.pro_des .big-box img {
	display: block;
	max-width: none;
}
.small-box .hover {
	display: none; 
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 200px !important; 
	height: 200px !important; 
	border: 1px solid #3EB044; 
	background: #3EB044; 
	opacity: .5; 
	filter: alpha(opacity: 50); 
	cursor: move; 
}

.pro-details table {
	width:100%;
	border-collapse:collapse;
}
table thead {
	height:50px; 
	line-height:50px; 
	color:#fff; 
	font-size:16px; 
	background:#0074c7;
}
table thead tr td, table thead tr th {
	border:1px solid #ccc;
}
table tbody tr td, table thead tr th {
	padding:5px 10px !important; 
	border:1px solid #ccc; 
	color: #333; 
	font-size: 15px; 
	box-sizing:border-box;
}
.products-details-top{
	width:100%; 
	overflow:hidden; 
	margin-bottom:50px;
}
.products-details-top h2{ 
	margin-bottom:30px; 
	font-family:"Barlow"; 
	color:#3EB044;
}
.products-details-top p{ 
	line-height:30px; 
	font-size:15px;
}
.products-details-pic img{ 
	width:100%;
}
.products-details-info{
	background: #fff; 
	padding-top:50px;
}
.products-details-info .products-details-info-title{ 
	border-bottom:2px solid #f1f1f1; 
	font-size:24px;
}
.products-details-info .products-details-info-title span{
	background:#3EB044;
	color:#fff;
	padding:5px 20px;
}
.products-details-info .products-details-info-tiele{ 
	border-top:2px solid #f1f1f1; 
	margin-bottom:50px; 
	text-align:center; 
	font-size:32px;
}
.products-details-nav li:nth-child(1){ 
	border:2px solid #3EB044; 
	padding:0 15px; 
	color:#3EB044;
}
.products-details-info .products-details-info-tiele .fa{ 
	color:#3EB044; 
	margin-right:10px;
}
.products-details-info-tiele h2:before,
.products-details-info-tiele h2:after{
	content: "";
	position: absolute;	
	margin-top:8px;	
	width:120px;
	height:7px;	
	border-top:1px solid #d3d3d3;
	border-bottom:1px solid #d3d3d3;
	top:0;
	bottom:0;	
	margin-top:auto;
	margin-bottom:auto;
}
.products-details-info-tiele h2:before{ 
	margin-left:-150px;
}
.products-details-info-tiele h2:after{
	margin-left:30px;
}
.products-details-info-tiele h2{
	text-align:center;
	font-size:22px;
	font-weight:bold;
	margin-top:30px;
	margin-bottom:30px;
	display:table;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
.products-details-info ul li{
	line-height:50px;
	text-align:center;
	margin:0 15px;
	list-style:none;
	float:left;
	*float:none;
	*display:inline;
	*zoom:1;
}
.products-details-info .products-details-nav .wechat{ 
	background:#3EB044; 
	color:#fff; 
	padding:10px 20px; 
	position:relative; 
	border-radius:5px;
}
.products-details-info .products-details-nav { 
	display:table; 
	margin:0px auto 0px; 
	font-size:18px; 
	font-family:"Barlow";  
}
.products-info-f2,
.products-info-f4,
.products-info-f6{overflow:hidden;}
.products-info-f1,
.products-info-f2,
.products-info-f3,
.products-info-f4,
.products-info-f5,
.products-info-f6{
	padding:30px 0;
	transform:scale(1);
	-webkit-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	-moz-transform:scale(1);
	-border-bottom:2px solid rgba(182,135,217,0.5);
}

/* pro-info 产品信息*/
.pro-info h1 {
	color: #333;
	font-size: 21px;
	line-height: 125%;
	text-align: center;
}
.pro-info>p {
	color: #555;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
}
.pro-info .des {
	padding: 20px 0px;
	border-top: 1px dashed #dcdcdc;
	margin-top: 10px;
}
.pro-info .des h4 {
	color: #3EB044;
	font-size: 18px;
	margin-bottom: 10px
}
.pro-info .des p {
	color: #333;
	font-size: 14px;
	line-height: 30px;
}
.pro-info .pro-contact {
	padding: 10px 15px; 
	margin-top: 30px;
}
.pro-info .pro-contact .tel {
	color: #333;
	font-size:18px;
	text-align:center;
}
.pro-info .pro-contact .tel h4 {
	display: inline; 
	color: #3EB044;
	font-size: 21px;
}
.pro-info .pro-contact a {
	color:#fff;
	font-size:16px;
	display:block;
	width:128px;
	height:42px;
	line-height:42px;
	text-align:center;
	margin:12px auto 5px;
	background-color:#3EB044;
	border-radius:3px;
}
.pro-info .pro-contact a:hover {
	background-color: #3EB044
}
.pro-details {
	padding-top: 50px; 
	padding-left:15px; 
	padding-right:15px; 
	padding-bottom:15px; 
	background:#fff;
}
.pro-details .title {
	color: #3EB044; 
	font-size: 18px;
	margin-bottom:10px; 
	border-bottom:1px solid #efefef;
}
.pro-details p {
	color: #555;
	font-size: 15px;
	line-height: 25px
}
.pro-details p span {
	font-family: "Microsoft Yahei" !important;
}
.pro-details p strong {
	color: #3EB044;
	font-size: 16px;
}




/* list-job 人才招聘列表页 */
.list-job{ padding:50px 0;}
.list-job ul li{ margin-bottom:40px; list-style-type:none;}
.list-job .btn-primary{ color:#333;}
.list-job_nome{ overflow:hidden;border-top:1px solid #E1E1E1;border-bottom:1px solid #E1E1E1;padding:15px;}
.list-job_nome strong{ line-height:50px; font-weight:normal; font-size:16px;}
.list-job_nome p{ color:#999; font-size:14px;}
.list-job_nome span{ line-height:70px; border:1px solid #E1E1E1; padding:5px 20px; border-radius:15px;}
.list-job_content{ clear:both; background:#fcfcfc; }
.list-job_content .card-body{ padding:50px 0;}

/* list-faq 常见问题列表页 */
.list-faq{ padding:50px 0;}
.list-faq ul li{ margin-bottom:15px; list-style-type:none;}
.list-faq .btn-primary{ color:#333;}
.list-faq_nome{ overflow:hidden; background:#f5f5f5; border-top:1px solid #f5f5f5; border-bottom:1px solid #f5f5f5; padding:15px;}
.list-faq_nome strong{ line-height:50px; font-weight:normal; font-size:19px;}
.list-faq_nome p{ color:#999; font-size:14px;}
.list-faq_nome span{ line-height:70px; border:1px solid #f5f5f5; padding:5px 20px; border-radius:15px;}
.list-faq_content{ clear:both; background:#f5f5f5; }
.list-faq_content .card-body{ padding-bottom:50px;}

.list-faq_content p{ background:#f5f5f5;}

/* kefu 在线客服挂件 */
.kefu_online {
	width: 40px;
	position: fixed;
	right: 10px;
	bottom: 50px;
	border: 0px;
	z-index:999;
}
.kefu_online ul {
	padding: 0px;
	margin: 0px;
}
.kefu_online ul li {
	list-style-type: none;
	height: 40px;
	line-height: 40px;
	margin-top: -1px;
}
.kefu_online ul li span {
	padding: 40px;
	width: 40px;
	height: 40px;
}
.kefu_online ul li .message {
	background: url(../images/ico_all.png) no-repeat -15px -511px;
	padding: 20px;
}
.kefu_online ul li:hover .message {
	background: url(../images/ico_all.png) no-repeat -86px -511px;
	padding: 20px;
}
.kefu_online ul li .phone {
	background: url(../images/ico_all.png) no-repeat -157px -511px;
	padding: 20px;
}
.kefu_online ul li:hover .phone {
	background: url(../images/ico_all.png) no-repeat -228px -511px;
	padding: 20px;
}
.kefu_online ul li:hover .phone_tel {
	display: block;
}
.kefu_online .phone .phone_tel {
	display: none;
	position: absolute;
	right: 39px;
	width: 170px;
	top: 31px;
	font-size: 16px;
	background: #E50011;
	color: #fff;
}
.kefu_online .phone .phone_tel_ico {padding: 15px;}
.kefu_online ul li .tianmao {
	background: url(../images/ico_all.png) no-repeat -299px -511px;
	padding: 20px;
}
.kefu_online ul li:hover .tianmao {
	background: url(../images/ico_all.png) no-repeat -370px -511px;
	padding: 20px;
}
.kefu_online ul li .jingdong {
	background: url(../images/ico_all.png) no-repeat -441px -511px;
	padding: 20px;
}
.kefu_online ul li:hover .jingdong {
	background: url(../images/ico_all.png) no-repeat -511px -511px;
	padding: 20px;
}
.kefu_online ul li .uptop {
	background: url(../images/ico_all.png) no-repeat -582px -511px;
	padding: 20px;
}
.kefu_online ul li:hover .uptop {
	background: url(../images/ico_all.png) no-repeat -653px -511px;
	padding: 20px;
}

/* more */
.home-more{margin:0px auto 0px;}
.home-more .more{
	color:#fff!important;
	font-size:14px;
	background:#FD5C05;
	border:1px solid #FD5C05;
	padding:5px 15px;
	color:#fff;
	border-radius:3px;
	margin:0 15px;
}
.home-more .skype{
	color:#fff!important;
	font-size:14px;
	background:#00A3E2;
	border:1px solid #00A3E2;
	padding:5px 15px;
	color:#fff;
	border-radius:3px;
	margin:0 15px;
}
.home-more .qq{
	color:#fff!important;
	font-size:14px;
	background:#0094DD;
	border:1px solid #0094DD;
	padding:5px 15px;
	color:#fff;
	border-radius:3px;
	margin:0 15px;
}
.home-more2{
	display:table;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
}
.home-more2 .more{
	color:#fff!important;
	font-size:14px;
	background:#3EA745;
	border:1px solid #3EA745;
	padding:5px 15px;
	color:#fff;
	border-radius:3px;
	margin:0 15px;
}

/* footer-message 底部留言功能 */
.footer-message{
	
}
.footer-message strong{
	font-size:20px;
	font-family: 'Barlow'!important;
	color:#fff;
	padding-bottom:5px;
}
.footer-message .item04 .form {
    display: flex;
    margin-bottom: 25px;
}
.footer-message .item04 .inp-text {
    display: block;
    width: 260px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    background: #333;
    color: #fff;
    border: 1px solid var(--themeColor);
}

.wechat-box img{ width:100%; max-width:119px;}


/* language 语言 */
#gt-nvframe {display: none!important;} /* Google Language Tools Off */
.Language .btn-danger { 
	color: #fff; background-color: #3EB044; border-color: #3EB044;
	cursor: pointer;
	box-shadow: none;
	outline: 0;
	letter-spacing: normal;
}
.Language  .btn-danger:hover {color: #fff; background-color: #3EB044; border-color: #3EB044;}
.Language  .btn-danger:active:hover, 
.Language .btn-danger.active:hover, 
.Language .open>.dropdown-toggle.btn-danger:hover, 
.Language .btn-danger:active:focus, 
.Language .btn-danger.active:focus, 
.Language .open>.dropdown-toggle.btn-danger:focus, 
.Language .btn-danger:active.focus, 
.Language .btn-danger.active.focus, 
.Language .open>.dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #3EB044;
    border-color: #3EB044;
}



.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #3EB044;
    border-color: #3EB044;
}



/* ---------------- Responsive website 响应式网站开始 ---------------- */

/* 屏幕大于760px应用一下样式 */
@media (min-width: 760px){
	.ishome{ 
		display:none; 
		overflow:hidden;
	}
	.ispc{ 
		display:block; 
		overflow:hidden;
	}
	.ismobile{ 
		display:none; 
		overflow:hidden;
	}
	.list-products-home ul .max-5{
		width:20%;
	}
	.travel-step{ 
		margin-top:50px;
	}
	.travel-step p{ 
		font-size:16px;
	}
	.travel-step .fa{ 
		color:#3EB044;
	}
	.travel-step ul li{ 
		width:20%; 
		float:left; 
		padding:0 25px;
	}
	.travel-step h4{ 
		font-size:14px; 
		min-height:50px; 
		line-height:25px;
	}
	.home-message .span6{ 
		width:550px; 
		margin:0px auto; 
	}
	.bgtxt strong{
		font-size: 50px; 
		line-height: 34px; 
		font-weight: normal; 
		letter-spacing: 2px; 
		display: block; 
		display:none;
	}
	.navbar-nav {
		position:absolute;
		right:30%;
	}
	.top-search{
		position:absolute;
		right:12%;
	}
	.Language{
		position:absolute; 
		right:2.5%; 
		margin:0 10px; 
		padding:15px 0; 
	}

#article_content .bos-about-left-video{
		max-width:800px;
	}
.news-details-info video{
	width:100%;
	max-width:800px;
}
.list-video .list-video-pic{
	height:200px;
}

}

/* 屏幕大于1400px应用一下样式 */
@media (min-width: 1400px){
	.home-advantage .container-fluid,
	.home-products-list .container-fluid,
	.home-hot-products .container-fluid,
	.home-certification .container-fluid,
	.home-aboutus .container-fluid,
	.home-ourcustomers .container-fluid,
	.home-news .container-fluid,
	.home-case .container-fluid,
	.home-partners .container-fluid {
	    width: 1600px;
	}
	.news-details-info video{
		width:100%;
		max-width:800px;
	}
	.list-video .list-video-pic{
		height:200px;
	}
}

/* 屏幕小于760px应用一下样式 */
@media (max-width: 760px) {
	
	.news-details-info video{width:100%;}
	.ispc{display:none; overflow:hidden;}
	.ismobile{ display:block; overflow:hidden;}
	.navbar-brand .ispc{ display:block;}
	.navbar-brand .ishome{ display:none;}	
	.navbar-brand .ismobile{ display:none;}	
	.top-right{ display:none;}
	.language img{display:none;}
	.language .language_box {
	    display: block!important;
		display:table;
		margin-left:auto;
		margin-right:auto;
	}
	.language ul li{
		float:left;
		width:32%;
		text-align:center;
		border-bottom:0px;
		background:#3EB044;
		margin:1px 1px;
	}
	.language ul li a{color:#fff;}
	.home-products-list .home-products-nav li{
		line-height:50px!important; 
		font-family:'Barlow'!important;
	}
	.home-aboutus .about-info{padding-right:0%!important;}
	.home-aboutus .home-title{text-align:center!important;}
	.home-aboutus {background:#f2f2f2!important; }
	.home-aboutus .home-aboutus-list{margin-top:30px!important;}
	.home-aboutus .abouts-banner p{ text-align:center!important;color:#3EB044;}
	.home-aboutus .abouts-banner p a{color:#3EB044;}
	.home-aboutus .abouts-banner p strong{color:#3EB044;}
	.home-advantage ul li{padding:0px 0!important;margin-top:15px;}
	.home-advantage .home-advantage-info{margin:0 10px;height:200px!important;}
	.home-advantage .home-advantage-info i{top: 90px !important; }
	.home-advantage .container-fluid,
	.home-certification .container-fluid,
	.home-hot-products .container-fluid{width:100%!important;padding:0 3%!important;}
	.product-content-tab ul li{width:47%!important;margin:5px 5px!important;padding:0px!important;}
	.hmCase_nm {bottom:-190px!important;}
	.hmCase_aBox .overflowHide { height: 220px!important; }
	.hmCase_aBox .overflowHide:after{height: 220px!important; }
	
	#four_flashB .flashBgB ul.mobileB {height: 240!important;}
	#four_flashB .flashBgB ul.mobileB li {width: 180px!important;height: 240!important;}
	#four_flashB .flashBgB ul.mobileB li img {width: 180px!important;height: 240px!important;}
	#four_flashB .but_leftB {top: 100px!important;}
	#four_flashB .but_rightB {top: 100px!important;}
	
	#four_flashC .flashBgC ul.mobileC {height: 240!important;}
	#four_flashC .flashBgC ul.mobileC li {width: 180px!important;height: 240!important;}
	#four_flashC .flashBgC ul.mobileC li img {width: 180px!important;height: 240px!important;}
	#four_flashC .but_leftC {top: 100px!important;}
	#four_flashC .but_rightC {top: 100px!important;}
	
	.home-news{padding:20px 0 20px 0!important; }
	#article_content img {height: auto !important; max-width: 100%;}
	.page-contactus-content .ispc{ display:none;}
	.page-contactus-content ul li{ text-align:center; height:200px; }
	.bodyCon08B .studentsB {height: 250px!important;}
	.bodyCon08C .studentsC {height: 250px!important;}
	/* home products list 首页产品分类 */
	.home-products-list .container-fluid{
		width:100%!important;
	}

	/* nav 导航 */
	.navbar-brand{
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		-webkit-font-smoothing: antialiased;
		box-sizing: border-box;
		background-color: transparent;
		text-decoration: none;
		float: left;
		padding: 5px 0 0 0!important;
		margin-left: 15px;
	}
	.navbar-nav li{
		border-bottom:1px solid #efefef;
		padding:0 20px;
	}
	.navbar-default .navbar-nav>.open>a,
	.navbar-default .navbar-nav>.open>a:hover,
	.navbar-default .navbar-nav>.open>a:focus {
		background-color: rgba(0, 0, 0, 0.00);
		color: #333
	}
	.navbar-default .navbar-nav>li>a:focus {
		color: #333;
		background-color: rgba(0, 0, 0, 0.00)
	}
	.navbar-nav>li>a{ 
		-padding-top:10px; 
		-padding-bottom:10px;
	}
	.navbar-default .navbar-nav>li>a:hover,
	.navbar-default .navbar-nav>li>a:focus {
		color: #333;	
		background-color: rgba(0, 0, 0, 0.00);
	}
	.caret {
	    display: inline-block;
	    width: 0;
	    height: 0;
	    margin-left: 2px;
	    vertical-align: middle;
	    border-top: 4px dashed;
	    border-top: 4px solid \9;
	    border-right: 4px solid transparent;
	    border-left: 4px solid transparent;
		position:relative;
		right:0px;
	}
	.navbar-collapse.in {
		overflow-y: none;
	}

	/* 当前色 */
	.navbar-default .navbar-nav>.active>a, 
	.navbar-default .navbar-nav>.active>a:hover, 
	.navbar-default .navbar-nav>.active>a:focus { 
		color:#3EB044!important; 
		background-color: transparent!important;
	}

	/* 默认色 */
	.navbar-default .navbar-nav>li>a {
		color: #333!important; 
		font-size:18px;
	}

	/* 一级菜单光标移上去的颜色 */
	.navbar-default .navbar-nav>li>a:hover{
		color:#3EB044!important; 
		background:transparent;
	}
	.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus {
		color: #333;	
		background-color: transparent;
	}
	.nav .open>a,.nav .open>a:hover,.nav .open>a:focus {
		background-color: #fff;	
		border-color: transparent;
	}
	a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active {
		border-color: #333;
	}

	/* 二级菜单光标移上去的颜色 */
	.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus {
		text-decoration: none;	
		color: #CCA53C; 
		background-color:transparent;
	}
	.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus {
		color: #333; 
		text-decoration: none;
		outline: 0;	
		background-color: transparent; 
	}
	.navbar {
		position: fixed;
		border: 1px solid transparent;
		box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
	}
	.home-pro-services .home-pro .list-boxes-img-one img {
		cursor: pointer;
		transition: all 0.6s;
		min-width: 100%;
		min-height: auto!important;
	}
	.home-pro-services .home-pro .list-boxes-img-one {
		height: 180px!important;
		overflow: hidden;
	}
	.home-contactus{ 
		display:none;
	}
	#subnav {
		width: 100%; 
		background-image: linear-gradient(45deg, #8baaaa 0%, #ae8b9c 100%);
	}
	.list-news-pic h5,
	.list-news-pic p{ 
		margin-left:-15px; 
		margin-right:-15px;
	}
	.news-details .year{ 
		font-size:16px; 
		margin-bottom:15px;
	}
	.news-details .year .fa{ 
		color:#666; 
	}
	.news-details .back .fa{ 
		font-size:18px; 
		margin-right:5px;
	}
	.news-details .left{ 
		display:none;
	}
	.news-details #article_content{ 
		margin-left:0px; 
		margin-top:50px; 
		margin-left:-15px; 
		margin-right:-15px;
	}
	.news-details .tc-box { 
		margin-left:-15px; 
		margin-right:-15px;
	}
	.news-details .ismobile{ 
		display:block!important;
	}
	.news-details-info p img{
		max-width:100%; 
		max-height:300px!impotrant;
	}
	.news-details-info p style{ 
		height:none; 
		width:none;
	}
	.travel-step{ 
		margin-top:50px;
	}
	.travel-step p{ 
		font-size:16px;
	}
	.travel-step .fa{ 
		color:#3EB044;
	}
	.travel-step ul li{ 
		width:50%; 
		float:left; 
		padding:0 25px;
	}
	.travel-step h4{ 
		font-size:14px; 
		min-height:50px; 
		line-height:25px;
	}
	.home-message .span6{ 
		width:100%; 
		margin:0px auto; 
	}
	.bgtxt strong{
		font-size: 18px; 
		line-height: 34px; 
		font-weight: normal; 
		letter-spacing: 2px; 
		display: block; 
		-display:none;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a { 
		color:#3EB044!important;
		font-size:18px;
		padding:10px 0;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a, 
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, 
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
	    color: #428bca;
	    background-color: rgba(0, 0, 0, 0.0);
	}
	.page-price ul li{ 
		float:left; 
		width:50%!important; 
		list-style-type:none; 
		text-align:center; 
		padding:0 40px;
	}
	.trip-info .right{ 
		overflow:hidden; 
		border-left:1px solid #3EB044; 
		padding-left:0px;
	}
	.trip li{ 
		float:left; 
	}
	.trip-info .container{ 
		border:0px solid #d5d5d5; 
		overflow:hidden; 
		padding:15px;
	}
	.trip-highlights .container{ 
		border:0px solid #d5d5d5; 
		overflow:hidden; 
		padding:15px;
	}
	.related-instructions .container{ 
		border:0px solid #d5d5d5; 
		overflow:hidden; 
		padding:15px;
	}
	.tab-content img{ 
		max-width:100%;
	}
	.column_banner .bgimg{ 
		height:150px;
	}
	.footer-nav ul li{ 
		float:left; 
		list-style-type:none; 
		line-height:30px; 
	}
	.footer .dropdown{ 
		font-size:16px;
	}
	.footer .dropdown a{ 
		margin-right:50px; 
	}
	.wechat-box {
	    padding: 20px 0;
		text-align:center;
	}
	.list-products-nav{
		display:none;
	}
	.pro_des .thumbnail-box .list {
		overflow:hidden;
		width: 320px;
		height: 94px;
		margin:auto;
	}
	.pro_des .small-box {
		height: auto!important;
	}
	.send-message ul li {
	    padding: 15px 10px!important;
		width:45%!important;
	}
	#subnav ul li {
		margin:5px 0!important;
	}
	
	
	#article_content .bos-about-left-video{
			max-width:100%;
		}
}