@charset "UTF-8";
body{
	font-family: "微软雅黑";
}
img{
	max-width: 100%;
}
.clear{
	clear: both;
}

.footH {
    height: 50px;
    display: none;
}
.footFix {
    background: #333;
    padding: 10px 0;
    display: none;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    color: #fff;
}
.footFix>a {
    display: inline-block;
    width: 33%;
    font-size: 16px;
    color: #ffffff!important;
}
.footFix>a>i.iconfont {
    font-size: 20px;
    margin-right: 5px;
    color: #fff;
}

/*head*/
.headTop{
	width: 100%;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	background: #f2f2f2;
}
.headTop .welcome{
	font-family: "宋体";
	font-size: 12px;
	color: #878787;
	float: left;
}
.headTop .headTel{
	float: right;
	font-family: "Niagara Solid";
	font-size: 24px;
	color: #a31401;
	background: url(../images/head-tel.png) no-repeat center left;
	padding-left: 26px;
	letter-spacing:2px;
}
.headTop .head-ss{
	display: inline-block;
	width: 13px;
	height: 15px;
	float: right;
	cursor: pointer;
	margin: 8px 16px 0 0;
	background: url(../images/head-ss.png) no-repeat center center;
}
.menus{
	width: 100%;
	overflow: hidden; 
	background: #fff;
    -webkit-transition: all 0.5s ease;
}
.menus.fixedbg {
    position: fixed;
    z-index: 9999;
    border-bottom: 2px solid #8aba28; 
    top: 0;
    background: rgba(255,255,255,0.9);
    -webkit-transition: all 0.5s ease;
}
.menus.fixedbg .Logo{
	padding: 10px 0 10px 0;
}
.menus .Logo{
	float: left;
	overflow: hidden;
	padding: 14px 0 15px 0;
}
.menus .topNav{
	float: right;
	overflow: hidden;
}
.menus .topNav a{
	display: block;
	float: left; 
	padding: 0 15px;
	height: 96px;
	font-size: 16px;
	color: #444444;
	margin: 0 3px;
	display: flex;
	align-items: center;
}
.menus .topNav a span{
	line-height: 25px;
	text-align: center;
}
.menus .topNav a span em{
	font-size: 14px;
	font-family: arial;
}
.menus.fixedbg .topNav a{
	line-height: 87px;
}
.menus .topNav a:hover,
.menus .topNav a.on{
	color: #fff;
	background: #0075c2;
}

/*product*/
.indexProductClass{
	width: 100%;
	overflow: hidden;
	padding: 70px 0 70px 0;
	background: #f3f3f3;
}
.indexProductClass .container{
	width: 96.875%;
	max-width: 1500px;
}
@media (min-width: 992px){  
	.indexProductClass .col-md-2 {
		padding-left: 35px;
		padding-right: 35px;
		width: 24.966667%;
	}
	.indexProductClass .item:hover{
		margin-top: 50px !important;
	}
}
@media (min-width: 1200px){ 
	.indexProductClass .col-md-2 {
	    padding-left: 24px;
	    padding-right: 24px;
		width: 14.266667%;
	}  
}
.indexProductClass .item{
	width: 100%;
	position: relative;
	margin-top: 50px;
	transition: all .5s ease;
} 
.indexProductClass .item:hover{
	margin-top: 32px;
	transition: all .5s ease;
}
.indexProductClass .item .round{
	width: 100%; 
	border-radius: 100%;
	box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, .4);
}
.indexProductClass .item:hover .blue{
	opacity: 0;
	box-shadow: 0px 0px 0 0 rgba(0, 0, 0, 0);
}
.indexProductClass .item .green{
	position: absolute;
	opacity: 0;
	width: 100%; 
	top: 0;
	left: 0;
	border-radius: 100%;
	box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, .4);
	transition: all .5s ease;
}
.indexProductClass .item:hover .green{
	opacity: 1;
	transition: all .5s ease;
}
.indexProductClass .item .SubInfo{
	width: 80%;
	position: absolute;
	left: 10%;
	top: 0;
	text-align: center;
	padding-top: 18px;
}
.indexProductClass .item .SubInfo .num{
	display: inline-block;
	position: relative;
	margin: 0 auto;
}
.indexProductClass .item .SubInfo .num .hx{
	display: block;
	width: 17px;
	height: 3px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1.5px;
	background: #2c98e9;
	transition: all .5s ease;
}
.indexProductClass .item:hover .SubInfo .num .hx{
	background: #a1df22;
	transition: all .5s ease;
}
.indexProductClass .item .SubInfo .tit{
	font-size: 21px;
	color: #fff;
	text-align: center;
	line-height: 28px;
	border-top: dashed 1px #79b5ed;
	padding-top: 12px;
	margin-top: 12px;
}
.indexProductClass .item:hover .SubInfo .tit{
	border-top: dashed 1px #bce875;
}
.indexProductClass .item .tilt{
	width: 30px;
	height: 100%;
	position: absolute;
	left: 0px;
    bottom: -45px;
	transform:rotate(-35deg);
	-ms-transform:rotate(-35deg); 	/* IE 9 */
	-moz-transform:rotate(-35deg); 	/* Firefox */
	-webkit-transform:rotate(-35deg); /* Safari 和 Chrome */
	-o-transform:rotate(-35deg); 
	background: #f3f3f3;
	border-right: 1px solid #c5c5c5;
	transition: all .5s ease;
}
.indexProductClass .item:hover .tilt{
	opacity: 0;
	border-right:none;
	z-index: -1;
	transition: all .5s ease;
}

/*index_news_product_show_bg*/
.index_news_product_show_bg{
	width: 100%;
	max-width: 1920px; 
	margin: 0 auto;
/*
	background: url(../images/news-product-show-bg.jpg) no-repeat center top;
	height: 500px;
	background-size: cover;
*/
	position: relative;
}
.index_news_product_show_tit{
	width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: -55px;
	z-index: 9999;
}
.index_news_product_show_tit .titBox{
	width: 100%;
	padding: 31px 0 20px 0;
	background: #0075c2; 
	text-align: center;
}
.index_news_product_show_tit .titBox h4{
	font-size: 30px;
	color: #fff;
	padding-bottom: 12px;
}

