
	* {
	font-family:"Raleway-Regular";
	/*font-family:'Microsoft Sans Serif';
	*/
}
body {
	position:relative;
}
html,div {
	outline:0;
}
.over {
	overflow:hidden;
}
.relative {
	position:relative;
}
.absolute {
	position:absolute;
	z-index:1;
}
.fixed {
	position:fixed;
	z-index:1;
}
.inline {
	display:inline;
}
.inline-block {
	display:inline-block;
}
.text-center {
	text-align:center;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-over {
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.middle {
	vertical-align:middle;
}
.trans-show {
	transition:all .5s;
	-webkit-transition:all .5s;
	opacity:0;
	visibility:hidden;
}
.trans-show.visable {
	opacity:1;
	visibility:visible;
}
.hidden {
	display:none;
}
.block {
	display:block;
}
.wrap-margin-top {
	/*margin-top:200px !important;
	*/padding-top:201px;
}
.show-pc-block {
	display:block!important;
}
.show-pc-inline-block {
	display:inline-block!important;
}
.show-mb-block {
	display:none!important;
}
.show-mb-inline-block {
	display:none!important;
}
/*动画时间*/
.trans {
	-webkit-transition:all 300ms ease 0s;
	-moz-transition:all 300ms ease 0s;
	-ms-transition:all 300ms ease 0s;
	-o-transition:all 300ms ease 0s;
	transition:all 300ms ease 0s;
}
.trans3 {
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
}
.trans5 {
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.trans7 {
	transition:all 0.7s;
	-moz-transition:all 0.7s;
	-webkit-transition:all 0.7s;
	-o-transition:all 0.7s;
}
/*turn page*/
.responsive_turn_page {
	float:none !important;
	padding:30px 0;
}
.responsive_turn_page>span .page_item_current {
	background:#fec107 !important;
}
.wrap {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	zoom:1;
	position:relative;
	box-sizing:border-box;
}
.wrap:after,.wrap:before {
	display:table;
	content:'';
}
.wrap:after {
	clear:both;
}
.leftside {
	width:240px;
}
.rightside {
	width:900px;
	float:left;
	margin-left:30px;
}
.lefttitle {
	position:relative;
	padding:0 30px 0 10px;
	line-height:55px;
	height:55px;
	font-size:18px;
	font-weight: 700;
	text-transform:uppercase;
	overflow:hidden;
	color:#222;
}
.lefttitle span {
	display:block;
	height:55px;
	overflow:hidden;
}
.leftmenu {
	padding-bottom:15px;
}
.leftmenu .item {
	border-top:3px solid #fec106;
}
.leftmenu .item .ia {
	height:50px;
	line-height:50px;
	display:block;
	overflow:hidden;
	text-decoration:none;
	font-size:16px;
	color:#2e1532;
	text-transform:uppercase;
	text-indent:10px;
}
.leftmenu .item .ia:hover,.leftmenu .item.cur .ia {
	color:#333;
}
/*.leftmenu .item.hasub .ia {
	background:url(../images/default.png) no-repeat 211px center;
}
*/
/*.leftmenu .hasub.cur .ia {
	background:url(../images/cur.png) no-repeat 211px center;
}
*/
.leftmenu .item .subcate {
	padding-bottom:40px;
	display:none;
	border-top:1px solid #ddd;
}
.leftmenu .item .subcate .sia {
	position:relative;
	display:block;
	height:40px;
	overflow:hidden;
	line-height:40px;
	padding:0 15px 0 29px;
	font-size:14px;
	color:#666;
	text-decoration:none;
	border-bottom:1px solid #ddd;
}
.leftmenu .item .subcate .sia.cur,.leftmenu .item .subcate .sia:hover {
	background:#f3f3f3;
}
.leftmenu .item .subcate .sia3 {
	text-indent:10px;
}
.leftmenu .item .subcate .sia3.cur {
	background:none;
	color:#ff6600;
}
.leftmenu .item.cur .subcate {
	display:block;
}
.leftside .related {
	margin-top:22px;
	padding-bottom:20px;
	width:100%;
}
.leftside .related .r_title {
	width:100%;
	height:23px;
	line-height:23px;
	font-size:18px;
	color:#191919;
	text-transform:uppercase;
}
.leftside .related .r_list {
	margin-top:5px;
	width:100%;
}
.leftside .related .r_list .item {
	padding:16px 0 19px;
	border-top:3px solid #fec106;
}
/*.leftside .related .r_list .item:first-child {
	border-top:0;
}
*/
.leftside .related .r_list .title {
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	width:100%;
	line-height:24px;
	font-size:18px;
	color:#555;
	text-decoration:none;
	overflow:hidden;
}
.leftside .related .r_list .author {
	margin-top:6px;
	width:100%;
	height:21px;
	line-height:21px;
	font-size:14px;
	color:#989898;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.leftside .related .r_list .brief {
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	margin-top:8px;
	width:100%;
	line-height:20px;
	font-size:14px;
	color:#888;
	word-break:break-all;
	overflow:hidden;
}
.banner {
	width:100%;
	overflow:hidden;
	height:auto;
	z-index:1;
	max-height:475px;
}
#header {
	z-index:500;
	left:0;
	top:0;
	width:100%;
	border-bottom:1px solid #ddd;
}
#header.ts {
	transition:all .4s;
}
#header .head-top {
	padding-top:40px;
	height:110px;
	box-sizing:border-box;
}
#header .head-top .left-icon {
	left:0;
	top:0;
	margin-top:50px;
}
#header .head-top .left-icon .h-lang {
	margin-left:35px;
}
#header .head-top .left-icon .h-lang .lang-on {
	width:35px;
	height:35px;
	line-height:35px;
	border:1px solid #fff;
	border-radius:100px;
	font-size:15px;
	color:#fff;
	text-transform:uppercase;
}
#header .head-top .right-icon {
	right:0;
	top:0;
	position:absolute;
	margin-top:50px;
	margin-right:35px;
}
#header .head-top .right-icon .icon:hover .layer,#header .head-top .right-icon .icon:hover:after {
	opacity:1;
	visibility:visible;
}
#header .head-top .icon .layer {
	width:150px;
	background:rgba(255,255,255,0.1);
	top:calc(100% + 20px);
	left:50%;
	margin-left:-67.5px;
	border-radius:8px;
	border:1px solid #ddd;
}
#header .head-top .icon .layer a {
	line-height:45px;
	font-size:14px;
	border-bottom:1px solid #eee;
	height:36px;
	line-height:36px;
	margin:0 10px;
	overflow:hidden;
}
#header .head-top .icon .layer a + a {
	border-top:1px solid rgba(255,255,255,0.2);
}
#header .head-top .icon .layer a:hover {
	text-decoration:underline;
}
#header .head-top .icon:after {
	position:absolute;
	bottom:-20px;
	left:10px;
	border:10px solid transparent;
	width:0;
	height:0;
	border-bottom-color:rgba(108,108,108,0.9);
	transition:all .5s;
	-webkit-transition:all .5s;
	opacity:0;
	visibility:hidden;
	content:'';
}
#header .head-top .icon:hover .layer,#header .head-top .icon:hover:after {
	opacity:1;
	visibility:visible;
}
#header .logo {
	max-width:236px;
	margin:0 auto;
	height:70px;
}
#header .s-search {
	top:40px;
}
#header .s-search form {
	right:0;
	top:0;
}
#header .s-search form input.text {
	border:none;
	border-bottom:1px solid #222;
	padding-bottom:5px;
	width:250px;
	height:30px;
	font-size:15px;
}
#header .s-search form input.sub {
	border:none;
	background:url(../image/header_search.png) no-repeat center/contain;
	top:5px;
	right:0;
	width:15%;
}
/*头部-导航栏*/
#header .nav {
	height:90px;
	display:flex;
	justify-content:center;
	align-items:center;
}
#header .nav .a {
	height:100%;
	display:flex;
	box-sizing:border-box;
	border-bottom:3px solid transparent;
	align-items:center;
	justify-content:center;
	margin: 0 30px;
	transition: ease all .3s;
}
#header .nav .a a {
	font-size:18px;
	color:#4e4e4e;
	font-weight:700;
	text-decoration:none;
	text-transform:capitalize;
	transition: ease all .3s;
}
#header .nav .a:hover {
	border-color:#ffc20a;
}
#header .nav .a:hover a {
	color: #ffbf00;
}
#header .nav .a .nav-child {
	width:905px;
	top:91px;
	left:50%;
	padding:30px 30px 15px 30px;
	visibility:hidden;
	opacity:0;
	transition:all .5s;
	z-index:-1;
	background:#fff;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	box-shadow:0px 1px 4px rgba(158,158,158,0.5);
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}
#header .nav .a .nav-child .nav-child-item {
	width:150px;
	margin-right:10px;
}
#header .nav .a .nav-child .sec_sub {
	width:100%;
	margin-top:10px;
}
#header .nav .a .nav-child .sec_sub .sec_item {
	display:block;
	width:100%;
	height:30px;
	line-height:30px;
	padding-left:16px;
	font-size:13px;
	color:#333;
	font-family:'Raleway-Regular';
	font-weight:normal;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	text-transform:capitalize;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
