/* ==========================================================================
   Global
   ========================================================================== */
    
    html {
        font-size: 62.5%;
    }
    body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 5px;
        background-color: #F5F5F5;
    }



body::-webkit-scrollbar {
        width: 8px;
        background-color: #F5F5F5;
    }



body::-webkit-scrollbar-thumb {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #bdb9b9;
    }

div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    border-radius: 3px;
    background-color: #F5F5F5;
}



div::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}



div::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    background-color: #bdb9b9;
}
    a { color: #333; }
    
    a:hover { color: #009fe9; }

 a:focus { outline:none; -moz-outline:none; } 
    
    body { color: #333; font: 14px/1.7 microsoft yahei, Arial, Helvetica, sans-serif; }
    
    .wrapper {
        max-width: 1600px;
        /*min-width: 980px; */
        _width: 1600px;
        padding: 0 10px;
        margin-left: auto;
        margin-right: auto;
    }
    .wrapper2{max-width:95%; padding: 0 10px;
        margin-left: auto;
        margin-right: auto; padding-bottom:40px;}
    .wrapper:after,
    .row:after {
        content: "";
        display: table;
        clear: both;
    }
    /* arrow */
    
    .arrow {
        position: absolute;
        top: 50%;
        margin-top: -4px;
    }
    
    .arrow * {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border: 0 dashed transparent;
        overflow: hidden;
    }
    /* arrow-right */
    
    .arr-r * {
        border-left-style: solid;
        border-width: 4px 0 4px 4px;
    }
    
    .arr-r em {
        left: 1px;
    }
    
    .arr-r span {
        border-left-color: #3675bb;
    }
    
    .tri {
        position: absolute;
        width: 0;
        height: 0;
        border: 0 dashed transparent;
        overflow: hidden;
    }
    /* ==================================
   menu
   ================================== */
    
    .menu {
        position: relative;
    }
    /* menu-hd */
    
    .menu-hd {
        position: relative;
        z-index: 1002;
        overflow: hidden;
        height: 30px;
        line-height: 30px;
        padding: 0 20px 0 6px;
    }
    /* menu-bd */
    
    .menu-bd {
        display: none;
        position: absolute;
        z-index: 1001;
        margin-top: -1px;
    }
    
    .menu-bd-panel {
        padding: 5px 0;
        border: 1px solid #eee;
        background: #fff;
        min-width: 96px;
    }
    
    .menu-bd-panel a {
        display: block;
        padding: 0 5px;
        line-height: 28px;
        white-space: nowrap;
        color: #6C6C6C
    }
    /* menu arrow */
    
    .menu-hd .fa-caret-down {
        -webkit-transition: .3s ease-in;
        -moz-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        transition: .3s ease-in;
        position: absolute;
        height: 30px;
        line-height: 30px;
        top: 0;
        right: 6px;
    }
    /* menu hover */
    
    .menu-hover .menu-hd {
        z-index: 10002;
    }
    
    .menu-hover .menu-bd {
        z-index: 10001;
    }
    
    .menu-hover .menu-hd {
        padding: 0 19px 1px 5px;
        border-width: 0 1px;
        border-style: solid;
        border-color: #eee;
        background: #fff;
    }
    
    .menu-hover .menu-hd .fa-caret-down {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    
    .menu-hover .menu-bd-panel a:hover { background: #eee;  }



/* ==========================================================================
   Header
========================================================================== */
    header {}    
    header .wrapper {position: relative; z-index: 99;}   
    .topbar{height:85px;background: #fff;padding: 10px 0;} 
    .topbar .wrapper{position: relative;}
    .logo {/* position: absolute; *//* left: 13px; *//* width:20%; */height:85px;overflow: hidden;line-height:85px;float: left;}  
    .logo img{max-width: 100%;height: 65px;}
    .langbox{
        float: right;
        width: 40px;
        height: 40px;
        background: #009fe9;
        margin-top:20px;
        margin-left: 10px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;transition:.5s;-moz-transition:.5s; -webkit-transition:.5s;
    } 
    .langbox a{color: #fff;font-size: 14px; line-height: 30px;}
 .langbox:hover{ background: #000; border-radius:50%}
.serchinco{display: none; position: absolute; right: 48px; width: 48px; height: 48px; line-height: 48px; text-align: center; z-index: 4; }
.globalsearch{
    width: 280px;
    z-index: 99;
    border:1px solid #d2d2d2;
    float: right;
    padding: 0;
    background: #fff;
    margin-top:20px;
    /* -webkit-border-radius: 24px; */
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    border-radius: 5px;
    overflow: hidden;
}
.globalsearch .warp{background: #fff;}
.globalsearch #q{ float: left;   border: 0 none; }
.globalsearch .search-btn { float: right;   border: 0 none; }
.globalsearch #q {width: calc(100% - 70px);height: 18px;padding: 10px;line-height: 18px;background: #fff;border:1px solid #fff;font: 300 14px/18px microsoft yahei;}
.globalsearch .search-btn {width: 40px;padding:0;margin:0;height: 40px;cursor: pointer;background: #009fe9 url(../images/btn_ser02.png) no-repeat center;}

 
@media only screen and (max-width:1024px) {      
   .logo,.toptel,.langbox{display: none;}
  
   .topbar{height: 0;padding: 0;}
   .serchinco{display: block;}
   .globalsearch{display: none;position: absolute; top: 48px;margin-top: 0;}
   .globalsearch{width: calc(100% - 30px);z-index: 99;left: 0; border:0; float: none;padding:10px 15px;background: #009fe9;margin-top:0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;}
    .globalsearch .search-btn { background: url(../images/btn_ser.png) no-repeat center;}

}
@media only screen and (max-width:1620px){
	 .logo{left:10px;}
	}

/* ==========================================================================
Nav
========================================================================== */
/* primary */
    
    .globalnav {
        position: absolute;
        z-index: 999;
        right: 0;
        top: 16px;
    }
    
    .globalnav li {
        float: left;
    }
    
    .globalnav li a {
        display: block;
        color: #444;
        padding: 0 20px;
        font-size: 14px;
        line-height: 42px;
        font-family: microsoft yahei;
    }
    
    .globalnav .nav-sep {
        width: 2px;
        height: 42px;
        background: url(../images/nav-sep.gif) no-repeat 0;
    }
    
    .globalnav .active a,
    .globalnav li .active1 {
        color: #a6937c;
    }
    
    .dropdown {
        position: absolute;
        z-index: 999;
        background: #fff;
        display: none;
        /*padding: 10px 0 0 0; */
        top: 100%;
        min-width: 180px;
        /* border: 1px solid #009FE9; */
    }
    /*.dropdown:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border: 0 dashed transparent;
        overflow: hidden;
        border-top-style: solid;
        border-width: 5px 5px 0;
        border-top-color: #fff;
        left: 50%;
        margin-left: -5px;
        top: -5px;
    }*/
    .dropdown a {
        /*    white-space: nowrap;*/
        line-height: 45px;
        font-size: 14px; 
        float: left;
        padding: 0;
        color: #000;       
        border-bottom: 0 none;
        width: 100%;
        display: block;
        text-align: left; border-bottom: 1px solid #e5eaf1; text-indent: 20px;
        background:url(../images/arr01.png) 160px center no-repeat;
    }
    
    
    
    .dropdown a .fa {
        font-size: 12px;
        line-height: 30px;
        color: #ccc;
        padding-right: 5px;
    }
    
    .dropdown a:hover{ background:#e5eaf1 url(../images/arr01.png) 160px center no-repeat;}
    .dropdown a:hover .fa { color: #0160bd; }
    .dropdown .level3{
        position: absolute;
        left:100%;
        top: 0;
        width: 180px;
        /*padding:10px 0 0 0;
        background:#fff;border-left: 1px solid #e9ecf4;*/
        min-height: 340px;
        /* border: 1px dotted #009FE9; */
        /* -webkit-box-sizing: border-box; */
        -moz-box-sizing: border-box;
        /* box-sizing: border-box; */
    }
    .dropdown .level3 a{
        width: calc(100% - 20px);
        padding-left: 20px;
        display: block;
        text-align: left;
        border-bottom: 1px dashed #d2d7e6;
        text-indent: 0;
        /*background: none;*/
        background: #fff;
        border-left: 1px solid #e9ecf4;
        line-height: 20px;
        padding: 12.5px;
    }
    .dropdown .level3 a:hover{background: #009fe9;color: #fff;}
    
  @media only screen and (max-width: 768px) {
        .dropdown a {
            /*    white-space: nowrap;*/
            font-size: 16px;
            width: 100%;
            text-align: left;  background: none;padding:0;
        }
        .dropdown a:hover{background: none;}
        .dropdown { min-width: calc(100% - 40px); height: auto;padding:0;}
        .dropdown .level3{display: none;}
    }
   
    /* ==========================================================================
   Content
   ========================================================================== */

.hidden {display: none;}

    /* ==================================
   banner
   ================================== */
    
.banner { overflow: hidden;margin-top:130px;position: relative;}
.banner img{max-width: 100%;}
.banner .mpic{ display: none;}
#owl-banner .owl-nav{margin-top: 0;}
#owl-banner .owl-dots{position: absolute;bottom: 10px;width: 100%;}
#owl-banner .owl-prev,#owl-banner .owl-next{width:41px;top:0; height:100%;background: none; text-indent: 100px;overflow: hidden;padding:0;margin:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    filter: Alpha(Opacity=100);
    opacity: 1;
}
#owl-banner .owl-prev{position: absolute;left:10px; background:url(../images/bl.png) center no-repeat;}
#owl-banner .owl-next{position: absolute;right:10px;background:url(../images/br.png) center no-repeat;}

#owl-banner .owl-dots .owl-dot.active span, #owl-banner .owl-dots .owl-dot:hover span {
    background: #009fe9;
}
#owl-banner .owl-dots .owl-dot span { width: 15px; height: 15px; background: #fff;border:1px solid #009fe9;}

@media (max-width:768px) {
#owl-banner .owl-prev,#owl-banner .owl-next{filter: Alpha(Opacity=0);opacity: 0;}
}
@media only screen and (max-width: 768px) {
    .banner .mpic{ display: block;}
    .banner .pic{display: none;}
    .banner {margin-top:0;}
}

/* ==========================================================================
   home_wxpart01
   ========================================================================== */
.home_wxpart01{padding:40px 0 60px 0;}
.home_wxpart01 .warp{margin-top: 20px;}
.home_wxpart01 .left{width: calc(50% - 10px); float: left;}
.home_wxpart01 .right{width: calc(50% - 10px); float: right;}
.hometit{font-size: 35px;font-weight: bold;text-align: center;text-shadow: 2px 2px 1px #c7c7c7;}
.hometit span{text-transform:Uppercase;font-size: 16px;font-weight: normal;display: block;color: #8c8c91;text-shadow: 0 0 BLACK;}

.home_wxpart01 .hometit{text-align: left;}
.home_wxpart01 .hometit span{display: inline-block;}

.yyflbox{height: 212px;overflow: hidden;float: left;position: relative;margin-right: 2px;margin-bottom: 2px;border-radius: 5px;overflow: hidden;}
.yyflbox.mode01{width: calc(50% - 2px);}
.yyflbox.mode02{width: calc(33.3% - 2px);}
.yyflbox .pic{width: 100%;height: 100%;}
.yyflbox .cover{
   width:100%;
   height: 100%;
   position: absolute;
   top: 212px;
   background: rgba(0,159,233,0.7);
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}

.yyflbox .cover h3{margin-top: -50px;font-size: 20px;width: 100%;height: 50px;font-weight: normal;line-height: 50px;text-align: center;text-align: center;transition: all 0.5s;background: rgba(0,0,0,0.4);box-shadow: 0 0 7px #eee;font-weight: bold;}
.yyflbox .cover h3 a{color: #fff;}
.yyflbox .cover .link{width: calc(100% - 40px);padding:0 20px;height:120px;overflow: hidden;}
.yyflbox .cover .link a{width: 50%;height: 26px;line-height: 26px;float: left;display: block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.yyflbox .cover .link a{color: #fff;font-size: 16px;}
.yyflbox.mode02 .cover .link a{width: 100%;}
.yyflbox:hover .cover{ top:0px;}
.yyflbox:hover .cover h3{ }
.yyflbox:hover .cover h3{margin-top: auto; box-shadow: 0 0 0 #eee; text-align: left;text-indent: 20px;font-weight: bold;padding-top: 10px;background: none;}


@media only screen and (max-width:920px) {
   .hometit{font-size:25px;text-shadow: 1px 1px 1px #c7c7c7;}
   .hometit span{font-size:14px;}
.yyflbox .cover .link a{width: 100%;}
}

@media only screen and (max-width:768px) {
.home_wxpart01 .left,.home_wxpart01 .right{width:100%; float: none;}
}

/* ==========================================================================
   home_pro
   ========================================================================== */
.home_pro{padding:60px 0;background:url(../images/homebg01.jpg) bottom center no-repeat;background-size: cover; }
#owl-pro{margin-top: 30px;}
#owl-pro .owl-nav{height: 0;margin-top: 0;}
#owl-pro .owl-nav .owl-prev,#owl-pro .owl-nav .owl-next{filter: alpha(opacity=0);opacity:0;}
#owl-pro .owl-dots{margin-top: 30px;}
#owl-pro .owl-dots .owl-dot.active span{background: #009fe9;width: 30px;}
#owl-pro .owl-dots .owl-dot span {width: 13px;height: 13px;margin: 5px 7px;background: #fff;border: 1px solid #009fe9;transition: .5s;-moz-transition:.5s;-webkit-transition:.5s;}

.hprobox{border:1px solid #dfe0e7;background: #fff;height: 380px;cursor: pointer;border-radius: 10px;}
.hprobox .pic{height: 200px;line-height: 200px;text-align: center;overflow: hidden;width: 100%;padding: 10px 0;/* background: #fff; */}
.hprobox .pic img{max-width: 100%;width: auto!important;display: inline-block!important;transition: transform 0.5s;max-height: 100%;height: 70%;}
.hprobox:hover .pic img{ transform: scale(1.1);}
.hprobox .txtarea{padding:0 40px;}
.hprobox .txtarea .tit{height: 24px;line-height: 24px;overflow: hidden;border-left: 5px solid #009fe9;padding-left:15px;font-size: 20px;font-weight: bold;}
.hprobox .txtarea .tit a{/* float: right; */color: #009fe9;font-size: 16px;}
.hprobox .txtarea .desc{padding-top: 15px;margin-top: 10px;border-top: 1px solid #f2f3f7;height: 72px; overflow: hidden;}

/* ==========================================================================
   home_support
   ========================================================================== */
.home_support{padding:60px 0; }
.hsupport{height: 190px;border:1px solid #dfe0e7;border-radius: 10px;overflow: hidden;}
.hsupport .pic{width: 230px;height: 190px;overflow: hidden;float: left;display: flex;display: -webkit-flex;justify-content: center;align-items: center;}
.hsupport .pic img{width: 100%;height: auto;transition: transform 0.5s;max-height: 95%;}
.hsupport:hover .pic img{ transform: scale(1.1);}
.hsupport .txtarea{padding:20px; float: right;width: calc(100% - 280px);}
.hsupport .txtarea .tit{height: 24px;line-height: 24px;overflow: hidden;font-size: 20px;font-weight: bold;}
.hsupport .txtarea .line{width: 45px;height: 1px;background: #009fe9;margin:15px 0;}
.hsupport .txtarea .desc{height: 72px;overflow: hidden;color: #666;word-break: break-all;}
#owl-support{margin-top: 30px;}
#owl-support .owl-nav{height: 0;margin-top: 0;}
#owl-support .owl-nav .owl-prev,#owl-support .owl-nav .owl-next{filter: alpha(opacity=0);opacity:0;}
#owl-support .owl-dots{margin-top: 30px;}
#owl-support .owl-dots .owl-dot.active span{background: #009fe9;width: 30px;}
#owl-support .owl-dots .owl-dot span {width: 13px;height: 13px;margin: 5px 7px;background: #fff;border: 1px solid #009fe9;}
@media only screen and (max-width: 768px) {
  .hsupport{height: 150px;}
.hsupport .pic{width: 170px;height: 150px;}
.hsupport .txtarea{padding:10px;width: calc(100% - 200px);}
}

/* ==========================================================================
   home_news
   ========================================================================== */
.home_news{padding:60px 0;background:url(../images/homebg02.jpg) bottom center no-repeat;background-size: cover; }
.hnews{height: 240px;background: rgba(255,255,255,0.7);border:1px solid #dcdcdc;border-radius: 10px;}
.hnews .tit{height: 50px;overflow: hidden;border-left: 10px solid #009fe9;color:#666;margin-top:38px;padding-left: 30px;position: relative;}
.hnews .tit h3{font-size: 18px;font-weight: normal;width: calc(100% - 100px);height:25px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight: bold;color: #000;}
.hnews .tit a.xq{
    width:65px;
    height: 50px;
    display: block;
    background: #009fe9;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 50px;
    border-radius: 7px 0 0 7px;
    }
.hnews .desc{height: 72px; overflow: hidden;color: #666;margin:40px;}

#owl-news{margin-top: 30px;}
#owl-news .owl-nav{height: 0;margin-top: 0;}
#owl-news .owl-nav .owl-prev,#owl-news .owl-nav .owl-next{filter: alpha(opacity=0);opacity:0;}
#owl-news .owl-dots{margin-top: 30px;}
#owl-news .owl-dots .owl-dot.active span{background: #009fe9;width: 30px;}
#owl-news .owl-dots .owl-dot span {width: 13px;height: 13px;margin: 5px 7px;background: #fff;border: 1px solid #009fe9;}


/* ==========================================================================
   Footer
   ========================================================================== */
footer {color: #cecbcb;background: #0168b7;font-family: microsoft yahei;padding:60px 0 0 0;}
footer a { color: #cecbcb; }
footer a:hover { text-decoration: underline; }
.footer-nav {text-align: justify;/* padding-bottom: 15px; */}
.footer-nav:after { content: ""; width: 100%; display: inline-block; font-size: 0; line-height: 0; }
.footer-nav .line{width: calc(100% - 500px);height: 1px;background: #b0b1b2;position: relative;top: 40px;}
.fn-col { display: inline-block; *display:inline;
zoom: 1; vertical-align: top; *padding-right: 100px;}
.fn-col h3 {  margin-bottom: 30px; font: 300 16px/24px microsoft yahei;}
.fn-col h3 a {color:#cecbcb;font-weight: bold;font-size: 20px;color: #eee;}
.fn-col h3 a:hover {text-decoration: underline; }
.fn-col ul {}
.fn-col ul img{height:65px; margin-bottom:10px;}
.fn-col li {line-height: 26px;/* font-size: 13px; */font-size: 15px;}
.fn-col li a {color: #ccc;font-size: 15px;}
.fn-col li a:hover {text-decoration: underline;}
.fn-colwx{width:400px;border-left: 1px solid #b0b1b2;padding-left:40px;font-size: 14px;}
.fn-colwx .ewm{margin-top: 30px;}
.fn-colwx .ewm img{width:78px;height: 78px;margin-right: 10px;}

.foothd{text-align: center;padding:20px 0;text-transform:Uppercase;font-size: 15px;background: #0360a7;color: #eee;}
.foothd a{color:#eee;}
@media only screen and (max-width: 768px) {    
footer {padding-top: 30px;}
.fn-col {width: calc(43% - 10px);padding-left:7%;}
.fn-col ul{display: none;}
.fn-colwx{display: none;}
.footer-nav .line{display: none;}
.fn-col h3 {  margin-bottom: 10px; }
}


.fixed-b { position: fixed; width: 100%; background: #333; bottom: 0; left: 0; display: none;z-index: 3; }
.fixed-b li { width: 25%; text-align: center; color: #fff; float: left; }
.fixed-b li a { display: block; border-right: 1px solid #454545; color: #fff; padding: 10px 0; }
.fixed-b li .fa{font-size: 24px; line-height: 30px;}
.fixed-b li:last-of-type a { border-right: 0 none; }
.fixed-b li a .txt { display: block; margin-top: 5px; }

@media only screen and (max-width: 768px) {
.fixed-b { display: block; }
}

.toggle-btn { display: none;}


@media only screen and (max-width: 768px) {
    .toggle-btn {
        display: block;
        position: absolute;
        right: 20px;
        top: 10px;
        transition: all 0.5s;
    }    
    .inner-cont > p img {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }    
.gn-item:hover .toggle-btn {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

.pbpage{text-align:center; margin-top:20px; }
.pbpage a{line-height:35px;padding:0 12px;color:#333;border:1px solid #ccc;margin:5px;display: inline-block;border-radius: 5px;}
.pbpage a.page-num-current{background:#009fe9;color:#fff;}
.pagewu{width:120px; border:1px solid #ccc; padding:10px; text-align: center; font-size: 16px; margin: 15px auto;}

.owl-huandeng{margin-top:105px;/* position: relative; */}
.owl-huandeng .owl-controls{position:absolute;bottom:20px; width:100%; text-align:center;}
.owl-huandeng .owl-controls .owl-dot span{width:13px!important; height:13px!important; background:#fff!important; border:1px solid #009fe9;transition:.5s;-moz-transition:.5s; -webkit-transition:.5s;}
.owl-huandeng .owl-controls .owl-dot.active span{background:#009fe9!important;width: 30px!important;} 
.owl-caraousel .animated {  animation-duration: 1000ms!important;}
.owl-huandeng .owl-item div{position:relative;}
.owl-huandeng .owl-item div h6{position:absolute;max-width:1600px;width:100%;color:#fff;z-index:99;top: 30%;margin: auto;left: 50%;margin-left: -800px;font-weight: normal;}
.owl-huandeng .owl-item div h6 span{font-size:0}
.owl-huandeng .owl-item div h6 dd{font-size:0}
.owl-huandeng .owl-item div{position:relative;}
.owl-huandeng .owl-item div img{}

.owl-huandeng .owl-item.active div h6 span{ animation-name: fadeInDown; animation-duration:2s; -webkit-animation-duration:2s; -moz-animation-duration:2s; animation-delay:1.5s; opacity:1; display:block;font-size:50px;font-weight: bold; }
.owl-huandeng .owl-item.active div h6 dd{font-size:30px; animation-name: fadeInUp;  animation-duration: 2s; -webkit-animation-duration: 2s; -moz-animation-duration: 2s; animation-delay:2s; opacity:1;}
.owl-huandeng .owl-item.active div h6 i{display:block; text-align:right; color:#333}
footer .wrapper {
    padding-bottom: 40px;
}
@media only screen and (max-width: 1599px) { .owl-huandeng .owl-item div h6{max-width:96%; margin-left:0; left:2%} .owl-huandeng .owl-item.active div h6 i{}}

@media only screen and (max-width: 1023px) {.owl-huandeng{margin-top:48px;} .owl-huandeng .owl-controls{bottom:5px;}
footer .wrapper{padding-bottom:0}
.owl-huandeng img{width:760px!important;max-width:200%;/* left:50%; *//* margin-left: -200px; *//* display: block; *//* margin: auto; */}
.owl-huandeng .owl-controls .owl-dot span{width:7px!important; height:7px!important; }
.owl-huandeng .owl-controls .owl-dot.active span{background:#009fe9!important;width: 20px!important;} 
.owl-huandeng .owl-controls{bottom:0px;}
.owl-carousel .owl-item a{position:relative;text-align:center;}
.owl-carousel .owl-item a img{}
 .owl-huandeng .owl-item div h6{margin-left:0%;width:100%;top: 25%;left:3%;}
 .owl-huandeng .owl-item.active div h6 span{font-size:30px;}
.owl-huandeng .owl-item.active div h6 dd{font-size:16px;}
.owl-huandeng .owl-item.active div h6 i{text-align:left; text-shadow:0 0 5px #fff}
}
@media (max-width: 700px) {.pbpage a{line-height:26px; padding:0 7px; margin:3px;}}

.yingpinbiao{
    padding: 20px;
}
.yingpinbiao input{
    width: 100%;
    /* height: 35px; */
    margin-bottom: 15px;
    border: 1px solid #ccc;
    padding: 8px;
    line-height: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.yingpinbiao .yanzheng{width:50%}
.yingpinbiao img{height:40px;}
.yingpinbiao button{height: 44px;border:none;width:100%;background: #009fe9;color:#fff;}
.yingpinbiao p{margin-bottom:15px;font-size:16px;color: #009fe9;font-weight: bold;}
.yingpinbiao textarea{width:100%;border:1px solid #ccc;height:100px;line-height: 25px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin-bottom: 15px;padding: 7px;}