@charset "utf-8";

* {
    padding: 0px;
    line-height: 24px;
    margin: 0px;
    font-family: "Microsoft Yahei", "微软雅黑", Arial;
}

BODY {
    padding: 0px;
    margin: 0px auto;
    color: #333333;
    font-size: 12px;
    background: #ffffff;
    min-width: 1200px;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

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

.clearfix {
    *zoom: 1
}

em,
cite,
i {
    font-style: normal;
    display: block;
}

A:link {
    color: #666666;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

A:visited {
    color: #666666;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

A:hover {
    color: #00a0e9;
    font-size: 12px;
    font-weight: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

li {
    list-style-type: none;
}

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

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    outline: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: none;
    -webkit-appearance: none;
}

.phcolor {
    color: #999;
}

.web_page {
    width: 100%;
    text-align: center;
    float: left;
    margin: 0 auto;
}

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

.main_page .webtitle {
    position: relative;
    margin-top: 50px;
    margin-bottom: 46px;
    color: #333;
    font-size: 26px;
    line-height: inherit;
    text-align: center;
    padding-bottom: 22px;
    background: url(../images/top_enline.jpg) no-repeat bottom;
}

.main_page .webtitle span {
    border-bottom: 1px solid #b6b9bf;
    padding-bottom: 12px;
    color: #222;
    font-weight: bold;
    font-size: 30px;
}

/*top*/
.top {
    position: fixed;
    z-index: 100;
    min-width: 1400px;
    height: 100px;
    display: block;
    background: #fff;
    width: 100%;
    border-bottom: 0px solid #ddd;
}

.top_left {
    float: left;
    width: 520px;
}

.top_left .logo {
    width: 228px;
    float: left;
    margin: 18px 0 0 20px;
}

.top_left .logo img {
    width: 100%;
    margin: 0 auto;
}

.top_left .weizi {
    width: 228px;
    float: left;
    border-left: 1px solid #ddd;
    padding-left: 15px;
    margin: 15px 0 0 15px;
}

.top_left .weizi p {
    padding: 3px 15px;
    float: left;
    display: block;
    background: #f23414;
    color: #fff;
    border-radius: 15px;
}

.top_left .weizi span {
    width: 228px;
    float: left;
    font-size: 26px;
    margin-top: 10px;
}

.top_right {
    width:
        /*65%*/
        calc(100% - 550px);
    float: right;
}

.top_right .menu {
    width: 72%;
    float: left;
}

.top_right .menu li a {
    float: left;
    font-size: 15px;
    line-height: 96px;
    margin-right: 5px;
    color: #222;
    padding: 0 10px;
}

.top_right .menu li a:hover {
    border-bottom: 4px solid #f23414;
    color: #f23414;
    background: #FFF;
}

.top_right .menu li a.active {
    border-bottom: 4px solid #f23414;
    color: #f23414;
    background: #f6f6f6;
}

.top_right .tel {
    position: relative;
    left: -100px;
    width: 270px;
    float: right;
    margin-top: 35px;
}

.top_right .tel .reg {
    float: left;
    width: 100px;
}

.top_right .tel .reg a {
    padding: 8px 20px;
    font-size: 14px;
    background: #f23414;
    /* border: 1px solid #f23414; */
    color: #fff;
    border-radius: 8px;
    transition: .3s;
}
.top_right .tel .reg a:hover{
    opacity: .7;
}

.top_right .tel .pho {
    float: left;
    width: 150px;
    margin: -10px 10px 0 10px;
}

.top_right .tel .pho p {
    font-size: 14px;
    line-height: 20px;
}

.top_right .tel .pho span {
    font-size: 20px;
    color: #f23414;
    line-height: 20px;
}

.clear_header {
    clear: both;
    height: 100px;
}

@media screen and (max-width:1560px) {

    /*1440px*/
    .top {
        height: 80px;
    }

    .top_left {
        float: left;
        width: 250px;
    }

    .top_left .logo {
        width: 128px;
        float: left;
        margin: 18px 0 0 20px;
    }

    .top_left .weizi {
        width: 128px;
        float: left;
        border-left: 1px solid #ddd;
        padding-left: 15px;
        margin: 12px 0 0 15px;
    }

    .top_left .weizi p {
        padding: 1px 10px;
        float: left;
        display: block;
        background: #f23414;
        color: #fff;
        border-radius: 15px;
    }

    .top_left .weizi span {
        width: 150px;
        float: left;
        font-size: 18px;
        margin-top: 2px;
    }

    .top_right {
        width: 75%;
        float: right;
    }

    .top_right .menu {
        width: 70%;
        float: left;
    }

    .top_right .menu li a {
        float: left;
        font-size: 15px;
        line-height: 76px;
        margin-right: 0px;
        color: #222;
        padding: 0 10px;
    }

    .top_right .tel {
        width: 270px;
        float: right;
        margin-top: 25px;
    }

    .clear_header {
        clear: both;
        height: 80px;
    }
}

@media screen and (max-width:1400px) {
    .top_right .menu {
        width: 80%;
        float: left;
    }

    .top_right .tel {
        width: 130px;
        float: right;
        margin-top: 25px;
    }

    .top_right .tel .pho {
        display: none;
    }
}

.inbanner {
    margin-top: 0px;
}

.slides-box {
    width: 100%;
    height: 600px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.slides {
    position: relative;
    height: 600px;
    width: 100%;
    margin: auto;
    float: left;
}

.slides li {
    position: absolute;
    width: 100%;
    height: 600px;
}

.slides li img {
    display: block;
    width: 100%;
    margin: auto;
}

.slides li a {
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
}

.prev,
.next {
    position: absolute;
    z-index: 9;
    top: 50%;
    margin-top: -40px;
    left: 0;
    height: 70px;
    width: 30px;
    color: #fff;
    cursor: pointer;
    background-color: #000;
    opacity: .5;
}

.prev:hover,
.next:hover {
    opacity: .7;
}

.prev {
    background-image: url("../images/banner_left.gif");
}

.next {
    left: auto;
    right: 0;
    background-image: url("../images/banner_right.gif");
}

.pagination {
    position: absolute;
    bottom: 20px;
    z-index: 9;
}

.pagination li {
    padding: 5px 7px;
    float: left;
}

.pagination li a {
    display: block;
    width: 35px;
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    text-align: center;
    font-family: Arial;
    text-decoration: none;
}

.pagination .active {
    background: rgba(255, 255, 255, 1);
}


.index_tit {
    text-align: center;
    margin: 40px 0;
}

.index_tit .entit {
    font-size: 35px;
    color: #111;
}

.index_tit .chtit {
    font-size: 25px;
    color: #666;
}

.index_tit .entit01 {
    font-size: 14px;
    color: #999;
    padding-top: 20px;
}

.index_tit .chtit01 {
    font-size: 35px;
    color: #111;
    margin-top: 60px;
}

.index_tit .chtit01 i {
    width: 100px;
    height: 1px;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    margin: 10px;
}

/* 邮箱功能 */

.gongneng {
    padding-bottom: 4rem;
}

.gongneng .gongneng_main {
    width: 72%;
    min-width: 1200px;
    margin: 0 auto;
}

.gongneng_nav {
    width: 100%;
    border-bottom: 0rem solid #fb5758;
    text-align: center;
    margin-bottom: 30px;
}

/*.gongneng_nav li:first-child a,.gongneng_nav li:nth-child(2) a{border-right:5px solid #fff;}*/
.gongneng_nav li {
    display: inline;
}

.gongneng_nav li .active {
    color: #fff;
    background: #f23414;
    border: 1px solid #f23414;
}

.gongneng_nav li .disabled {
    color: #fb5758;
    background: rgba(0, 0, 0, 0)
}

.gongneng_nav li a {
    text-align: center;
    border: 1px solid #ddd;
    background: #eee;
    padding: 8px 30px;
    display: inline;
    border-radius: 20px;
    margin-right: 15px;
    font-size: 16px;
    color: #000;
}

.gongneng_nav li a:hover {
    border: 1px solid #f33515;
    background: #f33515;
    color: #fff;
}

.padb0 {
    padding-bottom: 0px;
}

.padb10 {
    padding-bottom: 10px;
}

.padb40 {
    padding-bottom: 40px;
}

.gongneng_container {
    width: 100%;
    height: 538px;
    background: #fff;
}

.gongneng_container ul {
    width: 100%;
    height: 100%;
    position: relative;
}

.gongneng_container>ul>li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.gongneng_container>ul>.active {
    display: block;
}

.gongneng_container>ul>li>ol {
    width: 100%;
    height: 100%;
    position: relative;
}

.gongneng_container>ul>li>ol p {
    color: #666;
}

.gongneng_container>ul>li>ol>li:first-child p {
    color: #fff;
}

.gongneng_container>ul>li>ol>li {
    float: left;
    width: calc(70% / 3);
    margin-left: 10px;
    margin-bottom: 10px;
    height: calc(100% / 2);
    padding: 0px 0;
    background: #fbfbfb;
    text-align: center;
    cursor: pointer;
}

.gongneng_container>ul>li>ol>li:not(:first-child):hover {
    transition: all 0.5s;
    -moz-box-shadow: 0px 0px 20px #C5C5C5;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 20px #C5C5C5;
    box-shadow: 0px 0px 20px #C5C5C5;
}

.gongneng_container>ul>li>ol>li:not(:first-child):hover h4 {
    color: #f23414;
}

.gongneng_container>ul>li>ol>li:not(:first-child):hover p {
    color: #555;
}

.gongneng_container>ul>li>ol>li:first-child {
    padding-bottom: 10px;
    height: 100%;
    width: 26%;
    background: #486def;
    margin: 0;
    color: #fff;
}

.gongneng_container>ul>li>ol>li p {
    padding: 10px 20px;
    font-size: 14px;
}

.gongneng_container>ul>li>ol>li h4 {
    font-size: 18px;
}

.gongneng_container>ul>li>ol>li img {
    padding-top: 15px;
}

.gongneng_container>ul>li>ol>li:first-child img {
    padding-top: 100px;
}

/*.you_ding{height:100%; padding:2rem 0;}
.you_ding li:first-child{width:26%;background:#24a5ea;  float:left; padding:0; text-align: center; border-right:1px solid #ddd; height:90%; margin-right:2rem; padding-top:8rem;}
.you_ding li:first-child img{width:100%; margin-bottom:2rem;}
.you_ding li:first-child h5{font-size: 1.2rem; font-weight: bold;}
.clearfix:after{content:""; display: block; clear:both;}
.you_ding li:not(:first-child) h5{display: inline-block; line-height:3rem; margin-top:2rem; border-left:3px solid #007bff; padding-left:10px;}

*/
.you_ding {
    width: 100%;
    height: 538px;
    background: #fff;
}

.you_ding li {
    width: 100%;
    height: 100%;
    position: relative;
}

.you_ding li p {
    color: #666;
}

.you_ding li:first-child p {
    color: #fff;
}

.you_ding li {
    float: left;
    width: calc(70% / 3);
    margin-left: 10px;
    margin-bottom: 10px;
    height: calc(100% / 2);
    padding: 0px 0;
    background: #fbfbfb;
    text-align: center;
    cursor: pointer;
}

.you_ding li:not(:first-child):hover {
    transition: all 0.5s;
    -moz-box-shadow: 0px 0px 20px #C5C5C5;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 20px #C5C5C5;
    box-shadow: 0px 0px 20px #C5C5C5;
}

.you_ding li:not(:first-child):hover h4 {
    color: #f23414;
}

.you_ding li:not(:first-child):hover p {
    color: #555;
}

.you_ding li:first-child {
    padding-bottom: 10px;
    height: 100%;
    width: 26%;
    display: block;
    background: #2089e2;
    border: 0px solid #24a5ea;
    margin: 0;
    color: #FFF;
}

.you_ding li.dbc {
    background: #496def;
}

.you_ding li p {
    padding: 10px 20px;
    font-size: 14px;
}

.you_ding li h4 {
    font-size: 18px;
}

.you_ding li img {
    padding-top: 15px;
}

.you_ding li:first-child img {
    padding-top: 70px;
    width: 70%;
}



.you_guanli_top {
    width: 100%;
    height: 60%;
}

.you_guanli_top li {
    width: calc(100% / 3);
    float: left;
    height: 250px;
    text-align: center;
    position: relative;
    padding: 20px 0;
    background: #fbfbfb;
}

.you_guanli_top li img {
    width: 20%;
    margin: 20px auto;
}

.you_guanli_top li:not(:last-child):after {
    content: "";
    display: block;
    width: 1px;
    height: 80%;
    background: #eee;
    position: absolute;
    right: 0;
    top: 10%;
}

.you_guanli_top li h4 {
    font-size: 18px;
}

.you_guanli_top li p {
    padding: 10px 20px;
    font-size: 14px;
    color: #666;
}

.you_guanli_bottom {
    height: 40%;
}

.you_guanli_bottom li {
    width: calc(100% / 3);
    float: left;
    height: 50%;
    padding: 0 0rem;
    text-align: left;
    position: relative;
}

.you_guanli_bottom li h5 {
    position: relative;
    margin-left: 20px;
    font-size: 18px;
    line-height: 18px;
}

.you_guanli_bottom li h5:before {
    content: "";
    display: block;
    width: 3px;
    height: 18px;
    background: #f23414;
    position: absolute;
    left: -1rem;
}

.you_guanli_bottom li p {
    margin-left: 20px;
    color: #999;
    margin-right: 40px;
    margin-top: 10px;
    color: #555;
    font-size: 14px;
}

.you_guanli_bottom2 {
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
}

.you_guanli_bottom2 li {
    width: calc(100% / 3);
    float: left;
    height: 120px;
    padding: 0 0rem;
    text-align: left;
    position: relative;
}

.you_guanli_bottom2 li h5 {
    position: relative;
    margin-left: 20px;
    font-size: 18px;
    line-height: 18px;
}

.you_guanli_bottom2 li h5:before {
    content: "";
    display: block;
    width: 3px;
    height: 18px;
    background: #f23414;
    position: absolute;
    left: -1rem;
}

.you_guanli_bottom2 li p {
    margin-left: 20px;
    color: #999;
    margin-right: 40px;
    margin-top: 10px;
    color: #555;
    font-size: 14px;
}


.in_bg {
    width: 100%;
    background: #f8f8f8;
    padding: 20px 0;
    min-width: 1200px;
}

.in_bg5 {
    width: 100%;
    background: #f5f5f5;
    padding: 20px 0;
    min-width: 1200px;
}

.mail_youshi {
    width: 72%;
    margin: 0 auto;
    min-width: 1200px;
}

.mail_youshi li {
    width: calc(100% / 4);
    float: left;
    height: 50%;
    padding: 0 0rem;
    text-align: center;
    position: relative;
}

.mail_youshi li img {
    margin: 0 auto;
    max-width: 120px;
}

.mail_youshi li p {
    display: block;
    font-size: 20px;
    margin: 20px 0;
}

.mail_youshi li:hover {
    color: #f23414
}

.mail_youshi_bg {
    width: 100%;
    height: 855px;
    background: url(../images/n_ys_bg.jpg) top center no-repeat #fff;
}

.mail_youshi_pic {
    width: 60%;
    margin: 0 auto;
    min-width: 1200px;
}

.mail_youshi_pic_right {
    width: 30%;
    float: right;
    text-align: center;
}

.mail_youshi_pic_right img {
    max-width: 100%;
    float: right;
    margin-top: 26%;
}

.mail_youshi_pic_left {
    width: 70%;
    float: left;
    text-align: left;
    color: #fff;
}

.mail_youshi_pic_left .p1 {
    font-size: 80px;
    color: #fff;
    font-weight: 700;
    line-height: 100px;
    margin-top: 130px;
}

.mail_youshi_pic_left .p2 {
    font-size: 45px;
    color: #fff;
    font-weight: lighter;
    line-height: 60px;
    letter-spacing: 5px;
}

.mail_youshi_pic_left .p3 {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    line-height: 100px;
    margin-top: 30px;
}

.mail_youshi_pic_left .p4 {
    font-size: 35px;
    color: #f33414;
    font-weight: bold;
    line-height: 50px;
    padding: 5px 20px;
    background: #fff;
    display: inline-table;
    margin-top: 30px;
}

.mail_youshi_pic_left .p5 {
    font-size: 20px;
    color: #fff;
    font-weight: lighter;
    line-height: 40px;
    border-bottom: 1px solid #fff;
    display: inline-table;
    letter-spacing: 15px;
}

.mail_youshi_pic_left .p6 {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    line-height: 70px;
    margin-top: 40px;
}

.mail_youshi_pic_left .p7 {
    font-size: 20px;
    color: #FFF;
    font-weight: lighter;
    line-height: 30px;
    padding: 5px 20px;
    background: #496def;
    display: inline-table;
    border-radius: 35px;
    margin-top: 0px;
}

/*版本*/
.n_tit_bg {
    width: 602px;
    height: 67px;
    margin: 20px auto;
    text-align: center;
    background: url(../images/n_tit_bg.png) top center no-repeat;
}

.n_tit_bg a {
    font-size: 16px;
    line-height: 62px;
    color: #fff;
}


.img100 {
    width: 100%;
}

.max_width100 {
    max-width: 100%;
}

.col-lg-4 {
    width: 33.33333333%;
    float: left;
}

.price {
    width: 70%;
    margin: 0 auto;
    background: #F5F5F5;
}

.price_img {
    padding: 10% 0;
    position: relative;
}

.price_btn {
    width: 40%;
    position: absolute;
    bottom: 10%;
    left: 30%;
}

#goumai table {
    margin: 0 auto;
}

#goumai .price_table {
    position: absolute;
    top: 45%;
}

#goumai .price_table td {
    padding: 3px;
}

#goumai td.padding_left20 {
    padding-left: 30px;
}

