@charset "utf-8";
* {
    margin: 0;
    outline: 0;
    padding: 0;
    font-size: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.35);
    color: #666;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus {
    outline: none
}

a:hover,
a:active {
    outline: none
}

:focus {
    outline: none
}

a:link {
    color: #666
}

a:visited {
    color: #666
}

a:hover {
    color: #666
}

a:active {
    color: #666
}

img {
    outline: none
}

html {
    height: 100%;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body,
.submit {
    font-family: "Microsoft YaHei", "黑体", Helvitica, Verdana, Tohoma, Arial, san-serif;
    color: #666;
    font-size: 14px;
}

body {
    min-width: 320px;
    max-width: 800px;
    margin: auto;
}

ul,
li {
    list-style: none;
    outside: none;
}

em,
i {
    font-style: normal
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
i {
    font-style: normal;
    font-weight: normal
}

.clear {
    clear: both;
    height: 0
}

.f-l {
    float: left
}

.f-r {
    float: right
}

.height5 {
    height: 5px;
    clear: both;
    zoom: 1;
    line-height: 0;
    font-size: 0;
}

.height10 {
    height: 10px;
    clear: both;
    zoom: 1;
    line-height: 0;
    font-size: 0;
}

.height15 {
    height: 15px;
    clear: both;
    zoom: 1;
    line-height: 0;
    font-size: 0;
}

.height20 {
    height: 20px;
    clear: both;
    zoom: 1;
    line-height: 0;
    font-size: 0;
}

.height30 {
    height: 30px;
    clear: both;
    zoom: 1;
    line-height: 0;
    font-size: 0;
}

.height40 {
    height: 40px;
    clear: both;
    zoom: 1;
    line-height: 0;
    font-size: 0;
}

.height50 {
    height: 50px;
    clear: both;
    zoom: 1;
    line-height: 0;
    font-size: 0;
}

.tran_all {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.clearfix {
    display: block;
}

.dis_none {
    display: none;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.center {
    max-width: 800px;
    min-width: 320px;
    margin: 0 auto;
    overflow: hidden
}

.content {
    padding: 0 10px
}

.cut-off {
    height: 1px;
    width: 100%;
    background: #ddd;
    -webkit-transform: scaleY(.5);
    -ms-transform: scaleY(.5);
    transform: scaleY(.5);
}

::-webkit-input-placeholder {
    color: #999;
    font-size: 12px
}

:-moz-placeholder {
    color: #999;
    font-size: 12px
}

::-moz-placeholder {
    color: #999;
    font-size: 12px
}

:-ms-input-placeholder {
    color: #999;
    font-size: 12px
}


/*head*/

.head {
    position: fixed;
    z-index: 99;
    width: 100%;
    max-width: 800px;
    min-width: 320px;
    left: 0;
    right: 0;
    margin: auto;
    height: 70px;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3)
}

.head .logo {
    height: 60px;
    padding: 8px 0 0 15px;
}
.head .logo h3{      font-size: 14px;
    color: #333; font-weight: normal;
    }
.head .logo h3 a{    color:#d90000;
    font-size: 16px;font-weight: bold;}
.head .logo img {
    height: 45px;
}

.head .nav {
    height: 50px;
    padding: 25px 10px 0;
}

.head .nav img {
    height: 20px;
}

.head-bg {
    height: 70px;
}


/*nav*/

.dofl {
    display: block;
    overflow: hidden;
    float: left;
}

.dofr {
    display: block;
    overflow: hidden;
    float: right;
}

.domr {
    display: block;
    overflow: hidden
;    float: none;
    margin-left: auto;
    margin-right: auto;
}

.index_on_body {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
}

.index_nav {
    display: block;
    width: 0%;
    max-width: 800px;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    z-index: 20000;
    overflow: hidden;
    position: fixed;
    top: 0px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: background 1s ease;
    -moz-transition: background 1s ease;
    -ms-transition: background 1s ease;
    -o-transition: background 1s ease;
    transition: background 1s ease
}

.index_nav .box {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    background:#d90000;
    left: 100%;
}

.index_nav .tit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.2);
    padding: 0 10px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
}

.index_nav .tit img {
    width: 30px;
    height: 30px;
    margin: 10px 0 0;
}

.index_nav .uls {
    width: 100%;
    padding: 5px 10px;
}

.index_nav li {
    overflow: hidden;
    width: 100%;
}

.index_nav li a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    border-bottom: rgba(255, 255, 255, 0.2) dashed 1px;
    color: rgba(255, 255, 255, 0.9);
    display: block;
}

.index_nav.nav-active {
    background: rgba(0, 0, 0, 0.7);
}

.index_nav.nav-active .box {
    left: 60%
}


/*footer*/

#mcover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 20000;
}

#mcover .img1 {
    position: fixed;
    right: 18px;
    top: 5px;
    max-width: 80%;
    max-height: 45%;
    z-index: 20001;
}

#mcover .img2 {
    position: relative;
    top: 50%;
    left: -80px;
    margin: 0 0 0 50%;
    width: 160px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 30px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 30px;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 30px;
}

