*{

   margin: 0;

   padding: 0;

   border: 0;

}

html,body{

	font-family: Arial;

}

.clearfix::before,

.clearfix::after{

    content: "";

    height: 0;

    line-height: 0;

    display: block;

    visibility: hidden;

    clear: both;

}

a{

	text-decoration: none;

}

li{

	list-style: none;

}

div,a,ul,li,p,span,input,textarea{

    box-sizing: border-box;

    outline: none;

}

.ellipsis{

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

}

.abox{

	display: block;

	width: 100%;

	height: 100%;

}

.info{

    width: 1200px;

    height: 100%;

    margin: auto;

}

.home{

    width: 100%;

    height: 100%;

}



/*颜色类  主色调*/

.color-CE1E30{

	color: #CE1E30;

}

.color-1D5AB7{

	color: #1D5AB7;

}

.color-000{

	color: #000000;

}

.color-666{

	color: #666666;

}

.color-999{

	color: #999999;

}



/*头部*/

.myHeader{

	width: 100%;

	height: 90px;

	background-color: #1d5ab7;

	position: sticky;

	z-index: 10;

	top: 0;

}

.myHeader-info{

	width: 1420px;

	height: 100%;

	background-color: #fff;

	margin: auto;

}



.myHeader-logo{

	float: left;

	height: 100%;

	display: flex;

	align-items: center;

	padding-left: 33px;

}

.myHeader-logo-name{

	padding-left: 12px;

	line-height: 19px;

}

.myHeader-logo-name P:nth-of-type(1){

	font-size: 18px;

	font-weight: bold;

	letter-spacing: 1px;

}

.myHeader-logo-name P:nth-of-type(2){

	font-size: 12px;

	letter-spacing: 1px;

}

.myHeader-lang{

	float: right;

	width: 180px;

	height: 40px;

	border-left: 1px solid #e6e6e6;

	position: relative;

	top: 50%;

	transform: translateY(-50%);

	-ms-transform: translateY(-50%);

	overflow: hidden;

}

.myHeader-lang-box{

	width: 100%;

	height: auto;

	background-color: #fff;

}

.myHeader-lang-box p{

	line-height: 40px;

	text-align: center;

}

.myHeader-lang-box p:nth-of-type(1){

	display: flex;

	display: -ms-flexbox;

	align-items: center;

	justify-content: center;

}

.myHeader-lang-box p:nth-of-type(1) span:nth-of-type(1){

	margin: 0px 10px;

}

.myHeader-lang-box p:nth-of-type(1) img:nth-of-type(2){

	cursor: pointer;

}

.myHeader-lang-box p a{

	color: #000000;

}

.myHeader-nav{

	float: right;

	height: 100%;

}

.myHeader-nav ul{

	height: 100%;

}

.myHeader-nav ul li{

	height: 100%;

	float: left;

	margin: 0px 15px;

	position: relative;

}

.myHeader-nav ul li:before{

	position: absolute;

	content: "";

	width: 0px;

	height: 3px;

	background-color: #1D5AB7;

	bottom: 0;

	left: 50%;

	transition: .5s;

	transform: translateX(-50%);

}

.myHeader-nav ul li:hover:before{

	width: 100%;

}

.myHeader-nav ul li:hover a{

	color: #1D5AB7;

}

.myHeader-nav ul li a{

	height: 100%;

	padding: 0px 30px;

	display: flex;

	display: -ms-flexbox;

	align-items: center;

	justify-content: center;

	color: #000000;

}



.myHeader-nav ul>.navLi:before{

	position: absolute;

	content: "";

	width: 100%;

	height: 3px;

	background-color: #1D5AB7;

	bottom: 0;

	left: 50%;

	transition: .5s;

	transform: translateX(-50%);

}

.myHeader-nav ul .navLi a{

	color: #1D5AB7;

}



/*banner*/

.myBanner{

	width: 100%;

	height: auto;

	position: relative;

	z-index: 5;

}

.swiper-home .swiper-slide{

	width: 100%;

	height: auto;

	overflow: hidden;

}

.swiper-home .swiper-slide img{

	width: 100%;

	height: auto;

	display: block;

}

