input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

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

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

p {
    margin: 0;
}

.wd1200 {
    width: 1200px;
    margin: 0 auto;
}




/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.com-img {
    display: block;
    overflow: hidden;
    margin: 0 auto;
}

.com-img img {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}


/*  */

.max1600 {
    max-width: 1630px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1280 {
    max-width: 1310px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1200 {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.flex_row {
    display: flex;
}


/*头部样式*/

.top_head {
    position: relative;
}

.top_aa {
    line-height: 38px;
    background: #f8f8f8;
    border-bottom: 1px solid #edecec;
    font-size: 14px;
    color: #666666;
}

.top_aa a {
    font-size: 14px;
    color: #666666;
}

.top_aa_wap {
    justify-content: space-between;
    align-items: center;
}

.top_aa2 {
    color: #d3d3d3;
}

.top_aa2 a {
    padding: 0 5px;
}

.top_aa2 a:hover{
    color:#ff5400;
}


/* top_bb */

.top_bb {
    position: relative;
}

.top_bb_wap {
    position: relative;
    align-items: center;
    justify-content: space-between;
    height: 110px;
}

.top_bb_left {
    width: 45%;
    position: relative;
    align-items: center;
}

.logo {
    float: left;
    width: 55.3125%;
}

.logo a {
    display: block;
}

.logo a img {
    max-width: 180%;
}

.wenzi {
    font-size: 16px;
    margin-left: 36px;
        margin-right: -102px;
}


.top_bb_left .shop {
    padding-left: 25px;
    margin-left: 15px;
    border-left: 1px solid #d7d7d7;
}

.top_bb_left .shop a {
    display: block;
    margin-right: 15px;
}

.top_bb_left .shop a img {
    max-width: 100%;
}

.top_bb_right {
    width: 21%;
    justify-content: space-between;
    align-items: center;
}

.pei img {
    max-width: 100%;
}

.top_phone {
    padding-left: 50px;
    background: url(../images/c75dfe772821dcc4990a288554d191d8b09af787.png) no-repeat left center;
    font-size: 26px;
    color: #333333;
    line-height: 1.1;
    font-weight: bold;
}


/*  */

.h-ss {
    box-shadow: 0 0 10px #ccc;
    z-index: 99;
    margin-top: -4em;
    position: relative;
    background: #fff;
    padding: 25px 3.125%;
}

.ads_listaa {
    position: relative;
    align-items: center;
}

.ads_listaa li {
    position: relative;
    align-items: center;
    width: 25%;
}

.ads_listaa li .left_img img {
    max-width: 100%;
}

.ads_listaa li .you_cc {
    margin-left: 15px;
}

.ads_listaa li .you_cc h3 a {
    display: block;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 3px;
}

.ads_listaa li .you_cc span {
    display: block;
    font-size: 14px;
    color: #999999;
}

@media (max-width:768px) {
    .ads_listaa {
        flex-wrap: wrap;
    }
    .ads_listaa li {
        width: 50%;
        margin-bottom: 15px;
    }
}


/* c2_index */

.c2_index {
    position: relative;
    padding: 3.125% 0;
}

.ttt2 {
    text-align: center;
}

.ttt2 h3 {
    font-size: 40px;
    font-weight: normal;
    color: #333333
}

.ttt2 p {
    background: url(../images/369a90fc1b2db22467d79825d7ba92ab4c770a86.png) no-repeat center;
    text-transform: uppercase;
    font-size: 18px;
    color: #666666;
    margin: 10px 0;
}

.pro_sort1 {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 3.125%;
}

.pro_sort1 li {
    width: 24.5%;
    position: relative;
}

.pro_sort1 li a {
    display: block;
}

.pro_sort1 li .pimg img {
    width: 100%;
}

.pro_show {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    /*background: rgba(0, 0, 0, .5);*/
    z-index: 99;
}

.pro_show .show_bottom {
    padding: 8.125%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.pro_show h3 {
    font-size: 30px;
    font-weight: normal;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.pro_show h4 {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    margin: 0px 0 10px;
}

.pro_show dd {
    font-size: 14px;
    color: #fff;
}

.pro_hh_show {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    background: rgba(255, 104, 1, .9);
    opacity: 0;
    text-align: center;
    z-index: 98;
}

.pro_hh_botttom {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    padding: 8.125%;
}

.pro_hh_show h1 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.pro_hh_show span {
    display: block;
    line-height: 1.7;
    color: #fff;
    font-size: 14px;
    margin: 8.125% 0;
}

.pro_hh_show dd {
    width: 160px;
    line-height: 40px;
    border: 1px solid #fff;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}

.pro_sort1 li:hover .pro_hh_show {
    opacity: 1;
}

.pro_sort1 li:hover .pro_show {
    opacity: 0;
}

@media (max-width:992px) {
    .ttt2 h3 {
        font-size: 30px;
    }
    .pro_show h3 {
        font-size: 24px;
    }
    .pro_show h4 {
        font-size: 16px;
    }
    .pro_show dd {
        font-size: 12px;
    }
    .pro_hh_show h1 {
        font-size: 24px;
    }
    .pro_hh_show dd {
        width: 130px;
        line-height: 36px;
        font-size: 12px;
    }
}

@media (max-width:768px) {
    .ttt2 h3 {
        font-size: 25px;
    }
    .ttt2 p {
        font-size: 15px;
        margin: 5px 0;
    }
    .pro_sort1 {
        flex-wrap: wrap;
    }
    .pro_sort1 li {
        width: 49%;
        margin-bottom: 15px;
    }
}


/* c3_index */

.c3_index {
    position: relative;
    background: #f7f7f7;
    padding: 5.125% 0;
}

.ttt3 {
    text-align: center;
}

.ttt3 h3 {
    font-size: 40px;
    font-weight: normal;
    color: #333333;
}


/*  */

.pro_cate {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #ddd;
    margin-top: 1.125%;
}

.pro_cate li {
    /*min-width: 12.5%;*/
    text-align: center;
    padding: 0 3.125%;
}

.pro_cate li a {
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 1.7;
    padding: 20px 0;
}

.pro_cate li:hover a,
.pro_cate li.active a {
    color: #ff5400;
    font-weight: bold;
    border-bottom: 1px solid #ff5400;
}


/**/
.pro_cate22{
    position: relative;
    margin: 30px auto;
    display: flex;
    justify-content: center;
}

@media (max-width:1024px){
   .pro_cate22{
       overflow-x: scroll;
        white-space: nowrap;
        justify-content: space-between;
   } 
}

.pro_cate22 li{
    position: relative;
    margin-bottom: 3px;
}
.pro_cate22 li+li{
    margin-left: 2px;
}
.pro_cate22 li a{
    display: block;
    padding: .715rem 1.429rem;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #ffffff;
    border-top-left-radius: .215rem;
    border-top-right-radius: .215rem;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    color: #76838f;
}
.pro_cate22 li:hover a,
.pro_cate22 li.active a{
    background: #62a8ea;
    color: #fff;
}





/* product_wap */

.product_wap {
    position: relative;
    margin-top: 3.125%;
}


/* css */

.tab-con {
    position: relative;
}

.tab-con .tab-main {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    right: 0;
}

.tab-con .tab-main {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.tab-con .tab-main.active {
    position: static;
    opacity: 1;
    visibility: visible;
}


/* list_pp */

.list_pp {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 0 -.5%;
}

.list_pp li {
    position: relative;
    width: 24%;
    margin: 0 .5%;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}

.list_pp li a {
    display: block;
}

.list_pp li a img {
    width: 100%;
}

.list_pp li h3 {
    line-height: 1.7;
    padding: 10px 0;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
}

.list_pp li:hover h3{
    color: #ff5400;
}


/*  */

.product_wap .promore {
    background: #ff5400;
    display: block;
    font-size: 16px;
    color: #fff;
    width: 195px;
    line-height: 44px;
    text-align: center;
    margin: 0 auto;
    margin-top: 3.125%;
}

@media (max-width:992px) {
    .list_pp li h3 {
        font-size: 14px;
    }
}

@media (max-width:768px) {
    .ttt3 h3 {
        font-size: 28px;
    }
    .list_pp li {
        width: 32%;
    }
    .pro_cate li a {
        font-size: 15px;
    }
}

@media (max-width:500px) {
    .list_pp {
        margin: 0 -1%;
    }
    .list_pp li {
        width: 48%;
        margin: 0 1%;
        margin-bottom: 15px;
    }
    
    .pro_cate li{
        padding:0 5px;
    }
    
}


/* c4_index */

.c4_index {
    position: relative;
}

.c4_index>div {
    width: 50%;
    position: relative;
}

.c4left>img {
    width: 100%;
}

.c4left .c4_fu {
    position: absolute;
    left: 62%;
    top: 50%;
    transform: translate(-62%, -50%);
    background: url(../images/7f724f3a42d4eeb9b109d0f0346a1c079eb2880e.png) no-repeat;
    width: 500px;
    height: 447px;
    padding: 40px;
    padding-right: 0px;
    padding-top: 8.125%;
}

.c4_fu h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 100;
}

.c4_fu h1 {
    font-size: 76px;
    color: #ff5400;
    line-height: 1.2;
}

.c4_fu h1 span {
    color: #fff;
}

.c4_fu h4 {
    background: #ff5400;
    padding: 5px;
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    margin-top: 15px;
    text-align: center;
    letter-spacing: 2px;
}

.c4_fu .bu {
    margin-top: 30px;
    display: flex;
    align-items: center;
    width: 75%;
}

.c4_fu .weixin {
    width: 40%;
}

.c4_fu .weixin img {
    max-width: 100%;
}

.c4_fu .neirong {
    width: 55%;
}

.c4_fu .neirong h3 {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 5px;
}

.c4_fu .neirong dd {
    font-size: 20px;
    color: #fff;
}

.c4right img {
    width: 100%;
}

@media (max-width:1366px) and (min-width:1200px) {
    .c4left .c4_fu {
        height: 360px;
        background-size: 80% 100%;
        padding-top: 5.125%;
    }
    .c4_fu h1 {
        font-size: 55px;
    }
    .c4_fu h4 {
        font-size: 18px;
        width: 90%;
    }
}

@media (max-width:1200px) and (min-width:992px) {
    .c4left .c4_fu {
        width: 450px;
        height: 320px;
        background-size: 80% 100%;
        padding: 20px;
        padding-right: 0px;
        padding-top: 5.125%;
    }
    .c4_fu h2 {
        font-size: 20px;
    }
    .c4_fu h1 {
        font-size: 40px;
    }
    .c4_fu h4 {
        font-size: 15px;
        width: 80%;
    }
    .c4_fu .neirong h3 {
        font-size: 18px;
    }
    .c4_fu .neirong dd {
        font-size: 16px;
    }
}

@media (max-width:768px) {
    .c4left .c4_fu {
        width: 450px;
        height: 320px;
        background-size: 80% 100%;
        padding: 20px;
        padding-right: 0px;
        padding-top: 5.125%;
    }
    .c4_fu h2 {
        font-size: 20px;
    }
    .c4_fu h1 {
        font-size: 40px;
    }
    .c4_fu h4 {
        font-size: 15px;
        width: 80%;
    }
    .c4_fu .neirong h3 {
        font-size: 18px;
    }
    .c4_fu .neirong dd {
        font-size: 16px;
    }
}

@media (max-width:990px) {
    .c4_index {
        flex-wrap: wrap;
    }
    .c4_index>div {
        width: 100%;
    }
}

@media (max-width:500px) {
    .c4left .c4_fu {
        width: 350px;
        height: 220px;
        background-size: 80% 100%;
        padding: 20px;
        padding-right: 0px;
        padding-top: 5.125%;
    }
    .c4_fu h4 {
        display: none;
    }
    .c4_fu h2 {
        font-size: 16px;
    }
    .c4_fu h1 {
        font-size: 30px;
    }
    .c4_fu .bu {
        margin-top: 20px;
    }
    .c4_fu .neirong {
        padding-left: 5px;
        width: 60%;
    }
    .c4_fu .neirong h3 {
        font-size: 15px;
    }
    .c4_fu .neirong dd {
        font-size: 14px;
    }
}

/**/
.mob_c4img img{
    width: 100%;
}



/* c5_index */

.c5_index {
    position: relative;
    background: url(../images/3a497c5d25ea04f2a6bcf06b49afc38a923f4c71.jpg) no-repeat;
    background-size: cover;
    padding: 3.125% 0 5.125%;
}

.ttt5 {
    text-align: center;
}

.ttt5 h3 {
    font-size: 40px;
    font-weight: normal;
    color: #333333
}

.ttt5 p {
    background: url(../images/0358e838447a1a815d649ff0036851654b9fee45.png) no-repeat center;
    text-transform: uppercase;
    font-size: 18px;
    color: #666666;
    margin: 10px 0;
}

.c5_wap {
    position: relative;
    margin-top: 3.125%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c5_wap>div {
    width: 48%;
    position: relative;
}

.c5left h3 {
    font-size: 36px;
    text-transform: uppercase;
    color: #c5c5c5;
}

.c5left h2 {
    font-size: 42px;
    color: #000000;
}

.c5left .abbtxt {
    line-height: 1.7;
    font-size: 14px;
    color: #666666;
    margin-top: 4.125%;
}

.number {
    display: flex;
    justify-content: space-between;
    margin-top: 5.215%;
}

.number li {
    position: relative;
    text-align: center;
}

.number li h3 {
    color: #ff5400;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.2;
}

.number li h3 i {
    font-style: inherit;
}

.number li h3 span {
    font-size: 14px;
    color: #ff5400;
    font-weight: 400;
    padding-left: 3px;
}

.number li h3 sup {
    color: #ff5400;
    padding-left: 3px;
}

.number li p {
    font-size: 14px;
    color: #999999;
    text-align: left;
}

.c5left .abbmore {
    display: block;
    border: 1px solid #999999;
    width: 125px;
    line-height: 36px;
    font-size: 14px;
    color: #999999;
    text-align: center;
    margin-top: 8.125%;
}

.c5left .abbmore:hover{
    color: #ff5400;
}

.c5right img {
    max-width: 100%;
}

@media (max-width:1200px) {
    .c5left h3 {
        font-size: 30px;
    }
    .c5left h2 {
        font-size: 36px;
    }
}

@media (max-width:992px) {
    .ttt5 h3 {
        font-size: 30px;
    }
    .ttt5 p {
        font-size: 16px;
        margin: 5px 0;
    }
    .c5left h3 {
        font-size: 26px;
    }
    .c5left h2 {
        font-size: 32px;
    }
    .c5left .abbmore {
        margin-top: 5.125%;
    }
}

@media (max-width:768px) {
    .c5_wap {
        flex-wrap: wrap;
    }
    .c5_wap>div {
        width: 100%;
        margin-bottom: 15px;
    }
    .c5left h2 {
        font-size: 26px;
    }
    .ttt5 h3 {
        font-size: 26px;
    }
}


/* c6_index */

.c6_index {
    position: relative;
    padding: 3.125% 0;
}

.ttt6 {
    text-align: center;
}

.ttt6 h3 {
    font-size: 40px;
    font-weight: normal;
    color: #333333
}

.ttt6 p {
    background: url(../images/d796a0c7cea453991dd7436e90c53daff53e280c.png) no-repeat center;
    text-transform: uppercase;
    font-size: 18px;
    color: #666666;
    margin: 10px 0;
}

.c6_wap {
    position: relative;
    margin-top: 3.125%;
}

.c6_wap .you_list {
    overflow: hidden;
    height: 585px;
}


/*  */

.you_list {
    position: relative;
}

.you_list li {
    float: left;
    width: 110px;
    height: 100%;
    transition: all .8s;
    position: relative;
    z-index: 99;
}

.you_list li a {
    display: block;
}

.you_list li.on {
    width: 950px;
}

.you_list li .fold {
    width: 110px;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    background: #e7e7e7;
    z-index: 99;
    cursor: pointer;
}

.you_list li:nth-child(even) .fold {
    background: #f7f7f7;
}

.you_list li .fold .txt {
    font-size: 24px;
    display: block;
    width: 25px;
    font-weight: 400;
    margin: 0 auto;
}

.you_list li .unfold {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.you_list li .ysimg {
    height: 100%;
}

.you_list li .ysimg img {
    height: 100%;
    width: 840px;
}

.you_list li .fu_ys {
    position: absolute;
    top: 0px;
    left: 0px;
    width: calc(100% - 110px);
    height: 100%;
    /*background: rgba(0, 0, 0, .4);*/
    text-align: center;
    align-items: center;
    display: none;
}

.flex_cc {
    text-align: center;
    width: 840px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.you_list li .fu_ys span {
    display: block;
    line-height: 2;
    font-size: 43px;
    color: #fff;
}

.you_list li .fu_ys a {
    display: block;
    width: 210px;
    line-height: 60px;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    margin: 0 auto;
    margin-top: 3.125%;
    font-size: 22px;
}

.you_list li.on .unfold {
    display: block;
}

.you_list li.on .fold {
    background: #f85a23;
}

.you_list li.on .fold .txt {
    color: #fff;
}

.you_list li.on .fu_ys {
    display: block;
}

.you_list li.on .fold::before {
    content: '';
    width: 15px;
    height: 31px;
    position: absolute;
    top: 50%;
    left: -14px;
    z-index: 99;
    background: url(../images/12692a11c337b8d89bc50ce9a59cd991661b9a77.png) no-repeat center;
}

@media (max-width:1366px) {
    .you_list li.on {
        width: 890px;
    }
    .you_list li {
        width: 100px;
    }
    .you_list li .fold {
        width: 100px;
    }
    .you_list li .fu_ys {
        width: 100px;
    }
    .you_list li.on .ysimg img {
        width: 790px;
    }
    .flex_cc {
        width: 790px;
    }
    .you_list li.on .fu_ys {
        width: calc(100% - 100px);
    }
    .you_list li .ysimg img {
        width: 100px;
    }
}

@media (max-width:1220px) and (min-width:1130px) {
    .you_list li.on {
        width: 800px;
    }
    .you_list li.on .ysimg img {
        width: 700px;
    }
    .flex_cc {
        width: 700px;
    }
}

@media (max-width:1130px) {
    .you_list li.on {
        width: 700px;
    }
    .you_list li.on .ysimg img {
        width: 620px;
    }
    .flex_cc {
        width: 620px;
    }
    .you_list li {
        width: 80px;
    }
    .you_list li .fold {
        width: 80px;
    }
    .you_list li .fu_ys {
        width: 80px;
    }
    .you_list li.on .fu_ys {
        width: calc(100% - 80px);
    }
    .you_list li .ysimg img {
        width: 80px;
    }
}

@media (max-width:992px) and (min-width:768px) {
    .c6_wap ul {
        height: 500px;
    }
    .you_list li.on {
        width: 560px;
    }
    .you_list li.on .ysimg img {
        width: 500px;
    }
    .flex_cc {
        width: 500px;
    }
    .you_list li {
        width: 60px;
    }
    .you_list li .fold {
        width: 60px;
    }
    .you_list li .fu_ys {
        width: 60px;
    }
    .you_list li.on .fu_ys {
        width: calc(100% - 60px);
    }
    .you_list li .ysimg img {
        width: 60px;
    }
    .you_list li .fu_ys span {
        font-size: 33px;
    }
    .you_list li .fu_ys a {
        width: 150px;
        line-height: 45px;
        font-size: 18px;
    }
    .you_list li .fold .txt {
        font-size: 20px;
    }
}


/* mob_you_list */

.mob_you_list {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mob_you_list li {
    position: relative;
    text-align: center;
    width: 48%;
    margin-bottom: 20px;
}

.mob_you_list li a {
    display: block;
}

.mob_you_list li .yimg img {
    width: 100%;
}

.mob_you_list li h3 {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    padding: 10px 0 5px;
    line-height: 1.7;
}

.mob_you_list li span {
    display: block;
    font-size: 16px;
    color: #5f5f5f;
}

@media (max-width:767px) {
    .ttt6 p {
        display: none;
    }
    .ttt6 h3 {
        font-size: 24px;
    }
}

@media (max-width:500px) {
    .mob_you_list li h3 {
        font-size: 16px;
    }
    .mob_you_list li span {
        font-size: 13px;
    }
}


/* heng */

.heng {
    position: relative;
    background: url(../images/cc75d492fac43ba09ba3bc0d0203c68c17b0f5db.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 2.525% 0;
}

.heng_wap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.heng_wap .hengleft {
    width: 35%;
}

.hengleft h2 img {
    max-width: 100%;
}

.hengleft>span {
    display: inline-block;
    border-radius: 30px;
    background: #9c20fe;
    color: #fff;
    font-size: 14px;
    padding: 8px 12px;
    margin: 15px 0;
}

.heng_wap .hengright {
    width: 48%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hengright .cc_ewm {
    position: relative;
    width: calc(100% - 155px);
}

.hengright .cc_ewm h3 {
    font-weight: normal;
    color: #ffff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 5.125%;
}

.hengright .cc_ewm h3 span {
    font-size: 14px;
}

.hengright .cc_ewm dd {
    line-height: 2;
    color: #ffff;
    font-size: 14px;
}

.hengright .cc_ewm dd p:nth-child(1) {
    padding-left: 20px;
    background: url(../images/d94c9d4a8c708a34a79a58b264dd1f9ea8e11434.png) no-repeat left 8px;
}

.hengright .cc_ewm dd p:nth-child(2) {
    padding-left: 20px;
    background: url(../images/cfa0aa1e3fe9cc5ce90d8a5f04112e693fa22aa5.png) no-repeat left 8px;
}

.hengright .cc_ewm dd p:nth-child(3) {
    padding-left: 20px;
    background: url(../images/63236d6d942afc628723f1ba7bdd7b28c44af8e4.png) no-repeat left 8px;
}

.hengright .cc_ewm_img{
    max-width: 150px;
}
.hengright .cc_ewm_img img {
    max-width: 100%;
}


/*  */

.x-message-wrap2 {
    margin-left: 0px;
    margin-right: 0px;
}

.x-message-wrap2 .row {
    margin-left: -5px;
    font-size: 0;
    margin-right: -5px;
}

.x-message-wrap2 div[class^='col-'] {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}

.x-message-wrap2 input[type='text'],
.x-message-wrap2 textarea {
    width: 100%;
    height: 42px;
    border: none;
    padding: 0 10px;
    font-size: 14px;
    color: #999999;
    background: #fff;
    outline: none;
    margin-bottom: 10px;
}

.x-message-wrap2 input[type='text']::-webkit-input-placeholder,
.x-message-wrap2 textarea::-webkit-input-placeholder {
    color: #999999;
}

.x-message-wrap2 input[type='text']:-ms-input-placeholder,
.x-message-wrap2 textarea:-ms-input-placeholder {
    color: #999999;
}

.x-message-wrap2 input[type='text']::-ms-input-placeholder,
.x-message-wrap2 textarea::-ms-input-placeholder {
    color: #999999;
}

.x-message-wrap2 input[type='text']::placeholder,
.x-message-wrap2 textarea::placeholder {
    color: #999999;
}

.x-message-wrap2 textarea {
    padding-top: 5px;
    height: 95px;
    resize: none;
}

.x-message-wrap2 #checkcode {
    float: left;
    width: 22.29813665%;
    margin-bottom: 0;
}

.x-message-wrap2 .checkCodeImg {
    float: left;
    display: block;
    text-align: center;
    width: 26.39130435%;
    height: 42px;
    font-size: 0;
    background: #fff;
    padding: 0px;
}

.x-message-wrap2 .checkCodeImg img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.x-message-wrap2 .checkCodeImg:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.x-message-wrap2 .checkCodeImg img {
    cursor: pointer;
}

.x-message-wrap2 .x-submit {
    float: right;
    width: 49.18944099%;
    height: 42px;
    background: #ffd500;
    color: #e53517;
    font-size: 16px;
    border: none;
    outline: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-bottom: 2px solid #ffa94c;
    border-radius: 3px;
}


/* c7_index */

.c7_index {
    position: relative;
    padding: 3.125% 0;
}

.ttt7 {
    text-align: center;
}

.ttt7 h3 {
    font-size: 40px;
    font-weight: normal;
    color: #333333
}

.ttt7 p {
    background: url(../images/d796a0c7cea453991dd7436e90c53daff53e280c.png) no-repeat center;
    text-transform: uppercase;
    font-size: 18px;
    color: #666666;
    margin: 10px 0;
}

.c7_list {
    position: relative;
    margin-top: 3.125%;
    display: flex;
    justify-content: space-between;
}

.c7_list li {
    position: relative;
    text-align: center;
    width: 12.5%
}

.c7_list li a {
    display: block;
}

.c7_list li .qimg {
    line-height: 80px;
}

.c7_list li .qimg img {
    max-width: 100%;
}

.c7_list li h3 {
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    margin: 5px 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.c7_list li span {
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #a3a3ac;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    color: #a3a3ac;
}

.c7_list li+li::before {
    position: absolute;
    bottom: 17px;
    width: 70%;
    left: 0;
    content: "";
    height: 1px;
    background: #e3e3e3;
    transform: translateX(-50%);
}


.c7_list li:hover h3{
    color: #ff5400
}

@media (max-width:1200px) {
    .ttt7 h3 {
        font-size: 30px;
    }
    .ttt7 p {
        font-size: 16px;
        margin: 5px 0;
    }
    .c7_list li h3 {
        font-size: 16px;
    }
}

@media (max-width:768px) {
    .ttt7 h3 {
        font-size: 26px;
    }
    .ttt7 p {
        background-size: 100%;
        font-size: 14px;
    }
    .c7_list {
        flex-wrap: wrap;
    }
    .c7_list li {
        width: 25%;
        margin-bottom: 20px;
    }
    .c7_list li h3 {
        font-size: 13px;
        margin: 5px 0 10px;
    }
    .c7_list li span {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
    .c7_list li+li::before {
        bottom: 12px;
        width: 60%;
    }
    .c7_list li:nth-child(5)::before {
        display: none;
    }
}


/* c8_index */

.c8_index {
    position: relative;
    padding: 3.125% 0;
    background: #f7f7f7;
}

.ttt8 {
    text-align: center;
}

.ttt8 h3 {
    font-size: 40px;
    font-weight: normal;
    color: #333333
}

.ttt8 p {
    background: url(../images/f0b33a942a4eda8654f581f2cb97dc1fd9458ce2.png) no-repeat center;
    text-transform: uppercase;
    font-size: 18px;
    color: #666666;
    margin: 10px 0;
}

.c8_wap {
    position: relative;
    margin-top: 3.125%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffff;
}

.big_list {
    width: 65%;
}

.big_list img {
    width: 100%;
    height: 100%;
}

.small_list {
    width: 35%;
    padding: 5px 30px;
}

.small_list li {
    position: relative;
    padding: 15px 0;
}

.small_list li:not(:last-child) {
    border-bottom: 1px dashed #e1e1e1;
}

.small_list li a {
    display: flex;
    justify-content: space-between;
}

.small_list li .ca_img {
    width: 120px;
}

.small_list li .ca_img img {
    width: 100%;
}

.small_list li .ca_ont {
    position: relative;
    width: calc(100% - 130px);
}

.small_list li .ca_ont h3 {
    font-size: 14px;
    color: #333333;
    font-weight: normal;
    line-height: 2;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.small_list li .ca_ont span {
    display: block;
    font-size: 14px;
    color: #999999;
    margin-top: 3.125%;
}

.small_list li:hover .ca_ont h3{
    color:#ff5400;
}


/* css */

.tab-con2 {
    position: relative;
}

.tab-con2 .tab-main2 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    right: 0;
}

.tab-con2 .tab-main2 {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.tab-con2 .tab-main2.active {
    position: static;
    opacity: 1;
    visibility: visible;
}

@media (max-width:1200px) and (min-width:1024px) {
    .small_list li {
        padding: 10px 0;
    }
}

@media (max-width:1024px) and (min-width:992px) {
    .small_list li .ca_img {
        width: 100px;
    }
}

@media (max-width:768px) {
    .ttt8 h3 {
        font-size: 24px;
    }
    .ttt8 p {
        font-size: 15px;
        margin: 5px 0;
    }
    .c8_wap {
        flex-wrap: wrap;
    }
    .big_list {
        width: 100%;
    }
    .small_list {
        width: 100%;
        padding: 10px 15px;
    }
}


/* c9_index */

.c9_index {
    position: relative;
    padding: 3.125% 0;
}

.news_wap {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 3.125%;
}

.nleft {
    position: relative;
    width: 60%;
}

.nright {
    position: relative;
    width: 38%;
}

.nttt {
    position: relative;
    border-bottom: 2px solid #ff5400;
}

.nttt h3 {
    line-height: 45px;
    background: #ff5400;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    width: 125px;
    font-size: 18px;
    color: #fff;
}

.nttt a {
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 45px;
    color: #666666;
    font-size: 14px;
}

.news_list11 {
    position: relative;
    padding: 0 20px;
    background: #f7f7f7;
}

.news_list11 li {
    position: relative;
    padding: 23px 0;
}

.news_list11 li:not(:last-child) {
    border-bottom: 1px solid #d8d8d8;
}

.news_list11 li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_list11 li .xw_img {
    width: 140px;
}

.news_list11 li .xw_img img {
    width: 100%;
}

.news_list11 li .xw_txt {
    position: relative;
    width: calc(100% - 160px);
}

.news_list11 li .xw_txt h3 {
    font-size: 20px;
    color: #212628;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news_list11 li .xw_txt span {
    display: block;
    font-size: 16px;
    color: #666666;
}


.news_list11 li:hover .xw_txt h3{
    color:#ff5400;
}

/* news_yy */

.news_yy {
    position: relative;
    padding: 20px;
    background: #f7f7f7;
}


/* news_img */

.news_img {
    position: relative;
    overflow: hidden;
}

.news_img img {
    width: 100%;
}

.news_list22 {
    position: relative;
    margin-top: 1.125%;
}

.news_list22 li {
    position: relative;
    padding: 20px 0;
}

.news_list22 li a {
    display: block;
    padding-left: 50px;
    font-size: 16px;
    color: #212628;
    font-weight: bold;
    margin-bottom: 12px;
    background: url(../images/c924712dd3fe6bebd73cde1256590929e4455967.png) no-repeat left top;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news_list22 li span {
    display: block;
    padding-left: 50px;
    font-size: 16px;
    color: #666666;
    background: url(../images/1b78ebb7ff7828f2ec82fb4ca2521bd76881d3a0.png) no-repeat left top;
}

.news_list22 li:hover a{
    color:#ff5400;
}

@media (max-width:992px) {
    .news_list11 li {
        padding: 15px 0;
    }
    .news_list11 li .xw_txt h3 {
        font-size: 18px;
    }
    .news_list11 li .xw_txt span {
        font-size: 14px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .news_list22 li a {
        font-size: 15px;
    }
    .news_list22 li span {
        font-size: 13px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

@media (max-width:768px) {
    .news_wap {
        flex-wrap: wrap;
    }
    .news_wap>div {
        width: 100%;
    }
    .nright {
        margin-top: 20px;
    }
    .news_list11 {
        padding: 0 15px;
    }
    .news_list22 li {
        padding: 15px 0;
    }
    .news_list11 li .xw_txt h3 {
        font-size: 16px;
    }
    .nttt h3 {
        line-height: 40px;
        font-size: 16px;
        width: 100px;
    }
    .nttt a {
        line-height: 40px;
    }
}


/* hezuo */

.hezuo {
    position: relative;
    padding: 3.125% 0;
    background: #f7f7f7;
}

.hezuo_list {
    position: relative;
    margin-top: 3.125%;
}

.hezuo_list li {
    position: relative;
    width: 19%;
    margin: 0 .5%;
    margin-bottom: .8%;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
}

.hezuo_list li a {
    display: block;
}

.hezuo_list li img {
    width: 100%;
    border-radius: 3px;
}

@media (max-width:768px) {
    .hezuo_list {
        margin: 0 1%;
        margin-top: 3.125%;
    }
    .hezuo_list li {
        width: 31%;
        margin: 0 1%;
        margin-bottom: 10px;
    }
}


.c3-slick{
    position: relative;
    margin-top: 3.125%;
}
.c3-slick .slick-slide{
    outline: none;
}
.c3-slick .slick-con{
    margin: 0 3%;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
}
.c3-slick .slick-con img{
    display: block;
    width: 100%;
}
.c3-slick .slick-con:nth-child(1){
    margin-bottom: 5%
}
.c3-slick .slick-con img:hover{
    border-color: #073171
}
.c3-slick .slick-arrow{
    display: none!important;
}




/* link */

.link {
    padding: 15px 10px;
    line-height: 1.7;
    font-size: 14px;
    color: #ffffff;
    border-top: 1px solid #4f4f4f;
    border-bottom: 1px solid #4f4f4f;
}

.link a {
    font-size: 14px;
    color: #ffffff;
    margin: 0 15px;
}


/* foot_wap */

.foot_wap {
    position: relative;
    background: #232323;
    padding: 3.125% 0;
    z-index: 99;
}

.foot_top {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

.x-layout-menu {
    position: relative;
    width: 47%;
}

.x-layout-menu dl:nth-child(1) {
    width: 40%;
}

.x-layout-menu dl:nth-child(1) dd {
    width: 48%;
    display: inline-block;
}

.x-layout-menu dl {
    float: left;
    width: 30%;
    text-align: left;
    padding-left: 20px;
}

.x-layout-menu dl dt {
    font-size: 18px;
    color: #fff;
    margin-bottom: 1.13em;
}

.x-layout-menu dl dd a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    line-height: 2;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.x-layout-menu dl dd a:hover{
    color:#ff5400;
}


/* foot_right */

.foot_right {
    position: relative;
    width: 52.5%;
    display: flex;
    justify-content: space-between;
}

.foot_bb {
    width: 55%;
}

.foot_bb>h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 1.13em;
}

.foot_bb .foot_contact {
    font-size: 14px;
    line-height: 2.2;
    color: #fff;
}

.foot_bb .foot_contact p {
    padding-left: 20px;
}

.foot_bb .foot_contact p:nth-child(1) {
    background: url(../images/669649ae4b49da95c258543429afd8079699dff5.png) no-repeat left 8px;
}

.foot_bb .foot_contact p:nth-child(2) {
    background: url(../images/9b8a35deb0914e9c4f1785a9a400071a5b239bc1.png) no-repeat left 8px;
}

.foot_bb .foot_contact p:nth-child(3) {
    background: url(../images/199ce1c6c96f21996d774e4f5a6da7ff935e97c3.png) no-repeat left 8px;
}

.foot_bb .foot_contact p:nth-child(4) {
    background: url(../images/92bf8ea8ece8bc504a453abfcba800dfe9e03166.png) no-repeat left 8px;
}

.foot_cc {
    max-width: 45%;
}

.foot_cc>h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: .38em;
}

.foot_cc h2 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.f_tu {
    position: relative;
    margin-top: 20px;
}

.f_tu li {
    display: inline-block;
    margin: 0 8px 0 0;
}

.bdshare-button-style0-16 {
    position: absolute;
    opacity: 0;
    top: 0;
}

.bdshare-button-style0-16 a {
    margin: 0 12px 0 0!important;
    width: 40px!important;
    height: 41px!important;
    padding: 0!important;
}


/* foot_bottom */

.foot_bottom {
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    line-height: 2;
}

.foot_bottom a {
    color: rgba(255, 255, 255, 1);
}

.foot_bottom a:hover {
    color: #ff5400;
}

@media (max-width:1024px) {
    .foot_cc h2 {
        font-size: 24px;
    }
}

@media (max-width:992px) {
    .foot_cc h2 {
        font-size: 20px;
    }
    .foot_bb>h3 {
        margin-bottom: 1.03em;
    }
    .foot_bb .foot_contact {
        line-height: 2;
    }
}

@media (max-width:768px) {
    .foot_top {
        flex-wrap: wrap;
    }
    .x-layout-menu {
        width: 100%;
    }
    .foot_right {
        width: 100%;
    }
    .foot_bb {
        padding-left: 15px;
    }
    .foot_cc {
        padding-left: 15px;
    }
    .foot_bb>h3 {
        margin-bottom: .38em;
    }
}

@media (max-width:480px) {
    .foot_right {
        flex-wrap: wrap;
    }
    .foot_right>div {
        width: 100%;
    }
    .foot_cc {
        margin-top: 20px;
        max-width: 100%;
    }
    .x-layout-menu dl:nth-child(1) dd {
        display: block;
        width: 100%;
    }
}


/* 内页 */

.max12002 {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}


/* nei_about */

.nei_about {
    position: relative;
    padding: 3.125% 0;
}

.nei_ttt_one {
    text-align: center;
}

.nei_ttt_one h3 {
    background: url(../images/220d5b438d9d66d74fe518b074e139275814a8c7.jpg) no-repeat top center;
    padding-top: 15px;
    font-size: 36px;
    color: #191919;
    font-weight: normal;
}

.nei_ttt_one p {
    font-size: 14px;
    color: #999999;
    letter-spacing: 3px;
    margin: 5px 0;
}

.abb_nei {
    margin-top: 3.125%;
}

.abb_nei .abb_nei_txt {
    font-size: 15px;
    color: #333333;
    line-height: 2;
}

.abb_nei .abb_nei_img {
    margin-top: 3.125%;
}

.abb_nei .abb_nei_img img {
    max-width: 100%;
}

/**/
.nei_choose{
    position: relative;
    padding: 3.125% 0;
    background: #f6f6f6;
}

.choose_wap{
    position: relative;
    margin-top: 3.125%;
}

.chaa{
    display: flex;
    justify-content: space-between;
}

.zuoimg{
    position: relative;
    width: 65%;
}
.chaa img{
    max-width: 100%;
}

.youwen{
    position: relative;
    width: 33%;
}
.umber{
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px dashed #666666;
}
.umber h1{
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 5px;
    background: #ff5400;
    font-size: 54px;
    color: #fff;
}

.umber h2{
    font-size: 38px;
    color: #333333;
    font-weight: bold;
    line-height: 1.2;
    padding-left: 15px;
}
.chaa_txt{
    padding: 30px 0;
    font-size: 18px;
    color: #666666;
    line-height: 1.7;
}

/**/
.chbb{
    position: relative;
    margin-top: 5.125%;
    margin-bottom: 5.125%;
     display: flex;
    justify-content: space-between;
}

.chbb_right{position: relative;width:65%;}
.chbb_right img{
    max-width: 100%;
}
.tab-li{background: #e4e4e4;display: flex;justify-content: center;}
.tab-li li{width: 33.33%;text-align: center;font-size: 26px;color:#333333;line-height: 70px;cursor: pointer;}
.tab-li li+li{border-left: 2px solid #fff;}
.tab-li li.active{background: #ff5400;color: #fff;}

/* css */
.tab-con7 { position: relative; background:url(../images/973d4ca2793280b9b1a89eb87d28cccae2c94150.jpg) no-repeat;}
.tab-con7 .tab-main { position: absolute; left: 0; top: 0; z-index: 9; right: 0;padding:20px;}
.tab-con7 .tab-main { opacity: 0; visibility: hidden; transition: all .5s ease; }
.tab-con7 .tab-main.active { position: static; opacity: 1; visibility: visible;  }


/**/
.chdd{
    position: relative;
    margin-top: 5.125%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.chdd_right{
    position: relative;
    width: 62%;
    background: url(../images/6e650d13e2f37ad8cf85021c51546c7987f0e9b4.jpg) no-repeat;
    padding-left: 35px;
    padding-top: 35px;
}

.chdd_right img{
    max-width: 100%;
}

.chdd_right h1{
    font-size:30px;
    width: 225px;
    font-weight: 400;
    color: #fff;
    height: 75px;
    line-height: 75px;
    text-align: center;
    background: #ff5400;
    position: absolute;
    top: 12%;
    right: 5%;
}

.chdd_right .qie{
    position: absolute;
    bottom: 15%;
    right: 3%;
}


@media (max-width:1200px){
    .umber h1{
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size:44px;
    }
    .umber h2{
        font-size:25px;
    }
    .chaa_txt{
        padding:15px 0;
         font-size: 15px;
    }
}

@media (max-width:768px){
    .chaa,
    .chbb,
    .chdd{
        flex-wrap:wrap;
    }
    .zuoimg,
    .chbb_right,
    .chdd_right{
        width:100%;
    }
    .youwen{
         width:100%;
         margin-top:30px;
    }
}




/* nei_honor */

.nei_honor {
    position: relative;
    padding: 3.125% 0;
    background: #f6f6f6;
}

.honor_list22 {
    position: relative;
    height: 470px;
    background: url(../images/8cdddb720c3aa9af0fe51f465efc60ebcb9e78a6.png) no-repeat center;
    margin-top: 3.125%;
}

.honor_list22 li {
    width: 210px;
    position: absolute;
    text-align: center;
}

.honor_list22 li span {
    display: block;
    font-size: 15px;
    color: #333333;
    line-height: 1.7;
}

.honor_list22 li:nth-child(1) {
    left: 10px;
    bottom: 0px;
}

.honor_list22 li:nth-child(2) {
    left: 120px;
    top: 0px;
}

.honor_list22 li:nth-child(3) {
    left: 280px;
    bottom: 70px;
}

.honor_list22 li:nth-child(4) {
    left: 440px;
    top: 70px;
}

.honor_list22 li:nth-child(5) {
    left: 600px;
    bottom: 40px;
}

.honor_list22 li:nth-child(6) {
    left: 770px;
    top: 50px;
}

.honor_list22 li:nth-child(7) {
    left: 940px;
    bottom: 0px;
}

.honor_fzimg {
    display: none;
}

.honor_fzimg img {
    width: 100%;
}

@media (max-width:1200px) {
    .honor_list22 {
        display: none;
    }
    .honor_fzimg {
        display: block;
    }
}


/* nei_three */

.nei_three {
    position: relative;
    padding: 3.125% 0;
}

.ren_list {
     position: relative;
    margin-top: 3.125%;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ren_list li {
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -ms-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
    
    width: 23.5%;
    text-align: center;
    margin-bottom: 2%;
}

.ren_list li a {
    display: block;
    border: 1px solid #b5b5b5;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}

.ren_list li img {
    width: 100%;
}

.ren_list li:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}


/* nei_four */

.nei_four {
    position: relative;
    padding: 3.125% 0;
    background: #f7f7f7;
}

.hezuo_list2 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.5%;
    margin-top: 3.125%;
}

.hezuo_list2 li {
    position: relative;
    width: 19%;
    margin: 0 .5%;
    margin-bottom: 1%;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
}

.hezuo_list2 li a {
    display: block;
}

.hezuo_list2 li img {
    width: 100%;
    border-radius: 3px;
}

@media (max-width:768px) {
    .hezuo_list2 {
        margin: 0 1%;
        margin-top: 3.125%;
    }
    .hezuo_list2 li {
        width: 31%;
        margin: 0 1%;
        margin-bottom: 10px;
    }
    
    .ren_list li{
        width: 49%;
    }
    
}


/* nei_five */

.nei_five {
    position: relative;
    padding: 3.125% 0;
}

.nei_news_wap {
    position: relative;
    margin-top: 3.125%;
    display: flex;
    justify-content: space-between;
}

.news_list3 {
    position: relative;
    width: 48%;
}

.news_list3 li {
    position: relative;
}

.news_list3 li a {
    display: block;
}

.news_list3 li .psimg img {
    width: 100%;
}

.news_list3 li .ps_txt {
    position: relative;
}

.news_list3 li .ps_txt h3 {
    line-height: 1.7;
    padding: 15px 0;
    font-size: 20px;
    color: #212628;
    font-weight: normal;
}

.news_list3 li .ps_txt span {
    display: block;
    font-size: 14px;
    color: #666666;
}


/* news_list4 */

.news_list4 {
    position: relative;
    width: 50%;
}

.news_list4 li {
    position: relative;
}

.news_list4 li:not(:last-child) {
    margin-bottom: 22px;
}

.news_list4 li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_list4 li .news_time {
    background: #cbcbcb;
    width: 80px;
    height: 90px;
}

.news_time span {
    display: block;
    text-align: center;
}

.news_time span.d {
    font-size: 30px;
    color: #fff;
    padding-top: 10px;
    line-height: 1.7;
}

.news_time span.m {
    font-size: 16px;
    color: #fff;
    padding-left: 20px;
}

.news_list4 li .news_rrtxt {
    position: relative;
    width: calc(100% - 90px);
}

.news_list4 li .news_rrtxt h3 {
    font-size: 18px;
    color: #212628;
    font-weight: normal;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news_list4 li .news_rrtxt span {
    display: block;
    font-size: 14px;
    color: #666666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width:768px) {
    .nei_ttt_one h3 {
        font-size: 26px;
    }
    .nei_news_wap {
        flex-wrap: wrap;
    }
    .nei_news_wap>ul {
        width: 100%;
    }
    .news_list4 {
        margin-top: 30px;
    }
}

@media (max-width:500px) {
    .nei_ttt_one h3 {
        font-size: 22px;
        padding-top: 15px;
    }
}


/*联系我们*/
.contact_one{
    position: relative;
    padding-top: 5.125%;
}
.nttt1{
    text-align: center;
}
.nttt1 h3{
    font-size: 40px;
    color: #333333;
    font-weight: 400;
}
.nttt1 p{
    font-size: 18px;
    color: #666666;
    font-weight: 400;
    background: url(../images/c28befcf349a8b5828e2ba1711b34cf02b02ecc9.png) no-repeat center;
    text-transform: uppercase;
    margin-top: 15px;
}

.cocc_list{
    position: relative;
    margin-top: 3.125%;
    display: flex;
    justify-content: space-between;
}

.cocc_list li{
    position: relative;
    background: #fff;
    width: 22%;
    text-align: center;
    padding: 5.125% 0;
}

.cocc_list li a{
    display: block;
}
.cocc_list li img{
     max-width: 100%;
}

.cocc_list li h3{
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    margin: 15px 0;
}

.cocc_list li dd{
    display: block;
    font-size: 14px;
    color: #999999;
    line-height: 1.7;
}

.contact_map{
    position: relative;
    margin-top: 40px;
    padding: 3.125%;
    background: #fff;
}

.contact_map>div{
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

@media (max-width:992px){
    .nttt1 h3{
        font-size:30px;
    }
    .nttt1 p{
        font-size:15px;
        margin-top:10px;
    }
}

@media (max-width:768px){
    .cocc_list{
        flex-wrap:wrap;
    }
    .cocc_list li{
        width:48%;
        margin-bottom:20px;
    }
    .cocc_list li dd{
        font-size:12px;
    }
    .nttt1 p{
        margin-top:5px;
    }
    .contact_map{
        margin-top:20px;
    }
}


/*内页新闻*/
.nei_procate{
    position: relative;
}
.nei_procate .xypg-left-nav>li{
    border: none;
    display: inline-block;
}
.nei_procate .xypg-left-nav>li .first-nav-btn{
    display: none;
}
.nei_procate .xypg-left-nav>li>a{
    font-size: 18px;
}



.nei_right{
    position: relative;
    width: 305px;

    
}
.nei_right>h1{
    display: block;
    font-size: 18px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 0px;
    font-weight: 400;
    margin-bottom: 5px;
}
.recom_wap{
    position: relative;
    padding: 30px;
    background: #fff;
}
.recom_list{
    position: relative;
}
.recom_list li{
    position: relative;
    margin-bottom: 25px;
}
.recom_list li a{
    display: block
}
.recom_list li .tj_img{
    overflow: hidden;
}
.recom_list li .tj_img img{
   width: 100%;
}
.recom_list li h3{
    font-size: 18px;
    color: #000000;
    margin: 15px 0 10px;
    font-weight: 400;
}
.recom_list li span{
    display: block;
    font-size: 14px;
    color: #999999;
    line-height: 1.7;
}

.recom_list li:hover h3{
    color: #ff5400;
}
.nei_right .chak{
    display: block;
    font-size: 14px;
    color: #999999;
    text-decoration: underline;
    margin: 0 auto;
    text-align: center;
}
.nei_right .chak:hover{
     color: #ff5400;
}


/**/
.nei_right22{
    background: #f7f7f7;
    padding: 30px;
}
.nei_right22>h1{
    display: block;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
    padding: 0;
    padding-bottom: 10px;
    font-weight: 400;
}

.recom_wap22{
    background: #f7f7f7;
    padding: 0;
}


/**/
.pro_top_detail{
    position: relative;
    display: flex;
    justify-content: space-between;
}

.pro_top_detail .pt_img{
    width: 245px;
}
.pro_top_detail .pt_img img{
    width: 100%;
}
.pro_top_detail .pt_right{
    width: calc(100% - 260px);
    position: relative;
}
.pro_top_detail .pt_right h2{
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.7;
}

.pro_top_detail .pt_right .xypg-detail-rong{
    font-size: 16px;
    color: #000000;
    line-height: 2;
    margin: 15px 0 20px;
}
.pro_top_detail .pt_right .xypg_cate{
    position: relative;
}
.pro_top_detail .pt_right .xypg_cate span{
    display: inline-block;
    margin-right: 15px;
}
.pro_top_detail .pt_right .xypg_cate .fis{
    background: #ff5401;
    padding: 3px 10px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.pro_top_detail .pt_right .xypg_cate .lst{
    font-size: 12px;
    color: #999999;
}

.pro_tag{
    margin-top: 30px;
    padding: 20px;
    background: #f8f8f8;
    font-size: 14px;
    color: #333333;
}
.pro_top_detail .pt_right img{
    max-width: 100%;
}


/**/
.nei_right.fix{
    position: fixed;
    right: 18%;
    z-index: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width:1600px){
    .nei_right.fix{
        right: 18.425%;
        z-index:0;
    }
}

@media (max-width:1600px) and (min-width:1440px){
    .nei_right.fix{
        right:10%;
    }
}
@media (max-width:1440px) and (min-width:1400px){
    .nei_right.fix{
        right:9%;
    }
}

@media (max-width:1400px) and (min-width:1366px){
    .nei_right.fix{
        right:7%;
    }
}

@media (max-width:1366px) and (min-width:1300px){
    .nei_right.fix{
        right:6%;
    }
}
@media (max-width:1300px) and (min-width:1200px){
    .nei_right.fix{
        right:4%;
        width:275px;
    }
}



@media (max-width:1200px){
    .nei_right.fix{
        right: 0%;
    }
}






/*手机底部导航*/
.footer {
    background: #ffffff;
    display: -webkit-box;
    width: 100%;
    background-size: 9px 128px;
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    display: none;
}

.footer a {
    -webkit-box-flex: 1;
    display: -webkit-box;
    color: #fff;
    padding:5px 0;
}

.footer span {
    display: block;
    margin: 0 auto;
    color: #333;
    font-size: 16px;
    height: 58px;
    line-height: 92px;
}

.footer span.span0 {
    background: url(../images/01.png) 50% 4px no-repeat;
    background-size: 30px 28px;
}
.footer span.span1 {
    background: url(../images/126539cfe23eb7d54ee4c12f6350d817b3888a0c.png) 50% 4px no-repeat;
    background-size: 30px 30px;
}

.footer span.span2 {
    background: url(../images/56a3e91cec1684b64c753ceecc99fd3fb6d2fa22.png) 50% 7px no-repeat;
    background-size: 24px 24px;
}

.footer span.span3 {
    background: url(../images/95e161a7b2855e0daa517fddc62a5f7a8d7b01f4.png) 50% 6px no-repeat;
    background-size: 24px 26px;
}


.footer a.active span{
    color:#ff4e00;
}

.footer a.active span.span0{
    background: url(../images/6a31ed4e73f9906cc3c6c8654b1a431fa913fa3d.png) 50% 4px no-repeat;
     background-size: 30px 28px;
}
.footer a.active span.span1{
    background: url(../images/628fc71af2941e07936c36f7c6a4ae5f80a41d10.png) 50% 4px no-repeat;
     background-size: 30px 30px;
}
.footer a.active span.span2{
    background: url(../images/10445eb0f11e85bf1eed53505248c6ef1d5dc4da.png) 50% 4px no-repeat;
    background-size: 24px 24px;
}
.footer a.active span.span3{
    background: url(../images/c6cb79afc1f61809d0e9d6155d6ac368dad0ba29.png) 50% 4px no-repeat;
      background-size: 24px 26px;
}




@media(max-width:767px) {
    .footer {
        display: -webkit-box;
    }
    body {
        padding-bottom: 50px;
    }
}






.onlinebox_two{background-color: transparent;box-shadow: none;}
.onlinebox_two .met-online-box {width: 54px; height: 54px; position: relative; margin-bottom: 1px;}
.onlinebox_two .online-item  {position: absolute; width: 54px; height: 54px; top: 0; right: 0;transition: all.3s; opacity: .8;
filter: Alpha(opacity = 80); color: #fff; font-size: 14px;line-height: 54px;overflow: hidden;}
.onlinebox_two .online-item i{font-size: 20px; width: 54px;text-align:center;}
.onlinebox .onlinebox-open {display: block; cursor: pointer; padding: 0 10px; font-size: 18px; line-height: 40px; color: #fff; }
.onlinebox_two .onlineclose{display: none;}
.met-online-modal .close{position: absolute;right: 5px;top: 0;opacity: 1;}
#onlinebox .met-online-box:hover .online-item{width: 130px;opacity: 1;filter:Alpha(opacity=100);}
#onlinebox .met-online-box:hover .online-item i{width: 30px;}



/*在线客服*/
.onlinebox{
    background-color:#fff;
    -webkit-box-shadow:0 5px 9px rgba(4,0,0,.17);
    box-shadow:0 5px 9px rgba(4,0,0,.17);
    z-index:99;
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.onlinebox-box{width:160px}
.onlinebox .onlinebox-top{padding:20px 20px 10px;background:#444;font-size:18px;color:#fff}
.onlinebox .onlinebox-top h4{margin: 0;color: #fff;}
.onlinebox .onlinebox-top-btn{position: absolute;top: 0;right: 10px;}
.onlinebox .onlinebox-close,
.onlinebox .onlinebox-min{float:right;color:#fff}
.onlinebox .onlinebox-close{position:relative;top:-2px}
.onlinebox .onlinebox-min{margin-right:10px}
.onlinebox .onlinebox-close:hover,
.onlinebox .onlinebox-min:hover{color:#fff;text-decoration:none}
.onlinebox .onlinebox-open,
.onlinebox.min .onlinebox-box{display:none}
.onlinebox.min .onlinebox-open{display:block;cursor:pointer;padding:0 10px;background:#444;font-size:18px;line-height:40px;color:#fff}
.onlinebox-center{padding:5px 0;margin-bottom:0}
.onlinebox .list-group-item{padding:0}
.onlinebox .list-group-item .fa,
.onlinebox .list-group-item img{width:16px;float:left;font-size:16px;line-height:16px}
.onlinebox .met_qq .fa{color:#62a8ea}
.onlinebox .met_facebook .fa{color:#4267b2}
.onlinebox .met_skype .fa{color:#00AFF0}
.onlinebox .list-group-item img{height:16px}
.onlinebox .list-group-item .list-group-item-text{padding:5px 1.25rem}
.onlinebox .list-group-item .list-group-item-text:hover{background:#f8f8f8}
.onlinebox .list-group-item .list-group-item-text a{display:block;color:#76838f}
.onlinebox .list-group-item .list-group-item-text a:hover{text-decoration:none}
.onlinebox .list-group-item .list-group-item-text span{display:table-cell;padding-left:5px;word-break:break-all;line-height:16px}
.onlinebox .onlinebox-bottom{border-top:1px solid #eee;padding:.75rem 1.25rem}
.onlinebox .onlinebox-bottom p{margin-bottom:0}



.text-xs-center{
    text-align: center;
}
.about_list_met_16_1_68 {
    padding: 70px 0px
}

.about_list_met_16_1_68 h2 {
    font-size: 36px;
    color: #2a333c;
    font-weight: 300;
}

.about_list_met_16_1_68 p.desc {
    padding: 0 10%;
    font-size: 16px;
    color: #5e7387;
}


