﻿@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

html {
    min-width: 1300px;
    margin: 0 auto
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.left {
    float: left
}

.right {
    float: right;
    width: 30px;
    height: 52px;
    line-height: 52px
}

.box {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    min-width: 1200px;
    position: relative
}

.title {
    text-align: center;
    font-size: 48px;
    margin: 0px 0px 50px;
    padding-bottom: 10px;
    margin: 50px 0px
}

.title p {
    font-size: 18px;
    color: #e84240;
    text-transform: capitalize;
    padding: 5px 0px
}

.fl {
    float: left;
    display: inline-block
}

.fr {
    float: right;
    display: inline-block
}

.clear {
    clear: both
}

.sfw1_box {
    overflow: hidden
}

.news {
    padding: 80px 0px 0px;
    overflow: hidden;
    height: 500px !important
}

.effect-pic2 {
    -webkit-animation: fadeInLeft .4s ease-in-out both .3s;
    animation: fadeInLeft .4s ease-in-out both .3s
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(80px, 0, 0);
        transform: translate3d(80px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(80px, 0, 0);
        transform: translate3d(80px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-80px, 0, 0);
        transform: translate3d(-80px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-80px, 0, 0);
        transform: translate3d(-80px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.effect-title {
    -webkit-animation: fadeInTop .4s ease-in-out both .5s;
    animation: fadeInTop .4s ease-in-out both .5s
}

@-webkit-keyframes fadeInTop {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInTop {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.btn {
    display: inline-block;
    border: 1px solid #E84240;
    border-radius: 2px;
    cursor: pointer;
    color: #008de8;
    font-size: 14px;
    padding: 3px 20px;
    line-height: 24px;
    text-align: center;
    outline: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.banner {
    overflow: hidden;
    width: 100%
}

.tg_news {
    padding-bottom: 20px;
    overflow: hidden
}

.tg_news li {
    border: 1px dotted #ddd;
    padding: 10px;
    background: #fff;
    margin-bottom: 5px;
    overflow: hidden;
    float: left;
    margin: 0px 10px 12px;
    width: 556px
}

.tg_news li .date {
    width: 90px;
    color: #0f9ca1;
    float: left;
    font-size: 52px;
    text-align: center;
    line-height: 80px;
    display: inline-block;
    margin: 10px
}

.tg_news li .date span {
    display: block;
    font-size: 28px;
    background: #f7f7f7
}

.tg_news li h3 {
    color: #111;
    font-size: 16px;
    margin-top: 13px;
    margin-bottom: 8px;
    font-weight: normal
}

.tg_news li p {
    color: #888;
    font-size: 14px;
    line-height: 25px;
    margin-right: 5px;
    text-align: left;
    text-indent: 0
}

.ntxt {
    display: inline-block;
    float: left;
    overflow: hidden;
    width: 440px
}

.tg_news li:hover {
    background: #f7f7f7
}

.font60 {
    font-size: 60px
}

.date span {
    color: rgba(230, 0, 0, 1)
}

.container_zc {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden
}

.banner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden
}

h1.tit {
    font-size: 36px;
    color: #333;
    position: relative;
    padding-bottom: 15px;
    margin-top: 45px
}

h1.tit:after {
    content: " ";
    position: absolute;
    width: 80px;
    border: 1px solid #bf1e2d;
    bottom: 0;
    left: 550px
}

.tit_span {
    font-size: 16px;
    color: #777;
    display: block;
    margin-top: 15px
}

h1, h2, h3, h4, h5, h6 {
    float: none
}

.red {
    background-color: #d73240;
    padding-bottom: 80px
}

.red h1.tit {
    color: #fff;
    text-align: center
}

.red h1.tit:after {
    border-color: #fff
}

.red .tit_span {
    color: #fff;
    text-align: center
}

.baozhang_container {
    margin-top: 30px;
    display: flex;
    justify-content: space-between
}

.baozhang_container .ling_block {
    width: 186px;
    height: 214px;
    background: url(../Images/t_bg_l.png) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center
}

.mb_hide {
    display: block
}

.mb_show {
    display: none
}

@media (max-width: 768px) {
    .mb_hide {
        display: none
    }

    .mb_show {
        display: block
    }

    .banner img {
        width: 100%
    }

    .container_zz {
        width: 100%;
        padding: 0 0.15rem;
        box-sizing: border-box
    }

    .container_zc {
        width: 100%;
        padding: 0 0.15rem;
        box-sizing: border-box
    }

    h1.tit {
        margin-top: 0.5rem;
        font-size: 0.36rem;
        padding-bottom: 0.27rem
    }

    h1.tit:after {
        border-width: 0.03rem
    }

    .tit_span {
        font-size: 0.24rem;
        line-height: 1.4em;
        margin-top: 0.23rem
    }

    .list_box1 {
        flex-wrap: wrap
    }

    .list_box1 .item_info {
        width: 33%;
        padding-bottom: 0.4rem
    }

    .list_box1 .item_info .round_box {
        width: 1.2rem;
        height: 1.2rem
    }

    .list_box1 .item_info .round_box img {
        height: 0.58rem
    }

    .list_box1 .item_info h3 {
        font-size: 0.3rem;
        margin-top: 0.28rem;
        margin-bottom: 0.15rem
    }

    .list_box1 .item_info p {
        font-size: 0.24rem
    }

    .hongli_box {
        flex-wrap: wrap
    }

    .hongli_box .left_big_container {
        width: 100%
    }

    .hongli_box .left_big_container img {
        display: block;
        width: 100%
    }

    .hongli_box .right_list_item {
        font-size: 0.3rem;
        margin-top: 0
    }

    .hongli_box .right_list_item img {
        width: 1.8rem
    }

    .hongli_box .right_list_item > div img {
        margin-right: 0.4rem
    }

    .banner_2 {
        margin-top: 0.5rem
    }

    .banner_2 img {
        width: 100%
    }

    .list_box2 {
        display: flex;
        margin-top: 0.3rem;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center
    }

    .list_box2 .swiper-slide {
        text-align: center
    }

    .list_box2 img {
        width: 3.35rem;
        margin-bottom: 0.23rem
    }

    .youshi_block {
        margin-top: 0.27rem;
        margin-bottom: 0.3rem;
        flex-wrap: wrap
    }

    .youshi_block > div {
        width: 50%;
        height: 5.2rem;
        border-bottom: 1px solid #ff4200
    }

    .youshi_block > div:nth-child(2n) {
        border-right: none
    }

    .youshi_block > div:nth-child(3) {
        border-bottom: none
    }

    .youshi_block > div h3 {
        margin-top: 0.15rem;
        margin-bottom: 0.24rem;
        font-weight: 600;
        font-size: 0.3rem
    }

    .youshi_block > div p {
        font-size: 0.24rem;
        padding: 0 0.4rem;
        box-sizing: border-box
    }

    .youshi_block > div .img_box {
        height: 3rem
    }

    .youshi_block > div .img_box img {
        height: 2.3rem
    }

    .youshi_block > div p {
        width: 100%
    }

    .baozhang_container {
        flex-wrap: wrap
    }

    .baozhang_container .ling_block {
        width: 2.27rem;
        height: 2.61rem;
        position: relative;
        margin-bottom: 0.8rem
    }

    .baozhang_container .ling_block p.mb_show {
        position: absolute;
        font-size: 0.28rem;
        color: #fff;
        bottom: -0.4rem
    }

    .red {
        padding-bottom: 0
    }

    .service_block {
        flex-wrap: wrap;
        margin-top: 0.25rem;
        padding-bottom: 0.45rem
    }

    .service_block > div {
        width: 2rem;
        margin-bottom: 0.3rem
    }

    .service_block > div .img_box {
        width: 100%;
        height: 1.55rem
    }

    .service_block > div .img_box img {
        width: 0.8rem
    }

    .service_block > div h5 {
        font-size: 0.24rem;
        margin-top: 0.2rem
    }

    .block_item_2 {
        flex-wrap: wrap
    }

    .block_item_2 .left_content_box {
        width: 100%
    }

    .block_item_2 .left_content_box textarea {
        height: 2rem;
        padding: 0.15rem
    }

    .block_item_2 .left_content_box .input_group {
        width: 48%;
        font-size: 14px;
        height: 0.8rem;
        overflow: hidden;
        padding: 0 0.15rem;
        box-sizing: border-box
    }

    .block_item_2 .left_content_box .input_group label {
        white-space: nowrap
    }

    .block_item_2 .left_content_box .btn_group {
        padding-top: 0.6rem;
        font-size: 0.28rem
    }

    .block_item_2 .left_content_box .btn_group > div {
        height: 0.8rem;
        line-height: 0.8rem;
        width: 3.55rem
    }

    .block_item_2 .right_img_big {
        padding-top: 0.4rem;
        font-size: 0.26rem;
        padding-bottom: 0.48rem;
        text-align: center
    }

    .block_item_2 .right_img_big img {
        width: 100%;
        margin-bottom: 0.4rem
    }
}

.common_tit {
    text-align: center;
    clear: both;
    float: none
}

.common_tit strong {
    color: #555555;
    font-size: 36px;
    display: block
}

.common_tit p {
    font-size: 18px;
    padding-top: 10px
}

.common_tit i {
    font-size: 0;
    line-height: 0;
    background-color: rgba(201, 201, 201,1);
    display: inline-block;
    height: 1px;
    width: 150px;
    margin: 10px auto;
}

.common_tit1 {
    text-align: center;
    clear: both;
    float: none
}

.common_tit1 strong {
    color: #555555;
    font-size: 36px;
    display: block
}

.common_tit1 p {
    font-size: 18px;
    padding-top: 10px;
    color: #555555
}

.common_tit1 i {
    font-size: 0;
    line-height: 0;
    background-color: rgba(201, 201, 201,1);
    display: inline-block;
    height: 1px;
    width: 150px;
    margin: 10px auto;
}

.analysis {
    background-color: #f0fafd;
    height: 920px
}

.analysis .common_tit {
    height: 145px;
    padding-top: 80px
}

.analysis .box {
    position: relative
}

.analysis .box ul li {
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
    background-color: #FFF;
    height: 180px;
    width: 382px;
    margin-bottom: 14px;
    float: left;
    padding-left: 32px;
    padding-top: 16px;
    padding-right: 30px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.analysis .box .center:hover, .analysis .box ul li:hover {
    -moz-box-shadow: 0 2px 12px #cecece;
    -webkit-box-shadow: 0 2px 12px #cecece;
    box-shadow: 0 2px 12px #cecece;
    filter: progid:DXImageTransform.Microsoft.Shadow(strength=2, direction=180, color='#cecece');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 2,Direction = 180,Color = '#cecece')"
}

.analysis .box ul li i {
    font-size: 30px;
    font-style: normal;
    background-image: url(../Images/bg3.gif);
    display: block;
    height: 63px;
    width: 63px;
    line-height: 62px;
    text-align: center;
    color: #FFF;
    font-weight: 700;
    float: left;
    margin-right: 5px
}

.analysis .box ul li strong {
    font-size: 20px;
    color: #555555;
    display: block;
    height: 63px;
    line-height: 62px
}

.analysis .box ul li p {
    line-height: 26px;
    padding-top: 12px;
    color: #8F8F8F
}

.analysis .box ul li:nth-child(even) {
    float: right
}

.analysis .box .center {
    -o-transition: all .6s;
    -webkit-transition: all .6s;
    transition: all .6s;
    height: 617px;
    width: 282px;
    margin-left: -141px;
    position: absolute;
    left: 50%;
    top: 0;
    right: 50%;
    z-index: 1
}

.analysis .box .center_txt {
    position: absolute;
    left: 50%;
    top: 80px;
    right: 50%;
    width: 282px;
    margin-left: -141px;
    text-align: center;
    font-size: 36px;
    color: #FFF;
    z-index: 2
}

.jueshengzhidao {
    height: 680px;
    /*background-image: url(../Images/bg_01.jpg);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center center*/
}

.jueshengzhidao .common_tit1 {
    height: 140px;
    color: rgba(230, 0, 0, 1);
    padding-top: 70px
}

.jueshengzhidao .box {
    width: 1200px !important;
    margin: 0 auto;
    overflow: hidden;
    height: 408px;
    padding-right: 10px;
    padding-left: 10px
}

.jueshengzhidao .box ul {
    width: 1300px
}

.jueshengzhidao .box ul li {
    -o-transition: all .6s;
    -webkit-transition: all .6s;
    transition: all .6s;
    height: 336px;
    width: 153px;
    background-color: #f8f8f8;
    float: left;
    margin-top: 10px;
    margin-right: 21px;
    text-align: center;
    padding-top: 32px;
    border-radius: 5px
}

.jueshengzhidao .box ul li:hover {
    -webkit-box-shadow: 0 0 12px #879094;
    box-shadow: 0 0 12px #879094;
    margin-top: 0
}

.jueshengzhidao .box ul li strong {
    display: block;
    font-size: 18px;
    color: rgba(230, 0, 0, 1);
    font-weight: 700;
    padding-top: 25px
}

.jueshengzhidao .box ul li p {
    text-align: left;
    line-height: 24px;
    color: #888;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 15px
}

.index_testimonials {
    height: 630px;
    background: rgba(248, 248, 248, 1);
    background-repeat: no-repeat;
    background-position: center center
}

.index_testimonials .common_tit1 {
    height: 120px;
    padding-top: 60px
}

.index_testimonials .bd {
    overflow: hidden
}

.index_testimonials .bd ul {
    width: 1400px
}

.index_testimonials .bd ul li {
    -o-transition: all .6s;
    -webkit-transition: all .6s;
    transition: all .6s;
    float: left;
    width: 290px;
    height: 430px;
    background-color: #FFF;
    overflow: hidden;
    margin-right: 13px;
    border-radius: 4px;
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px
}

.index_testimonials .bd ul li a {
    color: #333
}

.index_testimonials .bd ul li a div {
    padding-top: 10px;
    padding-right: 12px;
    padding-bottom: 20px;
    padding-left: 20px
}

.index_testimonials .bd ul li p {
    font-size: 14px;
    color: #666;
    padding-top: 10px
}

.index_testimonials .bd ul li img {
    height: 225px;
    width: 290px
}

.index_testimonials .bd ul li:hover {
    margin-top: 0;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000
}

.index_testimonials .box .tab {
    text-align: center;
    padding-top: 35px
}

.index_testimonials .box .tab ul li {
    background-color: #FFF;
    height: 8px;
    width: 8px;
    margin-right: 6px;
    margin-left: 6px;
    border-radius: 50%;
    display: inline-block;
    font-size: 1px;
    line-height: 1px;
    text-indent: 10000px;
    overflow: hidden
}

.index_testimonials .box .tab ul li.on, .index_testimonials .box .tab ul li:hover {
    background-color: #189af6
}

.boxss {
    position: relative;
    top: -108px
}

.term {
    font: 20px/20px "Microsoft YaHei", serif
}

.text .red {
    background-color: #ffffff
}
.news_control{
    width: 700px;
    height: 168px;
}
.news_control li {
    width: 700px;
    height: 168px;
}