@charset "utf-8";
/* CSS Document */
@font-face{
font-family: myfFont;
src: url('../font/go.ttf'),
     url('../font/go.ttf'); /* IE9+ */
}
.header{
	width: 100%;
	height: 95px;
	min-width: 1190px;
	position: relative;
}
.header .header-con{
	width: 1190px;
	height: 95px;
	margin: 0 auto;
}
.header-con li{
	width: 113px;
	height: 58px;
	margin-top: 37px;
	text-align: center;
	position: relative;
}
.header-con .header-list{
	margin-left: 80px
}
.header-con li a{
	font-size: 14px;
	line-height: 22px;
	color: #333;
}
.header-con li span{
	width: 1px;
	height: 7px;
	display: inline-block;
	background: #b2b2b2;
	position: absolute;
	right: 0;
	top: 7px;
}
.header-con li i{
	width: 76px;
	height: 5px;
	background: #1a8ae1;
	position: absolute;
	bottom: -1px;
	left: 50%;
	margin-left: -38px;
	display: none;
}
.header-con li:hover a{
	color: #1a8ae1;
}
.header-con li:hover i{
	display: block;
}
.header-con li.on a{
	color: #1a8ae1;
}
.header-con li.on i{
	display: block;
}
.header-con .bdsharebuttonbox{
	margin-left: 30px;
	height: 95px;
	width: 70px;
}
.header-con .bdsharebuttonbox .bds_sqq{
	width: 25px;
	height: 25px;
	margin-top: 35px;
	margin-right: 14px;
	background: url(../img/hqq.png) no-repeat;
	padding-left: 0;
	/*padding-right: 7px;*/
}
.header-con .bdsharebuttonbox .bds_weixin{
	width: 25px;
	height: 25px;
	margin-top: 35px;
	background: url(../img/hwx.png) no-repeat;
	padding-left: 0;
	/*padding-right: 7px;*/
	position: relative;
}
.header-con .bdsharebuttonbox .con{
	position: relative;
}
.header-con .bdshare-button-style2-16 .bds_sqq{
	background-position: 0 0;
}
.header-con .search{
	width: 25px;
	height: 25px;
	line-height: 25px;

	margin-top: 35px;
	position: relative;
}
.search form{
	display: none;
}
.search form a{
	width: 12px;
	height: 12px;
	float: right;
	background: url(../img/close.png) no-repeat;
	position: absolute;
	top: 7px;
	right: 8px;
}
.search .show{
	width: 25px;
	height: 25px;
	background: url(../img/hss.png) no-repeat;
	cursor: pointer
}
.search-input{
	width: 86px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #135795;
	padding-left: 30px;
	padding-right: 25px;
	position: relative;
	top: -26px;
	left: -116px;
	border-radius: 20px;
}
.input-sub{
	width: 20px;
	height: 20px;
	border: none;
	background: url(../img/surd.png) no-repeat 5px 5px;
	position: absolute;
	top: 4px;
	right: 115px;
}
.header .slide{
	position: absolute;
	top: 95px;
	left: 0;
	width: 100%;
	background: #fafafa;
	z-index: 999;
}
.header .slide .con{
	width: 811px;
	margin: 0 auto;
	display: none;
}
.header .slide .con ul{
	width: 100%;
	padding: 41px 0 29px;
}
.header .slide .con ul li{
	padding: 0 0 20px 104px;
	width: 163px;
}
.header .slide .con ul li a{
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}
.header .slide .con ul li a:hover{
	color: #135795;
}

.banner .video-bg{
	width: 259px;
	height: 182px;
	background: #fff;
	border-radius: 8px;
	filter:alpha(opacity=50);  
    opacity: 0.5;
    position: absolute;
    bottom: 52px;
    left: 50%;
    margin-left:294px;
}
.banner .video-c{
	position: absolute;
	bottom: 68px;
	left: 50%;
	margin-left: 304px;
}
.video-bgc{
	width: 100%;
	height: 100%;
	min-width: 1195px;
	background: #000;
	filter:alpha(opacity=70);  
    opacity: 0.7;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    display: none;
}
.video-conc{
	width: 980px;
	height: 498px;
	background: #000;
	position: fixed;
	/*top: 254px;*/
	top: 50%;
	margin-top: -249px;
	left: 50%;
	margin-left: -490px;
	z-index: 51;
	display: none;
}
.video-conc .v-close{
	float: left;
	width: 15px;
	height: 15px;
	position: absolute;
	top: -15px;
	right: -15px;
	line-height: 14px;
}



