<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.main-more {
	display: block;
	width: 216px;
	height: 74px;
	line-height: 72px;
	overflow: hidden;
	margin: 60px auto;
	border-width: 1px 8px;
	border-style: solid;
	border-color: #feeaec;
	border-radius: 74px;
	-webkit-border-radius: 74px;
	-moz-border-radius: 74px;
	-ms-border-radius: 74px;
	-o-border-radius: 74px;
	font-size: 26px;
	color: #fff;
	text-align: center;
	background-color: #166df1;
}
.main-more span {
	display: block;
}

/* banner */
.banner-swiper {
	background-color: #fff;
}
.banner-swiper .swiper-slide a,
.banner-swiper .swiper-slide a img {
	display: block;
	width: 100%;
}
.banner-swiper .swiper-slide a img.mobile {
	display: none;
}
.banner-swiper .swiper-slide a {
	display: block;
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.banner-swiper .swiper-slide a.mobile {
	display: none;
}
.banner-pagination.swiper-pagination-bullets {
	bottom: 40px;
}

.main-title {
	color: #333;
	text-align: center;
}
.main-title h3 {
	margin: 0 0 20px;
	font-size: 70px;
	font-weight: bold;
}
.main-title p {
	margin: 0;
	font-size: 40px;
	font-weight: bold;
}

.main-title img {
    /* width:350px;*/
	display:initial;
}


.box {
	padding: 70px 0 70px;
	background-color: #fff;
}
.service,
.case,
.zunlian,
.institute,
.mode,
.designer,
.news,
.customers {
	/*max-width: 1920px;*/
	margin: 0 auto;
}
.service {

	padding-bottom: 60px;
    width: 100%;
    background-image: url(/template/zunlian/index/fes_res/picture/servicebg.jpg);
    background-size: cover;
}
.service .main-title {
    margin-bottom: 50px;
   
}
/*
.service ul {
margin-right: 70px;
    margin-left: 70px;
    width: 98%;
}
*/

.service ul li {
    padding: 0 20px;
}
.service ul li:nth-child(4) a .desc::before {
	margin-right: 0px;
}
.service ul li a {
	position: relative;
	display: block;
	overflow: hidden;

	-moz-box-shadow:2px 3px 11px #333333; -webkit-box-shadow:2px 3px 11px #333333; box-shadow:2px 3px 11px #333333;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-120px);
	}	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
 
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-120px);
	}	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.service ul li a:hover .pic2{
	 -webkit-animation-name: "fadeInLeft"; /*动画名称，需要跟@keyframes定义的名称一致*/
    -webkit-animation-duration: 0.5s;/*动画持续的时间长*/

}
.service ul li a .pic {
	display: block;
	width: 100%;
}
.service ul li a .desc {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 15px 45px 40px 45px;
	color: #fff;
	
}
.service ul li a .desc::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1000%;
	content: '';
	transition: all .25s ease;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
}
.service ul li:first-child a .desc::before {
	background-color: #22499d;
}
.service ul li:nth-child(2) a .desc::before {
	background-color: #328fce;
}
.service ul li:nth-child(3) a .desc::before {
	background-color: #eb6225;
}
.service ul li:nth-child(4) a .desc::before {
	background-color: #22499d;
}
.service ul li a .desc strong {
	display: block;
	margin-right: 22px;
	font-size: 196px;
}
.service ul li a .desc .tbc {
	vertical-align: bottom;
}
.service ul li a .desc .item {
	position: relative;
	overflow: hidden;
	text-align: center;
}
.service ul li a .desc h3 {
	margin: 42px 0 18px;
	font-size: 24px;
}
.service ul li a .desc p {
	margin: 0;
	font-size: 16px;
}
.service ul li a:hover .desc::before {
	top: -600%;
	opacity: 0.8;
}

.case {
	padding: 0px 0px 0;
}
.case .main-title {
	margin-bottom: 80px;
}
.case ul {
	margin-right: -6px;
}
.case ul li {
	padding-right:4px;
	padding-bottom:4px;
}


.case ul li a:nth-child(2){    margin-top: 4px;}
.case ul li a {
	position: relative;
	display: block;
	overflow: hidden;

}
.case ul li a .pic {
	display: block;
	width: 100%;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
.case ul li a:hover .pic {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.case ul li a .desc {
	position: absolute;
	display: none;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	padding: 42px;
	height: 100%;
	color: #fff;
	text-align: center;
	 background-color: rgba(235, 98, 37, 0.8);
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
}
.case ul li a:hover .desc {
    display: block;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}
.case ul li a .desc h3 {
	display: inline-block;
	margin: 0;
	line-height: 30px;
	font-weight: normal;
	font-family: arial;
	font-size: 20px;
}
.case ul li a .desc h3 ins {
	display: block;
	padding: 1px;
	margin-top: 10px;
    margin-bottom: 10px;
	border-radius: 26px;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	-ms-border-radius: 26px;
	-o-border-radius: 26px;
	background-color: #fff;
}
.case ul li a .desc h3 ins span {
	display: block;
	width: 18px;
	height: 18px;
	border: 4px solid #ff97b0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.zunlian {
	padding: 0 40px;
	margin-bottom: 70px;
}
.zunlian .pic {
	display: block;
	width: 100%;
}
.zunlian ul {
	margin: 29px -48px 0 0;
}
.zunlian ul li {
	padding-right: 30px;
}
.zunlian ul li .item {
	position: relative;
	display: block;
	overflow: hidden;
	padding-bottom: 72px;

}
.zunlian ul li .item::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: block;

	content: '';
}
.zunlian ul li .item::after {
	position: absolute;
	right: 0;
	bottom: 72px;
	left: 0;
	z-index: 3;
	display: block;
	height: 72px;
	content: '';
	transition: all .25s ease;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
}
.zunlian ul li:first-child .item::after {
	background-color: #328fce;    opacity: 0.75;

}
.zunlian ul li:nth-child(2) .item::after {
	background-color: #328fce;    opacity: 0.75;
}
.zunlian ul li:nth-child(3) .item::after {
	background-color: #328fce;    opacity: 0.75;
}
.zunlian ul li:nth-child(4) .item::after {
	background-color: #328fce;    opacity: 0.75;
}


.zunlian ul li .item .pic.bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.zunlian ul li .item .pic {
	position: relative;
	z-index: 4;
}
.zunlian ul li .item .pic img{
    margin: 0 auto;
    width:70%;
    height: auto;
}
.zunlian ul li .item:hover::after {
	height: 100%;
}

.indexhezuo {
padding: 0 5px;

}
.indexhezuo .pic {
	display: block;
	width: 100%;
}
.indexhezuo ul {
	margin: 30px 0 0 0;
}
.indexhezuo ul li {
	padding-right: 1px;
	padding-left: 1px;
}
.indexhezuo ul li .item {
	position: relative;
	display: block;
	overflow: hidden;


}

.indexhezuo ul li .item::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: block;

	content: '';
}
.indexhezuo ul li .item::after {
	position: absolute;
	right: 0;
	bottom: 0px;
	left: 0;
	z-index: 3;
	display: block;
	height: 0px;
	content: '';
	transition: all .25s ease;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
}

