.block .block-title {
    border-bottom: 0px;
    color: #000;
    font-weight: 600;
    font-size: 32px;
    position:relative;
    display: block;
    margin:0 auto;
    margin-bottom: 20px;
    text-align: center;
}
.block .block-title:before{
		content: "";
    width: 40px;
    height: 1px;
    background: #999;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
}
.block .block-title:after{
		content: "";
    width: 40px;
    height: 1px;
    background: #999;
    margin-bottom: 10px;
    margin-left: 10px;
    display: inline-block;
}
.more-link{
	text-transform: uppercase;
	font-size:14px;
	top:10px;
	right:20px;
}
.layout-full.region-top{
	padding:20px 0 30px 0;
  position:relative;
}
.layout-full.region-top:before{
	content:"";
	width:100%;
	position:absolute;
	z-index:0;
	background-color:#285E55;
	top:0;
	height:calc(100% - 170px);
}

.block-region-top .block:nth-child(2){
	position:absolute;
	bottom:0;
	width:100%;
	z-index:1;
}
.front-qlinks {
	background-color: rgba(1,119,70,0.8);
	border-radius:10px;
	width:100%;
	color:#FFF;
    padding: 5px 20px;
}
.front-qlinks .row{
	display:flex;
	flex-wrap:wrap;
	text-align:center;
}
.front-qlinks a{
	color:#FFF;
	justify-content: center;
	padding:20px;
	position:relative;
	display:flex;
	align-items:center;
	font-size:18px;
}
.front-qlinks a:before{
	width:40px;
	height:40px;
	background-size:contain;
	background-position:center center;
	padding:10px;
	border:1px dotted rgba(255,255,255,0.7);
	content:"";
	margin-right:20px;
	display:inline-block;
	border-radius:100%;
}
.front-qlinks .flink:nth-child(1) a:before{
	background-image:url(../../sy_icon-02.png);
}
.front-qlinks .flink:nth-child(2) a:before{
	background-image:url(../../sy_icon-01.png);
}
.front-qlinks .flink:nth-child(3) a:before{
	background-image:url(../../sy_icon-03.png);
}
.front-qlinks .flink:nth-child(4) a:before{
	background-image:url(../../sy_icon-04.png);
}
.front-qlinks a:hover{
	font-weight:600;
}
.front-qlinks a:hover:before{
	border:1px solid #018138;
	background-color:#018138;
	box-shadow:3px 3px 10px #333;
}
.swiper-69-1 .swiper-slide {
    border-radius: 10px;
}
.swiper-69-1 .swiper-wrapper .swiper-button-prev,.swiper-69-1 .swiper-container .swiper-button-prev,
.swiper-69-1 .swiper-wrapper .swiper-button-next,.swiper-69-1 .swiper-container .swiper-button-next {
    color: #FFF;
    opacity: 1;
}
/******************** news *****************************/
.layout-full.region-top-middle {
	position:relative;
	padding-bottom: 40px;
}


.block-region-middle-first-left .views-element-container {
  overflow: hidden !important;
}

