﻿@charset 'utf-8';
.header {
	width: 100%;
	height:200px;
	background: url(../images/nav.png) center 144px no-repeat;

}
.header .logo {
	line-height:144px;
	height: 144px;
}
.header .header_top{

}
.header .header_top11 .span1{
	display: inline-block;
	font: bold 38px/124px '';
	color: #00b19c;
	padding-top: 20px;
}
.header .header_top11 .span2{
	display: inline-block;
	/*font: bold 24px/118px '';*/
	color: #000;
	/*padding: 27px 0 0 25px;*/
	margin-left: 60px;
}
.header .header_top11 .span2 a{
	/*margin-left: 10px;*/
	display: inline-block;
	font: 15px/30px '';
	width: 80px;
	padding-left: 36px;
}
.header .header_top11 .span2 .a1{
	background: url("../images/cn.png") left center no-repeat;
}
.header .header_top11 .span2 .a2{
	background: url("../images/en.png") left center no-repeat;
}


.header .header_top11 .span2 img{
	margin-top: 45px;

}


.header .header_top11 .img{
	margin: 32px 10px 0 25px;
}


.header .nav{
	/*height: 117px;*/
	width: 1200px;
	background: #00b19c;
}
.header .nav ul li {
	position:relative;
	float:left;
	/*margin-left:45px*/
}
.header .nav ul li{
	/*background: url(../images/img.jpg) center no-repeat;*/
	background: #00b19c;
	padding: 0 40px;
	height: 56px;
	text-align: center;
	color: #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.header .nav ul li:nth-of-type(1){
	border-left:none;
}
.header .nav ul li:nth-last-child(1){
	border-right:none;
}
/*.header .nav ul>li:nth-of-type(2){*/
	/*background: #00b19c;*/
	/*width: 150px;*/
	/*padding-left: 40px;*/
	/*color: #fff;*/
	/*border-right: 1px solid #fff;*/
/*}*/
/*.header .nav ul li:nth-of-type(3){*/
	/*border-left: 1px solid #fff;*/
	/*border-right: 1px solid #fff;*/
	/*background: #00b19c;*/
	/*width: 170px;*/
	/*text-align: center;*/
	/*color: #fff;*/
/*}*/
/*.header .nav ul li:nth-of-type(4){*/
	/*border-left: 1px solid #fff;*/
	/*border-right: 1px solid #fff;*/
	/*background: #00b19c;*/
	/*width: 170px;*/
	/*text-align: center;*/
	/*color: #fff;*/
/*}*/
/*.header .nav ul li:nth-of-type(5){*/
	/*border-left: 1px solid #fff;*/
	/*border-right: 1px solid #fff;*/
	/*background: #00b19c;*/
	/*width: 170px;*/
	/*text-align: center;*/
	/*color: #fff;*/
/*}*/

/*.header .nav ul li:nth-of-type(6){*/
	/*border-left: 1px solid #fff;*/
	/*border-right: 1px solid #fff;*/
	/*background: #00b19c;*/
	/*width: 170px;*/
	/*text-align: center;*/
	/*color: #fff;*/
/*}*/
/*.header .nav ul li:nth-of-type(7){*/
	/*border-left: 1px solid #fff;*/
	/*background: #00b19c;*/
	/*width: 190px;*/
	/*text-align: center;*/
	/*color: #fff;*/
/*}*/









