﻿@charset "UTF-8";
body {
	font-family: "思源黑体 CN";
	font-size: 15px;
	color: #666666;
	background: #fff;
}
img{
	max-width: 100%;
}  
.clear{
	clear: both;
}

.footH {
    height: 65px;
    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*/
.menus {
    width: 100%;
    background-color: #fff;
    padding: 13px 0 12px 0;
    z-index: 999;
    transition: all .5s ease; 
} 
.menus .container{
	 
}
.menus.fixedbg {
    position: fixed;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    border-bottom: 2px solid #24b7b3;
    padding: 10px 0 10px 0;
    background: rgba(255,255,255,.8);
    transition: all .5s ease; 
}
.menus .Logo{
	float: left;
}
.menus #WebLink{
	float: right;
	margin-top: 15px;
}
.menus #WebLink li{
	float: left;
	position: relative;
	line-height: 30px;
	border-radius: 50px;
	margin: 0 2px;
	transition: all .5s ease;
}
.menus #WebLink li::after{
	content: "";
	width: 13px;
	height: 6px;
	background: url(../images/head-sjx.png) no-repeat center center;
	position: absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -6.5px;
	opacity: 0;
	transition: all .5s ease;
}
.menus #WebLink li:hover::after,
.menus #WebLink li.on::after{
	opacity: 1;
	bottom: -15px;
	transition: all .5s ease;
}
.menus #WebLink li.on,
.menus #WebLink li:hover{
	background: #24b7b3;
	transition: all .5s ease;
}
.menus #WebLink li.on a,
.menus #WebLink li:hover a{
	color: #fff;
}
.menus #WebLink li a{
	display: block;
	padding: 0 23px;
	font-size: 16px;
	color: #000000;
}
.menus #WebLink .sub-menu{
	position: absolute;
	left: -140px;
	top: -50px; 
	width: 700px; 
	z-index: 0;
	opacity: 0;
	z-index: 99999;transform: scale(0); 
	transition: all .5s ease;
}
.menus #WebLink li:hover .sub-menu{
	opacity: 1;
	top: 30px;  
	left: -44px;
	z-index: 99999;transform: scale(1); 
	transition: all .5s ease;
}
.menus #WebLink li:hover .sub-menu#abt{
	left: -444px;
}
.menus #WebLink li:hover .sub-menu#jfa{
	left: -84px;
}
.menus #WebLink .sub-menu .fix-kb{
	width: 100%;
	height: 31px;
}
.menus #WebLink .sub-menu .info-a{
	width: 100%; 
	padding: 25px 26px 25px 28px;
	background: #f9f9f9;
	overflow: hidden;
}
.menus #WebLink .sub-menu .info-a .alink{
	float: left;
}
.menus #WebLink .sub-menu .info-a .alink a{
	font-size: 14px;
	color: #565656;
	line-height: 30px;
	padding: 0;
}
.menus #WebLink .sub-menu .info-a .alink a:hover{
	color: #24b7b3;
}
.menus #WebLink .sub-menu .info-a .sub{
	width: 404px;
	float: right;
	border-left: 1px solid #eaeaea;
	padding-left: 23px;
}
.menus #WebLink .sub-menu .info-a .sub img{
	width: 100%;
}
.menus #WebLink .sub-menu .info-a .sub .cont{
	font-size: 12px;
	color: #595959;
	line-height: 23px;
	padding-top: 8px;
}
.menus #WebLink .abt-sub-ment{
		width: 500px;
	}
.menus #WebLink .abt-sub-ment .info-a .sub{
	width: 300px;
}
.menus.fixedbg .headTel{
	border: 1px solid #8C8C8C;
	transition: all .5s ease;
}
.menus .headTel{
	margin-top: 12px;
	margin-left: 18px;
	float: right;
	line-height: 33px;
	border: 1px solid #9fa0a0;
	border-radius: 5px;
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: #24b7b3;  
	padding: 0 19px 0 12px;
	transition: all .5s ease;
}

/*banner*/
#container1 .swiper-pagination-bullet-active{
	background: #24b7b3;
}

/*indedAbout*/
.indexAbout{
	width: 100%;
	overflow: hidden;
	padding: 64px 0 70px 0;
	background: #f6f8f9;
}
.indexAbout .titEn{
	font-family: arial;
	font-size: 12px;
	color: #3a3a3a;
	text-align: center;
	padding-top: 10px;
}
.indexAbout .titCn{
	font-size: 30px;
	font-weight: bold;
	color: #202020;
	text-align: center;
	padding-top: 12px;
}
.indexAbout .content{
	text-align: center;
	font-size: 14px;
	color: #444444;
	line-height: 28px;
	margin-top: 45px;
}
.indexAbout .row{
	margin-top: 75px;
}
.indexAbout .row div{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #2e2c2c;
	padding-top: 80px;
}
.indexAbout .row #abtIco1{
	background: url(../images/i-abt-ico1.png) no-repeat top center;
}
.indexAbout .row #abtIco2{
	background: url(../images/i-abt-ico2.png) no-repeat top center;
}
.indexAbout .row #abtIco3{
	background: url(../images/i-abt-ico3.png) no-repeat top center;
}
.indexAbout .row #abtIco4{
	background: url(../images/i-abt-ico4.png) no-repeat top center;
}
.indexAbout .row div a{
	display: block;
	color: #2e2c2c;
	transition: all .5s ease;
}
.indexAbout .row div a:hover{
	color: #24b7b3;
}
/*indexSystem*/
.indexSystem{
	width: 100%;
	overflow: hidden;
	height: 650px;
	background: url(../images/index-rjxt-bg.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
}
.indexSystem .T-Box .tit{
	color: #fff;
	padding-top: 35px;
}
.indexSystem .T-Box .subtit{
	color: #b8d9ff;
}
.indexSystem .rjxtBox{
	width: 100%; 
	margin-top: 70px;
}
.rjxtBox .leftInfo{
	width: 83.3334%;
	float: left; 
}
@media (min-width: 992px){
	.leftInfo .col-md-3{
		padding-left: 10px;
		padding-right: 10px;
	}
}
.rjxtBox .leftInfo .item-list{
	width: 100%;
	border: 1px solid #5ba0ee;
	padding: 0 20px 20px 28px;
	margin-bottom: 15px;
	transition: all .5s ease;
}
.rjxtBox .leftInfo .item-list:hover{
	border: 1px solid #fff;
	box-shadow: 0 0 15px 0 rgba(255, 255, 255, .4); 
	transition: all .5s ease;
}
.rjxtBox .leftInfo .item-list p{
	font-size: 16px;
	color: #fff;
	line-height: 20px;
	min-height: 40px;
}
.rjxtBox .leftInfo .item-list#rjxt1 img{
	padding-top: 21px;
	padding-bottom: 22px;
}
.rjxtBox .leftInfo .item-list#rjxt2 img{
	padding-top: 21px;
	padding-bottom: 22px;
}
.rjxtBox .leftInfo .item-list#rjxt3 img{
	padding-top: 21px;
	padding-bottom: 22px;
}
.rjxtBox .leftInfo .item-list#rjxt4 img{
	padding-top: 21px;
	padding-bottom: 22px;
}
.rjxtBox .leftInfo .item-list#rjxt5 img{
	padding-top: 15px;
	padding-bottom: 11px;
}
.rjxtBox .leftInfo .item-list#rjxt6 img{
	padding-top: 15px;
	padding-bottom: 11px;
}
.rjxtBox .leftInfo .item-list#rjxt7 img{
	padding-top: 15px;
	padding-bottom: 11px;
}
.rjxtBox .leftInfo .item-list#rjxt8 img{
	padding-top: 15px;
	padding-bottom:11px;
}
.rjxtBox .rightInfo{
	width: 15.83334%;
	float: right; 
	border: 1px solid #5ba0ee;
	text-align: center;
	padding-bottom: 72px;
	transition: all .5s ease;
}
.rjxtBox .rightInfo:hover{
	border: 1px solid #fff;
	box-shadow: 0 0 15px 0 rgba(255, 255, 255, .4); 
	transition: all .5s ease;
}
.rjxtBox .rightInfo img{
	padding: 55px 0 58px 0;
}
.rjxtBox .rightInfo p{
	font-size: 16px;
	color: #fff; 
}

