@-ms-viewport {
	width:device-width;
}
*,*::before,*::after {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
* {
	margin:0;
	padding:0;
}
body {
	font-family:"SourceHanSansCN-Light",sans-serif;
	font-weight:normal;
	color:#111;
	overflow-x:hidden;
}
html {
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	-ms-overflow-style:scrollbar;
	-webkit-tap-highlight-color:transparent;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:10px;
}
ul,ol,dl {
	list-style:none;
}
hr {
	box-sizing:content-box;
	height:0;
	overflow:visible;
}
a {
	outline:none;
	color:#111;
	text-decoration:none;
	background-color:transparent;
	transition:linear .2s all;
	-webkit-text-decoration-skip:objects;
}
a:hover {
	color:#8e8e8e;
}
a:not([href]):not([tabindex]):focus {
	outline:0;
}
img {
	vertical-align:middle;
	border-style:none;
	max-width:100%;
}
svg:not(:root) {
	overflow:hidden;
}
a,area,button,[role="button"],input,label,select,summary,textarea {
	-ms-touch-action:manipulation;
	touch-action:manipulation;
}
input,button,select,optgroup,textarea {
	font-family:inherit;
	font-size:inherit;
	line-height:inherit;
	outline:0;
}
h1,.h1 {
	font-size:2.8rem;
}
h2,.h2 {
	font-size:2.6rem;
}
h3,.h3 {
	font-size:2.4rem;
}
h4,.h4 {
	font-size:2.2rem;
}
h5,.h5 {
	font-size:2rem;
}
h6,.h6 {
	font-size:1.8rem;
}
header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	padding: 30px 0;
	transition: linear all .3s;
}
header.fixed{
	background-color: rgb(255, 255, 255);
	border-bottom: 1px solid #ddd;
}
header.fixed  .nav li>a{
	color: #333;
}
header .container{
	max-width: 1630px;
}
.nav{
	float: right;
}
.nav li{
	display: inline-block;
	padding: 0 25px;
	line-height: 35px;
}
li.menu{
	position: relative;
}
.nav li>a{
	color: #fff;
	font-size: 16px;
}
.lang{
	float: right;
	width: 90px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: 50px;
	line-height: 35px;
}
.lang a{
	color: #fff;
	font-weight: 200;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav li>a:hover,
.lang a:hover{
	color: #1aa0e6;
}
.drop-menu{
	display: none;
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	text-align: center;
	/*transition: linear all .2s;*/
}
header.fixed .drop-menu {
	padding-top: 28px;
}
header.fixed .drop-menu dd{
	background-color: #fff;
}
.drop-menu a{
	color: #fff;
	font-size: 14px;
}
.drop-menu a:hover{
	color: #1aa0e6;
}

header.fixed .lang a{
	color: #333;
}
header.fixed .lang svg{
	fill: #333;
	    transition: linear .2s all;
}
header.fixed .drop-menu a{
	color: #333;
}


section{
	position: relative;
}
.clearfix:before {
	content:'';
	clear:both;
}
.clearfix:after {
	content:'';
	display:table;
	clear:both;
}
.pull-left {
	float:left;
}
.pull-right {
	float:right;
}
.logo {
	float:left;
}
.logo img {
	height:35px;
}
.hot-line {
	font-size:18px;
	float:right;
	line-height:35px;
	color:#ddd;
}
.hot-line strong {
	color:#333;
}
/*.nav-bar {
	width:100%;
	background-color:#2b2b2b;
}
.nav-bar.fixed {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:99;
}
.nav-bar li {
	line-height:50px;
	float:left;
	width:25%;
	text-align:center;
	transition:linear all .3s;
}
.nav-bar li.actived,.nav-bar li:hover {
	background-color:#1aa0e6;
}
.nav-bar li>a {
	display:block;
	color:#fff;
	font-size:15px;
}
.nav-bar li.menu{
	position: relative;
}
.nav-bar li.menu>dl.drop-menu{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	transition:ease-in-out all .1s;
	height: 0;
	overflow: hidden;
}
.nav-bar li.menu:hover>dl.drop-menu{
	height: 100px;
}
.nav-bar li.menu>dl.drop-menu dd{
	transition:linear all .3s;
	display: block;
	background-color: #2b2b2b;
}
.nav-bar li.menu>dl.drop-menu dd:hover{
	background-color: #066292;
}
.nav-bar li.menu>dl.drop-menu a{
	    display: block;
    color: #fff;
    font-size: 14px;
}*/
.banner-center {
	position:absolute;
	top:50%;
	left:0;
	right:0;
	transform:translateY(-50%);
	z-index:9;
	color:#fff;
	text-align:center;
	line-height:1.7;
	font-size:16px;
}
.banner-center h2 {
	font-size:50px;
	color:#1aa0e6;
	letter-spacing: 2px;
	padding:10px 0;
}
.block {
	padding:70px 0;
}
.business {
	padding:55px 0;
	text-align:center;
}
.text-center {
	text-align:center;
}
.block-title {
	font-size:30px;
	font-weight:500;
	position:absolute;
	left: 0;
	top: 50%;
	padding-left: 15px;
	transform: translateY(-50%);
}
.block-title:after {
	content:attr(en);
	position:absolute;
	left:0;
	right:0;
	bottom:8px;
	font-size:12px;
	color:#aaaaaa;
	font-weight:400;
}
.block-des {
	padding:10px 0;
	font-size:14px;
}
.business li {
	display:inline-block;
	width:50%;
	max-width:350px;
	margin:0 30px;
	position:relative;
	padding:40px 0;
	font-size:14px;
	text-align:left;
	color:#ABABAB;
	border:1px solid rgba(240,240,240,1);
	transition:linear all .4s;
}
.business li:hover {
	border-color:#1aa0e6;
}
.business li a {
	position:absolute;
	display:block;
	left:0;
	right:0;
	bottom:0;
	top:0;
}
.business li:before {
	content:'';
	clear:both;
}
.business li:after {
	content:'';
	clear:both;
	display:table;
}
.business li h4 {
	font-size:18px;
	font-weight:400;
	color:#333;
	position:relative;
	padding-bottom:20px;
}
.business li h4:after {
	content:'';
	display:inline-block;
	width:40px;
	height:2px;
	background-color:#1aa0e6;
	position:absolute;
	bottom:8px;
	left:50%;
	transform:translateX(-50%);
}
.business-item {
	padding-left:120px;
	position:relative;
	text-align:center;
}
.business-item img {
	position:absolute;
	top:0;
	left:45px;
}
.bg-gray {
	background-color:rgb(246,246,246);
}
.about-us {
	line-height:1.8;
	color:#5a5a5a;
	font-size:14px;
	padding:30px 0;
}
.about-img:after {
	content:'';
	display:block;
	position:absolute;
	top:-30px;
	left:30px;
	width:100%;
	height:100%;
	z-index:-1;
	border:4px solid rgb(26,160,230)
}
.news-item {
	width:100%;
	border-bottom:1px solid #ddd;
	padding:30px 0 30px 20px;
}
.news-item time {
	display:inline-block;
	width:60px;
	height:60px;
	background-color:#198ede;
	font-size:12px;
	text-align:center;
	position:absolute;
}
.news-item time>span {
	display:inline-block;
	width:100%;
	font-size:24px;
	line-height:1.7;
}
.news {
	position:relative;
	/*padding-left:80px;*/
	line-height:1.4;
	/*min-height:60px;*/
}
.news>a {
	position:absolute;
	display:block;
	left:0;
	right:0;
	bottom:0;
	top:0;
}
.news h5 {
    font-size: 25px;
    font-weight: 200;
    color: #000;
    padding-bottom: 10px;
    -webkit-box-flex: 1;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.contact-block {
	background-repeat:no-repeat;
	background-size:cover;
	background-repeat:center;
	position:relative;
	color:#fff;
	line-height:1.7;
	padding:100px 0;
}
.contact-block:before {
	content:'';
	display:block;
	background-color:rgba(26,160,230,0.79);
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:0;
}
.contact-block h2 {
	font-weight:400;
	margin-bottom:40px;
	font-size:30px;
}
.link-btn {
	display:inline-block;
	width:120px;
	height:40px;
	border-radius:20px;
	background-color:#fff;
	color:rgba(26,160,230,1);
	line-height:38px;
	border:1px solid #fff;
}
.link-btn:hover {
	background-color:transparent;
	color:#fff;
}
footer {
	background-color:#f2f2f2;
	position:relative;
	color:#333;
}

.ft-nav ul:before {
	content:'';
	clear:both;
}
.ft-nav ul:after {
	content:'';
	display:table;
	clear:both;
}
.ft-nav li {
	display:block;
	padding: 3px 0;
}
.ft-nav li>a {
	color:#333;
}
.ft-contact {
	padding:40px 0;
	text-align:center;
	line-height:1.8;
	width: 30%;
	float: left;
}
.ft-contact-info{
	width: 
}
.ft-contact h3 {
	font-size:18px;
}
.copyright {
	padding:22px 0;
	background-color:#cdcdcd;
	width:100%;
}
.advantage-item {
	padding:30px 15px;
	line-height:2.2;
	color:rgb(136,136,136);
}
.advantage-item h4 {
	padding-bottom:30px;
	position:relative;
	color:#333;
	font-weight:400;
}
.advantage-item h4:after {
	content:'';
	display:inline-block;
	width:40px;
	height:2px;
	background-color:#1aa0e6;
	position:absolute;
	bottom:20px;
	left:0;
}
.about-info {
	margin-top:50px;
	color:rgb(136,136,136);
	padding-left:55%;
	line-height:2;
	font-size:14px;
	position:relative;
}
.about-info+.about-info {
	padding-left:0;
}
.about-info img {
	position:absolute;
	left:0;
	top:5px;
	width:50%;
}
.news-actions {
	text-align:center;
	font-size:0;
	padding:30px 0;
}
.news-actions li {
	display:inline-block;
	width:180px;
	max-width:50%;
	line-height:50px;
	background-color:#2b2b2b;
}
.news-actions li.actived {
	background-color:#1aa0e6;
}
.news-actions li>a {
	display:block;
	color:#fff;
	font-size:14px;
}
.pagination {
	text-align:center;
	margin-top:40px;
}
.pagination a {
	display:inline-block;
	margin:0 3px;
	padding:3px 9px;
	min-width:15px;
	min-height:15px;
	border:1px solid #a5a5a5;
	color:#a5a5a5;
	text-align:center;
	font-size:12px;
	border-radius:2px;
	background-color:#fff;
}
.pagination a.on {
	background-color:#333;
	border-color:#333;
	color:#fff;
}
.news-detail {
	margin-top:30px;
}
.view-info {
	text-align:center;
	padding:20px 0;
}
.view-info li {
	display:inline-block;
}
.view-info li {
	padding:0 10px;
	font-size:12px;
}
.view-title {
	padding:8px 20px;
	border:1px solid #ddd;
	color:#8a8a8a;
}
.edit {
	padding:40px 0;
	line-height:1.8;
}
.edit * {
	white-space:normal!important;
}
.edit img {
	height:auto!important;
}
.news-actions-list {
	line-height:2;
}
.contact-item {
	line-height:1.7;
	padding: 100px 0;
	position: relative;
}
.contact-item h4 {
	font-weight:400;
	padding-bottom:20px;
}
.form-group {
	/*width:50%;*/
	/*float:left;*/
	background-color: #ffffff;
	/*padding:0 5px;*/
	position: relative;
	margin-bottom: 20px;
}
.form-group:before{
	content: '';
	clear: both;
}
.form-group:after{
	content: '';
	display: table;
	clear: both;
}
/*.form-group label {
	float: left;
	padding-top:10px;
	padding-bottom:3px;
	width: 80px;
	padding-left: 20px;
}*/
.form-group label>i {
	color:#f00;
	font-size:12px;
	font-style:normal;
}
.form-group input {
	width:100%;
	height:40px;
	padding:5px 5px;
	padding-left: 10px;
	border:1px solid #ffffff;
}
.form-group textarea {
	height:95px;
	padding:5px 5px;
	width:100%;
	border:1px solid #ffffff;
}
.btn-submit {
	height:40px;
	line-height:40px;
	text-align:center;
	display:block;
	width:100%;
	color:#fff;
	transition:linear all .3s;
	background-color:#1aa0e6;
	border-radius:3px;
}
.btn-submit:hover {
	color:#fff;
	background-color:#0889cc;
}
.map {
	height:520px;
	width:100%;
	margin-bottom: 70px;
}
.service-item {
	background-color:rgb(247,247,247);
	position:relative;
	margin-top:50px;
}
.service-item h4 {
	font-size:22px;
	font-weight:400;
}
.service-info {
	width:calc(100% - 380px);
	float:left;
	padding:35px;
	padding-bottom:0;
	line-height:1.7;
}
.service-info p {
	font-size:13px;
	margin-top:20px;
	height:132px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:6;
	overflow:hidden;
}
.service-item:nth-child(2n+1) .service-img {
	float:left;
}
.service-item:nth-child(2n) .service-img {
	float:right;
}
.service-item a {
	position:absolute;
	display:block;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
@media screen and (min-width:1278px) {
	.about-img {
	position:absolute;
	right:0;
	top:0;
	transform:translateY(40px);
}
}@media screen (min-width:768px) and (max-width:1277px) {
	.about-img {
	max-width:80%;
	right:unset;
	left:15px;
	top:50%;
	transform:translateY(50%);
}
}@media screen and (max-width:992px) {
	.advantage-item {
	max-width:400px;
	margin:auto;
}
}@media screen and (max-width:767px) {
	.about-img {
	position:relative;
	margin-top:40px;
}
header {
	padding:15px 0;
}
.banner-center {
	font-size:13px;
}
.banner-center h2 {
	font-size:33px;
	padding:0;
}
.swiper-button-next,.swiper-button-prev {
	display:none;
}
.block {
	padding:40px 0;
}
.business {
	padding:30px 0;
}
.business li {
	margin:0;
	margin-bottom:15px;
	width:100%;
}
.about-info {
	padding-left:0;
}
.about-info img {
	position:relative;
	width:100%;
	padding-bottom:15px;
}
.service-item {
	width:100%;
	max-width:380px;
	margin-left:auto;
	margin-right:auto;
}
.service-info {
	width:100%;
	padding-bottom:20px;
}
}@media screen and (max-width:499px) {
	.banner-center {
	font-size:12px;
}
.hot-line {
	font-size:16px;
}
.banner-center h2,.contact-block h2 {
	font-size:22px;
}
.contact-block h2 {
	margin-bottom:15px;
}
.news-item {
	padding:25px 0 25px 0px;
}
.news h5 {
	font-size:17px;
}
}

.head{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
.main{
	position: relative;
}
.main:after{
	/*content: '';*/
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.2);
}
.main .main-title{
	position: absolute;
	bottom: 20%;
	width: 100%;
	font-size: 50px;
	color: #fff;
	letter-spacing: 2px;
	z-index: 2;
}
.d-about{
	padding-top: 90px;
	padding-bottom: 90px;
}
.dl-well{
    padding-right: 32px;
    font-size: 23px;
    letter-spacing: 0.16rem;
    line-height: 1.55;
    padding-left: 39px;
}
.dr-well{
	font-size: 15px;
	line-height: 1.8;
	color: #999999;
}
.d-btn{
	display: inline-block;
	padding: 5px 23px;
	color: #fff;
	font-size: 13px;
	line-height: 2;
	background-color: #4e9d2d;
	transition: linear all .3s;
}
.d-btn:hover{
	color: #fff;
	background-color: #2d5f18;
}
.text-right{
	text-align: right;
}
.d-service{
	width: 100%;
	float: left;
	height: 80vh;
	max-height: 750px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.d-service:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: .85;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(37%,transparent),to(#141414));
    background-image: linear-gradient(180deg,transparent 37%,#141414);
	/*background-color: rgba(0, 0, 0, 0.61);*/
}
.d-service:hover:after{
	opacity: .95;
}
.d-service-g{
	width: 50%;
	float: left;
	position: relative;
}
.d-service-main{
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	padding: 80px 0;
	font-size: 16px;
	line-height: 2.5;
}
.d-service-main h3{
	font-size: 40px;
	font-weight: 400;
}
.dl-service{
	padding-right: 120px;
}
.dr-service{
	padding-left: 120px;
}
.h2-news{
	font-size: 40px;
	font-weight: 400;
}
.d-news-grid{
	margin: 0 5px;
	margin-bottom: 30px;
	border:1px solid #999999;
}
.news-main{
	text-align: left;
	padding: 30px 25px;
	line-height: 1.65;
}
.news-main p{
	font-size: 16px;
}
.read-more{
	padding-top: 40px;
}
.flex-center {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 100%;
    height: 100%;
}
.d-banner{
	width: 100%;
	/*height: 450px;*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.footer-main{
	padding: 115px 0 90px 0;
}
.footer-main ul.ul-nav{
	padding-left: 30px;
	border-left: 1px solid #ddd;
	font-size: 15px;
	color: #666;
}
.footer-main ul.ul-nav a{
	color: #666;
}
.footer-main ul.ul-nav a:hover{
	color: #333;
}
.footer-main ul.ul-nav li:not(:last-child){
	padding-bottom: 15px;
}
.c-block{
	padding: 0 35px;
}
.c-grid{
	position: relative;
	margin: 0 10px;
	overflow: hidden;
}
.c-grid:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	/*background-color: rgba(0, 0, 0, 0.45);*/
	transition: linear all .5s;
}
.c-grid img{
	transition: ease all 1s;
}
.c-grid:hover img{
	transform: scale(1.025);
}
.c-grid:hover:after{
	background-color: rgba(0, 0, 0, 0.1);
}
.c-grid h5{
	position: absolute;
	bottom: 30px;
	right: 0;
	width: 100%;
	text-align: right;
	padding-right: 35px;
	color: #fff;
	z-index: 2;
	    font-size: 30px;
    font-weight: 400;
}
.c-grid img{
	width: 100%;
}
.c-grid-info{
	width: calc(100% - 20px);
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	padding: 20px 45px;
	font-size: 16px;
	line-height: 1.8;
}
.c-grid-info2{
	width: calc(100% - 20px);
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 20px 0px;
	font-size: 16px;
	line-height: 1.8;
}
.c-info{
	position: absolute;
	bottom: 20px;
	right: 10px;
	width: calc(100% - 20px);
	text-align: right;
	color: #fff;
	line-height: 1.8;
	padding: 0 20px;
	z-index: 2;
}
.c-info h4{
	font-size: 30px;
	font-weight: 400;
}
.c-info p{
	font-size: 16px;
}
.line{
	display: inline-block;
	width: 100%;
	border-top: 1px solid #ddd;
	margin-bottom: 40px;
}
.d-banner-info{
	display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -ms-flex-pack: center;
    width: 100%;
    height: 100%;
    min-height: 450px;
    color: #FFF;
    line-height: 1.8;
}
.d-banner-info h3{
	margin-bottom: 10px;
	font-weight: 400;
}
.d-banner-info p{
	font-size: 16px;
}
.c-12-info{
	width: 75%;
	padding-left: 80px;
	color: #ddd;
	font-size: 16px;
}
.c-12-info h2{
	color: #333;
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 40px;
	letter-spacing: 2.5px;
	line-height: 1.5;
}
.business-block{
	max-width: 1400px;
	margin: auto;
}
.business-block:before{
	content: '';
	clear: both;
}
.business-block:after{
	content: '';
	display: table;
	clear: both;
}
.business-grid{
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
.business-grid h4{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #fff;
	transform: translateY(-50%);
}
.d-contact{
	max-width: 100%;
   	width: 500px;
    line-height: 1.7;
    font-size: 14px;
    color: #999999;
    text-align: center;
    padding: 80px 20px;
    letter-spacing: 1px;
    margin: 50px auto;
    background-color: #fff;

}
.d-contact h3{
	font-size: 38px;
	color: #333;
	font-weight: 400;
	letter-spacing: 2px;
}
.business-more{
	width: 100%;
	height: 240px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.business-more:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	/*background-color: rgba(0, 0, 0, 0.61);*/
}
.service-adv{
	padding: 150px 0;
	position: relative;
}
.service-adv:before{
	content: '';
	clear: both;
}
.service-adv:after{
	content: '';
	display: table;
	clear: both;
}
.items-list{
	width: 100%;
	height: 500px;
}
.items-list .items-main{
	float: left;
	width: 50%;
	height: 100%;
	position: relative;
}
.items-list .items-main .items-s{
	width: 500px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0
}
.items-list ul{
	float: left;
	display: block;
	width: 50%;
	height: 100%;
	background-color: #f7f7f7;
	padding: 30px;
}
.items-list ul li{
	width: 600px;
	min-height: 33%;
	display: block;
	padding-left: 120px;
	color: #999;
	font-size: 16px;
	line-height: 2;
	position: relative;
}
.items-list ul li:not(:last-child){
	border-bottom: 1px solid #ddd;
}
.items-list ul li>div{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.items-list ul li>span{
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%); 
}
.adv-action ul{
	width: 100%;
	position: relative;
}
.adv-action li{
	float: left;
 	width: 12.5%;
 	height: 900px;
 	overflow: hidden;
 	position: relative;
 	transition: ease .5s all;
}
.adv-action li.actived{
	width: 75%;
}
.adv-action li:after{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,.4);
    mix-blend-mode: multiply;
    -webkit-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out;
}
.adv-action li:not(.actived){
	cursor: pointer;
}
.adv-action li.actived:after{
	background-color: rgba(0,0,0,.5);
}
.adv-action li img{
	display: block;
	height: 100%;
	max-width: unset;
	position: absolute;
	right: -15px;
	top: 0;
	filter: blur(10px);
 	transition: ease .85s all;
}
.adv-action li.actived img{
	right: 0px;
	transform: translateX(70px);
 	transition: linear .3s all;
	filter: blur(0px);
}
.adv-action li span{
	position: absolute;
	bottom: 20%;
	left: 50%;
	display: block;
	font-size: 20px;
	color: #fff;
	transform: translateX(-50%);
	z-index: 9;
	letter-spacing: 2px;
 	transition: ease .5s all;
}
.adv-action li:hover span{
	bottom: 25%;
}
.adv-action li.actived span{
	opacity: 0;
}
.adv-action-item{
	position: absolute;
	left: 60px;
	bottom: 25%;
	opacity: 0;
	color: #fff;
	z-index: 9;
 	transition: ease .1s opacity;
}
.adv-action li.actived .adv-action-item{
	opacity: 1;
 	transition: ease .8s opacity .2s;
}
.adv-action-item h2{
	font-size: 40px;
	letter-spacing: 3px;
	padding-top: 5px;
}
.center-block{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.business-main{
	padding: 0 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.purpose{
	margin-top: 50px;
	background-color: #EEEFEF;
}
.purpose .warp{
	margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 1600px;
}
.purpose-block{
	padding: 100px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.purpose-pic{
	padding-right: 80px;
}
.purpose-info{
	padding-left: 80px;
}
.purpose-info{
	font-size: 16px;
	line-height: 1.7;
	color: #595757;
}
.about-content{
	padding: 50px 0;
}
.about-content-item{
	width: 50%;
	text-align: right;
}
.about-content{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about-content-info{
	padding: 0 50px 0 250px;
	text-align: left;
	font-size: 16px;
	line-height: 1.7;
	color: #595757;
}
.d-banner .warp{
	margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 1600px;
}
.p-s45{
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 50px 0;
	background-color: #EEEFEF;
}
.p-s45 .warp{
	margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 1600px;
}
.p-block{
	flex-wrap: wrap;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.p-info{
	padding-left: 50px;
	width: 50%;
	font-size: 16px;
	padding-right: 100px;
}
.p-pic{
	width: 50%;
}


.n1 li:first-child{
	font-size: 25px;
	color: #000;
}
.menu-fold{
	display: none;
}
@media (max-width: 768px){
	header{
		background-color: #ffffff;
	}
	.lang a,
	header .nav li>a {
	    color: #333;
	}
	header .lang svg{
		fill: #333;
	}
}

@media (max-width: 660px){
	.menu-fold{
		cursor: pointer;
		width: 20px;
		height: 20px;
		margin-right: 15px;
		display: inline-block;
		line-height: 20px;
	}
	.menu-fold svg{
		display: inline-block;
	}
	.nav{
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #ffffff;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		box-shadow: 0px 4px 6px rgb(37 37 37 / 13%)
	}
	.nav ul{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.nav li{
		width: 100%;
	}
	.drop-menu a{
		color: #333;
	}
	.drop-menu,
	header.fixed .drop-menu{
		padding-top: 0px;
		padding-left: 20px;
		position: relative;
		text-align: left;
	}
	header.fixed .drop-menu dd{
		background-color: #ffffff;
	}
}
@media (max-width: 1366px){
	.business-main{
		padding: 0;
	}
	.block-title{
		position: relative;
		padding: 0;
		margin-bottom: 20px;
	}
	.d-news-grid{
		margin: 0;
	}
	.about-content-info{
		padding-left: 20px;
	}
	.purpose-block{
		padding: 50px 0;
	}
	.purpose-pic{
		padding-right: 20px;
	}
	.purpose-info{
		padding-left: 20px;
	}
	.d-service-main h3{
		font-size: 25px;
	}
}
@media (max-width: 1000px){
	.footer-main{
		padding: 50px 0;
	}
	.footer-main ul.ul-nav{
		margin: 20px 0
	}
}
@media  (max-width: 768px){
	.footer-main ul.ul-nav{
		padding-left: 0px;
	}
	.n1 li:first-child{
		font-size: 20px;
	}
	.n2{
		display: none;
	}
	.footer-main ul.ul-nav{
		border-left: none;
	}
	.main{
		margin-top: 67px;
	}
	.business-main{
		max-width: 500px;
		margin: auto;
	}
	.d-news-grid{
		margin-bottom: 20px;
	}
	.d-about{
		max-width: 500px;
		margin: auto;
		padding: 50px 0;
	}
	.block-title{
		font-size: 22px;
	}
	.news-main p{
		font-size: 14px;
	}
	.read-more{
		padding-top: 10px;
	}
	.dl-well{
		font-size: 18px;
		letter-spacing: 0;
		padding: 0;
		margin-bottom: 20px;
	}
	.dr-well{
		font-size: 13px;
	}
	.about-content,
	.purpose-block{
		flex-wrap: wrap;
		flex-direction: row-reverse;
	}
	.purpose-pic,
	.purpose-info{
		padding: 0;
		width: 100%;
	}
	.about-content-info,
	.about-content-item{
		padding: 0 20px;
		width: 100%;
	}
	.d-service-g{
		width: 100%;
	}
	.d-service{
		height: 200px;
	}
	.dl-service,
	.dr-service{
		height: 200px;
		padding: 0 20px;
	}
	.main .main-title{
		font-size: 25px;
	}
	.d-service-main{
		padding: 0;
	}
	.p-block{
		flex-wrap: wrap;
	}
	.p-pic,
	.p-info{
		width: 100%;
		padding: 0 20px;
	}
	.copyright{
		text-align: center;
		line-height: 1.7;
	}
	.d-contact{
		padding: 35px 10px;
		    margin: 15px auto;
	}
}
@media (max-width: 499px){
	.footer-main{
		padding-top: 0;
	}
}