@charset "UTF-8";
body {
	font-family:"barlow";
	font-size:15px;
	color:#666666;
	overflow-x:hidden;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {
	display:block;
}
audio,canvas,progress,video {
	display:inline-block;
	vertical-align:baseline;
}
audio:not([controls]) {
	display:none;
	height:0;
}
[hidden],template {
	display:none;
}
svg:not(:root) {
	overflow:hidden;
}
ul,ol,li {
	padding:0;
	margin:0;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:500
}
:focus {
	outline:none;
}
img {
	border:0;
	max-width:100%;
	vertical-align:middle;
}
ul,ol,li {
	list-style:none;
}
a {
	text-decoration:none;
	background:0 0;
	color:inherit;
}
a:focus {
	text-decoration:none;
}
p {
	margin:0;
}
a:active,a:hover,a:focus {
	outline:0
}
b,strong {
	font-weight:700
}
sub,sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline
}
button,input,optgroup,select,textarea {
	color:inherit;
	font:inherit;
	margin:0;
	outline:0
}
button,select {
	text-transform:none
}
select {
	-webkit-appearance:none;
	border:none
}
hr {
	border:0;
	height:1px
}
table {
	border-spacing:0;
	border-collapse:collapse;
}
input {
	line-height:normal
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance:button;
	cursor:pointer;
}
input[type="checkbox"],input[type="radio"] {
	box-sizing:border-box;
	padding:0
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
	height:auto
}
input[type="search"] {
	-webkit-appearance:textfield;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance:none
}
a {
	transition:all .5s ease;
}
a:hover {
	text-decoration:none;
	transition:all .5s ease;
}
@font-face {
	font-family:"helev";
	src:url("../fonts/helev.TTF");
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:"sapie";
	src:url("../fonts/SAPIENTSANSMEDIUM.TTF");
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:"barlow";
	src:url("../fonts/BarlowCondensed-Regular.woff2.ttf");
	font-weight:normal;
	font-style:normal;
}
h1,h2,h3,h4,h5,h6 {
	margin:0;
	font-weight:normal;
}
a:focus,a:hover {
	color:#153885; 
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.clear {
	clear:both;
}
.footH {
	height:48px;
	display:none;
}
.footFix {
	background:#174d97;
	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;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.swiper-pagination-bullet-active {
	background:#153885 !important;
}
.container {
	width:96%;
	max-width: 1600px;
	margin:0 auto;
	padding:0;
}

.headSearchWarp{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.6);
	z-index: 9009;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
}
.headSearchWarp.open{
	opacity: 1;
	visibility: visible; 
	transition: all .5s ease;
}
.headSearch{
	position: fixed;
	top: -151px;
	opacity: 0;
	visibility: hidden;
	left: 0;
	background: #fff;
	z-index: 90090;
	width: 100%;
	padding: 50px 0;
	box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .1);
	transition: all .5s ease;
}
.headSearch.open{
	opacity: 1;
	top: 0;
	visibility: visible;
	transition: all .5s ease;
}
.headSearch .container{
	max-width: 1000px;
	position: relative;
	border-bottom: 1px solid #ddd;
}
.headSearch input[type=text]{
	border: none;
	height: 50px;
	width: 90%;
	padding: 0;
	text-indent: 18px;
	float: left;
}
.headSearch .hsm {
    width: 10%;
    float: left;
    height: 50px;
    background: url(../images/ss-ico.jpg) no-repeat right 15px center;
    text-align: right;
    border: none;
    outline: none;
    padding-right: 5px;
    line-height: 50px;
    cursor: pointer;
}
.closeHs{
	position: absolute;
	cursor: pointer;
	right: -100px;
	top: -30px;
}
.closeHs i{
	font-size: 22px;
	color: #153885;
}
.closeHm{
	position: absolute;
	cursor: pointer;
	right: 50px;
	top: 30px;
	z-index: 9999;
}
.closeHm i{
	font-size: 28px;
	color: #e7262d;
}
/* head */
.head {
	width:100%;
	background:rgba(255,255,255,0);
	z-index:999; 
	top:0;
	padding: 18px 0 16px;
	border-bottom: 1px solid rgba(203,202,202,0);
	position:fixed;
	transition:all .5s ease;
}
.head.fixedbg {
	left:0;
	background:rgba(255,255,255,1);
	position:fixed;
	border-bottom: 1px solid rgba(203,202,202,0.5);
	box-shadow:0 6px 15px 0 rgba(0,0,0,.1);
	transition:all .5s ease;
}
.head .Logo{
	float: left;
	position: relative;
}
.head .Logo #afLogo2{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}
.head .Logo img.none{
	opacity: 0;
	transition: all .5s ease;
}
.WebLink{
	float: left;
	margin-left: 4px;
	margin-top: 18px;
}
.WebLink li{
	float: left;
	margin-left: 58px;
}
.WebLink li > a{
	display: block;
	line-height: 25px;
	font-size: 17px;
	color: #fff;
}
.head.fixedbg .WebLink li > a{
	color: #222222;
}
.WebLink li:hover > a,.WebLink li.on > a{
	color: #174d97 !important;
}
.head-search{
	float: right;
	cursor: pointer;
	color: #fff;
	margin-left: 52px;
	line-height: 23px;
	margin-top: 18px;
	transition:all .5s ease;
}
.head.fixedbg .head-search{
	color: #1762a1;
	transition:all .5s ease;
}
.head-search i{
	font-size: 20px;
}
.head-yuyan{
	float: right;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	line-height: 25px;
	margin-top: 17px;
	position: relative;
	transition:all .5s ease;
}
.head-yuyan .link{
	position: absolute;
	left: 0;
	top: 25px;
	width: 100%;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 13px 0 rgba(0,0,0,.2);
}
.head-yuyan .link a{
	display: block;
	color: #222;
	text-align: center;
	line-height: 32px; 
	font-size: 14px;
	max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 300ms ease;
    -moz-transition: max-height 300ms ease;
    -o-transition: max-height 300ms ease;
    transition: max-height 300ms ease;
} 
.head-yuyan .link a:hover{
	color: #03a2d6;
}
.head-yuyan:hover .link a{
	max-height: 32px;
    transition: all .5s ease;
}
.head.fixedbg .head-yuyan{
	color: #222222;
	transition:all .5s ease;
}
.head-yuyan .icon-quanqiuzixun{
	font-size: 16px;
	margin-right: 7px;
}
.head-yuyan .icon-xiangxiajiantou{
	font-size: 16px;
	margin-left: 8px;
}
.af-sub-menu{
	position: absolute;
	width: 100%;
	left: 0;
	top: 60px;
	z-index: 999;
	box-shadow: 0 6px 15px 0 rgba(0,0,0,.1);
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
}
.WebLink li:hover .af-sub-menu{
	opacity: 1;
	visibility: visible;
	transition: all .5s ease;
}
.af-sub-menu .top{
	height: 40px;
}
.af-sub-menu .lm{
	background: #fff;
	padding: 50px 0 55px;
}
.af-sub-menu .lm .item{
	border-bottom: 1px solid #e5e4e4;
	padding-bottom: 12px;
	margin-bottom: 20px;
}
.af-sub-menu .lm .item h4 a{
	font-size: 24px;
	color: #174d97;
	line-height: 28px;
}
.af-sub-menu .lm .item .link{
	margin-top: 20px;
	overflow: hidden;
}
.af-sub-menu .lm .item .link a{
	display: block;
	float: left;
	font-size: 15px;
	color: #555555;
	line-height: 25px;
	margin-right: 42px;
	margin-bottom: 15px;
}
.af-sub-menu .lm .item .link a:hover{
	color: #174d97;
}

