.bgf1{
	background: #f1f1f1;
}
.header{
	position: relative;
	z-index: 3;
}
.head_t{
	height: 50px;
	background: #424752;
}
.head_clm{
	padding:0 35px;
	line-height: 50px;
	border-right: 1px solid #474b54;
}
.head_clm .icon{
	float: left;
	color: #b42a27;
	margin-right: 12px;
}
.head_clm .text{
	float: left;
	color: #e2e2e2;
}

/**language***/
.language_box{
	padding-right: 25px;
	border-right: 1px solid #474b54;
}
.language{
	position: relative;
}
.language_t{
	height: 50px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	cursor: pointer;
}
.language_t .icon{
	display: block;
}
.language_t .text{
	color: #cecece;
	padding:0 10px 0 6px;
}
.language_t .icon2{
	width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    margin-top: 6px;
}

.language_down{
	display: none;
	position: absolute;
	left: -4px;
	top: 50px;
	z-index: 3;
	width: 72px;
	text-align: center;
	padding: 5px 0;
	background: #2d2d2d;
}
.language_box{
	border-right: 1px solid #474b54;
}
.language_text{
	color: #c2c2c2;
	line-height: 50px;
	padding: 0 10px 0 20px;
}
.language_down a{
	display: block;
	color: #cecece;
	line-height: 30px;
	font-size: 14px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
.language_down a img{
	margin-right: 6px;
}
.language_down a:hover{
	background: #666;
}
.language:hover .language_down{
	display: block;
}

/**search**/
.search_box{
	width: 315px;
	border-radius: 9px;
	border-right: 1px solid #474b54;
	margin-top: 11px;
}
.search_box form{
	height: 30px;
	border:1px solid #637294;
}
.search_inp{
	float: left;
	width:270px;
	height: 28px;
	line-height: 28px;
	padding-left: 10px;
	color: #fff;
	border: none;
	background: none;
}
.search_inp::-webkit-input-placeholder{
	color: #9aa6c1;
}
.search_btn{
	width: 42px;
	height: 28px;
	text-align: center;
	background:url(../images/search_ico.png) no-repeat center center;
	border: none;
	cursor: pointer;
}


/***menu***/
.head_b{
	height: 113px;
	position: relative;
}
.logo{
	width: 200px;
	height: 113px;
}
.logo a{
	width: 200px;
	height: 113px;
}
.logo a img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.menu{
	width: calc(100% - 240px);
}
.menu_dl{
	width: 100%;
	height: 113px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	align-items: center;
	-webkit-align-items: center;
}
.menu_tt{
	display: block;
	color: #c42720;
	font-size: 16px;
	line-height: 113px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
}
.menu_tt:after{
	content: "";
	display:none;
	position: absolute;
	left: 0;
	z-index: -1;
	bottom: 38px;
	width:100%;
	height: 2px;
	background: #c52620;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu_dl dd.hover .menu_tt{
	color: #c42720;
}
.menu_dl dd.hover .menu_tt:after{
	display: block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu_pro_down{
	display: none;
	position: absolute;
	left: 0;
	top:113px;
	width: 100%;
	padding:35px 0;
	background:#44526c;
}
.menu_pro_down_ul li{
	float: left;
	width: 33%;
	padding: 0 40px;
	border-right: 1px solid #4f6285;
}
.menu_pro_down_ul li:last-child{
	border: none;
}
.menu_pro_down_clm{
	margin-bottom:35px;
}
.menu_pro_down_clm_tt{
	display: block;
	line-height: 26px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 18px;
}
.menu_pro_down_clm_con a{
	display: block;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
	padding-left:14px;
	position: relative;
	margin-bottom: 15px;
}
.menu_pro_down_clm_con a:before{
	content: "_";
	position: absolute;
	left: 0;
	top: -5px;
	color: #fff;
}
.menu_pro_down_clm_con a:hover{
	-webkit-transform:translateX(3px);
	transform: translateX(3px);
}



/**banner***/
.banner{
	width: 100%;
	height: 638px;
	position: relative;
	overflow: hidden;
}
.banner .hd{
	position: absolute;
	left: 0;
	bottom: 15px;
	z-index: 2;
	width: 100%;
	text-align: center;
}
.banner .hd ul li{
	display: inline-block;
	width: 8px;
	height: 8px;
	line-height: 999px;
	margin: 0 6px;
	overflow: hidden;
	cursor: pointer;
	background: #fff;
	border-radius: 8px;
}
.banner .hd ul li.on{
	background:#c52620;
}

.banner .bd{
	width: 100%;
	height: 638px;
	position: relative;
}
.banner .bd ul li a{
	display: block;
	width: 100%;
	height:638px;
}
.banner_border{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	width: 100%;
	height: 2px;
	background: #000;
}
.banner_border:before{
	content: "";
	float: left;
	width: 50%;
	height: 2px;
	background: #ff7e00;
}

/**more_btn***/
.more_btn1{
	width: 132px;
	height: 26px;
	border: 1px solid #d2d2d2;
	border-radius: 26px;
	padding: 1px;
	color: #3c4355;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.more_btn1 .text{
	padding-left: 10px;
}
.more_btn1 .icon{
	width: 22px;
	height: 22px;
	border-radius: 22px;
	background: #c52620 url(../images/more_ico1.png) no-repeat center center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.more_btn2{
	display: block;
	width: 148px;
	height: 32px;
	line-height: 30px;
	color: #fff;
	border: 1px solid #fff;
	background: #c52620;
	border-radius: 32px;
}
.more_btn3{
	display: block;
	width: 140px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #df3c36;
	border-radius: 30px;
	text-align: center;
}
.more_btn4{
	display: block;
	width: 140px;
	height: 30px;
	line-height: 30px;
	color: #c52620;
	border-radius: 30px;
	text-align: center;
	border:1px solid #c52620;
}



/***ind_title1**/
.ind_title{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	margin-bottom: ;
}
.ind_title .ind_line{
	width: 3px;
	height: 29px;
	background: #fff;
}
.ind_title .text{
	display: inline-block;
	color: #fff;
	font-size: 36px;
	font-family: "Raleway-Bold_0";
	padding: 0 25px;
}
.ind_title1{
	width: 370px;
	height: 55px;
	margin: 0 auto 55px;
	background: #c52620;
}
.ind_title2{
	margin-bottom: 55px;
}
.ind_title2 .text{
	display: inline-block;
	color: #3c4355;
	font-size: 30px;
	padding: 0 20px;
}
.ind_title2 .ind_line{
	width: 3px;
	height: 22px;
	background: #c52620;
}
.ind_title3{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: relative;
	margin-bottom: 55px;
}
.ind_title3 .tt{
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 0 57px;
	color: #444;
	font-size: 30px;
	font-weight: bold;
	background: #e1e1e1;
}
.ind_title3 .line{
	position: absolute;
	left: 0;
	top: 15px;
	width: 100%;
	height: 1px;
	background: #bfbfbf;
}


.ind_tt{
	color: #444;
	line-height: 30px;
}
.ind_text{
	line-height: 22px;
	color: #666;
}
/**slide_btn***/

.ind_box1{
	background: #f5f5f5;
	padding: 68px 0 80px;
}
.ind_pro_box{
	position: relative;
	overflow: hidden;
}
.ind_pro_box .hd{
	display: none;
}

.pro_list1 dd{
	float: left;
	width: 296px;
	margin: 0 5px 6px 0;
	overflow: hidden;
}
.pro_list1 dd .pic{
	width: 296px;
	height: 221px;
	overflow: hidden;
}
.pro_list1 dd .pic img{
	display: block;
	width: 296px;
	height: 221px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro_list1 dd .con{
	padding: 15px 0;
}
.pro_list1 dd .ind_text{
	height: 44px;
	margin: 5px 0 15px;
}
.pro_list1 dd:hover .ind_tt{
	color: #c52620;
}
.ind_pro_box dd:nth-child(4n){
	margin-right: 0;
}
.ind_pro_box dd:hover img{
	transform: scale(1.03,1.03);
	-webkit-transform: scale(1.03,1.03);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_pro_box dd:hover .more_btn1{
	color: #fff;
	background: #c52620;
	border: 1px solid #c52620;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_pro_box dd:hover .more_btn1 .icon{
	background: #fff url(../images/more_ico2.png) no-repeat center center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


/**ind_box2 about**/
.ind_box2{
	height: 552px;
	padding: 73px 0 57px;
	background:#555e6c url(../images/ind_about_bg.png) no-repeat left center;
}
.ind_about_l{
	width: 490px;
	margin-left: 230px;
}
.ind_about_title{
	color: #fff;
	padding-bottom: 10px;
}
.ind_about_title .tt{
	height: 21px;
	font-family: "Raleway-Regular";
	font-size: 18px;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-items: center;
	-webkit-align-items: center;
	margin-bottom: 10px;
}
.ind_about_title .tt .ind_line{
	width: 3px;
	height: 21px;
	background: #fff;
}
.ind_about_title .text{
	color:#fff;
	padding: 0 15px;
}
.ind_about_title .tt2{
	font-size: 36px;
	font-family: "Raleway-Bold_0";
	padding-bottom: 30px;
}
.ind_about_text{
	line-height: 24px;
	color: #e7e7e7;
	max-height: 120px;
	margin-bottom: 50px;
}

.ind_about_r{
	width: 423px;
	height: 423px;
	overflow: hidden;
}
.ind_about_list{
	position: relative;
	width: 423px;
	height: 423px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-flow: wrap;
	-webkit-flex-flow: wrap;
	align-items: center;
	-webkit-align-items: center;
}
.ind_about_list dd{
	float: left;
	width: 200px;
	height: 200px;
	background: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_about_list dd a{
	width: 200px;
	height: 200px;
	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;
}
.ind_about_list dd .iconfont{
	font-size: 42px;
	width: 93px;
	height: 93px;
	color: #c52620;
	line-height: 93px;
	text-align: center;
	border-radius: 93px;
	text-align: center;
	border: 1px solid #dcdcdc;
	margin-bottom: 22px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_about_list dd .tt{
	color: #444;
	font-weight: bold;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_about_list dt{
	position: absolute;
	left:50%;
	top: 50%;
	width: 56px;
	height:56px;
	border-radius: 56px;
	background: #c52620;
	margin: -28px 0 0 -28px;
}
.ind_about_list dt .icon{
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 36px;
	margin: 10px;
	background: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_about_list dd:hover{
	background: #c52620;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_about_list dd:hover .iconfont{
	background: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_about_list dd:hover .tt{
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

/**ind_box3***/
.ind_box3{
	padding: 72px 0 80px;
	background: #fff;
	overflow: hidden;
}

.ind_appli_list dd{
	float: left;
	width: 372px;
	height: 460px;
	margin: 0 42px 42px 0;
}
.ind_appli_list dd:nth-child(3n){
	margin-right: 0;
}
.ind_appli_list dd .pic{
	width: 372px;
	height: 223px;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_appli_list dd .pic img{
	display: block;
	width: 372px;
	height: 223px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_appli_list dd .con{
	padding: 30px 0 22px;
}
.ind_appli_list dd .con .tt{
	color: #333;
	font-size: 14px;
	margin-bottom: 13px;
}
.ind_appli_list dd .line{
	height: 1px;
	width: 100%;
	background: #d3d3d3;
	position: relative;
}
.ind_appli_list dd .line .icon{
	position: absolute;
	top: 0;
	left:40px;
	width: 13px;
	height: 6px;
	background: url(../images/appli_ico1.png) no-repeat center center;
}
.ind_appli_list dd .ind_text{
	line-height: 24px;
	height: 72px;
	margin: 24px 0 20px;
}

.ind_appli_list dd:hover .pic{
	box-shadow: 0 0 12px rgba(115,115,115,.5);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_appli_list dd:hover img{
	transform: scale(1.03,1.03);
	-webkit-transform: scale(1.03,1.03);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_appli_list dd:hover .tt{
	color: #c52620;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_appli_list dd:hover .more_btn1{
	color: #fff;
	background: #c52620;
	border: 1px solid #c52620;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_appli_list dd:hover .more_btn1 .icon{
	background: #fff url(../images/more_ico2.png) no-repeat center center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


/**ind_box4***/
.ind_box4{
	padding: 70px 0 120px;
	background: #e1e1e1;
}
.ind_news_box{
	position: relative;
}
.ind_news_box .hd{
	display: none;
}
.ind_news_box .bd{
	width: 100%;
}
.ind_news_box .slider_prev,.ind_news_box .slider_next{
	position: absolute;
	top: -86px;
	width:36px;
	height: 30px;
	background:#e1e1e1 url(../images/scroll_btn.png) no-repeat center center;
	cursor: pointer;
}
.ind_news_box .slider_prev{
	right: 36px;
}
.ind_news_box .slider_next{
	right: 0px;
	transform: rotateZ(-180deg);
	-webkit-transform: rotateZ(-180deg);
}
.ind_news_box .slider_prev:hover{
	background:#e1e1e1 url(../images/scroll_btnH.png) no-repeat center center;
}
.ind_news_box .slider_next:hover{
	background:#e1e1e1 url(../images/scroll_btnH.png) no-repeat center center;
}

.news_list1 li{
	float: left;
	width: 583px;
	height: 140px;
	overflow: hidden;
	margin-right: 34px;
}
.news_list1 li a{
	width: 583px;
	height: 140px;
	background: #fff;
	padding: 30px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	overflow: hidden;
	border: 1px solid #c2c2c2;
}
.news_list1 li a .date{
	width: 74px;
	height: 74px;
	color: #fff;
	border-radius: 74px;
	background: #c52620;
	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;
	
}
.news_list1 li a .date .days{
	font-size: 30px;
}
.news_list1 li a .date .month{
	font-size: 12px;
}
.news_list1 li .con{
	width: calc(100% - 90px);
}

.news_list1 li .con .tt{
	line-height: 24px;
	color: #444;
	font-size: 20px;
	height:48px;
	margin-bottom: 10px;
}
.news_list1 li .con .text{
	line-height: 20px;
	height: 20px;
	color: #888;
}
.news_list1 li:hover a{
	border: 1px solid #c52620;
}


/**footer**/
.footer{
	position: relative;
	background: #e7eaee;
}

.footer_t{
	position: absolute;
	left: 50%;
	top:15px;
	margin-left: -600px;
	height: 90px;
	background: #c52620;
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	align-items: center;
	-webkit-align-items: center;
}
.footer_t_eml{
	color: #fff;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.footer_t_eml .iconfont{
	font-size: 36px;
	margin-right: 18px;
}
.footer_t_eml .tt1{
	font-size: 16px;
	padding-right: 8px;
}
.footer_t_eml .tt2{
	font-size: 18px;
}
.footer_t_eml:hover .tt1 ,.footer_t_eml:hover .tt2{
	text-decoration: underline;
}
.footer_t_chat{
	width:458px;
	height: 46px;
	color: #fff;
	font-size: 18px;
	text-align: right;
	border-bottom: 1px solid #fff;
}

.footer_m{
	background: #555e6c;
	padding: 110px 0 70px;
}
.footer_m_l{
	width:280px;
}
.footer_logo img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.footer_logo_text{
	color: #929eb1;
	line-height: 30px;
	text-align: center;
	padding: 13px 0 25px;
}
.footer_btn a{
	float: left;
	width: 32px;
	font-size: 32px;
	line-height: 32px;
	color: #fff;
	text-align: center;
	margin: 0 9px;
	text-align: center;
}
.footer_btn a:hover{
	-webkit-transform:translateY(-3px);
	transform: translateY(-3px);
}
.footer_pro{
	width: 250px;
	margin: 0 50px 0 70px;
}
.footer_pro_list dd{
	line-height: 28px;
}
.footer_pro_list dd a{
	display: block;
	line-height: 28px;
	color: #bfc4d1;
	padding-left: 18px;
	background: url(../images/footer_pro_ico.png) no-repeat left 7px;
}
.footer_pro_list dd a:hover{
	-webkit-transform:translateX(4px);
	transform: translateX(4px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.footer_ctx{
	width: 270px;
}
.footer_ctx_list dd{
	clear: both;
	line-height: 24px;
	color: #bfc4d1;
}
.footer_ctx_list dd .tt{
	float: left;
	width: 70px;
}
.footer_ctx_list dd .text{
	float:right;
	width: calc(100% - 72px);
}
.footer_ctx_list dd a.text{
	color: #bfc4d1;
}

.footer_chat_box{
	width:168px;
}
.footer_chat{
	width: 322px;
	height: 212px;
	background: url(../images/footer_bg.png) no-repeat center center;
}
.footer_chat_btn{
	float: right;
	width: 128px;
	height: 32px;
	color: #fff;
	line-height: 32px;
	background: #c52620;
	border-radius: 32px;
	text-align: center;
	margin:107px 17px 0 0;
}

.footer_b{
	height: 72px;
	line-height: 72px;
	color: #929eb1;
	text-align: center;
	background: #424752;
}


/**location***/
.location{
	height: 54px;
	line-height: 54px;
	font-size: 14px;
	background: #e1e1e1;
	margin-bottom: 50px;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-items: center;
	-webkit-align-items: center;
}
.location .tt{
	color: #444;
}
.location .tt .icon{
	float: left;
	width: 21px;
	height: 50px;
	background: url(../images/location_ico.png) no-repeat center center;
	margin-right: 12px;
}
.location .text{
	color: #444;
}
.location .text a{
	padding: 0 3px 0 4px;
}


/***pro_det_t***/
.pro_det_t{
	background: #fff;
	padding-bottom: 45px;
}
/*^^^^产品大图^^^^*/
.big_pic_show_box{
	width: 600px;
}
.big_pic_show {
	width: 600px;
	z-index: 1;
}
.bigpic {
	width:600px;
	height:450px;
	margin-bottom: 20px;
	overflow: hidden;
	border: 1px solid #e1e1e1;
}
.bigpic a {
	display: block;
}
.bigpic a img{
	display: block;
	width:598px;
	height:448px;
}
div.zoomDiv {
	z-index: 999;
	position: absolute;
	border: solid 1px #ddd;
	width:500px !important;
	height:450px !important;
	background: #ffffff;
	display: none;
	text-align: center;
	overflow: hidden;
}
div.zoomMask {
	position: absolute;
	background:url(../images/float_layer.png) repeat;
	cursor:move;
	z-index: 99;
}

.moveBox{
	width:600px;
	height:90px;
	position:relative;
}
.pageLeft{
	width:20px;
	height:90px;
	position:absolute;
	left:0px;
	top:0;
	cursor:pointer;
	background:#c52620 url(../images/pro_det_btn_ico.png) no-repeat center center;
}
.pageRight{
	width:20px;
	height:90px;
	position:absolute;
	right:0px;
	top:0;
	cursor:pointer;
	background:#c52620 url(../images/pro_det_btn_ico.png) no-repeat center center;
	transform: rotateZ(-180deg);
	-webkit-transform: rotateZ(-180deg);
}
.move_content{
	clear:both;
	width:536px;
	height:90px;
	overflow:hidden;
	position:relative;
	margin: 0 auto;
	}
.rexiaoPic {
	overflow:hidden;
	width:536px;
	height:90px;
}
.sell_order {
	width:9999px;
	position:absolute
}
.rexiaoPic li{
	width:120px;
	height:90px;
	float:left;
	margin:0 7px;
	background:#fff;
	color:#fff;
	overflow:hidden;
	cursor:pointer;
	border:1px solid #e5e5e5;
}
.rexiaoPic li.hover{
	border:1px solid #e54349;
	}
.rexiaoPic li img{
	width:118px;
	height:88px;
}
/*^^^^产品大图end^^^^*/
.pro_det_wap_scroll{
	display: none;
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.pro_det_wap_scroll .hd {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 5px;
	z-index: 2;
}
.pro_det_wap_scroll .hd ul{
	width: 100%;
	text-align: center;
}
.pro_det_wap_scroll .hd ul li{
	display: inline-block;
	width: 8px;
	height: 8px;
	line-height: 999px;
	background: rgba(255,255,255,.9);
	overflow: hidden;
	margin: 0 4px;
	border-radius: 8px;
}
.pro_det_wap_scroll .hd ul li.on{
	background: #e54349;
}
.pro_det_wap_scroll .bd{
	width: 100%;
}
.pro_det_wap_scroll .bd ul li img{
	display: block;
	max-width: 100%;
	margin:0 auto;
}




.p_det_inf{
	width:520px;
	overflow: hidden;
}
.p_det_inf_tt{
	line-height: 30px;
	color: #212121;
	font-size: 30px;
	font-family: "gadugib";
	padding: 5px 0 20px 0;
}
.p_det_inf_text{
	padding: 20px 0 15px 0;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
}
.p_det_inf_text{
	line-height: 24px;
	color: #777;
	font-size: 14px;
	padding-bottom: 35px;
	border-bottom: 1px solid #d9d9d9;
}
.p_det_inf_tip{
	padding-bottom: 40px;
}
.p_det_inf_tip span{
	color: #c52620;
}

.p_det_btn_share{
	padding: 28px 0 10px 0;
	background: #f9f9f9;
}

.p_det_share{
	padding-right: 15px;
}
.p_det_share .text{
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	padding-right: 5px;
}
.p_det_btn{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-content: center;
	flex-flow: wrap;
	margin-bottom: 25px;
}
.p_det_btn a{
	float: left;
	width:245px;
	height: 43px;
	line-height: 43px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-content: center;
	margin-bottom: 17px;
	background: #ff8489;
	border-radius: 43px;
}
.p_det_btn a:nth-child(1){
	background: #c52620;
}
.p_det_btn a:nth-child(2){
	background: #2d7ba0;
}
.p_det_btn a:nth-child(3){
	background: #039dd6;
}
.p_det_btn a:nth-child(4){
	background: #10af0a;
}
.p_det_btn a .icon{
	font-size: 24px;
	line-height: 40px;
	margin-right: 10px;
}
.share_text{
	line-height: 24px;
	color: #353535;
	font-size: 14px;
	padding-right: 5px;
}


.at-style-responsive .at-share-btn{
	padding:0!important;
}
.at-resp-share-element.at-mobile .at-share-btn{
	margin-top:0px;
	margin-right: 8px;
}
.at-resp-share-element .at-share-btn .at-icon-wrapper{
	    width: 32px!important;
    height: 32px!important;
}
.at-resp-share-element .at-icon, .at-resp-share-element .at-label{
	width: 32px!important;
    height: 32px!important;
}



/***pro_det_b**/
.pro_det_b{
	padding: 70px 0;
	background: #e7eaee;
	overflow: hidden;
}

.main_l{
	width: 264px;
}
.main_l_tt{
	padding: 0 0 30px 0;
	font-size: 20px;
	color: #444;
	font-weight: bold;
}
.nav_dl{
	margin-bottom: 40px;
}
.nav_dl dd{
	border-bottom: 1px solid #6b788b;
}
.nav_tt{
	clear: both;
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	padding: 19px 20px;
	background: #555e6c;
}
.nav_dl_down{
	padding:12px 0;
	background: #555e6c;
}
.nav_dl_down_list{
	position: relative;
}
.nav_dl_down_list_tt{
	clear: both;
	display: block;
	line-height: 24px;
	margin:2px 0;
	padding: 0 20px 0 20px;
	color: #fff;
	font-size: 14px;
	color: #bfcadd;
	overflow: hidden;
}
.nav_dl_down_list_tt .icon{
	float: left;
	width: 9px;
	height: 24px;
	background: url(../images/main_l_ico.png) no-repeat center center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.nav_dl_down_list_tt .text{
	float: right;
	width: calc(100% - 19px);
}
.nav_dl dd.hover .nav_tt,.nav_dl dd:hover .nav_tt{
	background: #c52620;
}

.nav_dl_down_list.hover .nav_dl_down_list_tt,.nav_dl_down_list:hover .nav_dl_down_list_tt{
	background: #303e53;
}
.nav_dl_down_list.hover .nav_dl_down_list_tt .icon,.nav_dl_down_list:hover .nav_dl_down_list_tt .icon{
	transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.nav_dl_down2{
	display: none;
	position: absolute;
	left: 264px;
	top: 0;
	width: 262px;
	padding: 5px 0;
	background: #3e495a;
}
.nav_dl_down2 a{
	display: block;
	line-height: 24px;
	padding: 0 20px;
	color: #b4bcca;
}
.nav_dl_down2 a:hover{
	background: #303e53;
}
.nav_dl_down_list:hover .nav_dl_down2{
	display: block;
}



.main_l_chat{
	margin-bottom: 40px;
}
.main_l_chat_pic img{
	display: block;
	max-width: 100%;
}

.main_l_chat_con{
	padding: 25px;
	background: #555e6c;
}
.main_l_chat_con .text{
	color: #fff;
	line-height: 20px;
	margin-bottom: 15px;
}
.main_l_chat_con .btn{
	width: 186px;
	height: 34px;
	padding: 2px 4px 2px 15px;
	color: #fff;
	font-size: 14px;
	font-family: "Raleway-Regular";
	border: 1px solid #fff;
	background: #c52620;
	border-radius: 34px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}
.main_l_chat_con .icon{
	width: 28px;
	height: 28px;
	background: #fff url(../images/main_l_more.png) no-repeat center center;
	border-radius: 28px;
}


/***main_r***/
.main_r{
	width: 904px;
}
.pro_det_bars_box{
	width: 100%;
	height: 60px;
	position: relative;
	margin-bottom: 20px;
}
.pro_det_bars{
	height: 60px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	align-items: center;
	-webkit-align-items: center;
	position: relative;
}
.pro_det_bars_clm{
	cursor: pointer;
	height: 60px;
	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;
	position: relative;
	z-index: 2;
}
.pro_det_bars_clm .text{
	font-size: 14px;
	color: #444;
	margin-bottom: 14px;
}
.pro_det_bars_clm .icon{
	width: 17px;
	height: 17px;
	border-radius: 17px;
	background:#e7eaee;
	border:2px solid #535c6b;
}
.pro_det_bars_clm .icon div{
	width: 9px;
	height: 9px;
	border-radius: 9px;
	background: #535c6b;
	margin: 2px;
}
.pro_det_bars_clm.hover .icon{
	border-color:#c52620 ;
}
.pro_det_bars_clm.hover .icon div{
	background:#c52620 ;
}

.pro_det_bars  .line{
	position: absolute;
	left: 0;
	top: 45px;
	width: 100%;
	height: 1px;
	background: #535c6b;
}

.pro_det_tabs_box{
	background: #fff;
	padding: 30px 20px;
	box-shadow: 3px 3px 7px rgba(115,115,115,.2);
}

.pro_det_tabs_clm{
	padding-top: 40px;
}

.pro_det_tabs_tt{
	line-height: 24px;
	color: #444;
	font-size: 24px;
	padding-left: 15px;
	border-left: 5px solid #c52620;
	margin-bottom: 22px;
}

.pro_det_tabs_con{
	line-height: 24px;
	font-size: 14px;
	color: #444;
}
.pro_det_tabs_con img{
	max-width: 100%;
}

.pro_chara_list1 {
	padding-top: 30px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-flow: wrap;
	-webkit-flex-flow: wrap;
}
.pro_chara_list1 dd{
	float: left;
	width: 240px;
	margin-bottom: 40px;
}
.pro_chara_list1 dd .pic{
	padding: 15px;
	background: #e7eaee;
	width: 202px;
	height: 202px;
	border-radius: 202px;
	margin-bottom: 25px;
}
.pro_chara_list1 dd .pic img{
	display: block;
	max-width: 100%;
}
.pro_chara_list1 dd .text{
	line-height: 24px;
	color: #444;
	font-family: "Raleway-Regular";
}

.appli_list2{
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	flex-flow: wrap;
	-webkit-flex-flow: wrap;
}
.appli_list2 dd{
	float: left;
	width: 285px;
	overflow: hidden;
	margin: 0 10px 10px 0;
}
.appli_list2 dd:nth-child(3n){
	margin-right: 0;
}
.appli_list2 dd img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}


.pro-table table{
	border:3px solid #c9d2d5;
}
.pro-table tr td{
	padding: 10px;
	font-size: 14px;
	line-height: 24px;
	border: 1px solid #c9d2d5;
}
.pro-table tr td:nth-child(1){
	color: #444;
}

.faq_tip{
	padding: 10px 0 40px;
	color: #444;
}
.faq_list dd{
	float: left;
	width: 48%;
	margin-bottom: 18px;
}
.faq_list dd:nth-child(2),.faq_list dd:nth-child(4),.faq_list dd:nth-child(6){
	float: right;
}
.faq_list_tt{
	float: left;
	width: 90px;
	line-height: 42px;
	text-align: right;
	text-transform: uppercase;
}
.faq_list_inp,.faq_list_area{
	float: right;
	width: calc(100% - 100px);
	height: 42px;
	line-height: 42px;
	padding-left: 12px;
	border: 1px solid #c9d2d5;
}

.faq_list_area{
	height: 115px;
	line-height: 24px;
	padding:10px 10px;
}
.faq_list_btn_box{
	float: left;
	width: 330px;
	height: 42px;
	position: relative;
	border-radius: 42px;
	margin: 32px 0 0 100px;
}
.faq_list_btn_text{
	width: 330px;
	height: 42px;
	font-size: 24px;
	color: #fff;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	background: #c52620;
}
.faq_list_btn_text .icon{
	width:26px;
	height: 24px;
	background: url(../images/faq_ico.png) no-repeat center center;
	margin-right: 13px;
}
.faq_list_btn{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	display: block;
	width: 330px;
	height: 42px;
	border: none;
	background: none;
	cursor: pointer;
}

.rela_tt{
	padding-left: 0;
	border: none;
}
.rela_pro_list{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-flow: wrap;
	-webkit-flex-flow: wrap;
}
.rela_pro_list dd{
	float:left;
	width: 285px;
	margin-bottom: 15px;
}
.rela_pro_list dd .pic{
	width: 285px;
	height: 213px;
	overflow: hidden;
}
.rela_pro_list dd .pic img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.rela_pro_list dd .tt{
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
	margin: 15px 0 0 0;
}


/**about**/
.sub_banner{
	height: 260px;
	overflow: hidden;
}
.about_clm1{
	padding: 20px 0 40px;
}
.about_title{
	color: #424752;
	font-size: 36px;
	line-height: 60px;
	font-weight: bold;
}
.about_title span.red{
	color: #c52620;
}
.about_title .line{
	height: 1px;
	width: 68px;
	background: #0f0f0f;
	margin: 0 auto;
}

.about_clm_text{
	line-height: 32px;
	color: #0f0f0f;
	font-size: 16px;
	padding: 30px 0 20px;
}
.about_clm_text img{
	max-width: 100%;
}
.about_clm_text .red{
	color: #cb3c37;
}
.about_clm1_list{
	padding: 40px 0 80px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}
.about_clm1_list dd{
	width: 120px;
	height: 120px;
	color: #fff;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	position: relative;
	cursor: pointer;
}
.about_clm1_list dd .num{
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
}
.about_clm1_list dd .text{
	line-height: 20px;
	font-size: 18px;
	text-align: center;
}
.about_clm1_list dd .icon{
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 120px;
	height: 120px;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	background: #c52620;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.about_clm1_list dd:hover .icon{
	background: #424752;
	transform: rotateZ(135deg);
	-webkit-transform: rotateZ(135deg);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.about_clm1_tt2{
	color: #c52620;
	font-size: 24px;
	font-weight: bold;
}
.about_clm1_text2{
	line-height: 32px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
}
.about_clm1_text2_clm{
	width: 450px;
}
.about_clm2{
	height: 450px;
	background: #e9e9e9;
	padding: 50px 0 0 0;
}
.about_clm2_list{padding: 30px 0 0 0 ;}
.about_clm2_list dd{
	float: left;
	width: 164px;
	height: 236px;
	margin: 0 7px 7px 0;
}
.about_clm2_list dd img{
	display: block;
	width: 164px;
	height: 236px;
}

.about_clm2_bgf{
	width: 100%;
	height: 220px;
	background: #fff;
}


.about_clm3{
	background: #424752;
}
.about_clm3_t{
	position: relative;
	top: -79px;
	width: 158px;
	height: 158px;
	color: #fff;
	border-radius: 158px;
	border: 2px solid #fff;
	background: #c52620;
	margin:0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
}
.about_clm3_t .iconfont{
	font-size: 78px;
	text-align: center;
	margin-bottom:10px;
}
.about_clm3_t .text{
	font-size: 18px;
	font-weight: bold;
}
.about_clm3_t:hover{
	-webkit-transform:translateY(-3px);
	transform: translateY(-3px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.about_clm3 .about_clm_text{
	padding: 0 0 60px;
	margin-top: -40px;
}

.about_clm4{
	height: 680px;
	padding: 60px 0 0 0;
	background: url(../images/about_clm4_bg.jpg) no-repeat center center;
}
.about_clm4_tt{
	
}
.about_clm4_tt .tt{
	color: #444;
	line-height: 32px;
	font-size: 14px;
}
.about_clm4_tt .tt.red{
	color: #c52620;
}
.about_clm4_box{
	width: 900px;
	min-height: 420px;
	margin: 50px auto;
	position: relative;
}
.about_clm4_box_pic{
	width: 340px;
	margin: 0 auto;
}
.about_clm4_box_pic img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.about_clm4_box_l1{
	position: absolute;
	top: 36px;
	right:50%;
	font-size: 14px;
	font-weight: bold;
	margin-right:190px;
	text-align: right;
}
.about_clm4_box_l2{
	position: absolute;
	top: 125px;
	right:50%;
	font-size: 14px;
	font-weight: bold;
	margin-right:190px;
	text-align: right;
}
.about_clm4_box_r1{
	position: absolute;
	top: 36px;
	left:50%;
	font-size: 14px;
	font-weight: bold;
	margin-left:190px;
	text-align: right;
}
.about_clm4_box_r2{
	position: absolute;
	top: 125px;
	left:50%;
	font-size: 14px;
	font-weight: bold;
	margin-left:190px;
	text-align: right;
}
.about_clm4_box_b1{
	position: absolute;
	left:50%;
	top: 208px;
	width: 750px;
	margin-left: -375px;
}
.about_clm4_box_b1 .tt{
	font-weight: bold;
	color: #424752;
	font-size: 18px;
	margin-bottom: 18px;
}
.about_clm4_box_b1 .text{
	line-height: 30px;
	color: #424752;
	font-size: 16px;
}


.about_clm5{
	height:609px;
	padding-top: 70px;
	background: url(../images/about_clm5_bg.jpg) no-repeat center center;
}
.about_clm5_tt{
	color: #fff;
	margin-bottom: 50px;
}
.about_clm5_tt .tt{
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 10px;
}
.about_clm5_tt .sub_tt{
	font-size: 24px;
	line-height: 30px;
}


.about_clm5_list dd{
	color: #fff;
	font-size: 16px;
	line-height: 51px;
	margin-bottom: 35px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.about_clm5_list dd .icon{
	display:block;
	width: 51px;
	height: 51px;
	border-radius: 51px;
	background: url(../images/about_clm5_ico1.png) no-repeat center center;
	margin: 0 auto;
}
.about_clm5_list dd .text_l{
	position: absolute;
	top: 0;
	right:50%;
	margin-right: 105px;
}
.about_clm5_list dd .text_r{
	position: absolute;
	top: 0;
	left:50%;
	margin-left: 105px;
}
.about_clm6{
	padding: 55px 0 30px;
}

.about_clm7{
	padding: 40px 0;
	background: url(../images/about_clm7_bg.jpg) no-repeat center center;
}
.about_clm7 .about_clm_text{
	padding: 20px 0 0 0;
}

.about_clm8{
	padding: 75px 0 50px;
	background: url(../images/about_clm8_bg.jpg) no-repeat center center;
}
.about_clm8_tt{
	font-weight: bold;
	color: #fff;
	font-size: 30px;
}

.about_clm8_con{
	width: 1165px;
	margin:315px auto 0;
	color: #fff;
	line-height: 37px;
	font-size: 16px;
	padding: 30px 140px;
	background: #c52620;
	overflow: hidden;
}
.about_clm8_con .num{
	font-size: 30px;
	font-weight: bold;
}

.about_clm9{
	padding: 90px 0 120px;
	background: url(../images/about_clm9_bg.jpg) no-repeat center center;
}
.about_clm_9_tt{
	line-height:30px;
	color: #444;
	font-size: 18px;
	margin-bottom: 60px;
}
.about_clm_9_tt .red{
	color: #c52620;
}
.about_clm9_list{
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	text-align: center;
}
.about_clm9_list dd{
	width: 360px;
}
.about_clm9_list dd .pic{
	width: 200px;
	height: 200px;
	margin: 0 auto 30px;
}
.about_clm9_list dd .pic img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.about_clm9_list dd .tt{
	font-size: 18px;
	color: #c52620;
	line-height: 30px;
	font-weight: bold;
}
.about_clm9_list dd .sub_tt{
	color: #666;
	line-height: 30px;
	font-size: 16px;
}

.about_clm10{
	padding: 50px 0;
	background: #e7eaee;
}
.about_clm10_list dd{
	clear: both;
	overflow: hidden;
	color: #444;
	line-height: 30px;
	padding: 3px 0;
	font-size: 16px;
}
.about_clm10_list dd .years{
	width: 100px;
	text-align: center;
}
.about_clm10_list dd .text{
	float: right;
	width: calc(100% - 115px);
}

/**application**/
.sub_main_tt{
	position: relative;
	text-align: center;
	margin: 0 0 60px;
}

.sub_main_tt .tt{
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 0 25px;
	line-height: 36px;
	font-size: 36px;
	color: #3c4355;
	background: #fff;
}
.sub_main_tt .line{
	position: absolute;
	left: 0;
	top: 18px;
	width: 100%;
	height: 1px;
	background: #c8c8c8;
}
.sub_main_tt2{
	line-height: 50px;
	color: #555;
	font-size: 24px;
	border-bottom: 1px solid #555e6c;
	margin-bottom: 30px;
}

.case_list1 dd{
	clear: both;
	overflow: hidden;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
}
.case_list1 dd .pic{
	width: 270px;
	height: 202px;
	overflow: hidden;
}
.case_list1 dd .pic img{
	display: block;
	width: 270px;
	height: 202px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.case_list1 dd .con{
	width: calc(100% - 315px);
	height: 202px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
}
.case_list1 dd .tt{
	display: block;
	height: 30px;
	line-height: 30px;
	line-height: 24px;
	color: #555;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.case_list1 dd .text{
	color: #666;
	line-height: 24px;
	max-height: 72px;
	margin-bottom: 35px;
}
.case_list1 dd:hover img{
	transform: scale(1.03,1.03);
	-webkit-transform: scale(1.03,1.03);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.case_list1 dd:hover .tt{color: #df3c36;}


/***conatact**/
.contact_faq{
	width: 575px;
}
.contact_faq_tip{
	color: #5d5d5d;
	line-height: 24px;
	margin-bottom: 30px;
}
.contact_faq_list dd{
	margin-bottom: 18px;
}
.contact_faq_inp,.contact_faq_area{
	display: block;
	width: 100%;
	height: 43px;
	padding: 0 10px;
	font-size: 14px;
	border: 1px solid #c5c5c5;
}
.contact_faq_area{
	height: 140px;
	padding: 8px 10px;
}
.contact_faq_inp::-webkit-input-placeholder,.contact_faq_area::-webkit-input-placeholder{
	text-transform: uppercase;
	font-size: 14px;
}
.contact_faq_btn{
	display: block;
	width: 208px;
	height: 42px;
	color: #fff;
	font-size: 14px;
	font-family: "Raleway-Regular";
	line-height: 42px;
	text-align: center;
	border-radius: 42px;
	border: none;
	background: #c52620;
	cursor: pointer;
	margin-top: 30px;
}

.contact_inf_con{
	width: 575px;
	padding: 40px 45px 190px;
	background: #f0f2f6 url(../images/contact_bg.png) no-repeat right bottom;
}
.contact_inf_list dd{
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 12px;
}
.contact_inf_list dd .tt{
	float: left;
	width: 140px;
	height: 24px;
}
.contact_inf_list dd .tt .icon{
	color: #c52620;
	font-size: 18px;
	margin-right:15px;
}
.contact_inf_list dd .tt .con{
	width: calc(100% - 150px);
	margin-left: 10px;
}

.contact_map{
	padding: 70px 0 30px;
}
.contact_map img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

/**faq**/
.faq_list2{
	clear: both;
	overflow: hidden;
	padding-bottom: 20px;
}
.faq_list2 dd{
	clear: both;
	overflow: hidden;
	padding: 25px 0 20px;
	border-bottom: 1px solid #d8d8d8;
}
.faq_list_tt1{
	margin-bottom: 15px;
}

.faq_list_tt1 .icon{
	float: left;
	width: 24px;
	height: 24px;
	background: url(../images/faq_ico2.png) no-repeat center center;
	margin-right: 15px;
}
.faq_list_tt1 .text{
	float: right;
	width: calc(100% - 45px);
	line-height: 24px;
	color: #3c4355;
	font-size: 18px;
	font-weight: bold;
}
.faq_list_text{
	clear: both;	
	padding-left: 39px;
	line-height: 24px;
	color: #3c4355;
	font-size: 16px;
}

/***news**/
.news_list2 dd{
	clear: both;
	margin-bottom: 16px;
	
}
.news_list2 dd a{
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	align-items: center;
	-webkit-align-items: center;
	background: #f0f2f5;
	padding:18px;
	border: 1px solid #c2c2c2;
}
.news_list2 dd .date{
	width: 74px;
	height: 74px;
	color: #fff;
	background: #c52620;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	border-radius: 74px;
}
.news_list2 dd .date .days{
	color: #fff;
	font-size: 30px;
}
.news_list2 dd .pic{
	width: 273px;
	height: 207px;
	overflow: hidden;
}
.news_list2 dd .pic img{
	display: block;
	width: 273px;
	height: 207px;
}
.news_list2 dd .con{
	width: 675px;
	height: 207px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
}
.news_list2 dd .con .tt{
	display: block;
	height: 30px;
	line-height: 30px;
	color: #444;
	font-size: 20px;
	margin-bottom: 12px;
}
.news_list2 dd .con .text{
	color: #888;
	line-height: 22px;
	max-height: 66px;
	margin-bottom: 30px;
}
.news_list2 dd:hover .more_btn4{
	color: #fff;
	background: #c52620;
}
.news_list2 dd:hover .tt{
	color: #c52620;
}


/**page**/
.page{
	padding: 40px 0;
	text-align: center;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
.page a{
	display: inline-block;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	margin: 0 5px;
	font-size: 14px;
	color:#555e6c;
	background: #fff;
	border: 1px solid #555e6c;
}
.page a:hover ,.page a.hover{
	color: #fff;
	background: #c52620;
	border: 1px solid #c52620;
}


/***pro_cover**/
.pro_cover_tt{
	position: relative;
	line-height: 30px;
	margin-bottom: 50px;
}
.pro_cover_tt .tt{
	float: left;
	padding: 0 10px;
	color: #303e53;
	font-size: 18px;
	background: #fff;
	position: relative;
	z-index: 2;
}
.pro_cover_tt .more{
	position: relative;
	z-index: 2;
	float: right;
	color: #c52620;
	font-size: 14px;
	padding: 0 10px 0 20px;
	font-weight: bold;
	background: #fff;
}
.pro_cover_tt:before{
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	display: block;
	width: 100%;
	height: 1px;
	background: #c1c1c1;
}

.pro_list2{
	margin-bottom: 30px;
}
.pro_list2 dd{
	float: left;
	width: 210px;
	height: 210px;
	margin: 0 20px 20px 0;
}
.pro_list2 dd:nth-child(4n){
	margin-right: 0;
}
.pro_list2 dd .pic{
	width: 210px;
	height: 157px;
	overflow: hidden;
}
.pro_list2 dd .pic img{
	display: block;
	width: 210px;
	height: 157px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro_list2 dd .tt{
	height: 52px;
	line-height: 52px;
	color: #444;
	text-align: center;
}
.pro_list2 dd:hover img{
	transform: scale(1.03,1.03);
	-webkit-transform: scale(1.03,1.03);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro_list2 dd:hover .tt{
	color: #c52620;
}


/**pro_list***/
.pro_list3 dd{
	margin-bottom:0;
}
.pro_list3 dd a{
	justify-content: space-between;
	-webkit-justify-content: space-between;
	background: none;
	border: none;
	padding:25px 0;
	border-bottom: 1px solid #ddd;
}
.pro_list3 dd .con{
	width: 575px;
}

/***news_det***/
.news_box{
	padding: 30px 22px;
}
.news_title{
	color: #303030;
	line-height: 24px;
	font-size: 24px;
	padding: 12px 0;
	padding-top: 10px;
}
.news_date{
	line-height: 24px;
	color: #808080;
	font-size:12px;
	padding:12px 0 15px 0;
	border-bottom: 1px solid #b3b3b3;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.news_date_clm{
	height: 24px;
	padding-right: 25px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
.news_date_clm .icon{
	margin: 0 5px 0 0;
	font-size: 16px;
}

.newsViewBox{
	padding: 30px 10px;
	line-height: 30px;
	color: #444;
	font-size: 14px;
	border-bottom: 1px solid #b3b3b3;
}
.newsViewBox img{
	max-width: 100%;
}


.news_det_page{
	padding: 20px 0 8px;
	border-bottom: 1px solid #b3b3b3;
}
.news_det_page_clm{
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-items: center;
	-webkit-align-content: center;
	line-height: 24px;
	margin-bottom: 12px;
}
.news_det_page_clm .tt{
	color: #231815;
	font-size: 14px;
	width: 65px;
	font-weight: bold;
	padding-left: 10px;
}
.news_det_page_clm .text{
	display: block;
	color: #454545;
	font-size: 14px;
}
.news_det_page_clm:hover .text{
	color: #c52620;
	text-decoration: underline;
}


/**news_det**/
.news_det_t{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}
.news_det_t_date{
	width: 74px;
	height: 74px;
	color: #fff;
	background: #c52620;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	border-radius: 74px;
	margin-left: 10px;
}
.news_det_t_date .days{
	color: #fff;
	font-size: 30px;
}

.news_det_t_con{
	width: calc(100% - 120px);
}


.latest_news_tt{
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 18px;
}
.latest_news_list dd{
	margin-bottom: 35px;
}
.latest_news_list dd .pic{
	overflow: hidden;
}
.latest_news_list dd .pic img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.latest_news_list dd .time{
	color: #c52620;
	padding:18px 0 6px;
}
.latest_news_list dd .text{
	color: #4b5460;
	line-height: 24px;
}
.latest_news_list dd:hover img{
	transform: scale(1.03,1.03);
	-webkit-transform: scale(1.03,1.03);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


/**appli_det***/
.appli_det_cm1{
	margin-bottom: 30px;
}
.appli_det_cm1_pic{
	width: 372px;
	height: 223px;
}
.appli_det_cm1_pic img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.appli_det_cm1_con{
	width: calc(100% - 415px);
	height: 223px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
}
.appli_det_cm1_text{line-height: 24px;color: #666; margin-bottom: 30px;}
.appli_det_cm1_btn{
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	align-items: center;
	-webkit-align-items: center;
}
.appli_det_cm1_btn a{
	width: 210px;
	height: 32px;
	line-height: 30px;
	border: 1px solid #c52620;
	border-radius: 32px;
	color: #c52620;
	font-size: 14px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
.appli_det_cm1_btn a .icon{
	font-size: 18px;
	margin-right: 8px;
}

.appli_det_cm1_btn a:hover{
	color: #fff;
	background: #c52620;
}


.appli_det_tt{
	height: 34px;
	line-height: 34px;
	background: #555e6c;
}
.appli_det_tt .tt{
	background: #c52620;
	padding: 0 10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.appli_det_tt .icon{
	border-bottom: 34px solid #c52620;
	border-left: 0 solid transparent;
	border-right: 30px solid transparent;            
	width: 0;
}
.appli_det_tt .text{
	float: left;
	color: #fff;
	padding-left: 20px;
}


.appli_det_pro_box{
	position: relative;
	padding: 37px 30px;
}
.appli_det_pro_box .hd{
	display: none;
}
.appli_det_pro_list li{
	width: 258px;
	margin:0 11px;
	overflow: hidden;
}

.appli_det_pro_list li .pic{
	overflow: hidden;
}
.appli_det_pro_list li .pic img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.appli_det_pro_list li .con{
	padding: 12px 0;
}
.appli_det_pro_list li .tt{
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}
.appli_det_pro_list li .text{
	line-height: 24px;
	color: #444;
}

.appli_det_pro_box .prev,.appli_det_pro_box .next{
	position: absolute;
	top: 50%;
	right: 1px;
	width: 30px;
	height: 30px;
	color: #c52620;
	font-size: 28px;
	text-align: center;
	border-radius: 30px;
	margin-top: -15px;
	cursor: pointer;
}
.appli_det_pro_box .prev{
	left: 1px;
	transform: rotateZ(-180deg);
	-webkit-transform: rotateZ(-180deg);
}

.appli_det_pro_list li:hover img{
	transform: scale(1.03,1.03);
	-webkit-transform: scale(1.03,1.03);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.appli_det_pro_list li:hover .tt{
	color: #c52620;
}
