html,body{
	font-family: "microsoft yahei";
}

.ind_wrapper{
	padding-left: 4%;
	padding-right: 4%;
}
.mask{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
}

.header_t{
	line-height: 40px;
	border-bottom: 1px solid #f5f5f5;
}

.head_t_text{
	color: #666;
	font-size: 14px;
}
.head_t_text a{
	color: #666;
}
.head_t_text a:hover{
	color: #d8203d;
	text-decoration: underline;
}

.head_t_eml{
	margin: 0 9px;
}

.head_t_lag a{
	margin: 0 9px;
}
.head_b{
	height:120px;
	background: #fff;
}
.logo{
	width: 16.66%;
	height:100%;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
}
.logo img{
	display: block;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	margin: 0 auto;
}

.menu{
	width:66.66%;
	height: 100%;
	padding: 0 2%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
.menu_dl{
	width: 100%;
	height: 52px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	align-items: center;
	-webkit-align-items: center;
	background: none;
}
.menu_dl dd{
	width: calc(100% / 6);
	line-height: 52px;
	position: relative;
}
.menu_tt{
	display: block;
	text-align: center;
	position: relative;
	border-radius: 3px;
}
.menu_tt:after{
	content:"";
	position: absolute;
	right: 0;
	top: 18px;
	display: block;
	width: 1px;
	height: 17px;
	background: #dbdbdb;
}
.menu_dl dd:last-child .menu_tt:after{
	display: none;
}
.menu_tt .text{
	display: block;
	color: #242424;
	font-size: 18px;
}
.menu_tt_ico{
	display: none;
	float: right;
	width:40px;
	height: 40px;
	line-height: 30px;
	background: url(../images/menu_ico.png) no-repeat center center;
}
.menu_tt_ico.hover{
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
}
.menu_dl dd.hover .menu_tt .text{
	color: #fff;
	background: #d8203d;
}
.menu_dl dd.hover .menu_tt:after{
	display:none;
}
.menu_down{
	display: none;
	position: absolute;
	left: 50%;
	top: 52px;
	z-index: 3;
	width: 192px;
	margin-left: -96px;
	text-align: center;
	background: #fff;
	border-radius: 5px;
}
.menu_two{
	position: relative;
}
.menu_two_tt{
	display: block;
	color: #242424;
	line-height:40px;
	font-size: 18px;
	padding: 10px;
	border-bottom: 1px solid #eaeaea;
}
.menu_two_tt:hover{
	color: #242424;
	background: #f1f1f1;
}
.menu_three{
	display: none;
	position: absolute;
	left: 192px;
	top: 0;
	width: 192px;
	z-index: 4;
	background: #fff;
	border-radius: 5px;
}
.menu_three a{
	display: block;
	line-height: 40px;
	font-size: 16px;
	padding: 10px 0;
	border-bottom: 1px solid #eaeaea;
}

.menu_three a:hover{
	color: #242424;
	background: #f1f1f1;
}


.head_search{
	width:16.66%;
	height: 100%;
	padding: 0 1%;
	border-left: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
}

.head_form{
	
	height: 44px;
	border-radius: 44px;
	background: #ebebeb;
	margin-top: 38px;
}
.head_form_text{
	float: left;
	width:calc(100% - 44px);
	height: 44px;
	line-height: 44px;
	padding-left: 15px;
	background: none;
	border: none;
}
.head_form_box{
	float: right;
	width: 33px;
	height: 33px;
	line-height: 33px;
	border-radius: 33px;
	position: relative;
	overflow: hidden;
	background: #d8203d;
	margin: 5px;
}
.head_form_btn{
	position: absolute;
	left: 0;
	top: 0;
	width:33px;
	height: 33px;
	border: none;
	background: none;
	cursor: pointer;
}
.head_form_icon{
	width: 33px;
	height: 33px;
	line-height: 33px;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.ind_search{
	display: none;
	position: absolute;
	right: 70px;
	top: 2px;
	color: #333;
	width: 50px;
	height: 56px;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	line-height: 56px;
	cursor: pointer;
}
.menu_btn{
	display: none;
	float: right;
	position: absolute;
	right: 0;
	top:8px;
	padding: 9px 17px;
	cursor: pointer;
}
.menu_btn span{
	display: block;
	height: 4px;
	width: 34px;
	background: #d8203d;
	border-radius: 4px;
	margin-bottom: 7px;
}



/*
 * banner
 */
.banner_box{
	position: relative;
}
.banner{
	clear: both;
}
.banner_prev,.banner_next{
	position: absolute;
	top: 50%;
	z-index: 2;
	margin-top: -30px;
	width:36px;
	height: 60px;
	color: #fff;
	background: url(../images/banner_ico.png) no-repeat center center;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.banner_prev{
	left: -80px;
	transform: rotateZ(-180deg);
	-webkit-transform: rotateZ(-180deg);
}
.banner_next{
	right: -80px;
	
}
.banner_box:hover .banner_prev{
	left:30px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.banner_box:hover .banner_next{
	right:30px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.banner_box .owl-theme .owl-dots{
	position: absolute;
	left:0;
	width: 100%;
	bottom: 28px;
}


.banner_box .owl-theme .owl-dots .owl-dot{
	width:61px;
	height: 2px;
	margin:0 7px;
}
.banner_box .owl-theme .owl-dots .owl-dot span{
	width: 61px;
	height: 2px;
	border-radius: 0;
	background: #fff;
}
.banner_box .owl-theme .owl-dots .owl-dot.active, 
.banner_box .owl-theme .owl-dots .owl-dot:hover{
	border-color: #d8203d;
}
.banner_box .owl-theme .owl-dots .owl-dot.active span, 
.banner_box .owl-theme .owl-dots .owl-dot:hover span{
	background: #d8203d;
}



/*
 * more_btn
 */
.more_btn1{
	width: 42px;
	height: 30px;
	background: url(../images/more_icon1.png) no-repeat center center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.more_btn1.colorf{
	background: url(../images/more_icon3.png) no-repeat center center;
}
.more_btn2{
	display: block;
	width: 174px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	background: #da2d48;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


/*
 * ind_box1
 */
.ind_box1{
	background: #f5f5f5;
}
.ind_box1_list{
	padding:5% 0;
}
.ind_box1_list dd{
	float: left;
	width: 32%;
	padding:5% 3%;
	background: #fff;
	border-radius: 10px;
	margin-right: 2%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1_list dd:last-child{
	margin-right: 0;
}
.ind_box1_list dd a{
	display: block;
	width: 100%;
	height: 100%;
}
.ind_box1_list dd .pic{
	float: right;
	width: 162px;
	height: 162px;
	overflow: hidden;
}
.ind_box1_list dd .pic img{
	display: block;
	max-width: 100%;
}
.ind_box1_list dd .con{
	float: left;
	width: calc(100% - 180px);
}
.ind_box1_list dd .con .tt{
	font-size: 32px;
	color: #d8203d;
	padding-bottom: 12px;
}
.ind_box1_list dd .con .text{
	font-size: 22px;
	line-height: 28px;
	height: 56px;
	color: #242424;
	margin-bottom: 10px;
}

.ind_box1_list dd:hover{
	box-shadow: 0 0 15px rgba(115,115,115,.3);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}






/*
 * ind_box2
 */
.ind_box2{
	padding: 5% 0;
}
.ind_box2_con{
	display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
}
.ind_box2_l,.ind_box2_r{
	width:50%;
}
.ind_box2_l_video{
	display: block;
	width: 96%;
	position: relative;
	overflow: hidden;
	border-radius: 15px;
}
.ind_box2_l_video img{
	display: block;
	width: 100%;
}
.ind_box2_l_video .con{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.35);
}
.ind_box2_l_video .con .icon{
	display: block;
	font-size: 80px;
	color: #fff;
	text-align: center;
}


.ind_box2_r_box{
	width: 100%;
	height: 100%;
	padding-top: 35px;
	padding-left: 4%;
}


.title1{
	display: block;
	margin-bottom: 25px;
}
.title1 .tt{
	font-size: 24px;
}
.title1 .tt2{
	font-size: 48px;
	font-family: "AkzidenzGrotesk-Bold";
	padding:8px 0 0;
}
.title1 .tt3{
	font-size: 30px;
	padding:8px 0 15px;
	font-weight: bold;
}
.title1 .line{
	display: inline-block;
	width: 67px;
	height: 2px;
	background: #da2d48;
}



.ind_box2_r_con{
}

.ind_box2_r_con_tt{
	line-height: 28px;
	font-size: 18px;
	padding-bottom: 25px;
}
.ind_box2_r_con_text{
	line-height: 24px;
	font-size: 16px;
	margin-bottom: 4%;
}


/*
 * ind_box3
 */
.ind_box3{
	padding: 5% 0;
	background: #f5f5f5;
}
.ind_box3_list dd{
	float: left;
	width: 32%;
	min-height: 180px;
	margin-right: 2%;
	border-radius: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box3_list dd:last-child{
	margin-right: 0;
}
.ind_box3_list dd a{
	display: block;
	width: 100%;
	height: 180px;
	padding: 0 8%;
}

.ind_box3_list dd .tt{
	font-size: 24px;
	color: #da2d48;
}
.ind_box3_list dd .text{
	line-height: 22px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	margin: 10px 0 4px;
}
.ind_box3_list dd:nth-child(1){
	background: url(../images/fz_xl_bg.png) no-repeat center center / cover;
}
.ind_box3_list dd:nth-child(2){
	background: url(../images/fz_xl_bg2.png) no-repeat center center / cover;
}
.ind_box3_list dd:nth-child(3){
	background: url(../images/fz_xl_bg3.png) no-repeat center center / cover;
}

.ind_box3_list dd:hover{
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

/*
 * ind_box4
 */

.ind_box4{
	padding: 5% 0;
	background: #fff;
}
.ind_pro_box{
	padding-top:1%;
	position: relative;
}
.ind_pro_list{
}
.ind_pro_list dd{
	float: left;
	padding:10px 0;
}
.ind_pro_item{
	overflow: hidden;
	border-radius: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_pro_item .pic{
	overflow: hidden;
	background: #f5f5f5;
}
.ind_pro_item .pic img{
	display: block;
	width: 100%;
}
.ind_pro_item  .con{
	padding: 20px 25px;
	height: 120px;
	text-align: center;
	background: #ececec;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_pro_item .con .tt{
	font-size: 20px;
	margin-bottom: 8px;
}
.ind_pro_item .con .text{
	line-height: 22px;
	height: 44px;
	font-size: 16px;
}
.ind_pro_item:hover{
	box-shadow: 0 0 16px rgba(88,88,88,.3);
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_pro_item:hover .con{
	color: #fff;
	background: #da2d48;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_pro_btn_box{
	text-align: center;
	padding-top: 2%;
}
.ind_pro_btn_prev,.ind_pro_btn_next{
	display: inline-block;
	width: 144px;
	height: 50px;
	border-radius: 3px;
	background:#f5f5f5 url(../images/arr_icon1.png) no-repeat center center;
	border: 1px solid #ececec;
	cursor: pointer;
}
.ind_pro_btn_next{
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
}
.ind_pro_btn{
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0 20px;
	background:#ececec url(../images/more_icon2.png) no-repeat center center;
	border-radius: 3px;
}


/*
 * ind_box5
 */
.ind_box5{
	padding: 5% 0;
	background: #ECECEC;
}
.news_list1{
	padding-top: 1%;
}
.news_list1 dd{
	float: left;
	width: 48%;
	margin-right: 4%;
	background: #fff;
	padding:4% 1.5%;
	border-radius: 10px;
	margin-bottom: 2%;
	transition: all 0.5s;
-webkit-transition: all 0.5s;
}
.news_list1 dd:nth-child(2n){
	margin-right: 0;
}
.news_list1 dd:nth-child(2n+1){
	clear: both;
}

.news_list1_pic img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.news_list1_date{
	float: left;
	width: 130px;
	height: 130px;
	font-size: 24px;
	line-height: 26px;
	text-align: center;
	border-radius: 50%;
	border-radius: 10px;
	border: 2px solid #ececec;
}
.news_list1_con{
	float: left;
	width:calc(100% - 130px);
	padding-left: 4%;
}
.news_list1_con .tt{
	font-size: 22px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.news_list1_con .text{
	line-height: 22px;
	font-size: 16px;
	height: 44px;
	margin: 20px 0;
}
.dianzan_btn{
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	margin-right: 15px;
}
.dianzan_btn .icon{
	float: left;
	font-size: 22px;
	margin-right:5px;
}

.news_list1 dd:hover .news_list1_con .tt{
	color: #da2d48;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.news_list1 dd:hover .news_list1_con .more_btn1{
	margin-left: 3px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.dianzan_btn:hover{
	color:#da2d48;
}


.footer{
	background: #fff;
}
.footer_t{
	padding: 4% 0;
	overflow: hidden;
	border-bottom: 2px solid #ededed
}

.footer_t dd{
	float: left;
	width: 25%;
}
.footer_t dd .tt{
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 20px;
}
.footer_t dd .tt:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 112px;
	height: 2px;
	background: #da2d48;
}
.footer_t dd .text{
	font-size: 16px;
	line-height: 40px;
}
.footer_t dd .text a{
	display: block;
}
.footer_t dd .text a:hover{
	color: #da2d48;
	text-decoration: underline;
}

.footer_b{
	padding: 2% 0;
}


.footer_sm{
	padding-bottom: 10px;
}
.footer_sm a{
	display: inline-block;
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 46px;
	color: #fff;
	font-size: 24px;
	background: #da2d48;
	margin: 0 5px;
}
.footer_sm a:hover{
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}

.footer_b_text{
	line-height: 24px;
	font-size: 14px;
}
.footer_b_text a:hover{
	color: #da2d48;
	text-decoration: underline;
}


/*
 * sub_banner
 */
.sub_banner{
	height: 350px;
	color: #fff;
}

.sub_banner .tt{
	font-size: 60px;
}
.sub_banner .text{
	font-size: 24px;
}

/*
 * location
 */
.location{
	clear: both;
	height: 51px;
	line-height: 50px;
	color: #333;
	font-size: 14px;
	background: #fff;
	border-bottom: 1px solid #e9e9e9;
	overflow: hidden;
	white-space:nowrap;overflow: hidden;text-overflow:ellipsis;
}
.location .icon{
	color: #333;
	font-size: 18px;
	margin-right: 5px;
}
.location a:last-child{
	color: #D8203D;
}

/*
 * sub_main
 */
.sub_main{
	padding: 4% 0;
	background: #f5f5f5;
}



/*
 * contact us
 */
.contact_t1{
	padding: 4%;
	background: #fff;
	overflow: hidden;
	border-radius: 10px;
}
.contact_t1_con{
	padding: 15px 0;
	display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}

.contact_box1_item1{
	width: 48.5%;
	padding: 4%;
	background: #f5f5f5;
	margin: 0 3% 3% 0;
	border-radius: 10px;
}
.contact_box1_item1:nth-of-type(2n){
	margin-right: 0;
}
.contact_box1_item1:nth-of-type(2n+1){
	clear: both;
}

.contact_box1_item2_tt{
	color: #333;
	font-size: 24px;
}
.contact_box1_item1_tt .icon{
	float:left;
	width: 55px;
	height: 55px;
}
.contact_box1_item1_tt .con{
	float: left;
	width: calc(100% - 55px);
	font-size: 24px;
	line-height: 30px;
	padding-left:30px;
}
.contact_box1_item1_tt .con .red{
	color: #d8203d;
}


.contact_box1_item1_con{
	line-height: 24px;
	font-size: 16px;
	padding: 25px 0;
}
.contact_box1_item1_con img{
	display: block;
	max-width: 100%;
}
.contact_box1_item1_con_tt1{
	color: #d8203d;
}
.contact_box1_item1_con_tt1 a{
	color: #d8203d;
}



.contact_box1_item2{
	margin-right: 0;
	background: url(../images/contact_bg1.png) no-repeat center center / cover;
}
.contact_box1_item2_tt{
	color: #fff;
	font-size: 44px;
	line-height: 55px;
	font-family: arial;
}
.contact_box1_item2_tt .icon{
	float: left;
	width: 55px;
	height: 55px;
	line-height: 55px;
	color: #fff;
	font-size: 50px;
}
.contact_box1_item2_tt a{
	color: #fff;
}
.contact_box1_item2_con{
	color: #fff;
	font-size: 22px;
	line-height: 42px;
	padding:4% 0;
}

.contact_box1_item2_con a{
	color: #fff;
}
.contact_box1_item2_con a:hover{
	text-decoration: underline;
}


.faq_list_box{
	padding: 2% 0;
}
.faq_list dd{
	clear: both;
	margin-bottom: 6px;
}
.faq_list dd .tt{
	line-height: 44px;
	font-size: 16px;
}
.faq_list dd .inp1,.faq_list dd .area1{
	display: block;
	width: 100%;
	height: 48px;
	font-size: 16px;
	padding-left: 18px;
	background: #fff;
	border: 0;
	border-radius: 3px;
}
.faq_list dd .area1{
	height: 120px;
	padding: 10px 18px;
}
.faq_list dt{
	padding-top: 25px;
}
.faq_list_btn{
	display: block;
	width: 158px;
	height: 48px;
	line-height: 48px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: #d8203d;
	cursor: pointer;
	border: 0;
	border-radius: 5px;
}



/*
 * page
 */
.page{
	padding: 2% 0;
}
.page a{
	display: inline-block;
	line-height: 34px;
	width: 36px;
	height: 36px;
	font-size:14px;
	font-family: arial;
	border-radius: 36px;
	border: 1px solid #cfcfcf;
	margin: 0 5px;
}
.page a.prev,.page a.next{
	width: auto;
	padding: 0 26px;
}
.page a:hover{
	color: #fff;
	background: #da2d48;
	border: 1px solid #da2d48;
}

/*
 * pro_list
 */

.sub_main_l{
	width: 380px;
}

.nav_list dd{
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 20px;
}
.nav_list_tt{
	line-height:50px;
	padding:14px 8%;
	color: #fff;
	background: #da2d48;
}
.nav_list_tt .tt{
	font-size: 28px;
}
.nav_list_tt .icon{
	font-size: 24px;
	padding: 0 2px;
}
.nav_list_tt .tt2{
	font-size: 18px;
}
.nav_down{
	background: #fff;
}
.nav_down a{
	display: block;
	font-size: 18px;
	line-height: 50px;
	padding: 14px 8%;
	border-bottom: 1px solid #e7e7e7;
	position: relative;
}
.nav_down a:before{
	content: "";
	float: left;
	width: 22px;
	height: 50px;
	background: url(../images/nav_icon1.png) no-repeat center center;
	margin-right: 12px;
}
.nav_down a:last-child{
	border-bottom: 0;
}
.nav_down a:hover,.nav_down a.hover{
	color: #da2d48;
	background: #f5f5f5;
}
.nav_down a:hover:before,.nav_down a.hover:before{
	background: url(../images/nav_icon2.png) no-repeat center center;
}


.sub_main_l_contact{
	border-radius: 10px;
	background: #fff;
}
.sub_main_l_contact .pic{
	overflow:hidden;
	border-bottom: 1px solid #e7e7e7;
}
.sub_main_l_contact .pic img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.sub_main_l_contact .con{
	padding:2% 6%;
	line-height: 40px;
	font-size: 16px; 
	color: #242424;
}
.sub_main_l_contact .con a{
	color: #242424;
}
.sub_main_l_contact .con a:hover{
	color: #D8203D;
	text-decoration: underline;
}


.sub_main_r{
	width:calc(100% - 420px);
	padding:2% 0.5%;
}

.pro_list1 dd{
	float: left;
	width: 33.33%;
	padding: 0 1%;
	margin-bottom: 2%;
}



/***pro_det_t***/
.pro_det_t{
	background: #fff;
	padding: 3% ;
}
/*
 * 大图
 */
.big_pic_show{
	width: 467px;
}
.big_pic_show {
	width: 467px;
	z-index: 1;
}
.bigpic {
	width:467px;
	height:454px;
	margin-bottom: 10px;
	overflow: hidden;
}
.bigpic a {
	display: block;
}
.bigpic a img{
	display: block;
	width:467px;
	height:454px;
}
div.zoomDiv {
	z-index: 999;
	position: absolute;
	border: solid 1px #ddd;
	width:300px !important;
	height:300px !important;
	background: #ffffff;
	display: none;
	text-align: center;
	overflow: hidden;
}
div.zoomMask {
	position: absolute;
	background:url(../images/float_layer.png) repeat;
	cursor:move;
	width: 80px !important;
	height: 80px !important;
	z-index: 99;
}

.moveBox{
	width:467px;
	height:134px;
	position:relative;
}
.pageLeft,.pageRight{
	width:18px;
	height:134px;
	position:absolute;
	left:-20px;
	top:0;
	line-height: 134px;
	font-size: 16px;
	color: #222;
	text-align: center;
	font-family: simsun;
	cursor:pointer;
	background:#ebebeb;
}
.pageRight{
	left: auto;
	right:-20px;
	top:0;
}
.move_content{
	clear:both;
	width:457px;
	height:134px;
	overflow:hidden;
	position:relative;
	margin: 0 auto 0 6px;
	}
.rexiaoPic {
	overflow:hidden;
	width:467px;
	height:134px;
}
.sell_order {
	width:9999px;
	position:absolute
}
.rexiaoPic li{
	width:138px;
	height:134px;
	float:left;
	margin:0 20px 0 0;
	background:#fff;
	color:#fff;
	overflow:hidden;
	cursor:pointer;
	border:1px solid #dedede;
}
.rexiaoPic li.hover{
	border:1px solid #D8203D;
}
.rexiaoPic li img{
	display: block;
	width:138px;
	height:134px;
}
.bigimg{
	width: 800px !important;
}
/*^^^^wap^^^^*/
.pro_det_wap_scroll{
	display: none;
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.banner_box .owl-theme .owl-dots{
	bottom: 15px !important;
}
.pro_det_wap_scroll .owl-theme .owl-dots .owl-dot{
	width:8px !important;
	height:8px !important;
	margin:0 6px !important;
}
.pro_det_wap_scroll .owl-theme .owl-dots .owl-dot span{
	width: 8px !important;
	height: 8px !important;
	border-radius: 0;
	background: #fff;
	border-radius:8px !important;
}
.pro_det_wap_scroll .banner_prev,.pro_det_wap_scroll .banner_next{
	display:none !important;
}



.pro_det_inf{
	width: calc(100% - 467px);
	padding-left: 38px;
}


.pro_det_title{
	font-size: 30px;
	padding-bottom: 25px;
	border-bottom: 2px solid #ebebeb;
}

.pro_det_text{
	font-size: 16px;
	line-height: 24px;
	padding:25px 0;
	border-bottom: 1px solid #ebebeb;
	margin-bottom:8%;
}

.pro_det_text2{
	padding-bottom: 8%;
	border-bottom: 1px solid #ebebeb;
}
.pro_det_text2 .tt{
	font-size: 24px;
	padding-bottom: 6px;
}
.pro_det_text2 .text{
	font-size: 16px;
	line-height: 24px;
}

.p_det_btn{
	padding: 5% 0 20px;
}
.p_det_btn a{
	float: left;
	width: 210px;
	height: 48px;
	font-size: 18px;
	line-height: 48px;
	text-align: center;
	border-radius: 5px;
	background: #e9e9e9;
	margin: 0 20px 15px 0;
}
.p_det_btn a .icon{
	display: inline-block;
	font-size: 24px;
	margin-right:12px;
	line-height: 45px;
	color: #242424;
	position: relative;
	top: 3px;
}
.p_det_btn a:hover{
	color: #fff;
	background: #d8213d;
}
.p_det_btn a:hover .icon{
	color: #fff;
}
.share_box .tt{
	float: left;
	font-size: 16px;
	line-height: 26px;
	margin-right: 6px;
}



/*
 * pro_det_b
 */
.pro_det_b{
	padding:3%;
	background: #fff;
}
.pro_det_b_bars{
	border-bottom: 2px solid #d92a46;
}
.pro_det_b_bars_l{
	float: left;
}
.pro_det_b_bars a{
	float: left;
	font-size: 24px;
	line-height: 58px;
	padding: 0 80px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	margin-right: 15px;
}
.pro_det_b_bars a:hover,.pro_det_b_bars a.hover{
	color: #fff;
	background: #d8213d;
}

.pro_det_b_tabs{
	
}

.pro_det_b_tabs_clm{
	padding:4% 0;
}
.pro_det_b_tabs_clm img{
	max-width: 100%;
	height: auto;
}
.pro_det_b_tabs_clm .pro_det_text2 .tt{
	margin-bottom: 15px;
}


.pro_det_b_tabs_clm .pro_det_text2{
	border-bottom: none;
}

.pro_det_b_tabs_clm table tr td{
	border: 2px solid #d7d8d8;
}
.pro_det_b_tabs_clm table tr td{
	padding:15px;
}


.pro_det_b_inq{
	width: 100%;
	margin-top:5%;
	overflow: hidden;
	border-radius: 10px;
}

.pro_det_b_inq .contact_box1_item1{
	width: 100%;
	background: none;
}


.pro_det_b_inq .faq_list_box dd{
	float: left;
	clear: none;
	width: 48%;
	margin-right: 4%;
}
.pro_det_b_inq .faq_list_box dd .inp1,
.pro_det_b_inq .faq_list_box dd .area1{
	border: 1px solid #dedede;
}
.pro_det_b_inq .faq_list_box dd:nth-child(2n){
	margin-right:0;
}
.pro_det_b_inq .faq_list_box dd:nth-child(2n+1){
	clear: both;
}
.pro_det_b_inq .faq_list_box dd:nth-child(5){
	width: 100%;
	margin-right: 0;
}
.pro_det_b_inq .faq_list_box dt{
	clear: both;
}




/*
 * chnaye
 */
.sub_title1{
	margin-bottom: 30px;
}
.sub_title1 .tt{
	font-size: 30px;
	font-weight: bold;
}
.sub_title1 .tt2{
	font-size: 28px;
	padding-bottom:2%;
}
.sub_title1 .line{
	width: 75px;
	height: 2px;
	background: #d8203d;
	margin: 0 auto;
}
.sub_title1.colorf{
	color:#fff;
}
.sub_title1.colorf .line{
	background: #fff;
}

.sub_title2{
	margin-bottom: 30px;
}
.sub_title2 .tt{
	font-size: 18px;
	line-height:2;
}
.sub_title2 .tt2{
	font-size: 24px;
	padding-bottom:2%;
}
.sub_title2 .line{
	width: 75px;
	height: 2px;
	background: #d8203d;
	margin: 0 auto;
}




.chanye_bars_box{
	background: #f5f5f5;
	padding: 0 0 4% 0;
}

.chanye_bars{
	width: 1200px;
	border-bottom:2px solid #d92a46;
	margin: 0 auto;
}
.chanye_bars a{
	float: left;
	width:calc((100% - 60px)/4);
	margin-right: 20px;
	font-size: 24px;
	text-align: center;
	line-height: 58px;
	background: #e9e9e9;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}
.chanye_bars a:last-child{
	margin-right: 0;
}
.chanye_bars a.hover,.chanye_bars a:hover{
	color: #fff;
	background: #d92a46;
}

.chanye_box1{
	background: #fff;
	padding: 4% 0;
}

.chanye_box1_list{
	display:flex;
    display: -webkit-flex;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.chanye_box1_list dd{
	float:left;
	text-align: center;
	width:calc((100% - 120px)/5);
	margin-right:30px;
	padding: 30px 12px 20px;
	background: #f5f5f5;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.chanye_box1_list dd:last-child{
	margin-right: 0;
}
.chanye_box1_list dd .icon{
	width: 95px;
	height: 95px;
	margin: 0 auto 15px;
}
.chanye_box1_list dd .tt1{
	font-size: 24px;
	color: #333;
}
.chanye_box1_list dd .tt2{
	font-size: 20px;
	color: #333;
	font-family: arial;
}
.chanye_box1_list dd .line{
	width: 42px;
	height: 2px;
	background: #d8203d;
	margin:10px auto 15px;
}
.chanye_box1_list dd .text{
	line-height: 24px;
	font-size: 16px;
	color: #333;
}
.chanye_box1_list dd:hover{
	box-shadow: 0 0 18px rgba(115,115,115,.35);
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


.chanye_box2{
	padding:4% 0;
	background: url(../images/chanye_bg1.jpg) no-repeat center top;
}
.chanye_box2_text{
	line-height: 24px;
	font-size: 16px;
	color: #fff;
	margin-bottom:3%;
}


.chanye_box2_wrapper{
	width: 1200px;
	margin: 0 auto;
}
.chanye_box2_con{
	position: relative;
}

.chanye_box2_prev,.chanye_box2_next{
	position: absolute;
	left: -10%;
	top: 50%;
	width: 78px;
	height: 78px;
	background: #fff url(../images/arr_icon1.png) no-repeat center center;
	border-radius: 78px;
	margin-top: -39px;
	cursor: pointer;
}
.chanye_box2_next{
	left: auto;
	right: -10%;
	transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}

.chanye_box2_list img{
	display: block;
	width: 100%;
}
.chanye_box2_list .icon{
	width: 100%;
	height: 70px;
	line-height: 70px;
	font-size: 38px;
	color: #d8203d;
	font-weight: bold;
	text-align: center;
	background: #fff;
}



.chanye_box3{
	padding: 4% 0;
	background: #fff;
}

.chanye_box3_text{
	line-height: 24px;
	font-size: 16px;
	margin-bottom: 30px;
}
.chanye_box3_list{
}
.chanye_box3_list dd{
	float: left;
	width: 32%;
	height: 130px;
	padding: 0 22px;
	display:flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items:center;
    -webkit-align-items: center;
	margin-right: 2%;
	border-radius: 10px;
	border: 1px solid #e2e2e2;
}
.chanye_box3_list dd:last-child{
	margin-right: 0;
}
.chanye_box3_list dd .num{
	float: left;
	width:100px;
	color: #d8203d;
	line-height: 48px;
	font-size: 60px;
}
.chanye_box3_list dd .text{
	float: left;
	width: calc(100% - 110px);
	line-height: 24px;
	font-size: 16px;
}


.chanye_box4{
	padding: 4% 0;
	background: #f5f5f5;
}
.chanye_box4_list dd{
	float: left;
	width: 32%;
	margin-right: 2%;
}
.chanye_box4_list dd:last-child{
	margin-right:0;
}
.chanye_box4_list dd .pic{
	overflow: hidden;
}
.chanye_box4_list dd .pic img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.chanye_box4_list dd .con{
	padding: 30px 0;
}
.chanye_box4_list dd .con .tt{
	font-size: 28px;
	margin-bottom: 12px;
}
.chanye_box4_list dd .con .text{
	font-size: 16px;
	line-height: 24px;
}

.chanye_box4_list dd:hover{
	
}

/*
 * fzzl
 */
.fzzl_list1 dd{
	float: left;
	width: 32%;
	min-height: 370px;
	margin-right: 2%;
} 
.fzzl_list1 dd:last-child{
	margin-right: 0;
}


.fzzl_box2{
	padding: 4% 0;
	background:#f5f5f5 url(../images/fzzl_bg1.jpg) no-repeat center top;
}
.fzzl_box2_list dd{
	float: left;
	width: 25%;
	text-align: center;
	padding: 0 1.5% 50px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.fzzl_box2_list dd .con{
	background: #fff;
	padding: 30px 20px;
	min-height: 300px;
	border-radius: 10px;
	box-shadow:0 10px 15px rgba(115,115,115,.3);
}
.fzzl_box2_list dd .num{
	font-size: 36px;
	color: #d8203d;
}
.fzzl_box2_list dd .tt{
	font-size: 24px;
	margin: 5% 0;
}
.fzzl_box2_list dd .text{
	line-height: 24px;
	font-size: 16px;
}
.fzzl_box2_list dd:hover{
	transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.fzzl_box3{
	padding: 4% 0;
}.fzzl_box3_list{	display:flex;    display: -ms-flexbox;    display: -webkit-flex;    flex-wrap:wrap;    -ms-flex-wrap:wrap;    -webkit-flex-wrap:wrap;}
.fzzl_box3_list dd{
	float: left;
	width: 49%;
	padding: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	border-radius: 5px;
	background: #fff;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.fzzl_box3_list dd:nth-child(2n){
	margin-right: 0;
}
.fzzl_box3_list dd:nth-child(2n+1){
	clear: both;
}

.fzzl_box3_list dd .tt{
	font-size: 28px;
	line-height: 36px;
}
.fzzl_box3_list dd .tt2{
	font-size: 20px;
	margin-bottom: 15px;
}
.fzzl_box3_list  dd .text{
	line-height: 24px;
	font-size: 16px;
}

.fzzl_box3_list_more_tt{
	font-size: 28px;
}
.fzzl_box3_list_more_tt2{
	font-size: 24px;
	line-height: 24px;
	padding-top: 10px;
}
.fzzl_box3_list_more_tt2 .icon{
	display: inline-block;
	width: 18px;
	height: 24px;
	background: url(../images/more_icon1.png) no-repeat right center;
	position: relative;
	top: 2px;
	margin-left: 6px;
}

.fzzl_box3_list dd:hover{
	box-shadow: 0 0 15px rgba(115,115,115,.3);
	transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

/*
 * about us
 */
.about_box1{
	padding: 4% 0;
	background: #fff;
}
.about_box1_list dd{
	float: left;
	width: 32%;
	height: 188px;
	margin-right: 2%;
	margin-bottom: 15px;
	border-radius: 10px;
	display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
    background: #f5f5f5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about_box1_list dd:last-child{
	margin-right: 0;
}
.about_box1_list dd .icon{
	float: left;
	width: 80px;
	height: 80px;
	display: table-cell;
}
.about_box1_list dd .icon img{
	display: block;
	max-width: 100%;
}

.about_box1_list dd .con{
	padding-left: 3%;
}
.about_box1_list dd .con .tt{
	font-size: 24px;
	padding-bottom:4px;
}
.about_box1_list dd .con .text{
	font-size: 20px;
	color: #333;
}

.about_box1_list dd:hover{
	box-shadow: 0 0 15px rgba(115,115,115,.3);
	transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.about_box2{
	padding: 4% 0;
	background: #f5f5f5;
}
.about_box2_list dd{
	float: left;
	width: 24%;
	padding:20px 0 35px;
	margin: 0 1.3% 15px 0;
	display:flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items:center;
    -webkit-align-items: center;
    background: #fff;
    border-radius: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about_box2_list dd:last-child{
	margin-right: 0;
}
.about_box2_list dd .num{
	color: #db334e;
	font-size: 60px;
	padding-bottom:1%;
}
.about_box2_list dd .num span{
	font-size: 24px;
}
.about_box2_list dd .tt{
	font-size: 24px;
}
.about_box2_list dd .text{
	font-size: 20px;
	font-family: arial;
}

.about_box2_list dd:hover{
	box-shadow: 0 0 15px rgba(115,115,115,.3);
	transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.about_box3{
	padding: 4% 0;
	background: #fff;
}
.about_box3_list dd{
	float: left;
	width: 32%;
	height: 228px;
	padding: 0 2%;
	color: #fff;
	font-size: 32px;
	margin-right: 2%;
	margin-bottom: 15px;
	border-radius: 10px;
	display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about_box3_list dd:nth-child(1){
	background: url(../images/about_02.png) no-repeat center center / cover;
}
.about_box3_list dd:nth-child(2){
	background: url(../images/about_03.png) no-repeat center center / cover;
}
.about_box3_list dd:nth-child(3){
	background: url(../images/about_04.png) no-repeat center center / cover;
}

.about_box3_list dd:last-child{
	margin-right: 0;
}
.about_box3_list dd .tt{
	padding-bottom:2%;
	line-height:36px;
}

.about_box3_list dd:hover{
	transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.about_box4{
	background: #f5f5f5;
	padding: 4% 0;
}
.about_box4_con{
	display:flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    align-items: center;
   	-webkit-align-items: center;
}

.about_box4_pic{
	width: 58%;
}
.about_box4_pic img{
	display: block;
	max-width: 100%;
	margin: o auto;
}
.about_box4_l{
	width: 19%;
}

.about_box4_l .tt{
	font-size: 30px;
	padding-bottom:6%;
}
.about_box4_l .text{
	font-size: 30px;
}
.about_box4_l .text2{
	font-size: 20px;
}



/*
 * keyan
 */

.keyan_box1{
	padding: 4% 0;
	background: #fff;
}
.keyan_box1_list{
	display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.keyan_box1_list dd{
	float: left;
	width: 49%;
	padding: 2%;
	margin-right: 2%;
	margin-bottom:2%;
	background: #f5f5f5;
	border-radius: 10px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.keyan_box1_list dd:nth-child(2n){
	margin-right: 0;
}
.keyan_box1_list dd:nth-child(2n+1){
	clear: both;
}
.keyan_box1_list_pic{
	overflow: hidden;
}
.keyan_box1_list_pic img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.keyan_box1_list_con{
	padding:5% 0 0 0;
} 
.keyan_box1_list_con .tt1{
	font-size: 24px;
	line-height: 1.5;
}
.keyan_box1_list_con .tt2{
	font-size: 20px;
	color: #666;
}
.keyan_box1_list_con .line{
	width: 47px;
	height: 2px;
	background: #d8203d;
	margin: 3% 0 4%;
}

.keyan_box1_list_con .text{
	line-height: 24px;
	font-size: 16px;
}

.keyan_box1_list dd:hover{
	box-shadow: 0 0 15px rgba(115,115,115,.3);
	transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


.keyan_box2{
	padding: 4% 0;
}

.keyan_box2_list {
	display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.keyan_box2_list dd{
	float: left;
	width: 49%;
	padding: 2%;
	margin-right: 2%;
	background: #fff;
}
.keyan_box2_list dd:nth-child(2n){
	margin-right: 0;
}
.keyan_box2_list_title{
	display:flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items:center;
    -webkit-align-items: center;
    padding-bottom: 6%;
}

.keyan_box2_list_title .tt_l .tt{
	font-size: 30px;
	padding-bottom: 6%;
}
.keyan_box2_list_title .tt_l .line{
	width: 76px;
	height: 2px;
	background: #d8203d;
}
.keyan_box2_list_title .text{
	font-size: 22px;
	text-align: right;
}
.keyan_box2_list_pic img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.keyan_box2_list_text{
	line-height: 24px;
	font-size: 16px;
	padding: 4% 0;
}
.keyan_box2_list_text img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

/*
 * jjfn
 */
.jjfn_bars{
	display:flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items:center;
    -webkit-align-items: center;
}
.jjfn_bars a{
	width: calc((100% - 40px)/3);
}

.jjfn_box1{
	padding: 4% 0;
	background: #fff;
}
.jjfn_list dd{
	display:flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items:center;
    -webkit-align-items: center;
    padding-top: 4%;
    padding-bottom: 4%;
}
.jjfn_list_pic{
	width: 35%;
	overflow: hidden;
}
.jjfn_list_pic img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.jjfn_list_con{
	width: 65%;
	padding:0 0 2% 4%;
}


.jjfn_list dd:nth-child(2n){
    flex-flow: row-reverse;
    -webkit-flex-flow: row-reverse;
}
.jjfn_list dd:nth-child(2n) .jjfn_list_con{
	padding:0 4% 2% 0;
}
.jjfn_list dd:nth-child(2n){
	background: #f5f5f5;
}


/*
 * shouhoufuwu
 */
.shfw_box1{
	
}
.shfw_box1_con{
	padding:4% 1%;
	overflow: hidden;
}
.shfw_box1_text{
	line-height: 24px;
	font-size: 16px;
}
.shfw_box1_list{
	display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.shfw_box1_list dd{
	width: 50%;
	padding: 2%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.shfw_box1_list dd:nth-child(2n){
	margin-right: 0;
}
.shfw_box1_list dd:nth-child(2n+1){
	clear: both;
}



/*
 * quality
 */
.quality_list{
	display:flex;
    display: -webkit-flex;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding-top: 3%;
}
.quality_list dd{
	float: left;
	width: 32%;
	text-align: center;
	padding: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	border-radius:10px;
	border: 1px solid #d8d8d8;
	display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
	align-items:center;
    -webkit-align-items: center;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.quality_list dd:nth-child(3n){
	margin-right: 0;
}

.quality_list dd .num{
	font-size: 48px;
	color:#d92a46;
}
.quality_list dd .tt{
	font-size: 24px;
	padding: 2% 0 3%;
}
.quality_list dd .text{
	font-size: 16px;
	line-height: 24px;
}
.quality_list dd:hover{
	transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

/*
 * news_list
 */
.news_list2{
	display:flex;
    display: -webkit-flex;
    justify-content:flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.news_list2 dd{
	float: left;
	width: 49%;
	padding: 1%;
	margin-right: 2%;
	margin-bottom: 2%;
	border-radius: 10px;
	background: #fff;
}
.news_list2 dd a{
	display:flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items:center;
    -webkit-align-items: center;
}
.news_list2 dd:nth-child(2n){
	margin-right: 0;
}
.news_list1_pic{
	overflow: hidden;
}
.news_list1_pic img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.news_list2 dd .news_list1_con{
	width:calc(100% - 300px);
	padding-left: 3%;
}
.news_list2 dd .news_list1_con .text{
	height:72px;
	line-height: 24px;
}
.news_list2 dd .news_list1_con .date_b{
	font-size: 18px;
	color: #888;
	line-height: 30px;
	font-family: arial;
}


/*
 * news_Det
 */

.news_det_box{
	padding: 2%;
	overflow: hidden;
}
.news_det_title{
	font-size: 30px;
}
.news_det_date{
	display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
    padding: 20px 0;
}
.news_det_date_clm{
	display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
    padding: 0 8px;
    font-size: 16px;
}
.news_det_date_clm:nth-child(2):before{
	content: "";
	float: left;
	width: 1px;
	height: 15px;
	background: #cfcfcf;
	margin:2px 15px 0;
}
.news_det_date_clm:nth-child(2):after{
	content: "";
	float:right;
	width: 1px;
	height: 15px;
	background: #cfcfcf;
	margin:2px 15px 0;
}
.news_det_con{
	line-height: 24px;
	font-size: 16px;
	color: #666;
}
.news_det_con img{
	height: auto;
	max-width: 100%;
}
.news_det_btn{
	text-align: center;
	padding: 3% 0;
}
.news_det_btn a{
	display: inline-block;
	width: 112px;
	height: 112px;
	line-height: 112px;
	text-align: center;
	color: #da2d48;
	font-size: 54px;
	border-radius: 112px;
	background: #f5f5f5;
	margin: 0 10px;
}
.news_det_btn a:hover,.news_det_btn a.hover{
	color: #fff;
	background: #da2d48;
}


.news_det_page{
	padding:2% 0;
	overflow: hidden;
}
.news_det_page_clm{
	float: left;
	width: 50%;
	padding: 20px 2%;
	border: 1px solid #cdcdcd;
	display:flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items:center;
    -webkit-align-items: center;
}
.news_det_page_clm.left{
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.news_det_page_clm.right{
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	margin-left: -1px;
}

.news_det_page_clm .tt{
	font-size: 20px;
	width: 85px;
	color: #333;
}
.news_det_page_clm .text{
	color: #666;
	font-size: 18px;
	width: calc(100% - 190px);
}
.news_det_page_clm .date{
	width: 105px;
	text-align: right;
	font-size: 16px;
}
.news_det_page_clm:hover{
	background: #f5f5f5;
}