.myBanner-switch{

	width: 184px;

	height: 48px;

	position: absolute;

	z-index: 10;

	display: flex;

	align-items: center;

	justify-content: space-between;

	right: 18%;

	bottom: 16.6666%;

}

.swiper-pause{

	width: 48px;

	height: 48px;

	border: 3px solid #FFFFFF;

	border-radius: 50%;

	cursor: pointer;

	display: flex;

	display: -ms-flexbox;

	align-items: center;

	justify-content: center;

	-moz-user-select: none;

	-moz-user-select: none;

	-webkit-user-select: none;

}

.swiper-pause img{

	display: block;

}

.home-next{

	width: 48px;

	height: 48px;

	position: static;

	margin-top: 0px;

	border-radius: 50%;

	background: url(../img/banner-right.png) no-repeat center;

	background-color: #fff;

}

.home-prev{

	width: 48px;

	height: 48px;

	position: static;

	margin-top: 0px;

	background: url(../img/banner-left.png) no-repeat center;

	background-color: #fff;

	border-radius: 50%;

}

.myBanner-number{

	width: 184px;

	height: 48px;

	position: absolute;

	z-index: 10;

	right: 18%;

	bottom: 8.3333%;

	display: flex;

	align-items: center;

	justify-content: flex-end;

	padding-top: 35px;

}

.myBanner-number .swiper-pagination{

	position: static;

	width: auto;

}

.myBanner-number>span:nth-of-type(1){

	width: 30px;

	height: 2px;

	background-color: #fff;

	display: block;

	margin-right: 15px;

}

.myBanner-number>span:nth-of-type(2){

	font-size: 26px;

	color: #FFFFFF;

	letter-spacing: 1px;

}

.myBanner-number>span:nth-of-type(2)>span{

	font-size: 16px;

	color: #fff;

	margin-top: 5px;

	letter-spacing: 1px;

}



/*中间*/

.myCenter{

	width: 100%;

	height: auto;

}



/*首页产品*/

.myProduct{

	width: 100%;

	height: 660px;

	background: url(../img/bg1.png) no-repeat center;

	overflow: hidden;

}

.myProduct-con{

	width: 100%;

	height: auto;

}

.myProduct-title{

	height: auto;

	width: 100%;

	overflow: hidden;

	padding-right: 200px;

}

.myProduct-title p:nth-of-type(1){

	position: relative;

	margin-top: 68px;

	text-align: center;

}

.myProduct-title p:nth-of-type(1)>span:nth-of-type(1){

	font-size: 150px;

	color: #999;

	position: absolute;

	top: -16px;

	left: 120px;

}

.myProduct-title p:nth-of-type(1)>span:nth-of-type(2){

	font-size: 33px;

	color: #666;

	font-weight: bold;

}

.myProduct-title p:nth-of-type(1)>span:nth-of-type(3){

	font-size: 33px;

	color: #ce1e30;

	font-weight: bolder;

}

.myProduct-title p:nth-of-type(1)>span:nth-of-type(4){

	font-size: 32px;

	color: rgba(0,0,0,0.15);

}

.myProduct-title p:nth-of-type(2){

	position: relative;

	text-align: center;

	margin-top: 15px;

	padding-bottom: 56px;

}

.myProduct-title p:nth-of-type(2)>span:nth-of-type(1){

	font-size: 28px;

	color: #666;

	padding-left: 150px;

}

.myProduct-title p:nth-of-type(2)>span:nth-of-type(2){

	font-size: 150px;

	color: #999;

	position: absolute;

	top: -16px;

}

.myProduct-ico{

	width: 100%;

	height: 40px;

	border-top: 1px solid #cdcdcd;

	position: relative;

}

.myProduct-ico img{

	display: block;

	margin: auto;

}

.myProduct-list{

	width: 100%;

	height: auto;

	padding-top: 30px;

}

.swiper-product .swiper-slide{

	height: 280px;

	background-color: #FFFFFF;

	position: relative;

	overflow: hidden;

}

.swiper-product .swiper-slide img{

	display: block;

	width: 100%;

	transition: .5s;

}

.swiper-product .swiper-slide img:hover{

	transform: scale(1.3);

}

.swiper-product-name{

	width: 100%;

	height: auto;

	line-height: 60px;

	text-align: center;

	font-size: 16px;

	color: #fff;

	position: absolute;

	z-index: 1;

	bottom: 0;

	left: 0;

	background-color: rgba(0,0,0,0.5);

}



