/*----------全部通用公共样式-----------------*/
body, html {
    width: 100%;
    height: 100%;
    margin: 0;
    background: rgba(255, 255, 255, 1);

}

button {
    outline: none;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #1b1b1b;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #1b1b1b;
}

::-webkit-scrollbar-thumb:vertical:hover {
    background: #1b1b1b;
}

a {
    color: inherit !important;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

li {
    list-style-type: none;
}


ul {
    list-style: none;
}

button {
    cursor: pointer;
}

input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #fff inset;
}

input {
    border: none;
}

.input:focus {
    border: none;
}

span {
    cursor: default;
}

li {
    cursor: default;
}

h1 {
    cursor: default;
}

p {
    cursor: default;
    margin: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
    margin-block-start: 0 ;
    margin-block-end: 0 ;
}

a {
    color: inherit !important;
    text-decoration: none;
}
sub,sup{position:relative;font-size:50%;line-height:0;vertical-align:baseline;}
sub{bottom:-.25em;}
sup{top:-1em;}
.shade {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 99;
    background: rgba(0, 0, 0, 0.5);
}

.active.shade {
    display: block;
}

/*---------头部公共样式-----------*/
/* 隐藏的固定头部 */
/* 隐藏的固定头部 */
/* 固定头部 */




.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden
}

.clearfix {
	display: inline-block
}

html[xmlns]
.clearfix {
	display: block
}

*html
.clearfix {
	height: 1%
}

time {
	color: #777
}

article,aside,dialog,figure,footer,header,menu,nav,section {
	display: block
}

ul {
	list-style: none
}

a {
	text-decoration: none
}

.clear {
	clear: both
}

* {
	margin: 0;
	padding: 0
}

.f-l {
	float: left
}

.f-r {
	float: right
}

.clearfix:after {
	content: "/20";
	display: block;
	visibility: hidden;
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0
}

