@charset "utf-8";

/* CSS Document */
body {
    font-family: "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif;
    overflow-x: hidden;
    color: #333;
    /* background: #16165e; */
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
select,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

img {
    border: none;
    max-width: 100%;
}

a {
    color: #0d0d0d;
    text-decoration: none;
}


ul,
li {
    list-style: none;
}
.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

.clearfix {
    *zoom: 1
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
  }
*{box-sizing: border-box;}
/* 通用头部 */
.ht_top {
    width: 100%;
    background: #fafafa url(https://www.huatu.com/z/topfooter/images/nav_bg.gif) repeat-x 0 0;
    line-height: 41px;
    overflow: hidden;
}

.Width {
    width: 80%;
    background: red;
    margin: 0 auto;
}

.ht_top .zt_top {
    width: 1070px;
    height: 41px;
    margin: 0 auto;
}

.ht_top h1 {
    float: left;
}

.ht_top h1 a {
    float: left;
    width: 131px;
    height: 40px;
    overflow: hidden;
    text-indent: -100em;
    background: url(http://u3.huatu.com/uploads/allimg/250905/660693-250Z51401480-L.png) no-repeat;
    font-size: 12px;

}

.ht_top .topnav {
    float: right;
    color: #0d0d0d;
    font-size: 12px;
}

.ht_top .topnav a {
    padding: 0 8px;
}

.ht_top .topnav a:hover {
    color: #e4393c;
    text-decoration: underline;
}

/* start */
.container{
    width: 1200px;
    margin: 0 auto;
}
.header{
    background: url(../images/header.png) no-repeat top center;
    background-size: auto;
    text-align: center;
}
.header img{
    display: block;
    width: 100%;
}
/* con1 */
.body{
    background: url(../images/body_02.png) no-repeat top center;
    background-size: cover;
    padding-bottom: 2%;
    padding-top: 2%;
    max-width: 1920px;
    margin: 0 auto;
}
.con_center{
    background: url(../images/con_center.png) repeat-y;
    background-size: 100% 100%;
    padding: 0 6%;
    padding-bottom: 1%;
    margin-top: -1%;
    padding-top: 4%;
}
.con_tit{position: relative;}
.con_tit h1{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    margin-top: 2%;
    color: #f05a18;
    font-size: 51px;
}
.con_text{
    line-height: 55px;
    background: url(../images/con_text_03.png) no-repeat top center;
    background-size: contain;
}
/* .con_pad{
    padding: 0 6%;
} */
.con_text h1{
    text-align: center;
    font-size: 34px;
    color: #f05a18;
    position: relative;
}
.con1_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4%;
    margin-top: 4%;
}
.con1_top p{
    font-size: 21px;
    color: #333;
    width: 33%;
}
.con1_box{
    display: flex;
}
.con1_left{
    width: 58%;
}
.con1_right{
    width: 42%;
}
.con1_top .change_color{
    color: #e3552e;
    font-weight: bold;
}
.con1_top p span{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #5d73ed;
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 12%;
}
.con1_card ul {
    display: flex;
    align-items: end;
}
.con1_card ul li{
    width: 25%;
    text-align: center;
    background: #ffeae3;
    font-size: 20px;
    color: #e34f2e;
    height: 58px;
    line-height: 58px;
    border-radius: 20px 20px 0 0;
    cursor: pointer;
}
.con1_cardBox{
    border-top: 6px solid #3e56d7;
}
.con1_card ul .cur{
    height: 78px;
    line-height: 78px;
    background-color: #3e56d7;
    color: #fff;
    font-size: 24px;
}
.con1_item{
    display: none;
}
.card_show{
    display: block;
}
.con1_right ul{
    padding-top: 18%;
}
.con1_right ul li{
    width: 390px;
    height: 157px;
    display: flex;
    align-items: center;
    background: url(../images/con1_rBg1.png) no-repeat top center;
    background-size: 100% 100%;
    padding: 4%;
    margin: 0 auto;
}
.con1_right ul li span{
    width: 102px;
    height: 102px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 220, 94);
    border-radius: 50%;
    background-image: -moz-linear-gradient( 90deg, rgb(255,82,42) 0%, rgb(241,80,44) 40%, rgb(227,78,46) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,82,42) 0%, rgb(241,80,44) 40%, rgb(227,78,46) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,82,42) 0%, rgb(241,80,44) 40%, rgb(227,78,46) 100%);
    font-weight: bold;
}
.con1_right ul li:nth-child(2){
    background: url(../images/con1_rBg2.png) no-repeat top center;
    background-size: 100% 100%;
    margin: 4% auto;
}
.con1_right ul li:nth-child(2)>span{
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 220, 94);
    border-radius: 50%;
    background-image: -moz-linear-gradient( 90deg, rgb(76,100,228) 0%, rgb(43,68,201) 99%);
    background-image: -webkit-linear-gradient( 90deg, rgb(76,100,228) 0%, rgb(43,68,201) 99%);
    background-image: -ms-linear-gradient( 90deg, rgb(76,100,228) 0%, rgb(43,68,201) 99%);
}
.con1_right ul li p{
    font-size: 16px;
    color: #fff;
    margin-left: 6%;
}
/* con2 */
.con2 ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4%;
    margin-bottom: 4%;
}
.con2 ul li{
    width: 30%;
    padding: 0 2%;
    padding-top: 8%;
    padding-bottom: 4%;
    border-radius: 20px;
    background-image: -moz-linear-gradient( 0deg, rgb(227,77,46) 0%, rgb(227,93,46) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(227,77,46) 0%, rgb(227,93,46) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(227,77,46) 0%, rgb(227,93,46) 100%);
    box-shadow: 1.5px 2.598px 8px 0px rgba(208, 158, 159, 0.83);
    position: relative;
    overflow: hidden;
    height: 440px;
}
.con2 ul li:nth-child(2){
    background-image: -moz-linear-gradient( 90deg, rgb(55,79,208) 1%, rgb(76,100,228) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(55,79,208) 1%, rgb(76,100,228) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(55,79,208) 1%, rgb(76,100,228) 100%);
}

