﻿html{
	height: 100%
}
body{
	font-family: "Microsoft Yahei", sans-serif;
	height: 100%;
	/*background: #f9f9f9;*/
}

/*警示公告*/
.caution{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color:rgba(0,0,0,0.5);

}

.caution .caution-img{
	width: 646px;
	height: 410px;
	margin:0 auto;
	position: relative;
    top: 50%; /*偏移*/
    transform: translateY(-50%);
}
/*顶部*/
.top_box{
	width: 100%;
	height: 30px;
	background: #f9f9f9;
	border-top: 1px solid #cb111f;
	border-bottom: 1px solid #f0f0f0;
}
.top_main{
	width: 1200px;
	height: auto;
	margin: auto;
	position: relative;
	z-index: 20;
}
.top_left{
	float: left;
	background: #f9f9f9;
}
.top_left li{
	display: inline-block;
	float: left;
	position: relative;
	cursor: pointer;
}
.top_left li a{
	display: block;
	color: #989898;
	font-size: 12px;
	line-height: 30px;
	padding-left: 25px;
	margin: 0 8px 0 12px;
	z-index: 10;
}
.top_left .top_weixin a{
	background: url(../images/y_top_icon1.png) no-repeat left center;
}
.top_left .top_weibo a{
	background: url(../images/y_top_icon2.png) no-repeat left center;
}
.top_left li span{
	width: 1px;
	height: 30px;
	display: block;
	background: url(../images/y_top_icon3.png) no-repeat center;
}
.top_left li div{
	position: absolute;
	top: -120px;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	z-index: -1;
}
.top_left .top_weibo div{
	left: -32px;
}
.top_left li:hover div{
	width: 134px;
	height: 134px;
	top: 24px;
	opacity: 1;
}
.top_left .top_weixin:hover a{
	background: url(../images/y_top_icon1_1.png) no-repeat left center;
}
.top_left .top_weibo:hover a{
	background: url(../images/y_top_icon2_1.png) no-repeat left center;
}
.top_phone{
	margin-left: 20px;
	padding-left: 18px;
	font-size: 14px;
	color: #cb111f;
	font-weight: bold;
	line-height: 30px;
	background: url(../images/y_top_icon6.png) no-repeat left center;
}
.top_right{
	position: absolute;
	right: 14px;
	top: 0;
	width: 132px;
	height: 31px;
	background: #cb111f;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.top_right ul{
	width: auto;
	margin: auto;
	padding: 0 8px;
}
.top_right ul li{
	padding: 0 8px;
	display: inline-block;
	float: left;
	text-align: center;
}
.top_right ul li a{
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	display: block;
}
/*头部*/
.head_box{
	width: 100%;
	height: 123px;
	background: #fff;
	margin-bottom: 6px;
}
.head_main{
	width: 1200px;
	margin: auto;
}
.head_logo{
	float: left;
}
.head_logo a{
	display: block;
}
.head_logo a img{
	margin-top: 45px;
	margin-left: 11px; 
}
.head_menu{
	float: right;
	margin-top: 45px;
}
.head_menu li{
	width: 115px;
	display: inline-block;
	float: left;
	text-align: center;
	position: relative;
}
.head_menu_show{
	z-index: 10;
}
.head_menu_putong{
	display: block;
	line-height: 58px;
	color: #535353;
	font-size: 18px;
	border-bottom: 2px solid rgba(0,0,0,0);
	z-index: 10;
	background: #fff;
}
.head_menu_putong:hover,
.head_menu li .head_menu_select{
	color: #cb111f;
	border-bottom: 2px solid #cb111f;
}
.head_menu_drop{
	width: 115px;
	height: 0;
	padding: 8px 0;
	background: #fff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background: #fff;
	opacity: 0;
	/*opacity: 1;*/
	position: absolute;
	top: 0;
	left: 0;
	transition: all .6s;
	z-index: -1000;
}
.head_menu_drop li{
	/*z-index: 1;*/
}
.head_menu_drop li a{
	line-height: 30px;
	font-size: 16px;
	border-bottom: 0px;
	color: #535353;
}
.head_menu_drop li a:hover{
	border: 0px;
	color: #cb111f;
}
.head_menu li:hover .head_menu_drop{
	opacity: 1;
	height: auto;
	top: 60px;
}
/*banner部分*/
.mainbanner{
	height: 354px;
	overflow:hidden; 
	position:relative;
	z-index: 9;
}
.mainbanner_window{
	left:50%;
	width:1920px;
	height: 354px;
	overflow:hidden;
	margin-left:-960px;
	position:absolute;
}
.mainbanner_window ul{
	width:999999px;
	height: 354px;
	position:relative;
}
.mainbanner_window li{
	width:1920px;
	height: 354px;
	text-align:center;
	font-size:0px;
	float:left;
	display:inline;
}
.mainbanner_window li img{
	width:1920px;
	height:354px;
}
.mainbanner_list{
	position:absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
}
.mainbanner_list li{
	width:9px;
	height:9px;
	overflow:hidden;
	display:inline-block;
	margin: 0 5px;
}
.mainbanner_list a{
	width:9px;
	height:9px;
	overflow:hidden;
	background: url("../images/y_index_banner_icon.png") no-repeat;
	text-align:center;
	display: block;
}
.mainbanner_list li.active a{
	background-position:0 -9px;
}
.mainbanner_list li a:hover{
	background-position:0 -9px;
}
/*首页-关于柏博*/
.index_about{
	width: 1200px;
	height: auto;
	margin: auto;
	padding-top: 76px;
	padding-bottom: 76px;
}
.index_about img{
	float: left;
	margin-left: 47px;
	margin-right: 74px;
	width: 472px;
	height: 290px;
	display: block;
}
.index_about_right{
	float: right;
	width: 607px;
	height: 290px;
}
.index_about_right h1{
	color: #444;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 20px;
}
.index_about_right p{
	text-align: justify;
	width: 478px;
	height: 174px;
	color: #878787;
	font-size: 20px;
	line-height: 36px;
	overflow: hidden;
}
.index_about_right a{
	margin-top: 18px;
	margin-left: 0;
}
/*.index_about_right a{
	width: 195px;
	height: 36px;
	display: block;
	margin-top: 48px;
	text-align: center;
	line-height: 36px;
	border: 1px solid #c5c5c5;
	border-radius: 16px;
	color: #c5c5c5;
	font-size: 14px;
	transition: all .6s;
}
.index_about_right a:hover{
	width: 230px;
	background: #cb111f;
	color: #fff;
	border: 1px solid #cb111f;
}*/
/*首页-柏博服务*/
.index_service_box{
	width: 100%;
	height: 733px;
	position: relative;
	overflow: hidden;
}
.index_service_bg{
	width: 1920px;
	height: 733px;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	z-index: 1;
}
.index_service_main{
	width: 1640px;
	height: auto;
	position: absolute;
	top: 0;
	left: 40%;
	margin-left: -615px;
	z-index: 2;
}
.index_service_main h1{
	text-align: center;
	margin-top: 14px;
	line-height: 180px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}
