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

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: 10px;
}

.head .logo img {
    height: 45px;
}

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

.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: #e70012;
    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-color: #171c20;
    color: #a5a0a0;
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
}

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

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

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

.top_barbg {
    height: 45px;
}

.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: 45px;
    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: 12px;
    overflow: hidden;
    color: #333;
}

.top_bar .top_menu>li>a img {
    display: block;
    height: 20px;
    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: #e70012;
    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(../images/icon-01.png) no-repeat 0 0;
    background-size: auto 100px;
    background-color: #e70012;
    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
}

/*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: #e70012;
    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: #e70012;
    border-radius: 100%
}

/*strengths*/

.strengths {
    margin-top: 20px;
    padding: 1px 10px 20px;
    background: url(../images/index-02.jpg) no-repeat center;
    background-size: cover
}

.strengths-box {
    position: relative;
    margin-top: 10px;
    padding: 10px;
    background-color: #fff
}

.strengths-box .imgs {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover
}

.strengths-box .txt {
    margin-left: 120px;
}

.strengths-box .txt h2 {
    color: #e70012;
    font-weight: 700;
    font-size: 16px
}

.strengths-box .txt p {
    font-size: 13px;
    color: #868686;
    margin-top: 5px
}

.page-strengths {
    padding: 0 10px;
}

.page-strengths .strengths-box {
    border: 1px solid #ddd
}

.fatit {
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    font-size: 18px;
    color: #000;
}

/*product*/

.product-bg {
    padding: 1px 0 30px;
    background-color: #f8f8f8
}

.product-list ul {
    padding: 0 5px;
}

.product-list ul li {
    float: left;
    width: 50%;
    padding: 5px;
    box-sizing: border-box;
}

.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: 120px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-bottom: 1px solid #e9e9e9;
}

.product-list ul li .imgs img {
    max-width: 100%;
    max-height: 100%;
}

.product-list ul li h3 {
    padding: 0 10px;
    line-height: 34px;
    border-bottom: 3px solid #e70012
}

a.readmore {
    display: block;
    margin: 20px auto 0;
    width: 160px;
    padding: 10px 0;
    text-align: center;
    background-color: #e70012;
    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%
}

/*integrated*/

.integrated {
    margin-top: 20px;
    padding: 1px 0 20px;
    background: url(../images/index-03.jpg) no-repeat center;
    background-size: cover
}

.integrated-box {
    width: 100%;
    border-spacing: 10px
}

.integrated-box td {
    padding: 10px 15px 15px;
    width: 50%;
    background-color: #fff;
    vertical-align: top
}

.integrated-box td h4 {
    position: relative;
    height: 50px;
    line-height: 30px;
    padding-top: 20px;
    color: #e70012;
    font-weight: 700;
    font-size: 16px
}

.integrated-box td h4:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: url(../images/icon-02.png) no-repeat;
    background-size: auto 100px;
}

.integrated-box td p {
    margin-top: 5px;
    line-height: 1.6;
    font-size: 12px;
    color: #888
}

.integrated-box td .h41:after {
    background-position: 0 0
}



.integrated-box td .h42:after {
    background-position: -50px 0
}

.integrated-box td .h43:after {
    background-position: 0 -50px
}

.integrated-box td .h44:after {
    background-position: -50px -50px
}

/*join*/

.join-bg {
    padding: 1px 0 20px;
    background-color: #f8f8f8
}

.join-box {
    padding: 0 10px;
}

.join-box .box {
    margin-top: 10px;
    padding: 15px;
    min-height: 90px;
    background-color: #fff;
}

.join-box .imgs {
    float: left;
    width: 60px;
    height: 60px;
    padding: 5px;
    background-color: #e70012;
    border-radius: 100%
}

.join-box .imgs i {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/icon-03.png) no-repeat;
    background-size: auto 50px;
}

.join-box .imgs .icon-01 {
    background-position: 0 0
}

.join-box .imgs .icon-02 {
    background-position: -50px;
}

.join-box .imgs .icon-03 {
    background-position: -100px 0
}

.join-box .imgs .icon-04 {
    background-position: -150px 0
}

.join-box .imgs .icon-05 {
    background-position: -200px 0
}

.join-box .imgs .icon-06 {
    background-position: -250px 0
}

.join-box .txt {
    padding-left: 75px;
}

.join-box .txt h4 {
    color: #e70012;
    font-weight: 700;
    font-size: 16px
}

