/*Header*/
.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	line-height: 50px;
	z-index: 999;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	padding: 10px 3%;
	background: #000;
}
.header:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: -1;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.header:hover:before {
	/*opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);*/
}
.header .nav li {
	float: left;
	margin-left: 50px;
}
.header .nav li a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}
.header .nav li a:hover,
.header .nav li.on a,
.header .hd-en:hover {
	color: #ff9a00;
}
.header .hd-en {
	height: 51px;
    font-size: 16px;
    line-height: 51px;
    margin-left: 40px;
    color: #fff;
    padding-left: 35px;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.header .hd-en:before {
	content: "";
    position: absolute;
    left: 0;
    height: 16px;
    top: 18px;
    border-left: 1px solid #eee;
}
.header .al{padding-left:10px;padding-top:9px;}
/*Header End*/


/*Banner*/
.ms-skin-default .ms-bullet {
	float: none!important;
	position: relative;
	display: inline-block;
	text-indent: -9999px;
	width: 20px!important;
	height: 2px!important;
	margin: 0 4px!important;
	background: #BFBEBE!important;
	cursor: pointer;
	opacity: .5;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.ms-skin-default .ms-bullet-selected {
	/*width: 27px!important;*/
	background: #ff9a00!important;
	opacity: .8;
}
.ms-bullets.ms-dir-h {
    bottom: 20px;
    right: 50%;
    width: 200px!important;
    margin-right: -100px;
    text-align: center;
}
.ms-bullets-count {
    position: static!important;
    right: -50%;
}
.ms-ctrl-hide {
	display: none;
}
.banner-wrap {
	min-height: 91px;
	height: 100vh;
	background: #000;
}
.banner .slide1 .pic {
	position: absolute;
	z-index: 2;
}
.banner .slide1 .pic1 {
	left: 50%;
	top: 34%;
	width: 386px;
	height: 345px;
	background: url(../images/banner/b1_product2.png) no-repeat;
	margin-left: -688px;
}
.banner .slide1 .line1 {
	position: absolute;
	left: 0;
	top: 93px;
	width: 50px;
	height: 57px;
	background: url(../images/banner/b1_line1.png) no-repeat;
	background-size: contain;
	margin-left: 62px;
	z-index: 3;
	-webkit-animation: lineMove 5s infinite linear;
    -moz-animation: lineMove 5s infinite linear;
    animation: lineMove 5s infinite linear;
}
.banner .slide1 .pic2 {
	left: 50%;
	top: 50%;
	margin-top: -310px;
	width: 616px;
	height: 620px;
	background: url(../images/banner/b1_circle_1.png) no-repeat center;
	background-size: contain;
	margin-left: -308px;
	transform: rotate(50deg);
	/*-webkit-animation: anticlockwise 100s infinite linear;
    -moz-animation: anticlockwise 100s infinite linear;
    animation: anticlockwise 100s infinite linear;*/
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.banner .slide1 .pic2.auto {
	transform: rotate(0);
}
.banner .slide1 .pic3 {
	left: 50%;
    top: 50%;
    width: 684px;
    height: 684px;
    background: url(../images/banner/b1_circle_2.png) no-repeat center;
    background-size: contain;
    margin-left: -342px;
    margin-top: -342px;
}
.banner .slide1 .pic4 {
	left: 50%;
	top: 50%;
	width: 786px;
	height: 786px;
	background: url(../images/banner/b1_circle_3-2.png) no-repeat center;
	background-size: contain;
	margin-left: -393px;
	margin-top: -393px;
}
.banner .slide1 .pic4.auto {
	-webkit-animation: clockwise 80s infinite linear;
    -moz-animation: clockwise 80s infinite linear;
    animation: clockwise 80s infinite linear;
}
.banner .slide1 .pic5 {
	left: 50%;
    top: 38%;
    width: 274px;
    /*height: 364px;*/
    background: url(../images/banner/b1_head.png) no-repeat center top;
    /*background-size: contain;*/
    margin-left: -120px;
    /*transform: translateY(-364px);*/
}
.banner .slide1 .fun {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	/*width: 189px;
	height: 59px;*/
}
.banner .slide1 .fun1 {
	margin-left: 268px;
    margin-top: -222px;
	width: 317px;
	height: 75px;
	background: url(../images/banner/b1_fun1-2.png) no-repeat center;
}
.banner .slide1 .fun2 {
	margin-left: 308px;
	margin-top: -14px;
	width: 320px;
	height: 59px;
	background: url(../images/banner/b1_fun2-2.png) no-repeat center;
}
.banner .slide1 .fun3 {
	margin-left: 264px;
	margin-top: 159px;
	width: 324px;
	height: 84px;
	background: url(../images/banner/b1_fun3-2.png) no-repeat center;
}
.banner .slide1 .cont {
	position: absolute;
	left: 50%;
	top: 25%;
	z-index: 2;
	width: 400px;
	margin-left: -200px;
	text-align: center;
	font-size: 24px;
	color: #fff;
}
.banner .slide1 .cont h3 {
	font-size: 36px;
}
.banner .slide1 .canvas {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 3;
}
.banner .slide1 .canvas1 {
	margin-top: -229px;
	margin-left: 272px;
}
.banner .slide1 .canvas2 {
	margin-top:  14px;
	margin-left: 308px;
}
.banner .slide1 .canvas3 {
	margin-top: 158px;
    margin-left: 265px;
}
.banner .slide1 .canvas4 {
	margin-top: -51px;
	margin-left: -570px;
}
/*.ms-slide .fade {
	opacity: 0;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.ms-sl-selected .fade {
	opacity: 1;
}*/


/*首页内容 Start*/
/*服务介绍*/
.index-service {
	position: relative;
	background: #161616;

	text-align: center;
}
.index-service .com-width {
	width: 1400px;
}
.index-service ul li {
	position: relative;
	float: left;
	padding: 50px 40px 70px;
	width: 25%;
	overflow: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.index-service ul li .pic {
	position: relative;
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 0;
	border: 1px solid #fff;
	border-radius: 50%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.index-service ul li a:hover .pic {
	border-color: transparent;
}
.index-service ul li .pic .icon {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
}
.index-service ul li .pic .icon-s1 {
	background: url(../images/icon_func1.png) no-repeat center;
}
.index-service ul li .pic .icon-s2 {
	background: url(../images/icon_func2.png) no-repeat center;
}
.index-service ul li .pic .icon-s3 {
	background: url(../images/icon_func3.png) no-repeat center;
}
.index-service ul li .pic .icon-s4 {
	background: url(../images/icon_func4.png) no-repeat center;
}
.index-service ul li .tit {
	margin-top: 12px;
	margin-bottom: 10px;
	font-size: 24px;
	color: #fff;
}
.index-service ul li .des {
	color: #A2A2A2;
}

/*产品系列*/
.index-product {
	position: relative;
	padding-bottom: 150px;
}
.index-product-con {
	background: #fff;
	overflow: hidden;
}
.index-product-con .item {
	height: 320px;
}
.index-product-con .item .cont,
.index-product-con .item .pic {
	width: 50%;
	overflow: hidden;
}
.index-product-con .item .cont {
	padding-top: 80px;
	text-align: center;
}
.index-product-con .item .cont .tit {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 24px;
	color: #000;
}
.index-product-con .item .cont .tit:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 34px;
	margin-left: -17px;
	border-bottom: 1px solid #949494;
}
.index-product-con .item .cont .des {
	font-size: 18px;
	margin-bottom: 40px;
}

/*关于*/
.index-about .pic,
.index-about .cont {
	position: relative;
	width: 50%;
	height: 546px;
	overflow: hidden;
}
.index-about .pic a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/gsjs_1.jpg) no-repeat;
	background-size: cover;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.index-about .pic a:hover {
/*	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);*/
}
.index-about .cont:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	/*height: 256px;*/
	height: 285px;
	background: #fff;
}
.index-about .cont .cont-box {
	position: absolute;
	right: 0;
	width: 600px;
	padding-top: 60px;
}
.index-about .cont .cont-box .tit-en {
	font-size: 48px;
	color: #000;
	text-transform: uppercase;
	line-height: 1;
	font-weight: bold;
}
.index-about .cont .cont-box .tit-cn {
	font-size: 30px;
	color: #000;
}
.about-info {
	height: 70px;
	margin-top: 25px;
	/*margin-bottom: 88px;*/
	margin-bottom: 60px;
}
.about-info li {
	float: left;
	margin-right: 50px;
	color: #000;
}
.about-info li p {
	font-size: 12px;
}
.about-info li p span {
	font-size: 36px;
}
.index-about .cont .cont-box .des {
	/*margin-bottom: 35px;*/
	margin-bottom: 45px;
    padding-right: 80px;
    font-size: 16px;
    color: #000;
    line-height: 26px;
}

/*新闻*/
.index-news {
	padding-bottom: 100px;
}
.index-news .com-title1 {
	padding: 120px 0 80px;
}
.index-news-recom {
	position: relative;
	width: 680px;
	height: 485px;
	overflow: hidden;
	background: #fff;
	text-align: center;
}
.index-news-recom .pic li img {
	width: 100%;
}
.index-news-recom .txt-bg {
	display: none;
	position: absolute;
	bottom: 0;
	z-index: 1;
	height: 70px;
	width:100%;
	background: #333;
	filter: alpha(opacity=10);
	opacity: 0.1;
	overflow: hidden;
}
.index-news-recom .txt {
	position: absolute;
	bottom: 0;
	z-index: 2;
	height: 70px;
	width:100%;
	overflow: hidden;
	background: rgba(0, 0, 0, .3);
}
.index-news-recom .txt li {
	height:70px;
	line-height:70px;
	position:absolute;
	bottom:-70px;
	width: 100%;
}
.index-news-recom .txt li a {
	display: block;
	padding: 0 0 0 30px;
	font-size: 16px;
	color: #fff;
	width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-news-recom .num {
	position: absolute;
	z-index: 3;
	bottom: 25px;
	right: 15px;
}
.index-news-recom .num li {
	float: left;
	position: relative;
	width: 8px;
	height: 8px;
	line-height: 8px;
	border: 1px solid #fff;
	overflow: hidden;
	text-align: center;
	margin-left: 5px;
	cursor: pointer;
	border-radius: 50%;
}
.index-news-recom .num li.on {
	background: #fff;
}


.index-news-new li {
	width: 510px;
	height: 155px;
	background: #fff;
	overflow: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.index-news-new li:hover {
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.2);
	box-shadow:0 0 10px rgba(0,0,0,0.2);
}
.index-news-new li ~ li {
	margin-top: 10px;
}
.index-news-new li a {
	display: block;
	height: 100%;
	padding: 10px 40px 10px 10px;
}
.index-news-new li .pic {
	margin-right: 25px;
	width: 180px;
	height: 130px;
	overflow: hidden;
	line-height: 130px;
	font-size: 0;
	text-align: center;
}
.index-news-new li .pic img {
	height: 100%;
}
.index-news-new li .tit {
	padding-top: 10px;
    margin-bottom: 5px;
	font-size: 16px;
	color: #000;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.index-news-new li:hover .tit {
	color: #ff9a00;
}
.index-news-new li .date {
	font-size: 12px;
	color: #666;
}
.index-news-new li .des {
	margin-top: 12px;
	font-size: 12px;
	color: #000;
	line-height: 20px;
}





/*首页内容 End*/


/*全站通用 Start*/
/*标题*/
.com-title1 {
	padding: 40px 0 50px;
	text-align: center;
}
.com-title1 .en {
	display: block;
	margin-bottom: 14px;
	font-size: 30px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'HelveticaNeue-Black';
}
.com-title1 .cn {
	display: inline-block;
	width: 167px;
	height: 46px;
	line-height: 46px;
	background: url(../images/tit_cn_bg.png) no-repeat center;
	font-size: 30px;
	color: #000;
}
/*2*/
.com-title2 {
	padding: 80px 0 60px;
	text-align: center;
}
.com-title2 .cn {
	font-size: 36px;
	color: #000;
	line-height: 1;
}
.com-title2 .des {
	margin-top: 20px;
	font-size: 16px;
	color: #333;
}

/*更多*/
.com-more {
	display: inline-block;
	width: 150px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #383838;
	font-size: 16px;
	color: #383838;
	text-align: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.com-more:hover {
	border-color: #ff9a00;
	/*background-color: #ff9a00;*/
	color: #fff;
}

/*咨询按钮*/
.com-zx {
	display: inline-block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	/*border-radius: 16px;*/
	text-align: center;
	font-size: 16px;
	color: #fff!important;
	background: #ff9a00;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.com-zx:hover {
	background: #dc0202;
}
.com-zx .icon-zx {
	width: 22px;
	height: 100%;
	background: url(../images/icon_zx.png) no-repeat center;
	vertical-align: top;
	margin-right: 5px;
}
/*全站通用 End*/


/*Footer*/
.footer {
	position: relative;
	z-index: 2;
	background: #000;
}
.foot-content {
	margin-bottom: 50px;
}
.footer .foot-info {
	padding-top: 75px;
}
.footer .foot-info .tel {
	margin-bottom: 30px;
}
.footer .foot-info .tel .icon-tel {
	margin-right: 12px;
	width: 47px;
	height: 47px;
	background: url(../images/icon_tel.png) no-repeat center;
}
.footer .foot-info .tel .cont {
	display: inline-block;
	vertical-align: top;
}
.footer .foot-info .tel .cont .tit {
	color: #808080;
}
.footer .foot-info .tel .cont .des {
	font-size: 24px;
	color: #fff;
	line-height: 1.4;
}
.footer .foot-info .tel .cont .des span {
	font-size: 16px;
}
.footer .foot-qr {
	padding-top: 80px;
	text-align: center;
	margin-left: 130px;
	line-height: 40px;
}
.footer .foot-qr img {
	width: 100px;
}

.foot-nav {
	padding-top: 65px;
}
.foot-nav .item {
    float: left;
    position: relative;
}
.foot-nav .item ~ .item {
    margin-left: 110px;
}
.foot-nav .item ~ .item:before {
	content: "";
	position: absolute;
	top: 0;
	left: -36px;
	width: 1px;
	height: 268px;
	/*background: url(../images/foot_item_bg.png) no-repeat center top;*/
}
.foot-nav .item .navtit {
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
}
.foot-nav .item .subnav li a {
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.foot-nav .item .subnav li a:hover {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}
.links {
	margin-bottom: 20px;
	line-height: 25px;
}
.links .tit {
	width: 70px;
	color: #555;
}
.links .links-cont {
	width: 1130px;
}
.links .links-cont a {
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	color: #555;
}
.links .links-cont a:hover,
.copyright a:hover,
.foot-nav .item .subnav li a:hover {
	color: #ff9a00;
}
.copyright {
	border-top: 1px solid #1A1A1A;
	height: 73px;
	line-height: 72px;
	color: #666;
}
.copyright a,
.foot-nav .item .subnav li a {
	color: #666;
}
.icon-cp {
	font-family: Arial;
}
.copyright .focus a {
	position: relative;
	margin-left: 8px;
	opacity: .8;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.copyright .focus a .qr-box {
	position: absolute;
	right: 0;
	bottom: 45px;
	visibility: hidden;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	-o-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.copyright .focus a:hover .qr-box {
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.copyright .focus a:hover {
	opacity: 1;
}
.copyright .focus .icon-wb {
	width: 19px;
	height: 16px;
	background: url(../images/icon_wb.png) no-repeat center;
}
.copyright .focus .icon-wx {
	width: 19px;
	height: 15px;
	background: url(../images/icon_wx.png) no-repeat center;
}




/*Page banner*/
.page-banner {
	overflow: hidden;
	position: relative;
}
/*.page-banner .pb-pic {
	position: relative;
	left: 50%;
	margin-left: -960px;
}*/
.page-banner .pb-pic img {
	width: 100%;
	height:100%;
	/*-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
	-webkit-animation: minus 10s 0s ease both infinite;
	-moz-animation: minus 10s 0s ease both infinite;
	animation: minus 10s 0s ease both infinite;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;*/
}
/*缩小停止*/
@-webkit-keyframes minus {
    from {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}
@keyframes minus {
    from {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}
.page-banner .pb-tit {
	position: absolute;
	left: 50%;
	top: 38%;
	width: 1200px;
	margin-left: -600px;
	text-align: center;
	padding: 0;
}
.com-title1.pb-tit .en {
	font-size: 60px;
	font-size: 3.1vw;
	color: #fff;
}
.com-title1.pb-tit .cn {
	color: #fff;
	background: url(../images/tit_cn_bg2.png) no-repeat center;
}


/*产品列表页*/
/*产品类别*/
.scroll-cate-wrap {
	height: 96px;
	background: #fff;
}
.scroll-cate-list {
	position: relative;
	width: 100%;
	padding: 25px 0;
	background: #fff;
	/*background: rgba(255, 255, 255, .9);*/
	text-align: center;
	font-size: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.scroll-cate-list ul {
	display: inline-block;
	position: relative;
}
.scroll-cate-list li {
	display: inline-block;
	font-size: 16px;
	color: #000;
	width: 132px;
	height: 46px;
	line-height: 44px;
	border: 1px solid #DADADA;
	margin: 0 5px;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.scroll-cate-list li:hover {
	color: #ff9a00;
	border-color: #ff9a00;
}
.scroll-cate-list li.on,
.scroll-cate-list li.active {
	background: #EE0000;
	border-color: #EE0000;
	color: #fff;
}
.scroll-cate-list li span {
	position: relative;
}
.scroll-cate-list.fixed,
.cate-content.fixed {
	position: fixed;
	top: 70px;
	z-index: 999;
	border-bottom: 1px solid #eee;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.scroll-cate-list.fixed.on,
.cate-content.fixed.on {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.scroll-cate-list.fixed {
	padding: 15px 0;
}
.scroll-cate-list.fixed li {
	height: 36px;
	line-height: 34px;
}
/*产品列表*/
.scroll-item{
	padding-top:60px;
	overflow: hidden;
}
/*三列*/
.list-three {
	width: 1220px;
}
.list-three li {
	float: left;
	margin-right: 18px;
	width: 388px;
	text-align: center;
}
.list-three li:hover .pic {
	-webkit-box-shadow:0 10px 20px rgba(0,0,0,0.2);
	box-shadow:0 10px 20px rgba(0,0,0,0.2);
	/*-webkit-transform:translate3d(0, -2px, 0);
	transform:translate3d(0, -2px, 0)*/
}
.list-three li .pic {
	width: 388px;
	height: 285px;
	line-height: 285px;
	font-size: 0;
	overflow: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.list-three li .pic img {
	max-width: 100%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.list-three li:hover .pic img,
.team-content .item img:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.list-three li .tit {
	padding-top: 15px;
	font-size: 16px;
	color: #000;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.list-three li:hover .tit {
	color: #ff9a00;
}
/*产品列表页 End*/


/*关于栏目*/
.cate-wrap {
	height: 60px;
}
.cate-content {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #fff;
}
.cate-content a {
	position: relative;
	display: inline-block;
	margin: 0 20px;
	font-size: 18px;
	color: #000;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.cate-content a:hover,
.cate-content a.on {
	color: #ff9a00;
}
.cate-content a:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	border-bottom: 2px solid #ff9a00;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.cate-content a:hover:before,
.cate-content a.on:before {
	left: 0;
	width: 100%;
}
/*关于我们*/
.about-brand {
	padding: 90px 0 135px;
	text-align: center;
	background:#f8f8f8;
}
.about-brand .brand-list {
	text-align:center;
	font-size:34px;
	color:#000;
	padding-top:20px;
}
.intro-item {
	position: relative;
	background: #fff;
}
.intro-item .pic,
.intro-item .cont {
	width: 50%;
	overflow: hidden;
}
.intro-item .cont {
	position: absolute;
	height: 100%;
	top: 0;
	padding: 0 8%
}
.intro-item .cont.f-r {
	right: 0;
}
.intro-item .cont .tit {
	margin-bottom: 25px;
	font-size: 36px;
	color: #000;
	line-height: 1.2;
}
.intro-item .cont .des {
	margin-bottom: 15px;
	font-size: 16px;
	color: #333;
}
.intro-item .cont .des p{
	padding-top:10px;
	line-height:28px;
}
.team-wrap {
	height: 812px;
	background: url(../images/team_bg.jpg) no-repeat center;
}
.team-content .item {
	float: left;
}
.team-content .item ~ .item {
	margin-left: 10px;
}
.team-content .item .pic {
	overflow: hidden;
	background: #fff;
	margin-bottom: 10px;
}
.team-content .item img {
	display: block;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.team-content .item .team-brand {
	width: 393px;
	height: 189px;
	background: #ff9a00;
	background: rgba(255, 0, 0, .7);
	color: #fff;
	margin-bottom: 10px;
	font-size: 16px;
	padding-left: 65px;
	padding-top: 45px;
	line-height: 30px;
}
.about-culture {
	height: 760px;
	background: url(../images/about_focus_bg.jpg) no-repeat center;
}
.culture-list {
	width: 1220px;
}
.culture-list li {
	position: relative;
	float: left;
	width: 590px;
	height: 172px;
	margin-right: 18px;
	margin-bottom: 20px;
	background: #fff;
	padding-top: 20px;
	padding-left: 50px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.culture-list li:hover {
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.culture-list li .tit {
	font-size: 18px;
	color: #000;
	margin-bottom: 13px;
}
.culture-list li .des {
	line-height: 25px;
}
.culture-list li .icon {
	position: absolute;
	right: 20px;
	top: 20px;
}

/*发展历程*/
.develop-wrap {
	padding-bottom: 180px;
	min-height: 1496px;
	background: #DDE4EE url(../images/develop_bg.jpg) no-repeat center bottom;
}
.develop-list {
	margin: 0 auto;
	width: 860px;
}
.develop-list li {
	height: 80px;
	background: #fff;
	margin-bottom: 20px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.develop-list li .year {
	width: 196px;
	height: 80px;
	line-height: 80px;
	background: #71767A;
	color: #fff;
	text-align: center;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.develop-list li:hover .year {
	background: #ff9a00;
	width: 230px;
}
.develop-list li .year span {
	font-size: 36px;
	font-weight: bold;
	margin-right: 5px;
}
.develop-list li .cont {
	overflow: hidden;
	padding: 0 60px;
	font-size: 16px;
	color: #000;
	display: table;
	height: 100%;
}
.develop-list li .cont p {
	display: table-cell;
	vertical-align: middle;
}
/*荣誉成果*/
.honor-list {
	width: 1220px;
}
.honor-list li {
	position: relative;
	float: left;
	margin-right: 11px;
	margin-bottom: 11px;
	width: 293px;
	height: 304px;
	overflow: hidden;
	background: #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.honor-list li:hover {
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.honor-list li .pic {
	padding: 36px 60px;
	width: 293px;
	height: 304px;
    position: relative;
    z-index: 2;
    background: #fff;
    text-align: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.honor-list li:hover .pic {
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px);
}
.honor-list li .pic img {
	-webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.honor-list li:hover .pic img {
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
	transform: scale(0.95);
}
.honor-list li .tit {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background: #ff9a00;
}
.activity-list  li {
	width: 395px;
	/*height: 280px;*/
}
.activity-list  li .pic {
	padding: 0;
	height: 263px;
	width: auto;
	overflow: hidden;
}
.activity-list li:hover .pic {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.activity-list li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.activity-list li .tit {
	background: #fff;
	color: #333;
}


/*核心技术*/
.tech-tit {
	/*height: 250px;*/
	/*background: url(../images/tech_tit_bg.jpg) no-repeat center;*/
}
.tech-content .big-tit {
	padding-top: 60px;
	padding-bottom: 25px;
	width: 1120px;
	margin: 0 auto 54px;
	border-bottom: 1px solid #DCDCDC;
	font-size: 26px;
	color: #000;
}
.tech-content .tech-list li {
	float: left;
	width: 25%;
	text-align: center;
	margin-bottom: 100px;
}
.tech-content .tech-list2 li {
	width: 33.3333%;
}
.tech-content .tech-list li .pic {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	border: 1px solid #0C0607;
	border-radius: 50%;
	line-height: 100px;
	font-size: 0;
}
.tech-content .tech-list li .pic:before {
	content: "";
	position: absolute;
	left: -4px;
	top: -4px;
	width: 100%;
	height: 100%;
	border: 4px solid #ff9a00;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.tech-content .tech-list li:hover .pic:before {
	opacity: 1;
	 box-shadow: 0 0 20px rgba(0,0,0,0.2);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.tech-content .tech-list li .tit {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #000;
}
.sp-tech{background:url(../images/sprite_tech.png)  no-repeat;vertical-align: middle;}
.sp-tech.t8{height:48px;width:32px;background-position:0 0;}
.sp-tech.t4{height:42px;width:36px;background-position:0 -48px;}
.sp-tech.t2{height:43px;width:36px;background-position:0 -90px;}
.sp-tech.t1{height:46px;width:46px;background-position:0 -133px;}
.sp-tech.t3{height:40px;width:46px;background-position:0 -179px;}
.sp-tech.t6{height:51px;width:47px;background-position:0 -219px;}
.sp-tech.t7{height:54px;width:50px;background-position:0 -270px;}
.sp-tech.t5{height:55px;width:68px;background-position:0 -324px;}
.sp-tech.t5{ background: url(../images/icon-pp.png) no-repeat center;background-size: contain;}

/*匠心工艺*/
.focus-tit {
	padding: 80px 0;
}
.focus-tech {
	height: 500px;
	background: url(../images/focus_bg2.jpg) no-repeat center fixed;
	background-size: cover;
	color: #fff;
	text-align: center;
}
.focus-tech .big-tit {
	padding: 60px 0;
	font-size: 30px;
}
.focus-tech ul li {
	position: relative;
	display: inline-block;
	width: 190px;
	height: 190px;
	border: 1px solid #777;
	margin: 0 55px;
	color: #989898;
	border-radius: 50%;
	padding-top: 35px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.focus-tech ul li:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0;
	height: 0;
	border-radius: 50%;
	background: #ff9a00;
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.focus-tech ul li:hover:before {
	left: -1px;
	top: -1px;
	width: 192px;
	height: 192px;
	opacity: 1;
}
.focus-tech ul li:hover {
	color: #fff;
}
.focus-tech ul li .num {
	position: relative;
	font-size: 48px;
	color: #f5f5f5;
	font-weight: 300;
}
.focus-tech ul li p {
	position: relative;
}
.focus-detail .focus-item {
	height: 384px;
	background: #fff;
	width: 50%;
	float: left;
}
.focus-detail .focus-item .pic {
	position: relative;
	width: 50%;
	overflow: hidden;
}
.focus-detail .focus-item .pic:before {
	content: "";
    position: absolute;
    right: -5px;
    top: 50%;
    z-index: 3;
    margin-top: -20px;
    width: 22px;
    height: 40px;
    background: url(../images/icon_sj.png) no-repeat center;
    transform: rotate(180deg);
}
.focus-detail .focus-item:nth-child(3) .pic:before,
.focus-detail .focus-item:nth-child(4) .pic:before {
	transform: rotate(0);
	left: -5px;
}
.focus-detail .focus-item .cont {
	overflow: hidden;
	padding: 105px 7%;
}
.focus-detail .focus-item .cont .tit {
	font-size: 24px;
	color: #000;
	margin-bottom: 20px;
}
.focus-detail .focus-item .cont .des {
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
/*关于栏目 End*/

/*服务栏目*/
.service-system {
	padding-top: 95px;
	height: 630px;
	background: url(../images/service_map4.png) no-repeat center;
}
@media screen and (max-width: 1440px) {
	.service-system {
		background: url(../images/service_map4.png) no-repeat center;
	}
}
.service-system .big-tit {
	font-size: 36px;
	color: #000;
	line-height: 1.2;
	margin-bottom: 25px;
}
.service-system .big-tit span {
	font-size: 24px;
	color: #333;
}
.service-system ul li {
	position: relative;
	float: left;
	margin-top: 35px;
	margin-bottom: 48px;
	text-align: center;
	margin-right: 88px;
}
.service-system ul li:first-child:before {
	content: "";
    position: absolute;
    right: -42px;
    top: 7px;
    height: 54px;
    border-right: 1px solid #DADADA;
}
.service-system ul li .num {
	font-size: 36px;
	color: #000;
	line-height: 1.2;
	font-weight: 300;
}
.service-system .service-num {
	line-height: 1.2;
	color: #000;
	padding-left: 42px;
	background: url(../images/icon_tel2.png) no-repeat left center;
	margin-top:30px;
}
.service-system .service-num span {
	font-size: 16px;
}
.service-safe {
	background: #fff;
}
.service-safe .pic {
	margin-right: 7%;
	width: 50%;
	overflow: hidden;
}
.service-safe .cont {
	overflow: hidden;
}
.service-safe .cont .com-title2 {
	padding: 11.5% 0 6%;
	text-align: left;
}
.service-safe .cont ul li {
	height: 62px;
	line-height: 62px;
	margin-bottom: 3.5%;
	font-size: 24px;
	color: #333;
}
.service-safe .cont ul li span {
	margin-right: 24px;
	color: #000;
	width: 62px;
	height: 62px;
	border: 1px solid #838081;
	border-radius: 50%;
	text-align: center;
}
.service-safe .cont ul li:last-child span {
	font-size: 18px;
}
@media screen and (max-width: 1500px) {
	.service-safe .cont ul li {
		height: 50px;
		line-height: 50px;
	}
	.service-safe .cont ul li span {
		width: 50px;
		height: 50px;
	}
}
/*Faq*/
.service-faq{
	padding-top:60px;
	overflow: hidden;
}
.faq-list li { border: 1px solid #eee;background: #fff}
.faq-list li ~ li {
	margin-top: 10px;
}
.faq-list .question {
	display: block;
	width: 100%;
    font-size: 16px;
    height: 45px;
	line-height: 45px;
    cursor: pointer;
    padding: 0 22px;
    color: #333;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.faq-list li .question.on { background: #F20000;color: #fff;}
.faq-list li .question:hover {
	box-shadow: 0 0 20px #ddd;
}
.faq-list .question .fa-q {
	vertical-align: top;
	width: 30px;
	height: 100%;
	color: #333;
}
.faq-list .question.on .fa-q {
	color: #fff;
}
.faq-list .question .fa-dropdown { float: right;width: 18px; height: 100%;background: url(../images/icon_down_faq.png) no-repeat center;-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;}
.faq-list .question.on .fa-dropdown {
	background: url(../images/icon_down_faq2.png) no-repeat center;
}
.faq-list .answer { padding: 0 22px 20px 56px; line-height: 1.8; display: none; position: relative;margin-top: 20px;}
.faq-list .answer:before {
	content: "A :";
	position: absolute;
	left: 24px;
	top: 0;
	font-size: 16px;
	width: 30px;
	color: #333;
}
.faq-list .answer p {line-height: 2;color: #333;}
/*服务栏目 End*/

/*加盟栏目*/
.jm-youshi-list {
	width: 1220px;
}
.jm-youshi-list li {
	position: relative;
	float: left;
	width: 293px;
	height: 300px;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #fff;
	padding: 56px 70px 0 30px;
	color: #333;
	line-height: 24px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.jm-youshi-list li:before {
	content: "";
	position: absolute;
	top: 52px;
	left: 0;
	height: 32px;
	border-left: 3px solid #000;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.jm-youshi-list li:after {
	content: "";
	position: absolute;
	top: 100px;
	left: 0;
	height: 32px;
	border-left: 3px solid #ff9a00;
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.jm-youshi-list li:hover:after {
	top: 52px;
	opacity: 1;
}
.jm-youshi-list li:nth-child(2n):before {
	border-color: #fff;
}
.jm-youshi-list li:hover {
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.jm-youshi-list li:nth-child(2n) {
	background: #343434;
	color: #fff;
}
.jm-youshi-list li .tit {
	font-size: 24px;
	color: #000;
	margin-bottom: 25px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.jm-youshi-list li:hover .tit {
	color: #ff9a00!important;
}
.jm-youshi-list li:nth-child(2n) .tit {
	color: #fff;
}
.jm-support {
	height: 747px;
	background: url(../images/jm_support_bg2.jpg) no-repeat center fixed;
	background: cover;
	text-align: center;
}
.jm-support-list {
	width: 1230px;
}
.jm-support-list li {
	float: left;
	width: 382px;
	height: 150px;
	background: #000;
	background: rgba(0,0,0,0.6);
	margin-right: 26px;
	margin-bottom: 20px;
	color: #fff;
	font-size: 18px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.jm-support-list li:hover {
	background: #ff9a00;
	background: rgba(255, 0, 0, .6);
}
.jm-support-list li .pic {
	height: 80px;
	line-height: 80px;
	margin-bottom: 10px;
}
.sp-jm{background:url(../images/sprite_jm.png)  no-repeat; vertical-align: bottom;}
.jm-btn-2{height:20px;width:22px;background-position:0 0;}
.jm-btn-1{height:20px;width:24px;background-position:0 -20px;}
.jm-4{height:42px;width:46px;background-position:0 -40px;}
.jm-3{height:46px;width:46px;background-position:0 -82px;}
.jm-2{height:42px;width:48px;background-position:0 -128px;}
.jm-5{height:44px;width:52px;background-position:0 -170px;}
.jm-1{height:42px;width:54px;background-position:0 -214px;}
.jm-6{height:56px;width:62px;background-position:0 -256px;}
.jm-button {
	margin-bottom: 25px;
	padding-top: 40px;
}
.jm-button .jm-btn {
	display: inline-block;
	margin: 0 5px;
	width: 211px;
	height: 52px;
	border: 1px solid #fff;
	line-height: 50px;
	border-radius: 26px;
	color: #fff;
	font-size: 18px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.jm-button .jm-btn:hover {
	background: #ff9a00;
}
.jm-button .jm-btn .sp-jm {
	vertical-align: middle;
	margin-right: 5px;
}
.muscle-list {
	width: 1220px;
	text-align: center;
}
.muscle-list li {
	float: left;
	width: 388px;
	margin-right: 17px;
	margin-bottom: 17px;
}
.muscle-list li .pic {
	width: 388px;
	height: 255px;
	overflow: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.muscle-list li:hover .pic {
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.muscle-list li .pic img {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.muscle-list li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.muscle-list li .tit {
	padding: 15px 0;
	font-size: 16px;
	color: #333;
}
/*加盟栏目 End*/

/*联系栏目*/
.contact-info {
	width: 1300px;
}
.sp-ct{background:url(../images/sprite-ct.png)  no-repeat;}
.icon-addr{height:32px;width:24px;background-position:0 0;}
.ct-4{height:43px;width:33px;background-position:0 -32px;}
.ct-1{height:50px;width:54px;background-position:0 -75px;}
.ct-3{height:37px;width:55px;background-position:0 -125px;}
.ct-2{height:46px;width:58px;background-position:0 -162px;}
.contact-info ul li {
	position: relative;
    float: left;
    width: 25%;
    text-align: center;
    height: 143px;
    padding: 10px 0;
}
.contact-info ul li ~ li:before {
	content: "";
	position: absolute;
	top: 0;
	left: -10px;
	height: 142px;
	border-left: 1px solid #DCDCDC;
}
.contact-info ul li:nth-child(2):before {
	left: 20px;
}
.contact-info ul li:nth-child(4):before {
	left: -20px;
}
.contact-info ul li .icon {
    display: inline-block;
    width: 50%;
    height: 50px;
    line-height: 50px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.contact-info ul li:hover .icon {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
}
.contact-info ul li .icon .sp-ct {
	vertical-align: bottom;
}
.contact-info ul li .tit {
    padding: 8px 0 10px;
    font-size: 18px;
    color: #000;
}
.contact-info ul li .info {
    font-size: 18px;
    color: #333;
}
.contact-info ul li .info span {
	/*font-size: 16px;*/
}
.contact-info ul li .info a {
    color: #333;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.contact-info ul li .info a:hover {
    color: #FF0103;
}
.message-info {
    position: relative;
    background: #fff;
}
.message-info .contact-title {
    padding-top: 8%;
    padding-bottom: 6.2%;
    font-size: 30px;
    color: #000;
}
.consult-content {
	position: relative;
    float: left;
    width: 50%;
    height: 645px;
    overflow: hidden;
}
.consult-content .addr {
	position: absolute;
	right: 290px;
	top: 270px;
	font-size: 16px;
	color: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.consult-content .addr:hover {
	color: #ff9a00;
}
.consult-content .icon-addr {
	position: absolute;
	right: 386px;
	top: 320px;
	-webkit-animation: lineMoveTT 1s infinite linear;
	-moz-animation: lineMoveTT 1s infinite linear;
	animation: lineMoveTT 1s infinite linear;
}
/*.consult-content img {
	position: absolute;
	right: 0;
	opacity: .9;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.consult-content:hover img {
	opacity: .8;
}*/
.message-content {
    width: 50%;
    padding-left: 7.3%;
    padding-right: 10%;
}
.message-content .message-form .inp {
    width: 100%;
    height: 57px;
    line-height: 57px;
    padding: 0 30px;
    background: #fff;
    margin-bottom: 20px;
    font-size: 16px;
    border: 1px solid #B2B2B2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.message-content .message-form .txt {
    width: 100%;
    height: 190px;
    padding: 20px 30px;
    background: #fff;
    font-size: 16px;
    border: 1px solid #B2B2B2;
    font-family: "微软雅黑";
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.message-content .message-form .com-button {
    margin-top: 20px;
    font-size: 0;
    width: 158px;
    height: 48px;
    line-height: 48px;
}
.message-content .message-form .txt:hover,
.message-content .message-form .inp:hover,
.message-content .message-form .inp:focus,
.message-content .message-form .txt:focus {
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    border-color: #ff9a00;
}
.message-content .message-form .sub {
    position: relative;
    margin-top: 25px;
    color: #fff;
    font-size: 18px;
    background: #ff9a00;
    vertical-align: middle;
    width: 222px;
    height: 55px;
    line-height: 55px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.message-content .message-form .sub:hover,
.prodTitle .zx:hover {
	background: #DC0202;
}
/*联系栏目 End*/


/*新闻栏目*/
.news-list-wrap{
	padding-top:60px;
	overflow: hidden;
}
.news-list {
	width: 1230px;
	padding-bottom: 10px;
}
.news-list li {
	position: relative;
	float: left;
	margin-right: 21px;
	margin-bottom: 21px;
	width: 385px;
	background: #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.news-list li:hover {
	box-shadow: 0 0px 20px rgba(0,0,0,0.2);
}
.news-list li:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	height: 20px;
	background: url(../images/icon_see.png) no-repeat center;
	background-size: contain;
	opacity: 0;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.news-list li:hover:before {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.news-list li .pic {
	height: 247px;
	overflow: hidden;
}
.news-list li .pic img {
	width: 100%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.news-list li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.news-list li .cont {
	padding: 20px 20px 24px 20px;
	background: #fff;
	text-align: center;
}
.news-list li .cont .tit {
	font-size: 16px;
	color: #000;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.news-list li:hover .cont .tit {
	color: #ff9a00;
}
.news-list li .cont .des {
	margin-top: 10px;
	margin-bottom: 15px;
	color: #333;
	height: 21px;
}
.news-list li .cont .date {
	font-size: 12px;
	color: #999;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.news-list li:hover .cont .date {
	opacity: 0;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
/*新闻栏目 End*/


/*产品详细页*/
.header-placeholder {
	height: 91px;
	background: #000;
}
.com-bread {
	height: 50px;
	line-height: 49px;
	border-bottom: 1px solid #E1E1E1;
	margin-bottom: 30px;
	color: #000;
}
.com-bread a {
	color: #000;
	font-size: 12px;
}
.com-bread a:hover {
	color: #ff9a00;
}
.com-bread .back-to {
	display: inline-block;
	margin-top: 11px;
	width: 80px;
	height: 26px;
	line-height: 24px;
	border: 1px solid #000;
	text-align: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.com-bread .back-to:hover {
	color: #fff;
	background: #ff9a00;
	border-color: #ff9a00;
}
.product-album {
	padding-bottom: 70px;
}
/*放大镜*/
.prodPic {
	width:785px;
}
.prodPic .pic-item ~ .pic-item {
	display: none;
}
.prodPic .big {
	width: 645px;
	height: 475px;
	position: relative;
	z-index: 1;
	float: right;
	border: 1px solid #e3e3e3;
	background: #fff;
	overflow: hidden;
}
.prodPic .big a {
	width: 608px;
	height: 448px;
	background:#fff;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.prodPic .big a img {
	vertical-align:middle;
	max-width:100%;
	max-height:100%;
}
.prodPic .big a {
	*display:block;
	*font-family:Arial;
	*line-height:1;
}
div.zoomDiv {
	z-index:999;
	position:absolute;
	top:0px;
	left:0px;
	width:300px;
	height:300px;
	background:#fff;
	border:1px solid #ccc;
	display:none;
	text-align:center;
	overflow:hidden;
}
div.zoomMask {
	position:absolute;
	background:url(../images/mask.png);
	cursor:move;
	z-index:1;
}
.prodPic .list {
	width:120px;
	height:475px;
	overflow:hidden;
	position:relative;
	float:left;
}
.prodPic .list a.prev,.prodPic .list a.next {
	display:block;
	width:100%;
	height:30px;
	position:absolute;
	top:0;
	left:0;
	background:url(../images/anus.png) no-repeat;
	overflow:hidden;
	cursor:pointer;
	opacity:0;
	z-index:99;
}
.prodPic .list a.next {
	top:auto;
	bottom:0;
	background-position:0 -30px;
}
.prodPic .list:hover a{
	opacity:1;
}
.prodPic .list .thumb {
	position:relative;
	width:120px;
	height:475px;
	overflow:hidden;
}
.prodPic .list .thumb ul {
	position:absolute;
	height:99999px;
}
.prodPic .list .thumb ul li {
	background:none;
	float:left;
	width:100%;
	height:97px;
	position:relative;
}
.prodPic .list .thumb ul li a {
	display:block;
	width:120px;
	height:87px;
	border:2px solid #e3e3e3;
	text-align:center;
	background:#fff
}
.prodPic .list .thumb ul li img {
	max-width:100%;
	max-height:100%;
	cursor:pointer;
}
.prodPic .list .thumb ul li a.selected {
	border-color:#ff9a00;
}
.prodTitle {
	padding-left: 50px;
	width:400px;
	overflow:hidden;
}
.prodTitle h2 {
	font-size: 24px;
	padding: 40px 0 20px;
	color: #000;
}
.prodTitle .txt {
	line-height:25px;
	min-height:180px;
	padding-bottom: 20px;
	/*overflow:hidden;*/
	border-bottom: 1px solid #DADADA;
}
.prodTitle .txt span {
	color:#333;
	font-size: 12px;
}
.prodTitle .txt .color-select li {
	margin-top: 10px;
	color: #333;
	cursor: pointer;
}
.prodTitle .txt .color-select li i {
	margin-right: 15px;
	border: 2px solid #F5F5F5;
	width: 109px;
	height: 40px;
	vertical-align: middle;
}
.prodTitle .txt .color-select li i.c0 {
	background: url(../images/color_gt.jpg) no-repeat center;
}
.prodTitle .txt .color-select li i.c1 {
	background: url(../images/color_qh.jpg) no-repeat center;
}
.prodTitle .txt .color-select li i.c2 {
	/*background: url(../images/color_gt.jpg) no-repeat center;*/
}
.prodTitle .txt .color-select li i.c3 {
	/*background: url(../images/color_gt.jpg) no-repeat center;*/
}
.prodTitle .txt .color-select li.on i {
	border-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.prodTitle .zx {
	display: inline-block;
	margin-top: 30px;
	width: 162px;
	height: 53px;
	line-height: 53px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: #ff9a00;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.prodTitle .zx:hover {

}
/*产品介绍*/
.product-detail {
	/*padding: 90px 0 100px;*/
	color: #333;
}
.product-detail .detail-item .tit {
	width: 285px;
	font-size: 24px;
	color: #000;
	line-height: 1.1;
}
.product-detail .detail-item ~ .detail-item {
	display: none;
	/*margin-top: 60px;*/
}
.product-detail-content {
	margin-top: 20px;
	background-color: #fff;
	min-height: 500px;
}
.product-detail-cate {
	text-align: center;
	height: 61px;
	line-height: 60px;
	border-top: 1px solid #E4E4E4;
	font-size: 0;
	background-color: #fff;
}
.product-detail-cate li {
	position: relative;
	display: inline-block;
	cursor: pointer;
	font-size: 18px;
	color: #333;
	padding: 0 38px;
}
.product-detail-cate li.on {
	color: #ff9a00;
}
.product-detail-cate li ~ li:before {
	content: "";
	position: absolute;
	left: 0;
	border-left: 1px solid #E5E5E5;
	height: 20px;
	top: 50%;
	margin-top: -10px;
}
/*产品详细页 End*/


/**************发展历程*************/
.history-wrap{
  /*background-color: #fff;*/
  padding-bottom: 100px;
  background: #DDE4EE url(../images/develop_bg.jpg) no-repeat center top;
  background-size: cover;
}
.history-wrap .tit-box{
  text-align: center;
}
.history-wrap .tit-box h4{
  font-size: 40px;
  line-height: 50px;
  font-family: "Base-font";
  color: #333;
}
.history-wrap .tit-box .st{
  font-size: 16px;
  line-height: 20px;
  color: #777;
}
.history-wrap .cent-wrap{
  width: 89.2%;
  margin: 42px auto 0;
  position: relative;
  padding-bottom: 100px;
}
.history-wrap .cent-wrap ul:after,
.history-wrap .cent-wrap li:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}
.history-wrap .cent-wrap ul,.history-wrap .cent-wrap li{
  width: 100%;
}
.history-wrap .cent-wrap ul{
  position: relative;
  z-index: 2;
  padding-top: 1px;
}
.history-wrap .cent-wrap li{
  /*margin-top: 98px;*/
  margin-top: 60px;
  position: relative;
  opacity: 0;
  transition: opacity 0.4s ease 0s;
}
.history-wrap .cent-wrap li .cont-box{
  width: 29%;
}
.history-wrap .cent-wrap li .year{
  font-size: 40px;
  line-height: 50px;
  color: #333;
  font-weight: bold;
  font-family: "Arial";
}
.history-wrap .cent-wrap li .word{
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
  color: #777;
}
.history-wrap .cent-wrap li .img{
  display: block;
  opacity: 0;
  width: 10.8%;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 8px;
}
.history-wrap .cent-wrap li .img img{
  width: 100%;
  height: auto;
}
.history-wrap .cent-wrap li:nth-child(odd) .img{
  float: left;
}
.history-wrap .cent-wrap li:nth-child(odd) .cont-box{
  float: left;
  margin-left: 6.8%;
  text-align: right;
}
.history-wrap .cent-wrap li:nth-child(even) .img{
  float: right;
}
.history-wrap .cent-wrap li:nth-child(even) .cont-box{
  float: right;
  margin-right: 9.7%;
  width: 26%;
  text-align: left;
}
.history-wrap .cent-wrap li .point{
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  text-align: center;
  border-radius: 50%;
  top: 14px;
}
.history-wrap .cent-wrap li .point i{
  display: none;
  width: 10px;
  height: 10px;
  margin-top: 3px;
  vertical-align: top;
  background-color: #000;
  border-radius: 50%;
}
.history-wrap .cent-wrap li.show{
  opacity: 1;
}
.history-wrap .cent-wrap li.show .point i{
  display: inline-block;
}
.history-wrap .cent-line-box{
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  margin-left: -1px;
}
.history-wrap .cent-line-box .line{
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ccc;
}
.history-wrap .cent-line-box .point-t{
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  margin-left: -8px;
  position: absolute;
  top: 0;
}
.history-wrap .cent-line-box .point-h{
  position: fixed;
  display: none;
  width: 10px;
  height: 10px;
  background-color: #000;
  left: 50%;
  border-radius: 50%;
  margin-left: -5px;
  top: 50%;
  margin-top: -5px;
}
.history-wrap .bot-tit{
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  color: #999;
  margin-top: 16px;
}


/*新闻详情*/
.news-info {
  /*padding: 5% 12%;*/
  padding:60px 0;
  margin: 0 auto;
  width: 1100px;
}

.news-info .infotit {
  border-bottom: 1px #e5e5e5 solid;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.news-info .infotit .infot {
  width: 80%;
}
.news-info .infotit .infot h2 {
  font-size: 26px;
  color: #000;
  line-height: 30px;
}
.news-info .infotit .infot p {
  font-size: 14px;
  color: #999;
  line-height: 20px;
  margin-top: 15px;
}
.news-info .infotit .share {
  border-bottom: none;
}
.infotx p {
  font-size: 16px;
  color: #666;
  line-height: 2;
  /*margin-bottom: 30px;*/
}
.infotx img {
  margin: 10px 0;
  max-width: 100%;
}

.infofun{
  padding:3% 0;
}
.infofun .infoctrl {
	width: 50%;
}
.infoctrl p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 70%;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.infoctrl p a {
  color: #666;
}
.infoctrl p a:hover {
  color: #ff9a00;
}



/*视频*/
.service-video {
	padding-bottom: 70px;
}
.service-video .bd {
	height: 297px;
	overflow: hidden;
}
.list-video {
    width: 1222px;
}
.list-video li {
    float: left;
    margin-bottom: 10px;
    margin-right: 22px;
    width: 385px;
    overflow: hidden;
    text-align: center;
}

.list-video li .pic {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.list-video li .pic img {
    vertical-align: middle;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.list-video li .pic:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.list-video li .pic:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2) url(../images/icon-video.png) no-repeat center;
    content: "";
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.list-video li .pic:hover:before {
	background-color: rgba(0,0,0,0.1);
}
.list-video li p {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}
.service-video .hd {
	margin-top: 20px;
	text-align: center;
}
.service-video .hd ul li {
	display: inline-block;
	text-indent: -9999px;
	width: 20px;
	height: 10px;
	margin: 0 4px;
	/*background: #ddd;*/
	cursor: pointer;
	font-size: 0;
}
.service-video .hd ul li:before {
	content: "";
	display: block;
	margin-top: 4px;
	width: 20px;
	height: 2px;
	background: #BFBEBE;
}
.service-video .hd ul li.on:before {
	background: #ff9a00;
}


/*相关产品*/
.product-xg .bd {
	height: 354px;
	overflow: hidden;
}
.product-xg .hd {
	margin-top: 30px;
	text-align: center;
}
.product-xg .hd ul li {
	display: inline-block;
	margin: 0 5px;
	text-indent: -9999px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #ddd;
	cursor: pointer;
}
.product-xg .hd ul li.on {
	background: #ff9a00;
}


/*体验*/
.mw-100 {
	max-width: 100%;
}
.ty-header {
	position: relative;
	margin-bottom: 55px;
	background: #000;
}
.ty-header:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .4;
	z-index: 2;
}
.ty-header .video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.ty-header .tit {
	position: absolute;
	left: 50%;
	top: 35%;
	width: 1000px;
	margin-left: -500px;
	font-size: 46px;
	color: #fff;
	z-index: 3;
	text-align: center;
}
.ty-header .tit h4 {
	font-size: 24px;
	font-weight: 300;
}
.ty-content {
	margin-bottom: 40px;
}
.ty-content .com-width {
	position: relative;
	background: #fff;
	height: 600px;
}
.ty-content .tit {
	position: absolute;
	left: 5%;
	top: 50px;
}
.ty-content .pic {
	position: absolute;
	left: 5%;
	top: 350px;
	width: 1082px;
}
@media screen and (min-width: 1800px) {
	.ty-content .com-width {
		width: 1600px;
		height: 800px;
	}
	.ty-content .tit {
		left: 11.8%;
		top: 80px;
	}
	.ty-content .pic {
		left: 11.8%;
		top: 380px;
		width: auto;
	}
}

/* 按钮效果 - Shutter In Vertical */
.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #ff9a00;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active,
.hvr-shutter-in-vertical.on {
  color: white;
}
.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before,
.hvr-shutter-in-vertical.on:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}


/* Effect 4 */
.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.hi-icon:before {
	font-family: 'ecoicon';
	speak: none;
	font-size: 48px;
	line-height: 90px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}
.hi-icon-effect-4 .hi-icon:before {
	line-height: 92px;
}

.hi-icon-effect-4 .hi-icon:after {
	top: -2px;
	left: -2px;
	padding: 0;
	z-index: 10;
	border: 2px dashed #fff;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.hi-icon-effect-4 .hi-icon:hover {
	box-shadow: 0 0 0 0 rgba(255,255,255,0);
	color: #fff;
}

/* Effect 4b */
.hi-icon-effect-4b li a:hover .hi-icon {
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
}

.hi-icon-effect-4b li a:hover .hi-icon:after {
	opacity: 1;
	-webkit-animation: spinAround 9s linear infinite;
	-moz-animation: spinAround 9s linear infinite;
	animation: spinAround 9s linear infinite;
}

@-webkit-keyframes spinAround {
	from {
		-webkit-transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes spinAround {
	from {
		-moz-transform: rotate(0deg)
	}
	to {
		-moz-transform: rotate(360deg);
	}
}
@keyframes spinAround {
	from {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(360deg);
	}
}


/*顺时针旋转360度*/
@-webkit-keyframes clockwise {
    0%{-webkit-transform: rotate(0deg);}
    50%{-webkit-transform: rotate(180deg);}
    100%{-webkit-transform: rotate(360deg);}
}
@-moz-keyframes clockwise{
    0%{-moz-transform: rotate(0deg);}
    50%{-moz-transform: rotate(180deg);}
    100%{-moz-transform: rotate(360deg);}
}
@keyframes clockwise{
    0%{transform: rotate(0deg);}
    50%{transform: rotate(180deg);}
    100%{transform: rotate(360deg);}
}
/*逆时针旋转360度*/
@-webkit-keyframes anticlockwise {
    0%{-webkit-transform: rotate(0deg);}
    50%{-webkit-transform: rotate(-180deg);}
    100%{-webkit-transform: rotate(-360deg);}
}
@-moz-keyframes anticlockwise{
    0%{-moz-transform: rotate(0deg);}
    50%{-moz-transform: rotate(-180deg);}
    100%{-moz-transform: rotate(-360deg);}
}
@keyframes anticlockwise{
    0%{transform: rotate(0deg);}
    50%{transform: rotate(-180deg);}
    100%{transform: rotate(-360deg);}
}
/*顺时针旋转45度*/
@-webkit-keyframes clockwiseFour{
    0%{-webkit-transform: rotate(0deg);}
    50%{-webkit-transform: rotate(45deg);}
    100%{-webkit-transform: rotate(0deg);}
}
@-moz-keyframes clockwiseFour{
    0%{-moz-transform: rotate(0deg);}
    50%{-moz-transform: rotate(45deg);}
    100%{-moz-transform: rotate(0deg);}
}
@keyframes clockwiseFour{
    0%{transform: rotate(0deg);}
    50%{transform: rotate(45deg);}
    100%{transform: rotate(0deg);}
}
/*逆时针旋转120度*/
@-webkit-keyframes anticlockwiseTwo{
    0%{-webkit-transform:translate(-50%, -50%) rotate(0deg);}
    50%{-webkit-transform:translate(-50%, -50%) rotate(-120deg);}
    100%{-webkit-transform:translate(-50%, -50%) rotate(0deg);}
}
@-moz-keyframes anticlockwiseTwo{
    0%{-moz-transform:translate(-50%, -50%) rotate(0deg);}
    50%{-moz-transform:translate(-50%, -50%) rotate(-120deg);}
    100%{-moz-transform:translate(-50%, -50%) rotate(0deg);}
}
@keyframes anticlockwiseTwo{
    0%{transform:translate(-50%, -50%) rotate(0deg);}
    50%{transform:translate(-50%, -50%) rotate(-120deg);}
    100%{transform:translate(-50%, -50%) rotate(0deg);}
}
/*只顺时针旋转，不位移*/
@-webkit-keyframes onlyClockwise{
    0%{-webkit-transform:rotate(0deg);}
    50%{-webkit-transform:rotate(180deg);}
    100%{-webkit-transform:rotate(360deg);}
}
@-moz-keyframes onlyClockwise{
    0%{-moz-transform:rotate(0deg);}
    50%{-moz-transform:rotate(180deg);}
    100%{-moz-transform:rotate(360deg);}
}
@keyframes onlyClockwise{
    0%{transform:rotate(0deg);}
    50%{transform:rotate(180deg);}
    100%{transform:rotate(360deg);}
}
/*只逆时针旋转，不位移*/
@-webkit-keyframes onlyAnticlockwiseRotate{
    0%{-webkit-transform:rotate(0deg);}
    50%{-webkit-transform:rotate(-180deg);}
    100%{-webkit-transform:rotate(-360deg);}
}
@-moz-keyframes onlyAnticlockwiseRotate{
    0%{-moz-transform:rotate(0deg);}
    50%{-moz-transform:rotate(-180deg);}
    100%{-moz-transform:rotate(-360deg);}
}
@keyframes onlyAnticlockwiseRotate{
    0%{transform:rotate(0deg);}
    50%{transform:rotate(-180deg);}
    100%{transform:rotate(-360deg);}
}
/*身份扫描移动*/
@-webkit-keyframes lineMove {
    0%{-webkit-transform: translateY(0%);}
    25%{-webkit-transform: translateY(40%);}
    50%{-webkit-transform: translateY(80%);}
    75%{-webkit-transform: translateY(40%);}
    100%{-webkit-transform: translateY(0%);}
}
@-moz-keyframes lineMove {
    0%{-moz-transform: translateX(0%);}
    25%{-moz-transform: translateX(40%);}
    50%{-moz-transform: translateX(80%);}
    75%{-moz-transform: translateX(40%);}
    100%{-moz-transform: translateX(0%);}
}
@keyframes lineMove {
    0%{transform: translateY(0%);}
    25%{transform: translateY(40%);}
    50%{transform: translateY(80%);}
    75%{transform: translateY(40%);}
    100%{transform: translateY(0%);}
}


/**/
@-webkit-keyframes lineMoveTT {
    0%{-webkit-transform: translateY(0%);}
    50%{-webkit-transform: translateY(-40%);}
    100%{-webkit-transform: translateY(0);}
}
@-moz-keyframes lineMoveTT {
    0%{-moz-transform: translateX(0%);}
    50%{-moz-transform: translateX(-40%);}
    100%{-moz-transform: translateX(0);}
}
@keyframes lineMoveTT {
    0%{transform: translateY(0%);}
    50%{transform: translateY(-40%);}
    100%{transform: translateY(0);}
}


@media screen and (max-width: 1900px) {
	.intro-item .cont .des p {
		display: inline;
	}
}
@media screen and (max-width: 1440px) {
	.banner .slide1 .pic1 {
		top: 28%;
		margin-left: -578px;
	}
	.banner .slide1 .pic2 {
		width: 400px;
		height: 400px;
		margin-left: -200px;
		margin-top: -200px;
	}
	.banner .slide1 .pic3 {
	    width: 430px;
	    height: 430px;
	    margin-left: -215px;
	    margin-top: -215px;
	}
	.banner .slide1 .pic4 {
		width: 500px;
		height: 500px;
		margin-left: -250px;
		margin-top: -250px;
	}
	.banner .slide1 .pic5 {
	    width: 140px;
        height: 0;
        top: 45%;
        margin-left: -54px;
        background: url(../images/banner/b1_head-1440.png) no-repeat center top;
	}
	.banner .slide1 .fun {
		position: absolute;
		left: 50%;
		top: 50%;
		z-index: 2;
	}
	.banner .slide1 .fun1 {
		margin-left: 175px;
		margin-top: -170px;
	}
	.banner .slide1 .fun2 {
		margin-left: 200px;
		top: 49.3%;
	}
	.banner .slide1 .fun3 {
		margin-left: 172px;
		margin-top: 104px;
	}
	.banner .slide1 .cont {
		top: 30%;
	}
	.banner .slide1 .cont h3 {
	    font-size: 30px;
	}
}

@media screen and (max-width: 1366px) {
	.banner .slide1 .pic1 {
	    top: 23%;
	    margin-left: -582px;
	}
}
.honor-content{
	padding-top:60px;overflow:hidden;
}
.zSlide{width:100%;height:100%;margin:75px auto 0;overflow:hidden;position:relative;z-index:9;background:#000;}
.zSlide .bd li img{width:100%;}
.zSlide .prev,.zSlide .next{position:absolute;top:50%;left:0%;z-index:10;display:block;width:50px;height:50px;margin-top:-50px;opacity:0;background:url(../images/abtn.png) no-repeat 0 0;filter:alpha(opacity=0);transition:all .3s;}
.zSlide .next{right:0%;left:auto;background-position:0 -50px;}
.zSlide:hover .prev,.zSlide:hover .next{opacity:1;}
.zSlide:hover .prev{left:5%;}
.zSlide:hover .next{right:5%;}
.zSlide .hd{position:absolute;left:50%;bottom:60px;z-index:12;height:16px;margin-left:-31px;overflow:hidden;}
.zSlide .hd li{z-index:2;display:block;float:left;zoom:1;width:12px;height:12px;border:2px solid #ff9a00;border-radius:50%;margin:0 4px;cursor:pointer;text-indent:9999px;font-size:0;line-height:0;overflow:hidden;}
.zSlide .hd li:hover,.zSlide .hd .on{background:#ff9a00;}


.w1200{
	width:1200px;
	margin:0 auto;
}
.ztit{
	text-align:center;
	font-size:30px;
	color:#333;
	padding-bottom:40px;
}
.zjoin{
	padding-top:60px;
	background:#fff;
	overflow: hidden;
	padding-bottom:20px;
}
.zjoin .box{
	width:100%;
	overflow:hidden;
}
.zjoin .box ul{
	width:1290px;
}
.zjoin .box li{
	float:left;
	width:360px;
	margin-right:60px;
	padding-bottom:40px;
}
.zjoin .box li span{
	display:block;
	margin:0 auto;
	width:60px;
	height:60px;
	line-height:60px;
	overflow:hidden;
	text-align:center;
	background:#ff9a00;
	border-radius:50%;
	color:#fff;
	font-size:24px;
}
.zjoin .box li p{
	padding-top:15px;
	line-height:25px;
	height:125px;
}
.zjoinys{
	padding:60px 0;
	overflow:hidden;
}
.zjoinys ul{
	width:1290px;
}
.zjoinys .bd{width:1200px;overflow: hidden;}
.zjoinys .bd li{
	width:280px;
	float:left;
	margin-right:26px;
}
.zjoinys .bd li .wz{
	width:280px;
	border:1px solid #ddd;
	background:#fff;
	padding:15px;
}
.zjoinys .bd li .wz span{
	display: block;
	font-size:20px;
	color:#ff9a00;
}
.zjoinys .bd li .wz p{
	padding-top:10px;
	line-height:25px;
	height:110px;
}
.zjoinys .hd{
	padding-left:48%;
	height:10px;
	padding-top:20px;
}
.zjoinys .hd li{
	float:left;
	width:10px;
	height:10px;
	background:#ddd;
	border-radius:50%;
	text-indent:999;
	overflow: hidden;
	font-size:0;
	margin:0 3px;
}
.zjoinys .hd li.on{
	background:#ff9a00;
}
.zjoinbt{
	padding:60px 0;
	background:url(../images/jobx.jpg) no-repeat center;
	overflow:hidden;
}
.zjoinbt .ztit{
	color:#fff;
}
.zjoinbt .bx{
	padding-top:40px;
	overflow:hidden;
}
.zjoinbt .bx img{
	float:left;
	width:400px;
}
.zjoinbt .bx .wz{
	float:left;
	width:800px;
	padding-left:100px;
	color:#fff;
	font-size:16px;
	line-height:32px;
}
.zjoinbt .bx .wz p{
	padding:25px 0;
}
.zjoinbt .bx .wz p span{
	display:block;
	font-size:20px;
}
.zjoinbt .lix{
	text-align:center;
	padding-top:50px;
	color:#888;
}
.zjoinbt .lix span{
	display:block;
	font-size:40px;
	font-family:Impact;
	color:#ff9a00;
}
.zjoinbt .lix a{
	display:block;
	margin:15px auto 0;
	border-radius:4px;
	font-size:16px;
	width:180px;
	height:50px;
	line-height:50px;
	background:#fff;
	-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s;transition:all .4s;
}
.zjoinbt .lix a img{
	margin-right:10px;
}
.zjoinbt .lix a:hover{
	width:200px;
	color:#ff9a00;
}
.zjoinzc{
	background:url(../images/jotjimg.jpg) no-repeat center;
	padding:60px 0;
	overflow:hidden;
}
.zjoinzc .box{
	padding-top:40px;
}
.zjoinzc .box p{
	line-height:32px;
	font-size:16px;
}
.zjoinsx{
	background:#fff;
	padding:60px 0;
	overflow:hidden;
}
.zjoinsx .box p{
	font-size:16px;
	line-height:32px;
	color:#333;
	padding:10px 0;
}
.zjoinsx .box h4{
	font-size:20px;font-weight:bold;
	color:#ff9a00;
}
.zjoinsx table{
	border:1px solid #ddd;
	width:100%;
}
.zjoinsx table td{
	border:1px solid #ddd;
	padding:10px 20px;
}
.zjoinsx table tr:nth-child(2n){
	background:#fcfdfd;
}
.zjoinsx table .bt{
	font-size:16px;
}
.zjoinsx table .bt h5{
	font-size:20px;color:#ff9a00;
}
.zjoinsx table .tac{
	text-align:center;
}
.zjoinsx table .bno{
	background:#fff!important;
}
.zjointj{
	background: url(../images/jotjbg1.jpg) no-repeat center center fixed;
    padding:60px 0;
    overflow: hidden;
    background-size: cover;
    height:918px;
    position:relative;
}
.zjointj:before{
	background:rgba(0,0,0,.7);
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	content:"";
	z-index:11
}
.zjointj .ztit{
	color:#fff;
	position:relative;
	z-index:99
}
.zjointj .box{
	background:url(../images/jotjbg.png) no-repeat center top;
	height:713px;
	position: relative;
	z-index:99
}
.zjointj .box ul{
	width:1250px;
}
.zjointj .box li{
	width:235px;
	float:left;
	padding:50px 20px 0;
	margin-right:7px;
	overflow: hidden;
	height:220px;
}
.zjointj .box li span{
	display:block;
	width:100%;
	text-align:center;
	font-size:40px;
	font-family:arial;
	color:#ff9a00;
}
.zjointj .mlt{
	margin-left:124px;
}
.zjointj .mlt1{
	margin-left:488px;
}
.zjoinlc{
	background:#fff;
	padding:60px;
	overflow:hidden;
}
.zjoinlc .box{
	background:url(../images/zs_lc.png) no-repeat;
	overflow:hidden;
	position:relative;
}
.zjoinlc .box li{
	padding-top:90px;
	width:185px;
	float:left;
	margin-right:70px;
	height:190px;
}
.zjoinlc .box li span{
	display:block;
	text-align:center;
	font-size:18px;
}
.zjoinlc .box li.brl{
	padding-top:120px;
}
.zjoinlc .box li.brr{
	margin-right:0;
	position: absolute;
	right:30px;
	top:110px;
}
.zjoinlc .lix{
	text-align:center;
	padding-top:80px;
	color:#888;
}
.zjoinlc .lix span{
	display:block;
	font-size:40px;
	font-family:Impact;
	color:#ff9a00;
}
.zjoinlc .lix a{
	display:block;
	margin:15px auto 0;
	border-radius:4px;
	font-size:16px;
	width:180px;
	height:50px;
	line-height:50px;
	background:#ff9a00;
	color:#fff;
	-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s;transition:all .4s;
}
.zjoinlc .lix a img{
	margin-right:10px;
}
.zjoinlc .lix a:hover{
	width:200px;
	color:#fff;
}