.index_szll_main{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.index_service{
	width: 1000px;
	height: auto;
	margin: 0 auto;
}
.index_service li{
	width: 210px;
	height: 363px;
	background: #fff;
	border-bottom: 2px solid #c5c5c5;
	display: inline-block;
	float: left;
	margin: 20px;
}
.index_service li:hover{
	border-bottom: 2px solid #f4a109;
}
.index_service_link img{
	width: 100%;
	height: 148px;
	display: block;
}
.index_service_link h1{
	color: #444;
	font-size: 18px;
	line-height: 64px;
}
.index_service_link p{
	padding: 0 18px;
	color: #444;
	line-height: 30px;
	font-size: 16px;
	height: 80px;
	overflow: hidden;
}
.index_service_more{
	width: 50%;
	height: 36px;
	margin: auto;
	margin-top: 10px;
	display: block;
	text-align: center;
	line-height: 36px;
	border: 1px solid #c5c5c5;
	border-radius: 16px;
	color: #c5c5c5;
	/*color: #fff;*/
	font-size: 14px;
	transition: all .6s;
	position: relative;
	z-index: 20;
}
.index_service_more span{
	width: 0;
	height: 36px;
	border-radius: 16px;
	position: absolute;
	left: 0;
	top: 0;
	background: #cb111f;
	z-index: -10;
	transition: all .6s;
}
.index_service_more:hover {
	color: #fff;
	border: 1px solid #cb111f;
}
.index_service_more:hover span{
	width: 100%;
}
.index_service_bg_1366{
	display: none;
}
@media screen and (max-width: 1366px){
	.index_service_bg{
		display: none;
	}
	.index_service_box{
		height: 550px;
	}
	.index_service_bg_1366{
		display: block;
		width: 1920px;
		height: 550px;
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -960px;
		z-index: 1;
	}
	.index_service_main{
		/*width: 1230px;*/
		width: 1000px;
		margin-left: -398px;
		padding-top: 46px;
	}
	.index_service_main h1{
		margin-top: 0;
		line-height: 36px;
		font-size: 30px;
	}
	.index_service{
		width: 1000px;
		/*background: #f00;*/
	}
	.index_service li{
		width: 210px;
		height: 380px;
		margin: 20px;
	}
	.index_service_link img{
		width: 100%;
		height: auto;
		display: block;
	}
	.index_service_link h1{
		font-size: 18px;
		line-height: 64px;
	}
	.index_service_link p{
		padding: 0 18px;
		color: #444;
		line-height: 30px;
		font-size: 16px;
		height: 150px;
		overflow: hidden;
		margin-bottom: 20px;
	}
	.index_service_link h1{
		line-height: 58px;
	}
	.index_service_link p{
		height: 90px;
	}
}
/*首页-产品中心*/
.index_product_box{
	width: 100%;
	height: auto;
	padding: 82px 0 46px 0;
	background: #fff;
}
.index_product_box h1{
	color: #444;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 66px;
}
.index_product_main{
	width: 1038px;
	height: auto;
	margin: auto;
}
.index_product_main li{
	/*width: 288px;*/
	width: 270px;
	height: auto;
	display: inline-block;
	float: left;
	margin: 0 38px;
}
.index_product_main li img{
	margin: 0 auto 36px auto;
	width: 140px;
	height: 140px;
	display: block;
}
.index_product_main li h1{
	font-weight: bold;
	color: #878787;
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 20px;
}
.index_product_main li p{
	color: #878787;
	font-size: 16px;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
}
.index_product_more a{
	width: 100%;
	height: 68px;
	display: block;
	/*background: #f0f0f0;*/
	text-align: center;
	/*color: #c5c5c5;*/
	line-height: 68px;
	transition: all .4s;
	color: #fff;
	background: #fbb811;
}
.index_product_more a:hover{
	color: #fff;
	background: #fbb811;
}
@media screen and (max-width: 1366px){
	.index_product_box{
		padding: 46px 0 46px 0;
	}
	.index_product_box h1{
		margin-bottom: 40px;
	}
}
/*首页-我们的团队*/
.index_team_box{
	width: 100%;
	height: 524px;
	position: relative;
	overflow: hidden;
}
.index_team_box .img{
	width: 1920px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	z-index: 1;
}
.index_team_box .index_team_bg_one{
	height: 524px;
}
.index_team_main{
	width: 100%;
	height: auto;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.index_team_main h1{
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	font-weight: bold;
	margin: 80px auto;
}
.index_team_main p{
	font-size: 20px;
	color: #fff;
	line-height: 48px;
}
.index_team_bg_two{
	display: none;
}
@media screen and (max-width: 1366px){
	.index_team_main h1{
		margin: 46px auto 30px auto;
	}
	.index_team_bg_one{
		display: none;
	}
	.index_team_bg_two{
		display: block;
	}
	.index_team_box{
		height: 316px;
	}
	.index_team_box .index_team_bg_two{
		height: 316px;
	}
}
/*子页banner部分*/
.about_banner_box{
	width: 100%;
	height: 354px;
	position: relative;
	overflow: hidden;
}
.about_banner_box img{
	width: 1920px;
	height: 354px;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
}
.about_box{
	width: 100%;
	height: auto;
	background: #fff;
}
.about_main{
	width: 1140px;
	height: auto;
	margin: auto;
	padding: 60px 30px 130px 30px;
}
/*子页菜单*/
.about_menu_box{
	width: 520px;
	margin: auto;
}
.about_menu_box{
	margin-bottom: 72px;
}
.about_menu_box li{
	width: 260px;
	height: 60px;
	display: inline-block;
	float: left;
	text-align: center;
	line-height: 60px;
}
.about_menu_box li a{
	font-size: 24px;
	color: #c5c5c5;
	display: block;
	border-bottom: 2px solid #c5c5c5;
}
.about_menu_box .about_menu_select a,
.about_menu_box li a:hover{
	color: #cb111f;
	border-bottom: 2px solid #cb111f;
}
.about_content p{
	text-indent: 2em;
	color: #333;
	font-size: 18px;
	line-height: 45px;
}
.about_introduction_image{
	width: 1136px;
	height: auto;
	margin: auto;
	margin-top: 30px;
}
.about_introduction_image li{
	display: inline-block;
	float: left;
}
.about_introduction_image li img{
	display: block;
}
/*柏博动态-新闻*/
.news_list_box{
	width: 1202px;
	height: auto;
	margin: auto;
	padding: 60px 0 69px 0;
}
.news_list_main li{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.news_list_main li a{
	width: 100%;
	height: 100%;
	padding-bottom: 17px;
	display: block;
	border-bottom: 1px solid #eaeaea;
	transition: all .4s;
}
.news_list_main li a .news_list_date{
	width: 60px;
	height: 42px;
	background: #cb111f;
	float: left;
}
.news_list_main li a .news_list_date span{
	color: #fff;
	display: block;
	
}
.news_list_main li a .news_list_date .news_list_date_one{
	margin-top: 8px;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
}
.news_list_main li a .news_list_date .news_list_date_two{
	margin-left: 8px;
	font-size: 8px;
	line-height: 16px;
	text-align: left;
}
.news_list_main li a img{
	width: 210px;
	height: 144px;
	display: block;
	float: left;	
	margin-top: 19px;
	margin-right: 30px;
}
.news_list_main li a .news_list_content{
	width: 692px;
	height: auto;
	float: left;
}
.news_list_main li a .news_list_content h1{
	margin-top: 19px;
	color: #222;
	font-size: 18px;
	line-height: 40px;
}
.news_list_main li a .news_list_content p{
	color: #444;
	font-size: 14px;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
}
.news_list_main li a .news_list_more{
	width: 210px;
	height: 181px;
	background: url(../images/y_news3.png) no-repeat center 80px;
	float: right;
	transition: all 1s;
}
.news_list_main li a:hover{
	background: #f5f5f5;
}
.news_list_main li a:hover .news_list_more{
	background: url(../images/y_news4.png) no-repeat 110px 80px;
}
.news_list_main li a:hover .news_list_content h1{
	color: #cb111f;
}
/*页码*/
.news_list_page{
	width: 100%;
	height: auto;
	margin: auto;
	margin-top: 40px;
}
.news_list_page .news_list_page_all{
	width: 180px;
	height: 56px;
	float: left;
	display: block;
	background: #cb111f;
	color: #fff;
	font-size: 16px;
	line-height: 56px;
	text-align: center;
}
.news_list_page ul{
	float: right;
	position: relative;
}
.news_list_page ul li{
	display: inline-block;
	float: left;
	background: #f0f0f0;
}
.news_list_page ul a{
	width: 508px;
	height: 56px;
	display: block;
	position: relative;
	color: #a4a4a4;
	font-size: 16px;
	line-height: 56px;
	text-align: center;
	z-index: 2;
	transition: all .6s;
}
.news_list_page ul .news_list_page_one{
	color: #fff;
}
.news_list_page ul a .news_list_page_pages{
	position: absolute;
	top: 0;
	right: 16px;
}
.news_list_page ul .news_list_page_select{
	width: 508px;
	height: 56px;
	background: #cb111f;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: all .6s;
}
/*新闻内容*/
.news_content_box{
	width: 1054px;
	height: auto;
	margin: auto;
}
.news_content_date{
	width: 70px;
	height: auto;
	float: left;
	border-right: 1px solid #e5e5e5;
	text-align: center;
}
.news_content_date h1{
	color: #cb111f;
	font-size: 30px;
	line-height: 30px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 7px;
	
}
.news_content_date span{
	color: #737373;
	font-size: 18px;
	
	line-height: 18px;
	padding-top: 7px;
	display: block;
}
.news_content_main{
	width: 960px;
	height: auto;
	float: right;
}
.news_content_main img{
	width: 100%;
	height: auto;
	margin-bottom: 18px;
}
.news_content_main h1{
	color: #222;
	font-size: 22px;
	line-height: 44px;
}
.news_content_main span{
	display: block;
	color: #666;
	font-size: 14px;
	line-height: 44px;
}
.news_content_main p{
	color: #444;
	font-size: 16px;
	line-height: 40px;
	text-indent: 2em;
}
.news_share_box{
	width: 1060px;
	height: auto;
	margin: 40px auto 34px auto;
}
.news_share_box h1{
	float: left;
	color: #a4a4a4;
	font-size: 16px;
	line-height: 43px;
	margin-right: 10px;
}
.news_share_box ul{
	float: left;
}
.news_share_box ul li{
	width: 46px;
	height: 43px;
	display: inline-block;
	float: left;
}
.news_share_box ul .news_share_line{
	width: 1px;
	height: 23px;
	background: #e5e5e5;
	margin-top: 10px;
}
.news_share_box ul li span:hover{
	background-position: center 5px;
}
.news_share_box ul li span{
	width: 46px;
	height: 43px;
	display: block;
	transition: all .4s;
}
.news_share_box ul .news_share_weixin span{
	background: url(../images/y_news6.png) no-repeat center;
}
.news_share_box ul .news_share_qzone span{
	background: url(../images/y_news7.png) no-repeat center;
}
.news_share_box ul .news_share_weibo span{
	background: url(../images/y_news8.png) no-repeat center;
}
.news_content_link{
	width: 1202px;
	height: auto;
	margin: auto;
	position: relative;
}
.news_content_link li{
	display: inline-block;
	float: left;
	background: #f0f0f0;
}
.news_content_link li a{
	width: 601px;
	height: 56px;
	display: block;
	line-height: 56px;
	color: #a4a4a4;
	z-index: 2;
	position: relative;
	transition: all .6s;
}
.news_content_link li a span{
	width: 120px;
	height: 56px;
	display: block;
	float: left;
	padding-left: 31px;
	z-index: 200;
}
.news_content_link li a h1{
	width: 450px;
	height: 56px;
	float: right;
	z-index: 200;
}
.news_content_link li a h2{
	text-align: center;
}
.news_content_link li .news_content_link_one{
	color: #fff;
}
.news_content_link .news_content_link_select{
	width: 601px;
	height: 56px;
	background: #cb111f;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transition: all .6s;
}
/*产品中心-热销产品-列表页*/
.product_sales_list_box{
	width: 1202px;
	height: auto;
	margin: auto;
	margin-bottom: 50px;
}
.product_sales_list_box li{
	width: 100%;
	height: 200px;
	border: 1px solid #ebebeb;
	margin-bottom: 15px;
}
.product_sales_list_box li a{
	width: 100%;
	height: 100%;
	display: block;
}
.product_sales_list_box li a:hover h1{
	color: #cb111f;	
}
.product_sales_list_box li a img{
	width: 199px;
	height: 188px;
	display: block;
	float: left;
	margin: 9px 35px auto 52px;
}
.product_sales_list_box li a div{
	width: 745px;
	height: auto;
	float: left;
	margin-right: 15px;
}
.product_sales_list_box li a div h1{
	color: #222;
	font-size: 18px;
	line-height: 45px;
	margin-top: 15px;
}
.product_sales_list_box li a div p{
	color: #444;
	font-size: 14px;
	line-height: 30px;
	height: 120px;
	overflow: hidden;
	margin-bottom: 18px;
}
.product_sales_list_box li a span{
	width: 1px;
	height: 96px;
	display: block;
	float: left;
	margin-top: 50px;
	background: url(../images/y_product1.png) no-repeat;
}
.product_sales_list_box li a h2{
	width: 153px;
	height: auto;
	float: right;
	color: #ffa200;
	margin-top: 88px;
	text-align: center;
	font-size: 18px;
	line-height: 45px;
}
.product_sales_content_box{
	width: 100%;
	height: auto;
	background: #fff;
}
.product_sales_content_box h1{
	color: #222;
	font-size: 24px;
	line-height: 45px;
	padding: 56px 0 32px 0;
	background: #fff;
	text-align: center;
}
.product_sales_content_introduction_box{
	width: 100%;
	height: auto;
	background: #f6f6f6;
	padding: 36px 0 26px 0;
}
.product_sales_content_introduction{
	width: 1088px;
	height: auto;
	margin: auto;
}
.product_sales_title_small{
	width: 119px;
	height: 39px;
	color: #fff;
	font-size: 14px;
	line-height: 39px;
	background: #ff5959;
	text-align: center;
	border-radius: 6px;
	margin-bottom: 30px;
}
.product_sales_content_introduction p{
	width: 1048px;
	margin-left: 40px;
	text-indent: 2em;
	color: #444;
	font-size: 16px;
	line-height: 36px;
}
.product_sales_content_element{
	padding: 36px 0 20px 0;
}
.product_sales_content_element_main{
	width: 1088px;
	height: auto;
	margin: auto;
}
.product_sales_content_element_content{
	width: 1048px;
	margin-left: 40px;
}
.product_sales_content_element_content img{
	width: 100%;
	height: auto;
	display: block;
}
.product_sales_content_element_content p{
	color: #444;
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 40px;
} 
.product_sales_content_element_content p span{
	color: #cb111f;
}
.product_sales_line{
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
	margin: 38px auto 50px auto;
}
.product_sales_content_backlist{
	width: 100%;
	height: 90px;
	background: #fff;
	text-align: center;
}
.product_sales_content_backlist a{
	color: #a4a4a4;
	font-size: 16px;
	line-height: 90px;
	display: block;
	transition: all 0.4s;
}
.product_sales_content_backlist a:hover{
	color: #fff;
	background: #cb111f;
}
/*产品中心-产品披露*/
.disclosure_box{
	width: 1202px;
	height: auto;
	margin: auto;
}
.disclosuretitle{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #c5c5c5;
	margin-bottom: 26px;
}
.disclosuretitle li{
	display: inline-block;
	float: none;
}
.disclosuretitle li a{
	line-height: 38px;
	font-size: 16px;
	color: #666;
	text-align: center;
	padding: 0 14px;
	display: block;
}
.disclosuretitle .select a{
	color: #cb111f;
}
.disclosurecontent ul li{
	/*width: 100%;*/
	height: auto;
	margin-bottom: 14px;
	border: 1px solid #ebebeb;
}
.disclosurecontent a:hover h1{
	color: #cb111f;
}
.disclosure_mod_left{
	float: left;
	width: 135px;
	height: auto;
	text-align: center;
}
.disclosure_mod_left h2{
	color: #c5c5c5;
	font-size: 38px;
	
	margin-top: 42px;
	margin-bottom: 12px;
}
.disclosure_mod_left span{
	display: block;
	color: #c5c5c5;
	font-size: 18px;
	
	margin-bottom: 30px;
}
.disclosure_mod_right{
	width: 990px;
	height: auto;
	padding-left: 34px;
	padding-top: 15px;
	padding-bottom: 20px;
	float: left;
	border-left: 1px solid #ebebeb;
}
.disclosure_mod_right h1{
	color: #222;
	font-size: 18px;
	line-height: 44px;
	margin-bottom: 10px;
}
.disclosure_mod_right p{
	color: #444;
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}
.disclosure_content_title{
	width: 1202px;
	height: auto;
	margin: auto;
}
.disclosure_content_title h1{
	color: #222;
	font-size: 22px;
	line-height: 44px;
	text-align: center;
	margin-bottom: 66px;
}
.disclosure_content_main{
	width: 1060px;
	margin: auto;
	padding-left: 70px;
}
.disclosure_content_main h2{
	color: #444;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 30px;
}
.disclosure_content_main p{
	color: #444;
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em;
}
.disclosure_content_main span{
	display: block;
	color: #444;
	font-size: 16px;
	line-height: 30px;
	text-align: right;
	margin-top: 90px;
	margin-bottom: 150px;
}
/*招贤纳士*/
.advertise_list_box{
	width: 100%;
	height: auto;
}
.advertise_list_one{
	background: #cb111f;
	color: #fff;
}
.advertise_list_box li ul li{
	width: 25%;
	height: 40px;
	display: inline-block;
	float: left;
	text-align: center;
	line-height: 40px;
}
.advertise_list_two{
	border-bottom: 1px solid #e6e6e6;
	color: #444;
}
.advertise_list_two a{
	color: #444;
}
.advertise_list_two a:hover{
	color: #cb111f;
}
.advertise_content_box h1{
	color: #222;
	font-size: 22px;
	line-height: 44px;
	text-align: center;
}
.advertise_content_main{
	border: 1px solid #e6e6e6;
	border-bottom: 0;
	margin-top: 46px;
	/*margin-bottom: 48px;*/
}
.advertise_content_main li ul{
	padding: 0;
}
.advertise_content_main li ul li{
	width: 33%;
	display: inline-block;
	float: left;
	border-bottom: 0;
	padding: 0;
	line-height: 56px;
}
.advertise_content_main li{
	padding-left: 88px;
	padding-right: 88px;
	border-bottom: 1px solid #e6e6e6;
	color: #222;
	font-size: 16px;
	line-height: 36px;
}
.advertise_content_one{
	padding-top: 26px;
	padding-bottom: 26px;
}
.advertise_content_one h1{
	line-height: 56px;
	color: #222;
	font-size: 16px;
	line-height: 36px;
	text-align: left;
}
.advertise_back_list{
	width: 100%;
	height: 55px;
	display: block;
	text-align: center;
	line-height: 55px;
	color: #a4a4a4;
	font-size: 16px;
	background: #f0f0f0;
}
.advertise_back_list:hover{
	color: #fff;
	background: #cb111f;
}
.advertise_jianli{
	width: 113px;
	height: 43px;
	display: block;
	margin: auto;
	border: 1px solid #e6e6e6;
	border-top: 0px;
	color: #fff;
	font-size: 16px;
	line-height: 43px;
	background: #cb111f;
	text-align: center;
	margin-bottom: 13px;
}
/*我要应聘*/
.advertise_jianli_box{
	width: 100%;
	height: auto;
	padding: 160px 0;
}
.advertise_jianli_main{
	width: 1069px;
	height: auto;
	margin: auto;
	border: 1px solid #e6e6e6;
	border-right: 0px;
}
.advertise_jianli_main .advertise_jianli_hang{
	height: 50px;
	border-bottom: 1px solid #e6e6e6;
}
.advertise_jianli_hang li{
	display: inline-block;
	float: left;
}
.advertise_jianli_hang .advertise_jianli_name{
	width: 136px;
	height: 50px;
	border-right: 1px solid #e6e6e6;
}
.advertise_jianli_hang .advertise_jianli_content{
	width: 218px;
	height: 50px;
	border-right: 1px solid #e6e6e6;
}
.advertise_jianli_main .advertise_jianli_hang_jianjie,
.advertise_jianli_hang_jianjie .advertise_jianli_name{
	height: 90px;
}
.advertise_jianli_main .advertise_jianli_hang_yanzhengma,
.advertise_jianli_hang_yanzhengma .advertise_jianli_name{
	height: 65px;
}
.advertise_jianli_hang .advertise_jianli_name span{
	padding-left: 30px;
	display: block;	
	line-height: 50px;
	color: #444;
	font-size: 16px;
}
.advertise_jianli_hang_jianjie .advertise_jianli_name span{
	line-height: 90px;
}
.advertise_jianli_hang_yanzhengma .advertise_jianli_name span{
	line-height: 65px;
}
.advertise_jianli_hang .advertise_jianli_content{
	text-align: center;
	line-height: 50px;
}
.advertise_jianli_hang_jianjie .advertise_jianli_content{
	width: 930px;
	height: 90px;
	line-height: 90px;
}
.advertise_jianli_hang_yanzhengma .advertise_jianli_content{
	width: 930px;
	height: 65px;
	line-height: 65px;
	/*text-align: center;*/
}
.advertise_jianli_hang .advertise_jianli_content input{
	width: 180px;
	height: 44px;
	padding: 0 6px;
	margin: auto;
	border: 1px solid #cb111f;
	line-height: 44px;
	color: #444;
	font-size: 16px;
	outline: none;
}
.advertise_jianli_hang_jianjie .advertise_jianli_content input{
	width: 892px;
	height: 84px;
	padding: 0 6px;
}
.advertise_jianli_hang_yanzhengma .advertise_jianli_content input{
	/*width: 892px;*/
	width: 193px;
	height: 59px;
	padding: 0 6px;
	float: left;
	margin: 3px auto auto 12px;
}
/*性别*/
.advertise_jianli_select_content{
	position: relative;
}
.advertise_jianli_select{
	width: 93px;
	height: 44px;
	border: 1px solid #cb111f;
	float: left;
	outline: none;
	position: absolute;
	top: 3px;
	left: 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	background: url(../images/y_advertise1.png) no-repeat right center;
}
.advertise_jianli_sex{
	padding-left: 20px;
}
.advertise_jianli_hunyin{
	padding-left: 10px;
}
.advertise_jianli_xueli{
	padding-left: 10px;
}
/*个人简介*/
.advertise_jianli_hang_jianjie textarea{
	width: 892px;
	height: 84px;
	padding: 0 6px;
	border: 1px solid #cb111f;
	outline: none;
	font-size: 16px;
	color: #444;
	line-height: 30px;
	margin-top: 3px;
}
/*验证码*/
.advertise_jianli_hang_yanzhengma .advertise_jianli_content img{
	width: 131px;
	height: 48px;
	display: block;
	margin-top: 8px;
	margin-left: 10px;
	float: left;
}
.advertise_jianli_hang_yanzhengma .advertise_jianli_content a{
	color: #444;
	font-size: 16px;
	line-height: 65px;
	display: block;
	float: left;
	margin-left: 10px;
}
/*提交按钮*/
.advertise_jianli_submit{
	width: 113px;
	height: 43px;
	display: block;
	margin: auto;
	margin-top: 31px;
	border: 1px solid #e6e6e6;
	color: #fff;
	font-size: 16px;
	background: #cb111f;
	line-height: 43px;
	text-align: center;
}
/*提交蒙版*/
.advertise_submit_box{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	/*background: #f00;*/
	z-index: 10000;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}
.advertise_submit_main{
	width: 616px;
	height: auto;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.advertise_submit_main h1{
	color: #333;
	font-size: 14px;
	line-height: 46px;
	padding-left: 26px;
	background: #f1f1f1;
	position: relative;
}
.advertise_submit_main h1 img{
	width: 46px;
	height: 46px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
.advertise_submit_main h2{
	padding-left: 220px;
	height: 214px;
	color: #666;
	font-size: 20px;
	line-height: 214px;
	font-weight: bold;
	background: #fff url(../images/y_advertise4.png) no-repeat 350px center;
}
.advertise_submit_main div{
	width: 100%;
	height: 38px;
	background: #f1f1f1;
}






/*联系我们*/
.contact_top_box{
	width: 100%;
	background: #f9f9f9;
}
.contact_top_main{
	width: 1132px;
	margin: auto;
	padding: 26px 36px 21px 32px;
}
.contact_top_intro{
	width: 984px;
	height: auto;
	float: left;
	margin-top: 10px;
}
.contact_top_intro li{
	width: 40%;
	display: inline-block;
	float: left;
	
}
.contact_top_intro li span{
	display: block;
	padding-left: 38px;
	color: #565150;
	font-size: 18px;
	line-height: 60px;
}
.contact_top_intro_one span{
	background: url(../images/y_contact2.png) no-repeat left center;
}
.contact_top_intro_two span{
	background: url(../images/y_contact3.png) no-repeat left center;
}
.contact_top_intro_three span{
	background: url(../images/y_contact4.png) no-repeat left center;
}
.contact_top_intro_four span{
	background: url(../images/y_contact5.png) no-repeat left center;
}
.contact_top_intro .contact_top_intro_left{
	width: 60%;
}
.contact_top_erweima{
	width: 128px;
	height: 128px;
	padding: 10px;
	/*background: #fff;*/
	float: right;
}
.contact_top_erweima img{
	width: 128px;
	height: 128px;
	display: block;
}
.contact_bottom_box{
	width: 100%;
	padding: 36px 0 40px;
	background: #fff;
}
.contact_map_box{
	width:1200px;
	height:675px;
	margin: auto;
}
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
/*底部*/
.bottom_box{
	width: 100%;
	height: 152px;
	background: #ebebeb;
}
.bottom_main{
	width: 1200px;
	height: auto;
	margin: auto;
}
.bottom_left{
	width: 186px;
	height: 95px;
	display: block;
	margin-top: 35px;
	margin-left: 12px;
	float: left;
}
.bottom_safe{
	float: left;
	margin-top: 55px;
	margin-left: 230px;
}
@media screen and (max-width: 1366px){
	.bottom_main{
		width: 1000px;
	}
	.bottom_safe{
		margin-left: 150px;
	}
}
.bottom_safe img{
	width: 127px;
	height: 47px;
	display: block;
	float: left;
	margin-right: 15px;
}
.bottom_right{
	width: 250px;
	height: 60px;
	display: block;
	margin-top: 38px;
	margin-right: 25px;
	float: right;
}
.footer_box{
	width: 100%;
	height: 40px;
	background: #2b2b2b;
}
.footer_main{
	width: 1200px;
	height: auto;
	margin: auto;
}
.footer_main span{
	line-height: 40px;
	color: #a4a4a4;
	font-size: 12px;
}
.footer_left{
	display: block;
	margin-left: 12px;
	float: left;
}
.footer_right{
	display: block;
	margin-right: 25px;
	float: right;
}
/*右侧QQ部分*/
.right_toolbar{
	position: fixed;
	right: 10px;
	bottom: 10%;
	z-index: 100;
}
.right_toolbar ul{
	width: 44px;
	height: auto;
	border: 1px solid #e7e7e7;
}
.right_toolbar ul li{
	width: 44px;
	height: 44px;
	border-bottom: 1px solid #e7e7e7;
	position: relative;
	transition: all .6s;
}
.right_toolbar ul li a{
	width: 100%;
	height: 100%;
	display: block;
	transition: all 1s;
	z-index: 2;
}
.right_toolbar ul li .right_toolbar_one{
	background: #f6f6f6 url(../images/y_right_toolbar1.png) no-repeat center;
}
.right_toolbar ul li .right_toolbar_two{
	background: #f6f6f6 url(../images/y_right_toolbar2.png) no-repeat center;
}
.right_toolbar ul li .right_toolbar_three{
	background: #f6f6f6 url(../images/y_right_toolbar3.png) no-repeat center;
}
.right_toolbar ul li .right_toolbar_four{
	background: #f6f6f6 url(../images/y_right_toolbar4.png) no-repeat center;
}
.right_toolbar ul li .right_toolbar_five{
	background: #cb111f url(../images/y_right_toolbar5.png) no-repeat center;
}
.right_toolbar ul li div{
	width: 0;
	height: 44px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	transition: all .6s;
	opacity: 0;
}
.right_toolbar ul li div h1{
	color: #fff;
	font-size: 16px;
	line-height: 44px;
	background: #cb111f;
	padding-left: 15px;
	font-weight: normal;
}
.right_toolbar ul li:hover div{
	width: 146px;
	left: -146px;
	opacity: 1;
}
.right_toolbar ul .right_toolbar_weixin div{
	/*height: 139px;*/
}
.right_toolbar ul .right_toolbar_weixin:hover div{
	width: 139px;
	left: -141px;
}
.team_box li{
	float: left;
	width: 22%;
	height: 330px;
	margin-right: 4%;
	text-align: center;
}
.team_box li:nth-child(4n){
	margin-right: 0;
}
.team_box li img{
	width: 192px;
	height: 192px;
}
.team_box li h1{
    color: #222;
    font-size: 18px;
    line-height: 40px;
}
.team_box li p{
	text-align: left;
	text-align: justify;
	color: #444;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.team_content_box{
	width: 1200px;
	margin: 0 auto;
	padding: 60px 0 69px 0;
	text-align: center;
}
.team_content_box h1{
	color: #222;
    font-size: 18px;
    line-height: 40px;
}
.team_content_box .team_content{
	text-align: left;
	text-align: justify;
	color: #444;
    font-size: 14px;
}
.index_szll_icon .prev{
	width: 26px;
	height: 400px;
	position: absolute;
	top: 0;
	left: -80px;
	background: url(../images/y_index_product_left.png) no-repeat center;
}
.index_szll_icon .prev:hover{
	background: url(../images/y_index_product_left_1.png) no-repeat center;
}
.index_szll_icon .next{
	width: 26px;
	height: 400px;
	position: absolute;
	top: 0;
	right: -80px;
	background: url(../images/y_index_product_right.png) no-repeat center;
}
.index_szll_icon .next:hover{
	background: url(../images/y_index_product_right_1.png) no-repeat center;
}