/*indexAbout*/
.indexAboutWarp{
	width: 100%;
	overflow: hidden;
	padding: 108px 0 58px 0;
	background: #f3f3f3;
}
@media (min-width: 1200px){
	.indexAboutWarp .container {
		width: 1400px;
		max-width: 1400px;
	}
}
.indexAboutWarp .indexAbout{
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding-left: 4.85%;
	padding-right: 4.428%;
} 
.indexAboutWarp .indexAbout .info{
	width: 25.984251968%;
	float: left;
	overflow: hidden;
	padding-top: 75px;
	margin-right: 1.5%;
}
.indexAboutWarp .indexAbout .info h4{
	font-weight: bold;
	font-size: 24px;
	color: #333333;
	padding-top: 14px;
	padding-bottom: 40px;
}
.indexAboutWarp .indexAbout .info .cont{
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}
.indexAboutWarp .indexAbout .sccjTit{
	width: 15.748031496%;
	float: left;
	background: #8fc31f;
	padding: 120px 0 110px 0;
	text-align: center;
	position: relative;
}
.indexAboutWarp .indexAbout .sccjTit .iconfont{
	position: absolute;
	right: -37px;
	top: 50%;
	margin-top: -41px;
	font-size: 55px;
	color: #8fc31f;
}
.indexAboutWarp .indexAbout .sccjTit h6{
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}
.indexAboutWarp .indexAbout .sccjTit hr{
	width: 20px;
	height: 3px;
	background: #fff;
	display: inline-block;
	margin: 15px 0 39px 0;
}
.indexAboutWarp .indexAbout .sccjTit .ico{
	display: block;
	margin: 0 auto;
}
.indexAboutWarp .indexAbout .sccjBox{
	width: 52.119110236%;
	float: right; 
	margin-top: 68px;
	position: relative;
}
.indexAboutWarp .indexAbout .sccjBox .sccj{
	width: 87.142857142%;
	float: left;
}
.indexAboutWarp .indexAbout .sccjBox p{
	font-size: 16px;
	color: #333333;
	text-align: center;
	padding-top: 15px;
}
.indexAboutWarp .indexAbout .sccjBox .swiper-button-next{ 
	right: 0;
	background-image: none;
}
.indexAboutWarp .indexAbout .sccjBox .swiper-button-next i{
	font-size: 32px;
	color: #adadad;
}
.indexAboutWarp .indexAbout .sccjBox .swiper-button-prev{
	left: 92%;
	background-image: none; 
}
.indexAboutWarp .indexAbout .sccjBox .swiper-button-prev i{
 	font-size: 32px;
	color: #adadad;
}
.indexAboutWarp .indexHonor{
	width: 100%;
	overflow: hidden;
	height: 400px;
	background: url(../images/honor-bg.jpg) no-repeat center top;
	background-size: cover;
}
.indexHonor .zsBox{
	width: 49%;
	float: left;
	overflow: hidden;
	margin-left: 4%;
	margin-top: 68px;
	position: relative;
}
.indexHonor .zsBox .zs{
	width: 87.142857142%;
	float: right;
}
.indexHonor .zsBox .zs img{
	border: 1px solid #dddddd;
}
.indexHonor .zsBox .zs p{
	font-size: 16px;
	color: #333333;
	padding-top: 15px;
	text-align: center;
}
.indexHonor .zsBox .swiper-button-next{ 
	right: 92%;
	background-image: none;
}
.indexHonor .zsBox .swiper-button-next i{
	font-size: 32px;
	color: #fff;
}
.indexHonor .zsBox .swiper-button-prev{
	left: 0;
	background-image: none; 
}
.indexHonor .zsBox .swiper-button-prev i{
 	font-size: 32px;
	color: #fff;
} 