/*indexProduct*/
.indexProduct{
	width: 100%;
	overflow: hidden;
	padding: 40px 0 30px 0;
}
.indexProduct #indexPro{
	margin-top: 42px;
	padding-bottom: 45px;
}
.indexProduct #indexPro img{
	display: block;
	width: 100%;
	border: 1px solid #e9e9e9;
}
.indexProduct #indexPro p{
	text-align: center;
	font-size: 16px;
	color: #3c3838;
	padding-top: 16px;
}
.indexProduct #indexPro .swiper-pagination{
	bottom: 0;
}
.indexProduct #indexPro .swiper-pagination-bullet{
	width: 14px;
	height: 14px;
	background: #c4c4c4;
	border: 2px solid #fff;
	border-radius: 100%; 
	opacity: 1;
	margin: 0 3px;
}
.indexProduct #indexPro .swiper-pagination-bullet-active{
	background: #fff;
	border: 2px solid #24b7b3;
}

/*indexSolution*/
.indexSolution{
	width: 100%;
	overflow: hidden;
	height: 610px;
	background: url(../images/indexsolutionbg.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
}
.indexSolution .T-Box .tit{
	color: #FFFFFF;
	font-size: 34px;
	font-weight: bold;
	padding-top: 42px;
}
.indexSolution .T-Box .subtit{
	color: #fff;
}
.indexSolution #indexSolu{
	margin-top: 50px;
} 
.indexSolution #indexSolu img{
	display: block;
	width: 100%;
	margin-bottom: 1px;
}
.indexSolution #indexSolu .subInfo{
	width: 100%;
	background: #fff;
	padding: 15px 0;
	text-align: center;
	transition: all .5s ease;
}
.indexSolution #indexSolu .swiper-slide:hover .subInfo{
	background: #24b7b3;
	transition: all .5s ease;
}
.indexSolution #indexSolu .subInfo .tit1{
	font-weight: bold;
	font-size: 16px;
	color: #2e2c2c;
	transition: all .5s ease;
}
.indexSolution #indexSolu .swiper-slide:hover .subInfo .tit1{
	color: #fff;
	transition: all .5s ease;
}
.indexSolution #indexSolu .subInfo .tit2{
	font-size: 12px;
	color: #2e2c2c;
	padding-top: 10px;
	transition: all .5s ease;
}
.indexSolution #indexSolu .swiper-slide:hover .subInfo .tit2{
	color: #fff;
	transition: all .5s ease;
}
.indexSolution .soluWarpBox{
	position: relative;
}
.indexSolution .soluWarpBox .swiper-button-prev{
	width: 22px;
	height: 38px;
	background: url(../images/jjfa-prev.png) no-repeat center center;
	left: -50px;
}
.indexSolution .soluWarpBox .swiper-button-next{
	width: 22px;
	height: 38px;
	background: url(../images/jjfa-next.png) no-repeat center center;
	right: -50px;
}
.indexSolution .more{
	display: block;
	width: 16.6667%;
	line-height: 40px;
	border: 1px solid #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin: 55px auto 0;
}
.indexSolution .more:hover{
	background: #fff;
	color: #080808;
}

