@charset "utf-8";
@font-face {
    font-family: "HarmonyOS_Sans_SC_Regular";
    src: url("HarmonyOS_Sans_SC_Regular.ttf")
      format("truetype");
    font-display: swap;
}
* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

ul,li {
	list-style-type: none;
}

dd {
	margin: 0;
	padding: 0;
}

a {
	color: #666;
	text-decoration: none;
}

a:focus {
	outline: none;
}

html,body {
	font-size: 16px;
	background: #fff;
	color: #666;
	line-height:1.5;
	font-family:'HarmonyOS_Sans_SC_Regular', '微软雅黑';
}

table.noborder td {
	border: none;
	padding: 0 3px;
}

input,textarea,select,button {
	outline: none;
	font-family:'HarmonyOS_Sans_SC_Regular', '微软雅黑';
}

a,button,input,optgroup,select,textarea {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.a-btn a {
    display: inline-block;
    background: #ff5268;
	color:#fff;
    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;
}
.cursor{
	cursor:pointer;
}


body {
	-webkit-text-size-adjust: 100%!important;
 /*禁止IOS调整字体大小*/
}

input::-webkit-input-speech-button {
	display: none;
 /*隐藏Android的语音输入按钮*/
}

input[type=button] {
	cursor: pointer;
}
.list-bg{
	background:#f6f7fb;
}


.wapper {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}
.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;
}

.mb40 {
    margin-bottom: 40px;
}



.clearboth {
	width: 100% !important;
	height: 0;
	margin: 0 !important;
	padding: 0 !important;
	clear: both;
}



.clear100 {
	clear: both;
	width: 100% !important;
	height: 100px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}

.fr {
	float: right;
}

.fl {
	float: left;
}
.bg-gray{background:#f9faff;}
.err-tip{
	text-align:center;
	color:#ff5268;
	font-size:12px;
	margin-top:10px;
	font-size:14px;
}

.wrapper {
	width: 1200px;
	margin: 0 auto;
}
.new-wapper{
	width:1200px;
	margin:0 auto;
}
.new-big-title{
	font-weight: normal;
    font-size: 30px;
    color: #333;
	text-align:center;
}
.new-detail{
    font-size: 16px;
    color: #666;
	line-height:24px;
}


/*按钮样式*/
.btn1{
	display:inline-block;
	width: 150px;
    height: 50px;
    line-height: 50px;
    background: #ff5268;
    font-size: 20px;
    border-radius: 5px;
    text-align: center;
    box-sizing: border-box;
    border: 0;
    color: #fff;
	transition:all 0.2s ease-out 0s;
}
.btn1:hover{
	background:#f23e55;
	color: #fff;
}

.btn2{
	display: inline-block;
    width: 150px;
    height: 50px;
    color: #666;
    background: #fff;
    text-align: center;
    line-height: 48px;
    font-size: 20px;
    border-radius: 3px;
    border: 1px solid #fff;
    box-sizing: border-box;
    transition: all 0.2s ease-out 0s;
    margin-top: 45px;
}
.btn2:hover{
	color: #fff;
    background: transparent;
}

/*service*/
.service-list{
	margin:100px auto 0;
}
.service-list h3{
	margin:0 0 50px;
	text-align:center;
}
.service-list ul{
	font-size:0;
}
.service-list li{
	display:inline-block;
	width:calc(25% - 30px);
	margin-right:40px;
	vertical-align:top;
	font-size:14px;
	padding:45px 0;
	box-shadow:0 0 7px rgba(113,115,172,.1);
	text-align:center;
}
.service-list li:nth-child(4){
	margin-right:0;
}
.service-list li svg{
	width:80px;
	height:80px;
}
.service-list li .con{
	padding:0 50px;
	height:120px;
}
.service-list li .con h4{
	font-size:18px;
	color:#333;
	font-weight:normal;
	margin:50px 0 0;
}
.service-list li .con p{
	margin:10px 0 0;
}

/*settled*/
.settled-list{
	margin:80px auto 0;
	height:740px;
	background:url(../images/bg.png) no-repeat scroll center center;
	overflow:hidden;
}
.settled-list h3{
	margin:0 0 80px;
	text-align:center;
}
.settled-list ul{
	font-size:0;
	padding:0 100px;
	box-sizing:border-box;
}
.settled-list li{
	display:inline-block;
	width:calc(33.33333% - 30px);
	margin-right:45px;
	font-size:14px;
	text-align:center;
	vertical-align:top;
}
.settled-list li:nth-child(3){
	margin-right:0;
}
.settled-list li .num{
	font-size:48px;
	color:#ff5268;
	font-weight:bold;
}
.settled-list li p{
	color:#666;
	margin:20px 0 0;
}
.settled-list li .settled-box{
	background:#fff;
	box-shadow:0 4px 70px rgba(113,115,172,.1);
	padding:20px 0;
	margin:100px 0 0;
}
.settled-list li:nth-child(2) .settled-box{
	margin:134px 0 0;
}
.settled-list li .settled-box img{
	max-width:150px;
}
.settled-list li .settled-box span{
	display:block;
	color:#666;
	padding:0 50px;
}


/*底部广告条*/
.bom-bar{
	max-width:1200px;
	width:100%;
	position:relative;
	padding:50px 0;
	margin:50px auto 0;
}
.bom-bar .con{
	position:relative;
}
.bom-bar .con h4{
	font-size:30px;
	font-weight:normal;
	margin:0 0 30px;
}
.bom-bar .con p{
	font-size:20px;
	color:#666;
}
.bom-bar .con .btn{
	position:absolute;
	right:0;
	top:50%;
	transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
}
.bom-bar .con .btn a{
	display: block;
    vertical-align: top;
    margin: 15px 0;
}



/*头部*/
.wrap {
	overflow: hidden;
	width: 100%;
	padding-top:80px;
}

#header {
	height: 80px;
    padding: 0 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: fixed;
	left:0;
	top:0;
    width: 100%;
    box-sizing: border-box;
    z-index: 9999;
}
#header.page-header{
	background:#1D213B;
}
#header.posFixed {
	position:fixed;
	background:#1D213B;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.07);
	animation-duration: 0.8s;
	animation-name: fadeInDown;
	animation-timing-function: ease-in-out;
	z-index: 9999;
}

#header .index-logo {
	width: 240px;
	display: flex;
	align-items: center;
	height: 80px;
}

#header .index-logo a {
	display:block;
	font-size:0;
}

#header .index-logo .icon {
	height: 45px;
	max-width: 100%;
}

#header .header-rt {
	display: flex;
	align-items: center;
}

#header .header-btn {
	color: #fff;
	font-size: 16px;
	display: inline-block;
	height: 44px;
	line-height: 42px;
	border-radius: 3px;
	font-weight: 400;
	width: 120px;
	text-align: center;
	border:1px solid #fff;
	box-sizing:border-box;
	transition:background-color .4s;
}
#header .header-btn2 {
	color: #fff;
	font-size: 16px;
	display: inline-block;
	height: 44px;
	line-height: 42px;
	border-radius: 3px;
	font-weight: 400;
	width: 120px;
	text-align: center;
	border:1px solid #ff5268;
	box-sizing:border-box;
	transition:all .3s;
	background:#ff5268;
	margin-left:15px;
}
#header .old-btn{
    color: #fff;
    font-size: 16px;
    display: inline-block;
    height: 44px;
    line-height: 42px;
    border-radius: 3px;
    font-weight: 400;
    margin-right: 15px;
    white-space: nowrap;
    box-sizing: border-box;
    transition: all .3s;
	opacity: .8;
    
}
#header .old-btn:hover{
	color: #F53041;
    opacity: 1;
}
#header .header-btn2:hover{
	background:#f23e55;
}

#header  .header-btn:hover {
	background: #fff;
	color:#1D213B;
}

#header .mobile-menu {
	display: none;
}

.topcategoriesbg {
	display: none;
}

#header #mobile-nav-box {
	display: none;
}

#header .nav {
	/* height: 44px; */
	font-size:0;
	width:calc(100% - 630px);
}
#header .nav .nav-box{
	display: flex;
	justify-content: center;
}
#header .nav li {
	/* float: left; */
	display:inline-block;vertical-align:middle;position: relative;
}

#header .nav li a {
	display: block;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	padding: 0 18px;
	text-transform: uppercase;
	position: relative;
	transition: all 0.3s ease;
	color: #fff;
	opacity:.8;
	white-space:nowrap;
}
#header .nav li.on > a,
#header .nav li a:hover{
	color:#F53041;
	opacity: 1;
}
#header .nav li.on > a > .icon{
	fill:#F53041;
}
#header .nav li a >span {
	position: relative;
}



#header .nav li > a.active {
	color: #ff5268;
}

#header .nav li > a.active .icon {
	fill: #ff5268;
	transform:rotate(-180deg);
}

#header .nav-sub {
	position: absolute;
	top: 100%;
	left: 0;
	width: 180px;
	z-index: 9;
	background: #fff;
	border-radius: 8px;
	display: none;
	box-shadow: 0 0 10px 0.2px rgba(0,0,0,0.15);
	overflow: hidden;

    /* transform: translate3d(-50%,-10px,0) scaleY(1);
    transition-delay: 0s;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    transition: transform .2s cubic-bezier(.36,.66,.04,1),opacity .2s linear,top .25s step-end; */
}

#header .nav-sub dd a {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size:14px;
	color: #666;
	transition: all 0.3s ease-in-out;
}
#header .nav-sub dd.on a,
#header .nav-sub dd a:hover {
	color: #fff;
	background: #ff5268;
}

#header .nav li > a .icon {
	display: none;
	fill: #d8d8d8;
	width:12px;height:12px;
	vertical-align: middle;
	transition: all 0.3s ease;
}

#header .nav li.nav_list_more > a .icon {
	display: inline-block;
}











.index-banner{
	background:#1D213B;
	position:relative;
	height:1080px;
	position:relative;
	padding:150px 0 ;
	box-sizing:border-box;
}
.index-banner .banner-wrapper{
	max-width:1440px;
	width:100%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	align-items:center;
	height:100%;
	box-sizing:border-box;
}
.index-banner .banner-bg{
	position:absolute;
	right:0;
	top:80px;
}

.index-banner .banner-img,
.index-banner .banner-con{
	position:relative;
	z-index:9;
}

.index-banner .banner-con .banner-title{
	font-size:50px;
	color:#fff;
	font-weight:bold;
}
.index-banner .banner-con .banner-title span{
	color:#f23e55;
}
.index-banner .banner-con .banner-detail{
    border-left: 1px solid #fff;
    padding-left: 20px;
    margin-top: 60px;
    width: 550px;
}
.index-banner .banner-con .banner-detail h4{
    color: #fff;
    font-size: 26px;
}
.index-banner .banner-con .banner-detail p{
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
}
.index-banner .banner-img .banner-img-1{
	width:600px;
}
.index-banner .banner-img .banner-img-2{
    width: 260px;
    position: absolute;
    right: -41px;
    top: 180px;
	transform:translate(0,-100px);
	opacity:0;
	transition:all 1s ease;
}
.index-banner .banner-img .banner-img-3{
    width: 150px;
    position: absolute;
    left: -37px;
    top: 50%;
    margin-top: -24px;
	transform:translate(0,-70px);
	opacity:0;
	transition:all 1s ease;
	transition-delay: .5s;
}
.index-banner .banner-img .banner-img-4{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.index-banner .banner-img .banner-img-2.on,
.index-banner .banner-img .banner-img-3.on{
	opacity:1;
	transform:none;
}
.index-banner .banner-img:after{
    content: '';
    position: absolute;
    right: -40px;
    bottom: 40px;
    width: 80px;
    height: 80px;
    border: 8px solid #F23E55;
    border-radius: 50%;
	z-index:-1;
}	

.index-banner .banner-form{
    margin-top: 90px;
}
.index-banner .banner-form form{
    display: flex;
    flex-direction: column;
    width: 420px;
}
.index-banner .banner-form .tel-txt{
    height: 50px;
    border-radius: 4px;
    border: none;
    text-indent: 15px;
}
.index-banner .banner-form .tel-btn{
    height: 50px;
    border: none;
    background: #ff5268;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    margin-top: 15px;
	cursor:pointer;
	transition:all 0.3s;
}
.index-banner .banner-form .tel-btn:hover{
	background:#f23e55;
}


.index-banner .banner-list{
	position:absolute;
	left:0;
	bottom:0;
	padding:0 80px;
	width:100%;
	background:rgba(255,255,255,.1);
	box-sizing:border-box;
}
.index-banner .banner-list ul{
	display: flex;
    align-items: center;
	height:150px;
}
.index-banner .banner-list li{
	width:25%;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	text-align:center;
	transition:all 0.3s;
}
.index-banner .banner-list li .banner-list-title{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.index-banner .banner-list li .banner-list-detail{
    font-size: 14px;
    color: #fff;
    opacity: .8;
    line-height: 26px;
    margin-top: 15px;
    max-width: 200px;
    height: 52px;
}
.index-banner .banner-list li:hover{
	background:rgba(255,255,255,.1);
}



.index-default .section-2{
	padding: 0 80px;
}




.index-default .section-3{
	padding: 100px 80px;
	background:#F5F6F8;
	position:relative
}
.index-default .section-3 li{
	transition:all 0.3s ease;
}
.index-default .section-3 li:hover{
	transform:translate(0,-20px);
}
.index-default .section-3 li .img{
	position:relative;
	height:480px;
	overflow:hidden;
	border-radius:8px;
	transition:all 0.3s ease;
}
.index-default .section-3 li:hover .img{
	box-shadow: 0px 0px 20px rgba(44, 45, 51, 0.2);
}
.index-default .section-3 li img{
	max-width:100%;
}
.index-default .section-3 li .view-btn{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(44, 45, 51, 0) 0%, rgba(44, 45, 51, 0.6) 100%);
	opacity:0;
	visibility:hidden;
	transition:all 0.3s ease;
	
}
.index-default .section-3 li:hover .view-btn{
	opacity:1;
	visibility:visible;
}
.index-default .section-3 li .btn{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 25px;
    left: 0;
}
.index-default .section-3 li .btn a{
    width: 128px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    display: inline-block;
	transition:all 0.3s ease;
}
.index-default .section-3 li .btn a:hover{
	border:1px solid #ff5268;
	background:#ff5268;
	color:#fff;
}
.index-default .section-3 li .name{
    margin-top: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #1D213B;
    text-align: center;
}
.index-default .section-3 li .describe{
    font-size: 14px;
    color: #666;
    margin-top: 8px;
    text-align: center;
}


.index-default .section-3 .template-button-prev{
	position: absolute;
    right: 130px;
    bottom: -20px;
	width: 42px;
    height: 42px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(180deg);
    box-shadow: 0px 0px 20px rgb(44 45 51 / 10%);
    border-radius: 8px;
	cursor:pointer;
}
.index-default .section-3 .template-button-next{
	position: absolute;
    right: 80px;
    bottom: -20px;
	width: 42px;
    height: 42px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 20px rgb(44 45 51 / 10%);
    border-radius: 8px;
	cursor:pointer;
}
.index-default .section-3 .swiper-button-disabled{
	box-shadow:none;
}
.index-default .section-3 .template-button-next svg path,
.index-default .section-3 .template-button-prev svg path{
	fill:#333;
}
.index-default .section-3 .swiper-button-disabled svg path{
	fill:#999;
}



.index-default .section-4-1,
.index-default .section-4{
	padding:0 80px;
}




.index-default .section-5{
	padding: 0 40px;
	background:#F5F6F8;
	position:relative
}
.index-default .section-5 .app-swiper-container{
	padding:100px 40px;
	
}
.index-default .section-5 .app-swiper-container ul{
	
}
.index-default .section-5 li .con{
	transition:all 0.3s ease;
	border-radius:8px;
	overflow:hidden;
	
}
.index-default .section-5 li:hover .con{
	background:#fff;
	
	box-shadow: 0px 3px 20px rgba(29, 35, 69, 0.1);
	transform:translate(0,-10px);
}
.index-default .section-5 li .img{
	position:relative;
	height:480px;
	overflow:hidden;
	border-radius:8px;
}
.index-default .section-5 li img{
	display:block;
	max-width:100%;
	border-radius:8px;
}
.index-default .section-5 li .name{
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #1D213B;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-default .section-5 li .name .tag{
	width: 64px;
	height: 24px;
	line-height:24px;
	text-align:center;
	background: #FFEFF1;
	color: #F23E55;
	font-size:14px;
	border: 1px solid #F23E55;
	border-radius: 4px;
	margin-right:10px;
	font-weight:normal;
}
.index-default .section-5 li:hover .name .tag{
	display:block;
}
.index-default .section-5 li .name .content{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.index-default .section-5 li:hover .name .content{
	max-width:calc(100% - 74px);
}
.index-default .section-5 li .describe{
    font-size: 14px;
    color: #999;
	line-height:22px;
    margin-top: 8px;
	display:block;
	width: 100%;
	height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.index-default .section-5 li:hover .name{
	white-space: normal;
}
.index-default .section-5 li:hover .describe{
	-webkit-line-clamp: 10000;
}
.index-default .section-5 li .text{
	padding:0 15px 15px;
	background:#fff;
	
}

.index-default .section-5 .app-button-prev{
	position: absolute;
    right: 130px;
    bottom: -20px;
	width: 42px;
    height: 42px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(180deg);
    box-shadow: 0px 0px 20px rgb(44 45 51 / 10%);
    border-radius: 8px;
	cursor:pointer;
	z-index:9;
}
.index-default .section-5 .app-button-next{
	position: absolute;
    right: 80px;
    bottom: -20px;
	width: 42px;
    height: 42px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 20px rgb(44 45 51 / 10%);
    border-radius: 8px;
	cursor:pointer;
	z-index:9;
}
.index-default .section-5 .app-button-prev svg path,
.index-default .section-5 .app-button-next svg path{
	fill:#333;
}
.index-default .section-5 .swiper-button-disabled{
	box-shadow:none;
}
.index-default .section-5 .swiper-button-disabled svg path{
	fill:#999;
}


.index-default .section-6{
	padding:0 180px;
}

.index-default .section-6 ul{
	margin-top: 40px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
	justify-content: space-between;
}
.index-default .section-6 ul li{
	width: calc(50% - 90px);
    margin-bottom: 40px;
    
}
.index-default .section-6 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;
}
.index-default .section-6 ul li a:hover{
	background: #fff;
    box-shadow: 0px 0px 20px rgb(29 33 59 / 4%);
	transform:translate(0,-5px);
}
.index-default .section-6 ul li .date-box{
    width: 110px;
    height: 110px;
    background: #1D213B;
    border-radius: 4px;
    color: #fff;
}
.index-default .section-6 ul li .date-wapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.index-default .section-6 ul li .date-wapper span{
    display: block;
    font-size: 46px;
    font-weight: bold;
	line-height:1;
	margin-bottom:5px;
}
.index-default .section-6 ul li .newslist-con{
    width: calc(100% - 125px);
}
.index-default .section-6 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;
}
.index-default .section-6 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;
}
.index-default .section-6 .news-more{
	text-align:center;
	margin-top:30px;
}
.index-default .section-6 .news-more a{
	font-size:20px;	
	color: #F53041;
	font-weight:bold;
	display:inline-flex;
	align-items: center;
}
.index-default .section-6 .news-more a svg{
	opacity:0; 
	visibility:hidden;
	transition:all 0.3s ease;
}
.index-default .section-6 .news-more a:hover svg{
	opacity:1;
	visibility:visible;
	transform:translate(10px,0);
}

.index-default .section-7{
	position:relative;
}
.index-default .section-7 .section-7-swiper-container{
	width: calc(50vw + (50vw - 80px) / 2);
	margin:0;
}

.index-default .section-7 .section-7-img{
	position:relative;
	width:100%;
	height:600px;
}
.index-default .section-7 .section-7-img img{
	width:100%;
	height:100%;
	object-fit: cover;
}


.index-default .section-7 .section-7-pagination{
	position: absolute;
    right: 0;
    bottom: 32px;
    z-index: 9;
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 32px;
}
.index-default .section-7 .section-7-pagination .swiper-pagination-bullet{
	width: 25px;
    height: 4px;
    background: rgba(255,255,255,.8);
    margin-left: 8px;
    border-radius: 0;
}
.index-default .section-7 .section-7-pagination .swiper-pagination-bullet-active{
	background:#ff5268;
	opacity:1;
}

.index-default .section-7 .section-7-content{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

.index-default .section-7 .section-7-title{
    position: absolute;
    bottom: 410px;
    left: 50%;
    font-size: 130px;
    color: #DE1D2E;
    z-index: 9;
    transform: translate(-50%,0);
	font-weight:bold;
	white-space:nowrap;
	display:none;
}
.index-default .section-7 .section-7-tag{
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 520px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    z-index: 9;
    background: #DE1D2E;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
	display:none;
}
.index-default .section-7 .section-7-list{
    position: absolute;
    left: 50%;
    bottom: 110px;
    width: calc(50vw - 80px);
    background: #F5F6F8;
    font-size: 16px;
    color: #2C2D33;
    line-height: 24px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 80px;
    box-sizing: border-box;
    z-index: 9;
	opacity:0;
}
.index-default .section-7 .section-7-list p{
	opacity:0;
	transform:translate(0,100px);
	transition:all 0.5s ease;
}
.index-default .section-7 .section-7-content li.on .section-7-list p{
	opacity:1;
	transform: none;
}
.index-default .section-7 .section-7-content li.on .section-7-list{
	opacity:1;
}
.index-default .section-7 .section-7-content li.on .section-7-title,
.index-default .section-7 .section-7-content li.on .section-7-tag{
	display:block;
}

.index-default .section-7 .section-7-button-prev{
	position: absolute;
    right: 130px;
    bottom: 90px;
	width: 42px;
    height: 42px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(180deg);
    box-shadow: 0px 0px 20px rgb(44 45 51 / 10%);
    border-radius: 8px;
	cursor:pointer;
	z-index:10;
}
.index-default .section-7 .section-7-button-next{
	position: absolute;
    right: 80px;
    bottom: 90px;
	width: 42px;
    height: 42px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 20px rgb(44 45 51 / 10%);
    border-radius: 8px;
	cursor:pointer;
	z-index:10;
}
.index-default .section-7 .swiper-button-disabled{
	box-shadow:none;
}
.index-default .section-7 .section-7-button-prev svg path,
.index-default .section-7 .section-7-button-next svg path{
	fill:#333;
}
.index-default .section-7 .swiper-button-disabled svg path{
	fill:#999;
}



.index-default .section-8{
	padding:0 80px;
}

.index-default .section-8 ul{
	margin-top:80px;
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
}
.index-default .section-8 ul li{
	width:calc(33.3333% - 40px);
	position:relative;
	border-radius:16px;
	overflow:hidden;
}
.index-default .section-8 ul li .img{
	width:100%;
	height:calc((100vw - 280px) / 3);
}
.index-default .section-8 ul li .img img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.index-default .section-8 ul li .show{
    position: absolute;
    left: 50px;
    bottom: 50px;
}
.index-default .section-8 ul li .svg{
	padding-bottom:35px;
	position:relative;
}
.index-default .section-8 ul li .svg:after{
	content:'';
	width:40px;
	height:10px;
	background:#F23E55;
	position:absolute;
	left:0;
	bottom:0;
}
.index-default .section-8 ul li .title{
	font-size:24px;
	color:#fff;
	font-weight:bold;
	margin-top:50px;
	text-align:left;
}
.index-default .section-8 ul li .hover{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(222, 29, 46, .8);
	opacity:0;
	visibility:hidden;
	transition:all 0.1s ease;
}
.index-default .section-8 ul li .hover:before{
	content:'';
	width:40px;
	height:10px;
	background:#fff;
	position:absolute;
	left:50px;
	top:50px;
	opacity:0;
	transition:all 0.5s ease;
}
.index-default .section-8 ul li .hover_wrapper{
    position: absolute;
    left: 50px;
    bottom: 50px;
    width: calc(100% - 100px);
    color: #fff;
	opacity:0;
	transform:translate(0,50px);
	transition:all 0.5s ease;
}
.index-default .section-8 ul li .detail{
    margin-top: 25px;
}
.index-default .section-8 ul li:hover .show{
	display:none;
}
.index-default .section-8 ul li:hover .hover{
	opacity:1;
	visibility:visible;
}
.index-default .section-8 ul li:hover .hover_wrapper{
	transform:none;
	opacity:1;
	transform:visible;
}
.index-default .section-8 ul li:hover .hover:before{
	opacity:1;
}

.index-default .section-9{
	padding:0 80px;
}
.index-default .section-9 img{
	max-width:100%;
}
.index-default .section-9 li{
	text-align:center;
}
.index-default .section-9 .brand-list-pagination{
	display: flex;
    justify-content: center;
    margin-top: 40px;
}
.index-default .section-9 .brand-list-pagination .swiper-pagination-bullet{
	width: 25px;
    height: 4px;
    background: rgba(29,33,59,.8);
    margin-left: 8px;
    border-radius: 0;
}
.index-default .section-9 .brand-list-pagination .swiper-pagination-bullet-active{
	background: #ff5268;
    opacity: 1;
}



.index-default .image-text{
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index-default .image-text-style2{
	flex-direction:row-reverse;
}
.index-default .graphic-text-wrapper{}


.index-default .graphic-image img{
	max-width:100%;
}

.index-default .graphic-text{
    width: 50%;
    padding: 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: left;
}
.index-default .graphic-text ul{
	margin-top:40px;
}
.index-default .graphic-text li{
	position:relative;
	margin-bottom:15px;
	padding-left:14px;
	color:#666;
	font-size:16px;
}
.index-default .graphic-text li:before{
	content:'';
	position:absolute;
	left:0;
	top:50%;
	margin-top:-3px;
	width:6px;
	height:6px;
	border-radius:50%;
	background:#F23E55;
	margin-right:8px;
}
.index-default .graphic-btn{
	margin-top:40px;
	color: #fff;
    font-size: 16px;
    display: inline-block;
    height: 44px;
    line-height: 42px;
    border-radius: 3px;
    font-weight: 400;
    width: 120px;
    text-align: center;
    box-sizing: border-box;
    transition: all .3s;
    background: #ff5268;
}
.index-default .graphic-btn:hover{
	background:#f23e55;
}


.index-default .graphic-text .index-title{
	text-align:left;
}
.index-default .graphic-text p{
	margin: 25px 0 0;
}


.index-default .index-title{
	font-size: 38px;
    color: #333;
	text-align:center;
}
.index-default .index-detail{
    margin-top: 25px;
    color: #666;
    font-size: 16px;
	text-align:center;
}

.index-default .section-4 .graphic-image,
.index-default .section-4-1 .graphic-image,
.index-default .section-2 .graphic-image{
	width: 50%;
}
.index-default .section-4 .graphic-image img,
.index-default .section-4-1 .graphic-image img,
.index-default .section-2 .graphic-image img{
	opacity:0;
	visibility:hidden;
	transition:all 0.3s;
}
.index-default .section-4 .graphic-image img.graphic-image-1,
.index-default .section-4-1 .graphic-image img.graphic-image-1,
.index-default .section-2 .graphic-image img.graphic-image-1{
	transform:translate(0,-100px);
	transition:all 1s ease;
	opacity:1;
	visibility:visible;
	transform:none;
}





#bottom-box{
	padding:0 80px;
	background-image:url(../images/image/newsimcart_bottom_bg.png);
	background-color: #1D213B;
	background-repeat:no-repeat;
	background-position:center top;
}
#bottom-box .bottom-top{
    text-align: center;
    padding: 80px 0 0;
}
#bottom-box .bottom-top-text-1{
    font-size: 38px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 50px;
    margin-bottom: 40px;
    border-bottom: 2px solid rgba(255,255,255,.3);
}
#bottom-box .bottom-top-text-1 a{
	color: #fff;
    font-size: 16px;
    display: inline-block;
    height: 50px;
    line-height: 48px;
    padding: 0 30px;
    border-radius: 3px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #ff5268;
    box-sizing: border-box;
    transition: all .3s;
    background: #ff5268;
    margin: 30px 0 0;
}
#bottom-box .bottom-top-text-1 a:hover{
	background: #f23e55;
}
#bottom-box .bottom-top-text-2{}
#bottom-box .bottom-top-text-2 ul{
    display: flex;
    justify-content: space-between;
}
#bottom-box .bottom-top-text-2 li{
    /*width: 33.333%;*/
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
	white-space:nowrap;
}
#bottom-box .bottom-top-text-2 li:first-child{
	justify-content: flex-start;
}
#bottom-box .bottom-top-text-2 li:last-child{
	justify-content: flex-end;
}
#bottom-box .bottom-top-text-2 li span{
    font-size: 48px;
    font-weight: bold;
    margin-left: 24px;
}
#bottom-box .bottom-form{
    display: flex;
    justify-content: center;
    margin-top: 80px;
}
#bottom-box .bottom-form form{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 420px;
    height: 50px;
}
#bottom-box .bottom-form .bottom-text{
    height: 50px;
    width: calc(100% - 130px);
    border: 0;
    border-radius: 4px 0 0 4px;
	text-indent:15px;
}
#bottom-box .bottom-form .bottom-btn{
    width: 130px;
    height: 50px;
    line-height: 50px;
    border: 0;
    text-align: center;
    border-radius: 0 4px 4px 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #ff5268;
	cursor:pointer;
	transition:all 0.3s;
}
#bottom-box .bottom-form .bottom-btn:hover{
	background: #f23e55;
}
#bottom-box .bottom-links {
	display: flex;
	align-items: start;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 70px 0 30px;
}

