@charset "utf-8";
*{margin:0px;padding:0px;font-size:14px; font-family:"微软雅黑", Arial, Helvetica, sans-serif;}
body{ _height:auto;height:auto; margin:0px auto;}
button,submit{cursor:pointer;}
.clear { display:block !important; clear:both; height:0px; line-height:0px; font-size:0 } 
img{border:0;vertical-align:middle;}
li{list-style-type:none;}
ul{list-style:none;}
a:link,a:visited{text-decoration:none;}
a:hover{text-decoration:none;}
.cl{ clear:both;}
.fr{float:right}
.fl{float:left}

.all{ width:100%; min-height:100px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1; position: absolute;}




@media screen and (max-width:800px){

/*首页开始*/
.header{width:100%;height:50px;background:#fff;box-shadow:0px 5px 5px rgba(0,0,0,.1);position: fixed;top:0%;left:0%;z-index:2;}
.headerz{width:30%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-left:5%;margin-top:8px;}

.navDiv{width:80%;height:100%;background:#fff;
  /*animation:tkMain 0.6s;
  -webkit-animation:tkMain 0.6s;*/

animation:navDiv 0.4s;-webkit-animation:navDiv 0.4s;
animation-fill-mode:forwards;
-webkit-animation-fill-mode:forwards;
opacity:0;
}
.navHide{width:20%;height:100%;}
.navDivzz{width:40%;height:100%;overflow: hidden;}
.navDivz{width:106%;height:100%;overflow-x:hidden;
        overflow-x:visible;overflow:auto;}
.test-1::-webkit-scrollbar {/*滚动条整体样式*/
        width: 3px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }
.test-1::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 3px;
         -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: #cfcfcf;
    }
.test-1::-webkit-scrollbar-track {/*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 3px;
        background: #f4f4f4;
    }
.navDivz ul li{width:100%;height:70px;background:#eef2f7;margin-bottom:2px;text-align: center;}
.navDivz ul li a{line-height:70px;color:#323232;font-size:1.1em;display: block;}
.navDivy{width:52%;height:100%;margin-right:4%;display: none;overflow: hidden;}
.navDivyDiv{width:105%;height:100%;overflow-x:hidden;
        overflow-x:visible;overflow:auto;}
.test-2::-webkit-scrollbar {/*滚动条整体样式*/
        width: 3px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }
.test-2::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 3px;
         -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: #cfcfcf;
    }
