@charset "UTF-8";
body {
	font-family: "Arsenal  ";
	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;
}
.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;
} 
.container.index{
	width: 96%;
	max-width: 1480px;
}

/* 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: 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: #d00200;
}
.head-black{
	background-color: #1b1c1e;
	height: 43px;
	line-height: 43px;
	color: #fff;
	font-size: 15px;
	overflow: hidden;
}
.head-black .txt{
	float: left;
}
.head-black .tel{
	float: right;
}
.head-black .tel a{
	font-size: 18px;
	font-family: helev;
	color: #fff;
}
.head-black .lan{
	float: right;
	display: block;
	font-size: 15px;
	color: #fff;
	margin-right: 34px;
}
.head-black .lan i{
	font-size: 14px;
	margin-left: 11px;
}
.head{
	width: 100%;
	padding: 25px 0; 
	z-index: 1009;   
	background: rgba(255,255,255,1);
	position: relative;
	transition: all .5s ease;
} 
.head.fixedbg{
	position: fixed;
	top: 0;
	background: rgba(255,255,255,0.98);
	padding: 12px 0;  
	box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .2);
	transition: all .5s ease;
}
.head .Logo{
	float: left;
}
.WebLink{
	float: right;
	margin-top: 12px;
}
.WebLink li{
	float: left;
	margin-right: 85px;
	font-family: "helev";
}
.WebLink li > a{
	display: block;
	line-height: 25px;
	font-size: 18px;
	color: #333333;
}
.WebLink li:hover > a,
.WebLink li.on > a{
	color: #194d8f; 
}
.head-search{
	float: right;
	cursor: pointer;
	margin-top: 6px;
}
.head-search i{
	font-size: 24px;
	color: #175694;
}
.head-sub-menu-warp{
	position: absolute;
	width: 100%;
	left: 0;
	top: 80px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transform: scale(1);
	transition: all .5s ease;
	
}
.head.fixedbg .head-sub-menu-warp{
	top: 60px;
}
.head .WebLink li:hover .head-sub-menu-warp{
	opacity: 1;
	transform: scale(1);
	visibility: visible;
	transition: all .5s ease;
}
.head-sub-menu-warp .container{
	max-width: 1600px;
}
.head-sub-menu-warp .top-line{
	width: 100%;
	height: 37px;
	background: #f4f4f4;
}
.head.fixedbg .head-sub-menu-warp .top-line{
	height: 11px;
}
.head-sub-menu{
	padding: 35px 0 0 0;
	background: #f4f4f4;
	overflow-y: scroll;
	height: calc(100vh - 60px);
/*
	height: 500px;
	overflow-y: auto; 
*/
}
.head-sub-menu2{
	line-height: 65px;
	background: #f4f4f4;
	text-align: center;
}
.head-sub-menu2 a{
	display: inline-block;
	font-size: 15px;
	padding: 0 25px;
}
.head-sub-menu2 a:hover{
	color: #0478cb;
}
.head-sub-menu .isClass{
	width: 100%;
	float: left;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.head-sub-menu .isClass .item{
	width: 16.5%;
	float: left;
	margin-bottom: 15px;
}
.head-sub-menu .isClass .item h4{
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	line-height: 25px;
	font-family: helev;
}
.head-sub-menu .isClass .item h4 a{
	color: #333;
}
.head-sub-menu .isClass .item h4 a:hover{
	color: #0478cb;
}
.head-sub-menu .isClass .item .link{
	margin-top: 16px;
	/*min-height: 190px;*/ 
	padding-bottom: 5px;
}
/*.head-sub-menu .isClass .item:first-child,
.head-sub-menu .isClass .item:nth-child(2),
.head-sub-menu .isClass .item:nth-child(3),
.head-sub-menu .isClass .item:nth-child(4),
.head-sub-menu .isClass .item:nth-child(5),
.head-sub-menu .isClass .item:nth-child(6){
	min-height: 280px;
}
.head-sub-menu .isClass .item:nth-child(7),
.head-sub-menu .isClass .item:nth-child(8),
.head-sub-menu .isClass .item:nth-child(9),
.head-sub-menu .isClass .item:nth-child(10),
.head-sub-menu .isClass .item:nth-child(11),
.head-sub-menu .isClass .item:nth-child(12){
	min-height: 150px;
}*/
.head-sub-menu .isClass .item .link a{
	display: block;
	font-size: 12px;
	color: #666666;
	line-height: 28px;
	padding-right: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	font-family: Arsenal;
}
.head-sub-menu .isClass .item .link a:hover{
	color: #0478cb;
}
.head-sub-menu .isInfo{
	width: 24.375%;
	float: right;
	display: none;
	margin-bottom: 25px;
}
.head-sub-menu .isInfo .pic img{
	display: block;
	width: 100%;
}
.head-sub-menu .isInfo .info{
	font-size: 15px;
	color: #666666;
	line-height: 28px;
	margin-top: 38px;
}

/* sybanner */
#pagination1 .swiper-pagination-bullet{
	border-radius: 8px;
	background: #fff;
	opacity: 0.6;
	transition: all .5s ease;
}
#pagination1 .swiper-pagination-bullet-active{
	opacity: 1;
	width: 38px;
	background: #fff !important;
	transition: all .5s ease;
}

