@charset "UTF-8";
@import url("iconfont.css");
@import url("themify-icons.css");

* {
    /* padding: 0; */
    /* box-sizing: border-box; */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	}

.w1400{width: 94%;max-width: 1600px;margin: 0 auto;display: block;*zoom: 1;}

.ey_fourys {
	width: 100%;
	background: #fff url(../images/fourys_bg.png) no-repeat;
	background-size: cover;
	padding: 0px 0 20px 0;
	overflow: hidden;
}
.ey_fourys ul {
	/*display: flex;
	display: -webkit-flex;
	justify-content: center;*/
}
.ey_fourys ul li {
	width: 25%;
	min-height: 549px;
	float: left;
	padding: 0 40px;
	text-align: center;
	position: relative;
}
.ey_fourys ul li:after {
	/*content: "";*/
	display: block;
	width: 1px;
	height: 423px;
	background: #e6e6e6;
	position: absolute;
	top: 0;
	left: 0;
}
.ey_fourys ul li:nth-of-type(4):before {
	/*content: "";*/
	display: block;
	width: 1px;
	height: 423px;
	background: #e6e6e6;
	position: absolute;
	top: 0;
	right: 0;
}
.ey_fourys ul li:nth-of-type(1):after, .ey_fourys ul li.on:after {
	display: none;
}
.ey_fourys ul li.on, .ey_fourys ul li:hover {
	background: url(../images/ysli_bg.png) top no-repeat;
	background-size: 105% 549px;
	position: relative;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.ey_fourys ul li.on +li:after, .ey_fourys ul li:nth-of-type(4).on:before {
	display: none;
}
.ey_fourys ul li em {
	display: block;
	width: 136px;
	height: 136px;
	margin: 50px auto 30px;
	position: relative;
}
.ey_fourys ul li em:before {
	content: "";
	display: block;
	width: 90px;
	height: 90px;
	background: url(../images/ys_ico1.png) center no-repeat;
	background-position: 0 0;
	position: absolute;
	margin: auto;
	top: 5px;
	bottom: 0;
	left: 0;
	right: 0;
}
.ey_fourys ul li:nth-of-type(2) em:before {
	background: url(../images/ys_ico2.png) center no-repeat;
	background-position: 0 0;
}
.ey_fourys ul li:nth-of-type(3) em:before {
	background: url(../images/ys_ico3.png) center no-repeat;
	background-position: 0 0;
}
.ey_fourys ul li:nth-of-type(4) em:before {
	background: url(../images/ys_ico4.png) center no-repeat;
	background-position: 0 0;
}
.ey_fourys ul li em:after {
	content: "";
	display: block;
	width: 136px;
	height: 136px;
	background: url(../images/ysem_bg.png) top no-repeat;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.ey_fourys ul li:hover em:after {
	transform: rotate(-360deg);
	transition: all 1s;
	-webkit-transition: all 1s;
}
.ey_fourys ul li:hover em:before {
	background-position: 0 -90px;
}
.ey_fourys ul li:nth-of-type(2):hover em:before {
	background-position: 0 -90px;
}
.ey_fourys ul li:nth-of-type(3):hover em:before {
	background-position: 0 -90px;
}
.ey_fourys ul li:nth-of-type(4):hover em:before {
	background-position: 0 -90px;
}
.ey_fourys ul li p {
	font-size: 32px;
	font-weight: bold;
}
.ey_fourys ul li span {
	font-size: 20px;
}
.ey_fourys ul li .xz {
	font-size: 16px;
	color: #999;
	line-height: 30px;
	height: 90px;
	margin: 20px 0;
	opacity: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	transition: all 0s;
	-webkit-transition: all 0s;
}
.ey_fourys ul li.on .xz, .ey_fourys ul li:hover .xz {
	opacity: 1;
}
.ey_fourys ul li .ysjt {
	margin-top: 50px;
	height: 40px;
	overflow: hidden;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.ey_fourys ul li.on .ysjt, .ey_fourys ul li:hover .ysjt {
	margin-top: 0;
	width: 0;
	height: 0;
}
.ey_fourys ul li:nth-of-type(4) {
}
@media screen and (max-width:1440px) {
.ey_fourys {
	padding: 60px 0 20px;
}
.ey_fourys ul li {
	min-height: 480px;
}
.ey_fourys ul li.on {
	background-size: 100% 480px;
}
.ey_fourys ul li:after, .ey_fourys ul li:nth-of-type(4):before {
	height: 380px;
}
.ey_fourys ul li em {
	width: 120px;
	height: 126px;
	margin: 40px auto 15px;
}
.ey_fourys ul li em:after {
	width: 120px;
	height: 126px;
	background-size: 100%;
}
.ey_fourys ul li p {
	font-size: 26px;
}
.ey_fourys ul li span {
	font-size: 17px;
}
}
@media screen and (max-width:1080px) {
.ey_fourys {
	/*display: none;*/
}
}


.indbt span {
	font-size: 46px;
	line-height: 46px;
	font-weight: bold;
	color: rgba(255,255,255,.03);
}
.indbt p {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	margin-top: -33px;
}
.tongmore {
	display: block;
	width: 160px;
	height: 50px;
	border: 1px solid rgba(255,255,255,.25);
	color: #fff;
	font-size: 16px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.tongmore img {
	margin-right: 20px;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.tongmore:hover img {
	margin-right: 15px;
}
.tongmore::before, .tongmore::after {
	box-sizing: inherit;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
}
.tongmore::before {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	top: 0px;
	left: 0px;
}
.tongmore::after {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	bottom: 0px;
	right: 0px;
}
.tongmore:hover::before, .tongmore:hover::after {
	opacity: 1;
	width: 100%;
	height: 100%;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	transition: all .5s;
	-webkit-transition: all .5s;
}

.ey_xwzx {
	width: 100%;
	background: #f8f8f8;
	padding: 120px 0 67px;
	overflow: hidden;
	position: relative;
}
.ey_xwzx .w1400 {
	position: relative;
}
.ey_xwzx .xwzx_tiao {
	width: 60%;
	height: 34px;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
}
.ey_xwzx .xwzx_tiao:after {
	content: "";
	display: block;
	width: 148px;
	height: 34px;
	background: url(../images/tiao_bg.png) left no-repeat;
	position: absolute;
	right: -90px;
	bottom: 0;
}
.ey_xwzx .indbt span {
	color: rgba(0,0,0,.05);
}
.ey_xwzx .indbt p {
	color: #2E2E2E;
}
.ey_xwzx .indbt p:before {
	content: attr(text);
	position: absolute;
	z-index: 10;
	color: #e61f4d;
	-webkit-mask: linear-gradient(to right, #e61f4d 10%, transparent);
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ey_xwzx .btn {
	position: absolute;
	right: 0;
	top: 20px;
}
.ey_xwzx .btn p {
	float: left;
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #999;
	background: #fff;
	margin-left: 20px;
	position: relative;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.ey_xwzx .btn p.on {
	background: #e61f4d;
	background: linear-gradient(to right, #2E2E2E, #2E2E2E);
	color: #fff;
}
.ey_xwzx .btn p:hover {
	color: #fff;
}
.ey_xwzx .btn p:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #e61f4d;
	background: linear-gradient(to right, #2E2E2E, #2E2E2E);
	opacity: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.ey_xwzx .btn p:hover:after {
	opacity: 1;
}
.ey_xwzx .btn p i {
	position: relative;
	z-index: 2;
	font-style: normal;
}
.ey_xwzx ul.tong {
	width: 100%;
	overflow: hidden;
	margin-top: 45px;
	display: none;
	min-height: 200px;
}
.ey_xwzx ul.on {
	display: block;
}
.ey_xwzx ul.tong li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 25px;
	background: #fff;
	padding: 20px;
	float: left;
	position: relative;
}
.ey_xwzx ul.tong li:nth-child(2n) {
	margin-right: 0;
}
.ey_xwzx ul.tong li:after {
	content: "";
	display: block;
	width: 100%;
	height: 60%;
	background: #e61f4d;
	background: linear-gradient(to right, #e61f4d, #b96551);
	position: absolute;
	left: 0;
	top: 20%;
	opacity: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.ey_xwzx ul.tong li i {
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	float: left;
	background: #e61f4d;
	background: linear-gradient(to right, #e61f4d, #b96551);
	position: relative;
	z-index: 2;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.ey_xwzx ul.tong li i:after {
	content: "";
	display: block;
	width: 20px;
	height: 24px;
	background: url(../images/artico01.png) center no-repeat;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.ey_xwzx ul.tong li .fr {
	float: right;
	width: calc(100% - 72px);
	position: relative;
	z-index: 2;
}
.ey_xwzx ul.tong li .name {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}
.ey_xwzx ul.tong li .ms {
	font-size: 16px;
	color: #999;
	line-height: 26px;
	height: 52px;
	margin-bottom: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.ey_xwzx ul.tong li time {
	display: block;
	float: left;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.ey_xwzx ul.tong li time em {
	display: inline-block;
	width: 13px;
	height: 12px;
	background: url(../images/time01.png) center no-repeat;
	margin-right: 7px;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.ey_xwzx ul.tong li .more {
	float: right;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.ey_xwzx ul.tong li .more em {
	margin-left: 7px;
	display: inline-block;
	width: 20px;
	height: 6px;
	background: url(../images/jt09.png) center no-repeat;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.ey_xwzx ul.tong li:hover:after {
	height: 100%;
	opacity: 1;
	top: 0;
}
.ey_xwzx ul.tong li:hover i {
	background: #fff;
}
.ey_xwzx ul.tong li:hover i:after {
	background: url(../images/artico02.png) center no-repeat;
}
.ey_xwzx ul.tong li:hover .name {
	color: #fff;
}
.ey_xwzx ul.tong li:hover .ms {
	color: #fff;
}
.ey_xwzx ul.tong li:hover time {
	color: #fff;
}
.ey_xwzx ul.tong li:hover time em {
	background: url(../images/time02.png) center no-repeat;
	margin-right: 5px;
}
.ey_xwzx ul.tong li:hover .more {
	color: #fff;
}
.ey_xwzx ul.tong li:hover .more em {
	margin-left: 5px;
	background: url(../images/jt10.png) center no-repeat;
}
@media screen and (max-width:1440px) {
.ey_xwzx {
	padding: 60px 0 40px;
}
.ey_xwzx .btn {
	top: 7px;
}
.ey_xwzx ul.tong {
	margin-top: 30px;
}
.ey_xwzx ul.tong li {
	margin-bottom: 20px;
}
}
@media screen and (max-width:1080px) {
.ey_xwzx {
	padding: 40px 0 25px;
}
.ey_xwzx .btn p {
	width: 150px;
	height: 44px;
	line-height: 44px;
}
.ey_xwzx ul.tong {
	margin-top: 20px;
}
.ey_xwzx ul.tong li {
	margin-bottom: 15px;
}
.ey_xwzx ul.tong li .name {
	font-size: 16px;
}
.ey_xwzx ul.tong li .ms {
	font-size: 15px;
}
.ey_xwzx .xwzx_tiao {
	display: none;
}
}
@media screen and (max-width:767px) {
.ey_xwzx {
	padding: 30px 0 20px;
}
.ey_xwzx .btn {
	right: 12px;
}
.ey_xwzx .btn p {
	width: 130px;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	font-size: 15px;
}
.ey_xwzx ul.tong {
	margin-top: 20px;
}
.ey_xwzx ul.tong li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}
.ey_xwzx ul.tong li .name {
	font-size: 15px;
}
}
@media screen and (max-width:600px) {
.ey_xwzx .indbt span {
	display: none;
}
.ey_xwzx .indbt p {
	margin-top: 0;
}
.ey_xwzx .btn {
	top: 0;
}
.ey_xwzx .btn p {
	width: 100px;
}
.ey_xwzx ul.tong li {
	padding: 20px 18px;
}
.ey_xwzx ul.tong li i {
	width: 40px;
	height: 40px;
}
.ey_xwzx ul.tong li i:after, .ey_xwzx ul.tong li:hover i:after {
	background-size: 16px 19px;
}
.ey_xwzx ul.tong li .fr {
	width: calc(100% - 55px);
}
.ey_xwzx ul.tong li .ms {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 24px;
	height: 48px;
}
}




:root{--color:#1D60AD;--fontcolortitle:#000;--fontcolorintro:#333;--fonthometitle:36px;--fonttitle:18px;--fontintro:16px;--fontweight:700;--fontfamily:'Lato','Open Sans','Roboto','Poppins','Oswald','Noto Sans','Montserrat',sans-serif}


section.home-choose{position:relative}

.l-wrap{width:100%;max-width:1600px;padding:0 0px;margin:0 auto}

.home-banner .banner-button-next em,.home-banner .banner-button-prev em{font-size:22px;color:#FFF}

.home-des{text-align:center;color:var(--color);margin-bottom:10px; font-size:16px;}
.home-title{text-align:center;color:#2E2E2E;font-size:30px;font-weight:var(--fontweight);line-height:1.2}


.home-choose{padding:80px 0 4%;z-index:1}

.home-choose::before{content:"";position:absolute;top:0;width:100%;height:350px;background:#2E2E2E;z-index:-1}

.home-choose .home-des,.home-choose .home-title{color:#FFF}

.choose-ul{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:60px}

.choose-ul .choose-item{width:23%;background:#FFFf;box-shadow:0 6px 13px 0 rgba(19,20,21,.08);padding:50px 30px;text-align:center;transition:all .2s linear}

.choose-ul .choose-item:hover{transform:translateY(-5px)}

.choose-ul .choose-item:hover .icon{transform:rotateY(360deg)}

.choose-ul .choose-item .title{color:var(--fontcolortitle);font-size:24px;line-height:24px;margin-bottom:20px}

.choose-ul .choose-item img{height:60px;transition:all .3s linear}

.choose-ul .choose-item .icon{transition:all .3s linear;line-height:1}

.choose-ul .choose-item em{font-size:60px;color:var(--color)}

.choose-ul .choose-item .info{margin-top:20px;color:var(--fontcolorintro)}

@media (max-width:1280px){:root{--fonthometitle:30px}}

@media (max-width:768px){:root{--fonthometitle:20px;--fonttitle:16px;--fontintro:14px}}






.ecommerc-service-section{/*background:#F5F2EE;*/padding:0 0 70px 0;margin-top:0px}
@media (max-width:991px){.ecommerc-service-section{margin-top:90px}
}@media (max-width:767px){.ecommerc-service-section{margin-top:0px}
}.ecommerc-service-section .col:nth-child(2){padding-left:40px}
@media (max-width:1399px){.ecommerc-service-section .col:nth-child(2){padding-left:11.25px}
}.ecommerc-service-section .col:last-child{padding-left:70px}
@media (max-width:1399px){.ecommerc-service-section .col:last-child{padding-left:11.25px}
}.ecommerc-service-section .service-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left}
@media (max-width:991px){.ecommerc-service-section .service-card{margin-bottom:30px}
}.ecommerc-service-section .service-card .icon{width:72px;height:72px}
.ecommerc-service-section .service-card .icon .fi{font-size:72px;color:#E0A500}
@media (max-width:399px){.ecommerc-service-section .service-card .icon .fi{font-size:60px}
}.ecommerc-service-section .service-card .content{margin-left:20px}
.ecommerc-service-section .service-card .content h2{font-family:"Mukta",sans-serif;font-weight:600;font-size:22px;text-transform:capitalize;color:#333333;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;margin-bottom:8px;}
.ecommerc-service-section .service-card .content p{font-weight:400;font-size:15px;color:#4F4F4F;margin-bottom:0;padding-right:19px;line-height:22px}
@media (max-width:1199px){.ecommerc-service-section .service-card .content p{padding-right:0}
}














.diy_ecommerc_title{ margin-bottom:50px;}
.diy_ecommerc_title .home-des{ color:#000000;}





video#bgvid {
	position: absolute;
	display: block;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	background: url(../sp/sw.png) no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


.counters {
	width: 100%;
	height: 320px;
	position: relative;
	overflow: hidden;
	margin-top:0px;
	margin-bottom:80px;
}
.box-shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #2E2E2E;
	opacity: 0.8;
	filter: alpha(opacity=80);
	z-index: 1
}
.counter_con {
	position: absolute;
	top: 0;
	width: 100%;
	height: 50%;
	left: 0;
	z-index: 2;
	top: 26%;
}
.con-tit2 {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.tit_txt1 {
	font-size: 45px;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.2;
}
.tit_txt2 {
	font-size: 17px;
	color: #858585;
	line-height: 32px;
	margin-top: 40px;
	margin-bottom: 35px;
	width: 78%;
	margin-left: auto;
	margin-right: auto;
}
.txt3 {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	border: none;
	overflow: hidden;
	margin: 0 15px;
	position: relative;
}
.txt3 span {
	display: block;
	transition: -webkit-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-moz-transition: transform 0.3s, -moz-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
	background-color: #838286;
	padding: 8px 40px;
}
.txt3::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	padding: 8px 40px;
	width: 100%;
	height: 100%;
	background: #c91425;
	color: #fff;
	content: attr(data-hover);
	-moz-transition: -moz-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-moz-transition: transform 0.3s, -moz-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
	-webkit-transform: translateX(-25%);
}
.txt3:hover span, .txt3:focus span {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
.txt3:hover::before, .txt3:focus::before {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}
.contact_btn {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	border: none;
	overflow: hidden;
	margin: 0 15px;
	position: relative;
	text-transform: uppercase;
}
.contact_btn span {
	display: block;
	transition: -webkit-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-moz-transition: transform 0.3s, -moz-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
	background: #818385;
	padding: 10px 30px;
	font-family: "Arial"
}
.contact_btn::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	padding: 10px 30px;
	width: 100%;
	height: 100%;
	background: #c91425;
	color: #fff;
	content: attr(data-hover);
	-moz-transition: -moz-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-moz-transition: transform 0.3s, -moz-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
	-webkit-transform: translateY(-80%);
}
.contact_btn:hover span, .contact_btn:focus span {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.contact_btn:hover::before, .contact_btn:focus::before {
	z-index: 1;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}



@media only screen and (max-width: 768px){

.tit_txt1 { font-size:35px; line-height:1.5;}

.ey_xwzx .btn{ right:0;}
.indbt p{ font-size:24px;}
.ey_xwzx .btn p{ width:120px; font-size:14px;}

.ey_fourys ul li p{ font-size:18px;}
.ey_fourys ul li .xz{ font-size:14px;}

.ey_fourys{ padding:0;}


.ey_fourys ul li {
	width: 50%;
	min-height: 549px;
	float: left;
	padding: 0 15px;
	text-align: center;
	position: relative;
}

.ey_fourys ul li {
	min-height: 425px;
}

.ey_fourys ul li.on {
	background-size: 100% 425px;
}


.l-wrap{ padding:0 15px;}

.choose-ul .choose-item:hover .icon{transform:none}

.choose-ul{margin-top:30px}

.choose-ul .choose-item{width:48%;margin-bottom:20px;padding:20px 10px}

.choose-ul .choose-item .title{margin-bottom:10px;font-size:18px}

.choose-ul .choose-item em{font-size:40px}

.choose-ul .choose-item .info{margin-top:15px;font-size:14px}



}