.wap-flex{
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -moz-box-pack:space-between;
    -webkit--moz-box-pack:space-between;
    box-pack:space-between;
    align-items: center;
    -webkit-align-items:center;
    box-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.body-box{
	height: 100vh;
	overflow-y: hidden;
}
.fixed-lianxi{
	position: fixed;
	top: 65%;
	right: 3px;
	z-index:15;
}
.fixed-item{
	width: 60px;
	height: 58px;
	line-height: 58px;
	background-color: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	text-align: center;
	margin-bottom: 3px;
	cursor: pointer;
}
.fixed-tu{
	animation: toTop 6s infinite linear;
	-webkit-animation: toTop 6s infinite linear;
	-o-animation: toTop 6s infinite linear;
	-moz-animation: toTop 6s infinite linear;
}
.fixed-lianxi .fixed-icon-up{
	transform: translate(0,-20px);
	-webkit-transform: translate(0,-20px);
}

@keyframes toTop {
	0% {transform: translate(0,0);}
	20% {transform: translate(0,0);}
	21% {transform: translate(0,-20px);}
	40% {transform: translate(0,-20px);}
	41%{transform: translate(0,0);}
	100% {transform: translate(0,0);}
}
@-webkit-keyframes toTop {
	0% {transform: translate(0,0);}
	20% {transform: translate(0,0);}
	21% {transform: translate(0,-20px);}
	40% {transform: translate(0,-20px);}
	41%{transform: translate(0,0);}
	100% {transform: translate(0,0);}
}
@-o-keyframes toTop {
	0% {transform: translate(0,0);}
	20% {transform: translate(0,0);}
	21% {transform: translate(0,-20px);}
	40% {transform: translate(0,-20px);}
	41%{transform: translate(0,0);}
	100% {transform: translate(0,0);}
}
@-moz-keyframes toTop {
	0% {transform: translate(0,0);}
	20% {transform: translate(0,0);}
	21% {transform: translate(0,-20px);}
	40% {transform: translate(0,-20px);}
	41%{transform: translate(0,0);}
	100% {transform: translate(0,0);}
}
.fixed-icon1 img{
	display: inline-block;
	vertical-align: middle;
}
.fixed-item-phone{
	position: relative;
}
.fixed-phone{
	position: absolute;
	top: 0;
	width: 156px;
	left: -156px;
	background: #bd1c21;
	border-radius: 10px 0 10px 10px;
	line-height: 20px;
	padding: 15px 12px;
	display: none;
}
.fixed-phone-active{
	background: #bd1c21;
	border: none;
	border-radius: 0 4px 4px 0;
}
.fixed-phone p{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px dashed #fff;
	padding: 0 8px 10px 8px;
}
.fixed-phone-top{
	text-align: center;
	font-size: 0;
	margin-bottom: 8px;
}
.fixed-phone-top img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.fixed-phone-top span{
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}

.fixed-phone-bottom-item{
	font-size: 0;
	text-align: center;
	background-color: #fff;
	padding: 3px 15px;
	border-radius: 13px;
	margin-top: 15px;
}
.fixed-phone-bottom-item img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}
.fixed-phone-bottom-item span{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #bd1c21;
}
.fixed-icon{
	text-align: center;
	position: relative;
	z-index: -1;
	margin-bottom: -57px;
}