#bottom-box .bottom-links dl {
	padding: 0 50px 0 0;
}
#bottom-box .bottom-links dl.follow{
	text-align:center;
}

#bottom-box .bottom-links dl dt {
	font-size: 16px;
	color: #fff;
	
	font-weight:bold;
}
#bottom-box .bottom-links dl dd{
	color: rgba(255,255,255,.5);
	display: block;
	min-height: 28px;
	line-height: 28px;
	font-size: 14px;
	padding-top: 10px;
}
#bottom-box .bottom-links dl dd a{
	color: rgba(255,255,255,.5);
	display: block;
	min-height: 28px;
	line-height: 28px;
	font-size: 14px;
}
#price .price-section-4 .price-detail .qqgroup{
	color:#F23E55;
}
.qqgroup{
	position:relative;
}
.group_pop{
    position: absolute;
    right: -129px;
    top: 50%;
    width: 100px;
    padding: 8px;
    margin-top: -50px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgb(29 33 59 / 10%);
    border-radius: 8px;
	opacity:0;
	visibility:hidden;
	transition:all 0.3s;
    box-sizing: border-box;
}
.group_pop:before{
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 10px solid #fff;
    border-bottom: 5px solid transparent;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -5px;
	
}
.group_pop img{
	max-width:100%;
}
.qqgroup:hover .group_pop{
	opacity:1;
	visibility:visible;
}


#bottom-box .bottom-links dl dd a:hover{color:#ff5268;}

#bottom-box .bottom-links dl.follow dd {
	height: auto;
	line-height: normal;
}
#bottom-box .bottom-links dl.follow dd svg{
	width:120px;
}

#bottom-box .bottom-links img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

#bottom-box .copyright {
	padding: 30px 0;
	text-align: center;
	font-size: 14px;
	border-top:2px solid rgba(255,255,255,.3);
	color:rgba(255,255,255,.5);
	display: flex;
    justify-content: space-between;
}
#bottom-box .copyright a{
	color:rgba(255,255,255,.5);
}
#bottom-box .bottom-links dt .help-icon {
	position: absolute;
	right: 0;
	top: 0;
	height: 44px;
	line-height: 44px;
	font-size: 28px;
	font-weight: normal;
	color: #fff;
	width: 44px;
	text-align: center;
	display: none;
}
a.old-btn{
	display: flex;
    justify-content: center;
    align-items: center;
	width:48px;
	height:48px;
	border-right:0;
	position:fixed;
	right:50px;
	bottom:190px;
	margin-top:10px;
    background: #fff;
	color:#f23e55;
	border-radius:50%;
	box-shadow: 0px 0px 20px rgba(29, 33, 59, 0.1);
	cursor:pointer;
	font-size: 12px;
    line-height: 1.3;
	z-index:999999;
	transition:all 0.2s;
}

a.old-btn .tip{
    width: 102px;
    height: 70px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    color: #fff;
    position: absolute;
    right: 80px;
    top: 50%;
    margin-top: -35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
	opacity:0;
	visibility:hidden;
	transition:all 0.3s;
}
a.old-btn .tip:after{
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 12px solid rgba(0, 0, 0, 0.5);
    border-bottom: 6px solid transparent;
    position: absolute;
    right: -12px;
    top: 50%;
    margin-top: -6px;
}


a.fixed-maintain{
	bottom:130px;
}
a.fixed-maintain svg{
	fill: #f23e55;
}

a.top_back{
	display: flex;
    justify-content: center;
    align-items: center;
	width:48px;
	height:48px;
	border-right:0;
	position:fixed;
	right:50px;
	bottom:70px;
	margin-top:10px;
	opacity:0; 
    background: #fff;
	border-radius:50%;
	box-shadow: 0px 0px 20px rgba(29, 33, 59, 0.1);
	cursor:pointer;
	z-index:999999;
	transition:all 0.2s;
	
}

a.fixed-maintain:hover svg{
	fill: #fff;
}
a.old-btn:hover{
	background:#f23e55;
	color:#fff;
}
a.old-btn:hover .tip{
	opacity:1;
	visibility:visible;
}
a.top_back:hover{
	background:#f23e55;
}
a.top_back:hover svg path{
	fill:#fff;
}


.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;
	white-space: nowrap;

}
.menu-label:hover{
	color: #ff5268 !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: #ff5268;
	color: #fff  !important;
}


@media screen and (max-width:1900px){
	.index-banner .banner-wrapper{
		padding: 0 80px;
	}
}
@media screen and (max-width:1680px){
	.wapper{
		max-width: 100%;
		padding: 0 80px;
		box-sizing: border-box;
	}
}
@media screen and (max-width:1440px){
	.wapper {
		max-width: 1200px;
	}
	
	.index-banner{
		height:900px;
	}
	
	.index-banner .banner-wrapper{
		padding:0 80px;
	}
	.index-banner .banner-img-wrapper{
		display:flex;
		justify-content:center;
		width:50%;
	}
	.index-banner .banner-img .banner-img-1{
		width: auto;
		height: 500px;
	}
	.index-banner .banner-img .banner-img-2{
		width: 150px;
		top: 30%;
		right: -12px;
	}
	.index-banner .banner-img .banner-img-3{
		width: 100px;
		left: -5%;
	}
	.index-banner .banner-img .banner-img-4{
		height:100px;
	}
	.index-banner .banner-img:after{
		width:60px;
		height:60px;
		bottom:20px;
	}
	.index-banner .banner-con .banner-title{
		font-size:40px;
	}
	.index-banner .banner-con .banner-detail{
		margin-top:40px;
	}
	.index-banner .banner-form{
		margin-top:60px;
	}
	.index-banner .banner-con .banner-detail h4{
		font-size:20px;
	}
	.index-banner .banner-con .banner-detail p{
		font-size:16px;
	}
	
	
	
	
	
	
}
@media screen and (max-width:1280px){
	.wapper {
		padding: 0 30px;
		box-sizing: border-box;
	}
	#bottom-box .bottom-top-text-1 a{
		height: 44px;
	    line-height: 42px;
	    padding: 0 20px;
	}
	#bottom-box,
	.index-default .section-2,
	.index-default .section-3,
	.index-default .section-4-1,
	.index-default .section-4,
	.index-default .section-6,
	.index-default .section-8,
	.index-default .section-9,
	.index-banner .banner-list,
	.index-banner .banner-wrapper,
	#header{
		padding-left:60px;
		padding-right:60px;
	}
	.index-default .section-5{
		padding: 0 20px;
	}
	#bottom-box .bottom-top-text-1{
		font-size:30px;
	}
	#bottom-box .bottom-top-text-2 li span{
		font-size:30px;
	}
}
@media screen and (max-width:1024px){
	
	.wapper {
		max-width: 80%;
    	padding: 0;
	}
	#header .nav{
		display:none;
	}
	.index-banner{
		padding:80px 0 150px;
	}
	.index-banner .banner-img .banner-img-2{
		top:28%;
		right:-5%;
	}
	.index-banner .banner-list{
		padding:0 0 30px;
	}
	.index-banner .banner-list-pagination{
		position:absolute;
		left: 0;
		bottom: 20px;
		display:flex;
		justify-content:center;
		width: 100%;
	}
	.index-banner .swiper-pagination-bullet{
		width:20px;
		height:4px;
		background-color:#fff;	
		border-radius:0;
		opacity:.5;
		margin: 0 3px;
	}
	.index-banner .swiper-pagination-bullet-active{
		background-color:#F23E55;
	}
	.index-banner .banner-img-wrapper{
		width:40%;
	}
	.index-banner .banner-img{
		width:100%;
	}
	.index-banner .banner-img .banner-img-1{
		width:100%;
	}
	.index-banner .banner-con{
		width:40%;
	}
	.index-banner .banner-form form{
		width:100%;
	}
	.index-default .section-6 #news-list{
		padding:0;
	}
	.index-default .section-6 #news-list li{
		width:calc(50% - 30px);
	}
	.index-default .section-7 .section-7-img{
		height:500px;
	}
	.index-default .section-7 .section-7-tag{
		width: 300px;
		height: 80px;
		line-height: 80px;
		font-size: 24px;
	}
	.index-default .section-7 .section-7-list{
		padding: 50px 30px;
		height: 220px;
		bottom: 80px;
	}
	.index-default .section-7 .section-7-title{
		bottom: 310px;
	}
	#bottom-box .bottom-top-text-2 li span{
		font-size:24px;
	}

	#header .mobile-menu {
		display: block;
		margin-left:20px;
	}

	#header .mobile-menu-icon {
		width: 30px;
		height: 30px;
		box-sizing: border-box;
		position: relative;
	}

	#header .mobile-menu-icon:after {
		position: absolute;
		top: 21px;
		right: 0;
		width: 24px;
		height: 2px;
		background: #fff;
		border-radius: 0;
		transition: all 0.3s;
		content: '';

	}

	#header .mobile-menu-icon:before {
		position: absolute;
		top: 6px;
		right: 0;
		width: 24px;
		height: 2px;
		background:#fff;
		content: '';
		border-radius: 0;
		transition: all 0.3s;
	}

	#header .mobile-menu-icon span {
		position: absolute;
		top: 14px;
		right: 0;
		width: 24px;
		height: 2px;
		background: #fff;
		border-radius: 0;
		/* transition: all 0.3s; */
	}

	body.mobile-menu-show #header .mobile-menu-icon:after {
		top: 14px;
    transform: rotate(315deg);
    transition: top 0.1s ease-out,transform 0.3s 0.14s cubic-bezier(0.215,0.61,0.355,1),background-color 0.15s ease;
	}

	body.mobile-menu-show #header .mobile-menu-icon:before {
		top: 14px;
    transform: rotate(225deg);
    transition: top 0.1s ease-out,transform 0.3s 0.14s cubic-bezier(0.215,0.61,0.355,1),background-color 0.15s ease;
	}

	body.mobile-menu-show #header .mobile-menu-icon span {
		opacity: 0;
	}

	.topcategoriesbg {
		background: #666;
		width: 100%;
		position: fixed;
		left: 0;
		top: 99px;
		bottom: 0;
		opacity: 0;
		visibility: hidden;
		z-index: 8;
	}


	body.mobile-menu-show .topcategoriesbg {
		opacity: 0.7;
		visibility: visible;
		display: block;
	}

	#header #mobile-nav-box {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		box-sizing: border-box;
		z-index: 9;
		background: #fff;
		display: none;
		padding: 0 30px 40px;
		box-shadow: 0 1px 10px 0 rgba(0,0,0,.15) !important;
	}
	body.mobile-menu-show #header #mobile-nav-box{
		display:block;
		max-height:calc(100vh - 80px);
		overflow-y:auto;
	}
	#header .mobile-menu li a {
		display: block;
		line-height: 20px;
		padding: 20px;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 14px;
		color: #666;
	}

	#header .mobile-menu li a:hover {
		color: #ff5268;
	}

	#header .mobile-menu li .mobile-nav-box__link.actived a {
		color: #ff5268;
	}

	#header .mobile-nav-box__link {
		position: relative;
	}
	
	#header .mobile-menu li {
		border-bottom: 1px solid #e5e8ed;
	}
	#header .mobile-menu li.login-reg{
		border:0;
		padding:15px 0 0;
		font-size:0;
	}
	#header .mobile-menu li.login-reg a{
		width: calc(50% - 8px);
	    margin: 0 16px 0 0;
	    font-size: 14px;
	    vertical-align: top;
	    box-sizing: border-box;
	    display: inline-block;
	    height: 44px;
	    line-height: 42px;
	    padding: 0;
	}
	#header .mobile-menu li.login-reg a.header-btn2{
		margin-right:0;
		color:#fff;
	}
	#header .mobile-menu li.login-reg a.old-btn{
		text-align: center;
	    margin: 10px 0 0;
	    width: 100%;
	    text-decoration: underline;
	}
	#header .mobile-nav-box__link .icon {
		position: absolute;
		right: 0;
		top: 0;
		width: 15px;
		height: 100%;
		padding: 0 10px;
		text-align: center;
		fill: #ff5268;
		font-size: 16px;
		display: inline-block;
		transition:all 0.3s ease;
	}
	#header .mobile-nav-box__link.actived .icon{transform:rotate(180deg);}
	#header .mobile-nav-sub {
		display: none;
	}

	#header .mobile-nav-sub dd a {
		display: block;
		font-weight: normal;
		font-size: 14px;
		text-indent: 10px;
		padding:10px 20px;
	}
}
@media screen and (max-width:768px){
	.wapper {
		max-width: 90%;
	}
	#bottom-box,
	.index-default .section-2, 
	.index-default .section-3, 
	.index-default .section-4,
	.index-default .section-4-1, 
	.index-default .section-6, 
	.index-default .section-8, 
	.index-default .section-9, 
	.index-banner .banner-list, 
	.index-banner .banner-wrapper, 
	#header{
		padding-left:30px;
		padding-right:30px;
	}
	#header .old-btn,
	#header .header-btn,
	#header .header-btn2{
		display:none;
	}
	.index-banner{
		height:auto;
		padding-bottom:210px;
	}
	.index-banner .banner-wrapper{
		flex-direction: column-reverse;
	}
	.index-banner .banner-img-wrapper{
		width:70%;
	}
	.index-banner .banner-img .banner-img-1{
		height:auto;
	}
	.index-banner .banner-img .banner-img-2{
		width: 40%;
		top: 27%;
	}
	.index-banner .banner-img .banner-img-3{
		width:30%;
	}
	.index-banner .banner-con{
		width:100%;
		text-align:center;
	}
	.index-banner .banner-con .banner-detail{
		border:none;
	}
	.index-default .section-5 .app-swiper-container{
		padding-bottom:50px;
	}
	.index-default .section-6 #news-list li{
		width:100%;
	}
	.index-default .section-5{
		padding:0;
	}
	.index-default .section-5 .app-swiper-container{
		padding:70px 0;
	}
	.index-default .section-7 .section-7-list{
		width:calc(50vw - 30px);
	}
	.index-default .section-7 .section-7-button-prev,
	.index-default .section-7 .section-7-button-next{
		bottom:60px;
	}
	.index-default .section-7 .section-7-img{
		height:430px;
	}
	.index-default .index-title{
		font-size:30px;
	}
	.index-default .section-8 ul li{
		width:calc(33.3333% - 20px);
	}
	.index-default .section-8 ul li .show{
		left:20px;
		bottom:20px;
	}
	.index-default .section-8 ul li .title{
		font-size:20px;
		margin-top:30px;
	}
	.index-default .section-8 ul li .img{
		height:calc((100vw - 120px) / 3);
	}
	.index-default .section-8 ul li .svg{
		padding-bottom:20px;
	}
	.index-default .section-8 ul li .svg svg{
		width:40px;
		height:40px;
	}
	.index-default .section-8 ul li .svg:after{
		height:5px;
	}
	
	.index-default .section-8 ul li .hover_wrapper{
		left: 20px;
		bottom: 20px;
		width: calc(100% - 40px);
	}
	.index-default .section-8 ul li .hover:before{
		top:30px;
		left:20px;
		height:5px;
	}
	#bottom-box .bottom-top-text-1{
		
	}
	#bottom-box .bottom-top-text-2 li span{
		font-size: 20px;
		margin-left: 8px;
	}
	.index-default .section-7 .section-7-title{
		font-size:70px;
	}
	#bottom-box .copyright{
	    flex-direction: column;
	    align-items: center;
	}
	#bottom-box .copyright .copyright_text{
		margin-bottom: 10px;
	}
}
@media screen and (max-width:767px){
	button{
		appearance: none;
		-webkit-appearance: none;
	}
	.wapper {
		padding: 0 20px;
		max-width: 100%;
	}
	#bottom-box,
	.index-default .section-2, 
	.index-default .section-4, 
	.index-default .section-4-1,
	.index-default .section-6, 
	.index-default .section-8, 
	.index-default .section-9, 
	.index-banner .banner-list, 
	.index-banner .banner-wrapper, 
	#header{
		padding-left:20px;
		padding-right:20px;
	}
	.index-banner .banner-bg img{
		max-width:100%;
	}
	.index-banner .banner-img-wrapper{
		margin-top:40px;
		width:70%; 
	}
	.index-banner .banner-img .banner-img-3{
		width:40%;
		left:-20%;
	}
	.index-banner .banner-img .banner-img-2 {
		width: 130px;
		top: 15%;
		right: -13%;
	}
	.index-banner .banner-img .banner-img-4{
		height:60px;
	}
	.index-banner .banner-img:after {
		width: 24px;
		height: 24px;
		bottom: 20px;
		right: -15px;
		border-width: 4px;
	}
	.index-banner .banner-con{
		margin-top:50px;
	}
	.index-default .index-detail{
		margin-top:20px;
	}
	.index-default .image-text{
		margin-top:60px;
		flex-direction: column;
	}
	.index-default .graphic-image,
	.index-default .graphic-text{
		width:100% !important;
	}
	.index-default .graphic-text{
		align-items: flex-start;
		margin-top:40px;
	}
	.index-default .section-3 .template-button-prev,
	.index-default .section-3 .template-button-next{
		display:none;
	}
	
	.index-default .section-3{
		padding:0;
	}
	.index-default .section-3 .template-swiper-container{
		padding:50px 20px 80px;
	}
	.index-default .section-3 .template-pagination{
		position:absolute;
		left: 0;
		bottom: 40px;
		width: 100%;
		display:flex;
		justify-content:center;
	}
	.index-default .section-3 .swiper-pagination-bullet{
		width:20px;
		height:4px;
		background-color:#ccc;
		opacity:.5;	
		border-radius:0;
		margin: 0 3px;
	}
	.index-default .section-3 .swiper-pagination-bullet-active{
		background-color:#F23E55;
		opacity:1;
	}
	.index-default .section-5 .app-swiper-container{
		padding:30px 0;
	}
	.index-default .section-5{
		padding:0 15px;
	}
	.index-default .section-5 .app-swiper-container ul{
		height:auto;
		padding-bottom:20px;
	}
	.index-default .section-5 li{
		height:auto;
		transform:none;
	}
	.index-default .section-5 li:hover{
		height:auto;
		transform:none;
	}
	.index-default .section-5 li .con{
		background: #fff;
		border-radius: 8px;
	}
	.index-default .section-5 li .text{
		padding:0 15px 15px;
	}
	.index-default .section-5 li .name .tag{
		display:block;
	}
	.index-default .section-5 li .name .content {
		max-width: calc(100% - 74px);
	}
	.index-default .section-5 li .describe {
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.index-default .section-5 .app-button-prev,
	.index-default .section-5 .app-button-next{
		display:none;
	}
	
	.index-default .section-5 .newapp-pagination{
		position:absolute;
		left: 0;
		bottom: 20px;
		display:flex;
		justify-content:center;
		width: 100%;
	}
	.index-default .section-5 .swiper-pagination-bullet{
		width:20px;
		height:4px;
		background-color:#ccc;
		opacity:.5;	
		border-radius:0;
		margin: 0 3px;
	}
	.index-default .section-5 .swiper-pagination-bullet-active{
		background-color:#F23E55;
		opacity:1;
	}
	.index-default .section-6  #news-list{
		margin-top:60px;
		display:none;
	}
	.index-default .section-6 #news-list li{
		flex-direction: column-reverse;
	}
	.index-default .section-6 #news-list li .news-img,
	.index-default .section-6 #news-list li .news-content{
		width:100%;
	}
	.index-default .section-6 #news-list li .news-content{
		margin-top:20px;
	}
	.index-default .section-6 #news-list li .news-content h4{
		overflow:hidden;
		text-overflow:ellipsis;
		white-space:nowrap;
	}
	.index-default .section-6 .news-container{
		display:block;
		margin-top:60px;
		padding-bottom:50px;
	}
	
	
	.index-default .section-6 .news-container li .news-img{
		width:100%;
	}
	.index-default .section-6 .news-container li .news-img img{
		max-width:100%;
		border-radius:4px;
	}
	.index-default .section-6 .news-container li .news-content{
		margin-top:20px;
	}
	.index-default .section-6 .news-container li .news-content h4{
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		margin-bottom: 20px;
		font-size: 20px;
		color: #333;
	}
	.index-default .section-6 .news-container li .news-content p{
		font-size: 16px;
		line-height: 24px;
		color: #999;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.index-default .section-6 .news-pagination{
		position:absolute;
		bottom: 20px;
		display:flex;
		justify-content:center;
	}
	.index-default .section-6 .swiper-pagination-bullet {
		width: 20px;
		height: 4px;
		background-color: #ccc;
		opacity: .5;
		border-radius: 0;
	}
	.index-default .section-6 .swiper-pagination-bullet-active {
		background-color: #F23E55;
		opacity: 1;
	}
	
	
	
	.index-default .section-7 .section-7-swiper-container{
		width:100%;
		height:calc(100vh - 80px);
	}
	.index-default .section-7 .section-7-img{
		height:100%;
	}
	.index-default .section-7 .section-7-tag{
		right:0;
		width:100%;
	}
	.index-default .section-7 .section-7-list{
		left: 0;
		width: 70%;
		padding: 20px;
	}
	.index-default .section-7 .section-7-title{
		left:20px;
		transform:none;
	}
	
	
	.index-default .section-7 .section-7-button-prev{
		bottom: auto;
    	top: -20px;
		right:80px;
	}
	.index-default .section-7 .section-7-button-next{
		bottom: auto;
    	top: -20px;
		right:20px;
	}
	
	.index-default .section-8 ul{
		flex-direction: column;
	}
	
	.index-default .section-8 ul li{
		width:100%;
		margin-bottom:20px;
	}
	.index-default .section-8 ul li .img{
		height: calc(100vw - 40px);
	}
	.index-default .section-8 ul li .hover_wrapper,
	.index-default .section-8 ul li .show{
		left:40px;
		bottom:40px;
	}
	.index-default .section-8 ul li .hover:before{
		left:40px;
		top:40px;
	}
	#bottom-box .bottom-top-text-1{
		font-size:24px;
	}
	#bottom-box .bottom-top-text-2 ul{
		flex-direction: column;
	}
	#bottom-box .bottom-top-text-2 li:last-child{
		justify-content: flex-start;
	}
	#bottom-box .bottom-top-text-2 li{
		width: 100%;
		justify-content: flex-start;
		margin-bottom:40px;
	}
	#bottom-box .bottom-top-text-2 li span{
		width: 100%;
		text-align: left;
		margin: 15px 0 0;
		font-size: 40px;
	}
	#bottom-box .bottom-form{
		margin:0;
	}
	
	#bottom-box .bottom-links{
		padding-top: 60px;
		margin-top: 30px;
		border-top: 2px solid rgba(255,255,255,.3);
	}
	
	#bottom-box .bottom-links dl{
		width:100%;
		margin-bottom:15px;
		padding: 0;
	}
	#bottom-box .bottom-links dl dt{
		position: relative;
		height: 44px;
		line-height: 44px;
	}
	#bottom-box .bottom-links dl dd{
		padding-top:0;
		height:0;
		overflow:hidden;
		min-height:0;
		transition:all 0.3s;
	}
	#bottom-box .bottom-links dl dd.on{
		opacity:1;
		visibility:visible;
	}
	#bottom-box .bottom-links dl .help-icon{
		display:block;
	}
	#bottom-box .bottom-links dl.follow{
		text-align:left;
	}
	#bottom-box .bottom-links dl.follow dd{
		display:block;
		opacity:1;
		visibility:visible;
	}
	#bottom-box .bottom-links dl.follow dd svg{
		width:auto;
	}
	#bottom-box .bottom-links dl dd,
	#bottom-box .bottom-links dl dd a{
		line-height:34px;
	}
	a.old-btn,
	a.top_back{
		right:20px;
	}
	
	.index-default .section-7 .section-7-content li{
		height: 0;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-end;
	}
	.index-default .section-7 .section-7-content li.on{
		height: calc(100vh - 80px);
	}
	.index-default .section-7 .section-7-list,
	.index-default .section-7 .section-7-tag,
	.index-default .section-7 .section-7-title{
		position: relative;
		left: auto;
		bottom: auto;
		top: auto;
		right: auto;
		height:auto;
	}
	.index-default .section-7 .section-7-list{
		order:1;
		overflow:hidden;
	}
	.index-default .section-7 .section-7-tag{
		order:2;
	}
	.index-default .section-7 .section-7-title{
		order:0;
		margin-bottom:10px;
		text-align: center;
		font-size: 38px;
		width: 100%;
		padding: 0;
	}

	#bottom-box .bottom-top-text-2 li .bottom_num{
		width:100%;
		text-align:left;
	}
	
	
}


