@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
img {
	border:none;
}
ul,li {
	list-style-type:none;
}
dd {
	margin:0;
	padding:0;
}
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#071542;
}
a:focus {
	outline:none;
}
html,body{
	font-size:14px;
	font-family:'Microsoft yahei', '微软雅黑';
	background:#fff;
	color:#333;
}
table.noborder td {
	border:none;
	padding:0 3px;
}
input,textarea,select,button {
	outline:none;
	font-family:'Microsoft yahei', '微软雅黑';
}
input[type=button],input[type=submit] {
	cursor:pointer;
}


/*header*/
#header{
	height:140px;
	width:100%;
	box-sizing:border-box;
	text-align:center;
	position:relative;
	z-index:999;
}
#header.posFixed{
	background: #fff;
}
.index-header{
	position:fixed !important;
}

#header.page-header{
	background:#050e2d;
}
#header.page-header.posFixed{
	background:#050e2d;
	position:relative !important;
}
#header.page-header.posFixed .logo svg.white-icon{
	display:block;
}
#header.page-header.posFixed .logo svg.color-icon{
	display:none;
}
#header.page-header.posFixed .nav li > a{
	color:#fff;
}
#header.page-header.posFixed .nav li > a svg{
	fill:#fff;
}

#header .topbar{
    height: 46px;
    line-height: 46px;
    background: #071542;
    color: #fff;
}
#header .topbar a{
    color: #fff;
    margin-left: 50px;
}
#header .topbar a:hover{
	text-decoration: underline;
}

#header .header-wapper{
	width: 1360px;
	margin: 0 auto;
	height:83px;
	position: relative;
}
#header .logo{
	position:absolute;
	left:0;
	top:0;
	height:83px;
}
#header .logo a{
	display:block;
	padding:22px 0 0;
}
#header .logo svg{
	height:40px;
	width: auto;
}
#header .logo svg.color-icon{
	display:none;
}
#header .nav{
	display:inline-block;
	padding:20px 0 0;
	position: absolute;
	right: 0;
	top: 0;
}
#header .nav > ul{
	font-size:0;
	float: right;
}
#header .nav > ul > li{
	display:inline-block;
	position:relative;
	vertical-align:top;
	font-size:14px;
}
#header .nav > ul > li.icon{
	display: none;
}
#header .nav > ul > li > a{
	color:#fff;
	height:44px;
	line-height:44px;
	font-size:16px;
	padding:0 20px 20px;
	display:block;
}
/*#header .nav li > a:hover{
	text-decoration:underline;
}*/
#header .nav > ul > li > a svg{
	width:16px;
	height:16px;
	fill:#fff;
	vertical-align:middle;
}
#header .nav > ul > li dl{
	position:absolute;
	top:64px;
	left:0;
	width:240px;
	background:#fff;
	opacity:0;
	visibility:hidden;
	transition:all 0.3s ease;
	transform:translate(50px,0);
	box-shadow:0 0 8px rgba(0,0,0,.2);
	border-right:0; 
	border-radius:5px;
	overflow:hidden;
}
#header .nav > ul > li dl.on{
	opacity:1;
	visibility:visible;
	transform:none;
}
#header .nav > ul > li dd{}
#header .nav > ul > li dd a{
	display:block;
	text-align:left;
	padding:0 15px;
	height:45px;
	line-height:45px;
	color:#333;
	font-size:16px;
	position:relative;
	transition:all 0.1s ease-in;
}
#header .nav > ul > li dd a:hover,
#header .nav > ul > li dd.on a{
	color:#071542;
	background:#f6f7fb;
}
#header .nav > ul > li dl dd a:hover svg,
#header .nav > ul > li dl dd.on a svg{
	fill:#071542;
}
#header .nav > ul > li dd a svg{
	width:16px;
	height:16px;
	fill:#d8d8d8;
	transform:rotate(-90deg);
	position:absolute;
	top:15px;
	right:10px;
}
#header .nav .li-login{
	display:none;
}

#header .nav > ul > li dd .three-level{
	position:absolute;
	left:240px;
	top:0;
	width:240px; 
	background:#fff;
	opacity:0;
	visibility:hidden;
	padding-left:15px;
	border-left:0;
	transition:all 0.3s ease-in;

}
#header .nav > ul > li dd .three-level:before{
	content:'';
	position:absolute;
	left:0;
	top:10px;
	width:1px;
	height:calc(100% - 20px);
	background:#f9f9f9;
}
#header .nav > ul > li dd.on .three-level{
	opacity:1;
	visibility:visible;
	
}
#header .nav > ul > li dd .three-level a{
	background:none;
	color:#333;
}
#header .nav > ul > li dd .three-level a:hover{
	color:#071542;
	background:#f6f7fb;
}

#header .nav .nav-login-reg{
	float: right;
}
#header .nav .nav-login-reg dt{
	display: none;
}


#header .nav .nav-login-reg > dl > dd a.nav-login,
#header .nav .nav-login-reg > dl > dd a.nav-register{
	position:relative;
	display: inline-block;
	width: 125px;
	height: 44px;
	line-height: 42px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 0;
	border: 1px solid #d7d9fe;
	border-radius: 5px;
	margin-left: 20px;
	box-sizing: border-box;
	transition:all 0.3s ease;
	overflow:hidden;
}
#header .nav .nav-login-reg > dl > dd a.nav-register{
	background: #071542;
	border:0;
}
#header .nav .nav-login-reg > dl > dd a.nav-register:hover{
	background: #5e50b8;
    color: #fff;
}
#header .nav .nav-login-reg > dl > dd .acc_on a.nav-login,
#header .nav .nav-login-reg > dl > dd a.nav-login:hover{
	background: #fff;
    color: #5e50b8;
}
#header .nav .nav-login-reg > dl > dd a:hover .btn-hover-effect,
.phone-btn:hover .btn-hover-effect,
.btn1:hover .btn-hover-effect{
	width:300px;
	height:300px;
}
#header .nav .nav-login-reg > dl > dd .btn-text,
.phone-btn .btn-text,
.btn1 .btn-text{
	position:relative;
	z-index:9;
}
#header .nav .nav-login-reg > dl > dd .btn-hover-effect,
.phone-btn .btn-hover-effect,
.btn1 .btn-hover-effect{
    z-index: 5;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background: radial-gradient(circle closest-side,#8172fd,transparent);
    transform: translate(-50%,-50%);
    transition: width .2s ease,height .2s ease;
}





#header.posFixed{
	background:#fff;
	box-shadow:0 0 10px rgba(160,160,160,.3);
}
#header.posFixed .logo svg.white-icon{
	display:none;
}
#header.posFixed .logo svg.color-icon{
	display:block;
}
#header.posFixed .nav .nav-login-reg dd a.nav-login{
	color: #071542;
	border-color: #071542;
}
#header.posFixed .nav .nav-login-reg dd a.nav-login:hover{
	background:#071542;
	color:#fff;
}

#header.posFixed .nav > ul > li > a,
#header.posFixed .login a,
#header.posFixed .login{
	color:#333;
}
#header.posFixed .nav > ul > li > a svg{
	fill:#333;
}
#header.posFixed .nav .nav-register a{
	color: #fff;
}

.btn1{
	display: inline-block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    background: #071542;
    font-size: 18px;
    border-radius: 5px;
    text-align: center;
    box-sizing: border-box;
    border: 0;
    color: #fff;
    transition: all 0.3s ease;
	position:relative;
	overflow:hidden;
}
.btn1:hover{
	background:#5e50b8;
	color: #fff;
}

.index-section-wapper{
	width: 100%;
	max-width: 1360px;
	margin: 0 auto;
}
.section-ul-1{
	
	font-size: 0;
}
.section-ul-1 li{
	display: inline-block;
	font-size: 14px;
	width: calc(25% - 30px);
	margin-right: 40px;
	box-shadow: 0 4px 32px 0 rgba(10,14,29,.02),0 8px 64px 0 rgba(10,14,29,.08);
	background: #fff;
	border-radius: 5px;
	text-align: center;
	padding: 10px 0 30px;
	vertical-align: top;
	transition: transform .3s ease;
}

.section-ul-1 li:hover{
	transform: translate3d(0,-8px,0);
	box-shadow: 0 16px 30px 0 rgba(10,14,29,.04), 0 16px 60px 0 rgba(10,14,29,.16);
}



.section-ul-1 li:nth-child(4n){
	margin-right: 0;
}
.section-ul-1 li .svg{
	overflow: hidden;
	height: 180px;
	padding: 15px 0;
	position:relative;
	text-align:center;
}
.section-ul-1 li .svg:before{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	content:"";
	z-index:10;
}

/*.section-ul-1 li .svg svg{
	width: 180px;
	height: 180px;
	transform: translate(0,20%);
	transition: all 1s ease;
	opacity:0;
}
.section-ul-1 li:nth-child(2) .svg svg{
	transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
}
.section-ul-1 li:nth-child(3) .svg svg{
	transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
}
.section-ul-1 li:nth-child(4) .svg svg{
	transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
}

.section-ul-1 li .svg.on svg{
	transform:none;
	opacity:1;
}*/
.section-ul-1 li h4{
	text-align: center;
	font-size: 24px;
	color: #121212;
	font-weight: normal;
	margin-bottom: 25px;
}
.section-ul-1 li p{
	line-height: 18px;
	color: #999;
	padding: 0 35px;
	text-align: left;
	margin-bottom: 15px;
}
.section-ul-1 li a{
	color: #071542;

}

.section-margin{
	margin-top: 70px;
}
.section-title{
	text-align: center;
	font-size: 36px;
	color: #121212;
	margin-bottom: 15px;
}
.section-detail{
	text-align: center;
	color: #666;
}
.section-detail a{
	color: #071542;
}
.index-section-btn{
	text-align: center;
	margin-top: 60px;
}
.index-section-btn a{}



.index-content{
}
.index-content .banner{
	position: relative;
	height: 720px;
	background: #000 url(/public/media/100000221/attached/image/20240804/20240804124217_85903.jpg) no-repeat center center;
	background-size: cover;
}
.index-content .banner::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
}
.index-content .banner-wapper{
	position: absolute;
	top: 200px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
}
.index-content .banner-wapper h3{
	font-size: 45px;
	margin-bottom: 30px;
}
.index-content .banner-wapper p{
	font-size: 16px;
	margin-bottom: 50px;
}
.index-content .banner-wapper form{
	font-size: 0;
}
.index-content .banner-wapper .phone-txt{
	display: inline-block;
	width: 360px;
	height: 60px;
	font-size: 16px;
	border: 0;
	box-sizing: border-box;
	border-radius: 5px;
	text-indent: 20px;
	margin: 0 10px;
}
.index-content .banner-wapper .phone-btn{
	display: inline-block;
	height: 60px;
    line-height: 60px;
	box-sizing: border-box;
	border-radius: 5px;
	color: #fff;
	margin: 0 10px;
	position:relative;
	overflow:hidden;
	cursor:pointer;
}

