@charset"utf-8";

:focus{
	outline: none !important;
}
.header{
	background-color: rgba(15,34,83,.9);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
}
.container{
	width: 1200px;
	margin: auto;
}
.logo{
	float: left;
	height: 100px;
	line-height: 100px;
	font-size: 0;
}
.logo img{
	height: 60px;
	display: inline-block;
	vertical-align: middle;
}
.headRt{
	float: right;
	margin-right: -135px;
}
.nav{
	float: left;
}
.navLi{
	float: left;
	padding: 0 18px;
	height: 100px;
	line-height: 100px;
}
.navAa{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	font-size: 16px;
	color: #ffffff;
	height: 60px;
	line-height: 60px;
	padding: 0 12px;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.navAa:after{
	content: "";
	width: 100%;
	height: 1px;
	background-color: #ebb22d;
	position: absolute;
	left: 0;
	bottom: 5px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	opacity: 0;
}
.navLi.active .navAa{
	color: #ebb22d;
}
.language{
	height: 100px;
	line-height: 100px;
	position: relative;
	float: left;
	margin-left: 30px;
}
.language .tit{
	height: 35px;
	width: 85px;
	height: 35px;
	line-height: 33px;
	border: solid 1px #fff;
	border-radius: 5px;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	padding: 0 10px;
}
.language .tit:after{
	content: "";
	width: 13px;
	height: 7px;
	background: url(../images/cnen-jian.png) no-repeat center center;
	background-size: 100%;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.languageNav{
	position: absolute;
	top: 105%;
	left: 0;
	width: 100%;
	background-color: rgba(255,255,255,.8);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.language:hover .languageNav{
	top: 100%;
	visibility: visible;
	opacity: 1;
}
.languageNav li{
	width: 100%;
}
.languageNav li a{
	display: block;
	width: 100%;
	padding: 0 15px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color: #333;
}
.headTel{
	float: left;
	font-size: 14px;
	color: #ffffff;
	padding-left: 40px;
}
.headTel{
	line-height: 100px;
	height: 100px;
}
.headTel .div{
	display: inline-block;
	vertical-align: middle;
	line-height: 24px;
}
.headTel .nm, .headTel .tel{
	display: block;
}
/*
*/
.banDiv{
	position: relative;
	height: 100vh;
	overflow: hidden;
}
.banImg{
	font-size: 0;
	width: 100vw;
	height: 100vh;
}
.banImg img{
	width: 100%;
}
.banText{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	padding: 0 15px;
}
.banText .tit{
	margin-bottom: 65px;
}
.banText .txt{
	margin-bottom: 50px;
}
.banText .banBut{
	width: 175px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	background-color: rgba(255,255,255,.7);
	border-radius: 10px;
	display: block;
	margin: auto;
	font-size: 20px;
	color: #215285;
}
/**/
.idxBox{
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}
.idxDivs{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-55%);
}
.content .idxDivs{
	padding-top: 100px;
    transform: translateY(-50%);
}
.swpPro{
	margin: 0 -20px;
	padding: 0 20px;
}
.idxTitle{
	text-align: center;
	font-size: 38px;
	line-height: 32px;
	margin-bottom: 40px;
}
.idxTitle .en{
	color: #dadada;
}
.idxTitle .cn{
	color: #000000;
}
.swpProRow{
	margin: 0 -20px;
}
.swpProCol{
	width: 33.333%;
	padding: 20px;
	float: left;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.swpProDl{
	background-color: #fff;
	box-shadow: 0px 0px 20px 5px rgba(225, 221, 221, 1);
	position: relative;
	height: 240px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	overflow: hidden;
}
.swpProCol .swpProDl:hover{
	background-color: #215285;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.on .swpProDl .swpProLt{
	width: 280px;
}
.swpProLt, .swpProRt{
	padding: 0 15px;
}
.swpProLt{
	text-align: center;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.swpPlt-Logo{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	line-height: 0;
	margin-bottom: 20px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.swpPlt-Logo img{
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	opacity: 0;
	max-width: 220px;
}
.swpPlt-Logo img.colImg{
	visibility: visible;
	opacity: 1;
}
.swpPlt-Logo img.wtImg{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.swpProDl .tit{
	font-size: 24px;
	margin-bottom: 10px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.swpProDl .txt{
	font-size: 14px;
	line-height: 26px;
}
.swpPlt-text{
	margin-top: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.swpPlt-text .tit{
	color: #333;
}
.swpPlt-text .txt{
	color: #666;
	height: 26px;
}
.swpProRt{
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	min-width: 50%;
}
.swpProRt:after{
	content: "";
	width: 1px;
	height: 200px;
	background-color: #f4bc25;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.on .swpProRt{
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.on .swpPlt-Logo{
	margin-bottom: 0;
}
.on .swpPlt-text{
	visibility: hidden;
	opacity: 0;
	margin-top: -80px;
}
.on .swpPlt-Logo img.colImg{
	visibility: hidden;
	opacity: 0;
}
.on .swpPlt-Logo img.wtImg{
	visibility: visible;
	opacity: 1;
}
.swpPro .idx-swpBut{
	margin-top: 10px;
}
.idx-swpBut{
	text-align: center;
}
.idx-swpPrev, .idx-swpNext{
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px;
	cursor: pointer;
}
.swpProRt .tit{
	color: #fff;
}
.swpProRt .txt{
	color: #fff;
}
/**/
.soluLi{
	padding: 75px 50px 160px;
	border-right: solid 1px rgba(255,255,255,.5);
	position: relative;
}
.soluLi .tit{
	font-size: 22px;
	color: #ffffff;
	padding-bottom: 35px;
	margin-bottom: 45px;
}
.soluLi .tit{
	position: relative;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.soluLi .tit:after{
	content: "";
	width: 0;
	height: 1px;
	background-color: #ebb22d;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	position: absolute;
	bottom: 0;
	left: 0;
}
.soluLi .soluHead{
	position: relative;
	top: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.soluLi:hover .tit:after{
	width: 100%;
}
.soluLi:hover .tit{
	color: #ebb22d;
}
.soluLi:hover .soluHead{
	top: -45px;
}
.soluLi:hover .count{
	opacity: 1;
}
.soluLi:hover .moreBut{
	visibility: visible;
	opacity: 1;
}
.soluLi .txt{
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 60px;
}
.soluLi .moreBut{
	height: 40px;
	width: 120px;
	text-align: center;
	line-height: 40px;
	border-radius: 10px;
	background-color: #ebb22d;
	font-size: 14px;
	color: #ffffff;
	display: block;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateX(15px);
	-moz-transform: translateX(15px);
	-ms-transform: translateX(15px);
	-o-transform: translateX(15px);
	transform: translateX(15px);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.soluLi .count{
	font-size: 72px;
	color: #fff;
	opacity: .6;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	position: absolute;
	bottom: 20px;
	right: 50px;
}
.idx-soluBut{
	margin-top: 20px;
}
/**/
.swpIdxCase{
	margin-bottom: 35px;
}
.idxcaseDl{
	position: relative;
	padding-bottom: 110px;
}
.idxcaseDl dt{
	font-size: 0;
	overflow: hidden;
	position: relative;
}
.idxcaseDl dt:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.idxcaseDl:hover dt:after{
	background-color: rgba(0,0,0,0);
}
.idxcaseDl dt img{
	width: 100%;
}
.idxcaseDl dd{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #fff;
	padding: 20px 45px 30px;
	min-height: 110px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.idxcaseDl:hover dd{
	background-color: #ebb22d;
}
.idxcaseDl .icon{
	text-align: center;
	margin-bottom: 20px;
}
.idxcaseDl .ico{
	height: 20px;
	width: 1px;
	background-color: #dddddd;
	display: inline-block;
	vertical-align: middle;
}
.idxcaseDl .tit{
	font-size: 22px;
	color: #333333;
	text-align: center;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.idxcaseDl:hover .tit{
	color: #fff;
	margin-bottom: 30px;
}
.idxcaseDl .txt{
	font-size: 14px;
	color: #ffffff;
	line-height: 24px;
	height: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
/**/
.idxNew-lt, .idxNew-rt{
	float: left;
	width: 50%;
}
.idxNew-lt{
	padding-right: 40px;
}
.idxNew-rt{
	padding: 0 15px;
}
.idxNewDl{
	position: relative;
}
.idxNewDl dt{
	font-size: 0;
	overflow: hidden;
}
.idxNewDl dd{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.idxNewDl .tit{
	padding: 0 20px;
	font-size: 24px;
	color: #fff;
	width: 80%;
	float: left;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.idxNewDl .date{
	width: 80px;
	height: 80px;
	background-color: #ebb22d;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	padding: 15px;
	float: right;
}
.idxNew-head{
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.idxNew-head:before{
	content: "";
	width: 55px;
	height: 1px;
	background-color: #d4d7d9;
	position: absolute;
	bottom: 0;
	left: 0;
}
.idxNew-head .date{
	float: left;
	font-size: 20px;
	color: #666666;
	line-height: 24px;
}
.idxNew-head .date .year,
.idxNew-head .date .day{
	display: block;
}
.idxNew-head .date .year{
	font-size: 16px;
}
.idxNew-head .tit{
	float: left;
	font-size: 20px;
	color: #333333;
	margin-left: 30px;
	width: 435px;
}
.idxNew-body{
	padding-left: 80px;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.idxNew-li{
	padding: 21px 25px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.idxNew-li:hover{
	background-color: #ebb22d;
}
.idxNew-head .date, .idxNew-head .tit, .idxNew-body{
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.idxNew-li:hover .idxNew-head .date, .idxNew-li:hover .idxNew-head .tit, .idxNew-li:hover .idxNew-body{
	color: #fff;
}
.idxNew-head:before{
	-webkit-transition: all 0.5s ease 0.2s;
	-moz-transition: all 0.5s ease 0.2s;
	-ms-transition: all 0.5s ease 0.2s;
	-o-transition: all 0.5s ease 0.2s;
	transition: all 0.5s ease 0.2s;
}
.idxNew-li:hover .idxNew-head:before{
	width: 100%;
	background-color: rgba(255,255,255,.4);
}
.idxNew-li.act{
	background-color: #ebb22d;
}
.idxNew-li.act .idxNew-head .date, .idxNew-li.act .idxNew-head .tit, .idxNew-li.act .idxNew-body{
	color: #fff;
}
.idxNew-li.act .idxNew-head:before{
	width: 100%;
	background-color: rgba(255,255,255,.4);
}
.moresBut{
	text-align: center;
	margin-top: 80px;
}
.moresBut .but{
	width: 175px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	font-size: 16px;
	color: #145990;
	border: solid 1px #145990;
	border-radius: 10px;
	display: inline-block;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.moresBut .but:hover{
	background-color: #145990;
	color: #fff;
}
/**/
.partLi{
	float: left;
	width: 20%;
	padding: 12px;
}
.partLi .img{
	display: block;
	border: solid 1px #c7d1dd;
	font-size: 0;
}
.partLi .img img{
	width: 100%;
}
/**/
.footRow{
	margin: 0 -15px;
}
.footDiv, .footArea, .footBut{
	padding: 0 15px;
	float: left;
}
.footDiv{
	width: 50%;
}
.footArea{
	width: 100%;
}
.footLt, .footRt{
	width: 50%;
	float: left;
}
.footFm .inp, .footFm .area{
	background-color: rgba(0,0,0,0);
	border-radius: 0;
	border-bottom: solid 1px rgba(255,255,255,.3);
	width: 100%;
	font-size: 18px;
	color: #fff;
}
.footFm .inp{
	height: 68px;
}
.footFm .area{
	height: 115px;
	padding: 30px 0;
}
.footBut{
	margin-top: 80px;
}
.footBut .but{
	width: 175px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	border-radius: 10px;
	background-color: #ebb22d;
	font-size: 16px;
	color: #ffffff;
}
.footRt{
	padding-left: 30px;
}
.footRt-ul li{
	padding-left: 38px;
	position: relative;
	margin: 30px 0;
}
.footRt-ul li .icon{
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 3px;
}
.footRt-ul li .nm{
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 20px;
}
.footRt-ul li .tel{
	font-size: 24px;
	color: #ffffff;
}
.footRt-ewm{
	margin-bottom: 40px;
	float: left;
	text-align: center;
	margin-right: 85px;
}
.ewmTxt{
	font-size: 14px;
	color: #ffffff;
	margin-top: 15px;
}
.footRt-fx .nms{
	font-size: 18px;
	color: #fff;
	margin-bottom: 30px;
}
.footRt-fx .bshare-custom a{
	width: 46px;
	height: 46px;
	padding: 0;
	float: left;
	background-size: 100% 100% !important;
}
.footRt-fx .bshare-sinaminiblog{
	background: url(../images/foot-fxico1.png) no-repeat center center !important;
}
.footRt-fx .bshare-weixin{
	background: url(../images/foot-fxico2.png) no-repeat center center !important;
}
.footRt-fx .bshare-qqim{
	background: url(../images/foot-fxico3.png) no-repeat center center !important;
}
.footBtm{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
.footNav{
	border-bottom: solid 1px rgba(255,255,255,.2);
	padding-bottom: 30px;
}
.footNav li{
	display: inline-block;
	padding: 0 18px;
}
.footNav li a{
	display: inline-block;
	font-size: 16px;
	color: #fff;
}
.footBtmTxt{
	font-size: 14px;
	color: #fff;
	opacity: .4;
	padding: 40px 0;
}
.footBtmTxt a{
	color: #fff;
}
.idxFooter{
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
}
/*
		02
*/
.npgBanner{
	position: relative;
}
.npgBan-img{
	font-size: 0;
}
.npgBan-img img{
	width: 100%;
}
.npgBan-text{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.npgBan-text .tit{
	font-size: 48px;
	color: #ffffff;
	font-weight: bold;
}
.npgBox{
	padding-top: 20px;
	padding-bottom: 80px;
}
.proDl{
	padding: 40px 0;
	border-bottom: solid 1px #f0f0f0;
}
.proDl dt{
	font-size: 0;
	overflow: hidden;
	width: 420px;
	float: left;
}
.proDl dt img{
	width: 100%;
}
.proDl dd{
	float: left;
	width: 780px;
	padding-left: 50px;
	padding-top: 30px;
	position: relative;
	height: 310px;
}
.proDl dd .tit{
	font-size: 28px;
	color: #000000;
	margin-bottom: 35px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.proDl:hover dd .tit{
	color: #ebb22d;
}
.proDl dd .txt{
	font-size: 14px;
	line-height: 28px;
	color: #676767;
}
.proDl dd .but{
	position: absolute;
	bottom: 0;
	left: 50px;
}
.proDl:hover dd .but{
	animation: but 0.8s ease 0s infinite;
}
.pagination{
	text-align: center;
	margin-top: 60px;
}
.pagination li{
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
}
.pagination li a{
	display: inline-block;
	width: 50px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #2e3133;
	background-color: #f6f6f6;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.pagination li:hover a{
	background-color: #e9e9e9;
}
.pagination li.active a{
	background-color: #ebb22d;
	color: #fff;
}
.smlNavBox{
	background-color: #e9f2fa;
}
.smlNav li{
	float: left;
}
.smlNav li a{
	float: left;
	font-size: 20px;
	height: 80px;
	line-height: 80px;
	padding: 0 40px;
	color: #000000;
}
.smlNav li.active a{
	color: #fff;
	background-color: #ebb22d;
}
/*
		03
*/
.protextHead{
	background-color: #fff;
	border-bottom: solid 20px #f4f4f4;
	padding: 85px 0;
}
.protxtImg{
	width: 520px;
	overflow: hidden;
	float: left;
}
.protxtImg img{
	width: 100%;
}
.protxtText{
	width: 680px;
	padding-left: 60px;
	float: left;
	padding-top: 35px;
}
.protxtText .title .tit{
	font-size: 28px;
	color: #000000;
	margin-bottom: 30px;
}
.protxtText .title .txt{
	font-size: 14px;
	line-height: 28px;
	color: #676767;
	margin-bottom: 45px;
}
.protxtText .list .tit{
	font-size: 18px;
	color: #000000;
	margin-bottom: 20px;
}
.protxtText .list .ul{
	padding-bottom: 15px;
	margin: 0 -15px;
}
.protxtText .list .ul li{
	font-size: 14px;
	color: #676767;
	float: left;
	margin: 0 15px;
}
.imgList{
	border-top: solid 1px rgba(205,205,205,.3);
	padding-top: 15px;
}
.imgLi{
	position: relative;
	padding: 0 50px;
}
.divImg{
	font-size: 0;
	position: relative;
}
.divImg:after{
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.swiper-slide-thumb-active .divImg:after{
	background-color: rgba(0,0,0,0);
}
.divImg img{
	width: 100%;
}
.idx-imgLiPrev, .idx-imgLiNext{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
}
.idx-imgLiPrev{
	left: 0;
}
.idx-imgLiNext{
	right: 0;
}
/**/
.protxtYou, .protxtDonw{
	padding: 55px 0 85px;
}
.protxtNav{
	text-align: center;
	border-bottom: solid 1px #cdcdcd;
}
.protxtNav li{
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
}
.protxtNav li a{
	height: 78px;
	line-height: 78px;
	font-size: 18px;
	color: #000000;
	padding: 0 20px;
	position: relative;
	display: inline-block;
}
.protxtNav li a:after{
	content: "";
	width: 100%;
	height: 2px;
	background-color: #f4bc25;
	position: absolute;
	left: 0;
	bottom: -1px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.protxtNav li.active a:after{
	visibility: visible;
	opacity: 1;
}
.protxtTit{
	font-size: 24px;
	color: #000000;
	position: relative;
	text-align: center;
	padding-bottom: 13px;
	margin-bottom: 30px;
}
.protxtTit:after{
	content: "";
	width: 40px;
	height: 4px;
	background-color: #f4bc25;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.ptyouLi{
	padding: 25px 0;
	margin-bottom: 15px;
	border-bottom: solid 1px rgba(205,205,205,.3);
}
.ptyouLi:last-child{
	border: 0;
}
.ptyouLi .tit{
	font-size: 18px;
	color: #000000;
	text-align: center;
	margin-bottom: 40px;
}
.ptyouLi .tit span{
	position: relative;
	display: inline-block;
	padding: 0 40px;
	font-size: 18px;
	color: #000000;
}
.ptyouLi .tit span:after, 
.ptyouLi .tit span:before{
	content: "";
	width: 20px;
	height: 25px;
	background: url(../images/youshi-ico.png) no-repeat center center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 3px;
}
.ptyouLi .tit span:after{
	left: 0;
} 
.ptyouLi .tit span:before{
	right: 0;
}
.ptyouLi .txt{
	font-size: 14px;
	color: #676767;
	line-height: 28px;
	text-align: center;
}
/**/
.protxtTe{
	background-color: #f5f8fa;
	padding: 55px 0 85px;
}
.pttRow{
	margin: 0 -15px;
}
.pttCol{
	width: 50%;
	float: left;
	padding: 40px 15px;
}
.pttDl dt{
	width: 120px;
	font-size: 0;
	float: left;
}
.pttDl dt img{
	width: 100%;
}
.pttDl dd{
	width: 445px;
	float: left;
	padding-left: 20px;
}
.pttDl dd .tit{
	font-size: 18px;
	color: #000000;
	margin-bottom: 20px;
}
.pttDl dd .txt{
	font-size: 14px;
	line-height: 28px;
	color: #676767;
}
/**/
.ptdLi{
	padding: 30px 0;
	padding-left: 65px;
	position: relative;
	border-bottom: solid 1px #dee0e1;
}
.ptdLi:after{
	content: "";
	width: 35px;
	height: 40px;
	background: url(../images/dload-ico1.png) no-repeat center center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ptdLi .tit a{
	font-size: 14px;
	color: #000000;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	display: inline-block;
}
.ptdLi:hover .tit a{
	color: #f4bc25;
	-webkit-transform: translateX(3px);
	-moz-transform: translateX(3px);
	-ms-transform: translateX(3px);
	-o-transform: translateX(3px);
	transform: translateX(3px);
}
.moreIco, .dloadIco{
	background-size: 100% !important;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	filter: Gray; 
	-webkit-filter: grayscale(100%);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.moreIco:hover, .dloadIco:hover{
	filter: Gray; 
	-webkit-filter: grayscale(0);
}
.moreIco{
	background: url(../images/dload-ico2.png) no-repeat center center;
	right: 95px;
	width: 30px;
	height: 30px;
}
.dloadIco{
	background: url(../images/dload-ico3.png) no-repeat center center;
	top: 50%;
	width: 33px;
	height: 30px;
	right: 20px;
}
/*
		04
*/
.caseBox{
	padding-top: 55px;
}
.caseTit{
	margin-bottom: 30px;
}
.caseTit .txt{
	font-size: 18px;
	color: #676767;
	line-height: 30px;
	color: #676767;	
	text-align: center;
	position: relative;
	padding-bottom: 30px;
}
.caseTit .txt:after{
	content: "";
	width: 40px;
	height: 4px;
	background-color: #f4bc25;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
/*
		05
*/
.caseDl dt{
	width: 300px;
	height: 300px;
}
.caseDl dd{
	height: 300px;
	width: 900px;
	padding-right: 50px;
}
.caseDl dt img{
	width: 100%;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.caseTwo{
	position: relative;
}
.caseTimg{
	font-size: 0;
}
.caseTimg img{
	width: 100%;
}
.caseDl:hover dt img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.caseTtext{
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
}
.caseTtext .tit{
	font-size: 48px;
	color: #fff;
	text-align: center;
}
.caseTtext .tit span{
	display: inline-block;
	position: relative;
	padding: 0 20px;
}
.caseTtext .tit span:after, .caseTtext .tit span:before{
	content: "";
	width: 450px;
	height: 1px;
	position: absolute;
	top: 50%;
	background: url(../images/xian.png) no-repeat center center;
	background-size: 100%;
}
.caseTtext .tit span:after{
	right: 100%;
}
.caseTtext .tit span:before{
	left: 100%;
	transform: rotate(180deg);
}
.caselgCol{
	padding: 20px;
	float: left;
}
.caseLi{
	font-size: 0;
	border: solid 1px #00336c;
	position: relative;
}
.caseLi:after{
	content: "";
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background-color: rgba(0,0,0,0);
	position: absolute;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.caseLi img{
	width: 100%;
}
.caseLi .tit{
	font-size: 24px;
	color: #ffffff;
	position: absolute;
	z-index: 2;
	text-align: center;
	width: 100%;
	top: 45%;
	left: 0;
	padding: 0 15px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.caseLi:hover .tit{
	visibility: visible;
	opacity: 1;
	top: 50%;
}
.caseLi:hover:after{
	background-color: rgba(0,0,0,0.9);
}
.caseLogo{
	padding: 80px 0 45px;
}
.swpCaselg{
	margin-bottom: 60px;
}
/*
		06
*/
.casetextBox .title{
	margin-bottom: 30px;
}
.casetextBox .title .tit{
	font-size: 30px;
	color: #333333;
	margin-bottom: 20px;
}
.casetextBox .title .txt{
	font-size: 20px;
	color: #676767;
}
.casetextBox .text{
	font-size: 20px;
	line-height: 30px;
	color: #676767;
}
.casetextBox .text img{
	display: block;
	margin: auto;
	height: auto !important;
	max-width: 100%;
}
.casetextBox{
	padding: 75px 0;
}
/**/
.npgPage{
	position: relative;
}
.rturnBut{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 14px;
	color: #676767;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.rturnBut:hover{
	color: #ebb22d;
}
.npgPage-ul{
	padding: 25px 0;
	border-top: solid 1px rgba(150,150,150,.3);
	border-bottom: solid 1px rgba(150,150,150,.3);
	margin-top: 60px;
}
.npgPage-ul li{
	margin: 0 -10px;
}
.npgPage-ul li a{
	font-size: 14px;
	color: #676767;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.npgPage-ul li:hover a{
	color: #ebb22d;
}
.npgPage-ul .icon{
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	position: relative;
	top: -2px;
	margin: 0 10px;
}
.npgPage-ul .prev{
	float: left;
}
.npgPage-ul .next{
	float: right;
}
.shouBox{
	padding: 70px 0;
}
.shouBox .tit{
	font-size: 24px;
	color: #000000;
	text-align: center;
	margin-bottom: 55px;
}
.shouImg{
	margin-bottom: 120px;
}
.shouImg img{
	display: block;
	margin: auto;
	max-width: 100%;
}
.shou2Img{
	text-align: center;
}
.shouList{
	position: relative;
}
.shouList-ul li{
	position: absolute;
}
.shouList-ul li .tits{
	font-size: 20px;
	color: #000000;
	margin-bottom: 15px;
}
.shouList-ul li .txt{
	font-size: 14px;
	line-height: 24px;
	color: #676767;
}
.shouList-ul li .count{
	position: absolute;
	top: 0;
	font-size: 48px;
	color: #f4f4f4;
	line-height: 48px;
}
.shouList-ul li:nth-child(1){
	left: 3.333%;
	top: -22px;
	width: 430px;
	padding-left: 90px;
}
.shouList-ul li:nth-child(1) .count,
.shouList-ul li:nth-child(3) .count{
	top: 0;
	left: 0;
}
.shouList-ul li:nth-child(2){
	right: 1.667%;
	top: 0;
	width: 370px;
}
.shouList-ul li:nth-child(2) .count,
.shouList-ul li:nth-child(4) .count{
	left: 130px;
}
.shouList-ul li:nth-child(3){
	left: 15.833%;
	top: 185px;
	width: 250px;
	padding-left: 90px;
}
.shouList-ul li:nth-child(4){
	right: 17.907%;
	top: 235px;
	width: 205px;
}
/**/
.fwFanBox{
	background-color: #f2f6fb;
	padding: 55px 0 100px;
}
.fwFanRow{
	margin: -20px;
}
.fwFanCol{
	padding: 20px;
	width: 50%;
	float: left;
}
.fwFanLi{
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.2);
	height: 300px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.fwFanLi:hover{
	background-color: #f4bc25;
}
.fwFanLi:hover .title h3, .fwFanLi:hover .text{
	color: #fff;
}
.fwFanLi:after{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.fwFanLi .title{
	width: 160px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
.fwFanLi .text{
	font-size: 14px;
	color: #676767;
	line-height: 28px;
	display: inline-block;
	vertical-align: middle;
	width: 375px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.fwFanLi .title h3{
	font-size: 20px;
	color: #000;
	margin-top: 35px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.fwFanLi:hover .icon{
	filter: brightness(1000%);
}
/*
		08
*/
.newListBox{
	padding: 40px 0 80px;
}
.newLi{
	padding-bottom: 35px;
	position: relative;
}
.newLi:after{
	content: "";
	width: 900px;
	height: 1px;
	background-color: #efefef;
	position: absolute;
	bottom: 0;
	left: 0;
}
.newLi dt{
	float: right;
	width: 300px;
	font-size: 0;
	overflow: hidden;
	border-radius: 5px;
}
.newLi dt img{
	width: 100%;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.newLi dd{
	position: relative;
	width: 835px;
	padding-left: 150px;
	padding-top: 40px;
}
.newLi dd .date{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100px;
	height: 100px;
	text-align: center;
	color: #676767;
	line-height: 36px;
	border: solid 1px #cdcdcd;
	border-radius: 5px;
	padding-top: 15px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.newLi:hover dd .date{
	background-color: #f4bc25;
	border-color: #f4bc25;
}
.newLi dd .date .day{
	font-size: 36px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.newLi dd .date .year{
	font-size: 18px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.newLi:hover dd .date .day, .newLi:hover dd .date .year{
	color: #fff;
}
.newLi dd .tit{
	font-size: 18px;
	color: #000000;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.newLi:hover dd .tit{
	color: #ebb22d;
}
.newLi dd .txt{
	font-size: 14px;
	line-height: 28px;
	color: #676767;
	margin-bottom: 85px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newLi:hover dd .but{
	display: inline-block;
	animation: but 0.8s ease 0s infinite;
}
.newLi:hover dt img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
@keyframes but{
	0%{
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	60%{
		-webkit-transform: translateX(10px);
		-moz-transform: translateX(10px);
		-ms-transform: translateX(10px);
		-o-transform: translateX(10px);
		transform: translateX(10px);
	}
	100%{
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}
/*
		09
*/
.aboOne{
	padding-top: 65px;
}
.aboChlyaer{
	margin-bottom: 40px;
}
.aboChlyaer .allyear{
	font-size: 114px;
	color: #000000;
}
.aboChlyaer .allyear, .aboChlyaer .aboYeart{
	display: inline-block;
	vertical-align: middle;
}
.aboChlyaer .aboYeart{
	line-height: 56px;
	margin-left: 40px;
}
.aboChlyaer .year{
	font-size: 42px;
	color: #ebb22d;
	display: block;
}
.aboChlyaer .en{
	font-size: 42px;
	color: #333333;
	display: block;
}
.aboChltext{
	font-size: 24px;
	color: #000000;
	line-height: 40px;
}
.aboOne{
	padding-bottom: 100px;
}
.aboOne .ul{
	margin-top: 90px;
}
.aboOne .ul li{
	width: 33.333%;
	float: left;
	text-align: center;
	position: relative;
}
.aboOne .ul .cout span{
	font-size: 64px;
	color: #ebb22d;
	margin-right: 15px;
}
.aboOne .ul .cout small{
	font-size: 14px;
	color: #ebb22d;
}
.aboOne .ul .txt{
	font-size: 18px;
	color: #676767;
}
.aboOne .ul li:after{
	content: "";
	width: 1px;
	height: 105px;
	background-color: #d1e8fb;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.aboOne .ul li:last-child:after{
	display: none;
}
/**/
.aboTwo{
	padding: 80px 0 140px;
}
.aboTwo-text{
	position: relative;
	padding: 75px;
	background-color: #fff;
}
.aboTwo-text .icon{
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.aboTwo-text .text{
	font-size: 14px;
	color: #676767;
	line-height: 28px;
}
.aboTwo-text .text img{
	max-width: 100%;
	display: block;
	margin: auto;
}
/*
		11
*/
.rzList{
	margin: 0 -15px;
}
.rzLi{
	padding: 15px;
	width: 25%;
	float: left;
}
.rzDl{
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.rzDl dt{
	height: 290px;
	position: relative;
	width: 100%;
}
.rzDl dt img{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.rzDl dd{
	padding: 20px 0;
	background-color: #eef4f9;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.rzDl dd .tit{
	line-height: 28px;
	color: #333333;
	font-size: 18px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.rzDl:hover dd{
	background-color: #ebb22d;
}
.rzDl:hover dd .tit{
	color: #fff;
}

.rzDl:hover{
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px);
}
/*
		10
*/
.lichBox{
	padding: 110px 0;
}
.yearZhou{
	position: relative;
	text-align: center;
	padding: 0 90px;
}
.lich-top{
	padding: 0 50px;
}
.lich-top:after{
	content: "";
	width: 100%;
	height: 1px;
	background-color: #898989;
	position: absolute;
	top: 8px;
	left: 0;
}
.lcZhou .icon{
	width: 18px;
	height: 18px;
	border: solid 1px rgba(0,0,0,0);
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
}
.lcZhou .icon:before{
	content: "";
	width: 14px;
	height: 14px;
	background-color: #bbbaba;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.lcZhou .icon:after{
	content: "";
	width: 6px;
	height: 6px;
	background-color: #676767;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.lcZhou .year{
	font-size: 18px;
	color: #676767;
}
.lich-topPrev, .lich-topNext{
	position: absolute;
	top: -8px;
}
.lich-topPrev{
	left: 0;
}
.lich-topNext{
	right: 0;
}
.lich-thumbs{
	height: 1600px;
	padding: 30px 0 120px;
	margin-top: 50px;
}
.lich-thumbs .swiper-slide{
	transition: all 0s ease 0.5s;
}
.lich-thumbs .swiper-slide-prev{
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease 0s;
}
.lich-thumbs:after{
	content: "";
	width: 1px;
	height: 100%;
	background-color: #898989;
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.lichLi{
	width: 50%;
}
.lichLi .img{
	height: 55px;
}
.lichLi .img img{
	width: 280px;
}
.lichLi .tit{
	font-size: 30px;
	margin-bottom: 20px;
	color: #676767;
	position: relative;
}
.lichLi .tit .icon{
	display: block;
	width: 60px;
	height: 60px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.lichLi .tit .icon:after{
	border-radius: 100%;
	content: "";
	width: 15px;
	height: 15px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,.3);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.swiper-slide-active .lichLi .tit .icon:after{
	background-color: #f4bc25;
	box-shadow: 0px 0px 20px 0px rgba(244,188,37,.6);
}
.lichLi .txt{
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 25px;
	color: #000000;
}
.lichLiLt{
	float: left;
	text-align: right;
	padding-right: 40px;
}
.lichLiRt{
	float: right;
	text-align: left;
	padding-left: 40px;
}
.lichLiLt .tit .icon{
	left: 100%;
	margin-left: 10px;
}
.lichLiRt .tit .icon{
	right: 100%;
	margin-right: 10px;
}
.lich-thumbs .swiper-slide{
	height: auto;
}
.lcZhou .icon, .lcZhou .icon:before, .lcZhou .icon:after, .lcZhou .year{
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.swiper-slide-thumb-active .lcZhou .icon{
	border-color: #ebb432;
	background-color: #f0e7d3;
	border-radius: 100%;
}
.swiper-slide-thumb-active .lcZhou .icon:before{
	background-color: rgba(0,0,0,0);
}
.swiper-slide-thumb-active .lcZhou .icon:after{
	background-color: #ebb432;
}
.swiper-slide-thumb-active .lcZhou .year{
	color: #ebb432;
}
/*
	12
*/
.swpTact{
	padding: 0 90px;
	margin: 0 -90px 105px;
}
.swpTactDl{
	position: relative;
}
.swpTactDl dt{
	float: right;
	width: 70.5426%;
	border-radius: 10px 0 0 10px;
	font-size: 0;
}
.swpTactDl dt img{
	width: 100%;
}
.swpTactDl dd{
	width: 680px;
	padding: 55px 45px 90px;
	background-color: #fff;
	box-shadow: 0px 3px 22.56px 1.44px rgba(0, 0, 0, .3);
	border-radius: 10px;
	position: absolute;
	top: 60%;
	left: -45px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	visibility: hidden;
	opacity: 0;
}
.swiper-slide-active .swpTactDl dd{
	top: 50%;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
}
.swpTact .tit{
	font-size: 24px;
	color: #000;
	margin-bottom: 60px;
}
.tactList{
	position: relative;
	z-index: 1;
	display: inline-block;
	vertical-align: middle;
}
.tactList:after{
	content: "";
	width: 1px;
	height: 90%;
	background-color: #e3e3e3;
	position: absolute;
	left: 14px;
	top: 5%;
	z-index: -1;
}
.tactLi{
	padding: 10px 0;
}
.tactLi .icon{
	width: 28px;
	display: inline-block;
	vertical-align: middle;
}
.tactLi p{
	display: inline-block;
	vertical-align: middle;
	width: 225px;
	padding-left: 10px;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	height: 24px;
}
.ewmDivs{
	display: inline-block;
	vertical-align: middle;
	margin-left: 145px;
	text-align: center;
}
.ewmImg{
	font-size: 0;
	padding: 15px;
	background-color: #fff;
	border: solid 2px #f4bc25;
	margin-bottom: 15px;
}
.ewmDivs .tit{
	font-size: 14px;
	color: #333333;
}
/*

*/
.npgFoot{
	position: relative;
	height: 970px;
}
.ewmDiv{
	font-size: 0;
	border: solid 1px #dee2e7;
	padding: 5px;
	width: 153px;
	display: inline-block;
}
.footRt-fx{
	float: left;
}
.footRt-fx .bshare-custom{
	margin: 0 -10px !important;
}
.footRt-fx .bshare-custom a{
	margin: 0 10px !important;
}
::-webkit-input-placeholder{
	color: #fff;
}
.footRt{
	padding-left: 70px;
}
.idxTitle .en.blu{
	color: #fff;
	opacity: .4;
}
.idxTitle .cn.wt{
	color: #fff;
}
.language .tit{
	cursor: pointer;
}
.content .footer .idxDivs{
	padding-top: 0;
	padding-bottom: 30px;
}
/*
		悬浮新增
*/
.rtXuanfu{
	position: fixed;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
	width: 70px;
}
.rtXuanfu li{
	width: 70px;
	height: 70px;
	background-color: rgba(240,240,240,.8);
	border-radius: 70px;
	margin-bottom: 1px;
	float: right;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin: 10px 0;
}
.rtXuanfu li .ico{
	width: 70px;
}
.rtXuanfu li:hover{
	background-color: #ebb22d;
	background-size: 100%;
}
.rtXuanfuTel{
	position: relative;
	overflow: hidden;
}
.rtXuanfuTel:hover{
	width: 280px;
}
.rtXuanfuTel .div{
	position: absolute;
	right: 0;
	left: 0;
	width: 280px;
}
.rtXuanfuTel .div .ico,
.rtXuanfuTel .div .tel{
	float: left;
}
.rtXuanfuTel .div .tel{
	line-height: 70px;
	font-size: 24px;
	color: #ffffff;
}
.rtXuanfu .returnTop{
	background-color: #7c8091;
}
.rtXuanfu li.returnTop:hover{
	background: #252b47;
}
.rtXuanfuEml{
	position: relative;
}
.rtXuanfuEml:hover .ewmdiv{
	visibility: visible;
	opacity: 1;
	margin-right: 10px;
}
.ewmdiv{
	position: absolute;
	right: 100%;
	background-color: #fff;
	padding: 15px;
	border-radius: 8px;
	font-size: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 200px;
	margin-right: 0px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.ewmdiv img{
	width: 100%;
}
/**/
.idxTitle, .swpProDiv, .swpSoluDiv, .swpIdxCaseDiv, .idxNew-lt, .idxNew-rt, .partList, .content .footLt, .content .footRt{
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	-ms-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
}
.vis .idxTitle, .vis .swpProDiv, .vis .swpSoluDiv, .vis .swpIdxCaseDiv, .vis .idxNew-lt, .vis .idxNew-rt, .vis .partList,
.content .vis .footLt, .content .vis .footRt{
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}
.vis .swpProDiv, .vis .swpSoluDiv, .vis .swpIdxCaseDiv, .vis .idxNew-lt, .vis .idxNew-rt, .vis .partList,
.content .vis .footLt, .content .vis .footRt{
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.vis .idxNew-rt, .vis .content .footRt, .content .vis .footRt{
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.npgFoot .idxTitle{
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.pttCol{
	float: none;
	display: inline-block;
	vertical-align: top;
}


/**/
.pttDl dd .txt{
	height: 150px;
	overflow-x: hidden;
}
.navLi{
	position: relative;
}
.navUl{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: rgba(15,34,83,.9);
	padding: 10px 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}
.navUlLi a{
	display: block;
	line-height: 25px;
	padding: 10px 0;
	font-size: 16px;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
/**/
.pttDl dd .txt::-webkit-scrollbar {
	/*滚动条整体样式*/
	width : 5px;  /*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}
.pttDl dd .txt::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 5px;
	box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.1);
	background   : #535353;
}
.pttDl dd .txt::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	background   : #ededed;
}
.footBtmTxt a{
	margin: 0 5px;
}
@media screen and (min-width: 1200px){
	.navUlLi a:hover{
		background-color: rgba(15,34,83,1);
	}
	.navLi:hover .navUl{
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@media screen and (max-width: 1500px){
	.content .idxDivs{
    	transform: translateY(-50%) scale(0.85);
	}
}


@media screen and (min-width: 992px){

	.navLi:hover .navAa{
		color: #ebb22d;
	}
	.navLi:hover .navAa:after{
		bottom: 0;
		visibility: visible;
		opacity: 1;
	}
	.navLi.active .navAa:after{
		bottom: 0;
		visibility: visible;
		opacity: 1;
	}
	
}