/*公共样式*/
.title{
	font-size:40px;
	color:#333;
	text-align:center;
}
.title p{
	margin-top:20px;
	font-size:16px;
	color:#666;
	font-weight:normal;
}



/*内页-公司动态*/
#news{
	padding-top:100px;
}
#news .news-wrapper{
	padding:0 180px;
}
#news .news-title{
	font-size:24px;
	color:#333;
}

#news .news-content-2{
	padding:40px 0;
}

#news .news-content-2 ul{
	margin-top: 40px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
	justify-content: space-between;
}
#news .news-content-2 ul li{
	width: calc(50% - 90px);
    margin-bottom: 40px;
    
}
#news .news-content-2 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;
}
#news .news-content-2 ul li a:hover{
	background: #fff;
    box-shadow: 0px 0px 20px rgb(29 33 59 / 4%);
	transform:translate(0,-5px);
}
#news .news-content-2 ul li .date-box{
    width: 110px;
    height: 110px;
    background: #1D213B;
    border-radius: 4px;
    color: #fff;
}
#news .news-content-2 ul li .date-wapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
#news .news-content-2 ul li .date-wapper span{
    display: block;
    font-size: 46px;
    font-weight: bold;
	line-height:1;
	margin-bottom:5px;
}
#news .news-content-2 ul li .newslist-con{
    width: calc(100% - 125px);
}
#news .news-content-2 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;
}
#news .news-content-2 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;
}

#news .page {
	text-align: center; 
	padding:50px 0;
}
#news .page a, #news .page span {
	display: inline-block; 
	vertical-align: top; 
	width: 33px; 
	height: 33px; 
	background: #fff; 
	margin-right: 7px; 
	margin-bottom:7px;
	text-align: center; 
	line-height: 33px; 
	font-size: 14px; 
	border:1px solid #ccc;
	color:#666;
	border-radius:3px;
}

#news .page a:hover, 
#news .page span {
	background: #1D2345; 
	color: #fff; 
}
#news .news-container{
	display:none;
}






@media screen and (max-width:1440px){
	.index-default .section-6,
	#news .news-wrapper{
		padding:0 120px;
	}
	.index-default .section-6 ul li,
	#news .news-content-2 ul li{
		width:calc(50% - 60px);
	}
}
@media screen and (max-width:1280px){
	.index-default .section-6,
	#news .news-wrapper{
		padding:0 100px;
	}
	.index-default .section-6 ul li,
	#news .news-content-2 ul li{
		width:calc(50% - 50px);
	}
}
@media screen and (max-width:1024px){
	.index-default .section-6,
	#news .news-wrapper{
		padding:0 60px;
	}
	.index-default .section-6 ul li,
	#news .news-content-2 ul li{
		width:calc(50% - 30px);
	}
}
@media screen and (max-width:768px){
	
	.index-default .section-6 ul li,
	#news .news-content-2 ul li{
		width:100%;
		margin-bottom:0;
	}
	
}
@media screen and (max-width:767px){
	.title{
		font-size:32px;
	}
	.title p{
		margin-top:15px;
		font-size:14px;
	}
	#news{
		padding-top:60px;
	}
	
	#news .news-wrapper{
		padding:0 20px;
	}
	#news .news-title{
		font-size:20px;
	}
	#news .news-content-2 .news-wrapper{
		padding:0;
	}
	#news .news-content-2 .news-title{
		padding:0 20px;
	}
	#news .news-content-2 ul{
		margin-top:20px;
	}
	.index-default .section-6 ul li a,
	#news .news-content-2 ul li a{
		padding: 15px 20px;
	}
	.index-default .section-6 ul li .date-box,
	#news .news-content-2 ul li .date-box{
		width: 90px;
		height: 90px;
	}
	.index-default .section-6 ul li .date-wapper,
	#news .news-content-2 ul li .date-wapper{
		font-size:14px;
	}
	.index-default .section-6 ul li .date-wapper span,
	#news .news-content-2 ul li .date-wapper span{
		font-size:36px;
	}
	.index-default .section-6 ul li .newslist-con,
	#news .news-content-2 ul li .newslist-con{
		width:calc(100% - 105px);
	}
	.index-default .section-6 ul li .newslist-name,
	#news .news-content-2 ul li .newslist-name{
		font-size:16px;
		margin-bottom:15px;
	}
	.index-default .section-6 ul li .newslist-descript,
	#news .news-content-2 ul li .newslist-descript{
		font-size:14px;
	}
	#news .page{
		padding-left:20px;
		padding-right:20px;
		box-sizing:border-box;
	}
	.index-default .section-6{
		padding:0;
	}
	.index-default .section-6 .index-detail{
		padding:0 20px;
	}
}










/*内页-关于我们
#aboutus{
	padding:100px 0 0;
}
#aboutus .aboutus-wrapper{
	padding:0 80px;
}
#aboutus .aboutus-banner{
	margin-top:80px;
	position:relative;
	border-radius:16px;
	overflow:hidden;
}
#aboutus .aboutus-banner img{
	width:100%;
	height:100%;
	object-fit: cover;
}
#aboutus .aboutus-banner:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: linear-gradient(89deg, #8D90A8 0%, rgba(141, 144, 168, 0.3) 100%);
}
#aboutus .aboutus-banner-content{
    position: absolute;
    left: 60px;
    top: 0;
    width: 420px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    z-index: 9;
}
#aboutus .aboutus-banner-content h3{
    font-size: 38px;
    line-height: 1;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    width: 100%;
    margin-bottom: 15px;
}
#aboutus .aboutus-banner-content p{
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}
#aboutus .aboutus-content-1{
	padding:60px;
}
#aboutus .aboutus-content-1 h3{
	font-size:38px;
	color:#333;
	margin-bottom:30px;
}
#aboutus .aboutus-content-1 p{
	color:#666;
	line-height:26px;
}
#aboutus .aboutus-list-1{	
	background: #F5F6F8;
	padding:80px 0;
}
#aboutus .aboutus-list-1 ul{
    display: flex;
    align-items: flex-start;
}
#aboutus .aboutus-list-1 li{
	position: relative;
    width: calc(25% - 30px);
    margin-right: 40px;
	position:relative;
}
#aboutus .aboutus-list-1 li:last-child{
	margin-right:0;
}
#aboutus .aboutus-list-1 li img{
	max-width:100%;
	border-radius:16px;
}
#aboutus .aboutus-list-1 li > span{
    display: block;
    width: 100%;
    line-height: 1.5;
    position: absolute;
    top: 24px;
    left: 0;
    text-align: right;
    padding: 0 15px;
    background: linear-gradient(270deg, #8D90A8 0%, rgba(141, 144, 168, 0) 100%);
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
}
#aboutus .aboutus-list-1 li > span:before,
#aboutus .aboutus-list-1 li > span:after{
	content:'';
	position:absolute;
	top:-9px;
	left:0;
	width:100%;
	height: 4px;
	background: linear-gradient(270deg, #8D90A8 0%, rgba(141, 144, 168, 0) 100%);
}
#aboutus .aboutus-list-1 li > span:after{
	top:auto;
	bottom:-9px;
}
#aboutus .aboutus-list-1 li > span span{
	font-weight:bold;
	font-size:20px;
}



#aboutus .aboutus-list-2{
	padding:80px 0;
}
#aboutus .aboutus-list-2 ul{
    display: flex;
    align-items: stretch;
}
#aboutus .aboutus-list-2 li{
    width: calc(25% - 30px);
    margin-right: 40px;
    position: relative;
	height:auto;
	border: 1px solid #ccc;
	border-radius: 16px;
	overflow:hidden;
	box-sizing:border-box;
}
#aboutus .aboutus-list-2 li:last-child{
	margin-right:0;
}
#aboutus .aboutus-list-2 li .img{}
#aboutus .aboutus-list-2 li .img img{
    max-width: 100%;
    display: block;
}
#aboutus .aboutus-list-2 li p{
    padding: 30px;
    
    border-top: none;
    
}

#aboutus .aboutus-content-2{
	background: #F5F6F8;
	padding:80px 0;
}
#aboutus .aboutus-content-2 h3{
    font-size: 38px;
    color: #333;
    margin-bottom: 60px;
	padding-left:60px;
}
#aboutus .aboutus-content-2 li{
	margin-bottom:40px;
	font-size:28px;
	color:#333;
	font-weight:bold;
}
#aboutus .aboutus-content-2 li span{
	display:inline-block;
	color:#666;
	font-weight:normal;
	margin-right:40px;
}
#aboutus .aboutus-content-2 ul{
	padding-left:60px;
}


@media screen and (max-width:1440px){
	
}
@media screen and (max-width:1280px){
	#aboutus .aboutus-list-2 li p{
		height:auto;
	}
	#aboutus .aboutus-banner-content h3,
	#aboutus .aboutus-content-1 h3,
	#aboutus .aboutus-content-2 h3{
		font-size:24px;
	}
	#aboutus .aboutus-content-2 li{
		font-size:20px;
	}
}
@media screen and (max-width:1024px){
	#aboutus{
		padding:80px 0 0;
	}
	#aboutus .aboutus-banner{
		margin-top:60px;
	}
	#aboutus .aboutus-wrapper{
		padding:0 60px;
	}
	#aboutus .aboutus-banner{
		height:300px;
	}
	
	#aboutus .aboutus-container{
		padding:0 0 50px;
	}
	#aboutus .aboutus-1-pagination,
	#aboutus .aboutus-2-pagination{
		position:absolute;
		bottom: 20px;
		display:flex;
		justify-content:center;
	}
	#aboutus .aboutus-1-pagination .swiper-pagination-bullet,
	#aboutus .aboutus-2-pagination .swiper-pagination-bullet {
		width: 20px;
		height: 4px;
		background-color: #ccc;
		opacity: .5;
		border-radius: 0;
	}
	#aboutus .aboutus-1-pagination .swiper-pagination-bullet-active,
	#aboutus .aboutus-2-pagination .swiper-pagination-bullet-active {
		background-color: #F23E55;
		opacity: 1;
	}
}
@media screen and (max-width:768px){
	#aboutus .aboutus-wrapper{
		padding:0 30px;
	}
	#aboutus .aboutus-banner-content{
		left:30px;
	}
	#aboutus .aboutus-content-1{
		padding:40px 30px;
	}
	#aboutus .aboutus-content-2,
	#aboutus .aboutus-list-2,
	#aboutus .aboutus-list-1{
		padding:60px 0;
	}
	#aboutus .aboutus-content-2 h3{
		margin-bottom: 30px;
    	padding-left: 30px;
	}
	#aboutus .aboutus-content-2 ul{
		padding-left:30px;
	}
	#aboutus .aboutus-content-2 li{
		margin-bottom:20px;
	}
	#aboutus .aboutus-content-2 li:last-child{
		margin-bottom:0;
	}
	#aboutus .aboutus-list-2 li p{
		height:140px;
	}	
}
@media screen and (max-width:767px){
	#aboutus{
		padding:60px 0 0;
	}
	#aboutus .aboutus-wrapper{
		padding:0 20px;
	}
	#aboutus .aboutus-banner{
		height:430px;
	}
	#aboutus .aboutus-banner-content{
		left: 20px;
		bottom: 20px;
		top: auto;
		height: auto;
		width: calc(100% - 40px);
	}
	#aboutus .aboutus-banner:before{
		background: linear-gradient(360deg, #8D90A8 0%, rgba(141, 144, 168, 0.3) 100%);
	}
	#aboutus .aboutus-content-1{
		padding: 40px 20px;
	}
	#aboutus .aboutus-list-1 .aboutus-container{
		padding:0;
	}
	#aboutus .aboutus-1-pagination{
		z-index:9;
	}
	#aboutus .aboutus-2-pagination{
		bottom:0;
	}
	#aboutus .aboutus-content-2 ul,
	#aboutus .aboutus-content-2 h3{
		padding:0 20px;
	}
	#aboutus .aboutus-content-2 li span{
		display:block;
		margin-bottom:10px;
	}
	#aboutus .aboutus-content-2 li{
		margin-bottom:30px;
	}	
	
}

*/
/*内页-了解imcart*/
#product-page .product-title{
	font-size: 38px;
	color: #333333;
	text-align:center;
}
#product-page .product-detail{
	font-size:16px;
	color:#666;
	margin-top:24px;
	text-align:center;
}
#product-page .product-wrapper{
	padding:0 180px;
}
#product-page .product-banner{
	position:relative;
	height:560px;
	background:#1D213B;
	padding:100px 0 0;
	color:#fff;
	text-align:center;
	box-sizing:border-box;
}
#product-page .product-banner .title{
	color:#fff;
	margin-bottom:24px;
}
#product-page .product-banner a{
	display:inline-block;
	width: 108px;
	height: 42px;
	line-height:42px;
	background: #ff5268;
	color:#fff;
	border-radius: 4px;
	margin-top:50px;
	transition:all 0.3s;
}
#product-page .product-banner a:hover{
	background:#f23e55;
}
#product-page .product-banner-content{
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
}
#product-page .product-banner .product-banner-container{
	padding:140px 0 0;
}
#product-page .product-banner ul{
    
}
#product-page .product-banner li{
	
}
#product-page .product-banner li .content{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#product-page .product-banner li .tag{
    width: 228px;
    height: 94px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    color: #1D213B;
    padding: 20px;
    margin: 0 0 30px;
    border-radius: 8px;
    box-sizing: border-box;
    position: relative;
}
#product-page .product-banner li .tag:after{
	content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -12px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 24px solid #fff;
}
#product-page .product-banner li .icon{
    width: 20px;
    height: 20px;
    background: #1D213B;
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    box-sizing: border-box;
}

#product-page .product-section-1{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#product-page .product-section-1-left{
    position: relative;
	max-width:50%;
}
#product-page .product-section-1-left img{
	max-width:100%;
	opacity:0;
	transform: translate(-100px,0);
    transition: all 1s ease;
}
#product-page .product-section-1.on .product-section-1-left img{
    opacity: 1;
    visibility: visible;
    transform: none;
}

#product-page .product-section-1-left:after{
	position:absolute;
	left:70px;
	bottom:70px;
	width: 68px;
	height: 12px;
	background: #FFFFFF;
}
#product-page .product-section-1-left .content{
    position: absolute;
    top: 80px;
    right: -80px;
    width: 554px;
    height: 400px;
    background: #1D213B;
    font-size: 80px;
    font-weight: bold;
    color: #fff;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 70px 50px;
	opacity:0;
	transform: translate(100px,0);
    transition: all 1s ease;
}
#product-page .product-section-1.on .product-section-1-left .content{
    opacity: 1;
    visibility: visible;
    transform: none;
}
#product-page .product-section-1-left .content:after{
	content:'';
	position:absolute;
	left:70px;
	bottom:70px;
	width: 68px;
	height: 12px;
	background: #FFFFFF;
}
#product-page .product-section-1-right{
    width: 50%;
    padding-left: 150px;
    box-sizing: border-box;
}
#product-page .product-section-1-right ul{}
#product-page .product-section-1-right li{
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}
#product-page .product-section-1-right li:last-child{
	margin-bottom:0;
}
#product-page .product-section-1-right li .svg{}
#product-page .product-section-1-right li .li-content{
    margin-left: 24px;
}
#product-page .product-section-1-right li .li-content h4{
    font-size: 24px;
    color: #333;
    line-height: 1;
}
#product-page .product-section-1-right li .li-content p{
    color: #666;
    font-size: 16px;
    margin-top: 15px;
}
#product-page .product-section-2{
    padding-left: 180px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#product-page .product-section-2 .product-section-2-left{
    width: 430px;
    padding-right: 110px;
    box-sizing: border-box;
}
#product-page .product-section-2 .product-section-2-left .product-detail,
#product-page .product-section-2 .product-section-2-left .product-title{
	text-align:left;
}

#product-page .product-section-2 .product-section-2-right{
    width: calc(100% - 430px);
    position: relative;
}

#product-page .product-section-2 .product-section-2-right:after{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60%;
    background: #1D213B;
}
#product-page .product-section-2 .product-container{
	padding:50px;
}
#product-page .product-section-2 .product-section-2-right li{}
#product-page .product-section-2 .product-section-2-right li .content{
    height: 268px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgb(29 33 59 / 10%);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 45px;
    text-align: center;
}
#product-page .product-section-2 .product-section-2-right li .svg{}
#product-page .product-section-2 .product-section-2-right li p{
    color: #2E3143;
    line-height: 26px;
    margin-top: 24px;
}
#product-page .product-section-3{
	padding:60px 0 0;
	background: #F5F6F8;
}
#product-page .product-section-3 ul{
    margin-top: 60px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
#product-page .product-section-3 li{
    width: 20%;
    position: relative;
	overflow:hidden;
}
#product-page .product-section-3 li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
#product-page .product-section-3 li span{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 88px;
    line-height: 88px;
    text-align: center;
    background: linear-gradient(180deg, rgba(29, 33, 59, 0) 0%, #1D213B 100%);
    font-size: 24px;
    color: #fff;
    font-weight: bold;
	opacity:0;
	visibility:hidden;
	transform:translate(0,88px);
	transition:all 0.3s ease;
}
#product-page .product-section-3 li:hover span{
	opacity:1;
	visibility:visible;
	transform:none;
}
#product-page .product-section-4{
	padding:60px 0 120px;
	background: #F5F6F8;
}
#product-page .product-section-4 ul{
    margin-top: 80px;
    display: flex;
    align-items: flex-start;
}
#product-page .product-section-4 li{
    width: 25%;
    padding: 0 6%;
	box-sizing:border-box;
}
#product-page .product-section-4 li h4{
    color: #333;
    font-size: 24px;
    margin-top: 20px;
}
#product-page .product-section-4 li p{
    margin-top: 15px;
    color: #666;
    line-height: 26px;
}
#product-page .product-section-2 .product-pagination{
	display:none;
}
@media screen and (max-width:1440px){
	#product-page .product-section-2 .product-section-2-right li .content{
		padding:0 30px;
	}
	#product-page .product-wrapper{
		padding:0 120px;
	}
	#product-page .product-section-1-left{
		width:45%;
	}
	#product-page .product-section-1-right{
		padding-left:120px;
	}
	#product-page .product-section-1-right li .li-content h4{
		font-size:20px;
	}
	#product-page .product-section-1-right li .li-content p{
		font-size:14px;
	}
	#product-page .product-section-1.on .product-section-1-left .content{
		width: 500px;
		height: 340px;
		font-size: 60px;
	}
}
@media screen and (max-width:1280px){
	#product-page .product-wrapper{
		padding:0 60px;
	}
	#product-page .product-section-2{
		padding-left:60px;
	}
	#product-page .product-section-1.on .product-section-1-left .content{
		width: 400px;
		height: 300px;
		font-size: 50px;
		padding: 0 40px 50px;
	}
	#product-page .product-section-1-left .content:after{
		left: 40px;
		bottom: 40px;
		height: 10px;
	}
}
@media screen and (max-width:1024px){
	#product-page .product-section-2 .product-section-2-left{
		width:300px;
		padding-right:60px;
	}
	#product-page .product-section-2 .product-section-2-right{
		width:calc(100% - 300px);
	}
}
@media screen and (max-width:1023px){
	#product-page .product-section-2{
		flex-direction: column;
		padding: 0;
	}
	#product-page .product-section-2 .product-section-2-left{
		padding:0 30px;
		width:100%;
	}
	#product-page .product-section-2 .product-section-2-right{
		width:100%;
		margin-top:60px;
	}
	
	#product-page .product-section-2 .product-pagination{
		position:absolute;
		bottom: 0;
		display:flex;
		justify-content:center;
	}
	#product-page .product-section-2 .swiper-pagination-bullet{
		width:20px;
		height:4px;
		background-color:#ccc;
		opacity:.5;	
		border-radius:0;
	}
	#product-page .product-section-2 .swiper-pagination-bullet-active{
		background-color:#F23E55;
		opacity:1;
	}
	#product-page .product-section-2 .product-container{
		padding:30px;
	}
	
}
@media screen and (max-width:768px){
	#product-page .product-wrapper{
		padding:0 30px;
	}
	
	#product-page .product-section-1{
		flex-direction: column;
	}
	#product-page .product-section-1-left{
		width: 100%;
		max-width: 100%;
		padding: 0 50px;
		box-sizing: border-box;
	}
	#product-page .product-section-1-right{
		width: 100%;
		padding: 0;
	}
	#product-page .product-section-1-right{
		margin-top:60px;
	}
	#product-page .product-section-1-right li{
		margin-bottom:50px;
	}
	
	#product-page .product-section-3 li{
		width:50%;
	}
	#product-page .product-section-4{
		padding:60px 30px;
	}
	#product-page .product-section-4 ul{
		flex-wrap: wrap;
	}
	#product-page .product-section-4 li{
		width:50%;
		margin-bottom:30px;
		padding:0 30px;
	}
	
}
@media screen and (max-width:767px){
	#product-page .product-wrapper{
		padding:0 20px;
	}
	#product-page .product-banner{
		height: 70vh;
		padding: 70px 0 0;
	}
	#product-page .product-section-1-left{
		padding:0 20px;
	}
	#product-page .product-section-1.on .product-section-1-left .content{
		right: 0;
		top: 40px;
		width: 240px;
		height: 170px;
		font-size: 34px;
		padding: 0 30px 30px;
	}
	#product-page .product-section-1-left .content:after{
		left:30px;
		bottom:30px;
		width: 29px;
		height: 6px;
	}
	#product-page .product-section-4 li h4,
	#product-page .product-section-1-right li .li-content h4{
		font-size:20px;
	}
	#product-page .product-section-1-right li .li-content p{
		font-size:14px;
	}
	#product-page .product-section-1-right li{
		margin-bottom:40px;
	}
	#product-page .product-title{
		font-size:30px;
	}
	#product-page .product-section-2 .product-section-2-left{
		padding:0 20px;
	}
	#product-page .product-section-2 .product-container{
		padding:50px;
	}
	#product-page .product-section-4 li{
		width:100%;
		text-align:center;
		margin-bottom:40px;
	}
	#product-page .product-section-3 li span{
		height:44px;
		line-height:44px;
		font-size:20px;
	}
	
}


