body,ul,
p,
h1,
h2,
h3,
h4,
h5,
h6{
	padding: 0;
	margin: 0;
	color: #000;
	box-sizing: border-box;
}

a{
	color: #000;
	text-decoration: none;
}

a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

ul{
	list-style-type: none;
}

body{
	font-family: Arial;
}

.left{
	float: left;
}

.right{
	float: right;
}

.hidden{
	overflow: hidden;
}

.width1200{
	width: 1200px;
	margin: 0 auto;
	min-width: 1200px;
}

.marginA{
	margin: 0 auto;
}

.max-width{
 	max-width:1400px;
}

.min-width{
	min-width: 1200px;
}

.Uppercase{
	text-transform: uppercase;
}

.Lowercase{
	text-transform: lowercase;
}

.Capitalize{
	text-transform: capitalize;
}

.header{
	width: 100%;
	min-width: 1200px;
	height: 100px;
	background: url("../himages/bj.png") repeat-x center;
}

.header-logo{
	line-height: 100px;
	width: 123.5px;
	padding-top: 16px;
	float: left;
}

.header-logo img{
	display: block;
}

.nav{
	margin-left: 200px;
}

.nav ul{
	overflow: hidden;
}

.nav li{
	float: left;
	line-height: 100px;
	font-size: 18px;
	font-weight: 700;
	margin-left: 100px;
}

/*.index-footer{
	position: fixed;
	height: 80px;
	width: 100%;
	background: url("../himages//bj.png") repeat-x center center;
	left: 0;
	bottom: 0;
	z-index: 9;
}*/

.index-footer ul.footer-icon{
	overflow: hidden;
	padding-top: 10px;
}

.index-footer ul.footer-icon>li{
	float: left;
	width: 16%;
}

.index-footer ul.footer-icon>.last{
	width: auto;
	font-size: 22px;
	line-height: 70px;
	font-weight: 700;
}

.icon{
	display: block;
	width: 63px;
	height: 61px;
	margin: 0 auto;
	position: relative;

}
.icon:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url("../himages/icon-1.png") no-repeat;
	background-size: 65px 310px;
}

.icon.icon_1:after{
	background-position: 0 0;
}

.icon.icon_2:after{
	background-position: 0 -62px;
}

.icon.icon_3:after{
	background-position: 0 -122px;
}

.icon.icon_4:after{
	background-position: 0 -183px;
}

.icon.icon_5:after{
	background-position: 0 -244px;
}

.banner-wrapper a{
	display: block;
	width: 100%;
	height: 100%;
	background-size: auto 100%;
}

.banner-wrapper a:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}

.swiper-container.banner-container{
	height: 600px;
	background-color: #100010;
}


/*2019-6-18index*/

.swiper-wrapper.banner-wrapper{
	height: 100%;
}

.index-product-item{
	margin-bottom: 20px;
}

.index-product-item h2{
	font-size: 40px;
    color: #000;
    text-align: center;
    padding: 30px;
    padding-top: 50px;
}

.index-product-item .index-product-list{
	overflow: hidden;
	padding: 20px;
}

.index-product-list li{
	float: left;
	position: relative;
    width: 360px;
    margin: 0 13px;
    margin-bottom: 20px;
    box-shadow: -2px -1px 16px 0px #383535;
    overflow: hidden;
}

.index-product-list li img{
	width: 100%;
}

.product-text{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.25s;
	-o-transition: opacity 0.25s;
	transition: opacity 0.25s;
	background: rgba(0,0,0,0.5);
	background: #000\9;
	font-size: 26px;
	color: #fff;
}

.index-product-list li:hover .product-text{
	opacity: 1;
	filter: alpha(opacity=100);
}

.index-footer{
	min-width: 1200px;
	background: url("../himages/bj.png") repeat center center;
	
}

.index-footer-title{
	text-align: center;
	padding-top: 80px;
	padding-bottom: 50px;
	font-size: 40px;
}

.footer-nav{
	width: 900px;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 50px;
}

.footer-nav li{
	width: 25%;
	text-align: center;
	float: left;
	font-size: 20px;
	font-weight: 700;
	margin-left:0;
}

.contact-info{
	background: #fff;
	padding: 40px 30px;
}

.contact-info .footer-info{
	font-size: 30px;
	text-align: center;
	font-weight: 400;
}

.contact-info .contact-info-text{
	padding: 30px;
	text-align: center;
	font-size: 14px;
}

.relation-list{
	overflow: hidden;
}

.relation-list li{
	float: left;
	width: 33.333%;
	padding: 0 80px;
	position: relative;
	box-sizing: border-box;
}

.relation-list li .relation-title{
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 15px;
}

.relation-list li .relation-text{
	line-height: 26px;
	color: #666;
}

.relation-list li:after{
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	background: url("../himages/zuobiao.png") no-repeat center;
	background-size: cover;
	top: 0;
	left: 37px;
}
.contact-info-relation{
	padding-bottom: 50px;
}
.relation-list li.relation-tel:after{
	background: url("../himages/dianhua.png") no-repeat center;
	background-size: cover;
}

.relation-list li.relation-email:after{
	background: url("../himages/youjian.png") no-repeat center;
	background-size: cover;
}

.footer-bottom{
	padding: 30px;
	background: #191919;
	color: #fff;
	overflow: hidden;
}

.footer-bottom-left{
	width: 230px;
	float: left;
}

.footer-logo{
	margin-bottom: 10px;
}

.footer-logo-next{
	line-height: 30px;
	margin-bottom: 20px;
}

.footer-bottom-right{
	float: right;
}

.footer-bottom-right dl{
	float: left;
	margin-right: 100px;
}

.footer-bottom-right dl dd{
	margin: 0;
	font-size: 14px;
	margin-bottom: 10px;
}

.footer-bottom-right dl dt{
	font-size: 24px;
	margin-bottom: 20px;
}

.footer-bottom-right dl a{
	color: #fff;
}

.footer-bottom-right dl.dl-last{
	width: 200px;
}

#email{
	padding-top: 10px;
}

#email input{
	width: 130px;
	background-color: #fff;
	height: 30px;
	vertical-align: middle;
	padding: 0 10px;
	box-sizing: border-box;
}

#email button{
	height: 30px;
	vertical-align: middle;
	background: #dcb86c;
	color: #fff;
	border: 0;
}

.up{
	position: fixed;
	cursor: pointer;
	right: 10%;
	bottom: 10%;
}

.up img{
	border-radius: 4px;
}

.right-nav{
	width: 50px;
	background: #fff;
	position: fixed;
	right: 0;
	top: 60%;
	z-index: 9;
	border: 1px solid #ededed;
	color: #
}

.right-nav-item{
	
	text-align: center;
	font-size: 12px;
	padding: 10px 0;
}

.right-nav-item img{
	width: 50%;
}

.right-nav-item a{
	color: #9e9fa1;
}