﻿@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: #1054a0;
	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: #0166b3 !important;
}
.container.index{
	width: 96%;
	max-width: 1480px;
}
.section{
	overflow: hidden;
}

/* 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.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: 20px 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;
}
.headSearch span i{
	font-size: 24px;
	color: #333;
}
.closeHs{
	position: absolute;
	cursor: pointer;
	right: -150px;
	top: -10px;
}
.closeHs i{
	font-size: 35px;
	color: #c1c1c1;
	transition: all .5s ease;
}
.closeHs:hover i{
	color: #0068b7;
	transition: all .5s ease;
}

.head{
	width: 100%; 
	background: rgba(255,255,255,1);
	z-index: 1009;  
	position: relative;
	padding: 15px 0 21px; 
	transition: all .5s ease;
}  
.head.fixedbg{
	position: fixed;
	top: 0;
	background: rgba(255,255,255,0.92);
	padding: 12px 0;
	box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .1);
	transition: all .5s ease;
}
.head .Logo{
	float: left;
}
.WebLink{
	float: right;
	margin-top: 17px;
}
.WebLink li{
	float: left;
	position: relative;
	margin-right: 52px;
}
.WebLink li > a{
	display: block;
	line-height: 25px;
	font-size: 16px;
	color: #222222;
}
.WebLink li:hover > a,
.WebLink li.on > a{
	color: #3563b6;
}

.WebLink li .sub-head-menu{
	position: absolute;
	left: 50%;
	margin-left: -100px;
	top: 69px;
	width: 200px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
}
.sub-head-menu-t{
	height: 30px;
	transition: all .5s ease;
}
.head.fixedbg .sub-head-menu-t{
	height: 25px;
	transition: all .5s ease;
}
.sub-head-menu-a{
	border-top: 4px solid #015aaa;
}
.WebLink li:hover .sub-head-menu{
	top: 23px;
	opacity: 1;
	visibility: visible;
	transition: all .5s ease;
}
.WebLink li .sub-head-menu a{
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 28px;
	padding: 10px 0;
	color: #555;
	border-bottom: 1px solid #f1f1f1;
	background: #fff; 
	transition: all .5s ease;
}
.WebLink li .sub-head-menu a:hover{
	background: #015aaa;
	color: #fff;
	transition: all .5s ease;
}
.WebLink li .sub-head-menu a:last-child{
	border-bottom: none;
}

.head-right{
	float: right;
	margin-left: 12px;
	margin-top: 12px;
}
.head-language{
	float: left;
	border: 1px solid #d2d2d2;
	border-radius: 50px;
	padding: 0 18px;
	height: 32px;
	line-height: 30px;
	font-size: 15px;
	color: #555555;
	cursor: pointer;
	position: relative;
	transition: all .5s ease;
}
.head-language:hover{
	border-radius: 5px;
	transition: all .5s ease;
}
.head-language .a{ 
	width: calc(100% + 2px);
	position: absolute;
	left: -1px;
	text-align: center;
	border: 1px solid #d2d2d2;	
	top: 40px;
	visibility: hidden;
	opacity: 0;
	background: rgba(255,255,255,0.92);
	border-bottom: none;
	transition: all .5s ease;
}
.head-language:hover .a{
	visibility: visible;
	opacity: 1;
	top: 30px;
	border-radius: 5px;
	overflow: hidden;
	transition: all .5s ease;
}
.head-language .a a{
	display: block;
	line-height: 30px;
	font-size: 14px;
	border-bottom: 1px solid #d2d2d2;	
}
.head-language .a a:hover{
	color: #0068B7;
}
.head-language i{
	font-size: 13px;
	color: #1c518e;
	margin-left: 7px;
}
.head-search{
	float: left;
	position: relative;
	top: 1px;
	margin: 0 38px 0 35px;
}
.head-tel{
	float: left;
	line-height: 26px;
	padding-left: 36px;
	background: url(../images/head-tel-ico.png) no-repeat left center;
	font-size: 16px;
	color: #515253;
}
.head-tel a{
	font-family: "helev";
	font-size: 22px;
	color: #015aaa;
	line-height: 30px;
}
.head-search{
	cursor: pointer;
}
.head-search i{
	font-size: 20px;
	color: #090909;
}

/* indexService */
.indexService{
	padding: 45px 0 30px;
	background: url(../images/sy-fw-hs.jpg) repeat-x bottom center;
	background-size: 100% 50%;
}
#syFwSwiper{
	margin-top: 45px;
	padding-bottom: 55px;
}
#syFwSwiper .swiper-slide{
	background: #3563b6;
}
#syFwSwiper .swiper-slide:nth-of-type(2n+2){
	background: #25509e;
}
 
