.zong{
	background: url(../images/banner.jpg)no-repeat top center;
	position: relative;
	background-size:100% 100%;
}
.daohang{
    /* margin: 2rem 6rem; */
    color: #fff;
    text-align: center;
    justify-content: space-around;
    flex-wrap: wrap;
    display: flex;
    padding-top: 10px;
}
.daohang span {
    margin: 0.5rem 0.09rem;
    font-size: 14px;
    display: block;
    margin-bottom: 20px;
}
.daohang span a{
	color: #fff;
}

.bannerzt1{
	background: url(../images/bannerbj.png)no-repeat top center;
	position: relative;
	background-size:100%;
	padding: 0rem 3rem;
}
.bannerzt1 .biaoti{
	/* margin: 2rem 6rem; */
	color: #fff;
	text-align: center;
}
.bannerzt1 .biaoti span{
	margin: 1rem;
	font-size: 18px;
	display: block;
}
.bannerzt1 .btnr{
	padding: 2rem 2rem 3rem 2rem;
}
.bannerzt1 .biaoti h3 a{
	color: #FAC51C;
	font-weight: bold;
	font-size: 48px;
}
.bannerzt1 .biaoti .btp{
	border-radius: 20px;
    color: #fff;
    padding: 0.5rem 5rem;
    display: inline-block;
    margin: 0.5rem auto;
    font-size: 28px;
}
.bannerzt1 p {
    font-size: 22px;
    color: #dfef5b;
    padding: 30px 0px 0 0;
}
.bannerzt1 p span {
    background: url(../images/icon.png) left center no-repeat;
    padding-left: 40px;
    line-height: 40px;
    display: inline-block!important;
    font-weight: bold;
    text-shadow: 2px 2px 2px rgba(0,0,0,.4);
    margin: 0px 5px!important;
}
.bannerzt1 .biaoti .ggjk{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 60%;
}
.bannerzt1 .biaoti .ggjk img{
	width: 68px;
}
.wrap{
	background-color: inherit;
}

.zixun{
	display: block;
    background: #ff8e13;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    width: 60%;
    padding: 10px;
    font-size: 16px;
    border-radius: 10px;
}


/*适配移动*/
@media only screen and (min-width: 100px) and (max-width: 640px) {
	.bannerzt1{
		padding: 2rem 1rem;
	}
	.bannerzt1 .biaoti .btp{
		padding: 0;
	}
	.bannerzt1 .biaoti span{
		margin: 0.5rem;
	}
	.liuch ul li .con{
		width: 78%;
	}
	.fxx .zq p.zq1,.fxx .zq p.zq2,.fxx .zq p.zq3{
		background-size: 85% 170px;
		padding: 107px 10px 10px 10px;
		font-size: 12px;
	}
	.ggw h2{background-size: 100% 100%;}
	.zhuanzhu {
	    margin: 30px auto;
	    background: url(../images/zhunzhu.png) no-repeat top center;
	    height: 210px;
	    width: auto;
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-around;
	    background-size: 100% 100%;
	}
	.fxx{
		padding: 30px 0;
	}
}
@media only screen and (min-width: 100px) and (max-width: 320px) {
	.zhuanzhu p{
		padding: 20px 10px 0px 70px;
	}
}



.bannerzt1 .biaoti .ggjk .sp2{
	font-size: 30px;
	color: #F37934;
}
.zixun2{
	margin-top: 30px;
	border-radius: 10px;
	padding: 15px;
}
h4.tith4{
	text-align: center;
	font-size: 22px;
	margin: 10px auto;
}

.youshi{
	padding: 50px 0;
}

.jianjie{
	background: url(../images/jianjie.png) no-repeat top center;
	padding: 30px;
}
.jianjie h2{
	font-size: 26px;
	margin: 0px auto 20px auto;
	text-align: center;
	width: 200px;
	height: 60px;
	background: #000;
	color: #ffd84e;
	line-height: 60px;
	border-radius: 20px;
}
.jianjie p{
	font-size: 16px;
}

.fxx{
	background: url(../images/shenqing.jpg) no-repeat top center;
	padding: 30px 20px;
	background-size: 100% 100%;
	
}

h2.tith2{
	text-align: center;
	font-size: 30px;
}
.bai{
	color: #fff;
}
h2.tith2 span{
	color: #FBA026;
}