/*内页-收费版本*/
#price{}
#price .price-wapper{
	padding:0 80px;
}
#price .price-title{
	font-size:38px;
	color:#333;
	text-align:center;
}
#price .price-section-1{
	margin-top:80px;
}
#price .price-section-1 ul{
    display: flex;
    justify-content: space-between;
}
#price .price-section-1 li{
	width:calc(25% - 32px);
	cursor:pointer;
}
#price .price-section-1 li .price-section-1-wrapper{
	position:relative;
	border:1px solid #F5F6F8;
    background: #F5F6F8;
    opacity: 1;
    border-radius: 8px;
    height: 360px;
	overflow:hidden;
	transition:all 0.3s;
}
#price .price-section-1 .content1{
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
#price .price-section-1 .content1 h5{
    font-size: 20px;
    color: #333;
    margin-bottom: 5px;
}
#price .price-section-1 .content1 .price-detail{
    font-size: 14px;
    color: #666;
    margin-bottom: 24px;
}
#price .price-section-1 .content1 .price-content{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
}
#price .price-section-1 .content1 .price-content span{
    font-size: 28px;
    padding: 0 7px;
}
#price .price-section-1 .content1 p{
    color: #333;
    font-size: 14px;
}
#price .price-section-1 .content1 a{
    width: 108px;
    height: 42px;
    line-height: 42px;
    background: #ff5268;
    color: #fff;
    border-radius: 4px;
    font-weight: bold;
    margin-top: 40px;
}
#price .price-section-1 .content1 a:hover {
    background: #f23e55;
}
#price .price-section-1 .content2{
    border-top: 1px solid #E5E5E5;
    height: 60px;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 14px;
    color: #333;
}
#price .price-section-1 .content2 .content2-list{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#price .price-section-1 li .price-section-1-wrapper:hover,
#price .price-section-1 li .price-section-1-wrapper.on{
	transform:translate(0,-10px);
	background:none;
	border:1px solid #F53041;
	overflow:hidden;
	box-shadow: 0px 0px 20px rgba(29, 33, 59, 0.1);
	box-sizing:border-box;
}
#price .price-section-1 li .tag{
    width: 70px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    color: #fff;
    font-weight: bold;
	font-size: 20px;
    padding: 5px 10px 0 0;
	overflow:hidden;
	border-radius:0 8px 0 0;
}
#price .price-section-1 li .tag span{
	position:relative;
	z-index:9;
}
#price .price-section-1 li .tag:after{
    content: '';
    position: absolute;
    right: -38px;
    top: -18px;
    width: 100px;
    height: 60px;
    background: #F53041;
    transform: rotate(45deg);
}




 

#price .section-2{
	margin: 50px 0 0;
}
#price .section-2 .title{
    
}
#price .section-2 .fun-list-wap,
#price .section-2 .fun-list{
	margin: 50px 0 0;
}
#price .section-2 .fun-list ul{
	border: 1px solid #eee;
	border-radius: 8px;
	position: relative;
}
#price .section-2 .fun-list ul:before {
    content: '';
    position: absolute;
    left: 60%;
    top: 0;
    width: 20%;
    height: 100%;
    background: rgba(255,82,104,0.1);
    z-index: 999;
    transition: all 0.5s;
}
#price .section-2 .fun-list ul.hover1:before{
	left: 20%;
}
#price .section-2 .fun-list ul.hover2:before{
	left: 40%;
}
#price .section-2 .fun-list ul.hover3:before{
	left: 60%;
}
#price .section-2 .fun-list ul.hover4:before{
	left: 80%;
}
#price .section-2 .fun-list ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    
    z-index: 9;
}
#price .section-2 .fun-list ul li.table-th {
    position: sticky;
    top: 84px;
    z-index: 99;
}
#price .section-2 .fun-list ul li:first-child{
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}
#price .section-2 .fun-list ul li:before {
    content: '';
    position: absolute;
    left: 24px;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #eee;
}
#price .section-2 .fun-list ul li .fun-content {
    width: 20%;
    text-align: center;
    padding: 15px 0;
    box-sizing: border-box;
}
#price .section-2 .fun-list ul li .fun-content svg path{
	fill: #ff5268;
}
#price .section-2 .fun-list ul li.table-th .fun-content {
    padding: 30px 0;
    background: #FAFAFA;
    border-right: 1px solid #eee;
}
#price .section-2 .fun-list ul li .fun-content:first-child {
    text-align: left;
    padding-left: 24px;
    font-weight: bold;
    color: #2A2D3F;
}
#price .section-2 .fun-list ul li.table-th .fun-content:last-child {
    border: none;
}
#price .section-2 .fun-list ul li.table-th h4 {
    font-size: 24px;
    font-weight: bold;
    color: #2A2D3F;
}
#price .section-2 .fun-list ul li.table-th p {
    color: #666;
    margin: 10px 0 0;
    font-weight: normal;
}
#price .section-2 .fun-list-wap{
	display: none;
}


#price .price-section-3{
    height: 300px;
    background: #1D2345;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
#price .price-section-3 .price-title{
    text-align: left;
    color: #fff;
}
#price .price-section-3 .price-section-3-content{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    color: #fff;
}
#price .price-section-3 .price-section-3-content .price-section-3-right{
	padding-right:50px;
	color:#fff;
}
#price .price-section-3 .price-section-3-content .price-section-3-right svg{
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
#price .price-section-3 .price-section-3-content .price-section-3-right:hover svg{
	transform:translate(10px,0);
    opacity: 1;
    visibility: visible;
}


#price .price-section-4 .price-detail{
    display: flex;
    justify-content: center;
    margin-top: 24px;
    color: #666;
}
#price .price-section-4 .price-detail span{
    color: #F23E55;
    position: relative;
}
#price .price-section-4 ul{
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#price .price-section-4 li{
    width: calc(50% - 40px);
    margin-bottom: 30px;
}
#price .price-section-4 li .problem{
    font-size: 24px;
    color: #333;
    padding-left: 30px;
}
#price .price-section-4 li .answer{
    background: #F3F3F5;
    border-radius: 8px;
    padding: 30px;
    margin-top: 30px;
    line-height: 26px;
    height: 52px;
    color: #666;
}

#price .price-section-4 li .problem .icon{
	display:none;
}



















@media screen and (max-width:1440px){
	
}
@media screen and (max-width:1280px){
	#price .price-section-1 li{
		width:calc(20% - 20px)
	}
}
@media screen and (max-width:1024px){
	#price .price-wapper{
		padding:0 60px;
	}
	#price .price-section-1 ul{
		flex-wrap: wrap;
		justify-content: center;
	}
	#price .price-section-1 li{
		width:calc(33.3333% - 20px);
		margin-bottom:30px;
		margin-right:30px;
	}
	#price .price-section-1 li:nth-child(3n){
		margin-right:0;
	}
	#price .price-section-4 li{
		width:calc(50% - 30px);
	}
	
}

@media screen and (max-width:1023px){
	#price .price-wapper{
		padding:0 30px;
	}
	#price .price-section-4 li{
		width:100%;
	}
	#price .section-2 .fun-list{
	    display: none;
	}
	#price .section-2 .fun-list-wap{
	    display: block;
	}
	#price .section-2 .fun-list-wap-title{
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    height: 50px;
	    border: 1px solid #eee;
	    border-radius: 5px;
	    overflow: hidden;
	}
	#price .section-2 .fun-list-wap-title a{
	    width: 25%;
	    height: 50px;
	    line-height: 50px;
	    text-align: center;
	    font-size: 16px;
	    border-right: 1px solid #eee;
	}
	#price .section-2 .fun-list-wap-title a.on{
	    background: #634BFF;
	    color: #fff;
	}
	#price .section-2 .fun-list-wap-title a:last-child {
	    border: 0;
	}
	#price .section-2 .fun-list-wap-content-th{
	    margin: 30px 0 0;
	    overflow: hidden;
	    border-radius: 5px 5px 0 0;
	}
	#price .section-2 .fun-list-wap-content-th ul{
	    display: inline-flex;
	    background: #eee;
	    transition:all 0.5s;
	}
	#price .section-2 .fun-list-wap-content-th li {
	    width: calc(100vw - 100px);
	    padding: 40px 0;
	    text-align: center;
	}
	#price .section-2 .fun-list-wap-content-th li h4{
	    font-size: 24px;
	    color: #2A2D3F;
	}
	#price .section-2 .fun-list-wap-content-th li p{
	    margin-top: 10px;
	}
	#price .section-2 .fun-list-wap-content{
	    display: flex;
	    justify-content: space-between;
	    border: 1px solid #eee;
	    border-radius: 0 0 5px 5px;
	}
	#price .section-2 .fun-list-wap-left{
	    width: 50%;
	    overflow: hidden;
	}
	#price .section-2 .fun-list-wap-left li{
	    display: flex;
	    align-items: center;
	    padding: 0 20px;
	    font-weight: bold;
	    height: 50px;
	    position: relative;
	    color: #2A2D3F;
	}
	#price .section-2 .fun-list-wap-left li:before {
	    content: '';
	    position: absolute;
	    left: 24px;
	    bottom: 0;
	    width: 100%;
	    height: 1px;
	    border-bottom: 1px dashed #eee;
	}


	#price .section-2 .fun-list-wap-right{
	    width: 50%;
	    overflow: hidden;
	}
	#price .section-2 .fun-list-wap-right ul{
	    display: inline-flex;
	    overflow: hidden;
	    transition:all 0.5s;
	}
	#price .section-2 .fun-list-wap-right li{
	    width: calc(50vw - 50px);
	}
	#price .section-2 .fun-list-wap-right dd {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    font-weight: bold;
	    height: 50px;
	    position: relative;
	}
	#price .section-2 .fun-list-wap-right dd:before {
	    content: '';
	    position: absolute;
	    left: 0;
	    bottom: 0;
	    width: 100%;
	    height: 1px;
	    border-bottom: 1px dashed #eee;
	}
}
@media screen and (max-width:767px){
	#price .price-wapper{
		padding:0 20px;
	}
	
	#price .price-section-1 ul{
		flex-wrap: wrap;
		justify-content: center;
	}
	#price .price-section-1 li{
		width:100%;
		margin-bottom:20px;
		margin-right:0;
	}
	#price .price-section-1 li:nth-child(3n){
		margin-right:0;
	}
	#price .price-section-1 .content1 .price-content,
	#price .price-section-1 .content1 p,
	#price .price-section-1 .content1 a,
	#price .price-section-1 .content2{
		display:none;
	}
	#price .price-section-1 li .price-section-1-wrapper{
		height:130px;
	}
	#price .price-section-1 .content1{
		height:100%;
	}
	#price .price-section-1 .price-section-1-wrapper.on .content1 .price-content,
	#price .price-section-1 .price-section-1-wrapper.on .content1 p,
	#price .price-section-1 .price-section-1-wrapper.on .content1 a,
	#price .price-section-1 .price-section-1-wrapper.on .content2{
		display:block;
	}
	#price .price-section-1 li .price-section-1-wrapper.on{
		height:400px;
	}
	#price .price-section-1 .price-section-1-wrapper.on .content1{
		height:300px;
	}
	#price .price-section-3{
		height:420px;
	}
	#price .price-section-3 .price-section-3-content{
		flex-direction: column;
	}
	#price .price-section-3 .price-section-3-right{
		margin-top:80px;
	}
	#price .price-section-4 li{
		margin-bottom:50px;
	}
	#price .price-section-4 li .problem{
		position:relative;
		padding:0 50px 0 0;
		font-size:20px;
	}
	#price .price-section-4 li .problem .icon{
		position: absolute;
		right: -10px;
		top: 0;
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#price .price-section-4 li .answer{
		display:none;
		margin-top: 15px;
		height: auto;
		padding: 20px;
	}
	#price .price-section-4 li.on .problem .icon{
		transform:rotate(180deg);
	}
	#price .price-section-4 li.on .answer{
		display:block;
	}
	#price .price-section-4 li:last-child{
		margin:0;
	}
	
	#price .section-2 .fun-list-wap-content-th li{
		width: calc(100vw - 40px);
	}
	#price .section-2 .fun-list-wap-right li{
	    width: calc(50vw - 20px);
	}
	
}

/*主题模板页面*/

.body-template .template-banner{
	position:relative;
	padding:80px 0 0;
	background:#1d213b;
	margin-bottom:120px;
}
.body-template .template-banner .row{
    justify-content: space-between;
}

.body-template .template-banner .ad-txt{
	position:relative;
	width:40%;
	padding-right:5%;
	box-sizing:border-box;
}
.body-template .template-banner .con{
	position:relative;
}
.body-template .template-banner .ad-txt h3{
	color:#fff;
	font-size:40px;
	padding-bottom:30px;
}
.body-template .template-banner .ad-txt .describe{
	color:#fff;
	font-size:20px;
	padding-bottom:20px;
	opacity:0.8;
}
.body-template .template-banner .a-btn{
	position:absolute;
	bottom:-65px;
	display:inline-block;
}
.body-template .template-banner .a-btn a{
	padding:0 30px;
}
.body-template .template-banner .ad-img{
	width:60%;
    margin-bottom: -60px;
}
.body-template .template-banner .ad-img img{
	display:block;
	max-width:100%;
}

.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:#ff5268;
	border-radius:50%;
	box-sizing:border-box;
}
.body-template .template-box .list-lt dd .on .radio{
    border-color:#ff5268;
}
.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 .img img{
	max-width:100%;
}
.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 #ff5268;
	color:#fff;
	background:#ff5268;
}
.body-template .template li .view-btn a.use{
	border:1px solid #ff5268;
	color:#fff;
	background:#ff5268;
	display:none
}
.body-template .template li .name{
	text-align:center;
	font-size:18px;
	color:#1D213B;
	font-weight:bold;
	padding:15px 0 10px;
}

.body-template .template-box .template .more{
	text-align: center;
}
.body-template .template-box .template .more a:hover{
	color: #f23e55;
}
@media screen and (max-width:1440px){
	
}
@media screen and (max-width:1280px){

}
@media screen and (max-width:1024px){
	.body-template .template li .view-btn a{
		width: 140px;
		margin-top:15px;
	}
}
@media screen and (max-width:768px){
	.body-template .template-banner .ad-txt h3{
		font-size:30px;
	}
	.body-template .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%;
	}
}
@media screen and (max-width:767px){
	.body-template .template-box .template li{
		width:50%;
	}
	.body-template .template-box .on .template li{
		width:100%;
	}
	.body-template .template-banner .ad-txt,
	.body-template .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-template .template-banner{
		padding:20px 0 0;
	}
}








/*应用页面*/
.body-application img{
	max-width:100%;
}
.body-application .banner-top{
	background:#1D213B;
	color:#fff;
	padding-top:150px;
	padding-bottom:120px;
	position:relative;
	margin-bottom:100px;
}
.body-application .banner-top .ad-txt{
	text-align:center;
}
.body-application .banner-top .ad-txt h1{
	font-size:40px;
	line-height:55px;
	padding-bottom:20px;
	color:#fff;
}
.body-application .banner-top .ad-txt .describe{
	font-size:20px;
	opacity:0.8;
}
.body-application .banner-top .ad-txt .a-btn{
	padding-top:40px;
}


.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;
	text-align:left;
}


.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;
}
.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 .pc-content{}
.body-application .section1 .pc-content ul{
	display:flex;
	align-items: flex-start;
    flex-wrap: wrap;
}
.body-application .section1 .pc-content li{
	width: calc(33.333% - 20px);
    margin-right: 30px;
	margin-bottom: 30px;
	height: 132px;
}
.body-application .section1 .pc-content li:nth-child(3n){
	margin-right:0;
}
.body-application .section1 .pc-content li .con{
	background:#fff;
	padding:15px;
	border-radius:6px;
	transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
}
.body-application .section1 .pc-content li .con:hover {
    transform: scale(1.15);
    box-shadow: 0px 3px 20px rgb(29 35 69 / 10%);
    z-index: 1;
}
.body-application .section1 .pc-content li .pic{
	width:150px;
	margin-right:15px;
	border-radius:6px;
	overflow:hidden;
}
.body-application .section1 .pc-content li .text{
	width:calc(100% - 165px);
}
.body-application .section1 .pc-content 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 .pc-content 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 .section1 .pc-content li .con:hover .name{
	white-space: normal;
}
.body-application .section1 .pc-content li .con:hover .describe{
	-webkit-line-clamp: 2000;
	height: auto;
}
.body-application .section1 .swiper-application{
	display:none;
}
.body-application .section1 .application li{
	width:33.3333%;
	padding:0;
}
.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;

}

.body-application .section2 .list-top{
	padding-bottom:20px;
}

.body-application .screen .menu-btn{
	display:inline-block;
	vertical-align:middle;
	min-width:28px;
	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:#F23E55;
	border-radius:50%;
	box-sizing:border-box;
}
.body-application .section2 .list-lt dd .on .radio{
    border-color:#F23E55;
}
.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-application .more{
	text-align:center;
}




.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;
	font-size: 16px;
	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;
	background:none;
}
.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:#F23E55;
	font-weight:bold;
}

@media screen and (max-width:1440px){
	
}
@media screen and (max-width:1280px){
	.body-application .section1 .pc-content li{
		width:calc(50% - 15px);
	}
	.body-application .section1 .pc-content li:nth-child(3n){
		margin-right:30px;
	}
	.body-application .section1 .pc-content li:nth-child(2n){
		margin-right:0;
	}
}
@media screen and (max-width:1024px){
	.body-application .section2 .application li{
	    width: 33.3333%;
	}
}
@media screen and (max-width:768px){
	.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;
	}
	
	
	.body-application .section1 .pc-content{
		display:none;
	}
	.body-application .section1 .swiper-application{
		display:block;
	}
	.body-application .section1 .swiper-application .application-pagination{
		display:flex;
		align-items:flex-start;
		justify-content:center;
		margin-top:24px;
	}
	
	.body-application .section1 .swiper-application .swiper-pagination-bullet{
		width: 20px;
		height: 4px;
		background-color: #ccc;
		opacity: .5;
		border-radius: 0;
	}
	.body-application .section1 .swiper-application .swiper-pagination-bullet-active{
		background-color: #F23E55;
		opacity: 1;
	}
	.body-application .banner-top .ad-txt h1{
		font-size:36px;
	}
	.body-application .banner-top .ad-txt .describe{
		font-size:18px;
	}
}
@media screen and (max-width:767px){
	.body-application .banner-top .ad-txt h1{
		font-size:32px;
	}
	.body-application .section2 .on .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-application .section1 .application li .con{
    	flex-direction: column;
	}
	.body-application .section1 .application li .pic{
		width: 100%;
   	 	margin: 0;
	}
	.body-application .section1 .application li .text{
		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%;
	}
	.body-application .banner-top{
		padding-top:100px;
	}
	
	

	.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,
	.body-application .section2 .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 .screen .menu-btn{
		width: 38px;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}


	





































#body-box .banner {
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 610px;
}

#body-box .banner .banner-con {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	width:1200px;
}

#body-box .banner .h2 {
	
}

#body-box .banner .h1 {
	font-size: 40px;
	font-weight: bold;
	color:#fff;
	margin: 0 0 20px;
}

#body-box .banner .h3 {
	font-size: 24px;
	color: #fff;
	font-weight: 400;
	
}



#body-box .banner .banner-btn {
	color: #fff;
    border: 1px solid #ff5268;
    font-size: 16px;
    display: inline-block;
   
    width: 150px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    background: #ff5268;
    border-radius: 3px;
	transition: background-color .4s;
	margin-top:60px;
}

#body-box .banner .banner-btn:hover {
	background: #f23e55;
}




/* body-box common.css */



.index-default .common-tit {
	font-size:0;
	/* margin-bottom:20px; */
	overflow:hidden;
}

.index-default .common-tit .h1 {
font-size:40px;
color:#000;
margin-bottom:30px;
}

.index-default .common-tit .h2 {
font-size:36px;color:#333;margin-bottom:30px;font-weight:400;

}

.index-default .common-tit .h3{
color:#999;
font-size:24px;
font-weight:400;
margin-bottom:30px;

}
.index-default .common-tit .p{
	color:#999;
	font-size:16px;
	margin-bottom:30px;
	line-height:1.8;
	
	}


.index-default .common-tit .tit-effect {
	width:56px;height:5px;display:inline-block;margin-bottom:30px;background:#ff5268;
	
}
.index-default .common-tit .tit-btn{
	color:#fff;
	border:1px solid #ff5268;
	font-size:16px;
	display:inline-block;margin-right:20px;width:150px;height:44px;line-height:42px;text-align:center;background:#ff5268;border-radius:3px;
	transition:background-color .4s;
	
}
.index-default .common-tit .tit-btn:hover{background:#f23e55;color:#fff;}
.index-default .common-tit .tit-btn2{
	color:#ff5268;
	border:1px solid #ff5268;
	font-size:16px;
	display:inline-block;width:150px;height:44px;line-height:42px;text-align:center;border-radius:3px;
	transition:background-color .4s;
	
}
.index-default .common-tit .tit-btn2:hover{background:#ff5268;color:#fff;}





.index-default .template-case{text-align:center;background:#231768;padding-bottom:70px;}
.index-default .template-case .h2{color:#fff;}
.index-default .template-case ul{display:flex;align-items:flex-start;justify-content: space-between;flex-wrap: wrap;margin-top:20px;}
.index-default .template-case ul li{height:280px;width:calc(33.33% - 20px);border-radius:10px;overflow:hidden;margin-bottom:30px;}
.index-default .template-case ul li img{display:block;width:100%;position: relative;transition:all 0.4s;}
.index-default .template-case ul li:hover img{    transform: scale(1.1);}


.index-default .news-section{text-align:center;}
.index-default .news-section ul{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-bottom:-20px;margin-top:20px;}
.index-default .news-section li{width:calc(50% - 20px);box-sizing:border-box;border:1px solid #e9e9e9;padding:30px;margin-bottom:20px;}
.index-default .news-section li a{display:flex;align-items:start;justify-content:space-between;flex-wrap:wrap;width:100%;}
.index-default .news-section li h2{font-size:16px;color:#333;font-weight:400;width:370px;text-align:left;line-height:22px;height:44px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;}
.index-default .news-section li .news-time{font-size:16px;color:#999;}




.start-section {
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 100px 0;
	height: 100%;
	background:#231768;
}

.start-section h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 400;
	text-transform:uppercase;
	
}

.start-section .section-btn {
	display: inline-block;
	height: 44px;
	line-height: 42px;
	margin-top:40px;
	padding:0 36px;
	background: #ff5268;
	font-size: 16px;
	border-radius: 3px;
	text-align: center;
	box-sizing: border-box;
	border: 0;
	color: #fff;
	transition: background-color .4s;
	border:1px solid #ff5268;
	font-weight: 400;
}

.start-section .section-btn:hover {
	border-color: #f23e55;
	background:#f23e55;
}




/* end */





/*内页*/


/*登录*/
.click_tip{
	position:fixed;
	left:50%;
	display:inline-block;
	padding:0 30px;
	top:0;
	min-width:300px;
	height:80px;
	line-height:80px;
	background:#99cc00;
	color:#fff;
	font-size:14px;
	text-align:center;
	transition:all 0.1s; 
	transform:translate(-50%,0);
}
/*.fail{
	background:#f23e55;
}*/

#login{
	width:100%;
	height:100%;
	background:url(../images/login_bg.png) no-repeat scroll center center;
	background-size:cover;
	overflow:hidden;
}
#login .login-wapper{
	width:520px;
	position:fixed;
	left:50%;
	top:50%;
	background:#fff;
	transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	border-radius:5px;
	box-shadow:0px 12px 16px 7px rgba(0, 0, 0, 0.2);
}

#login .login-box{
	width:100%;
}
#login .login-tab{}
#login .login-tab-title{
	text-align:center;
	padding:50px 0 0;
}
#login .logo-login{
	
}
#login .logo-login a{
	display:inline-block;
	font-size:0;
}
#login .logo-login svg{
	width:240px;
}

