﻿@charset "UTF-8";
body {
	font-family: "思源黑体 CN";
	font-size: 15px;
	color: #666666;
}

img {
	max-width: 100%;
} 
@font-face {
	font-family: "helev";
	src: url("../fonts/helev.TTF");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "helev2";
	src: url("../fonts/HELVETICANEUELTPRO-CN_0.TTF");
	font-weight: normal;
	font-style: normal;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear {
	clear: both;
} 

.footH {
	height: 50px;
	display: none;
}

.footFix {
	background: #1a68b3;
	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: #1766b2 !important;
}
.container.index{
	width: 96%;
	max-width: 1480px;
}

/* head */
/*头部浮动*/
.head-sub-menu{
	position: absolute;
	width: 100%;
	background: #f9f9f9;
	top: 0;
	height: 100vh;
	z-index: 19009;
	opacity: 0;
	visibility: hidden;
	transform: scale(1);
	transition: all .5s ease;
}
.head-sub-menu.open{
	visibility: visible;
	transform: scale(1);
	opacity: 1;
	transition: all .5s ease;
}
.head.fixedbg .head-sub-menu{
	top: 80px;
}
.head-sub-menu .container{
	max-width: 1730px;
}
.head-sub-menu .sub-menu{
	width: 69%;
	float: left;
	padding: 84px 0 0 0;
	position: relative;
	z-index: 99;
}
.head-sub-menu .sub-menu .item{
	width: 33.33%; min-height:300px;
	float: left;
	margin-bottom:50px;
}
.head-sub-menu .sub-menu .item h4{
	font-size: 24px;
	color: #333333;
}
.head-sub-menu .sub-menu .item .link-a{
	margin-top: 28px;
	min-height: 170px;
}
.head-sub-menu .sub-menu .item .link-a a{
	display: block;
	font-size: 15px;
	color: #555555;
	line-height: 34px;
}
.head-sub-menu .sub-menu .item .link-a a:hover{
	color: #226cb4;
}
.head-sub-menu .sub-head-right{
	width: 26%;
	float: right;
	position: relative;
	z-index: 99;
	padding: 98px 0 60px;
}
.head-sub-menu .sub-head-right .sub-cn{
	font-size: 36px;
	line-height: 50px;
	color: #333333;
}
.head-sub-menu .sub-head-right .sub-en{
	font-family: arial;
	font-size: 15px;
	color: #333333;
	line-height: 25px;
	margin-top: 22px;
}
.head-sub-menu .sub-head-right .tsgd{
	display: block;
	width: 118px;
	line-height: 45px;
	border-radius: 45px;
	background: #226cb4;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-top: 48px;
}
.head-sub-menu .sub-head-right .fwrx{
	font-size: 16px;
	color: #333333;
	line-height: 36px;
	margin-top: 70%;
}
.head-sub-menu .sub-head-right .fwrx a{
	font-family: goodmu;
	font-size: 22px;
	color: #333333;
}
.head-sub-menu::after{
	content: "";
	position: absolute;
	width: 30.5%;
	max-width: 580px;
	background: #f1f1f1 url(../images/head-xq-back.png) no-repeat bottom right;
	top: 0;
	right: 0;
	height: 100%;
	z-index: 2;
}

/* head */
.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{
	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 span{
	width: 10%;
	float: left;
	height: 50px;
	text-align: right;
	padding-right: 5px;
	line-height: 50px;
	cursor: pointer;
}
.headSearch span i{
	font-size: 24px;
	color: #333;
}
.closeHs{
	position: absolute;
	cursor: pointer;
	right: -150px;
	top: -30px;
}
.closeHs i{
	font-size: 28px;
	color: #226cb4;
}
.closeHm{
	position: absolute;
	cursor: pointer;
	right: 50px;
	top: 30px;
	z-index: 9999;
}
.closeHm i{
	font-size: 28px;
	color: #226cb4;
}
.head{
	width: 100%;
	padding: 18px 0 15px;
	background: rgba(255,255,255,0);
	z-index: 1009; 
	transition: all .5s ease;
	position: fixed;
	top: 0;
	left: 0; 
}
.head.ny{
	position: relative;
	background: rgba(255,255,255,1);
}
.head .container{
	width: 96%;
	max-width: 1800px;
}
.head.fixedbg
{
	position: fixed;
	top: 0;
	background: rgba(255,255,255,1);
	/* padding: 12px 0; */ 
	box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .1);
	border-bottom: 1px solid #efefef;
	transition: all .5s ease;
}
.head .Logo{
	float: left;
}
.WebLink{
	float: left;
	margin-left:30px;
	margin-top: 12px;
}
.WebLink li{
	float: left;
	margin-left:50px;
}
@media   (max-width:1500px ) {
	.WebLink li{
		margin-left:calc(50 / 1920 * 100vw);
	}
}
@media   (max-width:1400px ) {
	.WebLink li{
		margin-left:calc(50 / 1920 * 100vw);
	}
}
@media   (max-width:1300px ) {
	.WebLink li{
		margin-left:calc(30 / 1920 * 100vw);
	}
}
.WebLink li > a{
	display: block;
	line-height: 25px;
	font-size: 16px;
}
.head.fixedbg .WebLink li > a{
	color: #333;
}
.head.ny .WebLink li > a{
	color: #333;
}
.WebLink li:hover > a,
.WebLink li.on > a{
	color: #0278be;
}
.head.fixedbg .WebLink li:hover > a,
.head.fixedbg .WebLink li.on > a{
	color: #0278be;
}
.head.ny .WebLink li:hover > a,
.head.ny .WebLink li.on > a{
	color: #1766b2;
}
.WebLink li > a i{
	margin-right: 12px;
}
.head.fixedbg .WebLink li:hover >  a i{
	color: #1766b2;
}
.head.ny .WebLink li:hover >  a i{
	color: #1766b2;
}
.head.fixedbg .WebLink li > a i{
	color: #0278be;
}
.head.ny .WebLink li > a i{
	color: #0278be;
}
.head-language{
	font-size: 15px;
	color: #fff !important;
	cursor: pointer;
	margin-top: 11px;
	float: right;
	position: relative; 
}
.language-select{
	position: absolute;
	width: 120px;
	left: 50%;
	top: 25px;
	margin-left: -60px;
	line-height: 32px; 
	text-indent: 32px;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
}
.language-select .line{
	width: 100%;
	height: 5px;
}
.head-language:hover .language-select{
	opacity: 1;
	visibility: visible;
	transition: all .5s ease;
}
.language-select .link{
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 0px 13px 0 rgba(0, 0, 0, .1);
}
.language-select a{
	display: block;
	padding: 5px 0;
	font-size: 14px;
	border-bottom: 1px solid #f1f1f1;
}
.language-select a:hover{
	color: #1766b2;
}
.language-select a:last-child{
	border-bottom: none;
}
.head-language .txt1{
	position: relative;
	top: 0;
	transition: all .5s ease;
}
.head-language:hover .txt1{
	top: -25px;
	transition: all .5s ease;
}
.head-language .txt2{
	position: absolute;
	left: 0;
	top: 25px;
	transition: all .5s ease;
}
.head-language:hover .txt2{
	top: 1px;
	transition: all .5s ease;
}
.head.fixedbg .head-language{
	color: #555555 !important;
}
.head.ny .head-language{
	color: #555555 !important;
}
.head-language i{
	margin-left: 12px;
	transition: all .5s ease;
}
.head-language:hover i{
	margin-left: 24	px;
	transition: all .5s ease;
}
.head-search{
	float: right;
	cursor: pointer;
	margin-top: 10px;
/*	margin-left: 65px;*/
	color: #fff;
}
.head.fixedbg .head-search{
	color: #0278be;
}
.head.ny .head-search{
	color: #0278be;
}
.head-search i{
	font-size: 20px;
}
.head-menu-button{
	float: right;
	cursor: pointer;
	margin-top: 9px;
	margin-left: 45px;
	color: #fff;
}
@media  (max-width:1440px ) {
	.head-menu-button{
		margin-left:calc(30 / 1920 * 100vw);
	}
}
.head.fixedbg .head-menu-button{
	color: #3479bc;
}
.head.ny .head-menu-button{
	color: #3479bc;
}
.head-menu-button i{
	font-size: 22px;
}

/* banner */
#container1{
	width: 100%;
	height: 100%;
	position: relative;
}
#container1 .swiper-slide{
	width: 100%;
	position: relative;
}