.test-2::-webkit-scrollbar-track {/*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 3px;
        background: #f4f4f4;
    }
.navDivyDiv ul li{width:100%;height:38px;background:#f4f4f4;margin-top:10px;text-align: center;}
.navDivyDiv ul li a{line-height:38px;font-size:0.8em;color:#5c5c5c;display: block;}

.banner{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:50px;}

.icon{width:95%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:12px;margin-bottom:12px;}
.iconDiv{width:46%;height:90px;border-radius:6px;box-shadow:0px 0px 15px rgba(0,42,186,.05);background:#fff;margin:2%;float: left;text-align: center;}
.iconDiv img{margin-top:15px;}
.iconDiv p{line-height:30px;color:#323232;font-size:1em;}

.footerNav{width:100%;height:50px;background:#fff;border-top:1px solid #e9e9e9;position: fixed;bottom:0px;left:0%;}
.footerNav ul li{width:25%;height:50px;text-align: center;line-height:25px;float: left;}
.footerNav ul li img{margin-top:6px;}
.footerNav ul li:hover .xl1{display: block;}
.footerNav ul li a{font-size:0.8em;color:#5c5c5c;display:block;}
.xl1{display: none;position:absolute;z-index:15;}
.footerNav ul li ul li{width:150px;float:none;background:#fff;display: block;position: relative;height:40px;line-height:40px;box-shadow:0px 5px 5px rgba(0,0,0,.2);bottom:-1px;z-index: 100;}
.nav2{width:100%;height:100%;position:fixed;bottom:0px;left:0%;z-index:10;display: none;}
.nav2Div{width:30%;height:160px;border-radius:5px;box-shadow:0px 0px 15px rgba(0,0,0,.2);position: absolute;z-index: 11;bottom:50px;right:2%;background:#fff;}
.nav2Div ul li{width:100%;height:31px;border-bottom:1px solid #dedede;text-align: center;line-height:31px;}
.nav2Div ul li a{color:#5c5c5c;font-size:14px;}
/*首页结束*/

.header{width:100%;height:50px;background:#fff;box-shadow:0px 5px 5px rgba(0,0,0,.1);position: fixed;top:0%;left:0%;z-index:2;}
.headerz{width:30%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-left:5%;margin-top:8px;}
.headery{width:24px;height:24px;margin-top:13px;margin-right:5%;}




.in1{width:100%;min-height:450px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;background: url(../images/wbj.jpg) no-repeat top center;background-size:100% 100%;overflow:hidden;animation:in1 0.6s;-webkit-animation:in1 0.6s;
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;
    opacity:0;
    /*animation-delay:0.3s;-webkit-animation-delay:0.3s;*/}


.in1n{width:100%;min-height:420px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;}
.in3{width:90%;height: 70px;margin:0px auto;margin-top: 20px;}
.in3z{width: 100%;height: 70px;}
.in3zz{width:15%;height: 70px;margin-left: 1%;}
.in3zy{width:71%;height: 55px;margin-left: 10px;}
.in3zy h2{line-height:1.5em;font-size:1.8em;color: #fff;font-weight: normal;letter-spacing:0pt;}
.in3zy p{line-height: 1em;color:#fff;font-size: 0.7em;font-weight: normal;}
.in3zy2{width:10%;height: 65px;margin-top: 10px;display: none;}
.in3zy2 h2{line-height:2em;font-size: 1.2em;color: #fff;letter-spacing:3pt;}

.in3zy3{width:30px;height:30px;margin-top:13px;}
.nav{width:100%;height:100%;position:fixed;z-index:22;top:0%;left:0%;display: none;
}



.in3y{width:100%;height:70px;border-top:1px solid #fff;
animation:in3y 0.6s;-webkit-animation:in3y 0.6s;
animation-fill-mode:forwards;
-webkit-animation-fill-mode:forwards;
opacity:1;
}

.in3ys{width:60%;height: 30px;float:left;margin-top: 15px;}
.in3ys1{width: 220px;height:30px;margin-right: 10px;}
.in3ys1 p{line-height:30px;font-size: 1.1em;color: #fff;text-align: left;}

.in3ys2{width: 20px;height:20px;position: relative;margin-right: 10px;display:none;}
.in3ys2s{width:10px;height: 10px;border-radius: 20px;border:1px solid #fff;position: absolute;right: -5px;top:0px;background: #ff3300;}
.in3ys2s p{font-size: 6px;line-height: 10px;text-align: center;color: #fff;}
.in3ys3{width:17px;height:17px;margin-top: 3px;display:none;}

.in3yx{width:100%;height: 30px;float: right;margin-top: 15px;}
.in3yx1{width:80px;height:25x;border-radius: 30px;background: #0e75ff;border:1px solid #fff;display: none;}
.in3yx1 h2{line-height: 25px;text-align: center;}
.in3yx1 h2 a{font-size: 0.9em;color: #fff;font-weight: normal;}
.in3yx1:hover{background: #f22e13;}
.in3yx2{width:80px;height:25px;border-radius: 30px;background: #0e75ff;border:1px solid #fff;margin-left: 10px;}
.in3yx2 h2{line-height:25px;text-align: center;}
.in3yx2 h2 a{font-size:0.9em;color: #fff;font-weight: normal;}
.in3yx2:hover{background: #ef4c16;}




/*上半部分内容开始*/
.in4{width:90%;min-height:100px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top: 77px;}
.in4z{width:100%;min-height:100px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;background:#fff;float: left;margin-bottom: 20px;}


.in5z{width:100%;height:40px;}
.in5z ul li{width:25%;height:40px;text-align: center;background: #37c3fe;line-height:40px;float:left;}
.in5z ul li a{font-size: 1em;color: #fff;font-weight: normal;display: block;}

/*内部通知*/
.in5y{width:90%;min-height:100px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:15px;margin-bottom: 10px;display: none;}
.in5y1{width:100%;height: 45px;background: #f7f7f7;margin-bottom: 6px;}
.in5y1z{width:15%;height: 30px;margin-top: 7px;margin-left: 10px;position: relative;}
.in5y1z h2{line-height:30px;color: #fff;font-size:1em;text-align: center;margin-right: 6px;}

.in5y1zs{width:8px;height: 8px;border-radius: 20px;border:2px solid #fff;position: absolute;right: 0px;top:-5px;background: #ff3300;}

.in5y1y{width: 64%;height:30px;margin-left: 10px;padding-top: 5px;}
.in5y1y h2{line-height:18px;font-size: 0.9em;color: #6b6b6b;font-weight:normal;}
.in5y1y2{width: 14%;height:45px;}
.in5y1y2 img{width: 100%;height: 100%;}
.in5y1:hover{background:#efefef;}
.in5y1:hover .in5y1y h2{font-size:0.9em;color: #2d92ff;}

/*内部邮箱*/
.in5y2{width:90%;min-height:100px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-right: 20px;margin-top:15px;margin-bottom: 10px;}
.in5y2s{width:100%;height:70px;}
.in5y2s1{width:18.5%;height: 70px;background: #e6f7fa;border-radius:3px;overflow: hidden;margin-right:1%;}
.in5y2s1s{width:30px;height:30px;margin:0px auto;background: url(../images/in16.png) no-repeat; background-size: 100% 100%;margin-top: 10px;}
.in5y2s1x{width: 100%;height:30px;margin:0px auto;}
.in5y2s1x h2{line-height:30px;font-size: 0.8em;color: #59c8e1;text-align: center;font-weight: normal;}
.in5y2s1:hover{background: #5ac8e1;}
.in5y2s1:hover .in5y2s1s{background: url(../images/in17.png) no-repeat; background-size: 100% 100%;}
.in5y2s1:hover .in5y2s1x h2{font-size: 16px;color: #fff;}

.in5y2s2{width:18.8%;height:70px;background: #eef7e8;border-radius:3px;overflow: hidden;margin-right: 5px;}
.in5y2s2s{width:35px;height:30px;margin:0px auto;background: url(../images/in19.png) no-repeat; background-size: 100% 100%;margin-top: 10px;}
.in5y2s2x{width:100%;height:30px;margin:0px auto;}
.in5y2s2x h2{line-height:30px;font-size: 0.8em;color: #8ed16e;text-align: center;font-weight: normal;}
.in5y2s2:hover{background: #8ed16e;}
.in5y2s2:hover .in5y2s2s{background: url(../images/in18.png) no-repeat; background-size: 100% 100%;}
.in5y2s2:hover .in5y2s2x h2{font-size: 16px;color: #fff;}

.in5y2s3{width:18.8%;height:70px;background: #fef4e4;border-radius:3px;overflow: hidden;margin-right: 5px;}
.in5y2s3s{width:40px;height:30px;margin:0px auto;background: url(../images/in21.png) no-repeat; background-size: 100% 100%;margin-top: 10px;}
.in5y2s3x{width:100%;height:30px;margin:0px auto;}
.in5y2s3x h2{line-height:30px;font-size: 0.8em;color: #f9b743;text-align: center;font-weight: normal;}
.in5y2s3:hover{background: #f9b743;}
.in5y2s3:hover .in5y2s3s{background: url(../images/in20.png) no-repeat; background-size: 100% 100%;}
.in5y2s3:hover .in5y2s3x h2{font-size: 16px;color: #fff;}

.in5y2s4{width:18.8%;height:70px;background: #feeeeb;border-radius:3px;overflow: hidden;margin-right: 5px;}
.in5y2s4s{width:30px;height:30px;margin:0px auto;background: url(../images/in23.png) no-repeat; background-size: 100% 100%;margin-top: 10px;}
.in5y2s4x{width:100%;height:30px;margin:0px auto;}
.in5y2s4x h2{line-height:30px;font-size: 0.8em;color: #f79076;text-align: center;font-weight: normal;}
.in5y2s4:hover{background: #f79076;}
.in5y2s4:hover .in5y2s4s{background: url(../images/in22.png) no-repeat; background-size: 100% 100%;}
.in5y2s4:hover .in5y2s4x h2{font-size: 16px;color: #fff;}

.in5y2s5{width:18.2%;height:70px;background: #d6f5f5;border-radius:3px;overflow: hidden;}
.in5y2s5s{width:30px;height:30px;margin:0px auto;background: url(../images/in25.png) no-repeat; background-size: 100% 100%;margin-top: 10px;}
.in5y2s5x{width:100%;height:30px;margin:0px auto;}
.in5y2s5x h2{line-height:30px;font-size: 0.8em;color: #2bb2b2;text-align: center;font-weight: normal;}
.in5y2s5:hover{background: #2bb2b2;}
.in5y2s5:hover .in5y2s5s{background: url(../images/in24.png) no-repeat; background-size: 100% 100%;}
.in5y2s5:hover .in5y2s5x h2{font-size: 16px;color: #fff;}

.in5y2x{width:100%;min-height:100px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top: 10px;}
.in5y2x table{border-collapse: collapse;}

.in5y2x tr th{border:1px solid #dedede;font-size:0.9em;color: #323232;background: #f2f2f2;line-height: 25px;font-weight: normal;}
.in5y2x tr td{border:1px solid #dedede;font-size: 0.8em;color: #5c5c5c;line-height:1em;padding-top: 5px;padding-bottom: 5px;}
.in5y2x1{width:100%;height: 18px;margin:0px auto;background: #2bb2b2;border-radius: 2px;text-align: center;display: block;line-height: 18px;color: #fff;font-size: 0.8em;}
.in5y2x tr td:hover{color: #323232}
.in5y2x1:hover{background: #1c9a9a;}

/*会员风采*/
.in5y3{width:90%;min-height:100px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-right: 20px;margin-top: 15px;margin-bottom: 10px;}
.in5y3s{width: 100%;height:95px;background: #f7f7f7;}
.in5y3sz{width:42%;height: 95px;overflow:hidden;}
.in5y3sz img{height: 100%}
.in5y3sy{width:50%;height:95px;margin-right: 10px;}
.in5y3sy h2{line-height:1.5em;font-size: 0.9em;color: #323232;font-weight: normal;margin-top: 10px;}
.in5y3sy p{line-height: 1.5em;font-size: 0.8em;color: #5c5c5c;margin-top: 5px;}
.in5y3s:hover{background:#efefef;}
.in5y3s:hover .in5y3sy h2{font-size: 13px;color: #2d92ff;}

.in5y3x{width: 100%;height: 155px;}
.in5y3x1{width:100%;height: 45px;background: #f7f7f7;margin-top: 6px;}
.in5y3x1z{width:80%;height: 30px;margin-top: 5px;margin-left: 10px;position: relative;}
.in5y3x1z h2{line-height:18px;font-size: 13px;color: #6b6b6b;font-weight:normal;}
.in5y3x1y{width: 50px;height:45px;}
.in5y3x1y img{width: 100%;height: 100%;}
.in5y3x1:hover{background:#efefef;}
.in5y3x1:hover .in5y3x1z h2{font-size: 13px;color: #2d92ff;}

/*我的*/
.in5y4{width:90%;min-height:100px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-right: 20px;margin-top:15px;margin-bottom: 10px;}
.in5y41{width: 31%;height: 109px;float:left;overflow: hidden;background: #f8f8f8;border-radius:5px;}
.in5y41s{width:52px;height: 52px;margin:0px auto;overflow: hidden;margin-top:15px;}
.in5y41s img{transition:All 0.4s ease-in-out; -webkit-transition:All 0.4s ease-in-out;-moz-transition:All 0.4s ease-in-out;-o-transition:All 0.4s ease-in-out;}
.in5y41:hover .in5y41s img{transform:rotate(360deg); -webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);}

.in5y41x{width:100px;height: 45px;margin:0px auto;}
.in5y41x h2{line-height:33px;text-align: center;font-size: 1em;color: #5c5c5c;font-weight: normal;}
.in5y41:hover .in5y41x1 h2{color: #5ac8e1;}
.in5y41:hover .in5y41x2 h2{color: #8bcc6b;}
.in5y41:hover .in5y41x3 h2{color: #f9b743;}
.in5y41:hover .in5y41x4 h2{color: #f79076;}
.in5y41:hover .in5y41x5 h2{color: #46bcbc;}
.in5y41:hover .in5y41x6 h2{color: #6699ff;}

.in4y{width:100%;min-height:100px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;background: #fff;float:left:margin-top:20px;margin-bottom: 20px;}
.in4yn{width: 90%;height:auto;margin:0px auto;margin-top: 15px;margin-bottom: 15px;}


.in2{ width:92%;min-height:195px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1; margin-top:10px;z-index: 2;
    animation:in2 0.6s;-webkit-animation:in2 0.6s;
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;
    opacity:0;}


.in21{width: 48%;height:125px;overflow:hidden;float:left;margin-left:1%;margin-right: 1%;margin-top: 2%}

.in21s{width:100%;height:95px;text-align: center;margin-top: 20px;}
.in21s h2{line-height:45px;text-align: center;}
.in21s h2 a{font-size: 1.3em;color: #fff;font-weight: normal;}
.in21x{width:100%;height:30px;margin:0px auto;text-align: center;display: none;}
.in21x ul li{line-height:30px;float: left;text-align: center;}
.in21x ul li a{font-size:0.9em;color: #fff;}

.in21x1 ul li{width: 44%;height:30px;background:#e4b052;margin-left:5px;margin-right: 5px;}
.in21x2 ul li{width: 60%;height:30px;background:#e28e79;margin-left: 20%}
.in21x3 ul li{width: 44%;height:30px;background:#46b0e2;margin-left:5px;margin-right: 5px;}
.in21x4 ul li{width: 28.5%;height:30px;background:#89c06c;margin-left:4px;margin-right: 4px;}
.in21x4 ul li a{font-size:0.8em;color: #fff;}

.in21x1 ul li:hover{background: #d6a040}
.in21x2 ul li:hover{background: #d7806a}
.in21x3 ul li:hover{background: #3aa6d8}
.in21x4 ul li:hover{background: #7cb55e}




/*底部开始*/
.footer{width:100%; min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;background: #f3f3f3;overflow: hidden;margin-top: 25px;display: none;}
.footern{width:90%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top: 30px;margin-bottom: 20px;}
.footern p{line-height:1.5em;font-size: 1em;color: #5c5c5c;text-align: center;}
.footern p a{font-size:0.9em;color: #5c5c5c;}


/**************************通知页面开始*****************************/
.header{width:100%;height:60px;background:#fff;box-shadow:0px 0px 15px rgba(0,0,0,.2);overflow: hidden;}
.header222{width:100%;height:60px;background:#fff;box-shadow:0px 0px 15px rgba(0,0,0,.2);overflow: hidden;}
.headerDiv{width:95%;height:140px;margin:0 auto;}
.headerDiv222{width:95%;height:140px;margin:0 auto;}
.headerTop{width:90%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin:0 auto;margin-top:16px;float: left;}
.headerTop222{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin:0 auto;margin-top:16px;float: left;}
.headerLogo{width:47%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;}
.headerR{width:48%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;float: left;margin-left:3%;}
.headerRT{width:68%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;}
/* .headerRT p{line-height:30px;color:#5c5c5c;font-size:1em;text-align: right;float: left;width:75%;} */
.headerRT p{display: none;}

.aa1{display: none;}
.headerRTBtn{width:16px;height:16px;}
/*.headerRTDiv{width:5px;height:5px;border-radius:50%;background:#ff0000;border:2px solid #fff;position:absolute;top:2px;right:2px;}*/
.headerRTBtn{width:16px;height:16px;float: left;margin-top:5px;margin-left: 5px;position: relative;}
.headerRTBtn img{margin-bottom: 2px;}
.headerRTBtns{position: absolute;width:5px;height:5px;border-radius: 50px;border:1px solid #fff;background:#ff0000;right:-3px;top:1px;}
.headerBtn1{width:25%;height:18px;border:1px solid #2c8fff;color:#2c8fff;font-size:0.8em;display: block;float: right;text-align: center;line-height:20px;border-radius: 50px;transition:0.6s;margin-top:5px;}
.headerBtn1:hover{background:#2c8fff;color:#fff;}
.aa2{display: none;}
.headerNav{width:26px;height:26px;float:right;margin-top:16px;}
.headerNavDiv{width:488px;height:40px;float: left;display: block;display: none;}
.headerNavDiv ul li{line-height:38px;float:left;text-align: center;font-size: 14px;margin-right:15px;margin-left: 15px;}
.headerNavDiv ul li:hover .xl1{display: block;}
.headerNavDiv ul li a{font-size:14px;color:#5c5c5c;display:block;border-bottom:5px solid #fff;}
.xl1{display: none;position:absolute;z-index: 999;}
.headerNavDiv ul li ul li{width:105px;float:none;background:#fff;display: block;position: relative;height:40px;line-height:40px;box-shadow:0px 5px 5px rgba(0,0,0,.2);top:0px;margin-left: -25px;z-index: 999;}


.headerNavDiv1{height:40px;width:100px;float: left;display: block;display: none;}
.headerNavDiv1 ul li{line-height:40px;float:left;text-align: center;font-size: 14px;margin-right:15px;margin-left: 15px;}
.headerNavDiv1 ul li:hover .xl1{display: block;}
.headerNavDiv1 ul li a{font-size:14px;color:#5c5c5c;display:block;border-bottom:5px solid #fff;}
.xl1{display: none;position:absolute;z-index: 999;}
.headerNavDiv1 ul li ul li{width:105px;background:#fff;display: block;position: relative;height:40px;line-height:40px;box-shadow:0px 5px 5px rgba(0,0,0,.2);top:0px;margin-left: -25px;z-index: 999;}
.xl2{display: none;position:absolute;z-index: 999;height:50px;width:100%;}
.headerNavDiv1 ul li:hover .More{display: block;}
.Mores:hover .More{display: block;}
.Mores .More{width:100%;min-height:50px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;display: block;left:0%;top:130px;background:#fff;box-shadow:0px 5px 5px rgba(0,0,0,.1);display: none;position: absolute;border-top:1px solid #dedede;}

.MoreDiv{width:1000px;margin:0 auto; height:auto; _height:auto; overflow:hidden; zoom:1;}
.MoreDiv a{color:#323232;display: block;float:left;line-height:30px;text-align: center;font-size: 14px;padding-right:20px;margin-left:20px;box-shadow:none important;margin-top:4px;border-right:1px solid #efefef;margin-top: 10px;}
.MoreDiv a:last-child{border-right:0px;}
.MoreDiv a:hover{color:#2c8fff;}

.WabNav{width:26px;height:26px;float: right;}

.Main{width:100%;min-height:100px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:80px;margin-bottom: 30px;}
.MainTop{width:94%;height:40px;margin:0 auto;border-bottom:1px solid #dedede;}
.MainTop h2{text-align:right;font-size:1em;color:#5c5c5c;font-weight:normal;line-height:25px;}
.MainTop h2 a{font-size:14px;color:#5c5c5c;font-weight:normal;}
.MainBtn{width:94%;height:26px;margin:0 auto;margin-top:15px;}
.MainBtn a{float: left;width:16%;height:26px;border-radius: 50px;background:#e3e3e3;text-align: center;color:#5c5c5c;font-size:0.9em;line-height:26px;margin-left:1%;display: block;transition:0.4s;}
.MainBtn a:nth-child(1){margin-left: 0px;}
.MainBtn a:hover{color:#fff;background:#2c8fff;}

.MainIn{width:95%;min-height:100px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;}
.MainGroup{width:98%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;background:#fff;border-radius:5px;box-shadow:0px 0px 15px rgba(0,0,0,0.05);margin-top:15px;margin-bottom:15px;transition:0.4s;}
.MainGroup:hover{background:#f8fbff;}
.MainGroup p{line-height:50px;margin-left: 15px;margin-right: 15px;font-size:0.8em;color:#323232;}
.MainTbale1{width:90%;height:28px;margin-top:20px;margin-bottom:15px;border-collapse:collapse;float: left;margin-left:5%;}
.divBtn{width:}
.MainTBG1{width:51px;height:28px;position: relative;}
.BGG1{background:url(../images/in7.png) no-repeat;background-size:51px 28px;}
.BGG2{background:url(../images/in10.png) no-repeat;background-size:51px 28px;}
.BGG3{background:url(../images/in11.png) no-repeat;background-size:51px 28px;}
.BGG4{background:url(../images/in12.png) no-repeat;background-size:51px 28px;}
.MainTBG1 span{text-align: center;color:#fff;font-size:0.9em;line-height:28px;display: block;margin-left: -5px;}
.MainTBG1In{width:8px;height:8px;border-radius: 50%;position: absolute;right:2px;top:-3px;z-index: 2;background:#ff2c01;border:1px solid #fff;}
.MainTbale1 h2{line-height:25px;color:#323232;font-size:1.2em;font-weight: normal;padding-left:10px;}
.divBtn{width:100%;height:1px;background:#dedede;float: left;}
.MainGroupBtn1{width:100px;height:28px;border-radius: 50px;float: right;margin:15px 15px 15px 0px;}
.GBtn1{background:#8cbff8;}
.GBtn1 a{color:#fff;}
.GBtn2{background:#f5f5f5;}
.GBtn2 a{color:#8ea4bc;}
.MainGroupBtn1 a{text-align: center;display: block;line-height:28px;font-size:0.9em;}
.MainGroupBtn1 a img{margin-bottom: 2px;}
.More2{margin:0 auto;text-align: center;font-size:1em;color:#cccccc;border:1px solid #e5e5e5;display: block;border-radius:50px;width:120px;height:36px;line-height:36px;margin-top:30px;}
.moreAppraise{margin:0 auto;text-align: center;font-size:1em;color:#cccccc;border:1px solid #e5e5e5;display: block;border-radius:50px;width:120px;height:36px;line-height:36px;margin-top:30px;margin-bottom: 25px;}


.nav{width:100%;height:100%;position:fixed;z-index:22;top:0%;left:0%;display: none;}
.navDiv{width:80%;height:100%;background:#fff;
  animation:tkMain 0.6s;
  -webkit-animation:tkMain 0.6s;
  animation-fill-mode:forwards;
-webkit-animation-fill-mode:forwards;
}
.navHide{width:20%;height:100%;}
.navDivzz{width:40%;height:100%;overflow: hidden;}
.navDivz{width:106%;height:100%;overflow-x:hidden;
        overflow-x:visible;overflow:auto;}
.test-1::-webkit-scrollbar {/*滚动条整体样式*/
        width: 3px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }
.test-1::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 3px;
         -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: #cfcfcf;
    }
.test-1::-webkit-scrollbar-track {/*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 3px;
        background: #f4f4f4;
    }
.navDivz ul li{width:100%;height:70px;background:#eef2f7;margin-bottom:2px;text-align: center;}
.navDivz ul li a{line-height:70px;color:#323232;font-size:1.1em;display: block;}
.navDivy{width:52%;height:100%;margin-right:4%;display: none;overflow: hidden;}
.navDivyDiv{width:105%;height:100%;overflow-x:hidden;
        overflow-x:visible;overflow:auto;}
.test-2::-webkit-scrollbar {/*滚动条整体样式*/
        width: 3px;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }
.test-2::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 3px;
         -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: #cfcfcf;
    }
.test-2::-webkit-scrollbar-track {/*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 3px;
        background: #f4f4f4;
    }
.navDivyDiv ul li{width:100%;height:38px;background:#f4f4f4;margin-top:10px;text-align: center;}
.navDivyDiv ul li a{line-height:38px;font-size:0.8em;color:#5c5c5c;display: block;}


.Main2{width:100%;min-height:450px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:60px;
  animation:Main2 0.6s;
  -webkit-animation:Main2 0.6s;
  animation-fill-mode:forwards;
  -webkit-animation-fill-mode:forwards;
}
.Main2222{width:100%;min-height:450px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;
  animation:Main2 0.6s;
  -webkit-animation:Main2 0.6s;
  animation-fill-mode:forwards;
  -webkit-animation-fill-mode:forwards;
}
.Main2In{width:100%;min-height:100px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:15px;
  animation:Main2In 0.8s;
  -webkit-animation:Main2In 0.8s;
  animation-fill-mode:forwards;
  -webkit-animation-fill-mode:forwards;
} 
.Main2Top{width:94%;height:30px;margin:0 auto;}
.Main2Top h2{line-height:30px;color:#fff;font-size:1em;text-align:right;font-weight: normal;}
.Main2Top h2 a{font-size:1em;color:#fff;}
.Main2Title{width:94%;min-height:30px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:10px;background:#fff;border-radius:5px;box-shadow:0px 0px 15px rgba(0,0,0,0.2);margin-bottom: 15px;}
.Main2Title h2{line-height:20px;color:#323232;font-size:1.3em;font-weight: normal;margin:5% 5% 2% 5%;}
.Main2TIn{width:90%;min-height:30px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-bottom: 30px;}
.Main2TLeft{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;border-radius:5px;}
.Main2TInaBtnPay{width: 84%;height: 40px;border-radius: 3px;background: #2b8efe;border: 0px;color: #fff;float: right;}

.win1{width:100%;min-height:100px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;position: relative;}
.win2{width:100%;height:120px;position: absolute;z-index:999;left:0%;bottom:0px;}
.win2 h2{line-height:30px;font-size:1.1em;color:#fff;font-weight: normal;padding-left:2%;padding-right:2%;text-align: left;margin-top:70px;}
.Main2TRight{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top: 10px;}
.Main2TRight p{line-height: 30px;font-size:1em;color: #5c5c5c;}
.Main2TRight p span{font-size:0.9em;color: #323232;}
.nbtz42xy1Map{width:313px;height:95px;border-radius: 10px;overflow: hidden;position: relative;margin-top: 15px;}
.nbtz42xy1MapBtn{width:98px;height: 35px;background:#2c8fff;position: absolute;z-index:10;right:0%;bottom:0px;}
.nbtz42xy1MapBtn a{display: block;text-align: center;line-height:35px;font-size:14px;color:#fff;}
.nbtz42xy1MapBtn img{margin-bottom:1px;}
.nbtz42xy2{width:180px;height:38px;border-radius: 50px;margin-top: 30px;
transition:0.6s;
-moz-transition:0.6s; /* Firefox 4 */
-webkit-transition:0.6s; /* Safari 和 Chrome */
-o-transition:0.6s; /* Opera */}
.nbtz42xy2 a{line-height: 38px;font-weight: normal;text-align: center;display: block;color:#fff;}

.nbtz42{width: 1000px;height:290px;margin:0px auto;margin-top:10px;background: #fff;border-radius: 5px;box-shadow:0px 3px 5px rgba(0,0,0,.2);overflow: hidden;margin-bottom:10px;}
.nbtz42x2{width:920px;height:210px;margin:0px auto;}
.nbtz42x2_z{width:450px;height:177px;border-radius: 10px;margin-top: 10px;position: relative;}
.nbtz42x2_z img{border-radius: 10px;}
.nbtz42x2_zs{width:100px;height: 35px;position:absolute;right: 0px;bottom: 0px;border-radius: 0px 0px 10px 0px;}
.nbtz42x2_zs h2{line-height: 35px;font-weight: normal;text-align: center;}

.nbtz42x2_y{width: 425px;height: 180px;padding-top: 10px;}
.nbtz42x2_y p{line-height: 30px;font-size: 14px;color: #5c5c5c;}
.nbtz42x2_y p span{font-size: 14px;color: #323232;}

.nbtz42xy22{width:180px;height:38px;border-radius: 50px;margin-top: 20px;}
.nbtz42xy22 h2{line-height: 38px;font-weight: normal;text-align: center;}


/*下大块开始*/
.nbtz43{width:94%;height:50px;margin:0px auto;margin-top:10px;background: #fff;border-radius: 5px;box-shadow:0px 0px 15px rgba(29,0,122,.1);overflow: hidden;margin-bottom:10px;}

.nbtz43 ul li{line-height:47px;float:left;}
.nbtz43 ul li a{font-size:16px;color: #323232;display:block;padding-left:20px;}

/*会议内容*/
.nbtzDiv{width:100%;min-height:100px;margin:0 auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-bottom:20px;}
.nbtz44{width:94%;min-height: 100px;margin:0 auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin:10px;background: #fff;border-radius: 5px;box-shadow:0px 0px 15px rgba(29,0,122,.1);}
.nbtz44s{width:100%;height:40px;border-bottom:1px solid #f3f2f7;}
.h2Div{width:5px;height:22px;float: left;}
.nbtz44s h2{height:22px;line-height:20px;margin-top:20px;margin-left:25px;font-size: 1.3em;font-weight: normal;color:#323232;}
.nbtz44x{width:90%;min-height:100px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top: 20px;margin-bottom: 30px;}
.nbtz44x h2{line-height:35px;font-size:1em;font-weight: normal;}
.nbtz44x p{line-height: 30px;font-size:0.9em;color:#5c5c5c;}


/*会议资料*/
.nbtz45{width:100%;min-height:100px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:10px;background: #fff;border-radius: 5px;box-shadow:0px 3px 5px rgba(0,0,0,.2);}

.nbtz45x{width:90%;min-height:100px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;border-radius: 5px;margin-bottom: 30px;}
.nbtz45x ul li{min-height:50px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;height:100%;background: #f7f7f7;margin-top: 15px;border-radius: 5px;line-height: 50px;}
.nbtz45x ul li a{font-size:0.9em;padding-left:25px;color:#323232;display: block;transition:0.6s;
-moz-transition:0.6s; /* Firefox 4 */
-webkit-transition:0.6s; /* Safari 和 Chrome */
-o-transition:0.6s; /* Opera */}


.nbtz45x1{min-height:50px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;background: #f7f7f7;margin-top: 15px;border-radius: 5px;}
.nbtz45x1 p{line-height: 50px;font-size:0.9em;padding-left:25px;}

.nbtz45x2{min-height:50px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;background: #f7f7f7;margin-top: 15px;border-radius: 5px;}
.nbtz45x2 p{line-height: 50px;font-size:0.9em;padding-left:25px;}


.nbtz46{width:90%;min-height:100px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:10px;background: #fff;border-radius: 5px;box-shadow:0px 3px 5px rgba(0,0,0,.2);}


.nbtz46x{width:90%;min-height:100px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;border-radius: 5px;margin-bottom: 30px;}
.nbtz46x1{min-height:100px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;background: #fafafa;padding-bottom: 20px;margin-top: 15px;border-radius: 5px;
transition:0.6s;
-moz-transition:0.6s; /* Firefox 4 */
-webkit-transition:0.6s; /* Safari 和 Chrome */
-o-transition:0.6s; /* Opera */
}
.nbtz46x111{min-height:100px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;background: #f7f7f7;;padding-bottom: 20px;margin-top: 15px;border-radius: 5px;
transition:0.6s;
-moz-transition:0.6s; /* Firefox 4 */
-webkit-transition:0.6s; /* Safari 和 Chrome */
-o-transition:0.6s; /* Opera */
}

.Btn1{width:120px;height:36px;line-height:36px;border-radius: 50px;text-align: center;margin:0 auto;font-size:1em;color:#d9d9d9;border:1px solid #d9d9d9;overflow: hidden;display:block;margin-top:30px;margin-bottom:0px;
transition:0.6s;
-moz-transition:0.6s; /* Firefox 4 */
-webkit-transition:0.6s; /* Safari 和 Chrome */
-o-transition:0.6s; /* Opera */}
.Btn1:hover{background:#f0f0f0;}
.nbtz46x1_1{width:90%;height: 30px;margin:0px auto;margin-top: 20px;}
.nbtz46x1_1 h2{line-height: 30px;font-size: 16px;font-weight: normal;}
.nbtz46x1_1 h2 span{line-height: 30px;font-size: 12px;color: #a0a0a0;}

.nbtz46x1_2{width:90%;height: auto;margin:0px auto;}
.nbtz46x1_2 ul li{width:17px;height:17px;float: left;margin-right: 8px;}
.nbtz46x1_2 span{float:left;color: #5c5c5c;}

.nbtz46x1_3{width:90%;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:5px;}
.nbtz46x1_3 p{line-height: 30px;font-size: 14px;font-weight: normal;}

.nbtz46x1_4{width:90%;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:5px;}
.nbtz46x1_4 ul li{width: 56px;height: 56px;border-radius: 3px;float: left;margin-right: 10px;}
.nbtz46x1_4 ul li img{border-radius: 3px;}
/*浮动块开始*/
.fdDiv{height:60px;width:100%;background:#fafcff;z-index: 99;box-shadow:0px 0px 15px rgba(29,0,122,.1);}
.fdDivMain{width:92%;height:60px;margin:0 auto;}
.fdDivMain_Left{width:60%;height:60px;}
.fdDivMain_LeftP1{line-height:60px;font-size:1em;color:#5c5c5c;float: left;margin-top:2px;}
.fdDivMain_LeftP2{display: none;}
.fdDivMain_LeftP2 span{font-size:1em;color:#5c5c5c;}
.Btn2{width:30%;height: 35px;display: block;border-radius: 50px;float:right;color:#fff;text-align: center;line-height:35px;margin-top:12px;}
.header2{position:fixed;bottom:0;z-index: 99;display: none;}
.fdDivs{width:100%;height:190px;}
/*浮动块结束*/

/*报名开始*/
.code_img1 {
        min-height: 10px;
        margin: 0px auto;
        height: auto;
        _height: auto;
        overflow: hidden;
        zoom: 1;
        margin-top: 20px;
    }
.Bm{width:100%;height:100vh;position: fixed;top:0px;left:0%;z-index:100;display: none;}
.BmDiv{width:87%;min-height:380px;height:auto;text-align: center;border-radius:8px;background:#fff;top:50%;margin-top:-240px;left:50%;margin-left:-45%;position: absolute;
  animation:BmDiv 0.8s;
  -webkit-animation:BmDiv 0.8s;
  animation-fill-mode:forwards;
  -webkit-animation-fill-mode:forwards;
}
.BmDivBtn{width:25px;height:25px;position:absolute;top:10px;right:10px;}
.BmDivTitle{text-align: center;font-size:26px;color:#323232;font-weight: normal;margin-top:35px;}
.BmDivTable{width:86%;margin:0 auto;margin-top:35px;}
.BmDivTable tr td{height:50px;}
.Inp1{width:96%;height:38px;border:1px solid #ccd9e7;border-radius: 3px;background:#e9f3ff;padding-left: 10px;color:#5c5c5c;}
.Inp2{width:100%;height:38px;border:1px solid #ccd9e7;border-radius: 3px;background:#e9f3ff;padding-left:5px;color:#5c5c5c;}
.button1{width:70%;height:40px;border-radius: 50px;margin:20px auto;border:0px;color:#fff;text-align: center;display: block;transition:0.6s;}
/*报名结束*/
.Main3{width:100%;height:90vh;overflow:hidden;margin-top:60px;}
.Main3P{width:90%;height: 30px;margin:0 auto;margin-top:1vh;}
.Main3P h2{font-size:1em;color:#fff;font-weight: normal;text-align: right;line-height:30px;}
.Main3In{width:90%;height:70vh;margin:0 auto;margin-top:1vh;background:#fff;border-radius:8px;box-shadow:0px 0px 15px rgba(0,0,0,0.2);overflow: hidden;}

.Main3InH2{text-align: center;font-size:1.4em;color:#323232;font-weight: normal;margin-top:4vh;}
.Main3InP1{text-align: center;font-size:1em;color:#5c5c5c;margin-top:2vh;}
.Main3InP2{text-align: center;font-size:0.9em;color:#5c5c5c;margin-top:1vh;}
.Main3M{width:80%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin:0 auto;margin-top:2.1vh;}
.Main3M ul li{width:100%;height:12vh;border-radius:8px;background:#ecf5ff;transition:0.6s;float: left;text-align: center;margin-bottom:3vh;}
.Main3MImg{width:8vh;height:100%;float: left;margin-left:9%;}
.Main3MImg td{height:11vh;}
.Main3MImgimg{width:40px;height:8vh;text-align: center;}
.Main3MBtm{width:68%;height:5vh;float: left;margin-top:3.2vh;text-align: center;}
.Main3MBtn{width:60%;height:5vh;border-radius: 50px;border:1px solid #2c8fff;display: block;line-height:5vh;color:#2c8fff;margin:0 auto;transition:0.6s;}
.Main3MBtn:hover{background:#2c8fff;color:#fff;}
.Main3MImg{width:200px;height:200px;margin:0 auto;border:1px solid red;}

.Main3InH3{text-align: center;font-size:1.4em;color:#323232;font-weight: normal;margin-top:6vh;padding-left:3%;padding-right:3%;}
.Main3MImg2{width:24vh;height:24vh;margin:0 auto;margin-top:3vh;}
.Main3MH2{text-align: center;font-size:2.2em;color:#323232;font-weight: normal;margin-top:3vh;}
.Main3MBtn{width:45%;height:34px;border-radius: 50px;background:#2c8fff;display: block;text-align: center;margin:0 auto;margin-top:2vh;color:#fff;line-height:34px;font-size:1em;transition:0.6s;}
.Main3MBtn:hover{background:#006eea;}



.Main4Group{width:94%;min-height:30px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:20px;background:#fff;border-radius:5px;box-shadow:0px 0px 15px rgba(0,0,0,0.2);margin-bottom: 15px;}
.Main4Group h2{font-size:1.4em;color:#323232;font-weight: normal;margin:5%;}
.Main4In{width:90%;min-height:30px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-bottom:35px;}
.Main4InTop{width:100%;min-height:30px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;border-bottom:1px solid #dedede;}
.Main4InTopDiv{width:94%;min-height:30px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;float: left;margin-bottom: 15px;}
.Main4InTopDiv p{line-height:30px;font-size:16px;color:#5c5c5c;}
.Main4InTopDiv p:first-of-type{margin-left: 0%;}
.Main4InTopBtn{width:18px;height:18px;float: right;margin-top:5px;}
.Main4InTopBtn2{width:18px;height:18px;float: right;margin-top:5px;display: none;}
.Main4InBtm{width:100%;min-height:30px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;display: none;margin-top: 20px;}
.Main4InBtm p{line-height:30px;color:#5c5c5c;font-size:1em;}
.Main4InBtm p span{font-size:1em;color:#323232;}

.Seat{width:90%;min-height:30px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-bottom:35px;border-top:1px solid #2c8fff;}
.SeatTop{width:70%;height:38px;margin:0 auto;background:#bfddff;}
.SeatTop p{text-align: center;line-height:38px;color:#5174ed;font-size:1em;}
.SeatBtm{width:100%;min-height:30px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top: 30px;}
.SeatBtm ul li{margin:0px 0px 10px 20px;text-align: center;font-size:0.8em;width:14%;height:26px;float: left;margin-left:3%;line-height:26px;}
.SeatBtm ul li:nth-of-type(6n-5){margin-left:0px;}
.SeatBtmBg1{background:#5174ed;color:#fff;}
.SeatBtmBg2{background:#e8e8e8;color:#5c5c5c;}
.SeatBtmBg{background:#e7f2ff;color:#5c5c5c;}
.SeatShow{width:100%;height:28px;margin-top: 10px;}
.SeatShow p{float: left;font-size:1em;color:#5c5c5c;line-height:28px;margin-left: 20px;}
.SeatShow p:first-of-type{margin-left: 0px;}
.SeatShowImg1{width:34px;height:24px;background:#e7f2ff;display: block;float:left;}
.SeatShowImg2{width:34px;height:24px;background:#5174ed;display: block;float:left;}
.SeatShowImg3{width:34px;height:24px;background:#e8e8e8;display: block;float:left;}

.Main4Home{width:100%;min-height:30px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;}
.Main4HomeH2{width:100%;height:20px;margin-bottom: 30px;margin-top: 30px;}
.Main4HomeH2 h2{font-size:18px;color:#323232;font-weight: normal;border-left:5px solid #5174ed;padding-left: 10px;margin:0px 0px 30px 0px;line-height:20px;}
.Main4HomeG1{width:100%;min-height:30px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;}
.Main4HomeG1 ul li{width:48%;min-height:30px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;border-radius: 5px;position: relative;overflow: hidden;float: left;margin-left:3%;margin-top:1.5%;margin-bottom: 1.5%;}
.Main4HomeG1 ul li:nth-child(2n-1){margin-left: 0%;}
.Main4HomeG1D{width:46px;height:46px;border-radius:20px;position: absolute;top:-15px;right:-15px;}
.Main4HomeG1D p{margin-top:20px;font-size:14px;margin-left: 10px;}
.Main4HomeG1 ul li h2{text-align: center;font-size:16px;color:#858585;font-weight: normal;margin-top:20px;margin-bottom:10px;}
.Main4HomeIMg{width:60px;height:60px;text-align: center;margin:0 auto;display: block;}
.Main4HomeBtn{width:100%;min-height:25px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-bottom: 20px;text-align: center;}
.Main4HomeBtns{font-size:12px;line-height:22px;width:40%;height:22px;border-radius: 50px;display: block;display:inline-block;margin-top:5px;}

.DCl1{color:#5c5c5c;}
.DCl2{color:#fff;}
.DBg1{background:#d9d9d9;}
.DBg2{background:#8498ff;}
.DBg3{background:#ff9893;}
.G1Bg1BG1{background:#f7f7f7;}
.G1Bg1BG2{background:#edfbff;}
.G1Bg1BG3{background:#f7f9ff;}
.G1Bg1BG4{background:#fff4f3;}
.BtnCl1{border:1px solid #f8f8f8;color:#5c5c5c;}
.BtnCl2{border:1px solid #00b7ec;color:#00b7ec;}
.BtnCl3{border:1px solid #8498ff;color:#8498ff;}
.BtnCl4{border:1px solid #8498ff;color:#fff;background:#8498ff;}
.BtnCl5{border:1px solid #ff9893;color:#ff9893;}
.BtnCl6{border:1px solid #ff9893;color:#fff;background:#ff9893;}
.BtnCl7{border:1px solid #00b7ec;color:#00b7ec;}

.Main4HomeGBtn{width:138px;height:36px;border-radius: 50px;background:#f7f7f7;border:1px solid #cccccc;display: block;text-align: center;margin:0 auto;line-height:36px;color:#5c5c5c;margin-top: 30px;transition:0.6s;}
.Main4HomeGBtn:hover{background:#ededed;}
.Main4InInp1{width:96%;height:40px;border-radius:3px;border:1px solid #dadada;background:#f9f9f9;margin-top: 20px;padding-left:10px;font-size:1em;color:#5c5c5c;}
.Main4InInp2{width:100%;height:40px;border-radius:3px;border:1px solid #dadada;background:#f9f9f9;margin-top: 20px;padding-left:10px;font-size:1em;color:#5c5c5c;}
.Main4InP{line-height:25px;color:#5c5c5c;font-size:1em;}
.tx{width:90%;min-height:30px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:20px;}
.tx p{line-height:30px;color:#5c5c5c;font-size:0.9em;}
.tx p span{color:#5374ff;}
.BtnNo1{width:180px;height:38px;border-radius: 50px;background:#2c8fff;margin:0 auto;margin-top: 30px;margin-bottom:40px;text-align: center;font-size:1em;display: block;color:#fff;line-height:38px;transition:0.6s;}
.BtnNo1:hover{background:#0070ef;}

.Main4Group1{width:90%;height:30px;margin:0 auto;margin-top:30px;}
.Main4Group1L{width:70%;height:30px;}
.Main4Group1L h2{line-height:30px;font-size:1.4em;color:#323232;font-weight: normal;margin:0px;}
.Main4Group1R{width:20%;height:30px;border-radius:50px;background:#69c3ff;transition:0.6s;}
.Main4Group1R:hover{background:#0099ff;}
.Main4Group1R a{line-height:30px;color:#fff;font-size:0.9em;text-align: center;display: block;}
.Main4Group2{width:90%;min-height:30px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:20px;}
.Main4Group2 p{line-height:30px;font-size:1em;color:#5c5c5c;}
.Main4Group2 p a{color:#2c8fff;}
.Main4Group3{width:90%;height:1px;margin:0 auto;margin-top: 30px;background:#dedede;margin-bottom: 30px;}
.Main4Group4{width:90%;min-height:30px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-bottom: 30px;}
.Main4Group4 p{line-height:30px;font-size:1em;color:#5c5c5c;}
.Main4Group4 p span{color:#5374ff;}

.Main4GroupN2{width:90%;min-height:30px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top: 30px;}
.Main4GroupN2 ul li{width:100%;min-height:88px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;border-radius: 5px;background:#f1f4ff;float: left;margin-bottom:20px;}
.Main4GroupN2 ul li h2{font-size:18px;color:#323232;font-weight: normal;margin:20px 20px 10px 20px;}
.Main4GroupN2 ul li p{font-size:14px;color:#5c5c5c;margin:0px 20px 10px 20px;float: left;}
.Main4GroupN2 ul li p span{font-size:14px;color:#ff8080;margin:10px 20px 20px 20px;}
.Main4GroupN3{width:90%;min-height:30px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:10px;margin-bottom:0px;}
.Main4GroupN3 h2{font-size:16px;margin:0px;}
.Main4GroupN4{width:90%;min-height:30px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:0px;margin-bottom: 30px;}
.Main4GroupN4 h2{font-size:16px;margin:0px;}
.Main4GroupN4Text{width:95.5%;min-height:80px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;border:0px;padding:15px 20px 15px 20px;font-size:14px;color:#5c5c5c;line-height:20px;background:#f8f8f8;border:1px solid #dadada;border-radius: 5px;}
.Main4GroupN4D1{width:100%;min-height:56px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:20px;margin-bottom:20px;}
.Main4GroupN4D1 ul li{width:56px;height:56px;border-radius:3px;border:1px solid #dadada;background:#f8f8f8;overflow: hidden;float: left;margin-left:20px;}
.Main4GroupN4D1 ul li:first-of-type{margin-left: 0px;}
.N4D1Btn{width:56px;height:56px;border:0px;}
.Main4GroupN4D1s{width:100%;height:40px;border-bottom:1px solid #dedede;}
.Main4GroupN4D1s h2{line-height:40px;font-size:16px;color:#323232;font-weight: normal;}
.Main4GroupN4D1st{width:90%;margin:0 auto;}
.Main4GroupN4D1stIn{width:100%;height:40px;}
.Main4GroupN4D1stIn{width:100%;height: 17px;margin:0px auto;}
.Main4GroupN4D1stIn ul li{width:24px;height:24px;float: left;margin-right: 8px;}
.Main4GroupN4D1s2{width:90%;min-height:56px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:10px;}
.Main4GroupN4D1s2 p{line-height:24px;font-size:14px;color:#5c5c5c;text-align: right;}
.Main4GroupN4D1st2{width:100%;margin:0 auto;}
.Main4GroupN4D1stIn{width:100%;height:40px;}
.Main4GroupN4D1stIn{width:100%;height: 17px;margin:0px auto;}
.Main4GroupN4D1stIn ul li{width:16px;height:16px;float: left;margin-right: 8px;margin-bottom: 4px;}
.tjDiv{width:100%;height:34px;margin:0 auto;margin-top:20px;}
.tj{width:100px;height:34px;background:#2c8fff;float: right;border:0px;color:#fff;}
.TDWidth1{width:30%;}
.TDWidth2{width:44%;}


.Main3InNo2{width:90%;height:70vh;margin:0 auto;margin-top:1vh;background:#fff;border-radius:8px;box-shadow:0px 0px 15px rgba(0,0,0,0.2);overflow: hidden;}
.Main3InH2{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:7vh;}

.Main3InNo3{width:90%;height:40vh;margin:0 auto;margin-top:30px;overflow-x: hidden;overflow-y: scroll;}
.Main3InNo3::-webkit-scrollbar {
        width:3px;
        background-color: aqua;
        }
.Main3InNo3::-moz-scrollbar {
        width:3px;
        background-color: aqua;
        }
.Main3InNo3::-webkit-scrollbar-track {
  width:2px;
        border-radius:2px;
        background:#f0f0f0;
        }
.Main3InNo3::-moz-scrollbar-track {
  width:2px;
        border-radius:2px;
        background:#f0f0f0;
        }
.Main3InNo3::-webkit-scrollbar-thumb {width:2px;
        border-radius:2px;
        background:#5c5c5c;
        } 
.td3DivNav::-moz-scrollbar-thumb {width:2px;
        border-radius:2px;
        background:#5c5c5c;
        } 
.Main3InNo3Div{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;background:#f1f4ff;display: none;overflow: hidden;border-radius: 5px;}
.Main4InTopBtn3{width:18px;height:18px;float: right;margin-top:5px;}
.Main4InTopBtn4{width:18px;height:18px;float: right;margin-top:5px;display: none;}
.Main3InNo3Div table{width:90%;margin:0 auto;margin-top:20px;margin-bottom: 20px;}
.Main3InNo3Div h2{font-weight:normal;font-size:18px;color:#2c8fff;}
.Main3InNo3DivP{width:95%;height:40px;border-radius:50px;background:#f1f4ff;text-align: center;line-height:40px;font-size:14px;color:#5c5c5c;float:right;border:0px;}
.Main3InNo3DivP2{width:95%;height:40px;border-radius:50px;background:#2c8fff;text-align: center;line-height:40px;font-size:18px;color:#fff;float:right;border:0px;}
.Main3InNo4{width:80%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top: 10px;}
.Main3InNo4 p{line-height:30px;color:#5c5c5c;font-size:14px;}
/**************************通知页面结束*****************************/

/*移动端底部调整开始*/
.NavF{height:56px;}
.NavFooter{width:100%;height:56px;position: fixed;bottom:0px;z-index: 2;background:#fff;box-shadow:0px 0px 15px rgba(0,0,0,.1);}
.NavFooter ul li{float: left;width:25%;text-align: center;margin-top:8px;}
.NavFooter ul li a{font-size:1em;color:#5c5c5c;}
.wid1{width:30%;}
.wid2{width:70%;}
/*移动端底部调整结束*/
/*登录注册开始*/
.dl{width:100%;height:100vh;overflow: hidden;}
.dlDiv{width:90%;height:460px;position: absolute;top:50%;margin-top:-230px;left:50%;margin-left:-45%;
animation:dlDiv 0.4s;-webkit-animation:dlDiv 0.4s;
animation-fill-mode:forwards;
-webkit-animation-fill-mode:forwards;
opacity:0;
}
.dlDivH2{text-align: center;font-size:26px;color:#5c5c5c;font-weight: normal;margin-top:40px;}
.dlDivLogo{width:80%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-bottom:10px;}
/* .dlDivMain{width:100%;height:400px;border-radius:10px;background:#fff;box-shadow:0px 0px 15px rgba(0,0,0,0.1);overflow: hidden;} */
.dlDivMain{width:100%;height:445px;border-radius:10px;background:#fff;box-shadow:0px 0px 15px rgba(0,0,0,0.1);overflow: hidden;}
.BmDivTitle1{text-align: center;font-size:26px;color:#5c5c5c;font-weight: normal;margin-top:45px;}
.BmDivTable1{width:80%;margin:0 auto;margin-top:20px;}
.BmDivTable1 tr td{height:46px;}
.BmDivTitle2{text-align: center;font-size:26px;color:#5c5c5c;font-weight: normal;margin-top:25px;}
.BmDivTable2{width:80%;margin:0 auto;margin-top:0px;}
.BmDivTable2 tr td{height:46px;}
.Inpp1{width:100%;height:46px;border-bottom:1px solid #dedede;border-top:0px;border-left:0px;border-right:0px;color:#5c5c5c;}
.Inpp2{width:100%;height:46px;border-bottom:1px solid #dedede;border-top:0px;border-left:0px;border-right:0px;color:#5c5c5c;}
.InppT{width:60%;height:46px;border-bottom:1px solid #dedede;border-top:0px;border-left:0px;border-right:0px;color:#5c5c5c;float: left;}
.iMM{width:32%;height:38px;border:1px solid red;float: right;margin-top: 10px;}
.button1{width:80%;height:40px;border-radius: 50px;margin:20px auto;border:0px;color:#fff;text-align: center;display: block;transition:0.6s;}
.button2{width:80%;height:40px;border-radius: 50px;margin:0 auto;border:0px;color:#fff;text-align: center;display: block;transition:0.6s;}
/* .mmBtn{float:left;font-size:14px;color:#5c5c5c;line-height:30px;}
.zcBtn{float:right;font-size:14px;color:#2c8fff;line-height:30px;} */
.mmBtn{float:left;font-size:14px;color:#5c5c5c;line-height:20px;}
.zcBtn{float:right;font-size:14px;color:#2c8fff;line-height:20px;}
.ckxi{position:fixed;top:0px;left:0%;z-index: 90;width:100%;height:100vh;display: none;}
.ckxiDiv{width:90%;height:500px;border-radius:15px;background:#fff;position: absolute;z-index: 91;top:50%;margin-top:-250px;left:50%;margin-left:-45%;position: relative;overflow: hidden;
animation:ckxiDiv 0.4s;-webkit-animation:ckxiDiv 0.4s;
animation-fill-mode:forwards;
-webkit-animation-fill-mode:forwards;
opacity:0;
}
.ckxiDivT{width:100%;height:30px;margin-top: 30px;}
.ckxiDivT h2{line-height:30px;font-size:1.4em;font-weight: normal;text-align: center;color:#5c5c5c;}
.out{width:22px;height:22px;position: absolute;right:10px;top:10px;}
.ckxiDivW{width:90%;height:395px;margin:0 auto;margin-top:30px;overflow-x: hidden;overflow-y: scroll;}
.ckxiDivW::-webkit-scrollbar {
        width:3px;
        background-color: aqua;
        }
.ckxiDivW::-moz-scrollbar {
        width:3px;
        background-color: aqua;
        }
.ckxiDivW::-webkit-scrollbar-track {
  width:2px;
        border-radius:2px;
        background:#f0f0f0;
        }
.ckxiDivW::-moz-scrollbar-track {
  width:2px;
        border-radius:2px;
        background:#f0f0f0;
        }
.ckxiDivW::-webkit-scrollbar-thumb {width:2px;
        border-radius:2px;
        background:#dedede;
        } 
.ckxiDivW::-moz-scrollbar-thumb {width:2px;
        border-radius:2px;
        background:#dedede;
        } 
.ckxiDivW p{line-height:30px;font-size:1em;color:#5c5c5c;text-indent: 2em;}
/*登录注册结束*/
/*报名开始*/
.Main2Titles{width:90%;min-height:30px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:20px;background:#fff;border-radius:5px;box-shadow:0px 0px 15px rgba(0,0,0,0.2);margin-bottom: 15px;}
.Main2Titles h2{line-height:30px;color:#323232;font-size:22px;font-weight: normal;margin:50px 30px 40px 30px;text-align: center;}
.BaomingDiv{width:80%;min-height:400px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-bottom: 30px;}
.BaomingDivMian{width:100%;min-height:100px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-bottom:20px;}
.BaomingGroup1{width:100%;height:40px;float: left;margin:10px 0px;}
.Inppp1{width:99%;height:38px;border-bottom:1px solid #dedede;border-top:0px;border-left:0px;border-right:0px;color:#5c5c5c;}
.Inppp2{width:100%;height:38px;border-bottom:1px solid #dedede;border-top:0px;border-left:0px;border-right:0px;color:#5c5c5c;background:#fff;border-radius: 0px;}
.InpppT{width:60%;height:38px;border-bottom:1px solid #dedede;border-top:0px;border-left:0px;border-right:0px;color:#5c5c5c;float: left;}
/*报名结束*/

/***********************个人中心开始*************************/
.LeftNavDiv{display: none;}
.MainInDD{width:100%;min-height:100px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:15px;}
.Me1{width:94%;min-height:30px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top: 15px;background:#fff;box-shadow:0px 0px 15px rgba(0,0,0,0.1);margin-bottom: 15px;border-radius: 5px;}
.Me1Name{width:90%;min-height:30px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:20px;margin-bottom:15px;border-bottom:1px solid #dedede;}
.Me1Name h2{line-height:30px;font-size:1.4em;color:#323232;font-weight: normal;margin-bottom:15px;}
.Me1Btm{width:90%;min-height:30px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-bottom:20px;}
.Me1Btm ul li{line-height:30px;float: left;margin-left:20px;}
.Me1Btm ul li:first-child{margin-left: 0px;}
.Me1Btm ul li a{font-size:1em;color:#5c5c5c;}
.Me1Btm ul li a img{width:18px;height:18px;}
/* .Me2{width:98%;min-height:30px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;}
.Me2 ul li{float: left;margin:2%;background:#fff;border-radius: 5px;box-shadow:0px 0px 15px rgba(0,0,0,0.1);width:46%;height:150px;text-align: center;transition: 0.4s;}
.Me2 ul li img{width:40px;height:40px;margin-top:30px;margin-bottom: 20px;}
.Me2 ul li a{font-size:18px;color:#323232;display: block;width:100%;height:150px;}
.Me2 ul li:hover{box-shadow:0px 0px 15px rgba(0,0,0,0.2);} */
.Me2{width:94%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top: 5px;}
.Me2 ul li{width:100%;height:54px;background:#fff;border-radius:4px;margin-bottom:10px;overflow:hidden;}
.gr2G{width:100%;height:54px;}
.gr2GIn{width:92%;height:54px;margin:0 auto;}
.gr2GIn p{font-size:16px;color:#3D444D;padding-left:8px;}
.gr2G1Img{width:28px;}
.gr2G2Img{width:22px;}
.gr2G1{width:16px;}
.gr2G2{width:22px;}
.class_index{display: none;}

/*左侧导航开始*/
.LeftNavDiv{width:300px;height:100vh;background:#f1f1f1;position:fixed;top:136px;left:0px;}
.LeftNav{width:112px;min-height:300px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:30px;float: right;}
.LeftNavTitle{width:112px;height:50px;}
.LeftNavTitle h2{line-height:50px;font-size:22px;text-align: center;font-weight:normal;color:#2c8fff;}
.LeftNavMian{width:112px;height:360px;margin-top:20px;overflow:scroll;overflow-x: hidden;}
   /*滚动条样式开始*/
.LeftNavMian::-webkit-scrollbar {width:3px;}
.LeftNavMian::-webkit-scrollbar-thumb {background: rgba(231,231,231);}
.LeftNavMian::-webkit-scrollbar-track {background: rgba(238,238,238);}
   /*滚动条样式结束*/
.LeftNavMian ul li{width:112px;height:34px;text-align: center;line-height:34px;transition:0.4s;}
.LeftNavMian ul li:hover{background-color:#2c8fff;background-image: url(images/xin59.png) no-repeat;background-size:7px 11px;background-position:10px 10px;transition:0.4s;}
.LeftNavMian ul li a{font-size:14px;color:#5c5c5c;display: block;}
.LeftNavMian ul li a:hover{color:#fff;}
/*左侧导航结束*/


.MainDiv1{width:100%;min-height:100px;margin:0px auto; height:auto; _height:auto;  zoom:1;margin-top:70px;}
.MainDiv1222{width:100%;min-height:100px;margin:0px auto; height:auto; _height:auto;  zoom:1;margin-top:0px;}

.MainTop1{width:94%;height:40px;margin:0 auto;border-bottom:1px solid #dedede;margin-top:20px;}
.MainTop1 h2{text-align:right;font-size:14px;color:#5c5c5c;font-weight:normal;line-height:30px;}
.MainTop1 h2 a{font-size:14px;color:#5c5c5c;font-weight:normal;}
.MainIn1{width:100%;min-height:100px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;}
.MainBtn1{width:94%;height:30px;margin:0 auto;margin-top:10px;}
.MainBtn1 a{float: left;width:80px;height:30px;border-radius: 50px;background:#e3e3e3;text-align: center;color:#5c5c5c;font-size:14px;line-height:30px;margin-left:10px;display: block;transition:0.4s;}
.MainBtn1 a:nth-child(1){margin-left: 0px;}
.MainBtn1 a:hover{color:#fff;background:#2c8fff;}

.Me3{width:100%;min-height:400px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;}
.Me3Main{width:100%;min-height:100px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;}
.Me3Group{width:94%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;border-radius: 5px;box-shadow:0px 0px 15px rgba(0,0,0,0.1);background:#fff;transition:0.4s;margin-top:15px;margin-bottom: 15px;}
.Me3Group:hover{box-shadow:0px 0px 15px rgba(0,0,0,0.2);}
.Me3GroupImg{width:90%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;border-radius: 5px;margin-top:18px;position: relative;}
.Me3GroupImgs{display:none;}
.Me3Group:hover .Me3GroupImgs{display: block;}
.Me3GroupImgsBtn{width:98px;height: 32px;border-radius:50px;border:2px solid #fff;margin:0 auto;margin-top:64px;text-align: center;}
.Me3GroupImgsBtn p{line-height:32px;font-size:14px;color:#fff;}
.Me3GroupImgsBtn p img{width:23px;height:23px;margin-bottom: 2px;}
.Me3GroupShow{width:90%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:10px;}
.Me3GroupShow h2{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;line-height:20px;font-size:1.2em;color:#323232;font-weight: normal;margin-bottom:5px;}
.Me3GroupShow span{line-height:20px;font-size:0.9em;color:#909090;}
.Me3GroupShow p{line-height:20px;font-size:1em;color:#959595;margin-top: 5px;margin-bottom:18px;}
.Me3GroupShow p a{color:#959595;}
.Me3GroupShow p a:hover{color:#2c8fff;}
.Me3GroupShow p img{width:18px;height:18px;}
.lbBtn,.lbBtnn1{width:40%;height:44px;border-radius:50px;margin:0 auto;text-align: center;display: block;line-height:44px;font-size:1em;color:#5c5c5c;background: #e5e5e5;margin-top:20px;margin-bottom:30px;transition:0.4s;}
.lbBtn:hover{background:#95c7ff;}
.lbBtnn1:hover{background:#95c7ff;}
.lbBtn img{width:22px;height:22px;margin-bottom: 2px;}
.lbBtnn1 img{width:22px;height:22px;margin-bottom: 2px;}
.Me31{width:100%;min-height:400px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;}
.Me3Main1{width:100%;min-height:100px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;}
.Me3Group2{width:94%;height:154px;margin:0 auto;border-radius:5px;background:#fff;margin-top:15px;margin-bottom: 15px;transition:0.4s;overflow: hidden;}
.Me3Group2:hover{box-shadow:0px 0px 15px rgba(0,0,0,0.2);}
.Me3Group2 h2{width:90%;height:20px;font-size:18px;color:#323232;font-weight:normal;margin:0 auto;margin-top:20px;margin-bottom: 10px;overflow: hidden;}
.Me3Group2 p{line-height:30px;width:90%;height:52px;margin:0 auto;margin-bottom: 15px;color:#5c5c5c;overflow: hidden;}
.Me3Group2 span{font-size:12px;color:#5c5c5c;margin-left:5%;}

/*分页开始*/
.fy{display:none; width:971px; height:30px;margin:0 auto;margin-top:20px;margin-bottom:30px;}
.fy p{ width:971px; height:30px; line-height:30px; text-align:center;}
.fy p a{ font-size:12px; color:#5c5c5c; padding:6px 10px 6px 10px; background:#f0f0f0;border-radius: 3px;}

.fy a:link,.fy a:visited{text-decoration:none; color:#5c5c5c;}
.fy a:hover{text-decoration:none; background:#179dff; color:#fff; margin:0px;}
/*分页结束*/

.Me3Group3{width:94%;min-height:36px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;border-radius:5px;background:#fff;margin-top:15px;margin-bottom:4px;}
.Me3Group3 p{line-height:30px;float: left;margin-left:5%;font-size:1.1em;color:#323232;display: block;margin-top:10px;margin-right:5%;}
.Me3Group3 span{line-height:30px;float: left;margin-left:5%;font-size:1em;color:#2c8fff;margin-bottom:10px;}


.Me31jf1{width:94%;min-height:80px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top: 15px;box-shadow:0px 0px 15px rgba(0,0,0,0.1);background:#fff;margin-bottom:10px;}
.Me31jf1In{width:90%;min-height:80px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:20px;margin-bottom:20px;border-collapse:collapse;}
.Me31jf1InDiv{width:33%;border-right:1px solid #dedede;}
.jf1H2{text-align: center;font-size:1.2em;color:#323232;font-weight: normal;margin-top:10px;}
.jf1P{text-align: center;font-size:1em;color:#5c5c5c;margin-top: 10px;transition:0.4s;}
.jf1P:hover{color:#000;}
.jf1PImg{width:14px;height:14px;}
.jf1P2{color:#2c8fff;font-size:1.4em;text-align: center;margin-top: 5px;}
.jf1Btn{width:40%;height:24px;margin:0 auto;text-align: center;background:#2c8fff;color:#fff;font-size:14px;border:0px;border-radius:3px;display: block;}
.jf1Btn1{width:50%;height:24px;margin:0 auto;text-align: center;background:#959595;color:#fff;font-size:14px;border:0px;border-radius:3px;display: block;}

.jf1P3{text-align: center;font-size:0.8em;color:#5c5c5c;margin-top: 10px;margin-right:10%;margin-left: 10%;}
.Me31jf2{width:94%;min-height:80px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:10px;box-shadow:0px 0px 15px rgba(0,0,0,0.1);background:#fff;margin-bottom:10px;}
.Me31jf2Title{width:100%;height:50px;border-bottom:1px solid #dedede;overflow: hidden;}
.Me31jf2Title h2{line-height:20px;font-weight:normal;color:#323232;font-size:1.2em;margin-left:5%;margin-top:16px;border-left:4px solid #2c8fff;padding-left:10px;}
.Me31jf2Main1{width:90%;min-height:80px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:20px;margin-bottom:20px;}
.Me31jf2Main1 p{line-height:30px;font-size:1em;color:#5c5c5c;}
.Me31jf2Main2{width:90%;min-height:80px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:20px;margin-bottom:20px;}
.Me31jf2Title h2 span{width:50px;height:20px;border-radius:50px;border:1px solid #959595;text-align: center;float:right;margin-right:20px;overflow: hidden;}
.Me31jf2Title h2 span a{line-height:20px;color:#959595;font-size:0.8em;transition:0.4s;display: block;}
.Me31jf2Title h2 span a:hover{color:#fff;background:#959595;}

.Me31jf2Main2{width:94%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:20px;margin-bottom:20px;}
.Me31jf2Table{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; zoom:1;border-collapse:collapse;border:1px solid #dedede;}
.Me31jf2Table tr th{height:40px;background:#f2f2f2;text-align: center;font-size:1em;color:#323232;font-weight: normal;}
.Me31jf2Table tr td{height:40px;border:1px solid #dedede;text-align: center;color:#5c5c5c;font-size:1em;}

.Me31mm{width:94%;min-height:400px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top: 15px;box-shadow:0px 0px 15px rgba(0,0,0,0.1);background:#fff;margin-bottom:30px;}
.Me31mmTbale{width:263px;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin:0 auto;margin-top: 100px;}
.Me31mmInp1{width:263px;height:36px;border:1px solid #dadada;background:#f9f9f9;padding-left:10px;font-size:14px;color:#848383;line-height:36px;margin-bottom:10px;border-radius: 3px;}
.Me31mmBtn{width:90%;height:40px;border-radius: 3px;background:#2c8fff;border:0px;text-align: center;line-height:40px;color:#fff;font-size:1.2em;margin:0 auto;display: block;}
.Me31MeM{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:20px;margin-bottom: 50px;padding-top: 20px;}
.Me31MeM1{width:100%;min-height:1px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;}
.Me31MeM2{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;}

.Me31MeM2Groupdiv{width:90%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-bottom: 20px;margin-top: 20px;}
.Me31MeM2Groupdiv p{font-size:1em;color:#323232;line-height:30px;}
.Me31MeM2Inp1{width:96%;height:34px;margin:0 auto;border:1px solid #dadada;background:#f9f9f9;padding-left:10px;font-size:14px;color:#848383;line-height:34px;margin-bottom:10px;border-radius: 3px;}
.Me31MeM2Inp2{width:100%;height:36px;border:1px solid #dadada;background:#f9f9f9;padding-left:10px;font-size:14px;color:#848383;line-height:36px;margin-bottom:10px;border-radius:3px;}
.Me31MeM2Group1z{width:70%;height:36px;}
.Me31MeM2Group1y{width:25%;height:36px;margin-right:3%}
.Me31mmBtn2{width:90px;height:36px;background:#2bb6fe;border-radius: 3px;color:#fff;font-size:14px;border:0px;}
.Me31mmBtn3{width:25%;height:36px;border-radius: 3px;background:#2b8efe;border:0px;text-align: center;line-height:36px;color:#fff;font-size:1em;transition:0.4s;margin:0 auto;display: block;float: right;margin-right:5%;margin-bottom:20px;}
.Me31mmBtn3:hover{background:#0069e0;}


/***********************个人中心结束*************************/


/***********************会费缴纳开始*************************/
.MainBtn2{width:95%;height:30px;margin:0 auto;margin-top:30px;}
.MainBtn2z{width:100%;height:30px;}
.MainBtn2z a{width:24%;border-radius: 50px;background:#2c8fff;text-align: center;color:#fff;font-size:14px;line-height:30px;display: block;transition:0.4s;}
.MainBtn2z a:hover{color:#fff;background:#0078ff;}
.MainBtn2y{width:196px;height:30px;border-radius:50px;background:#eeeeee;overflow: hidden;display: none;}
.MainBtn2y table{width:190px;height:28px;margin:0 auto;}
.MainBtn2yz{width:18px;height:18px;background:#eeeeee;border:0px;}
.MainBtn2yInp{width:100%;height:28px;background:#eee;border:1px;font-size:14px;color:#5c5c5c;}

/* .Group1{width:1000px;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;border-radius:5px;background:#fff;box-shadow:0px 0px 10px rgba(93,152,213,0.1);margin-top: 15px;margin-bottom: 15px;position:relative;transition:0.4s;}
.Group1:hover{box-shadow:0px 0px 15px rgba(93,152,213,0.3);}
.Group1s{width:960px;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:25px;}
.Group1s h2{line-height:30px;font-size:18px;color:#323232;font-weight: normal;}
.Group1s p{line-height:30px;font-size:14px;color:#777777;}
.Group1x{width:960px;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;border-top:1px solid #dedede;margin-top:5px;margin-bottom: 20px;}
.Group1x ul li{float:right;margin-top:10px;margin-right:10px;}
.Group1x ul li:first-child{margin-right:0px;}
.Group1x ul li a{display: block;padding:2px 12px;border-radius: 50px;color:#fff;} */


.Group1{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;border-radius:5px;background:#fff;box-shadow:0px 0px 10px rgba(93,152,213,0.1);margin-top: 15px;margin-bottom: 15px;position:relative;transition:0.4s;}
.Group1:hover{box-shadow:0px 0px 15px rgba(93,152,213,0.3);}
.Group1s{width:95%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:25px;}
.Group1s h2{line-height:30px;font-size:18px;color:#323232;font-weight: normal;}
.Group1s p{line-height:30px;font-size:14px;color:#777777;}
.Group1x{width:87%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;border-top:1px solid #dedede;margin-top:5px;margin-bottom: 20px;}
.Group1x  p{line-height:30px;font-size:14px;color:#777777;}
.Group1x ul li{float:right;margin-top:10px;margin-right:10px;}
.Group1x ul li:first-child{margin-right:0px;}
.Group1x ul li a{display: block;padding:2px 12px;border-radius: 50px;color:#fff;}


.Group1xCl1{background:#ff8969;transition:0.4s;}
.Group1xCl1:hover{background:#ff6339;}
.Group1xCl2{background:#00afb1;transition:0.4s;}
.Group1xCl2:hover{background:#069ea0;}
.Group1xCl3{background:#2c8fff;transition:0.4s;}
.Group1xCl3:hover{background:#0078ff;}
.ShowCl5{background:#ED5666;}
.Group1Show{width:52px;height:30px;position: absolute;top:0px;right:0px;border-radius:0px 0px 0px 15px; color:#fff;text-align: center;font-size:12px;line-height:30px;}
.ShowCl1{background:#2c8fff;}
.ShowCl2{background:#fda55e;}
.ShowCl3{background:#ff7fca;}
.ShowCl4{background:#00afb1;}

/*弹框开始*/
.Bm1{width:100%;height:100vh;position: fixed;top:0px;left:0%;z-index:100;display: none;}
.Bm1Div{width:448px;height:400px;border-radius:8px;background:#fff;top:50%;margin-top:-200px;left:50%;margin-left:-224px;position: absolute;
  animation:BmDiv 0.8s;
  -webkit-animation:BmDiv 0.8s;
  animation-fill-mode:forwards;
  -webkit-animation-fill-mode:forwards;
}
.Bm1DivBtn{width:25px;height:25px;position:absolute;top:10px;right:10px;}
.Bm1DivTitle{text-align: center;font-size:26px;color:#323232;font-weight: normal;margin-top:35px;}
.Bm1DivTable{width:360px;margin:0 auto;margin-top:35px;}
.Bm1DivTable tr td{height:50px;}
.InpDiv1{width:64%;height:38px;border:1px solid #ccd9e7;border-radius: 3px;background:#e9f3ff;padding-left: 10px;color:#5c5c5c;float: left;}
.button1{width:200px;height:40px;border-radius: 50px;margin:20px auto;margin-top:30px;border:0px;color:#fff;text-align: center;display: block;transition:0.6s;}
.InpDiv1btn{width:30%;height:38px;border-radius:3px;background:#2c8fff;color:#fff;font-size:14px;line-height:38px;text-align: center;float: right;border:0px;}
.InpDiv1P{line-height:25px;font-size:12px;color:#5c5c5c;}
/*弹框结束*/
/***********************会费缴纳结束*************************/
/***********************会员风采开始*************************/
.Me3Group1{width:314px;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;border-radius: 5px;box-shadow:0px 0px 15px rgba(0,0,0,0.1);margin:14px;float: left;background:#fff;transition:0.4s;}
.Me3Group1:hover{box-shadow:0px 0px 15px rgba(0,0,0,0.2);}
.Me3GroupImg{width:90%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;border-radius: 5px;margin:0 auto;margin-top:20px;position: relative;}
.Me3GroupImg img{transition:0.4s transform;}
.Me3Group1:hover .Me3GroupImg img{transform:scale(1.05,1.05);}
.Me3GroupImgs{width:250px;height:163px;position: absolute;z-index:3;left:0px;top:0px;display: none;
animation:Me3GroupImgs 0.4s;-webkit-animation:Me3GroupImgs 0.4s;
animation-fill-mode:forwards;
-webkit-animation-fill-mode:forwards;
opacity:0;
}
.Me3Group1:hover .Me3GroupImgs{display: block;}


/* .MainInMain{width:1000px;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;border-radius:8px;box-shadow:0px 0px 15px rgba(0,0,0,0.1);margin-top: 15px;margin-bottom:15px;background:#fff;}
.MainInMain_title{width:940px;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top: 25px;border-bottom:1px solid #dedede;}
.MainInMain_title h2{line-height:30px;font-weight: normal;color:#5c5c5c;font-size:22px;text-align: center;}
.MainInMain_title p{line-height:30px;color:#777777;font-size:12px;text-align: center;margin-bottom:10px;margin-top: 10px;}
.MainInMain_M{width:940px;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:20px;}
.MainInMain_M p{line-height:30px;font-size:14px;color:#5c5c5c;text-indent: 2em;}
.MainInMain_M img{text-align: center;margin-top: 10px;margin-bottom: 10px;margin:0 auto;display: block;}
.MainInMain_MBtn{width:112px;height:30px;margin:0 auto;margin-top:30px;display: block;text-align: center;margin-bottom: 30px;line-height:30px;border-radius:50px;background:#2c8fff;color:#fff;transition:0.4s;}
.MainInMain_MBtn:hover{background:#0078ff;}
.MainInMain_M2{width:940px;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;border-top:1px solid #dedede;margin-bottom: 30px;}
.MainInMain_M2Btn{width:437px;height:38px;border-radius:5px;background:#f7f7f7;display: block;font-size:14px;color:#5c5c5c;padding-left:10px;line-height:38px;margin-top:20px;transition:0.4s;}
.MainInMain_M2Btn:hover{background:#66aeff;color:#fff;} */

.MainInMain{width:95%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;border-radius:8px;box-shadow:0px 0px 15px rgba(0,0,0,0.1);margin-top: 15px;margin-bottom:0px;background:#fff;position: relative;}
.MainInMain_title{width:90%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top: 25px;border-bottom:1px solid #dedede;}
.MainInMain_title h2{line-height:25px;font-weight: normal;color:#5c5c5c;font-size:1.2em;text-align: center;}
.MainInMain_title p{line-height:30px;color:#777777;font-size:0.8em;text-align: center;margin-bottom:10px;margin-top: 10px;}
.MainInMain_M{width:90%;min-height:10px;margin:120px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:20px;}
.MainInMain_M p{line-height:30px;font-size:1em;color:#5c5c5c;text-indent: 2em;}
.MainInMain_M img{width: 100%;text-align: center;margin-top: 10px;margin-bottom: 10px;margin:0 auto;display: block;}
.MainInMain_MBtn{width:30%;height:30px;margin:0 auto;margin-top:30px;display: block;text-align: center;margin-bottom: 30px;line-height:30px;border-radius:50px;background:#2c8fff;color:#fff;font-size: 1em;}
.MainInMain_M2{width:90%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;border-top:1px solid #dedede;position: absolute;bottom: 25px;left: 17px;}
.MainInMain_M2Btn{width:100%;height:38px;border-radius:5px;background:#f7f7f7;display: block;font-size:1em;color:#5c5c5c;padding-left:2%;padding-right:2%;line-height:38px;margin-top:10px;overflow: hidden;float: none;}
/***********************会员风采结束*************************/
/***********************内部邮箱开始*************************/
.MainBtn3z{width:100%;height:30px;}
.MainBtn3z ul li{width:19%;height:30px;border-radius: 50px;background:#e3e3e3;float:left;margin-left:1%;text-align: center;line-height:30px;position: relative;}
.MainBtn3z ul li:first-child{margin-left:0px;}
.MainBtn3z ul li a{font-size:0.9em;color:#5c5c5c;display: block;transition:0.4s;}
.MainBtn3z ul li a:hover{background:#2c8fff;color:#fff;border-radius: 50px;}
.MainBtn3zDiv{position: absolute;z-index:2;top:-5px;right:10px;width:10px;height:10px;border-radius: 50%;background:#ff6262;}
.Group2s{width:90%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:25px;margin-bottom:20px;}
.Group2s h2{line-height:30px;font-size:1.2em;color:#323232;font-weight: normal;}
.Group2s p{line-height:25px;font-size:0.8em;color:#777777;width:960px;}
.Group2s p a{width:64px;height:25px;border-radius:50px;float: right;display: block;background:#2c8fff;color:#fff;text-align: center;display: none;}
.MainBtn3{width:95%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;border-top:1px solid #dedede;margin-top:20px;}
.MainBtn3 ul li{float: left;margin-left:10px;width:22%;}
.MainBtn3 ul li a{width:100%;height:26px;border-radius:50px;display: block;text-align: center;line-height:26px;color:#fff;margin-top:20px;transition:0.4s;background:#1683ff;}
.MainBtn3 ul li:first-child{margin-left:0px;width:5%;}

.MainBtn3Btn ul li a:hover{background:#1683ff;}
.MainBtn3Cl1{background:#2c8fff;}
.MainBtn3Cl2{background:#69afff;}
.MainTTop{width:95%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:20px;}
.MainTTopz{width:70%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;}
.MainTTopz h2{line-height:26px;font-size:1.3em;color:#323232;font-weight: normal;}
.MainTTopy{width:20%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;}
.MainTTopy ul li{float: right;margin-left:10px;width:100%;height:26px;}
.MainTTopy ul li a{width:100%;height:26px;border-radius:50px;display: block;text-align: center;line-height:26px;color:#fff;font-size:1em;}
.MainTTopy ul li:first-child{margin-left:0px;}
.yx1{width:95%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:30px;margin-bottom: 30px;}
.yx1Inp1{width:96%;height:40px;border-radius: 3px;border:1px solid #ccd9e7;background:#f4f7fa;padding-left:10px;font-size:1em;line-height:40px;color:#5c5c5c;margin-bottom:10px;}
.yx1P{line-height:30px;font-size:14px;color:#323232;}
.yx1Main{width:98%;min-height:200px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:10px;border:1px solid #E3E3E3;}
.yx1Btn{margin:0 auto;margin-top:30px;margin-bottom:10px;width:80%;height:35px;border-radius:50px;background:#2c8fff;text-align: center;display: block;border:0px;font-size:1em;color:#fff;}
.yx1Mor{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;}
.yx1Mor2{width:80%;margin:0 auto;}
.yx1Btn2{margin:0 auto;margin-top:30px;margin-bottom:10px;width:80%;height:30px;border-radius:50px;background:#69afff;text-align: center;display: block;border:0px;font-size:14px;color:#fff;transition:0.4s;}

.yx1Inp2{width:96%;height:40px;border-radius: 3px;border:1px solid #ccd9e7;background:#f4f7fa;padding-left:10px;font-size:14px;line-height:40px;color:#5c5c5c;margin-bottom:10px;}
.yx1Inp2:first-child{margin-left: 0%;}
.yx1Text{width:96%;min-height:80px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;border-radius: 3px;border:1px solid #ccd9e7;background:#f4f7fa;padding-left:10px;font-size:1em;line-height:40px;color:#5c5c5c;margin-bottom:10px;}
/***********************内部邮箱结束*************************/
/***********************信息报送开始*************************/
.bs1{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;}
.bs2{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;border-bottom:1px solid #dedede;}
.bs2 p{line-height:30px;font-size:14px;color:#f00;margin:10px 30px;}
.MainBtn4{width:95%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;border-top:1px solid #dedede;margin-top:20px;}
.MainBtn4 ul li{float: left;margin-left:10px;width:22%;}
.MainBtn4 ul li a{width:100%;height:26px;border-radius:50px;display: block;text-align: center;line-height:26px;color:#fff;margin-top:20px;transition:0.4s;background:#1683ff;}

/***********************信息报送结束*************************/
/***********************在线学习开始*************************/
.xx1Btn{width:92%;height:28px;float: right;margin:0px 10px 20px 0px;}
.xx1BtnP{line-height:28px;float: left;font-size:14px;color:#5c5c5c;height:28px;margin-top:0px;}
.xx1BtnB{width:100px;height:28px;border-radius:50px;display: block;text-align: center;line-height:28px;color:#fff;font-size:14px;float: right;}
.bcolor1{background:#f5b218;transition:0.4s;}
.bcolor1:hover{background:#e6a000;}
.bcolor2{background:#19ce95;transition:0.4s;}
.bcolor2:hover{background:#00b179;}
.computerVideo{display: none;}
.phoneVideo{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;}

.xx2{width:500px;height:70vh;margin:0 auto;margin-top:1vh;background:#fff;border-radius:8px;box-shadow:0px 0px 15px rgba(0,0,0,0.2);overflow: hidden;}
.xx2D{width:90%;height:70vh;margin:0 auto;margin-top:1vh;background:#fff;border-radius:8px;box-shadow:0px 0px 15px rgba(0,0,0,0.2);overflow: hidden;}
.xx2H2{width:90%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:4vh;font-size:1.2em;line-height:25px;text-align: center;font-weight:normal;color:#323232;}
.xx2P{width:90%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;font-size:1em;line-height:25px;text-align: center;font-weight:normal;color:#2c8fff;}
.xx2Btn{width:84px;height:27px;border-radius:50px;display: block;text-align: center;margin:0 auto;margin-top:1vh;background:#2c8fff;color:#fff;line-height:27px;}
.xx3Table{width:100%;height:30px;background:#f2f2f2;border-radius:5px;}
.xx3Table tr th{line-height:30px;font-size:1em;color:#323232;text-align: center;font-weight: normal;}
.xx3Table2{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;}
.xx3Table tr td{line-height:30px;font-size:0.9em;color:#5c5c5c;font-weight: normal;}
.xx3Table2Img{width:24px;height:24px;text-align:center;margin:0 auto;display: block;}
.xx3Table2Span{width:25px;height:25px;background:#f1f1f1;border-radius: 50%;line-height:25px;font-size:14px;text-align: center;display: block;margin:0 auto;color:#5c5c5c;}
.xx3Table2P{line-height:30px;font-size:14px;color:#5c5c5c;text-align: left;}
.xx3Table2P2{line-height:30px;font-size:14px;color:#5c5c5c;text-align: center;}
.xx3{width:80%;height:40vh;margin:0 auto;margin-top:3vh;overflow-x: hidden;overflow-y: scroll;}
.xx3::-webkit-scrollbar {
        width:2px;
        background-color: aqua;
        }
.xx3::-moz-scrollbar {
        width:2px;
        background-color: aqua;
        }
.xx3::-webkit-scrollbar-track {
  width:2px;
        border-radius:2px;
        background:#f0f0f0;
        }
.xx3::-moz-scrollbar-track {
  width:2px;
        border-radius:2px;
        background:#f0f0f0;
        }
.xx3::-webkit-scrollbar-thumb {width:2px;
        border-radius:2px;
        background:#c4c4c4;
        } 
.td3DivNav::-moz-scrollbar-thumb {width:2px;
        border-radius:2px;
        background:#c4c4c4;
        } 
.xx3xx{width:80%;height:45vh;margin:0 auto;margin-top:3vh;overflow-x: hidden;overflow-y: scroll;}
.xx3xx::-webkit-scrollbar {
        width:2px;
        background-color: aqua;
        }
.xx3xx::-moz-scrollbar {
        width:2px;
        background-color: aqua;
        }
.xx3xx::-webkit-scrollbar-track {
  width:2px;
        border-radius:2px;
        background:#f0f0f0;
        }
.xx3xx::-moz-scrollbar-track {
  width:2px;
        border-radius:2px;
        background:#f0f0f0;
        }
.xx3xx::-webkit-scrollbar-thumb {width:2px;
        border-radius:2px;
        background:#c4c4c4;
        } 
.xx3xx::-moz-scrollbar-thumb {width:2px;
        border-radius:2px;
        background:#c4c4c4;
        }
.xx3Table3{width:80%;height:36px;background:#f2f2f2;border-radius:5px;margin:0 auto;margin-top: 5px;}
.xx3Table3 tr td{line-height:36px;}
.xx3Table3 p{font-size:16px;color:#323232;padding-left:4%;padding-right: 4%;}
.xx3Table3 p span{float: right;color:#323232;font-size:16px;}

.xx4{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:15px;margin-bottom:15px;}
.xx4Top{width:95%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;border-radius:3px;box-shadow:0px 0px 5px rgba(0,0,0,0.1);margin-top:5px;margin-bottom:5px;background:#fff;}
.xx4Top p{line-height:30px;font-size:1em;color:#323232;padding-left:20px;padding-right: 20px;margin-top: 10px;margin-bottom: 10px;}
.xx4Top p span{line-height:30px;font-size:0.9em;color:#5c5c5c;float: right;}
.xx4Mian{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;}
.xx4Mian1{width:95%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;border-radius:3px;background:#fff;box-shadow:0px 0px 5px rgba(0,0,0,0.1);margin:0 auto;overflow: hidden;margin-top:10px;}
.xx4Mian1s{width:90%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin:0 auto;margin-top:15px;}
.xx4Mian1s p{line-height:30px;color:#5c5c5c;font-size:1em;}
.xx4Mian1Btn{width:88px;height:28px;border:1px solid #ff701a;border-radius:50px;display: block;text-align: center;line-height:28px;font-size:14px;color:#5c5c5c;float: right;margin-right:5%;margin-top:10px;margin-bottom:20px;}
.xx4Mian1Btn img{width:14px;height:14px;margin-bottom:2px;}
 
.xx4Mian2{width:95%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;border-radius:3px;background:#fff;box-shadow:0px 0px 5px rgba(0,0,0,0.1);margin:0 auto;overflow: hidden;margin-top:10px;}
.xx4Mian2s{width:90%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:15px;}
.xx4Mian2s p{line-height:30px;color:#5c5c5c;font-size:14px;}
.xx4Mian2x{width:90%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;background:#f7f7f7;border-radius:5px;margin-bottom: 20px;}
.xx4Mian2x h2{line-height:30px;font-weight:normal;font-size:16px;color:#323232;margin:10px 20px 5px 20px;}
.xx4Mian2xMain{width:90%;height:55px;margin:0 auto;overflow-x: hidden;overflow-y: scroll;margin-bottom: 20px;}
.xx4Mian2xMain p{line-height:25px;font-size:12px;color:#5c5c5c;}
.xx4Mian2xMain::-webkit-scrollbar {
        width:2px;
        background-color: aqua;
        }
.xx4Mian2xMain::-moz-scrollbar {
        width:2px;
        background-color: aqua;
        }
.xx4Mian2xMain::-webkit-scrollbar-track {
  width:2px;
        border-radius:2px;
        background:#f0f0f0;
        }
.xx4Mian2xMain::-moz-scrollbar-track {
  width:2px;
        border-radius:2px;
        background:#f0f0f0;
        }
.xx4Mian2xMain::-webkit-scrollbar-thumb {width:2px;
        border-radius:2px;
        background:#c4c4c4;
        } 
.td3DivNav::-moz-scrollbar-thumb {width:2px;
        border-radius:2px;
        background:#c4c4c4;
        } 
.xx4Btm{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;}
.xx4Btm1{width:90%;height:50px;float: left;}
.xx4Btm1Btn1{width:25%;height:40px;background:#fff;box-shadow:0px 0px 5px rgba(0,0,0,0.1);margin:10px 5px 5px 5px;float: left;border-radius: 3px;display: block;text-align: center;line-height:40px;color:#323232;font-size:14px;transition:0.4s;}
.xx4Btm1Btn1:hover{box-shadow:0px 0px 5px rgba(0,0,0,0.2);background:#efefef;}
.xx4Btm1Btn1 img{width:20px;height:20px;margin-bottom: 2px;}
.xx4Btm1Btn2{width:40%;height:40px;background:#fff;box-shadow:0px 0px 5px rgba(0,0,0,0.1);margin:10px 5px 5px 5px;float: right;border-radius: 3px;}
.xx4Btm1Btn2In{width:49%;height:40px;border-right:1px solid #dedede;display: block;float: left;color:#5c5c5c;font-size:14px;text-align: center;line-height:40px;transition:0.4s;}
.xx4Btm1Btn2In:hover{background:#efefef;}
.xx4Btm1Btn2In:nth-of-type(2){border-right:0px;}
.xx4Btm2{width:131px;height:40px;border-radius:3px;background:#2c8fff;float: right;box-shadow:0px 0px 5px rgba(0,0,0,0.1);margin:5px 5px 5px 5px;border:0px;color:#fff;font-size:14px;transition:0.4s;}
.xx4Btm2:hover{background:#0e7fff;}
.xx5{width:100%;height:100%;position: fixed;z-index:100;left:0%;top:0px;display: none;}
.xx5Div{width:573px;height:418px;border-radius:10px;background:#fff;position: absolute;z-index: 101;top:50%;margin-top:-209px;left:50%;margin-left:-286.5px;
animation:xx5Div 0.4s;-webkit-animation:xx5Div 0.4s;
animation-fill-mode:forwards;
-webkit-animation-fill-mode:forwards;
opacity:0;
}
.xx5DivOut{width:20px;height:20px;position: absolute;z-index:102;right:20px;top:20px;}
.xx5DivTitle{width:498px;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:30px;margin-bottom:20px;}
.xx5DivTitle h2{line-height:30px;font-size:24px;text-align: center;font-weight:normal;color:#323232;}
.xx5DivMain{width:498px;height:300px;margin:0 auto;overflow-x: hidden;overflow-y: scroll;}
.xx5DivMain::-webkit-scrollbar {
        width:2px;
        background-color: aqua;
        }
.xx5DivMain::-moz-scrollbar {
        width:2px;
        background-color: aqua;
        }
.xx5DivMain::-webkit-scrollbar-track {
  width:2px;
        border-radius:2px;
        background:#f0f0f0;
        }
.xx5DivMain::-moz-scrollbar-track {
  width:2px;
        border-radius:2px;
        background:#f0f0f0;
        }
.xx5DivMain::-webkit-scrollbar-thumb {width:2px;
        border-radius:2px;
        background:#c4c4c4;
        } 
.xx5DivMain::-moz-scrollbar-thumb {width:2px;
        border-radius:2px;
        background:#c4c4c4;
        }
.xx5DivMainG1{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-bottom:10px;}
.xx5DivMainG1T{width:100%;height:40px;border-bottom:1px solid #dedede;}
.xx5DivMainG1T h2{line-height:40px;color:#323232;font-size:18px;font-weight: normal;}
.xx5DivMainG1M{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:20px;}
.xx5DivMainG1M ul li{width:35px;height:35px;display: block;text-align: center;line-height:35px;font-size:14px;border-radius:50%;margin-left:14px;margin-bottom: 14px;float: left;}
.xx5DivMainG1M ul li:nth-of-type(10n-9){margin-left:0px;}
.G1MBg1{background:#2c8fff;border:1px solid #2c8fff;color:#fff;}
.G1MBg2{background:#14c9de;border:1px solid #007d8c;color:#fff;}
.G1MBg3{background:#f0f0f0;border:1px solid #f0f0f0;color:#5c5c5c;}
.xx6{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-bottom: 10px;}
.xx6 h2{line-height:30px;font-size:1.1em;color:#323232;font-weight: normal;}
.xx6G{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;background:#f8f8f8;border-radius:5px;margin-bottom: 10px;}
.xx6G p{line-height:30px;font-size:1em;color:#5c5c5c;margin:20px 20px 0px 20px;}
.xx6G span{font-size:0.8em;color:#5c5c5c;margin:0px 20px 20px 20px;line-height:20px;display: block;}
.shaix{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;border-bottom:1px solid #dedede;}
/* .shaixs{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;} */
.shaixs{display: none;}
.shaixsz{width:85%;height:30px;}
.shaixsz p{float: left;line-height:30px;}
.shaixsz p span{font-size:14px;color:#323232;}
.shaixsz p a{font-size:14px;color:#5c5c5c;margin-left:20px;}
.shaixsz p a:hover{color:#2c8fff;}
.shaixsy{width:30px;height:30px;}
.shaixx{width:1000px;min-height:1px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;display: none;}
.shaixx p{float: left;line-height:30px;}
.shaixx p a{font-size:14px;color:#5c5c5c;margin-right:20px;}
.shaixx p a:hover{color:#2c8fff;}
.shaixx2{width: 92%;min-height: 40px;margin: 0px auto;height: auto;_height: auto;overflow: hidden;zoom: 1;margin-top: 15px;}
.shaixx2 ul li {width: 46%;height: 30px;float: left;margin-left: 3%;line-height: 40px;text-align: center;margin-bottom: 15px;}
.shaixx2 ul li a {font-size: 0.9em;color: #5c5c5c;display: block;background: #e3e3e3;border-radius: 3px;}
.xx7{width:90%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:15px;}
.xx7 h2{line-height:30px;color:#323232;font-size:1.2em;font-weight: normal;}
.xx8{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:15px;margin-bottom:15px;background:#fff;box-shadow:0px 0px 10px rgba(0,0,0,0.1);}
.xx8Video{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;}
.xx8Main{width:95%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:20px;margin-bottom:20px;}
.xx8Mainbj{width:95%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:20px;margin-bottom:20px;}

.xx8Mains{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;}
.xx8Mains p{line-height:25px;font-size:0.8em;color:#323232;}
.xx8Mains p span{float: left;}
.xx8MainsImg{width:18px;height:18px;margin-bottom: 2px;}
.xx8MainsImg1,.xx8MainsImg2{width:14px;height:14px;margin-bottom: 6px;}
.xx8MainsBtn1{width:15%;height: 20px;border-radius:50px;border:1px solid #EF5E1A;text-align: center;font-size:0.8em;color:#EF5E1A;line-height:22px;float: right;margin-right:5px;}
.xx8MainsBtn1y{width:19%;height: 20px;border-radius:50px;border:1px solid #BFBFBF;text-align: center;font-size:0.8em;color:#BFBFBF;line-height:22px;float: right;margin-right:5px;}

.xx8MainsBtn2{width:19%;height: 20px;border-radius:50px;border:1px solid #BFBFBF;text-align: center;font-size:0.8em;color:#BFBFBF;line-height:22px;float: right;}
.xx8MainsBtn2y{width:15%;height: 20px;border-radius:50px;border:1px solid #FFBC34;text-align: center;font-size:0.8em;color:#FFBC34;line-height:22px;float: right;}

.xx8Mainx{width:100%;height:36px;margin-top:20px;}
.xx8Mainx table{width:100%;height:34px;}
.xx8MainxInp{width:98%;height:34px;background:#f8f8f8;padding-left:10px;line-height:34px;font-size:14px;color:#919191;border:0px;}
.xx8MainxBtn{width:100%;height: 34px;background:#2c8fff;color:#fff;text-align: center;font-size:14px;border:0px;}
.xx9{width:100%;height:50px;margin:0 auto;border-radius: 5px;background:#fff;margin-top:0px;margin-bottom:10px;box-shadow:0px 0px 10px rgba(0,0,0,0.1);}
.xx9 ul li{float: left;line-height:48px;text-align: center;}
.xx9 ul li a{padding-left:15px;padding-right: 15px;display: block;color:#323232;font-size:16px;border-bottom:2px solid #fff;}
.xx9 ul li a:hover{color:#2c8fff;border-bottom:2px solid #2c8fff;}
.xx10{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin:0 auto;border-radius: 5px;background:#fff;box-shadow:0px 0px 10px rgba(0,0,0,0.1);margin-top:0px;margin-bottom:10px;}
.xx10s{width:100%;height:50px;border-bottom:1px solid #dedede;overflow: hidden;}
.xx10s h2{line-height:20px;margin-top:15px;font-size:1.3em;font-weight:normal;margin-left:3%;border-left:4px solid #2c8fff;}
.xx10x{width:95%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:20px;margin-bottom:20px;}
.xx10xbj{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:20px;margin-bottom:20px;}

/* .xx10x p{text-align: center;} */
.xx10xg{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-bottom:20px;}
.xx10xg h2{line-height:30px;font-size:1.1em;font-weight: normal;color:#323232;margin-bottom: 10px;padding-left: 3%;margin-right: 3%;}
.xx10xgG1{width:100%;min-height:40px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;border-radius: 5px;overflow:hidden;margin-bottom:5px;transition:0.4s;}
.xx10xgG1w1{width:1%;}
.xx10xgG1w2{width:64%;}
.xx10xgG1w3{width:0%;}
.xx10xgG1w4{width:32%;}
.xx10xgG1show1{line-height:25px;max-width:78%;min-width:20%;float: left;margin-top: 5px;margin-bottom: 5px;}
.xx10xgG1show1 a{font-size:1em;color:#898989;transition:0.4s;}
.xx10xgG1ico1{width:20%;height:20px;border-radius:50px;background:#dadada;float: left;text-align: center;line-height:20px;font-size:12px;display: block;margin-left:2%;margin-top:8px;color:#5c5c5c;}
.xx10xgG1ss{display: none;}
.xx10xgG1show2{font-size:0.9em;color:#898989;float: right;margin-top:10px;}
.xx10xgG1show2 img{width:16px;height:16px;margin-bottom:2px;}
.xx10xgG1ico2{width:20%;height:20px;border-radius:50px;background:#77b2f6;float: left;text-align: center;line-height:20px;font-size:12px;display: block;margin-left:2%;margin-top:8px;color:#fff;}
.more1{width:86px;height:26px;border-radius: 50px;border:1px solid #959595;display: block;text-align: center;font-size:1em;color:#959595;line-height:26px;margin:0 auto;margin-top: 30px;margin-bottom:10px;transition:0.4s;}
.more1:hover{background:#959595;color:#fff;}

.xx10text{width:93%;height:100px;background:#f8f8f8;border:1px solid #dadada;border-radius:5px;padding:10px;line-height:25px;color:#5c5c5c;font-size:14px;overflow: hidden;margin:0 auto;}
.xx10textbj{width:93%;height:100px;background:#f8f8f8;border:1px solid #dadada;border-radius:5px;padding:10px;line-height:25px;color:#5c5c5c;font-size:14px;overflow: hidden;margin:0 auto;}

.xx10DD1{width:100%;min-height:40px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top: 20px;margin-bottom: 20px;}
.xx10DD1Btn1{width:56px;height:56px;border-radius: 3px;border:1px solid #dadada;background:#f8f8f8;display: block;float: left;margin-right:10px;}
.xx10DD1Btn2{width:56px;height:56px;border-radius: 3px;border:1px dashed #dadada;background:#f8f8f8;display: block;float: left;}
.xx10DD1Btn1Img{width:36px;height:36px;text-align: center;margin:0 auto;margin-top: 10px;display: block;}
.xx10DD2{width:100%;min-height:40px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;border-radius: 5px;background:#f9f9f9;}
.xx10DD2s{width:100%;height:50px;border-bottom:1px solid #dedede;}
.xx10DD2s p{line-height:50px;font-size:1.1em;color:#5c5c5c;padding-left: 20px;}
.xx10DD2sImg{width:18px;height:18px;margin-bottom:7px;}
.xx10DD2x{width:96%;min-height:40px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:20px;margin-bottom:20px;}
.xx10DD2xW1{width:34%;}
.xx10DD2xW2{width:66%;}
.xx10DD2sImg2{width:14px;height:14px;margin-bottom:2px;float: left;margin-right:8px;}
.xx10DD2xP{line-height:30px;font-size:14px;color:#5c5c5c;text-align: right;}
.xx10DD2Btn{width:25%;height:30px;background:#2c8fff;display: block;text-align: center;float: right;margin-top: 20px;margin-bottom: 20px;color:#fff;font-size:1em;border:0px;transition:0.4s;}
.xx10DD2Btnbj{width:25%;height:30px;background:#2c8fff;display: block;text-align: center;float: right;margin-top: 20px;margin-bottom: 20px;color:#fff;font-size:1em;border:0px;transition:0.4s;}

.biji1{width:100%;min-height:40px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;}
.biji1 p{line-height:30px;font-size:1em;color:#5c5c5c;text-indent: 2em;}
.biji2{width:100%;height:270px;margin:0px auto;overflow-x: hidden;overflow-y: scroll;zoom:1;}
.biji2 p{line-height:30px;font-size:14px;color:#5c5c5c;text-indent: 0.8em;}
/***********************在线学习结束*************************/






.test1{width:91%;height: 80px;border-radius: 3px;border: 1px solid #dedede;background: #fff;line-height:30px;font-size: 14px;color: #5c5c5c;padding: 10px; float: left;margin:7px auto;}
.test2{width:89%;height: 80px;border-radius: 3px;border: 1px solid #dedede;background: #fff;line-height:30px;font-size: 14px;color: #5c5c5c;padding: 10px; float: left;margin:0 auto;}
.sign{text-align: center;color: #fff;font-size: 14px;line-height: 28px;display: block;margin-left: -5px;}
.sign1{line-height: 55px;color: #323232;font-size: 16px;font-weight: normal;padding-right: 20px;float: left;margin-bottom: 20px;}
.sign2{width: 100%;height: 30px;margin-top: 7px;position: relative;}
.bmInfo{font-size:10px;color:red;padding-left:25%;padding-top: 3%;}
.asss{width: 75px;height: 22px;line-height: 22px;font-size: 10px;margin-left: 5%;margin-top:2%;margin-bottom: 2%;background: #2c8fff;border-radius: 20px;border: 0px;color: #fff;text-align: center;display: block;transition: 0.6s;float: left;}
.sbtn{width: 50px;height: 22px;border-radius: 20px;font-size: 10px;background: #2c8fff;color: #fff;display:block;margin: 3% 1% 0% 0%;float: right;text-align: center;line-height: 22px;}
.sbtn1{width: 50px;height: 22px;border-radius: 20px;font-size: 10px;background: #00b179;color: #fff;display:block;margin: 3% 1% 0% 0%;float: right;text-align: center;line-height: 22px;}

.sh2{display:block;margin: 2% 5% 2% 38%;font-size: 20px;float: left;}
.hr{margin-top: 30px;}
.td1{width: 20%;}
.td2{width: 32%;}
.td22{width: 68%;}
.td3{width: 30%;}
.td33{width: 70%;}
.computer{display: none;}
.phone{display: block;}

.pinfo{color:red;font-size: 10px;float: right;margin-right: 10%;margin-bottom: 2%;}
.pinfo1{color:red;font-size: 10px;margin-top: 1%;float: right;margin-right: 16%;margin-bottom: 2%;}

.jzinfo{width: 250px;height: 9px;margin-top: 3%;margin-bottom: -2%;margin-left: 1%;}
.joinh2{text-align: center;color: red;margin: 16px 0% 16px 5%;font-size: 20px;}
.joinp{color:red;text-align: center;margin-left: 5px;font-size: 15px;}
.dayin{display: none;}
.roleType{float: left;margin-right:3%; margin-top:12px; color: #5c5c5c;font-size: 14px;}

.MainInMain11{width:94%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;border-radius:8px;box-shadow:0px 0px 15px rgba(0,0,0,0.1);margin-top: 15px;margin-bottom:15px;background:#fff;}

.MainInMain_M11{margin-left:10px;width:94%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:20px;}
.MainInMain_M11 p{line-height:30px;font-size:14px;color:#5c5c5c;text-indent: 1em;}

.MainInMain_title11{width:94%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top: 25px;border-bottom:1px solid #dedede;}
.MainInMain_title11 h2{line-height:30px;font-weight: normal;color:#5c5c5c;font-size:16px;text-indent: 0.7em;}

.imgbtn{margin-right: 3%; margin-top: 3%; margin-bottom: 3%;width: 83px;height: 20px;font-size: 13px;background: #2c8fff;color: #fff;float: right; text-align: center; border-radius: 10px;}
.sys_info{ width:280px;padding: 12px;height: 30px;border-radius: 5px;background: #f7f7f7;margin-bottom: 10px;}
.sys_info h2{line-height: 24px;font-size: 14px;color: #6b6b6b;font-weight: normal;}
.sys_btn{width: 88px;height: 21px;border-radius: 20px;color: #2c8fff;display: block;margin: 1% 9% 0% 0%;float: right;text-align: center;line-height: 21px; font-size: 12px;}
.msginfo{ margin: 0 auto;text-align: center;font-size: 14px;color: #797676;display: block;border-radius: 50px;width: 120px;height: 36px;line-height: 36px;margin-top: 30px;}
.msginfo1{ margin: 0 auto;text-align: center;font-size: 14px;color: #797676;display: block;border-radius: 50px;width: 120px;height: 36px;line-height: 36px;margin-top: 2px;}


.upload{position: relative;width:56px;height:56px;border-radius: 3px;border:1px solid #dadada;background:#f8f8f8;display: block;float: left;margin-right:10px;}
.upload p{position: absolute;bottom: -1px;left: 0;width: 100%;height: 20px;background: black;text-align: center;line-height: 20px;color: white;font-size: 14px; font-weight: bold;cursor: pointer;display: none;}
.upload:hover p{display: block;}
.upload111{position: relative;width:56px;height:56px;border-radius: 3px;border:1px solid #dadada;background:#f8f8f8;display: block;float: left;margin-right:10px;}
.upload111 p{position: absolute;bottom: -1px;left: 0;width: 100%;height: 20px;background: black;text-align: center;line-height: 20px;color: white;font-size: 14px; font-weight: bold;cursor: pointer;display: none;}
.upload111:hover p{display: block;}
/* 报名详情开始 */
.imgbtn{ margin-top:1%;width:100px;height:30px;font-size:14px;background: #2c8fff;color: #fff;float: right;text-align: center;border-radius:50px;display: block;line-height:30px;}
/* 报名详情结束 */

/*优化开始*/
.code_img{width:70%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:20px;}
.Me31MeM2Groupp1{width:90%;height:34px;margin:0 auto;margin-bottom:5px;}
.Me31MeM2Groupp1 p{font-size:1em;color:#323232;line-height:30px;}


.Me31MeM2Group1{width:90%;min-height:10px;margin:0px auto; height:auto; _height:auto; zoom:1;}
.Me31MeM2Group1 p{line-height:30px;color:#5c5c5c;font-size:14px;}

.imgbtn1{ margin-top:1%;width:100px;height:30px;font-size:14px;background: #2c8fff;color: #fff;float: right;text-align: center;border-radius:50px;display: block;line-height:30px;margin-bottom:20px;margin-right:5%;}
/*优化结束*/


/* .Me3Group3{width:94%;min-height:36px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;border-radius:5px;background:#fff;margin-top:15px;margin-bottom:4px;}
.Me3Group3 p{line-height:30px;float: left;margin-left:5%;font-size:1.1em;color:#323232;display: block;margin-top:10px;margin-right:5%;}
.Me3Group3 span{line-height:30px;float: left;margin-left:5%;font-size:1em;color:#2c8fff;margin-bottom:10px;} */


.newAdd{width:100%;min-height:36px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;border-radius:5px;background:#fff;margin-top:15px;margin-bottom:4px;}
.newAdd p{line-height:30px;float: left;font-size:1.1em;color: #797676;display: block;margin-top:10px;margin-right:5%;}
.pingjia{display:none;}
.pingphone{margin-top: 1%;width: 88px;height: 30px;font-size: 14px; background: #fff;color: #2c8fff;float: right;text-align: center;border:none;display: block;line-height: 30px;margin-bottom: 20px;margin-right: 1%;}
.appraiseWeb{display: none;}
.appraiseul{float: left;}

.applyInfo{width: 70%;margin: 12px auto;height: auto;_height: auto;overflow: hidden;zoom: 1;padding: 0px 15px;}
.applyInppp1{width:99%;height:40px;border:1px solid #dedede;color:#5c5c5c;padding: 10px 0px;}
.applyInppp2{width:99%;height:38px;border-bottom:1px solid #dedede;border-top:0px;border-left:0px;border-right:0px;color:#5c5c5c;}
.applyInfoDiv{width: 95%;height: auto;min-height:20px;float: right;padding: 5px 10px 0px 0px;border: 0px;}
.k1xys{width: 100%;height: 74px;border-bottom: 1px solid #e1e1e1;margin-bottom: 26px;}
.k1xys ul li {width: 50%;height: 75px;text-align: center;float: left;overflow: hidden;transition: 0.4s;line-height: 75px;background: #ededed;}
.k1xys ul li a {color: #323232;font-size: 16px;display: block;transition: 0.8s;height: 73px;border-bottom: 2px solid #ededed;}


/* 学习中心新增开始 */
.studyCenterDiv{width: 94%;min-height: 10px;margin: 0px auto;height: auto;_height: auto;overflow: hidden;zoom: 1;border-radius: 5px;-moz-box-shadow: 0px 0px 8px #c8c8c8;-webkit-box-shadow: 0px 0px 8px #c8c8c8;box-shadow: 0px 0px 8px #c8c8c8;margin-bottom: 15px;background: #fff;}
.studyCenterImg{width: 40%;min-height: 10px;margin: 0px auto;height: auto;_height: auto;overflow: hidden;zoom: 1;margin-top: 20px;margin-bottom: 10px;margin-left: 3%;}
.studyCenterText{width: 50%;min-height: 10px;margin: 0px auto;height: auto;_height: auto;overflow: hidden;zoom: 1;margin-top: 10px;margin-bottom: 10px;margin-right: 3%;}
.studyCenterText h2{line-height: 25px;font-weight: normal;}

.studyp{display: none;}
.studyCenterText p{line-height: 20px;color: #797676;font-weight: normal;font-size: 14px;margin-bottom: 5px;}
.studyCenterText span{line-height: 30px;color: #5c5c5c;font-size: 12px;}
.studyCenterText span a{float: left;display: block;background: #2c8fff;padding: 0px 8px;color: #fff;border-radius: 3px;}

.course2xGroup1s {width: 100%;height: 40px;border-bottom: 1px solid #dedede;}
.course2xGroup1s h2 {line-height: 40px;padding-left: 3%;font-size: 1.1em;color: #323232;font-weight: normal;}
.course2xGroup1x {width: 89%;min-height: 10px;margin: 0px auto;height: auto;_height: auto;overflow: hidden;zoom: 1;}
.course2xGroup1x p {line-height: 30px;color: #5c5c5c;font-size: 1em;}
.course2xGroup1x2 {width: 93%;min-height: 10px;margin: 0px auto;height: auto;_height: auto;overflow: hidden;zoom: 1;display: none;}
.course2xGroup1x21 {width: 95%;min-height: 10px;margin: 0px auto;height: auto;_height: auto;overflow: hidden;zoom: 1;border-top: 1px solid #dedede;}
.course2xGroup1x21in {width: 100%;min-height: 10px;margin: 0px auto;height: auto;_height: auto;overflow: hidden;zoom: 1;margin-top: 15px; margin-bottom: 15px;}
.course2xGroup1x21in p {line-height: 30px;color: #5c5c5c;font-size: 1em;}
.coursep {line-height: 25px;font-size: 14px;color: #0099FF;margin-left: 20px;margin-bottom: 20px;}
.courseBtn{width: 80px;height: 35px;font-size: 14px;background: #2c8fff;color: #fff;float: left;text-align: center;border-radius: 3px;display: block;line-height: 35px;margin-left: 10px;}

/* 学习中心新增结束 */

/* 邮箱新增  开始 */
.mailBtn{width: 83px;height: 25px;font-size: 12px;background: #2c8fff;color: #fff;float: left;text-align: center; border-radius: 50px;display: block;line-height: 25px;margin-left: 13px;}
.Email{width:100%;height:100vh;position: fixed;top:0px;left:0%;z-index:999;display: none;}
.EmailDiv {width: 95%;height: 496px;text-align: center;border-radius: 8px;background: #fff;top: 50%;margin-top: -240px;left: 42%;margin-left: -148px;position: absolute;animation: EmailDiv 0.8s;-webkit-animation: EmailDiv 0.8s;animation-fill-mode: forwards;-webkit-animation-fill-mode: forwards;}
.EmailDivBtn{width:25px;height:25px;position:absolute;top:10px;right:10px;}
.newdats2 {height: 233px;float: left;border: 1px solid #dedede;overflow-y: scroll;background: #FFF;width: 91%;margin-left: 15px;}
.newdats3 {float: left;height: 167px;border: 1px solid #dedede;overflow-y: scroll;background: #FFF;margin-left: 15px;width: 91%;}
.buttonEmail{width: 93px;height:30px;border-radius: 50px;margin:0 auto;border:0px;color:#fff;text-align: center;display: block;transition:0.6s;background: #2c8fff;}
.qingkongEmail{width:60px;height:20px;border-radius: 20px;margin:0 20px;border:0px;color:#fff;text-align: center;display: block;transition:0.6s;background: #00afb1;}
.mailTable td{border-top: 1px solid #e7eaec;line-height: 1.42857;padding: 7px;vertical-align: middle;font-size: 12px;}
.EmailTable{width: 100%;}
.EmailTable tr td:first-child{width: 40%;}
.EmailTable tr td:nth-child(2){width: 60%;}
.EmailTable tr td:nth-child(3){width: 0%;}
.EmailTable td{line-height: 25px;font-size: 0.8em;color: #777777;}
.seeBtn{display: none;}
.EmailMainInMain{width:95%;min-height:500px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;border-radius:8px;box-shadow:0px 0px 15px rgba(0,0,0,0.1);margin-top: 15px;margin-bottom:15px;background:#fff;position: relative;}
/* .EmailMainInMain{width:100%;min-height:500px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;border-radius:8px;box-shadow:0px 0px 15px rgba(0,0,0,0.1);margin-top: 15px;margin-bottom:15px;background:#fff;position: relative;} */
.EmailMaintn{width: 112px;height: 30px;display: block;margin: 5% 40% 8% 0%;text-align: center;line-height: 30px;border-radius: 50px;background: #2c8fff;color: #fff;transition: 0.4s;}
.EmailMainInMain_title{width:90%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top: 25px;border-bottom:1px solid #dedede;}
/* .EmailMainInMain_title{width:90%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top: 25px;border-bottom:1px solid #dedede;} */

.EmailMainInMain_title h2{line-height:25px;font-weight: normal;color:#5c5c5c;font-size:1.2em;text-align: center;}
.EmailMainInMain_title p{line-height:30px;color:#777777;font-size:0.8em;float: left;}
.EmailDivDraft{width: 200px;height: 65px;position: absolute;bottom:20px;left: 35%;}
.EmailMainInMain_M{width:90%;min-height:10px;margin:0px auto; margin-bottom: 70px; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:20px;}
.EmailTime{float: left; margin-right: 40%;}
/* .EmailMainInMain_M{width:100%;min-height:10px;margin:100px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:20px;} */
.EmailMainInMain_M p{line-height:30px;font-size:1em;color:#5c5c5c;text-indent: 2em;}
.EmailMainInMain_M img{text-align: center;margin-top: 10px;margin-bottom: 10px;margin:0 auto;display: block;}

.EmailTypeDiv{width:196px;height:30px;overflow: hidden;float: left;margin: 8px auto;}
.EmailInppp2{width:90%;height:26px;border:1px solid #ccd9e7;border-radius: 3px;background:#e9f3ff;padding-left:5px;color:#5c5c5c;}

/* 邮箱新增  结束 */

/* 会员申请开始 */
.upmember{background: #4aa4fb;width: 74%;height: 180px;border-radius: 10px;display: block;float: left;margin: 30px 46px;color: #fff;text-align: center;font-size: 26px;transition: 0.4s;}
.upmember img{margin-top: 25px;}
.upmember1{background: #37cc94;width: 74%;height: 180px;border-radius: 10px;display: block;float: left;margin: 0px 46px;color: #fff;text-align: center;font-size: 26px;transition: 0.4s;}
.upmember1 img{margin-top: 25px;}
.upmember2{background: #ff9966;width: 74%;height: 180px;border-radius: 10px;display: block;float: left;margin: 0px 46px;color: #fff;text-align: center;font-size: 26px;transition: 0.4s;}
.upmember2 img{margin-top: 25px;}
.xxxxx{width: 94%;min-height: 10px;margin: 20px auto;height: auto;_height: auto;overflow: hidden;zoom: 1;}
.Main2TIna{width:94%;min-height:30px;margin:0px auto;height:auto; _height:auto; overflow:hidden; zoom:1;margin-bottom: 30px;}
.Main2TIna h2{text-align: center;font-size: 18px;font-weight: normal;line-height: 30px;margin-bottom: 20px;color: #323232;}
.Main2TIna p{line-height: 30px;color: #5c5c5c;font-size: 14px;margin-left:20px; }
.applyDiv{width: 94%;min-height: 100px;margin: 0px auto;height: auto;_height: auto;overflow: hidden;zoom: 1;border-top: 1px solid #dedede;}
.applyBtn{width: 140px;height: 40px;;border:0px;border-radius: 3px;background: #2b8efe;line-height: 40px;text-align: center;font-size: 14px;color: #fff;display: block;margin: 0 auto;margin-top: 30px;}
.Main2TInaImg{width: 100px;height: 100px;margin: 0 auto;margin-top: 50px;margin-bottom: 0px;}
.Main2TInaFile{width: 100%;min-height: 10px;margin: 25px auto;height: auto;_height: auto;overflow: hidden;zoom: 1;}
.Main2TInaInput{width: 94%;height: 40px;border-radius: 3px;border: 1px solid #dedede;background: #fafafa;padding-left: 10px;font-size: 14px;color: #5c5c5c;}
.Main2TInaBtn{width: 90%;height: 40px;border-radius: 3px;background: #2b8efe;border: 0px;color: #fff;float: right;}
.Main2TInaFileP1{width: 98%;margin: 0 auto;}
.Main2TInaBtnPay{width: 84%;height: 40px;border-radius: 3px;background: #2b8efe;border: 0px;color: #fff;float: right;}
.applyInfoMember{width: 88%;margin: 15px auto;height: auto;_height: auto;overflow: hidden;zoom: 1;padding: 0px 15px;}
.applyInppp1Member{width:99%;height:40px;border:1px solid #dedede;color:#5c5c5c;padding: 10px 5px;margin-top: 10px;}
.applyInppp2Member{width:99%;height:35px;border-bottom:1px solid #dedede;border-top:0px;border-left:0px;border-right:0px;color:#5c5c5c;}
.applyInfoDivMember{width: 95%;height: auto;min-height:20px;float: right;padding: 5px 10px 0px 0px;border: 0px;}
.MemberDiv{width:100%;min-height:400px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-bottom: 30px;}
.MemberDivMian{width:100%;min-height:100px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-bottom:20px;}
.bohuiInfo{color: red;margin-left: 30%;}
.BoxDivxNodiv_Btm1mainss{width:100%;}
.BoxDivxNodiv{width:100%;}
/* 会员申请结束 */

/*在线考试开始*/
.all_y{background:#f6f6f6;}
.KsMain{width:96%;min-height:10px;margin:25px auto; height:auto; _height:auto; overflow:hidden; zoom:1;background: #fff;}
.KsMainss{width:96%;min-height:10px;margin:25px auto; height:auto; _height:auto; overflow:hidden; zoom:1;}
.KsGroupDiv{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;}
.KsGroup1{width:100%;min-height:50px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;background:#fff;margin-bottom: 20px;border-radius:5px;}
.KsGroup1Top{width:96%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;border-bottom:1px solid #e7e7e7;margin-top:15px;}
.KsGroup1Top h2{line-height:30px;font-size:1.2em;color:#323232;font-weight: normal;margin-bottom:15px;}
.KsGroup1Span1{width:40px;height:20px;border-radius: 3px;line-height:20px;text-align: center;display: block;color:#fff;font-size:0.8em;float: left;margin-top:6px;}
.SBg1{background:#ff4346;}
.SBg2{background:#45a3fb;}
.SBg3{background:#f8ac59;}
.KsGroup1Bottom{width:96%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:10px;}
.Icon1{width:32px;height:32px;border-radius:10px;background:#f1f1f1;display: block;float: left;text-align: center;}
.IMggg{width:16px;}
.PP1{float: left;font-size:1em;color:#5c5c5c;line-height:30px;margin-right:20px;display: block;margin-bottom:5px;}
.btn1btn1{width:80px;height:30px;background:rgb(44, 143, 255);border-radius:3px;display: block;float: right;text-align: center;line-height:30px;color:#fff;margin-bottom:5px;}
.wi1{width:90%;}
.wi2{width:10%;}

/*在线考试结束*/
/*试卷开始*/
.sj1{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-bottom: 20px;}
.btn2{width:80px;height:30px;border:1px solid #c7c7c7;border-radius: 3px;background:#f1f1f1;display: block;float: right;text-align: center;line-height:30px;color:#cc0003;margin-right:2px;font-size:1em;}
.Icon2{width:9px;}
.sj2{width:100%;min-height:10px;margin:30px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-bottom: 20px;}
.sj2 h2{text-align: center;font-size:1.6em;color:#323232;font-weight: normal;margin-left: 5%;margin-right: 5%;}
.sj2show{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:20px;text-align: center;}
.sj2show1{width:46%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;border-radius:3px;background:#f8f8f8;display: inline-block;margin-left:1%;margin-right:1%;}
.sj2show1 table{width:90%;margin:0 auto;margin-top: 10px;margin-bottom: 10px;}
.show1w1{width:13%;}
.show1w2{width:10%;}
.show1w3{width:77%;}
.show1w3 p{line-height:20px;font-size:1em;color:#5c5c5c;text-align: left;}
.IMggg2{width:34px;}
.btn3{width:100px;height: 30px;text-align: center;display: block;border-radius: 3px;background:rgb(44, 143, 255);line-height:30px;font-size:1em;color:#fff;margin:0 auto;margin-top:20px;margin-bottom:20px;}
.KsGroup2{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;background:#fff;margin-bottom: 20px;border-radius:5px;}
.KsGroup2Main{width:90%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-bottom:10px;background:#f8f8f8;padding: 9px;}
.KsGroup2M1{width:100%;min-height:36px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;border-bottom:1px solid #d2d2d2;float: left;margin-bottom: 10px;}
.KsGroup2M1 h2{line-height:36px;color:#323232;font-weight: normal;font-size:1.2em;margin-bottom:8px;}
.KsGroup2M2{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;float:right;margin-top: 5px;}
/*试卷结束*/


        /*手机*/
/*新会费缴纳开始*/
.jn{width:98%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;background:#fff;border-radius:4px;margin-top:5px;}
.jns{width:90%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:15px;margin-bottom:15px;}
.jnsz{width:40%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;}
.jnsz h2{font-size:18px;font-weight:normal;color:#6A6D6F;}
.jnsz h2 img{margin-bottom: 2px;}
.jnsy{width:91px;height:26px;border-radius: 30px;border:1px solid red;display: block;text-align: center;line-height:26px;color:#228CFF;border:1px solid #228CFF;font-size:12px;}
.jnx{width:90%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-bottom: 20px;}
.jnx p{line-height:22px;color:#6A6D6F;font-size:14px;}
.jn2Div{width:98%;height:1px;background:#E5E5E5;margin:0 auto;margin-top:20px;}
.jn2{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:10px;}
.jn2G{width:98%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;border-radius: 4px;background:#fff;margin-top:10px;margin-bottom:10px;transition:0.4s;}
.jn2G:hover{box-shadow:0px 0px 10px rgba(0,0,0,0.1);}
.jn2Gs{width:92%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:20px;margin-bottom:20px;}
.jn2Gsw1{width:96%;}
.jn2Gsw1 h2{font-size:18px;font-weight:normal;color:#06121E;}
.jn2Gsw2{width:60px;}

.jn2GsB{width:60px;height:24px;border-radius:2px;color:#fff;text-align: center;line-height:24px;font-size:12px;}
.jn2GsB1{background:#F8AC5B;}
.jn2GsB2{background:#1CB394;}
.jn2GsB3{background:#5BA3F8;}
.jn2GsB4{background:#FF6565;}
.jn2GDiv{width:100%;height:1px;margin:0 auto;background:#EAEAEA;}
.jn2Gx{width:92%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:20px;margin-bottom:20px;}
.jn2Gxw1{width:55%;}
.jn2Gxw2{width:55%;}
.jn2Gxw1p{float: left;font-size:14px;color:#323232;margin-right:30px;line-height:22px;}
.jn2Gxw1sp1{font-size:14px;color:#3A82F0;margin-right:30px;line-height:22px;}
.jn2Gxw1sp2{font-size:14px;color:#5B5E63;margin-right:30px;line-height:22px;}
.jn2GxBtnImg{width:16px;height:16px;margin-bottom: 2px;}
.jn2GxBtn{float: right;height:30px;padding-left:15px;padding-right:15px;border:1px solid #E3E3E3;background:#fff;font-size:14px;color:#323232;transition:0.4s;}
.jn2GxBtn:hover{background:#EDEDED;}
/*新会费缴纳结束*/
.gerenh2{color: red;margin-bottom: 10px;font-size: 18px;text-align:center;}





/*********************最新首页开始**********************/

/*六大块开始*/
.xin1{width:95%;min-height:100px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;}
.xin11wai{width: 29%;border-radius: 5px;float:left;text-align: center;margin-top: 10px;position: relative;margin-left: 3.4%;}

.xin11{width: 100%;border-radius: 5px;float:left;text-align: center;padding-top: 15px;padding-bottom: 10px;position: relative;}
.xin11 img{width:25px;}
.xin11 p{text-align: center;font-size: 14px;color: #fff;line-height: 30px;}
.xin11s{position:absolute;right: -6px;top:-6px;background: #ed5565;border-radius: 50px;min-width: 17px;height:17px;padding-left: 3px;padding-right: 3px;}
.xin11s p{text-align: center;font-size: 12px;color: #fff;line-height: 17px;}
.xbut1{background: #EB7873;}
.xbut2{background: #EBC273;}
.xbut3{background: #1CB394;}
.xbut4{background: #9D73EB;}
.xbut5{background: #EB8A73;}
.xbut6{background: #2A74D9;}


/*在线课堂开始*/
.xin2{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top: 20px;}

.xin2z{width:90%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;}
.xin2zs{width: 100%;height:40px;}
.xin2zs h2{line-height:40px;}
.xin2zs h2 a{font-size:22px;color: #323232;font-weight: normal;}
.xin2zs h2 span{float: right;line-height:40px;}
.xin2zs h2 span a{font-size: 14px;color:#98A9C0;}

.xin2zx{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;}
.xin2zx1{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;float: left;border-radius:3px;padding-bottom: 20px;margin-bottom: 15px;background: #F2F5FA;}
.xin2zx1s{width:40%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top: 20px;float:left;margin-left: 5%;}
.xin2zx1x{width:47%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:20px;float:right;margin-right: 3%;}
.xin2zx1x h2{line-height:20px;font-size:14px;color: #323232;font-weight: normal;}
.xin2zx1x p{line-height:20px;font-size: 12px;color: #6A6D6F;}
.xin2zx1x p span{line-height:25px;font-size: 12px;color: #3366FF;}
.xin2zx1x p img{width:18px;height:18px;}


.xin2y{width:90%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top: 5px;}

.xin2ys{width: 100%;height:40px;}
.xin2ys h2{line-height:40px;}
.xin2ys h2 a{font-size:22px;color: #323232;font-weight: normal;}
.xin2ys h2 span{float: right;line-height:40px;}
.xin2ys h2 span a{font-size: 14px;color:#98A9C0;}

.xin2yx{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;border-radius:3px;}
.xin2yx1{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;padding-top: 15px;padding-bottom:20px;margin-top: 10px;background: #FAFBFD;}
.xin2yx1 h2{width:90%;margin:0px auto;line-height: 20px;font-size:16px;color: #323232;font-weight: normal;}
.xin2yx1 p{line-height:20px;font-size: 12px;color: #6A6D6F;margin-top: 5px;}
.xin2yx11{background:#1CB394;font-size: 12px;color: #fff;padding: 2px 4px;border-radius: 2px;}
.xin2yx12{background:#F8AC5B;font-size: 12px;color: #fff;padding: 2px 4px;border-radius: 2px;}
.xin2yx13{background:#3A82F0;font-size: 12px;color: #fff;padding: 2px 4px;border-radius: 2px;}
.xin2yx124{width: 40px;height: 20px;position: relative;margin-left:5%;}
.xin2yx124w{width: 100%;height: 20px;}
.xin2yx12sign{text-align: center;color: #fff;font-size: 12px;line-height: 20px;display: block;margin-left: -8px;}
.xin2yx12signs{width:7px;height: 7px;border-radius: 20px;border:2px solid #fff;position: absolute;right: 0px;top:-5px;background: #ff3300;}


/*在线考试开始*/
.xin3{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;background: #fff;margin-top: 30px;}
.xin3n{width:90%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-bottom: 20px;}


.xin3ns{width: 100%;height:20px;margin-top: 30px;}
.xin3ns ul li{line-height: 20px;float: left;}
.xin3ns ul li a{font-size:22px;color: #323232;font-weight: normal;}


.xin3ns{width: 100%;height:40px;margin-top: 30px;}
.xin3ns h2{line-height:40px;}
.xin3ns h2 a{font-size:22px;color: #323232;font-weight: normal;}
.xin3ns h2 span{float: right;line-height:40px;}
.xin3ns h2 span a{font-size: 14px;color:#98A9C0;}
.xin3nx{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;}
.xin3nx1{width:85%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;background: #F2F5FA;border-radius: 5px;padding: 25px;float: left;margin-left: 0%;margin-bottom: 20px;}
.xin3nx1 h2{line-height:25px;font-size: 16px;color: #2F2F2F;margin-bottom: 10px;}
.xin3nx1 p{line-height:25px;font-size: 14px;color: #6A6D6F;}

.xin3nx1but{width:100px;height: 30px;margin:0px auto;border-radius: 30px;border:1px solid #3366FF;margin-top: 15px;}
.xin3nx1but h2{line-height:30px;text-align: center;}
.xin3nx1but h2 a{font-size: 14px;color: #3366FF;}


/*排行榜开始*/
.xin4{width:90%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top: 30px;}
.xin41{width: 100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;border-radius: 5px; float: left;background: #fff;}
.xin41s{width:90%;height:33px;margin:0px auto;background:url(../images/dd10.png) no-repeat top center;background-size: 100%;margin-top: 20px;}
.xin41s h2{line-height: 33px;font-size: 16px;color: #fff;text-align: center;}

.xin41x{width:90%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top: 25px;margin-bottom: 25px;}
.xin41x tr th{line-height: 35px;text-align: center;background: #F2F2F2;font-size: 14px;color: #6A6D6F;}
.xin41x tr td{line-height: 35px; font-size:14px;color:#6A6D6F;border-bottom:1px solid #EBEBEB;text-align: center;word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

.xin42{width: 100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;border-radius: 5px; float:left;margin-left: 0%;margin-top:20px;background: #fff;}




/*会员风采开始*/
.xin5{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;background: #fff;margin-top: 30px;}
.xin5n{width:90%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-bottom: 20px;margin-top: 30px;}

.xin5nz{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;float: left;}
.xin5nzs{width: 100%;height:40px;}
.xin5nzs h2{line-height:40px;}
.xin5nzs h2 a{font-size:22px;color: #323232;font-weight: normal;}
.xin5nzs h2 span{float: right;line-height:40px;}
.xin5nzs h2 span a{font-size: 14px;color:#98A9C0;}

.xin5nzx{width: 100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;overflow: hidden;padding-bottom: 20px;margin-top: 5px;}
.xin5nzx1{width:90%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top: 20px;border-bottom: 1px solid #E5E5E5;}
.xin5nzx1z{width:40%;height:auto;}
.xin5nzx1y{width:56%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-left: 4%;margin-bottom: 25px;}
.xin5nzx1y h2{line-height: 30x;font-size: 12px;color: #323232;}
.xin5nzx1y p{line-height: 20px;font-size: 12px;color: #6A6D6F;margin-top: 5px;}
.xin5nzx1ywu{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-left: 4%;margin-bottom: 25px;}
.xin5nzx1ywu h2{line-height: 30x;font-size: 12px;color: #323232;}
.xin5nzx1ywu p{line-height: 20px;font-size: 12px;color: #6A6D6F;margin-top: 5px;}


.xin5ny{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;float:right;margin-top: 25px;}
.xin5nys{width: 100%;height:40px;}
.xin5nys h2{line-height:40px;}
.xin5nys h2 a{font-size:22px;color: #323232;font-weight: normal;}
.xin5nys h2 span{float: right;line-height:40px;}
.xin5nys h2 span a{font-size: 14px;color:#98A9C0;}

.xin5nyx{width: 100%;height:440px;background: #FAFBFD;overflow: hidden;}
.xin5nyx h2{line-height: 25px;text-align: center;font-size:14px;color: #323232;margin-top: 10px;}
.xin5nyx p{line-height: 25px;text-align: center;font-size:12px;color: #6A6D6F;}

/*会员风采开始*/
.xin6n{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top: 20px;}

.xin6nz{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;float: left;}
.xin6nzs{width: 90%;height:45px;margin:0px auto;}
.xi6nzs h2{line-height:45px;}
.xin6nzs h2 a{font-size:22px;color: #323232;font-weight: normal;}
.xin6nzs h2 span{float: right;line-height:40px;}
.xin6nzs h2 span a{font-size: 14px;color:#98A9C0;}
.PCxin6nx{width:100%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;float: left;background: #fff;display: none;}
.WEBxin6nx{width:90%;min-height:10px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;}

.WEBxin6nx_y1{width:100%;height:95px;margin:0px auto;padding-top: 15px;margin-top: 15px;background: #fff;}
.WEBxin6nx_y1z{width:20%;height:65px;background: #f7f7f7;margin-top: 5px;margin-left:5%;}
.WEBxin6nx_y1z h2{line-height:25px;font-size: 25px;color: #323232;text-align: center;margin-top: 10px;font-weight: normal;}
.WEBxin6nx_y1z p{line-height: 20px;font-size:12px;color: #5C5C5C;text-align: center;}
.WEBxin6nx_y1y{width:65%;height:95px;margin-left: 1%;margin-left:5%;}

.WEBxin6nx_y1y h2{line-height: 28px;font-size: 14px;color: #323232;font-weight: normal;}

/**************新企业会员中心首页********************/

.qyhy1{width:100%;min-height:100px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:60px;background: url(../images/dd18.jpg) no-repeat top center;
  animation:Main 0.6s;
  -webkit-animation:Main 0.6s;
  animation-fill-mode:forwards;
  -webkit-animation-fill-mode:forwards;background-size: 100% 100%;}
.qyhy1n{width:94%;min-height:100px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;padding-bottom: 10px;}
.qyhy1ns{width:100%;min-height:100px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-bottom: 20px;}
.qyhy1nz{width:100%;min-height:100px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:10px;}
.qyhy1nz h2{line-height: 50px;font-size:25px;color: #fff;margin-bottom: 10px;}
.qyhy1nz p{line-height: 30px;font-size:14px;color: #fff;}

.qyhy1ny{width:80%;min-height:100px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top:25px;}
.qyhy1ny p{text-align: center;font-size: 14px;color: #323232;line-height: 40px;}
.phone_hide{display: none;}


.qyhy2{width:100%;min-height:100px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-bottom: 30px;}
.qyhy2n{width:1000px;min-height:100px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;}
.qyhy2nz{width:90%;min-height:100px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;margin-top: 20px;margin-left: 5%;}
.qyhy2nz h2{line-height: 50px;font-size:30px;color: #fff;}
.qyhy2nz ul li{width:100%;line-height: 25px;font-size:14px;color: #fff;float: left;margin-right: 40px;}


.hytj{width: 100%;min-height:100px;margin:0px auto; height:auto; _height:auto; overflow:hidden; zoom:1;background:#fff;box-shadow: 0 0 6px #ccc; overflow: hidden;padding-top: 20px;padding-bottom: 30px;}
.hytj1{width:33%;height:80px;float: left;}
.hytj1 h2{line-height: 50px;text-align: center;font-size: 40px;color: #0089FF;font-weight: normal;}

.hytj1 p{line-height: 30px;text-align: center;font-size:14px;color: #5C5C5C;}

.hytj2{width:1px;height:30px;float: left;background:#CBCBCB;margin-top: 30px;}
.hytj3{display: none;}




#mapClass{height:290px;width: 94%;display: none;position: fixed;top: 0px;left: 3%;z-index: 999999;background:#f9f9f9;border: 1px solid #dedede;padding-top: 30px;}
#l-map{height:250px;width: 94%;border: 1px solid #dedede;margin: auto;}
.marWai{width: 94%;margin:0px auto;margin-top:10px;}
.mapInputs{width: 60%;float: left;}
.mapInputs input{line-height: 25x;height: 25px;width: 100%;}
.mapPs{width:100%;line-height: 28px;text-align: left;float: right;color: #2b8efe!important;cursor: pointer;text-indent: 0em;}



.applyInfoMembers{width: 88%;margin: 15px auto;height: auto;_height: auto;overflow: hidden;zoom: 1;padding: 0px 15px;}
.applyInppp2Members{width:99%;height:35px;border-bottom:1px solid #dedede;border-top:0px;border-left:0px;border-right:0px;color:#5c5c5c;}
.applyInppp1Members{width:99%;height:40px;border:1px solid #dedede;color:#5c5c5c;padding: 10px 5px;margin-top: 10px;}
.applyInfoDivMembers{width: 95%;height: auto;min-height:20px;float: right;padding: 5px 10px 0px 0px;border: 0px;}
.gerenh2s{margin-bottom: 10px;font-size: 18px;text-align:center;font-weight: normal;}



.helpTip{width: 18px;height: 18px;background-image: url(/static/admin/images/help.png);background-size: 100%;background-repeat: no-repeat;display: inline-block;margin-left: 5px;}


.stusy_banner{width: 100%;margin:0px auto;}



















}



@media screen and (max-width:1400px){
        .LeftNavDiv{display: none;}
}




