/* indexProduct */
.indexProduct{
	padding: 0;
}
.syProTop{
	padding: 45px 0 40px;
}
/*add yu*/
@media ( min-width:1159px) {
.syProTop .container{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.syProTop .container .swiper-wrapper{
	align-items: center;
}

}
/*add yu end*/
.syProTop .title{
	float: left;
	font-size: 42px;
	color: #333333;
	line-height: 40px;
	margin-right: 65px;
	font-family: helev;
}
.syProTop .title span{
	font-family: helev;
	font-size: 18px;
	margin-left: 15px;
}
.syPro-thumbs{
	width: 65%;
	float: left; 
	margin-top: 3px;
}
.syPro-thumbs .swiper-slide-thumb-active .list{
	color: #155598;
}
.syPro-thumbs .list{
	line-height: 40px;
	cursor: pointer;
	font-size: 14px;
	color: #333333;
}
.syPro-thumbs .list img{
	margin-right: 15px;
}
.syProTop .syMore{
	margin-top: 6px;
} 
.syPro-top .swiper-slide{
	width: 73.75%;
	overflow: hidden;
	position: relative;
}
.syPro-top .swiper-slide::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	visibility: visible;
	transition: all .5s ease;
}
.syPro-top .swiper-slide.swiper-slide-active::after{
	background: rgba(0,0,0,0);
	visibility: hidden;
	transition: all .5s ease;
}
.syPro-top .swiper-slide .isInfo{
	position: absolute;
	width: 31%;
	top: 120px;
	left: 325px;
	color: #fff;
	opacity: 0;
	transition: all .5s ease;
}
.syPro-top .swiper-slide.swiper-slide-active .isInfo{
	left: 175px;
	opacity: 1;
	transition: all 1.5s ease;
}
.syPro-top .swiper-slide .isInfo .tit{
	font-size: 42px;
	line-height: 48px;
	font-family: helev;
}
.syPro-top .swiper-slide .isInfo .line{
	width: 37px;
	height: 3px;
	background: #fff;
	margin: 32px 0;
}
.syPro-top .swiper-slide .isInfo .sub{
	font-size: 16px;
	line-height: 28px;
	height: 84px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.syPro-top .swiper-slide .isInfo .more{
	width: 165px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 5px;
	text-align: center;
	line-height: 46px;
	font-size: 18px;
	margin-top: 68px;
	transition: all .5s ease;
}
.syPro-top .swiper-slide .isInfo .more:hover{
	background: rgba(255,255,255,0.6);
	color: #155598;
}
.syPro-top .swiper-slide img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all 1.5s ease;
}
.syPro-top .swiper-slide:hover img{
	transform: scale(1);
	transition: all 1.5s ease;
}
#syProN,
#syProP{
	width: 46px;
	height: 46px;
	border: 2px solid #fff;
}
#syProN{
	background: url(../images/sy-jt-next.png) no-repeat center center;
	right: 15%;
	border: 2px solid #fff;
	transition: all .5s ease;
}
#syProN:hover{
	background: rgba(21,85,152,0.6) url(../images/sy-jt-next.png) no-repeat center center;
	border: 2px solid rgba(21,85,152,0.6);
	transition: all .5s ease;
}
#syProP{
	background: url(../images/sy-jt-prev.png) no-repeat center center;
	left: 15%;
	transition: all .5s ease;
}
#syProP:hover{
	background: rgba(21,85,152,0.6) url(../images/sy-jt-prev.png) no-repeat center center;
	border: 2px solid rgba(21,85,152,0.6);
	transition: all .5s ease;
}

/* indexApplication */
.indexApplication{
	padding: 104px 0 0 0;
	position: relative;
}
.indexApplication::after{
	content: "";
	width: 43.75%;
	height: 100%;
	background: url(../images/sy-yyly-left-back.jpg) no-repeat top center;
	left: 0;
	top: 0;
	position: absolute;
	background-size: cover; 
}
.indexApplication::before{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 20%;
	height: 80%;
	background: #f0f0f0;
}
.indexApplication .top-tit-box{
	position: absolute;
	z-index: 21;
}
.indexApplication .top-tit{
	font-size: 42px;
	color: #222222;
	line-height: 46px;
	font-family: helev;
}
.indexApplication .top-tit-en{
	font-family: helev;
	font-size: 18px;
	color: #222222;
	margin-top: 8px;
}
.syYyly-top{
	position: relative;
	z-index: 212;
}
.syYyly-Cont{
	width: 32.8125%;
	float: left;
	padding-top: 185px;
	position: relative;
	z-index: 212;
}
.syYyly-Cont .tit{
	font-size: 48px;
	line-height: 52px;
	color: #222222;
	font-family: 'helev';
}
.syYyly-Cont .sub{
	font-size: 16px;
	color: #555555;
	line-height: 28px;
	margin: 42px 0 75px;
	height: 84px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.syYyly-Cont .more{
	display: inline-block;
	width: 190px;
	height: 54px;
	line-height: 52px;
	text-align: center;
	border-top: 1px solid #155598;
	border-bottom: 1px solid #155598;
	font-size: 16px;
	color: #155598;
	transition: all .5s ease;
}
.syYyly-Cont .more:hover{
	background: #155598;
	color: #fff;
	border-radius: 5px;
	transition: all .5s ease;
}
.syYyly-Cont .more i{
	font-size: 27px;
	line-height: 20px;
	position: relative;
	top: 4px;
	margin-left: 13px;
	position: relative;
	z-index: 212;
}
.syYyly-Pic{
	width: 61.875%;
	float: right;
}
.syYyly-thumbs-box{
	width: 61.875%;
	float: right;
	height: 114px;
	background: #155598;
	position: relative;
	overflow: hidden;
	z-index: 212;
}
.syYyly-thumbs{
	width: 82%;
	float: left;
}
.syYyly-thumbs .swiper-slide{
	position: relative;
}
.syYyly-thumbs .swiper-slide::after{
	content: "";
	width: 12px;
	height: 28px;
	background: url(../images/sy-yyly-xx.png) no-repeat center center;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -14px;
} 
.syYyly-thumbs .list{
	color: #fff;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
}
.syYyly-thumbs .list img{
	display: block;
	margin: 20px auto 12px;
}
#syYylyN,
#syYylyP{
	width: 14px;
	height: 25px;
	background-size: 100%;
	top: 50%;
	margin-top: -12.5px;
}
#syYylyN{
	 
}
#syYylyP{
	left: auto;
	right: 80px;
}
.syYyly-blue-box{
	position: absolute;
	width: 40%;
	height: 114px;
	background: #155598;
	right: 0;
	bottom: 0;
}

/* indexAbout */
.indexAbout{
	background: url(../images/sy-abt-r-back.jpg) no-repeat bottom right;
	padding: 75px 0 110px;
}
.indexAbout .top-tit{
	overflow: hidden;
}
.indexAbout .syMore{
	margin-top: 4px;
}
.syAbtWarp{
	margin-top: 62px;
}
.sy-abt-left{
	width: 45.25%;
	float: left;
	margin-top: 19px;
}
.sy-abt-right{
	width: 43.375%;
	float: right;
}
.sy-abt-right .hd{
	
}
.sy-abt-right .hd ul{
	
}
.sy-abt-right .hd ul li{
	cursor: pointer;
	position: relative; 
}
.sy-abt-right .hd ul li::after{
	content: "\e610";
	font-family: iconfont;
	font-size: 42px;
	color: #155598;
	position: absolute;
	right: 40px;
	top: 28%;
	z-index: 33;
	transition: all .5s ease;
}
.sy-abt-right .hd ul li.on::after{
	color: #fff;
	top: 32%;
	transition: all .5s ease;
}
.sy-abt-right .hd ul li .item{
	width: 80%;
	margin: 0 auto;
	border-bottom: 1px solid #e7e8e8;
	padding: 32px 0 34px;
	position: relative;
	z-index: 33;
	transition: all .5s ease;
}
.sy-abt-right .hd ul li.on .item{
	border-bottom: none;
	padding: 32px 0 34px;
	width: 90%; 
	transition: all .5s ease;
}
.sy-abt-right .hd ul li .pic{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 22;
	transform: scale(1);
	opacity: 0;
    transition: all .5s ease; 
}
.sy-abt-right .hd ul li.on .pic{
	opacity: 1;
	transform: scale(1);
    transition: all .5s ease;
}
.sy-abt-right .hd ul li .item .tit{
	font-weight: bold;
	font-size: 24px;
	color: #222222;
    transition: all .5s ease; 
}
.sy-abt-right .hd ul li.on .item .tit{
	color: #fff;
	font-family: helev;
    transition: all .5s ease; 
}
.sy-abt-right .hd ul li .item .tit2,
.sy-abt-right .hd ul li .item .sub{
	font-size: 16px;
	left: 28px;
	color: #555555;
	margin-top: 8px;
}
.sy-abt-right .hd ul li .item .sub{
	height: 0;
	overflow: hidden;
	width: 70%;
    transition: all .5s ease; 
}
.sy-abt-right .hd ul li.on .item .sub{
	height: 72px;
	color: #fff;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease; 
}
.sy-abt-right .hd ul li.on .item .tit2{
	height: 0;
	overflow: hidden;
    transition: all .5s ease; 
}

