/* ==========
基本默认值
========== */
html,
body,
ul,
li{
	padding: 0;
	margin: 0;
}
p{
	text-align: justify;
}
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;
}

.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: 100%;
	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{
	/*min-width: 1200px;*/
	/*width: 1920px;*/
	margin: 0 auto;
	/*margin-top: 40px;*/
	/*overflow: hidden;*/
}

/* 侧边栏 */
.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: #FFF;
	text-decoration: none;
	background-image: linear-gradient(180deg, #e7e7e7 1%, #e7e7e7 100%),
	linear-gradient(#e7e7e7, #e7e7e7);
}

/* 内容 */
.content_box{
	/*width: 940px;*/
	/*width: 1920px;*/
	/*display: inline-block;*/

}
/*面包屑导航栏*/
.bar{
	width: 100vw;
	height: 80px;
	background: linear-gradient( 136deg, #2A5BE2 0%, #2CC9F1 100%);
	line-height: 80px;
	padding: 0 134px;
	text-align: left;
}
.content_box .bar{
	width: 100%;
	overflow: hidden;
}
.content_box .bar .back{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #FFF;
}
.content_box .bar ul{
	/*float: right;*/
}
.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 .news_company{
	overflow: hidden;
	width: 100%;
}

.content_box .news_edit{
	display: inline-block;
	overflow: hidden;
	width: 100%;
}
.content_box .news_edit h2{
	margin: 0 !important;
	text-align: center !important;
	line-height: 22px !important;
	font-size: 24px !important;
	color: #636363 !important;

}
.content_box .news_edit h2 span{
	margin: 0 !important;
	text-align: center !important;
	line-height: 22px !important;
	font-size: 24px !important;
	color: #636363 !important;

}
.content_box .news_edit h3{
	margin: 10px 0px 15px !important;
	line-height: 22px !important;
	text-align: center !important;
	font-size: 13px !important;
	color: #c0c0c0 !important;
	font-size-adjust: none !important;
}
.content_box .news_edit h3 span{
	margin: 10px 0px 15px !important;
	line-height: 22px !important;
	text-align: center !important;
	font-size: 13px !important;
	color: #c0c0c0 !important;
	font-size-adjust: none !important;
}
.content_box .news_company .news_company_nav{
	overflow: hidden;
}
.content_box .news_company .news_company_nav a:hover .news_company_content h3,.content_box .news_company .news_company_nav a:hover .news_company_other h3{
	color: #d22619;
}
.content_box .news_company .news_company_nav img{
	width: 180px;
	height: 120px;
	background-color: #e6e6e6;
	float: left;
}
.content_box .news_company .news_company_nav .news_company_content{
	float:left;
	margin-left: 20px;
	width: 740px;
	height: 120px;
}
.content_box .news_company .news_company_nav .news_company_content h3{
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	display: inline;
}
.content_box .news_company .news_company_nav .news_company_content p{
	font-size: 15px;
	margin: 0;
	height: 45px;
	overflow: hidden;
	margin-top: 10px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #636363;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.content_box .news_company .news_company_nav .news_company_content .news_company_content_top{
	display: inline;
	margin-left: 10px;
	font-family: SourceHanSansCN-Regular;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	color: #ffffff;
	width: 32px;
	padding: 5px;
	height: 16px;
	background-color: #d22819;
	position: relative;
	top: -3px;
	border-radius: 2px;
}
.content_box .news_company .news_company_nav .news_company_content span{
	margin-top: 25px;
	display: inline-block;
	width: 100%;
	text-align: right;
	font-size: 14px;
	letter-spacing: 0px;
	color: #636363;
}
.content_box .news_company hr{
	width: 100%;
	height: 1px;
	background: #e6e6e6;
	margin: 0;
	margin-top: 5px;
	border-top: 1px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.content_box .news_company .news_company_other{
	display: block;
	overflow: hidden;
}
.content_box .news_company .news_company_other h3{
	text-align: left;
	font-size: 16px;
	text-decoration: none;
	display: inline-block;
	line-height: 25px;
	float: left;
	color: #333;
	margin: 0;
}
.content_box .news_company .news_company_other .news_company_date{
	text-align: right;
	color: #636363;
	display: inline-block;
	font-style: normal;
	float: right;
	margin-top: 5px;
}
.content_box .news_company .news_company_otner_hr{
	margin-top: 10px;
	margin-bottom: 10px;
}
.content_box .news_company .page{
	margin-top: 30px;
}
.content_box .news_company .page ul{
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.content_box .news_company .page ul li{
	display: inline-block;
	margin: 0px 5px;
}
.content_box .news_company .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;

}
.content_box .news_company .page ul li .active{
	background-color: #0937A2;
	color: #fff;
}
/* 国内展会 */
.content_box .news_home{
	height: 100%;
	width: 100%;
	border: solid 1px #e6e6e6;
}
.content_box .news_home .news_home_title{
	background-image: linear-gradient(180deg,
		#f5f5f5 1%,
		#eeeeee 54%,
		#e6e6e6 100%),
	linear-gradient(
		#f5f5f5,
		#f5f5f5);
	background-blend-mode: normal,
	normal;
}
.content_box .news_home .news_home_title ul{
	overflow: hidden;
}
.content_box .news_home .news_home_title ul li{
	display: inline-block;
	float:left;
}
.content_box .news_home .news_home_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 .news_home .news_home_title ul li a:hover{
	color: #d22819;
}
.content_box .news_home .news_home_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: 100% 40px;
	color: #d22819;
}
.content_box .news_home .news_home_title ul .home .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: 100% 40px;
	color: #d22819;
}
.content_box .news_home .news_home_box{
	padding: 20px;
}
.content_box .news_home .news_home_box .news_home_box_table .news_home_box_table_title{
	height: 40px;
	overflow: hidden;
	border: 1px solid #e6e6e6;
}
.content_box .news_home .news_home_box .news_home_box_table .news_home_box_table_title li{
	font-size: 15px;
	display: inline-block;
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-image: linear-gradient(180deg,
		#f5f5f5 1%,
		#eeeeee 54%,
		#e6e6e6 100%),
	linear-gradient(
		#fff,
		#fff);
	background-blend-mode: normal,
	normal;
}
.content_box .news_home .news_home_box .news_home_box_table .news_home_box_table_title li:nth-child(1){
	border-right: 1px solid #e6e6e6;
	width: 278px;
}
.content_box .news_home .news_home_box .news_home_box_table .news_home_box_table_title li:nth-child(2){
	width: 278px;
	border-right: 1px solid #e6e6e6;
}
.content_box .news_home .news_home_box .news_home_box_table .news_home_box_table_title li:nth-child(3){
	width: 180px;
	border-right: 1px solid #e6e6e6;
}
.content_box .news_home .news_home_box .news_home_box_table .news_home_box_table_title li:nth-child(4){
	width: 160px;
}
.content_box .news_home .news_home_box .news_home_box_table .accordion {
	width: 100%;
	background: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.content_box .news_home .news_home_box .news_home_box_table .accordion .link {
	height: 50px;
	cursor: pointer;
	display: block;
	color: #333;
	font-size: 16px;
	background-color: #fff;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.content_box .news_home .news_home_box .news_home_box_table .accordion a:hover .link{
	color: #d22619;
}
.content_box .news_home .news_home_box .news_home_box_table .accordion .link span{
	font-size: 14px;
	display: inline-block;
	float: left;
	text-align: center;
	line-height: 50px;
}
.content_box .news_home .news_home_box .news_home_box_table .accordion .link>span:nth-child(1){
	width: 278px;
	display: inline-block;
	white-space: nowrap;text-overflow: ellipsis;overflow: hidden;
	border-right: 1px solid #e6e6e6;
	height: 100%;
}
.content_box .news_home .news_home_box .news_home_box_table .accordion .link>span:nth-child(2){
	width: 278px;
	display: inline-block;
	white-space: nowrap;text-overflow: ellipsis;overflow: hidden;
	border-right: 1px solid #e6e6e6;
	height: 100%;
}
.content_box .news_home .news_home_box .news_home_box_table .accordion .link>span:nth-child(3){
	width: 180px;
	display: inline-block;
	white-space: nowrap;text-overflow: ellipsis;overflow: hidden;
	border-right: 1px solid #e6e6e6;
	height: 100%;
}
.content_box .news_home .news_home_box .news_home_box_table .accordion .link>span:nth-child(4){
	width: 160px;
	display: inline-block;
	height: 100%;
	white-space: nowrap;text-overflow: ellipsis;overflow: hidden;
}


/* 底部栏 */
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;
}
.news-cate{
	width: 60%;
	height: 100px;
	margin: 0 auto;
}
.news-cate-item{
	vertical-align: top;
	display: inline-block;
	width: 20%;
	text-align: center;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 20px;
	color: #707070;
	line-height: 60px;
	font-style: normal;
	text-transform: none;
}

a{
	color: #707070;
}
.active-cate>a{
	color: #0937A2 !important;
}
.on-line{
	width: 82px;
	height: 4px;
	background: #0937A2;
	border-radius: 0px 0px 0px 0px;
	margin: 0 auto;
}
