@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: "HarmonyOS_Sans_SC_Regular";
    src: url("HarmonyOS_Sans_SC_Regular.ttf")
      format("truetype");
    font-display: swap;
}
*{
	padding:0;
	margin:0;
}
video::-webkit-media-controls-start-playback-button,
video::-webkit-media-controls-play-button,
video::-webkit-media-controls-timeline,
video::-webkit-media-controls-current-time-display,
video::-webkit-media-controls-time-remaining-display,
video::-webkit-media-controls-mute-button,
video::-webkit-media-controls-toggle-closed-captions-button,
video::-webkit-media-controls-volume-slider,
video::-webkit-media-controls-enclosure,
video::-webkit-media-controls-fullscreen-button{
    display:none !important;
}
ul,li{
	list-style:none;
}
body{
	color:#666;
	font-size:14px;
	background:#f1f1f1;
	font-family:'HarmonyOS_Sans_SC_Regular', '微软雅黑';
}
a{
	color:#1D213B;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	color:#1D213B;
}
button{
	background:none;
	border:none;
}
input,button{
	outline:none;
}
.mb{
	margin-bottom:80px;
}
.mt{
	margin-top:80xp;
}
.pb{
	padding-bottom:80px;
}
.pt{
	padding-top:80px;
}
.mb40{
	margin-bottom:40px;
}
.mt40{
	margin-top:40xp;
}
.pb40{
	padding-bottom:40px;
}
.pt40{
	padding-top:40px;
}
.cursor{
	cursor:pointer;
}
.wapper{
	max-width:1400px;
	width:100%;
	margin:0 auto;
}
img{
	max-width:100%;
}
.row{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow:row wrap;
	flex-flow:row wrap;
}
.posr{
	position:relative;
}
.space-between{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.justify-center{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
}
.center{
	align-items: center;
}
.a-btn a{
	display:inline-block;
	background: #FFD500;
	padding:0 25px;
	line-height:45px;
	border-radius:4px;
	font-weight:bold;
	position:relative;
	overflow:hidden;
	font-size:18px;
	min-width:150px;
	text-align:center;
	box-sizing:border-box;
}

.a-btn a span:first-child,
.section_form .form-box button span{
	position:relative;
	z-index:6;
}
.section_form .form-box button .btn-hover-effect,
.btn-hover-effect{
	z-index:5;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background: radial-gradient(circle closest-side,#FFE357,transparent);
    transform: translate(-50%,-50%);
    transition: width .2s ease,height .2s ease;
}
.section_form .form-box button:hover .btn-hover-effect,
.a-btn a:hover .btn-hover-effect,
#toppu a:hover .btn-hover-effect{
    width: 300px;
    height: 300px;
}
#header-box{
	
}
.a-btn a.experience-1{
    background: none;
    color: #fff;
    border: 1px solid #fff;
    box-sizing: border-box;
    height: 45px;
    margin-right: 10px;
}
.a-btn a.experience-1:hover{
	background: #FFD500;
    color: #1D213B;
    border: 1px solid #FFD500;
}
#header-box .wap-header{
	display:none;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	background:#1d213b;
	z-index:10001;
}
#header-box .wap-header > div{
	width:33.3333%;
	padding:10px 0;
}
#header-box .wap-header .login a{
	
}
#header-box .wap-header .wap-menu{
	text-align:right;
}
#header-box .wap-header .login a,
#header-box .wap-header .menu{
	display:inline-block;
	padding:5px 15px;
	height:25px;
}
#header-box .wap-header .menu-nav {
    background: #fff;
    width: calc(100vw - 30px);
    position: absolute;
    top: 55px;
    left: 15px;
    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);
	z-index:1000;
}
#header-box .wap-header .menu svg{
	fill:#fff;
}
#header-box .wap-header .menu-nav.on{
	visibility:visible;
	opacity:1;
}
#header-box .wap-header .menu-nav:before {
    content: '';
    position: absolute;
    right: 3px;
    top: -10px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
}
#header-box .wap-header .menu-ul li a{
	height: 44px;
    line-height: 44px;
    padding: 0 20px;
    text-align: left;
    position: relative;
    display: block;
}
#header-box .wap-header .menu-ul li svg{
    transform: rotate(180deg);
    transition: all 0.3s;
	position: absolute;
    right: 20px;
	top:19px;
}
#header-box .wap-header .menu-ul li.on svg{
	transform: rotate(0deg);
}
#header-box .wap-header .menu-ul li .nav_sub{
	display:none;
	padding-left:15px;	
}
#header-box .wap-header .joined {
	padding:20px 20px 10px;
	text-align:center;
}
#header-box .wap-header .joined a{
	border-radius:25px;
	min-width:300px;
}

#header-box .header,
#header-box .header.header-fixed{
	background:#1d213b;
	padding: 20px 0;
	z-index: 10001;
}
#header-box .header.header-fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	box-sizing: border-box;
}
#header-box .logo{
	width:auto;
	display: flex;
    align-items: center;
}
#header-box .logo img{
	max-width:200px;
}
#header-box .nav-box{
	min-width:70%;
	padding-left:20px;
}
#header-box .nav-box .nav {
	position:relative;
	z-index:1000;
}
#header-box .nav-box .nav .bor{
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 0;
    height: 2px;
    background:#fff;
	transition: all 0.3s;
	box-sizing:border-box;
}
#header-box .nav-box .nav li{
	padding:0 20px;
	position:relative;
	transition: all 0.3s;
	z-index:10;
}
#header-box .nav-box .nav li a{
	display:block;
	color:#fff;
	opacity:0.8;
	line-height:50px;
	font-size:16px;
	overflow:hidden;
}
#header-box .nav-box .nav li a svg{
	fill:#fff;
	transform:rotate(180deg);
	margin:0 0 3px;
	transition: all 0.3s;
}

#header-box .nav-box .nav li.actived a,
#header-box .nav-box .nav li:hover a{
	opacity:1;
	font-weight:bold;
}
#header-box .nav-box .nav li:hover a svg{
	transform:rotate(0);
}
#header-box .nav-box .nav .nav_sub{
	position:absolute;
	left:0;
	top:100%;
	min-width:200px;
	background:#fff;
	border-radius:6px;
	overflow:hidden;
	display:none;
	border:1px solid #eee;
}
#header-box .nav-box .nav .nav_sub li a{
	color:#1D213B;
	font-size:14px;
	line-height:45px;
	height:45px;
}
#header-box .nav-box .nav .nav_sub li:hover,
#header-box .nav-box .nav .nav_sub li.actived{
	background:#FFD500;
}

#header-box .header_rt .login{
	margin-right:15px;
}
#header-box .header_rt .payment a,
#header-box .header_rt .login a{
	line-height:50px;
	padding:0 15px;
	display:block;
}
#header-box .header_rt .payment a:hover,
#header-box .header_rt .login a:hover{
    text-decoration: underline;
	color:#FFD500;
	font-weight:bold;
}
.body-index{
	
}
.body-index .banner{
	background-image:url(../images/index_bg.png);
	background-repeat:no-repeat;
	background-size: 100%;
	min-height:800px;
}
.body-index .banner .ban-txt{
	text-align:center;
	padding-bottom:30px;
	padding-top:220px;
	position:relative;
}
.body-index .banner .ban-txt .wapper:before {
    content: '';
    position: absolute;
    left:5%;
    top: -20%;
    width: 60px;
    height: 60px;
    border:8px solid #FFD500;
	border-radius:50%;
	box-sizing:border-box;
}
.body-index .banner .ban-txt h1{
	font-size:52px;
	line-height:60px;
	padding-bottom:40px;
	color:#fff;
	position:relative;
}

.body-index .banner .ban-txt p{
	color:#fff;
	font-size:24px;
	line-height:30px;
	padding-bottom:60px;
	opacity:0.8;
}
.body-index .banner .ban-txt a{
	
}
.body-index .banner .ban-txt:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 200px;
	background-image:url(../images/banner_bg1.svg);
	background-repeat:no-repeat;
	background-size: 100%;
	box-sizing:border-box;
	display:none;
}
.body-index .banner .ban-img .img{
	position:relative;
}
.body-index .banner .ban-img .svg-icon{
	position:absolute;
	left:0;
	top:15%;
}
.body-index .banner .ban-img .img:before {
    content: '';
    position: absolute;
    right: 3%;
    top: 0;
    width: 200px;
    height: 200px;
    border:3px solid #FFD500;
	border-radius:50%;
	box-sizing:border-box;
}
.body-index .banner .ban-img .img{
	position:relative;
	z-index:10;
}
.body-index .banner .ban-img .img img{
	position:relative;
	z-index:10;
}
.body-index .banner .ban-img .posa{
	position:absolute;
	right: 12.9%;
    top: 22%;
    max-width: 800px;
	width:58%;
	z-index:99;
}
.body-index .banner .ban-img .posa video{
	max-width:100%;
    object-fit: fill;
    object-position: center;
}
.body-index .banner .ban-img .play-icon{ 
	position: absolute;
    right: 0;
    top: 0;
    width: 100%;
	height:100%;

	justify-content: center;
    align-items: center;
	display:none;
}
.body-index .banner .pop_video{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.8);
	z-index:99999;
	display:flex;
	justify-content: center;
	align-items: center;
	display:none;
}
video::-webkit-media-controls-fullscreen-button{ display: none !important; }
.more{
	padding-top:50px;
	text-align:center;
}

.section .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:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-6px);transform:translateX(-6px)}20%,40%,60%,80%{-webkit-transform:translateX(6px);transform:translateX(6px)}}
@keyframes shake{0%,100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-6px);-ms-transform:translateX(-6px);transform:translateX(-6px)}20%,40%,60%,80%{-webkit-transform:translateX(6px);-ms-transform:translateX(6px);transform:translateX(6px)}}

.swiper-pagination-bullet-active{
	background:#ffd500;
}

.body-index .plan-wapper{
	position:relative;
}
.body-index .fixed-menu{
	width:100px;
	position: fixed;
	top:50%;
	transform:translateY(-50%);
	opacity:0;
	visibility:hidden;
	z-index:10000;
	transition: all 0.3s ease;
} 
.body-index .fixed-menu ul{
	background:#fff;
	border-radius:0 6px 6px 0;
	overflow:hidden;
}
.body-index .fixed-menu li{
}
.body-index .fixed-menu li a{
	display:block;
	padding:8px 10px;
	color:#1D213B;
	font-size:14px;
	text-align:center;
	transition: all 0.3s ease;
}
.body-index .fixed-menu li.on a{
	background:#FFD500;
}
.body-index .plan-wapper.posFixed .fixed-menu{
	position:fixed;
	visibility:visible;
	opacity:1;
}

.body-index .section .a-btn a{
	padding-right:50px;
}
.body-index .section .a-btn a svg{
	position:absolute;
	right:20px;
	top: 50%;
    margin-top:-6px;
}
.body-index .section .a-btn a:hover svg{
	-webkit-animation-name:shake;animation-name:shake
}


.body-index .section{
	margin-bottom:80px;
}
.body-index .section1{
	margin:30px 0 0;
}
.body-index .section1 .swiper-video{
	padding-bottom:120px;
	padding-top:30px;
}
.body-index .section1 .swiper-slide{
	transition: all 0.3s ease;
}
.body-index .section1 .cooperate{
	box-sizing:border-box;
	border-radius:6px;
	overflow:hidden;
	transition: all 0.3s;
}
.body-index .section1 .cooperate:hover{
	box-shadow:0px 3px 20px rgb(29 35 69 / 10%);
}
.body-index .section1 .cooperate .video{
	width:100%;
	max-width:38%;
	position:relative;
	z-index:12;
	border-radius:6px 0 0 6px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-size:cover;
	min-height:150px;
}
.body-index .section1 .cooperate .video img{
	max-width:100%;
	display:none;
}