.fixed-icon img{
	display: inline-block;
}
.fixed-icon2{
	width: 100%;
	height: 100%;
	background-image: url(../images/right-fixed-icon3.png);
	background-repeat: no-repeat;
	background-position: center;
}
.fixed-icon2-active{
	background-image: url(../images/right-fixed-icon6.png);
	background-repeat: no-repeat;
	background-position: center;
}
.fixed-icon3{
	width: 100%;
	height: 100%;
	background-image: url(../images/right-fixed-icon4.png);
	background-repeat: no-repeat;
	background-position: center;
}
.fixed-icon3:hover{
	background-image: url(../images/right-fixed-icon7.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #bd1c21;
}
.fixed-icon4{
	width: 100%;
	height: 100%;
	background-image: url(../images/right-fixed-icon5.png);
	background-repeat: no-repeat;
	background-position: center;
}
.fixed-icon4:hover{
	background-image: url(../images/right-fixed-icon5-active.png);
	background-repeat: no-repeat;
	background-position: center;
}
.fixed-item-toTop{
	display: none;
}
.zhe {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
}
.nav-la{
	display:none;
}
.z-con{
	width: 1170px;
	margin: 0 auto;
}
/*head*/
.ding-gu{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}
.z-ding{
	width: 100%;
	height: 44px;
	/*background: rgba(0,0,0,0.4);*/
}
.header{
	background: url(../images/head_bg.png) repeat-x;
}
.z-ding-box{
	width: 1170px;
	margin: 0 auto;
}
.ding-left{
	float: left;
}
.language{
	float: left;
	margin-right: 40px;
}
.language:hover ul{
	display: block;
}
.language-top{
	font-size: 15px;
	color: #808080;
	line-height: 44px;
}
.language-top2{
	color: #fff;
}
.language-top span{
	display: inline-block;
	width: 12px;
	height: 7px;
	background: url(../images/z-icon1.png) no-repeat center;
}
.language ul{
	font-size: 14px;
    width: 70px;
    border: 1px solid #E4E4E4;
    border-bottom: none;
    position: absolute;
    top: 44px;
    z-index: 100;
    background: #fff;
    display: none;
}
.language ul li{
	width: 100%;
    border-bottom: 1px solid #e4e4e4;
    text-align: center;
    line-height: 14px;
    padding: 7px 0px;
}
.language ul li a{
	font-size: 14px;
	color: #777;
}
.language ul li a:hover{
	color: #bd1d21;
}
.z-search{
    width: 284px;
    height: 26px;
    vertical-align: top;
    text-align: left;
    float: left;
    background-color: #fff;
    margin-top: 9px;
    border-radius: 6px;
    overflow: hidden;
}
.z-search form{
	background: #ebeef0;
}
.search-input1{
	width: 240px;
    background: #ebeef0;
    height: 26px;
    line-height: 26px;
    padding-left: 10px;
    font-size: 12px;
    float: left;
    border: none;
    outline: none;
    color: #999;
}
.search-input2{
	width: 20px;
    height: 20px;
    background: url(../images/z-search.png) no-repeat center;
    float: right;
    border: none;
    margin-right: 10px;
    margin-top: 3px;
    cursor: pointer;
}
.ding-right{
	float: right;
	position: relative;
}
.ding-right-phone{
	font-size: 14px;
    line-height: 44px;
    float: left;
    font-weight: bold;
    margin-right: 30px;
}
.ding-right-phone img{
	display:inline-block;
	vertical-align:middle;;	
}
.ding-right-phone a{
	color: #ffffff;
}
.ding-right-wx{
	float: left;
	line-height: 44px;
	margin-left: 10px;
}
.ding-right-wx img{
	cursor: pointer;
}
.weixin{
	position: absolute;
    width: 120px;
    top: 44px;
    right: 0;
    z-index: 100;
    display: none;
}
.header2 .z-ding{
	background: #fff;
}
.header2 .ding-right-phone a{
	color: #bd1c21;
	display:inline-block;
	vertical-align:middle;
}
.header2 .z-nav {
	margin: 0 auto;
}
.header2 .nav-box{
	background: rgba(0,0,0,0.6);
}
.gz-con{
	width: 1180px;
}
.banner{
	width: 100%;
	height: 738px;
	background: url(../images/banner2.jpg) no-repeat center;
}

/*nav*/
.header .z-nav{
	margin: 20px auto;
}

.z-nav .logo{
	float: left;
	padding: 20px 0;
}
.z-nav .logo img{
	width: 85%;
	display: block;
}
.z-nav>ul{
	float: right;
	line-height: 34px;
}
.header .z-nav>ul>li{
	float: left;
	margin: 0 12px;
}
.z-nav>ul>li{
	float: left;
	margin: 0 12px;
	padding: 18px 0;
}
.z-nav>ul>li>a{
	font-size: 16px;
	color: #fff;
	padding-bottom: 4px;
	display: block;
	border-bottom: 1px solid transparent;
	font-weight:bold;
}
.z-nav>ul>li .a-active{
	border-bottom: 1px solid #fff;
	font-weight:bold;
	margin-top:-5px;
}
.z-nav>ul>li .a-active2{
	border-bottom: 1px solid #fff;
	font-weight:bold;
	margin-top:-5px;
}


/*footer*/
.footer{
	background: #2f3134;
}
.footer a:hover{
	color: #eee;
}
.footer a{
	color: #fff;
}
.footer-top{
	width: 1170px;
	margin: 0 auto;
	padding: 40px 0 50px 0;
}
.footer-ks{
	width: 11%;
	float: left;
	padding-right: 50px;
	border-right: 1px solid #fff;
}

.footer-ks h4{
	font-size: 17px;
	color: #fff;
	font-weight: bold; 
}
.footer-ks-a{
	margin-top: 30px;
}
.footer-ks a{
	display: block;
	font-size: 15px;
	color: #fff;
	margin-top: 20px;
}
.footer-lx{
	width: 33%;
	float: left;
	padding: 0 50px 0 50px;
	border-right: 1px solid #fff;
}
.footer-lx h4{
	font-size: 17px;
	color: #fff;
	font-weight: bold; 
}
.footer-lx-p{
	margin-top: 30px;
} 
.footer-lx-p p{
	font-size: 15px;
	color: #fff;
	margin-top: 25px;
}
.footer-lx-p p em{
	font-weight: bold;
}
.footer-lx-p p span{
	margin-right: 10px;
}
.footer-ban{
	float: left;
	width: 36%;
	padding: 0 0 0 50px;
	border-right: 1px solid #fff;
}
.footer-ban h4{
	font-size: 17px;
	color: #fff;
	font-weight: bold; 
}
.footer-ban-p{
	font-size: 15px;
	color: #fff;
	line-height: 26px;
	margin-top: 30px;
	overflow: hidden;
}
.footer-ban-p div{
	float: left;
	width: 50%;
	padding-right: 50px;
}
.footer-ban-p p{
	text-align: center;
	margin-top: 10px;
}

.footer-3d{
	float: left;
	width: 20%;
	padding: 0 50px;
	margin-top: 20px;
}
.footer-3d>img{
	width: 100%;
	margin: 30px 0 10px 0;
}
.footer-3d p{
	text-align: center;
	color: #fff;
}
.footer-3d p a{
	font-size: 15px;
	color: #fff;
}
.footer-zi{
	margin-top: 30px;
	text-align: center;
}
.footer-zi a{
	display: inline-block;
	font-size: 15px;
	color: #fff;
	padding: 6px 15px;
	background: #bd1d21;
	border-radius: 6px;
}
.footer-zi a:hover{
	color: #fff;
}
.footer-zi a span{
	margin-right: 8px;
}
.footer-ma{
	float: right;
}
.footer-ma img{
	width: 100%;
	margin-bottom: 10px;
}
.footer-ma p{
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.footer-bottom{
	border-top: 1px solid #fff;
	padding: 20px 0;
	background: #414243;
}
.footer-bottom-con{
	width: 1170px;
	margin: 0 auto;
}
.footer-boot-left{
	font-size: 15px;
	color: #fff;
	text-align: center;
}
.footer-boot-left a{
	color: #fff;
}
.footer-boot-left p span{
	margin-left: 20px;
	margin-right: 10px;
}

.footer-boot-left p a img{
	float: right;
	z-index: 2;
	display: none;
	position: relative;
	right: 180px;
	bottom: 770px;
}

.footer-boot-left p a:hover img{
	display: block;
}


/*footer*/
.footer2{
	width: 100%;
}
.footer2 .foot-honor{
	background: #2f3134;
	border-top: 1px solid rgba(255,255,255,0.2);
}
.footer2-top{
	width: 100%;
	height: 78px;
	line-height: 78px;
	background: #2f3134;
}
.footer2-a{
	width: 1170px;
	margin-left:50px;
	text-align: center;
}
.footer2-a a{
	font-size: 16px;
	color: #fff;
	margin: 0 20px;
	display: inline-block;
}
.footer2-bottom{
	width: 100%;
	height: 60px;
	background: #414243;
	line-height: 60px;
}
.footer2-bottom p{
	width: 1200px;
	margin: 0 auto;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
}
.footer2-bottom p a{
	color: #ffffff;
	margin: 0 20px;
}
.footer2-bottom a.beian{ margin:0;} 
.footer2-bottom img{
	float: right;
	z-index: 2;
	display: none;
	position: relative;
	right: 180px;
	bottom: 790px;
}

.footer2-bottom p a:hover img{
	display: block;
}
.footer2-bottom p em{
	display: inline-block;
	width: 14px;
	height: 16px;
	background: url(../images/f-guo2.png) no-repeat center;
	margin-right: 6px;
	margin-bottom: -3px;
}
.foot-honor .wap-flex{
	align-items: center;
	justify-content: center;
}
.foot-honor{
	border-top: 1px solid #fff;
	padding: 25px 0;
}
.foot-honor img{
	margin: 0 15px;
}

/*nav*/
.z-nav{
	position: relative;
}
.nav-gongyi-wai{
	padding: 40px 0 40px 45px;
	width: 100%;
	background: #fff;
	position: absolute;
	top: 70px;
	left: 0;
	z-index: 10;
	overflow: hidden;
}
.nav-gongyi-item{
	float: left;
	width: 16.5%;
}
.nav-gongyi-item-h3{
	padding-right: 20%;
}
.nav-gongyi-item-h3 img{
	width: 100%;
}
.nav-gongyi-item-h3 h3{
	font-size: 16px;
	color: #bd1c21;
	font-weight: bold;
	background: url(../images/nav-icon1.png) no-repeat center left;
	padding-left: 20px;
	margin-bottom: 10px;
}
.nav-gongyi-item-h3 p{
	font-size: 14px;
	color: #999999;
	line-height: 22px;
}
.nav-gongyi-item ul{
	margin-top: 10px;
	padding-left: 13px;
}
.nav-gongyi-item li{
	list-style: url(../images/nav-icon2.png);
}
.nav-gongyi-item li a{
	color: #666666;
	font-size: 15px;
}
.nav-gongyi-item li a:hover{
	color: #bd1c21;
}
.nav-gongyi-wai2{
	padding: 40px 0 40px 40px;
	width: 100%;
	background: #fff;
	position: absolute;
	top: 70px;
	left: 0;
	z-index: 10;
	overflow: hidden;
}
.nav-gongyi-wai2 .nav-gongyi-item{
	width: 20%;
}
.nav-gongyi-wai2 .nav-gongyi-item-h3{
	padding-right: 40px;
}

/*nav-jiaru*/
.nav-jiaru{
	padding-right: 40px;
}
.nav-jiaru ul{
	margin-top: 20px;
}
.nav-jiaru li{
	float: left;
	width: 32%;
	height: 200px;
	margin-right: 2%;
}
.nav-jiaru li:last-child{
	margin-right: 0;
}
.nav-jiaru .nav-jiaru-left{
	float: left;
	width: 35%;
	height: 100%;
	padding: 0 23px;
	background: #bd1c21;
	color: #fff;
	text-align: center;
}
.nav-jiaru .nav-jiaru-left p{
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px;
	text-align: left;
}
.nav-jiaru .nav-jiaru-left:hover{
	margin-top: -30px;
}
.nav-jiaru .nav-jiaru-left span{
	font-size: 12px;
	line-height: 18px;
	height: 36px;
	display: block;
	text-align: left;
	margin-bottom: 50px;
}
.nav-jiaru .nav-jiaru-right{
	float: left;
	width: 65%;
	height: 100%;
}
.nav-jiaru .nav-jiaru-right img{
	width: 100%;
	height: 100%;
}
.nav-jiaru-hong{
	display: none;
	margin-top: 100px;
}
.nav-kuang-wai-top{
	padding-left: 90px;
}
.nav-kuang-wai-top-item{
	float: left;
	margin-right: 30px;
}
.nav-kuang-wai-top-item2{
	margin: 0 45px 0 30px;
}
.nav-kuang-wai-top-item h4{
	font-size: 28px;
	color: #bd1c21;
	font-weight: bold;
	text-align: center;
	margin-bottom: 16px;
	margin-top: 20px;
}
.nav-kuang-wai-top-item p{
	font-size: 16px;
	color: #fff;
	background: #bd1c21;
	text-align: center;
	padding: 2px 20px;
	font-weight: bold;
}
.nav-kuang-wai-top-item img{
	margin-top: 70px;
}
.nav-kuang-wai-center{
	padding: 0 80px;
}
.nav-kuang-wai-center img{
	width:96%;
}
.nav-kuang-wai-bottom a, .nav-kuang-wai-bottom span{
	display: inline-block;
	vertical-align: middle;
}
.nav-kuang-wai-bottom a{
	width: 9.6%;
}
.nav-kuang-wai-bottom a img{
	width: 100%;
}
.nav-kuang-wai-bottom {
	padding-left: 34px;
	padding-right: 30px;
}
.nav-kuang-wai-bottom span{
	margin-top: -30px;
	width: 2%;
}
.nav-kuang-wai-bottom span img{
	width: 100%;
}
.nav-kuang{
	padding-left: 0;
	padding-top: 0;
}
.nav-kuang-wai-bottompic{
	overflow: hidden;
	display: inline-block;
	border:1px solid #bd1d21;
	display: block;
	transition: all 0.3s;
	vertical-align: middle;
	transform: scale(1);
}
/*.nav-kuang-wai-bottompic img{
	display: block;
	transition: all 0.3s;
	vertical-align: middle;
	transform: scale(1);
}*/
.nav-kuang-wai-bottom a:hover .nav-kuang-wai-bottompic{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.nav-kuang-wai-bottom p{
	color: #333;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	background: url(../images/xin-nav-icon.png) no-repeat right center;
	padding-right: 15px;
	
}
.nav-kuang-wai-bottom{
	text-align:center;
}
.nav-kuang-wai-bottom-active p{
	color: #bd1c21;
}
.nav-xinwen .nav-gongyi-item{
	width: 16.6%;
}
.nav-xinwen .nav-gongyi-item-h3{
	text-align: center;

}
.nav-xinwen .nav-gongyi-item-h3 h3{
	display: inline-block;
}
.nav-xinwen-item-h3{
	position: relative;
}
.nav-xinwen-none{
	background: rgba(189,28,33,0.83);
	padding: 20px 0;
	position: absolute;
	left: 0;
	bottom: -50px;
	width: 100%;
	display: none;
}
.nav-xinwen-none h3{
	color: #fff;
	background: url(../images/nav-icon8.png) no-repeat left center;
}
.nav-xinwen-none-xian img{
	display: inline-block;
	width: auto;
}
/*nav-product*/
.nav-ul{
	height: 370px;
	position: absolute;
	top: 0;
	left: 25%;
	z-index:4;
	display: none;
}
.nav-product{
	padding-bottom: 30px;
}	
.nav-product-con{
	position:relative;
}
.nav-product-con-ul1{
	width: 25%;
	float: left;
}
.nav-pro-right-item{
	display: none;
	position: absolute;
	top: 0;
	left:0;
	z-index: -1;
	min-width: 880px;
}
.nav-pro-right-item-bottom{
	background: url(../images/nav-pro-bg.png);
	padding: 25px 0 0 25px;
	line-height:16px;
	max-height:97px;
	overflow:hidden;
}
.nav-pro-right-item-bottom a{
	margin: 0 30px 20px 0;
	display: inline-block;
	line-height:16px;
}
.nav-pro-right-item-bottom a:hover{
	color:#bd1d21;
}
.nav-pro-right-item-top{
	text-align: right;
	width: 100%;
	padding-left: 30%;
	height: 370px;
	background-image:url(../images/nav-bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.nav-pro-right-item-top img{
	display: inline-block;
	width: 100%;
}
.nav-product-con-ul1>li{
	width: 100%;
	background-image: url(../images/nav-pro-jian.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	padding: 0 40px 0 35px;
	border-bottom: 1px solid #e5e5e5;
	height: 65px;
	line-height: 65px;
	color: #4c4c4c;
	cursor: pointer;
	/*position: relative;*/
}
.nav-product-con-ul1>li:hover{
	color: #fff;
	background-color: #bd1c21;
	background-image: url(../images/nav-pro-jian2.png);
}
.nav-product-con-ul1 .nav-product-ul1-liactive{
	color: #fff;
	background-color: #bd1c21;
	background-image: url(../images/nav-pro-jian2.png);
}


.nav-product-con-ul1>li>span{
	font-size: 16px;
	display: inline-block;
	width: 75%;
}
.nav-product-con-ul1>li>img{
	display: inline-block;
	width: 22%;
	text-align: right;
	vertical-align: middle;
}
.nav-product-wai{
	padding: 0;
}
.nav-product-con-ul2{
	height: 370px;
	background: rgba(255,255,255,0.3);
}
.nav-product-con-ul1 .nav-product-con-ul2-top{
	top: 0;
}
.nav-product-con-ul2 li{
	min-width:218px;
	font-size: 15px;
	color: #4c4c4c;
	padding: 0 0 0 30px;
	background-image: url(../images/nav-pro-jian.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	cursor: pointer;
}
.nav-product-con-ul2 li p{
	padding-right: 60px;
	line-height: 40px;
	border-bottom: 1px solid #ccc;
}
.nav-product-con-ul2 li>a{
	display: block;
	padding-right: 60px;
	line-height: 50px;
	border-bottom: 1px solid #ccc;
}
.nav-product-con-ul2 li>a font{
	position: relative;
	}
.nav-product-con-ul2 li>a .navnew{
	width: 30px;
	display: block;
	position: absolute;
	height: 12px;
	background: url(../images/newicon.png) no-repeat 0 0;
	background-size: 60px 12px;
	top: 0;
	right: -33px;
}

.nav-product-con-ul2 li>a:hover .navnew,.nav-product-con-ul2 li.nav-product-ul2-liactive>a .navnew{
	background-size: 60px 12px;
	
	background-position: -30px 0;
	
}
.nav-product-con-ul2 li>a .navhot{
	width: 30px;
	display: block;
	position: absolute;
	height: 12px;
	background: url(../images/hoticon.png) no-repeat 0 0;
	background-size: 60px 12px;
	top: 0;
	right: -33px;
}

.nav-product-con-ul2 li>a:hover .navhot,.nav-product-con-ul2 li.nav-product-ul2-liactive>a .navhot{
	background-size: 60px 12px;
	
	background-position: -30px 0;
	
}





.nav-product-con-ul2 .nav-product-ul2-liactive{
	color: #fff;
	background-color: #bd1c21;
	background-image: url(../images/nav-pro-jian2.png);
}
.nav-product-con-ul2 .nav-product-ul2-liactive p{
	border-bottom: 1px solid transparent;
}
.nav-product-con-ul2 .nav-product-ul2-liactive>a{
	border-bottom: 1px solid transparent;
	color: #FFF;

}
/*.nav-product-con-ul1 .nav-product-con-ul1-li2 .nav-pro-right-item{
	top: -70px;
}
.nav-product-con-ul1 .nav-product-con-ul1-li3 .nav-pro-right-item{
	top: -70px;
}
.nav-product-con-ul1 .nav-product-con-ul1-li4 .nav-pro-right-item{
	top: -220px;
}
.nav-product-con-ul1 .nav-product-con-ul1-li5 .nav-pro-right-item{
	top: -20px;
}
.nav-product-con-ul1 .nav-product-con-ul1-li6 .nav-pro-right-item{
	top: -370px;
}*/
.nav-product-con-ul2 li:first-child .nav-pro-right-item{
	display:block;
}
.nav-product-con-ul1-li1 .nav-ul{
	display:block;
}
/*.nav-product-con-ul1-li6 .nav-pro-right-item-top img{
	width:80%;
}*/
.shi-nav .zhuan-new-box1-item{
 	width: 20%;
	margin-right: 6.6%;
}
.shi-nav .zhuan-new-box1-item:last-child{
	margin-right: 0;
}
/*æ–°é—»å¯¼èˆªå¢žåŠ */
.nav-xinwen{
	width: 155px;
	padding: 0 30px;
	position: absolute;
    top: 15px;
    left: -40px;
    z-index: 10;
    background: #fff;
    padding-top: 20px;
}
.nav-xinwen a{
	display: block;
	font-size: 16px;
	color: #333333;
	background: url(../images/xin-nav-icon.png) no-repeat center left;
	padding-left: 20px;
	margin-bottom: 20px;
	line-height: 16px;
}
.nav-xinwen a:hover{
	color: #bd1c21;
}
.nav-new-box{
	position: relative;
    display: none;
}

/*ç•™è¨€æ¿*/
.new-liuyan{
	margin-bottom:70px;
	padding-top:70px;
}
.new-liuyan .modal-content{border:none;border-radius:0;-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5);background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);background-clip:padding-box;outline:0; max-width:1140px; margin:0 auto;}
.new-liuyan .modal-content div{box-sizing:border-box}
.new-liuyan .modal-body p{color:#666;  margin-top:30px; margin-bottom:0;margin-right:0;font-size:15px;}
.new-liuyan .modal-body>p{text-align: center;}
.new-liuyan .modal-body h4{color:#d31f2b;font-size:28px;text-align: center;font-weight: bold;margin:40px 0 20px 0;}
.new-liuyan .modal-body{padding:20px;color:#333}
.new-liuyan .caption{margin-top:10px}
.new-liuyan .centent_inp{width:50%;float:left}
.new-liuyan .centent_inp:first-child{padding-right:12px}
.new-liuyan .modal-content label{display:inline-block;margin-bottom:5px;font-weight:700;font-size:15px;}
.new-liuyan .centent_inp label span{color:#d31f2b;font-size:12px}
.new-liuyan .modal-content button,.new-liuyan .modal-content input,.new-liuyan .modal-content keygen,.new-liuyan .modal-content select,.new-liuyan .modal-content textarea{box-sizing:border-box;align-items:center;white-space:pre;-webkit-rtl-ordering:logical;color:#000;background-color:#fff;cursor:default;border-width:1px;border-style:solid;border-image:initial}
.new-liuyan .modal-content input{font-family:inherit;font-size:inherit;line-height:inherit;font-size:15px;}
.new-liuyan .modal-content input[type=email],.modal-content input[type=text]{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857;color:#555;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #ceced0;border-radius:3px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}
.new-liuyan .modal-content select{height:34px;width:100%;border-radius:4px;border:1px solid #ceced0}
.new-liuyan .full{min-height:1px;padding-left:4px;padding-right:4px}
.new-liuyan .content_left,.content_right{min-height:1px;padding-left:4px;padding-right:4px}
.new-liuyan .content_left{width:25%;float:left}
.new-liuyan .content_right{width:75%;float:left}
.new-liuyan .mes_product{margin-bottom:8px}
.new-liuyan .modal-content input[type=checkbox],.new-liuyan .modal-content input[type=radio]{margin:4px 0 0;line-height:normal;box-sizing:border-box;padding:0}
.new-liuyan .caption textarea{width:100%;border-radius:4px;border:1px solid #ceced0}
.new-liuyan .last_can,.new-liuyan .last_sub{height:auto;background:#d31f2b!important;position:static;line-height:10px;border-radius:3px;padding:8px 12px;background:0 0;border-style:solid;border-width:1px;text-transform:uppercase;font-weight:700;padding:10px 10px 8px;margin-right:4px;margin-left:4px;text-decoration:none}
.new-liuyan .last_can{background:#ccc!important}
.new-liuyan .last_can,.new-liuyan .last_sub{color:#fff!important;border:0;margin-top:5px;}

.liu-box{
	width:100%;
	display: none;
	position: fixed;
	top: 5%;
	left:50%;
	z-index: 100;
	transform: translate(50%);
	-webkit-transform: translate(-50%);
}
.liu-box .modal-body{
    position: relative;
}
.liu-box .liu-guan{
    position: absolute;
    top:20px;
    right: 20px;
    cursor: pointer;
}

._clear {
    clear: both;
}

._clear {
    clear: both;
}
.banner-fff img{width:100%;}

/* footerä¿®æ”¹ */
.footer-lx{
	padding: 0 40px;
}
.footer-3d{
	padding: 0 ;
	width: 16%;
	padding-left: 40px;
}
.footer-ks{
	padding-right: 40px;
	width: 10%;
}
.footer-ks a{
	margin-top: 13px;
}
.footer-ban{
	padding-left: 40px;
	width: 41%;
}
.foot-code{
	color: #FFF;
	padding-bottom: 30px;
	padding-right: 40px;
	position: relative;
}
.foot-code li{
	margin-top: 25px;
	padding-top: 20px;
	width: 41%;
	cursor: pointer;
	position: relative;
}

.foot-code li:hover h5{
	opacity: 0.85;
}
.foot-code li .codeimg{
	position:absolute;
	width: 90%;
	bottom: 60px;
	display: none;
}
.foot-code li .codeimg img{
	width: 100%;
}
.foot-code li:hover .codeimg{
	display: block;
}
.foot-code:before{
	content: '';
	display: block;
	position: absolute;
	background: rgba(247,247,247,.4);
	width: 1px;
	height: 40px;
	left: 44%;
	top: 50px;
}
.foot-code:after{
	content: '';
	display: block;
	position: absolute;
	background: rgba(247,247,247,.4);
	width: 1px;
	height: 40px;
	left: 44%;
	bottom: 32px;
}
.foot-code h5{
	font-size: 15px;
	font-weight: bold;
}
.foot-code h5 img{
	margin-right: 6px;
}
.foot-code p{
	font-size: 12px;
	margin-left: 26px;
	margin-top: 10px;
}
.footer-lx-p p span{
	margin-right: 8px;
}



/*epc-下拉*/
.epcnavbarbox {
	padding: 65px 28px;
}
  
  .epcnavbarbox .epcnavbar {
	align-items: flex-start;
  }
  .epcnavbar li {
	width: 19.1%;
  }
  .epcnavbar li:nth-child(4) .epcnavbar-top h4 {
	margin-top: 1.55em;
  }
  
  .epcnavbar-top {
	background: #F4F8FB;
	padding-top: 30px;
  }
  .epcnavbar-top h4 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.55em;
  }
  
  .epcnavbar-pic {
	position: relative;
	margin-top: 40px;
  }
  .epcnavbar-pic h5 {
	position: absolute;
	font-size: 36px;
	text-align: center;
	line-height: 42px;
	color: #FFF;
	width: 82px;
	height: 42px;
	background: #BD1D21;
	font-weight: bold;
	left: 50%;
	top: -21px;
	margin-left: -41px;
  }
  
  .epcnavbar-btn {
	display: flex;
	justify-content: center;
	margin-top: 25px;
  }
  .epcnavbar-btn a {
	display: block;
	line-height: 1.8em;
	padding-left: 25px;
	background: url(../images/epcpagetit.png) no-repeat left center;
  }
  .epcnavbar-btn a:hover {
	color: #BD1D21;
	font-weight: bold;
  }
  
  /*epc-下拉------end*/