/* indexNews */
.indexNews{
	padding: 56px 0 100px;
	background: #f5f5f5;
}
.indexNews .top-tit{
	 
}
.indexNews .syMore{
	position: relative;
	top: 25px;
}
.indexNews .top-sub{
	font-size: 16px;
	color: #555555;
	margin-top: 18px;
}
#syNewsSwiper{
	margin-top: 36px;
}
.sy-news-list{
	background: #fff;
}
.sy-news-list .pic{
	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: 34px 28px 45px;
}
.sy-news-list .info .time{
	text-align: center;
	font-family: arial;
	font-size: 16px;
	color: #333333;
}
.sy-news-list .info .tit{
	font-size: 20px;
	color: #333333;
	margin: 16px 0;
	height: 30px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.sy-news-list:hover .info .tit{
	color: #155598;
    transition: all .5s ease;
}
.sy-news-list .info .sub{
	font-size: 15px;
	color: #777777;
	line-height: 25px;
	height: 50px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sy-news-list .info .more{ 
	width: 175px;
	margin: 44px auto 0;
	line-height: 45px;
	border-top: 1px solid #e9e9e9;
	text-align: center;
	border-bottom: 1px solid #e9e9e9;
	font-size: 16px;
	color: #333333;
    transition: all .5s ease;
}
.sy-news-list .info .more:hover{
	background: #155598;
	border-bottom: 1px solid #155598;
	border-top: 1px solid #155598;
	color: #fff;
    transition: all .5s ease;
}

/* 公用 */
.sy-tit_titen{
	font-size: 42px;
	line-height: 40px;
	float: left;
	color: #333333;
	font-family: helev;
}
.sy-tit_titen span{
	font-size: helev;
	font-size: 18px;
	margin-left: 15px;
}
.syMore{
	float: right;
	line-height: 35px;
	display: block;
	display: block;
	position: relative;
	font-size: 16px;
	color: #333333;
	padding: 0 0 0 12px;
	transition: all .5s ease;
}
.syMore:hover{
	color: #fff;
	padding: 0 20px;
	transition: all .5s ease;
}
.syMore i{
	font-size: 22px;
	position: relative;
	top: 2px;
	margin-left: 9px;
	transition: all .5s ease;
}
.syMore::after{
	width: 20px;
	height: 100%;
	content: "";
	position: absolute;
	background: #ececec;
	left: 0;
	top: 0;
	z-index: 11;
	transition: all .5s ease;
}
.syMore:hover::after{
	width: 100%;
	background-color: #155598;
	transition: all .5s ease;
}
.syMore span{
	position: relative;
	z-index: 22;
}

/* about */
.about{
	padding: 62px 0 85px;
}
.sub-abt-left{
	width: 44.375%;
	float: left;
}
.sub-abt-left .title{
	font-size: 32px;
	color: #1d569b;
	line-height: 35px;
}
.sub-abt-left .cont{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 30px;
}
.sub-abt-left .title2{
	font-size: 18px;
	color: #222222;
	background: url(../images/about-dot.png) no-repeat left top 6px;
	padding-left: 22px;
	margin-top: 40px;
	line-height: 24px;
}
.sub-abt-left .cont2{
	color: #225696;
}
.sub-abt-right{
	width: 46.5%;
	float: right;
	margin-top: 72px;
}
.culture{
	background: #f5f5f5;
	position: relative;
}
.culture .isImg{
	width: 50.625%;
	left: 0;
	top: 0;
	position: absolute;
	height: 100%;
	background: url(../images/qywh-img.jpg) no-repeat top center;
	background-size: cover;
}
.sub-qywh-cont{
	width: 45.3125%;
	float: right;
	padding: 42px 0 20px;
}
.sub-qywh-cont .title{
	font-size: 36px;
	line-height: 40px;
	color: #225696;
	margin-bottom: 35px;
}
.sub-qywh-cont .item{
	margin-bottom: 24px;
}
.sub-qywh-cont .item .tit{
	font-size: 22px;
	color: #222222;
	line-height: 32px;
}
.sub-qywh-cont .item .tit i{
	font-size: 28px;
	color: #255897;
	margin-right: 12px;
	position: relative;
	top: 2px;
}
.sub-qywh-cont .item .sub{
	font-size: 15px;
	color: #888888;
	line-height: 28px;
	margin-top: 10px;
}
.team{
	padding: 70px 0 110px;
	background: url(../images/team-back.jpg) no-repeat bottom center;
	background-size: 100%;
}
.team .top-tit{
	text-align: center;
	font-size: 36px;
	line-height: 40px;
}
.team .top-sub{
	text-align: center;
	font-size: 18px;
	color: #777777;
	margin-top: 30px;
}
#teamSwiper{
	margin-top: 75px;
}
#teamSwiper .icon{
	width: 130px;
	height: 130px;
	text-align: center;
	border: 2px solid #225696;
	border-radius: 100%;
	margin: 0 auto;
	line-height: 126px;
}
#teamSwiper .icon i{
	font-size: 60px;
	color: #225696;
}
#teamSwiper .tit{
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	color: #222222;
	margin: 28px 0 24px;
}
#teamSwiper .sub{
	font-size: 16px;
	color: #777777;
	line-height: 30px;
	padding: 0 70px;
}
#teamSwiper .swiper-slide{
	border-right: 1px solid #eeeeee;
}

