body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFFFFF;
}

p {
	line-height: 0;
}
a{
	color:#333;
	text-decoration: none;
}

.top {
	width: 1200px;
	margin:30px auto;
}

.logo {
	width: 560px;
	float: left;
	text-align: left;
}


.c {
	clear: both;
}

/* 菜单 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	box-sizing: border-box;
	font-family: arial;
}

.menu {
	margin: 0 auto;
	width:800px;
	height: 50px;
	line-height: 50px;
}

.menu * {
	box-sizing: border-box;
}

.menu .center {
	width: 1000px;
}

.menu .ul-list {
	display: flex;
}

.menu .ul-list>li {
	flex: 1;

	position: relative;
	height: 50px;
	line-height: 50px;
}

.menu .ul-list>li:last-child {
	border-right: none;
}

.menu .ul-list>li>a {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:20px;
	text-decoration: none;
	color: #200f61;
	font-weight: bold;
}
.menu .ul-list>li>a:hover{
	background: #05009f;
	color: #fff;
}

.menu .ul-list>li>span {
	color: #fff;
	font-size: 16px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #222;
}

.menu .ul-list>li:hover .ol-list {
	display: block;
}

.menu .ol-list {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 999;
	background: #333;
	width: 100%;
}

.menu .ol-list>li>a {
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	height:50px;
	display: flex;
	align-items: center;
	border: 1px solid #969696;
	border-top: none;
	justify-content: center;
}

.menu .ol-list>li>a:hover {
	background: #222;
}

/* 菜单 */
/* chanpp */
.title{
	width: 333px;
	margin: 40px auto 0;
}
.title p{
	text-align: center;
	color: #333333;
	font-size: 24px
}
.prolist{
	width: 1200px;
	height: 60px;
	margin: 30px auto 25px auto;

}
.prolist li{
	 width: 192px;
	 float: left;
	 margin-right: 60px;
}
.prolist li:nth-child(5){
	margin-right: 0px;
}
.prolist li a{
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	background:#0a0945;
	width: 192px;
	height: 52px;
	line-height: 52px;
	margin-top: 10px;
}
.prolist li a:hover{
	color: #fff;
	background: #0026a1;
}

.prolist li.on a{
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	background:#0026a1;
	width: 192px;
	height: 52px;
	line-height: 52px;
	margin-top: 10px;
}
.prolist li.on a:hover{
	color: #fff;
	background: #0026a1;
}



.prolist2{
	width: 1200px;
	margin: 0 auto;

}
.prolist2 li{
	
	 float: left;
	 margin-right: 25px;
	 margin-top: 10px;
	width:150px;
}
.prolist2 li:nth-child(7n){
	margin-right: 0px;
}
.prolist2 li a{
	display: block;
	text-decoration: none;
	color: #999;
	font-size: 16px;
	border: #666 2px solid;	
	height: 42px;
	line-height: 42px; text-align:center;
}
.prolist2 li a:hover{
	color: #fff;
	background: #0026a1;
}



.prolist2 li.child a{
	display: block;
	text-decoration: none;
	color: #0026a1;
	font-size: 16px;
	border: #0026a1 2px solid;	
	height: 42px;
	line-height: 42px; text-align:center;
}
.prolist2 li.child a:hover{
	color: #0026a1;
	background: #fff;
}
.prolist2 li.child2 a{
	display: block;
	text-decoration: none;
	color: #0026a1;
	font-size: 16px;
	border: #0026a1 2px solid;	
	height: 42px;
	line-height: 42px; text-align:center;
}
.prolist2 li.child2 a:hover{
	color: #0026a1;
	background: #fff;
}



.prolist2 li.on a{
	display: block;
	text-decoration: none;
	font-size: 16px;
	border: #0026a1 2px solid;
	color: #fff;
	background: #0026a1;	
	height: 42px;
	line-height: 42px; text-align:center;
}
.prolist2 li.on a:hover{
	color: #fff;
	background: #0026a1;
}

.prolist2 li.on2 a{
	display: block;
	text-decoration: none;
	font-size: 16px;
	border: #0026a1 2px solid;
	color: #fff;
	background: #0026a1;	
	height: 42px;
	line-height: 42px; text-align:center;
}
.prolist2 li.on2 a:hover{
	color: #fff;
	background: #0026a1;
}





.proimg{
	width: 1200px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 40px;
}
.proimg li{
	float: left;
	margin-right: 63px;
	margin-top: 20px;
	
}
.proimg li:nth-child(3n){
	margin-right: 0;
}

.proimg li img{
border: #999 1px solid;
	
}
.proimg li a:hover img{
	border: #bbbaba 1px solid;
	
}
.proimg li p{
	height: 51px;
	background: url(../images/chanpbj.jpg) no-repeat left top;
	padding-top: 15px; font-size:16px;
}
.proimg li a{
	text-decoration: none;
	color:#333;
}
.proimg li a:hover{
	color: #f27600;
}
.proimg li a:hover p{
	background: url(../images/chanpbjh.jpg) no-repeat left top;
}







