/*字体1,方正兰亭黑*/
@font-face{
    font-family: "FZLT_S";
    src: url(/template/default/fonts/fz/FZLT_S.TTF);
    font-weight:nomarl;
}
@font-face{
    font-family: "FZLT_M";
    src: url(/template/default/fonts/fz/FZLT_M.TTF);
    font-weight:nomarl;
}
@font-face{
    font-family: "FZLT_M2";
    src: url(/template/default/fonts/fz/FZLT_M2.TTF);
    font-weight:nomarl;
}


*{
    box-sizing: border-box;
}
html,body{
    margin:0;padding:0;border:0;
    /*touch-action:none;*/
    /*touch-action:pan-y;*/
}
div,span,object,iframe,font,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,nav,section
{margin:0;padding:0;border:0;}
body{
  background:#fff;color:#666;position:relative;
  font:16px/1.8 FZLT_M,FZLT_S,Arial,sans-serif;
  vertical-align:baseline;width:100%;overflow-x:hidden;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p{
  font-family: "FZLT_S";
}
a{text-decoration:none;outline:none;}
a:link{color:#666;}
a:visited{color:#666;}
a:hover,a:active,a:focus{color:#ae0002;text-decoration:none;outline:none;}
.flex{
    display: flex;
}
.flex-wrap{
    flex-wrap:wrap;
    justify-content: spa
}
.space-between{
    justify-content: space-between;
}
input {
  /* ios下背景色会默认渐变显示，并且会有圆角 */
  -webkit-appearance: none;
  border-radius: 0;
  line-height: normal;
  /* 光标问题  */
  /*padding:0;*/
  /*margin:0;*/
}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2,h3,h4{
    font-size:16px;
    font-family: "FZLT_M";
    font-weight: 500;
}
hr {border: 0;border-top:1px solid #ccc;height:0;}
sup{
    font-size: 12px;
    line-height: 1;
    font-family: "Arial";
    position: relative;
    top:-3px;
}
sup.sup2{
    font-size: 20px;
    color: #000;
    top:0px;
}
main,.main{
    width: 100%;
    max-width: 1920px;
    margin:0 auto;
    /*overflow-x: hidden;*/
}
.size1{
  font-size:50px;
}
.size2{
  font-size:30px;
}
.size3{
  font-size:18px;
}
.size4{
  font-size:16px;
}
.size5{
  font-size:14px;
}
.tzzgx iframe{
    height:calc(100vh - 106px);
    width:100%;
}
.m_box{
    display: none!important;
}
@media(max-width: 1860px){
  .size1{
    font-size:42px;
  }    
}
@media(max-width: 1600px){
  .size1{
    font-size:36px;
  }   
  sup.sup2{
      font-size:16px;
  }
  sup{
      top:-2px;
  }
}
@media(max-width: 1280px){
  .size1{
    font-size:32px;
  }
  .size2{
    font-size:24px;
  }
  .size3{
    font-size:15px;
  }
  .size4{
    font-size:14px;
  }
     sup.sup2{
      font-size:14px;
  }
}
@media(max-width: 1279px){
  .size1{
    font-size:32px;
  }
  .size2{
    font-size:20px;
  }
  .size3{
    font-size:14px;
  }
  .size4{
    font-size:13px;
  }
    .tzzgx iframe{
        height:calc(100vh - 50px);
    }
}
@media(max-width: 991px){
  .size1{
    font-size:28px;
  }
   sup{
      top:-1px;
  }
}
@media(max-width: 767px){
  .size1{
    font-size:24px;
  }
  .size2{
      font-size:16px;
  }
    sup{
      top:0px;
  }
  main, .main{
      overflow:none;
  }
}
@media(max-width: 640px){
    .pc_box{
        display: none!important;
    }
    .m_box{
        display: block!important;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}
.animate-fadeIn {
    animation: fadeIn 1s ease-in-out forwards
}
@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}
.animate-spin {
    animation: spin 1s linear infinite
}
h3.map_title{
    font-size: 16px;
    line-height:40px;
    line-height:40px;
    background-color:#f5f8fa;
    border:1px solid #d6dbe1;
    text-indent:20px;
    color: #333;
    border-bottom:2px solid #ccc;
    }
.map_list{line-height:30px;padding:0 20px;margin-top:8px;margin-bottom:8px;}
.map_list a{padding:4px;white-space:nowrap;}
.map_list a:hover{text-decoration:none;color:#3b639f;padding:4px;}
.map_list .layer1{margin-bottom: 10px;}
.map_list .layer2 a{
    color: #999;
    display: block;
    text-indent: 2em;
    border-bottom: 1px solid #e0e0e0;   
    font-size: 14px;
}
.map_list .layer2 a:hover{text-decoration:none;color:#3b639f;}
.map_list h3{border-bottom: 1px dashed #cccccc;margin-bottom: 10px;line-height: 36px;}
.map_list h3 a{font-weight: normal;font-size:15px;color: #666;}
.fzsm{
    padding:150px 0 100px;
}
.fzsm .text{
    margin-top:52px;
}
.fzsm .text p strong{
    font-size: 24px;
    color: #000;
}
.hide{
    display: none;
}
.m_show{
    display: none;
}
@media(max-width: 3200px){
    img{
        max-width: 100%;
    }    
}
@media(max-width: 1600px){
  body{
    font:14px/2 FZLT_M,FZLT_S,Arial,sans-serif;
  }  
    .fzsm{
        padding:135px 0 95px;
    }
    .fzsm .text p strong{
        font-size: 22px;
    }
    sup{
        font-size:12px;
    }
}
@media(max-width: 1280px){
    .fzsm{
        padding:130px 0 75px;
    }
    sup{
        font-size:10px;
    }
}
@media(max-width: 991px){
  body{
    font:13px/2 FZLT_M,FZLT_S,Arial,sans-serif;
  } 
 .fzsm .text{
    margin-top:25px;
    }
}
@media(max-width: 860px){
    sup{
        font-size: 12px;
    }    
}
@media(max-width: 820px){
    .fzsm{
        padding:100px 0 55px;
    }
    .fzsm .text p strong{
        font-size: 20px;
    }
}
@media(max-width: 640px){
    .fzsm{
        padding:40px 0;
    }
    .fzsm .text p strong{
        font-size: 16px;
    }
    .pc_show{
        display: none;
    }
    .m_show{
        display: block;
    }
}
/*url("/template/default/fonts/Source Han Sans CN Regular.woff2") format("woff2"),*/
/*@font-face {
    font-family: "Source Sans";
    src: 
       url("/template/default/fonts/Source Han Sans CN Regular.woff") format("woff"),
       url("/template/default/fonts/Source Han Sans CN Regular.ttf") format("truetype"),
       url("/template/default/fonts/Source Han Sans CN Regular.eot") format("embedded-opentype"),
       url("/template/default/fonts/Source Han Sans CN Regular.svg") format("svg"),
       url("/template/default/fonts/Source Han Sans CN Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}*/
.animate {
    transform: translate(0px);
    opacity: 1;
    filter: alpha(opacity=100);
}

.img{
  overflow:hidden;
  display: block;
  line-height: 1;
}
.img img{
  transition: .5s;
}
.pc_img{
    
}
.m_img,.m_img2{
    display: none;
}
/*鐧借壊閬洊 涓€闂€岃繃*/
.white,.whites{
    position:relative;
    overflow:hidden;
}
.white:after,.whites:after{
    content:'';cursor:pointer;
    position:absolute;left:-100%;
    top:0;width:100%;height:100%;
    background-image:-moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));
    background-image:-webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));
    transform:skewx(-25deg);
}
.white:hover:after{left:100%;-moz-transition:1s;-o-transition:1s;-webkit-transition:1s;transition:1s;}
.whites:hover:after{left:100%;-moz-transition:0.5s;-o-transition:0.5s;-webkit-transition:0.5s;transition:0.5s;}

.table {display: table;width: 100%;height: 100%;}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
@media(max-width:640px){
    .pc_img,.pc_img2{
        display: none!important;
    }
    .m_img,.m_img2{
        display: block!important;
        margin:0 auto;
        text-align:center;
    }    
}

/*页面滚动条*/
::-webkit-scrollbar{
  /*滚动条整体样式*/
  /*高宽分别对应横竖滚动条的尺寸*/
    width:6px;
    height:76px;
    background-color:#ae0002;
}
::-webkit-scrollbar-track{
  /*滚动条里面轨道*/
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
    /*border-radius:10px;*/
    background-color:#eee;
}
::-webkit-scrollbar-thumb{
  /*滚动条里面小方块*/
    border-radius:10px;
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
    background-color:#ae0002;
}
html,body{
    /* IE 10+ */
    scrollbar-arrow-color:#f4ae21;
    scrollbar-face-color:#333;
    scrollbar-3dlight-color:#ae0002;
    scrollbar-highlight-color:#ae0002;
    scrollbar-shadow-color:#ae0002;
    scrollbar-darkshadow-color:#000;
    scrollbar-track-color:#eee;
    scrollbar-base-color:#eee;
}



/*video click*/
.cboxOverlay {
    position: fixed;
    z-index: 10000001;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}
.colorbox {
    position: fixed;
    width: 70%;
    height: 80%;
    top: 10%;
    left: 15%;
    background: #ffffff;
    z-index: 10000002;
    display: none;
}
.colse_click {
    position: absolute;
    top: -30px;
    right: 0;
    width: 25px;
    height: 25px;
    background: url("/template/default/images/closeVideo.png") no-repeat center;
    cursor: pointer;
}
.colorbox iframe {
    width: 100%;
    height: 100%;
}
@media(max-width: 640px){
    .colorbox {
        width: 90%;
        left: 5%;
    }
}

.videoarea{
  position: fixed;
  display: none;
  width: 70%;
  height: 80%;
  top: 10%;
  left: 15%;
  z-index: 9999999;
}
.videoarea video{
  width: 100% !important;
  height: 100% !important;
  margin: 0 auto;
  display: block;
  outline: none;
}
.newstextarea{
  display: none;
}
.shadow{
  background: #000;
  opacity: .8;
  position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999998;
  display: none;
}

.shadow .close{
  font-size: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 0 7px 0;
  color: #fff;
  position: fixed;
  right: 20px;
  top: 10px;
  font-weight: bold;
  cursor: pointer;
  -moz-transition:  all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition:   all 0.5s;
  -o-transition:    all 0.5s;
  transition:     all 0.5s;
}
.shadow .close:hover{
  transform: rotate(180deg);
}

@media(max-width: 1280px){
  .videoarea{
    width: 90%;
    left:5%;
  }
}<!--9.5129013061523E-5-->