.wow{
    opacity: 0;
}
.mobile {width:100%;}
.mobile-inner {margin-right:auto;margin-left:auto;background-color:;position:relative;}
.mobile-inner img {}
.mobile-inner p {color:#676767;line-height:25px;font-size:16px;padding-bottom:30px;padding-right:30px;padding-left:30px;margin:0px;}
.mobile-inner-header {background-color:#F4F9FB;width:100%;height:50px;position:relative;top:0px;z-index:33;left:0px;}
.mobile-inner-header-icon {color:#ffffff;height:50px;font-size:25px;text-align:center;float:right;width:50px;position:relative;-webkit-transition:background 0.5s;-moz-transition:background 0.5s;-o-transition:background 0.5s;transition:background 0.5s;}
.mobile-inner-header-icon:hover {background-color:rgba(255,255,255,0.2);cursor:pointer;}
.mobile-inner-header-icon span {position:absolute;left:calc((100% - 25px) / 2);top:calc((100% - 1px) / 2);width:25px;height:1px;background-color:rgb(199,34,27);}
.mobile-inner-header-icon span:nth-child(1) {transform:translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2) {transform:translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1) {animation-duration:0.5s;animation-fill-mode:both;animation-name:clickfirst;}
.mobile-inner-header-icon-click span:nth-child(2) {animation-duration:0.5s;animation-fill-mode:both;animation-name:clicksecond;}
@keyframes clickfirst {0% {transform:translateY(4px) rotate(0deg);}
100% {transform:translateY(0) rotate(45deg);}
}
@keyframes clicksecond {0% {transform:translateY(-4px) rotate(0deg);}
100% {transform:translateY(0) rotate(-45deg);}
}
.mobile-inner-header-icon-out span:nth-child(1) {animation-duration:0.5s;animation-fill-mode:both;animation-name:outfirst;}
.mobile-inner-header-icon-out span:nth-child(2) {animation-duration:0.5s;animation-fill-mode:both;animation-name:outsecond;}
@keyframes outfirst {0% {transform:translateY(0) rotate(-45deg);}
100% {transform:translateY(-4px) rotate(0deg);}
}
@keyframes outsecond {0% {transform:translateY(0) rotate(45deg);}
100% {transform:translateY(4px) rotate(0deg);}
}
.mobile-inner-nav{
    overflow: auto;
    max-height: calc(100vh - 50px);
}
.mobile-inner-nav {background-color:hsla(224,27%,35%,.6);width:100%;position:absolute;top:50px;padding-bottom:0%;display:none;z-index:444;}
.mobile-inner-nav  a {border-bottom:solid 1px rgba(255,255,255,0.3);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;color:#fff;transition:all 0.5s;}
.mobile-inner-nav  dl {display:none;}
.mobile-inner-nav  dl dd {line-height:33px;text-decoration:none;text-indent:3em;font-size:16px;color:#FFFFFF;border-bottom:solid 1px rgba(255,255,255,0.3);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;font-weight:300;font-size:14px;}
.mobile-inner-nav  li {border-bottom:solid 1px rgba(255,255,255,0.3);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;line-height:53px;text-indent:20px;}
.mobile-inner-nav h2.h2tit {line-height:50px;text-decoration:none;text-indent:2em;font-size:16px;color:#FFFFFF;border-bottom:solid 1px rgba(255,255,255,0.3);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;font-weight:300;}
.mobile-inner-nav h2.h2tit a {color:#FFFFFF;}
.mobile-inner-nav a {border-bottom:none;}
.mobile-inner-nav li {-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:returnToNormal;animation-name:returnToNormal;}
@-webkit-keyframes resize {from,60%,75%,90%,to {-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}
0% {opacity:0;-webkit-transform:scale(5,5);transform:scale(5,5);}
100% {opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);}
}
@keyframes resize {from,60%,75%,90%,to {-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}
0% {opacity:0;-webkit-transform:scale(5,5);transform:scale(5,5);}
100% {opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);}
}
@-webkit-keyframes returnToNormal {from {opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);}
to {opacity:1;-webkit-transform:none;transform:none;}
}
@keyframes returnToNormal {from {opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);}
to {opacity:1;-webkit-transform:none;transform:none;}
}
.mobile-inner-nav li:last-child h2.h2tit {border-bottom:none;}
.mobile-inner-nav li .h3tit {height:50px;position:relative;background:url(/html/images/51_icon_search@2x.png) no-repeat 30px center;background-size:17px;}
.mobile-inner-nav li  .words {display:block;width:100%;height:100%;border:none;background:none;text-indent:60px;font-size:15px;color:#fff;background:url(/html/images/search2.png) no-repeat 30px center;background-size:20px;}
.mobile-inner-nav li:last-child {border-bottom:none;}
.mobile-inner-nav li  form {display:block;width:100%;height:100%;}
@charset "utf-8";@charset "UTF-8";
.animated {animation-duration:1s;animation-fill-mode:both;}
.animated.infinite {animation-iteration-count:infinite;}
.animated.hinge {animation-duration:2s;}
.fadeInUp {animation-duration:1.76s;animation-name:fadeInUp;}
@keyframes fadeInUp {from {opacity:0;transform:translate3d(0,9%,0);}
to {opacity:1;transform:none;}
}
body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, th, td, p, blockquote, pre, form, fieldset, legend, input, button, textarea, hr, span {
    margin: 0;
    padding: 0;
}
html {font-size: 62.5%;}
body {font-size: 1.4rem;}
html,body{
    -moz-user-select: none; -khtml-user-select: none; user-select: none;
}
body {
    font-family: "Microsoft YaHei" ! important;
    color: #000000;
    background: #fff;
    margin: 0 auto;
    padding: 0px;
}
body{ -webkit-tap-highlight-color:rgba(0,0,0,0); }
input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: none;
}
input{
    -webkit-appearance: none;
}
textarea { -webkit-appearance: none;} 
a {
    text-decoration: none;
    color: #235aa7;
    outline: none;
}
a:active {
star:expression(this.onFocus=this.blur());
}

a:hover{color:#E6232A;}

img {
    border: 0px;
    vertical-align: middle;
	max-width:100%;
}

li {
    list-style: none;
}

*{
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a:link{text-decoration:none; } 

a:visited{text-decoration:none; }

a:hover{text-decoration:none;}

a:active{text-decoration:none;}


.loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
}
.loadingfa {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 29px;
    color: #1f8adf;
    position: absolute;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    top: 50%;
}

html {
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: none;
}

html {
    -webkit-tap-highlight-color: transparent;
}

body {
    -webkit-overflow-scrolling: touch;
}

* {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
}

@keyframes rotate{
from{-webkit-transform:rotate(0deg)}
to{-webkit-transform:rotate(360deg)}
}
@-webkit-keyframes rotate{
from{-webkit-transform:rotate(0deg)}
to{-webkit-transform:rotate(360deg)}
}
@-moz-keyframes rotate{
from{-moz-transform:rotate(0deg)}
to{-moz-transform:rotate(360deg)}
}
@-ms-keyframes rotate{
from{-ms-transform:rotate(0deg)}
to{-ms-transform:rotate(360deg)}
}
@-o-keyframes rotate{
from{-o-transform:rotate(0deg)}
to{-o-transform:rotate(360deg)}
}
.xuanzhuan {
    animation: 2s linear 0s normal forwards infinite rotate;
    -webkit-animation: 2s linear 0s normal forwards infinite rotate;
    -moz-animation: 2s linear 0s normal forwards infinite rotate;
    -o-animation: 2s linear 0s normal forwards infinite rotate;
}
.xuanzhuan img{
display: block;
width: 100%;
}

.pc{
    display: block;
}
.wap{
    display: none;
}
.wrap:after,
.clearflex:after{
    content: "";
    display: table;
    clear: both;
}
.wrap{
width: 1630px;
max-width: 100%;
margin: auto;
padding: 0px 15px;
}
.top{

background:#000000;
}
.top .h1tit{

float: left;

line-height: 36px;

font-size: 14px;

font-family: PingFangSC;

font-weight: 400;

color: #FFFFFF;
}
.top .right{

float: right;

line-height: 36px;

font-size: 14px;

font-family: PingFangSC;

font-weight: 400;

color: #FFFFFF;

font-size: 0;
}
.top .ewm{

float: left;

position: relative;

cursor: pointer;

height: 36px;
}
.top .ewm i{

display: block;

width: 20px;

height: 20px;

margin-top: 8px;

display: inline-block;

background: url(/html/images/wx.png) no-repeat center center;
}
.top .ewm:hover .slide{
    

    visibility:visible;
    opacity:1;
    z-index:5;
    top:36px;

}
.top .slide{

position: absolute;

text-align: center;

left: -34px;

top: 40px;

background: #fff;

visibility: hidden;

opacity: 0;

z-index: -1;

top: 40px;

-webkit-box-shadow: 0px 12px 24px 0px rgba(0,0,0,0.09);

-moz-box-shadow:0px 12px 24px 0px rgba(0,0,0,0.09);

-o-box-shadow:0px 12px 24px 0px rgba(0,0,0,0.09);

-ms-box-shadow:0px 12px 24px 0px rgba(0,0,0,0.09);

box-shadow:0px 12px 24px 0px rgba(0,0,0,0.09);
}
.top .slide img{

width: 89px;
}
.top .tel{

float: left;

padding-left: 25px;

background: url(/html/images/tel.png) no-repeat left center;

margin-left: 16px;

line-height: 36px;

font-size: 14px;
}

.top,
.top *{
    -webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;
}




.head{

background: #F4F9FB;

width: 100%;

z-index: 888;
}
.head .logo{

float: left;

padding-top: 5px;
padding-bottom: 5px;
}
.head .logo img{

}
.head .nav{

float: left;
}
.head .nav li{

float: left;

position: relative;

margin-left: 0;

padding: 0px 25px;
}
.head .nav li .h2tit{

}
.head .nav li .h2tit a:after{
    position: absolute;
    width: 100%;
    width: 0px;
    height: 4px;
    background: #D86717;
    top: 69px;
    content: "";
    -webkit-transition:all 0.4s;
    -o-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -ms-transition:all 0.4s;
    transition:all 0.4s;
    left: 0;
}
.head ,
.head *{
-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;    
}
.head .nav li.current .h2tit a:after,
.head .nav li:hover .h2tit a:after{
width:100%;
}



.head .nav li.current .h2tit a,
.head .nav li:hover .h2tit a{
    color: #D86717
}


.head .nav li .h2tit a{

display: block;

line-height: 96px;

font-size: 16px;

font-family: PingFangSC;

font-weight: 400;

color: #666666;

position: relative;

/* padding: 0px 25px; */
}
.head .nav li dl{

position: absolute;

left: 0px;

top: 90px;

width: 100%;

z-index: 5;

-webkit-box-shadow: 0px 12px 24px 0px rgba(0,0,0,0.09);

-moz-box-shadow:0px 12px 24px 0px rgba(0,0,0,0.09);

-o-box-shadow:0px 12px 24px 0px rgba(0,0,0,0.09);

-ms-box-shadow:0px 12px 24px 0px rgba(0,0,0,0.09);

box-shadow:0px 12px 24px 0px rgba(0,0,0,0.09);

background: #fff;

visibility: hidden;

opacity: 0;

z-index: -1;

top: 100px;
}
.head .nav li dl dd a:hover{
    color: #fff;
    background: #D96717;
}

.head .nav li:hover dl{
        visibility:visible;
    opacity:1;
    z-index:5;
    top:90px;
}
.head .nav li dl dd a{

display: block;

text-align: center;

font-size: 14px;

color: #555;

line-height: 43px;
}
.head .right{
    float: right;
}
.head .search{
    float: left;
    position: relative;
    width: 169px;
    height: 34px;
    margin-top: 31px;
    overflow: hidden;
    border-radius: 400px;
    background: #f2f2f2;
    margin-left: 15px;
}
.head .search .words{
    display: block;
    width: 100%;
    height: 34px;
    border: none;
    background: none;
    padding: 0px 18px;
    font-size: 12px;
    padding-right: 45px;
}
.head .search .send{
    
position: absolute;
    
right: 0;
    
top: 0;
    
cursor: pointer;
    
width: 34px;
    
height: 34px;
    
border: none;
    
background: none;
    
background: url(/html/images/search.png) no-repeat center center;
    
right: 5px;
}
.banner img{
    width: 100%;
}
.banner .swiper-pagination-bullet-active{
    background: #D86717;
}

.titlemodel{
    
zoom: 1;
    
overflow: hidden;
}
.titlemodel .left{
    
float: left;
}
.titlemodel .title{
    
font-size: 42px;
    
font-family: PingFangSC;
    
font-weight: 600;
    
color: #000000;
    
line-height: 1;
    
padding-bottom: 13px;
}
.titlemodel .en{
    
font-size: 32px;
    
font-family: PingFangSC;
    
font-weight: 400;
    
color: #30373F;
    
line-height: 1;
    
text-transform: uppercase;
}
.titlemodel .more{
    
float: right;
    
margin-top: 13px;
    
width: 153px;
    
height: 52px;
    
border: 1px solid #D2D2D2;
    
border-radius: 26px;
    
line-height: 50px;
    
font-size: 18px;
    
font-family: PingFangSC;
    
font-weight: 400;
    
color: #999999;
    
padding-left: 33px;
    
background: url(/html/images/more.png) no-repeat 87% center;
}
.index {

}
.index .section_1:after{
    content:"";
    position:absolute;
    left:0px;
    width:100%;
    bottom:0px;
    height: 250px;
background: #000000;
}
.index .section_1 .wrap{
    position:relative;z-index:5;
}
.index .section_1{
    position:relative;
    
padding-top: 90px;
}
.index .section_1 .swiper-container{
    padding: 10px 0px;
}
.index .section_1 .list{
    
margin-top: 64px;
}
.index .section_1 .list a *,
.index .section_1 .list a{
    
display: block;
}
.index .section_1 .list a{

padding-bottom: 52px;

position: relative;

overflow: hidden;

background: #FFFFFF;

box-shadow: 0px 0px 22px 0px rgba(102, 102, 102, 0.15);

border-radius: 0px 0px 68px 0px;
}

.index .section_1 .list .imgbox{
    
height: 344px;
    
position: relative;
}
.index .section_1 .list .imgbox img{
    
position: absolute;
    
top: 50%;
    
left: 50%;
    
-o-transform: translate(-50%, -50%);
    
-webkit-transform: translate(-50%, -50%);
    
-moz-transform: translate(-50%, -50%);
    
-ms-transform: translate(-50%, -50%);
    
transform: translate(-50%, -50%);
    
max-width: 100%;
}
.index .section_1 .list .line{
    
width: 90px;
    
height: 5px;
    
background: #000000;
    
margin: auto;
}
.index .section_1 .list .title{
    
font-size: 22px;
    
font-family: PingFangSC;
    
font-weight: 400;
    
color: #333333;
    
padding-top: 24px;
    
margin-bottom: 36px;
    
line-height: 1;
    
text-align: center;
}
.index .section_1 .list .more{
    
width: 49px;
    
height: 28px;
    
display: block;
    
margin: auto;
    
background: url(/html/images/more2.png);
}


.index .section_1 .list{
    position: relative;
    padding-bottom: 160px;
}
.index .section_1 .list .swiper-pagination *.swiper-pagination-bullet-active{
    background: #FFF45C;
}
.index .section_1 .list .swiper-pagination *{
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border-radius: 50%;
    margin: 0px 6px;
    opacity:1;
}
.index .section_1 .list .swiper-pagination{

width: 100%;

bottom: 74px;
}
.index .section_2{
    position: relative;
    overflow: hidden;
}
.index .section_2 .left{
    width: 50%;
    position: relative;
    background: url(/html/images/bg2.jpg) no-repeat center center;
    background-size: cover;
    padding-bottom:40px;
    padding-top:40px;
    z-index: 7;
}
.index .section_2 .left a span{
        font-size: 20px;
        font-family: PingFangSC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 100px;
        /* padding-left: 50%; */
        display: block;
        position: relative;
        z-index: 4;
        width: 326px;
		margin-bottom:40px;
		margin-top:40px;
        text-align: center;
        border:1px solid #FFFFFF;
}
.index .section_2 .left a{    
display: block;    
position: relative;    
padding-left: 33%;
}
.index .section_2 .left a:hover,
.index .section_2 .left a.current{
    
}
.index .section_2 .right{
position: absolute;    
right: 0;    
top: 0;    
height: 100%;    
width: 50%;
}
.index .section_2 .model{
    
height: 100%;
}
.index .section_2 .model .imgbox{
    
position: relative;
    
height: 100%;
    
overflow: hidden;
}
.index .section_2 .model .img{
height: 100%;
}
.index .section_2 .model.current .img{
    animation: scale 22s infinite;
    -webkit-animation: scale 22s infinite;
    animation-fill-mode: forwards;
}
.index .section_2 .model .more{
    
width: 272px;
    
height: 70px;
    
background: url(/html/images/more3.png) no-repeat 90% center #fff;
    
line-height: 70px;
    
bottom: 77px;
    
position: absolute;
    
right: 0;
    
font-size: 20px;
    
font-family: PingFangSC;
    
font-weight: 400;
    
color: #333333;
    
padding-left: 37px;
}

.index .section_2 .left a em{content:"";height:100%;position:absolute;right: -10%;top:0px;background:#A24A10 url(../images/add.png) no-repeat center center;width:10%;top: 10px;opacity: 0;z-index: -1;}
.index .section_2 .left a i{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
width:94%;
margin-left:16%;
    background: #FFFFFF;
    opacity: 1.0;
    width: 0;
}


.index .section_2 .left *{
-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;
}
.index .section_2 .right .model *{
  -webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;
  
}


.index .section_2 .left a:hover i,
.index .section_2 .left a.current i{
width:94%;
margin-left:16%;
}
.index .section_2 .left a:hover em,
.index .section_2 .left a.current em{
    top: 0px;
    z-index: 1;
    opacity: 1;
}

.index .section_2 .left a:hover span,
.index .section_2 .left a.current span{
   border-color: transparent;color: #D96715;
}


@keyframes scale {
    0% {
-webkit-transform:scale(1,1);
-o-transform:scale(1,1);
-moz-transform:scale(1,1);
-ms-transform:scale(1,1);
transform:scale(1,1);
}
50% {}
100% {
    -webkit-transform:scale(1.35,1.35);
    -o-transform:scale(1.35,1.35);
    -moz-transform:scale(1.35,1.35);
    -ms-transform:scale(1.35,1.35);
    transform:scale(1.35,1.35);
}
}

.index .section_2 .left a:last-child span{
    /*border-color: transparent;  屏蔽最后一个*/
}



.index .section_3{
    background: url(/html/images/abt.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 140px;
}
.index .section_3 .titlemodel .left *{
    color: #000000
}

.index .section_3 .content {
    
margin-top: 80px;
min-height:30px; _height:30px;height:auto; 

    
width:100%;
}
.pcbon{display:block;}
.sjbon{display:none;}

.index .section_3 .imgbox {
float:right;
width:49%;

}
.index .section_3 .img {
width: 100%;
}
.index .section_3 .words {
  float:left;  
  width:50%;
}
.index .section_3 .text {
    
padding-bottom: 40px;
}
.index .section_3 .text p {
    
font-size: 16px;
    
font-family: PingFangSC;
    
font-weight: 400;
    
color: #000000;
    
line-height: 39px;
    
padding-bottom: 26px;
}
.index .section_3 .text p:last-child {
    
}
.index .section_3 .more {
    
width: 110px;
    
height: 36px;
    
border: 3px solid #FFDAC2;
background:#FF6500;   
border-radius: 16px;
    
display: block;
    
line-height: 30px;
    
color: #fff;
    
text-align: center;
    
font-size: 12px;
}
.index .section_4{
    
padding-top: 88px;
    
padding-bottom: 80px;
}
.index .section_4 .list{
    zoom: 1;
    overflow: hidden;
    position: relative;
    margin-top: 70px;
	margin:0 auto;min-height:80px; _height:80px;height:auto;overflow:hidden;
	width: 100%;
}
.index .section_4 .list li:nth-child(2n){
    float:right;
}
.index .section_4 .list li{
    float: left;
    margin-bottom:6%;
    width:41%;min-height:80px; _height:80px;height:auto;overflow:hidden;
    -webkit-box-shadow:rgba(35,35,35,0.1) 0px 0px 15px;
    -moz-box-shadow:rgba(35,35,35,0.1) 0px 0px 15px;
	box-shadow:rgba(35,35,35,0.1) 0px 0px 15px;
	background:#fff;margin-top:4%;padding-right:0.5%;margin-right:1%; 
}
.index .section_4 .list .icon{
width: 200px;
float: left;
}
.index .section_4 .list .icon img{
 width: 100%;    
}
.index .section_4 .list .content{
padding-left: 22px;
padding-top: 31px;
width: calc(100% - 200px);
/*width: calc(100% - 200px);*/
min-height:80px; _height:80px;height:auto;overflow:hidden;   
float: left;
}
.index .section_4 .list .title2{
    
font-size: 26px;
    
font-family: PingFangSC;
    
font-weight: 600;
    
color: #000000;
    
line-height: 1;
    
padding-bottom: 10px;
}
.index .section_4 .list .dec{
    
font-size: 17px;
    
font-family: PingFangSC;
    
font-weight: 400;
    
color: #666666;
    
line-height: 28px;
}

.index .section_4 .list li:nth-child(3),
.index .section_4 .list li:nth-child(4){
    /*margin:0px;*/
}
.index .section_4 .list li:nth-child(2n) .icon{
    float: left;
}
.index .section_4 .list li:nth-child(2n) .content{
    float: left;
    padding-left: 0px;
    padding-left: 18px;
    text-align: left;
}
.index .section_5{
    
background: url(/html/images/bg5.jpg) no-repeat center center;
    
background-size: cover;
    
padding-top: 89px;
    
padding-bottom: 160px;
}
.index .section_5 .list{
    text-align: center;
}
.index .section_5 .list a{
    position: relative;
    display: block;
    overflow: hidden;
}
.index .section_5 .list a *{
 display: block;   
}
.index .section_5 .list .imgbox{
    overflow: hidden;
}
.index .section_5 .list .imgbox img{
    width: 100%;
}
.index .section_5 .list .title{
    font-size: 24px;
font-family: PingFangSC;
font-weight: 400;
color: #666666;
padding-left: 80px;
padding-right: 80px;
height: 150px;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex; 
display: -moz-flex;
display: -ms-flexbox; 
display: flex;
flex-direction: column;
justify-content: center;
background: #fff;
border-bottom: 5px solid rgba(0, 103, 60, 1);
}
.index .section_5 .list{
    position: relative;
    padding: 0px 70px;
    margin-top: 135px;
}

.index .section_5 .list .swiper-button-prev,
.index .section_5 .list .swiper-button-next{
width: 45px;
height: 100px;
left: 0px;
background: url(/html/images/left.png) no-repeat center center;
}
.index .section_5 .list .swiper-button-next{
    left: auto;
    right: 0px;
background: url(/html/images/right.png) no-repeat center center;
}
.index .section_5 .list .swiper-button-prev:hover{
    background: url(/html/images/lefthover.png) no-repeat center center;
}
.index .section_5 .list .swiper-button-next:hover{
    background: url(/html/images/righthover.png) no-repeat center center;
}

.index .section_5 .titlemodel .left *{
    color: rgba(0, 103, 60, 1)
}
.index .section_5 .titlemodel .more{
    border-color: rgba(0, 103, 60, 1);
    color: rgba(0, 103, 60, 1);
    background: url(/html/images/more5.png) no-repeat 87% center;
}
.index .section_6{
background: url(/html/images/jnxwbg.jpg) no-repeat center center;    
padding-top: 95px;
    
padding-bottom: 88px;
}
.index .section_6 .list{
    
margin-top: 65px;
}
.index .section_6 .list li:nth-child(4n){
    margin-right: 0px;
}
.index .section_6 .list li{
    float: left;
    width: calc((100% - 0px)/4);
    margin-left:-1px;border:1px solid #BFBFBF;
}
.index .section_6 .list li a,
.index .section_6 .list li a *{
    display: block;
}
.index .section_6 .list:after{
display: table;
clear: both;
content: "";
}
.index .section_6 .list li a{
    
}
.index .section_6 .list li .imgbox{
    
}
.index .section_6 .list li .imgbox img{
    
width: 100%;
}
.index .section_6 .list li .title{
padding-left:2%;padding-right:2%;
font-size: 16px;
    
font-family: PingFang SC;
    
font-weight: 500;
    
color: #666666;
    
line-height: 1;
    
margin: 20px 0px;
}
.index .section_6 .list li .dec{
    
border-top: 1px solid rgba(210, 210, 210, 1);
    
font-size: 14px;
    
font-family: PingFangSC;
    
font-weight: 400;
    
color: #666666;
    
line-height: 22px;
    
padding-top: 15px;
padding-left:2%;padding-right:2%;
}
.index .section_6 .list li .date{
padding-left:2%;padding-right:2%;
font-size: 14px;
    
font-family: Microsoft YaHei;
    
font-weight: 400;
    
color: #666666;
margin-top:3%;
padding-bottom:6%;

}

.index .section_6 .more{    
width: 210px;  margin:0 auto;
margin-top:4%;  
height: 76px;    
border: 6px solid #FFDAC2;
background:#FF6500;   
border-radius: 56px;    
display: block;    
line-height: 70px;    
color: #fff;    
text-align: center;    
font-size: 16px;
}
.index .section_6 .more:hover{
    color: #fff;
    background: #D76717
}



.index .section_6 .list li:hover{border-bottom:3px solid #ff0000; margin-top:-1px;}

.footer{
    text-align: center;
    background: url(/html/images/footer.jpg) no-repeat center center;
    background-size: cover;
}
.footer .logo{
    padding-top: 100px;
    padding-bottom: 52px;
}
.footer .nav{
    zoom: 1;
    overflow: hidden;
    text-align: center;
    /* width: 1230px; */
    zoom: 1;
    overflow: hidden;
    margin: auto;
    max-width: 100%;
}
.footer .nav ul{
    display: flex;
    justify-content: space-between;
}
.footer .nav li{
    /* flex: 1; */
    text-align: left;
}
.footer .nav .ewm{
    
display: inline-block;
    
text-align: center;
}
.footer .nav .ewm .title{
    
font-size: 14px;
    
font-family: PingFangSC;
    
font-weight: 400;
    
color: #FFFFFF;
    
line-height: 26px;
}
.footer .nav .ewm img{
margin-top: 14px;
}
.ewm img{width:140px;}  
.footer .nav .h2tit{
    line-height: 1;
    font-size: 20px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #FFFFFF;
}
.footer .nav dl{
    padding-top: 15px;
}
.footer .nav dl dd a{
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    display: block;
}
.footer .contact{
    width: 1163px;
    zoom: 1;
    overflow: hidden;
    margin: auto;
    max-width: 100%;
    padding-top: 109px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 62px;
}
.footer .contact p{
    width: 302px;
    height: 74px;
    border: 1px solid #FFFFFF;
    float: left;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #999999;
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #FFFFFF;
}
.footer .contact p span{
    display: inline-block;
    vertical-align: middle;
}
.footer .contact p i {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 100%;
}
.footer .contact p:nth-child(1) i{
    background: url(/html/images/ic1.png) no-repeat 0 center;
}
.footer .contact p:nth-child(2) i{
    background: url(/html/images/ic2.png) no-repeat 0 center;
}
.footer .contact p:nth-child(3) i{
    padding-left: 10px;
    background: url(/html/images/ic3.png) no-repeat 0 center;
}
.footer .copy a{
    color: #fff;
}
.footer .copy{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #CCCCCC;
    padding-top: 67px;
    padding-bottom: 29px;
    zoom: 1;
    overflow: hidden;
}
.footer .copy .left{
    float: left;
}
.footer .copy .right{
    float: right;
}

.footer .ewm{
    text-align: center;
    
}
.footer .ewm .tit{
    
font-size: 15px;
    
font-family: PingFangSC;
    
font-weight: 400;
    
color: #FFFFFF;
    
padding-top: 12px;
    
line-height: 1;
}
.index .section_6 .list li .imgbox{
    overflow: hidden;
}
.index .section_6 .list li a, .index .section_6 .list li a *,
.index .section_5 .list a *,
.index .section_3,
.index .section_3 *,
.index .section_1 .list a *{

-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;

}
.index .section_1 .list a:hover .imgbox{
    -o-transform: translate(0%, -10px);
-webkit-transform: translate(0%, -10px);
-moz-transform: translate(0%, -10px);
-ms-transform: translate(0%, -10px);
transform: translate(0%, -10px);

}

.index .section_6 .list li:hover .title,
.index .section_5 .list a:hover .title,
.index .section_1 .list a:hover .title{
    color: #000000;
}

.index .section_3 .more:hover{
    color: #fff;
    background: #D76717
}

.index .section_6 .list li:hover .imgbox img,
.index .section_5 .list a:hover .imgbox img,
.index .section_3 .img:hover{
    -webkit-transform: scale(1.05,1.05);
-o-transform: scale(1.05,1.05);
-moz-transform: scale(1.05,1.05);
-ms-transform: scale(1.05,1.05);
transform: scale(1.05,1.05);

}


.fixed.cur2.cur1 {
    position: fixed;
    -o-transform: translate(0%,0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

.fixed.cur2 {
    position: fixed;
    -o-transform: translate(0%,0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

.fixed.cur1 {
    -o-transform: translate(0%, -150%);
    -webkit-transform: translate(0%, -150%);
    -moz-transform: translate(0%, -150%);
    -ms-transform: translate(0%, -150%);
    transform: translate(0%, -150%);
}
.fixed, .head * {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
.fixed {
    background: #fff;
    width: 100%;
    z-index: 66;
    left: 0;
    /* position: fixed; */
    top: 0;
}

.fixed.cur2.cur1 .head{
    -webkit-box-shadow:0 1px 8px rgba(200,200,200,.6);
-moz-box-shadow:0 1px 8px rgba(200,200,200,.6);
-o-box-shadow:0 1px 8px rgba(200,200,200,.6);
-ms-box-shadow:0 1px 8px rgba(200,200,200,.6);
box-shadow:0 1px 8px rgba(200,200,200,.6);
}


.banner .text{
    text-align: center;

position:absolute;
top: 50%;
left: 50%;
-o-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);

width: 100%;
}
.banner .h2tit{
    font-size: 36px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1;
}
.banner .en{
    font-size: 28px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1;
    padding-top: 11px;
    text-transform: uppercase;
}
.banner{
    position: relative;
}




.menu{
    background: #EEEEEE;
}
.menu .typename{
    float: left;
    line-height: 80px;
}
.menu .cn{
    float: left;
    font-size: 30px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #D96717;
    margin-right: 10px;
}
.menu .en{
    float: left;
    font-size: 30px;
    font-family: PingFang SC;
    font-weight: 400;
    color:#D96717;
    text-transform: uppercase;
}
.menu .link{
    float: right;
}
.menu .link a{
    float: left;
    position: relative;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 80px;
    overflow: hidden;
    margin-left: 50px;
}
.menu .link a:hover,
.menu .link a.current{color:#D96717;}
.menu .link a:after{
    content:"";
    bottom:0px;
    position:absolute;
    left: 50%;
    -o-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    height:2px;
    background:#D96717;
    width: 0px;
    -webkit-transition:all 0.4s;
    -o-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -ms-transition:all 0.4s;
    transition:all 0.4s;
}
.menu .link a.current:after,
.menu .link a:hover:after{
    width: 100%;
}
.menu  *{

-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;

    
}

.titlemodel2{
    
text-align: center;
}
.titlemodel2 .cn{
    
font-size: 30px;
    
font-family: PingFangSC;
    
font-weight: 600;
    
color: #000000;
    
line-height: 1;
}
.titlemodel2 .line{
    width: 60px;
height: 4px;
background: #000000;

margin:0px auto;
}
.titlemodel2 .en{
    
font-size: 24px;
    
font-family: PingFangSC;
    
font-weight: 400;
    
color: #000000;
    
line-height: 1;
    
padding-top: 12px;
    
padding-bottom: 14px;
    
text-transform: uppercase;
}
.channel{
    
padding-top: 56px;
}
.channel .content *{
    max-width: 100%;
}
.channel .content{
    text-align: center;
    padding-top: 33px;
    width: 1295px;
    font-size: 16px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
    max-width: 100%;
    margin: auto;
    padding-bottom: 65px;
}
.channel .content p{
    
}
.channel .content img{
    margin-bottom: 20px;
}


/* 产品 */ 

.index .section_2cp .listcp li:nth-child(4n){
    margin-right:0px;
}
.index .section_2cp{
    
padding-top: 37px;
    
background: url(/html/images/bg2cp.jpg) no-repeat center center;
    
background-size: cover;
    
padding-bottom: 5px;
}
.index .section_2cp .listcp{
    text-align: center;
    padding-top: 54px;
}
.index .section_2cp .listcp li{
    
float: left;
    
width: calc((100% - 156px)/4);
    
margin-right: 50px;
    
margin-bottom: 55px;
    
background: #FFFFFF;
    
text-align: center;
    
box-shadow: none;
    
border: 1px solid #D2D2D2;
}
.index .section_2cp .listcp a, .index .section_2cp .listcp *{
    
display: block;
}
.index .section_2cp .imgbox{
    
overflow: hidden;
    
width: 100%;
    
height: 0;
    
position: relative;
    
padding-bottom: 68%;
}
.index .section_2cp .imgbox img{
    
height: 100%;
    
left: 0;
    
position: absolute;
    
top: 0;
    
width: 100%;
}
.index .section_2cp .title{
    
font-size: 18px;
    
font-family: PingFangSC;
    
font-weight: 400;
    
color: #666666;
    
line-height: 50px;
    
display: block;
    
background: #EEEEEE;
}
.index .section_2cp,
.index .section_2cp *{
    -webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;
}
.index .section_2cp li:hover .title{
    background:  #FF6600;
    color: #fff
}
.index .section_2cp .list li:hover{
    border-color: #FF6600
}
.index .section_2cp li:hover .imgbox img{
    -webkit-transform: scale(1.05,1.05);
-o-transform: scale(1.05,1.05);
-moz-transform: scale(1.05,1.05);
-ms-transform: scale(1.05,1.05);
transform: scale(1.05,1.05);

}
/* 产品 */ 

/* 案例 */ 
.casemain{}
.container {
        /* width: 1200px; */
        margin: 0 auto;
        max-width: 1920px;
        padding: 0px 15px;min-height:30px; _height:30px;height:auto;overflow:hidden;
}
.s4 {
    /* margin: 20px 0 0 -20px; */
}
.s4 li {
    float: left;
    width: 33.333333%;
    padding: 0px 15px;
    margin-bottom: 20px;
}
.s4 li a {
    display: block;
    background-color: #fff;
    /* margin: 0px 0 0 20px; */
}
.s4 li .img-center {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 72%;
}
.s4 li .img-center:after {
    content: '';
    cursor: pointer;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,.5), rgba(255,255,255,0));
    -webkit-transform: skewx(-25deg);
    transform: skewx(-25deg);
}
.s4 li .text {
    border-top: 1px solid #eee;
    padding: 20px 60px 20px 20px;
    position: relative;
}
.s4 li  a:hover h4{
    color:#000000
}
.s4 li .text:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    width: 52px;
    height: 55px;
    margin-top: -27px;
    background: url(/html/images/pz_more2.png) no-repeat center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.s4 li .text h4 {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
}
.s4 li .text p {
    font-size: 16px;
    color: #8B8B8B;
    margin: 10px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.s4 li a:hover .img-center:after {
    left: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.s4 li a:hover .text:after {
    -webkit-transform: translateY(-85%);
    transform: translateY(-85%);
    background-image: url(/html/images/pz_more2h.png);
}

/* 案例 */ 

/* 新闻列表 */ 

.section_new_1{
background:#FAFBFC;
padding-top: 59px;
padding-bottom: 58px;
}
.section_new_1 .left{
    float: left;
    width: 100%;
    padding: 35px 33px;
    background: #fff;
    padding-bottom: 44px;
}
.section_new_1 .content1{    
background:#F5F3F3;    
/* margin-top: 28px; */    
position: relative;    
overflow: hidden;    
zoom: 1;
padding-left: 42%;
padding-right: 3%;
margin-bottom: 20px;
}
.section_new_1 .content1 .imgbox{
position: absolute;
left: 0;
top: 0;    
width: 40%;    
height: 100%;    
overflow: hidden;
}

.section_new_1 .content1 .imgbox .pic{width:100%;height:auto;display:block;padding-bottom:72%;position:relative;overflow:hidden;border:1px solid #DDDDDD;}
.section_new_1 .content1 .imgbox .pic img{display:block;position:absolute;width: 100%;height:100%;overflow:hidden;}


.section_new_1 .content1 .imgbox a{
display: block;
height: 100%;
}
.section_new_1 .content1 .rig{    
padding-top: 16px;    
padding-bottom:37px;
}
.section_new_1 .content1 .title{    
font-size:16px;    
font-family: PingFang SC;    
font-weight:bold;  
color: #333333;    
display: block;    
height: 42px;    
overflow: hidden;
}
.section_new_1 .content1 .dec{    
font-size: 14px;    
font-family: PingFangSC;    
font-weight: 400;    
color: #666666;    
line-height:24px;    
margin-top: 8px;    
margin-bottom:10px;    
height:72px;
overflow: hidden;
}
.section_new_1 .content1 .infor{    
height: 29px;    
line-height: 29px;
}
.section_new_1 .content1 .time{
font-size: 14px;    
font-family: PingFangSC;    
font-weight: 400;    
color: #666666;    
float: left;
}
.section_new_1 .content1 .more2{    
float: right;    
width: 94px;    
height: 29px;    
border: 1px solid #BFBFBF;    
border-radius: 15px;    
float: right;    
line-height: 27px;    
font-size: 12px;    
font-family: Microsoft YaHei UI;    
font-weight: 400;    
color: #999999;    
padding-left: 19px;    
background: url(/html/images/xmore.png) no-repeat 90% center;
}

.section_new_1 .content1 .more2:hover{
    color: #fff;
    background: url(/html/images/xmore2.png) no-repeat 90% center #FF6600;
    border-color: #FF6600
}

.section_new_1 .list{/* padding-top: 30px; */}
.section_new_1 .list ul{}
.section_new_1 .list ul li{
float: left;width:48%;margin-left:1%; margin-right:1%;margin-bottom:1%;
}
.section_new_1 .list ul li> a{    
font-size: 14px;    
font-family: PingFangSC;    
font-weight: 400;    
color: #666666;    
line-height: 48px;    
display: block;    
zoom: 1;    
overflow: hidden;    
padding-left: 24px;  
padding-right: 14px;      
background: url(/html/images/mmm.png) #F0F0F0 no-repeat left center;
}
.section_new_1 .list ul li> a:hover{ color:#FF6600;}
.section_new_1 .list ul a .s1{    
float: left;    
overflow: hidden;    
text-overflow: ellipsis;    
white-space: nowrap;    
width: calc(100% - 100px);
}
.section_new_1 .list ul a .s2{    
float: right;    
width: 100px;    
text-align: right;
}
/* 新闻列表 */ 

/* content */
.content_txt{font-size:16px;text-align:left;color:#666666;line-height:1.8em; margin-top:1.2%;min-height:280px; _height:280px;height:auto;overflow:hidden;margin-bottom:1.2%;}
.content_txt p{margin:0;padding:0; font-size:100%;}
.content_txt td{ border:1px solid #EBEBEB;color:#434343;font-size:14px; padding-left:5px;}
.content_txt img{max-width:100%;border:0px solid #D9D9D9;padding:2px;}
/* content */
/* 联系bifa必发 */ 
.about-company-top-img {
    float: left;
    width: 40%;
    padding-top: 0;
}
.about-company-top-text {
    float: right;
    width: 60%;
    padding-left: 30px;
	color: #666;
    line-height:1.8em;font-size:16px;
}
/* 联系bifa必发 */ 

/* 电话 */ 
.header-tel{margin-top:10px;float:right;margin-right:-20px;width:120px;}
.header-tel a{
	display:inline-block;
	font-size:12px;
	color:#E6232A;
	padding-left:1.4em;
	background:url(/html/images/tels.png) left center no-repeat;
	background-size:1.2em 1.2em;
	font-weight:normal;
	line-height:2.6em;
	padding-top:0.1em;
	}
.header-tel a:hover{color:#E6232A;}
/* 电话 */ 
.fl { float:left; }
.fr { float:right; }

/*最终页面 start*/
.pNewsmain{margin-bottom:1.2%;width:100%;min-height:20px; _height:20px;height:auto;overflow:hidden;}
.pNews-detaTop{ text-align:center; padding:28px 0 15px 0; border-bottom:2px dotted #C7C5C5;_border-bottom:2px solid #C7C5C5;}
.pNews-detaTop .t{ font-size:28px;}
.pNews-detaTop .c{ margin-top:16px; color:#969696;}
.pNews-detaTop .c span{padding:0 14px;}
.pNews-detaFix{font-size:16px;text-align:left;color:#666666;line-height:1.8em; margin-top:1.2%;min-height:280px; _height:280px;height:auto;overflow:hidden;margin-bottom:1.2%;}
.pNews-detaFix img{max-width:100%;border:0px solid #D9D9D9;padding:2px;}
.pNews-detaPage{ background:#efefef; line-height:43px; margin-top:45px; position:relative; padding:0 20px;min-height:30px; _height:30px;height:auto;overflow:hidden;}
.pNews-detaPage .return{ background:#b4b4b4; text-align:center; color:#fff; display:inline-block;  padding:0 15px; position:absolute; left:50%; margin-left:-73px; top:0;}
.pNews-detaPage .return i{ font-size:24px; margin-right:5px; vertical-align:top; display:inline-block;}
.pNews-detaPage .prev, pNews-detaPage .next{ width:calc(50% - 90px); overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.sfgbt{display:inline;}
/*最终页面 end*/

@font-face {font-family: "iconfont";
  src: url('/html/font/iconfont.eot'); /* IE9*/
  src: url('/html/font/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../font/iconfont.woff') format('woff'), /* chrome, firefox */
  url('../font/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.pNews-detaPage a{color:#313840; }
.pNews-detaPage a:hover{text-decoration:none;color:#D86717;}
.sfgbt a{color:#666666;}
.sfgbt a:hover{color:#D86717;}
.iconfont {
  font-family:"iconfont" !important;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width:0.2px;
  -moz-osx-font-smoothing:grayscale;
}




.wdbfbl{margin:0 auto;width:100%; text-align:left;min-height:30px; _height:30px;height:auto;overflow:hidden;margin-bottom:2.2%;margin-top:2.2%;display:block;font-size:15px;}
.wdbfbl p{line-height:1.6em;}

.wdbfbl_left{width:38%;float:left;display:block;}
.wdbfbl_right{width:38%;float:right;display:block;}
.wdbfbl_left img{float:left;display:block;}
.wdbfbl_right img{float:right;display:block;}

.wdwz_left{width:61%;float:left;display:block;}
.wdwz_right{width:61%;float:right;display:block;}
.mysubbws{width:50%;margin:0 auto;text-align: center;}

@media screen and (max-width:992px){
.wdbfbl p{line-height:1.5em;}
.wdbfbl img {max-width:100%;}
.wdbfbl_left{margin:0 auto;width:100%;display:block;}
.wdbfbl_right{margin:0 auto;width:100%;display:block;}

.wdwz_left{width:100%;margin:0 auto;display:block;}
.wdwz_right{width:100%;margin:0 auto;display:block;}
.mysubbws{width:100%;margin:0 auto;text-align: center;}

}







/*分页 start*/
.PageBox{margin:0 auto;width:97%; text-align:center;min-height:30px; _height:30px;height:auto;overflow:hidden; padding-bottom:1.2%;padding-top:1.2%;}
.SplitPage a{height:28px;border:1px #d8d8d8 solid;margin:0 -1px;padding:0 10px;color:#a6a6a6;font-size: 14px;font-family: '微软雅黑';display:inline-block;line-height:26px;}
.SplitPage :hover{background:#E90A00;color:#fff;text-decoration:none;}
.SplitPage .nowpage{background:#E90A00;color:#fff;width: 28px;height: 28px;display: inline-block;vertical-align: top;line-height: 30px;font-weight: normal;}
.SplitPage [disabled]{background-color:#F5F5F5;display:dnone;color:#a6a6a6;}
.SplitPage .disabled{background-color:#F5F5F5;display:dnone;color:#a6a6a6;}
.SplitPage :disabled{background-color:#F5F5F5;display:dnone;color:#a6a6a6;}
/*分页 end*/

.common-gud {display: flex;background:#ffffff url(../images/xbto-shadow.png) repeat-x 0 0 / auto 100%;position: fixed;z-index: 19;bottom: 0;left: 0;width: 100%; display:none;border-top:1px solid #dadada;}
.common-gud a { flex: 1; text-align: center; padding:0px 0; margin:6px 0; border-right:1px solid #dadada;}
.common-gud img { height:25px; }
.common-gud p { color: #666666; font-size:12px; }
.common-gud p:hover{color:#B12929;}