/*indexNews*/
.indexNews{
	width: 100%;
	overflow: hidden;
	padding: 48px 0 58px 0;
}
.indexNews .T-Box .tit{
	font-size: 34px;
	font-weight: bold;
}
.indexNews .hd{
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-top: 28px;
}
.indexNews .hd ul li{
	width: 13.33334%;
	display: inline-block;
	line-height: 35px;
	background: #616161;
	text-align: center;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
	margin: 0 3px;
	transition: all .5s ease;
}
.indexNews .hd ul li:hover,
.indexNews .hd ul li.on{
	background: #24b7b3;
	transition: all .5s ease;
}
.indexNews .bd{
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}
@media (min-width: 992px){
	.indexNews .bd{
		min-height: 350px;
	}	
}
.indexNews .bd ul{
	overflow: hidden;
}
.indexNews .bd ul li{
	width: 100%;
	overflow: hidden;
}
.indexNews .bd ul li .imgNews{
	width: 42.0833334%;
	float: left;
	overflow: hidden;
	position: relative;
	cursor: all-scroll;
}
.indexNews .bd ul li .imgNews img{
	transform: scale(1);
    transition: all .5s ease;
}
.indexNews .bd ul li .imgNews img:hover{
	transform: scale(1.2);
    transition: all 1.5s ease;
}
.indexNews .bd ul li .imgNews p{
	position: absolute;
	bottom: 15px;
	left: 20px;
	color: #fff;
	font-size: 14px;
}
.indexNews .bd .swiper-pagination{
	text-align: right;
	padding-right: 12px;
	bottom: 13px;
}
#indexNews .swiper-pagination-bullet{
	width: 9px;
	height: 9px;
	background: url(../images/bs-dot1.png) no-repeat center center;
	opacity: 1;
	margin: 0 2px;
}
#indexNews .swiper-pagination-bullet-active{
	width: 9px;
	height: 9px;
	background: url(../images/bs-dot2.png) no-repeat center center;
}
.indexNews .rightNews{
	width: 54.33334%;
	float: right;
	overflow: hidden;
}
.indexNews .rightNews .item-list{
	width: 100%;
	border-bottom: 1px dashed #d1d1d1;
	padding-bottom: 12px;
	overflow: hidden;
	margin-bottom: 15px;
}
.indexNews .rightNews .item-list .subInfo{
	width: 82%;
	float: left;
	overflow: hidden;
}
.indexNews .rightNews .item-list .subInfo .tit{
	font-size: 16px;
	color: #3c3939;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 24px;
}
.indexNews .rightNews .item-list.on .subInfo .tit{
	color: #24b7b3;
	background: url(../images/news-hx.jpg) no-repeat left center;
	padding-left: 76px;
	font-weight: bold;
}
.indexNews .rightNews .item-list .subInfo .sub{
	font-size: 14px;
	color: #6c6a6a;
	line-height: 23px;
	padding-top: 8px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	display: none;
}
.indexNews .rightNews .item-list.on .subInfo .sub{
	display: -webkit-box;
}
.indexNews .rightNews .item-list .time1{
	float: right;
	font-size: 14px;
	color: #3c3939;
}
.indexNews .rightNews .item-list.on .time1{
	display: none;
}
.indexNews .rightNews .item-list .time2{
	width: 10.889570552%;
	height: 65px;
	background: #24b7b3;
	color: #fff;
	text-align: center;
	float: right;
	margin-top: 8px;
	display: none;
}
.indexNews .rightNews .item-list.on .time2{
	display: block;
}
.indexNews .rightNews .item-list .time2 .day{
	display: block;
	font-weight: bold;
	font-family: arial;
	font-size: 36px; 
	line-height: 46px;
}
.indexNews .rightNews .item-list .time2 .year{
	display: block;
	font-family: arial;
	font-size: 12px;
}
/************未完待续***************/

/*indexPartner*/
.indexPartner{
	width: 100%;
	overflow: hidden;
	padding: 48px 0 40px 0;
	background: #f7f8f9;
}
.indexPartner h4{
	font-size: 26px;
	color: #2b2b2b;
	text-align: center;
}
.indexPartner #indexPar{
	margin-top: 48px;
}
.indexPartner #indexPar img{
	display: block;
	width: 100%;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	margin-top: 5px;
    transition: all .5s ease;
}
.indexPartner #indexPar img:hover{
	border: 1px solid #ea5f13;
	margin-top: 0px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
    transition: all .5s ease;
}

/*Ny-banner*/
.Ny-banner{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	max-width: 1920px;
}
.Ny-banner img{
	display: block;
	width: 100%;
}