/*首页广告*/

.myAdver{

	width: 100%;

	height: auto;

	overflow: hidden;

}

.myAdver img{

	display: block;

	width: 100%;

}

/*首页关于我们*/

.myAbout{

	width: 100%;

	height: auto;

	overflow: hidden;

	position: relative;

	padding-top: 14px;

	margin-top: 20px;

	background-color: #FFFFFF;

}

.myAbout-one{

	width: 100%;

	height: auto;

}

.myAbout-one-con{

	width: 100%;

	height: auto;

}

.myAbout-one-left{

	float: left;

	width: 50%;

}

.myAbout-one-left img{

	display: block;

	width: 100%;

}

.myAbout-one-right{

	width: 50%;

	height: auto;

	float: right;

	padding: 80px 64px 0px 76px;

}

.myAbout-one-right p:nth-of-type(1){

	font-size: 22px;

	color: #000;

	line-height:30px;

}

.myAbout-one-right p:nth-of-type(2){

	font-size: 14px;

	color: #666;

	line-height: 22px;

}

.myAbout-two{

	width: 100%;

	height: auto;

	background-color: #f4f4f4;

	padding-bottom: 2px;

}

.myAbout-two-left{

	width: 50%;

	height: auto;

	float: left;

	background-color: #fff;

	padding: 80px 64px 70px 76px;

}

.myAbout-two-left p:nth-of-type(1){

	font-size: 22px;

	color: #000;

	line-height: 30px;

}

.myAbout-two-left p:nth-of-type(2){

	font-size: 14px;

	color: #666;

	line-height: 22px;

}

.myAbout-two-right{

	width: 50%;

	height: 360px;

	float: right;

	display: flex;

	display: -ms-flexbox;

	align-items: center;

	justify-content: center;

}

.myAbout-two-right img{

	display: block;

}

.myAbout-myname{

	position: absolute;

	z-index: 1;

	width: 220px;

	height: 140px;

	background-color: #fff;

	margin: auto;

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

	transition:all .3s;

}

.myAbout-myname a{

	display: flex;

	display: -ms-flexbox;

	flex-direction: column;

	align-items: center;

	justify-content: center;

}

.myAbout-myname p:nth-of-type(1){

	font-size: 23px;

	font-weight: bold;

}

.myAbout-myname p:nth-of-type(1) span:nth-of-type(1){

	color: #CE1E30;

	transition:all .3s;

}

.myAbout-myname p:nth-of-type(1) span:nth-of-type(2){

	color: #000;

	transition:all .3s;

}

.myAbout-myname p:nth-of-type(2){

	font-size: 22px;

	color: #666;

	transition:all .3s;

}

.myAbout-myname:hover{

	background-color: #1D5AB7;

}

.myAbout-myname:hover p:nth-of-type(1) span:nth-of-type(1){

	color: #fff;

}

.myAbout-myname:hover p:nth-of-type(1) span:nth-of-type(2){

	color: #fff;

}

.myAbout-myname:hover p:nth-of-type(2){

	color: #fff;

}



/*首页新闻*/

.myNews{

	width: 100%;

	height: auto;

	overflow: hidden;

}

.myNews-con{

	width: 100%;

	height: auto;

	overflow: hidden;

	padding: 36px 0 86px 0;

}

.myNews-title{

	width: 100%;

	height: auto;

	line-height: 50px;

	display: flex;

	align-items: center;

	justify-content: space-between;

	border-bottom: 1px solid #E6E6E6;

}

.myNews-title-left{

	font-size: 22px;

	font-weight: bold;

}

.myNews-title-left span:nth-of-type(3){

	font-weight: 100;

}

.myNews-title-right a{

	font-size: 14px;

}

.myNews-content{

	width: 100%;

	height: auto;

	margin-top: 32px;

	display: flex;

	display: -ms-flexbox;

}

.myNews-content-left{

	width: 290px;

	height: auto;

	float: left;

}

.myNews-content-left-img{

	width: 100%;

	overflow: hidden;

}

.myNews-content-left-img img{

	display: block;

	width: 100%;

}

