@charset "utf-8";
@font-face {
	font-family: 'PF';
	src: url("PingFang Medium.eot");
	src: url("PingFang Medium.eot#iefix") format("embedded-opentype"), url("PingFang Medium.woff") format("woff"), url("PingFang Medium.ttf") format("truetype"), url("PingFang Medium.svg") format("svg");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'DB';
	src: url("DIN-BOLD_0.OTF");
	font-weight: normal;
	font-style: normal
}

html,
body,
div,
p,
ul,
li,
ol,
dl,
dt,
dd,
form,
input,
textarea,
table,
tr,
td,
img,
a,
span,
em,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

html,
body {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'PF', "微软雅黑", arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: .75em;
	overflow-x: hidden;
	color: #000;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
select,
option,
textarea {
	border: none;
	outline: none;
	font-family: 'PF';
}

img {
	border: none;
}

a,
a:hover,
a:active,
a:visited,
a:link {
	text-decoration: none;
	outline: 0;
}

ul li {
	margin: 0;
}

ul,
li {
	list-style: none;
}

.left {
	float: left;
}

.right {
	 float: right;
 }

.right1 {
	margin-left: auto;
}
.tCL {
	text-align: left;
}

.tCR {
	text-align: right;
}

.tCC {
	text-align: center;
}

.inline-block {
	display: inline-block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
	clear: both;
}

.none {
	display: none;
}

.block {
	display: block;
}

.w {
	width: 1520px;
	margin: 0 auto;
}

.ellipsis {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ellipsis-3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.ellipsis-4 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.ellipsis-5 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999999;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999999;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999999;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999999;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none;
}

.h,
.fixedh {
	display: none;
}


/*============================header==============================*/

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	width: 100%;
	height: 70px;
	background: rgba(0, 0, 0, .7);
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

header.opacity {
	height: 0;
	overflow: hidden;
}

header.fixed {
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
}

.head_top {
	line-height: 70px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.head_top .w {
	width: 1800px;
}

header.opacity .head_top .logo {
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}

.head_top .logo {
	font-size: 0;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
}

.head_top .logo img {
	height: 33px;
	vertical-align: middle;
}

.head_top .nav {
	position: relative;
	z-index: 10;
	transition: all 0.8s;
}

.nav nav>ul {
	width: 100%;
	float: right;
}

.nav nav>ul>li {
	float: left;
	padding: 0 40px;
	position: relative;
}

.nav nav>ul>li.two>a:after {
	display: none;
	content: "";
	position: absolute;
	right: -25px;
	top: 0;
	width: 10px;
	height: 100%;
	background: url(../images/jiao.png) no-repeat center center;
}

.nav nav>ul>li.two:hover>a:after {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.nav nav>ul>li>a {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	/*font-weight: bold;*/
	position: relative;
}

.nav nav>ul>li>a:before {
	content: "";
	position: absolute;
	top: 72px;
	left: 0;
	width: 0;
	height: 4px;
	background: #f6c419;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.nav nav>ul>li.on>a:before {
	width: 100%;
}

.nav nav>ul>li:nth-child(2)>a {
	cursor: default;
}

.nav nav>ul>li:nth-child(2).two>a:after {
	display: none;
}

.nav nav>ul>li ol {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 160px;
	margin-left: -60.5px;
	padding: 12px 20px;
	display: none;
	border-top: 3px solid #f6c419;
	background: #fff;
}

.nav nav>ul>li ol li {
	width: 100%;
	float: none;
	text-align: center;
	padding-left: 5px;
	border-bottom: 1px solid #f4ebda;
}

.nav nav>ul>li ol li:hover {
	border-color: #f6c419;
}

.nav nav>ul>li ol li a {
	line-height: 34px;
	color: #333333;
	font-size: 14px;
	display: block;
	text-align: left;
	position: relative;
}

.nav nav>ul>li ol li:hover a {
	color: #f6c419;
}

.language {
	position: relative;
	width: 176px;
}

.language ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	border: 1px solid #929292;
	background: #fff;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
	color: #333;
	padding: 0;
	margin: -1px 0 0;
	display: none;
}

.language_btn {
	font-size: 14px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.language_btn:hover {
	background-color: #253038;
}

.language_btn img {
	margin-right: 20px;
	width: 18px;
	vertical-align: auto;
}

.language_btn:after {
	content: "";
	display: inline-block;
	margin-left: 10px;
	width: 15px;
	height: 10px;
	vertical-align: middle;
	background: url(../images/jiao2.png) no-repeat left top;
	background-size: cover;
}

.language ul li {
	line-height: 44px;
	vertical-align: middle;
	text-align: center;
	padding: 0 10px;
}

.language a {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: #333;
	border-top: 1px solid #e2e2e2;
}

.language a.on:after {
	content: "";
	width: 24px;
	height: 24px;
	background: url(../images/langon.png) no-repeat left top;
}

.language li:hover {
	background: #d9d9d9;
}

.sliding-menu {
	overflow: hidden;
	position: relative;
}

.sliding-menu ul {
	float: left;
	margin: 0;
	width: 100%;
}

.sliding-menu li {
	list-style: none;
	margin: 0;
	line-height: 16px;
}

.sliding-menu a {
	display: block;
	padding: 1em;
	line-height: 16px;
}

.sliding-menu a:hover {
	background: #333;
	color: #FFF;
}

.sliding-menu a.nav:before {
	content: '\3009';
	float: right;
	margin-left: 1em;
}

.sliding-menu a.back {
	background: #083f78;
	color: #FFF;
}

.sliding-menu a.back:before {
	content: '\3008';
	float: left;
	margin-right: 1em;
}

.phone_head {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #000;
	z-index: 999999;
	height: 50px;
	line-height: 50px;
	-moz-box-shadow: 0px 5px 10px #000;
	-webkit-box-shadow: 0px 5px 10px #000;
	box-shadow: 0px 5px 10px #000;
}

.phone_head .logo {
	width: 60%;
}

.phone_head .logo img {
	max-width: 100%;
	height: auto;
	max-height: 40px;
	vertical-align: middle;
}

.phone_head .head_admin {
	height: auto;
	line-height: 55px;
	margin: 0;
	margin-left: 15px;
}

.phone_head .head_admin a {
	color: #1886d1;
	font-size: 12px;
}

.phone-head .menubtn>span.expand {
	vertical-align: middle;
	display: inline-block;
	height: 30px;
	width: 40px;
	background: url(../images/navbg.png) no-repeat center;
	background-size: auto 100%;
}

.phone-head .mask-close {
	background: #000000 none repeat scroll 50% 50% / auto padding-box border-box;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	position: absolute;
	top: 11px;
	right: 18px;
	height: 30px;
	line-height: 30px;
	width: 30px;
	overflow: hidden;
}

.maskbg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}

#menu a {
	display: block;
	width: 100%;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

#menu a:hover {
	color: #fff;
}

#menu h1 {
	font-weight: 300;
}

#menu h2 {
	font-weight: 300;
	margin: 3em 0 1em 0;
}

#menu p {
	margin: 20px 0;
}

#menu .nav {
	height: auto;
	background: #000000;
}

#menu {
	margin: 4em auto;
	width: 100%;
}

#menu {
	background: #000000;
}

.sliding-menu a.back {
	background: #f6c419;
}

.sliding-menu a:hover {
	background: #f6c419;
}


/*========================================= index ====================================*/

.banner {
	position: relative;
	height: 100vh;
	overflow: hidden;
}

.banner video {
	vertical-align: top;
	object-fit: fill;
	width: 100%;
	height: auto;
	min-height: 100%;
}

.bannert {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	transform: translateY(-50%);
	animation: colorswitch 2s 1;
	-moz-animation: showup 2s 1;
	-webkit-animation: showup 2s 1;
	-o-animation: showup 2s 1;
}

.bannert .tbox {
	width: 100%
}

.bannert .t1 {
	font-size: 60px;
	font-weight: 600;
	letter-spacing: 10px;
}

.bannert .t2 {
	font-size: 35px;
}

@keyframes showup {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0.2;
	}
	40% {
		opacity: 0.4;
	}
	60% {
		opacity: 0.6;
	}
	80% {
		opacity: 0.8;
	}
	100% {
		opacity: 1;
	}
}


/* Firefox */

@-moz-keyframes showup {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0.2;
	}
	40% {
		opacity: 0.4;
	}
	60% {
		opacity: 0.6;
	}
	80% {
		opacity: 0.8;
	}
	100% {
		opacity: 1;
	}
}


/* Safari and Chrome */

@-webkit-keyframes showup {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0.2;
	}
	40% {
		opacity: 0.4;
	}
	60% {
		opacity: 0.6;
	}
	80% {
		opacity: 0.8;
	}
	100% {
		opacity: 1;
	}
}


/* Opera */

@-o-keyframes showup {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0.2;
	}
	40% {
		opacity: 0.4;
	}
	60% {
		opacity: 0.6;
	}
	80% {
		opacity: 0.8;
	}
	100% {
		opacity: 1;
	}
}