#header .nav .a .nav-child .li {
	display:block;
	width:100%;
	height:28px;
	line-height:28px;
	font-size:16px;
	color:#222;
	font-family:'Raleway-Regular';
	font-weight:normal;
	transition:all .5s;
	text-transform:capitalize;
	overflow:hidden;
}
/*#header .nav .a .nav-child .li:hover {
	font-size:15px;
	color:#691a19;
}
*/
#header .nav .a .nav-child-small {
	width:150px;
	top:calc(100% + 3px);
	left:50%;
	margin-left:-75px;
	visibility:hidden;
	opacity:0;
	transition:all .5s;
	z-index:-1;
	background:#fff;
	line-height:40px;
	box-shadow:0px 1px 4px rgba(158,158,158,0.5);
}
#header .nav .a .nav-child-small .li {
	font-size:16px;
	color:#222;
	font-family:'Raleway-Regular';
	font-weight:normal;
	padding:5px 0;
	border-top:1px solid #dedede;
	display:block;
	text-align:center;
}
#header .nav .a .nav-child-small .li:hover {
	background:#ffc20a;
	color:#fff;
}
#header .nav .a.hover-able:hover .nav-child {
	visibility:visible;
	opacity:1;
	z-index:-1;
}
#header .nav .a.hover-able:hover .nav-child .li {
	transform:translateY(0);
}
#header .nav .a.hover-able:hover .nav-child .sec_sub .sec_item:hover {
	background-position:8px center;
	text-decoration:underline;
	font-weight:normal;
}
#header .nav .a.hover-able:hover .nav-child:before,#header .nav .a.hover-able:hover .nav-child:after,#header .nav .a:hover .nav-child-small {
	visibility:visible;
	opacity:1;
	z-index:1;
}
#header .menu-btn {
	max-width:35px;
	margin-top:6px;
}
#header .nav .a.hover-able .nav-child .nav-child-bot {
	width:100%;
	height:121px;
	margin-top:41px;
	padding-top:15px;
	border-top:1px solid #dedede;
}
#header .nav .a.hover-able .nav-child .nav-child-bot .bot_item {
	width:250px;
	height:100%;
	margin-left:47px;
}
#header .nav .a.hover-able .nav-child .nav-child-bot .bot_item a {
	width:110px;
}
#header .nav .a.hover-able .nav-child .nav-child-bot .bot_item a.img {
	height:120px;
	text-align:center;
}
#header .nav .a.hover-able .nav-child .nav-child-bot .bot_item:first-child {
	margin-left:0;
}
#header .nav .a.hover-able .nav-child .nav-child-bot .bot_item .name {
	width:130px;
	height:52px;
	line-height:26px;
	margin-top:15px;
	font-size:19px;
	color:#222;
	font-family:'Raleway-Regular';
	font-weight:normal;
	overflow:hidden;
}
#header .nav .a.hover-able .nav-child .nav-child-bot .bot_item:hover .name {
	text-decoration:underline;
}
/*头部-下滑缩小*/
#header .small-style {
	}#header .small-style .s-search {
	position:absolute;
	right:42px;
	top:35px;
}
#header.small-module {
	transform:translateY(-110px);
	background:#fff;
	position:fixed;
	top:auto;
}
#header.small-module .head-top {
	}#header.small-module .head-top .layer {
	display:none;
}
#header.small-module .small-style {
	padding:0;
}
#header.small-module .s-logo {
	display:flex;
	height:90px;
	align-items:center;
	max-width:180px;
}
/*#header.small-module .nav .a {
	display:inline;
}
*/
/*#header.small-module .nav .a:hover {
	border:none;
}
*/
/*#header.small-module .nav .a .nav-child {
	top:50px;
}
*/
/*头部-导航hover白色背景*/
#header.white-module {
	background:#fff;
	/*overflow:hidden;
	*/
}
#header.white-module .white-icon {
	display:none;
}
#header.white-module .black-icon {
	display:inline;
}
#header.white-module .head-top .h-lang .lang-on {
	border-color:#222;
	color:#222;
}
#header.white-module .search-form input {
	color:#222;
}
#header.white-module .search-form {
	border-bottom-color:rgba(0,0,0,0.6);
}
#header.white-module .search-form input::-webkit-input-placeholder,#header.white-module .search-form input::-moz-placeholder {
	color:#222;
}
#header.white-module .head-top .icon .layer {
	background:#fff;
}
/************ header end *****************/

