@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 { 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);
  }
}



/*banner*/
.focus {
  margin: 0 auto;
  position: relative;
  overflow: hidden;

}

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

}

.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 15px;
  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%;
  background: url(images/loading.gif) center center no-repeat;
}

.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{
	width: 100%;
	height: 410px;
	background: url(../images/nybanner.jpg) center no-repeat;
}

/*分类*/
.probj{
	width: 100%;
	height: auto;
	min-height: 490px;
	background: #fff url(../images/flbj.jpg) center top no-repeat;
}
.pro_tit{

  
	margin-top: 38px;


}


.pro_tit1 {
    width: 569px;
    margin: 0 auto;
	text-align:center;
    margin-top: 20px;
	background:url(../images/bai.jpg) no-repeat center;

    height: 130px;
}

.pro_tit1 h3 em{
	font-size: 40px;
	color: #008cd6;
	font-weight: bold;
	float: left;
}.pro_tit1 h3 a{
    width: 569px;
	height: 80px;
	font-size: 40px;
    
    font-weight: bold;

	border-radius: 50px;
	display: block;

	margin-top: 10px;
    margin-left: 10px;
    text-align: center;
	line-height:80px;

    color: #fff;
	letter-spacing:30px;

}


.pro_tit1 p{
    font-size: 15px;
    color: #333;
	margin-top:15px;
    line-height:32px;
	display: block;
}




.pro_tit h3 em{
	font-size: 40px;
	color: #008cd6;
	font-weight: bold;
	float: left;
}
.pro_tit h3 a{
	width: 160px;
	height: 40px;
	font-size: 40px;
    
    font-weight: bold;

	border-radius: 50px;
	display: block;
	float: left;
	margin-top: 10px;
    margin-left: 10px;
    text-align: center;
    line-height: 40px;
    color: #000;

}

.pro_tit p{
    font-size: 15px;
    color: #333;
    line-height:32px;
	display: block;
}
.pro_tit h3 a:hover{

}

.pro_list_con{
	width: 1350px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}
.cpnav{
	width: 1350px;
	margin:0 auto;
	margin-top: 25px;
	overflow: hidden;
}
.cpnav ul{
	position: relative;
}
.cpnav ul li{
	float: left;
	text-align: center;
	margin-left: 9px;
	margin-right: 9px;
	margin-bottom: 30px;
	margin-top: 5px;
}
.cpnav ul li img{
	width: 190px;
	height: 190px;
	padding: 8px;
	border-radius: 100%;
    border: 1px #e2e2e2 dashed;

}
.cpnav ul li p{
	display: block;
	width: 175px;
	height: 40px;
	background: #008cd6;
	border-radius: 50px;
	margin: 0 auto;
	margin-top: 15px;
	line-height: 40px;
}
.cpnav ul li p a{
	color: #fff;
	font-size: 16px;
	display: block;
}
.cpnav ul li:hover img{
	cursor:pointer; -webkit-transition: all ease-in-out .3s;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;transition: all ease-in-out .3s;-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)
}
.cpnav ul li:hover p{
    background: #ff9000
}
/*pro*/
.pro_show{
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
	height: 780px;
}
.pro_go ul{overflow: hidden;}
.pro_go ul li{
    width: 24.3%;
    margin: 18px 0.3%;
    float: left;
    position: relative;
    height: 350px !important;
}
.cpimg{
	width: 100%;
	height: 300px;
	background-position:center center; 
-webkit-background-size: cover;  
-moz-background-size: cover;  
-o-background-size: cover; 
background-size:cover;

}

.pro_go ul li .p1{
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    transition: all 0.6s;
	border-bottom: 1px #e8e8e8 solid;
}
.pro_go ul li .p1 .sytitle{
	color: #000;
	float: left;
	padding-left: 18px;
	font-size: 16px;
}
.pro_go ul li .p1 .tumore{
	float: right;
	width: 75px;
	height: 20px;
	border: 1px #c8c8c8 solid;
	border-radius: 50px;
	margin-right: 10px;
	margin-top: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 13px;
	color: #a8a8a8;

}
.pro_go ul li:hover .p1{
    background: #008cd6;
}
.pro_go ul li:hover .sytitle{
	color: #fff;
}
.pro_go ul li:hover .tumore{
	color: #fff;
	border: 1px #fff solid;
}
.pro_go ul li .p2{
	display: block;
	width: 100%;
	height: 300px;
	background: rgba(0,0,0,.65);
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
    display: none;
}
.pro_go ul li .p2 .smore{
	display: block;
	height: 80px;
	background: url(../images/sou.png) center no-repeat;
	margin-top: 70px;
}
.pro_go ul li .p2 .cptel{
	font-size: 35px;
	color: #fff;
	font-family: "Arial";
	display: block;
	margin-top: 10px;
}
.pro_go ul li:hover .p2{
	display: block;
}


