@charset "utf-8";
html{font: 14px 'Microsoft Yahei',arial;}
*{
	margin: 0;
	padding: 0;
	border:medium none;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */

}
a,img{border: 0;}
img{display: block;}
a{color: #333;text-decoration: none;}
a{transition: all 300ms ease-in-out;-webkit-transform: all 300ms ease-in-out;}
a:hover{text-decoration: none;}
li {list-style-type: none;}
.wrapper{width: 1200px;margin:0px auto;}
h1,h2,h3,h4,h5{font-weight: normal;}
.over-flow{
	overflow: auto;
	zoom: 1; //处理兼容性问题
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom:1;
}
html, body {
	position: relative;
	height: 100%;
}
body {
	font: 14px 'Microsoft Yahei',arial;
	margin: 0;
	padding: 0;
}
@font-face {
	font-family: 'thyFont3';
	src: url("../fonts/Questrial-Regular.ttf");
}
.swiper-pagination-bullet-active{
	background: #017c7f;
}
.needCover {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
	height: 100%; }

.needContain {
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	width: 100%;
	height: 100%; }
.banner .box_skitter .info_slide_dots .image_number {
	height: 6px;
	width: 35px;
	border-radius: 5px;
}

.banner .box_skitter .info_slide_dots .image_number {
	background: #b61916;
	opacity: 0.8;
}

.banner .box_skitter .info_slide_dots .image_number_select,
.banner .box_skitter .info_slide_dots .image_number_select:hover {
	background: #fff;
}
.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-container-h .slide1,
.swiper-container-h .slide2,
.swiper-container-h .slide3,
.swiper-container-h .slide4,
.swiper-container-h .slide5,
.swiper-container-h .slide6{
	overflow: hidden;
}
/*导航栏*/
#thyNavStyle:after{
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: center left;
	-ms-transform-origin: center left;
	transform-origin: center left;
}


.titlebox{
	text-align:center;
}
.titlebox .fir{
	font-size:36px;
	color:#333;
	letter-spacing: 1px;
}
.titlebox img{
	max-width: 100%;
	margin:10px auto;
}
.titlebox .sec{
	font-size:30px;
	color:#acacac;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.header{
	width:100%;
	position: fixed;
	top:0;
	left:0;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 1000ms ease-in-out;
	z-index: 100;
	box-sizing: initial;
	-webkit-box-sizing: initial;
	border-bottom:1px solid #bfc3c6;
}

.header .wrapper{
	position: relative;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 1000ms ease-in-out;
}
.header .wrapper .top{
	height: 73px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 1000ms ease-in-out;
}
.headerfir.scroll .wrapper .top{
	height: 0;
}
.header .logo{
	float: left;
	margin-top: 20px;
}
.header .logo-title{
	float: left;
	margin:20px 0 0 65px; ;
}
.header .nav{

}
.header .nav>ul>li>a {
	display: block;
	font-size: 16px;
	color:#1a1a1a;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
	line-height: 55px;
}
.header .nav>ul>li{
	width:109px;
	float: left;
	text-align: center;
	position: relative;
	transition: all 1000ms ease-in-out;
	-webkit-transform: all 1000ms ease-in-out;
}
.header .nav>ul>li:after {
	display: block;
	content:"";
	width: 100%;
	height: 3px;
	background: #0652a6;
	-webkit-transform-origin: center right;
	-ms-transform-origin: center right;
	transform-origin: center right;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	position: absolute;
	bottom: -2px;
	left: 0;
}
.header .nav>ul>li:hover:after{
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: center left;
	-ms-transform-origin: center left;
	transform-origin: center left;
}

.header .nav ul li .erji{
	width:100%;
	padding:0 10px;
	background: #fff;
	position: absolute;
	top:100px;
	left:50%;
	z-index: 100;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
	border-radius: 10px;
	box-shadow: 0 0 10px #808080;
	opacity: 0;
	visibility: hidden;
	display: none;
}
.header .nav ul li .erji a{
	display: block;
	font-size: 12px;
	overflow: hidden;
	color:#999;
	text-align: center;
	padding:7px 0;
	border-bottom: 1px dashed #eee;
}
.header .nav ul li .erji a:last-child{
	border-bottom: none;
}
.header .nav ul li .erji a:hover{
	color:#023d96;
}
.header .nav ul li .erji:before{
	display: block;
	content:"";
	position: absolute;
	width: 0;
	height: 0;
	top:-7px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom:7px solid #223ebc;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
	transform-origin:50% 50%;
}
.header .nav>ul>li:hover>a{
	color:#023d96;
}
.header .nav>ul>li:hover .erji{
	top:57px;
	opacity: 1;
	visibility: visible;
}


.header .tel{
	float: left;
	margin-left: 35px;
	margin-top: 20px;
}
.header .tel .fir{
	font-size:16px;
	color:#191919;
}
.header .tel .sec{
	font-size:26px;
	color:#0652a6;
	font-family: 'thyFont3';
	font-weight: 700;
}
.header .erweima{
	float: right;
	width:63px;
	margin-top: 10px;
}
.header .erweima img{
	width:100%;
}
.headerfir.scroll{
	box-shadow:0 0 10px #808080;
	background: #fff;
}

.header .erjibox{
	width:1920px;
	position: absolute;
	left:50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	top:101%;
	background: url("../Image/erjiboxbg.jpg") no-repeat center /cover;
}
.header .erjibox .xiala{
	width:100%;
	display: none;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
	opacity: 0;
	visibility: hidden;

}
.header .erjibox .xiala.show{
	opacity: 1;
	visibility: visible;
	display: block;
}
.header .erjibox .xiala.padding{
	padding:40px 0;
}
.header .erjibox .xiala .wrapper{
	position: relative;
}
.header .erjibox .xiala .title{
	padding-left: 30px;
	background: url("../Image/xialabg.png") no-repeat center left;
	float: left;
	width:155px;
	font-size:20px;
	color:#2f2e2e;
}
.header .erjibox .xiala .abox{
	float: left;
	width:190px;
	height: 235px;
	border-left:1px solid #dedede;
}
.header .erjibox .xiala .abox a{
	display: block;
	padding-left: 65px;
	background:url("../Image/j.png") no-repeat center left 50px;
	font-size:14px;
	color:#868686;
	margin-bottom: 25px;
}
.header .erjibox .xiala .abox a:hover{
	background:url("../Image/j1.png") no-repeat center left 50px;
	color:#0652a6;
}
.header .erjibox .xiala .erjiimg{
	float: left;
}
.header .erjibox .xiala .right-biao{
	position: absolute;
	right:0;
	top:-40px;
	width:54px;
	height: 73px;
	background:url("../Image/erji-right-about.png") no-repeat center;
}
.header .erjibox .xiala .right-biao.gm{
	background:url("../Image/erji-right-guimo.png") no-repeat center;
}
.header .erjibox .xiala .right-biao.jm{
	background:url("../Image/erji-right-jiameng.png") no-repeat center;
}
.header .erjibox .xiala .right-biao.pro{
	background:url("../Image/erji-right-pro.png") no-repeat center;
}
.header .erjibox .xiala .right-biao.zq{
	background:url("../Image/erji-right-zhuanqu.png") no-repeat center;
}
.header .erjibox .xiala .right-biao.px{
	background:url("../Image/erji-right-peixun.png") no-repeat center;
}
.header .erjibox .xiala .right-biao.anli{
	background:url("../Image/erji-right-anli.png") no-repeat center;
}






.btnActive {
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	opacity: 1;

}

/*首页轮播2动画*/
@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInLeft1 {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	animation-delay:0.3s;
	-webkit-animation-delay:0.3s;
}
.fadeInLeft2{
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	animation-delay:0.6s;
	-webkit-animation-delay:0.6s;
}
.fadeInLeft3 {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	animation-delay:0.9s;
	-webkit-animation-delay:0.9s;
}
.fadeInLeft4 {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	animation-delay:1.2s;
	-webkit-animation-delay:1.2s;
}
.fadeInLeft5 {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	animation-delay:1.5s;
	-webkit-animation-delay:1.5s;
}
/*首页轮播2动画结束*/

