

/*# sourceMappingURL=style.css.map */
.tra .base-title .phone-tit{display: none;}
.forie{width: 100%;height: 100%;background: url(/static/web/img/tishi.png) center no-repeat;position: fixed;top: 0;left: 0;z-index: 500;}
.loadingBg { position: fixed; width: 100%; height: 100%; left: 0px; top: 0px;background: url(/static/web/img/loadbg.jpg) center/cover no-repeat; z-index: 9999; }
.loading { width:329px; height:73px; position: fixed; top: 50%; left: 50%; margin-left: -164.5px; margin-top: -36.5px; z-index: 999; }
.m-black, .m-red { position: absolute; bottom: 0px; left: 0; width: 329px; }
.m-black { background: url(/static/web/img/loading1.png) no-repeat left top; height:73px; }
.m-red { 
	background: url(/static/web/img/loading2.png) no-repeat left bottom;
	 -webkit-animation: fill 3s infinite linear;
	 animation: fill 3s infinite linear;
	 -moz-animation:fill 3s infinite linear;
	   height: 56px; 
	}

@-moz-keyframes fill {
    0% { height: 0px; }
    25% { height: 40px; }
    50% { height: 85px; }
    75% { height: 125px; }
    100% { height: 173px; }
}

@-webkit-keyframes fill {
    0% { height: 0px; }
    25% { height: 40px; }
    50% { height: 85px; }
    75% { height: 125px; }
    100% { height: 173px; }
}
@keyframes fill {
    0% { height: 0px; }
    25% { height: 40px; }
    50% { height: 85px; }
    75% { height: 125px; }
    100% { height: 173px; }
}

#judge_color{
	box-sizing:border-box;
}

header{display: none;}
.header-pc{
	width: 100%;
	height: 185px;
	background: url(/static/web/img/pc-bg.jpg) center no-repeat;
}
.header-pc .warp{
	width: 1200px;
	margin: 0 auto;
	height: 100%;
}
.header-pc .warp .logo{
	width:36%;
	height:auto;
	margin-top: 60px;
	opacity: 0;
	filter:alpha(opacity=0); 
	opacity:1\0/IE9;
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
	position: relative;
	left: -30px;
}
.header-pc.on .warp .logo{
	opacity: 1;
	left: 0
}
.header-pc .warp .logo a{
	display: block;
	width: 100%;
	cursor: pointer;
}
.header-pc .warp .logo img{
	display: block;
	width: 100%
}
.header-pc .warp .mall{
	width:22px;
	background:#870000 url(../img/langue.png) center 30px no-repeat;
	word-wrap:break-word;
	padding:0 9px 0;
	text-align: center;
	font-size: 16px;
	line-height:18px;
	position: relative;
	margin-top: 35px;
	opacity: 0;
	filter:alpha(opacity=0); 
	opacity:1\0/IE9;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	height: 0;
}
.header-pc .warp .mall.on{
	opacity: 1;
	height: 125px;
}
.header-pc .warp .mall a{
	position: relative;
	display: block;
	width: 100%;
	height:100%;
}
.header-pc .warp .mall i{
	display: block;
	width: 16px;
	height: 4px;
	position: absolute;
	bottom: 23px;
	left: 50%;
	margin-left: -8px;
	background:url(/static/web/img/ico1.png) center no-repeat;
}
.header-pc .warp .mall:hover i{
    animation: downico 1s ease-out infinite;
    animation: downico 1s ease-out infinite\0/IE9;
    position: absolute;
    bottom:23px;
}
@keyframes downico{
    0%{left: 30%; opacity: 0;}
    65%{left:50%;opacity: 1;}
    100%{left:60%;opacity: 0;}
}