.index-section1 .section-ul-1 li a{
	position: relative;
    display: inline-block;
    width: 125px;
    height: 44px;
    line-height: 42px;
    color: #071542;
    font-size: 16px;
    text-align: center;
    padding: 0;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    overflow: hidden;
}
.index-section1 .section-ul-1 li a:hover{
	background:#071542;
	color:#fff;
}
.index-section1{
	margin-top: -200px;
	position: relative;
	z-index: 99;
}
.index-section2{}
.index-section2 .section-ul-1{
	margin-top: 50px;
}
.index-section2 .section-ul-1 li{
	width: calc(25% - 26px);
	margin-right: 29px;
}
.index-section2 .section-ul-1 li:nth-child(4n){
	margin-right: 0;
}
.index-section2 .section-ul-1 li p{
	text-align: center;
	padding: 0px 65px;
}
.index-section2 .section-ul-1 li img{
	display: block;
	width:100%;    position: absolute;
}
.index-section2 .section-ul-1 li h2 {
	font-size: 40px;
	height: 60px;
	margin: 36px 220px 0 29px;
	position: relative;
	z-index: 1;
}
.index-section2 .section-ul-1 li strong {
    color: #37465e;
    float: left;
    font-size: 22px;
    margin: 0 0 0 23px;
    padding-bottom: 50%;
    position: relative;
    z-index: 1;
}
.index-section3{}
.index-section3 .index-section-tab{
	margin-top: 50px;
}
.index-section3 .tab-title{
	text-align: center;
}
.index-section3 .tab-title-item{
	margin: 0 30px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 16px;
    color: #121212;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 0 20px;
    line-height: 40px;
    margin: 0 10px;
    font-weight: bold;
}
.index-section3 .tab-title-item.on{
	color: #008c1e;
}
.index-section3 .tab-title-item.on:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #008c1e;
}
.index-section3 .tab-content{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.index-section3 .tab-item{
	text-align: center;
	transform: translate(-100%,0);
	position: absolute;
	left: 0;
	top:0;
	transition: all 0.3s ease;
}
.index-section3 .tab-item.on{
	position: relative;
	transform: none;
}
.index-section3 .tab-item img{
	max-width: 100%;
	/* max-height:540px; */
}

.index-section4{}
.index-section4 .index-section4-content{
	margin: 50px 0 0;
	font-size: 0;
}
.index-section4 .index-section4-left{
	display: inline-block;
	font-size: 14px; 
	vertical-align: top;
	margin-right: 130px;
}
.index-section4 .index-section4-left ul{
	font-size: 0;
}
.index-section4 .index-section4-left li{
	display: inline-block;
	font-size: 14px;
	width: calc(50% - 20px);
	margin-right: 40px;
	margin-bottom: 40px;
	border-radius: 5px;
	border: 1px solid #071542;
	padding-bottom: 60px;
	box-sizing: border-box;
	transition: all 0.3s ease;
	cursor: pointer;
	vertical-align: top;
	background: #071542;
}
.index-section4 .index-section4-left li:hover,
.index-section4 .index-section4-left li.on{
	border-color: #071542;
}

.index-section4 .index-section4-left li:nth-child(2n){
	margin-right: 0;
}
.index-section4 .index-section4-left li .svg{
	height: 140px;
	text-align: center;
}
.index-section4 .index-section4-left li .svg svg{
	height: 140px;
	width: 80px;
}
.index-section4 .index-section4-left li .detail{
	padding: 0 30px;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

.index-section4 .index-section4-right{
	display: inline-block;
	font-size: 14px;
	width: 680px;
	vertical-align: top;
	overflow: hidden;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 0 32px rgba(167,179,255,.15);
}
.index-section4 .index-section4-right .video{
	width: 100%;
	position: relative;
	z-index: 9;
}
.index-section4 .index-section4-right .video .img{
	position: relative;
	z-index: 10
}
.index-section4 .index-section4-right .video .img .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);

}
.index-section4 .index-section4-right .video .img .bg svg{
	width: 120px;
	height: 120px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -60px 0 0 -60px;
	fill: #fff;
	cursor: pointer;
}
.index-section4 .index-section4-right .video .img img{
	width: 100%;
	display: block;
}
.index-section4 .index-section4-right .video video{
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.index-section4 .index-section4-right .video-content{
	padding: 30px 40px 60px;
}
.index-section4 .index-section4-right .video-content h4{
	font-size: 20px;
	color: #121212;
	font-weight: normal;
}
.index-section4 .index-section4-right .video-content p{
	color: #666;
	margin-top: 15px;
}

.index-section5{}
.index-section5 .index-section-tab{
	margin-top: 50px;
	font-size: 0;
}
.index-section5 .tab-title{
	display: inline-block;
	font-size: 14px;
	width: 500px;
	margin-right: 100px;
	vertical-align: top;
}
.index-section5 .tab-title-item{
	height: 100px;
	border: 1px solid #e9e9e9;
	border-radius: 5px;
	font-size: 0;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 30px;
	transition: all 0.3s ease;
	cursor: pointer;
}
.index-section5 .tab-title-item:hover{
	border-color: #071542;
}

.index-section5 .tab-title-item.on{
	height: 230px;
	box-shadow: 0 4px 32px 0 rgba(10,14,29,.02),0 8px 64px 0 rgba(10,14,29,.08);
	border-color:#fff;
}
.index-section5 .tab-title-content{}
.index-section5 .tab-title-content .svg{
	display: inline-block;
	width: 100px;
	font-size: 14px;
	vertical-align: top;
	text-align: center;
}
.index-section5 .tab-title-content .svg svg{
	height: 98px;
	width: 50px;
}
.index-section5 .tab-title-content .con{
	display: inline-block;
	width: calc(100% - 100px);
	font-size: 14px;
	vertical-align: top;

}
.index-section5 .tab-title-content .con h5{
	height: 98px;
	line-height: 98px;
	font-size: 20px;
	color: #121212;
	font-weight: normal;
}
.index-section5 .tab-title-content .con p{
	font-size: 18px;
	color: #666;
	line-height: 24px;
	padding: 0 20px 60px 0;
}

.index-section5 .tab-content{
	display: inline-block;
	font-size: 14px;
	width: calc(100% - 600px);
	vertical-align: top;
	position: relative;
	border-radius: 10px;
	
}
.index-section5 .tab-item{
	
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(0,60%);
	opacity:0;
	visibility:hidden;
	transition: all 0.5s ease;
	
}
.index-section5 .tab-item.on{
	position: relative;
	transform: none;
	opacity:1;
	visibility:visible;
}
.index-section5 .tab-item img{
	display: block;
	max-width: 100%;
	max-height: 100%;
	box-shadow: 0 4px 32px 0 rgba(10,14,29,.02), 0 8px 64px 0 rgba(10,14,29,.08);
	
}




.index-section6{}
.index-section6 ul{
	font-size: 0;
	margin-top: 50px;
	align-items:center;
}
.index-section6 li{
	display: inline-block;
	width: 20%;
	text-align: center;
	font-size: 14px;
	vertical-align: middle;
	padding: 0 40px;
	box-sizing: border-box;
}
.index-section6 li .svg{
	position: relative;
}
.index-section6 li .svg svg{

}
.index-section6 li .svg svg.icon-hover{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.index-section6 li:hover .svg svg.icon-hover{
	opacity: 1;
}

.index-section7{

}
.index-section7 ul{
	width: calc(50% - 20px);
	margin-top: 50px;
	margin-right: 40px;
	display: inline-block;
	vertical-align: top;
}
.index-section7 ul:nth-child(2n){
	margin-right: 0;
}
.index-section7 li{
	margin-bottom: 40px;
	height: 80px;
	border-radius: 5px;
	font-size: 14px;
	position: relative;
	vertical-align: top;
}

.index-section7 li .index-section7-content{
	border: 1px solid #e9e9e9;
	overflow: hidden;
	transition: all 0.3s ease;
	height: 80px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 5px;
}

.index-section7 li h4{
	padding: 0 40px;
	font-size: 20px;
	color: #666;
	font-weight: normal;
	position: relative;
	line-height: 78px;
	cursor: pointer;
}
.index-section7 li h4 svg{
	position: absolute;
	right: 40px;
	top: 0;
	height: 78px;
	width: 18px;
	fill:#999;
	transition: all 0.3s ease;
}
.index-section7 li p{
	font-size: 16px;
	line-height: 24px;
	color: #666;
	padding: 0 40px 32px;

}
.index-section7 li.on{
	z-index: 999;
}
.index-section7 li.on .index-section7-content{
	height: 200px;
	
}
.index-section7 li.on h4 svg{
	transform: rotate(-180deg);
}



#footer{
	border-top: 1px solid #e9e9e9;
}
#footer .footer-bar{
	height: 340px;
	
	box-sizing: border-box;
	text-align: center;
	padding: 100px 0 0;
	box-sizing: border-box;
}
#footer .footer-bar .footer-bar-tit{
	font-size: 40px;
	color: #121212;
	margin-bottom: 30px;
	font-weight:bold;
}
#footer .footer-bar form{
	font-size: 0;
}
#footer .footer-bar .phone-txt{
	display: inline-block;
	width: 360px;
	height: 60px;
	font-size: 16px;
	border: 1px solid #e9e9e9;
	box-sizing: border-box;
	border-radius: 5px;
	text-indent: 20px;
	margin: 0 10px;
	-webkit-appearance: none;
}
#footer .footer-bar .phone-btn{
	display: inline-block;
	height: 60px;
    line-height: 60px;
	font-size: 16px;
	box-sizing: border-box;
	border-radius: 5px;
	color: #fff;
	margin: 0 10px;
	cursor:pointer;
}
#footer .footer-content{
	background: #071542;
    color: #ddd;
    padding: 30px 0;
	text-align: center;
}
#footer .links a{
	font-size:12px;
	display: inline-block;
	color:#ddd;
	margin:0 8px;
	border-bottom:1px dotted #38509f;
}
#footer .footer-content a{
	color: #ddd;
}
#footer .link{
	font-size: 0;
	padding: 100px 0 50px;
}
#footer .link .footer-item{
	display:inline-block;
	width:25%;
	vertical-align:top;
}
#footer .link dl{
	display: block;
	font-size: 14px;
	vertical-align: top;
	margin-bottom:50px;
}
#footer .link .footer-item dl:nth-child(2){
	margin:0; 
}

#footer .link dt{
	font-weight:bold;
	color: #fff;
	font-size: 16px;
	margin-bottom: 20px;
	position: relative;
}
#footer .link dt span.help-icon{
	display:none;
}
#footer .link dd{
	line-height: 26px;
	min-height:130px;
}
#footer .link dd a{
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	transition:all 0.3s;
	opacity:0.5;
}
#footer .link dd a:hover{
	opacity:1;
	text-decoration: underline;
}
#footer .link dd span{
	display: block;
	color: #fff;
	font-size: 14px;
	opacity:0.5;
}
#footer .attention{
	display: inline-block;
	font-size: 14px;
	width: 200px;
	vertical-align: top;
}
#footer .attention h3{
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 20px;
	text-align: left;
}
#footer .attention p{
	text-align: left;
}
#footer .attention p img{}
#footer .footer-bom{
	padding: 15px 0;
	position: relative;
}
#footer .footer-bom .left{
	font-size: 14px;
	line-height: 26px;
}
#footer .footer-bom .right{
	position: absolute;
	right: 0;
	top: 15px;
}
#footer .footer-bom .right a{
	display: inline-block;
	font-size: 14px;
	margin-left: 40px;
	line-height: 24px;
	color:#fff;
	opacity:0.5;
}
#footer .footer-bom .right a:hover{
	opacity:1
}
.index-section1 .shadow-box{
 margin:0 -30px;
 overflow:hidden;
 padding:20px 30px 0;
	}
.index-section1 .section-ul-1 li{box-shadow:0px 8px 20px 0 rgba(10,14,29,.08);}
.index-section1 .section-ul-1 li:hover{box-shadow:0 10px 20px 0 rgba(10,14,29,.04), 0 10px 40px 0 rgba(10,14,29,.16);}
#swiper-container-5,
#swiper-container-4,
#swiper-container-3,
#swiper-container-2{
	overflow: visible;
	padding-bottom: 50px;
}
#swiper-container-5 .swiper-pagination,
#swiper-container-4 .swiper-pagination,
#swiper-container-3 .swiper-pagination,
#swiper-container-2 .swiper-pagination{
	bottom: 0;
	display: none;
}
#swiper-container-5 .swiper-pagination-bullet,
#swiper-container-4 .swiper-pagination-bullet,
#swiper-container-3 .swiper-pagination-bullet,
#swiper-container-2 .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	opacity: 1;
	background: #ecedf1;
}
#swiper-container-5 .swiper-pagination-bullet-active,
#swiper-container-4 .swiper-pagination-bullet-active,
#swiper-container-3 .swiper-pagination-bullet-active,
#swiper-container-2 .swiper-pagination-bullet-active{
	background: #071542;
}











/*用户协议*/
.common-section{
	padding:100px 0 50px;
}
.common-title{
    text-align: center;
    font-size: 30px;
    color: #333;
    position: relative;
    padding: 0 0 20px;
	margin-bottom:50px;
	line-height:normal;
	font-weight:bold;
}
.common-title:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 56px;
    height: 5px;
    background: #071542;
    margin-left: -28px;
    content: '';
}
.common-section .detail{}
.common-section .detail dl{
	margin-top:40px;
}
.common-section .detail dt{
	margin: 0 0 10px;
    font-weight: bold;
	font-size:16px;
}
.common-section .detail dd{
	font-size: 16px;
    color: #333;
    line-height: 24px;
}