.join-box .txt p {
    margin-top: 5px;
    line-height: 1.6;
    font-size: 12px;
    color: #888
}

/*advantage*/

.advantage {
    margin-top: 20px;
    padding: 1px 10px 20px;
    background: url(../images/index-04.jpg) no-repeat center;
    background-size: cover
}

.advantage-box {
    position: relative;
    margin-top: 10px;
    background-color: #fff
}

.advantage-box .imgs {
    float: left;
    width: 160px;
    position: relative
}

.advantage-box .imgs img {
    width: 100%;
}

.advantage-box .imgs span {
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #e70012;
    color: #fff;
    text-align: center;
}

.advantage-box .txt {
    margin-left: 160px;
    display: table-cell;
    padding: 0 20px;
    height: 95px;
    vertical-align: middle
}

.advantage-box .txt p {
    line-height: 1.6;
    color: #868686;
}

.news {
    margin-top: 20px;
}

.news div {
    height: 36px;
    line-height: 36px;
    padding-left: 20px;
    border-bottom: 1px dotted #ccc;
}

/*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 {
    margin-left: 130px;
    height: 90px;
}



.news-list ul li .txt .tit {
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #e70012;
    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;
}







/*culture*/



.company-culture {
    margin-top: 20px;
    padding: 1px 0 20px;
    background: url(../images/about-00.jpg) no-repeat center;
    background-size: cover
}



.company-culture-box {
    width: 100%;
    border-spacing: 10px
}



.company-culture-box td {
    padding: 15px;
    width: 50%;
    background-color: #fff;
    vertical-align: top;
    text-align: center
}



.company-culture-box td img {
    max-width: 100px;
}



.company-culture-box td h4 {
    position: relative;
    margin-top: 10px;
    height: 20px;
    line-height: 20px;
    color: #e70012;
    font-weight: 700;
    font-size: 16px;
    text-align: left
}



.company-culture-box td p {
    margin-top: 5px;
    line-height: 1.6;
    font-size: 12px;
    color: #888;
    text-align: left
}























/*development*/



.development {
    padding-bottom: 1px
}



.development-box {
    position: relative;
    margin-bottom: 20px;
    background-color: #f8f8f8
}



.development-box .imgs {
    position: absolute;
    top: 0;
    width: 150px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}



.development-box .txt {
    padding: 15px;
}



.development-box .txt h4 {
    color: #e70012;
    font-weight: 700;
    font-size: 16px;
}



.development-box .txt p {
    margin-top: 5px;
    line-height: 1.6;
    font-size: 12px;
    color: #888;
}



.development-box-l .imgs {
    left: 0;
}



.development-box-l .txt {
    margin-left: 150px;
}



.development-box-r .imgs {
    right: 0;
}



.development-box-r .txt {
    margin-right: 150px;
}







/*contact*/



.contact-content {
    padding: 0 10px 20px
}



.contact-content p {
    position: relative;
    margin-bottom: 10px;
    padding: 10px 15px 10px 60px;
    border: 1px solid #ddd
}



.contact-content p:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background-color: #e70012;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px 50px
}



.contact-content .company-name:after {
    background-image: url(../images/contact-01.png)
}



.contact-content .company-add:after {
    background-image: url(../images/contact-02.png)
}



.contact-content .company-tel:after {
    background-image: url(../images/contact-03.png)
}







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



.index_form .in_form {
    display: block;
    overflow: hidden;
}



.index_form .in_form .in_in {
    position: relative;
    display: block;
    width: 100%;
    height: 34px;
    margin-bottom: 5px;
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
}



.index_form .in_form .in_in input {
    position: relative;
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    margin-top: 5px;
    font-size: 14px;
    background: none;
}



