﻿*{
	padding: 0;
	margin: 0;
}
body{
	min-width: 1400px;
	font-size: 14px;
	font-family: "微软雅黑";
}
input{
	outline: none;
}
.container{
	width: 1400px;
	position: relative;
	margin: 0 auto;
}
a{
	color: #333;
	text-decoration: none;
	transition: .3s;
}
li{
	list-style: none;
}
.clearfix,.clear{
	clear: both;
}

/*****header*****/
.header .top{
	background-color: #f5f5f5;
	height: 50px;
	line-height: 50px;
	color: #666;
}
.header .top .one{
	float: right;
	/* width: 300px; */
	margin-right: 20px;
	background: url(img/phone1.png) no-repeat 0px 10px;
	padding-left: 30px;
}
.header .top .one span{
	font-size: 20px;
	color: #e60013;
}
.header .two{
	float: right;
	margin-right: 10px;
}
.header .two i{
	display: block;
	float: left;
	margin: 0 20px;
	margin-top: 20px;
	height: 10px;
	border-left: 1px solid #666;
}
.header .two a{
	color: #666666;
	display: block;
	float: left;
}
.header .two a:hover{
	color: #E60013;
}
.nav{
	height: 123px;
	line-height: 120px;
	width: 100%;
	font-weight: bold;
}
.nav_b{
	width: 100%;
	float: right;
}
.nav ul{
	float: right;
}
.nav ul li{
	float: left;
	padding: 0 20px;
	font-size: 16px;
	color: #484848;
	position: relative;
	box-sizing: border-box;
}
.nav ul li a{
	display: block;
	height: 120px;
	box-sizing: border-box;
}
.nav ul li ul li a{
	font-size: 14px;
}
.nav .logo{
	position: absolute;
	top: -50px;
	height: 170px;
}
.nav .logo img{
	box-shadow: 0px 0px 10px #ddd;
}
.nav_sel a{
	border-bottom: 6px solid #E60013;
	color: #E60013;
}
.nav ul li:hover>a{
	color: #E60013;
	border-bottom: 6px solid #E60013;
}
.nav ul li:hover ul{
	display: block;
}
.nav ul li ul{
	position: absolute;
	width: 100%;
	margin-left: -20px;
	display: none;
	z-index: 1111;
}
.nav ul li ul li{
	float: none;
	background-color: #fff;
	text-align: center;
	height: 50px;
	line-height: 50px;
}
.nav ul li ul li:hover a{
	border: none !important;
}



/***banner***/
.banner .slick-dots li.slick-active button{
	background-color: #E60013 !important;
}
.banner .slick-dots li button{
	border: none;
}
.banner_bt{
	height: 65px;
	line-height: 65px;
}
.banner img{
	width: 100%;
}
.bt_left{
	width: 60%;
	float: left;
	background: url(img/l_bg.jpg) no-repeat -180px 0;
	background-position: right;
	background-color: #555;
}
.bt_left_desc{
	float: right;
	width: 880px;
	color: #fff;
}
.bt_left_desc .one{
	background: url(img/fire.png) no-repeat;
	background-position: 0px 10px;
	display: block;
	float: left;
	height: 65px;
	padding-left: 40px;
}
.bt_left_desc a{
	color: #fff;
	display: block;
	float: left;
}
.bt_left_desc a:hover{
	color: #E60013;
}
.bt_left_desc i{
	display: block;
	height: 14px;
	border-left: 1px solid #fff;
	float: left;
	margin: 0 5px;
	margin-top: 26px;
}


.bt_right_desc{
	width: 400px;
	padding-left: 40px;
	color: #fff;
}
.bt_right{
	width: 40%;
	float: right;
	background: url(img/r_bg.jpg) no-repeat;
	background-position: left;
	background-color: #E60013;
	font-size: 26px;
}
.bt_right .one{
	background: url(img/phone2.png) no-repeat;
	background-position: 0px 10px;
	padding-left: 40px;
	display: block;
	height: 65px;
	float: left;
	font-size: 14px;
}

