.exhibition3 .comm_conn3 .text span {
	text-align: left;
}

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

.section_h {
	overflow: hidden;
}

.banner {
	position: relative;
}

.banner .banner_img {
	background: url(../images/banner_01.jpg)center no-repeat;
	background-size: cover;
	height: 100vh;
}

.banner .banner_text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	color: #FFFFFF;
}

.banner .banner_text h3 {
	font-size: 30px;
	line-height: 100%;
	font-family: 'BOLD';
	margin-bottom: 30px;
}

.banner .banner_text h2 {
	font-size: 54px;
	margin-bottom: 80px;
	font-family: 'BOLD';
}

.banner .shubiao {
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

.banner .banner_text .chakan a {
	display: inline-block;
	width: 148px;
	height: 48px;
	line-height: 48px;
	border-radius: 5px;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 14px;
	transition: .5s;
	font-family: 'REGULAR';
}

.banner .banner_text .chakan a:hover {
	background: #FFFFFF;
	color: #015DB3;
}

.banner .shubiao:before {
	content: " ";
	position: absolute;
	width: 3px;
	height: 8px;
	background: #FFFFFF;
	left: 0;
	right: 0;
	margin: auto;
	top: 10px;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: shang;
	animation-name: shang;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

.section_h .title h2 {
	font-size: 36px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 40px;
	line-height: 100%;
	font-family: 'BOLD';
}

.section_h .title p {
	font-size: 18px;
	color: rgba(255, 255, 255, .8);
	margin-bottom: 35px;
	line-height: 28px;
	text-align: center;
	font-family: 'MEDIUM';
}

.section_h .title a {
	font-size: 20px;
	display: block;
	color: #FFFFFF;
	text-align: center;
	font-family: 'REGULAR';
}

.section_h .title i {
	font-style: normal;
	transition: .5s;
	margin-left: 5px;
	background: url(../images/jiantou_03.png)center no-repeat;
	width: 17px;
	height: 15px;
	display: inline-block;
}

.section_h .title a:hover i {
	transform: translateX(10px);
	margin-left: 10px;
}

@-webkit-keyframes shang {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@keyframes shang {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

.section_h .section2 {
	padding: 105px 0;
	background: url(../images/item1.jpg)center no-repeat;
	background-size: cover;
}
.section_h .section2 .btn{
	text-align: center;
	font-size: 0;
}
.section_h .section2 .title a{
	margin: 0 10px;
	display: inline-block;
}
.section_h .section2 .title a.show_more{
	display: none;
}
.section_h .section2 .conn2,
.section_h .section2 .items {
	width: 90%;
	margin: 0 auto;
}

.section_h .section2 .items {
	margin-top: 32%;
	text-align: center;
}

.section_h .section2 .item {
	display: inline-block;
	text-align: center;
	margin-right: 20%;
}

.section_h .section2 .item:last-of-type {
	margin-right: 0;
}

.section_h .section2 .item h2 {
	position: relative;
}

.section_h .section2 .item h2 span {
	font-size: 42px;
	color: #FFFFFF;
	display: inline-block;
	font-family: 'DIN-Light';
}

.section_h .section2 .item h2 i {
	display: inline-block;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	vertical-align: top;
	position: absolute;
	top: 5px;
	right: -15px;
	font-weight: normal;
	font-family: 'REGULAR';
}

.section_h .section2 .item:nth-of-type(3) h2 i,
.section_h .section2 .item:nth-of-type(4) h2 i {
	right: -25px;
}

.section_h .section2 .item h2>div {
	display: inline-block;
	font-size: 42px;
	color: #FFFFFF;
	margin-left: -5px;
	font-weight: normal;
}

.section_h .section2 .item p {
	font-size: 16px;
	color: #FFFFFF;
	font-family: 'REGULAR';
}

.section_h .section3 {
	padding: 10px;
}

.section_h .section3 .items {
	font-size: 0;
}

.section_h .section3 .item {
	display: inline-block;
	width: calc(50% - 5px);
	margin-right: 10px;
	text-align: center;
	position: relative;
}

.section_h .section3 .item a {
	display: block;
}

.section_h .section3 .item:nth-of-type(2n) {
	margin-right: 0px;
}

.section_h .section3 .item .text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
}

.section_h .section3 .item h3 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
	font-family: 'BOLD';
	line-height: 100%;
}

.section_h .section3 .item p {
	font-size: 16px;
	padding-top: 30px;
	font-family: 'REGULAR';
	display: none;
}

.section_h .section4 {
	padding-top: 113px;
	padding-bottom: 32%;
	background-image: url(../images/item4.jpg);
	background-size: cover;
	background-repeat: repeat;
	background-position: center bottom;
}

.section_h .section5 {
	padding: 10px 10px 0 10px;
}

.section_h .section5 .items {
	font-size: 0;
}

.section_h .section5 .item {
	background: #fafafa;
	display: inline-block;
	text-align: center;
	padding-top: 40px;
	width: calc(50% - 5px);
	margin-right: 10px;
	margin-bottom: 10px;
	vertical-align: top;
	padding-bottom: 17.3%;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.section_h .section5 .item:nth-of-type(2n) {
	margin-right: 0;
}

.section_h .section5 .item h3 {
	font-size: 18px;
	color: #c0c0c0;
	font-weight: normal;
	margin-bottom: 10px;
	font-family: 'REGULAR';
}

.section_h .section5 .item h2 {
	font-size: 36px;
	margin-bottom: 20px;
	line-height: 100%;
	font-family: 'BOLD';
}

.section_h .section5 .item div {
	margin-bottom: 80px;
	font-size: 18px;
}

.section_h .section5 .item div p {
	line-height: 100%;
	margin-top: 10px;
}

.section_h .section5 .item div a {
	transition: .5s;
	font-family: 'REGULAR';
}

.section_h .section5 .item div a:hover {
	color: #015DB3 !important;
}

.section_h .section5 .item i {
	vertical-align: 2px;
	color: #015DB3;
}

.section_h .section5 .item:nth-of-type(1) {
	background-image: url(../images/item13.jpg);
}

.section_h .section5 .item:nth-of-type(3) {
	background-image: url(../images/item14.jpg);
}

.section_h .section5 .item:nth-of-type(2) {
	background-image: url(../images/item7.jpg);
}

.section_h .section5 .item:nth-of-type(2) h2,
.section_h .section5 .item:nth-of-type(2) h3,
.section_h .section5 .item:nth-of-type(2) p a {
	color: #FFFFFF;
}

.section_h .section5 .item:nth-of-type(4) {
	background-image: url(../images/item8.jpg);
}

.section_h .section6 {
	padding: 0 10px 10px 10px;
}

.section_h .section6 .conn6 {
	padding: 100px 0;
	background: #015db3;
}

.section_h .section6 .swiper-slide {
	width: 52%;
	position: relative;
}
.section_h .section6 .swiper-slide a{
	display: block;
	position: relative;
}
.section_h .section6 .swiper-slide img{
	width: 100%;
	display: block;
}
.section_h .section6 .swiper-slide a:after {
	content: " ";
	position: absolute;
	background: rgba(1, 93, 179, .8);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .5s;
}

.section_h .section6 .swiper-slide-active a:after {
	opacity: 0;
}

.section_h .section6 .text h2 {
	font-size: 28px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 48px;
	margin-bottom: 30px;
	font-family: 'BOLD';
	opacity: 0;
	visibility: hidden;
}

.section_h .section6 .text h2.dong {
	opacity: 1;
	visibility: visible;
	transition: .5s;
}

.section_h .section6 .text p {
	font-size: 18px;
	color: rgba(255, 255, 255, .5);
	text-align: center;
	margin-top: 10px;
	font-family: 'REGULAR';
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	width: 55%;
	margin: 0 auto;
	line-height: 24px;
}

.section_h .section6 .text p.dong {
	opacity: 1;
	visibility: visible;
}

.section_h .section6 .text p span {
	position: relative;
	display: inline-block;
}

.section_h .section6 .text p:nth-of-type(2) span:before {
	content: " ";
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/dingwei.png) center no-repeat;
	width: 15px;
	height: 24px;
}

.section_h .section6 .swiper-button-next {
	background-image: url(../images/next.svg);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 2px solid #fff;
	right: 10%;
	transition: .5s;
}

.section_h .section6 .swiper-button-prev {
	background-image: url(../images/next.svg);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 2px solid #fff;
	transform: rotate(180deg);
	left: 10%;
	transition: .5s;
}

.section_h .section6 .swiper-button-next:hover,
.section_h .section6 .swiper-button-prev:hover {
	background-color: rgba(0, 0, 0, .2);
}

.section_h .section7 {
	padding-top: 84px;
	background-image: url(../images/item10.jpg);
	padding-bottom: 36.65%;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}


/*main_about*/

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

.main_about {
	overflow: hidden;
}

.main_about .section2 {
	padding: 96px 0 115px;
}

.main_about .section3 {
	position: relative;
}

.main_about .section3 .conn3 {
	position: absolute;
	top: 15%;
	left: 0;
	right: 0;
	margin: auto;
	width: 80%;
	max-width: 1280px;
}

.main_about .section3 .items {
	font-size: 0;
	text-align: center;
	margin-top: 98px;
}

.main_about .section3 .item {
	display: inline-block;
	margin-right: 7%;
}

.main_about .section3 .item:last-of-type {
	margin-right: 0;
}

.main_about .section3 .item h3 {
	font-weight: normal;
	text-align: left;
}

.main_about .section3 .item h3 span {
	font-family: 'DIN-Light';
	font-size: 60px;
}

.main_about .section3 .item h3 i {
	font-size: 18px;
	font-style: normal;
}

.main_about .section3 .item p {
	font-size: 16px;
	font-family: 'MEDIUM';
}

.main_about .section4 {
	padding: 10px 0;
}

.main_about .section4 .conn4_left {
	width: calc(50% - 5px);
	float: left;
	position: relative;
}

.main_about .section4 .conn4_left:nth-of-type(1)>.img img {
	opacity: 0;
	visibility: hidden;
}

.main_about .section4 .conn4_left:nth-of-type(1) {
	background: #015db3;
}

.main_about .section4 .conn4_left:nth-of-type(2) {
	float: right;
}

.main_about .section4 .conn4_left .img {
	overflow: hidden;
}

.main_about .section4 .conn4_left img {
	transition: .5s;
}

.main_about .section4 .conn4_left:hover img {
	transform: scale(1.1);
}

.main_about .section4 .conn4_left .text {
	position: absolute;
	top: 50%;
	right: 25%;
	transform: translateY(-50%);
}

.main_about .section4 .conn4_left .text h2 {
	color: #FFFFFF;
	text-align: left;
	margin-bottom: 15px;
}

.main_about .section4 .conn4_left .text p {
	font-size: 20px;
	color: #FFFFFF;
	font-family: 'MEDIUM';
}

.main_about .section4 .conn4_left .text ul li {
	padding: 26px 0;
	width: 45%;
	text-align: center;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	float: left;
	vertical-align: top;
	margin-top: 10%;
	transition: .5s;
}

.main_about .section4 .conn4_left .text ul li:hover {
	transform: translateY(-10px);
}

.main_about .section4 .conn4_left .text ul li:nth-of-type(2n) {
	float: right;
}

.main_about .section4 .conn4_left .text ul li p {
	font-size: 18px;
	color: #FFFFFF;
	padding-top: 15px;
	font-family: 'MEDIUM';
}

.main_about .section4 .conn4_left .text ul li .img {
	width: 44px;
	height: 44px;
	background-size: contain !important;
	margin: 0 auto;
}

.main_about .section4 .conn4_left .text ul li:nth-of-type(1) .img {
	background: url(../images/about/icon1.png)center no-repeat;
}

.main_about .section4 .conn4_left .text ul li:nth-of-type(2) .img {
	background: url(../images/about/icon2.png)center no-repeat;
}

.main_about .section4 .conn4_left .text ul li:nth-of-type(3) .img {
	background: url(../images/about/icon3.png)center no-repeat;
}

.main_about .section4 .conn4_left .text ul li:nth-of-type(4) .img {
	background: url(../images/about/icon4.png)center no-repeat;
}

.main_about .section5 {
	padding: 60px 0 125px;
}

.main_about .section5 p {
	font-size: 20px;
	text-align: center;
	font-family: 'MEDIUM';
}

.main_about .section5 span {
	font-size: 18px;
	text-align: center;
	display: block;
	line-height: 34px;
	padding-top: 15px;
	font-family: 'MEDIUM';
}

.main_about .section5 .conn5 {
	background: #fafafa;
	margin-top: 95px;
}

.main_about .section5 .conn5 .images {
	width: 66.407%;
	float: left;
	vertical-align: top;
}

.main_about .section5 .conn5 .image {
	width: 33.126%;
	float: right;
	vertical-align: top;
}

.main_about .section5 .conn5 .image .img {
	margin-bottom: 8px;
}

.main_about .section5 .conn5 .image .img:last-of-type {
	margin-bottom: 0;
}

.main_about2 {
	overflow: hidden;
}

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

.main_about2 .section1 .banner {
	position: relative;
}

.main_about2 .section1 .banner .text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 80%;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 1280px;
}

.main_about2 h2 {
	font-size: 48px;
	color: #FFFFFF;
	font-family: 'BOLD';
	line-height: 100%;
	margin-bottom: 25px;
}

.main_about2 .section1 .banner .text p {
	font-size: 24px;
	color: #FFFFFF;
	font-family: 'MEDIUM';
}

.main_about2 .section2,
.main_about2 .section4 {
	padding: 92px 0 110px;
}

.main_about2 .section2 .img {
	width: 42%;
	margin: 0 auto;
	margin-bottom: 50px;
}

.main_about2 .section2 p {
	font-size: 18px;
	width: 84%;
	margin: 0 auto;
	line-height: 34px;
	margin-bottom: 50px;
}

.main_about2 .section2 a {
	font-size: 18px;
	display: block;
	text-align: center;
	color: #015DB3;
	vertical-align: middle;
}

.main_about2 .section2 a i {
	display: inline-block;
	width: 16px;
	height: 14px;
	background: url(../images/about/jiantou.png)center no-repeat;
	margin-left: 15px;
	transition: .5s;
}

.main_about2 .section2 a:hover i {
	margin-left: 25px;
}

.main_about2 .section3 {
	position: relative;
}

.main_about2 .section3 .text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 80%;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 1280px;
}

.main_about2 .section3 .text p {
	font-size: 24px;
	color: #FFFFFF;
	font-family: 'MEDIUM';
}

.main_about2 .section4 p {
	font-size: 18px;
	line-height: 34px;
}

.main_about2 .section4 .items {
	font-size: 0;
	text-align: center;
}

.main_about2 .section4 .item {
	display: inline-block;
	margin: 0 3%;
	width: 10%;
}

.main_about2 .section4 .item h2 {
	margin-bottom: 0;
	margin-bottom: 10px;
}

.main_about2 .section4 .item h2 span {
	font-size: 60px;
	color: #015DB3;
	font-family: 'DIN-Light';
}

.main_about2 .section4 .item h2 i {
	font-size: 18px;
	color: #222;
	font-style: normal;
}

.main_about2 .section4 .item p {
	font-size: 16px;
	line-height: 100%;
	margin: 0;
	margin-bottom: 55px;
}

.main_about3 .section2 {
	padding: 115px 0;
}

.main_about3 {
	overflow: hidden;
}

.main_about3 img {
	max-width: 100%;
	transition: .5s;
}

.main_about3 .container {
	max-width: 1520px;
	text-align: center;
}

.main_about3 .section2 .conn2 h2 {
	font-size: 36px;
	color: #222222;
	font-family: 'BOLD';
	line-height: 46px;
}

.main_about3 .section2 .conn2 {
	padding-left: 120px;
}

.main_about3 .section2 .conn2 p {
	font-size: 16px;
	color: #222222;
	padding-top: 20px;
}

.main_about3 .section3 {
	padding: 95px 0;
	background: #f5f5f5;
}

.main_about3 .section3 .conn3 {
	font-size: 0;
}

.main_about3 .section3 .conn3 li {
	display: inline-block;
	width: 30.3%;
	margin-right: 4.5%;
	margin-bottom: 4.5%;
	transition: .5s;
	vertical-align: top;
}

.main_about3 .section3 .conn3 li:nth-of-type(3n) {
	margin-right: 0;
}

.main_about3 .section3 .conn3 li .img {
	overflow: hidden;
}

.main_about3 .section3 .conn3 li:hover img {
	transform: scale(1.1);
}

.main_about3 .section3 .conn3 li:hover {
	transform: translateY(-10px);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
}

.main_about3 .section3 .conn3 h3 {
	font-size: 24px;
}

.main_about3 .section3 .conn3 p {
	font-size: 16px;
	text-align: left;
	display: none;
}

.main_about3 .section3 .conn3 .text {
	padding: 32px 35px;
	background: #FFFFFF;
}

.main_about3 .section3 .conn3 .text h3 {
	line-height: 34px;
	/*margin-bottom: 30px;*/
	/*height: 68px;*/
	text-align: left;
}

.main_about3 .section4 .conn4 {
	padding: 100px 0;
	position: relative;
	text-align: center;
}

.main_about3 .section4 .swiper-pagination {
	bottom: -40px;
	left: 0;
	right: 0;
	margin: auto;
}

.main_about3 .section4 .swiper-pagination-bullet {
	background: #d9d9d9;
	opacity: 1;
	margin: 0 7.5px;
}

.main_about3 .section4 .swiper-pagination-bullet-active {
	background: #666;
}

.main_about4 {
	overflow: hidden;
}

.main_about4 img {
	max-width: 100%;
	transition: .5s;
}

.main_about4 .container {
	max-width: 1520px;
}

.main_about4 .section2 {
	padding: 104px 0 100px;
}

.main_about4 .section2 h3 {
	font-size: 48px;
	text-align: center;
	margin-bottom: 20px;
}

