@charset "utf-8";
@font-face {
    font-family: "member";
    src: url('../font/member.woff') format('woff'), url('../font/member.ttf') format('truetype');
}

.member_iconfont {
    font-family: "member" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}


/* Style Reset */

html {
    font-size: 625%;
    -webkit-text-size-adjust: none;
    max-height: 100%;
    background: #d9d9d9;
}

body {
    font-size: 0.16rem;
}

body,
p,
h1,
ul,
li,
input,
img,
figure,
h3,
h1,
h2,
dl,
dd,
dt {
    margin: 0;
    padding: 0;
    font-family: "microsoft yahei";
}

ul,
ol,
li,
dl,
dt,
dd {
    list-style: none;
}

a {
    text-decoration: none;
    outline: 0px;
    color: #333;
}

fieldset,
img {
    border: 0;
}

img {
    display: block;
    max-width: 100%
}

input[type="text"],
input[type="password"],
input[type="submit"],
input[type="reset"],
input[type="button"],
textarea {
    -webkit-appearance: none;
}

.clear {
    clear: both;
    width: 100%;
}

.c {
    clear: both;
    width: 100%;
}


/* common */

.content {
    min-height: 5rem;
    overflow: hidden;
    font-size: 0.2rem;
    padding-bottom: 15%;
}

.content #allmap {
    height: 8rem;
    margin-top: 0px;
}

.content_new {
    margin-top: 0!important;
}


/* 首页不要上边距 */

.common_bg {
    background-color: #b30f1a!important;
}


/* index style */


/*header*/

.header {
    width: 5.34rem;
    z-index: 9999;
    margin: 0 auto;
}

.head {
    text-align: center;
    width: 100%;
    height: 0.6rem;
    /* box-shadow: 0 4px 4px rgba(9,2,4,.55); */
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    position: relative;
}

@media (min-width: 640px) {
    .head {
        width: 640px;
        margin: 0 auto;
    }
}

.logo {
    display: inline-block;
    height: auto;
    float: left;
}

.logo img {
    margin: 0 auto
}

.search {
    padding: 0 1%;
}

.search form {
    position: relative;
    width: 100%;
}

.search-input {
    width: 100%;
    height: .3rem;
    border: none;
    font-size: 0.18rem;
    font-family: "microsoft yahei";
    text-indent: 5%;
    background-color: #fff;
    padding: .03rem 0;
}

.search-btn {
    width: 5%;
    top: 0;
    background: url(../images/sech.png) center no-repeat;
    color: #fff;
    height: 100%;
    border: none;
    text-indent: -9999px;
    position: absolute;
    right: .05rem
}

.index_text {
    width: 100%;
    font-size: 14px;
    height: 0.3rem;
    background: #fff url(../images/search_bg_05.png) no-repeat 95% center;
    -webkit-background-size: 7%;
    background-size: 7%;
    border: none;
    font-size: 0.21rem;
    font-family: "microsoft yahei";
    text-indent: 3%;
    margin: 2% 0;
    border-radius: 7px;
}

.search a {
    display: inline-block;
    color: #0088e8;
    font-size: .18rem;
}

.top-nav {
    position: absolute;
    right: 1.09375%;
    top: 100%;
    width: 14.0625%;
}

