﻿@charset "UTF-8";
@font-face {
    font-family: "iconfont";
    src: url("../fonts/iconfont.eot");
    /* IE9*/
    src: url("../fonts/iconfont.eot#iefix") format("embedded-opentype"), url("../fonts/300151e3c5e84f95a33ca3bbdb4faf9c.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.svg#iconfont") format("svg");
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
    content: "\e646";
}

.icon-arrow-down:before {
    content: "\e648";
}

.icon-weibo:before {
    content: "\e7e4";
}

.icon-sousuo:before {
    content: "\e686";
}

.icon-1diqiu:before {
    content: "\e643";
}

.icon-weixin:before {
    content: "\e660";
}

.icon-jiantou9:before {
    content: "\e60b";
}

.icon-xialajiantou:before {
    content: "\e630";
}

.icon-dianhua1:before {
    content: "\e619";
}

.icon-guanbi:before {
    content: "\e849";
}

.icon-QQ:before {
    content: "\e7ee";
}

.icon-daohang:before {
    content: "\e603";
}

@font-face {
    font-family: 'Hiragino';
    /*字体名称*/
    src: url("../font/Hiragino Sans GB W3.otf");
    /*字体源文件*/
}

* {
    /*  word-wrap: break-word;
      word-break: break-all;*/
    /*让英文不断行*/
    word-wrap: normal !important;
}

.tab_father {
    overflow-x: auto;
}
table {
    /*word-break: break-all;*/
    /*overflow-x: scroll;*/
}

html, body {
    font-family: 'times new roman', 'MicrosoftYaHei ' !important;
    color: #333333;
    overflow-x: hidden;
}

table, p, span, select, input, textarea, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5 {
    /*font-family: 'times new roman', 'SimHei' !important;*/
}

s, i, em, a,div,pre {
    /*font-family: 'times new roman', 'SimHei' !important;*/
}


img {
    max-width: 100%;
}

header {
    position: relative;
    z-index: 100;
    top: 0;
    background: #fff;
    width: 100%;
}

@media only all and (max-width: 768px) {
    header {
        position: fixed;
        border-bottom: 1px solid #ccc;
    }
}

header .top {
    background: #a8a5a5;
}

header .top .top_con {
    width: 1400px;
    margin: 0 auto;
}

@media only all and (max-width: 1440px) {
    header .top .top_con {
        width: 1200px;
    }
}

@media only all and (max-width: 1280px) {
    header .top .top_con {
        width: 1000px;
    }
}

@media only all and (max-width: 1024px) {
    header .top .top_con {
        width: 760px;
    }
}

@media only all and (max-width: 768px) {
    header .top .top_con {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 20px;
        width: 100%;
        display: none;
    }
}

@media only all and (max-width: 414px) {
    header .top .top_con {
        padding: 0 10px;
    }
}

header .top .top_con .left {
    color: #fff;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
}

@media only all and (max-width: 414px) {
    header .top .top_con .left {
        height: 22px;
        line-height: 22px;
    }
}

header .top .top_con .right {
    color: #fff;
    font-size: 0;
}

@media only all and (max-width: 414px) {
    header .top .top_con .right {
        float: left;
    }
}