.newsblock .swiper-slide .items .text-info .posttime{
	font-size:12px;
	color:#999;
	margin-bottom:10px;
}
.newsblock .swiper-slide .items .text-info .posttime span.day{
	display:block;
	font-size:26px;
	font-weight:600;
	color:#333;
	padding-bottom:8px;
}
.newsblock .swiper-slide .items .text-info h3 a{
	font-size:18px;
	font-weight:600;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom:10px;
    color:#000;
    line-height:140%;
}
.newsblock .swiper-slide .items .text-info .summary{
	    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight:400;
    color:#999;
    line-height:140%;
}
.newslist{
	padding-top:10px;
	position: relative;
    z-index: 1;
}
.newslist h3 a{
	font-size:16px;
	overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color:#000;
  padding:3px 5px;
}
.sw-button.newsbutton {
    width: 170px;
    bottom: 70px;
    position: absolute;
    z-index: 2;
    left: 12%;
}
.sw-button.newsbutton div {
    background: #007647;
    opacity: 0.7;
    font-family: "iconfont";
    color: #FFF;
    height: 35px;
    padding: 10px 20px;
    margin: 0 20px;
    width: 50px;
    border-radius: 20px;
    display: inline-block;
}
.sw-button.newsbutton div:hover{
	  opacity: 1;
}
@media(min-width:992px){
.layout-full.region-top-middle .col-xs-12.col-md-8{
		width:78%;
	}
	.layout-full.region-top-middle:after{
		content: '';
    width: 100%;
    height: calc(100% - 70px);
    background: url(../../sy_lou.png) no-repeat top left;
    background-size: contain;
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}
	.layout-full.region-top-middle .col-xs-12.col-md-4 {
    width: 22%;
}
.layout-full.region-top-middle .block .block-title{
	left: 56%;    display: inline-block;
}
.frontnewslist{
padding-top: 55px;
}
.newsblock .swiper-slide .items{
	position:relative;
	padding-top:42%;
	width:100%;
}
.newsblock .swiper-slide .imgs{
	position:absolute;
	right:0;
	width:70%;
	top:0;
}
.newsblock .swiper-slide .items .text-info{
		width: 30%;
    padding: 20px 30px;
    background-color: #FFF;
    position: absolute;
    bottom: 20px;
    z-index: 1;
    height: 65%;
    height: calc(100% - 40px);
}
}
@media(max-width:991px){
.layout-full.region-top {
    padding: 10px 0 30px 0;
}
.layout-full.region-top:before {
    height: calc(100% - 300px);
}
.block-region-top .block:nth-child(2){
	position: inherit;
}	
.front-qlinks{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}	
.front-qlinks a {
    padding: 10px;
    font-size: 16px;
}
.front-qlinks a:before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.swiper-69-1 .swiper-slide {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.newsblock	.items .text-info {
    position: relative;
    padding: 20px 20px 20px 80px;
}
.newsblock .swiper-slide .items .text-info .posttime{
	position:absolute;
	left: 10px;
  top: 40px;
}
.block-region-middle-first-left .views-element-container{
	margin-bottom: 60px;
}
.block-region-middle-first-left .sw-button.newsbutton {
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
}
.frontnewslist {
    padding-bottom: 80px;
}
.block-region-middle-first-right a.more-link {
    padding: 10px 30px;
    background: #007647;
    color: #FFF;
    margin: 0 auto;
    width: 120px;
    left: 0;
    bottom: 0px;
    right: 0;
    text-align: center;
    top: auto;
}
}
/****************** notice ************************************/

.layout-full.region-middle{
	padding:40px 0;
	background:url(../../sy_bg1.jpg) no-repeat center center;
	background-size:cover;
}
.front-notice-list-full  .tns-outer .tns-controls{
	margin-top:30px;
}
.front-notice-list-full .tns-outer .tns-controls [aria-controls]{
    font-size:0px;
    margin: 0 5px;
    padding: 0 1em;
    height: 35px;
    width: 50px;
    color: #fff;
    background: #007647;
    border-radius: 20px;
    border: 0;
    opacity:0.7;
}
.front-notice-list-full .tns-outer .tns-controls [aria-controls]:hover{
    opacity:1;	
}
.front-notice-list-full  .tns-outer .tns-controls button:before{
content: "\e817";
font-size:14px;
color:#FFF;
font-family:"iconfont";
}
.front-notice-list-full .tns-outer .tns-controls button:nth-child(1):before {
    content: "\e819";
}
/*
.front-notice-list-full  .tns-outer .tns-controls button:before
.front-notice-list-full  .tns-outer .tns-controls button:nth-child(1):before{
	content: "\e819";
}
*/
.nooticeitems .items{
	display:flex;
	border:1px solid rgba(0,0,0,0.2);
    height: 190px;
    padding: 30px 20px;
	position:relative;
	margin:10px 15px;
	transition:all ease 0.5s;
}
.nooticeitems .items:after{
	right:30px;
	bottom:-15px;
	content:"";
	width:30px;
	height:30px;
	background:url(../../enter.png) no-repeat center center;
	background-size:contain;
	position:absolute;
}
.nooticeitems .items .posttime{
	width:70px;
	font-size:12px;
	padding:40px 10px 0 10px;
	color:#333;
	text-align:right;
}
.nooticeitems .items .posttime span.day{
	font-size:26px;
	font-weight:600;
	margin-bottom:5px;
	color:#000;
}
.nooticeitems .items .notice-info{
	width:calc(100% - 80px);
	margin-left:10px;
}
.nooticeitems .items h3 a{
	font-size:18px;
	font-weight:600;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom:15px;
    color:#000;
    line-height:140%;
}
.nooticeitems .items .summary{
	    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight:400;
    color:#999;
    line-height:140%;
}
.nooticeitems .items:hover{
	background:rgba(3,120,71,0.8);
	border-color:rgba(3,120,71,1);
	transform:scale(1.05);
	box-shadow:3px 3px 10px #333;
}
.nooticeitems .items:hover h3 a,.nooticeitems .items:hover .summary,.nooticeitems .items:hover .posttime span.day{
	color:#FFF;
}
.nooticeitems .items:hover .posttime{
	color:rgba(255,255,255,0.8);
}


/************** sy3 *******************************************/
.layout-full.region-middle-third{
	background:url(../../sy_bg2.jpg) no-repeat center bottom;
	background-size:cover;
	padding:40px 0;
}
.block-region-middle-third-right{
	padding:40px;
	background:#E4F2EE;
}
.digital h3{
	color:#555;
	font-size:18px;
	border-left:3px solid #555;
	margin-top:10px;
  padding-left:18px;
}
.digital h3 span{
	font-size:12px;
}
.digital .numbers{
    font-size: 30px !important;
    font-weight: 600;
    color: #017746;
    margin-bottom: 30px;
    padding-left: 20px;
}
@media(min-width:992px){
	.layout-full.region-middle-third .col-xs-12.col-md-8{
		width:75%;
	}
	.layout-full.region-middle-third  .col-xs-12.col-md-4{
		width:25%;
	}
}

/**************** frontmap **********/
.frontmap {
    position: relative;
}
.maps{
	position: absolute;
}
.mapAsia {
    left: 35%;
    top: 25%;
}
.mapNorthAmerica {
    right: 22%;
    top: 22%;
}
.mapSouthAmerica {
    right: 5%;
    top: 65%;
}
.mapOceania {
    left: 40%;
    top: 60%;
}
.mapEurope {

    left: 15%;
    top: 15%;
}
.mapAfrica {
    left: 10%;
    top: 50%;
}
.mapinfo {
    position: relative;
}
.mapinfo:before{
	content:"";
	background:url(../../sy_weizhi.png) no-repeat center top;
	width:40px;
	height:40px;
	position:absolute;
	background-size:contain;
		top: -10px;
    left: -18px;
}
.mapinfo h3{
margin-bottom: 15px;
    font-weight: 600;
}
.mapinfo p{
	color:#017746;
	font-weight:600;
	position:relative;
	z-index:1;
}

.m-detail {
		position: absolute;
    width: 180px;
    padding: 20px;
    background: #007744;
    color: #FFF;
    left: 60px;
    top: 0px;
    display:none;
    transition:all ease 0.5s;
    z-index:2;
}
.mapSouthAmerica .m-detail{
	left:-200px;
}
.mapinfo p:hover + .m-detail{
	display:block;
	top:0;
}
.m-detail p {
    color: #FFF;
    font-size: 14px;
    font-weight:normal;
    padding:0;
}