/*pbanner*/
.pbanner img{
	width: 100%;
}
.pb_pc{
	display: block;
}
.pb_mob{
	display: none;
}
/*about*/
.dnav{
	text-align: center;
}
.dnav a{
	display: inline-block;
	position: relative;
	padding: 0 25px;
	color: #2D2F31;
	font-size: 32px;
	font-weight: 300;
}
.dnav a:hover{
	color: #BC192E;
}
.dnav a:before{
	position: absolute;
	content: "";
	width: 1px;
	height: 60%;
	top: 20%;
	right: 0;
	background-color: #BC192E;
}
.dnav a:last-child:before{
	display: none;
}
.dtit a{
	color:#2D2F31;
}
.dtit a:hover{
	color: #BC192E;
}
.dtit{
	margin-top: 100px;
	font-size: 48px;
	position: relative;
	padding-left: 30px;
	border-bottom: 1px solid rgba(112,112,112,0.22);
	padding-bottom: 20px;
	color:#2D2F31;
	font-weight: 300;
}
.dtit:before,.dtit:after{
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
}
.dtit:before{
	left:0px;
	bottom:22px;
	background-color: #BC192E;
	z-index: 2;
}
.dtit:after{
	left: 6px;
	bottom: 26px;
	background-color: #E6E6E6;
	z-index: 1;
}
/*.ab_img,.ab_con{
	height: 450px;
}*/
.ab_con{
	min-height: 450px;
}
.ab_img{
	width: 54%;
	overflow: hidden;
}
.ab_fig{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}
.ab_fig img{
	display: block;
}
.ab_fig,.res_ul li .res_fig{
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
}
.ab_sn{
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.ab_zuo:hover .ab_fig,.ab_you:hover .ab_fig{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.ab_con{
	width: 46%;
	position: relative;
}
.ab_mid{
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ab_zuo .ab_img,.ab_you .ab_con{
	float: right;
}
.ab_zuo .ab_con,.ab_you .ab_img{
	float: left;
}
.abt{
	font-size: 24px;
	position: relative;
	margin-bottom:30px;
	color: #BC192E;
	font-weight: 300;
}
.abt:before,.abt:after{
	position: absolute;
	content: "";
	background-color:#BC192E;
}
.abt:before{
	width: 11px;
	height: 30px; 
	bottom: 0;
}
.abt:after{
	height: 1px;
	width: 92%;
	left: 20px;
	top: 50%;
}
.kuai{
	position: absolute;
	background-color:rgba(188,25,46,0.85); 
	width: 90px;
	height: 30px;
}
.ab_sn{
	background-color: #fff;
	position: relative;
	z-index: 3;
	padding: 0 20px;
}
.ab_zuo,.ab_you{
	margin: 80px 0;
}
.ab_zuo .abt:before{
	left: 0;
}
.ab_zuo .abt:after{}
.ab_zuo .kuai{
	right:-45px;
	top: 0;
}
.ab_zuo .ab_sn{
	margin-left: 20px;
	left: 0;
}
.ab_you .abt:before{
	right: 0;
}
.ab_you .kuai{
	left:-45px;
	top: 0;
}
.ab_you .abt{
	text-align: right;
}
.ab_you .ab_sn{
	margin-right: 11px;
	right: 0;
}
.ab_de{
	font-size: 16px;
	line-height: 2.3;
	font-weight: 300;
	text-align: justify;
}
.ab_zuo .ab_de{
	padding-right: 8%;
}
.ab_you .ab_de{
	padding-left: 8%;
}
.pro_btn:hover{
	border:1px solid #BC192E;
	color: #BC192E;
	background-color: #fff;
}
/*a_brand*/
.cyjtj,.ab_quan,.vis,.ta_pr,.res_bg,.xw_ul{
	margin-top: 60px;
}
.cyj_fl{
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 50%;
	/*height: 350px;*/
	position: relative;
}
/*.cyj_fl:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: rgb(0,0,0,0.2);
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}*/
/*.cyj:hover .cyj_fl:before{
	width: 0;
}*/
.cyj_fr{
	width: 50%;
	height:240px;
	margin-top: 50px;
	position: relative;
	border:1px solid #CBAD69;
	padding: 60px 0 50px;
	color: #4E4E4E;
	top: 50%;
}
.cyj_you .cyj_fr,.cyj_zuo .cyj_fl{
	float: left;
}
.cyj_you .cyj_fl,.cyj_zuo .cyj_fr{
	float: right;
}
.cyj_zuo .cyj_fr{
	left: -200px;
}
.cyj_you .cyj_fr{
	right: -200px;
}
.cyj_fr h5{
	font-size: 28px;
	font-weight: 300;
	padding: 0 50px;
}
.cyj:hover .cyj_fr h5{
	color: #BC192E;
}
.cyj_fr p{
	padding: 0 50px;
	font-weight: 300;
	font-size: 18px;
	line-height: 2;
	 display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cyj_zuo .cyj_fr h5,.cyj_zuo .cyj_fr p{
	padding-left:253px;
}
.cyj_you .cyj_fr h5,.cyj_you .cyj_fr p{
	padding-right: 300px;
}
.yline{
	position: relative;
	height: 1px;
	margin: 20px 0;
}
.yline:before{
	position: absolute;
	content: "";
	top: 0;
	width: 88%;
	height: 1px;
	background-color: #CBAD69;
}
.cyj_you .cyj_fr .yline:before{
	left: 0;
}
.cyj_zuo .cyj_fr .yline:before{
	right: 0;
}
.cyj_zuo .cyj_fr .yline{
	right:-170px ;
}
.cyj_you .cyj_fr .yline{
	left: -170px;
}
.yline span{
	font-size: 38px;
	font-weight: 300;
	border-radius: 50%;
	border:1px solid #CBAD69;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align:center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #BC192E;
	background-color: #fff;
}
.cyj_zuo .cyj_fr .yline span{
	right: -35px;
}
.cyj_you .cyj_fr  .yline span{
	left:-35px;
}
/*develop*/
.ahis{
	position: relative;
	padding-left: 80px;
	padding-top: 80px;
}
.ahis:before{
	background-color: #E6E6E6;
	position: absolute;
	content: "";
	height: 100%;
	left: 0;
	width: 1px;
	top: 0;
}
.ah_h5{
	font-size: 18px;
	line-height:1.8;
	position: relative;
	margin-bottom: 35px;
}
.ah_h5:hover,.ah_ul li:hover{
	color: #BC192E;
}
.ah_h5:before{
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	background-image: url(../images/down.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	left: -92px;
	top: 0;
}
.ah_ul{
	color: #B2B2B2;
	font-size: 16px;
}
.ah_ul li{
	margin-bottom: 25px;
	padding-left: 20px;
	position: relative;
}
.ah_ul li:before{
	position: absolute;
	content: "";
	background-color: #E6E6E6;
	width: 14px;
	height: 14px;
	top: 2px;
	left: -86px;
	border-radius: 50%;
}
.ah_item{
	margin-bottom: 20px;
}
/*荣誉*/
.hor_fl{
	float: left;
	width: 55%;
	position: relative;
	left: 1px;
}
.hor_fl img{
	width: 100%;
}
.hor_fr{
	width: 45%;
	float: right;
}
.hor_fr h5,.ho_de,.ho_tit{
	padding-left: 50px;
	padding-right: 2px;
}
.hor_fr h5{
	font-size: 46px;
	color: #BC192E;
	font-weight: normal;
	padding-top: 100px;
}
.ho_tit{
	border-bottom: 1px solid #BC192E;
	color: #4E4E4E;
	font-size: 24px;
	margin-top: 20px;
	padding-bottom: 15px;
}
.ho_de{
	margin-top: 50px;
	font-size: 16px;
	line-height: 1.8;
	color: #707070;
}
.sw_sju .sju_img{
	height: 300px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.sju_p{
	text-align: center;
	font-size: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #4E4E4E;
	margin-top: 10px;
}
.hor_wrap{
	width: 100%;
	background-color: #fff;
}
.dy_on{
	opacity: 0;
}
.sw_sju{
	margin-top: 90px;
}
.p_ev, .p_xt {
    width: 35px;
    height: 70px;
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    z-index: 77;
}
.p_ev{
    background-image: url(../images/pv1.png);
    left:-80px
}
.p_xt{
    background-image: url(../images/pv2.png);
    right:-80px;
}
.sju_bao{
	position: relative;
}
/*产品*/
.ta_pr{
	font-size: 16px;
	color: #7B7B7B;
	line-height: 2;
}
.tang{
	margin-top: 70px;
}
.tang_ul li{
	float: left;
	width: 20%;
}
.tang_ul li a{
	display: block;
	position: relative;
}
.tang_ul li a:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.tang_ul li img{
	display: block;
	width: 100%;
}
.ta_de{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
}
.ta_de span{
	display: inline-block;
	padding: 5px 15px;
	background-color: #BC192E;
	color: #fff;
	font-size: 13px;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.tang_ul li:hover .ta_de span{
	font-size: 33px;
	background-color: transparent;
}
.tang_ul li:hover a:before{
	background-color: rgba(188,25,46,0.62);
}
.pro_fl {
    width: 65%;
   /* height: 500px;*/
    float: left;
    position: relative;
    margin-bottom: 60px;
}
.pro_fl:before {
    position: absolute;
    content: "";
    width: 88%;
    height: 100%;
    border: 1px solid #CBAD69;
    right: 4%;
    bottom: -11%;
    z-index: 1;
}
.pro_img img{
	width: 100%;
}
.pro_fl .pro_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 85%;
    height: 100%;
    z-index: 2;
}
.pro_fr {
    float: right;
    width: 34%;
    padding-top: 4%;
}
.pro_fr .ah4 {
    padding: 20px 0;
    position: relative;
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #2D2F31;
}
.pro_fr .ah4:before {
    position: absolute;
    content: "";
    width: 115%;
    left: -15%;
    height: 1px;
    background-color: #CBAD69;
    bottom: 0;
}
.pro_wrap:hover .pro_fr .ah4{
	color:  #BC192E;
}
.pro_fr p {
    padding: 0 0 0 4%;
    line-height: 2;
    font-size: 15px;
    font-weight: 300;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pro_de{
	font-size: 16px;
	color: #707070;
	line-height: 2;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro_btn{
	display: block;
	width: 180px;
	text-align: center;
	background-color: #BC192E;
	font-size: 18px;
	padding: 10px 0;
	color: #fff;
	border-radius: 30px;
	margin-top: 40px;
}
.swiper-container-horizontal>.swiper-pagination-bullets.pag_n{
	position: absolute;
	z-index: 99;
	width: 34%;
	right:0;
	left: auto;
	bottom: 5%;
}
.tang .swiper-pagination-bullet-active{
	width: 40px;
	border-radius: 20px;
	background-color: #bbb;
}
.pro_wrap{
	background-color: #fff;
}
/*选好料*/
.zxu_txt{
	margin-top: 60px;
}
.zxu_txt h6.jh6{
	color: #BC192E;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 40px;
	text-align: center;
}
.zxu_txt p{
	font-size: 16px;
	color: #4e4e4e;
	line-height: 2;
	margin-bottom: 10px;
}
.zxu_img img{
	width: 100%;
	display: block;
	margin-top: 70px;
}
/*response*/
.res_bg{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.res_bg .pwrap{
	position: relative;
}
.res_con{
	width: 50%;
	float: right;
	background-color:rgba(188,25,46,0.85); 
	padding: 80px;
	color: #fff;
	font-size: 16px;
	line-height: 2;
}
.res_ys{
	margin-top:120px;
}
.res_ul li{
	float: left;
	width: 29.33333%;
	margin: 20px 2%;
	position: relative;
	overflow: hidden;
}
.res_ul{
	margin: 0 -1%;
}
.res_ul li .res_fig{
	display: block;
	width: 100%;
}
.res_ul li:hover .res_fig{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.res_xq{
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(39,42,44,0.89);
	box-sizing: border-box;
	width: 100%;
	padding: 20px 30px 40px;
	color: #fff;
	font-size: 18px;
	line-height: 2;
	padding-left: 70px;
	height:33%;
}
.res_xq img{
	position: absolute;
	left:13px;
	top: -60px;
	width: 60px;
}

/*news*/
.xw_ul li a{
	display:flex;
	position: relative;
	border-top: 1px solid #ddd;
	padding: 40px 0px 40px 0px;
}
/* 
.xw_ul li a:before{
	position: absolute;
	content: "";
	width: 10px;
	height: 11px;
	background-image: url(../images/jiao.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	left: 10px;
	bottom: 10px;
}
.xw_ul li a:after{
	position: absolute;
	content: "";
	width:26px;
	height: 26px;
	background-image: url(../images/tou.png);
	background-size:30% auto;
	background-position:55% center;
	background-repeat: no-repeat; 
	background-color: #707070;
	border-radius: 50%;
	right: 50px;
	top: 50%;
	margin-top: -13px;
}
.xw_ul li a:hover::after{
	background-color: #BC192E;
}
.xw_ul li a:hover{
	background-color: #f4f4f4;
} */
/*.xw_ul li a div{*/
/*	padding:0 0 0 10%;*/
/*}*/
.xw_content{
	padding:0 0 0 60px;
	width:100%;
}
.xw_content h4{
	font-size: 24px;
	color: #BC192E;
	font-weight: normal;
	padding:0 0 0 15px;
}
.xw_content h4:before{
	position: absolute;
	background-color: #BC192E;
	content: "";
	width:10px;
	left:0;
	height:100%;
}
.xw_content h4:after{
	position: absolute;
	background-color: #BC192E;
	content: "";
	width: 37%;
    right: 0;
    height: 2px;
    top: 15px;
}
.xw_content span{
	padding: 20px;
    display: block;
    color: #aaa;
}
.xw_content p{
	padding: 0px 0 20px 20px;
    display: block;
    color: #aaa;
}
.xw_ul li a p{
	color: #bbb;
	font-size: 16px;
	margin-top: 25px;
	line-height: 1.8;
}

.art_tit{
	font-size: 40px;
	color: #2D2F31;
}
.art_time{
	color: #999;
	margin-top: 20px;
	font-size: 16px;
}
.art_con{
	margin-top: 40px;
}
.art_con p{
	font-size: 16px;
	color: #707070;
	text-align: justify;
	line-height: 2;
}
.art_img{
	display: block;
	width: 100%;
	margin: 60px auto;
}
.fanhui{
	display: block;
	color: #fff;
	width: 180px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 40px;
	margin: 50px auto 0;
	background-color: #B2B2B2;
}
.br_u{
	font-size: 24px;
	color: #4e4e4e;
	margin-top: 50px;
}
.cxa_box{
	margin:40px -3% 0;
}
.cxa_box img{
	display: block;
	width: 19%;
	margin: 0 3% 30px;
	float: left;
}
.bu1{
	margin: 40px -3% 0;
}
.bu1 img{
	width: 10.666%;
	margin: 0 3%;
	display: block;
	float: left;
}
.bu2{
	margin-top: 50px;
	margin-bottom: 30px;
}
.dbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  position: relative;
}
.pex {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  display: block;
}
.bu2 .pex{
	margin: 0 80px;
}
/*联系我们*/
.lanx{
	margin-top: 55px;
}
.lx_fl{
	float: left;
	width: 45%;
}
.lx_fr{
	float: right;
	width: 50%;
	position: relative;
	border-left: 5px solid #BC192E;
	height: 290px;
}
.lmap{
	width: 100%;
	display: block;
	height: 100%;
}
.lx_tit{
	position: relative;
	font-size: 33px;
	font-weight: 300;
	padding-left: 20px;
}
.lx_tit:before{
	position: absolute;
	content: "";
	top: 2px;
	background-color:#BC192E;
	width: 6px;
	height: 100%;
	left: 0; 
}
.lx_aa{
	position: relative;
	padding-left: 130px;
	margin-top: 30px;
	color: #4E4E4E;
}
.lx_aa p{
	line-height: 35px;
}
.x_ban{
	position: absolute;
	width: 103px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color:#E6E6E6;
	color: #4E4E4E;
	left: 0;
	top: 0;
}
.lx_aa:hover .x_ban{
	background-color:#BC192E;
	color: #fff;
}
.lx_bb{
	color: #4E4E4E;
	margin-top: 30px;
}
.xte{
	font-size: 36px;
	color:#BC192E;
}
.lx_aa:hover p{
	color:#BC192E;
}
.chui{
	background-image: url(../images/bg2.jpg);
	padding: 80px 0;
}
.lx_tip{
	padding-left: 20px;
	margin-top: 10px;
	font-size: 16px;
}
.bge{
	margin-top: 60px;
}
.be_fl{
	float: left;
	width: 45%;
}
.be_fr{
	float: right;
	width: 45%;
}
.be_li{
	position: relative;
	padding-left: 150px;
	margin-bottom: 30px;
}
.be_li input{
	background-color: #fff;
	border: 0;
	height: 50px;
	outline: none;
	width: 100%;
	box-sizing: border-box;
	padding: 0 13px;
}
.be_li span{
	position: absolute;
	line-height: 50px;
	left: 0;
	top: 0;
	text-align: right;
	width: 140px;
}
.be_fr textarea{
	background-color: #fff;
	padding: 15px;
	border: 0;
	outline: none;
	box-sizing: border-box;
	width: 100%;
	height: 210px;
	resize: none;
}
.tj_btn{
	font-size: 16px;
	height: 50px;
	border-radius: 50px;
	width: 188px;
	background-color:#BC192E;
	color: #fff;
	margin: 0 auto;
	line-height: 50px;
	text-align: center;
	padding-right: 10px;
	position: relative;
	margin-top: 50px;
	cursor: pointer;
}
.tj_yu{
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	border:1px solid #BC192E;
	color: #BC192E;
	background-color: #fff;
	text-align: center;
	z-index: 2;
	border-radius: 50px;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
/*.tj_btn:hover .tj_yu{*/
/*	width: 100%;*/
/*}*/
.conac{
	padding-bottom: 80px;
}
.zeren{
	padding-bottom: 80px;
}
@media(max-width: 1600px){
	.dnav a{
		font-size: 30px;
	}
	.dtit{
		font-size: 44px;
	}
	.cyj_fr{
	    padding-top: 40px;
	    height: 220px;
	}
	.pro_fr .ah4{
		font-size: 38px;
	}
}
@media(max-width: 1400px){
	.dnav a{
		font-size: 28px;
	}
	.dtit{
		font-size: 40px;
	}
	.hor_fr h5{
		font-size: 42px;
		padding-top: 60px;
	}
	.ho_de{
		margin-top: 40px;
	}
	.res_con{
		padding: 70px;
		width: 60%;
	}
	.art_tit{
		font-size: 38px;
	}
	.ab_con {
	    min-height: 400px;
	}
}
@media(max-width: 1300px){
	.p_ev, .p_xt{
		width: 20px;
		height: 39px;
	}
	.p_ev{
		left: -40px;
	}
	.p_xt{
		right: -40px;
	}
	.cyj_zuo .cyj_fr h5, .cyj_zuo .cyj_fr p{
		padding-left: 240px;
	}
	.cyj_you .cyj_fr h5, .cyj_you .cyj_fr p {
	    padding-right: 240px;
	}
	.cyj_fr p{
		font-size: 16px;
	}
	.cyj_fr{
		height: 210px;
		padding: 30px 0 30px;
	}
	.yline span{
		font-size: 30px;
		width: 40px;
	    height: 40px;
	    line-height: 40px;
	}
	.res_xq{
		font-size: 16px;
	}
	.res_xq img{
		width: 50px;
		top: -50px;
	}
	.res_ys{
		margin-top: 100px;
	}
	.art_tit{
		font-size: 36px;
	}
}
@media(max-width: 1200px){
	.dnav a{
		font-size: 24px;
	}
	.dtit{
		font-size: 36px;
		margin-top: 80px;
	}
	.abt{
		font-size: 22px;
	}
	.ab_de{
		font-size: 15px;
	}
	/*.ab_img, .ab_con{
		height: 420px;
	}*/
	.ab_con{
		min-height: 350px;
	}
	.sw_sju{
		margin-top: 60px;
	}
	.ho_de{
		margin-top: 30px;
	}
	.hor_fr h5, .ho_de, .ho_tit{
		padding-left: 30px;
	}
	.sw_sju .sju_img{
		height: 250px;
	}
	.pro_fr .ah4{
		font-size: 32px;
	}
	.pro_btn{
		font-size: 16px;
		width: 160px;
	}
	/*.pro_fl{
		height: 450px;
	}*/
	.xw_ul li .ao h4{
		font-size: 22px;
	}
	.lx_tit{
		font-size: 31px;
	}
	.xte{
		font-size: 32px;
	}
	.cyj_fr{
		height: 190px;
	}
}
@media(max-width: 1080px){
	.dnav a{
		font-size: 22px;
	}
	.dtit{
		font-size: 32px;
		margin-top: 60px;
	}
	.abt{
		font-size: 20px;
	}
	.sw_sju .sju_img{
		height: 200px;
	}
	.hor_fr h5{
		font-size: 36px;
		padding-top: 30px;
	}
	.ho_tit{
		font-size: 20px;
		margin-top: 12px;
		padding-bottom: 10px;
	}
	.ho_de{
		margin-top: 20px;
	}
	.sw_sju{
		margin-top: 45px;
	}
	.sju_p{
		font-size: 16px;
	}
	.cyj_fl{
		/*height: 300px;*/
	}
	.cyj_zuo .cyj_fr{
		left: -10px;
	}
	.cyj_you .cyj_fr {
	    right: -10px;
	}
	.cyj_fr{
	    margin-top: 30px;
	    padding: 20px 0 20px;
	    height: 170px;
	}
	.cyj_zuo .cyj_fr h5, .cyj_zuo .cyj_fr p{
		padding-left: 24px;
	}
	.cyj_you .cyj_fr h5, .cyj_you .cyj_fr p {
	    padding-right: 24px;
	}
	.cyj_zuo .cyj_fr .yline {
	    right: 24px;
	}
	.cyj_you .cyj_fr .yline {
	    left: 24px;
	}
	.yline span{
		font-size: 15px;
		width: 24px;
		height: 24px;
		line-height: 24px;
	}
	.cyj_you .cyj_fr .yline span{
		left: -20px;
	}
	.cyj_zuo .cyj_fr .yline span{
		right: -20px;
	}
	.cyj_fr h5{
		font-size: 26px;
	}
	.pro_fr .ah4{
		font-size: 28px;
	}
	/*.pro_fl{
		height: 400px;
	}*/
	.res_con{
		padding: 50px;
		font-size: 15px;
		background-color: rgba(188,25,46,0.45);
		width: 100%;
		float: none;
	}
	.res_ys{
		margin-top: 50px;
	}
	.res_xq img{
		width: 30px;
		top: -30px;
		left: 9px;
	}
	.res_xq{
		font-size: 15px;
		padding: 15px;
		padding-left: 40px;
	}
	.art_tit{
		font-size: 33px;
	}
	.lx_tit{
		font-size: 27px;
	}
	.conac{
		padding-bottom: 60px;
	}
	.be_fl{
		width: 48%;
	}
	.be_fr{
		width: 48%;
	}
	.be_li span{
		width: 110px;
	}
	.be_li{
		padding-left: 120px;
	}
	.chui{
		padding: 60px 0;
	}
	.xte{
		font-size: 26px;
	}
	.pro_btn{
		margin-top: 20px;
	}
}
@media(max-width: 768px){
	.pro_fr{
		padding-top: 1%;
	}
	.abt:before{
		width: 7px;
		height: 24px;
	}
	.kuai{
		width: 46px;
		height: 24px;
	}
	.ab_zuo .ab_sn {
	    margin-left: 9px;
	}
	.ab_sn{
		padding: 0 8px;
	}
	.ab_zuo .kuai{
		right: -33px;
	}
	.ab_you .kuai{
		left: -33px;
	}
	.abt:after{
		left: 13px;
	}
	.hor_fl,.hor_fr{
		width: 100%;
		float: none;
	}
	.hor_fr h5, .ho_de, .ho_tit{
		padding-left: 0;
	}
	.p_ev{
		left: -25px;
	}
	.p_xt{
		right: -25px;
	}
	.sw_sju .sju_img{
		height: 160px;
	}
	.sw_sju{
		margin-top: 30px;
	}
	.cyj_fl {
	    /*height: 260px;*/
	}
	.cyj_fr{
		height: 140px;
		margin-top: 15px;
	}
	.cyj_fr p{
		font-size: 14px;
	}
	.cyj_fr h5{
		font-size: 23px;
	}
	.yline{margin: 12px 0;}
	.pro_de{
		font-size: 15px;
	}
	.pro_fr .ah4{
		font-size: 26px;
	}
	.zxu_txt h6.jh6{
		font-size: 19px;
		margin-bottom: 20px;
	}
	.zxu_txt p{
		font-size: 14px;
	}
	.zxu_img img{
		margin-top: 20px;
	}
	.zxu_txt{
		margin-top: 30px;
	}
	.xw_ul li .ao{
		padding: 20px 40px 20px 20px;
	}
	.xw_ul li .ao:after{
		right: 5px;
		width: 19px;
		height: 19px;
		background-size: 28% auto;
    	background-position: 58% center;
	}
	.art_tit{
		font-size: 29px;
	}
	.lx_fl{
		float: none;
		width: 100%;
	}
	.lx_fr{
		float: none;
		width: 100%;
		margin-top: 20px;
		border-left: 0;
		border-top: 5px solid #BC192E;
	}
	.lx_aa{
		margin-top: 20px;
	}
	.lx_tit{
		font-size: 24px;
	}
	.ab_con {
	    min-height: initial;
	}
	.abt{margin-bottom: 10px;}
	.ab_mid{
		position: initial;
		margin-top: 5px;
		-webkit-transform: translateY(0);
	    -moz-transform: translateY(0);
	    -o-transform: translateY(0);
	    transform: translateY(0);
	}
	.ab_de{
		line-height:2;
	}
	.ab_zuo, .ab_you {
	    margin: 40px 0;
	}
}
@media(max-width: 640px){
	.ab_con {
	    min-height:initial;
	}
	.dnav a{
		font-size: 18px;
		padding: 0 15px;
	}
	.dtit {
	    font-size: 24px;
	    margin-top: 40px;
	    padding-left: 21px;
	}
	.abt{
		font-size: 16px;
	}
	.ab_de{
		font-size: 14px;
		line-height: 1.9;
	}
	.ab_img{
		float: none;
		width: 100%;
		/*height: 300px;*/
	}
	.ab_con{
		float: none;
		width: 100%;
		height:auto;
	}
	.ab_zuo, .ab_you{
		margin:25px 0;
	}
	.cyjtj, .ab_quan, .vis, .ta_pr, .res_bg, .xw_ul{
		margin-top: 30px;
	}
	.ab_mid{
		position: initial;
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
		-o-transform: translateY(0%);
		transform: translateY(0%);
		margin-top: 30px;
	}
	.ab_zuo .kuai{
		right: 0;
	}
	.ab_you .kuai{
		left: 0;
	}
	.ab_zuo .ab_de{
		padding-right: 0;
	}
	.ab_you .ab_de{
		padding-left: 0;
	}
	.dtit:before, .dtit:after{
		width: 10px;
		height: 10px;
	}
	.ahis{
		padding-left: 20px;
		padding-top: 20px;
	}
	.ah_h5{
		font-size: 16px;
		margin-bottom: 25px;
	}
	.ah_ul li{
		margin-bottom: 20px;
		padding-left: 10px;
		font-size: 14px;
	}
	.ah_h5:before{
		width: 14px;
		height: 14px;
		left: -27px;
	}
	.ah_ul li:before{
		display: none;
	}
	.hor_fr h5{
		font-size: 24px;
		padding-top: 20px;
	}
	.ho_tit{
		font-size: 18px;
		margin-top: 9px;
	}
	.ho_de{
		margin-top: 15px;
		font-size: 14px;
	}
	.sju_p{
		font-size: 14px;
	}
	.cyj_you .cyj_fr, .cyj_zuo .cyj_fl,.cyj_you .cyj_fl, .cyj_zuo .cyj_fr{
		float: none;
		width: 100%;
		left: 0;
		right: 0;
	}
	.cyj_fr{
		padding: 20px;
		margin-top: 0;
		margin-bottom: 25px;
	}
	.cyj_fr{
		height: auto;
	}
	.cyj_zuo .cyj_fr h5, .cyj_zuo .cyj_fr p,.cyj_you .cyj_fr h5, .cyj_you .cyj_fr p{
		padding-left: 0;
		padding-right: 0;
	}
	.yline{
		margin:15px 0;
	}
	.yline:before{
		width: 100%;
	}
	.cyj_zuo .cyj_fr .yline{right: 0}
	.cyj_you .cyj_fr .yline{left: 0}
	.pro_fl{
		width:109%;
		/*height: 360px;*/
		float: none;
	}
	.pro_fr{
		float: none;
		width: 100%;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets.pag_n{
		position:initial;
		margin-top: 10px;
		width: 100%;
	}
	.tang{
		margin-top: 40px;
	}
	.pro_fr .ah4{
		font-size: 20px;
		padding: 10px 0;
		margin-bottom: 10px;
	}
	.pro_fl:before{
		right: 9%;
	}
	.res_con{
		font-size: 14px;
		padding: 22px;
	}
	.res_ul{
		margin: 0;
	}
	.res_ul li{
		width: 100%;
		margin: 0 0 20px;
		float: none;
	}
	.zeren{
		padding-bottom: 30px;
	}
	.xw_ul li .ao h4{
		font-size: 18px;
	}
	.xw_ul li .ao p{
		font-size: 14px;
		margin-top: 15px;
	}
	.pagination li{
		font-size: 14px;
	}
	.news{
		padding-bottom: 30px;
	}
	.art_tit{
		font-size: 24px;
	}
	.art_time{
		font-size: 14px;
		margin-top: 10px;
	}
	.br_u{
		font-size: 20px;
		margin-top: 30px;
	}
	.bu2 .pex{
		margin: 0 8px;
	}
	.bu2,.lanx{
		margin-top: 25px;
	}
	.lx_tit{
		font-size: 17px;
	}
	.xte{
		font-size: 22px;
	}
	.x_ban{
		font-size: 12px;
		width: 75px;
		height: 30px;
		line-height: 30px;
	}
	.lx_aa p{
		line-height: 30px;
	}
	.lx_aa{
		padding-left: 90px;
	}
	.lx_bb{
		font-size: 12px;
		margin-top: 18px;
	}
	.conac{
		padding-bottom: 25px;
	}
	.lx_fr{
		height: 200px;
	}
	.chui {
	    padding: 25px 0;
	}
	.lx_tip{
		font-size:12px;
	}
	.bge {
	    margin-top: 30px;
	}
	.be_fl,.be_fr{
		width: 100%;
		float: none;
	}
	.be_li span{
		width: 78px;
		text-align: left;
		line-height: 33px;
		font-size: 14px;
	}
	.be_li{
		padding-left: 80px;
		margin-bottom: 15px;
	}
	.be_li input{
		height: 33px;
		padding: 0 10px;
	}
	.tj_btn{
		margin-top: 25px;
		height: 35px;
		line-height: 35px;
		font-size: 13px;
		width: 138px;
	}
	.tj_yu{
		width: 35px;
		border-radius: 35px;
	}
	.cxa_box{
		margin:40px -1% 0;
	}
	.cxa_box img{
		width: 23%;
		margin: 0 1% 20px;
	}
	.bu1{
		margin: 40px -1% 0;
	}
	.bu1 img{
		width: 14.666%;
		margin: 0 1%;
	}
}
@media(max-width: 414px){
	.pb_pc{
		display: none;
	}
	.pb_mob{
		display: block;
	}
	.dnav a{
		font-size: 15px;
		padding: 0 5px;
	}
	.dtit {
	    font-size: 20px;
	    margin-top: 30px;
	    padding-bottom: 15px;
	}
	.p_ev{
		left: -10px;
	}
	.p_xt{
		right: -10px;
	}
	.sw_sju .sju_img{
		height: 200px;
	}
	.cyj_fl{
		/*height: 180px;*/
	}
	.cyj_fr h5{
		font-size: 19px;
	}
	.cyj_fr{
		padding: 16px;
	}
	.tang{
		margin-top:25px;
	}
	.ta_pr{
		font-size: 15px;
		line-height: 1.8;
	}
	.pro_fl{
		height: 280px;
	}
	.pro_btn{
		font-size: 13px;
		margin-top: 15px;
		padding: 7px 0;
		width: 120px;
	}
	.ta_de span{
		font-size: 12px;
		padding: 2px 5px;
	}
	.tang_ul li{
		width: 33.33333%;
	}
	.tang_ul li:nth-child(4),.tang_ul li:nth-child(5){
		width: 50%;
	}
	.zxu_txt h6.jh6{
		font-size: 17px;
	}
	.res_xq{
		font-size: 14px;
	}
	.res_ys{
		margin-top: 30px;
	}
	.pagination li{
		font-size: 12px;
	}
	.xw_ul li .ao{
		padding: 10px 26px 10px 10px;
	}
	.xw_ul li .ao:before{
		left: 0;
		bottom: 0;
	}
	.xw_ul li .ao h4{
		font-size: 17px;
	}
	.cyjtj, .ab_quan, .vis, .ta_pr, .res_bg, .xw_ul{
		margin-top: 20px;
	}
	.xw_ul li .ao:after{
		right: 0;
	}
	.art_tit{
		font-size: 19px;
	}
	.art_time{
		font-size: 12px;
		margin-top: 8px;
	}
	.art_con p{
		font-size: 14px;
	}
	.art_con{
		margin-top: 25px;
	}
	.art_img{
		margin: 25px auto;
	}
	.fanhui{
		font-size: 14px;
		width: 120px;
		height: 33px;
		line-height: 33px;
		margin-top: 25px;
	}
	.be_fr textarea{
		height: 160px;
	}
	.tang .pag_n .swiper-pagination-bullet{
		margin: 0 3px;
		height:5px;
		width: 5px;
	}
	.tang .pag_n .swiper-pagination-bullet-active{
		width: 20px;
		height:5px;
	}
}