/* contact */
.contact{
	padding: 60px 0 40px;
}
.contact .top-tit{
	text-align: center;
	font-size: 32px;
	color: #005bac;
	line-height: 36px;
	font-family: helev;
}
.contact .top-sub{
	text-align: center;
	font-size: 16px;
	color: #777777;
	margin-top: 20px;
	overflow: hidden;
}
.contact .info-box{ 
	margin-top: 45px; 
	overflow: hidden;
	margin-bottom: 16px; 
}
.contact .info-box .box{
	width: 30%;
	float: left;
	margin: 0 1.6%;
	margin-bottom: 25px;
	min-height: 251px;
}
.contact .info-box .box:nth-child(1){
	display: block;
	float: none;
	margin: 0 auto 25px;
	text-align: center;
}
.contact .info-box .box .title{
	font-size: 24px;
	line-height: 32px;
	border-top: 3px solid #005bac;
	padding-top: 14px;
	color: #005bac;
	font-weight: bold;
}
.contact .info-box .box:nth-child(1) .title{
	border-top: none;
	padding-top: 0;
}
.contact .info-box .box .title span{
	font-size: 18px;
	color: #333;
}
.contact .info-box .box .sub{
	font-size: 16px;
	line-height: 32px;
	color: #555;
	margin-top: 10px;
}
.contact .info-box .box1 p{
	font-size: 12px;
	color: #555555;
	line-height: 42px;
	padding-left: 28px;
}
.contact .info-box .box1 p.dz{
	background: url(../images/c-dz.png) no-repeat left center;
}
.contact .info-box .box1 p.dh{
	background: url(../images/c-dh.png) no-repeat left center;
}
.contact .info-box .box1 p.cz{
	background: url(../images/c-cz.png) no-repeat left center;
}
.contact .info-box .box1 p.yx{
	background: url(../images/c-email.png) no-repeat left center;
}
.contact .info-box .box1 p a{
	font-family: arial;
}
.contact .info-box .box1 p.yx a{
	color: #005bac;
}
.contact .info-box .box2{
	width: 40%;
}
.contact .info-box .box3{
	width: 40%;
}
.contact .info-box .box2 .info{
	background: url(../images/c-dh2.png) no-repeat top 6px left;
	padding-left: 26px;
	font-size: 12px;
	color: #555555;
	line-height: 36px; 
}
.contact .info-box .box3{
	text-align: center;
}
.contact .info-box .box2 a{
	font-family: arial;
	color: #555555;
}
.contact .info-box .box2 a:hover{
	color: #005bac;
}
.contact .info-box .box3 p{
	font-size: 17px;
	color: #333333;
}
.contact .info-box .box3 img{
	margin-top: 18px;
}
.maps{
	width: 100%;
	overflow: hidden;
	border: 1px solid #ededed;
}

/* message */
.message{
	padding: 60px 0 100px;
	background: #f5f5f5;
}
.message .container{
	max-width: 1200px;
}
.msg-tit{
	text-align: center;
	font-size: 36px;
	line-height: 40px;
	color: #363636;
	font-family: helev;
}
.msg-line{
	width: 36px;
	height: 3px;
	background: #3676b6;
	margin: 30px auto 0;
}
.message .row{
	margin-top: 48px;
}
.message input[type=text]{
	width: 100%;
	padding: 0;
	height: 52px;
	border: 1px solid #dedede;
	outline: none;
	margin-bottom: 15px;
	text-indent: 32px;
	font-size: 15px;
	background-color: #f5f5f5;
    transition: all .5s ease;
}
.message .bt{ 
	background: url(../images/bt-ico.png) no-repeat top 12px left 16px;
}
.message input[type=text]:focus{ 
	box-shadow: 0px 0px 10px 0 rgba(213, 11, 30, .2);
	transition: all .5s ease;
}
.message textarea{
	min-width: 100%; 
	max-width: 100%;
	min-height: 248px;
	max-height: 258px;
	border: 1px solid #dedede;
	outline: none;
	padding: 12px 32px;
	font-size: 15px;
	margin-bottom: 18px;
	background: none;
	transition: all .5s ease;
}
.message textarea:focus{ 
	box-shadow: 0px 0px 10px 0 rgba(213, 11, 30, .2);
	transition: all .5s ease;
}
.message .isCode{
	float: left;
}
.message .isCode input{
	float: left;
	width: 180px;
}
.message .isCode .code{
	float: left;
	height: 52px;
	border: 1px solid #0f2f91;
	width: 116px;
	font-size: 18px;
	font-family: arial;
	font-style: italic;
	background: #0f2f91;
	border-left: none;
	color: #fff;
	cursor: pointer;
	text-align: center;
	line-height: 50px;
	-moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.message input[type=button]{
	display: block;
	margin: 0 auto 0;
	width: 202px;
	height: 52px;
	background: #3975bb;
	font-size: 18px;
	color: #fff;
	border: none;
	outline: none;
    transition: all .5s ease;
}
.message input[type=button]:hover{
	border-radius: 10px;
	box-shadow: 7px 5px 10px 0 rgba(213, 11, 30, .4);
    transition: all .5s ease;
}

/* agent */
.agent{
	padding: 58px 0 170px;
}
.dls-tit{
	text-align: center;
	font-size: 42px;
	line-height: 45px;
	color: #005bac;
}
.agent .row{
	margin-top: 75px;
}
.agent .row .pdg{
	padding: 0 45px; 
}
.dls-list{
	border-top: 4px solid #11549c;
	padding-top: 25px;
	margin-bottom: 50px;
}
.agent .row .pdg .tit{
	font-size: 22px;
	color: #222222;
}
.agent .row .pdg .tel{
	font-size: 16px;
	color: #555555;
	margin: 22px 0 30px;
}
.agent .row .pdg .tel a{
	color: #555;
	font-family: arial;
}
.agent .row .pdg .tel a:hover{
	color: #11549c;
}
.agent .row .pdg .qq-list{
	overflow: hidden;
	height: 60px;
}
.agent .row .pdg .qq-list img{
	display: block;
	float: left;
	margin-right: 22px;
	margin-bottom: 8px;	
}

.human{
	padding: 50px 0 70px;
}
.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;
}
.dls-sub{
	text-align: center;
	font-size: 16px;
	color: #777777;
	margin-top: 25px;
}
.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: 89%;
	float: left;
	border-right: 1px solid #ebebeb;
}
.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 .info .open{
	background: url(../images/rc-down.png) no-repeat right center;
	display: inline-block;
	font-size: 16px;
	color: #10218b;
	padding-right: 21px;
	margin-top: 28px; 
	cursor: pointer;
}
.human-box h3.on .info .open{
	background: url(../images/rc-up.png) no-repeat right center;
	color: #ce0100;
}
.human-box .tjl{
	display: block;
	width: auto;
	padding: 0 12px;
	height: 36px;
	background: #11549c;
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-size: 16px;
	float: right;
	margin-top: 35px;
}
.human-box .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 .cont{
	font-size: 15px;
	color: #333333;
	line-height: 28px;
	margin-bottom: 30px;
}
.human-box ul li .cont .tit{
	color: #666666;
	margin-bottom: 5px;
}

/* news */
.news{
	width: 100%;
	padding: 25px 0 60px;
}
.news ul{
	
}
.news ul li{
	padding: 40px 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: 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: #0478cb;
	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: 118px;
	line-height: 34px;
	border: 1px solid #0478cb;
	text-align: center;
	font-size: 14px;
	color: #0478cb;
	border-radius: 45px;
	margin-top: 38px;
	transition: all .5s ease;
}
.news ul li .info .more:hover{
	background: #0478cb;
	color: #fff;
}
.news ul li .info .more i{
	margin-left: 9px;
}
.newsDe{
	padding: 80px 0;
}
.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: #0478cb;
}
.dePage .return{
	display: block;
	float: right;
	text-align: center;
	width: 132px;
	line-height: 40px;
	color: #0478cb;
	font-size: 16px;
	border: 1px solid #0478cb;
	border-radius: 50px;
	margin-top: 5px;
}
.dePage .return:hover{
	background: #0478cb;
	color: #fff;
}

