@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;
}
dl,dt,dd{
	padding: 0;
	margin:0;
}
i,em{
	font-style: normal;
}

.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{
	position: relative;
	z-index: 99999;
	background: #fff;
}
.head .head_top{
	background: url(../images/ttbg.jpg) repeat-x center;
	line-height: 35px;
	color: #454545;
}

.head .head_body{
	padding: 10px 0;
}

.head .head_nav{
	background: #0080cb;
}
.head .head_nav ul li{
	float: left;
	width: 133px;
	line-height: 50px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/nav_line.jpg) no-repeat center left;
}
.head .head_nav ul li:nth-child(1){
	background: none;
}
.head .head_nav ul li a{
	font-size: 16px;
	color: #000;
}
.head .head_nav ul li:hover a{
	color: #fff;
}
.head .head_nav .clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.head .head_nav .nav .on a{
	color: #fff;
}
/*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;
}

.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: #0080cb;
}

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

.gjc{
	line-height: 42px;
	background: url(../images/gjcbg.jpg) repeat-x center;
}
.gjc p{
	font-size: 15px;
	height: 42px;
	color: #454545;
	font-weight: bold;
	overflow: hidden;
}
.gjc a{
	font-size: 15px;
	color: #454545;
	font-weight: normal;
	margin: 0 20px;
}
.gjc a:hover{
	border-bottom: 1px solid #454545;
}

.title{
	margin-bottom: 30px;
	text-align: center;
	background: url(../images/titlebg.png) no-repeat center bottom;
}
.title p{
	font-family: Arial;
	text-align: center;
	color: #adadad;
	font-size: 25px;
	margin-bottom: 5px;
}
.title b{
	font-size: 26px;
	color: #454545;
	line-height: 30px;
}
.title img{
	width: 68px;
	height: 24px;
	margin-top: 6px;
	margin-left: 10px;
}

/*case start*/
.case{
	padding: 50px 0;
}
.case_body{
	height: 235px;
}
.case_body .slideBox{
	width: 1140px;
	overflow:hidden;
	zoom:1;
	padding:10px 0 10px 60px;
	position:absolute;
	z-index: 9999;
}
.case_body .sPrev,.case_body .sNext{
	position:absolute;
	left:5px;
	top:10px;
	display:block;
	width:46px;
	height:200px;
	background:url(../images/arrow-left.png) no-repeat center;
}
.case_body .sNext{
	width:46px;
	height:200px;
	left:auto;
	right:5px;
	background:url(../images/arrow-right.png) no-repeat center;
}
/*.picScroll-left .prev,.picScroll-left .next{
	position:absolute;
	left:5px;
	top:10px;
	display:block;
	width:46px;
	height:200px;
	background:url(../images/arrow-left.png) no-repeat center;
}
.picScroll-left .hd .next{
	width:46px;
	height:200px;
	left:auto;
	right:5px;
	background:url(../images/arrow-right.png) no-repeat center;
}*/

.case_body ul{
	overflow:hidden;
	zoom:1;
}
.case_body ul li{
	margin:0 15px;
	float:left;
	_display:inline;
	overflow:hidden;
	text-align:center;
}
/*case end*/

/*product start*/
.product{
	padding: 50px 0;
	background: #f5f5f5 url(../images/probg.jpg) no-repeat center top;
}
.pro_lb{
	background: url(../images/prolb.jpg) no-repeat center;
	height: 460px;
}
.pro_lb .list{
	width: 200px;
	margin-left: 304px;
}
.pro_lb .list li{
	width: 189px;
	line-height: 91px;
	margin-top: 1px;
	text-align: center;
	padding-right: 11px;
	font-size: 17px;
}
.pro_lb .list li a{
	color: #333;
}
.pro_lb .list li.on{
	background: url(../images/listbg.png) no-repeat center;
}
.pro_lb .list li.on a{
	color: #fff;
}