#syFwSwiper .swiper-slide:nth-of-type(2n+2) .syFw-list .bigEn{
	color: #25509e;
}
 
#syFwPag .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	border-radius: 12px;
	transition: all .5s ease;
}
#syFwPag .swiper-pagination-bullet-active{
	width: 32px;
	transition: all .5s ease;
}

.index-pro-list{
    transition: all .5s ease;
}
.index-pro-list:hover{ 
    transition: all .5s ease;
}
.index-pro-list .tit{
	width: 90%;
	margin: 0 auto;
	font-size: 20px;
	color: #ffffff;
	line-height: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.index-pro-list:hover .tit{
	color: #f5f5f5;
    transition: all .5s ease;
}
.index-pro-list .sub{
	width: 90%;
	margin: 20px auto 20px auto;
	font-size: 15px;
	color: #ffffff;
	line-height: 28px;
	height: 84px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.index-pro-list .more{
	width: 90%;
	margin: 0 auto 20px auto;
	font-size: 15px;
	color: #ffffff;
	line-height: 25px;
}
.index-pro-list .more i{
	margin-left: 5px;
}
.index-pro-list .pic{
	background: #ffffff;
	overflow: hidden;
	position: relative;
	height: 0;
	padding-bottom: 94.9%;
	margin-bottom: 25px;
}
.index-pro-list .pic img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.index-pro-list:hover .pic img{
	transform: scale(1.12);
    transition: all .5s ease;
}
/* indexAdvantage */
.indexAdvantage{
	padding: 58px 0 60px;
	background: url(../images/sy-ys-back.jpg) no-repeat bottom center;
	background-size: cover;
}
.sy-ys-box{
	text-align: center;
	margin-top: -20px;
	position: relative;
}
.sy-ys-box .pic{
	width: 261px;
	background: rgba(1,102,179,0.1);
	position: absolute;
	border-radius: 100%;
	padding: 32px;
	left: 50%;
	top: 50%;
	margin-left: -130.5px;
	margin-top: -130.5px;
}
.sy-ys-box .pic img{
	border-radius: 100%;
}
.syYs-list{
	position: absolute;
	width: 32.5%;
	overflow: hidden;
}
.syYs-list .info{
	width: 75%;
	float: left;
}
.syYs-list.lt2 .info,
.syYs-list.lt4 .info{
	float: right;
}
.syYs-list .info .tit{
	font-weight: bold;
	font-size: 26px;
	color: #0166b3;
	line-height: 30px;
	text-align: right;
	margin-top: 8px;
}
.syYs-list.lt2 .info .tit,
.syYs-list.lt4 .info .tit{
	text-align: left;
}
.syYs-list .info .sub{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	text-align: left;
	margin-top: 22px;
}
.syYs-list .ico{
	float: right;
}
.syYs-list.lt2 .ico,
.syYs-list.lt4 .ico{
	float: left;
}
.syYs-list.lt1{
	top: 112px;
	left: 20px;
}
.syYs-list.lt2{
	top: 112px;
	right: 20px;
}
.syYs-list.lt3{
	top: 380px;
	left: 0;
}
.syYs-list.lt4{
	top: 380px;
	right: 0;
}

/* indexProcess */
.indexProcess{
	padding: 54px 0 85px;
	background: url(../images/sy-lc-back.jpg) no-repeat top center;
	background-size: cover;
}
.indexProcess .kz-sy-tit,
.indexProcess .kz-sy-sub{
	color: #fff;
}
.indexProcess img{
	display: block;
	margin: 48px auto 0; 
}
.indexAbout{
	padding: 44px 0 10px;
	background: url(../images/sy-abt-back.jpg) no-repeat top center;
	background-size: cover;
}
.indexAbout .container{
	position: relative;
}
.indexAbout .pic{
	position: absolute;
	left: 0;
	bottom: 44px;
}
.sub-sy-abt{
	width: 60.214285714%;
	float: right;
	background-size: cover;
	padding: 50px 58px 22px 210px;
	margin-top: 55px;
}
.sub-sy-abt .gsName{
	font-size: 24px;
	line-height: 30px;
	color: #25509e;
}
.sub-sy-abt .line{
	width: 100%;
	height: 1px;
	background: #bfcee1;
	position: relative;
	margin-top: 18px;
}
.sub-sy-abt .line::after{
	content: "";
	position: absolute;
	width: 40px;
	height: 7px;
	background: #f7b400;
	left: 23px;
	bottom: 0;
}
.sub-sy-abt .Logo{
	margin: 25px 0 36px;
}
.sub-sy-abt .sub{
	font-size: 15px;
	color: #666666;
	line-height: 30px;
}
.sub-sy-abt .more{
	text-align: right;
	margin-top: 40px;
}
.sub-sy-abt .more a{
	display: inline-block;
	line-height: 25px;
	font-size: 15px;
	color: #25509e;
}
.sub-sy-abt .more a i{
	font-size: 22px;
	position: relative;
	top: 3px;
}

/* indexNews */
.indexNews{
	padding: 42px 0 36px;
}
.syNewsBox{
	margin-top: 48px;
}
.sy-news-box1{
	width: 30.285714285%;
	float: left;
	background: #0166b3;
}
.sy-news-box1 .pic{
	overflow: hidden;
	position: relative;
	height: 0;
	padding-bottom: 53.8%;
}
.sy-news-box1 .pic img{
	display: block;
	width: 100%;
}
.sy-news-box1 .info{
	padding: 27px 16px 35px 26px;
	overflow: hidden;
}
.sy-news-box1 .info .txt-box{
	width: 76%;
	float: right;
}
.sy-news-box1 .info .txt-box .tit{
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	min-height: 26px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	color: #fff;
}
.sy-news-box1 .info .txt-box .sub{
	font-size: 15px;
	line-height: 25px;
	min-height: 75px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	color: #fff;
	margin-top: 12px;
}
.indexNews .time-box{
	float: left;
	width: 75px;
	height: 75px;
	background: #f7b400;
	text-align: center;
	color: #fff;
	font-family: helev;
}
.indexNews .time-box .day{
	font-size: 36px;
	line-height: 45px;
	position: relative;
	top: 3px;
}
.indexNews .time-box .year{
	font-size: 16px;
	line-height: 25px;
}
.sy-news-box2{
	width: 29.642857142%;
	float: left;
	margin-left: 30px;
}
.sy-news-box2 .time-box{
	background: #c8c7c7;
	transition: all .5s ease;
}
.sy-news-box2 .list:hover .time-box{
	background: #f7b400;
	transition: all .5s ease;
}
.sy-news-box2 .list{
	overflow: hidden;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.sy-news-box2 .list .info{
	width: 76%;
	float: right;
}
.sy-news-box2 .list .info .tit{
	font-weight: bold;
	color: #333333;
	font-size: 18px;
	line-height: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	position: relative;
	top: -1px;
	transition: all .5s ease;
}
.sy-news-box2 .list:hover .info .tit{
	color: #f7b400;
	transition: all .5s ease;
}
.sy-news-box2 .list .info .sub{
	font-size: 15px;
	line-height: 25px;
	height: 50px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	color: #666666;
	margin-top: 4px;
}
.sy-news-box3{
	width: 33.928571428%;
	float: right;
	border: 1px solid #e5e5e5; 
}
.sy-news-box3 .top-tit{
	border-top: 4px solid #0166b3;
	line-height: 50px;
	height: 55px;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 22px 0 22px;
}
.sy-news-box3 .top-tit span{
	display: inline-block;
	position: relative;
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	padding-left: 21px;
}
.sy-news-box3 .top-tit span::after{
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	border-radius: 100%;
	border: 3px solid #25509e;
	left: 0;
	top: 50%;
	margin-top: -5.5px;
}
.sy-news-box3 .top-tit a{ 
	float: right;
	line-height: 46px;
	color: #25509e;
}
.sy-news-box3 .top-tit a i{
	font-size: 22px;
	position: relative;
	top: 3px;
}
.sy-news-box3 ul{
	padding: 14px 25px 27px 23px;
}
.sy-news-box3 ul li{
	line-height: 50px;
	border-bottom: 1px solid #ebebeb;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sy-news-box3 ul li:last-child{
	border-bottom: none;
}
.sy-news-box3 ul li a{
	font-size: 16px;
	color: #333333;
	display: block;
}
.sy-news-box3 ul li a:hover{
	color: #f85555;
}
.sy-news-box3 ul li i{
	font-size: 26px;
	color: #f85555;
	position: relative;
	top: 3px;
	line-height: 26px;
	display: inline-block;
	margin-right: 12px;
}

/* 公共 */
.kz-sy-tit{
	text-align: center;
	font-size: 48px;
	line-height: 52px;
	color: #222222;
}
.kz-sy-tit span{
	display: inline-block;
	position: relative;
}
.kz-sy-tit span::after,
.kz-sy-tit span::before{
	content: "";
	width: 15px;
	height: 16px;
	position: absolute;
}
.kz-sy-tit span::after{
	background: url(../images/sy-bt-a.png) no-repeat center center;
	left: -30px;
	top: 2px;
}
.kz-sy-tit span::before{
	background: url(../images/sy-bt-b.png) no-repeat center center;
	right: -30px;
	bottom: 2px;
}
.kz-sy-sub{
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	color: #666666;
	margin-top: 18px;
}

/* about */
.about{
	padding: 40px 0 30px 0;
}
.about-cont{
	width: 46.1%;
	float: left;
	border-right: 1px solid #eaeaeb;
	padding-right: 75px;
	padding-top: 10px;
}
.about-cont .title{
	font-size: 24px;
	color: #005bbb;
	line-height: 28px;
}
.about-cont .cont{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	margin-top: 20px;
}
.about-cont .cont p{
	margin: 0 0 15px 0;
}
.about-pic{
	width: 49.285714285%;
	float: right;
}
.about-pic img{
	margin-top: 13px;
}
/* culture */
.culture{
	padding: 38px 0 35px;
	background: url(../images/qywh-back.jpg) no-repeat top center;
	background-size: cover;
}
.culture .hd{
	width: 40%;
	float: left;
}
.culture .hd ul{
	opacity: inherit;
}
.culture .hd ul li{
	width: 100%;
	overflow: hidden;
	float: left;
	position: relative;
	cursor: pointer;
}
.culture .hd ul li:nth-child(1){
	margin-bottom: 13px;
}
.culture .hd ul li:nth-child(2),
.culture .hd ul li:nth-child(3){
	width: 48.75%;
}
.culture .hd ul li:last-child{
	float: right;
}
.culture .hd ul li .txt{
	position: absolute;
	bottom: -20px;
	width: 100%;
	left: 0;
	padding: 18px 10px 18px 30px;
	color: #fff; 
	transition: all .5s ease;
}
.culture .hd ul li:hover .txt,
.culture .hd ul li.on .txt{
	background: rgba(0,91,187,0.9);
	bottom: 0;
	transition: all .5s ease;
}
.culture .hd ul li .txt .t1{
	font-size: 24px;
	line-height: 28px;
}
.culture .hd ul li .txt .t2{
	font-size: 16px;
	line-height: 25px;
	margin-top: 6px;
	opacity: 0;
	transition: all .5s ease;
}
.culture .hd ul li:hover .txt .t2,
.culture .hd ul li.on .txt .t2{
	opacity: 1;
	transition: all .5s ease;
}
.culture .bd{
	width: 48.2%;
	float: right;
	color: #fff;
} 
.culture .bd ul li{
	display: table;  
}
.culture .bd ul li .nr{
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}
.culture .bd ul li .en{
	font-size: 18px;
	color: #adc3e0;
	text-transform: capitalize;
}
.culture .bd ul li .cn{
	font-size: 36px;
	line-height: 65px;
	margin: 20px 0;
}
.culture .bd ul li .txt{
	font-size: 20px;
	line-height: 28px;
}
.culture .bd ul li .cont{
	font-size: 14px;
	line-height: 32px;
	margin-top: 28px;
}
/* honor */
.honor{
	padding: 65px 0 100px;
}
.honor-show{
	position: relative;
	margin-top: 48px;
}
#honorSwiper{
	width: 85%;
	margin: 0 auto; 
}
#honorSwiper .swiper-slide{
	border: 1px solid #e5e5e5;
	padding: 60px 20px 100px;
	border-left: none;
}
#honorSwiper .swiper-slide.swiper-slide-active{
	border-left: 1px solid #e5e5e5;
}
#honorSwiper .swiper-slide img{
	display: block;
	margin: 0 auto;
}
#honorN,
#honorP{
	width: 52px;
	height: 52px;
	border: 1px solid #d9d9d9;
	border-radius: 100%;
	margin-top: -26px;
}
#honorN{
	background: url(../images/sy-pro-n.png) no-repeat center center;
	right: 0;
}
#honorP{
	background: url(../images/sy-pro-p.png) no-repeat center center;
	left: 0;
}

