@charset "utf-8";

/* CSS Document */
@media only screen and (min-width: 800px) {
::-webkit-scrollbar {
 width: 5px;
 height: 5px;
 background-color: #000;
}
  
/*定义滚动条轨道 内阴影+圆角*/  
::-webkit-scrollbar-track {
 border-radius: 0px;
 background: #000;
}
  
/*定义滑块 内阴影+圆角*/  
::-webkit-scrollbar-thumb {
 border-radius: 0px;
 background-color:#f1d04e;
}
}

 /*=========
  基本默认值
  ==========*/
*{
	margin: 0;
	padding: 0; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
@font-face {
    font-family: 'ziti';
    src: url("MyriadPro-Light.TTF");
}
html{ 
	min-height:100%;
		font-size: 12px;
}
body {
	min-height:100%;
	font-size: 12px;
	color: #000;
	font-family: "Arial","微软雅黑";
	overflow-x:hidden;
}
li{
	list-style: none;
}
img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
}
a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
	text-decoration: none;
	color: #000;
	transition: all .5s;
	-moz-transition: all .5s; 
	-webkit-transition: all .5s;  
	-o-transition: all .5s;
	-ms-transition: all .5s;  
}
:after,:before{
	transition: all .5s;
	-moz-transition: all .5s; 
	-webkit-transition: all .5s;  
	-o-transition: all .5s;
	-ms-transition: all .5s;  
}
table {
	border-collapse: collapse;
}
input, textarea,select {
	font-family: "Arial","微软雅黑";
	font-size: 12px;
	outline: none;
	    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
/* =========
  工具样式
  ========== */
.clearfix:before,
.clearfix:after{
	content: "";
	display: block;
}
.clearfix:after{
	clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.donghua{
	transition: all .5s;
	-moz-transition: all .5s; 
	-webkit-transition: all .5s;  
	-o-transition: all .5s; 
	-ms-transition: all .5s; 
}
.mandonghua{
	-webkit-transition-property: all;
	-o-transition-property: all;
	-moz-transition-property: all;
	-ms-transition-property: all;
	transition-property: all; 
}
/* =========

  首页

  ========== */
.wrap{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	max-width: 1250px;
	overflow: hidden;
}
.wrap2{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	max-width: 1425px;
	overflow: hidden;
}
.wrap3{
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	max-width: 1600px;
	overflow: hidden;
}
.all{
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}
/*头部*/
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	height: 96px;
	line-height: 96px;
	background-color: #131313;
}
.indexheader{
	background-color: transparent;
}
.header .inbox{
	overflow: visible;
}
.header .inbox .logo{
	display: block;
	float: left;
}
.header .inbox .logo img{
	width: 200px;
	height: 55px;
}
.header .inbox .navBox {
	float: right;
}
.header .inbox .navBox .li1,.header .inbox .navBox .li2{
	float: left;
	position: relative;
}
.header .inbox .navBox .li1 .a1{
	display: block;
	color: #bebebe;
	font-size: 14px;
	font-weight: bold;
	padding: 0 15px;
}
.header .inbox .navBox .li1:after{
	content: "";
	background-color: #bebebe;
	width: 2px;
	height: 2px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -1px;
}
.header .inbox .navBox .li1:nth-child(2) .a1{
	padding-left: 0;
}
.header .inbox .navBox .li1:last-child .a1{
	padding-right: 0;
}
.header .inbox .navBox li:nth-child(7):after{
	display: none;
}
.header .inbox .navBox .nLi:nth-child(2) .sub{
	left: 0;
}
.header .inbox .navBox .nLi .sub{
	position: absolute;
	top: 96px;
	left: 15px;
	width: 270px;
	background-color: #333333;
	border-top: 2px solid #bb303e;
	display: none;S
}
.header .inbox .navBox .nLi .sub li a{
	display: block;
	color: #b3b3b3;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	padding: 12px 20px 12px 20px;
	-ms-word-break: break-word;
	word-break: break-word;
}
.header .inbox .navBox .on .a1{
	color: #bb303e;
}
/*语言切换*/
.header .inbox .navBox .li2{
	margin-left: 32px;
}
.header .inbox .navBox .li2 .word{
	display: block;
	font-size: 12px;
	color: #e6e6e6;
	padding-left: 24px;
	padding-right: 20px;
	position: relative;
	cursor: pointer;
}
.header .inbox .navBox .li2 .word:after{
	content: "";
	width: 16px;
	height: 16px;
	display: block;
	background-image: url(../images/icon01.png);
	background-repeat: no-repeat;
	background-position: left center;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 0;
}
.header .inbox .navBox .li2 .word:before{
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-top: -5px;
}
.header .inbox .navBox .on .word:before{
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.header .inbox .navBox .li2 .sub2{
	left: auto;
	right: 0;
	width: 100px;
	top: 60px;
}
.header .inbox .navBox .li2 .sub2 li{
	height: 30px;
	line-height: 30px;
}
.header .inbox .navBox .li2 .sub2 li a{
	padding: 0;
	text-align: center;
	line-height: 30px;
}
/*语言切换 End*/
/*搜索*/
.header .inbox .navBox .li2 .icon{
	width: 16px;
	background-image: url(../images/icon02.png);
	background-position: center;
	height: 96px;
	background-repeat: no-repeat;
	cursor: pointer;
}
.header .inbox .navBox .li2 .sub3{
	height: 36px;
	width: 260px;
}
.header .inbox .navBox .li2 .sub3 .input-box{
	height: 36px;
	line-height: 36px;
	position: relative;
}
.header .inbox .navBox .li2 .sub3 .input-box input[type="text"]{
	width: 100%;
	height: 100%;
	text-indent: 10px;
}
.header .inbox .navBox .li2 .sub3 .input-box input[type="submit"]{
	position: absolute;
	top: 10px;
	right: 20px;
	width: 16px;
	height: 16px;
	background-image: url(../images/icon03.png);
	background-repeat: no-repeat;
	border: 0;
	background-color: transparent;
	cursor: pointer;
}

/*搜索 End*/
/*小屏幕搜索展开*/
.header .mm-searchBox{
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: 1000px;
	display: none;
}
.header .mm-searchBox .mask{
	position: absolute;
	top: 51px;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
}
.header .mm-searchBox .mm-inbox{
	border-bottom: 1px solid rgba(255,255,255,.15);
	background-color: #333333;
}
.header .mm-searchBox .input-box{
	position: relative;
}
.header .mm-searchBox .input-box input[type="text"]{
	width: 100%;
	height: 36px;
	text-indent: 10px;
	border: 0;
	background-color: transparent;
	color: #fff;
}
.header .mm-searchBox .input-box input[type="submit"]{
	position: absolute;
	top: 17px;
	right: 20px;
	width: 16px;
	height: 16px;
	background-image: url(../images/icon02.png);
	background-repeat: no-repeat;
	border: 0;
	background-color: transparent;
	cursor: pointer;
}
/*小屏幕搜索展开 End*/
/*小屏幕导航展开*/
.header .inbox .navBox .li3{
	display: none;
	float: left;
	width: 24px;
	cursor: pointer;
}
.header .inbox .navBox .li3 .box{
	height: 16px;
	position: relative;
}
.header .inbox .navBox .li3 .box .line{
	width: 24px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 0px;
	top: 7px;
}
.header .inbox .navBox .li3 .box .line1{
	margin-top: -7px;
}
.header .inbox .navBox .li3 .box .line3{
	margin-top: 7px;
}
.header .inbox .navBox .li3 .box[data-active="on"] .line1{
	margin-top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header .inbox .navBox .li3 .box[data-active="on"] .line2{
	display: none;
}
.header .inbox .navBox .li3 .box[data-active="on"] .line3{
	margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mm-navBox{
	position: absolute;
	top:50px;
	left: 0;
	width: 100%;
	background-color: #333333;
	display: none;
}
.mm-navBox .mm-nav .mmli1{
	line-height: 40px;
	position: relative;
}
.mm-navBox .mm-nav .mmli1 .linbox{
	border-bottom: 1px solid rgba(255,255,255,.6);
}
.mm-navBox .mm-nav .mmli1 .abox{
	position: relative;
}
.mm-navBox .mm-nav .mmli1 .abox:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	margin-top: -5px;
	border-left: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mm-navBox .mm-nav .mmlinone .abox:after{
	display: none;
}
.mm-navBox .mm-nav .mmli1 .abox .click{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mm-navBox .mm-nav .mmli1 .mma1{
	font-size: 16px;
	color:#fff;
	position: relative;
	z-index: 1;
}
.mm-navBox .mm-nav .mmlinone .mma1{
	display: block;
}
.mm-navBox .mm-nav .mmli1 .mmsub{
	-webkit-transition: all .5s cubic-bezier(0, 1, 0.5, 1);
	-moz-transition: all .5s cubic-bezier(0, 1, 0.5, 1);
	-ms-transition: all .5s cubic-bezier(0, 1, 0.5, 1);
	-o-transition: all .5s cubic-bezier(0, 1, 0.5, 1);
	transition: all .5s cubic-bezier(0, 1, 0.5, 1);
	max-height: 0;
	overflow: hidden;
}
.mm-navBox .mm-nav .mmli1 .mmsub li{
	height: 32px;
	line-height: 32px;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.mm-navBox .mm-nav .mmli1 .mmsub li a{
	color: rgba(255,255,255,.6);
	display: block;
	font-size: 12px;
	overflow: hidden;
}

/*小屏幕导航展开 End*/
@media only screen  and (min-width: 500px){
	.header .inbox .navBox .li1:hover .a1{
		color: #bb303e;
	}
	.header .inbox .navBox .nLi .sub li:hover a{
		color: #fff;
		background-color: #232323;
	}

}
@media only screen  and (max-width: 1023px){
	.header .inbox .navBox .li1{
		display: none;
	}
	.header .inbox .navBox .li3{
		display: block;
		margin-top: 17px;
	}
	.header{
		height: 50px;
		line-height: 50px;
	}
	.header .inbox .logo img{
		height: 36px;
		width: 140px;
	}
	.header .inbox .navBox .li2 .icon{
		height: 50px;
	}
	.header .inbox .navBox .li2 .sub2{
		top: 36px;
		display: block;
		opacity: 0;
		-webkit-transform: translateY(-100px);
		-moz-transform: translateY(-100px);
		-ms-transform: translateY(-100px);
		-o-transform: translateY(-100px);
		transform: translateY(-100px);
	}
	.header .inbox .navBox .li2{
		margin-left: 0;
		margin-right: 20px;
	}
	.header .inbox .navBox .li2[data-active="on"] .sub2{
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	.header .inbox .navBox .li2 .sub3{
		display: none;
	}
	.header .inbox .navBox .li2[data-active="on"] .word:before{
		-webkit-transform: rotate(135deg);
	    -moz-transform: rotate(135deg);
	    -ms-transform: rotate(135deg);
	    -o-transform: rotate(135deg);
	    transform: rotate(135deg);
	}
	.header .mm-searchBox{
		display: block;
		height: 0px;
		overflow: hidden;
	}
	.header .mm-searchBox[data-active="on"]{
		height: 1000px;
	}
	.mm-navBox .mm-nav .mmli1[data-active="on"] .mmsub{
		max-height: none;
	}
	.mm-navBox .mm-nav .mmli1[data-active="on"] .abox:after{
		-webkit-transform: rotate(135deg);
	    -moz-transform: rotate(135deg);
	    -ms-transform: rotate(135deg);
	    -o-transform: rotate(135deg);
	    transform: rotate(135deg);
	}
	.mm-navBox{
		display: block;
		height: 0;
		-webkit-transition: all .8s;
		-moz-transition: all .8s;
		-ms-transition: all .8s;
		-o-transition: all .8s;
		transition: all .8s;
		overflow-y: auto;
	}
	.mm-navBox[data-active="on"]{
		height: 1000px;
	}
}
@media only screen  and (max-width: 600px){
	.mm-navBox .mm-nav .mmli1 .mma1{
		font-size: 14px;
	}
}


/*头部 ENd*/

/*中间广告轮播*/
.banner{
	position: relative;
	background-color: #e8e8e8;
}
.banner .my-swiper{
	height: 945px;
}
.banner .my-swiper .swiper-slide{
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.banner .my-swiper .swiper-slide a{
	display: block;
	height: 100%;
	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;
}
.banner .my-swiper .swiper-slide a .box{
	height: auto;
	text-align: center;
}
.banner .my-swiper .swiper-slide a .box .title{
	font-size: 120px;
	color: #fff;
	line-height: 1.2;
	overflow: hidden;
font-family:"Microsoft JhengHei";
	padding-bottom: 20px;
	position: relative;
}
.banner .my-swiper .swiper-slide a .box .title:after{
	content: "";
	width: 50px;
	height: 8px;
	background-color: #f1d04e;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -25px;
}
.banner .my-swiper .swiper-slide a .box .desc{
	font-size: 42px;
	color: #ffffff;
	line-height: 1.5;
	overflow: hidden;
	margin-top: 12px;
	font-family:"Microsoft JhengHei";
}
.banner .my-swiper .swiper-slide a .box .more{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	width: 125px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #f1d04e;
}
.banner .swiper-pagination{
	bottom: 38px;
	width: 100%;
	z-index: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet{
	margin-right: 10px;
	background-color: #fff;
	width: 50px;
	border-radius: 0;
	height: 2px;
	opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
	background-color: #f1d04e;
}
.banner .my-swiper .btn{
	position: absolute;
	bottom: 18px;
	height: 42px;
	width: 42px;
	z-index: 10;
	cursor: pointer;
}
.banner .my-swiper .btn:before{
	content: "";
	width: 42px;
	height: 2px;
	position: absolute;
	top: 20px;
	left: 0;
	background-color: #fff;
}
.banner .my-swiper .my-prev:after{
	content: "";
	width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    position: absolute;
    top: 15px;
    left: -2px;
}
.banner .my-swiper .my-next:after{
	content: "";
	width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 6px solid #fff;
    border-bottom: 6px solid transparent;
    position: absolute;
    top: 15px;
    right: -2px;
}
.banner .my-swiper .my-prev{
	left: 8.3%;
}
.banner .my-swiper .my-next{
	right: 8.3%;
}
@media only screen  and (max-width: 1920px) {
	.banner .my-swiper{
		height: 945px;
	}
}
@media only screen  and (max-width: 1600px) {
	.banner .my-swiper{
		height: 885px;
	}
}
@media only screen  and (max-width: 1440px) {
	.banner .my-swiper{
		height: 787px;
	}
	.banner .my-swiper .swiper-slide a .box .title{
		font-size: 100px;
	}
	.banner .my-swiper .swiper-slide a .box .desc{
		font-size: 36px;
	}
}
@media only screen  and (max-width: 1280px) {
	.banner .my-swiper{
		height: 708px;
	}
	.banner .my-swiper .swiper-slide a .box .title{
		font-size: 44px;
	}
	.banner .my-swiper .swiper-slide a .box .desc{
		font-size: 28px;
	}
	.banner .my-swiper .my-prev{
		left: 3%;
	}
	.banner .my-swiper .my-next{
		right: 3%;
	}
	.banner .my-swiper .swiper-slide a .box .title{
		font-size: 80px;
	}
	.banner .my-swiper .swiper-slide a .box .desc{
		font-size: 32px;
	}
}
@media only screen  and (max-width: 1024px) {
	.banner .my-swiper{
		height: 630px;
	}
	.banner .my-swiper .swiper-slide a .box .title{
		font-size: 38px;
	}
	.banner .my-swiper .swiper-slide a .box .desc{
		font-size: 24px;
		margin-top: 8px;
	}
	.banner .my-swiper .swiper-slide a .box .title{
		font-size: 60px;
	}
	.banner .my-swiper .swiper-slide a .box .desc{
		font-size: 28px;
	}
	.banner .my-swiper .swiper-slide a .box .title:after{
	width: 30px;
	height: 4px;
	margin-left: -15px;
	}
}
@media only screen  and (max-width: 800px) {
	.banner .my-swiper{
		height: 468px;
	}
	.banner .swiper-pagination{
		bottom: 20px;
	}
	.banner .my-swiper .btn{
		bottom: 5px;
	}
}
@media only screen  and (max-width: 600px) {
	.banner .my-swiper{
		height:370px;
	}
	.banner .swiper-pagination{
		display: none;
	}
	.banner .my-swiper .swiper-slide a .box .title{
		font-size:28px;
	}
	.banner .my-swiper .swiper-slide a .box .desc{
		font-size: 18px;
	}
}
@media only screen  and (max-width: 414px) {
	.banner .my-swiper{
		height: 320px;
	}
	.banner .my-swiper .swiper-slide a .box .title{
		font-size: 42px;
	}
	.banner .my-swiper .swiper-slide a .box .desc{
		font-size:24px;
	}
}
@media only screen  and (max-width: 375px) {
	.banner .my-swiper .swiper-slide a .box .title{
		font-size: 40px;
	}
	.banner .my-swiper .swiper-slide a .box .desc{
		font-size: 22px;
	}
}
@media only screen  and (max-width: 320px) {
	.banner .my-swiper .swiper-slide a .box .title{
		font-size: 32px;
	}
	.banner .my-swiper .swiper-slide a .box .desc{
		font-size: 18px;
	}
}
/*中间广告轮播 End*/

/*黑色拉*/
.index-blackstretch{
	background-color: #f7f7f7;
	position: relative;
}
.index-blackstretch .inline,.contact-upper .inline{
	position: absolute;
	top: -90px;
	left: 0;
	width: 1px;
	height: 1px;
	display: block;
}
.index-blackstretch .inbox .left{
	float: left;
	width: 50%;
	margin-top: 85px;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
	-webkit-transition-duration: 1.2s;
	-o-transition-duration: 1.2s;
	-ms-transition-duration: 1.2s;
	-moz-transition-duration: 1.2s;
	transition-duration: 1.2s;
	padding-bottom: 85px;
	padding-left: 10.75%;
}
.index-blackstretch .inbox .left .title{
	font-size: 40px;
	color: #000000;
	line-height: 1.2;
	height: 48px;
	overflow: hidden;
	font-family: "ziti";
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index-blackstretch .inbox .left .line{
	width: 50px;
	height: 2px;
	background-color: #f1d04e;
	margin-top: 25px;
	margin-bottom: 32px;
}
.index-blackstretch .inbox .left .desc{
	line-height: 2;
	font-size: 14px;
	color: #000;
}
.index-blackstretch .inbox .right{
	width: 50%;
	float: right;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition-duration: 1.2s;
	-o-transition-duration: 1.2s;
	-ms-transition-duration: 1.2s;
	-moz-transition-duration: 1.2s;
	transition-duration: 1.2s;
	opacity: 0;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.index-blackstretch .inbox .right img{
	width: 100%;
}
.index-blackstretch[data-on="active"] .inbox .left{
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.index-blackstretch[data-on="active"] .inbox .right{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
@media only screen  and (max-width: 1700px){
	.index-blackstretch .inbox .left{
		padding-left: calc(50% - 625px);
	}
}
@media only screen  and (max-width: 1280px){
	.index-blackstretch .inbox .left .title{
		font-size: 36px;
		height: 43px;
	}
	.index-blackstretch .inbox .left .line{
		margin-top: 20px;
		margin-bottom: 25px;
	}
}
@media only screen  and (max-width: 1024px){
	.index-blackstretch .inbox .left{
		margin-top: 8.5%;
		padding-bottom: 8.5%;
	}
	.index-blackstretch .inbox .left .title{
		font-size: 32px;
		height: 38px;
	}
	.index-blackstretch .inbox .left .line{
		margin-top: 15px;
		margin-bottom: 20px;
	}
}
@media only screen  and (max-width: 800px){
	.index-blackstretch .inbox .left,.index-blackstretch .inbox .right{
		float: none;
		width: 100%;
	}
	.index-blackstretch .inbox .right{
		margin-bottom: 0;
	}
	.index-blackstretch .inbox .left{
		margin-top: 3%;
	}
}
@media only screen  and (max-width: 600px){
	.index-blackstretch .inbox .left .title{
		font-size: 26px;
		height: 31px;
	}
	.index-blackstretch .inbox .left .line{
		margin-top: 10px;
		margin-bottom: 15px;
	}
	.index-blackstretch .inbox .left{
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	.index-blackstretch .inbox .right{
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}
@media only screen  and (max-width: 414px){
	.index-blackstretch .inbox .left .title{
		font-size: 22px;
		height: 26px;
	}
	.index-blackstretch .inbox .left .line{
		margin-top: 8px;
		margin-bottom: 12px;
	}
}
/*黑色拉 End*/

/*产品*/
.indexProBox{
	overflow: hidden;
}
.index-product{
	margin-top: 105px;
	margin-bottom: 105px;
	position: relative;
}
.index-product .inbox{
	display: block;
	width: 100%;
	height: 400px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
	-webkit-transition-duration: 1.5s;
	-o-transition-duration: 1.5s;
	-ms-transition-duration: 1.5s;
	-moz-transition-duration: 1.5s;
	transition-duration: 1.5s;
}
.index-product .inbox[data-active="on"],.index-product .more[data-active="on"]{
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.index-product .inbox img{
	width: 100%;
}
.index-product .more{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 32%;
	background-color: #000;
    -webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	opacity: 0;
	-webkit-transition-duration: 1.5s;
	-o-transition-duration: 1.5s;
	-ms-transition-duration: 1.5s;
	-moz-transition-duration: 1.5s;
	transition-duration: 1.5s;
	min-width: 120px;
}
.index-product .more img{
	width: 100%;
}
.index-product .ininbox{
	color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.index-product .ininbox .title{
	color: #fff;
	font-size: 40px;
    line-height: 1.2;
    font-family: "ziti";
}
.index-product .ininbox .line{
	width: 50px;
	height: 2px;
	background-color: #f1d04e;
	margin: 25px auto 48px;
}
.index-product .ininbox .word{
	width: 164px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	border: 1px solid #fff;
	border-radius: 30px;
	margin: 0 auto;
}
@media only screen  and (max-width: 1280px){
	.index-product{
		margin-top: 90px;
		margin-bottom: 90px;
	}
	.index-product .ininbox .line{
		margin-top: 15px;
		margin-bottom: 32px;
	}
	.index-product .ininbox .title{
		font-size: 36px;
	}
	.index-product .ininbox .word{
		height: 42px;
		line-height: 42px;
		width: 144px;
	}
	.index-product .inbox{
		height: 360px;
	}
}
@media only screen  and (max-width: 1024px){
	.index-product .inbox{
		height: 300px;
	}
	.index-product{
		margin-top: 9%;
		margin-bottom: 9%;
	}
	.index-product .ininbox .line{
		margin-top: 12px;
		margin-bottom: 28px;
	}
	.index-product .ininbox .title{
		font-size: 32px;
	}
	.index-product .ininbox .word{
		height: 38px;
		line-height: 38px;
		width: 130px;
	}
}
@media only screen  and (max-width: 800px){
	.index-product .ininbox .title{
		font-size: 26px;
	}
	.index-product .ininbox .line{
		margin-top: 8px;
		margin-bottom: 20px;
	}
	.index-product .ininbox .word{
		height: 32px;
		line-height: 32px;
		width: 110px;
		font-size: 13px;
	}
	.index-product .inbox{
		height: 240px;
	}
}
@media only screen  and (max-width: 600px){
	.index-product .inbox{
		width: 100%;
	}
	.index-product .ininbox .title{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.index-product .ininbox .word{
		height: 26px;
		line-height: 26px;
		width: 90px;
		font-size: 12px;
	}
}
@media only screen  and (max-width: 414px){
	.index-product .ininbox .title{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.index-product .ininbox .word{
		font-size: 10px;
	}
	.index-product .inbox{
		height: 200px;
	}
}
/*产品 End*/
/*白色拉*/
.index-whitestretch{
	background-color: #fff;
}
.index-whitestretch .inbox{
	position: relative;
}
.index-whitestretch .inbox .left{
	float: right;
	padding-left: 0;
	padding-right: 10.75%;
	-webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    margin-top: 0 !important;
    padding-bottom: 0 !important;
}
.index-whitestretch .inbox .rightBox{
	width: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
}	
.index-whitestretch .inbox .right{
	float: none;
	width: 100%;
	-webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}
.index-whitestretch .inbox .left .more{
	height: 46px;
	width: 226px;
	border-radius: 30px;
	background-color: #f1d04e;
	line-height: 46px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	display: block;
	margin-top: 40px;
	margin-bottom: 80px;
}
.index-whitestretch .inbox .left .title{
	-ms-text-overflow: clip;
	text-overflow: clip;
	white-space: normal;
	height: 96px;
}
/*白色拉 ENd*/
@media only screen  and (max-width: 1700px){
	.index-whitestretch .inbox .left{
		padding-right: calc(50% - 625px);
	}
}
@media only screen  and (max-width: 1280px){
	.index-whitestretch .inbox .left .more{
		margin-bottom: 65px;
	}
	.index-whitestretch .inbox .left .title{
		font-size: 36px;
		height: 86px;
	}
}
@media only screen  and (max-width: 1024px){
	.index-whitestretch .inbox .left .more{
		margin-top: 8%;
		margin-bottom: 13%;
	}
	.index-whitestretch .inbox .left .title{
		font-size: 32px;
		height: 76px;
	}
}
@media only screen  and (max-width: 800px){
	.index-whitestretch .inbox .left{
		margin-bottom: 5%;
		float: none;
		width: 100%;
	}
	.index-whitestretch .inbox .rightBox{
		position: static;
		width: 100%;
	}
	.index-whitestretch .inbox .left .more{
		margin-top: 4%;
		margin-bottom: 6.5%;
	}
}
@media only screen  and (max-width: 600px){
	.index-whitestretch .inbox .left .more{
		font-size: 12px;
		width: 180px;
		height: 36px;
		line-height: 36px;
	}
	.index-whitestretch .inbox .left .title{
		font-size: 26px;
		height: 62px;
	}
}
@media only screen  and (max-width: 414px){
	.index-whitestretch .inbox .left .title{
		font-size: 22px;
		height: 52px;
	}
}


/*联系我们*/
.contact-upper{
	padding-top: 75px;
	padding-bottom: 75px;
	position: relative;
	overflow: visible;
}
.contact-upper .inline{
	top: -170px;
}
.contact-upper .leftArea,.contact-upper .rightArea{
	float: left;
	-webkit-transition-duration: .8s;
	-ms-transition-duration: .8s;
	-moz-transition-duration: .8s;
	-o-transition-duration: .8s;
	transition-duration: .8s;
}
.contact-upper .leftArea{
	padding-right: 5%;
	width: calc(100% / 3);
	-webkit-transform: translate(-100%,0);
	-moz-transform: translate(-100%,0);
	-ms-transform: translate(-100%,0);
	-o-transform: translate(-100%,0);
	transform: translate(-100%,0);
	opacity: 0;
}
.contact-upper .leftArea[data-active="on"],.contact-upper .rightArea[data-active="on"]{
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.contact-upper .leftArea .title{
	font-size: 1.33rem;
	color: #4e4e4e;
	margin-bottom: 20px;
}
.contact-upper .leftArea .content{
	font-size: 1.16rem;
	color: #4e4e4e;
}
.contact-upper .rightArea{
	width: calc(100% /3 * 2);
	padding-left: 5%;
	-webkit-transform: translate(100%,0);
	-moz-transform: translate(100%,0);
	-ms-transform: translate(100%,0);
	-o-transform: translate(100%,0);
	transform: translate(100%,0);
	opacity: 0;
	-webkit-transition-delay: .25s;
	-moz-transition-delay: .25s;
	-ms-transition-delay: .25s;
	-o-transition-delay: .25s;
	transition-delay: .25s;
}
.contact-upper .rightArea .li{
    width: calc(100% / 2);
    float: left;
    text-align: center;
    height: 80px;
    display: -webkit-box;
    border-left: 1px solid rgba(0,0,0,.1);
    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;

}
.contact-upper .rightArea .li .main{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-left: 50px;
	position: relative;
	text-align: left;
}
.contact-upper .rightArea .li .main .ico{
	width: 30px;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	left: 0;
	top:50%;
	margin-top: -15px;
}
.contact-upper .rightArea .li .main .title{
	font-size: 1.16rem;
	color: #666666;
	margin-bottom: 10px;
}
.contact-upper .rightArea .li .main .content{
	font-size: 1rem;
	color: #666666;
}



.contact-bottom{
	background-color: #f7f7f7;
	padding-bottom: 60px;
}
.contact-bottom .leftArea{
	width: 50%;
	float: left;
	-webkit-transition-duration: .8s;
	-o-transition-duration: .8s;
	-moz-transition-duration: .8s;
	-ms-transition-duration: .8s;
	transition-duration: .8s;
	opacity: 0;
	-webkit-transform: translate(-100%,0);
	-moz-transform: translate(-100%,0);
	-ms-transform: translate(-100%,0);
	-o-transform: translate(-100%,0);
	transform: translate(-100%,0);
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	-ms-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s;
}
.contact-bottom .leftArea[data-active="on"],.contact-bottom .rightArea[data-active="on"]{
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
}
.contact-bottom .leftArea .inbox{
	float: right;
	margin-right: 55px;
	max-width: 570px;
}
.contact-bottom .leftArea .inbox input[type="text"]{
	float: left;
	width: 280px;
	margin-right: 10px;
	height: 44px;
	border: 1px solid #e6e6e6;
	background-color: #fff;
	margin-bottom: 14px;
	color: #bebebe;
	text-indent: 20px;
	border-radius: 2px;
}
.contact-bottom .leftArea .inbox input[type="text"]:nth-child(2n+0){
	margin-right: 0;
}
.contact-bottom .leftArea .inbox textarea{
	height: 220px;
	border: 1px solid #e6e6e6;
	background-color: #fff;
	color: #bebebe;
	text-indent: 20px;
	width: 100%;
	padding-top: 10px;
	border-radius: 2px;
}
.contact-bottom .leftArea .inbox input[type="submit"]{
	width: 170px;
	height: 45px;
	border: none;
	font-size: 14px;
	color:#fff;
	font-weight: bold;
	background-color:  #f1d04e;
	margin-top: 36px;
	border-radius: 30px;
	cursor: pointer;
}
.contact-bottom .rightArea{
	width: 50%;
	float: right;
	-webkit-transition-duration: .8s;
	-o-transition-duration: .8s;
	-moz-transition-duration: .8s;
	-ms-transition-duration: .8s;
	transition-duration: .8s;
	opacity: 0;
	-webkit-transform: translate(100%,0);
	-moz-transform: translate(100%,0);
	-ms-transform: translate(100%,0);
	-o-transform: translate(100%,0);
	transform: translate(100%,0);
	-webkit-transition-delay: .75s;
	-moz-transition-delay: .75s;
	-ms-transition-delay: .75s;
	-o-transition-delay: .75s;
	transition-delay: .75s;
}
.contact-bottom .rightArea .allmap{
	height: 400px;
	width: 100%;
	    max-width: 570px;
	    	border: 5px solid #fff;
}
.contact-bottom .rightArea .allmap img{
	max-width: none;
}
@media only screen  and (max-width: 1440px){
	.contact-bottom .rightArea .allmap{
		height: 450px;
	}
}
@media only screen  and (max-width: 1350px){
	.contact-bottom .leftArea .inbox{
		float: none;
		max-width: none;
		margin-right: 0;
		padding-left: 6%;
		padding-right: 8%;
	}
	.contact-bottom .leftArea .inbox input[type="text"]{
		width:calc(50% - 5px);
	}
}
@media only screen  and (max-width: 1280px){
	.contact-upper{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.contact-bottom .leftArea .inbox textarea{
		height: 180px;
	}
	.contact-bottom .rightArea .allmap{
		height: 420px;
	}
}
@media only screen  and (max-width: 1024px){
	.contact-bottom{
	padding-bottom: 3%;
}
	.contact-upper{
		padding-top: 6%;
		padding-bottom: 6%;
	}
	.contact-upper .leftArea{
		padding-right: 3%;
	}
	.contact-upper .rightArea{
		padding-left: 3%;
	}
	.contact-upper .leftArea li{
		margin-bottom: 12px;
	}
	.contact-upper .rightArea .title{
		font-size: 36px;
		height: 43px;
	}
	.contact-upper .rightArea .line{
		margin-top: 20px;
		margin-bottom: 30px;
	}
}
@media only screen  and (max-width: 1023px){
	.contact-upper .inline{
		top: -70px;
	}
	.index-blackstretch .inline{
		top: -55px;
	}
}
@media only screen  and (max-width: 900px){
	.contact-bottom .leftArea,.contact-bottom .rightArea{
		float: none;
		width: 100%;
	}
	.contact-bottom .leftArea .inbox{
		margin-top: 0;
		padding-left: 3%;
		padding-right: 3%;
	}
	.contact-bottom .leftArea{
		padding-top: 5%;
		padding-bottom: 5%;
	}
	.contact-bottom .leftArea .inbox input[type="submit"]{
		margin-top: 4%;
	}
	.contact-bottom .rightArea .allmap{
		height: 350px;
	}
}
@media only screen  and (max-width: 800px){
	.contact-upper .leftArea,.contact-upper .rightArea{
		padding: 0;
		float: none;
		width: 100%;
	}
	.contact-upper .leftArea{
		margin-bottom: 3%;
	}
	.contact-upper .leftArea li{
		margin-bottom: 8px;
	}
	.contact-upper .leftArea li a{
		font-size: 18px;
		height: 27px;
	}
	.contact-upper .leftArea li:after{
		margin-top: -8px;
	}
	.contact-upper .rightArea .line{
		margin-top: 15px;
		margin-bottom: 20px;
	}
	.contact-upper .rightArea .title{
		font-size: 32px;
		height: 38px;
	}
	.contact-bottom .rightArea .allmap{
		height: 300px;
	}
	.contact-upper .leftArea .li1{
		font-size: 20px;
		height: 30px;
	}
}
@media only screen  and (max-width: 600px){
	.contact-bottom .rightArea .allmap{
		height: 250px;
	}
	.contact-bottom .leftArea .inbox textarea{
		height: 150px;
	}
	.contact-bottom .leftArea .inbox input[type="submit"]{
		height: 40px;
	}
	.contact-upper .leftArea,.contact-bottom .leftArea{
		-webkit-transform: translate(-100%, 0);
	    -moz-transform: translate(-100%, 0);
	    -ms-transform: translate(-100%, 0);
	    -o-transform: translate(-100%,0);
	    transform: translate(-100%, 0);
	}
	.contact-upper .rightArea{
		-webkit-transition-delay: .25s;
		-moz-transition-delay: .25s;
		-ms-transition-delay: .25s;
		-o-transition-delay: .25s;
		transition-delay: .25s;
	}
	.contact-bottom .leftArea{
		-webkit-transition-delay: .5s;
		-moz-transition-delay: .5s;
		-ms-transition-delay: .5s;
		-o-transition-delay: .5s;
		transition-delay: .5s;
	}
	.contact-upper .rightArea{
		-webkit-transform: translate(100%, 0);
	    -moz-transform: translate(100%, 0);
	    -ms-transform: translate(100%, 0);
	    -o-transform: translate(100%,0);
	    transform: translate(100%, 0);
	}
	.contact-bottom .rightArea{
		-webkit-transition-duration: 0s;
		-moz-transition-duration: 0s;
		-ms-transition-duration: 0s;
		-o-transition-duration: 0s;
		transition-duration: 0s;
		-webkit-transform: translate(0, 0);
	    -moz-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	    -o-transform: translate(0,0);
	    transform: translate(0, 0);
	}
	

}
@media only screen  and (max-width: 414px){
	.contact-upper {
    padding-top: 3%;
    padding-bottom: 3%;
}
	.contact-bottom .rightArea .allmap{
		height: 220px;
	}
	.contact-upper .leftArea li a{
		font-size: 16px;
		height: 24px;
	}
	.contact-upper .leftArea li:after{
		width: 6px;
		height: 6px;
		margin-top: -6px;
	}
	.contact-upper .leftArea li{
		margin-bottom: 3px;
	}
	.contact-upper .rightArea .title{
		font-size: 24px;
		height: 16px;
	}
	.contact-upper .rightArea .line{
		margin-top: 8px;
		margin-bottom: 12px;
	}
	.contact-bottom .leftArea .inbox input[type="text"]{
		float: none;
		width: 100%;
		margin-right: 0;
		height: 36px;
		margin-bottom: 8px;
	}
	.contact-bottom .leftArea .inbox textarea{
		height: 120px;
	}
	.contact-bottom .leftArea .inbox input[type="submit"]{
		width: 140px;
		height: 36px;
	}
	.contact-upper .rightArea .li .main .ico {
    width: 20px;
    height: 20px;
    margin-top: -10px;
}
.contact-upper .rightArea .li .main {
    padding-left: 30px;
}
}

/*联系我们 End*/
/*下载*/
.index-down{
	height: 150px;
	background-color: #f1d04e;
	position: relative;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
}
.index-down .inbox{
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	font-size: 40px;
	color: #fff;
	font-family: "ziti";
	text-align: center;
	height: 150px;
	line-height: 150px;
	white-space: nowrap;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.index-down .inbox img{
	width: 75px;
	height: 75px;
	margin-right: 35px;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}
.index-down .inbox .intitle{
	display: inline-block;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	 opacity: 0; 
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}
.index-down[data-active="on"],.index-down .inbox .intitle[data-active="on"]{
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.index-down .inbox img[data-active="on"]{
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
@media only screen  and (max-width: 1280px){
	.index-down{
		height: 135px;
	}
	.index-down .inbox{
		height: 135px;
		line-height: 135px;
	}
}
@media only screen  and (max-width: 1024px){
	.index-down .inbox{
		font-size: 32px;
	}
	.index-down .inbox img{
		width: 60px;
		height: 60px;
		margin-right: 30px;
	}
}
@media only screen  and (max-width: 800px){
	.index-down{
		height: 120px;
	}
	.index-down .inbox{
		height: 120px;
		line-height: 120px;
	}
	.index-down .inbox{
		font-size: 28px;
	}
	.index-down .inbox img{
		width: 50px;
		height: 50px;
		margin-right: 25px;
	}
}
@media only screen  and (max-width: 600px){
	.index-down{
		height: 100px;
	}
	.index-down .inbox{
		height: 100px;
		line-height: 100px;
	}
	.index-down .inbox img{
		width: 40px;
		height: 40px;
		margin-right: 20px;
	}
	.index-down .inbox{
		font-size: 24px;
	}
}
@media only screen  and (max-width: 414px){
	.index-down{
		height: 60px;
	}
	.index-down .inbox{
		height: 60px;
		line-height: 60px;
	}
	.index-down .inbox img{
		width: 30px;
		height: 30px;
		margin-right: 15px;
	}
	.index-down .inbox{
		font-size: 20px;
	}
}
@media only screen  and (max-width: 360px){
	.index-down .inbox{
		font-size: 18px;
	}
}
/*下载*/
/* =========

  常见问题

  ========== */
 /*上部分*/
.faqBoxUpper{
	margin-top: 175px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e8e8e8;
}
.faqBoxUpper .left{
	float: left;
	width: 41.2%;
	padding-right: 5%;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
	-webkit-transition-duration: .75s;
	-o-transition-duration: .75s;
	-ms-transition-duration: .75s;
	-moz-transition-duration: .75s;
	transition-duration: .75s;
}
.faqBoxUpper .left[data-active="on"]{
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.faqBoxUpper .left .title{
	font-size: 40px;
	color: #000000;
	line-height: 1;
	overflow: hidden;
	margin-bottom: 36px;
}
.faqBoxUpper .left .desc{
	font-size: 1.25rem;
	color: #7d7c7c;
	line-height:2;
	padding-bottom: 60px;
	position: relative;
}
.faqBoxUpper .left .desc:after{
	content: "";
	width: 30px;
	height: 2px;
	background-color: #f1d04e;
	position: absolute;
	left: 0;
	bottom: 0;
}
.faqBoxUpper .right{
	float: left;
	width: 58.8%;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
	-webkit-transition-duration: 1.5s;
	-o-transition-duration: 1.5s;
	-ms-transition-duration: 1.5s;
	-moz-transition-duration: 1.5s;
	transition-duration: 1.5s;
}
.faqBoxUpper .right[data-active="on"]{
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.faqBoxUpper .right .img{
		-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: calc(415 / 732 * 100%);
}
@media only screen  and (max-width: 1280px){
	.faqBoxUpper{
		margin-top: 160px;
	}
	.faqBoxUpper .left .title{
		font-size: 36px;
		margin-bottom: 30px;
	}
}
@media only screen  and (max-width: 1024px){
	.faqBoxUpper .left .title{
		font-size: 32px;
		margin-bottom: 8%;
	}
	.faqBoxUpper .left{
		padding-right: 3%;
	}
}
@media only screen  and (max-width: 1023px){
	.faqBoxUpper{
		margin-top: 11%;
		padding-bottom: 4%;
	}
}
@media only screen  and (max-width: 800px){
	.faqBoxUpper .left,.faqBoxUpper .right{
		padding: 0;
		float: none;
		width: 100%;
	}
	.faqBoxUpper .left .title{
		margin-bottom: 4%;
	}
	.faqBoxUpper .left{
		margin-bottom: 5%;
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	.faqBoxUpper .left[data-active="on"] {
	    -webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	.faqBoxUpper .right{
		margin-bottom: 2%;
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	.faqBoxUpper .right[data-active="on"] {
	    -webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}

}
@media only screen  and (max-width: 600px){
	.faqBoxUpper .left .title{
		font-size: 26px;
		margin-bottom: 3%;
	}
	.faqBoxUpper{
		margin-top: 75px;
	}
}
@media only screen  and (max-width: 414px){
	.faqBoxUpper{
		margin-top: 65px;
	}
	.faqBoxUpper .left .title{
		font-size: 22px;
		line-height: 1.2;
	}
}
/*上部 End*/
/*下部*/
.faqBoxBottom{
	margin-top: 45px;
	margin-bottom: 100px;
}
.faqBoxBottom li{
	margin-bottom: 18px;
	border: 1px solid #c7c7c7;
	position: relative;
	overflow: hidden;
}
.faqBoxBottom li:last-child{
	margin-bottom: 0;
}
.faqBoxBottom li:after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 8px;
	height: 100%;
	background-color: #f1d04e;
		border: 1px solid #c7c7c7;
}
.faqBoxBottom li:before{
	content: "";
	position: absolute;
	top: 20px;
	right: 26px;
	border-top:2px dotted #f1d04e;
	border-right: 2px dotted #f1d04e;
	width: 18px;
	height: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.faqBoxBottom li[data-active="on"]{
	border-left-color: #f1d04e;
}
.faqBoxBottom li[data-active="on"]:before{
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 21px;
}
.faqBoxBottom li a{
	display: block;
	padding-left: 90px;
	padding-right: 90px;
	background-color: #fdfdfd;
	position: relative;
}
.faqBoxBottom li a .num{
	font-family: "ziti";
	width: 62px;
	height: 62px;
	line-height: 62px;
	font-size: 1.66rem;
	color: #000000;
	position: absolute;
	left: 0;
	top: 0;
	border-right: 1px solid #c7c7c7;
	text-align: center;
}
.faqBoxBottom li a .title{
	font-size: 1.5rem;
	color: #000000;
	height: 62px;
	line-height: 62px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.faqBoxBottom li a .desc{
	font-size: 1.5rem;
	color: #000000;
	line-height: 1.8;
	height: 62px;
	line-height: 62px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
@media only screen  and (max-width: 1024px){
	.faqBoxBottom{
		margin-top: 35px;
		margin-bottom: 6%;
	}
}
@media only screen  and (max-width: 800px){
	.faqBoxBottom li a {
		padding-left: 70px;
		padding-right: 70px;
	}
	.faqBoxBottom li{
		margin-bottom: 15px;
	}
	.faqBoxBottom li a .num{
		height: 55px;
		line-height: 55px;
	}
	.faqBoxBottom li a .title{
		height: 55px;
		line-height: 55px;
	}
	.faqBoxBottom li a .desc{
		height: 55px;
		line-height: 55px;
	}
	.faqBoxBottom li:after{
	display: none;
}
}
@media only screen  and (max-width: 500px){
.faqBoxBottom li a {
    padding-left: 50px;
    padding-right: 0;
}
	.faqBoxBottom li a .title {
    height: 35px;
    line-height: 35px;
    font-size: 1.25rem;
    display: block;
}
.faqBoxBottom li a .desc {
    height: 35px;
    line-height: 35px;
    font-size: 1.25rem;
    display: block;
    white-space:wrap;
}
.faqBoxBottom li a .num {
	width: 45px;
    height:70px;
    line-height: 70px;
}

}
/*下部 ENd*/



/* =========

  底部

  ========== */
.footer{
	background-color: #000;
	padding-top: 70px;
	padding-bottom: 25px;
	background-image: url(../images/img04.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.footer .upper{
	position: relative;
}
.footer .upper .li1{
	float: left;
	width: 130px;
}
.footer .upper .li1 a{
	display: block;
	font-size: 12px;
}
.footer .upper .li1 .a1{
	color: #fff;
	margin-bottom: 16px;
}
.footer .upper .li1 ul li a{
	color: rgba(255,255,255,.6);
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.footer .bottom{
	margin-top: 70px;
	overflow: visible;
}
.footer .bottom .left{
	font-size: 12px;
	color: #686868;
	line-height: 2;
	float: left;
	width: 45%;
}
.footer .bottom .right{
	float: right;
}
.footer .bottom .right .word{
	color: #fff;
	font-size: 12px;
}
.footer .bottom .right a{
	display: block;
	position: relative;
	float: left;
	width: 16px;
	height: 16px;
	margin-left: 20px;
}
.footer .bottom .right a .img1{
	width: 16px;
	height: 16px;
}
.footer .bottom .right .weixin .ewm{
	position: absolute;
    bottom: 20px;
    left: -60px;
    width: 120px;
    height: 120px;
    -webkit-transform: scale(0.00001);
    -moz-transform: scale(0.00001);
    -ms-transform: scale(0.00001);
    -o-transform: scale(0.00001);
    transform: scale(0.00001);
    max-width: none;
}
.footer .bottom .right .link img{
	position: absolute;
	top: 0;
	left: 0;
}
.footer .bottom .right .link .img1{
	z-index: 1;
}
.footer .bottom .right .link .img2{
	opacity: 0;
}
@media only screen  and (max-width: 1350px){
	.footer .upper .li1{
		width: 17.12%;
		padding-right: 1%;
	}
	.footer .upper .li1:last-child{
		width: 14.4%;
	}
}
@media only screen  and (max-width: 800px){
	.footer .upper{
		display: none;
	}
	.footer .upper .li1{
		float: none;
		width: 100% !important;
	}
	.footer .upper .li1:last-child{
		width: 100%;
	}
	.footer .upper .li1 ul{
		display: none;
	}
	.footer .upper .li1{
		height: 30px;
		line-height: 30px;
		border-bottom: 1px solid rgba(255,255,255,.15);
		padding-right: 0;
		margin-bottom: 5px;
	}
	.footer .upper .li1 .a1{
		text-align: center;
		margin-bottom: 0;
	}
	.footer{
		padding-top: 8%;
	}
	.footer .bottom{
		margin-top: 8%;
	}
}
@media only screen  and (max-width: 600px){
	.footer .bottom .left,.footer .bottom .right{
		float: none;
		width: 100%;
	}
	.footer .bottom .right{
		margin-bottom: 3%;
	}
	.footer .bottom .right .weixin .ewm{
		width: 80px;
		height: 80px;
		left: -40px;
	}
	.footer .bottom .right .weixin[data-on="active"] .ewm{
		-webkit-transform: scale(1);
	    -moz-transform: scale(1);
	    -ms-transform: scale(1);
	    -o-transform: scale(1);
	    transform: scale(1);
	}
}
@media only screen  and (min-width: 601px){
	.footer .upper .li1 a:hover{
		color: #f1d04e;
	}
	.footer .bottom .right .weixin:hover .ewm{
		-webkit-transform: scale(1);
	    -moz-transform: scale(1);
	    -ms-transform: scale(1);
	    -o-transform: scale(1);
	    transform: scale(1);
	}
	.footer .bottom .right .link:hover .img1{
		z-index: -1;
		opacity: 0;
	}
	.footer .bottom .right .link:hover .img2{
		opacity: 1;
	}
}
@media only screen  and (max-width: 414px){
	.footer .upper .li1 .a1{
		text-align: left;
		text-indent: 5%;
		position: relative;
	}
	.footer .upper .li1 .a1:after{
		content: ">";
		font-family: "宋体";
		position: absolute;
		top: 0;
		right: 0;
		color: #fff;
	}
}
/*回到顶部*/
.back-top{
	position: fixed;
	right: 40px;
	bottom: 60px;
	z-index: 99;
	cursor: pointer;
	display: none;
	width: 40px;
	height: 40px;
	background-color: #f1d04e;
	opacity: .8;
	filter: alpha(opacity=80);
	line-height: 40px;
	text-align: center;
}
.back-top:after{
	content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-right: 6px solid transparent;
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -6px;
}
.back-top:before{
	content: "";
	height: 24px;
   	width: 2px;
    position: absolute;
    top: 8px;
    left: 50%;
    background-color: #fff;
    margin-left: -1px;
}
.back-top img{
	width: 22px !important;
	height: 22px !important;
}
/*回到顶部 End*/
/* =========

  招聘

  ========== */
.careerBottom{
	margin-top: 65px;
	margin-bottom: 50px;
}
.careerBottom li{
	float: left;
	width: 33.333%;
	padding-right: 2%;
	margin-bottom: 30px;
}
.careerBottom li a{
	display: block;
}
.careerBottom li a .title{
	font-size: 24px;
	color: #636262;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.careerBottom li a .more{
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	background-color: #f1d04e;
	border-radius: 20px;
	margin-top: 25px;
}
.careerBoxbottom{
	padding: 58px 0;
	background-color: #f7f7f7;
}
.careerBoxbottom .inbox .left{
	font-size: 30px;
	color: #636262;
	line-height: 1.2;
}
.careerBoxbottom .inbox .more{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	background-color: #f1d04e;
	border: 1px solid #f1d04e;
	width: 170px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 30px;
	margin-top: 13px;
	display: block;
}
@media only screen  and (max-width: 1280px){
	.careerBoxbottom .inbox .left{
		font-size: 26px;
	}
	.careerBoxbottom .inbox .more{
		margin-top: 9px;
	}
}
@media only screen  and (max-width: 1024px){
	.careerBottom{
		margin-top: 6.5%;
		margin-bottom: 5%;
	}
	.careerBottom li a .title{
		font-size: 20px;
		height: 24px;
		line-height: 24px;
	}
	.careerBottom li a .more{
		font-size: 12px;
	}
	.careerBottom li{
		margin-bottom: 25px;
	}
	.careerBoxbottom{
		padding: 5.8% 0;
	}
	.careerBoxbottom .inbox .left{
		font-size: 22px;
	}
	.careerBoxbottom .inbox .more{
		margin-top: 5px;
		width: 150px;
		height: 40px;
		line-height: 40px;
	}
}
@media only screen  and (max-width: 900px){
	.careerBoxbottom .inbox .left{
		font-size: 20px;
	}
}
@media only screen  and (max-width: 800px){
	.careerBottom li{
		width: 50%;
	}
	.careerBoxbottom .inbox .left,.careerBoxbottom .inbox .more{
		float: none;
	}
	.careerBoxbottom .inbox .more{
		margin-top: 20px;
	}
}
@media only screen  and (max-width: 600px){
	.careerBottom li a .more{
		margin-top: 18px;
	}
	.careerBottom li{
		margin-bottom: 20px;
	}
	.careerBoxbottom .inbox .left{
		font-size: 18px;
	}
	.careerBoxbottom .inbox .more{
		height: 32px;
		width: 121px;
		font-size: 13px;
		line-height: 32px;
		margin-top: 15px;
	}
}
@media only screen  and (max-width: 450px){
	.careerBottom li{
		width:100%;
		padding-right: 0;
	}
	.careerBottom li a .more{
		height: 24px;
		line-height: 24px;
		width: 80px;
		font-size: 10px;
	}
	.back-top{
		right: 20px;
		bottom: 40px;
	}
	.careerBoxbottom .inbox .left{
		font-size: 16px;
	}
	.careerBoxbottom .inbox .more{
		font-size: 12px;
		height: 26px;
		line-height: 26px;
		width: 110px;
	}
}
/* =========

  招聘详情

  ========== */
.careerDetBox{
	padding-top: 190px;
	padding-left: 55px;
	border-left: 1px solid #e8e8e8;
} 
.comBox .title{
	font-size: 40px;
	color: #333333;
	line-height: 1.2;
	height: 48px;
	position: relative;
	z-index: 10;
	margin-bottom: 10px;
}
.comBox .en{
	font-size: 1.83rem;
	color: rgba(188,50,67,.8);
	margin-bottom: 40px;
}
.comBox .title .intitle{
	overflow: hidden;
	height: inherit;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.comBox .title:after{
display: none;
}
.careerDetBox .desc{
	margin-top: 40px;
	margin-bottom: 60px;
	font-size: 14px;
	color: #6c6c6c;
	line-height: 2;
	overflow: hidden;
}
.careerDetBox .back{
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	width: 102px;
	height: 30px;
	line-height: 30px;
	display: block;
	background-color: #f1d04e;
	border-radius: 30px;
	margin-bottom: 110px;
}
@media only screen  and (max-width: 1280px){
	.careerDetBox{
		padding-top: 160px;
		padding-left: 35px;
	}
	.comBox .title:after{
		left: -35px;
	}
}
@media only screen  and (max-width: 1023px){
	.comBox .title{
		font-size: 36px;
		height: 43px;
	}
	.careerDetBox{
		padding-top: 100px;
		padding-left: 30px;
	}
	.comBox .title:after{
		left: -30px;
	}
	.careerDetBox .desc{
		margin-top: 4%;
		margin-bottom: 6%;
	}
	.careerDetBox .back{
		margin-bottom: 11%;
	}
}
@media only screen  and (max-width: 800px){
	.comBox .title{
		font-size: 32px;
		height: 38px;
	}
	.careerDetBox{
		padding-top: 85px;
		padding-left: 25px
	}
	.comBox .title:after{
		left: -25px;
	}
}
@media only screen  and (max-width: 600px){
	.careerDetBox{
		padding-top: 75px;
		padding-left: 20px;
	}
	.comBox .title{
		font-size: 28px;
		height: 33px;
	}
	.comBox .title:after{
		left: -20px;
	}
}
@media only screen  and (max-width: 414px){
	.comBox .title{
		font-size: 24px;
		height: 28px;
	}
	.careerDetBox .back{
		font-size: 12px;
		height: 26px;
		width: 89px;
		line-height: 26px;
	}
	.careerDetBox{
		padding-left: 15px;
	}
	.comBox .title:after{
		left: -15px;
	}
}
@media only screen  and (max-width: 360px){
	.comBox .title{
		font-size: 20px;
		height: 24px;
	}
}
/* =========

  质量中心

  ========== */
  /*qualityUpper*/
.qualityUpper{
	padding-top: 170px;
	padding-bottom: 38px;
	padding-left: 55px;
	border-left: 1px solid #e8e8e8;
}
.qualityUpper ul{
	margin-top: 40px;
	font-size: 13px;
	color: #555555;
	line-height: 2;
	overflow: hidden;
}
.qualityUpper ul li{
	float: left;
	width: 44.7%;
	margin-bottom: 52px;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
	-webkit-transition-duration: .6s;
	-moz-transition-duration: .6s;
	-ms-transition-duration: .6s;
	-o-transition-duration: .6s;
	transition-duration: .6s;
	min-height: 55px;
	overflow: hidden;
}
.qualityUpper ul li:nth-child(2n+0){
	float: right;
}
.qualityUpper ul li[data-active="on"]{
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.qualityUpper ul li .left{
		float: left;
		width: 70px;
		display: none;
}
.qualityUpper ul li .left img{
	width: 55px;
	height: 55px;
}
.qualityUpper ul li .right{
	float: right;
	width: 100%;
}
.qualityUpper ul li .right .title2{
	font-size: 1.33rem;
	color: #636262;
	line-height: 24px;
	height: 24px;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin-bottom: 5px;
}
.qualityUpper ul li .right .content{
	font-size: 1rem;
	line-height: 2;
	color: #999999;
}
.qualityUpper .title,.qualityMiddle .title{
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	-webkit-transition-duration: .8s;
	-moz-transition-duration: .8s;
	-ms-transition-duration: .8s;
	-o-transition-duration: .8s;
	transition-duration: .8s;
}
.qualityUpper .title[data-active="on"],.qualityMiddle .title[data-active="on"]{
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
/*qualityUpper End*/
/*qualityMiddle*/
.qualityMiddle{
	padding-left: 55px;
	border-left: 1px solid #e8e8e8;
	padding-bottom: 80px;
}
.qualityMiddle .titlenone:after{
	display: none;
}
.qualityMiddle .desc{
	margin-top: 45px;
	margin-bottom: 80px;
	line-height: 2;
	overflow: hidden;
	font-size: 13px;
	color: #555555;
	-webkit-transition-duration: 2s;
	-moz-transition-duration: 2s;
	-ms-transition-duration: 2s;
	-o-transition-duration: 2s;
	transition-duration: 2s;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
}
.qualityMiddle .desc[data-active="on"]{
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.qualityMiddle .desc .left{
	float: left;
	width: 70px;
}
.qualityMiddle .desc .left img{
	width: 70px;
	height: 70px;
}
.qualityMiddle .desc .right{
	float: right;
	width: calc(100% - 100px);
	color: #000;
}
/*qualityMiddle ENd*/
@media only screen  and (max-width: 1280px){
	.qualityUpper,.qualityMiddle{
		padding-left: 35px;
	}
	.qualityUpper{
		padding-top: 150px;
		padding-bottom: 30px;
	}
	.qualityUpper ul{
		margin-top: 30px;
	}
	.qualityUpper ul li{
		margin-bottom: 40px;
	}
	.qualityMiddle .desc{
		margin-top: 40px;
		margin-bottom: 70px;
	}
	.qualityMiddle{
		padding-bottom: 65px;
	}
}
@media only screen  and (max-width: 1023px){
	.qualityUpper{
		padding-top: 100px;
		padding-bottom: 3%;
	}
	.qualityUpper, .qualityMiddle{
		padding-left: 30px;
	}
	.qualityUpper ul{
		margin-top: 3%;
	}
	.qualityUpper ul li{
		margin-bottom: 4%;
	}
	.qualityMiddle .desc{
		margin-top: 4%;
		margin-bottom: 7%;
	}
	.qualityMiddle{
		padding-bottom: 6.5%;
	}
}
@media only screen  and (max-width: 800px){
	.qualityUpper, .qualityMiddle{
		padding-left: 25px;
	}
}
@media only screen  and (max-width: 600px){
	.qualityUpper, .qualityMiddle{
		padding-left: 20px;
	}
	.qualityUpper{
		padding-top: 85px;
	}
	.qualityUpper ul li{
		float: none;
		width: 100%;
		margin-bottom: 3%;
	}
	.qualityMiddle .titlenone{
		height: auto;
	}
}
@media only screen  and (max-width: 414px){
	.qualityUpper, .qualityMiddle{
		padding-left: 15px;
	}
}
/*qualityBottom*/
.qualityBottom{
	width: 94%;
	max-width: 1470px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 130px;
	position: relative;
}
.qualityBottom:after{
	position: absolute;
	top: 0;
	left: 7.483%;
	width: 1px;
	height: 100%;
	background-color: #e8e8e8;
	z-index: -1;
}
.qualityBottom .left,.qualityBottom .right{
	float: left;
	width: 50%;
	padding-top: 90px;
	-webkit-transition-duration: 1.5s;
	-moz-transition-duration: 1.5s;
	-ms-transition-duration: 1.5s;
	-o-transition-duration: 1.5s;
	transition-duration: 1.5s;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
}
.qualityBottom .left{
	padding-left: 7.483%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	padding-right: 40px;
}
.qualityBottom .left .inbox{
	padding-left: 55px;
}
.qualityBottom .left .inbox .title:after{
	z-index: 1;
}
.qualityBottom .left .inbox .desc,.qualityBottom .right .desc{
	padding-top: 55px;
	padding-bottom: 90px;
	line-height: 2;
	overflow: hidden;
	color: #000;
	font-size: 13px;
}
.qualityBottom .right{
	background-color: #f7f7f7;
	padding-left: 55px;
	padding-right: 110px;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
.qualityBottom .right .title:after{
	display: none;
}
.qualityBottom .left[data-active="on"],.qualityBottom .right[data-active="on"]{
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.qualityBottom .left .title{
	color: #fffefe;
}
.qualityBottom .left .inbox .desc{
	color: #b0b0b0;
}
@media only screen  and (max-width: 1581px){
	.qualityBottom:after{
		left: calc(50% - 625px);
	}
	.qualityBottom .left{
		padding-left: calc(50% - 625px);
	}
}
@media only screen  and (max-width: 1350px){
	.qualityBottom:after{
		left: 0;
	}
	.qualityBottom .left{
		padding-left: 0;
	}
	.qualityBottom .left .inbox{
		padding-left: 35px;
	}
}
@media only screen  and (max-width: 1280px){
	.qualityBottom .right{
		padding-right: 70px;
	}
	.qualityBottom .left, .qualityBottom .right{
		padding-top: 70px;
	}
	.qualityBottom{
		padding-bottom: 110px;
	}
	.qualityBottom .left .inbox .desc, .qualityBottom .right .desc{
		padding-top: 45px;
		padding-bottom: 75px;
	}
}
@media only screen  and (max-width: 1023px){
	.qualityBottom .left .inbox{
		padding-left: 30px;
	}
	.qualityBottom .left, .qualityBottom .right{
		padding-top: 7%;
	}
	.qualityBottom .left{
		padding-right: 4%;
	}
	.qualityBottom .right{
		padding-left: 4%;
		padding-right: 4%;
	}
	.qualityBottom .left .inbox .desc, .qualityBottom .right .desc{
		padding-top: 4.5%;
		padding-bottom: 7.5%;
	}
	.qualityBottom{
		padding-bottom: 11%;
	}
}
@media only screen  and (max-width: 800px){
	.qualityBottom .left .inbox{
		padding-left: 25px;
	}
	.qualityBottom .left, .qualityBottom .right{
		float: none;
		width: 100%;
	}
}
@media only screen  and (max-width: 600px){
	.qualityBottom .left .inbox{
		padding-left: 20px;
	}
}
@media only screen  and (max-width: 414px){
	.qualityBottom .left .inbox{
		padding-left: 15px;
	}
	.qualityBottom{
		padding-bottom: 0;
	}
}
/*qualityBottom End*/
/* =========

  关于我们

  ========== */
.aboutupperBox{
	margin-top: 98px;
	padding-top: 92px;
	position: relative;
}
.aboutupperBox:after{
	content: "";
	position: absolute;
	top: 0px;
	left:0px;
	width: 100%;
	height: 900px;
	background-image: url(../images/bg09.jpg);
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
}
.aboutupperBox .inbox{
	padding-left: 50px;
	overflow: visible;
}
.aboutupperBox .my-swiper{
	margin-top: 40px;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	transition-duration: .5s;
	opacity: 0;
}
.aboutupperBox .my-swiper[data-active="on"]{
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.aboutupperBox .my-swiper .swiper-slide{
	border-right: 1px solid #fff;
}
.aboutupperBox .my-swiper .swiper-slide:last-child{
	border-right: 0;
}
.aboutupperBox .my-swiper .swiper-slide .d1{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	height: 46px;
	text-align: center;
	line-height: 46px;
	background-color: #f1d04e;
	cursor: pointer;
}
.aboutupperBox .my-swiper .active .d1{
	background-color: #fff;
	color: #f1d04e;
}
.aboutupperBox .my-swiper .choseul-prev{
	position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 10;
    text-align: center;
    line-height: 30px;
    font-family: "宋体";
    font-size: 16px;
    color: rgba(0,0,0,.6);
    display: none;
}
.aboutupperBox .my-swiper .choseul-next{
	position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 10;
    text-align: center;
    line-height: 30px;
    font-family: "宋体";
    font-size: 16px;
    color: rgba(0,0,0,.6);
    display: none;
}	
.aboutupperBox .inbox ul{
	margin-top: 40px;
}
.aboutupperBox .inbox ul li{
	float: left;
	width: 150px;
	border-right: 1px solid #fff;
}
.aboutupperBox .inbox ul li:last-child{
	border-right: 0;
}
.aboutupperBox .comBox .title{
	-webkit-animation: bounce 1.2s;
	-o-animation: bounce 1.2s;
	-moz-animation: bounce 1.2s;
	-ms-animation: bounce 1.2s;
	animation: bounce 1.2s;
}
.comBox .titledonghua{
	-webkit-animation: bounce 1.2s;
	-o-animation: bounce 1.2s;
	-moz-animation: bounce 1.2s;
	-ms-animation: bounce 1.2s;
	animation: bounce 1.2s;
}
@-webkit-keyframes bounce{  
	0% {
	    -webkit-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	    -moz-transform: translateY(-100%);
	    -o-transform: translateY(-100%);
	    transform: translateY(-100%);
	    opacity: 0;
	}
	100% {
	    -webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	    -moz-transform: translateY(0);
	    -o-transform: translateY(0);
	    transform: translateY(0);
	    opacity: 1;
	}
  
} 
@-moz-keyframes bounce{  
	0% {
	    -webkit-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	    -moz-transform: translateY(-100%);
	    -o-transform: translateY(-100%);
	    transform: translateY(-100%);
	    opacity: 0;
	}
	100% {
	    -webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	    -moz-transform: translateY(0);
	    -o-transform: translateY(0);
	    transform: translateY(0);
	    opacity: 1;
	}
  
} 
@-ms-keyframes bounce{  
	0% {
	    -webkit-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	    -moz-transform: translateY(-100%);
	    -o-transform: translateY(-100%);
	    transform: translateY(-100%);
	    opacity: 0;
	}
	100% {
	    -webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	    -moz-transform: translateY(0);
	    -o-transform: translateY(0);
	    transform: translateY(0);
	    opacity: 1;
	}
  
} 
@-o-keyframes bounce{  
	0% {
	    -webkit-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	    -moz-transform: translateY(-100%);
	    -o-transform: translateY(-100%);
	    transform: translateY(-100%);
	    opacity: 0;
	}
	100% {
	    -webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	    -moz-transform: translateY(0);
	    -o-transform: translateY(0);
	    transform: translateY(0);
	    opacity: 1;
	}
  
} 
@keyframes bounce{  
	0% {
	    -webkit-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	    -moz-transform: translateY(-100%);
	    -o-transform: translateY(-100%);
	    transform: translateY(-100%);
	    opacity: 0;
	}
	100% {
	    -webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	    -moz-transform: translateY(0);
	    -o-transform: translateY(0);
	    transform: translateY(0);
	    /*padding-bottom: 9px;*/
	    opacity: 1;
	}
  
}  
.aboutupperBox .comBox .title:after{
	left: -50px;
	background-color: #000;
	top: auto;
	bottom: 0;
	height: 200px;
}
.aboutupperBox .inbox ul li .d1{
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	height: 46px;
	text-align: center;
	line-height: 46px;
	background-color: #f1d04e;
	cursor: pointer;
}
.aboutupperBox .inbox ul .active .d1{
	background-color: #fff;
	color: #f1d04e;
}
.aboutupperBox .inbox .d2{
	background-color: #fff;
	display: none;
}
.aboutupperBox .inbox .d3{
	display: block;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	-moz-transition-duration: 1s;
	transition-duration: 1s;
	opacity: 0;
}
.aboutupperBox .inbox .d3[data-active="on"]{
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.aboutupperBox .inbox .d2 .left{
	float: left;
	width: 58%;
	padding: 45px 35px 40px 35px;
	line-height: 2;
	font-size: 1.33rem;
	color: #545454;
}
.aboutupperBox .inbox .d2 .right{
	float: right;
	width: 42%;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.aboutupperBox .inbox .d2 .right img{
	width: 100%;
}
.aboutupperBox .embedbox{
	height: 450px;
}
.aboutupperBox .wordtitle{
	text-align: center;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin-top: 90px;
	margin-bottom: 33px;
	/*opacity: 0;*/
}
.aboutupperBox .wordtitle2{
	-webkit-animation: bounce 1.2s;
    -o-animation: bounce 1.2s;
    -moz-animation: bounce 1.2s;
    -ms-animation: bounce 1.2s;
    animation: bounce 1.2s;
}
.aboutupperBox .video-con{
	max-width: 750px;
	/*opacity: 0;*/
}
.aboutupperBox .video-con2{
	-webkit-animation: flap 1.2s;
    -o-animation: flap 1.2s;
    -moz-animation: flap 1.2s;
    -ms-animation: flap 1.2s;
    animation: flap 1.2s;
}
@-webkit-keyframes flap{  
	0% {
	    -webkit-transform: translateX(-15%);
	    -ms-transform: translateX(-15%);
	    -moz-transform: translateX(-15%);
	    -o-transform: translateX(-15%);
	    transform: translateX(-15%);
	}
	30% {
	    -webkit-transform: translateX(15%);
	    -ms-transform: translateX(15%);
	    -moz-transform: translateX(15%);
	    -o-transform: translateX(15%);
	    transform: translateX(15%);
	}
	50% {
	    -webkit-transform: translateX(-6%);
	    -ms-transform: translateX(-6%);
	    -moz-transform: translateX(-6%);
	    -o-transform: translateX(-6%);
	    transform: translateX(-6%);
	}
	80% {
	   -webkit-transform: translateX(6%);
	    -ms-transform: translateX(6%);
	    -moz-transform: translateX(6%);
	    -o-transform: translateX(6%);
	    transform: translateX(6%);
	}
	100% {
	    -webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	    -moz-transform: translateX(0);
	    -o-transform: translateX(0);
	    transform: translateX(0);
	}
} 
@-moz-keyframes flap{  
	0% {
	    -webkit-transform: translateX(-15%);
	    -ms-transform: translateX(-15%);
	    -moz-transform: translateX(-15%);
	    -o-transform: translateX(-15%);
	    transform: translateX(-15%);
	}
	30% {
	    -webkit-transform: translateX(15%);
	    -ms-transform: translateX(15%);
	    -moz-transform: translateX(15%);
	    -o-transform: translateX(15%);
	    transform: translateX(15%);
	}
	50% {
	    -webkit-transform: translateX(-6%);
	    -ms-transform: translateX(-6%);
	    -moz-transform: translateX(-6%);
	    -o-transform: translateX(-6%);
	    transform: translateX(-6%);
	}
	80% {
	   -webkit-transform: translateX(6%);
	    -ms-transform: translateX(6%);
	    -moz-transform: translateX(6%);
	    -o-transform: translateX(6%);
	    transform: translateX(6%);
	}
	100% {
	    -webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	    -moz-transform: translateX(0);
	    -o-transform: translateX(0);
	    transform: translateX(0);
	}
} 
@-ms-keyframes flap{  
	0% {
	    -webkit-transform: translateX(-15%);
	    -ms-transform: translateX(-15%);
	    -moz-transform: translateX(-15%);
	    -o-transform: translateX(-15%);
	    transform: translateX(-15%);
	}
	30% {
	    -webkit-transform: translateX(15%);
	    -ms-transform: translateX(15%);
	    -moz-transform: translateX(15%);
	    -o-transform: translateX(15%);
	    transform: translateX(15%);
	}
	50% {
	    -webkit-transform: translateX(-6%);
	    -ms-transform: translateX(-6%);
	    -moz-transform: translateX(-6%);
	    -o-transform: translateX(-6%);
	    transform: translateX(-6%);
	}
	80% {
	   -webkit-transform: translateX(6%);
	    -ms-transform: translateX(6%);
	    -moz-transform: translateX(6%);
	    -o-transform: translateX(6%);
	    transform: translateX(6%);
	}
	100% {
	    -webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	    -moz-transform: translateX(0);
	    -o-transform: translateX(0);
	    transform: translateX(0);
	}
} 
@-o-keyframes flap{  
	0% {
	    -webkit-transform: translateX(-15%);
	    -ms-transform: translateX(-15%);
	    -moz-transform: translateX(-15%);
	    -o-transform: translateX(-15%);
	    transform: translateX(-15%);
	}
	30% {
	    -webkit-transform: translateX(15%);
	    -ms-transform: translateX(15%);
	    -moz-transform: translateX(15%);
	    -o-transform: translateX(15%);
	    transform: translateX(15%);
	}
	50% {
	    -webkit-transform: translateX(-6%);
	    -ms-transform: translateX(-6%);
	    -moz-transform: translateX(-6%);
	    -o-transform: translateX(-6%);
	    transform: translateX(-6%);
	}
	80% {
	   -webkit-transform: translateX(6%);
	    -ms-transform: translateX(6%);
	    -moz-transform: translateX(6%);
	    -o-transform: translateX(6%);
	    transform: translateX(6%);
	}
	100% {
	    -webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	    -moz-transform: translateX(0);
	    -o-transform: translateX(0);
	    transform: translateX(0);
	}
} 
@keyframes flap{  
	0% {
	    -webkit-transform: translateX(-15%);
	    -ms-transform: translateX(-15%);
	    -moz-transform: translateX(-15%);
	    -o-transform: translateX(-15%);
	    transform: translateX(-15%);
	}
	30% {
	    -webkit-transform: translateX(15%);
	    -ms-transform: translateX(15%);
	    -moz-transform: translateX(15%);
	    -o-transform: translateX(15%);
	    transform: translateX(15%);
	}
	50% {
	    -webkit-transform: translateX(-6%);
	    -ms-transform: translateX(-6%);
	    -moz-transform: translateX(-6%);
	    -o-transform: translateX(-6%);
	    transform: translateX(-6%);
	}
	80% {
	   -webkit-transform: translateX(6%);
	    -ms-transform: translateX(6%);
	    -moz-transform: translateX(6%);
	    -o-transform: translateX(6%);
	    transform: translateX(6%);
	}
	100% {
	    -webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	    -moz-transform: translateX(0);
	    -o-transform: translateX(0);
	    transform: translateX(0);
	}
} 
.aboutupperBox .mejs-overlay-button{
	background: none;
	height: 75px;
	width: 75px;
	background-color: #f1d04e;
	border-radius: 50%;
	margin-top: -37px !important;
	margin-left: -37px;
}
.aboutupperBox .mejs-overlay-button:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-left: 15px solid #fff;
    border-bottom: 12px solid transparent;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media only screen  and (max-width: 1280px){
	.aboutupperBox{
		padding-top: 70px;
	}
	.aboutupperBox .inbox{
		padding-left: 35px;
	}
	.aboutupperBox .comBox .title:after{
		left: -35px;
	}
}
@media only screen  and (max-width: 1024px){
	.aboutupperBox{
		margin-top: 50px;
		padding-top: 40px;
	}
	.aboutupperBox .inbox{
		padding-left: 30px;
	}
	.aboutupperBox .comBox .title:after{
		left: -30px;
	}
	.aboutupperBox .inbox ul{
		margin-top: 4%;
	}
	.aboutupperBox .inbox ul li{
		width: 130px;
	}
	.aboutupperBox .inbox ul li .d1{
		height: 40px;
		line-height: 40px;	
	}
	.aboutupperBox .inbox .d2 .left{
		padding: 4.5% 3.5% 4% 3.5%;
	}
}
@media only screen  and (max-width: 800px){
	.aboutupperBox .inbox ul li{
		width: 110px;
	}
	.aboutupperBox .inbox ul li .d1{
		height: 36px;
		line-height: 36px;	
	}
	.aboutupperBox .embedbox{
		height: 400px;
	}
}
@media only screen  and (max-width: 640px){
	.aboutupperBox .my-swiper .choseul-next,.aboutupperBox .my-swiper .choseul-prev{
		display: block;
	}
	.aboutupperBox .inbox .d2 .left,.aboutupperBox .inbox .d2 .right{
		float: none;
		width: 100%;
	}
	.aboutupperBox .inbox{
		padding-left: 20px;
	}
	.aboutupperBox .comBox .title:after{
		left: -20px;
	}
	.aboutupperBox .mejs-overlay-button{
		width: 50px;
		height: 50px;
		margin-top: -25px !important;
		margin-left: -25px;
	}
	.aboutupperBox .mejs-overlay-button:after{
		border-top: 7px solid transparent;
    	border-left: 10px solid #fff;
    	border-bottom: 7px solid transparent;
	}
	.aboutupperBox .embedbox{
		height: 350px;
	}
}
@media only screen  and (max-width: 414px){
	.aboutupperBox .inbox{
		padding-left: 0px;
	}
	.aboutupperBox .comBox .title:after{
		left: -5px;
	}
}
/*about-history*/
.about-history{
	margin-top: 90px;
}
.about-history .intitle{
	text-align: center;
}
.about-history .intitle .title{
	padding-top: 60px;
	height: 108px;
	display: inline-block;
}
.about-history .intitle .title:after{
	display: none;
}
.about-history .intitle .title:before{
	content: "";
	position: absolute;
	top: 0;
	left: -270px;
	height: 60px;
	width: 270px;
	border: 1px solid #000;
	border-top: 0;
	border-right: 0;
}
.about-history .history-swiper{
	margin-top: 90px;
	margin-bottom: 60px;
}
.about-history .history-swiper .swiper-slide {
	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;
text-align: center;
}
.about-history .history-swiper .swiper-slide .img{
	width: 215px;
	height: 215px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	border-radius: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.about-history .history-swiper .swiper-slide .title{
	font-size: 1.83rem;
	color: #f1d04e;
	margin-bottom: 10px;
}
.about-history .history-swiper .swiper-slide .content{
	font-size: 1.33rem;
	color: #7d7d7d;
}
.about-history .history-swiper .history-prev,.about-history .history-swiper .history-next{
	position: absolute;
	top: 50%;
	width: 14px;
	height: 14px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	z-index: 10;
	cursor: pointer;
}
.about-history .history-swiper .swiper-button-disabled{
	display: none;
}
.about-history .history-swiper .history-next{
	right: 3px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -8px;
	display: block;
}
.about-history .history-swiper .history-prev{
	left: 3px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin-top: -8px;
}

.about-history .item{
	padding-left: 28px;
	padding-right: 28px;
	position: relative;
	margin-bottom: 4%;
	display: none;
}
.about-history .item:after{
	content: "";
	position: absolute;
	top: 0;
	left: 11px;
	background-color: #000;
	width: 1px;
	height: 50%;
	margin-top: -15px;
}
.about-history .item:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 11px;
	background-color: #000;
	width: 1px;
	height: 50%;
	margin-bottom: -15px;
}
.about-history .item .data1{
	font-size: 22px;
	font-family: "ziti";
}
.about-history .item .desc{
	font-size: 13px;
    color: #000;
    line-height: 2;
    overflow: hidden;
    margin-top: 3px;
    margin-bottom: 15px;
}
.about-history .item .yuan{
	position: absolute;
	width: 14px;
	height: 14px;
	border: 1px solid #f1d04e;
	border-radius: 50%;
	top: 50%;
	left: 4px;
	margin-top: -7px;
}
.about-history .item .yuan:after{
	content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    margin-left: -3px;
    border-radius: 50%;
    background-color: #f1d04e;
}
.about-history .item .yuan:before{
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #f1d04e;
	-webkit-animation:mymove 2s infinite;
	-moz-animation:mymove 2s infinite;
	-ms-animation:mymove 2s infinite;
	-o-animation:mymove 2s infinite;
	animation:mymove 2s infinite;
}
.about-history .item:nth-child(2n+0) .yuan{
	left: auto;
	right: 4px;
}
.about-history .item:nth-child(2n+0):before,.about-history .item:nth-child(2n+0):after{
	left: auto;
	right: 11px;
}
.about-history .item:nth-child(2n+0) .data1,.about-history .item:nth-child(2n+0) .desc{
	text-align: right;
}
@media only screen  and (max-width: 1280px){
	.about-history .history-swiper{
		margin-top: 75px;
		margin-bottom: 45px;
	}
}
@media only screen  and (max-width: 1024px){
	.about-history .history-swiper{
		margin-top: 7%;
		margin-bottom: 4%;
	}
	.about-history .history-swiper .history-next{
		margin-top: -6px;
	}
	.about-history .intitle .title{
		padding-top: 45px;
		height: 93px;
	}
	.about-history .intitle .title:before{
		height: 45px;
		width: 220px;
		left: -245px;
	}
	.about-history{
		margin-top: 9%;
	}
}
@media only screen  and (max-width: 800px){
	.about-history .history-swiper .history-next{
		margin-top: -8px;
	}
	.about-history .intitle .title{
		padding-top: 38px;
		height: 86px;
	}
	.about-history .intitle .title:before{
		height: 38px;
		width: 170px;
		left: -195px;
	}
}
@media only screen  and (max-width: 600px){
	.about-history .item{
		display: block;
		margin-bottom: 0;
	}
	.about-history .intitle .title{
		padding-top: 30px;
		height: 78px;
	}
	.about-history .intitle .title:before{
		height: 30px;
		width: 120px;
		left: -145px;
	}
	.about-history .item:nth-child(2n+0) .yuan{
		left: 4px;
		right: auto;
	}
	.about-history .item:nth-child(2n+0) .data1, .about-history .item:nth-child(2n+0) .desc{
		text-align: left;
	}
	.about-history .item:nth-child(2n+0):before, .about-history .item:nth-child(2n+0):after{
		left: 11px;
		right: auto;
	}
}
@media only screen  and (max-width: 414px){
	.about-history .intitle .title{
		padding-top: 22px;
		height: 70px;
	}
	.about-history .intitle .title:before{
		height: 22px;
		width: 80px;
		left: -105px;
	}
}
/*about-history End*/
/*about-key*/
.about-key .intitle{
	text-align: center;
}
.about-key .intitle .title{
	padding-top: 110px;
	height: 158px;
	display: inline-block;
}
.about-key .intitle .title:after{
	display: none;
}
.about-key .intitle .title:before{
	content: "";
    position: absolute;
    top: 12px;
    left: calc(100% + 20px);
    height: 120px;
    width: 170px;
    border: 1px solid #000;
    border-top: 0;
	border-left: 0;
}
.about-key .keyul{
	margin-top: 100px;
}
.about-key .keyul li{
	float: left;
	width: 25%;
	margin-bottom: 70px;
	height: 140px;
	line-height: 2;
	color: #f1d04e;
	font-family: "ziti";
	overflow: hidden;
	text-align: center;
}
.about-key .keyul li img{
	width: 71px;
	height: 71px;
	margin-bottom: 8px;
}
@media only screen  and (max-width: 1280px){
	.about-key .intitle .title{
		padding-top: 90px;
		height: 138px;
	}
	.about-key .intitle .title:before{
		height: 100px;
		width: 160px;
	}
	.about-key .keyul li{
		margin-bottom: 60px;
	}
	.about-key .keyul{
		margin-top: 80px;
	}
}
@media only screen  and (max-width: 1024px){
	.about-key .keyul li{
		width: 33.333%;
		margin-bottom: 6%;
	}
	.about-key .intitle .title{
		padding-top: 70px;
		height: 118px;
	}
	.about-key .intitle .title:before{
		height: 90px;
		width: 140px;
		top: 6px;
	}
	.about-key .keyul{
		margin-top: 8%;
	}
}
@media only screen  and (max-width: 700px){
	.about-key .intitle .title{
		padding-top: 50px;
		height: 88px;
	}
	.about-key .intitle .title:before{
		height: 70px;
		width: 120px;
		top: 0px;
	}
	.about-key .keyul li{
		width: 50%;
	}
}
@media only screen  and (max-width: 414px){
	.about-key .intitle .title{
		padding-top: 30px;
		height: 63px;
	}
	.about-key .intitle .title:before{
		height: 42px;
		width: 90px;
		top: 3px;
		left: calc(100% + 10px);
	}
	.about-key .keyul li{
		float: none;
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
}
/*about-key End*/

/*aboutglobal*/
.aboutglobal{
	padding-top: 40px;
	background-color: #f5f5f5;
	padding-bottom: 85px;
}
.aboutglobal .intitle{
	padding-left: 10%;	
}
.aboutglobal .inbox{
	overflow: visible;
}
.aboutglobal .intitle .title{
	padding-top: 35px;
	display: inline-block;
	height: 83px;
}
.aboutglobal .intitle .title:before{
	content: "";
	position: absolute;
	bottom: 100%;
	left: 0;
	height: 90px;
	width: 150%;
	border-bottom: 1px solid #f1d04e;
	border-right: 1px solid #f1d04e;
}
.aboutglobal .intitle .title:after{
	display: none;
}
.aboutglobal .content{
	margin-top: 35px;
	color: #000;
	line-height: 2;
}
@media only screen  and (max-width:800px){
	.aboutglobal{
		padding-top: 35px;
		padding-bottom: 8.5%;
	}
	.aboutglobal .intitle .title{
		height: 63px;
		padding-top: 25px;
	}
	.aboutglobal .content{
		margin-top: 4%;
	}
}
@media only screen  and (max-width:600px){
	.aboutglobal{
		padding-top: 30px;
		margin-top: 4%;
	}
	.aboutglobal .intitle .title{
		height:53px;
		padding-top: 20px;
	}
	.aboutglobal .intitle .title:before{
		height: 60px;
	}
}
@media only screen  and (max-width:414px){
	.aboutglobal .intitle .title:before{
		height: 40px;
	}
	.aboutglobal{
		padding-top: 25px;
	}
	.aboutglobal .intitle .title{
		height: 43px;
		padding-top: 15px;
	}
}
/*aboutglobal End*/



/* =========

  产品

  ========== */
.productBox{
	margin-top: 175px;
	margin-bottom: 20px;
}
.productBox li{
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 60px;
	-webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}
.productBox li[data-active="on"]{
	-webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.productBox li:nth-child(3n+0){
	margin-right: 0;
}
.productBox li a{
	display: block;
}
.productBox li a .imgbox{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	border: 1px solid #ededed;
}
.productBox li a .imgbox img{
	width: 100%;
}
.productBox li a .title{
	font-size: 24px;
	color: #404040;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	margin-top: 24px;
}
.productBox li a .line{
	width: 28px;
	height: 2px;
	background-color: #f1d04e;
	margin: 20px 0;
}
.productBox li a .desc{
	font-size: 13px;
	color: #000;
	line-height: 1.6;
	height: 40px;
	overflow: hidden;
}
.productBox li a .more{
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	text-align: center;
	width: 102px;
	height: 30px;
	line-height: 30px;
	background-color:  #f1d04e;
	border-radius: 15px;
	margin-top: 20px;
}
@media only screen  and (min-width: 500px){
	.productBox li a .imgbox:hover{
		opacity: 0.7;
	}
}
@media only screen  and (max-width: 1280px){
	.productBox li{
		width: 31.333%;
		margin-right: 3%;
		margin-bottom: 45px;
	}
}
@media only screen  and (max-width: 1024px){
	.productBox li{
		width: 32%;
		margin-right: 2%;
		margin-bottom: 4.5%;
	}
	.productBox li a .title{
		font-size: 20px;
		height: 24px;
		line-height: 24px;
		margin-top: 18px;
	}
	.productBox li a .line{
		margin: 15px 0;
	}
	.productBox li a .more{
		margin-top: 15px;
	}
}
@media only screen  and (max-width: 1023px){
	.productBox{
		margin-top: 105px;
	}
}
@media only screen  and (max-width: 800px){
	.productBox{
		margin-top: 90px;
	}
	.productBox li{
		width: 49%;
	}
	.productBox li:nth-child(3n+0){
		margin-right: 2%;
	}
	.productBox li:nth-child(2n+0){
		margin-right: 0;
	}
}
@media only screen  and (max-width: 600px){
	.productBox{
		margin-top:80px;
	}
	.productBox li a .title{
		font-size: 18px;
		height: 22px;
		line-height: 22px;
		margin-top: 12px;
	}
	.productBox li a .line{
		margin: 11px 0;
	}
	.productBox li a .desc{
		font-size: 12px;
	}
	.productBox li a .more{
		margin-top: 10px;
		font-size: 12px;
	}
}
@media only screen  and (max-width: 414px){
	.productBox li{
		width: 100%;
	}
	.productBox li:nth-child(3n+0){
		margin-right: 0;
	}
}
/* =========

  产品详细

  ========== */
.allbg{
	margin-top: 96px;
	margin-left: auto;
	margin-right: auto;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 300px;
}
.proDetBox{
	position: relative;
	margin-bottom: 60px;
}
.proDetBox:after{
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left: 77.6%;
	background-color: #dadada;
}
.proDetBox .left{
	float: left;
	width: 77.6%;
	padding-right: 50px;
}
.proDetBox .right{
	float: right;
	width: 22.4%;
}
.proDetBox .left .titlebox{
	margin-top: 68px;
}
.proDetBox .left .titlebox .title{
	float: left;
	width: calc(100% - 130px);
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.proDetBox .left .titlebox .more{
	float: right;
	border-radius: 20px;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background-color: #f1d04e;
	width: 128px;
}
.proDetBox .left .line{
	width: 50px;
	height: 2px;
	background-color: #f1d04e;
	margin: 30px 0;
}
.proDetBox .left .desc{
	font-size: 14px;
	color: #6c6c6c;
	line-height: 2;
	overflow: hidden;
	margin-bottom: 40px;
}
.proDetBox .left .lnav .li1{
	color: #000000;
	font-size: 30px;
	font-family: "ziti";
	padding-left: 40px;
	background-image: url(../images/icon07.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.proDetBox .left .lnav li{
	margin-bottom: 25px;
}
.proDetBox .left .lnav li a{
	display: block;
	font-size: 16px;
	color:#f1d04e;
	position: relative;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding-left: 40px;
}
.proDetBox .left .lnav li a:before{
	content: "";
	background-image: url(../images/icon08.png);
	background-repeat: no-repeat;
	background-position: left center;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
}
.proDetBox .right .select{
	display: none;
}
.proDetBox .right .title{
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #dadada;
	padding-left: 25px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.proDetBox .right .rnav{
	padding: 25px;
	background-color: #f5f5f5;
}
.proDetBox .right .rnav li{
	margin-bottom: 12px;
}
.proDetBox .right .rnav li a{
	display: block;
	font-size: 14px;
	color: #000;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.proDetBox .right .rnav .active a{
	color:#f1d04e;
	font-weight: bold;
}
@media only screen  and (min-width: 500px){
	.proDetBox .right .rnav li:hover a{
		color: #f1d04e;
	}
}
@media only screen  and (max-width: 1280px){
	.proDetBox .left .titlebox{
		margin-top: 50px;
	}
	.proDetBox .left .line{
		margin: 25px 0;
	}
	.proDetBox .left .desc{
		margin-bottom: 32px;
	}
	.proDetBox .left .lnav li{
		margin-bottom: 20px;
	}
	.proDetBox .right .title{
		height: 60px;
		line-height: 60px;	
		padding-left: 20px;
	}
	.proDetBox .right .rnav{
		padding: 20px;
	}
	.allbg{
		height: 280px;
	}
}
@media only screen  and (max-width: 1024px){
	.allbg{
		margin-top: 50px;
		height: 250px;
	}
	.proDetBox .left{
		float: none;
		width: 100%;
		padding-right: 0;
	}
	.proDetBox .right{
		float: none;
		width: 100%;
		position: relative;
		padding: 10px;
		background-color: #efeef4;
	}
	.proDetBox .right:after{
		content: "";
		border-style: solid;
		border-width: 5px;
		border-color: #f1d04e transparent transparent transparent;
		position: absolute;
		right: 6%;
		top: 50%;
		margin-top: -2px;
	}
	.proDetBox:after,.proDetBox .right .title,.proDetBox .right .rnav{
		display: none;
	}
	.proDetBox .right .select{
		display: block;
		width: 100%;
		height: 36px;
		border: 0;
		color: #ababab;
		font-size: 14px;
		background-color: #fff;
		padding: 0 3%;
		border-radius: 3px;
		position: relative;
	}
	.proDetBox .right .select .word{
		display: block;
		height: 36px;
		line-height: 36px;
				color: #ababab;
		font-size: 14px;
	}
	.proDetBox .right .select .sub{
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		background-color: #fff;
		z-index: 11;
		border:1px solid #f6f6f6;
		display: none;
	}
	.proDetBox .right .select .sub a{
		display: block;
		height: 30px;
		line-height: 30px;
		padding: 0 3%;
				color: #ababab;
		font-size: 14px;
	}
	
/* 	.proDetBox .right select option:first-child{
	display: none;
} */
	.proDetBox .left .titlebox{
		margin-top: 5%;
	}
	.proDetBox{
		margin-bottom: 6%;
	}
	.proDetBox .left .lnav li{
		margin-bottom: 2%;
	}
}
@media only screen  and (max-width: 800px){
	.allbg{
		height: 210px;
	}
}
@media only screen  and (max-width: 600px){
	.allbg{
		height:180px;
	}
	.proDetBox .left .line{
		margin: 18px 0;
	}
	.proDetBox .left .desc{
		margin-bottom: 5%;
	}
	.proDetBox .left .lnav .li1{
		font-size: 20px;
		-webkit-background-size: 19px 23px;
		background-size: 19px 23px;
		padding-left: 25px;
	}
	.proDetBox .left .lnav li a{
		font-size: 14px;
		padding-left: 25px;
	}
	.proDetBox .left .lnav li a:before{
		-webkit-background-size: 15px;
		background-size: 15px;
	}
	
}
@media only screen  and (max-width: 414px){
	.allbg{
		height:140px;
	}
	.proDetBox .left .titlebox .more{
		height: 30px;
		line-height: 30px;
		width: 107px;
		font-size: 12px;
	}
	.proDetBox .left .line{
		margin: 10px 0; 
	}
	.proDetBox .left .titlebox .title{
		width: calc(100% - 110px);
	}
}


.comLineBox{
	position: relative;
}
.comLineBox .hrefline{
	position: absolute;
    top: -90px;
    left: 0;
    width: 1px;
    height: 1px;
}
@media only screen and (max-width: 1023px){
	.comLineBox .hrefline {
	    top: -55px;
	}
}


/*搜索*/
.search-main img{ max-width:100%;}
.search-main {
	width: 94%;
	max-width: 1200px;
	margin: auto;
	padding: 30px 0;
	min-height:600px;
	margin-top:100px;
}
.search-main .list{ margin-bottom:30px;}
.search-main .type {
	line-height: 50px;
	font-size: 30px;
	color: #000;
	font-weight: bold;
}

.search-main .list ul li {
	width: calc(97% / 2);
	margin-right: 3%;
	float: left;
	display: block;
	overflow: hidden;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	padding:30px 0;
}
.search-main .list ul li:nth-child(2n){
	margin-right: 0;
}

.search-main .list ul li.nothing {
	width: 100%;
	height: 100px;
	border: 0px;
	line-height: 100px;
	text-align: center;
	font-size: 18px;
	color: #999;
}


.search-main .list ul li a .text .title {
	font-size: 18px;
	margin-bottom: 10px;
}

.search-main .list ul li a .text .demo {
	font-size: 12px;
	opacity: .7;
	line-height: 1.8;
	margin-bottom: 20px;
}

.search-main .list ul li a .text .rq {
	font-size: 14px;
	opacity: .7;
	line-height: 1.8;
	margin-bottom: 15px;
}
.search-main .list ul li a .tu{ margin-bottom:20px;}
@media only screen and (min-width:600px) {
.search-main .list ul li a {

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal;
}

.search-main .list ul li a .tu{ width:200px; margin-right:30px; margin-bottom:0px;}
.search-main .list ul li a .text {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-flex: 1;
}
}

.search-main .list ul li a span {
	float: right;
	margin-right: 20px;
}

.search-main .list ul li a:hover {
	color: #f1d04e;
}
@media only screen and (max-width:800px) {
.search-main{ margin-top:60px;}
}
@media only screen and (max-width:500px) {
.search-main .type {
	font-size: 22px;
}
.search-main {
	min-height:auto;
}
.search-main .list ul li {
	width: 100%;
}

}


/*公众号*/
.weixincode{
	float: right;
}
.weixincode .img{
	background-position:center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 130px;
	height: 130px;
	margin-bottom: 15px;
}
.weixincode .word{
	font-size: 1.16rem;
	color: #fff;
	text-align: center;
}


/*首页简介*/
.inabout{
	padding-top: 90px;
	padding-bottom: 150px;
	overflow: visible;
}
.inabout .left{
	max-width: 625px;
	float: left;
	transition: all .8s ease;
	transform: translate3d(-100%,0,0);
	opacity: 0;
}
.inabout.on .left{
	transform: translate3d(0,0,0);
	opacity: 1;
}
.inabout .left .en{
	font-size: 2rem;
	color: #f1d04e;
	margin-bottom: 5px;
}
.inabout .left .cn{
	font-size: 3rem;
	color: #636262;
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 40px;
	display: block;
}
.inabout .left .cn:after{
	content: "";
	width: 50px;
	height: 2px;
	background-color: #f1d04e;
	position: absolute;
	left: 0;
	bottom: 0;
}
.inabout .left .demo{
	font-size: 1.16rem;
	color: #666666;
	line-height: 2.5;
	margin-bottom: 30px;
}
.inabout .left .more{
	width: 160px;
	height: 45px;
	line-height: 45px;
	background-color: #f1d04e;
	font-size: 1.16rem;
	color: #ffffff;
	font-weight: bold;
	border-radius: 50px;
	display: block;
	text-align: center;
}
.inabout .right{
	float: right;
	width: 560px;
	position: relative;
}
.inabout .right .img{
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: calc(352 / 560 * 100%);
	position: relative;
	z-index: 11;
	transition: all .8s ease;
	transform: translate3d(0,50%,0);
	opacity: 0;
	transition-delay: .3s;
}
.inabout.on .right .img{
	transform: translate3d(0,0,0);
	opacity: 1;
}
.inabout .right .color{
	position: absolute;
	z-index: 10;
	width: 89%;
	height:50%;
	background-color: #f1d04e;
	left: 0;
	bottom: 0;
		transition: all .5s ease;
	transform: translate3d(0,100%,0);
	opacity: 0;
	display: none;
}
.inabout.on .right .color{
	transform: translate3d(0,0,0);
	opacity: 1;
}
@media only screen and (max-width:1600px){
.inabout {
    padding-top: 80px;
    padding-bottom: 120px;
}
}
@media only screen and (max-width:1440px){
.inabout {
    padding-top: 70px;
    padding-bottom: 100px;
}
}
@media only screen and (max-width:1280px){
.inabout {
    padding-top: 60px;
    padding-bottom: 80px;
}
}
@media only screen and (max-width:1024px){
.inabout {
    padding-top: 40px;
    padding-bottom: 60px;
}
.inabout .left {
    max-width: none;
    width: 100%;
    float: none;
    margin-bottom: 6%;
}
.inabout .right {
	display: none;
    float: none;
    width: 100%;
    position: relative;
}
.inabout .left .cn {
    font-size: 2.5rem;
    margin-bottom: 3%;
}
.inabout .left .demo {
    margin-bottom: 3%;
    line-height: 2;
}
}
@media only screen and (max-width:800px){
.inabout {
    padding-top: 3%;
    padding-bottom: 4%;
}
.inabout .left .more {
    width: 120px;
    height: 35px;
    line-height: 35px;
}
}


/*首页作品*/
.inproduct{
	max-width: 1250px;
	margin-left: auto;
	margin-right: auto;
	padding: 125px 0;
	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;
position: relative;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    -ms-transition-duration: 1.5s;
    -moz-transition-duration: 1.5s;
    transition-duration: 1.5s;
}
.inproduct.on{
-webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.inproduct .img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-position:center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.inproduct .main{
	position: relative;
	z-index: 11;
	text-align: center;
}
.inproduct .main .cn{
	font-size: 2.5rem;
	color: #fff;
	margin-bottom: 10px;
}
.inproduct .main .en{
	font-size: 1.33rem;
	color: #9a9a9a;
	margin-bottom: 40px;
}
.inproduct .main .more{
	width: 150px;
	height: 45px;
	line-height: 45px;
	background-color: #f1d04e;
	font-size: 1.16rem;
	color: #ffffff;
	font-weight: bold;
	border-radius: 50px;
	display: block;
	text-align: center;
}
@media only screen and (max-width:1600px){
.inproduct{
	padding: 100px 0;
}
}
@media only screen and (max-width:1440px){
.inproduct{
	padding: 80px 0;
}
}
@media only screen and (max-width:1280px){
.inproduct{
	padding: 60px 0;
}
}
@media only screen and (max-width:1024px){
.inproduct{
	padding: 40px 0;
}
.inproduct .main .en {
	font-size: 1.16rem;
    margin-bottom: 20px;
}
.inproduct .main .cn {
    font-size: 2rem;
}
.inproduct .main .more {
    width: 120px;
    height: 35px;
    line-height: 35px;
    font-size: 1.16rem;
}
}



/*首页核心业务*/
.inquality{
	padding-top: 150px;
	padding-bottom: 80px;
	border-bottom: 1px solid #e1e1e1;
	visibility: visible;
}
.inquality .left{
	width: 600px;
	float: left;
	position: relative;
}
.inquality .left .img{
	display: block;
	background-position:center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: calc(360 / 600 * 100%);
	position: relative;
	z-index: 11;
	transition: all .8s ease;
	transition-delay: .2s;
	transform: translate3d(0,50%,0);
	opacity: 0;
	visibility: hidden;
}
.inquality.on .left .img{
	transform: translate3d(0,0,0);
	opacity: 1;
	visibility: visible;
}
.inquality .left .color{
	width: 90%;
		background-color: #f1d04e;
	height: 50%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	transition: all .8s ease;
		transform: translate3d(0,100%,0);
	opacity: 0;
	visibility: hidden;
	display: none;
}
.inquality.on .left .color{
	transform: translate3d(0,0,0);
	opacity: 1;
	visibility: visible;
}
.inquality .right{
	float: right;
	width: 545px;
	transition: all .8s ease;
	transform: translate3d(100%,0,0);
	opacity: 0;
	visibility: hidden;
}
.inquality.on .right{
		transform: translate3d(0,0,0);
	opacity: 1;
	visibility: visible;
}
.inquality .right .en{
	font-size: 2rem;
	color: #f1d04e;
	margin-bottom: 15px;
}
.inquality .right .cn{
	font-size: 3rem;
	color: #636262;
	margin-bottom: 50px;
	display: block;
}
.inquality .right .qlist .li{
	position: relative;
	margin-bottom: 8px;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
}
.inquality .right .qlist .li .ico{
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	display: none;
}
.inquality .right .qlist .li .cn{
	font-size: 1.33rem;
	color: #636262;
	display: inline-block;
	*display: inline;
	*zoom: 1;
    -webkit-box-flex: 1;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
margin-bottom: 0;
}
.inquality .right .qlist .li .en{
	font-size: 14px;
		display: inline-block;
	*display: inline;
	*zoom: 1;
	color: #d2d1d1;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
margin-bottom: 0;
}
@media only screen and (max-width:1600px){
.inquality {
    padding-top: 120px;
    padding-bottom: 70px;
}
}
@media only screen and (max-width:1440px){
.inquality {
    padding-top: 100px;
    padding-bottom: 60px;
}
}
@media only screen and (max-width:1280px){
.inquality {
    padding-top: 70px;
    padding-bottom: 50px;
}
.inquality .left{
	width: 400px;
}
.inquality .right .en {
    margin-bottom: 2%;
}
.inquality .right .cn {
    font-size: 2.5rem;
    margin-bottom: 3%;
}
}
@media only screen and (max-width:1024px){
.inquality {
    padding-top: 50px;
    padding-bottom: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse; 
}
.inquality .left{
	width: 100%;
	float: none;
}
.inquality .right {
    float:none;
    width: 100%;
    margin-bottom: 3%;
}
}
@media only screen and (max-width:800px){
.inquality {
    padding-top: 3%;
    padding-bottom: 3%;
}
}
@media only screen and (max-width:414px){
.inquality .right .cn {
    font-size: 2rem;
}
.inquality .right .qlist .li {
     height: auto; 
   line-height: auto; 
}
.inquality .right .qlist .li .cn{
	display: block;
	height: 25px;
	line-height: 25px;
}
.inquality .right .qlist .li .en{
	display: block;
	height: 25px;
	line-height: 25px;
}
}


/*首页方法论*/
.infaq{
	overflow: visible;
	padding-top: 70px;
	padding-bottom: 70px;
}
.infaq .entheme{
 font-size: 2rem;
    color: #f1d04e;
    margin-bottom: 15px;
	display: block;
}
.infaq .theme{
	font-size: 3rem;
	color: #3f3f3f;
	margin-bottom: 30px;
	display: block;
}
.infaq .classmsg{
	font-size: 1.16rem;
	color: #666666;
	margin-bottom: 70px;
	line-height: 2;
}
.infaq .if-list .lif{
	width: calc((100% - 480px) / 7);
	margin-right: 80px;
	margin-bottom: 30px;
	float: left;
}
.infaq .if-list .lif:nth-child(7n){
	margin-right: 0;
}
.infaq .if-list .lif .mainbox{
	padding-top: 100%;
	position: relative;
	background-color: #e0e0e0;
		transition: all 0.3s ease-out 0s;
	transform: translateX(50%);
	opacity: 0;
	visibility: hidden;
}
.infaq .if-list.on .lif .mainbox{
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}
.infaq .if-list .lif .mainbox .main{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding-top: 25px;
	padding-left: 20px;
	transition: all .5s ease;
	transform: translate3d(0,0,0);
	overflow: hidden;
}
.infaq .if-list .lif .mainbox .main .title{
	font-size: 1.33rem;
	color: #fff;
}
.infaq .if-list .lif .mainbox .main .num{
	position: absolute;
	right: 10px;
	bottom: -20px;
	font-size: 4.83rem;
	color: #fff;
	font-weight: bold;
}
.contactbg{
	height: 145px;
	line-height: 145px;
	text-align: center;
	font-size: 2rem;
	color: #fff;
}
@media only screen and (min-width: 601px){
.infaq .if-list .lif:hover .mainbox .main{
	background-color: #f1d04e;
	transform: translate3d(20px,20px,0);
}
.infaq .if-list .lif:hover .mainbox .main .title{
    color: #fff;
}
.infaq .if-list .lif:hover .mainbox .main .num{
    color: #fff;
}
}
@media only screen and (max-width:1600px){
.infaq {
    padding-top: 60px;
    padding-bottom: 60px;
}
}
@media only screen and (max-width:1440px){
.infaq {
    padding-top: 50px;
    padding-bottom: 50px;
}
.infaq .classmsg {
    margin-bottom: 50px;
}
}
@media only screen and (max-width:1360px){
.infaq .if-list .lif .mainbox .main .num {
    font-size: 4.5rem;
}
.infaq .if-list .lif {
    width: calc((100% - 420px) / 7);
    margin-right: 70px;
}
}
@media only screen and (max-width:1280px){
.infaq {
    padding-top: 40px;
    padding-bottom: 40px;
}
.infaq .theme {
    font-size: 2.5rem;
}
.infaq .classmsg {
    margin-bottom: 30px;
}
.infaq .if-list .lif {
    width: calc((100% - 360px) / 7);
    margin-right: 60px;
}
.contactbg {
    height: 120px;
    line-height: 120px;
}
}
@media only screen and (max-width:1024px){
.infaq {
    padding-top: 3%;
    padding-bottom: 3%;
}
.infaq .theme {
    margin-bottom: 3%;
}
.infaq .classmsg {
    margin-bottom: 3%;
}
.infaq .if-list .lif .mainbox .main .num {
    font-size: 3.5rem;
}
.infaq .if-list .lif {
    width: calc((100% - 250px) / 6);
    margin-right: 50px;
}
.infaq .if-list .lif:nth-child(7n){
    margin-right: 50px;
}
.infaq .if-list .lif:nth-child(6n){
	margin-right: 0;
}
.contactbg {
    height: 100px;
    line-height: 100px;
}
.weixincode{
	display: none;
}
}
@media only screen and (max-width:800px){
.infaq .if-list .lif {
    width: calc((100% - 160px) / 5);
    margin-right: 40px;
}
.infaq .if-list .lif:nth-child(7n){
    margin-right: 40px;
}
.infaq .if-list .lif:nth-child(6n){
	margin-right: 40px;
}
.infaq .if-list .lif:nth-child(5n){
	margin-right: 0;
}
.infaq .if-list .lif .mainbox .main{
	padding-top: 10px;
	padding-left: 10px;
}
}
@media only screen and (max-width:640px){
.infaq .if-list .lif {
    width: calc((100% - 90px) / 4);
    margin-right: 30px;
}
.infaq .if-list .lif:nth-child(7n){
    margin-right: 30px;
}
.infaq .if-list .lif:nth-child(6n){
	margin-right: 30px;
}
.infaq .if-list .lif:nth-child(5n){
	margin-right: 30px;
}
.infaq .if-list .lif:nth-child(4n){
	margin-right: 0;
}
.contactbg {
    height: 80px;
    line-height: 80px;
}
}
@media only screen and (max-width:414px){
.infaq .theme {
    font-size: 2rem;
}
.infaq .if-list{
	display: none;
}
.infaq .if-list .lif {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
}
.infaq .if-list .lif:nth-child(7n){
    margin-right: 30px;
}
.infaq .if-list .lif:nth-child(6n){
	margin-right: 30px;
}
.infaq .if-list .lif:nth-child(5n){
	margin-right: 30px;
}
.infaq .if-list .lif:nth-child(4n){
	margin-right:30px;
}
.infaq .if-list .lif:nth-child(3n){
	margin-right:0;
}
.infaq .if-list .lif .mainbox .main .num {
    font-size: 3rem;
	right: 3%;
	bottom: 3%;
}
}
@media only screen and (max-width:375px){
.infaq .if-list .lif {
    width: calc((100% - 30px) / 2);
    margin-right: 30px;
}
.infaq .if-list .lif:nth-child(7n){
    margin-right: 30px;
}
.infaq .if-list .lif:nth-child(6n){
	margin-right: 30px;
}
.infaq .if-list .lif:nth-child(5n){
	margin-right: 30px;
}
.infaq .if-list .lif:nth-child(4n){
	margin-right:30px;
}
.infaq .if-list .lif:nth-child(3n){
	margin-right:30px;
}
.infaq .if-list .lif:nth-child(2n){
	margin-right:0;
}
}



/*荣誉资质*/
.honor-swiper{
	padding-top: 100px;
	padding-bottom: 60px;
	padding-left: 30px;
	padding-right: 30px;
}
.honor-swiper .swiper-wrapper .swiper-slide .img{
	max-width: 260px;
	max-height: 190px;
	background-position:center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: calc(190 / 260 * 100%);
	margin-bottom: 50px;
		position: relative;
		cursor: pointer;
}
.layui-layer.layui-layer-page{
	max-width: 520px!important;
	max-height: 380px!important;
}
.layui-layer-page .layui-layer-content{
	overflow: visible!important;
}
.honor-swiper .swiper-wrapper .swiper-slide .img:after{
	content: "";
	width: 100%;
	height: 20px;
	position: absolute;
	top: 100%;
	left: 0;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/kk_03.png);
}
.honor-swiper .swiper-wrapper .swiper-slide .title{
	font-size: 1.16rem;
	color: #666666;
	line-height: 2;
	text-align: center;
}
.honor-swiper .honor-prev{
	position: absolute;
	left: 0;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	cursor: pointer;
	z-index: 111;
}
.honor-swiper .honor-prev:after{
	content: "";
	width: 16px;
	height: 16px;
	border-style: solid;
	border-width: 1px;
	border-color: #c34958 transparent transparent #c34958;
	position: absolute;
	left: 4px;
	top: 50%;
	margin-top: -8px;
	transform:rotate(-45deg);
-ms-transform:rotate(-45deg); 	/* IE 9 */
-moz-transform:rotate(-45deg); 	/* Firefox */
-webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
-o-transform:rotate(-45deg); 	/* Opera */
}
.honor-swiper .honor-next{
	position: absolute;
	right: 0;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	cursor: pointer;
	z-index: 111;
}
.honor-swiper .honor-next:after{
	content: "";
	width: 16px;
	height: 16px;
	border-style: solid;
	border-width: 1px;
	border-color: #c34958 transparent transparent #c34958;
	position: absolute;
	right: 4px;
	top: 50%;
	margin-top: -8px;
	transform:rotate(135deg);
-ms-transform:rotate(135deg); 	/* IE 9 */
-moz-transform:rotate(135deg); 	/* Firefox */
-webkit-transform:rotate(135deg); /* Safari 和 Chrome */
-o-transform:rotate(135deg); 	/* Opera */
}
@media only screen and (max-width:1440px){
.honor-swiper {
    padding-top: 80px;
    padding-bottom: 50px;
}
}
@media only screen and (max-width:1280px){
.aboutupperBox .wordtitle{
	margin-top: 60px;
}
.honor-swiper {
    padding-top: 60px;
    padding-bottom: 40px;
}
}
@media only screen and (max-width:1024px){
.honor-swiper .swiper-wrapper .swiper-slide .img{
	max-width:none;
	max-height: none;
}
.aboutupperBox .wordtitle{
	margin-top: 3%;
}
.honor-swiper {
    padding-top:3%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.honor-swiper .swiper-wrapper .swiper-slide .img{
	margin-bottom: 30px;
}
.aboutglobal {
    padding-top: 35px;
    padding-bottom: 5%;
}
.honor-swiper .honor-prev{
	display: none;
}
.honor-swiper .honor-next{
	display: none;
}
}


/*核心团队*/
.teamsiwper-box{
	padding-top: 80px;
	padding-bottom: 110px;
}
.teamsiwper-box .gallery-top{
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	margin:10px;
}
.teamsiwper-box .gallery-top .swiper-wrapper .swiper-slide .main{
		padding-top: 55px;
	padding-bottom: 80px;
	padding-left: 125px;
	padding-right: 125px;
}
.teamsiwper-box .gallery-top .swiper-wrapper .swiper-slide .main .img{
	float: left;
	background-position:center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 225px;
	height: 225px;
	border-radius: 50%;
}
.teamsiwper-box .gallery-top .swiper-wrapper .swiper-slide .main .right{
	width: 710px;
	float: right;
}
.teamsiwper-box .gallery-top .swiper-wrapper .swiper-slide .main .right .title{
	font-size: 1.83rem;
	color: #636262;
	position: relative;
	height: 30px;
	line-height: 30px;
}
.teamsiwper-box .gallery-top .swiper-wrapper .swiper-slide .main .right .work{
	font-size: 1.33rem;
	color: #f1d04e;
	margin-top: 10px;
}
.teamsiwper-box .gallery-top .swiper-wrapper .swiper-slide .right .content{
	padding-top: 10px;
	font-size: 1.16rem;
	color: #636262;
	line-height: 2;
}
.teamsiwper-box .gallery-top .team-function{
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack:space-between;
-ms-flex-pack:space-between;
-webkit-justify-content:space-between;
justify-content:space-between;
font-size: 1.16rem;
color: #f1d04e;
z-index: 111;
}
.teamsiwper-box .gallery-top .team-function span{
	margin: 0 30px;
}
.teamsiwper-box .gallery-top .team-function .team-prev{
	padding-left: 30px;
	position: relative;
	cursor: pointer;
}
.teamsiwper-box .gallery-top .team-function .team-prev:before{
	content: "";
	width: 6px;
	height: 6px;
	border-style: solid;
	border-width: 1px;
	border-color: #f1d04e transparent transparent #f1d04e;
	position: absolute;
	left:0;
	top:50%;
	margin-top: -4px;
	transform:rotate(-45deg);
-ms-transform:rotate(-45deg); 	/* IE 9 */
-moz-transform:rotate(-45deg); 	/* Firefox */
-webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
-o-transform:rotate(-45deg); 	/* Opera */
}
.teamsiwper-box .gallery-top .team-function .team-prev:after{
	content: "";
	width: 10px;
	height: 1px;
	background-color: #f1d04e;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.teamsiwper-box .gallery-top .team-function .team-next{
	padding-right: 30px;
	position: relative;
	cursor: pointer;
}
.teamsiwper-box .gallery-top .team-function .team-next:before{
	content: "";
	width: 6px;
	height: 6px;
	border-style: solid;
	border-width: 1px;
	border-color: #f1d04e transparent transparent #f1d04e;
	position: absolute;
	right:0;
	top:50%;
	margin-top: -4px;
	transform:rotate(135deg);
-ms-transform:rotate(135deg); 	/* IE 9 */
-moz-transform:rotate(135deg); 	/* Firefox */
-webkit-transform:rotate(135deg); /* Safari 和 Chrome */
-o-transform:rotate(135deg); 	/* Opera */
}
.teamsiwper-box .gallery-top .team-function .team-next:after{
	content: "";
	width: 10px;
	height: 1px;
	background-color: #f1d04e;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

/*小轮播*/
.teamsiwper-box .gallery-thumbs{
	margin-top: 50px;
}
.teamsiwper-box .gallery-thumbs .swiper-wrapper .swiper-slide .img{
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	margin-bottom: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	border: 1px solid #fff;
}
.teamsiwper-box .gallery-thumbs .swiper-wrapper .swiper-slide .title{
	font-size: 1.33rem;
	color: #636262;
	text-align: center;
}
.teamsiwper-box .gallery-thumbs .swiper-wrapper .swiper-slide[data-on="on"] .img{
	border: 1px solid #f1d04e;
}
.teamsiwper-box .gallery-thumbs .swiper-wrapper .swiper-slide[data-on="on"] .title{
	color: #f1d04e;
}

@media only screen and (max-width:1600px){
.teamsiwper-box .gallery-top .swiper-wrapper .swiper-slide .main {
    padding-left: 100px;
    padding-right: 100px;
}
}
@media only screen and (max-width:1440px){
.teamsiwper-box {
    padding-top: 60px;
    padding-bottom: 90px;
}
.teamsiwper-box .gallery-top .swiper-wrapper .swiper-slide .main {
    padding-top: 55px;
    padding-bottom: 70px;
    padding-left: 80px;
    padding-right: 80px;
}
}
@media only screen and (max-width:1280px){
.teamsiwper-box {
    padding-top: 40px;
    padding-bottom: 60px;
}
.teamsiwper-box .gallery-top .swiper-wrapper .swiper-slide .main {
    padding-top: 55px;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
}
}
@media only screen and (max-width:1024px){
.teamsiwper-box {
    padding-top: 3%;
    padding-bottom: 4%;
}
.teamsiwper-box .gallery-top .swiper-wrapper .swiper-slide .main {
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
}
.teamsiwper-box .gallery-top .team-function{
	display: none;
}
.teamsiwper-box .gallery-top .swiper-wrapper .swiper-slide .main .img {
	width: 200px;
	height: 200px;
}
.teamsiwper-box .gallery-top .swiper-wrapper .swiper-slide .main .right {
    width: calc(94% - 200px);
}
}
@media only screen and (max-width:800px){
.teamsiwper-box .gallery-top .swiper-wrapper .swiper-slide .main .img {
	width: 180px;
	height: 180px;
}
.teamsiwper-box .gallery-top .swiper-wrapper .swiper-slide .main .right {
    width: calc(94% - 180px);
    padding-left: 30px;
}
}
@media only screen and (max-width:640px){
.teamsiwper-box .gallery-top .swiper-wrapper .swiper-slide .main{
	padding: 3%;
}
.teamsiwper-box .gallery-top .swiper-wrapper .swiper-slide .main .img{
	display: block;
	margin: 0 auto;
	float: none;
}
.teamsiwper-box .gallery-top .swiper-wrapper .swiper-slide .main .right {
		float: none;
    width: 100%;
    margin-top: 3%;
    padding-left: 0;
}
.teamsiwper-box .gallery-top .swiper-wrapper .swiper-slide .main .right .title:after{
	display: none;
}
}
@media only screen and (max-width:414px){
.teamsiwper-box .gallery-thumbs .swiper-wrapper .swiper-slide .img {
    width: 90px;
    height: 90px;
}
}

/*核心业务图文*/
.word-tuwen{
	max-width: 1470px;
	    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.word-tuwen .left{
	width: 50%;
    -webkit-transition-duration: 1.5s;
    -moz-transition-duration: 1.5s;
    -ms-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}
.word-tuwen .left[data-active="on"]{
	-webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.word-tuwen .left .img{
	background-position:center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: calc(457 / 737 * 100%);
}
.word-tuwen .right{
	font-size: 1.33rem;
	color: #555555;
	line-height: 2;
	    	background-color: #f7f7f7;
	width: 50%;
	padding-top:50px;
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 30px;
	    -webkit-transition-duration: 1.5s;
    -moz-transition-duration: 1.5s;
    -ms-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
}
.word-tuwen .right[data-active="on"]{
	-webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
@media only screen and (max-width:1600px){
.word-tuwen .right {
    padding-top: 40px;
    padding-left: 70px;
    padding-right: 70px;
}
}
@media only screen and (max-width:1440px){
.word-tuwen .right {
    padding-top:30px;
    padding-left: 60px;
    padding-right: 60px;
}
}
@media only screen and (max-width:1280px){
.word-tuwen .right {
    padding-top: 3%;
    padding-left: 40px;
    padding-right: 40px;
}
}
@media only screen and (max-width:1024px){
.word-tuwen .right {
    padding-left: 30px;
    padding-right: 30px;
}
}
@media only screen and (max-width:800px){
.word-tuwen .right {
	padding: 3%;
}
}
@media only screen and (max-width:640px){
.word-tuwen {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.word-tuwen .left{
	width: 100%;
}
.word-tuwen .right{
	width: 100%;
}
}

/* =========

  新闻

  ========== */
.news-bg{
	padding-top: 100px;
	padding-bottom: 60px;
}
.news-bg .list-n{
	margin-bottom: 75px;
	display: block;
}
.news-bg .list-n .news-imgbox{
	width: 316px;
	height: 190px;
	margin-right: 4%;
	overflow: hidden;
	float: left;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform:translate3d(-30%,0,0);
	   -moz-transform:translate3d(-30%,0,0);
	        transform:translate3d(-30%,0,0);
	opacity: 0;
	visibility: hidden;
}
.news-bg .list-n.on .news-imgbox{
-webkit-transform:translate3d(0,0,0);
   -moz-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0);
	opacity: 1;
	visibility: visible;
}
.news-bg .list-n .news-imgbox .news-img{
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.news-bg .list-n .news-main{
	width: -webkit-calc(96% - 316px);
	width: -moz-calc(96% - 316px);
	width: calc(96% - 316px);
	float: right;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform:translate3d(30%,0,0);
	   -moz-transform:translate3d(30%,0,0);
	        transform:translate3d(30%,0,0);
	opacity: 0;
	visibility: hidden;
}
.news-bg .list-n.on .news-main{
-webkit-transform:translate3d(0,0,0);
   -moz-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0);
	opacity: 1;
	visibility: visible;
}
.news-bg .list-n .news-main .news-title{
	font-size: 2rem;
	color: #000000;
	line-height: 2;
	font-family: "ziti","微软雅黑";
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
height: 96px;
margin-bottom: 5px;
}
.news-bg .list-n .news-main .news-demo{
	font-size: 1.16rem;
	color: #7e7e7e;
	line-height:2rem;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
margin-bottom: 20px;
}
.news-bg .list-n .news-main .news-date{
	font-size: 1rem;
	color: #aaaaaa;
	padding-bottom: 10px;
	border-bottom: 1px solid #d6d6d6;
	position: relative;
}
.news-bg .list-n .news-main .news-date:after{
	width: 0;
	height: 1px;
	background-color: #f1d04e;
	position: absolute;
	left: 0;
	bottom: 0;
}
.news-bg .list-n .news-main .news-date .news-more{
	font-size: 1rem;
	color: #f1d04e;
	float: right;
	padding-right: 10px;
	font-weight: bold;
	position: relative;
}
.news-bg .list-n .news-main .news-date .news-more:after{
	content: "";
	width: 4px;
	height: 4px;
	border-style: solid;
	border-width:1px;
	border-color: #e6002b #e6002b transparent transparent;
	position: absolute;
	right: 2px;
	top: 50%;
	margin-top: -2px;
	transform:rotate(45deg);
-ms-transform:rotate(45deg); 	/* IE 9 */
-moz-transform:rotate(45deg); 	/* Firefox */
-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
-o-transform:rotate(45deg); 	/* Opera */
}

@media only screen and (min-width: 601px){
.news-bg .list-n:hover .news-imgbox .news-img{
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}
.news-bg .list-n:hover .news-main .news-date:after{
	width: 100%;
}
}

@media only screen and (max-width:1280px){
.news-bg {
    padding-top: 80px;
    padding-bottom: 60px;
}
}
@media only screen and (max-width:1024px){
.news-bg {
    padding-top: 6%;
    padding-bottom: 5%;
}
.news-bg .list-n {
    margin-bottom: 6%;
}
.news-bg .list-n .news-main .news-demo {
    margin-bottom: 2%;
}
}
@media only screen and (max-width:800px){
.news-bg .list-n .news-imgbox{
    width: 100%;
    height: auto;
    margin-right: 0;
    float: none;
}
.news-bg .list-n .news-imgbox .news-img{
  padding-top: -webkit-calc(190 / 316 * 100%);
    padding-top: -moz-calc(190 / 316 * 100%);
    padding-top: calc(190 / 316 * 100%);
}
.news-bg .list-n .news-main {
    width: 100%;
    float: none;
}
.news-bg .list-n .news-main .news-title {
    line-height: 1.5;
    height: auto;
}
}

/* =========

  新闻详细

  ========== */
.newsview-bg{
	margin-top: 92px;
	padding-top: 40px;
}
.newsview-bg .newsview-title{
	font-size: 2rem;
	color: #333333;
	margin-bottom: 30px;
	text-align: center;
}
.newsview-bg .newsview-datebox{
	position: relative;
	text-align: center;
}	
.newsview-bg .newsview-datebox:after{
	content: "";
	width: 100%;
	height: 1px;
	background-color: #dcdcdc;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.newsview-bg .newsview-datebox .newsview-date{
	display: inline-block;
	padding: 0 10px;
	background-color: #fff;
	position: relative;
	z-index: 1;
	font-size: 1rem;
	color: #f1d04e;
}
.newsview-bg .newsview-conternt{
	padding-top: 40px;
	padding-bottom: 70px;
	font-size: 1.16rem;
	color: #6c6c6c;
	line-height: 2;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 38px;
}
.newsview-bg .newsview-backbox{
	padding-bottom: 90px;
}
.newsview-bg .newsview-backbox .newsview-back{
	font-size: 1.33rem;
	color: #f1d04e;
	position: relative;
	float: left;
	padding-right: 10px;
	font-family: "ziti2","微软雅黑";
}
.newsview-bg .newsview-backbox .newsview-back:after{
	content: "";
	width: 48px;
	height: 1px;
	background-color:#f1d04e;
	position: absolute;
	left: 100%;
	top: 50%;
}
.newsview-bg .newsview-backbox .allpage-share{
	float: right;
}
.newsview-bg .newsview-backbox .allpage-share .bshare-custom{
	font-size: 1.33rem;
	color: #a0a0a0;
	font-family: "ziti2","微软雅黑";
}
.newsview-bg .newsview-backbox .allpage-share .bshare-custom a{
	background-repeat: no-repeat;
-moz-background-size: cover;
     background-size: cover;
background-position: center;
width: 20px;
height: 20px;
margin: 0 5px;
    vertical-align: bottom;
}
.newsview-bg .newsview-backbox .allpage-share .bshare-custom a.bshare-sinaminiblog{
	background-image: url(../images/sicc_03.png);
}
.newsview-bg .newsview-backbox .allpage-share .bshare-custom a.bshare-weixin{
	background-image: url(../images/ficc2_03.png);
}
.newsview-bg .newsview-backbox .allpage-share .bshare-custom a.bshare-facebook{
	background-image: url(../images/ficc3_03.png);
}
.newsview-bg .newsview-backbox .allpage-share .bshare-custom a.bshare-linkedin{
	background-image: url(../images/ficc4_03.png);
}
.newsview-bg .newsview-backbox .allpage-share .bshare-custom a.bshare-twitter{
	background-image: url(../images/sicc5_03.png);
}
.bsBox,.bsBox *{
    -webkit-box-sizing:content-box;
       -moz-box-sizing:content-box;
            box-sizing:content-box;
}

/*上下页*/
.newsview-bg .newspage-link {
		padding: 30px 0;
	text-align: center;
	background-color: #f1d04e;
}
.newsview-bg .newspage-link .link-btn{
	display: inline-block;
	padding: 0 50px;
	font-size: 3rem;
	color: #fff;
	text-align: center;
	font-family: "ziti","微软雅黑";
}
@media only screen and (max-width:1280px){
	.newsview-bg .newsview-backbox {
		padding-bottom: 70px;
	}
}
@media only screen and (max-width:1024px){
	.newsview-bg {
		margin-top: 50px;
		padding-top: 4%;
	}
	.newsview-bg .newsview-title {
		margin-bottom: 3%;
	}
	.newsview-bg .newsview-conternt {
		padding-top: 4%;
		padding-bottom: 6%;
		margin-bottom: 4%;
	}
	.newsview-bg .newsview-backbox {
		padding-bottom: 6%;
	}
.newsview-bg .newspage-link {
		padding: 3% 0;
}
	.newsview-bg .newsview-backbox .allpage-share {
		display: none;
	}
}
@media only screen and (max-width:600px){
.newsview-bg .newspage-link .link-btn {
    font-size: 2rem;
}
}

/*通用内页大图 */
.allpage-banner{
	margin-top: 92px;
	height: 560px;
	display: block;
	background-color: rgba(0,0,0,.5);
	background-position:center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
@media only screen and (max-width:1920px){
		.allpage-banner{
		height: 600px;
	}
}

@media only screen and (max-width:1400px){
	.allpage-banner{
		height: 520px;
	}
}
@media only screen and (max-width:1280px){
	.allpage-banner{
		height: 500px;
	}
}
@media only screen and (max-width:1024px){
	.allpage-banner{
		height: 450px;
	}

}
@media only screen and (max-width:800px){
	.allpage-banner{
		height: 400px;
		margin-top: 50px;
	}
}
@media only screen and (max-width:600px){
	.allpage-banner{
		height: 350px;
	}
}
@media only screen and (max-width:414px){
	.allpage-banner{
		height: 300px;
	}
	.contact-upper .rightArea .li {
    width: 100%;
    float: none;
    height: auto;
    border-left: none;
        -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 3%;
}
}
@media only screen and (max-width:375px){
	.allpage-banner{
		height:280px;
	}
}
@media only screen and (max-width:320px){
	.allpage-banner{
		height: 220px;
	}
}


/*通用分页*/
.allfenye-bg{
	text-align: center;
	vertical-align: bottom;
}
.allfenye-bg a{
	display: inline-block;
	border: 1px solid #dddddd;
	vertical-align: top;
}
.allfenye-bg .allfenye-num{
	width: 30px;
	height: 30px;
	line-height: 30px;
advantage-class	font-size: 1.16rem;
	color: #434343;
	font-weight: bold;
	margin: 0 4px;
}
.allfenye-bg .allfenye-num.on{
	border: 1px solid #f1d04e;
}
.allfenye-bg .allfenye-prev{
	padding: 8px 14px;
	position: relative;
}

.allfenye-bg .allfenye-next{
	padding: 8px 14px;
	position: relative;
}