/*adv*/
.advbj{
	width: 100%;
	height: 1110px;
	background:#f4f4f4 url(../images/advbj.jpg) center bottom no-repeat;
	margin-top: 55px;
}
.adj01{
	width: 100%;
	height: 860px;
	background:#f4f4f4 url(../images/ab01.jpg) center bottom no-repeat;

}
.advtit{
	text-align: center;
}
.advtit img{
	display: block;
	margin: 0 auto;
	padding-top: 30px;
	margin-bottom: 8px;
}
.advtit span{
	font-size: 65px;
	font-weight:bold;
	color: #fff;
	margin-top:50px;
}
.advtit p{
	display: block;
	width: 840px;
	height: 60px;
	background:url(../images/heng4.png) no-repeat center;
	
	border-radius: 50px;
	margin: 0 auto;
	line-height: 60px;
	text-align: center;
    color: #fff;
    font-family: "Arial";
    font-size: 20px;

}
.adv_des{
    width: 1350px;
    height: 700px;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
}
.adv_des ul{
    width: 100%;
    height: 700px;
    position: relative;
}
.adv_img{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -388px;
    top: 28%;
    animation: ball .6s infinite alternate;
}
.adv_circle{
    width: 243px;
    height: 243px;

    border-radius: 50%;
}
.adv_circle em{
    width: 243px;
    height: 243px;
    margin: 8px;
    background: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    padding-top: 20px;
    position: relative;
    z-index: 1;
    display: block;
}
.adv_circle em i{
    width: 243px;
            height: 122px;
			display:block;
			position:relative;
			margin-top:-20px;
 
            background-color: #f1bf00;
            border-radius: 243px 243px 0 0;
}

.adv_circle em i p{
	 line-height:122px;
	 text-align:center; font-size:44px; font-weight:bold;
	 font-style:normal;
	 color:#FFF;
}

.adv_des ul li:nth-child(1) .adv_circle em::before{
    background-position: -6px -160px;
}
.adv_des ul li:nth-child(2) .adv_circle em::before{
    background-position: -96px -160px;
}
.adv_des ul li:nth-child(3) .adv_circle em::before{
    background-position: -187px -160px;
}
.adv_des ul li:nth-child(4) .adv_circle em::before{
    background-position: -276px -160px;
}
.advp{
    width: 202px;
    height: 100px;
    background: #008cd6;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    position: absolute;
    top: 30px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    box-sizing: border-box;
    padding: 10px 30px;
    right: -80px;
    transition: all 0.6s;
    opacity: 0;
}
.adv_des ul li:hover .advp{
    right: -160px;
    opacity: 1;
}
.adv_des ul li{
    position: absolute; 
    cursor: pointer;  
}
.adv_des ul li:nth-child(1){
    top: 10px;
    left: 225px;
}
.adv_des ul li:nth-child(2){
    right: 240px;
    top: 45px;
}
.adv_des ul li:nth-child(3){
    top: 340px;
    left: 0px;
}
.adv_des ul li:nth-child(4){
    top: 340px;
    right: 0px;
}