/* contact */
.contact-warp{
	padding: 40px 0 50px;
}
.contact{
	width: 68.5714285471%;
	float: left;
	padding-right: 64px;
	border-right: 1px solid #ededed;
}
.contact .title{
	font-size: 32px;
	line-height: 38px;
	color: #333333;
	padding: 10px 0;
}
.contact-box{
	margin-top: 20px;
}
.contact-box .list{
	overflow: hidden;
	background: #f5f5f5;
	border-bottom: 1px solid #fff;
	padding: 32px 0 32px;
}
.contact-box .list:nth-child(2){
	background: #f9f9f9;
}
.contact-box .list:nth-child(3){
	padding: 20px 0 20px;
}
.contact-box .list .lt{
	padding: 0 25px;
	overflow: hidden;
}
.contact-box .list .lt.w{
	width: 50%;
	float: left;
}
.contact-box .list .lt.t{
	position: relative;
	top: 16px;
}
.contact-box .list .lt .ico{
	width: 45px;
	height: 45px;
	background: #e9e9e9;
	border-radius: 100%;
	text-align: center;
	line-height: 45px;
	float: left;
	margin-right: 25px;
	margin-top: 2px;
}
.contact-box .list .lt .ico i{
	font-size: 22px;
	color: #296fb9;
}
.contact-box .list .lt .txt{
	float: left;
}
.contact-box .list .lt .txt .t1{
	font-size: 18px;
	color: #333333;
	line-height: 22px;
}
.contact-box .list .lt .txt .t2{
	font-size: 16px;
	color: #666666;
	line-height: 20px;
	margin-top: 8px;
}
.contact-box .list .lt .txt .t2 a{
	font-family: helev;
	color: #666;
	letter-spacing: 1px;
}
.contact-box .list .lt .txt .t2 a:hover{
	color: #0068B7;
}
.contact-box .list .ewm{
	float: left;
	width: 79px;
}
.contact-box .list p.t3{
	line-height: 79px;
	float: left;
	margin-left: 18px;
	font-size: 18px;
	color: #333333;
}
.message{
	width: 27.5%;
	float: right;
}
.message .title{
	font-size: 28px;
	line-height: 38px;
	color: #222222;
	margin-bottom: 22px;
}
.message input[type=text]{
	padding: 0;
	width: 100%;
	height: 52px;
	background: #ededed;
	border-radius: 5px;
	margin-bottom: 12px;
	border: none;
	outline: none;
	color: #333;
	text-indent: 20px;
	color: #333;
	font-size: 15px;
}
.message textarea{
	min-height: 167px;
	max-height: 167px;
	min-width: 100%;
	max-width: 100%;
	padding: 15px 20px;
	color: #333;
	font-size: 15px;
	background: #ededed;
	border-radius: 5px;
	border: none;
	outline: none;
}
.message input[type=button]{
	width: 100%;
	height: 55px;
	border-radius: 5px;
	background: #f7b400;
	border: none;
	outline: none;
	font-size: 16px;
	color: #fff;
	margin-top: 18px;
}
.mpas{
	padding: 0 0 151px 0;
}

