.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 11;
}

.header .top {
	width: 100%;
	background-color: #2b2f34;
	font-size: 0;
	text-align: right;
	height: 32px;
	overflow: hidden;
}

.header .top .re {
	color: #ddd;
	font-size: 14px;
	line-height: 32px;
	display: inline-block;
	vertical-align: middle;
}

.header .top .language {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #ddd;
	font-size: 0;
	margin-left: 68px;
}

.header .top .language a {
	display: block;
	height: 14px;
	padding: 0 2px;
	font-size: 12px;
	line-height: 14px;
}

.header .top .language .cn {
	background-color: #ddd;
	color: #2b2f34;
}

.header .top .language .en {
	color: #ddd;
}

.header .bottom {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.9);
}

.header .logo {
	float: left;
	height: 80px;
	line-height: 80px;
	font-size: 0;
}

.header .logo img {
	display: inline-block;
	vertical-align: middle;
	height: 40px;
}

.header .right {
	float: right;
}

.header .left {
	float: left;
}

.guodu {
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.header .top,
.header .bottom,
.nav li > a,
.head-search {
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	margin: 0 auto;
}

.header-fixed .top {
	height: 0px;
}

.header-fixed .logo {
	height: 60px;
	line-height: 60px;
}

.header-fixed .nav li > a {
	height: 60px;
	line-height: 60px;
}

.header-fixed .head-search {
	height: 60px;
	line-height: 60px;
}

.header-fixed .nav .child {
	top: 60px;
}

.width1400 {
	width: 1400px;
	margin: 0 auto;
}

.nav {
	display: block;
	float: left;
}

.nav li {
	float: left;
	margin-left: 40px;
	position: relative;
}

.nav li > a {
	display: block;
	height: 80px;
	line-height: 80px;
	color: #595757;
	font-size: 16px;
	outline: none;
}

.nav li .iconfont {
	margin-left: 5px;
}

.nav li.on > a {
	color: #ff8d0a;
	font-weight: bold;
}

.nav .child {
	display: none;
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 1;
	/*width: 360px;*/
	width: 185px;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	padding: 10px;
}

.nav .child a {
	float: left;
	display: block;
	width: 165px;
	/*height: 40px;*/
	height: 30px;
	margin-right: 10px;
	/*margin-bottom: 10px;*/
	margin-bottom: 5px;
	background-color: #f3f3f3;
	color: #888;
	font-size: 16px;
	/*line-height: 40px*/
	line-height: 30px;
}

.nav .child a:nth-child(2n) {
	margin-right: 0;
}

.nav .child a .iconfont {
	margin-right: 10px;
	margin-left: 20px;
}

.nav .child a:hover {
	background-color: #fff8f0;
	color: #ff8800;
}

.head-search {
	float: right;
	font-size: 0;
	height: 80px;
	line-height: 80px;
}

.head-search .sou {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	width: 40px;
	height: 40px;
	background: url(../images/icon_search3.png) center / 40% 40% no-repeat;
}

.head-search .inp {
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	width: 0px;
	overflow: hidden;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}

.head-search .inp input {
	float: left;
	display: block;
	width: 600px;
	height: 40px;
	border-radius: 3px;
	background-color: #ddd;
	font-size: 16px;
	color: #888;
	text-align: center;
	border: 1px solid #ddd;
}

.head-search .inp .btn {
	float: right;
	display: block;
	width: 80px;
	height: 40px;
	border-radius: 3px;
	border: 1px solid #ff8800;
	background-color: #fff;
	font-size: 16px;
	color: #ff8d0a;
	padding-left: 16px;
	background-image: url(../images/icon_search3.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}

.head-search .inp .btn:hover {
	background-color: #ff8800;
	background-image: url(../images/icon_search4.png);
	color: #fff;
}

.head-search-on .inp {
	width: 700px;
}

.banner {
	width: 100%;
	position: relative;
}

.banner img {
	display: block;
	width: 100%;
}

.banner .txt {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	margin: 0 auto;
	z-index: 1;
	text-align: center;
	white-space: nowrap;
}

.banner .txt .p {
	display: inline-block;
	vertical-align: top;
	margin: 0 40px;
}

.banner .txt .p p {
	color: #ff8d0a;
	font-size: 72px;
	font-weight: bold;
	line-height: 118px;
	text-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.banner .txt .p span {
	color: #ff8d0a;
	font-size: 21px;
	line-height: 26px;
	text-transform: uppercase;
	text-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.swiper-banner {
	width: 100%;
}

.swiper-banner .swiper-slide img {
	display: block;
	width: 100%;
}

.swiper-banner .txt {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	margin: 0 auto;
	z-index: 1;
	text-align: center;
}

.swiper-banner .txt .p {
	display: inline-block;
	vertical-align: top;
	margin: 0 40px;
}

.swiper-banner .txt .p p {
	color: #ff8d0a;
	font-size: 72px;
	font-weight: bold;
	line-height: 118px;
	text-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.swiper-banner .txt .p span {
	color: #ff8d0a;
	font-size: 21px;
	line-height: 26px;
	text-transform: uppercase;
	text-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.index-intro {
	padding: 140px 0 122px;
}

.index-intro .content h5 {
	color: #3a3e43;
	font-size: 40px;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 50px;
}

.index-intro .content .con {
	color: #595757;
	font-size: 16px;
	line-height: 24px;
	height: 96px;
	overflow: hidden;
	margin-bottom: 50px;
}

.index-intro .content a {
	display: block;
	width: 120px;
	height: 40px;
	border: 1px solid #ff8d0a;
	font-size: 0;
	line-height: 38px;
	text-align: center;
	margin-bottom: 106px;
}

.index-intro .content a span,
.index-intro .content a img {
	display: inline-block;
	vertical-align: middle;
}

.index-intro .content a span {
	font-size: 16px;
	color: #ff8d0a;
}

.index-intro .content a img {
	transition: 0.5s;
	margin-left: 5px;
}
.index-intro .content a:hover img {
	margin-left: 15px;
}

.index-intro .content a:hover {
	opacity: 0.8;
}

.index-intro .lis {
	width: 100%;
	position: relative;
}

.index-intro .li {
	float: left;
	width: 200px;
	text-align: center;
	margin-right: 40px;
}

.index-intro .li:last-child {
	margin-right: 0;
}

.index-intro .li .bo {
	width: 100%;
	height: 200px;
	background: #ffffff;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.09);
	border-radius: 6px;
	margin: 0 auto 20px;
	position: relative;
	transition: all 0.3s ease-out;
}

.index-intro .li p {
	color: #888888;
	font-size: 16px;
	line-height: 1;
}

.index-intro .li .shu {
	display: block;
	height: 72px;
	margin: 0 auto;
	position: absolute;
	top: -36px;
	left: 0;
	right: 0;
	z-index: -1;
}

.index-intro .li .img {
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 0;
	line-height: 200px;
}

.index-intro .li .img img {
	display: inline-block;
	vertical-align: middle;
}

.index-intro .li .img .h {
	display: none;
}

.index-intro .li:hover .bo {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
	background-color: #ff8d0a;
}

.index-intro .li:hover p {
	color: #595757;
}

.index-intro .li:hover .img .s {
	display: none;
}

.index-intro .li:hover .img .h {
	display: inline-block;
}

.index-history {
	width: 100%;
	padding: 0 0 250px;
	background-position: center;
	background-size: cover;
}

.index-history .title {
	padding: 140px 0 94px;
	text-align: center;
}

.index-history .title h4 {
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.3;
}

.index-history .content {
	width: 100%;
	background: rgba(255, 136, 0, 0.9);
	padding: 50px 0 31px;
}

.history-thumbs {
	width: 100%;
	height: 30px;
	margin: 0 auto 98px;
}

.history-thumbs .swiper-slide {
	width: 52px;
	text-align: center;
	cursor: pointer;
}

.history-thumbs .swiper-slide p {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}

.history-thumbs .swiper-slide .line {
	position: absolute;
	top: 13px;
	width: 0;
	height: 3px;
	background-color: #fff;
}

.history-thumbs .swiper-slide-thumb-active {
	width: 280px;
}

.history-thumbs .swiper-slide-thumb-active p {
	opacity: 0;
}

.history-thumbs .swiper-slide-thumb-active .line {
	opacity: 1;
	width: 100%;
}

.index-history-years {
	width: 100%;
	height: 196px;
	position: relative;
}

.index-history-years .swiper-button-next,
.index-history-years .swiper-button-prev {
	width: 50px;
	height: 50px;
	top: 35px;
	border-radius: 50%;
	margin-top: 0;
	background-color: #fff;
	opacity: 1;
	outline: none;
}

.index-history-years .swiper-button-next:after,
.index-history-years .swiper-button-prev:after {
	font-size: 20px;
	font-weight: bold;
	color: #ff8d0a;
}

.index-history-years .swiper-button-next {
	right: 0;
}

.index-history-years .swiper-button-prev {
	left: 0;
}

.index-history-years .swiper-button-next.swiper-button-disabled,
.index-history-years .swiper-button-prev.swiper-button-disabled {
	opacity: 0.6;
}

.history-years {
	width: 840px;
	height: 100%;
	margin: 0 auto;
}

.history-years .swiper-slide .y {
	color: #fff;
	font-size: 80px;
	font-weight: bold;
	line-height: 1.2;
}

.history-years .swiper-slide .txt {
	width: 70%;
	color: #fff;
	font-size: 16px;
	line-height: 2;
}

.index-honor {
	padding: 140px 0;
}

.index-honor .left {
	float: left;
}

.index-honor .right {
	float: right;
}

.index-honor .title {
	margin-bottom: 130px;
}

.index-honor .title h4 {
	color: #3a3e43;
	font-size: 40px;
	line-height: 1.3;
	font-weight: bold;
}

.index-honor-thumbs {
	position: relative;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.index-honor-thumbs .swiper-button-next,
.index-honor-thumbs .swiper-button-prev {
	width: 50px;
	height: 50px;
	background-color: #ff8d0a;
	border-radius: 50%;
	outline: none;
}

.index-honor-thumbs .swiper-button-next:after,
.index-honor-thumbs .swiper-button-prev:after {
	font-size: 20px;
	color: #fff;
}

.index-honor-thumbs .swiper-button-next {
	right: -25px;
}

.index-honor-thumbs .swiper-button-prev {
	left: -25px;
}

.index-honor-thumbs .swiper-button-next.swiper-button-disabled,
.index-honor-thumbs .swiper-button-prev.swiper-button-disabled {
	pointer-events: auto;
}

.honor-thumbs {
	width: 536px;
	height: 430px;
}

.honor-thumbs .swiper-slide {
	height: 45px;
	color: #888;
	font-size: 20px;
	line-height: 45px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.honor-thumbs .swiper-slide-thumb-active {
	height: 150px;
	line-height: 150px;
	font-size: 80px;
	color: #ff8d0a;
}

.swiper-honor {
	width: 700px;
	height: 640px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
	border-radius: 6px;
	background-color: #fff;
}

.swiper-honor .slide-honor {
	padding: 60px;
}

.swiper-honor-lei {
	width: 100%;
	height: 165px;
}

.swiper-honor-lei .swiper-slide {
	display: inline-block;
	text-align: center;
	cursor: pointer;
}

.swiper-honor-lei .swiper-slide .img {
	width: 86px;
	height: 86px;
	margin: 0 auto 15px;
	border: 3px solid #fafafa;
	background-color: #fafafa;
	border-radius: 50%;
	line-height: 86px;
	font-size: 0;
}

.swiper-honor-lei .swiper-slide .img img {
	display: inline-block;
	vertical-align: middle;
}

.swiper-honor-lei .swiper-slide .img .h {
	display: none;
}

.swiper-honor-lei .swiper-slide p {
	color: #888;
	font-size: 16px;
	line-height: 20px;
}

.swiper-honor-lei .swiper-slide.active .img {
	background-color: #fff;
	border-color: #ffecd6;
}

.swiper-honor-lei .swiper-slide.active .img .s {
	display: none;
}

.swiper-honor-lei .swiper-slide.active .img .h {
	display: inline-block;
}

.swiper-honor-lei .swiper-slide.active p {
	color: #ff8d0a;
	font-weight: bold;
}

.honor-items {
	width: 100%;
	height: 365px;
	overflow: hidden;
}

.honor-items .items {
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 0 50px 0 0;
}

.honor-items .items::-webkit-scrollbar {
	background-color: #ddd;
	width: 1px;
}

.honor-items .items::-webkit-scrollbar-thumb {
	width: 3px;
	background-color: #999;
}

.honor-items .item {
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding: 20px 0 20px 60px;
	background-image: url(../images/icon_ho.png);
	background-position: 0 25px;
	background-repeat: no-repeat;
}

.honor-items .item h6 {
	color: #888;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 10px;
}

.honor-items .item .time {
	color: #888;
	font-size: 16px;
	line-height: 20px;
}

.index-client-bg {
	width: 100%;
	background-position: center;
	background-size: cover;
	padding: 140px 0 82px;
}

.index-clientTitle-bg {
	width: 100%;
	background-color: rgba(255, 136, 0, 0.9);
	color: #fff;
	padding: 40px 0;
}

.index-clientTitle-bg h5 {
	font-size: 40px;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 50px;
	text-align: center;
}

.index-clientTitle-bg .txt {
	font-size: 16px;
	line-height: 24px;
}

.index-client {
	padding: 40px 0 0;
}

.index-client .item {
	float: left;
	width: 320px;
	height: 100px;
	line-height: 100px;
	font-size: 0;
	text-align: center;
	background-color: #fff;
	margin-right: 40px;
	margin-bottom: 40px;
}

.index-client .item:nth-child(4n) {
	margin-right: 0;
}

.index-client .item img {
	display: inline-block;
	vertical-align: middle;
	max-width: 80%;
	max-height: 80%;
}

.index-contact {
	padding: 140px 0 154px;
}

.index-contact h4 {
	color: #3a3e43;
	font-size: 48px;
	line-height: 80px;
	font-weight: bold;
	margin-bottom: 50px;
}

.index-contact .my-map {
	margin: 0 auto 30px;
	width: 800px;
	height: 350px;
}

.index-contact .my-map .icon {
	background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
}

.index-contact .my-map .icon-cir {
	height: 31px;
	width: 28px;
}

.index-contact .my-map .icon-cir-blue {
	background-position: -11px -55px;
}

.index-contact .amap-container {
	height: 100%;
}

.index-contact .txt {
	float: left;
}

.index-contact .txt h5 {
	color: #595757;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 15px;
}

.index-contact .txt p {
	color: #595757;
	font-size: 14px;
	line-height: 30px;
}

.index-contact .erweima {
	float: right;
	text-align: center;
}

.index-contact .erweima img {
	display: block;
	width: 140px;
	height: 140px;
	margin: 0 auto;
}

.index-contact .erweima p {
	color: #888;
	font-size: 14px;
	line-height: 20px;
}

.index-contact .liuyan {
	float: right;
	width: 560px;
	height: 540px;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
	border-radius: 6px;
	padding: 0 40px;
}

.index-contact .liuyan h6 {
	border-bottom: 1px solid #ddd;
	text-align: center;
	color: #595757;
	font-size: 20px;
	font-weight: bold;
	line-height: 79px;
	margin-bottom: 40px;
}

.index-contact .liuyan input[type="text"] {
	display: block;
	width: 230px;
	height: 50px;
	line-height: 1;
	background-color: #fafafa;
	border: none;
	padding: 0 15px;
	margin-bottom: 15px;
	border-radius: 2px;
}

.index-contact .liuyan textarea {
	display: block;
	width: 100%;
	height: 150px;
	background-color: #fafafa;
	border: none;
	border-radius: 2px;
	padding: 10px 15px;
	margin-bottom: 40px;
}

.index-contact .liuyan .btn {
	display: block;
	width: 100%;
	height: 70px;
	border: 1px solid #ff8800;
	background-color: #fff;
	color: #ff8800;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}

.index-contact .liuyan p {
	width: 100%;
	padding-left: 12px;
	color: #888;
	font-size: 14px;
	line-height: 18px;
	position: relative;
}

.index-contact .liuyan p:after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ff8800;
	position: absolute;
	top: 7px;
	left: 0;
}

.footer {
	width: 100%;
	background-color: #2b2f34;
}

.footer .txt {
	float: left;
	color: #ddd;
	font-size: 14px;
	line-height: 40px;
}

.footer .lian {
	float: right;
}

.footer .lian p {
	float: left;
	color: #ddd;
	font-size: 14px;
	line-height: 40px;
}

.footer .lian ul {
	float: right;
}

.footer .lian li {
	float: left;
	margin-left: 40px;
	position: relative;
}

.footer .lian li a {
	color: #ddd;
	font-size: 16px;
	line-height: 40px;
}

.footer .lian li:hover a {
	color: #50b674;
}

.footer .lian .child {
	position: absolute;
	left: 50%;
	bottom: 58px;
	z-index: 10;
	transform: translateY(-10px);
	background-color: #2b2f34;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	border-radius: 3px;
	opacity: 0;
}

.footer .lian .child:after {
	content: "";
	display: block;
	width: 0;
	height: 0px;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 12px solid #2b2f34;
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.footer .lian .weixin {
	width: 130px;
	height: 130px;
	padding: 5px;
	margin-left: -65px;
}

.footer .lian .weixin img {
	display: block;
	width: 100%;
	height: 100%;
}

.footer .lian .dianhua {
	width: 210px;
	height: 62px;
	padding: 7px 11px;
	margin-left: -105px;
}

.footer .lian .dianhua p {
	color: #fafafa;
	font-size: 14px;
	line-height: 24px;
}

.inside-banner-bg {
	padding: 132px 0 20px;
}

.inside-banner {
	max-width: 1400px;
	height: 300px;
	margin: 0 auto;
	background-position: center;
	background-size: cover;
	position: relative;
}
.inside-banner h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	color: #fff;
	font-size: 46px;
	font-weight: bold;
	white-space: nowrap;
}
.inside-nav {
	float: left;
	width: 260px;
	padding: 20px 0 0 20px;
	margin-bottom: 100px;
}

.inside-nav ul {
	width: 100%;
	margin-bottom: 20px;
}

.inside-nav li {
	width: 100%;
	padding: 0 40px 0 30px;
	height: 40px;
	position: relative;
}

.inside-nav li:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 25px solid transparent;
	position: absolute;
	top: 0;
	right: -25px;
}

.inside-nav li:last-child a {
	border-bottom: none;
}

.inside-nav li a {
	display: block;
	line-height: 40px;
	color: #888;
	font-size: 14px;
	border-bottom: 1px solid #ddd;
}

.inside-nav li a .iconfont {
	margin-right: 10px;
}

.inside-nav li.active {
	height: 50px;
	background-color: #ff8800;
}

.inside-nav li.active:after {
	border-left-color: #ff8800;
}

.inside-nav li.active a {
	line-height: 50px;
	border-bottom: none;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.inside-nav li.active a .iconfont {
	font-size: 20px;
}

.inside-nav .re {
	width: 100%;
	height: 174px;
	background-color: #f3f3f3;
	padding: 25px 30px 30px;
}

.inside-nav .re .dh {
	padding-left: 45px;
	background-image: url(../images/icon_rexian.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #ff8d0a;
	margin-bottom: 25px;
}

.inside-nav .re .dh p {
	font-size: 12px;
	line-height: 15px;
}

.inside-nav .re .dh .d {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}

.inside-nav .re a {
	display: block;
	width: 100%;
	height: 36px;
	border-radius: 3px;
	background-color: #ff8d0a;
	line-height: 36px;
	text-align: center;
	font-size: 0;
}

.inside-nav .re a img,
.inside-nav .re a span {
	display: inline-block;
	vertical-align: middle;
}

.inside-nav .re a span {
	color: #fff;
	font-size: 16px;
}

.inside-content {
	float: right;
	width: 1080px;
	background-color: #fff;
	padding: 40px 60px 50px;
	margin-bottom: 100px;
}

.overview {
	width: 100%;
}

.overview h5 {
	color: #ff8d0a;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}

.overview .con {
	width: 100%;
}

.overview .con p {
	color: #595757;
	font-size: 14px;
	line-height: 2;
}

.overview .con p img {
	max-width: 100%;
}

.customers {
	width: 100%;
	padding: 30px 0 0;
}

.customers .li {
	float: left;
	width: 23%;
	height: 70px;
	line-height: 0;
	font-size: 0;
	text-align: center;
	margin-right: 2%;
}

.customers .li:nth-child(4n) {
	margin-right: 0;
}

.customers .li img {
	display: inline-block;
	vertical-align: middle;
	max-width: 90%;
	max-height: 90%;
}

.management {
	width: 100%;
}

.management .tab {
	width: 100%;
	background-color: #fafafa;
}

.management .tab li {
	float: left;
	width: 50%;
	text-align: center;
	font-size: 0;
}

.management .tab li a {
	display: inline-block;
	vertical-align: top;
	height: 60px;
	line-height: 60px;
	color: #888;
	font-size: 20px;
	position: relative;
}

.management .tab li a:after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: transparent;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.management .tab li.on a {
	color: #ff8800;
	font-weight: bold;
}

.management .tab li.on a:after {
	background-color: #ff8800;
}

.management .cont {
	display: none;
}

.management .reyuan .tit {
	padding: 45px 0;
	position: relative;
}

.management .reyuan .tit .line {
	width: 100%;
	height: 1px;
	background-color: #ddd;
}

.management .reyuan .tit h6 {
	width: 160px;
	height: 30px;
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	background-color: #fff;
	color: #ff8d0a;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
}

.management .reyuan .kuangs {
	width: 210px;
	padding: 0 25px;
	margin: 0 auto;
}

.management .reyuan .kuang {
	width: 160px;
	height: 200px;
	background-color: #ddd;
	margin: 0 auto 30px;
	position: relative;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.management .reyuan .kuang a {
	display: block;
	width: 100%;
	height: 100%;
}

.management .reyuan .kuang img {
	width: 100%;
	height: 100%;
}

.management .reyuan .kuang p {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	width: 100%;
	height: 40px;
	background-color: #707070;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	padding: 0 15px;
	text-align: center;
}

.management .reyuan .kuang span {
	color: #ff8800;
	font-size: 14px;
	line-height: 40px;
	position: absolute;
	bottom: 0;
	right: 15px;
	opacity: 0;
}

.management .reyuan .kuang:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.management .reyuan .kuang:hover span {
	opacity: 1;
}

.management .reyuan .flex {
	font-size: 0;
	text-align: center;
}

.management .reyuan .flex .kuangs {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 20px;
}

.management .jiagou {
	width: 100%;
	padding: 30px 0;
}

.management .jiagou img {
	display: block;
	max-width: 100%;
}

.history {
	width: 100%;
}

.history .thumbs {
	width: 100%;
	background-color: #fafafa;
	padding: 0 80px;
	position: relative;
}

.history .swiper-button-next,
.history .swiper-button-prev {
	width: 16px;
	height: 16px;
	margin-top: 0;
	top: 23px;
	outline: none;
}

.history .swiper-button-next:after,
.history .swiper-button-prev:after {
	font-size: 16px;
	color: #ff8800;
}

.history .swiper-button-next {
	right: 20px;
}

.history .swiper-button-prev {
	left: 20px;
}

.history .items {
	width: 100%;
	padding: 30px 0 0;
}

.history .item {
	width: 100%;
	padding: 15px 0 0 80px;
	position: relative;
	margin-bottom: 30px;
}

.history .item .bark {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: url(../images/icon_his.png) center / 100% 100% no-repeat;
	color: #ff8800;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	font-weight: bold;
}

.history .item h6 {
	color: #2b2f34;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}

.history .item p {
	color: #595757;
	font-size: 14px;
	line-height: 2;
}

.history-tab {
	width: 100%;
	height: 60px;
}

.history-tab .swiper-slide {
	line-height: 60px;
	color: #888;
	font-size: 20px;
	cursor: pointer;
	text-align: center;
}

.history-tab .swiper-slide:after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background-color: #ff8800;
	opacity: 0;
}

.history-tab .swiper-slide.active {
	color: #ff8800;
	font-size: 22px;
	font-weight: bold;
}

.history-tab .swiper-slide.active:after {
	opacity: 1;
}

.print {
	padding: 60px 0 20px;
	position: relative;
}

.print .line {
	width: 100%;
	height: 0;
	border-bottom: 1px dashed #ddd;
}

.print a {
	display: block;
	width: 130px;
	height: 40px;
	border: 1px solid #dddddd;
	background-color: #fff;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #ff8800;
	position: absolute;
	top: 40px;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.print a .iconfont {
	margin-right: 10px;
}

.xianguan {
	width: 100%;
	padding: 40px 0 0;
}

.xianguan h5 {
	float: left;
	color: #ff8800;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}

.xianguan a {
	display: block;
	float: right;
	color: #888888;
	font-size: 16px;
	line-height: 30px;
}

.xianguan a span,
.xianguan a img {
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}

.xianguan li {
	float: left;
	width: 48%;
	height: 90px;
	margin-right: 2%;
	margin-bottom: 20px;
	background-color: #fafafa;
	background-image: url(../images/icon_ho.png);
	background-position: 20px 20px;
	background-size: 20px 20px;
	background-repeat: no-repeat;
}

.xianguan li:nth-child(2n) {
	margin-right: 0;
}

.xianguan li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 65px 0 50px;
}

.xianguan li h6 {
	color: #2b2f34;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xianguan li .time {
	color: #888;
	font-size: 16px;
	line-height: 20px;
}

.xianguan li:hover {
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
}

.honor {
	width: 100%;
}

.honor .tab {
	width: 100%;
	background-color: #fafafa;
}

.honor .tab li {
	float: left;
	width: 50%;
	text-align: center;
	font-size: 0;
}

.honor .tab li a {
	display: inline-block;
	vertical-align: top;
	height: 60px;
	line-height: 60px;
	color: #888;
	font-size: 20px;
	outline: none;
	position: relative;
}

.honor .tab li a:after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: transparent;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.honor .tab li.on a {
	color: #ff8800;
	font-weight: bold;
}

.honor .tab li.on a:after {
	background-color: #ff8800;
}

.honor .content {
	width: 100%;
}

.honor .items {
	display: none;
	width: 100%;
	padding: 30px 0 0;
}

.honor .item {
	width: 100%;
	padding: 15px 0 0 80px;
	position: relative;
	margin-bottom: 30px;
}

.honor .item .bark {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: url(../images/icon_his.png) center / 100% 100% no-repeat;
	color: #ff8800;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	font-weight: bold;
}

.honor .item ul {
	width: 100%;
}

.honor .item li {
	width: 100%;
	margin-bottom: 30px;
}

.honor .item li h6 {
	color: #2b2f34;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}

.honor .item li p {
	color: #595757;
	font-size: 14px;
	line-height: 2;
}

.story {
	width: 100%;
}

.swiper-stroy {
	width: 100%;
	height: 450px;
	padding: 15px 0;
}

.swiper-stroy .swiper-button-next,
.swiper-stroy .swiper-button-prev {
	width: 40px;
	height: 40px;
	outline: none;
}

.swiper-stroy .swiper-button-next:after,
.swiper-stroy .swiper-button-prev:after {
	color: #ff8d0a;
	font-size: 36px;
}

.swiper-stroy .swiper-button-prev {
	left: 82px;
}

.swiper-stroy .swiper-button-next {
	right: 82px;
}

.swiper-stroy .swiper-slide {
	width: 756px;
}

.swiper-stroy .swiper-slide .bo {
	width: 676px;
	margin: 0 auto;
	position: relative;
}

.swiper-stroy .swiper-slide .bo .play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	cursor: pointer;
}

.swiper-stroy .swiper-slide video {
	display: block;
	width: 100%;
	height: 380px;
	object-fit: cover;
}

.swiper-stroy .swiper-slide p {
	opacity: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #595757;
	font-size: 16px;
	text-align: center;
}

.swiper-stroy .swiper-slide-active .bo {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.swiper-stroy .swiper-slide-active p {
	opacity: 1;
}

.inside {
	padding: 132px 0 100px;
}

.special-tab {
	width: 100%;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
}

.special-tab ul {
	width: 100%;
}

.special-tab li {
	float: left;
	width: 33.333%;
	position: relative;
}

.special-tab li:after {
	content: "";
	display: block;
	width: 1px;
	height: 30px;
	background-color: #ddd;
	position: absolute;
	top: 25px;
	right: 0;
}

.special-tab li:before {
	content: "";
	display: block;
	width: 140px;
	height: 3px;
	background-color: #ff8d0a;
	position: absolute;
	bottom: -1px;
	left: 50%;
	opacity: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.special-tab li:last-child:after {
	display: none;
}

.special-tab li a {
	display: block;
	width: 100%;
	height: 80px;
	line-height: 80px;
	color: #888;
	font-size: 18px;
	text-align: center;
}

.special-tab li a .iconfont {
	font-size: 18px;
	margin-right: 10px;
}

.special-tab li.active:before {
	opacity: 1;
}

.special-tab li.active a {
	color: #ff8800;
	font-weight: bold;
}

.special-content {
	width: 100%;
	padding: 15px 40px 48px;
	background-color: #fff;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.special-content .items {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.special-content .item {
	width: 48%;
	margin-bottom: 40px;
	background-color: #fafafa;
	display: flex;
	display: -webkit-flex;
}

.special-content .item .img {
	width: 32%;
	height: 200px;
	overflow: hidden;
}
.special-content .item .img img {
	width: 100%;
	height: 100%;
}

.special-content .item .txt {
	width: 68%;
	background-color: #fafafa;
	padding: 20px 30px 0;
}

.special-content .item .txt h6 {
	color: #2b2f34;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.special-content .item .txt .b {
	color: #2b2f34;
	font-size: 14px;
	line-height: 1.3;
	height: 40px;
	margin-bottom: 16px;
}

.special-content .item .txt .ye {
	color: #595757;
	font-size: 14px;
	line-height: 27px;
}

.special-content .item .txt .ye span {
	font-weight: bold;
}

.special-content .item:hover {
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.pagination {
	background-color: #fafafa;
	padding: 10px 0;
	font-size: 0;
	text-align: center;
}

.pagination li {
	display: inline-block;
	vertical-align: top;
	margin: 0 8px;
}

.pagination li a,
.pagination li span {
	display: block;
	padding: 0 10px;
	height: 30px;
	color: #888888;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}

.pagination li .y {
	color: #ff8800;
}

.pagination .active span {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background-color: #ff8800;
}

.special-detail {
	width: 100%;
}

.special-detail .basic .img {
	display: block;
	float: left;
	height: 380px;
	margin-right: 38px;
}

.special-detail .basic .txt {
	float: left;
	padding: 0 0 40px;
}

.special-detail .basic .txt .ti {
	padding: 20px 0 28px;
}

.special-detail .basic .txt .ti strong {
	color: #2b2f34;
	font-size: 24px;
	font-weight: bold;
}

.special-detail .basic .txt .ti span {
	color: #2b2f34;
	font-size: 18px;
	margin-left: 45px;
}

.special-detail .basic .txt p {
	color: #595757;
	font-size: 18px;
	line-height: 48px;
}

.special-detail .basic .txt p img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.special-detail .basic .print {
	padding: 60px 0 0;
}

.special-detail .basic .print a {
	top: 20px;
	left: 0;
	transform: translateX(0);
	-webkit-transform: translateX(0);
}

.special-detail .content {
	width: 100%;
	padding: 30px;
	background-color: #fafafa;
}

.special-detail .content p {
	color: #595757;
	font-size: 16px;
	line-height: 2;
}

.department-box {
	width: 100%;
	background-color: #fff;
	padding: 30px 40px 50px;
}

.department-detail {
	float: left;
	width: 800px;
}

.department-detail .tit {
	margin-bottom: 20px;
}

.department-detail .tit h4 {
	float: left;
	color: #2b2f34;
	font-size: 24px;
	line-height: 50px;
	font-weight: bold;
}

.department-detail .bumen {
	float: right;
	position: relative;
}

.department-detail .bumen .bumen-btn {
	display: block;
	width: 140px;
	height: 48px;
	border: 1px solid #ddd;
	color: #ff8800;
	font-size: 18px;
	line-height: 48px;
	text-align: center;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}

.department-detail .bumen .bumen-btn .iconfont {
	margin-left: 5px;
}

.department-detail .bumen.active .bumen-btn {
	background-color: #ff8800;
	border-color: #ff8800;
	color: #fff;
}

.department-detail .bumen .child {
	display: none;
	position: absolute;
	top: 55px;
	right: 0;
	z-index: 1;
	width: 150px;
	padding: 10px 10px 1px;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
	overflow: auto;
	max-height: 300px;
}

.department-detail .bumen .child::-webkit-scrollbar {
	width: 1px;
	background-color: #ddd;
}

.department-detail .bumen .child::-webkit-scrollbar-thumb {
	width: 1px;
	background-color: #ff8800;
}

.department-detail .bumen .child a {
	display: block;
	width: 100%;
	margin-right: 2%;
	height: 40px;
	margin-bottom: 10px;
	background-color: #fafafa;
	color: #595757;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.department-detail .bumen .child a span {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.department-detail .bumen .child a:nth-child(3n) {
	margin-right: 0;
}

.department-detail .bumen .child a:hover,
.department-detail .bumen .child a.on {
	background-color: #fff8f0;
	color: #ff8800;
}

.department-detail .con {
	width: 100%;
	padding: 30px;
	background-color: #fafafa;
}

.department-detail .con p {
	color: #595757;
	font-size: 16px;
	line-height: 2;
}

.department-member {
	float: right;
	width: 480px;
}

.department-member .tit {
	padding: 10px 0 30px;
}

.department-member .tit h5 {
	float: left;
	color: #2b2f34;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}

.department-member .tit a {
	float: right;
	display: block;
	color: #ff8800;
	font-size: 14px;
	line-height: 30px;
}

.department-member .tit2 {
	padding: 40px 0 30px;
	color: #2b2f34;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}

.department-member .ye {
	width: 100%;
	height: 180px;
	overflow: hidden;
	margin-bottom: 30px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}

.department-member .ye p {
	color: #595757;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 15px;
}

.department-member .ye p span {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 24px;
	background-image: url(../images/icon_yj.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.department-member .more {
	width: 120px;
	height: 36px;
	line-height: 36px;
	border-radius: 2px;
	border: 1px solid #ff8800;
	background-color: #fff;
	color: #ff8800;
	font-size: 16px;
	text-align: center;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	cursor: pointer;
}

.department-member .more:hover {
	background-color: #ff8800;
	color: #fff;
}

.swiper-number {
	width: 100%;
	height: 275px;
}

.swiper-number .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
}

.swiper-number .swiper-slide p {
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 20px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
}

.swiper-number .swiper-slide p span {
	font-size: 15px;
	margin-left: 30px;
	font-weight: normal;
}

.news-items {
	width: 100%;
	padding: 30px 0 40px;
}

.news-items .li {
	width: 100%;
}

.news-items .li a {
	display: block;
	width: 100%;
	height: 180px;
	padding: 20px;
}

.news-items .li .img {
	float: left;
	width: 24%;
	height: 100%;
	background-color: #ddd;
	background-position: center;
	background-size: cover;
}

.news-items .li .txt {
	float: right;
	width: 74%;
}

.news-items .li .txt h6 {
	width: 100%;
	color: #2b2f34;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-items .li .txt .time {
	color: #888;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 15px;
}

.news-items .li .txt .cons {
	width: 100%;
	background-color: #fafafa;
	padding: 11px 15px;
}

.news-items .li .txt .con {
	width: 100%;
	color: #595757;
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}

.news-items .li:hover a {
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
}

.news-detail {
	width: 100%;
}

.news-detail h3 {
	color: #ff8800;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}

.news-detail .time {
	color: #595757;
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 30px;
}

.news-detail .con {
	width: 100%;
}

.news-detail .con p {
	color: #595757;
	font-size: 16px;
	line-height: 2;
}

.news-detail .con img {
	max-width: 100%;
	text-align: center;
}

.news-xiangguan {
	width: 100%;
}

.news-xiangguan .tit {
	color: #ff8800;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	padding: 40px 0 30px;
}

.news-xiangguan ul {
	width: 100%;
}

.news-xiangguan li {
	float: left;
	width: 47%;
	margin-right: 6%;
	margin-bottom: 20px;
}

.news-xiangguan li:nth-child(2n) {
	margin-right: 0;
}

.news-xiangguan li .img {
	float: left;
	width: 30%;
	height: 169px;
	background-position: center;
	background-size: cover;
	margin-right: 20px;
}

.news-xiangguan li .txt {
	float: left;
	width: 55%;
}

.news-xiangguan li .txt .ti {
	padding: 40px 0;
}

.news-xiangguan li .txt .ti strong {
	color: #2b2f34;
	font-size: 18px;
	font-weight: bold;
}

.news-xiangguan li .txt .ti span {
	color: #2b2f34;
	font-size: 14px;
	margin-left: 20px;
}

.news-xiangguan li .txt p {
	color: #595757;
	font-size: 14px;
	line-height: 22px;
}

.news-xiangguan li .txt p span {
	font-weight: bold;
}

.news-xiangguan li:hover {
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
}

.prev-next {
	padding: 10px 0 0;
}

.prev-next .fr p,
.prev-next .fr a {
	text-align: right;
}

.prev-next .a {
	width: 45%;
}

.prev-next .a p {
	color: #888;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
}

.prev-next .a a {
	display: block;
	width: 100%;
	color: #888;
	font-size: 16px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.prev-next .a a:hover {
	color: #ff8800;
}

.friday-thumbs {
	width: 100%;
	height: 112px;
}

.friday-thumbs .swiper-slide {
	padding: 6px;
	cursor: pointer;
}

.friday-thumbs .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.friday-thumbs .swiper-slide.active {
	background-color: #ff8800;
}

.friday-content {
	width: 100%;
}

.friday-content .tit {
	max-width: 700px;
	margin: 0 auto;
	padding: 44px 0 30px;
}

.friday-content .tit h6 {
	color: #ff8800;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
}

.friday-content .tit p {
	color: #595757;
	font-size: 18px;
	line-height: 23px;
}

.swiper-friday {
	width: 100%;
	height: 450px;
	padding: 15px 0;
}

.swiper-friday .swiper-button-next,
.swiper-friday .swiper-button-prev {
	width: 40px;
	height: 40px;
	outline: none;
}

.swiper-friday .swiper-button-next:after,
.swiper-friday .swiper-button-prev:after {
	color: #ff8d0a;
	font-size: 36px;
}

.swiper-friday .swiper-button-prev {
	left: 82px;
}

.swiper-friday .swiper-button-next {
	right: 82px;
}

.swiper-friday .swiper-slide {
	width: 756px;
}

.swiper-friday .swiper-slide .bo {
	width: 676px;
	margin: 0 auto;
}

.swiper-friday .swiper-slide .img {
	width: 100%;
	height: 330px;
	background-position: center;
	background-size: cover;
}

.swiper-friday .swiper-slide p {
	opacity: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #595757;
	font-size: 16px;
	text-align: center;
}

.swiper-friday .swiper-slide-active .bo {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.swiper-friday .swiper-slide-active p {
	opacity: 1;
}

.society {
	width: 100%;
}

.society .tit {
	color: #ff8800;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	padding: 10px 0 30px;
}

.society .tit a {
	display: block;
	float: right;
	font-size: 16px;
	color: #ff8800;
	font-weight: normal;
}

.society .cheng {
	width: 100%;
	margin-bottom: 30px;
}

.society .cheng p {
	color: #595757;
	font-size: 16px;
	line-height: 2;
}

.society .items {
	width: 100%;
}

.society .item {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 30px;
	background-color: #fafafa;
}

.society .item:nth-child(2n) {
	margin-right: 0;
}

.society .item a {
	display: block;
	width: 100%;
	height: 100%;
}

.society .item .img {
	float: left;
	width: 35%;
	height: 200px;
	overflow: hidden;
	margin-right: 20px;
	background-size: cover;
}
.society .item .img img {
	width: 100%;
	height: 100%;
}

.society .item .txt {
	float: left;
	width: 56%;
}

.society .item .txt h6 {
	padding: 40px 0;
	color: #2b2f34;
}

.society .item .txt h6 strong {
	font-size: 18px;
	font-weight: bold;
}

.society .item .txt h6 span {
	font-size: 14px;
	margin-left: 15px;
}

.society .item .txt p {
	color: #595757;
	font-size: 14px;
	line-height: 22px;
	height: 66px;
	overflow: hidden;
}

.society .item .txt .time {
	color: #888;
}

.society .item:hover {
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.case-thumbs {
	width: 100%;
	height: 60px;
	background-color: #fafafa;
}

.case-thumbs .swiper-slide {
	line-height: 60px;
	text-align: center;
	color: #888;
	font-size: 16px;
	cursor: pointer;
}

.case-thumbs .swiper-slide:after {
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	background-color: #ddd;
	position: absolute;
	right: 0px;
	top: 20px;
}

.case-thumbs .swiper-slide:before {
	content: "";
	display: block;
	width: 110px;
	height: 3px;
	background-color: transparent;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.case-thumbs .swiper-slide:last-child:after {
	display: none;
}

.case-thumbs .swiper-slide.active {
	font-size: 22px;
	font-weight: bold;
	color: #ff8800;
}

.case-thumbs .swiper-slide.active:before {
	background-color: #ff8800;
}

.cooperation-tab li {
	width: 50%;
}

.cooperation-content {
	width: 100%;
	padding: 30px 40px 48px;
	background-color: #fff;
}

.cooperation-content .content {
	width: 100%;
}

.cooperation-content .con {
	float: left;
	width: 61%;
	background-color: #fafafa;
	padding: 30px;
}

.cooperation-content .con p {
	color: #595757;
	font-size: 14px;
	line-height: 2;
}

.cooperation-content .tu {
	display: block;
	float: right;
	width: 36%;
}

.cooperation-xiangguang li {
	height: 65px;
	background-color: #fff;
}

.cooperation {
	width: 100%;
	padding: 0 75px;
	position: relative;
}

.cooperation .swiper-button-next,
.cooperation .swiper-button-prev {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid #ff8800;
	outline: none;
}

.cooperation .swiper-button-next:after,
.cooperation .swiper-button-prev:after {
	font-size: 20px;
	color: #ff8800;
}

.cooperation .swiper-button-prev {
	left: 0;
}

.cooperation .swiper-button-next {
	right: 0;
}

.swiper-cooperation {
	width: 100%;
	height: 500px;
	padding: 0 15px;
}

.swiper-cooperation .swiper-slide {
	padding: 10px 0;
}

.swiper-cooperation .swiper-slide .bo {
	float: left;
	width: 25%;
	height: 100%;
	font-size: 0;
	text-align: center;
}

.swiper-cooperation .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	-webkit-display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.swiper-cooperation .swiper-slide img {
	display: inline-block;
	vertical-align: middle;
	max-width: 80%;
	max-height: 90%;
}

.swiper-cooperation .bo:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.wisdom {
	width: 100%;
	padding: 182px 0 70px;
	position: relative;
}

.wisdom .bg,
.wisdom .meng {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.wisdom .bg {
	z-index: 1;
	background-position: center;
	background-size: cover;
}

.wisdom .meng {
	z-index: 2;
	background-color: rgba(255, 255, 255, 0.9);
}

.wisdom .content {
	position: relative;
	z-index: 3;
}

.wisdom .item {
	float: left;
	width: 19%;
	margin-right: 8%;
	margin-bottom: 70px;
	background-color: #fff;
}

.wisdom .item:nth-child(4n) {
	margin-right: 0;
}

.wisdom .item .bo {
	width: 100%;
	height: 100%;
	padding: 30px;
}

.wisdom .item h6 {
	color: #2b2f34;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.wisdom .item .line {
	width: 24px;
	height: 3px;
	background-color: #2b2f34;
	margin-bottom: 20px;
}

.wisdom .item .img {
	height: 60px;
	margin-bottom: 20px;
}

.wisdom .item .img img {
	display: block;
	height: 100%;
	margin: 0 auto;
}

.wisdom .item .img .h {
	display: none;
}

.wisdom .item p {
	color: #5d5d5d;
	font-size: 16px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
}

.wisdom .item:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.wisdom .item:hover h6 {
	color: #ff8800;
}

.wisdom .item:hover .img .s {
	display: none;
}

.wisdom .item:hover .img .h {
	display: block;
}

.contact {
	margin-bottom: 60px;
}

.contact .index-contact {
	padding: 182px 0 60px;
}

.join {
	background-color: #fff;
	padding: 0 40px 35px;
}

.join h4 {
	color: #ff8800;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	padding: 50px 0 30px;
}

.join .con {
	float: left;
	width: 60.6%;
	height: 564px;
	background-color: #fafafa;
	padding: 30px;
	overflow: hidden;
}

.join .con .p {
	width: 100%;
	height: 100%;
	overflow: auto;
}

.join .con .p::-webkit-scrollbar {
	width: 2px;
	background-color: #ddd;
}

.join .con .p::-webkit-scrollbar-thumb {
	width: 2px;
	background-color: #999;
}

.join .con p {
	color: #595757;
	font-size: 16px;
	line-height: 2;
}

.join .img {
	float: right;
	width: 36.4%;
	height: 564px;
	background-position: center;
	background-size: cover;
}

.contact-search {
	width: 100%;
	padding: 0 40px 50px;
	background-color: #fff;
}

.contact-search .selects {
	float: left;
	margin-right: 20px;
	border: 1px solid #dddddd;
}

.contact-search .selects .label {
	float: left;
	width: 110px;
	height: 38px;
	line-height: 38px;
	color: #595757;
	font-size: 16px;
	text-align: center;
	position: relative;
}

.contact-search .selects .label:after {
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	background-color: #ddd;
	position: absolute;
	top: 10px;
	right: 0;
}

.contact-search .selects .select {
	float: right;
	width: 280px;
}

.contact-search .selects .select .layui-input {
	border: none;
}

.contact-search .selects .select .layui-form-select .layui-edge {
	border-top-color: #ff8800;
}

.contact-search .layui-btn {
	display: block;
	float: left;
	width: 120px;
	background-color: #ff8800;
}

.contact-search .show {
	width: 100%;
	padding: 30px 0 0;
}

.contact-search .show ul {
	width: 100%;
}

.contact-search .show li {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 15px;
}

.contact-search .show li:nth-child(2n) {
	margin-right: 0;
}

.contact-search .show li .ti-btn {
	width: 100%;
	height: 40px;
	padding: 0 20px;
	position: relative;
	background-color: #ddd;
	cursor: pointer;
}

.contact-search .show li .ti-btn h6 {
	color: #595757;
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
}

.contact-search .show li .ti-btn .btn {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 20px;
}

.contact-search .show li .ti-btn .btn span {
	display: block;
	background-color: #fff;
	position: absolute;
}

.contact-search .show li .ti-btn .btn .s1 {
	width: 100%;
	height: 5px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 0;
	right: 0;
}

.contact-search .show li .ti-btn .btn .s2 {
	width: 5px;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.contact-search .show li .con {
	display: none;
	width: 100%;
	height: 320px;
	padding: 20px;
	background-color: #fff;
	overflow: hidden;
}

.contact-search .show li .con .p {
	width: 100%;
	height: 100%;
	overflow: auto;
}

.contact-search .show li .con .p::-webkit-scrollbar {
	width: 2px;
	background-color: #ddd;
}

.contact-search .show li .con .p::-webkit-scrollbar-thumb {
	width: 2px;
	background-color: #999;
}

.contact-search .show li .con p {
	color: #595757;
	font-size: 14px;
	line-height: 24px;
}

.contact-search .show li.active {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.contact-search .show li.active .ti-btn {
	background-color: rgba(255, 136, 0, 0.2);
}

.contact-search .show li.active .ti-btn h6 {
	color: #ff8800;
}

.contact-search .show li.active .ti-btn .btn .s1 {
	transform: translateY(-50%) rotate(45deg);
	-webkit-transform: translateY(-50%) rotate(45deg);
}

.contact-search .show li.active .ti-btn .btn .s2 {
	transform: translateX(-50%) rotate(45deg);
	-webkit-transform: translateX(-50%) rotate(45deg);
}

.contact-list {
	width: 100%;
	padding: 0 40px 50px;
	background-color: #fff;
}

.contact-list .ul {
	width: 100%;
}

.contact-list .li {
	float: left;
	width: 48%;
	margin-right: 4%;
	border: 1px solid #ddd;
	padding: 0 30px 20px;
	margin-bottom: 40px;
	overflow: hidden;
}

.contact-list .li:nth-child(2n) {
	margin-right: 0;
}

.contact-list .li h5 {
	color: #ff8800;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	padding: 17px 0;
}

.contact-list .li .p {
	width: 100%;
	height: 120px;
	overflow: auto;
}

.contact-list .li .p::-webkit-scrollbar {
	width: 2px;
	background-color: #fafafa;
}

.contact-list .li .p::-webkit-scrollbar-thumb {
	width: 2px;
	background-color: #ddd;
}

.contact-list .li .p p {
	color: #595757;
	font-size: 14px;
	line-height: 2;
}

.contact-list .more {
	padding: 20px 0 0;
	font-size: 0;
	text-align: center;
}

.contact-list .more a {
	display: inline-block;
	vertical-align: top;
}

.contact-list .more a span,
.contact-list .more a img {
	display: inline-block;
	vertical-align: middle;
}

.contact-list .more a img {
	margin-left: 5px;
}

.contact-list .more a span {
	font-size: 18px;
	color: #ff8800;
}

.search-rusult {
	padding: 0 0 70px;
}

.search-rusult .tit {
	padding: 60px;
	font-size: 24px;
	font-weight: bold;
	color: #888;
	line-height: 1;
}

.search-rusult .item {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	background-color: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	margin-bottom: 60px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	position: relative;
}

.search-rusult .item:after {
	content: "";
	display: block;
	width: 3px;
	height: 20px;
	background-color: #ff8d0a;
	position: absolute;
	top: 20px;
	left: 20px;
}

.search-rusult .item:nth-child(4n) {
	margin-right: 0;
}

.search-rusult .item a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px 30px;
}

.search-rusult .item h6 {
	color: #2b2f34;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.search-rusult .item p {
	color: #595757;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	height: 72px;
}

.search-rusult .item:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.layui-layer-pop .layui-layer-setwin {
	top: 60px;
	right: 60px;
}

.case-pop {
	display: none;
	width: 100%;
	padding: 0 35px 50px;
}

.case-pop .tit {
	color: #2b2f34;
	font-size: 20px;
	line-height: 1;
	padding: 60px 0 30px;
}

.case-pop ul {
	width: 100%;
}

.case-pop li {
	float: left;
	width: 120px;
	height: 40px;
	margin-bottom: 10px;
	margin-right: 10px;
	background-color: #f3f3f3;
	line-height: 40px;
	text-align: center;
	color: #888888;
	font-size: 16px;
	cursor: pointer;
}

.case-pop li:nth-child(6n) {
	margin-right: 0;
}

.case-pop li:hover {
	background-color: #fff8f0;
	color: #ff8800;
}

.video-pop {
	display: none;
	width: 100%;
	padding: 0 35px 50px;
}

.video-pop .tit {
	color: #2b2f34;
	font-size: 20px;
	line-height: 1;
	padding: 60px 0 30px;
}

.video-pop ul {
	width: 100%;
	display: flex;
	-webkit-display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.video-pop li {
	width: 240px;
}

.video-pop li a {
	display: block;
	width: 100%;
	height: 100%;
}

.video-pop li .img {
	width: 100%;
	height: 122px;
	border-radius: 6px;
	background-color: #fafafa;
	border: 1px solid #fafafa;
	text-align: center;
	font-size: 0;
	line-height: 120px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	margin-bottom: 15px;
}

.video-pop li .img img {
	display: inline-block;
	vertical-align: middle;
	height: 72px;
}

.video-pop li p {
	color: #888;
	font-size: 16px;
	text-align: center;
}

.video-pop li:hover .img {
	border-color: #ff8800;
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
}

.reserve-pop {
	display: none;
	width: 100%;
	padding: 0 35px 50px;
}

.reserve-pop .tit {
	color: #2b2f34;
	font-size: 20px;
	line-height: 1;
	padding: 60px 0 30px;
}

.reserve-pop .inp {
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}

.reserve-pop .inp label {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 15px;
	color: #888;
	font-size: 15px;
}

.reserve-pop .inp label:after {
	content: "";
	display: block;
	width: 1px;
	height: 16px;
	background-color: #ddd;
	position: absolute;
	top: 4px;
	right: -15px;
}

.reserve-pop .inp input {
	display: block;
	width: 100%;
	height: 40px;
	border-radius: 3px;
	border: 1px solid #ddd;
	padding: 0 15px 0 100px;
}

.reserve-pop textarea {
	display: block;
	width: 100%;
	border: none;
	height: 80px;
	border-radius: 3px;
	resize: none;
	background-color: #fafafa;
	margin-bottom: 15px;
	padding: 10px 15px;
}

.reserve-pop .p {
	margin: 30px 0;
	width: 100%;
	height: 1px;
	background-color: #ddd;
	position: relative;
}

.reserve-pop .p span {
	display: block;
	color: #888;
	font-size: 16px;
	width: 152px;
	height: 20px;
	text-align: center;
	background-color: #fff;
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.reserve-pop .btn {
	display: block;
	width: 100%;
	height: 50px;
	border: 1px solid #ff8800;
	background-color: #fff;
	color: #ff8800;
	font-size: 18px;
	font-weight: bold;
}

.menu {
	display: none;
}

@media screen and (max-width: 1440px) {
	.width1400 {
		width: 1200px;
	}

	.nav li {
		margin-left: 30px;
	}

	.head-search-on .inp {
		width: 600px;
	}

	.head-search .inp input {
		width: 500px;
	}

	.banner .txt .p,
	.swiper-banner .txt .p {
		margin: 0 20px;
	}

	.banner .txt .p p,
	.swiper-banner .txt .p p {
		font-size: 64px;
		line-height: 1.3;
	}

	.banner .txt .p span,
	.swiper-banner .txt .p span {
		font-size: 16px;
	}

	.index-intro .content h5 {
		font-size: 36px;
	}

	.index-intro .content .con {
		font-size: 14px;
	}

	.index-intro .li {
		width: 160px;
		margin-right: 48px;
	}

	.index-intro .li .bo {
		height: 160px;
	}

	.history-years .swiper-slide .y {
		font-size: 72px;
	}

	.history-years .swiper-slide .txt {
		font-size: 14px;
	}

	.index-history .title h4 {
		font-size: 36px;
	}

	.index-honor .title h4 {
		font-size: 36px;
	}

	.index-honor .title {
		margin-bottom: 125px;
	}

	.honor-thumbs {
		width: 450px;
	}

	.swiper-honor {
		width: 660px;
	}

	.swiper-honor .slide-honor {
		padding: 40px;
	}

	.honor-items .item h6 {
		font-size: 14px;
	}

	.swiper-honor-lei .swiper-slide p {
		font-size: 14px;
	}

	.index-clientTitle-bg h5 {
		font-size: 36px;
	}

	.index-clientTitle-bg .txt {
		font-size: 14px;
	}

	.index-client .item {
		width: 285px;
		height: 85px;
		line-height: 85px;
		margin-right: 20px;
	}

	.index-contact h4 {
		font-size: 36px;
		line-height: 1.3;
	}

	.index-contact .my-map {
		width: 680px;
	}

	.index-contact .txt p {
		font-size: 14px;
	}

	.index-contact .liuyan {
		width: 460px;
	}

	.index-contact .liuyan input[type="text"] {
		width: 100%;
		float: none;
		height: 42px;
	}

	.index-contact .liuyan h6 {
		line-height: 60px;
		margin-bottom: 20px;
		font-size: 20px;
	}

	.index-contact .liuyan .btn {
		height: 50px;
	}

	.inside-nav {
		width: 220px;
	}

	.inside-nav li {
		padding: 0 30px 0 20px;
	}

	.inside-nav li a {
		font-size: 14px;
	}

	.inside-nav li.active a {
		font-size: 18px;
	}

	.inside-content {
		width: 900px;
		padding: 40px 30px 50px;
	}

	.news-items .li .txt h6 {
		font-size: 16px;
	}

	.news-items .li .txt .time {
		font-size: 14px;
	}

	.news-items .li .txt .con {
		font-size: 14px;
	}

	.pagination li a,
	.pagination li span {
		font-size: 14px;
	}

	.overview .con p {
		font-size: 14px;
	}

	.society .tit {
		font-size: 18px;
	}

	.society .cheng p {
		font-size: 14px;
	}

	.society .item .img {
		height: 176px;
	}

	.society .item .txt h6 {
		padding: 30px 0;
	}

	.society .item .txt p {
		font-size: 14px;
	}

	.society .tit a {
		font-size: 14px;
	}

	.swiper-stroy .swiper-button-next {
		right: 22px;
	}

	.swiper-stroy .swiper-button-prev {
		left: 22px;
	}

	.cooperation-content {
		padding: 30px 30px 48px;
	}

	.cooperation-content .con p {
		font-size: 14px;
	}

	.xianguan h5 {
		font-size: 18px;
	}

	.xianguan li h6 {
		font-size: 16px;
	}

	.xianguan li a {
		padding: 17px 0 65px 50px;
	}

	.join {
		padding: 0 30px 35px;
	}

	.join h4 {
		font-size: 20px;
	}

	.join .con p {
		font-size: 14px;
	}

	.contact-list .li {
		padding: 0 20px 15px;
	}

	.honor .item li h6 {
		font-size: 18px;
	}

	.xianguan a {
		font-size: 14px;
	}

	.xianguan li .time {
		font-size: 14px;
	}

	.history-tab .swiper-slide {
		font-size: 18px;
	}

	.history-tab .swiper-slide.active {
		font-size: 20px;
	}

	.history .item h6 {
		font-size: 18px;
	}

	.inside-nav .re {
		padding: 25px 15px 30px;
	}

	.inside-nav .re .dh {
		padding-left: 35px;
		background-size: 25px 25px;
		background-position: 0 center;
	}

	.inside-nav .re .dh .d {
		font-size: 16px;
	}

	.friday-thumbs {
		height: 96px;
	}

	.friday-content .tit h6 {
		font-size: 18px;
	}

	.friday-content .tit p {
		font-size: 14px;
	}

	.swiper-friday .swiper-slide {
		width: 700px;
	}

	.swiper-friday .swiper-button-next {
		right: 6px;
	}

	.swiper-friday .swiper-button-prev {
		left: 6px;
	}

	.swiper-friday .swiper-button-next,
	.swiper-friday .swiper-button-prev {
		top: 43%;
	}

	.news-detail h3 {
		font-size: 18px;
	}

	.news-detail .con p {
		font-size: 14px;
	}

	.news-xiangguan li .img {
		height: 177px;
	}

	.news-xiangguan li .txt .ti {
		padding: 30px 0;
	}

	.prev-next .a a {
		font-size: 14px;
	}

	.case-thumbs .swiper-slide {
		font-size: 16px;
	}

	.case-thumbs .swiper-slide.active {
		font-size: 18px;
	}

	.wisdom .item .bo {
		padding: 20px;
	}

	.wisdom .item h6 {
		font-size: 16px;
	}

	.wisdom .item .line {
		margin-bottom: 15px;
	}

	.wisdom .item p {
		font-size: 14px;
		line-height: 20px;
		height: 60px;
	}

	.special-detail .basic .txt p {
		font-size: 16px;
	}

	.special-detail .content p {
		font-size: 14px;
	}

	.department-box {
		padding: 30px 30px 48px;
	}

	.department-detail {
		width: 700px;
	}

	.department-member {
		width: 390px;
	}

	.department-detail .con p {
		font-size: 14px;
	}

	.swiper-number {
		height: 230px;
	}

	.swiper-number .swiper-slide {
		width: 250px;
	}

	.swiper-number .swiper-slide p {
		padding: 0 12px;
		font-size: 18px;
	}

	.swiper-number .swiper-slide p span {
		font-size: 16px;
	}

	.department-detail .bumen .child {
		width: 700px;
	}

	.department-detail .bumen .child a {
		font-size: 14px;
	}

	.overview h5 {
		font-size: 18px;
	}

	.maxdetailtxt {
		width: 500px;
	}
}

@media screen and (max-width: 1270px) {
	.width1400 {
		width: 940px;
	}

	.nav li {
		margin-left: 12px;
	}

	.nav li > a {
		font-size: 15px;
	}

	.nav .child a {
		font-size: 14px;
	}

	.head-search-on .inp {
		width: 400px;
	}

	.head-search .inp input {
		width: 300px;
	}

	.banner .txt .p p,
	.swiper-banner .txt .p p {
		font-size: 48px;
	}

	.banner .txt .p span,
	.swiper-banner .txt .p span {
		font-size: 14px;
	}

	.index-intro .content {
		width: 80%;
		margin: 0 auto;
	}

	.index-intro .content h5 {
		font-size: 36px;
		text-align: center;
	}

	.index-intro .content a {
		margin: 0 auto 50px;
	}

	.index-intro .li {
		position: initial !important;
		width: 15% !important;
		margin-right: 2% !important;
	}

	.index-intro .li:last-child {
		margin-right: 0 !important;
	}

	.index-intro .li .bo {
		height: 144px;
	}

	.index-intro .li .shu {
		height: 40px;
		top: -25px;
	}

	.index-intro .li .img {
		line-height: 144px;
	}

	.index-history .title h4 {
		font-size: 36px;
		line-height: 1.3;
	}

	.index-history .title {
		padding: 90px 0 60px;
	}

	.history-thumbs .swiper-slide p {
		font-size: 16px;
	}

	.history-years .swiper-slide .y {
		font-size: 80px;
	}

	.index-history {
		padding: 0 0 90px;
	}

	.index-honor .title h4 {
		font-size: 36px;
	}

	.honor-thumbs {
		width: 320px;
	}

	.swiper-honor {
		width: 590px;
	}

	.honor-thumbs .swiper-slide-thumb-active {
		font-size: 72px;
		height: 120px;
		line-height: 120px;
	}

	.swiper-honor-lei .swiper-slide .img {
		width: 60px;
		height: 60px;
		line-height: 60px;
	}

	.swiper-honor-lei .swiper-slide .img img {
		height: 30px;
	}

	.honor-items .item h6 {
		font-size: 14px;
	}

	.index-clientTitle-bg h5 {
		font-size: 36px;
		text-align: center;
	}

	.index-clientTitle-bg .txt {
		width: 80%;
		margin: 0 auto;
	}

	.index-client .item {
		width: 220px;
		height: 65px;
		line-height: 65px;
	}

	.index-contact h4 {
		font-size: 36px;
		text-align: center;
	}

	.index-contact .fl {
		float: none;
	}

	.index-contact .fl .clearfix {
		width: 680px;
		margin: 0 auto 30px;
	}

	.index-contact .liuyan {
		float: none;
		width: 680px;
		margin: 0 auto;
	}

	.department-detail,
	.department-member {
		width: 100%;
		float: none;
	}

	.wisdom .item {
		width: 21%;
		margin-right: 4%;
	}

	.inside-content {
		width: 690px;
		padding: 20px 10px 50px;
	}

	.news-items .li a {
		padding: 10px;
		height: 160px;
	}

	.news-xiangguan .tit {
		font-size: 20px;
	}

	.news-xiangguan li .img {
		height: 118px;
	}

	.news-xiangguan li .txt .ti {
		padding: 20px 0 10px;
	}

	.news-xiangguan li .txt .ti strong {
		font-size: 16px;
	}

	.news-xiangguan li .txt .ti span {
		font-size: 14px;
		margin-left: 10px;
	}

	.swiper-friday .swiper-slide {
		width: 100%;
	}

	.swiper-friday {
		height: 400px;
	}

	.join {
		padding: 0 15px 30px;
	}

	.index-contact .my-map,
	.index-contact .fl .clearfix {
		width: 100%;
	}

	.join .con {
		padding: 15px;
	}

	.cooperation-content .con {
		padding: 15px;
	}

	.swiper-cooperation .swiper-slide {
		height: 60px;
	}

	.swiper-cooperation .swiper-slide .bo {
		line-height: 60px;
	}

	.swiper-cooperation {
		height: 420px;
	}

	.swiper-stroy .swiper-slide {
		width: 100%;
	}

	.swiper-stroy .swiper-slide .bo {
		width: 100%;
	}

	.society .item .img {
		height: 140px;
	}

	.society .item .txt h6 {
		padding: 20px 0 15px;
	}

	.maxdetailtxt {
		width: 400px;
	}
}

@media screen and (max-width: 980px) {
	.width1400 {
		width: 750px;
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	.header .bottom {
		background-color: #fff;
	}

	.menu {
		float: right;
		display: block;
		height: 80px;
		line-height: 80px;
		font-size: 0;
	}

	.menu .bars {
		display: inline-block;
		vertical-align: middle;
		cursor: pointer;
	}

	.menu .bar {
		width: 35px;
		height: 5px;
		margin: 5px 0;
		background-color: #ff8800;
	}

	.menu-active .bar:nth-child(1) {
		transform: translateY(10px) rotate(-45deg);
	}

	.menu-active .bar:nth-child(2) {
		opacity: 0;
	}

	.menu-active .bar:nth-child(3) {
		transform: translateY(-10px) rotate(45deg);
	}

	.nav {
		display: none;
		float: none;
		position: fixed;
		top: 112px;
		left: 0;
		right: 0;
		background-color: rgba(0, 0, 0, 0.8);
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding: 0 20px;
	}

	.nav li {
		float: none;
		margin-left: 0;
	}

	.nav .child {
		display: block;
		position: initial;
		top: auto;
		left: auto;
		transform: translateX(0);
		box-shadow: none;
		width: 100%;
		background-color: rgba(255, 255, 255, 0.1);
	}

	.nav .child a {
		width: 30%;
		margin-right: 5% !important;
	}

	.nav .child a:nth-child(3n) {
		margin-right: 0 !important;
	}

	.nav li > a {
		font-size: 16px;
		height: 50px;
		line-height: 50px;
		color: #fff;
		border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
	}

	.head-search {
		margin-left: 10px;
	}

	.index-intro .lis {
		margin-bottom: 50px;
	}

	.index-intro .li p {
		font-size: 14px;
	}

	.index-history-years .swiper-button-next,
	.index-history-years .swiper-button-prev {
		display: none;
	}

	.history-years {
		width: 100%;
	}

	.history-years .swiper-slide .y {
		font-size: 54px;
	}

	.index-honor .left,
	.index-honor .right {
		float: none;
	}

	.index-honor .title h4 {
		text-align: center;
	}

	.index-honor-thumbs {
		margin-bottom: 20px;
	}

	.swiper-honor {
		width: 100%;
	}

	.index-client .item {
		width: 30%;
		margin-right: 5% !important;
	}

	.index-client .item:nth-child(3n) {
		margin-right: 0 !important;
	}

	.index-client {
		padding: 40px 20px 0;
	}

	.special-tab li a {
		font-size: 18px;
	}

	.department-detail .tit h4 {
		font-size: 20px;
		line-height: 40px;
	}

	.department-detail .bumen .bumen-btn {
		height: 38px;
		line-height: 38px;
	}

	.department-member .tit h5,
	.department-member .tit2 {
		font-size: 20px;
	}

	.special-detail .basic .img {
		height: 280px;
		margin-right: 20px;
	}

	.special-detail .basic .txt .ti strong {
		font-size: 18px;
	}

	.special-detail .basic .txt .ti span {
		font-size: 15px;
		margin-left: 25px;
	}

	.special-detail .basic .txt p {
		font-size: 14px;
		line-height: 2;
	}

	.special-detail .content {
		padding: 20px;
	}

	.wisdom .item {
		width: 48%;
		margin-right: 4% !important;
		margin-bottom: 20px;
	}

	.wisdom .item:nth-child(3n) {
		margin-right: 4% !important;
	}

	.wisdom .item:nth-child(2n) {
		margin-right: 0 !important;
	}

	.inside-nav {
		float: none;
		margin-bottom: 30px;
		width: 100%;
	}

	.inside-nav li {
		height: 40px;
	}

	.inside-nav li a {
		line-height: 40px;
	}

	.inside-nav .re {
		padding: 15px;
		height: auto;
	}

	.inside-nav .re .dh {
		margin-bottom: 10px;
	}

	.join .con {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}

	.join .img {
		width: 100%;
		float: none;
	}

	.contact-list {
		padding: 0 20px 30px;
	}

	.contact-list .li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.cooperation-content .con {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	.cooperation-content .tu {
		float: none;
		width: 100%;
	}

	.swiper-cooperation {
		padding: 0;
	}

	.search-rusult .item:nth-child(4n) {
		margin-right: 2%;
	}

	.search-rusult .item {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 20px;
	}

	.search-rusult .item:nth-child(2n) {
		margin-right: 0;
	}

	.swiper-cooperation .swiper-slide .bo {
		width: 50%;
	}

	.maxdetailtxt {
		width: 400px;
	}
}

@media screen and (max-width: 750px) {
	.width1400 {
		width: 100%;
		padding-left: 0.2rem;
		padding-right: 0.2rem;
	}

	.header .top .language {
		margin-left: 0.3rem;
	}

	.header .top .re {
		font-size: 0.2rem;
	}

	.header .bottom {
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
	}

	.header .logo {
		height: 1.2rem;
		line-height: 1.2rem;
	}

	.header .logo img {
		height: 0.6rem;
	}

	.menu {
		height: 1.2rem;
		line-height: 1.2rem;
	}

	.menu .bar {
		width: 0.5rem;
		height: 0.06rem;
		margin: 0.08rem 0;
	}

	.menu-active .bar:nth-child(1) {
		transform: translateY(0.14rem) rotate(-45deg);
	}

	.menu-active .bar:nth-child(3) {
		transform: translateY(-0.14rem) rotate(45deg);
	}

	.header .top {
		height: 0.6rem;
	}

	.header .top .re {
		line-height: 0.6rem;
	}

	.nav {
		top: 1.8rem;
	}

	.nav li > a {
		height: 0.6rem;
		line-height: 0.6rem;
		font-size: 0.3rem;
	}

	.nav .child a {
		height: 0.5rem;
		line-height: 0.5rem;
		font-size: 0.24rem;
		text-align: center;
	}

	.nav .child a .iconfont {
		display: none;
	}

	.index-contact .my-map,
	.index-contact .fl .clearfix,
	.index-contact .liuyan {
		width: 100%;
	}

	.banner,
	.swiper-banner {
		margin-top: 1.8rem;
	}

	.banner .txt .p,
	.swiper-banner .txt .p {
		margin: 0 0.1rem;
	}

	.banner .txt .p p,
	.swiper-banner .txt .p p {
		font-size: 0.48rem;
	}

	.banner .txt .p span,
	.swiper-banner .txt .p span {
		font-size: 0.24rem;
	}

	.index-intro {
		padding: 1.4rem 0.2rem 1.2rem;
	}

	.index-intro .content {
		width: 100%;
	}

	.index-intro .content h5 {
		font-size: 0.48rem;
		line-height: 1.3;
		margin-bottom: 0.5rem;
	}

	.index-intro .content .con {
		font-size: 0.24rem;
		line-height: 0.5rem;
		height: 2rem;
		margin-bottom: 0.5rem;
	}

	.index-intro .content a {
		margin-bottom: 0.9rem;
	}

	.index-intro .li {
		width: 30% !important;
		margin-right: 5% !important;
		margin-bottom: 0.3rem;
	}

	.index-intro .li:nth-child(3n) {
		margin-right: 0 !important;
	}

	.index-intro .li .bo {
		margin-bottom: 0.2rem;
	}

	.index-intro .li p {
		font-size: 0.24rem;
	}

	.index-intro .li .img img {
		height: 0.9rem;
	}

	.index-intro .lis {
		margin-bottom: 0.5rem;
	}

	.index-history {
		padding: 0 0 0.9rem;
	}

	.index-history .title {
		padding: 0.9rem 0 0.4rem;
	}

	.index-history .title h4 {
		font-size: 0.48rem;
	}

	.history-thumbs .swiper-slide-thumb-active {
		width: 1rem;
	}

	.history-thumbs {
		margin-bottom: 0.6rem;
	}

	.history-years .swiper-slide .y {
		float: none;
		font-size: 0.72rem;
		margin-bottom: 0.3rem;
	}

	.history-years .swiper-slide .txt {
		width: 100%;
		font-size: 0.24rem;
		line-height: 2;
	}

	.index-honor {
		padding: 1.4rem 0;
	}

	.index-honor .title {
		margin-bottom: 0.7rem;
	}

	.index-honor .title h4 {
		font-size: 0.48rem;
		line-height: 1.3;
	}

	.index-honor-thumbs .swiper-button-next,
	.index-honor-thumbs .swiper-button-prev {
		display: none;
	}

	.honor-thumbs .swiper-slide {
		height: 0.7rem;
		line-height: 0.7rem;
	}

	.honor-thumbs .swiper-slide-thumb-active {
		font-size: 0.72rem;
		height: 1.2rem;
		line-height: 1.2rem;
	}

	.honor-thumbs {
		width: 100%;
		height: 6rem;
	}

	.swiper-honor {
		height: 12rem;
	}

	.swiper-honor .slide-honor {
		padding: 0.3rem 0.2rem;
	}

	.honor-items .items {
		padding: 0 0.5rem 0 0;
	}

	.honor-items .item {
		padding: 0.2rem 0 0.2rem 0.6rem;
	}

	.honor-items .item h6 {
		font-size: 0.3rem;
		line-height: 1.5;
	}

	.honor-items .item .time {
		font-size: 0.24rem;
	}

	.index-client-bg {
		padding: 1.4rem 0 0.8rem;
	}

	.index-clientTitle-bg h5 {
		font-size: 0.48rem;
		line-height: 1.3;
		margin-bottom: 0.5rem;
	}

	.index-clientTitle-bg .txt {
		width: 100%;
		font-size: 0.24rem;
		line-height: 2;
	}

	.index-client {
		padding: 0.4rem 0.2rem 0;
	}

	.index-client .item {
		height: 0.8rem;
		line-height: 0.8rem;
		margin-bottom: 0.3rem;
	}

	.index-contact {
		padding: 1.3rem 0.2rem;
	}

	.index-contact h4 {
		font-size: 0.48rem;
		margin-bottom: 0.5rem;
	}

	.index-contact .my-map {
		height: 4.6rem;
	}

	.index-contact .txt {
		float: none;
		margin-bottom: 0.3rem;
	}

	.index-contact .txt h5 {
		font-size: 0.36rem;
	}

	.index-contact .txt p {
		font-size: 0.2rem;
		line-height: 2;
	}

	.index-contact .erweima {
		float: none;
	}

	.index-contact .liuyan {
		padding: 0 0.3rem;
	}

	.index-contact .liuyan h6 {
		line-height: 0.9rem;
	}

	.index-contact .liuyan textarea {
		margin-bottom: 0.4rem;
	}

	.index-contact .liuyan .btn {
		height: 0.8rem;
	}

	.index-contact .liuyan {
		height: 450px;
	}

	.footer .txt {
		float: none;
		text-align: center;
		font-size: 0.2rem;
		line-height: 1.5;
		padding: 0.2rem 0;
	}

	.footer .lian {
		float: none;
		text-align: center;
	}

	.footer .lian p,
	.footer .lian ul {
		float: none;
		display: inline-block;
		vertical-align: top;
	}

	.index-contact .liuyan p {
		font-size: 0.2rem;
	}

	.inside {
		padding: 2.4rem 0.2rem 1rem;
	}

	.special-tab li:before {
		width: 100%;
	}

	.special-tab li a {
		font-size: 0.3rem;
		height: 1rem;
		line-height: 1rem;
	}

	.special-tab li a .iconfont {
		font-size: 0.3rem;
		margin-right: 0.1rem;
	}

	.special-tab li:after {
		top: 0.26rem;
	}

	.pagination li {
		display: none;
	}

	.pagination li:first-child,
	.pagination li:last-child,
	.pagination li.active {
		display: inline-block;
	}

	.department-box {
		padding: 0.3rem 0.25rem 0.5rem;
	}

	.department-detail .con {
		padding: 0.15rem;
	}

	.department-detail .bumen .bumen-btn {
		width: 2rem;
		font-size: 0.3rem;
	}

	.department-member .ye p {
		font-size: 0.3rem;
		line-height: 1.5;
	}

	.special-detail .basic .img {
		float: none;
		margin: 0 auto;
		height: 5rem;
	}

	.special-detail .basic .txt {
		float: none;
		padding: 0 0 0.4rem;
	}

	.special-detail .basic .txt .ti {
		text-align: center;
		padding: 0.2rem 0 0.3rem;
	}

	.special-detail .basic .txt p {
		font-size: 0.24rem;
	}

	.print a {
		width: 2.2rem;
		height: 0.6rem;
		line-height: 0.6rem;
		font-size: 0.3rem;
	}

	.special-detail .content {
		padding: 0.15rem;
	}

	.wisdom {
		padding: 2.4rem 0 0.7rem;
	}

	.wisdom .item .bo {
		padding: 0.2rem;
	}

	.wisdom .item h6 {
		font-size: 0.3rem;
		line-height: 1.3;
	}

	.wisdom .item .img {
		height: 0.8rem;
		margin-bottom: 0.4rem;
	}

	.wisdom .item p {
		font-size: 0.24rem;
		line-height: 0.35rem;
		height: 0.7rem;
	}

	.inside-nav {
		padding: 0.2rem 0 0 0.2rem;
	}

	.inside-nav li {
		height: 0.7rem;
		width: 90%;
	}

	.inside-nav li a {
		height: 0.7rem;
	}

	.inside-nav li.active {
		height: 0.9rem;
	}

	.inside-nav li.active a {
		line-height: 0.9rem;
	}

	.inside-nav li:after {
		right: -0.45rem;
		border-top: 0.45rem solid transparent;
		border-bottom: 0.45rem solid transparent;
		border-left: 0.45rem solid transparent;
	}

	.inside-nav .re a {
		width: 80%;
		margin: 0 auto;
	}

	.inside-nav .re a span {
		font-size: 0.3rem;
	}

	.inside-nav .re a img {
		margin-right: 0.1rem;
	}

	.inside-content {
		width: 100%;
		padding: 0.3rem 0.1rem 0.5rem;
	}

	.news-items .li a {
		padding: 0.1rem;
	}

	.news-items .li .txt h6 {
		font-size: 0.3rem;
	}

	.news-items .li .txt .time {
		font-size: 0.2rem;
	}

	.news-items .li .txt .cons {
		padding: 0.2rem;
	}

	.news-items .li .txt .con {
		font-size: 0.24rem;
		line-height: 0.35rem;
		height: 0.7rem;
	}

	.news-items .li a {
		height: 2.7rem;
	}

	.news-items {
		padding: 0.3rem 0 0.4rem;
	}

	.case-thumbs .swiper-slide {
		font-size: 0.3rem;
	}

	.case-thumbs .swiper-slide.active {
		font-size: 0.3rem;
	}

	.inside-banner-bg {
		padding: 1.8rem 0 0.2rem;
	}

	.inside-banner {
		height: 3.4rem;
	}

	.news-xiangguan li {
		width: 100%;
		margin-right: 0;
	}

	.news-xiangguan li .img {
		height: 155px;
	}

	.prev-next .a.fl,
	.prev-next .a.fr {
		float: none;
		width: 100%;
		margin-bottom: 0.3rem;
	}

	.prev-next .fr p,
	.prev-next .fr a {
		text-align: left;
	}

	.swiper-friday .swiper-slide .img {
		height: 240px;
	}

	.swiper-friday {
		height: 320px;
	}

	.swiper-friday .swiper-slide .bo {
		width: 100%;
	}

	.xianguan li {
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 0.2rem;
		background-position: 0.2rem 0.2rem;
	}

	.xianguan li a {
		padding: 0.15rem 0 0.2rem 0.8rem;
	}

	.xianguan li h6 {
		font-size: 0.3rem;
	}

	.history .thumbs {
		padding: 0 50px;
	}

	.history .item {
		padding: 0.2rem 0 0 1.2rem;
	}

	.history .item .bark {
		width: 1rem;
		line-height: 1rem;
		font-size: 0.3rem;
		height: 1rem;
	}

	.history .item p {
		font-size: 0.24rem;
		line-height: 2;
	}

	.honor .tab li a {
		font-size: 0.36rem;
	}

	.contact .index-contact {
		padding: 2rem 0 0.5rem;
	}

	.join .con {
		height: 5.6rem;
	}

	.join .img {
		height: 6rem;
	}

	.contact-list {
		padding: 0 0.15rem 0.3rem;
	}

	.contact-list .li h5 {
		padding: 0.2rem 0;
	}

	.cooperation-content {
		padding: 0.3rem 0.15rem 0.4rem;
	}

	.cooperation-content .con {
		padding: 0.1rem;
	}

	.cooperation {
		padding: 0;
	}

	.cooperation .swiper-button-next,
	.cooperation .swiper-button-prev {
		display: none;
	}

	.management .tab li a {
		font-size: 0.36rem;
	}

	.management .reyuan .flex .kuangs.k-zhan {
		display: none;
	}

	.management .reyuan .kuangs {
		padding: 0 0.2rem;
		width: 3.3rem;
	}

	.management .reyuan .kuang {
		width: 3rem;
		height: 3.7rem;
		margin-bottom: 0.3rem;
	}

	.management .reyuan .kuang p {
		font-size: 0.33rem;
		text-align: center;
	}

	.management .reyuan .kuang span {
		display: none;
	}

	.swiper-stroy {
		height: 270px;
	}

	.swiper-stroy .swiper-slide .bo {
		height: 100%;
	}

	.society .item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.3rem;
	}

	.society .item .img {
		height: 150px;
	}

	.society .item .txt h6 strong {
		font-size: 0.3rem;
	}

	.society .item .txt h6 span {
		font-size: 0.26rem;
		margin-left: 0.2rem;
	}

	.society .item .txt p {
		font-size: 0.24rem;
	}

	.search-rusult .item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.head-search {
		height: 1.2rem;
		line-height: 1.2rem;
	}

	.head-search .inp {
		display: block;
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		right: 0;
		z-index: -1;
		padding: 0.2rem 0.2rem;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		height: initial;
		background-color: #fff;
		box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	}

	.head-search .inp input {
		width: 80%;
	}

	.head-search .inp .btn {
		width: 20%;
	}

	.swiper-number {
		height: 3.8rem;
	}

	.department-detail .bumen .child {
		width: 6.6rem;
	}
}

.comonselecttitle li a {
	height: 32px !important;
	line-height: 48px !important;
}

.comonselecttitle li div {
	width: 500px !important;
}

.comonselecttitle li div a {
	width: 235px !important;
	height: 45px !important;
}

.navetitles {
	display: flex !important;
	width: -webkit-fill-available !important;
	position: relative !important;
}

.naveouttitles {
	display: flex !important;
}

.naveouttitlesright {
	width: -webkit-fill-available !important;
}

.navetitlessearch {
	right: 0 !important;
	position: absolute !important;
}

.navetitlessearchBtn {
	width: 100px !important;
}

.naveouttitles .logo {
	height: 80px !important;
	line-height: 80px !important;
}

.contactaddress {
	max-width: 526px;
}

.zhanwei {
	height: 112px;
}

.ins-banner {
	width: 100%;
	height: 640px;
	position: relative;
}

.ins-banner .img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ins-banner .txt {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 1;
	margin: 0 auto;
}

.ins-banner .txt h3 {
	color: #ff8800;
	font-size: 72px;
	line-height: 100px;
	font-weight: 600;
}

.bgs-title h4 {
	color: #333;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 20px;
}

.bgs-title .line {
	width: 30px;
	height: 4px;
	background-color: #ff8800;
	border-radius: 0 3px 0 0;
}

.bgs-intro {
	padding-top: 20px;
	padding-bottom: 40px;
}
.bgs-intro .flex {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	background-color: #fff;
	padding: 40px 60px;
	box-sizing: border-box;
}

.bgs-intro .bgs-title {
	margin-bottom: 30px;
}

.bgs-intro .text {
	width: 62.5%;
	position: relative;
}
.bgs-intro .text .zhankai {
	position: absolute;
	bottom: 0;
	left: 0;
	cursor: pointer;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.bgs-intro .text .zhankai span {
	color: #333;
	font-size: 14px;
}
.bgs-intro .text .zhankai img {
	margin-left: 5px;
}
.bgs-intro .text .zhankai.ed img {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.bgs-intro .text .desc {
	overflow: hidden;
}
.bgs-intro .text .desc * {
	color: #595757;
	font-size: 16px;
	line-height: 1.75;
}

.bgs-intro .img {
	width: 28.6%;
	position: relative;
}

.bgs-intro .img .im {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	box-shadow: -20px 20px 40px rgba(156, 160, 165, 0.4);
}

.bgs-intro .img .icon {
	width: 208px;
	position: absolute;
	top: -25px;
	right: -25px;
	z-index: 0;
}

.bgs-zhuan {
	padding-top: 40px;
	padding-bottom: 40px;
	background: url(../images/x-bg1.jpg) center / cover;
}

.bgs-zhuan .f {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-bottom: 60px;
}

.bgs-zhuan .p-n {
	display: flex;
	display: -webkit-flex;
}

.bgs-zhuan .more {
	display: block;
	width: 120px;
	height: 40px;
	border: 1px solid #ff8d0a;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

.bgs-zhuan .more span,
.bgs-news .more img {
	display: inline-block;
	vertical-align: middle;
}

.bgs-zhuan .more span {
	font-size: 16px;
	color: #ff8d0a;
}

.bgs-zhuan .more img {
	margin-left: 5px;
}

.bgs-zhuan .more:hover {
	opacity: 0.8;
}

.bgs-zhuan .prev-zy,
.bgs-zhuan .next-zy {
	position: static;
	margin-top: 0;
	width: 42px;
	height: 42px;
	border: 2px solid rgba(255, 136, 0, 0.3);
	margin-left: 10px;
	transition: 0.2s;
	-webkit-transition: 0.2s;
}

.bgs-zhuan .prev-zy:after,
.bgs-zhuan .next-zy:after {
	color: #ff8800;
	font-size: 20px;
	font-weight: 600;
}

.bgs-zhuan .prev-zy:hover,
.bgs-zhuan .next-zy:hover {
	background-color: #ff8800;
}

.bgs-zhuan .prev-zy:hover:after,
.bgs-zhuan .next-zy:hover:after {
	color: #fff;
}

.bgs-tab {
	display: flex;
	display: -webkit-flex;
}

.bgs-tab li {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	cursor: pointer;
	margin-right: 48px;
	position: relative;
	transition: 0.2s;
	-webkit-transition: 0.2s;
}

.bgs-tab li:after {
	content: "";
	display: block;
	width: 30px;
	height: 4px;
	background-color: #ff8800;
	border-radius: 0 3px 0 0;
	position: absolute;
	left: 0;
	bottom: -20px;
	opacity: 0;
	transition: 0.2s;
	-webkit-transition: 0.2s;
}

.bgs-tab li.active {
	color: #ff8800;
}

.bgs-tab li.active:after {
	opacity: 1;
}

.lists .list {
	display: none;
}

.swp-zy-ry {
	width: 100%;
}

.swp-zy-ry .swiper-slide .img {
	width: 100%;
	height: 325px;
	overflow: hidden;
}
.swp-zy-ry .swiper-slide .img img {
	width: 100%;
	height: 100%;
}

.swp-zy-ry .swiper-slide .txt {
	padding: 30px 32px 32px;
	background-color: #fff;
	position: relative;
	height: 80px;
}

.swp-zy-ry .swiper-slide .txt .icon {
	position: absolute;
	right: 24px;
	top: 28px;
	z-index: 1;
	width: 65px;
}

.swp-zy-ry .swiper-slide .txt h6 {
	color: #333;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.swp-zy-ry .swiper-slide .txt p {
	color: #999;
	font-size: 14px;
	line-height: 1.5;
}

.swp-zy-ly {
	width: 100%;
}

.swp-zy-ly .swiper-slide .img {
	display: block;
	width: 100%;
	height: 280px;
	object-fit: cover;
}

.swp-zy-ly .swiper-slide .txt {
	padding: 64px 32px 60px;
	background-color: #fff;
	position: relative;
}

.swp-zy-ly .swiper-slide .txt .icon {
	position: absolute;
	right: 24px;
	top: 62px;
	z-index: 1;
	width: 65px;
}

.swp-zy-ly .swiper-slide .txt h6 {
	color: #333;
	font-size: 24px;
	margin-bottom: 28px;
}

.swp-zy-ly .swiper-slide .txt p {
	color: #ff8800;
	font-size: 16px;
}

.bgs-news {
	padding-top: 50px;
	padding-bottom: 20px;
}

.bgs-news .bgs-title {
	margin-bottom: 40px;
}

.bgs-news .more {
	display: block;
	width: 120px;
	height: 40px;
	border: 1px solid #ff8d0a;
	font-size: 0;
	line-height: 38px;
	text-align: center;
	margin: 0 auto 106px;
}

.bgs-news .more span,
.bgs-news .more img {
	display: inline-block;
	vertical-align: middle;
}

.bgs-news .more span {
	font-size: 16px;
	color: #ff8d0a;
}

.bgs-news .more img {
	margin-left: 5px;
}

.bgs-news .more:hover {
	opacity: 0.8;
}

.bgs-news .items {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.bgs-news .item {
	width: 48.5%;
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 34px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.bgs-news .item .img {
	width: 34%;
	height: 140px;
	overflow: hidden;
}
.bgs-news .item .img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bgs-news .item .txt {
	width: 61.5%;
}
.bgs-news .item .txt .date {
	background: url(../images/date.png) left center / auto 100% no-repeat;
	color: #999;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 18px;
	padding-left: 28px;
}
.bgs-news .item .txt h6 {
	color: #2b2f34;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 15px;
}
.bgs-news .item .txt .desc {
	color: #888;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media screen and (max-width: 980px) {
	.ins-banner .txt h3 {
		font-size: 48px;
		line-height: 1.5;
	}

	.bgs-intro .flex {
		display: block;
	}

	.bgs-intro .text {
		width: 100%;
		margin-bottom: 60px;
	}

	.bgs-intro .img {
		width: 50%;
		margin: 0 auto;
	}

	.bgs-news .items {
		display: block;
	}

	.bgs-news .item {
		width: 100%;
		margin-bottom: 30px;
	}
	.bgs-intro .text .zhankai {
		display: none;
	}
}

@media screen and (max-width: 750px) {
	.ins-banner .txt h3 {
		font-size: 32px;
		text-align: center;
	}

	.bgs-tab li {
		margin-right: 20px;
		font-size: 20px;
	}

	.bgs-tab li:after {
		bottom: 0;
	}

	.bgs-intro .img {
		width: 90%;
	}

	.bgs-news .item {
		padding: 35px 20px;
	}

	.zhanwei {
		height: 1.8rem;
	}
	.bgs-news .item {
		display: block;
	}
	.bgs-news .item .img {
		width: 100%;
		margin-bottom: 20px;
	}
	.bgs-news .item .txt {
		width: 100%;
	}
}

.ls-nav {
	width: 18.3%;
	padding-top: 15px;
}

.ls-nav-inp {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}

.ls-nav-inp .ming {
	display: block;
	width: 100%;
	height: 40px;
	border: 1px solid #ebebeb;
	padding-left: 12px;
	padding-right: 52px;
	color: #666;
	font-size: 16px;
	box-sizing: border-box;
}

.ls-nav-inp .ming::-webkit-input-placeholder {
	color: #cacaca;
	font-size: 16px;
}

.ls-nav-inp .btn {
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	background: #ff8800 url(../images/search3.png) center / 20px 20px no-repeat;
}

.ls-zw-search {
	width: 100%;
}

.ls-zw-search h5 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 60px;
	text-align: center;
	background-color: #ff8800;
	border-radius: 6px 6px 0 0;
}

.ls-zw-search .a {
	border: 1px solid #ff8800;
}

.ls-zw-search .a a {
	display: block;
	color: #666;
	font-size: 16px;
	line-height: 50px;
	padding-left: 24px;
	border-bottom: 1px solid #ebebeb;
}

.ls-zw-search .a a:last-child {
	border-bottom: none;
}

.ls-zw-search .a a.active {
	color: #ff8800;
	font-weight: 600;
	background-color: #fff3ed;
	border-bottom-color: #fff3ed;
}

.ls-cont {
	width: 78.8%;
}

.ls-cont-filter {
	width: 100%;
	margin-bottom: 36px;
}

.ls-cont-filter .li {
	padding: 15px 0;
	border-bottom: 1px solid #ebebeb;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.ls-cont-filter .li .t {
	color: #999;
	font-size: 16px;
	line-height: 30px;
	padding: 0 32px;
	background-position: left center;
	background-repeat: no-repeat;
	white-space: nowrap;
}

.ls-cont-filter .li:nth-child(1) .t {
	background-image: url(../images/ls1.png);
}

.ls-cont-filter .li:nth-child(2) .t {
	background-image: url(../images/ls2.png);
}

.ls-cont-filter .li .a {
	flex: 1;
	display: flex;
	display: -webkit-flex;
}

.ls-cont-filter .li a {
	color: #333;
	font-size: 16px;
	line-height: 30px;
	padding: 0 6px;
}

.ls-cont-filter .li a.active {
	color: #fff;
	background-color: #ff8800;
}

@media screen and (max-width: 1440px) {
	.special-content .item .img {
		width: 36%;
	}
	.special-content .item .txt {
		width: 64%;
		padding: 25px 15px 0;
	}
	.swp-zy-ry .swiper-slide .img {
		/*height: 275px;*/
		height: 345px;
	}
}

@media screen and (max-width: 1270px) {
	.ls-cont-filter .li .a {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
	}

	.special-content .item {
		display: block;
	}

	.special-content .item .img {
		width: 100%;
		height: 420px;
	}

	.special-content .item .txt {
		width: 100%;
		padding: 25px 15px;
	}
	.swp-zy-ry .swiper-slide .img {
		height: 385px;
	}
}

@media screen and (max-width: 980px) {
	.special-content {
		display: block;
	}

	.ls-nav {
		width: 100%;
		margin-bottom: 50px;
	}

	.ls-zw-search .a {
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}

	.ls-zw-search .a a {
		width: 33.333%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	.ls-cont {
		width: 100%;
	}
}

@media screen and (max-width: 750px) {
	.special-content {
		padding: 0.3rem 0.3rem 0.4rem;
	}

	.ls-zw-search .a a {
		width: 50%;
		line-height: 0.8rem;
		font-size: 0.3rem;
	}

	.ls-cont-filter .li {
		display: block;
	}

	.ls-cont-filter .li .t {
		margin-bottom: 10px;
	}

	.special-content .item {
		width: 100%;
	}
}