/************ footer *****************/
#footer {
	border-top:1px solid #cfb826;
	background:#222430;
	color:#818183;
}
#footer .link {
	display: flex;
	padding:55px 0;
	padding-bottom:30px;
	max-width:1200px;
	margin:0 auto;
	box-sizing:border-box;
}
#footer .link div{
	display: flex;
	justify-content: flex-end;
	width: 62%;
	box-sizing:border-box;
}
#footer .link ul {
	display: block;
	padding-right: 50px;
	box-sizing:border-box;
}
#footer .link ul li {
	font-size:15px;
	color:#3e3e3e;
	line-height: 1.75;
	box-sizing:border-box;
	color:#818183;
}
#footer .link ul li.tit {
	height:36px;
	line-height:36px;
	margin-bottom:5px;
	font-weight:bold;
	font-size:18px;
	color:#fdc107;
}
#footer .link ul a {
	font-size:15px;
	color:#818183;
}
#footer .link ul.contact {
	width:38%;
}
#footer .link ul.contact li.i {
	line-height:150%;
	height:auto;
	position:relative;
	padding:5px 0;
	padding-left:25px;
	box-sizing:border-box;
}
#footer .link ul.contact li span {
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	left:0;
	top:8px;
	background:url(../image/footer-ico.png) 0 0 no-repeat;
}
#footer .link ul.contact li.tel span {
	background-position:0 -80px;
}
#footer .link ul.contact li.email span {
	background-position:0 -117px;
}
#footer .link ul.contact li.email {
	text-transform:none;
}
#footer .link .br {
	display:inline-block;
	width:100%;
	height:0;
}
#footer .partners {
	max-width:1200px;
	position:relative;
	margin:0 auto;
	box-sizing:border-box;
	padding-bottom:40px;
}
#footer .partners .title {
	position:absolute;
	top:0;
	width:160px;
	font-size:16px;
	color:#fdc107;
	font-weight:bold;
}
#footer .partners .box {
	padding-left:160px;
}
#footer .partners .box .list {
	width:160px;
	height:60px;
	overflow:hidden;
	border:1px solid #ddd;
	margin-right:10px;
	text-align:center;
	margin-bottom:10px;
	background:#fff;
}
#footer .partners .box .list .item {
	height:100%;
}
#footer .copyright {
	padding:25px 0;
	font-size:14px;
	color:#818183;
	border-top:1px solid #2f313d;
}
#footer .copyright .txt {
	float:left
}
#footer .copyright .txt a {
	color:#818183;
}
#footer .foot_share {
	margin-left:30px;
	float:left;
}
.foot_share_type_0 .foot_share_box {
	transform:scale(0.9);
	opacity:0.5;
	margin-right:4px;
}
.products_category {
	border:1px solid #ddd;
	padding:35px;
	position:relative;
	min-height:200px;
}
.products_category .l {
	padding-right:230px;
}
.products_category .l .title {
	font-size:28px;
}
.products_category .l .desc {
	line-height:150%;
	color:#555;
	padding-top:15px;
}
.products_category .img {
	position:absolute;
	right:35px;
	top:35px;
	width:200px;
	height:200px;
}
.responsive_products_detail {
	margin:0 !important;
}
.leftside .hot_pro {
	margin:30px 0;
	width:100%;
}
.leftside .hot_pro .title {
	font-size:18px;
	color:#191919;
	font-weight:bold;
	margin-bottom:20px;
}
.leftside .hot_pro .list {
	display:block;
	width:100%;
	height:100%;
	border-top:3px solid #fec106;
	text-decoration:none;
}
.leftside .hot_pro .list .item {
	padding:15px 0 15px 10px;
	width:calc(100% - 10px);
	height:74px;
	border-bottom:1px solid #ededed;
}
.leftside .hot_pro .list .item .img {
	display:block;
	width:74px;
	height:100%;
	background:#d1d1d1;
}
.leftside .hot_pro .list .item .item_title {
	display:block;
	width:calc(100% - 80px);
	height:100%;
	line-height:24px;
	font-size:14px;
	color:#555;
	overflow:hidden;
}
.leftside .hot_pro .hot_pro_btn {
	display:block;
	margin:17px 0 0 16px;
	width:157px;
	height:30px;
	line-height:30px;
	background:#ffc107;
	font-size:14px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
/*.responsive_products_detail .info .button a {
	background:#fec107 !important;
}
*/

body .responsive_products_detail .gallery .left_small_img .pic_box.on {
	border:1px solid #fec107;
}
body .responsive_products_detail .info .button > a,body .responsive_products_detail .info .button .download_button > span {
	background-color:#fec107!important;
}
body .bx-controls-direction {
	display:none;
}
body .bx-wrapper .bx-pager {
	position:static;
	padding-top:0;
}
.banner .bx-wrapper .bx-pager {
	position:absolute;
	bottom:20px;
}
body .bx-wrapper .bx-pager.bx-default-pager a {
	width:13px;
	height:13px;
	border:2px solid #c3c3c3;
	background:#c3c3c3;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
body .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background:#fff;
	border-color:#ffc107;
}
body .bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#fff;
	border-color:#ffc107;
}
body .responsive_position .position a {
	padding:0 10px;
	font-size:13px;
}
body .responsive_position .position a:first-child {
	background:url(../image/icon_home.png) no-repeat center;
	line-height:9px;
	display:inline-block;
	width:11px;
	text-indent:100px;
	overflow:hidden;
}
body .responsive_products_list .item .info .name {
	margin-top:25px;
}
body .responsive_info_list .item .info .title a {
	color:#333;
}
body .responsive_info_list .item .info .time {
	color:#858585;
}
body .responsive_info_list .item .info .desc {
	color:#555;
}
body .responsive_products_detail .description .title {
	background:#fbfbfb;
	padding:0;
	padding-left:20px;
	border-bottom:none;
	border-left:3px solid #000;
}
body .responsive_products_detail .description .title span {
	height:50px;
	line-height:50px;
	display:inline-block;
	    font-weight: 600;
}
body .responsive_products_detail .description .title span + span {
	margin-left:15px;
}
.responsive_products_detail .description .title span.cur {
	}.g_member #header {
	position:static;
}
/* 新闻详细(推荐文章) */
.rale_news {
	padding-bottom:56px;
	width:100%;
}
.rale_news .news_title {
	width:100%;
	height:30px;
	line-height:30px;
}
.rale_news .news_title .title {
	font-size:22px;
	color:#191919;
	font-family:'PlayfairDisplay-Regular';
}
.rale_news .news_title .read_btn {
	font-size:14px;
	color:#888;
}
.rale_news .news_title .read_btn span {
	font-size:14px;
	color:#888;
	font-family:cursive;
	font-weight:bold;
}
.rale_news .list {
	display:grid;
	grid-template-columns:repeat(4,23.25%);
	justify-content:space-between;
	margin-top:23px;
	width:100%;
}
.rale_news .list .item {
	}.rale_news .list .item .img {
	display:block;
	width:100%;
	text-align:center;
	text-decoration:none;
	overflow:hidden;
}
.rale_news .list .item .title {
	display:-webkit-box;
	margin-top:15px;
	line-height:21px;
	font-size:16px;
	color:#333;
	text-decoration:none;
	overflow:hidden;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.rale_news .list .item .time {
	margin-top:8px;
	width:100%;
	height:21px;
	line-height:21px;
	font-size:14px;
	color:#989898;
}
.rale_news .list .item .brief {
	display:-webkit-box;
	margin-top:6px;
	line-height:24px;
	font-size:14px;
	color:#888;
	text-decoration:none;
	overflow:hidden;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}
.rale_news .list .item:hover .img img {
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.rale_news .list .item:hover .title {
	color:#fdc107;
}
@media only screen and (max-width:1280px) {
	.wrap {
	padding-left:10px;
	padding-right:10px;
}
.rightside {
	width:710px
}
}@media only screen and (max-width:991px) {
	.wrap-margin-top {
	padding-top:0;
}
}/*手机版*/
@media only screen and (max-width:991px) {
	.wrap {
	min-width:100%;
	overflow:hidden;
}
.leftside {
	display:none;
}
.rightside {
	width:100%;
	float:none;
	margin-left:0;
	box-sizing:border-box;
}
#header {
	opacity:1;
	position:fixed;
	width:100%;
	position:100000;
	left:0;
	top:0;
	right:0;
}
#header .header_contents {
	height:50px;
	position:relative;
}
#header .header_contents .menu_ico {
	display:block;
	width:24px;
	height:24px;
	background:red;
	position:absolute;
	top:13px;
	right:15px;
	z-index:1;
}
#header .logo {
	height:50px;
	padding:10px 0;
	box-sizing:border-box;
	max-width:40%;
}
#header .rheader {
	padding:0;
	width:75%;
	max-width:768px;
	position:fixed;
	z-index:1000000;
	top:0;
	right:-75%;
	bottom:0;
	overflow-x:hidden;
}
#header .rheader .nav {
	float:none;
	width:auto;
	z-index:2;
	background:#fff;
}
#header .rheader .nav .close {
	display:block;
	height:40px;
	background:#eee;
}
#header .rheader .nav .close span {
	display:block;
	float:right;
	width:20px;
	height:20px;
	background:url(../image/close.svg) center center no-repeat;
	background-size:100%;
	margin-right:10px;
	margin-top:10px;
}
#header .rheader .nav .item {
	float:none;
	height:50px;
	line-height:50px;
	border-bottom:1px solid #ddd;
	position:static;
}
#header .rheader .nav .item .a0 {
	text-align:left;
	height:50px;
	line-height:50px;
	font-weight:normal;
	font-size:16px;
}
#header .rheader .nav .item .sub {
	display:none;
}
#header .rheader .nav .item:before {
	display:none;
}
#header .rheader .nav .item.hasub {
	background-position:90%;
}
#header .rheader .nav .item:hover {
	background:none;
}
#header .rheader .nav .item:hover.hasub {
	background:none;
}
#header .rheader .nav .item:hover a {
	color:#333;
}
#header .rheader .nav .item .sub {
	display:none;
	border:1px solid red;
	left:25%;
	width:75%;
	top:0;
	position:fixed;
	background:#fff;
}
#header .rheader .nav .item .sub .hsec_sub>a {
	background:none;
}
#header.lock:before {
	display:block;
	content:'';
	background-color:#000;
	opacity:.6;
	position:fixed;
	z-index:1;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
