/* ==========
基本默认值
========== */
html,
body,
ul,
li{
	padding: 0;
	margin: 0;
}

html {
	font-size: 62.5%;
	color: #2b2b33;
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

body{
	background-color: #fff;
	font-family: 'Microsoft YaHei' !important; /* 1 */
}

ul,li{
	list-style: none;
}
a:hover,a:focus{
	text-decoration: none;
}
p{
	text-align: justify;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.centerend-con{
	/*width: 940px !important;*/
	color: #636363 !important;
}

/*!* 导航栏 *!*/
/*header{*/
/*	width: 100%;*/
/*	height: 100px;*/
/*	!*background-color: #ffffff;*!*/
/*	background: url('/user_guide/img/header/bg.png') no-repeat;*/
/*	background-size: 100% 100%;*/
/*	min-width: 1200px;*/
/*	position: absolute;*/
/*	z-index: 1000;*/
/*}*/
/*.main{*/
/*	width: 1200px;*/
/*	margin: 0 auto;*/
/*	height: 100%;*/
/*}*/
/*.header_search{*/
/*	height: 35px;*/
/*	display: block;*/
/*	width: 100%;*/
/*	position: relative;*/
/*}*/
/*.header_search_div{*/
/*	float: right;*/
/*	padding: 0 15px;*/
/*	height: 100%;*/
/*	line-height: 40px;*/
/*}*/
/*.search_a{*/
/*	text-decoration: none;*/
/*	height: 100%;*/
/*	display: inline-block;*/
/*	padding: 0 10px;*/
/*	color: #333333;*/
/*}*/
/*.search_a:hover{*/
/*	text-decoration: none;*/
/*}*/
/*.search_right{*/
/*	width: 1px;*/
/*	height: 16px;*/
/*	display: inline-block;*/
/*	background:  #666;*/
/*	position: relative;*/
/*	top: 3px;*/
/*}*/
/*.search_text{*/
/*	padding: 0 10px;*/
/*	display: inline;*/
/*	width: 150px;*/
/*	height: 30px;*/
/*	float: right;*/
/*	background-color: #f5f5f5;*/
/*	border: 1px solid #f5f5f5; */
/*	border-radius: 4px;*/
/*	border-radius: 4px;*/
/*	position: relative;*/
/*	top: 5px;*/
/*	outline: none;*/
/*	margin-right: 1px;*/
/*}*/
/*.search_submit{*/
/*	display: inline;*/
/*	width: 30px;*/
/*	float: right;*/
/*	height: 30px;*/
/*	position: relative;*/
/*	top: 5px;*/
/*	background: #f5f5f5; */
/*	border: solid 1px #f5f5f5;*/
/*	border-radius: 4px;*/
/*	border-radius: 4px;*/
/*}*/
/*.search_submit img{*/
/*	position: relative;*/
/*	top: 0px;*/
/*	float: left;*/
/*}*/
/*.header_search_div form{*/
/*	display: inline;*/
/*}*/
/*header .nav_main {*/
/*	padding: 0;*/
/*	position: relative;*/
/*}*/


/*header .nav_main .brand {*/
/*	float: left;*/
/*	display: inline-block;*/
/*	position: relative;*/
/*	top: -12px;*/

/*}*/
/*header .nav_main .brand img{*/
/*	height: 46px;*/
/*}*/

/*header .nav_main .first-nav {*/
/*	position: relative;*/
/*	top: 8px;*/
/*	text-align: left;*/
/*	display: inline-block;*/
/*	float: right;*/
/*	font-size: 16px;*/
/*}*/

/*header .nav_main .nav_right{*/
/*	float: right;*/
/*	display: inline-block;*/
/*	text-align: right;*/
/*	position: relative;*/
/*}*/

/*header .nav_main .nav_right .search,*/
/*header .nav_main .nav_right .cn,*/
/*header .nav_main .nav_right .en{*/
/*	padding: 10px 8px 0;*/
/*	line-height: 5rem;*/
/*	font-size: 16px;*/
/*	text-decoration: none;*/
/*	color: #252b2b;*/
/*}*/

/*header .nav_main .nav_right .en{*/
/*	margin-right: 20px;*/
/*}*/


/*header .nav_main .first-nav > li {*/
/*	display: inline-block;*/
/*}*/

/*header .nav_main .first-nav > li a {*/
/*	display: inline-block;*/
/*	padding: 0px 15px;*/
/*	font-size: 16px;*/
/*	color: #2b2b33;*/
/*	text-decoration: none;*/
/*	line-height: 40px;*/
/*	letter-spacing: 0px;*/
/*	color: #333333;*/
/*}*/

/*header .nav_main .first-nav > li a:hover,*/
/*header .nav_main .first-nav > li a:active,*/
/*header .nav_main .first-nav > li a.active {*/
/*	background-color: #f5f5f5;*/
/*}*/
/*header .nav_main .second-nav{*/
/*	position: absolute;*/
/*	z-index: 9999;*/
/*	display: none;*/
/*	background: #f5f5f5;*/
/*}*/
/*header .nav_main .second-nav > li a{*/
/*	display: inline-block;*/
/*	padding: 0 15px;*/
/*	line-height: 40px;*/
/*	font-size: 13px;*/
/*	color: #2b2b33;*/
/*	text-decoration: none;*/
/*	width: 135px;*/
/*}*/
/*header .nav_main .second-nav > li a:hover{*/
/*	background-color: #d22619;*/
/*	color: #fff;*/
/*}*/
/*.row{*/
/*	margin: 0;*/
/*	overflow: hidden;*/
/*}*/
/*.col-md-4{*/
/*	padding: 0;*/
/*}*/

/* banner图片 */
.banner{
	min-width: 1200px;
	/*padding-top: 80px;*/
	overflow:hidden;
}
.banner img{
	width: 100%;
}

/* 中间内容 */
.content{
	/*width: 1200px;*/
	margin: 0 auto;
	/*margin-top: 40px;*/
	overflow: hidden;
	/*padding: 0 134px;*/
}

/* 侧边栏 */
.content_nav{
	width: 225px;
	display: inline-block;
	margin-right: 30px;
	float: left;
}

.content_nav_top{
	width: 225px;
	height: 130px;
	background: url('/user_guide/img/common/nav_bg.png');

}

.content_nav_top h2{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	display: block;
	color: #ffffff;
	margin: 0;
	text-align: center;
	line-height: 130px;
}

.content_list{
	width: 100%;
	display: inline-block;
}
.content_list ul li a{
	/*width: 225px;
	height: 50px;
	background-color: #e7e7e7;
	border: solid 1px #e6e6e6;
	display: inline-block;*/
	display: inline-block;
	width: 100%;
	height: 50px;
	background-image: linear-gradient(180deg, #ffffff 1%, #f3f3f3 100%),
	linear-gradient(#f5f5f5, #f5f5f5);
	background-blend-mode: normal, normal;
	border-bottom: solid 1px #e6e6e6;
	border-left: solid 1px #e6e6e6;
	border-right: solid 1px #e6e6e6;
	font-size: 16px;
	font-weight: normal;
	line-height: 50px;
	text-align: center;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
}
.content_list ul li .active{
	color: #333333;
	text-decoration: none;
	background-image: linear-gradient(180deg, #e7e7e7 1%, #e7e7e7 100%),
	linear-gradient(#e7e7e7, #e7e7e7);
}
.content_list ul li a:hover{
	border:1px solid #f5f5f5;
	color: #333333;
	text-decoration: none;
	background-image: linear-gradient(180deg, #e7e7e7 1%, #e7e7e7 100%),
	linear-gradient(#e7e7e7, #e7e7e7);
}

/* 内容 */
.content_box{
	/*width: 940px;*/
	display: inline-block;
}
.bar{
	width: 100vw;
	height: 80px;
	background: linear-gradient( 136deg, #2A5BE2 0%, #2CC9F1 100%);
	line-height: 80px;
	padding: 0 134px;
}
/*面包屑导航栏*/

.content_box .bar .back{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #FFF;
}
.content_box .bar ul{
	float: left;
}
.content_box .bar ul li{
	display: inline-block;
}
.content_box .bar ul li a,.content_box .bar ul li span{
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #FFF;
}
.content_box .bar ul li a:hover,.content_box .bar ul li a:focus{
	text-decoration: none;
}
.content_box hr{
	width: 100%;
	height: .5px;
	background: #e6e6e6;
	margin: 0;
	margin-top: 5px;
	border-top: 0;
	margin-bottom: 25px;
}

/* 内容 */
.content_box_incloud{
	width: 100%;
	margin-top: ;
}
.content_box_incloud .about_content p{
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #333333;
	text-indent: 2em;

}

/* 产品结构 */
.content_box_incloud .about_struct{
	width: 100%;
	margin-top: 35px;
}
.content_box_incloud .about_struct .about_ctruct_list{
	width: 100%;
	overflow: hidden;
	margin-bottom: 25px;
}

.content_box_incloud .about_struct .about_ctruct_list .about_struct_list_left{
	width: 758px;
	padding: 15px 70px 15px 20px;
	margin-top: 5px;
}
.content_box_incloud .about_struct .about_ctruct_list .bg1{
	background: url('/user_guide/img/header/1kuang.png') no-repeat;
	background-size: 100% 100%;
}
.content_box_incloud .about_struct .about_ctruct_list .bg2{
	background: url('/user_guide/img/header/2kuang.png') no-repeat;
	background-size: 100% 100%;
	padding: 15px 70px 15px 50px;
}
.content_box_incloud .about_struct .about_ctruct_list .bg3{
	background: url('/user_guide/img/header/3kuang.png') no-repeat;
	background-size: 100% 100%;
}
.content_box_incloud .about_struct .about_ctruct_list .about_struct_list_left p{
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #636363;
	margin: 0;
	margin-bottom: 25px;
}
.content_box_incloud .about_struct .about_ctruct_list .about_struct_list_left li{
	display: inline-block;
}
.content_box_incloud .about_struct .about_ctruct_list .about_struct_list_left li a{
	display: inline;
	margin-right: 45px;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	line-height: 25px;
}
.content_box_incloud .about_struct .about_ctruct_list .about_struct_list_left li a:hover,
.content_box_incloud .about_struct .about_ctruct_list .about_struct_list_left li a:focus{
	text-decoration: none;
	color: #d22819;
}
.content_box_incloud .about_struct .about_ctruct_list .about_struct_list_left li a:before{
	content: '';
	display: inline-block;
	position: relative;
	margin-right: 10px;
	border-radius: 3px;
	width: 6px;
	height: 6px;
	background-color: #d22819;
	top: -2px;
}
.content_box_incloud .about_struct .about_ctruct_list .about_struct_list_right img{
	width: 150px;
	height: 150px;
	background-color: #e6e6e6;
	border-radius: 50%;
}

.content_box_incloud .about_struct .about_ctruct_list .about_struct_list_right h3{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
	text-align: center;
	margin: 0;
	margin-top: 15px;
}

/* 公司简介 */
.content_box .profile .profile_image{
	overflow: hidden;
}
.content_box .profile .profile_image img{
	width: 100%;
}
.content_box .profile .profile_detail{
	margin-top: 15px;
}
.content_box .profile .profile_detail p {
	font-size: 15px;
	line-height: 25px;
	color: #333;
	text-indent: 2em;
}
.content_box .profile .profile_image_box{
	margin-top: 30px;
	overflow: hidden;
}

.content_box .profile .profile_image_box img{
	float: left;
	display: inline;
	margin-right: 20px;
}
.content_box .profile .profile_image_box_right{
	overflow: hidden;
}
.content_box .profile .profile_image_box_right h3{
	margin-top: 0;
	text-indent: .5em;
	font-size: 17px;
	margin-bottom: 15px;
	font-weight: bold;
}
.content_box .profile .profile_image_box_right h3:before{
	display: inline-block;
	position: relative;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: #d22819;
	top: -2px;
	right: 6px;
}
.content_box .profile .profile_image_box_right p{
	text-indent: 2em;
	display: inline-block;
	font-size: 15px;
	line-height: 25px;
}
.content_box .profile .profile_detail_science{
	margin-top: 30px;
}
.content_box .profile .profile_detail_science h3{
	margin-top: 0;
	text-indent: .5em;
	font-size: 17px;
	margin-bottom: 15px;
	font-weight: bold;
}
.content_box .profile .profile_detail_science h3:before{
	display: inline-block;
	position: relative;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: #d22819;
	top: -2px;
	right: 6px;
}
.content_box .profile .profile_detail_science p{
	display: inline-block;
	text-indent: 2em;
	font-size: 15px;
	line-height: 25px;
}

/* 董事长致辞 */
.content_box .speech .speech_img_box{
	overflow: hidden;
}
.content_box .speech .speech_image_box img{
	float: left;
	display: inline;
	margin-right: 20px;
}
.content_box .speech .speech_image_box_right{
	overflow: hidden;
}
.content_box .speech .speech_image_box_right p{
	display: inline-block;
	font-size: 15px;
	line-height: 25px;
	text-indent: 2em;
}
.content_box .speech .speech_speech_autograph{
	margin-top: 60px;
	float: right;
}
.content_box .speech .speech_speech_autograph span{
	font-size: 15px;
	display: inline;
	margin-top: 35px;
	margin-right: 10px;
	float: left;
}

/* 历史与荣誉 */
.content_box .history{
	height: 100%;
	width: 100%;
	border: solid 1px #e6e6e6;
}
.content_box .history .history_title{
	background-image: linear-gradient(180deg,
	#f5f5f5 1%,
	#eeeeee 54%,
	#e6e6e6 100%),
	linear-gradient(
		#f5f5f5,
		#f5f5f5);
	background-blend-mode: normal,
	normal;
}
.content_box .history .history_title ul{
	overflow: hidden;
}
.content_box .history .history_title ul li{
	display: inline-block;
	float:left;
}
.content_box .history .history_title ul li a{
	padding: 20px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0px;
	letter-spacing: 0px;
	color: #2b2b33;
	margin: 0;
}
.content_box .history .history_title ul li a:hover{
	color: #d22819;
}
.content_box .history .history_title ul li .active{
	padding: 20px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0px;
	letter-spacing: 0px;
	background: url('/user_guide/img/about/left.png');
	background-size: 104px 40px;
	color: #d22819;
}
.content_box .history .history_title ul .honor .active{
	padding: 20px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0px;
	letter-spacing: 0px;
	background: url('/user_guide/img/about/center.png');
	background-size: 104px 40px;
	color: #d22819;
}
.content_box .history_content{
	margin-top: 35px;
	margin-bottom: 25px;
}
.content_box .history_content_box{
	width: 750px;
	margin: 0 auto;
	overflow: hidden;
}
.content_box .history_content_div{
	display: inline-block;
	float: left;
	width: 520px;
}
.content_box .history_content_box p{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;
	padding-left: 10px;
}
.content_box .history_content_box p:before{
	content: '';
	display: inline-block;
	position: relative;
	border-radius: 3px;
	width: 6px;
	margin-right: -5px;
	height: 6px;
	background-color: #d22819;
	top: -2px;
	left: -10px;
}
/* 时间轴 */
.cl:after { content: "."; display: block; helabel { cursor: pointer; }
	ight: 0; clear: both; visibility: hidden ; ! }
/* TimeLine */
#timeline{width:100%;overflow:hidden;margin:0 auto;position:relative;background:url('../img/licbg.png') left 33px repeat-x;}
#dates{width:900px;overflow:hidden;}
#dates li{float:left;width:94px;height:90px;font-size:16px;text-align:center;}
#dates a{color:#FFF;width:94px;height:90px;display:block; text-decoration: none !important;}
#dates .selected{font-size:18px;color: #d22819;font-weight:bold;background:url(../img/licbgt.png) no-repeat center center;}
#issues{width:900px;overflow:hidden;}
#issues li{width:900px;list-style:none;float:left;}
#issues img{
	width: 200px;
	height: 260px;
	background-color: #1d56b7;
	float: left;
	margin-right: 30px;
}

/* 荣誉 */
.content_box .history_content .honor_box{
	padding: 10px 15px 10px;
}
.content_box .history_content .honor_box .honor_box_img{
	border: solid 1px #e6e6e6;
	width: 100%;
	height: 240px;
	text-align: center;
	padding: 45px;
}
.content_box .history_content .honor_box .honor_box_img img{
	max-width: 100%;
	max-height: 100%;
}
.content_box .history_content h3{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	margin: 0px;
	margin-bottom: 10px;
	text-align: center;
}
.modal-body{
	padding: 0;
}
.myModal img{
	width: 100%;
}

/* 荣誉资质分页 */
.history_content .honor_page{
	margin-top: 45px;
}
.history_content .honor_page ul{
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.history_content .honor_page ul li{
	display: inline-block;
	margin: 0px 5px;
}
.history_content .honor_page ul li a{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
	border: solid 1px #e6e6e6;
	display: inline-block;
	font-size: 14px;
	color: #666666;

}
.history_content .honor_page ul li .active{
	background-color: #d22819;
	color: #fff;
}

/* 产业结构系详情折叠s */
.content_box .category_detail{
	margin-bottom: 20px;
}
.content_box .category_detail p{
	color: #636363;
}
.content_box .accordion {
	width: 100%;
	margin: 10px auto 20px;
	background: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.content_box .accordion .link{
	background-image: linear-gradient(0deg,
	#f5f5f5 0%,
	#ffffff 100%),
	linear-gradient(
		#f5f5f5,
		#f5f5f5);
	background-blend-mode: normal,
	normal;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	padding: 5px 15px;
	cursor: pointer;
}
.content_box .accordion .link:hover{
	color: #fff;
	background: url(/user_guide/img/about/accordion.png);
	background-size: 100%;
}
.content_box .accordion li{
	background: #f4f4f4;
}
.content_box .accordion li.open .link {
	color: #fff;
	background: url('/user_guide/img/about/accordion.png');
	background-size: 100%;
}
.content_box .accordion li .link i{
	margin-right: 5px;
}
.content_box .accordion li.open i{
	color: #fff;
	font-size: 16px;
}
.content_box .accordion li.open i:before{
	content: "\e259";
}
.content_box .accordion li.open i.fa-chevron-right {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.content_box .accordion li ul li a{
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	padding: 20px 30px;
	display: inline-block;

}

/* 品牌标识 */
.brand_identity_box .row{
	margin-top: 10px;
}
.brand_identity_box .row>img{
	width: 260px;
	height: auto;
	padding: 20px;
	display: inline-block;
	float: left;
}
.brand_identity_box .row>p{
	width: 570px;
	font-size: 15px;
	margin-left: 50px;
	margin-top: 20px;
	display: inline-block;
	float: left;
	overflow : hidden;
	line-height: 24px;
}
.brand_row{
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 20px;
}
.brand_list1{
	margin-right: 20px;
}
.brand_list2{
	margin: 0px 24px;
}
.brand_list3{
	margin-left: 20px;
}
.brand_identity_box span{
	display: inline-block;
	border: 1px solid #ccc;
}

.brand_identity_box span img{
	width: 250px;
	height: auto;
	padding: 10px;
}
.brand_identity_box span i{
	margin-top: 10px;
	text-align: center;
	margin-bottom: 15px;
	display: block;
	font-style:normal
}

/* 组织框架 */
.organization{
	padding: 0px 94px;
}
.organization .nav-tabs{
	border: none !important;
	font-size: 18px;
	margin-top: -60px;
}
.organization .nav-tabs li{
	margin-right: 16px;
}
.organization .nav-tabs li a{
	border: none !important;
	background-color: none !important;
	opacity: 0 !important;
	height: 60px;
}
.organization .nav-tabs li a:hover{
	border: none !important;
	background-color: none !important;
	opacity: 0 !important;
}

.organization .tab-content .tab-pane{
	padding-left: 30px !important;
}

.organization .nav-tabs>li.active>a{
	border: none !important;
	background-color: none !important;
	opacity: 0 !important;
}
.organization .nav-tabs>li.active:after{
	width: 11px;
	height: 45px;
	display: block;
	position: absolute;
	content: '';
	left: 91px;
	background-image: url(../img/about/pointer.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
.organization .nav-tabs>.navtab2.active:after{
	left: 45px;
}
.organization .nav-tabs>.navtab3.active:after{
	left: 74px;
}
.organization .nav-tabs>.navtab4.active:after{
	left: 41px;
}
.organization .navtab1 a{
	width: 190px;
}
.organization .navtab2 a{
	width: 110px;
}
.organization .navtab3 a{
	width: 180px;
}
.organization .navtab4 a{
	width: 110px;
}
.organization .tab-content{
	margin-top: 45px;
	position: relative;
}

.organization .tab-content .tab-pane {
	padding-left: 0 !important;
}
.organization .tab-content .tab-pane ul li{
	display: inline-block;
	float: left;
	overflow: hidden;
	width: 40px;
	margin: 0px 8px;
}

.organization .tab-content .tab-pane ul li a{
	width: 40px;
	height: 270px;
	display: inline-block;
	background-color: #f5f5f5;
	color: #333;
	writing-mode:tb-rl; /* 纵向排列 */
	letter-spacing:2px; /* 字体间距 */
	line-height: 40px;
	border-radius: 5px;
	text-decoration: none;
	padding-top: 10px;
	clear:both;
	margin: 10px 0px 0px 0px;
	font-size: 14px;
}

.organization .tab-content .classification-nav {
	text-align: left;
	display: inline-block;
	font-size: 16px;
}
.organization .tab-content .classification-nav > li {
	display: inline-block;
}

.organization .tab-content .classification-nav > li a:hover,
.organization .tab-content .classification-nav > li a.active{
	background-color: #d22819;
	color: #fff;
}

.organization .tab-content .classification-nav > li a.level1:after{
	writing-mode:tb-rl; /* 纵向排列 */
	width: 18px;
	height: 10px;
	left: -11px;
	top: -10px;
	display: inline-block;
	float: right;
	position: relative;
	content: '';
	background-image: url(../img/down_black.png);
	background-size: 18px 10px;
	background-repeat: no-repeat;
	color: #fff;
}
.organization .tab-content .classification-nav > li a.level1:hover:after{
	background-image: url(../img/down_white.png);
}
.organization .tab-content .classification-nav > li a.active{
	float: left;
}

.organization .tab-content .level2{
	height: auto;
	display: none;
	position: absolute;
	left: 15px;
	width: 100%;
	float: left;
	z-index:999;
}
.organization .tab-content .level2 ul{
	height: auto;
}
.organization .tab-content .level2 ul li{
	height: 300px;
}


/* 企业文化 */
.content_box .cultrue{

}
.content_box .cultrue .cultrue_image img{
	width: 100%;
}
.content_box .cultrue .cultrue_detail p{
	margin-top: 15px;
	text-indent: 2em;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #333333;
}
.content_box .cultrue_box{
	width: 100%;
	overflow: hidden;
}
.content_box .cultrue_box hr{
	height: 100%;
	width: 1px;
	background: #cccccc;
	margin: 0;
	float: left;
	margin-right: 15px;
	margin-left: 20px;
	overflow:hidden;
	padding-bottom:9999px;
	margin-bottom:-9999px;

}
.content_box .cultrue_box .cultrue_content{
	float: right;
	width: 910px;

}
.content_box .cultrue_box .cultrue_content h3{
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	margin: 0;
	margin-top: 20px;
	color: #2b2b33;
}
.content_box .cultrue_box .cultrue_content h3:before{
	display: inline-block;
	position: relative;
	content: '';
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #d22819;
	top: 0px;
	left: -16px;
}
.content_box .cultrue_box .cultrue_content p{
	margin: 0;
	margin-top: 10px;
	padding-left: 13px;
	text-indent: 2em;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #2b2b33;
}
.content_box .cultrue_vision{
	margin-top: 45px;
}
.content_box .cultrue_vision .cultrur_vision_img{
	width: 100%;
	text-align: center;
}
.cultrur_vision_cetent{
	margin-top: 20px;
}
.content_box .cultrue_vision h4{
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #2b2b33;
	padding-left: 5px;
	margin: 0;
}
.content_box .cultrue_vision h4:before{
	display: inline-block;
	position: relative;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #d22819;
	top: -2px;
	left: -10px;
}
.content_box .cultrue_vision p{
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #2b2b33;
	text-indent: 2em;
	padding-left: 12px;
	margin-top: 10px;
}


/* 底部栏 */
footer{
	margin-top: 60px;
	width: 100%;
	height: 220px;
	background-color: #f0f0f0;
	padding: 20px 0px;
}
footer .bottom{
	width: 1200px;
	position: relative;
	margin: 0 auto;
	height: 100%;
}
.bottom_blogroll h2{
	font-family: SourceHanSansCN-Medium;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #666666;
	margin: 0;
}
hr{
	width: 1200px;
	height: 1px;
	background: #cccccc;
	margin: 0 auto;
	margin-top: 12px;
	margin-bottom: 10px;
}
.bottom_blogroll_nav{
	overflow: hidden;
}
.bottom_blogroll_nav ul li{
	display: inline-block;
}
.bottom_blogroll_nav ul li a{
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
	margin-right: 30px;
	line-height: 25px;
}
.bottom_blogroll_nav ul li a:hover,
.bottom_blogroll_nav ul li a:focus{
	text-decoration: none;
}
.bottom_address{
	position: absolute;
	margin-top: 25px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.bottom_address .bottom_address_title span{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
	margin-right: 20px;
}
.bottom_address .bottom_address_title p{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
	margin: 0;
	margin-top: 5px;
}
.bottom_address div{
	display: inline-block;
}
.bottom_address .bottom_ident{
	position: absolute;
	right: 0;
	bottom: 0;

}
.bottom_ident img{
	width: 40px;
	height: 37px;
	float: left;
}
.bottom_ident span{
	float: left;
	margin-left: 10px;
	line-height: 40px;

	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
}
.bottom_address_title{
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.bottom_address_logo{
	position: absolute;
	bottom: 0px;
	right: 230px;
}
.bottom_address_logo img{
	width: 130px;
}
p{
	text-align: justify;
}



/*新的样式*/
.company-desc {
	width: 100vw;
	padding: 0 134px;
	/*display: flex;*/
	margin-top: 40px;
	float: none;
}
.left {
	width: 200px;
	vertical-align: top;
	display: inline-block;
}
.left-item {
	/*padding: 10px;*/
	cursor: pointer;
	/*width: 270px;*/
	height: 74px;
	text-align: center;
	line-height: 74px;
}
.left-item.active {
	font-weight: bold;
	color: #FFF;
	background: #0937A2;
}
.right {
	width: 80%;
	vertical-align: top;
	display: inline-block;
}
.right-item {
	display: none;
}
.right-item.active {
	display: block;
}


.dszzc{
	background: url("/user_guide/img/new-bg.png") no-repeat;
	background-size: cover;
	width: 100%;
	height: 422px;
	margin-top: 96px;
	padding-left: 134px;
}
.dszzc-left{
	width: 1400px;
	vertical-align: top;
	display: inline-block;
	margin-right: 100px;
	color: #FFF;
}
.dszzc-title{
	width: 200px;
	height: 52px;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 40px;
	color: #FFFFFF;
	line-height: 60px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin: 77px 0 0 0;
}
.dszzc-line{
	width: 76px;
	height: 5px;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	margin: 20px 0;
}
.dszzc-right{
	width: 500px;
	vertical-align: top;
	display: inline-block;
	padding-top: 77px;
}
.cyjg{
	width: 100%;
	margin-top: 40px;
	text-align: center;
	/*padding-left: 182px;*/
}
.cyjg-title{
	width: 100%;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 40px;
	color: #000000;
	line-height: 60px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom: 40px;
}
.left-cyjg{
	vertical-align: top;
	display: inline-block;
}
.struct_category-left{
	vertical-align: top;
	display: inline-block;
	width: 540px;
	height: 274px;
	background: #000000;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #707070;
	margin-right: 32px;
	margin-bottom: 32px;
}
.struct_category-left>img{
	width: 540px;
	height: 274px;
}
.struct_category-left2{
	width: 1080px;
	height: 274px;
	background: #000000;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #707070;
}
.struct_category-left2>img{
	width: 1110px;
	height: 274px;
}
.struct_category{
	vertical-align: top;
	display: inline-block;
	width: 420px;
	height: 567px;
	background: #000000;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #707070;
	margin-right: 32px;
}
.struct_category>img{
	width: 420px;
	height: 567px;
}
.struct_category_name{
	color: #FFF;
	position: relative;
	top: -150px;
}

.struct_category_name1{
	color: #FFF;
	position: relative;
	top: -300px;
}

.kjrk{
	width: 100%;
	margin: 40px auto;
	text-align: center;
	/*padding-left: 182px;*/
}
.kjrk-item{
	width: 500px;
	height: 188px;
	background: #F5F7FB;
	border-radius: 0px 0px 0px 0px;
	vertical-align: top;
	display: inline-block;
	margin-right: 34px;
	line-height: 188px;
}


.fzlc{
	background: url("https://www.xingfagroup.com/xingfa_backend/upload/product/history.png") no-repeat;
	background-size: cover;
	width: 100%;
	height: 800px;
	margin-top: 96px;
	padding-left: 134px;
}

.fzlc-title{
	width: 100%;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 40px;
	color: #FFF;
	line-height: 60px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom: 40px;
	padding-top: 30px;
}
.history_content_div>span{
	color: #FFF !important;
	background: none !important;
}
.history_content_div>p{
	color: #FFF !important;
	background: none !important;
}

.ryzz{
	width: 100%;
	height: 800px;
	margin-top: 96px;
	padding-left: 134px;
}
.ryzz-title{
	width: 100%;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: bold;
	font-size: 40px;
	color: #FFF;
	line-height: 60px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom: 40px;
	padding-top: 30px;
}
.honor_box{
	vertical-align: top;
	display: inline-block;
	width: 400px;
	height: 400px;
	background-color: rgba(18,10,9,0.19);
	margin: 20px;
	padding-top: 20px;
}
.brand{
	text-align: left;
}
.brand_box{
	vertical-align: top;
	display: inline-block;
	width: 400px;
	background-color: rgba(18,10,9,0.19);
	margin: 20px;
	padding-top: 20px;
	border-radius: 30px;
	text-align: center;
}


.product-cate-list{
	width: 80vw;
	height: 60px;
	margin: 0 auto;
	line-height: 60px;
}
.now-active{
	color: #0937A2;
}
.cate-child{
	width: 9vw;
	height: 60px;
	vertical-align: top;
	display: inline-block;
	text-align: left;
}
.cate-child:last-child{
	text-align: right;
	width: 6vw;
}
.cate-child1{
	width: 80vw;
	/*height: 700px;*/
	/*padding: 90px 100px;*/
	padding-left: 30px;
	padding-top: 50px;
	background: #F5F7FB;
	border-radius: 0px 0px 0px 0px;
	margin: 20px auto;
}
.cate-child1-left{
	width: 40vw;
	height: 400px;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	padding: 0 100px 0 0;
}
.cate-child1-right{
	width: 30vw;
	height: 400px;
	vertical-align: top;
	display: inline-block;
	margin-right: 150px;
}
.cate-child1-right>img{
	width: 510px;
	/*height: 430px;*/
	border-radius: 0px 0px 0px 0px;
}
.cate-child-detail{
	width: 100%;
	height: 200px;
}

.cao-zuo-btn{
	width: 165px;
	height: 46px;
	background: #FFFFFF;
	vertical-align: top;
	display: inline-block;
	line-height: 46px;
	text-align: center;
	margin-top: 6px;
	margin-right: 10px;
}
.cao-zuo-btn1{
	width: 165px;
	height: 46px;
	background: #0937A2;
	vertical-align: top;
	display: inline-block;
	color: #FFF;
	line-height: 46px;
	text-align: center;
	margin-top: 10px;

}

.content_box .product_category .product_category_detail p{
	text-indent: 2em;
	line-height: 22px;
	color: #636363;
	font-size: 15px;
}

.content_box .product_category span{
	width: 100%;
	height: 40px;
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 40px;
	color: #333;
	padding-left: 10px;
	background-image: linear-gradient(180deg,
	#f5f5f5 1%,
	#eeeeee 54%,
	#e6e6e6 100%),
	linear-gradient(
		#f5f5f5,
		#f5f5f5);
	background-blend-mode: normal,
	normal;
}
.content_box .product_category ul{
	margin-bottom: 40px;
	height: auto;
	width: 100%;
	display: inline-block;
}

.content_box .product_category li a{
	display: inline-block;
	float: left;
	width: 33.333%;
	height: 40px;
	border-bottom: 1px solid #e6e6e6;
	text-decoration: none;
	color: #333;
	line-height: 40px;
	padding-left: 10px;
}
.content_box .product_category li a:hover{
	color: #d22819;
}
.content_box .product_category li:nth-child(3n-1) a{
	border-right: 1px solid #e6e6e6;
}
.content_box .product_category li:nth-child(3n) a{
	border-right: 1px solid #e6e6e6;
}

.content_box .product_category li:nth-child(3n-2) a{
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
}

.content_box .product_content .product_content_title p{
	width: 100%;
	height: 40px;
	display: block;
	line-height: 40px;
	background-image: linear-gradient(180deg,
	#f5f5f5 1%,
	#eeeeee 54%,
	#e6e6e6 100%),
	linear-gradient(
		#f5f5f5,
		#f5f5f5);
	background-blend-mode: normal,
	normal;
	text-align: center;
	margin: 0;
}
.content_box .product_content .product_content_title p .product_content_title_img{
	color: #2b2b33;
	font-weight: 100px;
	font-size: 16px ;
	cursor: pointer;
}
.content_box .product_content .product_content_title p .product_content_title_biao{
	font-size: 10px;
}
.content_box .product_content .prodcut_content_box{
	width: 100%;
}

.content_box .product_content .prodcut_content_box table tr  td:first-child{
	min-width: 100px;
}
.content_box .product_content .prodcut_content_box table tr td{
	padding:  10px 10px;
	overflow : hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.content_box .product_content .prodcut_content_box table tr td p{
	margin: 0;
}
.content_box .product_category .product_category_detail p{
	text-indent: 2em;
	line-height: 22px;
	color: #636363;
	font-size: 15px;
}

.content_box .product_category span{
	width: 100%;
	height: 40px;
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 40px;
	color: #333;
	padding-left: 10px;
	background-image: linear-gradient(180deg,
	#f5f5f5 1%,
	#eeeeee 54%,
	#e6e6e6 100%),
	linear-gradient(
		#f5f5f5,
		#f5f5f5);
	background-blend-mode: normal,
	normal;
}
.content_box .product_category ul{
	margin-bottom: 40px;
	height: auto;
	width: 100%;
	display: inline-block;
}

.content_box .product_category li a{
	display: inline-block;
	float: left;
	width: 33.333%;
	height: 40px;
	border-bottom: 1px solid #e6e6e6;
	text-decoration: none;
	color: #333;
	line-height: 40px;
	padding-left: 10px;
}
.content_box .product_category li a:hover{
	color: #d22819;
}
.content_box .product_category li:nth-child(3n-1) a{
	border-right: 1px solid #e6e6e6;
}
.content_box .product_category li:nth-child(3n) a{
	border-right: 1px solid #e6e6e6;
}

.content_box .product_category li:nth-child(3n-2) a{
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
}
.prdouct_global_img{
	width: 100%;
	height: 1200px;
	text-align: center;
}
