p {
	font-size: 14px;
	line-height: 22.4px;
	color: #2E2E2E;
}
h1 {
	font-size: 65px;
	color: #2d3033;
}
h2 {
	font-size: 40px;
	color: #2d3033;
}
h3 {
	font-size: 28px;
	color: #2d3033;
	font-weight: 300;
}
h4 {
	font-size: 22px;
	color: #2d3033;
	font-weight: 400;
}
h5 {
	font-size: 14px;
	color: #2d3033;
	text-transform: uppercase;
	font-weight: 700;
}
.btn {
	background-color: transparent;
	color: #3496d8;
	font-size: 16px;
	font-weight: 600;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
	border: 1px solid #3496d8;
}
.btn:hover, .btn:focus {
	background-color: #3496d8;
	color: #fff;
}
.btn-large {
	padding: 15px 40px;
}
#map-overlay {
    height:400px;
    margin-top:-405px;
    background-color: #232323;
    padding:40px;
    color: #848484;
}
/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6{
	font-family: 'Microsoft YaHei';
}
a {
	color: #e84545;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
body {
	font-family: "Microsoft YaHei", Arial, sans-serif;
	font-weight: 400;
	color: #6c7279;
	cursor: default;
	overflow-x: hidden;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	padding: 100px 0;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.space {
	margin-top: 60px;
}
/* ------------------------------------------------------------------------------
	Header
-------------------------------------------------------------------------------*/
#header {
	width: 100%;
	/* background: #333333; */
	background: #FF6801;
	box-shadow: 0px 4px 10px 0px rgba(55, 55, 55, 0.42);
	position: absolute;
    z-index: 12;
}
#header .header-content,.header-tel{
	margin: 0 auto;
	max-width: 1200px;
	padding: 17px 0;
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}
.header-tel{
	padding: 9px 0;
}
.header-tel span{
	font-size: 20px;
	float: right;
	display: inline-block;
	line-height: 57px;
	/* color: #FFF; */
	color:#FF6801
}
#header .logo {
	float: left;
	font-size: 28px;
	font-weight: bolder;
	color: #3496d8;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing: 3px;
	margin-top: -10px;
}
#header.fixed {
	position: fixed;
	z-index: 999;
	top:0;
}
.navigation.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {
	text-align: center;
}
.navigation li {
	display: inline-block;
	margin: 0 20px;
}
.navigation a {
	/* color: #D0D0D0; */
	color: #FFF; 
	font-size: 16px;
	text-transform: uppercase;
	/* padding: 12px 20px; */
	padding: 8px 20px;
	margin: 0 10px;
}
.navigation a.active {
	/* color: #FFF;
	background: linear-gradient(0deg, rgba(255, 104, 1, 0.67) 0%, rgba(255, 104, 1, 0) 100%);
	border-bottom: 6px solid #FF6801; */
	background: #FFF;
	color: #FF6801;
	border-radius: 4px;
}

/* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/
.banner {
	position:relative;
	width:100%;
	overflow:hidden;
	/* background: #FF9248; */
	background: #Fff;
}
#banner img{
	width: 100%;
	height: auto;
}
.banner #logo{
	width:350px
}
.banner-text {
	position: absolute;
	z-index: 1;
	top: 35%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
.banner-text a {
	color: #fff;
	display: inline-block;
	width: 160px;
	height: 40px;
	background: #E26C3A;
	font-size: 20px;
	line-height: 40px;
}
.banner-text p {
	margin-top: 80px;
}

/* -----------------------------------------------------------------------------
Common Styles
------------------------------------------------------------------------------- */
.container{
	padding-bottom: 60px;
	width: 1200px;
}
.section-header{
	text-align: center;
	padding-bottom: 70px;
}
.section-header h2{
	height: 100%;
	font-size: 30px;
	color: #FF6801;
	margin: 0;
	height: 34px;
}
.section-header h2 b{
	display: inline-block;
	width: calc(50% - 100px);
	height: 4px;
	background: linear-gradient(90deg, rgba(255, 104, 1, 0.8) 0%, rgba(199, 193, 185, 0) 100%);
}
.section-header h2 b:first-child{
	background: linear-gradient(90deg, rgba(199, 193, 185, 0)  0%,rgba(255, 104, 1, 0.8) 100%);
}
.section-header h2 span{
	display: inline-block;
	margin: 0 35px;
	position: relative;
	top:6px;
	font-size: 26px;
}
.section-header h2 i{
	font-style: normal;
	color: #666666;
}
.section-header p{
	font-size: 16px;
	color: #222222;
	text-align: center;
	margin-top: 10px;
}
.section-left{
	width: 50%;
	display: inline-block;
	float: left;
}
.section-right{
	width: 50%;
	display: inline-block;
	float: left;
}
.border-bold{
	display: inline-block;
	width: 32px;
	height: 4px;
	background: #343434;
	margin-top: 180px;
}
.more{
	text-align: right;
	color: #E26C3A;
	font-size: 14px;
	line-height: 60px;
}
.more a:hover{
	color: #E26C3A;
}

/* ------------------------------------------------------------------------------
	 introductory
-------------------------------------------------------------------------------*/
#introductory{
	margin-top: 30px;
}
.introductory-txt{
	position: relative;
	margin-bottom: 30px;
}
.introductory-txt h2{
	font-size: 20px;
	color: #FF6701;
	margin-top: 0;
}
.introductory-txt .profile{
	width:calc(41% - 20px) ;
	line-height: 24px;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
}
.introductory-txt .profile p{
	margin-top: 40px;
}
.introductory-txt .profile p a{
	color: #2E2E2E;
}
.introductory-txt .profile-video{
	width: 59%;
	display: inline-block;
}
.link-tel h3{
	font-size: 28px;
	color: #fff;
	text-align: center;
	line-height: 120px;
	margin: 0;
	padding: 0;
}
.link-tel div{text-align: center}
.link-tel input{
	width: 80%;
	font-size: 18px;
	height: 42px;
	border: none;
	margin-bottom: 20px;
	text-indent: 20px;
	outline: none;
}
.link-tel input{
	color: #FF6801;
}
.link-tel input::placeholder{
	color: rgba(51, 51, 51, 0.5);
}
.link-tel .submit span{
	display: block;
	width: 50%;
	font-size: 20px;
	line-height: 40px;
	margin: 70px auto 110px auto;
	background: #fff;
	color: #FF6801;
}
#introductory .row ul li{
	/* width: calc(33.3% - 57px); */
	width: calc(33.3% - 20px); 
	display: inline-block;
	/* margin-right: 80px; */
	margin-right: 26px;
	background: #FFFFFF;
	/* box-shadow: 0px 1px 16px 0px rgba(55, 55, 55, 0.16);
	border-radius: 10px; */
	text-align: center;
	overflow: hidden;
	margin-top: 50px;
	height: 265px;
}
#introductory .row ul li img{
	width: auto;
	margin-top: 10px;
}
#introductory .row ul li:nth-of-type(odd) img{
	margin-top: 35px;
}
#introductory .row ul li{
	background: url(../img/jzg_bg.png) no-repeat center;
	background-size: 100% 100%;
}
#introductory .row ul li:nth-of-type(2){
	background: url(../img/hx_bg.png) no-repeat center;
	background-size: 100% 100%;
}
#introductory .row ul li:last-child{
	margin-right: 0;
	background: url(../img/td_bg.png) no-repeat center;
	background-size: 100% 100%;
}
#introductory .row ul li h4{
	font-size: 16px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #FF6801;
	/* line-height: 65px; */
	line-height: 100px;
	/* background: #FFA800; */
	margin: 0;
	padding: 0 20px;
}
#introductory .row ul li p{
	font-size: 14px;
	line-height: 22px;
	padding: 0 28px;
    text-align: left;
    margin-top: -10px;
}
/* ------------------------------------------------------------------------------
	 sale
-------------------------------------------------------------------------------*/
.sale-bg{
	background: url("../img/sale_bg.png") no-repeat center;
	margin-bottom: 100px;
}
.sale>.container{
	padding-bottom: 0;
}
.sale-bg>.container{
	padding: 50px 0 30px;
}
.sale-bg .container>p{
	font-size: 20px;
	text-align: center;
	margin-bottom: 60px;
}
.sale-bg ul li{
	width: 33.3%;
	float: left;
	text-align: center;
}
.sale-bg ul li:nth-child(1){
	text-align: left;
	padding-left: 10px;
}
.sale-bg ul li:nth-child(3){
	text-align: right;
	padding-right: 10px;
}
.sale-bg ul li p{
	color: #FF6801;
	font-size: 30px;
	display: inline-block;
	line-height: 50px;
	width: auto;
	text-align: center;
}
.sale-bg ul li p:nth-child(2){
	font-size: 27px;
}
.sale-bg ul li p span{
	font-size: 40px;
}
.sale-bg ul li p i{
	font-style: normal;
	color: #666666;
	font-size: 20px;
}
/* ------------------------------------------------------------------------------
	 Serives
-------------------------------------------------------------------------------*/
.services-img li{
	width: calc(33.33% - 10px);
	display: inline-block;
	margin: 0;
	padding: 0;
	margin-right: 10px;
	font-size: 0;
	margin-bottom: 15px;
}
.services-img li img{
	width: 100%;
	font-size: 0;
	height: auto;
}
.services-img li:nth-child(3),.services-img li:nth-child(6){
	margin-right: 0;
}
/* ------------------------------------------------------------------------------
	 product
-------------------------------------------------------------------------------*/
.dl-list-4{
	width: calc( 25% - 15px);
	float: left;
	margin-right: 20px;
}
div .dl-list-4:last-child{
	margin-right: 0;
}
.dl-list-4 img{
	width: 100%;
}
div .dl-list-4 h2{
	font-size: 18px;
	color: #333333;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
}
div .dl-list-4 p{
	color: #343434;
	font-size: 14px;
}
div .dl-list-4 p span{
	color: #FF6701;
	font-size: 14px;
}
div .dl-list-4 p i{
	font-style: normal;
	font-size: 22px;
	padding-right: 5px;

}

