@font-face {
   font-family: 'icomoon';
   src:  url('../fonts/icomoon.eot?mtzrgl');
   src:  url('../fonts/icomoon.eot?mtzrgl#iefix') format('embedded-opentype'),
     url('../fonts/icomoon.ttf?mtzrgl') format('truetype'),
     url('../fonts/icomoon.woff?mtzrgl') format('woff'),
     url('../fonts/icomoon.svg?mtzrgl#icomoon') format('svg');
   font-weight: normal;
   font-style: normal;
   font-display: block;
 }
*{
   margin: 0;
   padding: 0;
}
 
body {
   font-size: 26PX;
   font-family: '微软雅黑' ;
   zoom: 0.75;
}
div {
   position: relative;
   padding: 10px 20px;
   margin: 10px;
   background-color: #fff;
  }
input {
   outline: none;
}
  ul {
   background-color: rgba(212, 238, 238,.6);
   font-family: '微软雅黑';
   margin-bottom: 20px;
}
ul,li {
   list-style: none;
  }
img {
   border: 0;
   vertical-align:  middle;
}
button {
   cursor: pointer;
}

/* 欢迎词格式 */
 .header {
   position: sticky;   
   top: 0px;
   z-index: 2;
     border-bottom: 0px solid rgb(134, 221, 207);    
      width: 1600px;
     height: 120px;    
     margin: 0 auto;
     padding: 10px 20px;
   background-color: #fff;
     overflow: hidden;
     color: rgb(93, 149, 202);
     box-shadow: 5px 3px 10px 5px rgba(0, 0, 0, .3);
    }         
    
 .logo {
   display: inline-block;
   float: left;
   margin-left: 0px;  
   width: 300px;
   height: 70px;
   font-family: '微软雅黑';
   font-weight: 700;
   font-size: 20px;
   line-height: 100%;
   text-align: center; 
   margin-top: -10px;
}
.logo p {
   margin-top: -10px;
   font-weight: 700;
}
.logo a {
   display: block;
   width: 100%;
   height: 110px;
   background: url(../images/logo2.png) no-repeat;
   background-size: contain;
   font-size: 0;
}
.huanying {
  display: inline-block;
  margin: 10px 5px ;
  width: 700px;
  font-family: '华文行楷';
  font-size: 50px;
  font-style: italic;
  line-height: 80%;
  text-align: left;    
  text-shadow: 5px 5px 6px rgba(0, 0, 0, .3);
  
}
.huanying p {
   font-size: 50px;
   font-family: 'Times New Roman', Times, serif;
   line-height: 145%;
   text-align: right;
}
.search {
  display: inline-block;
  float: right;
  /*  margin-top: 50px;   */
  margin-top: -10px;  
  text-align: center;
  }

.search input {
   margin-bottom: 30px;
   width: 300px;
   height: 42px;
   border: 2px solid rgb(134, 221, 207);
   font-family: '微软雅黑';
   font-weight: 700;
   color: rgb(5, 92, 77);
   font-size: 18px;
   padding-left: 15px;
}

.search button {
   width: 50px;
   height: 45px;
   background-color: rgb(134, 221, 207);
   border: 0;
   font-family: 'icomoon';
   font-size: 20px;
   color: white;
}
.main {
      width: 1600px;
      overflow: hidden;
      margin: 20px auto;
      background-color: #f5f5f5;
    }
.nav0 {
   display: inline-block;
   float: left;
   border-right: solid rgb(134, 221, 207) 3px;
   background-color: #f5f5f5;
   color: rgb(18, 116, 103);
   font-size: 24px;
   line-height: 150%;
   width: 250px;
   font-family: '微软雅黑';  
 
}
.nav0 a:link {
   display: block;
   color: black;
   text-decoration: none;
   font-size: 20px;     
   
 }

.nav0 a:hover {
   display: block;
   background-color: transparent;
   width: 200px;
   color: rgb(18, 116, 103);
   text-decoration: underline;
}
.nav0 li {
   padding-left: 30px;
   margin-bottom: 6px;
   border-bottom: #f6f6f6 2px dashed;
   color: black;
}

.nav0 ul li a {
  padding: 5px 10px;
}

.words {
   float: left;
   border: solid rgb(134, 221, 207) 0px;
   text-indent: 1em;
   line-height: 120%;
   width: 1050px;   
   margin: 10px 30px;
   background-color: #fff;
   
}
.words a {
    text-decoration: none;
}
.shouye {
   font-size: 28px;
   color: rgb(18, 116, 103);
}
.banquan {
   border: solid rgb(134, 221, 207) 2px;
   display: inline-block;
   margin: 10px 10px 10px 25px ;
   color: black;
   width: 960px;
   height: 60px;
   border-radius: 20px;
   font-size: 20px;
   font-family: 'Times New Roman', '微软雅黑';
   text-align: center;
   background-color: #fff;
   line-height: 150%;
}
.banquan-w {
   z-index: 5;
   font-size: 22px;
   color: black;
   font-family: 'Times New Roman', '微软雅黑';
   text-align: center;  
   line-height: 100%;
}
.banquan a {
   display:inline-block;
   text-decoration:none;
   height:20px;
   line-height:20px;
   margin-left: 0px;
   vertical-align:middle;
}
.banquan img {
   float:left;
   margin-right: -20px;
   padding-left: 50px;
}
.banquan p {
   display: inline-block;
   height:20px;
   text-align: center;
   font-weight: 400;
   line-height:20px;
   margin: 0px 0px 0px 0px; 
   padding:0;
   text-indent: 0;
   font-size: 20px;
   color:#939393;
   background-color: transparent;
}

/* 联系栏结构css */

.connection {
   position: fixed;      
   display: inline-block;
   margin-top: 20px;  
   padding: 0px;
   background-color:transparent;
   font-family: 'icomoon';
   height: 440px; 
   text-align: center;   
}
.coPic {
   z-index: 5;
   position: absolute;
   left: 0;
   background-color:transparent;
}
.coPic ul {
   background-color:transparent;
}
.coPic ul li {  
   display: block;
   margin: 0px;
   padding: 0;  
   margin-bottom: 20px;
   line-height: 100%;
   height: 65px;
}
.coPic ul li a {
   display: block;
   text-decoration: none; 
   padding: 0;
   background-color:  rgba(255, 255, 255, 0.7);
   box-shadow: 1px 1px 0.5px 0.5px rgba(0, 0, 0, .2);
   font-size: 45px;
   color: rgb(18, 116, 103);
   font-family: 'icomoon';
   width: 65px;
   height: 65px;
   text-align: center;   
   line-height: 150%;  
}
.coPic ul li span {
   z-index: -1;
   display: none;
   position: relative;  
   top: -65px;
   left: 0px;
   padding-left: 15px;
   background-color: rgb(45, 110, 102);
   font-size: 18px;
   color: #fff;
   width: 340px;
   height: 65px;
   text-align: left;   
   line-height: 65px;  
}
.goto {
   font-size: 16px;
}