﻿* {
	padding: 0;
	margin: 0;
}

html,
body,
div,
span,
p,
ul,
li,
a,
img,
input,
label,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
textarea,
select,
option,
b,
i {
	font-style: normal;
	font-size: 16px;
	border: 0;
	font-family: 'Microsoft YaHei', '微软雅黑';
	font-weight: normal;
	color: #333;
	outline: 0;
	margin: 0;
	padding: 0;
}

ul,
li {
	list-style: none;
}

a {
	display: block;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

html,
body {
	min-width: auto;
}


.header-contaner {
	width: 100%;
	min-width: auto;
	height: 50px;
	background: #303030;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.logo {
	width: 398px;
	height: 86px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
}

.logo a img {
	position: absolute;
	top: 0%;
	left: 0%;
}

.nav-container {
	width: auto;
	height: 100%;
	float: left;
	margin-left: 380px;
}

.nav-container ul {
	height: 100%;
	margin: 0 0 0 40px;
}

.nav-container ul li {
	height: 100%;
	float: left;
	position: relative;
	margin: 0 30px 0 0;
}

.nav-container ul li a {
	display: block;
	height: 100%;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	width: auto;
	padding: 0 15px;
	text-align: center;
}

.nav-container ul li:hover>a {
	text-decoration: underline;
}

.nav-container ul li.active>a {
	text-decoration: underline;
}

.nav-container ul li .n-subnav-container {
	width: 200px;
	position: absolute;
	top: 50px;
	left: 0;
	background: #dedede;
	display: none;
	overflow: hidden;
	padding: 10px 0 10px 0;
}

.nav-container ul li .n-subnav-container.w-width {
	width: 94px;
}

.nav-container ul li .n-subnav-container.w-width2 {
	width: 130px;
}

.nav-container ul li:hover .n-subnav-container {
	display: block;
}

.nav-container ul li .n-subnav-container a {
	line-height: 40px;
	text-align: left;
	color: #333333;
}

.nav-container ul li .n-subnav-container a:hover {
	background: #FFCB04;
	color: #FFFFFF;
}

.nav-container ul li .n-subnav-container a.font-small {
	font-size: 12px;
}

.m-subnav-down {
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0;
	background: #FFFFFF;
	display: none;
}

.nav-search {
	width: auto;
	height: 100%;
	float: right;
	margin: 0 30px 0 0;
}

.search-box {
	width: 40px;
	height: 32px;
	margin: 9px 20px 0 0;
	float: left;
	display: block;
	position: relative;
}

.search-box input {
	width: 190px;
	height: 32px;
	line-height: 32px;
	background: none;
	border: 0;
	outline: none;
	display: block;
	position: absolute;
	top: 0;
	left: 10px;
	color: #FFFFFF;
	-webkit-appearance: none;
}

.search-box input::-webkit-input-placeholder {
	color: #FFFFFF;
}

.search-box span {
	display: block;
	width: 40px;
	height: 32px;
	position: absolute;
	top: 0;
	right: 0px;
	cursor: pointer;
}

.search-box span img {
	padding: 10px 0 0 13px;
}

.nav-search-container {
	width: 100%;
	height: 100%;
	background: #303030;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.nav-search-container span {
	display: block;
	width: 40px;
	height: 32px;
	position: absolute;
	top: 9px;
	left: 420px;
	cursor: pointer;
}

.nav-search-container span img {
	padding: 10px 0 0 13px;
}

.nav-search-container input {
	width: 50%;
	height: 32px;
	line-height: 32px;
	background: none;
	border: 0;
	outline: none;
	display: block;
	position: absolute;
	top: 9px;
	left: 460px;
	color: #FFFFFF;
	-webkit-appearance: none;
}

.nav-search-container input::-webkit-input-placeholder {
	color: #FFFFFF;
}

.nav-search-container i {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: 120px;
	cursor: pointer;
}

.nav-search-container i:before,
.nav-search-container i:after {
	content: "";
	width: 15px;
	height: 2px;
	background: #FFFFFF;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1px 0 0 -7px;
}

.nav-search-container i:before {
	transform: rotate(45deg);
}

.nav-search-container i:after {
	transform: rotate(-45deg);
}

.language-box {
	width: auto;
	height: 30px;
	float: left;
	display: block;
	margin: 10px 0 0 0;
	position: relative;
}

.language-box p {
	width: auto;
	line-height: 30px;
	text-align: center;
	float: left;
	display: block;
	color: #FFFFFF;
}

.language-box span {
	width: 30px;
	height: 30px;
	display: block;
	float: left;
	cursor: pointer;
	background: url(../images/icon/icon-03.png) center center no-repeat;
}

.language-list {
	width: auto;
	height: auto;
	padding: 0.5rem 1rem;
	border-radius: 10px;
	background: #FFFFFF;
	position: absolute;
	top: 40px;
	right: 0;
	display: none;
}

.language-list a {
	display: block;
	line-height: 30px;
}

.language-list a:hover {
	text-decoration: underline;
}

.banner-container {
	width: 100%;
	height: auto;
	clear: both;
	padding: 50px 0 0 0;
}

.m-subnav-container {
	width: 100%;
	height: 400px;
	background: #FFFFFF;
	position: absolute;
	top: 50px;
	left: 0;
	overflow: hidden;
	display: none;
}

.m-subnav-list {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.m-subnav-list.active {
	display: block;
}

.m-subnav-text {
	width: 50%;
	height: 320px;
	float: left;
	background: #f2f2f2;
	padding: 50px 0 30px 0;
}

.m-subnav-info {
	width: 50%;
	height: 320px;
	float: left;
	padding: 50px 0 30px 0;
}

.m-subnav-text ul {
	width: 450px;
	float: right;
	margin: 0px 30px 0 0;
}

.m-subnav-text ul li {
	width: 420px;
	height: 40px;
	padding: 0 0 0 30px;
	margin: 0 0 15px 0;
	cursor: pointer;
}

.m-subnav-text ul li a {
	/*	display: block;*/
	width: 100%;
	height: 100%;
	word-break: break-all;
}

.m-subnav-text ul li:hover {
	background: #ffcb04;
}

.m-subnav-text ul li:hover span {
	display: block;
}

.m-subnav-text ul li:hover p {
	/*color: #FFFFFF;*/
}

.m-subnav-text ul li.active {
	background: #ffcb04;
}

.m-subnav-text ul li.active span {
	display: block;
}

.m-subnav-text ul li.active p {
	/*color: #FFFFFF;*/
}

.m-subnav-text ul li p {
	width: 380px;
	line-height: 40px;
	display: block;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
}

.m-subnav-text ul li span {
	width: 20px;
	float: left;
	display: none;
}

.m-subnav-text ul li span img {
	padding: 13px 0 0 0;
}

.m-subnav-info ul {
	width: auto;
	height: auto;
	padding: 0 50px;
}

.m-subnav-info ul li {
	display: none;
}

.m-subnav-info ul li.active {
	display: block;
}

.m-subnav-info h1 {
	margin: 0px 0 30px 0;
	font-size: 18px;
	color: #000000;
}

.m-subnav-info span {
	display: block;
	width: 460px;
	height: 200px;
	margin: 0px 0 0px 0;
}

.m-subnav-info p {
	margin: 10px 0 30px 0;
	font-size: 14px;
	color: #666;
}

.mobile-nav {
	width: 100%;
	height: 4rem;
	background: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	display: none;
}

.moblie-logo {
	width: 100%;
	height: 100%;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.moblie-logo a {
	width: 8rem;
	height: 100%;
	display: block;
	margin: 0 0 0 1rem;
}

.moblie-logo a img {
	display: block;
	margin: 0;
	padding: 1.2rem 0 0 0;
}

.moblie-nav-btn {
	width: 3rem;
	height: 100%;
	position: absolute;
	top: 0;
	right: 1rem;
}

.moblie-nav-btn span {
	width: 1.5rem;
	height: 3px;
	background: #333333;
	position: absolute;
	top: 50%;
	right: 0.75rem;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.moblie-nav-btn span:before,
.moblie-nav-btn span:after {
	content: "";
	display: block;
	width: 1.5rem;
	height: 3px;
	background: #333333;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0);
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
}

.moblie-nav-btn.active span {
	background: none
}

.moblie-nav-btn.active span:before {
	margin: 0;
	transform: translate3d(-50%, -50%, 0) rotate(45deg);
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.moblie-nav-btn.active span:after {
	margin: 0;
	transform: translate3d(-50%, -50%, 0) rotate(-45deg);
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.moblie-nav-btn span:before {
	margin: -0.6rem 0 0 0;
}

.moblie-nav-btn span:after {
	margin: 0.6rem 0 0 0;
}

.moblie-subnav {
	width: 100%;
	height: calc(100% - 4rem);
	height: -webkit-calc(100% - 4rem);
	background: #FFFFFF;
	position: fixed;
	top: 4rem;
	left: 0;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
	overflow-y: auto;
}

.moblie-subnav.active {
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
}

.moblie-subnav-search-container {
	width: 100%;
	height: 3rem;
	box-sizing: border-box;
	padding: 0 1rem;
	background: #E5E5E5;
}

.moblie-subnav-search-container input {
	display: block;
	box-sizing: border-box;
	width: calc(100% - 3rem);
	width: -webkit-calc(100% - 3rem);
	height: 2rem;
	margin: 0.5rem 0.5rem 0 0;
	float: left;
	-webkit-appearance: none;
}

.moblie-subnav-search-container span {
	display: block;
	box-sizing: border-box;
	width: 2rem;
	height: 2rem;
	margin: 0.5rem 0.5rem 0 0;
	float: left;
	position: relative;
	background: #303030;
}

.moblie-subnav-search-container span img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.swiper-container {
	width: 100%;
}

.swiper-slide img {
	width: 100%;
	display: block;
}

.banner-txt {
	width: 500px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 500px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.banner-txt h1 {
	color: #FFFFFF;
	font-size: 36px;
	transition: all 0.5s 0.1s;
	-webkit-transition: all 0.5s 0.1s;
}

.banner-txt p {
	color: #FFFFFF;
	font-size: 48px;
	font-weight: 200;
	padding: 30px 0 50px 0;
	transition: all 0.5s 0.2s;
	-webkit-transition: all 0.5s 0.2s;
}

.banner-txt a {
	color: #ffcb04;
	font-size: 16px;
	position: relative;
	transition: all 0.5s 0.3s;
	-webkit-transition: all 0.5s 0.3s;
	display: inline-block;
}

.banner-txt a:before {
	content: "";
	width: 15px;
	height: 2px;
	background: #ffcb04;
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0;
}

.banner-txt h1,
.banner-txt p,
.banner-txt a {
	opacity: 0;
	transform: translateY(-100px);
	-webkit-transform: translateY(-100px);
}

.on h1,
.on p,
.on a {
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.banner-container .swiper-pagination-bullet {
	width: 48px;
	height: 2px;
	background: rgb(255, 255, 255);
	border-radius: 0;
	cursor: pointer;
}

.m-chip {
	width: 100%;
	height: auto;
}

.m-chip ul {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.m-chip ul li {
	width: 25%;
	height: auto;
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
}

.m-chip ul li i {
	display: block;
	overflow: hidden;
}

.m-chip ul li i img {
	width: 100%;
	display: block;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
}

.m-chip ul li span {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}

.m-chip ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.m-chip ul li:hover i img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.m-chip ul li span h1 {
	font-size: 22px;
	padding: 30px 0 10px 0;
}

.m-chip ul li span p {
	font-size: 16px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 15%;
	margin: auto;
	line-height: 26px;
}

.m-contianer {
	width: 100%;
	height: auto;
}

.m-contianer.bg {
	background: #f5f5f5;
}

.m-block {
	width: 1200px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 50px 0 54px 0;
	overflow: hidden;
}

.m-news {
	width: 764px;
	height: auto;
	float: left;
	display: block;
	margin: 0 0 0 10px;
}

.m-news-title {
	width: 100%;
	height: 60px;
	overflow: hidden;
}

.m-news-title h1 {
	font-size: 24px;
	font-weight: normal;
	line-height: 60px;
}

.m-news-list {
	width: 100%;
	height: auto;
	margin: 20px 0 0 0;
}

.m-news-list ul {
	width: 100%;
	height: auto;
}

.m-news-list li {
	width: 100%;
	height: 94px;
	background: #FFFFFF;
	margin: 0 0 20px 0;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
}

.m-news-list li:hover {
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}

.m-news-list li a {
	display: block;
	width: 100%;
	height: 100px;
}

.u-news-date {
	width: 103px;
	height: 54px;
	line-height: 54px;
	float: left;
	border-right: 1px solid #e0e0e0;
	margin: 20px 0 0 0;
	overflow: hidden;
	text-align: center;
}

.u-news-date p {
	font-size: 20px;
	color: #808080;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
}

.m-news-list li:hover .u-news-date p {
	color: #FFCB04;
}

.u-news-info {
	width: 600px;
	height: 74px;
	float: left;
	display: block;
	margin: 10px 0 0 30px;
}

.u-news-info h1 {
	font-size: 20px;
    color: #000000;
    margin: 10px 0 10px 0;
    overflow: hidden;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;

}

.u-news-info p {
	font-size: 16px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
}

.m-activity {
	width: 390px;
	height: auto;
	float: right;
	display: block;
}

.m-activity-title {
	width: 100%;
	height: 60px;
	overflow: hidden;
}

.m-activity-title h1 {
	font-size: 24px;
	font-weight: normal;
	line-height: 60px;
}

.m-activity-info {
	width: 100%;
	height: 320px;
	margin: 20px 0 0 0;
	background: #FFFFFF;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
}

.m-activity-info:hover {
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}

.m-activity-info a {
	display: block;
	height: 100%;
}

.m-activity-info span {
	width: 340px;
	height: 160px;
	display: block;
	margin: auto;
	padding: 10px 0;
	border-bottom: 1px solid #e0e0e0;
}

.m-activity-info h1 {
	font-size: 20px;
	color: #000000;
	padding: 0 20px;
	margin: 30px 0 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
}

.m-activity-info p {
	font-size: 16px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
	padding: 0 20px;
	margin: 10px 0 0 0;
}

.m-activity-info h2 {
	padding: 0 20px;
	margin: 10px 0 0 0;
}

.m-activity-info h2 i {
	font-style: normal;
	font-size: 14px;
	color: #999999;
}

.m-footer-container {
	width: 100%;
	height: auto;
	background: #FFFFFF;
}

.m-footer-nav {
	width: 100%;
	height: auto;
	padding: 60px 0;
}

.m-footer-block {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: auto;
}

.m-footer-navli {
	width: 14.28%;
	display: block;
	float: left;
}

.m-footer-navli h1 {
	font-size: 18px;
	color: #000000;
	margin: 0 0 25px 0;
}

.m-footer-navli ul {
	width: 100%;
	height: auto;
}

.m-footer-navli ul li {
	width: 100%;
	margin: 10px 0;
}

.m-footer-navli ul li a {
	color: #999999;
	font-size: 16px;
	line-height: 26px;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
	/*	display: inline-block;*/
}

.m-footer-navli ul li a:hover {
	color: #000;
	text-decoration: underline;
}

.m-footer-navli span {
	display: block;
	width: 90px;
}

.m-footer-info {
	width: 100%;
	height: 62px;
	background: #303030;
}

.m-footer-info img {
	margin: 20px 20px 0 0;
	float: left;
}

.m-footer-info p {
	float: left;
	color: #FFFFFF;
	font-size: 16px;
}

.u-footer-logo {
	width: auto;
	float: left;
	line-height: 62px;
	color: #FFFFFF;
}

.u-footer-logo p b {
	font-size: 18px;
	color: #FFFFFF;
}

.u-footer-nav {
	width: auto;
	float: right;
	color: #FFFFFF;
	line-height: 62px;
}

.u-footer-nav a {
	display: inline;
	color: #FFFFFF;
	margin: 0 10px 0;
}

.u-footer-nav a:hover {
	text-decoration: underline;
}

.m-banner {
	width: 100%;
	height: 500px;
	margin: 50px 0 0 0;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.about-banner {
	background-image: url(../images/img-109.jpg);
}

.chukong-banner {
	background-image: url(../images/img-22.jpg);
}

.idc-banner {
	background-image: url(../images/img-08.jpg);
}

.jishufuwu-banner {
	background-image: url(../images/img-82.jpg);
}

.join-banner {
	background-image: url(../images/img-147.jpg);
}

.join-banner2 {
	height: auto;
	/*background-image: url(../images/img-148.jpg);*/
}

.join-banner2 img {
	/*height: 500px;*/
}

.join-banner3 {
	background-image: url(../images/img-146.jpg);
}

.new-banner {
	background-image: url(../images/img-92.jpg);
}

.product-banner {
	background-image: url(../images/img-128.jpg);
}

.product-banner2 {
	background-image: url(../images/img-158.jpg);
}

.search-banner {
	background-image: url(../images/img-89.jpg);
}

.caiwu-banner {
	background-image: url(../images/img-131.jpg);
}

.farenshuominghui-banner {
	background-image: url(../images/img-135.jpg);
}

.gongsijianjie-banner {
	background-image: url(../images/img-129.jpg);
}

.gongsizhili-banner {
	background-image: url(../images/img-133.jpg);
}

.gudong-banner {
	background-image: url(../images/img-132.jpg);
}

.huodongxinxi-banner {
	background-image: url(../images/img-136.jpg);
}

.lihaiguanxiren-banner {
	background-image: url(../images/img-137.jpg);
}

.touzhirenguanxi-banner {
	background-image: url(../images/img-138.jpg);
}

.xianshiqudong-banner {
	background-image: url(../images/img-69.jpg);
}

.zhiweishibie-banner {
	background-image: url(../images/img-46.jpg);
}

.contact-banner {
	background-image: url(../images/img-160.jpg);
}

.m-banner h1 {
	font-size: 40px;
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	font-weight: bold;
	color: #fff;
	margin: -80px 0 0 0;
	letter-spacing: 7px;
}
.m-banner h1 b{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    font-family: arial;
}
.m-banner p {
	font-size: 14px;
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	font-weight: bold;
	color: #fff;
	margin: 10px 0 0 0;
}

.m-banner img {
	display: block;
	width: 100%;
}

.u-search h1 {}

.u-search .m-search-box {}

.m-search-box {
	width: 800px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 40px 0 0 -400px;
	background: #FFFFFF;
}

.m-search-box input {
	width: 680px;
	height: 40px;
	display: block;
	float: left;
	margin: 5px 10px 0 10px;
	-webkit-appearance: none;
}

.m-search-box span {
	display: block;
	width: 100px;
	height: 100%;
	float: left;
	background: #FFCB04;
	cursor: pointer;
}

.m-banner .m-search-box span img {
	width: 22px;
	display: block;
	margin: 16px auto 0 auto;
}

.m-class-container {
	width: 100%;
	height: 76px;
	border-bottom: 1px solid #ddd;
}

.m-class-title {
	margin: auto;
	height: 100%;
}

.m-class-container h1 {
	display: none;
}

.m-class-title a {
	display: block;
	width: 240px;
	height: 100%;
	float: left;
	text-align: center;
	line-height: 76px;
	font-size: 18px;
}

.m-class-title a.active {
	background: #FFCB04;
}

.m-class-title a:hover {
	background: #FFCB04;
}

.u-idc {
	width: 480px;
}

.m-container {
	background: #F5F5F5;
	padding: 60px 0 20px 0;
}

.m-container.u-touzhizhe-bread {
	padding: 30px 0;
}

.m-text-box {
	width: 1400px;
	height: 400px;
	margin: 0 auto 40px auto;
	clear: both;
}

.m-text-info,
.m-text-img {
	width: 50%;
	height: 100%;
	background: #FFFFFF;
	position: relative;
}

.m-text-img {}

.m-text-img:before {
	content: "";
	width: 65px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0%;
	z-index: 1000;
	margin: 0 0 0 0;
	background: url(../images/icon/icon-12.png) center center;
}

.float1 .m-text-img:before {
	left: 0px;
	transform: translateZ(0) rotate(0deg);
}

.float2 .m-text-img:before {
	right:0px;
	transform: translateZ(0) rotate(180deg);
}

.m-text-info {}

.m-text-info p {
	width: auto;
	padding: 90px;
	line-height: 26px;
}

.m-text-info h1 {
	font-size: 30px;
	width: auto;
	padding: 90px 90px 30px 90px;
}

.m-text-info ul {
	width: auto;
	padding: 0 90px 10px 100px;
}

.m-text-info ul li {
	list-style: disc;
	line-height: 30px;
	color: #666666;
}

.m-text-info span {
	display: block;
	width: 180px;
	height: 40px;
	border: 2px solid #ccc;
	margin: 0 0 0 92px;
	padding: 0 0 0 20px;
	line-height: 40px;
	position: relative;
	cursor: pointer;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
}

.m-text-info span:hover {
	border-color: #FFCB04;
	background: #FFCB04;
	color: #FFFFFF;
}

.m-text-info span:hover i {
	border-color: #FFFFFF;
}

.m-text-info span:hover i:before,
.m-text-info span:hover i:after {
	background: #FFFFFF;
}

.m-text-info span i {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 2rem;
	margin: -10px -1rem 0 0;
	border-radius: 50%;
	border: 1px solid #999;
	box-sizing: border-box;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
}

.m-text-info span i:before,
.m-text-info span i:after {
	content: "";
	width: 10px;
	height: 1px;
	background: #999;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 0 0 -5px;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
}

.m-text-info span i:after {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.m-text-info span.active i:after {
	display: none;
}

.float1 .m-text-info {
	float: left;
}

.float1 .m-text-img {
	float: left;
}

.float2 .m-text-info {
	float: right;
}

.float2 .m-text-img {
	float: left;
}

.m-text-detailed {
	width: 1400px;
	margin: 0 auto 40px auto;
	display: none;
}

.m-text-detailed img {
	max-width: 1400px;
	display: block;
	margin: auto;
}

.m-text-detailed table {
	width: 1200px;
	height: auto;
	margin: auto;
	border-left: 1px solid #E0E0E0;
}

.m-text-detailed table thead {
	background: #979ea6;
}

.m-text-detailed table tr {
	width: 100%;
	height: 60px;
}

.m-text-detailed table tr td {
	text-align: center;
	border-bottom: 1px solid #ebeced;
	border-right: 1px solid #ebeced;
	min-width: 120px;
	text-transform: capitalize;
}

.m-text-detailed table tbody tr td {
	color: #666666;
}

.m-text-detailed table thead tr td {
	color: #FFFFFF;
}

.m-text-detailed table tbody tr {
	background: #fbfcfd;
}

.m-text-detailed table tbody tr.table-bg {
	background: #eff3f6;
}

.m-case-titel {
	width: 100%;
	height: 170px;
	border-bottom: 1px solid #ebeced;
}

.m-case-titel h1 {
	font-size: 30px;
	text-align: center;
	color: #000;
	position: relative;
	margin: 40px 0 0 0;
}

.m-case-titel h1:before {
	content: "";
	width: 70px;
	height: 2px;
	background: #FFCB04;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -35px;
}

.idc-case {
	width: 160px;
	height: 50px;
	margin: 60px auto 0 auto;
}

.m-case-class span {
	width: 50px;
	height: 100%;
	float: left;
	margin: 0 15px;
	background: rgba(0, 0, 0, 0);
	cursor: pointer;
	position: relative;
	opacity: 0.5;
}

.m-case-class span img {
	display: block;
	margin: auto;
	padding: 7px 0 0 0;
}

.m-case-class span.active {
	opacity: 1;
}

.m-case-class span.active:before {
	content: "";
	width: 40px;
	height: 2px;
	background: #000000;
	display: block;
	position: absolute;
	bottom: -21px;
	left: 5px;
}

.u-contact-huoban-title {
	width: 220px;
	height: 50px;
	margin: 60px auto 0 auto;
}

.u-contact-huoban-title span {
	width: auto;
	line-height: 50px;
}

.u-contact-huoban-title span.active:before {
	left: 50%;
	width: 30px;
	margin-left: -15px;
}

.m-case-box {
	position: relative;
	height: 560px;
}

.m-case-box .active {
	opacity: 1;
}

.m-case-block {
	width: 1200px;
	height: 380px;
	padding: 50px 0;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 -600px;
	opacity: 0;
}

.m-case-block .swiper-slide {
	width: 20%;
}

.m-case-block .swiper-slide span {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.m-case-block .swiper-slide span img {
	display: block;
	width: auto;
	margin: auto;
}

.m-case-block .swiper-slide p {
	width: 100%;
	text-align: center;
	line-height: 26px;
}

.m-case-block .swiper-button-next,
.m-case-block .swiper-button-prev {
	width: 39px;
	height: 77px;
	background-size: auto;
}

.m-case-block .swiper-button-next,
.m-case-block .swiper-container-rtl .swiper-button-prev {
	background: url(../images/icon/icon-06.png) no-repeat;
	right: -50px;
}

.m-case-block .swiper-button-prev,
.m-case-block .swiper-container-rtl .swiper-button-next {
	background: url(../images/icon/icon-05.png) no-repeat;
	left: -50px;
}

.m-case-block .swiper-button-next,
.m-case-block .swiper-button-prev {
	margin-top: -75px;
}

.m-case-showAll {
	width: 200px;
	height: 50px;
	background: #FFFFFF;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	font-size: 20px;
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin: 0 0 0 -100px;
}

.m-case-showAll:before,
.m-case-showAll:after {
	content: "";
	width: 16px;
	height: 2px;
	background: #666;
	display: block;
	position: absolute;
	top: 50%;
	right: 1rem;
	margin: -1px 0 0 0;
}

.m-case-showAll:after {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.m-case-all {}

.m-case-list {
	width: 1200px;
	margin: auto;
	padding: 50px 0;
	display: none;
}

.m-case-list.active {
	display: block;
}

.m-case-list ul {
	overflow: hidden;
}

.m-case-list ul li {
	width: 18%;
	float: left;
	margin: 0 1% 50px 1%;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
}

.m-case-list ul li:hover {
	cursor: pointer;
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}

.m-case-list ul li span,
.m-case-list ul li p {
	width: 100%;
	display: block;
}

.m-case-list ul li p {
	text-align: center;
}

.m-case-list ul li span {
	margin-bottom: 20px;
}

.m-case-list ul li span img {
	display: block;
	margin: auto;
}

.u-chukong {
	width: 1400px;
	margin: auto;
}

.u-chukong a {
	width: 16.66%;
}

.u-chukong a.s-fontSize {
	font-size: 17px;
	line-height: 24px;
	padding-top: 10px;
	height: 66px;
}

.text-chukong .m-text-info h1 {
	padding: 30px 90px 10px 90px;
}

.text-chukong .m-text-info h2 {
	padding: 0px 90px 10px 90px;
}

.m-text-box2 {
	width: 100%;
	height: auto;
}

.m-text-box2 h1 {
	text-align: center;
	font-size: 30px;
	padding: 35px 0 50px 0;
}

.m-text-style1 ul {
	width: 1100px;
	height: auto;
	overflow: auto;
	margin: auto;
}

.m-text-style1 ul li {
	width: 380px;
	height: 255px;
	background: #FFFFFF;
	float: left;
	margin: 25px;
	padding: 35px 60px;
}

.m-text-style1 ul li,
.m-text-style2 ul li,
.m-text-style3 ul li {
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
	cursor: pointer;
}

.m-text-style1 ul li:hover,
.m-text-style2 ul li:hover,
.m-text-style3 ul li:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	box-shadow: 0 3px 0px rgba(0, 0, 0, 0.2);
}

.m-text-box {
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
}

.m-text-box:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.m-text-style1 ul li span {
	display: block;
	margin: auto;
}

.m-text-style1 ul li span img {
	display: block;
	margin: auto;
}

.m-text-style1 ul li h2 {
	text-align: center;
	font-size: 20px;
	margin: 10px 0;
	font-weight: bold;
}

.m-text-style1 ul li p {
	text-align: center;
	line-height: 26px;
}

.m-text-style2 {
	margin: 50px 0 80px 0;
}

.m-text-style2 ul {
	width: 1200px;
	height: auto;
	overflow: auto;
	margin: auto;
}

.m-text-style2 ul li {
	width: 310px;
	height: 280px;
	background: #FFFFFF;
	float: left;
	margin: 0 25px 50px 25px;
	padding: 30px 20px;
}

.m-text-style2 ul li span {
	display: block;
	margin: auto;
}

.m-text-style2 ul li span img {
	display: block;
	margin: auto;
}

.m-text-style2 ul li h2 {
	text-align: center;
	font-size: 20px;
	margin: 10px 0;
	font-weight: bold;
}

.m-text-style2 ul li p {
	text-align: center;
	line-height: 26px;
}

.text-chukong2 h1 {
	padding: 90px 90px 20px 90px;
}

.text-chukong3 h1 {
	padding: 60px 90px 20px 90px;
}

.text-chukong2 p {
	padding: 0px 90px 20px 90px;
}

.text-chukong4 ul {
	padding: 90px 90px 20px 90px;
}

.m-text-style3 {
	margin: 50px 0 0px 0;
}

.m-text-style3 ul {
	width: 800px;
	height: auto;
	overflow: auto;
	margin: auto;
}

.m-text-style3 ul li {
	width: 310px;
	height: 280px;
	background: #FFFFFF;
	float: left;
	margin: 25px 25px 0 25px;
	padding: 30px 20px;
}

.m-text-style3 ul li span {
	display: block;
	margin: auto;
}

.m-text-style3 ul li span img {
	display: block;
	margin: auto;
}

.m-text-style2 ul li h2,
.m-text-style3 ul li h2 {
	text-align: center;
	font-size: 20px;
	margin: 10px 0;
	font-weight: bold;
}

.m-text-style3 ul li p {
	text-align: center;
	line-height: 26px;
}

.chukong-case {
	width: 240px;
	height: 50px;
	margin: 60px auto;
}

.m-text-style4 h2 {
	width: 1200px;
	margin: auto;
	font-size: 24px;
	padding: 40px 0;
}

.m-text-style4 ul {
	width: 1200px;
	margin: 0 auto 50px auto;
	overflow: hidden;
}

.m-text-style4 ul li {
	width: 285px;
	height: 220px;
	margin: 0 20px 0 0;
	float: left;
	display: block;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
	cursor: pointer;
}

.m-text-style4 ul li:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	box-shadow: 0 3px 0px rgba(0, 0, 0, 0.2);
}

.m-text-style4 ul li.setMargin-right {
	margin-right: 0;
}

.m-text-style4 ul li img {
	display: block;
}

.m-text-box3 {
	width: 1400px;
	height: 490px;
	background: #FFFFFF;
	margin: 70px auto 50px auto;
}

.m-text-box3 h1 {
	font-size: 30px;
	text-align: center;
	line-height: 250px;
	height: 150px;
}

.m-text-box3 ul {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: auto;
	padding: 50px 0 0 0;
}

.m-text-box3 ul li {
	width: 20%;
	height: auto;
	display: block;
	float: left;
	margin: 0 2.5%;
}

.m-text-box3 ul li span {
	display: block;
	padding: 0 0 2rem 0;
}

.m-text-box3 ul li span img {
	display: block;
	margin: auto;
}

.m-text-box3 ul li p {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

.m-text-img {
	overflow: hidden;
	position: relative;
	min-height: 8rem;
}

.m-text-img:hover img {
	transform: translate3d(-50%, 0%, 0) scale(1);
	-webkit-transform: translate3d(-50%, 0%, 0) scale(1);
}

.m-text-img img {
	width: 100%;
	display: block;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate3d(-50%, 0%, 0);
	-webkit-transform: translate3d(-50%, 0%, 0);
}

.u-zhiweishibie {
	width: 720px;
	margin: auto;
}

.u-zhiweishibie a {
	width: 240px;
}

.text-zhiweishibie h1 {
	padding: 70px 70px 20px 90px;
}

.m-text-detailed h1 {
	text-align: center;
	font-size: 30px;
	color: #979ea6;
	line-height: 130px;
}

.text-xianshiqudong h1 {
	padding: 50px 90px 30px 90px;
}

.text-xianshiqudong2 ul {
	padding: 40px 90px 10px 115px;
}

.u-xianshiqudong {
	width: 1200px;
}

.u-jishuzhichi {
	width: 960px;
}

.m-technology-container {
	width: 1200px;
	margin: auto;
}

.u-technology-1 p {
	line-height: 24px;
	color: #666;
}

.u-technology-1 h1 {
	font-weight: bold;
	line-height: 24px;
	color: #666;
	margin: 20px 0;
}

.u-technology-1 ul {
	margin: 0 0 0 1rem;
}

.u-technology-1 ul li {
	color: #666;
	line-height: 30px;
	list-style: disc;
}

.u-technology-2 {
	margin: 0 auto;
	overflow: hidden;
}

.u-technology-2 ul {
	width: 100%;
	overflow: hidden;
	margin: 50px 0;
}

.u-technology-2 ul li {
	width: 23%;
	margin: 0 1%;
	display: block;
	float: left;
}

.u-technology-2 ul li span {
	display: block;
	margin: 0 0 20px 0;
}

.u-technology-2 ul li span img {
	display: block;
	margin: auto;
}

.u-technology-2 ul li p {
	width: 100%;
	text-align: center;
	color: #666666;
	line-height: 30px;
	font-size: 14px;
}

.u-technology-2 ul li p b {
	font-size: 20px;
	color: #f20;
	font-weight: bold;
}

.u-technology-2 h2 {
	width: 100%;
}

.u-technology-2 h2 img {
	display: block;
	margin: auto;
}

.u-technology-share {
	float: right;
	padding: 50px 0 0 0;
	height: 50px;
}

.m-down-container {
	width: 100%;
	height: auto;
}

.m-down-class {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #e6e6e6;
}

.m-down-class ul {
	width: 1200px;
	margin: auto;
	height: 32px;
}

.m-down-class ul li {
	width: auto;
	display: block;
	height: 100%;
	float: left;
	margin: 0 2rem 0 1rem;
	cursor: pointer;
	position: relative;
	color: #999;
}

.m-down-class ul li:before {
	content: "";
	width: 100%;
	height: 1px;
	background: #333;
	position: absolute;
	bottom: -9px;
	left: 0;
	display: none;
}

.m-down-class ul li.active {
	color: #333333;
}

.m-down-class ul li.active:before {
	display: block;
}

.m-down-list {
	width: 1200px;
	height: auto;
	margin: auto;
}

.m-down-list .u-down-block.active {
	display: block;
}

.m-down-list h4 {
	font-size: 24px;
	padding: 0 0 0 15px;
	width: auto;
}

.u-down-block {
	display: none;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.u-down-block>ul {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 50px 0;
}

.u-down-block>ul li {
	width: 330px;
	height: 410px;
	float: left;
	display: block;
	margin: 0 15px 30px 15px;
	background: #FFFFFF;
	padding: 20px;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
}

.u-down-block>ul li:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
}

.u-down-block ul li span {
	display: block;
}

.u-down-block ul li span img {
	display: block;
	margin: auto;
}

.u-down-block ul li h1 {
	width: 100%;
	font-size: 20px;
	margin: 10px 0;
	color: #000000;
}

.u-down-block ul li p {
	width: auto;
	height: 110px;
	overflow: hidden;
	line-height: 26px;
	color: #666666;
}

.u-down-block ul li h2 {
	width: 100%;
	padding: 20px 0 0 0;
}

.u-down-block ul li h2 i {
	display: block;
	width: 50%;
	float: left;
	color: #999;
}

.u-down-block ul li h2 a {
	display: block;
	width: 100px;
	height: 30px;
	background: #ffcb04;
	text-align: center;
	line-height: 30px;
	float: right;
	color: #333;
}

.u-prev,
.u-next,
.u-paging-box ul li {
	width: 54px;
	height: 54px;
	display: block;
	background: #FFFFFF;
	text-align: center;
	line-height: 54px;
	font-size: 14px;
	color: #363634;
	cursor: pointer;
}

.u-prev {
	float: left;
}

.u-next {
	float: right;
}

.u-paging-box {
	float: left;
	margin: 0 0 0 24px;
}

.u-paging-box ul li {
	float: left;
	margin: 0 5px;
}

.u-paging-box ul li.active {
	background: #e5e5e5;
}

.u-prev:hover,
.u-next:hover,
.u-paging-box ul li:hover {
	background: #e5e5e5;
}

.u-paging-box ul li.none {
	background: none;
}

.m-paging-container {
	width: 600px;
	height: auto;
	margin: 0 auto 50px auto;
	overflow: hidden;
}

.u-help .u-down-block>ul {
	width: 100%;
}

.u-help .u-down-block>ul li {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 0 30px 0;
}

.u-help .u-down-block>ul li p {
	height: auto;
}

.h-title,
.h-info {
	width: 1140px;
	margin: auto;
}

.h-title {
	height: 88px;
	position: relative;
	cursor: pointer;
}

.h-title:before,
.h-title:after {
	content: "";
	width: 20px;
	height: 2px;
	background: #666;
	display: block;
	position: absolute;
	top: 50%;
	right: 0px;
}

.on .h-title:before {
	display: none;
}

.h-title:before {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.u-help .h-title h1 {
	height: 100%;
	line-height: 88px;
	font-size: 24px;
	color: #000000;
	margin: 0;
}

.on .h-title h1 {
	border-bottom: 1px solid #e0e0e0;
}

.h-info {
	padding: 1.5rem 0;
	display: none;
}

.h-info p {
	width: 100%;
}

.on .h-info {
	display: block;
}

.m-cur-down {
	width: 1170px;
	height: auto;
	margin: auto;
}

.m-cur-down>a {
	font-size: 18px;
	width: 60px;
	height: 30px;
	display: block;
	line-height: 30px;
}

.m-cur-down-box {
	width: 100%;
	height: 280px;
	background: #FFFFFF;
	margin: 35px 0;
}

.m-cur-down-img {
	width: 210px;
	height: 210px;
	display: block;
	float: left;
	margin: 35px;
}

.m-cur-down-info {
	width: 860px;
	height: 210px;
	float: left;
	margin: 35px 0 0 0;
}

.m-cur-down-info h2 {
	font-size: 20px;
	color: #000000;
}

.m-cur-down-info h3 {
	padding: 20px 0;
}

.m-cur-down-info h3 i {
	color: #999999;
	margin: 0 20px 0 0;
}

.m-cur-down-info p {
	height: 85px;
	overflow: hidden;
	color: #666666;
	margin: 0 0 10px 0;
}

.m-cur-down-info a {
	width: 100px;
	height: 32px;
	color: #333333;
	text-align: center;
	line-height: 32px;
	background: #FFCB04;
}

.m-container h5 {
	width: 1170px;
	margin: auto;
	padding: 0 0 30px 0;
}

.m-container h5 b {
	color: #FFCB04;
}

.m-search-list {
	width: 1170px;
	margin: auto;
	height: auto;
}

.u-search-block {
	display: none;
	width: 100%;
	height: auto;
}

.u-search-style1>ul,
.u-search-style2>ul,
.u-search-style3>ul,
.u-search-style4>ul,
.u-search-style5>ul {
	width: 100%;
	margin: 50px 0;
}

.u-search-style3>ul li {
	position: relative;
}

.u-search-style3>ul li span {
	width: 80px;
	height: 31px;
	position: absolute;
	top: 20px;
	right: -8px;
}

.u-search-style3>ul li.u-news-style1 span {
	background: url(../images/icon/icon-08.png) no-repeat;
}

.u-search-style3>ul li.u-news-style2 span {
	background: url(../images/icon/icon-09.png) no-repeat;
}

.u-search-style3>ul li.u-news-style3 span {
	background: url(../images/icon/icon-10.png) no-repeat;
}

.u-search-style1>ul li {
	width: 100%;
	height: auto;
	padding: 1rem 0;
	margin: 0 auto 30px auto;
	display: block;
	background: #FFFFFF;
}

.m-search-list .u-search-block.active {
	display: block;
}

.u-search-style1>ul li a {
	display: block;
	width: 1140px;
	margin: auto;
	height: 100%;
}

.u-search-style1>ul li a h1 {
	font-size: 20px;
	color: #333333;
}

.u-search-style1>ul li a p {
	font-size: 16px;
	color: #999;
	height: 40px;
	margin: 20px 0;
}

.u-search-style1>ul li a i {
	font-size: 14px;
	color: #0070c9;
}

.u-search-style2 {}

.u-search-style2>ul li {
	background: #FFFFFF;
	height: 158px;
	margin: 0 0 30px 0;
}

.u-search-news-img {
	width: 200px;
	height: 158px;
	display: block;
	float: left;
}

.u-search-news-info {
	width: 930px;
	height: 100%;
	float: left;
	display: block;
	margin: 0px 0 0 20px;
}

.u-search-news-info h1 {
	font-size: 20px;
	color: #333333;
	margin: 15px 0;
}

.u-search-news-info p {
	font-size: 16px;
	color: #999;
	height: 66px;
	overflow: hidden;
}

.u-search-news-info h2 {}

.u-search-news-info h2 i {
	color: #737373;
	font-size: 14px;
	margin: 0 20px 0 0;
}

.u-search-news-info h2 i.c-color {
	color: #1b78cb;
	font-size: 14px;
	display: inline-block;
}

.u-search-style3>ul li {
	width: 100%;
	height: 220px;
	background: #FFFFFF;
	margin: 0 0 30px 0;
}

.u-search-style3 .u-search-news-img,
.u-search-style3 .u-search-news-info {
	height: 220px;
}

.u-search-style3 .u-search-news-info h2 {
	line-height: 30px;
}

.u-search-style3 .u-search-news-info h2 i {
	margin: 0;
}

.u-search-style3 .u-search-news-info p {
	height: 80px;
	margin: 10px 0 0 0;
}

.u-search-style4>ul {
	width: 100%;
}

.u-search-style4>ul li {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 0 30px 0;
	background: #FFFFFF;
}

.u-search-style4>ul li p {
	height: auto;
	line-height: 26px;
	color: #666;
}

.h-title,
.h-info {
	width: 1140px;
	margin: auto;
}

.h-title {
	height: 88px;
	position: relative;
	cursor: pointer;
}

.h-title:before,
.h-title:after {
	content: "";
	width: 20px;
	height: 2px;
	background: #666;
	display: block;
	position: absolute;
	top: 50%;
	right: 0px;
}

.on .h-title:before {
	display: none;
}

.h-title:before {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.u-search-style4 .h-title h1 {
	height: 100%;
	line-height: 88px;
	font-size: 24px;
	color: #000000;
	margin: 0;
}

.on .h-title h1 {
	border-bottom: 1px solid #e0e0e0;
}

.h-info {
	padding: 1.5rem 0;
	display: none;
}

.h-info p {
	width: 100%;
}

.on .h-info {
	display: block;
}

.u-search-style5>ul {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 50px 0;
}

.u-search-style5>ul li {
	width: 330px;
	height: 410px;
	float: left;
	display: block;
	margin: 0 30px 30px 0px;
	background: #FFFFFF;
	padding: 20px;
}

.u-search-style5>ul li.setMargin-right {
	margin: 0;
}

.u-search-style5 ul li span {
	display: block;
}

.u-search-style5 ul li span img {
	display: block;
	margin: auto;
}

.u-search-style5 ul li h1 {
	width: 100%;
	font-size: 20px;
	margin: 10px 0;
	color: #000000;
}

.u-search-style5 ul li p {
	width: auto;
	height: 110px;
	overflow: hidden;
	line-height: 26px;
	color: #666666;
}

.u-search-style5 ul li h2 {
	width: 100%;
	padding: 20px 0 0 0;
}

.u-search-style5 ul li h2 i {
	display: block;
	width: 50%;
	float: left;
	color: #999;
}

.u-search-style5 ul li h2 a {
	display: block;
	width: 100px;
	height: 30px;
	background: #ffcb04;
	text-align: center;
	line-height: 30px;
	float: right;
	color: #333;
}

.u-news {
	width: 480px;
}

.m-news-container {
	width: 1200px;
	height: auto;
	margin: auto;
	overflow: hidden;
}

.m-news-box-left {
	width: 830px;
	height: auto;
	float: left;
	display: block;
}

.u-news-lists {
	width: 100%;
}

.u-news-lists ul {
	width: 100%;
	height: auto;
	overflow: hidden;
box-sizing: border-box;
    padding: 0 10px 0 0;
}

.u-xinwenzixun ul li {
	width: 100%;
	height: 158px;
	background: #FFFFFF;
	overflow: hidden;
	margin: 0 0 30px 0;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
}

.u-xinwenzixun ul li:hover {
	box-shadow: 0 3px 0px rgba(0, 0, 0, 0.3);
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}

.u-xinwenzixun ul li a {
	width: 100%;
	height: 100%;
}

.u-news-lists .u-search-news-info {
	width: 590px;
}

.m-news-box-right {
	width: 340px;
	float: right;
	display: block;
}

.u-news-class,
.u-news-tj {
	width: 100%;
	height: auto;
	background: #FFFFFF;
	padding-bottom: 5px;
	margin: 0 0 30px 0;
}

.u-news-class h1,
.u-news-tj h1 {
	width: 300px;
	height: 62px;
	border-bottom: 1px solid #e0e0e0;
	margin: auto;
	line-height: 62px;
	font-size: 24px;
}

.u-news-class ul,
.u-news-tj ul {
	width: 300px;
	height: auto;
	margin: auto;
}

.u-news-class ul li {
	line-height: 30px;
	margin: 20px 0;
}

.u-news-class ul li a {
	display: inline-block;
}

.u-news-tj ul li {
	width: 100%;
	height: 60px;
	margin: 20px 0;
}

.u-news-tj ul li a {
	height: 100%;
}

.u-news-tj ul li span {
	width: 80px;
	height: 60px;
	display: block;
	overflow: hidden;
	float: left;
}

.u-news-tj ul li span img {
	display: block;
	width: 100%;
}

.u-news-tj ul li p {
	width: 200px;
	height: 40px;
	overflow: hidden;
	float: left;
	display: block;
	margin: 5px 0 0 20px;
	font-size: 14px;
	line-height: 20px;
}

.u-huodongxinxi>ul li {
	position: relative;
	height: 220px;
	background: #FFFFFF;
	margin: 0 0 30px 0;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
}

.u-huodongxinxi>ul li:hover {
	box-shadow: 0 3px 0px rgba(0, 0, 0, 0.3);
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}

.u-huodongxinxi>ul li span {
	width: 80px;
	height: 31px;
	position: absolute;
	top: 20px;
	right: -8px;
}

.u-huodongxinxi>ul li a {
	height: 100%;
}

.u-huodongxinxi>ul li.u-news-style1 span {
	background: url(../images/icon/icon-08.png) no-repeat;
}

.u-huodongxinxi>ul li.u-news-style2 span {
	background: url(../images/icon/icon-09.png) no-repeat;
}

.u-huodongxinxi>ul li.u-news-style3 span {
	background: url(../images/icon/icon-10.png) no-repeat;
}

.u-huodongxinxi .u-search-news-info p {
	margin: 20px 0 0 0;
}

.m-mianbaoxian {
	width: 1200px;
	margin: auto;
	height: 60px;
	line-height: 60px;
}

.m-mianbaoxian a,
.m-mianbaoxian i {
	display: inline-block;
	margin: 0 10px 0 0;
	color: #666666;
}

.m-mianbaoxian a.on {
	color: #999999;
}

.m-container.m-news-details {
	padding-top: 20px;
}

.m-xinwenzixun-details {
	background: #FFFFFF;
	padding: 30px 0;
}

.m-xinwenzixun-details h1 {
	width: 748px;
	height: 80px;
	line-height: 80px;
	font-size: 28px;
	overflow: hidden;
	margin: auto;
}

.n-share {
	width: 748px;
	height: 42px;
	background: #f6f6f6;
	margin: auto;
}

.n-share-left {
	width: auto;
	height: 100%;
	line-height: 42px;
	float: left;
	padding: 0 0 0 15px;
}

.n-share-left i {
	margin: 0 20px 0 0;
	color: #737373;
	font-size: 14px;
}

.n-share-right {
	float: right;
	padding: 8px 10px 0 0;
	box-sizing: border-box;
}

.n-info {
	width: 748px;
	height: auto;
	margin: auto;
	padding: 30px 0;
}

.n-info p {
	font-size: 16px;
	text-indent: 2rem;
	line-height: 26px;
	margin: 15px 0;
	font-family: arial;
	color: #595959;
}


.n-paging {
	width: 748px;
	height: auto;
	margin: auto;
	overflow: hidden;
}

.n-paging span {
	display: block;
	width: 75px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}

.n-paging span.n-prev {
	float: left;
}

.n-paging span.n-next {
	float: right;
}

.u-about {
	width: 1200px;
}

.m-about-container {
	overflow: hidden;
	width: 1200px;
	margin: auto;
}

.u-touzhizhe-bread .m-about-container {
	background: #FFFFFF;
	margin: 20px auto 0 auto;
	padding: 80px 0;
}

.m-about-container p {
	text-indent: 2rem;
	line-height: 28px;
	color: #666;
}

.m-about-container h2 {
	margin: 50px 0;
}

.m-about-container h2 img {
	display: block;
	margin: auto;
}

.n-bread {
	width: 1200px;
	height: auto;
	margin: auto;
	overflow: hidden;
	padding: 30px 0 30px 0;
	border-bottom: 1px solid #E0E0E0;
}

.u-touzhizhe-bread .n-bread {
	padding: 0;
	border: 0;
}

.n-bread .u-technology-share {
	padding: 0;
	height: 36px;
}

.n-mianbaoxian {
	width: 100%;
	height: 30px;
	float: left;
}

.n-mianbaoxian a,
.n-mianbaoxian i {
	display: inline-block;
	margin: 0 10px 0 0;
	line-height: 30px;
}

.n-mianbaoxian a.on {
	color: #999999;
}

.n-mianbaoxian a:hover {
	text-decoration: underline;
}

.u-jiazhiguan h1 {
	text-align: center;
	font-size: 30px;
	position: relative;
	height: 50px;
}

.u-jiazhiguan h1:before {
	content: "";
	width: 72px;
	height: 2px;
	background: #FFCB04;
	position: absolute;
	bottom: 2px;
	left: 50%;
	margin: 0 0 0 -36px;
}

.u-jiazhiguan ul {
	width: 100%;
	overflow: hidden;
	margin: 50px 0 100px 0;
}

.u-jiazhiguan ul li {
	width: 220px;
	height: 390px;
	background: #FFFFFF;
	display: block;
	float: left;
	margin: 0 25px 0 0;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
	cursor: pointer;
}

.u-jiazhiguan ul li:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
}

.u-jiazhiguan ul li:hover span img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.u-jiazhiguan ul li.setMargin-right {
	margin: 0;
}

.u-jiazhiguan ul li span {
	width: 100%;
	display: block;
	overflow: hidden;
}

.u-jiazhiguan ul li span img {
	display: block;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
}

.u-jiazhiguan ul li h3 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0;
}

.u-jiazhiguan ul li p {
	text-indent: 0;
	text-align: center;
	width: 200px;
	margin: auto;
	font-size: 14px;
}

.u-wenhua {
	padding: 80px 0 0 0;
	overflow: hidden;
}

.u-wenhua h1 {
	text-align: center;
	font-size: 30px;
	position: relative;
	height: 50px;
}

.u-wenhua h1:before {
	content: "";
	width: 72px;
	height: 2px;
	background: #FFCB04;
	position: absolute;
	bottom: 2px;
	left: 50%;
	margin: 0 0 0 -36px;
}

.u-wenhua-left {
	width: 580px;
	height: 480px;
	display: block;
	float: left;
}

.u-wenhua-right {
	width: 460px;
	height: auto;
	display: block;
	float: left;
	margin: 80px 0 0 110px;
}

.u-wenhua-right ul {
	width: 100%;
	height: auto;
}

.u-wenhua-right ul li {
	width: 100%;
	height: 100px;
	overflow: hidden;
	margin: 0 0 10px 0;
}

.u-wenhua-right ul li span {
	display: block;
	width: 80px;
	height: 80px;
	float: left;
}

.u-wenhua-right ul li h4 {
	width: 320px;
	height: 40px;
	float: left;
	display: block;
	line-height: 40px;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 0 35px;
}

.u-wenhua-right ul li p {
	width: 320px;
	height: auto;
	float: left;
	display: block;
	text-indent: 0;
	margin: 0 0 0 35px;
}

.m-fazhanlicheng-box {
	width: 100%;
	height: auto;
	background: url(../images/img-107.jpg) repeat-y;
	overflow: hidden;
	padding: 30px 0 20px 0;
}

.m-container.fanzhanlicheng-bg {
	background: none;
}

.fanzhanlicheng-bg .m-about-container {
	background: url(../images/img-124.jpg) repeat-y;
	padding: 30px 0;
}

.m-fazhanlicheng-block {
	width: 1080px;
	height: auto;
	display: block;
	float: right;
	position: relative;
	border-top: 1px solid #F2F2F2;
	padding: 24px 0 23px 0;
}

.fanzhanlicheng-bg .m-fazhanlicheng-block p {
	text-indent: 0;
	width: 1020px;
	margin: auto;
	line-height: 48px;
}

.fanzhanlicheng-bg .m-fazhanlicheng-block span {
	display: block;
	width: 54px;
	height: 24px;
	background: #000000;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 24px;
	position: absolute;
	top: -10px;
	left: -87px;
}

.fanzhanlicheng-bg .m-fazhanlicheng-block.u-top span {
	background: #d60000;
    text-shadow: 1px 1px 3px #000;
}

.m-container.zhuoyuechuangxin-bg {
	background: none;
	overflow: hidden;
}

.m-zhuoyuechuangxin-box {
	width: 100%;
	height: auto;
	background: url(../images/img-184.jpg) repeat-y;
	background-position:144px 0;
	float: left;
	position:relative;
}


.m-zhuoyuechuangxin-block {
	width: 1020px;
	height: auto;
	border-top: 1px solid #ffcb04;
	margin: 32px 0 0 144px;
	position: relative;
}
.m-zhuoyuechuangxin-block:before{
	content:"";
	width: 15px;
	height: 15px;
	display:block;
	box-sizing:border-box;
	background:#ffcb04;
	border-radius:50%;
	position:absolute;
	top:-7px;
	left:-7px;
	background:#fff;
	border:2px solid #ffcb04;
	z-index:1100;
}
.m-zhuoyuechuangxin-block.f-left:before{
	background:#ffcb04;
}
.m-zhuoyuechuangxin-block.f-left {
	/*height: 233px;*/
}

.m-zhuoyuechuangxin-block ul {
	padding: 30px 0 0 50px;
}

.zhuoyuechuangxin-bg .m-zhuoyuechuangxin-block span {
	display: block;
	width: 104px;
	height: 30px;
	text-align: center;
	color: #000;
	font-size: 22px;
	line-height: 24px;
	position: absolute;
	top: -31px;
	left: -104px;
	border-bottom:1px solid #ffcb04;
}

.zhuoyuechuangxin-bg .m-zhuoyuechuangxin-block span:before{
	content:"";
	display:block;
	box-sizing: border-box;
	width: 15px;
	height: 15px;
	border-radius:50%;
	position:absolute;
	    top: 0px;
    left: -28px;
	z-index:100;
	background:#ffcb04;
}
.zhuoyuechuangxin-bg .m-zhuoyuechuangxin-block span:after{
	content:"";
	display:block;
	box-sizing: border-box;
	width: 30px;
	height: 1px;
	position:absolute;
	top:20px;
	left:-25px;
	background:#ffcb04;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}

.zhuoyuechuangxin-bg .m-zhuoyuechuangxin-block.f-left span {
	width: 86px;
	left:-86px;
}
.zhuoyuechuangxin-bg .m-zhuoyuechuangxin-block.f-left span:before{
	border:2px solid #ffcb04;
	background:#fff;
}
.zhuoyuechuangxin-bg .m-about-container {
	overflow: visible;
}

.m-zhuoyuechuangxin-block ul li {
	list-style: disc;
	color: #666666;
	margin: 0px 0;
}

.m-zhuoyuechuangxin-block.f-left ul {
	/*margin: 0 0 0 20px;*/
}

.text-about-style2 .m-text-info p {
	padding: 20px 90px;
}

.text-about-style2 .m-text-info h1 {
	padding: 50px 90px 10px 90px;
}

.text-about-style2 .m-text-info span {
	width: 340px;
}

.m-about-huoban-box {
	width: 1200px;
	height: auto;
	margin: auto;
	padding: 50px 0;
	display: none;
}

.m-about-huoban-box ul {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.m-about-huoban-box ul li {
	width: 285px;
	height: 220px;
	margin: 0 20px 30px 0;
	display: block;
	float: left;
	overflow: hidden;
}

.m-about-huoban-box ul li img {
	display: block;
	width: 100%;
}

.m-about-huoban-box ul li.setMargin-right {
	margin-right: 0;
}

.all-case {
	width: 400px;
	height: 50px;
	margin: 60px auto;
}

.t-info {
	width: 1030px;
	height: 670px;
	margin: auto;
	/*background: url(../images/img-130.jpg) no-repeat;*/
}
.t-info ul {
	width: 100%;
	height: auto;
	border-top: 1px solid #ffcb04;
	position:relative;
}
.t-info ul:after{
	content:"";
	display:block;
	width:10px;
	height:10px;
	background:#ffcb04;
	border-radius:50%;
	position:absolute;
	top:-5px;
	left:0px;
	z-index:1100;
}

.t-info li {
	display: block;
	
	height: auto;
	min-height: 60px;
	border-bottom: 1px solid #ffcb04;
	position:relative;
}
.t-info li:before{
	content:"";
	display:block;
	width:1px;
	height:100%;
	background:#ffcb04;
	position:absolute;
	top:0;
	left:320px;
}
.t-info li:after{
	content:"";
	display:block;
	width:10px;
	height:10px;
	background:#ffcb04;
	border-radius:50%;
	position:absolute;
	bottom:-5px;
	left:0px;
	z-index:1100;
}


.t-info ul li span {
	display: block;
	float: left;
}

.t-info ul li span.t-info-l {
	width: 320px;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
}

.t-info ul li span.t-info-r {
	width: calc(100% - 320px);
	width: -webkit-calc(100% - 320px);
	padding: 18px 0 0 40px;
	color: #666666;
	box-sizing: border-box;
}

.u-caiwu {
	width: 720px;
}

.u-touzhizhe-caiwu .m-help1 li {
	width: 100%;
	height: auto;
	background: #FFFFFF;
	margin: 0 0 30px 0;
}

.u-touzhizhe-caiwu .h-title h1 {
	overflow: hidden;
	line-height: 88px;
	font-size: 24px;
}

.u-touzhizhe-caiwu .h-info table {
	width: 70%;
	margin: auto;
}

.u-touzhizhe-caiwu .h-info table tr td {
	width: 33.33%;
	height: 60px;
	border-bottom: 1px solid #E5E5E5;
	text-align: center;
}

.u-touzhizhe-caiwu .h-info table tr td.font-blod {
	font-weight: bold;
}

.u-touzhizhe-caiwu .h-info span {
	display: block;
	width: 100%;
	height: 40px;
	margin: 10px 0;
}

.u-touzhizhe-caiwu .h-info span p,
.u-touzhizhe-caiwu .h-info span a {
	display: block;
	width: 33.33%;
	float: left;
	line-height: 40px;
	text-align: center;
}

.u-touzhizhe-caiwu .h-info span a {
	color: #007AFF;
}

.u-touzhizhe-caiwu .t-nianbao {
	width: 100%;
	height: auto;
	padding: 20px 0;
	background: #FFFFFF;
	overflow: hidden;
}

.u-touzhizhe-caiwu .t-nianbao>a {
	width: 20%;
	text-align: center;
	line-height: 40px;
	display: block;
	float: left;
	margin: 10px 6%;
	color: #007AFF;
}

.u-touzhizhe-gudong .m-help1 li {
	width: 100%;
	height: auto;
	background: #FFFFFF;
	margin: 0 0 30px 0;
}

.u-touzhizhe-gudong .h-title h1 {
	overflow: hidden;
	line-height: 88px;
	font-size: 24px;
}

.u-touzhizhe-gudong .h-info table {
	width: 100%;
	margin: auto;
}

.u-touzhizhe-gudong .h-info table tr td {
	width: 33.33%;
	height: 60px;
	text-align: center;
}

.u-touzhizhe-gudong .h-info table thead tr td {
	font-weight: bold;
}

.u-touzhizhe-gudong .h-info table tr td a {
	width: 80px;
	margin: 5px auto;
	color: #007AFF;
}

.u-gudong {
	width: 1200px;
}

.u-gulizixun {
	width: 100%;
	background: #FFFFFF;
	padding: 20px 0;
}

.u-gulizixun table {
	width: 90%;
	margin: auto;
}

.u-gulizixun table thead tr td {
	font-weight: bold;
	height: 40px;
	color: #333333;
}

.u-gulizixun table tr td {
	height: 60px;
	text-align: center;
	border-bottom: 1px solid #E5E5E5;
	color: #999999;
}

.u-touzhizhe-gudong .m-about-container>p {
	padding: 20px 0 0 0;
	text-indent: 0;
}

.u-gudongfuwu b {
	font-weight: bold;
	padding: 20px 0;
	display: block;
	text-indent: 0;
}

.u-gudongfuwu a {
	display: inline-block;
	color: #007AFF;
	text-indent: 0;
}

.u-gongsizhili {
	width: 1200px;
}

.m-gongsizhili-box {
	padding: 30px 0 30px 0;
	background: #FFFFFF;
	margin: 0 0 30px 0;
}

.m-gongsizhili-box h1 {
	text-align: center;
	font-size: 30px;
	position: relative;
	height: 50px;
}

.m-gongsizhili-box h1:before {
	content: "";
	width: 72px;
	height: 2px;
	background: #FFCB04;
	position: absolute;
	bottom: 2px;
	left: 50%;
	margin: 0 0 0 -36px;
}

.m-gongsizhili-box table {
	width: 90%;
	margin: 30px auto;
	border-top: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
}

.m-gongsizhili-box table thead tr td {
	height: 60px;
	font-weight: bold;
}

.m-gongsizhili-box table tr td {
	padding: 10px 0;
	line-height: 30px;
	min-height: 60px;
	text-align: center;
	width: 33.33%;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

.m-gongsizhili-box table tbody tr:nth-child(2n+1) {
	background: #efefef;
}

.u-touzhizhe-caiwu .m-gongsizhili-box>p {
	text-indent: 0;
	width: 90%;
	margin: auto;
}

.u-touzhizhe-caiwu h1 {}

.m-gongsizhili-box table.u-neigui {}

.m-gongsizhili-box table.u-neigui tr td {
	width: 50%;
	border-right: 0;
}

.m-gongsizhili-box table.u-neigui tr:nth-child(2n+1) {
	background: none;
}

.m-gongsizhili-box table.u-neigui {
	border: 0;
	margin: 0 auto 30px auto;
}

.m-gongsizhili-box table.u-neigui tr td a {
	width: 160px;
	margin: auto;
	color: #007AFF;
}

.u-touzhizhe-farenshuominghui .n-mianbaoxian {
	width: 100%;
	margin: auto;
	float: none;
	padding: 0 0 30px 0;
}

.u-touzhizhe-farenshuominghui .m-help1 li {
	background: #FFFFFF;
	margin: 0 0 30px 0;
}

.u-touzhizhe-farenshuominghui .m-help1 li h1 {
	line-height: 88px;
	font-size: 24px;
	font-weight: bold;
}

.u-touzhizhe-farenshuominghui ul.m-help1 {
	margin: 0 0;
}

.u-touzhizhe-farenshuominghui table {
	width: 90%;
	margin: auto;
}

.u-touzhizhe-farenshuominghui table tr {
	height: 60px;
}

.u-touzhizhe-farenshuominghui table thead tr td {
	font-weight: bold;
}

.u-touzhizhe-farenshuominghui table tr td {
	text-align: center;
	border-bottom: 1px solid #E5E5E5;
}

.u-touzhizhe-farenshuominghui table tr td a {
	color: #007AFF;
	display: inline-block
}

.m-lihaiguanxiren-box {
	width: 100%;
	height: auto;
	padding: 30px 0;
	background: #FFFFFF;
	margin: 0 0 50px 0;
}

.m-lihaiguanxiren-box p,
.m-lihaiguanxiren-box .m-input-container {
	width: 90%;
	margin: auto;
	overflow: hidden;
}

.m-input-container label {
	width: 390px;
	height: auto;
	display: block;
	float: left;
	margin: 0 25px 30px 0;
}

.m-input-container label input,
.m-input-container label select {
	background: #f5f5f5;
	display: block;
	width: 370px;
	height: 50px;
	-webkit-appearance: none;
}

.m-lihaiguanxiren-box .m-input-container {
	width: 840px;
	margin: 30px auto 0 auto;
}

.m-input-container label input {
	width: 350px;
	padding: 0 10px;
	-webkit-appearance: none;
}

.m-input-container label.t-textarea {
	width: 830px;
}

.m-input-container label.t-textarea textarea {
	width: 765px;
	background: #F5F5F5;
	padding: 10px;
	height: 120px;
	outline: none;
	resize: none;
}

.m-input-container label.t-yzm {
	width: 100%;
}

.m-input-container label.t-yzm input {
	width: 200px;
	float: left;
}

.m-input-container label.t-yzm span {
	display: block;
	width: 100px;
	height: 50px;
	float: left;
	margin: 0 0 0 20px;
	background: #000000;
}

.m-input-container label input.t-reset {
	background: #999999;
	color: #FFFFFF;
	cursor: pointer;
}

.m-input-container label input.t-submit {
	background: #ffcb04;
	color: #333;
	cursor: pointer;
}

.m-touzhirenguanxi {
	width: 770px;
	height: auto;
	margin: 0 auto 30px auto;
	background: #FFFFFF;
	overflow: hidden;
	padding: 30px 30px 0 30px;
}

.m-touzhirenguanxi-list {
	width: 50%;
	height: 188px;
	border-bottom: 1px solid #E5E5E5;
	display: block;
	float: left;
	margin: 30px 0;
}

.m-touzhirenguanxi-list:hover .l-img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.l-img {
	width: 140px;
	height: 150px;
	display: block;
	float: left;
	overflow: hidden;
}

.l-img img {
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
}

.r-info {
	width: 220px;
	height: 100%;
	display: block;
	float: left;
	margin: 0 0 0 20px;
}

.r-info h2 {
	font-weight: 24px;
	font-weight: bold;
}

.r-info span {
	width: 100%;
	height: 90px;
	margin: 10px 0;
	display: block;
}

.r-info h3 a {
	display: inline-block;
}

.r-info h3 a:hover {
	text-decoration: underline;
	color: #007AFF;
}

.r-info span i {
	display: block;
	width: 50%;
	float: left;
}

.r-info span i a {
	display: inline-block;
	line-height: 30px;
	color: #666;
	font-size: 14px;
}

.r-info span i a:hover {
	text-decoration: underline;
	color: #007AFF;
}

.t-touzizheguanxi .u-news-class span,
.t-touzizheguanxi .u-news-tj span {
	width: 300px;
	margin: auto;
	line-height: 30px;
	display: block;
	padding: 15px 0;
}

.moblie-subnav ul {
	box-sizing: border-box;
	padding: 1rem 1rem 1rem 1rem;
}

.moblie-subnav ul li {
	width: 50%;
	height: auto;
	line-height: 2rem;
	border-bottom: 1px solid #E5E5E5;
	text-align: center;
	font-size: 1.2rem;
	margin: auto;
}

.moblie-subnav ul li p {
	padding: 1rem 0;
	font-size: 1.2rem;
	color: #333333;
}

.moblie-subnav ul li p a {
	font-size: 1.2rem;
}

.moblie-subnav .n-subnav-container {
	display: none;
	box-sizing: border-box;
	padding: 0 0 1.5rem 0;
}

.moblie-subnav .n-subnav-container a {
	font-size: 0.8rem;
	color: #666666;
}

.join-box {
	width: 1200px;
	margin: auto;
	padding: 80px 0 0 0;
}

.join-box h1 {
	font-size: 30px;
	text-align: center;
	padding: 0 0 1rem 0;
}

.u-yuanjing p {
	font-size: 14px;
	text-align: center;
}

.join-btn {
	width: 420px;
	height: 44px;
	margin: 100px auto 0 auto;
}

.join-btn a {
	width: 170px;
	height: 100%;
	margin: 0 20px;
	background: #FFCB04;
	text-align: center;
	line-height: 44px;
	float: left;
	display: block;
}

.join-box-bg {
	background: #F5F5F5;
}

.u-fuli {
	overflow: hidden;
	padding: 80px 0 50px 0;
}

.u-fuli ul {
	width: 100%;
	height: auto;
	padding: 30px 0 0 0;
}

.u-fuli ul li {
	width: 25%;
	display: block;
	height: 240px;
	position: relative;
	cursor: pointer;
	float: left;
	margin: 1rem 0% 1rem 0%;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
}

.u-fuli ul li:hover {
	background: #FFFFFF;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.u-fuli ul li:hover p {
	opacity: 1;
}

.u-fuli ul li span {
	display: block;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 30px;
	left: 50%;
	margin: 0 0 0 -35px;
	display: none;
}

.u-fuli ul li span.active {
	display: block;
}

.u-fuli ul li:hover span.active {
	display: none;
}

.u-fuli ul li:hover span.hover {
	display: block;
}

.u-fuli ul li h1 {
	padding: 110px 0 10px 0;
	font-size: 18px;
	color: #333333;
}

.u-fuli ul li p {
	width: 80%;
	margin: auto;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	opacity: 0;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
}

.u-fuli>p {
	text-align: center;
}

.join-hint {
	width: 100%;
	overflow: hidden;
}

.join-left-img {
	width: 50%;
	float: left;
}

.join-left-img img {
	display: block;
	width: 100%;
}

.join-right-info {
	width: 50%;
	float: left;
	display: block;
}

.join-right-info h1 {
	font-size: 30px;
	padding: 10% 0 15px 5%;
}

.join-right-info>p {
	font-size: 14px;
	padding: 0px 0 15px 5%;
}

.join-right-info ul {
	width: 100%;
}

.u-pingtai {
	width: 100%;
	overflow: hidden;
	margin: 4% 0 0 0;
}

.u-pingtai span {
	display: block;
	width: 15%;
	float: left;
	margin: 0 0 0 5%;
}

.u-pingtai span img {
	display: block;
	width: 100%;
	max-width: 150px;
}

.u-pingtai ul {
	display: block;
	width: 80%;
	height: 100%;
	float: left;
}

.u-pingtai ul li {
	width: 100%;
	height: 33%;
}

.u-pingtai ul li h2 {
	font-size: 18px;
	padding: 10px 0 8px 40px;
}

.u-pingtai ul li p {
	font-size: 14px;
	padding: 0px 0 0 40px;
}

.u-yuangonghuodong {
	padding: 80px 0;
}

.u-yuangonghuodong p {
	text-align: center;
}

.u-yuangonghuodong ul {
	width: 100%;
	overflow: hidden;
	margin: 50px 0 0 0;
}

.u-yuangonghuodong ul li {
	width: 285px;
	height: 255px;
	background: #FFFFFF;
	display: block;
	float: left;
	margin: 0 20px 0 0;
	cursor: pointer;
}

.u-yuangonghuodong ul li span {
	display: block;
	overflow: hidden;
}

.u-yuangonghuodong ul li span img {
	display: block;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
}

.u-yuangonghuodong ul li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.u-yuangonghuodong ul li.setMargin-right {
	margin: 0;
}

.u-yuangonghuodong ul li p {
	line-height: 66px;
}

.u-jobs {
	width: 720px;
}

.m-jobs-title {
	width: 100%;
	height: auto;
	background: #FFFFFF;
	padding: 30px 0;
	overflow: hidden;
}

.m-jobs-zhiwei {
	padding: 0 0 20px 0;
}

.m-jobs-zhiwei,
.m-jobs-didian {
	width: 1030px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

.m-jobs-zhiwei span,
.m-jobs-didian span {
	width: 120px;
	display: block;
	float: left;
}

.m-jobs-zhiwei span img,
.m-jobs-didian span img {
	padding: 0 5px 0 0;
}

.m-jobs-zhiwei ul,
.m-jobs-didian ul {
	width: calc(100% - 120px);
	width: -webkit-calc(100% - 120px);
	display: block;
	float: left;
}

.m-jobs-zhiwei ul li,
.m-jobs-didian ul li {
	display: block;
	float: left;
	margin: 0 15px;
	cursor: pointer;
}

.m-jobs-container {
	background: #FFFFFF;
	margin: 30px 0 0 0;
	padding: 30px 0;
}

.m-jobs-container .font-blod ul {
	border-bottom: 2px solid #E5E5E5;
}

.m-jobs-container .font-blod ul li {
	font-weight: bold;
}

.u-jobs-info-title,
.u-jobs-detailed {
	width: 1030px;
	margin: auto;
}

.u-jobs-info-title ul {
	width: 100%;
	height: 60px;
	overflow: hidden;
}

.u-jobs-info-title ul li {
	display: block;
	float: left;
	line-height: 60px;
	padding: 0 0 0 10px;
}

.j-name {
	width: 320px;
}

.j-post {
	width: 150px;
}

.j-site {
	width: 150px;
}

.j-num {
	width: 150px;
}

.j-time {
	width: 150px;
}

.u-jobs-info {
	width: 1000px;
	margin: 30px 0 20px 30px;
	display: none;
	padding-bottom: 30px;
	overflow: hidden;
}

.jobs-post.active {
	border-bottom: 1px solid #E5E5E5;
}

.jobs-post.active .u-jobs-info {
	display: block;
}

.jobs-post ul {
	position: relative;
	border-bottom: 1px solid #E5E5E5;
	cursor: pointer;
}

.jobs-post ul:hover {
	background: #f2f2f2;
}

.jobs-post ul:before,
.jobs-post ul:after {
	content: "";
	width: 15px;
	height: 2px;
	background: #808080;
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
}

.jobs-post ul:after {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.jobs-post.active ul:after {
	display: none;
}

.u-jobs-info h1 {
	font-size: 24px;
	padding: 20px 0;
}

.u-jobs-info p {
	text-indent: 0;
	line-height: 32px;
	color: #666666;
	font-size: 14px;
}

.jobs-post.active ul {
	background: #f2f2f2;
}

.u-jobs-info span {
	width: 202px;
	height: 52px;
	display: block;
	text-align: center;
	line-height: 52px;
	background: #FFCB04;
	margin: 50px 0 0 0;
	float: left;
}

.u-jobs-info .n-share-right {
	margin-top: 60px;
}

.u-xuanjianghui ul {
	overflow: hidden;
	border-bottom: 1px solid #E5E5E5;
}

.u-xuanjianghui ul li {
	width: 33.33%;
	padding: 0;
	display: block;
	float: left;
	line-height: 60px;
	color: #666;
}

.all-case-container {
	width: 1200px;
	height: auto;
	margin: auto;
	display: none;
}

.all-case-container.active {
	display: block;
}

.all-case-list-block {
	width: 100%;
}

.all-case-title {
	width: 100%;
	height: 40px;
	padding: 40px 0 0 0;
}

.all-case-title h1 {
	font-size: 24px;
	line-height: 40px;
	width: 50%;
	float: left;
	height: 100%;
	display: block;
}

.all-case-li-btn {
	width: 80px;
	height: 100%;
	float: right;
	margin: 9px 0 0 0;
}

.all-case-li-btn span {
	width: 22px;
	height: 22px;
	display: block;
	opacity: 0.75;
	background: #cccccc;
	float: left;
	margin: 0 10px 0 0;
	cursor: pointer;
}

.all-case-li-btn span img {
	display: block;
	margin: auto;
	padding: 6px 0 0 0;
}

.all-case-li-btn span:hover {
	opacity: 1;
}

.all-case-ul {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	height: 350px;
}

.all-case-ul ul {
	position: absolute;
	top: 0;
	left: 0;
	/*transition: all 0.35s;
	-webkit-transition: all 0.35s;*/
}

.all-case-ul ul li {
	width: 285px;
	height: 344px;
	background: #FFFFFF;
	display: block;
	float: left;
	margin: 0 20px 30px 0;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
}

.all-case-ul ul li:hover {
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}

.all-case-ul ul li span {
	width: 100%;
	height: 180px;
	display: block;
	padding: 40px 0;
}

.all-case-ul ul li a {
	width: 100%;
	height: 100%;
}

.all-case-ul ul li span img {
	width: auto;
	height: 180px;
	display: block;
	margin: auto;
}

.all-case-ul ul li p {
	text-align: center;
}

.m-container.all-container {
	padding: 30px 0;
}

.u-prodct-info h1 {
	text-align: center;
	font-size: 24px;
	position: relative;
	height: auto;
}

.u-prodct-info h1:before {
	content: "";
	width: 72px;
	height: 2px;
	background: #FFCB04;
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin: 0 0 0 -36px;
}

.u-prodct-infoimg {
	display: block;
	width: 900px;
	margin: 100px auto 50px auto;
	position: relative;
	height: 1050px;
}

.u-prodct-info.active span {
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

.u-prodct-info span {
	display: block;
	margin: auto;
	position: absolute;
	opacity: 0;
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}

.u-prodct-info span img {
	display: block;
	margin: auto;
}

.u-prodct-infoimg span:nth-of-type(1) {
	bottom: 30px;
	left: 0px;
	transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
}

.u-prodct-infoimg span:nth-of-type(2) {
	bottom: 100px;
	left: 10px;
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
}

.u-prodct-infoimg span:nth-of-type(3) {
	bottom: 208px;
	left: 91px;
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
}

.u-prodct-infoimg span:nth-of-type(4) {
	bottom: 277px;
	left: 82px;
	transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
}

.u-prodct-infoimg span:nth-of-type(5) {
	bottom: 321px;
	left: 95px;
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
}

.u-prodct-infoimg span:nth-of-type(6) {
	bottom: 350px;
	left: 100px;
	transition-delay: 0.6s;
	-webkit-transition-delay: 0.6s;
}

.u-prodct-infoimg span:nth-of-type(7) {
	bottom: 287px;
	right: 50px;
	transition-delay: 0.7s;
	-webkit-transition-delay: 0.7s;
}

.pc-product-info {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}

.pc-product-info span:nth-of-type(1) {
    top: 370px;
    left: 50%;
        margin-left: -300px;
	transition-delay: 0.8s;
	-webkit-transition-delay: 0.8s;
}

.pc-product-info span:nth-of-type(2) {
	top: 275px;
	left: 50%;
	margin-left: -737px;
	transition-delay: 1s;
	-webkit-transition-delay: 1s;
}

.pc-product-info span:nth-of-type(3) {
    top: 320px;
    left: 50%;
    margin-left: 80px;
	transition-delay: 1.1s;
	-webkit-transition-delay: 1.1s;
}

.pc-product-info span:nth-of-type(4) {
	top: 189px;
	 left: 50%;
	     margin-left: 250px;
	transition-delay: 1.2s;
	-webkit-transition-delay: 1.2s;
}

.pc-product-info span:nth-of-type(5) {
	top: 778px;
    left: 50%;
    margin-left: -640px;
	transition-delay: 1.3s;
	-webkit-transition-delay: 1.3s;
}

.pc-product-info span:nth-of-type(6) {
	    bottom: 30px;
    margin-left: -846px;
	 left: 50%;
	transition-delay: 1.4s;
	-webkit-transition-delay: 1.4s;
}

.pc-product-info span:nth-of-type(7) {
	top: 810px;
    left: 50%;
	transition-delay: 1.5s;
	-webkit-transition-delay: 1.5s;
}
.pc-product-info span:nth-of-type(8) {
    bottom: 100px;
    left: 50%;
        margin-left: 300px;
	transition-delay: 1.6s;
	-webkit-transition-delay: 1.6s;
}

.pc-product-info a {
	position: relative;
}

.pc-product-info p {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 28px 50px 20px 66px;
	font-size: 14px;
	line-height: 24px;
	text-indent: 0;
}

.pc-product-info p b {
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin: 0 0 10px 0;
}

.moblie-product {
	width: 100%;
	display: none;
}

.moblie-product span {
	margin: 1rem 0;
	display: block;
}

.moblie-product span a {
	font-size: 1.2rem;
	line-height: 2rem;
	text-decoration: underline;
	margin: 1rem 0;
}

.moblie-product span p {
	font-size: 0.9rem;
	line-height: 1.5rem;
	color: #666666;
}

.u-contact {
	width: 720px;
}

.u-contact-center {
	position: relative;
	width: 1200px;
	height: 750px;
	overflow: visible;
}

.moblie-map {
	width: 100%;
	margin: 4rem 0 2rem 0;
	display: none;
}

.moblie-map ul li {
	margin: 0 0 1rem 0;
	padding-bottom: 1rem;
	border-bottom: 1px solid #E0E0E0;
}

.moblie-map ul li h1 {
	font-weight: 500;
	font-size: 1.25rem;
	color: #000000;
	margin: 0 0 1rem 0;
}

.moblie-map ul li span {
	display: block;
	margin: 0 0 0.5rem 0;
	color: #666666;
}

.moblie-map ul li:last-child {
	border: 0;
}

.u-contact-map {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.u-contact-point {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.u-contact-point i {
	display: block;
	width: 15px;
	height: 15px;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	cursor: pointer;
}

.u-contact-point i.m-1 {
	top: 335px;
	left: 437px;
}

.u-contact-point i.m-2 {
	top: 368px;
	left: 462px;
}

.u-contact-point i.m-3 {
	top: 343px;
	left: 481px;
	;
}

.u-contact-point i.m-4 {
	top: 344px;
	left: 516px;
}

.u-contact-point i.m-5 {
	top: 356px;
	left: 409px;
}

.u-contact-point i.m-6 {
	top: 363px;
	left: 442px;
}

.u-contact-point i.m-7 {
	top: 387px;
	left: 448px;
}

.u-contact-point i.m-8 {
	top: 393px;
	left: 433px;
}

.u-contact-point i.m-9 {
	top: 387px;
	left: 461px;
}

.u-contact-point i.m-10 {
	top: 310px;
	left: 892px;
}

.u-contact-map-info {
	width: 370px;
	height: 130px;
	position: absolute;
	top: 0;
	left: 0;
	background: #FFFFFF;
	z-index: 100;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	padding: 20px 30px;
}

.u-contact-map-info h1 {
	margin: 0 0 10px 0;
}

.u-contact-map-info ul {
	width: 100%;
	margin: 0;
}

.u-contact-map-info ul li p {
	text-align: left;
	font-size: 16px;
	line-height: 28px;
}

.u-contact-map-info ul li {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
}

.u-contact-map-info ul li span {
	width: 50px;
	height: auto;
	display: block;
	float: left;
	line-height: 28px;
}

.u-contact-map-info ul li h3 {
	width: 300px;
	height: auto;
	display: block;
	float: left;
}

.u-contact-map-info h1 p {
	font-size: 24px;
	font-weight: bold;
	color: #333;
}

.u-contact-map-info p {
	display: none;
	text-indent: 0;
}

.u-contact-map-info i {
	display: block;
	width: 16px;
	height: 8px;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin: 0 0 0 -8px;
}

.u-contact-map-info i img {
	display: block;
}

.u-contact-box {
	width: 1200px;
	height: auto;
	margin: 0 auto 50px auto;
}

.c-huoban {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: none;
}

.c-huoban.active {
	display: block;
}

.c-huoban ul {
	width: 100%;
	height: 608px;
	overflow: hidden;
}

.c-huoban ul li {
	width: 285px;
	height: 274px;
	display: block;
	float: left;
	display: block;
	background: #FFFFFF;
	position: relative;
	margin: 30px 20px 0px 0;
}

.c-huoban ul li:nth-child(4n+4) {
	margin: 30px 0 0px 0;
}

.c-huoban ul li.setMargin-right {
	margin: 30px 0 0px 0;
}

.c-b,
.c-t {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
	cursor: pointer;
}

.c-t {
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
}

.c-t span {
	width: 80%;
	margin: 10px auto;
	display: block;
	color: #FFFFFF;
}

.c-t span i {
	color: #FFFFFF;
}

.c-t span.c-t-tel {
	margin: 70px auto 10px auto;
}

.c-t span.c-t-btn {
	margin: 60px auto 10px auto;
}

.c-t span a {
	width: 88px;
	height: 30px;
	display: block;
	border: 1px solid #fff;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	font-size: 14px;
	float: left;
}

.c-t span a.go-link {
	float: right;
}

.c-huoban ul li {}

.c-huoban ul li:hover {}

.c-huoban ul li:hover .c-b {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}

.c-huoban ul li:hover .c-t {
	opacity: 1;
}

.c-b p {
	text-align: center;
}

.c-b span {
	display: block;
	padding: 1rem 0;
}

.show-all {
	width: 100px;
	margin: 50px auto 0 auto;
	cursor: pointer;
	text-align: center;
}

.m-container.liuyan-bg {
	background: #FFFFFF;
}

.liuyan-bg .m-input-container {
	width: 830px;
	margin: auto;
}

.liuyan-bg h1 {
	font-size: 30px;
	text-align: center;
	color: #000;
	position: relative;
	margin: 40px 0 0 0;
}

.liuyan-bg h1:before {
	content: "";
	width: 70px;
	height: 2px;
	background: #FFCB04;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -35px;
}

.liuyan-bg p {
	margin: 50px auto;
	text-align: center;
	text-indent: 0;
}

.liuyan-bg .u-contact-center {
	height: auto;
	margin: 0 auto 50px auto;
	overflow: hidden;
}

.m-container>p {
	width: 1200px;
	margin: auto;
}

.m-case-block .swiper-slide span img {
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
	cursor: pointer;
}

.m-case-block .swiper-slide span img:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}

.moblie-language-box {
	width: 4rem;
	height: 100%;
	position: absolute;
	top: 0;
	right: 5rem;
}

.moblie-language-box p {
	text-align: right;
	line-height: 4rem;
	box-sizing: border-box;
	padding: 0 0.5rem 0 0;
}

.moblie-language-list {
	width: auto;
	padding: 0.5rem;
	background: #FFFFFF;
	position: absolute;
	top: 4rem;
	right: 0;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
	display: none;
}

.moblie-language-btn {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 50%;
	right: -0.5rem;
	margin: -4px 0 0 0;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
}

.moblie-language-btn.active {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.m-jobs-zhiwei ul li.active a,
.m-jobs-didian ul li.active a {
	font-weight: bold;
	color: #f20;
	text-decoration: underline;
}

.m-search-box form {
	width: 100%;
	height: 100%;
}

.m-search-box button {
	border: 0;
	display: block;
	width: 100px;
	height: 100%;
	float: left;
	cursor: pointer;
	background: #FFCB04 url(../images/icon/icon-07.png) no-repeat center center;
}

.map-btn {
	width: auto;
	height: auto;
	padding: 0.5rem;
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	cursor: pointer;
}

.map-btn:hover {
	color: #FF2200;
}

.s-map {
	width: 600px;
	height: 400px;
	box-sizing: border-box;
	padding: 20px;
	background: #FFFFFF;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 10000;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}

.t-map {
	height: 100px;
	overflow: hidden;
}

.t-map h1 {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}

.t-map p {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin: 10px 0 0 0;
}

.allmap {
	width: 560px;
	height: 260px;
	position: absolute;
	left: 20px;
	bottom: 20px;
}

.close {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 5000;
	background: rgba(0, 0, 0, 0);
	cursor: pointer;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
}

.close:before,
.close:after {
	content: "";
	width: 30px;
	height: 2px;
	display: block;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 50%;
	left: 50%;
}

.close:before {
	transform: translate3d(-50%, -50%, 0px) rotate(45deg);
	-webkit-transform: translate3d(-50%, -50%, 0px) rotate(45deg);
}

.close:after {
	transform: translate3d(-50%, -50%, 0px) rotate(-45deg);
	-webkit-transform: translate3d(-50%, -50%, 0px) rotate(-45deg);
}

.u-prodct-infoimg i{
	width: 252px;
	height: 252px;
	display:block;
	position:absolute;
	top: 500px;
    left: 300px;	
	opacity:0;
	animation:opacity1 2s 2s 1 forwards;
	-webkit-animation:opacity1 2s 2s 1 forwards;
}
.u-prodct-infoimg i img{
	animation:opacity2 2s infinite;
	-webkit-animation:opacity2 2s infinite;
}
@keyframes opacity1{
	0%{opacity:0}
	100%{opacity:1}
}
@-webkit-keyframes opacity1{
	0%{opacity:0}
	100%{opacity:1}
}
@keyframes opacity2{
	0%{opacity:0}
	50%{opacity:1}
	100%{opacity:0}
}
@-webkit-keyframes opacity2{
	0%{opacity:0}
	50%{opacity:1}
	100%{opacity:0}
}

.content{
	padding: 0px;
}
.content>p{
	padding: 0 40px;
}
.content>ul>li>p{
	padding: 0;
}
.content img{
	max-width:100%
}