#goumai .price_table td>strong {
    font-size: 16px;
}

#goumai td>h4>span {
    font-size: 50px;
    font-family: Gotham;
}

#goumai td>h4>.qian {
    font-size: 30px;
}

.price_info h4 {
    color: #ff4b50;
    height: 60px;
}

@media screen and (max-width: 425px) {
    #goumai .price_table td {
        padding: 2px 0;
        font-size: 10px;
    }

    #goumai td.padding_left20 {
        padding-left: 10px;
    }

    #goumai td>h4>span {
        font-size: 30px;
        font-family: Gotham;
    }

    #goumai .price_table td>strong {
        font-size: 10px;
    }

    #goumai td>h4>span.qian {
        font-size: 20px;
    }
}

@media screen and (min-width: 1220px) and (max-width:1400px) {
    #goumai .price_table td {
        padding: 2px 0;
        font-size: 10px;
    }

    #goumai td.padding_left20 {
        padding-left: 10px;
    }

    #goumai td>h4>span {
        font-size: 30px;
        font-family: Gotham;
    }

    #goumai .price_table td>strong {
        font-size: 10px;
    }

    #goumai td>h4>.qian {
        font-size: 20px;
    }
}

-->.font_Gotham {
    font-family: Gotham;
}

.price_table table tr:not(:first-child) {
    margin-top: 5px;
}