@keyframes
scaleToggleOne {
	0 {
		transform: scale(1);
		-webkit-transform: scale(1)
	}

	50% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes
scaleToggleTwo {
	0 {
		transform: scale(1);
		-webkit-transform: scale(1)
	}

	20% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}

	60% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

@keyframes
scaleToggleThree {
	0 {
		transform: scale(1);
		-webkit-transform: scale(1)
	}

	33% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}

	66% {
		transform: scale(2);
		-webkit-transform: scale(2)
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

.animated {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.livechat-girl {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: fixed;
	bottom: 50px;
	right: 40px;
	opacity: 0;
	-webkit-box-shadow: 0
5px 10px 0 rgba(35,50,56,.3);
	box-shadow: 0 5px 10px 0
rgba(35,50,56,.3);
	z-index: 700;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	cursor: pointer;
	-webkit-transition: all
1s cubic-bezier(.86,0,.07,1);
	transition: all 1s
cubic-bezier(.86,0,.07,1)
}

.livechat-girl:focus {
	outline: 0
}

.livechat-girl.animated {
	opacity: 1;
	transform: translateY(-40px);
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px)
}

.livechat-girl:after {
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-image: linear-gradient(to
bottom,#ff0000,#ff0000);
	position: absolute;
	right: 1px;
	top: 1px;
	z-index: 50
}

.livechat-girl
.girl {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 50
}

.livechat-girl
.animated-circles
.circle {
	background: rgb(255 0 0 / 25%);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: absolute;
	z-index: 49;
	transform: scale(1);
	-webkit-transform: scale(1)
}

.livechat-girl
.animated-circles.animated .c-1 {
	animation: 2s scaleToggleOne
cubic-bezier(.25,.46,.45,.94) forwards
}

.livechat-girl .animated-circles.animated
.c-2 {
	animation: 2.5s scaleToggleTwo cubic-bezier(.25,.46,.45,.94)
forwards
}

.livechat-girl .animated-circles.animated .c-3 {
	animation: 3s
scaleToggleThree cubic-bezier(.25,.46,.45,.94)
forwards
}

.livechat-girl.animation-stopped
.circle {
	opacity: 0!important
}

.livechat-girl.animation-stopped
.circle {
	opacity: 0!important
}

.livechat-girl
.livechat-hint {
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -20px;
	opacity: 0;
	z-index: 0;
	-webkit-transition: all
.3s cubic-bezier(.86,0,.07,1);
	transition: all .3s
cubic-bezier(.86,0,.07,1)
}

.livechat-girl
.livechat-hint.show_hint {
	-webkit-transform: translateX(-40px);
	transform: translateX(-40px);
	opacity: 1
}

.livechat-girl
.livechat-hint.hide_hint {
	opacity: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.livechat-girl
.livechat-hint.rd-notice-tooltip {
	max-width: 1296px!important
}

.livechat-girl
.livechat-hint.rd-notice-tooltip
.rd-notice-content {
	width: auto;
	overflow: hidden;
	text-overflow: ellipsis
}

@media only
screen and (max-width:1599px) {
	.livechat-girl
.livechat-hint.rd-notice-tooltip {
		max-width: 1060px!important
	}
}

@media only screen
and (max-width:1309px) {
	.livechat-girl
.livechat-hint.rd-notice-tooltip {
		max-width: 984px!important
	}
}

@media only screen
and (max-width:1124px) {
	.livechat-girl
.livechat-hint.rd-notice-tooltip {
		max-width: 600px!important
	}
}

.rd-notice-tooltip {
	-webkit-box-shadow: 0
2px 2px rgba(0,0,0,.2);
	box-shadow: 0 2px 2px
rgba(0,0,0,.2);
	font-size: 14px;
	border-radius: 3px;
	line-height: 1.25;
	position: absolute;
	z-index: 65;
	max-width: 350px;
	opacity: 1
}

.rd-notice-tooltip:after {
	position: absolute;
	display: block;
	content: '';
	height: 20px;
	width: 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 50
}

.rd-notice-tooltip
.rd-notice-content {
	background: 0;
	border-radius: 3px;
	width: 100%;
	color: #fff;
	position: relative;
	z-index: 60;
	padding: 20px;
	font-weight: 400;
	line-height: 1.45
}

.rd-notice-type-success {
	background-color: #26c7fc;
	-webkit-box-shadow: 0
5px 10px 0 rgba(38,199,252,.2);
	box-shadow: 0 5px 10px 0
rgba(38,199,252,.2)
}

.rd-notice-type-success
.rd-notice-content {
	background-color: #000000;
}

.rd-notice-type-success:after {
	background-color: #000000;
	-webkit-box-shadow: 0
5px 10px 0 rgba(38,199,252,.2);
	box-shadow: 0 5px 10px 0
rgba(38,199,252,.2)
}

.rd-notice-position-left {
	margin-left: -20px
}

.rd-notice-position-left:after {
	right: -6px;
	top: 50%;
	margin-top: -10px
}

.rd-notice-tooltip.single-line
.rd-notice-content {
	height: 40px;
	padding: 0
20px;
	line-height: 40px;
	white-space: nowrap
}



	/*   -------------  弹窗     -----------------*/
	        .model { 
        width: 700px; 
        height:400px; 
        box-shadow:0 0 10px rgba(0,0,0,.4); 
        border-radius:8px; 
        padding:1em; 
        padding-top:0; 
        position:fixed; 
        z-index:100;
        background-color:#fff; 
        display:none;
        background: #D7000F;
     }
    .model-header {
        height:35px; 
        line-height:35px; 
        color: white;
        font-size: 24px;
        padding: 23px 0 0 16px;
    }
    .close{ 
        position:absolute; 
        top:29px; 
        right:29px; 
        height:32px; 
        line-height:32px; 
        text-align:center; 
        display:block; 
        color:#666; 
        cursor:pointer;
    }
    .close:hover{ 
        color:#A30D10;
    }
    .model-body{
        height: 46px;
        width: 100%;
        padding-top: 35px;
        color: #FFFFFF;
    }
    .model-body-span1{
        font-size: 24px;
        padding:0 14px 0 16px;
    }
    .model-body-span2{
        font-size: 46px;
    }
    .contact_form{
        font-size: 20px;
        height: 55px;
        padding: 29px 0 0 16px;
    }
    .contact_form >input {
        width: 477px;
        height: 55px;
        padding: 0 12px 0 19px;
        border-radius: 3px;
        border: none;
        
    }
    .contact_form >button{
        position: absolute;
        background: #A5000C;
        border-radius: 2px;
        width: 160px;
        height: 55px;
        border: 0;
        color: #FFFFFF;
    }
    .tips{
        width: 100%;
        height: 18px;
        padding: 5px 0 0 13px;
    }
    .tips img{
        width: 13px;
        height: 13px;
        padding-right: 5px;
    }
    .tips span{
        position: absolute;
        font-size: 14px;
        line-height: 21px;
        color: #00ff0c;
    }
    .bot{
        display: flex;
        margin: 66px 0 0 16px;
        width: 668px;
        height: 55px;
        
    }
    .dib{
         background:#A5000C;
      display: flex;
      align-items: center;
      width: 486px;
      height: 55px;
      margin-right: 1px;
      border-radius: 2px;
    }
    .dib >img{
        height: 28px;
        width: 28px;
        padding: 0 10px 0 49px;
    }
    .dib> span{
        font-size: 20px;
        color: #FFFFFF;
    }
    .qr{
       display: flex;
       align-items: center;
        font-size: 16px;
        padding-left: 57px;
        color: #FFFFFF;
    }
    .qr img{
        width: 15px;
        height: 15px;
        padding-right: 4px;
    }
    .qr1:hover div{
        display: block;
    }
    .qr2:hover div{
        display: block;
    }
    .qr1 div{
        position: absolute;
        top: 212px;
        right: 380px;
        display: none;
    }
    .qr1 div img{
        width: 100px;
        height: 100px;
    }
    .qr2 div{
        position: absolute;
        top: 212px;
        right: 270px;
        display: none;
    }
    .qr2 div img{
        width: 100px;
        height: 100px;
    }
    
    .bot >button{
     background:#A5000C; 
     display: flex;
     align-items: center;
     justify-content: center;
     width: 180px;
     height: 55px;
     border-radius: 2px;
     border: 0;
     color: #FFFFFF;
    }
    .bot button img{
        width: 28px;
        height: 28px;
    }
    .mask{ 
        background-color:#000; 
        width:100%; 
        height:100%; 
        opacity:.3; 
        filter:alpha(opacity=30); 
        position:fixed; 
        left:0; 
        top:0; 
        z-index:10; 
        display:none;
    }
/*    ------------------- 弹窗   -----------------------*/
.hide-header-box {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    padding: 20px 66px;
    box-sizing: border-box;
    display: none;
    z-index: 99;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}

.hide-logo-nav,
.show-logo-nav {
    min-width: 760px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    float: left;
}

.hide-logo,
.show-logo {
    width: 220px;
    height: 50px;
    float: right;
    display: flex;
}

.hide-logo a,
.show-logo a {
    display: flex;
    align-items: center;
}

.hide-logo > img,
.show-logo > img {
    width: 100%;
    height: 100%;
}

.hide-nav ul,
.show-nav ul {
    display: flex;
    justify-content: space-between;
    min-width: 500px;
    padding-top: 0;
    margin-top: 0;
    padding-left: 0;
    margin-bottom: 0;
}

.hide-nav ul li,
.show-nav ul li {
    width: 90px;
    display: flex;
    justify-content: center;
    line-height: 50px;
    overflow: hidden;
    font-size: 16px;
    margin: 0 5px;
}

/*.hide-nav li:hover,*/
/*.show-nav li:hover {*/
/*    border-bottom: 1px solid red;*/
/*}*/

/*.hide-nav li:hover a,*/
/*.show-nav li:hover a {*/
/*    color: red;*/
/*}*/

.hide-login {
    width: 250px;
    height: 40px;
    float: right;
    display: flex;
    justify-content: space-between;
}

.hide-login > button {
    width: 120px;
    height: 40px;
    border-radius: 19px;
    background: white;
    line-height: 40px;
    font-size: 16px;
    border: none;
    padding: 0;
    min-width: 120px;
    color: rgba(0, 0, 0, 1);
}

.hide-login > button:nth-child(2) {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.hide-login > button a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 19px;
}

.btnactive {
    background: rgba(230, 0, 18, 1);
    color: white !important;
}

.show-header-box {
    width: 100%;
    height: 40px;
    position: fixed;
    top: 0;
    left: 0;
    padding: 16px 88px;
    box-sizing: border-box;
    z-index: 99999;
}

.show-nav li a {
    color: white !important;
    overflow: hidden;
    position: relative;
}

.show-nav li a:after, .hide-nav li a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    left: -100%;
    bottom: 0;
    transition: all 0.5s;
    background: rgba(230, 0, 18, 1);
}

.hide-nav li a {
    overflow: hidden;
    position: relative;
}

.hide-nav li:hover a:after {
    left: 0;
    transition: left .5s;
}

.show-nav li:hover a:after {
    left: 0;
    transition: left .5s;
}

.container {
    width: 1400px;
    max-width: 1400px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.header {
    width: 100%;
    height: auto;
    clear: both;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.build-header {
    width: 100%;
    height: 700px;
    position: relative;
    background-size: cover;
}

.build-header-text {
    position: absolute;
    left: 10.5%;
    top: 30%;
    color: rgba(255, 255, 255, 1);
}

.build-header-text h1 {
    padding: 10px 0;
    box-sizing: border-box;
    position: relative;
    font-size: 48px;
    font-weight: bold;
}

.line {
    width: 50px;
    height: 2px;
    margin-top: 20px;
    background: rgba(255, 255, 255, 1);
}

.build-header-text h2 {
    margin-top: 30px;
    font-size: 38px;
    font-weight: 500;
    cursor: default;
}

.build_line {
    margin-bottom: 50px;
}

.build_line:after {
    position: absolute;
    content: '';
    width: 35px;
    height: 2px;
    bottom: -15px;
    left: 0;
    background: rgba(255, 255, 255, 1);
}

.banner {
    display: none;
}

.title {
    /*height: 90px;*/
    z-index: 1;
    position: relative;
    padding: 56px 0px 0;
    box-sizing: border-box;
    font-size: 28px;
    color: #333;
    display: flex;
    cursor: default;
    align-items: center;
    justify-content: center;
}

.title-line {
    width: 106px;
    height: 1px;
    background: rgba(51, 51, 51, 1);
}

.title p .title_red {
    color: rgba(230, 0, 18, 1)
}

.title p {
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0;
    font-family: SourceHanSansCN;
}

.title-en {
    display: flex;
    align-items: center;
    justify-content: center;
    font: normal 16px/1.5 'SourceHanSansCN-Medium';
    color: #999;
    cursor: default;
    margin-top: 20px;
}


/*-------------导航弹出层------------------*/
.down img {
    width: auto;
    height: auto;
    margin-left: 10px;
    transition: all .5s;
    transform: rotate(180deg);
}

.down:hover img {
    transform: rotate(360deg);
}

.active.downshow {
    display: flex;
}

.downshow {
    width: 1000px;
    height: 280px;
    position: fixed;
    top: 80px;
    left: 13%;
    z-index: 99;
    display: none;
    /*opacity: 0;*/
    justify-content: space-between;
    /*flex-wrap: wrap;*/
    padding: 40px;
    /*transition: all .5s;*/
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 5px rgba(153, 153, 153, 0.1);
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
}

.downshow:before {
    position: absolute;
    width: 15px;
    height: 15px;
    content: '';
    left: 16.1%;
    top: -2%;
    z-index: 55;
    transform: rotate(45deg);
    background: rgba(255, 255, 255, 1);
}

.other.downshow:before {
    left: 14.5%;
}

.downshow_any {
    width: auto !important;
    height: auto;
    clear: both;
    display: block !important;
}

.downshow_title {
    width: 100%;
    height: auto;
    clear: both;
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    padding-top: 0 !important;
    position: relative;
    color: rgba(0, 0, 0, 1) !important;
    padding-bottom: 15px;
}

.downshow_title:after {
    position: absolute;
    width: 80px;
    height: 1px;
    content: '';
    left: 0;
    bottom: 0;
    background: rgba(238, 238, 238, 1);
}

.downshow_li {
    width: 100%;
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 392;
    padding: 8px 0;
    color: rgba(102, 102, 102, 1);
}

.downshow_li:hover {
    color: rgba(230, 0, 18, 1);
}

.other.downshow {
    left: 15.5%;
    background: rgba(255, 255, 255, 1);
}

.banner_jiantou {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-top: 100px;
    text-align: center;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.5);

}

.banner_jiantou span {
    width: 45px;
    height: 45px;
    position: relative;
    animation: downico 1.5s ease-out infinite;
}

.banner_jiantou span:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 15px;
    left: 50%;
    top: 0;
    transform: translate(-65%);
    background: rgba(255, 255, 255, 1);

}

.banner_jiantou span:after {
    margin: 0 auto;
    display: flex;
    left: 38%;
    top: 15px;
    border: 6px solid transparent;
    border-bottom: 6px solid rgba(255, 255, 255, 1);
    align-items: center;
    transform: rotate(180deg) translate(52.5%);
    justify-content: center;
    position: absolute;
    content: '';
}

@keyframes downico {
    0% {
        top: 0;
        opacity: 1;
    }
    35% {
        top: 50%;
        opacity: 0;
    }
    65% {
        top: -50%;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}


/** -----------价值------------ **/
.cost {
    width: 100%;
    height: 275px;
    /*margin-top: 10px;*/
    padding-top: 55px;
    text-align: center;
    box-sizing: border-box;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 1);
}

.cost h1 {
    font-size: 32px;
    text-align: center;

}

.cost_btn {
    width: 188px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    background: rgba(230, 0, 18, 1);
    border-radius: 6px;
    font-size: 20px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.cost p {
    font-size: 16px;
    padding-top: 20px;
}

.cost_deta {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 40px;
    cursor: default;
    justify-content: center;

}

/*********************************撒旦撒****************************/
        *{
            margin: 0;
            padding:0;
        }
        ul{
            list-style: none;
        }
        #right-nav{
            width:40px;
            height: 100%;
            position: fixed;
            top:0;
            right:0;
            z-index: 20;
        }
        #right-nav .w{
            position: fixed;
            bottom:22px;
            right:20px;
            width:60px;
            height: 41%;
        }
        #right-nav-list1{
            position: relative;
            right: 0;
            top: 0;
            z-index: 20;
        }
        #right-nav-list2{
            position: fixed;
            right: 0;
            bottom: 30px;
            z-index: 20;
        }
        #right-nav li{
            position: relative;
            left: 0;
            top: 0;
            height: 60px;
            width: 60px;
        	margin-top: 0px;
        	cursor: pointer;
        }
        #right-nav li a{
            width: 100%;
            height: 100%;
            display: block;
            background: #FFFFFF;
            padding: 7px;
            box-sizing: border-box;
            /*border-radius: 3px;*/
            /*transition: all linear 300ms;*/
        }
        #right-nav li a img{
        	width: 50px;
        }
        #right-nav li div{
            position: absolute;
            left: 50px;
            top: 0;
            z-index: -1;
            font-size: 12px;
            background: #FFFFFF;
            color: #333;
            height: 60px;
            width: 130px;
            line-height: 60px;
            text-align: center;
            border-radius: 3px;
            /* transition: all linear 300ms; */
        	display: none;
        }
        #right-nav li:hover,#right-nav li:hover a{
            background-color: #FFFFFF;
        }
        #right-nav li:hover div,.keferweima{
            left:-130px;
        	display: block;
        }
        #right-nav li:hover .keferweima{
            left:-143px;
        	display: block;
        }
        #right-nav li .keferweima{
        	line-height: 10px;
        	height: 156px;
        	width: 133px;
        	background-color: #fff;
        	z-index: 0;
        	margin-left: 10px;
        }
        .keferweima img{
        	width: 130px;
        	height: 130px;
        }
        .huidaodinbu{
        	height: 60px;
        	border: none;
        	/* background-color: transparent; */
        	outline: none;  
        	cursor: pointer;
        	background-color: #FFFFFF;
        }
        .huidaodinbu img{
        	height: 58px;
        }  