.myNews-content-left-text{

	width: 100%;

	height: auto;

	background-color: #1D5AB7;

	color: #FFFFFF;

	padding: 25px 20px 0 20px;

}

.myNews-content-left-text p:nth-of-type(1){

	font-size: 20px;

	line-height: 26px;

	display:-webkit-box;

	-webkit-box-orient:vertical;

	-webkit-line-clamp:2;

	overflow:hidden;

}

.myNews-content-left-text p:nth-of-type(2){

	font-size: 12px;

	line-height: 63px;

}

.myNews-content-center{

	width: 290px;

	height: auto;

	float: left;

	margin-left: 10px;

}

.myNews-content-center .myNews-content-left-text{

	background-color: #f6f6f6;

	color: #000000;

}

.myNews-content-center .myNews-content-left-text p:nth-of-type(2){

	color: #808080;

}

.myNews-content-right{

	flex: 1;

	height: auto;

	margin-left: 18px;

}

.myNews-content-right-list{

	width: 100%;

	height: 100px;

	background-color: #F6F6F6;

	margin-top: 15px;

	padding: 20px 0;

}

.myNews-content-right-list a{

	display: flex;

	display: -ms-flexbox;

}

.myNews-content-right-list:nth-of-type(1){

	margin-top: 0;

}

.myNews-content-right-list-time{

	width: 146px;

	height: 100%;

	padding: 0px 30px;

	text-align: right;

	border-right: 1px solid #ccc;

	color: #808080;

}

.myNews-content-right-list-time p:nth-of-type(1){

	

}

.myNews-content-right-list-time p:nth-of-type(2){

	font-size: 32px;

	margin-top: 5px;

}

.myNews-content-right-list-text{

	flex: 1;

	padding: 0px 26px;

	line-height: 22px;

}

.myNews-content-right-list-text p:nth-of-type(1){

	font-size: 16px;

	color: #000000;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

}

.myNews-content-right-list-text p:nth-of-type(2){

	text-indent: 1em;

	font-size: 14px;

	color: #666;

	display:-webkit-box;

	-webkit-box-orient:vertical;

	-webkit-line-clamp:2;

	overflow:hidden;

}



.myNews-content-right-list:hover .myNews-content-right-list-text p:nth-of-type(1){

	color: #1D5AB7;

}



/*底部*/

.myFooter{

	width: 100%;

	height: auto;

	background-color: #323232;

}

.myFooter-con{

	width: 100%;

	height: auto;

}

.myFooter-nav{

	width: 100%;

	height: 72px;

	border-bottom: 1px solid #5b5b5b;

}

.myFooter-nav ul{

	width: 100%;

	height: 100%;

	display: flex;

	display: -ms-flexbox;

	align-items: center;

	justify-content: center;

}

.myFooter-nav ul li{

	margin: 0px 66px;

}

.myFooter-nav ul li a{

	display: flex;

	display: -ms-flexbox;

	align-items: center;

	justify-content: center;

	color: #FFFFFF;

}

.myFooter-nav ul li a img{

	margin-right: 9px;

}

.myFooter-content{

	width: 100%;

	height: auto;

	display: flex;

	display: -ms-flexbox;

	justify-content: space-between;

	padding: 30px 0;

}

.myFooter-content>img{

	display: none;

}

.myFooter-name-box{

	display: flex;

	align-items: center;

}

.myFooter-name-box span{

	display: block;

	color: #FFFFFF;

}

.myFooter-name-box span img{

	display: block;

	margin-right: 15px;

}

.myFooter-name-box span:nth-of-type(2) p:nth-of-type(1){

	font-size: 18px;

	letter-spacing: 1px;

}

.myFooter-name-box span:nth-of-type(2) p:nth-of-type(2){

	font-size: 12px;

	letter-spacing: 1px;

}

.myFooter-name>p{

	color: #FFFFFF;

	font-size: 14px;

	margin-top: 18px;

}





/*产品页面*/

.otherBanner{

	width: 100%;

	height: auto;

}

.otherBanner img{

	display: block;

	width: 100%;

}



.produce{

	width: 100%;

	height: auto;

}

.produce-con{

	width: 1310px;

	height: auto;

	margin: auto;

	padding: 44px 0px;

}

.produce-left{

	width: 280px;

	float: left;

}