.indexhezuo ul li .item:hover .pic2{
	 -webkit-animation-name: "fadeInLeft"; /*动画名称，需要跟@keyframes定义的名称一致*/
    -webkit-animation-duration: 0.5s;/*动画持续的时间长*/

}
.indexhezuo ul li:first-child .item::after {
	background-color: rgba(235, 98, 37, 0.8);

}
.indexhezuo ul li:nth-child(2) .item::after {
	background-color: rgba(235, 98, 37, 0.8);
}
.indexhezuo ul li:nth-child(3) .item::after {
	background-color: rgba(235, 98, 37, 0.8);
}
.indexhezuo ul li:nth-child(4) .item::after {
	background-color: rgba(235, 98, 37, 0.8);
}
.indexhezuo ul li:nth-child(5) .item::after {
	background-color: rgba(235, 98, 37, 0.8);
}
.indexhezuo ul li .item .pic.bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.indexhezuo ul li .item .pic {
	position: relative;
	z-index: 4;
}
.indexhezuo ul li .item .pic img{
    margin: 0 auto;
    width:70%;
    height: auto;
}
.indexhezuo ul li .item:hover::after {
	height: 100%;
}


.number {
	padding: 172px 160px 210px;
	background-color: #fff;
}
.number ul li {
	text-align: center;
}
.number ul li .hd {
	position: relative;
	display: inline-block;
	padding-right: 30px;
	margin-bottom: 20px;
}
.number ul li .hd .nub {
	display: inline-block;
	height: 48px;
	line-height: 48px;
	font-size: 25px;
	color: #1b1b1b;
}
.number ul li .hd .fh {
	position: absolute;
	top: 0;
	right: 0;
	width: 14px;
	height: 48px;
	background: url(../images/icon03.png) no-repeat center center;
}
.number ul li img {
	display: block;
	margin: 0 auto;
}
.number ul li p {
	margin: 50px 0 0;
	font-size: 25px;
	color: #464646;
}