#login .login-tab-con{
	padding:0 40px;
}
#login .sms-login{
	display:none;
}
#login .login-tab-item > h4{
	text-align:center;
	font-size:24px;
	color:#333;
	font-weight:normal;
}
#login .login-tab-item > p{
	font-size:14px;
	color:#333;
	text-align:center;
	color:#999;
	margin-top:10px;
}
#login .login-tab-on{
	display:block;
}
#login .login-form{}
#login .login-tab-item input[type=text],
#login .login-tab-item input[type=password]{
	width:100%;
	height:50px;
	background:none;
	border:0;
	padding:0;
	margin:0;
	text-indent:55px;
	color:#333;
	font-size:16px;
	border:1px solid #e9e9e9;
	border-radius:5px;
	box-sizing:border-box;
}
#login .login-tab-item span.svg-icon{
	position:absolute;
	left:15px;
	top:0;
	height:50px;
}
#login .login-tab-item p.tip{
	color:#ff5268;
	font-size:14px;
}
#login .login-tab-item span svg{
	height:50px;
	width:26px;
	fill:#d8d8d8;
}
#login .login-name,
#login .register-name,
#login .login-mobile-name{
	position:relative;
	margin:20px 0 0;
}
#login .login-password,
#login .register-password,
#login .register-password2{
	position:relative;
	margin:20px 0 0;
}
#login .login-btn,
#login .register-btn{
	margin:40px 0 0;
}
#login .login-btn input,
#login .register-btn input{
	height:50px;
	line-height:50px;
	width:100%;
	background:#ff5268;
	color:#fff;
	font-size:20px;
	border-radius:5px;
	border:0;
}
#login .login-btn input:hover,
#login .register-btn input:hover{
	opacity:0.85;
}
#login .login-links{
	padding:20px 0 50px;
	text-align:center;
	color:#999;
	height:30px;
	line-height:30px;
	position:relative;
}
#login .register-links-left{
	
}
#login .register-links-right{
	
}

#login .login-links a{
	display:inline-block;
	color:#000;
	font-size:16px;
	padding:0 15px;
	position:relative;
}
#login .login-links a:before{
	content:'';
	position:absolute;
	right:0;
	top:7px;
	height:16px;
	width:1px;
	background:#000;
}


#login .login-links a.register-links-right:before,
#login .register-centent .login-links a:before{
	display:none;
}

#login .login-links a:hover{
	text-decoration:underline;
	color:#000;
}

#login .register-code,
#login .login-mobile-code{
	margin:20px 0 0;
	position:relative;
}
#login .register-code input[type=button],
#login .login-mobile-code input[type=button]{
	position:absolute;
	right:0;
	top:0;
	height:50px;
	width:130px;
	text-align:center;
	background:#34219e;
	color:#fff;
	border:0;
	font-size:18px;
	border-radius:0 5px 5px 0;
}
#login .reading-consent{
	margin:20px 0 0;
	color:#999;
	font-size:16px;
	height:20px;
	line-height:20px;
	position:relative;
	padding-left:30px;
}
#login .reading-consent a{
	color:#333;
	margin-left:5px;
}
#login .reading-consent a:hover{
	text-decoration:underline;
}
#login .reading-consent input{
	vertical-align:middle;
	width:20px;
	height:20px;
	opacity:0;
	position:absolute;
	left:0;
	top:0;
	z-index:10;
	cursor:pointer;
}
#login .reading-consent span{
	display:inline-block;
	width:20px;
	height:20px;
	border:1px solid #d8d8d8;
	border-radius:3px;
	position:absolute;
	left:0;
	top:0;
	z-index:9;
	box-sizing:border-box;
}
#login .reading-consent span i{
	display:inline-block;
	width:18px;
	height:18px;
	text-align:center;
	opacity:0;
}
#login .reading-consent span i svg{
	width:16px;
	height:18px;
	fill:#fff;
}
#login .reading-consent span.on{
	background:#ff5268;
	border:1px solid #ff5268;
}
#login .reading-consent span.on i{
	opacity:1;
}

#login .register-btn input:disabled{
	background:#d8d8d8;
	cursor:not-allowed;
}
#login .login-left{
	background:url(../images/login-img.png) no-repeat scroll left center;
	background-size:100%;
	height:580px;
	width:calc(100% - 580px);
}

#login .register-code .on-disabled,
#login .login-mobile-code .on-disabled{
	background:#ddd !important;
	cursor:not-allowed !important;
}

::-webkit-input-placeholder { 
  color: #999;
}
::-moz-placeholder { 
  color: #999;
  font-size: 16px;
}
:-ms-input-placeholder {
  color: #999;
  font-size: 16px;
}   


/*SOHO*/
#soho{}
#soho .soho-wapper{}
#soho .soho-banner{
	position:relative;
	height:420px;
	background:url(../images/soho_banner_bg.png) no-repeat scroll center center;
	background-size:cover;
}



#soho .soho-banner-con{
	max-width:1200px;
	width:100%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	text-align:center;
}
#soho .soho-banner-con h3{
	font-size:40px;
	color:#fff;
	font-weight:normal;
}
#soho .soho-banner-con p{
	font-size:16px;
	color:#fff;
	margin:10px 0 0;
	line-height:30px;
}
#soho .soho-banner-con p span{
	display:block;
}
#soho .soho-banner-con a,
#theme .theme-banner-con a,
#category .category-banner-con a,
#marketing .marketing-banner-con a{
	display:inline-block;
    margin: 30px 0 0;
}

#soho .soho-list{
	margin:100px 0;
}
#soho .soho-list > h3{
	text-align:center;
}
#soho .soho-list ul{}
#soho .soho-list li{
	height:500px;
	margin:0 0 50px;
}
#soho .soho-list li:last-child{
	height:670px;
}
#soho .soho-list li:after{
	display:block;
	clear:both;
	content:'';
}
#soho .soho-list .soho-list-left{
	float:left;
	height:100%;
	position:relative;
}
#soho .soho-list .soho-list-right{
	float:right;
	height:100%;
	position:relative;
}
#soho .soho-list .soho-list-txt{
	position:absolute;
	top:50%;
	left:0;
	transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	width:530px;
}
#soho .soho-list .soho-list-txt h3{
	font-size:36px;
	color:#333;
	margin:0 0 20px;
	font-weight:normal;
}
#soho .soho-list .soho-list-txt p{
	font-size:20px;
	color:#666;
}
#soho .soho-list .soho-list-txt a{
 	display:inline-block;
    margin: 30px 0 0;
    width: 160px;
    height: 54px;
    line-height: 54px;
    background: #ff5268;
    font-size: 24px;
    border-radius: 5px;
    text-align: center;
    box-sizing: border-box;
    border: 0;
    color: #fff;
}
#soho .soho-list .soho-list-right .soho-list-txt{
	left:auto;
	right:0;
}
#soho .soho-list .soho-list-img{
	height:100%;
}
#soho .soho-list .soho-list-right .soho-list-img{
	text-align:right;
}
#soho .soho-list .soho-list-img img{
	max-width:100%;
	max-height:100%;
}

#soho .template{
	padding:80px 0;
	max-width:1200px;
	width:100%;
	margin:0 auto;
}
#soho .template:after{
	display:block;
	clear:both;
	content:'';
}
#soho .template h3{
	margin:0 0 50px;
}
#soho .template-show{
	float:left;
	width:784px;
	height:528px;
	background:url(../images/template-bg.png) scroll left top;
	position:relative;
}
#soho .template-img{
	width:638px;
	height:426px;
	overflow:hidden;
	position:absolute;
	top:27px;
	left:73px;
	opacity:0;
	visibility:hidden;
	transition:all 0.5s;
}
#soho .template-on{
	opacity:1;
	visibility:visible;
}
#soho .template-img img{
	width:100%;
}
#soho .template-tab{
	float:right;
	width:300px;
	margin-top:114px;
}
#soho .template-tab a{
	display:block;
	height:60px;
	line-height:60px;
	font-size:24px;
	color:#333;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	position:relative;
	padding:0 0 0 35px;
	font-weight:normal;
}
#soho .template-tab a.on,
#soho .template-tab a:hover{
	color:#34219e;
}
#soho .template-tab a svg{
	position:absolute;
	top:0;
	left:0;
	width:16px;
	text-align:center;
	height:60px;
	line-height:60px;
	opacity:0;
	visibility:hidden;
	font-size:20px;
}
#soho .template-tab a.on svg,
#soho .template-tab a:hover svg{
	opacity:1;
	visibility:visible;
	fill:#34219e;
}


#soho .mobile-template{
	display:none;
}






.more-functions{
	background:#f6f7fb;
	padding:100px 0;
}
.more-functions .more-functions-wapper{
	max-width:1200px;
	margin:0 auto;
	width:100%;
}
.more-functions h3{
	margin:0 0 50px;
}

.more-functions .more-functions__tab{
	width:720px;
	height:40px;
	margin:0 auto 50px;
	border-radius:4px;
	background:#fff;
	overflow:hidden;
}
.more-functions .more-functions__tab a{
	float:left;
	width:180px;
	height:40px;
	line-height:40px;
	background:none;
	text-align:center;
	font-size:16px;
	box-sizing:border-box;
	border-right:1px solid #f6f7fb;
	color:#333;
}
.more-functions .more-functions__tab a.on,
.more-functions .more-functions__tab a:hover{
	background:#ff5268;
	color:#fff;
}
.more-functions .more-functions__con{
	width:100%;
	position:relative;
}
.more-functions .more-functions__item{
	height:0;

	font-size:0;
	opacity:0;
	visibility:hidden;
	transition:all 0.5s;
	overflow:hidden;
	
}
.more-functions .more-functions__on{
	opacity:1;
	visibility:visible;
	height:auto;
}
.more-functions .more-functions__item .more-functions__item-wapper{
	overflow:hidden;
	transition:all 0.3s;
}
.more-functions .more-functions__item .more-functions__show{
	max-height:1440px;
}
.more-functions .more-functions__item-wapper a{
	display:inline-block;
	vertical-align:top;
	width:20%;
	box-sizing:border-box;
	border-right:2px solid #f6f7fb;
	border-bottom:2px solid #f6f7fb;
	background:#fff;
	font-size:14px;
	text-align:center;
}

.more-functions .more-functions__item-wapper a i{
	display:inline-block;
	width:70px;
	height:70px;
	line-height:70px;
	border-radius:50%;
	border:1px solid #eaeaea;
	box-sizing:border-box;
	text-align:center;
	font-size:30px;
	color:#34219e;
	margin:50px 0 0;
}
.more-functions .more-functions__item-wapper a i svg{
	height:70px;
	width:30px;
	fill:#34219e;
}
.more-functions .more-functions__item-wapper a h5{
	font-size:16px;
	color:#333;
	font-weight:normal;
	margin:10px 0 5px;
}
.more-functions .more-functions__item-wapper a p{
	font-size:14px;
	color:#999;
}

.more-functions .more-functions__item-wapper a:hover{
	
}
.more-functions .more-functions__item-wapper a:hover i{
	
}
.more-functions .more-functions__item-wapper a:hover h5,
.more-functions .more-functions__item-wapper a:hover p{
	
}

.more-functions .more-functions__item .more{
	text-align:center;
}
.more-functions .more-functions__item .more a{
	display:inline-block;
	margin:50px 0 0;
}






.mobile-more-functions{
	background:#f6f7fb;
	padding:100px 0;
	display:none;
}
.mobile-more-functions .mobile-more-functions-wapper{
	max-width:1440px;
	margin:0 auto;
	width:100%;
}
.mobile-more-functions h3{
	font-size:24px;
	color:#333;
	font-weight:normal;
	text-align:center;
	margin:0 0 50px;
}
.mobile-more-functions .function-list{
	padding:0 0 30px;
}
.mobile-more-functions .swiper-pagination-bullet{
	width:30px;
	height:3px;
	border-radius:5px;
	background:#e9e9e9;
	opacity:1;
	box-shadow:none;
}
.mobile-more-functions .swiper-pagination-bullet-active{
	background:#ff5268;
}


.mobile-more-functions .mobile-more-functions__tab{
	width:100%;
	height:40px;
	margin:0 auto 20px;
	border-radius:4px;
	background:#fff;
	overflow:hidden;
}
.mobile-more-functions .mobile-more-functions__tab a{
	float:left;
	width:25%;
	height:40px;
	line-height:40px;
	background:none;
	text-align:center;
	font-size:14px;
	box-sizing:border-box;
	border-right:1px solid #f6f7fb;
	color:#333;
}
.mobile-more-functions .mobile-more-functions__tab a.on,
.mobile-more-functions .mobile-more-functions__tab a:hover{
	background:#ff5268;
	color:#fff;
}
.mobile-more-functions .mobile-more-functions__con{
	width:100%;
	position:relative;
}
.mobile-more-functions .mobile-more-functions__item{
	height:0;
	font-size:0;
	opacity:0;
	visibility:hidden;
	transition:all 0.5s;
	overflow:hidden;
	
}
.mobile-more-functions .mobile-more-functions__on{
	opacity:1;
	visibility:visible;
	height:auto;
}
.mobile-more-functions .mobile-more-functions__item .mobile-more-functions__item-wapper{
	overflow:hidden;
	transition:all 0.3s;
}
.mobile-more-functions .mobile-more-functions__item .mobile-more-functions__show{
	max-height:1440px;
}
.mobile-more-functions .mobile-more-functions__item-wapper a{
	display:inline-block;
	vertical-align:top;
	width:16.66666%;
	box-sizing:border-box;
	border-right:2px solid #f6f7fb;
	border-bottom:2px solid #f6f7fb;
	background:#fff;
	font-size:14px;
	text-align:center;
	padding:20px 0;
}

.mobile-more-functions .mobile-more-functions__item-wapper a i{
	display:inline-block;
	width:60px;
	height:60px;
	line-height:60px;
	border-radius:50%;
	border:1px solid #eaeaea;
	box-sizing:border-box;
	text-align:center;
	font-size:30px;
	color:#ff5268;
	margin:0 0;
}
.mobile-more-functions .mobile-more-functions__item-wapper a h5{
	font-size:14px;
	color:#333;
	font-weight:normal;
	margin:10px 0 5px;
}
.mobile-more-functions .mobile-more-functions__item-wapper a p{
	font-size:12px;
	color:#999;
}

.mobile-more-functions .mobile-more-functions__item-wapper a:hover{
	background:#ff5268
}
.mobile-more-functions .mobile-more-functions__item-wapper a:hover i{
	background:#fff;
}
.mobile-more-functions .mobile-more-functions__item-wapper a:hover h5,
.mobile-more-functions .mobile-more-functions__item-wapper a:hover p{
	color:#fff;
}

.mobile-more-functions .mobile-more-functions__item .more{
	text-align:center;
}
.mobile-more-functions .mobile-more-functions__item .more a{
	display:inline-block;
	height: 50px;
    line-height: 50px;
    width: 160px;
    background: #ff5268;
    color: #fff;
    font-size: 20px;
    border-radius: 6px;
    text-align: center;
	border:0;
    
	margin:50px 0 0;
	transition:all 0.2s ease;
}
.mobile-more-functions .mobile-more-functions__item .more a:hover{
	box-shadow: 0 0 20px rgba(125,125,195,.5);
}

/*platform*/
#platform{}
#platform h3{
	margin:0 0 50px;
	text-align:center;
}
#platform .platform-wapper{}
#platform .platform-banner{
	background:url(../images/platform_banner_bg.png) no-repeat scroll center center;
	background-size:cover;
	height:420px;
	position:relative;
}


#platform .platform-banner-con{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	text-align:center;
}
#platform .platform-banner-con h3{
	font-size:40px;
	font-weight:normal;
	color:#fff;
	margin:0;
}
#platform .platform-banner-con p{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	color:#fff;
	margin:5px 0 0;
}
#platform .platform-banner-con a{
	margin:30px 0 0;
}

#platform .platform-list{
	text-align:center;
	padding:100px 0;
}

#platform .platform-list ul{
	font-size:0;
}
#platform .platform-list li{
	display:inline-block;
	font-size:14px;
	width:calc(25% - 30px);
	margin-right:40px;
	vertical-align:top;
}
#platform .platform-list li:nth-child(4){
	margin-right:0;
}
#platform .platform-list li img{
	max-width:100%;
}
#platform .platform-list li p{
	font-size:24px;
	color:#333;
	line-height:40px;
	margin:15px 0 0;
	font-family:Arial, Helvetica, sans-serif;
}

#platform .solution-box{
	padding:100px 0;
	text-align:center;
}
#platform .solution-img{}
#platform .solution-img img{
	max-width:100%;
}

#platform .show-value{
	padding:100px 0;
	text-align:center;
}
#platform .show-value ul{
	font-size:0;
}
#platform .show-value li{
	width:25%;
	display:inline-block;
	vertical-align:top;
	font-size:14px;
}
#platform .show-value li span{
	display:inline-block;
	width:170px;
	height:170px;
	border-radius:50%;
	background:#f6f7fb;
}
#platform .show-value li svg{
	height:170px;
	width:70px;
	fill:#34219e;
}
#platform .show-value li p{
	font-size:24px;
	color:#333;
	margin:20px 0 0;
}

#platform .easy-use{
	text-align:center;
	padding:100px 0 0;
}
#platform .easy-use .easy-use-img{}
#platform .easy-use .easy-use-img img{
	max-width:100%;
}

#platform .diversion{
	padding:100px 0;
	margin:0 auto;
}
#platform .diversion ul{
	font-size:0;
}
#platform .diversion li{
	width:calc(33.33333% - 110px);
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	margin-right:165px;
}
#platform .diversion li:nth-child(3){
	margin-right:0;
}
#platform .diversion li svg{
	width:80px;
	height:80px;
	fill:#34219e;
}
#platform .diversion li h4{
	font-size:24px;
	color:#333;
	font-weight:normal;
	margin:10px 0 20px;
}
#platform .diversion li p{
	font-size:16px;
	color:#666;
}




#marketing{}
#marketing .marketing-wapper{}
#marketing .marketing-banner{
	position: relative;
    height: 420px;
    background: url(../images/marketing_bg.png) no-repeat scroll center center;
    background-size: cover;
}
#marketing .marketing-banner-con{
	    max-width: 1200px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    text-align: center;
	box-sizing:border-box;
}
#marketing .marketing-banner-con h3{
	font-size:40px;
	font-weight:normal;
	color:#fff;
}
#marketing .marketing-banner-con p{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	color:#fff;
	margin:10px 0 0;
}

#marketing .multi-channel-operation,
#marketing .marketing-function{
	padding:100px 0;
	text-align:center;
}
#marketing .marketing-wapper{
	max-width:1200px;
	width:100%;
	margin:0 auto;
}





#wholesaler{}
#wholesaler .wholesaler-wapper{}
#wholesaler .wholesaler-banner{
	position: relative;
    height: 420px;
    background: url(../images/wholesaler_banner_bg.png) no-repeat scroll center center;
    background-size: cover;
}

#wholesaler .wholesaler-banner-con{
	max-width: 1200px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    text-align: center;
}
#wholesaler .wholesaler-banner-con h3{
	font-size:40px;
	font-weight:normal;
	color:#fff;
}
#wholesaler .wholesaler-banner-con p{
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	color:#fff;
}
#wholesaler .wholesaler-banner-con a{
	margin:30px 0 0;
}
#wholesaler .graphic-textual-list .graphic-box img,
#marketing .graphic-textual-list .graphic-box img{
	box-shadow:0 0 6px rgba(0,0,0,.2);
	border-radius: 10px;
}

#wholesaler .wholesale-website,
#wholesaler .apply-wholesaler{
	padding:80px 0;
	text-align:center;
}
#wholesaler .wholesale-website > h3,
#wholesaler .apply-wholesaler > h3{
	text-align:center;
}


#wholesaler .apply-wholesaler ul{
	font-size:0;
	margin:50px 0 0;
}
#wholesaler .apply-wholesaler li{
	display:inline-block;
	vertical-align:top;
	width:180px;
	margin:0 calc((100% - 900px) / 4) 0 0;
	box-sizing:border-box;
	font-size:24px;
}
#wholesaler .apply-wholesaler li:nth-child(5){
	margin:0;
}
#wholesaler .apply-wholesaler-img{
	position:relative;
	text-align:center;
}
#wholesaler .apply-wholesaler-img svg{
	fill:#fff;
	width:60px;
	height:60px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	
}
#wholesaler .apply-wholesaler-img img{
	max-width:180px;
	width:100%;
}
#wholesaler .apply-wholesaler li p{
	margin:20px 0 0;
	font-size:24px;
}









#category{}
#category .category-wapper{}
#category .category-banner{
	background:#f6f7fb;
	height:520px;
}
#category .category-banner-wapper{
	max-width:1200px;
	width:100%;
	position:relative;
	margin:0 auto;
}
#category .category-banner-img{
	text-align:left;
}
#category .category-banner-img img{
	max-width:100%;
	max-height:100%;
}
#category .category-banner-con{
	position:absolute;
	right:0;
	top:50%;
	text-align:center;
	transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
}
#category .category-banner-con h3{

	font-size:40px;
	font-weight:normal;
	color:#333;
	padding:0 0 15px;
	position:relative;
}
#category .category-banner-con h3:after{
	content:'';
	position:absolute;
	left:50%;
	bottom:0;
	transform:translate(-50%,0);
	-moz-transform:translate(-50%,0);
	-ms-transform:translate(-50%,0);
	-o-transform:translate(-50%,0);
	-webkit-transform:translate(-50%,0);
	height:6px;
	width:80px;
	background:#ff5268;
}
#category .category-banner-con p{
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	color:#999;
	margin:10px 0 0;
}








#category .fashion-industry ul{
	font-size:0;
	margin:40px 0 0;
}
#category .fashion-industry li{
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	width:140px;
	margin-right:calc((100% - 700px) / 4);
}
#category .fashion-industry li:nth-child(5){
	margin-right:0;
}
#category .fashion-industry li span{
	display:inline-block;
	width:140px;
	height:140px;
	border-radius:50%;
	background:#f6f7fb;
	text-align:center;
}
#category .fashion-industry li svg{
	height:100%;
	width:50%;
	fill:#ff5268;
}
#category .fashion-industry li p{
	color:#333;
	font-size:24px;
	margin:15px 0 0;
	text-align:center;
}
#category .fashion-industry{
	padding:100px 0;
}
#category .image-show{
	padding:0 0 100px;
}
#category .image-show:after{
	content:'';
	display:block;
	clear:both;
}
#category .image-show .img{
	text-align:center;
	margin:40px 0 0;
}
#category .image-show img{
	max-width:100%;
}
#category .image-show .left-img{
	float:left;
	margin:50px 0 0;
	max-width:calc(50% - 30px);
}
#category .image-show .right-img{
	float:right;
	margin:50px 0 0;
	max-width:calc(50% - 30px);
}
#category .image-show .left-img img,
#category .image-show .right-img img{
	border-radius:5px;
	box-shadow:0 9px 21px rgba(126,125,193,.11);
	max-width:100%;
}

#category .image-show .left-img p,
#category .image-show .right-img p{
	text-align:center;
	font-size:24px;
	color:#333;
	margin:30px 0 0;
}



#category .common-functions{
	padding:100px 0;
}
#category .common-functions ul{
	font-size:0;
	margin:50px 0 0;
}
#category .common-functions li{
	display:inline-block;
	font-size:14px;
	width:25%;
	text-align:center;
	margin:0 0 50px;
}
#category .common-functions li .img{
	display:inline-block;
	width:120px;
	height:120px;
	position:relative;
}
#category .common-functions li .img img{
	max-width:100%;
	max-height:100%;
}
#category .common-functions li .img svg{
	fill:#fff;
	width:50px;
	height:50px;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
#category .common-functions li h4{
	color:#333;
	font-size:24px;
	margin:10px 0 0;
	font-weight:normal;
}
#category .common-functions li p{
	font-size:16px;
	color:#666;
	margin:10px 0 0;
}

#category .function-tab{
	margin:100px auto;
	max-width:820px;
	width:100%;
	text-align:center;
	
}
#category .function-tab-title{
	height:68px;
	background:#f6f7fb;
	font-size:0;
	display:inline-block;
}
#category .function-tab-title span{
	display:inline-block;
	vertical-align:top;
	height:68px;
	line-height:68px;
	text-align:center;
	font-size:24px;
	color:#333;
	width:230px;
	position:relative;
	cursor:pointer;
}
#category .function-tab-title span:after{
	position:absolute;
	bottom:-24px;
	left:50%;
	border-width: 12px;
	border-style: solid;
	border-color:#ff5268 transparent transparent transparent;
	content:'';
	display:none;
	margin-left:-12px;
}
#category .function-tab-title span:before{
	position:absolute;
	right:0;
	top:50%;
	width:1px;
	height:22px;
	background:#d8d8d8;
	margin-top:-11px;
	content:'';
}
#category .function-tab-title span:nth-child(3):before,
#category .function-tab-title span.on:before{
	display:none;
}
#category .function-tab-title span.on{
	background:#ff5268;
	color:#fff;
}
#category .function-tab-title span.on:after{
	display:block;
}

#category .function-tab-con{}
#category .function-tab-item{
	display:none;
}
#category .function-tab-on{
	display:block;
}
#category .function-tab-item p{
	margin:40px 0 20px;
	color:#666;
}
#category .function-tab-item .img{}
#category .function-tab-item .img img{
	max-width:100%;
}


#category .user-management ul{
	font-size:0;
	margin:100px 0 0;
}
#category .user-management li{
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	width:25%;
	text-align:center;
	margin-bottom: 100px; 
}
#category .user-management li:nth-child(4n){
	margin-right:0;
}
#category .user-management li span{
	display:block;
	text-align:center;
}
#category .user-management li svg{
	fill:#ff5268;
	width:70px;
	height:70px;
}
#category .user-management li p{
	font-size:24px;
	color:#333;
	margin:10px 0 0;
}