/*product*/
.product{
	width: 100%;
	overflow: hidden;
	padding: 0 0 55px 0;
}
.product .topGn{
	width: 100%;
	height: 40px;
	margin-top: 50px; 
}
.product .topGn p{
	line-height: 40px;
	float: left;
	background: url(../images/wz.png) no-repeat left center;
	padding-left: 23px;
	font-size: 12px;
	color: #2e373d;
}
.product .topGn p a{
	color: #2e373d;
}
.product .topGn p a:hover{
	text-decoration: underline;
}
.product .topGn p span{
	color: #24b7b3;
}
.product .topGn .search{
	width: 39.558011049%;
	float: right;
	overflow: hidden; 
}
.product .topGn .search input[type=text]{
	width: 86.59217877%;
	float: left;
	height: 40px;
	border: 1px solid #ebebed;
	font-size: 14px;
	color: #bdbdbd;
	text-indent: 14px;
}
.product .topGn .search input[type=button]{
	width: 13.407821229%;
	float: left;
	height: 40px;
	background: url(../images/ss-btn.jpg) no-repeat center center;
	background-size: 100%;
	border: none;
	cursor: pointer;
}
.product .row{
	margin-top: 50px;
}
.product .row div{
	margin-bottom: 28px;
}
.product .row div img{
	width: 100%;
	border: 1px solid #e9e9e9;
	/*transform: scale(1);*/
    transition: all .5s ease;
}
.product .row div:hover img{
	border: 1px solid #24b7b3;
	/*transform: scale(1.12);*/
    transition: all .5s ease;
}
.product .row div p{
	font-size: 16px;
	color: #3c3838;
	text-align: center;
	padding-top: 15px;
    transition: all .5s ease;
}
.product .row div:hover p{
	color: #24b7b3;
    transition: all .5s ease;
}
.product .ProDeCont{
	width: 100%;
	overflow: hidden;
	margin-top: 48px;
}
.ProDeCont .titBox{
	width: 100%;
	overflow: hidden;
}
.ProDeCont .titBox h5{
	font-size: 30px;
	color: #494949;
	font-weight: bold;
	float: left;
	line-height: 40px;
}
.ProDeCont .titBox .zxzx{
	display: block;
	float: right;
	width: 175px;
	line-height: 40px; 
	font-size: 16px;
	color: #fff;
	border-radius: 100px;
	text-align: center;
	text-indent: 34px;
	background: #24b7b3 url(../images/qq.jpg) no-repeat center left 40px;
} 
.ProDeCont .imgShow{
	width: 100%;
	overflow: hidden;
	margin-top: 22px;
	margin-bottom: 20px;
	position: relative;
}
.ProDeCont .imgShow .left{
	width: 78.453038674%;
	float: left;
	overflow: hidden;
	border: 1px solid #dedede;
}
.ProDeCont .parBd {
    overflow: hidden;
}
.ProDeCont .parBd ul li {
    overflow: hidden;
    width: 100%;
}
.ProDeCont .parBd ul li img{
	width: 100%;
}
.ProDeCont .imgShow .right{
	width: 19.337016574%;
	float: right;
	overflow: hidden;
}
.ProDeCont .imgShow .right .parHd{
	overflow: hidden;
}
.ProDeCont .imgShow .right ul li{
	width: 100%;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 10px;
}
.ProDeCont .imgShow .right ul li img{
	width: 100%;
	min-height: 116px;
	border: 1px solid #dedede;
}
.ProDeCont .imgShow .right ul li.on img{
	border: 1px solid #24b7b3;
}
.p-prev {
    display: block;
    width: 30px;
    height: 30px;
    background: #24b7b3 url(../images/p-de-prev.png) no-repeat center center;
    position: absolute;
    right: 15%;
    bottom: 5px;
    border-radius: 100%;
}
.p-prev.prevStop{
	background: #404a59 url(../images/p-de-prev.png) no-repeat center center;
}
.p-next {
    display: block;
    width: 31px;
    height: 31px;
    background: #24b7b3 url(../images/p-de-next.png) no-repeat center center;
    position: absolute;
    right: 10%;
    bottom: 5px;
    border-radius: 100%;
}
.p-next.nextStop{
	background: #404a59 url(../images/p-de-next.png) no-repeat center center;
}
.mobileImgShow{
	width: 100%;
	overflow: hidden;
	border: 1px solid #dedede;
	display: none;
}
.mobileImgShow img{
	width: 100%;
}
.mobileImgShow .swiper-pagination-bullet-active{
	background: #24b7b3;
}
.ProDeCont .content{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
.ProDeCont .content .tit{
	width: 100%;
	background: #f0f0f0;
}
.ProDeCont .content .tit span{
	display: inline-block;
	line-height: 35px;
	font-size: 15px;
	color: #fff;
	padding: 0 15px;
	background: #2e373d;
}
.ProDeCont .content .dexq{
	font-size: 16px;
	color: #333;
	line-height: 33px;
	margin-top: 18px;
}

/*system*/
.system{
	width: 100%;
	overflow: hidden;
	padding: 0 0 55px 0;
}
.system .topGn{
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e7e7e7;
}
.system .topGn .titleOn{
	line-height: 56px;
	font-size: 24px;
	color: #24b7b3;
	padding-left: 75px;
	float: left;
}
.system .topGn .wz{
	float: right;
	line-height: 56px;
	font-size: 14px;
	color: #2e373d;
	background: url(../images/wz.png) no-repeat left center;
	padding-left: 32px;
}
.system .topGn .wz a{
	color: #2e373d;
}
.system .topGn .wz a:hover{
	text-decoration: underline;
}
.system .cont{
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
	color: #3e3e3e;
	line-height: 28px;
}

/*solution*/
.solution{
	width: 100%;
	overflow: hidden;
	padding: 42px 0;
	background: #f4f4f4;
}
.solution .itemBox{
	width: 100%;
	overflow: hidden;
	background: #fff;
	margin-bottom: 10px;
    transition: all .5s ease;
}
.solution .itemBox:hover{
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    transition: all .5s ease;
}
.solution .itemBox .subInfo{
	width: 50%;
	float: left;
	padding: 42px 46px 0 46px;
}
.solution .itemBox:nth-child(2n+2) .subInfo{
	float: right;
}
.solution .itemBox .subInfo .tit{ 
	display: block;
	margin: 0 auto;
	width: 38%;
	line-height: 28px;
	font-size: 16px;
	font-weight: bold;
	color: #312f2f; 
} 
.solution .itemBox .subInfo .tit#fa1{
	background: url(../images/solu-ico1.png) no-repeat left center;
	padding-left: 38px;
}
.solution .itemBox .subInfo .tit#fa2{
	background: url(../images/solu-ico2.png) no-repeat left center;
	padding-left: 46px;
}
.solution .itemBox .subInfo .tit#fa3{
	background: url(../images/solu-ico3.png) no-repeat left center;
	padding-left: 36px;
}
.solution .itemBox .subInfo .tit#fa4{
	background: url(../images/solu-ico4.png) no-repeat left center;
	padding-left: 43px;
}
.solution .itemBox .subInfo .sub{
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	margin-top: 40px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.solution .itemBox .subInfo .more{
	display: block;
	width: 150px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #c0c0c0;
	border-radius: 50px;
	font-size: 14px;
	color: #727272;
	margin: 46px auto 0;
	transition: all .5s ease;
}
.solution .itemBox:hover .subInfo .more{
	background: #24b7b3;
	border: 1px solid #fff;
	color: #fff;
	transition: all .5s ease; 
}
.solution .itemBox .Pic{
	width: 50%;
	float: right;
	overflow: hidden;
}
.solution .itemBox:nth-child(2n+2) .Pic{
	float: left;
}
.solution .itemBox .Pic img{
	width: 100%;
	transform: scale(1);
    transition: all 1.1s ease;
}
.solution .itemBox:hover .Pic img{
	width: 100%;
	transform: scale(1.21);
    transition: all 2.8s ease;
}

/*solutionDe*/
.solutionDe{
	width: 100%;
	overflow: hidden;
	padding: 45px 0;
}
.solutionDe .PicCont{
	width: 100%;
	overflow: hidden;
	background: #24b7b3;
}
.solutionDe .PicCont .Pic{
	width: 66.66666666%;
	float: left;
	overflow: hidden;
}
.solutionDe .PicCont .Cont{
	width: 33.33333333%;
	float: right;
	padding: 33px 25px 0 35px;
}
.solutionDe .PicCont .Cont .tit{
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	margin-top: 12px;
	margin-bottom: 32px;
}
.solutionDe .PicCont .Cont .sub{
	font-size: 16px;
	color: #fadfe0;
	line-height: 32px;
}
.solutionDe .content{
	margin-top: 30px;
	overflow: hidden;
	width: 100%;
	font-size: 15px;
	color: #434343;
	line-height: 30px;
}
.solutionDe .content strong{
	color: #b91c22;
} 

/*news*/
.news{
	width: 100%;
	overflow: hidden;
	padding: 54px 0;
}
.news ul{
	overflow: hidden;
}
.news ul li{
	width: 100%;
	overflow: hidden;
	border-bottom: dashed 1px #e5e5e5;
	padding-bottom: 19px;
	margin-bottom: 13px;
}
.news li .Pic{
	width: 20.66667%;
	float: left;
	overflow: hidden;
}
.news li .subInfo{
	width: 76%;
	float: right;
	overflow: hidden;
}
.news li .subInfo .time{
	font-family: arial;
	font-size: 14px;
	color: #485056;
	padding-top: 10px;
}
.news li .subInfo .tit{
	font-weight: bold;
	font-size: 18px;
	color: #252525;
	margin-top: 12px;
	background: url(../images/news-hx.jpg) no-repeat left center; 
	background-size: 0 1px;
    transition: all .5s ease;
}
.news li:hover .subInfo .tit{
	background: url(../images/news-hx.jpg) no-repeat left center;
	padding-left: 70px;
	background-size: 50px 1px;
	color: #24b7b3;
    transition: all .5s ease;
}
.news li .subInfo .sub{
	font-size: 14px;
	color: #616161;
	line-height: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 18px;
    margin-bottom: 32px;
}
.news li .subInfo .more{
	font-family: arial;
	font-size: 12px;
	color: #666666;
	background: url(../images/n-arrow.jpg) no-repeat left center;
	padding-left: 28px;
}

/*newsDe*/
.newsDe{
	width: 100%;
	overflow: hidden;
	padding: 42px 0 55px 0;
}
.newsDe .leftBox{
	width: 66.6667%;
	float: left;
}
.newsDe .leftBox .titBox{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #eceaea;
	padding-bottom: 25px;
} 
.newsDe .leftBox .titBox .tit{
	font-weight: bold;
	font-size: 24px;
	color: #24b7b3;
}
.newsDe .leftBox .titBox .time{
	font-size: 14px;
	color: #626262;
	margin-top: 10px;
}
.newsDe .leftBox .titBox .time a{
	color: #b91c22;
}
.newsDe .leftBox .cont{
	font-size: 14px;
	color: #485056;
	line-height: 25px;
	margin-top: 28px;
}
.newsDe .leftBox .sxp{
	margin-top: 80px; 
	overflow: hidden;
}
.newsDe .leftBox .sxp .fy{
	float: left;
	width: 60%;
}
.newsDe .leftBox .sxp .fy a{
	display: block;
	line-height: 25px;
	font-size: 14px;
	color: #303030;
}
.newsDe .leftBox .sxp .fy a:hover{
	color: #24b7b3;
}
.newsDe .leftBox .sxp .fhlb{
	display: block;
	float: right;
	width: 160px;
	line-height: 48px;
	border: 1px solid #e8e8e8;
	text-align: center;
	font-size: 14px;
	color: #303030; 
	text-indent: 35px;
	background: url(../images/n-menu.jpg) no-repeat left 28% center;
    transition: all .5s ease;
} 
.newsDe .leftBox .sxp .fhlb:hover{
	border: 1px solid #24b7b3; 
    transition: all .5s ease;
    color: #24b7b3;
}
.newsDe .rightBox{
	width: 26.6667%;
	float: right;
	padding: 28px 20px;
	background: #f9f9f9;
}
.newsDe .rightBox .zx-news{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 35px;
}
.newsDe .rightBox .zx-news h6{
	font-weight: bold;
	font-size: 18px;
	color: #444444;
	line-height: 20px;
	padding-bottom: 28px;
}
.newsDe .rightBox .zx-news .item-list{
	background: url(../images/zx-news-dot.jpg) no-repeat left center;
	padding-left: 17px;
	height: 28px;
}
.newsDe .rightBox .zx-news .item-list a{
	font-size: 14px;
	color: #3c3939;
	line-height: 28px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newsDe .rightBox .zx-news .item-list a:hover{
	color: #24b7b3;
}
.newsDe .rightBox .r-share{
	width: 100%;
	overflow: hidden;
	padding-top: 22px;
}
.newsDe .rightBox .r-share h6{
	font-weight: bold;
	font-size: 18px;
	color: #28282b;
	line-height: 20px;
}
.newsDe .rightBox .r-share .fxBox{
	width: 100%;
	overflow: hidden;
	margin-top: 8px;
}
.newsDe .rightBox .r-share .fxBox a{
	display: block;
	width: 45px;
	height: 45px;
	background: url(../images/r-share.jpg);
}
.newsDe .rightBox .r-share .fxBox .bds_qzone{
	background-position: 0 0;
}
.newsDe .rightBox .r-share .fxBox .bds_tsina{ 
	background-position: -57px 0;
}
.newsDe .rightBox .r-share .fxBox .bds_renren{
	background-position: -114px 0;
}
.newsDe .rightBox .r-share .fxBox .bds_tqq{
	background-position: -171px 0;
}
.newsDe .rightBox .r-share .fxBox .bds_weixin{
	background-position: -228px 0;
}

/*about*/
.about{
	width: 100%;
	overflow: hidden;
	padding: 70px 0;
	background: #f7f7f7;
}
.about .inner{
	margin: 0 auto;
	overflow: hidden;
}
.about .year{
	width: 100%;
	overflow: hidden;
}
.about .title{
	font-weight: bold;
	font-size: 34px;
	color: #2e373d;
	padding-top: 48px;
	padding-bottom: 38px;
}
.about .content{
	font-size: 15px;
	color: #1c1c1c;
	line-height: 28px;
}
.about .a-img-mp4{
	width: 75%;
	overflow: hidden;
	margin: 40px auto 0;
}
/*history*/
.history{
	width: 100%;
	overflow: hidden;
	padding: 70px 0;
	background: #f7f7f7;
}
.history .topyear{
	width: 100%;
	overflow: hidden;
}
.history .topyear img{
	margin-bottom: 28px;
}
.history .topyear .one{
	font-size: 18px;
	font-weight: bold;
	color: #cd221c;
}
.history .topyear .two{
	font-size: 15px;
	color: #1c1c1c;
	padding-top: 8px;
}

/*video*/
.video{
	width: 100%;
	overflow: hidden;
	padding: 35px 0 55px 0;
}
.video .VideoBox{
	width: 100%;
	overflow: hidden;
	margin-bottom: 32px;
}
.video .VideoBox .Sp-mp4{
	width: 100%;
	overflow: hidden;
}
.video .VideoBox .Sp-mp4#vmb{
	display: none;
}
.video .VideoBox p{
	font-size: 15px;
	color: #262626;
	padding-top: 18px;
}

/*honor*/
.honor{
	width: 100%;
	overflow: hidden;
	padding: 60px 0 100px 0;
	background: #f7f7f7;
}
.honor h4{
	font-weight: bold;
	font-size: 34px;
	color: #000000;
	text-align: center;
	padding-bottom: 16px;
}
.honor h5{
	font-size: 14px;
	color: #636060;
	text-align: center;
}
#jswbox{width:990px;height:264px;margin:0 auto;position:relative;margin-top: 62px;}
#jswbox ul{position:relative;height:264px;}
#jswbox li{position:absolute;width:0;height:0;z-index:0;cursor:pointer;overflow:hidden;top:0px;left:0px;}
#jswbox li img{width:100%;vertical-align:top;float:left; max-height: 369px; border: 2px solid #000;background: #f7f7f7;}
#jswbox li h1{ color: #000; font-size: 14px; width: 100%; text-align: center; line-height: 40px;}
#jswbox .prev, #jswbox .next{
	width: 42px;
	height: 42px;
	position: absolute;
	border-radius: 100%;
	overflow: hidden;
	text-align: center; 
	line-height: 23px;
	font-size: 18px; 
	top: 50%;
	margin-top: -21px;
	cursor: pointer;
}
#jswbox .prev:hover, #jswbox .next:hover{
	border: 1px solid #24b7b3;
	background: #24b7b3;
	color: #fff;
}
#jswbox .prev{
	left: -90px;
}
 #jswbox .next{
 	right: -90px;
 }