.con2 ul li .con2_jb{
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    text-align: center;
    transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    background: #ffdd63;
}

.con2 ul li h1{
    color: #fff;
    font-size: 34px;
    margin-bottom: 6%;
}
.con2 ul li p{
    color: #fff;
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 4%;
}
.con2 ul li .con2_jb p{
    transform: skew(20deg);
    color: #e3522e;
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
}
.con2 ul li a{
    display: block;
    width: 60%;
    font-size: 22px;
    color: #e54d43;
    background-color: rgb(255, 255, 255);
    box-shadow: 1.408px 2.649px 13px 0px rgba(237, 85, 77, 0.29);
    padding: 4% 0;
    text-align: center;
    margin: 0 auto;
    border-radius: 30px;
    margin-top: 10%;
}
.con2 ul li img{
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    width: 64%;
}
.con2 ul li .con2_text{
    font-size: 18px;
}
.kssm_box{
    width: 96%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 0px 38px 0px rgba(198, 198, 198, 0.64);
    margin: 0 auto;
    margin-top: -2%;
    position: relative;
    background-color: #fff;
    border-radius: 0 0 10px 10px ;
}
.con2 .kssm_box p{
    margin-right: -10%;
}
.kssm_bg{
    padding: 2% 0;
    background-color: #3e56d7;
    border-radius: 30px;
}
.kssm_icon{
    margin-left: 4%;
    margin-right: 4%;
}
.kssm_box p{
    font-size: 16px;
    color: #333;
    position: relative;
    line-height: 1.8;
}
.con_text  img{
    display: inline-block;
    margin-top: -4%;
}

