@charset "utf-8";
html,body{position: relative; width:100%; height:100%;}
/*html,body,p,input,span,ul,li,select,textarea,label,table{padding:0;margin:0; font-family: '微软雅黑'; font-size: 14px; color: #4D4D4D;}
h1,h2,h3,h4,h5,h6{padding:0;margin:0; font-family: '微软雅黑'; font-size: 14px; color: #4D4D4D;}
ul,li{list-style: none;}
img{cursor: pointer; border: 0; outline: none;}
a {color: #4D4D4D; text-decoration: none; outline:none; font-family: '微软雅黑';}
a:link{text-decoration:none ; border: 0; outline:none;}
a:visited {text-decoration:none ; border: 0; outline:none;}
a:hover {text-decoration: underline; border: 0; outline:none; color: #006cb7; cursor: pointer;}
a:active {text-decoration:underline ; border: 0; outline:none;}*/
.header_div p,.header_div input,.header_div span,.header_div ul,.header_div li,.header_div label,.header_div table{margin:0; font-family: '微软雅黑'; font-size: 14px; color: #4D4D4D;}
.header_div ul,.header_div li{list-style: none;}
.header_div h1,.header_div h2,.header_div h3,.header_div h4,.header_div h5,.header_div h6{padding:0;margin:0; font-family: '微软雅黑'; font-size: 14px; color: #4D4D4D;}
.header_div img{cursor: pointer; border: 0; outline: none;}

.footer_div p,.footer_div input,.footer_div span,.footer_div ul,.footer_div li,.footer_div label,.footer_div table{padding:0;margin:0; font-family: '微软雅黑'; font-size: 14px; color: #4D4D4D;}
.footer_div ul,.footer_div li{list-style: none;}
.footer_div h1,.footer_div h2,.footer_div h3,.footer_div h4,.footer_div h5,.footer_div h6{padding:0;margin:0; font-family: '微软雅黑'; font-size: 14px; color: #4D4D4D;}
.footer_div img{cursor: pointer; border: 0; outline: none;}

input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; -moz-appearance: none;}
input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #bababa;
}
input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #bababa;
}
input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #bababa;
}
input::-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #bababa;
}


