* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

a:focus {
    outline: none;
}

a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a:link {
    color: inherit;
    text-decoration: none;
}

a:visited {
    color: inherit;
    text-decoration: none;
}

img {
    width: 100%;
    border: none;
    vertical-align: middle;
}

body {
    color: #333333;
    line-height: 1.6;
    font-family: "Microsoft YaHei", "pf", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif !important;
    background-color: #FFF;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.none {
    display: none;
}

.clear_fix {
    clear: both
}

.clear_fix:after {
    content: " ";
    display: block;
    clear: both;
}

.clear_fix:before {
    content: " ";
    display: block;
    clear: both;
}

.nav_box {
    width: 100%;
    position: fixed;
    min-width: 1200px;
    left: 0;
    top: 0;
    z-index: 99;

}

.nav_box_top {
    width: 100%;
    min-width: 1200px;
    background-color: #2d81f8;
    padding: 14px 0;
}

.nav_box_top_con {
    width: 80%;
    margin: 0 auto;

}

.nav_box_top_l {
    font-size: 14px;
    color: #fff;
}

.nav_box_top_r {

}

.nav_box_top_r_p {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    cursor: pointer;
}

.nav_box_top_r_p img {
    display: inline-block;
    width: 12px;
    height: 13px;
    vertical-align: middle;
    margin-left: 12px;
}

.nav_box_top_r_p span {
    display: inline-block;
    vertical-align: middle;
}

.nav_box_bottom {
    width: 100%;
    min-width: 1200px;
    background-color: #fff;
}

.nav_box_bottom_con {
    width: 80%;
    margin: 0 auto;
    padding: 5px 0 0px 0;
}

.nav_box_bottom_logo {
    display: block;
    width: 209px;
    height: 62px;
}

.nav_box_bottom_r {
    margin-right: -10px;
    margin-top: 26px;
}

.nav_box_bottom_r_p {
    font-size: 0;
    display: inline-block;
}

.nav_box_bottom_r_p span {
    margin: 0 10px;
    cursor: pointer;
}

.nav_box_bottom_r_pa {
    font-size: 16px;
    color: #2b2b2b;

}

.nav_box_bottom_r_pb {
    font-size: 16px;
    color: #c0c0c0;
}

.nav_box_bottom_r_pa.active {
    color: #1676ff;

}

.index_banner {
    margin-top: 124.22px;
    width: 100%;
    min-width: 1200px;

}

.index_banner .swiper-container {
    width: 100%;
}

.index_banner img {
    display: block;
    width: 100%;
    min-height: 799px;
}

.index_banner .swiper-slide {
    position: relative;
}

.index_banner_con {
    position: absolute;
    width: 1200px;
    height: 100%;
    left: 50%;
    margin-left: -600px;
    top: 0;

}

.index_banner_wenzi {
    padding-top: 153px;
}
.index_banner_wenzi img{
    display: block;
    margin: 0 auto;
    width: 1117px;
    height: 339px;
    min-height: 339px!important;
}

.index_banner_wenzi p {
    text-align: center;
}

/*.index_banner_wenzi_pa {*/
    /*font-size: 50px!important;*/
    /*color: #fff;*/
    /*margin-bottom: 58px;*/
/*}*/
.index_banner_wenzi_pa {
    font-size: 75px;
    color: #fff;
    margin-bottom: 58px;
}

/*.index_banner_wenzi_pb {*/
    /*font-size: 35px!important;*/
    /*color: #fffffb;*/
    /*margin-bottom: 32px;*/
/*}*/
.index_banner_wenzi_pb {
    font-size: 50px;
    color: #fffffb;
    margin-bottom: 32px;
}

/*.index_banner_wenzi_pc {*/
    /*font-size: 20px!important;*/
    /*color: #fffffb;*/
    /*margin-bottom: 18px;*/
/*}*/

.index_banner_wenzi_pc {
    font-size: 28px;
    color: #fffffb;
    margin-bottom: 18px;
}

/*.index_banner_wenzi_pd {*/
    /*font-size: 18px!important;*/
    /*color: #fffffb;*/
    /*margin-top: 35px;*/
/*}*/

.index_banner_wenzi_pd {
    font-size: 28px;
    color: #fffffb;
    margin-top: 35px;
}

.index_banner_btn {
    text-align: center;
    margin-top: 50px;
    cursor: pointer;
}

.index_banner_btn button {
    display: inline-block;
    width: 150px;
    height: 50px;
    /*font-size: 0;*/
    -webkit-border-radius: 34.5px;
    -moz-border-radius: 34.5px;
    border-radius: 34.5px;
}

.index_banner_btna {
    border: 2px solid #9ac4ff;

    font-size: 26px;
    color: #90beff;
    background-color: transparent;
    margin-right: 87px;
    outline: none;

}

