@charset "UTF-8";
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
}
* {
    box-sizing: border-box;
}
html, body {
    height: 100%;
}
i,b {
    font-weight: 400;
    font-style: normal;
}
body {
    font-family: 'Helvetica Neue', 'Helvetica', 'Microsoft Yahei', sans-serif;
    font-size:14px;
    color:#333;
}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
ul,ol {
    list-style: none;
}

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

a {
    text-decoration: none;
    color: #232323;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

input, textarea {
    outline: none;
    border: none;
}

textarea {
    resize: none;
    overflow: auto;
}

.clearfix {
    zoom: 1;
}

/*clearfix*/
.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow:hidden;
}
/*float*/
.fl {
    float: left
}

.fr {
    float: right
}
/*text align*/
.tl {
    text-align: left;
}

.tc {
    text-align: center
}

.tr {
    text-align: right;
}

.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inline{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
/*bx*/
.bx {
    width: 1200px;
    margin: 0 auto;
}
body {
    background: #f0f0f0;
}
/*head begin*/
    .head img {
        display: block;
        width: 1600px;
        margin: 0 auto;
    }
/*head end*/

/*intr begin*/
    .intr {
        position: relative;
        z-index: 1;
        margin-top: -36px;
    }
    .intr_title {
        padding: 54px 0 85px 77px;
        background: url(/images/intr_title_bg_20181030.png) no-repeat center;
    }
    .intr_title h3 {
        color: #fff;
        font-size: 36px;
        font-weight: 700;
        font-family:"SimSun";
    }
    .intr_con {
        padding: 50px 33px 80px 33px;
        background: #fff url(/images/intr_con_bg_20181030.png) no-repeat center bottom;
    }
    .intr_con p {
        text-indent: 2em;
        font-size: 20px;
        line-height: 45px;
        margin-bottom: 10px;
    }
/*intr end*/

/*main begin*/
    .main {
        background: #fff;
    }
    .main > .bx {
        padding: 40px 0;
    }
    .main .title h3 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 10px;
        font-weight: 700;
        font-family:"SimSun";
    }
    .main .title a {
        line-height: 24px;
    }
    .con_video {
        width: 387px;
        margin-right: 20px;
    }
    .news {
        width: 388px;
    }
    .news .title {
        border-bottom: 1px solid #d9d9d9;
    }
    .act {
        width: 387px;
    }
    .con_top a {
        display: block;
        padding: 15px 0;
        border-bottom: 1px solid #d9d9d9;
    }
    .news_con > div {
        padding: 15px 0;
        border-bottom: 1px solid #d9d9d9;
    }
    .news_con > .con_top {
        padding: 0;
        border-bottom: none;
    }
    .news_con .con_top span {
        color: #ffc400;
        font-size: 25px;
    }
    .con_top h3 {
        font-size: 20px;
        line-height: 43px;
    }
    .bot_link a {
        width: 100%;
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .con_top a:hover h3 {
        color: #4366da;
    }
    .bot_link a:hover {
        color: #4366da;
    }
    .con_top p {
        font-size: 14px;
        color: #999;
        line-height: 26px;
    }
    .act_con {
        position: relative;
    }
    .act_con .first {
        display: block;
        width: 100%;
        height: 260px;
        padding: 50px 24px;
        background: url(/images/slider_bg_20181030.png) no-repeat center;
    }
    .first h3 {
        color: #fff;
        font-size: 24px;
        font-weight: 200;
        line-height: 30px;
        font-style: italic;
    }
    .first span {
        display: block;
        color: #fff;
        font-size: 20px;
        margin-top: 8px;
        font-style: italic;
    }
    .first i {
        color: #fff;
        width: 132px;
        display: block;
        margin-top: 60px;
        line-height: 34px;
        text-align: center;
        border-radius: 50px;
        border: 1px solid #fff;
    }
    .act_con .swiper-pagination {
        position: absolute;
        top: 0;
        left: 0;
        text-align: left;
        padding-top: 20px;
        padding-left: 24px;
    }
    .act_con .swiper-pagination .swiper-pagination-bullet {
        background: #fff;
        opacity: 1;
    }
    .act_con .swiper-pagination .swiper-pagination-bullet-active {
        background: #ffc400;
        width: 24px;
        border-radius: 20px;
    }
/*main end*/

/*process begin*/
    .process_title {
        background: #4366da url(/images/process_title_bg_20181030.png) no-repeat center;
    }
    .ser_title {
        background: #179cbf url(/images/product_title_bg_20181030.png) no-repeat center;
    }
    .process_title h3,
    .ser_title h3 {
        color: #fff;
        font-size: 36px;
        font-weight: 700;
        font-family:"SimSun";
        padding: 54px 0 85px 77px;
    }
    .process_con {
        background: #fff;
    }
    .pro_slider_title h3 {
        font-size: 43px;
        color: #0069b7;
        text-align: center;
        line-height: 140px;
    }
    .pro_slider_con li {
        float: left;
        width: 33.3%;
        text-align: center;
    }
    .pro_slider_con span {
        display: block;
        font-size: 20px;
        margin-top: 30px;
    }
    .pro_slider_con i {
        color: #fff;
        width: 100px;
        display: block;
        margin: 0 auto;
        font-size: 20px;
        line-height: 40px;
        border-radius: 5px;
        text-align: center;
        background: #0069b7;
        margin-bottom: 20px;
    }
    .pro_slider_con a {
        display: block;
        width: 180px;
        height: 40px;
        color: #fff;
        margin: 0 auto;
        margin-top: 20px;
        font-size: 16px;
        line-height: 40px;
        text-align: center;
        background: url(/images/btn_bg_20181030.png) no-repeat center;
    }
    .process_con .swiper-container,
    .ser_con .swiper-container {
        padding-bottom: 100px;
    }
    .process_con .swiper-pagination .swiper-pagination-bullet,
    .ser_con .swiper-pagination .swiper-pagination-bullet {
        opacity: 1;
        width: 24px;
        color: #fff;
        height: 24px;
        background: #ccc;
        line-height: 24px;
    }
    .process_con .swiper-pagination .swiper-pagination-bullet-active,
    .ser_con .swiper-pagination .swiper-pagination-bullet-active {
        background: #ffc400;
        width: 24px;
        border-radius: 20px;
    }
    .ser_con .con_l,
    .ser_con .con_r {
        width: 50%;
    }
    .ser,
    .process {
        background: #fff;
        padding-bottom: 20px;
    }
    .ser_slider_title h3 {
        font-size: 48px;
        color: #0069b7;
        font-weight: 200;
        margin-top: 100px;
        margin-bottom: 60px;
    }
    .ser_slider_con p {
        font-size: 20px;
        line-height: 35px;
        margin-bottom: 10px;
    }
/*footer begin*/
    .footer {
        background: #1e1e29;
        padding: 30px 0;
    }
    .fot_l h3 {
        color: #bcbcbd;
        font-weight: 700;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .fot_l span {
        line-height: 25px;
        color: #8e8e91;
    }
    .fot_l_ico {
        margin-top: 60px;
    }
    .fot_l_ico a {
        margin-right: 20px;
    }
    .code_title,
    .dw_title {
        font-size: 16px;
        font-weight: 700;
        color: #bcbcbd;
    }
    .code_title img {
        vertical-align: middle;
    }
    .fot_code > img,
    .fot_code span {
        color: #fff;
        display: block;
        text-align: center;
    } 
    .fot_code > img {
        margin-top: 10px;
    }
    .fot_code span {
        margin-top: 10px;
    }
    .dw {
        margin-right: 80px;
    }
    .dw a {
        color: #fff;
        display: block;
        margin: 20px 0;
        font-size: 18px;
        font-weight: 200;
    }
/*footer end*/