* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
	font-size: 16px;
	color: #666666;
	background: #fff;
	font-family: "微软雅黑", serif;
	overflow-x: hidden;
}

ul, li, ol, dl, dt, dd, p, h1, h2, h3, h4, h5, h6 {
	list-style: none;
	padding: 0;
	margin: 0;
}

input, textarea {
	outline: none;
}

::-webkit-input-placeholder {
	color: #ccc;
}

::-moz-placeholder {
	color: #ccc;
}

:-ms-input-placeholder {
	color: #ccc;
}

a {
	text-decoration: none;
	color: #666666;
}

a:hover {
	color: #da0c0c;
}

.wrapper {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-color: rgba(52, 52, 52, 0.8);
	background-size: 50%;
}

.wrapper:hover {
	cursor: zoom-out;
}

.banner {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.banner figure {
	width: 100%;
}

.clearfix:after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both
}

.clearfix {
	width: 910px;
	zoom: 1;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.clear {
	clear: both
}

.page_info {
	line-height: 1;
}

.page_info .w1200 {
	width: 1200px;
	margin: 100px auto 0;
}

/*图片放大*/
.imgZoom img {
	transition: all .4s;
	-webkit-transition: all .4s;
}

.imgZoom img:hover {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

/*图片旋转*/
.imgRotate img {
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
}

.imgRotate img:hover {
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}

/*按钮鼠标经过变暗*/
.wlp-button:hover {
	filter: alpha(opacity=90);
	background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1)) !important;
	background-image: linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1)) !important;
}

/*鼠标经过有阴影*/
.wlp-shadow:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3) !important;
}

/*鼠标经过上浮并加阴影*/
.wlp-flow-shadow {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.wlp-flow-shadow:hover {
	transform: translate3d(0, -5px, 0);
	-webkit-transform: translate3d(0, -8px, 0);
	-webkit-box-shadow: 0 0 10px #e9e9e9;
	box-shadow: 0 0 10px #e9e9e9;
}

/*图片经过遮罩*/
.wlp-filter:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
	opacity: 0.7;
}

.img {
	max-width: 100%;
	height: auto;
	display: block
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}

/*头部*/
.header {
	width: 100%;
	height: 120px;
}

.header .logo {
	float: left;
	padding-top: 27px;
}

.header .top_right {
	float: right;
}

.header .top_right .link_lang {
	overflow: hidden;
}

.header .top_right .link_lang .link {
	float: right;
	font-size: 14px;
	color: #d9d9d9;
	padding-top: 10px;
}

.header .top_right .link_lang .link a {
	margin: 0 20px;
}

.header .top_right .link_lang .link a.ali {
	background: url(../images/icon01.png) no-repeat left center;
	padding-left: 45px;
}

