*{
   margin: 0;
   padding: 0;
   border: 0;
}
html,body{
	font-size: 16px;
	font-family: "microsoft yahei";
}
.clearfix::before,
.clearfix::after{
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
a{
	text-decoration: none;
	color: #666;
}
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;
}
.a-box{
	display: block;
	width: 100%;
	height: 100%;
}
.info{
    width: 1200px;
    height: 100%;
    margin: auto;
}
.home{
    width: 100%;
    height: 100%;
}


/*come on*/

/*头部*/
.myheader{
	width: 100%;
	height: auto;
}
.myheader-con{
	width: 100%;
	height: 80px;
}
.myLogo{
	width: 127px;
	height: 80px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	float: left;
}
.myLogo img{
	display: block;
	width: 100%;
}
.myNav{
	float: left;
	height: 100%;
	padding-left: 50px;
}
.homeul{
	height: 100%;
}
.homeul>li{
	width: 140px;
	float: left;
	height: 100%;
	position: relative;
}
.homeul>li>a{
	width: 65%;
	margin: auto;
	position: relative;
	color: #000;
	line-height: 80px;
	transition: .5s;
	text-align: center;
}
.homeul>li>a::before{
	content: "";
	position: absolute;
	width: 0%;
	height: 2px;
	background-color: #E60012;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: .8s;
}

.homeul>li:hover>a{
	color: #e60012;
}
.homeul>li:hover>a::before{
	width: 100%;
}
.homeul-t{
	position: absolute;
	width: 100%;
	height: auto;
	top: 80px;
	background-color: #fff;
	z-index: 200;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	padding: 0px 10px;
	display: none;
}
.homeul-t>li{
	border-bottom: dashed 1px #e5e5e5;
}
.homeul-t>li>a{
	display: block;
	width: 100%;
	line-height: 48px;
	text-align: center;
}
.homeul-t>li:hover>a{
	color: #E60012;
}

.myLang{
	height: 100%;
	float: right;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
}
.myLang-box{
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	cursor: pointer;
	position: relative;
}
.myLang-box span{
	margin: 0px 5px;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #666;
}
.myLang-switch{
	width: 100%;
	height: auto;
	position: absolute;
	top: 20px;
	font-size: 12px;
	text-align: center;
	z-index: 200;
	display: none;
}


/*轮播图*/
.myRota{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.html5zoo-img-0{
	display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
}
#html5zoo-1{
    width: 100%!important;
    height: auto !important;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
}
#html5zoo-1 img{
    height: 480px !important;
    /*margin-top: -80px;*/
}
.html5zoo-arrow-left-0{
	z-index: 100;
	display: block !important;
	width: 80px !important;
	height: 80px !important;
	background: url(../img/banner-left.png) no-repeat center !important;
	background-color: rgba(0,0,0,0.5) !important;
	left: 240px !important;
	top: 225px !important;
}
.html5zoo-arrow-right-0{
	z-index: 100;
	display: block !important;
	width: 80px !important;
	height: 80px !important;
	background: url(../img/banner-right.png) no-repeat center !important;
	background-color: rgba(0,0,0,0.5) !important;
	right: 240px !important;
	top: 225px !important;
}

/*中间*/
.myCenter{
	width: 100%;
	height: auto;
}
/*首页关于我们*/
.myAbout{
	width: 100%;
	height: 730px;
	overflow: hidden;
}
.myAbout-con{
	width: 100%;
	height: auto;
}
.myAbout-title{
	width: 100%;
	height: auto;
	text-align: center;
	padding: 35px 0 50px;
}
.myAbout-title p:nth-of-type(1){
	font-size:30px;
	font-family: arial;
	color: #000;
}
.myAbout-title p:nth-of-type(2){
	font-size: 20px;
	color: #666;
	margin-top: 10px;
}
.myAbout-content{
	width: 100%;
	height: auto;
}
.myAbout-left{
	float: left;
	width: 540px;
	height: auto;
}
.myAbout-right{
	float: right;
	width: 540px;
	height: auto;
}
.myAbout-my{
	width: 360px;
	height: 140px;
	display: flex;
	display: -ms-flexbox;
}
.myAbout-my-logo{
	width: 220px;
	height: 100%;
	border: 1px solid #e6e6e6;
	border-right: 0px;
	text-align: center;
}
.myAbout-my-logo>p:nth-of-type(1){
	font-family: "franklin gothic medium";
	font-size: 27px;
	color: #000;
	margin-top: 30px;
}
.myAbout-my-logo>p:nth-of-type(2){
	margin-top: 10px;
}
.myAbout-my-title{
	width: 140px;
	height: 100%;
	background-color: #1C60A1;
	color: #fff;
	text-align: center;
}
.myAbout-my-title>p:nth-of-type(1){
	font-size: 26px;
	font-weight: bold;
	margin-top: 30px;
}
.myAbout-my-title>p:nth-of-type(2){
	font-size: 14px;
	margin-top: 10px;
}
.myAbout-left-title{
	width: 100%;
	height: 68px;
	line-height: 68px;
	font-size: 26px;
	color: #666;
	border-bottom: 1px solid #ccc;
	margin-top: 20px;
}
.myAbout-left-text{
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #666;
	line-height: 26px;
	text-align: justify;
	padding-top: 20px;
}
.more{
	display: block;
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	background-color: #666;
	margin-top: 56px;
}

