/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

html {
	font-size: 16px;
	/*10 ÷ 16 × 100% = 62.5%*/
}
@font-face
{
	font-family: "Montserrat";
	src:url('../font/Montserrat-Regular_1.ttf');
}
@font-face
{
	font-family: "Montserrat_Light";
	src:url('../font/Montserrat-Light_0.ttf');
}
@font-face
{
	font-family: "Montserrat_SemiBold";
	src:url('../font/Montserrat-SemiBold.ttf');
}
@font-face
{
	font-family: "Century_Gothic_Bold";
	src:url('../font/GOTHICB.TTF');
}
@font-face
{
	font-family: "Century_Gothic";
	src:url('../font/GOTHIC.TTF');
}
@font-face
{
	font-family: "Segoe_UI";
	src:url('../font/segoeui.ttf');
}
@font-face
{
	font-family: "Segoe_UI_Bold";
	src:url('../font/segoeuib.ttf');
}
@font-face
{
	font-family: "Montserrat_Medium";
	src:url('../font/Montserrat-Medium.ttf');
}
body {
	font-family: "Arial";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

ul,
li {
	list-style: none;
}

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

img {
	border: none;
}

i,
em {
	font-style: normal;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.clear {
	clear: both;
}

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

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

.clearfloat {
	zoom: 1
}

.htmleaf-container {
	display: none;
}

.header-navigation {
	top: 30;
	width: 100%;
	text-align: center;
	z-index: 9999;
}

.heads {
	width: 100%;
	transition: all .5s;
	top: 0px;
	left: 0rem;
	background-color: #fff;
}

.slideUp {
	/* -webkit-transform:translateY(-100px);
	transform:translateY(-100px);
	*/
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition: transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: all .5s;
}

.slideDown {
	/*-webkit-transform:translateY(0);
	transform:translateY(0);
	*/
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition: transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: all .5s;

}

.headdv {
	margin: 0 auto;
	height: 100px;
	display: flex;
	justify-content: space-between;
	transition: all .5s;
	width: 87.5rem;
	background-color: #fff;
}
.headdvleft{
	height: 100%;
}
.headdvleft img {
	display: block;
	height: 100%;
}
.headdvright {
	width: 70rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headdvright ul {
	width: 65rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headdvright ul li {
	line-height: 100px;
	transition: all .3s;
}

.headdvright ul li a {
	display: block;
	position: relative;
	text-transform: uppercase;
}

.headdvright ul li a span {
	font-size: 14px;
	color: #333333;
	transition: all .7s;
}

.headdvright ul li a::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 3px;
	bottom:  0px;
	left: 0;
	transition: all 1s;
}

.headdvright ul li:hover a::after {
	 background-color: #aa075a; 
}
.headdvright ul li:hover a span{
	color: #aa075a; 
}
.headdvright ul li.active a::after {
	 background-color: #aa075a; 
}
.headdvright ul li.active a span{
	color: #aa075a; 
}
.banners img{
	display: block;
	width: 100%;
}
.ss{
	font-size: 20px;
	color: #aa075a;
}
.headtop{
	background-color: #aa075a;
	height: 50px;
}
.headtopdv{
	width: 87.5rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
}
.headtopleft span{
	color: #ffffff;
	font-size: 14px;
	font-family: "Arial";
	text-transform: uppercase;
}

.syproduct{
	padding: 95px 0px;
	background-color: #f5f5f5;
}
.syproductbt{
	width: 87.5rem;
	margin: 0 auto;
}
.syproductbt h2{
	text-align: center;
	color: #333333;
	font-size: 48px;
	font-family: "Century_Gothic_Bold";
	margin-bottom: 0.9375rem;
}
.syproductbt p{
	color: #333333;
	font-size: 18px;
	font-family: "Montserrat_Light";
	text-align: center;
}
.syproductlist{
	width: 87.5rem;
	margin: 0 auto;
	margin-top: 3.75rem;
}
.syproductlist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.syproductlist ul li{
	width: 23%;
	margin:1%;
}
.syproductlist ul li div{
	width: 100%;
	overflow: hidden;
}
.syproductlist ul li div img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.syproductlist ul li:hover div img{
	display: block;
	transform: scale(1.05);
}
.syproductlist ul li section{
	background-color: #FFF;
	padding: 1.875rem 1.5625rem;
	transition: all 1s;
}
.syproductlist ul li section h2{
	color: #4d4d4d;
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	transition: all 1s;
}
.syproductlist ul li section p{
	white-space:nowrap;
	height: 30px;
	overflow:hidden;
	line-height: 30px;
	text-overflow:ellipsis;
	color: #4d4d4d;
	font-size: 14px;
	transition: all 1s;
}
.syproductlist ul li:hover section{
	background-color: #aa075a;
}
.syproductlist ul li:hover section h2{
	color: #fff;
}
.syproductlist ul li:hover section p{
	color: #fff;
}
.btbg{
	padding: 6.875rem 0px;
	background: url(../images/bg_02.jpg) center no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.btbg section h2{
	color: #ffffff;
	font-size: 48px;
	text-align: center;
	font-family: 'Century_Gothic_Bold';
	text-transform: uppercase;
}
.btbg section p{
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	margin-top: 15px;
	font-family: 'Montserrat_Light';
}
.syproducts .syproductlist{
	margin-top: 0;
}
.btbg2{
	background: url(../images/bg_04.jpg) center no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.btbg3{
	background: url(../images/bg_06.jpg) center no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.btbg4{
	background: url(../images/bg_08.jpg) center no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.btbg5{
	background: url(../images/bg_10.jpg) center no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.syabout{
	width: 100%;
	position: relative;
}
.syabout>img{
	display: block;
	width: 100%;
}
.syaboutdv{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.syaboutdvleft{
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.syaboutdvright{
	width: 50%;
}
.syaboutdvright{
	width: 50%;
}
.syaboutdvright>div{
	width: 43.75rem;
}
.syaboutdvright>div h2{
	color: #333333;
	font-size: 48px;
	font-family: "Century_Gothic_Bold";
	text-transform: uppercase;
	margin-bottom: 0.625rem;
}
.syaboutdvright>div h3{
	color: #333333;
	font-size: 20px;
	font-family: 'Montserrat';
}
.syaboutdvright>div i{
	display: block;
	width: 40px;
	height: 3px;
	margin: 1.875rem 0;
	background-color: #aa075a;
}
.syaboutdvright>div p{
	color: #4c4c4c;
	font-size: 16px;
	line-height: 30px;
}
.syaboutdvright>div ul{
	display: flex;
	justify-content: flex-start;
	margin: 2.5rem 0rem;
}
.syaboutdvright>div ul li{
	margin-right: 1.875rem;
	width: 13rem;
	overflow: hidden;
}
.syaboutdvright>div ul li img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.syaboutdvright>div ul li:hover img{
	transform: scale(1.05);
}
.syaboutdvright>div a{
	display: flex;
	justify-content: space-between;
	width: 8.125rem;
	padding-left: 2.5rem;
	padding-right: 1.5625rem;
	height: 55px;
	background-color: #aa075a;
	align-items: center;
}
.syaboutdvright>div a span{
	color: #fff;
	font-family: "Montserrat_Light";
	font-size: 14px;
}
.syaboutdvright>div a iconpark-icon{
	color: #fff;
	font-size: 20px;
}
.synews{
	padding: 5.625rem 0px;
	padding-bottom: 4.375rem;
	background-color: #f5f5f5;
}
.synewslist{
	width: 87.5rem;
	margin: 0 auto;
	margin-top: 3.75rem;
} 
.synewslist .swiper-slide div{
	width: 100%;
	overflow: hidden;
}
.synewslist .swiper-slide div img{
	display: block;
	transition: all 1s;
	width: 100%;
}
.synewslist .swiper-slide:hover div img{
	transform: scale(1.05);
}
.synewslist .swiper-slide  section{
	padding: 1.5625rem 1.25rem;
	background-color: #fff;
	transition: all 1s;
	
	
	
	color: #4d4d4d;
	
	font-size: 16px;
	
}
.synewslist .swiper-slide  section p{
	height: 60px;
	line-height: 30px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.synewslist .swiper-slide:hover  section{
	color: #fff;
	background-color: #aa075a;
}
.synewslist .swiper-pagination{
	position: initial;
	margin-top: 50px;
}
.synewslist .swiper-pagination-bullet-active{
	background-color: #aa075a;
}
.xuq{
	padding: 50px 0px;
	background: url(../images/ly_06.jpg) center no-repeat;
	background-size: cover;
}
.xuqdv{
	width: 87.5rem;
	margin: 0 auto;
}
.xuqdv h1{
	color: #333333;
	font-size: 28px;
	font-family: "Century_Gothic_Bold";
	margin-bottom: 2.1875rem;
}
.xuqdv form{
	display: flex;
	justify-content: space-between;
}
.xuqdv form input{
	width: calc(17% - 40px);
	border: none;
	line-height: 40px;
	background-color: #fff;
	padding: 0 20px;
	outline: none;
	color: #999999;
}
.xuqdv form input:nth-child(4){
	width: 25%;
}
.xuqdv form button{
	width: 15%;
	outline: none;
	border: none;
	background-color: #aa075a;
	padding: 0 10px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
}
.xuqdv  p{
	margin-top: 25px;
	color: #999999;
	font-size: 14px;
}
.foot{
	background-color: #333333;
}
.footdv{
	width: 87.5rem;
	margin: 0 auto;
	padding: 3.75rem 0px;
	display: flex;
	justify-content: space-between;
}
.footdvleft{
	width: 25rem;
}
.footdvleft img{
	display: block;
}
.footdvleft p{
	line-height: 25px;
	color: #ffffff;
	font-family: "Montserrat_Light";
	font-size: 14px;
}
.footdvleft ul{
	margin-top: 50px;
	display: flex;
	justify-content: flex-start;
}
.footdvleft ul li{
	width: 36px;
	margin-right: 0.75rem;
}
.footdvleft ul li img{
	display: block;
}

.footdvright{
	width: 58.125rem;
	display: flex;justify-content: space-between;
}
.footdvrightone{
	width: 10rem;
}
.footdvrightone dt a{
	color: #ffffff;
	font-size: 18px;
	font-family: "Montserrat";
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	width: 120px;
	height: 50px;
	border-bottom: 1px solid #5c5c5c;
	line-height: 50px;
}
.footdvrightone dd{
	margin-top: 20px;
}
.footdvrightone dd a{
	color: #ffffff;
	font-size: 14px;
	font-family: "Montserrat_Light";
	text-transform: uppercase;
	display: block;
	transition: all 1s;
}
.footdvrightone dd a:hover{
	transform: translateX(10px);color: #aa075a;
}
.footdvrighttwo{
	width: 40rem;
}
.footdvrighttwo H3{
	color: #ffffff;
	font-size: 18px;
	font-family: "Montserrat";
	text-transform: uppercase;
	display: block;
	width: 100%;
	font-weight: bold;
	height: 50px;
	border-bottom: 1px solid #5c5c5c;
	line-height: 50px;
}
.gewh{
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.gewhleft section {
	margin-bottom: 25px;
}
.gewhleft section h2{
	color: #ffffff;
	font-size: 14px;
	font-family: "Montserrat_SemiBold";
	margin-bottom: 10px;
} 
.gewhleft section p{
	color: #ffffff;
	font-size: 14px;
	font-family: "Montserrat_Light";
	line-height: 25px;
}
.gewhright{
	width: 260px;
}
.gewhright ul{
	display: flex;
	justify-content: space-between;
}
.gewhright ul li{
	width: 48%;
}
.gewhright ul li img{
	display: block;
	width: 100%;
}
.gewhright ul li p{
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	margin-top: 15px;
}
.wdl{
	border-top: 1px solid #5c5c5c;
	height: 65px;
}
.wdldv{
	display: flex;
	justify-content: space-between;
	width: 87.5rem;
	margin: 0 auto;
	height: 65px;
	line-height: 65px;
}
.wdldv p{
	color: #ffffff;
	font-size: 14px;
	line-height: 65px;
}
.wdldv p a{
	color: #ffffff;
}
.aboutall{
	width: 100%;
	padding: 6.25rem 0rem;
	background: url(../images/aboutbg_02.jpg) center no-repeat;
	background-size: cover;
}
.aboutalldv{
	width: 87.5rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.aboutalldvleft {
	width: 47%;
}
.aboutalldvleft h2{
	color: #333333;
	font-size: 48px;
	font-family: "Century_Gothic_Bold";
	text-transform: uppercase;
}
.aboutalldvleft h3{
	font-family: "Montserrat";
	font-size: 20px;
	color: #333333;
	margin: 1.25rem 0px;
}
.aboutalldvleft i{
	display: block;
    width: 40px;
    height: 3px;
    margin: 1.875rem 0;
    background-color: #aa075a;
}
.aboutalldvleft p{
	color: #666666;
	font-size: 16px;
	line-height: 35px;
}
.aboutalldvright{
	width: 47%;
	position: relative;
}
.aboutalldvright img{
	display: block;
	max-width: 100%;
}
.aboutalldvright div{
	width: 30.3125rem;
	height: 120px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: absolute;
	left: 0;
	bottom: 3.75rem;
	background-color: rgba(255, 255, 255, 0.9);
	padding-left: 1.25rem;
	padding-right: 2.8125rem;
	box-shadow: 0 0 10px #e5e5e5;
	border-radius: 10px;
}
.aboutalldvright div iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: #aa075a;
	color: #fff;
	font-size: 22px;
}
.aboutalldvright div h2{
	width: 25.625rem;
	margin-left: 1.25rem;
	color: #4d4d4d;
	font-size: 18px;
	line-height: 30px;
}
.abouthong{
	padding: 95px 0px;
	background: url(../images/abouthong_02.jpg) center no-repeat;
	background-size: cover;
}
.abouthong .syproductbt h2{
	color: #fff;
}
.abouthong .syproductbt p{
	color: #fff;
}
.abouthonglist{
	width: 87.5rem;
	margin: 0 auto;
	margin-top: 4.0625rem;
}
.abouthonglist ul{
	display: flex;
	justify-content: flex-start;
	
}
.abouthonglist ul li{
	width: 20.625rem;
	margin: 0.9375rem;
	overflow: hidden;
}
.abouthonglist ul li div{
	overflow: hidden;
}
.abouthonglist ul li div img{
	display: block;
	transition: all 1s;
	width: 100%;
}
.abouthonglist ul li:hover div img{
	transform: scale(1.05);
}
.abouthonglist ul li  section{
	padding: 1.5625rem 1.25rem;
	background-color: #fff;
	transition: all 1s;
	
	color: #4d4d4d;
	
	font-size: 16px;
	
}
.abouthonglist ul li  section p{
	line-height: 30px;
	height: 60px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.abouthonglist ul li:hover  section{
	color: #fff;
	background-color: #aa075a;
}
.lxwm{
	margin: 5.625rem auto;
	width: 87.5rem;
}
.lxwmlist{
	margin-top: 4.375rem;
}
.lxwmlist ul{
	display: flex;
	justify-content: space-between;
}
.lxwmlist ul li{
	width: 21.875rem;
	padding: 2.5rem 3.125rem;
	background-color: #f5f5f5;
	transition: all 1s; 
}
.lxwmlist ul li:hover{
	background-color: #aa075a;
}
.lxwmlist ul li div{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.lxwmlist ul li div h2{
	color: #4c4c4c;
	font-size: 20px;
	transition: all 1s;
	font-family: "Century_Gothic_Bold";
}
.lxwmlist ul li:hover div h2{
	color: #fff;
}
.lxwmlist ul li div i{
	display: block;
	height: 3px;
	width: 45px;
	background-color: #aa075a;
	transition: all 1s;
	margin: 1.5625rem 0rem;
}
.lxwmlist ul li div iconpark-icon{
	font-size: 36px;
	color: #aa075a;
	transition: all 1s;
}
.lxwmlist ul li p{
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	transition: all 1s;
}
.lxwmlist ul li:hover div i{
	background-color: #fff;
}
.lxwmlist ul li:hover p,.lxwmlist ul li:hover div iconpark-icon{
	color: #fff;
}
.tools{
	padding: 5.9375rem 0px;
	background-color: #f5f5f5;
}
.lxab{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.lxableft{
	width: 48%;
}
.lxableft img{
	display: block;
	width: 100%;
}
.lxababout {
	width: 50%;
}
.lxababout section{
	width: 43.75rem;
}
.lxababout h2{
	color: #333333;
	font-size: 48PX;
	font-family: "Century_Gothic_Bold";
	margin-bottom: 1.25rem;
}
.lxababout p{
	line-height: 35px;
	color: #666666;
	font-size: 16px;
}

.zxly{
	padding: 5.9375rem 0rem;
	background: url(../images/zxly_02.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.zxlydv{
	width: 107.5rem;
	margin: 0 auto;
}
.zxlydv form {
	width: 82.5rem;
	margin: 0 auto;
	padding: 2.5rem;
	background-color: #fff;
	margin-top: 3.75rem;
}

.zxlydv form div {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.zxlydv form input {
	width: calc(49% - 40px);
	margin: 1% 0px;
	height: 45px;
	border: none;
	padding: 0 20px;
	line-height: 45px;
	outline: none;
	background-color: transparent;
	border: 1px solid #dbdcde;
	font-family: "Segoe_UI";
}

.zxlydv form textarea {
	padding: 10px 20px;
	width: calc(100% - 40px);
	border: none;
	line-height: 30px;
	font-size: 14px;
	margin: 1% 0px;
	border-radius: 5px;
	outline: none;
	background-color: transparent;
	border: 1px solid #dbdcde;
	font-family: "Segoe_UI";
	height: 10rem;
}

.zxlydv form button {
	margin-top: 15px;
	width: 200px;
	height: 45px;
	color: #232323;
	font-size: 14px;
	text-align: center;
	line-height: 45px;
	color: #fff;
	border: none;
	background-color: #aa075a;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Montserrat";
}
.contactdvbt h2{
	color: #ffffff;
	font-family: "Segoe_UI_Bold";
	font-size: 48px;
	margin-bottom: 15px;
	text-align: center;
}
.contactdvbt p{
	text-align: center;
	color: #ffffff;
	font-size: 16px;
}

.shownav{
	width: 100%;
	background-color: #ffffff;
}
.shownav ul{
	display: flex;
	justify-content: center;
}
.shownav ul li{
	width: 240px;
}
.shownav ul li a{
	display: block;
	width: 100%;
	height: 75px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 75px;
	transition: all 1s;
}
.shownav ul li a:hover{
	background-color: #aa075a;
	color: #fff;
}
.shownav ul li.active a{
	background-color: #aa075a;
	color: #fff;
}
.xwall{
	padding: 5.3125rem 0;
	background-color: #f5f5f5;
}

.newsdvlist{
	width: 87.5rem;
	margin: 0 auto;
}

.newsdvlist ul li {
	margin-top: 30px;
	background-color: #ffffff;
	overflow: hidden;
	transition: all .5s;
}
.newsdvlist ul li a{
	display: flex;
	justify-content: space-between;
	padding: 30px 0px;
	padding-right: 5%;
	background-color: #ffffff;
	align-items: center;
	transition: all .5s;
}
.newsdvlist ul li a .newsdvlistime{
	width: 15%;
	text-align: center;
	border-right: 1px solid #e6e6e6;
}
.newsdvlistime span{
	color: #333333;
	font-size: 52px;
	transition: all .5s;
	display: block;
	line-height: 60px;
}
.newsdvlistime i{
	color: #333333;
	font-size: 14px;
	display: block;
	transition: all .5s;
}
.newsdvlistext{
	width: 80%;
}
.newsdvlistext h1{
	color: #4d4d4d;
	font-size: 18px;
	margin-bottom: 0px;
	transition: all .5s;
	line-height: 30px;
	height: 30px;
	white-space:nowrap;
	overflow:hidden;
	margin-bottom: 7px;
	text-overflow:ellipsis;
	font-family: 'Segoe_UI';
}
.newsdvlistext p{
	line-height: 30px;
	font-size: 14px;
	color: #999999;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	height: 60px;
	transition: all .5s;
}
.newsdvlist ul li{
	transition: all .5s;
}
.newsdvlist ul li:hover a{
	background-color: #aa075a;
}
.newsdvlist ul li:hover .newsdvlistime span{
	color: #fff;
}
.newsdvlist ul li:hover .newsdvlistime i{
	color: #fff;
}
.newsdvlist ul li:hover .newsdvlistext h1{
	color: #fff;
}
.newsdvlist ul li:hover .newsdvlistext p{
	color: #e9eef6;
}
.cnnw{
	width: 87.5rem;
	display: block;
	margin: 0 auto;
}
.cnnw ul{
	display: flex;
	justify-content: space-between;
}
.cnnw ul li{
	width: 32%;
}
.cnnw ul li .cnnwimg{
	width: 100%;
	overflow: hidden;
}
.cnnw ul li .cnnwimg img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.cnnw ul li:hover .cnnwimg img{
	transform: scale(1.05);
}
.cnnwtext{
	padding: 1.875rem;
	background-color: #fff;
}
.cnnwtext h2{
	color: #333333;
	font-size: 18px;
	font-family: "Segoe_UI";
	line-height: 30px;
	height: 30px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-bottom: 0.625rem;
}
.cnnwtext p{
	overflow:hidden;
	height: 60px;
	text-overflow:ellipsis;
	line-height: 30px;
	display:-webkit-box;
	color: #808080;
	-webkit-box-orient:vertical;
	font-size: 14px;
	-webkit-line-clamp:2;
}
.cnnwtext section{
	margin-top: 0.9375rem;
	padding-top: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #f0f0f0;
}
.cnnwwqg h3{
	color: #a6a6a6;
	font-size: 32px;
	transition: all 1s;
}
.cnnwwqg p{
	color:#a6a6a6;
	font-size: 14px;
	height: auto;
	transition: all 1s;
}
.cnnwtext section iconpark-icon{
	font-size: 24px;
	color: #a6a6a6;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	background-color: #fff;
	transition: all 1s;
}
.cnnw ul li:hover .cnnwtext section iconpark-icon{
	background-color: #aa075a;
	color: #fff;
}
.cnnw ul li:hover .cnnwtext section .cnnwwqg h3{
	color: #aa075a;
}
.cnnw ul li:hover .cnnwtext section .cnnwwqg p{
	color: #aa075a;
}
.cplb{
	width: 87.5rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 auto;
}
.cplbleft{
	width: 18.75rem;
}

.cplbleft dt{
	height: 70px;
	text-indent: 1rem;
	background-color: #aa075a;
	color: #ffffff;
	font-size: 20px;
	font-family: 'Century_Gothic';
	line-height: 70px;
}
.cplbleft dl dd{
	width: 90%;
	margin: 0 auto;
	border-bottom: 1px solid #e6e6e6;
	height: 50px;
	text-indent: 1rem;
	font-family: 'Century_Gothic';
	line-height: 50px;
}
.cplbleft dl dd a{
	color: #4d4d4d;
	font-size: 16px;
	transition: all .7s;
}
.cplbleft dl dd:hover a{
	font-weight: bold;
	color: #aa075a;
}
.cplbleft dl dd.active a{
	font-weight: bold;
	color: #aa075a;
}
.cplbright{
	width: 65.625rem;
}
.cpnav{
	height: 70px;
	border-bottom: 1px solid #dfdfdf;
	display: flex;justify-content: end;
	align-items: flex-end;
}
.cpnav ul{
	display: flex;
	justify-content: space-between;
	height: 50px;
}
.cpnav ul li{
	line-height: 50px;
	margin-left: 1.5625rem;
}
.cpnav ul li a{
	display: block;
	padding: 0 1.25rem;
	color: #888888;
	line-height: 50px;
	font-size: 16px;
	transition: all 1s; 
	border-bottom: 1px solid #dfdfdf;
}
.cpnav ul li a:hover{
	border-bottom: 1px solid #aa075a;
	color: #aa075a;
}
.cpnav ul li.active a{
	border-bottom: 1px solid #aa075a;
	color: #aa075a;
}
.cplbright .syproductlist{
	width: 100%;
}
.cplbright .syproductlist ul li{
	width: 31.33%;
	margin: 1%;
}
.xwalls{
	padding-top: 35px;
}
.xq{
	width: 87.5rem;
	margin: 0 auto;
}
.mbx{
	color: #838383;
    font-size: 14px;
    display: inline-block;
	font-family: "Century_Gothic";
	margin-bottom: 40px;
}
.mbx a{
	color: #838383;
}
.mbx a:last-child{
	color: #aa075a;
}
.xqlist ul{
	display: flex;
	justify-content: flex-start;
}
.xqlist ul li{
	width: 10rem;
	height: 45px;
	border: 1px solid #cccccc;
	margin-right: 10px;
	transition: all 1s;
}
.xqlist ul li a{
	display: block;
	width: 100%;
	line-height: 45px;
	text-align: center;
	color: #888888;
	font-size: 14px;
	transition: all 1s;
	overflow: hidden;
}
.xqlist ul li:hover{
	border-color: #aa075a;
	background-color: #aa075a;
}
.xqlist ul li:hover a{
	color:#fff;
}
.cpxqing{
	margin-top: 4.375rem;
}
.cpxqing .cpxqingbt span{
	display: block;
	width: 240px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: #aa075a;
	font-size: 18px;
	color: #fff;
	font-family: "Segoe_UI";
}
.cpxqing .cpxqingbt{
	border-bottom: 1px solid #dedede;
}
.cpxqingdv{
	padding: 30px;
	margin-top: 40px;
	background-color: #fff;
}



.showproimg{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 3.75rem;
}
.chanpinimgleft {
	width: 45rem;
}
.chanpinimgleft #gallery2{
	padding-bottom: 150px;
}
.maoyileft {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.chanpinimgleft #gallery2 .swiper-button-next,.chanpinimgleft #gallery2 .swiper-button-prev{
	    top: inherit;
	bottom: 5%;
	left: 0;
}
.chanpinimgleft #gallery2  .swiper-button-next{
    right: 0px;
    left: auto;
}
.chanpinimgleft #gallery2 .swiper-button-next:after,.chanpinimgleft #gallery2 .swiper-button-prev:after{
	font-size: 24px;
	color: #aa075a;
}
.maoyileft #thumbs2 {
	width: 90%;
	margin-top: -135px;
}
.maoyileft #btn1,.maoyileft #btn2{
	width: 2%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;

}
.maoyileft #btn1 iconpark-icon,.maoyileft #btn2 iconpark-icon{
	font-size: 36px;
}
.maoyileft #btn1:hover iconpark-icon,.maoyileft #btn2:hover iconpark-icon{
	color: #aa075a;
}


.maoyileft #thumbs2 .swiper-slide-thumb-active div {
	border: 2px solid #aa075a;
}

.maoyileft #thumbs2 .swiper-slide img {
	width: 100%;
	display: block;
}

.maoyileft #gallery2 {
	width: 35rem;
	margin: 0;
	height: 35rem;
}

.maoyileft #gallery2 .swiper-slide img {
	display: block;
	width: 100%;
}
.xiangmu img{
	display: block;
	width: 100%;
}
.maoyileft{
	width: 100%;
}
.chanpinimgright{
	width: 34rem;
}
.chanpinimgright h2{
	border-bottom: 1px solid #e5e5e5;
	color: #404040;
	font-size: 36px;
	font-family: "Century_Gothic_Bold";
	text-transform: uppercase;
}
.chanpinimgright i{
	display: block;
	width: 160px;
	height: 2px;
	margin-top: -1px;
	border-top: 2px solid #aa075a;
}
.chanpinimgright h3{
	margin-top: 2.1875rem;
	color: #404040;
	font-size: 24px;
	font-family: 'Century_Gothic_Bold';
	margin-bottom: 15px;
}
.chanpinimgright .daxiao{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.chanpinimgright .daxiao button{
	display: block;
	width: 20%;
	margin-right: 2%;
	border: 1px solid #cdcdcd;
	height: 40px;
	text-align: center;
	background: transparent;
	color: #787878;
	transition: all 1s;
	font-size: 14px;
	font-family: "Montserrat_Light";
}
.chanpinimgright .daxiao button.active{
	background-color: #aa075a;
	color: #fff;
	border: 1px solid #aa075a;
}
.daxiao3 {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.daxiao3 li{
	width: 60px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.daxiao3 li div{
	display: block;
	overflow: hidden;
	border: 2px solid #cdcdcd;
	transition: all .7s; 
}
.daxiao3 li div img{
	display: block;
	width: 100%;
}
.daxiao3 li h5{
	color: #787878;
	font-family: "Montserrat_Light";
	text-align: center;
	line-height: 40px;
	transition: all .7s;
	font-size: 14px;
}
.daxiao3 li.active div{
	border: 2px solid #aa075a;
}
.daxiao3 li.active h5{
	color: #aa075a;
}
.chanpinimgright section{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.chanpinimgright section h3{
	margin-right: 20px;
}
.chanpinimgright section a{
	width: 40px;
	margin-right: 10px;
	margin-top: 20px;
}
.chanpinimgright section a img{
	display: block;
	width: 100%;
}
.gewha{
	width: 140px;
	height: 45px;
	color: #ffffff;
	font-family: "Century_Gothic";
	font-size: 14px;
	text-align: center;
	line-height: 45px;
	background-color: #aa075a;
	display: block;
	margin-top: 3.75rem;
}
.nrbanner img{
	display: block;
	width: 100%;
}
.nrbanner{
	position: relative;
	z-index: 2;
}
.nrbanner .btext{
	position: absolute;
	top: 0;
	width: 100%;
	left: 0%;
	height: 100%;
	display: flex;
	align-items: center;
}
.nrbanner .btext section{
	    width: 87.5rem;
	margin: 0 auto;
	max-width: 100%;
}
.nrbanner .btext h2{
	font-size: 42px;
	color: #fffefe;
	font-family: 'Montserrat_Medium';
}


.bannersasg .swiper-slide img{
	display: block;
	width: 100%;
} 
.bannersasg  .swiper-slide{
	position: relative;
}
.bannersasg  .swiper-slide img{
	display: block;
	width: 100%;
}
.bannersasg  .swiper-slide>div {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bannersasg  .swiper-slide>div section{
	width: 87.5rem;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.bannersasg  .swiper-slide section h4{
	color:#ffffff;
	font-size: 18px;
	margin-top: 1.5rem;
	line-height: 30px;
}
.bannersasg  .swiper-slide section h3{
	font-size: 52px;
	font-family: "Montserrat_Medium";
	line-height: 65px;
	color: #fff;
	text-transform: uppercase;
}
.bannersasg  .swiper-slide section a{
	display: block;
	padding: 0 30px;
	width: 120px;
	height: 50px;
	margin-top: 5rem;
	transition: all 1s;
	background-color: #aa075a;
	text-align: center;
	color: #fff;
	line-height: 50px;
}
.bannersasg  .swiper-slide section .iiasg{
	width: 220px;
    height: 50px;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
    background-color: #982725;
    transition: all .5s;
    font-size: 14px;
    color: #fff;
}
.bannersasg .swiper-slide ul li img{
	width: auto;
}
.bannersasg .swiper-slide .ghej{
	position: absolute;
	bottom: 25px;
	height: 70px;
	top: auto;
	width: 100%;
	left: 0;
	margin: 0 auto;
}
.bannersasg .swiper-slide .ghej{
	display: block;
	height: auto;
	animation-name: beat;
        /*动画名称*/
        animation-duration: .5s;
        /*设置秒数*/
        animation-timing-function: linear;
        /*速度曲线*/
        animation-iteration-count: infinite;
        /*播放次数*/
        animation-direction: alternate;
        /*逆向播放*/
        animation-play-state: running;
        /*正在运行*/
}
.bannersasg .swiper-slide .ghej img{
	display: block;
	width: auto;
	margin: 0 auto;
	margin-bottom: 10px;
}
.bannersasg .swiper-slide .ghej span{
	text-align: center;
	display: block;
	width: 100%;
	color: #fff;

}
.bannersasg  .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
}
.bannersasg  .swiper-pagination-bullet-active{
	width: 35px;
	height: 8px;
	border-radius: 15px;
}
.mfoot,.mfootdv{
	display: none;
}
.bannersasg  .swiper-slide section div{
	width: 45%;
}
.sjnav{
	display: none;
}

















.cplyan{
	position: fixed;
	width: 940px;
	padding: 30px;
	background-color: #fff;
	z-index: 67;
	left: 50%;
	top: 20%;
	margin-left: -500px;
	display: none;
}
.cplyan span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	border: 1px solid #ccc;
	height: 40px;
	border-radius: 50%;
	float: right;
	margin-bottom: 30px;
}
.cplyan span iconpark-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #838383;
}
.cplyan form input{
	width: calc(100% - 22px);
	height: 40px;
	margin-bottom: 15px;
	border: none;
	border:1px solid #ccc;
	padding: 0 10px;
	font-size: 14px;
	font-family: "Segoe_UI";
	outline: none;
}
.cplyan form textarea{
	width: calc(100% - 22px);
	padding: 0 10px;
	font-size: 14px;
	border: none;
	border:1px solid #ccc;
	line-height: 40px;
	outline: none;
	margin-bottom: 15px;
	font-family: "Segoe_UI";
}
.cplyan form button{
	display: block;
	outline: none;
	width: 120px;
	height: 40px;
	border: none;
	background-color: #aa075a;
	color: #fff;
	font-size: 14px;
}
.fwgeg{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 66;
	top: 0;
	left: 0;
	display: none;
}
.lxababout  a {
    display: flex;
    justify-content: center;
    width: 8.125rem;
    height: 45px;
    background-color: #aa075a;
    align-items: center;
    color: #fff;
    font-family: "Montserrat_Light";
    font-size: 14px;
    margin-top: 35px;
}

.xqgehs{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.x9fewg{
	width: calc(75% - 80px);
	padding: 40px;
	background-color: #ffffff;
}
.x3sre{
	width: calc(24% - 30px);
	padding: 15px;
	background-color: #ffffff;
}
.title-l h2{
	font-size: 22px;
	font-weight: bold;
	    color: #333;
}
.title-l h2:before{
	background: #aa075a;
}

.ssdv{
	width: 100%;
	background-color: #fff;
	top: 0px;
	left: 0;
	position: relative;
		z-index: 10;
	z-index: 999;
	padding: 15px 0px;
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: all .5s;
}
.ssdv form{
	    width: 87.5rem;
	margin: 0 auto;
}
.ssdv form{
	display: flex;
	justify-content: space-between;
}
.ssdv form input{
	height: 35px;
	line-height: 35px;
	border: none;
	border:1px solid #dcdcdc;
	outline: none;
	width: 76%;
	padding: 0 1%;
}
.ssdv form button{
	border: none;
	background-color: #333333;
	color: #fff;
	width: 20%;
	font-size: 14px;

}

.tools .syproductlist ul{
	flex-wrap: nowrap;
}
.tools .syproductlist ul li{
	width: auto;
	margin: 0%;
}

.headtopright {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.headtopright img{
	width: 22px;
	display: block;
	margin-right: 10px;
}
.headtopright iconpark-icon{
	display: none;
	width: 30px;
	height: 30px;
	border-radius: 50px;
	background-color: #fff;
	color: #aa075a;
	font-size: 20px;
	margin-left: 20px;
	margin-right: 10px;
}

@media only screen and (min-width: 1000px) and (max-width: 1399px) {
	.headtopdv{
		width: 95%;
	}
	.headdv{
		width: 95%;
	}
	.headdvright{
		width: 87%;
	}
	.headdvright ul{
		width: 95rem;
	}
	.syproduct{
		padding: 5.9375rem 0;
	}
	.syproductbt{
		width: 95%;
	}
	.syproductlist{
		width: 95%;
	}
	.syaboutdvleft{
		width: 40%;
	}
	.syaboutdvright{
		width: 60%;
	}
	.syaboutdvright>div{
		width: 95%;
	}
	.syabout>img{
		width: 130%;
		margin-left: -15%;
	}
	.synewslist{
		width: 95%;
	}
	.xuqdv{
		width: 95%;
	}
	.footdv{
		width: 95%;
	}
	.footdvright{
		width: 68%;
	}
	.footdvrightone{
		width: auto;
	}
	.footdvrighttwo{
		width: 54rem;
	}
	.syabout{
		overflow: hidden;
	}
	.wdldv{
		width: 95%;
	}
	.nrbanner .btext section{
		width: 95%;
	}
	.syaboutdvright>div a{
		height: 40px;
	}
	.aboutalldv{
		width: 95%;
	}
	.aboutalldvright div{
		width: 90%;
	}
	.aboutalldvright div h2{
		width: 85%;
	}
	.abouthonglist{
		width: 95%;
	}
	.abouthonglist ul li{
		width: 23%;
		margin: 0 1%;
	}
	.lxwm{
		width: 95%;
	}
	.lxwmlist ul li{
		width: calc(32% - 6.25rem);
	}
	.lxababout section{
		width: 95%;
	}
	.zxlydv form{
		width: calc(100% - 5rem);
	}
	.zxlydv{
		width: 95%;
	}
	.cnnw{
		width: 95%;
	}
	.newsdvlist{
		width: 95%;
	}
	.cplb{
		width: 95%;
	}
	.cplbleft{
		width: 30%;
	}
	.cplbright{
		width: 68%;
	}
	.xq{
		width: 95%;
	}
	.chanpinimgright{
		width: 50%;
	}
	.cpxqing .syproductlist{
		width: 100%;
	}
	.bannersasg .swiper-slide>div section{
		width: 95%;
	}
	.bannersasg .swiper-slide section h3{
		font-size: 42px;
	}
	.chanpinimgleft #gallery2{
		padding-bottom: 120px;
	}
	.maoyileft #thumbs2{
		width: 85%;
	}
	.chanpinimgleft #gallery2 .swiper-button-next, .chanpinimgleft #gallery2 .swiper-button-prev{
		bottom: 50px;
	}
}
@media only screen and (max-width: 1000px) {
	.htmleaf-container{
		display: block;
		height: 50px;
	}
	.heads {
		display: none;
	}
	.syproduct{
		padding: 30px 0px;
	}
	.syproductbt{
		width: 95%;
	}
	.syproductbt h2{
		font-size: 20px;
	}
	.syproductbt p{
		font-size: 12px;
		line-height: 20px;
	}
	.syproductlist{
		width: 97%;
	}
	.syproductlist ul li{
		width: 48%;
		margin: 1%;
	}
	.syproductlist ul li section{
		padding:  5%;
	}
	.btbg section h2{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.btbg section p{
		width: 90%;
		margin: 0 auto;
		font-size: 12px;
		line-height: 20px;
	}
	.syaboutdv{
		display: block;
		position: inherit;
	}
	.syaboutdvleft{
		position: absolute;
		display: flex;
	}
	.syaboutdvright{
		width: 95%;
		margin: 5% auto;
	}
	.syaboutdvright>div{
		width: 100%;
	}
	.syaboutdvleft{
		display: none;
	}
	.syaboutdvright>div h2{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.syaboutdvright>div h3{
		font-size: 12px;margin-bottom: 10px;
	}
	.syaboutdvright>div p{
		font-size: 14px;
	}
	.syaboutdvright>div ul li{
		width: 33%;
	}
	.syaboutdvright>div a{
		width: 85px;
		height: 35px;
		padding: 0 10px;
		margin-top: 15px;
	}
	.xuqdv form button{
		line-height: 35px;
		height: 35px;
		font-size: 14px;
		font-family: "Montserrat_Light";
		text-transform: uppercase;
	}
	.synewslist{
		width: 95%;
	}
	.synewslist .swiper-slide section {
		font-size: 14px;
		padding: 5%;
	}
	.synewslist .swiper-slide section p{
		height: 50px;
		line-height: 25px;
	}
	.synewslist .swiper-pagination{
		margin-top: 20px;
	}
	.xuq{
		padding: 30px 0px;
	}
	.xuqdv{
		width: 95%;
	}
	.xuqdv h1{
		font-size: 18px;
		text-align: center;
		margin-bottom: 20px;
	}
	.xuqdv form{
		display: block;
	}
	.xuqdv form input{
		width: calc(100% - 20px);
		padding: 0 10px;
		margin-bottom: 10px;
	}
	.xuqdv form input:nth-child(4){
		width: calc(100% - 20px);
	}
	.xuqdv form button{
		width: 100px;
		font-size: 14px;
	}
	.xuqdv p{
		line-height: 25px;
	}
	.foot{
		display: none;
	}
	.aboutalldv{
		width: 95%;
		display: block;
	}
	.aboutalldvleft{
		width: 100%;
	}
	.aboutalldvleft h2{
		font-size: 20px;
	}
	.aboutalldvleft h3{
		font-size: 12px;
		margin: 10px 0px;
	}
	.aboutalldvleft p{
		font-size: 14px;
		line-height: 30px;
	}
	.aboutalldvright{
		width: 100%;
		margin-top: 15px;
	}
	.aboutalldvright div{
		width: 90%;
		padding: 5%;
		height: auto;
	}
	.aboutalldvright div h2{
		width: 80%;
		margin-left: 5%;
		font-size: 14px;
		line-height: 25px;
	}
	.abouthong{
		padding: 30px 0px;
	}
	.abouthonglist{
		width: 95%;
	}
	.abouthonglist ul{
		flex-wrap: wrap;
	}
	.abouthonglist ul li{
		width: 48%;
		margin: 1%;
	}
	.abouthonglist ul li section{
		padding: 5%;
	}
	.abouthonglist ul li section p{
		font-size: 14px;
		height: 50px;
		line-height: 25px;
	}
	.lxwm{
		padding: 10px 0px;
		width: 95%;
	}
	.lxwmlist ul{
		flex-wrap: wrap;
	}
	.lxwmlist ul li{
		width: 90%;
		padding: 5%;
		margin-bottom: 10px;
	}
	.lxwmlist ul li div h2{
		font-size: 16px;
	}
	.lxwmlist ul li p{
		font-size: 14px;
	}
	.lxwmlist ul li div iconpark-icon{
		font-size: 24px;
	}
	.lxab{
		display: block;
	}
	.lxableft{
		width: 100%;
	}
	.lxababout{
		width: 95%;
		margin: 15px auto;
	}
	.lxababout section{
		width: 100%;
	}
	.lxababout h2{
		font-size: 20px;
	}
	.lxababout p{
		font-size: 14px;
		line-height: 25px;
	}
	.zxlydv{
		width: 95%;
	}
	.contactdvbt h2{
		font-size: 20px;
	}
	.contactdvbt p{
		font-size: 12px;
		line-height: 25px;
	}
	.zxlydv form{
		width: calc(100% - 20px);
		padding: 10px;
	}
	.zxlydv form div{
		display: block;
	}
	.zxlydv form input{
		width: calc(100% - 20px);
		padding: 0 10px;
		font-size: 14px;
		line-height: 40px;
		height: 40px;
	}
	.zxlydv form textarea{
		width: calc(100% - 20px);
		padding: 0 10px;
		font-size: 14px;
		line-height: 40px;
		border-radius: 0 ;
		height: 140px;
	}
	.zxlydv form button{
		width: 150px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.cnnw{
		display: none;
	}
	.shownav ul li{
		width: 100%;
	}
	.shownav ul li a{
		height: 45px;
		line-height: 45px;
		font-size: 14px;
	}
	.newsdvlist ul li{
		margin-top: 10px;
	}
	.newsdvlistime{
		display: none;
	}
	.newsdvlist{
		width: 95%;
	}
	.newsdvlist ul li a{
		padding: 5%;
	}
	.newsdvlistext{
		width: 100%;
	}
	.newsdvlistext p{
		line-height: 25px;
		height: 50px;
	}
	.newsdvlistext h1{
		font-size: 16px ;
	}
	.cplbleft{
		display: none;
	}
	.cplb{
		width: 95%;
	}
	.cplbright{
		width: 100%;
	}
	.cpnav{
		height: auto;
	}
	.cpnav ul{
		width: 100%;
	}
	.cpnav ul li{
		margin-left: 0;
	}
	.cplbright .syproductlist ul li{
		width: 48%;
	}
	.shownav1{
		display: none;
	}
	.xq{
		width: 95%;
	}
	.showproimg{
		display: block;
	}
	.chanpinimgleft{
		width: 100%;
	}
	.xqlist{
		display: none;
	}
	.xwalls{
		padding-top: 10px;
	}
	.chanpinimgright{
		width: 100%;
		margin-top: 15px;
	}
	.chanpinimgright h2{
		font-size: 20px;
		line-height: 60px;
	}
	.chanpinimgright h3{
		font-size: 18px;
	}
	.chanpinimgright section a{
		margin-top: 0;
	}
	.chanpinimgright section a img{
		width: 30px;
	}
	.gewha{
		height: 40px;
		line-height: 40px;
	}
	.cpxqing .cpxqingbt span{
		font-size: 16px;
		width: 50%;
		height: 40px;
		line-height: 40px;
	}
	.cpxqingdv{
		margin-top: 15px;
	}
	.cpxqingdv{
		padding: 5%;
	}
	.chanpinimgright h3{
		font-size: 16px;
	}
	.cpxqing .syproductlist{
		width: 100%;
	}

	.nrbanner .btext section{
		width: 95%;
	}
	.nrbanner .btext h2{
		font-size: 24px;
		text-align: center;
	}
	.bannersasg .swiper-slide>div section{
		width: 95%;
	}
	.bannersasg .swiper-slide section div{
		width: 100%;
	}
	.bannersasg .swiper-slide section h3{
		font-size: 24px;
		line-height: 35px;
	}
	.bannersasg .swiper-slide section h4{
		font-size: 14px;
		line-height: 30px;
	}
	.bannersasg .swiper-slide section a{
		display: none;
	}
	.bannersasg .swiper-slide {
		overflow: hidden;
	}
	.bannersasg .swiper-slide img{
		width: 150%;
		margin-left: -25%;
		max-width: inherit;
	}
	.nrbanner {
		overflow: hidden;
	}
	.nrbanner img{
		width: 150%;
		margin-left: -25%;
	}




	.mfoot {
		height: 45px;
		display: block;
	}

	.mfootdv {
		display: flex;
		width: 100%;
		height: 45px;
		line-height: 45px;
		justify-content: space-between;
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		background-color: #aa075a;
	}

	.mfootdv li {
		width: 100%;
		border-right: 1px solid #8d0048;
	}

	.mfootdv li a {
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
	.sjnav {
		position: relative;
		display: block;
	}

	.msgNum {
		display: none;
	}

	.slider {
		margin-top: 44px;
	}

	.head {
		display: none
	}

	.m_img {
		display: block;
		height: 44px;
		background: #fff;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 9999;
		overflow: hidden;
	}

	.m_img .headlf {
		padding-top: 2px;
		padding-left: 10px;
		float: left;
		line-height: 40px;
		font-size: 17px;
		font-weight: bold;
	}

	.m_img .headlf .m_logo {
		height: 40px;
		display: block
	}

	.m_img .headrg {
		padding-right: 5%;
		padding-top: 14px;
		float: right;
	}

	.m_img .headrg a .m_menuimg {
		height: 16px;
		vertical-align: top;
		display: block
	}

	.m_nav {
		display: block;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 0px;
		height: 0px;
		overflow: hidden;
		z-index: 10000
	}

	.m_nav .closecover {
		position: absolute;
		width: 100%;
		height: 100%;
		background: #0b0d19;
		filter: alpha(opacity=0);
		opacity: 0;
		left: 0px;
		top: 0px;
		z-index: 1
	}

	.m_nav .closeicon {
		position: absolute;
		width: 20%;
		left: 0px;
		top: 5%;
		z-index: 100;
		text-align: center;
		filter: alpha(opacity=0);
		opacity: 0
	}

	.m_nav .m_navList {
		position: absolute;
		width: 80%;
		right: 0px;
		top: 0px;
		background: #0b0d19;
		height: 100%;
		z-index: 100;
		right: -80%;
		overflow-y: scroll;
	}

	.m_nav .m_navList ul {
		padding-left: 5%;
		padding-right: 5%
	}

	.m_nav .m_navList ul li {
		border-bottom: 1px solid #232530
	}

	.m_nav .m_navList ul li a {
		display: block;
		height: 45px;
		color: #fff;
		line-height: 45px;
		padding-left: 5%;
		font-size: 16px
	}

	.m_nav .m_navList ul li .m_f_a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%
	}

	.m_nav .m_navList ul li .m_f_a a {
		flex: 1;
	}

	.m_nav .m_navList ul li .m_f_a i {
		width: 40px;
		height: 35px;
		box-sizing: border-box;
		padding: 0 5px;
		display: block;
	}

	.icon {
		background: url(../images/plus.png) 100% no-repeat;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}

	.icon_on {
		background: url(../images/reduce.jpg) 50% no-repeat !important;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}

	.m_nav .m_navList ul li .m_s_nav {
		display: none;
		width: 100%;
	}

	.m_nav .m_navList ul li .m_s_nav a {
		display: block;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding-left: 10%;
		overflow: hidden;
		white-space: nowrap;
		width: 90%;
		text-overflow: ellipsis;
	}
	.mobile-inner {
	    width: 100%;
	    margin-right: auto;
	    margin-left: auto;
	    position: relative;
	    height: 50px;
	}
	.cpnav,.mbx{
		margin-bottom: 15px;
	}
	.lxababout a {
	    display: flex;
	    justify-content: center;
	    width: 28rem;
	    height: 45px;
	    background-color: #aa075a;
	    align-items: center;
	    color: #fff;
	    font-family: "Montserrat_Light";
	    font-size: 14px;
	    margin-top: 35px;
	}
	.pagination li a{
		padding: 6px 10px;
	}
	.x9,.x3{
		width: 100%;
	}
	.sidebar-l{
		margin-right: 0;
	}
	.article .post h1{
		font-size: 18px;
	}
	.title-l h2{
		font-size: 20px;
	}
	.lxababout a{
		height: 35px;
		line-height: 35px;
	}
	.zxlydv form button{
		width: 100px;
		line-height: 38px;
		height: 38px;
	}
	.sjnav{
		border-top: 15px solid #f5f5f5;
	}
	.bannersasg .swiper-slide section h3{
		font-size: 17px;
	}
	.bannersasg .swiper-slide section h4{
		font-size: 12px;
	}
	    .bannersasg .swiper-slide section div {
        width: 55%;
    }
    .maoyileft #btn1 iconpark-icon, .maoyileft #btn2 iconpark-icon{
    	    font-size: 20px;

    }
    .chanpinimgleft #gallery2 .swiper-button-next, .chanpinimgleft #gallery2 .swiper-button-prev{
    	top: inherit;
    	bottom: 45px;
    }
    .chanpinimgleft #gallery2 {
	    padding-bottom: 120px;
	}
	.maoyileft #thumbs2 {
	    width: 80%;
	    margin-top: -135px;
	}
	.cpnav{
		display: none;
	}
}