/* service */
.service-info{
	padding: 74px 0 95px;
}
.ser-zx{
	display: block;
	width: 212px;
	line-height: 48px;
	border-radius: 5px;
	background: #216ab7;
	margin: 68px auto 0;
	text-align: center;
	color: #fff !important;
	font-size: 18px;
	height: 55px;
    transition: all .5s ease;
}
.ser-zx:hover{
	box-shadow: 7px 5px 13px 0 rgba(33, 106, 183, .3);
    transition: all .5s ease;
}
.ser-zx i{
	font-size: 28px;
	margin-right: 12px;
	position: relative;
	top: 4px;
}
.ser-title{
	text-align: center;
	font-size: 42px;
	line-height: 48px;
	color: #333333;
}
.ser-sub{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 30px; 
}
.service-tab{
	padding: 75px 0 90px;
	background: #f5f5f5;
}
.service-tab:nth-of-type(3n+3){
	background: #fff;
}
.service-tab table{
	width: 100%;
	text-align: left;
}
.service-tab table tr:nth-child(1) td{
	height: 66px;
	color: #fff;
	background: #216ab7;
}
.service-tab table tr:nth-child(1) td:nth-of-type(2n+2){
	background: #f7b400;
}
.service-tab table tr td{
	height: 90px;
	background: #e2e9f1;
	font-size: 16px;
	color: #555555;
	border: 1px solid #fff;
	padding-left: 18px;
}
 