/*物料下载*/
.material_box{
	padding:50px 0;
}
.material_box .material_banner{
	margin-bottom: 50px;
}
.material_box .material_banner img{
	max-width: 100%;
}
.material_box .material_con {
	background: #fff; 
	border-radius:5px;
	overflow:hidden;
}
.material_box .material_con .material_logo{
	background:url(../images/material-banner.png.html) no-repeat scroll left center;
	background-size:cover;
	height:250px;
}
.material_box .material_con .material_c {
	max-width: 900px; 
	margin: 0 auto; 
	min-height: 500px; 
	color:#000;
	font-size:14px;
	line-height:20px;
	padding:50px 0 0;
}
.material_box .material_con .material_c dl{
	margin-bottom:30px;
}
.material_box .material_c .tit1{
	font-size:20px;
	margin-bottom:20px;
	color:#333;
}
.material_box .material_c .tit2{
	font-size:16px;
	margin-bottom:10px;
	font-weight:normal;
	color:#000;
}
.material_box .logo_list p{
	font-size:12px;
	color:#999;
}
.material_box .logo_list ul{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
}
.material_box .logo_list ul li{
	width: calc(25% - 12px);
    margin-right: 15px;
    text-align: center;
    margin-top: 20px;
}
.material_box .logo_list ul li.last{
	margin-right:0; 
}
.material_box .logo_list ul li.last p{
	background:url(../images/logo/logo_bg.jpg) repeat;
}
.material_box .logo_list ul li img{
	width:100%;
	border:1px solid #efefef;
}
.material_box .logo_list ul li span{
	display:block;
	line-height:34px;
}
.material_box .logo_list ul li a{
	display:inline-block;
	color:#ff5268;
	text-decoration:underline;
}
.material_box .qr_code svg{
	width:190px;
}
.material_box .qr_code span{
	display:block;
	text-align:center;
	width:190px;
	padding-top:10px;
}
.material_box .qr_code a{
	display:inline-block;
	color:#ff5268;
	text-decoration:underline;
}
.material_box .logo_list{
	overflow:hidden;
	padding:0 0 20px;
}

.material_box .propagandist_video{
	margin-top:30px;
}

.payment-page .new-big-title{
	padding: 0 0 20px;
    position: relative;
	line-height:normal;
	margin-bottom:50px;
}
.payment-page .new-big-title:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 56px;
    height: 5px;
    background: #ff5268;
    margin-left: -28px;
    content: '';
} 
.payment-page{
	padding:100px 0;
	font-size:16px;
	line-height:24px;
}
.payment-page .payment-detail{
	line-height:24px;
	margin-bottom:20px;
}
.payment-page .payment-detail span{
	display:block;
	color:red;
}
.payment-page table td{
	padding:10px 0;
}
.payment-page table tr:nth-child(1) td{
	height:50px;
	padding:0;
}

#plan16-page .icon-list-4 li p{
	padding:0 50px;
}



.animated{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}
@-webkit-keyframes shake{0%,100%{-webkit-transform:translateY(0);transform:translateY(0)}40%,80%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}30%,70%{-webkit-transform:translateY(6px);transform:translateY(6px)}}
@keyframes shakes{0%,100%{-webkit-transform:translateY(0);transform:translateY(0)}40%,80%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}30%,70%{-webkit-transform:translateY(6px);transform:translateY(6px)}}

.right_nav .activity-btn a:hover{
	-webkit-animation-name:shakes;
	animation-name:shakes;
}

/* right nav */
.right_nav{
	width:60px;
	border-right:0;
	position:fixed;
	right:20px;
	bottom:30px;
	z-index:99999;
}
.right_nav .right_nav_1{
	border-radius:2px;
	overflow:hidden;
	box-shadow:0 4px 32px 0 rgba(10,14,29,.02), 0 8px 64px 0 rgba(10,14,29,.08);
}

.right_nav a{
	display:block;
	background:#fff;
	text-align:center;
	padding:10px 0;
	color:#666;
	transition:all 0.3s;
}
.right_nav a svg{
	display:block;
	width:100%;
	height:26px;
	fill:#071542;
	margin-bottom:6px;
	transition:all 0.3s;
}
.right_nav a img{
	max-width:100%;
}
.right_nav a.live-video{
	border-radius:2px 2px 0 0;
}
.right_nav a.fault{
	border-radius:0 0 2px 2px;
}
.right_nav a.top_back{
	margin-top:10px;
	opacity:0; 
	transition:all 1s;
	cursor:pointer;
	border-radius:2px;
	box-shadow:0 4px 32px 0 rgba(10,14,29,.02), 0 8px 64px 0 rgba(10,14,29,.08);
}

.right_nav a:hover{
	background:#f5f5f5;
}
.activity-btn a img{
	display:none;
}
.activity-btn a:hover img{ 
	display:block;
}


#header #personal-center{
	box-shadow:0 0 8px rgba(0,0,0,.2);
	border:0;
	border-radius:5px;
}
/*admin_info*/
.right_nav .admin_info {
	position: absolute;
	right: 100%;
	top: 0;
	/* min-width: 200px; */
	
	display:none;
}
.right_nav .admin_info_box{
	background: #fff;
	margin-right: 20px;
	padding: 10px 0;
	box-shadow:0 4px 32px 0 rgba(10,14,29,.02), 0 8px 64px 0 rgba(10,14,29,.08);
	white-space: nowrap;
	text-align: left;
	border-radius: 2px;
	color:#666;
	font-weight:400;
	border: 1px solid #E5E8ED;
}
.right_nav .customer_service:hover .admin_show{display:block;}
.right_nav .admin_info .admin_info_tit {
	padding:10px 30px 0;
}
.right_nav .admin_info .admin_info_tit .icon {
	display:inline-block;
	vertical-align:middle;
	background:#999999;
	padding:5px;
	border-radius:50%;
	width: 20px;
	margin: 0 10px 0 0;
	height: 20px;
	fill:#fff;
}
.right_nav .admin_info .admin_info_con {
	padding:10px 30px;
	border-bottom:1px solid #E5E8ED ;
}
.right_nav .admin_info .admin_info_con span {
	padding-right:10px;
}
.right_nav .admin_info .admin_info_more {
	padding:10px 30px;
	
}
.right_nav .admin_info .admin_info_more:hover {
	color:#071542;
	background:none;
}

.right_nav a.activity-btn{
	padding:0;
	margin-bottom:10px;
	border-radius:3px;
}
.right_nav a.activity-btn img{
	width:60px;
	height:60px;
	display:block;
}
.right_nav a.activity-btn:hover{
	background:#fff;
}

.right_nav_mobile{
	display:none;
	box-shadow:0 4px 32px 0 rgba(10,14,29,.02), 0 8px 64px 0 rgba(10,14,29,.08);
}
.right_nav_mobile a{
	border-radius:3px;
}
.right_nav_mobile a svg{
	height:50px;
	fill:#071542;
	margin-bottom:0;
}
.right_nav_mobile a:hover{
	background:#fff;
	color:#333;
}
.right_nav_mobile a:hover svg{
	fill:#071542;
}





/*联系我们*/
#contactus .contactus-box{
	padding: 100px 0;
    text-align: center;
    font-size: 0;
}
#contactus .contactus-item{
    display: inline-block;
    max-width: 355px;
    height: 350px;
    font-size: 14px;
    width: 100%;
    margin: 0 25px;
    box-shadow: 0 4px 25px rgba(10,14,29,.1);
    vertical-align: top;
    box-sizing: border-box;
    padding: 50px;
    text-align: left;
}
#contactus .contactus-item dl{
	margin-bottom: 35px;
}
#contactus .contactus-item dt{
	font-size: 24px;
    margin-bottom: 15px;
    font-weight: bold;
}
#contactus .contactus-item dd{}
#contactus .contactus-item dd p{
	color: #071542;
    font-size: 30px;
    font-weight: bold;
}
#contactus .contactus-item dd span{
	display: block;
    color: #666;
}
#contactus .contactus-item dd .btn{
	width: 135px;
    height: 42px;
    border: 1px solid #071542;
    display: block;
    line-height: 40px;
    text-align: center;
    box-sizing: border-box;
    color: #071542;
    font-size: 16px;
    margin: 15px 0 25px;
}
#contactus .contactus-item dd h3{
	margin-bottom: 15px;
    font-size: 18px;
}
#contactus .contactus-item dd h3 .link{
	color: #071542;
    text-decoration: underline;
}
#contactus .company-add{
	padding: 0 0 100px;
}
#contactus .company-add ul{
	font-size: 0;
    text-align: center;
}
#contactus .company-add li{
	display: inline-block;
    width: 300px;
    margin: 0 10px;
	vertical-align:top;
}
#contactus .company-add li .company-add-content{
	font-size: 14px;
    background: #071542;
    box-sizing: border-box;
    color: #fff;
    padding: 20px 30px;
    text-align: left;
}
#contactus .company-add li .company-add-content h3{
	font-weight: normal;
    font-size: 24px;
    margin-bottom: 20px;
}
#contactus .company-add li .company-add-content p{
	height:36px;
	line-height:18px;
}
#contactus .company-add li .company-add-img{}
#contactus .company-add li .company-add-img img{
	max-width: 100%;
}






#aboutus{
	max-width:100%;
	overflow:hidden;
}

#aboutus .banner{
	position: relative;
    height: 580px;
    background: -moz-linear-gradient(top, #00c096 0%, #201266 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#302484), color-stop(100%,#201266));
    background: -webkit-linear-gradient(top, #00c096 0%,#201266 100%);
    background: -o-linear-gradient(top, #00c096 0%,#201266 100%);
    background: -ms-linear-gradient(top, #00c096 0%,#201266 100%);
    background: linear-gradient(to bottom, #00c096 0%,#201266 100%);
}
#aboutus .aboutus-banner-wapper{
	position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
	color:#fff;
}
#aboutus .banner h3{
	font-size: 45px;
    margin-bottom: 30px;
}
#aboutus .banner p{
	font-size: 16px;
    margin-bottom: 50px;
}

#aboutus .aboutus-section1{
	position:relative;
	width:100%;
	padding:0 50px 50px;
	margin-top:-160px;
	box-sizing:border-box;
	border-bottom:1px solid #eee;
}
#aboutus .aboutus-section1 .aboutus-wrapper{
	font-size:0;
	transition:all 0.3s ease-in;
	
}
#aboutus .aboutus-section1 .swiper-slide{
	display:inline-block;
	width:calc((100vw - 100px)/5 - 40px);
	margin-right:50px;
	vertical-align:top;
	font-size:14px;
}

#aboutus .aboutus-section1-title{
	height:30px;
	margin-bottom:40px;
	text-align:center;
}
#aboutus .aboutus-section1-title span{
	display:inline-block;
	width:46px;
	height:30px;
	text-align:center;
	color:#fff;
	border-radius:0;
	opacity:1; 
	background:none;
	position:relative;
	outline:none;
	font-size:16px;
	font-weight:normal;
	margin:0 8px;
	cursor:pointer;
}
#aboutus .aboutus-section1-title span:before{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	height:3px;
	width:0;
	background:#071542;
	transition:all 0.3s ease-in;
}
#aboutus .aboutus-section1-title span.on:before{
	width:100%;
}
#aboutus .aboutus-content{
	position:relative;
}
#aboutus .aboutus-content .aboutus-item{
	opacity:0;
	position:absolute;
	left:0;
	top:0;
	width:100%;
}
#aboutus .aboutus-content .aboutus-item.on{
	opacity:1;
	position:relative;
	z-index:9;
}
#aboutus .aboutus-container{
	overflow:inherit;
}
#aboutus .aboutus-section1-list{
	background:#fff;
	box-shadow:0 4px 25px rgba(10,14,29,.1);
	padding:20px;
	position:relative;
}
#aboutus .aboutus-section1-list h4{
	color:#999;
	font-weight:normal;
	font-size:16px;
	line-height:20px;
}
#aboutus .aboutus-section1-list h4 svg{
	fill:#7966f1;
	vertical-align:top;
	margin-right:8px;
	width:20px;
	height:20px;
}
#aboutus .aboutus-section1-list .aboutus-content{
	color: #000;
    margin: 50px 0 0;
    height: 100px;
    line-height: 20px;
}
#aboutus .aboutus-section1-list:before{
	content: '';
    position: absolute;
    left: 30px;
    bottom: -10px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #fff;
}
#aboutus .aboutus-section1-list:after{
	content:'';
	position:absolute;
	left:33px;
	bottom:-58px;
	width:14px;
	height:14px;
	border-radius:50%;
	background:#071542;
}
#aboutus .title{
	font-size:30px;
	color:#000;
}