/* ------------------------------------------------------------------------------
	 news
-------------------------------------------------------------------------------*/
#news{
	margin-top: 50px;
}

.news .section-left{
	width: 34%;
	padding: 0 20px 0 0;
}
.news img{
	width: 100%;
}
.news .row h2{
	text-align: left;
	font-size: 12px;
	width: 100%;
}
.news .row h2 span{
	display: inline-block;
	font-size: 20px;
	width:calc(100% - 80px) ;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: bold;
	color: #333333;
}
.news .row h2 i{
	font-style: normal;
	float: right;
	color: #666666;
	display: inline-block;
	line-height: 34px;
	padding-right: 10px;
}
.news .row p{
	font-size: 14px;
	margin: 0;
	color: #656565;
}
.news .section-right{
	width: 66%;
}
.news .section-right dl dt{
	display: inline-block;
	width: 60px;
	font-size: 40px;
	vertical-align: top;
	color: #333333;
}
.news .section-right dl dd{
	display: inline-block;
	width: calc(100% - 65px);
}
.news .section-right h2{
	margin-top: 0;
}

/* ------------------------------------------------------------------------------
	cooperative form
-------------------------------------------------------------------------------*/
.cooperative{
	padding: 30px 0 0 0;
	background: #333333;
}
.cooperative .section-left{
	width: 33.3%;
	padding-left: 20px;
}
.cooperative .section-left p{
	width: 60%;
	line-height: 32px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	margin-top: 20px;
	line-height: 40px;
	white-space: nowrap;
}
.cooperative .section-right{
	width: 66.66%;
	padding-right: 20px;
}
.cooperative .section-right ul{
	width:calc(50% - 10px);
	display: inline-block;
	text-align: center;
}
.cooperative .section-right ul a{
	color: #fff;
}
.cooperative .section-right ul li{
	padding: 7.5px 0;
}
.cooperative .section-right .card-list{
	width: 50%;
	display: inline-block;

}
.card-list dl{
	width: calc( 50% - 20px);
	display: inline-block;
	text-align: center;
	color: #fff;
}
.card-list dl img{
	width: 100%;
}
.cooperative .container{
	padding-bottom: 30px;
}
.cooperative>p{
	text-align: center;
	line-height: 80px;
	color: #FEFEFE;
	background: #212121;
	font-size: 12px;
	margin: 0;
}

/* ------------------------------------------------------------------------------
	about-us
-------------------------------------------------------------------------------*/
#about-us{
	margin-top: 30px;
}
#about-us .section-left{
	padding-left: 30px;
}
#about-us .section-right{
	padding-right: 30px;
	text-align: right;
	width: 36%;
	float: right;
 }
#about-us .section-right img{
	width: 100%;
}
#about-us .section-left p:nth-child(1),#company .section-left p:nth-child(1){
	font-size: 12px;
	color: #999999;
}
#company .section-left h3{
	color: #2D2D2D;
}
#about-us .section-left p.about-us-info,#company .section-right p.about-us-info{
	font-size: 14px;
	color: #2D2D2D;
	margin-bottom: 20px;
}
#company{
	background: #F1F1F1;
	margin: 150px 0 250px 0;
	height: 450px;
}
#company .container{
	padding-bottom: 0;
	position: relative;
	top: -60px;
}
#company .container .section-left{
	width: 415px;
}
#company .container .section-left img{
	width: 100%;
}
#company .container .section-right{
	width: calc(100% - 440px);
	margin-top: 80px;
	margin-left: 25px;
}
#company .container .section-right h3{
	color: #2E2E2E;
	font-size: 16px;
	font-weight: bold;
}
#about-us .section-left h3,#company .container .section-right h3:nth-of-type(1){
	font-size: 18px;
	color: #FF6701;
	margin-top: 10px;
	margin-bottom: 40px;
	font-weight: normal;
}
#company .container p.about-us-info{
	margin-bottom: 25px;
	line-height: 18px;
}

