﻿body{
	font-family:'微软雅黑';
	background: #f2f2f2;
	color:#333;
}
body,ul,li,p,h3,h4,h5{
	padding:0px;
	margin:0px;
}
li{
	list-style:none;
}
a{
	text-decoration: none;
	color:#666;
}
a:hover{
	text-decoration: none;
	color: #1c479c;
}
img{
	transition: all 0.2s;
	display: block;
}
img:hover{
	opacity: 0.9;
}
.container{
	width: 1100px;
	padding:0;
}
.clearfix{
	zoom:1;
}
.clearfix:after{
	content: '\20';
	display: block;
	height: 0;
	clear: both;
}
.header{
	background: #fff;
}
.header .header-con{
	width: 1200px;
	margin:0 auto;
	padding: 10px 0;
}
.header .logo{
	float:left;
}
.header .contact{
	float: left;
	margin-left:280px;
}
.header .language{
	float: right;
	padding-top: 30px;
}
.nav{
	background: #1c479c;
}
.nav ul{
	width: 1200px;
	margin:0 auto;
}
.nav li{
	float: left;
	width: 12.5%;
	text-align: center;
	padding: 18px 0;
	position: relative;
}
.nav li:after{
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: rgba(255,255,255,0.2);
	position: absolute;
	top:0;
	right:0;
}
.nav li:last-child:after{
	width: 0;
}
.nav li a{
	color:#fff;
	font-size:18px;
}
.nav li a:hover{
	opacity: 0.9;
}
.nav .sub-menu{
	width: 100%;
	position: absolute;
	top: 60px;
	left:0;
	background: #fff;
	display: none;
	z-index: 400;
}
.nav .sub-menu p{
	height: 36px;
	line-height: 36px;
}
.nav .sub-menu a{
	font-size:14px;
	color:#1c479c;
		display: block;
}
.nav .sub-menu a:hover{
	background: #1c479c;
	color:#fff;

}
.banner{
	width: 100%;
	overflow: hidden;
}
.banner img{
	width: 100%;
}
.banner .pb-con{
	position: relative;
}
.our-advantage{
	background: #004b98 url("../images/rl_60.jpg") center center no-repeat;
	background-size:100% 100%;
}
.our-advantage .oa-wrap{
	padding: 1px;
}
.our-advantage .title{
	text-align: center;
	font-size:30px;
	color:#fff;
	margin:28px 0;
	position: relative;
}
.our-advantage .title:after{
	content: '';
	display: block;
	width:30px;
	height:5px;
	position: absolute;
	transform: translate(-50%,0);
	background: #a72d11;
	bottom: -10px;
	left:50%;
}
.our-advantage .oa-con{
	width: 1200px;
	margin:0 auto 30px;
}
.our-advantage .oa-con .items{
	width: 25%;
	height: 300px;
	float: left;
	padding-left: 37px;
	
	padding-top: 30px;
	padding-bottom: 90px;
	box-sizing: border-box;
	position: relative;
}
.our-advantage .oa-con .items:after{
	content: '';
	display: none;
	width: 1px;
	height: 100%;
	background: #d2dae4;
	position: absolute;
	top:0;
	right:0;
}
.our-advantage .oa-con .items:last-child:after{
	width: 0;
}
.our-advantage .oa-con .items .pic{
	width:40%;
	margin:0 auto 20px;
}
.our-advantage .oa-con .items .pic img{
	width: 100%;
}
.our-advantage .oa-con .items .text{

}
.our-advantage .oa-con .items .text h5{
	font-size:20px;
	margin-bottom: 10px;
	text-align: center;
	color:#fff;
}
.our-advantage .oa-con .items .text p{
	font-size:14px;
	color:#fff;
}
.product-exhibtion{
	background: #fff;
}
.product-exhibtion .title{
	text-align: center;
	padding: 40px 0;
}
.product-exhibtion .title h3{
	font-size:32px;
	color:#1065af;
	margin-bottom: 15px;
}
.product-exhibtion .title p{
	font-size:16px;
	color:#999;
}
.product-exhibtion .px-con{
	width: 1200px;
	margin:0 auto;
	padding-bottom: 40px;
}
.product-exhibtion .px-con .px-nav{
	width: 250px;
	height: 480px;
	background: #eaf3f8;
	float: left;
}
.product-exhibtion .px-con .px-nav li{
	height: 80px;
	line-height: 80px;
	padding-left: 30px;
}
.product-exhibtion .px-con .px-nav li a{
	color:#005d9c;
}
.product-exhibtion .px-con .px-nav li.on{
	background: #005d9c;
	position: relative;
}
.product-exhibtion .px-con .px-nav li.on:after{
	 width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 27px solid #005d9c;
    border-bottom: 20px solid transparent;
    position: absolute;
    top:50%;
    right:-17px;
    content: '';
    transform: translate(0,-50%);
}
.product-exhibtion .px-con .px-nav li.on a{
	color:#fff;
}
.product-exhibtion .px-con .product-list{
	width: 950px;
	float:right;
}
.product-exhibtion .px-con .product-list ul{
	padding-left:4%;
}
.product-exhibtion .px-con .product-list li{
	width: 30%;
	float: left;
	margin-bottom: 20px;
	margin-right:2%;
	text-align: center;
}
.product-exhibtion .px-con .product-list li .pic{
	width: 100%;
	height: 200px;
	background: #f9f9f9;
	position: relative;
	margin-bottom: 10px;
}
.product-exhibtion .px-con .product-list li .pic img{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}
.product-exhibtion .px-con .product-list li p{
	color:#333;
}
.ruili-wrap{

}
.ruili-wrap .rw-con{
	width: 1200px;
	margin:0 auto;
	padding:40px 0;
}
.ruili-wrap .about-ruili{
	float: left;
	width: 403px;
}
.ruili-wrap .about-ruili .title{
	margin-bottom: 20px;
}
.ruili-wrap .about-ruili .title h3{
	font-size:28px;
	color:#005d9c;
}
.ruili-wrap .about-ruili .title span{
	font-size:14px;
	color:#999;
	font-weight: 400;
}
.ruili-wrap .about-ruili .pic{
	
}
.ruili-wrap .about-ruili .pic img{
	width: 403px;
	height: 199px;
}
.ruili-wrap .about-ruili .text{
	background: #fff;
	padding:15px 25px;
	font-size:16px;
	height: 100px;
}
.ruili-wrap .news-list{
	width: 782px;
	float: right;
}
.ruili-wrap .news-list .title{
	margin-bottom: 20px;
}
.ruili-wrap .news-list .title h3{
	font-size:28px;
	color:#005d9c;
}
.ruili-wrap .news-list .title span{
	font-size:14px;
	color:#999;
	font-weight: 400;
}
.ruili-wrap .news-list .news-con{

}
.ruili-wrap .news-list .news-con .items{
	width: 46%;
	margin-right:2%;
	margin-bottom: 25px;
	float: left;
	background: #fff;
	box-sizing: border-box;
	padding:15px;
}
.ruili-wrap .news-list .news-con .items .pic{
	
	float: left;
	margin-right:15px;
}
.ruili-wrap .news-list .news-con .items .pic img{
	width: 114px;
	height: 127px;
	border-radius: 10px;
}
.ruili-wrap .news-list .news-con .items .text{
	width: 200px;
	float: left;
}
.ruili-wrap .news-list .news-con .items .text h4{
	font-size:22px;
	height: 26px;
	overflow: hidden;
	font-weight: normal;
	margin-bottom: 15px;
	color:#333;
}
.ruili-wrap .news-list .news-con .items .text p{
	height: 70px;
	overflow: hidden;
	color:#999;
	line-height: 1.6rem;
	font-size:16px;
}
.news-product-exhibit{
	background: #fff;
}
.news-product-exhibit .npx-con{
	width: 1200px;
	margin:0 auto;
	padding-top: 40px;
}
.news-product-exhibit .npx-con .title{
	margin-bottom: 20px;
}
.news-product-exhibit .npx-con .title h3{
	font-size:28px;
	color:#005d9c;
}
.news-product-exhibit .npx-con .title span{
	font-size:14px;
	color:#999;
	font-weight: 400;
}
.news-product-exhibit .npx-con  .npe-con{
	padding-bottom: 85px;
}
.news-product-exhibit .npx-con  .npe-con .items{
	width: 30%;
	margin-right: 3%;
	float: left;
}
.news-product-exhibit .npx-con  .npe-con .items .pic{
	width: 100%;
	height: 140px;
	overflow: hidden;
	margin-bottom: 20px;
}
.news-product-exhibit .npx-con  .npe-con .items .pic img{
	width: 100%;
	height: 100%;
}
.news-product-exhibit .npx-con  .npe-con .items .text h4{
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 30px;
	color:#333;
}
.news-product-exhibit .npx-con  .npe-con .items .text p{
	font-size: 16px;
}
.footer{
	background: #212121;
	text-align: center;
	color:#ededed;
	padding: 58px 0;
	line-height: 1.6rem;
}
.brand{
	background: #fff;
}
.brand p{
	width: 1200px;
	margin:0 auto;
	padding: 25px 0 20px 35px;
	border-bottom: 1px solid #e6e6e6;
	background: url(../images/about_05.jpg)  center left no-repeat;
	font-size:16px;
}
.brand p a{
	color:#1165af;
}
.brand p label{
	color:#999;
}
.about-wrap{
	background: #fff;
}
.about-wrap .aw-con{
width: 1200px;
	margin:0 auto;
	padding: 30px 0px 80px;
}
.about-wrap .aw-con .about-nav{

}
.about-wrap .aw-con .about-nav a{
	display: inline-block;
	background: #f2f2f2;
	padding:15px 45px;
	margin-right:35px;
	font-size:16px;
	color:#333;
}
.about-wrap .aw-con .about-nav a.on{
	background: #1165af;
	color:#fff;
}
.company-map-wrap{

}
.company-map-wrap h3{
	text-align: center;
	padding: 50px 0;
	font-size:32px;
}
.company-map-wrap .pic{
	margin-bottom:40px;
}
.company-map-wrap .pic img{
	margin:0 auto;
}
.company-map-wrap .text{

}
.company-map-wrap .text .line{
	font-size:18px;
	margin-bottom: 50px;
}
.company-infor h3{
	text-align: center;
	padding: 40px 0;
	font-size:32px;
}
.company-infor .text{
	font-size:16px;
}
.company-infor .text p{
	margin-bottom: 20px;
	text-indent: 2rem;
	line-height: 2.2rem;
	color:#666;
}
.company-infor .pic img{
	margin:0 auto 20px;
}
.honor-list-title h3{
	text-align: center;
	padding: 50px 0;
	font-size:32px;
}
.about-wrap .honor-list{

}
.about-wrap .honor-list .items{
	width: 44%;	
	float: left;
	margin-left:3%;
	margin-bottom: 20px;
	position: relative;
}
.about-wrap .honor-list .items .text{
	width: 100%;
	height: 60px;
	background: #4668ac;
	text-align: center;
	line-height: 60px;
	font-size:20px;
}
.about-wrap .honor-list .items .text a{
	color:#fff;
}
.about-wrap .honor-list .items .pic{
height: 411px;
	background: #eeeeee;
	position: relative;
}
.about-wrap .honor-list .items .pic img{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}
/*联系我们*/
.contact-us{
	background: #fff;
	padding: 30px 0;
}
.contact-us .block{
	width: 1200px;
	margin:0 auto 85px;
}
.contact-us .block h3{
	font-size:24px;
	margin-bottom: 10px;
}
.contact-us .block .item{
	margin-bottom: 30px;
}
.contact-us .block .item p{
	margin-bottom: 5px;
	font-size:16px;
}

