@charset"UTF-8";

/*css reset*/
html {}
* { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { color: #111; font: 14px/20px Arial,"Microsoft Yahei",sans-serif;; word-wrap: break-word; word-break: break-all; }
blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul { margin: 0; padding: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
button, input, select, textarea { color: inherit; font: inherit; }
table { border-collapse: collapse; border-spacing: 0; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
ul, dl, ol { list-style: none; padding: 0; }
input, textarea, select, button { border: 0; outline: none; }
img, a img { font-size: 0; border: 0; vertical-align: middle; }
i, em { text-decoration: none; font-style: normal; }
a { text-decoration: none; cursor: pointer; background-color: transparent; }
textarea { overflow: auto; }
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { -webkit-box-shadow: 0 0 0 1000px white inset; }
input { -moz-box-shadow: none; box-shadow: none; -webkit-box-shadow: 0 0 0 1000px white inset; }

a{
	color: #333;
	transition: all .2s;
}
a:hover{
    color: #E62129;
}

a.blue{
	color: #E62129;
}
a.blue:hover{
    color: #E62129;
    text-decoration:underline;
}

.swiper-pagination-bullet {
    width: 30px;
    height: 6px;
    display: inline-block;
    border-radius: 0;
    background: #000;
    opacity: .2;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}


/*移动菜单按钮*/

.mobile-button {
	display: none;
	float: right;
	position: relative;
	background: transparent;
	cursor: pointer;
	width: 26px;
	height: 16px;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s;
}
.mobile-button:before, .mobile-button:after, .mobile-button span {
	background-color: #222;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s;
}
.mobile-button:before, .mobile-button:after {
	content: '';
	position: absolute;
	top: 0;
	height: 3px;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.mobile-button span {
	position: absolute;
	width: 100%;
	height: 3px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%;
}
.mobile-button:before {
	-webkit-transform: translate3d(0, -7px, 0);
	-moz-transform: translate3d(0, -7px, 0);
	transform: translate3d(0, -7px, 0);
}
.mobile-button:after {
	-webkit-transform: translate3d(0, 7px, 0);
	-moz-transform: translate3d(0, 7px, 0);
	transform: translate3d(0, 7px, 0);
}
.mobile-button.active span {
	opacity: 0;
}
.mobile-button.active:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	-moz-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}
.mobile-button.active:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	-moz-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

/*顶部栏目 START*/
.header-top-wrap{
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: #f0f0f0;
}
.header-top-main{
    display: flex;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
    color: #666;
}
.header-top-left{
    flex: 1;
    display: flex;
    align-items: center;
    position: relative;
}
.header-top-right{
    display: flex;
    align-items: center;
    font-size: 14px;
}
.header-top-right .line{
	color: #ccc;
	margin:0 15px;
}
/*顶部栏目 END*/

.header-wrap{
	position: relative;
}
.logo-wrap{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 130px;
	margin:0 auto;
	z-index: 6;
}
.logo-pic{
	margin-left: 30px;
}
.logo-pic img{
	
}
.logo_text{
	flex:1;
	font-size: 18px;
	margin-left: 30px;
	background: url(../images/head-line.png) no-repeat left;
	padding-left:30px;
	line-height: 160%;
}
.logo_text span{
	display: block;
	height: 29px;
    line-height: 29px;
    font-size: 20px;
    color: #231815;
}
.logo_text em{
	display: block;
    height: 29px;
    line-height: 29px;
    font-size: 19px;
    color: #231815;
    font-weight: bold;
}

.logo_contact{
	margin-right: 30px;
	background: url(../images/head-phone.png) left center no-repeat;
	height: 62px;
    line-height: 100px;
    padding-left: 30px;
    font-size: 26px;
    color: #333;
    font-family: "Arial";
    font-weight: bold;
}


.nav-container{
	background:url(../images/head-nav.jpg);
	height: 60px;
	position: relative;
}
.nav-wrap{
	width: 1200px;
	margin:0 auto;
	display: flex;
}
.nav-wrap li{
	flex: 1;
	display: inline-block;
	position: relative;
}
.nav-wrap a{
	text-align: center;
	display: block;
	height: 60px;
    line-height: 60px;
    font-size: 16px;
	position: relative;
	color: #333;
}
.nav-wrap li:hover a,.nav-wrap li a.active{
	font-size: 16px;
    color: #e60012;
    font-weight: bold;
}
.nav-wrap li a:after{ 
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: 2px;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
}
.nav-wrap li a:hover:after,.nav-wrap li a.active:after{
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #e60012;
    -webkit-transition: width 250ms ease-in-out;
    transition: width 250ms ease-in-out;
    width: 32px;
    background-color:  #e60012;
}


/*内页BANNER START*/
.Banner {
    width: 100%;
    text-align: center;
    overflow: hidden;
    clear: both;
}
.Banner img{
	max-width: 100%;
}
/*内页BANNER END*/

/*分栏*/
.div-body{
	background: #fff;
	padding: 30px 0 30px;
	min-height: 500px;
}
.div-body-white{
	background: rgb(255,255,255);
	padding: 0 0 30px;
}
.div-wrap{
	margin:0 auto;
	overflow: hidden;
}

.float-l{
	float: left;
}
.float-r{
	float: right;
}


.div-w-300{
	width: 300px;
}
.div-w-880{
	width: 880px;
}
.div-w-100{
	width: 100%;
}


/*****面包屑导航 START****/
#breadCrumb{ 
	width:100%; 
	color:#555; 
	padding:10px 0; 
	clear:both; 
	overflow:hidden;
}
#breadCrumb_c{ 
	width:1200px; 
	margin:0 auto; 
	position:relative;
}
#breadCrumb a{ 
	color:#555; 
	margin:0 6px; 
	text-decoration:none;
}
#breadCrumb span{
	margin:0 6px; 
}
#breadCrumb a:hover{ 
	text-decoration:underline;
}
#breadCrumb .l{ 
	float:left; 
	line-height:40px; 
	font-size:15px; 
	overflow:hidden;
}
/*****面包屑导航 END****/