.go_section {
	position: absolute;
	bottom: 50px;
	width: 100%;
	text-align: center;
	z-index: 999;
}

.go_section img {
	width: 35px;
	height: auto;
	display: block;
	position: absolute;
	/* left: 8px; */
	bottom: 0;
	z-index: 999;
	animation-delay: 0ms;
	animation-duration: 1340ms;
	animation-iteration-count: infinite;
	animation-name: arrow;
	animation-play-state: running;
	animation-timing-function: linear;
}

.go_section a {
	display: block;
	width: 22px;
	height: 36px;
	position: relative;
	margin: 0 auto;
}

@-webkit-keyframes arrow {
	0% {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	50% {
		-webkit-transform: translate3d(0px, -8px, 0px);
	}
	100% {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
}

@keyframes arrow {
	0% {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	50% {
		-webkit-transform: translate3d(0px, -8px, 0px);
	}
	100% {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
}

.in1_sec {
	background: #fff;
}

.in1_sec ul li {
	background: #f6c419;
}

.in1_sec ul li:nth-child(even) {
	background: #000000;
}

.in1_sec ul li a {
	position: relative;
	display: block;
	z-index: 1;
}

.mask {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.in1_sec ul li:hover .mask {
	opacity: 1;
}

.in1_sec ul li .pic {
	float: right;
	width: 60.4%;
}

.in1_sec ul li .pic img {
	display: block;
	width: 100%;
}

.in1_sec ul li:nth-child(2n) .pic {
	float: left;
}

.in1_sec ul li .tbox {
	float: left;
	width: 39.6%;
	padding: 100px 0 0 100px;
	color: #000000;
}

.in1_sec ul li .tbox .tit .ch {
	font-size: 55px;
}

.in1_sec ul li .tbox .tit .en {
	font-size: 55px;
	text-transform: uppercase;
	opacity: 0.1;
	font-family: 'DB';
}

.in1_sec ul li:nth-child(2n) .tbox {
	color: #f6c419;
}

.in1_sec ul li .tbox .more {
	display: inline-block;
	margin-top: 90px;
	font-size: 16px;
	padding-left: 35px;
	line-height: 25px;
	background: url(../images/more.png) no-repeat left center;
}

.in1_sec ul li:nth-child(2n) .tbox .more {
	background-image: url(../images/more0.png);
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.in1_sec .viewmore {
	margin-top: 70px;
}

.viewmore {
	font-size: 0;
	display: inline-block;
	min-width: 191px;
	height: 46px;
	line-height: 44px;
	padding: 0 30px;
	border: 1px solid #898989;
}

.viewmore span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #333333;
}

.viewmore i {
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 12px;
	margin-left: 20px;
	background: url(../images/vmore.png) no-repeat center center;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	-moz-transition: transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
}

.viewmore:hover {
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15), 0 10px 10px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15), 0 10px 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15), 0 10px 10px 0 rgba(0, 0, 0, .1);
}

.viewmore:hover i {
	-webkit-transform: translate3d(5px, 0, 0);
	-moz-transform: translate3d(5px, 0, 0);
	transform: translate3d(5px, 0, 0);
}

.in2_sec {
	padding: 248px 0 60px;
	background: #fff url(../images/in2bg.png) no-repeat left top;
	background-size: cover;
}

.in2_sec .tit {
	font-size: 45px;
	color: #000000;
	font-weight: bold;
	overflow: hidden;
}

.in2_sec .main {}

.in2_sec .main .pic {
	float: right;
	width: 49%;
	padding: 20px 20px 20px 0;
	background: url(../images/aboutbg.png) no-repeat top right;
}

.in2_sec .main .pic .picbg {
	background: #fff;
	padding: 20px;
	-moz-box-shadow: 0px 0px 125px rgba(88, 89, 89, 0.1);
	-webkit-box-shadow: 0px 0px 125px rgba(88, 89, 89, 0.1);
	box-shadow: 0px 0px 125px rgba(88, 89, 89, 0.1);
	overflow: hidden;
}

.in2_sec .main .pic .picbox {
	overflow: hidden;
}

.in2_sec .main .pic img {
	display: block;
	width: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.in2_sec .main .pic:hover img {
	-moz-transform: scale(1.07);
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
}

.in2_sec .main .tbox {
	float: left;
	width: 47%;
	margin-top: 80px;
}

.in2_sec .main .tbox ul {
	overflow: hidden;
}

.in2_sec .main .tbox ul li {
	padding-left: 70px;
	margin-bottom: 50px;
	background: url(../images/ysico1.png) no-repeat left top;
}

.in2_sec .main .tbox ul li:nth-child(2) {
	background-image: url(../images/ysico2.png);
}

.in2_sec .main .tbox ul li:nth-child(3) {
	background-image: url(../images/ysico3.png);
}

.in2_sec .main .tbox ul li .t1 {
	font-size: 20px;
	color: #000000;
	font-weight: bold;
}

.in2_sec .main .tbox ul li .t2 {
	margin-top: 15px;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
}

.in2_sec .viewmore {
	margin: 40px 0 0 70px;
	background: #333333;
}

.in2_sec .viewmore span {
	color: #fff;
}

.in2_sec .viewmore i {
	background-image: url(../images/vmore0.png);
}

.in3_sec {
	position: relative;
	margin-top: 145px;
}

.in3_sec img {
	display: block;
	width: 100%;
}

.in3_sec .tbox {
	position: absolute;
	top: 50%;
	right: 0;
	width: 41.4%;
	padding-right: 300px;
	color: #fff;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.in3_sec .tbox .t1 {
	font-size: 30px;
	color: #fff;
}

.in3_sec .tbox .t1 span {
	color: #f6c419;
}

.in3_sec .tbox .t2 {
	font-size: 49px;
	font-weight: bold;
}

.in3_sec .viewmore {
	margin-top: 50px;
	background: #f6c419;
	border-color: #f6c419;
}


/*=========================================footer ====================================*/

footer .main {
	padding: 0 100px;
}

.foot {
	padding: 100px 0;
	background: #000;
}

.finfo {
	width: 27%;
}

.fctc li {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 2px;
}

.fctc img {
	vertical-align: middle;
	width: 30px;
	margin-right: 15px;
}

.finfotit {
	position: relative;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.finfotit:after {
	content: "";
	display: block;
	width: 72px;
	height: 2px;
	margin-top: 10px;
	background: #f6c419;
}

.flogo {
	font-size: 0;
}

.flogo img {
	height: 33px;
	vertical-align: middle;
}

.fctc {
	margin-top: 40px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.6);
	line-height: 24px;
}

.sharebox {
	margin-top: 20px;
}

.fnav {
	width: 60%;
}

.fnav ul>li {
	float: left;
	width: 25%;
}

.fnav ul>li:first-child {
	display: none;
}

.fnav ul>li:nth-child(2) {
	/*width: 60%;*/
	width: 85%;
}

.fnav ul>li:last-child {
	width: 15%;
	text-align: right;
}

.inlbox {
	/*display: inline-block;*/
}

.fnav ul>li:last-child .inlbox {
	text-align: left;
}

.fnav ul>li h1 {
	position: relative;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 25px;
}

.fnav ul>li h1:after {
	content: "";
	display: block;
	width: 72px;
	height: 2px;
	margin-top: 10px;
	background: #f6c419;
}

.fnav ul>li a {
	font-size: 14px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.5);
}

.fnav ul>li a:hover {
	color: #fff;
}

.fnav ol {
	font-size: 0;
}

.fnav ul>li:nth-child(2) ol li {
	display: inline-block;
	width: 50%;
}

.sharebox .bshare-custom a {
	padding-left: 30px;
	height: 30px;
	_height: 32px;
	text-decoration: none;
	display: inline-block;
	zoom: 1;
	vertical-align: middle;
	cursor: pointer;
	color: #333;
	margin-right: 5px;
}

.sharebox .bshare-custom .bshare-weixin {
	background: url(../images/fwx.png) no-repeat left top;
}

.sharebox .bshare-custom .bshare-sinaminiblog {
	background: url(../images/fwb.png) no-repeat left top;
}

.sharebox .bshare-custom .bshare-qqim {
	background: url(../images/fqq.png) no-repeat left top;
}

.bsBox,
.bsBox * {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}


/*.bdshare-button-style0-16 a {	display: inline-block!important;	float: none!important;	margin: 0 5px!important;	padding-left: 0!important;	width: 30px;	height: 30px!important;	line-height: 30px!important;	background: none!important;	font-size: 0;	-moz-transition: all 0.3s;	-webkit-transition: all 0.3s;	transition: all 0.3s;}.bdshare-button-style0-16 a:hover {	opacity: 1;	-moz-transform: translateY(-5px);	-webkit-transform: translateY(-5px);	transform: translateY(-5px);}*/

.cy {
	padding: 12.5px;
	background: #1e1e1e;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.2);
}

.cy a {
	color: rgba(255, 255, 255, 0.2);
	margin-right: 5px;
}

.cy a:hover {
	color: #fff;
}


/*=========================================about ====================================*/

.ny-sec {
	padding: 70px 0 0;
	background: #fff;
}

.intitle {
	text-align: center;
	overflow: hidden;
}

.intitle .en {
	font-size: 16px;
	color: #f6c419;
	line-height: 40px;
	text-transform: uppercase;
	font-family: 'DB';
}

.intitle .en:before {
	content: "";
	display: block;
	margin: 0 auto;
	width: 97px;
	height: 1px;
	line-height: 1px;
	background: #f6c419;
}

.intitle .en:after {
	content: "";
	display: block;
	margin: 0 auto;
	width: 120px;
	height: 1px;
	line-height: 1px;
	background: #f6c419;
}

.intitle .ch {
	margin-top: 25px;
	font-size: 45px;
	color: #000000;
	font-weight: bold;
}

.about1-sec {
	padding: 100px 0;
	background: #fff;
}

.about1-sec .main {
	margin-top: 50px;
	background: #f7f7f7;
	overflow: hidden;
}

.about1-sec .main .pic {
	float: right;
	width: 50%;
	overflow: hidden;
}

.about1-sec .main .pic img {
	display: block;
	width: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.about1-sec .main .pic:hover img {
	-moz-transform: scale(1.07);
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
}

.about1-sec .main .tbox {
	float: left;
	width: 50%;
	padding: 70px 96px 0;
	background: url(../images/wawbg.png) no-repeat 90% 75px;
}

.about1-sec .main .tbox .t1 {
	font-size: 30px;
	color: #333333;
	font-weight: bold;
}

.about1-sec .main .tbox .t2 {
	margin-top: 35px;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.about1-sec .main .tbox .t2 strong {
	font-size: 20px;
	color: #333333;
}

.about2-sec {
	padding: 95px 0;
	width: 100%;
	background-color: #000;
	background-image: url(../images/lnbg.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	/* 兼容Webkit内核浏览器如Chrome和Safari */
	-o-background-size: cover;
	/* 兼容Opera */
	zoom: 1;
}

.about2-sec .intitle .ch {
	color: #fff;
}

.about2-sec .main {
	margin-top: 50px;
	padding: 0 60px;
}

.about2-sec .main ul {
	overflow: hidden;
}

.about2-sec .main ul li {
	text-align: center;
	width: 33.33%;
	float: left;
	padding: 0 60px;
}

.about2-sec .main ul li .pic {
	width: 250px;
	height: 250px;
	margin: 0 auto;
	display: table;
	table-layout: fixed;
	background: #fff;
	border-radius: 50%;
}

.about2-sec .main ul li .picbox {
	display: table-cell;
	vertical-align: middle;
}

.about2-sec .main ul li .pic img {
	width: 45px;
	display: block;
	margin: 0 auto;
}

.about2-sec .main ul li .pic .t {
	margin-top: 20px;
	font-size: 30px;
	color: #333333;
	font-weight: bold;
}

.about2-sec .main ul li .tbox {
	margin-top: 30px;
	font-size: 16px;
	color: #ffffff;
	line-height: 26px;
}

.aboutbg {
	background: #fff url(../images/aboutbg2.png) no-repeat left top;
	background-size: 100% 100%;
}

.about3-sec {
	padding-top: 170px;
}

.about3-sec .main {
	display: table;
	table-layout: fixed;
	width: 100%;
	background: #fff;
}

.about3-sec .main .pic {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	overflow: hidden;
}

.about3-sec .main .pic img {
	display: block;
	width: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.about3-sec .main .pic img:hover {
	-moz-transform: scale(1.07);
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
}

.about3-sec .main .tbox {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	overflow: hidden;
	padding-left: 70px;
	padding-right: 70px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.about3-sec .main .tbox .intitle {
	text-align: left;
}

.about3-sec .main .tbox .intitle .en:before,
.about3-sec .main .tbox .intitle .en:after {
	margin: 0;
}

.about3-sec .main .tbox .t2 {
	margin-top: 20px;
	font-size: 20px;
	color: #333333;
}

.about3-sec .main .viewmore {
	margin-top: 50px;
}

.about4-sec {
	padding-top: 100px;
}

.about4-sec .main {
	margin-top: 50px;
}

.about4-sec .main ul {
	overflow: hidden;
}

.about4-sec .main ul li {
	float: left;
	width: 31%;
	margin-right: 3.5%;
}

.about4-sec .main ul li:nth-child(3n) {
	margin-right: 0;
}

.about4-sec .main ul li .pic {
	overflow: hidden;
}

.about4-sec .main ul li .pic img {
	display: block;
	width: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.about4-sec .main ul li:hover .pic img {
	-moz-transform: scale(1.07);
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
}

.about4-sec .main ul li .tbox {
	padding: 20px 20px 0;
}

.about4-sec .main ul li .tbox .t1 {
	padding: 25px 0;
	position: relative;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
}

.about4-sec .main ul li .tbox .t1:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100px;
	height: 1px;
	background: #dddddd;
}

.about4-sec .main ul li .tbox .t1:after {
	content: "";
	width: 8px;
	height: 8px;
	margin-left: 10px;
	display: inline-block;
	background: url(../images/tityuan.png) no-repeat center center;
	vertical-align: bottom;
}

.about4-sec .main ul li .tbox .t2 {
	font-size: 16px;
	color: #666666;
	margin-top: 15px;
}

.about5-sec {
	padding: 100px 0;
}

.about5-sec .main {
	margin-top: 50px;
	display: table;
	table-layout: fixed;
	width: 100%;
	background: #f7f7f7;
	overflow: hidden;
}

.about5-sec .pic {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}

.about5-sec .pic img {
	display: block;
	width: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.about5-sec .pic img:hover {
	-moz-transform: scale(1.07);
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
}

.about5-sec .tbox {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	padding-left: 80px;
	padding-right: 80px;
}

.about5-sec .tbox .intitle {
	text-align: left;
}

.about5-sec .main .tbox .intitle .en:before,
.about5-sec .main .tbox .intitle .en:after {
	margin: 0;
}

.about5-sec .tbox .t2 {
	margin-top: 30px;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}

.about6-sec {
	padding: 100px 0;
	background: #f7f7f7;
}

.about6-sec .main {
	margin-top: 45px;
	font-size: 0;
	text-align: center;
}

.about6-sec .main ul {
	/*overflow: hidden;*/
}

.about6-sec .main ul li {
	width: 15.7%;
	display: inline-block;
	margin: 0 20px;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	-moz-box-shadow: 0px 0px 35px rgba(88, 89, 89, 0.15);
	-webkit-box-shadow: 0px 0px 35px rgba(88, 89, 89, 0.15);
	box-shadow: 0px 0px 35px rgba(88, 89, 89, 0.15);
}

.about6-sec .main ul li img {
	display: block;
	width: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.about6-sec .main ul li:hover img {
	-moz-transform: scale(1.07);
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
}

.about7-sec {
	padding-top: 100px;
	background: #fff;
}

.about7-sec .main {
	margin-top: 25px;
}

.about7-sec .main .tbox {
	text-align: center;
	font-size: 16px;
	color: #666666;
	line-height: 26px;
	padding: 0 32%;
	overflow: hidden;
}

.about7-sec .main .pic {
	margin-top: 50px;
}

.about7-sec .main .pic img {
	display: block;
	width: 100%;
}


/*========================================= ====================================*/

.pro-sec {}

.probanner {
	position: relative;
}

.probanner img {
	display: block;
	width: 100%;
}

.probanner .tbox {
	/*position: absolute;	bottom: 0;	left: 0;*/
	width: 100%;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	padding: 15px 0 15px;
	text-align: center;
	background: #c6c6c6 repeat-x left top;
}

.proinfo {
	display: table;
	table-layout: fixed;
	background: #fff;
	width: 100%;
}

.proinfo .pic {
	display: table-cell;
	vertical-align: middle;
	width: 38.5%;
	background: #f8f8f8;
	text-align: center;
}

.proinfo .pic a {
	display: inline-block;
	width: 190px;
	padding: 20px 0;
	margin: 250px 0;
	font-size: 20px;
	color: #333333;
	background: #f6c419;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.proinfo .pic a:hover {
	-moz-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.proinfo .pic img {
	width: 27px;
	height: 24px;
	display: block;
	margin: 0 auto 10px;
}

.proinfo .tbox {
	display: table-cell;
	vertical-align: middle;
	width: 61.5%;
	padding: 0 200px 0 80px;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.proinfo .tbox ul li {
	padding-left: 60px;
	line-height: 25px;
	font-size: 0;
	background: url(../images/tuico1.png) no-repeat left 10px;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.proinfo .tbox ul li:nth-child(2) {
	background-image: url(../images/tuico2.png);
}

.proinfo .tbox ul li:nth-child(3) {
	background-image: url(../images/tuico3.png);
}

.proinfo .tbox ul li:nth-child(4) {
	background-image: url(../images/tuico4.png);
}

.proinfo .tbox ul li:nth-child(5) {
	background-image: url(../images/tuico5.png);
}

.proinfo .tbox ul li:nth-child(6) {
	background-image: url(../images/tuico6.png);
}

.proinfo .tbox ul li:hover {
	background-position-x: 5px;
}

.proinfo .tbox ul li strong {
	display: inline-block;
	vertical-align: top;
	width: 14.4%;
	font-size: 18px;
	color: #333333;
	padding: 12px 0;
	border-bottom: 1px dotted #fff;
}

.proinfo .tbox ul li span {
	display: inline-block;
	vertical-align: top;
	width: 85.6%;
	font-size: 16px;
	color: #666666;
	padding: 12px 0;
	border-bottom: 1px dotted #c5c5c5;
}

.page {
	padding: 0 200px;
	background: #f6c419;
}

.page a {
	float: left;
	width: 50%;
	font-size: 0;
	padding: 42px 20px 42px 55px;
	/*background: url(../images/prev.png) no-repeat left center;*/
	position: relative;
}

.page a.prev:before {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -30px;
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 45px;
	height: 60px;
	background: url(../images/prev.png) no-repeat left center;
	background-position: 0 0;
	-moz-transition: background-position 0.3s ease;
	-webkit-transition: background-position 0.3s ease;
	transition: background-position 0.3s ease;
}

.page a.prev:hover:before {
	background-position: -45px 0;
}

.page a.next {
	float: right;
	padding: 42px 55px 42px 20px;
	text-align: right;
	/*background: url(../images/next.png) no-repeat right center;*/
}

.page a.next:after {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -30px;
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 45px;
	height: 60px;
	background: url(../images/next.png) no-repeat left center;
	background-position: 0 0;
	-moz-transition: background-position 0.3s ease;
	-webkit-transition: background-position 0.3s ease;
	transition: background-position 0.3s ease;
}

.page a.next:hover:after {
	background-position: -45px 0;
}

.page span {
	height: 36px;
	line-height: 36px;
	font-size: 25px;
	color: #000000;
	vertical-align: middle;
}

.proxq_sec {}

.proname {
	padding: 32px 0;
	background: #5b5b5b;
}

.product_info {
	display: flex;
	justify-content: center;
	align-items: center;
}

.proname h1 {
	display: inline-block;
	/*vertical-align: middle;*/
	font-size: 25px;
	color: #fff;
	line-height: 36px;
	height: 36px;
}

.proname .intro {
	padding-left: 20px;
	vertical-align: middle;
	color: #fff;
	font-size: 14px;
	width: 60%;
	/*margin-right: 30px;*/
}

.proname .back {
	display: inline-block;
	vertical-align: middle;
	line-height: 36px;
	padding-left: 60px;
	padding-right: 20px;
	font-size: 16px;
	color: #fff;
}

.proname .back:hover {
	color: #f6c419;
}

.prodetails {}

.prodetails .tbox {
	padding: 80px 0 100px;
	background: #f8f8f8;
	font-size: 16px;
	color: #000000;
	line-height: 30px;
	word-break: break-all;
}

.prodetails .pic {
	padding: 50px 0 90px;
	background: #fff;
}

.proswiper {
	padding: 0 150px;
	position: relative;
}

.proswiper img {
	display: block;
	width: 100%;
}

.proswiper .swiper-button-next.swiper-button-disabled,
.proswiper .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}

.proswiper .swiper-button-next,
.proswiper .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 77px;
	margin-top: -38.5px;
}

.proswiper .swiper-button-next {
	background: url(../images/pnext.png) no-repeat center center;
}

.proswiper .swiper-button-prev {
	background: url(../images/pprev.png) no-repeat center center;
}


/*=========================================news ====================================*/

.news-sec {
	padding: 100px 0 70px 0;
}

.news-sec .main1 {
	margin-top: 40px;
}

.news-sec .main1 ul li {
	float: left;
	width: 47%;
	margin-right: 6%;
}

.news-sec .main1 ul li:nth-child(2n) {
	margin-right: 0;
}

.news-sec .main1 ul li a {
	display: block;
	padding-left: 80px;
	padding-top: 60px;
	overflow: hidden;
}

.news-sec .main1 ul li:nth-child(2n) a {
	padding-bottom: 60px;
	padding-top: 0;
}

.news-sec .main1 ul li .box {
	position: relative;
	background: #f7f7f7;
}

.news-sec .main1 ul li .pic {
	-moz-transform: translate(-80px, -60px);
	-webkit-transform: translate(-80px, -60px);
	transform: translate(-80px, -60px);
	overflow: hidden;
}

.news-sec .main1 ul li:nth-child(2n) .pic {
	-moz-transform: translate(-80px, 60px);
	-webkit-transform: translate(-80px, 60px);
	transform: translate(-80px, 60px);
}

.news-sec .main1 ul li img {
	display: block;
	width: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.news-sec .main1 ul li a:hover .pic img {
	-moz-transform: scale(1.07);
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
}

.news-sec .main1 ul li .tbox {
	padding: 0 45px 45px;
	margin-top: -25px;
}

.news-sec .main1 ul li:nth-child(2n) .tbox {
	padding: 45px 45px 0;
	margin: 0 0 -25px 0;
}

.news-sec .main1 ul li .tbox .time {
	font-size: 16px;
	color: #999999;
	font-family: 'DB';
}

.news-sec .main1 ul li .tbox .t1 {
	margin-top: 14px;
	font-size: 30px;
	color: #000000;
	line-height: 30px;
	height: 30px;
}

.news-sec .main1 ul li .tbox .t2 {
	margin-top: 30px;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	height: 60px;
}

.news-sec .main1 ul li .tbox .viewmore {
	margin-top: 35px;
	min-width: 146px;
}

.news-sec .main1 ul li .tbox .viewmore:hover {
	background: #fff;
}

.news-sec .main1 ul li .tbox .viewmore i {
	width: 12px;
	height: 10px;
	margin-left: 10px;
	background: url(../images/nmore.png) no-repeat center center;
}

.news-sec .main2 {
	margin-top: 90px;
	padding: 0 70px;
	overflow: hidden;
}

.news-sec .main2 ul li {
	float: left;
	width: 30.4%;
	margin-right: 4.4%;
	margin-bottom: 70px;
	border-bottom: 1px solid #ddd;
}

.news-sec .main2 ul li:hover {
	border-color: #f6c419;
}

.news-sec .main2 ul li:nth-child(3n) {
	margin-right: 0;
}

.news-sec .main2 ul li a {
	display: block;
	padding-bottom: 70px;
}

.news-sec .main2 ul li .t1 {
	font-size: 20px;
	color: #333333;
	line-height: 24px;
	height: 48px;
}

.news-sec .main2 ul li:hover .t1 {
	color: #f6c419;
}

.news-sec .main2 ul li .t2 {
	margin-top: 10px;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	height: 48px;
}

.showMorehandle {
	width: 30.4%;
	margin: 0 auto;
	padding: 30px 0 20px;
	border-top: 2px solid #333333;
	text-align: center;
	background: url(../images/tityuan.png) no-repeat bottom center;
}

.showMorehandle span {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

.newsxq-sec2 {
	padding: 70px 0 0;
}

.newsxq-sec1 {}

.newstit {
	padding: 90px 0 50px;
	text-align: center;
}

.newstit h1 {
	font-size: 45px;
	color: #000;
	font-weight: bold;
}

.newstit .aht {
	margin-top: 20px;
	font-size: 14px;
	color: #a3a3a3;
}

.newstit .aht span {
	padding-left: 25px;
	background: url(../images/newsico1.png) no-repeat left center;
}

.newstit .aht .ly {
	margin-left: 25px;
	background-image: url(../images/newsico2.png);
}

.newstit .aht .sj {
	margin-left: 25px;
	background-image: url(../images/newsico3.png);
}

.newstit .aht em {
	font-style: normal;
}

.newscon {
	padding: 50px 0;
	background: #f7f7f7;
}

.newscon .main {
	background: #fff;
	padding: 75px;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.page2 {
	margin: 50px 85px 0;
	font-size: 0;
	background: #fff;
	line-height: 80px;
	text-align: center;
}

.page2 a {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #666666;
	position: relative;
}

.page2 a.prev {
	padding-left: 30px;
	/*background: url(../images/nprev.png) no-repeat left center;*/
}

.page2 a.prev:before {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7.5px;
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 15px;
	background: url(../images/nprev.png) no-repeat left center;
	background-position: 0 0;
	-moz-transition: background-position 0.3s ease;
	-webkit-transition: background-position 0.3s ease;
	transition: background-position 0.3s ease;
}

.page2 a.prev:hover:before {
	background-position: -19px 0;
}


/*.page2 a.prev:hover {	background-image: url(../images/nprev0.png);}*/

.page2 a.next {
	padding-right: 30px;
	/*background: url(../images/nnext.png) no-repeat right center;*/
}

.page2 a.next:after {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7.5px;
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 15px;
	background: url(../images/nnext.png) no-repeat left center;
	background-position: 0 0;
	-moz-transition: background-position 0.3s ease;
	-webkit-transition: background-position 0.3s ease;
	transition: background-position 0.3s ease;
}

.page2 a.next:hover:after {
	background-position: -19px 0;
}


/*.page2 a.next:hover {	background-image: url(../images/nnext0.png);}*/

.page2 a.back {
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	margin: 0 24.6%;
	background: url(../images/back2.png) no-repeat center center;
}

.page2 a.back:hover {
	background-image: url(../images/back02.png);
}


/*========================================= yw ====================================*/

.yw-sec {
	padding-top: 100px;
}

.yw-sec .main {
	margin-top: 25px;
}

.ywtabs {
	text-align: center
}

.ywtabs ul li {
	display: inline-block;
	padding: 0 75px;
	background: url(../images/ywbg.png) repeat-x left 28px;
	overflow: hidden
}

.ywtabs ul li:first-child {
	padding-left: 0;
}

.ywtabs ul li:last-child {
	padding-right: 0;
}

.ywtabs ul li a {
	display: block;
}

.ywtabs ul li .pic {
	background: #fff;
	width: 61px;
	margin: 0 auto;
}

.ywtabs ul li img {
	display: block;
	width: 100%;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.ywtabs ul li:hover img {
	-moz-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.ywtabs ul li .tbox {
	margin-top: 15px;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}

.ywlist {
	margin-top: 60px;
}

.ywlist ul li {
	margin-bottom: 10px;
	background: #f8f8f8;
	position: relative;
	overflow: hidden;
}

.dwd {
	position: absolute;
	left: 0;
	top: -70px;
	height: 1px;
}

.ywlist ul li .pic {
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	/*width: 61.4%;*/
	width: 50%;
	height: 100%;
	overflow: hidden;
	background-position: left top;
	background-size: cover;
	background-repeat: no-repeat;
}

.ywlist ul li:nth-child(odd) .pic {
	float: right;
	left: auto;
	right: 0;
}

.ywlist ul li .pic .picbox {
	position: relative;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ywlist ul li .pic img {
	display: block;
	width: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.ywlist ul li:hover .pic img {
	-moz-transform: scale(1.07);
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
}

.ywlist ul li .tbox {
	float: right;
	/*width: 38.6%;*/
	width: 50%;
	overflow: hidden;
	padding: 100px 100px 30px 90px;
}

.ywlist ul li:nth-child(odd) .tbox {
	float: left;
	padding: 100px 90px 30px 100px;
}

.ywlist ul li .tbox .box {
	position: relative;
}

.ywlist ul li .tbox .t1 {
	display: inline-block;
	padding: 0 25px;
	font-size: 16px;
	color: #333333;
	text-transform: uppercase;
	font-family: 'DB';
	text-align: center;
	height: 35px;
	line-height: 35px;
	margin-left: 10px;
	-webkit-transform: skew(-30deg);
	-moz-transform: skew(200deg);
	-o-transform: skew(200deg);
	background: #f6c419;
	overflow: hidden;
}

.ywlist ul li .tbox .t2 {
	margin-top: 25px;
	font-size: 45px;
	color: #333333;
	font-weight: bold;
	position: relative;
}

.ywlist ul li .tbox .t3 {
	margin-top: 50px;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	position: relative;
}

.ywlist ul li .tbox .num {
	position: absolute;
	/*right: -25px;*/
	right: 25%;
	top: -100px;
	font-size: 200px;
	color: #eff1f3;
	font-family: 'DB';
	letter-spacing: -5px;
}


/*=========================================order ====================================*/

.order-sec {
	padding: 30px 0!important;
	width: 100%;
	/*background: #fff url(../images/orderbg.jpg) no-repeat left top;*/
	/*background-size: 50% 100%;*/
	/*height: calc(100vh - 70px);*/
	overflow: hidden;
	-moz-transition: background-image all 0.5s ease;
	-webkit-transition: background-image all 0.5s ease;
	transition: background-image all 0.5s ease;
	background: url(../images/orderbg2.png) no-repeat right center;
	background-size: auto 100%;
}

.order-sec .pic {}

.order-sec .tbox {
	/*float: right;	width: 63%;*/
	vertical-align: middle;
}

.order-sec .tbox .intitle {
	padding: 0 200px 0 330px;
	padding-top: 75px;
	text-align: left;
	background: url(../images/douhaobg.png) no-repeat 730px 45px;
}

.order-sec .tbox .intitle .en:before,
.order-sec .tbox .intitle .en:after {
	display: none;
}

.order-sec .tbox .intitle .ch {
	margin-top: 0px;
	font-size: 50px;
	background: url(../images/intitlech.png) no-repeat left center;
	padding-left: 50px;
	color: #f6c419;
}

.order-sec .main {
	margin-top: 40px;
}

.orderswiper {
	padding-right: 200px;
	position: relative;
}

.orderswiper .swiper-container {
	width: 100%;
	/*height: 650px;*/
}

.orderswiper .swiper-button-next,
.orderswiper .swiper-button-prev {
	display: none!important;
	width: 56px;
	height: 56px;
	margin-top: 0;
	top: auto;
	left: auto;
	border-radius: 50%;
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
	cursor: pointer;
}

.orderswiper .swiper-button-next {
	background: #fff url(../images/ordernext.png) no-repeat center center;
	bottom: 30px;
	right: 20px;
}

.orderswiper .swiper-button-prev {
	background: #fff url(../images/orderprev.png) no-repeat center center;
	bottom: 110px;
	right: 20px;
}

.orderswiper .swiper-button-next.swiper-button-disabled,
.orderswiper .swiper-button-prev.swiper-button-disabled {
	opacity: 0.5;
}

.orderswiper .swiper-slide {}

.swiperbox {
	padding: 0 0 0 330px;
}

.orderswiper .tit {
	position: relative;
	font-size: 25px;
	color: #333333;
	font-weight: bold;
}

.orderswiper .tit:before {
	content: "";
	position: absolute;
	left: -330px;
	top: 50%;
	margin-top: -1px;
	width: 290px;
	height: 2px;
	background: #f6c419;
	z-index: 2;
	display: none;
}

.orderswiper .tit i {
	position: absolute;
	left: -40px;
	top: 50%;
	margin-top: -15px;
	display: none;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	background: #f6c419;
	font-size: 16px;
	color: #333333;
	text-align: center;
	font-family: 'DB';
	font-style: normal;
}

.form {
	margin-top: 40px;
}

.form ul li {
	margin-bottom: 25px;
	font-size: 0;
}

.orderswiper .swiper-slide:nth-child(2) .form ul li {
	margin-bottom: 15px;
}

.form ul li .box {
	display: inline-block;
	width: 50%;
	padding: 0 10px 0 0;
}

.form ul li .box:nth-child(2) {
	padding: 0 0 0 10px;
}

.form ul li label {
	font-size: 16px;
	color: #666666;
}

.col33 {
	font-size: 16px;
	color: #666666;
	font-weight: normal;
	display: block;
	margin-bottom: 10px;
}

.form .text1 {
	margin-top: 10px;
	padding: 10px;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 28px;
	border-radius: 5px;
	border: 1px solid #dbdbdb;
	background: #f4f4f4;
}

.textarea {
	margin-top: 10px;
	padding: 0 10px;
	display: block;
	width: 100%;
	height: 80px;
	line-height: 26px;
	border-radius: 5px;
	border: 1px solid #dbdbdb;
	background: #f4f4f4;
	resize: none;
}

.radioGroup {
	display: inline-block;
	position: relative;
	margin-right: 20px;
}

.radioGroup input[type=radio] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.radioGroup label {
	display: block;
	font-size: 14px;
	color: #333333;
}

.radioGroup label:before {
	display: inline-block;
	content: '';
	width: 24px;
	height: 24px;
	margin-right: 10px;
	background: url(../images/radio.png) no-repeat center center;
	background-size: cover;
	vertical-align: middle;
	position: relative;
	z-index: 9;
}

.radioGroup input[type=radio]:checked+label:before {
	background-image: url(../images/radio0.png);
}

.upload {
	position: relative;
	font-size: 16px;
	color: #333333;
	text-align: center;
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #898989;
	border-radius: 5px;
}

.file {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
	z-index: 3;
}

.uploadbox span {
	display: inline-block;
	max-width: 60%;
}

.uploadbox .bz {
	margin-top: 10px;
	font-size: 14px;
	color: #666666;
}

.submit {
	margin-top: 10px;
	float: right;
	font-size: 20px;
	color: #000000;
	text-align: left;
	padding: 0 20px;
	display: inline-block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	background: #f6c419 url(../images/point.png) no-repeat 83% center;
	cursor: pointer;
}


/*=========================================sitemap====================================*/

.sitemap-sec {
	padding: 50px 0;
}

.map_main {
	overflow: hidden;
	border: solid 5px #F0F0F0;
	margin: 50px 0;
	padding: 0 35px;
	padding-bottom: 50px;
	background: #fff;
}

.map_main a {
	color: #666;
}

.map_main a:hover {
	color: #f6c419;
}

.sitemap_con {
	margin: 0 auto;
	color: #666;
	font-size: 12px;
}

.sitemap_con .map_top {
	border-bottom: solid 1px #d7d7d7;
}

.sitemap_con .map_top img {
	float: left;
}

.site_r_link {
	width: 120px;
	margin-top: 45px;
	/*上边界根据需要进行调整*/
	border: 1px solid #cdcdcd;
	background: #F8F8F8;
	padding: 5px 10px;
	float: right;
}


/*网站地图，显示方式样式，上边界根据需要进行调整*/

.sitemap_con h4 {
	line-height: 40px;
	font-size: 16px;
	color: #000;
	font-weight: bold;
	padding: 10px 0
}

.b4 {
	border: solid 1px #E0E0E0;
}

.b4 ul {
	padding: 10px 11px;
}

.b4 li {
	float: left;
	line-height: 30px;
	width: 164px;
	overflow: hidden;
	font-size: 14px;
}

@media only screen and (max-width:780px) {
	.sitemap-sec {
		padding: 30px 0;
	}
	.map_main {
		margin-top: 30px;
	}
}


/*========================================= ====================================*/


/*========================================= slt ====================================*/

.slt {
	margin-top: 10px;
	padding: 10px;
	display: inline-block;
	width: 49%;
	height: 50px;
	line-height: 28px;
	border-radius: 5px;
	border: 1px solid #dbdbdb;
	background: #f4f4f4;
	font-size: 16px;
}

select.slt {
	/*将默认的select选择框样式清除*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}


/*清除iIE的默认选择框样式*/

select::-ms-expand {
	display: none;
}

.slt:nth-child(2) {
	margin-left: 2%;
}

@media only screen and (max-width:1366px) {
	.slt {
		padding: 5px;
		height: 30px;
		margin-top: 5px;
		font-size: 14px;
		line-height: 18px;
	}
}


/*========================================= ====================================*/

@media only screen and (max-width:1680px) {
	.w {
		width: 1200px;
	}
	.head_top .w {
		width: 1500px;
	}
	.in1_sec ul li .tbox .tit .ch {
		font-size: 51px;
	}
	.in1_sec ul li .tbox .tit .en {
		font-size: 51px;
	}
	.in3_sec .tbox .t1 {
		font-size: 28px;
	}
	.in3_sec .tbox .t2 {
		font-size: 45px;
	}
	footer .main {
		padding: 0 50px;
	}
	.about1-sec .main .tbox {
		padding: 80px 80px 0;
	}
	.ywlist ul li .tbox {
		padding: 120px 120px 30px 90px;
	}
	.ywlist ul li:nth-child(odd) .tbox {
		padding: 120px 90px 30px 120px;
	}
	.order-sec .tbox .intitle {
		padding-top: 45px;
	}
}

@media only screen and (max-width:1440px) {
	.head_top .w {
		width: 1300px;
	}
	.in1_sec ul li .tbox {
		padding: 80px 0 0 80px;
	}
	.in1_sec ul li .tbox .tit .ch {
		font-size: 45px;
	}
	.in1_sec ul li .tbox .tit .en {
		font-size: 45px;
	}
	.in1_sec ul li .tbox .more {
		margin-top: 50px;
	}
	.in2_sec {
		padding-top: 100px;
	}
	.in2_sec .tit {
		font-size: 40px;
	}
	.in2_sec .main .tbox ul li .t1 {
		font-size: 18px;
	}
	.in2_sec .main .tbox ul li .t2 {
		font-size: 14px;
		line-height: 22px;
	}
	.in2_sec .main .tbox ul li {
		margin-bottom: 30px;
	}
	.in2_sec .viewmore {
		margin-top: 25px;
	}
	.in3_sec .tbox {
		padding-right: 100px;
	}
	.in3_sec .tbox .t1 {
		font-size: 25px;
	}
	.in3_sec .tbox .t2 {
		font-size: 40px;
	}
	.foot {
		padding: 60px 0;
	}
	.fnav ul>li h1 {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.finfo {
		width: 28%;
	}
	.fctc {
		margin-top: 20px;
		font-size: 14px;
		line-height: 22px;
	}
	.about1-sec {
		padding: 80px 0;
	}
	.about7-sec {
		padding-top: 80px;
	}
	.intitle .ch {
		margin-top: 20px;
		font-size: 38px;
	}
	.order-sec .tbox .intitle .ch {
		font-size: 45px;
	}
	.page {
		padding: 0 100px;
	}
	.page a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.page a.next {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.page span {
		font-size: 22px;
	}
	.proinfo .tbox {
		padding: 0 100px 0 80px;
	}
	.proinfo .pic a {
		margin: 200px 0;
	}
	.prodetails .tbox {
		padding: 50px 0;
	}
	.ywlist ul li .tbox {
		padding: 80px 80px 30px 90px;
	}
	.ywlist ul li:nth-child(odd) .tbox {
		padding: 80px 90px 30px 80px;
	}
	.ywlist ul li .tbox .num {
		font-size: 180px;
	}
	.ywlist ul li .tbox .t2 {
		font-size: 40px;
	}
	.ywlist ul li .tbox .t3 {
		margin-top: 40px;
	}
	.yw-sec {
		padding-top: 80px;
	}
	.order-sec .tbox .intitle,
	.swiperbox {
		padding-left: 225px;
		padding-top: 30px;
	}
	.order-sec .tbox .intitle {
		background-position-x: 630px;
	}
	.order-sec .main {
		margin-top: 10px;
	}
	.form {
		margin-top: 20px;
	}
	.form ul li {
		margin-bottom: 15px;
	}
	.orderswiper .tit {
		font-size: 22px;
	}
	.submit {
		width: 160px;
	}
	.uploadbox .bz {
		font-size: 13px;
	}
	.news-sec .main1 ul li .tbox .t1 {
		font-size: 28px;
	}
	.news-sec .main1 ul li .tbox .t2 {
		font-size: 14px;
	}
	.news-sec .main2 ul li .t1 {
		font-size: 18px;
	}
	.news-sec {
		padding: 70px 0;
	}
	.newstit {
		padding: 30px 0;
	}
	.newstit h1 {
		font-size: 38px;
	}
	.newscon .main {
		padding: 45px;
		line-height: 26px;
	}
	.in3_sec {
		margin-top: 100px;
	}
}

@media only screen and (max-width:1366px) {
	.head_top .w {
		width: 1240px;
	}
	.bannert .t1 {
		font-size: 55px;
	}
	.bannert .t2 {
		font-size: 30px;
	}
	.in1_sec ul li .tbox .tit .ch {
		font-size: 42px;
	}
	.in1_sec ul li .tbox .tit .en {
		font-size: 42px;
	}
	.in2_sec {
		padding-top: 80px;
	}
	.ywlist ul li .tbox .num {
		font-size: 150px;
	}
	.intitle .ch {
		margin-top: 15px;
		font-size: 36px;
	}
	.orderswiper .tit {
		font-size: 18px;
	}
	.form ul li label {
		font-size: 14px;
	}
	.form .text1 {
		padding: 5px;
		height: 30px;
		margin-top: 5px;
	}
	.col33 {
		font-size: 14px;
	}
	.radioGroup label:before {
		width: 18px;
		height: 18px;
	}
	.textarea {
		height: 54px;
		line-height: 18px;
	}
	.orderswiper .tit i {
		left: -30px;
		margin-top: -12px;
		width: 24px;
		height: 24px;
		line-height: 24px;
		font-size: 14px;
	}
	.orderswiper .tit:before {
		left: -220px;
		width: 190px;
	}
	.upload {
		font-size: 14px;
		height: 30px;
		line-height: 28px;
	}
	.submit {
		font-size: 16px;
		width: 140px;
		height: 40px;
		line-height: 40px;
	}
	.uploadbox .bz {
		font-size: 12px;
	}
}

@media only screen and (max-width:1280px) {
	.w {
		width: 1024px;
	}
	.head_top .w {
		width: 1180px;
	}
	.bannert .t1 {
		font-size: 50px;
	}
	.bannert .t2 {
		font-size: 28px;
	}
	.in1_sec ul li .tbox .tit .ch {
		font-size: 38px;
	}
	.in1_sec ul li .tbox .tit .en {
		font-size: 38px;
	}
	.in2_sec .tit {
		font-size: 36px;
	}
	.in3_sec .tbox .t1 {
		font-size: 24px;
	}
	.in3_sec .tbox .t2 {
		font-size: 38px;
	}
	.about1-sec .main .tbox .t1 {
		font-size: 24px;
	}
	.about1-sec .main .tbox .t2 {
		font-size: 14px;
		line-height: 24px;
	}
	.about1-sec .main .tbox .t2 strong {
		font-size: 18px;
	}
	.about1-sec .main .tbox {
		padding: 50px 50px 0;
	}
	.about2-sec .main {
		margin-top: 30px;
		padding: 0;
	}
	.about2-sec .main ul li {
		padding: 0 10px;
	}
	.about2-sec .main ul li .pic {
		width: 220px;
		height: 220px;
	}
	.about2-sec .main ul li .pic .t {
		font-size: 28px;
	}
	.about3-sec {
		padding-top: 100px;
	}
	.about3-sec .main .tbox .t2 {
		font-size: 18px;
	}
	.about3-sec .main .viewmore {
		margin-top: 30px;
	}
	.about4-sec {
		padding-top: 80px;
	}
	.about5-sec .tbox {
		padding-left: 30px;
		padding-right: 30px;
	}
	.about5-sec .tbox .t2 {
		margin-top: 20px;
		font-size: 14px;
		line-height: 24px;
	}
	.intitle .ch {
		font-size: 34px;
	}
	.intitle .en {
		font-size: 14px;
		line-height: 28px;
	}
	.about5-sec {
		padding: 80px 0;
	}
	.about6-sec {
		padding: 80px 0;
	}
	.probanner .tbox {
		font-size: 26px;
	}
	.proinfo .pic a {
		margin: 150px 0;
	}
	.page span {
		font-size: 20px;
	}
	.ywlist ul li .tbox .num {
		font-size: 130px;
	}
	.ywlist ul li .tbox .t1 {
		font-size: 15px;
	}
	.ywlist ul li .tbox .t2 {
		font-size: 30px;
	}
	.ywlist ul li .tbox .t3 {
		margin-top: 30px;
		font-size: 14px;
		line-height: 24px;
	}
	.ywlist ul li .tbox .num {
		top: -70px;
	}
	.news-sec .main2 ul li {
		margin-bottom: 40px;
	}
	.news-sec .main1 ul li .tbox .t1 {
		font-size: 24px;
	}
	.news-sec .main1 ul li .tbox .t2 {
		margin-top: 15px;
	}
	.news-sec .main2 ul li a {
		padding-bottom: 40px;
	}
	.news-sec .main2 ul li .t1 {
		font-size: 16px;
	}
	.newstit h1 {
		font-size: 34px;
	}
	.newscon .main {
		padding: 30px;
		font-size: 14px;
		line-height: 24px;
	}
	.page2 {
		margin: 30px 30px 0;
		line-height: 50px;
	}
	.news-sec {
		padding: 50px 0;
	}
	.news-sec .main2 {
		margin-top: 30px;
	}
	.in3_sec {
		margin-top: 80px;
	}
}

@media only screen and (max-width:1024px) {
	.w {
		width: 960px;
	}
	.head_top .w {
		width: 880px;
	}
	.banner {
		height: 40vh;
	}
	.bannert .t1 {
		font-size: 40px;
	}
	.bannert .t2 {
		font-size: 18px;
	}
	.in1_sec ul li .tbox {
		padding: 50px 0 0 50px;
	}
	.in1_sec ul li .tbox .tit .ch {
		font-size: 30px;
	}
	.in1_sec ul li .tbox .tit .en {
		font-size: 30px;
	}
	.in2_sec .tit {
		font-size: 30px;
	}
	.in3_sec .viewmore {
		margin-top: 20px;
	}
	.in3_sec .tbox .t1 {
		font-size: 20px;
	}
	.in3_sec .tbox .t2 {
		font-size: 30px;
	}
	.foot {
		padding: 40px 0;
	}
	.about1-sec {
		padding: 30px 0;
	}
	.intitle .ch {
		font-size: 30px;
	}
	.about1-sec .main .tbox {
		padding: 40px 40px 0;
	}
	.about2-sec .main ul li .pic {
		width: 200px;
		height: 200px;
	}
	.about2-sec .main ul li .pic .t {
		font-size: 24px;
	}
	.about2-sec,
	.about6-sec {
		padding: 30px 0;
	}
	.about7-sec {
		padding-top: 30px;
	}
	.yw-sec {
		padding-top: 30px;
	}
	.ywlist ul li:nth-child(odd) .tbox {
		padding: 40px 40px 30px 40px;
	}
	.ywlist ul li .tbox {
		padding: 40px 40px 30px 40px;
	}
	.ywlist ul li .tbox .num {
		top: -54px;
	}
	.ywlist ul li .tbox .t2 {
		font-size: 27px;
	}
	.order-sec {
		padding-top: 30vh;
		height: auto;
		background-size: 100% auto;
	}
	.order-sec .tbox {
		float: none;
		width: 100%;
		background: #fff;
	}
	.orderswiper .swiper-container {
		height: 40vh;
	}
	.news-sec {
		padding: 30px 0;
	}
	.newstit h1 {
		font-size: 30px;
	}
}

@media only screen and (max-width:960px) {
	.w {
		width: 100%;
		/*padding: 0 3%;*/
	}
	.head_top .w {
		width: 100%;
		/*padding: 0 3%;*/
	}
	header {
		display: none!important;
	}
	.phone_head {
		display: block;
	}
	.h {
		display: block;
		height: 50px;
	}
	.ny-sec {
		padding: 0;
	}
	.in3_sec {
		margin-top: 50px;
	}
}

@media only screen and (max-width:780px) {
	.in1_sec ul li .tbox {
		padding: 30px 0 0 30px;
	}
	.in1_sec ul li .tbox .tit .ch {
		font-size: 26px;
	}
	.in1_sec ul li .tbox .tit .en {
		font-size: 26px;
	}
	.in2_sec .tit {
		font-size: 26px;
	}
	.in1_sec ul li .tbox .more {
		margin-top: 30px;
	}
	.in1_sec .viewmore {
		margin-top: 50px;
	}
	.in2_sec {
		padding-top: 50px;
	}
	.in2_sec .main .tbox ul li {
		padding-left: 60px;
	}
	.in3_sec .tbox .t1 {
		font-size: 16px;
	}
	.in3_sec .tbox .t2 {
		font-size: 26px;
	}
	footer .main {
		padding: 0;
	}
	.intitle .ch {
		font-size: 26px;
	}
	.about1-sec .main .pic {
		float: left;
		width: 100%;
	}
	.about1-sec .main .tbox {
		width: 100%;
		padding: 20px;
		text-align: center;
	}
	.about1-sec .main .tbox .t2 {
		margin-top: 20px;
	}
	.about2-sec .main ul li .pic {
		width: 160px;
		height: 160px;
	}
	.about3-sec .main .pic,
	.about3-sec .main .tbox {
		display: block;
		width: 100%;
	}
	.about3-sec .main .tbox {
		padding: 20px;
	}
	.about5-sec .pic {
		display: block;
		width: 100%;
	}
	.about5-sec .tbox {
		display: block;
		width: 100%;
		padding: 20px;
	}
	.proinfo .pic {
		display: block;
		width: 100%;
	}
	.proinfo .pic a {
		margin: 30px 0;
	}
	.proinfo .tbox {
		display: block;
		width: 100%;
		padding: 20px 3%;
	}
	.page {
		padding: 0 30px;
	}
	.page span {
		font-size: 16px;
	}
	.page a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.page a.next {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.proinfo .tbox ul li strong {
		font-size: 16px;
	}
	.probanner .tbox {
		font-size: 22px;
	}
	.proinfo .tbox ul li span {
		font-size: 14px;
	}
	.prodetails .tbox {
		padding: 30px 0;
	}
	.proswiper {
		padding: 0 60px;
	}
	.ywtabs ul li .pic {
		width: 41px;
	}
	.ywtabs ul li {
		padding: 0 45px;
	}
	.ywlist ul li .pic {
		float: left;
		width: 100%;
		position: static;
		height: 320px;
	}
	.ywlist ul li .tbox,
	.ywlist ul li:nth-child(odd) .tbox {
		width: 100%;
		padding: 20px;
	}
	.ywlist ul li .tbox .num {
		font-size: 100px;
		top: -24px;
	}
	.ywlist {
		margin-top: 30px;
	}
	.order-sec {
		/*padding-top: 15vh;*/
		padding-top: 25vh;
	}
	.orderswiper .swiper-container {
		height: 480px;
	}
	.order-sec .tbox .intitle,
	.swiperbox {
		padding-left: 150px;
	}
	.orderswiper {
		padding-right: 150px;
	}
	.news-sec .main1 ul li a {
		padding-left: 40px;
		padding-top: 30px;
	}
	.news-sec .main1 ul li:nth-child(2n) a {
		padding-bottom: 30px;
	}
	.news-sec .main1 ul li .pic {
		-moz-transform: translate(-40px, -30px);
		-webkit-transform: translate(-40px, -30px);
		transform: translate(-40px, -30px);
	}
	.news-sec .main1 ul li:nth-child(2n) .pic {
		-moz-transform: translate(-40px, 30px);
		-webkit-transform: translate(-40px, 30px);
		transform: translate(-40px, 30px);
	}
	.news-sec .main1 ul li .tbox {
		padding: 0 20px 20px;
		margin-top: -20px;
	}
	.news-sec .main1 ul li:nth-child(2n) .tbox {
		padding: 20px 20px 0;
		margin: 0 0 -20px 0;
	}
	.news-sec .main1 ul li .tbox .viewmore {
		margin-top: 15px;
	}
	.news-sec .main2 {
		margin-top: 30px;
		padding: 0 30px;
	}
	.newstit h1 {
		font-size: 26px;
	}
	.newscon {
		padding: 30px 0;
	}
	.order-sec .tbox .intitle .ch {
		font-size: 32px;
		background-size: auto 80%;
	}
	.order-sec .tbox .intitle {
		background-position-x: 450px;
	}
}

@media only screen and (max-width:560px) {
	.banner {
		height: auto;
	}
	.bannert {
		padding: 0 20px;
	}
	.bannert .t1 {
		font-size: 27px;
	}
	.bannert .t2 {
		font-size: 16px;
	}
	.go_section {
		bottom: 0;
	}
	.in1_sec ul li .pic {
		float: left;
		width: 100%;
	}
	.in1_sec ul li .tbox {
		width: 100%;
		padding: 20px;
	}
	.in1_sec ul li .tbox .tit .ch {
		font-size: 22px;
	}
	.in1_sec ul li .tbox .tit .en {
		font-size: 22px;
	}
	.in1_sec ul li .tbox .more {
		margin-top: 15px;
	}
	.in2_sec .tit {
		font-size: 22px;
		text-align: center;
	}
	.in2_sec .main .tbox {
		width: 100%;
		margin-top: 20px;
	}
	.in2_sec .viewmore {
		margin: 15px auto 0;
	}
	.in2_sec .main .pic {
		float: left;
		width: 100%;
		margin-top: 30px;
	}
	.in3_sec img {
		display: block;
	}
	.in3_sec .tbox {
		position: static;
		width: 100%;
		padding: 20px;
		text-align: center;
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
		background: #151412;
	}
	.tCL {
		text-align: center;
	}
	.foot {
		padding: 20px 0;
	}
	.fnav,
	.flogo {
		display: none;
	}
	.fctc {
		margin-top: 0;
	}
	.finfo {
		width: 100%;
	}
	.sharebox {
		display: none;
	}
	.cy {
		padding: 10px 0;
		font-size: 12px;
		text-align: center;
	}
	.cy span {
		float: none;
		display: block;
	}
	.intitle .ch {
		margin-top: 10px;
		font-size: 22px;
	}
	.about1-sec .main {
		margin-top: 30px;
	}
	.about1-sec .main .tbox .t1 {
		font-size: 20px;
	}
	.about1-sec .main .tbox .t2 strong {
		font-size: 16px;
	}
	.about2-sec .main ul li {
		width: 100%;
		margin-bottom: 20px;
	}
	.about2-sec .main ul li .pic {
		width: 120px;
		height: 120px;
	}
	.about2-sec .main ul li .pic .t {
		margin-top: 10px;
		font-size: 18px;
	}
	.about2-sec .main ul li .tbox {
		margin-top: 20px;
		font-size: 14px;
		line-height: 22px;
	}
	.about3-sec {
		padding-top: 30px;
	}
	.about3-sec .main .tbox .t2 {
		font-size: 14px;
	}
	.about4-sec {
		padding-top: 30px;
	}
	.about4-sec .main {
		margin-top: 30px;
	}
	.about4-sec .main ul li {
		float: left;
		width: 100%;
		margin-right: 0%;
		margin-bottom: 20px;
	}
	.about4-sec .main ul li .tbox .t1 {
		padding: 15px 0;
		font-size: 18px;
	}
	.about4-sec .main ul li .tbox {
		padding: 20px 0;
	}
	.about4-sec .main ul li .tbox .t2 {
		font-size: 14px;
		margin-top: 10px;
	}
	.about5-sec {
		padding: 0 0 30px 0;
	}
	.about5-sec .main {
		margin-top: 0px;
	}
	.about6-sec .main ul li {
		width: 48%;
		display: inline-block;
		margin: 0 4% 20px 0;
	}
	.about6-sec .main {
		margin-top: 30px;
	}
	.about6-sec .main ul li:nth-child(2n) {
		margin-right: 0;
	}
	.about7-sec .main .tbox {
		font-size: 14px;
		line-height: 22px;
		padding: 0 10px;
	}
	.about7-sec .main .pic {
		margin-top: 30px;
	}
	.probanner .tbox {
		padding: 10px 0;
		background-size: 100% 100%;
	}
	.proinfo .pic a {
		font-size: 16px;
	}
	.proinfo .tbox ul li {
		padding-left: 40px;
	}
	.proinfo .tbox ul li strong {
		font-size: 14px;
	}
	.page span {
		font-size: 14px;
	}
	.proname {
		padding: 20px 0;
	}
	.proname h1 {
		font-size: 20px;
	}
	.proname .back {
		font-size: 14px;
	}
	.prodetails .tbox {
		font-size: 14px;
		line-height: 22px;
	}
	.prodetails .pic {
		padding: 30px 0;
	}
	.proswiper .swiper-button-next,
	.proswiper .swiper-button-prev {
		width: 20px;
		height: 38px;
		margin-top: -19px;
		background-size: 100% 100%;
	}
	.ywtabs ul li {
		padding: 0 19px;
		background-position-y: 15px;
	}
	.ywtabs ul li .pic {
		width: 31px;
	}
	.ywtabs ul li .tbox {
		margin-top: 10px;
		font-size: 14px;
	}
	.ywlist ul li .tbox .t1 {
		font-size: 14px;
	}
	.ywlist ul li .tbox .t2 {
		margin-top: 5px;
		font-size: 20px;
	}
	.ywlist ul li .tbox .t3 {
		margin-top: 10px;
		font-size: 14px;
		line-height: 22px;
	}
	.ywlist ul li .tbox .num {
		font-size: 70px;
		right: 0;
	}
	.order-sec .tbox .intitle,
	.swiperbox {
		padding-left: 30px;
	}
	.orderswiper {
		padding-right: 30px;
	}
	.order-sec .tbox .intitle {
		padding-right: 0;
	}
	.orderswiper .tit i {
		position: static;
		/*display: inline-block;*/
		margin-right: 10px;
	}
	.orderswiper .swiper-container {
		height: auto;
		/*height: 435px;*/
	}
	.orderswiper .swiper-slide {
		background: #fff;
	}
	.submit {
		width: 115px;
		font-size: 14px;
		background-size: 20px 16px;
	}
	.orderswiper .swiper-button-next,
	.orderswiper .swiper-button-prev {
		position: fixed;
		width: 50%;
		height: 45px;
		margin-top: 0;
		border-radius: 0;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		z-index: 99;
	}
	.orderswiper .swiper-button-next {
		right: 0;
		bottom: 0;
	}
	.orderswiper .swiper-button-prev {
		left: 0;
		right: auto;
		bottom: 0;
	}
	.orderswiper .swiper-button-next.swiper-button-disabled,
	.orderswiper .swiper-button-prev.swiper-button-disabled {
		opacity: 1;
	}
	.fixedh {
		display: block;
		height: 45px;
		background: #fff;
	}
	.news-sec .main1 ul li {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 30px;
	}
	.news-sec .main1 ul li .tbox .t1 {
		font-size: 20px;
	}
	.news-sec .main1 ul li .tbox .t2 {
		line-height: 22px;
		height: 44px;
	}
	.news-sec .main2 ul li {
		width: 100%;
		margin-right: 0;
	}
	.newstit h1 {
		font-size: 22px;
	}
	.newstit .aht {
		font-size: 12px;
	}
	.newstit .aht .ly,
	.newstit .aht .sj {
		margin-left: 0;
	}
	.newscon .main {
		padding: 20px;
	}
	.page2 {
		margin: 30px 0 0;
		line-height: 40px;
	}
	.page2 a.back {
		margin: 0 20px;
	}
	.in3_sec {
		margin-top: 30px;
	}
	.form ul li .box {
		padding: 0;
	}
	.page a.prev:before,
	.page a.next:after {
		transform: scale(0.7);
	}
	.ywlist ul li .pic {
		height: 170px;
	}
	.prodetails {
		margin: 30px 0;
	}
	.banner video {
		display: none;
	}
	.banner img {
		display: block;
		width: 100%;
	}
	.mask {
		display: none;
	}
}

@media only screen and (max-width:380px) {}