/*case*/
.case{
	width: 100%;
	height: 650px;
	background: url(../images/albj.jpg) center no-repeat;
}
.xiangmu_con{
    margin: 35px 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.xiangmu_con>ul{
    position: relative;
}
.xiangmu_con>ul>li{
    float: left;
    width: 410px;
    position: relative;
    float: left;
    margin: 0 10px;
    cursor: pointer;
}
.xiangmu_con>ul>li .spanImg {
	display:block;
	overflow:hidden;
	width:100%;
	height: 480px;
	background-position:center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;
}
.xiangmu_con>ul>li p{
	width: 100%;
	height: 120px;
	background: url(../images/albt.png) center no-repeat;
	position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0
}
.xiangmu_con>ul>li:hover p{
	opacity: 1
}
.xiangmu_con>ul>li p em{
	font-size: 18px;
	color: #fff;
	display: block;
    padding-left: 20px;
    margin: 30px 5px 0;
}
.xiangmu_con>ul>li p b{
	font-size: 28px;
	font-family: "Arial";
	font-weight: normal;
	color: #fff;
	display: block;
	background: url(../images/tela.png) left center no-repeat;
	padding-left: 40px;
	margin-left: 20px
}

.xiangmu_prev,.xiangmu_next{
    position: absolute;
    width: 80px;
    height: 80px;
    background-image: url(../images/icona.png);
    top: 50%;
    left: 50%;
    margin-top: -38px;
    cursor: pointer;
}
.xiangmu_prev{
    background-position: 0 0;
    margin-left: -519px;
}
.xiangmu_prev:hover{
    background-position: 0 80px;
}
.xiangmu_next{
    background-position: -80px 0;
    margin-left: 443px;
}
.xiangmu_next:hover{
    background-position: -80 -80px;
}
/*关于我们*/
.abbj{
	width: 100%;
	height: 905px;
	background: url(../images/advbj.jpg) center no-repeat;

	position: relative;
}
.abfl{
	width: 700px;
	float:right;
	padding-top: 60px;
}
.abfl span{
	color: #fff;
	font-size: 40px
}
.abfl h3{
	color: #000;
	font-size: 40px;
	font-weight: bold;
}
.abfl em{
	font-size: 22px;
	color: #000;
	letter-spacing: 8px;
}
.abfl p{
	display: block;
	font-size: 15px;
	color: #000;
	line-height: 36px;
    margin-top: 30px;
}
.abfl a{
	display: block;
	width: 150px;
	height: 45px;
	background:#FFF;
	border-radius: 50px;
	line-height: 45px;
	text-align:center;
	
	color: #858585;
	font-size: 15px;
	margin-top: 30px;
}
.abfl a:hover{
	text-decoration: underline;
}

.abpro{
	width: 750px;
	height: 330px;
	position: absolute;
	right: 0;
	bottom: -90px;
	text-align: right
}
/*视频*/
.spbj{
   width: 100%;
   height: 650px;
   background: url(../images/spbj.jpg) center bottom no-repeat;
   border-bottom: 8px #008cd6 solid;
   margin-top: 30px;

}
.zizhi{
	width: 415px;
	height: 555px;
	background: url(../images/zzbj.png) center no-repeat;
	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: 330px;
    -ms-touch-action: pan-y;
    margin: 0 auto;
    margin-top: 40px;
    overflow: hidden;
    height: 550px

}
.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: 330px;
	height: 410px
}
.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: -80px;
    width:160px;
    height: 45px;
    background: #ff9000;
    border-radius: 50px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    overflow: hidden;

}


/* 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: #ff9000;
}

/* 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;
}
.video_lb{
    width: 920px;
    margin: 30px auto;
    overflow: hidden;	
}
.vitit{
	height: 120px;
	background: url(../images/vibt.png) left center no-repeat;
}
.vitit span{
	float: left;
	display: block;
	font-size: 36px;
    color: #008cd6;
    font-weight: bold;
    padding-left: 103px;
    margin-top: 30px;
}
.vitit a{
	display: block;
	float: right;
	width: 120px;
	height: 45px;
	background: #ff9000;
	border-radius: 50px;
	line-height: 45px;
	font-size: 16px;
	color: #fff;
	margin-top: 50px;
	padding-left: 25px;
	position: relative;
}

.vitit a::after {
    content: '';
    display: block;
    width: 17px;
    height: 7;
    position: absolute;
    bottom: 20px;
    right: 27px;
    background: url(../images/jiantou.png) center no-repeat;
}

.vitit a:hover{
	background: #008cd6
}

.video_con{
    width: 920px;
    margin: 25px auto;
    overflow: hidden;
}
.video_tit{
    text-align: center;
}
.video_tit h3{
    font-size: 52px;
    color: #333;
}
.video_tit h3 em{
    color: #bc0103;
    display: inline;
}
.video_tit p{
    font-size: 15px;
    color: #333;
    margin-top: 8px;
}
.video_go{
    width: 9999px;
}
.video_go ul{
    float: left;
}
.video_go ul li{
    float: left;
    width: 300px;
    height: 410px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,.1);
    margin: 5px;
    position: relative;
}
.video_go ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.video_go ul li span{
    width: 100%;
    height: 290px;
    overflow: hidden;
    position: relative;
    display: block;
}
.video_go ul li span img {
    width: 100%;
    height: auto;
    min-height: 290px;
    transition: all 0.6s;
}
.video_go ul li:hover img{
    transform: scale(1.1);
}
.video_go ul li span::after {
    content: '';
    display: block;
    width: 100%;
    height: 73px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/n_t.png) left top no-repeat;
}
.video_des {
    padding: 0 25px;
    margin-top: -30px;
    position: relative;
    z-index: 111;
}
.video_des em {
    display: block;
    width: 35px;
    height: 4px;
    background: #ff9000;
    margin-top: 13px;
}
.video_des b{
	font-weight: normal;
	font-size: 15px;
	color: #676767;
	margin-top: 25px;
	display: block;
}
.video_des h3{
    font-size: 16px;
    font-weight: normal;
    color: #222;
    font-weight: bold;
}
.video_go ul li i {
    width: 85px;
    height: 74px;
    background: url(../images/video.png) right bottom no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
}





/*新闻*/

.newlb{
  width: 1350px;
  margin: 0 auto;
  margin-top: 25px
}
.newlb ul li{
  float: left;
  width: 317px;
  height: 420px;
  box-sizing: border-box;

  margin-right: 20px;
  margin-top: 10px;
}
.newlb ul li .nimg{
  width: 100%;
  height: 260px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  
}
.newlb ul li .nimg img{
  width: 100%;
  height: 100%; 
}