.footer {
    position: relative;
    z-index: 9;
    background-color: #fff;
    border-top: 1px solid #e5e5e5
}

.footer .box1 {
    width: 100%;
    padding: 0;
}

.footer .f_bot1 {
    width: 50%;
    float: left;
}

.footer .f_bot1 .button {
    font-size: 12px;
    margin: 10px 0;
    color: #666;
    width: 100%;
    cursor: pointer;
    background: none;
    border: none;
    box-shadow: rgba(153, 153, 153, 0.2) 1px 0 0 inset;
    -webkit-box-shadow: rgba(153, 153, 153, 0.2) 1px 0 0 inset;
    -webkit-box-shadow: rgba(153, 153, 153, 0.2) 1px 0 0 inset;
    color: #666
}

.footer .f_bot1 .button img {
    width: 25%;
}

.footer .f_bot1 .button2 {
    box-shadow: rgba(153, 153, 153, 0.05) 0 0 0 inset;
    -webkit-box-shadow: rgba(153, 153, 153, 0.05) 0 0 0 inset;
    -moz-box-shadow: rgba(153, 153, 153, 0.05) 0 0 0 inset;
}


/*foot*/

.foot-tel {
    padding: 20px;
    text-align: center;
    line-height: 1.5;
    border-top: 1px solid #e5e5e5
}

.foot-tel img {
    width: 100%
}

.foot-tel .p1 {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    display: block;
    overflow: hidden;
}

.foot-tel .p2 {
    color: #999;
    font-size: 13px;
}

.foot-tel .p1 .p_tel {
    display: inline-block;
    margin-top: 10px;
}

.foot-tel .p1 .p_qq {
    display: block;
    float: right;
    padding-top: 10px;
}

.foot-tel .p1 .p_qq img {}

.h_pic {
    width: 100%;
    background: #212121;
    border-top: 5px solid#d90000;
    color: #fff;
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
}

.h_pic p {
    padding: 5px 10px;
    line-height: 1.2
}

.h_pic p a {
    color: #fff;
    font-size: 12px;
}

.h_cen {
    padding: 0 10px;
    margin: auto
}

.top_barbg {
    height: 60px;
}

.top_bar {
    position: fixed;
    z-index: 900;
    bottom: 0;
    left: 0;
    max-width: 800px;
    min-width: 320px;
    right: 0;
    margin: auto;
    background: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3)
}

.top_menu {
    display: -webkit-box;
    display: block;
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: box;
    margin: 0;
    padding: 5px 0 0;
    -webkit-box-orient: horizontal;
}

.top_bar .top_menu>li {
    width: 25%;
    text-align: center;
}

.top_menu li:first-child {
    background: none;
}

.top_bar .top_menu li a {
    line-height: 20px;
    display: block;
    text-align: center;
    color: #333;
    text-decoration: none;
    -webkit-box-flex: 1;
}

.top_bar .top_menu li a label {
    display: block;
    height: 20px;
    width: 100%;
    font-size: 14px;
    overflow: hidden;
    color: #333;
}

.top_bar .top_menu>li>a img {
    display: block;
    height: 35px;
    margin: auto
}

.top_bar li:first-child a {
    display: block;
}


/*ban*/

.focus {
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #222
}

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

.focus .hd ul {
    display: inline-block;
    height: 8px;
    font-size: 0;
}

.focus .hd ul li {
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #000;
    margin: 0 3px;
    overflow: hidden;
    opacity: 0.2
}

.focus .hd ul .on {
    background:#d90000;
    opacity: 1
}

.focus .bd {
    position: relative;
    z-index: 0;
}

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

.focus .bd li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.n-ban {
    overflow: hidden;
}

.n-ban img {
    width: 100%;
}


/*menu*/

.index-menu {
    background: #fff;
}

.index-menu ul li {
    position: relative;
    float: left;
    width: 33.333%;
    height: 95px
}

.index-menu ul li.r-bor:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    border-right: 1px solid #ccc;
    transform: scaleX(0.5);
    -ms-transform: scaleX(0.5);
    -webkit-transform: scaleX(0.5);
    -o-transform: scaleX(0.5);
    -moz-transform: scaleX(0.5);
}

.index-menu ul li.b-bor:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #ccc;
    transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
    -o-transform: scaleY(0.5);
    -moz-transform: scaleY(0.5);
}

.index-menu ul li a {
    display: block;
    padding: 10px 0 15px;
    text-align: center;
    position: relative
}

.index-menu ul li i {
    display: block;
    margin: auto;
    width: 50px;
    height: 50px;
    background: url(/static/mobile/images/icon-01.png) no-repeat 0 0;
    background-size: auto 100px;
    background-color:#d90000;
    border-radius: 50%;
}

.index-menu ul li .icon-1 {
    background-position: 0 0
}

.index-menu ul li .icon-2 {
    background-position: -50px 0
}

.index-menu ul li .icon-3 {
    background-position: -100px 0
}

.index-menu ul li .icon-4 {
    background-position: 0 -50px
}