@keyframes p_move{
	from{
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
	}
	to{
		transform: translate(0,20px);
		-webkit-transform: translate(0,20px);
	}
}
@-webkit-keyframes p_move{
	from{
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
	}
	to{
		transform: translate(0,20px);
		-webkit-transform: translate(0,20px);
	}
}
@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInUp1 {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	animation-delay:0.3s;
	-webkit-animation-delay:0.3s;
}
.fadeInUp2 {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	animation-delay:0.6s;
	-webkit-animation-delay:0.6s;
}

.banner-lunbox{
	position: relative;
	width:100%;
	height: 834px;
}
.banner-lunbox .bannerbg1{
	width:100%;
	height: 100%;
	background: url("../Image/bannerbg1.jpg") no-repeat center / cover;
}
.banner-lunbox .bannerbg2{
	width:100%;
	height: 100%;
	background: url("../Image/bannerbg2.jpg") no-repeat center / cover;
}
.banner-lunbox .bannerbg3{
	width:100%;
	height: 100%;
	background: url("../Image/bannerbg3.jpg") no-repeat center / cover;
}
.banner-lunbox .bannerbg .title{
	margin-top: 135px;
}
.banner-lunbox .bannerbg .abox a{
	float: left;
	width:143px;
	line-height: 47px;
	position: relative;
	text-align:center;
	border:1px solid #0652a6;
	overflow: hidden;
	font-size:18px;
	color:#0652a6;
	margin-top: 60px;
}
.banner-lunbox .bannerbg .abox a:nth-child(2){
	background: #0652a6;
	color:#fff;
	border-left: none;
}
.banner-lunbox .bannerbg .abox a:nth-child(1)::before {
	content: "我要咨询+";
	position: absolute;
	color:#fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0652a6;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.banner-lunbox .bannerbg .abox a:nth-child(2)::before {
	content: "我要加入+";
	position: absolute;
	color:#0652a6;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: none;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.banner-lunbox .bannerbg .abox a:hover::before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.banner-lunbox .bannerbg .abox a:nth-child(2):hover{
	background: none;
}
.banner-lunbox .bannerbg .fangan{
	position: relative;
	height: 70px;
	margin-top: 95px;
}
.banner-lunbox .bannerbg .fangan i{
	display: block;
	position: absolute;
	height: 70px;
	background:rgba(255,255,255,0.5);
	left: -430px;
	top:0;
	width:1200px;
	z-index: 1;
}
.banner-lunbox .bannerbg .fangan p{
	float: left;
	font-size:20px;
	color:#1e1e1e;
	position: relative;
	z-index: 2;
	margin-top: 13px;
}
.banner-lunbox .bannerbg .fangan p span{
	font-size:30px;
	color:#1e1e1e;
}
.banner-lunbox .bannerbg .fangan a{
	float: left;
	width:123px;
	line-height: 40px;
	position: relative;
	text-align:center;
	overflow: hidden;
	font-size:16px;
	color:#222;
	font-weight: 700;
	background: #ece910;
	margin-left: 210px;
	z-index: 2;
	margin-top: 16px;
}
.banner-lunbox .bannerbg .fangan a:before {
	content: "了解方案+";
	position: absolute;
	color:#fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0652a6;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.banner-lunbox .bannerbg .fangan a:hover:before{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}




.last{
	position: absolute;
	left:0;
	bottom:0;
	width:100%;
	background: #023d96;
	line-height: 40px;
}
.last-left{
	float: left;
}
.last-center{
	float: left;
}
.last-center ul{
	margin-top: 10px;
}
.last-center ul li{
	float:left;
	padding:5px 20px;

}
.last-center ul li a{
	display: block;
	color:#fff;
	font:12px 'Microsoft YaHei';
}
.last-center p{
	font:12px 'Microsoft YaHei';
	color:#fff;
	line-height: 40px;
}
.last-right{
	position: inherit;
	float: right;
}
.last-right a{
	font:12px 'Microsoft YaHei';
	color:#fff;
	line-height: 40px;
}
/*footer*/


.footer{
	width:100%;
	background: url("../Image/footerbg.jpg") no-repeat center / cover;
	padding:60px 0;
}
.footer .f-left{
	float: left;
	width:215px;
}
.footer .f-left .text{
	margin-top: 60px;
}
.footer .f-left .text .fir{
	font-size:16px;
	color:#7d7e8b;
	text-align:center;
}
.footer .f-left .text .sec{
	font-size:34px;
	color:#fff;
	font-weight: 700;
	text-align:center;
	font-family: 'thyFont3';
	margin-top: 21px;
}
.footer .f-left .abox a {
	display: block;
	width:31px;
	height: 30px;
	float: left;
	margin-left: 30px;
	margin-top: 20px;
}
.footer .f-center{
	float: left;
	width:810px;
	margin-left: 34px;
}
.footer .f-center .f-center-list{
	float: left;
	width:90px;
	text-align:left;

}
.footer .f-center .f-center-list::-webkit-scrollbar
{
	width:2px;
	background-color: #d4d0d0;
}

.footer .f-center .f-center-list::-webkit-scrollbar-thumb
{
	background-color: #298a99;
}
.footer .f-center .f-center-list a{
	font-size:14px;
	color:#888895;
	display: block;
	margin-bottom: 10px;
}
.footer .f-center .f-center-list a:hover{
	color:#fff;
}
.footer .f-center .f-center-list a.title{
	font-size:16px;
	color:#fff;
	margin-bottom: 20px;
}

.footer .f-left .abox a.weixin{
	background: url("../Image/weixin.png") no-repeat center;
}
.footer .f-left .abox a.weixin:hover{
	background: url("../Image/weixin-hover.png") no-repeat center;
}
.footer .f-left .abox a.qq{
	background: url("../Image/qq.png") no-repeat center;
}
.footer .f-left .abox a.qq:hover{
	background: url("../Image/qq-hover.png") no-repeat center;
}
.footer .f-left .abox a.email{
	background: url("../Image/email.png") no-repeat center;
}
.footer .f-left .abox a.email:hover{
	background: url("../Image/email-hover.png") no-repeat center;
}
.footer .f-right{
	float: right;
	width:137px;
	height: 193px;
	background: url("../Image/erweimabg.png") no-repeat center;
}

.footer .f-right img{
	width:100px;
	margin:0 auto;
	margin-top: 54px;
}
.footer-last{
	width:100%;
	line-height: 40px;
	margin-top: 20px;
}
.last-left{
	float: left;
}
.last-left img{
	max-height: 85px;
	max-width: 85px;
}
.last-center{
	float: left;
}
.last-center ul{
	margin-top: 10px;
}
.last-center ul li{
	float:left;
	padding:5px 20px;

}
.last-center ul li a{
	display: block;
	color:#888895;
	font:14px 'Microsoft YaHei';
}
.last-center p{
	font:14px 'Microsoft YaHei';
	color:#888895;
	line-height: 40px;
}
.last-right{
	position: inherit;
	float: right;
}
.last-right a{
	font:14px 'Microsoft YaHei';
	color:#888895;
	line-height: 40px;
}
.headersec{
	background:#fff !important;
	border-bottom:1px solid #ededed !important;
	border-top:6px solid #023d96!important;
	box-shadow:0 0 10px #808080 !important;
	position: static!important;
}
.headersec .wrapper{
	border-top:none !important;
	height:94px !important;
}
#navfir{
	display: block!important;
}
#navsec{
	display: none!important;
}
.n-list-conttent{
	height: 288px;
}


.swiper-container-banner .swiper-slide .title{
	transform:translateX(-200px);
	opacity:0;
	transition:all 1s;
}
.swiper-container-banner .title_move .title{
	transform:translateX(0);
	opacity:1;
}
.swiper-container-banner .swiper-slide .abox{
	transform:translateX(-200px);
	opacity:0;
	transition:all 1s;
	transition-delay: 0.4s;
}
.swiper-container-banner .abox_move .abox{
	transform:translateX(0);
	opacity:1;
}
.swiper-container-banner .swiper-slide .fangan{
	transform:translateX(-200px);
	opacity:0;
	transition:all 1s;
	transition-delay: 0.8s;
}
.swiper-container-banner .fangan_move .fangan{
	transform:translateX(0);
	opacity:1;
}

