﻿
/* CSS Document */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
.indexImg{
	width: 100%;
	height: 270px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
body {
	font-size: 16px;
	color: #000;
	background: #F5F5F5;
	font-family: "微软雅黑", serif;
	overflow-x: hidden;
}

ul, dl, li, ol, 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: #000;
}

a:hover {
	color: #d80000;
}

.clearfix {
	width: 1400px;
	zoom: 1;
}

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

.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);
}

.news ul:hover img {
	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;
}

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

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

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

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

.w1400 {
	width: 1400px;
	margin: 30px auto;
	display: flex;
}

/*头部*/

.header {
	background: white;
	width: 100%;
	height: 100px;
}

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

.header .top_right {
	float: right;
}

.header .tel_lang {
	text-align: right;
	padding: 8px 0 20px;
	font-size: 18px;
	line-height: 25px;
}

.header .tel_lang img {
	vertical-align: middle;
}

.header .tel_lang b {
	color: #d80000;
	font-size: 25px;
	padding-top: 5px;
	position: relative;
	top: 5px;
}

.header .tel_lang i {
	font-style: normal;
	font-size: 19px;
	padding: 0 18px;
	color: #999;
}

.header .tel_lang a {
	margin-left: 10px;
	font-size: 16px;
}

.header .nav {}

.header .nav ul li {
	position: relative;
	float: left;
	margin-left: 55px;
	display: inline-block;
}

.header .nav ul li:hover ul {
	display: block;
}

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

.header .nav ul li a:hover, .header .nav ul li.focus a {
	color: #d80000;
	border-bottom: #d80000 solid 3px;
	padding-bottom: 19px;
}

.header .nav ul li ul {
	left: -20px;
	width: 150%;
	font-size: 12px;
	z-index: 2;
	background: white;
	position: absolute;
	top: 43px;
	display: none;
}

.header .nav ul li ul ol {
	text-align: center;
	margin: 5px 0;
}

.header .nav ul li ul a:hover {
	border: none;
}

.header .wapnav {
	display: none;
}

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

.header .language {
	display: none;
}

/*首页banner*/