.body-index .section1 .cooperate .video{
	
}
.body-index .section1 .swiper-slide:nth-child(1) .video{
	background-image:url(../images/section1_1.png);
}
.body-index .section1 .swiper-slide:nth-child(2) .video{
	background-image:url(../images/section1_2.png);
}
.body-index .section1 .swiper-slide:nth-child(3) .video{
	background-image:url(../images/section1_3.png);
}
.body-index .section1 .swiper-slide:nth-child(4) .video{
	background-image:url(../images/section1_4.png);
}
.body-index .section1 .swiper-slide:nth-child(5) .video{
	background-image:url(../images/section1_5.png);
}
.body-index .section1 .cooperate .text{
	width:calc(100% - 38%);
	background:#fff;
	box-sizing:border-box;
}
.body-index .section1 .cooperate .text-con{
	z-index:10;
	position:relative;
	padding:20px 40px;
}
.body-index .section1 .cooperate .svg{
	padding-bottom:15px;
}
.body-index .section1 .cooperate .text h5{
	font-size:20px;
	line-height:30px;
	padding:0 0 15px;
	position:relative;
	z-index:11;
	background:#fff;
}
.body-index .section1 .cooperate .text .describe{
	line-height:20px;
	font-size:14px;
	overflow:hidden;
	width:100%;
	
	background:#fff;
	box-sizing:border-box;
	/*opacity:0;
	position:absolute;
	left:0;
	bottom:0;
	visibility:hidden;
	border-radius:0 0 6px 6px;
	transform: translateY(-100%);*/
    transition: all 0.3s ease;
}
/*.body-index .section1 .cooperate:hover .text .describe{
   	transform: translateY(97%);
	opacity:1;
	visibility:visible;
	box-shadow: 0px 3px 20px rgb(29 35 69 / 10%);
}*/

.body-index .section .title{
	padding-bottom:50px;
	text-align:center;
}
.body-index .section .title h3{
	font-size:30px;
	padding-bottom:20px;
}
.body-index .section .title p{
	font-size:16px;	
	opacity:0.8;
}
.body-index .section .template li{
	width:25%;
	box-sizing:border-box;
	text-align:center;
	margin-bottom:30px;
	transition: all 0.3s;
}
.body-index .section .template li.con{
	transition: all 0.3s;
}
.body-index .section .template li .img {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
	max-height:400px;
	margin-bottom:15px;
}

.body-index .section .template li .pic img{
	max-width:100%;
	display:block;
}

.body-index .section .template li .view-btn{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#1D213B;
	background: linear-gradient(180deg, rgba(29, 33, 59, 0) 0%, #1D213B 100%);
	opacity:0;
	visibility:hidden;
    transition: all 0.3s ease;
}
.body-index .section .template li .img:hover .view-btn{
	opacity:1;
	visibility:visible;
}
.body-index .section .template li .view-btn .btn{
	position:absolute;
	left:0;
	bottom:0;
	text-align:center;
	width:100%;
	padding:20px 0;
}
.body-index .section .template li .view-btn a{
	display:inline-block;
	min-width:35%;
	padding:10px 20px;
	border-radius:6px;
	border:1px solid #fff;
	color:#fff;
	margin:0 10px;
	font-size:16px;
	box-sizing:border-box;
	transition: all 0.3s ease;
}
.body-index .section .template li .view-btn a.reserve{
	width:80%;
}
.body-index .section .template li .view-btn a.use{
	border:1px solid #FFD500;
	color:#1D213B;
	background:#FFD500;
	display:none;
}
.body-index .section .template li .view-btn a.reserve:hover{
	border:1px solid #FFD500;
	color:#1D213B;
	background:#FFD500;
}
.body-index .section .template li .name{
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px;
	color:#333;
}
.body-index .section .template .more{
	display:none;
}
.body-index .section .template li .con:hover{
	
}
.body-index .section3{
	background: #fff;
	padding: 80px 0;
}
.body-index .section3 .title a{
	color:#999;
	font-size:14px;
}
.body-index .section3 .title a:hover{
	color:#ffd500;
}
.body-index .section3 .more{
	padding-top:0;
}
.body-index .section3 .application{
	padding:20px 0 50px;
}
.body-index .section3 .application li{
	width:20%;
	box-sizing:border-box;
	transition:all 0.4s;
	margin-bottom:30px;
}
.body-index .section3 .application li .con{
	background:#fff;
	border-radius:6px;
}
.body-index .section3 .application li .pic{
	overflow:hidden;
	border-radius:6px 6px 0 0;
}
.body-index .section3 .application li .pic img{
	max-width:100%;
	display:block;
}
.body-index .section3 .application li .text{
	transition: all 0.3s ease;
    position: relative;
    padding: 0;
}
.body-index .section3 .application li .posa{
	border-radius: 0 0 6px 6px;
    padding: 12px;
    box-sizing: border-box;
}
.body-index .section3 .application li:hover .posa {
    position: absolute;
    background: #fff;
    left: 0;
    top: -1px;
    z-index: 10;
}
.body-index .section3 .application li .name{
	color:#333;
	font-weight:bold;
}
.body-index .section3 .application li .describe{
	font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    min-height: 44px;
	padding-top:10px;
	display:none;
}
.body-index .section3 .application li:hover .describe{
	overflow:visible;
	display:block;
	height:auto;
}
.body-index .section3 .application li span{
	color:#999;
	font-size:13px;
}
.body-index .section3 .application li .edition{
	padding:3px 5px;
	color: #7B69F1;
	background: #DDD9F2;
	border-radius:4px;
	border: 1px solid #ADA2F3;
}
.body-index .section4{
	background:#22253d;
	color:#fff;
	padding:80px 0 0;
}
.body-index .section4 .title{
	padding-bottom:60px;
}
.body-index .section4 .title h3{
	color:#fff;
}
.body-index .section4 .txt-data{
	width:35%;
	box-sizing:border-box;
}
.body-index .section4 .txt-data .con1 li{
	width:50%;
	padding:30px 0;
	box-sizing:border-box;
}
.body-index .section4 .txt-data .con1 li div{
	border-left:1px solid rgba(255,255,255,0.5);
	padding-left:8px;
}
.body-index .section4 .txt-data .con1 li p{
	opacity:0.8;
	padding-bottom:10px;
}
.body-index .section4 .txt-data .con1 li strong{
	font-size:30px;
}
.body-index .section4 .txt-data .con2{
	padding-top:80px;
}
.body-index .section4 .txt-data .con2 .list{
	line-height:21px;
	padding:10px 0 10px 41px;
	position:relative;
}
.body-index .section4 .txt-data .con2 .list svg{
    vertical-align: middle;
	margin-right:20px;
	position:absolute;
	left:0;
	top:10px;
}
.body-index .section4 .map{
	width:calc(65% - 5%);
	margin-left:5%;
	position:relative;
	box-sizing:border-box;
}
.body-index .section4 .map img{
	width:100%;
	position:absolute;
	left:0;
	top:0;
}

.body-index .section4 .btm-info{
	background:#ffd500;
	padding:60px 0 30px;
	margin-top:80px;
}
.body-index .section4 .btm-info li{
	padding:0 15px;
	width:16.66667%;
	text-align:center;
	margin-bottom:30px;
	box-sizing:border-box;
}
.body-index .section4 .btm-info li .svg{
	padding-bottom:10px;
}
.body-index .section4 .btm-info li p{
	color:#1d213b;
    max-width: 70%;
    display: inline-block;
}


.body-index .section5 li .text,
.body-index .section5 li .img{
	width:50%;
	box-sizing:border-box;
}
.body-index .section5 li .text{
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
}
.body-index .section5 li .text .con{
	width:70%;
}
.body-index .section5 li .text h5{
	font-size:26px;
	line-height:30px;
	padding-bottom:20px;
}
.body-index .section5 li .text p{
	color:#666;
}
.body-index .section5 li .text .describe{
	padding-top:40px;
}
.body-index .section5 li .text .lsit{
	border-bottom:1px solid #ccc;
	padding:5px 0;
	margin-bottom:10px;
	position:relative;
	padding-left:31px;
}
.body-index .section5 li .text .lsit svg{
	vertical-align:middle;
	display:inline-block;
	margin-right:10px;
	position:absolute;
	left:0;
	top:5px;
}


.body-index .section6 li .pic{
	border-radius:6px;
	overflow:hidden;
	margin-bottom:20px;
}
.body-index .section6 li .pic img{
	transition: all 0.3s ease;
}
.body-index .section6 li .pic:hover img{
	transform:scale(1.2);
}
.body-index .section6 li .name{
	font-weight:bold;
	color:#1D213B;
	font-size:18px;
	padding-bottom:15px;
}
.body-index .section6 li .describe{
	position:relative;
	line-height:24px;
}
.body-index .section6 li .describe span{
	position:absolute;
	right:0;
	bottom:0;
	color: #CCCCCC;
}
.body-index .swiper-img .swiper-pagination{
	display:none;
}
.body-index .swiper-pagination{
	position:static;
	padding-top:20px;
}
.body-index .swiper-pagination-bullet{
	border-radius:0;
	width:20px;
	height:4px;
	margin:0 8px;
	transition: all 0.3s;
}
.body-index .swiper-pagination-bullet-active{
	width:30px;
}

.section_form{
	margin-bottom:0;
	background: #fff;
}
.section_form .section_form_wrapper{
    
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.section_form .section_form_wrapper h3{
    font-size: 40px;
}
.section_form .section_form_wrapper p{
    font-size: 20px;
    color: #666;
    margin: 20px 0 50px;
}


#bottom-box {
	background:#1d213b;
}
#bottom-box .bottom-nav{
	padding:60px 0;
}
#bottom-box .bottom-nav dl{
	width:25%;
}
#bottom-box .bottom-nav dl dt{
	font-weight:bold;
	color:#fff;
	padding-bottom:20px;
	position:relative;
}
#bottom-box .bottom-nav dl dt span{
	display:none;
	position:absolute;
	right:0;
	top:0;
	font-size:19px;
	line-height: 18px;
    width: 100%;
    height: 100%;
    text-align: right;
}
#bottom-box .bottom-nav dl dd{
	color:rgba(255,255,255,.5);
	
}
#bottom-box .bottom-nav dl dd a{
	color:rgba(255,255,255,.5);
	display:block;
	margin:3px 0;
	line-height:24px;
}
#bottom-box .bottom-nav dl dd a.oncur{
	cursor:none;
}
#bottom-box .bottom-nav dl dd a:hover{
	color:rgba(255,255,255,1);
}
#bottom-box .bottom-nav dl dd p{
	line-height: 24px;
}
#bottom-box .copyright-box{
	border-top:1px solid rgba(255,255,255,0.5);
	padding:20px 0;
}
#bottom-box .copyright{
	color:#606375;
}
#bottom-box .copyright a{
	color:#606375;
}
#bottom-box .copyright a:hover{
	color:#fff;

}
#bottom-box .copyright-box .rt{
	text-align:right;
}
#bottom-box .copyright-box .rt a{
	display:inline-block;
	margin-left:40px;
	color:#999;
}
#bottom-box .copyright-box .rt a:hover{
	color:#333;
}
#bottom-box .footr-link{
	text-align:right;
	display: flex;
	align-items: center;
}
#bottom-box .footr-link a{
	display:inline-block;
	color: #fff;
	opacity:0.3;
}
#bottom-box .footr-link a:hover{
	opacity:1;
}