.newlb ul li .ntit{
  width: 270px;
  height: 150px;
  margin: 0 auto;
  overflow: hidden; 
  background: #fff;
  position: relative;
  margin-top: -60px;
  box-shadow: 0 3px 10px #cacaca;
  padding: 30px 20px
}

.newlb ul li .ntit h3 a{
  font-size: 16px;
  color: #333;
  display: block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  overflow:hidden;
}

.newlb ul li .ntit p{
   font-size: 14px;
   color: #888;
   line-height: 23px;
  display: block;
  height: 50px;
  overflow: hidden;
}
.newlb ul li .ntit .rdmore{
  background: url(../images/jt.png) left center no-repeat;
  color: #2c2c2c;
  font-size: 14px;
  padding-left: 25px;
  display: block;
  margin: 0 auto;
  width: 100px;
  margin-top: 20px;
}
.newlb ul li:hover .ntit .rdmore{
  text-decoration: underline;
}

.newlb ul li:hover .nimg img{
  transition: all 1.2s;
    transform:scale(1.2, 1.2);
}
.newlb ul li:hover h3 a{
  color:#008cd6;
  padding-left: 13px;
  font-weight: bold;
}

/*广告*/
.ggbj{
	width: 100%;
	height: 210px;
	background: url(../images/ggbj.jpg) center no-repeat;
	margin-top: 60px
}
.ggbt{
	width: 1350px;
	margin: 0 auto;
}
.ggbt b{
	color: #fff;
	font-size: 36px;
	display: block;
    padding-top: 40px;
    padding-bottom: 10px;
}
.ggbt p{
	font-size: 15px;
	color: #fff;
	line-height: 25px
}

/*底部*/
.footbj {
	height: 370px;
	background: url(../images/footbj.jpg) center no-repeat;
	width: 100%;
}
.dblogo{
	margin-top: 40px;
}
.dbfl p{
	display: block;
	color: #fff;
	margin-left: 18px;
	margin-top: 70px;
	font-size: 43px;
	font-family: "Arial";
} 
 
.dbfl ul{
	display: block;
	width: 700px;
	height: 85px;
	border-top: 1px #333 solid;
	margin-top: 15px;
}
.dbfl ul li{
	float: left;
	line-height: 80px;
	padding-right: 25px;
}
.dbfl ul li a{
	font-size: 15px;
	color: #b6b6b6;
}
.dbfl ul li:hover{
	text-decoration: underline;
	font-weight: bold;
}
.dbfr{
	width: auto;
	margin-top: 75px;
	margin-left: 30px
}
.dbfr h3{
	font-size: 20px;
	color: #fff;
}
.dbfr p{
	background: url(../images/dhtb.png) left center no-repeat;
	color: #a8a8a8;
	font-size: 15px;
	line-height: 35px;
	padding-left: 35px;
	margin-top: 20px;
}




/*当前导航*/
.breadcrumbs{
	width: 1350px;
	margin: 0 auto;
	padding-top: 100px;
}
.breadcrumbs h3{
	color: #fff;
	font-size: 35px
}
.breadcrumbs b{
	color: #000;
	font-size: 43px;
	display: block;
	margin-top:60px;

}
.breadcrumbs p{
	color: #000;
	font-size: 15px;
	background: url(../images/home.png) left center no-repeat;

}
.breadcrumbs p a{
	color: #000
}
.breadcrumbs p span{
	font-size: 17px
}

/*内页公司简介*/
.about_con{
	width: 100%;
	height: auto;
	min-height: 840px;
	background:url(../images/pro_bg.jpg) no-repeat bottom;

}
.page_about_l{
    float: left;
    width: 550px;
}
.page_tit{
    padding-top: 68px;
    position: relative;
    font-size: 32px;
    color: #333333;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 34px;
}
.page_tit span{
    font-size: 36px;
    font-weight: normal;
}
.page_tit p{
    color: #707070;
    font-size: 16px;
    font-weight: normal;
    margin-top: 20px;
    padding-left: 20px;
    position: relative;
}
.page_tit p::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 1px;
    background: #707070;
}
.page_about_l h3{
    font-size: 28px;
    line-height: 1;
    margin-bottom: 25px;
    font-weight: bold;
    color:#008cd6;
}
.page_about_l>p{
    font-size: 14px;
    color: #626262;
    line-height: 30px;
}
.page_about_r{
    float: right;
    width: 772px;
    height: 633px;
}
.pro_contact{
    width: 490px;
    height: 50px;
    line-height: 50px;
    background: #ff9000;
    margin: 0 auto;
    border-radius: 25px;
    overflow: hidden;
    color: #fff;
}
.pro_contact em,.pro_contact a{
    float: left;
}
.pro_contact em{
    font-size: 18px;
    padding-left: 20px;
}
.pro_contact em i{
    display: inline-block;
    font-size: 32px;
    vertical-align: middle;
    margin-left: 8px;
    font-family: 'Impact';
    font-style: normal;
}
.pro_contact a{
    display: block;
    width: 160px;
    height: 50px;
    border-radius: 25px;
    background: #008cd6;
    color: #fff;
    float: right;
    box-sizing: border-box;
    text-align: center;
}
.pro_contact a:hover{
	text-decoration: underline;
}


