.top@charset "utf-8";
/* CSS Document */
body, div, address, blockquote, iframe,datalist,footer,header,nav,time, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, h5, h6, p, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea {margin:0; padding:0; font-weight: normal;font-style: normal;font-size: 14px; font-family:"微软雅黑";}
article, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section,summary, time, mark, audio, video 
{ display: block;margin: 0; padding: 0;}/* 重置 HTML5 元素 */
table{ border-collapse:collapse;}
ol, ul ,li{list-style: none;}
img {border: 0; margin:0; padding:0;}
body {text-align:left; font-size:12px; overflow-x:hidden;}
a,em{ text-decoration:none; font-style:normal;}
.clear{ clear:both;}
img{ max-width:100%;}
em{float: right;}
.redsatr{color: #d82222;font-size: 18px;}
/*********主体框架代码*********/
.box{ width:1200px; margin:0 auto;}
.fb{font-weight: bold;}
.fl{ float:left;}
.fr{ float:right;}
.tr{text-align: right;}
.tl{text-align: left;}
.cl{clear: both;}
.cla:after{
	display: block;
	content: "";
	clear: both;
}
/*宽度*/
.w10{ width:10px;}

/*空隙*/
.hg_10{ height:10px; clear:both;}

/*字体样式*/
@font-face{
　　font-family:'方正楷体简体';
　　src:url('方正楷体简体.TTF');
}
 

/*Top*/
.top{
	width: 100%;
	height: 95px;
	position: fixed;
	background:url(../images/white_bg.png);
	z-index: 1000;
}
.top_placeholder{
	/*height: 95px;*/
}
.top_in{
	width: 1200px;
	margin: auto;
}
.top_logo{
	width: 350px;
	float: left;
	margin-top: 15px;
}
.nav{
	width: 800px;
	float: left;
	margin-left: 10px;
}
.one{
	width: 12.5%;
	float: left;
	text-align: center;;
	height: 95px;
	line-height: 95px;
}
.one a{
	color: #616161;
	font-weight: bold;
	font-size: 16px;
	display: block;
	width: 100%;
	height: auto;
	box-sizing:border-box;
}
.one a:hover{
	color: #6a9d00 !important;
}
.oneborder{
	/*width: 0;
	height: 1px;
	background-color: #333;
	transition: all 1s;
	-webkit-transition:all 1s;*/
}
.bn{
	width: 100%;
}

.search{
	width: 26px;
	float: right;
	margin-top: 34px;
}
.search_box{
	width: 220px;
	display: none;
}
.search_fdj{
	cursor: pointer;
}
.sousuo_bt{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 50px 0;
}
.list1{
	margin: 10px 0;
}
.list_l{
	width: 10%;
	float: left;
}
.list_c{
	width: 70%;
	float: left;
}
.list_r{
	width: 10%;
	float: right;
}

/*index*/
.m1{
	width: 100%;
	height: 728px;
	background-color: #f2f2f2;
}
.m1_in{
	width: 1200px;
	margin: auto;
	position: relative;
}
.m1_caption{
	text-align: center;
}
.m1_caption .ch{
	font-size: 40px;
	font-weight: bold;
	padding-top: 50px;
}
.m1_caption .en{
	font-size: 16px;
	color: #9a9a9a;
	font-weight: lighter;
	padding-top: 15px;
}

.m1_container{
	width: 1200px;
	height: 100%;
	margin: 45px auto 0;
	overflow: hidden;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;

	/* 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;
}
.swiper-button-prev{
	left: -75px;
	top: 375px;
	color: #8cc323 !important;
}
.swiper-button-next{
	right: -75px;
	top: 375px;
	color: #8cc323 !important;
}


.slide_box{
	width: 262px;
	height: 482px;
	margin: auto;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
}
.slide_box_top{
	height: 117px;
	background-color: #36bbed;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	padding: 26px 80px 0;
	box-sizing:border-box;
}
.slide_box_bot .number{
	width: 35px;
	height: 35px;
	line-height: 35px;
	background-color: #fff;
	color: #7cc149;
	font-size: 16px;
	border-radius: 50%;
	margin: -20px auto;
}
.slide_box_bot .content{
	margin-top: 50px;
	height: 210px;
	padding: 0 25px 20px 45px;
}
.slide_box_bot .content ul li{
	list-style-type:disc;
	text-align: left;
	font-size: 14px;
	font-weight: lighter;
}

.slide_box_bot .more{
	font-size: 14px;
	color: #ababab;
	font-weight: lighter;
	width: 160px;
	height: 34px;
	line-height: 34px;
	display: block;
	margin: auto;
	background-color: #fff;
	border-radius: 17px;
}

.slide_box_bot .more img{
	float: left;
	margin-top: -4.5px;
}

.m2{
	width: 100%;
	height: 577px;
	background: url(../images/m2_bg.jpg) no-repeat center;
}
.m2_in{
	width: 1230px;
	margin: auto;
}
.m2_con{
	margin-top: 45px;
}
.m2_con li{
	width: 220px;
	position: relative;
	float: left;
	margin: 0 13px;
}
.m2_con_title{
	width: 100%;
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-weight: lighter;
	position: absolute;
	left: 0;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.m2_more{
	display: block;
	width: 296px;
	height: 71px;
	line-height: 71px;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	background: url(../images/m2more_bg.png) no-repeat;
	margin:50px auto 0;
	padding-left: 115px;
	box-sizing:border-box;
}


.m3{
	width: 100%;
	height: 847px;
	background: url(../images/m3_bg.jpg) no-repeat center;
}
.m3_caption{
	text-align: center;
}
.m3_caption .ch{
	font-size: 40px;
	font-weight: bold;
	padding-top: 85px;
	color: #fff;
}
.m3_caption .en{
	font-size: 16px;
	color: #fff;
	font-weight: lighter;
	padding-top: 15px;
}
.m3_con{
	width: 1200px;
	height: 540px;
	margin: auto;
}
.m3_unit{
	padding: 36px 0 27px 0;
	border-bottom: 1px solid #5c7788;
	cursor: pointer;
}
.m3_unit_left{
	width: 280px;
	float: left;
}
.m3_unit_left .xm_normal{
	float: left;
}
.m3_unit_left .date{
	float: left;
	color: #fff;
	padding-top: 10px;
	margin:0 27px;
}
.m3_unit_left .pt{
	display: none;
}
.m3_unit_left .date .day{
	font-size: 30px;
	font-weight: bold;
}
.m3_unit_left .date .month{
	padding-top: 10px;
}
.m3_unit_left .date .month,.m3_unit_left .date .year{
	font-size: 16px;
	font-weight: lighter;
}

.m3_unit_center{
	width: 690px;
	float: left;
	margin-left: 6px;
}
.m3_unit_center .title{
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	padding-top: 15px;
}
.m3_unit_center .description{
	color: #a5afb8;
	padding-top: 15px;
}
.m3_unit_detail{
	display: block;
	width: 133px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border: 1px solid #a9b6be;
	font-size: 16px;
	color: #fff;
	float: right;
	border-radius: 5px;
	margin-top: 46px;
}
.m3_more{
	display: block;
	width: 190px;
	height: 44px;
	line-height: 44px;
	margin: 50px auto;
	border: 1px solid #a9b6be;
	text-align: center;
	border-radius: 22px;
	color: #fff;
}

.m4{
	width: 100%;
	height: 707px;
	background: url(../images/m4_bg.jpg) no-repeat center;
}
.m4_con{
	width: 1200px;
	margin: auto;
	padding-top: 50px;
}
.m4_con_left{
	width: 585px;
	float: left;
}
.m4_con_left .content{
	padding-top: 30px;
	color: #444;
	line-height: 2;
}
.detail{
	width: 163px;
	height: 44px;
	border:1px solid #e1e1e1;
	border-radius: 22px;
	line-height: 44px;
	text-align: center;
	margin-top: 30px;
}
.detail a{
	display: block;
	width: 100%;
	color: #9e9e9e;
	font-size: 18px;
	font-weight: 200;
}
.m4_con_right{
	width: 480px;
	float: right;
}

.m5{
	width: 100%;
	height: 769px;
	background: #f2f2f2 url(../images/m5_bg.jpg) no-repeat bottom;
}
.m5_con{
	width: 1200px;
	margin: auto;
	position: relative;
}
.m5_con .newtype{
	width: auto;
	position: absolute;
	top:-42px;
	right: 0;
}
.m5_con .newtype li{
	float: left;
	margin-left: 35px;
	position: relative;
	cursor: pointer;
}
.m5_con .newtype li span{
	width: 70px;
	display: inline-block;
	height: 34px;
	text-align: center;
}
.m5_con .newtype li.newtype_select span{
	background: url(../images/new_select.png) no-repeat bottom;

}
.newtype_select .new_select{
	display: block !important;
}
.m5_con .newlist{
	padding-top: 42px;
}
.m5_con .newlist li .onebig{
	width: 520px;
	height: 456px;
	float: left;
	background-color: #fff;

}
.bigone_title{
	font-size: 18px;
	font-weight: bold;
	padding: 25px 35px 10px;
	box-sizing:border-box;
}
.bigone_description{
	color: #959595;
	line-height: 1.5;
	padding: 0 35px;
	box-sizing:border-box;
}
.m5_con .newlist li img{
	display: block;
	width: 100%;
	height: 100%;
}
.m5_con .newlist li .othersmall{
	width: 658px;
	height: 456px;
	float: right;
	background-color: #fff;
	padding: 30px 30px 0;
	box-sizing:border-box;
}
.m5_con .newlist li .othersmall .unit_pt{
	width: 185px;
	height: 119px;
	float: left;
}
.m5_con .newlist li .othersmall .unit_text{
	width: 378px;
	height: 119px;
	float: right;
}
.othersmall_unit{
	margin-bottom: 18px;
}
.othersmall .unit_text .text_title{
	font-size: 18px;
	font-weight: bold;
}
.othersmall .unit_text .text_description{
	color: #959595;
	line-height: 1.5;
	padding-top: 15px;
}
.othersmall .unit_text .text_date{
	padding-top: 10px;
}
.othersmall .unit_text .text_date span{
	color: #959595;
	letter-spacing: 1px;
}
.othersmall .unit_text .text_date a{
	color: #959595;
	float: right;
}


.m6{
	width: 100%;
	height: 678px;
	background: #222 url(../images/bot_pt.png) no-repeat left 100px;
	position: relative;
}

.m6_gbook{
	width: 633px;
	height: 537px;
	border: 5px solid #fff;
	margin-top: 100px;
	margin-left: 390px;
	float: left;
	box-sizing:border-box;
	padding: 70px;
}
.m6_gbook_message{
	font-size: 50px;
	color: #fff;
}
.m6_gbook_input{
	width: 420px;
	height: 48px;
	border: medium none;
	border-bottom: 1px solid #6e6e6e;
	background: none;
	padding-top: 25px;
	color: #fff;
}
.m6_gbook_textarea{
	width: 420px;
	height: 103px;
	border: medium none;
	border-bottom: 1px solid #6e6e6e;
	background: none;
	padding-top: 25px;
	resize: none;
	color: #fff;
}
.m6_gbook .submit{
	width: 146px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border: 1px solid #787878;
	background: none;
	box-sizing:border-box;
	color: #fff;
	margin-top: 34px;
	cursor: pointer;
}
.m6_info{
	width: 960px;
	position: absolute;
	left: 960px;
	top: -26px;
}
.m6_info_top{
	width: 960px;
	height: 509px;
	background: url(../images/contact_bg.jpg) no-repeat;
	padding: 125px 0 0 182px;
	box-sizing:border-box;
}
.m6_info_unit{
	margin-bottom: 35px;
}
.m6_info_unit_x{
	width: 16px;
	height: 2px;
	background-color: #fff;
}
.m6_info_unit_title{
	font-size: 20px;
	color: #fff;
	margin-top: 10px;
}
.m6_info_unit_con{
	margin-top: 15px;
	font-size: 16px;
	color: #fff;
}
.m6_info_bot_l{
	margin-left: 182px;
	width: 182px;
	float: left;
}
.m6_info_bot_lx{
	width: 16px;
	height: 2px;
	background-color: #3ab2e0;
	margin-top: 84px;
}
.m6_info_bot_lt{
	color: #3ab2e0;
	font-size: 20px;
	font-weight: bold;
	padding-top: 11px;
}
.m6_info_bot_r{
	width: 234px;
	height: 140px;
	float: left;
	margin-top: 34px;
}


/*bot*/
.bot_nav{
	width: 100%;
	height: 74px;
	line-height: 74px;
	background-color: #95c835;
}
.bot_nav_in{
	text-align: center;
}
.bot_nav_in a{
	display: inline-block;
	padding: 0 20px;
}
.bot{
	width: 100%;
	height: 122px;
	background-color: #222;
	color: #fff;
}
.bot_in{
	line-height:122px;
}




.side_column{
	width: 66px;
	position: fixed;
	top: 55%;
	right: 8%;
	z-index: 99999;
}
.side_column li{
	width: 66px;
	height: 66px;
	background-color: #787878;
	border-radius: 33px;
	text-align: center;
	margin-top: 9px;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.side_column li:hover{
	background-color: #af311a;
}
.side_column img{
	display: block;
	margin: auto;
	padding: 14px 0 6px;
}
.side_column li span{
	color: #fff;
	line-height: 1;
}

/*products_list*/
.sec_bn{
	width: 100%;
	position: relative;
}
.sec_bn_bar{
	width: 100%;
	height: 43px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/bar_tmbg.png);
}
.bar_in{
	width: 1200px;
	margin: auto;
}
.bar_in span{
	float: right;
	line-height: 43px;
	color: #fff;
}
.bar_in span a{
	color: #fff;
}
.ico_bar{
	float: left;
	margin-right: 12px;
	margin-top: 8px;
}

.secmain{
	width: 1200px;
	margin: 38px auto 50px;
}
.secmain_left{
	width: 251px;
	float: left;
}
.left_lanmu{
	width: 100%;
	height: 119px;
	background: url(../images/sectype_bg.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 25px 0 0 25px;
	box-sizing:border-box;
}
.left_lanmu .ch{
	font-size: 26px;
	color: #fff;
}
.left_lanmu .en{
	font-size: 18px;
	color: #fff;
}
.left_type{
	width: 100%;
	padding: 25px 0;
	background-color: #f6f6f6;
}
.type_grade1 a{
	display: block;
	width: 205px;
	margin-left: 25px;
	font-size: 18px;
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #e0e0e0;
}
.type_grade2{
	display: none;
}
.type_grade2 a{
	display: block;
	width: 205px;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	margin-left: 25px;
	box-sizing:border-box;
	padding-left: 35px;
	background: url(../images/arrow.png) no-repeat left center;
	border-bottom: 1px solid #e0e0e0;
}

.type_select .type_grade1{
	background-color: #39bbe7 !important;
}
.type_select .type_grade1 a{
	color: #fff !important;
	border-bottom: none;
}
.type_grade2 a.type2_select{
	background: url(../images/arrow_select.png) no-repeat left center;
}

.left_contact{
	width: 251px;
	height: 373px;
	background: #f6f6f6 url(../images/contact.png) no-repeat;
	background-position: 6px 260px;
	margin-top: 10px;
	padding: 0 26px;
	box-sizing:border-box;
}
.left_contact .title{
	font-size: 26px;
	padding-top: 36px;
}
.left_contact .con{
	padding-top: 15px;
}
.left_contact .con p{
	margin-top: 10px;
}

.secmain_right{
	width: 900px;
	float: right;
	font-size: 16px;
}
.secmain_right ul li{
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.secmain_right .list_pt{
	width: 185px;
	height: 119px;
	float: left;
}
.secmain_right .list_text{
	width: 690px;
	float: right;
}
.secmain_right .list_text_title{
	font-size: 18px;
	padding-top: 15px;
}
.secmain_right .list_text_title .date{
	font-size: 14px;
	font-weight: 200;
	float: right;
}
.secmain_right .list_text_intro{
	color: #959595;
	line-height: 2;
	margin-top: 10px;
}

/*page*/
.page1{padding-top: 10px;height: 30px;margin: 40px 0 40px 0;text-align: center;}
.page1 a{display: inline-block;color: #333;background-color:#efeff1;margin-left: 5px;width: 24px;height: 24px;line-height:24px;border-radius: 3px;font-size: 14px;text-align: center;}
.page1 a.page0{margin: 0 5px;background: none;color: #333;}
.page1 a.page10{margin: 0 5px;}
.page1 a:hover{background: #39bbe7;color: #fff;}
.page1 a.select{background: #39bbe7;color: #fff;}


/*用户留言*/
.yzm{
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}
.submit_gb{
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #39bbe7;
	color: #fff;
	border: medium none;
	font-size: 22px;
	letter-spacing: 2px;
	border-radius: 5px;
}
.rese_tg{
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #b0b0b0;
	color: #fff;
	border: medium none;
	font-size: 22px;
	letter-spacing: 2px;
	margin-left: 15px;
	border-radius: 5px;
}

/*走进康佑*/
.zj1{
	width: 100%;
	height: 643px;
	background: url(../images/zjky_ebg.jpg) no-repeat;
	background-position: 84% 85%;
}
.zj2{
	width: 100%;
	height: 745px;
	background: url(../images/zjky2_bg.jpg) no-repeat;
}
.zjbt{
	width: 1200px;
	margin: auto;
}
.zjbt>div{
	color: #fff;
	text-align: center;
}
.zjbt_title{
	font-size: 38px;
	font-weight: bold;
	padding-top: 75px;
}

.zjbt_subhead span{
	padding: 0 10px;
}
.zj2_con{
	width: 1200px;
	height: 549px;
	margin:40px auto;
	background: #f7f7f8;
}
.zj2_con_left{
	padding: 75px 0 0 80px;
	width: 628px;
	float: left;
	box-sizing:border-box;
}
.zj2_con_left_text{
	margin-top: 60px;
	line-height: 2;
}
.zj2_con_right{
	width: 361px;
	height: 439px;
	float: right;
	margin: 50px 50px 0 0;
}

.zj3{
	width: 100%;
	height: 710px;
}
.zj3_con{
	width: 1236px;
	margin: 80px auto 0;
}
.zj3_con ul li{
	width: 272px;
	height: 340px;
	float: left;
	margin: 0 18px;
}
.zj3_year{
	text-align: center;
	font-size: 30px;
}
.zj3_round{
	text-align: center;
	background: url(../images/zj3_st.jpg);
	margin: 20px 0;
}
.zj3_text{
	line-height: 2;
}
.zj3_pic{
	margin-top: 55px;
}

.zj4{
	width: 100%;
	height: 611px;
	background-color: #ecedef;
}
.zj4_con{
	width: 1220px;
	margin: 45px auto 0;
	overflow: hidden;
}
.zj4_con ul li{

	float: left;
}
.zj4_con_box{
	width: 100%;
	height: 352px;
	margin: 0 9px;
	background-color: #fff;
}
.zj4_con_title{
	margin-top: 26px;
	font-size: 20px;
	padding: 0 26px;
	height: 52px;
	box-sizing:border-box;
	text-align: left;
}
.zj4_con_more{
	padding: 0 26px;
	text-align: left;
}
.zj4_con_more a{
	color: #a1a1a1;
	font-size: 14px;
}

.zj5{
	width: 100%;
	height: 438px;
}
.zj5_con{
	width: 1200px;
	margin: auto;
	padding-top: 40px;
	position: relative;
}
.zj5_con_unit{
	width: 350px;
	text-align: center;
	float: left;
}
.zj5_con_unit:nth-child(2){
	position: absolute;
	left: 50%;
	transform:translateX(-50%);
}
.zj5_con_unit_title{
	font-size: 28px;
	color: #333;
	font-weight: bold;
}
.zj5_con_unit_text{
	font-size: 26px;
	font-weight: bold;
}
.zj5_con_pt{
	padding: 25px 0;
}

/*down_list*/
.download_now{
	width: 100px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	color: #fff;
	float: right;
	background-color: #b3b3b3;
}
/*用户调查*/
#user_survey_table{
	margin-left: 50px;
	margin-top: 50px;
}
#user_survey_table tr th p:nth-child(2){
	margin-top: 10px;
}
#user_survey_table tr td,#user_survey_table tr th{
	height: 50px;
}
.yzm_tips{
	float: left;
	margin-left: 50px;
	line-height: 40px;
	font-size: 16px;
}
.yzm{
	float: left;
}
/*在线报价*/
.online_zx{
	display: inline-block;
	width: 125px;
	height: 35px;
	line-height: 35px;
	background:#39bbe7 url(../images/ico_zx.png) no-repeat;
	background-position: 13px 9px;
	color: #fff;
	padding-left: 45px;
	box-sizing:border-box;
	border-radius: 5px;
	margin-left: 10px;
}
.uploadfile{
	width: 120px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border: 1px solid #dadada;
	background: none;
	cursor: pointer;
}
/*样板收取服务*/
.prototype_upload{
	display: block;
	width: 255px;
	height: 50px;
	line-height: 50px;
	padding-left: 70px;
	box-sizing:border-box;
	background: #39bbe7 url(../images/ico_upload.png) no-repeat 21px 8px;
	color: #fff;
	font-size: 22px;
	margin-top: 20px;
}

/*联系我们*/
.contact_map{
	width: 1200px;
	margin: auto;
	height: 424px;
}
.contact_gbform{
	width: 1200px;
	margin: 30px auto;
}
.cg_unit{
	width: 580px;
	float: left;
}
.cg_unit_title{
	font-size: 18px;
	font-weight: bold;
	line-height: 64px;
	padding-left: 5px;
}
.cg_unit:nth-child(even){
	margin-left: 40px;
}
.cg_unit_box{
	width: 100%;
	height: 60px;
	border:1px solid #e8e8e8;
}
.cg_unit_icon{
	margin-top: 14px;
	margin-left: 20px;
	float: left;
}
.cg_unit_input{
	line-height: 46px;
	font-size: 16px;
	margin-left: 20px;
	margin-top: 10px;
	border:medium none;
}
.cg_unit_teatarea{
	width: 100%;
	height: 240px;
	resize: none;
	padding: 32px 28px;
	box-sizing:border-box;
	background-color: #f9f9f9;
}
.cg_yzm{
	width: 280px;
	height: 51px;
	margin-left: 256px;
	float: left;
	background-color: #f9f9f9;
	border:1px solid #e8e8e8;
	margin-right: 26px;
	box-sizing:border-box;
}
.cg_yzm input{
	float: left;
	border:medium none;
	background-color: #f9f9f9;
	line-height: 49px;
	font-size: 16px;
	padding-left: 10px;
}
.cg_yzm img{
	margin-left: 5px;
	margin-top: 12px;
}




.p1_in_l{
	width: 700px;
	float: left;
}
.p1_in_r{
	width: auto;
	float: right;
	text-align: right;
	line-height: 77px;
}
.fy{
	width: 100%;
}
.fy_nl{
	width: 1200px;
	padding-top: 32px;
}
.fy_nl li{
	width: 100%;
	height: 241px;
	border: 1px solid #dedede;
	box-sizing:border-box;
	margin-bottom: 22px;
}
.fy_nl_pic{
	width: 379px;
	height: 211px;
	float: left;
	margin: 14px 11px;
}
.fy_nl_text{
	width: 762px;
	height: 211px;
	float: right;
	margin: 14px 26px 14px 9px;
}
.fy_nl_text_title{
	font-size: 18px;
	margin-top: 13px;
	line-height: 1;
}
.fy_nl_text_date{
	margin-top: 23px;
	color: #666;
	line-height: 1;
}
.fy_nl_text_intro{
	margin-top: 18px;
	line-height: 2;
}
.fy_nl_text_more{
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #b6b6b6;
	color: #fff;
	float: right;
	margin-top: 20px;
}
.fy_nl_text_more:hover{
	background-color: #af311a;
}



/*about*/
.fy{
	width: 1200px;
	margin:0 auto;
}
.fy_type{
	width: 100%;
}
.fy_type li{
	display:inline-block;
	width: 200px;
	height: 49px;
	line-height: 49px;
	margin: 30px 20px;
	position: relative;
	background-color: #9a9a9a;
	border-radius: 29px;
	text-align: center;
	overflow: hidden;
}
.fy_type_onea{
	display: block;
	width: 100%;
	color: #fff;
	font-size: 20px;
}
.fy_type_onea:hover{
	background-color: #af311a;
}
.fy_con{
	min-height: 400px;
	margin-top: 17px;
	margin-bottom: 30px;
}



/*products_list*/
.recreation{
	width: 1225px;
	margin: auto;
}
.recreation_list{
	margin-top: 13px;
}
.recreation_list li{
	width: 383px;
	height: 299px;
	float: left;
	margin: 15px 12.5px;
	border-radius: 8px;
	overflow: hidden;
}
.recreation_text{
	box-sizing:border-box;
	padding: 0 26px 0 16px;
	height: 60px;
	background-color: #af311a;
}
.recreation_text a{
	color: #fff;
}
.recreation_title{
	float: left;
	font-size: 22px;
	line-height: 60px;
}
.recreation_arrow{
	float: right;
	margin-top: 24px;
}

.fy_type_twoa{
	display: inline-block;
	width: 70px;
	color: #717171;
	font-size: 14px;
	line-height: 2;
}
.fy_type_twoa:hover{
	color: #333;
	border-bottom: 1px solid #333;
}



/*products_show*/
.fy_ps{
	width: 100%;
	margin-top: 60px;
}
.fy_ps_left{
	width: 367px;
	float: left;
}
.fy_ps_right{
	width: 740px;
	float: right;
}
.fy_ps_right_title{
	font-size: 24px;
}
.fy_ps_right_keywords{
	font-size: 12px;
}
.fy_ps_right_con{
	margin-top: 35px;
}


/*news_list*/
.news_center li{
	width: 100%;
	padding-left: 32px;
	background: url(../images/arrow.png) no-repeat left center;
	border-bottom: 1px solid #f2f2f2;
	box-sizing:border-box;
}
.news_center>a{
	display: block;
	height: 50px;
	line-height: 50px;
}
.news_center .title{
	float: left;
	margin-top: 11px;
}
.news_center .date{
	float: right;
}

/*news_show*/
.fy_ns{
	width: 100%;
	padding-top: 30px;
}
.fy_ns_pic{
	margin-top: 30px;
}
.fy_ns_bt{
	font-size: 26px;
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
}
.fy_ns_time{
	text-align: center;
	margin-top: 10px;
	color: #818181;
}
.fy_ns_info{
	padding: 30px 0;
	box-sizing:border-box;
	font-size: 16px;
}
.fy_ns_date{
	padding-left: 20px;
}
.fy_ns_digest{
	padding: 25px 20px;
	border: 1px solid #dedede;
	background-color: #fafcff;
	text-align: left;
	font-size: 16px;
}
.fy_ns_con{
	text-align: left;
	padding: 30px 0;
	color: #9f9f9f;
	border-bottom: 1px solid #e7e7e7;
	font-size: 16px;
}

.detail_page{
	line-height: 2;
	margin: 30px 0;
	text-align: left;
}
.detail_page a{color: #333;}
.detail_page span:hover{color: #1888ce;}
.detail_page a:hover{color: #1888ce;}

/*joblist*/
.joblist{
	width: 100%;
}
.joblist_join{
	font-size: 40px;
	text-align: center;
	padding: 64px 0 54px;
	color: #444;
}
.joblist_all{
	width: 1224px;
	margin: auto;
}
.joblist_all li{
	width: 384px;
	height: 232px;
	float: left;
	background:url(../images/manpower_bg.jpg) no-repeat;
	margin: 12px;
	padding: 44px 50px;
	box-sizing:border-box;
	cursor: pointer;
}
.joblist_all li.jl_select{
	background: url(../images/manpower_hover.jpg) no-repeat !important;
	color: #fff;
}

.joblist_title{
	font-size: 26px;
	font-weight: bold;
}
.department_number{
	font-size: 20px;
	margin-top: 15px;
}
.joblist_more{
	display: block;
	width: 41px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	color: #c3c3c3;
	font-size: 34px;
	float: right;
	margin-top: 40px;
}
.job_page{
	width: 1200px;
	margin: 20px auto;
	text-align: center;
	padding-bottom: 50px;
}
.job_page a{
	width: 14px;
	height: 14px;
	display: inline-block;
	background-color: #a9a9a9;
	color: #a9a9a9;
	border-radius: 50%;
	margin: 0 5px;
}
.job_page a.select{
	background-color: #95c835;
	color: #95c835;
}

/*job_show*/
.jobshow_title{
	font-size: 18px;
}
.jobshow_time{
	font-size: 14px;
	color: #9f9f9f;
	margin: 10px 0;
}
.jobshow_con{
	font-size: 16px;
	color: #9f9f9f;
}

/*theme*/
.theme{
	width: 1200px;
	margin: auto;
}
.theme_top{
	width: 100%;
	margin-top: 24px;
}
.theme_top_l1{
	width: 335px;
	height: 515px;
	float: left;
}
.theme_top_l1 img{
	display: block;
	margin-bottom: 9px;
}
.theme_top_l2{
	width: 252px;
	height: 515px;
	background: #b43636;
	color: #fff;
	text-align: right;
	box-sizing:border-box;
	padding: 174px 26px 0;
	float: left;
	margin-left: 8px;
}
.theme_top_l2_title{
	font-size: 32px;
	font-weight: bold;
}
.theme_line{
	width: 58px;
	height: 2px;
	background-color: #fff;
	margin: 17px 0;
}
.theme_top_l2_intro{
	width: 100%;
	line-height: 2;
	font-size: 16px;
}
.theme_top_l3{
	width: 253px;
	height: 515px;
	margin-left: 7px;
	float: left;
}
.theme_top_l4{
	width: 335px;
	float: right;
}
.theme_top_l4 img{
	display: block;
	margin-bottom: 9px;
}
.theme_top_l4_1{
	width: 335px;
	height: 165px;
	background-color: #ed9805;
	color: #fff;
	margin-bottom: 9px;
	box-sizing:border-box;
	padding: 50px 40px 0 0;
	text-align: right;
}
.theme a{
	color: #fff;
	cursor: pointer;
}

.theme_middle{
	margin-bottom: 9px;
}
.theme_middle_left{
	width: 335px;
	height: 338px;
	float: left;
}
.theme_middle_center{
	width: 514px;
	height: 338px;
	float: left;
	margin-left: 8px;
}
.theme_middle_center_top{
	height: 166px;
	margin-bottom: 6px;
}
.theme_middle_center_top_pic{
	float: left;
}
.theme_middle_center_top_text{
	width: 252px;
	height: 166px;
	background-color: #42862b;
	color: #fff;
	float: right;
	text-align: right;
	box-sizing:border-box;
	padding-right: 30px;
	padding-top: 48px;
}
.theme_middle_right{
	width: 335px;
	height: 166px;
	float: right;
}

.theme_bot{
	margin-bottom: 37px;
}
.theme_bot_left{
	width: 335px;
	height: 338px;
	float: left;
	background-color: #0b92d8;
	color: #fff;
	box-sizing:border-box;
	padding: 62px 42px;
}
.theme_bot_center{
	width: 514px;
	float: left;
	margin-left: 8px;
}
.theme_bot_center_l{
	width: 253px;
	float: left;
}
.theme_bot_center_l img{
	margin-bottom: 6px;
}
.theme_bot_center_r{
	float: right;
}
.theme_bot_right{
	width: 335px;
	float: right;
}

/*theme_show*/
.theme_show{
	position: relative;
}
.theme_show_in{
	position: absolute;
	top: 132px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 1158px;
}
.theme_show_in_l{
	width: 577px;
	height: 474px;
	float: left;
}
.theme_show_in_r{
	width: 581px;
	height: 474px;
	float: right;
	overflow: hidden;
	box-sizing:border-box;
	padding-left: 47px;
}
.theme_show_in_r1{
	width: 100%;
	height: 150px;
	box-sizing:border-box;
	letter-spacing: 5px;
	font-size: 26px;
	text-align: right;
	margin-top: 10px;
}
.theme_show_in_r2{
	font-size: 35px;
	margin-top: 34px;
}
.theme_show_in_r_line{
	width: 62px;
	height: 7px;
	background-color: #af311a;
	margin: 30px 0 20px;
}
.theme_show_in_r3{
	font-size: 26px;
	text-align: right;
	color: #666;
}
.theme_show_in_r4{
	color: #fff;
	font-size: 24px;
	padding:  15px;
	float: right;
	background-color: #af311a;
	margin-top: 40px;
}


/*activity*/
.activity_bn{
	width: 100%;
	padding-top: 600px;
	height: 2258px;
	box-sizing:border-box;
}
.activity_path{
	text-align: right;
	color: #666;
}
.activity_path a{
	color: #666;
}
.activity_path img{
	margin-right: 10px;
}
.activity{
	width: 1200px;
	margin: auto;
}
.activity_body{
	width: 100%;
	height: 1582px;
	margin-top: 11px;
	background-color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.activity_unit{
	width: 1134px;
	margin:auto;
}
.activity_unit li{
	width: 100%;
	height: 304px;
	margin-bottom: 42px;
}
.activity_unit_pic{
	width: 560px;
	height: 304px;
}
.activity_unit_text{
	width: 526px;
	height: 304px;
	line-height: 1;
}
.activity_unit_text_title{
	font-size: 40px;
	font-weight: bold;
	color: #af311a;
	padding-top: 13px;
}
.activity_unit_text_des{
	font-size: 18px;
	margin-top: 40px;
}
.activity_unit_text_date{
	color: #ccc;
	margin-top: 16px;
}
.activity_unit_text_intro{
	line-height: 2;
	margin-top: 18px;
}
.activity_unit_more{
	display: block;
	width: 152px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	color: #af311a;
	border: 2px solid #af311a;
	box-sizing:border-box;
	margin-top: 30px;
}

/*hotel*/
.hotel{
	width: 1200px;
	margin:auto;
}
.hotel_titleline{
	width: 38px;
	height: 3px;
	background-color: #af311a;
	border-bottom: 1px solid #e4bab3;
}
.hotel_con_top_pic{
	width: 535px;
	height: 306px;
	float: left;
}
.hotel_con_top_text{
	width: 620px;
	height: 306px;
	float: right;
}
.hotel_con_top_text_l{
	width: 504px;
	height: 164px;
	float: left;
	box-sizing:border-box;
	padding-top: 45px;
}
.hotel_con_top_text_r{
	width: 113px;
	height: 164px;
	float: right;
}
.hotel_con_top_text_l_title{
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin-top: 25px;
}
.hotel_con_top_text_bot{
	line-height: 2;
}
.hotel_con_bot{
	width: 1200px;
	height: 623px;
	margin: 27px auto;
}