/**
 * DESCRIPTION   
 * AUTHOR  Chenlq 百度云
 * TIME  2023-10-31
 */
* {
    vertical-align: baseline;
    font-weight: inherit;
    font-family: 'Arial', 'Microsoft YaHei', '微软雅黑';
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    line-height:inherit;
    list-style:none;
    text-decoration:none;
}

:focus {
  outline: none;
}
a {
  color: #1c1d28;
  text-decoration: none;
}

a img {
  border: 0;
}
img {
  image-rendering: -moz-crisp-edges;  
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  vertical-align: middle;
}
table {
  empty-cells: show;
}
del {
  text-decoration: line-through;
}
button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner {
  border: 0;
  padding: 0;
}
fieldset {
  padding: 0;
  margin: 0;
  border:0;
}
figure{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
body{
  min-width: 1110px;
}
.wrap{
  width: 1110px;
  margin: 0 auto;
}
.floatL{
  float:left;
}
.floatR{
  float:right;
}
.flexbox {
    display: flex;
}
.flexWrap {
    display: flex;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;    
}
.flexCenter {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flexBetween{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*top*/
.Top {
  background:#fff;
  height:70px;
  line-height:70px;
  position:sticky;
  top:0px;
  left:0px;
  width:100%;
  z-index:1000;
  box-shadow:0px 3px 6px rgb(202 206 237 / 35%);
}
.Top .logo {
  background:url("/TLimages2009/yesky/special/ntfs/easeus/images/n_tmg.png") no-repeat left center;
  background-size:134px 32px;
  width:134px;
  height:40px;
  float:left;
  margin:15px 0 0 0;
  transition:opacity 400ms;
  opacity:0.7;
  
}
.Top .logo2 {
  margin:0 32px 0 18px;
  float:left;
  color:#1c1d28;
  font-size:16px;
  display:flex;
  align-items:center;
}
.Top .logo2,.Top .logo:hover {
  text-decoration:none;
}
.Top .line {
  width:1px;
  height:36px;
  background:#eee;
  float:left;
  margin-top:17px;
  margin-left:20px;
}
.Top .logo2 img {
  vertical-align:middle;
  width:38px;
  height:30px;
  margin:20px 10px 0 0;
  position:relative;
}
.Top .list {
  float:right;
  margin-left:10px;
}
.Top .list li {
  display:inline-block;
  color:#404040;
  margin:0 30px 0 0;
  cursor:pointer;
  font-size:14px;
}
.Top .list li.in {
  color:#000;
}
.Top .list li:hover {
  color:#06a6ff;
}
.Top .list li img {
  vertical-align:top;
  margin:20px 5px 0 0;
}
.Top .bt_box {
  float:left;
  visibility:hidden;
  opacity:0;
  transition:opacity 400ms;
  position:absolute;
  right:184px;
}
.Top .bt_box .buy {
  width:110px;
  height:40px;
  line-height:40px;
  text-align:center;
  background:#ff5348;
  font-size:15px;
  color:#fff;
  margin:15px 0 0 0px;
  display:inline-block;
}
.Top .bt_box .buy:hover {
  background-color:#ff2f23;
  text-decoration:none;
}
.Top .bt_box .buy.hidden {
  display:none;
}
.Top.current .bt_box {
  visibility:visible;
  opacity:1;
}
.header{
  width: 100%;
  height: 509px;
  background:url(../images/head_bg.jpg) no-repeat;
  background-size: cover;
}
.header .floatL{
  /*padding:30px 0 0 15px;*/
  padding:25px 0 0 0;
}
.head_wz{
  padding:97px 0 0 40px;
  float:left;
}
.head_wz h1{
  font-size: 34px;
  color:#292929;
  font-weight: bold;
  line-height: 54px;
}
.head_wz h1 i{
  margin-right:13px;
  font-size: 0;
  width: 69px;
  height: 54px;
  background:url(../images/baidu_icon.png) no-repeat;
  vertical-align: middle;
  display: inline-block;
}
.head_wz p.dest{
  margin-top: 20px;
  font-size: 20px;
  color:#494949;
  line-height: 36px;
}
.downbox{
  margin-top: 32px;
}
.downbox a{  
  padding: 0 42px;
  height: 60px;  
  font-size: 24px;
  color:#fff;
  text-align: center;
  line-height: 60px;
  background:#06a7ff;
  border-radius: 60px;
  display: inline-block;
}
.downbtn i{
  margin-right: 10px;
  width: 26px;
  height: 26px;
  background:url(../images/down_icon.png) no-repeat;
  vertical-align: -16px;
  display: inline-block;
}
.downbtn:hover{
  background:#38b9ff;
}
.Top .list li .downbtn:hover{
  background:none;
  color:#06a6ff;
}
.head_wz span{
  margin-top: 20px;
  font-size: 14px;
  color:#7b7b7b;
  line-height: 26px;
  display: block;
}
.title{
  padding-top: 60px;
  width:100%;
  font-size: 40px;
  color:#323232;
  font-weight:bold;
  text-align:center;
}
.dyhsjgl ul{
  flex-wrap: wrap;    
}
.dyhsjgl ul li{
  margin-top: 30px;
  padding: 5px;
  width: 530px;
  height: 230px;
  background:#eff8ff;
  border-radius: 15px;
  position: relative;

}
.dyhsjgl ul li .defbox{
  width: 530px;
  height: 230px;
  border:#d8ecfd solid 2px;
  background:#fff;
  border-radius: 15px;
  box-sizing: border-box;
}
.dyhsjgl ul li .defbox img{
  margin: 23px 20px 0 20px;
  width: 261px;
  height: 180px;
  float:left;
}
.dyhsjgl ul li .defbox .li_wz{
  padding-right: 25px;
}
.dyhsjgl ul li .defbox .li_wz h4{
  margin-top: 38px;
  font-size: 24px;
  color:#323232;
  font-weight: bold;
}
.dyhsjgl ul li .defbox .li_wz h4:before{
  content:'';
  margin-right: 10px;
  width: 3px;
  height: 21px;
  background:#06a7ff;
  display: inline-block;
  vertical-align: middle;
}
.dyhsjgl ul li .defbox .li_wz p{
  margin-top: 15px;
  font-size: 16px;
  color:#616161;
  line-height: 30px;
}
.dyhsjgl ul li .actbox{
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,0.6);
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.dyhsjgl ul li:hover .actbox{
  display: block;
}
.dyhsjgl ul li .actbox .downbox,.dyhsjgl .downbox{
  width: 100%;
  text-align: center;
}
.dyhsjgl ul li .actbox .downbox a{
  margin-top: 108px;  
}
.sjht{
  margin-top: 60px;
  width: 100%;
  height: 1128px;
  background:url(../images/sjht_bg.jpg) no-repeat;
  background-size: cover;
}
.sjht ul{
  padding:0 35px;
  flex-wrap: wrap; 
}
.sjht ul li{
  margin-top: 38px;
  width: 480px;
  height: 394px;
  background:#fff;
  text-align: center;
  border-radius: 10px;
  position: relative;
}
.sjht ul li img{
  width: 480px;
  height: 212px;
  border-radius: 10px 10px 0 0;
}
.sjht ul li h4{
  margin-top: 25px;
  font-size: 24px;
  color:#1c1d28;
  font-weight: bold;
}
.sjht ul li p{
  padding:0 20px;
  margin-top: 13px;
  font-size: 16px;
  color:#616161;
  line-height: 30px;
}
.sjht ul li span{
  padding:0 20px;
  font-size: 12px;
  color:#949494;
  line-height: 30px;
}
.sjht ul li .actbox{
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,0.6);
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.sjht ul li:hover .actbox{
  display: block;
}
.sjht ul li .actbox .downbox a{
  margin-top: 222px;  
}
.tsgn .gn_wz{
  padding-top: 110px;
  padding-left: 84px;
}
.tsgn .gn_wz h3{
  font-size: 32px;
  color:#323232;
  font-weight: bold;
}
.tsgn .gn_wz p{
  margin-top: 20px;
  font-size: 18px;
  color:#404040;
  line-height: 2;
}
.tsgn .gn_wz ol{
  margin-top: 20px;
}
.tsgn .gn_wz ol li{
  font-size: 16px;
  color:#616161;
  line-height: 2
}
.tsgn .gn_wz ol li:before{
  content:'';
  margin-right: 10px;
  width: 6px;
  height:6px;
  background:#06a7ff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.tsgn .floatR{
  padding-top: 38px;
  padding-right: 63px; 
}
.tsgn .floatR img{
  width: 537px;
  height: 382px;
}
.tsgn .downbox,.sjht .downbox{
  width: 100%;
  margin-top: 33px;
  text-align: center;
  display: inline-block;
}
.sjht .downbox{
  margin-top: 38px;
}
.bottom{
  width: 100%;
  margin-top: 60px;
  text-align: center;
  background:#e4f3ff;
}
.bottom_down_box .title i{
  margin-right: 12px;
  width: 69px;
  height: 54px;
  font-size: 0;
  background:url(../images/baidu_icon.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.bottom_down_box p{
  margin-top: 40px;
  font-size: 36px;
  color:#404040;
}
.bottom_down_box .downbox{
  margin-top: 50px;
}
.footer{
  padding:70px 0 50px;
}
.footer p{
  font-size: 14px;
  color:#a2abbd;
  line-height: 2;
}
/*2024-07-09 chenlq 增加极速下载特权*/
.tequan ul li{
  margin-top:40px;
  width: 186px;
  height: 250px;
  border:#d1edff solid 2px;
  background:#fff;
  border-radius: 10px;
  text-align: center;
  float:left;
  box-shadow: 0px 0 0 5px rgb(239 248 255 / 1);
  transition: all 0.5s;
  cursor: default;
}
.tequan ul li:hover{
  margin-top:20px;
  border-color:#a9ddff;
}
.tequan ul li h2{
  padding-top: 26px;
  font-size: 22px;
  color:#323232;
}
.tequan ul li:hover h2{
  color:#1fb0ff;
}
.tequan ul li p{
  padding-top: 12px;
  font-size: 16px;
  color:#979797;
  line-height: 24px;
}
.tequan ul li i{
  margin-top: 18px;
  font-size: 0;
  width: 107px;
  height: 79px;
  background:url(../images/tequan.png) no-repeat;
  background-position: 0 0;
  display: inline-block;
}
.tequan ul li.li2 i{
   background-position: -116px 0;
}
.tequan ul li.li3 i{
   background-position: -234px 0;
}
.tequan ul li.li4 i{
   background-position: 0 -86px;
}
.tequan ul li.li5 i{
   background-position: -116px -86px;
}