﻿.header{
	background:rgba(255,255,255,.9);
}
.headerT{
	width: 100%;
	background: #fff;
}
.header_L{
	width: 370px;
}
.header_lag{
	height: 22px;
}
.header_lag a{
	display: block;
	width: 30px;
	height: 22px;
	background: url(../images/icons.png) no-repeat;
	margin-right: 8px;
}
.header_lag a.cn{
	background-position: 0 0;
}
.header_lag a.en{
	background-position: -38px 0;
}
.logo{
	width: 370px;
	height: 118px;
}
.logo a{
	width: 100%;
	height: 118px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.logo a img{
	display: block;
	max-width:100%;
}
.header_eml{
	width: 350px;
	line-height: 22px;
	margin-left: 165px;
}
.header_eml .disTable{
	width: 350px;
	height: 140px;
}
.header_eml .tt{
	height: 22px;
	margin-top: 10px;
}
.header_eml .tt .icon{
	display: block;
	width: 17px;
	height: 13px;
	margin: 5px 5px 0 0;
	background: url(../images/icons.png) no-repeat 0 -26px;
}
.header_eml .text a{
	margin-right: 15px;
}

.header_R{
	width: 290px;
}
.header_R .disTable{
	width: 290px;
	height: 140px;
}
.header_share{
	height: 20px;
	margin-bottom: 8px;
}
.header_share a{
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/icons.png) no-repeat;
	margin:0 10px 0 5px;
	position: relative;
}
.header_share a.fc{
	background-position:0 -47px;
}
.header_share a.tw{
	background-position:-20px -47px;
}
.header_share a.gg{
	background-position:-40px -47px;
}
.header_share a.yt{
	background-position:-60px -47px;
}
.header_share a.in{
	background-position:-80px -47px;
}


.header_share a.wx{
    background:url(../images/wx_icon.png) no-repeat center center / 18px 18px;
}
.header_share a.wx img{
    display:none;
    position: absolute;
    left: 100%;
    top:-30px;
    z-index: 3;
    width: 120px;
    height: 120px;
    max-width: none;
}
.header_share a.wx:hover img{
    display: block;
}
.search{
	width: 100%;
	height: 40px;
	border-radius: 40px;
	position: relative;
}
.sea_inp{
	position: absolute;
	left: 0;
	top: 0;
	width: 250px;
	height: 40px;
	border: none;
	color: #333;
	background: #e7e7e7;
	padding-left: 23px;
	border-radius: 40px;
}
.sea_inp::-webkit-input-placeholder{
	color:#888;
	font-size: 14px;
}
.sea_btn{
	width: 60px;
	height: 40px;
	border: none;
	background:#585858 url(../images/icons.png) no-repeat -91px 0;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
	cursor: pointer;
}
/***menu***/
.menu{
	width: 100%;
	background: #282f42;
	border-bottom: 5px solid #3d4764;
}
.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: #fbbb13;
	border-radius: 4px;
	margin-bottom: 7px;
}
.menu_dl dd{
	float: left;
	position: relative;
}
.menu_dl dd:first-child .menu_tt a{
	border-left: 1px solid #3d4764;
}
.menu_tt a{
	display: block;
	color:#fff;
	padding:0 47px;
	line-height: 50px;
	border-right: 1px solid #3d4764;
	background: #282f42;
}
.menuDown{
	display: none;
	position: absolute;
	left: 0;
	top: 50px;
	width:316px;
	z-index: 3;
	border-top: 5px solid #fbbb13;
	padding: 10px 0 20px 0;
	background: rgba(40,47,66,.95);
}
.menuDown a{
	clear: both;
	display: block;
	color: #fff;
	line-height: 18px;
	padding:9px 5px;
	border-bottom: 1px solid #3d4764;
}
.menuDown a:hover{
	transform: translateX(2px);
	-webkit-transform: translateX(2px);
	text-decoration: underline;
}
.menuDown a .ico_circle{
	margin: 5px 17px 0 11px;
}
.ico_circle{
	float: left;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	border: 2px solid #fbbb13;
}

.menu_dl dd:hover .menu_tt a ,.menu_dl dd.hover .menu_tt a{
	color: #282f42;
	background: #fbbb13;
}

.menu_sea{
	clear: both;
	display: none;
	position: relative;
	height: 40px;
	border-bottom: 1px solid #3d4764;
}
.menu_sea_text{
	width: 100%;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	background: none;
	border: none;
}
.menu_sea_btn{
	position: absolute;
	right: 10px;
	top: 0;
	z-index: 2;
	display: block;
	width: 45px;
	height: 40px;
	background: url(../images/icons.png) no-repeat -166px 0;
	cursor: pointer;
	border: none;
}
.menu_lag{
	display: none;
	text-align: center;
	height: 40px;
	color: #fff;
	line-height: 40px;
	border-bottom: 1px solid #3d4764;
	
}
.menu_lag a{
	color: #fff;
	font-size: 14px;
	margin: 0 5px;
}