.main_about4 .section2 p {
	font-size: 18px;
	text-align: center;
	line-height: 34px;
	width: 55%;
	margin: 0 auto;
}

.main_about4 .section3 {
	padding-bottom: 94px;
	padding-top: 80px;
}

.main_about4 .section4 {
	background: #f6f6f6;
	padding-top: 102px;
}

.main_about5 {
	overflow: hidden;
}

.main_about5 img {
	max-width: 100%;
	transition: .5s;
}

.main_about5 .section2 {
	padding: 88px 0 120px;
	background: #f7f7f7;
}

.main_about5 .section2 .conn2 li {
	background: #FFFFFF;
	margin-bottom: 42px;
	position: relative;
	transition: .5s;
}

.main_about5 .section2 .conn2 li:hover {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
}

.main_about5 .section2 .conn2 li .text h3 {
	font-size: 30px;
	margin: 15px 0 20px;
}

.main_about5 .section2 .conn2 {
	font-size: 0;
}

.main_about5 .section2 .conn2 li .text span {
	font-size: 16px;
	font-family: 'REGULAR';
	color: #015DB3;
}

.main_about5 .section2 .conn2 li .img {
	width: 34.4%;
	display: inline-block;
	overflow: hidden;
}

.main_about5 .section2 .conn2 li .text {
	width: 65.6%;
	display: inline-block;
	padding: 0 70px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.main_about5 .section2 .conn2 li .text p {
	font-size: 16px;
	font-family: 'REGULAR';
}

.main_about5 .section2 .conn2 li:hover img {
	transform: scale(1.1);
}

.main_about6 {
	overflow: hidden;
}

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

.main_about6 .section1 {
	padding: 128px 0 90px;
	background: #f6f6f6;
}

.main_about6 .section1 .conn1 {
	background: #FFFFFF;
	padding: 65px 100px 120px;
}

.main_about6 .section1 .conn1 .conn_nav a {
	font-size: 16px;
	padding-right: 5px;
	margin-right: 5px;
	color: #222;
	font-family: 'REGULAR';
}

.main_about6 .section1 .conn1 .conn_nav_left {
	float: left;
}

.main_about6 .section1 .conn1 .conn_nav_right {
	float: right;
}

.main_about6 .section1 .conn1 .conn_nav_right .fenxiang {
	margin: 0;
}

.main_about6 .section1 .conn1 .conn_nav_right .fenxiang .Facebook {
	background-image: url(../images/about/Facebook_03.png);
}

.main_about6 .section1 .conn1 .conn_nav_right .fenxiang .Twitter {
	background-image: url(../images/about/Twitter_03.png);
}

.main_about6 .section1 .conn1 .conn_nav_right .fenxiang .linkedin {
	background-image: url(../images/about/linkedin_03.png);
}

.main_about6 .section1 .conn1 .conn_nav_right .fenxiang .weibo {
	background-image: url(../images/about/weibo_03.png);
}

.main_about6 .section1 .conn1 .conn_nav_right .fenxiang .weixin {
	background-image: url(../images/about/weixin_03.png);
}

.main_about6 .section1 .conn1 h2 {
	font-size: 36px;
	padding-top: 30px;
}

.main_about6 .section1 .conn1 span {
	font-size: 16px;
	padding-top: 10px;
	display: block;
}


/*.main_about6 .section1 .conn1 p {
	font-size: 16px;
	padding-top: 20px;
	line-height: 30px;
	text-indent: 1em;
}*/

.main_about6 .section1 .conn1 .img {
	margin-top: 50px;
}

.main_about6 .section1 .conn_sx {
	padding: 60px 100px;
	background: #FFFFFF;
	margin-top: 8px;
}

.main_about6 .section1 .conn_sx a {
	font-size: 16px;
	font-family: 'REGULAR';
}

.main_about6 .section1 .conn_sx .conn_sx_c {
	float: left;
}

.main_about6 .section1 .conn_sx .conn_sx_f {
	float: right;
	padding-top: 8px;
}

.main_about6 .section1 .conn_sx .conn_sx_c a {
	display: block;
	transition: .5s;
}

.main_about6 .section1 .conn_sx .conn_sx_c a:hover {
	color: #015DB3;
}

.main_about6 .section1 .conn_sx .conn_sx_c a:last-of-type {
	padding-top: 15px;
}

.main_about6 .section1 .conn_sx .conn_sx_c a span {
	font-family: 'BOLD';
}

.main_about6 .section1 .conn_sx .conn_sx_f a {
	padding: 10px 35px;
	display: inline-block;
	background: #015DB3;
	color: #FFFFFF;
}

.main_about7 {
	overflow: hidden;
}

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

.main_about7 .section2 {
	padding: 80px 0 135px;
}

.main_about7 .section2 h2 {
	font-size: 30px;
	text-align: center;
}

.main_about7 .section2 .conn2 {
	max-width: 1640px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	margin-top: 70px;
}

.main_about7 .section2 .conn2 #allmap {
	width: 100%;
	height: 740px;
}

.main_about7 .section2 .conn2 .map_text {
	padding: 68px 0px 38px;
	background: #FFFFFF;
	position: absolute;
	left: 182px;
	top: 50%;
	transform: translateY(-50%);
	width: 23%;
}

.main_about7 .section2 .conn2 .map_text .text {
	padding: 0 55px;
	padding-bottom: 30px;
	border-bottom: 1px solid #dcdcdc;
}

.main_about7 .section2 .conn2 .map_text h2 {
	font-size: 30px;
	text-align: left;
	line-height: 100%;
	margin-bottom: 30px;
}
.main_about7 .section2 .conn2 .map_text .tab{
	font-size: 0;
	margin-bottom: 10px;
}
.main_about7 .section2 .conn2 .map_text .tab span{
	display: inline-block;
	vertical-align: top;
	width: 90px;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-right: 10px;
	cursor: pointer;
}
.main_about7 .section2 .conn2 .map_text .tab span.active{
	background: #015DB3;
	border-color: #015DB3;
	color: #fff;
}
.main_about7 .section2 .conn2 .map_text p {
	font-size: 16px;
	margin-bottom: 15px;
}

.main_about7 .section2 .conn2 .map_text .img {
	width: 26.5%;
	margin: 0 auto;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
	margin-top: 38px;
}

.exhibition1 {
	overflow: hidden;
}

.exhibition1 img {
	max-width: 100%;
	transition: .5s;
}

.exhibition1 .container {
	max-width: 1640px;
}

.exhibition1 .section2 {
	padding: 100px 0 105px;
}

.exhibition1 .section2 .conn2 {
	margin-top: 115px;
}

.exhibition1 .section2 .conn2 li {
	transition: .5s;
	padding-bottom: 88px;
	margin-bottom: 40px;
}

.exhibition1 .section2 .conn2 li .img {
	overflow: hidden;
}

.exhibition1 .section2 .conn2 .text {
	padding: 92px 180px 0;
	position: relative;
}

.exhibition1 .section2 .conn2 .text h2 {
	font-size: 48px;
	line-height: 60px;
	margin-bottom: 30px;
}

.exhibition1 .section2 .conn2 .text p {
	font-size: 18px;
	font-family: 'REGULAR';
	line-height: 32px;
}

.exhibition1 .section2 .conn2 .text span {
	font-size: 20px;
	font-family: 'MEDIUM';
	padding-top: 25px;
	display: block;
}

.exhibition1 .section2 .conn2 .text span>i {
	display: inline-block;
	background: url(../images/exhibition/jiantou2.png)center no-repeat;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	margin-left: 10px;
	transition: .5s;
}

.exhibition1 .section2 .conn2 li:hover {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
}

.exhibition1 .section2 .conn2 li:hover img {
	transform: scale(1.1);
}

.exhibition1 .section2 .conn2 li:hover span>i {
	margin-left: 15px;
}

.exhibition1 .section2 .conn2 .text .teshu {
	width: 200px;
	background: #015DB3;
	position: absolute;
	bottom: 82%;
	left: 180px;
	transition: .5s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: height_;
	animation-name: height_;
	height: 0;
	overflow: hidden;
}

.exhibition1 .section2 .conn2 .text .teshu1 {
	padding: 35px 30px;
}

@keyframes height_ {
	from {
		height: 0;
	}
	to {
		height: 197px;
	}
}

.exhibition1 .section2 .conn2 .text .teshu h3 {
	font-size: 36px;
	color: #FFFFFF;
}

.exhibition1 .section2 .conn2 .text .teshu i {
	display: block;
	width: 30px;
	height: 2px;
	background: #FFFFFF;
	margin: 22px 0 45px;
}

.exhibition1 .section2 .conn2 .text .teshu p {
	font-size: 18px;
	color: #FFFFFF;
	margin-top: 43px;
	line-height: 100%;
}

.exhibition2 {
	overflow: hidden;
}

.exhibition2 img {
	width: 100%;
	max-width: 100%;
	transition: .5s;
}

.exhibition2 .section2 {
	padding: 100px 0;
}

.exhibition2 .section2 .conn2 {
	padding: 0 100px;
	text-align: center;
}

.exhibition2 .section2 .conn2 h2 {
	font-size: 30px;
	text-align: center;
	line-height: 100%;
	margin-bottom: 20px;
}

.exhibition2 .section2 .conn2 h3 {
	font-size: 24px;
	text-align: center;
	line-height: 100%;
	margin-bottom: 45px;
}
.exhibition2 .section2 .conn2 .para{
	margin-bottom: 20px;
}
.exhibition2 .section2 .conn2 p {
	font-size: 18px;
	line-height: 32px;
	text-align: left;
	color: #636363;
}

.exhibition2 .section2 .conn2 a {
	font-size: 20px;
	vertical-align: middle;
	border: 1px solid #015DB3;
	padding: 15px 25px;
	border-radius: 5px;
	color: #015DB3;
	transition: .5s;
}
.exhibition2 .section2 .show_more{
	display: none;
}
.exhibition2 .section2 .show_more span{
	font-size: 16px;
	color: #015DB3;
}
.exhibition2 .section2 .conn2 a i {
	background: url(../images/exhibition/jiantou4.png)center no-repeat;
	width: 24px;
	height: 18px;
	display: inline-block;
	vertical-align: -2px;
	margin-left: 5px;
	transition: .5s;
}

.exhibition2 .section2 .conn2 a:hover {
	color: #FFFFFF;
	background: #015DB3;
}

.exhibition2 .section2 .conn2 a:hover i {
	transform: translateX(10px);
	background: url(../images/exhibition/jiantou4_h.png)center no-repeat;
}

.exhibition2 .section3 {
	background: url(../images/exhibition/item2.jpg)center no-repeat;
	background-size: cover;
	padding: 95px 0 100px;
}

.exhibition2 .section3 .conn3 {
	padding: 0 100px;
	position: relative;
}

.exhibition2 .section3 .conn3 h2 {
	font-size: 30px;
	text-align: center;
	line-height: 100%;
	margin-bottom: 0!important;
	padding-bottom: 64px;
	color: #FFFFFF;
}

.exhibition2 .section3 .conn3_cont .text {
	padding: 45px 35px 80px;
	background: #FFFFFF;
}

.exhibition2 .section3 .conn3_cont .text h2 {
	color: #222222;
	padding-bottom: 25px;
	text-align: left;
	display: none;
}

.exhibition2 .section3 .conn3_cont .text p {
	color: #636363;
	font-size: 18px;
	text-align: left;
	line-height: 32px;
}

.exhibition2 .section3 .conn3_cont .txt {
	background: #015DB3;
	padding: 67px 52px 60px;
	height: 100%;
}

.exhibition2 .section3 .conn3_cont .txt h2 {
	text-align: center;
	font-size: 30px;
	color: #FFFFFF;
	line-height: 36px;
	margin-bottom: 32px;
}

.exhibition2 .section3 .conn3_cont .txt p {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 28px;
	height: 140px;
}

.exhibition2 .section3 .swiper-button-next,
.exhibition2 .section3 .swiper-button-prev {
	top: 60%;
	width: 78px;
	height: 78px;
	margin: 0;
	transform: translateY(-50%);
	transition: .5s;
}

.exhibition2 .section3 .swiper-button-next {
	background-image: url(../images/exhibition/next.png);
	background-size: contain;
	right: -20px;
}

.exhibition2 .section3 .swiper-button-next:hover {
	background-image: url(../images/exhibition/next_h.png);
	background-size: contain;
}

.exhibition2 .section3 .swiper-button-prev {
	background-image: url(../images/exhibition/prev.png);
	background-size: contain;
	left: -20px;
}

.exhibition2 .section3 .swiper-button-prev:hover {
	background-image: url(../images/exhibition/prev_h.png);
	background-size: contain;
}

.exhibition2 .section3 .conn3_cont {
	transition: .5s;
	background: #fff;
}

.exhibition2 .section3 .swiper-slide .img {
	overflow: hidden;
}

.exhibition2 .section3 .swiper-slide .img img {
	max-width: auto;
}

.exhibition2 .section3 .swiper-container {
	padding: 20px 0;
}

.exhibition2 .section3 .swiper-slide:hover img {
	transform: scale(1.1);
}

.exhibition2 .section3 .conn3_cont:hover {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
	transform: translateY(-10px);
}

.exhibition2 .section4 {
	padding: 95px 0 115px;
}

.exhibition2 .section4 .conn4 {
	padding: 0 100px;
}

.exhibition2 .section4 .conn4 h2 {
	font-size: 30px;
	text-align: center;
	line-height: 100%;
	margin-bottom: 20px;
}

.exhibition2 .section4 .conn4 p {
	font-size: 18px;
	text-align: center;
	line-height: 100%;
}

.exhibition2 .section4 .conn4 .lunbo {
	margin-top: 50px;
}

.exhibition2 .section4 .swiper-container {
	padding: 20px;
}

.exhibition2 .section4 .conn4 .lunbo .img {
	position: relative;
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	transition: .5s;
	overflow: hidden;
	padding-bottom: 1px;
}

.exhibition2 .section4 .conn4 .lunbo .imgs {
	overflow: hidden;
}

.exhibition2 .section4 .conn4 .lunbo .img img {
	position: relative;
}

.exhibition2 .section4 .conn4 .lunbo .img:hover img {
	transform: scale(1.1);
}

.exhibition2 .section4 .conn4 .lunbo .img:hover {
	transform: translateY(-10px);
}

.exhibition2 .section4 .conn4 .lunbo .text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	padding: 30px 0;
	text-align: center;
	background: #FFFFFF;
}

.exhibition2 .section4 .conn4 .lunbo .text h3 {
	font-size: 24px;
}

.exhibition2 .section4 .swiper-button-next,
.exhibition2 .section4 .swiper-button-prev {
	top: 60%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	margin: 0;
	opacity: 1;
	z-index: 2;
	transition: .5s;
}

.exhibition2 .section4 .swiper-button-next {
	background-image: url(../images/exhibition/next1.png);
	background-size: contain;
}

.exhibition2 .section4 .swiper-button-next:hover {
	background-image: url(../images/exhibition/next1_h.png);
	background-size: contain;
}

.exhibition2 .section4 .swiper-button-prev {
	background-image: url(../images/exhibition/prev1.png);
	background-size: contain;
}

.exhibition2 .section4 .swiper-button-prev:hover {
	background-image: url(../images/exhibition/prev1_h.png);
	background-size: contain;
}

.exhibition2 .section5 {
	padding: 94px 0 80px;
	background: #f5f5f5;
}

.exhibition2 .section5 .conn5 {
	padding: 0 100px;
}

.exhibition2 .section5 .conn5 .items {
	font-size: 0;
}

.exhibition2 .section5 .conn5 .item {
	display: inline-block;
	width: 50%;
	cursor: pointer;
}

.exhibition2 .section5 .conn5 .item .img {
	display: inline-block;
	vertical-align: top;
	margin-right: 5%;
}

.exhibition2 .section5 .conn5 .item:nth-of-type(1) .img {
	width: 9%;
}

.exhibition2 .section5 .conn5 .item:nth-of-type(2) .img {
	width: 10%;
}

.exhibition2 .section5 .conn5 .text {
	display: inline-block;
	width: 85%;
}

.exhibition2 .section5 .conn5 .text h2 {
	font-size: 30px;
	line-height: 100%;
	margin-bottom: 20px;
}

.exhibition2 .section5 .conn5 .text p {
	font-size: 16px;
	line-height: 100%;
	margin-bottom: 30px;
}

.exhibition2 .section5 .conn5 .text a {
	font-size: 20px;
	color: #015DB3;
	font-family: 'REGULAR';
}

.exhibition2 .section5 .conn5 .text a i {
	display: inline-block;
	width: 24px;
	height: 18px;
	margin-left: 5px;
	vertical-align: middle;
	transition: .5s;
	background: url(../images/exhibition/jiantou4.png)center no-repeat;
}

.exhibition2 .section5 .conn5 .item:hover i {
	margin-left: 10px;
}

.exhibition3 .section4,
.exhibition3 .section6,
.exhibition3 .section8 {
	background: #f6f6f6;
}

.exhibition3 .comm_conn3 .text h3,
.exhibition3 .comm_conn3 .text p,
.exhibition3 .comm_conn3 .text a {
	text-align: left;
}

.exhibition3 .comm_conn3 .text {
	padding: 35px 0;
	padding-right: 70px;
}

.exhibition3 .comm_conn3 .swiper-slide a:hover {
	box-shadow: none;
	transform: none;
}

.exhibition3 .container {
	max-width: 1280px;
}

.exhibition2 .section2 .conn2 h4 {
	font-size: 20px;
	text-align: center;
	line-height: 100%;
	margin-bottom: 45px;
	font-weight: normal;
	font-family: 'REGULAR';
}

.exhibition4 .section2 .conn2 p {
	margin-bottom: 0;
}