#footer {
	width:100%;
	overflow:hidden;
}
#footer .link {
	padding:10px;
}
#footer .link ul {
	width:100%;
}
#footer .link ul li {
	display:none;
	border-bottom:1px solid #818181;
	text-indent:15px;
	height:44px;
	line-height:44px;
	max-width:100%;
}
#footer .link ul.contact {
	width:100%;
}
#footer .link ul.contact li.i {
	text-indent:0;
	padding:10px 0;
	padding-left:25px;
}
#footer .link ul li.tit {
	font-weight:normal;
	font-size:16px;
	display:block;
	background:url(../image/navsub.png) 95% center no-repeat;
	text-indent:5px;
	margin:0;
	height:44px;
	line-height:44px;
}
#footer .link .br {
	display:none;
}
#footer .partners {
	padding-bottom:10px;
}
#footer .partners .title {
	position:relative;
	text-align:center;
	width:100%;
	padding:8px 0;
	padding-bottom:5px;
	font-size:20px;
}
#footer .partners .box {
	padding:5px 0;
}
#footer .partners .box .list {
	width:50%;
	height:auto;
	float:left;
	box-sizing:border-box;
	margin:0;
	border:none;
	margin-bottom:10px;
	padding:0 5px;
	background:none;
}
#footer .partners .box .list .item {
	border:1px solid #ddd;
	width:100%;
	box-sizing:border-box;
}
#footer .partners .box .list .item a {
	background:#fff;
	display:block;
}
#footer .copyright {
	padding:10px 0;
}
#footer .copyright .txt {
	padding:10px 0;
	font-size:12px;
	text-align:center;
	float:none;
}
#footer .foot_share {
	text-align:center;
	width:100%;
	float:none;
	margin:0;
	padding-top:10px;
	float:none;
}
.products_category {
	height:auto;
	min-height:unset;
	padding:15px;
}
.products_category .l {
	padding:0;
}
.products_category .l .title {
	font-size:20px;
}
.products_category .img {
	display:none;
}
}@media (max-width:768px) {
	.rale_news .list {
	grid-template-columns:repeat(2,46.5%);
}
}