html{width: 100%;min-width:1200px;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{padding:0;margin:0}
body,button,input,select,textarea{font:14px/1.5 Microsoft Yahei,sans-serif}
body{width: 100%;background:#fff;overflow-x: hidden;-webkit-font-smoothing: antialiased;color:#333;background: #fff}
h1,h2,h3,h4,h5,h6,button,input,select,textarea{font-size:100%}
address,cite,dfn,em,var{font-style:normal}
code,kbd,pre,samp{font-family:courier new, courier, monospace}
small{font-size:12px}
ul,ol,li{list-style:none}
hr{border: none;height: 1px}
a{color:inherit;text-decoration:none;outline:none;background-color: transparent}
a:hover,a:active{outline: none;text-decoration: none}
img{border:none;}
b,strong{font-weight: bold;}
table{border-collapse:collapse;}
td,th{border: 1px solid #333;}
textarea,input,input:focus{border: none;outline: none;}
input[type="submit"]{cursor: pointer;}
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.b{display: block;width: 100%;height: 100%;}
.nclk{pointer-events: none;}
.cl{clear: both;}
.cl:after{content: "";clear: both;display: table;}
.fl{float: left;}
.fr{float: right;}
.r{position: relative;}
.ws{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.p{width: 1200px;margin: 0 auto;}
a.col{background-color: #ff9900;color: #fff;}
a.block{display: block;width: 100%;height: 100%;}
.c01{color: #1a3171;}
.c02{color: #666;}
.c03{color: #fff;}
.trans00{-webkit-transition: all 1s;-moz-transition: all 1s;transition: all 1s}
.trans01{-webkit-transition: all 1s;-moz-transition: all 1s;transition: all 1s}
.trans02{-webkit-transition: all 1.5s;-moz-transition: all 1.5s;transition: all 1.5s}
.trans03{-webkit-transition: all 2s;-moz-transition: all 2s;transition: all 2s}
.trans04{-webkit-transition: all 3s;-moz-transition: all 3s;transition: all 3s}
.ani-r-pic{
	opacity: 0;
	-webkit-transform-origin: 50% 50%;
	-webkit-transform: scale(.1);
	-moz-transform-origin: 50% 50% ;
	-moz-transform: scale(.1);
	-ms-transform-origin: 50% 50% ;
	-ms-transform: scale(.1);
	-o-transform-origin:  50% 50%;
	-o-transform: scale(.1);
	transform-origin: 50% 50% ;
	transform:scale(.1);
}
.ani-t-t,.ani-pages{opacity: 0;-webkit-transform: translate(0, 100px);-moz-transform: translate(0, 100px);transform: translate(0, 100px);-o-transform:translate(0, 100px);}
.ani-b-t{opacity: 0;-webkit-transform: translate(0, -60px);-moz-transform: translate(0, -60px);transform: translate(0, -60px);-o-transform:translate(0, -60px);}
.ani-b-it{opacity: 0;-webkit-transform: translate(0, -60px);-moz-transform: translate(0, -60px);transform: translate(0, -60px);-o-transform:translate(0, -60px);}
.ani-p-li{opacity: 0;-webkit-transform: translate(200px, 0);-moz-transform: translate(200px, 0);transform: translate(200px, 0);-o-transform:translate(200px, 0);}
.ani-p-l{opacity: 0;-webkit-transform: translate(-200px, 0);-moz-transform: translate(-200px, 0);transform: translate(-200px, 0);-o-transform:translate(-200px, 0);}
.ani-p-r{opacity: 0;-webkit-transform: translate(0, 70px);-moz-transform: translate(0, 70px);transform: translate(0, 70px);-o-transform: translate(0, 70px);}
.ani-i-o{opacity: 0;}
.ani-i-h{opacity: 0;height: 0;}
.ani-rotate{
	opacity: 0;
	-webkit-transform-origin: 50% 50%;
	-webkit-transform:scale(.1);
	-moz-transform-origin: 50% 50% ;
	-moz-transform:scale(.1);
	-ms-transform-origin: 50% 50% ;
	-ms-transform:scale(.1);
	-o-transform-origin:  50% 50%;
	-o-transform:scale(.1);
	transform-origin: 50% 50% ;
	transform:scale(.1);
}
/*公共样式*/
/*伪元素*/
.after:after,.before:before{
	content: "";
	position: absolute;
}
/*绝对定位元素水平居中*/
.ab_x_center{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
/*绝对定位元素水平、垂直居中*/
.ab_xy_center{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.form input::-webkit-input-placeholder { /* WebKit browsers */ 
color: #999; 
} 
.form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color: #999; 
} 
.form input::-moz-placeholder { /* Mozilla Firefox 19+ */ 
color: #999; 
} 
.form input:-ms-input-placeholder { /* Internet Explorer 10+ */ 
color: #999; 
} 
/*旋转45deg*/
.rotate45{
	-webkit-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
/*header开始*/
header{
	width: 100%;
	background: rgba(0,0,0,.3);
	position: fixed;
	top: 0;
	z-index: 999;
}
header .p{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
header .logo{
	width: 263px;
	height: 125px;
}
header .box{
	width: 937px;
	height: 125px;
	text-align: right;
}
header .language{
	display: inline-block;
	width: 198px;
	height: 34px;
	border-radius: 17px;
	
	color: #fff;
	font-size: 0;
	margin-top: 22px;
}
header .language a{
	font-size: 14px;
	line-height: 34px;
	display: inline-block;
	width: 50%;
	text-align: left;
	padding-left:50px;
	background: url('../images/china.jpg') no-repeat 20px 9px; 
}
header .language a:nth-child(2){
	padding-left: 33px;
	background: url('../images/english.jpg') no-repeat 2px 9px;
}
header ul{
	float: right;
	padding-top: 20px;
}
header li{
	float: left;
	margin-right: 47px;
	font-size: 16px;
	line-height: 16px;
}
header li:last-child{
	margin-right: 0;
}
header li a{
	padding: 14px 4px;
	position: relative;
	color: #fff;
}
header li a.active,
header li a:hover{
	color: #d73111;
	font-weight: bolder;
}
header li a:after{
	content: "";
	position: absolute;
	width: 0;
	height: 3px;
	border-radius: 2px;
	background: #d73111;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity: 0;
}
header li a.active:after,
header li a:hover:after{
	width: 50%;
	opacity: 1;
}
/*banner图开始*/
.banner{
    height: 771px;
    position: relative;
    overflow: hidden;
	cursor:pointer
}
.banner-con{
    width: 1920px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    z-index: 9;
}
.box_skitter{
	width: 100%;
	height: 100%;
}
.skitter-clean .info_slide_dots{
	background: rgba(0,0,0,0);
	box-shadow: none;
}
.skitter-clean .info_slide_dots .image_number{
	width: 32px;
	height: 5px;
	margin:0 5px;
	border-radius: 2px;
	background: #fff;
}
.box_skitter .info_slide_dots .image_number{
	background:#fff;
}
.box_skitter .info_slide_dots .image_number:hover{
	background-color:#d73111;
}
.skitter-clean .info_slide_dots .image_number_select, .skitter-clean .info_slide_dots .image_number_select:hover{
	background-color: #d73111;
}
.box_skitter .info_slide_dots .image_number_select, .box_skitter .info_slide_dots .image_number_select:hover{
	margin: 0 5px;
}
.skitter-clean .info_slide_dots{
	bottom: 40px;
}
/*新闻开始*/
.news{
	width: 100%;
	height: 110px;
	background: #000;
}
.news li{
	float: left;
	width: 400px;
	position: relative;
	padding: 30px;
	color: #fff;
}
.news li:after{
	content: "";
	width: 1px;
	height: 47px;
	border-left: 1px dashed #919191;
	position: absolute;
	right: 0;
	top: 32px;
}
.news li:first-child:before{
	content: "";
	width: 1px;
	height: 47px;
	border-left: 1px dashed #919191;
	position: absolute;
	left: 0;
	top: 32px;
}
.news li h3{
	font-weight: normal;
	padding: 3px 0 10px 34px;
	background: url('../images/timesa.png') no-repeat left top;
	font-size: 15px;
	font-family: "Arial";
	line-height: 15px;
}
.news li .txt{
	height: 21px;
	overflow: hidden;
	font-size: 16px;
	line-height: 16px;
	padding-top: 5px;
}
.news li:hover{
	color: #999;
}
.news li:hover h3{
	background: url('../images/times.png') no-repeat left top;
}
/*产品展示开始*/
.pro{
	width: 100%;
	height: 790px;
	background: url('../images/pro_bg.jpg') no-repeat center top #fff;
}
.pro .p{
	height: 100%;
	position: relative;
}
.title{
	padding: 70px 0 35px;
	text-align: center;
}
.title h1{
	font-size: 40px;
	line-height: 40px;
	color: #000;
	padding-bottom: 15px;
}
.title h1 span{
	color: #000;
}
.title h2{
	color: #333;
	letter-spacing: 5px;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: "Arial"
}
.title h2 a{
	position: relative;
}
.title h2 a:after{
	content: "";
	position: absolute;
	top: 8px;
	left: -70px;
	width: 49px;
	height: 1px;
	background: #666;
}
.title h2 a:before{
	content: "";
	position: absolute;
	top: 8px;
	right: -70px;
	width: 49px;
	height: 1px;
	background: #999999;
}
.pro li{
	float: left;
	width: 230px;
	margin-right: 3px;
	margin-bottom: 19px;
}
.pro li:nth-child(6n){
	margin-right: 0;
}
.pro li>a{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	font-size: 0;
	padding: 5px;
    box-sizing: border-box;
}
.pro li img{
	width: 220px;
	height: auto;
}
.pro li:hover p{
	color: #db242b;
}
.pro li:hover>a img {
	box-shadow: 0 0 8px #db242b;
}
.pro li p{
	line-height: 34px;
	font-size: 15px;
	text-align: center;
}
.pro .more{
	position: absolute;
	width: 102px;
	height: 102px;
	border-radius: 50%;
	background: url('../images/pro_ntn.png') no-repeat center top;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -61px;
	padding-top: 47px;
	text-align: center;
}
.use{
	padding-top: 61px;
	padding-bottom: 80px;
}
.use .title{
	padding-top: 50px;
}
.use_swiper{
	overflow: hidden;
}
.use_swiper ul{
	padding-bottom: 40px;
}
.use_swiper li{
	float: left;
	width: 373px;
	height: 504px;
	margin-right: 40px;
	font-size: 0;
}
.use_swiper li:nth-child(3n){
	margin-right: 0;
}
.use_swiper li img{
	width: 100%;
	height: 340px;
}
.use_swiper li .box{
	height: 65px;
	background: #ededed;
	padding: 27px 22px;
}
.use_swiper h3{
	font-size: 16px;
	line-height: 16px;
	padding-bottom: 9px;
}
.use_swiper .txt{
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	font-size: 14px;
	color: #666;
}
.use_swiper .more{
	padding-top: 6px;
}
.use_swiper .more a{
	display: block;
	width: 105px;
	height: 30px;
	background: #333333;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}
.use_swiper li:hover .box{
	background: #db242b;
}
.use_swiper li:hover .txt,
.use_swiper li:hover h3{
	color: #fff;
}
.use_swiper li:hover .more a{
	background: #fff;
	color: #db242b;
}
.use_swiper li:hover .more a:hover{
	margin-top: -3px;
}
.use_swiper .btns{
	width: 259px;
	height: 32px;
	margin: 0 auto;
	padding: 0 13px;
	overflow: hidden;
}
.use_swiper .swiper-use-span{
	width: 100%;
	text-align: center;
	padding-top: 8px;
}
.use_swiper .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	opacity: 1;
	background: #999999;
	margin: 0 6px;
	position: relative;
	cursor: pointer;
}
.use_swiper .swiper-pagination-bullet:hover:after,
.use_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active:after{
	content: "";
	position: absolute;
	left: -3px;
	top: -3px;
	width: 22px;
	height: 22px;
	background: #db242b;
	border-radius: 50%;
}
.swiper-use-prev,
.swiper-use-next{
	width: 32px;
	height: 32px;
	position: relative;
	cursor: pointer;
}
.swiper-use-prev{
	float: left;
}
.swiper-use-next{
	float: right;
}
.swiper-use-next:after,
.swiper-use-prev:after{
	content: "";
	position: absolute;
	width: 23px;
	height: 23px;
	border: 5px solid #666666;
	-webkit-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.swiper-use-prev:after{
	border-right-color: transparent;
	border-top-color: transparent;
}
.swiper-use-next:after{
	border-left-color: transparent;
	border-bottom-color: transparent;
}
.swiper-use-next:hover:after,
.swiper-use-prev:hover:after{
	opacity: .4;
}
.about{
	width: 100%;
	height: 550px;
	background: url('../images/about_bg.jpg') no-repeat center top;
	padding-top: 73px;
}
.about .p{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.about .box{
	width: 758px;
	padding-right: 120px;
}
.about h1{
	font-size: 68px;
	font-family: "旁门正道标题体";
	line-height: 68px;
	color: rgba(215, 49, 17, .59);
	padding-bottom: 14px;
	text-transform: uppercase;
}
.about h2{
	font-size: 30px;
	line-height:62px;
	color: #fff;
}
.about .txt{
	font-size: 14px;
	line-height: 28px;
	color: #fff;
}
.about .pic{
	padding-top: 30px;
}
.about .pic img{
	display: block;
	width: 378px;
	height: 378px;
}
.about .more{
	padding-top: 12px;
}
.about .more a{
	color: #db242b;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 10px;
}
.about .more a i{
	float: left;
	width: 32px;
	height: 16px;
	position: relative;
	margin-top: 2px;
	overflow: hidden;
}
.about .more a i:after{
	content: "";
	position: absolute;
	width: 22px;
	height: 2px;
	background: #db242b;
	left: 4px;
	top: 7px;
}
.about .more a i:before{
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	border: 3px solid #db242b;
	border-left-color: transparent;
	border-bottom-color: transparent;
	-webkit-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	right: 6px;
	top: -1px;
}
.contact{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.contact .box{
	width: 50%;
	padding: 66px 0 60px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.contact .box:first-child{
	border-right: 1px solid #c9c9c9;
	background: url('../images/bot_list_bg.png') no-repeat left top;
	padding-left: 208px;
}
.contact .box li{
	width: 131px;
	padding-bottom: 26px;
}
.contact .box li a{
	font-size: 16px;
	line-height: 16px;
}
.contact .box li a:hover{
	color: #db242b;
}
.contact .txt{
	width: 430px;
	padding-left: 68px;
	font-size: 16px;
	line-height: 30px;
}
.contact h3{
	font-size: 16px;
	line-height: 16px;
	padding-bottom: 15px;
}
.content {
    background-attachment: fixed;
}
#content1 {
    height: 109px;
}
/*页码开始*/
.pages{
     clear: both;
     text-align: center;
     overflow: hidden;
     margin:0 auto;
     font-size: 0;
     background: #fff;
     padding: 30px 0;
     border-radius: 6px;
 }
 .pages div{
  font-size: 16px;
 }
.pages a,
.pages span{
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 16px;
    border-radius: 4px;
    line-height: 50px;
    text-align: center;
    margin-right: 4px;
    font-weight: bold;
}
.pages a:last-child{
    margin-right: 0;
}
.pages a.page_top,
.pages a.page_bottom{
    font-family: "宋体";
    font-weight: normal;
}
.pages span,
.pages a:hover,
.pages a.active {
    color: white;
    background: #d73111;
}
.footers{
	padding-top: 80px;
	padding-bottom: 60px;
	background: #1a1a1a;
	color:#fff;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
}
.footers p{
	position: relative;
}
.footers p:nth-child(2){
	padding-top: 7px;
}
.footers img{
	position: relative;
	top:10px;
}
.footers a{
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
.footers a:hover{
	text-decoration: underline;
}
.footers i{
	width: 2px;
	height: 12px;
	background:rgba(255,255,255,.6);
	position: absolute;
	left: 0;
	top: 5px;
}
/*内页开始*/
.i_header{
	background: #000;
}
.i_banner{
	padding-top: 125px;
	height: 425px;
	background: url('../images/banner_about.jpg') no-repeat center bottom;
}
.pro_banner{
	background: url('../images/banner_pro.jpg') no-repeat center bottom;
}

.cate_list02{
	text-align: center;
	font-size: 0;
	padding-bottom: 36px;
	
}
.cate_list02 a{
	display: inline-block;
	margin-right: 12px;
	text-indent: 0;
}
.cate_list02 a span{
	display: inline-block;
	line-height: 44px;
	padding: 0 20px;
	background: #d7dfe5;
 	border-radius: 2px;
	 	font-size: 18px;
}
.cate_list02 a:nth-child(7n),
.cate_list02 a:last-child{
	margin-right: 0;
}
.cate_list02 a.active span,
.cate_list02 a:hover span{
	color:#fff;
	background: #d73111;
}


/*news*/
.news_cate{
	text-align: center;
	font-size: 0;
	padding: 35px 0;
}
.news_cate li{
	display: inline-block;
}
.news_cate a{
	display: block;
	width: 178px;
	height: 53px;
	text-align: center;
	line-height: 53px;
	font-size: 18px;
	background: #e1e1e1;
	border-radius: 26px;
	margin:0 10px;
}
.news_cate a.active,
.news_cate a:hover{
	background: #014da5;
	color: #fff;
}
.news_show li{
	float: left;
	width: 382px;
	margin-left: 25px;
}
.news_show li:first-child{
	margin-left: 0;
}
.news_show li img{
	display: block;
	width: 382px;
	height: 180px;
}
.news_show .txt{
	padding:23px 22px; 
	background: #ebebeb;
}
.news_show li:hover .txt{
	background: #014da5;
	color: #fff;
}
.news_show li:hover span,
.news_show li:hover p{
	color: #fff;
}
.news_show li:hover span{
	background: #002f66;
}
.news_show h3{
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	padding-bottom: 6px;
}
.news_show p{
	font-size: 14px;
	line-height: 24px;
	height: 53px;
	overflow: hidden;
	padding-top;
	color: #999;
}
.news_show span{
	width: 125px;
	height: 25px;
	background: #fff;
	border-radius: 17px;
	text-align: center;
	line-height: 25px;
	font-size: 13px;
	color: #999;
	display: block;
	margin-top: 10px;
}
.news_lis{
	padding: 23px 0 40px;
}
.news_lis li a{
	display: block;
	height: 52px;
	line-height: 52px;
	padding-left: 29px;
	padding-right: 100px;
	position: relative;
}
.news_lis li a{
	display: block;

}
.news_lis li:hover a{
	color: #7b0404;
	background: url('../images/new_li_abar.png') no-repeat 10px 22px;
}
.news_lis li:nth-child(even){
	background-color: #ebebeb;
}
.news_lis li span{
	position: absolute;
	width: 100px;
	font-size: 14px;
	line-height: 52px;
	right: 0;
	top: 0;
	color: #999;
}


.i_about{
	font-size: 16px;
	line-height: 35px;
	text-indent: 32px;
	padding-bottom: 70px;
}
.i_pro{
	background: #e4e4e4;
	padding-bottom: 70px;
}
.pro_list li{
	width: 274px;
	float: left;
	margin-right: 34px;
	margin-bottom: 35px;
	font-size: 0;
}
.pro_list li:nth-child(4n){
	margin-right: 0;
}
.pro_list li img{
	width: 274px;
	height: 206px;
}
.pro_list li .box{
	position: relative;
	width: 274px;
	height: 206px;
}
.pro_list li .more{
	width: 274px;
	height: 206px;
	position: absolute;
	background: rgba(215, 49, 17, 0.84);
	left: 0;
	top: 0;
	opacity: 0;
}
.pro_list li .more:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 2px solid #b9b9b9;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.pro_list li:hover .more{
	opacity: 1;
}
.pro_list li:hover .more:after{
	width: 244px;
	height: 176px;
}
.pro_list li .more a{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 20px;
	text-align: center;
	color: #333;
	z-index: 9;
	width: 0;
	height: 0;
	opacity: 0;
}
.pro_list li:hover .more a{
	font-size: 16px;
	width: 134px;
	height: 41px;
	opacity: 1;
	line-height: 41px;
}
.pro_list li .txt{
	width: 100%;
}
.pro_list li .txt a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 62px;
	color: #333;
}

.pro_list li:hover .txt a{
	color: #d73111;
	font-weight: bold;
}
.use_list li{
	float: left;
	width: 373px;
	font-size: 0;
	margin-right: 40px;
	margin-bottom: 40px;
}
.use_list li:nth-child(3n){
	margin-right: 0;
}
.use_list li img{
	width: 373px;
	height: 340px;

}
.use_list li h3{
	font-size: 16px;
	line-height: 20px;
}
.use_list li .txt{
	background: #fff;
	padding: 25px 20px;
}
.use_list li .word{
	font-size: 14px;
	color: #666;
	line-height: 30px;
	height: 70px;
	overflow: hidden;
	padding-top: 10px;
}
.use_list li .more{
	display: block;
	width: 105px;
	height: 30px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	background: #333333;
	font-size: 14px;
}
.use_list li:hover .txt{
	background: #db242b;
}
.use_list li:hover h3,
.use_list li:hover .more,
.use_list li:hover .word{
	color: #fff;
}
.service_banner{
	background: url('../images/banner_service.jpg') no-repeat center bottom;
}
.contact_banner{
	background: url('../images/banner_contact.jpg') no-repeat center bottom;
}
.company_box{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}
.contact_box ul,
.company_box div{
	-webkit-flex:1;
	-moz-flex:1;
	-ms-flex:1;
	-o-flex:1;
	flex:1;
	padding-left: 74px;
}
.contact_box ul:first-child,
.company_box div:first-child{
	padding-left: 145px;
}
.company_box h6{
	font-size: 20px;
	line-height: 40px;
}
.company_box h5{
	font-size: 15px;
	line-height: 36px;
	font-weight: normal;
}
.contact_box{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	font-size: 18px;
	line-height: 40px;
	padding-top: 19px;
	padding-bottom: 50px;
}
.map{
	font-size: 0;
}
.i_service{
	overflow: hidden;
}













@keyframes navbar{
	from{
		width: 0;
	}to{
		width: 100%;
	}
}
@-moz-keyframes navbar{
	from{
		width: 0;
	}to{
		width: 100%;
	}
}
@-webkit-keyframes navbar{
	from{
		width: 0;
	}to{
		width: 100%;
	}
}
@-o-keyframes navbar{
	from{
		width: 0;
	}to{
		width: 100%;
	}
}



.r{ float:right;}
.l{ float:left;}
a{ outline:none;}
.ws{overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
/* .p{padding: 0 calc(50% - 550px)} */
.blue{ color:#db242b;}
.mar_20{margin-top:20px;}
.ny_pad{ min-height:300px;  overflow:hidden; }
.ny_pad img{max-width: 100%;}
.ny_news_ct88{padding:0px 0px 30px; line-height:30px; text-align: left;}
.ny_news_ct88 .info{ padding-bottom: 10px; margin-bottom: 0; overflow: hidden; }
.ny_news_ct88 .info p{text-indent: 0;float: left;background:#ccc; padding:2px 5px; margin-right:8px;  overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.ny_news_tl88 li{text-align:center; height:40px; line-height:40px;}
.ny_news_tl88 .new_title{font-size:18px; font-weight:bold; border-bottom:1px solid #ddd; white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
.ny_news_tl88 span{padding:0 5px; color:#999;}
.ny_news_ct88 p{ text-indent: 24px; }
.news_fy{padding:10px 50px 0; height:55px; border-top:#ccc solid 1px;position: relative;z-index: 999;text-align: left;}
.news_fy_l{width:300px;}
.news_fy_l li{height:24px; line-height:24px;}
.news_fy_l span{font-weight:bold;}
.news_fy_r{height:35px; overflow:hidden; padding-top:12px; width:200px;}
.news_fy_r .bdsharebuttonbox{float: right;}

caption{font-size: 20px;line-height: 35px;}
.feedback_table{border-collapse:collapse; color:#696969}
.feedback_table h4,.feedback_table h3{color: #666;}
.feedback_table tr td{padding: 5px 5px 5px 20px; }
.feedback_table tr td:nth-child(2){text-align: left; }
.feedback_table tr td input{height: 30px;line-height: 15px; }
.feedback_table tr td{ border: 1px solid #ececec;line-height: 40px;}
.feedback_table tr td input[type=submit]{background-color: #DD1F2B; color: #fff;}
.feedback_table tr td input[type=reset]{background-color: #ccc; color: #fff;}
.feedback_table tr td .bt{ width: 85px; height:35px;  border-radius: 5px; cursor: pointer;}
.feedback_table tr td input,.feedback_table tr td textarea{padding:3px 5px;color: #666; margin:0 10px; border: 1px solid #ececec; width: 50%;border-radius: 3px;}
.feedback_table tr td #address{ width: 80%; }
.feedback_table tr td textarea{margin:10px 0px 10px 10px; width: 80%; border-radius: 20px;}

.sub{width: 320px;white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}

.news_image{ padding:20px 0; position:relative;}
.news_image img{ border-radius:4px; display:block; margin:0 auto;max-width:100%; max-height: 100%}
.news_image #pre1{position:absolute; display:block; width:50%; height:100%; top:0; z-index:9; cursor: url(/images/1.cur?t=844888),auto;}
.news_image #next1{position:absolute;display:block; width:50%; height:100%; top:0; left:50%;z-index:9;cursor: url(/images/2.cur?t=844888),auto;}
 
/*翻页*/
.fy{height:32px;line-height:32px; text-align:center; width:100%; clear: both;}
.fy a,.fy span{padding:5px 11px;border:#aaa solid 1px;margin:0 7px;background-color:#f5f5f5; color: #666;}
.fy span,.fy a:hover{color:#008DD1;border: #008DD1 solid 1px;}
.flink a{ margin:0 5px;}
 
 /*job*/
.job_tab{border-top: #999 solid 1px;border-right: #999 solid 1px;}
.job_tab td{line-height: 40px;border-left: #999 solid 1px;border-bottom: #999 solid 1px;padding-left: 24px;}
.job_ct{padding: 24px 24px 24px 0;}
.td_back{background: #f6f6f6;}
.job_go{height: 30px;line-height: 30px;text-align: center;color: #ff3300;padding: 10px 0;}