.header .nav ul li h2>a {
	line-height:56px;
	font-size:18px;
}
.header .nav ul li::before {
position:absolute;
left:0;
bottom:0;
width:100%;
content:'';
/*border-bottom:2px solid #06b27f;*/
filter:alpha(opacity=0);
opacity:0;
box-sizing:border-box;
-webkit-transform:scale(0, 1);
-moz-transform:scale(0, 1);
-o-transform:scale(0, 1);
transform:scale(0, 1);
-webkit-transition:opacity .5s ease 0s, transform .5s ease 0s;
-moz-transition:opacity .5s ease 0s, transform .5s ease 0s;
-o-transition:opacity .5s ease 0s, transform .5s ease 0s;
transition:opacity .5s ease 0s, transform .5s ease 0s
}
.header .nav ul li.cur::before, .header .nav ul li:hover::before {
opacity:1;
filter:alpha(opacity=1);
-webkit-transform:scale(1);
-moz-transform:scale(1);
-o-transform:scale(1);
transform:scale(1)
}
 .header .nav ul li:hover a {
	color:#000;
}
.header .nav ul li:hover .sub-nav {
	top:62px;
	opacity:1;
	visibility:visible
}
.header .nav ul li .sub-nav {
	z-index:999;
	position:absolute;
	top:90px;
	left:50%;
	margin-left:-50px;
	min-width:100px;
	background:#fff;
	text-align:center;
	opacity:0;
	visibility:hidden;
-webkit-transition:all .5s;
transition:all .5s
}
.header .nav ul li .sub-nav a {
	display:block;
	/*height:35px;
	line-height:35px*/
	padding:8px;
}
.header .nav ul li .sub-nav a:hover {
	color:#fff;
	background:#06b27f
}
.header .head-top {
	/*padding-top:23px;*/
	width: 240px;
	height: 200px;
}
.header .language {
	height:18px;
	line-height:18px;
	background:url(../images/language.jpg) no-repeat left center;
	color:#08a058;
	font-size:12px;
	padding-left:25px;
	text-decoration:underline;
	margin-top:7px
}
.header .search {
	/*width:245px;*/
	height:32px;
	overflow:hidden
}
.header .search .txt {
	width:calc(100% - 32px);
	border:1px solid #e3e3e3;
	height:32px;
	line-height:32px;
	padding:0 10px
}
.header .search .btn {
	width:32px;
	height:32px;
	background:url(../images/search.jpg) no-repeat center;
	font-size:0
}
.footer .foot-head {
	background:#ececec
}
.footer .foot-head dl {
	float:left;
	text-align:center;
	margin-left:45px
}
.footer .foot-head dl:nth-child(1) {
margin-left:0
}
.footer .foot-head dl dt {
	font-size:15px;
	padding-bottom:10px
}
.footer .foot-head dl dd {
	height:25px;
	line-height:25px;
	font-size:13px;
	color:#a3a3a3
}
.footer .foot-head .fr {
	width:160px;
	text-align:center
}
.footer .foot-head .fr .txt {
	color:#bcbcbc;
	font-size:13px;
	height:40px;
	line-height:40px
}
.footer .corpight {
	padding:31px 0;
	font-size:12px;
	color: #b2b2b2;
	border-top:1px solid #e3e3e3;
	background: #25292c;
}
.i-banner ul li {
	height:660px;
	background-repeat:no-repeat;
	background-position:center
}
.i-banner .owl-buttons {
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);
	width:1200px;
	background:#f00;
	margin:0 auto
}
.i-banner .owl-controls .owl-buttons div {
	width:38px;
	height:38px;
	margin-top:-16px;
	font-size:0
}
.i-banner .owl-controls .owl-buttons .owl-prev {
	left:0;
	background-image:url(../images/banner_l.png)
}
.i-banner .owl-controls .owl-buttons .owl-next {
	right:0;
	background-image:url(../images/banner_r.png)
}
.i-banner .owl-controls .owl-page span {
	width:14px;
	height:14px;
	background:transparent;
	border:2px solid #fff;
	border-radius:50px;
-webkit-transition:all .3s;
transition:all .3s
}
.i-banner .owl-controls .owl-page.active span, .i-banner .owl-controls .owl-page:hover span {
	width:48px;
	background:#fff
}
@media (max-width:1024px) {
.i-banner ul li {
height:4rem
}
}
@media (max-width:750px) {
.i-banner ul li {
height:inherit;
background-image:none !important
}
.i-banner ul li img {
display:block
}
.i-banner .owl-pagination {
text-align:inherit;
bottom:.2rem;
right:inherit
}
.i-banner .owl-pagination .owl-page span {
width:12px;
height:12px
}
}
.h100 {
	height:100%
}
.banner {
	/*height:320px;*/
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center
}
.banner .dt {
	color:#fff;
	text-align:center;
}
.banner .dt .dtcell {
	text-align:inherit;
}
.banner strong {
	font-size:32px
}
.banner strong em {
	font-size:21px
}
.i-main .i-tt1 h2 {
	border-left:3px solid #06b27f;
	height:25px;
	line-height:25px;
	font-size:20px;
	padding-left:12px;
	color:#666
}
.i-main .i-tt1 .more {
	height:25px;
	line-height:25px;
	color:#868686;
	background:url(../images/i_more.jpg) no-repeat right center;
	padding-right:22px
}
.i-main .i-tt1 .more:hover{ color:#06b27f; text-decoration:underline}
.i-main .i-news-w .i-news dl dd a:hover{color:#06b27f; text-decoration:underline}
.i-main .i-pro {
padding-top:.6rem;
padding-bottom:.55rem
}
.i-main .i-pro .owl-carousel .owl-wrapper-outer {
	-webkit-transform:translateY(-20px);
	transform:translateX(-20px)
}
.i-main .i-pro li {
	padding-left:20px
}
.i-main .i-pro li .wrap {
	width:100%;
	height:352px;
	border:1px solid #e0e0e0;
	background:#f7f7f7
}
.i-main .i-pro li .wrap:hover {
	background:url(../images/pro_bg.jpg) no-repeat center;
	background-size:cover
}
.i-main .i-pro li h3 {
	height:30px;
	line-height:30px
}
.i-main .i-pro li h3 img {
	max-height:100%
}
.i-main .i-pro li .img {
	height:260px
}
.i-main .i-pro li .img .po-auto {
	max-width:90%
}
.i-main .i-pro .owl-pagination {
	bottom:-9%
}
.i-main .i-pro .owl-controls .owl-page.active span, .i-main .i-pro .owl-controls.clickable .owl-page:hover span {
	background:#06b27f
}
.i-main .i-news-w {
	background:#f1f1f1;
padding:.55rem 0 .6rem 0
}
.i-main .i-news-w .i-news {
padding-right:.4rem;
	width:calc(100% - 360px)
}
.i-main .i-news-w .i-news .slider {
	width:325px
}
.i-main .i-news-w .i-news .slider li .img {
	width:325px;
	height:230px
}
.i-main .i-news-w .i-news .slider li h3 {
	position:absolute;
	left:0;
	bottom:0;
	height:45px;
	line-height:45px;
	color:#fff;
	text-indent:10px;
	background:rgba(0, 0, 0, 0.8)
}
.i-main .i-news-w .i-news .slider .owl-pagination {
	width:auto;
	text-align:inherit;
	right:10px;
	bottom:13px
}
.i-main .i-news-w .i-news .slider .owl-controls .owl-page span {
	width:10px;
	height:10px;
	background:#fff;
	margin:0 0 0 5px
}
.i-main .i-news-w .i-news .slider .owl-controls .owl-page.active span, .i-main .i-news-w .i-news .slider .owl-controls.clickable .owl-page:hover span {
	background:#2e9f5d
}
.i-main .i-news-w .i-news dl {
	line-height:30px;
	margin-top:10px
}
.i-main .i-news-w .i-news dl:nth-child(1) {
margin-top:0
}
.i-main .i-news-w .i-news dl dt {
	width:90px;
	height:30px;
	text-align:center;
	background:#e3e3e3
}
.i-main .i-news-w .i-news dl dd {
padding-left:.25rem;
	height:30px;
	width:calc(100% - 90px)
}
.i-main .i-news-w .i-news .list {
	width:calc(100% - 325px);
padding-left:.2rem
}
.i-main .i-news-w .i-video {
	width:360px
}
.i-main .i-news-w .i-video .img {
	position:relative;
	height:265px
}
.i-main .i-news-w .i-video .img::after {
position:absolute;
top:0;
left:0;
content:'';
width:100%;
height:100%;
background:url(../images/video.png) no-repeat center
}
.i-main .i-news-w .i-video .info {
	height:90px;
	padding:0 15px
}
.i-main .i-news-w .i-video h3 {
	width:55%;
	line-height:25px;
	text-align:left
}
.i-main .i-news-w .i-video a {
	width:90px;
	height:25px;
	line-height:25px;
	color:#646464;
	border-radius:10px;
	background:#e3e3e3 url(../images/more.jpg) no-repeat 90% center
}
.i-main .i-news-w .i-video a:hover{ color:#06b27f}
.i-main .i-about {
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	padding-top:1.15rem;
	padding-bottom:1.4rem
}
.i-main .i-about h2 {
	position:relative
}
.i-main .i-about h2::after {
position:absolute;
content:'';
bottom:0;
left:50%;
margin-left:-18px;
width:35px;
height:2px;
background:#fff
}
.i-main .i-about .btn a {
	width:140px;
	height:38px;
	line-height:34px;
	border:2px solid #fff;
	color:#fff;
	font-size:16px
}
.i-main .i-about .btn a:hover{ background: #06b27f;}
.c8 {
	color:#888
}
.main .main-nav-p {
	text-align:center;
	/*height:60px;*/
	background:#f1f1f1
}
.main .main-nav-p a {
	position:relative;
	line-height:60px;
	font-size: 18px;
	margin:0 30px
}
.main .main-nav-p a.cur, .main .main-nav-p a:hover {
	color:#06b27f
}
.main .main-nav-p a.cur::after, .main .main-nav-p a:hover::after {
width:100%
}
.main .main-nav-p a::after {
position:absolute;
left:0;
bottom:0;
content:'';
width:0;
height:3px;
background:#06b27f;
-webkit-transition:all .3s;
transition:all .3s
}
.main .main-nav-sub a {
	padding:0 20px 0 25px;
	height:42px;
	line-height:40px;
	border:1px solid #e3e2e2
}
.main .main-nav-sub a.cur, .main .main-nav-sub a:hover {
	background:url(../images/main-nav-sub.png) no-repeat 10px center;
	color:#06b27f;
}
.main .pro-list ul {
	margin-left:-0.2rem
}
.main .pro-list li {
padding-left:.2rem;
margin-bottom:.2rem
}
.main .pro-list .imgs {
	height:2.85rem;
	border:1px solid #e7e7e7
}
.main .pro-list .imgs .po-auto {
	max-width:90%;
	max-height:90%
}
.main .pro-list h3 {
	height:53px;
	line-height:53px;
	background:#06b27f
}
.main .pro-list a:hover h3 {
	background:#08a058
}
.main .pro-info .head {
	background:#f1f1f1
}
.main .pro-info .txt {
	padding:5% 6% 0 6%
}
.main .pro-info .txt h3 {
	color:#06b27f
}
.main .pro-info .txt em {
	color:#6c6c6c
}
.main .pro-info .txt .tel {
	font-size:18px;
	color:#f90
}
.main .pro-info .b-info h3 {
	height:55px;
	line-height:55px;
	font-size:18px;
	color:#06b27f;
	border-bottom:1px dashed #bdbdbd;
	padding-left:20px;
	background:url(../images/pro_b_info.png) no-repeat left center
}
.main .news-list li {
	border:1px solid #e0e0e0;
padding:.2rem .15rem;
margin-bottom:.2rem
}
.main .news-list li:hover .info h3 {
	color:#06b27f
}
.main .news-list li:hover {
	box-shadow:0 1px 5px rgba(0, 0, 0, 0.2);
	border-color:#06b27f
}
.main .news-list li:hover .info .date .fr {
	background-color:#06b27f
}
.main .news-list li .img {
	width:300px;
	height:200px;
	background:url(../images/wupic.jpg) no-repeat;
}
.main .news-list li .info {
	width:calc(100% - 300px)
}
.main .news-list li .info .els2 {
	height:48px;
	overflow:hidden
}
.main .news-list li .info .date {
	padding-left:30px;
	height:20px;
	line-height:20px;
	background:url(../images/date_icon.png) no-repeat left center
}
.main .news-info {
	border:1px solid #dfdfdf
}
.main .news-info .tt1 {
	border-bottom:1px dashed #dedede
}
.main .join-list .join-head {
	line-height:53px;
	background:#06b27f;
	color:#fff
}
.main .join-list .join-head li {
	float:left;
	display:inline-block;
	font-weight:bold;
	width:20%;
	text-align:center
}
.main .join-list .join-body {
	margin-bottom:5px
}
.main .join-list .join-body li {
	float:left;
	display:inline-block;
	text-align:center;
	width:20%;
	height:53px;
	line-height:53px;
	background-color:#ebebeb
}
.main .join-list .join-body li.btn {
	background-repeat:no-repeat;
	background-position:center;
	background-image:url(../images/join_1.png);
	cursor:pointer
}
.main .join-list .join-body li.btn.cur {
	background-image:url(../images/join_2.png)
}
.main .join-list .join-body .txt {
	background:#f6f6f6;
	border:1px solid #ebebeb
}
.main .video-list ul {
	margin-left:-0.45rem
}
.main .video-list li {
padding-left:.45rem;
margin-bottom:.4rem
}
.main .video-list li a {
	border:1px solid #e1e1e1;
padding:.18rem .18rem 0 .18rem
}
.main .video-list li a:hover {
	background:#06b27f;
	box-shadow:1px 1px 5px rgba(0, 0, 0, 0.2)
}
.main .video-list li a:hover .img .wh1 {
	-webkit-transform:scale(1.1);
	transform:scale(1.1)
}
.main .video-list li a:hover h3 {
	color:#fff
}
.main .video-list li .img {
	height:2.6rem
}
.main .video-list li .img .wh1 {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	-webkit-transform:scale(1);
	transform:scale(1);
-webkit-transition:all .8s;
transition:all .8s
}
.main .video-list li .img::after {
position:absolute;
top:0;
left:0;
content:'';
width:100%;
height:100%;
background:url(../images/video_icon.png) no-repeat center
}
.main .video-list li h3 {
	height:60px;
	line-height:60px
}
.main .honor-list ul {
	margin-left:-0.3rem
}
.main .honor-list li {
margin-top:.4rem;
padding-left:.3rem
}
.main .honor-list li a {
	background:url(../images/honor_bg.png) no-repeat bottom center;
	background-size:100% auto
}
.main .honor-list li a .img {
	height:325px
}
.main .honor-list li a .img img {
	position:absolute;
	right:0;
	bottom:60px;
	left:0;
	margin:auto;
	max-width:75%;
	max-height:82%
}
.imgs {
	/*background:url(../images/loading.gif) no-repeat center*/
}
.edit {
	overflow:hidden;
	line-height:180% !important;
	font-size:14px !important
}
.edit p, .edit span, .edit em, .edit strong {
	line-height:180% !important
}
.in-page {
	line-height:35px;
	color:#888
}
.in-page span {
	padding:0 15px;
	border:1px solid #e8e8e8
}
.in-page a {
	padding:0 15px;
	border:1px solid #e8e8e8
}
.in-page a:hover, .in-page a.cur {
	border-color:#06b27f;
	background:#06b27f;
	color:#fff
}
.fix-wrap {
	display:none;
	z-index:9999;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.8)
}
.fix-wrap .po-auto {
	display:table;
	width:100%;
	height:100%
}
.fix-wrap .hide {
	position:absolute;
	width:25px;
	height:25px;
	padding:25px;
	right:5%;
	top:5%;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#090908;
	background-image:url(../images/hide.png);
	border-radius:50%;
	-webkit-transition:all 8s;
-moz-transition:all .8s;
-o-transition:all .8s;
transition:all .8s
}
.fix-wrap .hide:hover {
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(180deg)
}
.fix-wrap .video-w video {
	width:55%;
	height:55%;
	background:rgba(0, 0, 0, 0.8)
}
@media (max-width:750px) {
.fix-wrap .video-w video {
width:90%;
height:50%
}
}
.mask-wrap {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:99999;
	text-align:center;
	display:none
}
.mask-bg {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:#000;
	opacity:.7
}
.mask-main {
	width:800px;
	height:600px;
	position:absolute;
	top:50%;
	margin-top:-300px;
	left:50%;
	margin-left:-400px
}
.mask-img {
	width:100%;
	height:500px
}
.mask-img .img-md {
	max-width:100%;
	max-height:100%
}
.mask-img img {
	max-width:100%;
	max-height:100%;
transition:all .3s;
	position:relative;
	top:50%;
	transform:translateY(-50%)
}
.mask-main p {
	font-size:18px;
	color:#fff;
	max-width:270px;
	margin:auto;
	line-height:40px;
	height:40px;
	background:#000;
	border-radius:20px
}
.mask-pager li {
	position:absolute;
	top:25%;
	cursor:pointer;
	height:50%;
	width:10%
}
.mask-pager .prev {
	left:10%;
	background:url("../images/mask_left.png") no-repeat right center
}
.mask-pager .next {
	right:10%;
	background:url("../images/mask_right.png") no-repeat left center
}
.mask-close {
	position:absolute;
	width:25px;
	height:25px;
	padding:25px;
	right:5%;
	top:5%;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#090908;
	background-image:url(../images/hide.png);
	border-radius:50%;
	-webkit-transition:all 8s;
-moz-transition:all .8s;
-o-transition:all .8s;
transition:all .8s
}
.mask-close:hover {
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(180deg)
}
@media (max-width:800px) {
.mask-main {
width:100%;
height:100%;
top:0;
margin-top:0;
left:0;
margin-left:0
}
.mask-img {
height:80%;
width:96%;
margin:10% auto
}
.mask-main p {
margin-top:-40px
}
.mask-pager .prev {
left:5%
}
.mask-pager .next {
right:5%
}
.mask-img img {
position:relative;
top:50%;
transform:translateY(-50%)
}
}
.cll {
	color:#0e479d
}
.clls {
	color:#0e479d !important
}



.main .event {
  position: relative;
  margin: .3rem auto .35rem auto;
}
.main .event .line {
  width: 1px;
  height: 100%;
  background: #e7e8ea;
  position: absolute;
  left: 50%;
}
.main .event .top2 {
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
  font-size:22px;
  line-height:26px;
}
.main .event .top2 .left {
  float: left;
  width: 50%;
  padding-right: 40px;
  text-align: right;
  color: #ccc;
}
.main .event .top2 .right {
  float: right;
  width: 50%;
  padding-left: 40px;
  text-align: left;
  color: #089f58;
}
.main .event ul {
  margin-bottom: 40px;
}
.main .event ul li {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  line-height: 24px;
  padding-top: 30px;
}
.main .event ul li.even .date {
  float: right;
  text-align: left;
  padding: 0 0 0 40px;
}
.main .event ul li.even .txt {
  float: left;
  text-align: right;
  padding: 0 40px 0 0;
}
.main .event ul li.even .txt .p {
  float: right;
}
.main .event ul li:hover {
  transition: 300ms ease 0ms;
  -webkit-transition: 300ms ease 0ms;
}
.main .event ul li:hover .txt .p {
  border-color: #089f58;
}
.main .event ul li:hover .date,
.main .event ul li:hover .txt {
  color: #089f58;
}
.main .event ul li:hover::after {
  background: #089f58;
}
.main .event ul li::after {
  content: ' ';
  width: 11px;
  height: 11px;
  background: #d8d8d8;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 38px;
  transition: 300ms ease 0ms;
  margin-left: -5px;
}
.main .event ul .date {
  float: left;
  width: 50%;
  padding-right: 40px;
  text-align: right;
  font-size: 16px;
  color: #06b27f;
  transition: 300ms ease 0ms;
}
.main .event ul .txt {
  float: right;
  width: 50%;
  padding-left: 40px;
  text-align: left;
  font-size: 14px;
  color: #666;
}
.main .event ul .txt .p {
  width: 400px;
  padding-bottom:10px;
  border-bottom: 1px solid #e7e8ea;
  transition: 300ms ease 0ms;
}
@media (max-width: 900px) {
  .main .event {
    padding-left: 0;
    padding-right: 0;
  }
  .main .event .top .left,
  .main .event .top .right {
    float: none;
    text-align: center;
    width: 100%;
    padding: 0;
  }
  .main .event .top .left {
    margin-bottom: 20px;
  }
  .main .event .line {
    left: 20%;
  }
  .main .event ul li .date {
    width: 20%;
  }
  .main .event ul li .txt {
    width: 80%;
  }
  .main .event ul li .txt .p {
    width: 90%;
  }
  .main .event ul li::after {
    position: absolute;
    left: 20%;
  }
  .main .event ul li.even .date {
    float: left;
    text-align: right;
    padding: 0 40px 0 0;
  }
  .main .event ul li.even .txt {
    float: right;
    text-align: left;
    padding: 0 0 0 40px;
  }
  .main .event ul li.even .txt .p {
    float: none;
  }
}
@media (max-width: 750px) {
  .main .path-img {
    margin-top: 0;
  }
}
@media (max-width: 450px) {
  .main .event ul li {
    padding-top: 20px;
  }
  .main .event .top {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .main .event ul li .date {
    padding-right: 10px !important;
  }
  .main .event ul li .date em {
    display: block;
  }
  .main .event ul li .txt {
    padding-left: 15px !important;
  }
  .main .event ul li .txt .p {
    width: 95%;
    padding-bottom: 15px;
  }
}


.other_news{padding: 100px 0 60px;text-align: center;}
.other_news a{
    display: inline-block;line-height: 64px;font-size: 14px;color:#666;text-align: left;background: #e8e8e8;
    /*box-sizing: border-box;margin: 0 12px;width: 340px;padding:0 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;*/
}
.other_news a:hover{color:#fff;background: #06b27f;}

@media (max-width: 997px) {
    .other_news{padding:0.5rem 0;}
    .other_news a{line-height: 52px;width:calc(50% - 24px);padding:0 0.2rem;}
}
@media (max-width: 520px) {
    .other_news a{display: block;line-height: 42px;margin:0 0 0.2rem;width:100%;}
}


.ad{
	width: 1200px;
	margin: 0 auto;
}
.ys { height:1096px; position:relative; margin-top:10px;}
.ys h2 { height:123px;}
.one { position:absolute; top:186px; left:5px; width:600px}
.ys1 { background:url(../images/01.png) no-repeat; padding-left:70px; height:65px; line-height:30px}
.ys2{background:url(../images/02.png) no-repeat; padding-left:70px; height:65px; line-height:30px;position:absolute; top:386px; left:5px;}
.ys3{background:url(../images/03.png) no-repeat; padding-left:70px; height:65px; line-height:30px;position:absolute; top:691px; left:519px;}
.ys4{background:url(../images/04.png) no-repeat; padding-left:70px; height:65px; line-height:30px;position:absolute; top:883px; left:519px;}
.one b{ font-size:14px; color:#06b27f;;}
.one p { background: no-repeat left 8px; margin:8px 0; padding:0 0 0 15px; font-size:14px; line-height:24px; color:#000;}
.img01 { position:absolute; top:197px; right:0;}
.img02 { position:absolute; top:544px; left:0;}

.bd01 {width:1200px; height:139px; margin:40px 0;box-shadow:0px 3px 5px #999999}

@media (max-width: 520px) {
	.ad{
		display: none;
	}
}



