.s1 .s1-list{
	float: left;
	width:120px;
	height: 80px;
	border-right:1px solid #cecece;
	text-align:center;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 1000ms ease-in-out;
	margin-top: 30px;
}
.s1 .s1-list a{
	display: block;
	width:120px;
	height: 75px;
	padding-top: 55px;
}
.s1 .s1-list:last-child{
	border-right: none;
}
.s1 .s1-list .title{
	font-size:16px;
	color:#202020;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 1000ms ease-in-out;
}
.s1 .s1-list:hover .title{
	color:#fff;
}
.s1 .s1-list:nth-child(1){
	background: #fff url("../Image/s1.png") no-repeat center top 7px;
}
.s1 .s1-list:nth-child(1):hover{
	background: #008388 url("../Image/s11.png") no-repeat center top 7px;
}
.s1 .s1-list:nth-child(2){
	background: #fff url("../Image/s2.png") no-repeat center top 7px;
}
.s1 .s1-list:nth-child(2):hover{
	background: #008388 url("../Image/s22.png") no-repeat center top 7px;
}
.s1 .s1-list:nth-child(3){
	background: #fff url("../Image/s3.png") no-repeat center top 7px;
}
.s1 .s1-list:nth-child(3):hover{
	background: #008388 url("../Image/s33.png") no-repeat center top 7px;
}
.s1 .s1-list:nth-child(4){
	background: #fff url("../Image/s4.png") no-repeat center top 7px;
}
.s1 .s1-list:nth-child(4):hover{
	background: #008388 url("../Image/s44.png") no-repeat center top 7px;
}
.s1 .s1-list:nth-child(5){
	background: #fff url("../Image/s5.png") no-repeat center top 7px;
}
.s1 .s1-list:nth-child(5):hover{
	background: #008388 url("../Image/s55.png") no-repeat center top 7px;
}
.s1 .s1-list:nth-child(6){
	background: #fff url("../Image/s6.png") no-repeat center top 7px;
}
.s1 .s1-list:nth-child(6):hover{
	background: #008388 url("../Image/s66.png") no-repeat center top 7px;
}
.s1 .s1-list:nth-child(7){
	background: #fff url("../Image/s7.png") no-repeat center top 7px;
}
.s1 .s1-list:nth-child(7):hover{
	background: #008388 url("../Image/s77.png") no-repeat center top 7px;
}
.s1 .s1-list:nth-child(8){
	background: #fff url("../Image/s8.png") no-repeat center top 7px;
}
.s1 .s1-list:nth-child(8):hover{
	background: #008388 url("../Image/s88.png") no-repeat center top 7px;
}
.s1 .s1-list:nth-child(9){
	background: #fff url("../Image/s9.png") no-repeat center top 7px;
}
.s1 .s1-list:nth-child(9):hover{
	background: #008388 url("../Image/s99.png") no-repeat center top 7px;
}
.s1 .s1-list:nth-child(10){
	background: #fff url("../Image/s10.png") no-repeat center top 7px;
}
.s1 .s1-list:nth-child(10):hover{
	background: #008388 url("../Image/s1010.png") no-repeat center top 7px;
}

.liansuo{
	padding:50px 0;
}
.hbox{
	padding-bottom: 17px;
	border-bottom:1px solid #ccc;
	margin-bottom: 38px;
}
.hbox .fir{
	float: left;
	font-size:30px;
	color:#262626;
}
.hbox .fir span{
	font-size:14px;
	color:#999;
	display: inline-block;
	margin-left: 10px;
}
.hbox .sec{
	float: right;
	font-size:16px;
	color:#9e9e9e;
	letter-spacing: 1px;
	margin-top: 18px;
}

.qiye-news{
	float: left;
	width:335px;
}
.hbox-small{
	border-bottom:1px solid #ccc;
	padding:0 10px 15px 10px;
	background: url("../Image/hbox-small-bg.jpg") no-repeat left top 4px;
	margin-bottom: 30px;
}
.hbox-small .fir{
	float: left;
	font-size:18px;
	color:#242424;
}
.hbox-small a{
	display: block;
	float: right;
	font-size:14px;
	color:#242424;
	margin-top: 5px;
}
.hbox-small a:hover{
	color:#0652a6;
	font-weight: 700;
}
.qiye-news-top-list .imgbox{
	float: left;
	width:115px;
	height: 120px;
	overflow: hidden;
	margin-right: 15px;
}
.qiye-news-top-list .imgbox img{
	width:100%;
	height: 100%;
	object-fit: cover;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 1000ms ease-in-out;
}
.qiye-news-top-list:hover .imgbox img{
	-webkit-transform: scale(1.05) translateZ(0);
	-moz-transform: scale(1.05) translateZ(0);
	-ms-transform: scale(1.05) translateZ(0);
	-o-transform: scale(1.05) translateZ(0);
	transform: scale(1.05) translateZ(0);
}
.qiye-news-top-list .text{
	float: right;
	width:205px;
}
.qiye-news-top-list .text .title{
	font-size:18px;
	color:#1d1d1d;
	font-weight: 700;
}
.qiye-news-top-list .text .con{
	font-size:14px;
	color:#929292;
	line-height: 20px;
	margin-top: 12px;
}
.qiye-news-top-list{
	margin-bottom: 18px;
}
.qiye-news-bottom a{
	display: block;
	font-size:16px;
	color:#636363;
	line-height: 40px;
	padding-left: 15px;
	position: relative;
}
.qiye-news-bottom a i{
	display: block;
	position: absolute;
	left:0;
	top:19px;
	width:4px;
	height: 4px;
	background: #00838a;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 1000ms ease-in-out;
}
.qiye-news-bottom a:hover i{
	width:8px;
}
.qiye-news-bottom a:hover{
	text-shadow: 0px 0px 2px #91b1b3;
	color: #00838a;
}
.box1{
	width:427px;
}
.hot-news{
	float: left;
	width:427px;
	margin-left: 40px;
}
.hot-news .movie{
	width:100%;
	height: 303px;
}
.hot-news-list a{
	display: block;
	font-size:16px;
	color:#636363;
	line-height: 40px;
	position: relative;
}
.hot-news-list a:hover{
	text-shadow: 0px 0px 2px #91b1b3;
	color: #00838a;
}
.jiamengbox .imgbox{
	float: left;
	width:138px;
	height: 138px;
	overflow: hidden;
	margin-right: 8px;
}
.jiamengsec{
	margin-top: 20px;
}

.lc{
	padding:50px 0;
	background: #f4f4f4;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}
.lc .lc-list{
	float: left;
	width:200px;
	text-align:center;
}
.lc .lc-list .imgbox{
	width:100%;
	height: 65px;
	position: relative;
}
.lc .lc-list .imgbox .b1 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 1;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	max-width: 100%;
	max-height: 100%;
}

.lc .lc-list .imgbox .b2 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	opacity: 0;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transform: scale(1.5);
	-ms-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	max-width: 100%;
	max-height: 100%;
}
.lc .lc-list:hover .imgbox .b1  {
	opacity: 0;
}
.lc .lc-list:hover .imgbox .b2 {
	opacity: 1;
	transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
}
.lc .lc-list .fir{
	font-size:20px;
	color:#282828;
	margin:15px 0 10px 0;
}
.lc .lc-list .sec{
	font-size:14px;
	color:#7e7e7e;
	margin-bottom: 35px;
}
.lc .lc-list .shu{
	width:30px;
	height: 30px;
	line-height: 30px;
	text-align:center;
	border-radius: 50%;
	background: #fff;
	border:1px solid #d4d4d4;
	font-size:16x;
	color:#7c7c7c;
	margin:0 auto;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	position: relative;
}
.lc .lc-list:hover .shu{
	color:#fff;
	background: #298a99;
	border:1px solid #298a99;
	position: relative;
}
.lc .lc-list .shu i{
	display: block;
	content:"";
	position: absolute;
	right: -167px;
	top: 14px;
	width: 161px;
	height: 1px;
	background: #d0d0d0;
}