/* application */
.application{
	position: relative;
	padding: 88px 0 120px;
}
.yylyList{
	width: 68.75%;
	float: right;
	min-height: 500px;
}
.yylyList .news{
	padding: 0;
	margin-top: 38px;
}
.yylyList .news ul li{
	overflow: hidden;
	padding: 0;
	margin-bottom: 52px;
}
.yylyList .news ul li:hover{
	background: none;
}
.yylyList .news ul li .pic{
	width: 28%;
}
.yylyList .news ul li .info{
	width: 67%;
}
.yylyList .news ul li .sub{
	margin-top: 24px;
}

.applicationDe{
	padding: 65px 0 65px;
}
.yylyCont{
	width: 61.25%;
	float: left;
}
.yylyCont .title{
	font-size: 36px;
	line-height: 40px;
	color: #111111;
	font-family: helev;
}
.yylyCont .content{
	font-size: 16px;
	color: #555;
	line-height: 30px;
	margin-top: 45px;
	border-bottom: 1px solid #e8e8e9;
	padding-bottom: 54px;
}
.yylyCont .fx_fh{
	margin-top: 45px; 
}
.yylyCont .fx_fh .fx{
	width: 84px;
	height: 30px;
	line-height: 30px;
	background: #86b2c6;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	float: left;
	margin-top: 4px;
}
.yylyCont .fx_fh .fx i{
	margin-right: 8px;
	font-size: 12px;
}
.yylyCont .fx_fh .fh{
	display: block;
	width: 205px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #dddddd;
	border-radius: 5px;
	text-align: center;
	float: left;
	font-size: 16px;
	color: #111111;
	margin-left: 30%;
}
.yylyCont .fx_fh .fh:hover{
	background: #0075BE;
	color: #fff;
}
.yylyCont .fx_fh .fh i{
	margin-right: 8px;
}
.yylyCont{
	margin-top: 36px;
}
.yylyTj{
	width: 27.5%;
	float: right;
}
.yylyTj .title{
	font-size: 28px;
	line-height: 32px;
	color: #111111;
	border-bottom: 1px solid #dcdddd;
	padding-bottom: 30px;
	font-family: helev;
}
.yylyTj  ul{
	margin-top: 30px;
}
.yylyTj ul li{
	overflow: hidden;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #dcdddd;
}
.yylyTj ul li .pic{
	width: 30%;
	float: left;
}
.yylyTj ul li .tit{
	width: 50%;
	margin-left: 45px;
	float: left;
	font-size: 18px;
	color: #111111;
	line-height: 30px;
	height: 60px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-top: 8px;
}
.yylyTj ul li:hover .tit{
	color: #1d5099;
}
.xiangguanPro{
	margin-top: 60px;
}
.xiangguanPro .title{
	text-align: center;
	font-size: 30px;
	color: #222222;
	line-height: 92px;
	background: #f5f5f5;
}
#xgcpSwiper{
	margin-top: 40px;
}
.xgcp-list{
	
}
.xgcp-list .pic{
	border: 1px solid #c9c9c9;
	overflow: hidden;
}
.xgcp-list .pic img{
	display: block;
	width: 100%;
}
.xgcp-list  p{
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-top: 15px;
}
.xgcp-list:hover  p{
	color: #0075BE;
}