.service-tab.c1_2{
	background: url(../images/ser-back.jpg) no-repeat top center;
	background-size: cover;
	padding: 130px 0 178px;
}
.service-tab.c1_2 .ser-title{
	color: #fff;
}
.service-tab.c1_2 .ser-sub{
	color: #fff;
	line-height: 36px;
}
/* 操作手册 */
.manual{
	padding: 35px 0 35px;
}
.czsc-xz{
	padding: 20px 25px 20px 120px;
	border: 1px solid #edecec;
	overflow: hidden; 
	background: url(../images/czsc-pdf.png) no-repeat left 20px center;
	margin-bottom: 15px;
	border-radius: 5px;
} 
.manual .pdg{
	padding: 0 18px; 
}
.czsc-xz .info{
	float: left;
	width: 75%; 
}
.czsc-xz .info .tit{
	font-size: 20px;
	color: #333333;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.czsc-xz .info .size{
	font-size: 16px;
	color: #666;
	margin-top: 12px;
}
.czsc-xz .ico{ 
	float: right;
	width: 49px;
	height: 49px;
	border: 1px solid #e0e0e0;
	border-radius: 100%;
	text-align: center;
	line-height: 47px; 
    transition: all .5s ease;
    margin-top: 10px;
}
.czsc-xz:hover .ico{
	background: #e42b0f;
	border: 1px solid #e42b0f;
	color: #fff;
    transition: all .5s ease;
}
.czsc-xz .ico i{
	font-size: 25px;
}