.page_txt p{
	font-size: 15px;
    color: #333;
    line-height: 30px;
}
.page_fa{
    background: #f9f9f9;
    padding-bottom: 80px;
}
.page_fa_con{
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
}
.page_fa_t{
    overflow: hidden;
}
.page_fa_tit.page_tit{
    float: left;
}
.page_fa_t a {
    float: right;
    width: 230px;
    height: 80px;
    line-height: 80px;
    background: #007cbd;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    background-image: -moz-linear-gradient( 3deg, rgb(0,123,190) 0%, rgb(0,165,121) 100%);
    background-image: -webkit-linear-gradient( 3deg, rgb(2, 146, 59) 0%, rgb(0,165,121) 100%);
    background-image: -ms-linear-gradient( 3deg, rgb(0,123,190) 0%, rgb(0,165,121) 100%);
    margin-top: 56px;
}
.page_fa_t a img{
    margin-left: 12px;
    vertical-align: top;
    margin-top: 31px;
}
.page_fa_b{
    margin-top: 20px;
}
.page_fa_b ul li{
    width: 269px;
    height: 430px;
    background: #ecf4f6 url(../images/shuye.png) no-repeat center bottom;
    text-align: center;
    position: relative;
    float: left;
}
.page_fa_b ul li span{
    width: 82px;
    height: 82px;
    display: block;
    margin: 0 auto;
}
.page_fa_b ul li:nth-child(1) span{
    background: url(../images/202101221611310043.png);
}
.page_fa_b ul li:nth-child(2) span{
    background: url(../images/202101221611308903.png);
}
.page_fa_b ul li:nth-child(3) span{
    background: url(../images/202101221611309914.png);
}
.page_fa_b ul li:nth-child(4) span{
    background: url(../images/202101221611281879.png);
}
.page_fa_b ul li:nth-child(5) span{
    background: url(../images/202101221611309746.png);
}
.page_fa_b ul li a{
    padding-top: 120px;
    display: block;
    width: 100%;
}
.page_fa_b ul li em{
    color: #999;
    font-size: 14px;
    margin: 40px 0 10px;
    padding: 0 10px;
}
.page_fa_b ul li i{
    color: #333;
    font-size: 18px;
    margin-top: 40px;
    padding: 0 10px;
}
.page_fa_b ul li::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #d3e9ed;
}
.page_fa_b ul li:last-child::after{
    background: transparent;
}
.page_fa_b ul li.active{
    background: #02923b url(../images/shuye.png) no-repeat center bottom;
}
.page_fa_b ul li.active em,.page_fa_b ul li.active i{
    color: #fff;
}
.page_fa_b ul li.active:nth-child(1) span{
    background: url(../images/202101221611310051.png);
}
.page_fa_b ul li.active:nth-child(2) span{
    background: url(../images/202101221611309600.png);
}
.page_fa_b ul li.active:nth-child(3) span{
    background: url(../images/202101221611309920.png);
}
.page_fa_b ul li.active:nth-child(4) span{
    background: url(../images/202101221611310176.png);
}
.page_fa_b ul li.active:nth-child(5) span{
    background: url(../images/202101221611309748.png);
}


/*内页联系方式*/
.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;
    width:680px;
}
.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;
	display: block;
}
.page_contact h4{
    font-size: 34px;
    color: #008cd6;
    margin: 30px 0;
	font-weight: bold;
	margin-left: 20px;
}
.con_txt{
	line-height: 32px;
    margin-left: 20px;
}


.msg{
    width: 100%;
    height: 350px;
    background: #008cd6;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;

}
.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: #9cdbd2;
    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: #ff9000;
    color: #fff;
    padding: 0;
    float: right;
    border-radius: 5px;
    cursor: pointer;
	font-size: 18px;
}
.map{
    width: 660px;
    margin-top: 8px;
}