/*Syvideo*/
.syVideo{
	overflow: hidden;
	position: relative;
}
.syVideo video{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.syVideo::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	left: 0;
	top: 0;
	z-index: 11;
}
.syVideo img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.syVideoInfo{
	width: 100%;
	position: absolute;
	left: 0;
	top: 38%;
	z-index: 22;
	color: #fff;
}
.syVideoInfo h1{
	font-weight: bold;
	font-size: 72px;
	line-height: 84px;
}
.syVideoInfo h6{
	font-size: 24px;
	line-height: 30px;
	margin: 32px 0 30px;
}
.syVideoInfo .line{
	width: 20px;
	height: 2px;
	background: #fff;
}
.banner_mouse {
	display: block;
	position: absolute;
	bottom: 50px;
	right: 50%;
	margin-right: -10px;
	z-index: 2;
	z-index: 9009;
	width: 23px;
	height: 40px;
	cursor: pointer;
	background: url(../images/banner_mouse_ico.png) no-repeat -23px 0px;
	-webkit-animation: nudgeMouse 1.6s linear infinite;
	animation: nudgeMouse 1.6s linear infinite;
}

.banner_mouse:after,
.banner_mouse:before {
	content: "";
	position: absolute;
}

.banner_mouse:before {
	width: 23px;
	height: 40px;
	background: url(../images/banner_mouse_ico.png) no-repeat 0px 0px;
	-webkit-animation: colorSlide 1.6s linear infinite;
	animation: colorSlide 1.6s linear infinite;
	top: 0;
	left: 0;
}

.banner_mouse:after {
	background-color: #ffffff;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	-webkit-animation: trackBallSlide 1.6s linear infinite;
	animation: trackBallSlide 1.6s linear infinite;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

/* css效果 */
@-webkit-keyframes colorSlide {
	0% {
		height:0;
	}
	90%{
		height:40px;
	}
}

@keyframes colorSlide {
	0% {
		height:0;
	}
	90%{
		height:40px;
	}
}
@-webkit-keyframes trackBallSlide {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-8px);
		transform: scale(1) translateY(-8px);
	}
	34% {
		opacity: 1;
		-webkit-transform: scale(0.9) translateY(4px);
		transform: scale(0.9) translateY(4px);
	}
	68% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(16px);
		transform: scale(0.4) translateY(16px);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(-8px);
		transform: scale(0.4) translateY(-8px);
	}
}
@keyframes trackBallSlide {
	0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-8px);
		transform: scale(1) translateY(-8px);
	}
	34% {
		opacity: 1;
		-webkit-transform: scale(0.9) translateY(4px);
		transform: scale(0.9) translateY(4px);
	}
	68% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(16px);
		transform: scale(0.4) translateY(16px);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(-8px);
		transform: scale(0.4) translateY(-8px);
	}
}
@-webkit-keyframes nudgeMouse {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

}
@keyframes nudgeMouse {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

/*indexSolution*/
.indexSolution{
	position: relative;
	padding: 0 0 120px;
	background: #f5f5f5;
}
.indexSolution::after{
	content: "";
	position: absolute;
	width: 50%;
	max-width: 738px;
	height: 83px;
	background: #fff;
	z-index: 22;
	bottom: 0;
	right: 0;
}
.indexSolution .titBox{
	border-bottom: 1px solid #e7e7e7;
}
.indexSolution .titBox .container{
	position: relative;
	padding-top: 85px;
	padding-bottom: 34px;
}
.indexSolution .titBox .container::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background: #e7e7e7;
	top: 0;
	right: 45%;
	z-index: 22;
}
.sy-jjfa-show{
	position: relative;
}
.syJjfaSwiper1{
	margin-top: 44px;
	width: 61.375%;
	overflow: hidden;
	position: relative;
}
.sy-jjfa{
	margin-top: 28px;
}
.sy-jjfa .num{
	position: absolute;
	font-family: "barlow";
	font-size: 70px;
	line-height: 56px;
	color: #333333;
	top: -3px;
	z-index: 22;
	left: 34px;
}
.sy-jjfa .num.num2{
	text-stroke: 1px #dadada;
	-webkit-text-stroke: 1px #dadada;
	color: rgba(0,0,0,0);
}
.sy-jjfa .tit{
	min-width: 128px;
	padding: 0 20px;
	display: inline-block;
	font-size: 24px;
	color: #fff;
	line-height: 44px;
	border-radius: 44px;
	background: rgba(0,0,0,0.2);
	text-align: center;
	position: absolute;
	bottom: 38px;
	left: 40px;
}
.sy-jjfa .tit2{
	text-align: center;
	font-size: 24px;
	color: #222222;
	line-height: 30px;
	margin-top: 20px;
}
.syJjfaSwiper2{
	width: 40%;
	max-width: 738px;
	position: absolute;
	right: 0;
	top: 44px;
	overflow: hidden;
}
.syJjfaN,
.syJjfaP{
	width: 60px !important;
	height: 60px !important;
	border: 1px solid #dbdbdb;
	border-radius: 100%;
	background: rgba(255,255,255,0) !important;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #444444;
	top: auto !important;
	margin-top: 0 !important;
	bottom: 48px;
	transition:all .5s ease;
}
.syJjfaN:hover,.syJjfaP:hover{
	background: rgba(255,255,255,1) !important;
	color: #1757af;
	border: 1px solid #fff;
	transform:scale(1.35);
	box-shadow: 0 6px 15px 0 rgba(0,0,0,.1);
	transition:all .5s ease;
}
.syJjfaP:hover{
	transform:scale(1.35) rotate(180deg);
	transition:all .5s ease;
}
.syJjfaN i,
.syJjfaP i{
	font-size: 34px;
}
.syJjfaN{
	right: 30% !important;
}
.syJjfaP{
	left: auto !important;
	right: 36% !important;
}

