html,body{
	font-family:"微软雅黑";
	
}

select,input,textarea,button{
	font-family:"微软雅黑";
	
}
.wrapper{
	overflow: hidden;
}
*{
    -webkit-tap-highlight-color: transparent;
 }
.bgf7{
	background: #f7f7f7;
}
.header_box{
	position: relative;
}
.header{
	background: #fff;
	border-top: 2px solid #df2f20;
}
.header .wrapper{
	overflow: initial;
}


.logo{
	width: 287px;
}
.logo .table{
	height: 120px;
}
.logo a{
	width: 287px;
	
}
.logo a img{
	display: block;
	height: auto;
	float: left;
}
.logo a img:nth-child(2){
	display: none;
}
.menu{
	margin:0px 50px 0 0px;
}
.menu_dl dd{
	float: left;
	height: 120px;
	position: relative;
	padding-right: 40px;
}
.menu_dl dd:last-child{
	padding-right: 0;
}
.menu_tt a{
	font-weight: bold;
	display: block;
	width: 100%;
	color: #161616;
	font-size: 16px;
	height: 120px;
	line-height: 120px;
	padding: 0 8px;
	text-transform: capitalize;transition: all 0s;
	-webkit-transition: all 0s;
}
.menu_tt a:after{
	content: "";
    display: block;
    height: 3px;
    width: 0;
    position: relative;
    bottom: 3px;
    z-index: 0;
    margin: 0 auto;
    background: #ea2828;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu_tt_ico{
	float: right;
	display: none;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #666;
	font-size: 16px;
	margin-top: 4px;
}
.menu_dl dd.hover .menu_tt a{
	color: #ea2828;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu_dl dd.hover .menu_tt a:after{
	width: 100%;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.hotline{
	position: relative;
	padding-left: 15px;
	padding-top: 40px;
}
.hotline:before{
	content: "";
	position: absolute;
	top: 44px;
	width: 1px;
	height: 30px;
	background: #dcdcdc;
	left: 0;
}
.hotline p{
	color: #161616;
	font-size: 12px;
	margin-bottom: 3px;
}
.hotline a{
	font-family: arial;
	font-weight: bold;
	font-size: 16px;
	color: #161616;
}
.head_language{
	width: 40px;
	height: 40px;
	border-radius: 40px;
	border: 1px solid #df2f20;
	text-align: center;
	line-height: 40px;
	margin-top: 40px;
	margin-right: 15px;
	position: relative;
}
.head_language i{
	font-size: 24px;
	color: #df2f20;
	cursor: pointer;
}
.head_language_down{
	display: none;
	position: absolute;
	width: 220px;
	height: 110px;
	background: rgba(0,0,0,.8);
	padding: 25px;z-index: 99;
	left: -50px;
	top: 79px;
}
.head_language_down a{
	display: block;
	height: 28px;
	line-height: 28px;
	
	color: #fff;
	font-size: 12px;
	margin-bottom: 5px;
}
.head_language_down a.hover{
	background: #DF2F20;
}
.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: #ea2828;
	border-radius: 4px;
	margin-bottom: 7px;
}

.head_search{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	background: #ea2828;
	margin-top: 40px;
	border-radius: 40px;
	margin-right: 10px;
}
.head_search i{
	font-size: 20px;
	color: #fff;
}
.search_box{
	z-index: 9;
	display: none;
	position: absolute;
	left: 0;
	top:122px;
	width: 100%;
	background: #eee;
}
.search_box_wrap{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	padding:20px 0;
}
.search_inp{
	float: left;
	width: calc(100% - 50px);
	height: 40px;
	color: #333;
	font-size: 16px;
	border: none;
	background: none;
	padding-left: 15px;
}
.search_inp::-webkit-input-placeholder{
	color: #888;
}