.payment_rotation .banner{
	position:relative;
	padding:80px 0;
	background:#fff;
	margin-bottom:100px;
}
.payment_rotation .banner .down-btn{
    position: absolute;
    left: 50%;
    bottom: -50px;
	transform:translate(-50%,0);
	border-left: 45px solid transparent;
    border-top: 50px solid #fff;
    border-right: 45px solid transparent;
	box-sizing:border-box;
	cursor:pointer;
}
.payment_rotation .banner .down-btn lottie-player{
	position:absolute;
	left: 50%;
    bottom: 50%;
    transform: translate(-50%,-50%);
}
.payment_rotation .banner .row{
    justify-content: space-between;
}

.payment_rotation .banner .ad-txt{
	position:relative;
	width:50%;
	padding-bottom:30px;
}
.payment_rotation .banner .con{
	position:relative;
}
.payment_rotation .banner .ad-txt h3{
	color:#1D213B;
	font-size:40px;
	padding-bottom:30px;
}
.payment_rotation .banner .ad-txt .describe{
	color:#666;
	font-size:20px;
	padding-bottom:30px;
}
.payment_rotation .banner .a-btn{
	display:inline-block;
}
.payment_rotation .banner .a-btn a{
	padding:0 30px;
}
.payment_rotation .banner .ad-img{
	width:50%;
}
.payment_rotation .banner .ad-img img{
	display:block;
}


.payment_rotation .section .title h3{
	font-size:36px;
	text-align:center;
	padding-bottom:40px;
}

.payment_rotation .section{
	margin-bottom:80px;
}
.payment_rotation .section1 .cooperate{
	width:50%;
	display:inline-block;
	box-sizing:border-box;
}
.payment_rotation .section1 .list .text,
.payment_rotation .section1 .list .img{
	width:100%;
	box-sizing:border-box;
	height:380px;
	text-align:center;
	padding:15px 50px;
}

.payment_rotation .section1 .list .section1-tit{
	background: #1d213b;
    width: 100%;
    padding: 30px;
	font-size: 30px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
	text-align:center;
	border-radius:15px;
	position:relative;
}
.payment_rotation .section1 .list .section1-tit:before{
	content: '';
    position: absolute;
    right: -25px;
    top: 50%;
	transform:translateY(-50%);
	border-top: 14px solid transparent;
    border-left: 25px solid #1d213b;
    border-bottom: 14px solid transparent;
	box-sizing:border-box;
}


.payment_rotation .section1 .list .before{
	position:relative;
	justify-content: flex-end;
}
.payment_rotation .section1 .list .before:before {
    content: '';
    position: absolute;
    right: -12px;
    top: 50%;
	transform:translateY(-50%);
    width: 24px;
    height: 24px;
    background:#1D213B;
	border-radius:50%;
	box-sizing:border-box;
}
.payment_rotation .section1 .list .before:after{
	content: '';
    position: absolute;
    right: -1px;
    top: 50%;
    width: 1px;
    height: 100%;
	border:1px dashed #1D213B;
	box-sizing:border-box;
}
.payment_rotation .section1 .list .none:after{
	display:none;
}
.payment_rotation .section1 .list .img img{
	max-width:100%;
	max-height:100%;
}
.payment_rotation .section1 .list .text{
	
}
.payment_rotation .section1 .list .text-con{
	text-align:center;
}
.payment_rotation .section1 .list .text h5{
	font-size:26px;
	line-height:30px;
	padding-bottom:20px;
}
.payment_rotation .section1 .list .text .describe{
	line-height:24px;
	font-size:16px;
}

.pup-img{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	align-items: center;
	visibility:hidden;
	opacity:0;
	z-index:10001;
}
.pup-img.on{
	opacity:1;
	visibility:visible;
}
.pup-img .img{
	position:relative;
}
.pup-img .pup-img-close{
	position:absolute;
	right:10px;
	top:10px;
	padding:9px;
	border-radius:50%;
	border:2px solid #d2d5d9;
	background:#fff;
	height:35px;
	width:35px;
    line-height: 15px;
	cursor:pointer;
	box-shadow: 0 0 20px 0 #eee;
	box-sizing:border-box;
}
.pup-img .pup-img-close svg{
	width:12px;
	height:12px;
}


/*主题模板页面*/

.body-template .banner{
	position:relative;
	padding:80px 0 0;
	background:#1d213b;
	margin-bottom:120px;
}
.body-template .banner .row{
    justify-content: space-between;
}

.body-template .banner .ad-txt{
	position:relative;
	width:40%;
	padding-right:5%;
	box-sizing:border-box;
}
.body-template .banner .con{
	position:relative;
}
.body-template .banner .ad-txt h3{
	color:#fff;
	font-size:40px;
	padding-bottom:30px;
}
.body-template .banner .ad-txt .describe{
	color:#fff;
	font-size:20px;
	padding-bottom:20px;
	opacity:0.8;
}
.body-template .banner .a-btn{
	position:absolute;
	bottom:-65px;
	display:inline-block;
}
.body-template .banner .a-btn a{
	padding:0 30px;
}
.body-template .banner .ad-img{
	width:60%;
    margin-bottom: -60px;
}
.body-template .banner .ad-img img{
	display:block;
}

.body-template .template-box .list-top{
	padding-bottom:30px;
}

.body-template .screen .menu-btn{
	display:inline-block;
	vertical-align:middle;
	width:32px;
	height:32px;
	color:#1D2345;
}
.body-template .screen .menu-btn svg{
	padding:0 0 0 4px;
	margin:4px 0;
}
.body-template .screen.on .menu-btn svg{
	display:none;
}
.body-template .screen span{
	display:inline-block;
	line-height:30px;
	font-weight:bold;
    font-size: 22px;
    vertical-align: middle;
	color:#1D2345;
	margin-left:10px
}


.body-template .template-box .con-box{
	position:relative;
}
.body-template .template-box .list-lt{
	width:18%;
	margin-right:2%;
	opacity:0;
	visibility:hidden;
	margin-left:-20%;
	transition: all 0.3s ease;
}
.body-template .template-box .on .list-lt{
	left: 0;
    opacity: 1;
    margin-left: 0;
    visibility: visible;
}
.body-template .template-box .list-lt dl{
	padding-bottom:20px;
	border-bottom:1px solid #ccc;
	margin-bottom:30px;
}
.body-template .template-box .list-lt dt{
	position:relative;
	font-weight:bold;
	font-size:16px;
	color:#1D213B;
	margin-bottom:15px;
	cursor:pointer;
}
.body-template .template-box .list-lt dt svg{
	position:absolute;
	right:0;
	top:8px;
	transform:rotate(180deg);
	transition: all 0.3s ease;
}
.body-template .template-box .list-lt dt.open svg{
	transform:rotate(0deg);
}
.body-template .template-box .list-lt dd a{
	display:block;
	padding:3px 0;
	margin-bottom:5px;
}
.body-template .template-box .list-lt dd .radio{
	display:inline-block;
	border:2px solid #ccc;
	width:18px;
	height:18px;
	border-radius:50%;
	margin-right:5px;
	vertical-align: middle;
	box-sizing:border-box;
	position:relative;
}
.body-template .template-box .list-lt dd .on .radio:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
	transform:translate(-50%,-50%);
    width: 10px;
    height: 10px;
    background:#FFD500;
	border-radius:50%;
	box-sizing:border-box;
}
.body-template .template-box .list-lt dd .on .radio{
    border-color:#FFD500;
}
.body-template .template-box .list-rt{
	width:100%;
	transition: all 0.3s ease;
}
.body-template .template-box .on .list-rt{
	width: calc(100% - 20%);
    box-sizing: border-box;
	box-sizing:border-box;
}
.body-template .template-box .template ul{
	margin:0 -15px;
}
.body-template .template-box .template li{
	width:25%;
	padding:0 15px;
	border-radius:6px;
	margin-bottom:30px;
	transition: all 0.3s ease;
	box-sizing:border-box;
}
.body-template .template-box .template li:hover{
    transform: translateY(-15px) !important;
}
.body-template .template-box .on .template li{
	width:33.3333%;
}
.body-template .template li .img{
	position:relative;
	border-radius:6px;
	overflow:hidden;
	max-height:400px;
}
.body-template .template li .view-btn{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#1D213B;
	background: linear-gradient(180deg, rgba(29, 33, 59, 0) 0%, #1D213B 100%);
	opacity:0;
	visibility:hidden;
    transition: all 0.3s ease;
}
.body-template .template li .img:hover .view-btn{
	opacity:1;
	visibility:visible;
}
.body-template .template li .view-btn .btn{
	position:absolute;
	left:0;
	bottom:0;
	text-align:center;
	width:100%;
	padding:20px 0;
}
.body-template .template li .view-btn a{
	display:inline-block;
	min-width:35%;
	padding:10px 20px;
	border-radius:6px;
	border:1px solid #fff;
	color:#fff;
	margin:0 10px;
	font-size:16px;
	box-sizing:border-box;
	transition: all 0.3s ease;
}
.body-template .template li .view-btn a.reserve{
	width:80%;
}
.body-template .template li .view-btn a.reserve:hover{
	border:1px solid #FFD500;
	color:#1D213B;
	background:#FFD500;
}
.body-template .template li .view-btn a.use{
	border:1px solid #FFD500;
	color:#1D213B;
	background:#FFD500;
	display:none
}
.body-template .template li .name{
	text-align:center;
	font-size:18px;
	color:#1D213B;
	font-weight:bold;
	padding:15px 0 10px;
}


.section_form1{
	background:#1D213B;
	padding:80px 0 40px
}
.section_form1 .form-box{
	width: 100%;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}
.section_form1 .form-box .name{
    padding-bottom: 20px;
}
.section_form1 .form-box .name span{
    font-weight: bold;
    font-size: 24px;
	color:#fff;
}
.section_form1 .form-box .phone {
    padding-bottom: 30px;
    line-height: 16px;
    color: #fff;
}
.section_form1 .form-box .phone span{
	margin-left:10px;
	display:inline-block;
	font-size:15px;
}
.section_form1 .form-box .phone svg {
    margin: 0 0 -2px;
    fill: #fff;
}
.section_form1 .form{
	margin-bottom:15px;
	overflow:hidden;
}
.section_form1 .form-box input {
    border:none;
    width: calc(100% - 150px);
    height: 46px;
    border-radius: 6px 0 0 6px;
    padding-left: 15px;
	background:#fff;
    box-sizing: border-box;
}
.section_form1 .form-box button{
	background: #FFD500;
    display: inline-block;
    height: 46px;
	min-width:150px;
    border: none;
	padding:0 25px;
    color: #333;
	border-radius: 0 6px 6px 0;
    font-size: 16px;
	font-weight:bold;
	overflow:hidden;
	position:relative;
	cursor:pointer;
}
.section_form1 .form-box .tips{
	color:#fff;
	opacity:0.8;
}


/*价格页面*/
.body-price{
	background:#fff;
}
.body-price .section .title{
	text-align:center;
	font-size:40px;
	line-height:55px;
	padding-bottom:50px;
}
.body-price .section .title p{
	font-size: 16px;
}
.body-price .section1 .package{
	padding-top:20px;
	margin:0 -20px;
}
.body-price .section1 .package li{
	max-width:400px;
	width:20%;
	padding:0 10px;
	margin-bottom:20px;
	box-sizing:border-box;
    transition: all 0.3s;
}
.body-price .section1 .package li .con{
	border: 1px solid #EEEEEE;
	border-radius:8px;
	text-align:center;
	padding:20px;
	position:relative;
}
.body-price .section1 .package li .hot{
    position: absolute;
    right: -6px;
    top: -6px;
}
.body-price .section1 .package li .name{
	color:#333;
	padding-bottom:15px;
	font-size:24px;
}
.body-price .section1 .package li .name span{
	display:block;
	font-size:14px;
	color:#999;
	font-weight:normal;
	line-height:20px;
	margin-bottom:-20px;
	cursor: pointer;
}
.body-price .section1 .package li .price{
	color:#1D213B;
	font-size:16px;
}
.body-price .section1 .package li .price strong{
	font-size:24px;
}
.body-price .section1 .package li .a-btn{
	padding:10px 0 20px;
	margin-bottom:20px;
	border-bottom:1px solid #eee;
}
.body-price .section1 .package li .a-btn a{
	display:none;
}
.body-price .section1 .package li .describe{
	text-align:left;
	margin-top:12px;
}
.body-price .section1 .package li .describe span{
	float:right;
	color:#1D213B;
}
.body-price .section1 .package li .con:hover{
	border-color: #FFD500;
	box-shadow: 0px 0px 10px #EEEEEE;	
	background: #FFFEF9;
}
.body-price .section2 .ul-list{
	border:1px solid #eee;
	border-radius:6px;
}
.body-price .section2 .ul-list li{
	min-height:80px;
    align-items: center;
	color:#1D213B;
	padding:10px 0;
	box-sizing:border-box;
}
.body-price .section2 .ul-list li:nth-child(even){
	background:#eeeeee;
}
.body-price .section2 .ul-list li > div{
	width:25%;
	padding-left:20px;
	font-size:16px;
	box-sizing:border-box;
}
.body-price .section2 .ul-list li div span{
	display:block;
	color:#666;
	font-size:14px;
}



#body-box .banner-top{
	background:#1D213B;
	color:#fff;
	padding-top:150px;
	padding-bottom:100px;
	position:relative;
	margin-bottom:100px;
}
#body-box .banner-top .ad-txt{
	text-align:center;
}
#body-box .banner-top .ad-txt h1{
	font-size:40px;
	line-height:55px;
	padding-bottom:20px;
	color:#fff;
}
#body-box .banner-top .ad-txt .describe{
	font-size:20px;
	opacity:0.8;
}
#body-box .banner-top .ad-txt .a-btn{
	padding-top:40px;
}