#aboutus .aboutus-section2{
	font-size:0;
	padding:0 0 70px;
}
#aboutus .aboutus-section2 .title{
	margin-bottom:40px;
}
#aboutus .aboutus-wapper{
	width:1150px;
	margin:0 auto;
}
#aboutus .aboutus-section2-left{
	display:inline-block;
	width:calc(100% - 655px);
	vertical-align:middle;
	font-size:14px;
	margin-right:175px;
}
#aboutus .aboutus-section2-left p{
	line-height:26px;
	color:#000;
}
#aboutus .aboutus-section2-right{
	display:inline-block;
	width:480px;
	vertical-align:middle;
	font-size:14px;
}
#aboutus .aboutus-section2-right ul{
	font-size:0;
}
#aboutus .aboutus-section2-right li{
	display:inline-block;
	width:calc(50% - 15px);
	margin-right:30px; 
	font-size:14px;
	padding:50px 0;
	background:#fff;
	margin-bottom:30px;
	box-shadow:0 4px 30px rgba(10,14,29,.1);
	text-align:center;
}
#aboutus .aboutus-section2-right li:nth-child(2n){
	margin-right:0;
}
#aboutus .aboutus-section2-right li:nth-child(3){
	margin-bottom:0;
}
#aboutus .aboutus-section2-right li:nth-child(4){
	margin-bottom:0;
}
#aboutus .aboutus-section2-right li h4{
	font-weight:normal;
	font-size:40px;
	color:#071542;
	margin-bottom:30px;
}
#aboutus .aboutus-section2-right li p{
	color:#000;
	font-size:20px;
}


#aboutus .aboutus-section3{
	padding-bottom:70px;
	padding-top:70px;
	background-color:#f3f3f5;
}
#aboutus .aboutus-section3 .title{
	text-align:center;
	padding-bottom:50px;
}
#aboutus .aboutus-section3 ul{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin:0 -15px;
}
#aboutus .aboutus-section3 ul li{
	width:25%;
	padding:0 15px;
	box-sizing:border-box;
	margin-bottom:20px;
}
#aboutus .aboutus-section3 ul li .img{
	background:#fff;
	border-radius:8px;
	overflow:hidden;
	height:200px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom:15px;
	padding:20px;
	box-sizing:border-box;
}
#aboutus .aboutus-section3 ul li img{
	max-width:100%;
	max-height:100%;
}
#aboutus .aboutus-section3 ul li .name{
	font-weight:bold;
	font-size:15px;
	padding-bottom:8px;
}
#aboutus .aboutus-section3 ul li p{
	color:#666;
}

#aboutus .aboutus-section3 .more{
	text-align:center;
	padding-top:20px;
}
#aboutus .aboutus-section3 .more a{
	display:inline-block;
	border:1px solid #cfcfcf;
	border-radius:4px;
	padding:10px 15px;
	min-width:100px;
	color:#999999;
}
#aboutus .aboutus-section3 .more a:hover{
	color:#fff;
    background: #071542;
	border-color:#071542;
	transition: all 0.3s ease;
}

#aboutus .aboutus-section4{
	padding-bottom:70px;
	border-bottom:1px solid #eee;
}
#aboutus .aboutus-section4 .title{
	text-align:center;
}
#aboutus .aboutus-section4 ul{
	font-size:0;
	margin-top:50px;
}
#aboutus .aboutus-section4 li{
	display:inline-block;
	width:calc(33.33333% - 50px);
	margin-right:75px;
	font-size:14px;
	vertical-align:top;
}
#aboutus .aboutus-section4 li:nth-child(3n){
	margin-right:0;
}
#aboutus .aboutus-section4 li .aboutus-section3-title{
	line-height:60px;
	font-size:20px;
}
#aboutus .aboutus-section4 li .aboutus-section3-title svg{
	height:60px;
	width:60px;
	display:inline-block;
	vertical-align:top;
	margin-right:15px;
}
#aboutus .aboutus-section4 li .aboutus-section3-detail{
	line-height:24px;
	color:#999;
	padding-left:75px;
}
#aboutus .aboutus-section5{
	padding-bottom:75px;
	text-align:center;
	border-bottom:1px solid #eee;
}
#aboutus .aboutus-section5 .title{}
#aboutus .aboutus-section5 .aboutus-section4-detail{
	color:#999;
	margin:30px 0 70px;
}
#aboutus .aboutus-section5 .aboutus-section4-detail span{
	display:block;
}
#aboutus .aboutus-section5 .aboutus-section4-btn{
	display:inline-block;
	width:220px;
	height:52px;
	border:1px solid #7d6bf1;
	box-sizing:border-box;
	text-align:center;
	line-height:50px;
	font-size:14px;
	color:#7d6bf1;
	border-radius:5px;
	transition:all 0.3s ease-in;
}
#aboutus .aboutus-section5 .aboutus-section4-btn:hover{
	background:#7d6bf1;
	color:#fff;
}

#aboutus .aboutus-section6{
	padding-bottom:75px;
	text-align:center;
}
#aboutus .aboutus-section6 .img{
	margin-bottom:30px;
	position:relative;
}
#aboutus .aboutus-section6 .img-list{
	max-width:600px;
	margin:0 auto;
}
#aboutus .aboutus-section6 img{
	max-width:100%;
	border-radius:5px;
}
#aboutus .aboutus-section6 .img span{
	position:absolute;
	bottom:10px;
	right:10px;
	color:#fff;
	font-size:18px;
	text-align:right;
}


/*成功案例*/
#cases h2,#cases h3,#cases h4,#cases h5{
	color:#333;
}
#cases{
	color:#666;
}
#cases .row{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
#cases .section-wapper{
	width: 100%;
    max-width: 1360px;
    margin: 0 auto;
}
#cases .section{
	margin-bottom:100px;
}
#cases .title{
	padding-bottom:60px;
}
#cases .section1{
	padding:80px 0 0;
}
#cases .section1 .title{
	text-align:center;
}
#cases .section1 .title h2{
	font-size:40px;
	line-height:60px;
	color:#333;
	padding-bottom:10px;
}
#cases .section1 .title p{
	font-size:16px;
	color:#666;
}
#cases .section1 .row{
    align-items: center;
}
#cases .section1 .text,
#cases .section1 .img{
	width:50%;
}
#cases .section1 .img{
	position:relative;
}
#cases .section1 .img .section1_bg{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
	border-radius:8px;
}
#cases .section1 .img2{
	position:absolute;
	left:0;
	top:30px;
	width:100%;
	text-align:center;
	z-index:1;
}
#cases .section1 .img3{
	position:absolute;
	left:50px;
	right:50px;
	bottom:50px;
	text-align:center;
	cursor:pointer;
	box-sizing:border-box;
}
#cases .section1 .img img{
	max-width:100%;
	display:block;
	margin:0 auto;
}
#cases .section1 .text-con{
	width:70%;
}
#cases .section1 .text-con h3{
	font-size:26px;
	line-height:35px;
	padding-bottom:20px;
}
#cases .section1 .text-con .describe{
	padding:18px;
	background:#f1f1f1;
	border-radius:8px;
	font-size:16px;
	line-height:24px;
	color:#666;
}

#cases .section2{
	padding:100px;
	position:relative;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#cases .section2 .section2_bg{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5)
}
#cases .section2 .content{
	width:100%;
	max-width:966px;
	margin:0 auto;
	background:rgba(255,255,255,0.9);
	padding:30px;
	border-radius:8px;
	position:relative;
	box-sizing:border-box;
}
#cases .section2 .row{
	align-items: center;
	-webkit-flex-flow: nowrap;
    flex-flow: nowrap;
}
#cases .section2 .content .img{
	width:17%;
	min-width:150px;
}

#cases .section2 .content .text{
	width:83%;
	padding-left:20px;
	box-sizing:border-box;
}
#cases .section2 .content .tit{
	padding-bottom:15px;
}
#cases .section2 .content .tit svg{
	display:inline-block;
}
#cases .section2 .content .tit h4{
	display:inline-block;
	font-size:25px;
	padding-left:10px;
}
#cases .section2 .content .describe{
	font-size:16px;
	line-height:24px;
	padding-bottom:20px;
}
#cases .section .content .Keywords{
	color:#999;
}
#cases .section .content .Keywords span{
	display:inline-block;
	background: #E4E4E4;
	border-radius:4px;
	padding:5px 8px;
	font-size:13px;
	color:#333;
	margin:0 3px 5px;	
}

#cases .section3{
	margin-bottom: 100px;
}
#cases .section3 .text,
#cases .section3 .img{
	width:50%;
}
#cases .section3 .img img{
	max-width:100%;
	display:block;
	height:100%;
}
#cases .section3 .text{
	background:#4D40A2;
	padding:50px 50px 40px;
	display: flex;
    align-items: center;
	box-sizing:border-box;
}
#cases .section3 ul{
	width:100%;
}
#cases .section3 ul li{
	border-bottom:1px solid rgba(255,255,255,0.5);
	padding-bottom:15px;
	margin-bottom:15px;
}
#cases .section3 .list-tit{
	position:relative;
	color:#fff;
	font-size:18px;
	line-height:26px;
	cursor:pointer;
	font-weight:bold;
}
#cases .section3 .list-tit svg{
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
}
#cases .section3 .list-tit svg.minus{
	display:none;
}

#cases .section3 .list-con{
	padding:15px 0 0;
	display:none;
}
#cases .section3 .list-con p{
	color:#fff;
	padding-bottom:20px;
}
#cases .section3 .list-con .con-txt{
	max-height: 133px;
    overflow-y: auto;
}
#cases .section3 .list-con .con-txt::-webkit-scrollbar{width:4px;height:4px}
#cases .section3 .list-con .con-txt::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:8px}
#cases .section3 .list-con .con-txt::-webkit-scrollbar-thumb:vertical{height:4px;background-color:#999;-webkit-border-radius:8px}
#cases .section3 .list-con .con-txt::-webkit-scrollbar-thumb:horizontal{width:4px;background-color:#fff;-webkit-border-radius:8px}
#cases .section3 .list-con .con-txt img{
	max-width:100%;
}
#cases .section3 .img{
	position:relative;
	min-height:360px;
	overflow:hidden;
}
#cases .section3 .img .img-txt{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	align-items: center;
    justify-content: center;
}
#cases .section3 .img .img-con{
	max-width:500px;
	width:90%;
	padding:30px;
	box-sizing:border-box;
	background:rgba(255,255,255,0.9);
	border-radius:8px;
}
#cases .section3 .img .img-con .icon{
	padding:15px 0;
	text-align:center;
}
#cases .section3 .img .img-con h4{
	font-size: 25px;
	text-align:center;
	padding:5px 0 15px;
}
#cases .section3 .img .describe p{
	padding-bottom:15px;
}
#cases .section2 .img_pc,
#cases .section3 .img_pc{
	display:block;
}
#cases .section2 .img_wap,
#cases .section3 .img_wap{
	display:none !important;
	max-width: 100%;
}
#cases .section2 .img_wap{
	margin-bottom:20px;
}
#cases .section4 .title{
	text-align:center;
	padding-bottom:60px;
}
#cases .section4 .title h3{
	font-size:26px;
	padding-bottom:10px;
}
#cases .section4 .title p{
	color:#666;
}
#cases .section4 .cooperate{
    align-items: center;
}
#cases .section4 .cooperate .text,
#cases .section4 .cooperate .img{
	width:50%;
	box-sizing:border-box;
}
#cases .section4 .cooperate .img{
	border-radius:4px;
}
#cases .section4 .cooperate .img img{
	max-width:100%;
}
#cases .section4 .cooperate .text{
	padding:50px;
}
#cases .section4 .cooperate .text h5{
	font-size:20px;
	line-height:24px;
	padding-bottom:20px;
}
#cases .section4 .cooperate .text .describe{
	line-height:24px;
	font-size:16px;
}