.touzi{
	padding:50px 0;
}
.touzi-left{
	float: left;
	width:785px;
}
.touzi-list .touzi-title{
	background-color: #f4f4f4;
	border: 1px solid #e5e5e5;
	padding:10px 0;
}
.touzi-list .touzi-title a{
	display: block;
	float: left;
	width:123px;
	line-height: 35px;
	text-align:center;
	border-radius: 20px;
	font-size:16px;
	color:#141414;
	position: relative;
	margin-left: 27px;
}
.touzi-list .touzi-title a:hover{
	background-color: #0652a6;
	color:#fff;
}
.touzi-list .touzi-title a.active{
	background-color: #0652a6;
	color:#fff;
}
.touzi-list .touzi-title a i{
	display: block;
	position: absolute;
	width:8px;
	height: 5px;
	background: url("../Image/sanjiao.png") no-repeat center;
	top:17px;
	right:17px;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 1000ms ease-in-out;
	opacity: 0;
}
.touzi-list .touzi-title a:hover i{
	opacity: 1;
}
.touzi-list .touzi-title a.active i{
	opacity: 1;
}
.touzi-content .touzi-item{
	/* height: 260px; */
	display: none;
}
.touzi-content .touzi-item.active{
	display: block;
}
.touzi-content .touzi-item .imgbox{
	display: none;
	float: left;
	width:230px;
	height: 200px;
	margin-top: 34px;
}
.touzi-content .touzi-item .text{
	float: right;
	/* width:535px; */
	margin-top: 34px;
	/* height: 200px; */
	overflow-y: auto;
}
.touzi-content .touzi-item .text::-webkit-scrollbar
{
	width:2px;
	background-color: #d4d0d0;
}

.touzi-content .touzi-item .text::-webkit-scrollbar-thumb
{
	background-color: #298a99;
}
.touzi-content .touzi-item .text table{
	width:100%;
	border-collapse: separate;
	border-spacing: 0px 6px;
}
.touzi-content .touzi-item .text table td{

	font-size:14px;
}
.touzi-content .touzi-item .text table tr td{
	padding: 5px;
	background: #f7f7f7;
	border:1px solid #e5e5e5;
	margin-bottom: 10px;
}
.touzi-content .touzi-item .text table tr td:first-child{
	width:125px;
	text-align: center;
	padding-left: 0;
	background: #298a99;
	color:#fff;
}
.touzi-content .touzi-item .text table tr:nth-child(2) td:nth-child(1){
	background: #0652a6;

}
.touzi-content .touzi-item .text table tr:nth-child(3) td:nth-child(1){
	background: #1ba057;

}
.touzi-content .touzi-item .text table tr:nth-child(4) td:nth-child(1){
	background: #5e3b9e;

}
.box2{
	width:100%;
}
.jiamengboxsec .imgbox{
	float: left;
	width:250px;
	height: 170px;
	margin-right: 20px;
}
.touzi-right{
	float: right;
	width:380px;
	border-left:1px solid #ccc;
	padding-left: 30px;
	height: 596px;
}

.guang1{
	height: 314px;
	background:url("../Image/guang1.jpg") no-repeat center / cover;
}
.guang1 .guang1-inner{
	margin:0 auto;
	width:757px;
	height: 92px;
	background: url("../Image/guang1-img.png") no-repeat center;
	position: relative;
}
.guang1 .guang1-inner i{
	font-style: inherit;
	display: block;
	position: absolute;
	font-size:80px;
	color:#fff;
	font-family: "thyFont3";
	font-weight: 700;
	left: 380px;
	top: -4px;
}

