.section{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.slide_banner{
	width: 100%;
	height: 100%;
}
.section1{
	background-image: url(../img/section_banner1.png);
}
.section2{
	background-image: url(../img/section_banner2.png);
}
.section3{
	background-image: url(../img/section_banner3.png);
}
.section4{
	background-image: url(../img/section_banner4.png);
}
#menu { 
	width: 97px;
	position: fixed; 
	right: 38px; 
	bottom: 0; 
	z-index: 70;
	
}
#menu li {
	width: 97px;
	height: 47px;
}
#menu a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 47px;
	font-size: 14px;
	color: #787879;
	background-color: #f1f1f1; 
}
#menu .active a { 
	color: #fff; 
	background-color: #753325;
}
.nav_container{
	width: 15%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 20;
}
.nav_container_bg{
	background-image: url(/Public/Web/img/nav_bg.png);
}
.nav{
	width: 193px;
	background-color: white;
	position: absolute;
	z-index: 1;
}
.nav_top{
	width: 100%;
	height: 98px;
	line-height: 98px;
	text-align: center;
	background-color: #e8e9ea;
}
.nav_bottom{
	width: 100%;
	height: 170px;
	line-height: 150%;
	background-color: #e8e9ea;
	box-sizing: border-box;
	padding-top: 10px;
}
.nav_list_item{
	width: 100%;
	padding: 18px 0;
	position: relative;
}
.nav_active:after{
	content: '';
	width: 15px;
	height: 100%;
	background-color: #753325;
	background-image: url(../img/triangle_white.png);
	background-position: 100%;
	background-repeat: no-repeat;
	background-size: 6px 10.2px;
	position: absolute;
	right: -15px;
	top: 1px;
	z-index: 1;
}
.nav_active span{
	color: #753325;
}
.nav_list_item:before{
	content: '';
	width: 120px;
	height: 1px;
	background-color: #d6d5d5;
	position: absolute;
	left: 0;right: 0;
	bottom: 0;margin: auto;
}
.nav_list_item:last-child:before{
	display: none;
}
.nav_list_item a{
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}
.logo{
	width: auto;
	height: auto;
	vertical-align: middle;
}
#fp-nav.right{
	right: 0 !important;
}
#fp-nav ul li .fp-tooltip{
	color: #753325 !important;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span{
	background-color: #753325 !important;
}
.fp-controlArrow{
	border: none !important;
	width: 48px !important;
	height: 35px !important;
	top: 46% !important;
	margin-top: 0 !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 11px 17px;
}
.fp-controlArrow.fp-next{
	right: 28% !important;
	background-color: #753325;
	background-image: url(../img/arrow_right.png);
}
.fp-controlArrow.fp-prev{
	left: auto !important;
	right: calc(28% + 48px) !important;
	background-color: white;
	background-image: url(../img/arrow_left.png);
}
.fp-tableCell{
	position: relative;
}
#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span{
	background: none !important;
	box-sizing: border-box;
	border: 3px solid #753325;
}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span{
	background: none !important;
	box-sizing: border-box;
	border: 3px solid #753325;
}
.nav_chinese{
	font-size: 16px;
	/*font-size: 14px;*/
	color: #020202;
	display: block;
	margin: 0 38px;
	text-align: center; 
}
.nav_english{
	font-size: 12px;
	color: #999999;
	display: block;
	margin: 0 38px;
}
.nav_bottom p{
	font-size: 12px;
	color: #595959;
	padding: 0 20px;
}
.nav_bottom p a{
	font-size: 12px;
	color: #595959;
}
.nav_bottom p a em{
	font-size: 12px;
	color: #753325;
}