.search-box .search-form {
	border:1px solid #eee;
	padding:10px;
	position:relative;
	max-width:700px;
	margin:0 auto;
	background:#fff;
	border-radius:6px;
}
.search-box .search-form input{
	border:none;
	padding:15px 10px 15px 60px;
	width:75%;
	line-height:20px;
	height:50px;
	box-sizing:border-box;
}
.search-box .search-form button{
	border:none;
	width:40px;
	height:50px;
	position:absolute;
	left:10px;
	top:10px;
	padding:14px 9px;
	box-sizing:border-box;
}
.search-box .select_box{
	width:25%;
	position:relative;
	border-left:1px solid #eee;
	padding-right:10px;
	box-sizing:border-box;
	cursor:pointer;
}
.search-box .select_box .txt{
	font-weight:bold;
	color:#1D213B;
	line-height:50px;
	position:relative;
	display:block;
	padding:0 5px;
	text-align:center;
	font-size:16px;
}
.search-box .select_box .txt svg{
	transform:rotate(180deg);
	position:absolute;
	right:-5px;
	top:21px;
	transition: all 0.3s ease;
}
.search-box .select_box.on .txt svg{
	transform:rotate(0);
}
#select_box{
	background:#fff;
	position:absolute;
	left:0;
	top:calc(100% + 25px);
	width:calc(100% + 11px);
	border:1px solid #eee;
	border-radius:8px;
	box-sizing:border-box;
}
#select_box li{
	color:#1D213B;
	padding:12px 15px;
	cursor:pointer;
	text-align:center;
}
#select_box li:hover{
	background:#eeeeee;
}
#select_box li.actived{
	color:#FFD500;
	font-weight:bold;
}

/*应用页面*/
.body-application .banner-top{
	padding-bottom:120px !important;
}
.body-application .search-box{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	bottom: -30px;
	width:100%;
	z-index:1000;
}

.body-application .section .title{
	font-size:18px;
	padding-bottom:30px;
}


.body-application .section .application{
	margin:0 -15px
}
.body-application .section .application li{
	padding:0 15px;
	box-sizing:border-box;
}
.body-application .section .application li .con{
	transition: all 0.3s ease;
	border-radius:6px;
	overflow:hidden;
	position:relative;
}
.body-application .section .application li .name{
	padding:12px 0 10px;
	color:#1D213B;
	font-weight:bold;
	width:100%;
	font-size:16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.body-application .section .application li:hover .name{
	white-space: normal;
	text-overflow: inherit;
}
.body-application .section .application li .width{
	width:100%;
}
.body-application .section .application li .describe{
	font-size: 14px;
	line-height:22px;
	margin-bottom:5px;
	overflow:hidden; 
	text-overflow:ellipsis;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	display: -webkit-box;
	height:44px;
}
.body-application .section .application span{
	font-size:12px;
}
.body-application .section .application .edition{
	padding:4px 8px;
	color: #1D213B;
	border-radius:4px;
	border: 1px solid #1D213B;
}
.body-application .section .application li:hover{
	z-index:11;
}
.body-application .section .application li .con:hover{
	transform:scale(1.15);
	box-shadow: 0px 3px 20px rgba(29, 35, 69, 0.1);
	z-index:1;
}
.body-application .section .application li .con:hover .describe{
	display:block; 
	height:auto;
	
}

.body-application .section1 .application{
	margin:0;
}
.body-application .section1 .swiper-application{
	overflow:visible;
}
.body-application .section1 .application li{
	width:33.3333%;
	padding:0;
	height: 126px;
}
.body-application .section1 .application li .con{
	background:#fff;
	padding:15px;
}
.body-application .section1 .application li .pic{
	width:150px;
	margin-right:15px;
	border-radius:6px;
	overflow:hidden;
}
.body-application .section1 .application li .text{
	width:calc(100% - 165px);
}
.body-application .section1 .application li .name{
	padding-top:0;
	padding-bottom:5px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.body-application .section .application li:hover .name{
	white-space: normal;
	text-overflow: inherit;
}
.body-application .section2 .list-top{
	padding-bottom:20px;
}

.body-application .screen .menu-btn{ 
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1D2345;
}
.body-application .screen .menu-btn svg{
	padding:0 0 0 4px;
}
.body-application .screen.on .menu-btn svg{
	display:none;
}
.body-application .screen span{
	display:inline-block;
	line-height:30px;
	font-weight:bold;
    font-size: 20px;
    vertical-align: middle;
	color:#1D2345;
	margin-left:18px
}

.body-application .section2 .list-lt{
	width:18%;
	margin-right:2%;
	opacity:0;
	visibility:hidden;
	margin-left:-20%;
	transition: all 0.3s ease;
}
.body-application .section2 .on .list-lt{
	left:0;
	opacity:1;
	margin-left:0;
	visibility:visible;
}
.body-application .section2 .list-lt dl{
	padding-bottom:20px;
	border-bottom:1px solid #ccc;
	margin-bottom:30px;
}
.body-application .section2 .list-lt dt{
	position:relative;
	font-weight:bold;
	font-size:16px;
	color:#1D213B;
	margin-bottom:15px;
	cursor:pointer;
}
.body-application .section2 .list-lt dt svg{
	position:absolute;
	right:0;
	top:8px;
	transform:rotate(180deg);
	transition: all 0.3s ease;
}
.body-application .section2 .list-lt dt.open svg{
	transform:rotate(0deg);
}
.body-application .section2 .list-lt dd a{
	display:block;
	padding:3px 0;
	margin-bottom:5px;
}
.body-application .section2 .list-lt dd .radio{
	display:inline-block;
	border:2px solid #ccc;
	width:18px;
	height:18px;
	border-radius:50%;
	margin-right:5px;
	vertical-align: middle;
	box-sizing:border-box;
	position:relative;
}
.body-application .section2 .list-lt dd .on .radio:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
	transform:translate(-50%,-50%);
    width: 10px;
    height: 10px;
    background:#FFD500;
	border-radius:50%;
	box-sizing:border-box;
}
.body-application .section2 .list-lt dd .on .radio{
    border-color:#FFD500;
}
.body-application .section2 .list-rt{
	width:100%;
	transition: all 0.3s ease;
}
.body-application .section2 .on .list-rt{
	width:calc(100% - 20%);
	box-sizing:border-box;
}

.body-application .section2 .application li{
	width:20%;
	margin-bottom:30px;
}
.body-application .section2 .on .application li{
	width:25%;
}
.body-application .section .application li .con{
	overflow:visible;
}
.body-application .section2 .application li .pic{
	border-radius:6px;
	overflow:hidden;
}
.body-application .section2 .application li .text{
	transition: all 0.3s ease;
	position:relative;
	padding:0;
}
.body-application .section2 .application li .posa{
	border-radius:0 0 6px 6px;
	padding:12px;
	box-sizing:border-box
}
.body-application .section2 .application li .name{
	padding-top:0;
}
.body-application .section2 .application li .describe{
	display:none;
}
.body-application .section2 .application li .con:hover{
	transform:scale(1.2);
	z-index: 11;
}
.body-application .section2 .application li .con:hover .pic{
	border-radius:6px 6px 0 0;
}
.body-application .section2 .application li .con:hover .posa{
	position:absolute;
	background:#fff;
	left:0;
	top:-1px;
	z-index:10;
}

.body-application .nodata{
	text-align:center;
	padding:50px 0 100px;
}
.body-application .nodata .svg{
	padding-bottom:70px;
}
.body-application .nodata h3{
	font-size:24px;
	padding-bottom:20px;
}
.body-application .nodata p{
	color:#666666;
	padding-bottom:60px;
}

/*关于我们*/
.body-aboutus .section1 .introduce{
	width:60%;
	padding-right:10%;
	box-sizing:border-box;
}
.body-aboutus .section1 h3{
	font-size:30px;
	line-height:40px;
	padding-bottom:40px;
}
.body-aboutus .section1 .introduce .describe{
	line-height:24px;
	font-size:16px;
	padding-bottom:60px;
	color:#1D213B;
}
.body-aboutus .section1 .introduce .describe p{
	padding-bottom:5px;
}
.body-aboutus .section1 .introduce .phone{
	color:#1D213B;
	font-weight:bold;
	font-size:25px;
	padding-bottom:30px;
}

.body-aboutus .section1 .introduce dl{
	margin-top:20px;
	display:none;
} 
.body-aboutus .section1 .introduce dt{
    color: #1D213B;
    font-weight: bold;
    font-size: 25px;
    padding-bottom: 10px;
}
.body-aboutus .section1 .introduce dd{
    display: flex;
    align-items: center;
    text-align: center;
}
.body-aboutus .section1 .introduce dd .download_pic{
	text-decoration:underline;
}
.body-aboutus .section1 .img{
	width:40%;
	margin-bottom:20px;
}
.body-aboutus .section2 ul{
	margin:0 -20px;
}
.body-aboutus .section2 ul li{
	width:25%;
	padding:0 20px;
	box-sizing:border-box;
}
.body-aboutus .section2 ul li .content{
	background:#FFD500;
	color:#1D213B;
}
.body-aboutus .section2 ul li .content p{
	font-size:20px;
	padding-bottom:20px;
}
.body-aboutus .section2 ul li .data{
	font-size:50px;
	font-weight:bold;
}

.body-aboutus .section3 .title{
	text-align:center;
}
.body-aboutus .section3 .title h3{
	font-size:50px;
	padding-bottom:60px;
}
.body-aboutus .section3 ul li{
	width:33.3333%;
	position:relative;
}
.body-aboutus .section3 ul li .text{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(29,33,59,0.3);
	transition: all 0.3s ease;
}
.body-aboutus .section3 ul li .con{
	position:absolute;
	left:0;
	bottom:0;
	width:calc(100% - 100px);
	margin:50px;
	color:#fff;
	overflow:hidden;
	box-sizing:border-box;
}
.body-aboutus .section3 ul li .text:before {
    content: '';
    position: absolute;
    left: 50px;
    top: 50%;
    width: 40px;
    height: 10px;
    background:#1D213B;
	transition: all 0.3s ease;
	box-sizing:border-box;
	opacity:0;
	visibility:hidden;
}
.body-aboutus .section3 ul li .numbered{
	padding-bottom:30px;
	transition: all 0.3s ease;
}
.body-aboutus .section3 ul li .tit{
	font-size:26px;
	font-weight:bold;
}
.body-aboutus .section3 ul li .describe{
	font-size:16px;
	padding-top:20px;
	transition: all 0.3s ease;
	position:relative;
}
.body-aboutus .section3 ul li .describe .posa{
	height: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
}
.body-aboutus .section3 ul li .text:hover{
	background:rgba(255,213,0,0.8);
}
.body-aboutus .section3 ul li .text:hover:before{
	top:50px;
	opacity:1;
	visibility:visible;
}
.body-aboutus .section3 ul li .text:hover .con{
	color:#1D213B;
}
.body-aboutus .section3 ul li .text:hover .numbered{
	opacity:0;
}
.body-aboutus .section3 ul li .text:hover .describe .posa{
	height: auto;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/*公司动态*/
#body-box.body-dynamic .banner-top{
	margin-bottom:0;
}
.body-dynamic .title{
	padding-bottom:30px;
}
.body-dynamic .title h3{
	font-size:30px;
}



.body-dynamic #news-list{
	margin-top: 40px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
	justify-content: space-between;
}
.body-dynamic #news-list li{
	width: calc(50% - 90px);
    margin-bottom: 40px;
    
}
.body-dynamic #news-list li a{
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    
    border-radius: 8px;
    box-sizing: border-box;
	transition:all 0.3s;
}
.body-dynamic #news-list li a:hover{
	background: #fff;
    box-shadow: 0px 0px 20px rgb(29 33 59 / 4%);
	transform:translate(0,-5px);
}
.body-dynamic #news-list li .date-box{
    width: 110px;
    height: 110px;
    background: #1D213B;
    border-radius: 4px;
    color: #fff;
}
.body-dynamic #news-list li .date-wapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.body-dynamic #news-list li .date-wapper span{
    display: block;
    font-size: 46px;
    font-weight: bold;
	line-height:1;
	margin-bottom:5px;
}
.body-dynamic #news-list li .newslist-con{
    width: calc(100% - 125px);
}
.body-dynamic #news-list li .newslist-name{
    display: block;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}