#cases .section5 .title{
	text-align:center;
	padding-bottom:50px;
}
#cases .section5 .title h3{
	font-size:26px;
	padding-bottom:10px;
}
#cases .section5 .section5_bg{
	background:#f9f9f9;
	padding:50px 0;
}
#cases .section5 .list{
	position:relative;
	width:calc(33.3333% - 30px);
	padding:20px;
	background:#fff;
	margin:0 15px;
	text-align:center;
	box-sizing:border-box;
}
#cases .section5 .list.none{
	margin-bottom:0;
} 
#cases .section5 .list svg{

}
#cases .section5 .list h4{
	font-size:20px;
	line-height:36px;
	padding-bottom:10px;
}


#cases .section6 .title{
	text-align:center;
	padding-bottom:40px;
}
#cases .section6 .title h3{
	font-size:26px;
}
#cases .section6 .describe{
	text-align:center;
	padding-bottom:40px;
}
#cases .section6 .describe h5{
	font-size:18px;
	padding-bottom:10px;
}
#cases .section6 .describe p{
	font-size:14px;
}
#cases .section6 .marketing-data{
	padding-bottom:40px;
}
#cases .section6 .statistical_chart .row{
    -webkit-flex-flow: nowrap;
    flex-flow: nowrap
}
#cases .section6 .marketing-data li{
	width:25%;
	text-align:center;
}
#cases .section6 .marketing-data li .name{
	margin-bottom:5px;
	color:#999;
}
#cases .section6 .marketing-data li .num span{
	font-weight:bold;
	font-size:18px;
	color:#333;
}
#cases .section6 .statistical_chart li{
	width:calc(10% - 16px);
	overflow:hidden;
	border: 1px solid #EEEEEE;
	margin:0 8px;
	text-align:center;
	max-height:300px;
	cursor:pointer;
	border-radius:8px;
	box-sizing:border-box;
}
#cases .section6 .statistical_chart li img{
	height:300px;
}
#cases .section6 .statistical_chart li.show{
	width:30%;
	border:none;
	box-shadow:0px 10px 20px rgba(33, 39, 65, 0.08);
}
#cases .section6 .statistical_chart li.show img{
	max-width:100%;	
	height:auto;
}

#cases .section7 .content{
	position:relative;
	padding:100px;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
}
#cases .section7 .section7_bg{
	background:rgba(22,16,55,0.7);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
#cases .section7 .con{
	max-width:966px;
	width:100%;
	margin:0 auto;
	position:relative;
	text-align:center;
}
#cases .section7 .describe{
	color:#fff;
	padding-bottom:50px;
}
#cases .section7 .form-box{
	max-width:520px;
	width:100%;
	margin:0 auto;
	background:#fff;
	padding:50px;
	border-radius:8px;
	box-sizing:border-box;
}
#cases .section7 .form-box .contacts{
    text-align: left;
	padding-bottom:40px;
}
#cases .section7 .form-box .contacts .vertical{
	width:1px;
	height:60px;
	display:inline-block;
	margin:0 20px;
	background:#eee;
}
#cases .section7 .form-box .contacts .code{
	display:inline-block;
	width:60px;
	height:60px;
}
#cases .section7 .form-box .contacts .code img{
	max-width:100%;
}
#cases .section7 .form-box .contacts .rt{
	display:inline-block;
    vertical-align: top;
	padding-top:5px;
}
#cases .section7 .form-box .name{
	padding-bottom:15px;
	color:#333;
}
#cases .section7 .form-box .name svg{
	fill:none;
	margin:0 8px -5px 0;
}
#cases .section7 .form-box .name .a{
	fill:#333;
}
#cases .section7 .form-box .phone{
	line-height:16px;
	color:#333;
}
#cases .section7 .form-box .phone svg{
	margin: 0 8px -2px 0;
	fill: #333;
}
#cases .section7 .form-box .phone svg{
    
}
#cases .section7 .form-box .list{
	text-align:left;
	padding-bottom:20px;
}
#cases .section7 .form-box .list p {
	font-size:14px;
	margin-bottom:5px;
}
#cases .section7 .form-box .list p span{
	color:#F00;
}
#cases .section7 .form-box .list input{
	border: 1px solid #CFCFCF;
	width:100%;
	height:46px;
	border-radius:6px;
	padding-left:10px;
	box-sizing:border-box;
}
#cases .section7 .form-box button{
	background:#071542;
	display:block;
	height:48px;
	border:none;
	width:100%;
	color:#fff;
	border-radius:6px;
	font-size:16px;
}
#cases .section7 .form-box .tips{
	color:#999;
	padding-top:10px;
}
#cases .popup_img{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:none;
    align-items: center;
    justify-content: center;
	background:rgba(0,0,0,0.7);
	z-index:1000;
}
#cases .popup_img.show{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
#cases .popup_img img{
	max-width:90%;
}
#cases .pc{
	display:block;
}
#cases .wap{
	display:none;
}

#cases .describe strong{
	color:#000;
}
#cases .describe span{
	font-size:12px;
    color: #999;
}