/**解决方案***/
.title{
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 30px;
	width: 717px;
	height: 80px;
	background: url(img/t_bg.png) no-repeat;
	text-align: center;
}
.title .one{
	font-size: 30px;
	font-family: "思源黑体";
	color: #E60013;
	display: block;
}
.title .two{
	color: #ccc;
}
.sol_title .ul_one{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.sol_title .ul_two{
	border-bottom: 1px solid #ddd;
}
.sol_title ul li{
	width: 20%;
	cursor: pointer;
	float: left;
	margin: 15px 0;
	border-left: 1px solid #ddd;
	box-sizing: border-box;
}
.sol_title ul .on .name_en,.sol_title ul .on .name_zh{
	color: #E60013;
}
.sol_title ul .on .icon{
	background: url(img/xia_hover.jpg) no-repeat;
}
.sol_title .last{
	border-right: 1px solid #ddd;
}
.sol_title .name_en{
	font-size: 12px;
	color: #ccc;
	transition: .3s;
	margin-left: 20px;
}
.sol_title .name_zh{
	color: #555;
	font-size: 18px;
	float: left;
	margin-left: 20px;
	transition: .3s;
}
.sol_title .icon{
	background:url(img/xia.jpg) no-repeat;
	display: block;
	height: 10px;
	width: 15px;
	float: right;
	transition: .3s;
	margin-right: 10px;
}
.sol_title ul li:hover .name_en,.sol_title ul li:hover .name_zh{
	color: #E60013;
}
.sol_title ul li:hover .icon{
	background: url(img/xia_hover.jpg) no-repeat;
}
.sol_content{
	margin-top: 20px;
	margin-bottom: 40px;
}
.sol_content ul li .img{
	float: left;
	width: 23%;
	margin: 1%;
	height: 0;
	padding-bottom: 23%;
	overflow: hidden;
}

.sol_content ul li .img:hover img{
	transform: scale(1.1);
}

.sol_content img{
	transition: .3s; max-width:100%;
}

/***施工现场*****/
.const{
	background: url(img/con-bg.jpg);
	position: center;
	padding: 10px 0;
}
.con_title ul{
	margin: 0 2%;
}
.con_title ul li{
	width: 23%;
	margin: 1%;
	height: 120px;
	background-color: #fff;
	position: relative;
	cursor: pointer;
	float: left;
}
.con_title ul li:after{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
    height: 0;
    border-bottom:40px solid #555;
    border-left: 40px solid transparent;
	transition: .3s !important;
}
.con_title ul li:before{
	content: "+";
	position: absolute;
	right: 4px;
	bottom: 1px;
	color: #fff;
	z-index: 1;
	font-size: 20px;
}
.con_title .name_zh{
	font-size: 20px;
	color: #555;
	padding-top: 40px;
	transition: .3s !important;
	
}
.con_title .name_en{
	font-size: 12px;
	color: #ccc;
	transition: .3s !important;
}
.con_title .icon{
	margin:30px 10px 0 30px;
	display: block;
	height: 55px;
	width: 65px;
	background: url(img/icon1.png) no-repeat;
	overflow: hidden;
	float: left;
	transition: .3s !important;
}
.con_title .icon2{
	background-position: -70px 0 !important;
}
.con_title .icon3{
	background-position: -140px 0 !important;
}
.con_title .icon4{
	background-position: -210px 0 !important;
}
.con_title .icon5{
	background-position: -280px 0 !important;
}
.con_title .icon6{
	background-position: -350px 0 !important;
}
.con_title .icon7{
	background-position: -417px 0 !important;
}
.con_title .icon8{
	background-position: -485px 0 !important;
}
.con_title ul li:hover .name_en,.con_title ul li:hover .name_zh,.con_title .on .name_en,.con_title .on .name_zh{
	color: #E60013;
}
.con_title ul li:hover .icon,.con_title .on .icon{
	background: url(img/icon1_hover.png) no-repeat;
}
.con_title ul li:hover:after,.con_title .on:after{
    border-bottom:40px solid #E60013;
    border-left: 40px solid transparent;
}

.con_content{
	background-color: #fff;
	padding: 30px 40px;
}
.con_content .vid{
	width: 50%;
	float: left;
}
video {
    object-fit: fill;
    display: block;
    width: 100%;
}
.vid video{
	float: right;
	margin-right: 20px;
	height: 420px;
	width: 620px;
	background-color: #000;
}
.vid .video-box{
	float: right;
	margin-right: 20px;
	height: 420px;
	width: 620px;
	background-color: #000;
	position: relative;
}
.vid .video-box img{width: 100%;height: 100%;}
.cg_video{
	height: 500px;
	width: 100%;
}
.video-box i.iconfont {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 34px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    cursor: pointer;
}
.con_content .desc{
	background-color: #F5F5F5;
	width: 50%;
	float: right;
	height: 420px;
}
.con_content .desc span{
	font-size: 22px;
	color: #333;
	display: block;
	margin: 30px 30px 20px 30px;
}
.con_content .desc p{
	margin:10px 30px;
	line-height: 40px;
	font-size: 16px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:4; 
}
.con_content .desc a{
	margin-left: 30px;
	margin-top: 20px;
	display: block;
	height: 50px;
	width: 170px;
	background-color: #E60013;
	color: #FFFFFF;
	border-radius: 30px;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
}
.con_img_lb{
	margin-top: 20px;
	margin-bottom: 40px;
}
.con_img_lb img{
	margin: 10px;
}
.con_img_lb img{
	transition: .3s;
}
.con_img_lb img:hover{
	transform: scale(1.1);
}


/*****优势*****/
.adv{
	padding-top: 70px;
	position: relative;
}
.title2{
	font-size: 45px;
	color: #E60013;
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 750px;
	height: 70px;
	line-height: 70px;
}
.title2 .one{
	float: left;
	font-weight: bold;
}
.title2 .two{
	display: block;
	font-size: 22px;
	color: #333333;
	line-height: 80px;
}
.title2 p{
	position: absolute;
	font-size: 60px;
	color: #ededed;
	top:-30px;
	left: 190px;
	z-index: -1;
}


.adv_title{
	margin-top: 40px;
	z-index: 111;
	position: absolute;
	width: 100%;
}
.adv_title ul{
	box-shadow: 0 -5px 5px #efefef;
}
.adv_title ul li{
	height: 90px;
	line-height: 90px;
	width: 25%;
	float: left;
	font-size: 22px;
	border-left: 1px solid #efefef;
	box-sizing: border-box;
	background-color: #fff;
	cursor: pointer;
}
.adv_title .first{
	border: none;
}
.adv_title .icon{
	margin-top: 20px;
	margin-left: 60px;
	background: url(img/icon2.png) no-repeat;
	display: block;
	height: 50px;
	width: 45px;
	float: left;
	margin-right: 10px;
}
.adv_title .icon2{
	background-position: -50px 0 !important;
}
.adv_title .icon3{
	background-position: -100px 0 !important;
}
.adv_title .icon4{
	background-position: -155px 0 !important;
}
.adv_title .on{
	color: #fff;
	background-color: #E60013;
}
.adv_title .on .icon{
	background: url(img/icon2_hover.png) no-repeat;
}

.adv_content{
	z-index: -111;
	background-color: #262626;
	margin-top: 90px;
}
.adv_content .bg img{
	width: 100%;
}
.adv .text{
	color: #fff;
}
.adv .text .left{
	float: left;
	width: 800px;
}
.adv .text .left .num{
	font-size: 40px;
	margin-top: 40px;
	font-family: "思源黑体 CN";
	line-height: 40px;
}
.adv .text .left p{
	font-size: 30px;
}
.adv .text .left span{
	display: block;
	margin-top: 15px;
	line-height: 22px;
	padding-bottom: 30px;
}
.adv .phone{
	float: left;
	width: 400px;
	margin-top: 70px;
}
.adv .phone span{
	font-size: 16px;
	display: block;
	color: #6e6e6e;
	height: 40px;
	line-height: 40px;
	padding-left: 40px;
	width: 100px;
	background: url(img/phon3.png) no-repeat;
	margin-left: 50px;
}
.adv .phone p{
	font-size: 36px;
	margin-left: 50px;
}
.adv .btm{
	float: right;
	margin-top: 60px;
}
.adv .btm a{
	color: #fff;
	display: block;
	height: 60px;
	width: 180px;
	border: 1px solid #fff;
	font-size: 16px;
	text-align: center;
	line-height: 60px;
	box-sizing: border-box;
}
.adv .btm a:hover{
	border: 1px solid #E60013;
	background-color: #E60013;
}

/**无机防水材料**/
.mate ul li{
	float: left;
	margin: 10px;
}
.mate .img{
	width: 330px;
	height: 250px;
	overflow: hidden;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
.mate ul li:hover img{
	transform: scale(1.1);
}
.mate .img img{
	width: 100%;
	transition: .3s;
}
.mate .desc{
	width: 330px;
	height: 45px;
	background-color: #dedede;
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 45px;
	margin-top: 10px;
}



/***客户见证**/
.test{
	margin-bottom: 50px;
}
.test_item{
	width: 440px;
	position: relative;
	padding-top: 15px;
}
.test_item .img{
	box-shadow: 0 0 15px #ddd;
	border: 6px solid #f5f5f5;
	border-radius: 100%;
	overflow: hidden;
	height: 150px;
	width: 150px;
	position: absolute;
	left: 145px;
	top: 15px;
	transition: .3s;
	background-color: #fff;
}
.test_item .img img{
	width: 100%;
}
.test_item .desc{
	box-shadow: 0 0 15px #ddd;
	margin: 75px 20px 0 20px;
	padding-top: 100px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #f5f5f5;
	font-size: 16px;
	padding-bottom: 30px;
}
.test_item .desc a{
	color: #333;
}
.test_item .desc span{
	line-height: 40px;
}
.test_item:hover .desc{
	background-color: #E60013;
}
.test_item:hover a{
	color: #fff;
}
.test_item:hover .img{
	border: 6px solid #E60013;
	box-shadow: 0 0 5px #666;
}
/* .test_item .desc .jj{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
} */
.test_cont .slick-prev, .test_cont .slick-next{
	border: none;
	background:none;
	height: 100px !important;
	width: 50px !important;
}
.test_cont .slick-prev{
	background: url(img/left.png) no-repeat;
	left: -50px !important;
}
.test_cont .slick-next{
	background: url(img/right.png) no-repeat;
	right: -50px !important;
}


/***资质证书***/
.zz .dian{
	opacity: 0;
}
.zz{
	background: url(img/zz_bg.png) no-repeat;
	background-position: center;
	height: 580px;
}
.zz_item img{
}
.zz_box{
	width: 1200px;
	margin-left: 110px;
}
.zz .title .one{
	color: #fff;
}
.zz_item{
	text-align: center;
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.zz .slick-prev,.zz .slick-next{
	height: 51px;
	width: 27px;
	border: none;
	background: none;
	margin-top: -30px;
}
.zz .slick-prev{
	background: url(img/left2.png) no-repeat;
	left: -80px;
}
.zz .slick-next{
	background: url(img/right2.png) no-repeat;
	right: -80px;
}



/***公司简介***/
.pro_cont{
	border: 1px solid #ddd;
	height: 430px;
	box-sizing: border-box;
}
.pro_cont .left{
	width: 50%;
	float: left;
}
.pro_cont .name{
	margin: 40px;
}
.pro_cont .name p{
	font-size: 22px;
	color: #222;
	font-weight: bold;
}
.pro_cont .name span{
	color: #ccc;
}
.pro_cont .desc{
	color: #666;
	text-indent: 2em;
	margin: 0 40px 0 40px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}
.pro_cont a{
	display: block;
	width: 160px;
	height: 40px;
	background-color: #E60013;
	color: #fff;
	text-align: center;
	line-height: 40px;
	margin-left: 40px;
	margin-top: 50px;
}
.pro_cont .right{
	width: 50%;
	float: right;
	height: 428px !important;
	height: auto;
	overflow: hidden;
}
.pro_cont .right img{
	width: 100%;
	transition: .3s;
}
.pro_cont .right:hover img{
	transform: scale(:;);
}
/****新闻动态*****/
.news{
	margin-top: 50px;
}
.new_title{
	padding: 10px 0;
	width: 100%;
	border-bottom: 2px solid #ddd;
}
.new_title ul li{
	float: left;
	font-size: 24px;
	color: #333;
	cursor: pointer;
}
.new_title ul li span{
	color: #333 !important;
}
.new_title span{
	float: right;
	font-size: 24px;
}
.new_title .on{
	color: #E60013;
}
.new_title a{
	color: #333;
}
.new_title a:hover{
	color: #E60013;
}
.new_left{
	margin-top: 20px;
	width: 50%;
	float: left;
}
.new_left .img{
	height: 300px;
	overflow: hidden;
}
.new_left .img_box{
	width: 100%;
	position: relative;
}
.new_left .img_box:hover img{
	transform: scale(1.1);
}
.new_left .img_box img{
	width: 100%;
	transition: .3s;
}
.new_left .data{
	position: absolute;
	right: 0;
	bottom: -10px;
	height: 40px;
	width: 120px;
	background-color: #E60013;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
}
.new_left .desc p{
	font-size: 20px;
	color: #333;
	line-height: 60px;
}
.new_left .desc span{
	font-size: 16px;
	color: #696969;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.new_right{
	width: 50%;
	float: left;
}
.new_right ul{
	margin: 0px 0 20px 20px;
}
.new_right ul li{
	height: 110px;
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
}
.new_right .data{
	height: 110px;
	width: 110px;
	background-color: #e1e1e1;
	text-align: center;
	float: left;
	transition: .3s;
}
.new_right .data p{
	color: #494949;
	font-size: 42px;
	padding-top: 15px;
	transition: .3s;
}
.new_right .data span{
	color: #696969;
	font-size: 16px;
	transition: .3s;
}
.new_right .desc{
	margin-left: 130px;
}
.new_right .desc p{
	color: #494949;
	font-size: 20px;
	padding-bottom: 28px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.new_right .desc span{
	color: #696969;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap:break-word;
}
.new_right .last{
	border: none;
}
.new_right ul li:hover .data{
	background-color: #E60013;
}
.new_right ul li:hover .data p,.new_right ul li:hover .data span{
	color: #fff;
}



.news2{
	margin-top: 30px;
	margin-bottom: 50px;
}
.news2 .left{
	width: 200px;
	float: left;
}
.news2 .left p{
	color: #494949;
	font-size: 26px;
}
.news2 .left span{
	font-size: 20px;
	color: #696969;
}
.news2 .right{
	width: 1200px;
	float: right;
}
.news_item{
	margin: 0 20px;
	border: 1px solid #ddd;
	/* padding: 10px 30px; */
	height: 110px !important;
	box-sizing: border-box;
}
.news2 .wen{
	margin: 10px 10px 0 10px;
	height: 30px;
	line-height: 30px;
	padding-left: 40px;
	background: url(img/wen.png) no-repeat;
}
.news2 .wen{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news2 .da{
	margin: 0 10px 10px 10px;
	height: 30px;
	line-height: 30px;
	padding-left: 40px;
	background: url(img/da.png) no-repeat;
}
.news2 .da span{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap:break-word;
}
.news2 .slick-prev,.news2  .slick-next{
	width: 70px;
	height: 25px;
	border: none;
	top: 95px !important;
}
.news2 .slick-prev{
	left: -200px;
	background: url(img/left3.png) no-repeat;
	background-color: #E60013;
	background-position: 25px 7px;
}
.news2  .slick-next{
	left: -130px;
	background: url(img/right3.png) no-repeat;
	background-color: #555;
	background-position: 25px 6px;
}
/**footer**/
.links{
	background-color: #444;
	height: 80px;
	color: #fff;
}
.links a{
	color: #fff;
}
.link{
	float: left;
}
.link p{
	font-size: 18px;
	padding-top: 20px;
}
.links ul{
	padding-left: 110px;
}
.links ul li{
	float: left;
	line-height: 80px;
	padding: 0 20px;
}

.links a:hover{
	color: #E60013;
}

.footer1{
	background-color: #222;
	padding: 40px 0 30px 0;
	color: #fff;
}
.footer1 .name{
	width: 530px;
	float: left;
}
.footer1 .name ul li{
	padding: 5px 0;
}
.footer1 .phone{
	width: 230px;
	float: left;
}
.footer1 .phone span{
	padding: 5px 0;
	display: block;
}
.footer1 .phone ul li{
	padding: 5px 0;
}

.footer1 .f_nav{
	width: 250px;
	float: left;
}
.footer1 .f_nav a{
	color: #fff;
}
.footer1 .f_nav a:hover{
	color: #E60013;
}
.footer1 .f_nav span{
	padding-bottom: 5px;
	display: block;
	width: 100%;
	border-bottom: 1px solid #fff;
}
.footer1 .f_nav ul{
	padding-top: 10px;
}
.footer1 .f_nav ul li{
	padding: 5px 0;
}
.footer1 .f_nav .ul_one{
	float: left;
}
.footer1 .f_nav .ul_two{
	float: right;
}
.footer1 .ewm{
	float: right;
}
.footer1 .ewm .img1,.footer1 .ewm .img2{
	float: left;
	margin: 15px;
	width: 130px;
	height: 130px;
	overflow: hidden;
}
.footer1 .ewm img{
	width: 100%;
}
.footer2{
	height: 30px;
	background-color: #222;
	color: #fff;
	text-align: center;
	height: 50px;
	line-height: 50px;
}
.footer2 span{
	display: block;
	width: 100%;
	border-top: 1px solid #fff;
}







@media screen and ( max-width:1500px ) {
	.test_cont .slick-prev,.test_cont .slick-next{
		display: none !important;
	}
}
/*分页*/
.mk_pages {
	text-align:center;
	font-size:0;
	padding: 20px 0 36px;
}
.mk_pages ul {
	text-align:center;
	font-size:0;
}
.mk_pages ul li {
	display:inline-block;
	font-size:16px;
	margin: 0 4px;
	border:1px solid #e9e9e9;
	width: 38px;
	height: 38px;
	line-height: 38px;
	float: none;
}
.mk_pages ul li a {
	font-size:14px;
	display: block;
	width: 100%;
	height: 100%;
	color: #666;
}
.mk_pages .pageinfo {
	line-height:21px;
	padding:12px 10px 12px 16px;
	color:#999;
	margin:0px 2px;
}
.mk_pages .pageinfo strong {
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}
.mk_pages ul li.active,
.mk_pages ul li.active a,
.pagebox ul li.active a:hover {
	font-weight:bold;
	background: #e60013;
	color: #fff;
	border: 1px solid #e60013;
}
.mk_pages ul li.disabled span {
	padding:14px 9px;
}
.nyxqnews_leftup,.nyxqnews_leftdown{
	box-sizing: border-box;
	width: 50% !important;
}
















.nei_jz strong{
	color: #E60013 !important;
}
#bodycon #left{
	float: left;
	width: 20%;
}
#bodycon #center{
	width: 78%;
	float: right;
	height: 100% !important;
}
.pro_name{
	padding: 0 !important;
	text-align: center;
}
.pro_one_box{
	margin: 1%;
}
.pro_pic{
	height: 0px;
	padding-bottom: 100%;
}

#bodycon{
	margin: 40px 0;
}
.propic_show_left {
	height: 100%;
}
.propic_img{
	height: 100%;
	width: 100%;
}
.propic_img>img{
	width: 100%;
}
.propic_show_piclist{
	position: absolute;
	top: 500px;
	/* width: 230%; */
}
.propic_show_piclist ul{
	/* width: 100% !important; */
}
.pro_main_box{
	height: 650px;
}
.propic_show_left {
	width: 450px !important;
}
.propic_img img{
	width: 450px !important;
}
.propic_img {
	height: 450px;
}

.ny_video video{ 
	width: 100% !important;
}
.ny_video .desc{
	width: 50% !important;
}
.news-list li{
	margin: 30px !important;
	padding: 30px !important;
	transition: .3s;
	position: relative;
	height: 315px;
	display: block;
	border: 1px solid #f5f5f5 !important;
	box-sizing: border-box;
}
.news-list li a{
	display: block;
	height: 100%;
	width: 100%;
}
.news-list li:hover{
	box-shadow: 0 0 15px #ddd;
	border: none;
}
.news-list li .news_more{
	position: absolute;
	bottom: 30px;
}
.nyxqnews_righttit strong{
	color: #E60013 !important;
}
.nyxqnews_righttit:before{
	background: #E60013 !important;
}
.news-list li:hover h3{
	color: #E60013 !important;
}
.mod_goods_info .hds .status_on{
	border: 3px solid #E60013 !important;
}
.mod_goods_info .hds .status_on h3{
	background: #E60013 !important;
}
.nyxqnewsbg{
	background: #f9f9f9 !important;
}
#bodycon #left{
	height: auto !important;
}
.list_banner {text-align: center;}
.list_banner img{width: 100%;}
.txtCol{width: 800px !important;}
.form_s{
	width: 100% !important;
}
.propic_show_list ul{
	overflow: auto;
	 white-space:nowrap;
}
.propic_show_list ul li{
	display: inline-block;
	float: none;
}



.pro_main_box ::-webkit-scrollbar {
  width: 6px;
  height:6px;
  background-color: #fff;
}
.pro_main_box ::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 0px rgba(0, 0, 0, .5); */
  border-radius: 10px;
  background-color: #fff;
}
.pro_main_box ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  /* box-shadow: inset 0 0 0px rgba(0, 0, 0, .5); */
  background-color: #ccc;
}
.adv .btm .now{
	margin-top: 5px;
}


@media screen and (max-width:1500px) {
	.bt_left_desc .one{
		margin-left: 50px;
	}
	.adv .text .left{
		padding-left: 20px;
		width: 750px;
	}
	.adv .btm{
		margin-right: 20px;
	}
	.new_title ul{
		margin-left: 20px;
	}
	.new_title span{
		margin-right: 20px;
	}
	.new_left{
		padding-left: 1%;
		width: 49%;
	}
	.new_right{
		padding-right: 1%;
		width: 49%;
	}
	.news2 .left{
		margin-left: 20px;
	}
	.news2 .right{
		width: 1160px;
		margin-right: 20px;
	}
	.link{
		margin-left: 20px;
	}
	.footer1 .name{
		margin-left: 20px;
	}
}
@media screen and (max-width:1400px) {
	html{
		zoom: 0.8;
	}
}
@media screen and (max-width:1150px) {
	html{
		zoom: 0.7;
	}
}

.lfj_tu{
	display: none;
}

.tj_text{
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}
.input-box{
	width: 100%;
	display: inline-block;
	text-align: center;
}

.ny_banner{
	width: 100%;
}
.ny_banner img{
	width: 100%;
}
.zsxq_img{
	text-align: center;
}
.zsxq_img img{
	width: 50%;
}