.shebei{
	padding:50px 0;
}
.shebeibox{
	float: left;
	width:780px;
}
.shebeibox .shebei-list{
	float: left;
	width:238px;
	margin-right:33px;
}
.shebeibox .shebei-list:nth-child(-n+3){
	margin-bottom: 50px;
}
.shebeibox .shebei-list:nth-child(3n){
	margin-right: 0;
}
.shebeibox .shebei-list .imgbox{
	width:100%;
	height: 200px;
	border:1px solid #ccc;
	position: relative;
}
.shebeibox .shebei-list .imgbox img{
	max-width: 80%;
	max-height: 80%;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.shebeibox .shebei-list .title{
	font-size:18px;
	color:#2e2e2e;
	line-height: 40px;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
}
.shebeibox .shebei-list .con{
	font-size:14px;
	color:#828282;
	line-height: 20px;
	margin-bottom: 10px;
	height: 40px;
}
.shebeibox .shebei-list:hover .title{
	color:#298a99;
}
.shebeibox .shebei-list .pro-a{
	width: 90px;
	line-height: 25px;
	position: relative;
	text-align: center;
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	background: #1c45ac;
	z-index: 2;
}
.shebeibox .shebei-list .pro-a:before {
	content: "了解详情+";
	position: absolute;
	color: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #298a99;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.shebeibox .shebei-list:hover .pro-a:before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.guang2{
	height: 314px;
	background:url("../Image/guang2.jpg") no-repeat center / cover;
}
.guang2 .guang2-inner{
	margin:0 auto;
	width:666px;
	height: 76px;
	background: url("../Image/guang2-img.png") no-repeat center;
	position: relative;
}
.guang2 .guang2-inner i{
	font-style: inherit;
	display: block;
	position: absolute;
	font-size: 68px;
	color: #fff;
	font-family: "thyFont3";
	font-weight: 700;
	left: 199px;
	top: -7px;
}

.jiameng-fuwu{
	padding:50px 0;
}
.kaidian{
	font-size:16px;
	color:#777;
	line-height: 30px;
}


.guang3{
	height: 314px;
	background:url("../Image/guang3.jpg") no-repeat center / cover;
}
.guang3 .guang3-inner{
	margin:0 auto;
	width:757px;
	height: 92px;
	background: url("../Image/guang3-img.png") no-repeat center;
	position: relative;
}
.guang3 .guang3-inner i{
	font-style: inherit;
	display: block;
	position: absolute;
	font-size:80px;
	color:#fff;
	font-family: "thyFont3";
	font-weight: 700;
	left: 241px;
	top: -4px;
}

.teacher-list{
	float: left;
	width:260px;
	height: 253px;
	border:1px solid #dcdcdc;
	border-radius: 8px;
	margin-right: 16px;
	position: relative;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
}
.teacher-list:nth-child(3n){
	margin-right: 0;
}
.teacher-list:nth-child(-n+3){
	margin-bottom: 16px;
}
.teacher-list .imgbox{
	width:144px;
	height: 144px;
	border-radius: 50%;
	overflow: hidden;
	margin:20px auto;
}
.teacher-list .imgbox img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.teacher-list .title{
	font-size:22px;
	color:#1d1d1d;
	text-align:center;
}
.teacher-list .con{
	font-size:14px;
	color:#a0a0a0;
	text-align:center;
	margin-top: 7px;
}
.teacher-list .biao{
	position: absolute;
	width:48px;
	height: 56px;
	background: url("../Image/teacher-biao.png") no-repeat center;
	top:0;
	left:15px;
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
}
.teacher-list:hover .biao {
	top: 5px;
	left: 20px;
	box-shadow: -2px -5px 10px #efec50;
}
.teacher-list:hover{
	box-shadow: 0px 0px 10px #c1c1c1;
}

.shechi{
	padding:40px 0;
}
.shechibox{
	float: left;
	width:816px;
	height: 241px;
}
.box3{
	width:100%;
}
.jishushow li{
	float: left;
	width:293px;
	height: 203px;
}
.jishushow li .imgbox{
	width:100%;
	height: 100%;
}

.you{
	background: url("../Image/youbg.jpg") no-repeat center / cover;
	padding:60px 0;
	height: 711px;
}
.you .wrapper{
	position: relative;
	height: 100%;
}
.you .titlebox{
	text-align:center;
	position: relative;
}
.you .titlebox .fir{
	font-size:36px;
	color:#fff;
	letter-spacing: 1px;
}
.you .titlebox .sec{
	font-size:16px;
	color:#9e9e9e;
	margin-top: 16px;
}
.you .titlebox .join{
	position: absolute;
	width:96px;
	height: 25px;
	background: url("../Image/join.png") no-repeat center;
	right: 316px;
	top: -18px;
}
.you .tuoyuan{
	position: absolute;
	width:407px;
	height: 407px;
	left:50%;
	margin-top: 20px;
	margin-left: -203px;
	z-index:99;
	background: url("../Image/youbg2.png") no-repeat center;
}
@keyframes yuan{
	from{
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	to{
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}
@-webkit-keyframes yuan{
	from{
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}
	to{
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}
.you .tuoyuan .tuoyuan-img{
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 1s;
	animation: yuan 100000ms linear infinite;
}
.you .tuoyuan .round{
	position: absolute;
	width:50px;
	height: 50px;

}
.you .tuoyuan .round.round1{
	left: 37px;
	top: 30px;
}
.you .tuoyuan .round.round2{
	left: -23px;
	top: 177px;
}
.you .tuoyuan .round.round3{
	left: 37px;
	bottom: 30px;
}
.you .tuoyuan .round.round4{
	right: 37px;
	top: 30px;
}
.you .tuoyuan .round.round5{
	right: -23px;
	top: 177px;
}
.you .tuoyuan .round.round6{
	right: 37px;
	bottom: 30px;
}
.circle {
	background: #212df3 url("../Image/gou.png") no-repeat center;
	border-radius: 100%;
	width: 23px;
	height: 23px;
	z-index: 999;
	text-align: center;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
@-webkit-keyframes twinkling {
	0% {
		opacity: 0.2;
		filter: alpha(opacity=20);
		-webkit-transform: scale(1);
	}

	50% {
		opacity: 0.5;
		filter: alpha(opacity=50);
		-webkit-transform: scale(1.12);
	}

	100% {
		opacity: 0.2;
		filter: alpha(opacity=20);
		-webkit-transform: scale(1);
	}
}

@keyframes twinkling {
	0% {
		opacity: 0.2;
		filter: alpha(opacity=20);
		-webkit-transform: scale(1);
	}

	50% {
		opacity: 0.5;
		filter: alpha(opacity=50);
		-webkit-transform: scale(1.12);
	}

	100% {
		opacity: 0.2;
		filter: alpha(opacity=20);
		-webkit-transform: scale(1);
	}
}
.animation {
	-webkit-animation: twinkling 2.1s infinite ease-in-out;
	animation: twinkling 2.1s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.circle_bottom {
	background: rgba(33,45,243,0.7);
	border-radius: 100%;
	width: 35px;
	height: 35px;
	filter: alpha(opacity=70);
	z-index: -100;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.circle_bottom2 {
	background: rgba(33,45,243,0.7);
	border-radius: 100%;
	width: 50px;
	height: 50px;
	filter: alpha(opacity=70);
	z-index: -110;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.animation2 {
	-webkit-animation: twinkling 2.1s infinite ease-in-out;
	animation: twinkling 2.1s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.you .wrapper .text{
	width:299px;
	height: 98px;
	position: absolute;
}
.you .wrapper .text.text-left{
	background: url("../Image/you-img1.png") no-repeat center;
	left:0;
	padding-left: 20px;
}
.you .wrapper .text.text-left1{
	top:134px;
	left:0;
}
.you .wrapper .text.text-left2{
	top:305px;
	left:0;
}
.you .wrapper .text.text-left3{
	top:479px;
	left:0;
}
.you .wrapper .text.text-left .img{
	float: left;
	margin-top: 28px;
}
.you .wrapper .text.text-left .con{
	float: left;
	margin-left: 12px;
	width:150px;
}
.you .wrapper .text .con .fir{
	font-size:18px;
	color:#fff;
	margin-top: 16px;
}
.you .wrapper .text .con .sec{
	font-size:14px;
	color:#a4afff;
	margin-top: 8px;
}
.you .wrapper .text.text-right{
	background: url("../Image/you-img2.png") no-repeat center;
	right:0;
	padding-left: 70px;
}
.you .wrapper .text.text-left3{
	top:479px;
	right:0;
}
.you .wrapper .text.text-left4{
	top:134px;
	right:0;
}
.you .wrapper .text.text-left5{
	top:305px;
	right:0;
}
.you .wrapper .text.text-left6{
	top:479px;
	right:0;
}
.you .wrapper .text.text-right .img{
	float: left;
	margin-top: 33px;
	margin-left: 14px;
}
.you .wrapper .text.text-right .con{
	float: left;
	width:150px;
}
.shili{
	height: 634px;
	background: url("../Image/index_03.jpg") no-repeat center;
	padding-top: 130px;
}
.shili .biaobox{
	text-align:center;
}
.shili .biaobox .fir{
	font-size:40px;
	color:#000000;
	font-weight: 700;
}
.shili .biaobox .sec{
	font-size:16x;
	color:#000000;
	background: url("../Image/biaosecbg.png") no-repeat center;
	margin:25px 0 50px 0;
}
.shili ul li{
	float: left;
	width:290px;
	height: 180px;
	margin-right: 13px;
}
.shili ul li:last-child{
	margin-right: 0;
}
.shili ul li .imgbox{
	width:100%;
	height: 100%;
	overflow: hidden;
}
.shili ul li .imgbox img{
	transition: all 300ms ease-in-out;
	-webkit-transform: all 300ms ease-in-out;
}
.shili ul li:hover .imgbox img{
	-webkit-transform: scale(1.05) translateZ(0);
	-moz-transform: scale(1.05) translateZ(0);
	-ms-transform: scale(1.05) translateZ(0);
	-o-transform: scale(1.05) translateZ(0);
	transform: scale(1.05) translateZ(0);
}
.liuyan1{
	background: url(../Image/liuyan.png) no-repeat center;
	position: relative;
	margin-top: -83px;
	height: 142px;
}

.liuyan1 .liuyanbox{
	float: right;
	width:833px;
	margin-top: 92px;
}
.liuyan1 .liuyanbox .input-group1{
	float: left;
	width:226px;
	margin-right: 10px;
	clear: inherit;
}
.liuyan1 .liuyanbox .input-group1 input{
	width:100%;
	line-height: 40px;
	border-radius: 5px;
	text-indent: 10px;
	outline: none;
}
.liuyan1 .liuyanbox .input-group1 input.name{
	background: #fff url("../Image/inputname.png") no-repeat center right 20px;
}
.liuyan1 .liuyanbox .input-group1 input.address {
	background: #fff url("../Image/inputtel.png") no-repeat center right 20px;
}
.liuyan1 .liuyanbox .input-group1 input.tel {
	background: #fff url("../Image/inputaddress.png") no-repeat center right 20px;
}
.liuyan1 .liuyanbox .tijiao{
	width:105px;
	line-height: 30px;
	text-align:center;
	color:#fff;
	font-size:16px;
	background: #191919;
	margin-top: 5px;
	margin-left: 20px;
	cursor: pointer;
}

.img-box{
	width:100%;
	height: 580px;
}
.img-box.guimo{
	background: url("../Image/guimobg.jpg") no-repeat center / cover;
}
.img-box.shechi{
	height: 939px;
	background: url("../Image/shechibg.jpg") no-repeat center / cover;
}
.img-box.company{
	height: 660px;
	background: url("../Image/companybg.jpg") no-repeat center / cover;
}
.img-box.shouhou{
	height: 2065px;
	background: url("../Image/shouhoubg.jpg") no-repeat center / cover;
	position: relative;
}
.img-box.pingpai{
	height: 580px;
	background: url("../Image/pingpaibg.jpg") no-repeat center / cover;
	position: relative;
}
.img-box.chanping{
	height: 580px;
	background: url("../Image/productbg.jpg") no-repeat center / cover;
	position: relative;
}
.img-box.jiameng{
	height: 580px;
	background: url("../Image/jiamengbg.jpg") no-repeat center / cover;
	position: relative;
}
.img-box.teacher{
	height: 580px;
	background: url("../Image/teacherbg.jpg") no-repeat center / cover;
	position: relative;
}
.img-box.case{
	height: 580px;
	background: url("../Image/casebg.jpg") no-repeat center / cover;
	position: relative;
}
.img-box.contact{
	height: 580px;
	background: url("../Image/contactbg.jpg") no-repeat center / cover;
	position: relative;
}
.sideertitle{
	font-size: 24px;
	color: #262626;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
.sideertitle span{
	color: #999999;
	font-size: 14px;
}
.sidesec{
	padding:15px;
	background: #fff;
}
.sidesec a.focu{
	display: block;
	line-height: 45px;
	color: #1d1d1d;
	font-size: 16px;
	padding-left: 27px;
	position: relative;
}
.sidesec a.focu i{
	display: block;
	position: absolute;
	width: 4px;
	height: 4px;
	background-color: #d0d0d0;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left:14px;
}
.sidesec a.focu:hover{
	color:#298a99;
}
.sidesec .jiameng{
	display: block;
	width: 224px;
	line-height: 42px;
	background-color: #0652a6;
	color: #ffffff;
	font-size: 16px;
	text-align:center;
	margin:10px auto;
}
.sidesec .abox a{
	display: block;
	width:50%;
	float: left;
	padding-left: 34px;
	color: #2f2f2f;
	line-height: 30px;
}
.sidesec .abox a:nth-child(1){
	border-right:1px solid #d1d1d1;
	background: url("../Image/side-tel.png") no-repeat left center;
}
.sidesec .abox a:nth-child(2){
	background: url("../Image/side-guanzhu.png") no-repeat left 10px center;
}
.sidethr{
	padding:15px;
	background: #fff;
	margin-top: 30px;
}
.sidethr .sidethr-list a{
	display: block;
	border-bottom:1px solid #dcdcdc;
	padding:15px 0;
}
.sidethr .sidethr-list a .imgbox{
	float: left;
	width:45px;
	height: 45px;
	margin-right: 30px;
}
.sidethr .sidethr-list a .imgbox img{
	width:100%;
	height: 100%;
	object-fit: contain;
}
.sidethr .sidethr-list a .text {
	float: left;
}
.sidethr .sidethr-list a .text .fir{
	color: #1d1d1d;
	font-size: 16px;
}
.sidethr .sidethr-list a .text .sec{
	color: #a6a6a6;
	font-size: 14px;
	margin-top: 5px;
}
#main .right-inner .title-fir{
	color: #1d1d1d;
	font-size: 20px;
	padding-left:30px;
	background: url("../Image/neiye-title-fir.png") no-repeat left top 5px;
	padding-bottom: 20px;
	border-bottom:1px solid #dcdcdc;
}
#main .right-inner .content .imgbox{
	float: left;
	width:50%;
	height: 420px;
	position: relative;
}
#main .right-inner .content .imgbox img{
	max-height: 90%;
	max-width: 90%;
	position: absolute;
	left:50%;
	top:50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
#main .right-inner .content{
	border-bottom:1px solid #dcdcdc;
}
#main .right-inner .content .text{
	float: right;
	width:50%;
}
#main .right-inner .content .text .fir{
	color: #1d1d1d;
	font-size: 26px;
	font-weight: 700;
	padding-left: 20px;
	background:url("../Image/neiye-content-title.png") no-repeat left center;
	margin-top: 50px;
}
#main .right-inner .content .text .sec{
	color: #1f1f1f;
	font-size: 24px;
	padding:20px 0;
	border-bottom:1px solid #dcdcdc;
}
#main .right-inner .content .text .sec span{
	display: inline-block;
	margin:0 5px;
}
#main .right-inner .content .text .sec .i1{
	font-size: 16px;
	color: #298a99;
	font-weight: 700;
}
#main .right-inner .content .text .sec .i2{
	font-size: 28px;
	color: #298a99;
	font-family: 'thyFont3';
	font-weight: 700;
}
#main .right-inner .content .text .con{
	font-size: 20px;
	color: #333;
	font-weight: 700;
	line-height: 30px;
	height: 240px;
	padding: 12px 0;
	overflow-y: auto;
	margin-top:100px;
}
#main .right-inner .content .text .con .con-a{
	display: block;
	color:#fff;
	width:300px;
	line-height: 40px;
	text-align:center;
	background: #298a99;
	margin:10px 0;
}
#main .right-inner .content .text .con .title{
	color:#298a99;
}