.mhonor{
	display: none;
}
.mhonor img{
	width: 100%;
}
.mhonor .testwrapper{
	margin-bottom: 15px;
}
.mhonor .testwrapper p{
	text-align: center;
	color: #303030;
	padding-top: 12px;
}

/*tech*/
.tech{
	width: 100%;
	overflow: hidden;
	background: #f7f7f7;
	padding: 55px 0 70px 0;
}
.tech h4{
	font-size: 28px;
	color: #2b2c2d;
	font-weight: bold;
}
.tech ul{
	overflow: hidden;
	margin-top: 8px;
}
.tech ul li{
	width: 100%;
	overflow: hidden;
	line-height: 71px;
	background: url(../images/tech-sjx.jpg) no-repeat left center;
	padding-left: 21px;
	border-bottom: 1px solid #e5e5e5;
}
.tech ul li .tit{
	float: left;
	font-size: 16px;
	color: #414141;
	width: 80%;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.tech ul li:hover .tit{
	color: #24b7b3;
}
.tech ul li .time{
	float: right;
	font-size: 14px;
	color: #5b5b5b;
}

/*idea*/
.idea{
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
	background: #f7f7f7;
}
.idea h4{
	text-align: center;
	font-weight: bold;
	font-size: 34px;
	color: #000000;
}
.idea h5{
	font-size: 14px;
	color: #636060;
	text-align: center;
	padding-top: 15px;
}
.idea .row{
	margin-top: 25px;
}
@media (min-width: 992px){
	.idea .col-md-3 {
	    padding-left: 5px;
	    padding-right: 5px;
	}
}
.idea .item-list{
	width: 100%; 
	padding: 33px 28px 0 15px;
	position: relative;
	cursor: pointer;
	min-height: 400px;
	max-height: 400px;
	border-right: 1px solid #e7e7e7;
	transition: all .5s ease;
}
.idea .item-list:hover{
	background: #24b7b3;
	border-right: 1px solid #24b7b3;
	transition: all .5s ease;
}
.idea .item-list .ico-info{
	width: 100%;
	text-align: center;
	margin-top: 85px;
	transition: all .5s ease;
}
.idea .item-list:hover .ico-info{
	margin-top: 32px;
	transition: all .5s ease;
}
.idea .item-list .ico-info .en{
	font-size: 14px;
	color: #868686;
	transition: all .5s ease;
}
.idea .item-list:hover .ico-info .en{
	color: #fff;
	transition: all .5s ease;
}
.idea .item-list .ico-info#ieda1 .en{
	background: url(../images/idea1.png) no-repeat top center;
	padding-top: 85px;
}
.idea .item-list:hover .ico-info#ieda1 .en{
	background: url(../images/idea1_2.png) no-repeat top center;
	transition: all .5s ease;
}
.idea .item-list .ico-info#ieda2 .en{
	background: url(../images/idea2.png) no-repeat top center;
	padding-top: 85px;
	transition: all .5s ease;
}
.idea .item-list:hover .ico-info#ieda2 .en{
	background: url(../images/idea2_2.png) no-repeat top center;
	transition: all .5s ease;
}
.idea .item-list .ico-info#ieda3 .en{
	background: url(../images/idea3.png) no-repeat top center;
	padding-top: 85px;
	transition: all .5s ease;
}
.idea .item-list:hover .ico-info#ieda3 .en{
	background: url(../images/idea3_2.png) no-repeat top center;
	transition: all .5s ease;
}
.idea .item-list .ico-info#ieda4 .en{
	background: url(../images/idea4.png) no-repeat top center;
	transition: all .5s ease;
	padding-top: 85px;
}
.idea .item-list:hover .ico-info#ieda4 .en{
	background: url(../images/idea4_2.png) no-repeat top center;
	transition: all .5s ease;
	transition: all .5s ease;
}
.idea .item-list .ico-info .cn{
	font-size: 24px;
	color: #000000;
	padding-top: 4px;
	transition: all .5s ease;
}
.idea .item-list:hover .ico-info .cn{
	color: #fff;
	transition: all .5s ease;
}
.idea .item-list .sub-info{ 
	width: 90%;
	position: absolute;
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	top: 300px;
	opacity: 0;
	transition: all .5s ease;
}
.idea .item-list:hover .sub-info{
	top: 235px;
	opacity: 1;
	transition: all .5s ease;
}