/*indexProduct*/
.indexProduct{
	padding: 100px 0 40px;
}
.indexProduct ul{
	margin-top: 60px;
}
.indexProduct ul li{
	width: 48.9375%;
	float: left;
	position: relative;
}
.indexProduct ul li:nth-of-type(2n+2){
	float: right;
}
.indexProduct ul li .tit{
	width: 95%;
	position: absolute;
	right: 0;
	bottom: -12px;
	background: #fff;
	line-height: 72px;
	text-align: center;
	font-size: 22px;
	color: #555555;
	transition:all .5s ease;
}
.indexProduct ul li:hover .tit{
	background: #1757af;
	color: #1757af;
	color: #fff;
	transition:all .5s ease;
}

/*indexAbout*/
.indexAbout{
	min-height: 894px;
	background: url("../images/sy-abt-back.jpg") no-repeat top center;
	background-size: cover;
	position: relative;
	overflow: hidden;
	padding: 110px 0 0 0;
}
.indexAbout::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 110%;
	top: 0;
	left: 0;
	background: -webkit-linear-gradient(rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,0.6), rgba(255,255,255,0.4), rgba(255,255,255,0.2), rgba(255,255,255,0));
	background: -o-linear-gradient(rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,0.6), rgba(255,255,255,0.4), rgba(255,255,255,0.2), rgba(255,255,255,0));
	background: -moz-linear-gradient(rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,0.6), rgba(255,255,255,0.4), rgba(255,255,255,0.2), rgba(255,255,255,0));
	background: linear-gradient(rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,0.6), rgba(255,255,255,0.4), rgba(255,255,255,0.2), rgba(255,255,255,0));
	z-index: 1;
}
.indexAbout::before{
	content: "";
	position: absolute;
	width: 50%;
	max-width: 460px;
	height: 55px;
	background: #fff;
	bottom: 0;
	left: 0;
	z-index: 22;
}
.indexAbout .container{
	position: relative;
	z-index: 2;
}
.indexAbout .af-sy-h2{
	text-align: center;
	margin-top: 0;
	position: relative;
}
.indexAbout .af-sy-h2::after{
	content: "";
	position: absolute;
	width: 137px;
	height: 137px;
	background: url("../images/yh1.png") no-repeat center center;
	left: 50%;
	margin-left: -68.5px;
	top: -25px;
}
.indexAbout .line{
	width: 53px;
	height: 3px;
	background: #1757af;
	margin: 44px auto 0;
}
.sy-abt-num{
	text-align: center;
	margin-top: 65px;
}
.sy-abt-num .lb{
	margin: 0 47px;
	display: inline-block;
}
.sy-abt-num .lb .num{
	font-size: 16px;
	color: #333333;
}
.sy-abt-num .lb .num span{
	font-family: "barlow";
	font-size: 56px;
	line-height: 56px;
	color: #1757af;
	font-weight: bold;
	margin-right: 6px;
}
.sy-abt-num .lb .txt{
	font-size: 18px;
	line-height: 25px;
	color: #333333;
	margin-top: 10px;
}
.indexAbout .more{
	text-align: center;
	display: block;
	font-size: 18px;
	color: #1757af;
	margin: 75px auto 0;
	width: 195px;
	height: 51px;
	line-height: 45px;
}
.indexAbout .more:hover{
	border-radius: 5px;
	color: #fff;
	background: #1757af;
}
.indexAbout .more i{
	font-size: 30px;
	position: relative;
	top: 5px;
}

/*indexNews*/
.indexNews{
	padding: 100px 0;
}
.syNewsSwiper{
	position: relative;
	overflow: hidden;
	margin-top: 75px;
}
.syNewsSwiper .swiper-wrapper{
	position: relative;
	left: -29.6%;
}
.syNewsSwiper .swiper-slide{
	width: 27.169% !important;
}
.sy-news-list .pic{
	position: relative;
}
.sy-news-list .pic::after{
	content: "";
	position: absolute;
	width: 90%;
	height: 32px;
	background: #f5f5f5;
	bottom: 0;
	left: 0;
	z-index: 22;
	transition:all .5s ease;
}
.sy-news-list:hover .pic::after{
	background: #1757af;
	transition:all .5s ease;
}
.sy-news-list .info{
	padding: 0 85px 48px 28px;
	background: #f5f5f5;
	transition:all .5s ease;
}
.sy-news-list:hover .info{
	background: #1757af;
	transition:all .5s ease;
}
.sy-news-list .info .cls{
	font-size: 18px;
	line-height: 25px;
	color: #1757af;
	transition:all .5s ease;
}
.sy-news-list:hover .info .cls{
	color: #fff;
	transition:all .5s ease;
}
.sy-news-list .info .cls span{
	position: relative;
	display: inline-block;
}
.sy-news-list .info .cls span::after{
	content: "";
	position: absolute;
	width: 30px;
	height: 2px;
	background: #1757af;
	right: -42px;
	bottom: 6px;
	transition:all .5s ease;
}
.sy-news-list:hover .info .cls span::after{
	background: #fff;
	transition:all .5s ease;
}
.sy-news-list .info .tit{
	font-size: 24px;
	line-height: 34px;
	height: 68px;
	color: #222222;
	margin-top: 24px;
	transition:all .5s ease;
}
.sy-news-list:hover .info .tit{
	color: #fff;
	transition:all .5s ease;
}
.sy-news-list .time{
	font-family: "barlow";
	font-size: 16px;
	color: #222222;
	line-height: 25px;
	margin-top: 40px;
	font-weight: bold;
	transition:all .5s ease;
}
.sy-news-list:hover .info .time{
	color: #fff;
	transition:all .5s ease;
}