/**/
.message-back{
	background: #fff;
}
.message-back .mb-con{
	width: 1200px;
	margin:0 auto;
	padding: 50px 0px 100px 0;
}
.message-back  .input-wrap{
	margin-bottom: 40px;
}
.message-back  .input-wrap label{
	font-size:16px;
	display: block;
	margin-bottom: 10px;
}
.message-back  .input-wrap .input-box{

}
.message-back  .input-wrap .input-box input{
	width: 534px;
	height: 50px;
	background: #f8f8f8;
	border:1px solid #dbdbdb;
	padding: 0px 10px;
	font-family: '微软雅黑';
	font-size:16px;
}
.message-back  .input-wrap  textarea{
	width: 875px;
	height: 170px;
	background: #f8f8f8;
	border:1px solid #dbdbdb;
	padding:10px;
	font-family: '微软雅黑';
	font-size:16px;
}
.message-back  .input-wrap p{
	color:#999;
}
.message-back .btn-wrap{
	padding-left: 605px;
}
.message-back .btn-wrap a{
	background: #1165af;
	width: 300px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	display: inline-block;
	color:#fff;
	font-size:18px;
}
/**/
.news-detail{
	background: #fff;
}
.news-detail .nd-con{
	width: 1200px;
	margin:0 auto;
	padding:20px 0;
}
.news-detail .title{
	text-align: center;
	background: #f1f1f1;
	padding:15px 10px;
	margin-bottom: 20px;
}
.news-detail .title h3{
	font-size:24px;
	font-weight: normal;
	height: 30px;
	overflow: hidden;
	margin-bottom: 10px;
}
.news-detail .title p{
	font-size:16px;
	color:#999;
}
.news-detail .text-con{
	padding:0px 30px;
}
.news-detail .text-con p{
	margin-bottom: 20px;
	line-height: 1.9rem;
	text-indent: 2rem;
	color:#666;
}