.header-pc .warp .nav{
	float: right;
	height: 80px;
	width:55%;
	margin-top: 65px;
	opacity: 0;
	filter:alpha(opacity=0); 
	opacity:1\0/IE9;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	position: relative;
	right: -30px;
}
.header-pc.on .warp .nav{
	right: 0;
	opacity: 1;
}
.header-pc .warp .nav li{
	float: right;
	word-wrap:break-word;
	font-size: 16px;
	line-height:18px;
	width: 22px;
	text-align: center;
	margin-right:5%;
	position: relative;
}
.header-pc .warp .nav li:last-child{
	/*margin-right: 0*/
}
.header-pc .warp .nav li:before{
	display: block;
	content: '';
	width: 1px;
	height: 10px;
	background-color: #870000;
	position: absolute;
	top: -35px;
	left: 49%;
	opacity: 0;
	filter:alpha(opacity=0); 
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-pc .warp .nav li:hover:before,.header-pc .warp .nav li.on:before{
	opacity: 1;
	top:-25px;
}
.header-pc .warp .nav li a{
	color: #262626;
	cursor: pointer;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.header-pc .warp .nav .tu a{
	height: 80px;
	width: 22px;
	display: inline-block;
	background: url(/static/web/img/nav-titimg2.png) center 1px no-repeat;
}
.header-pc .warp .nav .tu:hover a,.header-pc .warp .nav .tu.on a{
	background: url(/static/web/img/nav-titimg1.png) center 1px no-repeat;
}

.header-pc .warp .nav li a span{
	display: inline-block;
	height: 33.5px;
	width: 100%;
}
.header-pc .warp .nav li:hover a,.header-pc .warp .nav li.on a{color: #870000}
.footer{
	width: 100%;padding: 74px 0 110px;
	background: url(/static/web/img/footer-bg.jpg) center repeat;
}
.footer .warp{
	width: 1200px;margin: 0 auto;
}
.footer .warp .logo{
	width:7%;float: left;margin-right: 3%
}
.footer .warp .logo a,.footer .warp .logo img{display: block;width: 100%}
.footer .warp .nav{
	width: 58%;float: left;
	padding-left: 4%;
	border-left: 1px solid #c4bfb9;
	border-right: 1px solid #c4bfb9;
}
.footer .warp .nav li{
	float: left;
	width: 20%;
	padding-bottom: 20px;
}
.footer .warp .nav li:last-child{margin-right: 0}
.footer .warp .nav li a{
	display: block;
	font-size: 14px;
	line-height:26px;
	color: #999;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	cursor: pointer;

}
.footer .warp .nav li .tit{color: #333;margin-bottom: 15px;}
.footer .warp .nav li a:hover{color: #222;}
.footer .warp .link{width: 20%;float: right}
.footer .warp .link .top{font-size: 12px;line-height: 24px;color: #646464;margin-bottom: 10px; }
.footer .warp .link .top a{color: #787878;}
.footer .warp .link .top a:hover{color: #222;}
.footer .warp .link .bdsharebuttonbox a{
	margin-right: 15px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.footer .warp .link .bdsharebuttonbox .bds_tsina{
	height: 19px;
	width: 21px;
	background: url(/static/web/img/footer-ico1.png) center no-repeat;
	padding-left: 0;
}
.footer .warp .link .bdsharebuttonbox .bds_tsina:hover{
	background: url(/static/web/img/footer-ico11.png) center no-repeat;
	opacity: 1
}
.footer .warp .link .bdsharebuttonbox .bds_weixin{
	height: 19px;
	width: 21px;
	background: url(/static/web/img/footer-ico2.png) center no-repeat;
	padding-left: 0;
}
.footer .warp .link .bdsharebuttonbox .bds_weixin:hover{
	background: url(/static/web/img/footer-ico22.png) center no-repeat;
	opacity: 1
}
.footer .warp .link .bdsharebuttonbox .tm{
	width: 31px;
	height: 15px;
	background: url(/static/web/img/footer-ico3.png) center no-repeat;
	padding-left: 0
}
.footer .warp .link .bdsharebuttonbox .tm:hover{
	background: url(/static/web/img/footer-ico33.png) center no-repeat;
	opacity: 1
}
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more{
	background-image: none;
}
footer{display: none;}

/*base*/
.base-ban,.base-ban img{width: 100%;display: block;}
.base-ban{
	position: relative;
	top: 30px;
	opacity: 0;
	filter:alpha(opacity=0); 
	opacity:1\0/IE9;
	transition: all 0.9s;
	-webkit-transition: all 0.9s;
}
.base-ban.on{
	opacity: 1;
	top: 0;
}
.fy{
	width: 100%;
	height: 40px;
	text-align: center;
	margin-bottom: 75px;
}
.fy a{
	display: inline-block;
	padding:0px 10px;
	border:2px solid #c4b08b;
	margin: 0 4px;
	font-size: 14px;
	color: #402625;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
/*.fy a:hover,.fy a.on{
	background-color: #860000;
	color: #fff;
	border:2px solid #860000;
}*/
.fy a:hover,.fy a.active{
	background-color: #860000;
	color: #fff;
	border:2px solid #860000;
}
.base-title{
    width: 100%;
    background-color: #e5e5e5;
    height: 93px;
    margin-bottom: 50px;
    opacity: 0;
	filter:alpha(opacity=0); 
	opacity:1\0/IE9;
	transition: all 0.4s;
    -webkit-transition: all 0.4s;
} 
.base-title.on{
	opacity: 1;
}   
.base-title .cont{
	width: 1200px;
	margin: 0 auto;
}
.base-title .cont a{
	display: block;
	width: 150px;
	height: 93px;
	line-height: 93px;
	text-align: center;
	font-size: 18px;
	color: #333;
	position: relative;
	left: 40px;
	opacity: 0;
	filter:alpha(opacity=0); 
	opacity:1\0/IE9;
	float: left;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.base-title .cont a.on,.base-title .cont a:hover{
	color: #fff;
	background-color: #860000;
}

.banner{
	opacity: 0;
	filter:alpha(opacity=0); 
	opacity:1\0/IE9;
	position: relative;
	top: 40px;
	transition: all 1s;
    -webkit-transition: all 1s;
}
.banner.on{
	opacity: 1;
	top: 0;
}
.banner .warp{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index:5;
	top: 0;
	left: 0;
	text-align: center;
}
.banner .warp h2{
	display: block;
	font-size: 69px;
	color: #fff;
	line-height: 75px;
	padding-top:50px;
	background: url(/static/web/img/arr1.png) center top no-repeat;
	margin:7% 0 45px;
}
.banner .warp .details{
	font-size: 14px;
	width: 745px;
	line-height: 24px;
	color: #fff;
	margin: 0 auto;
}
.banner .warp .icon{
	width: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -1px;
	height: 128px;
	z-index: 5;
	background: url(/static/web/img/ban-hr.png) center no-repeat;
}
.wel1{
	width: 100%;
	height: auto;
	background: url(/static/web/img/wel-bg1.jpg) center/cover no-repeat;
}
.wel1 .warp{
	width: 1040px;
	height: auto;
	padding: 98px 0 115px;
	margin: 0 auto;
	position: relative;
}
.wel1 .warp .pic{
	display: block;
	float: left;
	width: 52%;
	opacity: 0;
	filter:alpha(opacity=0); 
	opacity:1\0/IE9;
	position: relative;
}
.wel1 .warp .pic .bg2{
	position: absolute;
	top: 17px;
	right: -17px;
	width: 100%;
}
.wel1 .warp .pic .bg2 i{
	display: block;
	width: 75px;
	height: 75px;
	display: block;
	cursor: pointer;
	position: absolute;
	top: 40%;
	left: 50%;
	margin: -37.5px 0 0 -37.5px;
	background: url(/static/web/img/wel3-icon.png) center no-repeat;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.wel1 .warp .pic .bg2 i:hover{
	background: url(/static/web/img/wel3-icon1.png) center no-repeat;
}
.wel1 .warp .pic .bg2 .tit{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 64px;
	line-height: 64px;
	text-align: center;
	color: #fff;
	font-size:26px;
	width: 100%;
	background-color: rgba(0,0,0,0.6)
}
.wel1 .warp .pic img,.wel1 .warp .box .title img,.wel2 .warp .title img,.wel3 .warp .title img,.wel3 .warp .pic img{
	display: block;
	width: 100%;
}
.wel1 .warp .box .title img,.wel2 .warp .title img{
	cursor: pointer;
}


.wel1 .warp .box{
	float: right;
	width: 39%;
	opacity: 0;
	filter:alpha(opacity=0); 
	opacity:1\0/IE9;
}
.wel1 .warp .box i{
	display: block;
	width: 27px;
	height: 18px;
	margin:3% 0 9%;
	background: url(/static/web/img/hr.png) center no-repeat;
}
.wel1 .warp .box .title{
	width: 270px;
	height: 71px;
	display: block;
	margin-bottom:10%;
}
.wel1 .warp .box .tit{
	font-size: 25px;
	color: #433938;
	line-height: 40px;
}
.wel1 .warp .box .details{
	font-size: 16px;
	color: #888888;
	line-height: 30px;
	margin-bottom: 7%;
}
.wel1 .warp .box .btns{
	display: block;
	width: 170px;
	height: 40px;
	cursor: pointer;
	background: url(/static/web/img/btns.png) center/cover no-repeat;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.wel1 .warp .box .btns:hover{
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.3);
}
.wel2{
	width: 100%;
	height: auto;
	background: url(/static/web/img/wel-bg2.jpg) center/cover no-repeat;
}
.wel2 .warp{
	padding: 70px 0 135px;
	width: 1068px;
	margin: 0 auto;
}
.wel2 .warp .title{
	width: 255px;
	height: 70px;
	margin: 0 auto 6%;
	position: relative;
	opacity: 0;
	filter:alpha(opacity=0); 
	opacity:1\0/IE9;
}
.wel2 .warp .box,.wel6 .warp .title{
	position: relative;
}
.wel2 .warp .title.on,.wel2 .warp .box.on{
	top: 0px;
	opacity: 1
}
.wel2 .warp .box li,.wel6 .warp .box li{
	width:30.3%;
	float: left;
	margin: 0 1.5%;
	opacity: 0;
	filter:alpha(opacity=0); 
	opacity:1\0/IE9;
	filter:alpha(opacity=100)\0/IE9; 
}
.wel6 .warp .box li{
	margin-bottom: 55px;
}

.wel2 .warp .box li a,.wel6 .warp .box li a{
	display: block;
	width: 100%;
}
.wel2 .warp .box li a h2,.wel6 .warp .box li a h2{
	display: block;
	width:54%;
	padding: 0 18%;
	margin: 0 auto;
	position: relative;
	font-size: 20px;
	color: #666;
	height:65px;
	line-height: 25px;
	text-align: center;
}
.wel2 .warp .box li a h2:before,.wel6 .warp .box li a h2:before{
	display: block;
	width:19%;
	height: 1px;
	background-color: #ccc;
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
}
.wel2 .warp .box li a h2:after,.wel6 .warp .box li a h2:after{
	display: block;
	width:19%;
	height: 1px;
	background-color: #ccc;
	content: '';
	position: absolute;
	right: 0;
	top: 12px;
}
.wel2 .warp .box li a .pic,.wel6 .warp .box li a .pic{
	width: 100%;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position: relative;
}
.wel2 .warp .box li a .pic img,.wel6 .warp .box li a .pic img{
	display: block;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.wel2 .warp .box li a .pic:hover{
	/*background: #000*/
}
.wel2 .warp .box li a .pic:hover img,.wel6 .warp .box li a .pic:hover img{
	transform:scale(1.05);
	-webkit-transform:scale(1.05);
}
/*.wel2 .warp .box li a .pic:hover img{
	opacity: 0.8;
}*/
.wel3{
	width: 100%;
	height: auto;
	background: url(/static/web/img/wel-bg3.jpg) center/cover no-repeat;
}
.wel3 .warp{
	width: 1197px;
	margin: 0 auto;
	padding: 50px 0 144px; 
}
.wel3 .warp .title{
	width: 259px;
	height: 68px;
	margin: 0 auto 6%; 
	position: relative;
	opacity: 0;
	filter:alpha(opacity=0); 
	opacity:1\0/IE9;
}
.wel3 .warp .pc-video{
	width: 100%;
	height: auto;
	position: relative;
	opacity: 0;
	filter:alpha(opacity=0); 
	opacity:1\0/IE9;
}
.wel3 .warp .title.on,.wel3 .warp .pc-video.on{
	top: 0px;
	opacity: 1
}
.wel3 .warp .pc-video .video-img{
	display: block;
	width: 100%;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.3)
}
.wel3 .warp .pc-video .vider{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	height: 155px;
	margin-top: -75px
}
.wel3 .warp .pc-video .vider .btns{
	width: 100px;
	height: 100px;
	margin: 0 auto 15px;
	display: block;
	cursor: pointer;
	position: relative;
	background: url(/static/web/img/wel3-icon.png) center no-repeat;
}
.wel3 .warp .pc-video .vider .btns i{
	display: block;
	width: 100%;
	height:0;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.wel3 .warp .pc-video .vider .btns i img{
	display: block;
    height:100px;
    width:100px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.wel3 .warp .pc-video .vider .btns:hover i{
	height: 100%;
}
.wel3 .warp .pc-video .vider h3{
	font-size: 30px;
	color: #fff;
	text-align: center;
	display: block;
	line-height: 35px;
}
.prop-zhez{width: 100%;height: 100%;position: fixed;top: 0;left: 0;background: url(/static/web/img/tipbg.png) center repeat;z-index: 100;display: none}
.prop-video-box{width:950px;margin: 0 auto;height: 60%;position: fixed;top: 15%;left:50%;z-index:101;margin-left: -475px}
.prop-video-box .close{display: block;width: 35px;height: 35px;background: url(/static/web/img/ico_07.png) center no-repeat;position: absolute;right: -50px;top: 0px;}
.prop-video-box .video{display: block;width: 100%;height: 100%}
.prop-video-box .main{display: block;width: 100%;height: 100%}
.phone-video{display: none;}

.wel4{
	width: 100%;
	height: auto;
	background:url(/static/web/img/wel-bg4.jpg) center/cover no-repeat;
}
.wel4 .warp{
	width: 1200px;
	margin: 0 auto;
	padding: 65px 0 170px;
}
.wel4 .warp .title{
	width: 252px;
	height: 67px;
	margin: 0 auto 45px;
	position: relative;
	opacity: 0;
	filter:alpha(opacity=0); 
	opacity:1\0/IE9;
}
.wel4 .warp .title img{
	display: block;
	width: 100%;
}
.wel4 .warp .mintit{
	width: 100%;
	line-height: 35px;
	font-size: 30px;
	color: #433938;
	text-align: center;
	margin-bottom: 25px;
	position: relative;
	opacity: 0;
	filter:alpha(opacity=0); 
	opacity:1\0/IE9;
}
.wel4 .warp .mintit span{
	padding: 0 65px;
	position: relative;
	display: inline-block;
}
.wel4 .warp .mintit span:before,.wel4 .warp .mintit span:after{
	display: block;
	width: 56px;
	height: 2px;
	content: '';
	position: absolute;
	top: 49%;
}
.wel4 .warp .mintit span:before{background: url(/static/web/img/wel4-mintitbg.png) center no-repeat;left: 0;}
.wel4 .warp .mintit span:after{background: url(/static/web/img/wel4-mintitbg.png) center no-repeat;right: 0}
.wel4 .warp .cent{
	font-size: 16px;
	line-height: 30px;
	color: #888888;
	text-align: center;
	width: 800px;
	margin: 0 auto 65px;
	position: relative;
	opacity: 0;
	filter:alpha(opacity=0); 
	opacity:1\0/IE9;
}
.wel4 .warp .btns{
	display: block;
	width: 222px;
	height: 73px;
	line-height: 73px;
	background: url(/static/web/img/wel4-btnbg.jpg) center no-repeat;
	margin: 0 auto;
	font-size: 18px;
	text-align: center;
	color: #fff;
	padding-right:40px;
	border-radius: 5px;
	position: relative;
	opacity: 0;
	filter:alpha(opacity=0); 
	opacity:1\0/IE9;
}
.wel4 .warp .title.on,.wel4 .warp .mintit.on,.wel4 .warp .cent.on,.wel4 .warp .btns.on{
	top: 0px;
	opacity: 1
}
.wel4 .warp .btns:hover{
	box-shadow: 0 1px 15px 0 rgba(0,0,0,0.5);
	top: -5px;
}
.wel4 .warp .btns i{
	display: block;
	width:100%;
	height:100%;
	position: absolute;
	left:0;
	top:0;
	background: url(/static/web/img/wel4-icon.png) 65% center no-repeat;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.wel4 .warp .btns:hover i{
	background: url(/static/web/img/wel4-icon.png) 70% center no-repeat;
}
.wel5 {
	width: 100%;
	height: auto;
	padding-bottom: 40px;
	/*background-color: #ebeae6;*/
}
.wel5 .mian{
	width: 1200px;
	margin: 0 auto;
}
.wel5 .mian li{
	width: 30.3%;
	margin-right:4%;
	float: left;
	height: auto;
	opacity: 0;
	filter:alpha(opacity=0); 
	opacity:1\0/IE9;
	position: relative;
	/*left: 50px;*/
}
.wel5 .mian li.on{
	opacity: 1;
	left: 0;
}
.wel5 .mian li:last-child{
	margin-right: 0;
}
.wel5 .mian li a{
	display: block;
	width: 100%;
}
.wel5 .mian li a .time{
	float: left;
	width: 20%;
	height: auto;
}
.wel5 .mian li a .time .year{
	font-size: 62px;
	color: #222;
	line-height:45px;
	font-family: '新宋体'
}
.wel5 .mian li a .time .date{
	font-size: 20px;
	line-height: 25px;
	color: #222;
	font-family: '新宋体';
	letter-spacing: -1.5px;
}
.wel5 .mian li a .box{
	width: 75%;
	height: auto;
}
.wel5 .mian li a .box h2{
	display: block;
	font-size: 24px;
	line-height: 30px;
	color: #222;
	padding-bottom: 10px;
	border-bottom: 1px solid #d3d2ce;
	margin-bottom: 15px;
}
.wel5 .mian li a .box .details{
	font-size: 16px;
	line-height: 24px;
	color: #888888;
	margin-bottom: 45px;
}
.wel5 .mian li a .box .btns{
	display: block;
    width: 170px;
    height: 40px;
    cursor: pointer;
    background: url(/static/web/img/btns.png) center/cover no-repeat;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.wel5 .mian li a .box .btns:hover{
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.3);
}

.wel6{
	width: 100%;
	padding: 70px 0 115px;
	background: url(/static/web/img/wel5-img.jpg) center/cover no-repeat;
}
.wel6 .warp{
	width:1200px;
	margin: 0 auto;
}
.wel6 .mian{display: none;}
.wel6 .warp .title{
	width:309px;
	height: 71px;
	margin: 0 auto 6%;
	position: relative;
	opacity: 0;
	filter:alpha(opacity=0); 
	opacity:1\0/IE9;
}
.wel6 .warp .title img{
	display: block;
	width: 100%;
	cursor: pointer;
}

.wel6 .warp .box li  .pic .details{
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px 0 0 20px;
	font-size: 12px;
	line-height: 24px;
	color: #666666;
}
.wel6 .warp .box li .pic{
	position: relative;
	border:1px solid #ccc;
	box-sizing:border-box;
}
.wel6 .warp .box li .pic img{
	display: block;
	width: 100%;
}
.wel6 .warp .box li  .pic .details p{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	cursor: pointer;
}
.wel6 .warp .box li  .pic .details p:hover{
	color: #333;
}


/*about*/
.ab1{
	width: 100%;height: auto;
	padding-bottom: 160px;
		background: url(/static/web/img/ab-bg1.jpg) center/cover no-repeat;
}
.ab1 .title{
	width: 184px;
	height: 48px;
	margin: 0 auto 90px;
	padding: 60px 0 25px;
	opacity: 0;
	filter:alpha(opacity=0); 
	opacity:1\0/IE9;
	position: relative;

}
.ab1 .title img{display: block;width: 100%;}
.ab1 .title i,.ab2 .warp .title i,.ab3 .warp .title i,.ab3-phone .title i,.ab4 .warp .title  i{
	display: block;
	width: 24px;
	height: 2px;
	background-color: #870000;
	position: absolute;
	bottom: 0;
	left:50%;
	margin-left: -12px;
}
.ab1 .warp{
	width: 1200px;margin: 0 auto;
}
.ab1 .warp .box{
	width:39%;
	padding:50px 0 0 3%;
	float: left;
	opacity: 0;
	filter:alpha(opacity=0); 
	opacity:1\0/IE9;
}
.ab1 .warp .box i{
	display: block;
	width: 27px;
	height: 18px;
	background: url(/static/web/img/hr.png) center no-repeat;
	margin-bottom: 15px;
}
.ab1 .warp .box h2{
	display: block;
	font-size: 24px;
	color: #230a0a;
	line-height: 30px;
	margin-bottom: 15px;
}
.ab1 .warp .box .details{
	width: 100%;
	line-height: 25px;
	height: 100px;
	overflow: hidden;
	position: relative;
	font-size: 14px;
	color: #666;
	margin-bottom: 40px;
}
.ab1 .warp .box .details-ul{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.ab1 .warp .box .details-ul p{
	line-height: 25px;
	font-size: 14px;
	color: #666;
}
.ab1 .warp .box .btn{
	width: 100%;
	height: 34px;
}
.ab1 .warp .box .le-btn{
	width: 32px;
	height: 32px;
	background: url(/static/web/img/le-btn1.png) center no-repeat;
	border:1px solid #6a6a6a;
	border-radius: 100%;
	display: block;
	float: left;
	margin-right: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ab1 .warp .box .le-btn:hover{
	background:#6a6a6a url(../img/le-btn11.png) center no-repeat;
}
.ab1 .warp .box .ri-btn{
	width: 32px;
	height: 32px;
	background: url(/static/web/img/re-btn1.png) center no-repeat;
	border:1px solid #6a6a6a;
	border-radius: 100%;
	display: block;
	float: left;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ab1 .warp .box .ri-btn:hover{
	background:#6a6a6a url(../img/re-btn11.png) center no-repeat;
}
.ab1 .warp .pic{
	float: right;
	width: 43.5%;
	opacity: 0;
	filter:alpha(opacity=0); 
	opacity:1\0/IE9;
}
.ab1 .warp .pic.on{
	right: 0;
	opacity: 1;
}
.ab1 .warp .pic img{
	display: block;
	width: 100%;
}
.ind .ab2{
	background:no-repeat;
}
.ind .ab2 .warp .title{
	width: 258px;
	line-height: 71px;
}
.ind .ab2 .warp .title{
	margin: 0 auto 40px;
}
.ind .ab2 .warp .title i{
	display: none;
}
.ind .ab2 .warp{
	padding:70px 0 0px;
	margin-bottom: 50px;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.ind .ab2 .warp:before{
	width: 36px;
	height: 4px;
	background-color: #3d2726;
	position: absolute;
	content: '';
	display: block;
	left: 50%;
	margin-left: -18px;
	bottom: -1px;
}
.wel-ab{
	background: url(/static/web/img/wel-bg3.jpg) left top/cover no-repeat;
}
.wel-ab .btns{
	width: 83px;
	padding-right: 44px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	font-size: 14px;
	color: #acada9;
	display: block;
	margin:30px 0 0 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	background: url(/static/web/img/wel-abbtn.png) center/cover no-repeat;
}
.wel-ab .btns:hover{
	color: #fff;
}

.ab2{
	width: 100%;
	background: url(/static/web/img/ab-bg2.png) left top/cover no-repeat;
}
.ab2 .warp{
	width: 1200px;
	margin: 0 auto;
	padding: 80px 0 135px;
}
.ab2 .warp .title{
	width: 183px;
	height: 45px;
	margin: 0 auto 100px;	
	position: relative;
	padding-bottom: 25px;
	position: relative;
	opacity: 0;
	filter:alpha(opacity=0); 
	opacity:1\0/IE9;
}
.ab2 .warp .title img,.ab3 .warp .title img{
	display: block;
	width: 100%;
}
.ab2 .warp .title img
{cursor: pointer;}
.ab2 .warp .pic{
	width: 100%;
	opacity: 0;
	filter:alpha(opacity=0); 
	opacity:1\0/IE9;
	position: relative;
}

/*.ab2 .warp .pic .cont{
	width: 100%;
	display: block;
	overflow: hidden;
}
.ab2 .warp .pic .cont img{
	width: 100%;
	display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}*/
.ab2 .warp .pic .tit{
	width: 8%;
	position: absolute;
	left: 8%;
	top: -18%;
	z-index:2;
}
.ab2 .warp .pic .mian{
	padding: 90px 0 50px;
	width: 90%;
	margin: 0 auto;
	color: #fff;
}
.ab2 .warp .pic .mian h2{
	display: block;
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 10px;
}
.ab2 .warp .pic .mian .cent{
	font-size: 14px;
	color: #acada9;
	width:80%;
	line-height: 23px;
	padding-left: 2%;
}
.ab2 .warp .pic .mian .cent p{
         font-size: 14px;
        color: #acada9;
        line-height: 23px;
}

/*.ab2 .warp .pic .cont:hover img{
	transform:scale(1.05);
	-webkit-transform:scale(1.05);
}*/
.bdimgshare-content,.bdimgshare-bg{
	display: none;
}

#his22{display:none;}
#his11{display:block;}

.ab3{
    width: 100%;
    height: auto;
    background: url(/static/web/img/ab3-bg.jpg) center no-repeat;
    opacity: 0;
    filter:alpha(opacity=0); 
	opacity:1\0/IE9;
    overflow: hidden;
}
.ab3 .warp{
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0 0 0 ;
}
.ab3 .warp .title{
	width: 184px;
	height: 46px;
	margin: 0 auto 80px;
	position: relative;
	padding-bottom: 25px;
    position: relative;
    opacity: 0;
    filter:alpha(opacity=0); 
	opacity:1\0/IE9;
}
.ab3 .warp .box{
	height: 520px;
	width: 100%;
    position: relative;
    opacity: 0;
    filter:alpha(opacity=0); 
	opacity:1\0/IE9;
}
.ab3 .warp .box.on{
	opacity: 1;
	top: 0;
}
.ab3 .warp .box .pt1,.ab3 .warp .box .pt2{
	display: block;
	width: 140px;
	height: 55px;
	padding-left: 25px;
	position: absolute;
	z-index: 3;
}
.ab3 .warp .box .pt1 .year,.ab3 .warp .box .pt2 .year{
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	margin-bottom: 6px;
}
.ab3 .warp .box .pt1 i,.ab3 .warp .box .pt2 i,.ab3 .warp .box .pt3 i,.ab3 .warp .box .pt4 i,.ab3 .warp .box .pt5 i
,.ab3 .warp .box .pt6 i,.ab3 .warp .box .pt7 i,.ab3 .warp .box .pt8 i,.ab3 .warp .box .pt9 i,.ab3 .warp .box .pt10 i
,.ab3 .warp .box .pt11 i,.ab3 .warp .box .pt12 i,.ab3 .warp .box .pt13 i,.ab3 .warp .box .pt14 i{
	display: block;
	width:30px;
	height: 30px;
	background: url(/static/web/img/ab-ico.png) center no-repeat;
	cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 4;
}	
.ab3 .warp .box .pt1{
	top: -10px;left: 0;	
	z-index: 3;
}
.ab3 .warp .box .pt1:before{
	display: block;
	content: '';
	height: 1px;
	width: 119px;
	background-color: #cec4a2;
	position: absolute;
	z-index: 3;
	left: 37px;
    top: 81px;
    transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
}
.ab3 .warp .box .pt2{
	top:68px;left:110px;
	z-index: 4;
}	
.ab3 .warp .box .pt2:before{
	display: block;
	content: '';
	height: 1px;
	width:85px;
	background-color: #cec4a2;
	position: absolute;
	z-index: 3;
	left: -24px;
    top: 88px;
    transform: rotate(-67deg);
    -webkit-transform: rotate(-67deg);
    -ms-transform: rotate(-67deg);
}
.ab3 .warp .box .pt3{
	height: 30px;
	padding-left: 30px;
	left: 95px;top: 187px;
}
.ab3 .warp .box .pt3:before{
	display: block;
	content: '';
	height: 1px;
	width:165px;
	background-color: #cec4a2;
	position: absolute;
	z-index: 3;
	left: -59px;
    top: 104px;
    transform: rotate(85deg);
    -webkit-transform: rotate(85deg);
    -ms-transform: rotate(85deg);
}
.ab3 .warp .box .pt3 i{
	position: absolute;
	top:-3px;left: 0
}
.ab3 .warp .box .pt4{
	padding-top: 35px;
	left: 86px;top: 370px;
}
.ab3 .warp .box .pt4:before{
	display: block;
	content: '';
	height: 1px;
	width:118px;
	background-color: #cec4a2;
	position: absolute;
	z-index: 3;
	left: 40px;
    top: -22px;
    transform: rotate(-34deg);
    -webkit-transform: rotate(-34deg);
    -ms-transform: rotate(-34deg);
}
.ab3 .warp .box .pt4 i{
	position: absolute;
	top: 0;left:25px;
}
.ab3 .warp .box  .pt5 {
	padding-bottom: 35px;
	left: 213px;top: 260px;
}
.ab3 .warp .box .pt5:before{
	display: block;
	content: '';
	height: 1px;
	width:151px;
	background-color: #cec4a2;
	position: absolute;
	z-index: 3;
    left: 38px;
    top: 67px;
    transform: rotate(13deg);
    -webkit-transform: rotate(13deg);
    -ms-transform: rotate(13deg);
}
.ab3 .warp .box .pt5 i{
	position: absolute;
	top: 35px;left: 15px;
}
.ab3 .warp .box  .pt6 {
	padding-top: 35px;
	left: 381px;
    top: 330px;
}
.ab3 .warp .box .pt6:before{
	display: block;
	content: '';
	height: 1px;
	width:124px;
	background-color: #cec4a2;
	position: absolute;
	z-index: 3;
    left: 32px;
    top: -16px;
    transform: rotate(-27deg);
    -webkit-transform: rotate(-27deg);
    -ms-transform: rotate(-27deg);
}
.ab3 .warp .box .pt6 i{
	position: absolute;
	top: 0px;left: 15px;
}
.ab3 .warp .box  .pt7 {
	padding-top: 35px;
	left: 525px;top: 268px;
}
.ab3 .warp .box .pt7:before{
	display: block;
	content: '';
	height: 1px;
	width:140px;
	background-color: #cec4a2;
	position: absolute;
	z-index: 3;
	left: 12px;
    top: -23px;
    transform: rotate(-29deg);
    -webkit-transform: rotate(-29deg);
    -ms-transform: rotate(-29deg);
}
.ab3 .warp .box .pt7 i,.ab3 .warp .box .pt11 i{
	position: absolute;
	top: 0px;left: 0;
}
.ab3 .warp .box  .pt8 {
	padding-top: 35px;
    left: 645px;top: 192px;
}
.ab3 .warp .box .pt8:before{
	display: block;
	content: '';
	height: 1px;
	width:90px;
	background-color: #cec4a2;
	position: absolute;
	z-index: 3;
    left: 30px;
    top: -14px;
    transform: rotate(-33deg);
    -webkit-transform: rotate(-33deg);
    -ms-transform: rotate(-33deg);
}
.ab3 .warp .box .pt8 i,.ab3 .warp .box .pt9 i{
	position: absolute;
	top: 0px;
    left: 15px;
}
.ab3 .warp .box  .pt9 {
	padding-top: 35px;
    left: 735px;top: 132px;
}
.ab3 .warp .box .pt9:before{
	display: block;
	content: '';
	height: 1px;
	width:80px;
	background-color: #cec4a2;
	position: absolute;
	z-index: 3;
    left: 15px;
    top: -26px;
    transform: rotate(-65deg);
    -webkit-transform: rotate(-65deg);
    -ms-transform: rotate(-65deg);
}
.ab3 .warp .box  .pt10 {
	padding-top: 30px;
	left: 810px;    top: 45px;
}
.ab3 .warp .box .pt10:before{
	display: block;
	content: '';
	height: 1px;
	width:63px;
	background-color: #cec4a2;
	position: absolute;
	z-index: 3;
    left: 5px;
    top: 0px;
    transform: rotate(-22deg);
    -webkit-transform: rotate(-22deg);
    -ms-transform: rotate(-22deg);
}
.ab3 .warp .box .pt10 i,.ab3 .warp .box .pt12 i,.ab3 .warp .box .pt13 i{
	position: absolute;
	top: 0px;left: -15px;
	cursor: pointer;
}
.ab3 .warp .box  .pt11 {
    left: 870px;top: 15px;
    padding-top:30px;
}
.ab3 .warp .box .pt11:before{
	display: block;
	content: '';
	height: 1px;
	width:76px;
	background-color: #cec4a2;
	position: absolute;
	z-index: 3;
	left: 23px;
    top: -1px;
    transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
}
.ab3 .warp .box  .pt12 {
    left: 976px;
    top: -16px;
    padding-top: 30px;
}
.ab3 .warp .box .pt12:before{
	display: block;
	content: '';
	height: 1px;
	width:65px;
	background-color: #cec4a2;
	position: absolute;
	z-index: 3;
    left: 9px;
    top: 5px;
    transform: rotate(-13deg);
    -webkit-transform: rotate(-13deg);
    -ms-transform: rotate(-13deg);
}
.ab3 .warp .box  .pt13{
    left: 1052px;
    top: -35px;
    padding-top: 25px;
}
.ab3 .warp .box .pt13:before{
	display: block;
	content: '';
	height: 1px;
	width:67px;
	background-color: #cec4a2;
	position: absolute;
	z-index: 3;
	left: 10px;
    top: 10px;
    transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
}
.ab3 .warp .box  .pt14{
    left: 1128px;
    top: -45px;
    padding-top: 35px;
}
.ab3 .warp .box .pt14 i{
	position: absolute;
	top: 0px;left: -5px;
}
.ppt{
	height: 25px;width: 135px;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	position: absolute;
	z-index: 4;
}
.ab3 .warp .box .point:hover i{
	background: url(/static/web/img/ab-ico1.png) center no-repeat;
}
.ab3 .warp .box .cont{
	width: 530px;
	height: 280px;
	background-color: #ebeae6;
	border:6px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -123px 0 0 -265px;
	z-index: 6;
	display: none;
}
.ab3 .warp .box .cont em{
	width: 22px;
	height: 22px;
	background: url(/static/web/img/ab-iconx.png) center no-repeat;
	right:1%;
	top: 2%;
	display: block;
	position: absolute;
	    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
}
.ab3 .warp .box .cont em:hover{
	background: url(/static/web/img/ab-iconx1.png) center no-repeat;
}
.ab3 .warp .box .cont .cent{
	width: 86%;
	margin: 0 auto;
	padding: 20px 0
}
.ab3 .warp .box .cont h2{
	font-size: 16px;
	color: #910000;
	font-weight: bold;
	padding-bottom: 10px;
	line-height: 20px;
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 20px;
}
.ab3 .warp .box .cont .details,.ab3 .warp .box .cont .details p{
	font-size: 12px;
	color: #666666;
	line-height: 22px;
}
.ab3-phone{display: none;}

.ab4{
	padding: 80px 0 120px;
	overflow: hidden;
	background:#ebeae6 url(../img/ab4-bg.jpg) right bottom no-repeat;
}
.ab4 .warp{
	width: 1200px;
	margin: 0 auto;
}
.ab4 .warp .title{
	width: 230px;
	height: 47px;
	margin: 0 auto 40px;
	padding-bottom: 25px;
	position: relative;
	opacity: 0;
	filter:alpha(opacity=0); 
	opacity:1\0/IE9;
}
.ab4 .warp .title img{
	display: block;
	width: 100%;
}
.ab4 .warp .mian{
	width: 100%;
	background-color: #fff;
}
.ab4 .warp .mian .pic{
	width: 43%;
	float: left;
}
.ab4 .warp .mian .pic img{
	display: block;
	width: 100%;
}
.ab4 .warp .mian .box{
	float: right;
	width: 57%;
	box-sizing:border-box;
	padding:3%;
}
.ab4 .warp .mian .box h2{
	display: block;
	font-size:24px;
	line-height: 32px;
	color: #2a0c0c;
	text-align: center;
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 20px;
}
.ab4 .warp .mian .box h2:before{
	display: block;
	content: '';
	width:25px;
	height:2px;
	background-color: #870000;
	position: absolute;bottom: 0;
	left: 50%;
	margin-left: -13.5px;
}
.ab4 .warp .mian .box .cent{
	font-size: 16px;
	line-height: 32px;
	color: #666;
	height:410px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.ab4 .warp .mian .box .cent .cent-ul{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.ab4 .warp .mian .box .cent p{
	font-size: 16px;
	line-height: 32px;
	color: #666;
}
.ab4 .warp .mian .box .cent .img{
	display: block;
	width:100%;
	height: 114px;
}
.ab4 .warp .mian .box .cent .img img{
	display: block;
	float: right;
}
.ab4 .warp .mian .box .btn{
	width: 100%;
	height: 34px;
}
.ab4 .warp .mian .box .le-btn{
	width: 32px;
	height: 32px;
	background: url(/static/web/img/le-btn1.png) center no-repeat;
	border:1px solid #6a6a6a;
	border-radius: 100%;
	display: block;
	float: right;
	
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ab4 .warp .mian .box  .le-btn:hover{
	background:#6a6a6a url(../img/le-btn11.png) center no-repeat;
}
.ab4 .warp .mian .box  .ri-btn{
	width: 32px;
	height: 32px;
	background: url(/static/web/img/re-btn1.png) center no-repeat;
	border:1px solid #6a6a6a;
	border-radius: 100%;
	display: block;
	margin-left: 5px;
	float: right;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ab4 .warp .mian .box  .ri-btn:hover{
	background:#6a6a6a url(../img/re-btn11.png) center no-repeat;
}


/*news*/
.news-warp{
    width: 100%;
    height: auto;
}
.news-warp .warp{
	width: 1200px;
	margin: 0 auto 60px;
	border-bottom: 1px solid #cccccc
}
.news-warp .warp li{
	width: 100%;
	padding: 40px 0;
	border-top: 1px solid #cccccc;
	position: relative;
	/*top: 40px;*/
	opacity: 0;
	filter:alpha(opacity=0); 
	opacity:1\0/IE9;
	transition: all 0.7s;
    -webkit-transition: all 0.7s;
}
.news-warp .warp li.on{
	top: 0;
	opacity: 1;
}
.news-warp .warp li a{
	display: block;
	width: 100%;
	height: 100%;
}
.news-warp  .warp li a .box{
	float: left;
	width: 47%;
	padding-left: 1%
}
.news-warp  .warp li a .box h2{
	font-size: 24px;
	color: #535353;
	line-height: 30px;
	display: block;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
	margin-bottom: 10px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.news-warp .warp li:hover a .box h2{
	color: #860000
}
.news-warp  .warp li a .box .time{
	padding-left: 20px;
	background: url(/static/web/img/news-time.png) left center no-repeat;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #666666;
	margin-bottom: 25px;
}
.news-warp  .warp li a .box .details{
	font-size: 16px;
	line-height: 30px;
	color: #999999;
	margin-bottom: 50px;
}
.news-warp  .warp li a .box .btns{
	width: 170px;
	height: 40px;
	display: block;
	background: url(/static/web/img/btns.png) center no-repeat;
	transition: all 0.4s;
    -webkit-transition: all 0.4s;

}
.news-warp  .warp li a .box .btns:hover{
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.3)
}

.news-warp  .warp li a .pic{
	width: 42%;
	float: right; 
	overflow: hidden;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.news-warp  .warp li a .pic img{
	display: block;
	width: 100%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.news-warp  .warp li:hover a .pic img{
	transform:scale(1.05);
	-webkit-transform:scale(1.05);
	opacity: 0.7
}
.news-warp  .warp li:hover a .pic{
	background: #000;
}


.ninfor{
	width: 1200px;
	margin:50px auto 60px;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.2);
	box-sizing:border-box;
	padding:5%;
	background-color: #faf9fb;
	opacity: 0
}
.ninfor .title{
	margin-bottom:40px;
}
.ninfor .title h2{
	display: block;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 10px;
	color: #333;
	text-align: center;
}
.ninfor .title .mintit{
	font-size: 14px;
	color: #888;
	text-align: center;
	line-height: 20px;
}
.ninfor .warp{
	font-size: 16px;
	color: #555;
	line-height: 26px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.ninfor .warp p{
	font-size: 16px;
	color: #555;
	line-height: 26px;
}
.ninfor .warp img{
	max-width: 100%;
}

.ninfor .bot{
	width:98%;
	margin: 0 auto;
}
.ninfor .bot .left{
	width: 70%;
	float: left;
}
.ninfor .bot .left p{
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.ninfor .bot .left p a{
	color: #333;
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.ninfor .bot .left p a:hover{
	color: #860000
}
.ninfor .bot .btns{
	width: 138px;
	height: 43px;
	line-height: 43px;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background-color: #860000;
	display: block;
	float: right;
	border:1px solid #860000;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ninfor .bot .btns:hover{
	color: #860000;
	background-color: transparent;
}

/*生态旅游*/
#tourism{
	padding-top: 50px;
}
#tourism .warp li a .pic{float: left;}
#tourism .warp li a .box{float: right;width: 48%;padding-left: 0}

/*science*/
.sci-warp{
	width: 1200px;
	margin: 0 auto 100px;
}
.sci-warp li{
	width: 100%;
	margin-bottom: 35px;
	position: relative;
	opacity: 0;
	filter:alpha(opacity=0); 
	opacity:1\0/IE9;
	/*transition: all 0.7s;*/
    /*-webkit-transition: all 0.7s;*/
}
.sci-warp li:nth-child(1){
	background:#ebeae6 url(../img/sci-img11.jpg) right bottom/auto 100% no-repeat;
}
.sci-warp li:nth-child(2){
	background:#ebeae6 url(../img/sci-img22.jpg) left bottom/auto 100% no-repeat;
}
.sci-warp li:nth-child(3){
	background:#ebeae6 url(../img/sci-img33.jpg) right bottom/auto 100% no-repeat;
}
.sci-warp li a,.sci-warp li a .pic img{
	display: block;
	width: 100%;
}
.sci-warp li a .pic{
	width: 50%;
	float:left;
	overflow: hidden;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.sci-warp li:hover a .pic{
	background-color: #000;
}
.sci-warp li a .pic img{
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.sci-warp li:hover a .pic img{
	transform:scale(1.05);
	-webkit-transform:scale(1.05);
	opacity: 0.7
}
.sci-warp li a .box{
	width: 50%;
	text-align: center;
	float: right;
	height: 100%;
}
.sci-warp li a .box h3{
	font-size: 18px;
	color: #666666;
	letter-spacing:20px;
	display: block;
	line-height: 20px;
	padding-top:12%;
}
.sci-warp li a .box h2{
	display: block;
	font-size: 32px;
	color: #333;
	line-height: 40px;
	font-weight: bold;
	margin-bottom:4%;
}
.sci-warp li a .box .rz,.sci-warp li a .box .number{
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}
.sci-warp li a .box .number{
	margin-bottom:6%;
}
.sci-warp li a .box .btns{
	display: block;
	width:95px;
	height: 37px;
	padding-left: 25px;
	line-height: 37px;
	border-radius: 5px;
	background:#870000 url(../img/sci-ico.png) 15px center no-repeat;
	margin: 0 auto;
	font-size: 16px;
	color: #fff;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.sci-warp li a .box .btns:hover{
	background:#545454 url(../img/sci-ico.png) 15px center no-repeat;
}
.sci-warp li:nth-child(even) .box{
	float: left;
}
.sci-warp li:nth-child(even) .pic{
	float: right;
}


.hard-warp{
	width: 1200px;
	margin: 0 auto 110px;
	position: relative;
	/*opacity: 1*/
}
.hard-warp .arrow-left {
  background: url(/static/web/img/hard-larr22.png) no-repeat left top;
  position: absolute;
  right:15%;
  bottom:3.5%;
  width:34px;
  height:34px;
  z-index: 5;
}
.hard-warp .arrow-right {
  background: url(/static/web/img/hard-rarr11.png) no-repeat left bottom;
  position: absolute;
  right:5%;
  bottom:3.5%;
  width:34px;
  height:34px;
   z-index: 5;
}
.hard-warp .swiper-container{
  height:580px;
  width:100%;
  position: relative;
}
.hard-warp .content-slide {
  padding: 20px;
  color: #fff;
}
.hard-warp .swiper-container .swiper-wrapper .swiper-slide img{
	display: block;
	width: 100%;
}
.hard-warp .title{
	height: 32px;
	width:75%;
	color: #fff;
	font-size: 14px;
	line-height: 32px;
	position: absolute;
	padding: 23px 20% 23px 5%;
	bottom: 0;
	left: 0;
	z-index: 3;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
	background:rgba(0,0,0,0.5) url(../img/hard-ico.png) 3% center no-repeat;
}
.hard-warp .number{
	width:60px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	position: absolute;
	bottom:4%;
	right:9%;
	color: #fff;
	z-index: 5;
}


.sciinfor{
	width: 1200px;
	margin: 0 auto 75px;
}
.sciinfor .mian{
	width: 100%;
	height: 355px;
	margin-bottom: 20px;
}
.sciinfor .mian .title{
	width: 50%;
	float: left;
	text-align: center;
	opacity: 0;
	filter:alpha(opacity=0); 
	opacity:1\0/IE9;
}
.sciinfor .mian .title h3{
	font-size: 18px;
	color: #666666;
	letter-spacing:20px;
	display: block;
	line-height: 20px;
	padding-top: 10%;
}
.sciinfor .mian .title h2{
	display: block;
	font-size: 32px;
	color: #333;
	line-height: 40px;
	font-weight: bold;
	margin-bottom:4%;
}
.sciinfor .mian .title  .rz,.sciinfor .mian .title  .number{
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}
.sciinfor .mian .title  .number{
	margin-bottom:6%;
}
.sciinfor .mian .title .btns{
	display: block;
	width:144px;
	height: 37px;
	padding-left: 25px;
	line-height: 37px;
	border-radius: 5px;
	background:#870000 url(../img/sci-ico.png) 15px center no-repeat;
	margin: 0 auto 15px;
	font-size: 16px;
	color: #fff;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.sciinfor .mian .title .btns:hover{
	background:#545454 url(../img/sci-ico.png) 15px center no-repeat;
}
.sciinfor .mian .title .add{
	font-size: 14px;
	line-height: 30px;
	color: #666;
	padding-bottom: 3%;
}
.sciinfor .mian .box{
	opacity: 0;
	filter:alpha(opacity=0); 
	opacity:1\0/IE9;
	width: 50%;
	float: right;
	font-size: 16px;
	line-height: 30px;
	color: #666;
	background-color: #f5f4f2
}
.sciinfor .mian .box .details{
	width: 80%;
	margin: 0 auto;
	padding: 8% 0 5%;
}
.sciinfor .mian .box p{
	font-size: 16px;
	line-height: 30px;
	color: #666;
}
.sciinfor .warp{
	width: 1200px;
	margin: 0 auto;
	opacity: 0
}
.sciinfor .warp img{
	max-width: 100%;
}

/*产品*/
.pro-warp{
	width:1200px;
	margin: 0 auto 30px;
}
.pro-warp li{
	width: 31%;
	margin:0 3.5% 40px 0;
	float: left;
	opacity: 0;
	filter:alpha(opacity=0); 
	opacity:1\0/IE9;
	
}
.pro-warp li:nth-child(3),.pro-warp li:nth-child(6){
	margin:0 0% 40px 0;
}
.pro-warp li a{display: block;width: 100%;height: 100%;}
.pro-warp li a .pic,.pro-warp li a .pic img{
	width: 100%;
	display: block;
}
.pro-warp li a .pic img{
	transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.pro-warp li:hover a .pic img{
	transform:scale(1.05);
	-webkit-transform:scale(1.05);
}
.pro-warp li a .pic{
	border:2px solid #e8e8e8;
	box-sizing:border-box;
	overflow: hidden;
}
.pro-warp li a .box{
	width: 90%;
	padding: 17px 5% ;
	background-color: #4f4a4a;
}
.pro-warp li a .box h2{
	display: block;
	font-size: 20px;
	color: #fff;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
	line-height: 25px;
	margin-bottom: 15px;
}
.pro-warp li a .box .tit{
	font-size: 12px;
	color: #aba9a9;
	line-height: 15px;
}
.pro-warp li a .box .tit span{
	padding-right: 20px;
	margin-right: 20px;
	position: relative;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pro-warp li a .box .tit span:nth-child(1):before,.pro-warp li a .box .tit span:nth-child(2):before{
	display: block;
	height: 12px;
	width: 1px;
	background-color: #aba9a9;
	content: '';
	position: absolute;
	right: 0;
	top:4px;
	z-index: 2;
}
.pro-warp li a .box .tit span:hover{
	color: #fff;
}

/*产品详情*/

.proinfor{
	width: 1200px;
	margin: 0 auto;
}
.proinfor .warp{
	width: 100%;
	margin-bottom: 25px;
}
.proinfor .warp .pic{
	width: 44%;
	overflow: hidden;
	float: left;
	box-sizing:border-box;
	border:2px solid #e8e8e8;
	opacity: 0
}
.proinfor .warp .pic img{display: block;width: 100%;}
.proinfor .warp .box{
	width: 48%;
	margin-right: 3%;
	float: right;
	opacity: 0
}
.proinfor .warp .box .title{padding: 7% 0 4%}
.proinfor .warp .box .title h2{
	width:65%;
	float: left;
	height: 30px;
	line-height: 30px;
	color: #443f3f;
	font-size: 24px;
	font-weight: bold;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}
.proinfor .warp .box .title span{
	display: block;
	width:30%;
	float: right;
	font-size: 16px;
	line-height: 30px;
	text-align: right;
	color: #443f3f;
}
.proinfor .warp .box .details{
	color: #666;
	line-height: 30px;
	font-size: 14px;
	margin-bottom:4%;
}
.proinfor .icon{border-bottom:2px solid #e8e8e8;padding-bottom: 15px;margin-bottom:4%;}
.proinfor .bdsharebuttonbox a{
	width: 43px;
	height: 43px;
	padding-left: 0;
	margin:0 10px 0 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.proinfor .bdsharebuttonbox .bds_tsina{
	background: url(/static/web/img/proinfor-icon1.png) center no-repeat;
}
.proinfor .bdsharebuttonbox .bds_tsina:hover{
	background: url(/static/web/img/proinfor-icon11.png) center no-repeat;
}
.proinfor .bdsharebuttonbox .bds_tqq{
	background: url(/static/web/img/proinfor-icon2.png) center no-repeat;
}
.proinfor .bdsharebuttonbox .bds_tqq:hover{
	background: url(/static/web/img/proinfor-icon22.png) center no-repeat;
}
.proinfor .bdsharebuttonbox .bds_renren{
	background: url(/static/web/img/proinfor-icon3.png) center no-repeat;
}
.proinfor .bdsharebuttonbox .bds_renren:hover{
	background: url(/static/web/img/proinfor-icon33.png) center no-repeat;
}
.proinfor .bdsharebuttonbox .bds_sqq{
	background: url(/static/web/img/proinfor-icon4.png) center no-repeat;
}
.proinfor .bdsharebuttonbox .bds_sqq:hover{
	background: url(/static/web/img/proinfor-icon44.png) center no-repeat;
}
.proinfor .bdsharebuttonbox .bds_bdhome{
	background: url(/static/web/img/proinfor-icon5.png) center no-repeat;
}
.proinfor .bdsharebuttonbox .bds_bdhome:hover{
	background: url(/static/web/img/proinfor-icon55.png) center no-repeat;
}
.proinfor .bdsharebuttonbox .bds_weixin{
	background: url(/static/web/img/proinfor-icon6.png) center no-repeat;
}
.proinfor .bdsharebuttonbox .bds_weixin:hover{
	background: url(/static/web/img/proinfor-icon66.png) center no-repeat;
}

.proinfor .warp .box .btn {
	height: 35px;
	width: 100%;
}
.proinfor .warp .box .btn a{
	display: block;
	float: left;
	margin-right: 11px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.proinfor .warp .box .btn .zx{
	width: 123px;
	line-height: 35px;
	height: 35px;
	text-align: center;
	color: #fff;
	background-color: #860000
}
.proinfor .warp .box .btn .tm{
	width: 100px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	padding-left:50px;
	background:#a9a074 url(../img/shop-icon.png) 13% center no-repeat;
}
.proinfor .warp .box .btn a:hover{
	box-shadow: 0 5px 8px 0 rgba(0,0,0,0.5);
}

.proinfor-qh{
	width: 1200px;
	margin: 0 auto 55px;
	border:2px solid #e5e5e5;
	box-sizing:border-box;
	opacity: 0;
	filter:alpha(opacity=0); 
	opacity:1\0/IE9;
}
.proinfor-qh .title{
	height: 63px;
	width: 100%;
	background-color: #e5e5e5;
}
.proinfor-qh .title a{
	display: block;
	float: left;
	width: 110px;
	height: 63px;
	line-height: 63px;
	text-align: center;
	color: #333333;
	font-size: 16px;
	border-right: 1px solid #e5e5e5;
	position: relative;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.proinfor-qh .title a.on,.proinfor-qh .title a:hover{
	background-color: #fff;
}
.proinfor-qh .title a.on:before,.proinfor-qh .title a:hover:before{
	display: block;
	width: 100%;
	height: 5px;
	background-color: #a9a074;
	top: -2px;
	left: 0;
	position: absolute;
	z-index: 2;
	content: ''
}
.proinfor-qh .mian,.proinfor-qh .mian p{
	color: #666;
	font-size: 14px;
	line-height: 30px;
}
.proinfor-qh .mian img{max-width: 100%}
.proinfor-qh .mian{
	padding:3% 2%;background-color: #fff;
}
.em-phone{display: none;opacity: 0}
.em{
	width: 100%;
	background: url(/static/web/img/em-bg.jpg) center/cover no-repeat;
	padding:5px 0 75px;
	/*opacity: 0*/
}
.em .warp{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.em .swiper-container {
  width:100%;
  height:580px;
  color: #fff;
  text-align: center;
}
.em .swiper-slide,.em .swiper-slide .mian{
  width:100%;
  height: 100%;
}
.em .swiper-slide .mian .list{
	width:24%;
	float: left;
	height: 100%;
	position: relative;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.em .swiper-slide .mian .list:nth-child(1),.em .swiper-slide .mian .list:nth-child(2){
	margin-right: 1.5%;
}
.em .swiper-slide .mian .list.on{
	width:49%
}
.em .swiper-slide .mian .list p{
	height: 60px;
	line-height: 60px;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #fff;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.7);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.em .swiper-slide .mian .list:hover p,.em .swiper-slide .mian .list.on p{
	background-color: rgba(133,28,21,0.6);
}
.em .pagination {
  display:none;
}
.em  .arrow-left {
  background: url(/static/web/img/em-lefr.png) no-repeat left top;
  position: absolute;
  left:-10%;
  bottom:50%;
  width:68px;
  height:68px;
  z-index: 5;
  margin-bottom: -34px;
}
.em  .arrow-left:hover{
	background: url(/static/web/img/em-lefr1.png) no-repeat left top;
}
.em  .arrow-right {
  background: url(/static/web/img/em-right.png) no-repeat left bottom;
  position: absolute;
  right:-10%;
  bottom:50%;
  margin-bottom: -34px;
  width:68px;
  height:68px;
   z-index: 5;
}
.em  .arrow-right:hover{
  background: url(/static/web/img/em-right1.png) no-repeat left bottom;
}

.bk-warp{
    width: 1200px;
    margin:55px auto 50px;
    opacity: 0;
    filter:alpha(opacity=0); 
	opacity:1\0/IE9;
}
.bk-warp li{
    width: 32%;
    float: left;
    margin:0 2% 32px 0;
}
.bk-warp li:nth-child(3),.bk-warp li:nth-child(6){
    margin-right: 0;
}
.bk-warp li a{
    display: block;
    width: 100%;
    cursor: pointer;
}
.bk-warp li a .pic{
    width: 100%;
    overflow: hidden;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.bk-warp li:hover a .pic{
	background-color: #000
}
.bk-warp li a .pic img{
    display: block;
    width: 100%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.bk-warp li:hover a .pic img{
	transform:scale(1.05);
	-webkit-transform:scale(1.05);
	opacity: 0.8;
}
.bk-warp li a .box{
    height: 60px;
    padding: 0 5%;
    background-color: #ebeae6
}
.bk-warp li a .box h2{
	display: block;
	float: left;
	width: 50%;
	white-space:nowrap; 
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color: #333;
	overflow:hidden; 
	text-overflow:ellipsis;
}
.bk-warp li a .box span{
	width:85px;
	float: right;
	height: 60px;
	line-height: 60px;
	color: #666;
	font-size: 14px;
	text-align: right;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	background: url(/static/web/img/bk-icon.png) left center no-repeat;
}
.bk-warp li a .box span:hover{
	color: #860000;
}
.join{
	width: 1200px;
	margin: 0 auto 95px;
}
.join .left{
	float: left;
	width: 43%;
	opacity: 0;
	filter:alpha(opacity=0); 
	opacity:1\0/IE9;
}
.join .left .box{
	background-color: #f6f6f4;
	padding: 12% 7% 8%;
	margin-bottom: 2.7%;
}
.join .left .box h2,.join .right .title h2{
	display: block;
	font-size: 24px;line-height: 32px;
	color: #333333;
	padding-top: 12px;
	position: relative;
	margin-bottom: 15px;
}
.join .left .box h2:before,.join .right .title h2:before{
	display: block;
	width: 20px;
	height: 2px;
	background-color: #860000;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
}
.join .left .box .cent,.join .left .box .cent p,.join .right .title .cent,.join .right .title .cent p{
	font-size: 14px;
	line-height: 32px;
	color: #666;
}
.join .left .pic{width: 100%;overflow: hidden;}
.join .left .pic img{display: block;width: 100%;}

.join .right{
	width: 55.7%;
	float: right;
	background-color: #f6f6f4;
	padding: 5.5% 2% 2%;
	opacity: 0;
	filter:alpha(opacity=0); 
	opacity:1\0/IE9;
	box-sizing:border-box;
}
.join .right .title{margin-bottom: 50px;}
.join .right .box li{
	padding-bottom: 9px;
	border-bottom: 1px solid #e0dbc8;
	margin-bottom: 30px;
	font-size: 14px;
	color: #666666;
}
.join .right .box li .titimg{
	width: 23%;
	line-height: 40px;
	color: #fff;
	float: left;
	text-align: center;
	background:url(/static/web/img/join-icon.png) center no-repeat;
}
.join .right .box li .tit{
	width: 73%;
	float: right;
	line-height:26px;
	padding-top: 5px;
}

.talent{
	width: 1200px;
	margin: 0 auto 60px;
}
.talent .tal1,.talent .tal2{
	margin-bottom: 30px;
	padding-bottom: 50px;
	border-bottom: 1px solid #e5e5e5;
	opacity: 0;
	filter:alpha(opacity=0); 
	opacity:1\0/IE9;
}
.talent .tal1:last-child{
	border-bottom: 0px solid #e5e5e5;
}
.talent .tal1 .title,.talent .tal2 .title{
	height: 42px;
	margin-bottom: 20px;
}
.talent .tal1 .title .name,.talent .tal2 .title .name{
	display: inline-block;
	height: 42px;
	line-height: 42px;
	width: 42px;
	border-radius: 100%;
	background-color: #860000;
	font-size: 24px;
	color: #fff;
	text-align: center;
	margin-right: 15px;
}
.talent .tal1 .title .tit,.talent .tal2 .title .tit{
	font-size: 24px;
	color: #333;
	line-height: 42px;
}
.talent .tal1 .details,.talent .tal1 .details p{
	font-size: 14px;
	color: #666;
	line-height: 32px;
}
.talent .tal2 .mian{
	box-sizing:border-box;
	border:2px solid #ebebeb;
	background-color: #f7f7f7;
	width: 100%;
	position: relative;
}
.talent .tal2 .mian i{
	display: block;
	width: 1px;
	height: 96%;
	position: absolute;
	left:50%;
	top: 2%;
	margin:0% 0 0 -0.5px;
	background-color: #dfdddd;
	z-index: 2;
}
.talent .tal2 .title{
	margin-bottom: 30px;
}
.talent .tal2 .mian .wid{
	width: 44%;
	padding:2% 3%;
}
.talent .tal2 .mian .wid h2{
	display: block;
	font-size: 18px;
	line-height: 32px;
	color: #333;
	padding-bottom: 10px;
	border-bottom: 1px solid #dfdddd;
	margin-bottom: 10px;
}
.talent .tal2 .mian .wid .cent,.talent .tal2 .mian .wid .cent p{
	font-size: 14px;
	line-height: 32px;
	color: #666666;
}
.talent .tal2 .mian .left{
	float: left;
}
.talent .tal2 .mian .right{
	float: right;
}


.cont1{
	width: 100%;
	padding: 80px 0 150px;
	opacity: 0;
	filter:alpha(opacity=0); 
	opacity:1\0/IE9;
	background:url(/static/web/img/cont-bg.jpg) center no-repeat;
}
.cont1 .warp{
	width: 1200px;
	margin:0 auto;
}
.cont1 .warp .title{
	width: 179px;
	height: 46px;
	margin: 0 auto 20px;
	padding-bottom:30px;
	position: relative;
}
.cont1 .warp .title i,.cont3 .warp .title i{
	display: block;
	width: 24px;
	height: 2px;
	background-color: #870000;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -12px;
}
.cont1 .warp .title img{
	display: block;
	width: 100%;
}
.cont1 .warp .face{
	font-size: 16px;
	line-height: 25px;
	color: #333;
	text-align: center;
	margin-bottom: 90px;
}
.cont1 .warp .details {
	font-size: 16px;
	color: #666666;
	line-height: 22px;
	margin-bottom: 60px;
}
.cont1 .warp .details p{
	padding-left: 35px;
	font-size: 16px;
	color: #666666;
	line-height: 22px;
	margin-bottom: 30px;
}
.cont1 .warp .btns{
	width:80px;
	padding-left: 39px;
	height: 35px;
	border:1px solid #870000;
	line-height: 35px;
	border-radius: 5px;
	background:#870000 url(../img/sci-ico.png) 12% center no-repeat;
	color: #fff;
	font-size: 16px;
	display: block;
	cursor: pointer;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.cont1 .warp .btns:hover{
	background-color:rgba(135,0,0,0.7);
}

.cont2{
	width: 100%;
	padding: 60px 0 80px;
	opacity: 0;
	filter:alpha(opacity=0); 
	opacity:1\0/IE9;
	background:url(/static/web/img/cont-i.png) center/cover no-repeat;
}
.cont2 .warp{
	width: 1200px;
	margin: 0 auto;
}
.cont2 .warp h2{
	display: block;
	text-align: center;
	font-size: 18px;
	color: #333333;
	line-height: 26px;
	margin-bottom: 5px;
}
.cont2 .warp h3{
	display: block;
	font-size: 12px;
	color: #999999;
	line-height: 20px;
	text-align: center;
	margin-bottom: 70px;
}
.cont2 .warp .list{
	width: 100%;
	margin-bottom: 25px;
}
.cont2 .warp .list li{
	width: 31%;
	float: left;
	margin-right: 3.5%;
	padding:1.5%;
	box-sizing:border-box;
	background:url(/static/web/img/cont-bor.png) center/100% 100% no-repeat;
}
.cont2 .warp .list li:last-child{
	margin-right: 0;
}
.cont2 .warp .list li h2,.cont2 .warp .bot h2{
	font-size: 18px;
	color: #333333;
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #cdc29f;
	text-align: left;
	width: 80%;
	margin-bottom: 15px;
}
.cont2 .warp .list li .details,.cont2 .warp .bot .details,.cont2 .warp .bot .details p,.cont2 .warp .list li .details p{
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}
.cont2 .warp .bot{
	width: 100%;
	padding:1.5% 1.5% 2.5%;
	box-sizing:border-box;
	background:url(/static/web/img/cont-bor1.png) center/100% 100% no-repeat;
}

.cont3{
	width: 100%;
	background-color: #ebeae6;
	padding: 45px 0 80px;

}
.cont3 .warp{
	width: 1200px;
	margin: 0 auto;
	opacity: 0
}
.cont3 .warp .title{
	width: 272px;
	height: 49px;
	margin: 0 auto 80px;
	padding-bottom:30px;
	position: relative;
}
.cont3 .warp .title img{
	display:block;
	width: 100%;
}
.cont3  .mian{
	width: 100%;
}
.cont3  .mian li{
	width: 33.3%;
	float: left;
}
.cont3  .mian li .pic{
	width: 100%;
	overflow: hidden;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.cont3  .mian li:hover .pic{
	background-color: #000
}
.cont3  .mian li .pic img{
	display: block;
	width: 100%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.cont3  .mian li:hover .pic img{
	transform:scale(1.05);
	-webkit-transform:scale(1.05);
	opacity: 0.7;
}
.cont3  .mian li .box{
	box-sizing:border-box;
	padding:6% 4%;
	background:#302a2a url(../img/cont-cion1.png) right bottom no-repeat;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.cont3  .mian li .box h2{
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 10px;
}
.cont3  .mian li .box p{
	font-size: 12px;
	color: #fff;
	line-height: 20px;
}
.cont3  .mian li:hover .box{
	background-color: #870000
}

.funinfor{
	width: 1200px;
	margin:70px auto 0;
	opacity:1;
}
.funinfor .box1,.funinfor .box2{opacity: 0}
.funinfor .box1 .top,.funinfor .box2 .top{
	height: 46px;
}
.funinfor .box1 .top .ti,.funinfor .box2 .top .ti{
	display:block;
	float: left;
	width: 5%;
	height: 46px;
}
.funinfor .box1 .top .ti i,.funinfor .box2 .top .ti i{
	display:block;
	width: 46px;
	height: 46px;
	background-color: #870000;
	border-radius: 100%;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-style: normal;
}
.funinfor .box1 .top .t2,.funinfor .box2 .top .t2{
	width: 93%;
	margin-left:2%;
	font-size: 24px;
	display:block;
	float: left;
	line-height:40px;
	color: #870000;
	border-bottom: 1px solid #969696;
}
.funinfor .box1 .bot{
	padding: 1.5% 0 45px 7%;
	background: url(/static/web/img/iinfor.png) 2% top repeat-y;
}
.funinfor .box1 .bot .pic{
	width: 34%;
	float: left;
}
.funinfor .box1 .bot .pic img{
	display: block;
	width: 100%;
}
.funinfor .box1 .bot .box{
	width: 61%;
	float: right;
}

.funinfor .box1 .bot .box table tr td{
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	padding: 6px 0;
}
.funinfor .box1 .bot .box table tr td span{
	font-weight: bold;
}
.funinfor .box2 .box{
	font-size: 14px;
	color: #666;
	line-height: 32px;
	padding:1% 0 45px 7%;
	background: url(/static/web/img/iinfor.png) 2% top repeat-y;
}

.job-warp{width: 1200px;margin: 0 auto 80px;box-shadow: 0 1px 10px 0 rgba(0,0,0,0.1);}
.job-warp ul li{height: auto;width: 100%;border-bottom: 1px solid #e9ebed}
.job-warp li .title{height: 52px;line-height: 52px;padding: 0 40px;color: #4b4b4b;background-color: #ffffff;font-size: 14px;cursor:pointer;transition: all 0.5s;-webkit-transition: all 0.5s;}
.job-warp li.on .title{background-color: #860000;color: #fff;}
.job-warp li .title span{float: right;padding-right: 30px;background: url(/static/web/img/job-icon1.png) right center no-repeat;}
.job-warp li.on .title span{background: url(/static/web/img/job-icon2.png) right center no-repeat}
.job-warp li .warp{padding: 10px 40px 20px;background-color: #fff;display: none;background-color: rgba(249,249,249,1)}
.job-warp .warp .tbl{width:80%;margin-bottom: 25px;padding:10px 20% 20px 0;border-bottom: 1px solid #e9ebed}
.job-warp .warp .tbl p{width: 25%;float: left;font-size: 14px;color: #222;line-height: 26px;}
.job-warp .warp .tbl p span{color: #565656;padding-left: 15px;}
.job-warp .warp .cont h2{font-size: 14px;color: #222;line-height: 30px;margin-bottom: 15px;}
.job-warp .warp .cont .cent,.job-warp .warp .cont .cent p{font-size: 14px;line-height: 28px;color: #565656}
.job-warp .warp .btns{
	width: 115px;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background-color: #860000;
    display: block;
    margin-top: 30px;
    cursor: pointer;
}
.job-warp .warp .btns:hover{color: #fff;opacity: 0.8}


.apply-warp{
	width: 1200px;
	margin: 0 auto 30px;
	box-sizing:border-box;
	padding: 3%;
	opacity: 0;
	filter:alpha(opacity=0); 
	opacity:1\0/IE9;
	background: url(/static/web/img/apply-bg.jpg) center/cover no-repeat;
}
.apply-warp h2{
	display: block;
	position: relative;
	height: 32px;
	line-height: 32px;
	font-size: 24px;
	color: #333;
	padding-bottom: 23px;
	border-bottom: 1px solid #cfcfcd;
	margin-bottom: 40px;
}
.apply-warp h2 i{
	display: block;
	width: 46px;
	height: 2px;
	background-color: #750a0a;
	bottom:-1px;
	position: absolute;
	left:0;
}
.apply-warp .warp{
	width: 100%;
}
.apply-warp .warp li{
	width: 43%;
	float: left;
	margin-bottom: 20px;
}
.apply-warp .warp li:nth-child(odd){
	padding-right:2%;
	width:48%;
}
.apply-warp .warp li:nth-child(even){
	padding-left:7%;
}
.apply-warp .warp li .fa{
	width: 33%;
	float: left;
	font-size: 14px;
	color: #333;
	line-height: 40px;
}
.apply-warp .warp li:nth-child(even) .fa{padding-left:7%;box-sizing:border-box;}
.apply-warp .warp li .fa span,.apply-warp .messge .fa span{
	color: #d24545
}
.apply-warp .warp li .inp{
	width: 60%;
	float: left;
	border:1px solid transparent;
}
.apply-warp .warp li .inp span{
	padding-right: 3%;
	font-size: 14px;
	line-height: 40px;
}
.apply-warp .warp li .inp input[type="text"]{
	display: block;
	height: 40px;
	box-sizing:border-box;
	border:1px solid #dadada;
	border-radius: 5px;
	width:100%;
	padding:0 3%;
	font-size: 14px;
}
.apply-warp .messge{
	width: 100%;
	padding-left: 0;
	margin-bottom: 48px;
}
.apply-warp .messge .fa{
	width:16%;
	float: left;
	font-size: 14px;
	color: #333;
	line-height: 40px;

}
.apply-warp .messge .inp{
	float: left;
	width:82.7%;
	height: 195px;
}
.apply-warp .messge .inp textarea{
	display: block;
	height: 100%;
	width: 100%;
	box-sizing:border-box;
	border:1px solid #dadada;
	border-radius: 5px;
	padding: 2%;
	font-size: 14px;
}
.apply-warp .btns{
	height: 37px;
	width: 100%;
}
.apply-warp .btns input{
	width: 119px;
	height: 37px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	display: block;
	background-color: #860000;
	border:0;
	margin-left: 16%;
	border-radius: 5px;
		transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.apply-warp .btns input:hover{
	opacity: 0.7
}




.honor-warp{
	width: 1200px;
	margin: 0 auto;
	/*opacity: 0;*/
}
.honor-warp li{
	width: 31%;
	float: left;
	margin:0 3.5% 45px 0;
}
.honor-warp li:nth-child(3),.honor-warp li:nth-child(6){
	margin-right: 0;
}
.honor-warp li img{
	display: block;
	width: 100%;
	box-sizing:border-box;
	border:1px solid #e8e8e8;
}
.honor-warp li h2{
	display: block;
	font-size: 20px;
	height: 54px;
	line-height: 54px;
	color: #333;
	text-align: center;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}




@media screen and (max-width:1200px){
	#his22{display:block;}
	#his11{display:none;}
	.ab3{display: none;}
	.ab3-phone{
		width: 100%;margin: 0 auto;
		background: url(/static/web/img/ab-hisbg.jpg) center/cover no-repeat;
		padding:50px 0 40px;display: block;
	}
	.ab3-phone .title{
		width: 184px;height: 46px;
		margin: 0 auto 80px;
		position: relative;
		padding-bottom: 25px;
	}
 	.ab3-phone .swiper-container{
        width: 100%;
        height:134px;
        position: relative;
        margin-bottom:40px;
    }
    .ab3-phone .swiper-container:before{
		display: block;
		width: 100%;
		height: 2px;
		background-color: #b39d8e;
		position: absolute;
		z-index: -1;
		top:50%;
		margin-top: -1px;
		left: 0;
		content: ''
    }
    .ab3-phone .swiper-slide{
        text-align: center;
        font-size: 18px;
        cursor: pointer;
        width:18%;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .ab3-phone .swiper-slide .title{
		width: 134px;
		height:93px;
		line-height:65px;
		padding:27px 0 14px;
		color: #fff;
		font-size: 24px;
		margin: 0 auto;
		background: url(/static/web/img/ab-ph2.png) center top no-repeat;
    }
    .ab3-phone .swiper-slide .title span{
    	display: block;
    	line-height: 20px;
    	text-align: center;
    }
    .ab3-phone .swiper-slide.on .title{
    	background: url(/static/web/img/ab-ph1.png) center top no-repeat;
    }
	.ab3-phone .box{
		width: 86%;
		margin: 0 auto;
		box-sizing:border-box;
		padding:25px 20px;
		border:12px solid #fff;
		background-color: #ecebe8;
		box-shadow: 0 0 5px 0 rgba(0,0,0,0.1)
	}
	.ab3-phone .box p{
		font-size: 24px;
		line-height: 40px;
		color: #666666;
	}
	.funinfor .box1 .top .ti{
		width: 7%;
	}
	.funinfor .box1 .top .t2{
		width: 91%;
	}
	.funinfor .box1 .bot{
		padding-left:9%;
	}
	.funinfor .box1 .bot .box table tr td{
		padding: 4px 0;
	}
	.funinfor .box1 .bot{
		padding: 1.5% 0 45px 7%;
		background: url(/static/web/img/iinfor.png) 2.5% top repeat-y;
	}
	.funinfor .box2 .box{
		padding:1.5% 0 45px 7%;
		background: url(/static/web/img/iinfor.png) 2.5% top repeat-y;
	}
}
@media screen and (max-width:1470px){
	.em .swiper-container{height: 550px}
	.em  .arrow-left {left:5%;}
	.em  .arrow-right {right:5%;}
}
@media screen and (min-width: 970px) and (max-width: 1300px){
	.header-pc .warp,.footer .warp,.honor-warp{width:90%;}
	.footer{padding: 74px 0 100px;}
	.header-pc .warp .logo{margin-top: 65px;}
	.header-pc .warp .nav{width: 58%}
	.header-pc .warp .nav li{margin-right: 3.8%}
	.banner .flex-direction-nav a{width:50px;height:50px;}
	.wel1 .warp,.wel2 .warp,.wel3 .warp,.wel4 .warp,.wel5 .mian,.wel6 .warp{width:90%;}
	.wel6 .warp .box li a .pic .details p{line-height: 22px;}
	.wel5 .mian li a .time .year{font-size: 55px;}
	.wel5 .mian li a .time .date{font-size: 18px;}
	.wel5 .mian li a .box h2{font-size: 22px;}

	/*about*/
	.ab1 .warp .box{padding: 3% 0 0 3%}
	.ab1 .warp{width:90%;margin: 0 auto;}
	.ab1{padding-bottom: 120px;}
	.ab4 .warp,.apply-warp,.job-warp,.funinfor,.ninfor,.cont3 .warp,.cont2 .warp,.cont1 .warp,.ab2 .warp,.news-warp .warp,.news-warp .title .cont,.sci-warp,.base-title .cont,.hard-warp,.sciinfor,.sciinfor .warp,.pro-warp,.proinfor,.proinfor-qh,.em .warp,.bk-warp,.join,.talent{
		width:90%;
	}
	.base-title{height: 85px;}
	.base-title .cont a{height: 85px;line-height: 85px;}
	.news-warp  .warp li a .box .details{margin-bottom: 30px;}
	.sci-warp li,.sci-warp li a .box{height: auto}
	.hard-warp .number,.hard-warp .arrow-right,.hard-warp .arrow-left{bottom: 5%;}
	.hard-warp .title{width: 70%;padding: 23px 25% 23px 5%}
	.pro-warp li a .box .tit span{margin-right: 15px;padding-right: 15px;}
	.proinfor .warp .box .title{padding: 3% 0 3%}
	.proinfor .warp .box{width: 50%}
	.proinfor .warp .box .details{line-height: 25px;}
	.em .swiper-container{height: 500px}
	.job-warp .warp .tbl{width: 95%;padding: 10px 5% 20px 0;}
	.apply-warp .warp li:nth-child(odd){padding-right: 0%;width: 50%;}
	.apply-warp .warp li:nth-child(even){    padding-left: 2%; }
	.apply-warp .warp li:nth-child(even){padding-left:2%}
	.apply-warp .warp li:nth-child(even) .fa{padding-left:8%;box-sizing:border-box;}
	.apply-warp .warp li:nth-child(1) .fa,.apply-warp .warp li:nth-child(3) .fa{
		line-height: 20px;
	}
	.apply-warp .warp li .fa{width: 35%}
	.apply-warp .warp li{width: 48%}
	.apply-warp .warp li .inp span{padding-right:0%;}
	.apply-warp .messge .fa{width: 18%}
	.apply-warp .messge .inp{width: 80%;}
	.apply-warp .btns input{margin-left: 18%}
}
@media screen and (min-width:1200px) and (max-width: 1300px){
	.ab4 .warp .mian .box .cent{height: 357px;}
}
@media screen and (min-width:1100px) and (max-width: 1200px){
	.ab4 .warp .mian .box .cent{height: 317px;}
}
@media screen and (min-width: 970px) and (max-width: 1100px){
	.ab4 .warp .mian .box .cent{height: 265px;}
}
<!--0.00027608871459961-->