/*listnews*/
.page_listnews{
    padding: 40px 0;
}
.page_listnews_con{
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
}
.page_listnews_con ul li{
    overflow: hidden;
    padding: 30px 0;
    background: #f7f7f7;
    margin: 20px 0;
    cursor: pointer;
    position: relative;
    transition: all 0.5s;
}
.page_news_p>a{
    display: block;
    width: 120px;
    height: 35px;
    border-radius: 30px;
    background: #008cd6;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.page_listnews_con ul li.active{
    background: #008cd6
}
.page_listnews_con ul li.active .date,.page_listnews_con ul li.active .year{
    color: #fff;
}
.page_listnews_con ul li.active .page_news_img img{
    transform: scale(1.1);
}
.page_listnews_con ul li.active .page_news_p h2 a{
    color: #fff;
}
.page_listnews_con ul li.active .page_news_p p{
    color: rgba(255,255,255,.8);
}
.page_listnews_con ul li.active .page_news_p>a{
    background: #ff9000;
    animation: doudong 0.8s ease-in-out;
}
.page_listnews_con ul li.active .page_news_p h2 a::before{
    content:'';
    display: inline-block;
    width: 45px;
    height: 2px;
    background: #fff;
    margin-right: 12px ;
    vertical-align: middle;
}
.time1{
    float: left;
    width: 180px;
    text-align: center;
    padding-top: 24.5px;
}
.time1 span{
    display: block;
}
.date{
    font-size: 72px;
    font-weight: bold ;
    color: #c2c2c2;
    text-align: center;
}
.year{
    font-size: 20px;
    color: #4c4c4c;
}
.page_news_des{
    float: left;
    overflow: hidden;
}
.page_news_img{
    float: left;
    width: 240px;
    height: 160px;
    overflow: hidden;
}
.page_news_img img{
    transition: all 0.6s;
    width: 100%;
    height: auto;
    min-height: 160px;
}
.page_news_p{
    float: left;
    width: 785px;
    margin-left:20px ;
    padding: 25px 45px 20px 30px;
}
.page_news_p h2 a{
    font-size: 18px;
    color: #333333;
    font-weight: normal ;
}
.page_news_p h2 a::before{
    content:'';
    display: inline-block;
    width: 15px;
    height: 2px;
    background: #008cd6;
    margin-right: 12px ;
    vertical-align: middle;
    transition: all 0.6s;
}
.page_news_p p{
    font-size: 15px;
    color: #7b7b7b;
    line-height: 26px;
    margin-top: 15px ;
}
/*分页*/
.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:#008cd6;
	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: #008cd6;
    color: #fff;
    border: 1px solid #008cd6;
}
.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;
}


/*新闻详情*/
.main{
	width: 100%;

}
.main .main_right {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 50px
}
.main .tT01 {
	text-align:center;
	line-height:35px;
	padding-top:50px;
}
.main .tT01 .span1 {
    font-size: 30px;
    color: #008cd6;
}
.main .subtitle {
	font-size: 16px;
	line-height:50px;
	height: 50px;
	color: #fff;
	text-align:center;
	margin-top: 20px;
	background: #008cd6
}
.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;
    padding: 30px;
}
.viewpage {
	margin:0;
	padding:20px 0 50px 0;
	border-top:1px solid #eee;
}
.viewpage .main_r_nav {
    color: #333;
    font-size: 14px;
    line-height: 30px;
    background: #e7f7f5;
    border-radius: 50px;
    padding: 8px 20px;
}
.viewpage .main_r_nav a {
	font-size:14px;
	color:#333
}
.viewpage .main_r_nav a:hover {
	text-decoration:underline;
}

/*产品列表页*/
.page_listpro{
    width: 1350px;
    margin: 40px auto;
    overflow: hidden;
}
.page_listpro_l,.page_listpro_r{
    float: left;
}
.page_listpro_l{
    width: 280px;
}
.page_prolistt{
    background: #008cd6;
    padding-bottom: 45px;
}
.page_prolistt span{
    display: block;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    padding-top: 5px;
}
.page_prolistt span h3{
    font-weight: bold;
    font-size: 30px;
    margin: 20px 0 10px 0;
}
.page_prolistt span em{
    font-size: 16px;
    text-transform: uppercase;
}
.page_prolistt ul{
    margin-top: 20px;
}
.page_prolistt ul li{
    width: 240px;
    background: #fff;
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
    margin: 5px auto;
    overflow: hidden;
}
.page_prolistt ul li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
    font-size: 16px;
    position: relative;
    z-index: 11;
}
.ll {
    position: absolute;
    top: -55px;
    left: 0;
    width: 100%;
    height: 50px;
    background: #ff9000;
    transition: all 0.6s;
}
.page_prolistt ul li:hover .ll{
    top: 0;
}
.page_prolistt ul li:hover a{
    color: #fff;
}
.page_prolistb{
    color: #fff;
    background:#008cd6;
    margin-top: 25px;
    padding: 35px;
}
.page_prolistb em{
    font-size: 16px;
    line-height: 30px;
} 
.page_prolistb h3 {
    font-size: 30px;
    display: block;
    margin-bottom: 10px;
    font-family: impact;
    font-weight: 100;
    color: #ff9000;
}
.page_prolistb ul li{
    line-height: 45px;
    font-size: 15px;
    border-bottom: 1px solid rgba(255,255,255,.3);
}
.page_listpro_r{
    width: 1050px;
    margin-left: 19px;
}
.page_listpro_r ul li{
    float: left;
    width: 340px;
    margin: 5px;
}
.page_listpro_r ul li a{
    display: block;
    width: 100%;
}
.page_listpro_r ul li span{
    display: block;
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}
.page_listpro_r ul li span>img{
    width: 100%;
    height: auto;
    min-height: 300px;
    transition: all 0.6s;
}
.page_listpro_r ul li:hover img{
    transform: scale(1.1);
}
.page_listpro_r ul li a>em{
    width: 100%;
    line-height: 50px;
    background: #f3f3f3;
    text-align: center;
    font-size: 15px;
    color: #333;
    display: block;
    height:50px;
}
.page_listpro_r ul li:hover a>em{
    background: #008cd6;
    color: #fff;
}
/*案例列表页*/
.page_al{width: 1050px;margin-left: 19px;float: left;}
.proList{position:relative;}