.index_form .in_form .in_area {
    position: relative;
    display: block;
    width: 100%;
    height: 100px;
    margin-bottom: 5px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #ddd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}



.index_form .in_form .in_area textarea {
    display: block;
    height: 96px;
    width: 100%;
    position: relative;
    line-height: 24px;
    padding: 5px;
    font-size: 14px;
    overflow: auto;
    resize: none;
    background: none;
}



.index_form .in_form .in_sub {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    margin: auto;
    overflow: hidden;
}



.index_form .in_form .in_sub .submit {
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #e70012;
    border: none;
    cursor: pointer;
}



.index_form .in_form .in_in input,



.index_form .in_form .in_area textarea {
    color: #666;
    border: none;
    outline: none;
}







/*six-reasons*/



.six-reasons {
    margin-top: 20px;
    padding: 1px 0 20px;
    background: url(../images/join-00.jpg) no-repeat center;
    background-size: cover
}



.six-reasons-box {
    width: 100%;
    border-spacing: 10px
}



.six-reasons-box td {
    padding: 10px;
    width: 50%;
    vertical-align: top;
    text-align: center
}



.six-reasons-box td img {
    max-width: 100px;
}



.six-reasons-box td h4 {
    position: relative;
    margin-top: 10px;
    height: 20px;
    line-height: 20px;
    color: #e70012;
    font-weight: 700;
    font-size: 16px;
}



.six-reasons-box td p {
    margin-top: 5px;
    line-height: 1.6;
    font-size: 12px;
    color: #fff;
}







.protection-box {
    position: relative;
    margin: 10px 10px 0;
    height: 100px;
    color: #fff;
    overflow: hidden
}



.protection-box.li1 {
    background-color: #7ec89e
}



.protection-box.li2 {
    background-color: #f8f8f8;
}



.protection-box .rights {
    padding: 0 20px 0 120px;
    font-size: 13px;
    height: 100px;
    display: table-cell;
    vertical-align: middle
}



.protection-box .lefts {
    position: absolute;
    left: -70px;
    top: 50%;
    margin-top: -100px;
    width: 170px;
    height: 200px;
    padding-right: 30px;
    line-height: 200px;
    text-align: right;
    font-size: 16px;
    background-color: #e70012;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
}



.protection-box.li2 .rights {
    color: #666
}







/*store-image*/



.store-image {
    margin-top: 20px;
    padding: 1px 0 1px;
    background: url(../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 #e70012
}







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

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

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

.pro-infos p {
    /* width: 99% !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: #e70012;
    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 img {
    max-width: 100%;
}

.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(../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: #e70012;

    border-color: #e70012;

}

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

.htw {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 60px;
    background: #f7f8fc;
}

.index_adv {
    width: 100%;
    z-index: 10;
}

.adv_list {
    box-shadow: 1px 1px 10px #999;
    background: #fff;
    margin: 10px;
    border-radius: 10px;
}

.adv_list ul {
    list-style: none;
    display: block;
    overflow: hidden;
    padding: 0 1%;
}

.adv_list ul li {
    width: 24%;
    float: left;
    display: block;
    margin-right: 2%;
    overflow: hidden;
    padding: 10px 0;
}

.adv_list ul li:nth-child(2n) {
    margin-right: 0;
}

.adv_list ul li .adv_sj {
    text-align: center;
}

.adv_list ul li .adv_sj h3 {
    font-size: 16px;
    color: #7e7e7e;
    line-height: 32px;
    font-weight: normal;
}

.adv_list ul li .adv_sj h3 span {
    font-size: 24px;
    color: #e70012;
    font-weight: bold;
}

.adv_list ul li .adv_sj p {
    font-size: 14px;
    color: #7e7e7e;
    line-height: 19px;
}

.pro_tit {
    width: 182px;
    display: block;
    background: url(../images/p_ico.png) 20px no-repeat;
    margin: 0 auto;
    overflow: hidden;
}

.pro_tit h3 {
    font-size: 24px;
    color: #484848;
    font-weight: normal;
    line-height: 34px;
    padding-left: 48px;
}

/* 产品与服务  */

.index_product {
    overflow: hidden;
    padding: 35px 0;
    background: #f7f8fc;
    display: block;
}

.product_lb {
    overflow: hidden;
    margin-top: 20px;
}

.product_lb dl {
    background: #fff;
    padding: 3% 2%;
    display: block;
    width: 48%;
    margin: 1% 1%;
    box-shadow: 1px 1px 10px #ddd;
    float: left;
    height: 270px;
}

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

.product_lb dl dt {
    text-align: center;
}

.product_lb dl dt img{
    max-width:100%;
}

.product_lb dl dt h3 {
    font-size: 16px;
    color: #484848;
    line-height: 20px;
    font-weight: normal;
    margin-bottom: 10px;
    min-height: 52px;
    padding-top: 10px;
}

.product_lb dl dt hr {
    width: 100%;
    background: #ccc;
    height: 1px;
    border: none;
}

.product_lb dl dd {
    display: block;
    overflow: hidden;
    padding: 20px 10px 0 30px;
}

.product_lb dl dd a {
    display: block;
    line-height: 30px;
    font-size: 14px;
    color: #878787;
    line-height: 30px;
    padding-left: 20px;
    background: url(../images/ic_03.png) left no-repeat;
}

.power .tab-hd {
    zoom: 1;
    width: 100%;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    z-index: 99;
}

.power .tab-hd li {
    width: 10.8%;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    line-height: 68px;
}

.power .tab-hd li .pow_zhezhao {}

.power .tab-hd li .pow_zhezhao h3 {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}

.power .tab-hd li.active02 {
    background: #e70012;
    color: #fff;
    border: none;
}

.power .tab-hd li.active02 .pow_zhezhao {}

.power .tab-bd {
    width: 100%;
    display: block;
    overflow: hidden;
}

.power .tab-bd li {
    display: none;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
}

.power .tab-bd li.thisclass {
    display: list-item;
}

.power .tab-bd li .pow_img {
    width: 100%;
    display: block;
    position: relative;
}

.power .tab-bd li .pow_img img {
    width: 100%;
    display: block;
}

.power .tab-bd li .pow_dw {
    position: absolute;
    width: 420px;
    height: 180px;
    top: 68%;
    left: 22%;
    z-index: 99;
}

/* 解决方案  */

.index_solution {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 25px 0 35px;
    background: #fff;
}

.solution_list {
    overflow: hidden;
    margin-top: 20px;
}

.solution_list dl {
    background: #fff;
    padding: 3% 2% 2%;
    display: block;
    width: 48%;
    margin: 1%1% 1% 1%;
    box-shadow: 1px 1px 10px #ddd;
    float: left;
    height: 220px;
}

.solution_list dl:nth-child(2n) {
    /* margin-right: 0.3%; */
}

.solution_list dl dt {
    text-align: center;
    display: block;
    overflow: hidden;
}

.solution_list dl dt i {
    width: 65px;
    height: 70px;
    display: block;
    margin: 0 auto;
}

.solution_list dl dt .a01 {
    background: url(../images/ico03.png) 0 0 no-repeat;
}

.solution_list dl dt .a02 {
    background: url(../images/ico03.png) 0 -70px no-repeat;
}

.solution_list dl dt .a03 {
    background: url(../images/ico03.png) 0 -140px no-repeat;
}

.solution_list dl dt .a04 {
    background: url(../images/ico03.png) 0 -210px no-repeat;
}

.solution_list dl dt .a05 {
    background: url(../images/ico03.png) 0 -280px no-repeat;
}

.solution_list dl dt .a06 {
    background: url(../images/ico03.png) 0 -355px no-repeat;
}

.solution_list dl dt .a07 {
    background: url(../images/ico03.png) 0 -430px no-repeat;
}

.solution_list dl dt .a08 {
    background: url(../images/ico03.png) 0 -500px no-repeat;
}

.solution_list dl dd {
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 10px 0;
}

.solution_list dl dd h3 {
    font-size: 18px;
    color: #484848;
    line-height: 40px;
    font-weight: normal;
}

.solution_list dl dd p {
    font-size: 14px;
    color: #7c7c7c;
    line-height: 22px;
}

.solution_list dl:hover {
    background: #c3000e;
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.solution_list dl:hover dd h3 {
    color: #fff;
}

.solution_list dl:hover dd p {
    color: #fff;
}

/* 应用案例  */

.index_apply {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 25px 0 35px;
    background: #f7f8fc;
}

#apply_list {
    width: 100%;
    display: block;
    overflow: hidden;
}

#apply_list .swiper-slide {
    position: relative;
}

#apply_list .swiper-slide .solution-card {
    text-align: center;
    overflow: hidden;
    transition: all .15s linear;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(231, 0, 18, 0.67);
    padding: 2% 0 12px;
    height: 100px;
}

#apply_list .swiper-slide .solution-card i {
    display: block;
    margin: 15px auto;
    /* width: 36px; */
    overflow: hidden;
}

