html{width: 100%;min-width:1100px;-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: 1100px;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-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, -80px);-moz-transform: translate(0, -80px);transform: translate(0, -80px);-o-transform:translate(0, -80px);}
.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-cycle{
	opacity: 0;
	-webkit-transform-origin: 50% 50%;
	-webkit-transform: rotateZ(360deg) scale(.1);
	-moz-transform-origin: 50% 50% ;
	-moz-transform: rotateZ(360deg) scale(.1);
	-ms-transform-origin: 50% 50% ;
	-ms-transform: rotateZ(360deg) scale(.1);
	-o-transform-origin:  50% 50%;
	-o-transform: rotateZ(360deg) scale(.1);
	transform-origin: 50% 50% ;
	transform:rotateZ(360deg) scale(.1);
}
.ani-rotate{
	-webkit-transform-origin: 50% 50%;
	-webkit-transform: rotateX(90deg);
	-moz-transform-origin: 50% 50% ;
	-moz-transform: rotateX(90deg);
	-ms-transform-origin: 50% 50% ;
	-ms-transform: rotateX(90deg);
	-o-transform-origin:  50% 50%;
	-o-transform: rotateX(90deg);
	transform-origin: 50% 50% ;
	transform:rotateX(90deg);
}
.pro_right .txt.ani-right,
.pro_right .more.ani-right,
.pro_right h2.ani-right{
	-webkit-transform: translateX(150px);
	-ms-transform: translateX(150px);
	-o-transform: translateX(150px);
	transform: translateX(150px);
	opacity: 0;
}
.pro_right li.ani-right{
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 0;
}
/*header开始*/
header{
	background: #fff;
	height: 99px;
}
header .logo{
	float: left;
	width: 270px;
	height: 99px;
	font-size: 0;
}
header .logo img{
	width: 100%;
	height: 100%;
}
header .top_right{
	float: right;
	width: 830px;
}
header #search{
	width: 250px;
	height: 45px;
	margin-top: 25px;
	font-size: 0;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.3) inset;
	float: right;
	border-radius: 7px;
	overflow: hidden;
	margin-right: 35px;
}
header #search input[type="text"]{
	width: 201px;
	line-height: 45px;
	vertical-align: top;
	padding-left: 15px;
	font-size: 14px;
	background: none;
}
header #search input[type="search"]{
	width: 49px;
	height: 45px;
	background: url('../images/search.png') no-repeat left center;
	vertical-align: top;
}
header .phone{
	float: right;
	font-size: 16px;
	line-height: 97px;
	padding-left: 40px;
	color: #333;
	background: url('../images/phone.png') no-repeat left center;
}
header .phone span:nth-child(2){
	vertical-align: top;
	font-size: 24px;
	color: #ff5f2f;
	line-height: 97px;
	font-weight: bold;
}
nav{
	width: 100%;
	background: #ff5f2f;
	height: 65px;
}
nav ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
nav li{
	-webkit-flex:1;
	-moz-flex:1;
	-ms-flex:1;
	-o-flex:1;
	flex:1;
	height: 65px;
}
nav li a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 65px;
	color: #fff;
	font-size: 16px;
}
nav li.active a,
nav li:hover a{
	background: #ea4615;
}
.banner{
    height: 555px;
    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: 20px;
	height: 20px;
	margin:0 6px;
	background: #fff;
}
.box_skitter .info_slide_dots .image_number{
	background:#fff;
}
.box_skitter .info_slide_dots .image_number:hover{
	background-color:#ff5f2f;
}
.skitter-clean .info_slide_dots .image_number_select, .skitter-clean .info_slide_dots .image_number_select:hover{
	background-color: #ff5f2f;
}
.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;
}

/*标题公共样式*/
.title{
	padding-top: 50px;
	padding-bottom: 44px;
	height: 130px;
	font-size:34px;
	text-align: center;
	position: relative;
	background: url('../images/title_line.png') no-repeat center 100px;
	color: #fff;
	font-weight: bold;
}
.title.o{
	color: #ff5f2f;
	background-image: url('../images/title_bg02.png');
}
/*页码开始*/
.pages{
     clear: both;
     text-align: center;
     overflow: hidden;
     margin:0 auto;
     font-size: 0;
 }
 .pages div{
 	font-size: 16px;
 }