.header .top_right .link_lang .link a.tel {
	background: url(../images/icon02.png) no-repeat left center;
	padding-left: 28px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.header .top_right .link_lang .lang {
	float: right;
	background: #da0c0c url(../images/icon03.png) no-repeat left 14px center;
	height: 40px;
	color: #e46f6f;
	padding: 0 15px 0 46px;
}

.header .top_right .link_lang .lang a {
	font-size: 14px;
	color: #ffffff;
	line-height: 40px;
}

.header .nav {
	margin-top: 30px;
}

.header .nav ul li {
	float: left;
	margin-left: 30px;
}

.header .nav ul li a {
	padding-bottom: 2px;
	position: relative;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	overflow: hidden;
}

.header .nav ul li a:after {
	content: '';
	width: 0;
	height: 2px;
	background: #e60012;
	position: absolute;
	left: 0;
	bottom: -4px;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s
}

.header .nav ul li a:hover {
	color: #e60012;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s
}

.header .nav ul li a:hover:after {
	width: 100%;
	transition: width .4s;
	-moz-transition: width .4s;
	-webkit-transition: width .4s;
	-o-transition: width .4s
}

.header .nav ul li.focus a {
	color: #e60012;
}

.header .nav ul li.focus a:after {
	width: 100%;
	height: 2px;
	background: #e60012;
	position: absolute;
	left: 0;
	bottom: -4px;
}

.header .wapnav {
	display: none;
}

.header .menu-toggle {
	display: none;
}

.header .language {
	display: none;
}

/*首页bannner*/
.banner .swiper-container {
	height: 700px;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

.banner .swiper-container .swiper-slide {
	height: 700px;
	width: 100%;
}

.banner .pagination {
	position: absolute;
	z-index: 20;
	bottom: 20px;
	width: 100%;
	text-align: center;
}

.banner .swiper-pagination-switch {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 20px;
	background: #fff;
	margin: 0 5px;
	cursor: pointer;
}

.banner .swiper-active-switch {
	background: #da0c0c;
}

/*内页banner*/
.nei_banner {
	width: 100%;
	height: 500px;
	display: table;
	text-align: center;
}

.nei_banner .btext {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}

.nei_banner .btext h2 {
	font-size: 50px;
	font-weight: normal;
}

.nei_banner .btext p {
	font-size: 24px;
	text-transform: uppercase;
}

/*首页大标题*/
.ititle {
	font-size: 36px;
	color: #333333;
	text-align: center;
	position: relative;
	padding-bottom: 13px;
}

.ititle:after {
	content: "";
	width: 68px;
	height: 2px;
	background: #da0c0c;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -34px;
}

/*首页简介*/
.iabout {
	padding: 100px 0;
}

.iabout .box {
	margin-top: 38px;
}

.iabout .boxText {
	background: #f5f5f5;
	padding: 40px;
	width: 955px;
}

.iabout .boxText img {
	float: right;
	margin-right: -286px;
	margin-left: 40px;
}

.iabout .boxText h3 {
	font-size: 26px;
	font-weight: normal;
	color: #da0c0c;
	margin-bottom: 10px;
}

.iabout .boxText dl {
	line-height: 2;
}

.iabout .boxText .more {
	width: 160px;
	height: 44px;
	line-height: 44px;
	background: #da0c0c url(../images/icon04.png) no-repeat right 18px center;
	color: #ffffff;
	display: block;
	padding-left: 25px;
	margin-top: 50px;
}

.iabout .boxText .more:hover {
	background: #aa0707 url(../images/icon04.png) no-repeat right 18px center;
}

/*首页产品*/
.ipro {
	padding: 100px 0;
	background: url(../images/iproBg.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}

.ipro .pronav {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.ipro .pronav li{
	margin: 20px 0;
}
.ipro .pronav li, .ipro .pronav dl {
	display: inline;
}

.ipro .pronav li a {
	padding: 10px 25px;
	color: #000;
	line-height: 1;
}

.ipro .pronav li a:hover, .ipro .pronav li.focus a {
	background: #da0c0c;
	color: #ffffff;
	border-radius: 5px;
}

.ipro .pronav dl a {
	color: #000;
	background: url(../images/icon05.png) no-repeat right 2px center;
	padding-right: 20px;
	padding-left: 25px;
}

.ipro .pronav dl a:hover {
	color: #da0c0c;
}

.ipro .probox {
	position: relative;
}

.ipro .boxcon {
	position: absolute;
	right: -11200px;
	width: 1200px;
}

.ipro .boxcon.cur {
	position: relative;
	top: 0;
	left: 0;
}

.ipro .boxcon .swiper-slide {
	text-align: center;
	padding: 0 9px;
	box-sizing: border-box;
}

.ipro .boxcon .swiper-slide dl {
	overflow: hidden;
}

.ipro .boxcon .swiper-slide p {
	background: #ffffff;
	line-height: 40px;
}

.ipro .boxcon .arrow-left, .ipro .boxcon .arrow-right {
	width: 46px;
	height: 46px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -23px;
	z-index: 11;
}

.ipro .boxcon.cur .arrow-left, .ipro .boxcon.cur .arrow-right {
	z-index: 99;
}

.ipro .boxcon .arrow-left {
	left: -60px;
	background: url(../images/pre.png) no-repeat center;
}

.ipro .boxcon .arrow-right {
	right: -60px;
	background: url(../images/next.png) no-repeat center;
}

/*首页新闻*/
.inews {
	padding: 100px 0;
}

.inews .box {
	overflow: hidden;
	_zoom: 1;
	padding-top: 65px;
}

.inews .box dl {
	float: left;
}

.inews .box dl img {
	border: #adadad solid 1px;
}

.inews .box ul {
	line-height: 29px;
	width: 660px;
	float: right;
}

.inews .box ul li {
	padding-bottom: 35px;
	overflow: hidden;
}

.inews .box ul li .time {
	width: 68px;
	height: 68px;
	background: #f5f5f5;
	float: left;
	text-align: center;
	color: #333;
	font-size: 12px;
	line-height: 20px;
	padding-top: 10px;
	margin-right: 15px;
	border: #8e8673 solid 1px;
	border-radius: 10px;
}

.inews .box ul li .time span {
	font-size: 25px;
	font-weight: bold;
	line-height: 24px;
}

.inews .box ul li a {
	float: right;
	width: 575px;
	display: block;
}

.inews .box ul li:hover .time {
	background: #da0c0c;
	color: #fff;
	border: #da0c0c solid 1px;
}

.inews .box ul li:hover h3, .inews .box ul li:hover p {
	color: #da0c0c;
}

.inews .box ul li h3 {
	font-size: 15px;
	line-height: 25px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.inews .box ul li p {
	color: #666;
	font-size: 14px;
	line-height: 20px;
}

.inews .more {
	width: 138px;
	height: 40px;
	display: block;
	background: #dfdfdf;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	color: #000;
	margin: 30px auto 0;
	font-size: 14px;
}

.inews .more:hover {
	background: #da0c0c;
	color: #fff;
}

/*内页大标题*/
.title {
	width: 350px;
	height: 41px;
	border: 1px solid #e7e7e7;
	margin: 0 auto;
	text-align: center;
}

.title p {
	font-size: 24px;
	color: #d0d0d0;
	display: inline-block;
	text-transform: uppercase;
	background: #fff;
	padding: 0 20px;
	position: relative;
	top: -18px;
}

.title h3 {
	font-size: 30px;
	color: #666666;
	display: inline-block;
	background: #fff;
	padding: 0 20px;
	position: relative;
	margin-top: -30px;
}

/*关于我们*/
.intro {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1200px;
	align-items: center;
	margin: 50px auto 0;
}

.intro .left {
	width: 600px;
	position: relative;
	top: -20px;
}

.intro .left p {
	margin-top: 20px;
	line-height: 1.5;
}

.atitle {
	width: 400px;
	height: 40px;
	border: 1px solid #e7e7e7;
	text-align: center;
	margin: 30px 0;
}

.atitle span {
	font-size: 24px;
	color: #d0d0d0;
	display: inline-block;
	text-transform: uppercase;
	background: #fff;
	padding: 0 20px;
	position: relative;
	top: -18px;
}

.atitle h3 {
	font-size: 30px;
	color: #666666;
	display: inline-block;
	background: #fff;
	padding: 0 20px;
	position: relative;
	margin-top: -30px;
}

/*idea*/
.idea .wall {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1200px;
	align-items: center;
	margin: 0 auto -350px;
	position: relative;
	top: -420px;
}

.idea .wall .left {
	width: 50%;
}

.idea .wall .left .ideaTitle {
	width: 400px;
	height: 40px;
	border: 1px solid #e7e7e7;
	text-align: center;
	margin: 50px 0;
	position: relative;
	top: 30px;
}

.idea .wall .left .ideaTitle span {
	font-size: 24px;
	color: #d0d0d0;
	display: inline-block;
	text-transform: uppercase;
	background: #333333;
	padding: 0 20px;
	position: relative;
	top: -18px;
}

.idea .wall .left .ideaTitle h3 {
	font-size: 30px;
	color: #666666;
	display: inline-block;
	background: #333333;
	padding: 0 20px;
	position: relative;
	margin-top: -30px;
}

.idea .wall .right {
	background-color: #DA0C0C;
	color: #FFFFFF;
	position: relative;
	left: -40px;
	align-content: center;
	line-height: 1.5;
	padding: 3%;
}

/*culture*/
.culture .wall {
	width: 1200px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin: 20px auto 100px;
}

.culture .wall .left {
	padding: 30px;
	background-color: #4A4A4A;
	width: 629px;
	height: 446px;
	color: #FFFFFF;
	line-height: 1.5;
}

/* .culture .wall .left p {
	font-weight: bold;
	font-size: 24px;
}

.culture .wall .left span {
	font-weight: normal;
	font-size: 15px;
} */

.culture .wall .right {
	margin-top: 4px;
}

/*产品展示*/
.product {
	width: 1200px;
	margin: 50px auto;
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.product .left {
	margin-top: 10px;
	width: 239px;
}

.productDetails .left {
	margin-top: -60px;
	width: 239px;
}

.left .left_nav {
	margin-bottom: 10px;
	border-bottom: #ece4e2 solid 2px;
}

.left .left_nav dl {
	display: flex;
	justify-content: space-between;
	padding: 0 15px;
	flex-wrap: wrap;
	align-items: center;
	background: red;
	color: #fff;
	height: 70px;
	text-transform: uppercase;
}

.left .left_nav dl h3 {
	font-size: 20px;
}

.left .left_nav dl p {
	font-size: 12px;
}

.left .left_nav ul li {
	line-height: 50px;
	border: #ece4e2 solid 1px;
	border-top: none;
}

.left .left_nav ul li a {
	display: block;
	padding-left: 15px;
}

.left .left_nav ul li a:hover {
	font-weight: bold;
	color: red;
}

.left .left_nav ul li.cur a {
	font-weight: bold;
	color: red;
}

.left .left_nav ul li .subnav {
	padding-bottom: 10px;
}

.left .left_nav ul li .subnav a {
	line-height: 1;
	background: none;
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 15px;
}

.left .left_nav ul li.cur .subnav {
	background: #dae7f8;
}

.left .left_contact {
	border: 1px solid #999999;
	margin-top: 50px;
}

.left .left_contact dl {
	background: red;
	color: #fff;
	height: 70px;
	padding-left: 15px;
	text-transform: uppercase;
}

.left .left_contact dl h3 {
	font-size: 20px;
	padding-top: 10px;
}

.left .left_contact dl p {
	font-size: 12px;
}

.left .left_contact ul {
	margin-top: 10px;
	padding-left: 15px;
}

.left .left_contact ul li {
	line-height: 2;
	font-size: 15px;
}

.show {
	width: 910px;
}

.show ul {
	overflow: hidden;
}

.show ul li {
	width: 32%;
	position: relative;
	overflow: hidden;
	margin: 10px auto;
}

.show ul li img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	width: auto;
	max-height: 100%;
	height: auto;
}

.show ul li ol {
	font-size: 16px;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.60);
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
	z-index: 2;
	display: table;
	text-align: center;
	transition: all 300ms;
}

.show ul li ol dd {
	display: table-cell;
	vertical-align: middle;
}

.show ul li ol p {
	text-align: center;
}

.show ul li ol a {
	width: 100px;
	height: 35px;
	line-height: 35px;
	color: #ffffff;
	border: #fff solid 1px;
	margin: 0 auto;
	display: none;
}

.show ul li:hover ol {
	height: 100%;
	transition: all 300ms;
}

.show ul li:hover ol p {
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.show ul li:hover ol p:before {
	content: "";
	width: 30px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -15px;
}

.show ul li:hover ol a {
	display: block;
}

/*产品详情*/
.productDetails {
	align-items: center;
	width: 1200px;
	margin: 70px auto;
	display: flex;
	justify-content: space-between;
}

.productDetails .side {
	margin-top: 70px;
}

.details {
	width: 910px;
	margin: 0 auto;
}

.details h2 {
	text-align: center;
}

.details figure {
	text-align: center;
}

.details figure img {
	width: 80%;
}

.details a {
	width: 130px;
	height: 40px;
	display: block;
	background: #dfdfdf;
	text-align: center;
	line-height: 40px;
	color: #000;
	margin: 30px auto 0;
	font-size: 14px;
}

.details a:hover {
	background: #da0c0c;
	color: #fff;
}

/*工艺现场*/
.stitle {
	margin: 80px auto 50px;
}

.site {
	margin: -20px auto 0;
	width: 1200px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	text-align: center;
}

.site figure {
	box-sizing: border-box;
	margin: 25px auto 0;
	width: 23%;
	overflow: hidden;
}

.site figure img {
	width: 100%;
	height: 218px;
}

.site figure figcaption p {
}

/*新闻*/
.news {
	padding: 80px 100px;
}

.news .newsList {
	margin-top: 60px;
}

.news .newsList ul li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 20px;
	background: url(../images/icon08.png) no-repeat left center;
	padding-left: 30px;
}

.news .newsList ul li span {
	float: right;
	color: #999999;
	font-size: 15px;
}

/*新闻详情*/
.content {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.content .ndtitle {
	margin-top: 95px;
	font-size: 22px;
	line-height: 2;
}

.content p {
	color: #999999;
	font-size: 14px;
}

.content .row p {
	color: black;
	text-align: left;
	line-height: 1.5;
	margin: 20px auto;
	text-indent: 24px
}

.content .link {
	margin: 25px auto;
	text-align: left;
	line-height: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.content .link .icon {
	border: 1px solid #D4D4D4;
	background-color: #D4D4D4;
	border-radius: 5px;
	padding: 5px;
}

/*工程案例*/
.ctitle {
	margin: 80px auto 50px;
}

.case {
	margin: -20px auto 0;
	width: 1200px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
}

.case figure {
	box-sizing: border-box;
	margin: 16px auto;
	width: 23%;
}

figure dl {
	overflow: hidden;
}

.case figure img {
	width: 100%;
	height: auto;
}

.case figure figcaption p {
}

/*联系我们*/
.contact {
	width: 1200px;
	margin: 70px auto;
}

.address {
	margin: 50px auto;
	text-align: center;
}

.info {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.info figure {
	display: flex;
	margin: 0;
	width: 400px;
	border: 1px solid #D9D9D9;
	padding: 35px 50px;
}

.info figure img {
	width: 50px;
	height: 50px;
}

.info figure:nth-child(2) img {
	width: 55px;
	height: 50px;
}

.info figure:nth-child(3) img {
	width: 70px;
	height: 50px;
}

.info figure figcaption {
	line-height: 1.5;
	margin-left: 20px;
}


.contact .wrap .map {
	width: 100%;
	height: 400px;
	margin-top: 40px;
}

/*footer*/
.footer {
	background: #323335;
	color: #777777;
}

.footer a {
	color: #777777;
}

.footer .box {
	padding: 50px 0;
	overflow: hidden;
}

.footer .box .logo {
	float: left;
}

.footer .box .fcontact {
	float: left;
	border-left: #474849 solid 1px;
	padding-left: 85px;
	margin-left: 85px;
	font-size: 15px;
	line-height: 1.6;
}

.footer .box .fcontact h3 {
	font-size: 30px;
	color: #ffffff;
	line-height: 1;
	padding: 5px 0 5px 50px;
	background: url(../images/icon06.png) no-repeat left center;
	margin-bottom: 10px;
}

.footer .box .ewm {
	float: right;
	text-align: center;
}

.footer .copyright {
	border-top: #474849 solid 1px;
	text-align: right;
	overflow: hidden;
	line-height: 66px;
}

.footer .copyright p {
	float: left;
}

/*===/分页=============================*/
.fengye {
	padding: 50px 0;
	text-align: center;
	font-size: 16px;
}

.off {
	padding: 10px 15px;
	background: #e2e2e2;
	color: #000;
}

a.off:hover {
	background: #da0c0c;
	color: #fff;
}

.fenkong {
	padding: 0 10px;
}

.fenkong a {
	line-height: 1;
	color: #000;
	padding: 10px 15px;
	margin-right: 10px;
	background: #e2e2e2;
}

.fenkong a:hover {
	color: #fff;
	background: #da0c0c;
}

.fenkong a.fenyeon {
	line-height: 1;
	background: #da0c0c;
	color: #FFF;
}

@media (max-width: 1200px) {
	body {
		padding-top: 60px;
	}

	.content .link {
		display: block;
		text-align: center;
	}

	.content .link .icon {
		width: auto;
		max-width: 100px;
		margin: 0 auto;
	}

	.wrap {
		width: 100%;
		padding: 0 15px;
	}

	.contact {
		width: 100%;
		margin: 70px auto;
	}

	.site {
		width: auto;
		padding: 0 15px;
	}

	.site figure {
		width: 100%;
	}

	.site figure img {
		display: block;
		width: 100%;
		height: auto;
		max-height: none;
	}

	.case {
		width: auto;
		padding: 0 15px;
	}

	.case figure {
		width: 100%;
		height: auto;
	}

	.case figure img {
		display: block;
		width: 100%;
		height: auto;
		max-height: none;
	}

	.info figure {
		width: 100%;
	}


	.intro {
		width: 100%;
		padding: 0 15px;
	}

	.intro .left {
		width: 100%;
		margin: 0 auto;
		align-items: center;
	}

	.intro .left .atitle {
		width: 300px;
		height: 30px;
		margin: 0 auto;
	}

	.intro .left .atitle span {
		font-size: 16px;
		padding: 0 20px;
		top: -13px;
		background: white;
	}

	.intro .left .atitle h3 {
		background: white;
		font-size: 24px;
		padding: 0 20px;
		margin-top: -50px;
	}

	.intro .right {
		margin: 0 auto;
		align-items: center;
	}

	.intro .right figure {
		width: 100%;
	}

	.intro .right figure img {
		width: auto;
		max-width: 100%;
	}

	.idea {
		width: 100%;
		padding: 0 15px;
	}

	.idea .wall {
		width: auto;
		max-width: 100%;
	}

	.idea .wall .left .ideaTitle {
		width: 250px;
		height: 30px;
		margin-left: 25%;
	}

	.idea .wall .left .ideaTitle span {
		font-size: 16px;
		padding: 0 20px;
		top: -13px;
		background: white;
	}

	.idea .wall .left .ideaTitle h3 {
		background: white;
		font-size: 24px;
		padding: 0 20px;
		margin-top: -50px;
	}

	.idea .wall .left figure {
		width: 100%;
	}

	.idea .wall .left figure img {
		width: auto;
		max-width: 100%;
	}

	.idea .wall .right {
		left: 0;
		padding: 15px;
		width: auto;
		max-width: 100%;
		height: auto;
	}

	.culture {
	}

	.culture .wall {
		width: 100%;
		padding: 0 15px;
	}

	.culture .wall .left {
		height: auto;
	}

	.culture .wall .right figure {
		width: 100%;
	}

	.culture .wall .right figure img {
		width: auto;
		max-width: 100%;
	}

	.content {
		width: 100%;
		display: block;
		text-align: center;
		padding: 0 15px;
	}

	.product {
		width: auto;
	}

	.product .left {
		display: none;
	}

	.show {
		width: auto;
		padding: 0 15px
	}

	.fr {
		float: none;
	}

	.show ul {
		width: 102%;
	}

	.show ul li {
		margin-right: 2%;
		width: 48%;
		float: left;
		margin-bottom: 10px;
		margin-left: 0;
	}

	.show ul li dl {
		width: 100%;
		height: 30vw;
	}

	.show ul li dl img {
		display: block;
		width: 100%;
		height: auto;
		max-height: none;
	}

	.productDetails {
		width: auto;
	}

	.productDetails .left {
		display: none;
	}

	.details {
		width: auto;
		padding: 0 15px;
		text-align: center;
	}

	.details figure img {
		width: 100%;
	}

	.header {
		position: fixed;
		z-index: 99999;
		width: 100%;
		height: 60px;
		top: 0;
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
		background: #fff;
	}

	.header .logo {
		float: none;
		padding-top: 15px;
		width: 220px;
	}

	.header .logo img {
		width: 100%;
		height: auto;
		display: block;
	}

	.header .top_right .link_lang {
		display: none;
	}

	.header .nav {
		display: none;
	}

	.header .menu-toggle {
		width: 60px;
		height: 60px;
		position: absolute;
		right: 0;
		top: 0;
		float: right;
		z-index: 99999;
		display: block;
	}

	.header .menu-toggle span {
		width: 35px;
		height: 2px;
		background: #666;
		display: block;
		position: relative;
		opacity: 1;
		transition: all 300ms;
		margin: 30px 0 0 12px;
	}

	.header .menu-toggle span:before {
		content: "";
		width: 35px;
		height: 2px;
		background: #666;
		display: block;
		position: absolute;
		left: 0;
		top: -10px;
		transition: all 300ms;
	}

	.header .menu-toggle span:after {
		content: "";
		width: 35px;
		height: 2px;
		background: #666;
		display: block;
		position: absolute;
		left: 0;
		top: 10px;
		transition: all 300ms;
	}

	.header .menu-toggle.cur span {
		background-color: transparent;
	}

	.header .menu-toggle.cur span:before {
		transform: rotate(45deg);
		top: 0;
	}

	.header .menu-toggle.cur span:after {
		transform: rotate(-45deg);
		top: 0;
	}

	.header .wapnav {
		width: 100%;
		height: 100vh;
		background: #fff;
		position: fixed;
		left: 0;
		top: 60px;
		z-index: 99998;
		display: none;
		margin: 0;
		border-top: #ddd solid 1px;
	}

	.header .wapnav ul li {
		float: none;
		border-bottom: #ddd solid 1px;
	}

	.header .wapnav ul li a {
		font-weight: normal;
		font-size: 16px;
		color: #666;
		line-height: 46px;
		padding: 0;
		min-width: 100%;
		text-align: left;
		text-indent: 25px;
		display: block;
	}

	.header .wapnav ul li.focus a, .header .wapnav ul li a:hover {
		background: #da0c0c;
		color: #fff;
	}

	.header .wapnav ul li .subnav {
		display: none;
		background: #f3f2f2;
	}

	.header .wapnav ul li.focus .subnav {
		display: block;
	}

	.header .wapnav ul li .subnav a {
		display: block;
		line-height: 2.4;
		white-space: nowrap;
		width: 100%;
		font-size: 15px;
		background: none;
		color: #666;
		font-weight: normal;
	}

	.header .wapnav ul li .subnav a:hover {
		background: none;
	}

	.header .language {
		width: 60px;
		height: 60px;
		background: url(../images/icon07.png) no-repeat center;
		position: absolute;
		right: 60px;
		top: 0;
		border-left: 1px solid #e5e5e5;
		border-right: 1px solid #e5e5e5;
		display: block;
	}

	.header .language a {
		width: 60px;
		height: 60px;
		display: block;
	}

	.ititle {
		font-size: 25px;
		padding-bottom: 13px;
	}

	.ititle:after {
		width: 50px;
		height: 2px;
		margin-left: -25px;
	}

	.iabout {
		padding: 50px 0;
	}

	.iabout .box {
		margin-top: 30px;
	}

	.iabout .boxText {
		background: #ffffff;
		padding: 0;
		width: 100%;
	}

	.iabout .boxText img {
		float: none;
		margin-right: 0;
		margin-left: 0;
		width: 100%;
		height: auto;
	}

	.iabout .boxText h3 {
		font-size: 22px;
		margin-bottom: 10px;
		margin-top: 10px;
		text-align: center;
	}

	.iabout .boxText dl {
		line-height: 1.6;
		font-size: 14px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		overflow: hidden;
	}

	.iabout .boxText .more {
		width: 138px;
		height: 40px;
		font-size: 14px;
		text-align: center;
		line-height: 40px;
		background: #da0c0c;
		padding-left: 0;
		margin: 20px auto 0;
		border-radius: 20px;
	}

	.iabout .boxText .more:hover {
		background: #aa0707;
	}

	.ipro {
		padding: 50px 0;
	}

	.ipro .pronav {
		text-align: center;
		margin-top: 25px;
		margin-bottom: 10px;
	}

	.ipro .pronav li, .ipro .pronav dl {
		display: inline;
	}

	.ipro .pronav li a {
		padding: 8px 8px;
		font-size: 14px;
		display: inline-block;
		margin-bottom: 5px;
	}

	.ipro .pronav dl a {
		padding-left: 5px;
	}

	.ipro .boxcon {
		width: 150%;
	}

	.ipro .boxcon.cur {
		position: relative;
		top: 0;
		left: 0;
	}

	.ipro .boxcon .swiper-slide {
		text-align: center;
		padding: 0 4px;
		box-sizing: border-box;
	}

	.ipro .boxcon .swiper-slide p {
		line-height: 30px;
		font-size: 14px;
	}

	.ipro .boxcon .arrow-left, .ipro .boxcon .arrow-right {
		display: none;
	}

	.inews {
		padding: 50px 0;
	}

	.inews .box {
		padding-top: 30px;
	}

	.inews .box dl {
		float: none;
		margin-bottom: 15px;
	}

	.inews .box dl img {
		width: 100%;
		height: auto;
	}

	.inews .box ul {
		line-height: 29px;
		width: 100%;
		float: none;
	}

	.inews .box ul li {
		padding-bottom: 15px;
		overflow: hidden;
	}

	.inews .box ul li .time {
		width: 65px;
		height: 65px;
		padding-top: 10px;
		margin-right: 0;
	}

	.inews .box ul li a {
		float: right;
		width: calc(100% - 80px);
		display: block;
	}

	.inews .box ul li h3 {
		font-size: 14px;
		line-height: 25px;
		color: #000;
	}

	.inews .box ul li p {
		font-size: 12px;
		line-height: 20px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.inews .more {
		margin: 20px auto 0;
		font-size: 14px;
	}

	.footer .box {
		display: none;
	}

	.footer .copyright {
		border-top: none;
		text-align: center;
		line-height: 60px;
		font-size: 13px;
	}

	.footer .copyright p {
		float: none;
	}

	.footer .copyright span {
		display: none;
	}
}

@media (max-width: 640px) {
	.banner .swiper-container {
		height: 220px;
	}

	.banner .swiper-container .swiper-slide {
		height: 220px;
	}

	.banner .pagination {
		position: absolute;
		z-index: 20;
		bottom: 10px;
		width: 100%;
		height: 30px;
	}

	/*内页banner*/
	.nei_banner {
		width: 100%;
		height: 150px;
	}

	.nei_banner .btext h2 {
		font-size: 18px;
	}

	.nei_banner .btext p {
		font-size: 16px;
	}

}

/*-----------------------------------------------------------------------------------------------------------------*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
	font-size: 16px;
	color: #666666;
	background: #fff;
	font-family: "微软雅黑";
	overflow-x: hidden;
}

ul, li, ol, dl, dt, dd, p, h1, h2, h3, h4, h5, h6 {
	list-style: none;
	padding: 0;
	margin: 0;
}

input, textarea {
	outline: none;
}

::-webkit-input-placeholder {
	color: #ccc;
}

::-moz-placeholder {
	color: #ccc;
}

:-ms-input-placeholder {
	color: #ccc;
}

a {
	text-decoration: none;
	color: #666666;
}

a:hover {
	color: #da0c0c;
}

.clearfix:after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both
}

.clearfix {
	zoom: 1;
}

.clear {
	clear: both
}

/*图片放大*/
.imgZoom img {
	transition: all .4s;
	-webkit-transition: all .4s;
}

.imgZoom img:hover {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

/*图片旋转*/
.imgRotate img {
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
}

.imgRotate img:hover {
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}

/*按钮鼠标经过变暗*/
.wlp-button:hover {
	filter: alpha(opacity=90);
	background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1)) !important;
	background-image: linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1)) !important;
}

/*鼠标经过有阴影*/
.wlp-shadow:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3) !important;
}

/*鼠标经过上浮并加阴影*/
.wlp-flow-shadow {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.wlp-flow-shadow:hover {
	transform: translate3d(0, -5px, 0);
	-webkit-transform: translate3d(0, -8px, 0);
	-webkit-box-shadow: 0 0px 10px #e9e9e9;
	box-shadow: 0 0px 10px #e9e9e9;
}

/*图片经过遮罩*/
.wlp-filter:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
	opacity: 0.7;
}

.img {
	max-width: 100%;
	height: auto;
	display: block
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}

/*头部*/
.header {
	width: 100%;
	height: 120px;
}

.header .logo {
	float: left;
	padding-top: 27px;
}

.header .top_right {
	float: right;
}

.header .top_right .link_lang {
	overflow: hidden;
}

.header .top_right .link_lang .link {
	float: right;
	font-size: 14px;
	color: #d9d9d9;
	padding-top: 10px;
}

.header .top_right .link_lang .link a {
	margin: 0 20px;
}

.header .top_right .link_lang .link a.ali {
	background: url(../images/icon01.png) no-repeat left center;
	padding-left: 45px;
}

.header .top_right .link_lang .link a.tel {
	background: url(../images/icon02.png) no-repeat left center;
	padding-left: 28px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.header .top_right .link_lang .lang {
	float: right;
	background: #da0c0c url(../images/icon03.png) no-repeat left 14px center;
	height: 40px;
	color: #e46f6f;
	padding: 0 15px 0 46px;
}

.header .top_right .link_lang .lang a {
	font-size: 14px;
	color: #ffffff;
	line-height: 40px;
}

.header .nav {
	margin-top: 30px;
}

.header .nav ul li {
	float: left;
	margin-left: 30px;
}

.header .nav ul li a {
	padding-bottom: 2px;
	position: relative;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	overflow: hidden;
}

.header .nav ul li a:after {
	content: '';
	width: 0;
	height: 2px;
	background: #e60012;
	position: absolute;
	left: 0;
	bottom: -4px;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s
}

.header .nav ul li a:hover {
	color: #e60012;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s
}

.header .nav ul li a:hover:after {
	width: 100%;
	transition: width .4s;
	-moz-transition: width .4s;
	-webkit-transition: width .4s;
	-o-transition: width .4s
}

.header .nav ul li.focus a {
	color: #e60012;
}

.header .nav ul li.focus a:after {
	width: 100%;
	height: 2px;
	background: #e60012;
	position: absolute;
	left: 0;
	bottom: -4px;
}

.header .wapnav {
	display: none;
}

.header .menu-toggle {
	display: none;
}

.header .language {
	display: none;
}

/*首页bannner*/
.banner .swiper-container {
	height: 700px;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

.banner .swiper-container .swiper-slide {
	height: 700px;
	width: 100%;
}

.banner .pagination {
	position: absolute;
	z-index: 20;
	bottom: 20px;
	width: 100%;
	text-align: center;
}

.banner .swiper-pagination-switch {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 20px;
	background: #fff;
	margin: 0 5px;
	cursor: pointer;
}

.banner .swiper-active-switch {
	background: #da0c0c;
}

/*内页banner*/
.nei_banner {
	width: 100%;
	height: 500px;
	display: table;
	text-align: center;
}

.nei_banner .btext {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}

.nei_banner .btext h2 {
	font-size: 50px;
	font-weight: normal;
}

.nei_banner .btext p {
	font-size: 24px;
	text-transform: uppercase;
}

/*首页大标题*/
.ititle {
	font-size: 36px;
	color: #333333;
	text-align: center;
	position: relative;
	padding-bottom: 13px;
}

.ititle:after {
	content: "";
	width: 68px;
	height: 2px;
	background: #da0c0c;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -34px;
}

/*首页简介*/
.iabout {
	padding: 100px 0;
}

.iabout .box {
	margin-top: 38px;
}

.iabout .boxText {
	background: #f5f5f5;
	padding: 40px;
	width: 955px;
}

.iabout .boxText img {
	float: right;
	margin-right: -286px;
	margin-left: 40px;
}

.iabout .boxText h3 {
	font-size: 26px;
	font-weight: normal;
	color: #da0c0c;
	margin-bottom: 10px;
}

.iabout .boxText dl {
	line-height: 2;
}

.iabout .boxText .more {
	width: 160px;
	height: 44px;
	line-height: 44px;
	background: #da0c0c url(../images/icon04.png) no-repeat right 18px center;
	color: #ffffff;
	display: block;
	padding-left: 25px;
	margin-top: 50px;
}

.iabout .boxText .more:hover {
	background: #aa0707 url(../images/icon04.png) no-repeat right 18px center;
}

/*首页产品*/
.ipro {
	padding: 100px 0;
	background: url(../images/iproBg.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}

.ipro .pronav {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

.ipro .pronav li, .ipro .pronav dl {
	display: inline;
}

.ipro .pronav li a {
	padding: 10px 25px;
	color: #000;
	line-height: 1;
}

.ipro .pronav li a:hover, .ipro .pronav li.focus a {
	background: #da0c0c;
	color: #ffffff;
	border-radius: 5px;
}

.ipro .pronav dl a {
	color: #000;
	background: url(../images/icon05.png) no-repeat right 2px center;
	padding-right: 20px;
	padding-left: 25px;
}

.ipro .pronav dl a:hover {
	color: #da0c0c;
}

.ipro .probox {
	position: relative;
}

.ipro .boxcon {
	position: absolute;
	right: -11200px;
	width: 1200px;
}

.ipro .boxcon.cur {
	position: relative;
	top: 0;
	left: 0;
}

.ipro .boxcon .swiper-slide {
	text-align: center;
	padding: 0 9px;
	box-sizing: border-box;
}

.ipro .boxcon .swiper-slide dl {
	overflow: hidden;
}

.ipro .boxcon .swiper-slide p {
	background: #ffffff;
	line-height: 40px;
}

.ipro .boxcon .arrow-left, .ipro .boxcon .arrow-right {
	width: 46px;
	height: 46px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -23px;
	z-index: 11;
}

.ipro .boxcon.cur .arrow-left, .ipro .boxcon.cur .arrow-right {
	z-index: 99;
}

.ipro .boxcon .arrow-left {
	left: -60px;
	background: url(../images/pre.png) no-repeat center;
}

.ipro .boxcon .arrow-right {
	right: -60px;
	background: url(../images/next.png) no-repeat center;
}

/*首页新闻*/
.inews {
	padding: 100px 0;
}

.inews .box {
	overflow: hidden;
	_zoom: 1;
	padding-top: 65px;
}

.inews .box dl {
	float: left;
}

.inews .box dl img {
	border: #adadad solid 1px;
}

.inews .box ul {
	line-height: 29px;
	width: 660px;
	float: right;
}

.inews .box ul li {
	padding-bottom: 35px;
	overflow: hidden;
}

.inews .box ul li .time {
	width: 68px;
	height: 68px;
	background: #f5f5f5;
	float: left;
	text-align: center;
	color: #333;
	font-size: 12px;
	line-height: 20px;
	padding-top: 10px;
	margin-right: 15px;
	border: #8e8673 solid 1px;
	border-radius: 10px;
}

.inews .box ul li .time span {
	font-size: 25px;
	font-weight: bold;
	line-height: 24px;
}

.inews .box ul li a {
	float: right;
	width: 575px;
	display: block;
}

.inews .box ul li:hover .time {
	background: #da0c0c;
	color: #fff;
	border: #da0c0c solid 1px;
}

.inews .box ul li:hover h3, .inews .box ul li:hover p {
	color: #da0c0c;
}

.inews .box ul li h3 {
	font-size: 15px;
	line-height: 25px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.inews .box ul li p {
	color: #666;
	font-size: 14px;
	line-height: 20px;
}

.inews .more {
	width: 138px;
	height: 40px;
	display: block;
	background: #dfdfdf;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	color: #000;
	margin: 30px auto 0;
	font-size: 14px;
}

.inews .more:hover {
	background: #da0c0c;
	color: #fff;
}

/*内页大标题*/
.title {
	width: 350px;
	height: 41px;
	border: 1px solid #e7e7e7;
	margin: 0 auto;
	text-align: center;
}

.title p {
	font-size: 24px;
	color: #d0d0d0;
	display: inline-block;
	text-transform: uppercase;
	background: #fff;
	padding: 0 20px;
	position: relative;
	top: -18px;
}

.title h3 {
	font-size: 30px;
	color: #666666;
	display: inline-block;
	background: #fff;
	padding: 0 20px;
	position: relative;
	margin-top: -30px;
}

/*新闻*/
.news {
	padding: 80px 0;
}

.news .newsList {
	margin-top: 60px;
}

.news .newsList ul li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 20px;
	background: url(../images/icon08.png) no-repeat left center;
	padding-left: 30px;
}

.news .newsList ul li span {
	float: right;
	color: #999999;
	font-size: 15px;
}

/*footer*/
.footer {
	background: #323335;
	color: #777777;
}

.footer a {
	color: #777777;
}

.footer .box {
	padding: 50px 0;
	overflow: hidden;
}

.footer .box .logo {
	float: left;
}

.footer .box .fcontact {
	float: left;
	border-left: #474849 solid 1px;
	padding-left: 85px;
	margin-left: 85px;
	font-size: 15px;
	line-height: 1.6;
}

.footer .box .fcontact h3 {
	font-size: 30px;
	color: #ffffff;
	line-height: 1;
	padding: 5px 0 5px 50px;
	background: url(../images/icon06.png) no-repeat left center;
	margin-bottom: 10px;
}

.footer .box .ewm {
	float: right;
	text-align: center;
}

.footer .copyright {
	border-top: #474849 solid 1px;
	text-align: right;
	overflow: hidden;
	line-height: 66px;
}

.footer .copyright p {
	float: left;
}

/*===/分页=============================*/
.fengye {
	padding: 50px 0;
	text-align: center;
	font-size: 16px;
}

.off {
	padding: 10px 15px;
	background: #e2e2e2;
	color: #000;
}

a.off:hover {
	background: #da0c0c;
	color: #fff;
}

.fenkong {
	padding: 0 10px;
}

.fenkong a {
	line-height: 1;
	color: #000;
	padding: 10px 15px;
	margin-right: 10px;
	background: #e2e2e2;
}

.fenkong a:hover {
	color: #fff;
	background: #da0c0c;
}

.fenkong a.fenyeon {
	line-height: 1;
	background: #da0c0c;
	color: #FFF;
}

@media all and (max-width: 768px) {
	.banner .swiper-container {
		height: 220px;
	}

	.banner .swiper-container .swiper-slide {
		height: 220px;
	}

	.banner .pagination {
		position: absolute;
		z-index: 20;
		bottom: 10px;
		width: 100%;
		height: 30px;
	}

	/*内页banner*/
	.nei_banner {
		width: 100%;
		height: 150px;
	}

	.nei_banner .btext h2 {
		font-size: 18px;
	}

	.nei_banner .btext p {
		font-size: 16px;
	}

}

@media screen and (max-width: 1200px) {
	body {
		padding-top: 60px;
	}

	.wrap {
		width: 100%;
		padding: 0 15px;
	}

	.header {
		position: fixed;
		z-index: 99999;
		width: 100%;
		height: 60px;
		top: 0;
		box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
		background: #fff;
	}

	.header .logo {
		float: none;
		padding-top: 15px;
		width: 220px;
	}

	.header .logo img {
		width: 100%;
		height: auto;
		display: block;
	}

	.header .top_right .link_lang {
		display: none;
	}

	.header .nav {
		display: none;
	}

	.header .menu-toggle {
		width: 60px;
		height: 60px;
		position: absolute;
		right: 0px;
		top: 0px;
		float: right;
		z-index: 99999;
		display: block;
	}

	.header .menu-toggle span {
		width: 35px;
		height: 2px;
		background: #666;
		display: block;
		position: relative;
		opacity: 1;
		transition: all 300ms;
		margin: 30px 0 0 12px;
	}

	.header .menu-toggle span:before {
		content: "";
		width: 35px;
		height: 2px;
		background: #666;
		display: block;
		position: absolute;
		left: 0;
		top: -10px;
		transition: all 300ms;
	}

	.header .menu-toggle span:after {
		content: "";
		width: 35px;
		height: 2px;
		background: #666;
		display: block;
		position: absolute;
		left: 0;
		top: 10px;
		transition: all 300ms;
	}

	.header .menu-toggle.cur span {
		background-color: transparent;
	}

	.header .menu-toggle.cur span:before {
		transform: rotate(45deg);
		top: 0px;
	}

	.header .menu-toggle.cur span:after {
		transform: rotate(-45deg);
		top: 0px;
	}

	.header .wapnav {
		width: 100%;
		height: 100vh;
		background: #fff;
		position: fixed;
		left: 0;
		top: 60px;
		z-index: 99998;
		display: none;
		margin: 0;
		border-top: #ddd solid 1px;
	}

	.header .wapnav ul li {
		float: none;
		border-bottom: #ddd solid 1px;
	}

	.header .wapnav ul li a {
		font-weight: normal;
		font-size: 16px;
		color: #666;
		line-height: 46px;
		padding: 0;
		min-width: 100%;
		text-align: left;
		text-indent: 25px;
		display: block;
	}

	.header .wapnav ul li.focus a, .header .wapnav ul li a:hover {
		background: #da0c0c;
		color: #fff;
	}

	.header .wapnav ul li .subnav {
		display: none;
		background: #f3f2f2;
	}

	.header .wapnav ul li.focus .subnav {
		display: block;
	}

	.header .wapnav ul li .subnav a {
		display: block;
		line-height: 2.4;
		white-space: nowrap;
		width: 100%;
		font-size: 15px;
		background: none;
		color: #666;
		font-weight: normal;
	}

	.header .wapnav ul li .subnav a:hover {
		background: none;
	}

	.header .language {
		width: 60px;
		height: 60px;
		background: url(../images/icon07.png) no-repeat center;
		position: absolute;
		right: 60px;
		top: 0px;
		border-left: 1px solid #e5e5e5;
		border-right: 1px solid #e5e5e5;
		display: block;
	}

	.header .language a {
		width: 60px;
		height: 60px;
		display: block;
	}

	.ititle {
		font-size: 25px;
		padding-bottom: 13px;
	}

	.ititle:after {
		width: 50px;
		height: 2px;
		margin-left: -25px;
	}

	.iabout {
		padding: 50px 0;
	}

	.iabout .box {
		margin-top: 30px;
	}

	.iabout .boxText {
		background: #ffffff;
		padding: 0px;
		width: 100%;
	}

	.iabout .boxText img {
		float: none;
		margin-right: 0;
		margin-left: 0;
		width: 100%;
		height: auto;
	}

	.iabout .boxText h3 {
		font-size: 22px;
		margin-bottom: 10px;
		margin-top: 10px;
		text-align: center;
	}

	.iabout .boxText dl {
		line-height: 1.6;
		font-size: 14px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		overflow: hidden;
	}

	.iabout .boxText .more {
		width: 138px;
		height: 40px;
		font-size: 14px;
		text-align: center;
		line-height: 40px;
		background: #da0c0c;
		padding-left: 0;
		margin: 20px auto 0;
		border-radius: 20px;
	}

	.iabout .boxText .more:hover {
		background: #aa0707;
	}

	.ipro {
		padding: 50px 0;
	}

	.ipro .pronav {
		text-align: center;
		margin-top: 25px;
		margin-bottom: 10px;
	}

	.ipro .pronav li, .ipro .pronav dl {
		display: inline;
	}

	.ipro .pronav li a {
		padding: 8px 8px;
		font-size: 14px;
		display: inline-block;
		margin-bottom: 5px;
	}

	.ipro .pronav dl a {
		padding-left: 5px;
	}

	.ipro .boxcon {
		width: 150%;
	}

	.ipro .boxcon.cur {
		position: relative;
		top: 0;
		left: 0;
	}

	.ipro .boxcon .swiper-slide {
		text-align: center;
		padding: 0 4px;
		box-sizing: border-box;
	}

	.ipro .boxcon .swiper-slide p {
		line-height: 30px;
		font-size: 14px;
	}

	.ipro .boxcon .arrow-left, .ipro .boxcon .arrow-right {
		display: none;
	}

	.inews {
		padding: 50px 0;
	}

	.inews .box {
		padding-top: 30px;
	}

	.inews .box dl {
		float: none;
		margin-bottom: 15px;
	}

	.inews .box dl img {
		width: 100%;
		height: auto;
	}

	.inews .box ul {
		line-height: 29px;
		width: 100%;
		float: none;
	}

	.inews .box ul li {
		padding-bottom: 15px;
		overflow: hidden;
	}

	.inews .box ul li .time {
		width: 65px;
		height: 65px;
		padding-top: 10px;
		margin-right: 0;
	}

	.inews .box ul li a {
		float: right;
		width: calc(100% - 80px);
		display: block;
	}

	.inews .box ul li h3 {
		font-size: 14px;
		line-height: 25px;
		color: #000;
	}

	.inews .box ul li p {
		font-size: 12px;
		line-height: 20px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.inews .more {
		margin: 20px auto 0;
		font-size: 14px;
	}

	.title {
		width: 250px;
		height: 30px;
	}

	.title p {
		font-size: 16px;
		padding: 0 20px;
		top: -13px;
	}

	.title h3 {
		font-size: 24px;
		padding: 0 20px;
		margin-top: -50px;
	}

	.news {
		padding: 50px 0;
	}

	.news .newsList {
		margin-top: 45px;
	}

	.news .newsList ul li {
		margin-bottom: 15px;
		padding-left: 20px;
		font-size: 15px;
	}

	.news .newsList ul li span {
		font-size: 13px;
	}

	.footer .box {
		display: none;
	}

	.footer .copyright {
		border-top: none;
		text-align: center;
		line-height: 60px;
		font-size: 13px;
	}

	.footer .copyright p {
		float: none;
	}

	.footer .copyright span {
		display: none;
	}

	/*===/分页=============================*/
	.fengye {
		padding: 30px 0;
		text-align: center;
		font-size: 15px;
	}

	.off {
		padding: 5px 10px;
		background: #e2e2e2;
		color: #000;
	}

	a.off:hover {
		background: #da0c0c;
		color: #fff;
	}

	.fenkong {
		padding: 0 10px;
	}

	.fenkong a {
		line-height: 1;
		color: #000;
		padding: 5px 10px;
		margin-right: 5px;
		background: #e2e2e2;
	}

	.fenkong a:hover {
		color: #fff;
		background: #da0c0c;
	}

	.fenkong a.fenyeon {
		line-height: 1;
		background: #da0c0c;
		color: #FFF;
	}
}