/*简介*/
.desgin-group{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 25px;
}
.desgin-group .item-1{
    background-image: url(../images/jj1.png);
}
.desgin-group .design{
    width: 48%;
    height: 120px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.desgin-group .item-2{
    background-image: url(../images/jj2.png);
}
.desgin-group .item-3{
    background-image: url(../images/jj3.png);
}
.desgin-group .item-4{
    background-image: url(../images/jj4.png);
}
.cover-bg{
    position: relative;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.desgin-group .design .inner{
    background: rgba(0,0,0,.5);
    padding: 0 15px;
    color: #fff;
    border-radius: 5px;
}
.br-mask{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.desgin-group .design .inner .title{
    margin: 30px 0 5px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
}
.desgin-group .design .inner .label{
    width: 20px;
    height: 5px;
    background: #09f;
    margin-bottom: 10px;
}
.desgin-group .design .inner .action{
    font-size: 12px;
}
.desgin-group .item-5{
    width: 100%;
    background-image: url(../images/jj5.png);
}


.gb_b_l {
	background: url(../images/main_01.jpg) right top no-repeat;
	position: relative;
	margin: 20px;
	}
.gb_b_l:before {
	content:"";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 18px;
	height: 18px;
	background: url(../images/icon-3.png) 0 0 no-repeat;
	}
.gb_b_l:after {
	content:"";
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 18px;
	height: 18px;
	background: url(../images/icon-4.png) 0 0 no-repeat;
	}
.gb_b_l ul { padding: 20px 30px;    box-shadow: 0 0 0.5rem rgba(158,167,213,.25);}
.gb_b_l li {
    text-overflow: ellipsis;
	white-space:nowrap;
    overflow: hidden;
	font-size: 16px;
	line-height: 34px;
	position: relative;
	padding-left: 15px;
	}
.gb_b_l li:before {
	content:"";
	position: absolute;
	width: 5px;
	height: 5px;
	background: #4e60b2;
	top: 16px;
	left: 0px;
	}
	
.gb_b_r h3 {
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	}
.b_info {
	display: flex;
	flex-wrap: wrap;
	margin: 0px 15px;
	}
.b_info li{
	display: block;
    overflow: hidden;
    margin: 5px;
    width: calc(25% - 16px);
    border-radius: 5px;
    text-align: center;
}
.b_info li p { font-size: 16px; padding-top: 5px;}
.b_info li a { display: block;}
.gb_bg{
	overflow: hidden;
}
@media only screen and (min-width: 100px) and (max-width: 320px) {
	.b_info li a img{
		width: 100%;
	}
	.b_info li{
		width: calc(27% - 16px);
	}
}

.cind4{
	padding: 30px 0;
}
.cind4 .cind4b .c4nr .ulc4 li{width: 33%;box-sizing: border-box;padding: 0 10px;}
.cind4 .cind4b .c4nr .ulc4 li:nth-child(3n){border-right: 0;}
.cind4 .cind4b .c4nr .ulc4 li .imgb{text-align: center;}
.cind4 .cind4b .c4nr .ulc4 li .imgb img{width: 59px;height: 59px;vertical-align: bottom;}
.cind4 .cind4b .c4nr .ulc4 li .wzb .wz1{font-size: 16px;color: #333;font-weight: 600;letter-spacing: 2px;text-align: center;line-height: 22px;margin: 10px auto;}
.cind4 .cind4b .c4nr .ulc4 li .wzb .wz2{font-size: 12px;color: #666;text-align: center;line-height: 18px;}
.cind4 .cind4b .c4nr .ulc4 li.li1 .wzb .wz2{margin-bottom: 0.8rem;}
.cind4 .cind4b .c4nr .ulc4 li.li2 .imgb{margin-top: 0.8rem;}
.cind4 .cind4b .c4nr ul{
	display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.cind4 .cind4b .c4nr .ulc4 li:nth-child(4){
	width: 50%;
}
.cind4 .cind4b .c4nr .ulc4 li:nth-child(5){
	width: 50%;
}

.module2-left li {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    background: #FCFAF0;
    margin-bottom: 10px;
    padding: 10px 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.module2-left li b{
    text-align: center;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    border-radius: 50%;
    color: #FFF;
    background: linear-gradient(180deg, #0099ff, #4962b4);
    float: left;
    margin-top: 5px;
}
.module2-left li p{
	margin-left: 13px;
}
.module2-left{
	margin: 30px 10px;
}
.module2-left li a{
	/*display: flex;*/
	align-items: center;
}
.module2-left li h5{
	display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 45px;
    padding-left: 35px;
    color: #4988fc;
}
.module2-left li p{
	display: block;
}
.question{
	padding: 30px 0;
}
.foot_ban img{
	width: 100%;
}


.server_box {
	margin-bottom: 50px;
	margin-top: 80px;
	position: relative;
	background: url(../images/jsbox7_bg1.jpg) no-repeat top center;
	background-size: cover;
	}
.server_box:after { content:""; clear: both; display: block; overflow: hidden; height: 0px;}
.ser_left {
	float: left;
	width: 45%;
	color: #fbd87e;
	padding-bottom: 30px;
	padding-top: 10px;
	}
.ser_left label {
	text-align: center;
	font-size: 30px;
	display: block;
	padding: 20px 0px;
	font-weight: normal;
	}
.ser_left label img { margin-right: 30px;}
.ser_txt {
	font-size: 18px;
	text-align: right;
	padding-right: 60px;
	line-height: 35px;
	}
.ser_left p {
	line-height: 40px;
	border: 1px solid #fff;
	text-align: center;
	margin: 15px 60px 0px;
	font-size: 16px;
	}
	
.ser_right {
	float: right;
	width: 45%;
	color: #fff;
	padding-bottom: 30px;
	padding-top: 10px;
	}
.ser_right label {
	text-align: center;
	font-size: 30px;
	display: block;
	padding: 20px 0px;
	font-weight: normal;
	}
.ser_right label img { margin-left: 30px;}
.ser_txt2 {
	font-size: 18px;
	text-align: left;
	padding-left: 60px;
	line-height: 35px;
	}
.ser_right p {
	line-height: 40px;
	border: 1px solid #999;
	text-align: center;
	margin: 15px 60px 0px;
	font-size: 16px;
	}
	
.ser_four {
	position: absolute;
	width: 20%;
	left: 40%;
	top: -70px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	}
.ser_four p {
	line-height: 42px;
	background: #ff8e13;
	text-align: center;
	margin-top: 15px;
	display: inline-block;
	padding: 0px 50px;
	position: relative;
	border-radius: 20px;
	}
/*.ser_four p:before {
	content:"";
	position: absolute;
	left: -42px;
	top: 0px;
	width:0;height:0;  
    line-height:0;  
    border-width:21px;  
    border-style:solid;  
    border-color: transparent #ff3950 transparent transparent;
	}
.ser_four p:after {
	content:"";
	position: absolute;
	right: -42px;
	top: 0px;
	width:0;height:0;  
    line-height:0;  
    border-width:21px;  
    border-style:solid;  
    border-color: transparent transparent transparent #ff3950;
	}*/

.cb_info {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-bottom: 30px;
	padding-top: 30px;
	}
.cb_info li{
	display: block;
    overflow: hidden;
	margin: 10px 15px;
	position: relative;
	padding-left: 20px;
	box-shadow: 0 0 0.5rem rgba(158,167,213,.25);
	padding: 20px;
}
.cb_info li:before {
	content:"";
	position: absolute;
	width: 8px;
	height: 8px;
	background: #ff5a00;
	top: 28px;
	left: 0px;
	}
.cb_info li h4 {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
	font-size: 20px;
	}
.cb_info li h4 a { color: #ff5a00;}
.cb_info li h4 a:hover { color: #192f4f;}
.cb_info li p {
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 5px 0;
	color: #666;
	}

.help{
	padding: 30px 0px;
}
.help .bitp{
	font-size: 12px;
	padding: 10px;
}
.question ul li span {
    width: 32px;
    margin-right: 7px;
    background: url(../images/question_icon.png) no-repeat center;
        margin-top: 10px;
}
.question ul li span{
    height: 24px;
    display: block;
    float: left;
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.ser_left label, .ser_right label { font-size: 20px;}
	.ser_left label img {width: 15%; margin-right: 10px;}
	.ser_right label img {width: 15%; margin-left: 10px;}
	.ser_txt, .ser_txt2 { font-size: 14px; line-height: 24px;}
	.ser_txt { padding-right: 30px;}
	.ser_txt2 { padding-left: 30px;}
	.server_box { margin-top: 30px;}
	.ser_left p, .ser_right p { line-height: 24px;}
	.ser_four { font-size: 14px; top: 0px;}
	.ser_four p { padding: 0px 10px; margin-top: 23px;}
	.ser_four img { margin-bottom: 25px;}
	.ser_four img { width: 100%; margin-bottom: 0px;}
	.ser_left p, .ser_right p {
	    font-size: 12px;
	        margin: 15px 30px 0px 10px;
	}
	
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.bannerzt1 .btnr {
	    padding: 0;
	}
	.bannerzt1 .biaoti h3 a{
		font-size: 36px;
	}
	.bannerzt1 .biaoti span{
		font-size: 14px;
	}
	.bannerzt1 p span{
		padding-left: 34px;
    	line-height: 34px;
	}
	.zong{background-size: auto;}
	h2.tith2{
		padding: 0 10px;
		font-size: 24px;
	}
	.jianjie p {
	    font-size: 12px;
	}
	.jianjie,.desgin-group{padding: 10px;}
	.desgin-group .item-5{
		height: 180px;
	}
	.ser_four {
	    top: 48px;
	}
}