.top-home {
    position: absolute;
    left: 1.09375%;
    top: 0;
    width: 14.0625%;
    font-size: 0.4rem;
    line-height: 0.82rem;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.sub_page {
    min-height: 6rem;
    overflow: hidden;
    font-size: 0.16rem
}

.sub_page center {
    padding: 0.4rem 0;
    font-size: 0.2rem
}

.sub_page center a {
    color: red
}

.search_hl {
    width: 14.0625%;
    float: left;
    height: 100%;
    font-size: 0.38rem;
    line-height: 0.8rem;
    color: #2e74dc !important;
    text-align: center;
    overflow: hidden;
}

.search_l {
    left: 0%;
}


/*header end*/


/* nav */

body {
    position: relative;
    width: 100%;
    height: 100%;
}

.allpage {
    position: relative;
    z-index: 10;
    background: #d9d9d9;
    height: auto;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    right: 0;
    min-height: 6rem;
}

.clicked {
    right: 220px!important;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.nav {
    width: 220px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: #1b1b1b !important
}

.fixed {
    width: 220px;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.nav li {
    width: 220px;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}

.nav li a {
    display: block;
    width: 100%;
    font: 700 16px/50px '微软雅黑';
    color: #f90;
    text-align: center;
}

.nav li a span {
    margin-right: 3%;
    font-size: 24px;
}

.nav li p {
    text-indent: 70px;
}

.nav li:last-child {
    margin-bottom: 20%;
    border-bottom: 0;
}

#allmap {
    width: 100%;
    height: 8rem;
    font-size: 0.18rem
}

.share {
    bottom: 5%;
    display: none;
    z-index: 9;
    position: fixed!important;
    width: 100%;
}

.black-fixed {
    position: fixed;
    z-index: 99999!important;
    left: 0;
    width: 0;
    top: 0;
    height: 150%;
    background: rgba(0, 0, 0, 0.9);
    text-align: right;
    font-size: 0.4rem;
    color: #fff;
    line-height: 2;
    right: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    opacity: 0
}

.black-clicked {
    width: 100%;
    padding-right: 2%;
    left: -227px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    opacity: 1
}


/* nav end*/


/* sub header */

.nav-btn {

    width: 8.0625%;
    position: absolute;
    font-size: 0.3rem;
    color: #4d4d4d;
    text-align: center;
    overflow: hidden;
    z-index: 999;
    margin-left: .03rem;
    padding: .04rem 0;
}

.home-btn {
    width: .4rem;
    float: left;
    height: 100%;
    text-indent: -9999px;
    line-height: 0.71rem;
    color: #eee;
    text-align: center;
    overflow: hidden;
    display: block;
    background: url(../images/home_title.png) center no-repeat;
    background-size: 100%;
    margin-left: 4%;
    position: absolute;
    top: 0;
    left: 0;
}

.top-nav {
    position: absolute;
    right: 1.09375%;
    top: 100%;
    width: 14.0625%;
}

.top-home {
    position: absolute;
    left: 1.09375%;
    top: 0;
    width: 14.0625%;
    font-size: 0.4rem;
    line-height: 0.82rem;
    color: #fff;
    text-align: center;
    overflow: hidden;
}


/* footer */

.footer {
    width: 100%;
    position: fixed!important;
    bottom: 0;
    right: 0;
    z-index: 9999;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.foot {
    width: 100%;
    position: fixed;
    height: 0.8rem;
    bottom: 0;
    left: 0;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.foot-relative {
    position: relative;
    width: 100%;
    height: 0.8rem;
}

.foot a {
    display: block;
    float: left;
    width: 25%;
    color: #4c4c4c!important;
}

.foot a i {
    display: block;
    width: 100%;
    text-align: center;
    height: 0.3rem;
    margin-top: .1rem
}

.foot .foot_home {
    background: url(../images/index_21.png) no-repeat center;
}

.foot .foot_about {
    background: url(../images/index_24.png) no-repeat center;
}

.foot .foot_pro {
    background: url(../images/index_27.png) no-repeat center;
}

.foot .foot_tech {
    background: url(../images/index_30.png) no-repeat center;
}

.foot a h3 {
    width: 100%;
    text-align: center;
    font: 0.18rem/0.2rem "microsoft yahei";
}

.common-pro-search {
    width: 90%;
    height: 0.533rem;
    background: #fff;
    margin: 2% auto;
}

.common-text {
    float: left;
    border: 0;
    background: #fff;
    width: 84.45%;
    height: 0.533rem;
    text-indent: 0.1rem;
    font: 0.16rem/0.533rem "microsoft yahei";
    border-radius: 0;
}

.common-submit {
    float: right;
    width: 15.55%;
    border: 0;
    font-size: 0.36rem;
    line-height: 0.533rem;
    color: #fff;
    height: 0.533rem;
    border-radius: 0;
    background: none;
    background: #333;
}


/* foot search btn */

.common-search {
    width: 92.1875%;
    position: absolute;
    z-index: 100;
    left: 3.90625%;
    bottom: 0.9rem;
    background: #fff;
    border: 1px solid #ccc;
    display: none;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 2px #666 inset;
    box-shadow: 0 1px 2px #666 inset;
}

.search-input-n {
    width: 85%;
    height: 0.533rem;
    line-height: 0.533rem;
    border: none;
    outline: none;
    text-indent: 5%;
    border-radius: 25px;
    font-family: "microsoft yahei";
    background-color: transparent;
}

.search-btn-n {
    width: 12%;
    border: none;
    outline: none;
    font-size: 0.4rem;
    line-height: 0.533rem;
    background-color: transparent;
    color: #666;
    background-color: transparent;
    font-family: "microsoft yahei";
}


/* foot search btn end*/


/*font*/

@font-face {
    font-family: "iconfont";
    src: url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}


/*font*/

@font-face {
    font-family: "commonfont";
    src: url('../font/common.woff') format('woff'), url('../font/common.ttf') format('truetype');
}

.commonfont {
    font-family: "commonfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.wrapper02 {
    position: relative;
    height: .5rem;
    padding: 0 1%;
    overflow: hidden;
    margin: 0 auto;
    background: #1b1b1b;
}

.class-btn {
    position: absolute;
    left: 14%;
    top: 0%;
    width: 10.0625%;
    font-size: 0.24rem;
    line-height: 0.2rem;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.class-btn span {
    display: inline-block;
    width: 25.0625%;
    height: 0.45rem;
    background: url(../images/20.png) no-repeat center;
}

.type {
    width: 100%;
    top: 1.3rem;
    position: absolute;
    background: #e6e6e6;
    z-index: 999;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    height: 3rem;
    padding: 0.1rem 0;
    display: none;
}

.type li {
    height: .5rem;
    font: 0.2rem/0.5rem "microsoft yahei";
    text-align: center;
    border-bottom: 1px solid #bfbfbf;
}

.type li a {
    display: block;
    margin: 0 0.3rem;
}

.type li span.commonfont {
    font-size: 0.3rem;
    line-height: 0.46rem;
    display: block;
    width: 16%;
    text-align: center;
    color: #666;
    position: absolute;
    top: 0;
    right: 0;
}

.type li dl {
    float: left;
    border-top: 2px solid #232323;
    width: 100%;
    display: none
}

.type li dl dd {
    overflow: hidden
}

.type li dl dd a {
    width: 100%
}

.type .scroller {
    position: absolute;
    transform: translate(0px, 0px) translateZ(0px);
    width: 100% !important;
}

.type .scroller .active a {
    color: #026450;
}

.wrapper02 .top-title {
    font-size: 0.16rem;
    line-height: 0.49rem;
    text-align: center;
    color: #eee;
    overflow: hidden;
    margin: 0 auto;
    display: inline-block;
}


/* subpage */

.about,
.view {
    width: 92.5%;
    margin: 0% auto;
    font: 0.22rem/2.4 "microsoft yahei";
    color: #1d1d1d;
}

.view p {
    margin: 0;
    padding: 0;
}

.view h1 {
    width: 100%;
    text-align: center;
    font: 0.3rem/0.5rem "microsoft yahei";
    color: #393939;
}

.about h1 {
    line-height: 0.6rem;
    text-align: center;
    font: 0.28rem/0.5rem "microsoft yahei";
    font-weight: bold;
    margin-bottom: 3%;
}

.view img {
    max-width: 100%;
    display: inline
}

.page {
    display: block;
    width: 100%;
    height: 0.38rem;
    font: 0.22rem/0.38rem "microsoft yahei";
    color: #777;
    background: #ddd;
    border-radius: 0.38rem;
    margin: 2% auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 0.1rem;
}

.back {
    display: block;
    width: 33.57%;
    margin: 2% auto;
    height: 0.4rem;
    border-radius: 0.4rem;
    font: 0.2rem/0.4rem "microsoft yahei";
    color: #393939;
    text-align: center;
}


/* product */

.product-top {
    width: 91.25%;
    margin: 2% auto;
    border-bottom: 1px solid #c9c9c9;
    height: 0.5833rem;
    font: 0.2rem/0.5833rem "microsoft yahei";
    color: #7b7b7b;
}

.product-top p {
    float: left;
}

.product-top p span {
    color: #3e74ce
}

.product-top-right {
    float: right;
    color: #7b7b7b
}

.product-top-right a {
    font-size: 0.3rem;
    color: #272727;
    vertical-align: middle
}

.product-top-right a.show {
    color: #3e74ce
}


/* news */


/*
.news1,.news2,.news3{width:100%;height:auto;overflow:hidden;margin:2% auto;}
.news1 li{width:100%;height:0.691rem;overflow:hidden}
.news1 li a,.news2 li a,.news3 li a{display:block;width:100%;height:0.691rem;overflow:hidden;font:0.2rem/0.691rem "microsoft yahei"}
.news1 li span:nth-child(1),.news2 li span:nth-child(1),.news3 li span:nth-child(1){display:block;float:left;width:60%;margin-left:4%;text-overflow: ellipsis;overflow:hidden;white-space: nowrap;color:#1d1d1d}
.news1 li span:nth-child(2),.news2 li span:nth-child(2),.news3 li span:nth-child(2){display:block;float:right;margin-right:4%;color:#9f9f9f}
.news1 li:nth-child(even){background:#f2f2f2;}
.news2 li{width:100%;height:0.691rem;overflow:hidden;border-bottom:1px solid #ddd;}
.news3 li{width:100%;height:0.691rem;overflow:hidden;border-bottom:1px dashed #ddd;}
*/


/* for white */

.white-bg {
    background: #fff;
}


/* login & reg */

@media all and (min-width:5.34rem) {
    .content {
        width: 5.34rem;
        margin: 0 auto;
        position: relative;
        margin-top: 2%;
        padding-bottom: 16%;
    }
}

@media only screen and (max-width: 479px) and (min-width: 321px) {
    html {
        font-size: 70px;
    }
}

@media only screen and (max-width: 320px) {
    html {
        font-size: 60px;
    }
}


/* search*/

input {
    outline: none;
}



/* 幻灯 */

.ax-tac {
    text-align: center
}

.slideBox {
    position: relative;
    overflow: hidden
}

.slideBox img {
    width: 100%
}

.slideBox .hd {
    position: relative;
    top: -1.5em;
}

.slideBox .hd li {
    background: #FFF;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    text-indent: -9999px;
    margin: 0 2px;
}

.slideBox .hd li.on {
    background: #364ea6!important;
}

.pagex {
    clear: both;
    padding: .1rem;
    margin: 0 auto;

    overflow: hidden;
}

.pagination a.cur {
    color: #b00 !important;
    background: none !important;
}

.pagination a {
    border: none !important;
}

.pagination p {
    border: none !important;
    background: #808080 !important;
    color: #fff !important
}

.pagination a:hover {
    color: #077ee3;
    background: #b00!important;
    border: 1px #077ee3 solid;
    color: #fff !important
}

.pagination .prv,
.pagination .next {
    background: #a40000;
    color: #fff;
    margin: 5px 0;
}

.pageRemark {
    display: none;
}

.mbbody_body .pagex {
    margin-left: 20px;
}

.pagex ul li {
    float: left;
    border: 1px solid #ccc;
    padding: 2px 9px;
    margin: 0 3px;
    line-height: 20px;
    background: #fff;
}

.pagex ul li.thisclass {
    display: inline-block;
    border: 1px solid #30448c;
    padding: 2px 9px;
    margin: 0 3px;
    background: #30448c;
    color: #fff;
}

.pagex ul li.thisclass a {
    color: #fff;
}

.pagex ul li a:hover {
    color: #30448c;
}

.pagex ul li span {
    display: inline-block;
    padding: 0;
}
.pagex .home, .pagex .last, .pagex span{
    display: none;
}
.multipleLine {
    overflow: hidden;
    position: relative;
    background: #fff;
    margin-bottom: 1%
}

.multipleLine .bd ul {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 10px;
}

.multipleLine .bd ul li {
    margin: 0.05rem;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    width: 48%;
    background: #fff
}

.multipleLine .bd ul li .pic {
    text-align: center;
}

.multipleLine .bd ul li .pic img {
    width: 2.54rem;
    height: 1.6334rem;
    display: block;
    padding: 2px;
    margin: 0 auto
}

.multipleLine .bd ul li .pic a:hover img {
    border-color: #999;
}

.multipleLine .bd ul li .title {
    line-height: 24px;
    font-size: .014rem;
}

.title_h {
    background: #fff;
}

.title_h h3 {
    text-align: center;
    font-size: .14rem;
    color: #333;
    line-height: .4rem
}

.beian {
    text-align: center;
}

.content_from span {

    display: inline-block;
    text-align: right;
    width: 20%;
    font-size: .16rem;
}

.content_from input {
    width: 70%;
    padding: .1rem 0;
}

.content_from .check {
    width: 20%;
}

.content_from textarea {
    display: block;
    width: 90%;
    height: 1rem;
    font-size: .16rem;
    border: 1px solid #dedede;
    margin: 0 auto;
}

.content_from .img {
    float: right;
}

.content_from .btn1 {
    width: 100%;
    background: #b70000;
    color: #fff
}

.zoombox {
    position: relative;
    margin: .1rem 0;
}

.zoombox .swiper-img {
    width: 50%;
    float: left;
    overflow: hidden;
    position: relative;
}

.zoombox .swiper-img .swiper-slide {
    width: 100%;
    overflow: hidden;
}

.zoombox .content_tit {
    width: 48%;
    margin-left: 2%;
    float: right;
    font-size: .12rem;
    color: #666565;
    overflow: hidden;
}

.zoombox .content_tit li {
    line-height: .2rem;
}

.zoombox .content_tit span {
    position: absolute;
    bottom: .01rem;
    width: 2.35rem;
    height: .4rem;
    line-height: .4rem;
    font-size: 0.18rem;
    background: #9d0000;
    display: block;
    color: #fff;
    text-indent: .1rem;
}


/* 滑动门通用样式*/

.tabbed_content {
    background-color: none;
    max-width: 960px;
    _width: expression((document.documentElement.clientWidth||document.body.clientWidth)>960?"960px":"");
}

.tabs {
    width: 100%;
    height: 45px;
    line-height: 45px;
    position: relative;
    background: #F3F3F3;
    border-bottom: solid 2px #B52232;
    overflow: hidden;
}

.tabs h2 {
    padding-left: 10px;
    float: left;
}

.tabs .moving_bg {
    width: 25%;
    _width: 15%;
    height: 43px;
    background-color: #FFF;
    position: absolute;
    z-index: 190;
    left: 0;
    background-position: bottom left;
    background-repeat: no-repeat;
    font-weight: bold;
    overflow: hidden;
}

.tabs2 .moving_bg {
    width: 20%
}

.tabs3 .moving_bg {
    width: 16.6666666%;
}

.tabs .tab_item {
    display: block;
    float: left;
    width: 25%;
    color: #ffffff;
    text-align: center;
    z-index: 200;
    position: relative;
    cursor: pointer;
    color: #000;
    font-weight: bold;
    overflow: hidden;
}

.tabs2 .tab_item {
    width: 20%;
}



.tabs3 .tab_item {
    width: 16.6666666%;
}

.tabs .tab_item:hover {
    color: #B52232;
    font-weight: bold;
}

.tabbed_content .slide_content {
    overflow: hidden;
    background-color: none;
    position: relative;
    width: 100%;
}

.tabslider {
    width: 400%
}

.tabslider2 {
    width: 500%
}

.tabslider3 {
    width: 600%
}

.tabslider ul {
    float: left;
    margin: 0px;
    width: 25%;
    text-align: left;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* padding和border被包含在定义的width和height之内 */
    background: none;
}

.tabslider2 ul {
    width: 20%
}

.tabslider3 ul {
    width: 16.6666666%;
}

.tabslider ul a {
    margin-bottom: 10px;
    display: block;
    color: #000;
    text-decoration: none;
}

.tabslider ul a:hover {
    color: #00;
    text-decoration: underline;
}

.tabslider .hidden div {
    padding: 10px 10px;
    _padding: 10px 0;
    *padding: 10px 0;
    font-size: 16px;
}

.tabslider ul li span,
.tabslider .hidden div span {
    display: block;
    width: 100%;
    color: #C5C5C5;
    text-align: right;
    font-size: 0.875em;
}

.tabslider ul li span em,
.tabslider .hidden div em {
    float: left;
    font-style: normal;
}

.tabslider ul li {
    padding: 10px;
    border-bottom: solid 1px #EFEFEF;
}