@media screen and (max-width:1920px){}
@media screen and (max-width:1919px){
	.more-functions .more-functions-wapper{
		max-width:1280px;
	}
	#header .header-wapper{
		max-width: 1280px;
	}
	.index-section-wapper{
		max-width: 1280px;
	}
	
	.index-section4 .index-section4-right{
		width: 680px;
	} 
	.index-section4 .index-section4-right .video .img .bg svg{
		width:100px;
		height:100px;
		margin:-50px 0 0 -50px;
	}
	.index-section4 .index-section4-left li{
		width: calc(50% - 15px);
		margin-right: 30px;
		margin-bottom: 30px;

	}
	.index-section5 .tab-title{
		width: 530px;
		margin-right: 50px;
	}
	.index-section5 .tab-content{
		width: calc(100% - 580px);
	}

	.index-section5 .tab-title-content .con p{
		font-size: 16px;
	}
	.index-section5 .tab-title-item{
		margin-bottom: 20px;
		height: 90px;
	}
	.index-section5 .tab-title-content .svg svg{
		height: 88px;
	}
	.index-section5 .tab-title-content .con h5{
		height: 88px;
		line-height: 88px;
	}
	.index-section7 ul{
	    width: calc(50% - 15px);
	    margin-right: 30px;
	}
	.index-section7 li{
		margin-bottom: 30px;
	}
	.index-section7 li.on .index-section7-content{
		height: 190px;
	}
}
@media screen and (max-width:1366px){
	#header .header-wapper{
		max-width: calc(100% - 100px);
		width:100%;
	}
	.index-section-wapper{
		max-width: calc(100% - 100px);
		width:100%;
	}
	.section-ul-1 li{
		width: calc(25% - 15px);
		margin-right: 20px;
	}
	.index-section2 .section-ul-1 li{
		width: calc(25% - 14px);
		margin-right: 21px;
	}
	.index-section4 .index-section4-left{
		width: 100%;
	}
	.index-section4 .index-section4-right{
		width: 500px;
	} 
	.index-section5 .tab-title-item{
		height: 80px;
		margin-bottom: 15px;
	}

	.index-section5 .tab-item img{
		max-height:100%;
	}
	.index-section5 .tab-title-content .svg svg{
		height: 78px;
		width: 50px;
	}
	.index-section5 .tab-title-content .con h5{
		height: 78px;
		line-height: 78px;
		font-size: 18px;
	}
	.index-section5 .tab-title-content .con p{
		padding: 0 15px 0 0;
		font-size: 14px;
	}
	.index-section7 ul{
	    width: calc(50% - 10px);
	    margin-right: 20px;
	}
	.index-section7 li{
		margin-bottom: 20px;
	}
	.index-section7 li.on .index-section7-content{
		height: 180px;
	}
	.index-section4 .index-section4-left li{
		padding-bottom: 30px;
	}
	.index-section4 .index-section4-left li .svg{
		height: 120px;
	}
	.index-section4 .index-section4-left li .svg svg{
		height: 120px;
	}
	.index-section4 .index-section4-left{
	}
	.index-section4 .index-section4-right{
		width: 550px;
	}
	.index-section4 .index-section4-right .video .img .bg svg{
		width: 80px;
		height: 80px;
		margin: -40px 0 0 -40px;
	}
	#aboutus .aboutus-section1 .swiper-slide{
		width: calc((100vw - 100px)/4 - 37.5px);
    	margin-right: 50px;
	}
	
	#aboutus .aboutus-wapper{
		width:100%;
		padding:0 50px;
		box-sizing:border-box;
	}
	
	#cases .section-wapper{
		padding:0 50px;
		box-sizing:border-box;
	}
	#cases .section1{
		padding:60px 0 0;
	}
	#cases .section{
		margin-bottom:80px;
	}
	#cases .section1 .title h2{
		font-size:35px;
		line-height:50px;
	}
	#cases .section1 .text-con h3{
		font-size:24px;
	}
	#cases .section2 .content .tit h4,
	#cases .section3 .img .img-con h4{
		font-size:22px;
	}
	#cases .section .title{
		padding-bottom:40px;
	}
	#cases .section .title h3{
		font-size:24px;
	}
	#cases .section5 .list h4{
		font-size:18px;
	}
	#cases .section1 .img3{
		left: 30px;
		right: 30px;
		bottom: 30px;
	}
}
@media screen and (max-width:1024px){
	#header .header-wapper{
		max-width: 100%;
		width: 100%;
		padding: 0 50px;
		box-sizing: border-box;
	}
	.index-section-wapper{
		max-width: 100%;
		width: 100%;
		padding: 0 50px;
		box-sizing: border-box;
	}
	#price .common-problem li .title{
		font-size:18px;
	}
	#header .logo{
		left: 50px;
	}
	#header .nav{
		right: 50px;
	}
	#header .nav .nav-login-reg > dl > dd a.nav-login,
	#header .nav .nav-login-reg > dl > dd a.nav-register{
		margin-left: 10px;
		width: 100px;
	}


	.index-content{
		width: 100%;
		overflow: hidden;
	}
	 
	.index-section4 .index-section4-right{
		width: 500px;
	}
	.index-section4 .index-section4-left li .detail{
		padding: 0 10px;
	}
	.index-section4 .index-section4-right .video .img .bg svg{
		width: 80px;
		height: 80px;
		margin: -40px 0 0 -40px;
	}
	.index-section4 .index-section4-left li .svg{
		height: 110px;
	}
	.index-section4 .index-section4-left li .svg svg{
		height: 110px;
	}
	.index-section5 .tab-title-item{
		height:60px;
	}
	.index-section5 .tab-title-content .svg{
		width: 80px;
	}
	.index-section5 .tab-title-content .svg svg{
		height: 58px;
		width: 40px;
	}
	.index-section5 .tab-title-content .con h5{
		font-size: 16px;
		height: 58px;
		line-height: 58px;
	}
	.index-section5 .tab-title-item.on{
		height: 155px;
	}
	
	
	#application-detail .application-detail-left{
		width:100%;
	}
	#application-detail .application-detail-right{
		width: 100%;
    	margin: 20px 0 0;
	}
	#application-detail .application-detail-con{
		padding:50px 0;
	}
	#contactus .company-add li{
		width:calc(33.3333% - 20px);
		margin:0 30px 0 0;
	}
	#contactus .company-add li:nth-child(3n){
		margin-right:0;
	}
	#contactus .contactus-item{
		width:calc(50% - 25px);
		margin:0 50px 0 0;
		max-width:100%;
	}
	#contactus .contactus-item.last{
		margin-right:0;
	}
	#aboutus .aboutus-section1{
		padding-left:40px;
		padding-right:40px;
	}
	#aboutus .aboutus-section1 .swiper-slide {
		width: calc((100vw - 80px)/3 - 26.66666px);
		margin-right: 40px;
	}
	#aboutus .aboutus-section2-left{
		width: calc(100% - 550px);
		margin-right: 100px;
	}
	#aboutus .aboutus-section2-right{
		width:450px;
	}
	#cases .section1 .text-con{
		width:90%;
	}
	#cases .pc{
		display:none
	}
	#cases .wap{
		display:block;
	}
}
@media screen and (max-width:1023px){
	#header .header-wapper{
		max-width:100%; 
	}
	#price .price-tab{
		display:none;
	}
	#price .mobile-price-tab{
		display:block;
	}
	html,body{
		font-weight:normal;
	}
	#header .logo{
		left: 50%;
		transform: translate(-50%,0);
		z-index: 9;
        top: 0 !important;
		display: flex;
		align-items: center;
	}
	#header .logo a {
		padding: 0;
	}
	#header .logo img {
		height: 1.8rem;
	}

	#header .nav .nav-login-reg{
		position: absolute;
		left: 50px;
		top: 20px;
	}
	#header .nav{
		left: 0;
		top: 0;
		width: 100%;
	}
	
	#header .nav .nav-login-reg > dl > dt{
		display: block;
		width: 54px;
		text-align: center;
	}
	#header .nav .nav-login-reg > dl > dt svg{
		width: 30px;
		height: 44px;
		fill:#fff;
	}
	#header .nav .nav-login-reg > dl > dd{
		background: #fff;
		width: calc(100vw - 100px);
		position: absolute;
	    top: 50px;
	    left: 0;
	    padding: 15px 0;
	    border-radius: 5px;
		box-shadow:0 4px 32px 0 rgba(10,14,29,.02), 0 8px 64px 0 rgba(10,14,29,.08);
	    opacity:0;
		visibility:hidden;
		transition:all 0.3s ease;
		max-width:360px;
	}
	#header .nav .nav-login-reg > dl > dd.curr{
		opacity:1;
		visibility:visible;
	}
	#header .nav .nav-login-reg > dl > dd a.nav-login,
	#header .nav .nav-login-reg > dl > dd a.nav-register{
		display: block;
		margin: 0;
		border: 0;
		height: 34px;
		line-height: 34px;
		width: 100%;
		color: #333;
		text-align: left;
		padding: 0 20px;
	}
	#header .nav .nav-login-reg > dl > dd a.nav-login,
	#header .nav .nav-login-reg > dl > dd a.nav-register{
		background: none;
		border: 0;
		color: #121212 !important;
		background: none !important;
	}
	#header .nav .nav-login-reg > dl > dd a.nav-login:hover,
	#header .nav .nav-login-reg > dl > dd a.nav-register:hover{
		box-shadow: none;
		color: #071542 !important;
		background: none !important;
	}
	#header .nav > ul{
		background: #fff;
	    width: calc(100vw - 100px);
	    position: absolute;
	    top: 70px;
	    left: 0;
	    padding: 15px 0;
	    border-radius: 5px;
	    opacity: 0;
	    visibility: hidden;
	    transition: all 0.3s ease;
		box-shadow:0 4px 32px 0 rgba(10,14,29,.02), 0 8px 64px 0 rgba(10,14,29,.08);
	}
	#header .nav > ul:before{
		content: '';
		position: absolute;
		right: 16px;
		top: -10px;
		width:0;
        height:0;
		border-right:10px solid transparent;
		border-left:10px solid transparent;
		border-bottom:10px solid #ffffff;
	}
	#header .nav > ul.on{
		opacity: 1;
	    visibility: visible;
	}
	#header .nav > ul > li{
		display: block;
	}
	#header .nav > ul > li > a{
		color: #333;
		height:44px;
		line-height: 44px;
		padding: 0 20px;
		text-align: left;
		position: relative;
	}
	#header .nav > ul > li > a svg{
		position: absolute;
		right: 20px;
		top: 14px;
		fill:#333;
		transition: all 0.3s ease;
	}
	#header .menu-icon{
		position: absolute;
		top: 22px;
		right: 57px;
		width: 20px;
		height: 18px;
		z-index: 9;
		padding:10px;
	}
	#header .menu-icon:before,
	#header .menu-icon:after{
		content: '';
		position: absolute;
		top: 10px;
		left: 10px;
		width: 20px;
		height: 2px;
		background: #fff;
		display: inline-block;
		transition: .25s ease-in-out;
	}
	#header .menu-icon:after{
		top: 26px;
	}
	#header .menu-icon span{
		position: absolute;
		top: 18px;
		left: 10px;
		width: 20px;
		height: 2px;
		background: #fff;
		display: inline-block;
		transition: .25s ease-in-out;
	}
	#header .nav > ul > li dl{
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
		background: #f3f4f7;
		opacity: 1;
		visibility: visible;
		box-shadow: none;
		border-radius: 0;
		transform: none;
		padding: 15px 0;
		display: none;
	}
	
	#header .nav > ul > li dd a{
		padding: 0 20px;
		height: 45px;
		line-height: 45px;
		color: #333;
	}
	#header .nav > ul > li dd a:hover, 
	#header .nav > ul > li dd.on a{
		color: #333;
		background: none;
	}
	#header .nav > ul > li dd .three-level{
		position: relative;
		left: 0;
		top: 0;
		transform: none;
		width: 100%;
		padding:0 20px 0 20px;
		color: #333;
		background: none;
		opacity: 1;
		visibility: visible;
		box-sizing: border-box;
		display: none;
	}
	#header .nav > ul > li dd a svg{
	    position: absolute;
	    right: 20px;
	    top: 14px;
	    fill: #333;
	    transform: none;
	    transition: all 0.3s ease;
	}
	#header .menu-on:before{
		transform: rotate(-135deg);
		top: 18px;
	}
	#header .menu-on:after{
		transform: rotate(135deg);
		top: 18px;
	}
	#header .menu-on span{
		transform: translate(-50px,0);
		opacity: 0;
		visibility: hidden;
	}
	.index-section4 .index-section4-left{
		width: 100%;
	}
	.index-section4 .index-section4-left li{
		width: calc(50% - 20px);
	    margin-right: 40px;
	    margin-bottom: 40px;
	}
	.index-section4 .index-section4-left li .detail{
		padding: 0 30px;
	}
	.index-section4 .index-section4-right{
		width: 100%;
	}
	.index-section5 .tab-title{
		margin: 0;
		width: 100%;
	}
	.index-section5 .tab-item{
		height:auto;
	}
	.index-section5 .tab-item img{
		width:100%;
	}
	.index-section5 .tab-title-item.on{
		height: auto;
		padding-bottom: 50px;
	}
	.index-section5 .tab-content{
		width: 100%;
	}
	.index-section6 li{
		padding: 0 20px;
	}
	.index-section7 ul{
		width: 100%;
		margin: 0;
	}
	.index-section7 li{
		height: auto;
	}
	.index-section7 .section-detail{
		margin-bottom: 50px;
	}
	#header.posFixed .nav .nav-login-reg dt svg{
		fill:#fff;
	}
	#header.posFixed{
		position: absolute !important;
		background: none;
		box-shadow:none;
	}
	#header.posFixed .logo svg.color-icon{
		display: none;
	}
	#header.posFixed .logo svg.white-icon{
		display: block;
	}

	#swiper-container-4 .swiper-pagination,
	#swiper-container-3 .swiper-pagination{
		bottom: 0;
		display: block;
	}
	.section-ul-1 li .svg svg{
		transform:none;
		opacity:1;
	}
	
}
@media screen and (max-width:1023px){
	#price .common-problem li .title{
		height:40px;
		line-height:40px;
		font-size:18px;
	}
	#price .common-problem li .title span{
		width:40px;
		height:40px;
		line-height:40px;
		font-size:20px;
	}
	#price .common-problem li{
		width:100%;
	}
	
	
	#header .nav .nav-login-reg > dl > dd #accounts_info{
		display:none;
		position:relative;
		top:0;
		right:auto;
		left:0;
		opacity:1;
		visibility:visible;
		transform:none;
		
	}
	#header .nav .nav-login-reg > dl > dd.curr #accounts_info{
		display:block;
	}
	#header .nav .nav-login-reg > dl > dd #login_div{
		display:block;
	}
	#header .nav .nav-login-reg > dl > dd #personal-center{
		width: 100%;
		box-sizing: border-box;
		border: 0;
		box-shadow: none;
	}
	#aboutus .aboutus-section2-left{
		width: 100%;
		margin-right: 0;
		margin-bottom:40px;
	}
	#aboutus .aboutus-section2-right{
		width:100%;
	}
	#aboutus .aboutus-section4 li{
		width:100%;
		margin: 0 0 30px;
	}
	
	
}
@media screen and (max-width:768px){

	.index-section2 .section-ul-1 li{
		width: 100%;
	}
	#header .nav > ul{
		left:50px;
	}
	#header .nav .nav-login-reg > dl > dd{
		left:0;
	}
	#header .header-wapper{
		max-width:100%;
	}
	.index-section-wapper{
		max-width:100%;
	}
	#footer .footer-bar{
		padding: 50px;
		height: auto;
	}
	#footer .footer-bar .footer-bar-tit{
		font-size: 26px;
		margin-bottom: 15px;
	}
	#footer .footer-bar .phone-txt,
	#footer .footer-bar .phone-btn{
		width: 100%;
		margin: 0;
		height: 50px;
	}

	#footer .footer-bar .phone-btn{
		margin-top: 20px;
		line-height: 50px;
	}
	#footer .link dl{
		width: 25%;
	}
	#footer .attention{
		display: block;
		width: 100%;
		margin-top: 20px;
		text-align: center;
	}
	#footer .attention h3,
	#footer .attention p{
		text-align: center;
	}
	#footer .link{
		padding:20px 0;
	}
	#footer .link .footer-item{
		width:100%;
	}
	#footer .link dl{
		margin:0;
	}
	#footer .link dl,
	#footer .link dl:nth-child(4){
		width:100%;
		border-bottom: 1px solid #564c9a;

	}
	#footer .link dl dt{
		height: 44px;
		line-height: 44px;
		
		margin: 0;
		position: relative;
		padding-bottom: 0;
	}
	#footer .link dl dt .help-icon{
		display:block;
		position: absolute;
		right: 0;
		top: 0;
		height: 44px;
		line-height: 44px;
		font-size: 20px;
		font-weight: normal;
		width: 44px;
		text-align: center;
	}
	#footer .link dl dd{
		display:none;
		padding-bottom: 15px;
	}
	#footer .footer-bom{
	}
	#footer .footer-bom .right{
		position: relative;
		margin-top: 10px;
	}
	#footer .footer-bom .right a{
		margin: 0 20px 0 0;
		text-decoration: underline;
	}
	#footer .footer-content{
		padding-bottom: 30px;
	}
	.section-title{
		font-size:30px;
	}
	#price .price-banner{
		padding:70px 0; 
	}
	#price .price-banner-con h3{
		font-size:34px;
		margin-bottom:20px;
	}
	#price .price-banner-con p{
		font-size:16px;
		margin-bottom:40px;
	}
	#price .price-banner-con a{
		height:50px;
		line-height:50px;
	}
	#price .mobile-price-con table tr.top td .price-c{
		margin:10px 0 0;
	}
	#header .nav #personal-center .personal-top .pic{
		margin:0;
	}
	#header .nav #personal-center .personal-top .personal-top-rt{
		width:calc(100% - 70px);
	}
	
	#contactus .contactus-box{
		padding:50px 0;
	}
	#contactus .company-add{
		padding:0 0 50px;
	}
	#contactus .company-add li{
		width:100%;
		margin:0 0 30px;
	}
	#contactus .company-add li:nth-child(3n){
		margin-right:0;
	}
	#contactus .contactus-item{
		width:100%;
		margin:0 0 30px;
		max-width:100%;
		height:auto;
	}
	#contactus .contactus-item.last{
		margin-right:0;
	}
	#aboutus .aboutus-section1{
		padding-left:30px;
		padding-right:30px;
	}
	#aboutus .aboutus-section1 .swiper-slide {
		width: calc((100vw - 60px)/2 - 20px);
		margin-right: 30px;
	}
	
	#cases .section-wapper{
		padding:0 20px;
		box-sizing:border-box;
	}
	#cases .section1{
		padding:50px 0 0;
	}
	#cases .section{
		margin-bottom:60px;
	}
	#cases .section1 .title h2{
		font-size:30px;
		line-height:40px;
	}
	#cases .section1 .text-con h3{
		font-size:20px;
	}
	#cases .section2 .content .tit h4,
	#cases .section3 .img .img-con h4{
		font-size:18px;
	}
	#cases .section .title{
		padding-bottom:30px;
	}
	#cases .section .title h3{
		font-size:20px;
	}
	#cases .section4 .cooperate .text{
		padding:10px;
	}
	#cases .section5 .list h4{
		font-size:16px;
	}
	#cases .section6 .statistical_chart .row{
		-webkit-flex-flow: row wrap;
    	flex-flow: row wrap;
	}
	#cases .section6 .statistical_chart li,
	#cases .section6 .statistical_chart li.show{
		width:calc(50% - 20px);
		margin:0 10px;
		margin-bottom:10px;
	}
	#cases .section6 .statistical_chart li.show{
		box-shadow:none;
		border:1px solid #EEEEEE;
	}
	#cases .section6 .statistical_chart li img{
		max-width:100%;
	}
	#cases .section1 .img2{
		top:20px;
		padding:0 30px;
		box-sizing:border-box;
	}
	#cases .section1 .img3{
		left:20px;
		right:20px;
		bottom:20px;
	}
	#aboutus .aboutus-section3 ul li{
		width:50%;
	}
}
@media screen and (max-width:767px){
	#header{
		height: auto;
	}
	#header .topbar{
		height: auto;
		line-height: 24px;
		padding: 15px 0;
	}
	#aboutus .banner h3{
		font-size: 34px;
    	margin-bottom: 20px;
	}
	#aboutus .banner p {
		line-height: 24px;
		margin-bottom: 20px;
	}
	#aboutus .aboutus-section1{
		padding-left:20px;
		padding-right:20px;
	}
	#aboutus .aboutus-banner-wapper{
		width:calc(100% - 40px);
	}
	#aboutus .aboutus-section1-title{
		height:auto;
		margin-bottom:30px;
	}
	#aboutus .aboutus-section1-title span{
		margin:0 5px 5px;
	}
	#aboutus .aboutus-section1 .swiper-slide {
		width: calc(100vw - 40px);
		margin-right: 20px;
	}

	#swiper-container-2 .swiper-pagination{
		bottom: 0;
		display: block;
	}
	#price .price-banner-con h3{
		font-size:24px;
	} 
	#price .price-banner-con p{
		margin-bottom:30px;
		font-size:14px;
	}
	.index-section-wapper{
		width: 100%;
		max-width: 500px;
		padding: 0 20px;
		box-sizing: border-box;
	}
	#header .header-wapper{
		padding: 0;
		max-width:100%;
	}
	#header .menu-icon{
		right: 10px;
	}
	#header .nav .nav-login-reg{
		left: 20px;
	}
	#header .nav > ul{
		width: calc(100vw - 40px);
		left: 20px;
	}
	#header .nav .nav-login-reg > dl > dd{
		width: calc(100vw - 40px);
		left:0;
	}
	.index-content .banner{
		height: 100vh;
	}
	.index-content .banner-wapper{
		padding: 0 20px;
		box-sizing: border-box;
		top: 50%;
		transform: translate(0,-50%);
	}
	.index-content .banner-wapper h3{
		font-size: 34px;
		margin-bottom: 20px;
	}
	.index-content .banner-wapper p{
		line-height: 24px;
		margin-bottom: 20px;
	}
	.index-content .banner-wapper .phone-txt,
	.index-content .banner-wapper .phone-btn{
		width: 100%;
		margin: 0;
	}
	.index-content .banner-wapper .phone-btn{
		margin-top: 20px;
	}
	.section-title{
		font-size: 24px;
	}
	.section-margin{
		margin-top: 40px;
	}
	.index-section1{
	    margin-top: -70px;
	}
	.index-section2 .section-ul-1{
		margin-top: 30px;
	}
	.index-section-btn{
		margin-top: 30px;
	}
	.index-section3 .index-section-tab{
		margin-top: 30px;
	}
	.index-section3 .tab-title-item{
		font-size: 14px;
		height: 30px;
		margin: 0 15px 0 0;
		font-weight:bold;
	}
	.index-section3 .tab-title-item:last-child{
		margin-right:0;
	}
	.index-section3 .tab-title-item.on:before{
		height: 2px;
	}
	.index-section3 .tab-title{
		white-space: nowrap;
		overflow-x: auto;
		
	}
	.index-section3 .tab-content{
		margin-top: 20px;
	}
	/* .index-section3 .tab-item img{
		max-height: calc(65vw - 20px);
	} */
	.index-section4 .index-section4-left li{
		width: calc(50% - 10px);
		margin-right: 20px;
		margin-bottom: 20px;
	}
	.index-section4 .index-section4-left li .detail{
		font-size: 14px;
		padding: 0 10px;
		line-height: 18px;
		height:54px;
	}
	.index-section4 .index-section4-right .video-content{
		padding: 20px 15px 40px;
	}
	.index-section4 .index-section4-right .video-content h4{
		font-size: 18px;
	}
	#swiper-container-5 .swiper-pagination{
		display: block;
	}
	.index-section6 li{
		padding: 0 80px;

	}
	.index-section7 .section-detail{
		margin-bottom: 30px;
	}

	.index-section7 li .index-section7-content{
		height: 60px;
	}
	.index-section7 li.on .index-section7-content{
		height: 150px;
	}
	.index-section7 li h4{
		line-height: 58px;
		padding: 0 10px;
		font-size: 14px;
		font-weight:bold;
		white-space:nowrap;
	}
	.index-section7 li h4 svg{
		right: 15px;
		height: 58px;
	}
	.index-section7 li{
		margin-bottom: 15px;
	}
	.index-section7 li p{
		padding: 0 15px;
		font-size:14px;
	}
	#footer .footer-bar{
		padding: 30px 20px;
		height: auto;
	}
	#footer .footer-bar .footer-bar-tit{
		font-size: 20px;
		margin-bottom: 15px;
	}
	#footer .footer-bar .phone-txt,
	#footer .footer-bar .phone-btn{
		width: 100%;
		margin: 0;
		height: 50px;
	}

	#footer .footer-bar .phone-btn{
		margin-top: 20px;
		line-height: 50px;
	}
	#footer .link{
		padding:20px 0;
	}
	#footer .link .footer-item{
		width:100%;
	}
	#footer .link dl{
		margin:0;
	}
	#footer .link dl,
	#footer .link dl:nth-child(4){
		width:100%;
		border-bottom: 1px solid #564c9a;

	}
	#footer .link dl dt{
		height: 44px;
		line-height: 44px;
		
		margin: 0;
		position: relative;
		padding-bottom: 0;
	}
	#footer .link dl dt .help-icon{
		display:block;
		position: absolute;
		right: 0;
		top: 0;
		height: 44px;
		line-height: 44px;
		font-size: 20px;
		font-weight: normal;
		width: 44px;
		text-align: center;
	}
	#footer .link dl dd{
		display:none;
		padding-bottom: 15px;
	}
	#footer .footer-bom{
		text-align: center;
	}
	#footer .footer-bom .right{
		position: relative;
		margin-top: 10px;
	}
	#footer .footer-bom .right a{
		margin: 0 20px 0 0;
		text-decoration: underline;
	}
	#footer .footer-content{
		padding-bottom: 20px;
	}
	#header .logo svg{
		width: 140px;
	}
	.index-section4 .index-section4-right .video .img .bg svg{
		width:50px;
		height:50px;
		margin:-25px 0 0 -25px;
	}
	#news .newslist{
		padding:40px 0 0;
	}
	.common-title{
		margin-bottom:30px;
		font-size:24px;
	}
	.common-title:before{
		height:3px;
	}
	#news .page{
		padding:20px 0;
	}
	#footer .footer-bar{
		max-width:500px;
		width:100%;
		padding:30px 20px;
		margin:0 auto;
	}
	.material_box{
		padding:0;
	}
	#header .nav .nav-login-reg > dl > dd a .btn-hover-effect{
		display:none;
	}
	#application-detail .application-detail-con{
		padding:20px 0;
	}
	#application-detail .application-detail-top .con{
		margin-left: 10px;
		padding: 0;
		width: calc(100% - 130px);
	}
	#application-detail .application-detail-top .btn1{
		position: relative;
		transform: none;
		display: block;
		width: 100%;
		top: 0;
		margin-top: 10px;
	}
	#application-detail .application-detail-left{
		padding:15px;
	}
	#application-detail .middle-part .title,
	#application-detail .bottom-part .title{
		margin-top:0;
	}
	#price .common-problem li .title{
		font-size:14px;
		font-weight:bold;
	}
	#swiper-container-5, 
	#swiper-container-4, 
	#swiper-container-3, 
	#swiper-container-2{
		padding-bottom:30px;
	}
	#header .nav > ul > li > a{
		color:#333 !important;
	}
	#header .nav > ul > li > a svg{
		fill:#333 !important;
	}
	#header .nav > ul > li dd .three-level{
		min-height:0;
	}
	#header .nav > ul > li dl dd a:hover svg, 
	#header .nav > ul > li dl dd.on a svg{
		fill:#333;
	}
	
	.section-ul-1 li:hover{
		transform: none;
		box-shadow: 0 4px 32px 0 rgba(10,14,29,.02),0 8px 64px 0 rgba(10,14,29,.08);
	}
	.common-section{
		padding:50px 0;
	}
	
	
	#contactus .contactus-item{
		padding:20px;
	}
	#contactus .contactus-item dl{
		margin-bottom:20px;
	}
	#contactus .contactus-item dt{
		font-size:20px;
		margin-bottom:10px;
	}
	#contactus .contactus-item dd p{
		font-size:24px;
	}
	#contactus .company-add{
		padding:0;
	}
	#aboutus .aboutus-section1-list .aboutus-content{
		margin:30px 0 0;
		height:70px;
	}
	#aboutus .aboutus-wapper{
		padding:0 20px;
	}
	#aboutus .title{
		font-size:24px;
		margin-bottom:20px;
	}
	#aboutus .aboutus-section2-right li{
		width: 100%;
		margin-right:0;
		margin-bottom:20px;
	}
	#aboutus .aboutus-section2-right li:nth-child(3){
		margin-bottom:20px;
	}
	#aboutus .aboutus-section2,
	#aboutus .aboutus-section5{
		padding: 0 0 40px
	}
	#aboutus .aboutus-section4{
		padding:0 0 20px;
	}
	#aboutus .aboutus-section4 ul{
		margin-top:30px;
	}
	#aboutus .aboutus-section5 .aboutus-section4-detail{
		margin:20px 0 40px;
	}
	#aboutus .aboutus-section6 .img{
		margin-bottom:20px;
	}
	#aboutus .aboutus-section6{
		padding:0;
	}
	.right_nav .admin_info{font-size:14px;}
	.right_nav .admin_info .admin_info_con span{display:block;}
	.right_nav{
		opacity: 0;
		transition: all 0.3s;
	}
	.right_nav.right_sileb{
		opacity: 1;
	}
	#cases .section1 .text-con{
		margin-bottom:20px;
	}
	#cases .section2,
	#cases .section7 .content{
		padding:10%;
	}
	#cases .section1 .text,
	#cases .section1 .img,
	#cases .section3 .text,
	#cases .section3 .img,
	#cases .section4 .cooperate .text,
	#cases .section4 .cooperate .img,
	#cases .section1 .text-con{
		width:100%;
	}
	#cases .section2 .row{
		-webkit-flex-flow: row wrap;
    	flex-flow: row wrap;
	}
	#cases .section4 .cooperate{
		padding-bottom:20px;
	}
	#cases .section4 .cooperate:last-child{
		padding-bottom:0;
	}
	#cases .section4 .cooperate:nth-child(1),
	#cases .section4 .cooperate:nth-child(3){
	    -webkit-flex-flow: wrap-reverse;
	    flex-flow: wrap-reverse;	
	}

}
@media screen and (max-width:480px){
	#cases .section1 .text-con h3{
		text-align:center;
	}
	#cases .section3 .img .img-con .icon{
		padding:0;
	}
	#cases .section3 .img .img-con{
		height:100%;
		width:100%;
	}
	#cases .section2 .content,
	#cases .section3 .img .img-con,
	#cases .section3 .text{
		padding:20px;
	}
	#cases .section2 .content .img{
		width:100%;
		text-align:center;
	}
	#cases .section2 .content .text{
		width:100%;
		padding:0;
	}
	#cases .section6 .statistical_chart li,
	#cases .section6 .statistical_chart li.show{
		width:100%;
		margin:0;
		margin-bottom:20px;
	}
	#cases .section7 .form-box{
		padding:30px 20px;
	}
	#cases .section3 .content{
	    -webkit-flex-flow: column-reverse;
    	flex-flow: column-reverse;
	}
	#cases .section3 .img .img-txt{
		position:static;
		background-image:url(../images/cases/section3_6.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	#cases .section4 .cooperate .text h5{
		text-align:center;
	}
	#cases .section5 .list{
		width:100%;
		margin:0 0 20px;
	}
	#cases .section7 .section-wapper{
		padding:0;
	}
	#cases .section7 .content{
		padding:10% 5%;
	}
	#cases .section2 .img_pc,
	#cases .section3 .img_pc{
		display:none !important;
	}
	#cases .section2 .img_wap,
	#cases .section3 .img_wap{
		display:block !important;
	}
	#cases .section4 .cooperate .text .describe{
		font-size:14px;
		text-align:center;
	}
	#cases .section3 .img .img-con{
		border-radius:0;
	}
	#cases .section7 .describe{
		padding-bottom:20px;
	}
	#aboutus .aboutus-section3 ul li{
		width:100%;
	}
}