.body-dynamic #news-list li .newslist-descript{
    font-size: 16px;
    line-height: 26px;
	height:52px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
} 



/*产品优势*/
#body-box.body-advantages .banner-top{
	margin-bottom:370px;
}
.body-advantages .banner-video{
	margin-bottom:-370px;
}
.body-advantages .banner-video ul li{
	width:50%;
	position:relative;
}
.body-advantages .banner-video ul li video{
	width:100%;
}
.body-advantages .banner-video ul li .text{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(29,33,59,0.3);
	transition: all 0.3s ease;
}
.body-advantages .banner-video ul li .con{
	position:absolute;
	left:0;
	bottom:0;
	width:calc(100% - 100px);
	margin:50px;
	color:#fff;
	overflow:hidden;
	box-sizing:border-box;
}
.body-advantages .banner-video ul li .text:before {
    content: '';
    position: absolute;
    left: 50px;
    top: 50%;
    width: 40px;
    height: 10px;
    background:#1D213B;
	transition: all 0.3s ease;
	box-sizing:border-box;
	opacity:0;
	visibility:hidden;
}
.body-advantages .banner-video ul li .numbered{
	padding-bottom:30px;
	transition: all 0.3s ease;
}
.body-advantages .banner-video ul li .tit{
	font-size:26px;
	font-weight:bold;
}
.body-advantages .banner-video ul li .describe{
	font-size:16px;
	margin-top:20px;
	overflow:hidden
}
.body-advantages .banner-video ul li .describe .posa{
	transition: all 0.3s ease;
	height:0;
	opacity:0;
	visibility:hidden;
	transform:translateY(-100%);
}
.body-advantages .banner-video ul li .text:hover{
	background:rgba(255,213,0,0.8);
}
.body-advantages .banner-video ul li .text:hover:before{
	top:50px;
	opacity:1;
	visibility:visible;
}
.body-advantages .banner-video ul li .text:hover .con{
	color:#1D213B;
}
.body-advantages .banner-video ul li .text:hover .numbered{
	opacity:0;
}
.body-advantages .banner-video ul li .text:hover .describe  .posa{
	height:auto;
	opacity:1;
	visibility:visible;
	transform:translateY(0);
}

.body-advantages .title{
	padding-bottom:50px;
	text-align:center;
}
.body-advantages .title h3{
	font-size:30px;
	padding-bottom:20px;
}
.body-advantages .section1 .center{
	padding:80px;
	background:#fff;
	border-radius:8px
}
.body-advantages .section1 .function li{
	width:25%;
	padding:10px 0;
	font-weight:bold;
	color:#1D213B;
}
.body-advantages .section1 .function li svg {
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}

.body-advantages .section2 .swiper-channel{
	width:70%;
}
.body-advantages .section2 .rttitle{
	width:30%;
}
.body-advantages .section2 .swiper-title{
	width:50%;
	padding-left:25px;
	box-sizing:border-box;
}
.body-advantages .section2 .swiper-title ul{
	display:block;
}
.body-advantages .section2 .swiper-title li{
	margin-bottom:25px;
	font-size:24px;
	cursor:pointer;
}
.body-advantages .section2 .swiper-title li:last-child{
	margin-bottom:0;
}
.body-advantages .section2 .swiper-title li.swiper-slide-thumb-active{
	color:#1D213B;
	font-weight:bold;
}
.body-advantages .section2 .progressbar{
	height:100%;
	width:5px;
	border-radius:10px;
	position:absolute;
	left:0;
	top:0;
	background:#fff;
}
.body-advantages .section2 .progressbar span{
	border-radius:10px;
	background:#1D213B;
	width:5px;
	height:30px;
	display:block;
	transition: all 0.3s ease;
}

.body-advantages .section3 .txt-list{
	width:45%;
}
.body-advantages .section3 .img{
	width:50%;
}

.body-advantages .section3 .txt-list .list{
	padding:5% 10%;
	background:#fff;
	margin-top:30px;
	border-radius:8px;
}
.body-advantages .section3 .txt-list .list:last-child{
	margin-bottom:0;
}
.body-advantages .section3 .list h5{
	font-size:26px;
	transition: all 0.3s ease;
}
.body-advantages .section3 .list .describe{
	overflow: hidden;
}
.body-advantages .section3 .list .describe p{
    transition: all 0.3s ease;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
}
.body-advantages .section3 .txt-list .list.on h5{
	margin-bottom:20px;
}
.body-advantages .section3 .txt-list .list.on p{
	opacity:1;
	visibility:visible;
	height:auto;
	transform: translateY(0);
}

/*联系我们*/
.body-contactus .contactus-box{
	padding: 0 0 80px;
    text-align: center;
    font-size: 0;
}
.body-contactus .contactus-item{
    display: inline-block;
    max-width: 355px;
    min-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;
}
.body-contactus .contactus-item dl{
	margin-bottom: 35px;
}
.body-contactus .contactus-item dt{
	font-size: 24px;
    margin-bottom: 15px;
    font-weight: bold;
}
.body-contactus .contactus-item dd{}
.body-contactus .contactus-item dd p{
	color: #FFD500;
    font-size: 30px;
    font-weight: bold;
}
.body-contactus .contactus-item dd span{
	display: block;
    color: #666;
}
.body-contactus .contactus-item dd .btn{
	width: 135px;
    height: 42px;
    border: 1px solid #FFD500;
    display: block;
    line-height: 40px;
    text-align: center;
    box-sizing: border-box;
    color: #FFD500;
    font-size: 16px;
    margin: 15px 0 25px;
}
.body-contactus .contactus-item dd h3{
	margin-bottom: 15px;
    font-size: 18px;
}
.body-contactus .contactus-item dd h3 .link{
	color: #FFD500;
    text-decoration: underline;
}
.body-contactus .company-add{
	padding: 0 0 100px;
}
.body-contactus .company-add ul{
	font-size: 0;
    text-align: center;
}
.body-contactus .company-add li{
	display: inline-block;
    width: 300px;
	vertical-align:top;
	border-radius:6px;
	overflow:hidden;
}
.body-contactus .company-add li .company-add-content{
	font-size: 14px;
    background: #FFD500;
    box-sizing: border-box;
    color: #666;
    padding: 20px 30px;
    text-align: left;
}
.body-contactus .company-add li .company-add-content h3{
	font-weight: normal;
    font-size: 24px;
    margin-bottom: 20px;
}
.body-contactus .company-add li .company-add-content p{
	height:36px;
	line-height:18px;
}
.body-contactus .company-add li .company-add-img{}
.body-contactus .company-add li .company-add-img img{
	max-width: 100%;
}

/*投诉反馈*/
input, textarea, select, a:focus {
    outline: none;
}
span.red {
    color: #F00;
}
.add-contact-box {
    width: 98%;
    margin: 0 auto;
    text-align: left;
}
.add-contact-box h2 {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    color: #000;
    margin-bottom: 30px;
}
.add-contact-box .tips {
    padding: 20px;
    background: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
}
.add-contact-box form>div {
    padding-bottom: 10px;
}
.add-contact-box form .tit {
    margin-bottom: 5px;
}
.add-contact-box form .input-box {
    height: 52px;
    border: 1px solid #7a7a7a;
    box-sizing: border-box;
    width: 100%;
    display: block;
    border-radius: 4px;
    position: relative;
    padding: 4px;
}
.add-contact-box form .select-box {
    position: relative;
    cursor: pointer;
}
.add-contact-box form .select-box .text {
    padding-right: 40px;
}
.add-contact-box form .select-box .text span{
	display:inline-block;
	line-height:40px;
}
.add-contact-box form .select-box .text svg{
	position:absolute;
	right:15px;
	top:18px;
	fill:#000;
}
.add-contact-box form .select-box{
	position:relative;
	cursor:pointer;
}
.add-contact-box form .select-box .select-down{
    width: 100%;
    border: 1px solid #7a7a7a;
    border-top: none;
    position: absolute;
    left: 0;
    top: 52px;
    display: none;
    overflow: auto;
    overflow-x: hidden;
    z-index: 9999;
	max-height:160px;
	box-sizing:border-box;
}
.add-contact-box form .select-box .select-down li{
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #D4D4D4;
    color: #606060;
    text-align: left;
	
}
.add-contact-box form .notes .input-box{
	height:200px;
}

.add-contact-box form .register-code{
	overflow:hidden;
}
.add-contact-box form .register-code .input-box{
	width:60%;
	float:left;
}
.add-contact-box form .register-code .code{
	border:2px solid #99eaff;
	height:52px;
	box-sizing:border-box;
	margin-left:2%;
	width:38%;
	float:left;
	padding:5px;
	border-radius:5px;
}
.add-contact-box form .submit-btn{
	background:#3c3c3c;
	color:#fff;
	display:block;
	line-height:50px;
	border-radius:5px;
	border:none;
	width:100%;
	cursor: pointer;
}