/*子栏目显示【横向显示】 START*/


.more_product_title{
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: #E62129;
	text-indent: 15px;
	font-size: 16px;
	font-weight: 700;
}
.more_product_title em{
	display: none;
	float: right;
	margin-right:15px;
	margin-top: 15px;
	height: 20px;
	width: 20px;
	background-image: url(../images/down.png);
	background-size: 100%;
}
.more_product_title em.active{
	background-image: url(../images/up.png);
}
.more_product_list{ 
	margin:0 auto;
	padding: 5px 20px;
	background: #fff;
	border:#E62129 2px solid;
	width:100%; 
	clear:both; 
	overflow:hidden;
}
.more_product_list a{ 
	display: block;
	box-sizing:border-box; 
	text-indent: 10px;
	height:45px;
	line-height:45px;
	border-bottom: #ddd 1px dashed;
	font-size:14px;
	list-style:disc;
}
.more_product_list a:last-child{
	border-bottom: none;
}


.side-contact-title {
    background-color: #666;
    margin-top:20px;
    height: 52px;
    line-height: 52px;
    text-indent: 20px;
    font-weight: bold;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}
.side-contact {
    border: #ccc 1px solid;
    background: #fff;
    line-height: 180%;
    padding: 10px 10px;
    overflow: hidden;
}
.side-contact img {
    margin: 0 0 15px;
    width: 100%;
}
.side-contact p {
    padding: 0 15px 8px;
}
/*子栏目显示 END*/

/*遮罩层*/
.body-mask{
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.6);
	z-index: 6;
}

/*分页*/
.pages{
	clear: both;
	display: block;
	padding: 50px 0 30px;
	text-align: center;
}
.pages li{
	display: inline-block;
}
.pages li.disabled{
	cursor: not-allowed;
}
.pages li span,.pages li a{
	border:#E62129 1px solid;
	margin: 0 5px;
	color: #E62129;
	border-radius: 4px;
	padding: 8px 10px;
}
.pages li span{
	border-color: #999;
	color: #999;
}
.pages li a:hover{
	background: #E62129;
	color: #fff;
}

/*通用遮罩*/
.body-mask{
	position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    z-index: 9999;
}
.body-wrap{
	position: relative;
    padding: 30px;
    background: #ffffff;
    border-radius: 20px;
}
.body-close{
	position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    color: #999;
    font-size: 18px;
}
.body-close:hover{
	color: #333;
}

/*底部栏目 START*/
.footer{
	width:100%; 
	clear:both; 
	overflow:hidden;
	background-color: #333;
	color: #fff;
	text-align: center;
}
.footer_c{ 
	font-size: 14px;
	padding: 20px 0;
	font-weight: 300;
	color: rgba(255,255,255,0.39);
}

/*底部栏目 END*/


/*产品页*/

/*详细页*/
.view-wrap{
	background: #fff;
	padding: 30px;
}

