@import url("color.css");
@import url("font-awesome.css");
@import url("//at.alicdn.com/t/c/font_4966493_bl2khvhz3gf.css");
/** Generated by FG **/
body,input,textarea,button{
	font-family: '微软雅黑',"宋体";
	-webkit-font-smoothing: subpixel-antialiased;
}
.nav .nLi h3 a {
	display:block;
	font-size:18px;
	font-weight: normal;
	line-height:90px;
	text-transform: capitalize;
	transition: 0.6s;
	color: #000;
	padding: 0 16px 0 16px;
	background: url(/web/pic/lihover.png) right center no-repeat;
}
.lang-jp .nav .nLi h3 a{
	padding: 0 20px 0 10px;
}
/*---------- base ---------*/
*{
	padding:0px;
	margin:0px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
body{
	font-size:14px;
	min-width:1400px;
	overflow-x:hidden;
}
img{
	border:none;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
ul{
	list-style:none;
}
hr{
	border:none;
	border-bottom:1px solid #c8c8c8;
	display:block;
	margin-top:10px;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}

.clear{
	width:100%;
	clear:both;
}
.fl{float: left;}
.fr{float: right;}
.pages{
	width:100%;
	padding:20px 0px;
	text-align:center;
	clear:both;
	margin:20px auto 20px auto;
}
.pages li{
	list-style-type:none;
	display:inline;
}
.pages a{
	padding:5px 10px;
	border:1px solid #c8c8c8;
	font-weight:bold;
	margin-right:10px;
}
.pages .current{
	font-weight:700;
	color:#fff;
	background:#17509d;
	border:1px solid #17509d;
}
.shangxiapian{
	padding-top:20px;
	margin-top:20px;
	border-top:1px dashed #c8c8c8;
}
.shangxiapian li{
	line-height:30px;
}
.main{
	width:1400px;
	overflow:hidden;
	margin:0 auto;
}
.content{
	line-height:2;
	font-size: 16px;
}
.content img{
	max-width:100%;
	height:auto;
}

/*---------------------主体开始-----------------------*/
#top_zone2{
	width:100%;
	min-width:1400px;
	overflow:visible;
	height:40px;
	line-height:40px;
	background:#000;
	color:rgba(255,255,255,1);
}
#top_zone2 a{
	color:rgba(255,255,255,1);
}
#top_zone2 a:hover{
	color:#fff;
}
#top_zone1{
	width:100%;
	min-width:1400px;
	overflow:visible;
	height:auto;
	padding:0;
	line-height:50px;
	background:#1CAA70;
}
#top_l{
	width:auto;
	float:left;
	line-height:50px;
	color: #fff;
	font-size: 14px;
}

.top-lxlist{
	height: auto;
	overflow: hidden;
	float: left;
}
.top-lxlist li{
	float: left;
	margin-right: 15px;
	line-height: 30px;
}
.top-lxlist li i{
	display: inline-block;
	margin-right: 6px;
	font-size: 18px;
	vertical-align: middle;
}
.top-lxlist li p{
display:inline-block;
}
#top_r{
	width:auto;
	float:right;
	position: relative;
	z-index: 999999;
	/* height:40px; */
}
#top_link{
	width:auto;
	float:left;
	overflow:hidden;
}
#top_link a{
	margin-left:15px;
	line-height:30px;
	color: #fff;
}
#top_link a i{
	font-size:18px;
	margin-right:10px;
	/* color: #d71809; */
}
#top_link a:hover{
	color: #f00;
}

.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.nav .nLi{
	float: left;
	height: 90px;
	position:relative;
	z-index: 8888;
	margin-left: 6px;
}
/* .lang-zh_cn .nav .nLi{
	margin-left: 15px;
} */
.nav .nLi:last-child{
	background:none;
	border-right:none;
}
.nav .nLi i{
	margin-left: 5px;
}
.nav .nLi h3{
	display: block;
}


.nav .on h3 a{
	color: #122a88;

}


.nav .nLi .fa-home{
	margin-right: 10px;
	font-size: 20px;
	vertical-align: middle;
}
.nav .nLi h3 .line{
	display:block;
	width:0px;
	height:2px;
	margin:-2px auto 0 auto;
}
.nav .nLi:hover h3 .line,.nav .on h3 .line{
	width:70%;
	transition:0.6s;
}
.nav .sub {
	/* display:none;
	left:0;
	top:100%;
	width:auto;
	width:100%;
	position:absolute;
	background:rgba(0,0,0,0.5); */
	
	/* padding:10px 0;
	background:#fff;
	border-radius:3px;
	box-shadow:0 0 20px rgba(0,0,0,.1);
	position:relative; */
	
}

.sub-menu{
	border-top: 8px solid transparent;
	position:absolute;
	top:100%;
	left: 50%;
	transform: translateX(-50%);
	display:none;
	z-index: 8888;
	/* opacity: 0; */
}
.sub-menu .sub{
	padding:10px 0;
	background:#fff;
	border-radius:3px;
	box-shadow:0 0 20px rgba(0,0,0,.1);
	position:relative;
}
.sub-menu > .sub::before{
	content:"";
	width:0;
	height:0;
	border:8px solid transparent;
	border-bottom-color:#fff;
	display:block;
	position:absolute;
	top:-16px;
	left:50%;
	margin-left:-8px;
}

