﻿@charset "utf-8";
@font-face {
	font-family: 'OSWALD-REGULAR';
	src: url(../fonts/oswald-regular.ttf);
}

body {
	font-family: Arial, "微软雅黑","microsoft yahei";
	min-width: 320px;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
a,
p{
	transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
p {
	margin: 0;
}

ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

p,
a {
	font-size: 14px;
	text-decoration: none;
}
.over-img{
	overflow: hidden;
}
.eli-padd {
	padding-left: 0;
	padding-right: 0;
}
.xysimg{
	height: 0;
	position: relative;
	overflow: hidden;
}
.xysimg img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	width: auto;
	max-height: 100%;
	display: block;
}
/*编辑版开始*/
.bjb{
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 14px;
}
.bjb img{
	max-width: 100%;
	height: auto;
}

.bjb h1,
.bjb h2,
.bjb h3,
.bjb h4,
.bjb h5,
.bjb p{
	color: #333333;
}
.bjb p{
	line-height: 2em;
	font-size: 14px;
}
@media screen and (max-width: 767px) {
	.bjb{
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
/*编辑版结束*/
@media screen and (min-width: 1200px) {
	.hidden-xl {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-lg {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-md {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.hidden-sm {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}

@media screen and (max-width: 575px) {
	.hidden-xs {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}


.pc-nav-box .right span{    font-size: 25px;font-weight: bold;}

/*pc端导航*/
.pc-nav-box .left{
	display: inline-block;
}
.pc-nav-box .right{
	float: right;
}
.pc-nav-box .right .pc-nav{
	display: inline-block;
}
.pc-nav-box .right .level1{
	height: 90px;
	line-height: 90px;
}
.pc-nav-box .right .pc-nav .level1>li{
	display: inline-block;
	margin-right: 15px;
	position: relative;
}
.pc-nav-box .right .pc-nav .level1>li>a{
	text-decoration: none;
	color: #222222;
	position: relative;
	transition: all .5s;
}
.pc-nav-box .right .pc-nav .level1>li>a:after{
	content: "";
	height: 3px;
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 100%;
	opacity: 0;
	background-color: #ff6401;
	transition: all .5s;
}
.pc-nav-box .right .pc-nav .level1>li>a:hover{
	color: #ff6401;
}
.pc-nav-box .right .pc-nav .level1>li>a:hover:after{
	bottom: -10px;
	opacity: 1;
}
.pc-nav-box .right .pc-nav .level1>li>a.active{
	color: #ff6401;
}
.pc-nav-box .right .pc-nav .level1>li>a.active:after{
	bottom: -10px;
	opacity: 1;
}
.pc-nav-box .right .pc-nav .level2{
	position: absolute;
	top: 100%;
	left: 35px;
	height: auto;
	line-height: initial;
	z-index: 1;
	background-color: #f6f6f6;
	padding: 10px 20px 20px;
	width: 250px;
	display: none;
	opacity: 0
}
.pc-nav-box .right .pc-nav .level2>li>a{
	display: block;
	text-decoration: none;
	padding: 9px 0px 9px 0px;
	border-bottom: 1px solid #e2e2e2;
	color: #333333;
	position: relative;
	transition: all .8s;
}
.pc-nav-box .right .pc-nav .level2>li>a:after{
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 100%;
	height: 1px;
	background-color: #ff6401;
	transform: translateX(-50%);
	transition: all .8s;
	opacity: 0;
}
.pc-nav-box .right .pc-nav .level2>li>a:hover{
	color: #ff6401;
	border-bottom: 1px solid rgba(226,226,226,0);
	padding-left: 10px;
}
.pc-nav-box .right .pc-nav .level2>li>a:hover:after{
	bottom: 0px;
	opacity: 1;
}
.pc-nav-box .language-box{
	float: right;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	height: 90px;
	line-height: 90px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
.pc-nav-box .language-box .level2{
	position: absolute;
	top: 100%;
	left: 0;
	height: auto;
	line-height: initial;
	z-index: 1;
	display: none;
	background-color: #fff;
	width: 100%;
	text-align: center;
}
.pc-nav-box .language-box a{
	text-decoration: none;
	color: #000;
	display: block;
}
.pc-nav-box .language-box a:hover{
	color: #ff6401;
}
.pc-nav-box .language-box img{
	margin-right: 10px;
	margin-left: 10px;
}
.pc-nav-box .language-box .level2 a{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e9e9e9;
}
.pc-nav-box .language-box .level2 a:hover{
	background-color: #ff6401;
	color: #fff;
}
/*pc端导航 end*/
/*wap端logo盒子开始*/
.wap-ss .wap-logo{
	padding: 0 20px;
}
.wap-ss .wap-logo{
	float: left;
}
.wap-ss .wap-right{
	float: right;
	position: relative;
}
.wap-ss .wap-right ul{
	list-style: none;
	padding: 24px 20px;
	margin: 0;
}
.wap-ss .wap-right ul>li{
	display: inline-block;
	margin-left: 20px;
}
.wap-ss .wap-right ul>li i{
	color: #ff6401;
	cursor: pointer;
	font-size: 30px;
}
.wap-ss .wap-right ul>li>a{
	font-size: 30px;
	color: #ff6401;
	text-decoration: none;
}
.wap-search-box{
	display: none;
	position: absolute;
	top: 100%;
	right: 0px;
	width: 280px;
	background-color: #f0f0f0;
	z-index: 999999;
	padding: 30px 20px;
}
.wap-search-box input{
	border: 1px solid #c4c4c4;
	border-radius: 5px;
	padding: 10px;
	width: 100%;
}
.wap-search-box a{
	display: block;
	padding:13px 20px;
	color: #ff6401;
	text-decoration: none;
	border: 1px solid #ff6401;
	text-align: center;
	margin-top: 20px;
	border-radius: 5px;
}
.wap-search-box a:hover{
	color: #fff;
	border: 1px solid #ff6401;
	background-color: #ff6401;
}
@media screen and (max-width: 767px) {
	.wap-ss .wap-logo{
		width: 220px;
		padding: 0;
		margin-left: 15px;
	}
	.wap-ss .wap-right ul {
	    padding: 18px 0px;
	    margin-right: 15px;
	}
	.wap-search-box {
	    width: 250px;
	    padding: 20px;
	}
	.wap-search-box a {
	    display: block;
	    padding: 8px 15px;
	    color: #ff6401;
	    text-decoration: none;
	    border: 1px solid #ff6401;
	    text-align: center;
	    margin-top: 10px;
	    border-radius: 5px;
	}
}
@media screen and (max-width: 575px) {
	.wap-ss .wap-logo{
		width: 180px;
		padding: 0;
		margin-left: 15px;padding-top: 6px;
	}
	.wap-ss .wap-right ul {
	    padding: 15px 0px;
	    margin-right: 15px;
	}
	.wap-ss .wap-right ul>li i{
		font-size: 24px;
	}
	.wap-ss .wap-right ul>li>a{
		font-size: 24px;
	}
	.wap-ss .wap-right ul>li {
	    margin-left: 10px;
	}
}
/*wap端logo盒子结束*/

/*wap主导航开始*/
.wap-nav{
	background-color: #ff6401;
	text-align: right;
}
.wap-nav-btn{
	display: inline-block;
	color: #fff;
	cursor: pointer;
	padding: 15px 20px;
}
.wap-nav-btn i{
	margin-right: 10px;
}
.wap-nav-listbox{
	background-color: #f6f6f6;
	display: none;
}
.wap-nav-listbox .level1,
.wap-nav-listbox .level2{
	list-style: none;
	margin: 0;
	padding: 0;
}
.wap-nav-listbox .level2{
	display: none;
}
.wap-nav-listbox .level1>li>a{
	text-decoration: none;
	padding: 15px 15px 15px 36px;
	display: block;
	color: #333333;
	border-bottom: 1px solid #e2e2e2;
}
.wap-nav-listbox .level1>li>a>span{
	float: right;
}
.wap-nav-listbox .level1>li>a>span>i{
	transition: all 0.3s;
}
.wap-nav-listbox .level1>li>a:hover{
	color: #fff;
	background-color: #ff6401;
}
.wap-nav-listbox .level1>li>a.active{
	color: #ff6401;
}
.wap-nav-listbox .level1>li>a.active:hover{
	color: #fff;
	background-color: #ff6401;
}
.wap-nav-listbox .level1>li>a.active span>i{
	transform: rotate(90deg);
}

.wap-nav-listbox .level2>li>a{
	text-decoration: none;
	padding: 15px 15px 15px 60px;
	display: block;
	color: #ff6401;
	border-bottom: 1px solid #e2e2e2;
}
.wap-nav-listbox .level2>li>a:hover{
	color: #fff;
	background-color: #ff6401;
}
@media screen and (max-width: 767px) {
	.wap-nav-btn{
		padding: 15px;
	}
}
/*wap主导航结束*/

/*wap端banner图开始*/

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #ff6401;
	opacity: 1;
}

.swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 3px;
}
/*wap端banner图结束*/

/*首页公共布局*/

/*首页公共布局 end*/
.qj-index-box{
	padding-top: 60px;
	padding-bottom: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.qj-index-box-title-img{
	text-align: center;
}
.qj-index-box-title{
	font-size: 30px;
	text-align: center;
	margin-bottom: 10px;
}
.qj-index-box-bt{
	margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
	.qj-index-box {
	    padding-top: 55px;
	    padding-bottom: 45px;
	}
	.qj-index-box-bt {
	    margin-bottom: 25px;
	}
	.qj-index-box-title {
	    font-size: 28px;
	}
}
@media screen and (max-width: 991px) {
	.qj-index-box {
	    padding-top: 50px;
	    padding-bottom: 40px;
	}
	.qj-index-box-bt {
	    margin-bottom: 20px;
	}
	.qj-index-box-title {
	    font-size: 26px;
	}
}
@media screen and (max-width: 767px) {
	.qj-index-box {
	    padding-top: 45px;
	    padding-bottom: 35px;
	}
	.qj-index-box-bt {
	    margin-bottom: 15px;
	}
	.qj-index-box-title {
	    font-size: 24px;
	    margin-bottom: 5px;
	}
}
@media screen and (max-width: 575px) {
	.qj-index-box {
	    padding-top: 40px;
	    padding-bottom: 30px;
	}
	.qj-index-box-title {
	    font-size: 20px;
	}
}
/*index-box1*/
.index-box1-nr .tp{
	padding-bottom: 100%;
	transition: all .8s;
}
.index-box1-nr a{
	position: relative;
	display: block;
	margin-bottom: 30px;
}
.index-box1-nr a:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0px;
	
	filter:alpha(opacity=100 finishopacity=90 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#f8c502,endcolorstr=#d87811,gradientType=0);
    -ms-filter:alpha(opacity=100 finishopacity=90 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#f8c502,endcolorstr=#d87811,gradientType=0);/*IE8*/	
    background:#e59d24; /* 一些不支持背景渐变的浏览器 */  
    background:-moz-linear-gradient(top, #f8c502, rgba(216, 120, 17, 0.9));  
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#f8c502), to(rgba(216, 120, 17, 0.9)));  
    background:-o-linear-gradient(top, #f8c502, rgba(216, 120, 17, 0.9)); 
    
    transition: all .8s ease;
}
.index-box1-nr a:hover:after{
	height: 100%;
}
.index-box1-nr a:hover .tp{
	transform: scale(1.1);
}
.index-box1-nr hr{
	width: 30px;
	background-color: #fff;
}
.index-box1-nr .wz{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	color: #fff;
	width: 90%;
	z-index: 1;
}
.index-box1-nr .wz .bt{
	font-size: 18px;
}
@media screen and (max-width: 575px) {
	.index-box1-nr .box{
		padding-left: 10px;
		padding-right: 10px;
	}
	.index-box1-nr a {
	    margin-bottom: 20px;
	}
}
/*index-box1 end*/


/*index-box2*/
.index-box2-nav{
	text-align: center;
	margin-bottom: 40px;
}
.index-box2-nav ul>li{
	display: inline-block;
}
.index-box2-nav ul>li:after{
	content: "/";
	color: #9d9d9e;
	margin-left: 20px;
	margin-right: 15px;
}
.index-box2-nav ul>li:nth-last-of-type(1):after{
	content: "";
	display: none;
}
.index-box2-nav ul>li>a{
	text-decoration: none;
	color: #111111;
	position: relative;
	font-size: 16px;
	padding-bottom: 5px;
	display: inline-block;
	margin-bottom: 10px;
}
.index-box2-nav ul>li>a:after{
	content: "";
	width: 100%;
	display: block;
	position: absolute;
	bottom: -8px;
	left: 0;
	height: 1px;
	background-color: #ef8100;
	transition: all 1s;
	opacity: 0;
}
.index-box2-nav ul>li>a:hover:after{
	bottom: 0px;
	opacity: 1;
}
.index-box2-nav ul>li>a:hover{
	color: #ef8100;
}
.index-box2-nav ul>li>a.active{
	color: #ef8100;
}
.index-box2-nav ul>li>a.active:after{
	bottom: 0px;
	opacity: 1;
}
.index-box2-nr{
	display: none;
}
.index-box2-nr.active{
	display: block;
}
.index-box2-nr .tp{
	padding-bottom: 66.87%;
	transition: all .7s;
}
.index-box2-nr a{
	position: relative;
	display: block;
	color: #fff;
	overflow: hidden;
}
.index-box2-nr a:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	filter:alpha(opacity=100 finishopacity=90 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#f8c502,endcolorstr=#d87811,gradientType=0);
    -ms-filter:alpha(opacity=100 finishopacity=90 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#f8c502,endcolorstr=#d87811,gradientType=0);/*IE8*/	
    background:#e59d24; /* 一些不支持背景渐变的浏览器 */  
    background:-moz-linear-gradient(top, #f8c502, rgba(216, 120, 17, 0.9));  
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#f8c502), to(rgba(216, 120, 17, 0.9)));  
    background:-o-linear-gradient(top, #f8c502, rgba(216, 120, 17, 0.9)); 
   	transition: all .8s;
}
.index-box2-nr .wz{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	width: 90%;
	z-index: 1;
	opacity: 0;
   	transition: all .5s;
}
.index-box2-nr a:hover:after{
	top: 0;
}
.index-box2-nr a:hover .wz{
	opacity: 1;
}
.index-box2-nr a:hover .tp{
	transform: scale(1.1);
}
.index-box2-nr .title{
	font-size: 24px;
	margin-bottom: 10px;
}
.index-box2-nr .xm{
	font-size: 18px;
}
@media screen and (max-width: 1440px) {
	.index-box2-nr .title {
	    font-size: 22px;
	}
}
@media screen and (max-width: 1199px) {
	.index-box2-nav {
	    text-align: center;
	    margin-bottom: 35px;
	}
	.index-box2-nav ul>li>a {
	    font-size: 14px;
	}
	.index-box2-nr .title {
	    font-size: 18px;
	}
	.index-box2-nr .xm {
	    font-size: 14px;
	}
}
@media screen and (max-width: 991px) {
	.index-box2-nav {
	    text-align: center;
	    margin-bottom: 30px;
	}
	.index-box2-nr .title {
	    font-size: 22px;
	}
	.index-box2-nr .xm {
	    font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.index-box2-nav {
	    text-align: center;
	    margin-bottom: 25px;
	}
	.index-box2-nav ul>li:after {
	    margin-left: 10px;
	    margin-right: 5px;
	}
	.index-box2-nr .title {
	    font-size: 16px;
	    margin-bottom: 5px;
	}
	.index-box2-nr .xm {
	    font-size: 14px;
	}
	.index-box2-nr .wz{
		opacity: 1;
	}
}
@media screen and (max-width: 575px) {
	.index-box2-nav {
	    text-align: center;
	    margin-bottom: 20px;
	}
}
/*index-box2 end*/

/*index-box3*/
.index-box3-nr .swiper-container-left .tp{
	padding-bottom: 66.666%;
	margin-bottom: 30px;
}
.index-box3-nr .slt-list .tp{
	padding-bottom: 66.666%;
	transition: all .5s;
}
.index-box3-nr .swiper-container-left,
.index-box3-nr .swiper-container-right{
	overflow: hidden;
}
.swiper-container-right{
	min-height: 245px;
}
.index-box3-nr .swiper-container-right .title{
	font-size: 24px;
	margin-bottom: 5px;
}
.index-box3-nr .swiper-container-right .note{
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: lighter;
	font-family: "NotoSansHans-Light";
}
.index-box3-nr .swiper-container-right .text{
	color: #666666;
	line-height: 1.75em;
	margin-bottom: 10px;
}
.index-box3-nr .swiper-container-right .a{
	display: inline-block;
	color: #fff;
	background-image: url(../images/lw-41.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 5px 60px 5px 15px;
	margin-bottom: 30px;
}

.index-box3-nr .swiper-container-right a{
	text-decoration: none;
}
.index-box3-nr .slt-list{
	margin-left: -5px;
	margin-right: -5px;
}
.index-box3-nr .slt-list>div{
	margin-left: 5px;
	margin-right: 5px;
}
.index-box3-nr .slt-list a{
	color: #fff;
	text-decoration: none;
}
.index-box3-nr .slt-list .tp:hover{
	transform: scale(1.1);
}
.index-box3-nr .slt-list .tp:after{
	content: "";
	color: #fff;
	text-align: center;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(22,31,50,.6);
   	transition: all .5s;
   	opacity: 1;
}
.index-box3-nr .slt-list .tp:before{
	content: "";
	background-image: url(../images/lw-39.png);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 23px;
	height: 23px;
	z-index: 1;
   	transition: all .5s;
   	opacity: 0;
}
.index-box3-nr .slt-list .tp span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	font-family: "NotoSansHans-Light";
	opacity: 1;
  	transition: all .3s;
  	width: 90%;
  	text-align: center;
}
.index-box3-nr .slt-list .tp.active:after{
   	opacity: 1;
   	filter:alpha(opacity=100 finishopacity=90 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#f8c502,endcolorstr=#d87811,gradientType=0);
    -ms-filter:alpha(opacity=100 finishopacity=90 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#f8c502,endcolorstr=#d87811,gradientType=0);/*IE8*/	
    background:#e59d24; /* 一些不支持背景渐变的浏览器 */  
    background:-moz-linear-gradient(top, #f8c502, rgba(216, 120, 17, 0.9));  
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#f8c502), to(rgba(216, 120, 17, 0.9)));  
    background:-o-linear-gradient(top, #f8c502, rgba(216, 120, 17, 0.9)); 
   	transition: all .5s;
}
.index-box3-nr .slt-list .tp.active:before{
   	opacity: 1;
}
.index-box3-nr .slt-list .tp.active span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	font-family: "NotoSansHans-Light";
	opacity: 0;
}
@media screen and (max-width: 1199px) {
	.index-box3-nr .swiper-container-right .title {
	    font-size: 20px;
	    margin-bottom: 5px;
	}
	.index-box3-nr .swiper-container-right .note {
	    font-size: 18px;
	    margin-bottom: 5px;
	}
	.swiper-container-right {
	    min-height: 230px;
	}
	.index-box3-nr .swiper-container-right .text {
	    font-size: 12px;
	}
	.index-box3-nr .slt-list .tp span{
		font-size: 12px;
	}
}
@media screen and (max-width: 991px) {
	.index-box3-nr .slt-list .tp span{
		font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.index-box3-nr .slt-list{
		margin-left: 0px;
		margin-right: 0px;
	}
	.index-box3-nr .slt-list>div{
		margin-left: 0px;
		margin-right: 0px;
	}
}
/*index-box3 end*/

/*index-box4*/
.index-box4 a{
	text-decoration: none;
	color: #fff;
}
.index-box4-text{
	text-align: center;
	color: #666666;
	margin-bottom: 30px;
}
.index-box4-nr{
	text-align: center;
}
.index-box4-nr hr{
	max-width: 24px;
}
.index-box4-nr .title{
	margin-top: 10px;
}
.index-box4-nr .text{
	color: #666666;
	margin-bottom: 30px;
}
.index-box4-nr hr{
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px solid rgba(0,0,0,1);
}
.index-box4-more{
	display: inline-block;
    color: #fff;
    background-image: url(../images/lw-41.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8px 90px 8px 25px;
}
.index-box4-more-box{
	text-align: center;
	margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
	.index-box4{
		padding-left: 20px;
		padding-right: 20px;
	}
}
/*index-box4 end*/

/*index-box5*/
.index-box5 .tp{
	padding-bottom: 56.25%;
	height: auto;
	position: initial;
}
.index-box5 .right{
	padding: 50px;
	background-color: #f1f1f1;
}
.index-box5 .right .title{
	margin-bottom: 30px;
}
.index-box5 .right .imgbox{
	margin-left: 0px;
	margin-right: 0px;
}
.index-box5 .right .imgbox>div>div{
	border: 1px solid #c1c7ca;
	text-align: center;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
}
.index-box5 .right .text p{
	color: #333333;
	text-align: center;
	line-height: 1.75em;
	margin-bottom: 20px;
	margin-top: 10px;
}
.index-box5 .right .text p a{
	display: inline-block;
    color: #fff;
    background-image: url(../images/lw-41.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8px 90px 8px 25px;
    margin-top: 30px;
    text-decoration: none;
}
@media screen and (max-width: 575px) {
	.index-box5 .right {
	    padding: 30px 20px;
	}
	.index-box5 .right .text p {
	    margin-bottom: 10px;
	    margin-top: 15px;
	}
	.index-box5 .right .text p a{
	    padding: 5px 70px 5px 15px;
	    margin-top: 10px;
	    text-decoration: none;
	}
}
/*index-box5 end*/

/*index-box6*/
.index-box6-nr .tp{
	padding-bottom: 65%;
	transition: all 1s;
}
.index-box6-nr .a{
	display: inline-block;
    color: #fff;
    background-image: url(../images/lw-41.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5px 80px 5px 15px;
    margin-top: 30px;
    text-decoration: none;
    margin-bottom: 30px;
}
.index-box6-nr .title{
	text-decoration: none;
	display: block;
	font-size: 18px;
	color: #000;
	margin-top: 20px;
	margin-bottom: 5px;
	display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.index-box6-nr .title:hover{
	color: #ff6401;
}
.index-box6-nr .imgbox:hover .tp{
	transform: scale(1.1);
}
.index-box6-nr .text{
	color: #666666;
}
.index-box6-nr .date{
	color: #999999;
}
.index-box6-nr .cate{
	color: #999999;
	text-decoration: none;
}
.index-box6-nr .cate:hover{
	color: #ff6401;
}
@media screen and (max-width: 575px) {
	.index-box6-nr .title{
		white-space: initial;
		overflow: initial; 
		text-overflow: initial;
		font-size: 16px;
	}
}
/*index-box6 end*/

/*pc端底部*/
.pc-footer-box1{
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #f1f1f1;
	border-bottom: 1px solid #d8d8d8;
}
.pc-footer-dl{
	padding-left: 30px;
	padding-right: 30px;
}
.pc-footer-dl>.row {
	display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    display: -ms-box;
    
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: baseline;
    -webkit-align-items: baseline;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.pc-footer-box1 dl {
    display: block;
    flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    margin-bottom: 0;
    align-self: baseline;
    -webkit-align-self: baseline;
    -moz-align-self: baseline;
}
.pc-footer-box1 dt{
	color: #333333;
	font-size: 18px;
	margin-bottom: 30px;
}
.pc-footer-box1 dd {
    color: #666666;
    font-size: 14px;
    line-height: 1.75em;
    margin-bottom: 15px;
}
.pc-footer-box1 .dl1{
	max-width: 390px;
} 
.pc-footer-box1 .dl2{
	min-width: 150px;
}
.pc-footer-box1 .dl2 dd>span:nth-child(2){
	float: right;
} 
.pc-footer-box1 .dl2 a{
	text-decoration: none;
	color: #666666;
} 
.pc-footer-box1 .dl2 a:hover{
	color: #ff6401;
} 
.pc-footer-box1 .dl3{
	max-width: 270px;
} 
.pc-footer-box1 .dl3 dd{
	line-height: 1.4em;
} 

.pc-footer-box1 .dl3 dd img{
	vertical-align: top;
	margin-top: 2px;
	margin-right: 15px;
}
.pc-footer-box1 .dl3 dd span{
	display: inline-block;
	width: calc(100% - 30px) ;
} 

.pc-footer-box2{
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #f1f1f1;
}
.pc-footer-box2 .container{
	padding-left: 30px;
	padding-right: 30px;
}
.pc-footer-box2 .left{
	display: inline-block;
}
.pc-footer-box2 .left p{
	color: #666666;
}
.pc-footer-box2 .left a{
	text-decoration: none;
	color: #666666;
}
.pc-footer-box2 .left a:hover{
	color: #ff6401;
}
.pc-footer-box2 .right{
	float: right;
}
.pc-footer-box2 .right ul>li{
	display: inline-block;
	margin-left: 10px;
}
.pc-footer-box2 .right ul>li a{
	text-decoration: none;
	color: #666666;
}
.pc-footer-box2 .right ul>li a:hover{
	color: #ff6401;
}
@media screen and (max-width: 1199px) {
	.pc-footer-box1 .dl1 {
	    max-width: 280px;
	}
	.pc-footer-box1 .dl2 {
	    min-width: 135px;
	}
	.pc-footer-box1 .dl3 {
	    max-width: 250px;
	}
}
/*pc端底部 end*/

/*wap端底部开始*/
.wap-footer{
	padding: 50px 30px 30px;
	background-color: #f1f1f1;
}
.wap-footer-box1{
	padding: 50px 30px 0px;
	background-color: #f1f1f1;
	display: none;
}
.wap-footer-box1 .wap-footer-text{
	color: #666666;
	margin-top: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ff6401;
}
.wap-footer-box1 .wap-footer-text p{
	margin-bottom: 10px;
}
.wap-footer-box3{
	padding: 0px 15px 20px;
	background-color: #f1f1f1;
	text-align: center;
	color: #666666;
}
.wap-footer-box3 p:nth-of-type(1){
	border-top: 1px solid #ff6401;
	padding-top: 15px;
	padding-bottom: 10px;
}
.wap-footer-box3 p:nth-of-type(2)>a{
	color: #666666;
	margin: 0 5px;
}
.wap-footer>.row>h4{
	color: #333333;
	margin-bottom: 20px;
}
.wap-footer>.row>p{
	color: #999999;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ff6401;
	width: 100%;
}
.wap-footer>.row>p:nth-last-of-type(1){
	border-bottom: none;
	margin-bottom: 0px;
}
.wap-footer>.row>p>span:nth-of-type(1){
	display: inline-block;
	width: 30px;
	color: #666666;
}
.wap-footer>.row>p>span:nth-of-type(2){
	display: inline-block;
	width: 60px;
	color: #666666;
}
.wap-footer>.row>p>span:nth-of-type(3){
	display: inline-block;
	max-width: 330px;
	color: #666666;
}
.wap-footer>.row>p>span:nth-of-type(3)>a{
	text-decoration: none;
}
.wap-footer .ewm{
	margin-left: 15px;
	background-color: #ff6401;
	border-radius: 2px;
	padding: 5px 10px;
	border: none;
	color: #f1f1f1;
}

.wap-footer2{
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #ff6401;
	color: #666666;
	text-align: center;
}
.wap-footer2>.row>p:nth-of-type(1){
	margin-bottom: 10px;
}
.wap-footer2>.row>p>span>a{
	color: #666666;
	text-decoration: none;
}
@media screen and (max-width: 550px){
  
  #dituContent{height:200px !important;}
  
	.wap-footer{
		padding: 40px 30px 15px;
	}
	.wap-footer>.row>p{
		font-size: 12px;
	}
	.wap-footer>.row>p>span:nth-of-type(2){
		display: inline-block;
		width: 50px;
	}
	.wap-footer .ewm{
		margin-left: 10px;
		padding: 2px 7px;
		font-size: 12px;
	}
	.wap-footer-box1 .wap-footer-logo img{
		width: 200px
	}
}

/*二维码弹窗*/
.footer-ewm{
	position: fixed;
	top: 0;
	left: 100%;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	display: none;
	z-index: 999999999999999999;
}
.footer-ewm .ewm-box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.close-ewm{
	position: absolute;
    top: 2%;
    right: 2%;
    border: none;
    padding: 15px 20px;
    outline: none;
    background-color: #ffffff;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    cursor: pointer;
}
.close-ewm:hover {
    background-color: #ff6401;
    color: #fff;
}
/*wap端底部结束*/

/*侧边滚动条*/
.index-cbbox{
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../images/cb-1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 99;
	height: 456px;
	width: 75px;
	padding-left: 7px;
	padding-right: 7px;
}
.index-cbbox .xsp{
	margin-top: 62px;
	text-align: center;
}
.index-cbbox .top{
	margin-top: 20px;
	margin-left: 9px;
}
.index-cbbox .top a{
	padding: 11px 15px 12px;
	display: inline-block;
	border-radius: 30px;
	width: 40px;
	height: 43px;
}
.index-cbbox .bottom{
	margin-top: 10px;
	margin-left: 9px;
}
.index-cbbox .bottom a{
	padding: 11px 13px 11px;
	display: inline-block;
	border-radius: 30px;
	position: relative;
	width: 40px;
	height: 43px;
}
.index-cbbox .btn-box{
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
.index-cbbox .btn-box a{
	padding: 4px 10px;
	display: inline-block;
	border-radius: 30px;
	height: 31px;
	width: 31px;
}
.index-cbbox .btn-box .l1{
	margin-top: 49px;
}
.index-cbbox .btn-box .l1 img{
	position: absolute;
	top: 42px;
	left: -7px;
	display: none;
}
.index-cbbox .btn-box .l2{
	margin-top: 10px;
}
.index-cbbox .btn-box .l2 img{
	position: absolute;
	top: 90px;
	left: -7px;
	display: none;
}
.index-cbbox .btn-box .l3{
	margin-top: 11px;
}
.index-cbbox .btn-box .l3 img{
	position: absolute;
	top: 137px;
	left: -7px;
	display: none;
}
.index-cbbox .btn-box .l4{
	margin-top: 9px;
}
.index-cbbox .btn-box .l4 img{
	position: absolute;
	top: 185px;
	left: -7px;
	display: none;
}
.index-cbbox .btn-box .l5{
	margin-top: 10px;
}
.index-cbbox .btn-box .l5 img{
	position: absolute;
	top: 233px;
	left: -7px;
	display: none;
}
.index-cbbox .btn-box .l6{
	margin-top: 10px;
}
.index-cbbox .btn-box .l6 img{
	position: absolute;
	top: 280px;
	left: -7px;
	display: none;
}
.index-cbbox .btn-box .l1.am-active img,
.index-cbbox .btn-box .l2.am-active img,
.index-cbbox .btn-box .l3.am-active img,
.index-cbbox .btn-box .l4.am-active img,
.index-cbbox .btn-box .l5.am-active img,
.index-cbbox .btn-box .l6.am-active img{
	display: block;
}
/*侧边滚动条 end*/

/*about1_us-box1*/
.about1_us-box1-bg-color{
	background-color: #f8f8f8;
	border-top:40px solid #ff7218;
}
.about1_us-box1{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 70px;
}
.about1_us-box1 h3{
	margin-bottom: 20px;
	font-family: "OSWALD-REGULAR";
	color: #ff6401;
}
.about1_us-box1 h4{
	margin-bottom: 30px;
}
.about1_us-box1 img{
	margin-bottom: 30px;
}
.about1_us-box1 p{
	color: #666666;
	max-width: 950px;
	margin: 0 auto 25px;
}
.about1_us-box1 a{
	display: inline-block;
	padding: 10px 40px;
	color: #ff7218;
	text-decoration: none;
	border: 1px solid #ff7218;
}
.about1_us-box1 a:hover{
	background-color: #ff7218;
	color: #fff;;
	border: 1px solid #ff7218;
}
@media screen and (max-width: 1199px){
	.about1_us-box1-bg-color{
		border-top:30px solid #ff7218;
	}
}
@media screen and (max-width: 767px){
	.about1_us-box1-bg-color{
		border-top:20px solid #ff7218;
	}
	.about1_us-box1 {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.about1_us-box1 p {
	    margin: 0 auto 20px;
	}
	.about1_us-box1 a {
	    padding: 8px 20px;
	}
	.about1_us-box1 img {
	    margin-bottom: 15px;
	}
	.about1_us-box1 h3 {
	    margin-bottom: 15px;
	    font-size: 24px;
	}
	.about1_us-box1 h4 {
	    margin-bottom: 15px;
	    font-size: 20px;
	}
}
/*about1_us-box1 end*/

/*about1_us-box2*/
.about1_us-box2 .left{
	background-color: #fee13d;
	padding: 100px 15px;
	text-align: center;
	width: 100%;
}
.about1_us-box2 .left h3{
	margin-bottom: 20px;
	font-family: "OSWALD-REGULAR";
	color: #ff6401;
}
.about1_us-box2 .left h4{
	margin-bottom: 40px;
	color: #414141;
}
.about1_us-box2 .left p{
	width: 70%;
	margin: 0 auto 25px;
	color: #414141;
}
.about1_us-box2 .left a{
	display: inline-block;
	padding: 10px 40px;
	color: #ff7218;
	text-decoration: none;
	border: 1px solid #ff7218;
	margin-top: 20px;
}
.about1_us-box2 .left a:hover{
	background-color: #ff7218;
	color: #fff;;
	border: 1px solid #ff7218;
}
.about1_us-box2 .right{
	background-image: url(../images/lw-53.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 100px 50px;
}
.about1_us-box2 .right h3{
	font-family: "OSWALD-REGULAR";
	margin-bottom: 20px;
	color: #ff6401;
}
.about1_us-box2 .right h4{
	color: #fff;
}
.about1_us-box2 .right .text{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	color: #fff;
	background-color: rgba(255,114,24,0.9);
}
.about1_us-box2 .right .text .wz{
	display: inline-block;
	width:calc(100% - 70px);
}
.about1_us-box2 .right .text .wz img{
	margin-right: 10px;
}
.about1_us-box2 .right .text .wz p{
	margin-bottom: 5px;
}
.about1_us-box2 .right .text .wz p:nth-last-of-type(1){
	margin-bottom: 0px;
}
.about1_us-box2 .right .text-a{
	text-align: right;
	display: inline-block;
	vertical-align: bottom;
}
.about1_us-box2 .right .text-a a{
	color: #fff;
}
@media screen and (max-width: 767px){
	.about1_us-box2 .left {
	    padding: 40px 15px;
	}
	.about1_us-box2 .left p {
	    width: 90%;
	    margin: 0 auto 20px;
	}
	.about1_us-box2 .left h4 {
	    margin-bottom: 20px;
	}
	.about1_us-box2 .left a{
	    padding: 8px 20px;
	    margin-top: 0px;
	}
	.about1_us-box2 .left h3 {
	    margin-bottom: 15px;
	    font-size: 24px;
	}
	.about1_us-box2 .left h4 {
	    margin-bottom: 20px;
	    font-size: 20px;
	}
}
/*about1_us-box2 end*/

/*about1_us-box3*/
.about1_us-box3 .box1{
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #f8f8f8;
}
.about1_us-box3 .box1 h3{
	font-family: "OSWALD-REGULAR";
	margin-bottom: 20px;
	color: #ff6401;
}
.about1_us-box3 .box1 h4{
	color: #333333;
}
.about1_us-box3 .box2 .tp{
	padding-bottom: 64%;
	transition: all 1s;
}
.about1_us-box3 .box2 p{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	text-align: center;
	color: #fff;
	width: 100%;
	background-color: rgba(254,225,61,0.8);
	transition: all 1s;
}
.about1_us-box3 .box2 a:hover .tp{
	transform: scale(1.05);
}
.about1_us-box3 .box2 a:hover p{
	background-color: rgba(254,225,61,1);
}
@media screen and (max-width: 1199px){
	.about1_us-box2 .right {
	    min-height: 500px;
	    padding: 100px 50px;
	}
}
@media screen and (max-width: 767px){
	.about1_us-box3 .box1 {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.about1_us-box3 .box1 h3 {
	    margin-bottom: 15px;
	    font-size: 24px;
	}
	.about1_us-box3 .box1 h4 {
	    font-size: 20px;
	}
}
/*about1_us-box3 end*/

/*about1_us-box4*/
.about1_us-box4{
	background-color: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
}
.about1_us-box4 .box1{
	text-align: center;
	padding-bottom: 50px;
}
.about1_us-box4 .box1 h3{
	font-family: "OSWALD-REGULAR";
	margin-bottom: 20px;
	color: #ff6401;
}
.about1_us-box4 .box1 h4{
	color: #333333;
}
.about1_us-box4 .box2 .img-border{
	border: 1px solid #ff6401;
	max-width: 1200px;
	margin: 0 auto;
}
.about1_us-box4 .box3{
	padding: 20px 15px;
	max-width: 1200px;
	margin: 0 auto;
}
.about1_us-box4 .box3 h5{
	margin-top: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ff6401;
	margin-bottom: 30px;
}
.about1_us-box4 .box3 p{
	margin-bottom: 15px;
	color: #666666;
}
.about1_us-box4 .box3 p img{
	margin-right: 15px;
}
@media screen and (max-width: 767px){
	.about1_us-box4 {
	    padding-top: 40px;
	    padding-bottom: 20px;
	}
	.about1_us-box4 .box1 {
	    padding-bottom: 20px;
	}
	.about1_us-box4 .box1 h3 {
		font-size: 24px;
	    margin-bottom: 15px;
	}
	.about1_us-box4 .box1 h4 {
	    font-size: 20px;
	}
	.about1_us-box4 .box3 h5 {
	    margin-top: 20px;
	    padding-bottom: 15px;
	    margin-bottom: 20px;
	    font-size: 16px;
	}
}
/*about1_us-box4 end*/

/*about2_us-box1*/
.about2_us-box1-bg-color{
	background-image: url(../images/lw-61.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.about2_us-box1{
	text-align: center;
	padding-top: 70px;
	padding-bottom: 70px;
}
.about2_us-box1 h3{
	margin-bottom: 20px;
	font-family: "OSWALD-REGULAR";
	color: #fff;
}
.about2_us-box1 h4{
	margin-bottom: 30px;
	color: #fff;
}
.about2_us-box1 img{
	margin-bottom: 30px;
}
.about2_us-box1 p{
	color: #fff;
	max-width: 950px;
	margin: 0 auto 25px;
}
@media screen and (max-width: 767px){
	.about2_us-box1 {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.about2_us-box1 p {
	    margin: 0 auto 20px;
	}
	.about2_us-box1 img {
	    margin-bottom: 15px;
	}
	.about2_us-box1 h3 {
	    margin-bottom: 15px;
	    font-size: 24px;
	}
	.about2_us-box1 h4 {
	    margin-bottom: 15px;
	    font-size: 20px;
	}
}
/*about1_us-box1 end*/

/*发展历程.html开始*/
.fzlc{
	padding:130px 30px;
}
.fzlc>.row{
	opacity: 1;
	transition: all 1.5s ease-in-out;
}
.fzlc img{
	max-width: 100%;
	height: auto;
	display: block;
}
.fzlc-left>.row>div>h1{
	font-family: "OSWALD-REGULAR";
	float: right;
	margin-right: 50px;
	display: inline-block;
	padding: 15px;
	background-color: #ff7218;
	color: #fff;
	border-radius: 25px;
	transform: translateY(-20px);
}
.fzlc-right>.row{
	border-left: 1px solid #eaeaea;
	position: relative;
	padding-bottom: 70px;
}
.fzlc>.row:nth-last-of-type(1)>.fzlc-right>.row{
	border-left: none;
	padding-bottom: 0;
}
.fzlc-right>.row>div{
	margin-left: 50px;
}
.fzlc-right>.row>div p{
	margin-bottom: 15px;
}
.fzlc-right-dian{
	position: absolute;
	top: 0;
	left: -8px;
}
@media screen and (max-width: 1199px){
	.fzlc{
		padding:100px 30px;
	}
	.fzlc-left>.row>h1 {
	    margin-right: 25px;
	}
	.fzlc-right>.row>div {
	    margin-left: 25px;
	}
	.fzlc-right>.row {
	    padding-bottom: 50px;
	}
	.fzlc-left>.row>div>h1 {
	    margin-right: 40px;
	    padding: 12px;
	    font-size: 36px;
	    border-radius: 22px;
	    transform: translateY(-15px);
	}
}
@media screen and (max-width: 991px){
	.fzlc{
		padding:80px 30px;
	}
	.fzlc-left>.row>h1 {
	    font-size: 28px;
	    display: inline-block;
	}
	.fzlc-right>.row>div{
	    font-size: 12px;
	}
	.fzlc-left>.row>div>h1 {
	    margin-right: 20px;
	    padding: 10px;
	    font-size: 30px;
	    border-radius: 15px;
	    transform: translateY(-15px);
	}
}
@media screen and (max-width: 767px){
	.fzlc{
		padding:60px 30px;
	}
	.fzlc-left>.row>h1 {
		margin-right: 20px;
	    font-size: 18px;
	    display: inline-block;
	}
	.fzlc-right>.row>div{
	    font-size: 12px;
	    margin-left: 20px;
	}
	.fzlc-right>.row {
	    padding-bottom: 40px;
	}
	.fzlc-left>.row>div>h1 {
	    margin-right: 0px;
	    padding: 10px;
	    font-size: 22px;
	    border-radius: 15px;
	    transform: translateY(-15px);
	}
}
/*发展历程.html结束*/

/*about3_us-box1*/
.about3_us-box1-bg-color{
	border-top:40px solid #ff7218;
}
.about3_us-box1{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 70px;
}
.about3_us-box1>.row{
	margin-bottom: 50px;
}
.about3_us-box1>.row>div>h3{
	margin-bottom: 20px;
	font-family: "OSWALD-REGULAR";
	color: #ff6401;
}
.about3_us-box1>.row>div>h4{
	margin-bottom: 30px;
}
.about3_us-box1 .icon{
	margin-bottom: 30px;
}
.about3_us-box1 .box{
	background-color: #f6f6f6;
	padding-top: 30px;
	margin-left: 0px;
	margin-right: 0px;
}
@media screen and (max-width: 1199px){
	.about3_us-box1-bg-color{
		border-top:30px solid #ff7218;
	}
	.about3_us-box1 {
	    padding-top: 40px;
	    padding-bottom: 50px;
	}
	.about3_us-box1>.row{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 767px){
	.about3_us-box1-bg-color{
		border-top:20px solid #ff7218;
	}
	.about3_us-box1 {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.about3_us-box1 .box{
	    margin-bottom: 15px;
	}
	.about3_us-box1>.row>div>h3 {
	    margin-bottom: 15px;
	    font-size: 24px;
	}
	.about3_us-box1>.row>div>h4 {
	    margin-bottom: 15px;
	    font-size: 20px;
	}
	.about3_us-box1>.row{
		margin-bottom: 20px;
	}
}

/*荣誉资质*/
.qyry{
	margin-bottom: 30px;
}
.qyry-bt{
	overflow: hidden;
	margin-bottom: 30px;
}
.qyry-bt>h2{
	font-size: 24px;
 	color: #001f2c;
 	position: relative;
 	display: inline-block;
}
.qyry-bt>h2:after{
	content: "";
	position: absolute;
	bottom: 2px;
	left: 102%;
	border-bottom: 1px dotted #001f2c;
	width: 1200px;
}
.qyry-imgbox{
	position: relative;
	padding-bottom: 100%;
	background-color: #f6f6f6;
	height: 0;
	transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
}
.qyry-img{
	opacity: 0;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: all 2s;
}
.qyry-box{
	margin-bottom: 30px;
}
.qyry-box:hover>a{
	background-color: #fff;
	padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: 0px 10px 30px 1px #dedede;
    -moz-box-shadow: 0px 10px 30px 1px #dedede;
    -webkit-box-shadow: 0px 10px 30px 1px #dedede;
    -o-box-shadow: 0px 10px 30px 1px #dedede;
}
.qyry-box:hover .qyry-imgbox{
	background-color: #fff;
}
.qyry-box>a{
	color: #333333;
	text-decoration: none;
	display: block;
	transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
}
.qyry-box>a>h3{
	color: #001f2c;
	padding: 10px 10px 15px;
    font-size: 14px;
    
}
.qyry-box .fgx{
	margin-top: 10px;
	color: #e2e2e2;
}
@media screen and (max-width: 1440px){
	.qyry{
		margin-bottom: 20px;
	}
	.qyry-bt>h2{
		font-size: 22px;
	}
	.qyry-bt {
	    margin-bottom: 25px;
	}
	.qyry-box {
	    margin-bottom: 25px;
	}
}
@media screen and (max-width: 1199px){
	.qyry{
		margin-bottom: 10px;
	}
	.qyry-bt {
	    margin-bottom: 20px;
	}
	.qyry-bt>h2{
		font-size: 20px;
	}
	.qyry-box {
	    margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px){
	.qyry-box>a>h5{
		margin-top: 10px;
	 	padding-left: 10px;
	 	padding-right: 10px;
	}
	.qyry-bt {
	    margin-bottom: 15px;
	}
	.qyry-bt>h2{
		font-size: 18px;
	}
	.qyry-box {
	    margin-bottom: 15px;
	}
}
@media screen and (max-width: 575px){
	.qyry-bt>h2{
		font-size: 16px;
	}
}
/*弹出层*/
.tcc{
	position: fixed;
	top: 0%;
	left: 100%;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transition: all .8s ease-in-out;
	overflow: hidden;
	z-index: 99999999999;
	opacity: 0;
}
.tcc-active{
	opacity: 1;
	top: 0%;
	left: 0%;
}
.tcc-close{
	position: absolute;
	right: 2%;
	top: 3%;
	z-index: 999999999999999999;
	background-color: rgba(0,0,0,0);
	border: none;
	outline: none;
	color: #333333;
	transition: all .5s;
	cursor: pointer;
}
.tcc-close:hover{
	color: #ff7218;
	transform: rotate(90deg);
	outline: none;
}
.tcc .swiper-button-next,
.tcc .swiper-button-prev{
	position: absolute;
    top: 50%;
    width: 27px;
    height: 64px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 64px;
    -webkit-background-size: 27px 64px;
    background-size: 27px 64px;
    background-position: center;
    background-repeat: no-repeat;
}
.tcc .swiper-button-next{
	background: none;
    right: 50px;
    left: auto;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    transition: all .5s;
}
.tcc .swiper-button-prev{
	background: none;
    left: 50px;
    right: auto;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    transition: all .5s;
}
.tcc .swiper-button-next:hover,
.tcc .swiper-button-prev:hover{
	border: 1px solid #ff7218;
}
.tcc .swiper-button-next:hover:after,
.tcc .swiper-button-prev:hover:after{
	color: #ff7218;
}
.tcc .swiper-button-prev:after {
    content: "<";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #999999;
    transition: all .5s;
}
.tcc .swiper-button-next:after {
    content: ">";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #999999;
    transition: all .5s;
}
.swiper-tcc {
        width: 100%;
        height: 100%;
}
.swiper-tcc .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #f6f6f6;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
}
.swiper-slide-box{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 80%;
	max-height: 80%;
	transform: translate(-50%,-50%);
}
.swiper-tcc .swiper-tcc-img{
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		max-width: 80%;
		max-height: 80%;
		transform: translate(-50%,-50%);
}
@media screen and (max-width: 767px){
	.tcc-close{
		font-size: 10px;
	}
}
/*荣誉资质 end*/
/*about3_us-box1 end*/

/*内页一级导航*/
.pc-ny-nav1{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #ff7218;
}
.pc-ny-nav1 ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.pc-ny-nav1 ul>li{
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}
.pc-ny-nav1 ul>li a{
	display: inline-block;
	padding: 7px 50px;
	background-color: #ff9d5e;
	color: #ffffff;
	border-radius: 30px;
	text-decoration: none;
	transition: all .7s;
}
.pc-ny-nav1 ul>li a.active,
.pc-ny-nav1 ul>li a:hover{
	background-color: #fff;
	color: #ff9d5e;
}
.wap-nydh-box-bt{
	background-color: #f6f6f6;
	padding: 15px;
	border-bottom:1px solid #e2e2e2;
}
.wap-nydh-box-bt>span:nth-of-type(1){
	display: inline-block;
	float: left;
	color: #ff6401;
}
.wap-nydh-box-bt>span:nth-of-type(2){
	display: inline-block;
	float: right;
	color: #999999;
	cursor: pointer;
}
.wap-nydh-box-list{
	display: none;
}
.wap-nydh-box-list ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.wap-nydh-box-list ul>li>a{
	padding: 15px;
	display: block;
	text-decoration: none;
	color: #333333;
	text-align: center;
	background-color: #f6f6f6;
	border-bottom: 1px solid #e2e2e2;
}
.wap-nydh-box-list ul>li>a:hover{
	background-color: #ff6401;
	color: #fff;
}
@media screen and (max-width: 1199px){
	.pc-ny-nav1 {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.pc-ny-nav1 ul>li a {
	    padding: 5px 40px;
	}
}
/*内页一级导航 end*/

/*新闻列表开始*/
.news-list{
	padding-top: 50px;
	padding-bottom: 50px;
}
.news-listbox{
	margin-bottom: 30px;
}
.news-listbox .tp{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 65%;
	transition: all 1s;
}
.news-list a{
	display: block;
	overflow: hidden;
	text-decoration:none;
}
.news-listbox .img:hover{
	transform: scale(1.1);
}
.news-listbox .number{
	padding: 10px 15px;
	width: 100%;
	background-color: #ed762c;
	transition: all 1s;
}
.news-listbox .number p{
	color: #fff;
}
.news-listbox .number p>img{
	margin-right: 10px;
}
.news-listbox .text{
	padding: 15px;
	border-bottom: 1px solid #dfdfdf;
	transition: all 1s;
}
.news-listbox .text h6{
	color: #333333;
	margin-bottom: 15px;
	font-weight: bold;
	line-height: 1.75em;
    height: 3.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 1s;
}
.news-listbox .text p{
	color: #999999;
	line-height: 1.75em;
    height: 3.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 1s;
}
.news-list a:hover .tp{
	transform: scale(1.1);
}
.news-list a:hover .text,
.news-list a:hover .number{
	background-color: #ff7218;
}
.news-list a:hover .text h6{
	color: #fff;
}
.news-list a:hover .text p{
	color: #ffdbcd;
}
.news-list a:hover .text{
	border-bottom: 1px solid #ffdbcd;
}
@media screen and (max-width: 1199px){
	.news-list {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
}
@media screen and (max-width: 991px){
	.news-list {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.news-listbox .text h4 {
		font-size: 16px;
	    margin-bottom: 10px;
	}
	.news-listbox .text p {
	    font-size: 12px;
	    margin-bottom: 10px;
	}
	.news-listbox .number .left {
	    font-size: 12px;
	}
	.news-listbox .number .right {
	    font-size: 12px;
	}
	.news-listbox .text {
	    padding: 10px;
	}
	.news-listbox .number {
	    padding: 5px 10px;
	    width: 100%;
	    border: 1px solid #dfdfdf;
	}
}
@media screen and (max-width: 767px){
	.news-list>.row>div:nth-last-of-type(1) .news-listbox{
	    margin-bottom: 15px;
	}
	.news-list {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
}
/*新闻列表结束*/

/*分页开始*/
.paging{
	margin: 30px auto;
}
.paging-list{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.paging-list li{
	display: inline-block;
}
.paging-list li a{
	padding: 7px 15px;
	border: 1px solid #dfdfdf;
	background-color: #f6f6f6;
	color: #666666;
	display: inline-block;
	text-decoration: none;
	vertical-align: top;
}
.paging-list li a:hover{
	border: 1px solid #ed762c;
	background-color: #ed762c;
	color: #fff;
}
.paging-list li.active a{
	border: 1px solid #ed762c;
	background-color: #ed762c;
	color: #fff;
}
.paging-list .input-box{
	margin-left: 20px;
}
.paging-list .input-box input{
	padding: 6px 10px 8px;
	width: 60px;
	border: 1px solid #dfdfdf;
	text-align: center;
	outline: none;
	font-size: 14px;
	vertical-align: top;
}
.paging-list .input-box span{
	margin-left: 10px;
	margin-right: 10px;
}
@media screen and (max-width: 991px){
	.paging-list li a{
		padding: 5px 10px;
	}
	.paging-list .input-box input {
	    padding: 5px 10px;
	}
	.paging-list .input-box{
		margin-left: 10px;
	}
}
/*分页结束*/

/*内页位置导航开始*/
.nrwzdh-bgcolor{
	background-color: #ff7218;
}
.nrwzdh-bgcolor>.row{
	padding-top: 20px;
	padding-bottom: 20px;
}
.nrwzdh-left{
	float: left;
}
.nrwzdh-left>ul>li{
	display: inline-block;
	position: relative;
}
.nrwzdh-left>ul>li:after{
	content: ">";
	margin-left: 10px;
	margin-right: 10px;
	color: #ffdbcd;
}
.nrwzdh-left>ul>li:nth-last-of-type(1):after{
	content: "";
	display: none;
}
.nrwzdh-left>ul>li>a{
	color: #ffdbcd;
	text-decoration: none;
}
.nrwzdh-right{
	float: right;
}

.nrwzdh-right>p>a{
	text-decoration: none;
	color: #fff;
	margin-left: 5px;
	margin-right: 5px;
}
@media screen and (max-width: 767px) {
	.nrwzdh-left>ul>li:after{
		content: ">";
		margin-left: 0px;
		margin-right: 0px;
	}
	.nrwzdh-left>ul>li>a{
		font-size: 12px;
	}
	.nrwzdh-right>p>a{
		margin-left: 2px;
		margin-right: 2px;
	}
	.nrwzdh-bgcolor>.row{
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
/*内页位置导航结束*/

/*新闻详情开始*/
/*头部*/
.xwxq-header{
	text-align: center;
	padding-top: 50px;
}
.xwxq-header>h3{
	color: #333333;
}
.xwxq-header>p{
	color: #999999;
	margin-top: 20px;
}
.xwxq-header>p>span{
	display: inline-block;
	margin: 0px 10px;
}
.xwxq-header>p>span>i{
	margin-right: 5px;
}
.fgx{
	border-bottom: 1px solid #e2e2e2;
	display: block;
	width: 100%;
	margin-top: 30px;
}
@media screen and (max-width: 1199px) {
	.xwxq-header>h3{
		font-size: 26px;
	}
}
@media screen and (max-width: 991px) {
	.xwxq-header>h3{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.xwxq-header>h3{
		font-size: 18px;
	}
	.xwxq-header>p {
	    font-size: 12px;
	}
}

/*底部*/
.xwxq-footer{
	margin-bottom: 50px;
}
.xwxq-footer>div>div>p{
	padding-top: 50px;
	padding-bottom: 50px;
}
.xwxq-footer>div>div>p>i{
	color: #e2e2e2;
	margin-right: 4px;
}
.xwxq-footer>div>div>p>span{
	color: #a7a7a7;
	background-color: #f6f6f6;
	padding: 3px 7px;
	margin: 0 2px;
}
.xwxq-footer .fgx{
	border-bottom: 1px solid #e2e2e2;
	display: block;
	width: 100%;
	margin-top: 0;
}

.xwxq-footer-left{
	height: 26px;
	line-height: 26px;
	display: inline-block;
	width: 250px;
	margin-top: 30px;
}
.xwxq-footer-left img{
	display: initial;
	height: auto;
}
.xwxq-footer-left>div{
	float: left;
}
.xwxq-footer-right{
	float: right;
	margin-top: 23px;
	height: 35px;
	line-height: 35px;
	margin-bottom: 0px;
}
.xwxq-footer-right>span{
	margin: 0 10px;
}
.xwxq-footer-right>span>a{
	color: #666666;
	text-decoration: none;
}
#to_top{
	cursor: pointer;
	color: #666666;
}
@media screen and (max-width: 767px) {
	.xwxq-footer-left{
		float: left;
		margin-top: 15px;
	}
	.xwxq-footer-right{
		float: right;
		margin-top: 15px;
		height: 28px;
		line-height: 28px;
	}
	.xwxq-footer-right>span{
		margin: 0 5px;
		font-size: 12px;
	}
	.module2-cpxq-nr{
		margin:0px;
	}
	.xwxq-footer{
		margin-bottom: 30px;
	}
	.xwxq-footer>div>div>p {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
}
@media screen and (max-width: 428px) {
	.xwxq-footer-right{
		margin-top: 13px;
		float: left;
	}
}
/*新闻详情结束*/

/*工程案例*/
.case-list{
	padding-top: 50px;
	padding-bottom: 50px;
}
.case-listbox{
	margin-bottom: 30px;
}
.case-listbox .tp{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 65%;
	transition: all 1s;
}
.case-list a{
	display: block;
	overflow: hidden;
	text-decoration:none;
}
.case-listbox .img:hover{
	transform: scale(1.1);
}
.case-listbox .number{
	padding: 10px 15px;
	width: 100%;
	background-color: #eaaa0e;
	transition: all 1s;
}
.case-listbox .number p{
	color: #fff;
}
.case-listbox .number p>img{
	margin-right: 10px;
}
.case-listbox .text{
	padding: 15px;
	border-bottom: 1px solid #dfdfdf;
	transition: all 1s;
}
.case-listbox .text h6{
	color: #333333;
	display:block;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
	margin-bottom: 0;
	transition: all 1s;
}
.case-search-box {
	text-align: center;
	margin-bottom: 20px;
}
.case-search-box .case-select,
.case-search-box .case-search{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
}
.case-search-box .case-search{
	
}
.case-search-box .case-select select{
	background-color: #ffffff;
	border: 1px solid #c6c6c6;
	padding: 7px 10px;
	width: 200px;
	border-radius: 3px;
	color: #666666;
}
.case-search-box .case-search input{
	padding: 7px 10px 6px;
	border: 1px solid #c6c6c6;
	outline: none;
	width: calc(100% - 45px);
	vertical-align: top;
	border-radius: 3px 0 0 3px;
	border-right: none;
	color: #666666;
}
.case-search-box .case-search a{
	padding: 8px 12px 8px;
	border: 1px solid #c6c6c6;
	outline: none;
	display: inline-block;
	vertical-align: top;
	color: #676767;
	border-radius: 0 3px 3px 0;
}
.case-search-box .case-search a:hover{
	background-color: #ff7218;
	color: #fff;
	border-color: #ff7218;
}
.case-list a:hover .tp{
	transform: scale(1.1);
}
.case-list a:hover .text,
.case-list a:hover .number{
	background-color: #ff7218;
}
.case-list a:hover .text h6{
	color: #fff;
}
.case-list a:hover .text p{
	color: #ffdbcd;
}
.case-list a:hover .text{
	border-bottom: 1px solid #ffdbcd;
}
@media screen and (max-width: 1199px){
	.case-list {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
}
@media screen and (max-width: 991px){
	.case-list {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.case-listbox .number .left {
	    font-size: 12px;
	}
	.case-listbox .number .right {
	    font-size: 12px;
	}
	.case-listbox .text {
	    padding: 10px;
	}
	.case-listbox .number {
	    padding: 5px 10px;
	    width: 100%;
	}
}
@media screen and (max-width: 767px){
	.case-list>.row>div:nth-last-of-type(1) .case-listbox{
	    margin-bottom: 15px;
	}
	.case-list {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
}
@media screen and (max-width: 575px){
	.case-search-box .case-select{
		display: block;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.case-search-box .case-search{
		display: block;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 25px;
	}
	.case-search-box .case-select select{
		width: 100%;
	}
}
/*工程案例 end*/

/*联系我们*/
.contact_us-box1-bg-color{
	background-color: #f8f8f8;
	border-top:40px solid #ff7218;
}
.contact_us-box1{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 70px;
}
.contact_us-box1 .box1 h3{
	margin-bottom: 20px;
	font-family: "OSWALD-REGULAR";
	color: #ff6401;
}
.contact_us-box1 .box1 h4{
	margin-bottom: 30px;
}
.contact_us-box1 .box1 img{
	margin-bottom: 30px;
}
.contact_us-box1 .box2{
	margin-bottom: 40px;
}
.contact_us-box1 .box2>div{
	margin-bottom: 20px;
}
.contact_us-box1 .box2 img{
	margin-bottom: 10px;
}
.contact_us-box1 .box2 .title1{
	color: #f40000;
	margin-bottom: 10px;
}
.contact_us-box1 .box2 .title2{
	color: #a4243b;
	margin-bottom: 10px;
}
.contact_us-box1 .box2 .title3{
	color: #ff7218;
	margin-bottom: 10px;
}
.contact_us-box1 .box2 .title4{
	color: #d72638;
	margin-bottom: 10px;
}
.contact_us-box1 .box2 .title5{
	color: #fe9920;
	margin-bottom: 10px;
}
.contact_us-box1 .box2 .text{
	color: #666666;
}
@media screen and (max-width: 1199px){
	.contact_us-box1-bg-color{
		border-top:30px solid #ff7218;
	}
	.contact_us-box1 .box2 img{
		width: 65px;
	}
}
@media screen and (max-width: 767px){
	.contact_us-box1-bg-color{
		border-top:20px solid #ff7218;
	}
	.contact_us-box1 {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.contact_us-box1 .box1 img {
	    margin-bottom: 15px;
	}
	.contact_us-box1 .box1 h3 {
	    margin-bottom: 15px;
	    font-size: 24px;
	}
	.contact_us-box1 .box1 h4 {
	    margin-bottom: 15px;
	    font-size: 20px;
	}
	.contact_us-box1 .box2 img{
		width: 55px;
	}
}


.contact_us-box2-bg-color{
	background-color: #fff;
	border-top:40px solid #ff7218;
}
.contact_us-box2{
	padding-top: 50px;
	padding-bottom: 70px;
}
.contact_us-box2 .box1{
	text-align: center;
}
.contact_us-box2 .box1 h3{
	margin-bottom: 20px;
	font-family: "OSWALD-REGULAR";
	color: #ff6401;
}
.contact_us-box2 .box1 h4{
	margin-bottom: 30px;
}
.contact_us-box2 .box1 img{
	margin-bottom: 30px;
}
.contact_us-box2 .box2 input{
	width: 100%;
	padding: 10px;
	border: 1px solid #aaaaaa;
	margin-bottom: 30px;
	outline: none;
}
.contact_us-box2 .box2 textarea{
	width: 100%;
	padding: 10px;
	resize: none;
	height: 150px;
	border: 1px solid #aaaaaa;
	margin-bottom: 20px;
	outline: none;
}
.contact_us-box2 .box2 input[type="button"]{
	width: 200px;
	padding: 10px;
	color: #fff;
	float: right;
	cursor: pointer;
	background-color: #ff6401;
	border: 1px solid #ff6401;
	margin-bottom: 30px;
	outline: none;
	transition: all .7s;
}
.contact_us-box2 .box2 input[type="submit"]:hover{
	color: #ff6401;
	background-color: #fff;
	border: 1px solid #ff6401;
}
@media screen and (max-width: 1199px){
	.contact_us-box2-bg-color{
		border-top:30px solid #ff7218;
	}
	.contact_us-box2 .box2 img{
		width: 65px;
	}
}
@media screen and (max-width: 767px){
	.contact_us-box2-bg-color{
		border-top:20px solid #ff7218;
	}
	.contact_us-box2 {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.contact_us-box2 .box1 img {
	    margin-bottom: 15px;
	}
	.contact_us-box2 .box1 h3 {
	    margin-bottom: 15px;
	    font-size: 24px;
	}
	.contact_us-box2 .box1 h4 {
	    margin-bottom: 15px;
	    font-size: 20px;
	}
	.contact_us-box2 .box2 input[type="submit"]{
		width: 100%;
	}
}
/*联系我们*/


/*login*/
.login-bg-color{
	background-color: #fff;
	border-top:40px solid #ff7218;
}
.login{
	padding-top: 100px;
	padding-bottom: 150px;
}
.login .box1{
	text-align: center;
}
.login .box1 h3{
	margin-bottom: 20px;
	font-family: "OSWALD-REGULAR";
	color: #ff6401;
}
.login .box1 h4{
	margin-bottom: 30px;
}
.login .box1 img{
	margin-bottom: 30px;
}
.login-box{
	margin: 0 auto;
	max-width: 330px;
}
.login-box p span{
	margin-left: 10px;
	color: #6a6157;
}
.login-box input{
	width: 100%;
	margin-bottom: 15px;
	padding: 10px;
	outline: none;
	background-color: #ebebeb;
	border: 1px solid #ebebeb;
}
.login-box input[type="checkbox"]{
	width: auto;
	margin-bottom: 20px;
}
.login-box input[type="submit"]{
	width: 100%;
	background-color: #ff6401;
	color: #fff;
	border: 1px solid #ff6401;
	margin-bottom: 20px;
}
@media screen and (max-width: 1680px){
	.login{
		padding-top: 90px;
		padding-bottom: 130px;
	}
}
@media screen and (max-width: 1440px){
	.login{
		padding-top: 80px;
		padding-bottom: 110px;
	}
}
@media screen and (max-width: 1280px){
	.login{
		padding-top: 70px;
		padding-bottom: 90px;
	}
}
@media screen and (max-width: 1199px){
	.login-bg-color{
		border-top:30px solid #ff7218;
	}
	.login{
		padding-top: 60px;
		padding-bottom: 70px;
	}
}
@media screen and (max-width: 991px){
	.login{
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
@media screen and (max-width: 767px){
	.login-bg-color{
		border-top:20px solid #ff7218;
	}
	.login {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.login .box1 img {
	    margin-bottom: 15px;
	}
	.login .box1 h3 {
	    margin-bottom: 15px;
	    font-size: 24px;
	}
	.login .box1 h4 {
	    margin-bottom: 15px;
	    font-size: 20px;
	}
}
/*login end*/

/*download*/
.download-bgimg{
	background-image: url(../images/lw-79.jpg);
	background-position: center;
	background-size: cover;
}
.download-box1{
	padding-top: 50px;
	padding-bottom: 70px;
}
.download-box1 .box1{
	text-align: center;
}
.download-box1 .box1 h3{
	margin-bottom: 20px;
	font-family: "OSWALD-REGULAR";
	color: #fff;
}
.download-box1 .box1 h4{
	margin-bottom: 30px;
	color: #fff;
}
.download-box2{
	padding-top: 50px;
	padding-bottom: 50px;
}
.download-box2 .box1 a{
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #e5e5e5;
	padding: 15px;
}
.download-box2 .box1 a:hover{
    box-shadow: 0px 0px 30px 1px #e9e9e9;
    -moz-box-shadow: 0px 0px 30px 1px #e9e9e9;
    -webkit-box-shadow: 0px 0px 30px 1px #e9e9e9;
    -o-box-shadow: 0px 0px 30px 1px #e9e9e9;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    border-bottom: 1px solid #ff7218;
}
.download-box2 .box1 .left{
	display: inline-block;
	width: calc(100% - 30px);
}
.download-box2 .box1 .left>p{
	color: #333333;
	font-size: 16px;
}
.download-box2 .box1 .left img{
	vertical-align: top;
}
.download-box2 .box1 .left>p>span{
	margin-left: 20px;
	vertical-align: middle;
	color: #ff6401;
	font-size: 16px;
	display: inline-block;
}
.download-box2 .box1 .right{
	display: inline-block;
	vertical-align: top;
}
.download-box2 .box1 .right img{
	vertical-align: top;
}
.download-box2 .box2 p{
	padding: 15px;
	color: #666666;
}
.download-box2 .box2 p a{
	color: #ff6401;
}
@media screen and (max-width: 1199px){
	.download-box1-bg-color{
		border-top:30px solid #ff7218;
	}
}
@media screen and (max-width: 767px){
	.download-box1-bg-color{
		border-top:20px solid #ff7218;
	}
	.download-box1 {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.download-box1 .box1 h3 {
	    margin-bottom: 15px;
	    font-size: 24px;
	}
	.download-box1 .box1 h4 {
	    margin-bottom: 15px;
	    font-size: 20px;
	}
	.download-box2 .box1 .left>p{
		font-size: 14px;
	}
	.download-box2 .box1 .left>p>span{
		font-size: 14px;
	}
}
/*download end*/

/*招聘*/
.recruit-bg-color{
	background-color: #f8f8f8;
	border-top:40px solid #ff7218;
}
.recruit-bg-img{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.recruit{
	padding-top: 70px;
	padding-bottom: 70px;
}
.recruit .box1{
	text-align: center;
}
.recruit .box1 h3{
	margin-bottom: 20px;
	font-family: "OSWALD-REGULAR";
	color: #ff6401;
}
.recruit .box1 h4{
	margin-bottom: 30px;
}
.recruit-box1{
	padding-top: 70px;
	padding-bottom: 70px;
}
.recruit-from {
	text-align: center;
}
.recruit-from input,
.recruit-from select{
	padding: 7px 10px;
	width: 200px;
	margin-bottom: 30px;
	background-color: #ecf2f9;
	border: 1px solid #ecf2f9;
	outline: none;
}
.recruit-box1 .title{
	padding: 15px;
	background-color: #edf2f9;
	text-align: center;
}
.recruit-from button{
	padding: 7px 10px;
	width: 200px;
	margin-bottom: 20px;
	color: #fff;
	background-color: #333333;
	border: 1px solid #333333;
	outline: none;
	cursor: pointer;
	transition: all .7s;
}
.recruit-from button:hover{
	color: #fff;
	background-color: #ff7218;
	border: 1px solid #ff7218;
}
.recruit-box1 .list{
	padding: 15px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	text-align: center;
}
.recruit-box1 .list p{
	color: #fff;
}
.recruit-box1 .list a{
	display: inline-block;
	padding: 7px 40px;
	background-color: #fff;
	text-decoration: none;
	color: #ff6401;
}
.recruit-box1 .list a:hover{
	background-color: #ff6401;
	color: #fff;
}
@media screen and (max-width: 1680px){
	.recruit{
		padding-top: 65px;
		padding-bottom: 65px;
	}
}
@media screen and (max-width: 1440px){
	.recruit{
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
@media screen and (max-width: 1280px){
	.recruit{
		padding-top: 55px;
		padding-bottom: 55px;
	}
}
@media screen and (max-width: 1199px){
	.recruit{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.recruit-bg-color{
		border-top:30px solid #ff7218;
	}
	.recruit-from input, .recruit-from select {
	    margin-bottom: 20px;
	}
}
@media screen and (max-width: 991px){
	.recruit{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.recruit-from input, .recruit-from select, .recruit-from button {
	    width: 100%;
	}
}
@media screen and (max-width: 767px){
	.recruit-bg-color{
		border-top:20px solid #ff7218;
	}
	.recruit {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.recruit .box1 h3 {
	    margin-bottom: 15px;
	    font-size: 24px;
	}
	.recruit .box1 h4 {
	    margin-bottom: 15px;
	    font-size: 20px;
	}
	.recruit-box1 .list a {
	    padding: 5px 15px;
	}
	.recruit-box1 {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
}
/*招聘 end*/

/*学习园地*/
.learning_garden{
	padding-top: 70px;
	padding-bottom: 70px;
}
.learning_garden a{
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #f0f0f0;
	padding: 20px 15px;
}
.learning_garden a:hover{
	background-color: #ff7218;
}
.learning_garden a:hover .right .p1{
	color: #fff;
}
.learning_garden a:hover .right .p2{
	color: #e0cfc9;
}
.learning_garden .box .tp{
	padding-bottom: 56%;
}
.learning_garden .box .left{
	padding-right: 0;
}
.learning_garden .box .right .p1{
	margin-bottom: 10px;
	color: #333333;
}
.learning_garden .box .right .p2{
	margin-bottom: 10px;
	color: #999999;
}
@media screen and (max-width: 1680px){
	.learning_garden{
		padding-top: 65px;
		padding-bottom: 65px;
	}
}
@media screen and (max-width: 1440px){
	.learning_garden{
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
@media screen and (max-width: 1280px){
	.learning_garden{
		padding-top: 55px;
		padding-bottom: 55px;
	}
}
@media screen and (max-width: 1199px){
	.learning_garden{
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
@media screen and (max-width: 991px){
	.learning_garden{
		padding-top: 45px;
		padding-bottom: 45px;
	}
}
@media screen and (max-width: 767px){
	.learning_garden{
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
@media screen and (max-width: 575px){
	.learning_garden{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.learning_garden .box .left{
		padding-right: 15px;
	}
}
/*学习园地 end*/

/*聚焦试验塔*/
.focus_test_tower-box1-bg-color{
	background-color: #f8f8f8;
	border-top:40px solid #ff7218;
}
.focus_test_tower-box1{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 70px;
}
.focus_test_tower-box1 .box2 p{
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 50px;
	margin-top: 20px;
	color: #666666;
	line-height: 2em;
}
.focus_test_tower-box1 .box1 h3{
	margin-bottom: 20px;
	font-family: "OSWALD-REGULAR";
	color: #ff6401;
}
.focus_test_tower-box1 .box1 h4{
	margin-bottom: 30px;
}
.focus_test_tower-box1 .box1 img{
	margin-bottom: 30px;
}
.focus_test_tower-box1 .box3>div{
	margin-bottom: 20px;
}
.focus_test_tower-box1 .box3 img{
	margin-bottom: 10px;
}
.focus_test_tower-box1 .box3 .text{
	color: #666666;
}
.focus_test_tower-box2 .left{
	background-color: #fee13d;
	position: relative;
}
.focus_test_tower-box2 .left-box{
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}
.focus_test_tower-box2 .left-box h3{
	text-align: center;
	font-family: "OSWALD-REGULAR";
	margin-bottom: 15px;
	
}
.focus_test_tower-box2 .left-box .p1{
	text-align: center;
	font-size: 26px;
	margin-bottom: 40px;
}
.focus_test_tower-box2 .left-box .box{
	padding: 20px 10px;
	background-color: #ffd149;
	box-shadow: 0px 0px 5px 1px #f5ce34;
    -moz-box-shadow: 0px 0px 5px 1px #f5ce34;
    -webkit-box-shadow: 0px 0px 5px 1px #f5ce34;
    -o-box-shadow: 0px 0px 5px 1px #f5ce34;
    height: 100%;
}
.focus_test_tower-box2 .left-box .box .title{
	margin-bottom: 10px;
	font-size: 30px;
	color: #fff;
}
.focus_test_tower-box2 .left-box .box .note{
	color: #fff;
}
.focus_test_tower-box2 .left-box .box-list{
	text-align: center;
}
.focus_test_tower-box2 .left-box .box-list .padd-box{
	margin-bottom: 30px;
}
.focus_test_tower-box2 .left-box .p2{
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
}
.focus_test_tower-box2 .tp{
	padding-bottom: 62.91%;
}
.focus_test_tower-box3 .title-box{
	text-align: center;
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #f8f8f8;
}
.focus_test_tower-box3 .title-box h3{
	margin-bottom: 20px;
	font-family: "OSWALD-REGULAR";
	color: #ff6401;
}
.focus_test_tower-box3 .title-box p{
	font-size: 26px;
}
.focus_test_tower-box3 .tp{
	padding-bottom: 76%;
}
.focus_test_tower-box3 .list-box .over-img{
	position: relative;
}
.focus_test_tower-box3 .list-box .zzc-box{
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(254,225,61,0.9);
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 1s;
}
.focus_test_tower-box3 .list-box .zzc{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.focus_test_tower-box3 .list-box .zzc p{
	color: #fff;
	margin-top: 10px;
}
.focus_test_tower-box3 .list-box a:hover .zzc-box{
	opacity: 1;
}
@media screen and (max-width: 1750px){
	.focus_test_tower-box2 .left-box .box .title {
	    font-size: 24px;
	}
	.focus_test_tower-box2 .left-box .box .note {
	    font-size: 12px;
	}
}
@media screen and (max-width: 1680px){
	.focus_test_tower-box2 .left-box .box .title {
	    font-size: 20px;
	}
	.focus_test_tower-box2 .left-box h3 {
	    font-size: 26px;
	    margin-bottom: 10px;
	}
	.focus_test_tower-box2 .left-box .p1 {
	    font-size: 22px;
	    margin-bottom: 30px;
	}
	.focus_test_tower-box2 .left-box {
	    width: 90%;
	}
}
@media screen and (max-width: 1440px){
	.focus_test_tower-box2 .left-box .box .title {
	    font-size: 18px;
	}
	.focus_test_tower-box2 .left-box h3 {
	    font-size: 22px;
	    margin-bottom: 10px;
	}
	.focus_test_tower-box2 .left-box .p1 {
	    font-size: 18px;
	    margin-bottom: 20px;
	}
	.focus_test_tower-box2 .left-box .p2 {
	    font-size: 16px;
	}
	.focus_test_tower-box2 .left-box .box {
	    padding: 15px 10px;
	}
}
@media screen and (max-width: 1199px){
	.focus_test_tower-box2 .left-box .box .title {
	    font-size: 16px;
	}
	.focus_test_tower-box1-bg-color{
		border-top:30px solid #ff7218;
	}
	.focus_test_tower-box1 .box3 img{
		width: 65px;
	}
	.focus_test_tower-box1 .box2 p{
		margin-bottom: 35px;
		margin-top: 10px;
	}
	.focus_test_tower-box2 .left-box {
	    width: 100%;
	}
	.focus_test_tower-box2 .left-box .box {
	    padding: 10px 5px;
	}
	.focus_test_tower-box2 .left-box .box .title {
	    font-size: 16px;
	    margin-bottom: 5px;
	}
	.focus_test_tower-box2 .left-box .box-list .padd-box {
	    margin-bottom: 15px;
	}
	.focus_test_tower-box2 .left-box .p1 {
	    font-size: 16px;
	    margin-bottom: 15px;
	}
	.focus_test_tower-box2 .left-box .p3 {
	    font-size: 12px;
	}
	.focus_test_tower-box3 .title-box {
	    padding-top: 60px;
	    padding-bottom: 60px;
	}
}
@media screen and (max-width: 991px){
	.focus_test_tower-box2 .left-box {
	    width: 80%;
	    position: inherit !important;
	    padding-top: 80px;
	    padding-bottom: 80px;
	    top: inherit !important;
	    left: inherit !important;
	    transform: none !important;
	    -webkit-transform: none !important;
	    -moz-transform: none !important;
	    -ms-transform: none !important;
	    -o-transform: none !important;
	    margin: 0 auto;
	}
	.focus_test_tower-box2 .left-box h3 {
	    font-size: 28px;
	    margin-bottom: 20px;
	}
	.focus_test_tower-box2 .left-box .p1 {
	    font-size: 20px;
	    margin-bottom: 30px;
	}
	.focus_test_tower-box2 .left-box .box-list .padd-box {
	    margin-bottom: 30px;
	}
	.focus_test_tower-box2 .left-box .p2 {
	    font-size: 18px;
	}
	.focus_test_tower-box2 .left-box .p3 {
	    font-size: 14px;
	}
	.focus_test_tower-box3 .title-box {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.focus_test_tower-box3 .list-box .zzc img{
		width: 70px;
	}
}
@media screen and (max-width: 767px){
	.focus_test_tower-box1-bg-color{
		border-top:20px solid #ff7218;
	}
	.focus_test_tower-box2 .left-box .box {
	    padding: 10px;
	}
	.focus_test_tower-box1 {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.focus_test_tower-box1 .box1 img {
	    margin-bottom: 15px;
	}
	.focus_test_tower-box1 .box1 h3 {
	    margin-bottom: 10px;
	    font-size: 24px;
	}
	.focus_test_tower-box1 .box1 h4 {
	    margin-bottom: 15px;
	    font-size: 20px;
	}
	.focus_test_tower-box1 .box3 img{
		width: 55px;
	}
	.focus_test_tower-box1 .box2 p{
		margin-bottom: 20px;
		margin-top: 0px;
	}
	.focus_test_tower-box2 .left-box {
	    width: 80%;
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.focus_test_tower-box3 .title-box {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.focus_test_tower-box3 .title-box h3 {
	    font-size: 26px;
	    margin-bottom: 10px;
	}
	.focus_test_tower-box3 .title-box p {
	    font-size: 20px;
	}
	.focus_test_tower-box3 .list-box .zzc img{
		width: 50px;
	}
}
@media screen and (max-width: 575px){
	.focus_test_tower-box2 .left-box {
	    width: 90%;
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.focus_test_tower-box2 .left-box h3 {
	    font-size: 24px;
	    margin-bottom: 15px;
	}
	.focus_test_tower-box2 .left-box .p1 {
	    font-size: 18px;
	    margin-bottom: 20px;
	}
	.focus_test_tower-box2 .left-box .p2 {
	    font-size: 16px;
	}
	.focus_test_tower-box3 .title-box {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.focus_test_tower-box3 .list-box .zzc img{
		width: 65px;
	}
}
/*聚焦试验塔  end*/

/*物联网系统*/
.iot_system-box1-bg-color{
	background-color: #f8f8f8;
	border-top:40px solid #ff7218;
}
.iot_system-box1{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 70px;
}
.iot_system-box1 h3{
	margin-bottom: 20px;
	font-family: "OSWALD-REGULAR";
	color: #ff6401;
}
.iot_system-box1 h4{
	margin-bottom: 30px;
}
.iot_system-box1 img{
	margin-bottom: 30px;
}
.iot_system-box1 p{
	color: #666666;
	max-width: 950px;
	margin: 0 auto 25px;
}
.iot_system-box1 a{
	display: inline-block;
	padding: 10px 50px;
	color: #ff7218;
	text-decoration: none;
	border: 1px solid #ff7218;
	border-radius: 30px;
}
.iot_system-box1 a:hover{
	background-color: #ff7218;
	color: #fff;;
	border: 1px solid #ff7218;
}
.iot_system-box2 {
	padding-top: 70px;
	padding-bottom: 70px;
}
.iot_system-box2 .tp{
	padding-bottom: 55.55%;
	transition: all 1s;
}
.iot_system-box2 .title-box{
	padding-bottom: 30px;
	text-align: center;
}
.iot_system-box2 .title-box h3{
    margin-bottom: 20px;
    font-family: "OSWALD-REGULAR";
    color: #ff6401;
}
.iot_system-box2 .box-list a{
	text-decoration: none;
	display: block;
	box-shadow: 0px 0px 30px 1px #ededed;
    -moz-box-shadow: 0px 0px 30px 1px #ededed;
    -webkit-box-shadow: 0px 0px 30px 1px #ededed;
    -o-box-shadow: 0px 0px 30px 1px #ededed;	
    height: 100%;
    transition: all 1s;
}
.iot_system-box2 .box-list .text{
	border-top: 5px solid #ff6401;
	text-align: center;
	padding: 20px 20px 30px;
}
.iot_system-box2 .box-list .title{
	color: #ff6401;
	font-size: 20px;
	font-weight: bold;
	transition: all .7s;
}
.iot_system-box2 .box-list .text hr{
	width: 40px;
	margin: 15px auto;
	border-top: 3px solid #cccccc;
	transition: all 1s;
}
.iot_system-box2 .box-list .text .note{
	color: #333333;
	transition: all .7s;
}
.iot_system-box2 .box-list a:hover{
	background-color: #ff6401;
}
.iot_system-box2 .box-list a:hover .tp{
	transform: scale(1.1);
}
.iot_system-box2 .box-list a:hover .text .title,
.iot_system-box2 .box-list a:hover .text .note{
		color: #fff;
}
.iot_system-box2 .box-list a:hover .text hr{
	border-color:#fff;
}
.iot_system-box2 .box-list .box{
	margin-bottom: 30px;
}
.iot_system-box3 .left .tp{
	padding-bottom: 56.25%;
}
.iot_system-box3 .right {
	position: relative;
	background-color: #8bc43f;
}
.iot_system-box3 .right .text-box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	width: 60%;
}
.iot_system-box3 .right .text-box h3{
	color: #fff;
}
.iot_system-box3 .right .text-box img{
	margin-top: 30px;
	margin-bottom: 30px;
}
.iot_system-box3 .right .text-box p{
	margin-bottom: 15px;
	color: #fff;
}
@media screen and (max-width: 1440px){
	.iot_system-box2 {
	    padding-top: 60px;
	    padding-bottom: 60px;
	}
	.iot_system-box3 .right .text-box {
	    width: 70%;
	}
	.iot_system-box3 .right .text-box h3 {
	    font-size: 22px;
	}
}
@media screen and (max-width: 1280px){
	.iot_system-box3 .right .text-box {
	    width: 80%;
	}
	.iot_system-box3 .right .text-box img {
	    margin-top: 20px;
	    margin-bottom: 20px;
	}
	.iot_system-box3 .right .text-box h3 {
	    font-size: 20px;
	}
}
@media screen and (max-width: 1199px){
	.iot_system-box1-bg-color{
		border-top:30px solid #ff7218;
	}
	.iot_system-box2 {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.iot_system-box3 .right .text-box {
	    width: 90%;
	}
	.iot_system-box3 .right .text-box img {
	    margin-top: 15px;
	    margin-bottom: 15px;
	}
	.iot_system-box3 .right .text-box p {
	    margin-bottom: 10px;
	    font-size: 12px;
	}
}
@media screen and (max-width: 991px){
	.iot_system-box2 {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.iot_system-box2 .box-list .title {
	    font-size: 18px;
	}
	.iot_system-box2 .box-list .text hr {
	    margin: 10px auto;
	}
	.iot_system-box2 .box-list .text {
	    padding: 20px;
	}
	.iot_system-box3 .right .text-box {
	    position: inherit;
	    padding-top: 60px;
	    padding-bottom: 60px;
	    width: 80%;
	    top: inherit !important;
	    left: inherit !important;
	    transform: none !important;
	    -webkit-transform: none !important;
	    -moz-transform: none !important;
	    -ms-transform: none !important;
	    -o-transform: none !important;
	    margin: 0 auto;
	}
	.iot_system-box3 .right .text-box p {
	    margin-bottom: 15px;
	    font-size: 14px;
	}
	.iot_system-box3 .right .text-box h3 {
	    font-size: 26px;
	}
}
@media screen and (max-width: 767px){
	.iot_system-box1-bg-color{
		border-top:20px solid #ff7218;
	}
	.iot_system-box1 {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.iot_system-box1 p {
	    margin: 0 auto 20px;
	}
	.iot_system-box1 a {
	    padding: 8px 20px;
	}
	.iot_system-box1 img {
	    margin-bottom: 15px;
	}
	.iot_system-box1 h3 {
	    margin-bottom: 15px;
	    font-size: 24px;
	}
	.iot_system-box1 h4 {
	    margin-bottom: 15px;
	    font-size: 20px;
	}
	.iot_system-box2 {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.iot_system-box2 .title-box h3 {
	    margin-bottom: 15px;
	    font-size: 24px;
	}
	.iot_system-box2 .title-box h4{
	    font-size: 20px;
	}
	.iot_system-box3 .right .text-box {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
}
@media screen and (max-width: 575px){
	.iot_system-box3 .right .text-box h3 {
	    font-size: 20px;
	}
}
/*物联网系统 end*/

/*企业文化*/
.corporate_culture-box1-bg-color{
	background-color: #f8f8f8;
	border-top:40px solid #ff7218;
}
.corporate_culture-box1{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 70px;
}
.corporate_culture-box1 h3{
	margin-bottom: 20px;
	font-family: "OSWALD-REGULAR";
	color: #ff6401;
}
.corporate_culture-box1 h4{
	margin-bottom: 30px;
}
.corporate_culture-box1 img{
	margin-bottom: 30px;
}
.corporate_culture-box1 p{
	color: #666666;
	max-width: 950px;
	margin: 0 auto 25px;
}
.corporate_culture-box1 a{
	display: inline-block;
	padding: 10px 50px;
	color: #ff7218;
	text-decoration: none;
	border: 1px solid #ff7218;
	border-radius: 30px;
}
.corporate_culture-box1 a:hover{
	background-color: #ff7218;
	color: #fff;;
	border: 1px solid #ff7218;
}
.corporate_culture-box2 .left .tp{
	padding-bottom: 56.25%;
}
.corporate_culture-box2 .right {
	position: relative;
	background-color: #8bc43f;
}
.corporate_culture-box2 .right .text-box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	width: 60%;
}
.corporate_culture-box2 .right .text-box h3{
	color: #fff;
}
.corporate_culture-box2 .right .text-box img{
	margin-top: 30px;
	margin-bottom: 30px;
}
.corporate_culture-box2 .right .text-box p{
	margin-bottom: 15px;
	color: #fff;
}
.corporate_culture-box3-bgimg{
	background-image: url(../images/lw-108.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.corporate_culture-box3{
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
}
.corporate_culture-box3 h3{
	margin-bottom: 20px;
	font-family: "OSWALD-REGULAR";
	color: #fff;
}
.corporate_culture-box3 h4{
	margin-bottom: 40px;
	color: #fff;
}
.corporate_culture-box3 img{
	margin-bottom: 30px;
}
.corporate_culture-box3 h6{
	margin-bottom: 20px;
	color: #fff;
}
.corporate_culture-box3 p{
	color: #fff;
	max-width: 150px;
	margin: 0 auto 20px;
}
.corporate_culture-box4-bg-color{
	background-color: #f8f8f8;
}
.corporate_culture-box4{
	text-align: center;
	padding-top: 70px;
	padding-bottom: 40px;
}
.corporate_culture-box4 h3{
	margin-bottom: 20px;
	font-family: "OSWALD-REGULAR";
	color: #ff6401;
}
.corporate_culture-box4 h4{
	margin-bottom: 30px;
}
.corporate_culture-box4 p{
	color: #777777;
	max-width: 950px;
	margin: 0 auto 25px;
}
.corporate_culture-box4 a{
	display: inline-block;
	padding: 10px 50px;
	color: #ff7218;
	text-decoration: none;
	border: 1px solid #ff7218;
	border-radius: 30px;
}
.corporate_culture-box4 a:hover{
	background-color: #ff7218;
	color: #fff;;
	border: 1px solid #ff7218;
}
.corporate_culture-box5 .tp{
	padding-bottom: 75%;
	transition: all 1s;
}
.corporate_culture-box5 a{
	display: block;
	text-decoration: none;
	position: relative;
}
.corporate_culture-box5 a .bgcolor{
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255,114,24,0);
	width: 100%;
	height: 100%;
	transition: all 1s;
}
.corporate_culture-box5 a:hover .bgcolor{
	background-color: rgba(255,114,24,0.9);
}
.corporate_culture-box5 a .bgcolor .icon{
	margin-bottom: 10px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%,-50%);
	opacity: 0;
	transition: all 1s;
}
.corporate_culture-box5 a:hover .bgcolor .icon{
	opacity: 1;
}
.corporate_culture-box5 .bgcolor .icon img{
	margin-bottom: 10px;
}
.corporate_culture-box5 .bgcolor p{
	color: #fff;
}
@media screen and (max-width: 1440px){
	.corporate_culture-box2 .right .text-box {
	    width: 70%;
	}
	.corporate_culture-box2 .right .text-box h3 {
	    font-size: 22px;
	}
	.corporate_culture-box3{
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.corporate_culture-box5 .bgcolor .icon img {
	    width: 90%;
	}
}
@media screen and (max-width: 1280px){
	.corporate_culture-box2 .right .text-box {
	    width: 80%;
	}
	.corporate_culture-box2 .right .text-box img {
	    margin-top: 20px;
	    margin-bottom: 20px;
	}
	.corporate_culture-box2 .right .text-box h3 {
	    font-size: 20px;
	}
	.corporate_culture-box3{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.corporate_culture-box5 .bgcolor .icon img {
	    width: 70%;
	}
}
@media screen and (max-width: 1199px){
	.corporate_culture-box1-bg-color{
		border-top:30px solid #ff7218;
	}
	.corporate_culture-box2 .right .text-box {
	    width: 90%;
	}
	.corporate_culture-box2 .right .text-box img {
	    margin-top: 15px;
	    margin-bottom: 15px;
	}
	.corporate_culture-box2 .right .text-box p {
	    margin-bottom: 10px;
	    font-size: 12px;
	}
	.corporate_culture-box3{
		padding-top: 70px;
		padding-bottom: 70px;
	}
}
@media screen and (max-width: 991px){
	.corporate_culture-box2 .right .text-box {
	    position: inherit;
	    padding-top: 60px;
	    padding-bottom: 60px;
	    width: 80%;
	    top: inherit !important;
	    left: inherit !important;
	    transform: none !important;
	    -webkit-transform: none !important;
	    -moz-transform: none !important;
	    -ms-transform: none !important;
	    -o-transform: none !important;
	    margin: 0 auto;
	}
	.corporate_culture-box2 .right .text-box p {
	    margin-bottom: 15px;
	    font-size: 14px;
	}
	.corporate_culture-box2 .right .text-box h3 {
	    font-size: 26px;
	}
	.corporate_culture-box3{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.corporate_culture-box3 img {
	    margin-bottom: 15px;
	    width: 100px;
	}
}
@media screen and (max-width: 767px){
	.corporate_culture-box1 {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.corporate_culture-box1 p {
	    margin: 0 auto 20px;
	}
	.corporate_culture-box1 a {
	    padding: 8px 20px;
	}
	.corporate_culture-box1 img {
	    margin-bottom: 15px;
	}
	.corporate_culture-box1 h3,
	.corporate_culture-box3 h3 {
	    margin-bottom: 15px;
	    font-size: 24px;
	}
	.corporate_culture-box1 h4,
	.corporate_culture-box3 h4 {
	    margin-bottom: 15px;
	    font-size: 20px;
	}
	.corporate_culture-box2 .right .text-box {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.corporate_culture-box3{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.corporate_culture-box4 {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.corporate_culture-box4 p {
	    margin: 0 auto 20px;
	}
	.corporate_culture-box4 a {
	    padding: 8px 20px;
	}
	.corporate_culture-box4 img {
	    margin-bottom: 15px;
	}
	.corporate_culture-box4 h3 {
	    margin-bottom: 15px;
	    font-size: 24px;
	}
	.corporate_culture-box4 h4 {
	    margin-bottom: 15px;
	    font-size: 20px;
	}
	.corporate_culture-box3 img {
	    margin-bottom: 15px;
	    width: 80px;
	}
	.corporate_culture-box5 .bgcolor .icon img {
	    width: 50%;
	}
}
@media screen and (max-width: 575px){
	.corporate_culture-box2 .right .text-box h3 {
	    font-size: 20px;
	}
	.corporate_culture-box3{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.corporate_culture-box3 img {
	    margin-bottom: 10px;
	    width: 64px;
	}
	.corporate_culture-box3 h6 {
	    margin-bottom: 10px;
	    font-size: 14px;
	}
	.corporate_culture-box3 p {
	    font-size: 12px;
	}
}
/*企业文化 end*/

/*服务网络*/
.service_network-box1-bgcolor{
	background-color: #ff7218;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.service_network-box1{
	text-align: center;
	padding-top: 70px;
	padding-bottom: 70px;
}
.service_network-box1 h3{
	margin-bottom: 20px;
	font-family: "OSWALD-REGULAR";
	color: #fff;
}
.service_network-box1 h4{
	margin-bottom: 30px;
	color: #fff;
}
.service_network-box1 img{
	margin-bottom: 30px;
}
.service_network-box1 p{
	color: #fff;
	max-width: 950px;
	margin: 0 auto 25px;
}
.service_network-box2 .tp{
	padding-bottom: 56.25%;
}
.service_network-box2 .left,
.service_network-box2 .right{
	position: relative;
	background-color: #fff7b6;
}
.service_network-box2 .text-box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	width: 100%;
	padding: 15px;
	line-height: 1.75em;
}
.service_network-box2 .text-box h5{
	color: #ff6401;
	margin-bottom: 15px;
	font-size: 22px;
}
.service_network-box2 .text-box h4{
	color: #333333;
	margin-bottom: 25px;
	font-size: 22px;
}
.service_network-box2 .text-box p{
	color: #666666;
	max-width: 600px;
	margin: 0 auto;
}
@media screen and (max-width: 1199px){
	.service_network-box2 .text-box h5 {
	    margin-bottom: 10px;
	    font-size: 18px;
	}
	.service_network-box2 .text-box h4 {
	    margin-bottom: 15px;
	    font-size: 18px;
	}
	.service_network-box2 .text-box p {
	    line-height: 1.6em;
	}
}
@media screen and (max-width: 991px){
	.service_network-box2 .text-box h5 {
	    font-size: 16px;
	}
	.service_network-box2 .text-box h4 {
	    font-size: 16px;
	}
	.service_network-box2 .text-box p {
	    line-height: 1.6em;
	    font-size: 12px;
	}
}
@media screen and (max-width: 767px){
	.service_network-box1 {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.service_network-box1 p {
	    margin: 0 auto 20px;
	}
	.service_network-box1 img {
	    margin-bottom: 15px;
	}
	.service_network-box1 h3 {
	    margin-bottom: 15px;
	    font-size: 24px;
	}
	.service_network-box1 h4 {
	    margin-bottom: 15px;
	    font-size: 20px;
	}
	.service_network-box2 .text-box{
		position: initial;
		transform: translate(0%,0%);
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.service_network-box2 .text-box h5 {
	    font-size: 18px;
	    margin-bottom: 10px;
	}
	.service_network-box2 .text-box h4 {
	    font-size: 18px;
	    margin-bottom: 20px;
	}
	.service_network-box2 .text-box p {
	    line-height: 1.75em;
	    font-size: 14px;
	}
}
@media screen and (max-width: 575px){
	.service_network-box2 .text-box{
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
/*服务网络 end*/

/*售后服务*/
.after_service-box1-bg-color{
	border-top:40px solid #ff7218;
}
.after_service-box1{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 70px;
}
.after_service-box1 h3{
	margin-bottom: 20px;
	font-family: "OSWALD-REGULAR";
	color: #ff6401;
}
.after_service-box1 h4{
	margin-bottom: 30px;
}
.after_service-box1 img{
	margin-bottom: 30px;
}
.after_service-box1 p{
	color: #666666;
	max-width: 950px;
	margin: 0 auto 25px;
}
.after_service-box2 .left .tp{
	padding-bottom: 56.25%;
}
.after_service-box2 .right {
	position: relative;
	background-color: #8bc43f;
}
.after_service-box2 .right .text-box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	width: 60%;
}
.after_service-box2 .right .text-box h3{
	color: #fff;
	font-size: 22px;
}
.after_service-box2 .right .text-box h4{
	color: #fff;
	font-size: 22px;
	margin-bottom: 15px;
}
.after_service-box2 .right .text-box img{
	margin-top: 25px;
	margin-bottom: 25px;
}
.after_service-box2 .right .text-box p{
	margin-bottom: 15px;
	color: #fff;
	line-height: 2em;
}
.after_service-box3{
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}
.after_service-box3 img{
	margin-bottom: 20px;
}
.after_service-box3 h5{
	margin-bottom: 20px;
}
.after_service-box3 p{
	color: #999999;
	line-height: 1.75em;
}
@media screen and (max-width: 1440px){
	.after_service-box2 .right .text-box {
	    width: 70%;
	}
	.after_service-box2 .right .text-box h3 {
	    font-size: 22px;
	}
}
@media screen and (max-width: 1280px){
	.after_service-box2 .right .text-box {
	    width: 80%;
	}
	.after_service-box2 .right .text-box img {
	    margin-top: 20px;
	    margin-bottom: 20px;
	}
	.after_service-box2 .right .text-box h3 {
	    font-size: 20px;
	}
}
@media screen and (max-width: 1199px){
	.after_service-box1-bg-color{
		border-top:30px solid #ff7218;
	}
	.after_service-box2 .right .text-box {
	    width: 90%;
	}
	.after_service-box2 .right .text-box img {
	    margin-top: 15px;
	    margin-bottom: 15px;
	}
	.after_service-box2 .right .text-box p {
	    margin-bottom: 10px;
	    font-size: 12px;
	}
	.after_service-box3 img{
		width: 90px;
	}
	.after_service-box3 img{
		margin-bottom: 15px;
	}
	.after_service-box3 h5{
		margin-bottom: 15px;
		font-size: 18px;
	}
}
@media screen and (max-width: 991px){
	.after_service-box2 .right .text-box {
	    position: inherit;
	    padding-top: 60px;
	    padding-bottom: 60px;
	    width: 80%;
	    top: inherit !important;
	    left: inherit !important;
	    transform: none !important;
	    -webkit-transform: none !important;
	    -moz-transform: none !important;
	    -ms-transform: none !important;
	    -o-transform: none !important;
	    margin: 0 auto;
	}
	.after_service-box2 .right .text-box p {
	    margin-bottom: 15px;
	    font-size: 14px;
	}
	.after_service-box2 .right .text-box h3 {
	    font-size: 26px;
	}
	.after_service-box3 p{
		margin-bottom: 30px;
	}
	.after_service-box3{
		padding-top: 60px;
		padding-bottom: 30px;
		text-align: center;
	}
}
@media screen and (max-width: 767px){
	.after_service-box1-bg-color{
		border-top:20px solid #ff7218;
	}
	.after_service-box1 {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.after_service-box1 p {
	    margin: 0 auto 20px;
	}
	.after_service-box1 img {
	    margin-bottom: 15px;
	}
	.after_service-box1 h3{
	    margin-bottom: 15px;
	    font-size: 24px;
	}
	.after_service-box1 h4{
	    margin-bottom: 15px;
	    font-size: 20px;
	}
	.after_service-box2 .right .text-box {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.after_service-box3 h5{
		margin-bottom: 10px;
		font-size: 16px;
	}
	.after_service-box3 img{
		width: 80px;
		margin-bottom: 10px;
	}
	.after_service-box3 p{
		margin-bottom: 20px;
	}
	.after_service-box3{
		padding-top: 50px;
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 575px){
	.after_service-box2 .right .text-box h3 {
	    font-size: 20px;
	}
	.after_service-box3 img{
		width: 70px;
	}
}
/*售后服务 end*/

/*职业培训*/
.job_training-box1-bg-color{
	border-top:40px solid #ff7218;
}
.job_training-box1{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 70px;
}
.job_training-box1 .top-box h3{
	margin-bottom: 20px;
	font-family: "OSWALD-REGULAR";
	color: #ff6401;
}
.job_training-box1 .top-box h4{
	margin-bottom: 30px;
}
.job_training-box1 .top-box img{
	margin-bottom: 30px;
}
.job_training-box1 .top-box p{
	color: #666666;
	max-width: 950px;
	margin: 0 auto 25px;
}
.job_training-box1 .list-box img{
	margin-bottom: 15px;
}
.job_training-box1 .list-box h5{
	margin-bottom: 20px;
	font-size: 18px;
}
.job_training-box1 .list-box p{
	color: #999999;
	line-height: 1.75em;
}
.job_training-box2-bg-color{
	background-color: #8bc43f;
}
.job_training-box2{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
.job_training-box2 h3{
	margin-bottom: 20px;
	font-family: "OSWALD-REGULAR";
	color: #fff;
}
.job_training-box2 h4{
	margin-bottom: 30px;
	color: #fff;
}
.job_training-box2 p{
	color: #fff;
	max-width: 950px;
	margin: 0 auto;
}
.job_training-box3 .tp{
	padding-bottom: 64%;
	transition: all 1s;
}
.job_training-box3 a{
	display: block;
	text-decoration: none;
	position: relative;
}
.job_training-box3 p{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	width: 100%;
	color: #fff;
	background-color: rgba(0,0,0,.5);
	text-align: center;
}
.job_training-box3 a:hover .tp{
	transform: scale(1.05);
}

.job_training-box4{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 70px;
}
.job_training-box4 h3{
	margin-bottom: 20px;
	font-family: "OSWALD-REGULAR";
	color: #ff6401;
}
.job_training-box4 h4{
	margin-bottom: 30px;
}
.job_training-box4 img{
	margin-bottom: 30px;
}
.job_training-box4 p{
	color: #666666;
	max-width: 950px;
	margin: 0 auto 25px;
}
.job_training-box5-bg-color{
	background-color: #5b9be7;
}
.job_training-box5{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 70px;
}
.job_training-box5 .top-box h3{
	margin-bottom: 20px;
	font-family: "OSWALD-REGULAR";
	color: #fff;
}
.job_training-box5 .top-box h4{
	margin-bottom: 30px;
	color: #fff;
}
.job_training-box5 .top-box img{
	margin-bottom: 30px;
}
.job_training-box5 .top-box p{
	color: #666666;
	max-width: 950px;
	margin: 0 auto 35px;
	color: #fff;
}
.job_training-box5 .list-box img{
	margin-bottom: 10px;
}
.job_training-box5 .list-box h5{
	margin-bottom: 10px;
	font-size: 18px;
	color: #fff;
}
.job_training-box5 .list-box p{
	color: #fff;
	line-height: 1.75em;
	margin-bottom: 20px;
}
.job_training-box6{
	padding-top: 50px;
	padding-bottom: 70px;
}
.job_training-box6 .top-box{
	text-align: center;
}
.job_training-box6 .top-box h3{
	margin-bottom: 20px;
	font-family: "OSWALD-REGULAR";
	color: #ff6401;
}
.job_training-box6 .top-box h4{
	margin-bottom: 30px;
}
.job_training-box6 .top-box img{
	margin-bottom: 30px;
}
.job_training-box6 .top-box p{
	color: #666666;
	max-width: 950px;
	margin: 0 auto 25px;
}
.job_training-box6 .text-box .box{
	padding-left: 100px;
	padding-right: 100px;
}
.job_training-box6 .text-box .box p{
	color: #666666;
	margin-bottom: 15px;
}
.job_training-box6 .text-box .box span{
	font-size: 18px;
	color: #ff6401;
}
.job_training-box6 .text-box .box span>img{
	width: 20px;
	margin-right: 10px;
}
.job_training-box6 .text-box .box div{
	margin-bottom: 20px;
}
@media screen and (max-width: 1199px){
	.job_training-box1-bg-color{
		border-top:30px solid #ff7218;
	}
	.job_training-box5 .list-box img{
		width: 100px;
	}
	.job_training-box6 .text-box .box{
		padding-left: 70px;
		padding-right: 70px;
	}
}
@media screen and (max-width: 991px){
	.job_training-box1 .list-box p{
		margin-bottom: 30px;
	}
	.job_training-box1 .list-box img{
		width: 90px;
	}
	.job_training-box1 .list-box h5{
		font-size: 16px;
	}
	.job_training-box5 .list-box img{
		width: 90px;
	}
	.job_training-box6 .text-box .box{
		padding-left: 50px;
		padding-right: 50px;
	}
	.job_training-box6 .text-box .box span{
		font-size: 16px;
	}
}
@media screen and (max-width: 767px){
	.job_training-box5 .list-box img{
		width: 80px;
		margin-bottom: 10px;
	}
	.job_training-box1-bg-color{
		border-top:20px solid #ff7218;
	}
	.job_training-box1 {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.job_training-box1 .top-box p {
	    margin: 0 auto 20px;
	}
	.job_training-box1 .top-box img {
	    margin-bottom: 15px;
	}
	.job_training-box1 .top-box h3{
	    margin-bottom: 15px;
	    font-size: 24px;
	}
	.job_training-box1 .top-box h4{
	    margin-bottom: 15px;
	    font-size: 20px;
	}
	.job_training-box2 .top-box p {
	    margin: 0 auto 20px;
	}
	.job_training-box2 .top-box h3{
	    margin-bottom: 15px;
	    font-size: 24px;
	}
	.job_training-box2 .top-box h4{
	    margin-bottom: 15px;
	    font-size: 20px;
	}
	.job_training-box4 p {
	    margin: 0 auto 20px;
	}
	.job_training-box4 img {
	    margin-bottom: 15px;
	}
	.job_training-box4 h3{
	    margin-bottom: 15px;
	    font-size: 24px;
	}
	.job_training-box4 h4{
	    margin-bottom: 15px;
	    font-size: 20px;
	}
	.job_training-box5 .top-box p {
	    margin: 0 auto 20px;
	}
	.job_training-box5 .top-box img {
	    margin-bottom: 15px;
	}
	.job_training-box5 .top-box h3{
	    margin-bottom: 15px;
	    font-size: 24px;
	}
	.job_training-box5 .top-box h4{
	    margin-bottom: 15px;
	    font-size: 20px;
	}
	.job_training-box6 .top-box img {
	    margin-bottom: 15px;
	}
	.job_training-box6 .top-box h3{
	    margin-bottom: 15px;
	    font-size: 24px;
	}
	.job_training-box6 .top-box h4{
	    margin-bottom: 15px;
	    font-size: 20px;
	}
	.job_training-box1 .list-box img{
		width: 80px;
	}
	.job_training-box6 .text-box .box{
		padding-left: 30px;
		padding-right: 30px;
	}
	.job_training-box6 .text-box .box div{
		margin-bottom: 15px;
	}
}
/*职业培训 end*/

/*产品中心*/
.products-box1-bg-color{
	border-top:40px solid #ff7218;
}
.products-box1{
	text-align: center;
	padding-top: 70px;
	padding-bottom: 70px;
}
.products-box1 h5{
	margin-bottom: 15px;
	font-family: "OSWALD-REGULAR";
	color: #5d5d5d;
}
.products-box1 h1{
	margin-bottom: 30px;
}
.products-box1 img{
	margin-bottom: 30px;
}
.products-box1 p{
	color: #666666;
	max-width: 950px;
	margin: 0 auto;
	line-height: 1.75em;
}
.products-box2 .tp{
	padding-bottom: 56.25%;
}
.products-box2 .left,
.products-box2 .right{
	position: relative;
	background-color: #f6f6f6;
}
.products-box2 .text-box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	padding: 15px;
	line-height: 1.75em;
	max-width: 600px;
	margin: 0 auto;
}
.products-box2 .text-box h5{
	color: #ff6401;
	margin-bottom: 25px;
	font-size: 22px;
}
.products-box2 .text-box h4{
	color: #333333;
	margin-bottom: 25px;
	font-size: 22px;
}
.products-box2 .text-box p{
	color: #666666;
}
.products-box3-bg-color{
	border-bottom: 1px solid #d6d6d6;
}
.products-box3{
	text-align: center;
	padding-top: 70px;
	padding-bottom: 50px;
}
.products-box4{
	text-align: center;
	padding-top: 70px;
	padding-bottom: 20px;
}
.products-box3 .box1 h3{
	margin-bottom: 20px;
	font-family: "OSWALD-REGULAR";
	color: #ff6401;
}
.products-box4 .box1 h3{
	font-family: "OSWALD-REGULAR";
	color: #ff6401;
	max-width: 650px;
	margin: 0 auto 20px;
}
.products-box3 .box1 h4,
.products-box4 .box1 h4{
	margin-bottom: 30px;
}
.products-box3 .box1 img,
.products-box4 .box1 img{
	margin-bottom: 30px;
}
.products-box3 .box1 .text,
.products-box4 .box1 .text{
	margin-bottom: 40px;
	color: #999999;
}
.products-box3 .box2>div{
	margin-bottom: 20px;
}
.products-box3 .box2 img{
	margin-bottom: 15px;
}
.products-box3 .box2 .title{
	color: #333;
	font-size: 18px;
	margin-bottom: 15px;
}
.products-box3 .box2 .text{
	color: #666666;
}
.products-box5{
	padding-top: 70px;
	padding-bottom: 60px;
}
.products-box5 .box1{
	text-align: center;
}
.products-box5 .box1 h3{
	font-family: "OSWALD-REGULAR";
	color: #ff6401;
	max-width: 650px;
	margin: 0 auto 20px;
}
.products-box5 .box1 h4{
	margin-bottom: 30px;
}
.products-box5 .box1 img{
	margin-bottom: 50px;
}
.products-box5 .left{
	padding-right: 30px;
	text-align: center;
}
.products-box5 .right{
	padding-left: 30px;
}
.products-box5 .Etitle{
	color: #ff6401;
	margin-bottom: 10px;
	font-family: "OSWALD-REGULAR";
}
.products-box5 .Ctitle{
	margin-bottom: 10px;
	color: #333333;
}
.products-box5 .right h5{
	color: #ff6401;
}
.products-box5 .right p{
	margin-bottom: 40px;
	padding-top: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d6d6d6;
}
.products-box-bgcolor{
	background-color: #f6f6f6;
}
.products-box6 {
	padding-top: 70px;
	padding-bottom: 70px;
}
.products-box6 .tp{
	padding-bottom: 100%;
}
.cpxq_tp_swiper{
	overflow: hidden;
}
.products-box6 .Etitle{
	color: #ff6401;
	margin-bottom: 10px;
	font-family: "OSWALD-REGULAR";
}
.products-box6 .Ctitle{
	margin-bottom: 10px;
	color: #333333;
}
.products-box6 .right h5{
	color: #ff6401;
}
.products-box6 .right p{
	margin-bottom: 40px;
	padding-top: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d6d6d6;
}
.cpxq_tp_swiper .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background-image: url(../images/lw-177.png);
	left: 20px;
}
.cpxq_tp_swiper .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background-image: url(../images/lw-178.png);
	right: 20px;
}
.cpxq_tp_swiper .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 24px;
    height: 36px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 8px 12px;
    -webkit-background-size: 8px 12px;
    background-size: 8px 12px;
    background-position: center;
    background-repeat: no-repeat;
}
.cpxq_tp_swiper .swiper-slide{
	position: relative;
}
.cpxq_tp_swiper .swiper-slide .xh{
	position: absolute;
	left: 0;
	bottom: 0;
	display: inline-block;
	background-color: rgba(0,0,0,.3);
	color: #fff;
	padding: 7px 25px;
}
.products-box7{
	padding-top: 70px;
	padding-bottom: 30px;
}
.products-box7 .box1{
	text-align: center;
}
.products-box7 .box1 h3{
	font-family: "OSWALD-REGULAR";
	color: #ff6401;
	max-width: 650px;
	margin: 0 auto 20px;
}
.products-box7 .box1 h4{
	margin-bottom: 30px;
}
.products-box7 .box1 img{
	margin-bottom: 50px;
}
.products-box7 .tp{
	padding-bottom: 189%;
	margin-bottom: 25px;
}
.products-box7 .text-box h4{
	padding-bottom: 20px;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 20px;
}
.products-box7 .text-box .text{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d6d6d6;
}
.products-box7 .text-box .text .p1{
	color: #ff6401;
	margin-bottom: 5px;
}
.products-box7 .text-box .text .p2{
	color: #333333;
}
.products-box7 .box2>div{
	margin-bottom: 30px;
}
.products-box8{
	padding-top: 70px;
	padding-bottom: 40px;
}
.products-box8-bgcolor{
	background-color: #f6f6f6;
}
.products-box8 .box1{
	text-align: center;
}
.products-box8 .box1 h3{
	font-family: "OSWALD-REGULAR";
	color: #ff6401;
	max-width: 650px;
	margin: 0 auto 20px;
}
.products-box8 .box1 h4{
	margin-bottom: 50px;
}
.products-box8 .tp{
	padding-bottom: 85.55%;
}
.products-box8 .box2 p{
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.products-box9-bgcolor{
	border-bottom: 1px solid #d6d6d6;
}
.products-box9 .tp{
	padding-bottom: 100%;
}
.products-box10{
	padding-top: 70px;
	padding-bottom: 70px;
}
@media screen and (max-width: 1440px){
	.products-box1 h1{
	    margin-bottom: 15px;
	    font-size: 36px;
	}
	.products-box4{
		padding-top: 60px;
		padding-bottom: 20px;
	}
	.products-box5 {
	    padding-top: 60px;
	    padding-bottom: 50px;
	}
	.products-box6{
		padding-top: 60px;
	    padding-bottom: 60px;
	}
	.products-box7 {
	    padding-top: 60px;
	    padding-bottom: 20px;
	}
	.products-box8{
		padding-top: 60px;
		padding-bottom: 30px;
	}
	.products-box10{
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
@media screen and (max-width: 1199px){
	.products-box1-bg-color{
		border-top:30px solid #ff7218;
	}
	.products-box2 .text-box h5 {
	    margin-bottom: 10px;
	    font-size: 18px;
	}
	.products-box2 .text-box h4 {
	    margin-bottom: 15px;
	    font-size: 18px;
	}
	.products-box2 .text-box p {
	    line-height: 1.6em;
	}
	.products-box1 h5{
	    margin-bottom: 15px;
	    font-size: 20px;
	}
	.products-box1 h1{
	    margin-bottom: 15px;
	    font-size: 34px;
	}
	.products-box4{
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.products-box5 {
	    padding-top: 50px;
	    padding-bottom: 40px;
	}
	.products-box5 .box1 img,
	.products-box7 .box1 img {
	    margin-bottom: 40px;
	}
	.products-box5 .left{
		padding-right: 20px;
	}
	.products-box5 .right{
		padding-left: 20px;
	}
	.products-box6{
		padding-top: 50px;
	    padding-bottom: 50px;
	}
	.products-box6 .Ctitle {
	    font-size: 22px;
	}
	.products-box6 .Etitle {
	    font-size: 22px;
	}
	.products-box6 .right p {
	    margin-bottom: 30px;
	    padding-top: 10px;
	    padding-bottom: 15px;
	    border-bottom: 1px solid #d6d6d6;
	}
	.products-box7 {
	    padding-top: 50px;
	    padding-bottom: 10px;
	}
	.products-box8{
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.products-box10{
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
@media screen and (max-width: 991px){
	.products-box1 h5{
	    margin-bottom: 15px;
	    font-size: 18px;
	}
	.products-box1 h1{
	    margin-bottom: 15px;
	    font-size: 30px;
	}
	.products-box2 .text-box h5 {
	    font-size: 16px;
	}
	.products-box2 .text-box h4 {
	    font-size: 16px;
	}
	.products-box2 .text-box p {
	    line-height: 1.6em;
	    font-size: 12px;
	}
	.products-box3 .box2 .img-icon{
		width: 220px;
	}
	.products-box3 .box1 .text,
	.products-box4 .box1 .text{
		margin-bottom: 30px;
	}
	.products-box4{
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.products-box5 .left img,
	.cpxq_tp_swiper{
		margin-bottom: 30px;
	}
	.products-box5 {
	    padding-top: 40px;
	    padding-bottom: 30px;
	}
	.products-box5 .box1 img,
	.products-box7 .box1 img {
	    margin-bottom: 30px;
	}
	.products-box5 .left{
		padding-right: 15px;
	}
	.products-box5 .right{
		padding-left: 15px;
	}
	.products-box6{
		padding-top: 40px;
	    padding-bottom: 40px;
	}
	.products-box7 {
	    padding-top: 40px;
	    padding-bottom: 0px;
	}
	.products-box8{
		padding-top: 40px;
		padding-bottom: 10px;
	}
	.products-box10{
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
@media screen and (max-width: 767px){
	.products-box1-bg-color{
		border-top:20px solid #ff7218;
	}
	.products-box1 {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.products-box1 p {
	    margin: 0 auto 20px;
	}
	.products-box1 img {
	    margin-bottom: 15px;
	}
	.products-box1 h5{
	    margin-bottom: 15px;
	    font-size: 16px;
	}
	.products-box1 h1{
	    margin-bottom: 15px;
	    font-size: 26px;
	}
	.products-box2 .text-box{
		position: initial;
		transform: translate(0%,0%);
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.products-box2 .text-box h5 {
	    font-size: 18px;
	    margin-bottom: 10px;
	}
	.products-box2 .text-box h4 {
	    font-size: 18px;
	    margin-bottom: 20px;
	}
	.products-box2 .text-box p {
	    line-height: 1.75em;
	    font-size: 14px;
	}
	.products-box3 {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.products-box3 .box1 img,
	.products-box4 .box1 img {
	    margin-bottom: 15px;
	}
	.products-box3 .box1 h3,
	.products-box4 .box1 h3,
	.products-box5 .box1 h3,
	.products-box7 .box1 h3,
	.products-box8 .box1 h3 {
	    margin-bottom: 15px;
	    font-size: 24px;
	}
	.products-box3 .box1 h4,
	.products-box4 .box1 h4,
	.products-box5 .box1 h4,
	.products-box7 .box1 h4{
	    margin-bottom: 15px;
	    font-size: 20px;
	}
	.products-box8 .box1 h4{
	    margin-bottom: 30px;
	    font-size: 20px;
	}
	.products-box3 .box2 .img-icon{
		width: 200px;
	}
	.products-box3 .box1 .text,
	.products-box4 .box1 .text{
		margin-bottom: 20px;
	}
	.products-box4{
		padding-top: 30px;
		padding-bottom: 10px;
	}
	.products-box5 .right p,
	.products-box6 .right p {
	    margin-bottom: 30px;
	    padding-top: 15px;
	    padding-bottom: 15px;
	    border-bottom: 1px solid #d6d6d6;
	}
	.products-box5 .right h5,
	.products-box6 .right h5 {
	    font-size: 18px;
	}
	.products-box5 .Etitle,
	.products-box6 .Etitle {
	    margin-bottom: 10px;
	    font-size: 24px;
	}
	.products-box5 .Ctitle,
	.products-box6 .Ctitle {
	    margin-bottom: 10px;
	    font-size: 24px;
	}
	.products-box5 {
	    padding-top: 30px;
	    padding-bottom: 20px;
	}
	.products-box5 .box1 img,
	.products-box7 .box1 img {
	    margin-bottom: 20px;
	}
	.products-box6{
		padding-top: 30px;
	    padding-bottom: 30px;
	}
	.products-box7 {
	    padding-top: 30px;
	    padding-bottom: 0px;
	}
	.products-box7 .text-box .text {
	    padding-bottom: 10px;
	    margin-bottom: 10px;
	    border-bottom: 1px solid #d6d6d6;
	}
	.products-box7 .text-box h4{
		font-size: 20px;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.products-box7 .box2>div {
	    margin-bottom: 20px;
	}
	.products-box7 .tp {
	    margin-bottom: 15px;
	}
	.products-box8{
		padding-top: 30px;
		padding-bottom: 0px;
	}
	.products-box10{
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 575px){
	.products-box1 h5{
	    margin-bottom: 15px;
	    font-size: 14px;
	}
	.products-box1 h1{
	    margin-bottom: 15px;
	    font-size: 22px;
	}
	.products-box2 .text-box{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.products-box3 .box2 .img-icon{
		width: 180px;
	}
	.products-box4{
		padding-top: 30px;
		padding-bottom: 0px;
	}
	.products-box5 .right h5,
	.products-box6 .right h5 {
	    font-size: 16px;
	}
	.products-box5 .Etitle,
	.products-box6 .Etitle {
	    margin-bottom: 10px;
	    font-size: 22px;
	}
	.products-box5 .Ctitle,
	.products-box6 .Ctitle {
	    margin-bottom: 5px;
	    font-size: 22px;
	}
	.products-box5 .right p,
	.products-box6 .right p {
	    margin-bottom: 20px;
	}
}

/*产品中心 end*/

/*招聘详情*/
.xyzp-xq-bt{
	text-align: center;
	padding-top: 50px;
}
.xyzp-xq-xbt{
	padding-top: 50px;
}
.xyzp-xq-xbt h5{
	color: #ff7218;
}
.xyzp-xq-xbt p{
	color: #999999;
	padding-top: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e2e2e2;
}
.xyzp-xq-xbt p>span{
	color: #000;
}
.xyzp-xq-xbt-bq>div{
	padding-top: 30px;
}
.xyzp-xq-xbt-bq>div>span{
	display: inline-block;
	padding: 5px 15px;
	background-color: #f1f1f1;
	margin-right: 5px;
	margin-bottom: 5px;
}
.xyzp-xq-xbt .fgx{
	margin-top: 20px;
}
.xyzp-sqzw{
	background-color: #ff7218;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	border: none;
	color: #fff;
	outline: none;
}
.xyzp-xq-tb{
	padding-top: 50px;
	display: none;
}
.xyzp-xq-tb .fgx{
	margin-top: 20px;
}
.xyzp-xq-tb h4{
	color: #ff7218;
}
.xyzp-xq-tb input,
.xyzp-xq-tb select,
.xyzp-xq-tb textarea{
	width: 100%;
	padding: 5px;
	background-color: #f1f1f1;
	border: none;
	color: #666666;
}
.xyzp-xq-tb>.row:nth-of-type(1){
	padding-bottom: 30px;
}
.xyzp-xq-tb textarea{
	resize: none;
	height: 150px;
}
.xyzp-xq-tb>.row>div>p{
	margin-bottom: 10px;
	color: #999999;
}
.xyzp-jlsc{
	padding-top: 20px;
	padding-bottom: 20px;
}
.xyzp-jlsc input{
	display: inline-block;
	max-width: 200px;
	background: none;
}
.xyzp-jlsc-yzm{
	float: left;
	width: 100%;
	margin-top: 10px;
}
.xyzp-jlsc-yzm input{
	display: inline-block;
	max-width: 100px;
}
.xyzp-jlsc-yzm span{
	display: inline-block;
	margin-left: 5px;
	float: left;
}
.xyzp-tjsq{
	padding-top: 30px;
}
.xyzp-tjsq input{
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #ff7218;
	color: #fff;
}
@media screen and (max-width: 767px){
	.xyzp-xq-bt {
	    padding-top: 30px;
	}
	.xyzp-xq-bt h3{
	   	font-size: 18px;
	}
	.xyzp-xq-xbt {
	    padding-top: 30px;
	}
	.xyzp-xq-xbt p {
	    padding-top: 10px;
	}
	.xyzp-xq-xbt-bq>div {
	    padding-top: 20px;
	}
	.xyzp-sqzw {
	    padding-top: 10px;
	    padding-bottom: 10px;
	}
	.xyzp-xq-xbt-bq>div>span{
		font-size: 14px;
	}
}
/*招聘详情 end*/

.top-btn{
	display: inline-block;
	text-decoration: none;
	position: fixed;
	bottom: 0;
	right: 0;
}

/*友情链接*/
.yq-bgcolor{
	background-color: #f7f7f7;
	padding: 50px 0;
}
.yq-box .title{
	margin-bottom: 25px;
	color: #686767;
}
.yq-box ul>li{
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 10px;
}
.yq-box ul>li>a{
	text-decoration: none;
	color: #686767;
}
.yq-box ul>li>a:hover{
	color: #ff6401;
}
@media screen and (max-width: 991px){
	.yq-bgcolor{
		display: none;
		opacity: 0;
		visibility: hidden;
	}
}
/*友情链接 end*/