 

html,body{
	font-family:arial,verdana;
}
input, button, textarea,select{
	font-family:arial,verdana;	
}
.bgf8{
	background: #f8f8f8;
}
.bgef{
	background: #efefef;
}
.header{
	position: relative;
	z-index: 4;
	background: #333;
	border-top: 5px solid #df2f20;
}

.logo{
	float: left;
	height:95px;
}
.logo h1{
	width: 100%;
	height: 100%;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.logo img{
	display: block;
	max-width: 100%;
}
.head_b{
	clear: both;
}
.menu{
	width: calc(100% - 265px);
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.menu_dl{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    padding-right: 15px;
}
.menu_dl dd{
	float: left;
	height: 95px;
	position: relative;
	margin: 0 12px;
}
.menu_tt .text{
	width: 100%;
	display: block;
	color: #fefefe;
	text-align: center;
	line-height: 95px;
	font-size: 18px;
	padding: 0 18px;
	text-transform: capitalize;
}
.menu_dl dd.hover .menu_tt .text{
	color: #fff;
	background:#df2f20;
}
.menu_down{
	display: none;
	position: absolute;
	left: 0;
	top:95px;
	z-index: 9;
	width: 220px;
	background: #333;
	padding:15px 0 ;
}
.menu_down a{
	display: block;
	color: #fff;
	font-size:16px;
	line-height: 36px;
	padding-left: 23px;
}
.menu_down a:hover{
	background: #df2f20;
	transform: translateX(2px);
    -webkit-transform: translateX(2px);
}

.head_search,.head_lag_icon{
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	cursor: pointer;
}

.head_lag_box{
	position: relative;
	width: 36px;
	height: 36px;
	margin: 0 15px 0 20px;
}
.head_lag_down{
	display: none;
	position: absolute;
	left: -50px;
	top: 65px;
	width: 160px;
	padding: 12px;
	background: #333;
}
.head_lag_down a{
	display: block;
	color: #fff;
	line-height: 30px;
	text-align: center;
	margin: 5px 0;
}
.head_lag_down a.hover,.head_lag_down a:hover{
	background: #df2f20;
}

.search_box{
	display: none;
	position: absolute;
	left: 0;
	top: 95px;
	z-index: 9;
	width: 100%;
	background: #eee;
}
.search_box_text{
	width: calc(100% - 40px);
	height: 40px;
	border: 0;
	font-size: 16px;
	background: none;
}
.search_box_text::-webkit-input-placeholder{
	font-size: 16px;
}
.search_box_wrap{
	padding: 20px 0;
}
.search_box_sub{
	width:40px;
	height: 40px;
	color: #888;
	font-size: 30px;
	background: none;
	border: 0;
}




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


.mobile_menu_btn{
	display: none;
	float: right;
	position: absolute;
	right: 0;
	top:8px;
	padding: 9px 17px;
	cursor: pointer;
}
.mobile_menu_btn span{
	display: block;
	height: 3px;
	width: 30px;
	background: #fff;
	margin-bottom: 6px;
}

/*
 * banner
 */
.banner_box{
	position: relative;
}
.banner{
	clear: both;
}
.banner_prev,.banner_next{
	position: absolute;
	top: 50%;
	z-index: 2;
	width:74px;
	height:74px;
	margin-top: -37px;
	background:url(../images/banner_icon.png) no-repeat center center;
	text-align: center;
	cursor: pointer;
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
	transform: rotateZ(-180deg);
	-webkit-transform: rotateZ(-180deg);
}
.banner_prev{
	left:50%;
	margin-left: -674px;
	transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
}
.banner_next{
	right:50%;
	margin-right: -674px;
}


/*
 * ind_box1
 */
.ind_box1{
	padding: 80px 0;
}
.ind_box1 .wrapper{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.ind_box1_item{
	width:calc(100% / 3);
	background: #e9eef4;
	position: relative;
}
.ind_box1_item a{
	display: block;
	width: 100%;
	height:100%;
}
.ind_box1_item1{
	background: #f44336;
}
.ind_box1_item1_con{
	color: #fff;
	width: 100%;
	height: 100%;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;

    flex-direction: column; 
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    padding: 0 8%;
}
.ind_box1_item1_con .tt{
	font-size: 36px;
	line-height: 32px;
	font-family: "arial black";
}

.ind_box1_item1_con .text{
	font-size: 16px;
	line-height: 30px;
	padding: 8% 0;
}
.ind_box1_item1_con .more{
	font-size: 16px;
	font-weight: bold;
}

.ind_box1_item2_con{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;

    flex-direction: column; 
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}
.ind_box1_item2_con .pic{
	overflow: hidden;
	width: 80%;
	max-width: 225px;
	margin: 0 auto 5%;
}
.ind_box1_item2_con .pic img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.ind_box1_item2_con .tt{
	color: #444;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}
.ind_box1_item2_con .tt2{
	width: 100%;
	height: 22px;
	text-align: center;
	color: #666;
	font-size: 14px;
	line-height: 22px;
}


.ind_box1_item2{
	position: relative;
	background: #dbe1e7;
}

.ind_box1_item2_con2{
	opacity: 0;
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box1_item2_con2 img{
	display: block;
	width: 100%;
}
.ind_box1_item2_con2_tt{
	position: absolute;
	right: 25px;
	top: 8%;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

.ind_box1_item2:hover .ind_box1_item2_con2{
	opacity: 1;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


/*
 * ind_box2
 */
.ind_box2{
	padding-bottom: 60px;
	background: url(../images/ind_bg1.jpg) no-repeat center top;
}
.ind_box2_con{
	color: #fff;
	text-align: center;
	padding: 10% 8% 6%;
}
.ind_video_btn{
	width: 101px;
	height: 101px;
	background: url(../images/video_icon.png) no-repeat center center;
	cursor: pointer;
	margin: 0 auto;
}
.ind_box2_con_tt{
	font-size:42px;
	line-height: 44px;
	font-family: "arial black";
	margin: 25px 0 15px;
}
.ind_box2_con_text{
	font-size: 16px;
	line-height: 24px;
}

.ind_box2_con2{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    position: relative;
    top: -;
}

.ind_box2_con2_clm{
	float: left;
	width:50%;
	padding: 5%;
	text-align: center;
	background: #df2f20;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box2_con2_clm2{
	position: relative;
	top: 52px;
	background: #e2e7ee;
}

.ind_box2_con2_clm .pic{
	margin-bottom: 5%;
}
.ind_box2_con2_clm .pic img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.ind_box2_con2_clm .text{
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}
.ind_box2_con2_clm2 .text{
	color: #444;
}

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



.ind_box3{
	padding:6% 0;
}
.ind_case{
	width: 50%;
	padding-right: 6%;
}
.ind_box3_title{
	display: block;
	font-size: 36px;
	font-weight: bold;
	font-family: "arial black";
	padding-bottom: 5%;
}

.ind_case_scroll_box{
	position: relative;
}
.ind_case_item{
	width: 100%;
	padding: 7%;
	background: #f0f4f8;
}
.ind_case_item .pic{
	overflow: hidden;
}
.ind_case_item .pic img{
	display: block;
	width: 100%;
}
.ind_case_item .tt{
	font-size: 18px;
	color: #444;
	margin: 20px 0 8px;
}
.ind_case_item .text{
	color: #888;
	font-size: 14px;
	margin-bottom: 25px;
}
.ind_case_item .more{
	width: 168px;
	color: #fff;
	background: #fe3a29;
	line-height: 42px;
	font-size: 38px;
	text-align: center;
	font-family:simsun;
	font-weight: bold;
	border-radius: 3px;
}

.ind_case_btn{
	width: 48px;
	height: 30px;
	position: absolute;
	right: 7%;
	bottom: 7%;
	z-index: 2;
}
.ind_case_btn_prev
,.ind_case_btn_next{
	float: left;
	width: 24px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
}
.ind_case_btn_prev{
	transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
}


.ind_news{
	width: 50%;
	margin-top: 60px;
}
.ind_news_list{
	border-top:1px solid #e8e8e8;
}
.ind_news_list dd{
	border-bottom:1px solid #e8e8e8;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_news_list dd a{
	padding:32px 20px; 
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.ind_news_list dd .con{
	width:calc(100% - 100px);
	padding-left: 24px;
	position: relative;
}
.ind_news_list dd .con .tt{
	font-size: 16px;
	color: #444;
	line-height: 24px;
	margin-bottom: 8px;
}
.ind_news_list dd .con:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 8px;
	width: 7px;
	height: 7px;
	background: #000;
	border-radius: 7px;
}
.ind_news_list dd .con .text{
	line-height: 24px;
	font-size: 14px;
	color: #888;
}

.ind_news_list dd .con_r{
	width: 70px;
}
.ind_news_list dd .con_r .date{
	color: #888;
	font-size: 24px;
	margin-bottom: 30px;
}
.ind_news_list dd .con_r .more{
	width: 50px;
	height: 20px;
	text-align: center;
	background: url(../images/news_icon.png) no-repeat center center;
}

.ind_news_list dd:hover{
	box-shadow: 0 0 8px rgba(115,115,115,.3);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_news_list dd:hover .con .tt{
	color: #df2f20;
}


.footer{
	
}
.footer_t{
	background: #262626;
}
.footer_t .wrapper{
	padding: 73px 0;
	position: relative;
}
.footer_t_contact,.footer_t_pro{
	float: left;
	width: calc(100% / 3);
}
.footer_t_contact_icon{
	float: left;
	width: 28%;
}
.footer_t_contact_con{
	float: left;
	width: 72%;
	padding-left: 8%;
	border-left: 1px solid #4c4c4c;
}
.footer_t_title{
	display: block;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	margin-bottom:20px;
}
.footer_t_contact_text{
	font-size: 18px;
	color: #c8c8c8;
	line-height: 30px;
	margin-bottom: 20px;
	word-break:break-word;
}
.footer_t_contact_text a{color: #c8c8c8;}
.footer_t_contact_text a:hover{
	text-decoration: underline;
}
.footer_sm a{
	float: left;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 32px;
	text-align: center;
	color: #606060;
	border-radius: 3px;
	margin-right: 8px;
}
.footer_sm a:hover{
	transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}


.footer_t_pro{
	padding-left: 5%;
}
.footer_t_pro_clm{
	float: left;
	width: 50%;
}

.footer_t_pro_list a{
	display: block;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
}
.footer_t_pro_list a:hover{
	transform: translateX(3px);
    -webkit-transform: translateX(3px);
}

.footer_t_inq{
	position: absolute;
	right: 0;
	top: 0;
	width: 360px;
	height: 406px;
	padding: 35px;
	background: #353535;
}

.footer_t_inq_tt{
	font-size: 24px;
	color: #c8c8c8;
	font-weight: bold;
	margin-bottom: 15px;
}
.footer_t_inq_text,.footer_t_inq_area{
	display: block;
	width: 100%;
	height: 37px;
	color: #fff;
	font-size: 16px;
	padding-left: 15px;
	background: none;
	border: 1px solid #636363;
	margin-bottom: 15px;
}
.footer_t_inq_area{
	height: 125px;
	padding-top: 8px;
	resize: none;
}
.footer_t_inq_text::-webkit-input-placeholder,
.footer_t_inq_area::-webkit-input-placeholder{
	color: #c2c2c2;
	font-size: 16px;
}
.footer_t_inq_sub{
	display: block;
	width: 100%;
	height: 37px;
	line-height: 37px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: #ff0000;
	border: 0;
}


.footer_b{
	padding: 15px 0;
	background: #000;
}
.footer_b .wrapper{
	padding-right: 360px;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.footer_b_text{
	color: #8f8f8f;
	font-size: 14px;
	line-height: 32px;
}
.footer_b_text a{
	color: #8f8f8f;
}
.footer_b_text a:hover{
	color: #fff;
}


.footer_b .footer_b_text{
	margin-right: 3%;
}



/*
 * about
 */
.sub_banner{
	height: 382px;
}
.sub_banner .wrapper{
	position: relative;
	height: 100%;
}
.sub_banner_text{
	position: absolute;
	left:25px;
	top: 50%;
	margin-top: -80px;
	width: 343px;
	height: 160px;
	padding-left: 28px;
	background:rgba(223,47,32,.85);
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    flex-direction: column; 
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}
.sub_banner_text_tt{
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	padding-bottom: 8px;
}
.location{
	color: #fff;
	font-size: 14px;
}
.location a{
	color: #fff;
}


.about_box1{
	padding: 7% 0 0;
	text-align: center;
}
.about_box1_title1{
	font-size: 16px;
	font-weight: bold;
	color: #df2f20;
	letter-spacing: 3px;
	padding-bottom: 15px;
}
.about_box1_con{
	color: #333;
	font-size: 24px;
	line-height: 44px;
	max-width: 840px;
	margin: 0 auto;
}

.about_box2{
	background: #e8e8e8;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.about_box2 img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.about_box2_pic1{
	width: 25%;
}
.about_box2_text{
	width: 30%;
}
.about_box2_pic2{
	width: 45%;
}
.about_box2_pic2 img{
	position: relative;
	bottom: -50px;
}
.about_box2_text .tt{
	font-size: 36px;
	font-family: "arial black";
	color: #df2f20;
}
.about_box2_text .text{
	font-size: 18px;
	line-height: 36px;
}


.about_box3{
	padding: 3% 0;
}
.about_box3_list dd{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}

.about_box3_list_clm1 .pic{
	width: 37.5%;
	overflow: hidden;
}
.about_box3_list_clm1 .pic img{
	display: block;
}
.about_box3_list_clm1 .pic:hover img{
	transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
}
.about_box3_list_clm1 .con{
	width: 62.5%;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	padding: 3% 7%;
}


.about_box3_list_clm2{
	flex-direction: row-reverse; 
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
}
.about_box3_list_clm2 .con{
	width: 37.5%;
	padding:3%;
	font-size: 16px;
	color: #000;
	line-height: 30px;
}
.about_box3_list_clm2 .con span{
	font-size:30px;
	line-height: 40px;
}

.about_box3_list_clm2 .video{
	position: relative;
	width: 62.5%;
	overflow: hidden;
}
.about_box3_list_clm2 .video a{
	display: block;
	width: 100%;
}
.about_box3_list_clm2 .video img{
	display: block;
	width: 100%;
}
.about_box3_list_clm2 .video .video_icon{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 76px;
	height: 76px;
	background: url(../images/about_05.png) no-repeat center center;
	margin: -38px 0 0 -38px;
}
.about_box3_list_clm2 .video:hover img{
	transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
}


.about_box3_list_clm3{
	
}
.about_box3_list_clm3_con1{
	width: 37.5%;
	color: #fff;
	padding: 4% 3%;
	text-align: center;
	background: #df2f20;
}
.about_box3_list_clm3_con2{
	width:62.5%;
	padding: 3%;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.about_box3_list_clm3_con1 .icon{
	font-size: 70px;
	text-align: center;
}
.about_box3_list_clm3_con1 .tt{
	font-size: 30px;
	padding: 5% 0;
}
.about_box3_list_clm3_con1 .text{
	font-size: 16px;
	line-height: 30px;
}

.about_box3_list_clm3_con2 .tt{
	width: 36%;
	color: #444;
	font-size: 30px;
	text-align: center;
}
.about_box3_list_clm3_con2 .text{
	width: 64%;
	font-size: 16px;
	line-height: 30px;
	color: #666;
}

.about_box4{
	padding: 0 0 6% 0;
}
.about_box4_title{
	font-size: 30px;
	padding-bottom: 5%;
}
.about_box4_text{
	line-height: 30px;
	font-size: 16px;
}
.about_box4_text img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}


/*
 * case
 */
.sub_page_case{
	padding: 4% 0;
}
.sub_title1{
	color: #444;
	font-size: 36px;
	font-family: "arial black";
	margin-bottom: 3%;
}
.case_bars{
	padding: 2% 10px 5%;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.case_bars a{
	color: #666;
	font-size: 16px;
	margin: 0 3%;
}
.case_bars a.hover,.case_bars a:hover{
	color: #ed3423;
	font-weight: bold;
}

.case_list1 dd{
	float: left;
	width: calc((100% - 64px) / 3);
	margin-right: 32px;
	margin-bottom: 30px;
}
.case_list1 dd a{
	display: block;
}
.case_list1 dd .pic{
	overflow: hidden;
	position: relative;
	border-bottom:3px solid #ed4c38;
}
.case_list1 dd .pic img{
	display: block;
	width: 100%;
}
.case_list1 dd .pic .icon{
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 48px;
	background: rgba(237,76,56,.9);
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.case_list1 dd .tt{
	color: #444;
	font-size: 16px;
	margin: 25px 0 10px;
}
.case_list1 dd:hover .pic .icon{
	opacity: 1;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.case_list1 dd a:hover{
	transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}



/*
 * page
 */
.page{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding: 3% 0;
}


.page a{
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	text-align: center;
	padding: 0 10px;
	color: #666;
	background: #e8e8e8;
	margin: 0 5px;
}
.page a.hover,.page a:hover{
	color: #fff;
	background: #ee3525;
}


/*
 * contact
 */
.contact_box1{
	padding: 5% 0;
}
.contact_box1_text{
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 4%;
}
.contact_box1_list{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    
}
.contact_box1_list dd{
	width: 33.33%;
	padding: 0 3%;
}
.contact_box1_list dd .icon{
	width: 112px;
	height: 112px;
	line-height: 110px;
	color: #df2f20;
	font-size: 42px;
	text-align: center;
	border: 1px solid #df2f20;
	border-radius: 112px;
	overflow: hidden;
	margin: 0 auto;
}

.contact_box1_list dd .con{
	padding: 15px 0 0 0;
	line-height: 24px;
	text-align: center;
}
.contact_box1_list dd .con .tt{
	font-size: 16px;
	font-weight: bold;
}
.contact_box1_list dd .con .text{
	font-size: 14px;
}
.contact_box1_list dd .con .text a:hover{
	text-decoration: underline;
	color: #df2f20;
}


.contact_box2{
	padding: 5% 0 4%;
	background: #e9eef4;
}
.contact_box2_title1{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 3%;
}
.inq_form_list dd{
	float: left;
	width: 48%;
	margin: 0 1% 22px;
}
.inq_form_list dd.ddw{
	clear: both;
	width: 98%;
}
.inq_form_list dd:nth-child(2n+1){
	clear: both;
}
.inq_form_list_tt{
	font-size: 18px;
	padding-bottom: 15px;
}
.inq_form_list_text,.inq_form_list_area{
	display: block;
	width: 100%;
	line-height: 42px;
	background: #fff;
	border: 1px solid #abb4bb;
	padding-left: 15px;
}
.inq_form_list_area{
	height: 170px;
	padding-top: 5px;
	resize: none;
}

.inq_form_list_btn{
	display: block;
	width: 240px;
	height:42px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background: #df2f20;
	cursor: pointer;
	border: none;
	margin: 0 auto;
}


.contact_box3{
	display: block;
	width: 100%;
}
.contact_box3 img{
	display: block;
	width: 100%;
}


/*
 * news
 */
.sub_page_news{
	padding: 3% 0;
}
.news_list1 dd{
	clear: both;
	overflow: hidden;
	margin-bottom: 35px;
	border: 1px solid #dbe1e8;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.news_list1 dd a{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    position: relative;
    padding: 2%;
}
.news_list1_pic{
	width: 357px;
	overflow: hidden;
}
.news_list1_pic img{
	display: block;
	width: 100%;
}
.news_list1_con{
	width: calc(100% - 357px);
	padding: 0 3%;
}
.news_list1_con .tt{
	font-size: 24px;
	line-height: 36px;
}
.news_list1_con .tt:after{
	content: "";
	display: block;
	width: 69px;
	height: 1px;
	background: #c3c3c3;
	margin-top: 10px;
}
.news_list1_con .text{
	margin: 4% 0;
	line-height: 30px;
	font-size: 16px;
	color: #888;
}
.news_list1_con .date{
	color: #888;
	font-size: 14px;
	line-height: 30px;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.news_list1_con .date .date_clm{
	margin-right: 4%;
}
.news_list1_con .date .date_clm .icon{
	float: left;
	color: #444;
	font-size: 22px;
	margin-right: 8px;
	text-decoration: underline;
}

.news_list1_con .more{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 55px;
	height: 55px;
	font-size: 42px;
	line-height: 55px;
	text-align: center;
	color: #fff;
	background: #ee3525;
}

.news_list1 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;
}



/*
 * news
 */

.news_det_title{
	font-size: 36px;
}
.news_det_date{
	color: #888;
	padding: 2% 0;
	font-size: 16px;
	border-bottom: 1px solid #dbdbdb;
}
.news_det_date .icon{
	margin-right: 12px;
	color: #888;
}

.news_det_con{
	padding: 3% 0;
	line-height: 30px;
	font-size: 16px;
	color: #444;
}
.news_det_con img{
	max-width: 100%;
}


.news_det_page{
	padding: 3% 0;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom:35px;
}

.news_det_page_clm{
	line-height:36px;
	font-size: 16px;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.news_det_page_clm .tt{
	width:50px;
	font-weight: bold;
	color: #1e1b2c;
}
.news_det_page_clm .text{
	width: calc(100% - 50px);
}
.news_det_page_clm .text a:hover{
	color: #df2f20;
	text-decoration: underline;
}

.news_back_list{
	display: block;
	width: 350px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border-radius: 5px;
	background: #df2f20;
}


/*
 * pro_list
 */
.pro_list1 dd{
	padding: 6% 0;
}
.pro_list1 dd a{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.pro_list1_pic{
	width: 50%;
	padding: 0 4%;
}
.pro_list1_pic img{
	display: block;
	max-width: 100%;
}
.pro_list1_con{
	width: 50%;
	padding: 3%;
}
.pro_list1_model{
	color: #ff4f50;
	font-size: 36px;
	font-weight: bold;
}
.pro_list1_name{
	color:#444;
	font-size: 24px;
	font-weight: bold;
}
.pro_list1_feature{
	padding: 5% 0;
}
.pro_list1_feature .feature_tt{
	color: #444;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
}
.pro_list1_feature .feature_item{
	float: left;
	width: 50%;
	padding: 0 5% 4% 0;
}
.pro_list1_feature .feature_item:nth-child(2n+1){
	clear: both;
}
.pro_list1_feature .feature_item .tt{
	font-size: 16px;
	padding-bottom: 7px;
}
.pro_list1_feature .feature_item .text{
	font-size: 16px;
	color: #333;
}


.pro_list1_con .more_btn{
	width: 186px;
	height: 42px;
	line-height: 42px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	background: #df2f20;
	border-radius: 4px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
} 

.pro_list1 dd:nth-child(2n){
	background: #e9eef4;
}
.pro_list1 dd:nth-child(2n) a{
	flex-direction:row-reverse; 
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
}
.pro_list1 dd:hover .pro_list1_pic img{
	transform: scale(1.03,1.03);
  -webkit-transform: scale(1.03,1.03);
}







/*
 * pro_det
 */

.pro_det_t{
	padding: 5% 0;
	background: #d6dce5;
}
.pro_det_t_con{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.pro_det_t_pic{
	width: 50%;
}
.pro_det_t_pic img{
	display: block;
	max-width: 100%;
}
.pro_det_inf{
	width: 50%;
	padding:3% 3% 3% 5%;
}
.pro_det_model{
	color: #df2f20;
	font-size: 36px;
	font-family: "arial black";
}
.pro_det_title{
	font-size: 36px;
	font-weight: bold;
}
.pro_det_title{
	color: #333;
	font-size: 36px;
	font-weight: bold;
}
.pro_det_btn{
  width:420px;
	padding: 0 10px;
}
.pro_det_btn a{
	float: left;
	width: 186px;
	line-height: 42px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	background: #df2f20;
	border-radius: 4px;
	margin-right: 12px;
  margin-bottom:10px;
}
.pro_det_btn a:last-child{
  clear:both;
  float:none;
  display:block;
  margin:0 auto;
}
.pro_det_b{
	overflow: hidden;	
}
.pro_det_bars_box{
	width: 100%;
	height: 71px;
}
.pro_det_bars{
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 8;
	height: 71px;
	border-bottom: 1px solid #000;
}
.pro_det_bars .wrapper{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.pro_det_bars .item{
	display: block;
	color: #444;
	font-size: 16px;
	font-weight: bold;
	line-height: 70px;
	margin: 0 2.5%;
	position: relative;
	cursor: pointer;
}
.pro_det_bars .item:after{
	content: "";
	display: none;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 4px;
	background: #df2f20;
}
.pro_det_bars .item.hover:after{
	display: block;
}
.pro_det_tabs{
	overflow: hidden;
}
.pro_det_tabs_clm{
	padding: 5% 0;
}
.pro_det_tabs_clm:nth-child(2n){
	background: #e9eef4;
}

.pro_det_b_feature{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
		
		flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.pro_det_feature_list{
	width: 69%;
}
.pro_det_feature_list dd{
	float: left;
	width: 50%;
	color: #666;
	font-size: 16px;
	line-height: 24px;
	padding: 0 5% 0 24px;
	position: relative;
	margin:10px 0;
}
.pro_det_feature_list dd:before{
	content:"";
	display: block;
	position: absolute;
	left: 0;
	top: 8px;
	width: 7px;
	height: 7px;
	border-radius: 7px;
	background: #000;
}
.pro_det_feature_list dd:nth-child(2n+1){
	clear: both;
}

.pro_det_feature_pic{
	width: 31%;
}
.pro_det_feature_pic img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.pro_det_b_dms{
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

	justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
	
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    
}

.pro_det_b_tech{
	overflow: hidden;
}
.pro_det_b_tech_bars{
	width: 100%;
	background: #000;
	display:flex;
    display: -ms-flexbox;
    display: -webkit-flex;

    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    
    align-items:center;
    -ms-align-items: center;
    -webkit-align-items: center;
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    margin-bottom: 4%;
}
.pro_det_b_tech_bars .item{
	width:33.33%;
	font-size: 16px;
	font-weight: bold;
	line-height: 48px;
	text-align: center;
	color: #b0b0b0;
	cursor: pointer;
}
.pro_det_b_tech_bars .item.hover{
	color: #fff;
}

.pro_det_tabs_clm .pro_table table tr td {
    color: #666;
    font-size: 12px;
    padding: 10px 12px;
    border: 1px solid #ddd;
    text-align: center;
}
.pro_det_tabs_clm .pro_table table tr:nth-child(2n-1){
	background: #f1f1f1;
}



.pro_det_gallery_scroll{
	width: 100%;
}
.pro_det_gallery_scroll .item{
	overflow: hidden;
}
.pro_det_gallery_item{
	position: relative;
	width: 100%;
	height: 100%;
}
.pro_det_gallery_item:after{
	content: "";
	display: block;
	opacity: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(255,255,255,.3);
	transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.pro_det_gallery_scroll .item img{
	display: block;
	max-width: 100%;
}
.pro_det_gallery_scroll .owl-item.center .pro_det_gallery_item:after{
	opacity: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pro_det_gallery_scroll.owl-theme .owl-dots{
	width: 100%;
	text-align: center;
	padding-top: 2.5%;
}
.pro_det_gallery_scroll.owl-theme .owl-dots .owl-dot span{
	background: #a6a6a6;
}
.pro_det_gallery_scroll.owl-theme .owl-dots .owl-dot.active span{
	background: #ff0000;
}

.rela_pro{
	background: #e9eef4;
	padding: 5% 0;
}
.rela_pro_list dd{
	float: left;
	width: 25%;
	padding: 5px;
}
.rela_pro_list dd a{
	display: block;
	padding: 5% 0;
}
.rela_pro_list dd a .pic{
	overflow: hidden;
	padding:20px 3%;
}
.rela_pro_list dd a .pic img{
	display: block;
	max-width: 100%;
}
.rela_pro_list dd a .tt{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
}
.rela_pro_list dd a:hover{
	background: #fff;
	box-shadow: 0 0 10px rgba(115,115,115,.2);
	transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}


/* 
float
 */
.float_btn{
	position: fixed;
	right: 0;
	bottom: 20%;
	z-index: 9;
}
.back_top{
	display: none;
	width: 50px;
	height: 50px;
	color: #fff;
	background: #df2f20 url(../images/float_icon2.png) no-repeat center center;
	cursor: pointer;
}
/* 
products
 */
.zprodu{float: left;width: 26%;background-color:#eee;}
.zprodu_title {display: block; padding-left:15px; line-height:60px; font-size:22px; background-color:#d13f32; color:#fff;}
.zprolist a{display: block;padding-left:15px; line-height: 40px;font-size: 14px;color: #222;  border-bottom:1px dotted #ff0000;}

.zproimg {float: right;width: 70%;}