.popupcontent{
	display: none;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.3);
	z-index:919000;
}

.popupcontent .content{
	background-color: #fff;
    z-index: 11;
    width: 35%;
    position:fixed;
    top:50%;
    left:50%;
    border: 1px solid #ccc;
    text-align: center;
    overflow:hidden;
	transform:translate(-50%,-50%);
	border-radius:8px;
}
.popupcontent .content-scroll{
	overflow:auto;
	max-height:400px;
}
.popupcontent .content-scroll::-webkit-scrollbar {
 width: 5px;
}
.popupcontent .content-scroll::-webkit-scrollbar-track {
 background-color:#999;
 -webkit-border-radius: 2em;
 -moz-border-radius: 2em;
 border-radius:2em;
}
.popupcontent .content-scroll::-webkit-scrollbar-thumb {
 background-color:#666;
 -webkit-border-radius: 2em;
 -moz-border-radius: 2em;
 border-radius:2em;
}


.popupcontent .content h5{
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #000;
    margin-top: 30px;
}

.popupcontent .content .popup_content{
	padding:20px;
	border-radius:5px;
	margin-bottom:20px;
	margin-top: 10px;
}

.popupcontent .popup_submit {
	text-decoration:none;
	text-align: center;
    background: #3c3c3c;
    color: #fff;
    display: inline-block;
    line-height: 50px;
    border-radius: 5px;
    border: none;
    width: 60%;
    margin-bottom: 30px;
}









/*翻页*/
.page-box{
	padding:40px 0;
	text-align:center;
}
.page-box .pages .lt,
.page-box .pages .rt,
.page-box .pages .number li{
	width:40px;
	height:40px;
	border:1px solid #ccc;
	border-radius:4px;
	color:#666;
	line-height:38px;
	text-align:center;
	margin:0 2px 8px;
	display:inline-block;
	vertical-align:top;
	background:#fff;
	cursor:pointer;
	box-sizing:border-box;
}
.page-box .pages .lt,
.page-box .pages .rt{
	padding:16px 15px;
}
.page-box .pages .lt svg{
	transform:rotate(-90deg);
	fill:#666;
}
.page-box .pages .rt svg{
	transform:rotate(90deg);
	fill:#666;
}
.page-box .pages .number{
	display:inline-block;
}
.page-box .pages .Jump{
	line-height:40px;
	margin-left:20px;
}
.page-box .pages .Jump .total,
.page-box .pages .Jump input{
	display:inline-block;
	border:1px solid #ccc;
	border-radius:4px;
	height:40px;
	padding:5px 12px;
	line-height:28px;
	background:#fff;
	max-width:80px;
	margin:0 5px;
    text-align: center;
	box-sizing:border-box;
}
.page-box .pages .Jump,
.page-box .pages .Jump .quantity{
	display:inline-block;
	vertical-align:top;
}
.page-box .pages .lt:hover,
.page-box .pages .rt:hover,
.page-box .pages .number li:hover{
	background:#1D2345;
	color:#fff;
}
.page-box .pages .lt:hover svg,
.page-box .pages .rt:hover svg{
	fill:#fff;
}

#toppu a{
	height:48px;
	width:48px;
	display:flex;
	align-items:center;
	justify-content:center;
	overflow:hidden;
	position:relative;
	border-radius:50%;
	background:#FFD500;
	border:2px solid #fff;
	margin-top:10px;
	box-sizing:border-box;
}
#toppu a svg{
	position:relative;
	z-index:10;
	fill: #1D213B;
}

.common-section {
    padding: 100px 0 50px;
	background:#fff;
}
.page-wapper {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}
.common-title {
    text-align: center;
    font-size: 30px;
    color: #1D213B;
    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: #FFD500;
    margin-left: -28px;
    content: '';
}
.common-section .detail {
	line-height:24px;
}
.common-section .detail dl {
    margin-top: 40px;
}
.common-section .detail dt {
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 16px;
	color:#1D213B;
}

#newBridge .nb-invite-skin-0{
	display:none !important;
}

#newBridge .nb-icon-right-center,
#newBridge .icon-right-center{
	right:3% !important;
	left:auto !important;
	bottom: calc(10% + 62px) !important;
	top:auto !important;
	margin:0 !important;
	width: 48px !important;
}

#newBridge .nb-icon-right-center,
#newBridge .nb-icon-skin-0 .nb-icon-inner-wrap{
	height: 48px !important;
    width: 48px !important;
    overflow: hidden;
    position: relative;
    display: block;
    border-radius: 50% !important;
    background: #FFD500 !important;
    border: 2px solid #fff;
    padding: 0 !important;
	margin:0 !important;
    box-sizing: border-box;
}
#newBridge .nb-icon-skin-0 .nb-icon-inner-wrap:before{
    z-index: 5;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background: radial-gradient(circle closest-side,#FFE357,transparent);
    transform: translate(-50%,-50%);
    transition: width .2s ease,height .2s ease;
}
#newBridge .nb-icon-skin-0 .nb-icon-inner-wrap:hover:before{
	width:300px;
	height:300px;
}

#newBridge .nb-icon-wrap-0 .nb-icon-wrap-base,
#newBridge .nb-icon-skin-0 .nb-icon-bridge0{
	background:none !important;
	background-image:url(../images/ins.svg) !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
    height: 42px !important;
    width: 42px !important;
	margin:auto !important;
	position:relative !important;
	left:auto !important;
	top:auto !important;
	z-index:6 !important;
}

.ajax_loading{width:64px;height:64px;background:0 0;border-width:4px;border:4px solid #FFD500;border-bottom-color:transparent;border-radius:100%;-webkit-animation:ball-clip-rotate .75s linear infinite;-moz-animation:ball-clip-rotate .75s linear infinite;-o-animation:ball-clip-rotate .75s linear infinite;animation:ball-clip-rotate .75s linear infinite; position: fixed; z-index: 1000000; left: 50%; margin-left: -32px; top: 50%; margin-top: -64px;}
.ajax_loading,
.ajax_loading:before,.ajax_loading:after {-webkit-animation-play-state:running;-moz-animation-play-state:running;-o-animation-play-state:running;animation-play-state:running;}
@-webkit-keyframes ball-clip-rotate {0% {-webkit-transform:rotate(0deg);transform:rotate(0deg)}
50% {-webkit-transform:rotate(180deg);transform:rotate(180deg)}
100% {-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
@-moz-keyframes ball-clip-rotate {0% {-moz-transform:rotate(0deg);transform:rotate(0deg)}
50% {-moz-transform:rotate(180deg);transform:rotate(180deg)}
100% {-moz-transform:rotate(360deg);transform:rotate(360deg)}
}
@-o-keyframes ball-clip-rotate {0% {-o-transform:rotate(0deg);transform:rotate(0deg)}
50% {-o-transform:rotate(180deg);transform:rotate(180deg)}
100% {-o-transform:rotate(360deg);transform:rotate(360deg)}
}
@keyframes ball-clip-rotate {0% {-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}
50% {-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}
100% {-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}
}
@media screen and (min-width:1200px){
	.body-advantages .section2 .swiper-title li{
		width:100% !important;
	}

}
@media screen and (min-width:1024px){
	.body-index .section3 .application li:hover,
	.body-price .section1 .package li:hover,
	.body-index .section .template li:hover{
		transform:translateY(-15px) !important; 
	}
	.body-index .section .template li:hover .pic,
	.body-index .section3 .application li:hover .con{
		box-shadow: 0px 3px 20px rgba(29, 35, 69, 0.1);
	}
	.body-index .section .swiper-img{
		padding-top:20px;
	}
	.body-index .section1 .swiper-slide:hover {
		transform: translateY(-15px) !important;
	}
	
}

@media screen and (max-width:1660px){
	.wapper{
		max-width:1200px;
	}
	.a-btn a{
		font-size:16px;
		padding:0 20px;
		min-width: 120px;
	}
	.body-index .section1 .cooperate .text-con{
		padding:20px;
	}
	.payment_rotation .section1 .list .text,
	.payment_rotation .section1 .list .img{
		height:350px;
	}
	.body-index .banner .ban-img .posa{
		width: 686px;
	}
}
@media screen and (max-width:1440px){
	.body-index .banner .ban-img .posa{
		width: 57.2%;
	}
	.wapper{
		padding:0 30px;
		box-sizing:border-box;
	}
	#header-box .header{
		padding:20px 0;
	}
	.a-btn a{
		padding:0 15px;
		min-width: 100px;
	}
	.body-index .section1 .cooperate .text h5{
		font-size:18px;
	}
	.body-index .section1 .cooperate .text .describe{
		font-size:13px;
	}
	.payment_rotation .section1 .list .text,
	.payment_rotation .section1 .list .img{
		height:320px;
	}
	
}
@media screen and (max-width:1366px){	
	.a-btn a{
		font-size:14px;
		padding:0 15px;
	}
	.wapper {
		max-width: 1024px;
	}
	.body-index .banner{
		background-size:100%;
		background-position:bottom;
	}
	.body-index .banner .ban-txt{
		background:#1D213B;
		background-image:url(../images/banner_bg1.svg);
		background-size: 100%;
	}
	.body-index .plan-wapper.posFixed .fixed-menu{
		left:0 !important;
	}
	.body-index .section .template li{
		width:33.3333%;
	}
	.body-index .section1 .swiper-video{
		padding-bottom:80px;
	}
	.body-index .section3 .application li{
		width:25%;
	}
	.payment_rotation .section1 .list .text,
	.payment_rotation .section1 .list .img{
		height:300px;
	}
}
@media screen and (max-width:1200px){	
	.body-index .section1 .cooperate .video{
		max-width:100%;
		background:#fff !important;
		border-radius:6px 6px 0 0;
	}
	.body-index .section1 .cooperate .video img{
		display:block;
	}
	.body-index .section1 .cooperate .text{
		width:100%;
	}
	.body-index .section1 .cooperate .text-con{
		padding:20px;
	}
}


@media screen and (max-width:1024px){
	.page-wapper{
		padding:0 20px;
		box-sizing:border-box;
		max-width:100%;
	}
	#header-box .wapper{
		max-width:100%;
		padding:0 30px;
	}
	.wapper {
		max-width: 80%;
		padding:0;
	}
	.body-index .banner .ban-img .img:before{
		height:100px;
		width:100px;
	}
	.body-index .fixed-menu{
		top:110px;
	    transform: translateY(0);
	}
	
	.body-index .section3 .application li,
	.body-index .section4 .btm-info li{
		width:33.3333%;
	}
	.body-index .section5 li .text .con{
		width:100%;
	}
	.body-index .section5 li:nth-child(odd) .text .con{
		padding-right:5%;
	}
	.body-index .section5 li:nth-child(even) .text .con{
		padding-left:5%;
	}

	
	
	.body-advantages .section1 .center{
		padding:50px;
	}
	.body-advantages .section1 .function li{
		width:33.3333%;
	}
	.body-advantages .section2 .center{
		flex-flow: column-reverse;
	}
	.body-advantages .section2 .swiper-channel,
	.body-advantages .section2 .rttitle,
	.body-advantages .section2 .swiper-title{
		width:100%;
	}
	.body-advantages .section2 .swiper-title{
		padding-left:0;
	}
	.body-advantages .section2 .swiper-title ul{
    	display: flex;
		margin-top: 10px;
	}
	.body-advantages .section2 .swiper-title ul li{
		text-align:center;
	}
	.body-advantages .section2 .progressbar{
		width:100%;
		height:5px;
	}
	.body-advantages .section2 .progressbar span{
		width: 30px;
    	height: 5px;
	}
	.body-advantages .section3 .list h5{
		font-size:20px;
	}
	.body-price .section1 .package li{
		width:50%;
	}
	.body-price .section .title{
		font-size:30px;
	}
	
	.body-template .template li .view-btn a{
		width: 140px;
		margin-top:15px;
	}
	
	.body-application .section1 .application li{
		width:50%;
	}
	.body-application .section2 .application li{
	    width: 33.3333%;
	}
	.payment_rotation .section1 .list .text,
	.payment_rotation .section1 .list .img{
		height:200px;
	}
	.payment_rotation .section1 .list .text h5{
		font-size:20px;
		padding-bottom:10px;
	}
	
	.body-dynamic .section2 .formerly li{
		width:100%;
	}
	.body-index .banner .ban-txt .wapper:before{
		border: 6px solid #FFD500;
	}
	.body-application .section2 .on .application li{
		width:33.3333%;
	}
}

@media screen and (max-width:998px){
	#header-box .header_rt{
		display:none;
	}
}