/* ------------------------------------------------------------------------------
	buy-qi
-------------------------------------------------------------------------------*/
#buy-qi1{
	margin-top: 40px;
}
.buy-qi1 dl dt,#buy-qi2 dl dd{
	display: inline-block;
	width: 320px;
}
.buy-qi1 dl dt img{
	width: 100%;
}
.buy-qi1 dl dd,#buy-qi2 dl dt{
	display: inline-block;
	width: calc(100% - 380px);
	vertical-align: top;
}
.buy-qi1 dl dd h3{
	font-size: 20px;
	color: #fff;
	padding: 10px 110px 10px 15px;
	display: inline-block;
	background: linear-gradient(90deg, #FF6701 0%, rgba(255, 103, 1, 0) 100%);
}
.buy-qi1 dl dd p{
	font-size: 14px;
	margin-top: 20px;
	color: #202020;
}
#buy-qi2{
	background: rgba(255, 104, 1, 0.03);
	text-align: right;
}
#buy-qi2 dl dd img{
	width: 320px;
	margin-right: 40px;
	margin-top: 50px;
}
#buy-qi2 dl dt h3{
	font-size: 20px;
	color: #fff;
	padding: 10px 15px 10px 110px;
	display: inline-block;
	background: linear-gradient(90deg, rgba(255, 103, 1, 0) 0%,#FF6701  100%);
	margin-top: 50px;
}
#buy-qi1 .container,#buy-qi2 .container{
	padding-bottom: 50px;
}
#buy-qi2 dl dt p{
	font-size: 14px;
	margin-top: 20px;
	color: #202020;
	font-weight: normal;
}
#buy-qi3{
	margin-top: 50px;
}
#buy-qi3 .container{
	padding-left: 40px;
}

/* ------------------------------------------------------------------------------
	trade
-------------------------------------------------------------------------------*/
#trades{
	margin-top: 100px;
}
#trades .container{
	padding-bottom: 120px;
}
#trades.news .section-left,#trades.news .section-right{
	width: 50%;
}
.section-header h2 span.s-h-ba{
	float: none;
	position: relative;
}
.section-header h2 span.s-h-ba::before{
	content:"";
	border: 2px solid #FF6801;
	border-right: 0;
	border-bottom: 0;
	width: 50px;
	height: 30px;
	display: block;
	position: absolute;
	left: -30px;
	top: -15px;
}
.section-header h2 span.s-h-ba::after{
	content:"";
	border: 2px solid #FF6801;
	border-left: 0;
	border-top: 0;
	width: 50px;
	height: 30px;
	display: block;
	position: absolute;
	right: -30px;
	bottom: -15px;
}
#trades.news .section-right dl{
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
#trades.news .section-right dl h2{
	margin-top: 8px;
}
#trades.news .section-right dl:last-child{
	border: none;
}
#trades.news .section-right dl dt{
	text-align: center;
	background: #FF6801;
	color: #fff;
	font-size: 12px;
	width: 88px;
	margin-left: 5px;
	height: 88px;
}
#trades.news .section-right dl dt img{
	display: none;
}
#trades.news .section-right dl dd p:nth-of-type(1){
	display: none;
}
#trades.news .section-right dl:first-child dt{
	background: #FFAE01;
}
#trades.news .section-right dl:nth-of-type(3) dt{
	background: #FF4301;
}
#trades.news .section-right dl dd{
	width: calc(100% - 115px);
	margin-left: 15px;
}
#trades.news .section-right dl dt span{
	font-size: 30px;
	margin-top: 8px;
    display: inline-block;
}
#trades.news .section-right dl dt i{
	font-size: 14px;
	font-style: normal;
	padding-bottom: 10px;
}
#trades.news .row h2 span{
	font-size: 16px;
	color: #000000;
}
#trades.news img{
	height: 200px;
}
#trades.news .row p{
	font-size: 12px;
}

#trade-news .row ul li{
	width: calc(33.3% - 20px);
	float: left;
	margin-right: 20px;
	background-size: 100% 100%;
	padding: 20px 30px;
}
#trade-news .row ul li h4{
	font-size: 18px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #000;
	line-height: 40px;
}
#trade-news .row ul li p{
	font-size: 12px;
	line-height: 22px;
}