.produce-right{

	width: 986px;

	float: right;

}

.produce-left-title{

	width: 100%;

	height: 65px;

	background-color: #efefef;

	border-left: 3px solid #1D5AB7;

	font-size: 25px;

	color: #000;

	font-weight: bold;

	display: flex;

	display: -ms-flexbox;

	align-items: center;

}

.produce-left-title img{

	margin: 0px 20px;

}

.produce-left-nav{

	width: 100%;

	height: auto;

}

.produce-left-nav>ul{

	width: 100%;

}

.produce-left-nav>ul>li{

	width: 100%;

	height: auto;

}

.produce-left-nav>ul>li>a{

	display: block;

	width: 100%;

	height: 45px;

	border-bottom: 1px dotted #ccc;

	display: flex;

	display: -ms-flexbox;

	align-items: center;

	font-size: 12px;

	color: #666;

	background: url(../img/pro-right1.png) no-repeat left center;

	background-position-x: 10px;

	padding-left: 30px;

}

.produce-left-nav>ul>li>a:hover{

	color: #1D5AB7;

	background: url(../img/pro-right2.png) no-repeat left center;

	background-position-x:10px;

}

.produce-left-nav>ul>li>.proLiA{

	color: #1D5AB7;

	background: url(../img/pro-right2.png) no-repeat left center;

	background-position-x: 34px;

}

.produce-left-nav>ul>li>ul{

	padding: 20px 0;

	border-bottom: 1px dotted #ccc;

	display: none;

}

.produce-left-nav>ul>li>ul>li{

	width: 100%;

	line-height: 35px;

	padding-left: 77px;

}

.produce-left-nav>ul>li>ul>li>a{

	font-size: 14px;

	color: #666;

}

.produce-left-nav>ul>li>ul>li>a:hover{

	color: #1D5AB7;

}

.produce-right-title{

	width: 100%;

	height: auto;

	line-height: 65px;

	display: flex;

	display: -ms-flexbox;

	align-items: center;

}

.produce-right-title span:nth-of-type(1){

	color: #666;

	font-size: 14px;

	margin-right: 10px;

}

.produce-right-title span:nth-of-type(2){

	display: block;

	flex: 1;

	height: 1px;

	background-color: #efefef;

}

.produce-right-content{

	width: 100%;

}

.produce-list{

	width: 100%;

	height: auto;

}

.produce-item{

	border: 1px solid #e6e6e6;

	width: 280px;

	height: auto;

	float: left;

	margin-left: 73px;

	margin-bottom: 30px;

	overflow: hidden;

}

.produce-item:nth-of-type(3n-2){

	margin-left: 0px;

}

.produce-item div{

	width: 100%;

	height: auto;

	overflow: hidden;

}

.produce-item img{

	display: block;

	width: 100%;

	transition: .5s;

}

.produce-item p{

	font-size: 18px;

	color: #000;

	text-align: center;

	line-height: 26px;

}

.produce-item span{

	display: block;

	width: 90%;

	line-height: 67px;

	text-align: center;

	color: #1D5AB7;

	font-size: 14px;

	border-top: 1px solid #E6E6E6;

	margin: 24px auto 0px;

}

.produce-item:hover img{

	transform: scale(1.2);

	-ms-transform: scale(1.2);

}

.produce-right-page{

	width: 100%;

	height: auto;

	display: flex;

	display: -ms-flexbox;

	align-items: center;

	justify-content: center;

}

.produce-right-page a{

	display: block;

	width: 40px;

	height: 40px;

	display: flex;

	display: -ms-flexbox;

	align-items: center;

	justify-content: center;

	color: #000000;

	margin: 20px 10px;

	transition: all .3;

}

.produce-right-page .pageA{

	background-color: #1D5AB7;

	color: #FFFFFF;

}

/*.produce-right-page a:hover{

	background-color: #1D5AB7;

	color: #FFFFFF;

}*/



/*公司简介*/

.about-nav{

	width: 100%;

	height: auto;

}

.about-nav ul{

	width: 100%;

	padding: 10px 0;

}

.about-nav ul li{

	width: 100%;

	line-height: 50px;

	border-bottom: 1px dotted #ccc;

}