/*service*/
.service{
	width: 100%;
	overflow: hidden;
	padding: 120px 0;
	background: #f7f7f7;
}
.service img{
	display: block;
	margin: 0 auto;
}

/**/
.hiscontent{
	background:#fff; 
	margin-top: 221px;
	padding: 16px 5.3%; 
	min-height: 255px;
	overflow: hidden;
 }
.hiscontent .pic{
	width: 36%;
	float: left;
 
}
.slick-center{
	background: url(../images/0.jpg) no-repeat center center;
}
.slick-slide{
	background: url(../images/0.jpg) no-repeat right 10% center;
}
.hiscontent .pic img{
	max-width: 100%;
}
.his-list{
	float: left;
	text-align: left;
	margin-left: 40px;
	width: 52%;
	overflow: hidden;
	padding-top: 30px;
}
.his-list h1{
	font-size: 36px;
	margin: 0;padding: 0;
	line-height: 68px;
}

.his-content{
	font-size: 14px;
	line-height: 28px;
}
.history-section{
	position: relative!important;
}
.history-section .bx-prev{
	background: url(../images/his-list-l.png) no-repeat left center!important;
	width: 63px!important;
	height: 63px!important;
	left: -30px!important;
	bottom: 100px!important;
	margin-top:50px!important;	
	cursor: pointer;
}
.history-section .bx-next{
	background: url(../images/his-list-r.png) no-repeat left center!important;
	width: 63px!important;
	height: 63px!important;
	right: -30px!important;
	bottom: 100px!important;
	margin-top:50px!important;	
	cursor: pointer;
}
.history-section .bx-next:hover{
	background: url(../images/his-list-rc.png) no-repeat left center!important;
}
.history-section .bx-prev:hover{
	background: url(../images/his-list-lc.png) no-repeat left center!important;
}
.slick-slide {
	display: flex!important;
	flex-direction: row;
	align-content: center;
	align-items: center;
	color: #fff;
}

/*Webkit,Opera9.5+,Ie9+*/
::selection {
	background: #d70010;
	color: #fff;
}

/*Mozilla Firefox*/
::-moz-selection {
	background: #d70010;
	color: #fff;
}

.wrap {
	width: 1140px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}

@media (max-width: 1200px) {
	.wrap {
		width: 1170px;
		padding: 0;
	}
}