.view-info{
	background: #ddd;
	padding: 15px 20px;
}
.view-info i{
	color: #666;
}
.view-info em{
	display: inline-block;
	width: 90px;
}
.view-info a{
	float: right;
	margin-top: -7px;
	display: inline-block;
	width: 110px;
	height: 34px;
	line-height: 34px;
	background: #E62129;
	color: #fff;
	text-align: center;
}

.view-title{
	padding: 30px 0;
	text-align: center;
}
.view-title h1{
	font-size: 30px;
	font-weight: 700;
	line-height: 160%;
}

.view-content{
	line-height: 200%;
	font-size: 16px;
}
.view-content p{
	padding-bottom: 15px;
	text-indent: 2em;
}


/*列表页*/
.tag-list{
	padding: 10px 0;
	line-height: 200%;
	font-size: 16px;
	min-height: 500px;
}
.tag-list a{
	margin-right: 20px;
}

.product-list-wrap{
	padding: 10px 30px;
	background: #fff;
	border:#ddd 1px solid;
	overflow: hidden;
}

.product-list-title{
	padding: 30px 0;

	line-height: 100%;
	border-bottom: #eee 1px solid;
}
.product-list-title em{
	font-size: 24px;
	font-weight: 700;
	color: #222;
}

.product-list-item-wrap{
	width: 100%;
	overflow: hidden;
}
.product-pic-w{
	width: 100%;
	padding: 30px 0;
	margin-bottom: 20px;
	border-bottom: #ddd 1px dotted;
	overflow: hidden;
}
.product-pic-l{
	float: left;
	width: 25%;
	text-align: center;
}
.product-pic-l img{
	width: 95%;
	border: #eee 1px solid;
}
.product-pic-l img:hover{
	border: #ddd 1px solid;
}
.product-pic-l h2{
	font-size: 16px;
	padding: 10px 0;
}

.product-list-item{
	padding: 10px 0;
}

.product-list-item a{
	display: block;
}
.product-list-item a h2{
	height: 30px;
	line-height: 30px;
	width: 100%;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
	font-size: 16px;
	color: #333;
}
.product-list-item a:hover h2{
	color: #E62129;
}


.product-nothing{
	text-align: center;
	padding: 100px 0;
	color: #999;
}

.product-detail-wrap{
	padding: 30px;
	border: #ddd 1px solid;
	background: #fff;
}
.product-detail-wrap h1{
	font-size: 26px;
	margin-bottom: 30px;
}

#product_detail_bpic {
    display: inline-block;
    width: 580px;
    height: 580px;
    line-height: 580px;
    text-align: center;
    border: #ddd 1px solid;
    overflow: hidden;
}

.product_pic img{max-width:100%;}

.product-con-title{
	margin-top: 50px;
	border-bottom: #E62129 3px solid;
}
.product-con-title h2{
	display:inline-block;
	padding: 5px 20px;
	color: #fff;
	background: #E62129;
	border-radius: 8px 8px 0 0;
	font-weight: 700;
	font-size: 16px;
}
.product-detail-content{
	padding: 30px 0;
	font-size: 16px;
	line-height: 180%;
}
.product-detail-content p{
	text-indent: 2em;
	padding-bottom: 15px;
}
.product-detail-content img{
	max-width: 100%;
}

.product-canshu{
	margin-bottom: 20px;
	overflow: hidden;
	
	border-top: #ccc 1px solid;
}
.product-canshu dl{
	overflow: hidden;
	border-left: #ccc 1px solid;
	width: 100%;
}
.product-canshu dl:hover{
	background-color: #efefef;
}
.product-canshu dt{
	float: left;
	width: 30%;
	padding: 5px 0 5px 20px;
	border-right: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	font-weight: bold;
}
.product-canshu dd{
	float: left;
	width: 70%;
	padding: 5px 0 5px 20px;
	border-right: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
}
/*产品页*/


/*单页专用*/

.page-wrap{
	padding: 10px 0;
    background: #fff;
    overflow: hidden;
}

.page-wrap h1{ 
	font-size:28px; 
	font-weight:bold; 
	text-align: center;
	color:#333; 
	padding:30px 0;
	position: relative;
}

.page-content{
	flex:1;
	padding: 0 10px 10px;
	font-size: 18px;
	line-height: 180%;
	overflow: hidden;
}
.page-content p{
	padding-bottom: 15px;
}
.page-content img{
	max-width: 100%;
}