/* productClass1 */
.productClass1{
	padding: 70px 0 250px;
}
.productClass1 .top-tit{
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
	color: #333333;
}
.productClass1 .hd{
	margin-top: 52px;
}
.productClass1 .hd ul{
	
}
.productClass1 .hd ul li{
	width: 48%;
	float: left;
	border: 1px solid #dcdcdc;
	line-height: 76px;
	position: relative;
	background: url(../images/tl-jt1.png) no-repeat right 35px center;
	text-indent: 35px;
	font-size: 24px;
	font-weight: bold;
	color: #222222;
	border-radius: 8px;
	cursor: pointer;
	margin-bottom: 15px;
	transition: all .5s ease;
}
.productClass1 .hd ul li a{
	display: block;
	color: #222;
}
.productClass1 .hd ul li:hover,
.productClass1 .hd ul li.on{
	color: #1d5099; 
	transition: all .5s ease;
}
.productClass1 .hd ul li:hover a,
.productClass1 .hd ul li.on a{
	color: #1d5099;  
}
.productClass1 .hd ul li:nth-of-type(2n+2){
	float: right;
}
.productClass1 .hd ul li .sub-class{
	position: absolute;
	left: 0;
	width: 100%;
	background: #f7f7f7;
	border: 1px solid #dcdcdc;
	padding: 28px 35px 40px;
	opacity: 0;
	visibility: hidden;
	z-index: 999; 
}
.productClass1 .hd ul li.on .sub-class{
	opacity: 1;
	visibility: visible; 
}
.productClass1 .hd ul li .sub-class a{
	display: block;
	font-size: 18px; 
	font-weight: normal;
	color: #333333;
	border-bottom: 1px solid #dddddd;
	line-height: 25px;
	padding-bottom: 18px;
	margin-bottom: 18px;
	text-indent: 0;
}
.productClass1 .hd ul li .sub-class a:hover{
	color: #1d5099;
}
.product-list1{
	width: 65.9375%;
	float: right;
}
.product-list2{
	width: 67%;   
	float: right;
	min-height: 600px;
}
.product-list2 .row{
	margin-top: 46px;
}
.product-list2 .row .pdg{
	padding: 0 8.5px;
}
.proCls3-list{
	margin-bottom: 35px;
}
.proCls3-list .pic{
	border: 1px solid #c9c9c9;
	overflow: hidden;
	transition: all .5s ease;
}
.proCls3-list:hover .pic{
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
    transition: all .5s ease;
}
.proCls3-list .pic img{
	display: block;
	width: 100%;
}
.proCls3-list p{
	font-size: 16px;
	color: #555555;
	text-align: center;
	margin-top: 15px;
	line-height: 25px; 
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: break-word;
	transition: all .5s ease;
}
.proCls3-list:hover p{
	color: #225696;
	transition: all .5s ease;
}
.pro-top-tit{
	font-size: 36px;
	line-height: 40px;
	color: #222222;
	font-family: 'helev';
}
.product-warp{
	position: relative;
	padding: 98px 0 200px;
	min-height: 1500px;
}
.product-warp.nob{
	padding: 0;
}
.product-list1 ul{
	margin-top: 65px;
}
.product-list1 ul li{
	margin-bottom: 40px;
}
.product-list1 ul li .pic{
	width: 29.1%;
	float: left;
	border: 1px solid #c9c9c9;
	overflow: hidden;
}
.product-list1 ul li .pic img{
	display: block;
	width: 100%;
}
.product-list1 ul li .info{
	width: 66.73%;
	float: right;
}
.product-list1 ul li .info .tit{
	font-size: 24px;
	color: #111111; 
	transition: all .5s ease;
}
.product-list1 ul li:hover .info .tit{
	color: #225696;
	transition: all .5s ease;
}
.product-list1 ul li .info .sub{
	font-size: 16px;
	color: #888888;
	line-height: 30px;
	height: 60px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin: 25px 0 28px;
}
.product-list1 ul li .info .more{
	width: 113px;
	line-height: 38px;
	border: 1px solid #225696;
	border-radius: 40px;
	text-align: center;
	font-size: 16px;
	color: #225696;
	transition: all .5s ease;
}
.product-list1 ul li:hover .info .more{
	background: #225696;
	color: #fff;
}
.product-table{
	width: 68%;
	float: right;
	min-height: 2200px;
}
.product-table{
	padding: 98px 0 200px;
}
.product-table .web-top-box{
	border-bottom: none;
	padding-bottom: 0;
}
.product-table .web-top-box .clsname{
	font-weight: normal;
	color: #222222;
	font-family: helev;
}
.pro-sscreen{
	
}
.pro-sscreen .item{
	padding-left: 26%;
	border-bottom: 1px solid #c2d1e3;
	padding-bottom: 28px;
	margin-bottom: 32px;
}
.pro-sscreen .item:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.pro-sscreen .item h3{
	font-size: 24px;
	line-height: 30px;
	color: #333333;
}
.pro-sscreen .item .link{
	margin-top: 18px;
}
.pro-sscreen .item .link a{
	display: block;
	background: url(../images/pro-fk.png) no-repeat left center; 
	line-height: 30px;
	padding: 5px 0 5px 30px;
	font-size: 14px;
	color: #666666; 
}
.pro-sscreen .item .link a:hover{
	color: #111;
}
.pro-sscreen .item .link a.on{
	background: url(../images/pro-fk-xz.png) no-repeat left center;
	color: #111111;
}
.pro-sscreen .fanwei{
	overflow: hidden;
	margin-top: 30px;
}
.pro-sscreen .fanwei input{
	float: left;
}
.pro-sscreen .fanwei input[type=number]{
	width: 73px;
	height: 30px;
	border: 1px solid #ced4da;
	border-radius: 3px;
	background: none;
	outline: none;
	text-align: center;
}
.pro-sscreen .fanwei input[type=text]{
	width: 73px;
	height: 30px;
	border: 1px solid #ced4da;
	border-radius: 3px;
	background: none;
	outline: none;
	text-align: center;
}
.pro-sscreen .fanwei  span{
	float: left;
	display: block;
	line-height: 30px;
	font-size: 16px;
	color: #6c757d;
	margin: 0 6px;
}
.pro-sscreen .fanwei input[type=button]{
	width: 73px;
	height: 30px;
	margin-left: 7px;
	border-radius: 3px;
	border: none;
	background: #1d5099;
	color: #fff;
	font-size: 16px;
}
.product-table-box{
	margin-top: 40px;
}
.product-table-box table{
	width: 100%; 
	table-layout: fixed
}
.product-table-box table tr{
	background: #fff;
}
.product-table-box table tr:nth-child(1){
	background: #1d5199;
}
.product-table-box table tr:nth-of-type(2n+2){
	background: #f0f0f6;
}
.product-table-box table tr th{
	color: #fff;
    height: 55px;
    text-align: center;
    overflow: hidden;
    padding: 0 5px;
    word-wrap: break-word;
    font-size: 12px;
}
.product-table-box table tr th:nth-child(1){
	width: 20%;
	text-align: left;
	text-indent: 35px;
}
.product-table-box table tr td{
	height: 60px;
	font-size: 14px;
	color: #333333;
	text-align: center;  
   overflow: hidden;
   	white-space: nowrap;
   	text-overflow: ellipsis;
   	word-wrap: break-word;

}
.product-table-box table tr td:nth-child(1){
	text-align: left;
	text-indent: 35px;
}
.product-table-box table tr td:nth-child(1) a{
	font-weight: bold;
	color: #1d5199;
	font-size: 14px;
}

/* productDe */
.productDe{
	background: #f9f9f9;
	padding: 50px 0 90px;
}
.imgShow{
	width: 42.375%;
	float: left;
}
.prode-gallery-top{
	border: 1px solid #dddddd;
	background: #fff;
}
.prode-gallery-top img{
	display: block;
	margin: 0 auto;
}
.productDe .bottom-box{
	background: #fff;
	position: relative;
	padding: 30px 0;
	border: 1px solid #dddddd;
	border-top: none;
}
.prode-gallery-thumbs{
	width: 82%;
	margin: 0 auto;
}
.prode-gallery-thumbs img{
	border: 1px solid #ddd;
}
.prode-gallery-thumbs .swiper-slide-thumb-active img{
	border: 1px solid #1d5099;
}
#proDeN,
#proDeP{
	width: 16px;
	height: 28px;
	margin-top: -14px;
}
#proDeN{
	background: url(../images/prode-next.jpg) no-repeat center center;
	right: 15px;
}
#proDeP{
	background: url(../images/prode-prev.jpg) no-repeat center center;
	left: 15px;
}
.proDeContent{
	width: 52.1875%;
	float: right;
}
.proDeContent .title{
	font-weight: bold;
	font-size: 36px;
	line-height: 40px;
	color: #333333;
	margin-top: 14px;
	font-family: helev;
}
.proDeContent .miaosu{
	margin-top: 25px;
}
.proDeZdyNr{
	border-top: 3px solid #1d5099;
    padding-top: 25px;
    margin-top: 25px;
    font-size: 16px;
    line-height: 28px;
}
.proDeContent .table-box{
	margin-top: 25px;
}
.proDeContent .table-box table{
	width: 100%;
}
.proDeContent .table-box table tr{
	background: #e2e9f3;
}
.proDeContent .table-box table tr:nth-of-type(2n+2){
	background: #fff;
}
.proDeContent .table-box table tr td{
	height: 50px;
	text-indent: 25px;
	font-size: 18px;
	color: #333333;
}
.proDeContent .table-box table tr td .down{
	padding-left: 28px;
	background: url(../images/pdf-ico2.png) no-repeat left center;
	display: block;
	line-height: 40px;
	font-size: 16px;
	color: #ea4318;
}
.proDeContent .Custom{
	overflow: hidden;
	margin-top: 42px;
}
.proDeContent .Custom span{
	display: block;
	float: left;
	line-height: 40px;
}
.proDeContent .Custom input[type=text]{
	float: left;
	width: 118px;
	height: 40px;
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	margin: 0 16px;
	text-align: center;
}
.proDeContent .Custom input[type=button]{
	width: 70px;
	height: 40px;
	background: #1d5099;
	border-radius: 5px;
	color: #fff;
	border: none;
	margin-left: 13px;
}
.proDeContent .Custom select{
	width: 70px;
	height: 40px;
	 text-align: center;
    text-align-last: center;
	border: 1px solid #c9c9c9;
	border-radius: 5px;
}
select {
          /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
          border: solid 1px red;
          /*很关键：将默认的select选择框样式清除*/
          appearance:none;
          -moz-appearance:none;
          -webkit-appearance:none;
          /*在选择框的最右侧中间显示小箭头图片*/
          background: url("../images/arrow.png") no-repeat scroll right 8px center transparent;
          /*background: url("./arrow.jpg") no-repeat scroll 170px 15px transparent;*/
          /*为下拉小箭头留出一点位置，避免被文字覆盖*/
          padding-right: 35px;
          padding-left:  4px;
          border-radius: 4px;
        }
        /*清除ie的默认选择框样式清除，隐藏下拉箭头*/
        select::-ms-expand { display: none; }