#main .right-inner .content .text .con::-webkit-scrollbar
{
	width:2px;
	background-color: #d4d0d0;
}

#main .right-inner .content .text .con::-webkit-scrollbar-thumb
{
	background-color: #298a99;
}
#main .right-inner .contentfir{
	padding:30px 0;
}
#main .right-inner .contentfir .top-type a{
	display: block;
	float: left;
	width: 120px;
	line-height: 43px;
	background-color: #fff;
	border-radius: 3px;
	padding-left: 30px;
	border: solid 1px #dcdcdc;
	margin-right: 15px;
	position: relative;
	font-size:16px;
}
#main .right-inner .contentfir .top-type a:hover{
	background-color: #ffe100;
}
#main .right-inner .contentfir .top-type a i{
	display: block;
	position: absolute;
	width: 4px;
	height: 4px;
	background-color: #d0d0d0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 14px;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}
#main .right-inner .contentfir .top-type a:after{
	position: absolute;
	display: block;
	content:"";
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	border-color: #ffe100 transparent transparent transparent;
	left:50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom:-20px;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	opacity: 0;
}
#main .right-inner .contentfir .top-type a:hover i{
	background-color: #1d1d1d;
}
#main .right-inner .contentfir .top-type a:hover:after{
	opacity: 1;
}
#main .right-inner .contentfir .top-type a.active{
	background-color: #ffe100;
}
#main .right-inner .contentfir .top-type a.active i{
	background-color: #1d1d1d;
}
#main .right-inner .contentfir .top-type a.active:after{
	opacity: 1;
}
#main .right-inner .contentfir .type-item .type-item-content{
	display: none;
	padding:40px 0;
	min-height: 450px;
	overflow-y: auto;
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
#main .right-inner .contentfir .type-item .type-item-content.active{
	display: block;
}
#main .right-inner .contentfir .type-item .type-item-content::-webkit-scrollbar
{
	width:2px;
	background-color: #d4d0d0;
}

#main .right-inner .contentfir .type-item .type-item-content::-webkit-scrollbar-thumb
{
	background-color: #298a99;
}