/* 头尾公共代码 */
.pTB20{padding-top: 20px; padding-bottom: 20px;}
.mT10{margin-top: 10px;}
.cursor_pointer{
    cursor: pointer;
}
.border_radius5{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.gradient{
    background: -moz-linear-gradient(45deg,  #148dd0 0%, #25d58e 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#148dd0), color-stop(100%,#25d58e));
    background: -webkit-linear-gradient(45deg,  #148dd0 0%,#25d58e 100%);
    background: -o-linear-gradient(45deg,  #148dd0 0%,#25d58e 100%);
    background: -ms-linear-gradient(45deg,  #148dd0 0%,#25d58e 100%);
    background: linear-gradient(45deg,  #148dd0 0%,#25d58e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#148dd0, endColorstr=#25d58e);/*IE<9>*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#148dd0, endColorstr=#25d58e)";/*IE8+*/
}

.gradientT{
    background: -moz-linear-gradient(top,  #148dd0 0%, #25d58e 100%);
    background: -webkit-gradient(linear, 0 50%, 50% 100%, color-stop(0%,#148dd0), color-stop(100%,#25d58e));
    background: -webkit-linear-gradient(top,  #148dd0 0%,#25d58e 100%);
    background: -o-linear-gradient(top,  #148dd0 0%,#25d58e 100%);
    background: -ms-linear-gradient(top,  #148dd0 0%,#25d58e 100%);
    background: linear-gradient(top,  #148dd0 0%,#25d58e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#148dd0, endColorstr=#25d58e);/*IE<9>*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#148dd0, endColorstr=#25d58e)";/*IE8+*/
}

.vml_border_radius{
    top:0!important;
    left: 0!important;
    right: 0!important;
    bottom:0!important;
}
.header_div{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
}
.header_opacity{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-color: #ffffff;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.header_top_ul{
    float: right;
}
.header_top_ul li{
    float: right;
    margin: 6px 3px;
    color: #7a7a7a;
}
.header_top_ul li a{
    color: #7a7a7a;
}
.header_top_ul li a:hover{
    text-decoration: none;
    color: #006cb7;
}
.tp_groupMembers_ico{
    display: inline-block;
    width:16px;
    margin: -3px 0 0 7px;
}
.map_img{
    width: 15px;
    margin: 3px 8px 0 0;
}
#changing_over_title span{color: #7a7a7a;}
.header_hr{
    position: absolute;
    top: 33px;
    left: 0;
    width: 100%;
    margin: 0;
    border-top: 1px solid #c7cdd8;
}
.changing_over_div{
    position: absolute;
    bottom:1000px;
    z-index: 5;
    margin: -1px 0 0 -26px;
}
.changing_over_ul{
    border-radius: 5px;
    width: 80px;
    /*height: 84px;*/
    padding: 5px 0;
    background: url('/tplresource/cms/www/taiping/img/images/header-footer/font_switching_bg.png') center bottom no-repeat;
    background-size: 100% 100%;
}
.changing_over_ul li{
    float: none;
    margin: 0;
    padding: 2px 25px;
}
.changing_over_zw{
    display: block;
    width: 100%;
    height: 13px ;
}
.changing_over_div .vml_border_radius{
    top:12px!important;
}

.group_members{
    position: absolute;
     bottom:1000px;
    right: 0;
    z-index: 5;
    margin: -2px 0 0 0;
}

.group_members_zw{
    display: block;
    width: 100%;
    height: 14px ;
}
.group_members_edging{
    border: 1px solid #c7cdd8;
    width: 525px;
    padding: 15px 25px;
    background-color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}

.group_members .vml_border_radius{
    top:14px!important;
}
.group_members_edging ul.group_region_ul{
    width: 100%;
    height: auto;
}
.group_members_edging ul.group_region_ul li{
    width: 49%;
    margin: 0;
    border-bottom: 3px solid #ebebeb;
    font-weight: bold;
    font-size: 14px;
    padding: 0 0 6px 0;
}
.group_members_edging .group_leftList_div ul li,.group_members_edging .group_rightList_div ul li{
    float: none;
    line-height: 24px;
    padding:0;
}
.group_members_edging .group_leftList_div{
    width: 49%;
    float: left;
}
.group_members_edging .group_rightList_div{
    width: 49%;
    float: right;
}
.group_rightList_div ul li{
    float: left;
}
.header_con_div{
    float: right;
}
.tp_90_logo{
    float: left;
    max-height: 43px;
    margin: 15px 0;
}
.tp_90_YdLogo{
    display: none;
}
.header_menu_ul{
    padding-bottom:21px;
}
.header_menu_ul li{
    position: relative;
    float: left;
}
.header_menu_ul li a{
    text-decoration: none;
}
.header_menu_ul li p{
    padding: 5px 20px 10px;
    margin: 21px 0 0 0;
    font-size: 16px;
    color: #363636;

}
.header_menu_ul li:hover a p,.header_menu_ul li a:hover p{
    color:#0973b4;
}
.menu_active{
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 20px;
    height: 2px;
    margin: 0 0 0 -10px;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#0078bb, endColorstr=#00b973);/*IE<9>*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#0078bb, endColorstr=#00b973)";/*IE8+*/
    background: -moz-linear-gradient(left, #0078bb, #00b973);
    background: -webkit-gradient(linear,0 50%,100% 50%,from(#0078bb),to(#00b973));
    background: -webkit-linear-gradient(0deg, #0078bb, #00b973);
    background: -o-linear-gradient(0deg, #0078bb, #00b973);
}
li.active .menu_active{display: block;}
.tp_search_ico{
    width: 15px;
    margin: 28px 0 0 5px;
}
.login_registration_div{
    position: relative;
    float: right;
    margin: 21px 0 0 28px;
}
.login_registration_ul{
    width: 90px;
    height: 32px;
    padding: 0 14px;
    background: url('/tplresource/cms/www/taiping/img/images/header-footer/login_registration_img.png') center center no-repeat;
    background-size: 100% 100%;
}
.login_registration_ul li{
    float: left;
    margin: 6px 3px;
}
.login_registration_ul li a{color:#4D4D4D;}
.search_div{
    display: none;
    position: relative;
    float: right;
    width: 608px;
    margin: 18px 5px 0 0;
}
.search_div img{
    position: absolute;
    top: 12px;
    z-index: 4;
    width: 15px;
}
img.reset_img{
    right: 0;
    width: 11px;
    top: 15px;
}
.search_div .header_search_input{
    border: 0!important;
    padding: 10px 24px!important;
    width: 93%;
    height: auto!important;
    background: none;
    outline: none;
}
.search_div input.header_search_input:focus{outline:none;}
.search_ksrk_ul{
    position: absolute;
    left: 0;
    z-index: 10;
    border: 1px solid #ccc;
    width: 100%;
    padding: 15px 0;
    background-color: #ffffff;
}
.search_ksrk_ul li{
    line-height: 28px;
    padding: 0 15px;
    cursor: pointer;
}
.ksrk_li{
    margin-bottom: 10px;
    color: #ccc;
}
.before_login_li{
    display: block;
}
.after_login_li{
    display: none;
}
.after_login_p{
    margin: 0 -10px;
}
.after_login_img{
    position: absolute;
    top: 8px;
    right: 5px;
    width: 15px;
}

.after_login_div{
    display: none;
    position: absolute;
    left: 0;
    z-index: 5;
    margin: -1px 0 0 0;
}
.after_login_zw img{
    margin-top: 24px;
}
.after_login_zw{
    display: block;
    width: 100%;
    height: 30px ;
    text-align: center;
}
.after_login_ul{
    border: 1px solid #c7cdd8;
    border-radius: 5px;
    width: 120px;
    height: 84px;
    padding: 5px 0;
    background-color: #ffffff;
}
.after_login_ul li{
    float: none!important;
    margin: 0!important;
    padding: 8px 0 8px 32px;
}
.secondary_menu_div{
    position: absolute;
    top: -9999999px;
    left: 0;
    z-index: 6;
}
.secondary_menu_zw{
    display: block;
    width: 100%;
    height: 20px;
    text-align: center;
}
.secondary_menu_zw img{
    display: inline-block;
    margin: 13px 0 0 0;
}
.secondary_menu_border{
    border: 1px solid #c7cdd8;
    border-radius: 5px;
    background-color: #fff;
}
.secondary_menu_ul{
    overflow: hidden;
}
.secondary_menu_ul li div{
    text-align: center;
    padding: 30px;
}
.secondary_menu_ul li div img{
    display: inline-block;
    width:44px;
}
.secondary_menu_ul li p{
    padding: 0;
    display: block;
    position: relative;
    width: 85px;
}
.header_menu_ul .secondary_menu_ul li p{
    color: #363636!important;
}
.header_menu_ul .secondary_menu_ul li a:hover p{
    color:#0973b4!important;
}
.secondary_menu_div .vml_border_radius{
    top:20px!important;
}
.ny_header_bottomImg{
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 3px;
}
/* 尾部 */
.footer_div{
    position: relative;
    background-color: #b7bdc2;
    overflow: hidden;
}
.footer_hr{
    position: absolute;
    left: 0;
    bottom:80px;
    width: 100%;
    border-top: 1px solid #c7cdd8;
}
.footer_div h4,.footer_div p{
    margin: 10px 0 0 0;
}
.footer_div p{
    color: #7a7a7a;
}
.footer_div p a{
    color: #7a7a7a;
}
.tp_phone_logo{
    width: 76%;
    margin: 15px 0 0 0;
}
h4.footer_h4{
    font-size: 16px;
    font-weight: bold;
    color: #3d3d3d;
    text-indent: initial;
}

.footer_bg_img{
    background: url('/tplresource/cms/www/taiping/img/images/header-footer/index_bottom_bg.png') bottom right no-repeat;
}
.foot_service {
    display: none;
    position: absolute;
    z-index: 5;
    width: 150px;
    padding: 7px 0;
    margin: -60px 0 0 75px;
    top:50px;
   background:none
}
#foot_hover_ul li {
    font-size: 12px;
    border-bottom: 1px dashed #ededed;
    padding: 5px 0;
    font-size:12px;
    overflow: hidden;
}
#foot_hover_ul{width:100%;background:#fff;position:relative;box-shadow:0 0 5px 3px #ededed;padding: 10px;border-radius:5px;}
#foot_hover_ul::before{
 position:absolute;
 content:"";
 width:0;
 height:0;
 left:-12px;
 top:35px;
 border:14px solid transparent;
 border-right-color:#fff;
 border-left-width:0;
z-index:5;
 
}
#foot_hover_ul::after{
 position:absolute;
 content:"";
 width:0;
 height:0;
 left:-14px;
 top:35px;
 border:14px solid transparent;
 border-right-color:#ededed;
 border-left-width:0;
 z-index:4;
}
.foot-ser-arrow{position:relative;top:5px;width:4px;}
#foot_hover_ul li.ser-last-li{
    text-align: center;
    font-size: 12px;
    padding: 6px 0;
    background: #efefef;
    margin-top: 6px;
    border-radius:5px;
    border:none;
}
.fl{float:left;}
.fr{float:right;}
.foot_hover_ul li a{color:#4D4D4D;}
.footer_div p a:hover{color:#006cb7;}
.online_service_close{
    position: absolute;

    left: 124px;

    top: 2px;

    z-index: 5;

    height: 95% ;
}
.QR_code{    background: none!important;}
.QR_code p{
    color: #292929;
}
.QR_code img{
    width: 91%;
}
.footer_div p.p1,.footer_div p.p1 span,.footer_div p.p1 a {
    padding: 20px 0;
    margin: 0 auto;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}
.footer_bgColor{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    background: url('/tplresource/cms/www/taiping/img/images/header-footer/ny_bg_img.png') center center no-repeat;
    background-color: #dee3e7;
}
.phone_rectangle_bg{
    display: none;
    position: absolute;
    top:0;
    left: -10%;
    z-index: -1;
    width: 120%;
    height: 45px;
    background-color: #e9eceb;
}
.yd_menu_conDiv{
    float: right;
}
.yd_menu_bg{
    position: absolute;
    top: 80px;
    right: 0;
    z-index: 0;
    width: 100%;
}
.yd_menu_imgDiv{
    display: none;
}
.yd_menu_opacity{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.yd_menu_jt{
    display: none;
}
.yd_menu_ul{
    display: none!important;
}
.yd_menu_bg{
    display: none;
}
@media screen and (min-width: 1025px){
    .container-fluid{
        width: 1026px;
    }
    .group_leftList_div,.group_rightList_div{
        display: block!important;
    }


}
@media screen and (max-width: 1025px){
    .footer_bgColor{
        display:none;
    }
    .after_login_p {
        color: #fff;
    }
    ul.after_login_ul li a{
        color: #4D4D4D;
    }
    .search_div {
        float: left;
        margin: 10px 0 0 15px;
    }
    .yd_menu_ul{
        display: block!important;
    }
    .arrow_btn_div{
        display: none;
    }
    .header_con_div{
        float: none;
    }
    .tp_search_ico {
        margin: 23px 25px 0 0;
    }
    .yd_menu_imgDiv{
        display: inline-block;
        padding: 20px;
        margin-top: 0px;
        position: absolute;
        right: -10px;
        z-index: 1;
    }
    .yd_menu_imgDiv img{
        width: 21px;
        -webkit-transition: -webkit-transform 0.5s;
        transition: -webkit-transform 0.5s;
        -o-transition: transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s;
    }
    .tp_90_logo,.header_top_ul,.header_hr,.menu_active{
        display: none!important;
    }
    .tp_90_YdLogo{
        display: inline-block;
        width: 165px;
        margin: 12px 15px 12px 0;
    }

    .login_registration_div{
        float: none;
        position: absolute;
        top: -6px;
        right: 75px;
        z-index: 10;
    }
    .login_registration_ul li,.login_registration_ul li a{
        color: #ffffff;
    }
    .login_registration_ul{
        background: none;
        border: 1px solid #ffffff;
        border-radius: 50px;
    }
    .yd_menu_conDiv{
        background: -moz-linear-gradient(top,  #148dd0 0%, #25d58e 100%);
        background: -webkit-gradient(linear, 0 50%, 50% 100%, color-stop(0%,#148dd0), color-stop(100%,#25d58e));
        background: -webkit-linear-gradient(top,  #148dd0 0%,#25d58e 100%);
        background: -o-linear-gradient(top,  #148dd0 0%,#25d58e 100%);
        background: -ms-linear-gradient(top,  #148dd0 0%,#25d58e 100%);
        background: linear-gradient(top,  #148dd0 0%,#25d58e 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#148dd0, endColorstr=#25d58e);/*IE<9>*/
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#148dd0, endColorstr=#25d58e)";/*IE8+*/
        position: absolute;
        top:61px;
        right: -230px;
        z-index: 9;
        width: 220px;
        padding: 60px 0 0 0;

    }
    .header_menu_ul {
        float: none;
        padding-bottom:0px;
    }
    .header_menu_ul li{
        float: none;
        padding: 0 0 0 20px;
    }
    .header_menu_ul li:first-child p{
        border-top: 1px solid #ffffff;
        padding-top:20px;
    }
    .header_menu_ul li:last-child p{
        border-bottom: 1px solid #ffffff;
        padding-bottom:20px;
    }
    .header_menu_ul li p {
        padding: 12px 0 12px 0;
        margin: 0;
        color: #ffffff;
    }
    .header_menu_ul li:hover a p,.header_menu_ul li a:hover p{
        color: #ffffff;
    }
    .secondary_menu_div li p,.yd_menu_ul li:first-child p,.yd_menu_ul li:last-child p{border:0!important;}
    .header_menu_ul .secondary_menu_ul li p {
        color: #ffffff!important;
        text-align: left;
    }
    .yd_menu_jt,.yd_menu_ul li span{
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 13px;
        font-size: 14px;
        color: #ffffff;
    }
    .yd_menu_ul li p.yd_menu_qh{
        border: 1px solid #ffffff!important;
        border-radius: 50px;
        padding: 2px 20px!important;
        display: inline-block;
        margin: 25px 15px 200px 0!important;
    }
    .secondary_menu_ul{
        width: 100%!important;
    }
    .secondary_menu_zw{
        display: none;
    }
    .secondary_menu_border{
        border: 0;
        border-radius: 0;
        background-color: #236864;
    }
    .header_menu_ul .secondary_menu_ul li a:hover p{
        color: #ffffff!important;
    }
    .secondary_menu_div{
        display: none;
        position: relative;
        top: 0!important;
        left:-20px!important;
        width: 220px;
    }
    .secondary_menu_ul li div img{
        display: none;
    }
    .secondary_menu_ul li div {
        padding: 0 0 0 20px;
    }
    .yd_menu_bg{
     display: block;
    }
    .group_members {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10;
        width: 100%;
        height: 100%;
        margin: 0;
    }
    .header_con_div>img.tp_search_ico{
        position: absolute;
        top: 0px;
        right: 40px;
        z-index: 1;
    }
}
@media screen and (max-width: 992px){
    .search_div .header_search_input {
        width: 84%;
    }
    .group_members_edging ul.group_region_ul {
        border-bottom: 3px solid #006cb7;
    }
    .group_members_edging {
        width: 278px;
    }
    .group_members_edging ul.group_region_ul li {
        border-bottom: 0;
        padding: 6px 0;
        text-align: center;
    }
    .group_members_edging ul.group_region_ul li.group_list_active {
        background-color: #006cb7;
        color: #fff;
    }
    .group_leftList_div,.group_rightList_div{
        width: 100%!important;
        padding: 8px 0;
    }
    .group_rightList_div{
        display: none;
    }
    .group_members_edging ul li {
        margin: 0!important;
    }
    .group_members_edging{
        left:auto;
        right: 0;
    }
    .group_members_edging .group_leftList_div ul li, .group_members_edging .group_rightList_div ul li {
        line-height: 26px;
    }



}
@media screen and (max-width: 767px){
    .footer_div{
        padding:0 15px;
        background-color: #f3f7f6;
     }
    .footer_bg_img{
        background-image: none;
    }
    .footer_media{
        position: relative;
        z-index: 1;
        margin: 2px 0 0 0;
    }
   /* .foot_service{
        width: 128px;
        padding: 2px 0;
        margin: -25px 0 0 -130px;
        background: url('/tplresource/cms/www/taiping/img/images/header-footer/online_service02.png')top left no-repeat;

    }
    .foot_hover_ul li {
        padding: 1px 0 0 5px;
    }
    .online_service_close{
        left: -14px;
    }

   */

    .footer_con_div{
        display: none;
        padding: 0 0 20px 0;
        -webkit-transition: -webkit-transform 0.5s;
        transition: -webkit-transform 0.5s;
        -o-transition: transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s;
    }
    h4.footer_h4{
        padding: 14px 0;
        margin: 0!important;
    }
    .footer_div p{
        margin: 20px 0 0 0;
    }
    .phone_rectangle_bg{
        display: block;
    }
    .QR_code{
        display: none;
    }
    .tp_phone_logo{
        width: 41%;
    }
    .footer_phone_div{
        text-align: center;
        margin: 20px 0 15px 0;
    }
    .telescopic_ico{
        background: url('/tplresource/cms/www/taiping/img/images/header-footer/down_ico01.png') right center no-repeat;
        background-size: 15px;
    }
    .footer_div p.p1, .footer_div p.p1 span, .footer_div p.p1 a{color:#7a7a7a;}
}
@media screen and (max-width: 556px){
    .footer_hr {
        bottom: 100px;
    }
}
@media screen and (max-width: 458px){
    .footer_hr {
        bottom: 120px;
    }
}