/*about*/
.about-warp{
	background: url("../images/about-banyuan.png") no-repeat top 60px right;
}
.about{
	padding: 82px 0 100px;
}
.about-h6{
	font-size: 24px;
	color: #1757af;
	line-height: 30px;
	position: relative;
	margin-top: 30px;
}
.about-left{
	width: 50%;
	float: left;
	margin-top: 34px;
}
.about .cont{
	font-size: 16px;
	color: #555555;
	line-height: 30px;
}
.about-right{
	width: 45.3125%;
	float: right;
	margin-top: 10px;
}
.about-right .cont{
	margin-top: 72px;
}
.abt-num{
	text-align: center;
}
.abt-num .lb{
	display: inline-block;
	margin: 0 30px;
	position: relative;
}
.abt-num .lb::after{
	content: "/";
	position: absolute;
	top: 28px;
	right: -10px;
	color: #cccaca;
	font-size: 20px;
	display: none;
}
.abt-num .lb:last-child::after{
	display: none;
}
.abt-num .lb .num{
	font-size: 16px;
	color: #333333;
}
.abt-num .lb .num span{
	font-family: "barlow";
	font-size: 56px;
	line-height: 56px;
	color: #1757af;
	font-weight: bold;
	margin-right: 5px;
}
.abt-num .lb .txt{
	font-size: 14px;
	line-height: 25px;
	color: #333333;
	margin-top: 10px;
}
/*history*/
.history{
	border-bottom: 1px solid #e3e3e3;
	padding: 58px 0 0px 0;
	position: relative;
}
.history .year{
	font-size: 120px;
	line-height: 165px;
	color: #1757af;
	writing-mode:tb-rl;
	font-family: "barlow";
	float: left;
}
.history-img{
	position: absolute;
	right: 0;
	bottom: 70px;
	width: 40.625%;
}
.history-img img{
	width: 100%;
	max-height: 673px;
	object-fit: cover;
}
.history-img img{
	width: 100%;
}
.history-nr{
	margin-top: 58px;
}
.history-ul-warp{
	float: left;
	width: 40.9375%;
	position: relative;
}
.history-ul-warp::after{
	content: "";
	position: absolute;
	width: 13px;
	height: 13px;
	background: #1757af;
	top: 0;
	left: 0;
	z-index: 999;
	border-radius: 100%;
}
.history-ul-warp::before{
	content: "";
	position: absolute;
	width: 90%;
	height: 70px;
	background: #fff;
	bottom: 0;
	right: 0;
	z-index: 22;
}
.history-ul{
	height: 700px;
	padding-bottom: 70px;
	padding-left: 100px;
	overflow: auto;
	position: relative;
}
.history-li{
	border-bottom: 1px dashed #cccaca;
	padding-bottom: 20px;
	margin-bottom: 17px;
	overflow: hidden;
}
.history-li:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.history-li .info{
	width: 66%;
	float: left;
	text-align: left;
}
.history-li .info .nf{
	font-family: "barlow";
	font-size: 48px;
	color: #1757af;
	line-height: 48px;
}
.history-li .info .sub{
	font-size: 16px;
	color: #555555;
	line-height: 28px;
	padding-left: 18px;
	margin-top: 14px;
	position: relative;
}
.history-li .info .sub::after{
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background: #e3e3e3;
	border-radius: 100%;
	left: 0;
	top: 10px;
}
.history-li .pic{
	width: 31.5%;
	float: right;
}
.honor{
	padding: 140px 0 210px;
	background: url("../images/honor-back.jpg") repeat-x bottom 65px center;
}
.honor .hd{
	border-bottom: 3px solid #1757af;
	position: relative;
	margin-top: 40px;
	padding-bottom: 18px;
}
.honor .hd ul{
	overflow: hidden;
}
.honor .hd ul li{
	float: left;
	margin-right: 62px;
	font-size: 18px;
	color: #999999;
	line-height: 30px;
	cursor: pointer;
	transition:all .5s ease;
}
.honor .hd ul li:hover,
.honor .hd ul li.on{
	color: #1757af;
	transition:all .5s ease;
}
.honorSwiper{
	position: relative;
	overflow: hidden;
	margin-top: 135px;
	padding: 15px;
}
.honorSwiper .swiper-slide{
	background: #fff;
	border: 1px solid #e5e4e4;
	padding: 12px;
	text-align: center;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
	transition: all .5s ease;
}
.honorN,
.honorP{
	width: 50px !important;
	height: 50px !important;
	border: 1px solid #cccaca;
	border-radius: 100%;
	background: rgba(23,87,175,0) !important;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #444444;
	top: auto !important;
	margin-top: 0 !important;
	bottom: 30px;
	transition:all .5s ease;
}
.honorN:hover,
.honorP:hover{
	background: rgba(23,87,175,1) !important;
	border: 1px rgba(23,87,175,1) solid;
	color: #fff;
	transition:all .5s ease;
}
.honorN{
	right: 0 !important;
}
.honorP{
	left: auto !important;
	right: 65px !important;
}
.honorN i,
.honorP i{
	font-size: 38px;
}

/*product*/
.product{
    padding: 75px 0;
}
.product-class{
    width: 17.5%;
    float: left;
}
.product-class a{
    display: block;
    line-height: 52px;
    margin-bottom: 1px;
    background: #f1f1f1 url("../images/pro-sjx1.png") no-repeat left 16px center;
    padding: 0 32px;
    height: 52px;
    font-size: 16px;
    color: #333333;
}
.product-class a:hover,
.product-class a.on{
    color: #fff;
    background: #1757af url("../images/pro-sjx2.png") no-repeat left 16px center;
}
.product-rihgt{
	width: 78.125%;
	float: right;
}
.pro-list li{
	margin-bottom: 16px;
	overflow: hidden;
}
.pro-list li .pic{
	width: 28.16%;
	float: left;
	border: 1px solid #eaeaea;
}
.pro-list li .info{
	width: 68%;
	float: right;
	border-top: 1px solid #eaeaea;
	padding-top: 25px;
	position: relative;
	transition:all .5s ease;
}
.pro-list li:hover .info{
	border-top: 1px solid #1757af;
	transition:all .5s ease;
}
.pro-list li .info .tit{
	font-size: 24px;
	color: #222222;
	line-height: 30px;
	width: 60%;
	transition:all .5s ease;
}
.pro-list li:hover .info .tit{
	color: #1757af;
	transition:all .5s ease;
}
.pro-list li .info .sub{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	width: 57%;
	margin-top: 22px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.pro-list li .info .more{
	width: 115px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 85px;
	background: #eaeaea;
	font-size: 16px;
	color: #666666;
	transition:all .5s ease;
}
.pro-list li:hover .info .more{
	background: #1757af;
	color: #fff;
	transition:all .5s ease;
}
.proDe{
	overflow: hidden;
}
.proDe .pic{
	width: 47.04%;
	float: left;
	border: 1px solid #e0dfdf;
}
.proDe .info{
	width: 48%;
	float: right;
}
.proDe .info .tit{
	font-size: 36px;
	line-height: 45px;
	color: #222222;
}
.proDe .info .sub{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 28px;
	min-height: 180px;
}
.proDe .info .ljzx{
	display: block;
	width: 218px;
	height: 52px;
	line-height: 44px;
	border-radius: 5px;
	background: #1657af;
	color: #fff;
	text-align: center;
	font-size: 18px;
	margin-top: 30px;
}
.proDe .info .ljzx i{
	font-size: 30px;
	position: relative;
	top: 4px;
	margin-right: 12px;
}
.pro-tab{
	margin-top: 56px;
}
.pro-tab .title{
	line-height: 65px;
	border-bottom: 1px solid #d0d0d0;
	font-size: 24px;
	color: #222222;
}
.pro-tab .title span{
	display: inline-block;
	position: relative;
}
.pro-tab .title span::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background: #1757af;
	left: 0;
	bottom: -1px;
}
.pro-tab .row{
	margin-left: -6px;
	margin-right: -6px;
	margin-top: 40px;
}
.pro-tab .row .pdg{
	padding: 0 6px;
}
.pro-td{
	background: #f5f5f5;
	padding: 38px 32px;
	margin-bottom: 12px;
}
.pro-td .num{
	color: #f5f5f5;
	-webkit-text-stroke: 1px rgba(41,108,192,1);
	font-size: 42px;
	line-height: 45px;
	font-family: helev;
	z-index: 1;
	transition: all .5s ease;
}
.pro-td .tit{
	font-size: 16px;
	line-height: 28px;
	color: #555555;
	height: 56px;
	margin-top: 20px;
}
.pro-td .line{
	width: 21px;
	height: 3px;
	background: #c22737;
	margin-top: 20px;
}
.pro-app{
	margin-bottom: 12px;
}
.pro-app .tit{
	line-height: 60px;
	text-align: center;
	background: #f5f5f5;
	margin-top: 1px;
	font-size: 16px;
	color: #222222;
	transition:all .5s ease;
}
.pro-app:hover .tit{
	background: #1657af;
	color: #fff;
	transition:all .5s ease;
}