#category .users{
	padding:100px 0;
}
#category .users ul{
	font-size:0;
	margin:50px 0 0;
}
#category .users li{
	display:inline-block;
	width:calc(25% - 18px);
	margin-right:24px;
	margin-bottom:24px;
	background:#fff;
	text-align:center;
}
#category .users li:nth-child(4n){
	margin-right:0;
	
}
#category .users li a{}
#category .users li img{
	max-width:100%;
}







#application{}
#application .application-wapper{}
#application .application-banner{
	position: relative;
    height: 420px;
    background: url(../images/application-banner-bg.png) no-repeat scroll center center;
    background-size: cover;
}
#application .application-banner-wapper{
	max-width:1200px;
	width:100%;
	position:relative;
	margin:0 auto;
	height:100%;
	z-index:99;
}
#application .application-banner-con{
	position:absolute;
	left:50%;
	top:50%;
	text-align:center;
	transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
#application .application-banner-con h3{
	font-size:40px;
	font-weight:normal;
	color:#fff;
	position:relative;
	white-space:nowrap;
}
#application .application-banner-con p{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	color:#fff;
	margin:10px 0 0;
	white-space:nowrap;
}
#application .application-banner-con form{
	display: inline-block;
    width: 500px;
    height: 60px;
    font-size: 0;
	position:relative;
	margin:50px  0 0;
}
#application .application-cate{
	width:60px;
	height:60px;
	border-radius:5px;
	background:#fff;
	position:relative;
	display:inline-block;
	vertical-align:top;
}
#application .application-cate dt{
	width:60px;
	height:60px;
	text-align:center;
	cursor:pointer;
	border-radius:5px;
	transition:all 0.3s;
}
#application .application-cate dt svg{
	fill:#b9b9b9;
	height:60px;
	width:30px;
}
#application .application-cate dt:hover{
	background:#ff5268;
}
#application .application-cate dt:hover svg{
	fill:#fff; 
}
#application .application-cate dd{
	position:absolute;
	top:70px;
	left:0;
	width:180px;
	background:#fff;
	border-radius:5px;
	box-shadow:0 0 8px rgba(0,0,0,.3);
	overflow:hidden;
	display:none;
}
#application .application-cate dd a{
	display:block;
	height:50px;
	line-height:50px;
	border-bottom:1px solid #f4f4f4;
	padding:0 20px;
	font-size:18px;
	text-align:left;
	color:#999;
	transition:all 0.3s;
}
#application .application-cate dd a:last-child{
	border:0;
}
#application .application-cate dd a svg{
	height:50px;
	width:26px;
	fill:#b9b9b9;
	vertical-align:top;
	margin-right:8px;
	transition:all 0.3s;
	
}
#application .application-cate dd a:hover{
	background:#ff5268;
	color:#fff;
}
#application .application-cate dd a:hover svg{
	fill:#fff;
}

#application .application-banner-con form .txt{
    width: 350px;
    height: 60px;
    border: 0;
    box-sizing: border-box;
    display: inline-block;
	vertical-align:top;
	border-radius:5px 0 0 5px;
	font-size:20px;
	color:#999;
	text-indent:20px;
	position:relative;
	background:none;
	background:#fff;
	margin-left:10px;
}
#application .application-banner-con form:before{
	content:'';
	width:1px;
	height:40px;
	background:#e9e9e9;
	position:absolute;
	left:280px;
	top:10px;
	
}
#application .application-banner-con form .select{
    height: 60px;
    border: 0;
    width: 140px;
    text-align: center;
    display: inline-block;
	vertical-align:top;
	position:relative;
	box-sizing:border-box;
	
	
}
#application .application-banner-con form .select:after{
	content:'';
	width:0;
    height:0;
    border-right:8px solid transparent;
	border-left:8px solid transparent;
	border-top:8px solid #d8d8d8;
	position:absolute;
	right:10px;
	top:50%;
	transform:translate(0,-50%);
}
#application .application-banner-con form .select select{
	height: 60px;
	line-height: 60px;
	width:100%;
	padding:0 10px;
	border:0;
	font-size:18px;
	color:#333;
	background:none;
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari 和 Chrome */
}
#application .application-banner-con form button{
    width: 80px;
	height:60px;
    border: 0;
    display: inline-block;
	vertical-align:top;
	background:#ff5268;
	text-align:center;
	border-radius:0 5px 5px 0;
	cursor:pointer;
}
#application .application-banner-con form button svg{
	height:60px;
	width:40px;
	fill:#fff;
}




#application .application-search-title{
	padding:100px 0 20px;
	font-size:24px;
	color:#333;
}

#application .application-pay > p{
	color:#666;	
	margin:10px 0 20px;
}

#application .application-addnew{
	padding:100px 0;
}
#application .new-big-title{
	text-align:left;
}
#application .application-addnew ul{
	font-size:0;
	margin:30px 0 0;
}
#application .application-addnew li{
	display:inline-block;
	vertical-align:top;
	width:calc(50% - 15px);
	margin-right:30px;
	font-size:14px;
	margin-bottom:30px;
	background:#fff;
	box-shadow:0 0 10px rgba(126,125,193,.2);
	height:200px;
	padding:30px;
	font-size:0;
	box-sizing:border-box;
	transition:all 0.3s ease;
}

#application .application-addnew li:hover{
	box-shadow:0 5px 15px rgba(126,125,193,.2);
	transform:translate(0,-5px);
}
#application .application-addnew li:nth-child(2n){
	margin-right:0;
}
#application .application-addnew li .img{
	display:inline-block;
	vertical-align:middle;
	width:220px;
}
#application .application-addnew li .img img{
	max-width:100%;
	max-height:100%;
	border-radius:10px;
}
#application .application-addnew li .application-con{
	display:inline-block;
	vertical-align:middle;
	font-size:14px;
	width:calc(100% - 250px);
	margin-left:30px;
}
#application .application-addnew li .application-con h4{
	font-size:24px;
	color:#333;
	font-weight:normal;
	margin:0 0 7px;
}
#application .application-addnew li .application-con span{
	display:block;
	font-size:20px;
	color:#fb616d;
}
#application .application-addnew li .application-con p{
	color:#666;
	margin:10px 0 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height:48px;
}

#application .application-ad{
	height:200px;
	background:url(../images/application-ad.jpg) no-repeat scroll center center;
	background-size:cover;
	padding:0;
	margin:0 auto 100px;
	position:relative;
}
#application .application-ad-con{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	width:1200px;
}
#application .application-ad-con h4{
	font-size:36px;
	color:#fff;
}
#application .application-ad-con p{
	font-size:20px;
	color:#fff;
	width:calc(100% - 200px);
}
#application .application-ad-con a{
	position:absolute;
	top:50%;
	right:0;


	transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);

    color: #fff;
}

#application .application-pay{
	padding-bottom:60px;
}
#application .application-pay .no-record{
	font-size: 30px;
    color: #999;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border: 1px solid #ddd;
    padding: 50px;
    border-radius: 5px;
}
#application .application-pay .no-record svg{
	width: 50px;
    height: 50px;
    fill: #ddd;
    vertical-align: top;
    margin-right: 20px;
}
#application .more{
	text-align:right;
}
#application .more a{
	display:inline-block;
	vertical-align:top;
	height:24px;
	line-height:24px;
	color:#999;
	font-size:20px;
}
#application .more a svg{
	height:24px;
	width:24px;
	fill:#ff5268;
	vertical-align:top;
	display:inline-block;
	margin-left:5px;
}
#application .application-pay ul{
	font-size:0;
	margin-bottom:20px;
}
#application .application-pay li{
	display:inline-block;
	width:calc(25% - 15px);
	margin-right:20px;
	font-size:14px;
	border-radius:5px;
	overflow:hidden;
	background:#fff;
	vertical-align:top;
	position:relative;
	box-shadow:0 4px 10px rgba(126,125,193,.2);
	margin-bottom:20px;
}
#application .application-pay li:nth-child(4n){
	margin-right:0;
}
#application .application-pay .img{}
#application .application-pay .img img{
	display:block;
	width:100%;
}
#application .application-pay .application-con{
	text-align:center;
	padding:20px 10px;
}
#application .application-pay .application-con h4{
	font-size:18px;
	color:#333;
	font-weight:normal;
	margin:0 0 10px;
}
#application .application-pay .application-con span{
	display: block;
    font-size: 16px;
    color: #fb616d;
}
#application .application-pay .pop-box{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.6);
	transform:translate(0,100%);
	-moz-transform:translate(0,100%);
	-ms-transform:translate(0,100%);
	-o-transform:translate(0,100%);
	-webkit-transform:translate(0,100%);
	visibility:hidden;
	transition:all 0.3s;
}
#application .application-pay li:hover .pop-box{
	visibility:visible;
	transform:none;
}
#application .application-pay .pop-box p{
	padding:30px;
	color:#fff;
	font-size: 16px;
    line-height: 24px;
}
#application .application-pay .pop-box a{
	position:absolute;
	bottom:30px;
	left:50%;
	transform:translate(-50%,0);
	-moz-transform:translate(-50%,0);
	-ms-transform:translate(-50%,0);
	-o-transform:translate(-50%,0);
	-webkit-transform:translate(-50%,0);
    box-sizing: border-box;
    border: 0;
    color: #fff;
}
#application .application-bar{
	background:#f9faff;
	color:#333;
	text-align:center;
	height:200px;
	line-height:200px;
	font-size:20px;
	
}
#application .application-bar a{
	    font-size: 20px;
    color: #333;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
}

#application .application-show{
	display:block;
}
#application .application-search-list{
	
}

/*news_detail_body*/

#application-detail{
	background:#f5f5f5;
}
#application-detail .application-detail-con{
	font-size:0;
	padding:80px 0;
}
#application-detail .application-detail-left{
	display:inline-block;
	width:calc(100% - 420px);
	vertical-align:top;
	font-size:14px;
	background:#fff;
	padding:30px;
	box-sizing:border-box;
}
#application-detail .application-detail-top{
	height:70px;
	position:relative;
	
}
#application-detail .application-detail-top .img{
	display:inline-block;
	width:113px;
	height:70px;
}
#application-detail .application-detail-top .img img{
	max-width:100%;
	max-height:100%;
	border-radius:5px;
}
#application-detail .application-detail-top .con{
	display:inline-block;
	height:70px;
	vertical-align:top;
	margin-left:20px;
	padding:10px 0 0;
	box-sizing:border-box;
}
#application-detail .application-detail-top .con h4{
	font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
	line-height:20px;
}
#application-detail .application-detail-top .con p{
	color:#999;
	line-height:20px;
	font-size:14px;
}
#application-detail .application-detail-top .btn1{
	position:absolute;
	top:50%;
	right:0;
	transform:translate(0,-50%);
}
#application-detail .application-synopsis{
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:35px 0;
	margin:35px 0 0; 
	color:#333;
	font-size:14px;
}
#application-detail .application-detail-content{
	margin:30px 0 0;
	color:#333;
	font-size:14px;
	line-height:24px;
}
#application-detail .application-detail-content h5{
	font-size:16px;
	margin-bottom:10px;
}
#application-detail .application-detail-content .content{}




#application-detail .application-detail-right{
	display:inline-block;
	width:400px;
	vertical-align:top;
	margin-left:20px;
	font-size:14px;
	
}

#application-detail .middle-part{
	height: 100px;
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
}
#application-detail .middle-part .title{
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0;
}
#application-detail .middle-part .author-info{
    margin-top: 15px;
    font-weight: bold;
}
#application-detail .middle-part .before-info{
    color: #999;
    font-size: 14px;
    font-weight: normal;
}
#application-detail  .bottom-part {
	background:#fff;
	padding:15px;
}
#application-detail  .bottom-part .title{
	font-size:16px;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:5px;
}
#application-detail  .bottom-part img{
	max-width:100%;
	margin-left:5px;
	margin-top:15px;
}



#theme{
	background:#f6f7fb;
}
#theme .theme-wapper{}
#theme .theme-banner{
	position: relative;
    height: 420px;
    background: url(../images/theme-banner-bg.png) no-repeat scroll center center;
    background-size: cover;
}
#theme .theme-banner-wapper,
#theme .screen{
	position:relative;
	height:100%;
}
#theme .theme-banner .theme-banner-img{
	position:absolute;
	bottom:0;
	left:0;
}
#theme .theme-banner .theme-banner-img img{
	display:block;
	max-width:100%;
}
#theme .theme-banner-con{
	    max-width: 1200px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    text-align: center;
}
#theme .theme-banner-con h3{
	font-size:40px;
	font-weight:normal;
	color:#fff;
	position:relative;
	white-space:nowrap;
}
#theme .theme-banner-con p{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:2px;
	color:#fff;
	margin:10px 0 0;
}
#theme .chose-list{
	position:relative;
}
#theme .theme-top-box{
	margin:50px auto 0;
	width:100%;
	max-width:1440px;
	padding:17px 0;
	position:relative;
}
#theme .theme-color{
	font-size:0;
	display:inline-block;
	vertical-align:top;
}
#theme .theme-color-title{
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	color:#333;
	line-height:26px;
	width:80px;
	font-weight:bold;
}
#theme .theme-color a{
	background:#f5f5f5;
	width:26px;
	height:26px;
	border-radius:50%;
	display:inline-block;
	vertical-align:top;
	overflow:hidden;
	margin-right:20px;
	cursor:pointer;
}
#theme .theme-color a:nth-child(1){
	width:auto;
	border-radius: 20px;
	
}
#theme .theme-color a:nth-child(1) .theme-color-icon{
	background: none;
    line-height: 26px;
    color: #333;
    font-size: 12px;
    width: auto;
    padding: 0 15px;
    
}
#theme .theme-color a:nth-child(1) .on{
	background: #ff5268;
    color: #fff;

}
#theme .theme-color a:nth-child(2){
	background:#f10509;
}
#theme .theme-color a:nth-child(3){
	background:#ff610a;
}
#theme .theme-color a:nth-child(4){
	background:#fde23d;
}
#theme .theme-color a:nth-child(5){
	background:#7dd22c;
}
#theme .theme-color a:nth-child(6){
	background:#20e5ca;
}
#theme .theme-color a:nth-child(7){
	background:#1092e0;
}
#theme .theme-color a:nth-child(8){
	background:#920494;
}
#theme .theme-color a:nth-child(9){
	background:#999;
}
#theme .theme-color a:nth-child(10){
	background:#fc67ff;
}
#theme .theme-color a:nth-child(11){
	background:#000;
}
#theme .theme-color a:nth-child(12){
	background:#fff;
	box-sizing:border-box;
	border:1px solid #d9d9d9;
}
#theme .theme-color a:nth-child(12) .theme-color-icon svg{
	fill:#333;
}
#theme .theme-color a:nth-child(13){
	background:#994a00;
}


#theme .theme-color-icon svg{
	height:26px;
	fill:#fff;
	opacity:0;
	visibility:hidden;
	position:relative;
	z-index:9;
}
#theme .theme-color-icon.on svg{
	opacity:1;
	visibility:visible;
}

#theme .theme-color-icon:nth-child(11) svg{
	fill:#000;
}
#theme .theme-color-more{
	position:relative;
}
#theme .theme-color-more span{
	width:13px;
	height:13px;
	display:block;
	position:absolute;
	left:0;
	top:0;
}
#theme .theme-color-more svg{
	fill:#333;
}
#theme .theme-color-more span:nth-child(1){
	background:#2aaaff;
}
#theme .theme-color-more span:nth-child(2){
	background:#7ece1d;
	left:auto;
	right:0;
}
#theme .theme-color-more span:nth-child(3){
	background:#fee332;
	top:auto;
	bottom:0;
}
#theme .theme-color-more span:nth-child(4){
	background:#ff5c00;
	top:auto;
	left:auto;
	bottom:0;
	right:0;
}

#theme .theme-search{
	position:absolute;
	right:0;
	top:0;
	z-index:9;
}
#theme .theme-search form{
	height:50px;
	line-height:50px;
	width:420px;
	background:#fff;
	border-radius:5px;
	overflow:hidden;
	font-size:0;
}
#theme .theme-search .txt{
	display:inline-block;
	vertical-align:top;
	width:350px;
	height:50px;
	line-height:50px;
	border:0;
	padding:0;
	font-size:16px;
	text-indent:15px;
}
#theme .theme-search .btn{
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	width:70px;
	height:50px;
	background:#ff5268;
	border:0;
	padding:0;
	text-align:center;
}
#theme .theme-search .btn svg{
	height:50px;
	width:24px;
	fill:#fff;
	
}
#theme .mobile-show{
	padding:0 15px;
	display:none;
}
#theme .mobile-show svg{
	width:30px;
	height:40px;
	fill:#ff5268;
}



#theme .screen{
	border-top:1px solid #e9e9e9;
	padding:20px 0 0;
	margin-top:30px;
}
#theme .screen dl{
	font-size:0;
	color:#333;
}
#theme .screen dl dt{
	display:inline-block;
	width:80px;
	font-size:16px;
	vertical-align:top;
	line-height:30px;
	font-weight:bold;
}
#theme .screen dl dd{
	display:inline-block;
	width:calc(100% - 80px);
	font-size:0;
	vertical-align:top;
}
#theme .screen dl dd a{
	display:inline-block;
	font-size:16px;
	line-height:30px;
	padding:0 10px;
	border-radius:20px;
	margin:0 7px 15px;
	transition:all 0.3s;
}
#theme .screen dl dd a.on,
#theme .screen dl dd a:hover{
	background:#ff5268;
	color:#fff;
}

#theme .template-tab{
	max-width:1440px;
	width:100%;
	margin:0 auto;
	
}
#theme .template-title{
	padding:20px 0 0;
	border-top:1px solid #e9e9e9;
	font-size:0;
	position:relative;
}
#theme .template-title span{
	display:inline-block;
	vertical-align:top;
	height:45px;
	line-height:45px;
	font-size:16px;
	color:#333;
	margin-right:30px;
	cursor:pointer;
}
#theme .template-title span.on{
	color:#ff5268;
	border-bottom:2px solid #ff5268;
	font-weight:bold;
}
#theme .template-list{
	margin-top:45px;
}
#theme .template-list ul{
	font-size:0;
	display:none;
}
#theme .template-list ul.on{
	display:block;
}
#theme .template-list li{
	display:inline-block;
	vertical-align:top;
	width:calc(33.3333% - 20px);
	margin-right:30px;
	background:#fff;
	border:1px solid #e9e9e9;
	border-radius:5px;
	box-sizing:border-box;
	overflow:hidden;
	font-size:14px;
	margin-bottom:30px;
	position:relative;
}
#theme .template-list li:nth-child(3n){
	margin-right:0;
}
#theme .template-list li .img{
	height:240px;
	overflow:hidden
}
#theme .template-list li .img img{
	max-width:100%;
}
#theme .template-list li p{
	padding:20px 0;
	text-align:center;
	font-size:16px;
	color:#333;
}
#theme .template-list li .pop-btn{
	position:absolute;
	left:0;
	top:50%;
	transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	text-align:center;
	width:100%;
	opacity:0;
	visibility:hidden;
	transition:all 0.3s ease;
}
#theme .template-list li:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.6);
	opacity:0;
	visibility:hidden;
	transition:all 0.3s ease;
}
#theme .template-list li .pop-btn a{

	margin:10px auto;
	display:block;
	box-sizing:border-box;
	box-shadow:none;
}
#theme .template-list li .pop-btn a:nth-child(2){
	border:1px solid #fff;
	background:none;
	line-height:48px;
}
#theme .template-list li:hover .pop-btn{
	opacity:1;
	visibility:visible;
	transition:all 0.3s ease;
}
#theme .template-list li:hover:before{
	opacity:1;
	visibility:visible;
	transition:all 0.3s ease;
}
#theme .mobile-close{
	display:none;
}

#theme .template-list .wapthemelist li{
	width: 260px;
	height:auto;
    margin: 0 53px 53px 0;
	border:0;
	background:none;
	
}
#theme .template-list .wapthemelist li:nth-child(4n){
	margin-right:0;
}
#theme .template-list .wapthemelist li .img{
	display: block;
    background: url(../images/templetlistbg.png) center top no-repeat;
	width: 260px;
    height: 554px;
    padding: 0;
    position: relative;
	box-shadow:0 3px 8px rgba(0,0,0,.1);
	border-radius: 36px;
}
#theme .template-list .wapthemelist li .img span{
	width: 220px;
    height: 460px;
    border: 1px solid #d8d8d8;
    line-height: 365x;
    position: absolute;
    left: 20px;
    top: 50px;
	display: block;
    overflow: hidden;
}
#theme .template-list .wapthemelist li .img span:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.6);
	opacity:0;
	visibility:hidden;
	transition:all 0.3s ease;
}
#theme .template-list .wapthemelist li:hover .img span:before{
	opacity:1;
	visibility:visible;
	transition:all 0.3s ease;
}



#theme .template-list .wapthemelist li:before{
	display:none
}




.wap-theme{
	text-align:center;
}
.wap-theme .wap-theme-show{
	display:inline-block;
	width: 355px;
    height: 760px;
    padding: 0;
    position: relative;
	background: url(../images/viewpicbg.jpg) top no-repeat;
	margin:80px 0 0;
}
.wap-theme .wap-theme-wapper{
    position: absolute;
    top: 90px;
    left: 22px;
	    display: block;
    width: 320px;
    height: 568px;
    margin: 0;
    overflow: hidden;
    border: 1px solid #ccc;
}
.wap-theme #iframe{}
.wap-theme .qrcode{
	position:absolute;
	right:100px;
	top:100px;
	
}
.wap-theme .qrcode img{
	border:15px solid #f5f5f5;
	width:200px;
}
.wap-theme .qrcode p{
	font-size:18px;
	color:#999;
	margin:10px 0 0;
}











/*分页*/
.page{
	margin:0 auto ;
	max-width:1440px;
	width:100%;
	text-align:center;
	padding:0 0 50px;
}
.page .page-left,
.page .page-right{
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	line-height:32px; 
	padding:0 10px;
	cursor:pointer;
}

.page ul{
	display:inline-block;
	vertical-align:top;
	font-size:0;
	font-size:14px;
}
.page li{
	display:inline-block;
	vertical-align:top;
	margin:0 2px;
	font-size:16px;
}
.page li a{
	display:inline-block;
	
	width:35px;
	height:35px;
	line-height:35px;
	color:#333;
	
	cursor:pointer;
}
.page li.on a{
	background:#ff5268;
	color:#fff;
}
.page li:hover,
.page .page-left:hover,
.page .page-right:hover{
	color:#ff5268;
}




.graphic-textual-list{
	display: -webkit-flex;
	display: flex;
	padding:100px 0 0;
	width:100%;
	align-items: center;
	box-sizing:border-box;
}

.graphic-textual-list .left-side{
	position:relative;
	width:50%;
	text-align:left;
}
.graphic-textual-list .right-side{
	position:relative;
	height:100%;
	width:50%;
	text-align:right;
}
.graphic-textual-list .textual-box{
	text-align:left;
	padding:0 0 0 160px; 
	box-sizing:border-box;
}
.graphic-textual-list .graphic-box{
	max-width:100%;
}
.graphic-textual-list .graphic-box img{
	border-radius:5px;
	max-width:90%;
}
.graphic-textual-right{
	flex-direction:row-reverse; 
}
.graphic-textual-right .textual-box{
	padding:0 160px 0 0;
}

.graphic-textual-list .textual-box h3{
	text-align:left;
	font-size: 24px;
    color: #333;
    margin: 0 0 20px;
	font-weight:normal;
}
.graphic-textual-list .textual-box p{
    color: #666;
}
.graphic-textual-list .textual-box a{
    display: inline-block;
    margin: 20px 0 0;
}







/*旧站迁移*/



/*联系我们*/
#contactus{
}
#contactus .contactus-list{
	padding:100px 0;
	font-size:0;
	box-sizing:border-box;
}
#contactus .contactus-list ul{
	display:inline-block;
	font-size:14px;
	vertical-align:middle;
	width:300px;
}
#contactus .contactus-list li{
	margin-bottom:30px;
}
#contactus .contactus-list li svg{
	width:30px;
	height:30px;
	fill:#ff5268;
	vertical-align:top;
	margin-right:10px;
}
#contactus .contactus-list li span{
	display:block;
	line-height:30px;
	color:#333;
	font-size:16px;
	font-weight:bold;
}
#contactus .contactus-list li p{
	padding-left:40px;
	color:#999;
	font-size:16px;
	line-height:28px;
}

#contactus .contactus-list .img{
	display:inline-block;
	font-size:14px;
	vertical-align:middle;
	width:calc(100% - 350px);
	margin-left:50px;
}
#contactus .contactus-list .img img{
	max-width:100%;
}





#contactus .page-banner{
	position: relative;
    height: 420px;
    background: url(../images/contactus-banner-bg.png) no-repeat scroll center center;
    background-size: cover;
}


/*news_detail_body*/

#news-detail{
	background:#f5f5f5;
}
#news-detail .news-detail-con{
	font-size:0;
	padding:80px 0;
}
#news-detail .news-detail-con img{
	max-width:100%;
	}