.nav .sub li {
	zoom:1;
	height:40px;
	position:relative;
	/* border-bottom:1px solid rgba(255,255,255,0.3); */
	text-align:center;
	white-space:nowrap
	/* padding: 0 15px; */
}
.nav .sub a {
	display:block;
	line-height:40px;
	height:40px;
	overflow:hidden;
	color:#333;
	padding: 0 30px;
}
.nav .sub a i{
	float:right;
	margin:13px 10px 0 0;
}
.nav .dropdown-menu,.nav .dropdown-menu ul{
	position:absolute;
	width:auto;
	left:100%;
	top:0;
	display:none;
	background-color: #fff;
}
.nav .sub li:hover .dropdown-menu,.nav .sub .dropdown-menu li:hover ul{
	display:block;
}
/** header **/
.full-head{
	width: 100%;
	min-width: 1400px;
	height: auto;
	overflow: visible;
	background:#fff;
	/* position: relative;
	z-index: 9999; */
	/* border-bottom: 1px solid rgba(255,255,255,.62); */
}
.full-head.sticky{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background-color: rgba(0,0,0,.5);
}
.full-head.sticky.sticky-bgc{
	background-color: rgba(10,32,87,.5);
}
.container{
	width:1400px;
	margin: 0 auto;
}
.clearfix:before,.clearfix:after,.container:before,.container:after,.section:before,.section:after {
	display: table;
  	content: " ";
}
.clearfix:after,.container:after,.section:after{
	clear: both;
}
.logo{
	overflow:hidden;
	float: left;
	height:auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content:center;
	align-items:Center;
}
.logo a{
	display:block;
	float: left;
}
.logo img{
	display:block;
	max-height: auto;
}
.logo-rt{
	height: 50px;
	overflow: hidden;
	text-align: center;
	color: #595656;
	font-size: 16px;
	line-height: 25px;
	border-left: 1px solid #595656;
	margin-left: 21px;
	padding-left: 20px;
}
.header-right{
    width:1200px;
	height: auto;
	overflow: visible;
	position: relative;
	z-index: 99;
}
.lang-wrap{
	width: 151px;
	line-height: 48px;
	position: relative;
	z-index: 9999;
	margin-left: 25px;
	margin-top: 15px;
	float:left;
}
.lang-wrap .open-lang{
	display: block;
	height: 48px;
	line-height: 48px;
	text-transform: capitalize;
	text-align: center;
	font-size: 15px;
	color: #000;
	cursor: pointer;
	border-radius: 25px;
	padding: 0 8px 0 8px;
}
.lang-wrap .open-lang span{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	margin-right: 5px;
	height: 48px;
	line-height: 48px;
	float:left;
}
.lang-wrap .open-lang i{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	font-size: 22px;
	height: 48px;
	line-height: 48px;
	float:left;
	color:#1D57A5;
	margin-right:10px;
	margin-top:2px;
}
/* .lang-wrap .open-lang::after{
	content: '';
	width: 1px;
	height: 14px;
	background-color: #909090;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: -8px;
} */
.lan-menu{
	height: auto;
	line-height: 44px;
	overflow: hidden;
	color: #666;
	position: absolute;
	left: 0;
	width: auto;
	min-width: 100%;
	
	top: 100%;
	display: none;
	z-index: 9999;
	background-color: #fff;
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.lan-menu a{
	display: block;
	height: 44px;
	line-height: 44px;
	padding: 0 15px;
	color: #666;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: 10px 50%;
	background-size: 22px;
}
.lan-menu a:hover{
	color: #122a88;
}
.lan-menu a.jp{
	background-image:url(../images/jp2.png);
}
.lan-menu a.en{
	background-image:url(../images/en.png);
}
.lan-menu a.cn{
	background-image:url(../images/cn.png);
}
.footer{
	width:100%;
	overflow:hidden;
	min-width:1400px;
	background: #292929;
	padding-top: 50px;
	padding-bottom: 50px;
}
.foot-logo{
	height: auto;
	overflow: hidden;
}
.foot-logo img{
	max-width: 100%;
	height: auto;
}
.foot-mail-pic{
	height: 103px;
	overflow: hidden;
	background-image: url(../images/foot-bg.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.foot-flex{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.foot-item{
	height: auto;
	overflow: hidden;
}
.foot-sort-name{
	color: #fff;
	font-size: 16px;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 15px;
	background:url(/web/pic/line.png) left bottom no-repeat;
	text-transform: uppercase;
}
/* .foot-sort-name::after{
	content: '';
	width: 26px;
	height: 2px;
	background-color: #de7b24;
	position: absolute;
	left: 0;
	bottom: 0;
} */
.foot-sort-name a{
	color: #fff;
}
.foot-sort-name a:hover{
	text-decoration: underline;
}
.foot-sort-name.tel{
	font-size: 30px;
}
.foot-sort-list{
	max-width: 320px;
	height: auto;
	overflow: hidden;
}
.foot-sort-list li{
	height: auto;
	overflow: hidden;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 2.5;
}
.foot-sort-list li a{
	color:#fff;
	display: inline-block;
}
.foot-sort-list li i{
	font-size: 12px;
	margin-right: 6px;
}
.foot-sort-list li a:hover{
	color: #fff;
}
.foot-contact-content{
	max-width: 320px;
	height: auto;
	overflow: hidden;
	color:#d1d1d1;
	font-size: 14px;
	line-height: 1.85;
}
.foot-contact-content a{
	color:#d1d1d1;
}
.foot-contact-content a:hover{
	color: #fff;
}
.foot-contact-content.mail{
	color: #122a88;
	font-size: 18px;
	line-height: 1.25;
}
.foot-contact-content.mail a{
	color: #122a88;
}
.foot-wechat-wrap{
	width: 120px;
	height: auto;
	overflow: hidden;
	position: relative;
}
.foot-wechat{
	width: 117px;
	height: auto;
	overflow: hidden;
	text-align: center;
	color: #fff;
	padding-top: 10px;
}
.foot-wechat img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.foot-ask-btm{
	height: auto;
	overflow: hidden;
}
.foot-ask-btm a{
	display: inline-block;
	text-align: center;
	color: #fff;
	background-color: transparent;
	line-height: 40px;
	font-size: 14px;
	text-transform: uppercase;
	border: 1px solid #414447;
	border-radius: 21px;
	padding: 0 20px;
}
.foot-ask-btm i{
	display: inline-block;
	margin-right: 5px;
	font-size: 20px;
	vertical-align: middle;
	color: #7d8995;
}
.foot-social{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.foot-social li{
	margin-right: 15px;
}
.foot-social li a{
	display: block;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	color: #fff;
	border-radius: 50%;
	
}
.foot-social li a i{
	font-size: 20px;
}
.foot-social li a:hover{
	color: #fff;
	background-color: #de7b24;
}
.foot-social li a.facebook{
	background-color: #3b5998;
}
.foot-social li a.twitter{
	background-color: #1da1f3;
}
.foot-social li a.youtube{
	background-color: #d42426;
}
.foot-social li a.instagram{
	background-color: #6929b1;
}
.foot-social li a.linkedin{
	background-color: #006a9a;
}
.foot-social li a.baidu{
	background-color: #1960ad;
}
.foot-social li a.weibo{
	background-color: #df4d69;
}
.foot-social li a.pengyouquan{
	background-color: #3eb135;
}
.foot-social li a.weixin{
	background-color: #3eb135;
}
.foot-social li a.qqkongjian{
	background-color: #eecf3d;
}
.foot-social li a.qq{
	background-color: #4dafea;
}


.full-copyright{
	width: 100%;
	min-width: 1400px;
	height: auto;
	overflow: hidden;
	background: #292929;
	padding: 15px 0;
}
.copyright{
	color:#fff;
	font-size: 14px;
	line-height: 44px;
}
.copyright a{
	color:#fff;
}
.copyright a:hover{
	color: #fff;
	text-decoration: underline;
}
#footer_follow{
	overflow:hidden;
	margin-top: 10px;
	text-align: left;
}

#footer_follow a{
	margin:0px 15px 0px 0;
	display: inline-block;
	*display:inline;
	*zoom:1;
}
#footer_follow img{
	max-width: 45px;
	height:auto;
	vertical-align: middle;
}
#footer_follow i{
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	border-radius:100%;
	/* background:#fff!important; */
	/* border:1px solid rgba(255,255,255,0.5); */
	margin-right:0px!important;
	font-size:20px;
	transition: 0.6s;
	color: #fff;
	background:#394d5b;
	border:0;
	display:block;
}
#footer_follow a:hover i{background:#62b806;}
#footer_follow a:hover i{
	color:#fff;
	/* border-color: #E50112; */
	/* background: #DB241C!important; */
}
.header-right-1{
    width:100%;
	height:80px;
}
.header-right-1l{
    width:250px;
	padding-top:25px;
	float:left;
	margin-left:580px;
}
.header-right-1l font{
	display:block;
	float:left;
	margin-right:10px;
}
.header-right-1l font i{
	font-size:28px;
	color: #1D57A5;
}
.header-right-1l span{
	display:block;
	float:left;
	width:200px;
	font-weight: bold;
	font-size: 20px;
	color: #1D57A5;
	text-align:left;
}
.header-right-1r{
	width: 165px;
	height: 53px;
	line-height:53px;
	text-align:center;
	font-size:18px;
	color:#fff;
	margin-top:14px;
	float:right;
	background: #1D57A5;
	border-radius: 0px 0px 0px 0px;
}
.header-right-1r:hover{
	background: #085182;
}
.header-right-2{

}
.header-right-2-left{
	width: 890px;
	float:left;
}
.header-right-2-right{
    margin-top:20px;
	width: 266px;
	height: 46px;
	float:right;
	border-radius: 30px 30px 30px 30px;
}
.key_text{
	height:46px;
	float:left;
	width:195px;
	overflow:hidden;
	line-height:46px;
	outline:none;
	color:#666666;
	padding-left: 10px;
	background: rgba(217,217,217,0.3);
	border:0;
	border-top-left-radius:25px;
	border-bottom-left-radius:25px;
	border-right: none;
	outline:none;
}
.top_so_box{
	width: 71px;
	height:46px;
	line-height: 46px;
	float: right;
	border:0;
	background: rgba(217,217,217,0.3);
	border-left:0;
	border-top-right-radius:25px;
	border-bottom-right-radius:25px;
}
.search_btn{
	cursor:pointer;
	border:none;
	outline:none;
	display:block;
	width: 71px;
	height:46px;
	overflow:hidden;
	text-align:center;
	border-radius:25px;
	background:#1D57A5;
	line-height: 46px;
	text-align: center;
	border:0;
}
.search_btn span,
.search_btn i{
	font-size: 24px;
	color:#fff;
}
.yujia1{
    margin-top:20px;
}
.yujia1 h2{
	font-weight: bold;
	font-size: 40px;
	line-height:80px;
	color: #000000;
	text-align: center;
}
.yujia1 p{
	font-size: 16px;
	color: #666666;
	line-height:30px;
	margin-bottom:30px;
	text-align: center;
}
.slideBox2{
	overflow:hidden;
}
.slideBox2 .hd{
    margin-bottom:30px;
}
.slideBox2 .hd ul{
    padding-left:420px;
}
.slideBox2 .hd ul li{
	width: 253px;
	height: 50px;
	line-height:50px;
	text-align:center;
	float:left;
	margin-right:30px;
	background: #FFFFFF;
	border-radius: 25px 25px 25px 25px;
	border: 1px solid #BCBCBC;
}
.slideBox2 .hd ul li font{
    display:block;
	float:left;
}
.slideBox2 .hd ul li span{
    display:block;
	float:left;
	margin-left:15px;
	font-size:17px;
}
.slideBox2 .on:after{
	/*三角*/
	border: solid transparent;
	content: ' ';
	height: 0;
	bottom:0px;
	position: absolute;
	width: 0;
	border-width: 0;
	border-bottom-color: #ffffff;
	left: 50%;
	margin-left:-6px;
	/*横线
	content: '';
	height: 2px;
	margin-bottom: -1px;
	bottom:100%;
	position: absolute;
	width: 100%;
	left: 0;
	background: #34DAC6;*/
}
.slideBox2 .hd ul li a{
	display:block;
	color:#73737f;
}
.slideBox2 .hd ul li.on{
	background:#1D57A5;
	color:#fff;
	border-color:none;
}
.slideBox2 .hd ul li.on a{
	color:#fff;
}
.slideBox2 .bd{

}
.slideBox2 .bd ul{
	overflow:hidden;
}
.slideBox2 .bd ul dl{
    width:32%;
	float:left;
	margin-bottom:20px;
}
.slideBox2 .bd ul dl dt{
    overflow:hidden;
	width:100%;
	height:auto;
}
.slideBox2 .bd ul dl dt img{
    width:100%;
	height:auto;
}
.slideBox2 .bd ul dl dt img{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slideBox2 .bd ul dl dt:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.slideBox2 .bd ul dl dd{

}
.slideBox2 .bd ul dl dd h3{
    width:70%;
	float:left;
	text-align:left;
	padding-top:5px;
}
.slideBox2 .bd ul dl dd h3 font{
	font-size: 18px;
	color: #000000;
	display:block;
	line-height:40px;
}
.slideBox2 .bd ul dl dd h3 span{
	font-size: 16px;
	color: #333;
	display:block;
	line-height:30px;
}
#product_category1{
    margin-right:2%;
}
.slideBox2 .bd ul dl dd h4{
    width: 54px;
    height: 54px;
	line-height:54px;
	text-align:center;
    background: #D9D9D9;
	float:right;
	border-radius:100%;
	overflow:hidden;
	margin-top:20px;
}
.slideBox2 .bd ul dl dd h4 i{
    color:#fff;
	font-size:26px;
}
.slideBox2 .bd ul dl:hover h4{
    background: #1D57A5;
}
.yujia2{
    margin-top:20px;
}
.yujia2 h2{
	font-weight: bold;
	font-size: 40px;
	line-height:80px;
	color: #000000;
	text-align: center;
}
.yujia2 p{
	font-size: 16px;
	color: #666666;
	line-height:30px;
	margin-bottom:30px;
	text-align: center;
}
.yujia3box{
    width:33.3333%;
	float:left;
	position:relative;
	cursor:pointer;
}
.yujia3box img{
    width:100%;
	height:auto;
}
.yujia3box:hover .yujia3box_words{
    display:none;
}
.yujia3box_words{
    position:absolute;
	left:80px;
	right:80px;
	top:80px;
}
.yujia3box_words h2{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 46px;
	text-align: left;
}
.yujia3box_words h3{
	font-weight: bold;
	font-size: 26px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: left;
	margin-bottom:30px;
}
.yujia3box_words h4{

}
.yujia3box_words h4 i{
	font-size: 46px;
	color: #FFFFFF;
}
.yujia3box .zhezhao{
	width:100%;
	height:100%;
	background: url(/web/pic/jia.png) center center no-repeat rgba(0, 0, 0, 0.6);
	position: absolute;
	left:0;
	top:0;
	z-index: 10;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	visibility: hidden;
	transition: 0.6s;
	display: flex;
	flex-direction: column;
	justify-content: top;
	color:#fff;
	font-size:16px;
	text-align:left;
}
.yujia3box:hover .zhezhao{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	visibility: visible;
}
.yujia3box .zhezhaobox{
	padding-left:80px;
	padding-right:80px;
	padding-top:60px;
}
.yujia3box .zhezhao h2{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 46px;
	text-align: left;
}
.yujia3box .zhezhao h3{
	font-weight: bold;
	font-size: 26px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: left;
	margin-bottom:30px;
}
.yujia3box .zhezhao h4{
	width: 54px;
	height: 54px;
	line-height:54px;
	background: #FFFFFF;
	border-radius:100%;
	overflow:hidden;
	text-align:center;
	margin-top:30px;
}
.yujia3box .zhezhao h4 i{
	font-size: 32px;
	color: #1D57A5;
}
.yujia4{
	margin-top:30px;
}
.yujia4_left{
    width:586px;
	float:left;
	text-align:left;
	padding-top:30px;
}
.yujia4_left h2{
	font-weight: bold;
	font-size: 40px;
	line-height:60px;
	margin-bottom:20px;
	color: #000000;
	text-align: left;
}
.yujia4_left h3{
	font-weight: bold;
	font-size: 28px;
	color: #17509D;
	text-align: left;
	margin-bottom:20px;
}
.yujia4_left p{
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	text-align: left;
}
.yujia4_left h4{
	width: 150px;
	height: 54px;
	line-height:54px;
	color:#fff;
	font-size:18px;
	text-align:center;
	margin-top:70px;
	background: #17509D;
	border-radius: 6px 6px 6px 6px;
}
.yujia4_left h4 font{
	font-size: 16px;
	display:block;
	float:left;
	margin-left:20px;
}
.yujia4_left h4 span{
	font-size: 16px;
	display:block;
	float:left;
	margin-left:20px;
}
.yujia4_left h4 span i{
	font-size: 26px;
}
.yujia4_left h4:hover{
	background: #073778;
}
.yujia4_left ul{
    padding-top:60px;
}
.yujia4_left ul li{
    width:105px;
	height:105px;
	float:left;
	margin-right:15px;
}
.yujia4_left ul li img{
    width:100%;
	height:auto;
}
.yujia4_right{
    width:780px;
	float:right;
	text-align:left;
}
.yujia4_right dl{
    width:363px;
	float:left;
}
.yujia4_right dl dt{
    height:245px;
}
.yujia4_right dl dt img{
    width:100%;
	height:100%;
}
.yujia4_right dl dd{
    height:80px;
    line-height:80px;
}
.yujia4_right dl dd font{
    width:20%;
	float:left;
	font-size: 36px;
	color: #17509D;
}
.yujia4_right dl dd span{
    font-size: 16px;
	color: #333333;
	display:block;
	line-height:50px;
	padding-top:15px;
}
#abgcbg{

}
#abgcbg1{
    margin-right:25px;
}
.yujia5{
    height:809px;
	margin-top:40px;
	padding-top:60px;
	background:url(/web/pic/bg1.jpg) top center no-repeat;
}
.yujia5_left{
    width:692px;
	float:left;
	text-align:left;
}
.yujia5_left h2{
	font-weight: bold;
	font-size: 40px;
	line-height:60px;
	margin-bottom:20px;
	color: #000000;
	text-align: left;
}
.yujia5_left h3{
	font-weight: bold;
	font-size: 28px;
	color: #17509D;
	text-align: left;
	margin-bottom:20px;
}
.yujia5_left p{
	font-size: 16px;
	color: #666666;
	line-height: 26px;
	text-align: left;
}
.yujia5_left h4{
	width: 170px;
	height: 54px;
	line-height:54px;
	color:#fff;
	font-size:18px;
	text-align:center;
	margin-top:40px;
	background: #17509D;
	border-radius: 6px 6px 6px 6px;
}
.yujia5_left h4 font{
	font-size: 16px;
	display:block;
	float:left;
	margin-left:20px;
}
.yujia5_left h4 span{
	font-size: 16px;
	display:block;
	float:left;
	margin-left:20px;
}
.yujia5_left h4 span i{
	font-size: 26px;
}
.yujia5_left_shuzi{
    width:195px;
	float:left;
	text-align:left;
	margin-top:60px;
}
.yujia5_left_shuzi h5{
   line-height: 59px;
}
.yujia5_left_shuzi h5 font{
	font-weight: bold;
	font-size: 50px;
	color: #17509D;
	line-height: 59px;
	text-align: left;
	float:left;
	display:block;
}
.yujia5_left_shuzi h5 span{
	font-weight: bold;
	font-size: 16px;
	color: #17509D;
	line-height: 29px;
	text-align: left;
	display:block;
	float:left;
	margin-left:20px;
	margin-top:23px;
}
.yujia5_left_shuzi h6{
	font-size: 14px;
	color: #1E1E1E;
	line-height: 20px;
	text-align: left;
}
#abgcbg3{

}
#abgcbg31{
    margin-right:40px;
}
.yujia5_right{
    width:556px;
    height:508px;
	margin-top:170px;
	background: #17509D;
	float:right;
	position:relative;
}
.yujia5_right_pic{
	width:540px;
	height:439px;
	position:absolute;
	left:-80px;
	top:-170px;
}
.yujia6{
    height:790px;
	background:url(/web/pic/bg2.jpg) top center no-repeat;
	padding-top:30px;
}
.yujia6box{
    color:#fff;
}
.yujia6box h2{
	font-weight: bold;
	font-size: 40px;
	line-height:80px;
	color: #fff;
	text-align: center;
}
.yujia6box p{
	font-size: 16px;
	color: #fff;
	line-height:30px;
	margin-bottom:30px;
	text-align: center;
}
.yujia6box_left{
    width:120px;
	float:left;
	height:500px;
}
.yujia6box_center{
    width:540px;
	float:left;
	margin-left:36px;
	height:500px;
}
.yujia6box_right{
    width: 610px;
    height: 465px;
    background: #3D83D9;
	float:right;
	position:relative;
    border-radius: 0px 0px 0px 0px;
}
.yujia6box_right_box{
    width:610px;
	height:465px;
	position:absolute;
	left:30px;
	top:30px;
}
.yujia7{
    width:1400px;
	margin:36px auto 0 auto;
}
.yujia7 h2{
	font-weight: bold;
	font-size: 40px;
	line-height:80px;
	color: #000000;
	text-align: center;
}
.yujia7 p{
	font-size: 16px;
	color: #666666;
	line-height:30px;
	margin-bottom:30px;
	text-align: center;
}
.item10{

}
.item10 dl{

}
.item10 dl dt{
    border:1px solid #dedede;
	overflow:hidden;
}
.item10 dl dt img{
    width:100%;
	height:auto;
}
.item10 dt img{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.item10 dt:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.item10 dl dd{
	width: 100%;
	height: auto;
	padding:20px;
	background: #FFFFFF;
	box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.08);
	border-radius: 0px 0px 0px 0px;
}
.item10 dl dd h3{
    line-height:45px;
}
.item10 dl dd h3 font{
    display:block;
	float:left;
	margin-right:15px;
}
.item10 dl dd h3 font i{
    font-size:18px;
}
.item10 dl dd h3 span{
    display:block;
	float:left;
}
.item10 dl dd h4{
    line-height:25px;
	margin-bottom:15px;
	font-size: 20px;
	color: #000000;
}
.item10 dl dd h5{
    line-height:25px;
	margin-bottom:15px;
	font-size: 16px;
	color: #666666;
}
.item10 dl dd h6{
    border-top: 1px solid #D9D9D9;
	padding-top:10px;
}
.item10 dl dd h6 font{
	font-size: 16px;
	color: #666666;
	line-height: 36px;
	text-align: left;
	width:40%;
	float:left;
	display:block;
}
.item10 dl dd h6 span{
	width:40%;
	float:right;
	text-align:right;
	display:block;
	margin-top:10px;
}
.item10 dl dd h6 span i{
	font-size: 20px;

}
.yujia7_more{
	width: 165px;
	height: 54px;
	line-height:54px;
	text-align:center;
	font-size:18px;
	color:#fff;
	background: #17509D;
	margin:30px auto 0 auto;
	border-radius: 6px 6px 6px 6px;
}
.yujia7_more font{
    display:block;
	float:left;
	margin-left:25px;
}
.yujia7_more span{
    display:block;
	float:left;
	margin-left:20px;
}
.yujia7_more span i{
    font-size:22px;
}
.yujia7_more:hover{

}
.yujia8{
    background: #F8F8F8;
	padding:30px 0 30px 0;
	margin-top:30px;
}
.foot-item h3{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: left;
}
#lxwm-right{
    width:340px;
	float:right;
}
#lxwm-right h5{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 22px;
	text-align: left;
	margin-bottom:20px;
}
.key_text8{
	height:46px;
	float:left;
	width:260px;
	overflow:hidden;
	line-height:46px;
	outline:none;
	border:0;
	color:#fff;
	padding-left: 10px;
	background: #fff;
	border-right: none;
}
.search_btn8{
	cursor:pointer;
	border:none;
	outline:none;
	float: right;
	width: 76px;
	height:46px;
	overflow:hidden;
	text-align:center;
	background: #1D57A5;
	line-height: 46px;
	text-align: center;
	border:0;
	border-left:0;
}
.search_btn8 span,
.search_btn8 i{
	font-size: 25px;
	color:#fff;
}
.footer_follow_title{
	font-size: 16px;
	color: #FFFFFF;
	text-align: left;
	line-height:50px;
}
.swiper-slide-box{
	text-align: left;
	margin-bottom:30px;
}
.swiper-slide-box h3{
    font-size: 22px;
	font-weight:normal;
	line-height:65px;
}
.swiper-slide-box h5{
	text-align: left;
}