.search_btn_box{
	position: relative;
	width: 40px;
	height: 40px;
}
.search_btn{
	position: absolute;
	left: 0;
	top:0;
	z-index: 2;
	width: 40px;
	height: 40px;
	border: none;
	background: none;
	cursor: pointer;
}
.search_icon{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #888;
	font-size: 30px;
}
.menu_second_box{
	clear: both;
	display: none;
	position: absolute;
	left: 0;
	top: 120px;
	z-index: 9;
	width: 300px;
	background:rgba(0,0,0,.8);
	padding: 30px;
	
}
.menu_two{
	clear: both;
	position: relative;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border-bottom: 1px solid #262519;
}
.menu_tt i{
	float: right;
	display: none;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	line-height: 40px;
	margin-right: 5px;transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu_tt i.trans{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu_two_tt{
	display: block;
	width: 100%;
	color: #fff;
	line-height: 35px;
	font-size: 14px;
	padding-left: 20px;
}

.menu_second_box .menu_two:last-child .menu_two_tt{
	border-color: transparent;
}
.menu_two_tt .text{
	float: left;
	width: calc(100% - 30px);
}
.menu_two_tt i{
	font-size: 10px;
}
.menu_two.hover .menu_two_tt{
	background: #df2f20;
}

.menu_two.hover .menu_two_tt,.menu_third.hover a{
	border-bottom-color: transparent;
}

/*
 * banner
 */
.banners .owl-controls{
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.banners.owl-theme .owl-dots .owl-dot span{
	background: #fff;
	margin: 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.banners.owl-theme .owl-dots .owl-dot.active span, .banners.owl-theme .owl-dots .owl-dot:hover span{
	background: #D40000;
	width: 30px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
/***title****/
.ind_title1{
	display: block;
	padding: 10px 0 20px;
	position: relative;
	/*margin-bottom: 35px;*/
}
.ind_title1 .tt{
	font-size: 36px;
	
	color: #161616;
	margin-bottom: 10px;
	position: relative;
	font-weight: bold;
	
}

.ind_title1 .text{
	color:#333;
	font-weight: bold;
	font-size: 14px;
	
}
.ind_title1 .dec{
	position: absolute;
	left: 50%;
	top: -13px;
	margin-left: -45px;
	width: 89px;
	height: 12px;
	background: url(../images/icon1.png)no-repeat;
}
.ind_title1 .line{
	width: 60px;
	height: 2px;
	background: #e62129;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 15px;
}

/*
	more_btn 	
*/
.more_btn1{
	display: block;
	width: 120px;
	height: 40px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	background: transparent;
	background: #DF2F20;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.more_btn1:hover{
	transform: translateX(3px);
	-webkit-transform: translateX(3px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.more_btn2{
	width: 140px;
	height: 37px;
	line-height: 37px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	 font-family: "Open Sans";
	background: #EA2828;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

/**page**/
.page{
	padding: 70px 0 0;
	text-align: center;
	
}
.page a{
	display: inline-block;
    padding: 0 10px;
    height: 27px;
    line-height: 28px;
    margin: 0px 2px;
    font-size: 14px;
    color: #fff;
    background: #141414;
        margin-bottom: 5px;
}
.page a:first-child{
	padding: 0 15px 0 10px; font-size: 12px;
}
.page a:last-child{
	padding: 0 10px 0 15px;font-size: 12px;
}
.page a:hover ,.page a.hover{
	background: #DF2F20;
	
}
.page a i{
	color: #fff;
}
.page .fir_page i{
	display: inline-block;
	margin-right: 3px;
	transform: rotate(180deg);
	margin-top: -1px;
}
.page .last_page i{
	margin-left: 3px;
	display: inline-block;
	margin-top: 1px;
}
/***footer***/
.footer{
	background: #171717;
	position: relative;
	z-index: 10;
}

.footer_t{
	padding:80px 0;
	overflow: hidden;
}
.footer_t .item:nth-child(1) {
	width: 27%;
	/*padding-top: 30px;*/
}
.footer_t .item:nth-child(2){
	width: 23%;
	padding-left: 6%;
}
.footer_t .item:nth-child(3){
	width: 20%;
	padding-left: 3%;
}
.footer_t .item:nth-child(4){
	width: 30%;
}
.footer_t .item .icon-dianhua{
	font-size: 58px;
	color: #fff;
}
.footer_t .item .item_r{
	width: calc(100% - 58px);
	color: #fff;
	padding-left: 20px;
}
.footer_t .item .tel p{
	font-size: 14px;
	margin: 3px 0;
}
.footer_t .item .tel a{
	font-size: 18px;
    color: #fff;
    line-height: 30px;
    display: block;
}
.footer_t .item .email{
	font-size: 14px;
	margin-top: 10px;
}
.footer_t .item .email a{
	color: #fff;
}
.footer_t .links{
	margin-top: 40px;
}
.footer_t .links label{
	float: left;
	margin: 7px 10px 0 0;
}
.footer_t .links .link_list{
	float: left;
}
.footer_t .links a{
	display: block;
	width: 33px;
	height: 33px;
	border-radius: 33px;
	float: left;
	background: #bababa;
	margin-right: 10px;
	text-align: center;
	line-height: 33px;
}
.footer_t .links a i{
	color: #171717;
	font-size: 18px;transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer_t .links a i.icon-xinlang,.footer_t .links a i.icon-gongzhonghao{
	font-size: 20px;
}
.footer_t .links a:hover{
	background: #ea2828;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer_t .links a:hover i{
	color: #fff;transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer_t .item .tt {
	margin-bottom: 40px;
}
.footer_t .item .tt a{
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	
}
.footer_t .item .text a{
	color: #dddddd;
	font-size: 12px;
	display: block;
	margin-bottom: 15px;
}
.footer_t .item .text a:hover{
	color: #fff;
	transform: translateX(3px);
	-webkit-transform: translateX(3px);
}

.footer_t .item .textss{
	color: #ddd;
	font-size: 12px;
	line-height: 24px;
}
.footer_t .item .more{
	font-size: 12px;
	color: #df2f20;
	margin-top: 25px;
	display: inline-block;
}
.footer_b{
	border-top: 2px solid #df2f20;
}
.footer_b .wrapper{
	
	color: #999999;
	font-size: 12px;
	padding: 20px 0;
	line-height: 30px;
	
}
.footer_b_r{
	margin-left: 50px;
}
.footer_b a{
	color: #999999;
}
.footer_b a:hover{
	color: #fff;
	text-decoration: underline;
}
/*
 * ind_box1
 */
.ind_box1.index{
	padding: 70px 0;
	position: relative;
	overflow: hidden;
}
.ind_box1.index .item{
	width: 390px;
	float: left;
	margin-right: 10px;
}
.ind_box1.index .item:nth-child(3){
	margin-right: 0;
}
.ind_box1.index .item1 {
	border-top: 4px solid #df2f20;
	padding-top: 80px;
}
.ind_box1.index .item1 .tt{
	color: #16181f;
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 50px;
}
.ind_box1.index .item1 .text{
	color: #666666;
	font-size: 14px;
	line-height: 28px;
	padding-right: 70px;
}
.ind_box1.index .item1 .more_btn1{
	margin-top: 80px;
}
.ind_box1.index .item .dd_wrap{
	width: 100%;
	height: 613px;
	position: relative;
	overflow: hidden;
}
.ind_box1.index .item .dd_wrap .con{
	position: absolute;
	left: 50px;
	bottom: 60px;
}
.ind_box1.index .item .dd_wrap .con .tts{
	font-size: 14px;
	color: #fff;
	
}
.ind_box1.index .item .dd_wrap .con .texts{
	font-weight: bold;
	font-size: 28px;
	color: #fff;
}
.ind_box1.index .item .dd_float{
	/*position: absolute;*/
	width: 100%;
	height: 613px;
	/*bottom: -100%;

	left: 0;*/
	background: #f8f8f8;
	padding-top: 40px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.index .item .dd_float .tts2{
	font-size: 16px;
	color: #666;
	padding: 0 20px;
	margin-top: 35px;
}.ind_box1.index .item .dd_float:hover .detail{	background: #df2f20;transition: all 0.5s;    -webkit-transition: all 0.5s;}.ind_box1.index .item .dd_float:hover .detail i{	color: #fff;transition: all 0.5s;    -webkit-transition: all 0.5s;}
.ind_box1.index .item .dd_float .texts2{
	font-size:28px;
	color: #333;
	font-weight: bold;
	padding: 0 20px;
	margin: 5px 0 25px;
}
.ind_box1.index .item .dd_float .tips{
	font-size: 12px;
	color: #cbcbcb;
	line-height: 22px;
	padding: 0 40px;
}.ind_box1.index .item .dd_float .detail{	width: 150px;	height: 36px;	line-height: 34px;}.ind_box1.index .item .dd_float .detail i{	font-size: 20px;}.ind_box1.index .item .dd_float .images{	height: 330px;}.ind_box1.index .item .dd_float .images img{	height: 100%;}
.detail{
	width: 50px;
	height: 16px;
	border: 1px solid #df2f20;
	text-align: center;
	line-height: 14px;
	margin: 40px auto;transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.detail i{
	color: #DF2F20;
	font-size: 14px;transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/*.ind_box1.index .item:hover .dd_float{

	bottom: 3px;

	transition: all 0.5s;

	-webkit-transition: all 0.5s;

}*/
.ind_box1.index .ind1_b{
	margin-top: 10px;
}
.ind_box1.index .ind1_b .item{
	background: #f8f8f8;
	padding: 30px;
}
.ind_box1.index .ind1_b .item .pic{
	float: left;
	width: 176px;
}
.ind_box1.index .ind1_b .item .con{
	float: left;
	width: calc(100% - 176px);
	padding: 30px 0 0 40px;
}
.ind_box1.index .ind1_b .item .con .tt{
	color: #666;
	font-size: 12px;
}
.ind_box1.index .ind1_b .item .con .text{
	color: #161616;
	font-size: 18px;
	font-family: "arial black";
}
.ind_box1.index .ind1_b .item:hover .detail{
	background: #DF2F20;
}
.ind_box1.index .ind1_b .item:hover .detail i{
	color: #fff;
}
.ind_box1.index .ind1_b .detail{
	margin: 20px 0 0 0;
}
.ind1_bg{
	position: absolute;
	width: 795px;
	height: 1274px;
	background: url(../images/ind_img6.png)no-repeat center center;
	background-size:cover ;
	left: -380px;
	bottom: -580px;
	z-index: -1;
}
.ind_box2.index{
	height: 558px;
	background: url(../images/ind_img7.jpg)no-repeat center center;
	background-size: cover;
	padding: 78px 0;
} 
.ind_box2.index .ind2_l{
	width: calc(100% - 653px);
	float: left;
	padding: 70px 75px 0 60px;
}
.ind_box2.index .ind2_l .tt{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
	line-height: 32px;
}
.ind_box2.index .ind2_l .tt .red{
	color: #df2f20;
}
.ind_box2.index .ind2_l .text{
	font-size: 12px;
	line-height: 25px;
	color: #e5e5e5;
}
.ind_box2.index .ind2_r{
	width: 653px;
	height: 400px;
	float: right;
}
.ind_box2.index .ind2_r iframe{
	width:100%;
	height: 100%;
	border: none;
}
.m-video{
	position: relative;
	cursor: pointer;
}
.ind_video_btn a .play{
	position: absolute;
	width: 108px;
	height: 108px;
	border-radius: 108px;
	border: 4px solid #bebebe;
	background: rgba(223,47,32,.85);
	z-index: 2;
	top: 50%;
	left: 50%;
	margin: -54px 0 0 -54px;
	text-align: center;
	line-height: 102px;
	padding-left: 7px;
	cursor: pointer;transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_video_btn a .play i{
	color: #fff;
	font-size: 26px;
	display: inline-block;
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	
}
.ind_video_btn a:hover .play{
	border-color: #fff;
	background: rgba(223,47,32,1);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box3.index{
	padding: 70px 0;
}
.ind_box3.index .ind3_l{
	width: 585px;
	float: left;
	padding-right: 12px;
}
.ind_box3.index .ind3_l .pic{
	position: relative
}
.ind_box3.index .ind3_l img{
	max-width: 100%;
}
.ind_box3.index .ind3_l .con{
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	height: 140px;
	background: rgba(223,47,32,.85);
	color: #fff;
	padding: 30px 50px;
}
.ind_box3.index .ind3_l .con_l{
	width: calc(100% - 60px);
	float: left;
	padding-right: 40px;
}
.ind_box3.index .ind3_l .con_l .tt{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 12px;
}
.ind_box3.index .ind3_l .con_l .text{
	font-size: 12px;
	line-height: 20px;
	
}
.ind_box3.index .ind3_l .con_r{
	width: 60px;
	float: right;
}
.ind_box3.index .ind3_l .con_r .date{
	font-size: 42px;
	font-weight: bold;
	position: relative;
	margin-bottom: 5px;
}
.ind_box3.index .ind3_l .con_r .date:after{
	content: "";
	position: absolute;
	width: 40px;
	height: 1px;
	background: #fff;
	bottom: 0;
	left: 10px;
}
.ind_box3.index .ind3_l .con_r .year{
	font-size: 12px;
}
.ind_box3.index .ind3_r{
	width: calc(100% - 585px);
	padding-left: 60px;
	float: left;
}
.ind_box3.index .ind3_r .title{
	padding-bottom: 15px;
	border-bottom: 1px solid #dcdcdc;
	font-size: ;
	color: #161616;
	font-size: 32px;
	font-weight: bold;
}
.ind_box3.index .ind3_r .title a{
	font-size: 12px;
	font-weight: normal;
	color: #666;
	float: right;
	line-height: 50px;
}
.ind_box3.index .ind3_r .title a:hover{
	color: #DF2F20;
}
.ind_box3.index .ind3_r .item{
	padding: 40px 0;
	border-bottom: 1px solid #dcdcdc;
}
.ind_box3.index .ind3_r .item .tt{
	font-size: 16px;
	color: #161616;
	font-weight: bold;transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box3.index .ind3_r .item .tips{
	font-size: 12px;
	color: #a1a1a1;
	margin: 10px 0 15px;
}
.ind_box3.index .ind3_r .item .tips span{
	float: left;
}
.ind_box3.index .ind3_r .item .tips .icon{
	margin: 0 10px;
	display: inline-block;
	margin-top: -1px;
}
.ind_box3.index .ind3_r .item .text{
	font-size: 12px;
	color: #666;
	line-height: 20px;
}
.ind_box3.index .ind3_r .item:hover .tt{
	color: #DF2F20;transition: all 0.5s;
	-webkit-transition: all 0.5s;
	
}
.m-video img{
	max-width: 100%;
}
/*
 *sub_banner 
 */
.sub_banner{
	height: 360px;
	background-size: auto 100%;
	position: relative;
}
.sub_banner .wrapper{
	height: 100%;
}
.sub_text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
}
.sub_text .tips{
	font-family: arial;
	font-weight: bold;
	font-size: 24px;
	color: #666;
}
.sub_text .tt{
	font-size: 48px;
	color: #fff;
	font-weight: bold;
	margin: 0 0 12px;
}
.sub_text .tt .red{
	color: #df2f20;
}
.sub_text .text{
	color: #c9c9c9;
	font-size: 14px;padding: 0 260px;
}
/*
 * location
 */
.location{
	height: 50px;
	line-height: 50px;
	color: #888888;
	font-size: 12px;
	background: #eeeeee;
}

.location_l .text{
	/*float: right;*/
	display: inline-block;	
}
.location_l .text a{
	color: #888;
	font-size: 12px;
	margin: 0 3px;
}
.location_l .text a:hover{
	color: #e50615;
}
/*about*/
.ind_box1.about{
	padding: 80px 0;
}
.ind_box1.about .ind1_t_l{
	float: left;
	width: 450px;
}

.ind_box1.about .ind_video_btn a .play{
		width: 70px;
		height: 70px;
		margin: -55px 0 0 -35px;
	    line-height: 62px;
	    padding-left: 5px;
	}
.ind_box1.about .ind_video_btn a .play i{
	font-size: 18px;
}
.play_text{
	font-size: 14px;
	color: #fff;
	width: 100%;
	position: absolute;
	top: 55%;
}
.ind_box1.about .ind1_t_r{
	float: left;
	width: calc(100% - 450px);
	padding: 60px 100px 0 100px;
}
.ind_box1.about .ind1_t_r .tips{
	color: #ebebeb;
	font-size: 30px;
	font-family: "arial black";
	margin-bottom: 15px;
}
.ind_box1.about .ind1_t_r .tt p:nth-child(1){
	font-size: 38px;
	font-weight: bold;
	color: #161616;
}
.red{
	color: #df2f20;
}
.ind_box1.about .ind1_t_r .tt p:nth-child(2){
	font-size: 24px;
	color: #161616;
	padding-right: 180px;
	margin-top: 5px;
}
.ind_box1.about .ind1_t_r .text{
	font-size: 14px;
	color: #777777;
	line-height: 25px;
	margin-top: 50px;
	padding-right:100px;
} 
.ind_box1.about .ind1_b_l{
	width: 450px;
	float: left;
	padding: 70px 0px 0 0;
}
.ind_box1.about .ind1_b_l .pic{
	float: right;
}
.ind_box1.about .ind1_b_r{
	float: left;
	width: 425px;
	margin-left: 100px;
	margin-top: -50px;
}
.ind_box1.about .ind1_b_r .pic{
	position: relative;
	width: 100%;
}
.ind_box1.about .ind1_b_r .pic:before{
	content: "";
	position: absolute;
	width: 70px;
	height: 150px;
	background: #df2f20;
	top: 50px;
	left: -35px;
}
.ind_box1.about .ind1_b_r .con{
	position: absolute;
	font-size: 12px;
	color: #fff;
	width: 100%;
	padding: 0 60px;
	bottom: 80px;
	line-height: 25px;
}
.black{
	color: #161616;
}
.ind_box2.about {
	height: 486px;
	background: url(../images/about_img4.jpg)no-repeat center center;
	background-size: auto 100%;
}
.ind_box2.about .wrapper{
	height: 100%;
}
.ind_box2.about .ind2_l{
	float: left;
	width: 450px;
	height: 100%;
	background: rgba(223,47,32,.95);
	padding: 120px 70px;
}
.ind_box2.about .tt{
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 40px;
}
.ind_box2.about .text{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 28px;
}
.ind_box3.about{
	padding: 70px 0;
}
.ind_box3.about .ind3_l{
	width: 680px;
	float: left;
}
.ind_box3.about .ind3_l img{
	float: left;
	max-width: 49%;
	margin-right: 2%;
}
.ind_box3.about .ind3_l img:nth-child(2){
	margin-right: 0;
}
.ind_box3.about .ind3_r{
	width: 315px;
	float: right;
	padding: 70px 0px 0 0px;
	margin-right: 50px;
}
.ind_box3.about .ind3_r .tt{
	color: #161616;
	font-weight: bold;
	font-size: 48px;
}
.ind_box3.about .ind3_r .text{
	height: 50px;
	background: #df2f20;
	color: #fff;
	font-family: "arial black";
	font-size: 14px;
	padding: 5px 20px;
	margin-top: 10px;
}
/*contact*/
.ind_box1.contact{
	padding: 50px 0;
}

.ind_box1.contact .contact_ways{
	/*margin-top: 30px;*/
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.ind_box1.contact .contact_ways a{
	float: left;
	display: block;
	width: 33.33%;
	border: 1px solid #c2c2c2;
	text-align: center;
	border-right: none;
	padding: 40px 0;
	min-height: 272px;
}
.ind_box1.contact .contact_ways a:last-child{
	border-right: 1px solid #c2c2c2;
}
.ind_box1.contact .contact_ways a i{
	font-size: 70px;
	color: #DF2F20;
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.contact .contact_ways a p:nth-child(2){
	color: #161616;
	font-weight: bold;
	font-family: arial;
	font-size: 14px;
	margin-top: 10px;
}
.ind_box1.contact .contact_ways a p:nth-child(3){
	color: #161616;
	font-size: 16px;
	margin: 15px 0 5px;
}
.ind_box1.contact .contact_ways a p:nth-child(4),.ind_box1.contact .contact_ways a p:nth-child(5),.ind_box1.contact .contact_ways a p:nth-child(6){
	color: #161616;
	font-family: arial;
	font-size: 16px;
}
.ind_box1.contact .contact_ways a p:nth-child(5),
.ind_box1.contact .contact_ways a p:nth-child(6){
	margin-top: 5px;
}
.ind_box1.contact .contact_ways a:last-child  p:nth-child(4){
	font-family: "微软雅黑";
	font-size: 16px;
}
.ind_box1.contact .contact_ways a:hover i{
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
#map{
	margin-top: 40px;
}
.ind_box2.contact{
	padding: 0 0 50px 0;
}
/*faq-BOX*/
.faq_box{
	padding: 0 0 15px;
	
}
.faq_title .tt{
	color: #161616;
	font-size: 30px;
	font-weight: bold;
	position: relative;
	padding-left: 24px;
}
.faq_title .tt:before{
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 10px;
	height: 40px;
	background: #DF2F20;
}
.faq_title .text{
	font-size: 12px;
	color: #666666;
	padding-left: 24px;
	margin-top: 10px;
}

.faq_list{
	clear: both;
	margin: 0 auto;
	padding: 30px 0 0;
	min-height: 260px;
	overflow: hidden;
}

.faq_list dd{
	height: auto;
	margin-bottom: 10px;
	float: left;
	float: left;
	width: 570px;
}

.faq_list dd:nth-child(1),.faq_list dd:nth-child(3),.faq_list dd:nth-child(5){
	margin-right: 60px;
}
.faq_list dd:nth-child(5) input:nth-child(2){
	margin-top: 10px;
}
.faq_inp ,.faq_area{
	width: 100%;
	height: 40px;
	padding-left: 12px;
	font-size: 14px;
	color: #333;
	border: 1px solid #c9c9c9;
	resize: none;
	border-radius: 2px;
}
.faq_inp::-webkit-input-placeholder,.faq_area::-webkit-input-placeholder{
    color: #aaa;
    font-size: 14px;
    font-family: "微软雅黑";
    /*line-height: 40px;*/
}
.faq_inp:focus ,.faq_area:focus{
	border-color: #222;
}
.doub .faq_inp{
	margin-bottom: 25px;
}
.faq_area{
	height: 90px;
	padding: 8px 12px;
}

.faq_btn_box{
	width: 100px;
	height: 40px;
	border-radius: 2px;
	background: #222;
	position: relative;
	float: left;
	margin-right: 20px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.faq_btn_box.gray{
	background: #595757;
}

.faq_btn{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100px;
	height: 40px;
	border: none;
	background: none;
	cursor: pointer;
}
.faq_btn_text{
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	text-align: center;transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.faq_btn_box:nth-child(1){
	background: #DF2F20;
}
.ind_box1.exhibition{
	padding: 60px 0;
}
.ind_box1.exhibition .item{
	width: 50%;
	float: left;
}
.ind_box1.exhibition .item_list:nth-child(2n-1) .item .pic,.ind_box1.exhibition .item_list:nth-child(2n-1) .con{
	width: 50%;
	float: left;
}
.ind_box1.exhibition .item_list:nth-child(2n) .item .pic,.ind_box1.exhibition .item_list:nth-child(2n) .con{
	width: 50%;
	float: right;
}
.ind_box1.exhibition .item_list .item .pic{
	height: 250px;
	overflow: hidden;
}
.ind_box1.exhibition .item_list .item .con{
	position: relative;
	height: 250px;
	background: #333333;
	color: #fff;
	text-align: center;
	padding: 50px 30px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box1.exhibition .item_list .item .con .tt{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
}
.ind_box1.exhibition .item_list .item .con .date{
	font-size: 12px;
	color: #df2f20;
	margin-bottom: 15px;
}
.ind_box1.exhibition .item_list .item .con .text{
	font-size: 12px;
	line-height: 22px;
}
.ind_box1.exhibition .item_list .item .con .detail{
	margin: 30px auto;
}
.ind_box1.exhibition .item_list .item .con .tips{
	width: 0;
    height: 0;
    border: 20px solid transparent;
    border-right: 22px solid #333;
    position: absolute;
    top: 20%;
    left: -35px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box1.exhibition .item_list:nth-child(2n) .item .con .tips{
	border: 20px solid transparent;
    border-right: none;
    border-left: 22px solid #333;
    left: auto;
    right: -15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box1.exhibition .item_list .item:hover .con{
	background: #DF2F20;transition: all 0.5s;
    -webkit-transition: all 0.5s;
} 
.ind_box1.exhibition .item_list .item:hover .con .tips{
	border-right: 22px solid #DF2F20;transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box1.exhibition .item_list:nth-child(2n) .item:hover .con .tips{
    border-right: none;
	border-left: 22px solid #DF2F20;transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box1.exhibition .item_list .item:hover .con .detail{
	border-color: #333;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box1.exhibition .item_list .item:hover .con .detail i{
	color: #333;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box1.news_det {
	padding: 60px 0;
}
.news_det .date{
	width: auto;
	height: 110px;
	padding: 11px 20px 0 20px;
	border: 2px solid #EA2828;
	color: #EA2828;
	text-align: center;font-weight: bold;
}
.news_det .date p:nth-child(1){
	font-size: 48px;
	
}
.news_det .date p:nth-child(2){
	font-size: 14px;
	margin-top: -5px;
}
.news_det_r{
	width: calc(100% - 110px);
	padding-left:50px;
}
.news_det_r .tt{
	font-weight: bold;
	font-size: 34px;
	color: #333;
	margin-bottom: 15px;
}
.news_det_tip i{
	float: left;
	font-size: 25px;
	color: #909090;margin-right: 5px;
}
.news_det_tip span{
	float: left;
	color: #888;
	font-family: arial;
}
.news_det_tip i.icon-fenxiang{
	font-size: 14px;
	
}
.view span{
	margin-top: 4px;
	font-size: 14px;
	color: #888;
}
.news_det_tip .share{
	margin-top: 5px;
	margin-left: 20px;
}.news_det_tip .share_box{
	margin-left: 5px;
}
.news_det_tip .share_box img{
	margin-top: -5px;
}
.news_det .content{
	margin-top: 50px;
}
.news_det .content{
	margin-top: 35px;
	overflow: hidden;
	border-top: 1px solid #E3E3E3;
}
.news_det .content .imgs{
	margin: 30px 0;
}
.news_det .content img{
	max-width: 49%;transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.news_det .content .con{
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	overflow: hidden;
	margin-top: 40px;
}
.news_det .content .news_det_art{
	margin-top: 50px;
}
.news_det .content .news_det_art a{
	display: inline-block;
	width: 140px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	font-size: 14px;
	float: left;
}
.news_det .content .news_det_art a.pre_art{
	background: #fff;
	color: #222;
	border: 1px solid #ccc;
}
.news_det .content .news_det_art a.next_art{
	background: #333333;
	color: #fff;
	border: 1px solid #222;
}
.news_det .content .news_det_art a:hover{
	background: #EA2828;
	color: #fff;
	border-color: #EA2828;
}
.news_det .tags{
	margin: 15px 0 30px;
}
.news_det .tags span{
	display: block;
	float: left;
	padding: 8px 26px;
	background: #eeeeee;
	font-size: 14px;
	font-weight: bold;
	color: #888;
	margin-right: 10px;
	margin-bottom: 10px;
}
.ind_box1.news{
	padding: 70px 0;
}
.ind_box1.news .item{
	padding: 50px 0;
	border-bottom: 1px solid #e3e3e3;
}
.ind_box1.news .item .date{
	float: left;
	width: 80px;
}
.ind_box1.news .item .date p:nth-child(1){
	font-weight: bold;
	font-size: 72px;
	color: #df2f20;
	font-family: arial;
	margin-top: -10px;
}
.ind_box1.news .item .date p:nth-child(2){
	font-weight: bold;
	font-size: 14px;
	color: #df2f20;
	font-family: arial;
	margin-top: -5px;
}
.ind_box1.news .item .pic{
	width: 280px;
	float: left;
}
.ind_box1.news .item .con{
	width: calc(100% - 360px);
	float: left;
	padding: 0 110px 0 180px;
	position: relative;
}
.ind_box1.news .item .con .tt{
	color: #161616;
	font-weight: bold;
	font-size: 20px;transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.news .item .con .view{
	color: #a1a1a1;
	font-size: 12px;
	margin: 10px 0 30px;
}
.ind_box1.news .item .con .text{
	color: #666;
	font-size: 14px;
	line-height: 25px;
}
.ind_box1.news .item .con .detail{
	margin: 30px 0 0 0;
}
.ind_box1.news .item .con:before{
	content: "";
	position: absolute;
	width: 1px;
	height: 50px;
	background: #dcdcdc;
	left: 92px;
	top: 4px;
}
.ind_box1.news .item:hover .con .tt{
	color: #df2f20;transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.news .item:hover .detail{
	transform: translateX(3px);transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.sub_text .text.pro_cover{
	padding: 0 200px;
}
.ind_box1.pro_cover{
	padding: 70px 0 ;
}
.ind_box1.pro_cover .item{
	padding: 35px 0;
	border-bottom: 1px solid #E3E3E3;
}
.ind_box1.pro_cover .item:nth-child(2n-1) .pic,.ind_box1.pro_cover .item:nth-child(2n-1) .con{
	float: left;
	padding-right: 6%;
}
.ind_box1.pro_cover .item:nth-child(2n) .pic,.ind_box1.pro_cover .item:nth-child(2n) .con{
	float: right;
}
.ind_box1.pro_cover .item .pic,.ind_box1.pro_cover .item .con{
	width: 50%;
}
.ind_box1.pro_cover .item .con {
	padding-top: 25px;
}
.ind_box1.pro_cover .item .con .tt{
	color: #161616;
	font-weight: bold;
	font-size: 26px;
	position: relative;
	padding-left: 35px;
}
.ind_box1.pro_cover .item .con .tt:before,.p_det_inf_tips:before{
	width: 16px;
	height: 40px;
	background: #df2f20;
	top: 0px;
	left: 0;
	content: "";
	position: absolute;
	z-index: 2;
}
.ind_box1.pro_cover .item .con .text{
	margin: 40px 0;
}
.text .tagss{
	width: 242px;
	height: 52px;
	border: 1px solid #d2d2d2;
	text-align: center;
	line-height: 52px;
	font-size: 16px;
	font-weight: bold;
	color: #888888;
	font-style:italic;
	float: left;
	margin: 0 15px 15px 0;
}
.ind_box1.pro_cover .item .con .btn_box a{
	display: block;
	width: 100px;
	height: 64px;
	text-align: center;
	background: #df2f20;
	color: #fff;
	float: left;
	margin-right: 10px;
	padding: 10px 0;
}
.ind_box1.pro_cover .item .con .btn_box a:nth-child(2){
	background: #161616;
}
.ind_box1.pro_cover .item .con .btn_box a:last-child{
	width: 150px;
}
.ind_box1.pro_cover .item .con .btn_box a p{
	font-size: 12px;
	margin-bottom: 10px;
}
.ind_box1.pro_cover .item .con .btn_box a i.icon-next-s{
	font-size: 22px;
	display: inline-block;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	margin-top: -10px;
}
.ind_box1.pro_cover .item .con .btn_box a i.icon-bianji{
	font-size: 15px;
}
.ind_box1.pro_cover .item:hover .con .tt a{
	color: #df2f20;
}
.ind_box1.pro_cover .item img{
	display: block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.pro_cover .item:hover img{
	transform: scale(1.01);transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
/*^^^datu start^^^^*/
.big_pic_show {
	width: 500px;
	height: 100%;
	z-index: 1;
}
.bigpic {
	width: 500px;
	height:373px;
	margin-bottom: 7px;
	overflow: hidden;
	border: 1px solid #dcdcdc;
}
.bigpic a {
	display: block;
}
div.zoomDiv {
	z-index: 999;
	position: absolute;
	border: solid 1px #ddd;
	width: 550px !important;
	height:460px !important;
	background: #ffffff;
	display: none;
	text-align: center;
	overflow: hidden;
}
div.zoomMask {
	position: absolute;
	width: 88px !important;
	height: 88px !important;
	background:url(../images/float_layer.png) repeat center center;
	cursor:move;
	z-index: 99;
}
.bigimg{
	width:800px;
	height: auto;
}
.moveBox{
	width:500px;
	height:112px;
	margin:0 auto;
	position:relative;
	overflow: hidden;
}

.move_content{
	clear:both;
	width:500px;
	height:112px;
	overflow:hidden;
	position:relative;
	float:left;
	display:inline;
}
.rexiaoPic {
	overflow:hidden;
	width:525px;
	height:112px;
}
.sell_order {
	width:9999px;
	position:absolute
}
.rexiaoPic li{
	width:120px;
	height:88px;
	float:left;
	display:block;
	margin:0 6px 0 0;
	background:#fff;
	color:#fff;
	overflow:hidden;
	cursor:pointer;
	position: relative;
}
.rexiaoPic li:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 120px;
	height: 88px;
	border: 2px solid #dcdcdc;transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.rexiaoPic li.hover:after{
	border-color: #df2f20;	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.rexiaoPic li img{
	width:120px;
	height:88px;
}
/*^^^^datu end^^^^*/

.ind_box1.pro_det .pro_det_wap_scroll{
	display: none;
	width: 90%;
	margin-left: 5%;
}
.ind_box1.pro_det .pro_det_wap_scroll .item{
	border: 1px solid #dcdcdc;
}
.p_det_inf{
	float: left;
	width: calc(100% - 500px);
	padding: 10px 60px 0 75px;
}
.p_det_inf_tips{
	font-size: 28px;
	color: #161616;
	margin-bottom: 25px;
	font-weight: bold;
	padding-left: 35px;
	position: relative;
}

.p_det_inf_tt{
	font-size: 14px;
	color: #888888;
	line-height: 25px;
	padding-right: 80px;
	margin-bottom: 25px;
}
.ind_box1.pro_det .tagss {
	background: #f3f3f3;
	border: none;
}

.ind_box1.pro_det .hotline{
	width: 170px;
	padding: 0;
	float: left;
	margin: 40px 40px 0 30px;
}
.ind_box1.pro_det .hotline:before{
	display: none;
}
.ind_box1.pro_det .hotline p:nth-child(1){
	font-size: 12px;
	color: #666;
}
.ind_box1.pro_det .hotline a{
	display: block;
	font-size: 20px;
	font-family: "arial black";
	color: #161616;
	margin-top: -5px;
}
.p_det_btn{
	width: 140px;
	margin-top: 35px;
	float: left;
}

.p_det_btn a{
	font-weight: bold;
	display: inline-block;
	width: 140px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	float: left;
	margin-right: 20px;
	background: #161616;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.p_det_btn a i{
	float: left;
	margin-right: 10px;
	margin-left: 30px;
	font-size: 17px;
	margin-top: 1px;
}

.p_det_btn a span{
	float: left;
	margin-top: 1px;
}

.p_det_btn a:hover{
	background: #D40000;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.p_det_share{
	margin-top: 35px;
	float: left;
}
.p_det_share .text{
	color: #666;
	font-size: 12px;
	font-weight: normal;
}
.p_det_share .text i{
	font-size: 12px;
}
.p_det_share_box{
	margin-top: 5px;
	
}
.ind_box1.pro_det{
	padding: 60px 0 0;
	overflow: hidden;
}
.download {
	margin-top: 40px;
}
.download i{
	display: block;
	width: 18px;
	height: 18px;
	background: url(../images/download.png)no-repeat center center;
	background-size: cover;
	margin-right: 5px;
	float: left;
}
.download a{
	color: #161616;
	font-size: 12px;
	float: left;
	font-style: italic;
	display: inline-block;
	border-bottom: 1px solid #333;
}
.pro_det_b .tab_box{
	background: #161616;
	padding: 30px 0 0 0;
}
.pro_det_b .tab_box a{
	display: block;
	float: left;
	width: 326px;
	height: 60px;
	background: #DF2F20;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
	position: relative;
	margin-right: 20px;
}
.pro_det_b .tab_box a.active{
	background: #fff;
	color: #DF2F20;
}
.pro_det_b .tab_box a i{
	color: #fff;
	display: inline-block;
	font-size: 18px;
	transform: rotate(-90deg);
	position: absolute;
	right: 30px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro_det_b .tab_box a.active i{
	color: #DF2F20;
	transform: rotate(0deg);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro_dec{
	padding: 60px 0;
	border-bottom: 8px solid #f2f2f2;
}
.pro_dec:last-child{
	border: none;
}
.pro_dec .p_det_inf_tips{
	padding-left: 25px;
}
.pro_dec .p_det_inf_tips:before{
	width: 10px;
}
.pro_dec .con{
	padding: 20px 0;
}
#det1 .imgs{
	width: 257px;
	float: left;
}
#det1 .imgs img{
	max-width: 100%;
}
#det1 dl{
	width: calc(100% - 257px);
	float: left;
}
#det1 dd{
	width: 33.33%;
	float: left;
	padding-left: 8%;
	position: relative;
}
#det1 dd:after{
	content: '';
	position: absolute;
	width: 1px;
	height: 116px;
	background: #e3e3e3;
	right: 0;
	top: 50%;
	margin-top: -58px;
}
#det1 dd:first-child{
	padding-left: 0;
}
#det1 dd:last-child:after{
	display: none;
}
#det1 dd p{
	position: relative;
	width: 100%;
	padding-left: 15px;
	color: #161616;
	font-size: 14px;
	margin-bottom: 10px;
}
#det1 dd p:before{
	content: "■";
	position: absolute;
	font-size: 10px;
	top:0;
	left: 0;
	color: #DF2F20;
}
#det1 .con{
	padding: 50px 0;
}
.ind_box1.pro_det .tab_box.fixed {
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 999;
    width: 100%;
    border-bottom: 1px solid #333;
}
.table_wrap{
	margin-bottom: 20px;
}
.pro_det_b_tabs_clm {
	display: none;
	padding-bottom: 30px;
}
.table_wrap:first-child .pro_det_b_tabs_clm{
	display: block;
}
.pro_det_b_tabs_clm .pro-table table tr td {
    color: #666;
    font-size: 12px;
    padding: 10px 12px;
    border: 1px solid #ddd;
    text-align: center;
}
.pro_det_b_tabs_clm .pro-table table tr:nth-child(2n-1){
	background: #f1f1f1;
}
.table_tab{
	height: 45px;
	background: #161616;
	color: #fff;
	line-height: 45px;
	padding: 0 40px;
	cursor: pointer;transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.table_tab.active{
	background: #DF2F20;transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.table_tab.active label{
	padding-top: 2px;
	background: #161616;transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.table_tab.active label i{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro_det_b_tabs_clm {
	margin-top: 30px;
}
.table_tab .icon-biaoge{
	font-size: 24px;
	float: left;
	margin-top: 2px;
	margin-right: 8px;
}
.table_tab span{
	float: left;
	font-size: 16px;
	font-weight: bold;
}
.table_tab label{
	float: right;
	width: 25px;padding-top: 0px;
	height: 25px;
	border-radius: 25px;
	background: #DF2F20;
	text-align: center;
	line-height: 25px;
	margin-top: 10px;
}
.table_tab label i{
	display: inline-block;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}
#det3 .item{
	width: 50%;
	float: left;
}
#det3 .item .tt{
	width: 220px;
	height: 32px;
	padding: 0 25px;
	line-height: 32px;
	background: #161616;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 35px;
}
#det3 .item .imgs img{
	max-width: 100%;
}
#det3 .item:nth-child(2n){
	padding-left: 12%;
}
.ind_box2.pro_det{
	height: 410px;
	background: url(../images/pro_img8.jpg)no-repeat center center;
	background-size: cover;
	padding: 45px 0;
}
.ind_box2.pro_det .p_det_inf_tips{
	color: #fff;
	padding-left: 25px;
	margin-bottom: 40px;
}
.ind_box2.pro_det .p_det_inf_tips:before{
	width: 10px;
}
.ind_box2.pro_det dd{
	width: 290px;
	float: left;
	margin-right: 12px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box2.pro_det dd:last-child{
	margin-right: 0;
}
.ind_box2.pro_det dd:hover{
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box3.pro_det {
	padding: 60px 0;
	border-bottom: 10px solid #f2f2f2;
}
.ind_box3.pro_det dd{
	width: 290px;
	float: left;
	margin-right: 10px;
}
.ind_box3.pro_det dd:hover .tt{
	color: #DF2F20;transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box3.pro_det dd:hover .more{
	background: #DF2F20;transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box3.pro_det dd:last-child{
	margin-right: 0;
}
.ind_box3.pro_det dd .con{
	padding: 15px 5px;
}
.ind_box3.pro_det dd .tt{
	color: #161616;
	font-size: 18px;
	font-weight: bold;transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box3.pro_det dd .text{
	margin: 20px 0;
	color: #666;
	font-size: 12px;
	min-height: 94px;
}
.ind_box3.pro_det dd .text p{
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
}
.ind_box3.pro_det dd .text p:before{
	content: "■";
	position: absolute;
	font-size: 12px;
	top:-2px;
	left: 0;
	color: #c9c9c9;
}
.ind_box3.pro_det dd .more{
	width: 100px;
	height: 33px;
	text-align: center;
	line-height: 33px;
	background: #333;
	color: #fff;
	font-size: 12px;transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box2.prodet{
	padding-top: 60px;
}
.pro_det_t{
	margin-bottom: 60px;
}
.ind_box1.pro_det .pro_det_wap_scroll.owl-theme .owl-dots .owl-dot.active span, .ind_box1.pro_det .pro_det_wap_scroll.owl-theme .owl-dots .owl-dot:hover span{
	background: #DF2F20;
}
#map{
	height: 500px;
}
.news_det .content .con iframe{
	width:60%;
    height:300px;
    margin:20px 20% 20px 20%;
}
.ind_box1.comImg{
	background: #F5F5F5;
	padding: 60px 0;
}
.ind_box1.comImg .wrapper{
	/*padding-bottom: 30px;*/
	overflow: initial;
}
#gallery-wrapper {
			position: relative;
			max-width: 100%;
			width: 100%;
			margin: auto;
		}
		
		img.thumb {
			width: 100%;
			max-width: 100%;
			height: auto;
		}
		
		.white-panel {
			position: absolute;
			background: white;
			box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
			
		}
		.white-panel .tt{
			font-size: 15px;
			padding: 15px 0;
			text-align: center;
		}
		.white-panel:hover {
			box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
		}
		
		
		
		
/* video */
.video_list1{
	padding-top: 20px;
}
.video_list1{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.video_list1 dd{
	width: calc((100% - 62px) / 3);
	margin: 0 20px 20px 0;
}
.video_list1 dd:nth-child(3n){
	margin-right: 0;
}
.video_list1 dd a{
	display: block;
}
.video_list1 dd .pic{
	overflow: hidden;
	position: relative;
}
.video_list1 dd .pic img{
	display: block;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.video_list1 dd .icon{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,.3) url(../images/video_icon.png) no-repeat center center;
	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;
}

.video_list1 dd a:hover img{
	transform: scale(1.03,1.03);
	-webkit-transform: scale(1.03,1.03);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.video_list1 dd .tt{
	font-size: 18px;
	color: #4d6e89;
	text-align: center;
	padding: 15px 0 10px;
	font-family: "UnitPro-Regular";
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.video_list1 dd a:hover .tt{
	color: #ea2828;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}




.about_map_box_w {
    padding-top: 60px;
}

.about_map_box_01 img {
    width: 100%;
}


.about_map_box_02 {
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    padding-bottom: 30px;
}


