@charset "utf-8";

/* CSS Document */
body {
    font-family: "FZLanTingHeiS-H-GB", "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif, ;
    overflow-x: hidden;
    color: #000;
    background: #ffffff;
}

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 {
    display: block;
    border: none;
    max-width: 100%;
}

textarea,
select {
    border: none;
    outline: none;
    resize: none;
}

a {
    color: #0d0d0d;
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

input {
    border: none;
    background: none;
    outline: none;
    -webkit-appearance: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

/* 通用头部 */
.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: 100%;
    max-width: 1200px;
    padding: 0 2%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ht_top h1 a {
    display: block;
    width: 131px;
    height: 40px;
    overflow: hidden;
    text-indent: -100em;
    background: url(http://www.huatu.com/z/topfooter/images/logo.gif) no-repeat;
    background-size: 80% 80%;
    font-size: 12px;
}

.ht_top .topnav {
    color: #0d0d0d;
    font-size: 12px;
}

.ht_top .topnav a {
    padding: 0 8px;
}

.ht_top .topnav a:hover {
    color: #e4393c;
    text-decoration: underline;
}

/* 通用头部 end */


/* 通用底部 */

.footer {
    clear: both;
    position: relative;
    text-align: center;
    padding: 2% 0;
}

.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;
}

/* 通用底部 end */
/* start */
* {
    box-sizing: border-box;
}

.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.main{
    background: url(../images/body.png) no-repeat;
    background-size: 100% 100%;
}
.body {
    position: relative;
    z-index: 10;
    padding-top: 4%;
}

.banner_slg {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 3%;
}
/* con1 */
.con1_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.con1_item{
    width: 48%;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    background-image: -moz-linear-gradient( 90deg, rgb(175,228,252) 0%, rgb(243,252,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(175,228,252) 0%, rgb(243,252,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(175,228,252) 0%, rgb(243,252,255) 100%);
    box-shadow: 0px 0px 16.38px 1.62px rgba(2, 125, 183, 0.4);
    overflow: hidden;
    margin-bottom: 4%;
}
.con1_itemLeft,.con1_item_Right{
    width: 50%;
}

.con1_top{
    width: 100%;
    display: flex;
    height: 60px;
}
.con1_titR{
    display: block;
    margin-left: -1px;
}
.con1_topL{
    flex-grow: 1;
    background-image: linear-gradient(to right,#ff885a,#ff4728);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4% 4%;
    
}
.con1_topL p {
    font-size: 37px;
    font-family: "FZLanTingHeiS-B-GB";
    color: rgb(255, 255, 255);
    text-shadow: 0px 3px 3.64px rgba(249, 55, 18, 0.8);
    margin-left: 4%;
}
.con1_img{
    width: 230px;
    height: 160px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 19.11px 1.89px rgba(174, 217, 237, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    margin:20px;
}
.con1_tit{
    font-size: 24px;
    font-family: "FZLanTingHeiS-H-GB";
    color: rgb(34, 43, 48);
    text-align: center;
    height: 60px;
    line-height: 60px;
}
.con1_item_Right ul{
    margin-top:20px;
}
.con1_item_Right li {
    font-size: 18px;
    font-family: "Adobe Heiti Std";
    color: rgb(34, 43, 48);
    line-height: 1.8;
}

.con1_btn{
    display: block;
    width: 179px;
    height: 62px;
    line-height: 60px;
    background: url(../images/con1_btn.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    font-family: "FZLanTingHeiS-B-GB";
    color: rgb(255, 255, 255);
    margin-top: 4%;
}

.gg_box{
    border-radius: 10px;
    background-color: rgb(32, 114, 234);
    padding: 1% 0;
    margin-top: 2%;
}
.gg_content{
    display: flex;
    align-items: center;
    justify-content: center;
}
.gg_code{
    width: 178px;
    height: 178px;
    margin-right: 4%;
}
.search{
    width: 50%;
    display: flex;
    align-items: center;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    padding: 1.2% 2%;
}
.search p{
    background-image: -moz-linear-gradient( 90deg, rgb(12,135,255) 0%, rgb(67,175,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(12,135,255) 0%, rgb(67,175,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(12,135,255) 0%, rgb(67,175,255) 100%);
    font-size: 22px;
    font-family: "FZLanTingHeiS-DB-GB";
    color: rgb(255, 255, 255);
    margin-right:4%;
    padding: 1% 0;
    width: 80%;
    text-align: center;
}
.gg_right i {
    display: block;
    font-size: 24px;
    font-family: "FZLanTingHeiS-DB-GB";
    color: rgb(255, 255, 255);
    margin-top: 4%;
    font-style: normal;
}
.con2 ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.con2 ul li img{
    width: 390px;
    height: 229px;
    border-radius: 10px;
}
.con2_tit{
    margin: 6% auto;
}
.tc_code{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: none;
}
.code_box{
    width:300px;
    height: 300px;
    background-color: #ffffff;
    padding: 1%;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 14%;
    position: relative;
}
.close{
    position: absolute;
    right: -14%;
    top: -14%;
    transition: all .3s;
    cursor: pointer;
}
.close:hover{
    transform: rotate(180deg);
}
/* end */

@media screen and (max-width:1200px) {
    html {
        font-size: 50px;
    }

    .Width {
        width: 100%;
    }

    .banner {
        height: auto;
        padding-top: 4%;
        padding-bottom: 20%;
    }

    .container {
        width: 100%;
        padding: 2%;
        z-index: 2;
    }

    .con1_topL p{
        font-size: 0.36rem;
    }
    .con1_tit{
        font-size: 0.24rem;
    }
    .con1_item_Right li{
        font-size: 0.18rem;
    }
    .con1_item{
        width: 100%;
    }
    .con1_img{
        width: 2.3rem;
        height: 1.6rem;
    }
    .con1_btn{
        width: 1.8rem;
        height: .62rem;
        line-height: .62rem;
        font-size: 0.24rem;
    }
    .con1_topL img{
        width: 10%;
    }
    .con1_top,.con1_tit {
        height: 0.8rem;
        line-height: 0.8rem;
    }
    .con2_tit{
        width: 50%;
    }
    .gg_code{
        width: 1.78rem;
        height: 1.78rem;
    }
    .search p{
        font-size: 0.22rem;
    }
    .search img{
        width: 10%;
    }
    .gg_right i{
        font-size: 0.24rem;
    }
    .con2 ul li img{
        width: 3.9rem;
        height: 2.29rem;
    }
    .footer p,.footer a{
        font-size: 0.16rem;
        line-height: 1.6;
    }
}