#apply_list .swiper-slide .solution-card i img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: 30px;
}

#apply_list .swiper-slide .solution-card h3 {
    font-size: 18px;
    color: #fff;
    line-height: 20px;
    font-weight: normal;
    /* margin-top: 20px; */
}

#apply_list .swiper-slide .solution-card hr {
    width: 50px;
    background: #fff;
    height: 3px;
    margin: 15px auto;
    border: none;
}

#apply_list .swiper-slide .solution-card p {
    padding: 0 20%;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

#apply_list .swiper-slide .so_img {
    display: block;
    overflow: hidden;
}

#apply_list .swiper-slide .so_img img {
    width: 100%;
    display: block;
}

#apply_list .swiper-slide:hover .solution-card {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

#apply_list .swiper-slide:hover .solution-card .i01 {
    background: url(../images/ico.png) -76px 0 no-repeat #c7332c;
}

#apply_list .swiper-slide:hover .solution-card .i02 {
    background: url(../images/ico.png) -76px -76px no-repeat #c7332c;
}

#apply_list .swiper-slide:hover .solution-card .i03 {
    background: url(../images/ico.png) -76px -156px no-repeat #c7332c;
}

#apply_list .swiper-slide:hover .solution-card .i04 {
    background: url(../images/ico.png) -76px -232px no-repeat #c7332c;
}