.product {
	height: 260px;
    margin-top: 10px;
    color: #fff;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.product.p1 {
	background-image: url(../images/bg_product01.jpg);
}
.product.p2 {
	background-image: url(../images/bg_product02.jpg);
}
.product.p3 {
	background-image: url(../images/bg_product03.jpg);
}
.product .hd p {
	/* margin: 0px 0 50px;*/
    font-size: 50px;
    font-weight: bold
}
.product .hd img {
    /*width:350px;*/
	display: initial;
}
.product .hd h3 {
	margin: 0 0 162px;
	font-size: 60px;
}
.product .bd ul {
	text-align: center;
}
.product .bd ul li {
	display: inline-block;
	margin: 0 50px;
}
.product .bd ul li a {
	position: relative;
	display: block;
	height: 56px;
	line-height: 54px;
	padding: 0 30px;
	border: 1px solid #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 22px;
	color: #fff;
	transition: background .2s ease;
	-webkit-transition: background .2s ease;
	-moz-transition: background .2s ease;
	-ms-transition: background .2s ease;
	-o-transition: background .2s ease;
}
.product .bd ul li a:hover {
	border: 0;
	padding: 1px 31px;
	background-color: rgba(22, 109, 241, 0.8);
}
.institute {
	padding: 0 40px;
	margin-bottom: 10px;
}
.institute .main-title {
	margin-bottom: 66px;
}
.institute ul {
	margin-right: -8px;
}
.institute ul li {
	padding-right: 8px;
	float: left;
    width: 20%;
    padding: 0 10px 35px 0;
}
.institute ul li a {
	position: relative;
	display: block;
	overflow: hidden;
}
.institute ul li a .pic {
	display: block;
	width: 100%;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
.institute ul li a .desc {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	padding: 0 50px;
	color: #fff;
	visibility: hidden;
	opacity: 0;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
}
.institute ul li a .desc h3 {
	line-height: 22px;
	margin: 0;
	font-size: 16px;
	font-weight: normal;
}
.institute ul li a .desc h4 {
	display: inline-block;
	padding: 8px 0;
	margin: 30px 0 20px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #fff;
	font-size: 45px;
}
.institute ul li a .desc p {
	line-height: 22px;
	margin: 0;
	font-size: 16px;
}
.institute ul li a .desc ins {
	display: inline-block;
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	padding: 0 20px;
	margin-top: 80px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #166df1;
	text-decoration: none;
	background-color: #fff;
}
.institute ul li a:hover .pic {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.institute ul li a:hover .desc {
	visibility: visible;
	opacity: 1;
}

.mode {
	padding: 0 40px;
}
.mode-list {
	padding-top: 70px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	background-color: #fff;
}
.mode-list .main-title {
	margin-bottom: 66px;
	color: #293134;
}
.mode-list ul li {
	margin-bottom: 80px;
	font-size: 20px;
	text-align: center;
}
.mode-list ul li a {
	display: block;
}
.mode-list ul li img {
	display: block;
	margin: 0 auto 12px;
}
.mode-list ul li h3 {
	margin: 0 0 8px;
	font-weight: normal;
	color: #4f4f4f;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
}
.mode-list ul li p {
	margin: 0;
	color: #a9a9a9;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
}
.mode-list ul li:first-child {
	margin-left: 12.5%;
}
.mode-list ul li a:hover h3,
.mode-list ul li a:hover p {
	color: #f14957;
}

.designer {
	padding: 115px 82px 45px;
}
.designer .hd {
	margin: 130px 0 58px;
	font-size: 44px;
	color: #333;
	text-align: center;
}
.designer ul {
	margin-right: -42px;
}
.designer ul li {
	padding-right: 42px;
}
.designer ul li a {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	color: #fff;
	text-align: center;
	background: url(../images/bg_designer.png) no-repeat center bottom #000;
}
.designer ul li a .pic {
	overflow: hidden;
	border: 1px solid #cfd3e0;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-ms-border-radius: 18px;
	-o-border-radius: 18px;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
}
.designer ul li a .pic img {
	display: block;
	width: 100%;
	opacity: 1;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
}
.designer ul li a .face,
.designer ul li a .back {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0 98px 80px;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
}
.designer ul li a .face h3 {
	margin: 0;
	font-size: 22px;
}
.designer ul li a .face p {
	line-height: 32px;
	margin: 25px 0 82px;
	font-size: 18px;
}
.designer ul li a .face ins,
.designer ul li a .back ins {
	display: inline-block;
	width: 238px;
	height: 62px;
	line-height: 62px;
	overflow: hidden;
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-ms-border-radius: 22px;
	-o-border-radius: 22px;
	font-size: 15px;
	color: #293134;
	text-decoration: none;
	background-color: #fff;
}
.designer ul li a .back {
	visibility: hidden;
	opacity: 0;
}
.designer ul li a .back img {
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.designer ul li a .back h3 {
	margin: 0;
	font-size: 25px;
}
.designer ul li a .back .price {
	position: relative;
	display: inline-block;
	font-weight: bold;
}
.designer ul li a .back .price sup,
.designer ul li a .back .price sub {
	position: absolute;
}
.designer ul li a .back .price sup {
	top: 10px;
	right: 100%;
	margin-right: 20px;
	font-size: 20px;
}
.designer ul li a .back .price sub {
	bottom: 10px;
	left: 100%;
	font-size: 22px;
}
.designer ul li a .back .price strong {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	font-size: 75px;
}
.designer ul li a .back h3 {
	margin: 25px 0 62px;
}
.designer ul li a .back p {
	line-height: 32px;
	margin: 72px 0 82px;
	font-size: 17px;
}
.designer ul li a .back ins {
	color: #293134;
	background-color: #fff;
}
.designer ul.cyk li a .back h3 {
	margin: 80px 0 53px;
	font-size: 34px;
}
.designer ul.cyk li a .back p {
	font-size: 20px;
}
.designer ul li a:hover .pic {
	opacity: 0.2;
}
.designer ul li a:hover .face {
	visibility: hidden;
	opacity: 0;
}
.designer ul li a:hover .back {
	visibility: visible;
	opacity: 1;
}
.creative {
	position: relative;
	padding: 32px 185px;
	background-color: #EBEBEB;
}
.creative .swiper-slide a {
	display: block;
	overflow: hidden;
}
.creative .swiper-slide a .pic {
	display: block;
	width: 100%;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
}
.creative .swiper-slide a:hover .pic {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.creative .swiper-slide a .desc {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 20px 22px;
	color: #fff;
	background-color: rgba(71, 71, 71, 0.65);
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
}
.creative .swiper-slide a .desc h3 {
	margin: 0 0 8px;
	font-size: 20px;
	font-weight: normal;
}
.creative .swiper-slide a .desc p {
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	margin: 0;
}
.creative .swiper-slide a:hover .desc {
	background-color: rgba(241, 75, 88, 0.65);
}
.creative-next,
.creative-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 185px;
	height: auto;
	background-repeat: no-repeat;
	background-position: center center;
}
.creative-prev {
	left: 0;
	background-image: url(../images/btn_creative_prev.png);
}
.creative-next {
	right: 0;
	background-image: url(../images/btn_creative_next.png);
}

.about {
	overflow: hidden;
}
.about .main-title {
	margin-bottom: 52px;
}
.about .bg {
	background: url(../images/bg_about04.jpg) no-repeat center;
	background-size: cover;
}
.about-box {
	height: 1020px;
	overflow: hidden;
	/* background: url(../images/bg_about02.png) no-repeat right top; */
}
.about-box ul {
	position: relative;
	pointer-events: auto!important;
}
.about-box ul,
.about-box ul li {
	width: 100%;
	height: 100%;
}
.about-box ul li .circle {
	position: absolute;
	display: block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	font-size: 22px;
	color: #F14957;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.7);
}
.about-box ul li .circle.big {
	background-color: rgba(255, 255, 255, 0.8);
}
.about-box ul li .circle img {
	display: block;
	margin: 0 auto 18px;
}
.about-box ul li .circle p {
	margin: 8px 0 0;
	font-size: 16px;
}
.about-box ul li .circle.c01 {
	width: 54px;
	height: 54px;
}
.about-box ul li .circle.c01_01 {
	top: 9.41176471%;
	right: 50%;
	margin-right: 400px;
}
.about-box ul li .circle.c01_02 {
	top: 52.15686275%;
	right: 50%;
	margin-right: 406px;
}
.about-box ul li .circle.c02 {
	width: 102px;
	height: 102px;
}
.about-box ul li .circle.c02_01 {
	top: 15.19607843%;
	right: 50%;
	margin-right: 281px;
}
.about-box ul li .circle.c02_02 {
	top: 56.07843137%;
	right: 50%;
	margin-right: 490px;
}
.about-box ul li .circle.c03 {
	width: 41px;
	height: 41px;
}
.about-box ul li .circle.c03_01 {
	top: 20.58823529%;
	right: 50%;
	margin-right: 508px;
}
.about-box ul li .circle.c03_02 {
	top: 53.43137255%;
	left: 50%;
	margin-left: 494px;
}
.about-box ul li .circle.c04 {
	width: 50px;
	height: 50px;
}
.about-box ul li .circle.c04_01 {
	top: 38.62745098%;
	right: 50%;
	margin-right: 268px;
	background-color: rgba(255, 255, 255, 0.2);
}
.about-box ul li .circle.c04_02 {
	top: 76.76470588%;
	right: 50%;
	margin-right: 108px;
}
.about-box ul li .circle.c04_03 {
	top: 81.8627451%;
	left: 50%;
	margin-left: 552px;
}
.about-box ul li .circle.c05 {
	width: 120px;
	height: 120px;
}
.about-box ul li .circle.c05_01 {
	top: 34.11764706%;
	right: 50%;
	margin-right: 304px;
}
.about-box ul li .circle.c06 {
	width: 211px;
	height: 211px;
}
.about-box ul li .circle.c06_01 {
	top: 17.54901961%;
	right: 50%;
	margin-right: 326px;
	background-color: rgba(255, 255, 255, 0.8);
}
.about-box ul li .circle.c06_02 {
	top: 40.68627451%;
	right: 50%;
	margin-right: 536px;
}
.about-box ul li .circle.c07 {
	width: 66px;
	height: 66px;
}
.about-box ul li .circle.c07_01 {
	top: 35%;
	right: 50%;
	margin-right: 105px;
}
.about-box ul li .circle.c08 {
	width: 153px;
	height: 153px;
}
.about-box ul li .circle.c08_01 {
	top: 17.74509804%;
	left: 50%;
	margin-left: 22px;
}
.about-box ul li .circle.c09 {
	width: 227px;
	height: 227px;
}
.about-box ul li .circle.c09_01 {
	top: 17.74509804%;
	right: 50%;
	margin-right: -63px;
}
.about-box ul li .circle.c10 {
	width: 12px;
	height: 12px;
}
.about-box ul li .circle.c10_01 {
	top: 16.47058824%;
	left: 50%;
	margin-left: 312px;
}
.about-box ul li .circle.c11 {
	width: 61px;
	height: 61px;
}
.about-box ul li .circle.c11_01 {
	top: 19.31372549%;
	left: 50%;
	margin-left: 266px;
}
.about-box ul li .circle.c12 {
	width: 35px;
	height: 35px;
}
.about-box ul li .circle.c12_01 {
	top: 27.15686275%;
	left: 50%;
	margin-left: 586px;
}
.about-box ul li .circle.c13 {
	width: 114px;
	height: 114px;
}
.about-box ul li .circle.c13_01 {
	top: 30.58823529%;
	left: 50%;
	margin-left: 453px;
}
.about-box ul li .circle.c14 {
	width: 220px;
	height: 220px;
}
.about-box ul li .circle.c14_01 {
	top: 20.49019608%;
	left: 50%;
	margin-left: 267px;
}
.about-box ul li .circle.c15 {
	width: 25px;
	height: 25px;
}
.about-box ul li .circle.c15_01 {
	top: 41.96078431%;
	right: 50%;
	margin-right: 720px;
}
.about-box ul li .circle.c16 {
	width: 30px;
	height: 30px;
}
.about-box ul li .circle.c16_01 {
	top: 71.07843138%;
	right: 50%;
	margin-right: 470px;
}
.about-box ul li .circle.c16_02 {
	top: 53.92156863%;
	right: 50%;
	margin-right: 107px;
}
.about-box ul li .circle.c17 {
	width: 75px;
	height: 75px;
}
.about-box ul li .circle.c17_01 {
	top: 67.15686275%;
	right: 50%;
	margin-right: 405px;
}
.about-box ul li .circle.c17_02 {
	top: 64.21568627%;
	right: 50%;
	margin-right: 20px;
	background-color: rgba(255, 255, 255, 0.5);
}
.about-box ul li .circle.c17_03 {
	top: 68.92156863%;
	left: 50%;
	margin-left: 638px;
}
.about-box ul li .circle.c18 {
	width: 195px;
	height: 195px;
}
.about-box ul li .circle.c18_01 {
	top: 66.47058824%;
	right: 50%;
	margin-right: 180px;
}
.about-box ul li .circle.c19 {
	width: 90px;
	height: 90px;
}
.about-box ul li .circle.c19_01 {
	top: 56.66666667%;
	right: 50%;
	margin-right: 115px;
	background-color: rgba(255, 255, 255, 0.5);
}
.about-box ul li .circle.c19_02 {
	top: 43.1372549%;
	left: 50%;
	margin-left: 104px;
	background-color: rgba(255, 255, 255, 0.5);
}
.about-box ul li .circle.c20 {
	width: 108px;
	height: 108px;
}
.about-box ul li .circle.c20_01 {
	top: 58.82352941%;
	left: 50%;
	margin-left: 158px;
	background-color: rgba(255, 255, 255, 0.5);
}
.about-box ul li .circle.c21 {
	width: 240px;
	height: 240px;
}
.about-box ul li .circle.c21_01 {
	top: 44.70588235%;
	left: 50%;
	margin-left: -86px;
	background-color: rgba(255, 255, 255, 0.5);
}
.about-box ul li .circle.c22 {
	width: 106px;
	height: 106px;
}
.about-box ul li .circle.c22_01 {
	top: 74.90196078%;
	left: 50%;
	margin-left: 142px;
}
.about-box ul li .circle.c23 {
	width: 55px;
	height: 55px;
}
.about-box ul li .circle.c23_01 {
	top: 70.68627451%;
	left: 50%;
	margin-left: 256px;
}
.about-box ul li .circle.c24 {
	width: 222px;
	height: 222px;
}
.about-box ul li .circle.c24_01 {
	top: 66.8627451%;
	left: 50%;
	margin-left: 293px;
}
.about-box ul li .circle.c25 {
	width: 123px;
	height: 123px;
}
.about-box ul li .circle.c25_01 {
	top: 55.49019608%;
	left: 50%;
	margin-left: 490px;
}
.about-box ul li .circle.c26 {
	width: 208px;
	height: 208px;
}
.about-box ul li .circle.c26_01 {
	top: 42.35294118%;
	left: 50%;
	margin-left: 558px;
}

.news {
	padding: 76px 70px 76px;
}
.news .main-title {
	margin-bottom: 56px;
}
.news ul {
	margin-right: -8px;
}
.news ul li {
	padding-right: 30px;
}
.news ul li a {
	position: relative;
	display: block;
}
.news ul li:first-child a {
	background-color: #1ecede;
}
.news ul li:nth-child(2) a {
	background-color: #e3402c;
}
.news ul li:nth-child(3) a {
	background-color: #000;
}
.news ul li:nth-child(4) a {
	background-color: #f6b608;
}
.news ul li a .pic {
	display: block;
	width: 100%;
	/*visibility: hidden;*/
	opacity: 0.3;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
}
.news ul li a .desc {
	position: absolute;
	top:35%;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0 100px 46px;
	color: #fff;
	text-align: center;
}
.news ul li a .desc p {
	margin: 0;
	 padding-bottom: 12px;
	font-size: 35px;
}
.news ul li a .desc h3 {
   margin: 25px 0 50px;
    font-size: 35px;
}
.news ul li a .desc ins {
	display: block;
	padding: 1px;
	margin-top: 10px;
    margin-bottom: 10px;
	border-radius: 26px;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	-ms-border-radius: 26px;
	-o-border-radius: 26px;
	background-color: #fff;
}
.news ul li a:hover .pic {
	visibility: visible;
	opacity: 1;
}

.customers .title {
	margin-bottom: 5px;
}
.customers-list {
	position: relative;
	padding: 0 282px;
}
.customers-swiper {
	background-color: #fff;
}
.customers-swiper .swiper-slide {
	height: 210px;
}
.customers-swiper .swiper-slide img {
	display: block;
	width: 80%;
	max-width: 200px;
	margin: 0 auto;
}
.customers-next,
.customers-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 230px;
	height: auto;
	background-repeat: no-repeat;
	background-position: center center;
}
.customers-prev {
	left: 0;
	background-image: url(../images/btn_customers_prev.png);
}
.customers-next {
	right: 0;
	background-image: url(../images/btn_customers_next.png);
}

@media (max-width:1920px) {
	.service ul li a .desc {
		padding: 20px 20px 20px;
	}
	.service ul li a .desc strong {
		font-size: 150px;
	}
	.service ul li a .desc h3 {
		margin-top: 10px;
		font-size: 36px;
	}
	.service ul li a .desc p {
		font-size: 16px;
	}
}
@media (max-width:1549px) {
	.institute ul li a .desc {
		padding: 0 20px;
	}
	.mode-list ul li {
		font-size: 18px;
	}
	.designer ul li a .face,
	.designer ul li a .back,
	.news ul li a .desc {
		padding: 0 20px 20px;
	}
	.designer ul li a .back img {
		width: 100px;
	}
	.designer ul li a .back h3 {
		margin: 20px 0 30px;
	}
	.designer ul li a .face p,
	.designer ul li a .back p {
		margin: 30px 0 40px;
	}
	.designer ul.cyk li a .back img {
		width: 140px;
	}
	.news ul li a .desc p {
		font-size: 30px;
	}
	.news ul li a .desc h3 {
		margin: 10px 0 30px;
		font-size: 50px;
	}

	.about-box ul li .circle.c01,
	.about-box ul li .circle.c02,
	.about-box ul li .circle.c03_01,
	.about-box ul li .circle.c04_01,
	.about-box ul li .circle.c04_02,
	.about-box ul li .circle.c05_01,
	.about-box ul li .circle.c06,
	.about-box ul li .circle.c07_01,
	.about-box ul li .circle.c09_01,
	.about-box ul li .circle.c15_01,
	.about-box ul li .circle.c16,
	.about-box ul li .circle.c17_01,
	.about-box ul li .circle.c17_02,
	.about-box ul li .circle.c18_01,
	.about-box ul li .circle.c19_01 {
		right: 45%;
	}
	.about-box ul li .circle.c03_02,
	.about-box ul li .circle.c04_03,
	.about-box ul li .circle.c08_01,
	.about-box ul li .circle.c10_01,
	.about-box ul li .circle.c11_01,
	.about-box ul li .circle.c12_01,
	.about-box ul li .circle.c13_01,
	.about-box ul li .circle.c14_01,
	.about-box ul li .circle.c17_03,
	.about-box ul li .circle.c19_02,
	.about-box ul li .circle.c20_01,
	.about-box ul li .circle.c21_01,
	.about-box ul li .circle.c22_01,
	.about-box ul li .circle.c23_01,
	.about-box ul li .circle.c24_01,
	.about-box ul li .circle.c25_01,
	.about-box ul li .circle.c26_01 {
		left: 45%;
	}
}
@media (max-width:1439px) {
	.box {
		padding: 50px 0;
	}
	.number {
		padding: 50px 0;
	}
	.number ul li img {
		height: 100px;
	}

	.product {
		/*height: 770px;*/
	}
	.creative {
		padding: 30px 100px;
	}
	.creative-next,
	.creative-prev {
		width: 100px;
	}

	.customers-list {
		padding: 0 100px;
	}
	.customers-next,
	.customers-prev {
		width: 100px;
	}
}
@media (max-width:1279px) {
        .tb1 {

    width: 70%;
}


.about-r-c .gt{font-size: 20px !important;}
.about-r-c p{line-height:15px;}
	.service ul li a .desc {
		padding: 0 5px 10px;
	}
	.service ul li a .desc::before {
		height: 565%;
	}
	.service ul li a .desc strong {
		font-size: 100px;
	}
	.service ul li a .desc h3 {
		margin: 25px 0 10px;
		font-size: 30px;
	}
	.service ul li a .desc p {
		font-size: 12px;
	}
	.service ul li a:hover .desc::before {
		top: 0;
	}

	.case ul li a .desc {
		padding: 10px;
	}
	.case ul li a .desc h3 {
		font-size: 12px;
		line-height: 16px;
	}
	.case ul li a .desc h3 ins {
		padding: 1px;
		border-radius: 18px;
		-webkit-border-radius: 18px;
		-moz-border-radius: 18px;
		-ms-border-radius: 18px;
		-o-border-radius: 18px;
	}
	.case ul li a .desc h3 ins span {
		width: 10px;
		height: 10px;
		border-width: 2px;
	}
	.zunlian ul {
		margin: 50px -10px 0 0;
	}
	.zunlian ul li {
		padding-right: 10px;
	}
	.institute ul li a .desc h3 {
		line-height: 22px;
		font-size: 14px;
	}
	.institute ul li a .desc h4 {
		margin: 10px 0 20px;
		font-size: 30px;
	}
	.institute ul li a .desc p {
		line-height: 20px;
		font-size: 12px;
	}
	.institute ul li a .desc ins {
		height: 30px;
		line-height: 30px;
		padding: 0 20px;
		margin-top: 30px;
	}
	.mode-list .main-title {
		margin-bottom: 50px;
	}
	.mode-list ul li {
		font-size: 14px;
	}

	.designer {
		padding: 50px 20px;
	}
	.designer ul {
		margin-right: -10px;
	}
	.designer ul li {
		padding-right: 10px;
	}
	.designer ul li a .face,
	.designer ul li a .back,
	.news ul li a .desc {
		 padding: 0 25px 10px;
	}
	.designer ul li a .back .price strong {
		height: 30px;
		line-height: 30px;
		font-size: 40px;
	}
	.designer ul li a .back .price sup,
	.designer ul li a .back .price sub {
		font-size: 14px;
	}
	.designer ul.cyk li a .back h3 {
		margin: 50px 0 30px;
		font-size: 20px;
	}
	.designer ul li a .face p,
	.designer ul li a .back p,
	.designer ul.cyk li a .back p {
		line-height: 24px;
		margin: 10px 0 20px;
		font-size: 14px;
	}
	.designer ul li a .face ins,
	.designer ul li a .back ins {
		display: block;
		width: auto;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.news {
		/*padding: 50px 0 80px;*/
	}
	.news .main-title {
		margin-bottom: 50px;
	}
	.news ul li a .desc p {
		font-size: 16px;
	}
	.news ul li a .desc h3 {
		margin-bottom: 10px;
		font-size: 30px;
	}
	.news ul li a .desc ins {
		/*height: 30px;
		line-height: 28px;
		padding: 0 10px;
		border-width: 1px;
		font-size: 14px;*/
	}

	.about-box {
		height: auto;
	}
	.about-box ul,
	.about-box ul li {
		width: auto;
		height: auto;
	}
	.about-box ul li:not(:last-child) {
		display: none;
	}
	.about-box ul li .item {
		float: left;
		width: 25%;
		padding: 30px 0;
	}
	.about-box ul li .circle {
		position: static;
		width: 211px!important;
		height: 211px!important;
		margin: 0 auto!important;
	}
	.product .bd ul li {
		margin: 0 20px;
	}
	.customers-swiper .swiper-slide {
		height: 150px;
	}
}
@media (max-width:900px) {
       .tb1 {

    width: 85%;
}
#about1{
  width:100%;
      margin-top: -110px !important;
}
#about2{
  width:100%;  
  margin-top: 0px !important;
}
	.main-more {
		width: 100%;
		height: 40px;
		line-height: 38px;
		margin: 20px 0;
		font-size: 14px;
	}
	.banner-swiper .swiper-slide a img.mobile {
		display: none;
	}
	.banner-swiper .swiper-slide a {
		height: 60vh;
	}
	.banner-swiper .swiper-slide a.pc {
		display: none;
	}
	.banner-swiper .swiper-slide a.mobile {
		display: block;
	}
	.banner-pagination.swiper-pagination-bullets {
		bottom: 10px;
	}
.main-title img{
		width:300px;
		height:auto;
	}
	.main-title h3 {
		margin-bottom: 10px;
		font-size: 30px;
	}
	.main-title p {
		font-size: 24px;
	}

	.box {
		padding: 20px 0;
	}
	.service,
	.designer {
		padding: 20px 10px;
	}
	.service ul,
	.case ul,
	.institute ul,
	.designer ul,
	.news ul {
		margin: 0;
	}
	.service ul li,
	.case ul li,
	.institute ul li,
	.designer ul li,
	.news ul li {
		float: none;
		width: auto;
		padding: 0;
		margin-bottom: 10px;
		 margin-right: initial;
	}
	.service ul li,
	.news ul li {
	    float:left;
	    width:50%;
	    padding: 5px;
	}
	.service .main-title,
	.case .main-title,
	.mode-list .main-title,
	.institute .main-title,
	.about .main-title,
	.news .main-title {
		margin-bottom: 10px;
	}
	.service ul li a .desc::before {
		height: 500%;
	}
	.service ul li a:hover .desc::before {
		top: 0;
	}
	.case {
		padding: 20px 10px 0;
	}
	.case ul li a .desc {
	    display: block;
	    height: 30px;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}
	.zunlian,
	.institute,
	.mode {
		padding: 0 10px;
	}
	.zunlian {
		margin-bottom: 10px;
	}
	.zunlian ul li {
		width: 50%;
		margin-bottom: 0px;
		margin-top: -60px !important;
	}
	
	.zunlian ul li .item {
		padding-bottom: 72px;
	}
	.zunlian ul li .item::after {
		height: 40px;
	}
	.about-r-c .gt{
	    font-size: 18px !important;
	}
	.about-r-c .gt1{
	    line-height: 15px;
	}
	.about-r-c p{
	    line-height: 25px !important;
	}
	.institute ul li a .desc {
		visibility: visible;
		opacity: 1;
	}
	.mode-list {
		padding: 10px 0;
	}
	.mode-list ul li {
		float: none;
		width: auto;
		margin: 0 0 10px;
		font-size: 14px;
	}
	.mode-list ul li:first-child {
		margin-left: 0;
	}
	.mode-list ul li img {
		height: 60px;
		margin-bottom: 20px;
	}
	.designer .hd {
		margin: 20px 0;
		font-size: 16px;
	}
	.designer ul li a .pic {
		opacity: 0.2;
	}
	.designer ul.cyk li a .back {
		visibility: visible;
		opacity: 1;
	}

	.product {
		height: auto;
		padding: 20px 0 10px;
		margin-bottom: 20px;
		margin-bottom: 10px;
	}
	.product .hd img{
	    width:300px;
	    height:auto;
	}
	.product .hd p {
		margin-bottom: 10px;
		font-size: 30px;
		font-weight: bold;
	}
	.product .hd h3 {
		margin-bottom: 30px;
		font-size: 24px;
	}
	.product .bd ul li {
		display: block;
		margin: 0 10px 10px;
	}
	.product .bd ul li a {
		height: 30px;
		line-height: 28px;
		font-size: 16px;
	}

	.customers .title {
		margin-bottom: 20px;
	}

	.creative {
		padding: 0;
	}
	.creative .swiper-slide a .desc {
		padding: 10px 10px 30px;
	}
	.creative .swiper-slide a .desc h3 {
		font-size: 16px;
	}

	.about .bg,
	.about-box {
		background-size: auto 100%;
	}
	.about-box {
		padding: 10px 0;
	}
	.about-box ul li .item {
		float: none;
		width: auto;
		padding: 10px 0;
	}
	.about-box ul li .circle {
		width: 150px!important;
		height: 150px!important;
		font-size: 16px;
	}
	.about-box ul li .circle img {
		height: 40px;
	}

	.news {
		padding: 20px 0;
	}
	.news ul li a .pic {
		visibility: visible;
		opacity: 0.3;
	}

	.customers-list {
		padding: 0;
	}
	.customers-swiper {
		padding-bottom: 30px;
	}
	.customers-swiper .swiper-slide {
		height: 90px;
	}
	.customers-pagination .swiper-pagination-bullet {
		background-color: #494949;
		opacity: 0.2;
	}
	.customers-pagination .swiper-pagination-bullet-active {
		background-color: #F14B58;
		opacity: 1;
	}
}

.footer .desc dl dd a{color:#fff;}
.service-dj {
    width: 100%;
    height: 100%;
    overflow: hidden;

}

.service-img {
    width: 100%;
    float: left;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 10px 10px 10px rgba(0,0,0,.5);

                 /*考虑浏览器兼容性*/

                 -moz-box-shadow: 10px 10px 10px rgba(0,0,0,.5);

                 -webkit-box-shadow: 10px 10px 10px rgba(0,0,0,.5);


}

.service-dj:hover&gt;img {
    transform: scale(1.1);
}

.service-img img {
    width: 100%;
    height: 100%;
    transition: ease .5s;
    overflow: hidden;

}

.service-border {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.design {
    width: 100%;
    height: 125px;
    margin-top: -125px;
    position: relative;
    background-color: #21499D;
    padding: 0px;
}

.design-title {
    font-size: 1.6rem;
    color: #ffffff;
    font-weight: 800;
    text-align: center;
}

.design-en {
    font-size: 1.2rem;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}


.intro {
     position: relative;
    height: 850px;
    overflow: hidden;
    text-align: center;
    margin-top: 50px
}
.intro .video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.intro .video video {
  display: block;
  object-fit: cover;
}
.intro .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.intro .bg.active {
  visibility: visible;
  opacity: 1;
}
.intro .hd {
  position: relative;
  display: none;
  font-size: 50px;
  color: #fff;
  text-align: center;
}
.intro .hd.active {
  display: block;
}
.intro .tabnav {
  position: relative;
  margin: 110px 0 105px;
}
.intro .tabnav li {
  position: relative;
  display: inline-block;
  margin: 0 67px;
  cursor: pointer;
}
.intro .tabnav li:not(:last-child)::after {
  position: absolute;
  top: 31px;
  left: 100%;
  display: block;
  width: 61px;
  height: 6px;
  margin-left: 36px;
  background: url(../images/icon_intro07.png) no-repeat;
  background-size: auto 100%;
  content: '';
}
.intro .tabnav li .pic {
  position: relative;
  width: 56px;
  margin: 0 auto;
  opacity: 0.6;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.intro .tabnav li .pic img {
  display: block;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.intro .tabnav li .pic img.back {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}
.intro .tabnav li p {
  padding-bottom: 6px;
  margin: 10px 0 0;
  border-bottom: 5px solid transparent;
  font-size: 16px;
  color: #fff;
  opacity: 0.6;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.intro .tabnav li.active .pic {
  opacity: 1;
}
.intro .tabnav li.active .pic .face {
  visibility: hidden;
  opacity: 0;
}
.intro .tabnav li.active .pic .back {
  visibility: visible;
  opacity: 1;
}
.intro .tabnav li.active p {
  border-color: #fff;
  opacity: 1;
}
.intro .tabcont {
  position: relative;
}
.intro .tabcont .desc {
  color: #fff;
}
.intro .tabcont .desc h3 {
  margin: 0 0 40px;
  font-size: 50px;
  font-weight: normal;
}
.intro .tabcont .desc p {
  width: 348px;
  line-height: 28px;
  padding: 0 30px;
  margin: 0 auto;
  border-width: 0 3px;
  border-style: solid;
  border-color: #fff;
  font-size: 16px;
  text-align: left;
}
@media (max-width: 1366px) {
  .intro {
    height: 600px;
  }
  .intro .tabnav {
    margin: 50px 0;
  }
  .intro .tabnav li {
    margin: 0 40px;
  }
  .intro .tabnav li:not(:last-child)::after {
    margin-left: 9px;
  }
  .intro .tabcont .desc h3 {
    margin-bottom: 20px;
    font-size: 40px;
  }
}
@media (max-width: 900px) {
    .about-r-c{padding:20px!important;}
    #player2{height: 250px!important;}
  .intro {
    height: 100vh;
  }
  .intro .hd {
    font-size: 20px;
  }
  .intro .tabnav {
    overflow: hidden;
    padding: 0 10px;
  }
  .intro .tabnav li {
    float: left;
    width: 33.33333333%;
    margin: 5px 0;
  }
  .intro .tabnav li:not(:last-child)::after {
    display: none;
  }
  .intro .tabnav li .pic img {
    width: 50px;
  }
  .intro .tabnav li .pic img.back {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .intro .tabcont .desc {
    padding: 0 10px;
  }
  .intro .tabcont .desc h3 {
    margin-bottom: 35px;
  }
  .intro .tabcont .desc p {
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
	.inews-top .pic img {max-height: 210px;min-height: 210px;}
	.news li a img {min-height: auto;max-height:none;}
	.ng-contact .cmleft .ctel {margin-top: 130px;}
}

.index_news {position:relative;overflow:hidden; /* padding:60px 0 40px 0; */z-index:7;background-image: linear-gradient(to right, #272727 0%, #2d2d2d 50%, #272727 50% , #272727 100%);background-color: #272727;    margin-top: 25px;}
.index_news * {-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;}
.index_news .index_news_content {width: 67%; margin:auto;overflow:hidden;}
.index_news_list {float:left; width:44%;padding: 5% 3%;}
.index_news_title {height: 30px; padding:20px 0px 82px 0px;color:#CCC; font-size:14px; position:relative;}
.index_news_title span{color:#FFF;font-size: 24px;font-family: 'Montserrat-Bold';}
.index_news_title h4 {display: block;padding-bottom: 5px;color: #666;font-size:14px;}
.inmore { width:40px; height:40px; position:absolute; right:0; top:50%; margin-top:-11px; border:1px #999 solid;border-radius: 100px;background: url(../images/more.png) center no-repeat; background-size:70%; display:block; opacity:.3;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;}
.inmore:hover {opacity:1;}

.index_news_list ul { overflow: hidden; }
.index_news_list ul li{border-bottom: 1px solid rgba(255,255,255,.1); list-style-type:none;}
.index_news_list ul li a{color: #787878;line-height: 26px;padding:15px 0px;display: block;position: relative;overflow: hidden;}
.index_news_list ul li a h6 {color: #787878;text-align: right;position: absolute;right: 0;top: 50%;margin-top: -13px;}
.index_news_list ul li a:hover {color: #fff;padding:15px 3%;background: rgba(0,0,0,.3)}
.index_news_list ul li a:hover h6 {color: #fff;right: 3%;}
.index_about {color: #999;overflow: hidden; padding:10px 0 13px 0; line-height:20px;}
.index_about_more {border-top:solid #ccc 1px; border-bottom:solid #ccc 1px; padding:6px 0; display:block; }
.index_news_list:nth-child(1) {width:47%;padding: 2% 3% 5% 0;}
.index_news_list:nth-child(2) {width:47%;padding: 2% 0 2% 5%;}

.inews-top { padding-top:20px; overflow:hidden;border-bottom: 1px solid rgba(255,255,255,.1);}
.inews-top .pic { position:relative;}
.inews-top .pic li { background:rgba(0,0,0,.8);position:absolute;opacity:0;width:100%; height:100%; left:0px; top:0px;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;list-style-type:none;}
.inews-top .pic li h6 { position:absolute; display:block; left:50%;top:50%; width:126px; height:36px; line-height:36px; margin-top:-19px; margin-left:-64px; text-align:center; border:1px solid #fff; color:#FFF; font-size:12px;}
.inews-top .pic img{ display:block; width:100%; height:auto; max-height:256px; min-height:256px;}
.inews-top a:hover li { opacity:1;}
.inews-top .text{padding:20px 0; overflow:hidden;}
.inews-top .text h1{ color:#FFF; font-size:17px; font-weight:bold;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;width:90%;}
.inews-top .text h2{ color:#999; font-size:12px; line-height:22px; padding:10px 0 15px 0; overflow:hidden; width:96%;}
.inews-top .text h4{ color:#787878; font-size:12px;}
.inews-top a:hover .text {background:rgba(0,0,0,.3);}
.inews-top a:hover h1,.inews-top a:hover h2,.inews-top a:hover h4{ padding-left:2%;} 

.vcenter {
	  width:100%; height:100%;  text-align:center;
    z-index: 4;
}
.vcenter .p1{position:absolute;/* top:50%; *//* left:50%; */left: 22%;margin-top: -96%;text-align: center;/* width:170px; *//* height:86px; */-webkit-animation-delay:.4s;-moz-animation-delay:.4s;-o-animation-delay:.4s;animation-delay:.4s;z-index:4;}

.vcenter .p1 span{color:#ffffff;font-size:82px}
.vcenter .p1 b{font-size:54px;color:#ffffff;vertical-align:8px;margin-left:4px}
.vcenter .p1 em{font-size:16px;color:#ffffff}


@media screen and (max-width: 980px) {
    .vcenter .p1{left: 18%;}

	.vcenter .p1 span{color:#ffffff;font-size:42px}
	.vcenter .p1 b{font-size:22px;color:#ffffff;vertical-align:8px;margin-left:4px}
.vcenter .p1 em{font-size:12px;color:#ffffff}
	.index_news_list {float: none!important;width: 100%!important;margin:0px auto!important;}
	.index_news .index_news_content {width: 90%!important;}
	.inews-top .pic img {max-height: none;min-height: auto;}
	.index_news_list ul li a h6 {display: none;}
	.index_news_list ul li a {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
	.index_news {background-color:#3a3a3a;background-image:none;}
	.index_news_list:nth-child(2) {padding: 0;}


}

@media screen and (max-width: 1366px) {
.index_news .index_news_content{
    width: 90%;
}
}

@media screen and (max-width: 1440px) {
.index_news .index_news_content{
    width: 88.5%;
}
}

@media screen and (max-width: 1280px) {	
	
	.index_news .index_news_content {width:90%!important;}
	.index_news_title {font-size:1.5em!important;}
	
}
.about-content{
    width:100%;
    clear: both;
    float:left;
        margin-top: 30px;
    margin-bottom: 30px;
    
}
.about-l{
    width:50%;
height:450px;
         float:left;
}
.about-r{
    width:50%;
height:450px;
     float:left;
     background-color: #dadee7;

}

.about-r-c{
width: 100%;
    padding: 45px;
    height:400px;
        position: relative;
    background-color: #e5e5e5;

}
.about-r-c .gt{
    color:#328fce;
    font-size: 30px;line-height: 35px;

}
.about-r-c .gt1{
    color:#328fce;
    font-size: 20px;

}



.about-r-c p{
    color:#328fce;
    font-size: 12px;
    line-height: 35px;
        margin: 20px 0px;

}

</pre></body></html>