/* news */
.news{
	width: 100%;
	padding: 25px 0 20px;
}
.news ul{
	
}
.news ul li{
	padding: 26px 0;
	transition: all .5s ease;
}
.news ul li:hover{
	background: #f5f5f5;
	transition: all .5s ease;
}
.news ul li .pic{
	width: 21.75%;
	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: 75.625%;
	float: right;
}
.news ul li .info .tit{
	font-size: 20px;
	color: #333333;
	line-height: 28px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;  
	transition: all .5s ease;
}
.news ul li:hover .info .tit{
	color: #216ab7;
	transition: all .5s ease;
}
.news ul li .info .time{
	font-size: 14px;
	color: #999999;
	margin: 16px 0 20px;
}
.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: 127px;
	line-height: 32px;
	border: 1px solid #216ab7;
	text-align: center;
	font-size: 14px;
	color: #216ab7;
	border-radius: 30px;
	margin-top: 10px;
	transition: all .5s ease;
}
.news ul li .info .more:hover{
	background: #216ab7;
	color: #fff;
}
.news ul li .info .more i{
	margin-left: 9px;
}
.news ul li.tzgg{
	
} 
.tzgg{
	border-bottom: 1px solid #f5f5f5;
}
.tzgg .timebox{
	width: 104px;
	height: 117px;
	background-color: #d3d2d2;
	padding: 0 12px;
	text-align: center;
	float: left;
	color: #fff;
	font-family: arial;
	border-bottom-right-radius: 20px;
	transition: all .5s ease;
}
.tzgg:hover .timebox{
	background-color: #969696;
	transition: all .5s ease;
}
.tzgg .timebox .day{
	font-size: 56px;
	line-height: 65px;
	border-bottom: 1px dashed #fff;
	margin-top: 8px;
}
.tzgg .timebox .year{
	font-size: 16px;
	line-height: 30px;
	margin-top: 6px;
}
.tzgg .info{
	width: 90% !important;
}
.tzgg .info .sub{
	height: 30px !important;
	-webkit-line-clamp: 1 !important;
	margin: 12px 0 0 0;
}

/* newsDe */
.newsDe{
	padding: 35px 0 40px;
}

.newsDe .titBox{
	border-bottom: 1px solid #dadbdb;
	padding-bottom: 15px;
}
.newsDe .titBox .title{
	font-weight: bold;
	font-size: 32px;
	line-height: 38px;
	text-align: center;
	color: #333333;
}
.newsDe .titBox .time{
	font-size: 14px;
	color: #999999;
	line-height: 25px;
	text-align: center;
	margin-top: 30px;
}
.newsDe .content{
	font-size: 15px;
	color: #666666;
	line-height: 30px;
	margin-top: 20px;
}
.newsDe .content a:hover{
	color: #3563b6 !important;
}
.newsDe .return{
	padding: 18px 0;
	margin-top: 38px;
	border-top: 1px solid #dadbdb;
	border-bottom: 1px solid #dadbdb;
}
.newsDe .return a.back-list{
	display: block;
	width: 136px;
	height: 45px;
	line-height: 43px;
	border: 1px solid #216ab7;
	color: #216ab7;
	margin: 0 auto;
	text-align: center;
	border-radius: 5px;
}
.newsDe .return a.back-list:hover{
	background: #216ab7;
	color: #fff;
}
.tj-news{
	margin-top: 20px;
}
.tj-news .th4{
	font-size: 20px;
	line-height: 32px;
	color: #216ab7;
}
.tj-news .row{
	margin-top: 15px;
}
.tj-news .row .pdg{
	padding: 0 20px;
}
.tj-news .list{
	position: relative;
	line-height: 58px;
	padding-left: 18px;
	background: url(../images/tj-news-dot.png) no-repeat left center;
	border-bottom: dashed 1px #dadbdb;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	font-size: 18px;
	color: #333333;
}
.tj-news .list a{
	color: #333;
}
.tj-news .list:hover a{
	color: #f7b400;
}

/* abt-tit */
.abt-tit-cn{
	text-align: center;
	font-size: 42px;
	line-height: 48px;
	color: #333333;
}
.abt-tit-en{
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	color: #666666;
	margin-top: 14px;
}

