@charset "utf-8";
/* CSS Document */

body,html{margin:0;padding:0;font-family: Microsoft YaHei; font-size: 1rem;  line-height: 1.5; color: #373a3c; background-color: #fff; width:100%; max-width:100%; min-width:1100px;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,table,tr,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
input:hover,input:active,input:focus{ outline: 0;}
ul,ul li,input, dl, dd {  padding:0; margin:0; list-style-type:none;}
img,a img{border:0;margin:0;padding:0;}
img{vertical-align: middle;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
a{text-decoration:none; color:#444;-moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
a:hover{text-decoration:none; cursor:pointer}
.fl{float:left;}
.fr{float:right;}
textarea{resize:none; overflow:auto;}
.clearfix:after {content:'';display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
.clear { clear: both;font-size: 0;height: 0;line-height: 0;}
.baseDiv{ width:1350px; margin:0 auto; margin-left:auto !important; margin-right:auto !important;}
.mt5 {margin-top: 5px!important;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt40{ margin-top:40px;}
.pt25{padding-top:25px;}
.pt30{padding-top:30px;}
.myClass{
background-position:center center; 
-webkit-background-size: cover;  
-moz-background-size: cover;  
-o-background-size: cover; 
background-size:cover;
}
@-webkit-keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

/*header*/
.header{
    width: 100%;
    height: 155px;
	background:url(../images/navbj.png) center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}
.logo{
	margin-left: 8%;
}
.navb {
	height: 120px;
	line-height: 120px;
	margin-left: 6%;
	width:48%;
	margin-top: 24px;
}
.navb .active {
	position: relative;
	float: left;
	width:11%;
	display: inline;
	text-align: center;
}

.navb .on{
	background: #0866c5;

}
.navb .on a{
	color: #fff;
	display: block;
	font-size: 16px;
}
.navb .on::after {
    content: '';
    display: block;
    position: absolute;
    top: 80px;
	left: 38%;
    width: 24px;
    height: 23px;
    background:url(../images/smalllogo.png) center no-repeat;
}

.navb h3 {
	font-size: 100%;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
}
.navb h3 a {
	zoom: 1;
	display: block;
	color: #fff;
	text-align: center;
}
.navb h3 a:hover {
transition-duration: .3s;
	color: #fff;
	font-weight: bold;
	text-decoration: none;

}

.navb .sub {
	display: none;
	width: 100px;
	position: absolute;
	left: 0px;
	top: 120px;
	float: left;
	line-height: 30px;
	z-index: 1000;
}
.navb .sub2 {
	left: -220px !important;
	width: 1180px;
}
.navb .sub li {
	text-align:center;
}
.navb .sub li a {
	color:#5e5e5e;
	display:block;
	zoom:1;
}
.navb .sub li a:hover {
	background:#ddd;
	color:#c00;
}
.navb .sub li a img {
	width: 151px;
	height:129px;
}
.navb .sub li p {
	text-align:left;
}
.mun1 {
	width:1180px;
	height:590px;
	background:#f6f6f6;
	padding-left:15px;
	-moz-box-shadow:0px 2px 2px #999 inset;
	-webkit-box-shadow:0px 2px 2px #999 inset;
	box-shadow:0px 2px 2px #e4e4e4 inset;
}
.mun1 ul li {
	width:150px;
	float:left;
	height:auto;
	overflow:hidden;
	margin-left:13px;
	margin-top:20px;
}
.mun1 ul li h2 {
	width:100%;
	font-size:14px;
	color:#5e5e5e;
	border-bottom:1px solid #dbdbdb;
	line-height:35px;
	display: block;
    height: 35px;
    overflow: hidden;
}
.nav .sub .mun1 ul li p a {
	width:100%;
	height:28px;
	display:block;
	color:#919191;
	font-size:13px;
	overflow: hidden;
}
.nav .sub .mun1 ul li p a:hover {
	color:#0c438c;
	background:none;
}
.mun1 ul li ul li {
	width:75px;
	float:left;
	margin:0px;
}
.nav .sub .mun1 ul li ul li a {
	color:#919191;
}
.nav .sub .mun1 ul li ul li a:hover {
	color:#0c438c;
	background:none;
}
.htel{
	margin-right: 12%;
	margin-top: 60px;
}
.htel img:hover{
	animation: ball .6s infinite alternate;
}
@media screen and (max-width: 1830px) {
	.logo {margin-left: 1%;}
	.htel {margin-right: 1%;}
}
@media screen and (max-width: 1600px) {
    .navb{margin-left: 1%;}
}
@media screen and (max-width: 1540px) {
    .htel{background: initial;padding-left: 0;}
	.logo img{width: 90%;}
	    padding-left: 65px;
}
@media screen and (max-width: 1410px) {
    .htel{background: initial;padding-left: 0;}
	.logo img{width: 90%;}
}

/*首页banner*/
.focus {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 999;
}

.focus .hd {
  width: 100%;
  height: 20px;
  position: absolute;
  z-index: 99;
  bottom: 25px;
  text-align: center;

}

.focus .hd ul {
  display: inline-block;
  height: 25px;
  padding: 3px 5px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 0;
  vertical-align: top;
}

.focus .hd ul li {
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin: 0 10px;
  vertical-align: top;
  overflow: hidden;
  border: 2px solid #fff;
  text-indent: 20em;
}

.focus .hd ul .on {
  background: #fff;
}

.focus .bd {
  position: relative;
  z-index: 0;
}
.focus .bd li .oi-first-screen-video{width: 100%;position: relative;}
.focus .bd li .oi-first-screen-video video{position: absolute;left: 0;bottom: 0;z-index: 100;width: 100%;}
.focus .bd li .oi-first-screen-video .banner_1{z-index: 200;position: relative;}

.focus .bd li img {
  width: 100%;
}

.focus .bd li a {
  -webkit-tap-highlight-color: transparent;
}

.focus .prev {
  position: absolute;
  top: 45%;
  z-index: 999;
  left: 0;
}

.focus .next {
  position: absolute;
  top: 45%;
  z-index: 999;
  right: 0;
}

/* 内页banner */
.banner{width:100%; background:#fafafa;  z-index:11;position: relative;}

.banner_slides{ position:relative; overflow:hidden; width:100%; margin:auto; }

.banner_slides , .slides_container,.slides_control ,.banner_pic{height:830px;}

.banner_slides li.slidesjs-slide{width:100%;height:830px;}

.banner_slides li a{}

.banner_pic{display:block; width:100%; height:830px;}

.slides_btn{position:absolute; z-index:999;display:block;width:40px;height:70px;margin-top:-35px;top:50%;overflow: hidden;text-indent:-9999px; background-color:#fff;filter:alpha(opacity=20); /*IEÂË¾µ£¬Í¸Ã÷¶È50%*/-moz-opacity:0.2; /*FirefoxË½ÓÐ£¬Í¸Ã÷¶È50%*/opacity:0.2;/*ÆäËû£¬Í¸Ã÷¶È50%*/ background-position: center center; background-repeat:no-repeat; }

.banner:hover .slides_btn{filter:alpha(opacity=60); -moz-opacity:0.6; /*FirefoxË½ÓÐ£¬Í¸Ã÷¶È50%*/opacity:0.6;}

.btn_previous{ left:4%; background-image:url(../images/pre01.png);}

.btn_previous:hover{ background-color:#333;background-image:url(../images/pre02.png);}

.btn_next{ right:4%; background-image:url(../images/next01.png);}

.btn_next:hover{ background-color:#333;background-image:url(../images/next02.png);}


.slides_pagination {
	width:100px;
	height:15px;
	bottom:30px;
	right:50%;
	margin-right:-37px;
	position:absolute;
	z-index:100;
	text-align:center;
}
.slides_pagination li {
	margin: 0 7px;
	display:inline-block;
	width:10px;
+float:left;
}
.slides_pagination li a {
	display:inline-block;
*display:inline;
	zoom:1;
	overflow:hidden;
	width:10px;
	height:10px;
	line-height:50px;
	border:2px solid #fff;
	color:#666;
	border-radius:100%;
}
.slides_pagination li a.active, .slides_pagination li a:hover.active, .slides_pagination li a:hover {
	background:#fff;
	color:#fff;
	border:2px solid #fff;
}


/*数字*/
.topdw{
	position: relative;
}
.ys_box{
    height: 190px;
    width: 100%;
    background:url(../images/shuzi.jpg) center no-repeat;
	position: absolute;
	bottom:-100px;
	z-index: 999;
}
.ys_box ul{
	width: 1350px;
	margin: 0 auto;
}
.ys_box ul li{
    float: left;
    width: 450px;
    height: 190px;
	background:#0065ba;
}
.ys_box ul li:nth-child(2){
    background: #0061b0;
}
.ys_box ul li:nth-child(3){
    background: #0051a4;
}
.ys_box ul li .li_box{
	width: 260px;
	height: 100px;
	border-bottom:1px #478dc6 solid;
	float: left;
	margin-left: 55px;
	margin-top: 45px;
}
.ys_box ul li img{
	float: left;
	margin-left: 35px;
	margin-top: 60px;
}
.ys_box .div1{
    position: relative;
	float: left;
}
.ys_box .div1 .span1{
    font-size:60px;
    color: #fff;
    font-family: "Arial";
}

.ys_box .div2{
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}
.ys_box .div2 .span3{
	display:block;
	line-height: 32px;
	color: #fff;
	font-size: 20px;
}
.ys_box .div2 .span2{
    font-size: 20px;
    color: #cfe9ff;
}
.ys_box ul li:hover{
	cursor: pointer;
}
.ys_box ul li:hover img{
	animation: ball .6s infinite alternate;
}




/*分类*/
.probj{
	width: 100%;
	height: auto;
	min-height: 780px;
	background: #fff url(../images/probj.jpg) center top no-repeat;
}
.h120{
	height: 120px;
}
.probt{
	text-align: center;
	margin-top: 20px;
	padding-top: 25px;
}
.zmbta{
	background: url(../images/zmbt_1.png) center top no-repeat;
}
.btty{
	width: auto;
	text-align: center;
}
.probt span{
	display: inline-block;
	width: 169px;
	height: 58px;
	background: url(../images/bta.png) center no-repeat;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}
.probt a{
    font-size: 40px;
	color: #000;
	font-weight: bold;
	margin-left: 20px;
}
.probt a:hover{
	color: #2764c6;
}
.probt p{
	font-size: 15px;
	color: #333;
	line-height: 40px;
}


.pro_list_con{
	width: 1350px;
	margin:0 auto;
	position: relative;
}
.cpnav{
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
    height: 260px;
    padding-top: 10px;
}
.cpnav ul{
	position: relative;
}
.cpnav ul li{
	float: left;
	width: 430px;
	height: 220px;
	background: #fff;
	border-radius: 10px;
	margin-right: 30px;
	box-shadow: 0 5px 10px #d1d1d1;
	overflow: hidden;
	position: relative;
}
.cpnav ul li .navbt{
	position: absolute;
	left: 30px;
	top: 40px;
}
.cpnav ul li .navbt .flbt{
	font-size: 23px;
	color: #0061b0;
	font-weight: bold;
	background: url(../images/hot.png) right center no-repeat;
	padding-right: 60px;
}
.cpnav ul li .navbt span{
	font-size: 15px;
	color: #6c6c6c;
	display: block;
}
.cpnav ul li .navbt .flmore{
	display: block;
	width: 110px;
	height: 31px;
	border: 1px #bababa solid;
	border-radius: 50px;
	margin-top: 50px;
	line-height: 31px;
	text-align: center;
	font-size: 15px;
	color: #757575;
}

.cpnav ul li .navimg{
    float: right;
}
.cpnav ul li:hover{
	background: #0061b0;
}
.cpnav ul li:hover .navbt .flbt{
	color: #fff;
}
.cpnav ul li:hover .navbt span{
	color: #fff;
}
.cpnav ul li:hover .navbt .flmore{
	color: #fff;
	border: 1px #fff solid;
}

.list_l, .list_r {
    width: 50px;
    height: 50px;
    background-image: url(../images/icon.png);
    position: absolute;
    top: 95px;
    cursor: pointer;
}
.list_l {
    background-position: 0;
    left: -70;
}
.list_r {
    background-position: -50px;
    right: -70;
}
/*pro*/
.pro_litpic {
    width: 92%;
    margin: 0 auto;
    height: 700px;
    overflow: hidden;
    position: relative;
	background: #fff;
	padding: 13px;
}
.pro_a{
	overflow: hidden;
}
.pro_b{
	overflow: hidden;
}
.pro_go>ul>li {
    width: 24.6%;
    margin: 4px 0.2%;
    float: left;
    overflow: hidden;
    position: relative;
}
.pro_go>ul>li>a {
    display: block;
    height: 320px;
    overflow: hidden;
}
.pro_go>ul>li a img {
    width: 100%;
    height: auto;
    min-height: 320px;
    transition: all 0.5s;
}
.pro_go>ul>li a span{
    display: block;
    width: 310px;
    height: 95px;
    background: url(../images/pro_des.png) center center no-repeat;
    position: absolute;
    bottom: 20px;
    left: -245px;
    opacity: 0;
    transition: all 0.6s;
    color: #fff;
}
.pro_go>ul>li a span p{
	float: left;
}

.pro_go>ul>li a span b{
	font-family: "Arial";
	font-size: 15px;
	color: #fff;
	font-weight: normal;
	float: right;
	line-height: 95px;
    margin-right: 27px;
}
.pro_go>ul>li:hover span{
    left: 0;
    opacity: 1;
}
.pro_go>ul>li span b:hover{
	text-decoration: underline;
}
.pro_go>ul>li:hover img{
    transform: scale(1.1);
}
.pro_go>ul>li a span em {
    font-size: 17px;
    padding-top: 18px;
    display: block;
    padding-left: 20px;
}



.pro_go>ul>li a span i {
    font-size: 20px;
    margin-top: 3px;
    margin-left: 21px;
	display: block;
	font-style: normal;
	font-family: "Arial";
}
.pro_go>ul>li a span i::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/tela.png) left center no-repeat;
    vertical-align: middle;
    margin-bottom: 5px;
	margin-right: 6px;
}
.bai{
	width:90%;
	padding: 13px;
	background: #fff;
	margin: 0 auto;
}
/*adv*/
.advbj{
	width: 100%;
	height: 980px;
	background:#f4f4f4 url(../images/advbj.jpg) center bottom no-repeat;
	margin-top: 45px;
}
.ysimg{
	padding-top: 65px;
	margin-left: -130px;
}
.yslb{
	width: 550px;
	margin-top: 40px;
}
.yslb ul li{
   margin-top: 40px;
}
.yslb ul li img{
	float: left;
	margin-top: 15px;
}
.yslb ul li .ystit{
	float: left;
	margin-left: 20px;
}
.yslb ul li .ystit b{
	font-size: 28px;
	color: #000;

}
.yslb ul li .ystit span{
	font-family: "Arial";
	font-size: 18px;
	color: #838383;
	display: block;
	line-height: 35px;
}
.yslb ul li .ystit em{
	display: block;
	width: 50px;
	height: 3px;
	background: #ea0000;
	margin-top: 5px;
}
.yslb ul li .ysnr{
	font-size: 16px;
	color: #575757;
	line-height: 28px;
	background: url(../images/star.png) left 7px no-repeat;
	margin-left: 23px;
	padding-left: 35px;
	margin-top: 20px;
}
.lcbt{
    margin-top: 150px;
}
.lcbt span{
	width: 169px;
	height: 58px;
	background: url(../images/bta.png) center no-repeat;
	display: block;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 33px;
	font-weight: bold;
}
.lcbt img{
	margin-top: 20px;
	margin-left: 60px;
}

/*流程*/
.youshi{
	width: 100%;
	height: 260px;
	background-image: linear-gradient(to right, #0052a5 , #0073d4);
}
.youshi ul{
	background: url(../images/jiantou.png) center no-repeat;
	width: 100%;
    height: 260px;
}
.youshi ul li{
	width: 175px;
	height: 175px;
	background: url(../images/yuan.png) center no-repeat;
	float: left;
	margin-right: 60px;
	text-align: center;
	margin-top: 40px;
}
.youshi ul li:last-child{
	margin-right: 0;
}
.youshi ul li img{
	margin-top: 38px;
}
.youshi ul li span{
	display: block;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
}
.youshi ul li:hover img{
	transition: all 0.5s;
    transform: rotate(360deg);
    cursor: pointer;
}


/*case*/
.custerm {
	width: 100%;
	height: 800px;
	background:url(../images/albj.jpg) repeat left;
	overflow: hidden;
}
.zmbtb{
	background: url(../images/zmbt_2.png) center top no-repeat;
}

.swiper-container {
	padding:35px 0;
}
.post_m {
	position: relative;
	padding-bottom:50px;
	margin:30px auto 0 auto;
	width:94%;
}
.post_m .swiper-slide {
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	-webkit-transition: transform 1s;
	-moz-transition: transform 1s;
	-ms-transition: transform 1s;
	-o-transition: transform 1s;
	-webkit-transform: scale(.8);
	transform: scale(.8);
}
.post_m .swiper-slide img {
	width: 100%;
	height:auto;
}
.post_m .sytext {
	box-sizing:border-box;
	width: 60%;
	line-height:45px;
	height: 45px;
	opacity:1;
	color:#000;
	text-align:center;
	font-size:17px;
	background-color:#d8d8d8;
	margin:0 auto;
}
.post_m .swiper-slide-next {
	-webkit-transform: scale(.94) translateX(10px);
	transform: scale(.94)translateX(10px);
}
.post_m .swiper-slide-prev {
	-webkit-transform: scale(.94) translateX(-10px);
	transform: scale(.94)translateX(-10px);
}
.post_m .swiper-slide-active, .post_m .swiper-slide-duplicate-active {
	-webkit-transform: scale(1.07) translateY(-14px);
	transform: scale(1.07) translateY(-14px);
}
.post_m .swiper-slide-active .sytext, .post_m .swiper-slide-duplicate-active .sytext {
	opacity:0;
}
.post_m .swiper-slide-active h4, .post_m .swiper-slide-active p, .post_m .swiper-slide-duplicate-active h4, .post_m .swiper-slide-duplicate-active p {
	color: #fff;
}
.post_m .swiper-slide-active a, .post_m .swiper-slide-duplicate-active a {
	display: block;
	width:100%;
	height:100%;
	position: relative;
}
.post_m .swiper-pagination {
	bottom:0;
	left: 50%;
	transform: translate(-50%, 0)
}
.post_m .swiper-pagination-bullet {
	width:16px;
	height:16px;
	background:#dedfe0;
	opacity:1;
}
.post_m .swiper-pagination-bullet+ .swiper-pagination-bullet {
	margin-left:14px;
}
.post_m .swiper-pagination-bullet-active {
	background:#47af34;
}
.custhide {
	position:absolute;
	top:310px;
	width:70%;
	height:180px;
	box-sizing:border-box;
	padding:30px;
	background-image: linear-gradient(to top, #0052a5 , #0073d4);
	color:#fff;
	transition:all .3s ease;
	opacity:0;
	left:0;
	right:0;
	margin:0 auto;
}
.cust_t {
	font-size:18px;
	color:#fff;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-bottom:15px;
}
.cust_remark {
	color: #acb9dd;
	font-size: 14px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.post_m .swiper-slide-active .custhide, .post_m .swiper-slide-duplicate-active .custhide {
	opacity:1;
	bottom:-15px;
}
.cust_jt {
	margin-top:15px;
	text-align:right;
}
.cust_jt i {
	display:inline-block;
	width:25px;
	height:6px;
	background:url(../images/jiantoub.png) no-repeat center;
}
.post_m .custjt {
	bottom:-13px;
	top:auto;
	left:30%;
	width:20px;
	height:40px;
	background:url(../images/jiantou.png) no-repeat left top;
}
.post_m .custjt.swiper-button-prev {
	left:auto;
	right:30%;
	background-image:url(../images/jiantoua.png);
}
.post_m .custjt:hover {
	background-position-y:bottom;
}
/*设备*/
.index_bj{
	width: 100%;
	height: 700px;
	background: url(../images/indexbj.jpg) center bottom no-repeat;
}
.slbt{
	width: 490px;
    margin: 0 auto;
}
.slbt a{
	font-size: 38px;
	color: #333;
	position: relative;
	font-weight: bold;
}
.slbt a::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 15px;
    width: 42px;
    height: 38px;
    background: url(../images/jt_tb.png) center no-repeat;
    right: -55px;
}
.slbt a:hover{
	color: #0052a5
}
.slbt b{
	font-size: 38px;
	color: #333;
	position: relative;
}
.slbt b::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 15px;
    width: 42px;
    height: 38px;
    background: url(../images/jt_tb.png) center no-repeat;
    right: -55px;
}
.slbt span{
	font-size: 20px;
	font-family: "Arial";
	color: #ababab;
	text-transform: uppercase;
	display: block;
}

.com_con{
	width: 860px;
	height: 550px;
	background: url(../images/kuang.png) left top no-repeat;
	margin-top: 40px;
}

.scroll_img{
    float: left;
    width: 820px;
    position: relative;
    left: 35px;
    height: 490px;
    overflow: hidden;
	border-radius: 50px;
	top: 35px;
}
.scroll_img img{
    width: 100%;
    min-height: 410px;
    height: auto;
    position: absolute;
    top:0;
    left: 0;
    transform: scale(1.2);
}
.scroll_img p{
	width: 100%;
    height: 95px;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    bottom: 0;
    text-align: center;
    line-height: 95px;
	color: #adabab;
    font-size: 25px;

}
.scroll_img p b{
	font-size: 26px;
	color: #fff;
}
.scroll_img p em{
	color: #fff;
	font-size: 28px;
	font-family: "Arial";
}
.scroll_img:hover p{
	background: rgba(0, 92, 183, .8);
}

.zizhi{
	width: 395px;
	height: 530px;
	background-image: linear-gradient(to top, #0052a5 , #0073d4);
	border-radius: 35px;
	margin-top: 40px;
}

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
    display: none;
    position: relative;
    width: 280px;
    -ms-touch-action: pan-y;
    margin: 0 auto;
    margin-top: 45px;
    overflow: hidden;
	height: 480px;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
    
.owl-carousel .owl-item{
    float: left;
}
.pro_imga{
	width: 280px;
	height: 370px
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);

}

.owl-theme .owl-controls{
    margin-top: 10px;
    float: right;
}
.item span{
    position: absolute;
    z-index: 999;
    left: 0;
    bottom: -107px;
    width: 280px;
    border-top: 1px #458acd solid;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 60px;

}


/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
	background: #ff0000;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
    min-height: 150px;
}

/*广告*/
.ggbj{
	width: 100%;
	height: 250px;
	background: url(../images/ggbj.jpg) center no-repeat;
}
.ggfl{
	width: 420px;
    margin-top: 40px;
}
.ggfl em{
	display: block;
	width: 40px;
	height: 3px;
	background: #fff;
	margin-bottom: 5px;
}
.ggfl p{
	font-size: 33px;
	color: #fff;
}
.ggfl p span{
	font-size: 36px;
}
.ggfl ul li{
	float: left;
	text-align: center;
	margin-right: 35px;
	margin-top: 20px;
}
.ggfl ul li a{
	display: block;
	line-height: 45px;
	color: #fff;
	font-size: 16px;
}
.ggfl ul li:hover a{
	text-decoration: underline;
}
.ggfl ul li:hover img{
	transition: all 0.5s;
    transform: rotate(360deg);
    cursor: pointer;
}
.ggtel{
	margin-top: 40px;
	margin-left: 120px;
}
.ggtel em{
	display: block;
	width: 40px;
	height: 3px;
	background: #fff;
	margin-bottom: 10px;
}
.ggtel span{
	font-size: 23px;
	font-family: "Arial";
	color: #fff;
}
.ggtel p{
	font-size: 20px;
	color: #fff;
	margin-top: 10px;
}
.ggtel b{
	display: block;
	width: 280px;
	height: 50px;
	background: #e00000;
	border-radius: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 35px;
	font-family: "Arial";
	margin-top: 25px;
	margin-left: -10px;
}
.ewm{
	
}
.ewm ul li{
	float: left;
	text-align: center;
	width: 153px;
	margin-left: 60px;
	margin-top: 35px;
}
.ewm ul li span{
	display: block;
	color: #fff;
	font-size: 18px;
	line-height: 45px;
}



/*新闻*/
.newbj{
	width: 100%;
	height: 600px;
	background: #f4f4f4 url(../images/xwbj.jpg) bottom center no-repeat;
    padding-top: 45px;

}
.zmbtc{
	background: url(../images/zmbt_3.png) center top no-repeat;
}
.news_con{
    width: 85%;
    margin: 50px auto 0 auto;
}
.news_con ul li{
    float: left;
    width: 23%;
    height: 260px;
    position: relative;
    box-sizing: border-box;
    background: #fff;
    margin-right: 16px;
}
.news_con ul li a{
    color: #333;
}
.xwyuan{
	width: 55px;
	height: 50px;
	background: #fff;
	border-radius: 100px;
	box-shadow: 0 1px 8px #d2d2d2;
	z-index: 999;
	left: 30px;
    position: absolute;
	top: -25px;
	text-align: center;
	font-size: 14px;
	color: #0051a4;
	padding-top: 5px;
}
.news_des{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px;
}
.news_des em{
    font-size: 17px;
	display: block;
	height: 80px;
	line-height: 80px;
	border-bottom: 1px #d5d5d5 solid;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin-bottom: 13px;
}

.news_des p{
    font-size: 15px;
    color: #666;
    line-height: 25px;
    display: block;
    height: 50px;
    overflow: hidden;
}
.news_des i{
    font-size: 16px;
    color: #959595;
	font-family: "Arial";
	font-style: normal;
	background: url(../images/shijian.png) left center no-repeat;
	padding-left: 30px;
	line-height: 25px;
	display: block;
	height: 25px;
	margin-top:35px;
}
.news_cover{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    box-shadow: 0 0 5px rgba();
	overflow: hidden;
}
.news_con ul li.active .news_cover{
    display: block;
}
.news_cover img{
    width: 100%;
    height: auto;
    min-height: 290px;
}
.news_cover span{
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    display: block;
    background-image: linear-gradient(to right, #0052a5 , #0073d4);
}
.news_cover span i{
    color: #fff;
    line-height: 50px;
    text-indent: 18px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-style: normal;
	padding-left: 20px;
}


/*底部*/
.footer{
	width:100%;
	height: 410px;
	background: url(../images/footbj.jpg) center no-repeat;
}
.dblogo{
	margin-left: 35px;
	margin-top: 80px;
}
.dbpro{
	margin-left: 150px;
	margin-top: 70px;
	width: 590px;
	border-right: 1px #323232 solid;
	height: 270px;
}
.dbpro span{
	color: #fff;
	font-size: 26px;
	padding-top: 30px;
    display: block;
}
.dbpro em{
	display: block;
	width: 45px;
	height: 3px;
	background: #fff;
	margin-top: 13px;
	margin-bottom: 25px;
}
.dbpro ul li{
	width: 170px;
	height: 40px;
	background: #444;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	line-height: 40px;
	text-align: center;
}
.dbpro ul li a{
	display: block;
	color: #c6c6c6;
	font-size: 15px;
}
.dbpro ul li:hover{
	background: #0063b8;
}
.dbpro ul li:hover a{
	text-decoration: underline;
	color: #fff;
}
.dbewm{
    text-align: right;
	margin-top: 60px;
}
.dbewm b{
    color: #fff;
	font-size: 35px;
	font-family: "Arial";
	background: url(../images/telb.png) left center no-repeat;
	padding-left: 50px;
} 
.dbewm a{
	display: block;
	width: 160px;
	height: 43px;
	margin: 0 auto;
	border: 1px #fff solid;
	border-radius: 50px;
	margin-top: 15px;
	text-align: center;
	line-height: 43px;
	font-size: 16px;
	background: url(../images/ly.png) 25px center no-repeat;
	color: #fff;
}
.dbewm a:hover{
	background: #0063b8  url(../images/ly.png) 25px center no-repeat;
}
.dbewm ul li{
	width: 110px;
	text-align: center;
	float: left;
	margin-left: 50px;
	margin-top: 25px;
}
.dbewm ul li span{
	font-size: 15px;
	color: #7e7e7e;
	line-height: 40px;
}

.copy{
	height:70px;
	line-height:70px;
	background: #212121;
	text-align: center;
	color: #d7d7d7;
	font-size: 16px;
	border-top: 1px #323232 solid;
}
.copy a{
	color: #d7d7d7;
}


/*当前导航*/
.breadcrumbs {
	height: 61px;
    font-size: 14px;
    line-height: 60px;
    color: #fff;
    background: #0051a4;
    width: 1350px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: absolute;
    bottom: 0;
    z-index: 999;
    left: 50%;
    margin-left: -675px;
}
.breadcrumbs .dh_box {
	width: 1350px;
	margin: 0 auto
}
.breadcrumbs .sortName {
	color:#fff;
	font-size:22px;
	font-weight:700;
}
.breadcrumbs .dqdhMain {
	color: #fff;
	padding-left: 30px;
}
.breadcrumbs .dqdhMain a {
	font-size: 15px;
	color: #fff;
	display:inline-block;
}
.breadcrumbs .dqdhMain a:hover {
	text-decoration:underline;
	color:#fff;
}
.breadcrumbs .dqdhMain .span2 {
	color:#fff;
	font-size: 14px;
	display:inline-block;
	padding:0 5px;
}
.breadcrumbs .indexa {
}
.breadcrumbs .span1 {
	color:#fff;
	padding:0 10px 0 30px;
	background:url(../images/dizhi.png) left center no-repeat;
	font-size: 15px;
}
.breadcrumbs .dqdh_class {
	margin-top:10px;
}
.breadcrumbs .dqdh_class li {
	float:left;
	padding:0 15px 0 0px;
}
.breadcrumbs .dqdh_class li a {
	display:block;
	padding:0 50px;
	height:40px;
	line-height:40px;
	color:#fff;
	font-size:23px;
	position:relative;
}
.breadcrumbs .dqdh_class li a::before, .breadcrumbs .dqdh_class li a::after {
content:'';
display:block;
position:absolute;
top:50%;
margin-top:-6px;
height:12px;
width:1px;
border-left:1px solid #fff;
border-right:1px solid #fff;
}
.breadcrumbs .dqdh_class li a::before {
left:20px;
}
.breadcrumbs .dqdh_class li a::after {
right:20px;
}
.about_con{
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 40px;
    position: relative;
    padding-bottom: 40px;
}
.about_l{
    width:100%;
}
.about_tit p{
    color: #707070;
    font-size: 17px;
    font-weight: normal;
    padding-left: 20px;
    position: relative;
    margin-top: 25px;
}

.about_tit{
    margin-bottom: 30px;
	text-align: center;
}
.about_tit>i{
	display: block;
	font-style: normal;
	font-size: 75px;
	color: #e6e6e6;
	font-weight: bold;
}
.about_tit>em{
    font-size: 42px;
    line-height: 1;
    color: #1d1d1f;
    font-weight: bold;
    position: relative;
    margin-top: -50px;
    display: block;
}
.about_l>p{
    font-size: 15px;
    color: #333;
    line-height: 25px;
    margin-top: 15px;
}
.about_tit1{
    margin-bottom: 30px;
    text-align: center;
}
.about_tit1>em{
    font-size: 42px;
    line-height: 1;
    color: #333;
    font-weight: bold;
    position: relative;
    margin: 0 auto;
}
.about_tit1 p{
    margin-top: 8px;
}
/*内页联系方式*/
.page{
    
}
.page_con{
    width: 1350px;
    margin: 60px auto;
    position: relative;
}
.page_con::after{
    content: '';
    display: block;
    clear: both;
}
.page_tit h4{
    position: relative;
    color: #333333;
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 12px;
    text-align: center;
    font-weight: normal;
}
.page_tit{
	margin-bottom: 30px;
}
.page_tit h4::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 5px;
    background: #00a38b;
}
.page_contact{
    position: relative;
}
.page_contact h3{
    text-align: left;
    font-size: 48px;
    color: #333;
    margin-bottom: 10px;
    font-weight: normal;
	font-family: 'Calisto MT', Helvetica, sans-serif;
	margin-left: 20px;
}
.page_contact em{
    color: #9fa09f;
    font-size: 15px;
	margin-left: 20px;
}
.page_contact h4{
    font-size: 34px;
    color: #005aae;
    margin: 30px 0;
	font-weight: bold;
	margin-left: 20px;
}
.page_contact ul{
    width: 90%;
	margin-left: 20px;
}
.page_contact ul li{
    float: left;
    margin-right: 2%;
    color: #333;
    line-height: 40px;
}
.page_contact ul li::before{
    content: '';
    display: inline-block;
    width: 22px;
    height: 20px;
    background-image: url(../images/contact_con.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 4px;
}
.page_contact ul li:nth-child(1)::before{
    background-position: 1px 0;
}
.page_contact ul li:nth-child(2)::before{
    background-position: -22px 0;
}
.page_contact ul li:nth-child(3)::before{
    background-position: -46px 0;
}
.msg{
    width: 100%;
    height: 350px;
    background: #005aae;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-top: 60px;
}
.msg span{
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 52px 80px 0 80px;
}
.msg span i{
    font-size: 32px;
    color: #fff;
	font-style: normal;
}
.msg span p {
    font-size: 14px;
    line-height: 26px;
    color: #82bcf3;
    margin-top: 5px;
}
.msg form {
    width: 1200px;
    margin: 50px auto 0 auto;
    overflow: hidden;
}
.msg form textarea{
    width: 380px;
    height: 50px;
    background: #fff;
    color: #666;
    font-size: 15px;
    padding-left: 20px;
    border: none;
    line-height: 50px;
}
.msg form input,.msg form button{
    width: 120px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    padding-left: 20px;
}
.msg form textarea,.msg form input,.msg form button{
    float: left;
    margin-left: 5px;
}
.yz{
    overflow: hidden;
    float: left;
}
.yz img{
    width: 140px;
    min-height: 50px;
    height: auto;
    margin-left: 5px;
}
.msg form button{
    background: #82bcf3;
    color: #fff;
    padding: 0;
    float: right;
    border-radius: 5px;
    cursor: pointer;
	font-size: 18px;
}
.hua{
    position: absolute;
    right: -86px;
    top: 0;
}



/*新闻列表页*/
.main {
    background: #f5f5f5;
    height: auto;
}
.mainBox {
    padding-bottom: 100px;
}
.tit1 {
    text-align: center;
    position: relative;
	padding-top: 50px;
}
.tit1 h3 {
    font-size: 40px;
    color: #333;
}
.tit1 h3 span {
    display: inline-block;
    width: 169px;
    height: 58px;
    background: url(../images/icon1.png) -123px -4px no-repeat;
    color: #fff;
    font-size: 30px;
    line-height: 54px;
    vertical-align: middle;
    margin-right: 8px;
}
.tit1 p {
    color: #333;
    font-size: 15px;
    margin-top: 5px;
}
.page_news{
    position: relative;
}
.page_news ul{
    overflow:  initial;
    position: relative;
}
.page_news ul::after{
    content: '';
    display: block;
    clear: both;
}
.page_news ul li{
    width: 325px;
    height: 470px;
    box-shadow:0 0 25px 3px #f2f2f2 ;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #eeeeee;
    float: left;
    position: relative;
    z-index: 11;
    transition: all 0.6s;
}
.page_news ul li:hover{
    margin-top: -40px;
}
.page_news ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.page_news ul li span{
    width: 100%;
    height: 240px;
    overflow: hidden;
    display: block;
}
.page_news ul li span img{
    width: 100%;
    height: auto;
    min-height: 240px;
}
.page_news ul li em{
    color: #828282;
    font-size: 18px;
	font-family: "Arial";
}
.page_news ul li h3{
    font-size: 18px;
    margin: 15px 0 10px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:90%;
}
.page_news ul li p{
    overflow: hidden;
    height: 48px;
    margin-bottom: 20px;
    color: #999999;
    font-size: 13px;
    line-height: 24px;
}
.page_news ul li i{
    padding: 20px 0 5px;
    color: #828282;
    font-size: 14px;
    border-top: 1px solid #eeeeee;
    position: relative;
	display: block;
	font-style: normal;
}
.page_news ul li i::after{
    content: '';
    display: block;
    width: 23px;
    height: 6px;
    background: url(../images/more.png) center no-repeat;
    position: absolute;
    right: 0;
    top: 57%;
}
.page_news ul>div{
    width: 325px;
    height: 500px;
    float: left;
    margin-right: 12px;
    margin-top: 40px;
}
.ddes{
    padding: 20px;
    background: #fff;
	height: 100%;
}
.page_news_tit a:hover::after{
    right: 16px;
}
.page_news_tit a::after {
    content: '';
    display: block;
    position: absolute;
    right: 22px;
    top: 50%;
    height: 6px;
    width: 17px;
    background: url(../images/icon.png) -109px -168px no-repeat;
    margin-top: -3px;
    transition: all 0.6s;
}
.page_news ul li:hover h3,.page_news ul li:hover i{
    color: #0051a4;
}
/*fenye*/
.fenye {
	text-align:center;
	color:#666;
	font-size:14px;
	line-height:30px;
	padding:20px 0;
}
.fenye .rows {
	color:#666;
	font-size:13px;
	padding:0 10px;
}
.fenye .current {
	display: inline-block;
	color:#1d76f8;
	font-size:14px;
	padding:0 5px;
}
.fenye .num, .fenye .next {
	display:inline-block;
	margin:0 3px;
	padding:0 10px;
	border:1px solid #ddd;
	color:#666;
	font-size:14px;
	height:28px;
	line-height:27px;
	border-radius:5px;
}
.fenye .num:hover, .fenye .next:hover {
	background-color:#cc0000;
	color:#fff;
	border:1px solid #cc0000;
}
/*新闻详情*/
.main .main_right {
    width: 100%;
    padding-top: 5px;
    background: #fff;
}
.main .tT01 {
	text-align:center;
	line-height:35px;
	padding-top:50px;
}
.main .tT01 .span1 {
	font-size:24px;
	color:#444;
}
.main .subtitle {
	font-size: 16px;
	line-height:50px;
	height: 50px;
	color: #8F8F8F;
	text-align:center;
	margin-top: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.main .subtitle span {
	padding:0 30px;
}
.main .subtitle .timea{
	background: url(../images/shijian.png) left center no-repeat;
}
.main .subtitle .liulan{
	background: url(../images/liulan.png) left center no-repeat;
}

.text {
    line-height: 35px;
    font-size: 15px;
    color: #333;
    margin-top: 57px;
    padding: 30px;
}
.viewpage {
	margin:0;
	padding:20px 0 50px 0;
	border-top:1px solid #eee;
}
.viewpage .main_r_nav {
	color:#999;
	font-size:14px;
	line-height:30px;
	padding-left: 20px;
	padding-right: 20px;
}
.viewpage .main_r_nav a {
	font-size:14px;
	color:#444
}
.viewpage .main_r_nav a:hover {
	text-decoration:underline;
}

/*产品列表页*/
.list_pro_con {
    width: 85%;
    margin: 0 auto;
	margin-bottom: 30px;
}
.list_pro_con>ul li{
    float: left;
    margin-top: 17px;
    border: 1px dashed #969696;
    margin-left: -8px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 20px;
    width: 14.6%;
    text-align: center;
	height: 40px;
}
.list_pro_con>ul{
    overflow: initial;
}
.list_pro_con>ul::after,.list_pro_con::after{
    content: '';
    display: block;
    clear: both;
}
.list_pro_con>ul li a{
    color: #333;
    width: 100%;
    height: 100%;
    display: block;
}
.list_pro_con>ul li:hover{
    border: 1px dashed #1557c1;
}
.list_pro_con>ul li:hover a{
    color: #1557c1;
}
/*产品详情页*/
.product_top {
}
.product_top .l_img {
	width:630px;
	height:550px;
	background-color:#fff;
	text-align:center;
	display:table;
}
.product_top .l_img span {/*display: table-cell; vertical-align:middle;*/
	display:block;
	width:100%;
	height:100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.product_top .l_img span img {
	width:550px;
	height:550px;
}
.product_top span img {
	display:inline-block;
	max-width:100%;
	max-height:100%;
	vertical-align:middle;
}
.product_top .r_box {
	width:680px;
}
.product_top .r_box .product_title {
	border-bottom:1px solid #ddd;
	padding:10px 0 8px 0;
}
.product_top .r_box .product_title h2 {
	font-weight:700;
	font-size:26px;
	color:#101010;
}
.miaoshu {
}
.product_top .subtitle {
	font-size:14px;
	color:#b7b7b7;
	padding-top:8px;
}
.product_top .subtitle span {
	display:block;
	padding-left:25px;
	line-height: 23px;
	height: 24px;
}
.product_top .subtitle span.span1 {
	background:url(../images/shijian.png) left center no-repeat;
}
.product_top .subtitle span.span2 {
	background:url(../images/liulan.png) left center no-repeat;
}
.product_top .keyword {
	height:40px;
	line-height:40px;
	font-size:15px;
	color:#717171;
}
.product_top .keyword span {
	font-size:18px;
	color:#0059A9;
}
.product_top .desc {
	font-size:14px;
	color:#717171;
	line-height:30px;
	margin-top: 15px;
}
.product_top .desc span {
	display:block;
	float:left;
	width:200px;
}
.product_top .desc p {
	display:block;
	width:680px;
	line-height: 28px;
	font-size: 15px;
	color: #8b8b8b;
    margin-bottom: 10px;
}
.product_top .lianxi {

}
.product_top .lianxi .a {
	display:block;
	height:50px;
	line-height:50px;
	float:left;
	margin-right:30px;
	color:#e50100;
	font-size:18px;
	border-bottom:1px solid #e50100;
	padding-left:28px;
}
.product_top .lianxi .a.a_qq {
	background:url(../images/QQ.png) left center no-repeat;
}
.product_top .lianxi .a.a_tel {
	background:url(../images/teld.png) left center no-repeat;
}
.product_top .dianhua {
    height: 40px;
    padding: 0 30px;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
    font-size: 15px;
    background-color: #0051a4;
    margin-top: 50px;
    width: 130px;
}
.product_top .dianhua a {
	color:#fff;
	display: block;
}
.product_top .dianhua:hover {
	background-color:#e50100;
}
.share {
	margin-top:10px;
}
.share .span1 {
	line-height:32px;
	color:#999;
	padding-right:10px;
	font-size:15px;
}
.xiangqing {
	border-top: 50px solid #fff;
}
.xiangqing_top .a_nav {
	display:block;
	float:left;
	width:190px;
	background-cologr:#fff;
	border-bottom:2px solid #e50000;
	color:#eea200;
	text-align:center;
	height:50px;
	line-height:50px;
	font-size:18px;
}
.xiangqing_top .a_nav.active {
	background-color:#e50000;
	color:#fff;
}
.contenta {
	background: #fff;
	border: 1px solid #ddd;
}
.contact_title2 {
	text-align: center;
	font-size: 18px;
	color: #888;
}
.lx_b {
	width: 100%;
	height: 422px;
	border: 1px solid #000;
	margin-top: 30px;
}
.lx_list {
	background-color: #fff;
	width: 275px;
	margin: 39px 10px;
	min-height: 300px;
}
.lx_list p {
	line-height: 35px;
	font-size: 16px;
	color: #666;
	padding-left: 30px;
}
/*在线留言*/
.lybt{ text-align:center; margin-top:40px;}

.lybt span{font-size: 43px;line-height: 45px;text-transform: uppercase;color:#5a5a5a;}

.lybt h3{ display:block; font-size:20px; line-height:45px;color:#5a5a5a; background:url(../images/xiana.jpg) center center no-repeat;}

.liuyan{ margin-top:30px; text-align:center;}

.liuyan span{ font-size:20px;color: rgb(215, 12, 25);}

.liuyan a{ font-size:16px;color: #CCCCCC;}

.liuyan p{ font-size:16px;color: #666666; line-height:30px;}
#faqbox{padding:50px 0 50px 280px;}

#faqbox form{}

#faqbox .faqline{line-height:2em;text-align:left; padding-bottom:10px; color:#999; font-size:13px;}

#faqbox .faqtit{width:150px;display:block;float:left;clear:both;text-align:right; color:#555;}

#faqbox .Content{line-height:2em;text-align:left; padding-bottom:10px;}

#faqbox font{margin:0 5px;}

#faqbox .FaqTitle{ height:50px; line-height:50px; padding:0 10px; border:1px solid #ddd; width:435px; vertical-align:top;}

#faqbox .Content textarea{height:100px;}

.wizfrm{ border:none;width:455px;height:50px;line-height:50px;font-size:16px;color:#fff;text-align:center;cursor:pointer;background:#fff; margin-top:20px;  font-family:'Microsoft YaHei';-moz-transition: all 0.3s;-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s; border-radius:5px;background-color:#e50000; }

.wizfrm:hover{ background-color:#397bfc; }