/* Sybanner */
#container1 .swiper-slide a{
	display: block;
	width: 100%;
	height: 100%;
}
#sybannerN,
#sybannerP{
	width: 68px;
	height: 68px;
	border: 1px solid #fff;
	border-radius: 100%;
	margin-top: -34px;
}
#sybannerN{
	background: url(../images/banner-next.png) no-repeat center center;
	right: 4%;
	transition: all .5s ease;
}
#sybannerN:hover{
	background: rgba(0,0,0,0.2) url(../images/banner-next.png) no-repeat center center;
	border: 1px solid rgba(0,0,0,0.2);
	transition: all .5s ease;
}
#sybannerP{
	background: url(../images/banner-prev.png) no-repeat center center;
	left: 4%;
	transition: all .5s ease;
}
#sybannerP:hover{
	background: rgba(0,0,0,0.2) url(../images/banner-prev.png) no-repeat center center;
	border: 1px solid rgba(0,0,0,0.2);
	transition: all .5s ease;
}
#bannerbp{
	width: auto !important;
	left: 11.5%;
	bottom: 18%;
}
#bannerbp .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	background: #fff;
	opacity: 0.6;
	border-radius: 8px;
	transition: all .5s ease;
}
#bannerbp .swiper-pagination-bullet-active{
	width: 26px;
	height: 8px;
	opacity: 1;
	background: #fff !important;
	transition: all .5s ease;
}
.banner_mouse {
	display: block;
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -11.5px;
	z-index: 2;
	margin-top: 50px;
	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;
}

@-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);
	  }
}

/* indexAbout */
.indexAbout{
	width: 100%;
	height: 100%;
	background: url(../images/sy-abt-back.jpg) no-repeat top center;
	background-size: cover;
	padding: 178px 0 0 0;
}
.indexAbout .rs-sy-cn{
	text-align: left;
	color: #fff;
}
.indexAbout .rs-sy-en{
	text-align: left;
	color: #fff;
}
.sub-sy-about-left{
	width: 40.3125%;
	float: left;
}
.sub-sy-about-left .sub{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	margin-top: 48px;
}
.rs-sy-more{
	display: block;
	width: 145px;
	line-height: 44px;
	background: #0278be;
	border-radius: 48px;
	text-align: center;
	font-size: 15px;
	color: #fff !important;
	height: 48px;
	margin-top: 84px;
}
.rs-sy-more:hover{
	color: #fff;
}
.rs-sy-more i{
	font-size: 20px;
	position: relative;
	top: 2px;
	margin-left: 12px;
	transition: all .5s ease;
}
.rs-sy-more:hover i{
	margin-left: 22px;
	transition: all .5s ease;
}
.sub-sy-about-left .box{
	overflow: hidden;
	border-top: 3px solid rgba(255,255,255,0.3);
	border-bottom: 3px solid rgba(255,255,255,0.3);
	padding: 26px 0;
	margin-top: 120px;
}
.sub-sy-about-left .box .list{
	width: 25%;
	float: left;
	text-align: center;
	color: #fff;
	position: relative;
}
.sub-sy-about-left .box .list::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 72px;
	background: rgba(255,255,255,0.2);
	right: 0;
	top: 0;
}
.sub-sy-about-left .box .list:last-child::after{
	display: none;
}
.sub-sy-about-left .box .list a{
	color: #fff;
}
.sub-sy-about-left .box .list i{
	display: block;
	font-size: 32px;
}
.sub-sy-about-left .box .list span{
	font-size: 18px;
	margin-top: 18px;
}
.sub-sy-about-right{
	width: 40.3125%;
	float: right;
}
.abt-num-info{
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-top: 60px;
}
.abt-num-info .list{
	width: 25%;
	float: left;
	color: #fff;
	margin-bottom:10px;
}
.abt-num-info .list:last-child{
	 
}
.abt-num-info .list .txt1{
	font-size: 18px;
}
.abt-num-info .list .txt1 span{
	font-size: 64px;
	line-height: 68px;
	font-family: 'helev';
}
.abt-num-info .list .txt1 sup{
	position: relative;
	top: -40px;
	font-size: 24px;
}
.abt-num-info .list .txt2{
	font-size: 16px;
	margin-top: 12px;
}
.sub-sy-about-right .pic-box{
	text-align: center;
	margin-top:50px;
}
.sub-sy-about-right .pic-box .pic{
	display: inline-block;
	width: 100%;
	margin:0 5px;
}
.sub-sy-about-right .pic-box .pic img{
	display: block;
	width: 100%;
}

/* indexService */
.indexService{
	width: 100%;
	height: 100%;
	background: #f1f1f1 url(../images/sy-fw-bw.jpg) no-repeat top left;
	padding: 135px 0 0 0;
}
.indexService .rs-sy-cn,
.indexService .rs-sy-en{
	text-align: left;
}
.syFw-show{
	position: relative;
}
.syFw-thumbs{
	position: absolute !important;
	width:50.625%;
	left: 0;
	top: 42px;
}
.syFw-thumbs .swiper-slide{
	font-weight: bold;
	color: #d5d5d5;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 25px;
	cursor: pointer;
}
.syFw-thumbs .swiper-slide-thumb-active{
	color: #1766b2;
}
.syFw-top{
	
}
.syFw-top .Info{
	width:50.625%;
	float: left;
	padding-top: 210px;
}
.syFw-top .Info .tit{
	font-size: 22px;
	line-height: 25px;
	color: #1766b2;
}
.syFw-top .Info .sub{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	height: 112px;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin: 22px 0 40px;
}
.syFw-top .Info .more{
	display: inline-block;
	font-size: 16px;
	color: #0278be;
	line-height: 32px;
	transition: all .5s ease;
}
.syFw-top .swiper-slide:hover .Info .more{
	background: #0278be;
	color: #fff;
	padding: 0 22px;
	border-radius: 32px;
	transition: all .5s ease;
}
.syFw-top .Info .more i{
	font-size: 16px;
	margin-right: 10px;
}
.syFw-top .Pic{
	width: 45.5%;
	float: right;
}
.syFw-top .Pic img{
	display: block;
	width: 100%;
}
.syFw-jt-box{
	width: 106px;
	height: 46px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#syFwN,
#syFwP{
	width: 46px;
	height: 46px; 
	margin-top: 0;
	top: 0;
	border-radius: 100%;
}
#syFwN{
	background: #1766b2 url(../images/sy-fw-next-bs.png) no-repeat center center;
	right: 0;
}
#syFwN.swiper-button-disabled{
	background: #fff url(../images/sy-fw-next-ls.png) no-repeat center center;
	right: 0;
	opacity: 1;
}
#syFwP{
	background: #1766b2 url(../images/sy-fw-prev-bs.png) no-repeat center center;
	left: 0;
}
#syFwP.swiper-button-disabled{
	background: #fff url(../images/sy-fw-prev-ls.png) no-repeat center center;
	right: 0;
	opacity: 1;
}