.price_head {
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.price_head img {
    width: 100%;
    max-width: 400px;
}

.price_head div {
    margin-top: -140px;
    height: 100px;
    line-height: 12px;
}

.price_head_title1 {
    font-size: 26px;
    line-height: 30px;
    color: #333;
}

.price_head_title2 {
    font-size: 14px;
    color: #666;
}

.price_info {
    margin-top: 70px;
    font-size: 14px;
    color: #666;
}

.price_info table tr {
    line-height: 30px;
}

.price_info table tr:not(:first-child) {
    margin-top: 15px;
}

.price_info_tips {
    text-align: center;
    font-size: 14px;
    color: #ee6e72;
    margin-top: 10px;
}

.price_info_tips2 {
    text-align: center;
    font-size: 14px;
    color: #879ff3;
    margin-top: 10px;
}

.price_bottom {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    margin-top: 10px;
}

.price_bottom a {
    color: #FFF;
    font-size: 14px;
    display: inline-table;
    background: #ff4b50;
    border-radius: 99px;
    line-height: 36px;
    padding: 0 40px;
    margin: 10px auto;
    text-align: center;
}

.price_bottom a.last {
    color: #FFF;
    font-size: 14px;
    display: inline-table;
    background: #496def;
    border-radius: 99px;
    line-height: 36px;
    padding: 0 40px;
    margin: 10px auto;
    text-align: center;
}

.price_main {
    padding: 0;
    margin: auto;
    width: 100%;
    padding-bottom: 20px;
    background-color: #FFFFFF;
}

.price_shadow {
    box-shadow: 1px 1px 1px 1px #eee;
}

.price_botxt {
    text-align: center;
    font-size: 16px;
    color: #ff4b50;
    margin: 30px auto;
}

.price_botxt a {
    color: #496def;
    font-size: 16px;
    display: inline-table;
    line-height: 36px;
    padding: 0 10px;
    margin: 10px auto;
    text-align: center;
}

.price_botxt a:hover {
    color: #ff4b50;
}

/*shuju*/
.shuju {
    background-color: #2d4688;
    color: #FFF;
    background-image: url(../images/n_shuju_bg.jpg);
    height: 337px;
    background-repeat: no-repeat
}

.shuju .row {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.shuju .row .dt4 {
    width: 21%;
    float: left;
    margin-right: 5%;
}

.shuju .row .dt4:last-child {
    margin-right: 0%;
}

.shuju h2 {
    font-size: 30px;
    margin: 0px 0 40px 0;
    line-height: 150%;
    text-align: center;
    padding: 50px 0 0;
    font-weight: normal;
}

.shuju h3 {
    font-size: 40px;
    padding: 0;
    margin-bottom: 20px
}

.shuju h3 small {
    color: rgba(255, 255, 255, .7);
    /* color: #fff\9; */
    font-size: 40px;
    margin-left: 5px
}

.shuju .nian {
    color: rgba(255, 255, 255, .7)
}

.shuju .row p {
    color: rgba(255, 255, 255, .7);
    margin: 0px 0 25px 0;
    font-size: 14px;
}

.shuju .row div div {
    background-color: rgba(0, 0, 0, .2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff);
    padding: 30px 0;
    margin-bottom: 20px
}

/*fuwu*/
.min_w1200 {
    min-width: 1200px;
}

.service_in {
    width: 70%;
    margin: 0 auto;
    min-width: 1200px;
}

.service_in {
    padding-bottom: 40px;
    text-align: center;
}

.service_in .row li {
    width: 13%;
    margin-right: 4%;
    /* float:left;*/
    display: inline-table;
    text-align: center;
    list-style: none;
    padding: 0 15px;
    height: 260px;
    transition: all .5s;
    /* border: 1px dashed #eee; */
    border-radius: 5px;
    position: relative;
}

@media screen and (max-width:1760px) {
    .service_in .row li {
        padding: 0 10px;
    }
}

.service_in .row li:last-child {
    margin-right: 0;
}

.service_in .row li a {
    box-shadow: 0;
}

.service_in .row li:not(:last-child)::after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/next.png) no-repeat 100% 100%;
    position: absolute;
    right: -50px;
    top: 28px;
}