.nav_tips{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: relative;
}
.nav_tips i{
	font-size: 28px;
	color: #753325;
}
.nav_tips a{
	display: inline-block;
}
.nav_tips a:nth-of-type(2){
	margin-left: 2px;
}
.son_nav_list{
	/*width: 132px;*/
	position: absolute;
	left: 193px;
	top: 1px;
	background-color: #753325;
	display: none;
	z-index: 2;
}
.nav_list_item_item{
	width: 100%;
	height: 47px;
	line-height: 47px;
}
.nav_list_item_item a{
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	font-size: 14px;
	color: white;
	padding-left: 30px;
	padding-right: 20px;
	background-position: 10%;
	background-repeat: no-repeat;
	background-size: 6px 10.2px;
	white-space:nowrap;
}
.son_nav_active a{
	background-color: #411309;
	background-image: url(../img/triangle_white.png);
}
.nav_list_item_item a:hover{
	background-color: #411309;
	background-image: url(../img/triangle_white.png);
}
.nav_list_item:hover span{
	color: #753325;
}
.nav_list_item:hover .son_nav_list{
	display: block;
}
.index_container{
	width: 85%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.index_title_big{
	font-size: 30px;
	color: #2f2e2e;
	text-align: center;
	padding: 5% 0 0;
	letter-spacing: 1px;
}
.index_title_small{
	font-size: 14px;
	color: #c4c4c3;
	text-align: center;
	padding-bottom: 3%;
	letter-spacing: 1px;
}
.building_container{
	margin: 0 auto;
	position: relative;
}
.building_show{
	width: 39.768339%;
	height: 100%;
	background-color: white;
	position: absolute;
	left: -300px;
	top: 0;
	opacity: 0;
	display: none;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
}
.building_show_pic{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.building_show img{
	width: 100%;
	height: auto; 
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	position: absolute;
	left: 0;right: 0;
	bottom: 0;top: 0;
	margin: auto;
}
.building_show_pic:hover img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
.displayblock{
	display: block !important;
}
.building_list_container{
	width: calc(100% - 39.768339% - 5px);
	width: -webkit-calc(100% - 39.768339% - 5px);
	height: 100%;
	overflow: hidden;
	position: relative;
	right: -300px;
	opacity: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
}
.building_list{
	width: calc(100% + 5px);
	width: -webkit-calc(100% + 5px);
	height: 100%;
}
.building_list li{
	width: calc( ( 100% - 15px ) / 3);
	width: -webkit-calc( ( 100% - 15px ) / 3);
	height: calc( ( 100% - 5px ) / 2);
	height: -webkit-calc( ( 100% - 5px ) / 2);
	text-align: center;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}
.building_item{
	background-color: #f0f0f0;
	position: relative;
	overflow: hidden;
}
.building_item_img{
	height: auto;
	margin-top: 16%;
}
.last_item{
	background-color: #753325;
	position: relative;
}
.last_item a{
	position: absolute;
	height: 30px;
	line-height: 30px;
	left: 0;right: 0;
	top: 0;bottom: 0;
	margin: auto;
	font-size: 24px;
	color: white;
	text-align: center;
}
.build_font1{
	color: #753325;
	font-size: 24px;
}
.build_font2{
	color: #333333;
	font-size: 10px;
	-webkit-transform:scale(0.8);
}
.building_show_font1{
	color: #2f2e2e;
	font-size: 26px;
	padding-left: 15px;
	letter-spacing: 2px;
	font-weight: bold;
}
.building_show_font2{
	color: #2f2e2e;
	font-size: 10px;
	padding-left: 15px;
}
.building_show_tel{
	/*text-align: right;*/
	padding-left: 15px;
	color: #1f1e1e;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
}
.building_show_tel i{
	color: #1f1e1e;
	font-size: 24px;
	padding-right: 5px;
}
.building_show_price{
	padding: 0 15px;
}
.price{
	display: inline-block;
	margin-top: -11px;
}
.building_show_price b{
	color: #753325;
	font-weight: bold;
}
.building_show_price em{
	color: #858383;
}
.building_show_price i{
	color: #858383;
}
.building_lable{
	padding: 2px 5px;
	font-size: 14px;
	color: #605f5f;
	box-sizing: border-box;
	border: 1px solid #605f5f;
	margin-left: 5px;
	border-radius: 2px;
}
.building_lable_active{
	background-color: #605f5f;
	color: white;
}
.mask_img{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	z-index: 1
}
.mask_img img{
	width: 100%;
	height: 100%;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
}


.building_item:hover .mask_img img{
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
}
.building_item:hover .mask_dark_font{
	top: 60%;bottom: auto;
}
.building_item:hover .mask_dark_more{
	top: 30%;bottom: auto;
	opacity: 1;
}

.mask_dark{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	background-color: rgba(0,0,0,.6);
	left: 0;
	top: 0;
	display: block;
	z-index: 2
}
.mask_dark a{
	display: block;
	width: 100%;
	height: 100%;
	
}
.mask_dark_font{
	color: white;
	font-size: 24px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	left: 0;right: 0;
	top: 50%;
	margin: auto;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
}
.mask_dark_more{
	font-size: 30px;
	color: white;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;right: 0;
	top: 50%;
	margin: auto;
	opacity: 0;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
}



.index_video{
	width: 425px;
	height: 206px;
	margin: 0 auto;	
	position: relative;
}
.index_play_box{
	width: 55px;
	height: 55px;
	background-color: rgba(255,255,255,.3);
	line-height: 55px;
	position: absolute;
	left: 0;top: 0;
	right: 0;bottom: 0;
	margin: auto;
	cursor: pointer;
}
.index_play{
	vertical-align: middle;
	margin-left: 15px;
}
.dep_know{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 130px;
	height: 44px;
	background-color: #753325;
	text-align: center;
	line-height: 44px;
}
.dep_know a{
	font-size: 14px;
	color: white;
}
.index_about_us{
	width: 1272px;
	margin: 25px auto 10px;
	font-size: 16px;
	color: #888888;
	text-align: justify;
	line-height: 150%;
}
.section4_list{
	margin: 0 auto;
}
.section4_list li{
	float: left;
	width: calc(( 100% - 10% ) / 3);
	width: -webkit-calc(( 100% - 10% ) / 3);
	height: 100%;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	position: relative;
	top: 300px;
	opacity: 0;
}
.section4_list li:nth-child(1){
	transition: box-shadow .3s , top .3s , opacity .3s;
	-webkit-transition: box-shadow .3s , top .3s , opacity .3s;
	-moz-transition: box-shadow .3s , top .3s , opacity .3s;
	-ms-transition: box-shadow .3s , top .3s , opacity .3s;
}
.section4_list li:nth-child(2){
	margin: 0 5%;
	transition: box-shadow .3s , top .6s , opacity .6s;
	-webkit-transition: box-shadow .3s , top .6s , opacity .6s;
	-moz-transition: box-shadow .3s , top .6s , opacity .6s;
	-ms-transition: box-shadow .3s , top .3s , .6s , opacity .6s;
}
.section4_list li:nth-child(3){
	transition: box-shadow .3s , top .9s , opacity .9s;
	-webkit-transition: box-shadow .3s , top .9s , opacity .9s;
	-moz-transition: box-shadow .3s , top .9s , opacity .9s;
	-ms-transition: box-shadow .3s , top .3s , .9s , opacity .9s;
}
.section4_list li:hover{
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.section4_list li a{
	display: block;
	width: 100%;
	height: 100%;
}
.section4_list_img{
	width: 100%;
	height: auto;
}
.section4_list_font1{
	display: block;
	font-size: 20px;
	color: #2f2e2e;
	font-weight: bold;
	padding-top: 15px;
	padding-left: 18px;
}
.section4_list_font2{
	display: block;
	font-size: 10px;
	color: #5f5e5e;
	-webkit-transform:scale(0.8);
	margin-left: -22px;
	padding-top: 5px;
}
.mask{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	left: 0;top: 0;
	right: 0;bottom: 0;
	z-index: 999;
	display: none;
}
.video{
	width: 1000px;
	height: 600px;
	position: absolute;
	left: 0;top: 0;
	right: 0;bottom: 0;
	margin: auto;
	z-index: 1000;
	display: none;
	background-color: white;
}
.section3_list1{
	width: 380px;
	margin: 0 auto;
}
.section3_list1 li{
	float: left;
	width: 180px;
	height: 42px;
	margin-right: 17px;
	background-color: #753325;
	text-align: center;
	cursor: pointer;
}
.section3_list1 li:last-child{
	margin-right: 0;
}
.section3_list1_font1{
	display: block;
	padding-top: 4px;
	font-size: 14px;
	color: white;
}
.section3_list1_font2{
	display: block;
	font-size: 10px;
	-webkit-transform:scale(0.8);
	color: white;
}
.section3_list1 .section3_active{
	background-color: #282828;
}
.section3_container{
	width: 1250px;
	margin: 48px auto 0;
}
.section3_left{
	margin-right: 5px;
	background-color: white;
	box-shadow: 0 4px 10px rgba(0,0,0,.1);
}
.section3_left img{
	width: 100%;
	height: auto;
}
.section3_left h2{
	padding-left: 20px;
}
.section3_left h2 a{
	font-size: 22px;
	color: #282828;
}
.section3_left h2 a:hover{
	color: #753325;
}
.section3_left span{
	display: block;
	padding-left: 20px;
	padding-top: 10px;
}
.section3_left span,
.section3_left span i{
	font-size: 16px;
	color: #888888;
}
.section3_left span i{
	padding-right: 5px;
}
.section3_right li{
	width: 100%;
	margin-bottom: 5px;
	position: relative;
	right: -300px;
	opacity: 0;
}
.section3_right .section3_right_active{
	right: 0;
	opacity: 1;
}
.section3_right li:nth-child(1){
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}
.section3_right li:nth-child(2){
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
}
.section3_right li:nth-child(3){
	transition: all .9s;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-ms-transition: all .9s;
}
.index_news_pic{
	float: left;
	height: auto;
}
.index_news_font{
	width:calc(100% - 232px);
	width:-webkit-calc(100% - 232px);
	float: left;
	box-sizing: border-box;
	padding-left: 4%;
	padding-right: 10px;
}
.index_news_font h2 a{
	color: #333333;	
	font-weight: bold;
}
.index_news_font h2 a:hover{
	color: #753325;
}
.index_news_font p{
	font-size: 14px;
	color: #888888;
	text-align: justify;
	min-height: 50px;
}
.index_news_font span i,
.index_news_font span b{
	font-size: 12px;
	color: #282828;
}
.index_news_font span b{
	padding-right: 10px;
}
.pie{
	height: 600px;
	position: absolute;
	left: 0;right: 0;
	top: 0;bottom: 0;
	margin: auto;
}
.pie_container{
	width: 500px;
	height: 500px;
	margin-top: 50px;
	position: relative;
	opacity: 0;
	left: -500px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
}
.pie_font{
	width: 52%;
	height: 100%;
	position: absolute;
	right: -600px;
	top: 0;
	display: none;
	opacity: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
}
.pie_lable_block{
	width: 9px;
	height: 6px;
	background-color: #753325;
	margin-bottom: 8px;
	margin-left: 1px;
}
.pie_lable p{
	font-size: 10px;
	color: #919090;
	padding-bottom: 25px;
}
.pie_lable h2{
	font-size: 16px;
	color: #2f2e2e;
}
.pie_lable_active .pie_lable_block{
	background-color: white;
}
.pie_lable_active p,
.pie_lable_active h2{
	color: white;
}
.pie_lable{
	position: absolute;
	cursor: pointer;
	pointer-events: none;
	opacity: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
}
.pie_lable1{
	top: 150px;
	left: -200px;
}
.pie_lable2{
	top: 350px;
   	left: -200px;
}
.pie_lable3{
	top: 350px;
    left: -376px;
}
.pie_lable4{
	top: 150px;
   	left: -376px;
}
.industry_title{
	font-size: 28px;
	color: #2f2e2e;
	font-weight: bold;
}
.industry_eng{
	font-size: 14px;
	color: #999999;
	letter-spacing: 1px;
	padding: 5px 0 15px;
}
.arrowBig_right{
	display: block;
	margin-left: 5px;
	margin-bottom: 32px;
}
.industry_msg{
	font-size: 16px;
	color: #888888;
	line-height: 150%;
	/*height: 292px;*/
	overflow: hidden;
	text-align: justify;
}
.know_more{
	width: 172px;
	height: 46px;
	background-color: #753325;
	margin-top: 35px;
}
.know_more a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 46px;
	font-size: 16px;
	color: white;
}
#other_container{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.h_height{
	height: 100%;
	overflow: hidden;
}
.main_container{
	width: 85%;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	box-sizing: border-box;
	padding: 0 28px;
}
.main_header{
	height: 125px;
	padding: 0 25px;
	margin-bottom: 10px;
	background-image: url(../img/heng_banner.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.main_header_left{
	height: 100%;
	position: relative;
}
.main_header_left h2{
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 20px 0 10px;
}
.main_header_left span b{
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 0;
}
.main_header_left span em{
	font-size: 10px;
	-webkit-transform:scale(0.8);
	color: #FFFFFF;
	font-weight: bold;
	line-height: 0;
	letter-spacing: 1px;
}
.arrowLit_right{
	width: 10px;
	height: 20px;
	position: absolute;
	right: -30px;
	top: calc((100% - 20px) / 2);
}
.main_header_right{
	padding-top: 30px;
	text-align: right;
}
.main_header_right span i{
	font-size: 30px;
	color: #753325;
	padding-right: 5px;
}
.main_header_right span,
.main_header_right p{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.main_nav {
	position:relative;
	height: 32px;
	width: 100%;
	overflow: hidden;
}
.main_nav .scroller {
	position:absolute;
}
.main_nav .scroller li {
	position: relative; 
	width: 150px;
	height: 32px;
	float: left;
	line-height: 32px;
	background-color: #f1f1f1;
}
.main_nav .scroller li:after{
	content: '';
	width: 7px;
	height: 100%;
	background-color: #753325;
	position: absolute;
	right: -7px;
	top: 0;
}
.main_nav .scroller li a{
	display: block;
	width: 100%;
	height: 100%;
	color:#060506;
	font-size: 16px;
	/*font-size: 14px;*/
	font-weight: bold;
	box-sizing: border-box;
	margin-right: 11px;
	text-align: center;
}
.main_nav .scroller li a em{
	color:#a6a6a6;
	font-size: 10px;
	padding-left: 5px;
}
.main_nav .scroller li.cur{
	background:#753325;
}
.main_nav .scroller li.cur a,
.main_nav .scroller li.cur a em{
	color:#fff;
}

.main_banner{
	width: 100%;
	height: auto;
	margin-top: 6px;
}
.breadcrumb_back{
	height: 35px;
	line-height: 35px;
	margin: 10px 0 25px;
}
.breadcrumb a{
	padding: 10px 0 5px;
}
.breadcrumb a:hover{
	color: #753325;
}
.breadcrumb,
.breadcrumb i,
.breadcrumb a{
	color: #282828;
	font-size: 14px;
	/*font-size: 12px;*/
}
.breadcrumb .breadcrumb_active{
	color: #753325;
	border-bottom: 4px solid #753325;
}
.back{
	width: 33px;
	height: 31px;
	background-color: #753325;
	text-align: center;
	line-height: 31px;
}
.back i{
	font-size: 18px;
	color: white;
}
.hc_title{
	display: block;
	margin: 5% auto 40px;
}
.hc_title_new{
	margin: 0 auto 10px;
}
.about_content{
	padding: 2% 20px;
}
.about_images{
	width: 43%;
	height: auto;
}
.about_content_right{
	width: 57%;
	box-sizing: border-box;
	padding-left: 2.5%;
}
.about_content_right h2{
	font-size: 20px;
	color: #2f2e2e;
	font-weight: bold;
	padding-bottom: 25px;
	text-align: center;
}
.about_content_right p{
	font-size: 16px;
	/*font-size: 14px;*/
	color: #888888;
	text-align: justify;
	line-height: 180%;
}
 .fonts_swiper {
  width: 100%;
  cursor: pointer;
}
.responsibility_fonts_swiper{
	width: 100% ;
	height: 65% ;
	cursor: pointer;
}
.responsibility_fonts_swiper .swiper-slide,
.fonts_swiper .swiper-slide,
.preblems_context .swiper-slide{
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
}
.goujia_pic{
	display: block;
	width: 87.561274%;
	height: auto;
	margin: 40px auto 0;
}
.timeAxis_container{
	width: 89%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.timeAxis_line{
	width: 100%;
	height: 1px;
	background-color: #d5d5d5;
	position: absolute;
	left: 0;
	top: 100px;
}
.timeAxis{
	height: 85px;
	position: absolute;
	left: 0;
}
.timeAxis li{
	float: left;
	width: 120px;
	height: 100%;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
}
.timeAxis_circle,
.timeAxis_circle div{
	border-radius: 50%;
	position: absolute;
	left: 0;right: 0;
	top: 0;bottom: 0;
	margin: auto;
}
.timeAxis_circle{
	width: 18px;
	height: 18px;
	background-color: #171717;
	border: 4px solid #FFFFFF;
	cursor: pointer;
}
.timeAxis_circle div{
	width: 6px;
	height: 6px;
	background-color: white;
}
.time1{
	font-size: 14px;
	color: #555454;
	font-weight: bold;
	position: absolute;
	left: 0;right: 0;
	top: 55px;
	text-align: center;
	cursor: pointer;
}
.time2{
	width: 53px;
	height: 154px;
	background-image: url(../img/time_active.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: white;
	position: absolute;
	top: 0;
	left: 0;right: 0;
	margin: auto;
	transform-origin: center 25%; 
	-ms-transform-origin: center 25%; 
	-moz-transform-origin: center 25%; 
	-webkit-transform-origin: center 25%; 
	transform: scale(0);
	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.time2_font{
	width: 132px;
	font-size: 24px;
	color: #753325;
	font-weight: bold;
	position: absolute;
	left: -12px;
	bottom: 45px;
}
.timeAxis_active .timeAxis_circle{
	display: none;
}
.timeAxis_active .time1{
	display: none;
}
.timeAxis_active .time2{
	transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}
.time_swiper{
	width: 89%;
	height: 300px;
	margin: 20px auto 0;
}
.time_swiper .swiper-slide{
	width: 24%;
	height: calc(100% - 3px);
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.time_swiper .swiper-slide:hover{
	box-shadow: 3px 3px 10px rgba(0,0,0,.2);
}
.time_swiper .swiper-slide img{
	width: 100%;
	height: auto;
}
.time_swiper .swiper-slide h2{
	padding-left: 10px;
}
.time_swiper .swiper-slide h2 a{
	color: #171717;
	font-weight: bold;
}
.time_swiper .swiper-slide h2 a em{
	font-size: 12px;
	color: #171717;
	font-weight: bold;
}
.time_swiper .swiper-slide p{
	font-size: 12px;
	color: #888888;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}
.honor_container {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}

#slide {
	width: 940px;
	height: 313px;
	/*width: 840px;
	height: 280px;*/
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	background-color: white;
}

#slide .img {
	overflow: hidden;
	width: 468px;
	height: 278px;
	/*width: 418px;*/
	/*height: 249px;*/
	background-color: rgba(0,0,0,1);
	position: absolute;
	transition: all .4s;
}

#slide .img img {
	width: auto;
	height: 278px;
	max-height: 100%;
	max-width: 100%;
}

#slide .img1 {
	width: 350px;
	height: 208px;
	/*width: 302px;
	height: 180px;*/
	top: 22%;
	left: -350px;
	z-index: 1;
	opacity: 0;
}

#slide .img2 {
	width: 350px;
	height: 208px;
	/*width: 302px;
	height: 180px;*/
	top: 22%;
	left: 0;
	z-index: 2;
	opacity: 0.5;
}

#slide .img3 {
	top: 10%;
	left: 236px;
	/*left: 211px;*/
	z-index: 3;
}

#slide .img4 {
	width: 350px;
	height: 208px;
	/*width: 302px;
	height: 180px;*/
	top: 22%;
	/*left: 538px;*/
	left: 590px;
	z-index: 2;
	opacity: 0.5;
}

#slide .img5 {
	width: 350px;
	height: 208px;
	/*width: 302px;
	height: 180px;*/
	top: 22%;
	left: 940px;
	z-index: 1;
	opacity: 0;
}
.honor_arrow_left,
.honor_arrow_right{
	width: 42px;
	height: 68px;
	background-color: #282828;
	line-height: 68px;
	text-align: center;
	position: absolute;
	top: 142px;
	cursor: pointer;
}
.honor_arrow_left img,
.honor_arrow_right img{
	vertical-align: middle;
}
.honor_arrow_left{
	left: 0;
}
.honor_arrow_right{
	right: 0;
}
.honor_arrow_left:hover,
.honor_arrow_right:hover{
	background-color: #753325;
}
.honor_font{
	width: 1100px;
	margin: 20px auto 0;
	text-align: center;
	font-size: 18px;
	color: #753325;
	display: none;
}
.responsibility_container{
	margin: 0 auto;
}
.responsibility_right{
	height: 100%;
	overflow: hidden;
}
.responsibility_left{
	width: 60%;
	height: 100%;
	position: relative;
}
.responsibility_left p{
	font-size: 16px;
	color: #888888;
	text-align: justify;
	line-height: 180%;
	display: none;
}
.responsibility_left img{
	width: 503px;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
}
.responsibility_s1 .swiper-slide img{
  	width: 100%;
  	height: 100%;
}
.responsibility_s2 .swiper-slide img{
  	width: 100%;
  	height: 100%;
}
.responsibility_s1 {
  	height: 77%;
  	width: 100%;
}
.responsibility_s2 {
  	height: calc(23% - 3px);
  	height: -moz-calc(23% - 3px);
  	height: -webkit-calc(23% - 3px);
  	box-sizing: border-box;
  	padding: 10px 0;
 	margin: 3px auto 0 !important;
}
.responsibility_s2 .swiper-slide {
	width: 223px;
  	height: 100%;
  	opacity: 0.4;
}
.responsibility_s2 .swiper-slide-active {
  	opacity: 1;
}
.responsibility_s1 .swiper-button-next,.responsibility_s1 .swiper-button-prev{
	width: 42px;
	height: 68px;
	background-color: #282828;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 18px 35px;
}
.responsibility_s1 .swiper-button-next{
	background-image: url(../img/honor_arrow_right.png) !important;
	right: 0;
}
.responsibility_s1 .swiper-button-prev{
	background-image: url(../img/honor_arrow_left.png) !important;
	left: 0;
}
.responsibility_s1 .swiper-button-next:hover,.responsibility_s1 .swiper-button-prev:hover{
	background-color: #753325;
}
.responsibility_s1_fonts{
	width: 100%;
	height: 46px;
	background-color: rgba(255,255,255,.2);
	position: absolute;
	left: 0;
	bottom: 0;
}
.responsibility_s1_fonts h2,
.responsibility_s1_fonts span,
.responsibility_s1_fonts span i{
	font-size: 12px;
	color: white;
}
.responsibility_s1_fonts h2,
.responsibility_s1_fonts span{
	padding-left: 20px;
}
.responsibility_s1_fonts h2{
	padding-top: 5px;
}
.responsibility_s1_fonts span i{
	padding-right: 5px;
}
.media_table{
	width: 264px;
	margin: 0 auto 28px;
}
.media_table_item{
	width: 114px;
	height: 42px;
	float: left;
	margin: 0 9px;
	background-color: #282828;
	text-align: center;
	cursor: pointer;
}
.media_table_item span{
	display: block;
	font-size: 14px;
	padding-top: 4px;
	color: white;
}
.media_table_item em{
	display: block;
	font-size: 10px;
	color: white;
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
}
.media_active{
	background-color: #753325;
}
.media_list{
	width: 86%;
	margin: 0 auto;
}
.media_list li{
	float: left;
	width: 32%;
	margin-right: 2%;
	position: relative;
	cursor: pointer;
}
.media_list li:last-child{
	margin-right: 0;
}
.media_pic{
	width: 100%;
	height: auto;
}
.media_font{
	font-size: 16px;
	color: #282828;
	line-height: 200%;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	text-align: center;
}
.media_mask{
	width: 100%;
	background-color: rgba(0,0,0,.4);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}
.media_play_box{
	width: 55px;
	height: 55px;
	background-color: rgba(122,62,48,1);
	line-height: 55px;
	position: absolute;
	left: 0;top: 0;
	right: 0;bottom: 0;
	margin: auto;
	cursor: pointer;
}
.media_list li:hover .media_mask{
	opacity: 1;
}
.media_list li:hover .media_font{
	color: #753325;
}
.pages{
	width: 86%;
	height: 34px;
	text-align: center;
	margin: 30px auto 0;
}
.pages a,
.pages span{
	display: inline-block;
	width: 30px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	margin: 0 7px;
	background-color: #e1e0e0;
}
.pages .active,
.pages a:hover{
	background-color: #753325;
	color: white;
}
.pages .prev,
.pages .next{
	width: 219px;
	height: 34px;
	line-height: 30px;
	text-align: center;
	font-size: 26px;
	color: white;
	background-color: #282828;
}
.pages .prev{
	float: left;
}
.pages .next{
	float: right;
}
.pages .prev:hover,
.pages .next:hover{
	background-color: #753325;
}
.house_container{
	width: 98%;
	margin:3.7% auto 0;
}
.business_pic{
	width: 43%;
	height: auto;
}
.business_font{
	width: 55%;
}
.business_title_pic{
	display: block;
	margin: 0 auto 20px;
}
.business_title{
	font-size: 20px;
	color: #2f2e2e;
	font-weight: bold;
	padding: 30px 0 25px;
	text-align: center;
}
.business_p{
	font-size: 16px;
	/*font-size: 14px;*/
	color: #888888;
	text-align: justify;
	line-height: 180%;
}
.hc_title_font{
	font-size: 20px;
	color: #2f2e2e;
	font-weight: bold;
	margin: 0 auto 20px;
	letter-spacing: 1px;
}
.building_swiper{
	width: 84.4%;
	margin: 30px auto 0;
	overflow: hidden;
	position: relative;
}
.building_swiper .swiper-container{
	width: 89.624060%;
	height: 100%;
	overflow: hidden;
}
.building_swiper .swiper-container .swiper-slide{
	width: 21.644295%;
	height: calc(100% - 4px);
	height: -webkit-calc(100% - 4px);
	height: -moz-calc(100% - 4px);
	height: -ms-calc(100% - 4px);
	box-shadow: 5px 5px 10px rgba(0,0,0,.2);
}
.building_swiper .swiper-container .swiper-slide img{
	width: 100%;
	height: auto;
}
.building_swiper .swiper-button-next,
.building_swiper .swiper-button-prev{
	background-color: #ae9473;
	background-position: center;
	background-repeat: no-repeat;
}
.building_swiper .swiper-button-next{
	background-image: url(../img/honor_arrow_right.png) !important;
	right: 0;
}
.building_swiper .swiper-button-prev{
	background-image: url(../img/honor_arrow_left.png) !important;
	left: 0;
}
.building_name{
	padding-top: 5px;
}
.building_name a{
	color: #292929;
	padding-left: 15px;
	font-weight: bold;
	letter-spacing: 1px;
}
.building_name a em{
	color: #292929;
	font-weight: bold;
	letter-spacing: 1px;
}
.building_tag{
	font-size: 12px;
	color: #888888;
	padding-left: 15px;
	height: 14px;
}
.building_lab{
	display: inline-block;
	padding: 1px 5px;
	background-color: #753325;
	font-size: 12px;
	color: white;
	margin-left: 15px;
}
.building_details_con{
	width: 94%;
	margin: 3.6% 1.2% 0;
}
.building_details_swiper{
	width: 35%;
	overflow: hidden;
}
.building_details_swiper .swiper-slide,
.building_details_swiper .swiper-slide img{
	width: 100%;
	height: 100%;
}
.building_details_swiper .swiper-pagination-fraction{
	width: 50px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	left: auto;
	right: 10px;
	background-color: rgba(0,0,0,.4);
	border-radius: 30px;
	color: #fff;
}
.building_details_swiper .swiper-pagination-current,
.building_details_swiper .swiper-pagination-total{
	font-size: 12px;
	color: #fff;
}

.building_details_font{
	width: 56%;
}
.building_details_context,
.news_msg{
	width: 100%;
}
.building_details_context .swiper-slide,
.news_msg .swiper-slide,
.job_details_left .swiper-slide{
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
}
.swiper-scrollbar-drag{
	background-color: #753325 !important;
}
.building_details_title span{
	display: block;
	font-size: 12px;
	color: #bbbbbb;
	letter-spacing: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}
.building_details_title p{
	font-size: 20px;
	color: #4b4a48;
	line-height: 100%;
	font-weight: bold;
}
.building_details_title h2{
	font-size: 30px;
	color: #ae9473;
	/*padding-bottom: 10px;*/
	letter-spacing: 2px;
}
.bd_title{
	position: relative;
	margin-top: 35px;
}
.bd_circle{
	width: 28px;
	height: 28px;
	border: 2px solid #ae9473;
	border-radius: 50%;
	background-color: #ae9473;
}
.bd_circle div{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: white;
	margin: 8px auto;
}
.bd_title_font{
	height: 100%;
	background-color: white;
	padding-left: 10px;
	position: absolute;
	left: 15px;
	top: 0;
}
.bd_title_font h2{
	font-size: 16px;
	color: #282828;
	line-height: 100%;
	font-weight: bold;
}
.bd_title_font em{
	font-size: 12px;
	color: #959595;
	line-height: 100%;
}
.bd_font{
	font-size: 14px;
	/*font-size: 12px;*/
	color: #888888;
	line-height: 150%;
	text-align: justify;
	padding-left: 25px;
	padding-top: 10px;
}
.bd_contact{
	width: 100%;
	margin-top: 20px;
}
.ba_address span i{
	font-size: 16px;
	color: #753325;
}
.ba_address span{
	font-size: 12px;
	color: #753325;
	line-height: 20px;
}
.ba_address span{
	display: block;
}
.ba_address span i{
	padding-right: 5px;
}
.share_box{
	width: 114px;
	margin-top: 5px;
}
.share_box div{
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	float: right;
	margin-left: 10px;
	background-size: 28px 28px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.share_box div:nth-child(1){
	background-image: url(../img/weixin.png);
}
.share_box div:nth-child(2){
	background-image: url(../img/sina.png);
}
.share_box div:nth-child(3){
	background-image: url(../img/qq.png);
}
.share_box div i{
	font-size: 28px;
	color: #753325;
}
.share_font{
	font-size: 12px;
	color: #282828;
	line-height: 28px;
	margin-top: 5px;
}
.news_list{
	width: 78%;
	margin: 30px auto 0;
}
.news_list li{
	width: 27%;
	float: left;
	margin-right: 9.5%;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
}
.news_list li:last-child{
	margin-right: 0;
}
.news_list li img{
	width: 100%;
	height: auto;
}
.news_list li h2{
	padding-left: 12px;
	padding-top: 2%;
	padding-bottom: 5px;
}
.news_list li h2 a{
	font-size: 16px;
	color: #282828;
}
.news_list li span{
	padding-left: 12px;
}
.news_list li span b,
.news_list li span i{
	font-size: 12px;
	color: #666666;
}
.news_list li span b{
	padding-right: 10px;
}
.news_list li span i{
	padding-right: 3px;
}
.news_list li span i:nth-child(3){
	font-size: 14px;
}
.news_container{
	width: 94%;
	margin: 20px auto 0;
	height: 540px;
}
.news_left{
	width: 75%;
	height: 100%;
}
.news_right{
	width: 22.5%;
	height: 100%;
	position: relative;
}
.news_tags{
	height: 19px;
	padding-bottom: 1%;
	position: relative;
}
.news_circle{
	width: 17px;
	height: 17px;
	border: 1px solid #ae9473;
	border-radius: 50%;
	background-color: #ae9473;
}
.news_circle div{
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: white;
	margin: 5px auto;
}
.news_tags p{
	font-size: 14px;
	color: #282828;
	padding-left: 8px;
	background-color: white;
	position: absolute;
	left: 9.5px;
	top: 0;
}
.news_title{
	font-size: 22px;
	color: #282828;
	font-weight: bold;
	padding-bottom: 3%;
}
.news_msg_font{
	font-size: 12px;
	color: #666666;
	line-height: 180%;
	text-align: justify;
}
.news_msg_pic{
	width: 100%;
	height: auto;
	margin: 20px 0;
}
.news_msg .swiper-slide{
	padding-top: 20px;
}
.arrow_title{
	height: 38px;
}
.arrow_title img{
	height: 100%;
	width: auto;
	margin-right: 15px;
}
.arrow_title h2{
	font-size: 16px;
	color: #282828;
	line-height: 100%;
	font-weight: bold;
	padding-top: 4px;
}
.arrow_title h2 em{
	font-size: 12px;
	color: #999999;
}
.articles_list{
	margin-top: 20px;
}
.articles_list li{
	width: 100%;
	margin-right: 3%;
	margin-bottom: 3%;
	box-shadow: 3px 3px 10px rgba(0,0,0,.1); 
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}
.articles_list li:hover{
	box-shadow: 4px 4px 5px rgba(0,0,0,.2); 
}
.articles_list li:nth-child(even){
	margin-right: 0;
}
.articles_list li img{
	width: 100%;
	height: auto;
}
.articles_list li p{
	height: 20%;
	padding: 0 10px;
}
.articles_list li p a{
	font-size: 12px;
	color: #282828;
}
.service_container{
	width: 87%;
	margin-left: 30px; 
	margin-top: 5%;
}
.service_left{
	width: 66%;
	height: 100%;
}
.service_right{
	width: 31%;
	height: 100%;
}
.service_center{
	width: 100%;
	height: calc(100% - 38px);
	height: -webkit-calc(100% - 38px);
	box-sizing: border-box;
	padding-top: 20px;
}
.service_center_left{
	height: 100%;
	width: auto;
}
.service_center_right{
	font-size: 16px;
	/*font-size: 14px;*/
	color: #888888;
	line-height: 180%;
	text-align: justify;
}
.service_center_font{
	width: 41%;
	height: 100%;
}
.service_center_font .swiper-slide{
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
}
.service_list{
	width: 100%;
}
.service_list li{
	float: left;
	width: 27%;
	margin-right: 9.5%;
	background-color: #f1f0f0;
	position: relative;
}
.service_list li:last-child{
	margin-right: 0;
}
.service_list li a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.service_list li i{
	font-size: 40px;
	color: #753325;
}
.channels_c{
	font-size: 16px;
	color: #2e2e2e;
	font-weight: bold;
	padding-top: 5px;
}
.channels_e{
	font-size: 12px;
	color: #888888;
}
.channels_pic{
	width: 100%;
	height: auto;
	display: block;
	margin-top: 20px;
}
.service_contact{
	display: block;
	height: 30px;
	line-height: 30px;
	padding-top: 5px;
}
.service_contact img{
	vertical-align: middle;
}
.service_contact b{
	font-size: 12px;
	color: #1c1a1c;
	font-weight: bold;
	padding-right: 20px;
	line-height: 30px;
}
.preblems_container{
	width: 89%;
	margin: 5% auto 0;
}
.preblems_context{
	width: 100%;
	height: calc(100% - 58px);
	height: -webkit-calc(100% - 58px);
	box-sizing: border-box;
	margin-top: 20px !important;
}
.preblems_list li{
	width: 45%;
	float: left;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 2px solid #f1f1f1;
}
.question_con span{
	font-size: 42px;
	font-weight: bold;
	color: #ae9473;
	line-height: 100%;
}
.question{
	padding-left: 5px;
	padding-top: 5px;
}
.question p{
	font-size: 14px;
	color: #ae9473;
}
.question em{
	font-size: 12px;
	color: #ae9473;
}
.answer_con{
	padding-top: 5px;
}
.answer_con span{
	font-size: 12px;
	color: #282828;
	font-weight: bold;
	letter-spacing: 1px;
}
.answer_con b{
	font-size: 24px;
	font-weight: bold;
	color: #282828;
	padding-left: 5px;
}
.answer_con p{
	font-size: 16px;
	/*font-size: 12px;*/
	color: #888888;
	line-height: 180%;
	text-align: justify;
}
.advice_container{
	width: 92%;
	margin: 3% auto 0;
}
.advice_left{
	width: 57%;
	height: 100%;
	float: left;
}
.advice_right{
	width: 37%;
	height: 100%;
	float: right;
	padding: 20px 0 ;
}
.advice_right h2{
	font-size: 16px;
	color: #753325;
	font-weight: bold;
	/*padding-top: 20%;*/
	padding: 0 0 1%;
}
.advice_right p{
	font-size: 14px;
	color: #888888;
	line-height: 180%;
	text-align: justify;
	margin-bottom: 8px;
	margin-top: 15px;
}
.email{
	vertical-align: middle;
	margin-right: 10px;
}
.advice_right span{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	/*border-bottom: 6px solid #000000;*/
}
.advice_right span a{
	font-size: 20px;
	color: #000000;
}
.advice_msg{
	width: 32%;
	height: 48px;
	text-align: center;
	background-color: #efefef;
	margin-right: 2%;
	margin-bottom: 10px;
}
.advice_msg:nth-child(3){
	margin-right: 0;
}
.advice_font{
	width: 100%;
	height: 65%;
	margin-top: 25px;
	position: relative;
}
.advice_font textarea{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 20px;
	text-align: justify;
	line-height: 180%;
	background-color: #efefef;
}
.advice_font_tips{
	width: 100%;
	height: 100%;
	font-size: 28px;
	color: #afacac;
	font-weight: 300;
	letter-spacing: 1px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
}
.advice_msg_left{
	height: 100%;
	background-color: #3e3c3c;
	padding: 0 10px;
}
.advice_msg_left span{
	display: block;
	line-height: 100%;
	color: white;
}
.advice_msg_left em{
	font-size: 10px;
	color: #959595;
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
}
.advice_msg_right{
	height: 100%;
}
.advice_msg_right input{
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 0 auto;
	background-color: #efefef;
	color: #afacac;
	text-align: center;
}
.submit_btn{
	width: 167px;
	height: 37px;
	background-color: #efefef;
	font-size: 16px;
	color: #282828;
	font-weight: bold;
	cursor: pointer;
	margin-top: 3%;
}
.submit_btn:hover{
	background-color: #753325;
	color: white;
}
.target_select {
	width: 100%;
	box-sizing: border-box;
	height: 48px;
	position: relative;
}
.checkspan {
	display: block;
	width: 100%;
	height: 48px;
	cursor: pointer;
	line-height: 48px;
	color: #666666;
	background-image: url(../img/arrow_down.png);
	background-repeat: no-repeat;
}
.select_list {
	width: 100%;
	box-sizing: border-box;
	background-color: #efefef;
	border: 1px solid #753325;
	position: absolute;
	right: -1px;
	top: 48px;
	z-index: 1;
	display: none;
}
.select_list li {
	width: 100%;
	line-height: 48px;
	color: #666;
	cursor: pointer;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
}
.select_list li:hover {
	background-color: #753325;
	font-weight: bold;
	color: #ffffff;
	border-color: #F1B046;
}
.contactUs_container{
	width: 100%;
	margin-top: 3.5%;
	box-sizing: border-box;
	padding-left: 19px;
}
.contactUs_map{
	width: 60%;
	height: 95%;
	margin-right: 5%;
	background-color: skyblue;
}
.contactUs_msg{
	width: 34%;
	height: 100%;
}
.contact_address{
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	padding-left: 40px;
	margin-top: 2%;
}
.contact_address img{
	width: 4%;
	height: auto;
}
.contact_address p{
	height: 100%;
	box-sizing: border-box;
	color: #282828;
	padding-left: 40px;
}
.contact_tel{
	width: 100%;
	box-sizing: border-box;
	padding-left: 38px;
}
.contact_tel img{
	width: 5%;
	height: auto;
}
.contact_tel_num{
	box-sizing: border-box;
	padding-left: 30px;
}
.contact_tel_num p{
	line-height: 180%;
}
.contact_email{
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	padding-left: 36px;
	margin-top: 10px;
}
.contact_email img{
	width: 5%;
	height: auto;
	margin-top: 2px;
}
.contact_email p{
	/*height: 100%;*/
	box-sizing: border-box;
	color: #282828;
	padding-left: 30px;
}
.erweima_list{
	padding-left: 32px;
	margin-top: 8%;
}
.erweima_list li{
	text-align: center;
	float: left;
	width: 34%;
}
.erweima_list li span{
	font-weight: bold;
	font-size: 14px;
	color: #282828;
	padding-left: 2px;
}
.erweima_list li img{
	width: 100%;
	height: auto;
}
.erweima_list li:nth-child(1){
	margin-right: 10%;
}
.human_pic{
	width: 34%;
	margin-right: 6%;
}
.develop_font{
	font-size: 14px;
	/*font-size: 12px;*/
	color: #ae9473;
	padding-bottom: 20px;
	display: block;
}
.talent_con{
	width: 100%;
	margin: 3% 1.2% 0;
}
/*.paddingL25{
	padding-left: 25px;
}*/
.concept_font{
	font-size: 16px;
	/*font-size: 12px;*/
	color: #888888;
	/*padding-top: 3%;*/
	text-align: justify;
	line-height: 150%;
}
/*.concept_job h2{
	font-size: 22px;
	color: #ae9473;
	padding-bottom: 1%;
}*/
.concept_job p{
	font-size: 16px;
	/*font-size: 12px;*/
	color: #888888;
	text-align: justify;
	line-height: 180%;
}
.website_list{
	width: 89%;
	margin: 25px auto 0;
	padding-bottom: 300px;
}
.website_list li{
	float: left;
	width: 22%;
	margin-right: 4%;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}
.website_list li a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.website_list li:last-child{
	margin-right: 0;
}
.website_list li:hover{
	box-shadow: 0 5px 10px rgba(0,0,0,.4);
}
.website_list li a img{
	width: 80%;
	height: auto;
	vertical-align: middle;
}
.job_list{
	width: 91%;
	margin: 25px auto 0;
}
.job_list li{
	float: left;
	width: 24%;
	margin-right: 1.333333333333333%;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}
.job_list li:last-child{
	margin-right: 0;
}
.job_list li:hover{
	box-shadow: 0 5px 10px rgba(0,0,0,.4);
}
.job_list li:hover .job_check_bg{
	width: 100%;
}
.job_list li:hover .job_check a{
	color: white;
}
.job_pic{
	display: block;
	width: 100%;
	height: 67%;
}
.job_pic img{
	width: 100%;
	height: 100%;
}
.job_list_down{
	width: 100%;
	height: 33%;
	box-sizing: border-box;
	padding-left: 5%;
	position: relative;
}
.job_check{
	width: 24%;
	height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.job_check a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #753325;
	font-weight: bold;
	letter-spacing: 2px;
}
.job_check_bg{
	width: 6px;
	height: 100%;
	background-color: #753325;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
    transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}
.job_title{
	color: #282828;
	font-weight: bold;
}
.job_title_e{
	font-size: 12px;
	color: #282828;
}
.job_msg{
	height: 30px;
	line-height: 30px;
	position: absolute;
	left:  5%;
}
.job_msg img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom:3px
}
.job_msg b{
	color: #282828;
	padding-right: 10px;
}

.job_item_container{
	width: 100%;
	position: relative;
}
.job_item{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
}
.job_item_active{
	opacity: 1;
	z-index: 1
}
.team_container{
	width: 94%;
	height: 500px;
	box-sizing: border-box;
	padding: 45px 0;
	margin: 0% auto 0;
	position: relative;
}
.team_left{
	width: 71%;
	height: calc(100% - 90px);
	position: absolute;
	left: 0;
	top: 45px;
	opacity: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}
.team_left_active{
	opacity: 1;
}
.team_left img{
	width: 100%;
	height: 100%;
}
.team_left_font{
	width: 100%;
	box-sizing: border-box;
	padding: 15px 20px;
	background-color: rgba(255,255,255,.8);
	position: absolute;
	left: 0;
	bottom: 0;
}
.team_left_font h2{
	font-size: 20px;
	color: #282828;
	font-weight: bold;
}
.team_left_font p{
	font-size: 12px;
	color: #888888;
	line-height: 180%;
	text-align: justify;
}
.team_right{
	width: 25%;
	height: calc(100% - 90px);
	position: absolute;
	right: 0;
	top: 45px;
}
.team_right .swiper-container{
	width: 100%;
	height: 100%;
}
.team_right .swiper-container .swiper-slide{
	width: 100%;
	cursor: pointer;
}
.team_right .swiper-container .swiper-slide img{
	width: 100%;
	height: 100%;
	opacity: .5;
	transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
}
.team_right .swiper-container .swiper-slide h2{
	width: 100%;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #282828;
	background-color: rgba(255,255,255,.8);
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 1;
	transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
}
/*.team_right .swiper-container .swiper-slide-active img{
	opacity: 1;
}*/
/*.team_right .swiper-container .swiper-slide-active h2{
	opacity: 0;
}*/
.team_right .swiper-button-next{
	width: 34px;
	height: 17px;
	background-image: url(../img/team_arrow_down.png);
	background-size: cover;
	background-position: center;
	left: 0 ;
	right: 0 ;
	bottom: -34px;
	top: auto;
	margin: auto;
}
.team_right .swiper-button-prev{
	width: 34px;
	height: 17px;
	background-image: url(../img/team_arrow_up.png);
	background-size: cover;
	background-position: center;
	left: 0 ;
	right: 0 ;
	top: -34px;
	bottom: auto;
	margin: auto;
}
.job_details_container{
	width: 90%;
	margin: 30px auto 0;
}
.job_details_right{
	width: 28%;
	height: 100%;
}
.job_details_left{
	width: 68%;
	height: 100%;
}
.job_details_list1{
	width: 100%;
	box-sizing: border-box;
	padding-left: 25px;
}
.job_details_list1 li{
	height: 35px;
	line-height: 35px;
}
.job_details_list1 li span{
	font-size: 16px;
	color: #282828;
	line-height: 35px;
}
.job_details_list1 li span img{
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 3px;
}
.job_details_list1 li span b{
	font-size: 16px;
	color: #282828;
	font-weight: bold;
}
.job_details_list2 li{
	float: left;
	width: 50%;
	min-height: 100px;
	box-sizing: border-box;
	padding-left: 25px;
}
.job_details_font{
	font-size: 12px;
	color: #888888;
	line-height: 150%;
}
.job_details_contact{
	display: block;
	height: 30px;
	line-height: 30px;
	padding-top: 5px;
	margin-left: -23px;
}
.job_details_contact img{
	vertical-align: middle;
	margin-bottom: 2px;
}
.job_details_contact b{
	font-size: 14px;
	color: #ae9473;
	font-weight: bold;
	padding-right: 20px;
	line-height: 30px;
}
.job_details_list3{
	width: 100%;
}
.job_details_list3 li{
	box-shadow: 4px 4px 10px rgba(0,0,0,.2);
	margin-top: 40px;
}
.more_job_pic{
	display: block;
	width: 50%;
	height: 100%;
}
.more_job_pic img{
	width: 100%;
	height: 100%;
}
.more_job_msg{
	width: 50%;
	height: 100%;
	box-sizing: border-box;
	padding: 15px;
}
.more_job_msg h2 a{
	color: #282828;
	font-size: 16px;
	font-weight: bold;
}
.more_job_msg p{
	font-size: 10px;
	color: #7c7b7b;
	padding-bottom: 10%;
}
.job_sal{
	display: block;
	line-height: 20px;
}
.job_sal img{
	vertical-align: middle;
	margin-bottom: 3px;
	margin-right: 5px;
}
.job_sal b{
	font-weight: bold;
	color: #753325;
}
.job_sal em{
	color: #888888;
}
.media_display_container{
	width: 100%;
	position: relative;
}
.media_display{
	width: 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.media_display_active{
	opacity: 1;
	z-index: 1;
}
.weChat_code,
.weibo_code{
	width: 120px;
	height: 140px;
	background-color: #753325;
	text-align: center;
	position: absolute;
	line-height: 100%;
	bottom: 50px;
	display: none;
}
.weChat_code{
	left: 8px;
}
.weibo_code{
	right: 8px;
}
.weChat_code img,
.weibo_code img{
	width: 110px;
	height: 110px;
	display: block;
	margin: 5px auto;
}
.weChat_code span,
.weibo_code span{
	font-size: 12px;
	color: white;
	letter-spacing: 2px;
}
.code_images{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}
.service_list .code_show .code_images{
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
}
.share_container {
	width: 94%;
	position: absolute;
	bottom: 0;
}
.articles_list li a{
	display: block;
	width: 100%;
	height: 80%;
	overflow: hidden;
}
.code_container{
	position: fixed;
	left: 0;top: 0;
	right: 0;bottom: 0;
	background-color: rgba(0,0,0,.4);
	z-index: 1000;
	display: none;
}
#captcha{
	position: absolute;
	width: 310px;
	height: 155px;
	left: 0;top: 0;
	right: 0;bottom: 0;
	margin: auto;
}
.text_indent{
	text-indent: 32px;
}
.text_indent28{
	text-indent: 28px;
}
.marginT7{
	margin-top: 7%;
}
.res_font{
	position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20;
}
.res_font h2{
	font-size: 28px;
	color: #ae9473;
}
.res_font span{
	font-size: 14px;
	color: #959595;
}
.advice_new_font{
	font-size: 14px;
	color: #333; 
	line-height: 150% !important;
	text-indent: 28px;
}
.new_talent_title{
	font-size: 22px;
	color: #ae9473; 
	padding: 1% 0;
}
.opc0 img{
	opacity: 1 !important;
}
.opc0 h2{
	opacity: 0 !important;
}