@charset "utf-8";
html,body{
	height:100%;
	padding:0px;
	margin:0px;
	min-width: 1200px;
	font:14px 微软雅黑;
	color:#444;
}
a{
	text-decoration: none;
	outline: none;
	color: #000;
	transition: 0.2s;
}
p{
	text-align: justify;
	text-justify:inter-ideograph;
	margin: 0;
}
li{list-style-type: none;
	vertical-align: top;
	margin: 0;
	padding:0;
}
ul{margin: 0;
	padding: 0;
}
img{
	margin: 0;
	padding: 0;
}
img{
	border: 0;
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

.fl {
	float:left;
}
.fr {
	float:right;
}
.clear{
	clear:both;
}
.w0{
	width: 100%;
	overflow：hidden;
}
.w1{
	width: 100%;
	clear：both;
}
.w1100{
	width: 1100px;
	margin:0 auto;
}
.w1200{
	width: 1200px;
	margin:0 auto;
}
.w1400{
	width: 1400px;
	margin:0 auto;
}
.w1350{
	width: 1350px;
	margin:0 auto;
}
.w1140{
	width: 1140px;
	margin:0 auto;
}

/*header srart*/
.head{
	width: 100%;
	z-index: 99999999999;
	background: #fff;
	border-bottom: 5px solid #2A58C7;
}

.head .head_top{
	height: 35px;
	background: #efefef;
	line-height: 35px;
	border-bottom: 1px solid #dfdfdf;
}
.head .head_top a{
	padding: 0 15px;
}
.head .head_top a:nth-child(3) {
	padding-right: 0px;
}


.head .head_body{
	height: 100px;
}
.head .head_body .logo{
	width: 500px;
	background: #fff;
}
.head .head_body .logo img{
	margin: 10px 0;
}
.head .head_body .logo_zi{
	padding: 10px;
}
.head .head_body .logo_zi p{
	font-size: 30px;
	color: #444;
	font-weight: bold;
	line-height: 80px;
	font-family: 宋体;
}

.head .head_body .head_nav ul li{
	padding: 0 15px;
	float: left;
	margin-top: -10px;
}
.head .head_body .head_nav ul li a{
	line-height: 100px;
	position: relative;
	top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
}
.head .head_body .head_nav ul li a:hover{
	color: #2A58C7;
	border-bottom: 5px solid #2A58C7;
}
/*header end*/

/*banner srart*/
.flexslider {
	margin: 0px auto 0px;
	position: relative;
	width: 100%;
	height:550px;
	overflow: hidden;
	zoom: 1;
}
.flexslider .slides li {
	width: 100%;
	height: 100%;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: rgba(0,0,0,0.3);
	display: block;
	height: 10px;
	overflow: hidden;
	text-indent: -99em;
	width: 10px;
	cursor: pointer;
	-webkit-transition: all 0s ease;
	border-radius: 10px;
}

.flex-control-paging li a.flex-active,.flex-control-paging li.active a{
	background: #2A58C7;
}

.flexslider .slides a img {
	width: 100%;
	height: 550px;
	display: block;
}
/*banner end*/

/*company srart公司介绍*/
.company{
	padding:40px 0 20px 0;
	background: url(../images/combg1.jpg) no-repeat center bottom;
}
.company .title{
	padding-left: 70px;
	width:190px;
	margin:0 auto;
	background: url(../images/comtit.png) no-repeat center left;
}
.company .title b{
	font-size: 26px;
	color: #444;
}
.company .title p{
	font-size: 15px;
	color: #888;
	position: relative;
	top: 2px;
}

.company .com_body{
	padding: 20px 0 0 0;
	width:1000px;
}
.company .com_body b{
	padding-left: 410px;
	font-size: 18px;
	color: #333;
}
.company .com_body p{
	text-indent: 2em;
	line-height: 180%;
}
.company .com_body a{
	display: block;
	width: 110px;
	height: 35px;
	background: #2A58C7;
	color: #fff;
	line-height: 35px;
	text-align: center;
	margin-top: 45px;
}
.company .com_body a:hover{
	background: #2A58C7;
}
.company .com_body  ul{
	border-radius: 10px;
	/*border:1px dashed #aaa;*/
	padding:10px 5px;
	margin: 15px auto;
	width: 700px;
	font-size: 17px;
}
.company .com_body  ul li{
	height:25px;
	line-height:25px;
	color: #333;
	width: 400px;
}
/*company end*/

/*product srart*/
.product{
	margin-top: 20px;
	padding: 20px 0;
}
.product .list{
	padding: 5px 0 30px;
	position: relative;
	text-align: center;
	border-bottom: 1px solid #2A58C7;
}
.product .list b{
	padding: 5px 45px;
	margin: 0 10px;
	background: #2A58C7;
	line-height: 35px;
	color: #fff;
	font-size: 20px;
}
.product .list a{
	display: inline-block;
	width: 170px;
	margin: 10px 10px 0;
	height: 35px;
	background: #888;
	line-height: 35px;
	color: #fff;
	font-size: 18px;
}
.product .list a:hover{
	background: #2A58C7;
}

.product .pro_body{
	padding: 0 0 0 15px;
}
.product .pro_body ul li{
	float: left;
	margin-left: 25px;
	margin-top: 30px;
}
.product .pro_body ul li:nth-child(1) {
	margin-left: 0;
}
.product .pro_body ul li:nth-child(5) {
	margin-left: 0;
}
.product .pro_body ul li > a {
	display: block;
	padding: 6px;
	box-shadow: 0 10px 15px 0 #aaa;
}
.product .pro_body ul li .img{width: 260px;height: 195px;overflow: hidden;}
.product .pro_body ul li .img img{ width: 260px; height: 195px; display: block;-moz-transition:.5s ease-in;-webkit-transition:.5s ease-in;-o-transition:.5s ease-in;-ms-transition:.5s ease-in;transition:.5s ease-in;}
.product .pro_body ul li .img img:hover { transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1)}