.contact-us {
	width: 70%;
	margin: 0 auto;
}
.contact-us input{
	width: calc(50% - 15px);
	height: 40px;
	border: 1px solid #666666;
	text-indent: 10px;
	border-radius: 5px;
	margin-bottom: 25px;
	font-size: 16px;
	outline: none;
}
.contact-us textarea{
	width: 100%;
	border-radius: 5px;
	height: 200px;
	font-size: 16px;
	text-indent: 10px;
	padding-top: 10px;
	outline: none;
}
.contact-us input[type=text]:last-child{
	margin-left: 25px;
}
.contact-us span{
	display: inline-block;
	width: 55%;
	background: #FF6801;
	line-height: 50px;
	border-radius: 4px;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	border: none;
	font-size: 20px;
	margin-top: 20px;
}
.contact-section ul{
	width: 90%;
	margin: 0 auto;
}
.contact-section ul li{
	width: calc(33.3% - 70px);
	display: inline-block;
	text-align: center;
	margin-top: 40px;
	margin-right: 100px;
	vertical-align: middle;
}
.contact-section ul li:last-child{
	margin-right: 0;
}
.contact-section ul li img{
	padding: 15px;
	background: #fff;
	border: 2px solid rgba(255, 104, 1, 0.2);
	border-radius: 50%;
	width: 111px;
}
.contact-section ul li h2{
	font-size: 18px;
}
.contact-section ul li div:last-child{
	border: 1px solid #F0F0F0;
	box-shadow: #dbdbdb 0px 0px 30px;
	height: 270px;
	padding: 50px 30px;
	position: relative;
	top: -50px;
	z-index: -1;
	border-radius: 5px;
}
.contact-section ul li div:last-child p{
	line-height: 35px;
}
.contact-section ul li div:last-child span{
	padding: 8px 20px;
	background: #FF6801;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	margin-top: 10px;
}

/* @media (max-width:1260px){
	.container{width:1000px}
	#introductory .row ul li{
		height: 300px;
	}
} */


#job table{
	width: 100%;
	margin-top: 50px;
}
#job table thead tr{
	height: 60px;
	background: rgba(255, 104, 1, 0.2);
	color: #000;
	text-align: center;
}
#job table thead th,#job table tr{
	text-align: center;
}
#job table thead th:first-child,#job table tbody tr td:first-child{
	text-align: left;
	padding-left: 30px;
	width: 20%;
}
#job table tbody tr {
	height: 60px;
	border-bottom: 2px solid rgba(245, 245, 245, 1);
}
#join-us .row{
	background: #F7F7F7;
	padding: 50px;
}
#join-us .row .sub-btn{
	text-align: center;
	margin: 0 auto;
	margin-top: 50px;
}

#join-us .row .sub-btn span{
	display: inline-block;
	 position: relative;
	 background: rgba(227, 114, 67, 1);
	 color: #fff;
	 width: 120px;
	 line-height: 30px;
	 text-align: center;
	 margin-right: 50px;
	 border-radius: 4px;
}

#join-us .row .sub-btn input{
	display: inline-block;
	height: 0;
	width: 120px;
	height: 30px;
	position: absolute;
	left: 0;
	opacity: 0;
}
#join-us .row .sub-btn a,#join-us .row .sub-btn a:hover{
	display: inline-block;
	border-radius: 4px;
	line-height: 28px;
	width: 118px;
	color:rgba(236, 102, 24, 1);
	border: 1px solid #EC6618;
}

#buy-qi1 span,#buy-qi2 span{position: relative;left: -125px;top: 110px;color:#212121;font-size:16px}
.icon_menu a:nth-of-type(3){
	display: none;
}

