@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: #666; 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,ol{margin: 0;padding: 0;}
img{margin: 0;padding: 0;border: 0; vertical-align: top;}
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; margin: 0;padding: 0}
dl,dt,dd{padding: 0;margin:0;}
i,em{font-style: normal;}
.bodybg{background: #DFDFDF}

.fl {float:left;}
.fr {float:right;}
.clear{clear:both;}
.w0{width: 100%;}
.w1200{width: 1200px;margin:0 auto;}
.w1140{width: 1140px;margin:0 auto;}
.wrapper{width: 1200px;margin:0 auto;background: #fff;box-shadow: 0 0 10px 0 #ccc}

/*header start*/
.header{height: 170px;padding: 0 20px}
.header .head_l{width: 61%;}
.header .head_l .lan{height: 60px}
.header .head_l .lan a{display: inline-block;width: 42px;height: 22px;background: #0048AF;color: #fff;text-align: center;line-height: 22px;margin-right: 20px;margin-top: 10px}
.header .head_l .lan a:nth-child(2) {background: #C10001}
.header .head_l .logo{display: block;width: 180px;text-align: center}
.header .head_l p{font-size: 20px;letter-spacing: 2px}
.header .head_l ul{width: 450px;float: left;margin-left: 60px;margin-top:75px}
.header .head_l ul li{width: 150px;float: left;font-size: 16px;line-height: 250%;font-weight: bold;}
.header .head_l ul li:hover a{color: #0048AF}
.header .head_c{padding:10px;}
.header .head_c span{font-size: 22px; color: #0048AF; line-height: 50px; font-weight: bold;}

.header .head_r{width: 135px;padding:10px;}
/*header end*/

/*banner start*/
.flexslider {
	margin: 0px auto 0px;
	position: relative;
	width: 100%;
	height:500px;
	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 {
	text-align: center;
	height: 50px;
	line-height: 50px;
}

.flex-control-nav li {
	float: left;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	display: block;
	width: 198px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all 0s ease;
	color: #fff;
	font-size: 18px;
	letter-spacing: 2px;
	border-left: 1px solid #dfdfdf;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background: #BF0000;
}

.flexslider .slides a img {
	width: 100%;
	height: 450px;
	display: block;
}
/*banner end*/

/*new start*/
.new{padding:50px;}
.new .new_l{width: 720px;}
.new .new_m,.new .new_r{width: 340px;margin-left: 40px;}
.new .new_l .img,.new .new_m .img{background: #f8f8f8;padding: 10px 10px 0;}
.new .new_l img,.new .new_m img{width: 100%;}
.new .new_l .zi,.new .new_m .zi{width: calc(100% - 30px);padding: 15px;background: #f1f1f1}
.new .zi i{font-size: 16px;display: block;padding-bottom: 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.new .zi p{font-size: 14px;text-indent:22px;line-height: 160%;color: #777}
.new .zi:hover i,.new .zi:hover p{ color: #0048AF;}

.new .new_r .new_title{height: 40px;border-bottom: 1px solid #ccc;line-height: 35px;}
.new .new_r .new_title b{font-size: 17px;padding-left: 15px;color: #0048AF}
.new .new_r .new_title a{font-size: 14px;float: right;}
.new .new_r ul{margin-top: 10px;}
.new .new_r ul li{height: 35px;line-height: 35px;border-bottom: 1px dashed #dfdfdf}
.new .new_r ul li a{font-size: 14px;display: inline-block;width: 240px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.new .new_r ul li a:hover{ color: #0048AF;}
.new .new_r ul li span{font-size: 13px;float: right;color: #999}
/*new end*/

/*new start*/
.contant{padding:50px;background: #f1f1f1}
.contant .con_title{width: 310px;height: 60px;padding: 10px 15px;margin-bottom: 20px}
.contant .con_title b{font-size: 17px}
.contant .con_title a{font-size: 12px;color: #C10001;display: block;padding-top: 10px}
.contant .con_l{width: 340px;}
.contant .con_m,.contant .con_r{width: 340px;margin-left: 40px;}
.contant .con_l .con_title{background: url(../images/content1.jpg) no-repeat center}
.contant .con_m .con_title{background: url(../images/content2.jpg) no-repeat center}
.contant .con_r .con_title{background: url(../images/content3.jpg) no-repeat center}
.contant .con_body{padding: 0 15px;}
.contant .con_body p{line-height: 25px;}
.contant .con_body ul li{height: 25px;line-height: 25px;}
.contant .con_body ul li a{float: right;}
.contant .con_body ul li span{display: inline-block;width: 260px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
/*new end*/

/*footer start*/
.footer{padding: 50px 50px 20px}
.footer .foot_nav{width: 460px;}
.footer .foot_nav li{float: left;width: 200px;height: 30px;line-height: 30px;margin-right: 30px;border-bottom: 1px dashed #dfdfdf}
.footer .foot_nav li a:hover{ color: #0048AF; font-weight: bold;}
.footer .ewm{margin-left: 40px;}
.footer .ewm_zi{width: 100px;text-align: center;padding-top: 40px;background: url(../images/sys.png) no-repeat center top;margin: 15px 0 0 15px}
.search{width: 290px;}
.search p{line-height: 300%}
.search form{width:290px;}
.search_form{position:relative; height:35px; margin:5px 0;display:block;}
.sinput{float:left; width:205px; height:25px; line-height:29px; padding:4px 7px; color:#b3b3b3; border:1px solid #999; border-radius:2px 0 0 2px; background-color:#fbfbfb; outline: none;}
.sbtn{float:left; outline: none; width:64px; height:35px; padding:0 12px; margin-left:-1px; border-radius:0 2px 2px 0; border:1px solid #0048AF; background-color:#0048AF; cursor:pointer; display:inline-block; font-size:15px; font-family: 微软雅黑;vertical-align:middle; color:#f3f7fc;position:absolute; _left:270px; _top:0}

.footer hr{border: none;height: 1px;background: #ccc;margin: 20px 0}
.footer .foot_bot{text-align: center;}
.footer .foot_bot span{font-size: 14px;padding: 0 20px;}
/*footer end*/