.service_in .row li i {
    display: block;
    margin: auto;
    text-align: center;
    background: orange;
    color: #fff;
    border-radius: 99px;
    width: 100px;
    height: 100px;
    margin: auto;
    padding: 10px;
    font-size: 20px;
}

.service_in .row li span {
    width: 100px;
    height: 100px;
    display: block;
    background: #ff4b50;
    border-radius: 50px;
    margin: 0 auto;
}

.service_in .row li span img {
    max-width: 40%;
    margin: 0 auto;
    display: block;
    padding-top: 30px;
}

.service_in .row li h3 {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #ff4b50;
    width: 150px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    padding: 0 10px;
}

.service_in .row li p {
    width: 148px;
    font-size: 14px;
    /*border:1px dashed #ff4b50; background:#f5f5f5; border-radius: 20px;*/
    padding: 10px;
    height: 120px;
    margin-top: 0px;
}

.service_in .row li:hover {
    background: #ff4b50;
    color: #fbd3d4;
}

.service_in .row li:hover h3 {
    color: #fff;
}

.service_link {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    margin-top: 10px;
    font-size: 14px;
}

.service_link a {
    color: #FFF;
    font-size: 14px;
    display: inline-table;
    background: #496def;
    border-radius: 99px;
    line-height: 36px;
    padding: 5px 60px;
    margin: 10px auto;
    text-align: center;
}

/*case*/
.slideBox {
    width: 100%;
    /*height:360px;*/
    position: relative;
    *z-index: 0;
    margin: 0 auto;
}

.slideBox .hd {
    height: 30px;
    position: absolute;
    bottom: 50px;
    left: calc(50% + 100px);
}

.slideBox .hd ul {
    float: left;
}

.slideBox .hd ul li {
    float: left;
    background-color: #fff;
    margin-right: 10px;
    display: block;
}

.slideBox .hd ul li a {
    padding-left: 5px;
    display: block;
    width: 50px;
    height: 2px;
    position: relative;
    background: #fff;
    font-family: "微软雅黑";
}

.slideBox .hd ul li.on a {
    background: #496def;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd ul li {
    position: relative;
}

.slideBox .bd img {
    width: 50%;
    display: block;
    /* height:330px; */
}

.burder_content {
    position: absolute;
    top: 0;
    right: 0px;
    height: 100%;
    width: 50%;
    padding-top: 100px;
    background-color: #000;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
}

.burder_content .burder_content_type {
    margin-left: 100px;
    float: left;
    font-size: 14px;
    line-height: 23px;
    padding: 20px 0;
    text-align: center;
    height: 23px;
    clear: both;
    font-weight: inherit;
    color: #496def;
}

.burder_content .burder_content_title {
    margin-left: 100px;
    float: left;
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    clear: both;
    margin-top: 10px;
    cursor: pointer;
    font-family: "微软雅黑";
    font-weight: lighter;
}

.burder_content .burder_content_title:hover {
    color: #496def;
}

.burder_content .burder_content_content {
    margin-left: 100px;
    float: left;
    line-height: 30px;
    color: #999;
    font-size: 14px;
    width: 60%;
    font-weight: normal;
    margin-top: 10px;
    clear: both;
}

.burder_content .burder_content_lookall {
    margin-left: 100px;
    float: left;
    color: #999;
    font-size: 14px;
    margin-top: 10px;
    ;
    clear: both;
}

.burder_content .burder_content_lookall:hover {
    text-decoration: underline;
    color: #496def;
}

/*case pic*/
#index_partner {
    background-color: #fff;
    margin-top: 0px;
    padding-bottom: 85px;
    padding-top: 0px;
    position: relative;
    border-top: 0px solid #E5E5E5;
}

#index_partner .box {
    height: auto;
    width: 70%;
    /*width: 1195px;*/
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    border-top-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #E5E5E5;
    border-left-color: #E5E5E5;
    border-right: 1px solid #e5e5e5;
    background: #fff;
    text-align: center;
}

#index_partner .box .picList li {
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
    float: left;
    width: 24.9%;
    /*width: 238px;*/
    height: 120px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e5e5e5;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #e5e5e5;
    text-align: center;
    display: table;
    background-color: #fff;
}

#index_partner .box .picList li:nth-child(4n) {
    border-right: 0;
}

#index_partner .box .picList li span img {
    height: 108px;
    width: 228px;
    padding: 10px 0;
    margin: 0 auto;
}

#index_partner .box .picList li span {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

/*about*/
.n_about {
    width: 100%;
    height: 702px;
    background: url(../images/n_about_bg.jpg) top center no-repeat;
}

.n_about_con {
    width: 1200px;
    margin: 0 auto;
    padding-top: 120px;
}

.n_about_con .cont {
    width: 500px;
    margin-left: 700px;
}

.n_about_con .cont b {
    font-size: 35px;
    font-weight: normal;
    display: block;
    height: 40px;
}

.n_about_con .cont span {
    font-size: 20px;
    color: #496def;
    font-weight: normal;
    display: block;
    height: 40px;
    padding-top: 10px;
}

.n_about_con .cont p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    font-weight: normal;
    display: block;
    padding-top: 30px;
}

.n_about_con a {
    color: #FFF;
    float: left;
    font-size: 14px;
    display: block;
    background: #496def;
    border-radius: 99px;
    line-height: 36px;
    padding: 5px 60px;
    margin: 20px auto;
    text-align: center;
}

.about_news {
    max-width: 70%;
    margin: 0 auto;
}

.about_news .news_A {
    margin-top: 4rem;
}

.about_news .news_A h4 {
    font-size: 24px;
    font-weight: normal;
    line-height: 40px;
    color: #f23414;
}

.about_news .news_A h3 {
    font-size: 14px;
    font-weight: normal;
    line-height: 40px;
    float: left;
}

.about_news .news_A ul {
    width: 90%;
    min-height: 20rem;
    padding: 20px 0;
}

.about_news .news_A ul li {
    line-height: 36px;
    font-size: 14px;
    color: #737373;
}

.about_news .news_A ul li a {
    color: #555;
}

.about_news .news_A ul li a:hover {
    color: #f23414;
}

.about_news .news_A ul li a:hover h3 em {
    color: #999;
}

.about_news .news_A ul li:not(:last-child) {
    border-bottom: 1px solid #e8e8e8;
}

.about_news .news_A ul li span {
    float: right;
    line-height: 40px;
}

.about_news .news_A ul li h3 em {
    color: #fda192;
    font-style: normal;
    display: inline-table;
}

.about_news .news_A .news {
    width: 38%;
    min-height: 500px;
    float: right;
}