.myAbout-right-pic1{
	width: 100%;
	height: auto;
	position: relative;
}
.myAbout-right-pic1 img{
	width: 100%;
	display: block;
}
.myAbout-right-pic1-text{
	font-size: 16px;
	color: #666666;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	padding-left: 15px;
	padding-top: 78px;
	line-height: 28px;
}
.myAbout-right-pic2{
	margin-top: 25px;
	width: 100%;
	height: auto;
	position: relative;
}
.myAbout-right-pic2-img{
	float: left;
}
.myAbout-right-pic2-img img{
	display: block;
}
.myAbout-right-pic2-phone{
	height: 100%;
	float: left;
	padding-left: 20px;
	
}
.contact-phone{
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	position: absolute;
	bottom: 0;
}
.contact-phone .p1{
	font-size: 14px;
	color: #000;
}
.contact-phone .p2{
	font-size: 22px;
	color: #000;
	font-weight: bold;
}



/*首页产品中心*/
.myProduct{
	width: 100%;
	height: 580px;
	background: url(../img/pro-bg.png) no-repeat center;
	overflow: hidden;
}
.myProduct-con{
	width: 100%;
	height: auto;
}
.myProduct-title{
	width: 100%;
	height: auto;
	text-align: center;
	color: #fff;
	font-size: 27px;
	padding: 65px 0px 30px;
}
.myProduct-title p:nth-of-type(1){
	font-size: 27px;
}
.myProduct-title p:nth-of-type(2){
	font-size: 26px;
}
.myProduct-content{
	width: 100%;
	height: 290px;
	overflow: hidden;
}
.pro-swiper .swiper-slide{
	width: 220px;
	height: 290px;
	background-color: #fff;
	position: relative;
}
.pro-num{
	width: 100%;
	height: auto;
	overflow: hidden;	
}
.pro-pic{
	width: 100%;
	height: auto;
	padding: 10px;
}
.pro-pic img{
	display: block;
	width: 100%;
}
.pro-name{
	width: 100%;
	height: auto;
	padding: 10px;
	text-align: center;
}
.pro-name p:nth-of-type(1){
	font-size: 24px;
	color: #666;
}
.pro-name p:nth-of-type(2){
	font-size: 20px;
	color: #666;
}
.pro-link{
	position: absolute;
	bottom: 0;
	right: 0;
}
.pro-link img{
	display: block;
}



/*底部*/
.myFooter{
	width: 100%;
	height: 270px;
	background-color: #666;
}
.myFooter-con{
	width: 100%;
	height: auto;
}
.myFooter-1{
	width: 100%;
	height: 178px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
}
.footlogo{
	
}
.footewm{
	margin: 0 50px;
}
.footewm img{
	display: block;
}
.footewm span{
	display: block;
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	background-color: #1c60a1;
}
.footcont{
	color: rgba(255,255,255,0.5);
	font-size: 14px;
}
.footcont p{
	color: rgba(255,255,255,0.5);
	font-size: 14px;
	line-height: 30px;
}
.footcont p span{
	color: rgba(255,255,255,0.5);
	font-size: 14px;
	display: inline-block;
	width: 178px;
}
.footcont p a{
	font-size: 27px;
	color: #fff;
}
.footcont p img{
	margin-right: 10px;
}



.myFooter-2{
	width: 100%;
	height: 92px;
	border-top: 1px solid #858585;
}
.myFooter-nav{
	width: 100%;
}
.myFooter-nav ul{
	display: flex;
	display: -ms-flexbox;
	justify-content: center;
	align-items: center;
	padding: 15px 0;
}
.myFooter-nav ul li{
	color: rgba(255,255,255,0.5);
	font-size: 14px;
	margin: 0px 25px;
}
.myFooter-nav ul li a{
	color: rgba(255,255,255,0.5);
}
.myFooter-nav ul li:nth-of-type(2n){
	font-size: 12px;
}
.myFooter-bq{
	color: rgba(255,255,255,0.5);
	text-align: center;
	font-size: 14px;
}




