@charset "utf-8";
/* CSS Document */
html{
    font: 12px/150% Microsoft YaHeis;
}
body {
	font: 10px Microsoft YaHeis;
  font-size: 14px;
  margin: 0;
  padding: 0;
  height: 100%;
}
a {
  color: #669;
  text-decoration: none;
}
li{
    list-style: none;
}
a:hover {
  text-decoration: none;
  color: #669;
}
img{
    width: 100%;
}
ul{
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5{
	margin: 0;
	padding: 0;
}
/************************************************************************************
STRUCTURE
*************************************************************************************/
#header {
   padding: 10px 10px;
   position: relative;
   height: 112px;
	background-color: #ffffff;
}
.main{
    max-width: 768px;
    margin: 0 auto;
    width: 100%;
	background-color: #f4f5f7;
}
#header .logo {
    width: 12%;
	position: absolute;
	padding-top: 10px;
}
.crumb {
    width: 70%;
    position: absolute;
    left: 15%;
    top: 50%;
    margin-top: -18.4px;
    font-size: 2.8rem;
    color: #127c3a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.crumb a{
	color: #127c3a;
}
.znav {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -21px;
    width: 10%;
}
.nav li a{
     font: 2rem/150% Arial, Helvetica, sans-serif;
}
.news_nav {
    padding-top: 24px;
    background-color: #f4f5f7;
}
.swiptext{
	position: absolute;
    width: 100%;
    padding-top: 40px;
    top: 0px;
    padding-left: 40px;
    left: 0px;
    color: #ffffff;
    font-size: 2.333rem;
    background: linear-gradient(to top, transparent, #000);
    padding: 40px;
}
.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .5;
}
.notice{
	width: 96%;
	margin: auto;
	margin-top: 40px;
	height: 382px;
	background-color: #fff;
	border-radius: 25px;
}
.notice_title{
	height: 66px;
	background: url("../img/Noticebg.png") no-repeat;
	background-size: 100%;
	line-height: 66px;
}
.notice_title span{
	font-size: 2.8rem;
	color: #fff;
	vertical-align: middle;
}
.notice_title span:last-child{
	float: right;
	margin-right: 20px;
}
.notice_title span:last-child a{
	font-size: 2.333rem;
	color: #fff;
}
.notice_title img{
	margin-left: 20px;
	width: 22px;
	margin-right: 5px;
}
.notice ul{
	padding-top: 10px;
	
}
.notice ul li{
	background: url("../img/news_list.png") no-repeat;
	background-position-y:center; 
	background-position-x:20px; 
	padding-left: 52px;
	overflow: hidden;
	width: 100%;
	margin-top: 20px;
}
.notice ul li a{
	float: left;
	font-size: 2.333rem;
	color: #000;
	display: inline-block;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.notice ul li span:last-child{
	float: right;
	margin-right: 20px;
	font-size: 2.133rem;
	color: #999;
}


.company_news{
	font-size: 2.8rem;
	position: relative;
	padding-top: 38px;
	padding-left: 2%;
	padding-right: 2%;
}
.company_news_title img{
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.company_news_title{
	position: relative;
}
.company_news_title span{
    background: url("../img/more.png") no-repeat center center;
	font-size: 2.133rem;
	
	height: 33.3px;
	width: 80px;
	position: absolute;
	right: 0;
	text-align: center;
	line-height: 33.3px;
	border-radius: 25px;
	top:5px;
}
.company_news span a{color: #fff;}
.company_news_list{
	background-color: #fff;
	border-radius: 25px;
}


.company_news_list ul{
	margin-top: 20px;
}
.company_news_list ul li{
	float: left;
	background-color: #fff;
	width: 49%;
	overflow: hidden;
	margin-left: 2%;
    margin-top: 20px;
	border-radius: 25px;
}
.company_news_list ul li dl{
	
}
.company_news_list ul li dl dd{
	width: 321px;
	margin: auto;
	margin-top: 24px;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.company_news_list ul li dl dd:last-child{
	text-align: right;
	color: #999;
}
.company_news_list ul li dl dd:last-child span{
	float: left;
	background: url("../img/componynews.png") no-repeat center center;
	color: #fff;
	text-align: center;
	font-size: 2rem;
	width: 5.5rem;
}
.company_news_list ul li dl dt img{
	    height: 221px;
}
.company_news_list ul li:first-child{
	margin-left: 0;
}

.company_news_list ul li a{
    color: #000;
	font-size: 2.133rem;
}



.activities{
	font-size: 2.8rem;
	position: relative;
	padding-top: 38px;
	
}
.activities_title img{
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.activities_title{
	position: relative;
	padding-left: 2%;
	padding-right: 2%;
}
.activities_title span{
    background: url("../img/more.png") no-repeat center center;
	font-size: 2.133rem;
	
	height: 33.3px;
	width: 80px;
	position: absolute;
	right: 0;
	text-align: center;
	line-height: 33.3px;
	border-radius: 25px;
	top:5px;
}
.activities span a{color: #fff;}
.activities_list{
	margin-top: 40px;
	border-radius: 25px;
	position: relative;
}


.activities_list ul{
	margin-top: 20px;
}
.activities_list ul li{
	float: left;
	background-color: #fff;
	width: 49%;
	overflow: hidden;
	margin-left: 2%;
    margin-top: 20px;
	border-radius: 25px;
}

.activities_list ul li dl dd{
	width: 321px;
	margin: auto;
	margin-top: 24px;
}
.activities_list ul li dl dd:last-child{
	text-align: right;
	color: #999;
}
.activities_list ul li dl dd:last-child span{
	float: left;
	background: url("../img/componynews.png") no-repeat center center;
	color: #fff;
	text-align: center;
	font-size: 2rem;
	width: 50px;
}

.activities_list ul li:first-child{
	margin-left: 0;
}

.activities_list ul li a{
    color: #000;
	font-size: 2.133rem;
}
.activities_zt {
    overflow: hidden;
	width: 533px;
	padding:40px 20px;
	background-color: #509fdd;
	border-radius: 25px;
}
.activities_zt_left {
    float: left;
	
}
.activities_zt_left img{
	width: 216px;
}
.activities_zt_right{
	float: right;
	width: 246px;
}
.activities_zt_right dl dt{
	font-size: 2.333rem;
	font-weight: 600;
	color: #fff;
}
.activities_zt_right dl dd{
	font-size: 2.133rem;
	color: #fff;
	margin-top: 72px;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;
}
.activities_list .mask_left{
	position: absolute;
	background-color: #fff;
	left: 0;
	width: 10%;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	opacity: 0.5;
	height: 100%;
	z-index: 9;
}
.activities_list .mask_right{
	position: absolute;
	background-color: #fff;
	right: 0;
	width: 10%;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	opacity: 0.5;
	height: 100%;
	z-index: 9;
}
.cover_bg9{
	width: 100%;
	padding-top: 42px;
}
.cover_bg9 ul{
	width: 96%;
	margin: auto;
	
}
.cover_bg9 ul li{
	overflow: hidden;
	    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #ffffff;
    border-radius: 15px;
	padding-right: 15px;
	    margin-top: 18px;
}
.cover_bg9 ul li span:first-child{
	float:left;
	padding-left: 20px;
	display: inline-block;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cover_bg9 ul li span:first-child a{
	font-size: 2.333rem;
	color: #000000;
}
.cover_bg9 ul li span:last-child{
	float: right;
	font-size: 2.133rem;
	color: #999999;
}
.cover_bg9 ul li dl dt{
	overflow: hidden;
}
.cover_bg9 ul li dl{
	margin: 0;
}
.cover_bg9 ul li dl dd{
	font-size: 2.133rem;
	color: #666;
	padding-left: 20px;
	margin-top: 28px;
	line-height: 32px;
}
.cover_bg9 ul li:first-child{
	background: url("../img/information.png") no-repeat;
	background-position-y:center; 
	overflow: hidden;
	margin-top: 0;
	padding: 0;
	border-radius: 0;
	    margin-bottom: 42px;
}
.cover_bg9 ul li:first-child h2{
	float: left;
	margin-left: 50px;
}
.cover_bg9 ul li:first-child span{
	float: right;
	display: block;
	width: 80px;
	height: 33.3px;
	background: url("../img/more_g.png") no-repeat center center;
	border-radius: 25px;
	line-height: 33.3px;
	text-align: center;
}
.cover_bg9 ul li:first-child span a{
	color: #ffffff;
	font-size: 2.133rem;
}
.magazine{
	font-size: 2.8rem;
	position: relative;
	padding-top: 38px;
	background-color: #fff;
	margin-top: 40px;
	padding-bottom: 40px;
/*	padding-left: 2%;
	padding-right: 2%;*/
}
.magazine_title img{
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.magazine_title{
	position: relative;
	padding-left: 2%;
	padding-right: 2%;
}
.magazine_title span{
    background: url("../img/more_g.png") no-repeat center center;
	font-size: 2.133rem;
	
	height: 33.3px;
	width: 80px;
	position: absolute;
	right: 10px;
	text-align: center;
	line-height: 33.3px;
	border-radius: 25px;
	top:5px;
}
.magazine span a{color: #fff;}
.magazine_list{
	overflow: hidden;
    background-color: #fff;
	width: 96%;
	margin: auto;
	border-radius: 25px;
	    margin-top: 40px;}

.magazine_list ul li{
	float: left;
	width: 32.5%;
	margin-left: 1.25%;
	overflow: hidden;
	text-align: center;
}
.magazine_list ul li:first-child{
	margin-left: 0;
}
.magazine_list ul li dl{
	margin:0;
	position: relative;
}
.magazine_list ul li dl dt img{
	width: 100%;
	height: 311px;
	border-radius: 25px;
}
.magazine_list ul li dl dd{
	color: #000;
	width: 190px;
    margin: auto;
    margin-top: 16px;
	font-size: 2.133rem;
}

.magazine_list ul li a{
    color: #fff;
	font-size: 2.133rem;
}
.footer{
    margin: auto;
    margin-top: 30px;
    width: 100%;
	position: relative;
	background-color: #ffffff;
	padding-top: 40px;
	padding-left: 2%;
	padding-right: 2%;
}
.footer_address{
    height: 66px;
    color: #666666;
    background-color: #f4f5f7;
    border-radius: 25px;
    line-height: 66px;
    font-size: 2rem;
	height: 100%;
    text-align: center;
	
    
}
.footer_address img {
    width: 20px;
    height: 24px;
    margin-top: -10px;
    margin-right: 5px;
}
.footer_mail {
    margin-top: 20px;
   height: 66px;
    color: #666666;
    background-color: #f4f5f7;
    border-radius: 25px;
    line-height: 66px;
    font-size: 2rem;
    text-align: center;
}
.footer_mail img{
    width: 20px;
    height: 20px;
    margin-top: -5px;
    margin-right: 5px;
}
.footer_copyright{
    width: 65%;
    margin: auto;
   margin-top: 36px;
    color: #666666;
    border-radius: 25px;
    font-size: 2rem;
    text-align: center; 
}
.HomePage {
    width: 84px;
    position: absolute;
    bottom: 30px;
}