/*solution*/
.solution{
	padding: 94px 0 110px;
}
.solution ul li{
	overflow: hidden;
	background: #f5f5f5;
	margin-bottom: 28px;
}
.solution ul li .pic{
	width: 50%;
	float: left;
}
.solution ul li:nth-of-type(2n+2) .pic{
	float: right;
}
.solution ul li .info{
	width: 42.5%;
	float: left;
	margin-left: 65px;
	margin-top: 55px;
}
.solution ul li .info .tit{
	font-size: 36px;
	line-height: 45px;
	color: #222222;
}
.solution ul li .info .sub{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 35px;
}
.solution ul li .info .line{
	width: 30px;
	height: 2px;
	background: #1762a1;
	margin-top: 42px;
}

/*equipment*/
.equipment{
	padding: 84px 0;
}
.equipment .row{
	margin-left: -10px;
	margin-right: -10px;
}
.equipment .pdg{
	padding: 0 10px;
}
.sb-list{
	border: 1px solid #dcdcdc;
	margin-bottom: 18px;
}
.sb-list .tit{
	text-align: center;
	font-size: 16px;
	color: #555555;
	line-height: 57px;
}

/*news*/
.Nybanner.isNews{
	min-height: 61vh;
	padding: 240px 0 50px;
	position: relative;
}
.Nybanner.isNews .Nylocation{
	position: absolute;
	width: 100%;
	left: 0;
	top: 100px;
	border-top: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.Nybanner.isNews .Nylocation .now-lm a{
	color: #fff;
}
.Nybanner.isNews .Nylocation .now-wz{
	color: #fff;
}
.Nybanner.isNews .Nylocation .now-wz a{
	color: #fff;
}
.jnjpSwiper{
	position: relative;
	overflow: hidden;
	padding-bottom: 70px !important;
}
.jnjpSwiper .swiper-slide{
	background: #1762a1;
}
.jnjpSwiper .swiper-slide .pic{
	width: 70.5625%;
	float: left;
}
.jnjpSwiper .swiper-slide .info{
	color: #fff;
	width: 23.25%;
	float: left;
	margin-left: 45px;
	margin-top: 45px;
}
.jnjpSwiper .swiper-slide .info .tit{
	font-size: 36px;
	line-height: 45px;
}
.jnjpSwiper .swiper-slide .info .time{
	font-family: "barlow";
	font-size: 16px;
	line-height: 25px;
	margin: 22px 0 45px;
}
.jnjpSwiper .swiper-slide .info .sub{
	font-size: 16px;
	line-height: 28px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.jnjpSwiper .swiper-slide .info .more{
	font-size: 16px;
	margin-top: 120px;
}
.jnjpSwiper .swiper-slide .info .more i{
	font-size: 18px;
	margin-left: 10px;
	position: relative;
	top: 2px;
}
.jnjpPag .swiper-pagination-bullet{
	width: 11px !important;
	height: 11px !important;
	opacity: 1 !important;
	background: #fff !important;
	margin: 0 6px !important;
}
.jnjpPag .swiper-pagination-bullet-active{
	background: #1762a1 !important;
}
.news{
	padding: 80px 0;
}
.news ul li{
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 24px;
	margin-bottom: 24px;
	position: relative;
	overflow: hidden;
}
.news ul li .pic{
	width: 32.658227848%;
	float: left;
	overflow: hidden;
	position: relative;
}
.news ul li .pic::after{
	content: attr(data-label)"";
	position: absolute;
	z-index: 88;
	left: 0;
	top: 0;
	width: 72px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	font-size: 16px;
	background: #1762a1;
}
.news ul li .info{
	position: absolute;
	width: 65.443%;
	height: 100%;
	right: 0;
	top: 0;
	overflow: hidden;
}
.news ul li .info .t{
	float: left;
	width: 40%;
}
.news ul li .info .t .tit{
	font-size: 24px;
	color: #333333;
	line-height: 32px;
	transition: all .5s ease;
}
.news ul li:hover .info .t .tit{
	color: #153885;
	transition: all .5s ease;
}
.news ul li .info .t .time{
	font-family: "helev";
	font-size: 16px;
	color: #888888;
	line-height: 25px;
	margin-top: 26px;
}
.news ul li .info .sub{
	width: 38%;
	float: right;
	margin-right: 8%;
	font-size: 16px;
	color: #555555;
	line-height: 28px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news ul li .more{
	position: absolute;
	font-size: 16px;
	color: #153885;
	bottom: 30px;
}
.news ul li .more i{
	font-size: 18px;
	margin-left: 12px;
	position: relative;
	top: 1px;
}
.newsDe{
	padding: 75px 0 85px;
}
.newsDe .container{
	max-width: 1180px;
}
.newsDe .title{
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	line-height: 40px;
	color: #333333;
}
.newsDe .time{
	text-align: center;
	font-size: 16px;
	color: #777777;
	line-height: 25px;
	border-bottom: 1px solid #e6e6e5;
	padding-bottom: 20px;
	margin-top: 22px;
}
.newsDe .cont{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	margin-top: 28px;
}
.dePage{
	border-top: 1px solid #e6e6e5;
	padding-top: 35px;
	margin-top: 55px;
}
.dePage a{
	display: block;
	width: 48%;
	background-color: #f1f1f1;
	float: left;
	font-size: 16px;
	color: #333333;
	line-height: 28px;
	padding: 22px 35px;
}
.dePage a:nth-child(2){
	float: right;
}
.dePage a span{
	width: 100%;
	display: inline-block;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.dePage a:hover{
	color: #fff;
	background: #1762a1;
}

/* contact */
.contact{
	padding: 90px 0 120px;
}
.contact .Info{
	width: 36.071428571%;
	float: left;
	margin-top: 10px;
}
.contact .Info .gs-name{
	font-size: 32px;
	color: #275aa9;
	line-height: 36px;
}
.contact .Info .txt{
	font-size: 16px;
	color: #777777;
	line-height: 25px;
	margin-top: 28px;
}
.contact .Info .sub{
	font-size: 16px;
	color: #555555;
	margin-top: 38px;
}
.contact .Info .sub p{
	border-bottom: 1px solid #dddcdc;
	line-height: 28px;
	padding: 18px 0 18px 38px;
}
.contact .Info .sub p.dz{
	background: url(../images/c-dz.png) no-repeat left top 19px;
}
.contact .Info .sub p.cz{
	background: url(../images/c-cz.png) no-repeat left top 20px;
}
.contact .Info .sub p.dh{
	background: url(../images/c-dh.png) no-repeat left top 20px;
}
.contact .Info .sub p.yx{
	background: url(../images/c-yx.png) no-repeat left top 24px;
}
.contact .Info .sub p a{
	font-family: "barlow";
	font-size: 20px;
	font-weight: bold;
}
.contact .mapsBox{
	width: 55%;
	float: right;
	position: relative;
	border-top: 1px solid #eeeeee;
}
.contact .mapsBox .maps{
	overflow: hidden;
	position: relative;
	z-index: 99;
}
.message{
	padding: 58px 0 190px;
	background: url(../images/message-back.jpg) no-repeat top center;
	background-size: cover;
}
.message .container{
	max-width: 1168px;
}
.message .top-tit{
	text-align: center;
	font-size: 36px;
	line-height: 40px;
	color: #333333;
}
.message .row{
	margin-top: 50px;
}
.message .row input[type=text]{
	width: 100%;
	height: 57px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	text-indent: 16px;
	font-size: 16px;
	color: #222;
	outline: none;
	transition: all .5s ease;
}
.message .row input[type=text]:focus{
	border: 1px solid #0054ae;
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
	transition: all .5s ease;
}
.message .row textarea{
	margin-top: 15px;
	min-width: 100%;
	max-width: 100%;
	min-height: 148px;
	max-height: 148px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 16px;
	font-size: 16px;
	color: #222;
	transition: all .5s ease;
}
.message .row textarea:focus{
	border: 1px solid #0054ae;
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
	transition: all .5s ease;
}
.message .row input[type=button]{
	display: block;
	width: 415px;
	height: 58px;
	margin: 30px auto 0;
	border: none;
	background: #0054ae;
	color: #fff;
	font-size: 17px;
	border-radius: 5px;
}

/*Nybanner*/
.Nybanner{
	overflow: hidden;
}
.Nybanner > img{
	width: 100%;
	height: 61vh;
	object-fit: cover;
}
.Nylocation{
	border-bottom: 1px solid #e3e3e3;
	height: 65px;
	line-height: 64px;
}
.Nylocation .now-lm{
	float: left;
}
.Nylocation .now-lm a{
	display: block;
	padding: 0 25px;
	text-align: center;
	font-size: 16px;
	color: #333333;
	float: left;
}
.Nylocation .now-lm a:hover,
.Nylocation .now-lm a.on{
	background: #1757af;
	color: #fff;
}
.Nylocation .now-wz{
	float: right;
	background: url("../images/home-ico.png") no-repeat left center;
	padding-left: 18px;
	font-size: 16px;
	color: #666666;
}

/*公共*/
.sy-titBox{
	position: relative;
}
.sy-titBox .more{
	position: absolute;
	right: 0;
	bottom: 25px;
	font-size: 18px;
	line-height: 25px;
	color: #333333;
}
.sy-titBox .more:hover{
	color: #1757af;
}
.sy-titBox .more i{
	color: #1757af;
	font-size: 34px;
	position: relative;
	top: 7px;
	font-weight: bold;
}
.af-sy-h6{
	font-size: 24px;
	line-height: 28px;
	color: #174d97;
}
.af-sy-h6 span{
	display: inline-block;
	position: relative;
}
.af-sy-h6 span::after{
	content: "";
	position: absolute;
	width: 39px;
	height: 2px;
	background: #174d97;
	bottom: 4px;
	right: -48px;
}
.af-sy-h2{
	font-size: 28px;
	color: #222222;
	line-height: 35px;
	margin-top: 38px;
}
.af-sy-h2.ny{
	margin-top: 0;
}
.af-pic .pic{
	overflow: hidden;
}
.af-pic .pic img {
	width:100%;
	transform:scale(1);
	transition:all .5s ease;
}
.af-pic:hover .pic img {
	transform:scale(1.12);
	transition:all .5s ease;
}
.text-line1{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.text-line2{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.rotate180 {
	transform: rotate(180deg);
}

/*footer*/
footer{
	background: url("../images/foot-back.jpg") no-repeat top center;
	background-size: cover;
}
.foot-top{
	padding: 105px 0 100px;
	color: #fff;
}
.foot-lx{
	float: left;
}
.foot-lx h4{
	font-size: 28px;
	line-height: 30px;
}
.foot-lx .info{
	margin-top: 40px;
	overflow: hidden;
}
.foot-lx .info p{
	padding-left: 30px;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 22px;
}
.foot-lx .info p.dz{
	background: url("../images/f-dz.png") no-repeat left top 4px;
}
.foot-lx .info p.dh{
	background: url("../images/f-dh.png") no-repeat left top 6px;
}
.foot-lx .info p.yx{
	background: url("../images/f-yx.png") no-repeat left top 9px;
}
.f-ewm{
	width: 184px;
	height: 51px;
	border: 1px solid #575757;
	border-radius: 51px;
	text-align: center;
	line-height: 46px;
	font-size: 16px;
	margin-top: 45px;
	cursor: pointer;
	position: relative;
	transition:all .5s ease;
}
.f-ewm:hover{
	border-radius: 0;
	background: #fff;
	color: #174d97;
	transition:all .5s ease;
}
.f-ewm .ewm{
	position: absolute;
	width: 100%;
	background: #fff;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	padding: 10px;
	transition:all .5s ease;
}
.f-ewm:hover .ewm{
	opacity: 1;
	visibility: visible;
	bottom: 50px;
	transition:all .5s ease;
}
.f-ewm .ewm img{
	width: 100%;
}
.f-ewm i{
	font-size: 22px;
	margin-right: 14px;
	position: relative;
	top: 2px;
}
.foot-lm{
	float: right;
	overflow: hidden;
}
.foot-lm .item{
	float: left;
	text-align: center;
	margin-left: 115px;
}
.foot-lm .item:first-child{
	margin-left: 0;
}
.foot-lm .item h4{
	line-height: 30px;
	font-size: 20px;
}
.foot-lm .item .link{
	margin-top: 18px;
}
.foot-lm .item .link a{
	display: block;
	font-size: 16px;
	opacity: 0.5;
	color: #fff;
	line-height: 40px;
}
.foot-lm .item .link a:hover{
	opacity: 1;
}
.foot-copy{
	line-height: 70px;
	color: #afafaf;
	font-size: 16px;
}
.foot-copy .container{
	border-top: 1px solid #4e4e4e;
}
.foot-copy a{
	color: #afafaf;
}
.foot-copy a:hover{
	color: #fff;
}

/*MB - PC */
.isPc {
	display:block;
}
.isMobile {
	display:none !important;
}
/* 滚动  */
@-webkit-keyframes rotate {
	from {
	-webkit-transform:rotate(0deg)
}
to {
	-webkit-transform:rotate(360deg)
}
}@-moz-keyframes rotate {
	from {
	-moz-transform:rotate(0deg)
}
to {
	-moz-transform:rotate(360deg)
}
}@-o-keyframes rotate {
	from {
	-o-transform:rotate(0deg)
}
to {
	-o-transform:rotate(360deg)
}
}@keyframes rotate {
	from {
	transform:rotate(0deg)
}
to {
	transform:rotate(360deg)
}
}/*page*/
.Page {
	width:100%;
	text-align:center;
	line-height:30px;
	padding-top:40px;
}
.Page.tl {
	text-align:left;
}
.Page .disabled {
	border:1px solid #d8d8d8;
	padding:5px 5px;
	font-size:10px;
	color:#d8d8d8;
	display:none;
	visibility:hidden;
}
.Page a {
	border:1px solid #f1f1f1;
	display:inline-block;
	min-width:30px;
	padding:0 5px;
	background:#f1f1f1;
	line-height:25px;
	text-align:center;
	font-size:10px;
	color:#333;
	position:relative;
	top:2px;
}
.Page a:hover {
	border:1px solid #174d97;
}
.Page a.sy {
	color:#707072 !important;
}
.Page .current {
	background:#174d97;
	display:inline-block;
	width:30px;
	text-align:center;
	line-height:25px;
	color:#fff;
	position:relative;
	top:2px;
	border:1px solid #174d97;
	font-size:10px;
}
.Page .next,.Page .prev {
	width:65px;
}
.bsBox {
	width:auto !important;
	height:auto !important;
}
/*Webkit,Opera9.5+,Ie9+*/::selection {
	color:#fff;
	background: #03a2d6;
}
/*Mozilla Firefox*/::-moz-selection {
	color:#fff;
	background: #03a2d6;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
	width:6px;
	height:16px;
	background-color:#fff;
}
.history-ul{
	direction:rtl
}
.history-ul::-webkit-scrollbar {
	width: 13px;
	border-radius:15px;
	position: relative;
}
/*定义滚动条轨道 内阴影+圆角*/::-webkit-scrollbar-track {
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.4);
	/*border-radius:10px;
	*/
	background-color:#f2f2f2;
}
.history-ul::-webkit-scrollbar-track {
	width: 13px;
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0);
	background: url("../images/history-line.png");
}
/*定义滑块 内阴影+圆角*/::-webkit-scrollbar-thumb {
	cursor:pointer;
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
	background-color:rgba(21,56,133,1);
	border-radius:0;
}
.history-ul::-webkit-scrollbar-thumb{
	background: url("../images/hisory-line2.png");
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0);
}
::-webkit-scrollbar-thumb:hover {
	background-color:rgba(21,56,133,1);
}
.history-ul::-webkit-scrollbar-thumb:hover{
	background: url("../images/hisory-line2.png");
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0);
}
::-webkit-scrollbar-thumb:active {
	background-color:rgba(21,56,133,1);
}
.history-ul::-webkit-scrollbar-thumb:active{
	background: url("../images/hisory-line2.png");
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0);
}
/*定义两端上下按钮*/
/*::-webkit-scrollbar-button {
	height:10px;
	width:10px;
	background:#ff6a07;
}
*/
.sroll_top {
	right:0.8%;
	bottom:6%;
	position:fixed;
	display:none;
	cursor:pointer;
	z-index:2999;
}
@-webkit-keyframes trackBallSlide {
	0% {
	opacity:1;
	-webkit-transform:scale(1) translateY(-8px);
	transform:scale(1) translateY(-8px);
}
34% {
	opacity:1;
	-webkit-transform:scale(1) translateY(4px);
	transform:scale(1) translateY(4px);
}
68% {
	opacity:0.2;
	-webkit-transform:scale(1) translateY(16px);
	transform:scale(1) translateY(16px);
}
100% {
	opacity:0.2;
	-webkit-transform:scale(1) translateY(-8px);
	transform:scale(1) translateY(-8px);
}
}@keyframes trackBallSlide {
	0% {
	opacity:1;
	-webkit-transform:scale(1) translateY(-8px);
	transform:scale(1) translateY(-8px);
}
34% {
	opacity:1;
	-webkit-transform:scale(1) translateY(4px);
	transform:scale(1) translateY(4px);
}
68% {
	opacity:0.2;
	-webkit-transform:scale(1) translateY(16px);
	transform:scale(1) translateY(16px);
}
100% {
	opacity:0.2;
	-webkit-transform:scale(1) translateY(-8px);
	transform:scale(1) translateY(-8px);
}
}.fancybox {
	margin-bottom:30px;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp {
	padding:0;
	margin:0;
	border:0;
	outline:none; 
	vertical-align:top;
}
.fancybox-wrap {
	overflow:unset !important;
}
.fancybox-wrap {
	position:absolute;
	top:0;
	left:0;
	z-index:8020;
}
.fancybox-skin {
	position:relative;
	background:#f9f9f9;
	color:#444;
	text-shadow:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.fancybox-opened {
	z-index:8030;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5);
	-moz-box-shadow:0 10px 25px rgba(0,0,0,0.5);
	box-shadow:0 10px 25px rgba(0,0,0,0.5);
}
.fancybox-outer,.fancybox-inner {
	position:relative;
}
.fancybox-inner {
	overflow:hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling:touch;
}
.fancybox-error {
	color:#444;
	margin:0;
	padding:15px;
	white-space:nowrap;
}
.fancybox-image,.fancybox-iframe {
	display:block;
	width:100%;
	height:100%;
}
.fancybox-image {
	max-width:100%;
	max-height:100%;
}
#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span {
	background-image:url(../images/fancybox_sprite.png);
}
#fancybox-loading {
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-22px;
	margin-left:-22px;
	background-position:0 -108px;
	opacity:0.8;
	cursor:pointer;
	z-index:8060;
}
#fancybox-loading div {
	width:44px;
	height:44px;
	background:url(../images/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
	position:absolute;
	top:-18px;
	right:-18px;
	width:36px;
	height:36px;
	cursor:pointer;
	z-index:8040;
}
.fancybox-nav {
	position:absolute;
	top:0;
	width:40%;
	height:100%;
	cursor:pointer;
	text-decoration:none;
	/*background:transparent url(../images/blank.gif);*/
	/* helps IE */
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	z-index:8040;
}
.fancybox-prev {
	left:0;
}
.fancybox-next {
	right:0;
}
.fancybox-nav span {
	position:absolute;
	top:50%;
	width:36px;
	height:34px;
	margin-top:-18px;
	cursor:pointer;
	z-index:8040;
	visibility:hidden;
}
.fancybox-prev span {
	left:10px;
	background-position:0 -36px;
}
.fancybox-next span {
	right:10px;
	background-position:0 -72px;
}
.fancybox-nav:hover span {
	visibility:visible;
}
.fancybox-tmp {
	position:absolute;
	top:-99999px;
	left:-99999px;
	max-width:99999px;
	max-height:99999px;
	overflow:visible !important;
}
/* Overlay helper */