@media screen and (max-width:768px){
	.mb{
		margin-bottom:50px;
	}
	.mt{
		margin-top:50xp;
	}
	.pb{
		padding-bottom:50px;
	}
	.pt{
		padding-top:50px;
	}
	.wapper{
		max-width:90%;
	}
	#header-box .header{
		display:none;
	}
	#header-box .wap-header{
		display:flex;
	}
	#header-box .logo{
		justify-content: center;
	}
	#bottom-box .bottom-nav{
		padding:60px 0 0;
	}
	#bottom-box .bottom-nav dl{
		width:50%;
		margin-bottom:30px;
	}
	.wapper{
		padding:0 20px;
		box-sizing:border-box;
	}
	.body-index .banner{
		min-height:600px;
	}
	.body-index .banner .ban-txt{
		padding-top:180px;
	}
	.body-index .banner .ban-txt h1{
		font-size:42px;
	}
	.body-index .banner .ban-txt h1:before{
		left:0;
		top:-60px;
	}
	.body-index .banner .ban-txt p{
		font-size:20px;
		padding-bottom:40px;
	}
	.body-index .banner .ban-img .img:before{
		height:60px;
		width:60px;
	}
	.body-index .plan-wapper.posFixed .fixed-menu{
		left:-100% !important;
	}
	.body-index .plan-wapper.posFixed .fixed-menu{
		left:0 !important;
	}
	.body-index .swiper-img .swiper-pagination{
		display:block;
	}
	.body-index .section1{
		margin-bottom:60px;
	}
	.body-index .section1 .swiper-video{
		padding-bottom:60px;
	}
	.body-index .section1 .cooperate .text .describe{
		position:static;
		transform:translateY(0) !important;
		opacity:1;
		visibility:visible;
	}
	.body-index .section .template,
	.body-index .section3 .application{
		margin:0;
		-webkit-flex-flow: initial;
    	flex-flow:initial;
	}
	.body-index .section .template li,
	.body-index .section3 .application li{
		padding:0;
	}
	.body-index .section3 .application li{
		margin-bottom:0;
	}
	.body-index .section3 .application li .describe{
		overflow:visible;
		display:block;
	}
	.body-index .section4 .txt-data,
	.body-index .section4 .map{
		width:100%;
	}
	.body-index .section4 .txt-data{
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		padding-top:30px;
	}
	.body-index .section4 .txt-data .con1,
	.body-index .section4 .txt-data .con2{
		width:50%;
	}
	.body-index .section4 .txt-data .con2{
		padding-top:20px;
		padding-left:5%;
		box-sizing:border-box;
	}
	.body-index .section4 .map{
		margin-left:0;
	}
	
	
	#body-box .banner-top .ad-txt h1{
		font-size:36px;
	}
	#body-box .banner-top .ad-txt .describe{
		font-size:18px;
	}
	.body-advantages .banner-video ul li{
		width:100%;
	}
	.body-advantages .section1 .function li{
		width:50%;
	}
	.body-advantages .section2 .swiper-title li{
		font-size:18px;	
	}
	.body-advantages .section3 .center{
		flex-wrap: wrap-reverse;
	}
	.body-advantages .section3 .txt-list,
	.body-advantages .section3 .img{
		width:100%;
	}
	
	.body-template .banner .ad-txt h3{
		font-size:30px;
	}
	.body-template .banner .ad-txt .describe{
		font-size:15px;
	}
	.body-template .template-box .template li{
		width:33.3333%;
	}
	.body-template .template-box .on .template li{
		width:50%;
	}
	.body-application .section1 .swiper-application{
		overflow:hidden;
	}
	.body-application .section1 .application li .pic,
	.body-application .section1 .application li .text{
		width:100%;
	}
	.body-application .section1 .application li .pic{
		margin:0 0 20px;
	}
	.body-application .section2 .application li{
		width:50%;
	}
	.body-application .section2 .application li .con .posa{
		background:#fff;
	}
	.body-application .section2 .application li .con:hover .posa{
		position:static;
	}
	
	.payment_rotation .section1 .content{
		margin:0 -30px;
	}
	.payment_rotation .section1 .list .text,
	.payment_rotation .section1 .list .img{
	    padding: 15px 30px;
	}
	.payment_rotation .section1 .list .section1-tit{
		font-size:24px;
	}
	.body-aboutus .section1 .row{
		flex-direction: column-reverse;
	}
	.body-aboutus .section1 .img,
	.body-aboutus .section1 .introduce{
		width:100%;
		padding:0;
	}
	.body-aboutus .section2 ul li{
		width:50%;
		margin-bottom:40px;
	}
	.body-aboutus .section3 ul li{
		width:100%;
		background-repeat:no-repeat;
		background-position:center;
		background-size:100%;
	}
	.body-aboutus .section3 ul li.list1{
		background-image:url(../images/about_us/section3_1.png);
	}
	.body-aboutus .section3 ul li.list2{
		background-image:url(../images/about_us/section3_2.png);
	}
	.body-aboutus .section3 ul li.list3{
		background-image:url(../images/about_us/section3_3.png);
	}
	.body-aboutus .section3 ul li .img{
		display:none;	
	}
	.body-aboutus .section3 ul li .text,
	.body-aboutus .section3 ul li .con{
		position: static;
	}
	.body-aboutus .section3 ul li .con{
	    width: 100%;
    	padding: 50px;
		margin:0;
	}
	
	.body-dynamic .section1 li{
		width:50%;
		margin-bottom:30px;
	}
	.body-index .section6 li .describe span,
	.body-dynamic .section1 li .describe span,
	.body-dynamic .section2 li .describe span{
		position:static;
		display:block;
	}
	.body-price{
		padding-top:60px;
	}
	.body-price .section1 .package li{
		padding:0 20px;
	}
	.body-price .section2 .ul-list li > div{
		width:50%;
	}
	
	.payment_rotation .banner .ad-txt h3{
		font-size:30px;
	}
	.payment_rotation .banner .ad-txt .describe{
		font-size:15px;
	}
	.body-application .section2 .list-lt{
		width:23%;
		margin-left: -25%;
	}
	.body-application .section2 .on .list-rt{
		width: calc(100% - 25%);
	}
	.body-application .section2 .on .application li{
		width:50%;
	}
	.body-contactus .contactus-item{
		margin:0 10px;
		max-width:300px;
		padding:20px;
	}
	.body-index .banner .ban-img .play-icon{
		display:flex;
		height:120px;
	}
	.body-index .banner .ban-img .posa video{
		display:none;
	}
	
	.body-index .banner .pop_video_on{
		display:flex;
	}
	.body-index .banner .pop_video video{
		max-width: 90%;
		object-fit: fill;
		object-position: center;
	}
	.body-index .banner .pop_video .video_close{
		position: absolute;
		right: 5%;
		top: 24px;
	}
	.body-index .banner .pop_video .video_close svg{
		fill: #fff;
		width: 30px;
		height: 30px;
	}
	.section_form .section_form_wrapper h3{
	    font-size: 34px;
	}
	.section_form .section_form_wrapper p{
	    font-size: 18px;
	}

}
@media screen and (max-width:767px){
	.wapper {
		padding: 0 20px;
		max-width:100%;
	}
	.body-index .plan-wapper .fixed-menu{
		display:none;
	}
	.body-index .section1{
		padding: 0 15px;
		max-width:100%;
	}
	.body-index .section1 .swiper-container{
		padding-left:0 !important;
		padding-right:0 !important;
	}
	
	.body-price .section .title{
		padding-bottom:30px;
	}
	.body-template .template-box .template li{
		width:50%;
	}
	.body-template .template-box .on .template li{
		width:100%;
	}
	.payment_rotation .banner .ad-txt,
	.payment_rotation .banner .ad-img{
		width:100%;
		text-align:center;
	}
	.body-aboutus .section3 .title h3{
		font-size:40px;
	}
	.body-aboutus .section1 .content{
	    flex-wrap: wrap-reverse;
	}
	.body-aboutus .section1 .introduce,
	.body-aboutus .section1 .img{
		width:100%;
		padding:0;
	}
	.body-index .banner .ban-txt .wapper:before{
		left:1%;
		border: 3px solid #FFD500;
		height:40px;
		width:40px;
		opacity: 0.8;
	}
	.body-index .banner .ban-img .svg-icon svg{
		height:50px;
		width:70px;
	}
	#newBridge .nb-icon-right-center{
		bottom: calc(10% + 32px) !important;
	}
	.body-index .banner .ban-img .play-icon svg{
		width:60px;
		height:60px;
	}
	.body-aboutus .section1 .introduce dd{
		flex-direction: column;
    	justify-content: center;
	}
	.body-aboutus .section1 .introduce dd .items{
		margin-bottom:30px;
	}
	.section_form .section_form_wrapper h3{
	    font-size: 30px;
	}
	.section_form .section_form_wrapper p{
	    font-size: 14px;
	}
	#header-box .wap-header .joined a.experience-1{
		height: 38px;
    	margin: 0 0 10px;
    	border-color: #1D213B;
    	color: #1D213B;
	}
}
@media screen and (max-width:600px){
	.body-index .section5 li .text, 
	.body-index .section5 li .img{
		width:100%;
	}
	.body-index .section5 li:nth-child(even) .text .con{
		padding:0;
	}
	.body-index .section5 ul li{
		margin-bottom:30px;
	}
	.body-index .section5 ul li:nth-child(even){
	    flex-flow: column-reverse;
	}
	.body-price .section1 .package li{
		padding:0 10px;
	}
	.payment_rotation .section1 .content{
		margin:0;
	}
	.payment_rotation .section1 .cooperate{
		width:100%;
	}
	.payment_rotation .section1 .list .section1-tit:before{
		right:auto;
		left:50%;
		top:auto;
		bottom:-39px;
		transform:translate(-50%,0);
		border-top: 25px solid #1d213b;
		border-left: 18px solid transparent;
		border-right: 18px solid transparent;
	}
	
	.payment_rotation .section1 .list .text,
	.payment_rotation .section1 .list .img{
		height:auto;
		padding:15px 0;
	}
	.payment_rotation .section1 .list .before:before,
	.payment_rotation .section1 .list .before:after{
		display:none;
	}
	
	.body-dynamic .section2 li .pic,
	.body-dynamic .section2 li .text{
		width:100%;
		padding:0;
	}
	.body-dynamic .section2 li .pic{
		text-align:center;
		padding-bottom:20px;
	}
	.body-contactus .contactus-item{
		margin:0 0 20px;
		padding:25px;
	}
	
}
@media screen and (max-width:480px){
	
	
	.a-btn a,
	#header-box .header_rt .login a{
		line-height: 38px;
	}
	#header-box .logo{
		display: flex;
		align-items: center;
	}
	#header-box .logo img{
		max-width:100%;
	}
	
	.body-index .banner{
		min-height:500px;
	}
	#body-box .banner-top .ad-txt h1{
		font-size:32px;
	}
	.body-index .banner .ban-txt h1{
		font-size:32px;
		padding-bottom:20px;
	}
	
	.body-index .section .template li,
	.body-index .section3 .application li,
	.body-index .section4 .txt-data .con1,
	.body-index .section4 .txt-data .con2,
	.body-index .section5 li .text,
	.body-index .section5 li .img{
		width:100%;
		padding:0;
	}
	.body-index .section1 .cooperate .text h5{
		font-size:15px;
	}
	.body-index .section4 .content > div{
		flex-flow: wrap-reverse;
	}
	.body-index .section4 .txt-data .con1 li{
		padding:30px;
	}
	.body-index .section4 .txt-data .con2{
		padding:20px 30px 0;
	}
	.body-index .section4 .btm-info li{
		width:50%;
	}
	.body-index .section5 ul li{
		margin-bottom:30px;
	}
	.body-index .section5 ul li:nth-child(even){
	    flex-flow: column-reverse;
	}
	
	#bottom-box .bottom-nav dl{
		margin-bottom:0;
	}
	#bottom-box .bottom-nav dl dt span{
		display:block;
	}
	#bottom-box .bottom-nav dl dd{
		display:none;
		padding-bottom:25px;
	}
	#bottom-box .bottom-nav dl,
	#bottom-box .copyright,
	#bottom-box .footr-link{
		width:100%;
	}
	#bottom-box .copyright-box{
		padding:15px 0;
	}
	#bottom-box .copyright{
		padding-bottom:15px;
	}
	#bottom-box .footr-link{
		text-align:center;
	}
	
	#body-box.body-advantages .banner-top{
		margin-bottom:220px;
	}
	.body-advantages .banner-video{
		margin-bottom:-220px;
	}
	.body-advantages .title h3{
		font-size:28px;
	}
	.body-advantages .banner-video ul li .con{
		width: calc(100% - 60px);
		margin: 30px;
	}
	.body-aboutus .section3 ul li .text:before,
	.body-advantages .banner-video ul li .text:hover:before{
		left:30px;
	}
	.body-advantages .banner-video ul li .tit{
		font-size:20px;
	}
	.body-advantages .banner-video ul li .describe{
		margin-bottom:0;
		font-size:14px;
	}
	.body-advantages .section1 .center{
		padding:40px 50px;
	}
	.body-advantages .section1 .function li{
		width:100%;
	}
	.body-price .section1 .package{
		margin:0;
	}
	.body-price .section1 .package li{
		width:100%;
		padding:0;
	}
	
	.body-template .banner .ad-txt,
	.body-template .banner .ad-img{
		width:100%;
	}

	.body-template .template-box .list-lt{
		position:absolute;
		top:-20px;
		left:-20px;
		right:-20px;
		margin:0;
		padding:20px;
		width:auto;
		background:#f1f1f1;
		z-index:999;
	}
	.body-template .template-box .on .list-lt{
		left:-20px;
	}
	.body-template .template-box .on .list-rt,
	.body-template .template-box .template li{
		width:100%;
	}
	
	.body-application .section2 .list-lt{
		position:absolute;
		top:-20px;
		left:-20px;
		right:-20px;
		margin:0;
		padding:20px;
		width:auto;
		background:#f1f1f1;
		z-index:999;
	}
	.body-application .section2 .on .list-lt{
		left:-20px;
	}
	.body-application .section2 .on .list-rt{
		width: 100%;
	}
	.body-application .section2 .on .application li{
		width:100%;
	}

	.search-box .search-form input{
		padding: 15px 10px 15px 40px;
    	width: 70%;
	}
	.search-box .search-form button{
	    padding: 14px 9px 14px 0;
	}
	.search-box .select_box{
		width:30%;
	}
	.section_form1 .form-box input{
	    width: calc(100% - 120px);	
	}
	.section_form1 .form-box button{
		min-width:120px;
	}
	.body-application .section1 .application li,
	.body-application .section2 .application li{
		width:100%;
		margin-bottom:30px;
	}
	.body-application .section .application li .con:hover{
		transform: scale(1);
	}
	.body-application .section .application li .con .describe{
	    display: -webkit-box;
		display:block;
		margin-bottom:12px;
	}
	.body-application .section2 .application li .text{
		height:auto;
	}
	
	.body-aboutus .section3 .title h3{
		font-size:30px;
	}
	.body-aboutus .section2 ul li{
		width:100%;
	}
	.body-aboutus .section3 ul li .con{
		padding:40px 20px;
	}
	
	.body-dynamic .section1 li{
		width:100%;
	}
	#body-box .banner-top{
		margin-bottom:60px;
	}

}