.index_banner_btnb {
    font-size: 26px;
    color: #fff;
    border: none;
    background-image: linear-gradient(to right, #2d81f8, #1c74f2);

}

.cebian_box {
    width: 152px;
    height: 364px;
    position: fixed;
    right: -124px;
    top: 50%;
    margin-top: -128px;
    z-index: 99;
    transition: all 2s;

}
.cebian_box:hover{
    right: 0;
}

.cebian_box_top {
    display: block;
    width: 152px;
    height: 147px;
    position: relative;
    z-index: 2;
}

.cebian_box_middle {
    width: 132px;
    margin: -20px auto 0;
    /*height: 84px;*/
    padding: 6px 0 15px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    background-color: #d73062;
    cursor: pointer;
    overflow: hidden;
}

.cebian_box_middle img {
    display: block;
    margin: 15px auto 0;
    width: 26px;
    height: 30px;

}

.cebian_box_middle p {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.cebian_box_bottom {
    width: 132px;
    margin: 3px auto 0;
    background-color: #6d53b0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 19px 0 17px 0;
    cursor: pointer;
}

.cebian_box_bottom img {
    width: 85px;
    height: 85px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 auto;
    display: block;

}

.cebian_box_bottom p {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 15px;
}

.index_daifa {
    width: 100%;
    height: 1400px;
    background: url("../img/index_daifa_bg.png") no-repeat center center;
    background-size: 100% 100%;
    padding-top: 64px;
}

.index_same_navpa {
    font-size: 35px;
    color: #3c77f0;
    text-align: center;
    margin-bottom: 37px;
    position: relative;
}

.index_same_navpa:before {
    content: "";
    display: block;
    position: absolute;
    width: 281px;
    height: 2px;
    background-color: #dedede;
    left: 50%;
    top: 90px;
    margin-left: -140.5px;
}

.index_same_navpa:after {
    content: "";
    display: block;
    width: 43px;
    height: 8px;
    position: absolute;
    background-color: #4f4f4f;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    left: 50%;
    margin-left: -21.5px;
    top: 87px;

}

.index_same_navpb {
    font-size: 16px;
    color: #747474;
    text-align: center;
}

.index_same_con {
    width: 800px;
    margin: 0 auto;
}

.index_daifa_img {
    display: block;
    width: 100%;
    height: auto;
    margin: 60px auto 0;
}

.index_daifa_top {
    margin-bottom: 60px;
}

.index_daifa_li {
    width: 30%;
    margin-right: 5%;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding-top: 41px;
    height: 350px;
}
.index_daifa_li img{
    width: 90%!important;
    height: auto!important;
    margin: 0 auto;
}
.index_daifa_ul {
    margin-top: 100px;
    width: 100%;
}

.index_daifa_li_img {
    /*width: 210px;*/
    /*height: 126px;*/
    display: block;
    margin: 0 auto;

}

.index_daifa_lipa {
    text-align: center;
    font-size: 18px!important;
    color: #343434;
    margin-top: 18px!important;
}

.index_daifa_lipb {
    font-size: 14px!important;
    color: #a2a2a2;
    width: 90%!important;
    text-align: center;
    margin: 23px auto 0;
    background: transparent!important;

}

.index_youshi {
    width: 100%;
    min-width: 1200px;
    height: auto;
    background-image: linear-gradient(to right, #6bb1ff, #0480e6);
    padding-top: 86px;
    padding-bottom: 86px;
}

.index_navw p {
    color: #fff;

}

.index_navpaw:after, .index_navpaw:before {
    background-color: #fff !important;

}

.index_youshi_ul {
    width: 100%;
}

.index_youshi_li {
    width: 33.33%;
    height: auto;
    margin-top: 67px;
}

.index_youshi_liimg {
    display: block;
    width: 50px;
    height: 43px;

}

.index_youshi_lir {
    width: 70%;
    margin-left: 26px;

}

.index_youshi_lir_pa {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    width: 90%;
}

.index_youshi_lir_pb {
    font-size: 16px;
    color: #fff;
    width: 90%;

}

.index_zengsong {
    min-width: 1200px;
    background-color: #fff;

    width: 100%;
    padding: 60px 0;
}

.index_zengsong_p p {
    width: 1200px;
    margin: 89px auto 0;
    font-size: 16px;
    color: #333333;
}

.index_wenti {
    width: 100%;
    min-width: 1200px;
    background-color: #fafafa;
    background-image: url("../img/index_cjwtbga.png");
    background-size: 1162px 628px;
    background-position: 95% bottom;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
}

.index_wenti_con {
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
}

.index_wenti_pa {
    font-size: 33px;
    color: #333333;
    margin-top: 25px;
}

.index_wenti_pb  p{
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
}

.footer {
    padding: 40px 0 40px 0;
    width: 100%;
    min-width: 1200px;
    background: url("../img/footer_bg.png") no-repeat center center;
    background-size: 100% 100%;
}

.footer_con {
    width: 1200px;
    margin: 0 auto;
}

.footer_l {
    width: 50%;
}
.footer_l p{
    color: #fff;
}

.footer_r {
    width: 50%;
}

.footer_l_nav {
    font-size: 36px;
    color: #ffffff;
    position: relative;
    padding-left: 54px;

}
.footer_l_nav:after{
    content: "";
    display: block;
    width: 15px;
    height: 32px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -16px;
}
.footer_l_p{
    font-size: 16px;
    color: #fff;
    margin-top: 38px;
    width: 95%;
}
.footer_r{
    font-size: 0;
    padding-left: 164px;
    padding-top: 39px;
}
.footer_rcon{
    display: inline-block;
    margin-right: 90px;
}

.footer_rcon img{
    width: 120px;
    height: 121px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 auto;

}
.footer_rcon p{
    font-size: 20px;
    color: #fff;
    margin-left: -5px;
}



@media screen and (max-width: 1500px) {
    .nav_box_bottom_con{
        width: 100%;
        min-width: 1200px;
    }
    .nav_box_bottom_r_p span{
     margin: 0 5px;
    }
    .nav_box_bottom_logo {

        margin-left: 10%;
    }
    .nav_box_bottom_r{
        margin-right: 5px;
    }
}

@media screen and (max-width: 1200px){
    .nav_box_bottom_logo {
         margin-left: 0%;
    }
    .nav_box_bottom_r {
        margin-right: 5px;
        float: left;
        margin-left: 50px;
    }

}
.index_daifa {
    min-width: 1200px;
    margin: 0 auto;
}













































































