.n_daohang{
	width: 100%;
	height: 70px;
	line-height:70px;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.07);
	border-radius: 0px 0px 0px 0px;
	margin-bottom:40px;
}
.ny_zlm{

}
.ny_zlm a{
    font-size: 16px;
	color: #17509D;
	margin-right:50px;
}
.ny_zlm a:hover{
    background:none;
	color:#ec8429;
}
.ny_zlm #zlm_on{
	background:none;
	color:#ec8429;
}
.naboutus_1 h2{
	font-weight: bold;
	font-size: 40px;
	color: #000000;
	text-align: center;
}
.naboutus_1 h1{
	height: 30px;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	text-align: center;
	margin-bottom:10px;
}
.naboutus_1 p{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	text-align: center;
}
.naboutus_1 ul{
    padding:40px 0 40px 0;
}
.naboutus_1 ul li{
    width:48%;
	float:left;
	margin-right:2%;
}
.naboutus_1 ul li img{
    width:100%;
	height:auto;
}
.naboutus_2{
	margin-top:2%;
}
.naboutus_2_left{
    width:49%;
	float:left;
}
.naboutus_2_left img{
    width:100%;
	height:auto;
}
.naboutus_2_right{
    width:49%;
	float:right;
}
.naboutus_2_right1{
    width: 100%;
    height: 229px;
	line-height:229px;
	text-align:center;
	color:#fff;
	font-size: 27px;
    background: #174B9C;
    border-radius: 0px 0px 0px 0px;
	margin-bottom:15px;
}
.naboutus_2_right2_left{
    width: 48%;
    height: 227px;
	line-height:227px;
	text-align:center;
	color:#fff;
	float:left;
	font-size: 22px;
    background: #35B8E7;
    border-radius: 0px 0px 0px 0px;
}
.naboutus_2_right2_right{
    width: 48%;
    height: 227px;
	line-height:227px;
	text-align:center;
	font-size: 22px;
	color:#fff;
	float:right;
    background: #999999;
    border-radius: 0px 0px 0px 0px;
}
.naboutus_3{
    font-size: 16px;
    color: #666666;
    line-height: 30px;
	margin-top:30px;
    text-align: center;
}
.naboutus_4{
    background: #174B9C;
	padding:30px 0 30px 0;
	margin-top:30px;
}
.naboutus_4box{
    color:#fff;
	text-align:center;
}
.naboutus_4box h2{
	font-weight: bold;
	font-size: 40px;
	color: #FFFFFF;
	line-height: 80px;
}
.naboutus_4box p{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	margin-bottom:30px;
}
.naboutus_4box_left{
	width: 50%;
	height: 376px;
	float:left;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	padding:40px 30px 30px 30px;
	text-align:left;
}
.naboutus_4box_left h3{
	font-weight: bold;
	font-size: 36px;
	color: #174B9C;
	line-height: 40px;
	margin-bottom:20px;
}
.naboutus_4box_left ul{

}
.naboutus_4box_left ul li{

}
.naboutus_4box_left ul li font{
    display:block;
	margin-right:10px;
	float:left;
	margin-top:9px;
}
.naboutus_4box_left ul li font i{
    color:#333;
	font-size:30px;
}
.naboutus_4box_left ul li span{
    font-size: 18px;
	color: #333333;
	line-height: 47px;
    display:block;
	float:left;
}
.naboutus_4box_right{
	width: 50%;
	height: 386px;
	float:right;
}
.naboutus_4box_right img{
	width: 100%;
	height: auto;
}
.naboutus_5{
    margin-top:30px;
}
.naboutus_5 h2{
	height: 83px;
	font-weight: bold;
	font-size: 40px;
	color: #000000;
	text-align: center;
}

