@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;
}
.w1200{
	width: 1200px;
	margin:0 auto;
}
.w1140{
	width: 1140px;
	margin:0 auto;
}

/*header start*/
.head{
	width: 100%;
	z-index: 99999999999;
	background: #fff;
	position: relative;
}

.head .head_top{
	background: #ededed;
	line-height: 35px;
	color: #454545;
}
.head .head_top a{
	padding: 0 15px;
	color: #454545;
}
.head .head_top a:nth-child(3) {
	padding-right: 0px;
}

.head .head_body{
	padding: 10px 0;
	border-bottom: 1px solid #ededed;
}
.head .tel{
	padding: 10px 0 10px 60px;
	background: url(../images/tel.png) no-repeat center left;
}
.head .tel p{
	font-size: 16px;
	line-height: 31px;
	color: #454545;
}
.head .tel b{
	font-size: 25px;
	font-family: Arial;
	color: #888;
}

.head .head_bot ul{
	height: 50px;
	line-height: 50px;
}
.head .head_bot ul li{
	float: left;
	width: 150px;
	text-align: center;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	margin:5px 0;
	background: url(../images/cl1.png) no-repeat 15px center;
}
.head .head_bot ul li:hover{
	border-radius: 20px;
	background:#005dab url(../images/cl2.png) no-repeat 15px center;
}
.head .head_bot ul li:hover a{
	color: #fff;
}

.head .head_bot .Triangle_con{
	height:9px;
	background:url(../images/bird.png) 36px 0 no-repeat;
	display:block;
	border-bottom: 3px solid #005dab;
}
.head .head_bot .sub_nav_01{
	display: none;
}
.head .head_bot .sub_nav_01 li{
	background: rgba(0,93,171,0.5);
	border-bottom: 3px solid #005dab;
	margin: 0;
	color: #005dab;
	font-size: 15px;
	line-height: 35px;
	height: 35px;
}
.head .head_bot .sub_nav_01 li:hover{
	background: #005dab;
	border-radius: 0;
}
/*header end*/

/*banner start*/
.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;
	background:rgba(0,0,0,0.2);
	border-radius: 11px;
}

.flex-control-paging li.active{
	background: #005dab;
}

.flex-control-paging li a {
	display: block;
	height: 11px;
	overflow: hidden;
	text-indent: -99em;
	width: 11px;
	cursor: pointer;
	-webkit-transition: all 0s ease;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}

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

/*product start*/
.product{
	margin-top: 50px;
}
.product .list b{
	font-size: 25px;
	color: #fff;
	line-height: 60px;
	width: 250px;
	display: block;
	text-align: center;
	background: #005dab url(../images/comlist.png) no-repeat center;
}
.product .list ul li a{
	width: 210px;
	padding-right: 38px;
	border: 1px solid #005dab;
	border-bottom: 5px solid #005dab;
	line-height: 55px;
	font-size: 16px;
	color: #454545;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	background: #ededed url(../images/jt.png) no-repeat center right;
}
.product .list ul li:hover a{
	color: #005dab;
}
.product .list ul .nav_02 a{
	width: 248px;
	padding-right: 0;
	border: none;
	border: 1px solid #005dab;
	border-bottom: none;
	font-size: 15px;
	color: #005dab;
	background: #fff;
}
.product .list ul .nav_02:nth-child(3) a{
	border-bottom: none;
}
.product .list ul .nav_02:hover a{
	font-weight: bold;
}

.product .pro_body ul{
	width: 900px;
}
.product .pro_body ul li{
	float: left;
	margin-left:30px;
	margin-bottom: 25px;
}
.product .pro_body ul li:nth-child(1){
	margin-left: 0;
}
.product .pro_body ul li:nth-child(4){
	margin-left: 0;
	margin-bottom: 0;
}
.product .pro_body ul li:nth-child(7){
	margin-left: 0;
	margin-bottom: 0;
}
.product .pro_body ul li:nth-child(8){
	margin-bottom: 0;
}
.product .pro_body ul li:nth-child(9){
	margin-bottom: 0;
}
.product .pro_body ul li .img{
	padding: 2px;
	border:1px solid #dfdfdf;
	overflow: hidden;
}