.context_img{
    display: flex;
    align-items: center;
    justify-content: center;

}
.con_text .context_img h1 {
    text-align: center;
    font-size: 34px;
    color: #f05a18;
    position: relative;
    margin-left: 4%;
}
/* con3 */
.con3_box ul{
    display: flex;
    align-items: center;
    justify-content:space-around;
    flex-wrap: wrap;
}
.con3_box ul li{
    width: 32%;
    text-align: center;
    /* margin-right: 2%; */
    margin-bottom: 4%;
}
.con3_box{
    border-radius: 27px;
    background-image: -moz-linear-gradient( 0deg, rgb(227,77,46) 0%, rgb(227,93,46) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(227,77,46) 0%, rgb(227,93,46) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(227,77,46) 0%, rgb(227,93,46) 100%);
    box-shadow: 1.5px 2.598px 8px 0px rgba(208, 158, 159, 0.83);
    padding: 2%!important;
    margin-top: 4%;
}
.con3_box ul li p{
    color: #fff;
    font-size: 18px;
    margin-top: 4%;
}
.con3_box ul li img{
    width: 100%;
    border-radius: 20px;
    border: 2px solid #ffdb58;
    height: 230px;
    padding: 10% 0;
}
.con3 .kssm{
    margin-top: 4%;
}
.con3 .kssm_bg{
    border-radius: 16px;
    background-image: -moz-linear-gradient( 0deg, rgb(227,77,46) 0%, rgb(227,93,46) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(227,77,46) 0%, rgb(227,93,46) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(227,77,46) 0%, rgb(227,93,46) 100%);
    box-shadow: 1.5px 2.598px 8px 0px rgba(208, 158, 159, 0.83);    
}
.con3 .kssm_box p{
    width: 70%;
    font-size: 16px;
}
.con3 .kssm_box p i{
    color: #e9311f;
    font-style: normal;
}
.add_code{
    display: flex;
    align-items: center;
    z-index: 9;
    margin: 2% 0;
}
.add_code img{
    width: 60%;
}
.add_code div{
    text-align: center;
}
.jpgz_img{
    position: absolute;
    right: 0;
    bottom: 0;
}
.con3 .kssm_box div div{
    width: 30%;
}
.con3 .kssm_box div div p{
    width: 100%;
    text-align: center;
}
/* con4 */
.con4 ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.con4 ul li{
    width: 32%;
}
.con4 ul li img{
    border-radius: 30px;
    border: 4px solid #fa8b80;
}
.con4 ul li p{
    font-size: 18px;
    background-color: #ffe5dd;
    padding: 4% 0;
    border-radius: 0 0 20px 20px ;
    text-align: center;
    margin-top: 2%;
}
/* con5 */
.region {
    display: flex;
    flex-wrap: wrap;
}