/*荣誉资质*/
.rongyu-title{
	font-size: 24px;
    font-weight: 700;
	height: 50px;
}
.rongyu-list{

}
.rongyu-list ul li{
	float: left;
	width: 23%;
	text-align: center;
	font-size: 18px;
	border: #ccc 1px solid;
	margin-right: 2.3%;
	margin-bottom: 15px;
}
.rongyu-list ul li:nth-child(5n-1) {
    margin-right: 0;
}
.rongyu-list ul li img{
	width: 100%;
}
/*单页专用*/

/*关于我们*/
.about-wrap{
	overflow: hidden;
	margin-bottom:50px;
}
.about-pic{
	float: left;
	width: 50%;
}
.about-content{
	float: right;
	width: 45%;
	padding-top: 90px;
	position: relative;
}
.about-content h2 {
    font-size: 32px;
    color: #333;
    line-height: 40px;
    overflow: hidden;
}
.about-content h2:before {
    content: "";
    background: url(../images/about-yinhao.png) no-repeat;
    width: 53px;
    height: 49px;
    position: absolute;
    top: 20px;
    right: 0;
    left: -30px;
}
.about-content h2 span {
    color: #333;
    display: block;
    font-size: 26px;
    padding: 10px 0 0;
}
.about-content-text{
	font-size: 16px;
    color: #333;
    line-height: 30px;
    overflow: hidden;
    padding: 10px 0 0;
    width: 570px;
    margin-left: -20px;
}
.about-content-text p{
	margin:15px 0;
	text-indent: 2em;
}