/*indexCulture*/
.indexCulture{
	width: 100%;
	overflow: hidden;
	padding: 58px 0 48px 0;
}
.indexCulture .InfoBox{
	width: 100%;
	overflow: hidden;
	border: 1px solid #e7e7e7;
	margin-top: 38px;
	cursor: pointer;
}
.indexCulture .InfoBox .tit{
	font-size: 20px;
	color: #0075c2;
	padding-bottom: 30px;
	background: url(../images/qywh-sjx.png) no-repeat bottom center;
	transition: all .5s ease; 
	display: inline-block;
}
.indexCulture .InfoBox .sub{
	font-size: 14px;
	color: #999999;
	line-height: 25px;
	transition: all .5s ease; 
}
.indexCulture .InfoBox .Info1{
	width: 26.66667%;
	float: left;
	height: 420px;
	max-height: 420px;
	overflow: hidden;
	padding: 46px 46px 0 46px;
	border-right: 1px solid #e5e5e5;
	background: url(../images/qyhb-bg1.jpg) no-repeat center left -320px;
	transition: all .5s ease;
}
.indexCulture .InfoBox .Info1:hover{
	background: url(../images/qyhb-bg1.jpg) no-repeat center left 0px;
	background-size: cover;
	transition: all .5s ease; 
}
.indexCulture .InfoBox .Info1:hover .tit{
	color: #fff; 
	font-weight: bold;
	margin-bottom: 25px;
	background: url(../images/qywh-sjx.png) no-repeat bottom center;
	transition: all .5s ease; 
}
.indexCulture .InfoBox .Info1:hover .sub{
	color: #fff;
	transition: all .5s ease; 
}
.indexCulture .InfoBox .Info1 .bkIco{
	width: 100%;
	height: 100%;
	background: url(../images/qywhIco1.png) no-repeat center bottom 45px;
	transition: all .5s ease;
}
.indexCulture .InfoBox .Info1:hover .bkIco{
	background: url(../images/qywhIco1_2.png) no-repeat center bottom 45px;
	transition: all .5s ease;
}
.indexCulture .InfoBox .Info2{
	width: 26.66667%;
	float: left; 
	border-right: 1px solid #e5e5e5;
	text-align: center;
	height: 420px;
	max-height: 420px;
	padding: 46px 40px 0 40px; 
	background: url(../images/qyhb-bg2.jpg) no-repeat center right -320px;
	transition: all .5s ease;
}
.indexCulture .InfoBox .Info2:hover .tit{
	color: #fff;
	margin-bottom: 25px;
	background: url(../images/qywh-sjx.png) no-repeat bottom center;
	transition: all .5s ease; 
}
.indexCulture .InfoBox .Info2:hover .sub{
	color: #fff;
	transition: all .5s ease; 
}
.indexCulture .InfoBox .Info2:hover{
	background: url(../images/qyhb-bg2.jpg) no-repeat center right 0px;
	background-size: cover;
	transition: all .5s ease;
}
.indexCulture .InfoBox .Info2 .bkIco{
	width: 100%;
	height: 100%;
	background: url(../images/qywhIco2.png) no-repeat center bottom 62px;
	transition: all .5s ease;
}
.indexCulture .InfoBox .Info2:hover .bkIco{
	background: url(../images/qywhIco2_2.png) no-repeat center bottom 62px;
	transition: all .5s ease;
}
.indexCulture .InfoBox .Info3{
	width: 46.634%;
	float: right;
	overflow: hidden;
}
.indexCulture .InfoBox .Info3 .Box1{
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	height: 210px;
	max-height: 210px;
	padding: 46px 0 0 46px;
	background: url(../images/qyhb-bg3.jpg) no-repeat center top -210px;
	transition: all .5s ease;
}
.indexCulture .InfoBox .Info3 .Box1:hover .tit{
	color: #fff;
	margin-bottom: 15px;
	background: url(../images/qywh-sjx.png) no-repeat bottom center;
	transition: all .5s ease; 
}
.indexCulture .InfoBox .Info3 .Box1:hover .sub{
	color: #fff;
	transition: all .5s ease; 
}
.indexCulture .InfoBox .Info3 .Box1:hover{
	background: url(../images/qyhb-bg3.jpg) no-repeat center top 0px;
	background-size: cover;
	transition: all .5s ease;
}
.indexCulture .InfoBox .Info3 .Box1 .bkIco{
	width: 100%;
	height: 100%;
	background: url(../images/qywhIco3.png) no-repeat center right 130px;
	transition: all .5s ease;
}
.indexCulture .InfoBox .Info3 .Box1:hover .bkIco{
	background: url(../images/qywhIco3_2.png) no-repeat center right 130px;
	transition: all .5s ease;
}
.indexCulture .InfoBox .Info3 .Box2{
	width: 100%; 
	height: 210px;
	max-height: 210px;
	padding: 46px 0 0 46px;
	background: url(../images/qyhb-bg4.jpg) no-repeat center bottom -210px;
	transition: all .5s ease;
}
.indexCulture .InfoBox .Info3 .Box2:hover .tit{
	color: #fff;
	margin-bottom: 15px;
	background: url(../images/qywh-sjx.png) no-repeat bottom center;
	transition: all .5s ease; 
}
.indexCulture .InfoBox .Info3 .Box2:hover .sub{
	color: #fff;
	transition: all .5s ease; 
}
.indexCulture .InfoBox .Info3 .Box2:hover{
	background: url(../images/qyhb-bg4.jpg) no-repeat center bottom 0px;
	background-size: cover;
	transition: all .5s ease;
}
.indexCulture .InfoBox .Info3 .Box2 .bkIco{
	width: 100%;
	height: 100%;
	background: url(../images/qywhIco4.png) no-repeat center right 104px;
	transition: all .5s ease;
}
.indexCulture .InfoBox .Info3 .Box2:hover .bkIco{
	background: url(../images/qywhIco4_2.png) no-repeat center right 104px;
	transition: all .5s ease;
}