.about_news .news_A .news ul li:first-child {
    height: 273px;
    position: relative;
    margin-bottom: 10px;
}

.about_news .news_A .news ul li:first-child img {
    width: 100%;
    height: 100%;
}

.about_news .news_A .news ul li:first-child p {
    position: relative;
    margin-top: -5rem;
    padding: 0 2rem;
    color: #fff;
    font-size: 1.5rem;
}

.about_news .news_A .news ul {
    width: 90%;
    min-height: 20rem;
    padding: 20px 0;
}

.about_news .news_A .news ul li {
    height: 40px;
}

.about_news .news_A .news ul li p {
    line-height: 36px;
    font-size: 14px;
    color: #737373;
    width: 100%;
    position: relative;
    float: left;
}

.about_news .news_A .news ul li a {
    color: #555;
}

.about_news .news_A .news ul li a:hover p {
    color: #f23414;
}

.about_news .news_A .news ul li p span {
    float: right;
    line-height: 40px;
    position: relative;
    display: block;
    font-size: 12px;
}

.about_news .news_A .answer {
    width: 60%;
    min-height: 20rem;
    float: left;
}

/*btns*/
.btns {
    position: absolute;
    width: 50px;
    height: 60px;
    top: 50%;
    margin-top: -25px;
    line-height: 57px;
    text-align: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.1);
    z-index: 100;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.btns:hover {
    background: rgba(0, 0, 0, 0.3);
}

#next {
    right: -50px;
    border-radius: 7px 0px 0px 7px;
}

#previous {
    left: -50px;
    border-radius: 0px 7px 7px 7px;
}

#counter {
    top: 30px;
    right: 35px;
    width: auto;
    position: absolute;
}

#slider-wrap.active #next {
    right: 0px;
}

#slider-wrap.active #previous {
    left: 0px;
}

/*bar*/
#pagination-wrap {
    min-width: 20px;
    margin-top: 350px;
    margin-left: auto;
    margin-right: auto;
    height: 15px;
    position: relative;
    text-align: center;
}

#pagination-wrap ul {
    width: 100%;
}

#pagination-wrap ul li {
    margin: 0 4px;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.5;
    position: relative;
    top: 0;
}

#pagination-wrap ul li.active {
    width: 12px;
    height: 12px;
    top: 3px;
    opacity: 1;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 0px;
}

/*Header*/

/*ANIMATION*/
#slider-wrap ul,
#pagination-wrap ul li {
    -webkit-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
    -moz-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
    -o-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
    -ms-transition: all 0.3s cubic-bezier(1, .01, .32, 1);
    transition: all 0.3s cubic-bezier(1, .01, .32, 1);
}

/*bottom*/
.bottom {
    width: 100%;
    background: #1a1a1a;
    color: #fff;
    margin: 0 auto;
    height: 320px;
}

.bottom_con {
    width: 70%;
    margin: 0px auto;
    padding: 20px 0;
}

.bottom_menu {
    width: 100%;
    height: 86px;
    margin: 20px auto;
    border-top: 1px solid #313131;
    border-bottom: 1px solid #313131;
}

.bottom_menu_left {
    width: 207px;
    float: left;
    margin-top: 24px;
}

.bottom_menu_right {
    width: 60%;
    float: right;
    text-align: right;
    line-height: 86px;
}

.bottom_menu_right a {
    color: #FFFFFF;
    margin-left: 15px;
    font-size: 14px;
}

.bottom_menu_right a:hover {
    color: #496def;
}

.bottom_txt {
    width: 30%;
    float: left;
    color: #999;
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
}

.bottom_txt a {
    color: #999;
    font-size: 14px;
    margin-right: 18px;
}

.bottom_txt a:hover {
    color: #FFF;
}

.bottom_tel {
    width: 20%;
    float: left;
    margin-left: 3%;
    color: #999;
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
}

.bottom_tel a {
    color: #999;
    font-size: 14px;
    margin-right: 18px;
}

.bottom_tel a:hover {
    color: #FFF;
}

.bottom_erweima {
    width: 40%;
    float: right;
    color: #999;
    font-size: 14px;
    line-height: 30px;
    text-align: right;
}

.bottom_erweima p {
    margin-left: 20px;
    width: 150px;
    text-align: center;
    display: inline-table;
}

.bottom_erweima p img {
    width: 115px;
    margin: 0 auto;
}

.bottom_erweima p span {
    line-height: 30px;
    height: 30px;
    display: block;
    text-align: center;
}

.bottom_link {
    width: 100%;
    background: #151515;
    color: #999;
    margin: 0 auto;
}

.bottom_link li {
    float: left;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}

.bottom_link li a {
    color: #999;
    font-size: 14px;
    margin-left: 15px;
}

.bottom_link li a:hover {
    color: #fff;
}

.w70 {
    max-width: 70%;
    margin: 0 auto;
}

/* 悬浮区域内容 */
.left_nav {
    position: fixed;
    bottom: 0;
    right: 1rem;
    z-index: 9999;
}

.left_nav>ul>li>a {
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, .5);
    display: block;
    position: relative;
    border-radius: 50%;
    margin-bottom: 1rem;
    padding: 1.1rem 0 0 1.1rem;
}

.left_nav>ul>li>a img {
    width: 60%;
    line-height: 30px;
}

.left_nav>ul>li>a:hover {
    transition: all 1s;
    background: #f00
}

.phone_box {
    position: absolute;
    width: 16rem;
    left: -17rem;
    top: 1rem;
    color: #fff;
    background: #222222;
    box-sizing: border-box;
    padding: 1rem;
    line-height: 2.4rem;
    border-radius: 5px;
    transition: all 1s;
    opacity: 1;
}

.phone_box a {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
}

.phone_box::after {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    border: 1rem solid #222222;
    border-color: transparent transparent transparent #222222;
    position: absolute;
    right: -2rem;
    top: 40%;
}

.hide {
    transition: all 1s;
    opacity: 0;
}

.page_main {
    width: 72%;
    min-height: 600px;
    min-width: 1200px;
    margin: auto;
}

/* 表单弹窗 */
.from {
    position: fixed;
    top: 6vh;
    left: 30vw;
    /*width:30vw; */
    width: 500px;
    height: 500px;
    background: #fff;
    z-index: 9999;
    -moz-box-shadow: 0px 0px 6px #A6A6A6;
    -webkit-box-shadow: 0px 0px 6px #A6A6A6;
    box-shadow: 0px 0px 6px #A6A6A6;
    border-bottom: 6px solid #f23414;
    /* border-top: 6px solid #f23414; */
    padding: 20px 30px;
    display: none;
}

.from .tlogo {
    width: 100%;
    margin: 10px auto 20px;
    text-align: center;
}

.from .tlogo img {
    margin: 0 auto;
    display: block;
}

.n_ft_bg {
    width: 432px;
    height: 47px;
    margin: 10px auto;
    text-align: center;
    background: url(../images/n_f_tel.png) top center no-repeat;
    font-size: 14px;
    line-height: 43px;
    color: #fff;
}

.from hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.from h4 {
    display: none;
    width: 100%;
    height: 20px;
    margin-top: 30px;
}

.from h4 p {
    float: left;
    font-size: 18px;
    font-weight: normal;
}

.from h4 span {
    float: right;
    font-size: 14px;
    font-weight: normal;
}

.from h5 {
    position: absolute;
    right: -15px;
    top: -15px;
    background: #222;
    font-size: 12px;
    line-height: 45px;
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 20px;
}

.from h5 a {
    color: #fff;
    text-align: center;
    padding: 3px 8px 5px;
    line-height: 35px;
}