.product .pro_body ul li p{
	width: 260px;
	height: 35px;
	background: #ddd;
	line-height: 34px;
	text-align: center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color:#000;
}
.product .pro_body ul li:hover .img{
	/*border:1px solid #2A58C7;*/
}
.product .pro_body ul li:hover p{
	background: #2A58C7;
	color:#fff;
}
/*product end*/
.honorlist{ width: 100%; height: auto;}
.honorlist li:nth-child(1){box-shadow:none;}
.honorlist li{width:320px;height:240px;margin:20px 40px; float: left; box-shadow: 0 0 10px 0 #ccc;}
.honorlist li img{ width: 320px; height: 240px;}
/*display srart资质荣誉*/
.display{
	background: url(../images/honorbg.jpg) no-repeat center;
	margin-top: 20px;
	padding: 30px 0;

}
.display .dis1{
	width: 1100px;
	height: 250px;
}
.dis1_bg{
	background: url(../images/disbg1.png) no-repeat center;
	width: 320px;
	height: 250px;
}
.display .dis2 .dis2_bg{
	background: url(../images/disbg2.png) no-repeat center;
	width: 350px;
	height: 250px;
}
.dis1_bg b{
	line-height: 150px;
	font-size: 26px;
	color: #444;
	padding-left: 100px;
}
 .dis1_bg p{
	margin: -30px 0 0 113px;
}
.dis1_bg p a{
	color: #888;
	padding: 5px 10px;
	border-radius: 5px;
	border: 1px dashed #888;
}
.dis1_bg p a:hover{
	color: #fff;
	background:#2A58C7;
	border: 1px solid #2A58C7;
}
.display .dis2{
	width: 1100px;
	height: 250px;
	margin-top: 20px;
}
.display .dis2 p{
	font-size: 16px;
	color: #444;
	width: 239px;
	height: 150px;
	float: right;
	text-indent: 2em;
	padding: 30px 50px 0 0;
}
.display .dis2 a{
	font-size: 18px;
	color: #777;
	float: right;
	margin: 20px 50px 0 200px;
}
.display .dis2 a:hover{
	color:#2A58C7;
}
.display .dis_r{
	width: 510px;
	height: 510px;
}
.display .dis_r .dis_tit{
	height: 50px;
	background: #2A58C7;
	margin-bottom: 10px;
}
.display .dis_r .dis_tit b{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 50px;
	margin-left: 30px;
}
.display .dis_r .dis_tit a{
	line-height: 50px;
	float: right;
	margin-right: 30px;
	color: #fff;
}
.display .dis_r .dis_body{
	background-color: #ddd;
}
.display .dis_r .dis_body a{
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em;
}
.display .dis_r .dis_body span{
	float: right;
	padding-right: 30px;
}
.display .dis_r .dis_body a:hover{
	color: #2A58C7;
}
/*display end*/

/*new srart*/
.new{
	margin-top: 20px;
	padding: 20px 0;
}
.new .new_tit{
	background: url(../images/newbg.png) no-repeat;
	height: 70px;
}
.new .new_tit b{
	font-size: 26px;
	color: #444;
	line-height: 90px;
	padding-left: 80px;
}
.new .new_tit a{
	font-size: 15px;
	color: #888;
	line-height: 100px;
	float: right;
	padding-right: 10px;
}
.new .new_tit a:hover{
	color: #2A58C7;
}

.new .new_body{
	padding: 10px 0;
}
.new .new_body .new_l{width: 680px;margin-top: 10px}
.new .new_body .new_wz{
	width: 500px;
	height: 200px;
	background: #ddd;
}
.new .new_body .new_wz span{
	font-size: 15px;
	color: #888;
	line-height: 50px;
	text-align: center;
	margin-left: 30px;
}
.new .new_body .new_wz b{
	font-size: 20px;
	line-height: 25px;
	color: #555;
	margin-left: 30px;
	width: 180px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.new .new_body .new_wz p{
	font-size: 16px;
	line-height: 25px;
	margin-left: 30px;
	text-indent: 2em;
	padding: 15px 30px 0 0;
}
.new .new_body .new_wz a{
	float: right;
	font-size: 16px;
	line-height: 20px;
	border-radius: 5px;
	color: #888;
	border: 1px dashed #888;
	padding: 5px 10px;
	margin-right: 30px;
	margin-top: -10px;
}
.new .new_body .new_wz a:hover{
	color: #2A58C7;
	border: 1px dashed #2A58C7;
}


.new .new_body ul li{
	height: 65px;
	border-bottom: 1px solid #999;
	margin: 10px 0 30px 0;
	padding-bottom: 10px;
}
.new .new_body ul li a .num{
	color: #2A58C7;
	font-size: 40px;
	float: left;
	line-height: 50px;
	font-weight: bold;
	font-style: italic;
	margin-right: 15px;
	 width: 50px;
}
.new .new_body ul li a .wenzi{
	float: right;
	width: 615px;
}
.new .new_body ul li a .wenzi b{
	font-size: 18px;
	color: #444;
	width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.new .new_body ul li a .wenzi p{
	font-size: 14px;
	color: #666;
	line-height: 20px;
}
.new .new_body ul li a:hover .wenzi b{
	color: #2A58C7;
}
.new .new_body ul li:hover{
	border-bottom: 1px solid #2A58C7;
}
/*new end*/

/*footer srart*/
.foot{
	background: #444;
	border-top: 5px solid #2A58C7;
}
.foot .foot_body{
	height: 180px;
}
.foot .foot_body ul{
	padding: 20px 0 0 15px;
	width: 400px;
}
.foot .foot_body ul li{
	color: #fff;
	line-height: 200%;
	font-size: 16px;
	width: 400px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.foot .foot_bot{
	height: 35px;
	background: #2A58C7;
	line-height: 35px;
}
.foot .foot_bot span{
	padding:0 15px;
	font-size: 15px;
	color: #fff;
}
.foot .foot_bot a{
	color: #fff;
}

.foot .foot_body .ewm{
	padding-top: 30px;
	padding-left: 60px;
}
.foot .foot_body .ewm p{
	writing-mode:tb-rl;
	letter-spacing: 2px;
	color: #fff;
	font-size: 16px;
}
.foot .foot_body .ewm p:nth-child(2) {
	padding-top: 35px;
	padding-left: 10px;
}
.foot .foot_body .ewm p:nth-child(3) {
	padding-top: 16px;
	padding-left: 10px;
}

.foot .foot_body .tel img{
	margin: 40px 0;
}
.foot .foot_body .tel_zi{
	padding: 10px;
}
.foot .foot_body .tel_zi p{
	margin: 60px 0 0 0;
	line-height: 20px;
	font-size: 17px;
	color: #fff;
}
.foot .foot_body .tel_zi b{
	font-size: 30px;
	font-family: Arial;
	color: #f36b21;
	position: relative;
	top: 10px;
}
/*footer end*/