/*联系方式*/
.contact-wrap{
	width: 1200px;
	overflow: hidden;
}
.contact-wrap h2{
	height: 45px;
	line-height: 45px;
    margin-top: 32px;
    font: 24px "Microsoft YaHei";
    color: #000;
    font-weight: bold;
    border-bottom: #ccc 1px solid;
}
.contact-wrap h2 em{
	margin-left: 10px;
	padding: 0 10px;
	display: inline-block;
	height: 45px;
	border-bottom: #e60012 2px solid;
}
.contact-info{
	font: 16px "Microsoft YaHei";
    color: #333333;
    line-height: 30px;
    padding:10px;
}
.contact-list{
	display: flex;
	background: #f9f9f9;
    padding: 30px 0px;
    margin: 30px 0;
    line-height: 30px;
    justify-content: space-around;
}
.contact-item{
	flex: 1;
	padding: 0 30px;
	text-align: center;
	border-left: #ccc 1px dashed;
}
.contact-item:first-child{
	border: none;
}
.contact-item span{
	display: block;
    font-size: 18px;
    font-weight: bold;
}
.contact-item em{
	display: block;
    font-size: 16px;
}
.contact-item em.phone{
	color: #e60012;
	font-size: 28px;
	font-weight: bold;
	padding-top: 10px;
}
.contact-list .contact-ico{
	margin:0 auto;
	margin-bottom: 10px;
	width: 70px;
	height: 70px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.contact-ico-1{
	background-image:url(../images/contact-ico-1.png);
}
.contact-ico-2{
	background-image:url(../images/contact-ico-2.png);
}
.contact-ico-3{
	background-image:url(../images/contact-ico-3.png);
}
.contact-ico-4{
	background-image:url(../images/contact-ico-4.png);
}
.contact-map{
	width: 100%;
	height: 500px;
}

/*在线留言*/
.message{
	width: 100%;
	border: 1px solid #bbb;
    padding: 40px 0;
    margin-bottom: 50px;
}
.message li {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 35px;
    color: #666;
    overflow: hidden;
}
.message label {
    display: inline-block;
    width: 30%;
    color: #666;
    vertical-align: top;
    text-align: right;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
}
.message label b{
	color: #ff0000;
}
.message .inputs, .message li select {
    width: 60%;
    margin-right: 10px;
    outline: none;
    padding-left: 10px;
    border: 1px solid #eee;
    height: 33px;
    line-height: 32px;
    color: #666;
    box-sizing: border-box;
    /* float: left; */
}
.message textarea {
    width: 60%;
    height: 102px;
    line-height: 24px;
    border: 1px solid #eee;
    outline: none;
    resize: none;
    overflow: auto;
    margin-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
}
.message .but{
    width: 80px;
    height: 36px;
    line-height: 36px;
    border-radius: 6px;
    border: 0;
    text-align: center;
    margin-right: 30px;
    color: #fff;
    padding-left: 0;
    cursor: pointer;
    background-color: #013171;
}


/*首页*/
/*首页滚动图*/

.index_banner{
	width: 100%;
	background-color: #fff;
    margin: 0 auto;
    margin-top: 0px;
    overflow: hidden;
    clear: both;
    text-align: center;
}
.index_banner img {
    max-width: 100%;
}

.i-about-wrap{
	overflow: hidden;
	margin-bottom:50px;
}
.i-about-pic{
	float: right;
	width: 55%;
	text-align: right;
}
.i-about-pic img{
	max-width: 100%;
}
.i-about-content{
	float: left;
	width: 40%;
	padding-top: 90px;
	margin-top: 30px;
	position: relative;
}
.i-about-content h2 {
    font-size: 46px;
    color: #333;
    line-height: 40px;
    overflow: hidden;
}
.i-about-content h2:before {
    content: "";
    background: url(../images/about-yinhao.png) no-repeat;
    width: 53px;
    height: 49px;
    position: absolute;
    top: 20px;
    right: 0;
    left: 0px;
}
.i-about-content h2 span {
    color: #333;
    display: block;
    font-size: 28px;
    padding: 10px 0 0;
}
.i-about-content-text{
	font-size: 20px;
    color: #333;
    line-height: 36px;
    overflow: hidden;
    padding: 10px 0 0;
}
.i-about-content-text p{
	margin:15px 0;
}
.i-about-content a{
	display: inline-block;
	padding: 13px 30px;
	text-align: center;
	background-color: #e60012;
	color: #fff;
	font-size: 16px;
	margin-top: 20px;
}

.i-product-wrap{

}
.i-product{
	padding: 30px 0;
	overflow: hidden;
}
.i-product-l{
	float:left;
	width: 51%;
}
.i-product-l img{
	width: 100%;
}

.i-product-r{
	float: right;
	width: 49%;
}
.i-product-r-l{
	float: left;
	width: 46%;
	margin-left: 4%;
	text-align: center;
	padding-bottom: 10px;
}
.i-product-r-l img{
	width: 100%;
	margin-bottom: 10px;
}
.i-product-r-l a{
	font-size: 14px;
}

.i-rongyu-wrap{
	background:url(../images/rongyu_bk.jpg) top center no-repeat;
}
.i-rongyu{
	padding-top:320px;
}
.i-rongyu-con{
	background-color: #fff;
	padding: 38px 39px 40px;
    box-sizing: border-box;
    box-shadow: 0px 0px 18px rgba(0,0,0,0.1);
    overflow: hidden;
}
.i-rongyu-text{
	padding: 0px 50px 50px;
	font-size: 16px;
	line-height: 180%;
	color: #666;
	text-align: center;
}
.i-rongyu-list-wrap{
	position: relative;
}
.i-rongyu-list{
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
.i-rongyu-list ul li{
	float: left;
	width: 23%;
	text-align: center;
	border: #ccc 1px solid;
	margin-right: 2%;
	margin-bottom: 15px;
}
.i-rongyu-list ul li:nth-child(5n-1) {
    margin-right: 0;
}
.i-rongyu-list ul li img{
	width: 100%;
}
.i-rongyu-jt-l{
    left: 0;
	background:url(../images/j-left.png) left center no-repeat;
	z-index: 3;
}
.i-rongyu-jt-r{
	right: 0;
	background:url(../images/j-left.png) left center no-repeat;
	transform:rotateY(180deg);
	z-index: 3;
}
.i-rongyu-jt-l,.i-rongyu-jt-r{
	position: absolute;
	top: 40%;
    display: block;
    width: 19px;
    height: 33px;
}

/*****首页标题栏****/
.index-title{
	line-height: auto;
	margin: 50px 0 30px;
	text-align: center;
}
.index-title h2{
	position: relative;
	display: inline-block;
	padding: 0 20px;
	font-size: 38px;
	font-weight: 700;
	margin: 0 auto 30px;
	color: #222;
}
.index-title h2:before,.index-title h2:after{
	position: absolute;
	content:"";
	width: 5px;
	top: 0;
	height: 20px;
	background: #e60012;
}
.index-title h2:before{
	left: 0;
}
.index-title h2:after{
	right: 0;
}

.index-title span{
	display: block;
	text-align: center;
	color: #999;
	font-size: 22px;
}

/*友情链接*/
.link-city{
	padding-top: 20px;
	width: 1200px;
	margin:10px auto;
	color: #999;
}

.city-list{
	line-height: 200%;
	padding-bottom: 60px;
}
.city-list a{
	margin:0 15px;
	font-size: 16px;
}
/*首页*/

/*底部工具 START*/
.tool-wrap{
	display: flex;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	height: 5.2rem;
	background: #0168B7;
	font-size: 1.1rem;
	z-index: 89;
}
.tool-wrap a{
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.tool-wrap span{
	width: 1.95rem;
    height: 1.95rem;
    display: block;
    margin: 0 auto;
}
.tool-wrap img{
	width: 1.95rem;
    display: block;
}
.tool-wrap a{
	flex: 1;
	border-left: rgba(255,255,255,.2) 1px solid;
	text-align: center;
	color: #fff;
}
.tool-wrap a:first-child{
	border-left: none;
}
/*底部工具 END*/


/*框架*/
.container {
	height: auto;
	margin:0 auto;
	overflow: visible;
	position: relative;
}
.container:after {
	content: "";
	display: block;
	clear: both;
}
@media only screen and (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media only screen and (min-width: 992px) {
	.container {
		width: 970px;
	}
	.nav-wrap{
		display: flex;
	}
	
	.tool-wrap{
		display: none;
	}

	.mobile-tool{
		display: none;
	}
}
@media only screen and (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

@media only screen and (max-width: 767px) {
	html{
		font-size: 14px;
	}
	.container {
		width: 100%;
	}
	.logo_contact,.footer_c span{
		display: none;
	}

	.nav-container{
		height: 0;
	}


	.logo-pic{
		max-width: 50%;
		margin-left: 10px;
	}
	.logo_text {
		display: none;
	    margin-left: 20px;
	    padding-left: 20px;
	}
	.logo_text span {
	    font-size: 18px;
	}
	.logo_text em {
	    font-size: 16px;
	}

	.index-title{
		margin: 30px 0 10px;
	}
	.index-title h2 {
	    padding: 0 50px;
	    font-size: 26px;
	}
	.index-title span {
	    font-size: 16px;
	}

	.i-about-pic {
	    float: right;
	    width: 100%;
	    text-align: right;
	    overflow: hidden;
	    margin-top: 50px;
	}
	.i-about-content {
	    float: none;
	    width: auto;
	    padding-top: 90px;
	    margin-top: 30px;
	    margin-left: 5%;
	    margin-right: 5%;
	    box-sizing: border-box;
	    position: relative;
	}
	.i-about-content h2 {
	    font-size: 32px;
	}
	.i-about-content h2 span {
	    font-size: 22px;
	}
	.i-about-content-text {
		width: 100%;
	    font-size: 16px;
	    line-height: 32px;
	}
	.i-about-content a {
	    display: inline-block;
	    padding: 10px 30px;
	    font-size: 14px;
	    margin-top: 20px;
	}

	.i-product {
	    padding: 30px 20px;
	}
	.i-product-l {
	    float: none;
	    width: 100%;
	}
	.i-product-r {
	    float: none;
	    width: 100%;
	    padding-top: 40px;
	}
	.i-product-r-l {
	    width: 48%;
	    margin-left: 0;
	    margin-right: 4%;
	    padding-bottom: 40px;
	}
	.i-product-r-l:nth-child(2n) {
	    margin-right: 0;
	}

	.i-rongyu {
	    padding-top: 120px;
	}
	
	.i-rongyu-con {
	    background-color: #fff;
	    padding: 20px 20px 40px;
	}
	.i-rongyu-text {
	    padding: 0px 0 30px;
	    font-size: 16px;
	    line-height: 180%;
	    color: #666;
	    text-align: center;
	}
	.i-rongyu-jt-l,.i-rongyu-jt-r{
		display: none;
	}
	.i-rongyu-list{
		width: 100%;
	}
	.i-rongyu-list ul li {
	    width: 49%;
	    margin-right: 2%;
	    margin-bottom: 15px;
	}
	.i-rongyu-list ul li:nth-child(2n){
		margin-right:0;
	}

	.product-pic-l {
	    float: left;
	    width: 50%;
	    margin-bottom: 20px;
	    text-align: center;
	}
	.product-pic-l h2{
		white-space: nowrap;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    word-break: break-all;
	}

	.contact-wrap{
		width: 100%;
		padding: 0 20px;
	}

	.message {
	    width: 100%;
	    border: 0 solid #bbb;
	    padding: 40px 0;
	    margin-bottom: 50px;
	}

	.contact-list {
	    display: block;
	    background: #f9f9f9;
	    padding: 0 10px;
	    margin: 20px 0;
	    line-height: 30px;
	    justify-content: space-around;
	}
	.contact-item {
	    display: flex;
	    align-items:center;
	    padding: 20px 20px;
	    text-align: left;
	    border-top: #ccc 1px dashed;
	    border-left-width: 0;
	}
	.contact-item em {
		flex: 1;
	    display: block;
	    font-size: 16px;
	}
	.contact-item em.phone {
	    font-size: 24px;
	    padding-top: 0;
	}
	.contact-list .contact-ico {
	    margin-bottom: 0;
	    margin-right:10px;
	    width: 60px;
    	height: 60px;
	}
	.contact-item span {
	    margin-right: 20px;
	    font-size: 16px;
	}

	.about-pic{
		float: none;
		width: 100%;
	}
	.about-pic img{
		width: 100%;
	}
	.about-content {
    float: none;
    width: 100%;
    padding-top: 90px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    position: relative;
}
.about-content h2 {
    font-size: 26px;
}
.about-content h2:before {
    left: 20px;
}
.about-content h2 span {
    font-size: 22px;
}
.about-content-text {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    overflow: hidden;
    padding: 10px 0 0;
    width: auto;
    margin-left: 0px;
}

.rongyu-title{
	padding-left: 20px;
	font-size: 20px;
}
.rongyu-list{
	padding: 0 2%;
	min-height: 800px;
}
.rongyu-list ul li{
	float: left;
	width: 49%;
	text-align: center;
	font-size: 18px;
	border: #ccc 1px solid;
	margin-right: 2%;
	margin-bottom: 15px;
}
.rongyu-list ul li:nth-child(2n) {
    margin-right: 0;
}
.rongyu-list ul li img{
	width: 100%;
}


	.footer{
		font-size: 12px;
		margin-bottom: 5.2rem;
	}
	.footer_c{
		padding: 10px;
	}
	.footer_c p{
		padding: 5px 0;
	}
	.footer_copyright{
		padding-bottom: 5.2rem;
		font-size: 12px;
	}
	.footer-copyright-n{
		display: none;
	}

	.link-city{
		width: 100%;
	}


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

	.header-top-wrap{
		display: none;
	}

	#breadCrumb{
		display: none;
	}
	.div-body{
		background-color: #fff;
	}
	.float-l,.float-r{
		float: none;
	}
	.div-w-300{
		width: 95%;
		margin:0 auto;
	}
	.div-w-880{
		width: 100%;
	}
	.nav_sort_title{
		margin-bottom: 
	}
	.nav_sort_title em{
		display: block;
	}
	.nav_sort_updown{
		display: none;

	}
	.div-w-880{
		margin-top:15px;
	}
	
	.product-list-title {
	    padding: 10px 0 20px;
	}
	.product-list-title h1 {
	    font-size: 18px;
	}
	.product-list-wrap{
		padding: 10px 15px;
	    background: #fff;
	    border:none;
	}
	.product-list-item{
		width: 88%;
		margin:0 1%;
		padding: 15px 0;
	}
	.product-list-item img {
	    width: 100%;
	    height: 180px;
	    border: #eee 1px solid;
	}
	
	.product-detail-wrap{
		padding: 15px;
		border:none;
		padding-bottom:0;
	}
	#product_detail_bpic{
		width: 100%;
		height: auto;
		line-height: 100%;
	}
	.d_pro_lpic{
		width: 100%;
	}
	#goleft,#goright{
		display: none;
	}

	.news-list-wrap {
	    padding: 10px 20px;
	    border: none;
	}
	.news-list-title{
		padding: 20px 0;
		line-height: 100%;
		border-bottom: #eee 1px solid;
	}
	.news-list-title h1{
		font-size: 20px;
		font-weight: 500;
		color: #222;
	}
	.news-list-item a h2 {
	    font-size: 18px;
	    padding-bottom: 10px;
	}

	.news-detail-wrap {
	    padding: 20px ;
	    border: none;
	}
	.news-detail-wrap h1 {
	    font-size: 20px;
	    padding: 20px 0;
	    line-height: 160%;
	}


	.photo-list-wrap {
	    padding: 10px 15px;
	    border: none;
	}
	.photo-list-title {
	    padding: 20px 0;
	    line-height: 100%;
	    border-bottom: #eee 1px solid;
	}
	.photo-list-title h1 {
	    font-size: 20px;
	    font-weight: 500;
	    color: #222;
	}
	.photo-list-item {
	    float: left;
	    width: 48%;
	    margin:0 1%;
	    text-align: center;
	    padding: 20px 0 0;
	}
	.phoho-pic {
	    width: 100%;
	    height: 220px;
	    line-height: 100%;
	    border: #ddd 1px solid;
	    display: inline-block;
	    text-align: center;
	}
	.photo-detail-wrap {
	    padding: 20px;
	    border: none;
	    background: #fff;
	}
	
	.flexslider .slides li{
		background-size: 100% 100%;
	 width:100%; height:388px; text-align:center; overflow:hidden; overflow:hidden;}
	.flexslider .slides li img{ border:none;}
	.flexslider .slides li a{
		display:block; height:388px;
		text-indent: -9999px;
	}

	

	.index-banner-text{
		display: none;
	}
	.i-sort-all{
		display: none;
	}
	.i-product-list-wrap {
		padding: 0 10px;
	}
	.i-product-list-title{
		display: none;
	}
	.i-product-list-item{
		width: 46%;
		margin:0 2%;
		padding: 0 0 15px 0;
	}
	.i-product-list-item img {
	    height: 180px;
	}
	.index_hangye{
		width: 100%;
		padding: 30px 0 50px;
	}
	.index_hangye_con{
		padding: 5px 15px;
	}
	.index_hangye_con dl {
		display: flex;
	    float: none;
	    width: 100%;
	    overflow: hidden;
	}
	.index_hangye_con dl dt {
	    text-align: center;
	    width: 50%;
	    height: auto;
	    margin: 0;
	    font-size: 20px;
	    line-height: 80px;
	    background-color: #FFF;
	    overflow: hidden;
	}
	.index_hangye_con dl dd {
		float:left;
    width: 50%;
    height: 100%;
    margin: 0;
    position: relative;
    -webkit-margin-start: 0;
    overflow: hidden;
}
.index_hangye_con dl dd img {
    width: 100%;
    height: auto;
}
.index_parter{
	margin: 30px 0 30px;
}
.index_parter_p{
	width: 100%;
}
.index_parter_p img{
	width: 100%;
}
.index_parter_list em {
    padding: 30px 25px 10px;
}
.index_parter_list p {
    text-indent: 2em;
    padding-bottom: 10px;
    line-height: 150%;
}
.index_parter_list{
	width: 100%;
	padding: 20px 15px;
}
.index_parter_more {
    padding: 20px 0 10px;
}

.i_news{
	border: none;
	margin-top:0;
	padding: 0;
}
.i_news_c{
	width: 100%;
	background:none;
}
.i_title_news,.i-hangyedongtai,.i_answer{
	display: none;
}



	.pages {
	    padding: 40px 0 10px;
	}
	.pages .pagination li{
		display: none;
	}
	.pages .pagination li:first-child,.pages .pagination li:last-child{
		display: inline-block;
	}
	.pages li span, .pages li a {
	    margin: 0 5px;
	    padding: 12px 25px;
	}

	.side-contact-title,.side-contact{
		display: none;
	}

	.nav_sort{
		margin: 15px 0;
	}
	.nav_sort a{
		font-size: 14px;
	}
	
	.logo-wrap {
	    height: auto;
	    margin: 0 auto;
	    padding: 20px 10px;
	}
	.logo-pic img{
		width: 100%;
	}
	
	.page-wrap {
	    padding: 20px 0;
	    margin: 0 auto;
	}
	.page-wrap-left{
		display: none;
	}
	.page-wrap-content{
		font-size: 14px;
	}

	.mobile-button {
	    display: block;
	}
	.mobile-tool{
		display: flex;
	}

	.footer_nav{
		display: none;
	}
	.footer_logo{
		display: none;
	}
	.footer_text{
		text-align: center;
	}

	.nav-con{
		/*display: none;*/
	}

	.logo-phone{
		display: none;
	}
	.logo-weixin{
		display: none;
	}

	.link-wrap{
		display: none;
	}
	.baoming-wrap{
		display: none;
	}
	.footer-d{
		justify-content: center;
	}
	
	.footer_weixin{
		display: none;
	}

	.nav-wrap{
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		display: none;
		background-color: #E62129;
		z-index: 9911;
	}
	.nav-wrap li{
		float: none;
		display: block;
		border-bottom: rgba(255,255,255,.1) 1px solid;
	}
	.nav-wrap a{
		display: block;
	    height: 46px;
	    line-height: 46px;
	    position: relative;
	    font-size: 16px;
	    font-weight: 500;
	    padding: 0 0;
	    text-align: center;
	    color: #fff;
	}
	.nav-wrap li:hover>ul{ display:none;}

	.nav-wrap li:hover a,.nav-wrap li a.active{
	    color: #fff;
		font-weight: normal;
	}

}