#news-detail .news-detail-left{
	display:inline-block;
	width:calc(100% - 420px);
	vertical-align:top;
	font-size:14px;
	background:#fff;
	padding:30px;
	box-sizing:border-box;
}
#news-detail .news-detail-left h3{
	    text-align: center;
    margin: 0 0 15px;
    font-size: 20px;
}
#news-detail .news-detail-content{
	line-height: 24px;
}
#news-detail .news-detail-content img{
	max-width: 100%;
}
#news-detail .news-detail-right{
	display:inline-block;
	width:400px;
	vertical-align:top;
	margin-left:20px;
	font-size:14px;
	
}
#news-detail .news-detail-right .ad img{
	max-width:100%;
	display:block;
}
#news-detail .news-detail-right .nd_list{
	padding:30px;
	background:#fff;
	box-sizing:border-box;
}
#news-detail .news-detail-right .nd_list h3{
	height: 40px;
    font-size: 20px;
    font-weight: normal;
}
#news-detail .news-detail-right .nd_list ul{}
#news-detail .news-detail-right .nd_list li{}
#news-detail .news-detail-right .nd_list li a{
	display: block;
    font-size: 14px;
    width: 340px;
    line-height: 20px;
    border-bottom: 1px solid #f5f5f5;
    padding: 10px 0;
}

/*links*/
.links-con{
	padding:100px 0;
}
.links-con h3{}
.links-con ul{}
.links-con li{}
.links-con li a{}



/*公共内页page banner*/

.page-banner{
	height:520px;
	width:100%;
	background:#4747af;
	background-size:cover;
}
.page-wapper{
	max-width:1200px;
	width:100%;
	margin:0 auto;
}
.page-banner .page-wapper{
	position:relative;
	height:100%;
}
.page-banner .img{
	position:absolute;
	top:50%;
	right:0;
	transform:translate(0,-50%);
	color:#fff;
	height:80%;
}
.page-banner .img img{
	max-height:100%;
}
.page-banner-con{
	position:absolute;
	top:50%;
	left:0;
	transform:translate(0,-50%);
	color:#fff;
}
.page-banner-con h3{
	font-size:40px;
	color:#fff;
	font-weight:normal;
}
.page-banner-con p{
	font-size:16px;
	letter-spacing:2px;
}





/*cooperate*/
#cooperate .cooperate-con{
	margin-top:100px;
}
#cooperate .cooperate-con h3{
	text-align:center;
	font-size:30px;
	font-weight:normal;
	color:#333;
	position:relative;
	padding:0 0 20px;
}
#cooperate .cooperate-con h3:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 56px;
    height: 5px;
    background: #ff5268;
    margin-left: -28px;
    content: '';
}
#cooperate .cooperate-con p{
	font-size:16px;
	color:#333;
	line-height:24px;
	margin:30px 0;
}
#cooperate .cooperate-con a{
	font-size:16px;
	color:#ff5268;
	display:inline-block;
	margin:0 0 30px;
}
#cooperate .cooperate-con dl{
	color:#333;
	line-height:24px;
	font-size:16px;
	margin:0 0 30px;
	
}
#cooperate .cooperate-con dt{
	margin:0 0 10px;
	font-weight:bold;
}
#cooperate .cooperate-con dd{}


/*partner*/
#partner{
	padding:0 0 50px;
}
#partner .plan-new-title{
	padding:0 0 10px;
}
#partner .plan-new-title span{
	background:none;
}
#partner .plan-new-title:before{
	position: absolute;
	top:auto;
    bottom: 0;
    left: 50%;
    width: 56px;
    height: 5px;
    background: #ff5268;
    margin-left: -28px;
    content: '';
}




#cooperate .cooperate-banner{
	
	position: relative;
    height: 250px;
    background: url(../images/cooperate-banner-bg.png) no-repeat scroll center center;
    background-size: cover;
}
#cooperate .pricacy-banner{
	
	position: relative;
    height: 250px;
    background: url(../images/pricacy-banner-bg.png) no-repeat scroll center center;
    background-size: cover;
}
#cooperate .service-banner{
	
	position: relative;
    height: 250px;
    background: url(../images/service-banner-bg.png) no-repeat scroll center center;
    background-size: cover;
}
#cooperate .agreement-banner{
	
	position: relative;
    height: 250px;
    background: url(../images/agreement-banner-bg.png) no-repeat scroll center center;
    background-size: cover;
}




.common-banner{
	height:250px;
	background:#f3f1ff;
}
.common-banner .page-wapper{
	font-size:0;
	height:100%;
}
.common-banner .left-img{
	text-align:left;
	display:inline-block;
	width:50%;
	font-size:16px;
	vertical-align:middle;
}
.common-banner .right-img{
	text-align:right;
	display:inline-block;
	width:50%;
	font-size:16px; 
	vertical-align:middle;
	height:100%;
	position:relative;
}
.common-banner .right-img img{
	position:absolute;
	bottom:0;
	right:0;
}
.common-banner img{
	max-width:100%;
}


/*加载动画*/
.loading-box{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,.5);
}
#loading3 {
    position: relative;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
    width: 50px;
    height: 50px;
}
.demo3 {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #ff5268;
    position: absolute;
    animation: demo3 linear 0.8s infinite;
    -webkit-animation: demo3 linear 0.8s infinite;
}
.demo3:nth-child(1){
    left: 24px;
    top: 2px;
    animation-delay:0s;
}
.demo3:nth-child(2){
    left: 40px;
    top: 8px;
    animation-delay:0.1s;
}
.demo3:nth-child(3){
    left: 47px;
    top: 24px;
    animation-delay:0.1s;
}
.demo3:nth-child(4){
    left: 40px;
    top: 40px;
    animation-delay:0.2s;
}
.demo3:nth-child(5){
    left: 24px;
    top: 47px;
    animation-delay:0.4s;
}
.demo3:nth-child(6){
    left: 8px;
    top: 40px;
    animation-delay:0.5s;
}
.demo3:nth-child(7){
    left: 2px;
    top: 24px;
    animation-delay:0.6s;
}
.demo3:nth-child(8){
    left: 8px;
    top: 8px;
    animation-delay:0.7s;
}

@keyframes demo3 
{
    0%,40%,100% {transform: scale(1);}
    20% {transform: scale(3);}
}
@-webkit-keyframes demo3 
{
    0%,40%,100% {transform: scale(1);}
    20% {transform: scale(3);}
}



/*material_body*/
.material_box{
	background:#f5f5f5;
	padding:50px 0;
}
.material_box .material_con {
	background: #fff; 
	border-radius:5px;
	overflow:hidden;
}
.material_box .material_con .material_logo{
	background:url(../images/material-banner.png) no-repeat scroll left center;
	background-size:cover;
	height:250px;
}
.material_box .material_con .material_c {
	width: 770px; 
	margin: 0 auto; 
	min-height: 500px; 
	color:#000;
	font-size:14px;
	line-height:20px;
	padding:50px 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 li{
	float:left;
	width:32%;
	margin-right:2%;
	text-align:center;
}
.material_box .logo_list ul li.last{
	margin:0;
}
.material_box .logo_list ul li p{
	background:url(../images/logo/logo_bg.jpg) repeat;
}
.material_box .logo_list ul li:first-child p{
	background: none;

}
.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 .logo_list .lt1,
.material_box .logo_list .lt2{
	margin-top:20px;
}

.news-bom{
	text-align:center;
	line-height:20px;
}
.news-bom svg{
	margin-bottom:20px;
}
.news-bom h6{
	font-size:18px;
	font-weight:normal;
	color:#333;
	margin:0 0 15px;
}
.news-bom p{
	margin-bottom:20px;
}
.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;
}

.relregister{
	text-align: center;
    padding: 0 40px;
    font-size: 16px;
    color: #333;
}
.relregister > p{
	padding: 20px 0;
    margin-top: 50px;
}
.relregister .relregister-btn{
	height: 50px;
    line-height: 50px;
    width: 100%;
    background: #ff5268;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    border: 0;
    display: inline-block;
}
.relregister .relregister-bom{
    padding: 30px 0;
    margin-top: 100px;
}
.relregister .relregister-bom a{
	color:#ff5268;
}
@media screen and (max-width:1366px) {
	.mobile-img{
		display:block;
	}
	.mobile-img img{
		max-width:100%;
	}
	#content .banner-video video,
	#content .grid-video video{
		display:none;
	}
}

@media screen and (max-width:1200px) {
	.new-wapper,
	.page-wapper{
		width:calc(100% - 60px);
	}

	.bor{
		width:calc(100% - 60px);
	}
	#content .brand,
	.service-list,
	#login .login-wapper{
		width:calc(100% - 60px);
	}
	#login .login-left{
		max-width:calc(100% - 550px);
	}
	
	
	
	#marketing .marketing-wapper{
		padding:0 0 40px;
	}
	.service-list li{
		width:calc(25% - 22.5px);
		margin-right:30px;
		padding:50px 0;
	}
	.service-list li .con{
		padding:0 20px;
	}
	.settled-list li .settled-box span{
		padding:0 30px;
	}
	#content .news-list{
		padding:0 30px;
		box-sizing:border-box;
	}
	#content .news-list li span{
		font-size:24px;
		line-height:34px;
	}
	.settled-list li .num{
		font-size:35px;
	}
	.wrapper {
		width: calc(100% - 60px);
	}

	#application-detail .application-detail-left{
		width:100%;
		display:block;
	}
	#application-detail .application-detail-right{
		display:block;
		width:100%;
		margin:20px 0 0;
	}

}
@media screen and (max-width:1024px) {
	
	#marketing .multi-channel-operation{
		padding:70px 0 100px;
	}

	#content .banner-con .phone-txt{
		height:46px;
		line-height:46px;
		font-size:16px;
	}
	#content .banner-con h2{
		font-size:40px;
	}
	#content .banner-con p{
		font-size:18px;
	}

	.bor{
		width:calc(100% - 60px);
	}
	

	#content .brand-con{
		padding:40px 0 0;
	}
	#content .brand-txt{
		padding-right:50px;
	}
	#content .brand-txt li{
		display:block;
		margin:0;
		width:100%;
		height:60px;
		font-size:0;
		padding:10px 0;
	}
	#content .brand-txt li svg{
		display:inline-block;
		vertical-align:middle;
	}
	#content .brand-txt li p{
		line-height:24px;
		display:inline-block;
		width:calc(100% - 80px);
		vertical-align:middle;
		padding-left:15px;
		box-sizing:border-box;
		margin:0;
	}
	#content .shop-list{
		margin:80px auto 0;
	}
	.service-list{
		margin-top:80px;
	}
	.service-list li {
		width: calc(25% - 18px);
		margin-right: 24px;
		padding:60px 0;
	}
	.service-list li svg{
		width:60px;
		height:60px;
	}
	.service-list li .con{
		height:auto;
	}
	.service-list li .con h4{
		font-size:20px;
		margin:30px 0 0;
	}
	
	
	
	.settled-list{
		box-sizing:border-box;
		height:620px;
	}
	.settled-list li{
		width:calc(33.33333% - 20px);
		margin-right:30px;
	}
	.settled-list li .settled-box{
		margin:60px 0 0;
	}
	.settled-list li:nth-child(2) .settled-box{
		margin:90px 0 0;
	}


	#content .news-list{
		margin:0 auto;
		box-sizing:border-box;
		padding:0 30px;
	}

	#content .news-list li {
		width: calc(33.33333% - 16px);
		margin-right: 24px;
	}
	#content .news-list li p{
		font-size:16px;
	}
	.bom-bar{
		padding: 50px 30px;
    	margin: 60px auto 0;
		width:100%;
		box-sizing:border-box;
	}
	.bom-bar .con h4{
		font-size:40px;
	}
	#content .brand-video{
		bottom:12px;
		right:30px;
	}
	#login .login-wapper{
		width:100%;
		padding:0 30px;
		box-sizing:border-box;
		font-size:0;
	}
	#login .login-left{
		max-width:100%;
		width:calc(55% - 50px);
		box-sizing:border-box;
		margin:0 50px 0 0;
		font-size:14px;
		float:none;
		display:inline-block;
		vertical-align:middle;
		
	}
	#login .login-box{
		width:45%;
		font-size:14px;
		float:none;
		display:inline-block;
		vertical-align:middle;
	}
	#login .login-left img{
		max-width:100%;
		height:auto;
		max-height:100%;
	}
	
	#soho .soho-banner-con{
		padding:0 30px;
	}
	#soho .soho-banner-con h3{
		font-size:35px;
	}
	#soho .soho-list{
		margin:50px 0;
	}
	#soho .soho-list li{
		height:310px;
	}
	#soho .soho-list .soho-list-img{
		width:550px;
	}
	#soho .soho-list .soho-list-txt h3{
		font-size:30px;
	}
	#soho .soho-list .soho-list-txt p{
		font-size:18px;
	}
	#soho .soho-list .soho-list-txt a{
		height:46px;
		line-height:46px;
		width:130px;
		font-size:20px;
	}
	#soho .soho-list li:last-child{
		height:430px;
	}
	
	#soho .template{
		padding:70px 30px;
		box-sizing:border-box;
	}
	#soho .template-show{
		width:600px;
		height:404px;
		background-size:100%;
		background-repeat:no-repeat;
		
	}
	#soho .template-img{
		top:21px;
		left:57px;
		width:487px;
	}
	#soho .template-tab{
		margin:70px 0 0;
		width:250px;
	}
	#soho .template-tab a{
		height:50px;
		line-height:50px;
		font-size:20px;
	}
	#soho .template-tab a svg{
		height:50px;
		line-height:50px;
		width:13px;
	}
	



	#platform .diversion{
		padding:80px 0;
		box-sizing:border-box;
	}
	
	#marketing .marketing-banner{
		padding:0 50px;
		box-sizing:border-box;
		height:450px;
	}
	#marketing .marketing-banner-wapper{
		height:100%;
	}
	#marketing .marketing-banner-img{
		height:100%;
	}
	.graphic-textual-list{
		padding:100px 0 0;
	}
	.graphic-textual-list .graphic-box{
		width:500px;
	}
	#wholesaler .wholesaler-banner-wapper{
		height:100%;
	}
	#wholesaler .wholesaler-banner-img{
		height:100%;
	}
	#wholesaler .apply-wholesaler li{
		width:160px;
		margin:0 calc((100% - 800px) / 4) 0 0;
	}
	#wholesaler .wholesale-website, 
	#wholesaler .apply-wholesaler{
		padding:60px 0;
	}
	#category .category-banner{
		padding:0 30px 0 0;
		box-sizing:border-box;
		height:450px;
	}
	#category .category-banner-wapper{
		height:100%;
	}
	#category .category-banner-img{
		height:100%;
	}


	#category .fashion-industry li p{
		font-size:24px;
	}
	#category .common-functions,
	#category .users{
		padding:80px 30px;
	}
	 
	
	#application .application-search-title{
		padding:70px 30px 20px;
	}
	#application .application-addnew{
		padding:70px 0;
	}

	#application .application-addnew li .img{
		width:200px;
	}
	#application .application-addnew li .application-con{
		width:calc(100% - 215px);
		margin-left:15px;
	}
	#application .application-addnew li .application-con h4{
		font-size:20px;
	}
	#application .application-addnew li .application-con span{
		font-size:18px;
	}
	#application .application-addnew li .application-con p{
		font-size:16px;
	}
	#application .application-ad{
		width:calc(100% - 40px);
	}
	#application .application-pay li{
		width:calc(33.33333% - 20px);
		margin-right:30px;
	}
	#application .application-pay li:nth-child(3n) {
		margin-right: 0;
	}
	#application .application-pay li:nth-child(4n) {
		margin-right:30px;
	}
	#theme .theme-banner{
		height:450px;
	}
	#theme .theme-banner .theme-banner-img{
		left:40px;
		width:50%;
	}
	#theme .theme-banner-con{
		right:40px;
		width:40%;
	}
	#theme .theme-banner-con h3{
		font-size:40px;
		white-space:normal;
	}

	#theme .theme-search{
		position:relative;
		right:auto;
	}
	#theme .theme-top-box{
		margin-top:50px;
	}
	#theme .theme-search{
		margin-bottom:70px;
		margin-top:50px;
	}
	#theme .theme-search form{
		margin:0 auto;
	}
	
	.page-banner{
		padding:0 40px;
		box-sizing:border-box;
		height:450px;
	}
	body.mobile-menu-show #header .mobile-menu-icon:after {
		top: 14px;
    transform: rotate(315deg);
    transition: top 0.1s ease-out,transform 0.3s 0.14s cubic-bezier(0.215,0.61,0.355,1),background-color 0.15s ease;
	}

	body.mobile-menu-show #header .mobile-menu-icon:before {
		top: 14px;
    transform: rotate(225deg);
    transition: top 0.1s ease-out,transform 0.3s 0.14s cubic-bezier(0.215,0.61,0.355,1),background-color 0.15s ease;
	}

	body.mobile-menu-show #header .mobile-menu-icon span {
		opacity: 0;
	}

	.topcategoriesbg {
		background: #666;
		width: 100%;
		position: fixed;
		left: 0;
		top: 99px;
		bottom: 0;
		opacity: 0;
		visibility: hidden;
		z-index: 8;
	}




	#body-box .banner{height:550px;}
	#theme .template-list .wapthemelist li,
	#theme .template-list .wapthemelist li:nth-child(4n){
		margin-right:92px;
	}
	#theme .template-list .wapthemelist li:nth-child(3n){
		margin-right:0;
	}

}
@media screen and (max-width:1023px){
	#theme .template-list .wapthemelist li{
		margin-right:calc((100vw - 840px)/2);
	}

}
@media screen and (max-width:992px) {
	
	#theme .template-list .wapthemelist li,
	#theme .template-list .wapthemelist li:nth-child(3n),
	#theme .template-list .wapthemelist li:nth-child(2n){
		margin-right:calc((100vw - 580px)/4);
		margin-left:calc((100vw - 580px)/5);
	}
	

	



}



@media screen and (max-width:768px) {
	.new-big-title{
		font-size:24px;
	}
	#content .banner-con h2{
		font-size:26px;
		margin:0 0 15px;
	}
	#content .banner-con p{
		font-size:16px;
		line-height:20px;
		margin:0 0 30px;
	}

	#content .grid-txt{
		padding-right:50px;
	}
	#content .grid-2 .grid-txt{
		padding:0 0 0 50px;
	}

	

	#content .shop-list li{
		width:50%;
	}
	
	#content .news-list li .img img{
		width:100%;
	}
	.service-list li{
		width:calc(50% - 18px);
		margin-bottom:24px;
		
	}
	.service-list li:nth-child(2n){
		margin-right:0;
	}
	#header .links{
		display:none;
	}
	
	#login .login-left{
		display:none;
	}
	#login .login-box{
		display:block;
		width:100%;
	}
	.page-header .menu-icon span, 
	.page-header .menu-icon:before, 
	.page-header .menu-icon:after{
		background:#333 !important;
	}
	#soho .soho-list li{
		height:auto;
	}
	#soho .soho-list .soho-list-left{
		float:none;
	}
	#soho .soho-list .soho-list-right{
		float:none;
	}
	#soho .soho-list .soho-list-img{
		width:100%;
		text-align:center;
	}
	#soho .soho-list .soho-list-txt{
		position:relative;
		left:0;
		top:0;
		width:100%;
		transform:none;
	}
	#soho .soho-banner{
		height:380px;
	}
	#soho .soho-banner img{
		display:none;
	}
	#soho .soho-banner .mobile-soho-img{
		display:block;
		text-align:center;
	}
	#soho .soho-banner .mobile-soho-img img{
		display:inline-block;
		max-width:80%;
	}
	#soho .soho-banner-con{
		box-sizing:border-box;
		
	}
	#soho .soho-banner-con h3{
		margin:0 0 15px;
		font-size:24px;
	}
	#soho .soho-banner-con p{
		font-size:16px;
	}
	#soho .soho-list .soho-list-txt{
		text-align:center;
	}
	#soho .soho-list .soho-list-txt a{
		display:none;
	}
	#soho .soho-list li:last-child{
		height:auto;
	}
	.more-functions{
		display:none;
	}
	.mobile-more-functions{
		display:block;
	}
	#soho .soho-list{
		margin:50px 0;
	}
	#soho .soho-list .soho-list-txt h3{
		margin:20px 0 15px;
	}
	#soho .soho-list .soho-list-txt p{
		font-size:16px;
	}
	.mobile-more-functions{
		padding:40px 20px;
	}
	.mobile-more-functions h3{
		font-size:24px;
		margin:0 0 20px;
	}
	#soho .template{
		display:none;
	}
	#soho .mobile-template{
		display:block;
		padding:40px 20px 0;
	}
	#soho .mobile-template h3{
		font-size:24px;
		margin:0 0 20px;
		text-align:center;
		font-weight:normal;
	}
	#soho .mobile-template ul{
		padding-bottom:30px;
	}
	#soho .mobile-template li a{
		display:block;
		margin:0 0 20px;
		text-align:center;
	}
	#soho .mobile-template li img{
		max-width:100%;
	}	
	#soho .mobile-template .swiper-pagination-bullet {
		width: 30px;
		height: 3px;
		border-radius: 5px;
		background: #e9e9e9;
		opacity: 1;
		box-shadow: none;
	}
	#soho .mobile-template .swiper-pagination-bullet-active {
		background: #ff5268;
	}
	#platform .platform-list li{
		width:calc(50% - 20px);
		margin-right:40px;
		margin-bottom:20px;
	}
	#platform .platform-list li:nth-child(2n){
		margin-right:0;
	}
	#platform .solution-img{
		padding:0 30px;
	}
	#platform .show-value{
		padding:80px 0;
		box-sizing:border-box;
	}
	#platform .show-value li{
		width:calc(50% - 20px);
		margin-right:40px;
		margin-bottom:40px;
	}
	#platform .show-value li:nth-child(2n){
		margin-right:0;
	}
	#platform .easy-use{
		padding:80px 30px 0;
		box-sizing:border-box;
	}
	#platform .diversion li{
		width: calc(33.33333% - 20px);
    	margin-right: 30px;
	}
	#platform .platform-banner{
		height:380px;
	}
	#platform .platform-banner-img{
		
		text-align:center;
		height:auto;
	}
	#platform .platform-banner-con{
		padding:0 30px ;
		text-align:center;
		width:100%;
		box-sizing:border-box;
	}
	#platform .platform-banner-con h3{
		font-size:30px;
		margin:0 0 15px;
	}
	#platform .platform-banner-con p{
		font-size:18px;
	}
	
	
	
	
	#marketing .marketing-banner{
		height:400px;
		padding:0 60px;
	}
	#marketing .marketing-banner-con h3{
		font-size:40px;
	}
	#marketing .marketing-banner-con p{
		font-size:16px;
	}

	
	
	.graphic-textual-list{
		display:block;
	}
	.graphic-textual-list .left-side{
		margin:0;
		width:100%;
		
	}
	.graphic-textual-list .right-side{
		width:100%;
		
	}
	.graphic-textual-list .graphic-box{
		width:100%;
		text-align:center;
		margin:0 0 35px;
	}
	.graphic-textual-list .textual-box{
		position:relative;
		left:0;
		top:0;
		width:100%;
		transform:none;
	}
	.graphic-textual-list .textual-box{
		text-align:center;
		padding:0;
	}
	.graphic-textual-list .textual-box a{
		display:none;
	}
	#marketing .multi-channel-operation, 
	#marketing .marketing-function{
		padding:60px 0;
		box-sizing:border-box;
	}
	#marketing .marketing-wapper{
		padding:0 30px;
		box-sizing:border-box;
	}
	.graphic-textual-list{
		padding:30px 0;
	}
	.graphic-textual-list .textual-box h3{
		text-align:center;
	}
	#wholesaler .apply-wholesaler li{
		width:120px;
		margin:0 calc((100% - 600px) / 4) 0 0;
	}
	
	
	#wholesaler .wholesaler-banner-con h3{
		font-size:40px;
	}
	#wholesaler .wholesaler-banner-con p{
		font-size:16px;
	}
	
	#category .category-banner{
		padding:0 0 50px;
		height:auto;
	}
	#category .category-banner-img{
		height:350px;
		text-align:center;
	}
	#category .category-banner-con{
		position:relative;
		top:0;
		transform:none;
		padding:0 30px;
	}
	#category .category-banner-con h3{
		font-size:40px;
	}
	#category .fashion-industry li {
		width: 120px;
		margin-right: calc((100% - 600px) / 4);
	}
	#category .fashion-industry li span{
		width:120px;
		height:120px;
	}
	#category .fashion-industry li p{
		font-size:20px;
	}
	#category .common-functions li h4{
		font-size:20px;
	}
	
	#application .application-addnew li{
		width:100%;
		margin:0 0 20px;
	}
	#application .more{
		text-align:center;
	}
	#application .application-search-title{
		padding:50px 20px 20px;
		font-size:20px;
	}
	#application .application-addnew{
		padding-top:50px;
	}
	#application .application-ad{
		margin-bottom:50px;
	}
	#application .application-pay li{
		width:calc(50% - 15px);
		margin-right:30px;
	}
	#application .application-pay li:nth-child(2n){
		margin-right:0;
	}
	#application .application-pay li:nth-child(3n){
		margin-right:30px;
	}
	#application .application-pay .application-con h4{
		font-size:18px;
	}
	#application .application-pay .application-con span{
		font-size:16px;
	}
	#application .application-pay .pop-box p{
		padding:15px;
		line-height:24px;
		font-size:16px;
	}
	#application .application-pay .pop-box a{
		height:46px;
		line-height:46px;
		width:calc(100% - 30px);
		font-size:18px;
		bottom:15px;
	}
	#application .application-pay > p{
		font-size:16px;
		line-height:24px;
	}
	#application .more a{
		font-size:18px;
	}
	
	#theme .theme-banner{
		height:380px;
		padding:0;
	}
	#theme .theme-banner-con{
		padding:0 30px;

	}
	#theme .theme-banner-con h3{
		font-size:36px;
	}

	#theme .theme-top-box{
		margin-top:40px;
	}
	#theme .theme-search form,
	#theme .theme-search .txt,
	#theme .theme-search .btn,
	#theme .theme-search .btn svg{
		height:50px;
		line-height:50px;
	}
	#theme .theme-search{
		margin-bottom:40px;
		padding:0 15px;
		box-sizing:border-box;
	}
	#theme .screen{
		margin-top:10px;
	}
	#theme .template-list li{
		width:calc(50% - 10px);
		margin-right:20px;
	}
	#theme .template-list li:nth-child(3n){
		margin-right:20px;
	}
	#theme .template-list li:nth-child(2n){
		margin-right:0;
	}
	.page-banner{
		padding:50px 0;
		height:380px;
	}
	.page-banner-con,
	.page-banner .img{
		position:relative;
		left:auto;
		text-align:center;
	}
	.page-banner .img{
		height:300px;
	}
	#contactus .contactus-list ul{
		width:100%;
		font-size:0;
	}
	#contactus .contactus-list .img{
		width:100%;
		margin:0;
	}
	#contactus .contactus-list{
		padding:30px 0;
	}
	#contactus .contactus-list li{
		display:inline-block;
		vertical-align:top;
		width:50%;
		font-size:14px;
	}
	#contactus .contactus-list li:nth-child(5){
		width:100%;
	}

	
	#content .grid-1{
		height:350px;
	}	
	#content .brand-video{
		position:relative;
		top:0;
		transform:translate(0,0);
		-moz-transform:translate(0,0);
		-ms-transform:translate(0,0);
		-o-transform:translate(0,0);
		-webkit-transform:translate(0,0);
		width:100%;
		right:auto;
		bottom:auto;
		margin:0 0 30px;
	}
	#content .brand-txt{
		width:100%;
		padding:0;
	}
	#content .brand-txt li{
		height:34px;
		text-align:left;
	}
	#content .brand-txt li svg{
		width:34px;
		height:34px;
		vertical-align:top;
	}
	#content .brand-txt li p{
		line-height:34px;
		vertical-align:top;
		width:calc(100% - 34px);
		line-height:17px;
	}
	#content .brand-con{
		padding:10px 0 0;
	}
	.settled-list ul{
		padding:0 30px;
	}
	.bom-bar .con h4{
		font-size:30px;
	}
	#content .news-list li span{
		font-size:20px;
	}
	
	
	#wholesaler .wholesaler-banner{
		height:380px;
	}
	#wholesaler .wholesaler-banner-con{
		padding:0 30px;
		text-align:center;
	}
	#wholesaler .wholesaler-banner-con h3{
		font-size:30px;
		margin:0 0 15px;
	}
	#wholesaler .wholesaler-banner-con p{
		font-size:18px;
	}
	
	
	#platform .platform-banner{
		
	}
	#marketing .marketing-banner{
		height:380px;
		
	}

	#marketing .marketing-banner-con{
		transform:none;
		padding:0 30px 50px;
		text-align:center;
		left:0;
		transform: translate(0,-50%);
		-moz-transform: translate(0,-50%);
		-ms-transform: translate(0,-50%);
		-o-transform: translate(0,-50%);
		-webkit-transform: translate(0,-50%);
	}
	#marketing .marketing-banner-con h3{
		font-size:30px;
		margin:0 0 15px;
	}
	#marketing .marketing-banner-con p{
		font-size:18px;
	}

	
	.common-banner{
		height:auto;
	}
	.common-banner .left-img,
	.common-banner .right-img{
		width:100%;
		text-align:center;
		font-size:0;
	}
	.common-banner .left-img{
		padding:50px 0 0;
	}
	.common-banner .right-img img{
		position:relative;
		right:auto;
		bottom:auto;
		display:inline-block;
		max-width:100%;
	}

	.product-page-list li{
		width:25%;
	}
	.product-section11 li{
		width: calc(50% - 15px);
		margin-right: 20px;
		text-align: center;
		margin-bottom:20px;
	}
	.product-section11 li:nth-child(2n){
		margin-right:0;
	}
	
	#content .grid{
		margin-top:50px;
	}

	#news-detail .news-detail-left{
		display:block;
		width:100%;
	}
	#news-detail .news-detail-right{
		display:block;
		margin:20px 0 0;
		width:100%;
	}
	#news-detail .news-detail-right .ad{
		background:#666698;
		text-align:center;
	}
	#news-detail .news-detail-right .ad img{
		display:inline-block;
	}
	#news-detail .news-detail-right .nd_list li a{
		width:100%;
	}
	#news-detail .news-detail-con{
		padding:20px 0;
	}
	

	.material_box .material_con .material_c{
		width: 100%;
		padding: 30px 20px;
		box-sizing: border-box;
	}
	.material_box .material_con .material_logo{
		height:150px;
	}
}