option{

      text-align:center;

}
.proDeContent .btn-box{
	overflow: hidden;
	margin-top: 74px;
}
.proDeContent .btn-box a{
	display: block;
	width: 42%;
	float: left;
	margin-right: 18px;
	text-align: center;
	line-height: 56px;
	background-color: #1d5099;
	border-radius: 8px;
	font-size: 18px;
	color: #fff;
}
.proDeContent .btn-box a:hover{
	border-radius: 56px;
}
.proDeContent .btn-box a:nth-child(2){
	background: #ea9e0a;
}
.xiangguanTj{
	padding: 65px 0 100px;
}
.xiangguanTj .top-tit{
	text-align: center;
	font-size: 36px;
	line-height: 40px;
	color: #333333;
	font-family: helev;
}
.xiangguanTj .top-line{
	width: 30px;
	height: 3px;
	background: #ea9e0a;
	margin: 30px auto 0;
}

/* 询价表单 */
.inquiryFormWarp{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	z-index: 909;
	visibility: hidden;
	opacity: 0;
	transition: all .5s ease;
}
.inquiryFormWarp.open{
	opacity: 1;
	visibility: visible;
	transition: all .5s ease;
}
.inquiryForm{
	position: fixed;
	z-index: 999;
	background: #fff;
	width: 90%;
	max-width: 500px;
	top: 20%;
	left: 50%;
	margin-left: -250px;
	padding: 32px 44px 50px;
	border-radius: 8px;
	transform: scale(0.8);
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
}
.inquiryForm.open{
	transform: scale(1);
	opacity: 1;
	visibility: visible;
	transition: all .5s ease;
}
.inquiryForm .title{
	font-size: 36px;
	line-height: 40px;
	color: #333333;
}
.inquiryForm .formbox{
	margin-top: 35px;
}
.inquiryForm .formbox .box{
	overflow: hidden;
	margin-bottom: 10px;
}
.inquiryForm .formbox span{
	display: block;
	float: left;
	line-height: 46px;
	width: 16%;
}
.inquiryForm .formbox input[type=text]{
	height: 46px;
	width: 84%;
	float: right;
	background: #fff;
	border: 1px solid #c9c9c9;
	border-radius: 8px;
	padding: 0;
	text-indent: 16px;
}
.inquiryForm .close-xj{
	position: absolute;
	right: -30px;
	top: -30px;
	z-index: 9999;
	opacity: 1;
	cursor: pointer; 
	border-radius: 100%;
}
.inquiryForm .close-xj i{
	font-size: 30px; 
	color: #498cf1;
}
.inquiryForm .formbox input[type=button]{
	width: 156px;
	height: 45px;
	background: #1b5196;
	border-radius: 8px;
	font-size: 18px;
	color: #fff;
	border: none;
	margin-top: 15px;
}

/* web-left-class */
.web-left-class{
	position: absolute;
	width: 30.98958334%;
	left: 0;
	height: 100%;
	top: 0;
	background: #eaf0f6;
	padding: 100px 0 30px 0; 
	max-height: 2300px;
	overflow: auto;
}
.web-left-class .yyly-tit{
	font-size: 36px;
	line-height: 40px;
	color: #333333;
	font-family: helev;
	padding-left: 26%;
}
.web-left-class .yyly-class{
	margin-top: 52px;
}
.web-left-class .yyly-class .list{
	border-bottom: 1px solid #eaf0f6;
	padding-bottom: 16px;
	margin-bottom: 16px; 
	transition: all .5s ease;
}
.web-left-class .yyly-class .list .sub-class{
	margin-top:25px;
	display: none;
}
.web-left-class .yyly-class .list.on .sub-class{
	display: block;
}
.web-left-class .yyly-class .list .sub-class a{
	display: block;
	font-size: 16px;
	color: #666666;
	padding-left: 26%;
	line-height: 25px;
	padding: 8px 0 8px 26%;
}
.web-left-class .yyly-class .list .sub-class a:hover,
.web-left-class .yyly-class .list .sub-class a.on{
	color: #111;
}
.web-left-class .yyly-class .list:hover{
	border-bottom: 1px solid #c2d1e3;
	transition: all .5s ease;
}
.web-left-class .yyly-class .list.on{
	border-bottom: 1px solid #c2d1e3;
}
.web-left-class .yyly-class .list > a{
	display: block;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
	padding-left: 26%;
	background: url(../images/tl-jt1.png) no-repeat right -5% center;
}
.web-left-class .yyly-class .list.on > a{
	color: #225696;
	background: url(../images/tl-jt1.png) no-repeat right 5% center;
}
.web-left-class .yyly-class .list:hover > a{
	color: #225696;
	background: url(../images/tl-jt1.png) no-repeat right 5% center;
}
.web-top-box{
	border-bottom: 1px solid #e6e7e7;
	padding-bottom: 32px;
}
.web-top-box .clsname{
	float: left;
	font-size: 36px;
	line-height: 40px;
	color: #225696;
	font-weight: bold;
	font-family: helev;
}
.web-top-box .search{
	width: 25%;
	float: right;
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #4a80ae;
}
.web-top-box .search input[type=text]{
	width: 70%;
	float: left;
	height: 40px;
	border: none;
	outline: none;
	padding: 0;
	text-indent: 18px;
	font-size: 16px;
}
.web-top-box .search input[type=button]{
	width: 30%;
	height: 40px;
	background: url(../images/search-back1.jpg) no-repeat center right;
	border: none;
	outline: none;
	float: right;
}
.web-top-box .sub{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	margin-top: 30px;
}