@media screen and (max-width:356px){
	.index-content .banner-wapper h3{
		font-size:24px;
	}
	.index-content .banner-wapper p{
		font-size:14px;
		line-height:20px;
	}
	.index-content .banner-wapper .phone-txt, 
	.index-content .banner-wapper .phone-btn{
		height:45px;
	}
	.index-content .banner-wapper .phone-btn{
		line-height:45px;
		margin-top:10px;
	} 
}


#accounts_info {
    position: absolute;
    right: 50px;
    top: 64px;
    text-align: left;
	
	opacity:0;
	visibility:hidden; 
	transition:all 0.3s ease;
}
#accounts_info.on{
	right:0;
	opacity:1;
	visibility:visible;
}
#login_div{
	position:relative; 
	display:inline-block;
}
#login_div:hover #accounts_info{ 
	display:block;
}
#login_div .account{
	display:inline-block;
	height:64px;
	position:relative;
}

/*@media screen and (max-width:1365px){
	#swiper-container-4 .swiper-pagination{
		bottom: 0;
		display: block;
	}
}*/


 /* domain-page */
 #domain-page .domain-section-wapper {
	width:900px;
	margin:0 auto;
}
#domain-page .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	opacity: 1;
    background: #ecedf1;
    display:none;
}
#domain-page .swiper-pagination-bullet-active {
	background: #071542;
}
#domain-page .domain-banner {
	position: relative;
	height: 500px;
	background: -moz-linear-gradient(top, #00c096 0%, #201266 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#302484), color-stop(100%,#201266));
	background: -webkit-linear-gradient(top, #00c096 0%,#201266 100%);
	background: -o-linear-gradient(top, #00c096 0%,#201266 100%);
	background: -ms-linear-gradient(top, #00c096 0%,#201266 100%);
	background: linear-gradient(to bottom, #00c096 0%,#201266 100%);
}
#domain-page .domain-banner-wapper {
	position: absolute;
	top: 170px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
}
#domain-page .domain-banner-wapper h3 {
	font-size: 45px;
	margin-bottom: 30px;
}
#domain-page .domain-banner-wapper p {
	font-size: 16px;
	margin-bottom: 50px;
}
#domain-page .section-title {
	margin-bottom:30px;
}
#domain-page .domain-section-btn {
	margin-top:30px;
}
#domain-page .domain-section2 {
	text-align:center;
}
#domain-page .domain-section2 .btn1 {
	width:300px;
}
#domain-page .domain-section2 .domain-swiper {
	position:relative;
    overflow:hidden;
    padding-bottom: 60px;
}
#domain-page .section2-ul {
	text-align:center;
}
#domain-page .section2-ul li .svg {
	overflow: hidden;
	padding: 15px 0;
}
#domain-page .section2-ul li p {
	line-height: 24px;
	color: #666;
	padding: 0 15px;
	
}
#domain-page .section2-ul li h4 {
	text-align: center;
	font-size: 24px;
	color: #333;
	font-weight: normal;
	margin-bottom: 20px;
}
#domain-page .domain-section3 {
	text-align: center;
}
#domain-page .graphic-textual-list .textual-box {
	padding:0px 0 0 40px;
}
#domain-page .graphic-textual-right .textual-box {
	padding:0 40px 0 0;
}
#domain-page .graphic-textual-list {
	padding: 30px 0;
}
#domain-page .graphic-textual-list .graphic-box img {
	display: block;
	max-width: 100%;
	border-radius: 0;
	margin-left: 50px;
}
#domain-page .domain-section1 {
	background:#131359;
	border-radius:20px;
	box-shadow:0px 10px 20px 0 rgba(19,19,89,.2);
	padding:50px;
	margin-top:-120px;
	position:relative;
	font-size: 0;
}
#domain-page .domain-search form {
	width: 100%;
	overflow: hidden;
}
#domain-page .domain-search form .txt {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 170px);
	height: 56px;
	border: 0;
	padding: 0;
	font-size: 16px;
	text-indent: 15px;
	box-sizing: border-box;
	border-radius: 5px 0 0 5px;
	background: #fff;
}
#domain-page .domain-search form .btn {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	width: 170px;
	height: 56px;
	background: #071542;
	border: 0;
	padding: 0;
	color:#fff;
	text-align: center;
	border-radius:0 5px 5px 0;
}
#domain-page .search-bottom {
	margin-top:30px;
}
#domain-page .search-bottom:after {
	content:'';
	display:block;
	width:100%;
	clear:both;
}
#domain-page .search-bottom .tip {
	color:#fff;
	float:left;
}
#domain-page .search-bottom .tip li {
	display:inline-block;
	vertical-align:top;
	padding-right:30px;
	font-size:16px;
}
#domain-page .search-bottom .tip span {
	padding-left:10px;
}
#domain-page .search-bottom .domain-go-btn {
	float:right;
	color:#fff;
	font-size:16px;
}
#domain-page .search-bottom .domain-go-btn span {
	text-decoration:underline;
}
@media screen and (max-width: 1024px) {
	#domain-page .graphic-textual-list .graphic-box {
	width:auto;
}
#domain-page .domain-banner {
	height:500px;
}
}
@media screen and (max-width: 1023px) {
#domain-page .swiper-pagination-bullet {
    display:block;
}
}
@media screen and (max-width: 992px) {
	#domain-page .domain-section-wapper {
	width:100%;
	padding:0 50px;
	box-sizing:border-box;
}
#domain-page .domain-banner-wapper {
	padding:0 50px;
	box-sizing:border-box;
}
}
@media screen and (max-width: 768px) {
	#domain-page .graphic-textual-list {
	display:flex;
}
#domain-page .graphic-textual-list .left-side, #domain-page .graphic-textual-list .right-side {
	width:50%;
}
#domain-page .graphic-textual-list .graphic-box {
	margin:0;
}
#domain-page .graphic-textual-list .textual-box {
	padding:0;
	text-align:left;
}
#domain-page .graphic-textual-right .textual-box {
	padding:0;
}
#domain-page .graphic-textual-list .textual-box h3 {
	text-align:left;
}
#domain-page .graphic-textual-list .graphic-box img {
	margin:0 auto;
}
#domain-page .domain-banner {
	height:400px;
}
}
@media screen and (max-width: 767px) {
	#domain-page .domain-banner-wapper {
	padding:0 20px;
}
#domain-page .domain-section-wapper {
	padding:0 20px;
}
#domain-page .domain-banner-wapper h3 {
	font-size:24px;
	margin-bottom:15px;
}
#domain-page .domain-banner-wapper p {
	font-size:14px;
}
#domain-page .domain-section1 {
	padding:30px 20px;
}
#domain-page .search-bottom {
	margin-top:20px;
}
#domain-page .search-bottom .tip li {
	font-size:14px;
	padding-right:20px;
}
#domain-page .search-bottom .tip span {
	padding-left:5px;
}
#domain-page .search-bottom .domain-go-btn {
	font-size:14px;
}
#domain-page .domain-section1 {
	padding:30px;
	border-radius:15px;
	margin-top:-90px;
}
#domain-page .domain-search form .txt {
	height:45px;
	font-size:14px;
}
#domain-page .domain-search form .btn {
	height:45px;
	font-size:16px;
}
#domain-page .domain-section2 .btn1 {
	font-size:16px;
	width:auto;
	padding:0 30px;
}
#domain-page .section2-ul {
	display:block;
}
#domain-page .section2-ul li {
	margin-bottom:10px;
}
#domain-page .graphic-textual-list {
	display:block;
}
#domain-page .graphic-textual-list .left-side, #domain-page .graphic-textual-list .right-side {
	width:100%;
}
#domain-page .graphic-textual-list .graphic-box {
	margin:0 0 30px;
}
#domain-page .graphic-textual-list .textual-box {
	padding:0;
	text-align:center;
}
#domain-page .graphic-textual-right .textual-box {
	padding:0;
}
#domain-page .graphic-textual-list .textual-box h3 {
	text-align:center;
}
#domain-page .graphic-textual-list .graphic-box img {
	margin:0 auto;
}
#domain-page .graphic-textual-list .textual-box h3 {
	font-size:20px;
	margin-bottom:10px;
}
#domain-page .section2-ul li h4 {
	font-size:20px;
	margin-bottom:10px;
}
}
@media screen and (max-width: 640px) {
	#domain-page .domain-search form .txt {
	width:100%;
	border-radius:3px;
}
#domain-page .domain-search form .btn {
	width:100%;
	margin-top:10px;
	border-radius:3px;
}
#domain-page .search-bottom {
	text-align:center;
}
#domain-page .search-bottom .tip {
	float:none;
	margin-bottom:10px;
}
#domain-page .search-bottom .domain-go-btn {
	float:none;
}