.proList li{ width:335px; float:left; margin:0 0 20px 13px;} 

.proList li .boxb{ width:335px; height:250px;display:block; cursor:pointer;position: relative;overflow: hidden;}

.proList li .boxb .alImg{ display:block; overflow:hidden;width:335px; height:250px;

background-position:center center; 

-webkit-background-size: cover;  

-moz-background-size: cover;  

-o-background-size: cover; 

background-size:cover;
}
.proList li .alspanT{ 
  display: block;
  z-index:10; 
  height:45px; 
  line-height:45px;
  width:310px; 
  margin:auto;
  color:#333; 
  font-size:16px;
  text-align:center;
}
.proList li:hover .alspanT{
    font-weight:bold;
}


.proList li .aalspanT{ 
  display: block;
  z-index:10; 
  height:auto;
  min-height: 70px; 
  width:335px; 
  color:#333; 
  font-size:16px;
  overflow: hidden;
  background: #f5f5f5;
  position: relative;
}
.proList li .aalspanT .nyaltitle{
  font-size: 17px;
  color: #282828;
  font-weight: bold;
  display: block;
  margin: 20px 20px 10px 20px;
  overflow: hidden;
    height: 25px;
}
.proList li .aalspanT p{
  font-size: 14px;
  color: #696969;
  display: block;
  width: 270px;
  margin: 0 auto;
  line-height: 23px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
}
.proList li .aalspanT .nyalmore{
  background: url(../images/nyalmore.png) right bottom no-repeat;
  display: block;
  width: 37px;
  height: 43px;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  line-height: 43px;
}
.proList li:hover .aalspanT .nyaltitle{
  color: #008cd6;
  padding-left: 10px
}
.proList li:hover .aalspanT .nyalmore{
  background: url(../images/nyalmore1.png) right bottom no-repeat;
}


/*产品详情页*/
.showpro_des_tit{
    padding: 10px;
    background-color: #fafafa;
    margin: 30px 0;
}
.showpro_des_tit h3 {
    color: #008cd6;
    border-left: 2px solid #008cd6;
    padding-left: 20px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-size: 20px;
}
.product_top {
}
.product_top .l_img {
	width:630px;
	height:550px;
	background-color:#fff;
	text-align:center;
	display:table;
	border: 1px solid #eee;
}
.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 {
	padding: 10px 0 20px 0;
}
.product_top .r_box .product_title h2 {
	font-size:26px;
	color:#101010;
}
.miaoshu {
}
.product_top .subtitle {
    font-size: 14px;
    color: #fff;
    height: 40px;
    padding: 0 20px;
    background: #008cd6;
}
.product_top .subtitle span {
    display: block;
    padding-left: 30px;
    line-height: 40px;
    height: 40px;
}
.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: 25px;
}
.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: 15px;
}
.product_top .lianxi {
    width: 570px;
}
.product_top .lianxi .a {
	display:block;
	height:50px;
	line-height:50px;
	float:left;
	margin-right:30px;
	color:#008cd6;
	font-size:18px;
	border-bottom:1px solid #008cd6;

}
.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 .lianxi .a.a_web {
	background:url(../images/tele.png) left center no-repeat;
}
.product_top .dianhua {
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
    font-size: 15px;
    background-color: #ff9000;
    margin-top: 50px;
    width: 130px;
}
.product_top .dianhua a {
	color:#fff;
	display: block;
}
.product_top .dianhua:hover {
	background-color:#008cd6;
}
.share {
	margin-top:10px;
}
.share .span1 {
	line-height:32px;
	color:#999;
	padding-right:10px;
	font-size:15px;
}

.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 #eee;
}
.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; }


.bt{
	width:1300px; height:195px; margin:0px auto; text-align:left; position:relative; margin-top:-200px;}
	
