*{padding: 0;margin: 0;list-style: none}
a:link, a:visited {
    text-decoration: none;
}

a{
    text-decoration: none;
    color: #333333;
    background-color: transparent;
    cursor: pointer;
    outline: none;
}
/*AESP-homepage*/
.top_nav{width: 100%;height: 80px;background: #FFFFFF;box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.05);}
.nav_safe{width: 1400px;height: 80px;margin: 0 auto;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;align-items: center;}
.aesplogo{width: 382px;}
.nav_item01{width: 750px;font:normal normal 16px/21px "Microsoft YaHei",sans-serif;color: #333333;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: flex-start;align-items: center;}
.nav_item02{width: 217px;font:normal normal 14px/40px "Microsoft YaHei",sans-serif;color:#333333;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;align-items: center;}
.navbtn_ase{display: flex;flex-direction: row;align-items: flex-start;padding: 8px 15px !important;background:none;border-radius: 69px;}
.navbtn_ase:hover{color: #ffffff !important;display: flex;flex-direction: row;align-items: flex-start;padding: 8px 24px;background: #0f52e942;border-radius: 69px;cursor:pointer;}
.navbtn_ase a{color: #333333 !important; }
.navbtn_ase a:hover{text-decoration: none !important;}

.linkhome{
    background:url(/Content/images/AES-logo.png) no-repeat;
}

.navlogin:hover{color: #004BFF;}
#login_link a:hover{color: #004BFF;}
/*核心功能*/
.c-product-function{width: 100%;background:url(../images/functionbg.png) no-repeat center top;}
.c-cntr{width: 1400px;margin: 0 auto;}
.c-public-title{width: 100%;font-family: "PingFang SC";font-style: normal;font-weight: 600;font-size: 36px;line-height: 44px;text-align: center;padding-top: 70px;color: #222222;letter-spacing: 0.5px;}
.c-swiper-text-container{margin-top: 46px;margin: auto;width: 1400px;border-bottom: 1px solid #DADADA;}
.c-swiper-text-container{display: flex;}
.slide{width: 200px;text-align: center;cursor: pointer;overflow: hidden;}
.tab-icon img{height: 90px;display: block;margin: auto;border-style: none;overflow-clip-margin: content-box; overflow: clip;}
.default-name{width: 64px;margin: auto;font-family: "PingFang SC";font-style: normal;font-weight: 400;font-size: 16px;line-height: 21px;color: #333333;padding-top: 6px}
.tab-active-name{width: 70px;height: 40px;font-weight: 600;color: #3177FF;border-bottom: 2px solid #3177FF;}
.c-swiper-slide-item{width: 1400px;height: 414px;margin-top:90px;display: flex;align-items: center ;column-gap: 30px;position: relative;}
.computer-left,.computer-right{width: 380px;height: 330px;}
.computer-center {width: 580px;height: 414px;}
.computerbg{position: absolute;top:-32px;left: calc(50% - 831px/2 + 6.5px);z-index:40;}
/*应用场景*/
        .tabs-container {
            /*margin-bottom: 40px;*/
            background: white;
            border-radius: 15px;
            padding: 20px;
            box-shadow: 0 5px 20px rgba(0, 120, 215, 0.1);
            border: 1px solid #e6f2ff;
                margin: 0 auto 30px;
    max-width: 1400px;
        }
        
        .tabs {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 20px;
        }
        
        .tab {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 120px;
            padding: 15px;
            background: white;
            border: 2px solid #e6f2ff;
            border-radius: 12px;
            color: #333;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .tab:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 15px rgba(0, 120, 215, 0.15);
            border-color: #b3d9ff;
        }
        
        .tab.active {
            background: linear-gradient(135deg, #e6f2ff, #cce5ff);
            border-color: #4da6ff;
            box-shadow: 0 8px 15px rgba(0, 120, 215, 0.2);
        }
        
        .tab-icon {
            font-size: 2.5rem;
            margin-bottom: 10px;
            color: #0066cc;
            transition: all 0.3s ease;
        }
        
        .tab.active .tab-icon {
            color: #004d99;
            transform: scale(1.1);
        }

       .video-section {
            background: white;
            border-radius: 15px;
            padding: 30px;
            margin-bottom: 30px;
            box-shadow: 0 5px 20px rgba(0, 120, 215, 0.1);
            border: 1px solid #e6f2ff;
        }
        
        .video-player-container {
            position: relative;
            width: 100%;
            max-width: 1200px;
            margin: 25px auto 25px;
        }
        
        .video-player {
            width: 100%;
            aspect-ratio: 16/9;
            background: #f0f8ff;
            border-radius: 12px;
            overflow: hidden;
            position: relative;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        }
        
        .video-player video {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .video-controls {
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: absolute;
            bottom: 20px;
            left: 0;
            right: 0;
            padding: 0 20px;
        }
        .carousel-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    z-index: 10;
    pointer-events: none; /* 允许点击穿透到按钮 */
}
        
        .nav-btn {
   background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #333;
    font-size: 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    pointer-events: auto; /* 恢复按钮的点击事件 */
        }
        
        .nav-btn:hover {
    /*background: #2980b9;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);*/
       background: white;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
        }
        /* 如果白色背景需要更明显的按钮 */
.nav-btn.alternative {
    background: #e74c3c; /* 或者使用红色 */
    box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
}

.nav-btn.alternative:hover {
    background: #c0392b;
    box-shadow: 0 6px 20px rgba(231, 76, 60, 0.4);
}
        .video-info {
            padding: 20px 0;
            text-align: center;
        }
        
        .video-title {
            font-size: 1.8rem;
            margin-bottom: 15px;
            color: #0066cc;
        }
        
        .video-description {
            font-size: 1.1rem;
            color: #666;
            line-height: 1.6;
            max-width: 700px;
            margin: 0 auto;
        }
        
        .carousel-indicators {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 20px;
            gap: 15px;
        }
        
        .dot {
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background: #cce5ff;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .dot.active {
            background: #0066cc;
            transform: scale(1.2);
        }
        
        .loading {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: #0066cc;
            font-size: 1.2rem;
            text-align: center;
        }
        
        .thumbnail {
            width: 100%;
            height: 100%;
            object-fit: cover;
            cursor: pointer;
            transition: opacity 0.3s;
        }
        
        .play-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 4rem;
            color: white;
            opacity: 0.8;
            text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
            transition: all 0.3s;
        }
        
        .video-placeholder:hover .play-icon {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1.1);
        }
        
        .tab-content {
            display: none;
        }
        
        .tab-content.active {
            display: block;
        }

/*使用指南*/
.c-swiper-help-text-container{margin-top: 46px;margin: auto;width: 1400px;border-bottom: 1px solid #DADADA;}
.c-swiper-help-text-container{display: flex;}
.default-help-name{width: 200px;margin: auto;font-family: "PingFang SC";font-style: normal;font-weight: 400;font-size: 16px;line-height: 21px;color: #333333;padding-top: 6px}
.tab-help-active-name{width: 200px;height: 40px;font-weight: 600;color: #3177FF;border-bottom: 2px solid #3177FF;}




/*平台服务*/
.c-PaaS{width: 100%;background:url(../images/paasbg.png) no-repeat center top; background-size: cover;}
.c-paas-container{display: flex;column-gap: 16px;margin-top: 40px}
.paas_list{width: 338px;height: 560px;}
.paas-title{width: 338px;height: 140px;background: url(../images/paas-title-bg.png) no-repeat center top;}
.paas_name{font-family: 'Microsoft YaHei';font-style: normal;font-weight: 700;font-size: 24px;line-height: 32px;color: #FFFFFF;padding-left: 32px;padding-top:30px;margin-bottom: 12px}
.paas_brief{font-family: 'Microsoft YaHei';font-style: normal;font-weight: 400;font-size: 12px;line-height: 18px;color: #ffffff;padding-left: 32px;}
.pass_btn_container{width: 338px;height: 370px;background: #FFFFFF;padding-top: 20px}
.pass_btn_link{width: 274px;height: 35px;background: #F4F8FB;text-align: center;font:normal normal 14px/35px "PingFang SC" ;margin: auto;margin-bottom: 20px;color: #333333;cursor:pointer;}
.pass_btn_link:hover{background: #0F52E9;color: #ffffff}



.paas_textlist{width: 230px;height: 400px;}
.paas-texttitle{width: 220px;height: 140px;background: url(../images/paas-title-bg.png) no-repeat center top;}
.pass_div_text_container {
            /* 居中样式 */
            display: flex;
            justify-content: center;  /* 水平居中 */
            align-items: center;      /* 垂直居中 */
            
            /* 与边框的距离 */
            padding: 20px;
            
            /* 容器样式（可选） */
            width: 180px;
            height: 150px;
            background-color: #f0f8ff;
            border-radius: 8px;
            margin: 0 auto;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            
            /* 文字样式（可选） */
            font-size: 18px;
            color: #333;
            text-align: center;
            line-height: 1.5;
        }


/*数据资源*/
.c-data-resources{width: 100%;background: #fff;}
.data_resources_container{margin-top: 40px;width: 1400px;height: 203px;background: #FFFFFF;box-shadow: 0px 6px 80px rgba(0, 0, 0, 0.1);margin-bottom: 90px}
.resources_items_box{display: flex;}
.item_display_resources{width: 280px;height: 171px;text-align: center;padding: 32px  0; }
.line{height: 56px;border:1px solid #D0D0D0;margin-top: 73px}
.item_number{font-family: 'Microsoft YaHei';font-style: normal;font-weight: 700;font-size: 24px;line-height: 32px;color: #333333;margin-top:15px }
.item_resources_name{font-family: 'Microsoft YaHei';font-style: normal;font-weight: 400;font-size: 16px;line-height: 21px;text-align: center;text-transform: uppercase;color: #666666;margin-top:15px }
/*典型用户*/
.c_typical_users{width: 100%;height: 474px;background:url(../images/userbg.png) no-repeat center top; }
.logo_area{display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;}
.distance1{margin-top: 40px;margin-bottom: 16px}
.distance3{margin:16px 0 ;}
/*页脚*/

/*联系我们*/
.Contact_c-PaaS{width: 100%;}
.Contact_c-paas-container{display: flex;column-gap: 16px;margin-top: 40px}
.Contact_paas_list{width: 100%;height: 750px;}
.Evaluationtabletwobox{width:70%;border: 2px solid #E6EBEE;border-collapse: collapse;font:normal normal 14px/20px "Microsoft YaHei";text-align: center;border-top: none;display:inline-block;border-right: none;border-bottom: none;margin-left: 15%;}
.Evaluationtabletwobox tr th{border: 1px solid #CCD5DC;height:70px;background: #B9D7EA;font-size: 16px;color: #333;padding: 2px 5px 2px 5px;}
.Evaluationtabletwobox caption{font:normal normal 20px/40px "Microsoft YaHei";display: inherit;}
.Evaluationtabletwobox td{border: 1px solid #E6EBEE;padding: 2px 5px 2px 5px;}


.Contact_table{width:80%;border: 2px solid #E6EBEE;border-collapse: collapse;font:normal normal 14px/20px "Microsoft YaHei";text-align: center;border-top: none;display:inline-block;border-right: none;border-bottom: none;margin-left: 15%;margin-top: 10%;}
.Contact_table tr{border: 1px solid #CCD5DC;height:30px;font-size: 16px;color: #333;padding: 2px 5px 2px 5px;}
.Contact_table td{border: 1px solid #E6EBEE;padding: 2px 5px 2px 5px;}

/*使用协议*/
.server_ctitle {
    font-size: 22px;
    font-family: Microsoft YaHei Bold;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    margin-top: 30px;
    text-align: center;
}
.server-dbts {
    padding: 10px 0px 30px 0px;
    width: 100%;
}
.group1-dbts {
    margin-top: 30px;
    position: relative;
}
.server_title {
    font-size: 16px;
    font-family: Microsoft YaHei Bold;
    font-weight: bold;
    line-height: 20px;
    color: #333333;
    margin-top: 15px;
    margin-bottom: 5px;
}

.server_text {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 18px;
    color: #333333;
    margin-bottom: 5px;
}

.server_text b{
font-family:Arial;font-weight:bold;font-size:12.0000pt;
}
.b-blue{
font-family:宋体;color:#2B2BFF;font-weight:bold;font-size:12.0000pt;
}
.b-blue-light{
font-family:宋体;color:#2B2BFF;font-size:12.0000pt;
}


.p-right { text-align: right; } 
.p-right  b{ font-weight: bold; } 
.p-right  span { font-family: Arial; font-size: 12pt; }

/*.footer{width: 100%;background: #232A37; color: #ffffff}*/
.footer {
    min-width: 1270px;
    color: #fff;
    font-family: "Microsoft Yahei";
    line-height: 22px;
    background-color: #132272
}
.footer a {
    color: #fff;
    font-family: "Microsoft Yahei"
}
.foot-top {
    width: 100%;
    height: 200px;
    padding-top: 75px;
    clear: both;
}
.foot-top .content {
    width: 1200px;
    margin: 0 auto
}
.foot-top li {
    float: left
}

.foot-top li+li {
    margin-left: 65px
}

.foot-top b {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    color: #fff;
    line-height: 44px
}

.foot-top a,.foot-top span {
    display: block;
    color: #9192b4;
    font-size: 13px;
    line-height: 26px
}

.foot-top span a {
    display: inline
}
.foot-top .qrcode {
    margin-top: 35px
}

.foot-top .qrcode div {
    float: left;
    width: 90px;
    margin-right: 13px;
    text-align: center
}

.foot-bot {
    min-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    border-top: 1px solid #2e435e
}


.foot-bot .t {
    padding-top: 25px;
    text-align: center
}

.foot-bot .t a {
    font-size: 14px
}

.foot-bot .t .mid {
    display: inline-block;
    width: 800px;
    height: 33px;
    line-height: 33px;
    margin: 0 auto
}

.foot-bot .t .mid span {
    float: left;
    height: 33px;
    margin-right: 60px;
    line-height: 33px
}

.foot-bot .t .mid a+a {
    margin-left: 24px
}

.foot-bot .t .right {
    float: right
}

.foot-bot .t .right img {
    height: 32px;
    margin-left: 17px
}

.foot-bot .b {
    padding-top: 20px;
    text-align: center
}

.foot-bot .b a {
    margin-left: 5px
}

.foot-bot .b a,.foot-bot .b span {
    line-height: 24px;
    font-size: 13px;
    color: #9192b4;
    white-space: nowrap;
    margin-right: 5px
}

.footer a:hover,.foot-top a:hover span {
    color: #2f8bd6
}

.foot-bot .copyright {
    display: block;
    padding: 14px 0 10px
}

/*.footer_top{padding-top: 70px;border-bottom: 1px solid #888888;padding-bottom: 40px }*/
.foot-top .footer-logo a {
    display: block;
    width: 200px;
    height: 100px;
    cursor: default;
    background: url(../images/zwlogo.png) no-repeat
}

.footer_content{display: flex;}
.zwlogo{width: 318px}
.footer_link1{width:237px; }
.footer_link2{width: 184px;}
.footer_link3{width: 160px;}
.footer_link4{width: 261px;}
.footer_link5{width: 153px;}
.footer_link6{width: 90px;}
.link_title{font-family: 'Microsoft YaHei';font-style: normal;font-weight: 700;font-size: 12px;line-height:60px;}
.footer_content p{font-family: 'Microsoft YaHei';font-style: normal;font-weight: 400;font-size: 12px;line-height: 24px;color: #cccccc;}
.width_center{width: 90px;text-align: center;}
.footer_bottom{padding-top:40px;}
.mid{width: 800px;margin:auto;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;align-items: center;font-family: 'Microsoft YaHei';font-style: normal;font-weight: 400;font-size: 12px;line-height: 24px;}
.footer_bottom p{font-family: 'Microsoft YaHei';font-style: normal;font-weight: 400;font-size: 12px;line-height: 24px;color: #cccccc;text-align: center;}
/*最新公告弹窗*/
.notice{width: 320px;height: 240px;border-radius: 8px;position: fixed;bottom:0px;right: 0px;}
.notice_title_top{width: 320px;height: 64px;background: linear-gradient(90deg, #00A3FF -1.98%, #004BFF 101.98%);border-top-right-radius: 8px;border-top-left-radius: 8px;position: relative;}
.notice_title{font:normal normal 16px/64px "Microsoft YaHei";color: #ffffff;text-align: center;}
.notice_close{position: absolute;top:20px;right: 10px}
.notice_content_bottom{width: 320px;height: 176px;background: #FFFFFF;border-bottom-right-radius: 8px;border-bottom-left-radius: 8px}
.vertical_bar{width: 4px;height: 10px;background: #007AFF;display: inline-block;margin-right: 20px;}
.notice_content{padding: 32px;}
.notice_p{width: 231px;display: inline-block;font:normal normal 16px/24px "Microsoft YaHei";color: #333;}
.notice_2{margin-top: 20px}

/*反馈意见*/
.extra-wrap {width: 48px;height: 48px;border-radius: 8px;background: #0F52E9;position: fixed;display: block;top:510px;right: 0px;z-index: 99;text-align: center;}
.extra-wrap img{margin-top:8px}

/*AESP-feedback*/
.online_feedback{width: 1000px;margin:auto;font:normal normal 14px/28px "Microsoft YaHei",sans-serif;color: #222;padding: 100px 200px }
.feedback_dbts{width: 1000px;display: flex;margin-bottom: 30px}
.asterisk{color: #F00;}
.feedback_title{width:160px;}
.feedback_option{width:900px;display: flex;column-gap:30px }
.feedback_option li input{margin-right: 5px}
.theme{width: 800px;height: 36px;padding: 2px 5px;border: 1px solid #cccccc}
.area{width: 813px;height: 40px;padding: 2px 5px;border: 1px solid #cccccc}
.opinion{padding:5px;width:800px;height:140px;font-size: 14px}
.columbtn{text-align: center;}
.columbtn button{width: 100px;height: 40px;background: #0F52E9;color: #ffffff;border: none}

#rotate div {
    text-align: center;
}

.content2-dbts {
    float: right;
    padding: 10px 0px 30px 0px;
    width: 949px;
}

.subnavlist .open span {
    background: url(/Content/images/open.png) no-repeat;
}

.subnavlist h4 span {
    position: absolute;
    right: 20px;
    /*top: 20px;*/
    width: 12px;
    height: 12px;
    background: url(/Content/images/off.png) no-repeat;

}

.subnavlist h4  {

    margin: 0;
    padding: 20px 0 0 30px;
    font: bold normal 16px / 16px "Microsoft YaHei";
    color: #333;
    cursor: pointer;
    position: relative;
}

.subnavlist dl dd {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: none;
    margin-top: 2px;
    margin-left: 5px;
}

.subnavlist dl dd a {
    display: block;
    padding: 5px 0 0 30px;
    color: #333;
    font-size: 16px;
}

.group1-dbts {
  margin-top: 30px;
}

.help_title {
    font-size: 20px;
    font-family: Microsoft YaHei Bold;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    margin-bottom: 16px;
}

.help_title_InText {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.help_text {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 34px;
    color: #333333;
    margin-bottom: 30px;
    text-indent: 2em;
}

.help_text_small1 {
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 34px;
    color: #333333;
    margin-bottom: 30px;
    text-indent: 2em;
}

.help_text_line {
    margin-bottom: 5px;
   
}
.help_text_weight {
    font-weight:700;
   
}


.help_text_blue {
    color: #3e7ccb;
    font-weight: 800;
}
.checkmark::before {
      content: "✔";
      font-size: larger;
    margin-right: 5px;
}
.dot {
    position: relative;
    width: 10px;
    height: 10px;
    background-color: #333; /* 圆点颜色 */
    border-radius: 50%; /* 圆形 */
    display: inline-block;
    margin: 0px 5px 0px 10px;
}
 
.dot:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit; /* 实心圆点颜色继承自父元素 */
  border-radius: inherit; /* 圆形继承自父元素 */
}


.help_note {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 25px;
    color: #8b8080eb;
    margin-bottom: 30px;
    text-indent: 2em;
}

.helpbg_analy_1 {
    width: 100%;
    height: 328px;
    background: url(/Content/images/analy_1.png) no-repeat center center;
}
.helpbg_zx_image21 {
    width: 100%;
    height: 328px;
    background: url(/Content/images/) no-repeat center center;
}

.help_tablist {
    margin: 0 auto;
    margin-top: 40px;
    border-top:none!important;
    background:none!important;
    padding: 20px 0 0 30px!important;
    font: bold normal 16px / 16px "Microsoft YaHei";
    color: #333;
}

  

    .help_tablist  .content {
    overflow: hidden;
    margin: 0 auto;
    padding: 10px 0px 0 0px;
    font-family: "Microsoft YaHei",sans-serif;
}

.helpcardlist {
    list-style: none;
}

    .helpcardlist li {
        display: none;
        border-top: none;
    }

        .helpcardlist li.tablist_current {
            display: block;
        }

.navlist p {
        margin: 0;
        padding: 15px 0 0 30px;
        font: bold normal 16px/16px "Microsoft YaHei";
        color: #333;
        cursor: pointer;
    }
    .navlist p a {
       font: bold normal 16px/16px "Microsoft YaHei";
        color: #333;
    }
    .navlist p a:hover {
            color: #1B66E6;
        }

    .navlist h4 {
        margin: 0;
        padding: 15px 0 0 30px;
        font: bold normal 16px/16px "Microsoft YaHei";
        color: #333;
        cursor: pointer;
        position: relative;
    }
      .navlist h4 a {
       font: bold normal 16px/16px "Microsoft YaHei";
        color: #333;
    }
        .navlist h4 span {
            position: absolute;
            right: 20px;
            top: 20px;
            width: 12px;
            height: 12px;
            background: url(/Content/images/off.png) no-repeat;
        }

        .navlist h4.open span {
            background: url(/Content/images/open.png) no-repeat;
        }

    .navlist dl dd {
        list-style: none;
        margin: 0;
        padding: 0;
        border-bottom: none;
    }
        .navlist dl dd a {
            display: block;
            padding: 10px 0 0 40px;
            color: #333;
            font-size: 16px;
            font-weight:normal;
        }
        .navlist dl dd a:hover {
                color: #1B66E6;
        }
          .sidebar_dl_f {
                padding-top:10px;
        }
          .Search_table {
    width: 100%;
    font: normal normal 14px/16px "Microsoft YaHei";
    text-align: center;
    border-collapse: collapse;
    margin-top: 2px;
}

    .Search_table td, .Search_table th {
        border-bottom: 2px solid #fff;
        padding: 10px 15px;
    }

    .Search_table .Header {
        background: #E3EBF9;
        font-weight: bold;
    }

    .Search_table .tablebody {
        background-color: #ffffff;
    }



  .scholar_table {
    width: 100%;
    font: normal normal 14px/16px "Microsoft YaHei";
    text-align: center;
    border-collapse: collapse;
    margin-top: 2px;
    border: 1px solid #2c5393d9;
    border-top-width: 3px;
    border-bottom-width: 3px;
    margin-bottom: 30px;
}

    .scholar_table td, .scholar_table th {
        padding: 10px 15px;
    }

    .scholar_table .Header {
        background: #E3EBF9;
        font-weight: bold;
         border: 1px solid #2c5393d9;
         border-bottom-width: 3px;

    }

    .scholar_table .tablebody {
        background-color: #ffffff;
         border: 1px solid #2c5393d9;
    }
    
.helpbg_home_1 {
    width: 100%;
    height: 350px;
    background: url(/Content/images/help/home_1.png) no-repeat center center;
}

.helpbg_home_2 {
    width: 100%;
    height: 350px;
    background: url(/Content/images/help/home_2.png) no-repeat center center;
}

.helpbg_paper_1 {
    width: 100%;
    height: 350px;
    background: url(/Content/images/help/paper_1.png) no-repeat center center;
}

.helpbg_paper_2 {
    width: 100%;
    height: 250px;
    background: url(/Content/images/help/paper_2.png) no-repeat center center;
}

.helpbg_paper_3 {
    width: 100%;
    height: 350px;
    background: url(/Content/images/help/paper_3.png) no-repeat center center;
}

.helpbg_paper_4 {
    width: 100%;
    height: 250px;
    background: url(/Content/images/help/paper_4.png) no-repeat center center;
}

.helpbg_paper_5 {
    width: 100%;
    height: 300px;
    background: url(/Content/images/help/paper_5.png) no-repeat center center;
}

.helpbg_paper_6 {
    width: 100%;
    height: 360px;
    background: url(/Content/images/help/paper_6.png) no-repeat center center;
}

.helpbg_paper_7 {
    width: 100%;
    height: 480px;
    background: url(/Content/images/help/paper_7.png) no-repeat center center;
}

.helpbg_paper_8 {
    width: 100%;
    height: 360px;
    background: url(/Content/images/help/paper_8.png) no-repeat center center;
}

.helpbg_paper_9 {
    width: 100%;
    height: 360px;
    background: url(/Content/images/help/paper_9.png) no-repeat center center;
}

.helpbg_paper_10 {
    width: 100%;
    height: 420px;
    background: url(/Content/images/help/paper_10.png) no-repeat center center;
}

.helpbg_paper_11 {
    width: 100%;
    height: 350px;
    background: url(/Content/images/help/paper_11.png) no-repeat center center;
}

.helpbg_paper_12 {
    width: 100%;
    height: 100px;
    background: url(/Content/images/help/paper_12.png) no-repeat center center;
}

.helpbg_paper_13 {
    width: 100%;
    height: 360px;
    background: url(/Content/images/help/paper_13.png) no-repeat center center;
}

.helpbg_paper_14 {
    width: 100%;
    height: 360px;
    background: url(/Content/images/help/paper_14.png) no-repeat center center;
}

.helpbg_paper_15 {
    width: 100%;
    height: 360px;
    background: url(/Content/images/help/paper_15.png) no-repeat center center;
}

.helpbg_paper_16 {
    width: 100%;
    height: 360px;
    background: url(/Content/images/help/paper_16.png) no-repeat center center;
}

.helpbg_paper_17 {
    width: 100%;
    height: 250px;
    background: url(/Content/images/help/paper_17.png) no-repeat center center;
}

.helpbg_paper_18 {
    width: 100%;
    height: 250px;
    background: url(/Content/images/help/paper_18.png) no-repeat center center;
}


.helpbg_analis_1 {
    width: 100%;
    height: 360px;
    background: url(/Content/images/help/analis_1.png) no-repeat center center;
}

.helpbg_analis_2 {
    width: 100%;
    height: 300px;
    background: url(/Content/images/help/analis_2.png) no-repeat center center;
}

.helpbg_analis_3 {
    width: 100%;
    height: 360px;
    background: url(/Content/images/help/analis_3.png) no-repeat center center;
}

.helpbg_analis_4 {
    width: 100%;
    height: 360px;
    background: url(/Content/images/help/analis_4.png) no-repeat center center;
}

.helpbg_analis_5 {
    width: 100%;
    height: 360px;
    background: url(/Content/images/help/analis_5.png) no-repeat center center;
}



.helpbg_author_1 {
    width: 100%;
    height: 320px;
    background: url(/Content/images/help/author_1.png) no-repeat center center;
}

.helpbg_author_2 {
    width: 100%;
    height: 320px;
    background: url(/Content/images/help/author_2.png) no-repeat center center;
}

.helpbg_author_3 {
    width: 100%;
    height: 360px;
    background: url(/Content/images/help/author_3.png) no-repeat center center;
}

.helpbg_author_4 {
    width: 100%;
    height: 200px;
    background: url(/Content/images/help/author_4.png) no-repeat center center;
}

.helpbg_author_5 {
    width: 100%;
    height: 200px;
    background: url(/Content/images/help/author_5.png) no-repeat center center;
}


.helpbg_my_1 {
    width: 100%;
    height: 350px;
    background: url(/Content/images/help/my_1.png) no-repeat center center;
}


.helpbg_yw_1 {
    width: 100%;
    height: 480px;
    background: url(/Content/images/help/helpbg_yw_1.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_2 {
    width: 100%;
    height: 620px;
    background: url(/Content/images/help/helpbg_yw_2.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_3 {
    width: 100%;
    height: 460px;
    background: url(/Content/images/help/helpbg_yw_3.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_4 {
    width: 100%;
    height: 470px;
    background: url(/Content/images/help/helpbg_yw_4.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_5 {
    width: 100%;
    height: 350px;
    background: url(/Content/images/help/helpbg_yw_5.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_6 {
    width: 100%;
    height: 330px;
    background: url(/Content/images/help/helpbg_yw_6.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_7 {
    width: 100%;
    height: 600px;
    background: url(/Content/images/help/helpbg_yw_7.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_8 {
    width: 100%;
    height: 530px;
    background: url(/Content/images/help/helpbg_yw_8.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_9 {
    width: 100%;
    height: 200px;
    background: url(/Content/images/help/helpbg_yw_9.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_10 {
    width: 100%;
    height: 200px;
    background: url(/Content/images/help/helpbg_yw_10.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_11 {
    width: 100%;
    height: 260px;
    background: url(/Content/images/help/helpbg_yw_11.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_12 {
    width: 100%;
    height: 630px;
    background: url(/Content/images/help/helpbg_yw_12.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_13 {
    width: 100%;
    height: 450px;
    background: url(/Content/images/help/helpbg_yw_13.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_14 {
    width: 100%;
    height: 730px;
    background: url(/Content/images/help/helpbg_yw_14.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_15 {
    width: 100%;
    height: 1150px;
    background: url(/Content/images/help/helpbg_yw_15.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_16 {
    width: 100%;
    height: 210px;
    background: url(/Content/images/help/helpbg_yw_16.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_17 {
    width: 100%;
    height: 840px;
    background: url(/Content/images/help/helpbg_yw_17.png) no-repeat center center;
   
}
.helpbg_yw_18 {
    width: 100%;
    height: 340px;
    background: url(/Content/images/help/helpbg_yw_18.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_19 {
    width: 100%;
    height: 310px;
    background: url(/Content/images/help/helpbg_yw_19.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_20 {
    width: 100%;
    height: 320px;
    background: url(/Content/images/help/helpbg_yw_20.png) no-repeat center center;
    background-size:100%;
}

.helpbg_yw_21 {
    width: 100%;
    height: 80px;
    background: url(/Content/images/help/helpbg_yw_21.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_22 {
    width: 100%;
    height: 350px;
    background: url(/Content/images/help/helpbg_yw_22.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_23 {
    width: 100%;
    height: 370px;
    background: url(/Content/images/help/helpbg_yw_23.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_24 {
    width: 100%;
    height: 350px;
    background: url(/Content/images/help/helpbg_yw_24.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_25 {
    width: 100%;
    height: 370px;
    background: url(/Content/images/help/helpbg_yw_25.png) no-repeat center center;
   
}
.helpbg_yw_26 {
    width: 100%;
    height: 70px;
    background: url(/Content/images/help/helpbg_yw_26.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_27 {
    width: 100%;
    height: 400px;
    background: url(/Content/images/help/helpbg_yw_27.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_28 {
    width: 100%;
    height: 70px;
    background: url(/Content/images/help/helpbg_yw_28.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_29 {
    width: 100%;
    height: 360px;
    background: url(/Content/images/help/helpbg_yw_29.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_30 {
    width: 100%;
    height: 390px;
    background: url(/Content/images/help/helpbg_yw_30.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_31 {
    width: 100%;
    height: 490px;
    background: url(/Content/images/help/helpbg_yw_31.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_32 {
    width: 100%;
    height: 360px;
    background: url(/Content/images/help/helpbg_yw_32.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_33 {
    width: 100%;
    height: 400px;
    background: url(/Content/images/help/helpbg_yw_33.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_34 {
    width: 100%;
    height: 430px;
    background: url(/Content/images/help/helpbg_yw_34.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_35 {
    width: 100%;
    height: 350px;
    background: url(/Content/images/help/helpbg_yw_35.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_36 {
    width: 100%;
    height: 80px;
    background: url(/Content/images/help/helpbg_yw_36.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_37 {
    width: 100%;
    height: 350px;
    background: url(/Content/images/help/helpbg_yw_37.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_38 {
    width: 100%;
    height: 600px;
    background: url(/Content/images/help/helpbg_yw_38.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_39 {
    width: 100%;
    height: 650px;
    background: url(/Content/images/help/helpbg_yw_39.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_40 {
    width: 100%;
    height: 480px;
    background: url(/Content/images/help/helpbg_yw_40.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_41 {
    width: 100%;
    height: 350px;
    background: url(/Content/images/help/helpbg_yw_41.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_42 {
    width: 100%;
    height: 350px;
    background: url(/Content/images/help/helpbg_yw_42.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_43 {
    width: 100%;
    height: 600px;
    background: url(/Content/images/help/helpbg_yw_43.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_44 {
    width: 100%;
    height: 400px;
    background: url(/Content/images/help/helpbg_yw_44.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_45 {
    width: 100%;
    height: 650px;
    background: url(/Content/images/help/helpbg_yw_45.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_46 {
    width: 100%;
    height: 500px;
    background: url(/Content/images/help/helpbg_yw_46.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_47 {
    width: 100%;
    height: 670px;
    background: url(/Content/images/help/helpbg_yw_47.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_48 {
    width: 100%;
    height: 400px;
    background: url(/Content/images/help/helpbg_yw_48.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_49 {
    width: 100%;
    height: 550px;
    background: url(/Content/images/help/helpbg_yw_49.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_50 {
    width: 100%;
    height: 400px;
    background: url(/Content/images/help/helpbg_yw_50.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_51 {
    width: 100%;
    height: 550px;
    background: url(/Content/images/help/helpbg_yw_51.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_52 {
    width: 100%;
    height: 400px;
    background: url(/Content/images/help/helpbg_yw_52.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_53 {
    width: 100%;
    height: 570px;
    background: url(/Content/images/help/helpbg_yw_53.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_54 {
    width: 100%;
    height: 400px;
    background: url(/Content/images/help/helpbg_yw_54.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_55 {
    width: 100%;
    height: 600px;
    background: url(/Content/images/help/helpbg_yw_55.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_56 {
    width: 100%;
    height: 400px;
    background: url(/Content/images/help/helpbg_yw_56.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_57 {
    width: 100%;
    height: 600px;
    background: url(/Content/images/help/helpbg_yw_57.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_58 {
    width: 100%;
    height: 400px;
    background: url(/Content/images/help/helpbg_yw_58.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_59 {
    width: 100%;
    height: 550px;
    background: url(/Content/images/help/helpbg_yw_59.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_60 {
    width: 100%;
    height: 400px;
    background: url(/Content/images/help/helpbg_yw_60.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_61 {
    width: 100%;
    height: 550px;
    background: url(/Content/images/help/helpbg_yw_61.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_62 {
    width: 100%;
    height: 400px;
    background: url(/Content/images/help/helpbg_yw_62.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_63 {
    width: 100%;
    height: 600px;
    background: url(/Content/images/help/helpbg_yw_63.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_64 {
    width: 100%;
    height: 400px;
    background: url(/Content/images/help/helpbg_yw_64.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_65 {
    width: 100%;
    height: 580px;
    background: url(/Content/images/help/helpbg_yw_65.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_66 {
    width: 100%;
    height: 400px;
    background: url(/Content/images/help/helpbg_yw_66.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_67 {
    width: 100%;
    height: 580px;
    background: url(/Content/images/help/helpbg_yw_67.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_68 {
    width: 100%;
    height: 400px;
    background: url(/Content/images/help/helpbg_yw_68.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_69 {
    width: 100%;
    height: 580px;
    background: url(/Content/images/help/helpbg_yw_69.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_70 {
    width: 100%;
    height: 400px;
    background: url(/Content/images/help/helpbg_yw_70.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_71 {
    width: 100%;
    height: 550px;
    background: url(/Content/images/help/helpbg_yw_71.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_72 {
    width: 100%;
    height: 400px;
    background: url(/Content/images/help/helpbg_yw_72.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_73 {
    width: 100%;
    height: 580px;
    background: url(/Content/images/help/helpbg_yw_73.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_74 {
    width: 100%;
    height: 400px;
    background: url(/Content/images/help/helpbg_yw_74.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_75 {
    width: 100%;
    height: 600px;
    background: url(/Content/images/help/helpbg_yw_75.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_76 {
    width: 100%;
    height: 500px;
    background: url(/Content/images/help/helpbg_yw_76.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_77 {
    width: 100%;
    height: 600px;
    background: url(/Content/images/help/helpbg_yw_77.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_78 {
    width: 100%;
    height: 480px;
    background: url(/Content/images/help/helpbg_yw_78.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_79 {
    width: 100%;
    height: 580px;
    background: url(/Content/images/help/helpbg_yw_79.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_80 {
    width: 100%;
    height: 400px;
    background: url(/Content/images/help/helpbg_yw_80.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_81 {
    width: 100%;
    height: 580px;
    background: url(/Content/images/help/helpbg_yw_81.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_82 {
    width: 100%;
    height: 400px;
    background: url(/Content/images/help/helpbg_yw_82.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_83 {
    width: 100%;
    height: 550px;
    background: url(/Content/images/help/helpbg_yw_83.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_84 {
    width: 100%;
    height: 400px;
    background: url(/Content/images/help/helpbg_yw_84.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_85 {
    width: 100%;
    height: 500px;
    background: url(/Content/images/help/helpbg_yw_85.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_86 {
    width: 100%;
    height: 1080px;
    background: url(/Content/images/help/helpbg_yw_86.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_87 {
    width: 100%;
    height: 550px;
    background: url(/Content/images/help/helpbg_yw_87.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_88 {
    width: 100%;
    height: 650px;
    background: url(/Content/images/help/helpbg_yw_88.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_89 {
    width: 100%;
    height: 500px;
    background: url(/Content/images/help/helpbg_yw_89.png) no-repeat center center;
    background-size:100%;
}

.helpbg_yw_90 {
    width: 100%;
    height: 700px;
    background: url(/Content/images/help/helpbg_yw_90.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_91 {
    width: 100%;
    height: 550px;
    background: url(/Content/images/help/helpbg_yw_91.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_92 {
    width: 100%;
    height: 500px;
    background: url(/Content/images/help/helpbg_yw_92.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_93 {
    width: 100%;
    height: 500px;
    background: url(/Content/images/help/helpbg_yw_93.png) no-repeat center center;
    background-size:100%;
}
.helpbg_yw_94 {
    width: 100%;
    height: 450px;
    background: url(/Content/images/help/helpbg_yw_94.png) no-repeat center center;
    background-size:100%;
}
#f_4 .help_text{margin-bottom:0px;}



.helpbg_ts_1 {
    width: 70%;
    height: 400px;
    background: url(/Content/images/help/helpbg_ts_1.png) no-repeat center center;
    background-size:100%;
}
.helpbg_ts_2 {
    width: 100%;
    height: 370px;
    background: url(/Content/images/help/helpbg_ts_2.png) no-repeat center center;
    background-size:100%;
}
.helpbg_ts_3 {
    width: 30%;
    height: 560px;
    background: url(/Content/images/help/helpbg_ts_3.png) no-repeat center center;
    float:left;
}
.helpbg_ts_4 {
    width: 30%;
    height: 320px;
    background: url(/Content/images/help/helpbg_ts_4.png) no-repeat center center;
    float:left;
    margin-top:245px;
}
.helpbg_ts_5 {
    width: 30%;
    height: 120px;
    background: url(/Content/images/help/helpbg_ts_5.png) no-repeat center center;
    float:left;
}
.helpbg_ts_6 {
    width: 30%;
    height: 120px;
    background: url(/Content/images/help/helpbg_ts_6.png) no-repeat center center;
    float:left;
}
.helpbg_ts_7 {
    width: 30%;
    height: 120px;
    background: url(/Content/images/help/helpbg_ts_7.png) no-repeat center center;
    float:left;
}
.helpbg_ts_8 {
    width: 100%;
    height: 460px;
    background: url(/Content/images/help/helpbg_ts_8.png) no-repeat center center;
}
.helpbg_ts_9 {
    width: 100%;
    height: 100px;
    background: url(/Content/images/help/helpbg_ts_9.png) no-repeat center center;
}
.helpbg_ts_10 {
    width: 100%;
    height: 840px;
    background: url(/Content/images/help/helpbg_ts_10.png) no-repeat center center;
}
.helpbg_ts_11 {
    width: 100%;
    height: 610px;
    background: url(/Content/images/help/helpbg_ts_11.png) no-repeat center center;
}
.helpbg_ts_12 {
    width: 100%;
    height: 600px;
    background: url(/Content/images/help/helpbg_ts_12.png) no-repeat center center;
    background-size:100%;
}
.helpbg_ts_13 {
    width: 100%;
    height: 400px;
    background: url(/Content/images/help/helpbg_ts_13.png) no-repeat center center;
}
.helpbg_ts_14 {
    width: 100%;
    height: 1070px;
    background: url(/Content/images/help/helpbg_ts_14.png) no-repeat center center;
   
}
.helpbg_ts_15 {
    width: 100%;
    height: 790px;
    background: url(/Content/images/help/helpbg_ts_15.png) no-repeat center center;
}
.helpbg_ts_16 {
    width: 100%;
    height: 650px;
    background: url(/Content/images/help/helpbg_ts_16.png) no-repeat center center;
    background-size:100%;
}
.helpbg_ts_17 {
    width: 100%;
    height: 250px;
    background: url(/Content/images/help/helpbg_ts_17.png) no-repeat center center;
    background-size:100%;
}
.helpbg_ts_18 {
    width: 100%;
    height: 480px;
    background: url(/Content/images/help/helpbg_ts_18.png) no-repeat center center;
    background-size:100%;
}
.helpbg_ts_19 {
    width: 100%;
    height: 650px;
    background: url(/Content/images/help/helpbg_ts_19.png) no-repeat center center;
    background-size:100%;
}
.helpbg_ts_20 {
    width: 100%;
    height: 600px;
    background: url(/Content/images/help/helpbg_ts_20.png) no-repeat center center;
    background-size:100%;
}

.helpbg_ts_21 {
    width: 100%;
    height: 480px;
    background: url(/Content/images/help/helpbg_ts_21.png) no-repeat center center;
    background-size:100%;
}
.helpbg_ts_22 {
    width: 100%;
    height: 390px;
    background: url(/Content/images/help/helpbg_ts_22.png) no-repeat center center;
}

.helpbg_zx_2_1 {
    width: 100%;
    height: 390px;
    background: url(/Content/images/help_xszx/zx_2_1.png) no-repeat center center;
    background-size: contain;
}
.helpbg_zx_4_1 {
    width: 100%;
    height: 700px;
    margin-top:10px;
    background: url(/Content/images/help_xszx/zx_4_1.png) no-repeat center center;
     background-size: contain;
}

.helpbg_zx_4_2 {
    width: 100%;
    height: 700px;
    margin-top:10px;
    background: url(/Content/images/help_xszx/zx_4_2.png) no-repeat center center;
     background-size: contain;
}

.helpbg_zx_5_1 {
    width: 100%;
    height: 600px;
    background: url(/Content/images/help_xszx/zx_5_1.png) no-repeat center center;
     background-size: contain;
}

.helpbg_zx_5_2 {
    width: 100%;
    height: 200px;
    background: url(/Content/images/help_xszx/zx_5_2.png) no-repeat center center;
     background-size: contain;
}
.helpbg_zx_5_3 {
    width: 100%;
    height: 200px;
    background: url(/Content/images/help_xszx/zx_5_3.png) no-repeat center center;
     background-size: contain;
}
.helpbg_zx_5_4 {
    width: 100%;
    height: 200px;
    background: url(/Content/images/help_xszx/zx_5_4.png) no-repeat center center;
     background-size: contain;
}
.helpbg_zx_5_5 {
    width: 100%;
    height: 200px;
    background: url(/Content/images/help_xszx/zx_5_5.png) no-repeat center center;
     background-size: contain;
}
.helpbg_zx_5_6 {
    width: 100%;
    height: 700px;
    background: url(/Content/images/help_xszx/zx_5_6.png) no-repeat center center;
     background-size: contain;
}
.helpbg_zx_5_7 {
    width: 49%;
    height: 700px;
    background: url(/Content/images/help_xszx/zx_5_7.png) no-repeat center right;
     background-size: contain;
     display:inline-block;
}
.helpbg_zx_5_8 {
    width: 50%;
    height: 643px;
    background: url(/Content/images/help_xszx/zx_5_8.png) no-repeat center left;
     background-size: contain;
       display:inline-block;
}
.helpbg_zx_5_9 {
    width: 100%;
    height: 700px;
    background: url(/Content/images/help_xszx/zx_5_9.png) no-repeat center center;
     background-size: contain;
}
.helpbg_zx_5_10 {
    width: 100%;
    height: 700px;
    background: url(/Content/images/help_xszx/zx_5_10.png) no-repeat center center;
     background-size: contain;
}

.helpbg_zx_5_11 {
    width: 49%;
    height: 700px;
    background: url(/Content/images/help_xszx/zx_5_11.png) no-repeat center right;
     background-size: contain;
     display:inline-block;
}
.helpbg_zx_5_12 {
    width: 50%;
    height: 700px;
    background: url(/Content/images/help_xszx/zx_5_12.png) no-repeat center left;
     background-size: contain;
       display:inline-block;
}
.helpbg_zx_5_13 {
    width: 100%;
    height: 700px;
    background: url(/Content/images/help_xszx/zx_5_13.png) no-repeat center center;
     background-size: contain;
}
.helpbg_zx_5_14 {
    width: 100%;
    height: 700px;
    background: url(/Content/images/help_xszx/zx_5_14.png) no-repeat center center;
     background-size: contain;
}
.helpbg_zx_5_15 {
    width: 100%;
    height: 700px;
    background: url(/Content/images/help_xszx/zx_5_15.png) no-repeat center center;
     background-size: contain;
}
.helpbg_zx_5_16 {
    width: 49%;
    height: 637px;
    background: url(/Content/images/help_xszx/zx_5_16.png) no-repeat center right;
     background-size: contain;
     display:inline-block;
}
.helpbg_zx_5_17 {
    width: 50%;
    height: 700px;
    background: url(/Content/images/help_xszx/zx_5_17.png) no-repeat center left;
     background-size: contain;
       display:inline-block;
}
.helpbg_zx_5_18 {
    width: 100%;
    height: 700px;
    background: url(/Content/images/help_xszx/zx_5_18.png) no-repeat center center;
     background-size: contain;
}
.helpbg_zx_5_19 {
    width: 100%;
    height: 700px;
    background: url(/Content/images/help_xszx/zx_5_19.png) no-repeat center center;
     background-size: contain;
}

.helpbg_zx_5_20 {
    width: 49%;
    height: 600px;
    background: url(/Content/images/help_xszx/zx_5_20.png) no-repeat center right;
     background-size: contain;
     display:inline-block;
}
.helpbg_zx_5_21 {
    width: 50%;
    height: 700px;
    background: url(/Content/images/help_xszx/zx_5_21.png) no-repeat center left;
     background-size: contain;
       display:inline-block;
}
.helpbg_zx_5_22 {
    width: 49%;
    height: 700px;
    background: url(/Content/images/help_xszx/zx_5_22.png) no-repeat center right;
     background-size: contain;
     display:inline-block;
}
.helpbg_zx_5_23 {
    width: 50%;
    height: 654px;
    background: url(/Content/images/help_xszx/zx_5_23.png) no-repeat center left;
     background-size: contain;
     display:inline-block;
}
.helpbg_zx_5_24 {
    width: 49%;
    height: 700px;
    background: url(/Content/images/help_xszx/zx_5_24.png) no-repeat center right;
     background-size: contain;
     display:inline-block;
}
.helpbg_zx_5_25 {
    width: 50%;
    height: 700px;
    background: url(/Content/images/help_xszx/zx_5_25.png) no-repeat center left;
     background-size: contain;
     display:inline-block;
}
.helpbg_zx_5_26 {
    width: 49%;
    height: 700px;
    background: url(/Content/images/help_xszx/zx_5_26.png) no-repeat center right;
     background-size: contain;
     display:inline-block;
}
.helpbg_zx_5_27 {
    width: 50%;
    height: 700px;
    background: url(/Content/images/help_xszx/zx_5_27.png) no-repeat center left;
     background-size: contain;
     display:inline-block;
}
.helpbg_zx_5_28 {
    width: 49%;
    height: 700px;
    background: url(/Content/images/help_xszx/zx_5_28.png) no-repeat center right;
     background-size: contain;
     display:inline-block;
}
.helpbg_zx_5_29 {
    width: 50%;
    height: 700px;
    background: url(/Content/images/help_xszx/zx_5_29.png) no-repeat center left;
     background-size: contain;
     display:inline-block;
}
.helpbg_zx_5_30 {
    width: 100%;
    height: 700px;
    background: url(/Content/images/help_xszx/zx_5_30.png) no-repeat center center;
     background-size: contain;
}
.helpbg_zx_5_31 {
    width: 100%;
    height: 700px;
    background: url(/Content/images/help_xszx/zx_5_31.png) no-repeat center center;
     background-size: contain;
}
.helpbg_zx_5_32 {
    width: 100%;
    height: 500px;
    background: url(/Content/images/help_xszx/zx_5_32.png) no-repeat center center;
     background-size: contain;
}
.helpbg_zx_5_33 {
    width: 100%;
    height: 500px;
    background: url(/Content/images/help_xszx/zx_5_33.png) no-repeat center center;
     background-size: contain;
}
.helpbg_zx_5_34 {
    width: 100%;
    height: 500px;
    background: url(/Content/images/help_xszx/zx_5_34.png) no-repeat center center;
     background-size: contain;
}
.helpbg_zx_5_35 {
    width: 100%;
    height: 500px;
    background: url(/Content/images/help_xszx/zx_5_35.png) no-repeat center center;
     background-size: contain;
}
.helpbg_zx_5_36 {
    width: 100%;
    height: 500px;
    background: url(/Content/images/help_xszx/zx_5_36.png) no-repeat center center;
     background-size: contain;
}
.helpbg_zx_5_37 {
    width: 100%;
    height: 500px;
    background: url(/Content/images/help_xszx/zx_5_37.png) no-repeat center center;
     background-size: contain;
}
.helpbg_zx_5_38 {
    width: 100%;
    height: 500px;
    background: url(/Content/images/help_xszx/zx_5_38.png) no-repeat center center;
     background-size: contain;
}
  .zx_pjzb_table {
    width: 100%;
    font: normal normal 14px/16px "Microsoft YaHei";
    text-align: left;
    border-collapse: collapse;
    margin-top: 2px;
    border: 1px solid #2c5393d9;
    border-top-width: 3px;
    border-bottom-width: 3px;
    margin-bottom: 30px;
}
  .zx_pjzb_table tr:nth-child(even) {
    background-color: #f2f2f2;
}
    .zx_pjzb_table td, .zx_pjzb_table th {
        padding: 10px 15px;
    }

    .zx_pjzb_table .Header {
        background: #E3EBF9;
        font-weight: bold;
         border: 1px solid #2c5393d9;
         border-bottom-width: 3px;

    }

    .zx_pjzb_table .tablebody {
        background-color: #ffffff;
         border: 1px solid #2c5393d9;
    }


.tableul{margin:0px 100px;}
.tableul li{display:block;text-align:left;}

 .mask{
	position: fixed;
	top: 0; bottom: 0;
	width:100vw;
	height: 100vh;
	display: flex;
    align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 100;
	display: none;
}
.mask .show{
	width:900px; height:500px;
	border: 0;
	position: relative;
}
.mask .show :focus{
	outline: none;
}
.mask .show :hover{
	outline: none;
}
.mask .show video{
	width: 100%;
	height: 100%;
	z-index: 100;
	/* float: left; */
	background-color: #000;
}

.mask .show .close{
	background-color:rgba(0, 0, 0, 0) ;
	border: 0;
	cursor: pointer;
}
.mask .show .close img{
	width: 36px;
	height: 36px;
}
.mask .show .pArea{
	float: left;
	width:calc(100% - 36px - 1em);
	margin-top: 36px;
}


.server-dbts {
    padding: 10px 0px 30px 0px;
    width: 100%;
}


/*在线反馈*/
.server_ctitle {
    font-size: 22px;
    font-family: Microsoft YaHei Bold;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    margin-top: 30px;
    text-align: center;
}

.server_title {
    font-size: 16px;
    font-family: Microsoft YaHei Bold;
    font-weight: bold;
    line-height: 20px;
    color: #333333;
    margin-top: 15px;
    margin-bottom: 5px;
}

.server_text {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 18px;
    color: #333333;
    margin-bottom: 5px;
}


.feed-dbts {
    padding: 30px 0px 0px 200px;
    width: 100%;
}

    .feed-dbts b {
        color: #F00;
    }

.feed_ctitle {
    font-size: 22px;
    font-family: Microsoft YaHei Bold;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    margin-top: 30px;
    text-align: center;
}

.feed_title {
    font-size: 16px;
    font-family: Microsoft YaHei Bold;
    font-weight: bold;
    line-height: 20px;
    color: #333333;
    margin-top: 15px;
    margin-bottom: 5px;
}

.feed_text {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 18px;
    color: #333333;
    margin-bottom: 5px;
}

/*个人空间*/
.colum_mes div {
    margin-bottom: 30px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
}
    .colum_mes div input {
        width: 767px;
        height: 40px;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

    .colum_mes div span {
        display: inline-block;
        width: 100px;
        text-align: right;
        margin-right: 10px;
    }

    .savebtn {
    width: 100px;
    height: 40px;
    border: none;
    background: #0575E6;
    color: #fff;
    border-radius: 4px;
    margin-right: 10px;
    cursor: pointer;
}

    .feed_content {
    width: 1250px;
    overflow: hidden;
    margin: 0 auto;
    padding: 10px 0px 10px 0px;
    font-family: "Microsoft YaHei", sans-serif;
}