/* indexCase */
.indexCase{
	height: 100%;
	width: 100%;
	background: #81b9df url(../images/sy-case-back.jpg) no-repeat bottom left;
	background-size: auto 100%;
	padding: 178px 0 0 0;
}
.indexCase .top-info {
	width: 14.6875%;
	float: left;
}
.indexCase .rs-sy-cn,
.indexCase .rs-sy-en{
	text-align: left;
	color: #fff;
}
.indexCase .top-info .sub{
	font-size: 15px;
	color: #fff;
	line-height: 28px;
	margin-top: 50px;
}
.syCase-show{
	width: 82.5%;
	float: right;
	position: relative;
}
.syCase-top{
	/* width: 40.1875%;
	float: left;
	
	padding: 60px; */ 
}
.syCase-top .Pic{
	width: 48.712121%;
	float: left;
	background: url(../images/sy-case-big-img-back.png) no-repeat center center;
	overflow: hidden;
}
.syCase-top .Pic img{
	padding: 60px;
	border-radius: 100%;
}
.syCase-right{
	width: 35.9375%;
	float: right;
}
.syCase-top .Info{
	width: 43.94%;
	float: right;
	color: #fff;
	padding-top: 65px;
	position: relative;
}
.syCase-top .Info .tit1{
	font-size: 42px;
	line-height: 50px;
}
.syCase-top .Info .tit2{
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	margin: 36px 0 25px;
}
.syCase-top .Info .sub{
	font-size: 15px;
	line-height: 30px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.syCase-top .Info .more{
	width: 145px;
	line-height: 42px;
	height: 48px;
	text-align: center;
	background: #e6f1f9;
	color: #32a139;
	border-radius: 48px;
	font-size: 15px;
	margin-top: 48px;
	transition: all .5s ease;
}
.syCase-top .Info .more:hover{
	background: #32a139;
	color: #fff;
	transition: all .5s ease;
}
.syCase-top .Info .more i{
	font-size: 22px;
	position: relative;
	top: 2px;
	margin-left: 8px;
}
.syCase-top .Info .num{
	font-size: 205px;
	color: #fff;
	font-family: helve;
	opacity: 0.1;
	position: absolute;
	right: 0;
	top: 150px;
}
.syCase-right{
	width: 43.94%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 9009;
}
.syCase-thumbs{
	width: 75%;
	float: left;
}
.syCase-thumbs .swiper-slide{
	cursor: pointer;
}
.syCase-thumbs .Pic{
	position: relative;
}
.syCase-thumbs .Pic span{
	display: block;
	position: absolute;
	width: 100%;
	height: 50%;
	background: #59ad8b;
	bottom: 0;
	left: 0;
	z-index: 11;
}
.syCase-thumbs .Pic img{
	transform: scale(0.7);
	display: block;
	position: relative;
	z-index: 22;
	border-radius: 100%;
	transition: all .5s ease;
}
.syCase-thumbs .swiper-slide-thumb-active .Pic img{
	transform: scale(0.89);
	transition: all .5s ease;
}
.syCase-thumbs p{
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-top: 15px;
}
.syCase-right .jtbox{
	width: 80px;
	height: 32px; 
	position: absolute;
	right: 0;
	bottom: 35px;
}
#syCaseN,
#syCaseP{
	width: 32px;
	height: 32px;
	border: 2px solid #fff;
	border-radius: 100%;
}
#syCaseN{
	background: url(../images/sy-case-next.png) no-repeat center center;
	right: 0;
}
#syCaseP{
	background: url(../images/sy-case-prev.png) no-repeat center center;
	left: 0;
}
.indexCase .swiper-num{
	position: absolute;
	bottom: 110px;
}
.indexCase .swiper-num .line{
	display: inline-block;
	width: 60px;
	height: 1px;
	background: #fff;
	opacity: 0.5;
	position: relative;
	top: -8px;
	margin: 0 5px;
}
.indexCase .swiper-num .active{
	font-family: helev;
	font-size: 28px;
	color: #fff;
}
.indexCase .swiper-num .total{
	font-family: helev;
	font-size: 20px;
	color: #fff;
	opacity: 0.5;
}
/* about */
.about{
	padding: 65px 0 60px;
}
.about .about-top-tit{
	color: #1766b2;
}
.sub-about-left{
	width: 52.451%;
	float: left;
}
.sub-about-left .cont{
	font-size: 15px;
	color: #666666;
	margin-top: 40px;
	line-height: 25px;
}
.sub-about-right{
	width: 41.2%;
	float: right;
	margin-top: 113px;
}
.about-num-info{
	background: url(../images/abt-num-back.jpg) no-repeat center center;
	overflow: hidden;
	height: 202px;
	color: #fff;
}
.about-num-info .list{ 
	float: left;
	text-align: center;
	padding-top: 45px;
	width: 10%;
}
.about-num-info .list .txt1{
	font-size: 18px;
}
.about-num-info .list .txt1 span{
	font-size: 46px;
	line-height: 60px;
}
.about-num-info .list .txt1 sup{
	font-size: 24px;
	position: relative;
	top: -30px;
}
.about-num-info .list .txt2{
	font-size: 15px;
	margin-top: 20px;
}
.about-num-info .list:nth-child(1){
	width: 12%;
}
.about-num-info .list:nth-child(2){
	width: 10%;
}
.about-num-info .list:nth-child(3){
	width:10%;
}
.about-num-info .list:nth-child(6){
	width: 15%;
}
.about-num-info .list:nth-child(7){
	width: 14%;
}
.about-num-info .list:nth-child(8){
	width: 18%;
}
.Culture{
	position: relative;
	padding: 80px 0 100px;
}
.Culture .round-title{
	width: 561px;
	height: 560px;
	background: url(../images/qywh-y.png) no-repeat top center;
	position: absolute;
	left: 50%;
	margin-left: -280.5px;
	text-align: center;
	top: 115px;
}
.Culture .round-title img{
	display: block;
	margin: 162px auto 0;
}
.Culture .round-title .titcn{
	font-size: 42px;
	color: #333333;
	margin: 14px 0;
}
.Culture .round-title .titen{
	font-size: 16px;
	font-family: arial;
	color: #555555;
}
.Culture .container{
	max-width: 1380px;
}
.Culture .box{
	position: relative;
	top: 130px;
}
.Culture .list{
	overflow: hidden;
}
.Culture .list1,
.Culture .list2{
	width: 28%; 
}
.Culture .list1{
	float: left;
}
.Culture .list2{
	float: right;
}
.Culture .list .ico{
	width: 84px;
	height: 84px;
	text-align: center;
	line-height: 82px;
	border-radius: 100%;
	border: 1px dashed #95d7f6;
	background: #f8fafb;

	margin-top: 9px;
}
.Culture .list1 .ico{
	float: right;
}
.Culture .list2 .ico{
	float: left;
}
.Culture .list .ico i{
	font-size: 38px;
	color: #0877c8;
}
.Culture .list .info{
	width: 56%; 
}
.Culture .list1 .info{
	float: left;
	text-align: right;
}
.Culture .list2 .info{
	float: right;
}
.Culture .list .info .tit{
	font-weight: bold;
	font-size: 22px;
	color: #333333;
}
.Culture .list .info .sub{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	margin-top: 18px;
}
.Culture .list3{
	margin-top: 345px;
}
.Culture .list3 .ico{
	margin: 0 auto;
}
.Culture .list3 .info{
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.history{
	padding: 0 0 110px 0;
}
.history-show{
	position: relative;
	margin-top: 28px;
	background: url(../images/0fzlc-maps.jpg) no-repeat center center;
}


/*20210813*/
.lc-warp{
	background: url(../images/0lc-lline.jpg) repeat-y top center;
	padding-bottom: 50px;
}
.lc-box{
	overflow: hidden
}
.lc-box .list{
	width: 46%;
	float: left;
	text-align: right;
	position: relative;
}
.lc-box .list::after{
	content: "";
	width: 18px;
	height: 18px;
	background: url(../images/0lc-dot.png) no-repeat center center;
	top: 10px;
	position: absolute;
}
.lc-box:nth-of-type(2n+1) .list::after{
	right: -64px;
}
.lc-box:nth-of-type(2n+2) .list::after{
	left: -64px;
}
.lc-box:nth-of-type(2n+2) .list{
	float: right;
	text-align: left;
}
.lc-box .list .year{
	font-size: 64px;
	color: #222222;
	font-family: "Microsoft Himalaya";
	line-height: 60px;  
	font-weight: 100;
	font-style: italic;
}
.lc-box .list .sub{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.lc-box:nth-of-type(2n+1) .list .sub p{
	background: url(../images/0lc-line2.jpg) no-repeat right top 14px;
	padding-right: 20px;
}
.lc-box:nth-of-type(2n+2) .list .sub p{
	background: url(../images/0lc-line2.jpg) no-repeat left top 14px;
	padding-left: 20px;
}
.lc-box .list .sub p.on{
	font-weight: bold;
	color: #1968b1;
	font-size: 18px;
}
/*20210813 end*/



#historySwiper{
	width: 86%;
	margin: 0 auto;
	height: 410px;
	padding: 10px;
	background: url(../images/history-back.jpg) repeat-x top 187px center;
}
#historySwiper .swiper-slide{
	position: relative;
}
#historySwiper .swiper-slide .cont{
	border-left: 1px solid #1766b2;
	padding-left: 20px;
	position: absolute;
	top: 0;
	padding-bottom: 15px;
}
#historySwiper .swiper-slide:nth-of-type(2n+2) .cont{
	bottom: 16px;
	top: auto;
	padding-bottom: 0;
}
#historySwiper .swiper-slide:nth-of-type(2n+2) .cont .year{
	margin-top: 20px;
}
#historySwiper .swiper-slide .cont::after{
	content: "";
	width: 16px;
	height: 16px;
	background: url(../images/history-dot.png) no-repeat center center;
	top: 0;
	left: -9px;
	position: absolute;
}
#historySwiper .swiper-slide:nth-of-type(2n+2) .cont::after{
	bottom: 0;
	top: auto;
}
#historySwiper .swiper-slide .year{
	font-family: arial;
	font-size: 42px;
	line-height: 45px;
	color: #1766b2;
	margin-top: -15px;
}
#historySwiper .swiper-slide .list{
	font-size: 15px;
	color: #333333;
	line-height: 28px;
	margin-top: 20px;
	height: 112px;
	overflow-y: auto;
}
#historySwiper .swiper-slide .list p{
	padding-left: 16px;
	background: url(../images/history-dot2.png) no-repeat left top 8px; 
}
#historyN,
#historyP{
	width: 58px;
	height: 58px;
	margin-top: 0;
	top: 39%;
}
#historyN{
	background: url(../images/history-next.png) no-repeat center center;
	right: 0;
}
#historyP{
	background: url(../images/history-prev.png) no-repeat center center;
	left: 0;
}
#honorSwiper,#honorxSwiper{
	margin-top: 58px;
	padding-bottom: 50px;
}
#honorSwiper .swiper-slide,#honorxSwiper .swiper-slide{
	margin-top: 0 !important;
	margin-bottom: 25px;
}
#honorSwiper .pic,#honorxSwiper .pic{
	background: #f4f4f4;
	padding: 10px;
	text-align: center;
}
#honorSwiper .pic img,#honorxSwiper .pic img{ width:auto;}
#honorSwiper p,#honorxSwiper p{
	text-align: center;
	font-size: 15px;
	color: #fff;
	margin-top:25px;
	height:40px; line-height:40px;
	background-color:#0278be;
}
.advantage{
	padding: 85px 0 90px;
}
.about-top-sub{
	font-size: 15px;
	color: #666666;
	margin-top: 25px;
	line-height: 25px;
}
.advantage .row{
	margin-top: 55px;
}
.advantage .row .pdg{
	padding: 12px 12px;
}
.ys-list{
	border-bottom: 2px solid #1766b2;
}
.advantage .row .pdg:nth-of-type(2n+2) .ys-list{
	border-bottom: 2px solid #0278be;
} 
.ys-list .tit{
	text-align: center;
	line-height: 70px;
	background: #1867b0 url(../images/ys-t-back.png) no-repeat center center;
	background-size: cover;
	color: #fff;
	font-size: 28px;
}
.advantage .row .pdg:nth-of-type(2n+2) .ys-list .tit{ 
	background: #0278be url(../images/ys-t-back.png) no-repeat center center;
} 
.ys-list .tit img{
	margin-right: 15px;
	position: relative;
	top: -2px;
}
.ys-list .cont{
	min-height: 205px;
	margin-top: 22px;
	font-size: 15px;
	color: #666666;
	line-height: 28px;
}
.ys-list .cont .list1{
	overflow: hidden;
	margin-top: 34px;
}
.ys-list .cont .list1 a{
	display: block;
	float: left;
	font-size: 15px;
	color: #1866b0;
	line-height: 28px;
	margin-right: 28px;
	margin-bottom: 8px;
}
.ys-list .cont .list{
	background: url(../images/ys-dot.png) no-repeat left top 10px;
	padding-left: 16px;
}
.about-top-tit{
	font-size: 36px;
	line-height: 40px;
	color: #222222;
}
.about-top-line{
	width: 38px;
	height: 3px;
	background: #0278be;
	margin-top: 28px;
}