/*indexNews*/
.indexNews{
	width: 100%;
	overflow: hidden;
	padding: 44px 0 32px 0;
	background: #f3f3f3;
}
.indexNews .T-Box hr{
	width: 40px;
	height: 3px;
	background: #8fc31f;
	display: inline-block;
	margin: 22px 0 40px;
}
.indexNews .content{
	overflow: hidden;
}
.indexNews .content .TitBox{
	background: url(../images/i-n-t-bg.jpg) no-repeat top center;
	padding-top: 15px;	
	overflow: hidden;
	margin-bottom: 28px;
}
.indexNews .content .TitBox .tit{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	float: left;
}
.indexNews .content .TitBox .more{
	font-size: 14px;
	color: #999999;
	float: right;
}
.indexNews .content .leftBox{
	width: 48%;
	float: left;
	overflow: hidden;
}
.indexNews .content .leftBox .itemBox{
	overflow: hidden;
	background: #fff;
}
.indexNews .content .leftBox .itemBox .HotNews{
	overflow: hidden;
	margin-bottom: 15px;
	border-bottom: dashed 1px #e6e6e6;
}
.indexNews .content .leftBox .itemBox .HotNews .Pic{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.indexNews .content .leftBox .itemBox .HotNews .Pic img{
    transform: scale(1);
    transition: all .5s ease;	
}
.indexNews .content .leftBox .itemBox .HotNews:hover .Pic img{
    transform: scale(1.2);
    transition: all .5s ease;	
}
.indexNews .content .leftBox .itemBox .HotNews .num{
	display: block;
	width: 64px;
	line-height: 64px;
	background: #0075c2;
	text-align: center;
	font-size: 36px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
    transition: all .5s ease;	
}
.indexNews .content .leftBox .itemBox .HotNews:hover .num{
	background: #8fc31f;
    transition: all .5s ease;	
}
.indexNews .content .leftBox .itemBox .HotNews .sub{
	width: 100%;
	padding: 12px 14px 20px 14px;
}
.indexNews .content .leftBox .itemBox .HotNews .sub .tit{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
    transition: all .5s ease;	
}
.indexNews .content .leftBox .itemBox .HotNews:hover .tit{
	color: #8fc31f;
    transition: all .5s ease;	
}
.indexNews .content .leftBox .itemBox .HotNews .sub .rm{
	display: inline-block;
	font-size: 12px;
	color: #fff;
	border-radius: 15px;
	background: #8fc31f;
	padding: 0 9px;
	margin-right: 10px;
}
.indexNews .content .leftBox .itemBox .HotNews .sub .subtit{
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	margin-top: 15px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.indexNews .content .leftBox .itemBox .itemList{
	padding: 10px 14px 0 14px;
}
.indexNews .content .leftBox .itemBox .itemList .list{
	line-height: 25px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 15px;
}
.indexNews .content .leftBox .itemBox .itemList .list:last-child{
	margin-bottom: 8px;
}
.indexNews .content .leftBox .itemBox .itemList .list .num{
	display: inline-block;
	line-height: 25px;
	width: 25px;
	background: #0075c2;
	float: left;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	font-size: 16px;
    transition: all .5s ease;	
}
.indexNews .content .leftBox .itemBox .itemList .list:hover .num{
	background: #8fc31f;
    transition: all .5s ease;	
}
.indexNews .content .leftBox .itemBox .itemList .list .tit{
	font-size: 16px;
	color: #333333;
	float: left;
	width: 72%;
	margin-left: 9px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;	
}
.indexNews .content .leftBox .itemBox .itemList .list:hover .tit{
	color: #8fc31f;
    transition: all .5s ease;	
}
.indexNews .content .leftBox .itemBox .itemList .list .time{
	font-size: 14px;
	color: #999999;
	float: right;
    transition: all .5s ease;	
}
.indexNews .content .leftBox .itemBox .itemList .list:hover .time{
	color: #8fc31f;
    transition: all .5s ease;	
}
.indexNews .content .rightBox{
	width: 48%;
	float: right;
	overflow: hidden;
}
.indexNews .content .rightBox ul{
	overflow: hidden;
}
.indexNews .content .rightBox ul li{
	width: 100%;
	overflow: hidden;  
	margin-bottom: 16px;
	background: #fff url(../images/sjxPlus.png) no-repeat right bottom;
    transition: all .5s ease;
}
.indexNews .content .rightBox ul li:hover{
	background: #0075c2 url(../images/sjxPlus.png) no-repeat right -40px bottom -40px;
    transition: all .5s ease;
}
.indexNews .content .rightBox ul li .Pic{
	width: 38.5416666%;
	float: left;
	overflow: hidden;
}
.indexNews .content .rightBox ul li .subInfo{
	width: 61.4583333%;
	float: left;
	height: 100%; 
	border-left: none;
}
.indexNews .content .rightBox ul li .subInfo .cont{
	width: 100%;
	padding: 15px 11px 0 14px;
}
.indexNews .content .rightBox ul li .subInfo .tit{
	font-weight: bold;
	font-size: 16px;
	color: #444444;
    transition: all .5s ease;
}
.indexNews .content .rightBox ul li:hover .subInfo .tit{
	color: #fff;
    transition: all .5s ease;
}
.indexNews .content .rightBox ul li .subInfo .sub{
	font-size: 14px;
	color: #777777;
	line-height: 25px;
	margin-top: 15px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.indexNews .content .rightBox ul li:hover .subInfo .sub{
	color: #fff;
    transition: all .5s ease;
}

/*product*/
.product{
	width: 100%;
	overflow: hidden;
	padding: 30px 0 50px 0;
}
.productClass{
	width: 20%;
	float: left;
	overflow: hidden;
}
.productClass .title{
	width: 100%;
	overflow: hidden;
	line-height: 72px;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	background: #126fb4;
	margin-bottom: 2px;
}
.productClass .classBox{
	width: 100%;
	overflow: hidden;
	background: #f7f7f7;
	padding-bottom: 8px;
}
.productClass .classBox .ulbox{
	overflow: hidden;
}
.productClass .classBox h3{
	cursor: pointer;
}
.productClass .classBox h3.on{
	background: #3d97da;
}
.productClass .classBox h3 span{
	margin: 0 21px;
	font-size: 18px;
	display: block;
	color: #126fb4;
	height: 60px;
	line-height: 60px; 
	background: url(../images/jiah.png) no-repeat left center; 
	padding-left: 15px; 
    border-bottom: 1px #eaeaea solid;
}
.productClass .classBox .ulbox:last-child h3 span{
	border-bottom: none;
}
.productClass .classBox h3.on span{
	border-bottom: none;
	color: #fff;
	background: url(../images/jianh.png) no-repeat left center; 
}
.productClass .classBox h3 span p{
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.productClass .classBox ul{
	display: none;
	padding-bottom: 12px;
}
.productClass .classBox ul li{
	height: 56px;
	line-height: 56px;
}
.productClass .classBox ul li a{
	margin: 0 21px;
	display: block;
	line-height: 56px;
	text-indent: 15px;
	color: #555555;
	font-size: 18px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.productClass .classBox ul li a:hover,
.productClass .classBox ul li a.on{
	color: #126fb4;
}
.product .productList{
	width: 77.5%;
	float: right;
	overflow: hidden;
}
.product .productList h2{
	font-weight: bold;
	font-size: 24px;
	color: #126fb4;
	line-height: 71px;
	border-bottom: 1px solid #e5e5e5;
}
.product .productList .row{
	margin-top: 24px;
}
@media (min-width: 992px){
	.product .productList .col-md-4 {
	    padding-left: 12px;
	    padding-right: 12px;
	}
}
.product .productList .row div{
	margin-bottom: 28px;
}
.product .productList .row div:hover span{
	background: #126fb4;
	color: #fff;
	transition: all .5s ease;
}
.product .productList .row div img{
	width: 100%;
}
.product .productList .row div span{
	display: block;
	width: 100%;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	color: #333333;
	transition: all .5s ease;
}

/*productDe*/
.productDe{
	width: 100%;
	overflow: hidden;
	padding: 30px 0 65px 0;
}
.productDe h6{
	font-size: 18px;
	font-weight: bold;
	color: #0075c2;
	padding-bottom: 15px;
}
.productDe .leftContent{
	width: 75%;
	float: left;
	overflow: hidden;
}
.productDe .leftContent .content{
	width: 100%;
	overflow: hidden;
	background: #f5f5f5;
	padding: 25px 36px 40px 32px;
}
.productDe .leftContent .ImgShow{
	width: 79.326923076%;
	margin: 0 auto;
	overflow: hidden;
}
.TbPc{
	display: block;
}
.TbMb{
	display: none;
}
.prode .swiper-container {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.prode .swiper-slide {
	background-size: cover;
	background-position: center;
}

.prode .gallery-top {
	width: 100%;
}

.prode .gallery-thumbs {
	box-sizing: border-box;
	padding: 10px 0;
	width: 90%;
}
 

.prode .gallery-thumbs .swiper-slide {
	background-size: 100% auto;
	border: #ddd solid 1px;
	height: 90px;
}
.prode .gallery-thumbs .swiper-slide img{
	width: 100%;
	height: 100%;
}

.prode .gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}
.prode .pic-list{
	width: 100%; 
	position: relative
}
.prode  .swiper-button-prev{ 
	bottom: 10px;
	left: 0;
	top: auto;
	height: 90px;
	line-height: 90px;
	text-align: left;
	background: #e3e3e3 url(../images/de-prev.png) no-repeat center center !important;
}
.prode .swiper-button-next{ 
	bottom: 10px;
	right: 0;
	top: auto;
	height: 90px;
	line-height: 90px;
	text-align: right;
	background: #e3e3e3 url(../images/de-next.png) no-repeat center center !important;
}
.prode .swiper-button-next i{
	margin-right: 5px;
}
.prode .swiper-button-prev i,.prode .swiper-button-next i{
	color: #fff;
}
.productDe .leftContent .cont{
	width: 100%;
	overflow: hidden;
	margin-top: 45px;
}
.productDe .leftContent .cont .xq{
	display: block;
	width: 140px;
	line-height: 40px;
	background: #126fb4;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.productDe .leftContent .cont .nr{
	font-size: 14px;
	color: #555555;
	line-height: 25px;
	margin-top: 22px;
}
.productDe .rightXgcp{
	width: 22.3334%;
	float: right;
	overflow: hidden;
}
.productDe .rightXgcp .XgcpBox{
	width: 100%;
	overflow: hidden;
	padding: 25px 19px 15px 19px;
	background: #f5f5f5;
}
.productDe .rightXgcp .XgcpBox img{
	width: 100%;
	
}
.productDe .rightshow{
	padding-bottom:30px;
}
.productDe .rightXgcp .XgcpBox p{
	text-align: center;
	font-size: 16px;
	color: #333333;
	margin-bottom: 22px;
	padding-top: 5pxs;
}

/*SalesAgent 销售代理*/
.SalesAgent{
	width: 100%;
	overflow: hidden;
	padding: 78px 0 64px 0;
}
.SalesAgent .Info1{
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	color: #444444;
	padding-top: 30px;
}  
.SalesAgent .Info2{
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-top: 40px;
}
.SalesAgent .Info2 h4{
	font-weight: bold;
	font-size: 22px;
	color: #444444;
}
.SalesAgent .Info2 .line{
	display: inline-block;
	width: 40px;
	height: 2px;
	background: #ebebeb;
	margin: 18px 0 18px;
}
.SalesAgent .Info2 ul{
	overflow: hidden;
}
.SalesAgent .Info2 ul li{
	display: inline-block;
	margin: 0 40px;
}
.SalesAgent .Info3{
	width: 100%;
	overflow: hidden;
	height: 260px;
	background: url(../images/agentbg.jpg) no-repeat center top;
	background-size: cover; 
	margin-top: 45px;
	padding: 45px 0 0 0;
	text-align: center;
}
.SalesAgent .Info3 h4{
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}
.SalesAgent .Info3 .line{
	display: inline-block;
	width: 40px;
	height: 2px;
	background: #fff;
	margin: 20px 0;
}
.SalesAgent .Info3 .sub{
	font-size: 14px;
	color: #fff;
	line-height: 25px;
}
.SalesAgent .Info3 .sub a{
	color: #8fc31f;
	text-decoration: underline;
}
.SalesAgent .djbBox{
	width: 100%; 
	margin-top: 40px;
}
.SalesAgent .djbBox h6{
	text-align: center;
	font-size: 14px;
	color: #666666;
}
.SalesAgent .djbBox h6 a{
	color: #0075c2;
}
.SalesAgent form#msg{
	width: 58.3334%; 
	overflow: hidden;
	margin:22px auto 0 ; 
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4);
    padding: 65px 35px 70px 35px;
}
.SalesAgent input[type=button]{
	display: block;
	width: 240px;
	height: 40px;
	background: #8fc31f;
	color: #fff;
	font-size: 18px;
	color: #fff;
	border: none;
	margin: 25px auto 0;
	transition: all .5s ease;
}
.SalesAgent input[type=button]:hover{
	border-radius: 8px;
	transition: all .5s ease;
}
form#msg .tit{
	font-size: 34px;
	color: #010101;
	text-align: center;
	padding-bottom: 18px;
}
form#msg table{
	width: 100%; 
	color: #000;
}
form#msg table tr{
	border: 1px solid #3e3e3e; 
}
form#msg table th{
	border: 1px solid #3e3e3e;
}
form#msg table td{
	border: 1px solid #3e3e3e;
	height: 33px;
	line-height: 33px;
	padding-left: 8px;
} 
form#msg table td.on{
	width: 70%;
}
form#msg table input[type=text]{
	border: none;
	height: 33px;
	width: 90%;
	color: #333;
}
form#msg table input[type=radio]{
	margin: 0 5px 0 0 ;
}
form#msg table label{
	color: #000;
	font-weight: normal;
	margin-bottom: 0;
	margin: 0 6px;
}
form#msg table td.dwlx label:nth-child(2){
	margin: 0 50px !important;
}