header .top .top_con .right .phone {
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

header .top .top_con .right .phone i {
    font-size: 20px;
    margin-right: 5px;
}

header .top .top_con .right .phone span {
    font-size: 14px;
}

header .top .top_con .right .language {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    vertical-align: top;
    margin-top: 4px;
    margin-left: 20px;
}

header .top .top_con .right .language a {
    padding: 5px 6px;
    display: inline-block;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    color: #fff;
}

header .top .top_con .right .language a:hover {
    color: #5dceb5;
}

header .bottom {
    height: 140px;
}

@media only all and (max-width: 1366px) {
    header .bottom {
        height: 100px;
    }
}

@media only all and (max-width: 768px) {
    header .bottom {
        height: 55px;
    }
}

@media only all and (max-width: 414px) {
    header .bottom {
        height: 45px;
    }
}

header .bottom .bottom_con {
    width: 1400px;
    margin: 0 auto;
}

@media only all and (max-width: 1440px) {
    header .bottom .bottom_con {
        width: 1200px;
    }
}

@media only all and (max-width: 1280px) {
    header .bottom .bottom_con {
        width: 1000px;
    }
}

@media only all and (max-width: 1024px) {
    header .bottom .bottom_con {
        width: 760px;
    }
}

@media only all and (max-width: 768px) {
    header .bottom .bottom_con {
        height: 100%;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 20px;
    }
}

@media only all and (max-width: 414px) {
    header .bottom .bottom_con {
        padding: 0 10px;
    }
}

header .bottom .bottom_con .logo {
    display: inline-block;
    font-size: 0;
    position: relative;
    margin-top: 17px;
}

@media only all and (max-width: 1440px) {
    header .bottom .bottom_con .logo {
        /*margin-top: 40px;*/
    }
}

@media only all and (max-width: 1366px) {
    header .bottom .bottom_con .logo {
        margin-top: 10px;
    }
}

@media only all and (max-width: 768px) {
    header .bottom .bottom_con .logo {
        margin-top: 16px;
    }
}

@media only all and (max-width: 414px) {
    header .bottom .bottom_con .logo {
        margin-top: 10px;
    }
}

header .bottom .bottom_con .logo img {
    width: 150px;
    max-width: 160px;
}

@media only all and (max-width: 1440px) {
    header .bottom .bottom_con .logo img {
        width: 125px;
    }
}

@media only all and (max-width: 1024px) {
    header .bottom .bottom_con .logo img {
        width: 160px;
    }
}

@media only all and (max-width: 768px) {
    header .bottom .bottom_con .logo img {
        width: 110px;
    }
}

@media only all and (max-width: 414px) {
    header .bottom .bottom_con .logo img {
        width: 100px;
    }
}

header .bottom .bottom_con .phone_nav_switch {
    display: none;
}

@media only all and (max-width: 768px) {
    header .bottom .bottom_con .phone_nav_switch {
        display: block;
        width: 40px;
        height: 40px;
        /*background: #f39800;*/
        margin-top: 9px;
        position: relative;
    }
    header .bottom .bottom_con .phone_nav_switch i {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 36px;
        color: #d71718;
    }
    header .bottom .bottom_con .phone_nav_switch i.icon-guanbi {
        display: none;
    }
}

@media only all and (max-width: 768px) and (max-width: 414px) {
    header .bottom .bottom_con .phone_nav_switch i {
        font-size: 26px;
    }
}

@media only all and (max-width: 414px) {
    header .bottom .bottom_con .phone_nav_switch {
        width: 30px;
        height: 30px;
        margin-top: 8px;
    }
}

header .bottom .bottom_con .right {
    text-align: right;
}

header .bottom .bottom_con .right .search {
    font-size: 0;
    margin-top: 17px;
    margin-bottom: 10px;
    height: 45px;
}
header .bottom .bottom_con .right .search input {
    transition: all 0.4s;
}
header .bottom .bottom_con .right .search:hover input {
    border-color: #d71718;
}
header .bottom .bottom_con .right .search i {
    transition: all 0.4s;
}
header .bottom .bottom_con .right .search:hover i {
    background: #d71718;
}

@media only all and (max-width: 1366px) {
    header .bottom .bottom_con .right .search {
        margin-top: 10px;
        margin-bottom: 0px;
        height: 40px;
    }
}

@media only all and (max-width: 768px) {
    header .bottom .bottom_con .right .search {
        margin-top: 9px;
        margin-right: 20px;
    }
}

@media only all and (max-width: 414px) {
    header .bottom .bottom_con .right .search {
        margin-top: 8px;
        height: 30px;
    }
}

@media only all and (max-width: 375px) {
    header .bottom .bottom_con .right .search {
        margin-right: 8px;
    }
}


header .bottom .bottom_con .right .search input {
    /*  -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;*/
    line-height: 41px;
    height: 41px;
    border: 2px solid #2fa396;
    width: 616px;
    padding-left: 10px;
    font-size: 12px;
    vertical-align: top;
}

@media only all and (max-width: 1366px) {
    header .bottom .bottom_con .right .search input {
        line-height: 36px;
        height: 36px;
        width: 496px;
    }
}

@media only all and (max-width: 768px) {
    header .bottom .bottom_con .right .search input {
        width: 130px;
    }
}

@media only all and (max-width: 414px) {
    header .bottom .bottom_con .right .search input {
        line-height: 26px;
        height: 26px;
        width: 130px;
    }
}

@media only all and (max-width: 375px) {
    header .bottom .bottom_con .right .search input {
        line-height: 26px;
        width: 105px;
    }
}

@media only all and (max-width: 350px) {
    header .bottom .bottom_con .right .search input {
        line-height: 26px;
        width: 90px;
    }
}



header .bottom .bottom_con .right .search i {
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    width: 50px;
    background: #2fa396;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

@media only all and (max-width: 1366px) {
    header .bottom .bottom_con .right .search i {
        height: 40px;
        line-height: 40px;
        width: 45px;
    }
}

@media only all and (max-width: 414px) {
    header .bottom .bottom_con .right .search i {
        height: 30px;
        line-height: 30px;
        width: 35px;
    }
}

header .bottom .bottom_con .nav {
    display: inline-block;
    font-size: 0;
    /*background: green;*/
    margin-top: 9px;
    min-width: 550px;
    width: 100%;
}

@media only all and (max-width: 1366px) {
    header .bottom .bottom_con .nav {
        margin-top: 0px;
    }
}

@media only all and (max-width: 768px) {
    header .bottom .bottom_con .nav {
        display: none;
    }
}

header .bottom .bottom_con .nav .nav_con {
    display: inline-block;
    position: relative;
    height: 58px;
    line-height: 58px;
    margin-right: 115px;
}

@media only all and (max-width: 1440px) {
    header .bottom .bottom_con .nav .nav_con {
        margin-right: 80px;
    }
}

@media only all and (max-width: 1366px) {
    header .bottom .bottom_con .nav .nav_con {
        height: 50px;
        line-height: 50px;
        /*margin-right: 60px;*/
    }
}

@media only all and (max-width: 1024px) {
    header .bottom .bottom_con .nav .nav_con {
        margin-right: 35px;
    }
}

header .bottom .bottom_con .nav .nav_con:last-child {
    margin-right: 0px;
}

header .bottom .bottom_con .nav .nav_con .nav1 {
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #333;
    display: inline-block;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

@media only all and (max-width: 1366px) {
    header .bottom .bottom_con .nav .nav_con .nav1 {
        font-size: 16px;
    }
}

@media only all and (max-width: 1024px) {
    header .bottom .bottom_con .nav .nav_con .nav1 {
        font-size: 14px;
    }
}

header .bottom .bottom_con .nav .nav_con .nav1:hover {
    color: #2fa396;
}

header .bottom .bottom_con .nav .nav_con .nav1.active {
    color: #2fa396;
}

header .bottom .bottom_con .nav .nav_con .nav_con1 {
    width: 200px;
    background: #a8a5a5;
    position: absolute;
    top: 58px;
    text-align: left;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
    right: 0;
}

@media only all and (max-width: 1366px) {
    header .bottom .bottom_con .nav .nav_con .nav_con1 {
        top: 50px;
    }
}

@media only all and (max-width: 1280px) {
    header .bottom .bottom_con .nav .nav_con .nav_con1 {
        width: 200px;
    }
}

header .bottom .bottom_con .nav .nav_con .nav_con1 a {
    font-size: 14px;
    display: block;
    color: #fff;
    line-height: 68px;
    border-bottom: 1px solid #686a67;
    padding-left: 15px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

@media only all and (max-width: 1366px) {
    header .bottom .bottom_con .nav .nav_con .nav_con1 a {
        line-height: 45px;
    }
}

@media only all and (max-width: 1024px) {
    header .bottom .bottom_con .nav .nav_con .nav_con1 a {
        line-height: 40px;
        font-size: 12px;
    }
}

header .bottom .bottom_con .nav .nav_con .nav_con1 a:hover {
    color: #d71718;
}

header .bottom .bottom_con .nav .nav_con:hover .nav_con1 {
    display: block;
}

.phone_nav {
    position: fixed;
    z-index: 30;
    top: 0;
    right: -80%;
    width: 80%;
    height: 100%;
    background: #2fa396;
    padding-top: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

@media only all and (max-width: 768px) {
    .phone_nav {
        display: block !important;
    }
}

@media only all and (max-width: 414px) {
    .phone_nav {
        padding-top: 50px;
        width: 90%;
        right: -90%;
    }
}

.phone_nav.show {
    right: 0%;
}

.phone_nav .phone_nav_con .nav_con {
    width: 100%;
    font-size: 0;
}

.phone_nav .phone_nav_con .nav_con .nav1 {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #333;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #333;
    width: 100%;
    color: #fff;
    display: inline-block;
}
.phone_nav .phone_nav_con .nav_con .nav1 a {
    display: inline-block;
    color: #fff;
    width: 40%;
    /*background: red;*/
    padding-left: 10px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.phone_nav .phone_nav_con .nav_con .nav1 i {
    display: inline-block;
    color: #fff;
    width: 60%;
    /*background: green;*/
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
    font-size: 14px;
}

.phone_nav .phone_nav_con .nav_con .nav_con1 {
    display: none;
    background: #333;
    border-bottom: 1px solid #555;
}
.phone_nav .phone_nav_con .nav_con .nav_con1:last-child {
    border-bottom: none;
}

.phone_nav .phone_nav_con .nav_con .nav_con1 .nav2 {
    background: #fff;
    border-bottom: 1px solid #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.phone_nav .phone_nav_con .nav_con .nav_con1 .nav2:last-child {
    border-bottom: none;
}

.phone_nav .phone_nav_con .nav_con .nav_con1 a {
    width: 50%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    /*padding: 0 10px;*/
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    /*border-bottom: 1px solid #555;*/
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.phone_nav .phone_nav_con .nav_con .nav_con1 > a {
    border-bottom: 1px solid #555;
}

.phone_nav .phone_nav_con .nav_con .nav_con1 i {
    display: inline-block;
    padding-right: 10px;
    width: 50%;
    box-sizing: border-box;
    line-height: 40px;
    height: 40px;
    text-align: right;
    color: #fff;
}

.phone_nav .phone_nav_con .nav_con .nav_con1 .nav_con2 {
    display: none;
}

.phone_nav .phone_nav_con .nav_con .nav_con1 .nav_con2 a {
    background: #444;
    padding-left: 30px;
}

.phone_nav .phone_nav_con .nav_con .nav_con1 .nav_con2 .item a {
    width: 100%;
    border-bottom: 1px solid #555;
}

.phone_nav .contact {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    color: #fff;
    font-size: 0;
}

.phone_nav .contact .phone {
    height: 40px;
    line-height: 40px;
}

.phone_nav .contact .phone i {
    font-size: 20px;
    margin-right: 5px;
}

.phone_nav .contact .phone span {
    font-size: 14px;
}

.phone_nav .contact .language {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    vertical-align: top;
}

.phone_nav .contact .language a {
    padding: 5px 6px;
    display: inline-block;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    color: #fff;
}

.phone_nav .contact .language a:hover {
    color: #f39800;
}

.suspend {
    position: fixed;
    z-index: 20;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
}

@media only all and (max-width: 1024px) {
    .suspend {
        width: 40px;
    }
}

@media only all and (max-width: 414px) {
    .suspend {
        width: 40px;
    }
}

.suspend a {
    display: inline-block;
    height: 40px;
    width: 100%;
    margin-bottom: 1px;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
}

@media only all and (max-width: 1024px) {
    .suspend a {
        height: 40px;
    }
}

@media only all and (max-width: 414px) {
    .suspend a {
        height: 40px;
    }
}

.suspend a i {
    height: 30px;
    line-height: 30px;
    width: 30px;
    background: #e9eae6;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-top: 5px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 18px;
}

@media only all and (max-width: 1024px) {
    .suspend a i {
        height: 30px;
        line-height: 30px;
        width: 30px;
        font-size: 18px;
    }
}

@media only all and (max-width: 414px) {
    .suspend a i {
        height: 30px;
        line-height: 30px;
        width: 30px;
        font-size: 18px;
        margin-top: 5px;
    }
}

.suspend a.qq i {
    color: #1da3fc;
}

.suspend a.weixin {
    position: relative;
}

.suspend a.weixin i {
    color: #3cb035;
}

.suspend a.weixin img {
    position: absolute;
    left: -134px;
    top: 50%;
    margin-top: -66px;
    width: 132px;
    display: none;
    max-width: 132px;
}

.suspend a.weixin:hover img {
    display: block;
}

.suspend a.phone {
    position: relative;
}

.suspend a.phone i {
    color: #2fa396;
}

    .suspend a.phone span {
        position: absolute;
        left: -142px;
        left: 300px;
        height: 100%;
        line-height: 40px;
        width: 150px;
        display: inline-block;
        background: #ffffff;
        font-size: 18px;
        color: #2fa396;
        z-index: -1;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

@media only all and (max-width: 1024px) {
    .suspend a.phone span {
        line-height: 40px;
    }
}

@media only all and (max-width: 414px) {
    .suspend a.phone span {
        line-height: 40px;
    }
}

.suspend a.phone:hover span {
    left: -151px;
}

.suspend a.qq:hover i {
    background: #1da3fc;
    color: #fff;
}
.suspend a.weixin:hover i {
    background: #3cb035;
    color: #fff;
}
.suspend a.phone:hover i {
    background: #2fa396;
    color: #fff;
}

.ability {
    width: 100%;
    padding: 50px 80px;
    font-size: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fbfbfb;
}

@media only all and (max-width: 1024px) {
    .ability {
        padding: 40px 60px;
    }
}

@media only all and (max-width: 768px) {
    .ability {
        padding: 40px 20px;
    }
}

@media only all and (max-width: 414px) {
    .ability {
        padding: 30px 10px 0px 10px;
    }
}

.ability .item {
    width: 25%;
    vertical-align: top;
    display: inline-block;
    text-align: center;
}

@media only all and (max-width: 414px) {
    .ability .item {
        width: 50%;
        margin-bottom: 20px;
    }
}

.ability .item .tit {
    color: #292929;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

@media only all and (max-width: 1024px) {
    .ability .item .tit {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

@media only all and (max-width: 1024px) {
    .ability .item .tit {
        margin-bottom: 5px;
    }
}

.ability .item a {
    font-size: 14px;
    display: block;
    line-height: 30px;
    color: #595959;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only all and (max-width: 1024px) {
    .ability .item a {
        font-size: 12px;
        line-height: 24px;
    }
}

@media only all and (max-width: 414px) {
    .ability .item a {
        padding: 0 6px;
    }
}


/*英文底部导航加居左的类*/
@media only all and (max-width: 768px) {
    .ability .item.english {
        text-align: left;
    }
    .ability .item.english a {
        padding: 0 6px 0 0;
        text-align: left;
    }
}






.ability .item a:hover {
    color: #f39800;
}

footer {
    background: #666;
}

footer .footer_con {
    text-align: center;
}

footer .footer_con .one {
    border-bottom: 1px solid #626262;
    padding-top: 58px;
    padding-bottom: 35px;
}

@media only all and (max-width: 1024px) {
    footer .footer_con .one {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media only all and (max-width: 414px) {
    footer .footer_con .one {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
        padding-bottom: 10px;
    }
}

footer .footer_con .one .top {
    font-size: 16px;
    color: #fff;
}

@media only all and (max-width: 414px) {
    footer .footer_con .one .top {
        font-size: 0;
    }
}

footer .footer_con .one .top a {
    margin: 0 15px;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

@media only all and (max-width: 1024px) {
    footer .footer_con .one .top a {
        font-size: 12px;
    }
}

@media only all and (max-width: 414px) {
    footer .footer_con .one .top a {
        display: inline-block;
        width: 33.3%;
        padding: 1px 1px;
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: top;
    }
}

footer .footer_con .one .top a:hover {
    color: #f39800;
}

footer .footer_con .one .bottom {
    margin-top: 15px;
}

@media only all and (max-width: 414px) {
    footer .footer_con .one .bottom {
        text-align: left;
    }
}

footer .footer_con .one .bottom span {
    font-size: 14px;
    color: #fff;
    margin-right: 25px;
}

@media only all and (max-width: 1024px) {
    footer .footer_con .one .bottom span {
        font-size: 12px;
        margin-right: 20px;
    }
}

footer .footer_con .one .bottom span:last-child {
    margin-right: 0;
}

@media only all and (max-width: 414px) {
    footer .footer_con .one .bottom span {
        display: block;
        text-align: center;
        margin-right: 0;
        margin-bottom: 3px;
    }
}

footer .footer_con .copyRight {
    height: 65px;
    line-height: 65px;
    color: #fff;
    font-size: 14px;
}
footer .footer_con .copyRight span {
    margin-left: 20px;
}
footer .footer_con .copyRight a {
    color: #fff;
}
footer .footer_con .copyRight a:hover {
    text-decoration: underline;
}

@media only all and (max-width: 1024px) {
    footer .footer_con .copyRight {
        padding-left: 20px;
        padding-right: 20px;
        height: 45px;
        line-height: 45px;
        font-size: 12px;
    }
}

@media only all and (max-width: 414px) {
    footer .footer_con .copyRight {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 13px;
        padding-bottom: 13px;
        height: auto;
        line-height: 22px;
    }
    footer .footer_con .copyRight span {
        display: block;
    }
}

.footer_con > .one > .top > span:last-child {
    display: none;
}







footer .footer_con2 {
    width: 1400px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
}


footer .footer_con2 .top {

}
footer .footer_con2 .top .left {
    width: 57.1%;
    /*background: red;*/
    font-size: 0;
    display: inline-block;
    vertical-align: top;
}
footer .footer_con2 .top .left .item {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 1%;
}
footer .footer_con2 .top .left .item .tit {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
}
footer .footer_con2 .top .left .item a {
    font-size: 14px;
    display: block;
    line-height: 30px;
    color: #fff;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    /*padding: 0 20px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
footer .footer_con2 .top .left .item a:hover {
    color: #d71718;
}

footer .footer_con2 .top .right {
    width: 40.7%;
    display: inline-block;
    vertical-align: top;
    /*background: green;*/
}
footer .footer_con2 .top .right .small_nav {
    font-size: 0;
}
footer .footer_con2 .top .right .small_nav span:last-child {
    display: none;
}
footer .footer_con2 .top .right .small_nav a {
    margin-right: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    display: inline-block;
    vertical-align: middle;
}
footer .footer_con2 .top .right .small_nav a:hover {
    color: #f39800;
}
footer .footer_con2 .top .right .small_nav a:first-child {
}
footer .footer_con2 .top .right .small_nav a:last-of-type {
    margin-right: 0;
}
footer .footer_con2 .top .right .small_nav span {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
footer .footer_con2 .top .right .small_info {
    margin-top: 30px;
}
footer .footer_con2 .top .right .small_info .info1 {
    width: 75%;
    /*background: pink;*/
    margin-top: -10px;
}
footer .footer_con2 .top .right .small_info .info1 span {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    display: inline-block;
}
footer .footer_con2 .top .right .small_info .info1 span:nth-child(1) {
    margin-right: 35px;
}
footer .footer_con2 .top .right .small_info .info1 span:nth-child(3) {
    display: block;
}
footer .footer_con2 .top .right .small_info .info1 span:nth-child(4) {
    display: block;
}
footer .footer_con2 .top .right .small_info .info1 .footer_logo {
    width: 166px;
    display: inline-block;
    margin-top: 15px;
}
footer .footer_con2 .top .right .small_info .info2 {
    width: 105px;
    text-align: center;
}
footer .footer_con2 .top .right .small_info .info2 .text {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    margin-top: 7px;
}

@media only all and (max-width: 1440px) {
    footer .footer_con2 {
        width: 1200px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    footer .footer_con2 .top .right .small_nav a {
        margin-right: 8px;
        font-size: 14px;
        line-height: 24px;
    }
    footer .footer_con2 .top .right .small_nav span {
        margin-right: 8px;
        font-size: : 14px;
    }
    footer .footer_con2 .top .left .item .tit {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    footer .footer_con2 .top .left .item a {
        font-size: 12px;
        line-height: 22px;
    }
    footer .footer_con2 .top .right .small_info {
        margin-top: 15px;
    }
    footer .footer_con2 .top .right .small_info .info1 span {
        font-size: 12px;
        line-height: 22px;
    }
    footer .footer_con2 .top .right .small_info .info1 .footer_logo {
        width: 150px;
        margin-top: 10px;
    }
    footer .footer_con2 .top .right .small_info .info2 {
        width: 90px;
    }
    footer .footer_con2 .top .right .small_info .info2 .text {
        font-size: 12px;
        line-height: 20px;
        margin-top: 0;
    }



}
@media only all and (max-width: 1280px) {
    footer .footer_con2 {
        width: 1000px;
    }
}
@media only all and (max-width: 1024px) {
    footer .footer_con2 {
        width: 760px;
    }
    footer .footer_con2 .top .left .item a {
        font-size: 12px;
        line-height: 22px;
    }
    footer .footer_con2 .top .right .small_nav a {
        margin-right: 8px;
        font-size: 14px;
        line-height: 24px;
    }
    footer .footer_con2 .top .right .small_nav span {
        font-size: 14px;
        margin-right: 8px;
    }
    footer .footer_con2 .top .right .small_info .info1 span {
        display: block;
        font-size: 12px;
        line-height: 22px;
    }
    footer .footer_con2 .top .right .small_info .info1 span:nth-child(1) {
        margin-right: 0;
    }
    footer .footer_con2 .top .right .small_info .info1 {
        width: 65%;
    }
    footer .footer_con2 .top .right .small_info .info1 .footer_logo {
        width: 150px;
        display: inline-block;
        margin-top: 10px;
    }
    footer .footer_con2 .top .right .small_info .info2 {
        width: 80px;
    }
    footer .footer_con2 .top .right .small_info .info2 .text {
        font-size: 12px;
        color: #fff;
        line-height: 22px;
        margin-top: 0;
    }
}


@media only all and (max-width: 768px) {
    footer .footer_con2 {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    footer .footer_con2 .top .left {
        width: 100%;
    }
    footer .footer_con2 .top .right {
        width: 100%;
        margin-top: 18px;
    }
    footer .footer_con2 .top .right .small_info {
        margin-top: 12px;
    }
}

@media only all and (max-width: 414px) {
    footer .footer_con2 .top .right .small_info .info1 {
        width: 100%;
    }
    footer .footer_con2 .top .right .small_info .info2 {
        float: left;
        margin-top: 10px;
    }
}



footer .copyRight {
    height: 65px;
    line-height: 65px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-top: 1px solid #626262;
}
footer .copyRight span {
    margin-left: 20px;
}
footer .copyRight a {
    color: #fff;
}
footer .copyRight a:hover {
    text-decoration: underline;
}

@media only all and (max-width: 1440px) {
    footer .copyRight {
        height: 45px;
        line-height: 45px;
        font-size: 12px;
    }
}

@media only all and (max-width: 1024px) {
    footer .copyRight {
        padding-left: 20px;
        padding-right: 20px;
        height: 45px;
        line-height: 45px;
        font-size: 12px;
    }
}

@media only all and (max-width: 414px) {
    footer .copyRight {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 13px;
        padding-bottom: 13px;
        height: auto;
        line-height: 22px;
    }
    footer .copyRight span {
        display: block;
    }
}























.overturn {
    -webkit-transform: rotate(180deg) translate3d(0, 0, 0);
    -moz-transform: rotate(180deg) translate3d(0, 0, 0);
    transform: rotate(180deg) translate3d(0, 0, 0);
    text-align: left !important;
    padding-right: 0px !important;
    padding-left: 10px !important;
}

.titless {
    border-bottom: 1px solid #cccccc;
    padding-top: 20px;
    padding-bottom: 5px;
}

@media only all and (max-width: 414px) {
    .titless {
        padding-top: 10px;
    }
}

.titless .left {
    font-size: 18px;
    color: #d71718;
    font-weight: bold;
}

@media only all and (max-width: 768px) {
    .titless .left {
        font-size: 14px;
        float: none;
        margin-bottom: 5px;
    }
}

.titless .right {
    font-size: 14px;
    color: #595959;
}

@media only all and (max-width: 768px) {
    .titless .right {
        font-size: 12px;
        float: none;
    }
}

.titless .right a {
    color: #595959;
    vertical-align: middle;
}

.titless .right a:hover {
    color: #f39800;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.titless .right span {
    color: #2fa396;
    vertical-align: middle;
}

.fixed {
    position: fixed;
    background: #fff;
    top: 0;
    transition: all 0.5s;
    margin-top: 10px;
    z-index: 10;
}

.will_bottom {
    position: fixed;
    background: #fff;
    bottom: 300px !important;
    z-index: 10;
}





/*表格加边框*/
.right_con table {
    margin: 0 auto;
}
table {
    width: 100% !important;
}
table, td {
    border: 0.5px solid #a8a5a5;
    text-align: center;
}