/**/
.product-detail{
	background: #fff;
}
.product-detail .pd-con{
	width: 1200px;
	margin:0 auto;
	padding:20px 0;
}
.product-detail .title{
	text-align: center;
	background: #f1f1f1;
	padding:15px 10px;
	margin-bottom: 20px;
}
.product-detail .title h3{
	font-size:24px;
	font-weight: normal;
	height: 30px;
	overflow: hidden;
	margin-bottom: 10px;
}
.product-detail .product-con{
	padding-bottom: 50px;
}
.product-detail .product-con .pic{
	margin-bottom: 30px;
}
.product-detail .product-con .pic img{
	margin:0 auto;
	max-width: 1000px;
}
.product-detail .product-con .table img{
margin:0 auto;
	max-width: 1000px
}
/**/
.company-application-wrap{
	background: #fff;
}
.company-application-wrap .caw-con{
	width: 1100px;
	margin:0 auto;
	padding:20px 0;
}
.company-application-wrap .items{
	background: #f9f9f9;
	margin-bottom: 28px;
	padding: 15px;
	position: relative;
}
.company-application-wrap .items .pic{
	float: left;
}
.company-application-wrap .items .pic img{
	width: 310px;
	height: 210px;
}
.company-application-wrap .items a:hover  .pic{
	opacity: 0.9;
}
.company-application-wrap .items .text{
	padding-left: 23px;
	float:left;
	width: 700px;
	padding-top: 60px;
}
.company-application-wrap .items .text h3{
	margin-bottom: 30px;
}
.company-application-wrap .items  .text a h3{
	font-size: 14px;
	color:#333;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.company-application-wrap .items .text a:hover h3 {
	color: #f39800;
}
.company-application-wrap .items .text p{
	color:#666;
	height: 39px;
	overflow: hidden;
}
.company-application-wrap .items .text p a:hover{
	color:#000;
}
.company-application-wrap .items .text .more{
	width: 30px;
	height: 13px;
	background: url(../images/icon_24.jpg) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: 22px;
	right:30px;
}
.company-application-wrap .items .text a:hover .more{
	background: url(../images/icon_25.jpg) no-repeat;
}
.company-application-wrap .items .date{
	position: absolute;
	top:15px;
	right:30px;
	text-align: center;
}
.company-application-wrap .items .date h4{
	font-size:32px;
	font-weight: 800;
}
.company-application-wrap .items .date p{
	font-size:12px;
	color:#999;
}
.company-application-wrap .items .text .tleft{
	float: left;
	width: 60%;
	color:#666;
	overflow: hidden;
}
.company-application-wrap .items .text .tright{
	float: right;
	width: 40%;
	color:#666;
}
.company-application-wrap .items .seemore{
	position: absolute;
	bottom: 20px;
	right:30px;

}
.company-application-wrap .items .seemore a{
	color:#f39800;
	border:1px solid #f39800;
	padding: 6px 25px;
	border-radius: 25px;
}
.company-application-wrap .items .seemore a:Hover{
	background:#f39800;
	color:#fff;
}
.dcPage{
	text-align: center;
	margin:50px 0px 60px 0;
}
.dcPage a{
	display: inline-block;
	padding:0px 20px;
	height: 45px;
	background: #ebebeb;
	text-align: center;
	line-height: 45px;
	font-size:18px;
	color:#333;
	margin:0px 6px;
}
.dcPage a:hover {
	background: #cacaca;
}
.dcPage a.on{
	background: #212121;
	color:#fff;
}
.company-exhibtion{
	background: #fff;
}
.company-exhibtion .ce-con{
	width: 1200px;
	margin:0 auto;
}