.about-nav ul li a{

	color: #000000;

	background: url(../img/pro-right1.png) no-repeat left center;

	background-position-x: 34px;

	padding-left: 77px;

}

.about-nav ul li .aboutLi{

	color: #1D5AB7;

	font-weight: bold;

	background: url(../img/pro-right2.png) no-repeat left center;

	background-position-x: 34px;

}

.about{

	width: 100%;

	height: auto;

}

.about h2{

	text-align: center;

	margin-bottom: 10px;

}

.about p{

	line-height: 32px;

	font-size: 14px;

	text-indent: 2em;

}



/*荣誉资质*/

.honor{

	width: 100%;

	height: auto;

}

.honor .produce-item img{

	width: 60%;

}

.honor .produce-item div{

	display: flex;

	display: -ms-flexbox;

	align-items: center;

	justify-content: center;

	padding: 10px;

}



/*厂房环境*/

.plant{

	width: 100%;

	height: auto;

}

.plant img{

	display: block;

	width: 80%;

	margin: auto;

}

.plant .produce-item div{

	padding: 10px;

}

.plant .produce-item span{

	margin: 10px auto 0;

	line-height: 60px;

}



/*新闻中心*/

.news{

	width: 100%;

	height: auto;

}

.news-con{

	width: 1200px;

	height: auto;

	margin: auto;

	padding: 20px 10px;

}

.news-list{

	width: 100%;

	height: auto;

}

.news-list ul li{

	display: flex;

	display: -ms-flexbox;

	align-items: center;

	justify-content: space-between;

	line-height: 32px;

	background: url(../img/npro.jpg) no-repeat left center;

	padding-left: 20px;

	border-bottom: dashed 1px #999;

	margin-top: 10px;

}

.news-list ul li a{

	color: #000;

}

.news-list ul li a:hover{

	color: #1D5AB7;

}

.newsd-text{

	width: 100%;

	height: auto;

}

.newsd-text h2{

	text-align: center;

	line-height: 40px;

}

.newsd-text p{

	text-indent: 2em;

	line-height: 26px;

	color: #666;

}

.newsd-text img{

	display: block;

	width: 50%;

	margin: 20px auto;

}

.newsd-page{

	width: 100%;

	height: auto;

	margin: 40px 0 20px 0;

	border-top: 1px solid #ccc;

	padding: 10px 0;

}

.newsd-page p{

	font-size: 15px;

	line-height: 26px;

}

.newsd-page p a{

	color: #666;

	transition: all .3s;

}

.newsd-page p a:hover{

	color: #1D5AB7;

	text-decoration: underline;

}

.produced-bigImg{

	width: 100%;

	height: auto;

}

.produced-bigImg img{

	display: block;

	width: 40%;

	height: auto;

	margin: auto;

}

.produced-bigImg p{

	text-align: center;

	color: #1D5AB7;

}

.produced-jscs,

.produced-cct,

.produced-dzyb{

	width: 100%;

	height: auto;

	margin-top: 20px;

	text-align: center;

}

.produced-jscs,

.produced-cct,

.produced-dzyb{

	padding: 20px;

/*	border: 1px solid #ccc;*/

	color: #666;

	font-size: 14px;

}



/*联系我们*/

.contact{

	width: 100%;

	height: auto;

}

.contact-con{

	width: 100%;

	height: auto;

	overflow: hidden;

}

.contact-text{

	padding: 30px 0;

}

.contact-text h2{

	margin-bottom: 10px;

}

.contact-text p{

	font-size: 16px;

	color: #666;

	line-height: 26px;

}

.contact-text p a{

	color: #000000;

}

.contact-text p a:hover{

	color: #007AFF;

}

.contact-map{

	width: 100%;

	height: auto;

	margin-bottom: 30px;

}





.phone-btn,

.phone-nav{

	display: none;

}



/*响应式*/

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

	.myHeader-info{

		width: 100%;

	}

}

