@charset "utf-8";
/* CSS Document */

body {padding:0; margin: 0; font-size: 12px; font-family:"Microsoft Yahei";}
ul,ol,p{list-style:none; padding: 0; margin: 0;}
.clear{clear:both;}

.container{width: 90%; margin: 0 auto;}
a{text-decoration:none;}
.banner{width:100%; min-height: 100vh;  background:url("../img/home_bg_tel.jpg") no-repeat; background-size: 100% 100%;}
.banner .top{padding:30px; display: flex; justify-content: space-between;}
.banner .top .logo{color:#FFF; font-size: 18px; display: flex; align-items: center;}
.banner .top .logo img{width: 23px; margin-right: 10px;}
.banner .top .menu{display: flex; align-items: center;}
.banner .top .menu a{ padding:0 10px; color: #EEEEEE}
.banner .t1{font-size:4.5rem; text-align: center; color: #FFF; font-weight: bold; padding-top: 4%;}
.banner .txt{padding:4% 0; display: flex; justify-content: center; width: 100%;}

.banner .txt .box-item{padding:0px 60px; color: #FFF; border-right: 2px solid;
    -webkit-border-image: -webkit-linear-gradient(top, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .3), hsla(0, 0%, 100%, 0)) 0 1;border-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .3), hsla(0, 0%, 100%, 0)) 0 1;}
.banner .txt .box-item:last-child{border-right:none;}
.banner .txt .box-item .t1{ font-size: 28px; }
.banner .txt .box-item .t1  strong{font-size:52px; font-weight: normal; font-weight: bold;}
.banner .txt .box-item .t2{font-size: 24px;}
.banner .btn-box{max-width: 1200px; margin: 4% auto 0; display: flex; justify-content: space-between;}
.banner .btn-box .box-xz{width:48%; background:#FFF; border-radius: 50px; padding: 20px 0; text-align: center; cursor: pointer; color: #4853e3; font-size: 42px; font-weight: bold; display: flex; align-items: center; justify-content: center;}
.banner .btn-box .box-xz img{width:46px; margin-right: 10px;}

.pd50{padding:50px 0;}
.hot{ margin-top:30px;}
.hot .hot-tit{ display: flex;}
.hot .hot-tit .tit-item{border-radius:50px; background: linear-gradient(315deg, #eb4eb1, #9257f9 50%, #3150ed); padding: 8px 30px; font-size: 22px; color: #FFF; display: flex; align-items: center;}
.hot .hot-tit .tit-item img{width: 30px; margin-right: 10px;}
.hot .t1{ padding-top: 40px; font-size: 48px; color: #333;}
.hot .t2{padding-top: 20px;  color: #888; font-size: 22px;}
.hot-pic{ text-align:center;}
.hot-pic img{width:40%;}
.copyright{padding:20px; text-align: center; font-size: 12px;}
.copyright a{ color: #333;}


.open {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
    display: none;
}
.bigwx {
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width:80%;
    max-width: 500px;
    height: 360px;
    margin: auto;
    text-align: center;
    overflow: hidden;
	-webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
.bigwx .close {
	position: absolute; top:10px; right: 10px;
    cursor: pointer;
}

.bigwx .title{background: #4853e3; padding:20px 0; text-align: center; position: relative;}
.bigwx .bj_bd{width:90%; margin: 30px auto 0; display: flex; flex-flow: wrap;}
.bigwx .bj_bd .bd_l{width:10%; text-align: center; display: flex; justify-content: center; align-items: center;}
.bigwx .bj_bd .bd_l i{font-size:28px; color: #4853e3;}
.bigwx .bj_bd .bd_r{width:100%;}
.bigwx .bj_bd .bdtxt{padding:0 12px; line-height: 45px; border: none;  color: #333; font-size: 13px; width: 90%; background: #f4f4f4; border-left: 4px solid #4853e3;}
input:focus{outline:none}

.bigwx .tijiao {
    background: #4853e3;
    width: 82%;
    padding: 10px 0;
    text-align: center;
    font-size: 22px;
    color: #FFF;
    border-radius: 10px;
    border: none;
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -webkit-transform: translate3d(0,-2px,0);
    cursor: pointer;
	margin: 30px auto 0;
}

.btn {
    display: block;
    position: relative;
    top: 100px;
    margin: 20px;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
    color: salmon;
    background-color: skyblue
}

.btn-on {
    background-color: #4853e3;
}

@media (max-width:767px) {
	.container{ padding: 10px;}
	.banner .t1{font-size:2rem; padding-top: 12%;}
	.banner .txt .box-item .t1 strong{font-size:28px;}
	.banner .txt .box-item{padding:0 20px;}
	.banner .txt .box-item .t2{font-size:16px;}
	.banner .btn-box{width:100%; flex-wrap: wrap; justify-content: center;}
	.banner .btn-box .box-xz{width:80%; margin-bottom: 30px; font-size: 28px; padding: 15px 0;}
	.banner{min-height:auto!important; padding-bottom: 10%;}
	.hot .t1{font-size:28px;}
	.hot .t2{font-size:18px;}
	.hot-pic img{width:70%;}
}