#main .right-inner .contentfir .type-item .type-item-content img{
	max-width: 100%;
	display: block;
	margin:0 auto;
}
#main .right-inner .contentfir .type-item .type-item-content table{
	width:100% !important;
}
#main .right-inner .contentfir .type-item .type-item-content table tr{
	height: auto!important;
}
#main .right-inner .contentfir .type-item .type-item-content table tr td{
	line-height: 35px;
	height: auto!important;
	padding-left: 0.5%;
	word-break: break-all;
	word-wrap: break-word;
	color:#333;
}
#main .right-inner .contentfir .type-item .type-item-content table tr:nth-child(odd){
	background: #f0f0f0;
}
#main .right-inner .contentfir .type-item .type-item-content table tr:first-child{
	background: #298a99;
}
#main .right-inner .contentfir .type-item .type-item-content table tr:nth-child(1) td{
	color:#fff !important;
}
/*奢饰品护理*/
.shechiping .sec1{
	padding:110px;
	background: url("../Image/shechi-sec1-bg.jpg") no-repeat center;
	height: 853px;
}
.shechiping .sec1 .content{
	margin:147px 0 0 50px;
}
.shechiping .sec1 .content .content-list{
	width:525px;
}
.shechiping .sec1 .content .content-list:nth-child(-n+2){
	margin-bottom: 70px;
}
.shechiping .sec1 .content .content-list .fir{
	color: #ffffff;
	font-size: 24px;
}
.shechiping .sec1 .content .content-list .sec{
	color: #7f8281;
	font-size:14px;
	margin-top: 5px;
}
.tel-join {
	width:420px;
	margin:152px auto 0 auto;
}
.tel-join .tel{
	width:224px;
	float: left;
	text-align:right;
}
.tel-join .tel .fir{
	color: #f2f2f2;
	font-size: 16px;
}
.tel-join .tel .sec{
	color: #f2f2f2;
	font-size: 32px;
}
.tel-join .jiaru{
	float: right;
	display: block;
	width: 173px;
	line-height: 57px;
	background: #ae070a url("../Image/shechi-a-bg.png") no-repeat center right 20px;
	padding-left:28px;
	font-size: 20px;
	color: #ffffff;
}
.shechiping .sec2{
	height: 1000px;
	background:#f2f2f2 url("../Image/shechi-sec2-bg.png") no-repeat center bottom;
	padding:65px 0;
}
#main .neiye-titlebox{
	text-align:center;
	color: #9e9e9e;
	font-size: 16px;
}
#main .neiye-titlebox img{
	margin:0 auto;
}
#main .neiye-titlebox p{
	margin:25px 0 50px 0;
}
.shechiping .sec2 .sec2-list{
	float: left;
	width:390px;
	margin-right: 15px;
}
.shechiping .sec2 .sec2-list:last-child{
	margin-right: 0;
}
.shechiping .sec2 .sec2-list .imgbox{
	width:100%;
	height: 330px;
	overflow: hidden;
}
.shechiping .sec2 .sec2-list .imgbox img{
	width:100%;
	height: 100%;
	object-fit: cover;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	overflow: hidden;
}
.shechiping .sec2 .sec2-list:hover .imgbox img{
	-webkit-transform: scale(1.05) translateZ(0);
	-moz-transform: scale(1.05) translateZ(0);
	-ms-transform: scale(1.05) translateZ(0);
	-o-transform: scale(1.05) translateZ(0);
	transform: scale(1.05) translateZ(0);
}
.shechiping .sec2 .sec2-list .text{
	width:100%;
	height: 286px;
	background: #fff;
	padding:50px 40px;
	position: relative;
}
.shechiping .sec2 .sec2-list .text .fir{
	color: #242424;
	font-size: 22px;
}
.shechiping .sec2 .sec2-list .text .sec{
	color: #a8a8a8;
	font-size: 16px;
	margin-top: 3px;
	padding-bottom: 30px;
	border-bottom:1px solid #d6d6d6;
}
.shechiping .sec2 .sec2-list .text .thr{
	color: #9e9e9e;
	line-height: 32px;
	font-size: 16px;
	margin-top: 25px;
}
.shechiping .sec2 .sec2-list .text:after{
	display: block;
	content:"";
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid white;
	top:-10px;
	left:95px;

}
.shechiping .sec2 .sec2-list:nth-child(2) .text:after{
	bottom:-10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid white;
	border-bottom: none;
	top:inherit;
	z-index: 1000;
}
.shechiping .sec3{
	background: url("../Image/shechi-sec3-bg.jpg") no-repeat center / cover;
	padding:70px 0;
}
.shechiping .sec3 .sec3-list{
	float: left;
	width:400px;
	text-align:center;
	padding: 0 25px;
}
.shechiping .sec3 .sec3-list .imgbox{
	width:100%;
	height: 90px;
	position: relative;
}
.shechiping .sec3 .sec3-list .imgbox img{
	max-width:100%;
	max-height: 100%;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.shechiping .sec3 .sec3-list .fir{
	font-size: 20px;
	color: #e6ba79;
	margin: 20px 0 13px 0;
}
.shechiping .sec3 .sec3-list .sec{
	font-size: 14px;
	color: #808080;
	line-height: 26px;
}
.shechiping .sec4{
	padding:60px 0;
	background-color: #fff;
	border-bottom: 1px solid #d4d4d4;
}
.shechiping .sec4 .lcbox{
	height: 102px;
	background: url("../Image/shechi-sec4-img.png") no-repeat center;
}
.shechiping .sec5{
	padding:60px 0;
	background-color: #fff;
}
.shechiping .sec5 ul{
	float: left;
	width:597px;
}
.shechiping .sec5 ul li .imgbox{
	width: 295px;
	height: 221px;
	float: left;
	overflow: hidden;
	margin-right: 7px;
	margin-bottom: 7px;
}
.shechiping .sec5 ul li .imgbox:nth-child(2n){
	margin-right: 0;
}
.shechiping .sec5 ul li .imgbox img{
	width:100%;
	height: 100%;
	object-fit: cover;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}
.shechiping .sec5 ul li .imgbox:hover img{
	-webkit-transform: scale(1.05) translateZ(0);
	-moz-transform: scale(1.05) translateZ(0);
	-ms-transform: scale(1.05) translateZ(0);
	-o-transform: scale(1.05) translateZ(0);
	transform: scale(1.05) translateZ(0);
}
.shechiping .sec5 ul li p{
	margin-bottom: 7px;
}
.shechiping .sec5 ul li:nth-child(1) p{
	width: 295px;
	float: left;
	line-height: 37px;
	background-color: #161616;
	font-size: 16px;
	color: #ffffff;
	margin-right: 7px;
	text-align:center;
}
.shechiping .sec5 ul li:nth-child(1) p:last-child{
	margin-right: 0;
	background-color: #d2292c;
}
#main .right-inner.shechiout .content .imgbox{
	width:100%;
	float: inherit;
	overflow: hidden;
}
#main .right-inner.shechiout .duibititle{
	border-bottom:1px solid #419ca1;
	margin-top: 26px;
}
#main .right-inner.shechiout .duibititle span{
	display: inline-block;
	padding:5px 10px;
	background: #419ca1;
	font-size:16px;
	color:#fff;
}
#main .right-inner .shechi-des{
	padding:20px 0;
	font-size:14px;
	color:#666;
	line-height: 30px;
}
#main .right-inner .shechi-des img{
	max-width: 100%;

}


.shechi-table table{
	width:100%!important;
}
.shechi-table table tr:nth-child(odd) {
	background: #f0f0f0;
}

.shechi-table table tr:first-child {
	background: #ffe100;
	color:#333;
	font-weight: 700;
	font-size:18px;
}
.shechi-table table tr td {
	line-height: 35px;
	padding-left: 0.5%;
	word-break: break-all;
	word-wrap: break-word;
	color:#333;
	border:1px solid #333;
}
/*关于我们*/
.inner-about-content .titlebig{
	text-align: center;
	color: #1d1d1d;
	font-size: 26px;
	font-weight: bold;
	padding: 30px 0;
}
.inner-about-content .con{
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.inner-about-content .con img{
	max-width: 100%;
}
.inner-about-content .inner-about-sec1 .fir{
	color: #1d1d1d;
	font-size: 26px;
	margin:30px 0;
}
.inner-about-content .inner-about-sec1 .sec{
	color: #8a8a8a;
	font-size: 16px;
	line-height: 34px;
	padding-bottom: 30px;
	border-bottom:1px solid #dcdcdc;
}
.inner-about-content .inner-about-sec2{
	margin-top: 44px;
}
.inner-about-content .inner-about-sec2 .imgbox{
	float: left;
	width:241px;
}
.inner-about-content .inner-about-sec2 .text{
	width: 439px;
	float: right;
}
.inner-about-content .inner-about-sec2 .text .fir{
	color: #1d1d1d;
	font-size: 26px;
	margin-bottom:16px;
}
.inner-about-content .inner-about-sec2 .text .sec{
	color: #8a8a8a;
	font-size: 16px;
	line-height: 32px;
}

/*师资力量*/
#main .right_you>.teacher{
	margin-top: 30px;
}
#main .right_you .teacher-list{
	margin-bottom: 16px;
	width: 273px;
}
#main .right-inner .content.teacher .imgbox img{
	max-width: 100%;
	max-height: 100%;
}
#main .right-inner .contentfir.teacher .top-type{
	border-bottom: solid 1px #ffe100;
}
#main .right-inner .contentfir.teacher .top-type a{
	border:none;
	font-weight:700;
}
#main .right-inner .contentfir.teacher .top-type a:after{
	display: none;
}
#main .right-inner .contentfir.teacher .teacher-con{
	font-size: 16px;
	color: #666;
	line-height: 30px;
	padding: 20px 0;
}
#main .right-inner .contentfir.teacher .teacher-con img{
	max-width: 100%;
}
.no_data {
	font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", "microsoft yahei", "Microsoft YaHei", SimHei, sans-serif;
	font-size: 36px;
	color: #292b2c;
	font-weight: lighter;
	text-align: center;
	line-height: 120px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
#main .right-inner .shebeibox.inner-product{
	float: inherit;
	margin:30px 0;
	width:100%;
}
#main .right-inner .shebeibox.inner-product .shebei-list{
	width:262px;
}
#main .right-inner .shebeibox.inner-product .shebei-list .imgbox{
	height: 255px;
}

/*新闻*/
#main .right-inner .news-item-list{
	margin:30px 0;
}
#main .right-inner .news-item-list .news-item-list-content .imgbox{
	float: left;
	width:260px;
	height: 160px;
	overflow: hidden;
	padding:10px;
}
#main .right-inner .news-item-list .news-item-list-content .imgbox img{
	width:100%;
	height: 100%;
	object-fit: cover;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}