/* Nybanner */
.Nybanner{
	width: 100%;
	overflow: hidden;
}
.Nybanner img{
	display: block;
	width: 100%;
}
.NyLocation{ 
	border-bottom: 1px solid #dbdada;
}
.NyLocation.is2{
	background: #1d5099;
	border-bottom: 1px solid #1d5099;
}
.NyLocation .now-wz{
	float: left;
	font-size: 16px;
	color: #333333;
	line-height: 67px;
	background: url(../images/home-ico.png) no-repeat left center;
	padding-left: 36px;
}
.NyLocation.is2 .now-wz{
	background: url(../images/home-ico2.png) no-repeat left center;
}
.NyLocation .now-wz a{
	color: #333;
}
.NyLocation.is2 .now-wz{
	color: #fff;
}
.NyLocation.is2 .now-wz a{
	color: #fff;
}
.NyLocation .now-wz a:hover{
	color: #366ba0;
}
.NyLocation.is2 .now-wz a:hover{
	color: #fff;
	text-decoration: underline;
}
.NyLocation .now-lm{
	float: right;
}
.NyLocation .now-lm a{
	display: block;
	float: left;
	font-size: 17px;
	color: #222222;
	line-height: 67px;
	margin-left: 65px;
	position: relative;
}
.NyLocation .now-lm a:hover,
.NyLocation .now-lm a.on{
	color: #225696;
}
.NyLocation .now-lm a::after{
	content: "";
	position: absolute;
	width: 0;
	height: 3px;
	background: #225696;
	bottom: 0;
	opacity: 0;
	left: 0;
	transition: all .5s ease;
}
.NyLocation .now-lm a.on::after,
.NyLocation .now-lm a:hover::after{
	width: 100%;
	opacity: 1;
	transition: all .5s ease;
}
.NyLocation .now-lm a:first-child{
	margin-left: 0;
}

/* footer */
footer{
	padding: 65px 0 0 0;
	background: #333333;
}
.foot-top{
	padding: 0 0 65px 0;
}
.foot-lm{
	float: left; 
	margin-right: 90px;
}
.foot-top h4{
	font-size: 20px;
	color: #fff;
	line-height: 25px;
}
.foot-lm h4{
	width: 147px;
	border-bottom: 1px solid #484848;
	margin-bottom: 20px;
	padding-bottom: 18px;
	font-family: helev;
}
.foot-lm .link a{
	display: block;
	line-height: 38px;
	color: #999999;
}
.foot-lm .link a:hover{
	color: #fff;
}
.foot-lx{
	float: left;
	margin-left: 60px;
}
.foot-lx h4{
	margin-bottom: 30px;
	font-family: helev;
}
.foot-lx p{
	font-size: 15px;
	color: #dbdada;
	line-height: 38px;
	padding-left: 29px;
}
.foot-lx p.dz{
	background: url(../images/f-dz.png) no-repeat left center;
}
.foot-lx p.tel{
	background: url(../images/f-tel.png) no-repeat left center;
}
.foot-lx p.tel a{
	font-family: arial;
	font-size: 18px;
	color: #fff;
}
.foot-lx p.tel .bds_tsina{
	background-position: -30px 0 !important;
}
.foot-lx p.email{
	background: url(../images/f-email.png) no-repeat left center;
}
.foot-lx p.email a{
	font-family: arial;
	color: #fff;
}
.f-share{
	margin-top: 30px;
}
.f-share a{
	width: 32px;
	height: 32px !important;
	background: url(../images/f-share.jpg) !important;
}
.f-share a.bds_tsina{
	background-position: -39px 0 !important;
}
.foot-ewm{
	float: right;
}
.foot-ewm img{
	display: block;
	width: 126px;
}
.foot-ewm p{
	text-align: center;
	color: #fff;
	line-height: 26px;
	font-size: 15px;
	margin-top: 12px;
}
.foot-copy{
	line-height: 68px;
	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{
	width: 100%;
	text-align: center;
	line-height: 50px;
	padding-top: 50px;
}
.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: #064d8c;
	color: #fff;
}

/*Mozilla Firefox*/
::-moz-selection {
	background: #064d8c;
	color: #fff;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
	width: 5px;
	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(23, 86, 148, 1);
	border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(23, 86, 148, 1);
}

::-webkit-scrollbar-thumb:active {
	background-color: rgba(23, 86, 148, 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;
}

/*proDe-box2*/
.proDe-box2{
	padding: 40px 0 0 0; 
}
.proDe-box2 .top-tit{
	font-size: 32px;
	color: #333333;
	line-height: 35px;
	border-left: 4px solid #1d5099;
	padding-left: 18px;
}
.proDe-box2 .row{
	margin-top: 25px;
}
.proDe-box2 .row .pdg{
	padding: 0 15px;
}
.pro-down{
	background: #fff;
	overflow: hidden;
	height: 75px;
	border-radius: 10px;
	margin-bottom: 10px;
	transition: all .5s ease; 
}
.pro-down:hover{
	background: #1d5099;
	transition: all .5s ease; 
}
.pro-down .tit{
	float: left;
	line-height: 75px;
	font-size: 18px;
	color: #333333;
	margin-left: 52px;
	width: 65%;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	transition: all .5s ease; 
}
.pro-down:hover .tit{
	color: #fff;
	transition: all .5s ease; 
}
.pro-down .ico{
	width: 47px;
	height: 47px;
	border: 1px solid #dcdcdc;
	text-align: center;
	line-height: 45px;
	float: right;
	border-radius: 100%;
	margin-right: 42px;
	margin-top: 15px;
	transition: all .5s ease; 
}
.pro-down:hover .ico{
	background: #fff;
	color: #1d5099;
	border: 1px solid #1d5099;
	transition: all .5s ease; 
}
.pro-down .ico i{
	font-size: 24px;
}
.bd_weixin_popup{
	height: 312px !important;
}
.bd_weixin_popup .bd_weixin_popup_foot{
	line-height: 16px !important;
	
}

.de-share{
	width: 165px;
	height: 38px;
	line-height: 38px;
	background: #ededed url(../images/share-ico.png) no-repeat left 15px center;
	font-size: 15px;
	color: #333333;
	float: left;
	position: relative;
	text-indent: 45px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	transition: all .5s ease;
	cursor: pointer;
}
.de-asb-share{
	position: absolute;
	width: 100%;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	background: #fff;
	padding: 15px;
	display: none;
}
.de-asb-share a{
	display: block !important;
	width: 100% !important;
	text-align: left;
	text-indent: 0;
	margin-bottom: 12px ;
	font-size: 14px;
	background: url(../images/fx-img.jpg) no-repeat !important;
	color: #555 !important;
	line-height: 25px;
	height: 25px !important;
	padding-left: 35px !important;
}
.de-asb-share .bshare-qzone{
	background-position: 0 0;
}
.de-asb-share .bshare-sinaminiblog{
	background-position: 0 -38px !important;
}
.de-asb-share .bshare-qqim{
	background-position: 0 -77px !important;
}
.de-asb-share .bshare-weixin{
	background-position: 0 -119px !important;
}
.pro-cz{
	margin-left: 26%;
	display: block;
	width: 125px;
	height: 45px;
	line-height: 43px;
	text-align: center;
	border: 1px solid #1d5099;
	border-radius: 4px;
	font-size: 14px;
	margin-bottom: 25px;
	color: #1d5099 !important;
}
.pro-cz:hover{
	background: #1d5099;
	color: #fff !important;
}
.pro-cz i{
	margin-right: 8px; 
}