.exhibition4 .section3 .conn3_cont .text h2 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 0;
}

.exhibition4 .section3 .conn3_cont .text {
	padding: 40px 35px 60px;
	height: auto;
}

.exhibition4 .section3 {
	background: url(../images/exhibition/item10.jpg)center no-repeat;
}

.exhibition4 .section4 .conn4 h2 {
	font-size: 36px;
}

.zhanhui_l {
	overflow: hidden;
}

.zhanhui_l img {
	max-width: 100%;
	transition: .5s;
}

.zhanhui_l .section2 {
	padding: 95px 0 100px;
	background: #f5f5f5;
}

.zhanhui_l .section2 h2 {
	font-size: 36px;
	text-align: center;
}

.zhanhui_l .section2 .items {
	font-size: 0;
	text-align: center;
	padding-top: 45px;
	position: relative;
	z-index: 5;
}

.zhanhui_l .section2 .item {
	padding: 0 30px;
	display: inline-block;
	background: #FFFFFF;
	margin: 0 8px;
	position: relative;
	cursor: pointer;
}

.zhanhui_l .section2 .item .show {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 5;
	transition: .5s;
}

.zhanhui_l .section2 .item .show a {
	font-size: 14px;
	display: block;
	text-align: center;
	background: #FFFFFF;
	line-height: 0;
	overflow: hidden;
	transition: .5s;
	height: 0;
	opacity: 0;
	line-height: 52px;
	border-top: 1px solid rgba(0, 0, 0, 0);
}

.zhanhui_l .section2 .item:hover a {
	overflow: visible;
	opacity: 1;
	height: 52px;
	border-top: 1px solid #e8e8e8;
}

.zhanhui_l .section2 .item .icon {
	width: 22px;
	height: 22px;
	background-size: contain !important;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.zhanhui_l .section2 .item:nth-of-type(1) .icon {
	background: url(../images/exhibition/icon3.png)center no-repeat;
}

.zhanhui_l .section2 .item:nth-of-type(2) .icon {
	background: url(../images/exhibition/icon4.png)center no-repeat;
}

.zhanhui_l .section2 .item:nth-of-type(3) .icon {
	background: url(../images/exhibition/icon5.png)center no-repeat;
}

.zhanhui_l .section2 .item .jt {
	background: url(../images/exhibition/jia_1.png)center no-repeat;
	display: inline-block;
	width: 18px;
	margin-left: 20px;
	height: 18px;
	background-size: contain !important;
	vertical-align: middle;
}

.zhanhui_l .section2 .item input {
	width: 170px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
}

.zhanhui_l .section2 .conn2 {
	font-size: 0;
	margin-top: 50px;
	position: relative;
	z-index: 1;
}

.zhanhui_l .section2 .conn2 li {
	border: 1px solid #dcdcdc;
	display: inline-block;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	transition: .5s;
	vertical-align: top;
}

.zhanhui_l .section2 .conn2 li:nth-of-type(3n) {
	margin-right: 0;
}

.zhanhui_l .section2 .conn2 li .text {
	padding: 35px 0px;
	text-align: center;
}

.zhanhui_l .section2 .conn2 li .text h6 {
	font-size: 14px;
	line-height: 100%;
	margin-bottom: 15px;
}

.zhanhui_l .section2 .conn2 li .text h5 {
	font-size: 18px;
	line-height: 1.5;
	padding: 0 10px;
}

.zhanhui_l .section2 .conn2 li .img {
	overflow: hidden;
}

.zhanhui_l .section2 .conn2 li:hover {
	box-shadow: 0 0 15px 4px rgba(0, 0, 0, .1);
}

.zhanhui_l .section2 .conn2 li:hover img {
	transform: scale(1.1);
}

.zhanhui_l .section2 .gengduo {
	margin-top: 2%;
}

.zhanhui_b {
	overflow: hidden;
}

.zhanhui_b img {
	max-width: 100%;
	transition: .5s;
}

.zhanhui_b .section2 {
	padding: 110px 0 135px;
}

.zhanhui_b .section2 h2 {
	font-size: 36px;
	line-height: 100%;
	margin-bottom: 20px;
	text-align: center;
}

.zhanhui_b .section2 p {
	font-size: 16px;
	margin-bottom: 80px;
	text-align: center;
}

.zhanhui_b .section2 .conn2 {
	max-width: 580px;
	margin: 0 auto;
}

.zhanhui_b .section2 .conn2 .conn2_b {
	margin-bottom: 20px;
}

.zhanhui_b .section2 .conn2 label {
	font-size: 18px;
	margin-bottom: 20px;
	display: block;
}

.zhanhui_b .section2 .conn2 .conn2_b label i,
.zhanhui_b .section2 .conn2 label i {
	font-style: normal;
	margin-left: 5px;
	color: #015DB3;
}

.zhanhui_b .section2 .conn2 .conn2_b select {
	width: 100%;
	line-height: 58px;
	border: 1px solid #dcdcdc;
	font-size: 18px;
	text-indent: 1.5em;
	color: #666666;
}

.zhanhui_b .section2 .conn2 .conn2_b .select {
	position: relative;
	transition: .5s;
	border: 1px solid rgba(0, 0, 0, 0);
}

.zhanhui_b .section2 .conn2 .conn2_b .select.active {
	border: 1px solid #015DB3;
}

.zhanhui_b .section2 .conn2 .conn2_b .select:after {
	content: " ";
	position: absolute;
	right: 23px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/exhibition/jia_1.png)center no-repeat;
	width: 18px;
	height: 18px;
	background-size: contain;
}

.zhanhui_b .section2 .conn2 .input {
	border: 1px solid rgba(0, 0, 0, 0);
	transition: .5s;
}

.zhanhui_b .section2 .conn2 .input.active {
	border: 1px solid #015DB3;
}

.zhanhui_b .section2 .conn2 .conn2_b input {
	width: 100%;
	line-height: 58px;
	border: 1px solid #dcdcdc;
	font-size: 18px;
	text-indent: 1.5em;
	color: #666666;
}

.zhanhui_b .section2 .conn2 .conn2_c {
	font-size: 0;
}

.zhanhui_b .section2 .conn2 .conn2_c .conn2_c_c {
	display: inline-block;
	width: 48%;
	margin-right: 7%;
	margin-bottom: 20px;
}

.zhanhui_b .section2 .conn2 .conn2_c .conn2_c_c:last-of-type {
	width: 45%;
	margin-right: 0;
}

.zhanhui_b .section2 .conn2 .conn2_c .conn2_c_c .input {
	border: 1px solid #dcdcdc;
	font-size: 18px;
	color: #666666;
	transition: .5s;
}

.zhanhui_b .section2 .conn2 .conn2_c .conn2_c_c .input.active {
	border: 1px solid #015DB3;
}

.zhanhui_b .section2 .conn2 .conn2_c .conn2_c_c .input input {
	width: 100%;
	text-indent: 1.5em;
	line-height: 58px;
}

.zhanhui_b .section2 .conn {
	padding-top: 60px;
	margin-top: 60px;
	border-top: 1px solid #dcdcdc;
}

.zhanhui_b .section2 .conn2 .conn2_b button {
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	padding: 20px 0;
	width: 33%;
	background: #015DB3;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 20px;
	transition: .5s;
	border: 1px solid #015DB3;
}

.zhanhui_b .section2 .conn2 .conn2_b button:hover {
	background: #FFFFFF;
	color: #015DB3;
	border: 1px solid #015DB3;
}

.join {
	overflow: hidden;
}

.join img {
	max-width: 100%;
	transition: .5s;
}

.join .section2 {
	padding: 74px 0 64px;
}

.join .section2 h2 {
	font-size: 48px;
	text-align: center;
	line-height: 100%;
	margin-bottom: 25px;
}

.join .section2 p {
	font-size: 18px;
	text-align: center;
}

.join .section3 {
	padding: 100px 0 125px;
	background: #fafafa;
}

.join .section3 .conn3 {
	font-size: 0;
}

.join .section3 .conn3 li {
	padding: 44px 40px;
	display: inline-block;
	width: 32%;
	transition: .5s;
	border-bottom: 1px solid #e9e9e9;
	margin-right: 2%;
	vertical-align: top;
}

.join .section3 .conn3 li:nth-of-type(3n) {
	margin-right: 0;
}

.join .section3 .conn3 li span {
	font-size: 16px;
	margin-bottom: 20px;
	display: block;
}

.join .section3 .conn3 li h3 {
	font-size: 36px;
	line-height: 100%;
	margin-bottom: 25px;
}

.join .section3 .conn3 li h4 {
	font-size: 18px;
	line-height: 100%;
	font-family: 'REGULAR';
	margin-bottom: 25px;
}

.join .section3 .conn3 li p {
	color: #636363;
	font-size: 16px;
	line-height: 28px;
}

.join .section3 .conn3 li .chakan h5 {
	font-size: 16px;
	color: #015DB3;
	vertical-align: middle;
	margin-top: 115px;
}

.join .section3 .conn3 li .chakan h5 i {
	display: inline-block;
	background: url(../images/about/jiantou2.png)center no-repeat;
	width: 18px;
	height: 18px;
	background-size: contain;
	vertical-align: middle;
	margin-right: 25px;
	transition: .5s;
}

.join .section3 .conn3 li:hover {
	background: #FFFFFF;
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, .1);
}

.join .section3 .conn3 li:hover .chakan i {
	transform: translateX(10px);
}

.join .fenye {
	padding-top: 100px;
}

.join_x .section2 {
	padding-bottom: 40px;
}

.join_x .section2 span {
	text-align: center;
	font-size: 16px;
	display: block;
	padding-top: 10px;
	margin-bottom: 40px;
}

.join_x .container {
	max-width: 1160px;
}

.join_x .section2 a {
	font-size: 16px;
	color: #015DB3;
	border: 1px solid #015DB3;
	padding: 12px 0px;
	border-radius: 5px;
	vertical-align: middle;
	margin: 0 auto;
	width: 15.5%;
	display: block;
	text-align: center;
	transition: .5s;
}

.join_x .section2 a:hover {
	background: #015DB3;
	color: #FFFFFF;
}

.join_x .section2 a i {
	display: inline-block;
	margin-right: 5px;
	background: url(../images/about/jiantou2.png)center no-repeat;
	transform: rotate(180deg);
	width: 18px;
	height: 18px;
	vertical-align: middle;
	background-size: contain;
	transition: .5s;
}

.join_x .section2 a:hover i {
	margin-right: 10px;
	background: url(../images/about/jiantou2_h.png)center no-repeat;
}

.join_x .section4 {
	padding-bottom: 150px;
}

.join_x .section4 .conn4 {
	font-size: 0;
}

.join_x .section4 .conn4 li {
	padding: 75px 0 80px;
	border-top: 1px solid #E9E9E9;
}

.join_x .section4 .conn4 li:last-of-type {
	border-bottom: 1px solid #e9e9e9;
}

.join_x .section4 .conn4 li h2 {
	font-size: 24px;
}

.join_x .section4 .conn4 li .title {
	width: 18%;
	display: inline-block;
	vertical-align: top;
}

.join_x .section4 .conn4 li .text {
	width: 72%;
	display: inline-block;
}

.join_x .section4 .conn4 li .text p {
	font-size: 17px;
	line-height: 30px;
}

.join_x .section4 .conn4 li .text p span a {
	color: #015DB3;
}

.join_x .section4 .conn4 li .text h5 {
	font-size: 17px;
	margin-top: 35px;
}

.xiangshang .section2 {
	padding: 120px 0 56px;
	background: #f3f5f7;
}

.xiangshang .section2 h2 {
	font-size: 48px;
	color: #000000;
	text-align: center;
	line-height: 100%;
	margin-bottom: 45px;
}

.xiangshang .section2 .img {
	width: 77%;
}

.xiangshang .section2 p {
	font-size: 18px;
	width: 56%;
}

.xiangshang .section2 p:last-of-type {
	margin-bottom: 0;
}

.xiangshang .section3 {
	padding: 146px 0 110px;
}

.xiangshang .section3 h2 {
	font-size: 48px;
	color: #000000;
	text-align: center;
	line-height: 100%;
}

.xiangshang .section3 p {
	font-size: 18px;
	text-align: center;
}

.xiangshang .section4 {
	padding: 20px;
}

.xiangshang .section4 .item {
	width: 100%;
	margin: 0;
	margin-bottom: 15px;
}

.xiangshang .section4 .item .img {
	width: calc(50% - 10px);
	display: inline-block;
}

.xiangshang .section4 .item .img .image {
	overflow: hidden;
}

.xiangshang .section4 .item .img img {
	transition: .5s;
	width: 100%;
}

.xiangshang .section4 .item .img:hover img {
	transform: scale(1.1);
}

.xiangshang .section4 .item:nth-of-type(1n) .img {
	float: left;
	width: calc(50% - 7.5px);
}

.xiangshang .section4 .items {
	padding: 0 15px;
}

.xiangshang .section4 .item:nth-of-type(2n) .img {
	float: right;
}

.xiangshang .section4 .item .text {
	background: #FAFAFA;
	width: calc(50% - 7.5px);
	display: inline-block;
	position: relative;
	vertical-align: top;
	float: right;
}

.xiangshang .section4 .item:nth-of-type(2n) .text {
	float: left;
}

.xiangshang .section4 .item .text img {
	opacity: 0;
	visibility: hidden;
}

.xiangshang .section4 .item .text span {
	font-size: 16px;
}

.xiangshang .section4 .item .txt {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 166px;
	text-align: left;
}

.xiangshang .section4 .item .txt h3 {
	font-size: 36px;
	line-height: 100%;
	margin-bottom: 33px;
	margin-top: 15px;
}

.xiangshang .section4 .item .txt p {
	margin-bottom: 0;
	margin-bottom: 15px;
}

.xiangshang .section4 .item .txt p i {
	font-style: normal;
	display: inline-block;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	background: #015DB3;
	color: #FFFFFF;
	border-radius: 50%;
}

.xiangshang .section5 {
	padding-top: 100px;
	padding-bottom: 152px;
}

.xiangshang .section5 .lunbo {
	position: relative;
}

.xiangshang .section5 h2 {
	font-size: 48px;
	text-align: center;
	color: #000000;
}

.xiangshang .section5 p {
	font-size: 18px;
	text-align: center;
	margin-bottom: 98px;
}

.xiangshang .section5 h4 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 58px;
}

.xiangshang .section5 .lunbo .img {
	position: relative;
}

.xiangshang .section5 .lunbo .text {
	position: absolute;
	bottom: 100px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	font-size: 24px;
}

.xiangshang .section5 .swiper-slide {
	width: 66.8%;
}

.xiangshang .section5 .swiper-pagination {
	left: 0;
	right: 0;
	margin: auto;
	bottom: -40px;
}

.xiangshang .section5 .swiper-pagination-bullet {
	background: #d9d9d9;
	margin: 0 7px;
	opacity: 1;
}

.xiangshang .section5 .swiper-pagination-bullet-active {
	background: #666666;
}

.xiangshang .section5 .swiper-button-next,
.xiangshang .section5 .swiper-button-prev {
	width: 78px;
	height: 78px;
	background-color: #898989;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px;
	border-radius: 50%;
	transition: .5s;
}

.xiangshang .section5 .swiper-button-next {
	background-image: url(../images/exhibition/jiantou3.png);
	right: 78px;
}

.xiangshang .section5 .swiper-button-next:hover {
	background-color: rgba(255, 255, 255, .5);
	background-image: url(../images/about/jiantou2.png);
}

.xiangshang .section5 .swiper-button-prev {
	background-image: url(../images/exhibition/jiantou3.png);
	left: 78px;
	transform: rotate(180deg);
}

.xiangshang .section5 .swiper-button-prev:hover {
	background-color: rgba(255, 255, 255, .5);
	background-image: url(../images/about/jiantou2.png);
}

.xiangshang .section6 {
	padding-bottom: 100px;
}

.xiangshang .section6 h2 {
	text-align: center;
	font-size: 48px;
	color: #000000;
	line-height: 60px;
	margin-bottom: 100px;
}

.xiangshang .section6 .conn6 {
	max-width: 1080px;
	margin: 0 auto;
}

.xiangshang .section6 .conn6 .item {
	font-size: 0;
	position: relative;
	margin-bottom: 100px;
}

