﻿@charset "utf-8";

body {
	font-family: "微软雅黑"
}

.no-margin {
	margin: 0 !important
}

.overflow {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

a {
	text-decoration: none !important;
	cursor: pointer !important
}

.pc-nav ul li a {
	display: block;
	padding: 5px 16px;
	background: #fff;
	color: black;
}

.pc-nav ul li {
	float: left;
	border: 1px solid #d1d0d0;
	margin-right: 20px;
}
.txtScroll-left{   position:relative;    }
.txtScroll-left .hd{ overflow:hidden;  height:55px; background:#f4f4f4; padding:0 10px; float: right; }
.txtScroll-left .hd .prev{ display:block;  width:36px; height:49px; float:right; margin-right:5px; margin-top:18px;  overflow:hidden; cursor:pointer; background:url("../imgs/left.png") no-repeat;}
.txtScroll-left .hd .next{ display:block;  width:36px; height:49px; float:right; margin-right:5px; margin-top:18px;  overflow:hidden; cursor:pointer; background:url("../imgs/right.png") no-repeat;}
/*.txtScroll-left .hd .next{ background-position:0 -50px;  }*/
.txtScroll-left .hd .prevStop{ background-position:-60px 0; }
.txtScroll-left .hd .nextStop{ background-position:-60px -50px; }
.txtScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px;}
.txtScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("../imgs/right.png") 0 -9px no-repeat; }
.txtScroll-left .hd ul li.on{ background-position:0 0; }
.txtScroll-left .bd{ padding:10px;  overflow:hidden;    }
.txtScroll-left .bd ul{ overflow:hidden; zoom:1; }
.txtScroll-left .bd ul li{ margin-right:20px;  float:left; height:55px; line-height:55px;  text-align:center; _display:inline;border: 1px solid #d1d0d0;}
.txtScroll-left .bd ul li span{ color:#999;  }
.rla {
	background-color: #fff;
	margin-bottom: 27px;
	transition: all 0.6s;
}

.rla:hover {
	background-color: #0e95de;
}

.rla:hover .txt-1 {
	color: #fff;
}

.rla .txt-2 {
	padding: 9px 30px;
	border: 1px solid #d1d0d0;
	width: 50%;
	margin: 0 auto;
	font-size: 12px;
	color: #767676;
	background-color: #fff;
}

.rla .txt-1 {
	padding: 23px 0;
	color: black;

}

.colo-pin {
	width: 46px;
	height: 2px;
	margin: 0 auto;
	margin-bottom: 35px;
}

.colo-pin .pull-left {
	width: 23px;
	height: 2px;
	background-color: #26a6e2;
	float: left;
}

.colo-pin .pull-right {
	width: 23px;
	height: 2px;
	background-color: #3dee00;
	float: left;
}

.container-fluid {
	max-width: 1230px !important
}

.hy-g-all .hy-g {
	padding: 0;
}

.right .txt-border {
	border-top: 1px solid #e6e6e6;
	padding: 20px 0;
}

.right .txt-border:nth-child(3) {
	border-bottom: 1px solid #e6e6e6;
}

.txt-border .txt1 {
	font-size: 18px;
	color: #a4a4a4;
}

.txt-border .txt2 {
	font-size: 36px;
	color: #585858;
	padding-top: 16px;
	display: block;
}

.txt-border .txt3 {
	font-size: 18px;
	color: #585858;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;

}

.txt-border .txt4 {
	font-size: 14px;
	color: #a4a4a4;
	line-height: 26px;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}
.about-n .about-txt{
	text-align: left !important;
}
.about-n .about-txt img{
	width: 100%;
}
/* 滚动 */
.banner1 {
	/* margin: 100px auto; */
	/* border: 5px solid #000; */
	width: 1200px;
	height: 34px;
	
	overflow: hidden;
	position: relative;
	margin:0 auto;
}

.banner1 .im {
	width: 1200px;
	position: absolute;
	left: 0;
	top: 0;
}



.banner1 .num {
	position: absolute;
	width: 100%;
	bottom: 10px;
	left: 0;
	font-size: 0;
	text-align: center;
	display: none;
}


.banner1 .num li .on {
	background-color: #f60;
}

.banner1 .btn {
	width:34px;
	height: 34px;
	
	position: absolute;
	top: 0;
	/* margin-top: -28px; */
	padding: 0 !important;
	
	text-align: center;
	color: #000;
	font-family: "宋体";
}
.banner1 .btn img{
	width: 34px;
	height: 34px;
}
.banner1 .btn_left {
	right:32px;
}

.banner1 .btn_right {
	right:0;
}

/* .box {
	padding-left:50px;
	background:url("images/xtb.png") no-repeat;
	margin-top:100px;
	margin-left:100px;
}
.winBox {
	width:300px;
	height:40px;
	overflow:hidden;
	position:relative;
	background:pink;
}
.scroll {
	
			width:1500px;
	position:absolute;
	left:0px;
	top:0px;
}
.scroll li {
	
	float:left;
	line-height:40px;
	text-align:center;
} */
::-webkit-input-placeholder {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

:-moz-placeholder {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

::-moz-placeholder {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

:-ms-input-placeholder {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.tr {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.tr3 {
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
}

input,
button,
textarea,
.swiper-pagination span,
.swiper-button {
	outline: none !important;
}

input,
textarea {
	border-radius: 3px;
}

.sizeCover {
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

/*select{border:solid 1px #000;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:url("https://raw.githubusercontent.com/ourjs/static/gh-pages/2015/arrow.png") no-repeat scroll right center transparent;padding-right:14px}
select::-ms-expand{display:none}下拉框的样式修改*/

.main-pad-1 {
	padding: 60px 0 0;
}

.main-pad-2 {
	padding: 0 0 60px;
}

.main-pad-3 {
	padding: 90px 0 0;
}

.main-pad-4 {
	padding: 0 0 70px;
}

.main-pad-5 {
	padding: 65px 0 0;
}

.main-pad-6 {
	padding: 30px 100px 0;
}

.main-background-1 {
	position: relative;
	/* padding: 50px 0; */
}

.main-background-1 .leftbg,
.main-background-1 .rightbg {
	position: absolute;
	z-index: 1;
	width: 50%;
}

.main-background-1 .leftbg {
	left: 0;
	top: 50px;
	bottom: 0;
}

.main-background-1 .rightbg {
	right: 0;
	top: 0;
	bottom: 50px;
}

.main-background-1 .container-fluid {
	position: relative;
	z-index: 2;
}

.main-background-2 {
	position: relative;
}

.main-background-2 .bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 430px;
}

.main-background-2 .bg+div {
	position: relative;
	z-index: 2;
}

header {
	position: relative;
	z-index: 99999;
}

header .box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .qita .logo a {
	display: block;
	font-size: 0;
}

.bg-2 {
	background-color: rgb(255, 255, 255);
	background-image: url(../img/bg2.jpg);
	background-repeat: repeat;
	background-size: auto;
}

.bg-2 .title-1 .cn,
.bg-2 .title-1 .jieshao {
	color: #fff;
}

.bg2-word {
	margin-top: 10px;
}

.bg2-word h4 {
	color: rgb(74, 179, 68);
}

.cp-nav li a {
	display: block;
	width: 120px;
	height: 40px;
	background-color: rgb(74, 179, 68);
	color: #fff;
	line-height: 40px;
	text-align: center;
	border-radius: 10px;
}

.cp-nav {
	margin-top: 20px;
	width: 100%;
	height: 200px;
}

ul li {
	list-style: none;
}

.cp-nav li {
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
}

.main-pad-1 .news-t a {
	color: black;
	padding: 20px;
	display: block;
}

.news-t {
	font-size: 18px;
}

.ip {
	background-color: rgb(238, 238, 238);
	padding: 20px 20px;
	margin-right: 5px;

}

.contact-box .contact-txt span {
	display: inline-block;
	font-size: 0.1em;
	vertical-align: middle;
	font-size: 14px;

}

.right1 .msg input {
	width: 100%;
	border: 1px solid #dedede;
	height: 45px;
}

.contact-box .ip span {
	color: rgb(0, 0, 0);
	line-height: 24px;
	padding-left: 10px;
}

.lianx .picture-2-list {
	width: 100%;
	background-color: #0e95de;
	padding: 32px 30px;

}

/* .lianx .picture-2-list .title-1 span:nth-child(1){
	font-size: 24px !important;
	color: #ffffff;
} */
.lianx .picture-2-list .title-1 span {
	font-size: 16px;
	color: #ffffff;
	line-height: 40px;
}

.msg input {
	width: 80%;
	height: 40px;
	margin-bottom: 10px;
	border: 1px solid #fff;
	font-size: 14px;
	text-indent: 24px;
}

.msg textarea {
	border: 1px solid #fff;
	font-size: 14px;
	text-indent: 24px;
	border: 1px solid #dedede;
	width: 95%;
	margin-left: 3%;
}

.conten-1 .row {
	margin: 0;
}

.map {
	border: 1xp solid #dcdcdc;
}

.map img {
	max-width: 100%;
}

.ip img {
	max-width: 100%;
}

/* .main-pad-1 .news-t .col-xs{
	
} */
.xing {
	width: 30px;
	max-width: none;
	height: 30px;
	max-height: none;
	opacity: 1;

}

.about-txt span {
	text-indent: 24px;
	line-height: 26px;
}

.about-txt {
	margin-top: 10px;
}

.xing-txt a {
	width: 100%;
	height: 70px;
	display: block;
	vertical-align: middle;
	display: table-cell;
	font-family: 微软雅黑;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #ffffff;
	background-color: #0e95de;
	text-align: center;
	border-radius: 0px;
	padding: 10px 20px;
}

.xing-txt {
	margin: 0 0 10px 0;

}

.banner {
	position: relative;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.banner a {
	display: block;
	font-size: 0;
	text-align: center;
}

.banner a img {
	width: 100%;
}

.banner .swiper-pagination {
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 1;
	width: 100%;
	font-size: 0;
	text-align: center;
}

.banner .swiper-pagination span {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: 1;
	transition: all 0.3s;
}

.banner .swiper-pagination span.swiper-pagination-bullet-active {
	background: #0078ff;
}

.title-1 .en {
	margin-bottom: -15px;
	font-size: 35px;
	color: rgba(32, 32, 32, .16);
	line-height: 72px;
	font-weight: bold;
}

.title-1 .cn {
	font-family: 微软雅黑;
	font-size: 30px;

	font-style: normal;
	color: black;
	background-color: transparent;
	line-height: 26px;
	text-decoration: none;
	text-align: center;
	visibility: visible;
	margin-top: 10px;
	margin-bottom: 20px;
}

.title-1 .jieshao {
	font-size: 24px;
	color: #c9c9c9;
	line-height: 24px;
	margin-bottom: 20px;
}

.title-1.active .en {
	color: rgba(255, 255, 255, 0.1);
}

.title-1.active .cn {
	color: #fff;
}

.title-1.active .jieshao {
	color: #fff;
}

.title-2 .biaoti {
	margin-bottom: 10px;
	font-size: 0;
}

.title-2 .icon {
	margin: 0 auto;
	width: 0;
	border-left: solid 7px transparent;
	border-right: solid 7px transparent;
	border-top: solid 12px #4ab344;
}

.title-3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-top: 40px;
	padding-bottom: 10px;
	border-bottom: solid 1px #c9c9c9;
}

.title-3 .left {
	padding-left: 10px;
	font-size: 18px;
	color: #035ee7;
	line-height: 30px;
	border-left: solid 5px #035ee7;
}

.title-3 .right {
	font-size: 13px;
	color: #676767;
	line-height: 30px;
}

.title-3 .right a {
	color: #676767;
}

.title-4 {
	margin-bottom: 60px;
	font-size: 18px;
	color: #131313;
	line-height: 24px;
}

.title-5 {
	margin-bottom: 30px;
}

.title-5 .biaoti {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	color: #333;
	line-height: 24px;
	border-bottom: dashed 1px #919191;
}

.title-5 .time {
	color: #333;
	line-height: 24px;
}

.text-1 {
	font-size: 18px;
	color: #050204;
	line-height: 36px;
}

.text-1 img {
	max-width: 100%;
}

.text-1.active {
	font-size: 16px;
}

.text-2 ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 50px;
	border-bottom: dashed 1px #919191;
}

.text-2 ul li a .mc {
	width: calc(100% - 28px);
	font-size: 16px;
	color: #333;
}

.text-2 ul li a .icon {
	font-size: 0;
}

.text-2 ul li a .icon img {
	width: 18px;
}

.text-2.active ul li a .mc {
	width: calc(100% - 100px);
}

.text-2.active ul li a .time {
	font-size: 16px;
	color: #333;
}

.text-3 {
	color: #131313;
	line-height: 36px;
}

.text-4 {
	margin: 0 auto;
	max-width: 430px;
}

.text-4 ul li:nth-child(n+2) {
	margin-top: 30px;
}

.text-4 ul li input {
	display: block;
	padding: 0 15px;
	width: 100%;
	height: 40px;
	font-size: 20px;
	color: #131313;
	line-height: 38px;
	background: #fff;
	border: solid 1px #959595;
	border-radius: 5px;
}

.text-4 ul li textarea {
	display: block;
	padding: 0 15px;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: 200px;
	min-height: 200px;
	font-size: 20px;
	color: #131313;
	line-height: 38px;
	background: #fff;
	border: solid 1px #959595;
	border-radius: 5px;
}

.text-4 .caozuo {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.text-4 .caozuo button {
	padding: 0;
	width: 96px;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	border: none;
	border-radius: 10px;
}

.text-4 .caozuo button:nth-child(1) {
	color: #fff;
	background: #035ee7;
}

.text-4 .caozuo button:nth-child(2) {
	margin-left: 5px;
	color: #333;
	background: #d3d4d4;
}

.picture-1 {
	margin-top: -30px;
}

.picture-1 .swiper-slide {
	margin-top: 30px !important;
}

.picture-1-list a {
	display: block;
}

.picture-1-list a .imgbox {
	margin-bottom: 2px;
	overflow: hidden;
}

.picture-1-list a .imgbox span {
	display: block;
	padding-top: calc(289 / 293 * 100%);
}

.picture-1-list a .textbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	height: 68px;
	text-align: center;
	background-color: #fff;
}

.picture-1-list a .textbox .mc {
	font-size: 18px;
	color: rgb(0, 0, 0);
}

.picture-1-list a .textbox .more {
	width: 85px;
	height: 28px;
	color: #fff;
	line-height: 26px;
	border: solid 1px #fff;
	border-radius: 14px;
}

.caption {
	text-align: center;
	font-size: 16px;
}

.new-pin .img {
	cursor: pointer;
	transition: all 0.6s;
	overflow: hidden;
}

.new-pin img:hover {
	transform: scale(1.1);
}

.img {
	width: 100%;
}

.picture-1 ul {
	display: flex;
	flex-wrap: wrap;
}

.picture-2 {
	display: flex;
}

.picture-2 .left {
	position: relative;
	width: 50%;
}

/* .picture-2-list{
	margin-top: 30%;
} */
.picture-2-list a {
	display: block;
}

.picture-2-list a .imgbox {
	overflow: hidden;
}

.picture-2-list a .imgbox span {
	display: block;
	height: 410px;
}

.picture-2-list a .textbox {
	padding: 18px 90px 18px 30px;
	background: #fff;
}

.picture-2-list a .textbox .biaoti {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 28px;
}

.picture-2-list a .textbox .jieshao {
	height: 56px;
	font-size: 16px;
	color: #333333;
	line-height: 28px;
	overflow: hidden;
}

.picture-2 .left .swiper-button {
	top: initial;
	margin: 0;
	bottom: 0;
	width: 73px;
	height: 120px;
	opacity: 1;
}

.picture-2 .left .swiper-button.swiper-button-prev {
	left: initial;
	right: 0;
	z-index: 5;
	background: #05ad4bd7;
	box-shadow: 10px 0 20px rgba(253, 200, 17, .2);
}

.picture-2 .left .swiper-button.swiper-button-next {
	right: -73px;
	z-index: 4;
	background: #035ee7;
	transform: rotateY(180deg);
}

.picture-2 .left .swiper-button:before,
.picture-2 .left .swiper-button:after {
	content: "";
	position: absolute;
	left: 50%;
	z-index: 1;
	margin-left: -10px;
	width: 2px;
	height: 40px;
	background: #fff;
}

.picture-2 .left .swiper-button:before {
	bottom: 50%;
	transform-origin: left bottom;
	transform: rotate(30deg);
}

.picture-2 .left .swiper-button:after {
	top: 50%;
	transform-origin: left top;
	transform: rotate(-30deg);
}

.picture-2 .right {
	/* padding: 35px 35px 0 45px; */
	width: 50%;
	/* background: #fff; */
}

.picture-2-list .title-1 .cn,
.picture-2-list .title-1 .jieshao {
	color: #fff;
}

.picture-2 .right .biaoti h3 {
	margin-bottom: 20px;
	text-align: left;
	color: #fff;
	font-weight: bold;
}


.picture-2 .right .biaoti .en {
	margin-bottom: -40px;
	font-size: 60px;
	color: rgba(32, 32, 32, .15);
	line-height: 64px;
	font-weight: bold;

}

.picture-2 .right .biaoti .cn {
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	line-height: 34px;
}

.picture-2 .right .jieshao {
	margin-bottom: 20px;
	height: 310px;
	font-size: 14px;
	color: #ffffff;
	line-height: 26pxpx;
	overflow: hidden;
}

.picture-2 .right .jieshao p {
	text-indent: 24px;
}

.picture-2 .right ul {
	display: flex;
	justify-content: space-between;
}

.picture-2 .right ul li {
	width: calc(50% - 12px);
}

.picture-2 .right ul li .imgbox {
	overflow: hidden;
	position: relative;
}

.news-cl-title {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	width: 100%;
	padding: 17px 25px;
	color: #fff;
}

.news-cl-title span {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-height: 13px;
}

.picture-2 .right ul li .imgbox span {
	display: block;
	padding-top: 160px;
}

.picture-2 .right .more {
	display: flex;
	justify-content: flex-end;
	padding: 55px 0 0;
}

.picture-2 .right .more a {
	display: block;
	width: 100px;
	height: 25px;
	font-size: 12px;
	color: #fff;
	line-height: 25px;
	background: #0267da;
	border-radius: 13px;
}

.picture-3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}

.picture-3 .left {
	padding: 6px;
	width: 393px;
	border: solid 2px #018cf5;
}

.picture-3 .left .imgbox {
	overflow: hidden;
}

.picture-3 .left .imgbox span {
	display: block;
	padding-top: 345px;
}

.picture-3 .left .textbox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 6px;
	height: 176px;
}

.picture-3 .left .textbox .biaoti {
	margin-bottom: 15px;
	font-size: 24px;
	color: #000000;
	line-height: 30px;
}

.picture-3 .left .textbox .jieshao {
	height: 72px;
	font-size: 16px;
	color: #131313;
	line-height: 36px;
	overflow: hidden;
}

.picture-3 .right {
	width: calc(100% - 393px - 45px);
}

.picture-3 .right>.biaoti {
	margin-bottom: 45px;
}

.picture-3 .right>.biaoti .cn {
	margin-bottom: 10px;
	font-size: 24px;
	color: #131313;
	line-height: 30px;
}

.picture-3 .right>.biaoti .en {
	font-family: 'Arial';
	color: #035ee7;
	line-height: 24px;
}

.picture-3 .right .ul .li:nth-child(n+2) {
	margin-top: 35px;
}

.picture-3 .right .ul .li .biaoti {
	margin-bottom: 25px;
	width: 160px;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	background: #035ee7;
}

.picture-3 .right .ul .li .jieshao {
	font-size: 16px;
	color: #131313;
	line-height: 36px;
	overflow: hidden;
}

.picture-3 .right .ul .li .jieshao a {
	color: #035ee7;
}

.picture-4 {
	position: relative;
}

.picture-4 .imgbox {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: -210px 0 0 -210px;
	width: 420px;
	height: 420px;
	font-size: 0;
	background: #fff;
	border: solid 15px #4ab344;
	border-radius: 50%;
}

.picture-4 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.picture-4 ul li {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 50%;
}

.picture-4 ul li:before,
.picture-4 ul li:after {
	content: "";
	position: absolute;
	top: 60px;
	z-index: 1;
	width: 45px;
	height: 1px;
	background: #959595;
}

.picture-4 ul li:nth-child(odd):before {
	right: 125px;
}

.picture-4 ul li:nth-child(even):before {
	left: 125px;
}

.picture-4 ul li:nth-child(odd):after {
	right: 80px;
}

.picture-4 ul li:nth-child(even):after {
	left: 80px;
}

.picture-4 ul li:nth-child(1):after {
	transform-origin: left top;
	transform: rotate(40deg);
}

.picture-4 ul li:nth-child(2):after {
	transform-origin: right top;
	transform: rotate(-40deg);
}

.picture-4 ul li:nth-child(3):after {
	transform-origin: left bottom;
	transform: rotate(-40deg);
}

.picture-4 ul li:nth-child(4):after {
	transform-origin: right bottom;
	transform: rotate(40deg);
}

.picture-4 ul li:nth-child(n+3) {
	margin-top: 370px;
}

.picture-4 ul li:nth-child(odd) {
	padding-right: 150px;
}

.picture-4 ul li:nth-child(even) {
	padding-left: 170px;
}

.picture-4 ul li .shuzi {
	font-size: 0;
}

.picture-4 ul li .textbox {
	padding-top: 20px;
	width: calc(100% - 95px);
}

.picture-4 ul li .textbox .biaoti {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 24px;
	line-height: 30px;
}

.picture-4 ul li:nth-child(1) .textbox .biaoti,
.picture-4 ul li:nth-child(4) .textbox .biaoti {
	color: #4ab344;
	border-bottom: dotted 1px #4ab344;
}

.picture-4 ul li:nth-child(2) .textbox .biaoti,
.picture-4 ul li:nth-child(3) .textbox .biaoti {
	color: #4ab344;
	border-bottom: dotted 1px #4ab344;
}

.picture-4 ul li .textbox .jieshao {
	height: 85px;
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	overflow: hidden;
}

.picture-5-list a {
	display: block;
}

.picture-5-list a .imgbox {
	border: solid 1px #ffffff;
	border-bottom: none;
	overflow: hidden;
}

.picture-5-list a .imgbox .imgs {
	overflow: hidden;
}

.picture-5-list a .imgbox .imgs span {
	display: block;
	padding-top: 85%;
}

.picture-5-list a .icon {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: -50px auto;
	width: 100px;
	height: 100px;
	font-size: 0;
	background: rgba(0, 0, 0, 0);
	border-radius: 50%;
	/* box-shadow: 0 0 0 10px rgba(255, 255, 255, .3); */
}

.picture-5-list a .icon img {
	width: 50px;
}

.picture-5-list a .textbox {
	margin: 0;
	padding: 33px 20px 0px;
	background: #efefef;
	border-left: solid 1px #dcdcdc;
	border-right: solid 1px #dcdcdc;
	border-bottom: solid 4px #dcdcdc;
	text-align: center;
}

.picture-5-list a .textbox .biaoti {
	margin-bottom: 10px;
	font-size: 18px;
	color: #333;
	line-height: 24px;
}

.picture-5-list a .textbox .zu {
	margin: 0 auto;
	width: 25px;
	height: 25px;
	display: block;
	background-image: url(../imgs/zu.png);
	background-size: contain;

}

.picture-5-list a .textbox:hover .zu {
	background-image: url(../imgs/zu1.png);
}

.picture-5-list a .textbox .jieshao {
	/* margin-bottom: 20px; */
	/* height: 72px; */
	color: #a4a4a4;
	line-height: 24px;
	overflow: hidden;
	font-size: 14px;

}

.picture-5-list a .textbox .more {
	margin: 0 auto;
	width: 125px;
	height: 35px;
	color: #333;
	line-height: 33px;
	border: solid 1px #e2e0e0;
	border-radius: 18px;
}

.picture-6 {
	margin-bottom: 30px;
	font-size: 0;
}

.picture-6 img {
	max-width: 100%;
}

.picture-7 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.picture-7 ul li {
	width: calc(50% - 10px);
}

.picture-7 ul li:nth-child(n+3) {
	margin-top: 20px;
}

.picture-7 ul li a {
	display: block;
}

.picture-7 ul li a .imgbox {
	overflow: hidden;
}

.picture-7 ul li a .imgbox span {
	display: block;
	padding-top: calc(315 / 459 * 100%);
}

.subnav .biaoti {
	color: #fff;
	background: #035ee7;
}

.subnav ul {
	margin: 2px 0 15px;
	box-shadow: inset 0 0 0 1px #cacaca;
}

.subnav ul li:nth-child(n+2) {
	border-top: dashed 1px #cacaca;
}

.subnav ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px 0 20px;
	height: 40px;
	color: #333;
}

.subnav ul li a .icon {
	position: relative;
	width: 40px;
	height: 40px;
}

.subnav ul li a .icon span {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #333;
}

.subnav ul li a .icon span:nth-child(1) {
	opacity: 0;
}

.subnav ul li.active a {
	color: #fff;
	background: #3886fd;
	box-shadow: inset 5px 5px 10px rgba(255, 255, 255, .2);
}

.subnav ul li.active a .icon span {
	color: #fff;
}

.subnav ul li.active a .icon span:nth-child(2) {
	opacity: 0;
}

.subnav ul li.active a .icon span:nth-child(1) {
	opacity: 1;
	transform: rotate(90deg);
}

.subnav .ul {
	display: none;
	padding: 10px;
}

.subnav .ul .li {
	border-top: solid 1px #eee;
}

.subnav .ul .li a {
	display: block;
	padding: 0 20px;
	color: #333;
	line-height: 34px;
}

.subnav .ul .li.active a {
	color: #fff;
	background: #3886fd;
}

footer {
	padding: 35px 0;
}

footer .tops {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}

footer .tops .contact {
	width: 260px;
}

footer .tops .contact .biaoti {
	font-size: 20px;
	color: #fff;
	line-height: 24px;
}

footer .tops .contact ul {
	display: flex;
	flex-wrap: wrap;
}

footer .tops .contact ul li {
	color: #fafafa;
	line-height: 30px;
}

.ip span {
	display: inline-block;
	font-size: 0.1em;
	vertical-align: middle;
	font-size: 14px;
	color: #4ab344;

}

.main-pad-1 .col-lg-3 {
	overflow: hidden;
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 0px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 0;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	padding-top: 70%;
	transition: all 0.6s;

}

.row {
	margin: 0;
}

.thumbnail:hover {
	transform: scale(1.1);
}

.tj {
	width: 200px;
	background-color: #0e95de;
	color: #fff;
	border: 1px solid #0e95de;
	border-radius: 3px;
}

footer .tops .contact .liuyan li {
	margin: 5px 0;
	font-size: 18px;
	/* footer .tops .contact ul li:nth-child(odd) {
	width: 280px;
} */

	/* footer .tops .contact ul li:nth-child(even) {
	width: calc(100% - 280px);
} */
}

.contact .no-margin li a {
	color: #fff;
	display: block;
	width: 120px;
}

.contact .no-margin li a:hover {
	color: #4ab344;
}

footer .tops .wechat ul {
	display: flex;

}

footer .tops .wechat ul li:nth-child(n+2) {
	margin-left: 70px;
}

footer .tops .wechat ul li .imgbox {
	margin-bottom: 10px;
	font-size: 0;
}

footer .tops .wechat ul li .imgbox img {
	width: 108px;
}

footer .tops .wechat ul li .mc {
	color: #fafafa;
}

footer .tops .tel .biaoti {
	margin-bottom: 25px;
	font-size: 20px;
	color: #fff;
	line-height: 24px;
}

footer .tops .tel ul li {
	display: flex;
}

footer .tops .tel ul li:nth-child(2) {
	padding-left: 45px;
}

footer .tops .tel ul li .icon {
	font-size: 0;
	margin-right: 15px;
}

footer .tops .tel ul li .icon img {
	width: 30px;
}

footer .tops .tel ul li .shuzi a {
	font-size: 26px;
	color: #fafafa;
}

footer .menu {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: dotted 1px #fff;
}

footer .menu ul {
	display: flex;
	justify-content: center;
}

footer .menu ul li {
	height: 16px;
	line-height: 16px;
}

footer .menu ul li:nth-child(n+2) {
	margin-left: 30px;
	padding-left: 30px;
	border-left: solid 1px #fff;
}

footer .menu ul li a {
	font-size: 16px;
	color: #fff;
}

footer .copyright {
	font-size: 15px;
	color: #fff;
	line-height: 30px;
}


@media (min-width:992px) {
	.col-md-3-cz-1 {
		padding-right: 13px;
		width: 268px;
	}

	.col-md-9-cz-1 {
		padding-left: 13px;
		width: calc(100% - 268px);
	}

	header .top_bar {
		background: #e8e8e8;
	}

	header .top_bar .biaoyu {
		font-size: 12px;
		color: #202020;
		line-height: 30px;
	}

	header .top_bar .right ul {
		display: flex;
	}

	header .top_bar .right ul li a {
		display: block;
		padding: 0 10px;
		color: #fff;
		line-height: 30px;
	}

	header .top_bar .right ul li:nth-child(1) a {
		background: #076ce0;
	}

	header .top_bar .right ul li:nth-child(2) a {
		background: #0078ff;
	}

	header .top_bar .right ul li a:hover {
		background: #fdc811 !important;
	}

	header .qita .left {
		display: flex;
		align-items: center;
	}

	header .qita .logo a {
		line-height: 110px;
	}

	header .qita .biaoyu {
		margin-left: 50px;
		color: #666666;
		line-height: 26px;
	}

	header .qita .tel {
		display: flex;
		align-items: center;
	}

	header .qita .tel .icon {
		margin-right: 15px;
	}

	header .qita .tel .text .mc {
		margin-bottom: 10px;
		color: #696969;
		line-height: 24px;
	}

	header .qita .tel .text .shuzi {
		font-family: 'Arail';
		font-size: 36px;
		color: #076ce0;
		font-weight: bold;
		line-height: 24px;
	}

	header .menu {
		background: rgb(255, 255, 255);
		;
		/* box-shadow: inset 0 3px 0 #0255b5; */
	}

	header .menu ul {
		display: flex;
		align-items: center;
	}

	header .menu ul li {
		position: relative;
		width: calc(100% / 5);
	}

	/* header .menu ul li:nth-child(n+2):before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		width: 2px;
		height: 100%;
		transition: all .3s;
		background: -moz-linear-gradient(top, rgba(243, 246, 253, 0) 0%, rgba(243, 246, 253, 0) 1%, rgba(243, 246, 253, 0.4) 50%, rgba(243, 246, 253, 0) 100%);
		background: -webkit-linear-gradient(top, rgba(243, 246, 253, 0) 0%, rgba(243, 246, 253, 0) 1%, rgba(243, 246, 253, 0.4) 50%, rgba(243, 246, 253, 0) 100%);
		background: linear-gradient(to bottom, rgba(243, 246, 253, 0) 0%, rgba(243, 246, 253, 0) 1%, rgba(243, 246, 253, 0.4) 50%, rgba(243, 246, 253, 0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f3f6fd', endColorstr='#00f3f6fd', GradientType=0);
	} */

	header .menu ul li>a {
		position: relative;
		z-index: 2;
		display: block;
		width: 120px;
		height: 50px;
		font-family: 微软雅黑;
		font-size: 14px;
		color: rgb(0, 0, 0);
		font-weight: normal;
		font-style: normal;
		text-decoration: none;
		background-color: rgb(255, 255, 255);
		display: inline-block;
		text-align: center;
		line-height: 50px;
	}

	header .menu ul li .ul {
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		visibility: hidden;
		opacity: 0;
		transform: translateY(10px);
	}

	header .menu ul li:hover .ul {
		visibility: visible;
		opacity: 1;
		transform: translateY(0px);
	}

	header .menu ul li .ul .li>a {
		width: 120px;
		height: 50px;
		font-family: 微软雅黑;
		font-size: 14px;
		color: rgb(0, 0, 0);
		font-weight: normal;
		font-style: normal;
		text-decoration: none;
		background-color: rgb(255, 255, 255);
		display: inline-block;
		text-align: center;
		line-height: 50px;

	}

	header .menu ul li .ul .li:hover>a {
		background: rgb(74, 179, 68);
		;
		color: #fff;
	}

	header .menu ul li:hover>a {
		background: #0e95de;
		color: #fff;
	}

	header .menu ul li:hover+li:before {
		opacity: 0;
	}

	header .menu ul li.active>a {
		background: #0e95de;
		color: #fff;
	}

	header .menu ul li.active+li:before {
		opacity: 0;
	}

	.title-3 .right a:hover {
		color: #076ce0;
		text-decoration: underline !important;
	}

	.text-2 ul li a:hover .mc {
		color: #076ce0;
		text-decoration: underline;
	}

	.text-4 .caozuo button:nth-child(1):hover {
		background: #fdc811;
	}

	.text-4 .caozuo button:nth-child(2):hover {
		color: #fff;
		background: #fdc811;
	}

	.picture-1 ul li {
		margin-right: 25px;
		width: calc((100% - 50px) / 3);
	}

	.picture-1 ul li:nth-child(3n+3) {
		margin-right: 0;
	}

	.picture-1 ul li:nth-child(n+4) {
		margin-top: 25px;
	}

	.picture-1-list a:hover .imgbox span {
		transform: scale(1.1);
	}

	.picture-1-list a:hover .textbox {
		background: rgb(74, 179, 68);
		color: #fff;
	}

	.picture-2-list a:hover .imgbox span {
		transform: scale(1.1);
	}

	.picture-2-list a:hover .textbox .biaoti {
		color: #fdc811;

	}

	.picture-2 .left .swiper-button.swiper-button-prev:hover {
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	}

	.picture-2 .left .swiper-button.swiper-button-next:hover {
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	}

	.picture-2 .right .more a:hover {
		background: #fdc811;
	}

	.picture-3 .right .ul .li .jieshao a:hover {
		color: #fdc811;
		text-decoration: underline !important;
	}

	.picture-5-list a:hover .imgbox .imgs span {
		transform: scale(1.1);
	}

	.picture-5-list a:hover .textbox .biaoti {
		color: #4ab344;
	}

	.picture-5-list a:hover .textbox .more {
		color: #fff;
		background: #4ab344;
		border-color: #4ab344;
	}

	.picture-7 ul li a:hover .imgbox span {
		transform: scale(1.1);
	}

	.subnav .biaoti {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 78px;
	}

	.subnav .biaoti .cn {
		margin-bottom: 5px;
		font-size: 26px;
		font-weight: bold;
		line-height: 30px;
	}

	.subnav .biaoti .en {
		display: flex;
		justify-content: center;
	}

	.subnav .biaoti .en span {
		position: relative;
		font-size: 16px;
		line-height: 20px;
	}

	.subnav .biaoti .en span:before,
	.subnav .biaoti .en span:after {
		content: "";
		position: absolute;
		top: 50%;
		z-index: 1;
		width: 20px;
		height: 2px;
		background: rgba(255, 255, 255, 0.5);
	}

	.subnav .biaoti .en span:before {
		right: calc(100% + 20px);
	}

	.subnav .biaoti .en span:after {
		left: calc(100% + 20px);
	}

	.subnav ul li:hover a {
		color: #fff;
		background: #3886fd;
		box-shadow: inset 5px 5px 10px rgba(255, 255, 255, .2);
	}

	.subnav ul li:hover a .icon span {
		color: #fff;
	}

	.subnav ul li:hover a .icon span:nth-child(2) {
		opacity: 0;
	}

	.subnav ul li:hover a .icon span:nth-child(1) {
		opacity: 1;
		transform: rotate(90deg);
	}

	.subnav .ul .li:hover a {
		color: #fff;
		background: #3886fd;
	}

	.subnav .contact {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 15px;
		height: 100px;
		background: #efeeee;
		box-shadow: inset 3px 3px 5px rgba(255, 255, 255, .3), inset -1px -1px 3px rgba(0, 0, 0, .1);
	}

	.subnav .contact .icon {
		font-size: 0;
	}

	.subnav .contact .textbox {
		text-align: right;
	}

	.subnav .contact .textbox .mc {
		margin-bottom: 10px;
		font-size: 16px;
		color: #333;
		line-height: 24px;
	}

	.subnav .contact .textbox .shuzi {
		font-size: 18px;
		color: #f80000;
		line-height: 24px;
		font-weight: bold;
	}

	footer .menu ul li a:hover {
		text-decoration: underline !important;
	}
}

@media (max-width:1199px) {
	.main-pad-1 {
		padding: 40px 0 0;
	}

	.main-pad-2 {
		padding: 0 0 40px;
	}

	.main-pad-3 {
		padding: 50px 0 0;
	}

	.main-pad-4 {
		padding: 0 0 40px;
	}

	.main-pad-5 {
		padding: 40px 0 0;
	}

	.main-background-1 {
		padding: 40px 0;
	}

	.main-background-1 .leftbg {
		top: 40px;
	}

	.main-background-1 .rightbg {
		bottom: 40px;
	}

	header .qita .logo a {
		line-height: 140px;
	}

	header .qita .logo a img {
		width: 300px;
	}

	header .qita .biaoyu {
		margin-left: 30px;
	}

	header .qita .tel .icon img {
		width: 45px;
	}

	header .qita .tel .text .mc {
		margin-bottom: 5px;
	}

	header .qita .tel .text .shuzi {
		font-size: 28px;
		line-height: 30px;
	}

	header .menu ul li>a {
		font-size: 16px;
		line-height: 50px;
	}

	.title-1 .en {
		font-size: 50px;
		line-height: 60px;
	}

	.title-1 .cn {
		font-size: 24px;
		line-height: 30px;
	}

	.title-1 .jieshao {
		font-size: 16px;
	}

	.picture-1-list a .textbox {
		padding: 0 15px;
		height: 50px;
	}

	.picture-1-list a .textbox .mc {
		font-size: 16px;
	}

	.picture-3 .right>.biaoti {
		margin-bottom: 30px;
	}

	.picture-3 .right>.biaoti .cn {
		font-size: 18px;
		line-height: 24px;
	}

	.picture-3 .right .ul .li .biaoti {
		margin-bottom: 20px;
		font-size: 18px;
	}

	.picture-3 .right .ul .li .jieshao {
		font-size: 14px;
		line-height: 30px;
	}

	.picture-4 ul li .textbox .biaoti {
		font-size: 18px;
		line-height: 26px;
	}

	.picture-4 ul li .textbox .jieshao {
		font-size: 14px;
	}

	.picture-4 .imgbox {
		margin: -180px 0 0 -180px;
		width: 360px;
		height: 360px;
	}

	.picture-5-list a .textbox {
		padding-bottom: 30px;
	}

	.picture-5-list a .textbox .biaoti {
		font-size: 16px;
	}

	footer {
		padding: 20px 0;
	}

	footer .tops .wechat ul li:nth-child(n+2) {
		margin-left: 20px;
	}

}

@media (max-width:991px) {
	.main-pad-1 {
		padding: 30px 0 0;
	}

	.main-pad-2 {
		padding: 0 0 30px;
	}

	.main-pad-3 {
		padding: 30px 0 0;
	}

	.main-pad-4 {
		padding: 0 0 30px;
	}

	.main-pad-5 {
		padding: 30px 0 0;
	}

	.main-background-1 {
		padding: 0;
	}

	.main-background-1 .leftbg,
	.main-background-1 .rightbg {
		display: none;
	}

	.main-background-2 .bg {
		height: 313px;
	}

	header .qita .logo a {
		line-height: 80px;
	}

	header .qita .logo a img {
		width: 180px;
	}

	.menu-box {
		display: none;
		position: absolute;
		top: 80px;
		right: 0;
		z-index: 2147483645;
		width: 120px;
	}

	.menu-box ul li {
		margin-bottom: 1px;
	}

	.menu-box ul li a {
		display: block;
		font-size: 14px;
		color: #fff;
		text-align: center;
		line-height: 40px;
		background: #0e95de;
	}

	.menu-box ul li.active a {
		background: #fdc811;
	}

	.menu-btn {
		position: relative;
		width: 40px;
	}

	.menu-btn b {
		display: block;
		height: 3px;
		background: #0e95de;
	}

	.menu-btn b:nth-child(2) {
		margin: 4px 0;
	}

	.menu-btn.active b:nth-child(1) {
		transform: rotate(45deg) translate(0, 10px);
	}

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

	.menu-btn.active b:nth-child(3) {
		transform: rotate(-45deg) translate(0, -10px);
	}

	.title-1 .en {
		margin-bottom: -30px;
		font-size: 40px;
		line-height: 50px;
	}

	.title-1 .cn {
		font-size: 20px;
		line-height: 24px;
	}

	.title-1 .jieshao {
		font-size: 14px;
	}

	.title-2 .biaoti img {
		width: 200px;
	}

	.text-1 {
		font-size: 16px;
		line-height: 30px;
	}

	.text-2 ul li a .mc {
		font-size: 14px;
	}

	.text-2.active ul li a .time {
		font-size: 14px;
	}

	.text-4 ul li:nth-child(n+2) {
		margin-top: 20px;
	}

	.text-4 ul li input {
		font-size: 16px;
	}

	.text-4 ul li textarea {
		font-size: 16px;
	}

	.text-4 .caozuo {
		margin-top: 20px;
	}

	.text-4 .caozuo button {
		font-size: 16px;
	}

	.picture-1 {
		margin-top: -10px;
	}

	.picture-1 .swiper-slide {
		margin-top: 10px !important;
	}

	.picture-1-list a .textbox .mc {
		font-size: 14px;
	}

	.picture-1-list a .textbox .more {
		font-size: 12px;
	}

	.picture-2 {
		display: block;
	}

	.picture-2 .left {
		width: auto;
		margin-bottom: 20px;
	}

	.picture-2 .left .swiper-button {
		display: none;
	}

	.picture-2-list a .imgbox span {
		padding-top: calc(315 / 459 * 100%);
	}

	.picture-2-list a .textbox {
		padding: 20px;
		border: solid 1px #eee;
	}

	.picture-2-list a .textbox .biaoti {
		margin-bottom: 10px;
		font-size: 16px;
	}

	.picture-2-list a .textbox .jieshao {
		font-size: 14px;
	}

	.picture-2 .right {
		padding: 0;
		width: auto;
	}

	.picture-2 .right .biaoti .en {
		font-size: 50px;
	}

	.picture-2 .right .biaoti .cn {
		font-size: 24px;
		line-height: 30px;
	}

	.picture-2 .right .jieshao {
		height: auto;
		font-size: 14px;
		line-height: 26px;
	}

	.picture-2 .right ul li .imgbox span {
		padding-top: calc(159 / 238 * 100%);
	}

	.picture-2 .right .more {
		padding: 20px 0 0;
	}

	.picture-3 {
		display: block;
	}

	.picture-3 .left {
		margin-bottom: 20px;
		width: auto;
	}

	.picture-3 .left .imgbox span {
		padding-top: calc(345 / 377 * 100%);
	}

	.picture-3 .left .textbox {
		padding: 15px 0;
		height: auto;
	}

	.picture-3 .left .textbox .biaoti {
		margin-bottom: 5px;
		font-size: 18px;
		line-height: 24px;
	}

	.picture-3 .left .textbox .jieshao {
		height: auto;
		font-size: 14px;
		line-height: 30px;
	}

	.picture-3 .right {
		width: auto;
	}

	.picture-3 .right>.biaoti {
		margin-bottom: 20px;
	}

	.picture-3 .right .ul .li:nth-child(n+2) {
		margin-top: 20px;
	}

	.picture-3 .right .ul .li .biaoti {
		width: 140px;
	}

	.picture-4 {
		padding-top: 30px;
	}

	.picture-4 .imgbox {
		position: initial;
		margin: 0 auto 20px;
	}

	.picture-4 ul li {
		width: 100%;
	}

	.picture-4 ul li:before,
	.picture-4 ul li:after {
		display: none;
	}

	.picture-4 ul li:nth-child(odd) {
		padding-right: 0;
	}

	.picture-4 ul li:nth-child(even) {
		padding-left: 0;
	}

	.picture-4 ul li:nth-child(n+2) {
		margin-top: 20px;
	}

	.picture-4 ul li .shuzi img {
		width: 70px;
	}

	.picture-4 ul li .textbox {
		padding-top: 0;
		width: calc(100% - 90px);
	}

	.picture-4 ul li .textbox .jieshao {
		height: auto;
	}

	.picture-5-list a .textbox .jieshao {
		height: 48px;
	}

	.picture-5-list a .textbox {
		padding-bottom: 20px;
	}

	.picture-1 ul {
		justify-content: space-between;
	}

	.picture-1 ul li {
		width: calc(50% - 10px);
	}

	.picture-1 ul li:nth-child(n+3) {
		margin-top: 20px;
	}

	.picture-6 {
		margin-bottom: 20px;
	}

	.title-4 {
		margin-bottom: 20px;
		font-size: 16px;
	}

	.subnav {
		margin-bottom: 20px;
	}

	.subnav .biaoti {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 50px;
		font-size: 18px;
		padding: 0 15px;
	}

	.subnav .biaoti.active .icon {
		transform: rotate(90deg);
	}




}

@media (max-width:767px) {

	.main-pad-1 .picture-1 a:nth-child(7),
	.main-pad-1 .picture-1 a:nth-child(8) {
		display: none;
	}
	.caption {
		text-align: center;
		font-size: 12px;
	}
	.rla .txt-1 {
		padding: 5px 0;

	}

	.picture-5-list a {

		margin-top: 10px;
	}

	.txt-border .txt2 {
		font-size: 16px;
	}

	.news-t {
		font-size: 14px;
	}

	body {
		padding-bottom: 54px !important;
	}

	.main-pad-1 {
		padding: 20px 0 0;
	}

	.main-pad-2 {
		padding: 0 0 20px;
	}

	.main-pad-3 {
		padding: 20px 0 0;
	}

	.main-pad-4 {
		padding: 0 0 20px;
	}

	.main-pad-5 {
		padding: 20px 0 0;
	}

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

	header .qita .logo a img {
		width: 270px;
	}

	.banner .swiper-pagination {
		bottom: 10px;
	}

	.banner .swiper-pagination span {
		width: 8px;
		height: 8px;
	}

	.menu-box {
		top: 60px;
		width: 100px;
	}

	.menu-box ul li a {
		font-size: 12px;
		line-height: 34px;
	}

	.menu-btn {
		width: 50px;
	}

	.title-1 .en {
		margin-bottom: -20px;
		font-size: 30px;
		line-height: 40px;
		margin-top: 20px;
	}

	.title-1 .cn {
		margin-bottom: 10px;
		font-size: 18px;
		margin-top: 20px;
	}

	.title-5 {
		margin-bottom: 20px;
	}

	.text-1 {
		font-size: 14px;
		line-height: 24px;
	}

	.text-1.active {
		font-size: 14px;
	}

	.text-3 {
		line-height: 24px;
	}

	.picture-1 ul li {
		width: calc(50% - 5px);
	}

	.picture-1 ul li:nth-child(n+3) {
		margin-top: 10px;
	}

	.picture-1-list a .textbox {
		height: 40px;
	}

	.picture-1-list a .textbox .more {
		width: 70px;
		height: 22px;
		line-height: 20px;
	}

	.picture-2-list a .textbox {
		padding: 10px;
	}

	.picture-2-list a .textbox .biaoti {
		margin-bottom: 5px;
		font-size: 14px;
		line-height: 24px;
	}

	.picture-2-list a .textbox .jieshao {
		height: 48px;
		line-height: 24px;
	}

	.picture-2 .right .biaoti .en {
		font-size: 40px;
		line-height: 44px;
	}

	.picture-2 .right .biaoti .cn {
		font-size: 20px;
		line-height: 40px;
	}

	.picture-2 .right .jieshao {
		line-height: 24px;
	}

	.picture-3 .left .textbox {
		padding-bottom: 0;
	}

	.picture-3 .left .textbox .biaoti {
		font-size: 16px;
	}

	.picture-3 .left .textbox .jieshao {
		line-height: 26px;
	}

	.picture-3 .right>.biaoti .cn {
		font-size: 16px;
	}

	.picture-3 .right .ul .li .biaoti {
		width: 130px;
		font-size: 16px;
	}

	.picture-3 .right .ul .li .jieshao {
		line-height: 24px;
	}

	.picture-4 .imgbox {
		width: 320px;
		height: 320px;
	}

	.picture-4 .imgbox img {
		max-width: 150%;
	}

	.picture-7 ul li {
		width: calc(50% - 5px);
	}

	.picture-7 ul li:nth-child(n+3) {
		margin-top: 10px;
	}

	.subnav .biaoti {
		height: 44px;
		font-size: 16px;
	}

	.tabBar {
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 99999;
		width: 100%;
		background: #0e95de;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}

	.tabBar ul {
		display: flex;
		align-items: center;
	}

	.tabBar ul li {
		width: calc(100% / 3);
	}

	.tabBar ul li a {
		display: block;
		padding: 5px 0;
		transition: all 0.3s;
	}

	.tabBar ul li.active a {
		background: #fdc811;
	}

	.tabBar ul li:nth-child(n+2) a {
		box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.5);
	}

	.tabBar ul li a .icon {
		font-size: 18px;
		color: #fff;
		line-height: 24px;
	}

	.tabBar ul li a .mc {
		font-size: 12px;
		color: #fff;
		line-height: 20px;
	}

	.tabBar ul li .tanchuang {
		position: absolute;
		left: 15px;
		bottom: 100%;
		z-index: 1;
		padding-bottom: 10px;
		width: calc(100% - 30px);
		transform: translateY(10px);
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s;
	}

	.tabBar ul li .tanchuang:before {
		content: "";
		position: absolute;
		right: calc(((100% + 30px) / 3 - 30px - 12px) / 2);
		bottom: 4px;
		z-index: 1;
		width: 0;
		height: 0;
		border-left: solid 6px transparent;
		border-right: solid 6px transparent;
		border-top: solid 6px rgba(23, 168, 253, 0.8);
	}

	.tabBar ul li.active .tanchuang {
		transform: translateY(0px);
		opacity: 1;
		visibility: visible;
	}

	.tabBar ul li .tanchuang .imgbox {
		padding: 10px;
		font-size: 0;
		background: rgba(23, 168, 253, 0.8);
		border-radius: 5px;
	}

	.tabBar ul li .tanchuang .imgbox img {
		max-width: 100px;
	}

	footer .tops .contact ul li {
		width: 100% !important;
		text-align: center !important;
		padding: 0 !important;
	}

	footer .tops .wechat {
		margin-bottom: 20px;
		padding: 0;
		width: 100%;
	}

	footer .tops .wechat ul {
		justify-content: center;
	}

	footer .tops .tel {
		display: flex;
		justify-content: center;
		padding: 0;
		width: 100%;
	}

	footer .tops .tel .biaoti {
		display: none;
	}

	footer .tops .tel ul li .shuzi a {
		font-size: 22px;
	}

	footer .tops .tel ul li .icon img {
		width: 26px;
	}
}

@media (max-width:479px) {
	.main-background-2 .bg {
		padding-top: calc(160 / 282 * 100%);
		height: auto;
	}

	.container-fluid {
		padding: 0 10px;
	}

	/* .row {
		margin: 0 -10px;
	} */

	.col-xs-12 {
		padding: 0 10px;
	}

	.col-md-3 {
		padding: 0 10px;
	}

	.col-md-9 {
		padding: 0 10px;
	}

	.title-2 .biaoti img {
		width: 140px;
	}

	.text-2 ul li a {
		height: 40px;
	}

	.text-2 ul li a .icon img {
		width: 15px;
	}

	.fa-qq,
	.fa-weixin {
		color: #ffffff !important;
	}

	.text-4 ul li:nth-child(n+2) {
		margin-top: 10px;
	}

	.text-4 ul li input {
		font-size: 14px;
	}

	.text-4 ul li textarea {
		font-size: 14px;
	}

	.text-4 .caozuo button {
		font-size: 14px;
	}

	.picture-2 .right ul li {
		width: calc(50% - 5px);
	}

	.picture-3 {
		margin-bottom: 20px;
	}

	.picture-4 {
		padding-top: 20px;
	}

	.picture-4 ul li .textbox .jieshao {
		line-height: 26px;
	}

	.picture-5-list a .imgbox .imgs span {
		padding-top: calc(160 / 282 * 100%);
	}

	.picture-7 ul li {
		width: 100%;
	}

	.picture-7 ul li:nth-child(n+2) {
		margin-top: 5px;
	}

	footer .tops .contact .biaoti {
		font-size: 16px;
	}

	footer .tops .contact ul li {
		line-height: 24px;
	}

	footer .copyright {
		line-height: 24px;
	}

}

@media (max-width:399px) {
	.picture-1-list a .textbox {
		display: block;
		padding: 10px;
		height: auto;
	}

	.picture-1-list a .textbox .mc {
		margin-bottom: 5px;
		width: auto;
		text-align: center;
	}

	.picture-1-list a .textbox .more {
		margin: 0 auto;
	}

	.picture-4 .imgbox {
		width: 280px;
		height: 280px;
	}
}