.pro_lb  .cp{
	width: 575px;
}
.pro_lb  .cp ul{
	padding: 0 41.5px;
	padding-top: 10px;
}
.pro_lb  .cp ul li{
	float: left;
	width: 31.333%;
	margin:0px 1%;
	text-align: center;
	line-height: 60px;
	border-bottom: 1px dashed #999;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro_lb  .cp ul li a{
	color: #666;
}
.pro_lb  .cp ul li:hover a{
	color: #0080cb;
}
.pro_lb  .cp .more{
	width: 492px;
	border-bottom: none;
	text-align: right;
	line-height: 13px;
	margin-bottom: 10px;
}
.pro_lb  .cp .more img{
	width: 43px;
	height: 13px;
}
/*product end*/

/*display start*/
.display{
	padding-bottom: 50px;
	background: #f5f5f5;
	position: relative;
}
.display .title{
	position: absolute;
	z-index: 9;
	width: 100%;
	margin: 0 auto;
	top: 0;
}

.dis_body{
	position: relative;
	height: 405px;
	width: 1290px;
	margin: 0 auto;
}
.dis_body .slideBox{
	width: 1230px;
	overflow:hidden;
	zoom:1;
	padding:10px 0 10px 60px;
	position:absolute;
	z-index: 9999;
}
.dis_body .slideBox .con{
	padding-top: 84px;
}
.dis_body .sPrev,.dis_body .sNext{
	position:absolute;
	left:1080px;
	top:-50px;
	display:block;
	width:46px;
	height:200px;
	background:url(../images/dis-left.png) no-repeat center;
	z-index: 99999999;
}
.dis_body .sNext{
	width:46px;
	height:200px;
	left:auto;
	right:100px;
	background:url(../images/dis-right.png) no-repeat center;
}
.dis_body .sPrev:hover,.slideBox .sNext:hover{
	border-color:#aaa;
}
.dis_body ul{
	overflow:hidden;
	zoom:1;
}
.dis_body ul li{
	margin:0 10px;
	float:left;
	_display:inline;
	overflow:hidden;
	text-align:center;
}
.dis_body ul li img{
	padding: 5px;
	border: 1px solid #ddd;
}
.dis_body .nr{
	background: #ddd;
	width: 272px;
	text-align: center;
}
.dis_body .nr p{
	font-size: 15px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	line-height: 30px;
	padding: 0 30px;
	padding-top: 10px;
}
.dis_body .nr span img{
	display: inline-block;
	width: 110px;
	height: 32px;
	margin: 5px 0;
	margin-bottom: 10px;
	text-align: center;
}
/*display end*/

/*advantage start*/
.adv_top{
	background: url(../images/advbg1.jpg) no-repeat center;
	height: 635px;
}
.adv_top .tit{
	text-align: center;
	margin-bottom: 60px;
	padding-top: 40px;
}
.adv_top .tit b{
	font-size: 32px;
	color: #454545;
	letter-spacing: 2px;
}
.adv_top .tit span{
	color: #e65608;
}
.adv_top .tit p{
	text-align: center;
	font-size: 30px;
	color: #454545;
	font-weight: normal;
	line-height: 45px;
	letter-spacing: 2px;
}
.adv_top .tit i{
	display: block;
	text-align: center;
	font-size: 22px;
	color: #454545;
	font-family: Arial;
}
.adv_top .tit em{
	font-size: 13px;
	display: block;
	text-align: center;
	font-family: Arial;
	color: #666;
	line-height: 25px;
}
.adv1 .bt{
	background: url(../images/adv1.png) no-repeat center left;
	height: 75px;
	padding-left: 69px;
	color: #0053a9;
	font-size: 24px;
	margin-bottom: 12px;
}
.adv1 p{
	line-height: 30px;
	font-size: 14px;
	color: #666;
	padding-left: 20px;
}
.adv1 a{
	margin-top: 15px;
	padding-left: 20px;
	display: block;
}