.banner{
	width: 100%;
	min-width: 1195px;
	height: 680px;
	position: relative;
/*	background: url(../../img/loadings.gif) no-repeat;*/
}
.banner ul{
	width: 100%;
	height: 680px;
	position: absolute;
	top: 0;
	left: 0;
}
.banner li{
	width: 100%;
	min-width: 1195px;
	height: 680px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.banner .btn{
	position: absolute;
	bottom: 53px;
	left: 50%;
	margin-left: -50px;
}
.banner .btn span{
	width: 19px;
	height: 18px;
	display: inline-block;
	background: url(../img/btn.png) no-repeat 0 0;
	margin-right: 22px;
}
.banner .btn span.on{
	background-position: 0 -18px;
}
.welcon{
	width: 1195px;
	margin: 54px auto 103px auto;
}
.welcon .welcon-t{
	width: 1195px;
	/*height: 226px;*/
	overflow: hidden;
	position: relative;
}
.welcon-t ul{
	width: 10000000px;
}
.welcon .welcon-t li{
	width: 1195px;
}
.welcon-t .wt1{
	margin-left: 120px;
}
.welcon-t .wt2{
	margin-left: 78px;
}
.welcon-t .welcon-tr{
	width: 464px;
	margin-right: 95px;
}
.welcon-t .welcon-tr .btn{
	width: 36px;
	height: 36px;
	background: url(../img/w2.png) no-repeat 10px 10px;
	margin-top: 54px;
	display: block;
}
.welcon-t .welcon-tr a{
	color: rgb(51, 51, 51);
}
.welcon-t .welcon-tr a:hover{
	color: rgb(54, 96, 146);
}
.welcon-t .welcon-tr .btn:hover{
	background: url(../img/wt2.png) no-repeat;
}
.welcon-t .tprev{
	width: 36px;
	height: 36px;
	background: url(../img/wt1.png) no-repeat;
	position: absolute;
	top: 107px;
	left: 0px;
}
.welcon-t .tprev:hover{
	background: url(../img/wtw.png) no-repeat;
}
.welcon-t .tnext{
	width: 36px;
	height: 36px;
	background: url(../img/wtw2.png) no-repeat;
	position: absolute;
	top: 107px;
	right: 0px;
}
.welcon-t .tnext:hover{
	background: url(../img/wt2.png) no-repeat;
}
.welcon .welcon-c{
	width: 1195px;
}
.welcon-c .wch{
	width: 1195px;
	height: 62px;
	margin-top: 50px;
	border-bottom: 3px solid #eee;
	position: relative;
}
.wch-l .wch-l1{
	font-size: 20px;
	line-height: 22px;
	color: #333;
	margin-top: 16px;
}
.wch-l1 span{
	font-size: 14px;
	line-height: 22px;
	color: #999;
	margin-left: 8px;
}
 .wch-l .wch-l2{
	width: 250px;
	height: 3px;
	background: #d3d3d3;
	position: absolute;
	bottom: -3px;
	left: 0;
}
.wch .wch-r{
	width: 90px;
	height: 38px;
}
.wch .wch-r .cprev{
	float: left;
	width: 45px;
	height: 38px;
	background: url(../img/wc1.png) no-repeat;
}
.wch .wch-r .cnext{
	float: left;
	width: 45px;
	height: 38px;
	background: url(../img/wc22.png) no-repeat;
}
.wch-r .cprev:hover{
	background: url(../img/wc11.png) no-repeat;
}
.wch-r .cnext:hover{
	background: url(../img/wc2.png) no-repeat;
}
.welcon-c .wcc{
	width: 1192px;
	height: 231px;
	overflow: hidden;
	margin: 62px auto 15px auto;
}
.wcc li{
	width: 298px;
	height: 231px;
}
.wcc li .wcc-img{
	width: 298px;
	height: 138px;
	display: block;
	overflow: hidden;
}
.wcc li .wc-box{
	display: block;
	width: 298px;
	height: 231px;
}
.wcc .wcc-c{
	width: 296px;
	height: 91px;
	border: 1px solid #e0dddd;
	background: #e8e8e8;
}
.wcc-c .wcc-cb{
	width: 240px;
	height: 46px;
	padding-top: 26px;
	padding-left: 23px;
}
.wcc-cb .wcc-cb1{
	font-size: 14px;
	line-height: 22px;
	color: #333;
	float: left;
}
.wcc-cb .wcc-cb1 a{
	color: #333;
}
.wcc-cb1 span{
	display: block;
	font-size: 12px;
	line-height: 22px;
	color: #888;
}
.wcc-cb .wcc-cb2{
	float: right;
	width: 24px;
	height: 24px;
	margin-top: 11px;
	background: url(../img/wcc.png) no-repeat;
}
.welcon .welcon-b{
	width: 1195px;
}
.welcon-b .wch{
	width: 1195px;
	height: 62px;
	margin-top: 50px;
	border-bottom: 3px solid #eee;
	position: relative;
}
.wch .wbh{
	width: 45px;
	height: 14px;
	line-height: 14px;
	color: #666;
	margin-top: 29px;
	background: url(../img/wcb.png) no-repeat 39px 1px;
}
.wch .wbh:hover{
	color: #135795;
}
.welcon-b .wbc{
	margin-top: 60px;
}
.welcon-b .wbc li{
	width: 386px;
	height: 328px;
}
.wbc .wbc-c{
	width: 386px;
	height: 206px;
	background: #f7f7f7;
}
.wbc-c .wbc-cc{
	width: 354px;
	height: 148px;
	padding-top: 38px;
	padding-left: 10px;
}
.wbc-cc .wbc-cc1{
	width: 66px;
	font-size: 16px;
	line-height: 22px;
	color: #666;
}
.wbc-cc .wbc-cc1 span{
	display: block;
	font-size: 12px;
	line-height: 26px;
	color: #999;
}
.wbc-cc .wbc-cc2{
	width: 1px;
	height: 90px;
	background: #ccc;
}
.wbc-cc .wbc-cc3{
	width: 287px;
}
.wbc-cc3 .c3-a{
	width: 262px;
	text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
	font-size: 16px;
	line-height: 22px;
	color: #333;
	padding-left: 25px;
}
.wbc-cc3 .c3-a a{
	color: #333;
}
.wbc-cc3 .c3-a:hover a{
	color:rgb(54, 96, 146);
}

.nc a:hover h3{
	color:rgb(54, 96, 146);
}
.wbc-cc3 .c3-b{
	width: 262px;
	height: 54px;
	line-height: 26px;
	font-size: 12px;
	color: #aaa;
	padding-left: 25px;
	padding-top: 16px;
}
.wbc-cc3 .c3-c{
	display: block;
	width: 36px;
	height: 36px;
	background: url(../img/wt3.png) no-repeat;
	margin-left: 25px;
	margin-top: 20px;
}
.wbc-cc3 .c3-c:hover{
	background: url(../img/wt2.png) no-repeat;
}
.sub-head{
	width: 100%;
	min-width: 1192px;
}
.sub-com{
	width: 1192px;
	margin: 33px auto auto;
}
.sub-com .sidebar{
	width: 207px;
}
.sidebar li{
	width: 207px;
	height: 54px;
	background: #eef2f5;
	margin-bottom: 2px;
	position: relative;
}
.sidebar li a{
	float: left;
	width: 207px;
	height: 54px;
	text-align: center;
	line-height: 54px;
	font-size: 16px;
	color: #777;
}
.sidebar .sid-s{
	width: 4px;
	height: 54px;
	background: #135795;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.sidebar li:hover .sid-s{
	display: block;
}
.sub-com .sub-c{
	width: 912px;
}
.sub-c .sub-ch{
	width: 912px;
	height: 61px;
	border-bottom: 1px solid #dbdbdb;
}
.sub-ch h2{
	font-size: 20px;
	line-height: 31px;
	color: #777;
}
.sub-c .about-c{
	width: 912px;
	margin-top: 27px;
	margin-bottom: 160px;
}
.about-c img{
	max-width: 100%;
}
.about-c .about-t{
	font-size: 14px;
	line-height: 24px;
	color: #aaa;
}
.sub-c .contact{
	width: 912px;
	margin-top: 24px;
	margin-bottom: 160px;
}
.contact .cont-h{
	font-size: 16px;
	line-height: 26px;
	color: #105d9d;
	font-weight: bold;
	margin-bottom: 25px;
}
.cont-h span{
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #aaa;
	font-weight: normal;
}
.contact .cont1{
	width: 590px;
	height: 34px;
	font-size: 16px;
	line-height: 34px;
	color: #999;
	padding-left: 28px;
	background: url(../img/co1.png) no-repeat 0 5px;
	margin-top: 36px;
}
.contact .cont2{
	width: 590px;
	height: 34px;
	font-size: 16px;
	line-height: 34px;
	color: #999;
	padding-left: 28px;
	background: url(../img/co2.png) no-repeat 0 12px;
}
.contact .cont3{
	width: 590px;
	height: 34px;
	font-size: 16px;
	line-height: 34px;
	color: #999;
	padding-left: 28px;
	background: url(../img/co3.png) no-repeat 0 12px;
}
.contact .cont4{
	width: 590px;
	height: 34px;
	font-size: 16px;
	line-height: 34px;
	color: #999;
	padding-left: 28px;
	background: url(../img/co4.png) no-repeat 0 8px;
}
.contact .cont5{
	width: 590px;
	height: 34px;
	font-size: 16px;
	line-height: 34px;
	color: #999;
	padding-left: 28px;
	background: url(../img/co5.png) no-repeat 0 12px;
} 
.product-con{
	width: 1190px;
	margin: 67px auto 100px auto;
}
.product-con li{
	width: 1190px;
	/*height: 289px;*/
	margin-bottom: 80px;
}
.product-con .pro-con{
	width: 680px;
}
.pro-con .pro-con1{
	font-size: 22px;
	line-height: 22px;
	color: #444;
	margin-top: 28px;
}
.pro-con1 span{
	font-size: 14px;
	line-height: 22px;
	color: #333;
}
.pro-con .pro-con2{
	font-size: 14px;
	line-height: 24px;
	color: #999;
	margin-top: 25px;
	height: 96px;
	overflow: hidden;
}
.pro-con .pro-cons{
	width: 640px;
	height: 1px;
	background: #dbdbdb;
	margin-top: 27px;
	margin-bottom: 15px;
}
.pro-con .pro-con3 dd{
	float: left;
	/*width: 156px;*/
	height: 23px;
	font-size: 16px;
	line-height: 23px;
	color: #999;
}
.pro-con .pro-con3 dd a{
	color: #999;
}
.pro-con .pro-con3 dd:hover a{
	color: #1a8ae1;
}
.pro-con .pro-con3 dd a.fr{
	float: right;
	width: 23px;
	height: 23px;
	margin-right: 43px;
	background: url(../img/pro.png) no-repeat;
}
.pro-con .pro-con3 dd:hover a.fr{
	background: url(../img/proon.png) no-repeat;
}
.pro-in{
	width: 1190px;
	margin: 0 auto;
}
.pro-in .pro-inh{
	width: 1190px;
	height: 68px;
	background: url(../img/proin1.jpg) no-repeat;
}
.pro-inh a{
	font-size: 16px;
	line-height: 68px;
	color: #fff;
}
.pro-inh .pro-inha{
	float: left;
	width: 20px;
	height: 16px;
	margin-left: 28px;
	margin-right: 8px;
	line-height: 64px
}
.pro-infoc{
	width: 100%;
	min-width: 1190px;
	height: 597px;
	background: url(../img/pro_ibg.jpg) no-repeat;
}
.pro-infoc .pic{
	width: 1190px;
	height: 597px;
	margin: 0 auto;
	position: relative;
}
.pic .pic-l{
	padding-top: 186px; 
	width: 468px;
}
.pic .pic-l .pic-la{
	font-size: 16px;
	line-height: 24px;
	color: #888;
}
.pic-la span{
	font-size: 30px;
	line-height: 24px;
	color: #135795;
}
.pic .pic-l .pic-lb{
	font-size: 14px;
	line-height: 24px;
	color: #999;
	font-family: myfFont;
	margin-top: 10px;
}
.pic-l dl{
	position: absolute;
	top: 540px;
	left: 0;
}
.pic-l dd{
	float: left;
	/*width: 113px;*/
	height: 23px;
	margin-right: 43px;
/*	margin-top: 270px;*/
}
.pic-l dd p{
	float: left;
	color: #999;
	font-size: 14px;
	line-height: 23px;
}
.pic-l dd p a{
	color: #999;
}
.pic-l dd p a:hover{
	color: #1a8ae1;
}
.pic-l dd a.more{
	float: right;
	width: 23px;
	height: 23px;
	background: url(../img/pro_m.png) no-repeat;
}
.pic-l dd:hover a.more{
	background: url(../img/pro_m1.png) no-repeat;
}

.pic-r{
	position: relative;
	margin-top: 55px;
}
.pic-rr{
	margin-top: 72px;
	height: 328px;
	width: 74px;
	margin-left: 170px;
	overflow: hidden;
	position: relative;
}
.pic-rr li{
	float: right;
	width: 70px;
	height: 70px;
	/*border: 1px solid #135795;*/
	padding-bottom: 12px;
	position: relative;
}
.pic-rr li a{
	float: left;
	width: 68px;
	height: 68px;
	border: 1px solid #135795;
}
.pic-rr li span{
	width: 6px;
	height: 13px;
	background: url(../img/s.png) no-repeat;
	position: absolute;
	top: 29px;
	left: -6px;
	display: none;
}
.pic-r .p-up{
	float: left;
	width: 38px;
	height: 16px;
	background: url(../img/pu.png) no-repeat;
	position: absolute;
	top: 42px;
	right: 16px;
}
.pic-r .p-up:hover{
	background: url(../img/pu1.png) no-repeat;
}
.pic-r .p-down{
	float: left;
	width: 38px;
	height: 16px;
	background: url(../img/pd1.png) no-repeat;
	position: absolute;
	bottom:42px;
	right: 16px;
}
.pic-r .p-down:hover{
	background: url(../img/pd.png) no-repeat;
}
.pro-b{
	width: 1191px;
	margin: 0 auto;
	position: relative;
}
.pro-b li{
	margin-left: 1px;
}
.pro-b li a{
	float: left;
	width: 237px;
	height: 46px;
	background: url(../img/p2.jpg) no-repeat;
	font-size: 16px;
	line-height: 46px;
	text-align: center;
	color: #fff;
}
.pro-b li a:hover{
	background: url(../img/p1.jpg) no-repeat;
}
.pro-b li a.pon{
	background: url(../img/p1.jpg) no-repeat; 
}
.pro-b .pro-bc{
	width: 1191px;
	min-height: 316px;
	padding-top: 60px;
}
.pro-b .pro-bc a{
	white-space: nowrap;
	margin: 0 20px 15px 0;
	font-size: 14px;
	color: #999;
}
.pro-b .pro-bc a:hover{
	color: #1a8ae1;
}
.pic-rr li span.sp-de{
	display: block;
}
.pro-bc p{
	color: #888;
	font-size: 16px;
	line-height: 24px;
}
.pro-pa{
	width: 1190px;
	margin: 30px auto 98px auto;
}
.pro-pa .pro-pac{
	width: 140px;
	height: 30px;
	float: right;
}
.pro-pac .pi-p{
	width: 30px;
	height: 30px;
	float: left;
	background: url(../img/pi_p.jpg) no-repeat;
}
.pro-pac .pi-p:hover{
	background: url(../img/nnp.png) no-repeat;
}
.pro-pac .pi-b{
	width: 49px;
	height: 30px;
	float: left;
	background: #135795;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #fff;
	margin-left: 16px;
}
.pro-pac .pi-b:hover{
	background: #1a8ae1;
}
.pro-pac .pi-n:hover{
	background: url(../img/nnn.png) no-repeat;
}
.pro-pac .pi-n{
	width: 30px;
	height: 30px;
	float: right;
	background: url(../img/pi_n.jpg) no-repeat;
}



.sub-c .sub-nch{
	width: 912px;
	height: 61px;
}
.sub-nch h2{
	font-size: 20px;
	line-height: 31px;
	color: #777;
	font-weight: normal;
}
.news-con{
	width: 912px;
	margin-bottom: 90px;
}
.news-con li{
	width: 912px;
	height: 158px;
	border-bottom: 2px dashed #f3f6f8;
	margin-bottom: 29px;
}
.news-con .nc{
	width: 365px;
	font-size: 12px;
	line-height: 24px;
	color: #aaa;
	margin-left: 29px;
}
.nc h3{
	font-size: 16px;
	line-height: 22px;
	color: #333;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 12px;
	width: 360px;
	text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.news-con .nst{
	width: 1px;
	height: 99px;
	background: #d6d6d6;
	border-right: 1px solid #eef2f5;
	margin-top: 15px;
	margin-left: 63px;
}
.news-con .nbc{
	font-size: 20px;
	line-height: 22px;
	color: #666;
	margin-top: 12px;
}
.nbc span{
	font-size: 16px;
	line-height: 22px;
	color: #999;
	display: block;
}
.nbc a{
	width: 36px;
	height: 36px;
	display: block;
	background: url(../img/wt22.png) no-repeat;
	margin-top: 22px;
}
.nbc a:hover{
	background: url(../img/wt2.png) no-repeat;
}
.sub-c .scheme-c{
	width: 912px;
	margin-top: 12px;
	margin-bottom: 116px;
}
.sub-c .scheme-c img{
	max-width: 100%;
}
.scheme-c .sch-h a{
	float: left;
	width: 270px;
	height: 162px;
	margin-right: 2px;
	-moz-border-radius:16px;  
    -webkit-border-radius:16px;  
    border-radius:16px; 
    overflow: hidden;
}
.scheme-c .sch-c{
	margin-top: 21px;
}
.sch-c .sch-ca{
	font-size: 14px;
	line-height: 26px;
	color: #999;
	border-bottom: 1px solid #dbdbdb;
}
.sch1{
	font-size: 16px;
	line-height: 22px;
	color: #155290;
	font-weight: bold;
}
.sch2{
	font-size: 30px;
	line-height: 32px;
	color: #999;
}
.sch3{
	font-size: 14px;
	line-height: 22px;
	color: #999;
}
.sch4{
	font-size: 14px;
	line-height: 22px;
	color: #777;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 8px;
}
.sch-ca span{
	font-weight: bold;
	font-size: 14px;
	line-height: 26px;
	color: #777;
}
.sch-c .sch-cb{
	margin-top: 26px;
}
.sch-cb a{
	float: left;
	width: 270px;
	-moz-border-radius:16px;  
    -webkit-border-radius:16px;  
    border-radius:16px; 
    color: #888;
    overflow: hidden;
    margin-top: 26px;
}
.sch-cb a:hover{
	color: #184e8a;
}
.sch-cb .sch-cbc{
	width: 270px;
	margin-right: 2px;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
}
.sub-c .service-con{
	width: 928px;
	margin-bottom: 130px;
}

.service-con li{
	width: 220px;
	height: 245px;
	margin: 0px 6px 68px 6px;
}
.service-con .ser-c{
	width: 218px;
	height: 82px;
	border: 1px solid #ddd;
	border-top: none;
}
.ser-c p{
	font-size: 16px;
	line-height: 22px;
	color: #777;
	padding-top: 14px;
	margin-left: 19px;
}
.ser-c a{
	float: left;
	margin-top: 16px;
	margin-left: 19px;
	width: 66px;
	height: 22px;
	color: #999;
	line-height: 22px;
	background: url(../img/ser.png) no-repeat 52px 4px; 
}
.ser-c a:hover{
	background: url(../img/ser1.png) no-repeat 52px 4px;
}

/*单独样式*/
.service-con.change li{
	
}
.service-con.change .ser-c{
	width: 218px;
	height: 245px;
	border: 1px solid #ddd;
}
.service-con.change .ser-c h3{
	margin-left: 19px;
	padding-top: 20px;
	font-size: 16px;
    line-height: 22px;
    color: #333;
    font-weight: normal;
    margin-bottom: 12px;
    width: 360px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.service-con.change .ser-c h3 a{
	color: #333;
	margin: 0;
	float: none;
	width: auto;
	height: auto;
	line-height: auto;
	background: none;
}
.service-con.change .ser-c h3 a:hover{
	color: #1a8ae1;
	background: none;
}
.service-con.change .ser-c p{
	font-size: 14px;
	line-height: 22px;
	color: #999;
	padding-top: 14px;
	margin-left: 19px;
	margin-bottom: 47px;
	height: 88px;
	overflow: hidden;
	width: 180px;
}
.service-con.change .ser-c a.more{
	display: block;
	float: none;
	margin-left: 19px;
	width: 66px;
	height: 22px;
	color: #999;
	line-height: 22px;
	background: url(../img/ser.png) no-repeat 52px 4px; 
}
.service-con.change .ser-c a.more:hover{
	background: url(../img/ser1.png) no-repeat 52px 4px;
}




.sub-c .hr-c{
	width: 915px;
}
.hr-c .hr-ch{
	width: 100%;
}
.hr-ch li{
	width: 300px;
	height: 171px;
	border-left: 3px solid #e8ecf1;
}
.hr-ch .hr-chh1{
	width: 262px;
	height: 111px;
	background: url(../img/hr1.jpg) no-repeat;
	font-size: 16px;
	line-height: 111px;
	color: #fff;
	font-weight: bold;
	padding-left: 38px;
}
.hr-ch .hr-chc{
	width: 240px;
	height: 24px;
	color: #666;
	font-size: 12px;
	line-height: 22px;
	margin: 14px auto auto;
}
.hr-ch .hr-chh2{
	width: 262px;
	height: 111px;
	background: url(../img/hr2.jpg) no-repeat;
	font-size: 16px;
	line-height: 111px;
	color: #fff;
	font-weight: bold;
	padding-left: 38px;
}
.hr-ch .hr-chh3{
	width: 262px;
	height: 111px;
	background: url(../img/hr3.jpg) no-repeat;
	font-size: 16px;
	line-height: 111px;
	color: #fff;
	font-weight: bold;
	padding-left: 38px;
}
.hr-c .hr-chs{
	height: 33px;
	color: #666;
	font-size: 14px;
	line-height: 33px;
	background: url(../img/hr1.png) no-repeat;
	padding-left: 42px;
	margin-top: 45px;
	margin-bottom: 62px;
}
.hr-chs span{
	font-size: 12px;
	line-height: 33px;
	color: #666;
}
.hr-c .hr-list{
	width: 100%;
	margin-bottom: 88px;
}
.hr-list ul{
	margin-bottom: 55px;
}
.hr-list li{
	width: 912px;
}
.hr-list .hlh{
	width: 912px;
	height: 52px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.hlh a{
	float: left;
	width: 891px;
	height: 52px;
	line-height: 52px;
	font-size: 14px;
	color: #444;
	font-weight: bold;
	padding-left: 21px;
	background: url(../img/hr2.png) no-repeat 850px 23px;
}
.hr-list .hlc{
	width: 100%;
	font-size: 12px;
	line-height: 22px;
	color: #999;
	margin-left: 21px;
	margin-bottom: 14px;
	display: none;
}
.hlc .hlc-sa{
	margin-top: 18px;
	margin-bottom: 15px;
}
.hlc-sa span{
	font-size: 12px;
	line-height: 22px;
	color: #999;
	margin-right: 210px;
}
.hlc a{
	float: left;
	width: 89px;
	height: 28px;
	background: #135795;
	color: #fff;
	font-size: 12px;
	line-height: 28px;
	text-align: center;
	margin-top: 10px;
/*	margin-bottom: 14px;*/
}
.hro-con{
	width:915px;
	position: relative;
	margin-bottom: 136px;
}
.hro-con .hro-h{
	width: 915px;
	text-align: center;
	color: #999;
	font-size: 16px;
	line-height: 46px;
}
.hro-con .imgshow{
	width: 567px;
	height: 425px;
	margin: 0 auto;
	padding-top: 73px;
	background: url(../img/hro.png) no-repeat;
	text-align: center;
}
.imglist{
	width: 879px;
	height: 183px;
	margin: 0 auto;
	overflow: hidden;
}
.imglist li{
	width: 204px;
	height: 184px;
	background: url(../img/hro2.png) no-repeat;
	text-align: center;
	line-height: 184px;
	margin-left: 10px;
	margin-right: 5px;
	cursor: pointer;
}
.hro-con .hprev{
	float: left;
	width: 23px;
	height: 46px;
	background: url(../img/hprev.png) no-repeat;
	position: absolute;
	top: 228px;
	left: 10px;
}
.hro-con .hnext{
	float: left;
	width: 23px;
	height: 46px;
	background: url(../img/hnext.png) no-repeat;
	position: absolute;
	top: 228px;
	right: 10px;
}
.about-c .news-mb{
	width: 912px;
	margin-top: 50px;
}
.news-mb .nml p{
	font-size: 14px;
	color: #888;
	line-height: 26px;
}
.news-mb .nml a{
	color: #999;
	font-size: 14px;
	line-height: 26px;
	display: block;
}
.news-mb .nml a:hover{
	color: #135795;
}
.news-mb .nmr{
	width:60px;
	height: 30px;
	background: #135795;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	border-radius: 8px;
	margin-top: 10px;
}
.about-t h5{
	font-weight: normal;
	font-size: 18px;
	color: #555;
	text-align: center;
	margin-bottom: 30px;
}


.footer{
	width: 100%;
	min-width: 1190px;
	height: 206px;
	background: #184e8a;
}
.footer .footer-con{
	width: 1190px;
	margin: 0 auto;
}
.footer-con .fc-tl{
	padding-top: 60px;
}
.fc-tl li{
	margin-right: 50px;
}
.fc-tl li a{
	color: #fff;
	font-size: 14px;
	line-height: 22px;
}
.fc-tl li a:hover{
	color: #5ba6fa;
}
.fc-t .bdsharebuttonbox{
	margin-top: 55px;
	margin-left: 88px;
}
.fc-t .bdsharebuttonbox p{
	font-size: 12px;
	line-height: 30px;
	color: #e4f0fc;
	float: left;
}
.fc-t .bdsharebuttonbox .bds_weixin{
	width: 18px;
	height: 18px;
	background: url(../img/wx.png) no-repeat 0 0;
	padding-left: 0;
	margin-right: 0;
	margin-left: 13px;
	position: relative;
}
.fc-t .bdsharebuttonbox .bds_weixin:hover{
	background: url(../img/wxon.png) no-repeat 0 0;
}
.fc-t .bdsharebuttonbox .bds_sqq{
	width: 18px;
	height: 18px;
	background: url(../img/qq.png) no-repeat 0 0;
	padding-left: 0;
	margin-right: 0;
	margin-left: 13px;
}
.fc-t .bdsharebuttonbox .bds_sqq:hover{
	background: url(../img/qqon.png) no-repeat 0 0;
}
.fc-t .bdsharebuttonbox .bds_tsina{
	width: 18px;
	height: 18px;
	background: url(../img/wb.png) no-repeat 0 0;
	padding-left: 0;
	margin-right: 0;
	margin-left: 13px;
}
.fc-t .bdsharebuttonbox .bds_tsina:hover{
	background: url(../img/wbon.png) no-repeat 0 0;
}
.fc-tr {
	width: 137px;
	margin-top: 40px;
}
.fc-tr .fc-trl{
	margin-right: 23px;
	text-align: right;
}
.fot-ct{
	width: 36px;
	height: 36px;
	background: url(../img/con1.png) no-repeat;
}
.fot-ct:hover{
	background: url(../img/foto.png) no-repeat;
}
.footer-con .fc-b{
	width: 1190px;
	height: 66px;
	padding-top: 24px;
	margin-top: 30px;
	color: #5ba6fa;
	border-top: 1px solid #3a689b;
}
.fc-b a{
	color: #5ba6fa;
}

.footer .img-code{
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin-top: -20px;
}
.header-con .header-code-img{
	position: absolute;
	width: 150px;
	height: 150px;
	top: 60px;
	left: -62px;
	overflow: hidden;
	z-index: 10;
	display: none;
}