.body-index .section6 ul{
	margin-top: 40px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
	justify-content: space-between;
}
.body-index .section6 ul li{
	width: calc(50% - 90px);
    margin-bottom: 40px;
    
}
.body-index .section6 ul li a{
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    
    border-radius: 8px;
    box-sizing: border-box;
	transition:all 0.3s;
}
.body-index .section6 ul li a:hover{
	background: #fff;
    box-shadow: 0px 0px 20px rgb(29 33 59 / 4%);
	transform:translate(0,-5px);
}
.body-index .section6 ul li .date-box{
    width: 110px;
    height: 110px;
    background: #1D213B;
    border-radius: 4px;
    color: #fff;
}
.body-index .section6 ul li .date-wapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.body-index .section6 ul li .date-wapper span{
    display: block;
    font-size: 46px;
    font-weight: bold;
	line-height:1;
	margin-bottom:5px;
}
.body-index .section6 ul li .newslist-con{
    width: calc(100% - 125px);
}
.body-index .section6 ul li .newslist-name{
    display: block;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}
.body-index .section6 ul li .newslist-descript{
    font-size: 16px;
    line-height: 26px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/*page*/
.pager {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	display: flex;
    justify-content: center;
}

.pager a {
	cursor: pointer;
}

.pager a,
.pager span {
	/* 按钮内数字 */
	width: 40px;
	height: 40px;
	background:#fff;
	color: #8a8a8a;
	display: inline-block;
	line-height: 40px;
	float: left;
	font-size: 15px;
	text-decoration: none;
	margin: 0 5px;
	border-radius: 6px;
	box-shadow:0 0 3px rgba(29,33,59,.3);
	transition:all 0.3s ease;
}
.pager a:hover,
.pager span:hover {
	background-color: #1D213B;
	color: #fff;
	position: relative;
	z-index: 1;
}
.pager span.current {
	background-color: #1D213B;
	color: #fff;
	position: relative;
	z-index: 1;
}

.pager .pg-next, 
.pager .pg-prev{
	display:flex;
	align-items:center;
	justify-content:center;
}
.pager .pg-next svg, 
.pager .pg-prev svg{
	width:14px;
	height:14px;
	fill:#1D213B;
}
.pager .pg-next:hover svg, 
.pager .pg-prev:hover svg{
	fill:#fff;
}

.pager .pg-prev[disabled='true'],
.pager .pg-next[disabled='true'] {
	border-color: #eeeeee;
}

.pager span.els {
	border-color: transparent;
}

.pagerHtmlWrap {
	width: 800px;
	margin: 30px auto;
}

.pagerHtmlWrap .cc_cells {
	width: 100%;
	height: 35px;
	padding: 5px 0;
	border-bottom: 1px #cccccc solid;
}

.pagerHtmlWrap .cc_cells a {
	color: #454545;
	font-size: 14px;
	line-height: 35px;
	text-decoration: none;
}

.pagerHtmlWrap .cc_cells a span {
	display: inline-block;
	width: 25%;
	text-align: left;
	margin: 0;
}
@media screen and (max-width:1024px){
	.body-index .section6 #news{
		padding:0;
	}
	.body-dynamic #news-list li,
	.body-index .section6 #news li{
		width:calc(50% - 30px);
	}
}
@media screen and (max-width:768px){
	.body-dynamic #news-list li,
	.body-index .section6 #news li{
		width:100%;
	}
	.body-application .section1 .application li{
		height: auto;
	}
}

@media screen and (max-width:767px){
	.body-dynamic #news-list li,
	.body-index .section6 ul li{
		margin-bottom:30px;
	}
	.body-dynamic #news-list li a,
	.body-index .section6  ul li a{
		    padding: 0;
	}
	.body-dynamic #news-list li .date-box,
	.body-index .section6  ul li .date-box {
		width: 90px;
		height: 90px;
	}
	.body-dynamic #news-list li .date-wapper,
	.body-index .section6  ul li .date-wapper {
		font-size: 14px;
	}
	.body-dynamic #news-list li .date-wapper span,
	.body-index .section6  ul li .date-wapper span {
		font-size: 36px;
	}
	.body-dynamic #news-list li .newslist-con,
	.body-index .section6  ul li .newslist-con {
		width: calc(100% - 105px);
	}
	.body-dynamic #news-list li .newslist-name,
	.body-index .section6  ul li .newslist-name {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.body-dynamic #news-list li .newslist-descript,
	.body-index .section6 ul li .newslist-descript{
		font-size:14px;
	}
	.body-index .section6 .more{
		padding-top:30px;
	}
	
	.pager{
		flex-wrap:wrap;
	}
	.pager a, 
	.pager span{
		margin-bottom:10px;
	}
}




/* 弹窗 */

.popup-box {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	width: 100%;
	height: 100%;
	z-index:1000;
}

.popup-box .popup-mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.2;
}

.popup-box .popup-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding: 15px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.popup-box .popup-content .popup-content-warp {
	max-width: 480px;
	width: 100%;
	background-color: #fff;
	border-radius: 6px;
	padding: 34px;
	box-sizing: border-box;
	transform: scale(0);
	transition: all .35s;
}

.popup-content-warp .popup-content-body {
	margin-top: 18px;
}

.popup-content-warp .popup-content-body p {
	font-size: 14px;
	color: #999;
	line-height: 1.8;
}

.popup-box-show{
	display: block;
}
.popup-box-show  .popup-content .popup-content-warp-show {
	transform: scale(1);
}
@media screen and (max-width:767px) {
	.popup-box .popup-content .popup-content-warp {
		padding: 24px;
	}
}

.menu-drop-down{
	position: relative;
}

.menu-label{
	display: flex !important;
	align-items: center;
	color: #fff !important;
	padding:4px 0;
	margin-left: 24px;
	opacity: 1 !important;

}
.menu-label:hover{
	color: #FFE357 !important;
}

.menu-label span{
	margin:0 6px;
}
.menu-drop-down .icon-down{
	transition: transform .25s;
}
.menu-active .icon-down{
	transform: rotate(180deg);
}

.menu-drop-popup{
	position: absolute;
	left: 12px;
	width: 100%;
	bottom: calc(100% + 10px);
	background-color: #fff;
	border-radius: 6px;
	overflow: hidden;
	display: none;
}
.menu-drop-popup a{
	color:#1D213B !important;
	text-align: center;
	font-size: 14px;
  line-height: 45px;
  height: 45px;
	display: block !important;
	opacity: 1 !important;
}

.menu-drop-popup a:hover{
	background: #FFD500;
}

























 