.adv_bot{
	background: url(../images/advbg2.jpg) no-repeat center;
	height: 796px;
}
.adv2{
	padding-top: 60px;
	width: 455px;
	padding-left: 550px;
	margin-bottom: 200px;
}
.adv_bot .bt{
	background: url(../images/adv2.png) no-repeat center left;
	height: 75px;
	padding-left: 69px;
	color: #0053a9;
	font-size: 24px;
	margin-bottom: 12px;
}
.adv_bot .bt span{
	color: #e65608;
	display: block;
	font-weight: bold;
}
.adv_bot p{
	line-height: 30px;
	font-size: 14px;
	color: #666;
	padding-left: 20px;
}
.adv_bot a{
	margin-top: 15px;
	padding-left: 20px;
	display: block;
}

.adv3{
	padding-top: 50px;
}
.adv3 .bt{
	background: url(../images/adv3.png) no-repeat center left;
}
.adv3 p{
	width: 370px;
}
/*advantage end*/

/*service start*/
.service{
	height: 321px;
	padding: 50px 0;
	overflow: hidden;
	background: url(../images/serbg.jpg) no-repeat center top;
}

.service .tit{
	text-align: center;
}
.service .tit b{
	font-size: 26px;
	color: #fff;
	line-height: 30px;
}
.service .tit img{
	width: 68px;
	height: 24px;
	margin-top: 6px;
	margin-left: 10px;
}
.service .tit p{
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	margin-top: 5px;
}

.service ul li{
	width: 400px;
	text-align: center;
	font-size: 16px;
	line-height: 130px;
	float: left;
}
.service ul li a{
	color: #fff;
}
.service ul li a:hover{
	border-bottom: 1px solid #fff;
}
.service .ser1 a{
	margin-left: 170px;
}
.service .ser2 a{
	margin-left: 15px;
}
.service .ser3 a{
	margin-right: 80px;
}
.service .ser4 a{
	margin-left: 95px;
}
.service .ser5 a{
	margin-left: 35px;
}
.service .ser6 a{
	margin-right: 135px;
}
/*service end*/

/*witness start*/
.witness{
	padding: 40px 0 50px 0;
	background: #fff url(../images/witbg.jpg) no-repeat center bottom;
}
.witness ul li{
	float: left;
	width: 400px;
	text-align: center;
	position: relative;
	float: left;
}
.witness ul li img{
	width: 202px;
	height: 201px;
	position: absolute;
	z-index: 9999;
	left: 99px;
}
.witness ul li .nr{
	padding: 30px;
	padding-top: 80px;
	padding-bottom: 10px;
	width: 240px;
	background: #ebebeb;
	margin: 0 50px;
	margin-top: 130px;
}
.witness .nr b{
	font-size: 14px;
	color: #333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	line-height: 30px;
	letter-spacing: 1px;
}
.witness .nr p{
	font-size: 12px;
	color: #454545;
	line-height: 25px;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 75px;
}
.witness .nr a{
	display: block;
	line-height: 32px;
	width: 110px;
	height: 32px;
	margin: 5px auto;
	background: url(../images/ljxq.jpg);
}
.witness .nr .ljzx{
	background: url(../images/ljzx.jpg);
}
/*witness end*/

/*company start*/
.company{
	background: #038adb url(../images/combg.jpg) no-repeat center top;
	padding-top: 50px;
	margin-bottom: 50px;
}
.company .tit{
	width: 974px;
	margin: 0 auto;
	margin-bottom: 30px;
	text-align: center;
	padding-bottom: 10px;
	background: url(../images/comtit.jpg) no-repeat center bottom;
}
.company .tit b{
	font-size: 26px;
	color: #fff;
	margin-left: 54px;
}
.company .tit a{
	font-family: Arial;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	margin-top: 18px;
	border-bottom: 1px solid #038adb;
}
.company .tit a:hover{
	border-bottom: 1px solid #fff;
}