.xiangshang .section6 .conn6 .text {
	width: 43%;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.xiangshang .section6 .conn6 .img {
	width: 50%;
	float: right;
	overflow: hidden;
}

.xiangshang .section6 .conn6 .img img {
	transition: .5s;
}

.xiangshang .section6 .conn6 .img:hover img {
	transform: scale(1.1);
}

.xiangshang .section6 .conn6 .item:nth-of-type(2n) .img {
	float: left;
}

.xiangshang .section6 .conn6 .item:nth-of-type(2n) .text {
	right: 0;
}

.xiangshang .section6 .conn6 h4 {
	font-size: 30px;
	margin-bottom: 15px;
}

.xiangshang .section6 .conn6 h5 {
	font-size: 24px;
	font-family: 'REGULAR';
	margin-bottom: 30px;
	font-weight: normal;
	color: #015DB3;
}

.xiangshang .section6 .conn6 p {
	font-size: 16px;
}

.xiangshang .section6 h6 {
	font-size: 30px;
	text-align: center;
}

.xiangshang .section7 {
	padding: 124px 0 0px;
	background: url(../images/exhibition/item25.jpg);
	background-size: cover;
}

.xiangshang .section7 h2 {
	font-size: 48px;
	text-align: center;
	margin-bottom: 15px;
}

.xiangshang .section7 h3 {
	font-size: 24px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 40px;
}

.xiangshang .section7 p {
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
	line-height: 32px;
}

.xiangshang .section7 .conn7 {
	max-width: 920px;
	margin: 0 auto;
}

.xiangshang .section7 .conn7 .images {
	padding-top: 92px;
	font-size: 0;
	margin-bottom: 80px;
}

.xiangshang .section7 .conn7 .images .img1 {
	width: 19%;
	display: inline-block;
	margin-right: 7.5%;
}

.xiangshang .section7 .conn7 .images .img2 {
	width: 73.5%;
	display: inline-block;
}

.xiangshang .section7 .conn7 .images .img1 p {
	font-size: 18px;
	color: #FFFFFF;
	margin-top: 35px;
}

.xiangshang .section7 .conn7 .images .img2 p {
	font-size: 18px;
	color: #FFFFFF;
	margin-top: 10px;
}

.xiangshang .section7 h5 {
	font-size: 18px;
	line-height: 100%;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	bottom: 6%;
	left: 0;
	right: 0;
	margin: auto;
}

.xiangshang .section8 {
	padding-top: 128px;
	background-image: url(../images/exhibition/item26.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 38%;
}

.xiangshang .section8 .conn8 {
	max-width: 920px;
	margin: 0 auto;
}

.xiangshang .section8 .conn8 h2 {
	font-size: 48px;
	text-align: center;
	margin-bottom: 30px;
	color: #000000;
	line-height: 54px;
}

.xiangshang .section8 .conn8 p {
	font-size: 18px;
	line-height: 32px;
	text-align: center;
}

.xiangshang .section4 {
	padding: 0 !important;
}

.exhibition_shang_x .section3 .conn3_cont .text h2 {
	font-size: 24px;
	padding-bottom: 0;
	line-height: 32px;
}

.exhibition_shang_x .section3 {
	background: url(../images/exhibition/item10.jpg)center no-repeat;
	background-size: cover;
}


/*structure*/

.structure {
	overflow: hidden;
	background: #f4f5f7;
}

.structure img {
	max-width: 100%
}

.structure .section2 {
	padding: 115px 0 120px;
	background: #FFFFFF;
}

.structure .section2 .conn2 {
	font-size: 0;
	padding-top: 68px;
}

.structure .section2 .conn2 li {
	display: inline-block;
	width: 32%;
	border: 1px solid #efefef;
	padding: 40px;
	margin-right: 2%;
}

.structure .section2 .conn2 li:last-of-type {
	margin-right: 0;
}

.structure .section2 .conn2 .img {
	display: inline-block;
	width: 34%;
}

.structure .section2 .conn2 .text {
	display: inline-block;
	width: 66%;
	text-align: center;
}

.structure .section2 .conn2 h3 {
	font-size: 24px;
	color: #015DB3;
	margin-bottom: 20px;
}

.structure .section2 .conn2 p {
	font-size: 16px;
}

.structure .section3 {
	padding: 80px 0 100px;
}

.structure .section3 .conn3 {
	padding: 82px 0 100px;
	background: #FFFFFF;
}

.structure .section3 .conn3 .img {
	width: 65%;
	margin: 0 auto;
	margin-left: 14.2%;
	padding-top: 52px;
}

.jinqi1 .section3 {
	background-size: cover !important;
}

.jinqi1 .section3 .conn3_cont .text p {
	font-size: 18px;
}

.jinqi1 .section3 .conn3_cont .text {
	padding: 35px 30px 35px;
	background: #FFFFFF;
}

.sousuo {
	overflow: hidden;
}

.sousuo .banner .text h2 {
	text-align: center !important;
}

.sousuo .section2 {
	margin-top: -38.5px;
}

.sousuo .section2 .conn2 {
	position: relative;
	background: #f6f6f6;
	border-radius: 5px;
	overflow: hidden;
}

.sousuo .section2 input {
	padding: 28px 0;
	width: 100%;
	text-indent: 2em;
	font-size: 16px;
	color: #333333;
	background: #f6f6f6;
}

.sousuo .section2 button {
	position: absolute;
	background: url(../images/sousuo_a.png)center no-repeat;
	width: 20px;
	height: 20px;
	right: 2em;
	top: 50%;
	transform: translateY(-50%);
	background-size: contain;
	cursor: pointer;
}

.sousuo .fenye {
	padding-top: 80px;
}

.sousuo .section3 {
	padding-bottom: 107px;
}

.sousuo .section3 .conn3 {
	padding-top: 110px;
}

.sousuo .section3 .text {
	position: relative;
}

.sousuo .section3 .text h2 {
	font-size: 100px;
	text-transform: uppercase;
	color: #F6F6F6;
	line-height: 100%;
	text-align: center;
}

.sousuo .section3 .text h3 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	font-size: 20px;
}

.sousuo .section3 .text h3 span {
	color: #015DB3;
}

.sousuo .section3 .conn3_1 {
	font-size: 0;
	padding-top: 70px;
	text-align: center;
}

.sousuo .section3 .conn3_1 a {
	font-size: 18px;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 5px;
	transition: .5s;
	margin: 0 10px;
}

.sousuo .section3 .conn3_1 a:hover {
	background: #015DB3;
	color: #FFFFFF;
}

.sousuo .section3 .conn3_1 a.active {
	background: #015DB3;
	color: #FFFFFF;
}

.sousuo .section3 .conn3_2 {
	padding-top: 75px;
}

.sousuo .section3 .conn3_2 li {
	width: 100%;
	border-top: 1px solid #e8e8e8;
	padding: 35px 0;
	position: relative;
}

.sousuo .section3 .conn3_2 li:last-of-type {
	border-bottom: 1px solid #e8e8e8;
}

.sousuo .section3 .conn3_2 li span {
	font-size: 16px;
	color: #015DB3;
}

.sousuo .section3 .conn3_2 li h3 {
	font-size: 24px;
	padding: 20px 0;
}

.sousuo .section3 .conn3_2 li p {
	font-size: 16px;
}

.sousuo .section3 .conn3_2 li .tu {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/exhibition/tu.png)center no-repeat;
	width: 31px;
	height: 31px;
	right: 35px;
	transition: .5s;
}

.sousuo .section3 .conn3_2 li:hover .tu {
	background: url(../images/exhibition/tu_hover.png)center no-repeat;
	background-size: contain;
}

.sousuo_menu {
	overflow: hidden;
}

.sousuo_menu .comm_section1 h2 {
	margin: 0;
	text-align: center;
}

.sousuo_menu .section2 {
	position: relative;
}

.sousuo_menu .section2 .conn2 {
	margin-top: -40px;
}

.sousuo_menu .section2 form {
	background: #f6f6f6;
	font-size: 0;
}

.sousuo_menu .section2 input {
	width: 94%;
	font-size: 16px;
	color: #111111;
	line-height: 74px;
	background: #f6f6f6;
	border-radius: 5px;
	overflow: hidden;
	text-indent: 2em;
	display: inline-block;
	vertical-align: top;
}

.sousuo_menu .section2 button {
	width: 6%;
	display: inline-block;
	background: url(../images/sousuo_b.png)center no-repeat;
	background-size: 17px;
	height: 74px;
	line-height: 74px;
	cursor: pointer;
}

.sousuo_menu .section2 h3 {
	font-size: 20px;
	text-align: center;
	padding: 75px 0 75px;
	position: relative;
}

.sousuo_menu .section2 h3:before {
	content: "Search";
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
	font-size: 100px;
	color: #F6F6F6;
	z-index: -1;
}

.sousuo_menu .section2 h3 i {
	color: #007AFF;
	font-style: normal;
}

.sousuo_menu .section2 ul.conn2_ul1 {
	font-size: 0;
	text-align: center;
	padding: 30px 0 70px;
}

.sousuo_menu .section2 ul.conn2_ul1 li {
	display: inline-block;
	margin: 0 20px;
}

.sousuo_menu .section2 ul.conn2_ul1 li a {
	display: block;
	font-size: 18px;
	padding: 12px 30px;
	border-radius: 5px;
	transition: .5s;
}

.sousuo_menu .section2 ul.conn2_ul1 li:hover a,
.sousuo_menu .section2 ul.conn2_ul1 li.active a {
	background: #015DB3;
	color: #FFFFFF;
}

.sousuo_menu .section2 ul.conn2_ul2 li:nth-of-type(1) {
	border-top: 1px solid #E8E8E8;
}

.sousuo_menu .section2 ul.conn2_ul2 li {
	padding: 35px 32px;
	border-bottom: 1px solid #E8E8E8;
	position: relative;
}

.sousuo_menu .section2 ul.conn2_ul2 li:before {
	content: " ";
	position: absolute;
	background: url(../images/jt258.png) center no-repeat;
	width: 31px;
	height: 31px;
	top: 50%;
	transform: translateY(-50%);
	right: 32px;
	transition: .5s;
}

.sousuo_menu .section2 ul.conn2_ul2 li h4 {
	font-size: 16px;
	color: #015DB3;
}

.sousuo_menu .section2 ul.conn2_ul2 li h2 {
	font-size: 24px;
	color: #222222;
	padding: 20px 0;
}

.sousuo_menu .section2 ul.conn2_ul2 li p {
	font-size: 16px;
	color: #666666;
}

.sousuo_menu .section2 ul.conn2_ul2 li:hover:before {
	background: url(../images/jt369.png)center no-repeat;
}

.sousuo_menu .section3 {
	padding: 40px 0 105px;
}

@media only screen and (max-width: 1600px) {
	.banner .banner_text h3 {
		font-size: 28px;
	}
	.banner .banner_text h2 {
		font-size: 40px;
		margin-bottom: 60px;
	}
	.banner .banner_text .chakan a {
		width: 130px;
		height: 40px;
		line-height: 40px;
	}
	.banner .banner_text .chakan {
		margin-bottom: 145px;
	}
	.section_h .section2 {
		padding: 80px 0;
	}
	.section_h .title h2 {
		font-size: 32px;
	}
	.section_h .section2 .item {
		margin-right: 18%;
	}
	.section_h .section2 .items {
		margin-top: 25%;
	}
	.section_h .section4 {
		padding-top: 85px;
	}
	.section_h .section5 .item {
		padding-top: 45px;
	}
	.section_h .section5 .item h2 {
		font-size: 32px;
		margin-bottom: 20px;
	}
	.section_h .section6 .conn6 {
		padding: 100px 0;
	}
	.section_h .section7 {
		padding-top: 80px;
		padding-bottom: 45%;
		background-size: cover;
	}
	.main_about2 .section2,
	.main_about2 .section4 {
		padding: 72px 0 90px;
	}
	.main_about2 h2,
	.main_about4 .section2 h3 {
		font-size: 36px;
	}
	.main_about2 .section1 .banner .text p,
	.main_about2 .section3 .text p {
		font-size: 22px;
	}
	.main_about2 .section4 .item h2 span,
	.main_about .section3 .item h3 span {
		font-size: 50px;
	}
	.main_about .section2 {
		padding: 70px 0 90px;
	}
	.main_about .section3 .items {
		margin-top: 65px;
	}
	.main_about .section5 {
		padding: 50px 0 100px;
	}
	.main_about3 .section2 {
		padding: 90px 0;
	}
	.main_about3 .section3 {
		padding: 75px 0;
	}
	.main_about3 .section3 .conn3 .text h3 {
		line-height: 32px;
		/*margin-bottom: 20px;*/
		/*height: 60px;*/
		font-size: 22px;
	}
	.main_about3 .section3 .conn3 .text {
		padding: 25px 30px;
	}
	.main_about3 .section4 .conn4 {
		padding: 80px 0;
	}
	.main_about6 .section1 .conn1 {
		padding: 55px 80px 100px;
	}
	.main_about6 .section1 .conn1 h2 {
		font-size: 32px;
		padding-top: 25px;
	}
	.main_about6 .section1 .conn1 .img {
		margin-top: 30px;
	}
	.main_about6 .section1 .conn_sx {
		padding: 40px 80px;
	}
	.main_about5 .section2 {
		padding: 68px 0 100px;
	}
	.main_about4 .section2 {
		padding: 84px 0 80px;
	}
	.main_about4 .section3 {
		padding-bottom: 70px;
		padding-top: 60px;
	}
	.main_about7 .section2 {
		padding: 60px 0 105px;
	}
	.main_about7 .section2 .conn2 #allmap {
		width: 100%;
		height: 560px;
	}
	.main_about7 .section2 .conn2 .map_text h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.main_about7 .section2 .conn2 .map_text {
		padding: 40px 0px 25px;
	}
	.main_about7 .section2 .conn2 .map_text .text {
		padding: 0 30px;
		padding-bottom: 20px;
	}
	.main_about7 .section2 .conn2 .map_text .img {
		margin-top: 25px;
	}
	.main_about7 .section2 .conn2 .map_text p {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.exhibition2 .section2 {
		padding: 80px 0;
	}
	.exhibition2 .section3 .conn3_cont .txt {
		padding: 65px 45px 60px;
	}
	.exhibition2 .section3 .conn3_cont .text {
		padding: 40px 30px 70px;
	}
	.exhibition2 .section3 .conn3 h2 {
		font-size: 26px;
		padding-bottom: 40px;
	}
	.exhibition2 .section3 {
		padding: 80px 0 80px;
	}
	.exhibition2 .section4 {
		padding: 75px 0 95px;
	}
	.exhibition2 .section4 .conn4 .lunbo {
		margin-top: 40px;
	}
	.exhibition2 .section5 {
		padding: 74px 0 60px;
	}
	.exhibition1 .section2 {
		padding: 80px 0 85px;
	}
	.exhibition1 .section2 .conn2 .text h2 {
		font-size: 36px;
	}
	.exhibition1 .section2 .conn2 .text {
		padding: 90px 50px 0;
		position: relative;
	}
	.exhibition1 .section2 .conn2 .text .teshu {
		left: 50px;
	}
	.exhibition1 .section2 .conn2 .text .teshu h3 {
		font-size: 20px;
	}
	.exhibition1 .section2 .conn2 .text .teshu p {
		margin-top: 25px;
	}
	.exhibition1 .section2 .conn2 li {
		padding-bottom: 78px;
		margin-bottom: 30px;
	}
	.exhibition1 .section2 .conn2 {
		margin-top: 80px;
	}
	.exhibition1 .section2 .conn2 .text p {
		line-height: 30px;
	}
	@keyframes height_ {
		from {
			height: 0;
		}
		to {
			height: 165px;
		}
	}
	.join .section2 h2 {
		font-size: 36px;
	}
	.join .section2 {
		padding: 55px 0 30px;
	}
	.join_x .section4 .conn4 li {
		padding: 60px 0 65px;
	}
	.join_x .section4 {
		padding-bottom: 130px;
	}
	.join .section3 .conn3 li h3 {
		font-size: 26px;
	}
	.join .section3 .conn3 li .chakan h5 {
		margin-top: 90px;
	}
	.join .section3 {
		padding: 80px 0 100px;
	}
	.zhanhui_b .section2 {
		padding: 90px 0 115px;
	}
	.zhanhui_b .section2 h2,
	.zhanhui_l .section2 h2 {
		font-size: 26px;
	}
	.zhanhui_b .section2 p {
		margin-bottom: 60px;
	}
	.zhanhui_b .section2 .conn {
		padding-top: 50px;
		margin-top: 50px;
	}
	.zhanhui_l .section2 {
		padding: 75px 0 80px;
	}
	.zhanhui_l .section2 .items {
		padding-top: 35px;
	}
	.zhanhui_l .section2 .conn2 {
		margin-top: 40px;
	}
	.zhanhui_l .section2 .conn2 li .text {
		padding: 30px 0;
	}
	.xiangshang .section2 h2 {
		font-size: 36px;
		margin-bottom: 35px;
	}
	.xiangshang .section2 .img {
		margin-bottom: 40px;
	}
	.main_about2 .section2 p {
		line-height: 32px;
		margin-bottom: 30px;
	}
	.xiangshang .section3 {
		padding: 120px 0 90px;
	}
	.xiangshang .section3 h2,
	.xiangshang .section5 h2 {
		font-size: 36px;
	}
	.xiangshang .section4 .item .txt h3 {
		font-size: 26px;
		margin-bottom: 25px;
	}
	.xiangshang .section5 {
		padding-top: 80px;
		padding-bottom: 130px;
	}
	.xiangshang .section5 p {
		margin-bottom: 78px;
	}
	.xiangshang .section5 h4 {
		font-size: 22px;
		margin-bottom: 45px;
	}
	.xiangshang .section5 .lunbo .text {
		bottom: 60px;
		font-size: 22px;
	}
	.xiangshang .section6 h2 {
		font-size: 36px;
		line-height: 50px;
		margin-bottom: 80px;
	}
	.xiangshang .section6 .conn6 h4 {
		font-size: 26px;
		margin-bottom: 10px;
	}
	.xiangshang .section6 .conn6 h5 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.xiangshang .section6 .conn6 .item {
		margin-bottom: 80px;
	}
	.xiangshang .section6 h6 {
		font-size: 26px;
	}
	.xiangshang .section6 {
		padding-bottom: 80px;
	}
	.xiangshang .section7 {
		padding: 100px 0 0;
	}
	.xiangshang .section7 h2 {
		font-size: 36px;
	}
	.xiangshang .section7 h3 {
		font-size: 22px;
		margin-bottom: 30px;
	}
	.xiangshang .section7 .conn7 .images {
		padding-top: 72px;
		margin-bottom: 60px;
	}
	.xiangshang .section8 {
		padding-top: 60px;
		padding-bottom: 38%;
	}
	.xiangshang .section8 .conn8 h2 {
		font-size: 36px;
		margin-bottom: 20px;
		line-height: 50px;
	}
	.exhibition_shang_x .section3 .conn3_cont .text h2 {
		font-size: 22px;
		padding-bottom: 0;
		line-height: 30px;
	}
	.structure .section2 {
		padding: 90px 0 100px;
	}
	.structure .section3 {
		padding: 60px 0 80px;
	}
	.sousuo .section2 input {
		padding: 20px 0;
	}
	.sousuo .section2 {
		margin-top: -30.5px;
	}
	.sousuo .section3 .conn3 {
		padding-top: 80px;
	}
	.sousuo .section3 .conn3_1 {
		padding-top: 50px;
	}
	.sousuo .section3 .conn3_2 {
		padding-top: 55px;
	}
	.sousuo .section3 .conn3_2 li h3 {
		padding: 15px 0;
	}
	.sousuo .section3 .conn3_2 li {
		padding: 30px 0;
	}
	.sousuo .fenye {
		padding-top: 60px;
	}
	.sousuo .section3 {
		padding-bottom: 80px;
	}
	.sousuo_menu .section2 .conn2 {
		margin-top: -28px;
	}
	.sousuo_menu .section2 input,
	.sousuo_menu .section2 button {
		height: 60px;
		line-height: 60px;
	}
	.sousuo_menu .section2 ul.conn2_ul1 {
		padding: 20px 0 50px;
	}
	.sousuo_menu .section2 ul.conn2_ul2 li {
		padding: 30px 25px;
	}
	.sousuo_menu .section2 ul.conn2_ul2 li h2 {
		font-size: 22px;
		padding: 15px 0;
	}
	.sousuo_menu .section3 {
		padding: 30px 0 80px;
	}
}