.fancybox-lock {
	overflow:visible !important;
	width:auto;
}
.fancybox-lock body {
	overflow:hidden !important;
}
.fancybox-lock-test {
	overflow-y:hidden !important;
}
.fancybox-overlay {
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	display:none;
	z-index:8010;
	background:url(../images/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
	position:fixed;
	bottom:0;
	right:0;
}
.fancybox-lock .fancybox-overlay {
	overflow-x:hidden;
	overflow-y:scroll;
}
/* Title helper */

.fancybox-title {
	visibility:hidden;
	position:relative;
	text-shadow:none;
	z-index:8050;
}
.fancybox-opened .fancybox-title {
	visibility:visible;
}
.fancybox-title-float-wrap {
	position:absolute;
	bottom:0;
	right:50%;
	margin-bottom:-35px;
	z-index:8050;
	text-align:center;
}
.fancybox-title-float-wrap .child {
	display:inline-block;
	margin-right:-100%;
	padding:2px 20px;
	background:transparent;
	/* Fallback for web browsers that doesn't support RGBa */
	background:rgba(0,0,0,0.8);
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	text-shadow:0 1px 2px #222;
	color:#FFF;
	font-weight:bold;
	line-height:24px;
	white-space:nowrap;
}
.fancybox-title-outside-wrap {
	position:relative;
	margin-top:10px;
	color:#fff;
}
.fancybox-title-inside-wrap {
	padding-top:10px;
}
.fancybox-title-over-wrap {
	position:absolute;
	bottom:0;
	left:0;
	color:#fff;
	padding:10px;
	background:#000;
	background:rgba(0,0,0,.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
	#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span {
	background-image:url(../images/fancybox_sprite@2x.png);
	background-size:44px 152px;
	/*The size of the normal image,half the size of the hi-res image*/
}
#fancybox-loading div {
	background-image:url(../images/fancybox_loading@2x.gif);
	background-size:24px 24px;
	/*The size of the normal image,half the size of the hi-res image*/
}
}/* 缩略图样式 */
#fancybox-thumbs {
	position:fixed;
	left:0;
	width:100%;
	overflow:hidden;
	z-index:8050;
}
#fancybox-thumbs.bottom {
	bottom:2px;
}
#fancybox-thumbs.top {
	top:2px;
}
#fancybox-thumbs ul {
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
}
#fancybox-thumbs ul li {
	float:left;
	padding:1px;
	opacity:0.5;
}
#fancybox-thumbs ul li.active {
	opacity:0.75;
	padding:0;
	border:1px solid #fff;
}
#fancybox-thumbs ul li:hover {
	opacity:1;
}
#fancybox-thumbs ul li a {
	display:block;
	position:relative;
	overflow:hidden;
	border:1px solid #222;
	background:#111;
	outline:none;
}
#fancybox-thumbs ul li img {
	display:block;
	position:relative;
	border:0;
	padding:0;
	max-width:none;
}
.wz-web-search {
	padding:50px 0 100px;
}
.wz-web-search ul {
	overflow:hidden;
}
.wz-web-search li {
	border-bottom:1px solid #ddd;
	padding:30px 0;
	width:46%;
	float:left;
	transition:all .5s ease;
}
.wz-web-search li:nth-of-type(2n+2) {
	float:right;
}
.wz-web-search li:hover {
	background:#174d97;
	padding:30px;
	transition:all .5s ease;
}
.wz-web-search li .tit .t1 {
	font-size:22px;
	color:#333;
	transition:all .5s ease;
}
.wz-web-search li:hover .tit .t1 {
	color:#fff;
	transition:all .5s ease;
}
.wz-web-search li .url {
	font-size:14px;
	margin-top:10px;
	color:#174d97;
	transition:all .5s ease;
}
.wz-web-search li:hover .url {
	color:#fff;
	transition:all .5s ease;
}