@media screen and (max-width: 1250px){
	html{
		overflow-x: hidden;
	}
	.container{
		width: calc(100% - 100px);
	}
	.cooperative .section-left{
		width: 40%;
	}
	.cooperative .section-right{
		width: 60%;
		padding-right: 0;
	}
	.cooperative .section-right .card-list{
		vertical-align: text-bottom;
	}
}
@media screen and (max-width: 1024px){
	.navigation li{
		margin: 0;
	}
	#news dl dd p{
		max-height: 66px;
		overflow: hidden;
	}
	#news .section-left{
		width: 360px;
	}
	#news .section-right{
		width: calc(100% - 360px);
	}
	#news .section-right dl:nth-of-type(4){
		display: none;
	}
	#introductory .row ul li{
		width:calc(33.3% - 5px);
		margin-right: 0;
	}
	#introductory .row ul li p{
		font-size: 12px;
	}
	#introductory .row ul li h4{
		line-height: 80px;
	}
	.cooperative .section-left{
		width: 40%;
	}
	.cooperative .section-right{
		width: 60%;
	}
	.cooperative .section-left p{
		font-size: 14px;
	}
	.cooperative .section-left p img{
		width: 300px;
	}
	#company{
		margin: 150px 0;
    	height: 490px;
	}
	#buy-qi1 span{
		position: initial;
		color: #212121;
		font-size: 16px;
		float: right;
		margin-right: 85px;

	}
}
@media screen and (max-width: 940px){
	.container{
		width: calc(100% - 60px);
	}
	.cooperative .section-left,.cooperative .section-right{
		width: 50%;
	}
	#buy-qi1 dd img:first-child,#buy-qi1 dd img:nth-of-type(3),#buy-qi2 dt img:nth-of-type(2){
		width: 50px !important;
	}
	#buy-qi1 dd img:nth-of-type(2){
		width: 120px !important;
	}
	#buy-qi1 dd img:nth-of-type(4),#buy-qi2 dt img:nth-of-type(1){
		width: 160px !important;
	}
	#buy-qi2 span{
		left: -105px;
	}
	#company{
		height: 560px;
	}
	#introductory .row ul li p{
		padding: 0 20px;
	}
}
@media screen and (max-width:800px){
	#company{
		height: 610px;
	}
}
@media screen and (max-width:768px){
	#company{
		height: 610px;
	}
	.icon_menu .i_menu,.icon_menu .i_close {
		display: block;
		height: 56px;
		width: 100px;
		background: url(../img/i_menu.png) no-repeat 0 0;
		background-size: contain;
		position: absolute;
		right: -17px;
		top: 20px;
		z-index: 100;
	}
	.icon_menu a:nth-of-type(3){
		display: block;
	}
	.icon_menu .i_close{
		display: none;
		z-index: 100;
	}
	.navigation ul{
		width: 140px;
		height: 278px;
		background: url(../img/nav-bg.png) no-repeat center;
	}
	.navigation ul li:first-child{
		margin-top: 15px;
	}
	.navigation ul li{
		line-height: 41px;
		border-bottom: 1px solid #E9E9E9;
	}
	.navigation a{
		color: #666;
	}
	.bg_hover {
		display: none;
		height: 100%;
		width: 100%;
		position: fixed;
		left: 0px;
		top: 0px;
		background: rgba(0,0,0,0.2);
		z-index: 98;
	}
	.header-tel{
		display: none;
	}
	#header{
		background: transparent;
		box-shadow:none
	}
	.navigation {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		width: 151px;
		height: 100%;
		/* background: #fff; */
		z-index: 99;
		padding-top: 70px;
	}
	.section-header{
		padding-bottom: 30px;
	}
	.section-header h2 span{
		font-size: 18px;
		margin: 0 30px;
	}
	.section-header p{
		font-size: 12px;
		margin-top: 6px;
		line-height: 1;
	}
	.section-header h2 b{
		position: relative;
		top: 3px;
	}
	.cooperative .section-left{
		padding-left: 0;
	}
	.cooperative>p{
		background: transparent;
		width: calc(100% - 60px);
    	margin: 0 auto;
    	text-align: left;
		line-height: 40px;
		position: relative;
		top: -40px;
	}
	.cooperative .section-left p{
		font-size: 12px;
		margin-top: 0;
		line-height: 32px;
		width: 100%;
		white-space: normal
	}
	.cooperative .section-left p img{
		width: 280px;
	}
	.cooperative .section-right .card-list{
		display: none;
	}
	.cooperative .section-left, .cooperative .section-right{
		width: 100%;
	}
	.cooperative .section-right ul{
		margin-top: 0;
		width: 100%;
		display: -webkit-flex; /* Safari */
		display: flex;
		flex-direction: row;
		justify-content:space-between
	}
	.cooperative .section-right{
		position: relative;
		top: -130px;
	}
	.cooperative .container{
		padding-bottom: 0;
	}
	.cooperative .section-right ul li{
		display: inline-block;
	}
	.cooperative .section-left p:nth-of-type(2)
	{
		margin-top: 60px;
		width: 100%;
		white-space:normal
	}
	#news{
		margin-top: 30px;
	}
	#news .container{
		padding-bottom: 0;
	}
	#news .section-left{
		width: 320px;
	}
	#news .section-right{
		width: calc(100% - 320px);
	}
	#news .section-left dl dd{
		display: none;
	}
	#news .section-right dl dt{
		width: 50px;
		height: 42px;
		line-height: 42px;
		font-size: 24px;
		background: url(../img/new-sort-bg.png) no-repeat center;
		text-align: center;
		font-weight: normal;
		color: #fff;
	}
	#news .section-right dl:nth-of-type(3){
		display: none;
	}
	#news .row h2 span{
		font-size: 16px;
	}
	#news .section-right dl dd{
		padding-left: 8px;
	}
	#news .row h2 i{
		line-height: 20px;
	}
	#news dl dd p{
		max-height: 44px;
		text-indent: 0 !important;
		font-size: 12px;
		width: 100%;
	}
	#introductory{
		margin-top: 10px;
	}
	#introductory .row{
		display: none;
	}
	.introductory-txt{
		margin-bottom: 45px;
	}
	.introductory-txt h2{
		font-size: 16px;
	}
	.introductory-txt .profile{
		width: calc(50% - 20px);
	}
	.introductory-txt .profile-video{
		width: 50%;
	}
	.introductory-txt .profile p{
		margin-top: 20px;
	}
	#introductory .container{
		padding-bottom: 0;
	}
	.sale-bg{
		background: url(../img/sale_bg@2x.png) no-repeat center;
		background-size: 100%;
		margin-bottom: 35px;
	}
	.sale-bg>.container{
		padding: 50px 30px 30px;
	}
	.sale-bg .container>p{
		margin-bottom: 30px;
		font-size: 16px;
	}
	.sale-bg ul li p{
		font-size: 20px;
		line-height: 25px;
	}
	.sale-bg ul li p span{
		font-size: 30px;
	}
	.sale-bg ul li p i{
		font-size: 12px;
	}
	#services ul li:nth-of-type(4),#services ul li:nth-of-type(5),#services ul li:nth-of-type(6){
		display: none;
	}
	#services .container{
		padding-bottom: 40px;
	}
	#product .dl-list-4{
		width: calc(33.3% - 15px);
	}
	#product .dl-list-4 h2{
		font-size: 14px;
	}
	#product .dl-list-4 p{
		font-size: 12px;
	}
	#product .dl-list-4 p i{
		font-size: 14px;
	}
	#product div .dl-list-4:nth-of-type(3){
		margin-right: 0;
	}
	#about-us .section-right{
		display: none;
	}
	#about-us .section-left{
		width: 100%;
		padding-left: 0;
	}
	#about-us .section-left p:nth-of-type(1),#company .section-right p:nth-of-type(1){
		display: none;
	}
	#company .container .section-right h3{
		font-size: 14px;
	}
	#company .container .section-right p,#about-us .section-left p.about-us-info, #company .section-right p.about-us-info{
		font-size: 12px;
	}
	#about-us .section-left h3,#company .container .section-right h3:nth-of-type(1){
		font-size: 16px;
	}
	#company .container .section-left{
		display: none;
	}
	#company .container .section-right{
		width: 100%;
		margin-left: 0;
	}
	#company{
		height: auto;
		margin-top: 0;
	}
	.buy-qi1 dl dd h3,#buy-qi2 dl dt h3{
		font-size: 14px;
		margin-bottom: 0;
	}
	.buy-qi1 dl dd p,#buy-qi2 dl dt p{
		font-size: 12px;
	}
	.buy-qi1 dl dt, #buy-qi2 dl dd{
		width: 290px;
	}
	.buy-qi1 dl dd{
		width: calc(100% - 290px);
	}
	#buy-qi1 span{
		margin-right: 65px;
	}
	#buy-qi2 dl dt{
		width: calc(100% - 300px);
	}
	#buy-qi2 dl dd img{
		width: 100%;
		margin-right: -30px;
	}
	#buy-qi2 dl dt div{
		top: 20px !important;
	}
	.buy-qi1 dl dt{
		margin-left: -40px;
	}
	#buy-qi3 dl dt{
		margin-left: -70px;
	}
	#buy-qi3 dl dd{
		width: calc(100% - 240px);
	}
	#trades .section-header{
		display: none;
	}
	#trades .section-left{
		display: none;
	}
	#trades.news .section-right{
		width: 100%;
	}
	#trade-news{
		display: none;
	}
	#trades.news .section-right dl dt{
		background: transparent !important;
	}
	#trades.news .section-right dl dt *{
		display: none !important;
	}
	#trades.news .section-right dl dt img{
		display: block !important;
	}
	#trades.news .section-right dl h2{
		margin-bottom: 5px;
	}
	#trades.news .section-right dl dd p:nth-of-type(1){
		display: block;
		color: #2E2E2E;
		margin-bottom: 5px;
	}
	#trades.news .section-right dl dd p:nth-of-type(2){
		max-height: 44px;
		overflow: hidden;
	}
	#trades.news img{
		height: auto;
		width: 170px;
	}
	#trades.news .section-right dl dt{
		width: 35%;
		max-width: 180px;
		height: auto;
		overflow: hidden;
	}
	#trades.news .row h2 span{
		width: 100%;
	}
	#trades.news .section-right dl dd{
		max-width: calc(100% - 20px);
		width: calc(65% - 25px);
	}
	.news-d #header{
		height: 80px;
	}
	#trades.news .section-right dl dt img{
		width: 100%;
	}
	#job th:nth-of-type(2),#job tr td:nth-of-type(2){
		display: none;
	}
	#job table thead th:first-child, #job table tbody tr td:first-child{
		width: 30%;
		padding-left:10px
	}
	#job table tbody tr td{
		font-size: 12px;
	}
	#job .container,#news-detail .container,#join-us .container{
		min-height: 540px;
	}
	#contact{
		margin-top: 0 !important;
	}
	#contact .section-header{
		margin-top: 0 !important;
	}
	#contact .section-header h2{
		 display: none;
	}
	.contact-us{
		width: 100%;
	}
	.contact-us input,.contact-us textarea{
		font-size: 14px;
	}
	.contact-us span{
		font-size: 16px;
		line-height: 44px;
	}
}
@media screen and (max-width: 640px){
	.buy-qi1 dl dd{
		width: calc(100% - 200px);
	}
	#buy-qi2 dl dt {
		width: calc(100% - 230px);
	}
	#buy-qi3 dl dd {
		width: calc(100% - 160px);
	}
	#buy-qi1 dd>div{
		left: -40px !important;
	}
	.buy-qi1 dl dt, #buy-qi2 dl dd{
		width: 220px;
	}
	#buy-qi1 dd img:nth-of-type(4), #buy-qi2 dt img:nth-of-type(1){
		width: 100px !important;
	}
	#news .section-left{
		width: 260px;
	}
	#news .section-right {
		width: calc(100% - 260px);
	}
}
@media screen and (max-width: 540px){
	.container{
		width: calc(100% - 40px);
	}
	#news .section-left{
		width: 220px;
	}
	#news .section-right{
		width: calc(100% - 220px);
	}
	.introductory-txt .profile{
		width: 100%;
	}
	.introductory-txt .profile-video{
		width: 100%;
		margin-top: 10px;
	}
	.sale-bg .container>p{
		margin-bottom: 20px;
	}
	.sale-bg{
		background-size: 100% 100%;
	}
	#product .dl-list-4 p{
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.sale-bg>.container{
		padding: 20px 0 10px;
	}
	.sale-bg ul li p{
		font-size: 16px;
	}
	.sale-bg ul li p span{
		font-size: 24px;
	}
	#contact .section-header p{
		text-align: left;
		font-size: 14px !important;
	}
	.contact-us input{
		width: 60%;
	}
	.contact-us input[type=text]:last-child{
		margin-left: 0;
	}
	.cooperative>p{
		width: calc(100% - 40px);
	}
	.buy-qi1 dl dt img,.buy-qi1 dl dd *:not(p):not(h3):not(br),#buy-qi2 img,#buy-qi2 span{
		display: none;
	}
	.buy-qi1 dl dd,#buy-qi3 dl dd,#buy-qi2 dl dt{
		width: 100%;
	}
	#buy-qi3 .container{
		padding: 0;
	}
	#buy-qi3,#buy-qi1{
		margin-top: 0;
	}
	#buy-qi1 .container, #buy-qi2 .container{
		padding-bottom:20px
	}
	#trades{
		margin-top: 50px;
	}
	#trades.news .section-right dl dd p:nth-of-type(1){
		line-height: 1;
	}
	#trades.news .section-right dl dd p:nth-of-type(2){
		line-height: 1.5;
		max-height:36px
	}
}
@media screen and (max-width: 450px){
	.container{
		width: calc(100% - 30px);
	}
	.navigation{
		padding-top: 45px;
		width: 131px;
	}
	.navigation ul{
		width: 120px;
		background-size: 100%;
	}
	.navigation ul li{
		line-height: 36px;
	}
	.navigation a{
		font-size: 14px;
	}
	.navigation ul li:first-child{
		margin-top: 32px;
	}
	.icon_menu .i_menu, .icon_menu .i_close{
		width: 80px;
	}
	#sale .container{
		width: 100%;
	}
	.cooperative .section-right ul a{
		font-size: 12px;
	}
	.cooperative .container,.cooperative>p{
		width: calc(100% - 30px);
	}
	.cooperative .section-left p{
		line-height: 1.5;
	}
	.cooperative .section-right{
		top: -100px;
	}
	.cooperative .section-left p img{
		width: 200px;
	}
	.section-header h2 span{
		margin: 0 20px;
		font-size: 16px;
	}
	.section-header h2 b{
		width: calc(50% - 70px);
	}
	.introductory-txt .profile p{
		font-size: 12px;
	}
	.introductory-txt h2{
		font-size: 14px;
	}
	#news .section-left{
		display: none;
	}
	#news .section-right{
		width: 100%;
	}
	.sale-bg .container>p{
		font-size: 14px;
	}
	.sale-bg ul li p span{
		font-size: 22px;
	}
	#join-us .row{
		padding: 20px;
	}
	#join-us .row .sub-btn span,#join-us .row .sub-btn span input{
		margin-right: 10px;
		width: 100px;
	}
	#join-us .row .sub-btn a, #join-us .row .sub-btn a:hover{
		width: 98px;
	}
	#product .dl-list-4{
		width: calc(50% - 8px);
	}
	#product div .dl-list-4{
		margin-right: 15px;
	}
	#product div .dl-list-4:nth-of-type(3){
		margin-right: 15px;
	}
	#product div .dl-list-4:nth-of-type(2n){
		margin-right: 0;
	}
	.contact-us input{
		width: 80%;
		height: 36px;
		margin-bottom: 15px;
	}
	.contact-us span{
		font-size: 14px;
		line-height: 30px;
    	width: 50%;
	}
	#news-detail h3{
		font-size: 22px !important;
		line-height: 32PX !important;
		margin-top: 20PX !important;
	}
}
@media screen and (max-width: 375px){
	#trades.news .section-right dl h2{
		margin-top: 0;
	}
}
@media screen and (max-width: 374px){
	.cooperative .section-right{
		top: -120px;
	}
}