.com_body .img{
	width: 619px;
	height: 276px;
	padding-bottom: 20px;
	background: url(../images/yy1.png) no-repeat center bottom;
}
.com_body img{
	border: 5px solid #fff;
}
.com_body .nr{
	width: 550px;
}
.com_body .nr b{
	line-height: 35px;
	display: block;
	font-size: 16px;
	color: #fff;
	letter-spacing: 1.5px;
}
.com_body .nr p{
	font-size: 14px;
	color: #fff;
	text-indent: 2em;
	line-height: 30px;
}
.com_body .nr a{
	width: 82px;
	height: 25px;
	margin-top: 15px;
	display: block;
}
.com_body .nr a img{
	border: none;
	width: 82px;
	height: 25px;
}

.com_gd{
	background: url(../images/comgdbg.jpg) repeat-x bottom;
	margin-top: 20px;
}
.com_gd .nr{
	padding: 40px 0;
	background: #fff url(../images/yy2.png) no-repeat center bottom;
}
.picMarquee-left{
	overflow:hidden;
	position:relative;
	width: 1140px;
	margin: 0 30px;
}
.picMarquee-left .bd{
	padding: 0;
}
.picMarquee-left .bd ul{
	overflow:hidden;
	zoom:1;
}
.picMarquee-left .bd ul li{
	margin:0 8px;
	float:left;
	_display:inline;
	overflow:hidden;
	text-align:center;
	position: relative;
	overflow: hidden;
}
.picMarquee-left .bd ul li .pic{
	text-align:center;
	border: 1px solid #ccc;
}
.picMarquee-left .bd ul li .pic img{
	width:200px;
	height:150px;
	display:block;
	padding:2px;
}
.picMarquee-left .bd ul li p{
	width: 200px;
	text-align: center;
	font-size: 14px;
	color: #454545;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	
}
/*company end*/

/*new start*/
.new_nr{
	width: 366px;
	margin-right: 50px;
}
.new .tit{
	display: block;
	line-height: 30px;
	font-family: Arial;
	font-size: 16px;
	color: #bfbfbf;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.new_nr img{
	width: 130px;
	height: 96px;
}
.new_nr .nr{
	width: 216px;
	margin-bottom: 10px;
}
.new_nr .nr b{
	font-size: 16px;
	color: #454545;
	letter-spacing: 1px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.new_nr .nr p{
	font-size: 14px;
	color: #666;
	line-height: 25px;
	overflow: hidden;
	height: 50px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 3px 0;
}
.new_nr .nr a{
	font-size: 14px;
	color: #f5710b;
}
.new_nr .nr a:hover{
	border-bottom: 1px solid #f5710b;
}
.new_nr ul li{
	width: 356px;
	border-bottom: 1px dashed #9f9f9f;
	padding-left: 10px;
	line-height: 35px;
}
.new_nr ul li a{
	display: block;
	width: 236px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #666;
}
.new_nr ul li span{
	width: 100px;
	font-family: Arial;
	font-size: 13px;
	color: #888;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: right;
}
.new_nr ul li:hover a{
	color: #0080cb;
}

.new_gd{
	width: 366px;
	height: 362px;
	overflow: hidden;
}
.new_gd ul li{
	width: 346px;
	padding: 10px;
	border-bottom: 1px dashed #888;
}
.new_gd ul li b{
	display: block;
	line-height: 30px;
	font-weight: normal;
	color: #333;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.new_gd ul li p{
	overflow: hidden;
	line-height: 25px;
	font-size: 14px;
	color: #666;
	text-indent: 2em;
	height: 50px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.new_gd ul li:hover b{
	color: #0080cb;
}
/*new end*/

/*footer start*/
.foot{
	background: #fbfbfb;
	margin-top: 50px;
	 padding: 30px 0px;
}
.foot ul li{
	float: left;
	width: 300px;
}
.foot .logo img{
	margin: 33px 0;
}
.foot .lx{
	width: 600px;
}
.foot b{
	font-size: 14px;
	color: #454545;
	line-height: 32px;
	font-weight: normal;
    display: inline-block;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.foot b:nth-child(5){
	width: 400px;
}
.foot p{
	font-size: 14px;
	color: #454545;
	line-height: 37px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.foot a{
	display: inline-block;
	font-size: 14px;
	color: #454545;
	line-height: 35px;
}
.foot .ewm{
	text-align: right;
}
/*footer end*/