@font-face {
  font-family: "sySC-ExtraLight";
  font-weight: 500;
  src: url("") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "sySC-Light";
  font-weight: 500;
  src: url("") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "sySC-Medium";
  font-weight: 500;
  src: url("") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "sySC-Normal";
  font-weight: 500;
  src: url("") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "sySC-Regular";
  font-weight: 500;
  src: url("") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "sySC-Bold";
  font-weight: 500;
  src: url("") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "sySC-Heavy";
  font-weight: 500;
  src: url("") format("opentype");
  font-display: swap;
}

*{
    box-sizing: border-box;
}
html{margin:0;padding:0;border:0;}
main,.main{
    width: 100%;
  max-width: 1920px;
  margin:0 auto!important;
}
body,div,span,object,iframe,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:#f3f3f3;color:#666;position:relative;font:14px/2 sySC-Light,Microsoft YaHei,arial,Source Sans,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;}
a:link{color:#666;}
a:visited{color:#666;}
a:hover,a:active,a:focus{color:#0058b4;text-decoration:none;outline:none;}

input {
  
  -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;
    
}
hr {border: 0;border-top:1px solid #ccc;height:0;}
@media(max-width: 3200px){
    img{
        max-width: 100%;
    }    
}
.dingwei,.dw{
  position: absolute;
  top:-60px;
  left:0;
}



.animate {
    transform: translate(0px);
    opacity: 1;
    filter: alpha(opacity=100);
}

.img{
  overflow:hidden;
  display: block;
}
.img img{
  transition: .5s;
}
.pc_img{
    
}
.m_img{
    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;}
@media(max-width:820px){
    .pc_img{
        display: none;
    }
    .m_img{
        display: block;
    }
    .m_img img{
        width:100%;
    }
}


::-webkit-scrollbar{
  
  
    width:6px;
    height:76px;
    background-color:#0058b4;
}

::-webkit-scrollbar-track{
  
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
    
    background-color:#eee;
}

::-webkit-scrollbar-thumb{
  
    border-radius:10px;
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
    background-color:#0058b4;
}
html,body{
    
    scrollbar-arrow-color:#0058b4;
    scrollbar-face-color:#333;
    scrollbar-3dlight-color:#0058b4;
    scrollbar-highlight-color:#0058b4;
    scrollbar-shadow-color:#0058b4;
    scrollbar-darkshadow-color:#000;
    scrollbar-track-color:#eee;
    scrollbar-base-color:#eee;
}




.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("../image/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: 999999;
}
.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: 666666;
  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%;
  }
}