.product .pro_body ul li .img img{
	cursor: pointer;
	transition: all 1s;
}
.product .pro_body ul li .img img:hover{
	transform: scale(1.2);
}

.product .pro_body ul li p{
	width: 266px;
	height: 32px;
	background: #dfdfdf;
	line-height: 32px;
	text-align: center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.product .pro_body ul li:hover .img{
	border:1px solid #005dab;
}
.product .pro_body ul li:hover p{
	background: #005dab;
	color:#fff;
}
/*product end*/

/*company start*/
.company{
	margin-top: 50px;
	padding: 30px 0;
	background: url(../images/combg.jpg) no-repeat center;
}
.company .title b{
	font-size: 30px;
	color: #005dab;
	display: block;
	text-align: center;
}
.company .title p{
	font-size: 30px;
	color: #888;
	opacity: 0.5;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	letter-spacing: 1px;
}
.company .title span{
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #454545;
	margin-bottom: 30px;
}

.company .com_body b{
	font-size: 18px;
	line-height: 30px;
	color: #454545;
	padding-left: 30px;
	background: url(../images/lx.png) no-repeat center left;
}
.company .com_body p{
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em;
	color: #555;
}
.company .com_body a{
	font-size: 15px;
	color: #005dab;
	line-height: 30px;
	padding: 0 10px;
	margin-top: 20px;
	border: 2px solid #005dab;
}
.company .com_body a:hover{
	background: #005dab;
	color: #fff;
}
/*company end*/

/*case start*/
.case{
	margin-top: 50px;
	background: url(../images/casebg.png) repeat-x center bottom;
}
.case .title b{
	font-size: 30px;
	color: #005dab;
	display: block;
	text-align: center;
}
.case .title p{
	font-size: 30px;
	color: #888;
	opacity: 0.5;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	letter-spacing: 1px;
}
.case .title span{
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #454545;
	background: url(../images/comtit.png) no-repeat center;
	margin-bottom: 30px;
}

.case .case_body ul li{
	float: left;
	width: 280px;
	margin-left: 20px;
	border-bottom: 5px solid #005dab;
	padding-bottom: 5px;
	background: #ededed;
	border-radius: 0 30px 0 0;
	overflow: hidden;
}
.case .case_body ul li:nth-child(1){
	margin-left: 0;
}
.case .case_body ul li img{
	width: 280px;
	height: 210px;
}
.case .case_body ul li p{
	font-size: 15px;
	color: #454545;
	line-height: 30px;
	overflow: hidden;
	padding: 0 20px;
	width: 240px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
    display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
/*case end*/

/*new start*/
.new{
	margin-top: 50px;
}
.new .title b{
	font-size: 30px;
	color: #005dab;
	display: block;
	text-align: center;
}
.new .title p{
	font-size: 30px;
	color: #888;
	opacity: 0.5;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	letter-spacing: 1px;
}
.new .title span{
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #454545;
	background: url(../images/comtit.png) no-repeat center;
	margin-bottom: 30px;
}

.new_body .tabl{
	float:left;
	width:640px;
}
.new_body .tablist{
	width:640px;
	height:50px;
	border:1px solid #e6e6ef;
	background:#f0f0f2;
}
.new_body .tablist li{
	font-size:18px;
	cursor:pointer;
	width:390px;
	float:left;
	color:#333;
	line-height:50px;
	text-align:center;
}
.new_body .tablist li:nth-child(4){
	background:0 0;
}
.new_body .tablist li.on,.new_body .tablist li:hover{
	width: 390px;
	background: #30A333;
	height: 48px;
	position: relative;
	top: -1px;
	color: #fff;
	border-top: 4px solid #FF7608;
}
.new_body .tabcont{
	width:640px;
	border-top:0;
}
.new_body .topn{
	padding-bottom:15px;
	border-bottom:1px dashed #dcdce3;
	margin-bottom:10px;
}
.new_body .topn .img{
	width:243px;
	height:140px;
	margin-right:32px;
}
.new_body .topn .word{
	width:360px;
	overflow:hidden;
}
.new_body .topn .title1 > a{
	color:#333;
	font-size:16px;
	width:340px;
	font-weight:700;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-weight: normal;
}
.new_body .topn:hover .title1 > a{
	color: #005dab;
}
.new_body .topn .time{
	color:#b8b8c6;
	font-size:14px;
	position:relative;
	top:5px;
}
.new_body .topn .desc{
	color:#666;
	font-size:14px;
	line-height:21px;
	margin-top:15px;
	width:360px;
	height:42px;
	overflow:hidden;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.new_body .topn .xx{
	width:93px;
	height:27px;
	display:block;
	border: 2px solid #005dab;
	color:#005dab;
	line-height:27px;
	text-align:center;
	font-size:12px;
	margin-top:13px;
}
.new_body .topn .xx:hover{
	background:#005dab;
	color: #fff;
}
.new_body .nl li{
	padding-left:26px;
	width:617px;
	height:28px;
	background:url(../images/cont5_listbg.png) no-repeat left;
}
.new_body .nl a{
	color:#666;
	display:inline-block;
	width:540px;
	font-size:14px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.new_body .nl a:hover{
	color:#005dab;
}
.new_body .nl span{
	float:right;
	color:#aaa;
}
.new_body .nl .more{
	display:block;
	line-height:30px;
	text-align:center;
	color:#005dab;
	font-size:15px;
	margin-top:10px;
	width: 110px;
	border: 2px solid #005dab;
}
.new_body .nl .more:hover{
	background-color:#005dab;
	color: #fff;
}

.new .new_con ul li .time{
	width: 128px;
	height: 93px;
	background: url(../images/time.png) no-repeat center;
	text-align: center;
	padding-top: 30px;
}
.new .new_con ul li .time b{
	font-size: 25px;
	color: #005dab;
}
.new .new_con ul li .time p{
	text-align: center;
	font-size: 14px;
	color: #666;
}
.new .new_con ul li .con{
	width: 420px;
	padding: 15px 0;
}
.new .new_con ul li .con b{
	font-weight: normal;
	color: #333;
	font-size: 16px;
	width: 400px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.new .new_con ul li .con p{
	color: #999;
	font-size: 14px;
	margin-top: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.new .new_con ul li:hover .con b{
	color: #005dab;
}

.new .new_bot{
	height: 50px;
	text-align: center;
}
.new .new_bot a{
	font-size: 15px;
	line-height: 50px;
	color: #fff;
	background: #005dab;
	padding: 5px 10px;
	border-radius: 5px;
}
.new .new_bot a:hover{
	background: #005dab;
}
/*new end*/

/*footer start*/
.foot{
	margin-top: 50px;
	background: #ededed url(../images/footbg.png) no-repeat center;
	padding-top: 20px;
	border-top: 5px solid #005dab;
}
.foot .logo{
	margin-right: 150px;
}
.foot .con b{
	font-size: 18px;
	line-height: 30px;
	color: #005dab;
	padding-left: 30px;
	background: url(../images/lx.png) no-repeat center left;
}
.foot .con p{
	font-size: 16px;
	line-height: 25px;
	color: #454545;
	width: 400px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.foot .con p:nth-child(7){
	margin-left: 62px;
	width: 338px;
}
.foot .ewm {
	padding: 15px 100px 0 0;
}
.foot .ewm p{
	writing-mode:tb-rl;
	letter-spacing: 2px;
	color: #454545;
	font-size: 16px;
}
.foot .ewm p:nth-child(2) {
	padding-top: 35px;
	padding-left: 10px;
}
.foot .ewm p:nth-child(3) {
	padding-top: 16px;
	padding-left: 10px;
}

.foot .foot_bot{
	background: #005dab;
	line-height: 35px;
	margin-top: 20px;
}
.foot .foot_bot span{
	padding:0 15px;
	font-size: 15px;
	color: #fff;
}
.foot .foot_bot a{
	color: #fff;
}
/*footer end*/