/* Nybanner */
.Nybanner{
	overflow: hidden;
}
.Nybanner img{
	display: block;
	width: 100%;
}
/* Nylocation */
.Nylocation{
	line-height: 45px;
	background-color: #f5f5f5;
}
.Nylocation .now-lm{
	float: left;
}
.Nylocation .now-lm a{
	display: block;
	float: left;
	font-size: 15px;
	color: #333333;
	margin-right: 30px;
	position: relative;
}
.Nylocation .now-lm a:hover,
.Nylocation .now-lm a.on{
	color: #005bbb;
}
.Nylocation .now-lm a::after{
	content: "";
	width: 0;
	height: 2px;
	background: #005bbb;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .5s ease;
}
.Nylocation .now-lm a:hover::after,
.Nylocation .now-lm a.on::after{
	color: #005bbb;
	width: 100%;
	transition: all .5s ease;
}
.Nylocation .now-wz{
	float: right;
	background: url(../images/home-ico.png) no-repeat left center;
	padding-left: 25px;
	font-size: 14px;
	color: #666666;
}
.Nylocation .now-wz a{
	color: #666;
}
.Nylocation .now-wz a:hover{
	color: #005bbb;
}

/* footer */
footer{
	background: #333333 url(../images/foot-back.jpg) no-repeat right bottom;
	padding: 30px 0 0 0;
}
.foot-top{
	padding: 0 0 20px 0;
}
.foot-lm{
	float: left;
	margin-left: 55px;
}
.foot-lm:nth-child(1){
	margin-left: 0;
}
.foot-lm h4{
	font-size: 20px;
	color: #fff;
	line-height: 25px;
}
.foot-lm .line{
	width: 100%;
	min-width: 145px;
	height: 1px;
	background: #3d3d3d;
	margin: 20px 0 20px;
}
.foot-lm .link-a a{
	display: block;
	font-size: 15px;
	color: #999999;
	line-height: 25px;
	margin-bottom: 10px;
}
.foot-lm .link-a a:hover{
	color: #fff;
}
.foot-lm .link-p{
	line-height: 25px;
	font-size: 15px;
	color: #999;
}
.foot-lm .link-p p{
	margin-bottom: 8px;
}
.foot-lm .link-p a{
	color: #999;
}
.foot-lm .link-p a:hover{
	color: #fff;
}
.foot-ewm{
	float: right;
	text-align: center;
}
.foot-ewm img{
	width: 126px;
}
.foot-ewm p{
	font-size: 15px;
	line-height: 25px;
	color: #adacac;
	margin: 10px 0 0 0;
}
.foot-copy{
	line-height: 63px;
	border-top: 1px solid #3d3d3d;
	font-size: 15px;
	color: #999999;
}
.foot-copy a{
	color: #999;
}
.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 {
	padding: 50px 0px 30px 0px;
	text-align: center;
	clear: both;
	margin: 0px auto;
	font-size: 14px;
}

.page A {
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 10px;
	MARGIN: 2px;
	COLOR: #818181;
	PADDING-TOP: 10px;
	TEXT-DECORATION: none;
	background: #f5f5f5;
	border: #f5f5f5 solid 1px;
}

.page A:hover {
	COLOR: #fff;
	background: #216ab7; border: #216ab7 solid 1px;
}

.page A:active {
	COLOR: #fff;
	background: #216ab7; border: #216ab7 solid 1px;
}

.page SPAN.current {
 	COLOR: #fff;
	background: #216ab7; border: #216ab7 solid 1px;
	PADDING-RIGHT: 10px;
 
	PADDING-LEFT: 10px;
	FONT-WEIGHT: bold;
	PADDING-BOTTOM: 10px;
	MARGIN: 2px;
	PADDING-TOP: 10px;
 
}

.page SPAN.disabled {
	background: #f5f5f5;
	border: #f5f5f5 solid 1px;
	PADDING-RIGHT:10px;
 
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 10px;
	MARGIN: 2px; 
	COLOR: #aaaeb1;
	font-weight: bold;
	PADDING-TOP: 10px;
 
}

.page a.sy {
	color: #707072 !important;
}

.page .next,
.page .prev{
	width: 65px;
}

.bsBox {
	width: auto !important;
	height: auto !important;
}

/*Webkit,Opera9.5+,Ie9+*/
::selection {
	background: rgba(0,0,0,0);
	color: #ff0000;
}

/*Mozilla Firefox*/
::-moz-selection {
	background: rgba(0,0,0,0);
	color: #ff0000;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-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(0, 104, 183, 1);
	border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0, 104, 183, 1);
}