/**banner**/
.banner_box{
	clear: both;
	position: relative;
	max-height:600px;
	overflow: hidden;
}
.banner{
	max-height: 100%;
}
.banner li{
	
}
.banner li a img{
	display: block;
	max-width: 100%;
}
.banner .bx-controls-direction{
	display:none;
}
.banner .bx-wrapper .bx-pager{
	bottom:10px;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a{
	background: #fff;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fbbb13;
}

/***title***/
.title1{
	padding: 10px 0 40px 0;
	text-align: center;
	overflow: hidden;
}
.title1 .icon{
	width: 60px;
	height: 60px;
	margin:0 auto;
	background: url(../images/icons.png) no-repeat;
}
.title1 .icon.icon1{
	background-position: -268px -40px;
}
.title1 .icon.icon2{
	background-position: -330px -40px;
}

.title1 .tt{
	font-size: 48px;
	color: #282f42;
	line-height: 48px;
}
.title1 .tt1{
	color: #474747;
}
.title1 .subtt{
	color: #555;
	line-height: 16px;
	padding:5px 0 5px 0;
}
.icon_line{
	width: 100%;
	height: 1px;
	background: #bebebe;
	position: relative;
	margin: 25px 0;
}
.icon_line .icon_line_slide{
	position: absolute;
	top: -1px;
	left: 50%;
	width: 85px;
	height: 3px;
	background: #bbb;
	margin-left: -42px;
}
.icon_line2{
	background: #e2e2e2;
}
.icon_line2 .icon_line_slide{
	background:#fbbb13;
}
.icon_line.tl .icon_line_slide{
	left: 0;
	margin-left: 0;
}
.icon_line3{
	background: #fbbb13;
}
.icon_line3 .icon_line_slide{
	background: #fbbb13;
}




.title1_1 .tt,.title1_1 .subtt{
	color: #fff;
}

.title2{
	color: #fff;
	line-height: 40px;
	font-size:16px;
	margin: 20px 0;
}
.title2 .icon{
	width: 40px;
	height: 40px;
	background: url(../images/icons.png) no-repeat;
	margin-right: 13px;
}
.title2 .icon.icon1{
	background-position:-182px -40px;
}






/***product_show   clm1***/
.index_clm1{
    clear: both;
	width: 100%;
	background: #fff;
	padding: 55px 0;
	overflow: hidden;
}
.pro_list{
	position: relative;
	padding-bottom: 80px;
	overflow: hidden;
}
.pro_list_ul li{
	float: left;
	width: 340px;
	margin:0 90px 45px 0;
	position: relative;
}
.pro_list_ul li .pic{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: auto;
}
.pro_list_ul li .pic img{
	display: block;
	width: 100%;
	height: auto;
}
.pro_list_ul li .con{
	padding:10px 35px 30px 35px;
	padding-top: 195px;
	margin-top:58px;
	background: #eaeaea;
	overflow: hidden;
	border-bottom: 5px solid #d9d9d9;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.pro_list_ul li .con .icon_line{
	background: #9c9fa7;
}
.pro_list_ul li .con .icon_line_slide{
	background: #767a85;
}
.pro_list_ul li .con .tt{
	display: block;
	color: #282f42;
	font-size: 20px;
	margin: 30px 0 5px 0;
	text-align: center;
}
.pro_list_ul li .con .text{
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.ico_arr{
	display: block;
	width: 12px;
	height: 7px;
	background: url(../images/icons.png) no-repeat -69px 0;
}
.ico_arr.green{
	background: url(../images/icons.png) no-repeat -69px -8px;
}

.moreBtn{
	display: block;
	width:112px;
	height: 28px;
	line-height: 28px;
	text-align: right;
	color: #333;
	margin: 0 auto;
	background: #fbbb13;
	border: 1px solid #fbbb13;
	border-radius: 28px;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.moreBtn_case{
	color: #a1b91d;
	margin-bottom: 30px;
}
.moreBtn .ico_arr{
	margin:11px 26px 0 7px;
}

.pro_list_ul li:hover .con,.pro_list_ul li.hover .con{
	background: #282f42;
	transition: all .5s;
	-webkit-transition: all .5s;
	border-bottom: 5px solid #485370;
}
.pro_list_ul li:hover .con .icon_line{
	background: #9c9fa7;
}
.pro_list_ul li:hover .con .icon_line_slide,.pro_list_ul li.hover .con .icon_line_slide{
	background: #fbbb13;
}
.pro_list_ul li:hover .con .tt,.pro_list_ul li:hover .con .text,.pro_list_ul li.hover .con .tt,.pro_list_ul li.hover .con .text{
	color: #fff;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.pro_list_ul li:hover .con .ico_arr,.pro_list_ul li.hover .con .ico_arr{
	background: url(../images/icons.png) no-repeat -69px -8px;
}

.pro_list_ul li:hover .con .moreBtn,.pro_list_ul li.hover .con .moreBtn{
	color: #fbbb13;
	background:none;
	transition: all .5s;
	-webkit-transition: all .5s;
}


.pro_list .bx-wrapper .bx-controls-direction a{
	position: absolute;
	top: auto;
	bottom: -75px;
	width: 110px;
	height: 25px;
	background:#e1e1e1 url(../images/icons.png) no-repeat;
	border-radius: 25px;
	cursor: pointer;
	margin: 0 15px;
	transition: none;
}
.pro_list .bx-wrapper .bx-controls-direction a.bx-prev{
	left: 50%;
	margin-left: -130px;
	background-position: -392px -122px;
}
.pro_list .bx-wrapper .bx-controls-direction a.bx-next{
	right: 50%;
	margin-right: -130px;
	background-position: -392px -154px;
}
.pro_list .bx-wrapper .bx-controls-direction a.bx-prev:hover{
	background-position: -392px -182px;
}
.pro_list .bx-wrapper .bx-controls-direction a.bx-next:hover{
	background-position: -392px -213px;
}
.pro_list .bx-wrapper .bx-controls-direction a:hover{
	background-color:#282f42;
	transition: none;
}

/****application   clm2*****/
.index_clm2{
	width: 100%;
	overflow: hidden;
	background: #ebebeb;
	padding: 55px 0;
}
.appla_dl{
	clear: both;
	overflow: hidden;
	width: 1250px;
}
.appla_dl dd{
	float: left;
	width:370px;
	overflow: hidden;
	margin:0 45px 30px 0;
}
.appla_dl dd .pic{
	display: block;
	width: 100%;
	height: auto;
}
.appla_dl dd .pic img{
	display: block;
	width: 100%;
}
.appla_dl dd .tt{
	display: block;
	height: 30px;
	line-height: 30px;
	color: #222;
	font-size: 18px;
	margin:12px 0;
}
.appla_dl dd .line{
	height: 1px;
	border-top: 1px dotted #757575;
	border-bottom: 1px dotted #757575;
}
.appla_dl dd .text{
	height: 72px;
	line-height: 24px;
	color: #444;
	margin:12px 0 35px 0;
}
.app_more{
	display: block;
	width: 156px;
	height: 26px;
	line-height: 26px;
	border: 2px solid #fbbb13;
	border-radius: 28px;
	text-align: right;
	margin: 0 auto;
}
.appla_dl dd .app_more{
	margin-left: 0;
}
.app_more .ico_arr{
	margin: 10px 20px 0 13px;
}
.app_more:hover,.app_more.hover{
	background: #fbbb13;
}

/****choose us   clm3****/
.index_clm3{
	width: 100%;
	background: url(../images/about_bg3.jpg) no-repeat center center;
	overflow: hidden;
	background-size: cover;
	padding: 55px 0 65px 0;
}
.aboutFree{
	width: 100%;
	padding-top: 10px;
	overflow: hidden;
}
.picBox{
	width: 43.3%;
	position: relative;
}
.picBox .pic{
	display: block;
	width:96.1%;
	margin-top: 3.6%;
}
.picBox .line{
	position: absolute;
	top: 0;
	left: 3.9%;
	width:96.1%;
	height: 96.1%;
	border: 3px solid #dfdfdf;
	box-sizing: border-box;
}
.aboutFreeB_conR{
	width: 50%;
}
.aboutFreeB_text{
	height: 150px;
	color: #fff;
	line-height:30px;
	margin-bottom: 20px;
}


/***news clm4***/
.index_clm4{
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 60px 0;
}
.newsList_dl dd{
	overflow: hidden;
	margin-bottom: 20px;
}

.indNewsList_dl dd{
	width: 45.8%;
}
.indNewsList_dl dd:first-child{
	float: left;
}
.indNewsList_dl dd:nth-child(2){
	float: right;
}
.newsList_dl dd .time{
	height: 60px;
	line-height: 60px;
	color: #282f42;
	font-size: 39px;
	overflow:hidden;
}
.newsList_dl dd .tt{
	display: block;
	height: 50px;
	line-height: 50px;
	color: #222;
	border-bottom: 1px dotted #7f7f7f;
	margin-bottom: 12px;
}
.newsList_dl dd .text{
	height: 50px;
	color: #444;
	line-height: 25px;
	margin-bottom: 20px;
}







.footer{
	width: 100%;
	background: #f2f2f2;
	overflow: hidden;
	border-top: 5px solid #fbbb13;
}
.footerT{
	overflow: hidden;
	padding:60px 0 50px 0;
}
.footer_L{
	width: 18.5%;
	margin-right: 6%;
}
.footer_tt{
	line-height: 25px;
	color: #111;
	font-size: 24px;
	margin:0 0 20px 0;
}
.f_pro_list{
	padding-left: 5px;
}
.f_pro_list a{
	display: block;
	line-height: 35px;
	color: #444;
	font-size: 14px;
}
.f_pro_list2 a{
	float: left;
}
.f_pro_list2 a:nth-child(odd){
	width: 125px;
}
.f_pro_list2 a:nth-child(even){
	width: 100px;
}

.f_pro_list a:hover{
	color: #fbbb13;
}

.footer_cnt{
	width: 53%;
	margin-right: 0;
}
.f_cnt_conBox{
	color: #444;
	line-height: 35px;
	padding:8px 0 0 5px;
}
.f_cnt_conBox_clm{
	color: #444;
	line-height: 21px;
	overflow: hidden;
	margin-bottom: 17px;
	position: relative;
	padding:0 2px 0 30px;
}
.f_cnt_conBox_clm a{
	color: #444;
}
.f_cnt_conBox_clm .text span{
	color: #222;
	font-size: 14px;
}
.f_cnt_conBox_clm.add .text{
	font-size: 12px;
}
.f_cnt_conBox_clm .icon{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 21px;
	height: 21px;
	background: url(../images/icons.png) no-repeat;
}
.f_cnt_conBox_clm .text{
	width: 100%;
}
.f_cnt_conBox_clm.tel .icon{
	background-position: 0 -82px;
}
.f_cnt_conBox_clm.sky .icon{
	background-position: -21px -82px;
}
.f_cnt_conBox_clm.eml .icon{
	background-position: -42px -82px;
}
.f_cnt_conBox_clm.fax .icon{
	background-position: -64px -82px;
}
.f_cnt_conBox_clm.add .icon{
	background-position: -86px -82px;
}
.f_cnt_conBox_clm.tel,.f_cnt_conBox_clm.eml{
	width: 259px;
}
.f_cnt_conBox_clm.sky,.f_cnt_conBox_clm.fax{
	width: 259px;
}

.f_cnt_conBox2{
    display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.f_cnt_conBox2 .item{
    width: 120px;
    margin-right: 15px;
}
.f_cnt_conBox2 .item img{
    max-width: 100%;
}

.footer_R{
	width: 20%;
}

.footerB{
	width: 100%;
	overflow: hidden;
	background: #282f42;
}
.footerB .text{
	line-height: 22px;
	color: #81848c;
	padding: 14px 0;
}
.footerB .text a{
	color: #81848c;
}
.footer_share .icon{
	float: left;
	width: 40px;
	height: 50px;
	background: #555a67;
	margin-right: 1px;
}

.footer_share .icon i{
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/icons.png) no-repeat;
	margin: 15px 10px 0 10px;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.footer_share .icon.fc i{
	background-position:0 -47px;
}
.footer_share .icon.tw i{
	background-position:-20px -47px;
}
.footer_share .icon.gg i{
	background-position:-40px -47px;
}
.footer_share .icon.yt i{
	background-position:-60px -47px;
}
.footer_share .icon.in i{
	background-position: -80px -47px;
}
.footer_share .icon:hover i{
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	transition: all .5s;
	-webkit-transition: all .5s;
}


/**subBanner**/
.subBanner{
	width: 100%;
	height: 300px;
	overflow: hidden;
	position:relative;
}

.subBanner_text{
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -580px;
	height: 170px;
	width: 460px;
}
.subBanner_text .tt{
	line-height: 52px;
	color: #282f42;
	font-size: 36px;
}
.subBanner_text .text{
	line-height: 18px;
	color: #666;
}

.subBanner_text2 .tt,.subBanner_text2 .text{
	color: #fff;
}
/***location***/

.location{
	height: 50px;
	line-height: 50px;
	background: #f2f2f2;
	overflow:hidden;
	margin-bottom: 50px;
}
.location .text{
	color: #3f3f3f;
	padding-right: 3px;
}
.location .text .icon{
	width: 16px;
	height: 16px;
	background: url(../images/icons.png) no-repeat -3px -106px;
	margin: 17px 10px 0 0;
}
.location .conR a{
	color: #3f3f3f;
}
.location .conR a.hover{
	color: #3f3f3f;
	font-weight: bold;
}


/**sub***/
.subContent{
	width: 100%;
	margin-bottom: 70px;
	overflow: hidden;
}




/**about**/
.pro_list_barBox_rela{
	width: 100%;
	
}
.pro_list_barBox{
	position: relative;
	z-index: 99;
	width: 100%;
	background: #282f42;
	margin:5px auto 30px auto;
}
.pro_list_bar{
	text-align: center;
}
.pro_list_bar dd{
	display: inline-block;
	text-align: center;
	color: #fff;
	height: 50px;
}
.pro_list_bar dd a{
	float: left;
	display: block;
	height: 60px;
	color: #fff;
	padding: 0 34px;
	line-height: 60px;
	margin-left: 5px;
	margin-top: -5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro_list_bar dd .icon{
	width: 1px;
	height: 25px;
	background: #3d4764;
	margin: 12px 0 0 20px;
}
.pro_list_bar dd:last-child i{
	display: none;
}

.pro_list_bar dd:hover a,.pro_list_bar dd.hover a{
	color: #282f42;
	background: #fbbb13;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.pro_listCover_clm1{
	padding: 50px 0;
	overflow: hidden;
}





.subView_title{
	margin:0 0 15px 0;
}
.subView_title .tt{
	color: #282f42;
	line-height: 50px;
	font-size: 24px;
}
.subView_title .tt .icon{
	display: block;
	width: 33px;
	height: 33px;
	background: url(../images/icons.png) no-repeat center center;
	margin: 8px 14px 0 0;
}
.subView_title .icon_line{
	margin-top: 8px;
}
.subView_title .tt .icon.icon1{
	background-position: -208px -189px;
}
.subView_title .tt .icon.icon2{
	background-position: -278px -189px;
}
.subView_title .tt .icon.icon3{
	background-position: -173px -189px;
}
.subView_title .tt .icon.icon4{
	background-position: -68px -189px;
}
.subView_title .tt .icon.icon5{
	background-position: -103px -189px;
}
.subView_title .tt .icon.icon6{
	background-position: -138px -189px;
}
.about_view_text{
	line-height: 30px;
	color: #333;
	font-size: 14px;
	padding: 10px 0 30px 0;
}
.about_view_img{
	text-align: center;
	padding: 20px 0;
}
.about_view_img img{
	display: inline-block;
	max-width: 100%;
}
.about_view_pic1 .picBox{
	width: 30.6%;
	margin: 0 3% 0 0;
}
.about_view_pic1 .picBox:nth-child(3){
	margin: 0;
}


.about_view_pic2 dd{
	float: left;
	width: 150px;
	margin-right:108px;
}
.about_view_pic2 dd .pic{
	display: block;
	width: 100%;
	border-radius: 100%;
	border: 2px solid #282f42;
}
.about_view_pic2 dd .text{
	line-height: 20px;
	padding: 10px 0;
	font-size: 14px;
	text-align: center;
}
.about_view_pic2 dd:last-child{
	margin: 0;
}
.about_our_miss{
	width: 100%;
	height: 450px;
	color: #fff;
	background: url(../images/about_bg.jpg) no-repeat center center;
	background-size: cover;
}
.about_our_miss .disTable{
	height: 450px;
}
.about_our_miss .tt{
	line-height: 71px;
	font-size: 71px;
	margin-bottom: 15px;
}
.about_our_miss .text{
	width: 45%;
	line-height: 30px;
}

.about_view_list{
	width: 100%;
	box-sizing: border-box;
	padding: 35px 50px;
	background: url(../images/about_bg2.jpg) repeat center center;
}
.about_view_list_clm{
	padding: 8px 0;
	line-height: 20px;
	position: relative;
}
.about_view_list_clm .ico_circle{
	position: absolute;
	left: 0;
	top: 14px;
}
.about_view_list_clm .text{
	width: 100%;
	color:#fff;
	font-size: 14px;
	box-sizing: border-box;
	padding-left: 18px;
}

/*****about  honor*********/
.about_cer{
	padding: 50px 0;
}
.about_cer_dl{
	width: 100%;
}
.about_cer_dl dd{
	float: left;
	width: 23%;
	margin:0 1% 24px 1%;
	overflow: hidden;
}
.about_cer_dl dd a{
	display: block;
}
.about_cer_dl dd .pic{
	position: relative;
	width: 100%;
	height: 100%;
	background: #fdfdfb;
}
.about_cer_dl dd .pic img{
	display: block;
	max-width: 100%;
}
.about_cer_dl dd .pic i{
	display: block;
	position: absolute;
	left: 0;
	top: -100%;
	width: 100%;
	height: 100%;
	background: rgba(49,49,49,.6);
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
.about_cer_dl dd .tt{
	line-height: 70px;
	color: #444;
	text-align: center;
	font-size: 14px;
	background: #f0f0f0;
	overflow: hidden;
}
.about_cer_dl dd .pic i:before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	background: url(../images/icon.png) no-repeat -71px -100px;
}
.about_cer_dl dd a:hover .pic i{
	top:0;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
.about_cer_dl dd a:hover .tt{
	color: #fff ;
	background: #e9a044;
}

.about_cer_dl2 dd{
	float: left;
	margin-bottom: 30px;
	overflow: hidden;
}
.about_cer_dl2 dd a{
	display: block;
}
.about_cer_dl2 dd .pic{
	position: relative;
	width: 100%;
	background: #fdfdfb;
}
.about_cer_dl2 dd .pic img{
	display: block;
	width: 100%;
	height:auto;	
}
.about_cer_dl2 dd .tt{
	line-height: 60px;
	color: #444;
	text-align: center;
	font-size: 14px;
	background: #f0f0f0;
}



/***sub_title1****/
.sub_title1{
	height: 50px;
	position: relative;
	text-align: center;
	margin:30px 0 25px 0;
}
.sub_title1 .line{
	position: absolute;
	left: 0;
	top: 24px;
	width: 100%;
	height: 1px;
	background: #666;
}
.sub_title1 .text{
	display: inline-block;
	color: #444;
	font-size: 22px;
	line-height: 50px;
	font-family: "GRAPHIK-MEDIUM";
	position: relative;
	z-index: 2;
	background: #fff;
}
.sub_title1 .text .icon{
	width: 8px;
	height: 8px;
	border-radius: 8px;
	border: 3px solid #666;
	margin-top: 18px;
}
.sub_title1 .text .icon.iconL{
	margin-right: 40px;
}
.sub_title1 .text .icon.iconR{
	margin-left: 40px;
}


/***pro_list2****/
.sub_pro_list_ul{
	width: 1290px;
}

/***pro_det***/
.pro_det_T{
	margin-bottom: 50px;
}
.p_det_picBox{
	position: relative;
}
.p_det_sm_pic{
	width: 570px;
	height: 140px;
}
.p_det_sm_pic ul{
	width: 578px;
}
.p_det_sm_pic ul li{
	float: left;
	width: 179px;
	height: 134px;
	line-height: 999px;
	padding: 2px;
	border: 1px solid #dbdbdb;
	cursor: pointer;
	margin-right: 7px;
	overflow: hidden;
}
.p_det_sm_pic ul li.on{
	border: 1px solid #282f42;
}
.p_det_sm_pic ul li img{
	display: block;
	width: 177px;
	height: 132px;
	border: 1px solid #dddddd;
}
.p_det_pic{
	width: 570px;
	padding: 9px;
	box-sizing: border-box;
	border: 1px solid #dbdbdb;
	margin-bottom: 9px;
	overflow:hidden;
}
.p_det_pic .tempWrap{
	border: 1px solid #dbdbdb;
}
.p_det_pic li{
	float: left;
	width: 550px;
	background: #ededed;
	overflow: hidden;
}
.p_det_pic li img{
	display: block;
	width: 100%;
	height: auto;
}
.p_det_picBox .btn{
	position: absolute;
	top: 193px;
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 45px;
	background-color: #b8b8b8;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.p_det_picBox .prev{
	left: 67px;
}
.p_det_picBox .next{
	right: 67px;
}
.p_det_picBox .btn .ico_arr{
	margin: 19px 0 0 16px;
	background-position: -69px -15px;
}
.p_det_picBox .prev .ico_arr{
	transform: rotateZ(-180deg);
	-webkit-transform: rotateZ(-180deg);
}

.p_det_picBox .btn:hover{
	background: #282f42;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.p_det_inf{
	width:575px;
	overflow: hidden;
}
.p_det_B_inf{
	padding:55px;
	line-height: 32px;
	color: #333;
	font-size: 14px;
	box-sizing: border-box;
	overflow: hidden;
	background: #f0f0f0;
	border-top: 4px solid #282f42;
}
.p_det_inf_tt{
	line-height: 30px;
	color: #333;
	font-size: 30px;
	padding: 14px 0 0 0;
	margin: 5px 0 0 0;
}
.p_det_inf_clm{
	clear: both;
	overflow: hidden;
	color: #444;
	border-bottom: 1px dashed #cecece;
}
.p_det_inf_clm .tt{
	width: 240px;
	height: 45px;
	line-height: 45px;
}
.p_det_inf_clm .tt .ico_circle{
	margin: 18px 10px 0 3px;
	border: 2px solid #2f3648;
}
.p_det_inf_clm .text{
	float: left;
	width: 335px;
	line-height: 14px;
}
.p_det_inf_clm .text .disTable{
	padding: 5px 0;
	height: 35px;
}


.p_det_share{
	margin: 30px 0 20px 0;
}
.p_det_share .text{
	color: #444;
	line-height: 32px;
	padding-right: 5px;
}
.p_det_down{
	width: 105px;
	height: 32px;
	line-height: 32px;
	color: #fbbb13;
	text-decoration: underline;
	margin-left: 40px;
}
.p_det_down .icon{
	float: left;
	width: 16px;
	height: 21px;
	background: url(../images/icons.png) no-repeat -176px -92px;
	margin: 5px 5px 0 0;
}


.at-style-responsive .at-share-btn{
	padding:0!important;
}
.at-resp-share-element.at-mobile .at-share-btn{
	margin-top:0px;
}
.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;
}


.p_det_btn a{
	display: block;
	width: 254px;
	height: 44px;
	line-height: 44px;
	color: #fff;
	border-radius: 3px;
	background: #282f42;
}
.p_det_btn a.hover{
	color: #282f42;
	background: #fbbb13;
}
.p_det_btn a .icon{
	display: block;
	width: 18px;
	height: 18px;
	margin: 13px 11px 0 49px;
	background: url(../images/icons.png) no-repeat;
}
.p_det_btn .icon.icon1{
	background-position: -203px -94px;
}
.p_det_btn .icon.icon2{
	background-position: -223px -94px;
	margin-left: 65px;
}


.p_det_view1L{
	width: 60%;
	line-height: 30px;
	color: #333;
	padding: 25px 0;
}
.p_det_view1R{
	display: block;
	width: 30%;
	margin-right: 3%;
	position: relative;
}
.p_det_view1R img{
	display: block;
	width: 100%;
	margin: 0 auto;
}
.p_det_view1R .icon{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	background-image: url(../images/video_ico11.png);
	background-position:center center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	box-sizing: border-box;
	border: 3px solid #f5c341;
}
.p_det_inf_tabBox{
	padding: 30px;
	overflow: hidden;
	background: #f2f2f2;
}

.p_det_View_clm{
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
}
.p_det_View_clm .det_icon1{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/icons.png) no-repeat -77px -233px;
	margin: -1px 8px 0 5px;
}
.p_det_View_clm .icon{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/icons.png) no-repeat;
	margin-right: 15px;
}
.p_det_View_clm .icon.icon1{
	background-position: 0 -304px;
}
.p_det_View_clm .icon.icon2{
	background-position: -40px -304px;
}
.p_det_View_clm .icon.icon3{
	background-position: -80px -304px;
}
.p_det_View_clm .icon.icon4{
	background-position: -120px -304px;
}
.p_det_View_clm .text{
	width:100%;
	color: #333;
	padding-left: 32px;
	font-size: 14px;
	box-sizing: border-box;
	line-height: 20px;
	overflow: hidden;
}
.p_det_View_clm .text2{
	width: 100%;
	padding-left: 55px;
	box-sizing: border-box;
}
.p_det_View_clm .text2 .disTable{
	height: 40px;
}

.p_det_View_clm_pic{
	padding: 15px 0;
	overflow: hidden;
}
.p_det_View_clm_pic img{
	float: left;
	width: 246px;
	height: 161px;
	border: 2px solid #e99f45;
	margin:0 8px 16px 8px;
}

.p_det_View_img img{
	width: 47%;
	box-sizing: border-box;
	border: 3px solid #dcdcdc;
	margin: 0 0 0 3%;
}

.appla_dl2{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.appla_dl2 dd{
	float: left;
	width: 30%;
	margin: 0 1.5%;
	overflow: hidden;
}
.appla_dl2 dd .pic{
	display: block;
	max-width: 100%;
	height: auto;
}
.appla_dl2 dd .text{
	width: 100%;
	box-sizing: border-box;
	font-size: 18px;
	padding: 0 10px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	overflow: hidden;
	color: #fff;
	background: #282f42;
}

/**news***/
.subNewsList_dl dd{
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
}
.subNewsList_dl dd .pic{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 46%;
}
.subNewsList_dl dd .pic img{
	display: block;
	max-width: 100%;
	height: auto;
}
.subNewsList_dl dd .con{
	width: 100%;
	height: 366px;
	padding:65px 30px 0 50%;
	background: #ececec;
	box-sizing: border-box;
}


/****newsDetail****/
.newsView_tt{
	line-height: 20px;
	color: #333;
	font-size:24px;
	line-height: 30px;
	text-align: center;
	padding:10px 0 12px 0;
	font-family: "GRAPHIK-MEDIUM";
	overflow: hidden;
}
.newsView_time{
	text-align: center;
	color: #555;
	padding: 10px 0;
	line-height: 20px;
}
.newsView_share{
	color:#0760bf;
	margin-bottom: 20px;
}
.newsView_share_tt{
	line-height: 24px;
}
.newsViewBox{
	line-height: 35px;
	color: #444;
	font-size: 14px;
	padding:30px 0;
}
.newsViewBox img{
	max-width: 100%;
}
.detail_page{
	clear: both;
	padding: 8px 0;
	font-size: 14px;
	line-height: 26px;
}
.detail_page_clm{
	position: relative;
	margin-bottom: 10px;
}
.detail_page_text,.detail_page_clm a{
	color: #454545;
}
.detail_page_text{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width:40px;
	font-size: 12px;
	color: #282f42;
}
.detail_page_clm a{
	display: block;
	padding-left: 40px;
	word-wrap:break-word;
}
.detail_page_clm a:hover{
	color:#fbbb13;
	text-decoration: underline;
}



/*****contact*******/
.contact_list{
	width: 1370px;
	overflow: hidden;
}
.contact_T{
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
	background: url(../images/contact_bg.jpg) repeat center center;
}
.contact_list dd{
	float: left;
	width: 33.33%;
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
}
.contact_list dd:last-child{
	margin: 0;
	width: 90%;
}
.contact_list dd .icon{
	position: absolute;
	left: 0;
	top: 0;
	width:42px;
	height: 42px;
	background: url(../images/icons.png) no-repeat;
}
.contact_list dd .icon.use{
	background-position: 0 -130px;
}
.contact_list dd .icon.tel{
	background-position: -42px -130px;
}
.contact_list dd .icon.fax{
	background-position: -84px -130px;
}

.contact_list dd .icon.eml{
	background-position: -126px -130px;
}

.contact_list dd .icon.sky{
	background-position: -168px -130px;
}

.contact_list dd .icon.app{
	background-position: -210px -130px;
}

.contact_list dd .icon.add{
	background-position: -252px -130px;
}
.contact_list dd .text{
	width: 100%;
	color: #fff;
	line-height: 42px;
	padding-left: 60px;
	overflow: hidden;
	box-sizing: border-box;
}
.contact_list dd a{
	color: #fff;
}


.contact_B{
	padding: 30px 0;
}
.contact_inq{
	padding: 50px 0;
}
.ctx_form_tip{
	color: #333;
	line-height: 40px;
}
.ctx_form_tip span{
	color: #ed1c24;
}
.contact_inq_tt{
	color: #fff;
	background: #e99f45;
	font-size: 22px;
	width: 220px;
	height: 55px;
	line-height: 55px;
	text-indent: 38px;
}

.inq_dl dd{
	float: left;
	width: 45%;
	margin-bottom: 16px;
}
.inq_dl dd:nth-child(2),.inq_dl dd:nth-child(4){
	float: right;
}
.inq_dl dd:nth-child(5){
	width: 100%;
}
.inq_dl dd .tt{
	line-height: 40px;
	color: #313131;
}
.inq_dl dd .tt span{
	color: #ed1c24;
	padding-right: 4px;
}

.inq_inp{
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	padding-left: 15px;
	background:none;
	border: 1px solid #989898;
}
.inq_inp::-webkit-input-placeholder{
	color:#a0a0a0;
}
.inq_area{
	width: 100%;
	height:126px;
	padding: 10px;
	border: 1px solid #989898;
	background: none;
}
.inq_btn{
	display: block;
	width: 160px;
	height: 30px;
	line-height: 30px;
	color: #333;
	text-align: center;
	background: #fbbb13;
	border: none;
	cursor: pointer;
	margin-top:20px;
	border-radius: 30px;
}







/*********service********/
.serviceBox{
}
.service_clm1 .picBox{
	width: 46.6%;
}
.service_clm1R{
	width: 53.4%;
	height: 300px;
	padding: 50px 0 0 40px;
	margin-top: 18px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	box-sizing: border-box;
}
.service_clm1R_tt{
	font-size:24px;
	color: #333;
} 
.service_clm1R_clm{
	position: relative;
	overflow: hidden;
}
.service_clm1R_clm .ico_circle{
	position: absolute;
	left: 0;
	top: 11px;
}
.service_clm1R_clm .text{
	width: 100%;
	padding-left: 18px;
	box-sizing: border-box;
	line-height: 30px;
	color:#333;
	font-size:14px;
}





.service_clm2{
	padding: 60px 0 80px 0;
	overflow: hidden;
	background: url(../images/service_bg1.jpg) no-repeat center center;
}
.service_clm2 .title1{
	padding-bottom: 10px;
}
.service_clm2 .icon_line_slide{
	width: 130px;
	margin-left: -65px;
}
.service_clm2_con{
	color: #fff;
	line-height:30px;
}
.service_clm2_con .tt{
	font-size: 22px;
}


.service_clm3{
	padding: 65px 0;
	background: #f3f3f3;
	overflow: hidden;
}
.service_clm3L ,.service_clm3R{
	width: 41.6%;
	box-sizing: border-box;
}
.service_clm3L .service_clm1R_clm .ico_circle{
	left: auto;
	right: 0;
}
.service_clm3L .service_clm1R_clm .text{
	padding: 0 18px 0 0;
}

.service_clm3M{
	width: 150px;
	height:150px;
	box-sizing: border-box;
	border-radius: 150px;
	background: #282f42;
	border: 4px solid #fbbb13;
	margin: 0 auto;
}
.service_clm3M .disTable{
	width: 150px;
	height: 140px;
}
.service_clm3M .icon{
	display: inline-block;
	width: 52px;
	height: 57px;
	background: url(../images/icons.png) no-repeat 0 -189px;
	margin-bottom: 5px;
}
.service_clm3M .tt{
	line-height: 15px;
	color: #fff;
}

.service_clm4{
	background: #fff;
	padding: 55px 0 0 0;
}
.service_clm4_lsit{
	width: 1250px;
}
.service_clm4_lsit dd{
	float: left;
	width: 575px;
	background: #ebebeb;
	box-sizing: border-box;
	padding: 35px 28px;
	overflow: hidden;
	margin:0 50px 40px 0;
}
.service_clm4_lsit .pic{
	display: block;
	width: 139px;
	height: auto;
}
.service_clm4_lsit .con{
	width: 350px;
}
.service_clm4_lsit .con .tt{
	font-size: 20px;
	margin-bottom: 6px;
}
.service_clm4_lsit .con .subtt{
	color: #777;
	margin-bottom: 12px;
}
.service_clm4_lsit .con .text{
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 12px;
}
.service_clm4_lsit .con .btn{
	display: block;
	color: #fff;
	font-size: 14px;
	width: 170px;
	height: 40px;
	line-height: 40px;
	background: #282f42;
	border-radius: 8px;
}
.service_clm4_lsit .con .btn .icon{
	float: left;
	width: 20px;
	height: 40px;
	background: url(../images/icons.png) no-repeat -231px 0;
	margin: 0 13px 0 35px;
}


