@import url("system.css");
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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;vertical-align:baseline;margin:0;padding:0}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:none}table{border-collapse:collapse;border-spacing:0}

html,body{
	font-family: "微软雅黑",'Microsoft YaHei',Verdana, Arial, Helvetica, sans-serif;
}

a{
text-decoration:none;
}
a:link,a:visited{
color:#000;
}
a:hover{
color:#CC3300;
}
.cmr{
	margin-right: 0 !important;
}
.cBox{
	margin: 0 auto;
	width: 1200px !important;
}
.suitW{
	width: 100%;
	min-width: 1200px;
}
.fr{
	float: right;
}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;}
div[class^="mould"]{
	position: relative;
}
div[class^="mould"] .lines{
	position: absolute;
	left: 50%;
	top: 87px;
	margin-left: -328.5px;
	width: 657px;
}
div[class^="mould"] .lines>*{
	float: left;
	width: 150px;
	height: 4px;
	background: #1078BF;
}
div[class^="mould"] .lines>.rL{
	float: right;
}
div[class^="mould"] h3,div[class^="mould"] h3+small{
	color: #1078BF;
	font-size: 34px;
	text-align: center;
}
div[class^="mould"] h3+small{
	display: block;
	margin-top: 20px;
	color: #333;
}

/*头部(包含导航条)*/
.header{
	height: 114px;
}
.header .logoBox{
	float: left;
	width: 330px;
	margin-top: 22px;
}
.header .logoBox .logo{
	float: left;
	margin-right: 24px;
}
.header .logoBox h1{
	margin: 5px 0 8px 0;
	font-size: 38px;
	color: #0071C1;
	letter-spacing:3px;
}
.header .logoBox h2{
	font-size: 26px;
	color: #ccc;
}
.header .right{
	float: right;
	width: 714px;
}
.header .right .top{
	float: right;
	margin-top: 22px;
	overflow: hidden;
}
.header .right .top>*{
	float: left;
}
.header .right .search input{
	display: block;
	float: left;
	padding-left: 8px;
	width: 238px;
	height: 26px;
	line-height: 26px;
	outline: none;
	border: 1px #ddd solid;
	border-right: 0;
	transition: 0.2s all;
}
.header .right .search input:focus{
	border-color: #0071C1;
}
.header .right .search button{
	display: block;
	float: left;
	width: 56px;
	height: 30px;
	background: #0071C1;
	outline: none;
	border: 0;
	cursor: pointer;
}
.header .right .top .line{
	margin: 4px 8px 0 18px;
	width: 1px;
	height: 20px;
	background: #ccc;
}
.header .right .top .cn,.header .right .top .en{
	display: block;
	font-size: 14px;
	line-height: 30px;
}
.header .right .top .cn{
	height: 20px;
	margin-top: 4px;
	padding-left: 8px;
	border-left: 1px solid #ccc;
	line-height: 20px;
}
.header .right .top .en{
	margin-left: 8px;
}
.header .right .top .weixin,.header .right .top .xinlang{
	margin-top: 4px;
	margin-right: 8px;
}
.navBox{
	position: relative;
	float: right;
	margin-top: 22px;
	width: 816px;
	height: 38px;
}
.navBox .c{
	float: left;
	height: 100%;
}
.navBox .c>a{
	display: block;
	float: left;
	width: 102px;
	height: 100%;
	padding-bottom: 2px;
	line-height: 38px;
	background: transparent;
	color: #333;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.navBox .c:hover>a,.navBox .c>.curthis{
	background: url(../images/navActive.png) no-repeat;
	color: #fff;
}
.navBox .c:hover>.nav2l{
	display: block;
	opacity: 1;
}
.nav2l{
	display: none;
	opacity: 0;
	position: absolute;
	z-index: 999;
	top: 40px;
	right: 0;
	width: 612px;
	/*height: 220px;*/
	border: 0 solid #0071C1;
	border-width: 2px 0;
	background: #0071C1;
	transition: 0.4s opacity;
}
.nav2l .left{
	float: left;
	padding-top: 10px;
	width: 30%;
	/*height: 210px;*/
	/*overflow: hidden;*/
	font-size: 14px;
}
.nav2l .left a{
	display: block;
	margin: 0 auto;
	line-height: 34px;
	padding-left: 20px;
	width: 120px;
	color: #fff;
	background: url(../images/icoon.png) no-repeat 5px center;
	transition: 0.2s all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.nav2l .left a:hover{
	background-position: 10px center;
}

.nav2l .right{
	float: right;
	width: 70%;
	height: 220px;
	padding-left: 16px;
	margin-left: -17px;
	border-left: 1px solid #fff;
}
.nav2l .right img{
	display: block;
	float: left;
	margin-top:42px;
	width: 200px;
	height: 120px;
}
.nav2l .right .text{
	float: left;
	margin-top: 40px;
	margin-left: 35px;
	width: 172px;
}
.nav2l .right h4{
	font-size: 14px;
	color: #ff0;
	line-height: 1.5;
}
.nav2l .right p{
	margin-top: 4px;
	height: 120px;
	color: #fff;
	font-size: 12px;
	line-height: 1.72;
	overflow: hidden;
}

/*首页banner*/
.banner{
	position: relative;
	height: 600px;
	overflow: hidden;
}
.banner img{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -980px;
}
.banner ul{
	position: absolute;
	top: 570px;
	left: 50%;
	margin-left: -27px;
}
.banner ul li{
	float: left;
	margin-right: 5px;
	width: 13px;
	height: 13px;
	background: #fff;
	border-radius: 13px;
	cursor: pointer;
}
.banner ul .active{
	background: #065190;
}

/*模块1*/
.mould1{
	padding-top: 60px;
	height: 725px;
}
.mould1 .summary{
	text-align: center;
	margin: 40px 0 63px 0;
	font-size: 14px;
	color: #333;
}
.mould1 .content>*{
	float: left;
	margin-right: 5px;
	height: 492px;
	color: #fff;
}
.mould1 .content a{
	color: #eee;
}
.mould1 .content a:hover{
	color: #fff;
}
.mould1 .content .left{
	padding: 0 43px;
	width: 246px;
	background: url(../images/bg1.jpg);
}
.mould1 .content .left h4{
	margin: 54px 0 98px 0;
	font-size: 20px;
	text-align: center;
}
.mould1 .content .left p{
	margin-bottom: 142px;
	font-size: 14px;
	line-height: 1.8;
}
.mould1 .content .left .more{
	display: block;
	width: 123px;
	height: 35px;
	margin: 0 auto;
	line-height: 35px;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	font-size: 12px;
}
.mould1 .content .left .more:hover{
	background: #fff;
	color: #227EC4;
}
.mould1 .content .middeo{
	width: 321px;
}
.mould1 .content .middeo>*{
	margin-bottom: 3px;
}
.mould1 .content .middeo img{
	display: block;
}
.mould1 .content .middeo .certificate{
	display: block;
	height: 162px;
	background: #1078BF;
}
.mould1 .middeo .certificate img{
	float: left;
	padding: 34px 0 0 38px;
}
.mould1 .middeo .certificate .text{
	margin: 55px 44px 0 0;
	float: right;
	line-height: 1.3;
}
.mould1 .middeo .aboutUs{
	display: block;
	height: 162px;
	background: #1E99EC;
}
.mould1 .middeo .aboutUs .text{
	float: left;
	margin: 66px 0 0 44px;
	background: #1E99EC;
}
.mould1 .middeo .aboutUs img{
	float: right;
	margin: 43px 56px 0 0;
}
.mould1 .content .right{
	padding-left: 27px;
	width: 510px;
	background: #1078BF;
}
.mould1 .content .mt30{
	margin-top: 30px;
	overflow: hidden;
}



.mould1 .content .mt30>*{

}

.mould1 .content .mt30 ul{ height:40px;
margin:0;
padding:0;}
.mould1 .content .mt30 ul li{
	float: left;
	margin:0; 
	padding:0;
	margin-right: 38px;
	text-align: center;
	cursor: pointer;
	font-size: 18px;
	background:none;
	border:0;
}
.mould1 .content .mt30 ul li a{ display:block;	width: 152px;
	height: 37px;
	line-height: 37px;
	border: 1px solid #fff;
	border-radius: 37px;}
.mould1 .content .mt30 ul li a:hover{background: #09c;}


.mould1 .content .article{
	margin-top: 45px;
	width: 500px;
}
.mould1 .content .article img{
	float: left;
	margin-right: 20px;
}
.mould1 .content .article .text{
	font-size: 14px;
}
.mould1 .content .article .text h4{
	padding-top: 4px;
}
.mould1 .content .article .text p{
	margin-top: 28px;
	line-height: 1.55;
}
.mould1 .content ul{
	float: left;
	margin-top: 42px;
	width: 472px;
	height: 182px;
	overflow: hidden;
	font-size: 14px;
}
.mould1 .content ul li{
	padding-left: 18px;
	height: 34px;
	line-height: 34px;
	border-bottom:1px dashed #fff;
	background: url(../images/img5.png) no-repeat 5px;
}
.mould1 .content ul li span{
	float: right;
	font-size: 12px;
	color: #ccc;
}
.mould1 .content ul .bbw0{
	border-bottom-width: 0;
}

/*模块2*/
.mould2{
	height: 700px;
	background: url(../images/bg2.jpg) center;
}
.mould2 .lines>*{
	background: #fff !important;
}
.mould2 h3,.mould2 h3+small{
	color: #fff !important;
}
.mould2 h3{
	padding-top: 62px;
}
.mould2 .summary{
	margin-top: 30px;
	text-align: center;
	color: #fff;
}
.mould2 .summary span{
	display: block;
	margin-top: 20px;
	font-size: 12px;
}
.mould2 ul{
	margin-top: 56px;
}
.mould2 ul li{
	float: left;
	margin-right: 13px;
	width: 290px;
	height: 356px;
	color: #333;
	background: #e3e3e3;
	text-align: center;
	transition: 0.2s all;
}
.mould2 ul li .img{
	margin: 20px auto 24px auto;
	width: 112px;
	height: 112px;
}
.mould2 ul .l1 .img{
	background: url(../images/img6.png) no-repeat;
}
.mould2 ul .l2 .img{
	background: url(../images/img7.png) no-repeat;
}
.mould2 ul .l3 .img{
	background: url(../images/img8.png) no-repeat;
}
.mould2 ul .l4 .img{
	background: url(../images/img9.png) no-repeat;
}
.mould2 ul .l1:hover .img{
	background: url(../images/img6-on.png) no-repeat;
}
.mould2 ul .l2:hover .img{
	background: url(../images/img7-on.png) no-repeat;
}
.mould2 ul .l3:hover .img{
	background: url(../images/img8-on.png) no-repeat;
}
.mould2 ul .l4:hover .img{
	background: url(../images/img9-on.png) no-repeat;
}
.mould2 ul li h4{
	width: 220px;
	height: 60px;
    margin: 0 auto;
	font-size: 22px;
    line-height: 1.4;
}
.mould2 ul li p{
	margin-top: 16px;
	height: 38px;
	font-size: 14px;
	line-height: 1.4;
	color: #666;
	overflow: hidden;
}
.mould2 ul li .more{
	display: inline-block;
	margin-top: 30px;
	padding: 8px 20px;
	font-size: 12px;
	color: #333;
	border: #076FC2 1px solid;
}
.mould2 ul li:hover{
	background: #076FC2;
}
.mould2 ul li:hover *{
	color: #fff;
}
.mould2 ul li:hover>.more{
	border-color: #fff;
	color: #fff;
}

/*模块3*/
.mould3{
	height: 915px;
	background: url(../images/bg3.jpg);
}
.mould3 .lines{
	top: 114px !important;
}
.mould3 h3{
	padding-top: 72px;
}
.mould3 .summary{
	margin-top: 38px;
	text-align: center;
	font-size: 18px;
	color: #333;
}
.mould3 .summary span{
	display: block;
	margin-top: 18px;
	font-size: 12px;
}
.mould3 ul{
	margin: 0 auto;
	margin-top: 10px;
	width: 1142px;
}
.mould3 ul li a{
	color: #1078BF;
}
.mould3 ul li{
	float: left;
	margin-top: 30px;
	margin-right: 10px;
	width: 272px;
	height: 262px;
	text-align: center;
}
.mould3 ul li .img{
	width: 272px;
	height: 220px;
	margin-bottom: 14px;
	overflow: hidden;
}
.mould3 ul li img{
	width: 100%;
	height: 100%;
	transition: 0.4s all;
}
.mould3 ul li img:hover{
	transform: scale(1.05);
}

/*脚部*/
.footer{
	padding-top: 42px;
	height: 348px;
	background: #0071C1;
	color: #fff;
}
.footer .map{
	background: url(../images/map.png) no-repeat right 44px;
}
.footer a{
	color: #fff;
}
.footer .table {
	height: 278px;
}
.footer .table li {
	float: left;
	padding-left: 10px;
	width: 125px;
	height: 200px;
}
.footer .table li>h4 {
	margin-bottom: 32px;
	font-size: 16px;
	font-weight: 600;
}
.footer .table li>h4~p {
	margin-bottom: 8px;
	font-size: 12px;
	line-height: 2;
}
.footer .right{
	padding-left: 40px;
	width: 424px;
	float: right;
	height: 210px;
	border-left: 1px #8FC1E4 solid;
}
.footer .bottom{
	height: 75px;
	background: #0062AA;
	font-size: 14px;
}
.footer .bottom .fl{
	float: left;
	margin-top: 20px;
	line-height: 1.4;
}
.footer .bottom .f12{
	font-size: 12px;
}
.footer .bottom .fr{
	float: right;
	margin-top: 20px;
}


/*内页样式*/
.c-banner{
	height: 300px;
}

.column{
	min-height: 70px;
	background: #eee;
}
.column .cBox{
	position: relative;
	overflow: hidden;
}
.column h2{
	float: left;
	padding-left: 10px;
	font-size: 24px;
	color: #333;
	line-height: 70px;
}
.column ul{
	/*position: absolute;*/
	/*top: 0;*/
	/*right: 0;*/
	float: right;
	max-width: 930px;
	height: 76px;
	overflow: hidden;
}
.column ul li{
	float: left;
	width: 145px;
	padding: 0 5px;
	height: 76px;
	line-height: 70px;
	font-size: 14px;
	text-align: center;
	color: #666;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.column ul li:hover,.column ul .active{
	background: url(../images/pageNav.png);
	color: #fff;
}

.crumbsNav{
	margin-top: 54px;
	height: 75px;
	color: #333;
	line-height: 75px;
}
.crumbsNav .cBox{
	height: 100%;
	border-top: 1px dashed #999;
}
.crumbsNav h3{
	float: left;
	padding-left: 50px;
	background: url(../images/img19.png) no-repeat 10px center;
	font-weight: 500;
	font-size: 18px;
}
.crumbsNav .crumbs{
	float: right;
	padding-left: 26px;
	background: url(../images/img18.png) no-repeat 0 center;
	font-size: 14px;
}
.crumbsNav .current{
	color: #08a3d1;
}

.pagetlt{
	height: 40px;
}
.pagetlt .cBox{
	border-bottom: 1px solid #ccc;
	height: 100%;
	overflow: hidden;
}
.pagetlt h1{
	display: none;
	text-align: center;
	font-size: 24px;
	line-height: 1.4;
}
.pagetlt .date{
	float: left;
	padding-left: 20px;
	background: url(../images/date.png) no-repeat 0 center;
	font-size: 14px;
	line-height: 20px;
	color: #888;
}
.pagetlt .btns {
	float: right;
}
.pagetlt .btns img {
	margin-right: 4px;
}

.textContent{
	padding: 30px 0 50px 0;
	line-height:180%;
	overflow: hidden;
}

.submenu{ float:left;width:100%; height:auto; text-align:right; line-height:180%; font-size:14px; padding:10px 0;}

.sw{ display:block;}
.hd{ display:none;}


#wechat,#mobile{
background:#fff;
width:135px;
padding:0 10px;
height:210px;
line-height:180%;
position:absolute;
text-align:center;
border:1px solid #ccc;
z-index:99999999;
font-size:12px;
right:0;
}

.products-li img:hover{
	border: 1px solid #0071C1 !important;
}
.proleft{
	width: 402px;
}
.boxpic ul li{
	width: 100% !important;
}
.boxpic ul li div{
	width: 74% !important;
}
.boxpic ul li img{
	width: 260px !important;
}
.products-li img{
	-moz-filter:saturate(50%);
	-webkit-filter:saturate(50%);
	filter:saturate(50%);
	transition: 0.4s all;
}
.products-li img:hover{
	-moz-filter:saturate(105%);
	-webkit-filter:saturate(105%);
	filter:saturate(105%);
}
.newslist_icon{
	left: 20px !important;
    top: 20px !important;
    background: #0071C1 !important;
    border-radius: 100%;
}
.coverleftright a{
	color: #000 !important;
}
.singeler img{
	border-color: #0071C1 !important; 
}
.singeler h1{
	font-size: 16px !important;
}
/*.bdshare_popup_box,.bdshare_popup_bg{
	left: 930px !important;
}*/


.download{width:100px; height:24px; background:url(../images/dowa.gif) no-repeat 0 0; display:block; margin-top:5px;color:#FFF; text-align:center;}
.download a,.download a:link,.download a:visited{ color:#FFF;display:block; font:bold 12px/24px "微软雅黑",'Microsoft YaHei',Verdana, Arial, Helvetica, sans-serif;; }
.download a:hover{background:url(../images/dowahover.gif) no-repeat 0 0; text-decoration:none;}