#main .right-inner .news-item-list .news-item-list-content:hover .imgbox img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
#main .right-inner .news-item-list .news-item-list-content .text{
	width:580px;
	float: right;

}
#main .right-inner .news-item-list .news-item-list-content .fir{
	color:#666;
	font-size:18px;
	margin-top: 19px;
}
#main .right-inner .news-item-list .news-item-list-content:hover .fir{
	color:#298a99;
}
#main .right-inner .news-item-list .news-item-list-content .con{
	font-size:14px;
	line-height: 28px;
}
#main .right-inner .news-item-list .news-item-list-content a{
	display: block;
	position: relative;
	line-height: 40px;
	border-bottom:1px dashed #eee;
}
#main .right-inner .news-item-list .news-item-list-content a i{
	content:"";
	display: block;
	position: absolute;
	width:4px;
	height: 4px;
	background: #333;
	left:0;
	top:19px;
	border-radius: 50%;
}
#main .right-inner .news-item-list .news-item-list-content .time{
	float: right;
	color:#666;
	font-size:14px;
}
.news_info_con_t {
	text-align: center;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.news_info_con_t h4 {
	font-size: 22px;
	font-weight: 400;
	color: #666;
}

.news_info_con_t p {
	margin-top: 15px;
}

.news_info_con_t p span {
	font-size: 14px;
	color: #666;
	display: inline-block;
	margin: 0 10px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

.news_info_con_t p span:nth-of-type(1) {
	background-image: url("../Image/time.png");
}

.news_info_con_t p span:nth-of-type(2) {
	background-image: url("../Image/click.png");
}
.news_info_con_t p span:nth-of-type(3) {
	background-image: url("../Image/back.png");
}

/*案例*/
.inner-anli{
	margin:30px 0;
}
.inner-anli .inner-anli-list{
	float: left;
	width: 262px;
	margin-right: 33px;
	border:1px solid #eee;
	margin-bottom: 20px;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}
.inner-anli .inner-anli-list:hover{
	box-shadow: 0px 0px 10px #dedede;
}
.inner-anli .inner-anli-list:nth-child(3n){
	margin-right: 0;
}
.inner-anli .inner-anli-list .imgbox{
	width:100%;
	height: 200px;
	padding:10px;
}
.inner-anli .inner-anli-list .imgbox img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.inner-anli .inner-anli-list .text{
	padding:10px;
}
.inner-anli .inner-anli-list .text .title{
	font-size:16px;
	color:#333;
	margin-bottom: 10px;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	font-weight: 700;
}
.inner-anli .inner-anli-list:hover .text .title{
	color:#0652a6;
	text-decoration: underline;
}
.inner-anli .inner-anli-list .text .con{
	font-size:14px;
	color:#666;
	line-height: 24px;
	height: 96px;
}
.airt-content{
	font-size:14px;
	color:#666;
	line-height: 30px;
	padding:20px 0;
}
.airt-content img{
	max-width:70%;
	display: block;
	margin:0 auto;
}

/*产品内页*/
#innerAlbum {
	width: 46%;
// float: left;
	margin:0 auto;
}
#innerAlbum .innerGalleryTop {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px; }
#innerAlbum .innerGalleryTop .swiper-slide {
	cursor: pointer; }
#innerAlbum .innerGalleryTop .swiper-slide .pic {
	width: 100%;
	height: 345px;
	position: relative;
}
#innerAlbum .innerGalleryTop .swiper-slide .pic img{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
#innerAlbum .innerGalleryThumbs {
	padding-top: 10px; }
#innerAlbum .innerGalleryThumbs .swiper-slide {
	opacity: 0.2;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	/* Firefox 4 */
	-webkit-transition-timing-function: ease;
	/* Safari 和 Chrome */
	-o-transition-timing-function: ease;
	/* Opera */ }
#innerAlbum .innerGalleryThumbs .swiper-slide .pic {
	width: 100%;
	height: 85px;
}
#innerAlbum .innerGalleryThumbs .swiper-slide .pic img{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
#innerAlbum .innerGalleryThumbs .swiper-slide-thumb-active {
	opacity: 1; }

.needSwiperButton .swiper-button-prev:hover {
	transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	-moz-transform: translateX(-5px);
	-webkit-transform: translateX(-5px);
	-o-transform: translateX(-5px); }
.needSwiperButton .swiper-button-next:hover {
	transform: translateX(5px);
	-ms-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-webkit-transform: translateX(5px);
	-o-transform: translateX(5px); }
.needSwiperButton .swiper-button-disabled {
	pointer-events: auto !important; }
.needSwiperButton .swiper-button-white {
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	/* Firefox 4 */
	-webkit-transition-timing-function: ease;
	/* Safari 和 Chrome */
	-o-transition-timing-function: ease;
	/* Opera */
	border-radius: 3px;
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	background-size: 15px 25px; }

/*售后服务*/
.shoushou-list-des{
	padding-left: 57px;
}
.shoushou-list-des:nth-child(1){
	background: url("../Image/shouhou1.png") no-repeat left center;
}
.shoushou-list-des:nth-child(2){
	background: url("../Image/shouhou2.png") no-repeat left center;
}
.shoushou-list-des:nth-child(3){
	background: url("../Image/shouhou3.png") no-repeat left center;
}
.shoushou-list-des:nth-child(4){
	background: url("../Image/shouhou4.png") no-repeat left center;
}
.shoushou-list-des:nth-child(5){
	background: url("../Image/shouhou5.png") no-repeat left center;
}
.shoushou-list-des:nth-child(6){
	background: url("../Image/shouhou6.png") no-repeat left center;
}
.shoushou-list-des:nth-child(7){
	background: url("../Image/shouhou7.png") no-repeat left center;
}
.shoushou-list-des{
	margin-bottom: 50px;
}
.shoushou-list-des .fir{
	color: #2c2c2c;
	font-size: 22px;
	font-weight: 700;
}
.shoushou-list-des .sec{
	color: #8f8f8f;
	font-size: 16px;
	margin-top: 10px;
}
.shouhou-list{
	position: absolute;
	width:1200px;
	top:840px;
	left:50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 0 66px;
}

.shechiduibi .shechi-item{
	float: left;
	width:50%;
}
#main .right-inner .shechiping .sec5{
	padding-top: 0;
}
#main .right-inner .shechiping .sec5 ul{
	width:100%;
}
#main .right-inner .shechiping .sec5 ul li:nth-child(1) p{
	width:422px;
}
#main .right-inner .shechiping .sec5 ul li .imgbox{
	width:422px;
	height: 265px;
}

.telbox .telbox-list{
	float: left;
	width:213px;
	text-align:center;
	margin-top: 20px;
}
.telbox .telbox-list img{
	display: block;
	margin:15px auto;
}
.telbox .telbox-list .fir{
	font-size:16px;
	color:#242424;

}
.telbox .telbox-list .sec{
	font-size:14px;
	color:#818181;
	margin:10px 0 20px 0;
}
.mess{
	font-size:20px;
	color:#242424;
	font-weight: 700;
	padding-left: 16px;
	position: relative;
	margin:25px 0;
}
.mess:before{
	display: block;
	content:"";
	position: absolute;
	width:6px;
	height: 6px;
	background: #d2292c;
	left:0;
	top:12px;
}

.messagebox .inputbox input[type=text]{
	float: left;
	width:400px;
	line-height: 40px;
	border-bottom:1px solid #dcdcdc;
	background: #fff;
	outline: none;
	margin-bottom: 32px;
	margin-right: 52px;
}
.messagebox .inputbox input[type=text]:nth-child(2n){
	margin-right: 0;
}
.messagebox .inputbox textarea{
	display: block;
	float: left;
	width:400px;
	line-height: 40px;
	height: 40px;
	border-bottom:1px solid #dcdcdc;
	background: #fff;
	outline: none;
	font-family: 'Microsoft YaHei';
	resize: none;
}
.messagebox .inputbox2 a{
	display: block;
	width: 400px;
	line-height: 47px;
	background-color: #3a3a3a;
	font-size: 16px;
	text-align:center;
	color:#fff;
	float: left;
}
.messagebox .inputbox2 input[type=submit]{
	float: right;
	width: 400px;
	line-height: 47px;
	background-color: #d2292c;
	font-size: 16px;
	text-align:center;
	color:#fff;
	cursor: pointer;
}
#ditu{
	width: 699px;
	height: 311px;
	float: left;
	margin-top: 50px;
}
.ditu .imgbox{
	float: right;
	width: 138px;
	margin-top: 50px;
}
.ditu .imgbox img{
	display: block;
	margin:0 auto;
}
.cebianlanerji{
	display: none;
}
.cebianlanerji a{
	padding-left: 32px!important;
	line-height: 40px!important;
}