::-webkit-scrollbar-thumb:active {
	background-color: rgba(0, 104, 183, 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;
}


/* 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);
	  }
}

.wz-web-search{
	padding: 20px 0 40px;
}
.wz-web-search li{
	border-bottom: 1px solid #ddd;
	padding: 10px 0; 
    transition: all .5s ease;
}
.wz-web-search li:hover{
	background: #0068b7;
	padding: 10px 0 10px 10px;
    transition: all .5s ease;
}
.wz-web-search li .tit .t1{
	font-size: 18px;
	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: 5px;
	color: #0068b7;
    transition: all .5s ease;
}
.wz-web-search li:hover .url{
	color: #fff;
    transition: all .5s ease;
}

.sroll_top {
/*
	right: 0.8%;
	bottom: 6%;
	position: fixed;
	display: none;
	cursor: pointer;
	z-index: 1000;
*/
	background: #fcfcfc url(../images/fd-up.png) no-repeat center center !important;
}
.sroll_top:hover{
	background: #2a4c8c url(../images/fd-up-bs.png) no-repeat center center !important;
}
/*右侧浮动*/
.web-fload{
	position: fixed;
	z-index: 1009;
	top: 36%;
	right: 2%;
}
.web-fload .list{
	width: 70px;
	height: 60px;
	background: #fcfcfc;
	position: relative;
	margin-bottom: 3px;
	text-align: center;
	font-size: 14px;
	color: #2a4c8c;
	cursor: pointer;
    transition: all .5s ease;
}
.web-fload .list a{
	color: #2a4c8c;
}
.web-fload .list:hover a{
	color: #fff;
}
.web-fload .list:hover{
	background: #2a4c8c;
	color: #fff;
    transition: all .5s ease;
}
.web-fload .list span{
	display: block;
}
.web-fload .list.tel span{
	background: url(../images/fd-tel.png) no-repeat top 10px center;
	padding-top: 35px;
    transition: all .5s ease;
}
.web-fload .list.tel:hover span{
	background: url(../images/fd-tel-bs.png) no-repeat top 10px center;
    transition: all .5s ease;
}
.web-fload .list.kf span{
	background: url(../images/fd-kf.png) no-repeat top 9px center;
	padding-top: 35px;
    transition: all .5s ease;
}
.web-fload .list.kf:hover span{
	background: url(../images/fd-kf-bs.png) no-repeat top 9px center;
    transition: all .5s ease;
}
.web-fload .list.yw span{
	background: url(../images/fd-qq.png) no-repeat top 9px center;
	padding-top: 35px;
    transition: all .5s ease;
}
.web-fload .list.yw:hover span{
	background: url(../images/fd-qq-bs.png) no-repeat top 9px center;
    transition: all .5s ease;
}
.web-fload .list.wx span{
	background: url(../images/fd-wx.png) no-repeat top 9px center;
	background-size: 24px auto;
	padding-top: 35px;
    transition: all .5s ease;
}
.web-fload .list.wx:hover span{
	background: url(../images/fd-wx-bs.png) no-repeat top 9px center;
	background-size: 24px auto;
    transition: all .5s ease;
}
.web-fload .list .list-r{
	position: absolute;
	width: 180px;
/*	height: 100%;*/
	top: 0;
	background: #2a4c8c;
	right: 88px;
	color: #fff;
	font-size: 22px;
	text-align: center;
	line-height: 60px;
	font-family: helev;
	border-right: 2px solid #2a4c8c;
	opacity: 0;
	visibility: hidden;
    transition: all .5s ease;
}
.web-fload .list:hover .list-r{
	opacity: 1;
	right: 71px;
	visibility: visible;
    transition: all .5s ease;
}
.web-fload .list .list-r a{color: #fff;}
.tech-cont{
	padding-top: 0;
	padding-right: 0;
}
.tech-cont .cont{
	margin-top: 0;
}

/*服务流程*/
.pctab{margin: 0;padding: 0;}
.pctab p{margin: 0;padding: 0;}
.pctab li{ float:left; width:16.6666%; transition:all .3s ease; color: #ffffff;text-align: center;} 
.pctop{ font-size:18px; transition:all .3s ease; padding: 15px 0!important;}
.pctab .pcwa{font-size:14px; transition:all .5s ease;  width: 85%; margin: 0 auto; }
.nyxqnews_leftup{line-height: 43px; float:left; width:40%; padding-left:20px; padding-right:30px; overflow:hidden; background:url(../images/newsup.png) left center no-repeat; }
.nyxqnews_leftdown{line-height: 43px; float:right; text-align:right; width:40%; padding-left:30px; padding-right:20px; overflow:hidden; background:url(../images/newsdown.png) right center no-repeat; }


