* {
    margin: 0;
    padding: 0;
    border: 0
}
html,body,header {
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,微软雅黑,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.2;
    word-spacing: 1px;
    color: #000;
    width: 100%;
    height: auto;
    background: #fff;
    border: 0;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
}
h1,h2,h3,h4 {
    font-weight: 400
}
ul,li {
	list-style: none
}
a {
    text-decoration: none
}
img {
    border: none
}
.wrapper, .header-wrapper, .slider-wrapper, .body-wrapper, .footer-wrapper{
	width: 100%;
	overflow: hidden;
}
.header-wrapper{
	position: relative;
}
.slider-wrapper .item-slider{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.slider-wrapper .item-slider:first-child{
	display:block;
}
.slider-wrapper .item-slider img{
	width: 100%;
	display: block;
}
.header-wrapper .menu-wrapper{
	position: absolute;
	width: 96%;
	height: 80px;
	top: 4%;
	left: 2%;
	/* overflow: hidden; */
	background: #fff;
	box-shadow: 1px 1px 30px rgb(0 0 0 / 6%);
	-webkit-box-shadow: 1px 1px 30px rgb(0 0 0 / 6%);
	-moz-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
	z-index: 999;
}
.menu-wrapper .logo{
	width: 160px;
	height: 80px;
	padding-top: 25px;
	padding-left: 15px;
	float: left;
}
.menu-wrapper .logo a{
	width: 100%;
	display: block;
}
.menu-wrapper .logo a img{
	width: 100%;
}
.menu-wrapper .main-menu,.menu-wrapper .main-search{
	width: 56%;
	height: 100%;
	line-height: 80px;
	float: left;
	/* overflow: hidden; */
}
.main-menu .menu-list{
	width: auto;
	float: right;
	/* overflow: hidden; */
}
.main-menu .menu-list .menu-item{
	position: relative;
	margin-left: 30px;
	float: left;
}
.main-menu .menu-list .menu-item a{
	color: #000;
	font-size: 16px;
}
.main-menu .menu-list .menu-item:hover>a{
	color: #31b1f4;
}
.main-menu .menu-list .menu-item:hover .submenu-list{
	display: block;
}
.main-menu .menu-list .menu-item .submenu-list{
	position: absolute;
	left: 0px;
	background-color: #FFF;
	border: 1px solid #f5f7f7;
	box-shadow: 1px 1px 30px rgb(0 0 0 / 6%);
	-webkit-box-shadow: 1px 1px 30px rgb(0 0 0 / 6%);
	-moz-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
	display: none;
	z-index: 99;
}
.menu-item .submenu-list .submenu-item{
	position: relative;
	/* width: 120px; */
	font-size: 14px;
	padding: 10px 20px;
	line-height: 1.2;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
	border-bottom: 1px solid #f5f7f7;
}
.menu-item .submenu-list .submenu-item:hover{
	background-color: #efefef;
}
.menu-item .submenu-list .submenu-item:hover>a{
	color: #31b1f4;
}
.menu-item .submenu-list .submenu-item:hover .thrmenu-list{
	display: block;
}
.menu-item .submenu-list .submenu-item .thrmenu-list{
	position: absolute;
	top: 10%;
	left: 100%;
	background-color: #FFF;
	border: 1px solid #f5f7f7;
	box-shadow: 1px 1px 30px rgb(0 0 0 / 6%);
	-webkit-box-shadow: 1px 1px 30px rgb(0 0 0 / 6%);
	-moz-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
	display: none;
}
.menu-item .submenu-list .submenu-item .thrmenu-list .thrmenu-item{
	font-size: 14px;
	padding: 10px 20px;
	line-height: 1.2;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	border-bottom: 1px solid #f5f7f7;
}
.menu-item .submenu-list .submenu-item .thrmenu-list .thrmenu-item:hover{
	background-color: #efefef;
}
.menu-item .submenu-list .submenu-item .thrmenu-list .thrmenu-item:hover>a{
	color: #31b1f4;
}
.menu-wrapper .main-search{
	width: 24%;
	float: right;
}
.main-search .nav-search,.main-search .nav-lang{
	position: relative;
	width: 50%;
	height: 36px;
	float: left;
}
.main-search .nav-search input{
	width: 100%;
	height: 34px;
	font-size: 16px;
	padding-left: 3px;
	border: 1px #ccc solid;
}
.main-search .nav-search input:focus,.main-search .nav-search input:focus-visible{
	outline: none;
}
.main-search .nav-search .icon-search{
	position: absolute;
	content: " ";
	top: 25px;
	right: 0px;
	width: 32px;
	height: 32px;
	background-image: url(../images/ico-search.png);
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
    display: inline-block;
    cursor: pointer;
}
.main-search .nav-lang:before{
	position: absolute;
	content: " ";
	top: 28px;
	left: 15px;
	width: 24px;
	height: 24px;
	background-image: url(../images/ico-lang.png);
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
    display: inline-block;
}
.main-search .nav-lang a{
	font-size: 14px;
	color: #31b1f4;
	height: 36px;
	line-height: 36px;
	margin-left: 42px;
}
.main-search .nav-lang a:last-child{
	margin-left: 4px;
}
.main-search .nav-mobile{
	display: none;
}
.header-wrapper .supply-wrapper{
	width: 930px;
	position: absolute;
	height: 80px;
	bottom: 20px;
	left: calc((100vw - 930px)/2);
	z-index: 999;
}
.header-wrapper .supply-wrapper .com-wrapper, .header-wrapper .supply-wrapper .news-wrapper{
	width: 450px;
	height: 80px;
	float: left;
	background: #FFF;
	border-radius: 8px;
}
.supply-wrapper .com-wrapper .sub-title,.supply-wrapper .com-wrapper .sub-company{
	width: 50%;
	/* height: 100%;
	line-height: 120px; */
	float: left;
	text-align: center;
	padding-top: 40px;
}
.supply-wrapper .com-wrapper .sub-title h2{
	font-size: 24px;
	font-weight:normal;
}
.supply-wrapper .com-wrapper .sub-company ul{
	position: relative;
	width: 60%;
	height: 30px;
	line-height: 30px;
	border: 1px solid #999;
	border-radius: 15px;
	/* overflow: hidden; */
	display: inline-block;
}
.supply-wrapper .com-wrapper .sub-company ul::after{
	position: absolute;
	content: " ";
	top: 3px;
	right: 5px;
	width: 24px;
	height: 24px;
	background-image: url(../images/ico-play-down.png);
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
    display: inline-block;
}
.supply-wrapper .com-wrapper .sub-company ul li{
	position: absolute;
	content: " ";
	background-color: #FFF;
	display: none;
}
.supply-wrapper .com-wrapper .sub-company ul li:first-child{
	display: block;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
.supply-wrapper .com-wrapper .sub-company ul:hover li{
	display: block;
	border-bottom: 1px solid #999;
}
.supply-wrapper .com-wrapper .sub-company ul li:hover{
	background-color: #efefef;
}
.supply-wrapper .com-wrapper .sub-company ul li a{
	color: #999;
	padding-left: 8px;
	padding-right: 8px;
}
.header-wrapper .supply-wrapper .news-wrapper{
	background-color: rgba(0,170,255, 0.5);
	/* opacity: 0.5; */
	border-radius: 10px;
	float: left;
	margin: 0 auto;
}
.header-wrapper .supply-wrapper .news-wrapper:last-child{
	float: right;
}
.news-wrapper .news-title{
	position: relative;
	width: 60%;
	margin:0 auto;
	padding-top: 15px;
	text-align: center;
	display: block;
}
.news-wrapper .news-title:after{
	position: absolute;
	content: " ";
	top: 28px;
	right: -60px;
	width: 24px;
	height: 24px;
	background: #FFF;
	border-radius:12px;
	background-image: url(../images/ico-play-right.png);
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
    display: inline-block;
}
.news-wrapper .news-title span,.news-wrapper .news-title h2{
	color: #FFF;
}
.news-wrapper .news-title span{
	font-size: 14px;
	margin-top: 20px;
}
.container-rich-news,.container-best-news,.container-about{
	width: 1080px;
	margin:0 auto;
	overflow: hidden;
}
.container-rich-news .rich-header,.body-wrapper .container-product .product-header,.container-about .about-header,.container-about .about-body,.container-rich-news .breadcrumb{
	width: 100%;
	padding:40px 0;
}
.container-about .about-body{
	padding:0 0 30px 0;
	overflow: hidden;
}
.container-rich-news .breadcrumb{
	padding: 24px 0 16px;
}
.container-rich-news .breadcrumb a.item{
	position: relative;
	font-size: 14px;
	color: #a5a8af;
	padding-bottom: 2px;
	margin-right: 20px;
}
.container-rich-news .breadcrumb a.item:after{
	position: absolute;
	content: " ";
	width: 16px;
	height: 16px;
	top: -1px;
	right: -20px;
	background-image: url(../images/ico-left.png);
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.container-rich-news .breadcrumb a.item:last-child:after{
	display: none;
}
.container-rich-news .rich-header h3,.container-about .about-header h3{
	text-align: center;
	font-size: 20px;
}
.container-about .about-body .about-item{
	width: 19%;
	float: left;
	margin-right: 1%;
}
.container-about .about-body .about-item:nth-child(5n){
	margin-right: 0
}
.container-rich-news .rich-item{
	width: 32%;
	float: left;
	margin-left: 2%;
}
.container-rich-news .rich-item:nth-child(3n+1){
	margin-left: 0
}
.container-rich-news .rich-item .rich-image,.container-rich-news .rich-item .rich-image img,.container-about .about-body .about-item .about-image,.container-about .about-body .about-item .about-image img{
	width: 100%;
	border: none;
	display: block;
}
.container-rich-news .rich-text{
	width: 100%;
}
.container-rich-news .rich-text .title,.container-about .about-body .about-item .about-title{
	width: 100%;
	font-size: 16px;
	color: #31b1f4;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	display: block;
	padding:10px 0;
}
.container-rich-news .news-list,.container-rich-news .news-list .news-item,.container-rich-news .news-content{
	width: 99%;
	margin: 0 auto;
}
.container-rich-news .news-list .news-item{
	width: 100%;
	border: 1px solid #f5f7f7;
	overflow: hidden;
	margin-bottom: 2%;
}
.container-rich-news .news-list .news-item:hover{
	background: #f5f7f7;
}
.news-list .news-item .news-image,.news-list .news-item .news-text{
	width: 20%;
	float: left;
	padding: 3% 2%;
}
.news-list .news-item .news-text{
	width: 72%;
	padding-left: 0;
	padding-right: 0;
}
.news-list .news-item .news-text .title{
	font-size: 18px;
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	display: block;
	padding: 5px 0;
}
.news-list .news-item .news-text span{
	font-size: 14px;
	line-height: 2;
	display: block;
}
.news-list .news-item .news-text span.date{
	position: relative;
	margin-left: 30px;
}
.news-list .news-item .news-text span.date:before{
	position: absolute;
	content: " ";
	width: 20px;
	height: 20px;
	top: 2px;
	left: -30px;
	background-image: url(../images/ico-date.png);
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	padding: 1px;
}
.container-rich-news .page-box{
	width: 100%;
	overflow: hidden;
	padding: 5px 0;
	text-align: center;
}
.container-rich-news .page-box a{
	color: #000;
	display: inline-block;
	float: left;
	margin-left: 10px;
	padding:5px 10px;
	border: 1px solid #f5f7f7;
}
.container-rich-news .page-box a:first-child{
	margin-left: 0px;
}
.container-rich-news .page-box a.on,.container-rich-news .page-box a:hover{
	color: #fff;
	background: #31b1f4;
	border: 1px solid #31b1f4;
}
.container-rich-news .news-content{
	border: 1px solid #f5f7f7;
	padding: 30px 0;
	border-radius: 10px;
}
.container-rich-news .news-content .news-head,.container-rich-news .news-content .content,.container-rich-news .news-content .navigate{
	width: 94%;
	overflow: hidden;
	margin: 0 auto;
}
.container-rich-news .news-content .news-head{
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
}
.container-rich-news .news-content .news-head.about{
	text-align: center;
}
.container-rich-news .news-content .news-head h1{
	font-size: 24px;
	font-weight: bold;
	color: #14181a;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	display: block;
}
.container-rich-news .news-content .news-head .news-meta{
	font-size: 12px;
	color: #aab0b3;
	line-height: 15px;
	margin-top: 16px;
}
.news-content .news-head .news-meta span{
	position: relative;
	margin: 0 25px;
}
.news-content .news-head .news-meta span:before{
	position: absolute;
	content: " ";
	width: 16px;
	height: 16px;
	top: -2px;
	left: -25px;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
    padding: 1px;
}
.news-content .news-head .news-meta span.date:before{
	background-image: url(../images/ico-date.png);
}
.news-content .news-head .news-meta span.view:before{
	background-image: url(../images/ico-view.png);
}
.news-content .news-head .news-meta span.nolike:before{
	background-image: url(../images/ico-nolike.png);
}
.news-content .news-head .news-meta span.like:before{
	background-image: url(../images/ico-like.png);
	cursor: pointer;
}
.container-rich-news .news-content .content{
	margin-top: 30px;
	margin-bottom: 30px;
}
.container-rich-news .news-content .content,.container-rich-news .news-content .content *{
	line-height: 1.8;
}
.container-rich-news .news-content .navigate a{
	width: 50%;
	font-size: 14px;
	color: #737c80;
	display: inline-block;
	float: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.container-about .about-body .about-item .about-title{
	color: #000;
}
.container-rich-news .rich-text span{
	width: 100%;
	font-size: 14px;
	line-height: 1.8;
}
.container-rich-ads,.container-rich-ads img,.news-list .news-item .news-image img{
	width: 100%;
	border:none;
	display: block;
}
.container-rich-ads{
	padding: 30px 0;
}
.container-best-news .left-head{
	width: 20%;
	float: left;
}
.container-best-news .left-head h2,.container-best-news .left-head .more{
	width: 100%;
	display: block;
}
.container-best-news .left-head .more{
	position: relative;
	font-size: 14px;
	color: #999;
	margin-top: 20px;
}
.container-best-news .left-head .more:after,.container-best-news .right-body .news-boxes .item:after,.container-logo .logo-right .wx-text span.ico:after{
	position: absolute;
	content: " ";
	width: 24px;
	height: 24px;
	background: #FFF;
	border-radius:12px;
	background-image: url(../images/ico-arrow-right.png);
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
    display: inline-block;
}
.container-best-news .left-head .more:after{
	top: -2px;
	left: 60px;
}
.container-best-news .right-body{
	width: 80%;
	float: right;
}
.container-best-news .right-body .category-list,.container-best-news .right-body .news-boxes{
	width: 100%;
	overflow: hidden;
}
.container-best-news .right-body .category-list h3{
	width: 33%;
	font-size: 16px;
	color: #999;
	float: left;
	padding: 10px 0 20px 0;
	border-bottom: 5px solid #999;
}
.container-best-news .right-body .category-list h3.on{
	color: #000;
	border-bottom: 5px solid #31b1f4;
}
.container-best-news .right-body .news-boxes{

}
.container-best-news .right-body .news-boxes .item{
	position: relative;
	font-size: 14px;
	color: #000;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px dashed #999;
	overflow: hidden;
	display: block;
}
.container-best-news .right-body .news-boxes .item span{
	display: block;
	float: left;
}
.container-best-news .right-body .news-boxes .item span.date{
	width: 15%;
	text-align: left;
}
.container-best-news .right-body .news-boxes .item span.category{
	width: 8%;
	text-align: center;
	padding: 1px 10px;
	background-color: #999;
	color: #FFF;
}
.container-best-news .right-body .news-boxes .item span.title{
	position: relative;
	width: 60%;
	margin-left: 3%;
}
.container-best-news .right-body .news-boxes .item:after{
	right: 3%;
	border-radius: 0;
	border-left: 1px solid #999;
	cursor: pointer;
}
.body-wrapper .container-product,.body-wrapper .container-product .product-body,.body-wrapper .container-partner{
	width: 100%;
	overflow: hidden;
}
.body-wrapper .container-product .product-header{
	text-align: center;
	padding-top: 0;
}
.body-wrapper .container-product .product-body .product-item{
	position: relative;
	width: 25%;
	float: left;
}
.container-product .product-body .product-item .pro-image,.product-body .product-item .pro-image img{
	width: 100%;
	display: block;
}
.container-product .product-body .product-item .cover{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	/* transition: all 1s ease 0s; */
}
.product-body .product-item .cover .submenu{
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-top: 10px;
	display: none;
}
.product-body .product-item .cover .submenu a{
	width: 100%;
	font-size: 14px;
	color: #fff;
	margin-top: 5px;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}
.body-wrapper .container-product .product-body .product-item:hover .cover{
	background-color: rgba(0,0,0,.4);
}
.body-wrapper .container-product .product-body .product-item:hover .cover .submenu{
	display: block;
}
.body-wrapper .container-product .product-body .product-item:hover .pro-title{
	padding-top: 5%;
}
.body-wrapper .container-product .product-body .product-item .pro-title{
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	padding-top: 25%;
	display: block;
}
.body-wrapper .container-product .product-body .product-item .pro-title:after{
	content: " ";
	text-align: center;
	width: 20%;
	border-bottom: 5px solid #FFF;
	display: block;
	padding-top: 5%;
	margin: 0 auto;
}
.body-wrapper .container-partner{
	position: relative;
	padding-top: 40px;
}
.body-wrapper .container-partner .partner-image,.body-wrapper .container-partner .partner-image img{
	width: 100%;
	display: block;
}
.body-wrapper .container-partner .partner-box{
	position: absolute;
	width: 1080px;
	top: 20%;
	left: calc((100vw - 1080px)/2);
	overflow: hidden;
	margin: 0 auto;
	pointer-events:none
}
.container-partner .partner-box .partner-header, .container-partner .partner-box .partner-body{
	width: 100%;
	text-align: center;
}
.container-partner .partner-box .partner-body{
	position: relative;
	width: 80%;
	height: 100px;
	margin: 0 auto;
	margin-top: 6%;
	overflow: hidden;
}
.container-partner .partner-box .partner-header h3{
	color: #FFF;
	font-size: 20px;
}
.container-partner .partner-box .partner-body .partner-list{
	width: 2000px;
	overflow: hidden;
}
.container-partner .partner-box:before,.container-partner .partner-box:after{
	position: absolute;
	content: " ";
	width: 50px;
	height: 50px;
	bottom: 30px;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	cursor: pointer;
	pointer-events:auto;
}
.container-partner .partner-box:before{
	left: 0px;
	background-image: url(../images/ico-bleft.png);
}
.container-partner .partner-box:after{
	right: 0px;
	background-image: url(../images/ico-bright.png);
}
.container-partner .partner-box .partner-body .partner-list .partner-item{
	width: 100px;
	height: 100px;
	margin:0 10px;
	float: left;
}
.container-partner .partner-box .partner-body .partner-list .partner-item .par-image,.partner-list .partner-item .par-image img{
	width: 100%;
	display: block;
}
.footer-wrapper .container-back{
	width: 100%;
	font-size: 12px;
	background: #e7e6e6;
	text-align: center;
	margin: 30px 0;
	padding: 0 0 5px 0;
}
.footer-wrapper .container-back a{
	position: relative;
	color: #000;
	padding-top: 20px;
	display: inline-block;
}
.footer-wrapper .container-back a:before{
	position: absolute;
	content: " ";
	width: 24px;
	height: 24px;
	top: 0;
	left: 25%;
	background-image: url(../images/ico-top.png);
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
    display: inline-block;
}
.footer-wrapper .container-social,.footer-wrapper .container-logo,.footer-wrapper .container-copyright{
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
}
.footer-wrapper .container-social .social-title,.footer-wrapper .container-social .social-item{
	width: 100%;
}
.footer-wrapper .container-social .social-title h3{
	font-size: 14px;
	font-weight: bold;
}
.footer-wrapper .container-social .social-item{
	padding: 20px 0 30px 0;
	overflow: hidden;
	border-bottom: 2px solid #999;
}
.footer-wrapper .container-social .social-item a{
	position: relative;
	width: 36px;
	height: 36px;
	display: inline-block;
	background: #a5a8af;
	border-radius: 5px;
	margin-right: 20px;
	float: left;
}
.footer-wrapper .container-social .social-item a:hover{
	background: #31b1f4
}
.container-social .social-item a:before{
	position: absolute;
	content: " ";
	width: 24px;
	height: 24px;
	top: 3px;
	left: 3px;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
    padding: 3px;
}
.container-social .social-item a.linkedin:before{
	background-image: url(../images/ico-in.png);
}
.container-social .social-item a.phone:before{
	background-image: url(../images/ico-tel.png);
}
.container-social .social-item a.wechat:before{
	background-image: url(../images/ico-wx.png);
}
.container-social .social-item a.email:before{
	background-image: url(../images/ico-email.png);
}
.container-social .social-item a .social-text{
	position: absolute;
	left: 40px;
	z-index: 9;
	background: #31b1f4;
	color: #fff;
	padding:10px;
	border-radius: 5px;
	white-space: nowrap;
	display: none;
}
.container-social .social-item a:hover .social-text,.container-social .social-item a:hover .social-img{
	display: block;
}
.container-social .social-item a .social-img{
	position: absolute;
	width: 80px;
	height: 80px;
	bottom: -28px;
    left: 40px;
	z-index: 9;
	border:1px solid #31b1f4;
	display: none;
}
.container-social .social-item a .social-img img{
	width: 100%;
}
.footer-wrapper .container-logo{
	padding: 30px 0;
	border-bottom: 2px solid #999;
}
.container-logo .logo-left{
	width: 360px;
	float: left;
}
.container-logo .logo-left a{
	width: 70%;
	display: block;
}
.container-logo .logo-left img,.container-logo .logo-left h2{
	width: 100%;
	display: block;
}
.container-logo .logo-left h2{
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
}
.container-logo .logo-right{
	position: relative;
	width: 120px;
	float: right;
}
.container-logo .logo-right .wx-image,.container-logo .logo-right .wx-image img{
	width: 100%;
	overflow: hidden;
	display: block;
}
.container-logo .logo-right .wx-text{
	position: absolute;
	bottom: 0;
	left: -80px;
}
.container-logo .logo-right .wx-text span{
	font-size: 12px;
	text-align: right;
	margin-top: 5px;
	display: block;
}
.container-logo .logo-right .wx-text span.ico{
	position: relative;
}
.container-logo .logo-right .wx-text span.ico:after{
	top: -24px;
	right: 0px;
}
.footer-wrapper .container-copyright{
	padding: 40px 0;
}
.footer-wrapper .container-copyright .copyright,.footer-wrapper .container-copyright .beian{
	width: 100%;
}
.footer-wrapper .container-copyright .beian{
	margin-top: 20px;
}
.footer-wrapper .container-copyright .copyright *,.footer-wrapper .container-copyright .beian *{
	font-size: 14px;
	color: #000;
	display: inline-block;
}
@media (max-width:1150px){
	.main-menu .menu-list .menu-item{
		margin-left: 15px;
	}
	.main-search .nav-search{
		width: 70%;
	}
	.main-search .nav-lang{
		width: 30%;
	}
	.main-search .nav-lang span{
		display: none;
	}
	.main-search .nav-lang:hover span{
		display: block;
		position: absolute;
		width: 60px;
		background: #fff;
		line-height: 1.5;
		top: 80px;
		right: 0;
		float: right;
		text-align: center;
		border-top: 1px solid #f5f7f7;
	}
	.main-search .nav-lang:hover span a{
		display: block;
		margin-left: 0;
		border-bottom: 1px solid #f5f7f7;
	}
	.container-rich-news,.container-best-news,.container-about{
		width: 100%;
	}
	.body-wrapper .container-partner .partner-box{width: 100%;left: 0}
	.container-about .about-body .about-item,.container-about .about-body .about-item:nth-child(5n){
		width: 24%;
		margin-right: 1%;
	}
	.container-about .about-body .about-item:nth-child(4n){
		margin-right: 0;
	}
}
@media (max-width:971px){
	.main-menu .menu-list .menu-item{
		margin-left: 10px;
	}
	.main-search .nav-search{
		width: 70%;
	}
	.main-search .nav-lang{
		width: 30%;
	}
	.main-search .nav-lang span,.header-wrapper .supply-wrapper,.container-best-news .left-head{
		display: none;
	}
	.container-best-news .right-body{
		width: 96%;
		margin: 0 auto
	}
	.main-search .nav-lang:hover span{
		display: block;
		position: absolute;
		width: 60px;
		background: #fff;
		line-height: 1.5;
		top: 80px;
		right: 0;
		float: right;
		text-align: center;
		border-top: 1px solid #f5f7f7;
	}
	.main-search .nav-lang:hover span a{
		display: block;
		margin-left: 0;
		border-bottom: 1px solid #f5f7f7;
	}
	.container-rich-news,.container-best-news,.container-about{
		width: 100%;
	}
	.body-wrapper .container-partner .partner-box{width: 100%;left: 0}
	.body-wrapper .container-product .product-body .product-item{
		width: 33.33%;
	}
	.container-about .about-body .about-item,.container-about .about-body .about-item:nth-child(4n),.container-about .about-body .about-item:nth-child(5n){
		width: 33%;
		margin-right: 0.5%;
		margin-bottom: 0.5%;
	}
	.container-about .about-body .about-item:nth-child(3n){
		margin-right: 0;
	}
}
@media (max-width:915px){
	.menu-wrapper .main-menu{
		width: calc(100vw - 270px);
	}
	.menu-wrapper .main-search{
		width:50px
	}
	.main-search .nav-search{
		display: none
	}
	.main-search .nav-lang {
		width: 100%;
	}
}
@media (max-width:768px){
    .news-content .content img{width: 100%;}
	.container-best-news .right-body .news-boxes .item span.category,.container-logo .logo-right,.menu-wrapper .main-menu{
		display: none;
	}
	.header-wrapper{
		overflow: unset;
	}
	.header-wrapper .menu-wrapper{
		position: relative;
		width: 100%;
		left: 0
	}
	.menu-wrapper .logo{
		height: auto;
	}
	.menu-wrapper .main-search{
		width: 80px;
	}
	.main-search .nav-mobile,.main-search .nav-lang{
		position: relative;
		width: 50%;
		height: 100%;
		float: left;
	}
	.main-search .nav-lang:before{
		left:-20px;
	}
	.main-search .nav-mobile a{
		position: absolute;
		content: " ";
		width: 32px;
		height: 32px;
		top: 24px;
		left: -15px;
		background-image: url(../images/ico-menu.png);
		background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
	}
	.menu-wrapper.open .main-search .nav-mobile a{
		background-image: url(../images/ico-close.png);
	}
	.main-search .nav-mobile{
		display: block;
	}
	.menu-wrapper.open .main-menu{
		position: absolute;
		left: 5%;
		top: 80px;
		width: 30%;
		height:auto;
		line-height: 2;
		background: #FFF;
		text-align: center;
		display: block;
		border: 1px solid #f5f7f7;
		z-index: 10;
	}
	.menu-wrapper.open .main-menu .menu-list,.menu-wrapper.open .main-menu .menu-list .menu-item{
		position: relative;
		width: 100%;
		border-bottom: 1px solid #f5f7f7;
		margin-left:0;
	}
	.main-menu .menu-list .menu-item .submenu-list{
		top: 1%;
		left: 100%
	}
	.container-rich-news .rich-body,.body-wrapper .container-product,.body-wrapper .container-about,.container-rich-news .news-content,.container-rich-news .breadcrumb,.container-rich-news .page-box,.container-rich-news .news-list{
		width: 96%;
		margin: 0 auto;
	}
	.container-rich-news .rich-item{
		width: 100%;
		margin-left:0;
		margin-bottom: 2%;
	}
	.container-rich-news .page-box{
		padding: 2% 0;
	}
	.body-wrapper .container-product .product-body .product-item{
		width: 100%;
	}
	.container-about .about-body .about-item,.container-about .about-body .about-item:nth-child(3n),.container-about .about-body .about-item:nth-child(4n),.container-about .about-body .about-item:nth-child(5n){
		width: 100%;
		margin-right: 0;
		margin-bottom: 2%;
	}
	.slider-wrapper .item-slider{
		top: 80px
	}
	.body-wrapper .container-partner .partner-image{
		display: none;
	}
	.body-wrapper .container-partner .partner-box{
		position: relative;
		width: 100%;
		left: 0
	}
	.container-partner .partner-box .partner-header h3{
		color: #000;
	}
	.container-partner .partner-box:before, .container-partner .partner-box:after{
		background-color: #5c5d5d;
	}
	.container-about .about-body{
		padding: 0
	}
	.container-rich-news .rich-text .title, .container-about .about-body .about-item .about-title{
		font-size: 18px
	}
	.container-best-news .right-body .news-boxes .item:after{
		display: none;
	}
	.container-best-news .right-body .news-boxes .item span.title{
		width: 75%
	}
	.container-logo .logo-left{
		width: 100%
	}
	.news-list .news-item .news-image, .news-list .news-item .news-text {
		width: 96%;
		padding-left: 0;
		padding-right: 0;
		margin-left: 2%;
		margin-left: 2%;
	}
	.news-list .news-item .news-text{
		padding-top: 0;
	}
	.news-list .news-item .news-text .title{
		padding: 1% 0;
	}
}