.right_nav .right_nav_1{
	opacity:0;
	visibility:hidden;
	height:0;
	transition:all 0.35s;
	
}
.right_nav_mobile{
	display:block;
}
.right_nav .right_nav_1.show{
	opacity:1;
	visibility:visible;
	height:214px;
}

}
/* end domain page */




    #content{
        padding-top: 56px;
    }
    @media screen and (max-width: 767px) {
        #content{
            padding-top: 78px;
        }
    }
	.manage-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding-top: 120px;
		width: 100%
	}
	
	.manage-box h2 {
		color: #01142d;
		font-size: 60px;
		margin: -21px 0 23px;
		text-align: center;
		width: 100%
	}
	
	.manage-box .text {
		color: #474d57;
		font-size: 24px;
		font-weight: 500
	}
	
	.manage-box .manage-wrap {
		display: grid;
		grid-template-columns: repeat(4,24%);
		justify-content: space-between;
		width: 100%
	}
	
	.manage-box .manage-wrap .manage-item-box {
		align-content: flex-start;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 100px;
		width: 100%
	}
	
	.manage-box .manage-wrap .manage-item-box .manage-img {
		height: 55px;
		width: 55px
	}
	
	.manage-box .manage-wrap .manage-item-box img {
		width: 100%
	}
	
	.manage-box .manage-wrap .manage-item-box .manage-title {
		color: #373943;
		font-size: 18px;
		margin: 20px 0;
		text-align: center;
		width: 100%
	}
	
	.manage-box .manage-wrap .manage-item-box .manage-text {
		color: #959ba3;
		font-size: 14px;
		line-height: 160%;
		text-align: center
	}
	
	.manage-box .com-button {
		margin: 0 0 120px
	}
	
	@media(max-width: 960px) {
		.manage-box {
			padding:30px 0
		}
	
		.manage-box h2 {
			color: #000;
			font-size: 26px;
			font-weight: 500;
			margin: 30px 0 10px
		}
	
		.manage-box .text {
			color: #333;
			font-size: 14px
		}
	
		.manage-box .manage-wrap {
			grid-template-columns: repeat(2,48%)!important;
			margin-top: 40px
		}
	
		.manage-box .manage-wrap .manage-item-box {
			margin-bottom: 40px
		}
	
		.manage-box .manage-wrap .manage-item-box .manage-img {
			height: 30px;
			width: 30px
		}
	
		.manage-box .manage-wrap .manage-item-box img {
			width: 100%
		}
	
		.manage-box .manage-wrap .manage-item-box .manage-title {
			color: #373943;
			font-size: 13px;
			font-weight: 500;
			margin: 15px 0 10px
		}
	
		.manage-box .manage-wrap .manage-item-box .manage-text {
			color: #5e6673;
			font-size: 10px
		}
	
		.manage-box .com-button {
			margin: 0 0 20px
		}
	}
	