.proimg2{
	width: 1200px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 40px;
}
.proimg2 li{
	float: left;
	margin-right: 25px;
	margin-top: 20px;
	
}

.proimg2 li img{
border: #999 1px solid;
	
}
.proimg2 li a:hover img{
	border: #bbbaba 1px solid;
	
}
.proimg2 li p{
	height: 51px;
	background: url(../images/chanpbj.jpg) no-repeat left top;
	padding-top: 15px;
}
.proimg2 li a{
	text-decoration: none;
}
.proimg2 li a:hover{
	color: #f27600;
}
.proimg2 li a:hover p{
	background: url(../images/chanpbjh.jpg) no-repeat left top;
}
.more2{
	
	margin: 30px auto 0;
	text-align: center;
	
}
.more2 a{
	color: #00239f;
	border: #00239f 1px solid;
	padding: 10px 50px;
}
.more2 a:hover{
	color: #fb9700;
	border: #fb9700 1px solid;
	padding: 10px 50px;
}
/* chanpp */
/* 经验 */
.bj01{
	background: url(../images/bj01.jpg) no-repeat center top;
	height: 155px;
	margin-top: 50px;
}
.bj02{
	background: url(../images/bj02.jpg) no-repeat center top;
	height: 306px;
	
}
.w1200{
	width:1200px;
	margin: 0 auto;
	text-align: left;
}

.jytitle{
	font-size: 28px;
	color: #004b9f;
	font-weight: bold;
}
.jyen{
	font-size: 14px;
	font-weight: bold;
	color: #cccccc;
	padding-top: 16px;
	padding-bottom: 35px;
	text-transform: uppercase;
}
.jyline{
	height: 2px;
	background: #cccccc;
	width: 505px;
	margin-bottom: 30px;
}

.jyneir p{
	background: url(../images/hdian.png) no-repeat left 8px;
	margin-top: 20px;
	padding-left: 18px;
	color: #2c2c2c;
	font-size: 16px;
	line-height: 25px;
}
.bj03{
	background: url(../images/bj03.jpg) no-repeat center top;
	height: 315px;
}
.bj04{
	background: url(../images/bj04.jpg) no-repeat center top;
	height: 85px;
}
.bj05{
	background: url(../images/bj05.jpg) no-repeat center top;
	height: 298px;
}
.bj06{
	background: url(../images/bj06.jpg) no-repeat center top;
	height: 426px;
}
/* 关于我们 */
.about{
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	line-height: 24px;
	font-size: 16px;
	color: #666666;
	margin-top: 30px;
}
.abouttp{
	width: 1200px;
	margin: 40px auto;
}
.abouttp li{
	float: left;
	margin: 4px;
}
/* news */
.news{
	background: url(../images/newsbj.jpg) no-repeat center top #fff;

	margin-top: 60px;
	margin-bottom: 60px;
}
.news ul{
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
}
.news li{
	width: 378px;
	float: left;
	border: #bbbaba 1px solid;
	margin-right: 30px;
	margin-top: 20px;
	text-align: left;
	
}

.news1{
	margin-top: 0;
	margin-bottom: 60px;
}
.news1 ul{
	width: 1200px;
	margin: 0 auto;
	margin-top: 0;
}
.news1 li{
	width: 378px;
	float: left;
	border: #bbbaba 1px solid;
	margin-right: 30px;
	margin-top: 20px;
	text-align: left;
	
}
.news1 li:nth-child(3n){
	margin-right: 0;
}
.newsnr2 p:nth-child(1){
	font-size: 16px;
}
.newsnr2 p:nth-child(2){
	font-size: 12px;
}
.newsnr2 p:nth-child(3){
	font-size: 16px;
	line-height:25px; height:125px; overflow:hidden;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:5; 
}

.news li:nth-child(3n){
	margin-right: 0;
}
.newsnr2{
	padding: 10px;
	line-height: 26px;
}

.newsnr2 a{
	font-size:16px; font-weight:bold;
}
.newsbt{
	
}
.newsbt a{
	display: block;
	background: url(../images/news.jpg) no-repeat center top;
	width: 378px;
	height: 36px;
	color: #ecedf0; font-size:16px;
}
.newsbt a:hover{
	color: #00239f;
	background: url(../images/newsh.jpg) no-repeat center top;
}

/* foot */
.foot{
	background: #0a0945;
	height: 360px;
	margin-top: 40px;
}