.region a {
    display: block;
    width: 141px;
    background: #f05a18;
    line-height: 50px;
    background-size: contain;
    margin-left: 2.6%;
    margin-bottom: 2%;
    text-align: center;

    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.region a:hover {
    background: #f05a18;
    color: #fff;
}

.box04_bottom {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 4%;
}

.tab_container {
    display: flex;
    justify-content: space-between;
}

.zx-left {
    width: 70%;
    line-height: 40px;
}

.zx-right {
    width: 161px;
    height: 161px;
    margin-top: 3%;
}

.zx-right img {
    border-radius: 10px;
}

.zx-left h2 {
    color: #e64d43;
    padding-top: 3%;
}

.zx-left p {
    color: #000;
}

.zx-left a {
    color: #000;
}

.link_container p {
    color: #000;
}
.link_container p a.service{
    color: #fff;
    padding: 2% 6%;
    border-radius: 30px;
    cursor: pointer;
    text-align: center;
   background-color: #e30a07;
   margin-left: 18%;
}

.zx-right {
    text-align: center;
}
.mgt_4{
    margin-bottom: 4%;
}
/* end */


/* 通用底部 */

.footer {
    clear: both;
    position: relative;
    padding: 30px 0 0 0;
    text-align: center;
    /* padding-bottom: 40px; */
    margin-bottom: 2%;
}

.footer p {
    position: relative;
    z-index: 2;
    color: #000;
    font-size: 16px;
    line-height: 30px;
}

.footer p span {
    padding: 0 5px;
}

.footer p a {
    color: #000;
}
.mgt_4{
    margin-bottom: 4%;
}
.add_text{
    margin-top: 10%;
}
.con3  .add_bg{
    background-image: -moz-linear-gradient( 0deg, #fd851b 0%,#fd861b 100%);
    background-image: -webkit-linear-gradient( 0deg, #fd851b 0%,#fd861b 100%);
    background-image: -ms-linear-gradient(0deg, #fd851b 0%,#fd861b 100%);
    box-shadow: 1.5px 2.598px 8px 0px rgba(208, 158, 159, 0.83); 
}

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 140px;
    /* object-fit: cover; */
    border: 2px solid #ffdb58;
    border-radius: 20px;

  }
  .swiper-slide li p{
    color: #fff;
    font-size: 18px;
    margin-top: 4%;
  }
  .con3_box ul li:nth-child(4){
    margin-right: -25%;
  }
@media screen and (max-width:1600px) {

}
  
@media only all and (max-width: 1080px){
    .Width{
        width: 99%;
    }
    .container{
        width: 100%;
    }
    .header {
        background: url(../images/header.png) no-repeat top center;
        background-size: contain;
        text-align: center;
    }
    .header img {
        display: block;
        width: 63%;
        margin: 0 auto;
    }
    .con_tit h1 {
        margin-top: 1%;
        font-size: 18px;
    }
    .con1_box{
        flex-wrap: wrap;
    }
    .con1_left,.con1_right{
        width: 100%;
    }
    .con1_top p {
        font-size: 14px;
    }
    .con1_top p span {
        margin-right: 0%;
    }
    .con1_card ul li {
        width: 34%;
    }
    .con1_card ul li {
        font-size: 16px;
        height: 30px;
        line-height: 30px;
    }
    .con1_card ul .cur {
        height: 40px;
        line-height:40px;
        font-size: 18px;
    }
    .con1_right ul li{
        width: 95%;
        height: 125px;
    }
    .con1_right ul li p {
        font-size: 14px;
        color: #fff;
        margin-left: 6%;
    }
    .con_text h1 {
        text-align: center;
        font-size: 14px;
        color: #f05a18;
        position: relative;
    }
    .con_text{
        line-height: 1.2;
    }
    .con2 ul{
        flex-wrap: wrap;
    }
    .con2 ul li {
        width: 48%;
        height: 260px;
        margin-bottom: 4%;
    }
    .con2 ul li p {
        font-size: 16px;
    }
    .con2 ul li h1 {
        font-size: 18px;
    }
    .con2 ul li .con2_jb p {
        font-size: 14px;
    }
    .con2 ul li a {
        font-size: 14px;
    }
    .con2 ul li .con2_text {
        font-size: 14px;
    }
    .con2 ul li img{
        display: block;
        width: 70%;
        margin: 0 auto;
    }
    .con2 ul li p {
        font-size: 14px;
    }
    .kssm_box{
        flex-wrap: wrap;
        padding: 2%;
    }
    .kssm_box p{
        margin-right: 0;
    }
    .kssm_icon{
        margin: 0 auto;
        margin-bottom: 2%;
        width: 36%;
    }
    .con_text img {
        width: 8%;
    }
    .con_text .context_img h1 {
        font-size: 14px;
    }
    .con3_box ul li p {
        font-size: 12px;
    }
    .con3_box ul li {
        width: 30%;
        text-align: center;
        margin-right: 2%;
        margin-bottom: 4%;
    }
    .con3 .kssm_box p {
        margin-right: 0%;
        font-size: 16px;
    }
    .con4 ul li p {
        font-size: 12px;
        background-color: #ffe5dd;
        padding: 4% 0;
        border-radius: 0 0 10px 10px;
        text-align: center;
        margin-top: 2%;
    }
    .con_center {
        margin-top: -1.1%;
        margin-bottom: -1%;
    }
    .region a{
        width: 17%;
        font-size: 14px;
    }
    .con1_right ul li span{
        width: 90px;
        height: 90px;
        font-size: 20px;
    }
    .jpgz_img{
        margin-top: -20%;
    }
    .con4 ul{
        flex-wrap: wrap;
    }
    .con4 ul li{
        width: 48%;
        margin-bottom: 4%;
    }
}
.txt {
    animation: banner_ani 2s linear infinite alternate;
    -webkit-animation: banner_ani 2s linear infinite alternate;
    -moz-animation: banner_ani 2s linear infinite alternate;
    -o-animation: banner_ani 2s linear infinite alternate;
    -ms-animation: banner_ani 2s linear infinite alternate;
  }
@keyframes banner_ani {
    0% {
      transform: scale(1);
      opacity: .8;
    }
  
    50% {
      transform: scale(1.05);
      opacity: 1;
    }
  
    100% {
      transform: scale(1);
      opacity: .8;
    }
  }
}