/* 服务内容 */
.engineeringConsulting{
	padding: 55px 0 110px;
}
.gczx-box{
	overflow: hidden;
	margin-top: 67px;
}
.gczx-list{
	border-left: 1px solid #d3d3d3;
	width: 33.333%;
	float: left;
	padding: 7px 45px 55px 22px;
	margin-bottom: 75px;
	text-align: center;
	position: relative;
}
.gczx-list::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 23px;
	background-color: #1766b2;
	left: -1px;
	top: 82px;
	transition: all .5s ease;
}
.gczx-list:hover::after{
	height: 100%;
	top: 0;
	transition: all .5s ease;
}
.gczx-list .tit{
	font-size: 20px;
	line-height: 25px;
	color: #1766b2;
	margin: 22px 0 26px;
}
.gczx-list .sub{
	text-align: left;
	font-size: 15px;
	color: #666666;
	line-height: 28px;
	min-height: 224px;
}

.fw-top-tit{
	font-size: 36px;
	line-height: 40px;
	color: #333333;
}
.fw-top-cont{
	font-size: 15px;
	color: #666666;
	line-height: 28px;
	margin-top: 38px;
}
.engineeringDesign{
	padding: 55px 0 120px;
}
.gcsj-warp{
	overflow: hidden;
	margin-top: 78px;
}
.gcsj-warp .hd{
	width: 18.4314%;
	float: right;
}
.gcsj-warp .hd ul li{
	display: block;
	text-align: center;
	line-height: 48px;
	background: #f8f8f8;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	font-size: 16px;
	color: #333333;
	margin-bottom: 8px;
	cursor: pointer;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	transition: all .5s ease;
}
.gcsj-warp .hd ul li:hover,
.gcsj-warp .hd ul li.on{
	background: #1766b2;
	color: #fff;
	border: 1px solid #1766b2;
	transition: all .5s ease;
}
.gcsj-warp .bd{
	width: 65.68627451%;
	float: left;
}
.gcsj-warp .bd ul li{
	overflow: hidden;
	font-size: 15px;
	color: #555555;
	line-height: 28px;
}
.mochaItom{
	padding: 55px 0 120px;
}
.mochaItom .row{
	margin-top: 50px;
}
.ywgl-list{
	overflow: hidden;
	border-radius: 8px;
	margin-bottom: 50px;
	background: #f8f8f8;
}
.ywgl-list .tit{
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	background: #1766b2;
	border-radius: 8px;
}
.mochaItom .row .pdg:nth-of-type(2n+2) .tit{
	background: #0278be;
}
.ywgl-list .sub{
	padding: 22px 25px 50px 28px;
	font-size: 15px;
	color: #666666;
	line-height: 28px;
	min-height: 208px;
}
.product{
	padding: 50px 0 120px;
}
.product .row{
	margin-top: 48px;
}
.product .row .pdg{
	padding: 0 10px;
}
.pro-list{
	margin-bottom: 32px;
}
.pro-list .pic{
	width: 100%;
	overflow: hidden;
	border: 1px solid #d2d2d2;
}
.pro-list .pic img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.pro-list:hover .pic img{
	transform: scale(1.12);
    transition: all .5s ease;
}
.pro-list p{
	text-align: center;
	font-size: 18px;
	color: #333333;
	line-height: 25px;
	margin-top: 24px;
	height: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.pro-list:hover p{
	color: #2972b8;
    transition: all .5s ease;
}
.proDeTop{
	background: url(../images/prode-back.jpg) no-repeat top center;
	padding:40px 0 40px;
	background-size: cover;
}
.proDeTop .Info{
	width: 100%;
	float: left;
	padding-top:40px;
}
.proDeTop .Info .tit{
	font-size: 42px;
	color: #333333;
	line-height: 45px;
}
.proDeTop .Info .sub{
	font-size: 16px;
	color: #555555;
	line-height: 30px;
	margin-top: 34px;
}
.proDeTop .Pic{ 
	width: 50%;
	float: right;
}
.proDeTab{
	padding: 65px 0 80px;
}
.proDeTab .container{
	max-width: 1380px;
}
.proDeTab:nth-of-type(2n+2){
	background: #f9f9f9;
}
.proDeTab .top-tit{
	text-align: center;
	font-size: 42px;
	line-height: 45px;
	color: #333333;
}
.proDeTab .top-line{
	width: 36px;
	height: 3px;
	background: #0278be;
	margin: 26px auto 0;
}
.proDeTab .content{
	margin-top: 52px;
	font-size: 15px;
	line-height: 28px;
	color: #333;
}
.proDeTab .content table{
	border: 1px solid #fff;
	width: 100%;
}
.proDeTab .content table tr{
	border: 1px solid #fff;
}
.proDeTab .content table td{
	border: 1px solid #fff;
	background: #cee7ff;
	height: 64px;
}
.proDeTab .content table td:nth-child(1){
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
}
.proDeTab .content table td:nth-child(2),
.proDeTab .content table td:last-child{
	background: #e8f1fa;
	font-size: 16px;
	padding-left: 42px;
	text-align: left;
	font-weight: normal;
}
.proDeTab .content table tr:nth-of-type(2n+2) td:nth-child(2),
.proDeTab .content table tr:nth-of-type(2n+2) td:last-child{background: #f2f8fd;}
.main{padding-bottom:40px; padding-top:40px; overflow:hidden;}
.case{padding-top:40px;}
.case-list{
	margin-bottom: 20px;
	background: #f1f2f2;
	overflow: hidden;
}
.case-list .Pic{
	width: 100%; 
} 
.case-list .Pic img{
	display: block;
	width: 100%;
}
.case-list .Info{
	width: 100%; 
	padding: 25px 30px 28px 30px;
}
.case-list .Info .tit{
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 28px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.case-list .Info .cont{
	font-size: 15px;
	color: #666666;
	line-height: 30px; 
	height: 120px;
	overflow-y: auto;
}
.case-list .Info .line{
	width: 36px;
	height: 3px;
	background: #31a139;
	margin: 18px 0 24px;
}
.case-list .Info .cont .mc{
	color: #1766b2;
	font-size: 16px;
	margin-bottom: 8px;
}
.sub-main-cont.case{
	width: 100%;
	padding-top: 0;
}
.case-class{
	text-align: center; 
}
.case-class a{
	display: inline-block;
	width: 165px;
	line-height: 50px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	font-size: 16px;
	color: #3e3a39;
	margin: 0 4px;
	margin-bottom: 10px;
}
.case-class > a:hover,.case-class > a.on{background:#1766b2;color: #fff;}
.contact{
	padding:20px 0 40px;
}
.contact .top-tit{
	font-size: 32px;
	line-height: 35px;
	color: #005bac;
}
.contact .top-sub{
	font-size: 16px;
	color: #777777;
	line-height: 25px;
	margin-top: 20px;
}
.contact .box{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
	margin-top: 50px;
}
.contact .box .list{
	background: url(../images/contact-line.jpg) repeat-x bottom center;
	padding-bottom: 40px;
	position: relative;
}
.contact .box .list::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background: #ebecec;
	top: 0;
	right: -25px;
}
.contact .box .list:last-child::after{
	display: none;
}
.contact .box .list1{
	width: 34%;
}
.contact .box .list2{
	width: 28%;
}
.contact .box .list3{
	width: 28%;
}
.contact .box .list .ico{
	width: 83px;
	height: 83px;
	border-radius: 100%;
	line-height: 81px;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #d5d5d5;
}
.contact .box .list .ico i{
	font-size: 41px;
	color: #aeadad;
}
.contact .box .list .info{
	font-size: 16px;
	text-align: center;
	color: #555555;
	line-height: 25px;
	margin-top: 35px;
}
.contact .box .list .info a{
	color: #555;
	font-family: arial;
}
.contact .box .list .info a:hover{
	color: #005BAC;
}
.masp{
	width: 100%;
	overflow: hidden;
}
.human{
	padding:10px 0 10px;
}
.human .container{
	max-width: 1400px;
}
.zp-search{
	width: 40%;
	margin: 45px auto 0;
	overflow: hidden;
}
.zp-search input[type=text]{
	width: 80%;
	height: 60px;
	border: 1px solid #e5e5e5;
	padding: 0 0 0 60px;
	background: url(../images/ss-ico.jpg) no-repeat left 22px center;
	float: left;
    transition: all .5s ease;
}
.zp-search input[type=text]:focus{
	border: 1px solid #d50b1e;
    transition: all .5s ease;
}
.zp-search input[type=button]{
	width: 20%;
	float: left;
	height: 60px;
	border: none;
	outline: none;
	background: #d50b1e;
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
}
.human-box{
	margin-top: 40px;
}
.human-box .item{
	background: #f5f5f5;
	padding: 22px 28px 30px;
}
.human-box .item:nth-of-type(2n+2){
	background: #fff;
}
.human-box h3{
	overflow: hidden;
}
.human-box h3 .info{
	width: 70%;
	float: left; 
}
.human-box h3 .info .tit{
	font-size: 24px;
	line-height: 28px;
	color: #333333;
}
.human-box h3 .info .txt{
	font-size: 16px;
	color: #666666;
	margin-top: 22px;
}
.human-box h3 .info .txt span{
	display: inline-block;
	position: relative;
	margin-right: 45px;
}
.human-box h3 .info .txt span::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 15px;
	background: #d3d2d2;
	right: -26px;
}
.human-box h3 .info .txt span:last-child::after{
	display: none;
}
.human-box h3 .open{
	background: url(../images/rc-down.png) no-repeat right center;
	display: inline-block;
	font-size: 16px;
	color: #1766b2;
	padding-right: 21px;
	margin-top: 14px; 
	cursor: pointer;
}
.human-box h3.on .open{
	background: url(../images/rc-up.png) no-repeat right center;
	color: #1766b2;
}
.human-box h3 .tjl{
	display: block;
	width: 113px;
	height: 36px;
	background: #0278be;
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-size: 16px;
	float: right;
	margin-top: 10px;
}
.human-box h3 .tjl:hover{
	border-radius: 20px;
}
.human-box ul{
	margin-top: 25px;
	padding-top: 26px;
	border-top: 1px solid #dfdfdf;
	display: none;
}
.human-box ul li .xx{
	margin-bottom: 26px;
	font-size: 15px;
	color: #666666;
}
.human-box ul li .cont{
	font-size: 15px;
	color: #333333;
	line-height: 28px;
	margin-bottom: 30px;
}
.human-box ul li .cont .tit{
	color: #666666;
	margin-bottom: 5px;
} 

.download{
	padding: 60px 0 80px;
}
.download ul li{
	background: url(../images/pdf-ico.png) no-repeat left top;
	padding-left: 100px;
	border-bottom: 1px solid #edecec;
	padding-bottom: 32px;
	overflow: hidden;
	margin-bottom: 18px;
}
.download ul li .info{
	width: 60%;
	float: left;
}
.download ul li .txt1{
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	transition: all .5s ease;
}
.download ul li:hover .txt1{
	color: #005BAC;
	transition: all .5s ease;
}
.download ul li .txt2{
	font-size: 16px;
	color: #999999;
	margin-top: 18px;
}
.download ul li .ico{
	width: 69px;
	height: 69px;
	border: 1px solid #e1e1e1;
	border-radius: 100%;
	float: right;
	text-align: center;
	line-height: 67px;
	transition: all .5s ease;
}
.download ul li:hover .ico{
	background: #005BAC;
	border: 1px solid #005BAC;
	color: #fff;
	transition: all .5s ease;
}
.download ul li .ico i{
	font-size: 35px;
}

/* news */
.news{
	width: 100%;
	padding:40px 0 0px;
}
.news ul li{ 
	margin-bottom:30px;
	transition: all .5s ease;
}
.news ul li:hover{ 
	transition: all .5s ease;
}
.news ul li .pic{
	width:22.118%;
	float: left;
	overflow: hidden;
}
.news ul li .pic img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.news ul li:hover .pic img{
	transform: scale(1.12);
	transition: all .5s ease;
}
.news ul li .info{
	width:74.76%;
	float: right;
}
.news ul li .info .tit{
	font-size: 24px;
	color: #333333;
	line-height: 28px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-top: 8px;
	transition: all .5s ease;
}
.news ul li:hover .info .tit{
	color: #1766b2;
	transition: all .5s ease;
}
.news ul li .info .time{
	font-size: 14px;
	color: #999999;
	margin: 10px 0 10px;
}
.news ul li .info .sub{
	font-size: 15px;
	color: #555555;
	line-height: 30px;
	height: 60px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news ul li .info .more{
	width: 120px;
	line-height:40px;
	border: 1px solid #1766b2;
	text-align: center;
	font-size:14px;
	color: #1766b2;
	border-radius: 45px;
	margin-top:18px;
	transition: all .5s ease;
}
.news ul li .info .more:hover{
	background: #1766b2;
	color: #fff;
}
.news ul li .info .more i{
	font-size: 18px;
	margin-left: 9px;
} 
.newsDe{
	padding:40px 0 10px;
}
.newsDe .container{
	max-width: 1200px;
}
.news-title{
	font-size: 28px;
	line-height: 32px;
	color: #333333;
	text-align: center;
}
.news-time{
	text-align: center;
	font-size: 14px;
	color: #999999;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 28px;
	margin-top: 24px;
}
.newsDe .content{
	margin-top: 25px;
	font-size: 15px;
	color: #555555;
	line-height: 30px;
}
.dePage{
	overflow: hidden;
	border-top: 1px solid #eee;
	margin-top: 60px;
	padding-top: 30px;
}
.dePage .sxy{
	float: left;
	width: 75%;
}
.dePage .sxy a{
	display: block;
	line-height: 28px;
	font-size: 16px;
	color: #555555;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.dePage .sxy a:hover{
	color: #0e2e91;
}
.dePage .return{
	display: block;
	float: right;
	text-align: center;
	width: 132px;
	line-height: 40px;
	color: #555555;
	font-size: 16px;
	border: 1px solid #d2d2d2;
	border-radius: 8px;
	margin-top: 5px;
}
.dePage .return:hover{
	background: #005BAC;
	color: #fff;
}

/* Nybanner */
.crumbs{
	border-top: 1px solid #ececec;
	line-height: 65px;
}
.crumbs .container{
	max-width: 1780px;
	background: url(../images/home-ico.png) no-repeat left center;
	padding-left: 28px;
	font-size: 15px;
	color: #888888;
}
.crumbs .container a{
	color: #888;
}
.crumbs .container a:hover{
	color: #1766b2;
}
.main .container{
	max-width: 1380px;
	position: relative;
}
.container.ny{
	max-width: 1380px;
}
.Nybanner{
	width: 100%;
	overflow: hidden;
}
.Nybanner img{
	display: block;
	width: 100%;
}
.sub-main-menu{
	width: 20.145%;
	float: left;
	margin-top: -54px;
	position: relative;
	z-index: 999;  
}
.sub-main-menu.on{
	margin-top: 71px;
}
.sub-main-menu .now-lm{
	text-align: center;
	line-height: 96px;
	background: url(../images/mian-left-back.jpg) no-repeat center center;
	background-size: cover;
	color: #fff;
	font-size: 36px;
	border-bottom: 6px solid #0278be;
}
.sub-main-menu .lm-a{
	
}
.sub-main-menu .lm-a > a{
	display: block;
	line-height: 56px;
	background: #f8f8f8;
	text-indent: 22px;
	font-size: 16px;
	color: #333333;
	position: relative;
	padding-right: 50px;
	border-bottom: 1px solid #fff;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sub-main-menu .lm-a > a:hover,
.sub-main-menu .lm-a > a.on{
	background: #0278be;
	color: #fff;
}
.sub-main-menu .lm-a > a i{
	position: absolute;
	right: 20px;
	font-size: 25px; 
}
.sub-main-menu .lm-a .pro-cls{
	background-color: #f8f8f8;
	padding: 20px  0;
}
.sub-main-menu .lm-a .pro-cls a{
	display: block;
	line-height: 36px;
	color: #555555;
	font-size: 15px;
	padding: 0 18px 0 38px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sub-main-menu .lm-a .pro-cls a:hover,
.sub-main-menu .lm-a .pro-cls a.on{
	color: #0278be;
}
.sub-main-cont{
	width:100%;
	float: right;
	min-height:300px;
}
/* footer */
footer{
	width: 100%;
	height: auto !important;
	background: #333333;
	padding: 85px 0 0 0;
}
.foot-top{
	padding: 0 0 70px 0;
}
.foot-lm{
	float: left;
	overflow: hidden;
}
.foot-lm .item{
	float: left;
	margin-left: 130px;
}
.foot-lm .item:first-child{
	margin-left: 0;
}
.foot-top h4{
	font-size: 20px;
	color: #fff;
	line-height: 25px;
}
.foot-lm .item .link-a{
	margin-top: 22px;
}
.foot-lm .item .link-a a{
	display: block;
	line-height: 35px;
	font-size: 15px;
	color: #999999;
}
.foot-lm .item .link-a a:hover{
	color: #fff;
}
.foot-lx{
	float: left;
	margin-left: 130px;
}
.foot-lx .info{
	margin-top: 22px;
}
.foot-lx .info p{
	font-size: 15px;
	color: #fff;
	line-height: 35px;
	padding-left: 28px;
}
.foot-lx .info p.dz{
	background: url(../images/f-dz.png) no-repeat left center;
}
.foot-lx .info p.dh{
	background: url(../images/f-dh.png) no-repeat left center;
}
.foot-lx .info p.yx{
	background: url(../images/f-yx.png) no-repeat left center;
}
.foot-lx .info  a{
	color: #fff;
}
.foot-lx .info a:hover{
	text-decoration: underline;
}
.foot-ly{
	display: block;
	width: 300px;
	line-height: 50px;
	background: #1766b2;
	border-radius: 5px;
	text-align: center;
	color: #fff !important;
	height: 56px;
	font-size: 18px;
	margin-top: 24px;
} 
.foot-ly i{
	font-size: 22px;
	position: relative;
	top: 2px;
	margin-right: 12px;
}
.foot-share{
	margin-top: 35px;
	text-align: center;
}
.foot-share a{ 
	padding: 0 !important;
	width: 39px !important; 
	height: 39px !important;
	background: url(../images/f-fx.jpg) !important;
}
.foot-share a.bshare-sinaminiblog{
	background-position: -44px 0 !important;
}
.foot-copy{
	border-top: 1px solid #464648; 
	line-height: 28px;
	padding: 22px 0 25px;
	font-size: 15px;
	color: #8a8a8a;
}
.foot-copy a{
	color: #8a8a8a;
}
.foot-copy a:hover{
	color: #fff;
}
.foot-ewm{
	float: right;
	width: 126px;
}
.foot-ewm p{
	text-align: center;
	font-size: 15px;
	color: #adacac;
	line-height: 25px;
	margin-top: 8px;
}
.foot-copy .container{
	position: relative;
}
.foot-copy .dyyyzz{
	width: 40px;
	position: absolute;
	top: -10px;
	right: 0;
}
/* 公共 */
.section{
	overflow: hidden;
}
.rs-sy-cn{
	text-align: center;
	font-size: 42px;
	color: #333333;
	line-height: 46px;
}
.rs-sy-en{
	font-size: 18px;
	text-align: center;
	line-height: 25px;
	color: #666666;
	font-family: helev;
	margin-top: 16px;
}

/* 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: 50px;
	padding-top:20px;
}
.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;
	width: 30px;
	background: #f1f1f1;
	line-height: 30px;
	text-align: center;
	font-size: 10px;
	color: #333;
	position: relative;
	top: 2px;  
}
.Page a:hover{
	border: 1px solid #0166b3;
}

.Page a.sy {
	color: #707072 !important;
}

.Page .current {
	background: #0166b3;
	display: inline-block;
	width: 30px;
	line-height: 30px;
	color: #fff;
	position: relative;
	top: 2px;
	border: 1px solid #0166b3;
	font-size: 10px; 
}
.Page .next,
.Page .prev{
	width: 65px;
}

.bsBox {
	width: auto !important;
	height: auto !important;
}

/*Webkit,Opera9.5+,Ie9+*/
::selection {
	background: #0278be;
	color: #fff;
}

/*Mozilla Firefox*/
::-moz-selection {
	background: #0278be;
	color: #fff;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
	width: 4px;
	height: 16px;
	background-color: #fff; 
} 

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
	/*border-radius: 10px;*/
	background-color: #f2f2f2;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
	cursor: pointer;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: rgba(49, 161, 56, 1);
	border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(49, 161, 56, 1);
}

::-webkit-scrollbar-thumb:active {
	background-color: rgba(49, 161, 56, 1);
}

/*定义两端上下按钮*/
/*::-webkit-scrollbar-button {
	height: 10px;
	width: 10px;
	background: #ff6a07;
}*/
.sroll_top {
	right: 0.8%;
	bottom: 6%;
	position: fixed;
	display: none;
	cursor: pointer;
	z-index: 1000;
}

/*message-float*/
.message-warp{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	z-index: 9001;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
}
.message-warp.open{
	opacity: 1;
	visibility: visible;
	transition: all .5s ease;
}
.msg-close{
	position: absolute;
	right: -50px;
	top: -25px;
	width: 42px;
	height: 42px;
	background: #fff;
	line-height: 42px;
	text-align: center;
	border-radius: 100%;
	cursor: pointer;
	color: #1867b0;
}
.message-float{
	background: #fff;
	width: 30%;
	padding: 36px 22px;
	border-radius: 10px;
	position: fixed;
	z-index: 9009;
	left: 50%;
	margin-left: -15%;
	bottom: -10%;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
}
.message-float.open{
	bottom: 20%;
	opacity: 1;
	visibility: visible;
	transition: all .5s ease;
}
.message-float input[type=text]{
	width: 100%;
	height: 50px;
	border: none;
	outline: none;
	background: #f5f5f5;
	margin-bottom: 10px;
	border-radius: 8px;
	font-size: 16px;
	color: #333333;
	text-indent: 16px;
	padding: 0;
}
.message-float textarea{
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	min-height: 180px;
	max-height: 180px;
	border: none;
	outline: none;
	background: #f5f5f5;
	border-radius: 8px;
	padding: 16px;
	font-size: 16px;
	color: #333333;
}
.message-float input[type=button]{
	width: 100%;
	height: 60px;
	margin-top: 10px;
	background: #1867b0;
	border: none;
	outline: none;
	border-radius: 8px;
	font-size: 18px;
	color: #fff;
}

/*head-service-center*/
.head-service-center{
	position: fixed;
	top: 80px;
	left: 0;
	width: 100%;
	z-index: 999;
	background: url(../images/head-fw-back.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
}
.head-service-center .list{
	display: inline-block;
	color: #fff; 
	margin: 0 25px;
	min-width: 120px;
	padding: 18px 20px 22px;
	transition: all .5s ease;
}
.head-service-center .list:hover{
	background: rgba(0,0,0,0.1);
	transition: all .5s ease;
}
.head-service-center .list i{
	display: block;
	font-size: 35px;
	color: #fff;
}
.head-service-center .list span{
	display: block;
	color: #fff;
	font-size: 16px;
}

.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: auto;
	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;
}

/*填写下载表单*/
.downPopWarp{
	position: fixed;
	z-index: 1009;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
    transition: all .5s ease;
}
.downPopWarp.open{
	opacity: 1;
	visibility: visible;
    transition: all .5s ease;
}
.downPop{
	width: 92%;
	max-width: 868px;
	top: 30%;
	left: 50%;
	margin-left: -434px;
	background: #fff;
	padding: 48px 40px 80px 40px;
	position: fixed;
	z-index: 1019;
	border-radius: 20px;
	visibility: hidden;
	opacity: 0;
    transition: all .5s ease;
}
.downPop.open{
	opacity: 1;
	visibility: visible;
    transition: all .5s ease;
}
.downPop .title{
	text-align: center;
	font-weight: bold;
	font-size: 32px;
	color: #333333;
	line-height: 38px;
}
.downPop .row{
	margin-top: 45px;
}
.downPop .row input[type=text]{
	width: 100%;
	height: 58px;
	border: 1px solid #dcdcdc;
	border-radius: 8px;
	padding: 0;
	font-size: 16px;
	color: #333;
	text-indent: 18px;
	margin-bottom: 13px;
}
.downPop .row input[type=text].bt{
	background: url(../images/bt-ico.png) no-repeat top 10px left 8px;
}
.downPop .row input[type=button]{
	width: 100%;
	height: 58px;
	border-radius: 8px;
	background: #005395;
	font-size: 18px;
	color: #fff;
	border: none;
	outline: none;
	margin-top: 25px;
}
.closeDwon{
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
}
.closeDwon i{
	font-size: 30px;
	color: #DC1216;
}
.indexApplication{
	position: relative;
}
.sy-app-top{
	height: 100%;
}
.sy-app-top .swiper-slide{
	height: 100%;
	position: relative;
}
.sy-app-top .swiper-slide::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	top: 0;
	left: 0;
}
.sy-app-top .swiper-slide .info{
	position: absolute;
	z-index: 99;
	width: 80%;
	max-width: 790px;
	left: 50%;
	margin-left: -380px;
	top: 270px;
	text-align: center;
}
.sy-app-top .sy-lm-more{
	margin-top: 80px;
	width: 140px;
	line-height: 43px;
	border-radius: 45px;
	text-align: center;
	display: block;
	font-size: 16px;
	color: #fff;
	transition: all .5s ease;
	background-color:#0278be;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.sy-app-top .sy-lm-more a{
	color: #fff;
}
.sy-app-top .sy-lm-more i{
	color: #fff;
}
.sy-app-top .swiper-slide .info .sub{
	font-size: 36px;
	color: #fff;
	line-height: 50px;
	margin-top:30px;
}
.sy-hyyy-tit{
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 99;
	color: #fff;
	top: 195px;
	left: 0;
}
.sy-hyyy-tit .tit{
	font-size:42px;
	line-height:45px;
}
.sy-hyyy-tit .titen{
	font-size:18px;
	line-height:25px;
	margin-top:14px;
}
.sy-hyyy-tit .line{
	width: 24px;
	height: 2px;
	background: #fff;
	margin: 18px auto 0;
}
.syApp-thumbs{
	position: absolute;
	z-index: 99;
	bottom: 135px;
	left: 0;
	width: 100%;
}
.sy-app-thumbs{
	width: 80%;
	max-width: 628px;
	
}
.sy-app-thumbs .swiper-wrapper{
	justify-content: center;
}
.sy-app-thumbs .swiper-slide{
	cursor: pointer;
}
.sy-app-thumbs .swiper-slide:first-child{
	margin-left:14px;
}
.sy-app-thumbs .ico{
	width: 98px;
	height: 98px;
	position: relative;
	border: 1px dashed #fff;
	border-radius: 100%;
	text-align: center;
	line-height: 98px;
	margin: 0 auto;
}
.sy-app-thumbs .ico::after{
	content: "";
	position: absolute;
	width: 86px;
	height: 86px;
	border: 3px solid #fff;
	border-radius: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .5s ease;
}
.sy-app-thumbs .swiper-slide.swiper-slide-thumb-active .ico::after{
	border: 43px solid #fff;
    transition: all .5s ease;
}
.sy-app-thumbs .ico::before{
	content: "";
	position: absolute;
	width: 69px;
	height: 69px;
	border: 1px solid #fff;
	border-radius: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.sy-app-thumbs .ico img{
	position: absolute; 
	left: 50%;
	top: 50%;
	z-index: 99;
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .5s ease;
}
.sy-app-thumbs .swiper-slide.swiper-slide-thumb-active .ico img{
	opacity: 0;
    transition: all .5s ease;
}
.sy-app-thumbs .ico #onimg{
	opacity: 0 !important;
    transition: all .5s ease;
}
.sy-app-thumbs .swiper-slide.swiper-slide-thumb-active .ico #onimg{
	opacity: 1 !important;
    transition: all .5s ease;
}
.sy-app-thumbs .txt{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 25px;
	margin-top: 10px;
}

/* indexNews */
.indexNews{
	width: 100%;
	padding:120px 0 40px;
	background: #f1f1f1;
}
.sy-jp-titCn {
    text-align: center;
    font-size: 42px;
    line-height: 45px;
    color: #222222;
}
.sy-jp-titEn {
    font-size: 18px;
    font-family: arial;
    line-height: 25px;
    text-align: center;
    color: #888888;
    margin-top: 14px;
}
#syNewsSwiper{
	margin-top: 50px;
}
#syNewsSwiper .swiper-slide{
	position: relative;
}
#syNewsSwiper .swiper-slide::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 75%;
	left: 0;
	bottom: 0;
	background: #fff;
	z-index: 2;
    transition: all .5s ease;
}
#syNewsSwiper .swiper-slide:hover::after{
	background: #0274c6;
    transition: all .5s ease;
}
.sy-news-list{
	width: 95%;
	max-width: 333px;	
	background: #fff;
	position: relative;
	z-index: 33;
}
.sy-news-list .pic{
	width: 100%;
	overflow: hidden;
}
.sy-news-list .pic img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.sy-news-list:hover .pic img{ 
	transform: scale(1.12);
    transition: all .5s ease;
}
.sy-news-list .info{
	padding: 20px 22px 25px 22px;
}
.sy-news-list .time{
	font-family: arial;
	font-size: 14px;
	color: #888888;
}
.sy-news-list .tit{
	font-size: 18px;
	color: #333333;
	line-height: 26px;
	height: 52px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin: 14px 0 18px;
	transition: all .5s ease;
}
.sy-news-list:hover .tit{
	color: #0274c6;
	transition: all .5s ease;
}
.sy-news-list .sub{
	font-size: 15px;
	color: #888888;
	line-height: 24px;
	height: 48px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sy-news-list .more{
	font-size: 14px;
	color: #999999;
	padding-left: 60px;
	position: relative;
	margin-top: 35px;
	transition: all .5s ease;
}
.sy-news-list:hover .more{
	color: #0274c6;
	transition: all .5s ease;
}
.sy-news-list .more::after{
	content: "";
	position: absolute;
	width: 52px;
	height: 1px;
	background: #e4e4e4;
	left: 0;
	top: 50%;
	margin-top: -0.5px;
	transition: all .5s ease;
}
.sy-news-list:hover .more::after{
	background: #0274c6;
	transition: all .5s ease;
}
.sy-jp-more{
	width: 140px;
	line-height: 43px;
	border: 1px solid #e12638;
	border-radius: 45px;
	text-align: center;
	display: block;
	font-size: 16px;
	color: #e12638;
	margin: 80px 0 0 0;
	transition: all .5s ease;
}
.sy-jp-more:hover{
	background: #e12638;
	color: #fff;
	transition: all .5s ease;
}
.sy-jp-more i{
	margin-left: 10px;
	transition: all .5s ease;
}
.sy-jp-more:hover i{
	margin-left: 18px;
	transition: all .5s ease;
}
.indexNews .sy-jp-more{
	border: 1px solid #0274c6;
	color: #0274c6;
	margin: 60px auto 0;
}
.indexNews .sy-jp-more:hover{
	background: #0274c6;
	color: #fff;
}
#honorP{
top:40%!important;
left:0}
#honorN{
top:40%!important;
right:0}