@media only screen and (max-width: 1200px) {
	.info{

		width: 100%;

	}

	.myHeader-logo{
		padding-left: 10px;
	}
	.myHeader-logo img{
	 width: 50px;
	}

	.myHeader-nav{
		display: none;
	}

	.myHeader-lang{
		display: none;
	}

	.myBanner-switch{

		display: none;

	}

	.myBanner-number{

		display: none;

	}

	.myCenter{

		padding: 0px 5px;

	}

	

	.phone-btn{

		/*width: 70px;*/

		height: 100%;

		float: right;

		display: flex;

		justify-content: center;

		align-items: center;

	}

	.phone-btn-ico{

		width: 50px;

		height: 50px;

		background: url(../img/phone-nav.png) no-repeat center;

		cursor: pointer;

		position: relative;

		z-index: 9999999;

		transition: .3s;

	}

	.phone-nav{

		width: 100%;

		height: 100%;

		position: fixed;

		background: rgba(0,0,0,0.8);

		z-index: 9999998;

		display: none;

		top: 0px;

		left: 0;

	}

	.phone-ul{

		width: 100%;

		padding-top: 100px;

	}

	.phone-ul>li{

		border-bottom: 1px solid #ccc;

	}

	.phone-ul>li>a{

		display: block;

		width: 100%;

		color: #fff;

		padding: 20px 20px;

	}

	.phone-ul>li>ul{

		display: none;

	}

	.phone-ul>li>ul>li>a{

		display: block;

		width: 100%;

		color: #fff;

		padding: 10px 20px;

		font-size: 12px;

	}

	

	.myProduct{

		background-size: cover;

		height: auto;

		padding-bottom: 30px;

	}

	.myProduct-title{

		padding: 0;

	}

	.myProduct-title p:nth-of-type(1)>span:nth-of-type(1),

	.myProduct-title p:nth-of-type(2)>span:nth-of-type(2){

		display: none;

	}

	.myProduct-title p:nth-of-type(2)>span:nth-of-type(1){

		padding-left: 0;

	}

	.swiper-product .swiper-slide{

		height: auto;

	}

	.swiper-product-name{

		line-height: 26px;

		position: static;

	}

	.swiper-product-name p{

		overflow: hidden;

		text-overflow: ellipsis;

		white-space: nowrap;

		padding: 10px;

	}

	.myAbout-one{

		

	}

	.myAbout-two-right img{

		width: 60%;

	}

	.myAbout-one-left,

	.myAbout-one-right,

	.myAbout-two-left,

	.myAbout-two-right{

		width: 100%;

		height: auto;

		float: none;

	}

	.myAbout-one-right,

	.myAbout-two-left{

		padding: 10px;

	}

	.myAbout-one-right p:nth-of-type(1),

	.myAbout-two-left p:nth-of-type(1){

		line-height: 32px;

	}

	.myAbout-two-right{

		padding: 20px 0;

	}

	.myAbout-myname{

		display: none;

	}

	.myNews-content{

		display: block;

	}

	.myNews-content-left,

	.myNews-content-center,

	.myNews-content-right{

		width: 100%;

		height: auto;

		float: none;

		margin-left: 0px;

		margin-bottom: 10px;

	}

	.myNews-content-right-list-time{

		/*padding: 0px 20px;*/	

		text-align: center;

	}

	.myNews-content-right-list-text{

		padding: 0px 20px;

		overflow: hidden;

		text-overflow: ellipsis;

		white-space: nowrap;

	}

	.myNews-content-right-list-text p:nth-of-type(2){

		overflow: hidden;

		text-overflow: ellipsis;

		white-space: nowrap;

		display: inline;

	}

	

	.myFooter-nav{

		display: none;

	}

	.myFooter-content{

		display: block;

	}

	.myFooter-name-box{

		justify-content: center;

	}

	.myFooter-name>p{

		text-align: center;

	}

	.myFooter-ewm {

		display: none;

	}

	.myFooter-content>img{

		display: block;

		margin: auto;

	}

	

	.produce-con{

		width: 100%;

		padding: 20px 0;

	}

	.produce-left,

	.produce-right{

		float: none;

		width: 100%;

	}

	.produce-item{

		width: 48%;

		margin-left: 0;

		margin-bottom: 10px;

	}

	.produce-item:nth-of-type(2n){

		float: right;

	}

	.produce-item span{

		line-height: 26px;

	}

	

	.news-con{

		width: 100%;

	}

	.news-list ul li a{

		display: block;

		flex: 1;

		overflow: hidden;

		text-overflow: ellipsis;

		white-space: nowrap;

		padding-right: 20px;

	}

	
}