.from h5:hover {
    background: #f23414;
}

.from ul li {
    width: 100%;
    float: left;
    margin: .5rem 0 1rem 0;
}

.from input {
    border: 0px;.from ul li
    font-size: 14px;
}

.from ul li>label {
    float: left;
    width: 80px;
    font-size: 17px;
}

.from ul li>label span {
    font-size: 16px;
    color: #f23414;
    padding-top: 3px;
    padding-left: 5px;
    position: absolute;
}

.from ul li img {
    width: 100px;
    float: right;
}

.from ul li span {
    color: #f23414;
}

.from input,
.from textarea {
    background: #f9f9f9;
}

.from .form-control {
    padding: 5px;
    width: 350px;
    font-size: 16px;
    float: right;
    border: 1px solid #ccc;
    background: #fff;
}

.from textarea {
    width: 95% !important;
    height: 6rem;
}

.from .yzm {
    width: 150px;
    margin-left: 18px;
    float: left;
}

input::-webkit-input-placeholder {
    color: #aab2bd;
    font-size: 12px;
    text-align: right;
}


.from img {
    cursor: pointer;
}

.from button {
    margin-top: 10px;
    line-height: 30px;
    padding: 0 30px;
    font-size: 14px;
    background: #ff5b4a;
    color: #fff;
    border: 0;
    cursor: pointer;
    position: relative;
    left: 35%;
}

.from>form a {
    display: inline-block;
    margin-top: 10px;
    float: right;
    line-height: 30px;
    border-radius: 20px;
    padding: 0 20px;
    font-size: 14px;
    background: #ff4b50;
    border: 1px solid #ff4b50;
    color: #FFF;
}

.from .from_call {
    background: #fff;
    border: 1px solid #ff5b4a;
    color: #ff5b4a;
}

.from .lock {
    background: #ddd;
}

.from .unlock {
    background: #496def;
}

.from .ttip {
    margin-top: 15px;
    text-align: center;
}

.y_youshi {
    width: 70%;
    margin: 0 auto;
    padding: 1px;
    margin-top: 3px;
}

.y_youshi .f li {
    width: calc(99% / 3);
    float: left;
    height: 270px;
    padding: 0px 0rem;
    text-align: center;
    background: #f8f8f8;
    letter-spacing: 0;
    cursor: pointer;
}

.y_youshi .f li:not(:nth-child(3n)) {
    border: 1px solid #ddd;
    border-width: 0 1px 1px 0;
}

.y_youshi .f li:nth-child(3n) {
    border: 1px solid #ddd;
    border-width: 0 0 1px 0;
}

.y_youshi .f li:hover {
    transition: all 2s;
    background: #fff;
    -moz-box-shadow: 0px 0px 10px #9C9C9C;
    -webkit-box-shadow: 0px 0px 10px #9C9C9C;
    box-shadow: 0px 0px 10px #9C9C9C;
}

.y_youshi .f li:not(:nth-child(-n+6)) {
    border-bottom: 0px;
}

.y_youshi .f li:hover p {
    transition: all .5s;
    height: 4.5rem;
}

.y_youshi .f li:hover img {
    transition: all .5s;
    margin-top: 5px;
}

.y_youshi .f li:hover h4 {
    color: #f23414;
}

.y_youshi .f li p {
    margin-top: 20px;
    padding: 0 30px;
    line-height: 24px;
    font-size: 14px;
    height: 0rem;
    color: #555;
    overflow: hidden;
    transition: all .5s;
}

.y_youshi .f li h4 {
    font-size: 20px;
    font-weight: inherit;
    padding-top: 10px;
    transition: all .5s;
}

.y_youshi .f li img {
    margin-top: 20px;
    transition: all .5s;
}

.Y_huanan {
    width: 70%;
    margin: 0 auto;
}

.Y_huanan .f li {
    width: calc(99% / 6);
    float: left;
    text-align: center;
    padding: 0rem;
}

/*.Y_huanan .f li:not(:nth-child(4n)){border-right:1px solid #ddd;}*/

.Y_huanan .f li:not(:last-child)::after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/next.png) no-repeat 100% 100%;
    position: absolute;
    right: -50px;
    top: 18px;
}


.Y_huanan .f li h5 {
    font-size: 1.8rem;
}

.Y_huanan .f li p {
    font-size: 1.2rem;
    color: #999;
}

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

.Y_huanan .a {
    text-align: center;
    margin: 2rem 0 4rem 0;
    color: #ff5b4a;
    font-size: 1.2rem;
    font-weight: bold;
}

.Y_huanan .a a {
    color: #007bff;
}



.v_dingding {
    width: 72%;
    margin: 0 auto;
    min-width: 1200px;
}

.v_dingding .v_content .f>li {
    width: calc(100% / 2 - 4%);
    margin-right: 2%;
    float: left;
    border: 1px solid #eee;
    position: relative;
}

.v_dingding .v_content .f>li:nth-child(2n) {
    margin-right: 0;
}

.v_dingding .v_content .f>li>div {
    margin-bottom: 2rem;
    text-align: left;
    padding: 0 30px;
}

.v_dingding .v_content .f>li>div:first-child {
    padding: 4rem;
    position: relative;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.v_dingding .v_content .f>li>div:first-child:before {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    border: 1px solid #ddd;
    background: #fff;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    position: absolute;
    left: 50%;
    margin-left: -1rem;
    bottom: -1rem;
}

.v_dingding .v_content .f>li>div>h4 {
    font-size: 20px;
    font-weight: normal;
}

.v_dingding .v_content .f>li>div:first-child img {
    width: 100%;
}

.v_dingding .v_content .f>li>div>div {
    width: calc(86% / 2 - 4%);
    margin-right: 4%;
    float: left;
    border: 1px solid #faf9f9;
    position: relative;
    padding: 20px 4%;
    font-size: 14px;
    height: 100px;
    line-height: 24px;
    background: #faf9f9;
}

.v_dingding .v_content .f>li>div>div:nth-child(2n+1) {
    margin-right: 0;
}

.v_dingding .v_content .f>li>div>h5 {
    line-height: 36px;
    height: 36px;
    padding-left: 10px;
    margin-bottom: 10px;
    color: #333;
    position: relative;
    font-size: 18px;
    font-weight: inherit;
}

.v_dingding .v_content .f>li>div>h5:before {
    content: "";
    display: block;
    width: 3px;
    height: 20px;
    background: #f23414;
    position: absolute;
    left: 0;
    top: .5rem;
}

.v_dingding .v_content .f>li>div>div>img {
    margin-top: -.5rem;
}

.v_dingding .v_content .f>li>div>div:nth-child(even) {
    color: #999;
}

/*join*/
.left {
    float: left;
}

.right {
    float: right;
}

.chaxun .search {
    background: #fff;
    position: relative;
    margin-top: -80px;
    -moz-box-shadow: 0px 0px 14px #e8e1e1;
    -webkit-box-shadow: 0px 0px 14px #e8e1e1;
    box-shadow: 0px 0px 14px #e8e1e1;
    padding: 1rem 3rem;
    border-radius: .5rem;
}

.chaxun .search h4 {
    line-height: 36px;
    font-size: 18px;
    font-weight: normal;
}

.chaxun .search span {
    float: right;
    color: #666;
    font-size: 16px;
}

.chaxun .search_b input {
    height: 50px;
    width: 80%;
    border: 1px solid #ff4b50;
    box-sizing: border-box;
    background: #fbfbfb;
    padding: 0 20px;
}

.chaxun .search_b a {
    background: #ff4b50;
    color: #fff;
    display: block;
    width: 20%;
    text-indent: 2em;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    float: right;
}

.chaxun .search_b a img {
    width: 20px;
    top: 15px;
    display: block;
    margin-left: 80px;
    position: absolute;
}

.chaxun .search_b {
    margin: 30px 0;
    position: relative;
}


.join_list .f li {
    background: #f8f8f8;
    padding: 20px;
    margin-bottom: 10px;
    height: 200px;
    border: 1px solid #ddd;
    background: url(../images/join_list_bg.png) no-repeat #fff;
    background-size: 100%;
}

.join_list .f li div {
    width: calc(100% - 320px);
    float: right;
}

.join_list .f li img {
    width: 285px;
    margin-right: 20px;
    display: block;
}

.join_list .f li h4 {
    font-size: 20px;
    font-weight: normal;
    padding-left: 5px;
    display: inline-block;
}

.join_list .f li h4 img {
    width: 20px;
    display: inline-block;
}

.join_list .f li p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    padding-top: 10px;
}