/*美化标签*/
.magic-radio,.magic-checkbox {
	position:absolute;
	display:none;
}
.magic-radio[disabled],.magic-checkbox[disabled] {
	cursor:not-allowed;
}
.magic-radio + label,.magic-checkbox + label {
	position:relative;
	display:block;
	padding-left:30px;
	cursor:pointer;
	vertical-align:middle;
	float: left;
	margin-right: 30px;
	font-size: 16px;
	color: #555555;
	font-weight: normal;
}
.magic-radio + label:hover:before,.magic-checkbox + label:hover:before {
	animation-duration:0.4s;
	animation-fill-mode:both;
	animation-name:hover-color;
}
.magic-radio + label:before,.magic-checkbox + label:before {
	position:absolute;
	top:0;
	left:0;
	display:inline-block;
	width:20px;
	height:20px;
	content:'';
	border:1px solid #c0c0c0;
}
.magic-radio + label:after,.magic-checkbox + label:after {
	position:absolute;
	display:none;
	content:'';
}
.magic-radio[disabled] + label,.magic-checkbox[disabled] + label {
	cursor:not-allowed;
	color:#e4e4e4;
}
.magic-radio[disabled] + label:hover,.magic-radio[disabled] + label:before,.magic-radio[disabled] + label:after,
.magic-checkbox[disabled] + label:hover,.magic-checkbox[disabled] + label:before,.magic-checkbox[disabled] + label:after {
	cursor:not-allowed;
}
.magic-radio[disabled] + label:hover:before,.magic-checkbox[disabled] + label:hover:before {
	border:1px solid #e4e4e4;
	animation-name:none;
}
.magic-radio[disabled] + label:before,.magic-checkbox[disabled] + label:before {
	border-color:#e4e4e4;
}
.magic-radio:checked + label:before,.magic-checkbox:checked + label:before {
	animation-name:none;
}
.magic-radio:checked + label:after,.magic-checkbox:checked + label:after {
	display:block;
}
.magic-radio + label:before {
	border-radius:50%;
}
.magic-radio + label:after {
	top:6px;
	left:6px;
	width:8px;
	height:8px;
	border-radius:50%;
	background:#01999c;
}
.magic-radio:checked + label:before {
	border:1px solid #01999c;
}
.magic-radio:checked[disabled] + label:before {
	border:1px solid #c9e2f9;
}
.magic-radio:checked[disabled] + label:after {
	background:#c9e2f9;
}
.magic-checkbox + label:before {
	border-radius:3px;
}
.magic-checkbox + label:after {
	top:2px;
	left:7px;
	box-sizing:border-box;
	width:6px;
	height:12px;
	transform:rotate(45deg);
	border-width:2px;
	border-style:solid;
	border-color:#fff;
	border-top:0;
	border-left:0;
}
.magic-checkbox:checked + label:before {
	border:#3e97eb;
	background:#3e97eb;
}
.magic-checkbox:checked[disabled] + label:before {
	border:#c9e2f9;
	background:#c9e2f9;
}