.ft li{
	float: left;
	text-align: left;
	border-left: #3b3a6a 1px solid;
	padding: 50px 70px 50px;
	height: 308px;
}
.ft .ftbiaoti{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.ft li p{
	padding-top: 20px;
	color: #fff;
}
.ft li a{
	color: #fff;
	font-size: 16px;
	padding-right: 50px;
}
.ft li a:hover{
	color: #ff9c53;
}

/* foot */
/* 产品页面 */
.proleft{
	width: 222px;
	float: left;
	margin-top: 60px;
}
.protitle{
	background: url(../images/protitle.jpg) no-repeat left top;
	height: 110px;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	padding-top: 25px;
	margin-bottom: 10px;
}
.contect{
		width: 940px;
		float: right;
		margin-top: 60px;
}
.proleftlist li{
	background: #f0f0f0;
	
	margin-top: 5px;
	text-align: left;
	
}
.proleftlist li a{
	display: block;
	padding-left: 20px;
	height: 50px;
	line-height: 50px;
	width: 222px;
}
.proleftlist li a:hover{
	color: #3783c3;
}
.erji a{
	color: #3783c3;
}
.proleftlist .erji div a{
	background: #fff;
	height: 50px;
	line-height: 50px;
	border-bottom: #D4D4D4 1px dashed;
	padding-left: 50px;
	color: #999999;
}
.proleftlist .erji div a:hover{
	color: #3783C3;
}
.title01{
	color: #020110;
	font-size: 18px;
	border-left: #3783c3 5px solid;
	text-align: left;
	margin-top: 42px;
	padding-left: 10px;
}
/* zuobian */
.contitle{
	background: url(../images/proline.jpg) no-repeat left bottom;
	height: 45px;
	color: #020110;
	font-size: 28px;
	text-align: left;
}
.contitle span{
	display: block;
	float: right;
	font-size: 14px;
	color: #666666;
	padding-top: 15px;
}
.contitle span a{
	color: #666666;
}
.contitle span a:hover{
	color: #3783c3;
}
.contect .newsnr{

	padding: 10px;
	 box-shadow: 0px 0px 5px #d4d4d4;
	 margin-top: 15px;
}
.contect .newstup{

	float: left;
}
.contect .newswz{

	float: right;
	text-align: left;
}
.zuo{
	float: left;
}
.you{
	float: right;
}
.contect li{
	margin-top: 20px;
	float: left;
	margin-right: 35px;
}
.contect li:nth-child(3n){
	margin-right: 0px;
}
.contect li img{
	border: #fff 1px solid;
	
}
.contect li a:hover img{
	border: #f27600 1px solid;
	
}
.contect li p{
	margin-top: 10px;
	margin-bottom: 10px;
}
.contect li a{
	text-decoration: none;
}
.contect li a:hover{
	color: #f27600;
}
/* zuobian */


/* 产品页面 */

.neirong{
	padding: 30px 0;
	line-height: 28px;
	font-size: 20px;
	color: #666;
	font-weight:normal;
	text-align: left;
}
.biaoti{
	font-size: 28px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 60px;
}


 .footer_left{
	width: 600px;
	font-size: 18px;
	color:#333;
	line-height: 25px;
	float: left;
	padding-bottom: 20px;
	text-align: left;
	padding-top: 40px;
}
.footer_left h2{
	margin-bottom: 10px;
}
.footer_left p{
	margin-bottom: 10px;
	line-height:40px;
}
.footer_left a{
	color: #333;
}
.footer_left a:hover{
	color: #006FCE;
}


 .footer_right{
	width: 500px;
	float: right;
margin-top: 20px;
}

 .footer_right form {
	margin-top: 20px;
}
.footer_right form ::-webkit-input-placeholder{
	color: #333;
}
.footer_right form ::-moz-input-placeholder{
	color: #333;
}
.footer_right form ::-ms-input-placeholder{
	color: #333;
}
 .footer_right form ::-webkit-textarea-placeholder{
	color: #333;
}
.footer_right form ::-moz-textarea-placeholder{
	color: #333;
}
.footer_right form ::-ms-textarea-placeholder{
	color: #333;
}
.footer_right form input{
	background: none;
	width: 94%;
	line-height: 35px;
	border:1px #D4D4D4 solid;
	margin-bottom: 5px;
	padding-left: 2%;
	color: #999; font-size:16px;
}
.footer_right form textarea{
	width: 94%;
	height: 60px;
	background: none;
	border:1px #D4D4D4 solid;
	margin-bottom: 10px;
	padding-left: 2%;
	color: #999; font-size:16px;
}
button {
    background: #0026a1;
    width: 94%;
    line-height: 40px;
    border: 1px #0026a1 solid;
    color: #fff;
    font-size: 16px;
    border: 0;
	}
button:hover{
	background: #f27600;
	cursor: pointer;
}
	.sel{
		color: #000;
		font-size: 20px;
		width: 1200px;
		margin: 0 auto;
		padding-left:45px;
		text-align: left;
		background:#fff url(../images/position.png) no-repeat 5px center;
		height: 63px;
		line-height: 63px; font-weight:bold;
	}
	.sel span{
		margin-left: 10px; font-weight:bold; color: #000;
	}
	.sel a{
		color: #000;
		padding-right: 10px; font-weight:bold;
	}
	.sel a:hover{
		color: #0026a1; font-weight:bold;
	}
.bq{padding-top: 20px; color: #fff;}
.bq a{color:#fff; text-decoration:none;}