@media screen and (max-width:767px) {
	
	.wrapper {
		width: calc(100% - 40px);
	}
	
	.clear100 {
		height: 60px;
	}

	
	.start-section {
		padding: 50px 0;
	}
	.new-wapper,
	.page-wapper{
		width:calc(100% - 40px);
	}	
	.page-banner-con h3{
		font-size:30px;
	}
	#content .banner-con h2 span{
		display:block;
	}
	
	#content .banner-con{
		height:100%;
		left:0;
		top:0;
		transform:translate(0,0);
		width:100%;
	}
	#content .banner-txt{
		position:absolute;
		top:50%;
		left:0;
		padding:0 20px;
		transform:translate(0,-50%);
		-moz-transform:translate(0,-50%);
		-ms-transform:translate(0,-50%);
		-o-transform:translate(0,-50%);
		-webkit-transform:translate(0,-50%);
	}
	#content .banner-con form{
		position:absolute;
		bottom:-125px;
		left:0;
		padding:0 20px;
		width:100%;
		box-sizing:border-box;
		
	}
	#content .banner-con .phone-txt{
		width:100%;
	}
	#content .banner-con .phone-btn{
		margin:15px 0 0;
		width:100%;
	}
	#content .banner-video{
		margin:0 0 150px;
	}
	#content .grid-1 .grid-video{
		position:relative;
		top:0;
		transform:none;
	}
	#content .grid-1{
		height:auto;
	}
	#content .grid-txt a.btn{
		width:100%;
	}
	
	
	
	
	.bor{
		width:calc(100% - 40px);
		margin:30px auto;
	}
	
	#content .brand h3{
		text-align:center;
	}


	

	#content .shop-list{
		margin:50px auto 0;
	}
	#content .shop-list li{
		width:100%;
		border-bottom:1px solid #fff;
	}
	#content .shop-list li svg{
		position:absolute;
		left:0;
		top:50%;
		transform:translate(0,-50%);
		-moz-transform:translate(0,-50%);
		-ms-transform:translate(0,-50%);
		-o-transform:translate(0,-50%);
		-webkit-transform:translate(0,-50%);
		width:30%;
	}
	#content .shop-list li .shop-list-top{
		transform:none;
		position:static;
	}
	#content .shop-list li .shop-list-top h3{
		padding:0 0 15px 30%;
		text-align:left;
		margin:0 0 15px;
		font-size:20px;
	}
	#content .shop-list li .shop-list-top h3:before{
		bottom:0;
		top:auto;
		left:30%;
		height:2px;
		margin:0;
	}
	#content .shop-list li .con{
		transform:none;
		opacity:1;
		visibility:visible;
		text-align:left;
		padding:0 20px 0 30%;
		
	}
	#content .shop-list li .con a{
		margin:20px 0 0;
	}
	#content .shop-list li .con p{
		font-size:16px;
	}
	

	.settled-list{
		padding:0;
	}
	.settled-list ul{
		padding:0;
	}
	.settled-list li{
		margin:0;
	}
	#content .swiper-container{
		overflow:visible;
	}
	.service-list li{
		width:100%;
		margin:0 20px 20px 0;
	}
	.service-list li .con{
		padding:0 10px;
	}
	.service-list li .con h4{
		margin:15px 0 0;
	}
	.settled-list{
		margin:30px auto 0;
		background-size:cover;
		height:auto;
		padding-bottom:100px;
	}
	.settled-list h3{
		margin:0 0 30px;
	}
	#content .news-list h3{
		margin:0 0 30px;
	}
	.settled-list li p{
		margin:15px 0 0;
	}
	.settled-list li .settled-box{
		margin:20px 0 0;
	}
	.settled-list li:nth-child(2) .settled-box{
		margin:20px 0 0;
	}
	.settled-list li .settled-box span{
		padding:0 50px;
	}
	#content .news-list{
		padding:0 20px;
	}
	#content .news-list li{
		width:100%;
		margin:0 0 20px;
	}

	#content .news-list .more{
		margin:20px 0 0;
	}
	#content .news-list .more a{
		margin:0;
		width:100%;
	}
	.bom-bar{
		margin:30px 0 0;
		padding:30px 20px;
		text-align:center;
	}
	.bom-bar .con h4{
		font-size:26px;
		margin:0 0 15px;
	}
	.bom-bar .con p{
		font-size:18px;
	}
	.bom-bar .con .btn{
		position:relative;
		top:15px;
		transform:none;
		
	}
	.bom-bar .con .btn a{
		width:100%;
	}
	.bom-bar .con .btn a:nth-child(2){
		background:none;
		color:#ff5268;
		border:1px solid #ff5268;
		box-sizing:border-box;
		box-shadow:none;
	}
	
	#login{
		padding:20px 0;
		background:#fff;
		box-sizing:border-box;
	}
	#login .login-wapper{
		padding:0;
		position:relative;
		top:auto;
		left:auto;
		transform:none;
		box-shadow:none;
	}
	#login .logo-login svg{
		height:50px;
		width:auto;
	}
	#login .login-box{
		height:auto;
		padding-bottom:30px;
	}
	#login .login-tab-title{
		padding:0 20px;
		height:50px;
	}
	#login .login-tab-item > h4{
		font-size:18px;
	}
	#login .login-tab-item > p{
		font-size:12px;
	}
	#login .login-tab-title span{
		line-height:60px;
		font-size:20px;
	}
	#login .login-tab-con{
		padding:0 20px;
	}
	#login .login-name, 
	#login .register-name, 
	#login .login-mobile-name,
	#login .register-code, 
	#login .login-mobile-code,
	#login .login-password, 
	#login .register-password, 
	#login .register-password2{
		margin:10px 0 0;
	}
	
	#login .login-tab-item input[type=text], 
	#login .login-tab-item input[type=password]{
		font-size:12px;
		height:40px;
		text-indent:45px;
	}
	#login .login-tab-item span.svg-icon{
		left:10px;
		height:40px;
	}
	#login .login-tab-item span svg{
		height:40px;
	}
	#login .register-code input[type=button], 
	#login .login-mobile-code input[type=button]{
		height:40px;
		font-size:12px;
		width:85px;
	}
	#login .login-tab-item p.tip{
		font-size:12px;
	}
	#login .login-btn, 
	#login .register-btn{
		margin:20px 0 0;
	}
	#login .login-btn input, 
	#login .register-btn input{
		height:45px;
		line-height:45px;
		font-size:18px;
	}
	#login .login-links a{
		font-size:12px;
	}
	#login .reading-consent{
		font-size:12px;
	}
	#soho .soho-banner-con p span{
		display:inline;
	}
	#platform .platform-list{
		padding:40px 0;
	}
	#platform .platform-list li{
		width: calc(50% - 10px);
		margin-right: 20px;
		margin-bottom: 20px;
	}

	#platform .platform-list li p{
		line-height:24px;
		margin:10px 0 0;
		font-size:18px;
	}
	#platform .solution-box{
		padding:40px 0;
	}
	#platform .solution-img{
		padding:0 20px;
	}
	#platform .show-value{
		padding:40px 0;
	}
	#platform .show-value li {
		width: calc(50% - 10px);
		margin-right: 20px;
		margin-bottom: 20px;
		padding:15px;
		box-sizing:border-box;
	}
	#platform .show-value li span{
		width:100%;
		height:calc(50vw - 60px);
	}
	#platform .show-value li svg{
		height:100%;
	}
	#platform .show-value li p{
		font-size:18px;
		margin:10px 0 0;
	}
	#platform .easy-use{
		padding: 40px 20px 0;
	}
	#platform .diversion{
		padding: 40px 0;
	}
	#platform .diversion li{
		width:100%;
		margin:0 0 30px;
		text-align:center;
	}
	#platform .diversion li h4{
		font-size:20px;
	}
	#platform .diversion li p{
		margin:6px 0 10px;
	}
	
	#wholesaler .apply-wholesaler li{
		width:50%;
		margin:0 0 20px;
		padding:0 15px;
	}
	#wholesaler .apply-wholesaler li p{
		font-size:18px;
		margin:10px 0 0;
	}
	#wholesaler .wholesale-website{
		padding:40px 0;
		box-sizing:border-box;
	}

	#category .category-banner-img{
		height:auto;
		
	}
	#category .category-banner-con h3{
		font-size:30px;
	}
	#category .fashion-industry li{
		width:50%;
		text-align:center;
		margin:0 0 30px;
	}
	#category .fashion-industry li span{
		width:110px;
		height:110px;
	}
	#category .fashion-industry li p{
		font-size:18px;
		margin:10px 0 0;
	}
	#category .category-banner-con h3:after{
		height:3px;
		width:50px;
	}
	#category .common-functions li{
		width:50%;
	}
	#category .common-functions li h4{
		font-size:18px;
	}
	#category .common-functions li p{
		font-size:14px;
	}
	#category .common-functions li .img{
		width:100px;
		height:100px;
	}
	#category .common-functions, 
	#category .users{
		padding:50px 20px;
	}
	
	#category .function-tab-title{
		width:100%;
		height:40px;
	}
	#category .function-tab-title span{
		width:33.333%;
		font-size:14px;
		height:40px;
		line-height:40px;
	}
	#category .function-tab-title span:after{
		bottom:-20px;
		border-width:10px;
		margin-left:-10px;
	}
	#category .function-tab-item p{
		margin:20px 0 10px;
		font-size:14px;
	}
	
	#category .function-tab{
		margin:50px 0;
	}
	#category .user-management ul{
		margin:50px 0 0;
	}
	#category .user-management li{
		width:50%;
		margin:0 0 50px;
	}
	#category .user-management li p{
		font-size:18px;
	}
	#category .users li{
		width:calc(50% - 10px);
		margin-right:20px;
	}
	#category .users li:nth-child(2n){
		margin-right:0;
	}

	
	#category .image-show .left-img,
	#category .image-show .right-img{
		float:none;
		width:100%;
		max-width:100%;
	}
	#category .image-show .left-img p, 
	#category .image-show .right-img p{
		font-size:18px;
	}
	
	
	#application .application-pay li{
		width:calc(50% - 15px);
		margin-right:30px;

		margin-bottom:30px;
	}
	#application .application-pay li:nth-child(2){
		margin-right:0;
	}
	#application .application-banner{
		height:380px;
	}
	#application .application-banner-con{
		padding:0 30px;
		box-sizing:border-box;
		width:100%;
	}
	#application .application-banner-con h3{
		font-size:30px;
	}
	#application .application-banner-con p{
		font-size:16px;
		white-space:normal;
	}
	#application .application-banner-con form{
		width:100%;
		height:46px;
		margin:40px 0 0;
	}
	
	#application .application-cate,
	#application .application-cate dt{
		width:46px;
		height:46px;
	}
	#application .application-cate dt svg{
		height:46px;
		width:24px;
	}
	#application .application-cate dd{
		top:50px;
	}
	#application .application-cate dd a{
		height:40px;
		line-height:40px;
		font-size:16px;
	}
	#application .application-cate dd a svg{
		height:40px;
		width:20px;
	}
	
	#application .application-banner-con form .txt{
		width:calc(100% - 106px);
		height:46px;
		font-size:14px;
	}
	#application .application-banner-con form .select{
		width:30%;
		height:46px;
	}
	#application .application-banner-con form .select select{
		height:46px;
		line-height:46px;
		font-size:14px;
	}
	#application .application-banner-con form button{
		width:50px;
		height:46px;
	}
	#application .application-banner-con form:before{
		left:50%;
		height:24px;
		top:8px;
	}
	#application .application-banner-con form .select:after{
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;
		border-top: 5px solid #d8d8d8;
	}
	#application .application-banner-con form button svg{
		height:46px;
		width:20px;
	}
	#application .application-search-title{
		padding:40px 20px 20px;
		font-size:20px;
	}
	#application .application-addnew{
		padding-top:30px;
	}
	#application .application-addnew h3, 
	#application .application-pay h3{
		font-size:20px;
		text-align:center;
	}
	#application .application-addnew ul{
		margin:15px 0 0;
	}
	#application .application-addnew li{
		padding:10px;
		height:auto;
	}
	#application .application-addnew li .img{
		max-width:40%;
		
	}
	#application .application-addnew li .application-con{
		width:calc(60% - 10px);
		margin-left:10px;
	}
	#application .application-addnew li .application-con h4{
		font-size:16px;
	}
	#application .application-addnew li .application-con span{
		font-size:14px;
	}
	#application .application-addnew li .application-con p{
		font-size:14px;
		margin:5px 0 0;
	}
	#application .application-pay ul{
		margin:0;
	}
	#application .application-ad-con{
		text-align:center;
	}
	#application .application-ad-con h4{
		font-size:18px;
		margin:0 0 10px;
	}
	#application .application-ad-con p{
		font-size:14px;
		width:100%;
	}
	#application .application-ad-con a{
		width:100%;
		position:relative;
		left:auto;
		right:auto;
		top:auto;
		transform:none;
		display:block;
		font-size:18px;
		height:46px;
		line-height:46px;
		margin:15px 0 0;
	}
	#application .application-bar{
		width:100%;
		padding:60px 20px;
		box-sizing:border-box;
		font-size:16px;
		height:auto;
		line-height:30px;
	}
	#application .application-bar{
		font-size:18px;
	}
	#application .application-pay .application-con{
		padding:15px 10px 0;
	}
	#application .application-pay .pop-box{
		position:relative;
		transform:none;
		visibility:visible;
		background:none;
		padding:0 10px 10px;
		box-sizing:border-box;
		text-align:center;
	}
	
	#application .application-pay .pop-box p{
		color:#333;
		padding:0;
		margin:10px 0;
	}
	#application .application-pay .pop-box a{
		position:relative;
		transform:none;
		left:auto;
		bottom:auto;
		display:block;
		width:auto;
	}
	#application .application-pay > p{
		text-align:center;
	}
	
	#theme .theme-banner-con{
		padding:30px 20px;
		width:100%;
		box-sizing:border-box;
	}
	#theme .theme-banner-con h3{
		font-size:24px;
	}
	#theme .theme-banner-con p{
		font-size:16px;
	}
	#theme .theme-banner .theme-banner-img{
		width:70%;
	}

	#theme .theme-search form{
		height:45px;
		line-height:45px;
		position:relative;
		width:100%;
	}
	#theme .theme-search .txt{
		width:100%;
		height:45px;
		line-height:45px;
		font-size:16px;
	}
	#theme .theme-search .btn{
		position:absolute;
		right:0;
		top:0;
		height:45px;
		line-height:45px;
		width:60px;
	}
	#theme .theme-search .btn svg{
		height:45px;
		width:24px;
	}
	#theme .theme-search{
		margin-bottom:30px; 
	}
	#theme .theme-color-title{
		display:block;
		margin-bottom:15px;
		width:100%;
	}
	#theme .theme-color a{
		margin:0 10px 10px 0;
	}

	#theme .theme-color{
		display:block;
	}
	#theme .screen{
		padding-top:20px;
	}
	#theme .screen dl{
		margin-bottom:20px;
	}
	#theme .screen dl dt{
		display:block;
		margin-bottom:15px;
	}
	#theme .screen dl dd{
		width:100%;
		display:block;
	}
	#theme .screen dl dd a{
		margin:0 10px 10px 0;
		font-size:14px;
	}
	#theme .template-list li{
		width:100%;
		margin:0 0 20px;
	}
	#theme .template-list{
		margin:20px 0 0;
	}
	#theme .mobile-show{
		width:40px;
		height:40px;
		position:absolute;
		right:0;
		top:24px;
		display:block;
		padding:0;
	}
	#theme .mobile-chose{
		position:fixed;
		left:0;
		top:0;
		width:100%;
		background:#fff;
		padding:30px 20px;
		z-index:9999;
		overflow:scroll;
		height:100%;
		transform:translate(0,100%);
		-moz-transform:translate(0,100%);
		-ms-transform:translate(0,100%);
		-o-transform:translate(0,100%);
		-webkit-transform:translate(0,100%);
		transition:all 0.3s ease;
		box-sizing:border-box;
	}
	#theme .mobile-on{
		transform:translate(0,0);
		-moz-transform:translate(0,0);
		-ms-transform:translate(0,0);
		-o-transform:translate(0,0);
		-webkit-transform:translate(0,0);
	}
	#theme .theme-top-box{
		margin:0 auto;
	}
	#theme .mobile-close{
		position:fixed;
		top:0;
		right:0;
		width:40px;
		height:40px;
		display:block;
		text-align:center;
		z-index:9;

	}
	#theme .mobile-close svg{
		width:30px;
		height:30px;
		fill:#333;
	}
	#theme .screen{
		height:auto;
	}
	#footer .foot_top li svg{
		margin-right:10px;
	}
	.page-banner .img{
		height:200px;
	}
	#contactus .contactus-list li{
		width:100%;
	}
	

	
	#content .grid-txt h3{
		text-align:center;
	}
	#content .grid-1 .grid-video{
		margin:0 0 15px;
	}
	#content .grid-txt a.grid-btn{
		display:none;
	}
	
	#wholesaler .wholesaler-banner-con{
		padding:0 20px 50px
	}
	
	
	
	.new-title{
		font-size:20px;
	}
	#category .fashion-industry{
		padding:50px 0;
	}
	#category .image-show{
		padding:0 0 50px;
	}
	.service-list{
		margin-top:50px;
	}
	#cooperate .cooperate-con{
		margin-top:50px;
	}
	.product-section4 li,
	.product-page-list li{
		width:50%;
	}
	.product-section5 .icon-list-5 li{
		text-align:center;
	}
	.product-section11 li{
		width:100%;
		margin:0 0 20px;
	}
	#content .grid{
		margin-top:30px;
	}
	#application-detail .application-detail-top{
		height:auto;
	}
	#application-detail .application-detail-top .btn1{
		display:block;
		position:relative;
		top:auto;
		right:auto;
		width:100%;
		transform:none;
		margin:10px 0 0;
	}
	#application-detail .application-detail-con{
		padding:20px 0;
	}
	#application-detail .application-detail-left{
		padding:15px;
		line-height:24px;
	}
	#application-detail .application-detail-top .img{
		display:block;
		width:auto;
		height:auto;
	}
	#application-detail .application-detail-top .con{
		margin-left:0;
	}
	#application-detail .application-synopsis{
		padding:25px 0;
	}
	#application-detail .bottom-part .title,
	#application-detail .middle-part .title,
	#application-detail .application-detail-content h5,
	#application-detail .application-detail-top .con h4{
		font-size:14px;
	}
	
	.material_box .logo_list ul li{
		width:100%;
		margin-bottom:20px;
	}
	.material_box{
		padding:20px 0;
	}
	#theme .template-list .wapthemelist ul{
		text-align:center;	
	}
	#theme .template-list .wapthemelist li, 
	#theme .template-list .wapthemelist li:nth-child(3n), 
	#theme .template-list .wapthemelist li:nth-child(2n){
		margin:0 auto;
		width:260px;
		display:block;
	}
}
@media screen and (max-width:424px){
	#application .application-pay li{
		width:100%;
		margin-right:0;
		margin:0 0 15px;
	}
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
0%   {width:0;}
100% {width:50%;} 
}


.wrap_en .index-banner{
	padding-bottom: 180px;
}
.wrap_en .index-banner .banner-list li .banner-list-detail{
	width: 285px;
	padding: 0 15px;
	height: 72px;
}
.wrap_en .index-banner .banner-list ul{
	height: 180px;
}
.wrap_en .index-default .section-8 ul li .img > div{
	width: 100%;
    height: calc((100vw - 280px) / 3);
}
.wrap_en #price .section-2 .fun-list ul li{
	align-items: inherit;
}
.wrap_en #price .price-section-4 li .answer{
	height: auto;
}
.wrap_en #contactus2022 .contactus2022-section2 li .section2-content{
	height: auto;
}
.wrap_en #contactus2022 .contactus2022-section2 li .section2-content p{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.wrap_en #contactus2022 .contactus2022-section2 li .section2-content:hover p{
	-webkit-line-clamp: 200;
}
.wrap_en a.old-btn{
	text-align: center;
}
@media screen and (max-width:1680px){
	.wrap_en #bottom-box .bottom-top-text-2 li span{
		font-size: 34px;
		margin: 0;
	}
}