#apply_list .swiper-button-next {
    right: 0;
    width: 65px;
    height: 100%;
    margin-top: 1;
    background-image: url(../images/ico_fr.png);
    background-size: cover;
    transition: background-image .15s;
    top: 12px;
}

#apply_list .swiper-button-prev {
    left: 0;
    width: 65px;
    height: 100%;
    margin-top: 1;
    background-image: url(../images/ico_fl.png);
    background-size: cover;
    transition: background-image .15s;
    top: 12px;
}

.index_news{
    padding: 25px 0 35px;
}

.index_news .news-list{
    padding-top: 15px;
}

/* 合作  */

.index_partner {
    width: 100%;
    display: block;
    overflow: hidden;
    background: #f7f8fc;
    padding: 35px 0;
}

.pro_tit01 {
    width: 100%;
    display: block;
    text-align: center;
}

.pro_tit01 h3 {
    font-size: 24px;
    color: #484848;
    display: block;
    overflow: hidden;
    line-height: 28px;
    font-weight: normal;
}

.par_list {
    overflow: hidden;
    padding-top: 20px;
}

.par_list ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

.par_list ul li {
    width: 32%;
    float: left;
    display: flex;
    margin: 1% 1% 1% 0.5%;
    /* margin-bottom: 20px; */
    box-shadow: 1px 1px 8px #ccc;
    overflow: hidden;
    height: 58px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 5px;
}

.par_list ul li:nth-child(3n) {
    margin-right: 0;
}

.par_list ul li img {
    max-width: 100%;
    max-height: 100%;
}

.par_list ul li:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
}

.sl_title{
	text-align: center;
	font-size: 20px;
	color: #1e1515;
	position: relative;
	margin-bottom: 40px;
}
.sl_title:after{
	 content:'';
	 display:block;
	 width:58px;
	 height: 3px;
	 background: #e81212;
	 position: absolute;
	 top: 38px;
	 left: 50%;
	 margin-left: -31px;
}

.ysjz li{
    float: left;
    text-align: center;
    transition: all .3s;
}

.ysjz .ul-3 li{
    width: 33%;
}

.ysjz .ul-4 li{
    width: 25%;
}

.ysjz li:hover{
    transform: translateY(-10px);
}

.ysjz li .img{
	margin-bottom: 24px;
}

.ysjz li .img img{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 2px solid #f8f8f8;
}

.ysjz li:hover img{
    border: 2px solid #e81212;
}

.ysjz li .p1{
	font-size: 18px;
	color: #504d4d;
	font-weight: bold;
	margin-bottom: 14px;
	position: relative;
}

.ysjz li .p1:after{
	content:''; display:block; 
	width:28px;
	height: 2px;
	background: #e81212;
	position: absolute;
	top:35px;
	left: 50%;
    transform: translateX(-50%);
}

.ysjz .ul-3 li .p2{
	width: 80%;
	margin: 0 auto;
	color: #a0a0a0;
	line-height: 22px;
}

.yycj ul li{
    overflow: hidden;
    margin-bottom: 12px;
}

.yycj ul li .yycj_l{
    float: left;
    width: 48%;
}

.yycj ul li .yycj_r{
    float: right;
    width: 48%;
}

.yycj ul li h3{
    font-size: 16px;
    font-weight: 700;
}

.yycj ul li p{
    font-size: 14px;
    line-height: 20px;
}

.yycj .yycj_img{
    width: 100%;
    overflow: hidden;
}

.yycj ul li img{
    transition: all .3s;
}

.yycj ul li .yycj_img:hover img {
    transform: scale(1.1);
}