/*---------------------行业资讯-----------------------*/
.message {
    width: 100%;
    height: 400px;
    padding-bottom: 45px;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 1);
}


.message_li {
    width: 33%;
    height: 106px;
    display: inline-block;
    margin-top: 70px;
    clear: both;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.message_li:last-child {
    border-right: none;
}

.message_li li {
    padding-left: 100px;
    color: rgba(0, 0, 0, 0.8);
    list-style-type: disc;
    padding-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.message_li li:hover {
    color: rgba(230, 0, 18, 1);
}

/*------------没有想要的答案-----------------*/
.problem {
    width: 100%;
    height: 400px;
    padding-top: 110px;
    box-sizing: border-box;
    text-align: center;
    background: url("../images/help_banner.png");
}

.problem h1 {
    font-size: 38px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.problem p {
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-top: 30px !important;
    margin-bottom: 40px !important;
}

.problem button {
    width: 180px;
    height: 60px;
    background: rgba(230, 0, 18, 1);
    border-radius: 30px;
    margin: 0 auto;
    border: none;
    font-size: 20px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
}

/*--------------footer------------------*/
.footer {
    width: 100%;
    height: auto;
    padding-top: 20px;
    box-sizing: border-box;
    background: rgba(29, 26, 26, 1);
}

.footer_content {
    width: 1400px;
    /*height: 100%;*/
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    justify-content: space-around;
}

.footer_container .footer_content {
    align-items: center;
}

.copy {
    line-height: 50px;
    color: rgba(255, 255, 255, 0.4);
}

.copy .footer_content {
    justify-content: flex-start;
}

.aside {
    position: fixed;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    z-index: 10000;
    transition: all .5s;
    background: url("../images/asdie.jpg") right center no-repeat;
    background-size: cover;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
}

.active.aside {
    width: 0;
}

.aside ul {
    width: 100%;
    height: auto;
    clear: both;
    padding: 0;
    margin: 100px 0 0 0;
}

.aside ul li {
    width: 100%;
    height: auto;
    clear: both;
}

.aside ul li a {
    width: 100%;
    height: auto;
    clear: both;
    display: block;
    margin-top: 30px;
    text-align: center;
    color: #fff;
}

.aside ul li a p {
    color: rgba(255, 255, 255, 1);
}

.aside ul li.active a p {
    color: rgba(230, 0, 18, 1);
}

.aside ul li img {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.zx span {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #fff;
}

.active.zx {
    background: rgba(255, 255, 255, 1);
}

.zx span:nth-child(1) {
    -webkit-animation: consulting 0.6s 0.07s infinite ease-in-out;
    animation: consulting 0.6s 0.07s infinite ease-in-out;
}

.zx span:nth-child(2) {
    -webkit-animation: consulting 0.6s 0.14s infinite ease-in-out;
    animation: consulting 0.6s 0.14s infinite ease-in-out;
}

.zx span:nth-child(3) {
    -webkit-animation: consulting 0.6s 0.21s infinite ease-in-out;
    animation: consulting 0.6s 0.21s infinite ease-in-out;
}

@keyframes consulting {
    33% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    66% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes consulting {
    33% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    66% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.aside ul li.zx.active {
    background: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

.aside ul li.zx.active a {
    color: rgba(230, 0, 18, 1);
}

.aside ul li.zx.active span {
    background: rgba(230, 0, 18, 1);
}

.aside ul li.zx .img1 {
    display: block;
}

.aside ul li.zx .img2 {
    display: none;
}

.aside ul li.zx.active .img1 {
    display: none;
}

.aside ul li.zx.active .img2 {
    display: block;
}

.zx_box {
    width: 250px;
    height: 100%;
    background: #fff;
    overflow: hidden;
    z-index: 9999;
    position: fixed;
    top: 0;
    right: -250px;
    box-shadow: -2px 0 10px rgba(0, 0, 0, .1);
    transition: 0.8s all;
    -webkit-transition: 0.8s all;
}

.active.zx_box {
    right: 40px;
}

.zx_title {
    background: url('../images/zx_title.jpg') center top no-repeat;
    text-align: center;
    padding: 26px 0 20px 0;
    color: #fff;
}

.zx_title h1 {
    font-size: 12px;
}

.zx_title p {
    font-size: 16px;
    margin: 5px 0;
}

.zx_close {
    position: absolute;
    top: 15px;
    right: 8px;
    cursor: pointer;
}

.consulting_type {
    padding: 40px 0;
    /*border-bottom: solid 1px rgba(230, 0, 18, 1);*/
}

.consulting_type_title {
    padding-left: 30px;
    font-size: 16px;
    color: #333;
}

.consulting_type ul {
    margin: 30px 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid rgba(153, 153, 153, .4);
}

.consulting_type ul:last-child {
    border-bottom: none;
}

.consulting_type ul h1 {
    font-size: 16px;
    padding-left: 15%;
    font-weight: 400;
    margin-bottom: 20px;
}

.consulting_type ul li a {
    display: flex;
    align-items: center;
    padding-left: 15%;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    text-indent: 30px;
    z-index: 2;
    position: relative;
    color: #666;
    margin: 0;
    text-align: left;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.weixin_hide {
    position: absolute;
    width: 80px;
    height: 80px;
    top: -50%;
    right: 14px;
    display: none;
    z-index: 999;
    box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 1);
}

.weixin_hide:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 10px;
    left: -8%;
    top: 45%;
    background: url("../images/jian1.png") center left no-repeat;
}

.consulting_type ul li a:hover .weixin_hide {
    display: block;
}

.weixin_hide img {
    width: 100%;
    height: 100%;
    padding-right: 0 !important;
    display: block !important;
}

.consulting_type ul li a img {
    margin: 0;
    display: inline-block;
    padding-right: 15px;
}

.consulting_type ul li a .img2 {
    display: none;
}

.consulting_type ul li a:before {
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(230, 0, 18, 1);
    opacity: 0;
    -webkit-transform: scale3d(1, 0.1, 1);
    transform: scale3d(1, 0.1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.consulting_type ul li a, .consulting_type ul li a:before {
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.consulting_type ul li a:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.consulting_type ul li a:hover {
    color: #fff !important;
}

.consulting_type ul li a:hover .img2 {
    display: inline-block;
}

.consulting_type ul li a:hover .img1 {
    display: none;
}

.consulting_box .problem {
    padding-top: 40px;
}

.consulting_box .problem_title {
    padding-left: 30px;
    font-size: 16px;
    color: #333;
}

.consulting_type .time {
    color: #818181;
    font-size: 12px;
    padding-left: 30px;
}

.company_name {
    width: 100%;
    height: auto;
    clear: both;
    padding-left: 30px;
    box-sizing: border-box;
    text-align: left;
    margin-top: 50%;
}

.company_name img {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
}

.company_name h1 {
    font-size: 14px;
    padding-bottom: 2px;
    font-weight: normal;
    color: rgba(153, 153, 153, 1);
}

.company_name p {
    font-size: 14px;
    margin-top: 15px;
    color: rgba(51, 51, 51, 1);
}


/* 回顶部 */

.toTop {
    position: fixed;
    /*padding-top: 10px;*/
    bottom: 80px;
    right: 0px;
    z-index: 10001;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 50px;
    background: #555555;
    background: url(../images/top.png) top center no-repeat;
    /*background-size: contain;*/
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.active.toTop {
    width: 0;
}

.toTop:hover {
    background: url(../images/top.png) bottom 28px center no-repeat rgba(255, 255, 255, 1);
    /*z-index: 2000;*/
    color: rgba(230, 0, 18, 1);
}

.close_aside {
    cursor: pointer;
    position: fixed;
    bottom: 18px;
    right: 0;
    width: 40px;
    height: 33px;
    z-index: 10001;
    /*background: #fff;*/
    background: url(../images/close_asdie.png) top 12px center no-repeat;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.active.close_aside {
    width: 0;
}

.show_left {
    cursor: pointer;
    position: fixed;
    bottom: 18px;
    right: 0;
    width: 0px;
    height: 40px;
    z-index: 100;
    /*background: #fff;*/
    background: url(../images/show_left.jpg) center top no-repeat;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.active.show_left {
    width: 40px;
}

.close_aside:hover {
    background: url(../images/close_asdie.png) bottom 8px center no-repeat rgba(255, 255, 255, 1);
}


@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .footer_content {
        width: 100%;
        padding: 0 5%;
        box-sizing: border-box;
    }

    .container {
        width: 95%;
    }

    .show-header-box {
        padding: 16px 26px;
    }

    .show-nav ul {
        padding-left: 15px;

    }

    .show-nav ul li {
        margin: 0 10px;
    }

    .on.footer_top_li_over {
        margin-right: 5px !important;
    }
}

.footer_top {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.footer_top_li {
    width: 25%;
    height: 100%;
    padding-right: 50px;
    box-sizing: border-box;
}

.footer_top_li p {
    padding: 20px 0;
    font-size: 15px;
    margin-bottom: 10px !important;
    color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(245, 245, 245, 0.2);
}

.footer_top_li p span {
    position: relative;
}

.footer_top_li p span:after {
    position: absolute;
    width: 100%;
    height: 1px;
    content: '';
    left: 0;
    top: 39px;
    background: rgba(230, 0, 18, 1);
}

.footer_top_li span {
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
}


.footer_top_li_li {
    width: 50%;
    float: left;
    padding: 5px 0;
    height: auto;
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.5);
}


.footer_top_li_over {
    width: 94px;
    height: 60px;
    float: left;
    margin-right: 3px;
    margin-top: 5px;
    background: rgba(29, 26, 26, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    transition: all 0.5s;
    color: rgba(255, 255, 255, 0.5);
}

.footer_top_li_over:hover {
    color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
}

.footer_top_li_over:nth-child(3n) {
    margin-right: 0;
}

.on.footer_top_li_over {
    margin-right: 0;
}

.footer_top_li_over h5 {
    margin: 0;
    padding: 0;
}

.footer_container {
    width: 100%;
    height: 160px;
    display: flex;
    background: rgba(51, 51, 51, 1);
}

.footer_container_li {
    width: 25%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.footer_container_li img {
    max-width: 120px;
}

.footer_container_li_deta {
    padding-left: 10px;
}

.footer_container_li:first-child .footer_container_li_deta {
    padding-top: 17px;
}

.footer_container_li h1 {
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}

.footer_container_li p {
    font-size: 14px;
    padding-top: 10px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}


.footer_bottom {
    width: 100%;
    height: auto;
    clear: both;
}

.footer_bottom .footer_content {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.footer_bottom .footer_content a .footer_bottom_li {
    cursor: pointer;
}

.footer_bottom ul {
    width: 100%;
    padding: 0;
    margin: 0;
}

.footer_bottom_li {
    width: 100px;
    font-size: 13px;
    padding-top: 15px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.5);
}


/*---------pc页面手机不显示--------------*/
.app {
    display: none;
}

/*-------ipad页面显示------------*/
.ipadshow {
    display: none;
}


@media screen and (min-width: 1950px) {
    .downshow {
        left: 15%;
    }

    .other.downshow {
        left: 14.5%;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1900px) {
    .downshow {
        left: 9%;
    }

    .other.downshow {
        left: 16%;
    }

}

@media screen and (max-width: 1600px) {
    .downshow {
        left: 7%;
    }

    .other.downshow {
        left: 17.5%;
    }
}

@media screen and (max-width: 1500px) {
    .downshow {
        left: 7%;
    }

    .other.downshow {
        left: 18.5%;
    }
}

@media screen and (max-width: 1400px) {
    .downshow {
        left: 8%;
    }

    .other.downshow {
        left: 19.5%;
    }
}

@media screen and (max-width: 1300px) {
    .downshow {
        left: 9%;
    }

    .other.downshow {
        left: 21.5%;
    }

    .downshow {
        width: 900px;
    }
}

@media screen and (min-width: 1400px) {
    .container {
        width: 1400px;
        max-width: 1400px;
    }

}


@media screen and (min-width: 769px) and (max-width: 1200px) {
    .ipadshow {
        display: block;
    }

    .ipadshow.banner {
        width: 100%;
        height: 700px;
        background: url("../images/banner1.png") center center no-repeat;
        background-size: cover;
    }

    /*-----------设计服务------------*/
    .Design_service {
        height: 1270px;
        clear: both;
    }

    .design_content {
        width: 100%;
        clear: both;
        padding: 0 50px;
        margin-top: 60px;
        box-sizing: border-box;
        display: table !important;
    }

    .design-li {
        width: 50%;
        height: 318px;
    }

    .design-show {
        width: 100%;
        height: 100%;
        background: rgba(51, 51, 51, 1);
        box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.58);
    }

    .design-hide {
        width: 100%;
        height: 100%;
    }

    .design-show h1 {
        font-size: 36px;
        font-family: SourceHanSansCN;
        font-weight: bold;
        padding-top: 40px;
        padding-bottom: 20px;
        color: rgba(255, 255, 255, 1)
    }

    .design-show h1:after {
        width: 36px;
        height: 3px;
        bottom: 0;
    }

    .more {
        width: 140px;
        height: 44px;
        display: flex;
        margin-top: 25px;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, 1);
        border-radius: 22px;
        font-size: 28px;
        font-family: SourceHanSansCN;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
    }

    .span-li {
        font-size: 28px;
        font-family: SourceHanSansCN;
        font-weight: bold;
        padding: 0 30px;
        box-sizing: border-box;
        color: rgba(255, 255, 255, 1);
    }

    .Design_service-center {

        display: none;
    }

    .Design_service_li {
        width: 50%;
    }

    .menu img {
        width: 100%;
        height: 100%;
    }

    .menu-open {
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 99999;
        left: 100%;
        top: 0;
        display: none;
        transition: 0.5s;
        background: rgba(255, 255, 255, 1);
    }

    .menu-li {
        width: 100%;
        height: 0.79rem;
        background: rgba(0, 0, 0, 1);
    }

    .close {
        left: 100%;
    }

    .open {
        opacity: 1;
        left: 0;
        display: block;
    }

    .menu-open img {
        width: 0.39rem !important;
        height: 0.39rem !important;
        padding-left: 0.66rem;
        padding-top: 0.39rem;
    }

    .nav-hide {
        width: 100%;
        position: fixed;
        top: 0;
        height: 2rem;
        z-index: 99999;
        opacity: 1;
        display: none;
        background: rgba(255, 255, 255, 1);
        height: auto;
        overflow: hidden;
        box-sizing: border-box;
        padding: 0 0.42rem;
    }

    .show.nav-hide {
        display: flex;
    }

    .nav-hide img {
        width: 2.99rem;
        height: 0.84rem;
    }

    .show-img {
        width: 50%;
        height: auto;
    }

    .show-img img {
        width: auto;
        height: auto;
    }

    .show-button {
        width: 50%;
        height: auto;
        display: flex;
        justify-content: flex-end;
        box-sizing: border-box;
    }

    .button-li {
        font-size: 32px;
        font-family: SourceHanSansCN;
        font-weight: bold;
        padding-top: 0;
        color: rgba(255, 255, 255, 1);
    }

    .nav-show {
        width: 100%;
        height: 130px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 0 50px;
        box-sizing: border-box;
    }

    .show-img {
        height: 100%;
        display: flex;
        align-items: center;
    }


    .nav-hide {
        height: 90px;
        /*display: flex;*/
        align-items: center;
        padding: 0 50px;
        box-sizing: border-box;
    }

    .menu-deta {
        width: 100%;
        height: auto;
        clear: both;
    }


    .show-button {
        width: 50%;
        height: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        /*padding-left: 1.68rem;*/
        box-sizing: border-box;
    }

    .button-li {
        font-size: 32px;
        font-family: SourceHanSansCN;
        font-weight: bold;
        padding-top: 0;
        padding-right: 20px;
        box-sizing: border-box;
        color: rgba(255, 255, 255, 1);
    }

    .company {
        display: flex;
    }

    .banner-boxs {
        display: none;
    }

    .nav_ul {
        display: none;
    }

    .header {
        display: none;
    }

    .show-img img {
        width: auto;
        height: auto;
    }

    .menu {
        width: auto !important;
        height: auto !important;
        float: left;
        /*margin-top: -0.1rem;*/
    }

    .menu img {
        width: 39px;
        height: 34px;
    }

    .title {
        font-size: 42px;
        font-family: SourceHanSansCN;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
    }

    .title_en {
        font-size: 26px;
        font-family: SourceHanSansCN;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
    }


    .title-img {
        width: 50%;
        height: 100%;
        float: left;
    }

    .title-img img {
        width: 2.99rem !important;
        height: 0.83rem !important;
    }

    .title-close {
        padding-right: 0.66rem;
        text-align: right;
        padding-top: 0.26rem;
        box-sizing: border-box;
    }

    .menu-deta {
        width: 100%;
        height: auto;
        display: table;
        padding: 0.66rem 0.66rem;
        box-sizing: border-box;
    }

    .menu-li {
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 16px;
        font-family: SourceHanSansCN;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
        background: none;
    }

    .menu-li li {
        list-style-type: none;
    }


    .cost {
        padding-top: 40px;
    }

    .footer_top_li {
        padding-right: 10px;
    }

    .footer_top {
        padding: 0 2%;
        box-sizing: border-box;
    }

    .no.footer_top_li_over {
        margin-right: 5px;
    }

    .footer_container_li {
        flex-wrap: nowrap;
    }

    .footer_container {
        padding: 0 2%;
        box-sizing: border-box;
    }

    .footer_bottom {
        padding: 0 2%;
        box-sizing: border-box;
    }

}

@media (max-width: 1176px) {

    .hide-header-box,
    .show-header-box {
        width: 100%;
        padding: 25px 10px;
        box-sizing: border-box;
    }

    .hide-logo-nav, .show-logo-nav {
        width: 740px;
    }

    .Nowant-answer-center {
        width: 100%;
    }

    .header-center {
        width: 100%;
        padding: 0px 50px;
        box-sizing: border-box;
    }

    .regiest-item {
        padding: 35px 0px;
        box-sizing: border-box;
    }

    .logo-box,
    .banner-box,
    .help-header-nav,
    .regiest-box,
    .footer-center,
    .help-search-hezi,
    .Marketing_portal,
    .Website_construction,
    .Applet_development-center,
    .Website_construction_box,
    .Design_service-center,
    .News_information_box,
    .Enterprise_partners_box,
    .content-center,
    .content-center-title1,
    .content-center-titles,
    .content-center1,
    .Development-center,
    .build-center-box,
    .Various-industries-box,
    .Common-problem-center {
        width: 100%;
        padding: 0px 10px;
        box-sizing: border-box;
    }

    /* 小程序 */
    .Applet_development-nav {
        width: 200px;
    }

    .Applet_development-content {
        width: 840px;
    }

    /* 设计 */
    .Design_service-pz {
        width: 600px;
    }

    .design-type-item {
        width: 480px;
    }

    /* 帮助常见问题搜索框 */
    .help-search-box {
        top: 140px;
    }

    .content-center-nav {
        width: 180px;
    }

    /* 海量模板 */
    .Massive-template-item {
        width: 550px;
    }
}

@media (max-width: 1024px) {
    .hide-header-box,
    .show-header-box {
        width: 100%;
        padding: 25px 10px;
        box-sizing: border-box;
    }

    .hide-logo,
    .show-logo {
        width: 150px;
    }

    .hide-nav ul,
    .show-nav ul {
        width: 400px;
    }

    .hide-login {
        width: 190px;
    }

    .hide-login > button {
        width: 90px;
    }

    .hide-logo-nav,
    .show-logo-nav {
        width: 560px;
    }

    .logo {
        width: 150px;
    }

    .logo-title {
        width: 640px;
        padding: 30px 10px;
        box-sizing: border-box;
        margin-left: 140px;
    }

    .banner-right {
        width: 800px;
    }

    .header-center {
        width: 100%;
        padding: 0px 50px;
        box-sizing: border-box;
    }

    .Marketing_item {
        width: 320px;
    }

    .bnr1,
    .bnr2,
    .bnr3,
    .bnr4 {
        height: 0px !important;
    }

    .bnr-text {
        text-align: center;
    }

    .regiest-item {
        padding: 35px 0px;
        box-sizing: border-box;
    }


}

@media (max-width: 900px) {

    .hide-header-box,
    .show-header-box {
        width: 100%;
        padding: 25px 10px;
        box-sizing: border-box;
    }

    .hide-logo,
    .show-logo {
        width: 150px;
    }

    .hide-nav ul,
    .show-nav ul {
        width: 400px;
    }

    .hide-login {
        width: 190px;
    }

    .hide-login > button {
        width: 90px;
    }

    .hide-logo-nav,
    .show-logo-nav {
        width: 560px;
    }

    .logo {
        width: 150px;
    }

    .logo-title {
        width: 640px;
        padding: 30px 10px;
        box-sizing: border-box;
        margin-left: 140px;
    }

    .banner-right {
        width: 600px;
    }

    .header-center {
        width: 100%;
        padding: 0px 50px;
        box-sizing: border-box;
    }

    .Marketing_item {
        width: 250px;
    }

    .Marketing_item-title {
        padding: 20px 10px;
        box-sizing: border-box;
    }

    .Marketing_item-title1 p,
    .Marketing_item-title2 p {
        font-size: 12px;
        line-height: 18px;
    }

    .bnr1,
    .bnr2,
    .bnr3,
    .bnr4 {
        height: 0px !important;
    }

    .bnr-text {
        text-align: center;
    }

    .regiest-item {
        padding: 40px 0px;
        box-sizing: border-box;
    }

    .regiest-item p {
        font-size: 24px;
    }

    .logo-box,
    .regiest-box,
    .banner-box,
    .help-header-nav,
    .footer-center,
    .help-search-hezi,
    .Marketing_portal,
    .Website_construction,
    .Applet_development-center,
    .Website_construction_box,
    .Design_service-center,
    .News_information_box,
    .Enterprise_partners_box,
    .content-center,
    .content-center-title1,
    .content-center-titles,
    .content-center1,
    .Development-center,
    .build-center-box,
    .Various-industries-box,
    .Common-problem-center {
        width: 100%;
        padding: 0px 10px;
        box-sizing: border-box;
    }

    .Nowant-answer-center {
        width: 100%;
    }

    /* 小程序 */
    .Applet_development-nav,
    .Applet_development-nav > ul li {
        width: 200px;
    }

    .Applet_development-content {
        width: 560px;
        padding: 10px;
        box-sizing: border-box;
    }

    .Applet_development-contitle > p {
        font-size: 14px;
    }

    .Applet_development-contitle,
    .Applet_development-conimg {
        width: 520px;
    }

    .Website_construction-date {
        width: 40%;
        padding: 64px 0px 64px 30px;
        box-sizing: border-box;
    }

    .Website_construction-href {
        width: 60%;
    }

    /* 设计 */
    .Design_service-pz {
        width: 480px;
    }

    .Design_service-pz1 {
        padding: 10px;
        box-sizing: border-box;
        width: 150px;
        height: 120px;
    }

    .Design_service-pz1 p {
        font-size: 18px;
    }

    .Design_service-pz1 span {
        font-size: 12px;
    }

    .Design-logo-item {
        padding: 24px 0px;
        box-sizing: border-box;
    }

    .Design-logo-item img {
        width: 70px;
        height: 30px;
    }

    .news-content,
    .news-contents {
        width: 770px;
    }

    .Enterprise_item {
        width: 160px;
    }

    .design-type-item,
    .Design_service-type {
        width: 450px;
    }

    /* 帮助常见问题搜索框 */
    .help-search-box {
        top: 140px;
    }

    .help-search {
        width: 770px;
    }

    .Common-problem-item {
        width: 250px;
    }

    .content-center-nav {
        width: 180px;
    }

    .service-box {
        width: 500px;
    }

    .about-kui {
        width: 90px;
    }

    .content-center-conbox {
        width: 670px;
    }

    .Our-services-item {
        width: 234px;
    }

    /* 海量模板 */
    .Massive-template-item {
        width: 379px;
    }
}

@media (max-width: 768px) {
    body, html {
        background: rgba(255, 255, 255, 1);
    }

    .banner {
        width: 10rem;
        height: 10.6rem;
        display: block;
    }

    .box {
        display: block;
    }

    .app {
        display: block;
    }

    .font_42 {
        text-align: center;
        font-size: 0.55rem;
        font-weight: bold;
        padding-top: 1.06rem;
    }

    .font_48 {
        text-align: center;
        font-size: 0.63rem;
        font-weight: bold;
        color: rgba(0, 0, 0, 1);
    }

    .font_50 {
        text-align: center;
        font-size: 0.66rem;
        font-family: SourceHanSansCN;
        font-weight: normal;
        font-style: italic;
        color: rgba(255, 255, 255, 1);
    }

    .font_88 {
        text-align: center;
        font-size: 1.16rem;
        font-family: SourceHanSansCN;
        font-weight: normal;
        font-style: italic;
        color: rgba(255, 255, 255, 1);
    }

    .font_19 {
        font-size: 0.25rem;
        font-family: SourceHanSansCN;
        font-weight: 500;
        color: rgba(85, 85, 85, 1);
    }

    .font_13 {
        font-size: 0.17rem;
        font-family: SourceHanSansCN;
        font-weight: 400;
        overflow: hidden;
        color: rgba(85, 85, 85, 1);
    }

    .font_20 {
        text-align: center;
        font-size: 0.26rem;
        font-family: SourceHanSansCN;
        font-weight: 400;
        color: rgba(0, 0, 0, 1);
    }

    .font_22 {
        text-align: center;
        font-size: 0.29rem;
        font-family: SourceHanSansCN;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
    }

    .font_28 {
        text-align: center;
        font-size: 0.37rem;
        font-family: SourceHanSansCN;
        font-weight: bold;
        color: rgba(0, 0, 0, 1);
    }

    .font_16 {
        text-align: center;
        font-size: 0.21rem;
        font-family: SourceHanSansCN;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
    }

    .font_18 {
        font-size: 0.23rem;
        font-family: SourceHanSansCN;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
    }

    .font_26 {
        text-align: center;
        font-size: 0.34rem;
        font-family: SourceHanSansCN;
        font-weight: 400;
        color: rgba(0, 0, 0, 1);
    }

    .font_55 {
        text-align: center;
        font-size: 0.72rem;
        font-family: SourceHanSansCN;
        font-weight: normal;
        font-style: italic;
        color: rgba(255, 255, 255, 1);
    }

    .font_80 {
        text-align: center;
        font-size: 1.06rem;
        padding-top: 1.06rem;
        font-family: SourceHanSansCN;
        font-weight: bold;
        color: rgba(0, 0, 0, 1);
    }

    .font_60 {
        text-align: center;
        font-size: 0.79rem;
        font-family: SourceHanSansCN;
        font-weight: normal;
        font-style: italic;
        color: rgba(255, 255, 255, 1);
    }

    .font_68 {
        text-align: center;
        font-size: 0.90rem;
        font-family: SourceHanSansCN;
        font-weight: normal;
        font-style: italic;
        color: rgba(255, 255, 255, 1);
    }

    .font_72 {
        font-size: 0.96rem;
        text-align: center;
        font-family: SourceHanSansCN;
        font-weight: normal;
        font-style: italic;
        color: rgba(255, 255, 255, 1);
    }

    .font_24 {
        text-align: center;
        font-size: 0.31rem;
        font-family: SourceHanSansCN;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
    }

    .font_30 {
        line-height: 0.79rem;
        text-align: center;
        font-size: 0.39rem;
        font-family: SourceHanSansCN;
        font-weight: 500;
        color: rgba(255, 255, 255, 1);
    }

    .font_32 {
        text-align: center;
        font-size: 0.42rem;
        font-family: SourceHanSansCN;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
    }

    .font_36 {
        text-align: center;
        font-size: 0.47rem;
        font-family: SourceHanSansCN;
        font-weight: 500;
        color: rgba(51, 51, 51, 1);
    }

    .font_38 {
        text-align: center;
        font-size: 0.50rem;
        font-family: SourceHanSansCN;
        font-weight: 500;
        color: rgba(26, 26, 26, 1);
    }

    .font_40 {
        text-align: center;
        font-size: 0.53rem;
        font-family: SourceHanSansCN;
        font-weight: 500;
        color: rgba(0, 0, 0, 1);
    }

    .app-hide {
        display: none;
    }

    .app-show {
        display: block;
    }

    .app-input {
        border: none;
        height: 1rem;
        width: 5.5rem;
        font-size: 0.4rem;
        outline: none;
        -webkit-text-fill-color: currentcolor;
        font-style: inherit;
        font-variant-ligatures: inherit;
        font-variant-caps: inherit;
        font-variant-numeric: inherit;
        font-variant-east-asian: inherit;
        font-weight: inherit;
        font-stretch: inherit;
        line-height: inherit;
        font-family: inherit;

    }

    .show.banner {
        padding-top: 2rem;
        box-sizing: border-box;
    }

    .nav-show {
        width: 10rem;
        height: auto;
        overflow: hidden;
        z-index: 999;
        display: flex;
        justify-content: space-between;
        transition: all 0.5s;
        box-sizing: border-box;
        padding: 0.39rem 0.42rem;
    }

    .show .nav-show {
        display: none;
    }

    .show-img {
        width: 50%;
        height: auto;
    }

    .show-img img {
        width: auto;
        height: auto;
    }


    .button-li_balck.button-li {
        color: rgba(51, 51, 51, 1);
    }


    .menu img {
        width: 100%;
        height: 100%;
    }

    .menu-open {
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 99999;
        left: 100%;
        top: 0;
        display: none;
        transition: 0.5s;
        background: rgba(255, 255, 255, 1);
    }

    .menu-li {
        width: 100%;
        height: 0.79rem;
        background: rgba(0, 0, 0, 1);
    }

    .close {
        left: 100%;
    }

    .open {
        opacity: 1;
        left: 0;
        display: block;
    }

    .menu-open img {
        width: 0.39rem !important;
        height: 0.39rem !important;
        padding-left: 0.66rem;
        padding-top: 0.39rem;
    }

    .nav-hide {
        width: 100%;
        position: fixed;
        top: 0;
        height: 2rem;
        z-index: 99999;
        opacity: 1;
        display: none;
        background: rgba(255, 255, 255, 1);
        height: auto;
        overflow: hidden;
        box-sizing: border-box;
        padding: 0 0.42rem;
    }

    .show.nav-hide {
        display: flex;
    }

    .nav-hide img {
        width: 2.99rem;
        height: 0.84rem;
    }

    .show-img {
        width: 50%;
        height: auto;
    }

    .show-img img {
        width: 2.99rem;
        height: 0.84rem;
    }

    .show-button {
        width: 50%;
        height: auto;
        display: flex;
        justify-content: flex-end;
        box-sizing: border-box;
    }

    .button-li {
        float: left;
        padding-right: 0.49rem;
        font-size: 0.39rem;
        font-family: SourceHanSansCN;
        font-weight: bold;
        padding-top: 0.4rem;
        color: rgba(255, 255, 255, 1);
    }

    .menu {
        width: 0.53rem;
        height: 0.53rem;
        float: left;
        margin-top: -0.1rem;
    }

    .menu img {
        width: 100%;
        height: 100%;
    }


    .menu-open img {
        width: 0.39rem;
        height: 0.39rem;
        padding-left: 0.66rem;
        padding-top: 0.39rem;
    }

    .menu-title {
        width: 100%;
        height: 1.99rem;
    }

    .title-img {
        width: 50%;
        height: 100%;
        float: left;
    }

    .title-img img {
        width: 2.99rem !important;
        height: 0.83rem !important;
    }

    .title-close {
        padding-right: 0.66rem;
        text-align: right;
        padding-top: 0.26rem;
        box-sizing: border-box;
    }

    .menu-deta {
        width: 10rem;
        height: auto;
        display: table;
        padding: 0.66rem 0.66rem;
        box-sizing: border-box;
    }

    .menu-li {
        width: 100%;
        height: 1.06rem;
        line-height: 1.06rem;
        text-align: center;
        font-size: 0.39rem;
        font-family: SourceHanSansCN;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
        background: none;
    }

    .menu-li li {
        list-style-type: none;
    }

    .font_60 {
        text-align: center;
        font-size: 0.79rem;
        font-family: SourceHanSansCN;
        font-weight: normal;
        font-style: italic;
        color: rgba(255, 255, 255, 1);
    }

    .font_24 {
        text-align: center;
        font-size: 0.31rem;
        font-family: SourceHanSansCN;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
    }

    .font_30 {
        line-height: 0.79rem;
        text-align: center;
        font-size: 0.39rem;
        font-family: SourceHanSansCN;
        font-weight: 500;
        color: rgba(255, 255, 255, 1);
    }

    .font_32 {
        text-align: center;
        font-size: 0.42rem;
        font-family: SourceHanSansCN;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
    }

    .font_36 {
        text-align: center;
        font-size: 0.45rem;
        font-family: SourceHanSansCN;
        font-weight: 500;
        color: rgba(51, 51, 51, 1);
    }

    .font_38 {
        text-align: center;
        font-size: 0.50rem;
        font-family: SourceHanSansCN;
        font-weight: 500;
        color: rgba(26, 26, 26, 1);
    }

    .closeshow {
        display: none;
    }

    .openshow {
        display: block;
    }

    .openshow.font_60 {
        padding-top: 2.18rem;
    }

    /* 内容标题 */
    .detatitle {
        text-align: center;
        font-size: 0.55rem;
        font-family: SourceHanSansCN;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
    }

    /*-------------手机样式------------------*/
    .app_title {
        text-align: center;
        font-size: 0.56rem;
        font-family: SourceHanSansCN;
        font-weight: bold;
        padding-top: 1.06rem;
        display: flex;
        justify-content: center;
        align-items: center;
        color: rgba(51, 51, 51, 1);
    }

    .app_title_en {
        text-align: center;
        font-size: 0.32rem;
        font-family: SourceHanSansCN;
        font-weight: 400;
        padding-top: 0.2666rem;
        color: rgba(51, 51, 51, 1);
    }

    .app .title {
        height: 1.5rem;
        padding: 0;
        color: rgba(255, 255, 255, 1);
    }

    /*-------没有想要的答案------*/
    .app_problem {
        width: 10rem;
        height: 5rem;
        text-align: center;
        padding-top: 1rem;
        box-sizing: border-box;
        background: url("../images/problem_banner.png") center center no-repeat;
        background-size: cover;
    }

    .app_problem h1 {
        font-size: 0.5rem;
        text-align: center;
        font-family: SourceHanSansCN;
        font-weight: 500;
        color: rgba(255, 255, 255, 1);
    }

    .app_problem h2 {
        font-size: 0.32rem;
        font-family: SourceHanSansCN;
        font-weight: 400;
        margin-top: 0.5rem;
        color: rgba(255, 255, 255, 1);
    }

    .app_problem button {
        width: 5rem;
        height: 1.1rem;
        background: rgba(230, 0, 18, 1);
        border-radius: 0.1rem;
        border: none;
        color: rgba(255, 255, 255, 1);
    }

    /*--------------------footer------------------------------*/
    .app_footer {
        width: 10rem;
        height: auto;
        clear: both;
        padding: 0 0.4rem;
        box-sizing: border-box;
        background: rgba(29, 26, 26, 1);
    }

    .app_footer_button {
        width: 100%;
        height: auto;
        display: table;
        padding: 0.53rem 0;
        border-bottom: 0.01rem solid rgba(246, 246, 246, 1);
    }

    .app_footer h1 {
        font-size: 0.45rem;
        font-family: SourceHanSansCN;
        font-weight: bold;
        padding-top: 1.08rem;
        padding-bottom: 0.21rem;
        color: rgba(255, 255, 255, 1);
    }

    .app_footer h2 {
        font-size: 0.29rem;
        font-family: SourceHanSansCN;
        font-weight: 300;
        /*padding-bottom: 0.66rem;*/
        color: rgba(255, 255, 255, 1);
    }

    .app_footer_btn_li {
        width: 3.18rem;
        height: 0.92rem;
        float: left;
        text-align: center;
        line-height: 0.92rem;
        margin-right: 0.31rem;
        font-size: 0.31rem;
        border-radius: 0.08rem;
        color: rgba(255, 255, 255, 1);
        background: rgba(230, 0, 18, 1);
    }

    .app_footer_li {
        width: 100%;
        height: auto;
        clear: both;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        padding: 0.5rem 0 0.05rem 0;
    }

    .app_footer_li div {
        align-items: center;
    }

    .app_footer_li_first {
        padding-top: 0.5rem;
    }

    .app_footer_li img {
        width: auto;
        height: auto;
        padding-top: 0.2rem;
    }

    .app_footer_li h1 {
        font-size: 0.34rem;
        font-family: SourceHanSansCN;
        font-weight: bold;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 1rem;
        padding-left: 0.5rem;
        color: rgba(255, 255, 255, 1);
    }

    .app_footer_li h2 {
        display: flex;
        font-size: 0.32rem;
        font-family: SourceHanSansCN;
        font-weight: 400;
        padding-left: 0.5rem;
        color: rgba(255, 255, 255, 1);
    }

    .app_footer_li p {
        font-size: 0.32rem;
        font-family: SourceHanSansCN;
        font-weight: 400;
        padding-left: 0.5rem;
        padding-top: 0rem;
        margin: 0.1rem 0;
        color: rgba(153, 153, 153, 1);
    }

    .app_copy {
        width: 100%;
        height: auto;
        padding-top: 0.4rem;
        border-top: 0.01rem solid rgba(255, 255, 255, 0.2);
        padding-bottom: 0.6rem;
        font-size: 0.26rem;
        font-family: SourceHanSansCN;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
    }

}

    .page-lists1{
    width: 100%;
    height: auto;
    clear: both;
    display: flex;
    justify-content: center;
}

.page-lists1 ul {
    width: 100%;
    height: auto;
    clear: both;
    display: flex;
    margin: 20px auto;
    justify-content: center;
    align-items: center;
}

.page-lists1 ul .top_page{
    list-style: none;
    display: inline-block;
    border: 1px solid #d9d9d9;
    margin-left: -.05rem;
}

.page-lists1 ul .top_page a{
    color: #999 !important;
   /* cursor: not-allowed;*/
    font-size: .7rem;
    display: block;
    padding: 0 .65rem;
    line-height: 1.75rem;
    background: #fff;
}

.page_lis {
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #666;
    padding: 0 0px !important;
    width: 60px !important;
    height: 30px !important;
    margin: 0 5px;
    background: #fff;
    /*line-height: 28px;*/
    border: 1px solid #d9d9d9;
}
.page_lis a{
    display: inline-block !important;
    width: 100% !important;
    height: 100% !important;
    text-align: center !important;
    line-height: 30px;
}
.active.page_lis {
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 500;
    padding: 0 20px;
    width: 20px;
    /*height: 100%;*/
    background: #e60012;
    margin: 0 5px;
    color: #fff;
    /*line-height: 30px;*/
    /*border: 1px solid #e60012;*/
}




