.pages a,
.pages span{
    display: inline-block;
    width: 50px;
    height: 40px;
    font-size: 16px;
    background-color: #e8e8e8;
    border-radius: 4px;
    line-height: 40px;
    text-align: center;
    margin-right: 4px;
}
.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{
    color: white;
    background: #333;
}
/*公共样式*/
.rel_box{
	position: relative;
	overflow: hidden;
	display: block;
}
.rel_box:hover img{
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.case{
	width: 100%;
	height: 825px;
	background: url('../images/case_bg.jpg') no-repeat center top;
	background-size: 1920px 825px;
}
.case li{
	float: left;
	width: 310px;
	height: 320px;
	margin-right: 9px;
	margin-bottom: 9px;
	position: relative;
	border-radius: 15px 0 15px 0;
	overflow: hidden;
}
.case li:nth-child(1),
.case li:nth-child(6){
	width: 460px;
}
.case li:nth-child(3n){
	margin-right: 0;
}
.case li>a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.case li>a img{
	width: 100%;
	height: 100%;
}
.case li .box{
	width: 100%;
	height: 120px;
	background: rgba(255,255,255,.5);
	padding: 30px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.case li h3 a{
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 10px;
}
.case li .txt{
	font-size: 14px;
	line-height: 23px;
	height: 23px;
	overflow: hidden;
	color: #666;
}
.case li .cover{
	width: 100%;
	height: 100%;
	background: rgba(255,95,47,.65);
	padding: 70px;
	position: absolute;
	left:0;
	top: 0;
	text-align: center;
	opacity: 0;
}
.case li:hover .box{
	opacity: 0;
}
.case li:hover .cover{
	opacity: 1;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.case li .cover h3{
	display: block;
	position: relative;
	width: 100%;
	color: #fff;
}
.case li .cover h3 a{
	display: block;
	width: 100%;
	font-size: 20px;
	line-height: 63px;
	-webkit-transform: translateY(60px);
	-ms-transform: translateY(60px);
	-o-transform: translateY(60px);
	transform: translateY(60px);
}
.case li:hover .cover h3 a{
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.case li .cover h3 a:after{
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	background: #fff;
	left:50%;
	bottom:10px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.case li:hover .cover h3 a:after{
	width: 100%;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.case li .cover .txt{
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	height: 96px;
	overflow: hidden;
	-webkit-transform: translateY(-60px);
	-ms-transform: translateY(-60px);
	-o-transform: translateY(-60px);
	transform: translateY(-60px);
}
.case li:hover .cover .txt{
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.about{
	width: 100%;
	height: 594px;
	background: url('../images/about_bg.jpg') no-repeat center top;
}
.about_box{
	padding-left: 442px;
	padding-top: 20px;
}
.about_box li{
	width: 158px;
	padding-left: 48px;
	height: 56px;
	line-height: 56px;
	font-size: 18px;
	float: left;
	margin-right: 35px;
}
.about_box li:nth-child(1){
	background: url('../images/about_icon01.png') no-repeat left center;
}
.about_box li:nth-child(2){
	background: url('../images/about_icon02.png') no-repeat left center;
}
.about_box li:nth-child(3){
	width: 200px;
	background: url('../images/about_icon03.png') no-repeat left center;
}
.about_box li.active:nth-child(1),
.about_box li:hover:nth-child(1){
	color: #ff5f2f;
	background: url('../images/about_aicon01.png') no-repeat left center;
}
.about_box li.active:nth-child(2),
.about_box li:hover:nth-child(2){
	color: #ff5f2f;
	background: url('../images/about_aicon02.png') no-repeat left center;
}
.about_box li.active:nth-child(3),
.about_box li:hover:nth-child(3){
	color: #ff5f2f;
	background: url('../images/about_aicon03.png') no-repeat left center;
}
.about_box .txt{
	padding-top: 20px;
	font-size: 16px;
	line-height: 33px;
}
.about_box .txt p:nth-child(1){
	text-indent: 30px;
}
.pro{
	width: 100%;
	height: 678px;
	background: url('../images/pro_bg.jpg') no-repeat center top;
}
.pro_swiper{
	overflow: hidden;
	font-size: 0;
	text-align: center;
}
.pro_swiper .left{
	display: inline-block;
	width: 410px;
	height: 440px;
	margin-right: 10px;
}
.pro_swiper .left .rel_box,
.pro_swiper .left .rel_box img{
	width: 100%;
	height: 100%;
}
.pro_swiper .right .rel_box img,
.pro_swiper .right .rel_box{
	width: 100%;
	height: 100%;
}
.pro_swiper .right{
	display: inline-block;
	width: 680px;
}
.pro_swiper .right .box{
	width: 335px;
	height: 215px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.pro_swiper .right .box:nth-child(2n){
	margin-right: 0;
}
.pro_swiper .right .box:nth-child(3),
.pro_swiper .right .box:nth-child(4){
	margin-bottom: 0;
}
.pro_swiper p{
	line-height: 60px;
	position: absolute;left: 0;bottom: 0;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	text-align: left;
}
.pro_swiper .left p{
	font-size: 20px;
	padding-left: 25px;
}
.pro_swiper .right p{
	font-size: 16px;
	padding-left: 18px;
}
.pro_swiper p:before{
	content: "";
	position: absolute;
	width: 41px;
	height: 1px;
	background: #ff5f2f;
	left: -28px;
	top: 30px;
	opacity: 0;
}
.pro_swiper .box:hover p:before{
	left:17px;
	opacity: 1;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.pro_swiper .box:hover p{
	color: #ff5f2f;
	font-weight: bold;
	padding-left: 70px;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.about_btns{
	height: 40px;
	line-height: 40px;
	display: inline-block;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
	margin-top: 30px;
}
.about_span.swiper-pagination-clickable.swiper-pagination-bullets{
	display: inline-block;
}
.about_next .about_span{
	display: inline-block;
	text-align: center;
	font-size: 0;
}
.about_span .swiper-pagination-bullet{
	width: 18px;
	height: 18px;
	margin: 0 10px;
	background: #fff;
	opacity: 1;
}
.about_span .swiper-pagination-bullet:hover,
.about_span .swiper-pagination-bullet-active{
	background: #ff5f2f;
}
.about_btns .about_prev{
	width: 25px;
	height: 26px;
	background: url('../images/pro_prev.png') no-repeat;
	position: absolute;
	left: -40px;
	top: 0px;
}
.about_btns .about_prev:hover{
	background: url('../images/pro_aprev.png') no-repeat;
}
.about_btns .about_next{
	width: 25px;
	height: 26px;
	background: url('../images/pro_next.png') no-repeat;
	position: absolute;
	right: -40px;
	top: 0px;
}
.about_btns .about_next:hover{
	background: url('../images/pro_anext.png') no-repeat;
}
.part_swiper{
	overflow: hidden;
	padding: 10px;
}
.part_swiper li{
	width: 165px;
	height: 165px;
	float: left;
	margin-right: 18px;
	border-radius: 50%;
}
.part_swiper li .rel_box{
	border-radius: 50%;
	border: 1px solid #d9d9d9;
}
.part_swiper li:hover .rel_box{
	border: none;
	box-shadow: 0 0 10px 0 rgba(255,95,47,.4);
}
.part_swiper li:nth-child(6n){
	margin-right: 0;
}
.part_span{
	text-align: center;
	font-size: 0;
	padding-top: 40px;
	padding-bottom: 40px;
}
.part_span .swiper-pagination-bullet{
	width: 18px;
	height: 18px;
	margin: 0 10px;
	border-radius: 0;
	-webkit-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	background: #cccccc;
	opacity: 1;
}
.part_span .swiper-pagination-bullet:hover,
.part_span .swiper-pagination-bullet-active{
	background: #ff5f2f;
}
.map{
	width: 100%;
	height: 340px;
	position: relative;
}
.chech_map .p{
	position: relative;
	height: 0;
	background: red;
	z-index: 9999;
}
.map_check{
	width: 170px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: #fff;
	border-radius: 14px 14px 0 0;
	position: absolute;
	bottom: 0;
	font-weight: bold;
	font-size: 20px;
}
.map_check:nth-child(2){
	left:200px;
}
.map_check:nth-child(3){
	left:400px;
}

.map_check:nth-child(4){
    left:600px;
}

.map_check:hover,
.map_check.active{
	color: #fff;
	padding-left: 20px;
	background: url('../images/map.png') no-repeat 42px 13px rgba(0,0,0,.7);
}
.map_box{
	width: 1920px;
	height: 340px;
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	overflow: hidden;
}
.map_box>div{
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
.map_box>.active{
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.bot_list{
	height: 234px;
	background: #ff5f2f;
}
.bot_list .p{
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	border-left: 1px solid #fd805a;
}
.bot_list ul{
	height: 100%;
	height: 234px;
	width: 184px;
	padding-top: 30px;
	position: relative;
	border-right: 1px solid #fd805a;
}
.bot_list ul li{
	font-size: 15px;
	line-height: 26px;
	padding-left: 38px;
	text-align: left;
	color: #fff;
	opacity: 0.8
}
.bot_list ul li:nth-child(1){
	font-weight: bold;
	font-size: 16px;
	opacity: 1;
}
.bot_list li:hover{
	opacity: 1;
}
.footers{
	padding-top: 15px;
	padding-bottom: 30px;
	background: #de3f0f;
	color:#fff;
	text-align: center;
	font-size: 15px;
}
.footers .p{
	position: relative;
}
.footers p{
	padding-top: 10px;
	position: relative;
}
.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: 16px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 3px;
}
/*内页开始*/
.pub_title{
	text-align: center;
	padding-top: 40px;
	padding-bottom: 30px;
	position: relative;
	font-size: 0;
}
.pub_title h1{
	font-size: 32px;
	line-height: 32px;
	color: #ff5f2f;
	padding-bottom: 10px;
}
.pub_title h2{
	font-size: 18px;
	color: #ccc;
	font-weight: normal;
	font-family: "Arial";
	line-height: 18px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.pub_title i{
	display: inline-block;
	text-align: center;
	width: 45px;
	height: 4px;
	border-radius: 2px;
	background: #ccc;
}
.pub_cate ul{
	font-size: 0;
	text-align: center;
}
.pub_cate ul li{
	display: inline-block;
	width: 170px;
	height: 40px;
	margin: 0 8px;
}
.pub_cate ul li a{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background:  #000;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
}
.pub_cate ul li a span{
	position: relative;
	padding-left: 20px;
}
.pub_cate ul li a span:before{
	content: "";
	position: absolute;
	width: 16px;
	height: 40px;
	background: url('../images/i_cate.png') no-repeat;
	left:0px;
	top: -10px;
}
.pub_cate ul li:hover a,
.pub_cate ul li.active a{
	background:#ff5f2f;
}
.pub_cate li:nth-child(1){
	margin-left: 0;
}
.pub_cate li:last-child{
	margin-right: 0;
}
.i_content{
	padding-top: 30px;
	padding-bottom: 80px;
}
.about_txt{
	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
}
.about_txt h3{
	font-weight: normal;
}
.about_txt p:nth-child(1){
	text-indent: 30px;
}
.i_list li{
	float: left;
	width: 350px;
	padding-bottom: 36px;
	margin-right: 25px;
	margin-bottom: 20px;
	position: relative;
}
.i_list li:nth-child(3n){
	margin-right: 0;
}
.i_list li .rel_box{
	width: 350px;
	height: 255px;
}
.i_list li p{
	width: 350px;
	position: absolute;
	bottom: 0;
	z-index: 9;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.i_list li p a{
	display: block;
	width: 100%;
	font-size: 16px;
	text-align: center;
	line-height: 36px;
}
.i_case li:before{
	content: "";
	position: absolute;
	width: 55px;
	height: 55px;
	background: url('../images/i_case_more.png') no-repeat;
	left: 150px;
	bottom: 120px;
	bottom: 50px;
	z-index: 9;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity: 0;
}
.i_list li .rel_box:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.6);
	display: none;
	left:0;
	top: 0;
}
.i_case li:hover:before{
	bottom: 150px;
	opacity: 1;
}
.i_list li:hover .rel_box:after{
	display: block;
}
.i_case li:hover p{
	bottom: 107px;
	color: #ff5f2f;
}
.i_pro li .rel_box:before{
	content: "查看更多";
	position: absolute;
	width: 140px;
	height: 40px;
	background: #ff5f2f;
	text-align: center;
	line-height: 40px;
	border-radius: 20px;
	color: #fff;
	top: 106px;
	left: 108px;
	-webkit-transform: scale(0,0);
	-ms-transform: scale(0,0);
	-o-transform: scale(0,0);
	transform: scale(0,0);
	opacity: 0;
	z-index: 9;
	font-size: 16px;
}
.i_pro li:hover .rel_box:before{
	opacity: 1;
	-webkit-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.i_person{
	width: 100%;
	padding-top: 44px;
	padding-bottom: 34px;
	background: #fff;
}
.i_person:nth-child(1){
	padding-top: 0;
}
.i_person:nth-child(even){
	background: #f7f7f7;
}
.i_person h3{
	padding-left: 37px;
	line-height: 20px;
	padding-bottom: 17px;
	font-size: 20px;
	background: url('../images/i_part_icon.png') no-repeat left top;
}
.i_person ul{
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	font-size: 0;
	height: 52px;
}
.i_person ul li{
	font-size: 16px;
	line-height: 50px;
	height: 52px;
	display: inline-block;
	margin-right: 80px;
}
.i_person .txt{
	padding-top: 18px;
	font-size: 14px;
	line-height: 27px;
}
.i_part li{
	width: 180px;
	height: 180px;
	float: left;
	border-radius: 50%;
	margin-right: 50px;
	border: 1px solid #f0f0f0;
	margin-bottom: 32px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
.i_part li:hover{
	border-color: #ff673a;
}
.i_part li:nth-child(5n){
	margin-right: 0;
}
.i_part li a{
	width: 178px;
	height: 178px;
	border-radius: 50%;
	overflow: hidden;
}
.i_contact .p{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-top: 30px;
	height: 340px;
	padding-bottom: 30px;
}
.i_contact .txt{
	width: 375px;
	height: 280px;
	padding-top: 10px;
}
.i_contact .map{
	height: 280px;
	width: 725px;
}
.i_contact h4{
	font-size: 26px;
	line-height: 26px;
	padding-left:15px;
	font-weight: bold;
	position: relative; 
	padding-bottom: 16px;
}
.i_contact h4:before{
	content:"";
	position: absolute;
	width: 5px;
	height: 22px;
	background: #666666;
	border-radius: 2px;
	left: 1px;
	top: 0;
}
.i_contact h5{
	font-size: 16px;
	line-height: 32px;
	font-weight: normal;
	padding-right: 75px;
}
.i_new{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-bottom: 40px;
	border-bottom: 1px solid #c6c6c6;
}
.i_new .new_box{
	width: 580px;
	height: 185px;
	background: #eeeeee;
	padding: 26px 22px 0 240px;
	position: relative;
}
.i_new .new_box:nth-child(1){
	margin-right: 40px;
}
.i_new .rel_box{
	width: 212px;
	height: 185px;
	position: absolute;
	left:0;
	top: 0;
}
.i_new p{
	font-size: 14px;
	line-height: 14px;
	color: #999;
}
.i_new h3 a{
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 40px;
}
.i_new .txt{
	font-size: 14px;
	color: #999;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.i_new .more{
	width: 90px;
	height: 26px;
	background: #979797;
	color: #fff;
	display: block;
	margin-top: 6px;
	text-align: center;
	line-height: 26px;
}
.i_new .more:hover{
	background: #1b91e4;
}
.i_news_list ul{
	padding: 15px 0 40px;
}
.i_news_list li{
	width: 580px;
	float: left;
	position: relative;
	border-bottom: 1px solid #e6e6e6;
	padding: 25px 0 25px 115px;
}
.i_news_list li:nth-child(odd){
	margin-right: 40px;
}
.i_news_list li .time{
	width: 96px;
	height: 96px;
	background: #979797;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 0;
	top:25px;
}
.i_news_list li:hover .time{
	background: #1b91e4;
}
.i_news_list li h5{
	font-size: 42px;
	line-height: 50px;
	padding-top: 10px;
}
.i_news_list li p{
	font-size: 16px;
	line-height: 20px;
}
.i_news_list li h4 a{
	display: block;
	width: 100%;
	line-height: 30px;
	font-size: 16px;
}
.i_news_list li .txt{
	font-size: 14px;
	color: #999;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.i_news_list li .more{
	font-size: 14px;
	color: #1b91e4;
}
.i_news_list li:hover h4 a,
.i_news_list li:hover .txt{
	color: #1b91e4;
}






.info_box{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.duble_swiper img{
	width: 100%;
	height: 100%;
}
.duble_swiper .swiper-slide.swiper-slide-thumb-active{
	border: 3px solid #FF5F2F;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gallery-thumbs>div{
	height: 70px;
}
.gallery-thumbs{
	width: 450px;
	margin: 0 auto;
	padding-top: 30px;
}
.duble_swiper{
	width: 570px;
	height: 515px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	
}
.top_swiper{
	width: 570px;
	padding: 10px;
	height: 395px;
	z-index: 9;
}
.top_swiper .swiper-slide{
	width:550px;
	height: 375px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
.top_swiper .swiper-slide img
{	width: auto;
	max-width:550px;
	height: 375px;
	display: block;
	margin:0 auto;
}
.bot_swiper .swiper-slide img{
	width: 100%;
	height: 100%;
}
.bot_swiper .swiper-slide{
	width: 100px;
	height: 70px;
}
.bot_swiper{
	width: 550px;
	overflow: hidden;
	margin-top: -10px;
}
.bot_swiper .swiper-slide{
	box-sizing: border-box;
	border: 1px solid #d9d9d9;
}
.bot_swiper .swiper-slide.swiper-slide-visible.swiper-slide-active {
	border: 2px solid #077dd0;

}
.swiper-button-prev{
	width: 40px;
	height: 50px;
	background: url('../images/info_prev.jpg') no-repeat center center;
	bottom: 20px;
	position: absolute;
	left: 10px;
	z-index: 99 !important;
	border: none;
	opacity: 0.3;
}
.swiper-button-prev:hover{
	border: none;
	opacity: 1;
}
.swiper-button-next{
	width: 40px;
	height: 50px;
	background: url('../images/info_next.jpg') no-repeat center center;
	bottom: 20px;
	position: absolute;
	right: 10px;
	border: none;
	opacity: 0.3;
}
.swiper-button-next:hover{
	border: none;
	opacity: 1;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
}
.swiper-button-next, .swiper-button-prev{
	top:auto;
	margin: 0;
	bottom: 42px;
}
.info_right{
	width: 630px;
	padding-left: 30px;
}
.info_right h1{
	font-size: 20px;
	line-height: 60px;
	padding-bottom: 10px;
}
.info_right p{
	font-size: 16px;
	line-height: 40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	
}
.info_right p span:nth-child(1){
	color: #0070c0;
	width: 80px;
	display: block;
}
.info_txt{
	font-size: 16px;
	line-height: 28px;
	text-indent: 30px;
	padding-top: 60px;
	padding-bottom: 80px;
}
.info_title{
	width: 100%;
	height: 21px;
	position: relative;
	text-align: center;
}
.info_title:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #ccc;
	top: 10px;
	left: 0;
	z-index: -1;
}
.info_title span{
	padding: 0 10px;
	background: #fff;
	font-size: 20px;
	line-height: 21px;
	z-index: 9;
}
.process .txt{
	font-size: 16px;
	line-height: 30px;
}





.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:rgb(255, 95, 47);}
.m_t10{margin-top:10px;}
.m_t20{margin-top:20px;}
.m_t30{margin-top:30px;}
.m_t40{margin-top:40px;}
.m_t50{margin-top:50px;}

.p_t10{padding-top:10px;}
.p_t20{padding-top:20px;}
.p_t30{padding-top:30px;}
.p_t40{padding-top:40px;}
.p_t50{padding-top:50px;}

.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 60px; 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;}