.biati_a{
	width:1350px; height:110px; margin:0px auto; background:#999; margin-top:50px; background:url(../images/vb.jpg) no-repeat left;}
.biati_a span{
	font-size:45px; font-weight:bold; padding-left:65px; line-height:110px; float:left;}
.biati_a p{
	padding-left:110px; line-height:110px; float:left;}
.mmwe{
	width:120px; height:40px; background:#089c81; float:right; margin-top:30px;     border-radius: 50px; line-height:40px; text-align:center; color:#FFF; display:block;}
	
.mmwe a{
	 color:#FFF; display:block;}
.mmwe a:hover{
	 color:#FFF; display:block; background:#f37e2f; border-radius: 50px; }
	 
	 
	.aab_w{
		padding:10px; line-height:30px; text-align:center;}

		
		
	.f_t_b {
    margin-top: 40px;
	
}	
/*底部*/
.footer {
  height:510px;
  background:#202020;
}
.footys{
  width: 1350px;
  margin: 0 auto;
  height: 150px;
  border-bottom: 1px #383838 solid;

}
.footys ul li{
  float: left;
  width: 337px;
  margin-top: 40px;

}
.footys ul li img{
  float: left;
}
.footys ul li p{
  float: right;
  width: 230px;
  color: #cecece;
  font-size: 15px;
}
.footys ul li p span{
  font-size: 23px;
  display: block;
  line-height: 40px;
}
.footys ul li:hover img{
  cursor:pointer; *-webkit-transition: all ease-in-out .3s;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;transition: all ease-in-out .3s;-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)
}
.dbnav{
  width: 220px;
}
.dbbt{
  color: #fff;
  font-size: 18px;
  padding-top:35px;
  display: block;
  padding-bottom: 20px;
}
.dbnav ul li{
  float: left;
  width: 100px;
  height: 35px;
}
.dbnav ul li a{
  font-size: 15px;
  color: #999;
}
.dbnav ul li:hover a{
  text-decoration: underline;
}
.dbtel{
  width: 260px;
  margin-left: 75px;
}
.dbtel p{
  font-size: 15px;
  color: #999;
  line-height: 35px;
}
.dbewm{
 
  margin-left: 20px;
}
.dbewm p{
  color: #999;
  font-size: 15px;
  line-height: 45px;
  text-align: center;
}
.dblian{
  width: 350px;
}
.dblian h3{
  color: #fff;
  font-size: 30px;
  font-family: "Arial";
  font-weight: bold;
}
.dblian b{
  color: #ff9c00;
  font-size: 25px;
}
.dblian p{
  color: #fff;
  font-size: 18px;
  line-height: 45px;
}
.dblian a{
  display: block;
  width: 140px;
  height: 37px;
  background: #ffc000;
  border-radius: 3px;
  margin-top: 10px;
  text-align: center;
  line-height: 37px;
  font-size: 16px;
  color: #fff;
}
.dblian a:hover{
  background: #ff9c00;
}
.copy{
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #008cd6;
  font-size: 14px;
  color: #fff;
}
.copy a{
  font-size: 14px;
  color: #fff;  
}



.wid {
    width: 1350px;
    margin: 0 auto;
}

.liucheng_b{
	width:100%; height:325px; 	background: url(../images/liucheng.jpg) center  no-repeat;}

.liucheng{
	width: 1280px;
	margin: 0 auto;
background: url(../images/jiantou.png) center 120px no-repeat;
	padding-top: 50px;
	margin-top:50px;
	margin-bottom: 30px;
}

.liucheng ul li{
    float: left;
	text-align: center;
	margin-right: 69px;

}
.liucheng ul li:nth-child(1){
	background:url(../images/liu-1.png) no-repeat center;
}
.liucheng ul li:nth-child(2){
	background:url(../images/liu-2.png) no-repeat center;
}
.liucheng ul li:nth-child(3){
	background:url(../images/liu-3.png) no-repeat center;
}
.liucheng ul li:nth-child(4){
	background:url(../images/liu-4.png) no-repeat center;
}
.liucheng ul li:nth-child(5){
	background:url(../images/liu-5.png) no-repeat center;
}
.liucheng ul li:nth-child(6){
	background:url(../images/liu-6.png) no-repeat center;
	margin-right:0px;
}

.liucheng ul li p{
	display: block;
	width: 147px;
	height: 147px;

	border-radius: 100px;
}
.liucheng ul li img{
    margin-top: 18px;
	transition: all 0.5s;
}
.liucheng ul li span{
   font-size: 16px;
   color: #fff;
 
   display: block;  
}

.liucheng ul li:hover img{
	transform: rotate(360deg);
}


.tew01{
	 text-align:center; font-size:20px; color:#FFF;
	 }
	.tew01 span{
		font-weight:bold; font-size:30px; color:#f37e2f;
	 }


.biti{ text-align:center; font-size:40px; font-weight:bold; margin-bottom:50px; color:#008cd6;}