@media (max-width: 1190px) {
	.wrap {
		width: 970px;
	}
}

@media (max-width: 990px) {
	.wrap {
		width: 724px;
	}
}

@media (max-width: 768px) {
	.wrap {
		/*width: 624px;*/
		width: 724px;
	}
}

@media (max-width: 724px) {
	.wrap {
		width: 624px;
		margin: 0px auto;
	}
}

@media (max-width: 640px) {
	.wrap {
		/*width: 100%;
		padding: 0px 15px;*/
		width: auto;
		padding: 0px 5px;
		box-sizing: border-box;
	}
}

/*NyLink*/
.NyLink{
	width: 100%;
	overflow: hidden;
	line-height: 45px;
	border-bottom: 1px solid #e7e7e7;
}
.NyLink .left-a{
	float: left;
}
.NyLink .left-a a{
	display: inline-block;
	float: left;
	padding: 0 35px;
	font-size: 15px;
	color: #1c1c1c;
}
.NyLink .left-a a:hover,
.NyLink .left-a a.cur{
	background: #24b7b3;
	color: #fff;
}
.NyLink .right-wz{
	font-size: 14px;
	color: #2e373d;
	background: url(../images/wz.png) no-repeat left center;
	float: right;
	padding-left: 28px;
}
.NyLink .right-wz a{
	color: #2e373d;
}
.NyLink .right-wz a:hover{
	text-decoration: underline;
}
.NyLink .right-wz span{
	color: #24b7b3;
}

/*leftClass*/
.leftClass{
	width: 22.083334%;
	float: left; 
}
.leftClass#system{
	width: 23.3334%;
}
.leftClass .titleBox{
	width: 100%;
	padding: 38px 0 32px 0;
	background: #2e373d;
	text-align: center;
}
.leftClass#system .titleBox{
	background: #24b7b3;
}
.leftClass .titleBox .cn{
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}
.leftClass .titleBox .en{
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding-top: 4px;
}
.leftClass #ProClass{ 
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
}
.leftClass #ProClass li{
	width: 100%;
	line-height: 47px;
	font-size: 16px;
	color: #323232;
	text-indent: 29px;
	background: url(../images/round-arrow.png) no-repeat center right 15px;
	border-bottom: 1px solid #ececec;
    transition: all .5s ease;
}
.leftClass #ProClass li:hover,
.leftClass #ProClass li.on{
	background: #24b7b3 url(../images/round-arrow2.png) no-repeat center right 15px;
	color: #fff;
    transition: all .5s ease;
}
.leftClass #SysClass{
	
}
.leftClass #SysClass li{
	width: 100%;
	height: 90px;
	border: 1px solid #e7e7e7;
	margin-top: 5px;
	font-size: 16px;
	color: #3e3e3e;
	display: flex;
    /*align-items: center;*/
    justify-content: center;
    flex-direction: column;
    padding-left: 94px;
    padding-right: 16px;
    transition: all .5s ease;
}
.leftClass #SysClass li:hover,
.leftClass #SysClass li.on{
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    transition: all .5s ease;
}
.leftClass #SysClass li#sys1{
	background: url(../images/system1.png) no-repeat left 20px center; 
}
.leftClass #SysClass li:hover#sys1,
.leftClass #SysClass li.on#sys1{
	background: url(../images/system1_on.png) no-repeat left 20px center; 
}
.leftClass #SysClass li#sys2{
	background: url(../images/system2.png) no-repeat left 24px center; 
}
.leftClass #SysClass li:hover#sys2,
.leftClass #SysClass li.on#sys2{
	background: url(../images/system2_on.png) no-repeat left 24px center; 
}
.leftClass #SysClass li#sys3{
	background: url(../images/system3.png) no-repeat left 24px center; 
}
.leftClass #SysClass li:hover#sys3,
.leftClass #SysClass li.on#sys3{
	background: url(../images/system3_on.png) no-repeat left 24px center; 
}
.leftClass #SysClass li#sys4{
	background: url(../images/system4.png) no-repeat left 25px center; 
}
.leftClass #SysClass li:hover#sys4,
.leftClass #SysClass li.on#sys4{
	background: url(../images/system4_on.png) no-repeat left 25px center; 
}
.leftClass #SysClass li#sys5{
	background: url(../images/system5.png) no-repeat left 24px center; 
}
.leftClass #SysClass li:hover#sys5,
.leftClass #SysClass li.on#sys5{
	background: url(../images/system5_on.png) no-repeat left 24px center; 
}
.leftClass #SysClass li#sys6{
	background: url(../images/system6.png) no-repeat left 25px center; 
}
.leftClass #SysClass li:hover#sys6,
.leftClass #SysClass li.on#sys6{
	background: url(../images/system6_on.png) no-repeat left 25px center; 
}
.leftClass #SysClass li#sys7{
	background: url(../images/system7.png) no-repeat left 22px center; 
}
.leftClass #SysClass li:hover#sys7,
.leftClass #SysClass li.on#sys7{
	background: url(../images/system7_on.png) no-repeat left 22px center; 
}
.leftClass #SysClass li#sys8{
	background: url(../images/system8.png) no-repeat left 23px center; 
}
.leftClass #SysClass li:hover#sys8,
.leftClass #SysClass li.on#sys8{
	background: url(../images/system8_on.png) no-repeat left 23px center; 
}
.leftClass #SysClass li#sys9{
	background: url(../images/system9.png) no-repeat left 27px center; 
}
.leftClass #SysClass li:hover#sys9,
.leftClass #SysClass li.on#sys9{
	background: url(../images/system9_on.png) no-repeat left 27px center; 
}

/*rightInfo*/
.rightContent{
	width: 75.416667%;
	float: right;
	overflow: hidden;	
}
.rightContent#system{
	width: 72.083334%;
}