.index-menu ul li .icon-5 {
    background-position: -50px -50px
}

.index-menu ul li .icon-6 {
    background-position: -100px -50px
}

.index-menu ul li p {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    color: #333
}

.index-menu ul li a:active {
    background-color: #f1f1f1
}


.section{ padding:15px 10px;display: block; overflow: hidden;}
.bg01{ background: url(/static/default/images/bg01.jpg) no-repeat;    background-size: cover; }
.pro_tit{ text-align: center; display: block; position: relative; }
.pro_tit h2{ font-size: 20px; color: #dfe9f5; line-height: 30px; text-transform: uppercase; }
.pro_tit p{     font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-top: 20px;}
.pro_tit h1{ font-size:20px;color:#333333;position: absolute; top:5px; line-height: 30px; text-align: center; width: 100%; font-weight: normal; background: url(/static/default/images/pro_t.png) bottom center no-repeat; padding-bottom: .6rem; }
.pro_tit02{ text-align: center; display: block; position: relative; }
.pro_tit02 h2{ font-size: 20px; color: rgba(242,242,242,0.05); line-height: 30px; text-transform: uppercase; }
.pro_tit02 p{ font-size: 14px; color: #8ea8c6; line-height: 24px; margin-top:15px; }
.pro_tit02 h1{ font-size: 20px;color:#fff;position: absolute; top:5px; line-height:30px; text-align: center; width: 100%; font-weight: normal; background: url(/static/default/images/pro_t.png) bottom center no-repeat; padding-bottom: .6rem; }

.business{ display: block;overflow: hidden; margin-top:15px; }
.business dl{ width: 49%; float: left; margin-right:2%;display: block; overflow: hidden; background: #fff; margin-bottom: 12px; }
.business dl:nth-child(2n){ margin-right: 0; }
.business dl dt{ display: block; overflow: hidden;}
.business dl dt img{ width: 100%; display: block; }
.business dl dd{padding: ; display: block; overflow: hidden; text-align: center;}
.business dl dd .ico_bg{ width:124px; display: block; background: url(/static/default/images/yuan.png) bottom no-repeat; padding-bottom:15px;margin: 0 auto;  }
.business dl dd .ico_bg i{ width: 90px; height: 80px; display: block; margin: 0 auto; }
.business dl dd .ico_bg .a01{ background: url(/static/default/images/ico02.png) 0 0 no-repeat; }
.business dl dd .ico_bg .a02{ background: url(/static/default/images/ico02.png) 0 -80px no-repeat; }
.business dl dd .ico_bg .a03{ background: url(/static/default/images/ico02.png) 0 -160px no-repeat; }
.business dl dd .ico_bg .a04{ background: url(/static/default/images/ico02.png) 0 -240px no-repeat; }
.business dl dd .ico_bg .a05{ background: url(/static/default/images/ico02.png) 0 -320px no-repeat; }
.business dl dd .ico_bg .a06{ background: url(/static/default/images/ico02.png) 0 -400px no-repeat; }
.business dl dd h3{ font-size: 16px; color: #666666; line-height: 28px; font-weight: normal; margin-top:10px;  }
.business dl dd p{ font-size: 14px; margin-top:8px; line-height:24px; color: #989898; min-height: 90px; padding: 0 10px;}

/* 解决计划 */
.bg02{ background: #f5f5f5; display: block; overflow: hidden;}
.solution_list{margin-top:12px;}
.solution_list dl{ display: block; overflow: hidden; float: left;
    position: relative; }
.solution_list dl dt{display: block; overflow: hidden;}
.solution_list dl dt img{  width: 100%; display: block; }
.solution_list dl dd{ position: absolute; width: 100%; height: 100%; top:0; left: 0; padding: 25% 0 0; box-sizing: border-box; }
.solution_list dl dd .s_txt{ text-align: center; display: block; overflow: hidden;}
.solution_list dl dd .s_txt h3{ font-size: 18px; color: #fff; font-weight: normal; line-height: 30px; }
.solution_list dl dd .s_txt p{ font-size:15px; color: #bbbbbb; line-height: 28px; text-transform: uppercase; font-family: Arial; margin:8px 0; }
.solution_list dl dd .s_txt span{ width: 120px; display: block; margin: 0 auto; border:1px solid #fff; text-align: center; font-size: 15px; color: #fff; padding: 5px 0; }
.solution_list dl:hover dt img{    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);}
.solution_list dl:hover dd span{ background: #bc090f; color: #fff; border:1px solid #bc090f;}

.section02{ padding: 15px 0; }
/*  关于竞技宝jjb */
.bg03{ background: url(/static/default/images/bg02.jpg) no-repeat 0px 0px fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    height: 100%; }
.company{margin-top:15px;display: block; overflow: hidden;}
.com_con{  display: block; overflow: hidden; }
.com_con h3{ font-size: 20px; color: #fff; line-height: 30px; font-weight: normal; }
.com_con .com_txt{ padding: 12px 0;display: block; overflow: hidden; } 
.com_con .com_txt p{ font-size: 14px; color: #a2bcda; line-height: 24px; text-indent: 2em; text-align: justify; margin-bottom: 12px; }
.com_con span{ width: 150px; display: block; overflow: hidden;}
.com_con span a{ display: block; background: #bc090f; text-align: center; font-size: 14px; color: #fff; padding: 5px 0; line-height: 30px; border-radius: 25px; }
.about_img{  display: block; overflow: hidden; padding-top:15px; }
.about_img video{ width: 100%; display: block; outline: none; }


.db_nav_con {
    padding: 20px;
}

.db_nav_con dl{ margin-bottom: 10px; }
.db_nav_con dl.on dt::after{ width: 0; }
.db_nav_con dl dt {
    font-size: 16px;
    line-height: 24px;
    position: relative;
}

.db_nav_con dl dt::before {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background: #333;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.db_nav_con dl dt::after {
    content: "";
    display: block;
    width: 2px;
    height: 12px;
    background: #333;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}

.db_nav_con dl dd {
    
    line-height: 26px;
    padding:10px;
    display: none;
}
.db_nav_con dl dd a{ font-size: 14px;
    line-height: 28px;
    color: #333;
    display: block;}
.db_lx{ display: block; padding: 10px 15px; }
.db_lx h3{ font-size: 16px; color: #fff; text-align: left; }
.db_lx p{ text-align: left; font-size: 14px; line-height: 24px; padding: 5px 0 }

.lx_contact{ padding: 15px 10px 0; overflow: hidden; box-sizing: border-box; }
.con_bt{ display: block; overflow: hidden; }
.con_bt h3{ font-size: 20px; color: #333333; line-height: 30px; }
.con_lb{ padding: 15px 0; display: block; overflow: hidden; margin-top:10px; border-top:1px solid #eee;border-bottom:1px solid #eee;}
.con_lb ul{ display: block; overflow: hidden; }
.con_lb ul li{  display: block; overflow: hidden; text-align: center; margin-bottom: 10px;border-bottom: 1px dashed #eee;
    padding: 8px 0;}
.con_lb ul li i{    display: block;
    overflow: hidden;
    }
.con_lb ul li i img{ display: block; width: 50px;
    margin: 0 auto; }
.con_lb ul li h3{ font-size: 16px; color: #242424; line-height: 28px; margin: 8px 0; padding: 0 2%;  font-weight: normal; }
.con_lb ul li p{ font-size: 14px; color: #828282; line-height: 30px; }
.con_lb ul li .lx_ewm{ display: block; overflow: hidden; padding: 5px 0; }
.con_lb ul li .lx_ewm img{ width: 125px;  margin: 0 auto; }
.edite{ display: block; overflow: hidden;    padding: 15px 10px; }
.edite img{ max-width: 100%; }

.c_tt02{ border-bottom:1px solid #eee;display: block; overflow: hidden; margin: 10px; }
.c_tt02 h3{color: #333; padding-bottom: 15px; position: relative; font-weight: normal; font-size:20px;}
.c_tt02 h3:before {
    width: 110px;
    height: 6px;
    background: #d71222;
    bottom: 0;
    position: absolute;
    content: '';   
}
.edite table{ max-width: 100% !important; all: unset;}
.edite table td{ font-size: 14px !important; border:1px solid #000 !important }
.edite table td span{ font-size: 14px !important; }



/*about*/

.index-tit {
    position: relative;
    margin: 30px auto 20px;
    width: 300px;
    height: 50px;
    text-align: center;
    overflow: hidden
}

.index-tit:before {
    position: absolute;
    content: '';
    left: 0;
    top: 15px;
    width: 0;
    height: 25px;
    border-left: 1px solid #ccc;
    transform: scaleX(0.5);
    -ms-transform: scaleX(0.5);
    -webkit-transform: scaleX(0.5);
    -o-transform: scaleX(0.5);
    -moz-transform: scaleX(0.5);
}

.index-tit:after {
    position: absolute;
    content: '';
    right: 0;
    top: 15px;
    width: 0;
    height: 25px;
    border-right: 1px solid #ccc;
    transform: scaleX(0.5);
    -ms-transform: scaleX(0.5);
    -webkit-transform: scaleX(0.5);
    -o-transform: scaleX(0.5);
    -moz-transform: scaleX(0.5);
}

.index-tit h2 {
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    color: #5e5c5c;
    font-weight: 700
}

.index-tit h2 span {
    position: relative;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px
}

.index-tit h2 span:before {
    position: absolute;
    content: '';
    right: 100%;
    top: 15px;
    width: 200%;
    height: 0;
    border-top: 1px solid #ccc;
    transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
    -o-transform: scaleY(0.5);
    -moz-transform: scaleY(0.5);
}

.index-tit h2 span:after {
    position: absolute;
    content: '';
    left: 100%;
    top: 15px;
    width: 200%;
    height: 0;
    border-top: 1px solid #ccc;
    transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
    -o-transform: scaleY(0.5);
    -moz-transform: scaleY(0.5);
}

.index-tit h3 {
    height: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color:#d90000;
    text-transform: uppercase;
}

.index-tit h3 span {
    position: relative;
    display: inline-block;
    height: 12px;
    line-height: 12px;
    margin: 4px auto;
    padding: 0 10px;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.index-tit h3 span:before {
    position: absolute;
    content: '';
    right: 100%;
    bottom: 6px;
    width: 200%;
    height: 0;
    border-bottom: 1px solid #ccc;
    transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
    -o-transform: scaleY(0.5);
    -moz-transform: scaleY(0.5);
}

.index-tit h3 span:after {
    position: absolute;
    content: '';
    left: 100%;
    bottom: 6px;
    width: 200%;
    height: 0;
    border-bottom: 1px solid #ccc;
    transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
    -o-transform: scaleY(0.5);
    -moz-transform: scaleY(0.5);
}

.index-tit.type2 h2 {
    color: #fff;
}

.index-tit.type2 h3 span {
    border-left: 1px solid #777;
    border-right: 1px solid #777;
}

.about-content {
    padding: 0 10px;
    line-height: 1.6;
    color: #888
}

.about-content h2 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #666;
    font-weight: 700
}

.about-content p img {
    width: 100%
}

.about-pic {
    padding: 10px;
}

.about-pic img {
    width: 100%
}

.about-ul li {
    float: left;
    width: 16.666%;
    text-align: center
}

.about-ul li p {
    width: 45px;
    height: 45px;
    line-height: 46px;
    margin: auto;
    color: #fff;
    font-size: 12px;
    background-color:#d90000;
    border-radius: 100%
}


/*product*/

.product-bg {
    padding: 20px 10px 30px;    
}

.product-list02 {
    padding: 10px;
    display: block;
}

.cp_con {
    display: block;
    overflow: hidden;
}

.cp_con dl {
    width: 49%;
    border: 1px solid #e4e4e4;
    float: left;
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
    margin-right: 2%;
    background: #fff;
}

.cp_con dl:nth-child(2n) {
    margin-right: 0;
}

.cp_con dl .imgs {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative
}

.cp_con dl .imgs .box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
}

.cp_con dl .imgs .box span {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.cp_con dl .imgs .box img {
    width: 100%;
    vertical-align: middle;
    max-height: 200px;
}

.cp_con dl .txt {
    padding: 10px;
    height: 53px;
    border-bottom: 3px solid#d90000
}

.cp_con dl .txt .tit {
    height: 30px;
    line-height: 30px;
    color:#d90000;
    font-size: 15px;
    font-weight: 700
}

.cp_con dl .txt p {
    height: 20px;
    line-height: 20px;
    color: #999;
    font-size: 12px;
}

.product-list ul li {
    float: left;
    width:49%;
   margin-right: 2%;
       margin-bottom: 12px;
}
.product-list ul li:nth-child(2n){ margin-right: 0; }

.product-list ul li a {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e9e9e9
}

.product-list ul li .imgs {
    width: 100%;  
    height: 150px;
  
}

.product-list ul li .imgs2 {
    display: inline-block;
    overflow: hidden;
    background: #9f9f9f;
    border-radius: 100%;
    margin-top: 10px;
}

.product-list ul li .imgs .box {
   
    width: 100%;
   
}

.product-list ul li .imgs .box span {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.product-list ul li .imgs .box img {
    width: 100%;
    vertical-align: middle;
    max-height:150px;
}

.product-list ul li .txt {
    padding: 10px;
    height: 53px;
    border-bottom: 3px solid#d90000
}

.product-list ul li .txt .tit {
    height: 30px;
    line-height: 30px;
    color:#d90000;
    font-size: 15px;
    font-weight: 700
}

.product-list ul li .txt p {
    height: 20px;
    line-height: 20px;
    color: #999;
    font-size: 12px;
}

a.readmore {
    display: block;
    margin: 20px auto 0;
    width: 160px;
    padding: 10px 0;
    text-align: center;
    background-color:#d90000;
    color: #fff;
    border-radius: 100px
}

.product-list ul li .pic {
    width: 100%;
}

.product-list ul li .pic img {
    width: 100%;
}


/*custom*/

.custom-pic {
    padding: 0 5px;
    margin-bottom: 20px
}

.custom-pic .imgs {
    padding: 0 5px;
    margin-top: 10px;
    float: left;
    width: 50%;
    height: 0;
    padding-bottom: 40%;
    overflow: hidden
}

.custom-pic .imgs img {
    width: 100%
}

.custom-box li {
    float: left;
    width: 20%;
    text-align: center;
    font-size: 12px
}

.custom-box li img {
    max-width: 70%
}

.custom-pic-2 {
    padding: 0 5px;
    margin-bottom: 20px
}

.custom-pic-2 .imgs {
    padding: 0 5px;
    margin-top: 10px;
    float: left;
    width: 50%;
    height: 0;
    padding-bottom: 30%;
    overflow: hidden
}

.custom-pic-2 .imgs img {
    width: 100%
}


/*news*/

.news-list ul li {
    border-top: 1px solid #eee
}

.news-list ul li:first-child {
    border-top: none
}

.news-list ul li a {
    display: block;
    padding: 10px;
    width: 100%;
    height: 100%
}

.news-list ul li .imgs {
    float: left;
    width: 120px;
    height: 90px;
}

.news-list ul li .imgs img {
    width: 120px;
    height: 90px;
}

.news-list ul li .txt {
    height: 90px;
}

.news-list ul li .txt .tit {
    width: 100%;
    height: 20px;
    line-height: 20px;
    color:#d90000;
    font-weight: 700
}

.news-list ul li .txt .desc {
    margin-top: 5px;
    height: 36px;
    line-height: 18px;
    font-size: 12px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-list ul li .txt .date {
    margin-top: 10px;
    font-size: 10px;
    color: #999
}

.noimg ul li .txt {
    margin-left: 0px;
}


/*store-image*/

.store-image {
    margin-top: 20px;
    padding: 1px 0 1px;
    background: url(/static/mobile/images/join-10.jpg) no-repeat center;
    background-size: cover
}


/*product*/

.pro-menu ul {
    width: 98%;
    list-style: none;
    display: block;
    overflow: hidden;
}

.pro-menu ul:after {}

.pro-menu ul li {
    width: 33%;
    float: left;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.pro-menu ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center
}

.pro-menu ul li span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.pro-menu ul li.active span {
    border-bottom: 2px solid#d90000
}

.pro-banner {
    text-align: center;
    padding: 10px
}

.pro-banner .pic {
    border: 1px solid #e7e7e7;
    margin-bottom: 10px;
    text-align: center;
}

.pro-banner .pic img {
    max-width: 100%;
}

.pro-banner .title {
    padding: 10px 0;
    line-height: 26px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background:#d90000;
}

.pro-infos {
    line-height: 30px;
    width: 100% !important;
}

.pro-infos img {
    max-width: 100%;
}

.pro-infos p {
    width: 98% !important;
}


/*news*/

.tabBox .hd ul {
    width: 100%;
}

.tabBox .hd ul li {
    float: left;
    width: 31%;
    margin: 1%;
}

.tabBox .hd ul li a {
    display: block;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    color: #999;
    border-radius: 3px;
    border: 1px solid #ddd
}

.tabBox .hd ul li.on a {
    color: #fff;
    border-color: #cc0905;
    background-color: #cc0905
}

.news-menu ul {
    width: 98%;
    list-style: none;
    display: block;
    overflow: hidden;
}

.news-menu ul:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #ddd;
}

.news-menu ul li {
    width: 33%;
    float: left;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.news-menu ul li:last-child:before {
    display: none
}

.news-menu ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center
}

.news-menu ul li.active a {
    background:#d90000;
    color: #fff
}

.news-menu2 ul li {
    width: 31%;
    float: left;
    display: block;
    overflow: hidden;
    border: 1px solid #ddd;
    margin: 1%;
}

.news-menu2 ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center
}

.news-content {
    padding: 0 10px;
}

.news-content-title {
    margin-top: 15px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.news-info {
    margin-top: 5px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 13px;
    color: #787878;
    border-bottom: 1px solid #ddd
}

.news-p {
    margin-top: 20px;
    line-height: 26px;
}

.news-p table{  max-width: 100%; margin: 0 auto; display: block; overflow: hidden; border-collapse: collapse;
    border-spacing: 0; }
.news-p table td{ border:1px solid #333; }
.news-p video{ max-width: 100%; display: block; }

.news-p img {
    max-width: 100%;
    display: block;
    margin: 5px auto;
    height:auto;
}

.shownews {
    padding: 5px;
    line-height: 26px;
}

.page-in {
    border-top: 1px solid #ddd;
    margin: 20px 5px;
    padding: 0;
    padding-top: 10px;
    font-size: 13px;
    background: #fff;
}

.page-in .btn {
    line-height: 24px;
}

.borderCont {
    padding: 12px 10px;
    display: block;
    overflow: hidden;
}

.borderCont ul {
    list-style: none;
    overflow: hidden;
    display: block;
    width: 100%;
}

.borderCont ul li {
    margin-bototm: 15px;
    display: block;
    overflow: hidden;
}

.borderCont ul li .ui-body-b.ui-input-text {
    border: 2px solid #eee;
    padding: 0 .4em;
}

div.ui-input-text input.ui-input-text,
div.ui-input-text textarea.ui-input-text,
.ui-input-search input.ui-input-text {
    border: none;
    width: 100%;
    padding: .4em 0;
    margin: 0;
    display: block;
    background: transparent none;
    outline: 0 !important;
    line-height: 36px;
    border: none !important;
}

.ui-body-b.ui-input-text input {
    none !important
}

.ui-btn {
    display: block;
    text-align: center;
    cursor: pointer;
    position: relative;
    padding: 0;
}

.ui-btn-inner {
    font-size: 12px;
    padding: .6em 20px;
    min-width: .75em;
    display: block;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    zoom: 1;
}

.ui-submit {
    width: 100%;
    background: #a41018;
    line-height: 36px;
    text-align: center;
    display: block;
    overflow: hidden;
}

.ui-submit .ui-btn-hidden {
    color: #fff;
    font-size: 12px;
    width: 100%;
    border: none;
    line-height: 36px;
    background: #a41018;
    cursor: pointer;
}

.ui-btn input,
.ui-btn button {
    z-index: 2;
}

.ui-body-b input,
.ui-body-b select,
.ui-body-b textarea,
.ui-body-b button {
    font-family: Lato, sans-serif;
}

.borderTitle_b span {
    font-size: 16px;
    color: #a41018;
    line-height: 40px;
    font-weight: bold;
}

.pro-infos iframe {
    width: 100%
}

.sidebar {
    margin: 0;
    padding-top: 1em;
    color: white;
    background: #1c1c1c;
}

.sidebar h6 {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #292929;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    clear: both;
    margin-bottom: 10px;
}

.sidebar li {
    display: block;
    padding: 5px;
    background: #292929;
    color: #929292;
    font-weight: normal;
    font-size: 14px;
    float: left;
    margin: 5px;
}

.sidebar li:hover {
    background-color: #e84e40;
}

#messagelist {
    padding: 10px;
}

#messagelist .msg {
    margin: 30px 0 0;
}


/*表单*/

.msg_hr {
    margin: 0;
    padding: 0 5px 0 15px;
    height: 60px;
    border-top: 1px solid #ddd;
    background: #ddd;
    font-size: 14px;
    line-height: 60px;
}

:-ms-input-placeholder {
    color: #999;
}

.met-focus {
    border: 1px solid #23b7e5 !important;
}

.msg {
    overflow: hidden;
    border: 1px solid #ddd;
    border-top: 0;
    text-align: left;
}

.msg dl:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: "";
}

.msg dl {
    width: 100%;
    background: #fff;
    zoom: 1;
}

.msg dl {
    position: relative;
    margin: 0;
    padding: 5px 0;
    border-top: 1px solid #ddd;
}

.msg dl dt {
    overflow: hidden;
    padding: 15px 15px 10px 15px;
    text-align: left;
    font-weight: normal;
    line-height: 1.2;
}

.msg dl dd {
    margin: 0;
    padding: 2px 0 0 15px;
}

.msg dl dd label input {
    position: relative;
    top: 1px;
    margin-right: 3px;
}

.msg dl dd .fbox {
    margin: 0 10px 10px 0;
}

.msg dl dd .tips {
    color: #aaa;
}

.msg dl dd .tips:hover {
    color: #f00;
}

.msg dl dd.labelinline label {
    display: inline;
}

.msg dl dt.addimgdt {
    padding: 10px 5px 10px;
}

.msg dl dt.addimgdt p {
    margin-bottom: 8px;
    height: 30px;
    line-height: 30px;
}

.msg dl.noborder {
    border-bottom: 0;
}

.msg dl.noborder dt {
    display: none;
}

.msg dl.noborder dd {
    padding: 10px 15px;
}

.formerror {
    margin-top: 6px;
    height: 20px;
    line-height: 20px;
}

.formerror .fa-times {
    margin-right: 5px;
    padding: 1px 2px;
    border-radius: 3px;
    background: red;
    color: #fff;
    font-size: 16px;
}

.formerror .fa-check {
    margin-right: 5px;
    padding: 2px;
    border-radius: 3px;
    background: #10aa00;
    color: #fff;
    font-size: 14px;
}

.formerrorbox {
    border: 2px solid #f00 !important;
}

.msg dl dd.ftype_description {
    margin: 0 5px;
    padding: 8px;
    background: #00AAFF;
    color: #fff;
}

.ftype_input .tips {
    padding-top: 5px;
}

.ftype_input .fbox input {
    padding: 2px 5px;
    width: 95%;
    height: 45px;
    outline: 0;
    border: 1px solid #dcdfe0;
    border-radius: 2px;
    background-color: #fff;
    color: #333;
}

.ftype_input .fbox input::-webkit-input-placeholder {
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

.placeholder-ie {
    position: relative;
}

.placeholder-ie label {
    position: absolute;
    top: 7px;
    left: 8px;
    color: #999;
    cursor: text;
}

.ftype_textarea .tips {
    display: block;
}

.ftype_textarea textarea {
    padding: 7px 5px;
    width: 95%;
    height: 100px;
    outline: 0;
    border: 1px solid #dcdfe0;
    background-color: #fff;
    color: #333;
    line-height: 1.5;
}

.ftype_textarea .fbox textarea::-webkit-input-placeholder {
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

.ftype_select .tips,
.ftype_select-linkage .tips {
    display: block;
    margin-top: 5px;
}

select {
    padding: 4px;
    height: 31px;
    outline: 0;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #656565;
    vertical-align: middle;
    line-height: 31px;
}

.ftype_radio .fbox label {
    display: block;
    margin: 0;
    height: 28px;
    font-weight: normal;
    line-height: 28px;
}

.ftype_radio .fbox input[type='radio'] {
    position: relative;
    position: relative;
    top: -1px;
    bottom: 3px;
    margin: 0;
    margin-right: 6px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    vertical-align: middle;
}

.ftype_radio .formerror {
    margin-top: 0;
}

.ftype_checkbox .fbox input[type='checkbox'] {
    position: relative;
    bottom: 3px;
    margin: 0;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    vertical-align: middle;
}

.ftype_checkbox .fbox label {
    display: block;
    margin: 0;
    height: 28px;
    font-weight: normal;
    line-height: 28px;
}

.ftype_checkbox .fbox input {
    position: relative;
    top: -1px;
    margin-right: 6px !important;
}

.ftype_checkbox .formerror {
    margin-top: 0;
}

.ftype_transverse .fbox label {
    display: inline;
    margin-right: 15px;
}

.submit {
    display: block;
    padding: 0 35px;
    height: 34px;
    border: 0 none;
    border-radius: 2px;
    background: #23b7e5;
    color: #fff;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
    line-height: 26px;
    cursor: pointer;
}

.submit:hover {
    background: #38c4f0;
}

.submit.active {
    background: #1ba4cf;
}

.msg dl dd.ftype_code input {
    margin-right: 10px;
    width: 80px;
}

.msg dl dd.ftype_code img {
    position: relative;
    bottom: 2px;
    height: 30px;
}

.wap_title {
    padding: 10px;
    height: 30px;
}

.wap_title h3 {
    font-size: 16px;
    float: left;
}

.am-icon-bars {
    margin-right: 5px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    background: url(/static/mobile/images/0-02.png) no-repeat center center;
    background-color: #efefef;
    display: inline-block;
    float: left;
}

.wap_title span {
    float: right;
    line-height: 30px;
}


/*分页*/

.page-list {
    clear: both;
    margin: 20px 0px 0px 0px;
    text-align: center;
}

.page-list .page-item {
    display: inline-block;
}

.page-list .page-link {
    display: inline-block;
    font-family: Arial;
    font-size: 13px;
    padding: 7px 11px;
    margin-left: 6px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}



#p02 {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 30px;
}

#p02 .swiper-slide {}

#p02 .swiper-slide dl {
    position: relative;
    display: block;
    overflow: hidden;
}

#p02 .swiper-slide dl dt {
    display: block;
    overflow: hidden;
}

#p02 .swiper-slide dl dt img {
    max-width: 100%;
    display: block;
}

#p02 .swiper-slide dl dd {
    width: 100%;
    position: absolute;
    height: 100%;
    display: block;
    top: 0;
    padding: 20% 8% 0;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
}

#p02 .swiper-slide dl dd h3 {
    font-size: 18px;
    color: #fff;
    line-height: 35px;
    text-shadow: 1px 1px 5px #333;
}

#p02 .swiper-slide dl dd p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    text-shadow: 1px 1px 5px #333;
    margin: 20px 0;
}

#p02 .swiper-slide dl dd span {    background:#d90000;
    display: block;
    width: 120px;
    border-radius: 20px;
    text-align: center;
    padding: 8px 0;
    color: #fff;}

#p02 .swiper-pagination-bullet {
    background: #ce161e;
}

.details_swiper {
    margin-bottom: 30px;
}

.album-small {
    position: relative;
    width: 100%;
    padding: 0 30px;
    margin-top: 15px;
    box-sizing: border-box;
}

.album-small .swiper-container {
    position: static;
}
.album-small .swiper-slide{ display: block;}
.album-small .swiper-slide img{ max-width: 100%; display: block; overflow: hidden; }
.album-small .swiper-slide:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid #4797d1;
    opacity: 0;
    transition: all 0.5s;
    box-sizing: border-box;
}

.album-small .swiper-slide-thumb-active:after {
    opacity: 1;
}

.gallery-thumbs .swiper-button-prev,
.gallery-thumbs .swiper-button-next {
    width: 30px;
    height: 100%;
    top: 40%;
    margin-top: 0;
    background-size: auto 20px;
    opacity: 1;
}

.gallery-thumbs .swiper-button-prev {
    left: 0;
    background: url(/static/mobile/images/ico_fl2.png) no-repeat;
    
}
.gallery-thumbs .swiper-button-prev:after{ content: '' }
.gallery-thumbs .swiper-button-next:after{ content: '' }
.gallery-thumbs .swiper-button-prev.swiper-button-disabled {
    opacity: 0.8;
}

.gallery-thumbs .swiper-button-next {
    right: 0;
    background: url(/static/mobile/images/ico_fr2.png) no-repeat;
}

.gallery-thumbs .swiper-button-next.swiper-button-disabled {
    opacity: 0.8;
}


.db_area{ display: block; overflow: hidden; padding: 5px 10px }
.db_area ul{ list-style: none; display: block; overflow: hidden; }
.db_area ul li{ float: left; display: block; font-size: 14px; color: #fff; line-height: 26px; }
.db_area ul li a{ font-size: 13px; color: #fff; display: block; padding: 0 5px; }



<!--耗时1775252387.0585秒-->