.join_list .f li p a {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.join_youshi .f li {
    width: calc(100% / 4 - 3%);
    margin-right: 3.6%;
    float: left;
    text-align: center;
    border: 1px solid #ddd;
    padding: 30px 0;
    cursor: pointer;
}

.join_youshi .f li:nth-child(4n) {
    margin-right: 0;
}

.join_youshi .f li h4 {
    font-size: 18px;
    font-weight: normal;
    color: #333333;
}

.join_youshi .f li p {
    color: #777;
    font-size: 14px;
    line-height: 26px;
    margin-top: 15px;
    padding: 0 30px;
}

.join_youshi .f li:hover {
    transition: all .5s;
    background: #fff;
}

.join_liucheng .t li {
    width: calc(100% / 3 - 73px);
    margin-right: 100px;
    float: left;
    border: 1px solid #ddd;
    text-align: center;
    position: relative;
}

.join_liucheng .t li img {
    background: #ff5b4a;
    border-radius: 50%;
    padding: 20px;
    width: 20%;
    margin: 40px 0 20px;
}

.join_liucheng .t li h5 {
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    color: #ff5b4a;
}

.join_liucheng .t li p {
    color: #666;
    font-size: 14px;
    line-height: 40px;
    margin-bottom: 20px;
}

.join_liucheng .t li:nth-child(3n) {
    margin-right: 0px;
}

.join_liucheng .t li:not(:nth-child(3n)):after {
    content: "";
    width: 4rem;
    height: 4rem;
    background: url(../images/Join_next.png)no-repeat;
    background-size: 100%;
    position: absolute;
    top: 3rem;
    right: -80px;
}

.join_last {
    text-align: center;
    position: relative;
    height: 14rem;
}

.join_last a {
    position: absolute;
    border: 5px solid #fff;
    color: #fff;
    line-height: 4rem;
    font-size: 1.8rem;
    padding: 0 3rem;
    left: 50%;
    width: 20rem;
    top: 50%;
    margin-top: -2rem;
    margin-left: -10rem;
}

.join_last .zhezhao {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .2)
}

/* 关于汇华 */
.about .content {
    width: 70%;
    min-width: 1200px;
    margin: 0 auto;
    margin-bottom: 40px;
    border: 0px solid #e8e1e1;
    -moz-box-shadow: 0px 0px 14px #e8e1e1;
    -webkit-box-shadow: 0px 0px 14px #e8e1e1;
    box-shadow: 0px 0px 14px #e8e1e1;
}

.about .content .msg {
    width: 100%;
    background: #fff;
    padding: 3rem 0rem;
    font-size: 1.4rem;
    line-height: 3rem;
}

.about .content .msg>img {
    float: left;
    height: 100%;
    margin: 20px;
}

.about .content .msg p {
    float: right;
    display: block;
    width: calc(100% - 273px);
    color: #6b6b6b;
    font-size: 16px;
    margin: 20px;
}

.about .content .news_A {
    margin-top: 4rem;
}

.about .content .news_A h4 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 3rem;
}

.about .content .news_A h3 {
    font-size: 1.2rem;
    /* font-weight: bold; */
    line-height: 4rem;
    float: left;
}

.about .content .news_A ul {
    width: 100%;
    min-height: 20rem;
    background: #fbfbfb;
    padding: 2rem;
}

.about .content .news_A ul li {
    line-height: 4rem;
    font-size: 1.2rem;
    color: #737373;
}

.about .content .news_A ul li a {
    color: #737373;
}

.about .content .news_A ul li:not(:last-child) {
    border-bottom: 1px solid #e8e8e8;
}

.about .content .news_A ul li p {
    padding: 0;
    margin-bottom: 0;
}

.about .content .news_A ul li em {
    color: #33d2ea;
    font-weight: 600;
}

.about .content .news_A ul li span {
    float: right;
}

.about .content .news_A .news {
    width: 38%;
    min-height: 20rem;
    float: right;
}

.about .content .news_A .news ul li:first-child {
    height: 17rem;
    position: relative;
}

.about .content .news_A .news ul li:first-child img {
    width: 100%;
    height: 100%;
}

.about .content .news_A .news ul li:first-child p {
    position: relative;
    margin-top: -5rem;
    padding: 0 2rem;
    color: #fff;
    font-size: 1.5rem;
}

.about .content .news_A .answer {
    width: 60%;
    min-height: 20rem;
    float: left;
}

.shouquan {
    background: #444444;
    padding: 0px;
    padding-bottom: 3rem;
    color: #fff;
}

.contact_zizhi {
    padding: 20px;
    position: relative;
}

.contact_zizhi img {
    width: 100%;
    /*min-height:16rem;*/
    display: block;
}

.contact_zizhi .swiper-slide>a {
    display: block;
    position: relative;
    width: 50%;
    height: 100%;
    float: left;
}

.contact_zizhi p {
    display: block;
    position: relative;
    width: 40%;
    height: 100%;
    float: left;
    color: #666;
    padding: 30px 5%;
}

.contact_zizhi p a {
    font-size: 12px;
    font-weight: normal;
    color: #999;
    padding-top: 30px;
    display: block;
}

.contact_zizhi p a:hover {
    color: #ff4b50;
}