/*T-Box*/
.T-Box{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.T-Box .tit{
	font-size: 36px;
	color: #2b2b2b;
}
.T-Box  .subtit{
	font-size: 16px;
	color: #7a7a7a;
	line-height: 30px;
	padding-top: 20px;
}

.promask{
	position: absolute;
	background:rgba(0,0,0,0.6);
	width: 100%;
	z-index: 8888;
	left: 0;
	top: 0;
}
.prodebox{
	width: 70%;
	margin: 0 auto;
	position: fixed;
	left: 50%;
	margin-left: -35%;
	border-radius: 20px;
	top:15%; 
	background: #fff;
	overflow: hidden;
}
.prodebox .prodeclose{
	float: right;
	padding: 20px 20px 0 0;
	cursor: pointer;
}
.prodebox .content{
	width:91%;
	margin: 0 auto;
	padding-bottom: 10px;
}
.prodebox .people{
	overflow: hidden;
	margin-top: 24px;
}
.prodebox .people img{
	display: block;
	width: 160px;
	height: 160px;
	float: left;
	border-radius: 100%;
	margin-right: 25px;
}
.prodebox .people .name{
	font-family: "微软雅黑";
	font-size: 20px;
	font-weight: bold;
	color: #1d1d1d;
	line-height: 22px;
	padding-top: 38px;
}
.prodebox .people .class{
	font-family: "微软雅黑";
	font-size: 18px;
	color: #1d1d1d;
	line-height: 20px;
	padding-top: 12px;
}
.prodebox .contNr{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #3f3e3e;
	line-height: 36px;
	margin-top: 20px;
}
.icon-close:before { content: "\e65a"; font-size: 32px; color: #a9a9a9; }

/*foot*/
.footWarp{
	width: 100%;
	overflow: hidden;
	padding: 30px 0 0 0;
	background: #333333;
}
.foot-info{
	width: 100%;
	overflow: hidden;
}
.foot-info .f-logo-info{
	float: left;
	overflow: hidden;
}
.foot-info .f-logo-info .FLogo{
	margin-bottom: 30px;
}
.foot-info .f-logo-info .fTel{
	font-family: "Myriad Pro";
	font-size: 26px;
	color: #2bb7b3;
	text-align: center;
	font-weight: bold;
}
.foot-info .f-logo-info .time{
	font-size: 14px;
	color: #b7b7b7;
	text-align: center;
}
.foot-info .f-logo-info .zxzx{
	display: block;
	line-height: 32px; 
	width: 150px;
	border-radius: 5px;
	margin: 20px auto 0;
	border: 1px solid #848484;
	font-size: 14px;
	color: #d0d0d0;
}
.foot-info .item-link{
	float: left;
	margin-top: 15px;
	margin-left: 40px;
}
.foot-info .item-link h4{
	font-size: 18px;
	color: #ffffff;
	padding-bottom: 20px;
}
.foot-info .item-link .item-a{
	float: left;
	overflow: hidden;
	margin-right: 18px;
}
.foot-info .item-link .item-p{
	overflow: hidden;
}
.foot-info .item-link a{
	font-size: 14px;
	color: #b3b3b3;
	line-height: 28px;
	display: block;
}
.foot-info .item-link a:hover{
	color: #fff;
}
.foot-info .item-link .item-p p{
	font-size: 14px;
	color: #b3b3b3;
	line-height: 28px; 
	padding-left: 20px;
}
.foot-info .item-link .item-p p.one{
	background: url(../images/f-address.jpg) no-repeat left top 7px;
}
.foot-info .item-link .item-p p.two{
	background: url(../images/f-tel.jpg) no-repeat left center;
}
.foot-info .item-link .item-p p.three{
	background: url(../images/f-email.jpg) no-repeat left center;
}
.foot-info .item-link .item-p p.lxr{
	background: url(../images/f-lxr.png) no-repeat left center;
}
.item-link.fright{
	margin-left: 0 !important;
}
.foot-share{
	float: left;
	overflow: hidden;
	margin-top: 18px;
}
.foot-share a{
	display: block;
	width: 26px;
	height: 26px !important;
	background: url(../images/f-share.jpg) !important;
}
.foot-share .bds_weixin{
	background-position: 0 0px;
}
.foot-share .bds_mshare{
	background-position: -31px 0 !important;
}
.foot-share .bds_tsina{
	background-position: -62px 0 !important;
}
.foot-share .bds_sqq{
	background-position: -93px 0 !important;
}
.foot-copy{
	width: 100%;
	line-height: 29px;
	text-align: center;
	border-top: 1px solid #4d4d4d;
	font-size: 14px;
	margin-top: 25px;
	color: #9e9e9e;
	padding: 15px 0;
	
}
.foot-copy a{
	color: #9e9e9e;
}
.foot-copy a:hover{
	color: #fff;
	text-decoration: underline;
}

/*Float-right*/
.Float-Right{
	width: 113px;
	border: 1px solid #eeeeee;
	background: #f9fafc;
	position: fixed;
	right: 2%;
	top: 30%;
	z-index: 99999;
	border-radius: 8px;
	text-align: center;
}
.Float-Right .dianpu{
	padding: 9px 0 7px 0;
	border-bottom: 1px solid #dddddb;
}
.Float-Right .dianpu p{
	font-size: 14px;
	color: #333;
	padding-top: 10px;
}
.Float-Right .hot-tel{
	padding: 15px 0 10px 0;
	
}
.Float-Right .hot-tel .cn{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.Float-Right .hot-tel .sz{
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: #de2127;
}
.Float-Right .qq-sroll_top{ 
	overflow: hidden;
}
.Float-Right .qq-sroll_top .qq{
	width: 50%;
	float: left;
	height: 41px;
	border-right: 1px solid #dddddb;
}
.Float-Right .qq-sroll_top .qq img{
	margin-top: 7px;
}
.Float-Right .qq-sroll_top .sroll_top{
	border-top: 1px solid #dddddb;
	width: 50%;
	float: left;
	cursor: pointer;
	height: 41px;
}
.Float-Right .qq-sroll_top .sroll_top img{
	margin-top: 8px;
	transition: all .5s ease;
}
.Float-Right .qq-sroll_top .sroll_top:hover img{
	margin-top: 3px;
	transition: all .5s ease;
}
/*.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;
	padding-top: 40px;
}
.disabled{ border:1px solid #d8d8d8; padding: 10px 10px; font-size:14px; color:#d8d8d8;}
.Page a{ border:1px solid #d8d8d8; padding: 5px 10px; font-size:14px; color:#d8d8d8; }
.Page a.sy{color:#707072 !important;}
.current{ background:#24b7b3; padding:10px 9px; color:#fff; border:1px solid #24b7b3;font-size:14px;}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
	width: 6px;
	height: 16px;
	background-color: #fff; 
}
 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4);
	/*border-radius: 10px;*/
	background-color: #f2f2f2;
}
 
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{ 
	cursor: pointer;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: rgba(36,183,179,.6); 
	border-radius: 10px;
}  
::-webkit-scrollbar-thumb:hover{
	background-color: rgba(36,183,179,.8);
}
::-webkit-scrollbar-thumb:active{
	background-color: rgba(36,183,179,1); 
}
/*定义两端上下按钮*/
/*::-webkit-scrollbar-button {
	height: 10px;
	width: 10px;
	background: #ff6a07;
}*/
.m-banner{
	display: none;
}
.hide{
	display: none;
}
