﻿@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 62.5%
}
body {
	font-size: 12px;
	color: #666;
	background-color: #ffffff;
	font-family: "heiti 黑体";
}
a {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #e60617;
}
a img {
	border: 0;
}
* {
	word-break: break-all;
}
.ul, .ul li, form, .dl, .dl dt, .dl dd, div, .p {
	padding: 0px;
	margin: 0px;
}
/*默认去除ul、li的默认样式*/
ul {
	list-style: none;
	margin: 0;
}
li {
	list-style: none;
	margin: 0;
}
/*初始化下拉菜单、单行输入框、多行输入框的样式*/
select, input, textarea {
	border-radius: 0;
	-webkit-border-radius: 0;
	color: #414446;
}
/*表单元素获得焦点时不显示虚线框*/
input:focus {
	outline: none;
}
input, button, select, textarea {
	outline: none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/
}
.Cle {
	font-size: 0;
	display: block;
	clear: both;
}
.t10 {
	margin-top: 10px;
}
.fl {
	float: left
}
.fr {
	float: right;
}
.l {
	float: left
}
.r {
	float: right;
	padding-top: 200px
}
.clear {
	clear: both
}
.r {
	float: right;
}
.l {
	float: left;
}
h3 {
	font-weight: normal;
}
#container {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
}
.fixed:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.fixed {
*zoom: 1;
}
.container {
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 0;
}
.w1200 {
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
/* 头部样式 */

.top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0;
}
.top_right {
	float: right;
	margin-right: 20px;
}
.top_right h3 {
	color: #e60617;
	font-size: 18px;
}
.nav_a {
	border-top: 1px solid rgb(195, 195, 195);
	position: relative;
}
.nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nav_left {
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nav_left li {
	text-align: center;
	color: #282828;
	font-size: 16px;
	width: 130px;
	padding: 10px 0;
}
.nav_left li a {
	display: block;
	width: 100%;
	height: 100%;
}
.nav_right {
	padding: 10px 0;
}
.nav_left li:hover dl {
	opacity: 1;
	transition: 0.6s;
	visibility: visible;
}
.nav_left li .nav_b {
	max-width: 1920px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 2;
	border-top: 1px solid rgb(195, 195, 195);
	background: white;
	opacity: 0;
	visibility: hidden;
}
.nav_left li:hover .nav_b {
	opacity: 1;
	transition: 0.6s;
	visibility: visible;
}
.nav_left li dl {
	width: 1200px;
	margin: 0 auto;
	/* display: flex;
    justify-content: center; */
	z-index: 5;
	opacity: 0;
	transition: 0s;
	visibility: hidden;
	padding-bottom: 10px;
}
.nav_left li dl dd {
	padding-top: 30px;
	float: left;
	line-height: 30px;
	transition: 0.3s;
	color: #282828;
	width: 150px;
	text-align: center;
	margin-right: 20px;
}
.nav_left li dl dd:hover {
	color: #e60012;
}
.nav_left li dl dd a {
	display: block;
	width: 100%;
	height: 100%;
}
.nav_left li dl dd figure div {
	position: relative;
	padding: 30% 0;
	height: 100%;
	overflow: hidden;
}
.nav_left li dl dd figure div img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.nav_left li:hover {
	color: #e60012;
}
.search {
	position: absolute;
	top: 100px;
	left: 40%;
	z-index: 5;
	opacity: 0;
	transition: 0s;
	visibility: hidden;
}
.search input {
	width: 200px;
	height: 40px;
	outline: none;
	font-size: 14px;
	padding-left: 10px;
}
.search button {
	position: absolute;
	width: 80px;
	border: none;
	height: 40px;
	outline: none;
	top: 0;
	left: 200px;
	background: #e60012;
	color: white;
	font-size: 14px;
}
.nav_right:hover:before {
	width: 100%;
	position: absolute;
	height: 170px;
	top: 100%;
	left: 0px;
	z-index: 5;
	content: "";
	background-color: rgb(255, 255, 255);
	border-top: 1px solid rgb(177, 177, 177);
}
.nav_right:hover .search {
	opacity: 1;
	transition: 0.6s;
	visibility: visible;
}
/*banner*/
.banner {
	width: 100%;
	overflow: hidden;
}
.banner .swiper-slide img {
	width: 100%;
}
.banner .swiper-pagination-bullet-active {
	opacity: 1;
	background: #005083;
	width: 10px;
	border-radius: 10px;
	height: 10px;
}
.banner .swiper-pagination-bullet {
	display: inline-block;
	background: #0065a6;
}
.title {
	width: 100%;
	max-width: 1200px;
	font-weight: bold;
	box-sizing: border-box;
	text-align: center;
	margin: 0 auto;
}
.title h5 {
	color: #656565;
	font-size: 24px;
	position: relative;
}
.title h5::before {
	width: 400px;
	position: absolute;
	height: 70px;
	top: -10px;
	left: 33.5%;
	z-index: 5;
	content: "";
	background: url(../images/xinping.png) no-repeat;
	background-size: 100% 100%;
}
.title p {
	font-size: 32px;
	font-weight: bold;
}
.title p span {
	color: #e60012;
}
.title1 {
	width: 100%;
	max-width: 1500px;
	font-weight: bold;
	line-height: 35px;
	overflow: hidden;
	text-align: center;
	margin: 35px auto;
}
.title1 h3 {
	font-size: 30px;
	color: #FFFFFF;
}
.title1 p {
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.product {
	padding-top: 84px;
	padding-bottom: 100px;
	background: url(../images/box1_bg.jpg) no-repeat top left;
	position: relative;
}
.layout {
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.product_com {
	max-width: 1500px;
	margin: 0 auto;
	position: relative;
}
.product_com .swiper-pagination {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	margin-top: 30px;
}
.product_com .swiper-pagination-bullet {
	margin-right: 10px;
}
.pro_box3 .pro_box3_a li figure div .ercode {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 120px;
	height: 120px;
	transition: 0.6s;
	transform: scale(0);
	background-color: #fff;
}
.pro_box3 .pro_box3_a li:hover figure div .ercode {
	transform: scale(1);
}
.product_com.swiper-pagination-bullet-active {
	background: #e60012 !important;
	width: 9px;
	height: 9px;
}
.product_com .swiper-pagination-bullet {
	border: 1px solid #e60012;
	opacity: 1;
	background: none;
}
.swiper-box2 ul {
	display: flex;
	justify-content: space-between;
	margin-top: 47px;
}
.swiper-box2 ul li {
	float: left;
	width: 228px;
	/*height: 388px;*/
	overflow: hidden;
	margin-left: 2.2px;
	border: 1px solid #cecece;
	transition: 1s;
}
.swiper-box2 ul li:hover {
	box-shadow: 0 0 8px #7070708e;
}
.swiper-box2 ul li:nth-child(1) {
	margin-left: 0px;
}
.swiper-box2 ul li figure div {
	position: relative;
	width: 388px;
	height: 388px;
}
.swiper-box2 ul li figure div img {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: 1s;
}
.swiper-box2 ul li figure div .co_hidden {
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: absolute;
	left: 0;
	top: 0;
	background: white;
}
.co_hidden {
	transform: scale(0);
}
.co_show {
	transform: scale(1);
}
.swiper-box2 ul li figure figcaption {
	padding: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	background: #fff;
}
.swiper-box2 ul li figure figcaption i {
	background: url(../images/ico_erweima.png) no-repeat center center;
	width: 25px;
	height: 25px;
	display: inline-block;
}
.product_com .list_bu {
	width: 100%;
	position: absolute;
	left: 0%;
	top: 43%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.product_com .list_bu .swiper-prev_box2, .product_com .list_bu .swiper-next_box2 {
	font-size: 36px;
	width: 50px;
	height: 50px;
	color: #cecece;
	text-align: center;
	line-height: 50px;
	outline: none;
	transform: rotate(45deg);
	z-index: 11;
	border: 1px solid #cecece;
	cursor: pointer;
	transition: 1s;
}
.product_com .list_bu .list_bu_a:hover {
	background: #e60012;
	color: white;
}
.product_com .list_bu .swiper-prev_box2 i, .product_com .list_bu .swiper-next_box2 i {
	transform: rotate(315deg);
}
.midtil {
	width: 100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden
}
.midtil li {
	width: 25%;
	float: left;
	position: relative;
}
.midtil li:nth-child(1) {
	width: 50%;
	float: left
}
.midtil ul li figure div {
	position: relative;
	padding: 37% 0;
	height: auto;
	overflow: hidden;
}
.midtil ul li figure div img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	transition: 1s;
	height: 100%;
	object-fit: cover;
}
.midtil ul li figure figcaption {
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	top: 0;
	text-align: center;
	display: flex;
	transition: 1s;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	background: rgba(17, 17, 17, 0.452);
}
.midtil ul li figure figcaption h5 {
	width: 100%;
	font-size: 24px;
	color: #ffffff;
	font-weight: normal;
}
.midtil ul li figure figcaption p {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #ffffff;
}
.midtil ul li:hover figure figcaption {
	background: rgba(225, 6, 22, 0.55);
}
.midtil ul li:hover figure div img {
	transform: scale(1.1);
}




.midbans{ padding-top:80px;
    background: url(../images/bg1.png) no-repeat right top;}

.midcons{
background: url(../images/kefeiya_15.jpg) no-repeat left top;
    height: 778px;
    position: relative;
    margin-top: 10px;
	width:1230px;
	margin:0 auto
}

.midconstxt {
    text-align: center;
    position: absolute;
    top: 15%;
    width: 32%;
    left: 34%;
}

.midconstxt h6 {
    font-size: 28px;
    color: #656565;
	text-transform: uppercase;
    font-weight: bold;
}

.midconstxt p {
    text-align: left;
    font-size: 14px;
    padding-top: 50px;
    line-height: 28px;
	text-indent:2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 12;
}

.midconstxt a {
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 85px;
    height: 85px;
    transition: 1s;
    margin-top: 55px;
    background: url(../images/jia.png)no-repeat center center;
}

.midconstxt a:hover {
    transform: scale(0.9)
}




/* news */
.news {
	width: 100%;
	margin: auto;
	padding:70px 0;
    background: url(../images/bg2.png)no-repeat bottom left;
}
.news_com {
	width: 1200px;
	margin: 0 auto;
	height: auto;
	text-align: center;
	overflow: hidden;
	margin-top: 40px;
}
.news_com .leftnews{
width: 48%;
	float: left;
}


.leftnews ul li {
    position: relative;
}

.leftnews ul li figure div {
    position: relative;
    padding: 33% 0;
    height: 100%;
    overflow: hidden;
}

.leftnews ul li figure div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    position: absolute;
    transition: 1s;
}

.leftnews ul li figure figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(17, 17, 17, 0.452);
    padding-left: 20px;
    color: white;
    height: 30px;
    line-height: 30px;
}

.leftnews ul li:hover figure div img {
    transform: scale(1.1);
}

.swiper-box3 .swiper-pagination {
    bottom: 4px !important;
    left: 44% !important;
}

.swiper-box3 .swiper-pagination-bullet-active {
    background: #e60012 !important;
}

.swiper-box3 .swiper-pagination-bullet {
    border: 1px solid #e60012;
    background: none;
    opacity: 1;
}



.hotnews{
	width: 50%;
	height: auto;
	overflow: hidden;
	float: right;
	text-align: left;
		box-sizing: border-box;
}

.hotnews ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 13px;
}

