﻿@charset 'utf-8';
/** Generated by FG **/
@font-face {
    font-family: 'Conv_HelveticaNeueLTPro-Roman';
    src: url('../fonts/HelveticaNeueLTPro-Roman.eot');
    src: local('☺'), url('../fonts/HelveticaNeueLTPro-Roman.woff') format('woff'),
    url('../fonts/HelveticaNeueLTPro-Roman.ttf') format('truetype'),
    url('../fonts/HelveticaNeueLTPro-Roman.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
ul,li{ margin:0; padding: 0;}
/*
*  正文
*/
.ny-content{
    width: 100%;
    height: auto;
}
@media screen and (max-width: 1080px){
    .ny-content{
        padding-left: 15px;
        padding-right: 15px;
    }
}
.nycontent{
    max-width: 1000px;
    margin: auto;
}
.ny-content .nycontent h1{
    font-size: 34px;
    color: #1b2026;
    text-align: center;
    padding: 54px 0 30px 0;
}
.ny-content .nycontent .o_content{
    width: 100%;
    height: 550px;
    font-size: 13px;
    line-height: 22px;
    overflow-y: scroll;
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(219, 219, 219);
    border-image: initial;
}
.ny-content .nycontent .o_content p{
    line-height: 22px;
}
@media screen and (max-width: 1080px){
    .ny-content .nycontent h1 {
        font-size: 27px;
        color: #1b2026;
        text-align: center;
        padding: 38px 0 28px 0;
    }
    .ny-content .nycontent .o_content {
        width: 100%;
        height: 550px;
        font-size: 13px;
        line-height: 22px;
        padding: 20px;
        border: 1px solid #dbdbdb;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
}
@media screen and (max-width: 640px){
    .ny-content .nycontent h1 {
        font-size: 24px;
        padding: 27px 0 20px 0;
    }
    .ny-content .nycontent .o_content {
        width: 100%;
        height: 250px;
        font-size: 13px;
        line-height: 22px;
        padding: 10px;
        border: 1px solid #dbdbdb;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
}

.ny-mid_tit {
    font-size: 26px;
    line-height: 26px;
    color: #333;
    letter-spacing: -0.8px;
    padding-top: 20px;
    background: url("../images/bar7.png") no-repeat left top;
}
@media screen and (max-width: 640px){
    .ny-mid_tit {
        font-size: 20px;
        line-height: 20px;
        padding-top: 15px;
        background-size: 20px 2px;
    }
}

.ny-content .nycontent .sec-one .hello  {
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 15px;
}
.ny-content .nycontent .sec-one .hello .left{
    float: left;
    width: 35%;
}
@media screen and (max-width: 1080px){
    .ny-content .nycontent .sec-one .hello .left img{max-width: 100%;}
}
.ny-content .nycontent .sec-one .hello .right{
    float: left;
    width: 65%;
}
@media screen and (max-width: 1080px){
    .ny-content .nycontent .sec-one .hello .right img{max-width: 100%;}
    .ny-content .nycontent .sec-one .hello .zhici img{max-width: 100%;}
}
 .sec-two{
    width: 100%;
    background: #f7f7f7;
    padding-top: 20px;
}
@media screen and (max-width: 1080px){
    .sec-two{
        padding-left: 15px;
        padding-right: 15px;
    }
}
.sec-two .nycontent .jianire{
    position: relative;
    margin-top: 40px;
    padding-bottom: 120px;
    text-align: center;
}
.sec-two .nycontent .jianire img.o_wz{
    position: absolute;
    bottom: 130px;
    right: 0;
    width:49%;
}
@media screen and (max-width: 640px){
    .sec-two .nycontent .jianire{
        margin-top: 20px;
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 1200px){
    .sec-two .nycontent .jianire img{
        max-width: 100%;
    }
}
@media screen and (max-width: 640px){
    .sec-two .nycontent .jianire img.o_wz{
        position: absolute;
        bottom: 60px;
        right: 0;
        width:49%;
    }
    .sec-two .nycontent .jianire img.o_wz1{
        position: absolute;
        bottom: 50px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

/*
B2 愿景与战略
*/
.ny-content .nycontent .visCon {
    margin-bottom: 50px;
}
.ny-content .nycontent .visCon li {
    float: left;
    width: 50%;
    height: 280px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
@media screen and (max-width:1024px){
    .ny-content .nycontent .visCon li {
        float: none;
        width: 100%;
        height: auto;
        position: relative;
        cursor: pointer;
    }
}
.ny-content .nycontent .visCon li img {
    vertical-align: top;
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media screen and (max-width:1024px){
    .ny-content .nycontent .visCon li img {
        vertical-align: top;
        width: 100%;
        height: auto;
        position: static;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}
.ny-content .nycontent .visCon li .act-show{
    display: none;
}
.ny-content .nycontent .visCon li.on .act-show{
    display: block;
}
.ny-content .nycontent .visCon li.on .act-hide{
    display: none;
}
.ny-content .nycontent .visCon li .mobile {
    display: none;
}
@media screen and (max-width: 640px){
    .ny-content .nycontent .visCon li .pc {
        display: none;
    }
    .ny-content .nycontent .visCon li .mobile {
        display: block;
    }
}
.b2-sec-two{
    width: 100%;
    background: #ECEDEE;
    padding: 40px 0;
    margin-bottom: 60px;
}
@media screen and (max-width: 1080px){
    .b2-sec-two{
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 640px){
    .b2-sec-two{
        padding: 20px 15px;
    }
}
.b2-sec-two .nycontent .jianire{
    margin-top: 40px;
    padding-bottom: 120px;
    text-align: center;
}
@media screen and (max-width: 640px){
    .b2-sec-two .nycontent .jianire{
        margin-top: 20px;
        padding-bottom: 0px;
    }
}
.b2-sec-two .nycontent .jianire img{
    max-width: 100%;
}
 .nycontent .b2-yj-img{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 60px;
}
@media screen and (max-width: 640px){
    .nycontent .b2-yj-img{
        width: 100%;
        margin-top: 20px;
        margin-bottom: 30px;
    }
}
.nycontent .b2-yj-img img{
    max-width: 100%;
}
 .nycontent .b2-yj-img .ph-show{
    display:none;
}
.zhanlve{
    margin-bottom: 60px;
}
.zhanlve .ny-mid_tit {
    margin-bottom: 30px;
}
@media screen and (max-width: 640px){
    .zhanlve{
        margin-bottom: 30px;
    }
    .zhanlve .ny-mid_tit {
        margin-bottom: 20px;
    }
}
.ny-sub-title{
    font-size: 20px;
    color: #043b80;
    margin-bottom: 15px;
}
@media screen and (max-width: 640px){
    .ny-sub-title{
        font-size: 14px;
        color: #043b80;
        margin-bottom: 5px;
    }
}
.zhanlve  .box1 {
    padding: 40px 30px;
    margin-bottom: 30px;
    border: 1px solid #dbdbdb;
}
@media screen and (max-width: 1080px){
    .zhanlve  .box1 {
        padding: 40px;
        border: 1px solid #dbdbdb;
    }
}
@media screen and (max-width: 640px){
    .zhanlve  .box1 {
        padding: 15px 0;
        border: 1px solid #dbdbdb;
    }
}
.zhanlve  .box1 li {
    float: left;
    width: 50%;
    height: 180px;
    padding-right: 40px;
}
@media screen and (max-width: 1080px){
    .zhanlve  .box1 li {
        float: none;
        width: 100%;
        height: auto;
        padding-right: 0;
        margin-bottom: 30px;
        text-align: center;
    }
}
@media screen and (max-width: 640px){
    .zhanlve  .box1 li {
        float: none;
        width: 100%;
        height: auto;
        padding-right: 0;
        margin-bottom: 0;
        text-align: center;
    }
}
.zhanlve  .box1 li .tit_round {
    display: inline-block;
    width: 325px;
    height: 38px;
    font-size: 16px;
    color: #296dba;
    line-height: 34px;
    text-align: center;
    border: 2px solid #388dee;
    border-radius: 19px;
    margin-bottom: 20px;
}
@media screen and (max-width: 1024px){
    .zhanlve  .box1 li .tit_round {
        display: inline-block;
        width: 280px;
        height: 38px;
        font-family: noto_m;
        font-size: 16px;
        color: #296dba;
        line-height: 34px;
        text-align: center;
        border: 2px solid #388dee;
        border-radius: 19px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 640px){
    .zhanlve  .box1 li .tit_round {
        display: inline-block;
        width: 230px;
        height: 27px;
        font-size: 12px;
        color: #296dba;
        line-height: 26px;
        text-align: center;
        border: 1px solid #388dee;
        border-radius: 14px;
        margin: 5px 0;
    }
}
.zhanlve .s_con1 {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #727272;
}
@media screen and (max-width: 640px){
    .zhanlve .s_con1 {
        display: none;
    }
}
.zhanlve .box2 {
    float: left;
    width: 490px;
    padding: 35px 30px 48px;
    border: 1px solid #dbdbdb;
    margin-right: 10px;
}
.zhanlve .box2 .txt_b {
    display: inline-block;
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}
.zhanlve .box2 .s_con1 {
    font-size: 14px;
    line-height: 20px;
    color: #727272;
}
.zhanlve .coreValue li {
    float: left;
    width: 125px;
    text-align: center;
}
@media screen and (max-width: 1080px){
    .zhanlve .box2 {
        display: none;
    }
    .zhanlve .coreValue{
        width: 600px;
        margin: auto;
    }
    .zhanlve .coreValue li {
        float: left;
        width: 150px;
        text-align: center;
        padding-top: 10px;
    }
}
@media screen and (max-width: 640px){
    .zhanlve .coreValue{
        width:100%;
        margin: auto;
    }
    .zhanlve .coreValue li {
        float: left;
        width: 25%;
        text-align: center;
        padding-top: 10px;
    }
    .zhanlve .coreValue li img{
        max-width: 100%;
    }
}
.linian{
    margin-bottom: 100px;
}
.linian .ny-mid_tit{
    margin-bottom: 30px;
}
.linian .left{
    float: left;
    width: 50%;
    text-align: center;
    height: 430px;
    border: 1px solid #dbdbdb;
    border-right: 0;
}
.linian .left img{
    width: 100%;
}
.linian .right{
    float: right;
    width: 50%;
    height: 430px;
    color: #fff;
    background: #80a9d6;
    padding: 45px 60px 0 40px;
}
@media screen and (max-width: 1080px){
    .linian .left{
        float: none;
        width: 100%;
        border-right:1px solid #dbdbdb;
        border-bottom: none;
    }
    .linian .right{
        float: none;
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 640px){
    .linian .left{
        height: auto;
    }
}
.linian .right .p1{
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 30px;
}
.linian .right .p2{
    font-size: 16px;
   line-height: 24px;
    padding-bottom: 30px;
}
.linian .right .p3{
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    padding-bottom: 30px;
}
@media screen and (max-width: 640px){
    .linian .right .p1{
        font-size:24px;
        font-weight: bold;
        padding-bottom: 20px;
    }
    .linian .right .p2{
        font-size: 12px;
        line-height: 24px;
        padding-bottom: 20px;
    }
    .linian .right .p3{
        font-size: 16px;
        line-height: 24px;
        font-weight: bold;
        padding-bottom: 20px;
    }
}
/*
B3大事记
*/
 .page_tit_desc {
     font-size: 14px;
     line-height: 20px;
     text-align: center;
     margin: -25px 0 50px 0;
     color: #727272;
}
@media screen and (max-width: 1080px){
    .page_tit_desc {
        font-size: 14px;
        text-align: center;
        margin: -10px 0 40px 0;
    }
}


.btn_type1 {
    display: inline-block;
    width: 135px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background: #333 url(../images/bu_arr8.png) no-repeat 106px center;
    text-decoration: none;
    vertical-align: middle;
    padding: 0 28px 0 0;
}
.tab_type2{
    display: none;
}
.tab_type1 li {
    float: left;
    width: 160px;
    height: 50px;
    border-bottom: 1px solid #003876;
}
@media screen and (max-width: 1080px){
    .tab_type1 li {
        width: 20%;
    }
}
@media screen and (max-width:640px){
    .tab_type2{
        display: block;
        width: 100%;
        height: 50px;
        border: 1px solid #dbdbdb;
    }
    .tab_type2 li{
        width: 100%;
        height: 50px;
        font-size: 14px;
        color: #888;
        text-align: center;
        line-height: 50px;
        position: relative;
    }
    .tab_type2 li .xia{
        width: 50px;
        height: 100%;
        line-height: 50px;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0px;
        border-left: 1px solid #dbdbdb;
    }
    .tab_type2 li .xia .act-show{
        display: none;
    }
    .tab_type2 li.act .act-show{
        display: inline;
    }
    .tab_type2 li.act .act-hide{
        display:none;
    }
    .tab_type2 li.on{
        color: #003876;
    }
    .tab_type2 .down{
        width: 100%;
        position: relative;
        z-index: 200;
        background: #ffffff;
        border: 1px solid #dbdbdb;
        border-top: none;
        box-sizing: content-box;
        display: none;
    }
    .tab_type2 .down li + li{
        border-top: 1px solid #dbdbdb;
    }
}
.tab_type1 li.on {
    border-bottom: 0;
}
.tab_type1 li a {
    padding-top: 0;
}
.tab_type1 li.on a {
    color: #003876;
    background: #fff;
    border: 1px solid #003876!important;
    border-bottom: 0!important;
}
.tab_type1 li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #888;
    text-align: center;
    line-height: 50px;
    background: #f8f8f8;
    border-top: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    overflow: hidden;
}
@media screen and (max-width:640px){
    .tab_type1 li a {
        font-size: 14px;
    }
}
.tab_type1 li a:hover {background:#ebebeb;text-decoration:none;}
.tab_type1 li.on a:hover{background:#ffffff;text-decoration:none;}
.tab_type1 li:last-child a {
    border-right: 1px solid #dbdbdb;
}
 .b3wrap {
    position: relative;
    min-height: 312px;
    padding-left: 370px;
     margin-top: 40px;
     margin-bottom: 100px;
}
@media screen and (max-width: 1080px){
    .b3wrap {
        position: relative;
        min-height: 250px;
        padding-left:280px;
        margin-top: 30px;
    }
}
@media screen and (max-width: 640px){
    .b3wrap {
        position: relative;
        margin-top: 20px;
        min-height: auto;
        padding-left: 0;
        margin-bottom: 50px;
    }
}
.b3wrap .vis {
    position: absolute;
    left: 0;
    top: 0;
    width: 312px;
    height: 312px;
    border: 1px solid #dbdbdb;
    overflow: hidden;
}
@media screen and (max-width: 1080px){
    .b3wrap  .vis {
        position: absolute;
        left: 0;
        top: 0;
        width: 250px;
        height: 250px;
        border: 1px solid #dbdbdb;
        background-size: cover;
    }
}
@media screen and (max-width: 640px){
    .b3wrap .vis {
        position: static;
        width: 100%;
        height: auto;
        border: 0;
        background: none;
        background-size: 0;
        margin-right: 0;
        margin-bottom: 20px;
        padding-left: 1px;
    }
}
.b3wrap .vis img{
   height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 640px){
    .b3wrap .vis img{
        width: 100%;
        height: auto;
        position: static;
        transform: translateX(0);
    }
}
.b3wrap .con {
    display:none;
}
.b3wrap .con.on{
    display: block;
}
.b3wrap .con ul li {
    position: relative;
    padding-left: 100px;
}
@media screen and (max-width: 640px){
    .b3wrap .con ul li {
        position: relative;
        padding-left: 75px;
    }
}
.b3wrap .con ul li .date {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 100px;
    font-size: 14px;
    color: #333;
    text-align: right;
    padding-right: 40px;
    font-family:Conv_HelveticaNeueLTPro-Roman;
}
@media screen and (max-width: 640px){
    .b3wrap .con ul li .date {
        position: absolute;
        left: 0;
        top: 0;
        display: inline-block;
        width: 75px;
        font-size: 14px;
        color: #333;
        text-align: right;
        padding-right: 25px;
    }
}
.b3wrap .con ul li .date:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 10px;
    position: absolute;
    right: -5px;
    top: 7px;
    background: #e4e4e4;
}
.b3wrap .con ul li .s_con1 {
    display: inline-block;
    border-left: 1px solid #e4e4e4;
    padding-left: 40px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #727272;
}
@media screen and (max-width: 640px){
    .b3wrap .con ul li .s_con1 {
        display: inline-block;
        padding-left: 25px;
        border-left: 1px solid #e4e4e4;
        padding-bottom: 10px;
    }
}
/* B5新闻详情 */
.boardView {
    border: 1px solid #dbdbdb;
    border-top: 2px solid #80a9d6;
    font-size: 14px;
    color: #727272;
    margin-bottom: 40px;
}
.boardView .tit_area {
    background: #f8f8f8;
    border-bottom: 1px solid #dbdbdb;
    padding: 15px 20px;
}
.boardView .tit_area .subject {
    float: left;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}
@media screen and (max-width: 640px){
    .boardView .tit_area .subject {
        float: none;
        color: #333;
        margin-bottom: 10px;
    }
}

.boardView .tit_area .info {
    float: right;
	line-height: 20px;
}
@media screen and (max-width: 640px){
    .boardView .tit_area .info {
        float: none;
        display: block;
    }
}
.boardView .viewContent {
    padding: 15px 20px;
    color: initial;
}
@media screen and (max-width: 640px){
    .boardView .viewContent {
        padding: 20px 10px;
    }
}
.boardView .viewContent .ng-binding p{
    font-size: 14px;
    line-height: 20px;
    color:#727272;
}
.boardView .viewContent .ng-binding p img{
    max-width: 100%;
}
.boardView .view_list li {
    border-top: 1px solid #dbdbdb;
    height: 50px;
    line-height: 50px;
    padding: 0px 20px;
}
@media screen and (max-width: 640px){
    .boardView .view_list li {
        border-top: 1px solid #dbdbdb;
        padding: 0px 10px 0px 20px;
        position: relative;
    }
}
.boardView .view_list li .pre,
.boardView .view_list li .next{
    float: left;
    height: 50px;
    line-height: 50px;
}
/*@media screen and (max-width: 640px){
    .boardView .view_list li .pre {
        display: inline-block;
        position: absolute;
        left: 10px;
        top: 16px;
    }
}
@media screen and (max-width: 640px){
    .boardView .view_list li .next {
        display: inline-block;
        position: absolute;
        left: 10px;
        top: 16px;
    }
}*/
.boardView .view_list li .pre span {
    display: inline-block;
    width: 14px;
    height: 18px;
    background: url("../images/btn_prev4.png") no-repeat;
    vertical-align: middle;
    margin-left: 5px;
}
.boardView .view_list li .next span {
    display: inline-block;
    width: 14px;
    height: 18px;
    background: url("../images/btn_next4.png") no-repeat;
    vertical-align: middle;
    margin-left: 5px;
}
.boardView .view_list li .txt {
    float: left;
    height: 50px;
    line-height: 50px;
    margin-left: 50px;
    color: #666666;
    font-size: 14px;
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
@media screen and (max-width: 640px){
    .boardView .view_list li .txt {
        float:none;
        padding-left: 20px;
    }
}
.btn_type3 {
    display: inline-block;
    width: 135px;
    height: 40px;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 36px;
    background: #fff;
    text-decoration: none;
    vertical-align: middle;
    padding: 0;
    border: 2px solid #333;
    margin-bottom: 100px;
}
@media screen and (max-width: 640px){
    .btn_type3 {
        margin-bottom: 50px;
    }
}

/* E1登录 */
.ny-banner.nobanner{
    margin-top:51px;
}
.e1-box_type1{
    width: 100%;
    height: auto;
    border-top: 5px solid #f1f1f1;
    text-align: center;
    margin-bottom: 100px;
}
.e1-box_type1 .wrap {
    width: 100%;
    height: auto;
    padding: 35px 0;
    background: #fff;
    border: 1px solid #d1d1d1;
}
@media screen and (max-width: 640px){
    .e1-box_type1{
        margin-bottom: 50px;
    }
    .e1-box_type1 .wrap {
        padding: 20px 15px 30px 15px;
    }
}
.e1-box_type1 .wrap .big_tit {
    font-size: 24px;
    color: #333;
    line-height: 26px;
    letter-spacing: -0.5px;
    margin-bottom: 18px;
}
@media screen and (max-width: 640px){
    .e1-box_type1 .wrap .big_tit {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 13px;
    }
}
.fc_red {
    color: #ed174b !important;
}
.e1-box_type1 .wrap .s_con2 {
    font-size: 14px;
    line-height: 20px;
    color: #727272;
    margin-bottom: 25px;
}
@media screen and (max-width: 640px){
    .e1-box_type1 .wrap .s_con2 {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 15px;
    }
}
.e1-box_type1 .wrap .formWrap {
    width: 500px;
    margin: 0 auto;
}
@media screen and (max-width: 640px){
    .e1-box_type1 .wrap .formWrap {
        width: 100%;
        margin: 0 auto;
    }
}

.e1-box_type1 .wrap .formWrap .form_box {
    width: 100%;
}
.txt_hidden {
    display: block;
    width: 0;
    height: 0;
    font-size: 0;
    position: absolute;
    left: -9999px;
}
.e1-box_type1 .wrap .formWrap .input_type3 {
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #727272;
    background: #fff;
    padding: 0 15px;
    border: 1px solid #d1d1d1;
    vertical-align: middle;
    margin-bottom: 15px;
}
.e1-box_type1 .wrap .formWrap .input_type3::-moz-placeholder { color:#888888; opacity: 1; }
.e1-box_type1 .wrap .formWrap .input_type3:-moz-placeholder { color:#888888;opacity: 1; }
.e1-box_type1 .wrap .formWrap .input_type3::-webkit-input-placeholder  { color:#888888; }
.e1-box_type1 .wrap .formWrap .input_type3:-ms-input-placeholder { color:#888888; }
.e1-box_type1 .wrap .formWrap .confirmArea {
    padding-bottom: 15px;
    border-bottom: 1px solid #d1d1d1;
    text-align: right;
    position: relative;
}
.e1-box_type1 .wrap .formWrap .confirmArea .checkbox_ui {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
.checkbox_ui input[type=checkbox].css_checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.checkbox_ui input[type=checkbox].css_checkbox + label.css_label {
    width: auto;
    height: auto;
    min-height: 16px;
    padding: 0 0 0 25px;
    background-position: 0px 0px;
    font-size: 14px;
    color: #727272;
    line-height: 16px;
    cursor: pointer;
}
.e1-css_label{
    color: #999999!important;
}
.checkbox_ui input[type=checkbox].css_checkbox.active+ label.css_label {
    background-position: 0 -60px;
}
.checkbox_ui input[type=checkbox].css_checkbox:checked + label.css_label {
    background-position: 0 -60px;
}
.checkbox_ui label.css_label {
    display: inline-block;
    background: url("../images/checkbox_bg1.png") no-repeat;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.e1-btn_b_type1 {
    display: inline-block;
    width: 135px;
    height: 45px;
    font-family: '微软雅黑';
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    background: #ed174b;
    text-decoration: none;
    vertical-align: middle;
    padding: 0;
}
@media screen and (max-width: 640px){
    .e1-btn_b_type1 {
        width: 105px;
        height: 35px;
        font-size: 16px;
        line-height: 35px;
    }
}
.e1-box_type1 .wrap .formWrap .btnArea {
    text-align: center;
    padding-top: 19px;
}
.e1-box_type1 .wrap .formWrap .btnArea a:first-child {
    float: left;
}
.e1-box_type1 .wrap .formWrap .btnArea.bt3 a {
    width: 32%;
}
.e1-box_type1 .wrap .formWrap .btnArea a:last-child {
    float: right;
}
.e1-box_type1 .wrap .formWrap .btnArea .btn_m_type4 {
    display: inline-block;
    width: 110px;
    height: 30px;
    font-size: 14px;
    color: #888888;
    text-align: center;
    line-height: 28px;
    background: #fff;
    text-decoration: none;
    vertical-align: middle;
    padding: 0;
    border: 1px solid #d1d1d1;
}
.e1-box_type1 .wrap .formWrap .btnArea .btn_m_type4:hover {
    color: #fff;
    background: #4f4f4f;
    text-decoration: none;
    border: 1px solid #4f4f4f;
}
/* B7人才理念 */
.b7wrap {
    margin-top: 40px;
    margin-bottom: 100px;
}
.b7wrap .con {
    display:none;
}
.b7wrap .con.on{
    display: block;
}
.b7wrap .con .visCon {
    margin-bottom: 15px;
}
.b7wrap .con .visCon .vis_img {
    float: left;
    width: 50%;
    height: 243px;
}
.b7wrap .con .visCon .vis_img img{
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 990px){
    .b7wrap .con .visCon .vis_img img{
        width: auto;
        height: 100%;
    }
}
@media screen and (max-width: 720px){
    .b7wrap .con .visCon .vis_img {
        width: 100%;
        float: none;
        height:auto;
    }
    .b7wrap .con .visCon .vis_img img{
        width: 100%;
        height: auto;
    }
}
.b7wrap .con .visCon  .box_con {
    float: left;
    width: 50%;
    border: 1px solid #dbdbdb;
    background: #fff;
    height: 243px;
    padding: 0 40px;
    margin-bottom: 0;
}
@media screen and (max-width: 720px){
    .b7wrap .con .visCon  .box_con {
        display: none;
    }
}
.b7wrap .con .visCon .box_con .tit1 {
    display: block;
    font-size: 26px;
    color: #296dba;
    line-height: 30px;
    padding-top: 50px;
    padding-bottom: 10px;
    border-bottom: 1px solid #296dba;
}
.b7wrap .con .visCon  .box_con .txt {
    padding-top: 20px;
    text-align: justify;
    font-size: 16px;
    line-height: 23px;
    color: #727272;
}
.subContent.recruit .choiceLS .whyLs .s_con1 {
    text-align: justify;
}
.b7wrap .con .s_con1 {
    font-size: 14px;
    line-height: 20px;
    color: #727272;
}
/* E2注册 */
.e2box1 {
    width: 100%;
    height: auto;
    border-top: 5px solid #f1f1f1;
    margin-bottom: 30px;
}
.e2box1 .wrap {
    width: 100%;
    height: auto;
    padding: 20px;
    background: #fff;
    border: 1px solid #d1d1d1;
}
@media screen and (max-width: 640px){
    .e2box1 .wrap {
        padding: 10px;
    }
}
.e2box1 .wrap ul li {
    float: left;
    width: 33.33%;
    padding-right: 10px;
}
.e2box1 .wrap  ul li .txt1 {
    display: block;
    font-size: 14px;
    padding-bottom: 5px;
    border-bottom: 5px solid #666666;
}
.e2box1 .wrap ul li.on .txt1 {
    color: #296dba;
    border-bottom: 5px solid #296dba;
}
@media screen and (max-width: 640px){
    .e2box1 .wrap  ul li .txt1 {
        display: block;
        font-size: 12px;
        padding-bottom: 5px;
        border-bottom: 2px solid #d1d1d1;
    }
}
.e2box1 .wrap  ul li .txt2 {
    display: block;
    font-size: 18px;
    padding-top: 10px;
}
.e2box1 .wrap  ul li.on .txt2 {
    color: #296dba;
}
@media screen and (max-width: 640px){
    .e2box1 .wrap  ul li .txt2 {
        display: block;
        font-size: 12px;
        line-height: 20px;
        padding-top: 5px;
        letter-spacing: -1px;
    }
}
.e2-mid_tit2{
    font-size: 26px;
    line-height: 26px;
    color: #333;
    letter-spacing: -0.8px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dbdbdb;
}
@media screen and (max-width: 1080px){
    .e2-mid_tit2{
        font-size: 20px;
        line-height: 20px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 640px){
    .e2-mid_tit2{
        font-size: 18px;
        line-height: 15px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}
.e2-article_tit {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}
@media screen and (max-width: 1080px){
    .e2-article_tit {
        font-size: 16px;
        color: #333;
        margin-bottom: 10px;
    }
}
 .e2-article_box {
    height: 195px;
    font-size: 12px;
    color: #888;
    line-height: 19px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #dbdbdb;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.e2-article_box p{
    font-size: 14px;
    line-height: 22px;
}
 .e2-chk_agree {
    text-align: right;
    padding-bottom: 20px;
}
.e2-chk_agree_all {
    text-align: right;
    padding: 20px 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 50px;
}
.e2-btnGroup{
    text-align: center;
    margin-bottom: 100px;
}
@media screen and (max-width: 640px){
    .e2-btnGroup{
        text-align: center;
        margin-bottom: 50px;
    }
}
.btn_type1 button {
    display: inline-block;
    width: 135px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background: #333 url("../images/bu_arr8.png") no-repeat 106px center;
    text-decoration: none;
    vertical-align: middle;
    padding: 0 28px 0 0;
}
@media screen and (max-width: 640px){
    .btn_type1 button {
        width: 90px;
        background: none;
    }
}
.btn_type1:hover{
    color:#fff;
    background:#4f4f4f url("../images/bu_arr8.png") no-repeat 106px center;
    text-decoration:none;
}
.e2-btnGroup a {
    margin: 0 5px;
}
@media screen and (max-width: 640px){
    .e2-btnGroup a {
        width: 90px;
        margin: 0 3px;
    }
    .e2-btnGroup a.btn_type1 {
        background-position: 73px center;
        padding: 0 15px 0 0;
    }
}
.btn_type3:hover {
    color: #ed174b;
    text-decoration: none;
}
 .e3-mid_tit3 {
    font-size: 20px;
    color: #296dba;
    margin-bottom: 10px;
    position: relative;
}
@media screen and (max-width: 1080px){
    .e3-mid_tit3 {
        font-size: 18px;
        color: #296dba;
        margin-bottom: 10px;
        position: relative;
    }
}
@media screen and (max-width: 640px){
    .e3-mid_tit3 {
        font-size: 16px;
        color: #296dba;
        margin-bottom: 10px;
        position: relative;
    }
    #btn_id_check,#btn_email_check{
        margin-top: 8px;
    }
}
.md-1{
    width: 100%;
    height: auto;
    border: 1px solid #dbdbdb;
    background: #fff;
    padding: 30px;
}
.md-1.box_con {
    margin-bottom: 40px;
}
@media screen and (max-width: 640px){
    .md-1.box_con {
        margin-bottom: 15px;
    }
}
.md-1 .tit2 {
    display: inline-block;
    font-size: 22px;
    color: #296dba;
    line-height: 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid #296dba;
}
.md-1 .txt {
    font-size: 16px;
    color: #727272;
    padding-top: 10px;
}
@media screen and (max-width: 640px){
    .md-1 .tit2 {
        font-size:18px;
    }
    .md-1 .txt {
        font-size: 14px;
        line-height: 22px;
    }
}
.md-1 .s_txt {
    font-size: 12px;
    color: #acacac;
    margin-top: 15px;
}
.md-2 {
    width: 100%;
    height: auto;
}
.md-2 img{
    max-width: 100%;
}
.b7wrap .con .s_con1 {
    margin-bottom: 40px;
}
.b7wrap .con .s_con1 {
    font-size: 14px;
    line-height: 20px;
    color: #727272;
}
.b7wrap .con .s_con1 img{
    max-width: 100%;
}
.b7wrap .con .mid_tit3.bar {
    padding-left: 35px;
    background:url("../images/bu_bar2.png") no-repeat 0 12px;
}
.b7wrap .con .mid_tit3 {
    font-size: 20px;
    color: #296dba;
    margin-bottom: 10px;
    position: relative;
}
.b7wrap .con .direction {
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
}
.b7wrap .con .direction li {
    float: left;
    width: 50%;
    height: auto;
    border-top: 1px solid #dbdbdb;
    padding: 40px;
    letter-spacing: -0.3px;
}
.b7wrap .con .direction li:nth-child(2n) {
    border-left: 1px solid #dbdbdb;
}
@media screen and (max-width: 1024px){
    .b7wrap .con .direction li {
        float: none;
        width: 100%;
        height: auto;
        border-top: 1px solid #dbdbdb;
        padding: 30px;
        letter-spacing: -0.3px;
    }
    .b7wrap .con  .direction li:nth-child(2n) {
        border-left: 0;
    }
}
@media screen and (max-width: 767px){
    .b7wrap .con .direction li {
        padding: 15px;
    }
}
.b7wrap .con .direction li .tit {
    font-size: 18px;
    color: #333;
}
@media screen and (max-width: 1024px){
    .b7wrap .con .direction li .tit {
        font-size: 16px;
        line-height: 22px;
    }
}
.b7wrap .con .direction li .s_con1 {
    font-size: 14px;
    line-height: 20px;
    color: #727272;
}
.b7wrap .con .direction li .tbl_type1.system {
    border-top: 1px solid #dbdbdb;
    margin-top: 10px;
}
.b7wrap .con .direction li .tbl_type1.system colgroup col:nth-child(1) {
    width: 29%;
}
.b7wrap .con .direction li .tbl_type1.system th {
    padding: 15px 0;
    text-align: center;
}
.mdc li {
    float: left;
    width: 235px;
    margin-right: 20px;
}
.mdc li:last-child {
    margin-right: 0;
}
@media screen and (max-width: 1024px){
    .mdc li {
        float: left;
        width: 48.5%;
        margin-right: 3%;
    }
    .mdc li:nth-child(2n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 640px){
    .mdc li {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
}


.mdc  li .tit_box {
    width: 100%;
    margin-bottom: 10px;
}
.mdc  li .tit_box .tit_bg {
    width: 100%;
}
.mdc  li .tit_box .tit_bg img {
    width: 100%;
    height: auto;
    display: block;
}
.mdc li .tit_box .tit {
    height: 35px;
    font-size: 15px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    background: #647990;
}
.mdc .s_con3 {
    font-size: 14px;
    line-height: 20px;
    color: #727272;
    padding-left: 6px;
    background: url("../images/bu_dot3.png") no-repeat 0 10px;
}
@media screen and (max-width: 1024px){
    .mdc li .txt {
        width: 100%;
        height: 170px;
    }
}
@media screen and (max-width: 640px){
    .mdc li .txt {
        width: 100%;
        height: auto;
    }
}


.e3-mid_tit3 .nec {
    display: inline-block;
    font-size: 12px;
    color: #888;
    padding-left: 16px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("../images/icon_check1.png") no-repeat;
    background-position: 0 5px;
}
.tableWrap1 {
    width: 100%;
    height: auto;
    border-top: 2px solid #80a9d6;
    margin-bottom: 25px;
}
.tbl_type1 {
    width: 100%;
    border-collapse: collapse;
}
.tbl_type1 tbody th {
    min-height: 48px;
    font-size: 14px;
    color: #333333;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    padding: 10px 0 10px 13px;
    border: 1px solid #dbdbdb;
    border-top: 0;
    background: #f8f8f8;
}
@media screen and (max-width: 640px){
    .tbl_type1 tbody th {
        min-height: 40px;
        font-size: 12px;
        color: #555;
        font-weight: normal;
        text-align: left;
        vertical-align: middle;
        padding: 8px 3px 8px 5px;
        border: 1px solid #dbdbdb;
        border-top: 0;
        background: #f8f8f8;
    }
    .tbl_type1 tbody th br{
        display: none;
    }
}
.tbl_type1 th label, .tbl_type1 th span {
    display: inline-block;
    padding-left: 16px;
}
.tbl_type1 th .nec {
    background: url("../images/icon_check1.png") no-repeat 0 4px;
}
.tbl_type1 td {
    min-height: 48px;
    font-size: 14px;
    color: #727272;
    vertical-align: middle;
    line-height: 20px;
    padding: 10px 19px;
    border: 1px solid #dbdbdb;
    border-top: 0;
    word-break: break-all;
}
.tbl_type1 td p{
    line-height: 22px;
}
@media screen and (max-width: 640px){
    .tbl_type1 td {
        min-height: 40px;
        font-size: 12px;
        color: #727272;
        vertical-align: middle;
        padding: 8px 8px;
        border: 1px solid #dbdbdb;
        border-top: 0;
        word-break: break-all;
    }
}
.tbl_type1 .e2-btn_position1 {
    display: inline-block;
    vertical-align: middle;
}
@media screen and (max-width: 640px){
    .tbl_type1 .e2-btn_position1 {
        display: block;
        vertical-align: middle;
        position: relative;
        padding-right: 95px;
    }
}
input.width1, select.width1 {
    width: 220px;
}
@media screen and (max-width: 640px){
    input.width1, select.width1 {
        width: 100%;
    }
}

.input_type1 {
    width: 100%;
    height: 30px;
    font-size: 14px;
    color: #727272;
    background: #fff;
    padding: 0 10px;
    border: 1px solid #d1d1d1;
    vertical-align: middle;
}
.btn_m_type3 {
    display: inline-block;
    width: 90px;
    height: 30px;
    font-size: 12px;
    color: #727272;
    text-align: center;
    line-height: 28px;
    background: #fff;
    text-decoration: none;
    vertical-align: middle;
    padding: 0;
    border: 1px solid #d1d1d1;
}
.btn_m_type3:hover{
    color:#fff;
    background:#4f4f4f;
    text-decoration:none;
    border:1px solid #4f4f4f;
}
 .tbl_type1 .e2-tbl_txt1 {
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    margin: 0 0 0 10px;
    padding: 5px 0;
}
@media screen and (max-width: 1080px){
    .tbl_type1 .e2-tbl_txt1 {
        padding: 10px 0;
    }
}
@media screen and (max-width: 640px){
    .tbl_type1 .e2-tbl_txt1 {
        display: inline-block;
        font-size: 12px;
        vertical-align: middle;
        margin: 5px 0 0 0;
        padding: 5px 0;
    }
}
.btn_m_type4 {
    display: inline-block;
    width: 110px;
    height: 30px;
    font-size: 12px;
    color: #727272;
    text-align: center;
    line-height: 28px;
    background: #fff;
    text-decoration: none;
    vertical-align: middle;
    padding: 0;
    border: 1px solid #d1d1d1;
}
.btn_m_type4:hover{
    color:#fff;
    background:#4f4f4f;
    text-decoration:none;
    border:1px solid #4f4f4f;
}
 .e3-mid_tit3 .desc {
    display: inline-block;
    font-size: 14px;
    color: #888;
    margin-left: 10px;
}
@media screen and (max-width: 640px){
    .e3-mid_tit3 .desc {
        display: inline-block;
        font-size: 12px;
        line-height:20px;
        margin-top: 5px;
        color: #888;
        margin-left: 5px;
    }
}

input.width3, select.width3 {
    width: 80px;
}
input.margin1, select.margin1 {
    margin: 10px 0;
}
 .tbl_type1 .tbl_txt2 {
    font-size: 14px;
     display: inline-block;
    margin-bottom: 5px;
     padding-right: 15px;
}
.radio_ui input[type=radio].css_radio {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.radio_ui input[type=radio].css_radio:checked + label.css_label {
    background-position: 0 -56px;
}
.radio_ui label.css_label {
    display: inline-block;
    background: url("../images/radio_bg1.png") no-repeat;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio_ui input[type=radio].css_radio + label.css_label {
    width: auto;
    height: auto;
    min-height: 15px;
    font-size: 14px;
    color: #727272;
    line-height: 15px;
    padding: 0px 0 0 25px;
    cursor: pointer;
    background-position: 0 0px;
}
.tbl_type1 label.css_label {
    margin-right: 30px;
}
@media screen and (max-width: 1080px){
    .tbl_type1 label.css_label {
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 640px){
    .tbl_type1 label.css_label {
        margin-right: 15px;
    }
}
.tbl_type1 colgroup col:nth-child(1) {
    width: 180px;
}
@media screen and (max-width: 640px){
    .tbl_type1 colgroup col:nth-child(1) {
        width: 90px;
    }
}
.tableWrap1.last {
    margin-bottom: 50px;
}
.e2-chengg{
    width: 100%;
    height:180px;
    border:1px solid #DBDBDB;
    margin-bottom: 35px;
}
.e2-chengg p{
    width:100%;
    height: 100%;
    text-align: center;
    line-height: 180px;
    font-size: 20px;
    color: #333333;
}
@media screen and (max-width: 640px){
    .e2-chengg{
        height: 100px;
    }
    .e2-chengg p{
        font-size: 16px;
        line-height: 100px;
    }
}
/* D6产品保修期 */
.d6con .box_comment {
    background: #fdfdfd url("../images/icon_guide2.png") no-repeat 75px 35px;
    margin-bottom: 40px;
    width: 100%;
    height: auto;
    border: 1px solid #dbdbdb;
    padding: 30px 30px 30px 175px;
}
@media screen and (max-width: 1080px){
    .d6con .box_comment {
        padding-left: 140px;
        background: #fdfdfd url("../images/icon_guide2.png") no-repeat 35px 35px;
    }
}
@media screen and (max-width: 640px){
    .d6con .box_comment {
        padding-left: 15px;
        background: #fdfdfd;
        margin-bottom: 30px;
    }
}
.d6con .box_comment .tit {
    font-size: 20px;
    color: #296dba;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
@media screen and (max-width: 1080px){
    .d6con .box_comment .tit {
        font-size: 18px;
    }
}
@media screen and (max-width: 640px){
    .d6con .box_comment .tit {
        font-size: 14px;
    }
}
.d6con .box_comment .tit span{
    display: inline-block;
    padding-bottom: 5px;
    border-bottom:1px solid #2B6DBA;
}
.d6con .box_comment .txt {
    font-size:14px;
    color: #666666;
    line-height: 22px;
}
@media screen and (max-width: 640px){
    .d6con .box_comment .txt {
        font-size: 12px;
    }
}
.fc_gray {
    color: #333 !important;
}
.fc_blue2 {
    color: #296dba !important;
}
.tbl_type1 thead th {
    min-height: 48px;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    padding: 20px 0 20px 0;
    border: 1px solid #dbdbdb;
    border-top: 0;
    background: #f8f8f8;
}
.d6con .tbl_type1 td {
    text-align: center;
   padding: 15px 10px;
    line-height: 24px;
}
@media screen and (max-width: 640px){
    .d6con .tbl_type1 td {
        padding: 10px;
    }
}
.guide_comment2 {
    display: block;
    font-size: 12px;
    line-height: 18px;
    padding-left: 15px;
    background: url("../images/bu_emp1.png") no-repeat left 4px;
    color: #727272;
}
@media screen and (max-width: 640px){
    .guide_comment2 {
        font-size: 12px;
    }
}
.d6con .guide_comment2 {
    margin-bottom: 10px;
}
.pageMargin {
    height: 100px;
}
@media screen and (max-width: 640px){
    .pageMargin {
        height: 50px;
    }
}
/*  B6 */
 .media .tab_type1 li {
    width: 170px;
}
@media screen and (max-width: 1080px){
    .media .tab_type1 li {
        width: 20%;
    }
}
.b6wrap .item{
    width: 100%;
    height: auto;
    border-bottom: 2px solid #d1d1d1;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    overflow: hidden;
}
.b6wrap .con{
    display: none;
}
.b6wrap .con.on{
    display: block;
}
.guide_comment4 {
    display: inline-block;
    font-size: 14px;
    color: #ab2727;
    line-height: 18px;
    padding-left: 15px;
    background: url("../images/bu_emp2.png") no-repeat left 4px;
}
.boardList_thumb {
    /*width: 1000px;*/
    margin-left: -10px;
    margin-right: -10px;
}
.boardList_thumb li {
    float: left;
    width: 25%;
    height: auto;
    padding: 20px 10px 30px;
}
@media screen and (max-width: 1080px){
    .boardList_thumb li {
        width: 33.3%;
    }
}
@media screen and (max-width: 640px){
    .boardList_thumb li {
        width:50%;
    }
}
.boardList_thumb li a {
    display: block;
}
.boardList_thumb li .thumb {
    width: 100%;
    height: 175px;
    border: 1px solid #dbdbdb;
}
@media screen and (max-width: 640px){
    .boardList_thumb li .thumb {
        width: 100%;
        height: 130px;
        border: 1px solid #dbdbdb;
    }
}
.boardList_thumb li .content {
    width: 100%;
    height: 80px;
    padding: 10px 5px;
    position: relative;
}
.boardList_thumb.move li .content {
    height: 20px;
    text-align: center;
}
.boardList_thumb li .content .title .txt {
    display: inline-block;
    width: 100%;
    height: 39px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
}
@media screen and (max-width: 640px){
    .boardList_thumb li .content .title .txt {
        height: 35px;
        font-size: 12px;
        line-height: 20px;
    }
}
.fenye{
    text-align: center;
}
.fenye>ul{
    display: inline-block;
}
.fenye li{
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #565656;
    margin: 0;
    padding: 0;
    font-size: 14px;
    border: 1px solid #dddddd;
}
.fenye a + a li{
    border-left: none;
}
.fenye li.active{
    font-size: 14px;
    color: #fff;
    background: #444;
}
.fenye a li:hover{
    background:#ececec;
}
.fenye a .first {
    background: url("../images/pageNav_first.png") no-repeat center;
}
.fenye a .first:hover {
    background:#ececec url("../images/pageNav_first.png") no-repeat center;
}
.fenye a .prev {
    background: url("../images/pageNav_prev.png") no-repeat center;
}
.fenye a .prev:hover {
    background:#ececec url("../images/pageNav_prev.png") no-repeat center;
}
.fenye a .next {
    background: url("../images/pageNav_next.png") no-repeat center;
}
.fenye a .next:hover {
    background:#ececec url("../images/pageNav_next.png") no-repeat center;
}
.fenye a .last {
    background: url("../images/pageNav_last.png") no-repeat center;
}
.fenye a .last:hover {
    background:#ececec url("../images/pageNav_last.png") no-repeat center;
}
.fenye button{
    width: 100px;
    height: 40px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    line-height: 40px;
    border:1px solid #e4483f;
    font-size: 20px;
    color: #565656;
    border-radius: 10px;
    display: none;
}
.b6-boardView {
    border: 1px solid #dbdbdb;
    border-top: 2px solid #80a9d6;
    font-size: 14px;
    color: #727272;
    margin-bottom: 40px;
    margin-top: 50px;
}
.b6-boardView .tit_area {
    background: #f8f8f8;
    border-bottom: 1px solid #dbdbdb;
    padding: 15px 20px;
}
.b6-boardView .tit_area .subject {
    float: left;
    color: #333;
}
@media screen and (max-width: 640px){
    .b6-boardView .tit_area .subject {
        float: none;
        color: #333;
        margin-bottom: 10px;
    }
}
.b6-boardView .tit_area .info {
    float: right;
}
@media screen and (max-width: 640px){
    .b6-boardView .tit_area .info {
        float: none;
        display: block;
    }
}

.b6-boardView .viewContent {
    padding: 50px 20px;
    color: initial;
    text-align: center;
}
@media screen and (max-width: 1080px){
    .b6-boardView .viewContent {
        padding: 30px 20px;
    }
}
@media screen and (max-width: 640px){
    .b6-boardView .viewContent {
        padding: 20px;
    }

}
.b6-boardView .viewContent video{
    width:665px;
    height: 380px;
}
@media screen and (max-width: 1024px){
    .b6-boardView .viewContent video{
        width:100%;
        height: auto;
    }
}
.b6-tar{text-align: right}
/*  E3会员中心 */
.box_type1 {
    width: 100%;
    height: auto;
    border-top: 5px solid #f1f1f1;
}
.e3-information .box_type1 .wrap {
    width: 100%;
    height: auto;
    padding: 20px;
    background: #fff;
    border: 1px solid #d1d1d1;
}
@media screen and (max-width: 1080px){
   .e3-information .box_type1 .wrap {
        padding: 20px;
    }
}
@media screen and (max-width: 640px){
    .e3-information .box_type1 .wrap {
        padding: 18px 0;
        text-align: center;
    }
}
 .e3-information .box_type1 .wrap .name {
    float: left;
    font-size: 18px;
    color: #333;
    margin-right: 15px;
    padding-top: 2px;
}
@media screen and (max-width: 1080px){
    .e3-information .box_type1 .wrap .name {
        font-size: 14px;
        padding-top: 4px;
    }
}
@media screen and (max-width: 640px){
    .e3-information .box_type1 .wrap .name {
        float: none;
        margin-right: 0;
        padding-top: 0;
        margin-bottom: 18px;
    }
}
.e3-information .box_type1 .wrap .btn_tab {
    display:block;
    width: auto;
    height: 30px;
    background: #fff;
}
@media screen and (max-width: 640px){
    .e3-information .box_type1 .wrap .btn_tab {
        display: block;
        width: 180px;
        margin: 0 auto;
    }
}
.e3-information .box_type1 .wrap .btn_tab a {
    display: inline-block;
    float: left;
    width: auto;
    min-width: 90px;
    height: 28px;
    font-size: 12px;
    color: #727272;
    text-align: center;
    line-height: 28px;
    background: #fff;
    border: 1px solid #d1d1d1;
    margin-left: -1px;
}
.e3-information .box_type1 .wrap .btn_tab a:first-child {
    border-radius: 5px 0 0 5px;
}
.e3-information .box_type1 .wrap .btn_tab a:last-child {
    border-radius: 0 5px 5px 0;
}
.e3-information .box_type1 .wrap  .btn_tab a:hover {
    color:#fff;
    background:#4f4f4f;
    border:1px solid #4f4f4f;
    text-decoration:none;
}
.e3-information .mid_tit {
    font-size: 26px;
    line-height: 26px;
    color: #333;
    letter-spacing: -0.8px;
    padding-top: 20px;
    margin-top: 48px;
    background: url("../images/bar7.png") no-repeat left top;
}
@media screen and (max-width: 1080px){
    .e3-information .mid_tit {
        margin-top: 35px;
    }
}
.e3-information .mid_tit .tit_desc {
    font-size: 14px;
    color: #727272;
    margin-left: 10px;
}
@media screen and (max-width: 1080px){
    .e3-information .mid_tit .tit_desc {
        font-size: 12px;
        margin-left: 7px;
    }
}
.e3-information  .infoWrap {
    margin-top: 25px;
    margin-bottom: 50px;
}
@media screen and (max-width: 1080px){
    .e3-information .infoWrap {
        margin-top: 20px;
        margin-bottom: 35px;
    }
}
@media screen and (max-width: 640px){
    .e3-information .infoWrap {
        margin-top: 14px;
        margin-bottom: 35px;
    }
}
.e3-information  .infoWrap .myinfo.email {
    background: #4f4f4f;
}
.e3-information .infoWrap .myinfo {
    float: left;
    width: 350px;
    height: 220px;
    padding: 33px 5px 0 30px;
    position: relative;
}
@media screen and (max-width: 1080px){
    .e3-information .infoWrap .myinfo {
        width: 50%;
        padding: 33px 0 0 20px;
    }
}
@media screen and (max-width: 640px){
    .e3-information .infoWrap .myinfo {
        float: none;
        width: 100%;
        height: 143px;
        padding: 5px 0 0 10px;
        position: relative;
    }
}
.e3-information .infoWrap .myinfo .bar {
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #fff;
    margin-bottom: 15px;
}
@media screen and (max-width: 640px){
    .e3-information .infoWrap .myinfo .bar {
        display: inline-block;
        width: 20px;
        height: 1px;
        background: #fff;
        margin-bottom: 5px;
    }
}
.e3-information .infoWrap .myinfo .tit {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    letter-spacing: -0.8px;
    margin-bottom: 10px;
}
@media screen and (max-width: 640px){
    .e3-information .infoWrap .myinfo .tit {
        font-size: 14px;
        line-height: 15px;
    }
}
.e3-information .infoWrap .myinfo.email .text1 {
    color: #c9eaff;
    border-bottom: 1px solid #959595;
}
.e3-information .infoWrap .myinfo .text1 {
    height: 50px;
    font-size: 14px;
}
@media screen and (max-width: 1080px){
    .subContent.mypage .information .infoWrap .myinfo .text1 {
        padding-right: 30px;
    }
}
@media screen and (max-width: 640px){
    .subContent.mypage .information .infoWrap .myinfo .text1 {
        height: 40px;
        font-size:12px;
    }
}
.e3-information .infoWrap .myinfo .text2 {
    font-size:14px;
    color: #fff;
    padding-top: 20px;
}
@media screen and (max-width: 640px){
    .e3-information .infoWrap .myinfo .text2 {
        font-size: 12px;
        color: #fff;
        padding-top: 25px;
    }
}
.e3-information  .infoWrap .myinfo .date {
    display: block;
    padding-top: 12px;
}
@media screen and (max-width: 640px){
    .e3-information  .infoWrap .myinfo .date {
        display: inline-block;
        padding-top: 0px;
    }
}
.e3-information  .btn_m_type6 {
    display: inline-block;
    width: 90px;
    height: 30px;
    font-size: 12px;
    color: #727272;
    text-align: center;
    line-height: 30px;
    background: #e5e5e5;
    text-decoration: none;
    vertical-align: middle;
    padding: 0;

    position: absolute;
    right: 16px;
    bottom: 16px;
}
.btn_m_type6:hover{color:#fff;background:#7a7777;text-decoration:none;}
@media screen and (max-width: 640px){
    .e3-information .infoWrap .myinfo a {
        position: absolute;
        right: 10px;
        bottom: 10px;
    }
}
.e3-information .infoWrap .myinfo.favorite {
    background: #93bfdc;
}
.e3-information .infoWrap .myinfo .text1 {
    height: 50px;
    font-size: 14px;
}
.e3-information .infoWrap .myinfo.favorite .text1 {
    color: #163448;
    border-bottom: 1px solid #bed9ea;
}
.myQna .mid_tit {
    font-size: 26px;
    line-height: 26px;
    color: #333;
    letter-spacing: -0.8px;
    padding-top: 20px;
    margin-top: 48px;
    background: url("../images/bar7.png") no-repeat left top;
}
@media screen and (max-width: 1080px){
    .myQna .mid_tit {
        font-size: 20px;
        line-height: 20px;
        padding-top: 15px;
        background: url("../images/bar7.png") no-repeat left top;
        background-size: 30px 2px;
    }
}
@media screen and (max-width: 640px){
    .subContent .mid_tit {
        background-size: 20px 2px;
    }
}
 .myQna .tableWrap1 {
    margin-top: 30px;
}
@media screen and (max-width: 1080px){
    .myQna .tableWrap1 {
        margin-top: 20px;
    }
}
.tbl_type2 {
    width: 100%;
    border-collapse: collapse;
}
.tbl_type2 thead th:first-child {
    background: #f8f8f8;
}
.tbl_type2 thead th {
    min-height: 50px;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    padding: 15px 0;
    border: 0;
    background: #f8f8f8 url("../images/bar8.png") no-repeat left center;
}
@media screen and (max-width: 640px){
    .tbl_type2 thead th {
        font-size: 12px;
        padding: 8px 0;
    }
}
.tbl_type2 colgroup col:nth-child(1) {
    width: 9.5%;
}
@media screen and (max-width: 1080px){
    .tbl_type2 colgroup col:nth-child(1) {
        width: 11%;
    }
}
@media screen and (max-width: 640px){
    .tbl_type2 colgroup col:nth-child(1) {
        width: 20%;
    }
}
.tbl_type2 colgroup col:nth-child(2) {
    width: 57%;
}
@media screen and (max-width: 1080px){
    .tbl_type2 colgroup col:nth-child(2) {
        width: 55%;
    }
}
@media screen and (max-width: 640px){
    .tbl_type2 colgroup col:nth-child(2) {
        width: 60%;
    }
}
.tbl_type2 colgroup col:nth-child(3) {
    width: 11%;
}
@media screen and (max-width: 640px){
.tbl_type2 colgroup col:nth-child(3) {width:20%;}
}
.tbl_type2 colgroup col:nth-child(4) {
    width: 11.5%;
}
@media screen and (max-width: 1080px){
    .tbl_type2 colgroup col:nth-child(4) {
        width: 13%;
    }
}
.tbl_type2 colgroup col:nth-child(5) {
    width: 11%;
}
@media screen and (max-width: 1080px){
    .tbl_type2 colgroup col:nth-child(5) {
        width: 10%;
    }
}
 .myQna .tbl_type2 tbody {
    border-bottom: 1px solid #dbdbdb;
}
.myQna .tbl_type2 .no_content {
    padding: 70px 0;
}
.tbl_type2 tbody tr:first-child td {
    border-top: none;
}
.tbl_type2 td {
    min-height: 50px;
    font-size: 14px;
    color: #727272;
    vertical-align: middle;
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #dbdbdb;
    word-break: break-all;
}
@media screen and (max-width: 640px){
    .tbl_type2 tr td {
        min-height: 40px;
        font-size: 12px;
        padding: 8px 0;
    }
}
.tbl_type2 tr td.taLeft a.elps {
    display: block;
}
.elps {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tbl_type2 tr td.taLeft {
    text-align: left;
    padding-right: 20px;
}
.tbl_type2 tr td.taLeft .date_mo {
    display: none;
}
@media screen and (max-width: 640px){
    .tbl_type2 tr td.taLeft .date_mo {
        display: block;
        font-size: 12px;
        color: #b1b1b1;
        padding-top: 5px;
    }
}
.btn_m_type1 {
    display: inline-block;
    width: 125px;
    height: 30px;
    font-size:12px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    background: #333;
    text-decoration: none;
    vertical-align: middle;
    padding: 0;
}
@media screen and (max-width: 640px){
    .myQna .tableWrap1 {
        margin-top: 15px;
    }
}

.e3-my_bottom {
    text-align: center;
    position: relative;
    margin-top: 40px;
}
@media screen and (max-width: 640px){
    .subContent.mypage .my_bottom {
        text-align: center;
        position: relative;
        margin-top: 25px;
    }
}
.e3-my_bottom .btn_m_type1 {
    position: absolute;
    right: 0;
    top: 0;
}
@media screen and (max-width: 640px){
    .e3-my_bottom .btn_m_type1 {
        position: static;
    }
}
.btn_m_type1:hover{color:#fff;background:#4f4f4f;text-decoration:none;}
@media screen and (max-width: 640px){
    .mo_none {
        display: none !important;
    }
}

/*  E4 */
.e4-wrap {
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
}
.e4-wrap .tableWrap1 {
    margin-top: 30px;
}
.e4-wrap .tbl_type1 colgroup col:nth-child(1) {
    width: 110px;
}
@media screen and (max-width: 640px){
    .e4-wrap .tbl_type1 colgroup col:nth-child(1) {
        width: 70px;
    }
}
.e4-wrap .tbl_type1 tbody th {
    /*padding: 0;
    text-align: center;*/
}
input.width5, select.width5 {
    width: 430px;
}
@media screen and (max-width: 640px){
    .e4-wrap .tbl_type1 td .input_type1.width5 {
        width: 100%;
    }
}
.e4-wrap .tbl_type1 th label {
    padding-left:16px;
}
.sel_type1 {
    width: auto;
    min-width: 100px;
    height: 30px;
    font-size: 12px;
    color: #727272;
    padding: 0 40px 0 10px;
    margin: 0 10px 0 0;
    border: 1px solid #d1d1d1;
    vertical-align: middle;
    background: #fff url("../images/sel_bg1.png") no-repeat right center;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
.sel_type1::-ms-expand { display: none; }
.e4-wrap .tbl_type1 td.category_wrap .sel_type1 {
    width: 24%;
}
@media screen and (max-width: 1080px){
    .e4-wrap .tbl_type1 td.category_wrap .sel_type1 {
        width: 49%;
        margin: 5px 0;
    }
}
@media screen and (max-width: 640px){
    .e4-wrap .tbl_type1 td.category_wrap .sel_type1 {
        width: 100%;
        margin: 5px 0;
    }
}
.textarea_type1 {
    width: 100%;
    height: auto;
    font-family: noto_d;
    font-size: 14px;
    color: #666;
    text-align: left;
    line-height: 22px;
    background: #fff;
    padding: 10px;
    border: 1px solid #d1d1d1;
    overflow: auto;
    resize: none;
}
.e4-wrap .tbl_type1 td .textarea_type1 {
    height: 200px;
}
.e4-wrap .tbl_type1 td .btn_pos.file {
    position: relative;
    padding-right: 115px;
    margin-bottom: 10px;
}
.e4-wrap .tbl_type1 td .btn_pos.file .btn_m_type4 {
    position: absolute;
    top: 0;
    right: 0;
}
.e4-wrap .tbl_type1 td .tbl_txt1 {
    display: block;
    padding-left: 15px;
    background: url("../images/bu_emp1.png") no-repeat left 4px;
    margin-left: 15px;
    color: #888888;
    font-size: 12px;
    line-height: 20px;
}
@media screen and (max-width: 640px){
    .e4-wrap .tbl_type1 td .tbl_txt1 {
        background: url("../images/bu_emp1.png") no-repeat left 4px;
    }
}
.e4-wrap .btnGroup {
    text-align: center;
    margin-top: 50px;
}
.e4-wrap .btnGroup a {
    margin: 0 5px;
}
@media screen and (max-width: 640px){
    .e4-wrap .btnGroup a {
        width: 90px;
        margin: 0 3px;
    }
}
@media screen and (max-width: 640px){
    .e4-wrap .btnGroup a.btn_type1 {
        background-position: 73px center;
        padding: 0 15px 0 0;
    }
}
/* D5 */
.d5-wrap .centerList {
    margin-bottom: 30px;
    text-align: center;
}
@media screen and (max-width: 1024px){
    .d5-wrap .centerList {
        margin-bottom: 20px;
        text-align: center;
    }
}
.d5-wrap .centerList .domestic {
	position:relative;
    float: left;
    width: 490px;
    border: 1px solid #dbdbdb;
	border-bottom:0;
}
}
.d5-wrap .centerList .domestic::after{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:1px;
	background:#dcdcdc;
}
@media screen and (max-width: 1024px){
    .d5-wrap .centerList .domestic {
        float: none;
        width: 100%;
        border: 1px solid #dbdbdb;
        margin-bottom: 10px;
    }
}
.d5-wrap  .centerList dl dt {
    height: 50px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    line-height: 50px;
    background: #f8f8f8;
	border-bottom: 1px solid #dbdbdb;
}
.d5-wrap  .centerList dl dd {
    float: left;
    width: 50%;
    height: 50px;
    border-bottom: 1px solid #dbdbdb;
    padding-right: 20px;
}
@media screen and (max-width: 640px){
    .d5-wrap  .centerList dl dd {
        height: 30px; 
        padding-right: 5px;
    }
}
.d5-wrap  .centerList dl dd a {
    display: block;
    height: 100%;
    font-size: 14px;
    color: #727272;
    line-height: 50px; 
    background: url("../images/bu_arr15.png") no-repeat right center;
}
@media screen and (max-width: 640px){
    .d5-wrap  .centerList dl dd a {
        font-size:12px;
        line-height: 30px;
        background: url("../images/bu_arr15.png") no-repeat right center;
        background-size: 7px 4px !important;
    }
    .d5-wrap  .centerList dl dd a.no_lh {
        line-height: 14px;
    }
}
@media screen and (max-width: 370px){
    .d5-wrap  .centerList dl dd a {
        font-size: 12px;
        line-height: 30px; 
        background: url("../images/bu_arr15.png") no-repeat right center;
    }
}
.d5-wrap  .centerList dl.domestic dd.on {
    border: 1px solid #2684dc;
}
.d5-wrap  .centerList dl.overseas dd.on {
    border: 1px solid #ed174b;
}
.d5-wrap .centerList dl dd:nth-child(2n) {
    border-right:1px solid #dbdbdb;
}
.d5-wrap .centerList .overseas {
	position:relative;
    float: right;
    width: 490px;
    border: 1px solid #dbdbdb;
	border-bottom: 0;
}
.d5-wrap .centerList .overseas::after{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:1px;
	background:#dcdcdc;
}
@media screen and (max-width: 1024px){
    .d5-wrap .centerList .overseas {
        float: none;
        width: 100%;
        border: 1px solid #dbdbdb;
    }
}
.mo_only {
    display: none !important;
}
@media screen and (max-width: 640px){
    .mo_only {
        display: inline-block !important;
    }
}

.d5-comment {
    font-size: 20px;
    color: #333;
    text-align: center;
    letter-spacing: -0.8px;
}
.d5-wrap .centerView .tbl_type1 tbody td {
    padding:18px;
    text-align:center;
    letter-spacing:-0.3px;
    line-height: 20px;
}
.d5-wrap .centerView .tbl_type1.case1 colgroup col:nth-child(1) {width:10%;}
.d5-wrap .centerView .tbl_type1.case1 colgroup col:nth-child(2) {width:10%;}
.d5-wrap .centerView .tbl_type1.case1 colgroup col:nth-child(3) {width:46%;}
.d5-wrap .centerView .tbl_type1.case1 colgroup col:nth-child(4) {width:24%;}
.d5-wrap .centerView .tbl_type1.case1 colgroup col:nth-child(5) {width:10%;}

.d5-wrap .centerView .tbl_type1.case2 colgroup col:nth-child(1) {width:20%;}
.d5-wrap .centerView .tbl_type1.case2 colgroup col:nth-child(2) {width:20%;}
.d5-wrap .centerView .tbl_type1.case2 colgroup col:nth-child(3) {width:30%;}
.d5-wrap .centerView .tbl_type1.case2 colgroup col:nth-child(4) {width:30%;}
.d5-wrap .tbl_type1 td .map {
    display: inline-block;
    width: 32px;
    height: 29px;
    background: url("../images/icon_map.png") no-repeat center;
}
.d5-wrap .centerView .tableWrap1 {
    width: 1000px;
}
@media screen and (max-width: 1024px){
    .tableSlide {
        width: 100%;
        height: auto;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .tableSlide table {
        width: 1000px;
    }
}
.tableWrap2 {
    width: 100%;
    height: auto;
    border-top: 2px solid #ed174b;
}
.d5-wrap .centerView .tableWrap2 {
    width: 1000px;
}
.d5-map{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9100;
    display: none;
}
.d5-map-yin{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0,0.8);
    cursor: pointer;
}
.mapContainer {
    width: 100%;
    max-width: 1000px;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translateX(-50%) translateY(-50%);
}
.mapContainer .popTit {
    width: 100%;
    height: 56px;
    font-size: 20px;
    color: #fff;
    background: #296dba;
    padding: 13px 0 0 20px;
}
.mapContainer .close_bt {
    position: absolute;
    top: 18px;
    right: 20px;
    display: inline-block;
    width: 18px;
    height: 18px;
    overflow: hidden;
    text-indent: -99999%;
    background: url("../images/btn_close11.png") no-repeat center;
}
.mapContainer .popCon {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 25px 20px 30px 20px;
    background: #ffffff;
}
.mapContainer  address {
    font-size: 14px;
    color: #333;
    font-style: normal;
    text-align: left;
    margin-bottom: 15px;
}
.popCon.map .map_area {
    width: 100%;
    height: 342px;
    border: 1px solid #dbdbdb;
    margin-bottom: 20px;
}
.mapContainer .btn_type3{margin-bottom: 0}

/* D7 */
.d7-prdt_stop .prdt_category {
    float: left;
    width: 322px;
    height: auto;
    border: 1px solid #dbdbdb;
    border-bottom: 0;
}
.d7-prdt_stop .prdt_category .lnb_d3 > li {
    width: 100%;
    height: auto;
}
.d7-prdt_stop  .prdt_category .lnb_d3 > li > a {
    display: inline-block;
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #727272;
    padding: 15px 40px 15px 20px;
    border-bottom: 1px solid #d1d1d1;
}
.d7-prdt_stop  .prdt_category .lnb_d3 > li > a.on.arr {
    background: #fff url("../images/lnb_arr11.png") no-repeat 283px center;
}
.d7-prdt_stop  .prdt_category .lnb_d3 > li > a.arr {
    background: #fff url("../images/lnb_arr21.png") no-repeat 283px center;
}
.d7-prdt_stop  .prdt_category .lnb_d4 > li {
    width: 100%;
    height: auto;
}
.d7-prdt_stop .prdt_category .lnb_d4 > li > a {
    display: inline-block;
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #888;
    padding: 14px 40px 14px 20px;
    border-bottom: 1px solid #d1d1d1;
}
.d7-prdt_stop .prdt_category .lnb_d4 > li > a.on.arr {
    background: #fafafa url("../images/lnb_close.png") no-repeat 283px center;
}
.d7-prdt_stop .prdt_category .lnb_d4 > li > a.arr {
    background: #fafafa url("../images/lnb_open1.png") no-repeat 283px center;
}
.d7-prdt_stop  .prdt_category .lnb_d5 > li {
    width: 100%;
    height: auto;
}
.d7-prdt_stop .prdt_category .lnb_d5 > li > a {
    display: inline-block;
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #888;
    padding: 14px 40px 14px 38px;
    border-bottom: 1px solid #d1d1d1;
}
.d7-prdt_stop .prdt_category .lnb_d5 > li > a.on.arr {
    background: #f2f2f2 url("../images/lnb_close.png") no-repeat 283px center;
}
.d7-prdt_stop .prdt_category .lnb_d5 > li > a.arr {
    background: #f2f2f2 url("../images/lnb_open2.png") no-repeat 283px center;
}
.d7-prdt_stop .prdt_category .lnb_d6 {
    border-bottom: 1px solid #dbdbdb;
}
.d7-prdt_stop .prdt_category .lnb_d6 > li {
    width: 100%;
    height: auto;
    padding-left: 40px;
    background: #ebebeb;
}
.d7-prdt_stop .prdt_category .lnb_d6 > li:hover{
	background: #b1b6b9;
}
.d7-prdt_stop .prdt_category .lnb_d6 > li:hover > a{
	color:#fff;
	background: url("../images/lnb_bar1w.png") no-repeat 15px center;
}
.d7-prdt_stop .prdt_category .lnb_d6 > li > a {
    display: inline-block;
    width: 100%;
    height: auto;
    font-size:12px;
    line-height: 18px;
    color: #888;
    padding: 12px 40px 12px 25px;
    border-bottom: 1px solid #d1d1d1;
    background: url("../images/lnb_bar12.png") no-repeat 15px center;
}
.d7-prdt_stop .prdt_category .lnb_d6 > li:last-child > a {
    border-bottom: 0;
}
#prdt_category .depth-hide {
    display: none;
}
.d7-prdt_stop .contentWrap {
    float: right;
    width: 658px;
}
.d7-prdt_stop .prdt_category .lnb_d6 > li > a.on {
    background: url('../images/dbt.png') no-repeat 15px center;
    color: #333;
}
.d7-prdt_stop .prdt_category .lnb_d6 > li > a.on:hover{
    background: url('../images/lnb_arr3w.png') no-repeat 15px center;
    color: #fff;
}
@media screen and (max-width: 1024px){
    .d7-prdt_stop .contentWrap {
        float: none;
        width: 100%;
    }
}
.d7-prdt_stop .conTop {
    padding: 30px 30px 20px 30px;
    border: 1px solid #dbdbdb;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.d7-prdt_stop  .conTop .Box1 {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 1px;
    /*border-bottom: 1px solid #d1d1d1;*/
}
.d7-prdt_stop .conTop .Box1 .srch_box {
    position: relative;
    padding-right: 85px;
}
.input_type2 {
    width: 100%;
    height: 35px;
    font-size: 14px;
    color: #727272;
    background: #fff;
    padding: 0 12px;
    border: 1px solid #d1d1d1;
    vertical-align: middle;
}
.btn_m_type7 {
    display: inline-block;
    width: 74px;
    height: 35px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    background: #003876;
    text-decoration: none;
    vertical-align: middle;
    padding: 0;
}
.d7-prdt_stop .conTop .Box1 .srch_box .btn_m_type7 {
    position: absolute;
    top: 0;
    right: 0;
}
.d7-prdt_stop .conTop .Box2 em {
    color: #333;
    margin-right: 10px;
}
.d7-prdt_stop .conTop .Box2 .txt {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
}
.d7-prdt_stop .conTop .Box2 .btn_detail {
    font-size: 12px;
    color: #296dba;
}
.d7-prdt_stop .conTop .Box2 .btn_detail .icon {
    display: inline-block;
    width: 13px;
    height: 15px;
    margin-left: 5px;
    vertical-align: middle;
    background: url("../images/icon_arr2.png") no-repeat;
    background-size: 13px;
}
a.link1 {
    color: #727272;
}
a.link1:hover {color:#296dba;text-decoration:none;}
.d7-prdt_stop .tbl_type1 .dataView {
    padding: 0;
    background: #fafafa;
}
.d7-prdt_stop .tbl_type1 .dataView .con1 {
    font-size:12px;
    line-height: 20px;
    padding: 20px 15px;
    background: #fff;
    position: relative;
}
.d7-prdt_stop .tbl_type1 .dataView .con1 .txt1 {
    display: block;
    margin-bottom: 5px;
}
.d7-prdt_stop .tbl_type1 .dataView .con1 .txt2 {
    font-size: 14px;
    color: #333;
}
.d7-prdt_stop .tbl_type1 .dataView .con1 .txt3 {
    position: absolute;
    right: 15px;
    top: 20px;
}
.d7-prdt_stop .tableWrap1 {
    margin-bottom: 50px;
}
.d7-prdt_stop .tbl_type1 .ng-scope1{
    display: none;
}
@media screen and (max-width: 1024px){
    .tablet_none {
        display: none !important;
    }
}
.d7-prdt_stop .contentWrap .mo_category {
    display: none;
}
@media screen and (max-width: 1024px){
    .d7-prdt_stop .contentWrap .mo_category {
        display: block;
        margin-bottom: 25px;
    }
    .d7-prdt_stop .contentWrap .mo_category .sel_type1 {
        width: 100%;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 640px){
    .d7-prdt_stop .conTop .Box2 em {
        display: none;
    }
    .d7-prdt_stop .conTop .Box2 .txt {
        line-height: 20px;
    }
}
label.hidden {
    position: absolute;
    left: -9999px;
    font-size: 0;
    line-height: 0%;
    visibility: hidden;
}
/* D4 */
.d4-conTop {
    border: 1px solid #dbdbdb;
    margin-bottom: 35px;
    box-sizing: border-box;
}
.d4-conTop .Box1 {
    float: left;
    width: 747px;
    height: 126px;
    border-right: 1px solid #dbdbdb;
    padding: 10px 50px 10px 50px;
}
@media screen and (max-width: 1024px){
    .d4-conTop .Box1 {
        float: none;
        width: 100%;
        padding: 18px 50px 10px 50px;
        border-right: 0;
        border-bottom: 1px solid #dbdbdb;
    }
}
@media screen and (max-width: 720px){
    .d4-conTop .Box1 {
        height: auto;
        border-right: 1px solid #dbdbdb;
        padding: 15px 10px;
    }
}
.d4-conTop .Box1 .txtwrap {
    font-size: 14px;
    color: #727272;
    border-bottom: 1px solid #dbdbdb;
    text-align: center;
    padding: 8px 0;
}
.d4-conTop .Box1 .txtwrap .txt1 {
    display: inline-block;
    height: 60px;
    text-align: left;
    padding-left: 70px;
    background: url("../images/icon_voc.png") no-repeat left top;
    padding-top: 5px;
}
@media screen and (max-width: 720px){
    .d4-conTop .Box1 .txtwrap .txt1 {
        height: auto;
        min-height: 28px;
        padding-left: 0;
        background: none;
        background-size: 0;
    }
}
.d4-conTop .Box1 .txtwrap .txt1 p{
    padding-bottom: 10px;
    text-align: left;
}
.d4-conTop  .Box1 .txtwrap .txt1 strong {
    font-size: 22px;
    color: #333;
    font-weight: normal;
}
@media screen and (max-width: 720px){
    .d4-conTop  .Box1 .txtwrap .txt1 strong {
        font-size: 16px;
    }
}
.d4-conTop  .Box1 .txt2 {
    font-size: 14px;
    color: #888;
    letter-spacing: -0.3px;
    line-height:20px;
    text-align: center;
    margin-top: 10px;
}
@media screen and (max-width: 640px){
    .d4-conTop  .Box1 .txt2 {
        font-size: 12px;
    }
}
.d4-conTop  .Box1 .txt2 .s1{
    color: #333333;
}
.d4-conTop  .Box1 .txt2 .s2{
    color: #296EB6;
}
.d4-conTop  .Box2 {
    float: left;
    width: 251px;
    height: 126px;
    background: #f9f9f9 url("../images/bar9.png") no-repeat center 10px;
}
@media screen and (max-width: 1024px){
    .d4-conTop  .Box2 {
        float: none;
        width: 100%;
        height: 38px;
        background: #f9f9f9 url("../images/bar9.png") no-repeat center 6px;
        background-size: 1px 26px;
    }
}

.d4-conTop  .Box2 li {
    float: left;
    width: 50%;
    text-align: center;
    font-size:14px;
    line-height: 20px;
    color: #727272;
}
@media screen and (max-width: 640px){
    .d4-conTop  .Box2 li {
        font-size: 12px;
    }
}
.d4-conTop  .Box2 li .area1 {
    display: block;
    height: 126px;
    line-height: 20px;
    padding-top: 25px;
}
@media screen and (max-width: 1024px){
    .d4-conTop  .Box2 li .area1 {
        display: block;
        height: 38px;
        padding-top: 10px;
    }
}
.d4-conTop  .Box2 li .area1 .icon {
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 18px;
}
@media screen and (max-width: 1024px){
    .d4-conTop  .Box2 li .area1 .icon {
        display: inline-block;
        width: 23px;
        height: 23px;
        margin-bottom: 0;
        margin-right: 5px;
        background-size: 23px!important;
        vertical-align: middle;
    }
}
@media screen and (max-width: 640px){
    .d4-conTop  .Box2 li .area1 .icon {
        width: 20px;
        height: 20px;
        margin-right: 2px;
        background-size: 20px!important;
    }
}
.d4-conTop  .Box2 li.cs .icon {
    background: url("../images/icon_cs.png") no-repeat center 0;
}
.d4-conTop .Box2 li.qna .icon {
    background: url("../images/icon_qna.png") no-repeat center 0;
}
.d4-conTop .Box2 li .shortcut {
    display: inline-block;
    padding-right: 16px;
    background: url("../images/icon_shortcut.png") no-repeat right center;
}
@media screen and (max-width: 640px){
    .d4-conTop .Box2 li .shortcut {
        display: inline-block;
        padding-right: 16px;
        margin-left: -3px;
        background:none;
    }
}
.d4-conTop  .Box2 li a{
    color: #666666;
}
.tar {
    text-align: right !important;
}
.d4-voc .tar .nec {
    display: inline-block;
    font-size: 12px;
    color: #888;
    padding-left: 16px;
    background: url("../images/icon_check1.png") no-repeat;
    background-position: 0 5px;
    margin-bottom: 5px;
}
.d4-voc .tableWrap1.mb {
    margin-bottom: 30px;
}
.d4-voc .tbl_type1 td .proxy {
    margin-left: 20px;
}
.d4-voc .youzheng {
    display: inline-block;
    width: 90px;
    height: 30px;
    font-size:12px;
    color: #727272;
    text-align: center;
    line-height: 28px;
    background: #fff;
    text-decoration: none;
    vertical-align: middle;
    padding: 0;
}
.d4-voc .tbl_type1 colgroup col:nth-child(1) {
    width: 160px;
}
@media screen and (max-width: 640px){
    .d4-voc .tbl_type1 colgroup col:nth-child(1) {
        width: 90px;
    }
}
.d4-voc .tbl_type1 td.category_wrap .sel_type1 {
    width: 24%;
    margin: 5px 0;
}
@media screen and (max-width: 1024px){
    .d4-voc .tbl_type1 td.category_wrap .sel_type1 {
        width: 49%;
        margin: 5px 0;
    }
}
@media screen and (max-width: 640px){
    .d4-voc .tbl_type1 td.category_wrap .sel_type1 {
        width: 100% ;
        margin: 5px 0;
    }
}
.d4-voc .tbl_type1 td .btn_pos.file {
    position: relative;
    padding-right: 115px;
    margin-bottom: 10px;
}
.d4-voc .tbl_type1 td .btn_pos.file .btn_m_type4 {
    position: absolute;
    top: 0;
    right: 0;
}
.d4-voc .tbl_type1 td .tbl_txt1 {
    display: block;
    font-size: 12px;
    line-height: 20px;
    padding-left: 15px;
    background: url("../images/bu_emp1.png") no-repeat left 4px;
}
.d4-voc .tbl_type1 td .textarea_type1.agreement {
    font-size:14px;
    line-height: 20px;
    overflow: auto;
    height: 110px;
    font-family:'微软雅黑';
}
.d4-voc .tbl_type1 td .agree_q {
    padding: 15px 0;
}
@media screen and (max-width: 640px){
    .d4-voc .tbl_type1 td .agree_q .txt{
       line-height: 20px;
    }
    .d4-voc .tbl_type1 td .checkbox_pos {
        position: relative;
        padding-right: 95px;
    }
    .d4-voc .tbl_type1 td .sel_type1.width1 {
        width: 100%;
    }
    .d4-voc .tbl_type1 td .proxy {
        margin-left: 0;
        position: absolute;
        top: 5px;
        right: 0;
    }
    .d4-voc .tbl_type1 label.css_label {
        margin-right: 0px;
    }
    .d4-voc .tbl_type1 th .nec{
        line-height: 20px;
    }
    .d4-voc  .tbl_type1 td .agree_q .radio_ui {
        margin-left: 0;
        display: block;
        margin-top: 5px;
    }
}
.d4-voc .tbl_type1 td .security_area {
    width:100%;
    margin-bottom: 20px;
}
.d4-voc .tbl_type1 td .security_area  .top .img{
    float: left;
    width: 240px;
    height: 75px;
    border: 1px solid #D1D1D1;
    text-align: center;
}
@media screen and (max-width: 640px){
    .d4-voc .tbl_type1 td .security_area  .top .img{
        width: 140px;
        height: auto;
    }
    .d4-voc .tbl_type1 td .security_area  .top .img img{
        width: 100%;
    }
}
@media screen and (max-width: 370px){
    .d4-voc .tbl_type1 td .security_area  .top .img{
        width: 90px;
    }
}
.d4-voc .tbl_type1 td .security_area .shuaxi{
    float: left;
    width: 70px;
    height: 75px;
    padding-left: 12px;
    line-height: 75px;
    font-size: 12px;
    color: #727272;
}
@media screen and (max-width: 640px){
    .d4-voc .tbl_type1 td .security_area .shuaxi{
        height: 36px;
        line-height: 36px;
    }
}
@media screen and (max-width: 370px){
    .d4-voc .tbl_type1 td .security_area .shuaxi{
        height: 25px;
        line-height: 25px;
    }
}
.d4-voc .tbl_type1 td .security_area .shuaxi span{
    display: inline-block;
    padding-left: 5px;
}
.d4-voc .tbl_type1 td .security_area .bottom{
    width: 100%;
   margin-top: 20px;
    height: 40px;
    line-height: 40px;
}
.d4-voc .tbl_type1 td .security_area .bottom span{
    font-size: 14px;
    color:#727272;
    line-height: 40px;
}
.d4-voc .tbl_type1 td .security_area .bottom input{
    width: 250px;
    height: 35px;
    border: 1px solid #D1D1D1;
}
@media screen and (max-width: 640px){
    .d4-voc .tbl_type1 td .security_area .bottom input{
        width: 75px;
        height: 30px;
    }
}
/*  D2 */
.d7-prdt_stop .d2-conTop {
    border: 1px solid #dbdbdb;
    margin-bottom: 35px;
    box-sizing: border-box;
}
 .d2-conTop .Box1 {
    float: left;
    width: 405px;
    height: 126px;
    border-right: 1px solid #dbdbdb;
    padding: 30px;
}
@media screen and (max-width: 1024px){
    .d2-conTop .Box1 {
        float: none;
        width: 100%;
        height: 110px;
        border-right: 0;
        border-bottom: 1px solid #dbdbdb;
    }
}
 .d2-conTop .Box1 .srch_box {
    position: relative;
    padding-right: 85px;
}
 .d2-conTop .Box1 .words {
    padding-top: 10px;
    padding-left: 3px;
}
 .d2-conTop .Box1 .srch_box .input_type2 {
    padding: 0 7px;
}
 .d2-conTop .Box1 .srch_box .btn_m_type7 {
    position: absolute;
    top: 0;
    right: 0;
}
.d2-conTop .Box1 .words a {
    display: inline-block;
    font-size: 14px;
    color: #888;
    margin-right: 20px;
}
.d2-conTop .Box1 .words a:hover {color:#296dba;text-decoration:underline;}
.d2-conTop  .Box2 {
    float: left;
    width: 251px;
    height: 126px;
    /*background: #f9f9f9 url("../images/bar9.png") no-repeat center 10px;*/
	background: #f6f6f6;
}
@media screen and (max-width: 1024px){
    .d2-conTop  .Box2 {
        float: none;
        width: 100%;
        height: 38px;
        background: #f9f9f9 url("../images/bar9.png") no-repeat center 6px;
        background-size: 1px 26px;
    }
}
@media screen and (max-width: 420px){
    .d2-conTop  .Box2 {
        float: none;
        width: 100%;
        height: 55px;
        background: #f9f9f9 url("../images/bar9.png") repeat-y center 6px;
        background-size: 1px 26px;
    }
}
.d2-conTop .Box2 li {
    float: left;
    width: 50%;
    text-align: center;
    font-size: 14px;
    color: #727272;
}
.d2-conTop .Box2 li .area1 {
    display: block;
    height: 126px;
    line-height: 20px;
    padding-top: 22px;
}
@media screen and (max-width: 1024px){
    .d2-conTop .Box2 li .area1 {
        display: block;
        height: 38px;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (max-width: 420px){
    .d2-conTop .Box2 li .area1 {
        display: block;
        min-height:40px;
        padding: 5px;
        line-height: 30px;
    }
    .d2-conTop .Box2 li.qna .area1{
        padding-top: 0;
        line-height: 55px;
    }
}
.d2-conTop .Box2 li .area1 .icon {
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 18px;
}
@media screen and (max-width: 1024px){
    .d2-conTop .Box2 li .area1 .icon {
        display: inline-block;
        width: 23px;
        height: 23px;
        margin-bottom: 0;
        margin-right: 5px;
        background-size: 23px!important;
        vertical-align: middle;
    }
}
@media screen and (max-width: 640px){
    .d2-conTop .Box2 li .area1 .icon {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-bottom: 0;
        margin-right: 10px;
        background-size: 20px!important;
        vertical-align: middle;
    }
}
@media screen and (max-width:360px){
    .d2-conTop .Box2 li .area1 .icon {
        margin-right: 8px;
    }
}
.d2-conTop .Box2 li.cs .icon {
    background: url("../images/icon_cs.png") no-repeat center 0;
}
a {
    color: #666;
    text-decoration: none;
    cursor: pointer;
}
.d2-conTop .Box2 li.qna .icon {
    background: url("../images/icon_qna.png") no-repeat center 0;
}
.d2-conTop .Box2 li .shortcut {
    display: inline-block;
    padding-right: 16px;
    background: url("../images/icon_shortcut.png") no-repeat right 0;
}
.d2-conTop .Box2 li a:hover .shortcut {
    background-image: url("../images/icon_shortcut_on.png");
}
.d2-conTop .Box2 li a:hover {color:#fff;background-color:#296dba;}
.d2-conTop .Box2 li a:hover .icon {
    background-position: center -46px;
}
 .d2-tab_type1 li {
    width: 20%;
}
.tableWrap3 {
    width: 100%;
    height: auto;
    border-bottom: 2px solid #dbdbdb;
}
.tag1 {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    padding: 3px 6px;
    background: #6a7379;
    border-radius: 2px;
}
@media screen and (max-width: 640px){
    .d2tableWrap3 .tag1 {
        padding: 2px 4px;
        border-radius: 2px;
        line-height: 20px;
    }
    .d2tableWrap3 .tbl_type2 tr td.taLeft {
        padding-left: 5px;
    }
}
.tbl_type2 tr td.taLeft a:hover {
    color: #296dba;
}
.d2tableWrap3{
    display: none;
}
.d2tableWrap3.on{
    display: block;
}
@media screen and (max-width: 640px) {
    .d2tableWrap3{
        margin-top: 10px;
        border-top: 2px solid #dbdbdb;
        overflow: hidden;
    }
    .d2tableWrap3 .elps {
        /*width: 100%;*/
        padding-bottom: 5px;
        display:block;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
    }
}
.tbl_type2 tr.tr_content{
    display: none;
}
.tbl_type2 tr.bg_dashed td.answer {
    text-align: left;
    padding: 0;
}
.tbl_type2 tr.bg_dashed td {
    border-top: none;
    padding: 20px 0;
    background: #fafafa url("../images/dashed1.png") repeat-x top;
}
.d2tableWrap3 .tbl_type2 tr.bg_dashed td.answer .file_down {
    margin: 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
}
@media screen and (max-width: 640px){
    .d2tableWrap3 .tbl_type2 tr.bg_dashed td.answer .file_down {
        margin: 0 15px;
        padding: 10px 0;
        border-bottom: 1px solid #dbdbdb;
    }
}
.tbl_type2 tr.bg_dashed td .file_down {
    padding-top: 20px;
}
.tbl_type2 tr.bg_dashed td .each_down {
    padding-top: 10px;
}
.tbl_type2 tr.bg_dashed td .file_down a:hover {
    color:#296dba;
}
.tbl_type2 tr.bg_dashed td .each_down li{
    line-height: 20px;
    font-size: 12px;
}
.tbl_type2 tr.bg_dashed td .each_down li a:hover {
    border-bottom:1px solid #296dba;
}
.tbl_type2 tr.bg_dashed td .each_down li .icon {
    display: inline-block;
    width: 14px;
    height: 13px;
    background: url("../images/icon_download1.png") no-repeat center;
    margin-left: 8px;
    vertical-align: middle;
}
.d2tableWrap3 .tbl_type2 tr.bg_dashed td.answer .d2-kuang{
    border-right: 0;
    padding: 20px;
    white-space: pre-line;
}
.d2tableWrap3 .tbl_type2 tr.bg_dashed td.answer .d2-kuang p{
    border-right: 0;
    padding: 0 20px;
    line-height: 20px;
    font-size: 12px;
    white-space: pre-line;
}
.tbl_type2 tr.bg_dashed td.answer p img {
    max-width: 100%;
}
/* E5 */
.e5box_comment {
    margin-bottom: 45px;
}
.box_type2 {
    width: 100%;
    height: auto;
    border: 1px solid #dbdbdb;
    background: #fdfdfd;
    padding: 30px;
}
.e5box_comment .tit {
    font-size: 20px;
    color: #296dba;
    margin-bottom: 10px;
}
.e5box_comment .tit span{
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #296dba;
}
@media screen and (max-width: 640px){
    .e5box_comment .tit {
        font-size: 14px;
        color: #296dba;
        margin-bottom: 10px;
        text-decoration: underline;
    }
}
.e5box_comment .s_con3 {
    font-size: 14px;
    line-height: 24px;
    color: #727272;
    padding-left: 6px;
    background: url("../images/bu_dot3.png") no-repeat 0 10px;
}
 .e5mid_tit3 {
    font-size: 20px;
    color: #296dba;
    margin-bottom: 10px;
    position: relative;
}
@media screen and (max-width:1024px){
    .e5mid_tit3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 640px){
    .e5mid_tit3 {
        margin-bottom: 5px;
    }
}
.e5mid_tit3.bar {
    padding-left: 35px;
    background: url("../images/bu_bar2.png") no-repeat 0 7px;
}
@media screen and (max-width: 1024px){
    .e5mid_tit3.bar {
        background: url("../images/bu_bar2.png") no-repeat 0 10px;
    }
}
@media screen and (max-width: 640px){
    .e5mid_tit3.bar {
        padding-left: 23px;
        background: url("../images/bu_bar2.png") no-repeat 0 10px;
        background-size: 16px;
    }
}
.e5mid_tit3 .desc {
    display: inline-block;
    font-size: 14px;
    color: #888;
    margin-left: 10px;
}
.e5mid_tit3 .nec {
    display: inline-block;
    font-size: 12px;
    color: #888;
    padding-left: 16px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("../images/icon_check1.png") no-repeat;
    background-position: 0 5px;
}
 .tbl_type1 input.margin1 {
    margin-right: 20px;
}
.e5-chanpin .categoryList {
    width: 23.9%;
    margin-right: 5px;
}
@media screen and (max-width: 1024px){
    .e5-chanpin .categoryList {
        width: 49%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 640px){
    .e5-chanpin .categoryList {
        width: 100%;
    }
}
.e5-chanpin .date_choice .btn_pos {
    display: inline-block;
    position: relative;
    padding-right: 40px;
}
.e5-chanpin .date_choice .btn_pos .calendar {
    display: inline-block;
    width: 30px;
    height: 31px;
    position: absolute;
    top: 1px;
    right: 0;
    background: url("../images/icon_calendar.png") no-repeat 0 0;
}
.e5-chanpin .textarea_css1 {
    height: 120px;
}
.e5-chanpin .btn_pos.file {
    position: relative;
    padding-right: 95px;
    margin-bottom: 10px;
}
.e5-chanpin .btn_pos.file .btn_m_type3 {
    position: absolute;
    top: 0;
    right: 0;
}
.e5-chanpin .tbl_type1 .tbl_cf {
    display: block;
    font-size: 12px;
    line-height: 20px;
    padding-left: 15px;
    padding-bottom: 10px;
    background: url("../images/bu_emp1.png") no-repeat left 4px;
}
.e5-chanpin .tbl_type1 .textarea_type1.agreement {
    height: 120px;
    font-size: 12px;
    line-height: 20px;
    overflow: auto;
}
.e5-chanpin .tbl_type1  .txt_agree {
    padding: 10px 0 10px 0;
}
.e5-chanpin  .tbl_type1 .txt_agree .comment {
    display: inline-block;
    line-height: 20px;
    margin-right: 20px;
}
.e5-chanpin .tbl_type1 td .security_area {
    width:100%;
    margin-bottom: 20px;
}
.e5-chanpin .tbl_type1 td .security_area  .top .img{
    float: left;
    width: 240px;
    height: 75px;
    border: 1px solid #D1D1D1;
    text-align: center;
}
@media screen and (max-width: 640px){
    .e5-chanpin .tbl_type1 td .security_area  .top .img{
        width: 140px;
        height: auto;
    }
    .e5-chanpin .tbl_type1 td .security_area  .top .img img{
        width: 100%;
    }
}
@media screen and (max-width: 370px){
    .e5-chanpin .tbl_type1 td .security_area  .top .img{
        width: 90px;
    }
}
.e5-chanpin .tbl_type1 td .security_area .shuaxi{
    float: left;
    width: 70px;
    height: 75px;
    padding-left: 12px;
    line-height: 75px;
    font-size: 12px;
    color: #727272;
}
@media screen and (max-width: 640px){
    .e5-chanpin .tbl_type1 td .security_area .shuaxi{
        height: 36px;
        line-height: 36px;
    }
}
@media screen and (max-width: 370px){
    .e5-chanpin .tbl_type1 td .security_area .shuaxi{
        height: 25px;
        line-height: 25px;
    }
}
.e5-chanpin .tbl_type1 td .security_area .shuaxi span{
    display: inline-block;
    padding-left: 5px;
}
.e5-chanpin .tbl_type1 td .security_area .bottom{
    width: 100%;
    margin-top: 20px;
    height: 40px;
    line-height: 40px;
}
.e5-chanpin  .tbl_type1 td .security_area .bottom span{
    font-size: 14px;
    color:#727272;
    line-height: 40px;
}
.e5-chanpin .tbl_type1 td .security_area .bottom input{
    width: 250px;
    height: 35px;
    border: 1px solid #D1D1D1;
}
@media screen and (max-width: 640px){
    .e5-chanpin .tbl_type1 td .security_area .bottom input{
        width: 75px;
        height: 30px;
    }
}
 .e5-btnGroup {
    text-align: center;
}
.e5-btnGroup .btn_type3{
    margin-bottom: 0;
}
.e5-btnGroup  a {
    margin: 0 5px;
}
@media screen and (max-width: 640px){
    .e5-btnGroup  a {
        width: 90px;
        margin: 0 3px;
    }
    .e5-btnGroup a.btn_type1 {
        background-position: 73px center;
        padding: 0 15px 0 0;
    }
}
/* D3 */
.d3-contop .Box1 {
    padding: 45px 30px;
    height: 197px;
}
.d3-contop .Box1 .date_choice {
    margin-bottom: 10px;
}
.d3-contop .Box1 .date_choice .btn_pos:first-child {
    margin-right: 10px;
}
.d3-contop .Box1 .date_choice .btn_pos {
    display: inline-block;
    width: 40%;
    position: relative;
    padding-right: 40px;
}
.d3-contop .Box1 .date_choice .btn_pos .calendar {
    display: inline-block;
    width: 30px;
    height: 31px;
    position: absolute;
    top: 1px;
    right: 0;
    background: url("../images/icon_calendar.png") no-repeat 0 0;
}
.d3-contop .Box2 {
    height: 197px;
}
@media screen and (max-width: 1024px){
    .d3-contop .Box2 {
        height: 75px;
    }
}
.d3-contop .Box2 li {
    float: left;
    width: 50%;
    text-align: center;
    font-size: 14px;
    color: #727272;
}
.d3-contop  .Box2 li.cs {
    height: 71px;
    font-size: 14px;
    padding-top: 13px;
    background: #fff;
	margin-top: 63px;
}
.d3-contop  .Box2 li.cs .txt{
    line-height: 24px;
}
@media screen and (max-width: 1024px){
    .d3-contop  .Box2 li.cs {
        clear: both;
        width: 100%;
        height: 38px;
        font-size: 12px;
        line-height: 38px;
        padding-top: 0;
        border-top: 1px solid #dbdbdb;
        background: #fff;
		margin-top: 0px;
    }
    .d3-contop  .Box2 li.cs .txt{
        height: 38px;
        line-height: 38px;
    }
}
.d3-contop .Box2 li.write {
    background: #fff url("../images/bar9.png") no-repeat left 12px;
    background-size: 1px 48px;
	margin-top: 63px;
}
@media screen and (max-width: 1024px){
    .d3-contop .Box2 li.write {
        width: 100%;
        background: #fff;
        background-size: 0;
        border-top: 1px solid #dbdbdb;
		margin-top: 0px;
    }
}
.d3-contop .Box2 li.write a {
    display: block;
    width: 100%;
    height: 70px;
    font-size: 14px;
    padding-top: 25px;
}
@media screen and (max-width: 1024px){
    .d3-contop .Box2 li.write a {
        display: block;
        width: 100%;
        height: 38px;
        font-size: 12px;
        padding-top: 10px;
    }
}
.d3-contop .Box2 li.faq .icon {
    background: url("../images/icon_faq.png") no-repeat center 0;
}
.d3-contop .Box2 li .shortcut {
    display: inline-block;
    width: 80px;
    line-height: 20px;
    margin: auto;
    padding-right: 16px;
    background: url("../images/icon_shortcut.png") no-repeat 55px 23px;
}
@media screen and (max-width: 1024px){
    .d3-contop .Box2 li .shortcut {
        display: inline;
    }
}
.d3-contop .Box2 li.my .icon {
    background: url("../images/icon_mypage.png") no-repeat center 0;
}
.d3-contop .Box2 li.write .shortcut{
    background: url("../images/icon_shortcut.png") no-repeat right 5px;
}
.d3tableWrap3 .tbl_type2 tr td.taLeft {
    padding-left: 10px;
}
.d3tableWrap3 .d3tr_title.acton .taLeft.on > a{
    color: #296dba;
}
.d3tableWrap3 {
    margin-bottom: 30px;
    display: none;
}
.d3tableWrap3.on {
    display: block;
}
.tbl_type2 tr td.comp {
    color: #296dba;
}
.d3que{
    padding: 20px 0;
    position: relative;
}
.d3que li:first-child{
    width: 63px;
    font-size: 40px;
    color: #888;
    text-align: center;
    position: absolute;
    top:50%;
    left: 0;    
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.d3que li:last-child{
    float: left;
    width: calc(100% - 63px);
    padding-right: 10px;
    margin-left: 64px;
}
.d3que li:last-child .top{
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 25px;
}
.d3que li:last-child .nottom .icon {
    display: inline-block;
    width: 14px;
    height: 13px;
    background: url("../images/icon_download1.png") no-repeat center;
    margin-left: 8px;
    vertical-align: middle;
}
.d3ans{
    background: #fafafa url("../images/dashed1.png") repeat-x top;
    padding:20px 0 ;
    position: relative;
}
.d3ans li:first-child{
    width: 63px;
    font-size: 40px;
    color: #888;
    text-align: center;
    float: left;
    position: absolute;
    top:50%;
    left: 0;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.d3ans li:nth-child(2){
    width: calc(100% - 70px);
    padding-right: 10px;
    /*border-right: 1px solid #E4E4E4;*/
    float: left;
    margin-left: 65px;
}
.d3ans li:nth-child(2) p{
    font-size: 14px;
    line-height: 20px;
    color: #888888;
}
.d3ans li:last-child{
    width: 80px;
    float: left;
    padding-right: 10px;
    line-height: 100%;
    text-align: center;
    cursor: pointer;
    position: absolute;
    /*top:50%;*/
    right: 0;
}
.d3-shuru{
    background: #fafafa url("../images/dashed1.png") repeat-x top;
    padding:20px 0 ;
    position: relative;
    padding-left: 64px;
    display: none;
}
.d3-shuru >p .icon{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("../images/D3123_01.png") 0 0 no-repeat;
    background-size: cover;
   margin-right: 10px;
}
.d3-shuru >p span:nth-child(2){
    display: inline-block;
    font-size: 14px;
    color: #727272;
    line-height: 20px;
}
.d3-shuru >p span:nth-child(3){
    color: #b7b7b7;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding-left:50px;
}
.d3-shuru .kuang{
    width: 100%;
    height:80px;
    padding-top: 20px;
}
.d3-shuru .kuang textarea{
    width: calc(100% - 80px);
    float: left;
    height: 60px;
    border: 1px solid #D1D1D1;
    resize: none;
    padding-top: 5px;
    text-indent: 1em;
}
.d3-shuru .kuang button{
    background: #363636;
    width: 60px;
    height: 60px;
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    margin-left: 15px;
}
.d3-shuru .kuang button:hover{
    background: #464444;
}
@media screen and (max-width: 640px){
    .d3tableWrap3 {
        margin-top: 10px;
        border-top: 2px solid #dbdbdb;
        overflow: hidden;
    }
}
/* D1  */
.tab_type1 {
    display: inline-block;
    width: 100%;
    height: 50px;
    vertical-align: top;
    box-sizing: border-box;
    border-bottom: 1px solid #003876;
}
@media screen and (max-width:640px){
    .tab_type1{
        display: none;
    }
}
.d1-tab{
    margin-bottom: 30px;
}
.d1-tab>.on>a{
    border-right: 1px solid #003876!important;
}
.d1-con .conTop {
    border: 1px solid #dbdbdb;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding:0;
}
.d1-con .conTop .Box1 {
    float: left;
    width: 500px;
    height: 126px;
    /*border-right: 1px solid #dbdbdb;*/
    padding: 30px;
    margin-bottom: 0;
    border-bottom: none;
}
@media screen and (max-width: 1024px){
    .d1-con .conTop .Box1 {
        float: none;
        width: 100%;
        height: auto;
        padding: 30px 30px 20px 30px;
        border-right: 0;
        border-bottom: 1px solid #dbdbdb;
    }
}
@media screen and (max-width: 640px){
    .d1-con .conTop .Box1 {
        padding: 12px 10px;
    }
}
.d1-con .conTop .Box1 .srch_box {
    position: relative;
    padding: 0 85px 0 105px;
}
@media screen and (max-width: 640px){
    .d1-con .conTop .Box1 .srch_box {
        position: relative;
        padding: 0 85px 0 0;
    }
}
.d1-con .conTop .Box1 .srch_box .sel_type1 {
    position: absolute;
    left: 0;
    top: 0;
    height: 35px;
}
@media screen and (max-width: 640px){
    .d1-con .conTop .Box1 .srch_box .sel_type1 {
        position: static;
        left: 0;
        top: 0;
        height: 35px;
        width: 183px;
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 640px){
    .d1-con .conTop .Box1 .srch_box .btn_m_type7 {
        position: absolute;
        top: 40px;
        right: 0;
    }
}
.d1-con .conTop .Box1 .words {
    padding-top: 10px;
    padding-left: 3px;
}
.d1-con .conTop .Box1 .words a {
    display: inline-block;
    font-size: 14px;
    color: #888;
    margin-right: 20px;
}
.d1-con .conTop .Box2 {
    float: left;
    width: 192px;
    height: 126px;
}
@media screen and (max-width: 1024px){
    .d1-con .conTop .Box2 {
        float: none;
        width: 100%;
        height: auto;
    }
}
.d1-con .conTop .Box2 a {
    display: block;
    height: 126px;
    font-size: 12px;
    color: #727272;
    background: #f9f9f9;
    text-align: center;
    padding-top: 18px;
}
@media screen and (max-width: 1024px){
    .d1-con .conTop .Box2 a {
        height: auto;
        padding-top: 0;
    }
}
.d1-con .conTop .Box2 a .bt_name {
    display: inline-block;
    padding-left: 57px;
    background: url("../images/icon_computer.png") no-repeat left center;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
}
@media screen and (max-width: 1024px){
    .d1-con .conTop .Box2 a .bt_name {
        display: inline-block;
        height: 37px;
        padding-left: 0;
        background: none;
        margin-bottom: 0;
        text-align: center;
        line-height: 40px;
    }
}
.d1-con .conTop .Box2 a .shortcut {
    display: inline-block;
    padding-right: 16px;
    background: url("../images/icon_shortcut.png") no-repeat right center;
}
.d1-con .conTop .Box2 a .desc {
    border-top: 1px solid #dbdbdb;
    padding-top: 8px;
    margin: 0 15px;
    font-size: 12px;
    line-height: 20px;
}
@media screen and (max-width: 1024px){
    .d1-con .conTop .Box2 a .desc {
        border-top: 1px solid #dbdbdb;
        padding-top: 6px;
        padding-bottom: 6px;
        margin: 0 15px;
    }
}
.d1-con .dataBox {
    width: 100%;
    height: auto;
    border: 1px solid #dbdbdb;
    padding: 20px 10px 10px 30px;
    margin-bottom: 20px;
}
.d1-con .dataBox .checkbox_ui {
    display: inline-block;
    margin: 0 20px 10px 0;
    width: 120px;
    vertical-align: top;
}
@media screen and (max-width: 640px){
    .d1-con .dataBox .checkbox_ui {
        display: inline-block;
        margin: 0 0 10px 0;
        width: 48%;
        vertical-align: top;
        padding-right: 15px;
    }
}
.d1-con .tbl_type2 tbody{
    border-bottom: 1px solid #dbdbdb;
}
.d1-con .tbl_type2 tr:last-child td {
    border-bottom: 1px solid #dbdbdb;
}
.d1-con .tbl_type2 colgroup col:nth-child(1) {width:10%;}
.d1-con .tbl_type2 colgroup col:nth-child(2) {width:47%;}
.d1-con .tbl_type2 colgroup col:nth-child(3) {width:16%;}
.d1-con .tbl_type2 colgroup col:nth-child(4) {width:12%;}
.d1-con .tbl_type2 colgroup col:nth-child(5) {width:15%;}

@media screen and (max-width: 640px) {
    .d1-con .tbl_type2 colgroup col:nth-child(1) {
        width: 12%;
    }

    .d1-con .tbl_type2 colgroup col:nth-child(2) {
        width: 60%;
    }

    .d1-con .tbl_type2 colgroup col:nth-child(3) {
        width: 28%;
    }

    .d1-con .tbl_type2 colgroup col:nth-child(4) {
        width: 0;
        display: none !important;
    }

    .d1-con .tbl_type2 colgroup col:nth-child(5) {
        width: 0;
        display: none !important;
    }
}
.d1-con .tbl_type2 tbody td {
    border-left: 1px solid #dbdbdb;
}
@media screen and (max-width: 640px){
    .d1-con .tbl_type2 tbody td {
        border-left: 1px solid #dbdbdb;
        border-right: 1px solid #dbdbdb;
    }
}
.ng-binding.d1-dianji{
	line-height:1.5;
}
.d1-con .tbl_type2 tbody td.taLeft {
    padding-left: 20px;
    cursor: pointer;
}
@media screen and (max-width: 640px){
    .d1-con .tbl_type2 tbody td.taLeft {
        padding-left: 10px;
        line-height: 20px;
    }
}
.d1-con .tbl_type2 tbody td:last-child {
    border-right: 1px solid #dbdbdb;
}
.d1-con .tbl_type2 tbody .dataView{
    display: none;
}
.d1-con  .tbl_type2 tbody .dataView td {
    border: 0;
    background: #ededed url("../images/dashed1.png") repeat-x top;
}
.d1-con .tbl_type2 tbody .dataView td .file_down {
    padding-top: 10px;
}
.d1-con .tbl_type2 tbody .dataView td .each_down {
    padding-top: 5px;
}
.d1-con .tbl_type2 tbody .dataView td .each_down li .icon {
    display: inline-block;
    width: 14px;
    height: 13px;
    background: url("../images/icon_download1.png") no-repeat center;
    margin-left: 8px;
    vertical-align: middle;
}
.d1-con .tableWrap1{
    margin-bottom: 30px;
}
/* B8 */
.b8cebian{
    float: left;
    width: 322px;
    height: auto;
    border: 1px solid #dbdbdb;
    border-bottom: 0;
}
.b8cebian li{
    display: inline-block;
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #727272;
    padding: 15px 40px 15px 20px;
    border-bottom: 1px solid #d1d1d1;
    cursor: pointer;
    background: #fff url(../images/lnb_arr91.png) no-repeat 283px center;
}
.b8cebian li.on{
    background:#EBEBEB url(../images/lnb_arr92.png) no-repeat 283px center;
}
.b8cebian li:hover{
    background:#EBEBEB url(../images/lnb_arr92.png) no-repeat 283px center;
}
.b8top {
    font-size: 20px;
    color: #333;
    text-align: center;
    padding: 40px 20px;
    margin-bottom: 40px;
    border: 1px solid #dbdbdb;
    background:#f8f8f8;
}
@media screen and (max-width: 640px){
    .b8top {
        font-size: 14px;
        padding: 15px 30px;
        margin-bottom: 30px;
    }
}
.d8-con .tbl_type2 colgroup col:nth-child(1) {width:70%;}
.d8-con .tbl_type2 colgroup col:nth-child(2) {width:30%;}
@media screen and (max-width: 640px){
    .d8-con .tbl_type2 colgroup col:nth-child(1) {width:60%;}
    .d8-con .tbl_type2 colgroup col:nth-child(2) {width:40%;}
}
.d8-con .tbl_type2 thead th{
    text-align: left;
    padding-left: 20px;
    text-align: center;
}
.d8-con .tbl_type2 tr{
    border-bottom: 1px solid #D1D1D1;
}
.d8-con  .tbl_type2 td{
    text-align: left;
    padding-left: 20px;
}
.d8-con  .tbl_type2 td.date{
    cursor: pointer;
    background:url("../images/B83_01.png") 90% center no-repeat;
}
.d8-con  .tbl_type2 td.date.on{
    background:url("../images/B82_01.jpg") 90% center no-repeat;
}
.b8jianli{
    display: none;
}
.b8jianli .jianlicon{
    background: #f8f8f8;
    padding: 0 20px;
    border-bottom: 1px solid #D1D1D1;
}
.b8jianli .jianlicon div{
    width: 100%;
    height: auto;
    padding:20px 0;
}
.b8jianli .jianlicon div + div{
    border-top: 1px solid #D1D1D1;
}
.b8jianli .jianlicon div p{
    color: #727272;
    font-size: 14px;
    padding-bottom: 20px;
}
.b8jianli .jianlicon div ul li{
    color: #727272;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 5px;
}
.b8-btnGroup a{
    margin: 0 5px;
}
@media screen and (max-width: 640px){
    .b8-btnGroup a{
        width: 100px;
        margin: 0 3px;
    }
    .b8-btnGroup a.btn_type1 {
        background-position: 84px center;
        padding: 0 15px 0 0;
    }
}
/* E2找回用户 */
.e2-yonghu .wrap {
    padding: 35px 0;
    width: 100%;
    height: auto;
    background: #fff;
    border: 1px solid #d1d1d1;
}
@media screen and (max-width: 640px){
    .e2-yonghu  .wrap {
        padding: 20px 15px 30px 15px;
    }
}
.e2-yonghu .small_tit {
    font-size: 20px;
    color: #333;
    line-height: 20px;
    letter-spacing: -0.5px;
    padding-top: 25px;
    margin-bottom: 18px;
    text-align: center;
}
.e2-yonghu .mima-small_tit{
    font-size: 14px;
    color: #333;
    line-height: 20px;
    letter-spacing: -0.5px;
    padding-top: 25px;
    margin-bottom: 18px;
    text-align: center;
}
@media screen and (max-width: 640px){
    .e2-yonghu .small_tit {
        font-size: 16px;
        color: #333;
        line-height: 16px;
        letter-spacing: -0.5px;
        padding-top: 5px;
        margin-bottom: 13px;
    }
    .e2-yonghu .mima-small_tit{
        font-size: 12px;
        color: #333;
        line-height: 20px;
        padding-top: 5px;
        margin-bottom: 13px;
        text-align: center;
    }
}
.e2-yonghu .s_con2 {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 20px;
    color: #727272;
}
.e2-yonghu .formWrap {
    width: 500px;
    margin: 0 auto;
}
@media screen and (max-width: 640px){
    .e2-yonghu .formWrap {
        width: 100%;
        margin: 0 auto;
    }
}
.e2-yonghu .formWrap .form_box {
    width: 100%;
}
.e2-yonghu .formWrap .input_type3 {
    margin-bottom: 15px;
    width: 100%;
    height: 40px;
    font-size: 18px;
    color: #727272;
    background: #fff;
    padding: 0 15px;
    border: 1px solid #d1d1d1;
    vertical-align: middle;
}
.e2-yonghu .formWrap .confirmArea {
    padding-bottom: 15px;
    border-bottom: 1px solid #d1d1d1;
    text-align: right;
    position: relative;
}
.e2-yonghu .formWrap .confirmArea .btn_b_type3 {
    display: inline-block;
    width: 135px;
    height: 45px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    background: #333;
    text-decoration: none;
    vertical-align: middle;
    padding: 0;
}
@media screen and (max-width: 640px){
    .e2-yonghu .formWrap .confirmArea .btn_b_type3 {
        width: 100px;
        height:30px;
        font-size: 16px;
        line-height: 30px;
    }
}
.e2-yonghu  .formWrap .btnArea {
    text-align: center;
    padding-top: 19px;
}
.e2-yonghu .formWrap .btnArea.bt2 a {
    width: 48%;
}
.d7-prdt_stop .prdt_category .lnb_d6 > li.on  > a{
    background: url('../images/dbt.png') no-repeat 15px center;
    color: #333;
}

/* 3.5 */
.mc_s1_top{
    position: relative;
}

.mc_s1_top .right{
    position: absolute;
    top: 0;
    right: 0;
    padding: 45px 65px 0;
    height: 100%;
    background: #F7F7F7;
}

.mc_s1t_txt1{
    font-size: 24px;
    line-height: 48px;
    height: 48px;
    overflow: hidden;
    color: #267BA0;
    text-align: center;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 20px;
}

.mc_s1t_txt2{
    height: 48px;
    overflow: hidden;
}

.mc_s1t_txt2 p{
    font-size: 18px;
    line-height: 24px;
    color: #333;
    text-align: center;
}

.mc_s1_bot p{
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.mc_s1_bot{
    padding: 30px 0 50px;
}
.mc_s2_box{
    text-align: left;
}
.mc_s2_title{
    font-size: 16px;
    line-height: 34px;
    padding: 0 20px;
    color: #fff;
    background: #37699A;
}

.mc_s2_bd{
    padding: 10px 20px;
}

.mc_s2_txt p{
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

.mc_s2_txt{
    /* height: 96px; */
    overflow: hidden;
}

.mc_s2_wrap,
.mc_s2_jl{
    margin: 0 -10px;
}

.mc_s2_box{
    float: left;
    width: 50%;
    padding: 0 10px;
}

.mc_s2jl_imgbox{
    position: relative;
    border: 1px solid #dddddf;
}

.mc_list_png{
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
}

.mc_list_img{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.mc_s2jl_l .mc_s2_txt{
    height: auto;
}

.mc_piao{
	position:fixed;
	left:0;
	top:0;
	z-index:9001;
	max-width: 40%
}

.mc_piao img{
	max-width:100%;
}

.mc_piao_close{
	position:absolute;
	right:15px;
	top:15px;
	z-index:10;
	width:16px;
	cursor:pointer;
}



@media screen and (max-width: 950px){
    .mc_main .nycontent{
        width: 738px;
        margin: 0 auto;
    }
    .mc_s1_top .right{
        padding: 30px 30px 0;
    }
    .mc_s1t_txt1{
        font-size: 22px;
        line-height: 40px;
        height: 40px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px){
    .mc_main .nycontent{
       width: 100%;
    }
    .mc_s1_top .left{
        width: 100% !important;
        text-align: center;
        margin-bottom: 15px;
    }
    .mc_s1_top .right{
        position: static;
        width: 100% !important;
    }
    .mc_s1_top .right{
        padding: 20px 15px 15px;
    }
    .mc_s1t_txt1{
        font-size: 18px;
        line-height: 36px;
        height: 36px;
    }
    .mc_s1t_txt2 p{
        font-size: 17px;
    }
    .mc_s1t_txt2{
        height: auto;
    }
    .mc_s1_bot{
        padding: 20px 0;
    }
    .mc_s2_box{
        width: 100%;
    }

    .mc_s2_txt{
        height: auto;
    }

    .mc_s2_bd{
        padding: 15px;
    }
    .mc_s2_title{
        padding: 0 15px;
    }
}
.section1 .videoWrap:after {
    display: none;
}
.section1 .text .vis_logo {
    text-align: center;
    margin-bottom: 30px;
}

.section1 .text .p1 {
    text-align: center;
}

.section1 .text .p1 span {
    font-size: 68px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1);
}
.section1 .text .p2 {
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}

.scroll img{
    cursor: pointer;
}

.invest .icon{
	display: none !important;
}
.distribution .icon{
	display: none !important;
}

.section1 .text .p1 span{
    letter-spacing: 10px;
}


/* 10.20 */
.header_wrap{
    line-height: 1;
}
.header_wrap .header .tab>li{
    font-size: 20px;
    line-height: 60px;
}

.header_wrap .header .util li>a{
    margin-top: 5px;
}

.header_wrap{
    height: 60px;
}

.header_wrap .header .logo{
    height: 60px;
    padding-top: 20px;
}

.header_wrap .header .logo img{
    width: 82px;
    height: auto;
}

.section1{
    height: calc(100vh - 60px);
    margin-top: 60px;
}

.section1 .text .p1{
    line-height: 1.35;
}

.section1 .text {
    top: 26%;
}