@media only screen and (max-width: 1440px) {
	.banner .banner_text h3 {
		font-size: 26px;
	}
	.banner .banner_text h2 {
		font-size: 32px;
		margin-bottom: 40px;
	}
	.banner .banner_text .chakan a {
		width: 110px;
		height: 35px;
		line-height: 35px;
	}
	.banner .banner_text .chakan {
		margin-bottom: 105px;
	}
	.section_h .section2 {
		padding: 50px 0;
	}
	.section_h .title h2 {
		font-size: 26px;
		margin-bottom: 25px;
	}
	.section_h .title p {
		font-size: 16px;
		margin-bottom: 30px;
		line-height: 26px;
	}
	.section_h .section2 .item h2 span {
		font-size: 32px;
	}
	.section_h .section2 .item h2>div {
		font-size: 32px;
	}
	.section_h .section2 .item {
		margin-right: 16%;
	}
	.section_h .section4 {
		padding-top: 50px;
	}
	.section_h .section5 .item {
		padding-top: 30px;
	}
	.section_h .section5 .item h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.section_h .section5 .item h2 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.section_h .section5 .item p {
		margin-bottom: 10px;
		font-size: 15px;
	}
	.section_h .section5 .item i {
		vertical-align: 0;
	}
	.section_h .section6 .conn6 {
		padding: 60px 0;
	}
	.section_h .section6 .text h2 {
		font-size: 22px;
		margin-top: 35px;
		margin-bottom: 20px;
	}
	.section_h .section6 .text p {
		font-size: 16px;
		margin-top: 8px;
	}
	.section_h .section7 {
		padding-top: 50px;
		padding-bottom: 40%;
	}
	.section_h .title a {
		font-size: 16px;
	}
	.section_h .section7 .title p {
		margin-bottom: 15px;
	}
	.section_h .section6 .swiper-button-next,
	.section_h .section6 .swiper-button-prev {
		width: 40px;
		height: 40px;
		background-size: 15px;
	}
	.main_about .section2 {
		padding: 50px 0 70px;
	}
	.main_about .section4 .conn4_left .text {
		right: 18%;
	}
	.main_about .section5 span br {
		display: none;
	}
	.main_about .section5 .conn5 {
		margin-top: 65px;
	}
	.main_about6 .section1 .conn1 {
		padding: 45px 70px 80px;
	}
	.main_about6 .section1 .conn1 h2 {
		font-size: 28px;
		padding-top: 20px;
	}
	.main_about6 .section1 .conn_sx {
		padding: 40px 70px;
	}
	.main_about6 .section1 {
		padding: 98px 0 70px;
	}
	.main_about5 .section2 {
		padding: 48px 0 60px;
	}
	.main_about5 .section2 .conn2 li .text h3 {
		font-size: 26px;
		margin: 10px 0 15px;
	}
	.main_about5 .section2 .conn2 li .text {
		padding: 0 40px;
	}
	.main_about4 .section2 {
		padding: 64px 0 60px;
	}
	.main_about7 .section2 {
		padding: 40px 0 85px;
	}
	.main_about7 .section2 .conn2 {
		margin-top: 30px;
	}
	.main_about7 .section2 h2 {
		font-size: 26px;
	}
	.main_about7 .section2 .conn2 .map_text {
		padding: 30px 0px 20px;
	}
	.main_about7 .section2 .conn2 .map_text h2 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.main_about7 .section2 .conn2 .map_text p {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.main_about7 .section2 .conn2 .map_text .text {
		padding: 0 20px;
		padding-bottom: 15px;
	}
	.main_about7 .section2 .conn2 .map_text .img {
		margin-top: 20px;
	}
	.exhibition2 .section2 {
		padding: 60px 0;
	}
	.exhibition2 .section2 .conn2 h2 {
		font-size: 26px;
		margin-bottom: 15px;
	}
	.exhibition2 .section2 .conn2 h3 {
		font-size: 20px;
		margin-bottom: 35px;
	}
	.exhibition2 .section2 .conn2 a {
		font-size: 18px;
		padding: 12px 20px;
	}
	.exhibition2 .section3 {
		padding: 60px 0;
	}
	.exhibition2 .section3 .conn3 h2 {
		font-size: 26px;
		padding-bottom: 30px;
	}
	.exhibition2 .section3 .conn3_cont .txt h2,
	.exhibition2 .section3 .conn3 h2 {
		font-size: 24px;
		padding-bottom: 20px;
	}
	.exhibition2 .section3 .conn3_cont .txt {
		padding: 45px 30px 50px;
	}
	.exhibition2 .section3 .conn3_cont .text {
		padding: 35px 25px 60px;
	}
	.exhibition2 .section3 .conn3_cont .text h2 {
		padding-bottom: 15px;
	}
	.exhibition2 .section4 {
		padding: 60px 0 75px;
	}
	.exhibition2 .section4 .conn4 .lunbo {
		margin-top: 30px;
	}
	.exhibition2 .section5 {
		padding: 60px 0 50px;
	}
	.exhibition2 .section5 .conn5 .text h2 {
		font-size: 24px;
	}
	.exhibition2 .section4 .conn4 .lunbo .text h3 {
		font-size: 20px;
	}
	.exhibition2 .section4 .conn4 .lunbo .text {
		padding: 25px 0;
	}
	.exhibition2 .section5 .conn5 .text p {
		margin-bottom: 20px;
		line-height: 26px;
	}
	.exhibition2 .section5 .conn5 .item .img {
		margin-right: 5%;
	}
	.exhibition2 .section5 .conn5 .text {
		width: 85%;
	}
	.exhibition2 .section5 .conn5 .text a {
		font-size: 18px;
	}
	.exhibition2 .section5 .conn5 .text a i,
	.exhibition2 .section2 .conn2 a i {
		width: 18px;
		height: 13px;
		background: url(../images/exhibition/jiantou4.png)center no-repeat;
		background-size: contain;
	}
	.exhibition1 .section2 {
		padding: 60px 0 65px;
	}
	.exhibition1 .section2 .conn2 .text h2 {
		font-size: 36px;
	}
	.exhibition1 .section2 .conn2 .text {
		padding: 70px 50px 0;
		position: relative;
	}
	.exhibition1 .section2 .conn2 .text .teshu {
		left: 50px;
	}
	.exhibition1 .section2 .conn2 .text .teshu h3 {
		font-size: 20px;
	}
	.exhibition1 .section2 .conn2 .text .teshu p {
		margin-top: 20px;
	}
	.exhibition1 .section2 .conn2 li {
		padding-bottom: 58px;
		margin-bottom: 30px;
	}
	.exhibition1 .section2 .conn2 {
		margin-top: 60px;
	}
	.exhibition1 .section2 .conn2 .text p {
		line-height: 28px;
	}
	@keyframes height_ {
		from {
			height: 0;
		}
		to {
			height: 165px;
		}
	}
	.join .section2 {
		padding: 45px 0 30px;
	}
	.join_x .section4 .conn4 li {
		padding: 40px 0 45px;
	}
	.join_x .section4 {
		padding-bottom: 100px;
	}
	.join .section3 {
		padding: 60px 0 80px;
	}
	.join .section3 .conn3 li h3 {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.join .section3 .conn3 li h4 {
		margin-bottom: 15px;
	}
	.join .section3 .conn3 li .chakan h5 {
		margin-top: 40px;
	}
	.join .section3 .conn3 li .chakan h5 i {
		width: 15px;
		height: 15px;
	}
	.join .fenye {
		padding-top: 50px;
	}
	.zhanhui_b .section2 {
		padding: 70px 0 95px;
	}
	.zhanhui_b .section2 h2,
	.zhanhui_l .section2 h2 {
		font-size: 24px;
	}
	.zhanhui_b .section2 p {
		margin-bottom: 40px;
	}
	.zhanhui_b .section2 .conn {
		padding-top: 40px;
		margin-top: 40px;
	}
	.zhanhui_b .section2 .conn2 .conn2_b button {
		padding: 12px 0;
	}
	.zhanhui_b .section2 .conn2 .conn2_b select,
	.zhanhui_b .section2 .conn2 .conn2_b input,
	.zhanhui_b .section2 .conn2 .conn2_c .conn2_c_c .input input {
		line-height: 50px;
	}
	.main_about2 .section2,
	.main_about2 .section4 {
		padding: 60px 0 80px;
	}
	.xiangshang .section3 {
		padding: 100px 0 70px;
	}
	.xiangshang .section5 {
		padding-top: 60px;
		padding-bottom: 100px;
	}
	.xiangshang .section5 p {
		margin-bottom: 58px;
	}
	.xiangshang .section6 h2,
	.xiangshang .section6 .conn6 .item {
		margin-bottom: 60px;
	}
	.xiangshang .section6 {
		padding-bottom: 60px;
	}
	.xiangshang .section7 {
		padding: 80px 0 0;
	}
	.exhibition_shang_x .section3 .conn3_cont .text h2 {
		font-size: 20px;
		padding-bottom: 0;
		line-height: 28px;
	}
	.exhibition2 .section3 .swiper-button-next,
	.exhibition2 .section3 .swiper-button-prev,
	.xiangshang .section5 .swiper-button-next,
	.xiangshang .section5 .swiper-button-prev {
		width: 50px;
		height: 50px;
	}
	.exhibition2 .section2 .conn2 a:hover i {
		transform: translateX(5px);
		background-size: contain;
	}
	.zhanhui_b .section2 .conn2 {
		max-width: 800px;
		margin: 0 auto;
	}
	.xiangshang .section5 .swiper-button-next,
	.xiangshang .section5 .swiper-button-prev {
		background-size: 20px;
	}
	.structure .section2 {
		padding: 70px 0 80px;
	}
	.structure .section3 {
		padding: 40px 0 60px;
	}
	.sousuo .section2 input {
		padding: 20px 0;
	}
	.sousuo .section2 {
		margin-top: -30.5px;
	}
	.sousuo .section3 .conn3 {
		padding-top: 60px;
	}
	.sousuo .section3 .conn3_1 {
		padding-top: 40px;
	}
	.sousuo .section3 .conn3_2 {
		padding-top: 45px;
	}
	.sousuo .section3 .conn3_2 li h3 {
		padding: 15px 0;
	}
	.sousuo .section3 .conn3_2 li {
		padding: 25px 0;
	}
	.sousuo .fenye {
		padding-top: 40px;
	}
	.sousuo .section3 {
		padding-bottom: 60px;
	}
	.sousuo .section3 .conn3_2 li h3 {
		font-size: 22px;
	}
	.sousuo .section3 .conn3_2 li p,
	.sousuo .section3 .conn3_2 li span {
		font-size: 14px;
	}
	.sousuo .section3 .text h2 {
		font-size: 80px;
	}
	.sousuo .section3 .conn3_1 a {
		font-size: 16px;
		padding: 8px 25px;
		margin: 0 10px;
	}
	.sousuo_menu .section2 ul.conn2_ul1 {
		padding: 0px 0 40px;
	}
	.sousuo_menu .section2 ul.conn2_ul2 li {
		padding: 25px 20px;
	}
	.sousuo_menu .section2 ul.conn2_ul2 li p {
		width: 80%;
	}
	.sousuo_menu .section2 ul.conn2_ul2 li h2 {
		font-size: 20px;
		padding: 10px 0;
	}
	.sousuo_menu .section3 {
		padding: 30px 0 60px;
	}
}

@media only screen and (max-width: 1366px) {
	.main_about2 h2 {
		font-size: 28px;
		margin-bottom: 20px;
	}
	.main_about2 .section2,
	.main_about2 .section4 {
		padding: 50px 0 70px;
	}
	.main_about2 .section2 .img,
	.main_about2 .section2 p {
		margin-bottom: 35px;
	}
	.main_about .section2 {
		padding: 40px 0 50px;
	}
	.main_about2 .section4 .item h2 span,
	.main_about .section3 .item h3 span {
		font-size: 40px;
	}
	.main_about .section3 .item {
		margin-right: 3%;
	}
	.main_about .section4 .conn4_left .text ul li {
		padding: 18px 0;
		margin-top: 7%;
	}
	.main_about .section4 .conn4_left .text p {
		font-size: 18px;
	}
	.main_about .section4 .conn4_left .text {
		width: 60%;
	}
	.main_about .section5 {
		padding: 40px 0 80px;
	}
	.main_about .section5 span {
		font-size: 16px;
		line-height: 28px;
	}
	.main_about .section5 .conn5 {
		margin-top: 35px;
	}
	.main_about3 .section2 {
		padding: 70px 0;
	}
	.main_about3 .section2 .conn2 h2 {
		font-size: 28px;
		line-height: 38px;
	}
	.main_about4 .section2 h3 {
		font-size: 28px;
	}
	.main_about3 .section2 .conn2 {
		padding-left: 0px;
	}
	.main_about3 .section3 {
		padding: 55px 0;
	}
	.main_about3 .section3 .conn3 .text h3 {
		line-height: 28px;
		/*margin-bottom: 10px;*/
		/*height: 54px;*/
		font-size: 20px;
	}
	.main_about3 .section3 .conn3 .text {
		padding: 20px 15px;
	}
	.main_about3 .section4 .conn4 {
		padding: 60px 0;
	}
	.main_about4 .section2 {
		padding: 45px 0 40px;
	}
	.main_about4 .section3 {
		padding-bottom: 50px;
		padding-top: 40px;
	}
	.main_about7 .section2 .conn2 #allmap {
		width: 100%;
		height: 480px;
	}
	.exhibition2 .section2 {
		padding: 40px 0;
	}
	.exhibition2 .section2 .conn2,
	.exhibition2 .section3 .conn3,
	.exhibition2 .section4 .conn4,
	.exhibition2 .section5 .conn5 {
		padding: 0 75px;
	}
	.exhibition2 .section2 .conn2 h2 {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.exhibition2 .section2 .conn2 h3 {
		font-size: 18px;
		margin-bottom: 25px;
	}
	.exhibition2 .section2 .conn2 p {
		font-size: 16px;
		line-height: 26px;
	}
	.exhibition2 .section2 .conn2 a {
		font-size: 16px;
		padding: 10px 15px;
	}
	.exhibition2 .section3 .conn3_cont .txt h2,
	.exhibition2 .section3 .conn3 h2 {
		font-size: 22px;
		padding-bottom: 15px;
	}
	.exhibition2 .section3 .conn3 h2 {
		padding-bottom: 15px;
	}
	.exhibition2 .section3 .conn3_cont .txt p,
	.exhibition2 .section3 .conn3_cont .text p {
		line-height: 24px;
		font-size: 16px;
	}
	.exhibition2 .section3 .conn3_cont .txt {
		padding: 35px 28px 34px;
	}
	.exhibition2 .section3 .conn3_cont .text {
		padding: 30px 20px 50px;
	}
	.exhibition2 .section3 {
		padding: 40px 0;
	}
	.exhibition2 .section4 {
		padding: 40px 0 50px;
	}
	.exhibition2 .section4 .conn4 .lunbo {
		margin-top: 20px;
	}
	.exhibition2 .section5 {
		padding: 40px 0 30px;
	}
	.exhibition2 .section5 .conn5 .text h2 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.exhibition2 .section5 .conn5 .text p {
		margin-bottom: 15px;
	}
	.exhibition1 .section2 {
		padding: 40px 0 45px;
	}
	.exhibition1 .section2 .conn2 .text h2 {
		font-size: 28px;
	}
	.exhibition1 .section2 .conn2 .text {
		padding: 60px 50px 0;
		position: relative;
	}
	.exhibition1 .section2 .conn2 .text .teshu {
		left: 50px;
	}
	.exhibition1 .section2 .conn2 .text .teshu h3 {
		font-size: 18px;
	}
	.exhibition1 .section2 .conn2 .text .teshu p {
		margin-top: 15px;
	}
	.exhibition1 .section2 .conn2 li {
		padding-bottom: 48px;
		margin-bottom: 30px;
	}
	.exhibition1 .section2 .conn2 {
		margin-top: 40px;
	}
	.exhibition1 .section2 .conn2 .text span {
		font-size: 18px;
		padding-top: 20px;
	}
	.exhibition1 .section2 .conn2 .text p {
		line-height: 26px;
		font-size: 16px;
	}
	.exhibition1 .section2 .conn2 .text .teshu {
		bottom: 78%;
	}
	.exhibition1 .section2 .conn2 .text .teshu1 {
		padding: 30px 20px;
	}
	.exhibition1 .section2 .conn2 .text .teshu p {
		font-size: 16px;
	}
	@keyframes height_ {
		from {
			height: 0;
		}
		to {
			height: 145px;
		}
	}
	.join .section2 h2 {
		font-size: 26px;
		margin-bottom: 15px;
	}
	.join_x .section2 span {
		margin-bottom: 20px;
	}
	.join_x .section4 .conn4 li h2 {
		font-size: 20px;
	}
	.join .section2 {
		padding: 35px 0 30px;
	}
	.join_x .section4 .conn4 li {
		padding: 30px 0 35px;
	}
	.join_x .section4 {
		padding-bottom: 80px;
	}
	.zhanhui_b .section2 {
		padding: 60px 0 75px;
	}
	.zhanhui_b .section2 h2,
	.zhanhui_l .section2 h2 {
		font-size: 22px;
	}
	.zhanhui_b .section2 p {
		margin-bottom: 30px;
	}
	.zhanhui_b .section2 .conn {
		padding-top: 30px;
		margin-top: 30px;
	}
	.zhanhui_b .section2 .conn2 .conn2_b button {
		padding: 10px 0;
		margin-top: 10px;
	}
	.zhanhui_b .section2 .conn2 .conn2_b select,
	.zhanhui_b .section2 .conn2 .conn2_b input,
	.zhanhui_b .section2 .conn2 .conn2_c .conn2_c_c .input input {
		line-height: 45px;
		font-size: 16px;
	}
	.zhanhui_b .section2 {
		padding: 40px 0 55px;
	}
	.zhanhui_l .section2 .items {
		padding-top: 20px;
	}
	.zhanhui_l .section2 {
		padding: 55px 0 50px;
	}
	.xiangshang .section3 {
		padding: 80px 0 60px;
	}
	.xiangshang .section2 h2 {
		font-size: 28px;
		margin-bottom: 30px;
	}
	.main_about2 .section2 .img,
	.main_about2 .section2 p {
		margin-bottom: 30px;
	}
	.xiangshang .section4 .item .txt {
		left: 110px;
	}
	.xiangshang .section5 {
		padding-top: 50px;
		padding-bottom: 80px;
	}
	.xiangshang .section3 h2,
	.xiangshang .section5 h2 {
		font-size: 28px;
	}
	.xiangshang .section5 p {
		margin-bottom: 40px;
	}
	.xiangshang .section5 h4 {
		font-size: 20px;
		margin-bottom: 35px;
	}
	.xiangshang .section5 .lunbo .text {
		bottom: 50px;
		font-size: 20px;
	}
	.xiangshang .section6 h2,
	.xiangshang .section6 .conn6 .item {
		margin-bottom: 40px;
	}
	.xiangshang .section6 h2 {
		font-size: 28px;
		line-height: 40px;
	}
	.xiangshang .section5 .swiper-button-next,
	.xiangshang .section5 .swiper-button-prev {
		width: 60px;
		height: 60px;
	}
	.xiangshang .section6 .conn6 h4 {
		font-size: 24px;
		margin-bottom: 8px;
	}
	.xiangshang .section6 .conn6 h5 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.xiangshang .section6 .conn6 p {
		font-size: 16px;
		line-height: 26px;
	}
	.xiangshang .section6 {
		padding-bottom: 40px;
	}
	.xiangshang .section7 {
		padding: 60px 0 0;
	}
	.xiangshang .section6 h6 {
		font-size: 22px;
	}
	.xiangshang .section7 h2 {
		font-size: 28px;
	}
	.xiangshang .section7 h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.xiangshang .section7 .conn7 .images {
		padding-top: 52px;
		margin-bottom: 40px;
	}
	.xiangshang .section8 .conn8 h2 {
		font-size: 28px;
		margin-bottom: 15px;
		line-height: 40px;
	}
	.xiangshang .section8 {
		padding-top: 40px;
		padding-bottom: 38%;
	}
	.structure .section2 {
		padding: 50px 0 60px;
	}
	.structure .section3 {
		padding: 30px 0 40px;
	}
	.structure .section2 .conn2 {
		padding-top: 45px;
	}
	.structure .section3 .conn3 {
		padding: 60px 0 80px;
	}
	.sousuo_menu .section2 h3:before {
		font-size: 75px;
	}
	.sousuo_menu .section2 h3 {
		font-size: 18px;
		text-align: center;
		padding: 40px 0 40px;
	}
	.sousuo_menu .section2 ul.conn2_ul1 {
		padding: 0px 0 30px;
	}
	.sousuo_menu .section2 ul.conn2_ul1 li a {
		padding: 10px 25px;
		font-size: 16px;
	}
}

@media only screen and (max-width: 1200px) {
	.banner .banner_text h3 {
		font-size: 22px;
	}
	.banner .banner_text h2 {
		font-size: 28px;
		margin-bottom: 30px;
	}
	.banner .banner_text .chakan a {
		width: 100px;
		height: 35px;
		line-height: 30px;
	}
	.banner .banner_text .chakan {
		margin-bottom: 65px;
	}
	.banner .banner_text .shubiao {
		width: 20px;
		margin: 0 auto;
	}
	.section_h .section2 {
		padding: 30px 0;
	}
	@-webkit-keyframes shang {
		0% {
			-webkit-transform: translateY(0);
			transform: translateY(0);
		}
		50% {
			-webkit-transform: translateY(5px);
			transform: translateY(5px);
		}
		100% {
			-webkit-transform: translateY(0px);
			transform: translateY(0px);
		}
	}
	@keyframes shang {
		0% {
			-webkit-transform: translateY(0);
			transform: translateY(0);
		}
		50% {
			-webkit-transform: translateY(5px);
			transform: translateY(5px);
		}
		100% {
			-webkit-transform: translateY(0px);
			transform: translateY(0px);
		}
	}
	.section_h .title h2 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.section_h .title p {
		margin-bottom: 20px;
	}
	.section_h .section2 .item h2 span {
		font-size: 24px;
	}
	.section_h .section2 .item h2>div {
		font-size: 24px;
	}
	.section_h .section2 .item h2 i {
		right: -5px;
	}
	.section_h .section2 .item:nth-of-type(3) h2 i,
	.section_h .section2 .item:nth-of-type(4) h2 i {
		right: -15px;
	}
	.section_h .section2 .item {
		margin-right: 13%;
	}
	.section_h .section3 .item h3 {
		font-size: 20px;
		text-align: center;
		margin-bottom: 20px;
	}
	.section_h .section3 .item .text img {
		width: 320px;
	}
	.section_h .section5 .item {
		padding-top: 20px;
	}
	.section_h .section5 .item p {
		font-size: 14px;
	}
	.section_h .section5 .item h2 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.section_h .section6 .conn6 {
		padding: 35px 0;
	}
	.section_h .section6 .text h2 {
		font-size: 18px;
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.section_h .section6 .text p {
		font-size: 14px;
		margin-top: 6px;
	}
	.section_h .section7 {
		padding-top: 30px;
		padding-bottom: 40%;
	}
	.main_about2 h2 {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.main_about2 .section1 .banner .text p,
	.main_about2 .section3 .text p {
		font-size: 18px;
	}
	.main_about2 .section2,
	.main_about2 .section4 {
		padding: 35px 0 50px;
	}
	.main_about2 .section2 .img,
	.main_about2 .section2 p {
		margin-bottom: 25px;
	}
	.main_about2 .section4 .item {
		display: inline-block;
		margin: 0 2%;
		width: 13%;
	}
	.xiangshang .section4 .item {
		width: 100%;
		margin: 0;
	}
	.main_about2 .section4 .item h2 span,
	.main_about .section3 .item h3 span {
		font-size: 30px;
	}
	.main_about2 .section2 p {
		font-size: 16px;
		line-height: 26px;
	}
	.main_about2 .section2 a {
		font-size: 16px;
	}
	.main_about .section3 .item p {
		font-size: 14px;
	}
	.main_about .section3 .item h3 i {
		font-size: 14px;
	}
	.main_about .section3 .item {
		margin-right: 1%;
	}
	.main_about .section4 .conn4_left .text p {
		font-size: 14px;
	}
	.main_about .section4 .conn4_left .text h2 {
		margin-bottom: 10px;
	}
	.main_about .section4 .conn4_left .text ul li .img {
		width: 30px;
		height: 30px;
	}
	.main_about .section4 .conn4_left .text ul li p {
		font-size: 14px;
	}
	.main_about .section4 .conn4_left .text {
		width: 55%;
	}
	.main_about .section5 {
		padding: 30px 0 60px;
	}
	.main_about .section5 p {
		font-size: 16px;
	}
	.main_about .section5 .conn5 .image .img {
		margin-bottom: 5px;
	}
	.main_about3 .section2 {
		padding: 50px 0;
	}
	.main_about3 .section2 .conn2 h2 {
		font-size: 24px;
		line-height: 30px;
	}
	.main_about3 .section2 .conn2 p {
		padding-top: 15px;
	}
	.main_about3 .section3 {
		padding: 35px 0;
	}
	.main_about3 .section3 .conn3 .text h3 {
		line-height: 24px;
		margin-bottom: 10px;
		/*height: 48px;*/
		font-size: 18px;
	}
	.main_about3 .section3 .conn3 .text {
		padding: 15px 10px;
	}
	.main_about3 .section4 .conn4 {
		padding: 40px 0;
	}
	.main_about3 .section4 .swiper-pagination {
		bottom: -25px;
	}
	.main_about2 .section1 .banner .text {
		width: 100%;
		padding: 0 15px;
	}
	.main_about .section3 .conn3 {
		width: 100%;
		padding: 0 15px;
	}
	.main_about6 .section1 .conn1 {
		padding: 40px 50px 60px;
	}
	.main_about6 .section1 .conn_sx {
		padding: 30px 50px;
	}
	.main_about6 .section1 {
		padding: 98px 0 50px;
	}
	.main_about5 .section2 .conn2 li .text h3 {
		font-size: 22px;
	}
	.main_about4 .section2 {
		padding: 30px 0 25px;
	}
	.main_about4 .section2 h3 {
		font-size: 24px;
	}
	.main_about4 .section2 p {
		font-size: 16px;
		text-align: center;
		line-height: 28px;
		width: 55%;
		margin: 0 auto;
	}
	.main_about4 .section3 {
		padding-bottom: 30px;
		padding-top: 20px;
	}
	.main_about7 .section2 {
		padding: 40px 0 85px;
	}
	.main_about7 .section2 .conn2 #allmap {
		width: 100%;
		height: 400px;
	}
	.main_about7 .section2 .conn2 .map_text h2 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.main_about7 .section2 .conn2 .map_text {
		width: 30%;
		left: 70px;
	}
	.main_about7 .section2 .conn2 .map_text .text {
		padding: 0 15px;
		padding-bottom: 10px;
	}
	.main_about7 .section2 .conn2 .map_text p {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.main_about7 .section2 .conn2 .map_text {
		padding: 15px 0px 15px;
	}
	.main_about7 .section2 {
		padding: 30px 0 60px;
	}
	.main_about7 .section2 .conn2 {
		margin-top: 20px;
	}
	.exhibition3 .comm_conn3 .text {
		padding-right: 45px;
	}
	.exhibition2 .section2 {
		padding: 30px 0;
	}
	.exhibition2 .section2 .conn2 h2 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.exhibition2 .section2 .conn2 h3 {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.exhibition2 .section2 .conn2 p {
		font-size: 14px;
		line-height: 24px;
	}
	.exhibition2 .section2 .conn2 a {
		font-size: 14px;
		padding: 8px 10px;
	}
	.exhibition2 .section5 .conn5 .text a i,
	.exhibition2 .section2 .conn2 a i {
		width: 15px;
		height: 13px;
		background: url(../images/exhibition/jiantou4.png)center no-repeat;
		background-size: contain;
	}
	.exhibition2 .section2 .conn2 a:hover i {
		background-size: contain !important;
		transform: translateX(5px);
	}
	.exhibition2 .section3 {
		padding: 30px 0;
	}
	.exhibition2 .section3 .conn3_cont .txt h2,
	.exhibition2 .section3 .conn3 h2 {
		font-size: 20px;
		padding-bottom: 15px;
		line-height: 30px;
	}
	.exhibition2 .section3 .conn3 h2 {
		padding-bottom: 15px;
	}
	.exhibition2 .section3 .conn3_cont .text h2 {
		padding-bottom: 5px;
	}
	.exhibition2 .section3 .conn3_cont .text {
		padding: 25px 15px 40px;
	}
	.exhibition2 .section3 .conn3_cont .txt {
		padding: 40px 28px 40px;
	}
	.exhibition2 .section4 .conn4 h2 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.exhibition2 .section4 .conn4 .lunbo .text {
		padding: 20px 0;
	}
	.exhibition2 .section4 .conn4 .lunbo .text h3 {
		font-size: 18px;
	}
	.exhibition2 .section4 {
		padding: 30px 0 40px;
	}
	.exhibition2 .section5 {
		padding: 30px 0 25px;
	}
	.exhibition2 .section5 .conn5 .text h2 {
		font-size: 20px;
		margin-bottom: 5px;
	}
	.exhibition2 .section5 .conn5 .text a {
		font-size: 16px;
	}
	.exhibition1 .section2 {
		padding: 30px 0;
	}
	.exhibition1 .section2 .conn2 {
		margin-top: 30px;
	}
	.exhibition1 .section2 .conn2 .text h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.exhibition1 .section2 .conn2 li {
		padding-bottom: 35px;
		margin-bottom: 30px;
	}
	.exhibition2 .section3 .conn3_cont .txt p {
		height: 118px;
	}
	.join .section2 h2 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.join_x .section2 span {
		margin-bottom: 10px;
		padding-top: 5px;
		font-size: 14px;
	}
	.join_x .section2 a {
		font-size: 14px;
	}
	.join_x .section4 .conn4 li .text p {
		font-size: 16px;
		line-height: 26px;
	}
	.join_x .section4 .conn4 li .text h5 {
		font-size: 16px;
		margin-top: 20px;
	}
	.join .section2 p {
		font-size: 16px;
	}
	.join_x .section4 .conn4 li h2 {
		font-size: 18px;
	}
	.join .section2 {
		padding: 25px 0 20px;
	}
	.join_x .section4 .conn4 li {
		padding: 20px 0 25px;
	}
	.join_x .section4 {
		padding-bottom: 40px;
	}
	.join .section3 {
		padding: 30px 0 40px;
	}
	.join .section3 .conn3 li span {
		margin-bottom: 10px;
	}
	.join .section3 .conn3 li h3 {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.join .section3 .conn3 li h4 {
		margin-bottom: 10px;
		font-size: 16px;
	}
	.join .section3 .conn3 li p {
		color: #636363;
		font-size: 14px;
		line-height: 24px;
	}
	.join .section3 .conn3 li .chakan h5 {
		margin-top: 20px;
	}
	.join .fenye {
		padding-top: 25px;
	}
	.zhanhui_b .section2 {
		padding: 20px 0 35px;
	}
	.zhanhui_b .section2 h2,
	.zhanhui_l .section2 h2 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.zhanhui_b .section2 .conn2 label {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.zhanhui_b .section2 .conn2 .conn2_b select,
	.zhanhui_b .section2 .conn2 .conn2_b input,
	.zhanhui_b .section2 .conn2 .conn2_c .conn2_c_c .input input {
		line-height: 40px;
		font-size: 16px;
	}
	.zhanhui_l .section2 {
		padding: 30px 0 35px;
	}
	.zhanhui_l .section2 .items {
		padding-top: 10px;
	}
	.zhanhui_l .section2 .items {
		font-size: 0;
	}
	.zhanhui_l .section2 .item:last-of-type {
		margin-right: 0;
	}
	.zhanhui_l .section2 .item .icon {
		width: 15px;
		height: 15px;
		margin-right: 3px;
	}
	.zhanhui_l .section2 .item span {
		font-size: 2px;
	}
	.zhanhui_l .section2 .item .jt {
		margin-left: 3px;
		width: 12px;
		height: 12px;
	}
	.zhanhui_l .section2 .item .show a {
		font-size: 12px;
		line-height: 30px;
		height: 0px;
	}
	.zhanhui_l .section2 .item:hover a {
		height: 30px;
	}
	.xiangshang .section2 h2 {
		font-size: 24px;
		margin-bottom: 25px;
	}
	.main_about2 .section2 .img,
	.main_about2 .section2 p {
		width: 100%;
	}
	.xiangshang .section3 {
		padding: 60px 0 40px;
	}
	.xiangshang .section3 h2,
	.xiangshang .section5 h2 {
		font-size: 24px;
	}
	.xiangshang .section5 {
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.xiangshang .section5 p {
		margin-bottom: 20px;
	}
	.xiangshang .section5 h4 {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.xiangshang .section6 h2 {
		font-size: 24px;
		line-height: 34px;
	}
	.xiangshang .section6 h2,
	.xiangshang .section6 .conn6 .item {
		margin-bottom: 30px;
	}
	.xiangshang .section6 .conn6 h4 {
		font-size: 22px;
		margin-bottom: 5px;
	}
	.xiangshang .section6 .conn6 h5 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.xiangshang .section6 h6 {
		font-size: 20px;
	}
	.xiangshang .section6 {
		padding-bottom: 30px;
	}
	.xiangshang .section7 {
		padding: 40px 0 0;
	}
	.xiangshang .section7 h2 {
		font-size: 24px;
	}
	.xiangshang .section7 h3 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.xiangshang .section7 p {
		font-size: 16px;
		line-height: 26px;
	}
	.xiangshang .section7 h5 {
		font-size: 16px;
	}
	.xiangshang .section8 .conn8 h2 {
		font-size: 24px;
		margin-bottom: 12px;
		line-height: 34px;
	}
	.xiangshang .section8 .conn8 p {
		font-size: 16px;
		line-height: 26px;
	}
	.main_about2 .section2 .img,
	.main_about2 .section2 p {
		margin-bottom: 20px;
	}
	.main_about2 .section2 .img {
		text-align: center;
	}
	.xiangshang .section3 p,
	.xiangshang .section5 p {
		font-size: 16px;
	}
	.xiangshang .section5 .lunbo .text {
		bottom: 40px;
		font-size: 18px;
	}
	.exhibition2 .section2 .conn2,
	.exhibition2 .section3 .conn3,
	.exhibition2 .section4 .conn4,
	.exhibition2 .section5 .conn5 {
		padding: 0 0px;
	}
	.main_about6 .section1 .conn1 h2 {
		font-size: 24px;
		padding-top: 20px;
	}
	.exhibition_shang_x .section3 .conn3_cont .text h2 {
		font-size: 16px;
		padding-bottom: 0;
		line-height: 26px;
	}
	.structure .section3 .conn3 {
		padding: 40px 0 60px;
	}
	.structure .section2 .conn2 li {
		padding: 15px;
	}
	.structure .section2 .conn2 h3 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.structure .section2 .conn2 p {
		font-size: 14px;
	}
	.structure .section2 .conn2 {
		padding-top: 30px;
	}
	.structure .section2 {
		padding: 35px 0 35px;
	}
	.structure .section3 .conn3 .img {
		padding-top: 35px;
	}
	.structure .section3 .conn3 {
		padding: 30px 0 40px;
	}
	.main_about2,
	.main_about,
	.main_about3,
	.main_about5,
	.main_about4,
	.main_about7,
	.exhibition2,
	.exhibition1,
	.join,
	.zhanhui_b,
	.zhanhui_l,
	.sousuo {
		margin-top: 40px;
	}
	.sousuo .section2 input {
		padding: 20px 0;
	}
	.sousuo .section2 {
		margin-top: -30.5px;
	}
	.sousuo .section3 .conn3 {
		padding-top: 40px;
	}
	.sousuo .section3 .conn3_1 {
		padding-top: 30px;
	}
	.sousuo .section3 .conn3_2 {
		padding-top: 35px;
	}
	.sousuo .section3 .conn3_2 li h3 {
		padding: 15px 0;
	}
	.sousuo .section3 .conn3_2 li {
		padding: 20px 0;
	}
	.sousuo .fenye {
		padding-top: 30px;
	}
	.sousuo .section3 {
		padding-bottom: 40px;
	}
	.sousuo .section3 .conn3_2 li h3 {
		font-size: 20px;
	}
	.sousuo .section3 .conn3_2 li p,
	.sousuo .section3 .conn3_2 li span {
		font-size: 14px;
	}
	.sousuo .section3 .text h2 {
		font-size: 70px;
	}
	.sousuo .section3 .conn3_1 a {
		font-size: 16px;
		padding: 8px 25px;
		margin: 0 10px;
	}
}

@media only screen and (max-width:992px) {
	.exhibition2 .section3 .conn3_cont .txt h2,
	.exhibition2 .section3 .conn3 h2 {
		font-size: 16px;
	}
	.exhibition2 .section3 .conn3_cont .text {
		padding: 20px 15px 30px;
	}
	.zhanhui_l .section2 .item{
		width: 48%;
		margin: 0 1%;
		padding: 0 20px;
	}
	.zhanhui_l .section2 .item input{
		width: 100%;
		display: block;
		font-size: 14px;
		height: 40px;
		line-height: 40px;
	}
	.zhanhui_l .section2 .item .icon {
		margin-right: 0;
		position: absolute;
		left: 10px;
		top: 50%;
		margin-top: -6px;
	}
	.zhanhui_l .section2 .item span {
		font-size: 14px;
	}
	.zhanhui_l .section2 .item .jt {
		margin-left: 0;
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -5px;
	}
	.zhanhui_l .section2 .conn2 li .text h5 {
		font-size: 14px;
	}
	.zhanhui_l .section2 .conn2 li .text h6 {
		margin-bottom: 5px;
		font-size: 12px;
	}
	.xiangshang .section4 .item .txt p {
		margin-bottom: 0;
		font-size: 14px;
		margin-bottom: 10px;
	}
	.xiangshang .section3 {
		padding: 40px 0 30px;
	}
	.xiangshang .section4 .item .txt h3 {
		font-size: 18px;
		margin-bottom: 15px;
		margin-top: 10px;
	}
	.xiangshang .section4 .item .text span {
		font-size: 14px;
	}
	.xiangshang .section4 .item .txt {
		left: 40px;
	}
	.xiangshang .section5 .swiper-button-next,
	.xiangshang .section5 .swiper-button-prev {
		width: 45px;
		height: 45px;
		background-size: 20px;
	}
	.xiangshang .section5 .lunbo .text {
		bottom: 25px;
		font-size: 16px;
		padding: 0 15px;
	}
	.xiangshang .section6 .conn6 p {
		font-size: 14px;
		line-height: 24px;
	}
	.xiangshang .section6 .conn6 h4 {
		font-size: 20px;
	}
	.xiangshang .section6 .conn6 h5 {
		font-size: 16px;
	}
	.xiangshang .section6 h6 {
		font-size: 18px;
	}
	.xiangshang .section7 h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.xiangshang .section7 p {
		font-size: 14px;
		line-height: 24px;
	}
	.xiangshang .section7 h5 {
		font-size: 14px;
	}
	.xiangshang .section8 .conn8 p {
		font-size: 14px;
		line-height: 24px;
	}
	.xiangshang .section8 {
		padding-top: 20px;
		padding-bottom: 40%;
	}
	.join .section3 .conn3 li {
		padding: 20px 15px;
	}
	.join_x .section2 a {
		width: 25%;
	}
	.exhibition2 .section3 .conn3_cont .txt {
		padding: 20px 15px 50px;
	}
	.exhibition1 .section2 .conn2 .text {
		padding: 60px 15px 0;
		position: relative;
	}
	.main_about7 .section2 .conn2 .map_text {
		width: 100%;
		position: static;
		transform: translateY(0);
	}
	.main_about7 .section2 .conn2 .map_text .img {
		width: 100px;
	}
	.main_about5 .section2 .conn2 li .text h3 {
		font-size: 18px;
		margin: 5px 0 10px;
	}
	.main_about5 .section2 .conn2 li .text p {
		font-size: 14px;
		line-height: 24px;
	}
	.main_about5 .section2 .conn2 li .text span {
		font-size: 14px;
	}
	.main_about6 .section1 .conn1 .conn_nav_right,
	.main_about6 .section1 .conn1 .conn_nav_left {
		width: 100%;
		float: none;
	}
	.main_about6 .section1 .conn1 .conn_nav_left {
		margin-bottom: 15px
	}
	.main_about6 .section1 .conn1 h2 {
		font-size: 18px;
	}
	.main_about6 .section1 .conn_sx .conn_sx_f {
		float: none;
		padding-top: 20px;
		clear: both;
	}
	.main_about2 .section4 .item {
		width: 32%;
		margin: 0;
	}
	.xiangshang .section4 .item {
		width: 100%;
		margin: 0;
		margin-bottom: 15px;
	}
	.xiangshang .section4 .item .txt h3 {
		font-size: 22px;
		margin-bottom: 20px;
		margin-top: 10px;
	}
	.xiangshang .section4 .item .txt {
		left: 70px;
	}
	.main_about .section3 .item p {
		font-size: 12px;
	}
	.main_about .section3 .item h3 i {
		font-size: 12px;
	}
	.main_about2 .section4 .item h2 span,
	.main_about .section3 .item h3 span {
		font-size: 20px;
	}
	.main_about .section3 .items {
		margin-top: 20px;
	}
	.main_about .section3 .conn3 {
		top: 20px;
	}
	.main_about .section4 .conn4_left .text {
		width: 100%;
		padding: 0 15px;
		left: 0;
		right: 0;
	}
	.main_about .section4 .conn4_left .text ul li {
		padding: 15px 0;
		margin-top: 3%;
	}
	.main_about .section4 .conn4_left .text ul li p {
		font-size: 12px;
		padding-top: 5px;
	}
	.main_about .section4 .conn4_left .text ul li .img {
		width: 25px;
		height: 25px;
	}
	.section_h .section2 .item {
		margin-right: 8%;
	}
	.section_h .section5 .item p {
		margin-bottom: 10px;
		font-size: 14px;
	}
	.main_about4 .section2 p {
		width: 100%;
	}
	.main_about6 .section1 .conn1 {
		padding: 20px 20px 20px;
	}
	.structure .section2 {
		padding: 20px 0;
	}
	.structure .section2 .conn2 {
		padding-top: 20px;
	}
	.sousuo .section2 input {
		padding: 20px 0;
	}
	.sousuo .section2 {
		margin-top: -30.5px;
	}
	.sousuo .section3 .conn3 {
		padding-top: 20px;
	}
	.sousuo .section3 .conn3_1 {
		padding-top: 20px;
	}
	.sousuo .section3 .conn3_2 {
		padding-top: 25px;
	}
	.sousuo .section3 .conn3_2 li h3 {
		padding: 15px 0;
	}
	.sousuo .section3 .conn3_2 li {
		padding: 20px 0;
	}
	.sousuo .fenye {
		padding-top: 20px;
	}
	.sousuo .section3 {
		padding-bottom: 20px;
	}
	.sousuo .section3 .conn3_2 li p,
	.sousuo .section3 .conn3_2 li span {
		font-size: 14px;
	}
	.sousuo .section3 .conn3_2 li h3 {
		font-size: 16px;
		padding: 10px 0;
	}
	.sousuo .section3 .text h2 {
		font-size: 60px;
	}
	.sousuo .section3 .conn3_1 a {
		font-size: 16px;
		padding: 8px 20px;
		margin: 0 10px;
	}
	.sousuo .section3 .conn3_2 li p {
		width: 80%;
		line-height: 24px;
	}
	.sousuo .section3 .conn3_2 li .tu {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		background: url(../images/exhibition/tu.png)center no-repeat;
		width: 25px;
		height: 25px;
		right: 10px;
		transition: .5s;
		background-size: contain;
	}
}

@media only screen and (max-width:640px) {
	img {
		width: 100%;
	}
	.zhanhui_l .section2 .conn2 li .text h5 {
		font-size: 16px;
		height: auto !important;
	}
	.zhanhui_l .section2 .conn2 li .text h6 {
		margin-bottom: 10px;
		font-size: 14px;
	}
	.banner .banner_text h3 {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.banner .banner_text h2 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.banner .banner_text .chakan {
		margin-bottom: 15px;
	}
	.banner .banner_text .chakan a {
		width: 90px;
		height: 30px;
		line-height: 25px;
	}
	.section_h .section2 .conn2,
	.section_h .section2 .items {
		width: 100%;
	}
	.section_h .section2 {
		padding: 20px 0;
	}
	.section_h .title h2 {
		font-size: 18px;
	}
	.section_h .title p {
		font-size: 14px;
		line-height: 24px;
		text-align: left;
	}
	.section_h .section2 .title a.show_more{
		display: inline-block;
	}
	.section_h .section2 .title p{
		height: 96px;
		overflow: hidden;
	}
	.section_h .section2 .title p.auto{
		height: auto;
	}
	.section_h .title a {
		font-size: 14px;
	}
	.section_h .section2 .item h2 span {
		font-size: 20px;
	}
	.section_h .section2 .item h2 i {
		right: 0;
	}
	.section_h .section2 .item p {
		font-size: 12px;
		color: #FFFFFF;
	}
	.section_h .section2 .item {
		margin-right: 0;
		text-align: center;
		width: 42%;
	}
	.section_h .section2 .item h2 i {
		right: 15px;
	}
	.section_h .section2 .item:nth-of-type(1) h2 i {
		right: 30px;
	}
	.section_h .section2 .item:nth-of-type(3) h2 i {
		right: 0px;
	}
	.section_h .section2 .item:nth-of-type(4) h2 i {
		right: -10px;
	}
	.section_h .section3 .item {
		width: 100%;
		margin-bottom: 10px;
	}
	.section_h .section3 .item:last-of-type {
		margin-bottom: 0;
	}
	.section_h .section3 .item .text img {
		width: 190px;
	}
	.section_h .section3 .item h3 {
		font-size: 16px;
		text-align: center;
		margin-bottom: 5px;
	}
	.section_h .section3 .item p {
		font-size: 12px;
		padding-top: 5px;
	}
	.section_h .section4 {
		padding-top: 20px;
		padding-bottom: 60%;
		position: relative;
	}
	.section_h .section4:before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0,0,0,.2);
		z-index: 1;
	}
	.section_h .section4 .container{
		z-index: 2;
	}
	.section_h .title p br {
		display: none;
	}
	.section_h .section5 .item {
		width: 100%;
		padding: 15px 5px 0 5px;
	}
	.section_h .section5 .item div{
		margin-bottom: 60%;
	}
	.section_h .section6 .conn6 {
		padding: 20px 0;
	}
	.section_h .section6 .swiper-button-next,
	.section_h .section6 .swiper-button-prev {
		margin: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.section_h .section6 .swiper-button-next {
		width: 30px;
		height: 30px;
		background-size: 10px;
		right: 5%;
	}
	.section_h .section6 .swiper-button-prev {
		width: 30px;
		height: 30px;
		background-size: 10px;
		left: 5%;
		transform: rotate(180deg);
	}
	.section_h .section5 .item h3 {
		margin-bottom: 8px;
	}
	.section_h .section6 .text h2 {
		font-size: 16px;
		margin-top: 18px;
		margin-bottom: 13px;
	}
	.section_h .section7 {
		padding-top: 20px;
		padding-bottom: 60%;
		position: relative;
	}
	.section_h .section7:before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0,0,0,.2);
		z-index: 1;
	}
	.section_h .section7 .container{
		z-index: 2;
	}
	.section_h .section6 .text p {
		padding: 0 15px;
		width: 100%;
	}
	.section_h .section5 .item p {
		margin-bottom: 10px;
	}
	.section_h .section2 .item {
		margin-bottom: 20px;
	}
	.section_h .section2 .item h2 i {
		position: static;
	}
	.section_h .section2 .items {
		margin-top: 10%;
	}
	.section_h .section2 .item {
		text-align: left;
		float: left;
	}
	.section_h .section2 .item:nth-of-type(2n) {
		float: right;
	}
	.section_h .title i {
		background: url(../images/jiantou_03.png)center no-repeat;
		width: 12px;
		height: 11px;
		background-size: contain !important;
	}
	.section_h .section4,
	.section_h .section7 {
		background-attachment: inherit;
	}
	.banner .banner_img {
		height: 350px;
	}
	.banner .shubiao {
		position: absolute;
		bottom: 20px;
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
		width: 20px;
	}
	.main_about2 .section2,
	.main_about2 .section4 {
		padding: 20px 0 20px;
	}
	.main_about2 .section2 p {
		font-size: 14px;
		width: 100%;
		line-height: 24px;
		text-align: justify;
	}
	.main_about2 .section2 .img,
	.main_about2 .section2 p {
		margin-bottom: 20px;
		width: 100%;
	}
	.main_about2 .section2 a {
		font-size: 14px;
	}
	.main_about2 .section2 a i {
		width: 10px;
		height: 10px;
		background: url(../images/about/jiantou.png)center no-repeat;
		background-size: contain;
	}
	.main_about2 h2 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.main_about2 .section1 .banner .text p,
	.main_about2 .section3 .text p {
		font-size: 16px;
	}
	.main_about2 .section4 .item {
		display: inline-block;
		margin: 0 1%;
		width: 31%;
		text-align: center;
	}
	.main_about2 .section4 .item p {
		font-size: 14px;
		line-height: 100%;
		margin: 0;
		margin-bottom: 20px;
		text-align: center;
	}
	.main_about2 .section4 .item h2 i {
		font-size: 12px;
	}
	.main_about2 .section4 .item h2 span {
		font-size: 20px;
	}
	.main_about .section2 {
		padding: 20px 0;
	}
	.main_about .section4 .conn4_left {
		width: 100%;
	}
	.main_about .section4 .conn4_left .text {
		width: 100%;
		position: static;
		top: 50%;
		transform: translateY(0);
		padding: 20px 15px;
	}
	.main_about .section4 .conn4_left .img {
		display: none;
	}
	.main_about .section4 .conn4_left .text ul li {
		width: 47%;
	}
	.main_about .section4 .conn4_left .text ul li .img {
		display: block;
	}
	.main_about .section4 .conn4_left .text ul li p {
		padding-top: 10px;
	}
	.main_about .section5 {
		padding: 20px 0 30px;
	}
	.main_about .section5 span {
		font-size: 14px;
		line-height: 24px;
	}
	.main_about .section5 .conn5 .images,
	.main_about .section5 .conn5 .image .img,
	.main_about .section5 .conn5 .image {
		width: 100%;
	}
	.main_about .section5 .conn5 .image {
		margin-top: 10px;
	}
	.main_about .section5 .conn5 .image .img {
		margin-bottom: 10px;
	}
	.main_about .section5 .conn5 {
		margin-top: 20px;
	}
	.main_about .section3 .items {
		margin-top: 0;
	}
	.main_about .section3 {
		background-image: url(../images/about/item2.jpg);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: cover;
	}
	.main_about .section3 img {
		display: none;
	}
	.main_about .section3 .item {
		width: 50%;
		margin-top: 20px;
		margin-right: 0;
		vertical-align: top;
	}
	.main_about .section3 .item p {
		text-align: left;
	}
	.main_about .section3 .conn3 {
		position: static;
		padding: 20px 15px 30%;
	}
	.main_about3 .section2,
	.main_about3 .section3 {
		padding: 20px 0;
	}
	.main_about3 .section3 .conn3 li {
		width: 100%;
	}
	.main_about3 .section3 .conn3 .text h3 {
		line-height: 22px;
		/*margin-bottom: 10px;*/
		/*height: auto;*/
		font-size: 16px;
	}
	.main_about3 .section2 .conn2 h2 {
		font-size: 18px;
		line-height: 22px;
	}
	.main_about3 .section3 .conn3 p {
		font-size: 14px;
	}
	.main_about3 .section4 .conn4 {
		padding: 0px 0 40px;
	}
	.main_about3 .section2 .conn2 p {
		padding-top: 10px;
		font-size: 14px;
	}
	.main_about6 .section1 {
		padding: 60px 0 20px;
	}
	.main_about6 .section1 .conn1 {
		padding: 15px 10px 15px;
	}
	.main_about6 .section1 .conn_sx {
		padding: 15px 10px;
	}
	.main_about6 .section1 .conn_sx .conn_sx_f a {
		padding: 8px 25px;
		font-size: 14px;
	}
	.main_about6 .section1 .conn1 .conn_nav a {
		font-size: 14px;
	}
	.main_about6 .section1 .conn1 .conn_nav_left {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		width: 100%;
		margin-bottom: 10px;
	}
	.main_about6 .section1 .conn_sx .conn_sx_c a,
	.main_about6 .section1 .conn_sx .conn_sx_c {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		width: 90%;
		font-size: 14px;
	}
	.main_about6 .section1 .conn_sx .conn_sx_c a:last-of-type {
		padding-top: 5px;
	}
	.main_about6 .section1 .conn_sx .conn_sx_f {
		float: none;
		padding-top: 10px;
		clear: both;
	}
	.main_about6 .section1 .conn1 h2 {
		font-size: 18px;
		padding-top: 10px;
	}
	.main_about6 .section1 .conn1 .conn_nav_right {
		float: none;
		display: none;
	}
	.main_about6 .section1 .conn1 span {
		font-size: 14px;
		padding-top: 8px;
		display: block;
	}
	.main_about5 .section2 {
		padding: 20px 0;
	}
	.main_about5 .section2 .conn2 li .img {
		width: 100%;
	}
	.main_about5 .section2 .conn2 li .text {
		position: static;
		transform: translateY(0);
		width: 100%;
		padding: 20px 15px;
	}
	.main_about5 .section2 .conn2 li .text h3 {
		font-size: 18px;
		margin: 5px 0 10px;
	}
	.main_about5 .section2 .conn2 li .text p {
		font-size: 14px;
		line-height: 24px;
	}
	.main_about5 .section2 .conn2 li .text span {
		font-size: 14px;
	}
	.main_about5 .section2 .conn2 li {
		margin-bottom: 20px;
	}
	.main_about5 .fenye {
		padding: 0;
	}
	.main_about4 .section2,
	.main_about4 .section3 {
		padding: 20px 0;
	}
	.main_about4 .section2 h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.main_about4 .section2 p {
		width: 100%;
		font-size: 14px;
		line-height: 24px;
	}
	.main_about7 .section2 h2 {
		font-size: 20px;
	}
	.main_about7 .section2 .conn2 #allmap {
		width: 100%;
		height: 240px;
	}
	.main_about7 .section2 .conn2 .map_text {
		position: static;
		transform: translateY(0);
		width: 100%;
	}
	.main_about7 .section2 {
		padding: 20px 0;
	}
	.main_about7 .section2 .conn2 .map_text .text {
		padding: 0 0 10px;
	}
	.exhibition2 .section2,
	.exhibition2 .section3,
	.exhibition2 .section4,
	.exhibition2 .section5 {
		padding: 20px 0;
	}
	.exhibition2 .section3 .conn3_cont .txt h2,
	.exhibition2 .section3 .conn3 h2 {
		font-size: 18px;
		padding-bottom: 0px;
		line-height: 24px;
	}
	.exhibition2 .section2 .conn2 h2 {
		font-size: 18px;
		margin-bottom: 10px;
		line-height: 28px;
	}
	.exhibition2 .section2 .conn2 h4{
		font-size: 16px;
		margin-bottom: 20px;
		line-height: 24px;
	}
	.exhibition2 .section2 .conn2 .para{
		height: 96px;
		overflow: hidden;
		margin-bottom: 10px;
	}
	.exhibition2 .section2 .conn2 .para.auto{
		height: auto;
	}
	.exhibition2 .section2 .show_more{
		display: block;
	}
	.exhibition2 .section2 .show_more span{
		font-size: 14px;
	}
	.exhibition2 .section2 .conn2 a {
		padding: 5px 10px;
		margin-top: 10px;
	}
	.exhibition2 .section3 .swiper-button-next,
	.exhibition2 .section3 .swiper-button-prev {
		top: 50%;
		width: 40px;
		height: 40px;
		margin: 0;
		transform: translateY(-50%);
	}
	.exhibition2 .section3 .conn3_cont .text {
		padding: 20px 15px 20px;
	}
	.exhibition2 .section3 .conn3 .txt h2 {
		margin-bottom: 15px !important;
	}
	.exhibition2 .section4 .conn4 h2 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.exhibition2 .section4 .conn4 p {
		font-size: 16px;
	}
	.exhibition2 .section4 .conn4 .lunbo {
		margin-top: 5px;
	}
	.exhibition2 .section4 .swiper-button-next,
	.exhibition2 .section4 .swiper-button-prev {
		top: 60%;
		transform: translateY(-50%);
		width: 30px;
		height: 30px;
		margin: 0;
		opacity: 1;
		z-index: 2;
	}
	.exhibition2 .section5 .conn5 .item {
		width: 100%;
		margin-bottom: 20px;
	}
	.exhibition2 .section5 .conn5 .item:last-of-type {
		margin-bottom: 0;
	}
	.exhibition2 .section5 .conn5 .text h2 {
		font-size: 18px;
	}
	.exhibition2 .section5 .conn5 .text p {
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 22px;
	}
	.exhibition2 .section5 .conn5 .text a {
		font-size: 14px;
	}
	.exhibition2 .section4 .swiper-button-next {
		right: 5px;
	}
	.exhibition2 .section4 .swiper-button-prev {
		left: 5px;
	}
	.exhibition2 .section3 .swiper-button-next {
		right: -10px;
	}
	.exhibition2 .section3 .swiper-button-prev {
		left: -10px;
	}
	.exhibition1 .section2 {
		padding: 20px 0;
	}
	.exhibition1 .section2 .conn2 .text h2 {
		font-size: 20px;
		margin-bottom: 15px;
		line-height: 26px;
	}
	.exhibition1 .section2 .conn2 .text {
		padding: 20px 15px 0;
		position: relative;
	}
	.exhibition1 .section2 .conn2 .text .teshu h3 br {
		display: none;
	}
	.exhibition1 .section2 .conn2 .text .teshu {
		-webkit-animation-name: none;
		animation-name: none;
		height: auto;
		position: static;
		margin-bottom: 20px;
	}
	.exhibition1 .section2 .conn2 .text p {
		line-height: 24px;
		font-size: 14px;
	}
	.exhibition1 .section2 .conn2 .text span {
		font-size: 16px;
		padding-top: 10px;
	}
	.exhibition1 .section2 .conn2 .text span i {
		background: url(../images/exhibition/jiantou2.png)center no-repeat;
		width: 15px;
		height: 14px;
		background-size: contain;
	}
	.exhibition1 .section2 .conn2 .text .teshu1 {
		padding: 15px 15px;
	}
	.exhibition1 .section2 .conn2 .text .teshu h3 {
		font-size: 16px;
	}
	.exhibition1 .section2 .conn2 .text .teshu i{
		margin: 10px 0 15px;
	}
	.exhibition1 .section2 .conn2 .text .teshu p {
		font-size: 14px;
		margin-top: 10px;
	}
	.exhibition1 .section2 .conn2 li {
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
	}
	.exhibition1 .section2 .conn2 li {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.join_x .section2 a {
		width: 42%;
		padding: 8px 0;
	}
	.join_x .section4 .conn4 li .title {
		width: 100%;
		margin-bottom: 10px;
	}
	.join_x .section4 .conn4 li .text h5 {
		font-size: 16px;
		margin-top: 10px;
	}
	.join_x .section4 {
		padding-bottom: 20px;
	}
	.join_x .section4 .conn4 li .text {
		width: 100%;
	}
	.join_x .section4 .conn4 li .text p {
		font-size: 14px;
		line-height: 24px;
	}
	.join .section3 {
		padding: 20px 0;
	}
	.join .section3 .conn3 li {
		width: 100%;
		padding: 20px 15px;
	}
	.join .section3 .conn3 li p {
		height: auto !important;
	}
	.join .section3 .conn3 li .chakan h5 i {
		margin-right: 15px;
	}
	.zhanhui_b .section2 .conn2 .conn2_b select,
	.zhanhui_b .section2 .conn2 .conn2_b input,
	.zhanhui_b .section2 .conn2 .conn2_c .conn2_c_c .input input {
		line-height: 30px;
		font-size: 14px;
	}
	.zhanhui_b .section2 {
		padding: 20px 0;
	}
	.zhanhui_b .section2 p {
		margin-bottom: 20px;
	}
	.zhanhui_b .section2 .conn2 label {
		margin-bottom: 10px;
		font-size: 14px;
	}
	.zhanhui_b .section2 .conn2 .conn2_b button {
		padding: 5px 0;
		margin-top: 10px;
		font-size: 14px;
		width: 20%;
	}
	.zhanhui_l .section2 .conn2 li {
		width: 100%;
	}
	.zhanhui_l .section2 {
		padding: 20px 0;
	}
	.zhanhui_l .section2 .conn2 {
		margin-top: 20px;
	}
	.zhanhui_l .section2 .conn2 li .text {
		padding: 20px 0;
	}
	.xiangshang .section2 h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.xiangshang .section3 {
		padding: 20px 0;
	}
	.xiangshang .section3 p,
	.xiangshang .section5 p {
		font-size: 14px;
	}
	.xiangshang .section4 .item {
		width: 100%;
		margin-bottom: 20px;
	}
	.xiangshang .section4 .item .text img {
		display: none;
	}
	.xiangshang .section4 .item .txt {
		position: static;
		transform: translateY(0);
		padding: 20px 15px;
	}
	.xiangshang .section5 {
		padding-top: 10px;
		padding-bottom: 40px;
	}
	.xiangshang .section4 .item .img,
	.xiangshang .section4 .item .text {
		width: 100%;
		text-align: left;
	}
	.xiangshang .section4 .item .txt p {
		text-align: left;
		font-size: 13px;
	}
	.xiangshang .section5 h4 {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.xiangshang .section5 .swiper-button-next,
	.xiangshang .section5 .swiper-button-prev {
		width: 35px;
		height: 35px;
		background-size: 15px;
	}
	.xiangshang .section5 .swiper-button-next {
		right: 15px;
	}
	.xiangshang .section5 .swiper-button-prev {
		left: 15px;
	}
	.xiangshang .section5 .lunbo .text {
		bottom: 5px;
		font-size: 14px;
		padding: 0 15px;
	}
	.xiangshang .section5 .swiper-pagination {
		bottom: -20px;
	}
	.xiangshang .section6 h2 {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	.xiangshang .section6 h2,
	.xiangshang .section6 .conn6 .item {
		margin-bottom: 20px;
	}
	.xiangshang .section6 .conn6 .text {
		position: static;
		transform: translateY(0);
		width: 100%;
		margin-bottom: 20px;
	}
	.xiangshang .section6 h6 {
		font-size: 14px;
	}
	.xiangshang .section6 .conn6 .img {
		width: 100%;
	}
	.xiangshang .section6 {
		padding-bottom: 20px;
	}
	.xiangshang .section7 {
		padding: 20px 0;
	}
	.xiangshang .section7 h2 {
		font-size: 20px;
	}
	.xiangshang .section7 h3 {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.xiangshang .section7 .conn7 .images {
		padding-top: 20px;
		text-align: center;
		margin-bottom: 20px;
	}
	.xiangshang .section7 .conn7 .images .img1 p,
	.xiangshang .section7 .conn7 .images .img2 p {
		font-size: 16px;
		color: #FFFFFF;
		margin-top: 15px;
	}
	.xiangshang .section7 h5 {
		font-size: 14px;
		line-height: 24px;
		bottom: 0px;
	}
	.xiangshang .section7 .conn7 .images .img2 {
		margin-top: 20px;
	}
	.xiangshang .section7 .conn7 .images .img1 {
		width: 44%;
		display: inline-block;
		margin-right: 0%;
		margin: 0 auto;
	}
	.xiangshang .section8 .conn8 h2 {
		font-size: 18px;
		margin-bottom: 12px;
		line-height: 28px;
	}
	.xiangshang .section8 .conn8 br {
		display: none;
	}
	.xiangshang .section8 {
		padding-top: 20px;
		padding-bottom: 40%;
		background-size: 100% auto;
	}
	.exhibition3 .comm_conn3 .text {
		padding-right: 0px;
	}
	.exhibition3 .comm_conn3 .text {
		padding: 15px 0;
	}
	.exhibition2 .section2 .conn2 h3 {
		line-height: 24px;
	}
	.xiangshang .section4 .item:nth-of-type(1n) .img {
		width: 100%;
	}
	.xiangshang .section6 h2,
	.xiangshang .section8 .conn8 h2 {
		font-size: 18px;
		line-height: 24px;
	}
	.zhanhui_l .section2 .item .icon {
		padding-right: 2%;
	}
	.zhanhui_l .section2 .item .icon {
		width: 13px;
		height: 13px;
	}
	.zhanhui_l .section2 .item span {
		font-size: 12px;
	}
	.zhanhui_l .section2 .item .jt {
		width: 10px;
		height: 10px;
	}
	.zhanhui_b .section2 .conn2 .conn2_b {
		margin-bottom: 15px;
	}
	.zhanhui_b .section2 .conn {
		padding-top: 20px;
		margin-top: 5px;
	}
	.structure .section2 .conn2 li {
		width: 100%;
		margin-bottom: 20px;
	}
	.structure .section2 .conn2 li:last-of-type {
		margin-bottom: 0;
	}
	.structure .section3 .conn3,
	.structure .section3 {
		padding: 20px 0;
	}
	.structure .section3 .conn3 .img{
		width: 90%;
		margin: 0 auto;
	}
	.sousuo .section2 input {
		font-size: 14px;
		padding: 8px 0;
	}
	.sousuo .section2 {
		margin-top: -18.5px;
	}
	.sousuo .section3 .text h2 {
		font-size: 50px;
	}
	.sousuo .section3 .text h3 {
		font-size: 16px;
	}
	.sousuo .section3 .conn3_1 a {
		font-size: 14px;
		padding: 5px 10px;
		margin: 0 5px;
	}
	.sousuo .section3 .conn3_2 {
		padding-top: 20px;
	}
	.sousuo .section3 .conn3_2 li h3,
	.sousuo .section3 .conn3_2 li p {
		width: 100%;
	}
	.sousuo .section3 .conn3_2 li .tu {
		display: none;
	}
	.sousuo_menu .section2 .conn2 {
		margin-top: 0px;
		padding-top: 20px;
	}
	.sousuo_menu .section2 h3:before {
		font-size: 50px;
	}
	.sousuo_menu .section2 ul.conn2_ul1 li a {
		padding: 8px 15px;
		font-size: 14px;
	}
	.sousuo_menu .section2 ul.conn2_ul1 li {
		margin: 0 auto;
	}
	.sousuo_menu .section2 ul.conn2_ul2 li {
		padding: 20px 0px;
	}
	.sousuo_menu .section2 ul.conn2_ul2 li h2 {
		font-size: 16px;
		width: 80%;
	}
	.sousuo_menu .section2 ul.conn2_ul2 li:before {
		right: 0;
	}
	.sousuo_menu .section2 ul.conn2_ul2 li p {
		font-size: 14px;
		line-height: 24px;
	}
	.sousuo_menu .section3 {
		padding: 20px 0;
	}
	.sousuo_menu .section2 h3 {
		font-size: 18px;
		text-align: center;
		padding: 25px 0 25px;
	}
	.sousuo_menu .section2 input,
	.sousuo_menu .section2 button {
		height: 45px;
		line-height: 45px;
		font-size: 14px;
	}
	.sousuo_menu .section2 input{
		width: 90%;
	}
	.xiangshang .section3 h2,
	.xiangshang .section5 h2,
	.xiangshang .section4 .item .txt h3,
	.xiangshang .section2 h2,
	.xiangshang .section6 .conn6 h4,
	.xiangshang .section7 h2 {
		font-size: 18px;
	}
	.exhibition2 .section2 .conn2,
	.exhibition2 .section3 .conn3,
	.exhibition2 .section4 .conn4,
	.exhibition2 .section5 .conn5 {
		padding: 0;
	}
	.conn5 .main_about2,
	.main_about,
	.main_about3,
	.main_about5,
	.main_about4,
	.main_about7,
	.exhibition2 {
		margin-top: 40px;
	}
}

.about_otherlink{
	font-size: 0;
	padding: 5vw 0;
	background-color: #fafafa;
}
.about_otherlink .item{
	display: inline-block;
	vertical-align: top;
	width: 20%;
}
.about_otherlink .item a{
	position: relative;
	display: block;
	height: 100%;
	padding-left: 60px;
}
.about_otherlink .item a:before{
	content: '';
	width: 40px;
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../images/page.png');
	position: absolute;
	left: 0;
	top: 0;
}
.about_otherlink .item h3{
	font-size: 18px;
	color: #333;
}
.about_otherlink .item span{
	display: block;
	font-size: 14px;
	margin-top: 5px;
	transition: color .3s ease
}
.about_otherlink .item:hover span{
	color: #015db3;
}
@media screen and (max-width: 992px){
	.about_otherlink{
		padding: 20px 0;
	}
	.about_otherlink .item{
		width: 33.33%;
		margin-bottom: 15px;
	}
	.about_otherlink .item a{
		padding-left: 30px;
	}
	.about_otherlink .item a:before{
		width: 20px;
		height: 20px;
		background-size: contain;
		top: 4px;
	}
	.about_otherlink .item h3{
		font-size: 16px;
	}
	.about_otherlink .item span{
		font-size: 12px;
	}
}