.hotnews ul li:nth-child(4) a {
    margin-bottom: 0;
}

.hotnews_ba {
    width:16%;
    background: #c9c9c9;
    text-align: center;
    color: white;
    padding: 10px 0;
    transition: 1s;
	float: left;
	box-sizing: border-box;
}

.hotnews_ba p {
    font-size: 14px;
}

.hotnews_ba p span {
    display: block;
    font-size: 36px;
    height: 44px;
    line-height: 44px;
}

.hotnews_bb {
	float: left;
    transition: 1s;
    width:84%;
    padding: 5px 12px;
	overflow: hidden;
    border: 1px solid #c9c9c9;
	box-sizing: border-box;
}

.hotnews_bb h5 {
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hotnews_bb p {
    font-size: 14px;
    color: #797979;
	width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hotnews ul li:hover .hotnews_ba {
    background: #e60012;
}

.hotnews ul li:hover {
    color: #e60012;
}

.hotnews ul li:hover .hotnews_bb {
    border-color: #e60012;
}
























#body3 {
	width: 100%;
	margin: 90px auto 0 auto;
	background-color: #FFF;
	overflow: hidden;
	color: #666
}
.botop {
	width: 100%;
	margin: 0 auto;
	background-color: #000;
	overflow: hidden;
	height: 145px;
	position: relative
}
.botop .line {
	width: 100%;
	height: 2px;
	background-color: white;
	position: absolute;
	z-index: 1;
	top: 50%;
}
.botop .til {
	width: 220px;
	height: 74px;
	position: absolute;
	z-index: 1;
	line-height: 74px;
	color: #ffcc66;
	font-size: 22px;
	left: 10%;
}
.botop .tils {
	width: 220px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	z-index: 1;
	top: 75px;
	color: #fff;
	font-size: 22px;
	left: 11%;
}
.botop .tilc {
	width: 350px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	z-index: 1;
	top: 75px;
	color: #fff;
	font-size: 14px;
	left: 11%;
}
.midcon {
	width: 100%;
	margin: 0 auto;
	background-color: #f5f3ef;
	overflow: hidden;
	height: auto;
	padding: 80px 0;
}
.bgc {
	background-color: #000;
}
.midcon .midcon_con {
	width: 1200px;
	height: 410px;
	margin: 0 auto;
}
.midcon .midcon_con .con_img {
	width: 540px;
	height: 410px;
	background-size: cover
}
.midcon .midcon_con .con_txt {
	width: 450px;
	height: 410px;
	margin-right: 140px;
}
.midcon .midcon_con .con_txt h3 {
	font-size: 28px;
	font-weight: bold;
	text-align: right;
	width: 100%;
	float: right;
}
.midcon .midcon_con .con_txt span {
	color: #777
}
.midcon .midcon_con .con_txt h4 {
	width: 250px;
	height: 10px;
	float: right;
	display: block;
	background-color: #777;
	margin: 30px 0 80px;
}
.midcon .midcon_con .con_txt p {
	width: 370px;
	height: auto;
	margin-top: 10px;
	font-size: 14px;
	float: right;
	display: block;
	color: #333
}
.midcon .midcon_con .con_txt a {
	width: 146px;
	height: 40px;
	border: 1px solid #666;
	border-radius: 15px;
	margin-top: 30px;
	font-size: 14px;
	float: right;
	display: block;
	color: #333;
	text-align: center;
	line-height: 40px;
}
.midcon .midcon_con .con_txt a:hover {
	background: #ffcc66;
	font-size: 14px;
	float: right;
	display: block;
	color: #333;
	border-color: #f5f3ef;
}
.midcon .midcon_con .con_txt1 {
	width: 450px;
	height: 410px;
	margin-right: 140px;
}
.midcon .midcon_con .con_txt1 h3 {
	font-size: 28px;
	font-weight: bold;
	text-align: right;
	width: 100%;
	float: right;
}
.midcon .midcon_con .con_txt1 span {
	color: #fff
}
.midcon .midcon_con .con_txt1 h4 {
	width: 250px;
	height: 10px;
	float: right;
	display: block;
	background-color: #fff;
	margin: 30px 0 80px;
}
.midcon .midcon_con .con_txt1 p {
	width: 370px;
	height: auto;
	margin-top: 10px;
	font-size: 14px;
	float: right;
	display: block;
	color: #fff
}
.midcon .midcon_con .con_txt1 a {
	width: 146px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 15px;
	margin-top: 30px;
	font-size: 14px;
	float: right;
	display: block;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
.midcon .midcon_con .con_txt1 a:hover {
	background: #ffcc66;
	font-size: 14px;
	float: right;
	display: block;
	color: #333;
	border-color: #f5f3ef;
}



.mnav {
	width: 247px;
	height: 70px;
	text-align: center;
	margin: 25px auto;
	background: url(../images/mbg.jpg) top center no-repeat;
	line-height: 70px;
	font-size: 22px;
	font-weight: 700px;
	color: #999;
}
.lMenu {
	margin: auto;
	width: 1072px;
	padding: 20px 0;
}
.lMenu h2 {
	text-align: center;
	padding: 15px 0px;
	margin: 0px;
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
}
.lMenu h2 b {
	display: block;
	color: #303074;
	font-weight: normal;
}
.lMenu h2 em {
	display: block;
	color: #c1c1c1;
	font-style: normal;
}
.lMenu dl {
	text-align: center;
}
.lMenu dl span {
	position: relative;
	margin-top: -1px;
	margin-left: -1px;
	width: 152px;
	display: inline-block;
	line-height: 40px;
	border: solid 1px #d0d0d0;
	overflow: hidden;
	background-color: #e2e2e2;
}
.lMenu dl span a {
	color: #484848;
	font-size: 14px;
}
.lMenu dl span.on {
	background: #eaeaea url(../images/menu_icon.jpg) no-repeat 10px center;
}
.lMenu dl span.on a {
	color: #0f1837;
}
.body3_title {
	height: 45px;
	line-height: 45px;
	font-weight: bolder;
	color: #0d2f6c;
	width: 1200px;
	margin: 0 auto;
}
.body3_title p {
	width: 50%;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	padding-right: 25px;
	text-indent: 20px;
}
.body3_title p a {
	color: #0d2f6c;
}
.body1 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 10px;
	overflow: hidden;
	margin-bottom: 15px;
	background-color: #0c2166;
	color: #FFF
}
.body1 .pb {
	padding-bottom: 20px;
}
.shiping {
	width: 1050px;
	margin: 0 auto;
	height: 500px;
	padding-bottom: 20px;
}
.shiping h3 {
	line-height: 55px;
	font-size: 20px !important;
	font-weight: normal !important
}
.w1200 {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.body3_r2 {
	padding: 20px;
	line-height: 200%;
	color: #6e5f4f;
}
.body3_r3 {
	width: 1100px;
	text-align: center;
	margin: 0 auto;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	padding-bottom: 25px;
}
.body3_r4 {
	width: 1100px;
	height: 50px;
	margin: 0 auto;
	text-align: center;
}
.body3_r5 {
	padding: 20px 15px;
	line-height: 25px;
}
/*产品系列*/
.Content {
	width: 100%;
	overflow: hidden;
	position: relative;
	min-height: 450px;
}
.mainCont {
	margin: 30px 0;
}
.Current {
	font-size: 14px;
	line-height: 50px;
	position: relative;
	z-index: 40;
}
.Current, .Current a {
	color: #a0a0a0;
}
.Current a:hover, .Current span {
	color: #000;
}
.dot {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.Pic100 {
	position: relative;
	width: 100%;
	height: 0;
}
.Pic100 img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.wid {
	max-width: 1280px;
	margin: 0 auto;
}
.list_menu {
	text-align: center;
	padding: 3% 0 2%;
	position: relative;
}
.list_menu li {
	display: inline-block;
	margin: 0 2% 2%;
}
.list_menu li img {
	width: 54px;
	height: 54px;
	display: block;
	margin: 0 auto;
}
.list_menu li p {
	margin: 5px auto 2px;
	color: #000;
	font-size: 18px;
	border-bottom: 2px solid #fff;
}
.list_menu li span {
	font-size: 14px;
	display: block;
	color: #707070;
}
.list_menu li .aon p {
	border-bottom-color: #000;
}
.list_menu .line {
	position: absolute;
	width: 1920px;
	left: 50%;
	margin-left: -960px;
	bottom: 0;
	background: #e5e5e5;
	height: 1px;
	overflow: hidden;
}
.mainMenu {
	position: relative;
	text-align: center;
	line-height: 0;
	padding-bottom: 1px;
	background: #fff;
}
.mainMenu .line {
	position: absolute;
	width: 1920px;
	left: 50%;
	margin-left: -960px;
	bottom: 0;
	background: #e5e5e5;
	height: 1px;
	overflow: hidden;
}
.mainMenu .one {
	display: inline-block;
}
.mainMenu .one > li {
	float: left;
	position: relative;
}
.mainMenu .one > li {
	margin: 0 30px;
}
.mainMenu .one > li a {
	display: block;
}
.mainMenu .one > li > a {
	font-size: 16px;
	color: #000;
	line-height: 20px;
	padding: 20px 0 18px 0;
	border-bottom: 2px solid #fff;
}
.mainMenu .one > li > a:hover, .mainMenu .one > li.on > a {
	border-bottom-color: #000;
}
.mainMenu .two {
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 60px;
	z-index: 5;
	color: #fff;
	background: rgba(255,255,255,1);
	border: 1px solid #e5e5e5;
}
.mainMenu .two > li {
	line-height: 40px;
	display: block;
}
.mainMenu .two > li > a {
	color: #333;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 15px;
}
.mainMenu .two > li > a:hover {
	background: #e1e1e1;
}
.wid {
	max-width: 1280px;
	margin: 0 auto;
}
.product_list {
	padding: 3% 1% 1% 3%;
	height: auto;
	overflow: auto;
	width: 96%;
}
.product_list ul li {
	float: left;
	width: 22%;
	margin-bottom: 20px;
	margin-right: 2%;
}
.product_list ul li:hover {
	-webkit-box-shadow: 0 0 0 3px #8d837a;
	-moz-box-shadow: 0 0 0 3px #8d837a;
	box-shadow: 0 0 0 3px #8d837a;
}
.product_list ul li:nth-child(4n) {
	margin-right: 0;
}
.product_list ul li figure {
	border: solid 1px #e5e5e5;
	padding: 7.22%;
}
.product_list ul li figure a {
	display: block;
	width: 100%;
	padding-bottom: 60%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.product_list ul li figure:hover a.NOnone {
	display: none;
}
.product_list ul li figure a.hoverdas {
	display: none;
}
.product_list ul li figure:hover a.hoverdas {
	display: block;
}
.product_list ul li h5 {
	font-size: 14px;
	padding: 20px 0 20px 70px;
	position: relative;
}
.product_list ul li h5 a {
	display: block;
}
.product_list ul li .more-list {
	left: 20px;
	position: absolute;
	padding: 0 10px 0 0;
	margin-right: 10px;
	border-right: solid 1px #d6d3d1;
}
.product_list ul li .more-list {
	font-weight: bold;
	font-size: 15px;
}
.product_list ul li .more-list a {
	color: #c1ae8b;
	display: inline-block;
	width: 27px;
	line-height: 27px;
	height: 27px;
	border: solid 1px #bebebe;
	text-align: center;
	border-radius: 100%;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
}
.product_list ul li .more-list a:hover {
	background-color: #F00;
	color: #fff;
}
/*图片展示页面*/
.imglist {
	margin-bottom: 50px;
}
.imglist .lr .b_img, .imglist .rl .txt {
	float: left;
}
.imglist .lr .txt, .imglist .rl .b_img {
	float: right;
}
.imglist .lst {
	height: 320px;
	width: 1100px;
	margin-bottom: 38px;
	border: 1px solid #CCC;
	padding: 10px;
	margin: 0 auto;
}
.imglist .b_img {
	width: 488px;
	height: 320px;
	position: relative;
	cursor: pointer;
}
.imglist .b_img .b_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: #000;
	opacity: 0;
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
}
.imglist .b_img .b_more {
	width: 240px;
	height: 110px;
	position: absolute;
	color: #fff;
	font-size: 24px;
	text-align: center;
	left: 50%;
	top: 50%;
	margin-left: -120px;
	margin-top: -55px;
}
.imglist .b_img .b_more a {
	font-size: 20px;
	color: #fff;
	display: block;
	width: 113px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border: 1px solid #fff;
	margin: 30px auto 0;
}
.imglist .b_img>img {
	width: 100%;
	height: 320px;
}
.imglist .txt {
	width: 600px;
	height: 320px;
	text-align: center;
	position: relative;
	color: #4f4f4f;
}
.imglist .txt .s_img {
	height: 320px;
	width: 320px;
	overflow: hidden;
	text-align: center;
	float: left;
}
.imglist .txt .s_img img {
	width: 320px;
	height: auto;
	max-height: 320px;
}
.imglist .txt .more {
	display: block;
	margin: 0 auto;
	width: 270px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666666;
	background: #cccccc;
}
.imglist .lst:hover .txt .more {
	background: #cccccc;
	color: #666666;
}
.imglist .lst:hover .b_img .b_bg {
	opacity: 0.7;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.imglist .txt .s_txt {
	height: 320px;
	width: 270px;
	overflow: hidden;
	text-align: center;
	float: right;
}
.imglist .txt .s_txt p {
	font-size: 12px;
	height: auto;
	line-height: 24px;
	margin: 8px 0;
	text-align: left;
}
.imglist .txt .s_txt h3 {
	font-size: 26px;
	color: #000
}
.w1920 {
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
	border-top: 2px solid #666;
	padding-top: 50px;
}
.ab1 {
	width: 100%;
	background-color: #e3e2de;
	text-align: center;
}
.ab2 {
	width: 100%;
	background-color: #f4f4f4;
	text-align: center;
	padding: 25px 0;
}
.ab3 {
	width: 100%;
	background-color: #e3e2de;
	text-align: center;
}
.w1050 {
	margin: 0 auto;
	width: 1100px;
	position: relative;
	border-top: 2px solid #666;
	padding-top: 50px;
}
.news_con {
	margin-bottom: 20px;
}
.newslist {
	height: auto;
	overflow: hidden;
}
.newslist .title {
	height: 50px;
	overflow: hidden
}
.newslist span.line {
	display: block;
	height: 5px;
	width: 50px;
	background: #45b8ea;
	float: left;
	margin: 10px 0px;
}
.newslist h2 {
	font-size: 20px;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	height: 30px;
	margin-bottom: 5px;
	font-weight: normal;
	color: #4f4f4f;
}
.newslist h2 a {
	color: #666;
}
.newslist h2 a:hover {
	text-decoration: underline;
}
.newslist .con {
	height: 210px;
	margin-bottom: 30px;
	width: 1100px;
	overflow: hidden
}
.newslist .auto {
	height: auto;
}
.newslist .con .fl {
	width: 330px;
}
.newslist .con .fr {
	width: 650px;
	padding: 20px;
	font-size: 14px;
	line-height: 30px;
	text-align: left
}
.newslist .con p {
	color: #666;
	width: 650px;
	float: left;
}
.newslist p.p1 {
	height: 75px !important;
	text-indent: 2em;
}
.ioc {
	width: 330px;
	height: 50px;
	margin: 0 auto;
	text-align: left;
}
.ioc li {
	width: 130px;
	height: 30px;
	float: left;
	line-height: 30px;
	padding: 10px 0;
	margin-left: 35px;
}
.ioc .c1 {
	width: 35px;
	height: 30px;
	margin-right: 10px;
	border-right: 1px dashed #FFFFFF;
	background: url(../images/ioc_06.jpg) left center no-repeat;
	display: block;
	float: left;
}
.ioc .c2 {
	width: 35px;
	height: 30px;
	margin-right: 10px;
	border-right: 1px dashed #FFFFFF;
	background: url(../images/ioc_03.jpg) left center no-repeat;
	display: block;
	float: left;
}
.ioc li a {
	color: #FFF;
}
#page {
	text-align: center;
	height: 40px;
	width: 1000px;
	font-size: 14px;
	margin: 0 auto;
}
#page strong {
	color: #6e5f4f
}
#page input.page1 {
	width: 20px;
}
#page a {
	color: #6e5f4f;
}
#page a:hover {
	color: #6e5f4f;
}
.pro_show_con {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.conimg {
	width: 1200px;
	height: auto;
	margin: 25px auto;
}
.conimg .bpic {
	width: 530px;
	height: auto;
	overflow: hidden;
	float: left;
}
.conimg .bpic img {
	width: 100%;
}
.conimg .productText {
	margin-left: 590px;
}
.conimg .productText h3 {
	font-size: 2.8em;
	color: #000;
	padding: 27px 0 25px;
	display: inline-block;
	vertical-align: middle
}
.conimg .info {
	color: #7b7b7b;
	font-size: 1.6em;
	line-height: 30px;
}
.conimg .productInfo {
	height: auto;
	overflow: hidden;
	margin-top: 43px;
	padding-top: 23px;
	border-top: 1px solid #eaeaea;
}
.conimg .productInfo div {
	height: auto;
	overflow: hidden;
}
.conimg .productInfo div b {
	display: block;
	float: left;
	line-height: 42px;
	color: #000;
	font-size: 14px;
}
.conimg .productInfo div p {
	margin-left: 108px;
	line-height: 42px;
	color: #6d6d6d;
	font-size: 14px;
}
.conimg .productInfo .icons {
	margin-left: 104px;
	margin-top: 15px;
}
.conimg .productInfo .icons li {
	float: left;
	margin: 0 0 4px 4px;
	width: 56px;
	text-align: center;
	display: list-item;
}
.conimg .productInfo .icons li img {
	display: block;
	width: 48px;
	height: 49px;
}
.conimg .productInfo .icons p {
	margin-left: 0;
	line-height: 42px;
	color: #6d6d6d;
	font-size: 14px;
}
.conimg .otherProduct {
	height: auto;
	overflow: hidden;
	padding-bottom: 96px;
	background-color: #f8f8f8;
}
.conimg .productText-y {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}
.conimg .productText-y .info {
	display: inline-block;
	vertical-align: middle;
}
.conimg .productText-y img {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 10px;
	cursor: pointer;
	vertical-align: middle;
}
.conimg .productText-y img:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.conimg .productzan span img {
	display: block;
	width: 101px;
	height: 101px;
	margin: 42px auto 5px;
}
.conimg .productzan span img:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.conimg .recommandProduct {
	height: auto;
	overflow: hidden;
	padding-bottom: 97px;
	background-color: #f8f8f8;
}
.moimg {
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding: 50px 0;
	background-color: #f8f8f8;
}
.moimg .mocon {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.moimg .mocon h3 {
	font-size: 2.5em;
	color: #000;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.moimg .mocon li {
	width: 20%;
	float: left;
	box-sizing: border-box;
	padding: 10px;
}
.moimg .mocon li img {
	width: 100%;
}
.remimg {
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding: 60px 0;
	background-color: #eef0f1
}
.remimg .remcon {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.remimg .remcon h3 {
	font-size: 2.5em;
	color: #000;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.remimg .remcon li {
	width: 20%;
	float: left;
	box-sizing: border-box;
	padding: 10px;
}
.remimg .remcon li img {
	width: 100%;
}
.otimg {
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding: 50px 0;
}
.otimg .otcon {
	width: 700px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}
.otimg .otcon h3 {
	font-size: 2.5em;
	color: #000;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.otimg .otcon p {
	padding-top: 10px;
}
.otimg .otcon img {
	width: 100%;
}
.otimg .otcon .swiper-pagination {
	bottom: 0
}
.con_con {
	width: 100%;
	max-width: 1920px;
	background-color: #dddddd;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.pro_show_con .con3 {
	margin-top: 45px;
	margin-bottom: 50px;
	width: 1000px;
	overflow: hidden
}
.xg {
	width: 1000px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	padding-top: 200px;
	background: url(../images/xg.jpg) right 15px no-repeat;
	padding-bottom: 50px;
}
/*left*/

#left {
	width: 227px;
	float: left;
	height: auto;
	overflow: hidden;
}
.left2 {
	width: 227px;
	height: 30px;
}
.left3 {
	width: 225px;
	height: auto;
	padding-bottom: 20px;
}
.left4 {
	width: 227px;
	height: auto;
	margin: 15px auto;
}
/*kefu*/

.kefu {
	width: 100%;
	height: 284px;
	margin: 0 auto;
	background: url(../images/fuwu_11.jpg) center no-repeat;
	text-align: center;
	overflow: hidden;
}
.kefu .t3 {
	font-size: 20px;
	background-color: #17288b;
	padding: 0px 20px;
	width: 220px;
	height: 55px;
	line-height: 55px;
	margin: 160px auto;
}
.kefu a .t3 {
	color: #FFF
}
.kefu a:hover .t3 {
	color: #FFF;
	background-color: #ffa64b;
}
/*底部*/




/* foot */
.footer {
	height: auto;
	box-sizing: border-box;
	background: #565656;
	color: #fff;
	overflow: hidden;
}
.bottom {
	width: 1200px;
	margin: 0 auto;
	line-height: 30px;
	font-size: 14px;
	text-align: left;
	overflow: hidden;
	height:auto;
	padding-bottom:25px;
}
.bottom a {
	color: #707070;
	margin-right: 10px;
	font-size: 12px;
}

.bottom .ewm {
	float: left;
	margin-top: 35px;
}


.fmenv{
	float: left;
	margin-left:100px;
	margin-top: 35px;
}
.fmenv ul li {
    float: left;
    margin-right: 40px;
}

.fmenv ul li p {
    margin-bottom: 10px;
}

.fmenv ul li p a {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 15px;
}

.fmenv ul li>a {
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    display: block;
    line-height: 24px;
    margin-bottom: 5px;
}

.fmenv ul li a:hover {
    color: #e60012;
}





.copay {
	width: 100%;
	margin-top: 30px;
	font-size: 16px;
	margin: auto;
	text-align: center;
	height:70px;
	line-height:70px;
	color:white;
	background-color: black;
}