.company-exhibtion .title{
	text-align: center;
	padding: 40px 0;
}
.company-exhibtion .title h3{
	font-size:32px;
	color:#1065af;
	margin-bottom: 15px;
}
.company-exhibtion .title p{
	font-size:16px;
	color:#999;
}
.company-exhibtion .px-con{
	width: 1200px;
	margin:0 auto;
	padding-bottom: 40px;
}
.company-exhibtion .px-con .px-nav{
	width: 250px;
	height: 480px;
	background: #eaf3f8;
	float: left;
}
.company-exhibtion .px-con .px-nav li{
	height: 80px;
	line-height: 80px;
	padding-left: 30px;
}
.company-exhibtion .px-con .px-nav li a{
	color:#005d9c;
}
.company-exhibtion .px-con .px-nav li.on{
	background: #005d9c;
	position: relative;
}
.company-exhibtion .px-con .px-nav li.on:after{
	 width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 27px solid #005d9c;
    border-bottom: 20px solid transparent;
    position: absolute;
    top:50%;
    right:-17px;
    content: '';
    transform: translate(0,-50%);
}
.company-exhibtion .px-con .px-nav li.on a{
	color:#fff;
}
.company-exhibtion .px-con .product-list{
	width: 950px;
	float:right;
}
.company-exhibtion .px-con .product-list ul{
	padding-left:4%;
}
.company-exhibtion .px-con .product-list li{
	width: 30%;
	float: left;
	margin-bottom: 20px;
	margin-right:2%;
	text-align: center;
}
.company-exhibtion .px-con .product-list li .pic{
	width: 100%;
	height: 200px;
	background: #f9f9f9;
	position: relative;
	margin-bottom: 10px;
}
.company-exhibtion .px-con .product-list li .pic img{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}
.company-exhibtion .px-con .product-list li p{
	color:#333;
}
.new-product-recommand{
	background: #fff;
}
.new-product-recommand .npr-con{
	width: 1200px;
	margin:0 auto;
}
.new-product-recommand  .title{
	text-align: center;
	padding: 40px 0;
}
.new-product-recommand .title h3{
	font-size:32px;
	color:#1065af;
}
.new-product-recommand .px-con .product-list{
	width: 1200px;
	padding-bottom: 70px;
}
.new-product-recommand .px-con .product-list ul{
	padding-left:4%;
}
.new-product-recommand .px-con .product-list li{
	width: 30%;
	float: left;
	margin-bottom: 20px;
	margin-right:2%;
	text-align: center;
}
.new-product-recommand .px-con .product-list li .pic{
	width: 100%;
	height: 200px;
	background: #f9f9f9;
	position: relative;
	margin-bottom: 10px;
}
.new-product-recommand .px-con .product-list li .pic img{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	max-width: 100%;
	max-height: 100%;
}
.new-product-recommand .px-con .product-list li p{
	color:#333;
}
.new-product-recommand .px-con .product-list li p:Hover{
	color:#005d9c;
}
table{
 border-collapse:collapse;
}
table,td,tr{
 border:1px solid #000;
}
.news-detail .text-con table p{
 margin-bottom:0;
 line-height:1.3rem;
}
.news-detail .text-con table{
 margin:0 auto
}
.news-detail .text-con p img{
 display:inline;
}
.news-detail .text-con:after {
    content: '';
    display: block;
    height: 0px;
    clear: both;
}