/*关于我们*/
.about{
	width: 100%;
	height: auto;
	padding: 30px;
}
.about p{
	line-height: 28px;
	font-size: 14px;
	/*text-indent: 2em;*/
}
.about strong{
	font-size: 22px;
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

.about p img{
	width: 100%;
	margin: 30px 0;
}


/*产品中心*/
.myRota-img{
	width: 100%;
	height: auto;
}
.myRota-img img{
	width: 100%;
	display: block;
}
.product{
	width: 100%;
	height: auto;
	background-color: #f5f5f5;
}
.product-title{
	width: 100%;
	height: 50px;
	background: url(../img/proHead-bg.png) no-repeat center;
	margin-top: -50px;
	position: relative;
	z-index: 999;
}
.pro-t-left{
	width: 220px;
	height: 50px;
	float: left;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 22px;
}
.pro-t-right{
	width: 940px;
	height: 50px;
	float: right;
	color: #fff;
	line-height: 50px;
	font-size: 14px;
}
.pro-t-right span{
	margin: 0px 3px;
}
.pro-t-right a{
	color: #fff;
}

.product-left{
	width: 220px;
	height: auto;
	float: left;
	background: url(../img/proNav-bg.png) no-repeat center;
	padding: 20px 0;
	background-size: cover;
	border-bottom: 3px solid #b3dbff;
}
.proul1{
	width: 100%;
	height: auto;
}
.proul1>li{
	width: 100%;
	height: auto;
}
.proul1>li>a{
	height: auto;
	/*text-align: center;*/
	font-size: 14px;
	color: #000;
	background: url(../img/li-1.png) no-repeat left center;
	line-height: 32px;
	background-position-x: 65px;
	padding-left: 80px;
	padding-right: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.proul1>li>a:hover{
	color: #1C60A1;
	font-weight: bold;
	background: url(../img/li-2.png) no-repeat left center;
	background-position-x: 65px;
}
.proul1>.proLi>a{
	color: #1C60A1;
	font-weight: bold;
	background: url(../img/li-2.png) no-repeat left center;
	background-position-x: 65px;
}
.proul1>.proLi>ul{
	
}
.proul2{
	width: 100%;
	height: auto;
	display: none;
}
.proul2>li{
	width: 100%;
	height: auto;
	text-align: center;
}
.proul2>li>a{
	height: auto;
	line-height: 38px;
	font-size: 14px;
	color: #666;
	text-align: center;
	padding-left: 20px;
}
.proul2>li>a:hover{
	color: #1C60A1;
}

.product-right{
	width: 940px;
	height: auto;
	overflow: hidden;
	float: right;
}
.pro{
	width: 100%;
	height: auto;
	padding-top: 56px;
}
.pro ul li{
	float: left;
	width: 220px;
	height: 290px;
	background-color: #fff;
	position: relative;
	margin-left: 20px;
	margin-bottom: 33px;
}
.pro ul li:nth-of-type(4n-3){
	margin-left: 0;
}

.pro-page{
	width: 100%;
	height: auto;
	padding: 45px 0;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
}
.pro-page a{
	display: block;
	width: 42px;
	height: 42px;
	border: 1px solid #9b9b9b;
	border-radius: 50%;
	text-align: center;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
	margin: 0px 7px;
}
.pro-page .pageA{
	background-color: #1C60A1;
	color: #fff;
	border: 1px solid #1C60A1;
}
.pro-page a:hover{
	background-color: #1C60A1;
	color: #fff;
	border: 1px solid #1C60A1;
}

/*产品详情页*/
.product-d{
	width: 100%;
	height: auto;
}
.product-d-pic{
	width: 100%;
	height: auto;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
	padding: 30px;
}
.product-d-pic img{
	width: 50%;
	display: block;
}

.proname{
	text-align: center;
	font-size: 16px;
	letter-spacing: 2px;
}

.product-d-page{
	width: 100%;
	height: auto;
	line-height: 30px;
	color: #666;
	font-size: 14px;
	padding: 30px 0;
}
.product-d-page p a:hover{
	text-decoration: underline;
}

.product-d table{
	text-align: center;
	border-collapse: collapse;
	border-color: #3e3e3e;
	margin: auto;
}

/*厂房设备*/
.equipment{
	width: 100%;
	height: auto;
}
.equipment .product-right{
	width: 100%;
}
.equipment .pro ul li{
	width: 23.6%;
	height: auto;
}
.equipment .pro .pro-name{
	padding: 22px;
}



/*新闻动态*/
.news{
	width: 100%;
	height: auto;
	padding: 30px;
}
.newsul{
	width: 100%;
	height: auto;
}
.newsul li{
	width: 100%;
	height: auto;
	line-height: 50px;
	font-size: 14px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px dashed #ababab;
	background: url(../img/li-2.png) no-repeat left center;
	padding-left: 15px;
}
.newsul li:hover a{
	color: #1C60A1;
}
.news .pro-page{
	padding: 20px 0;
}


/*新闻详情*/
.news-d{
	width: 100%;
	height: auto;
	padding: 30px;
}
.news-d-title{
	width: 100%;
	height: auto;
	font-size: 25px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
}
.news-d-time{
	width: 100%;
	height: auto;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	color: #999;
	line-height: 30px;
}
.news-d-time span{
	margin: 0px 10px;
}
.news-d-content{
	line-height: 28px;
	font-size: 14px;
	padding: 30px 0;
}
.news-d-content img{
	display: block;
	width: 50%;
	margin: auto;
}


/*资料下载*/
.download{
	width: 100%;
	height: auto;
}
.download .product-right{
	width: 100%;
}
.download .newsul li{
	border-bottom: 1px solid #ccc;
	background: url();
}
.download .newsul li a{
	color: #1C60A1;
}
.download .newsul li a:hover{
	color: #f00;
}


/*联系我们*/
.contact{
	width: 100%;
	height: auto;
	padding: 30px;
}
.contact-title{
	width: 100%;
}
.contact-title p{
	line-height: 26px;
	color: #333;
}
.contact-title p strong{
	font-size: 20px;
	color: #000;
	display: inline-block;
	margin-bottom: 20px;
}

.contact-map{
	width: 100%;
	margin: 30px 0;
	/*border: 1px solid #ccc;*/
}


.phone-btn,
.phone-nav{
	display: none;
}



@media only screen and (max-width: 1200px) {
	#html5zoo-1 img{
		height: auto !important;
	}
	.html5zoo-arrow-left-0,
	.html5zoo-arrow-right-0{
		display: none !important; 
	}
	.info{
		width: 100%;
	}
	.myCenter{
		padding: 0px 5px;
	}
	.myNav,
	.myLang{
		display: none;
	}
	.myLogo img{
		margin-left: 10px;
	}
	.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>a{
		display: block;
		width: 100%;
		color: #fff;
		padding: 20px 20px;
		border-bottom: 1px solid #ccc;
	}
	
	
	.myAbout{
		height: auto;
	}
	.myAbout-left,
	.myAbout-right{
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	.myAbout-left{
		
	}
	.myAbout-left-title{
		text-align: center;
	}
	.myAbout-my{
		width: 100%;
	}
	.myAbout-my-logo{
		width: 60%;
	}
	.myAbout-my-title{
		width: 40%;
	}
	.more{
		margin: 20px auto;
	}
	.myAbout-right-pic1-text{
		position: static;
		padding: 0;
	}
	.myAbout-right-pic2-img{
		float: none;
	}
	.myAbout-right-pic2-img img{
		width: 100%;
	}
	.contact-phone{
		left: 0;
		right: 0;
	}
	.myProduct{
		height: auto;
		background-size: cover;
		padding-bottom: 50px;
	}
	.myProduct-content{
		height: auto;
	}
	.pro-swiper .swiper-slide{
		width: 48% !important;
		height: auto !important;
	}
	.myProduct-title{
		padding: 30px;
	}
	.myFooter{
		height: auto;
	}
	.myFooter-1{
		height: auto;
		padding: 20px 0;
	}
	.myFooter-2{
		height: auto;
		line-height: 50px;
	}
	.myFooter-nav,
	.footlogo,
	.footcont{
		display: none;
	}
	
	.product-title{
		margin: 0;
		background-size: cover;
		height: auto;
	}
	.pro-t-left{
		display: none;
	}
	.pro-t-right{
		width: 100%;
		height: auto;
		font-size: 12px;
		padding-left: 10px;
	}
	.pro-t-right span{
		margin: 0;
	}
	
	.about{
		padding: 30px 10px;
	}
	
	.equipment .pro ul li{
		width: 48%;
		margin-left: 0;
	}
	.equipment .pro ul li:nth-of-type(2n){
		float: right;
		/*margin-left: 0;*/
	}
	.product-left{
		width: 100%;
		float: none;
	}
	.proul1>li>a{
		background: url();
		font-size: 16px;
	}
	.proul1>li>a:hover{
		background: url();
	}
	.proul2>li>a{
		padding-left: 0;
	}
	.pro ul li{
		width: 48%;
		height: auto;
		margin-left: 0px;
	}
	.pro ul li:nth-of-type(2n){
		float: right;
	}
	.product-right{
		width: 100%;
		float: none;
	}
	
	.newsul a{
		display: inline-block;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.newsul span{
		min-width: 120px;
		text-align: right;
		display: block;
	}
	.news-d-title{
		line-height: 32px;
	}
	
	.contact{
		padding: 30px 10px;
	}
	
	
	
	
	.product-d img{
		width: 100%;
	}
}