.contact_zizhi p b {
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

.contact_zizhi p b span {
    display: block;
    font-size: 18px;
    font-weight: normal;
    color: #496def;
    padding-top: 5px;
}

.contact_zizhi .swiper-slide {
    background: #fff;
}

.contact_zizhi .swiper-slide:last-child {
    background: #ffffff00;
}

.contact_zizhi .swiper-slide:last-child a {
    width: 100%;
    float: right;
}


.shouquan .content {
    width: 70%;
    min-width: 1200px;
    margin: auto;
}

.content_contact {
    background: url(../images/contact_map_bg.jpg) no-repeat #fff;
    background-size: 100%;
    width: 70%;
    min-width: 1200px;
    margin: auto;
    padding: 20px 0;
    margin-bottom: 30px;
    -moz-box-shadow: 0px 0px 14px #e8e1e1;
    -webkit-box-shadow: 0px 0px 14px #e8e1e1;
    box-shadow: 0px 0px 14px #e8e1e1;
}

.content_contact p {
    line-height: 30px;
    font-size: 14px;
    padding-top: 15px;
}

.content_contact h5,
.content_contact p {
    margin: 0 20px;
}

.content_contact h5 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.content_contact h5 b {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.content_contact h5 a {
    float: right;
    background: #ff4b50;
    border-radius: 20px;
    color: #fff;
    margin-top: -1rem;
    padding: 5px 15px;
    margin-top: -4px;
}

.contact_xiangce ul li {
    width: calc(100% / 3 - .5rem);
    margin-right: .75rem;
    float: left;
}

.contact_xiangce ul li img:first-child {
    margin-bottom: 10px;
}

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


.page_main {
    width: 72%;
    min-height: 600px;
    min-width: 1200px;
    margin: auto;
}

/* 面包屑导航 */
.Crumbs {
    background: #ffffff80;
    margin: .5rem 0;
    padding: 0 2rem;
    color: #666;
}

.Crumbs a {
    color: #666;
}

.Crumbs ul li,
.Crumbs ul h4 {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 4rem;
}

/* 文章内页 */
#mainer {
    margin-bottom: 2rem;
}

.list_main_box {
    width: calc(75% - 100px);
    background: #fff;
    padding: 2rem 30px;
}

.list_main_box .content video {
    width: 100%;
}

.thd {
    line-height: 3rem;
    font-size: 2rem;
    margin-bottom: 2rem;
}

.thd font {
    line-height: 1.8rem;
    font-size: 1rem;
}

.next_map {
    line-height: 30px;
    margin: 30px 0;
    font-size: 14px;
}

.next_map a {
    font-size: 14px;
    color: #333;
}

.next_map a:hover {
    color: #f23414;
}

.list_48 {
    padding-top: 2rem;
}

.pro_rec_box {
    margin-top: 20px;
}

.pro_rec_box h2 {
    font-size: 20px;
    color: #f23414;
    font-weight: normal;
}

.pro_rec_box hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.list_48 li {
    width: calc(100% / 3 - 2%);
    margin-right: 3%;
    float: left;
    position: relative;
}

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

.list_48 li img {
    width: 100%;
}

.list_48 li a {
    color: #666;
}

.list_48 li dd a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.pro_rec1 ol li {
    line-height: 36px;
    font-size: 14px;
    width: 48%;
    color: #666;
    float: left;
    margin-right: 2%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.pro_rec1 ol li a {
    color: #333;
    font-size: 14px;
    color: #666;
    padding-left: 10px;
}

.pro_rec1 ol li a:hover {
    color: #f23414;
}

.page_right {
    width: 24%;
    float: right;
    padding: 1rem;
    background: #fff;
}

.page_right hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.page_right h4 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: normal;
    color: #f23414;
}

.page_right .dinggou ul li img {
    width: 100%;
    margin-bottom: 1rem;
}

.page_right .dinggou ul li:last-child img {
    margin-bottom: 0rem;
}

.page_right .wenda ul li {
    width: 100%;
    text-align: right;
    padding: 0 0rem;
    height: 40px;
    line-height: 40px;
}

.page_right .wenda ul li a {
    padding: 0 15px;
    text-align: left;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: calc(90% - 30px);
    float: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #333;
}

.page_right .wenda ul li a:hover {
    color: #f23414
}

.content_main {
    background: #f3f3f3;
    padding: 1rem;
    color: #333;
}

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

/* 图文 */

.arclist>h2 {
    letter-spacing: 0;
    text-transform: Uppercase;
    font-size: 20px;
    font-weight: normal;
}

.arclist>h2 span {
    font-weight: normal;
    font-size: 18px;
    display: block;
    float: right;
    padding: 5px 20px;
    background: #ff4b50;
    border-radius: 20px;
    color: #fff;
}

.arclist>h2 span a {
    color: #fff;
}

.arclist>h2 span:hover {
    background: #f23414
}

.arclist hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.arclist ul li:nth-child(odd) {
    background: #fdfdfd;
}

.arclist ul li h4 {
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}

.arclist ul li h4 font {
    float: right;
    font-weight: normal;
    font-size: 14px;
    color: #666;
    /*background:#007bff; */
    position: absolute;
    right: 1rem;
    top: 1rem;
    padding: 0.2rem .5rem;
}

.arclist ul li span {
    color: #666;
}

.arclist ul li {
    border-bottom: 1px solid #eee;
    position: relative;
}

.arclist ul li:nth-child(-n+3) h4:before {
    content: "new";
    display: inline-block;
    font-size: 14px;
    background: #f23414;
    border-radius: 20px;
    color: #fff;
    padding: 0 10px;
    margin-right: 1rem;
}

.arclist ul li a {
    color: #333;
    display: block;
    padding: 1rem;
    font-size: 14px;
}

.arclist ul li:hover {
    background: #f8f8f8;
    border-bottom: 1px solid #f23414;
}

.arclist ul li a:hover {
    color: #f23414;
    text-decoration: none;
}

.arclist ul li:last-child,
.abmlist ul li:last-child {
    margin-bottom: 2rem;
}

.abmlist>h2 {
    letter-spacing: 0;
    text-transform: Uppercase;
    font-size: 20px;
    font-weight: normal;
}

.abmlist h3 {
    text-transform: Uppercase;
    font-weight: normal;
    font-size: 1.6rem;
}

.abmlist>h2 span {
    font-weight: normal;
    font-size: 18px;
    display: block;
    float: right;
    padding: 5px 20px;
    background: #ff4b50;
    border-radius: 20px;
    color: #fff;
}

.abmlist>h2 span a {
    color: #fff;
}

.abmlist>h2 span:hover {
    background: #f23414
}

.abmlist hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.abmlist ul li {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0;
}

.abmlist ul li img {
    width: 50%;
    float: left;
    display: block;
}

.abmlist ul li:nth-child(odd) {
    background: #fdfdfd;
}

.abmlist ul li h4 {
    width: calc(46% - 30px);
    padding-left: 30px;
    float: left;
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    padding-top: 10px;
    height: 50px;
    line-height: 50px;
    color: #333;
}

.abmlist ul li h4 font {
    float: right;
    font-weight: normal;
    font-size: 1rem;
    color: #fff;
    background: #007bff;
    line-height: 1.5rem;
    position: absolute;
    display: block;
    right: 1rem;
    top: 1rem;
    padding: 0.2rem .5rem;
}

.abmlist ul li span {
    color: #666;
}

.abmlist ul li p,
.abmlist ul li span {
    width: calc(46% - 30px);
    padding-right: 30px;
    float: right;
    margin-top: 15px;
    font-size: 14px;
    line-height: 26px;
}

.abmlist ul li a {
    color: #666;
    display: block;
    padding: 0px 0;
}

.abmlist ul li:hover {
    background: #f8f8f8;
    border-bottom: 0px solid #007bff;
}

.abmlist ul li a:hover h4 {
    color: #f23414;
    text-decoration: none;
}

.abmlist ul li a:hover span {
    color: #000;
    text-decoration: none;
}

.abmlist ul li:last-child,
.abmlist ul li:last-child {
    margin-bottom: 2rem;
}

/* 分页按钮 */
.page a {
    display: block;
    font-size: 14px;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: var(--fisrt_color);
    color: var(--fourth_color);
    float: left;
    margin-right: 5px;
}

.page a:hover {
    opacity: .5;
}

.page_rows {
    line-height: 30px;
    font-size: 14px;
    color: #666;
}

.page_rows::before {
    content: "当前页:"
}

.page_rows::after {
    content: "总页数"
}

/*.page .first::before{content:"首页"} 
.page .next::before{content:"下一页"} 
.page .last::before{content:"末尾"} 
.page .prev::before{content:"上一页"} */
.page .selected {
    background: #f23414;
    color: #fff;
}

/* 分页按钮 */

.page a.next,
.page a.prev {
    display: none;
}

/* 分页按钮 */