.banner .swiper-container {
	height: 580px;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

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

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

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

.banner .swiper-active-switch {
	background: #fff;
	border: #fff solid 2px;
}

/*内页轮播图*/

.nei_banner {
	width: 100%;
	height: 420px;
}

.abc>img {}

/*数字*/

.num {
	margin-top: -75px;
	position: relative;
	z-index: 11;
}

.num ul {
	box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

.num ul li {
	width: 25%;
	height: 150px;
	background: #ffffff;
	text-align: center;
	color: #000;
	padding-top: 38px;
	float: left;
	font-size: 18px;
	font-weight: 600;
}

.num ul li.bgc {
	background: #f5f5f5;
}

.num ul li h3 {
	font-size: 42px;
	font-weight: normal;
}

.iw1400 {
	width: 1400px;
	margin: 60px auto 90px;
	text-align: left;
}

/*solution*/

.solu_way {
	width: 1400px;
}

.solu_way ul {
	overflow: hidden;
	display: flex;
	justify-content: space-between;

}

.solu_way li {
	width: 22%;
	height: 100%;
	transition: all 2s;
	position: relative;
	overflow: hidden;
}

.solu_way li dl {
	position: relative;
}

.solu_way li dl .tit {
	line-height: 32px;
	position: absolute;
	font-size: 32px;
	border-left: 3px solid red;
	color: #EEF0F1;
	padding-left: 15px;
	padding-bottom: 4px;
	align-items: center;
	bottom: 50px;
	left: 35px;
	display: block;
}

.solu_way li ol {
	text-align: left;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.60);
	height: 99%;
	position: absolute;
	bottom: 5px;
	z-index: 2;
	opacity: 0;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	/* Safari */
	/*width: 0;*/
	width: 100%;
	left: 0;
	top: 0;
}

.solu_way li ol dd {
	align-items: center;
	line-height: 2;
}

.solu_way li ol dd {
	width: 600px;
	height: 200px;
	position: absolute;
	left: 64%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.solu_way li ol dd h5 {
	font-size: 26px;
}

.solu_way li ol dd h5 span {
	display: block;
	position: relative;
	padding-bottom: 2px;
}
.solu_way li ol dd h5 span::before{
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 26px;
	height: 2px;
	background-color:red;
	display: block;
}
.solu_way li ol dd p {
	text-indent: 36px;
}

.solu_way .cur {
	width: 55%;
	transition: all 2s;
	position: relative;
	overflow: hidden;
}

.solu_way .cur ol {
	opacity: 1;
	display: block;
	transition: all 3ms;
	-webkit-transition: all 3ms;
	/* Safari */
}

.solu_way .cur dl .tit {
	display: none;
}

/*ipro*/

.ipro {
	background: url("../image/ipro_1.png") no-repeat fixed;
	background-size: 100% 100%;
	z-index: 1;
	padding-bottom:1px;
}

.ipro .iw1400 .ititle {
	margin-top: 50px;
}

.ipro .wall {
	z-index: 999;
	background-color: white;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
}

.ipro .wall figure {
	border: 1px solid #D6D6D6;
	width: 33.33%;
}

.ipro .wall figcaption {
	margin-top: -10px;
	background-color: #F6F6F6;
	font-weight: bold;
	font-size: 22px;
	color: black;
	padding: 15px 0;
}

.ipro .wall figcaption:hover {
	background: #1E2480;
	color: #FFFFFF;
}

.ipro .wall figure img {
	width: 100%;
}

.first>li {
	padding-left: 55px;
	width: 50%;
	float: left;
	height: 100%;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ipro .wall figure ul {
	margin: 0 auto;
	height: auto;
	max-height: 240px;
	padding: 20px 0 30px;
	background: #ffffff;
}

.first li {
	margin: 10px auto;
}

.other li:nth-child(1) {
	margin: 10px auto;
}

.other li {
	margin: 20px auto;
}

/*ibc*/

.ibc {
	background-image: url(../image/bg1.jpg);
	width: 100%;
	height: 280px;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
}

.ibc .info {
	padding-top: 100px;
	line-height: 1.5;
}

.ibc .info span {
	font-size: 42px;
	color: #fff;
}

.ibc .info p {
	color: #fff;
	font-size: 16px;
	margin: 15px 0 100px;
}

/*关于我们*/

.iabout .wall {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
}

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

.iabout .wall .right {
	width: 49.9%;
}

.iabout .wall .right ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.iabout .wall .right ul li {
	width: 49.9%;
}

.iabout .wall .right ul img {
	width: 100%;
	height: auto;
	max-height: 180px;
}

.iabout .wall .right span {
	font-size: 26px;
}

.iabout .wall .right p {
	padding: 20px 11%;
	line-height: 2;
}

/*foot*/

.foot {
	background: url(../image/foot1.png) no-repeat fixed;
	background-size: 100% 100%;
	;
	height: 476px;
}

.foot a:hover {
	color: red;
}

.foot ul .a img {
	background-image: url(../image/foot3.png);
	background-repeat: no-repeat;
	background-position: center;
}

.foot ul .b img {
	background-image: url(../image/foot4.png);
	background-repeat: no-repeat;
	background-position: center;
}

.foot ul .c img {
	background-image: url(../image/foot5.png);
	background-repeat: no-repeat;
	background-position: center;
}

.foot ul .d img {
	background-image: url(../image/foot6.png);
	background-repeat: no-repeat;
	background-position: center;
}

.foot .layout {
	padding-top: 50px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	text-align:center;
}
.foot .layout ul{
	width: 25%;
}
.layout ul p {
	font-size: 26px;
	color: white;
	margin: 15px auto;
}

.layout ul li {
	line-height: 2;
	color: #AFAFAF;
}

.layout ul li a {
	line-height: 2;
	color: #AFAFAF;
}

.layout ul>div>li {
	display: flex;
	justify-content: left;
	padding-left: 20px;
	text-align: left;
}

/*首页标题*/

.ititle {
	display: inline-block;
	border-left: 1px solid #000;
	padding-left: 20px;
	margin-bottom: 30px;
	margin-left: 43.5%;
}

.ititle span {
	font-size: 36px;
	color: red;
}

.ititle p {
	font-size: 16px;
	color: #999999;
	float: left;
}

/*侧边栏和右侧top*/

.side .left {
	width: 250px;
	height: 30%;
	background-color: white;
	margin-right: 50px;
}

.side .left ul>a {
	font-size: 20px;
}

.side .left dl {
	background: #1E2480;
	width: 100%;
	padding: 10px 30px;
	align-items: center;
	line-height: 1.5;
	color: white;
}

.side .left dl span {
	font-size: 26px;
}

.side .left ul {
	padding: 20px 25px;
	border-bottom: 1px solid #E6E6E6;
}

.side .left ul span {
	float: right;
}

.side .right {
	background-color: white;
	padding: 25px;
	width: 1100px;
	float: right;
}

.right_top {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 15px;
	border-bottom: 2px solid #CCCCCC;
}

.right_top ul {
	display: flex;
}

.right_top .l ul li {
	border-left: 5px solid red;
	padding-left: 10px;
}

.right_top .r ul li {
	margin-left: 10px;
}

.cue {
	color: red;
}

.cueSon {
	color: red;
}

/*about*/

.about .right .content {
	line-height: 2;
	text-indent: 32px;
	margin: 20px auto;
	float: left;
}

.about .right .content img {
	margin-top: 10px;
}

.plan {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}

.plan ul {
	margin-bottom: 20px;
	width: 50%;
}

/*product*/

.proNav {
	display: none;
}

.pro .left ul>a {
	font-size: 20px;
}
/*
.pro .left ul:hover li {
	display: block;
} */

.pro .left ul li {
	display: none;
	margin-top: 10px;
	font-size: 16px;
	line-height: 2.5;
}

/*.pro .left ul li a {*/

/*	padding-left: 18px; background: transparent url(../images/circle.png) no-repeat center left;*/

/*}*/

.pro .right .pro_img {
	overflow: hidden;
	text-align: center;
	margin: 0 auto 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pro .right .pro_img:after {
	content: "";
	width: 32%;
}

.pro .right .pro_img figure {
	overflow: hidden;
	margin-top: 30px;
	width: 32%;
}

.pro .right .pro_img figure:hover img {
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}

.pro .right .pro_img figure:hover a {
	color: red;
}

.pro .right .pro_img figcaption {
	margin-top: 20px;
}

.pro .right .pro_img figure img {
	width: 100%;
}

.pro .right .pro_img figure dl {
	overflow: hidden;
	box-sizing: border-box;
	border: 10px solid #F5F5F5;
	display: flex;
    align-items: center;
	justify-content: center;
	width: 316px;
    height: 200px;
}




.pro .right .pro_img figcaption:hover .imgZoom>img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
}

/*分页*/

.pro .right .page {
	border: 1px solid #E5E5E5;
	background: #E5E5E5;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.pro .right span {
	padding: 0 45px;
	cursor: pointer;
}

.pro .right span:hover {
	color: red;
}

.pro .right ul {
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #e4e4e4;
}

.pro .right .page ul a {
	background: #ffffff;
	padding: 10px 15px;
	margin: auto 10px;
}

.pro .right .page ul a:hover {
	background: red;
	color: #ffffff;
}

/*详情*/

.pro .right .proDes {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.pro .right .proDes .pdr {
	width: 50%;
	text-align: center;
	align-items: center;
}

.pro .right .proDes .pdr dl {
	box-sizing: border-box;
	width: 460px;
    height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro .right .proDes .pdr img {
	border: 2px solid #F2F3F3;
	margin-top: 10%;
	width: 100%;
}

.pro .right .proDes .pdl {
	width: 50%;
	margin: 10px auto;
}

.pro .right .proDes .pdl dl {
	color: #294A9F;
	font-size: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #F2F3F3;
	margin: 10px auto;
	font-weight: 700;
}

.pro .right .proDes .pdl li {
	line-height: 1.5;
}

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

.pdi figure {
	width: 80%;
	margin: 10px auto;
}

.pdi figure>div {
	height: 34px;
	border-bottom: 2px solid #1E2480;
}

.pdi figure figcaption {
	background: #1E2480;
	color: #FFFFFF;
	padding: 5px 20px;
	border: 1px solid #1E2480;
	float: left;
}

.pdi figure img {
	padding-top: 24px;
	width: 100%;
}

/*production*/

.pro .right .proD_img {
	overflow: hidden;
	text-align: center;
	margin: 0 auto 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pro .right .proD_img:after {
	content: "";
	width: 32%;
}

.pro .right .proD_img figure {
	overflow: hidden;
	width: 32%;
	margin-top: 30px;
}

.pro .right .proD_img figcaption {
	margin-top: 20px;
}

.pro .right .proD_img figure img {
	width: 100%;
}

.pro .right .proD_img figure dl {
	overflow: hidden;
	box-sizing: border-box;
}

/*news*/

.news {
	margin-top: 20px;
}

.news a:hover h3 {
	color: #000;
}

.news ul li {
	box-sizing: border-box;
	padding-right: 50px;
}

.news ul li a h3 {

	margin-bottom: 10px;
}

/*newsDetails*/

.newsDetails {
	line-height: 2;
}

.newsDetails p {
	display: flex;
	margin: 10px auto 20px;
}

.newsDetails h2 {
	padding-left: 10px;
	display: flex;
	border-left: 5px solid #E52121;
}

.newsDetails .p2 {
	float: left;
	text-indent: 36px;
}

/*network*/

.netMap>div {
	width: 100%;
	height: 843px
}

/*contact*/

.contact_way {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
}

.contact_way .right {
	padding-left: 200px;
	width: 50%;
}

.contact_way .right ul {
	position: relative;
	float: left;
	line-height: 2.5;
	color: #393333;
}

/* 留言 */

.basic-grey {
	width: 700px;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #757575;
	text-shadow: 1px 1px 1px #FFF;
}

.basic-grey label {
	display: block;
}

.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
	border: 1px solid #DADADA;
	background: #F5F5F5;
	color: #888;
	height: 50px;
	padding: 3px 3px 3px 5px;
	width: 60%;
	font-size: 16px;
	line-height: 15px;
	box-shadow: inset 0px 1px 4px #ECECEC;
	-moz-box-shadow: inset 0px 1px 4px #ECECEC;
	-webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}

.basic-grey textarea {
	padding: 5px 3px 3px 5px;
}

.basic-grey select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	width: 70%;
	height: 35px;
	line-height: 25px;
}

.basic-grey textarea {
	height: 100px;
}

.basic-grey .button {
	margin-top: 10px;
	height: auto;
	max-height: 50px;
	font-weight: bold;
	width: 60%;
	background: #385B8A;
	border: none;
	padding: 10px 25px 10px 25px;
	color: #FFF;
	box-shadow: 1px 1px 5px #B6B6B6;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #9E3F3F;
	cursor: pointer;
}

.basic-grey .button:hover {
	background: #FF0000;
}

.map {
	margin-top: 60px;
	width: 100%;
	height: 400px;
}

/*在线客服*/

.sideBar {
	position: fixed;
	right: -182px;
	top: 150px;
	background-color: #ffffff;
	border: #1E2480 solid 1px;
	transition: right 0.5s;
	z-index: 999;
}

.sideBar:hover {
	right: 0;
}

.sideBar>div {
	position: relative;
}

.sideBar .tips {
	position: absolute;
	height: 120px;
	line-height: 25px;
	background-color: #1E2480;
	width: 40px;
	left: -40px;
	top: 150px;
	text-align: center;
	box-sizing: border-box;
	padding: 10px 10px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	font-weight: bold;
	color: #ffffff;
}

.sideBar .list {
	padding: 0;
	list-style: none;
	width: 180px;
	margin: 0;
	align-items: center;
}

.sideBar .list li {
	padding: 10px;
	border-top: #1D89E4 dashed 1px;
	line-height: 2;
}

.sideBar .list li i img {
	vertical-align: middle;
}

.sideBar .list li a:hover {
	color: #000;
	border-bottom: 1px solid #666666;
}

.sideBar .list li:nth-child(1) {
	background: #1D89E4;
	color: white;
}

.sideBar .list>li:first-child {
	border-top: none;
}

/*footer*/

.footer {
	width: 100%;
	background: #1e2480;
	color: #a9aac6;
	overflow: hidden;
}

.footer .copyright {
	line-height: 160px;
	font-size: 14px;
	float: left;
}

.footer .copyright a {
	color: #a9aac6;
}

.footer .ewm {
	float: right;
	padding-top: 15px;
}

.footer .ewm ul {
	overflow: hidden;
}

.footer .ewm ul li {
	float: left;
	font-size: 14px;
	text-align: center;
	margin-left: 26px;
}

.stance {
	height: 60px;
	display: none;
}



@media (max-width: 1200px) {
	/*header*/
	.wrap {
		width: 100%;
	}
	.w1400 {
		margin: 0;
	}
	.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 .tel_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 .language {
		width: 60px;
		height: 60px;
		background: url(../image/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;
	}
	/*首页*/
	.iw1400 {
		width: 100%;
		padding: 0 5%;
	}
	.ititle{
		margin-left: 30%;
	}
	.ititle span {
		font-size: 24px;
	}
	.ititle p {
		font-size: 12px;
	}
	.num {
		margin: 0;
		padding: 0;
	}
	.num ul {
		height: auto;
	}
	.num ul li {
		font-size: 12px;
		width: 100%;
	}
	.ipro .wall figcaption {
		font-size: 16px;
	}
	.ipro figure ul {
		display: none;
	}
	.ibc {
		display: none;
	}
	.iabout .wall .left {
		width: 100%;
	}
	.iabout .wall .left img {
		width: auto;
		max-width: 100%;
	}
	.iabout .wall .right {
		width: 100%;
	}
	.iabout .wall .right ul {
		margin-bottom: 10px;
	}
	.iabout .wall .right ul li {
		width: 50%;
	}
	.iabout .wall .right ul li img {
		width: 100%;
		height: 120px;
	}
	.iabout .wall .right span {
		font-size: 24px;
		padding-top: -20px;
	}
	.iabout .wall .right p {
		padding: 0;
	}
	.foot {
		display: none;
	}
	/*侧边栏*/
	.side .left {
		display: none;
	}
	.side {
		width: 100%;
	}
	.side .right {
		width: 100%;
		padding: 0 10px;
	}
	.right_top {
		font-size: 12px;
		padding: 5px 0;
		font-weight: bold;
	}
	/*page*/
	.pro .right .page {
		padding: 5px 0;
	}
	.pro .right span {
		padding: 0 5px;
	}
	.pro .right .page ul a {
		padding: 2px 5px;
	}
	.pro .right .pro_img {
		margin-bottom: 10px;
	}
	.pro .right .pro_img figure img {
		margin: 5px auto;
	}
	.pro .right .pro_img figure figcaption {
		font-size: 12px;
	}
	/*关于我们*/
	.about .right .content {
		width: 100%;
	}
	.about .right .content img {
		width: 100%;
	}
	.plan {
		width: 100%;
	}
	.plan ul {
		width: 100%;
		text-align: center;
	}
	/*news*/
	.news ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding-bottom: 10px;
	}
	.news ul li img {
		margin: 0 auto;
		width: 100%;
		height: 100%;
	}
	/*产品详情*/
	.pro .right .proDes .pdr {
		width: 100%;
	}
	.pro .right .proDes .pdl {
		width: 100%;
		text-align: center;
		padding-left: 10%;
	}
	.pdi figure img {
		width: 100%;
	}
	.pro .right .pro_img figure{
		width: 32%;
	}
	/*network*/
	.netMap>div {
		height: 500px;
	}
	/*contact*/
	.contact .contact_way .left {
		width: 100%;
		text-align: center;
	}
	.contact .contact_way .left .basic-grey {
		width: 100%;
		text-align: center;
	}
	.contact_way .right {
		padding: 0;
	}
	.contact .contact_way .right {
		margin-top: 50px;
		width: 100%;
		text-align: center;
	}
	.contact .contact_way .right ul {
		width: 100%;
	}
	/*底部*/
	.footer .ewm {
		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: 768px) {
	.sideBar {
		display: none;
	}
	.stance {
		display: block;
	}
	/*内页轮播图*/
	.nei_banner {
		width: 100%;
		height: 110px;
	}
	.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;
	}
	.solu_way {
		width: 100%;
	}
	.solu_way ul {
		width: 100%;
    display: block;
	}
	.ipro .wall figure{
		width: 100%;
	}
	.solu_way ul li {
		width: 100%;
    height: 300px;
    margin-bottom: 20px;
	}
	.solu_way li ol dd {
		width: 100%;
		height: auto;
		padding: 25% 10px;
	}
	.solu_way .cur {
		width: 100%;
	}
	.solu_way li dl .tit {
		padding-left: 15px;
		left: 30%;
	}
	.proNav {
		width: 100%;
		display: block;
		text-align: center;
		margin: 10px auto;
	}
	.proNav ul {
		width: 100%;
		margin: 10px auto;
		line-height: 2;
	}
	.proNav, .proNav ul li {
		margin-top: 5px;
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.proNav, .proNav ul li ol {
		width: 100%;
	}
	.proNav, .proNav ul li ol a {
		font-size: 16px;
	}
	.proNav ul .cuemobile {
		font-size: 24px;
		width: 100%;
		background: #1E2480;
		color: white;
	}
	.proNav ul li a {
		font-size: 12px;
	}
	/* 产品 */
	.pro .right .pro_img figure{
		width: 100%;
	}
	.pro .right .pro_img figure dl{
		width: 100%;
	}
	.pro .right .proDes .pdr dl {
		box-sizing: border-box;
		width: 100%;
		height: 300px;
		overflow: hidden;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.pdi figure{
		width: 100%;
	}
	.pro .right .proDes .pdl{
		padding-left: 0px;
	}
	/* 生产管理 */
	.pro .right .proD_img figure{
		width:100%;
	}
	/* 新闻 */
	.imgZoom{
		width: 100%;
	}
	.news ul li{
		padding: 0px;
	}
	.pro .right ul{
		padding: 20px 0;
	}
	/* 联系 */
	.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select{
		width: 100%;
	}
}
.active {
	color: #d80000;
	border-bottom: #d80000 solid 3px;
	padding-bottom: 19px;
}
.slogn{
	text-align: center;
	font-size: 18px;
	margin: 20px 0;
	font-weight: 600;
}