.slideBox3{
	overflow:hidden;
}
.slideBox3 .hd{
    margin-bottom:30px;
}
.slideBox3 .hd ul{
    padding-left:420px;
}
.slideBox3 .hd ul li{
	width: 253px;
	height: 50px;
	line-height:50px;
	text-align:center;
	float:left;
	margin-right:30px;
	background: #FFFFFF;
	border-radius: 25px 25px 25px 25px;
	border: 1px solid #BCBCBC;
}
.slideBox3 .hd ul li font{
    display:block;
	float:left;
}
.slideBox3 .hd ul li span{
    display:block;
	float:left;
	margin-left:15px;
	font-size:17px;
}
.slideBox3 .on:after{
	/*三角*/
	border: solid transparent;
	content: ' ';
	height: 0;
	bottom:0px;
	position: absolute;
	width: 0;
	border-width: 0;
	border-bottom-color: #ffffff;
	left: 50%;
	margin-left:-6px;
	/*横线
	content: '';
	height: 2px;
	margin-bottom: -1px;
	bottom:100%;
	position: absolute;
	width: 100%;
	left: 0;
	background: #34DAC6;*/
}
.slideBox3 .hd ul li a{
	display:block;
	color:#73737f;
}
.slideBox3 .hd ul li.on{
	background:#1D57A5;
	color:#fff;
	border-color:none;
}
.slideBox3 .hd ul li.on a{
	color:#fff;
}
.slideBox3 .bd{
    width:100%;
	margin-top:30px;
}
.slideBox3 .bd ul{
	overflow:hidden;
}
.aboutimg{
    width:24%;
	float:left;
	margin-bottom:20px;
	border:1px solid #ccc;
	overflow:hidden;
}
.aboutimg img{
    width:100%;
	height:auto;
}
.aboutimg img{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.aboutimg:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
#indexbgaboutimg1{
    margin-right:1%;
}
.ndaohang_pro{
    width: 100%;
    height: 70px;
	line-height:70px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.07);
    border-radius: 0px 0px 0px 0px;
}
.ntitle{
    font-size: 14px;
	color: #888888;
	line-height:45px;
}
.ndaohang_probox{

}
.ndaohang_probox_left{
    width:40%;
	float:left;
	font-size: 16px;
	color: #17509D;
	text-align:left;
}
.ndaohang_probox_right{
    width:40%;
	float:right;
	text-align:right;
	font-size: 14px;
	color: #666666;
}
.npro1_left{
    width:40%;
	float:left;
	text-align:left;
	font-size: 40px;
	line-height:124px;
}
.npro1_right{
    width:39%;
	float:right;
}
.npro1_right ul{
    padding-top:35px;
}
.npro1_right ul li{
	width: 253px;
	height: 50px;
	line-height:50px;
	text-align:center;
	font-size: 16px;
	background: #FFFFFF;
	border-radius: 25px 25px 25px 25px;
	border: 1px solid #BCBCBC;
	float:left;
	margin-left:15px;
}
.npro1_right ul li:hover{
	background: #1D57A5;
	color:#fff;
}
.npro1_right #zlm_on li{
	background:#1D57A5;
	color:#fff;
}
.in-product-list{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.in-product-list li{
	width: 33.3333%;
	padding-left: 10px;
	padding-right: 10px;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.in-product-list li a{
	display: block;
}
.in-product-list li .pic{
	height: auto;
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #ddd;
}
.in-product-list li .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.in-product-list li .pic img{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.in-product-list li .pic:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.breif_left{
    width:60%;
	float:left;
	text-align:left;
	padding-top:5px;
}
.breif_left h3{
    font-size: 16px;
	color: #000000;
	line-height:35px;
}
.breif_left h4{
    font-size: 16px;
	color: #333;
	line-height:25px;
}
.breif_right{
	width: 54px;
	height: 54px;
	line-height: 54px;
	background: #D9D9D9;
	text-align:center;
	float:right;
	border-radius:100%;
	overflow:hidden;
	margin-top:15px;
}
.breif_right i{
	font-size:25px;
	color:#878787;
}
.breif_right:hover{
	background: #1D57A5;
}

.pro_main{
	margin-top:20px;
	overflow:hidden;
}
.pro_left{
	width:590px;
	float:right;
}
.pro_right{
	height: auto;
	overflow:hidden;
	line-height:25px;
	margin-right: 650px;
	padding:40px;
	background:#F9F9F9;
}
.pro_right h2{
	font-size:32px;
	padding-bottom:30px;
	display:block;
	font-weight:normal;
}
.pro_info{
	margin-top:10px;
	overflow:hidden;
	line-height:25px;
}
.detail_email{
    width: 156px;
    line-height: 57px;
    background: #17509d;
	color:#fff;
	margin-top:50px;
    border-radius: 10px;
}
.detail_email:hover{
    background: #07336d;
	cursor:pointer;
}
.detail_email i{
    float:left;
	font-size:30px;
	margin-left:20px;
}
.detail_email span{
    display:block;
	margin-left:20px;
	float:left;
	font-size:16px;
}
.right_title1{
    border-bottom: 1px solid #D9D9D9;
	line-height:80px;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
}
.right_title1box{
    font-size:16px;
	line-height:26px;
	color:#292929;
}
.detail_product{
    background: #F3F8FF;
	padding:30px 0 30px 0;
	margin-top:30px;
}
.detail_product_box{

}
.detail_product_box h2{
    font-size: 40px;
	color: #000000;
	font-weight: bold;
	line-height:70px;
	text-align:center;
	margin-bottom:20px;
}
.itemdetail{
    width:100%;
}
.itemdetail .pic{
	height: auto;
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #ddd;
}
.itemdetail .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.itemdetail .pic img{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.itemdetail .pic:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.nservice1{
    margin-top:30px;
	position:relative;
}
.nservice1 h2{
	line-height: 58px;
	font-weight: bold;
	font-size: 40px;
	color: #000000;
	text-align: center;
}
.nservice1 h3{
	line-height: 38px;
	font-size: 16px;
	color: #666666;
	text-align: center;
	margin-bottom:30px;
}
.nservice1 dl{
    width:14%;
	float:left;
}
.nservice1 dl dt{
    width:80px;
	height:91px;
	line-height:81px;
	font-size: 30px;
	color:#fff;
	background:url(/web/pic/Vector.png) center no-repeat;
	margin:0 auto 20px auto;
	text-align:center;
}
.nservice1 dl dd{

}
.nservice1 dl dd h4{
	font-size: 16px;
	color: #000000;
	text-align: center;
	margin-bottom:10px;
}
.nservice1 dl dd h5{
	width: 46px;
	height: 1px;
	background: #17509D;
	border-radius: 0px 0px 0px 0px;
	margin:0 auto;
}
.nservice1 dl dd h6{
	font-size: 16px;
	color: #878787;
	text-align: center;
	margin-top:15px;
}
#service11{
    margin-right:40px;
}
#service1{
    margin-right:0;
}
.nservice1_line1{
    width:157px;
	height:1px;
	background: #17509D;
	position:absolute;
	left:137px;
	top:170px;
	z-index:0;
}
.nservice1_line1 i{
	position:absolute;
	left:72px;
	top:-9px;
	z-index:9999;
	font-weight:bold;
	color:#17509D;
}

.nservice1_line2{
    width:157px;
	height:1px;
	background: #17509D;
	position:absolute;
	left:373px;
	top:170px;
	z-index:0;
}
.nservice1_line2 i{
	position:absolute;
	left:72px;
	top:-9px;
	z-index:9999;
	font-weight:bold;
	color:#17509D;
}

.nservice1_line3{
    width:157px;
	height:1px;
	background: #17509D;
	position:absolute;
	left:609px;
	top:170px;
	z-index:0;
}
.nservice1_line3 i{
	position:absolute;
	left:72px;
	top:-9px;
	z-index:9999;
	font-weight:bold;
	color:#17509D;
}

.nservice1_line4{
    width:157px;
	height:1px;
	background: #17509D;
	position:absolute;
	left:845px;
	top:170px;
	z-index:0;
}
.nservice1_line4 i{
	position:absolute;
	left:72px;
	top:-9px;
	z-index:9999;
	font-weight:bold;
	color:#17509D;
}
.nservice1_line5{
    width:157px;
	height:1px;
	background: #17509D;
	position:absolute;
	left:1082px;
	top:170px;
	z-index:0;
}
.nservice1_line5 i{
	position:absolute;
	left:72px;
	top:-9px;
	z-index:9999;
	font-weight:bold;
	color:#17509D;
}
.nservice2{
    background: #17509D;
	padding:30px 0 30px 0;
	margin-top:40px;
	color:#fff;
}
.nservice2 h2{
	font-weight: bold;
	font-size: 40px;
	line-height:60px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom:20px;
}
.nservice2 h3{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
	text-align: center;
	padding:0 330px 0 330px;
	margin-bottom:30px;
}
.nservice2_box{
	width: 48%;
	height: 257px;
	background: #FFFFFF;
	box-shadow: 5px 4px 10px 0px rgba(29,87,165,0.2);
	border-radius: 20px 20px 20px 20px;
	float:left;
	padding:35px;
	margin-bottom:20px;
}
.nservice2_box:hover{
	background: #f8f8f8;
	cursor:pointer;
}
.nservice2_box dl{
    
}
.nservice2_box dl dt{
	width: 110px;
	height: 110px;
	background: #EDF4FF;
	border-radius:100%;
	float:left;
	text-align:center;
	margin-top:35px;
}
.nservice2_box dl dd{
    width:460px;
	float:right;
	text-align:left;
}
.nservice2_box dl dd h4{
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	line-height: 60px;
	text-align: left;
}
.nservice2_box dl dd h5{
	width: 26px;
	height: 2px;
	background: #17509D;
	border-radius: 0px 0px 0px 0px;
}
.nservice2_box dl dd h6{
	font-size: 16px;
	color: #878787;
	line-height: 26px;
	margin-top:20px;
	text-align: left;
}
#service21{
    margin-right:2%;
}
.tubiao{
		height: 55px;
		padding-top:15px;
	}


.tubiao i{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 80px;
	color:#17509D;
}
.sentesi5 dl:hover i::after{
	color:#37890e;
	}
.tubiao i::after{
	font-family: "iconfont" !important;
	font-size: 50px;
	color:#17509D;
	text-align:center;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.tubiao.aa-1 i::after{
	content: "\e614";
}
.tubiao.aa-2 i::after{
	content: "\e687";
}
.tubiao.aa-3 i::after{
	content: "\e68c";
	font-size: 45px;
}
.tubiao.aa-4 i::after{
	content: "\e686";
	font-weight:bold;
	font-size: 56px;
}
.tubiao.aa-5 i::after{
	content: "\e780";
}
.tubiao.aa-6 i::after{
	content: "\e780";
}
.nservice3{
    height:789px;
	background:url(/web/pic/service/bg1.jpg) top center no-repeat;
	padding-top:30px;
}
.nservice3box{

}
.nservice3box form{
	width: 100%;
	height: 470px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	border-radius: 20px 20px 20px 20px;
	padding:40px;
}
.nservice3box h2{
	font-weight: bold;
	font-size: 40px;
	line-height:60px;
	color: #000000;
	text-align: left;
	margin-bottom:20px;
}
.nservice3box h3{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	text-align: left;
	margin-bottom:40px;
}
.nservice3box h5{
	margin-top:20px;
}
.nservice3box ul{
	margin-bottom:20px;
}
.nservice3box ul li{
	float:left;
	margin-right:17px;
}
.indexftext{
	width: 428px;
	height: 56px;
	background: #F4F4F4;
	border-radius: 2px 2px 2px 2px;
	border:0;
	text-indent:15px;
	outline:0;
}
.indexftext2{
	width: 100%;
	height: 156px;
	background: #F4F4F4;
	border-radius: 2px 2px 2px 2px;
	border:0;
	padding:15px;
	outline:0;
}
.fbtn{
	width: 438px;
	height: 56px;
	background: #1D57A5;
	border-radius: 2px 2px 2px 2px;
	cursor:pointer;
	border:0;
	border-left:0;
	text-align:center;
	outline:none;
	display: block;
	text-align: center;
	transition: 0.6s;
	color: #fff;
	float: left;
	line-height: 56px;
	padding: 0 15px;
	font-size: 16px;
}

.fbtn:hover{
	background: #093c81; 
	/* color: #fff; */
}
.nlxwm1{
    margin-top:30px;
}
.nlxwm1_left{
	width: 115px;
	height: 136px;
	float:left;
	background:#00CCFF;
	border-radius: 0px 0px 0px 0px;
}
.nlxwm1_right{
	width: 815px;
	height: 136px;
	float:left;
	padding-top:10px;
	margin-left:40px;
}
.nlxwm1_right h2{
	line-height: 46px;
	font-weight: bold;
	font-size: 35px;
	color: #000000;
	margin-bottom:10px;
	text-align: left;
}
.nlxwm1_right h2 p{
    display:inline-block;
}
.nlxwm1_right h3{
    font-size: 16px;
	color: #666666;
	line-height: 28px;
	text-align: left;
}
.nlxwm2{
	margin-top:40px;
}
.nlxwm2_box{
	width: 49%;
	height: 210px;
	background: #FFFFFF;
	border-radius: 20px 20px 20px 20px;
	border: 1px solid #BCBCBC;
	float:left;
	padding:20px;
}
.nlxwm2_box h2{
    line-height:60px;
	margin-bottom:20px;
}
.nlxwm2_box h2 font{
	width: 4px;
	height: 19px;
	background: #1E55A3;
	float:left;
	margin-top:9px;
	border-radius: 0px 0px 0px 0px;
}
.nlxwm2_box h2 span{
	font-weight: bold;
	font-size: 26px;
	color: #000000;
	line-height: 36px;
	text-align: left;
	margin-left:20px;
}
.nlxwm2_box ul{

}
.nlxwm2_box ul li{
    float:left;
	width:48%;
	margin-right:2%;
	line-height:45px;
}
.nlxwm2_box ul li font{
    display:block;
	float:left;
}
.nlxwm2_box ul li font i{
    font-size:20px;
	color: #666666;
}
.nlxwm2_box ul li span{
    display:block;
	font-size: 16px;
	float:left;
	color: #666666;
	margin-left:15px;
}
.nlxwm3{
	margin-top:35px;
}
.nlxwm3_left{
	width: 313px;
	height: 543px;
	background: #1E55A3;
	border-radius: 0px 0px 0px 0px;
	float:left;
	text-align:left;
	color:#fff;
	padding:100px 30px 30px 30px;
}
.nlxwm3_left h2{
    line-height:60px;
}
.nlxwm3_left h2 i{
    font-size:50px;
	color:#fff;
}
.nlxwm3_left h3{
	font-weight: bold;
	font-size: 36px;
	color: #FFFFFF;
	line-height: 36px;
	text-align: left;
	margin:20px 0 20px 0;
}
.nlxwm3_left p{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 26px;
	text-align: left;
}
.nlxwm3_right{
	width: 1087px;
	height: 543px;
	background: #F4F4F4;
	padding:60px;
	float:right;
}
.nlxwm3_right ul{
	margin-bottom:20px;
}
.nlxwm3_right ul li{
	float:left;
	margin-right:17px;
}

.indexftext1{
	width: 311px;
	height: 56px;
	background: #fff;
	border-radius: 2px 2px 2px 2px;
	border:0;
	text-indent:15px;
	outline:0;
}
.indexftext21{
	width: 100%;
	height: 156px;
	background: #fff;
	border-radius: 2px 2px 2px 2px;
	border:0;
	padding:15px;
	outline:0;
}
.fbtn1{
	width: 438px;
	height: 56px;
	background: #1D57A5;
	border-radius: 2px 2px 2px 2px;
	cursor:pointer;
	border:0;
	border-left:0;
	text-align:center;
	outline:none;
	display: block;
	text-align: center;
	transition: 0.6s;
	color: #fff;
	float: left;
	line-height: 56px;
	padding: 0 15px;
	font-size: 16px;
}

.fbtn1:hover{
	background: #093c81; 
	/* color: #fff; */
}
.nlxwm3_right h5{
	margin-top:20px;
}
.n_lanmu{
	font-weight: bold;
	font-size: 40px;
	line-height:120px;
	color: #000000;
	text-align: center;
}

.tuwenlist2{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 40px;
}
.tuwenlist2 li{
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
}
.tuwenlist2 li img{
	width:100%;
	height:auto;
	display:block;
	transition:0.6s;
}
.tuwenlist2 li:hover img{
	transform:scale(1.1);
}
.tuwenlist2 li h3{
	overflow:hidden;
	font-size: 24px;
	font-weight:bold;
	line-height:50px;
}
.tuwenlist2 li h3 a{
	
}
.tuwenlist2 li p{
	color:#666;
	display:block;
	overflow:hidden;
	font-size:15px;
	line-height:25px;
}
.tuwenlist2 .inner_more{
	width: 160px;
	height: 54px;
	line-height:54px;
	text-align:center;
	color:#fff;
	margin-top:30px;
	font-size:18px;
	background: #17509D;
	border-radius: 6px 6px 6px 6px;
}
.tuwenlist2 .inner_more:hover{
	background: #0b336a;
}
.tuwenlist2 .inner_more font{
    display:block;
	float:left;
	margin-left:25px;
}
.tuwenlist2 .inner_more span{
    display:block;
	float:left;
	margin-left:20px;
}
.tuwenlist2 .inner_more span i{
    font-size:20px;
}
.n_soliution1_detail{
    padding:30px 0 30px 0;
}
.n_news{

}
.n_news_left{
    width:970px;
	float:left;
	text-align:left;
	border-right:1px solid #dedede;
	padding-right:70px;
}
.n_news_left_title{
    line-height:100px;
}
.n_news_left_title_left{
	font-weight: bold;
	font-size: 40px;
	color: #000000;
	text-align:left;
	width:30%;
	float:left;
}
.n_news_left_title_right{
    width:430px;
	float:right;
}
.n_news_left_title_right #zlm_on li{
	background:#1D57A5;
	color:#fff;
}
.n_news_right{
    width:400px;
	height:auto;
	float:right;
	text-align:left;
	padding:20px 0 20px 0;
}
.n_news_right h2{
    font-weight:normal;
	line-height:60px;
	font-size: 40px;
	margin-bottom:20px;
	border-bottom:1px solid #dedede;
}
.n_news_right dl{
    width:100%;
	margin-bottom:20px;
}
.n_news_right dl dt{
    overflow:hidden;
}
.n_news_right dl dt img{
    width:100%;
	height:auto;
}
.n_news_right dt img{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.n_news_right dt:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.n_news_right dl dd{
    text-align:left;
	width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 9px 0px rgba(0,0,0,0.08);
    border-radius: 0px 0px 0px 0px;
	padding:20px;
}
.n_news_right dl dd h3{
    font-weight:normal;
	line-height:45px;
    color:#BCBCBC;
}
.n_news_right dl dd h3 font{
   display:block;
   float:left;
   color:#BCBCBC;
   margin-right:10px;
}
.n_news_right dl dd h2{
    font-weight:normal;
	line-height:45px;
	font-size: 20px;
    color:#000;
	border-bottom:1px solid #dedede;
	padding-bottom:10px;
	margin-bottom:10px;
}
.n_news_right dl dd p{
    font-weight:normal;
	line-height:25px;
	font-size: 16px;
    color: #878787;
}
.n_news_right dl dd h4{
    line-height:45px;
	margin-top:6px;
}
.n_news_right dl dd h4 font{
    display:block;
	float:left;
}
.n_news_right dl dd h4 font i{
    font-size:22px;
}
.n_news_right dl dd h4 span{
    display:block;
	float:left;
	margin-left:15px;
	font-size:18px;
}
.n_news_left_title_right ul{
    text-align:center;
}
.n_news_left_title_right ul li{
    width: 190px;
    line-height: 50px;
    text-align:center;
    font-size:16px;
    background: none;
    border-radius: 70px 70px 70px 70px;
    display:inline-block;
    *display:inline;
    zoom:1;
    margin:10px; 
    padding:0;
    border: 1px solid #BCBCBC;
}
.n_news_left_title_right ul li:hover{
    background:#1D57A5;
    color:#fff;
    cursor:pointer;
}
.tuwenlist3{

}
.tuwenlist3 .item{
    height:250px;
	margin-bottom:30px;
}
.tuwenlist3 .item .pic{
    width:320px;
	height:auto;
	float:left;
	overflow:hidden;
	border:1px solid #ccc;
}
.tuwenlist3 .item .pic img{
    width:100%;
	height:auto;
}
.tuwenlist3 .item .pic img{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.tuwenlist3 .item .pic:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.tuwenlist3 .item .text{
    width:540px;
	float:right;
}
.tuwenlist3 .item .text h3{
    font-weight:normal;
	line-height:45px;
    color:#BCBCBC;
}
.tuwenlist3 .item .text h3 font{
   display:block;
   float:left;
   color:#BCBCBC;
   margin-right:10px;
}
.tuwenlist3 .item .text h2{
    font-weight:normal;
	line-height:45px;
	font-size: 22px;
    color:#000;
	border-bottom:1px solid #dedede;
	padding-bottom:10px;
	margin-bottom:10px;
}
.tuwenlist3 .item .text p{
    font-weight:normal;
	line-height:25px;
	font-size: 16px;
    color: #878787;
}
.tuwenlist3 .item .text h4{
    line-height:45px;
	margin-top:6px;
}
.tuwenlist3 .item .text h4 font{
    display:block;
	float:left;
}
.tuwenlist3 .item .text h4 font i{
    font-size:22px;
	color:#3D83D9;
}
.tuwenlist3 .item .text h4 span{
    display:block;
	float:left;
	margin-left:15px;
	font-size:18px;
	color:#3D83D9;
}

.newsdetail_left{
    width:1000px;
	float:left;
	text-align:left;
}
.newsdetail_right{
    width:340px;
	height:auto;
	background:#f8f8f8;
	float:right;
	text-align:left;
	padding:20px 30px 20px 30px;
}
.newsdetail_right h2{
    font-weight:normal;
	line-height:60px;
	font-size:22px;
	margin-bottom:20px;
	border-bottom:1px solid #dedede;
}
.newsdetail_right dl{
    width:100%;
	margin-bottom:20px;
}
.newsdetail_right dl dt{
    overflow:hidden;
}
.newsdetail_right dl dt img{
    width:100%;
	height:auto;
}
.newsdetail_right dt img{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.newsdetail_right dt:hover img{
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.newsdetail_right dl dd{
    text-align:left;
}
.newsdetail_right dl dd h3{
    font-weight:normal;
	line-height:45px;
    color:#BCBCBC;
}
.newsdetail_right dl dd font{
   display:block;
   float:left;
   color:#BCBCBC;
   margin-right:10px;
}
.newsdetail_right dl dd h2{
    font-weight:normal;
	line-height:45px;
	font-size: 26px;
    color:#000;
	border-bottom:1px solid #dedede;
	padding-bottom:10px;
	margin-bottom:10px;
}
.newsdetail_right dl dd p{
    font-weight:normal;
	line-height:25px;
	font-size: 16px;
    color: #878787;
}
.newsdetail_right dl dd h4{
    line-height:45px;
	margin-top:6px;
}
.newsdetail_right dl dd h4 font{
    display:block;
	float:left;
}
.newsdetail_right dl dd h4 font i{
    font-size:22px;
}
.newsdetail_right dl dd h4 span{
    display:block;
	float:left;
	margin-left:15px;
	font-size:18px;
}
.ny_h1{
	font-size:22px;
	text-align:center;
	font-weight:normal;
	display:block;
	margin-top:20px;
}

.wzinfo{
	width:100%;
	text-align:center;
	color:#999;
	margin-top:20px;
	font-size:14px;
	border-bottom:1px solid #ddd;
	padding-bottom:20px;
	margin-bottom:25px;
}
.wzinfo .time{
	display:inline-block;
	*display:inline;
	*zoom:1;
	line-height:20px;
	padding-left:25px;
	background:url(../ico/time.png) left center no-repeat;
}
.wzinfo .click{
	display:inline-block;
	*display:inline;
	*zoom:1;
	line-height:20px;
	padding-left:25px;
	margin-left:50px;
	background:url(../ico/click.png) left center no-repeat;
}
#abgcbg5{
	margin-right:0px;
}
#sub1{
	display:none;
}
.nlinian1{

}
.nlinian1 img{
    width:100%;
	height:auto;
}
.nlinian1 h2{
	font-weight: bold;
	font-size: 40px;
	line-height:80px;
	color: #000000;
	text-align: center;
}
.nlinian1 h3{
	font-size: 16px;
	line-height:26px;
	color: #666666;
	text-align: center;
	margin-bottom:30px;
	padding:0 400px 0 400px;
}
.nlinian1box{
    position:relative;
}
.nlinian1box_nr{
    width: 775px;
    height: 384px;
    background: #1E55A3;
	position:absolute;
	top:40px;
	right:40px;
	color:#fff;
	padding:40px;
    border-radius: 20px 20px 20px 20px;
}
.nlinian1box_nr p{
    font-size: 16px;
	line-height: 30px;
	font-weight:normal;
	margin-bottom:20px;
}
.nlinian1box_nr ul{
    width:220px;
	float:left;
	margin-right:100px;
}
.nlinian1box_nr ul h4{

}
.nlinian1box_nr ul h4 font{
    display:block;
	font-size: 48px;
	font-weight:bold;
	float:left;
}
.nlinian1box_nr ul h4 span{
    display:block;
	font-size: 48px;
	font-weight:bold;
	float:left;
	margin-left:15px;
}
.nlinian1box_nr ul h5{
    font-size: 16px;
	font-weight:normal;
	line-height:45px;
}
.nlinian2{
	margin-top:25px;
}
.nlinian2_left{
	width: 50%;
	height: 380px;
	float:left;
	background: #E9F9FF;
	padding:50px;
	text-align:left;
	border-radius: 0px 0px 0px 0px;
}
.nlinian2_right{
	width: 50%;
	height: 380px;
	float:right;
}
.nlinian2_left h2{
    font-size: 24px;
	color: #000000;
	line-height: 70px;
}
.nlinian2_left p{
    font-size: 16px;
	color: #666666;
	line-height: 28px;
}

.nlinian3{
	margin-top:25px;
}
.nlinian3_left{
	width: 50%;
	height: 380px;
	float:right;
	background: #1E55A3;
	padding:50px;
	color:#fff;
	text-align:left;
	border-radius: 0px 0px 0px 0px;
}
.nlinian3_right{
	width: 50%;
	height: 380px;
	float:left;
}
.nlinian3_left h2{
    font-size: 24px;
	color: #fff;
	line-height: 70px;
}
.nlinian3_left p{
    font-size: 16px;
	color: #fff;
	line-height: 28px;
}
.nlicheng1{
    margin-top:10px;
}
.nlicheng1 h2{
	font-weight: bold;
	font-size: 40px;
	line-height:80px;
	color: #000000;
	text-align: center;
}
.nlicheng1 h3{
	font-size: 16px;
	line-height:26px;
	color: #666666;
	text-align: center;
	margin-bottom:30px;
	padding:0 400px 0 400px;
}

.yujia6boxn{
    color:#000;
	margin-bottom:30px;
}
.yujia6boxn h2{
	font-weight: bold;
	font-size: 40px;
	line-height:80px;
	color: #000;
	text-align: center;
}
.yujia6boxn p{
	font-size: 16px;
	color: #333;
	line-height:30px;
	margin-bottom:30px;
	text-align: center;
}
.yujia6boxn_left{
    width:120px;
	float:left;
	height:500px;
}
.yujia6boxn_center{
    width:540px;
	float:left;
	margin-left:36px;
	height:500px;
}
.yujia6boxn_right{
    width: 610px;
    height: 465px;
    background: #3D83D9;
	float:right;
	position:relative;
    border-radius: 0px 0px 0px 0px;
}
.yujia6boxn_right_box{
    width:610px;
	height:465px;
	position:absolute;
	left:30px;
	top:30px;
}
.caidan2{
    display:none;
}
.caidan3{
    display:none;
}
.caidan4{
    display:none;
}
#bottomyc2{
    display:none;
}
#bottomyc3{
    display:none;
}
#bottomyc4{
    display:none;
}