/*news*/
.news{
	width: 100%;
	overflow: hidden;
	padding: 60px 0 50px 0;
}
.news .classBox{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.news .classBox a{
	display: inline-block;
	width: 17.25%;
	line-height: 48px;
	text-align: center;
	font-size: 18px;
	color: #126fb4;
	background: url(../images/nclassbg1.png) no-repeat center center;
	margin: 0 10px;	
}
.news .classBox a:hover,
.news .classBox a.on
{
	color: #fff;
	background: url(../images/nclassbg2.png) no-repeat center center;
}
.news .row{
	margin-top: 42px;
}
.news .item{
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #f5f5f5;
	margin-bottom: 32px;
}
.news .item .pic{  
	width: 100%;
	overflow: hidden;
}
.news .item .pic img{
	width: 100%;
}
.news .item .SubBox{
	width: 100%;
	overflow: hidden; 
	z-index: 999;
	padding: 24px 24px 26px 24px;
	text-align: center; 
	transition: all .5s ease;
}
.news .item:hover .SubBox{
	opacity: 0;
	transition: all .5s ease;
}
.news .item .SubBox .tit{
	font-size: 16px;
	color: #126fb4;
	font-weight: bold;
	margin-bottom: 20px;
}
.news .item .SubBox .sub{
	font-size: 14px;
	color: #888888;
	line-height: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news .item .SubBox i{
	display: inline-block;
	width: 24px;
	margin-top: 40px;
	height: 24px;
	background: url(../images/news-more.jpg) no-repeat center center;
}
.news .item .SubBox2{
	width: 100%;
	padding: 32px 24px 26px 24px;
	overflow: hidden;
	position: absolute;
	bottom: -50px;
	text-align: center;
	opacity: 0;
	transition: all .5s ease;
}
.news .item:hover .SubBox2{
	bottom: 0;
	opacity: 1;
	background: #126fb4;
	transition: all .5s ease;
}
.news .item .SubBox2 .tit{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
	text-align: center;
}
.news .item .SubBox2 .sub{
	font-size: 14px;
	color: #fff;
	line-height: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news .item .SubBox2 i{
	display: inline-block;
	width: 24px;
	margin-top: 40px;
	height: 24px;
	background: url(../images/news-more.jpg) no-repeat center center;
}

/*newsDe*/
.newsDe{
	width: 100%;
	overflow: hidden;
	padding: 48px 0 58px 0;
}
.newsDe h2{
	font-size: 18px;
	color: #444444;
	text-align: center;
}
.newsDe .keys{
	font-size: 14px;
	color: #888888;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	line-height: 32px;
	padding-top: 16px;
}
.newsDe .content{
	font-size: 14px;
	color: #555555;
	line-height: 25px;
	margin-top: 45px;
}
.DeFy{
	width: 100%;
	border-top: 1px solid #e5e5e5;
	padding-top: 30px;
	margin-top: 60px;
	overflow: hidden;
}
.DeFy .leftA{
	width: 70%;
	float: left;
}
.DeFy .leftA a{
	display: block;
	font-size: 14px;
	color: #999999;
	line-height: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.DeFy .leftA a:hover{
	color: #555555;
}
.DeFy .Rshare{
	float: right;
	overflow: hidden;
	margin-top: 5px;
}
.DeFy .Rshare a{
	display: block;
	width: 28px;
	height: 28px;
	background: url(../images/defx.jpg);
}
.DeFy .Rshare a.bds_weixin{
    background-position: 0 0;	
}
.DeFy .Rshare a.bds_mshare{
	background-position: -33px 0;
}
.DeFy .Rshare a.bds_tsina{
	background-position: -66px 0;
}
.DeFy .Rshare a.bds_sqq{
	background-position: -100px 0;
}

/*newProduct*/
.newProduct{
	width: 100%;
	overflow: hidden;
	padding: 30px 0 54px 0;
}
.newProduct .row{
	margin-top: 38px;
}
.newProduct .row div{
	margin-bottom: 24px;
}
.newProduct .row div img{
	width: 100%;
}
.newProduct .row div span{
	width: 100%;
	display: block;
	background: url(../images/xppuls.png) no-repeat right 16px center;
	padding: 0 16px;
	border: 1px solid #d2d2d2;
	border-top: none;
	font-size: 16px;
	color: #333333;
	line-height: 54px;
	transition: all .5s ease;
}
.newProduct .row div:hover span{
	background:#8aba28 url(../images/xppuls.png) no-repeat right 16px center;
	border: 1px solid #8aba28;
	border-top: none;
	color: #fff;
	transition: all .5s ease;
}

/*contact*/
.contact{
	width: 100%;
	overflow: hidden;
	padding: 48px 0 80px 0;
}
.contact .MapsBox{
	width: 100%;
	overflow: hidden;
	margin-top: 38px;
}
.MapsBox .hd{
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 99;
}
.MapsBox .hd ul li{
	width: 15%;
	display: inline-block;
	line-height: 69px;
	background: url(../images/map-hd.jpg) no-repeat center center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	margin: 0 30px;
}
.MapsBox .hd ul li.on{
	background: url(../images/maps-hd-on.png) no-repeat center center; 
}
.MapsBox .bd{
	margin-top: -10px;
	position: relative;
	z-index: 9;
}
.MapsBox .bd ul li{
	overflow: hidden;
}
/*companyinfo 公司信息*/
.contact .CompanyInfo{
	width: 100%; 
	padding: 98px 0 0 0;
}
.CompanyInfo .item{
	width: 100%; 
	position: relative;
	padding: 78px 65px 60px 45px ;
	border: 1px solid #cccccc;
	background: #f9fafa;
	cursor: pointer;
	transition: all .5s ease;
}
.CompanyInfo .item:hover{
	border: 1px solid #f9fafa;
	background: #eff3f5;
	box-shadow: 0 0 15px 0 rgba(0, 55, 92, .4);
	transition: all .5s ease;
}
.CompanyInfo .item .Plus{
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background: url(../images/greenPlus.png) no-repeat center center;
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -30px;
	transition: all .5s ease;
}
.CompanyInfo .item:hover .Plus{
	background: url(../images/bulePlus.png) no-repeat center center;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .4);
	transition: all .5s ease;
}
.CompanyInfo .item .tit{
	font-weight: bold;
	font-size: 18px;
	color: #126fb4;
	border-bottom: 1px solid #e0e1e1;
	padding-bottom: 20px;
}
.CompanyInfo .item .info{
	font-size: 14px;
	color: #555555;
	line-height: 34px;
	margin-top: 20px;
	min-height: 204px;
	max-height: 210px;
}

/*agent  代理商*/
.agent{
	width: 100%;
	overflow: hidden;
	padding: 60px 0 50px 0;
	background: #f1f1f0;
}
.agent .row{
	margin-top: 68px;
}
.agent .row div{
	margin-bottom: 38px;
	cursor: pointer;
}
.agent .row div .tit{
	font-weight: bold;
	font-size: 18px;
	color: #444444;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 18px;
	transition: all .5s ease;
}
.agent .row div:hover .tit{
	color: #126fb4;
	transition: all .5s ease;
}
.agent .row div .info{
	font-size: 14px;
	color: #555555;
	line-height: 30px;
	margin-top: 18px;
	min-height: 180px;
	max-height: 180px;
}

/*about*/
.about-gsjj{
	width: 100%;
	overflow: hidden;
	padding: 56px 0 78px 0;
}
.about-gsjj .cont{
	width: 100%;
	overflow: hidden;
	margin-top: 35px;
}
.about-gsjj .cont .Pic{
	width: 50%;
	float: left;
	overflow: hidden;
}
.about-gsjj .cont .Pic img{
	width: 100%;
}
.about-gsjj .cont2{
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	margin-top: 20px;
}
.about-gsjj .cont .SubInfo{
	width: 47.3333%;
	float: right;
	overflow: hidden;
}
.about-gsjj .cont .SubInfo .tit{
	font-weight: bold;
	font-size: 24px;
	color: #0075c2;
	line-height: 38px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 24px;
	margin-bottom: 24px;
}
.about-gsjj .cont .SubInfo .sub{
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}
.about-gsjj .cont .SubInfo .info{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    margin-top: 35px;
}
.about-gsjj .cont .SubInfo .info .box{
	
}
.about-gsjj .cont .SubInfo .info .num{
	font-size: 36px;
	font-weight: bold;
	color: #8fc31f;
}
.about-gsjj .cont .SubInfo .info .num span{
	color: #666666;
	font-size: 14px;
	font-weight: normal;
}
.about-gsjj .cont .SubInfo .info .xbt{
	text-align: center;
	font-size: 14px;
	color: #666666;
}

.about-qywh{
	width: 100%;
	height: 610px;
	overflow: hidden;
	background: url(../images/qywh-bg.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
}
.about-qywh .Box1{
	width: 100%;
	overflow: hidden;
	padding-top: 25px;
}
.about-qywh .Box1 .leftInfo{
	width: 50%;
	float: left;
	overflow: hidden;
}
.about-qywh .Box1 .leftInfo .cn{
	font-size: 24px;
	font-weight: bold;
	color: #cccfd5;
	padding-top: 38px;
	padding-bottom: 22px;
}
.about-qywh .Box1 .leftInfo .line{
	width: 40px;
	height: 3px;
	background: #8fc620;
	margin: 38px 0 22px 0;
}
.about-qywh .Box1 .leftInfo .sub{
	font-size: 16px;
	line-height: 30px;
	color: #cccfd6;
}
.about-qywh .Box1 .rightBox{
	width: 30.8334%;
	position: relative;
	float: right;
	cursor: pointer;
	overflow: hidden;
}
.about-qywh .Box1 .rightBox img{
	width: 100%;
	opacity: 0.6;
	transition: all .5s ease;
}
.about-qywh .Box1 .rightBox:hover img{
	opacity: 1;
	transition: all .5s ease;
}
.about-qywh .Box1 .rightBox .nr{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 85px 100px 28px 40px; 
}
.about-qywh .Box1 .rightBox .tit{
	font-size: 20px;
	color: #fff;
}
.about-qywh .Box1 .rightBox .sub{
	font-size: 14px;
	color: #dee0e4;
	line-height: 25px;
	margin-top: 24px;
	transition: all .5s ease;
}
.about-qywh .Box1 .rightBox:hover .sub{
	color: #fff;
	transition: all .5s ease;
}
.about-qywh .row{
	margin-top: 32px;
}
.about-qywh .item{
	width: 100%;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}
.about-qywh .item img{
	width: 100%;
	opacity: 0.6;
	transition: all .5s ease;
}
.about-qywh .item:hover img{
	opacity: 1;
	transition: all .5s ease;
}
.about-qywh .item .nr{
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: 96px 50px 0 40px;
}
.about-qywh .item .tit{
	font-size: 20px;
	color: #ffffff;
	padding-bottom: 22px;
}
.about-qywh .item .sub{
	font-size: 14px;
	color: #848d9d;
	line-height: 25px;
	transition: all .5s ease;
}
.about-qywh .item:hover .sub{
	color: #fff;
	transition: all .5s ease;
}

.about-zzzs{
	width: 100%;
	overflow: hidden; 
	background: url(../images/honorbg.jpg) no-repeat center top; 
	background-size: cover; 
}
.about-zzzs .bd{
	width: 43.3334%;
	float: left;
	overflow: hidden;
	height: 100%; 
	background: rgba(0,117,194,0.6);
	padding: 80px 62px 81px 63px;
}
.about-zzzs .bd ul li img{
	width: 100%;
}
.about-zzzs .bd ul li p{
	width: 100%;
	text-align: center;
	line-height: 56px;
	font-size: 24px;
	color: #fff;
	background: #8aba28;
}
.about-zzzs .hd{
	width: 50.77%;
	float: left; 
	margin-left: 4%;
}
.about-zzzs .hd .zstit{
	font-size: 30px;
	font-weight: bold;
	color: #0075c2;
	padding-top: 35px;
	padding-bottom: 10px;
}
.about-zzzs .hd .line{
	width: 40px;
	height: 3px;
	background: #8aba28;
	margin: 32px 0 24px 0;
}
.about-zzzs .hd .sub{
	font-size: 16px;
	color: #444444;
	line-height: 30px;
}
.about-zzzs .hd ul{
	overflow: auto;
	height: 460px;
	margin-top: 30px;
}
.about-zzzs .hd ul li{
	cursor: pointer;
	margin-bottom: 18px;
}
.about-zzzs .hd ul li .item{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.about-zzzs .hd ul li .ssico{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -100%;
	left: 0;
	opacity: 0;
	background: rgba(18,111,180,.6) url(../images/h-ss.png) no-repeat center center; 
	transition: all .5s ease;
} 
.about-zzzs .hd ul li:hover .ssico,
.about-zzzs .hd ul li.on .ssico{
	bottom: 0;
	opacity: 1;
	transition: all .5s ease;
}
.about-zzzs .hd ul li img{
	padding: 4px;
	border: 1px solid #afdbf8;
	background: #fff;
}
@media (min-width: 992px){
.col-md-3 {
    padding-left: 24px;
    padding-right: 24px;
}
}

.about-sccj{
	width: 100%;
	overflow: hidden;
	padding: 78px 0 45px 0;
	background: #f7f7f7;
}
.about-sccj .row{
	margin-top: 38px;
}
.about-sccj .row .item{
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
.about-sccj .row .item img{
	width: 100%;
}
.about-sccj .row .item .bgh{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.about-sccj .row .item p{
	font-size: 24px;
	color: #fff;
	position: absolute;
	left: 15px;
	bottom: 10px;
}
.about-sccj .row .item:hover p{
	color: #8fc31f;
}

/*Nybanner*/
.Nybanner{
	width: 100%;
	overflow: hidden;
}
.Nybanner img{
	display: block;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}
.NyPosition{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #f2f2f2;
}
.NyPosition .Nya{
	float: left;
	overflow: hidden;
}
.NyPosition .Nya a{
	font-size: 16px;
	color: #222222;
	margin-right: 18px;
}
.NyPosition .Nya a:hover,
.NyPosition .Nya a.on{
	font-weight: bold;
	color: #0075c2;
}
.NyPosition .location{
	float: right;
	font-size: 14px;
	color: #999999;
	background: url(../images/location.png) no-repeat center left;
	padding-left: 25px;
}
.NyPosition .location a{
	color: #999999;
}
.NyPosition .location a:hover{
	color: #333;
}

/*foot*/
.footWarp{
	width: 100%;
	overflow: hidden;
}

.foot-info{
	width: 100%;
	overflow: hidden;
	padding: 28px 0 22px 0;
	background: #3c3c3c;
}
.foot-info .line{
	width: 1px;
	height: 200px;
	max-height: 200px;
	background: #5c5c5c;
	float: left;
	margin: 0 35px 0 35px;
}
.foot-info .item{
	overflow: hidden;
	float: left;
	margin-right: 40px;
}
.foot-info .item h4{
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	padding-bottom: 18px;
}
.foot-info .item a{
	font-size: 14px;
	display: block;
	color: #a2a2a2;
	line-height: 32px;
}
.foot-info .item p{
	font-size: 14px;
	display: block;
	color: #a2a2a2;
	line-height: 32px;
}
.foot-info .item a:hover{
	color: #fff;
}
.foot-info .left-info{
	float: left;
}
.foot-info .left-info .left-info-box{
	overflow: hidden;
}
.foot-info .left-info .left-info-share{
	overflow: hidden;
	margin-top: 8px;
}
.foot-info .left-info .left-info-share a{
	background: url(../images/f-share.jpg);
	width: 21px;
	height: 19px;
}
.foot-info .left-info .left-info-share a.bds_tsina{
    background-position: 0 0;	
}
.foot-info .left-info .left-info-share a.bds_weixin{
    background-position: -35px 0;	
}
.foot-info .left-info .left-info-share a.bds_linkedin{
	background-position: -60px 0;
}
.foot-info .right-info{
	overflow: hidden;
	float: right;
}
.foot-info .right-info .item{
	margin-right: 68px;
}
.foot-info .right-info .item:last-child{
	margin-right: 0;
}
.foot-copy{
	width: 100%;
	line-height: 40px;
	height: 40px;
	border-top: 1px solid #515151;
	background: #333333;
	text-align: center;
	font-size: 12px;
	color: #a2a2a2;
}
.foot-copy a{
	color: #A2A2A2;
}
.foot-copy a:hover{
	color: #fff;
}

/*T-Box*/
.T-Box{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.T-Box .T-En{
	overflow: hidden;
}
.T-Box .T-Cn{
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	padding-top: 12px;
	text-align: center;
}
 
/*至顶端*/
.sroll_top {
    right: 0.8%;
    bottom: 6%;
    position: fixed;
    display: none;
    cursor: pointer;
    z-index: 1000;
}
/*page*/
.Page{
	width: 100%;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	padding-top: 30px;
}
.disabled{  padding: 5px 5px; font-size:12px; color:#d8d8d8;}
.Page a{ padding: 5px 5px; font-size:12px; color:#555555; } 
.Page a.sy{color:#707072 !important;}
.current{ background:#126fb4; padding:5px 9px; color:#fff;font-size:12px; border-radius: 100%;}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
	width: 6px;
	height: 16px;
	background-color: #fff; 
	
}
.about-zzzs .hd ul::-webkit-scrollbar{
	
	background: url(../images/h-sc-bg.png) repeat-y center top;
}
.about-zzzs .hd ul::-webkit-scrollbar-track
{
	width: 6px;
	height: 16px;
	background: url(../images/h-sc-bg.png) repeat-y center top;
	
}
 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4);
	/*border-radius: 10px;*/
	background-color: #f2f2f2;
}
.about-zzzs .hd ul::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0);
	/*border-radius: 10px;*/
	background: none;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{ 
	cursor: pointer;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: rgba(143,195,31,.5);  
}  
::-webkit-scrollbar-thumb:hover{
	background-color: rgba(143,195,31,.8);
}
::-webkit-scrollbar-thumb:active{
	background-color: rgba(143,195,31,1); 
}
.about-zzzs .hd ul::-webkit-scrollbar-thumb
{ 
	cursor: pointer;
	-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.3);
	background-color: fff;  
}  
.about-zzzs .hd ul::-webkit-scrollbar-thumb
{ 
	cursor: pointer;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.8);
	background-color: rgba(18,111,180,1);  
} 
.about-zzzs .hd ul::-webkit-scrollbar-thumb:hover{
	background-color: rgba(18,111,180,1);
}
.about-zzzs .hd ul::-webkit-scrollbar-thumb:active{
	background-color: rgba(18,111,180,1); 
}
/*定义两端上下按钮*/
/*::-webkit-scrollbar-button {
	height: 10px;
	width: 10px;
	background: #ff6a07;
}*/
.search-wrap {
	display: flex;
	flex-direction: row;
}

.search-wrap input {
	background: none;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #333;
	width: 80%;
	background: #fff;
	border: none;
	outline: none;
	padding-left: 10px;
}

.search-wrap button {
	background: #0075c2;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-radius: 0px;
	height: 45px;
	line-height: 45px;
	width: 20%;
	border: none;
	outline: none;
}