@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;
}
img{
    width: 100%;
}
/*文件类型判断*/
.cover_bg9 ul li a[href$='.pdf'] {    
 background: transparent url(../images/f_12.jpg) no-repeat left 8px;   
}   
.cover_bg9 ul li a[href$='.xls'] {    
 background: transparent url(../images/f_13.jpg) no-repeat left 8px;   
}   
.cover_bg9 ul li a[href$='.xlsx'] {    
 background: transparent url(../images/f_13.jpg) no-repeat left 8px;   
} 
.cover_bg9 ul li a[href$='.ppt'] {    
 background: transparent url(../images/f_14.jpg) no-repeat left 8px;   
}   
.cover_bg9 ul li a[href$='.pptx'] {    
 background: transparent url(../images/f_14.jpg) no-repeat left 8px;   
} 
.cover_bg9 ul li a[href$='.doc'] {    
 background: transparent url(../images/f_15.jpg) no-repeat left 8px;   
}   
.cover_bg9 ul li a[href$='.docx'] {    
 background: transparent url(../images/f_15.jpg) no-repeat left 8px;   
} 
.cover_bg9 ul li a[href$='.txt'] {    
 background: transparent url(../images/f_16.jpg) no-repeat left 8px;   
} 
.cover_bg9 ul li a[href$='.rar'] {    
 background: transparent url(../images/f_17.jpg) no-repeat left 8px;   
} 
.cover_bg9 ul li a[href$='.zip'] {    
 background: transparent url(../images/f_17.jpg) no-repeat left 8px;   
} 
/************************************************************************************
STRUCTURE
*************************************************************************************/
#header {
   padding: 10px 10px;
   position: relative;
   height: 112px;
}
.main{
    max-width: 768px;
    margin: 0 auto;
    width: 100%;
}
.tel{
    position: absolute;
    width: 8%;
    padding-top: 26px;
}
.logo{
    position: absolute;
    width: 300px;
    text-align: center;
    left: 50%;
    margin-left: -150px;
}
.clear{
    clear: both;
}
.znav{
    position: absolute;
    width: 8%;
    text-align: right;
    padding-top: 34px;
    right: 0;
}
.nav li a{
     font: 2rem/150% Arial, Helvetica, sans-serif;
}
#tel{
    position: absolute;
    background-color: #11416f;
    width: 80%;
    top: 112px; 
    color: #ffffff;
    text-align: center;
    z-index: 999;
    margin-left: -10px;
    display: none;
    /* height: 1500px;*/
}
#tel p{
    font: 2rem Arial, Helvetica, sans-serif;
}
#tel p img{
    width:60%;
}
.zclose {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 10px;
}
#content {
  width: 600px;
  float: left;
}
#sidebar {
  width: 300px;
  float: right;
}
#footer {
  clear: both;
}
.swiper-slide img{
    width: 100%;
}
.swiper-container{
    height:388px;
}
.s_text{
    top:90px;
    left: 53px;
    width: 300px;
    height: 150px;
    background: url('../img/bg.png') no-repeat;
    position: absolute;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    border-radius: 25px;
    padding-left: 38px;
}
.s_text p {
    color: #fff;
    font:2.625rem/150% Microsoft YaHei;
    margin: 0;
    padding: 0
}
.s_text p:first-child {
    margin-top: 20px;
    font:2rem Microsoft YaHei;
}
.cont_skip {
    position: relative;
    margin:auto;
    width: 96%;
    height: 70px;
}
.skip {
    position: absolute;
    width: 100%;
    height: 140px;
    background: #ffffff;
    top: -70px;
    z-index: 99;
    border-radius: 25px;
    -moz-box-shadow: 2px 10px 5px #f3f7f4; /* 老的 Firefox */
box-shadow: 2px 10px 5px #f3f7f4;
}
.skip ul {
    margin:  32px 40px 0 0px;
}
.skip ul li {
    float: left;
    width: 25%;
    list-style: none;
}
.skip ul li dl {
    text-align: center;
}
.skip ul li dl dt img{
    width: 50px;
}
.skip ul li dl dt {
    height: 50px;
}
.skip ul li dl dd{
    font-size: 2rem;
    color: #000000;
    margin-top: 20px;
}
.search{
    margin: auto;
    margin-top: 42px;
    width: 96%;
    height: 64px;
    position: relative;
}
#search {
    width:100%;
    height: 64px;
    border-radius: 25px;
    border: 0;
    background-color: #f4f5f7;
    outline: none;
    padding-left: 20px;
    font-size: 2rem;
}
#but {
    background: url("../img/search.png") no-repeat;
    border: 0;
    height: 24px;
    width: 88px;
    font-size: 2rem;
    color: #b8b8b8;
    text-align: right;
    position: absolute;
    top:50%;
    left: 50%;
    line-height: 20px;
    margin-top: -12px;
    margin-left: -44px;
}
.news{
    width: 96%;
    margin:auto;
    margin-top:40px;
}
.news h2{
    width: 100%;
    font-size: 2.625rem;
    background: url("../img/news.png") no-repeat;
    padding-left: 30px;
    background-position-y: center;
}
.news_title{
    
}
.news_title h3{
    font-size: 2.187rem;
    background: url("../img/news_list.png") no-repeat;
    padding-left: 30px;
    line-height: 1rem;
    font-weight: 600;
    margin-top: 26px;
    width: 80%;
    float: left;
}
.news_title h3 a{
    color: #000;
}
.news_title span{
    float:right;
    font-size: 2rem;
    color: #999999;
    margin-top: 15px;
}
.news_summary {
    font-size:2rem;
    color:#666666;
    margin-top: 10px;
    line-height: 44px;
    /* padding-bottom: 30px; */
    height: 105px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    border-bottom: 1px #999 solid;
}
.news_summary div{
        display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news ul{
    margin: 0;
    padding: 0;
    margin-top: 22px;
}
.news ul li p{
    margin: 0;
    padding: 0;
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    white-space: nowrap;
    font-size: 2rem;
    color: #000;
}
.news ul li{
    list-style: none;
    background: url("../img/news_list.png") no-repeat;
    padding-left: 30px;
    background-position-y: center;
}
.news ul li span {
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 2rem;
    color: #999999;
}
.seeMore {
    width:100%;
    height: 64px;
    border-radius: 25px;
    margin: auto;
    margin-top: 20px;
    background: url("../img/seeM.png")no-repeat;
    text-align: center;
    color: #ffffff;
    font-size: 2rem;
    line-height: 64px;
}
.seeMore a{
    
    color: #ffffff;
    font-size: 2rem;
}
.pic_news {
    width:96%;
    margin: auto;
    margin-top:44px;
    
}
.pic_news_title {
    width: 100%;
    font-size: 2.625rem;
    background: url("../img/pic_news.png") no-repeat;
    padding-left: 30px;
    line-height: 2rem;
        background-position-y: center;
}
.pic_news_list {
    margin-top:34px;
    border-radius: 25px;
}
.pic_title{
    width: 100%;
    position: absolute;
    bottom: 0;
    color: #ffffff;
    height: 72px;
    font-size: 2rem;
    line-height: 72px;
    padding-right: 18px;
}
.pic_title h3{
    float:left;
    
    margin: 0;
    margin-left: 40px;
    height: 72px;
    line-height: 72px;
    width: 85%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pic_title h3 a{
    color: #fff;
}
.pic_title span{
    float:right;
    font-size: 2.2rem;
}
.Mask {
    background-color: #000000;
    background: linear-gradient(to bottom, transparent, #000);
    opacity: 0.8;
    width: 100%;
    position: absolute;
    bottom: 0;
    color: #ffffff;
    height: 72px;
}
.authentication{
    width: 96%;
    margin: auto;
    margin-top:40px;
}
.authentication ul{
    margin: 0;
    padding: 0;
}
.authentication ul li{
    float: left;
    width: 50%;
    margin-top:14px;
    
}
.authentication ul li div{
    height: 120px;
    background-size: 100% 100% !important;
    border-radius: 25px;
    /*text-align: center;*/
    line-height: 120px;
    font-size: 2.625rem;
    color: #ffffff;
    padding-left: 46px;
}
.authentication_bottom{
    background: url("../img/lscprz.png") no-repeat;
    background-size: 100% 100%;
    border-radius: 25px;
    margin-top: 14px;
    border-radius: 25px;
    /*text-align: center;*/
    padding-left: 190px;
    line-height: 120px;
    font-size: 2.625rem;
    color: #ffffff;
}
.contact{
    margin: auto;
    width: 96%;
    margin-top: 20px;
}
.contact ul{
    margin: 0;
    padding: 0;
}
.contact ul li {
    width:20%;
    float: left;
    margin-left: 36px;
}
.contact ul li:first-child{
    margin-left: 8px;
}
.contact ul li a dl dd{
    text-align: center;
    color: #000000;
    margin-top: 28px;
    font-size: 2rem;
}
.contact ul li:last-child dd{
    width:140px;
    margin-left: -10px;
}
.footer{
    margin: auto;
    margin-top: 30px;
    width: 96%;
}
.footer_address{
    height: 66px;
    color: #666666;
    background-color: #f4f5f7;
    border-radius: 25px;
    line-height: 66px;
    font-size: 2rem;
    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; 
}
