@charset "utf-8";
/* 公共样式 */
.img-width{width: 100%;}
.mT15{margin-top: 15px;}
.mTB20{margin-top: 20px; margin-bottom: 20px;}
.pTB20{padding-top: 20px; padding-bottom: 20px;}
.pL15{padding-left: 15px!important;}
.pL10{padding-left: 10px!important;}
.bgWhite{background-color: #ffffff;}
.overflowX{
    width: 100%;
    overflow-x: auto;
}

.index_zn_h2{
    font-size: 24px;
    font-weight: bold;
    color: #006cb7;
}
.index_en_h2{
    font-size: 14px;
    color: #94afae;
    margin: 10px 0;
}

/* 增加 客户投诉流程*/
.costomerComplaint {
    font-size: 14px;
    padding: 15px 30px 15px 15px;
    background-color: rgba(0,49,58);
    position: absolute;
    top: 150px;
    right: 0;
    z-index: 1000;
    color: #fff;
    height: 50px;
}

.costomerComplaint a {
    color: #fff;
    text-decoration: none;
}

.triangle {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translatey(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 8px  solid #fff;
    border-bottom: 5px solid transparent;
}



/*新年蒙层*/
.main-modal{
 position:fixed;
left:0;
top:0;
z-index:1000;
}
.modal-cont{
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
z-index:1001;
background:#fff5eb;
opacity:0.85;
filter:alpha(opacity:80);
}
#new_main_img{width:1200px;}
.modal-img{
position:absolute;
left:50%;
top:0;
margin-left:-600px;
height:100%;
z-index:1002;
display:table;
width:1200px;
}
.new_year_close{
cursor:pointer;
position:absolute;
top:140px;
left:885px;
}
.img-s{
 width:100%;
 position:absolute;
 top: 50%;
 left:0;
 margin-top: -380px;
}
/* banner  */
.sw-container .wrap a{
 background-position:center center;
 background-repeat:no-repeat;
}
body.index_body{
    background-color: #f3f7f6;
}
#bannerHeight{
    display: none;
    width: 100%;
  /*  position: fixed;
    top: -99999999px;
    left: 0;
    z-index: 0;
    width: 100%;*/
}
.banner_div{
    line-height: 1.5;
    position: relative;
    height: 490px;
    background-size: auto 100% !important;
    overflow:hidden;
}
.banner_img_div{
    width:100%; 
    height:100%; 
    background-size: auto 100%!important;
}
.swiper-container {
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
	overflow: hidden;
}
.pagination {
    position: absolute;
    z-index: 20;
    left: 0px;
    bottom: 0px;
    width: 100%;
    margin:12px 0;
}
.banner_swiper .swiper-pagination-switch{
    width: 16px;
    height: 16px;
    background: url('/tplresource/cms/www/taiping/img/90th/index/ie8_swiper_focus_ico01.png') center center no-repeat\9;
    background: url('/tplresource/cms/www/taiping/img/90th/index/ie8_swiper_focus_ico01.png') center center no-repeat;
    background-size:100% 100%;
}

.banner_swiper .swiper-active-switch{
    width: 16px;
    height: 16px;
    background: url('/tplresource/cms/www/taiping/img/90th/index/ie8_swiper_focus_ico02.png') center center no-repeat\9;
    background: url('/tplresource/cms/www/taiping/img/90th/index/ie8_swiper_focus_ico02.png') center center no-repeat;
    background-size:100% 100%;
}

.mypagination{
    position: absolute;
    z-index: 20;
    left: 10px;
    bottom: 20px;
    width: 100%;
    padding-right: 15px;
    text-align: right;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background: #222;
    margin: 0 2px;
    opacity: 0.8;
    border: 0px;
    cursor: pointer;
    outline:none;
}
.swiper-visible-switch {
    background: #aaa;
}
.swiper-active-switch {
    background: #fff;
}
.arrow_btn_div{
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 100%;
    padding: 0 1%;
}
.arrow_btn_div img{
    width: 45px;
}

/* 新闻栏目 */
/*.leader-info:after{
   content: "..."; position: absolute; bottom: 0; right: 0; padding-left: 40px;
            background: -webkit-linear-gradient(left, transparent, #fff 55%);
            background: -o-linear-gradient(right, transparent, #fff 55%);
            background: -moz-linear-gradient(right, transparent, #fff 55%);
            background: linear-gradient(to right, transparent, #fff 55%);
 }*/
.tp_news_column{
    margin-top: 20px;
    margin-bottom: 20px;
}
.tp_news_column a{
    text-decoration: none;
}
.tp_news_optionDiv{
    position: relative;
}
.tp_news_div{
    border: 0px solid #f3f7f6;
    padding: 15px;
    background-color: #ffffff;
    cursor: pointer;
}
.tp_news_div img{border-radius:5px}
.tp_news_div h3{ 
    height: 54px;
    line-height: 25px;
   
    font-size: 16px;
    font-weight: bolder;
    color: #3d3d3d;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top:10px
}

.tp_news_hoverDiv h3{ 
   
}
.tp_news_hoverDiv_gap{
    width:100%;
    height:1px;
    border-bottom:1px dashed #52bfc6;
    margin:4px 0 7px;
}
.tp_news_div p span{
    margin: 0 15px 0 0;
    line-height: 24px;
    font-size: 12px;
    color: #999999;
}
.tp_news_hoverDiv{
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 6;
    margin: 0 10px;

}
.tp_news_hoverDiv .tp_news_div{
    background: url('/tplresource/cms/www/taiping/img/90th/index/linear_gradient_img.png') center center no-repeat;
    background-size: 100% 100%;
}
.tp_news_hoverDiv .tp_news_div h3,.tp_news_hoverDiv .tp_news_div p,.tp_news_hoverDiv .tp_news_div p span{
    color: #ffffff;
}
.tp_news_hoverDiv .tp_news_div p{
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    padding:0 4px;
}
.tp_news_hoverDiv .tp_news_div p.mT15{
    position: relative;
    height: auto;
    
}
.tp_news_hoverDiv .tp_news_div p.mT15 span.pull-right{
    position: absolute;
    right: 0;
    z-index: 1;
}
/* 今日太平 */
.index_bg01{
    background: url('/tplresource/cms/www/taiping/img/90th/index/zxdt_bg_img.png') center center no-repeat;
 }
.overflow_x_img{
    display:none;
    position: absolute;
    right: 0;
    z-index: 1;
    /*width:20%;*/
    width:10%;
    height: 44px;
}
.index_btn_ul li{
    float: left;
    margin: 15px 15px 15px 0;
    width: 98px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: url('/tplresource/cms/www/taiping/img/90th/index/btn_bg_img01.png') center center no-repeat;
    background: url('/tplresource/cms/www/taiping/img/90th/index/ie8_btn_bg_img01.png') center center no-repeat\9;
    background-size:100% 100%;
}
.index_btn_ul li.active{
    background: url('/tplresource/cms/www/taiping/img/90th/index/btn_bg_img.png') center center no-repeat;
    background: url('/tplresource/cms/www/taiping/img/90th/index/ie8_btn_bg_img.png') center center no-repeat\9;
    background-size:100% 100%;
}
.index_btn_ul li.active a{
    color: #ffffff!important;
}
.index_btn_ul li a{
    text-decoration: none;
    color: #7a7a7a;
}
table.index_news_table{
    position: relative;
    width: 100%;
    border: 0;
    table-layout: fixed;
    border-collapse:collapse;
}
table.index_news_table .index_table_border{
    /*border-top: 1px dashed #dddddd;*/
    border-bottom: 1px dashed #dddddd;
}
.index_news_table tr td{
    padding: 13px 0 14px;
}
.index_news_table tr td a{
    text-decoration: none;
}
.index_news_table tr td a:hover h2,.index_news_table tr td a:hover p{
    color: #006cb7;
}
.index_news_table tr td.gsgj_td{padding: 15px 3px 15px 15px;}
.index_news_table tr td.gsgj_contd{
    padding:8px 0;
    /*height:312.8px;*/
    
}
.index_table_font{
    width: 76%;
}
.index_news_table h2{
    width: 100%;
    font-size: 16px;
    color: #3d3d3d;
    font-weight: bold;
    overflow: hidden;white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.index_news_table p{
    width:100%;
    height: 44px;
    color: #71797a;
    line-height: 22px;
    margin: 15px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index_table_time{
    display: inline-block;
    position: relative;
    width: 68px;
    height: 71px;
}
.index_table_time img{
    width: 68px;
    height: 71px;
}
.index_table_yearDiv{
    position: absolute;
    top: 19px;
    left: 0;
    width: 100%;
}
.index_table_yearDiv span{
    display: block;
    text-align: center;
}
.index_table_spanYear{
    font-size: 14px;
}
.index_table_spanYear{
    font-size: 14px;
    color: #959595;
}
.index_table_spanMonth{
    font-size: 16px;
    color: #727272;
}
.index_zxdt_titleUL{

}
.index_zxdt_conOption,.index_tpwh_conOption{
    display: none;
    overflow: hidden;
    position: relative;
}
.index_zxdt_conOption p span,.index_tpwh_conOption p span{
    color: #3d3d3d;
    font-weight: bold;
}
.index_zxdt_conOption p.index_gj_z{
    display: inherit;
    height: auto;
    padding: 0 0 0 22px;
    position: absolute;
    bottom: 5px;
    z-index:1;
}
/* 首页视频 */
.index_video_img{
    /*display: none;*/
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -999999;
}
.jp-bottom-title{
    position: absolute;
    bottom: 50px;
    left: 0;
    z-index: 4;
}
.jp-bottom-title span {
    font-size: 18px;
    color: #ffffff;
}
.index_tpwh_link{
    display:table;
    width:124px;
    height: 35px;
    line-height: 35px;
    padding: 0 0 0 17px;
    margin:0 auto 0;
    background: url('/tplresource/cms/www/taiping/img/90th/index/index_tpwh_btnBG.png') center center no-repeat;
    background-size: 100% 100%;
}
.index_tpwh_link img,.index_tpwh_link p{
    display: inline-block;
}
.index_tpwh_linkUI a:hover{
    text-decoration: none!important;
}
.index_tpwh_link img{
    width: 24px;
    margin: -3px 0 0 0;
}
.index_tpwh_link p{
    width: auto;
    height: auto;
    line-height: normal;
    margin: 0 0 0 5px;
    overflow: unset;
}
.index_tpjx_img{
    width: 58%;
    margin: 0;
}
.index_tpwh_linkUI li{
    margin: 10px 0 9px 0;
}
.index_tpjx_div{
    margin: 0;
}
.index_tpjx_p{
    position: absolute;
    top: 15%;
    right: 5%;
    z-index:5;
    width: 47.2%;
    height: 195px;
    padding: 20px 22px 20px 40px;
    font-size: 16px;
    overflow: hidden;
}
.index_tpjx_pBG{
    position: absolute;
    top: 0;
    right: 0;
    bottom:0;
    left:0;
    z-index:-1;
    width: 100%;
}
.index_gsln_linkUI{
    position: absolute;
    top: 53%;
    right: 10px;
    z-index: 5;
    width: 48%;
}
.index_gsln_linkUI li{
    float: left;
    width: 50%;
    margin: 27px auto 0;
}
.index_gsln_img{
    margin: 0;
}
.index_ppzs_linkUI{
    width: 100%;
    overflow:hidden;
}
.index_ppzs_linkUI li{float:left; width:33%;}
/* 太平精选 */
.index_bg02{
    /*background: url('/tplresource/cms/www/taiping/img/90th/index/tpjx_bg_img.png') center bottom no-repeat;*/
 }
.textL{
  text-align:left!important;
}
.index_tpjx_titleUL{
    position: relative;
    left: 50%;
}
.jinxuan-wrapper{
    width: 100%;
    /*height: 440px;*/
   

    box-sizing: border-box;
}

.mySwiper .swiper-pagination-switch{
    width: 16px;
    height: 16px;
    background: url('/tplresource/cms/www/taiping/img/90th/index/ie8_swiper_focus_ico01.png') center center no-repeat\9;
    background: url('/tplresource/cms/www/taiping/img/90th/index/swiper_focus_ico01.png') center center no-repeat;
    background-size:100% 100%;
}

.mySwiper .swiper-active-switch{
    width: 16px;
    height: 16px;
    background: url('/tplresource/cms/www/taiping/img/90th/index/ie8_swiper_focus_ico02.png') center center no-repeat\9;
    background: url('/tplresource/cms/www/taiping/img/90th/index/swiper_focus_ico02.png') center center no-repeat;
    background-size:100% 100%;
}
.jinxuan_core_area{
    /*width: 1270px;*/
    /*height: 440px;*/
    width:1200px;
    margin: 0 auto;
}
.pic-cont{
    width: 100%;
    padding-bottom:16px;
    overflow: hidden;
    padding-top:4px;
    height:444px;
}
.jinxuan-img{
    width: 100%;
    /*height: 440px;*/
   border-radius:8px;

}
.pic-cont-left{
    width: 40%;
    float: left;
    
}
.pic-cont-right{
    /*padding-left: 2%;*/
    width: 60%;
    float: left;
}
.jinxuan-right-cont{
    background: transparent;
    /*background: #fff;*/
    width: 50%;
    padding-left: 2%;
    /*height: 214px;*/
    border-radius: 6px;
    float: left;
}
.jinxuan-right-cont:nth-child(1),.jinxuan-right-cont:nth-child(2){
    margin-bottom: 12px;
}

.RightImg{
    /*width: 100%;*/
    /*height: 214px;*/
    width: 100%;
    /*height: 100%;*/
    transition: all .2s linear;
    border-radius:6px;
}
.RightImg:hover{
    box-shadow: 0 7px 14px rgba(0,0,0,.1);
    -webkit-transform: translate(0,-2px);
    transform: translate(0,-2px);
}
.jinxuan-head{
    margin: 0 auto;
    text-align: center;
}
.jinxuan-head-t{
    font-size: 32px;
    color:#666
}
.jinxuan-head-b{
    font-size: 22px;
    color: #cccccc;
}
.jinxuan-head-f-phone{
    width: 100%;
    overflow-x: scroll;
    text-align: left;
    padding: 10px 0;
}
.jinxuan-head-phone-cont{
    overflow: hidden;
}
.jinxuan-head-phone-cont span{
    /*width: 30%;*/
    background: transparent;
    padding-right: 4%;
    color: #cccccc;
    font-size: 16px;
}
.jinxuan-textActive{
    color: #666666!important;
}

/* 太平服务 */

.service-wrapper{
  
    width: 100%;
    padding: 0 0 50px 0;
    margin: 0 auto;
}
.ser-text-img{display:inline-block;width:86px}

.accordion{
    margin:  0 auto;
}

.accordion h2{
    margin-bottom:27px;
}
.accordion h2 img{
    display: block;
    margin: 0 auto;
}
.active_content{
    display: none;
}
li.active .active_content{
    display: block;
}
.myUl:after{
    content: "."; display: block; height: 0; clear: both; visibility: hidden;
}

.accordion_content >ul >li{
    /*width: 190px;*/
    float: left;
    overflow: hidden;
    /*margin-right:1px ;*/

}
.accordion_content >ul >li:last-child{
    margin-right:0 ;
}
.accordion_content >ul >li.active{
    width: 23%;
}
.accordion_content .show_li{
    /*width: 190px;*/
    height: 445px;
    /* -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s; */
    cursor: pointer;
    float: left;
    position: relative;
}
.liInWidth{
    /*width: 476px;*/
}
.accordion_content .active .liInWidth{
}
.active_content{
    /*width: 286px;*/
    overflow: hidden;
}
.show_li img.dimg{
    width: 200%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.li-cont{ position: absolute;right: 0;left: 0;top:30%;z-index:4;color:#fff;text-align:center;}
.li-cont p{color:#fff}
.dimg-arrow{display:none;width:75px;height:35px;margin-top:30px}
.show_li.list4 .li-cont .dimg-arrow {margin-top:100px}
.ser-text-d{margin:20px 0;font-size:20px;}
.ser-text-m{margin-bottom:6px;font-size:14px}
.accordion_content .show_li:hover{
    background-position: right 0;
}
.active_content{
    /*width: 286px;*/
    height: 445px;
}

.active_content.actice1 a{
    line-height: 64px;
    padding-left: 53px;
    display: block;
    font-size: 18px;
    color: #3d3d3d;
    position: relative;
    cursor: pointer;
}
.active_content.actice1 a:hover{
    background: #e5f0f6;
}
.accordion_content .list4 .alink{
    overflow: hidden;
    /*padding-top: 302px;*/
    position: absolute;
    left: 0;
    top: 166px;
    z-index: 6;
    padding: 0 10px;
    width: 100%;
}
.accordion_content .list4 .alink a{
    width: 48%;
    display: block;
    float: left;
    color: #fff;
    /*width: 77px;*/
    height: 25px;
    line-height: 23px;
    border: 1px solid #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 13px;
    margin-bottom: 12px;
   text-decoration:none;
}
.accordion_content .list4 .alink a:nth-child(2n+1){
    margin-right: 2%;
}
.accordion_content .list4 .alink a:nth-child(2n){
    margin-left: 2%;
}
.accordion_content .list4 .alink a:hover{
    color: #0063af;
    background: #fff;
}
.active_content.actice1 a::before{
    display: block;
    position: absolute;
    content:'';
    width: 20px;
    height: 20px;
    left: 19px;
    top: 22px;
}
.active_content.actice1 a.icon1::before{
    background: url(/tplresource/cms/www/taiping/img/90th/index/service-phone/icon1.png) no-repeat center;
}
.active_content.actice1 a.icon2::before{
    background: url(/tplresource/cms/www/taiping/img/90th/index/service-phone/icon2.png) no-repeat center;
}
.active_content.actice1 a.icon3::before{
    background: url(/tplresource/cms/www/taiping/img/90th/index/service-phone/icon3.png) no-repeat center;
}
.active_content.actice1 a.icon4::before{
    background: url(/tplresource/cms/www/taiping/img/90th/index/service-phone/icon4.png) no-repeat center;
}
.active_content.actice1 a.icon5::before{
    background: url(/tplresource/cms/www/taiping/img/90th/index/service-phone/icon5.png) no-repeat center;
}
.active_content.actice1 a.icon6::before{
    background: url(/tplresource/cms/www/taiping/img/90th/index/service-phone/icon6.png) no-repeat center;
}
.active_content.actice1 a::after{
    display: block;
    position: absolute;
    content:'';
    width: 4px;
    height: 7px;
    background: url(/tplresource/cms/www/taiping/img/90th/index/service-phone/arrow.png) no-repeat;
    right: 20px;
    top: 29px;
}
.img-1{
    width: 100%;
    /*height: 80px;*/
    margin-bottom: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.bg-son:nth-child(1),.bg-son:nth-child(3){
    width: 45px;
}
.bg-son:nth-child(2){
    width: 60%;
}
.active_content{
    background: #ffffff;
}
.clearfix:after{
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.info-search-cont >div,.add-cont>div,.track-cont>div{
    padding: 0 5%;
}
.info-search-cont a,.add-cont a,.track-cont a{
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    border-bottom: 1px dashed #c8cbd3;
}
.a-bg{
    background: #e5f0f6;
}

.common-service-img{
    /*display: table;*/
    /*padding: 0 5%;*/
    position: relative;
    height: 70px;
}
.ser-text-style-t{
    font-size: 20px;
    color: #ffffff;
}
.ser-text-style-b{
    font-size: 10px;
    color: #ffffff;
}
.ser-text-s{
    width:100%;
    height:100%;
    /* 水平垂直居中*/
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    text-align: center;
    line-height: 70px;
    z-index: 3;
}
.ser-img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70px;
    z-index: 2;
}
.top-arrow{
    position: absolute;
    top:0;
    right:5%;
    bottom:0;
    margin:auto;
    text-align: right;
    line-height: 70px;
    width: 18px;
    height: 12px;
    z-index: 5;
    display: none;
    z-index: 3;
}
/*.ser-img-son-1{*/
/*    width: 100%;*/
/*    height: 80px;*/
/*    background-image: url("/tplresource/cms/www/taiping/img/90th/index/service-phone/ser-cont-1.png");*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100%;*/
/*}*/
/*.ser-img-son-2{*/
/*    width: 100%;*/
/*    height: 80px;*/
/*    background-image: url("/tplresource/cms/www/taiping/img/90th/index/service-phone/ser-cont-2.png");*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100%;*/
/*}*/
/*.ser-img-son-3{*/
/*    width: 100%;*/
/*    height: 80px;*/
/*    background-image: url("/tplresource/cms/www/taiping/img/90th/index/service-phone/ser-cont-3.png");*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100%;*/
/*}*/
/*.ser-img-son-4{*/
/*    width: 100%;*/
/*    height: 80px;*/
/*    background-image: url("/tplresource/cms/www/taiping/img/90th/index/service-phone/ser-cont-4.png");*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100%;*/
/*}*/
/*.ser-img-son-5{*/
/*    width: 100%;*/
/*    height: 80px;*/
/*    background-image: url("/tplresource/cms/www/taiping/img/90th/index/service-phone/ser-cont-5.png");*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100%;*/
/*}*/
/*.ser-img-son-6{*/
/*    width: 100%;*/
/*    height: 80px;*/
/*    background-image: url("/tplresource/cms/www/taiping/img/90th/index/service-phone/ser-cont-6.png");*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100%;*/
/*}*/
#insure-btn,#see-info{
    color: #ffffff;
    width: 100%;
    height: 40px;
    /*background:url("/tplresource/cms/www/taiping/img/90th/index/service-phone/submit-bg.png");*/
    position: relative;
}
#insure-btn button,#see-info button{
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    z-index: 3;
    background: #006cb7;
    width: 100%;
    border: 0;
    outline: none;
    border-radius:5px;
}
.insureImg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    z-index: 2;
}
.info-search-cont a{

    border-bottom:1px dashed #ccc;
}
.info-arrow{
    width: 4px;
    height: 7px;
    position: absolute;
    /*top:50%;*/
    /*transform: translateY(-50%);*/
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.info-icon{
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    /*top:50%;*/
    /*transform: translateY(-50%);*/
    top: 0;
    bottom: 0;
    margin: auto;
}
.info-text{
    position: absolute;
    /*top:50%;*/
    /*transform: translateY(-50%);*/
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
   font-size:16px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.info-text{
    padding-left: 20px;
}
/*--------------------------------------*/
.car-cont{
    padding: 20px 5%;
}
.car-cont-phone{
    padding: 20px 10%;
}
.car-cont-text{
    
    font-size: 14px;
    padding-left: 10px;
}
.mt5{
    margin-top: 5px;
}
.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.mt10{
    margin-top: 10px;
}
.mt20{
    margin-top: 20px;
}
.ft14{
    font-size: 14px;
}
.car-info input[type='text']{
    padding: 6px 0;
    border-radius: 8px;
    outline: none;
    border: 0;
    background: #ffffff;
    height: 36px;
    text-indent: 20px;
    width: 100%;
   border:1px solid #cacaca;
   -webkit-appearance: none;
   appearance: none;
}
.car-info input[type='button']{
    width: 100%;
    padding: 6px 0;
    border-radius: 10px;
    height: 36px;
    outline: none;
    border: 0;
}
#new-car-box{
    position: relative;
    top: 2px;
    
}
input[type="text"]:disabled{
    cursor: not-allowed;
}
.car-value{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    z-index: 8;width: 100%;position: absolute;
    padding: 14px 0
}
.valueNum{
    color: darkorange;
    font-size: 12px;
}

/*.Checkbox {*/
/*    position: absolute;*/
/*    visibility: hidden;*/
/*   */
/*}*/
/*.Checkbox+label {*/
/*    position:absolute;*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    border: 1px solid #A6A6A6;*/
/*    border-radius: 50%;*/
/*    background-color:#DEDEDE;*/
/*}*/
/*.Checkbox:checked+label:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 2px;*/
/*    top: 2px;*/
/*    width: 9px;*/
/*    height: 4px;*/
/*    border: 2px solid #424242;*/
/*    border-top-color: transparent;*/
/*    border-right-color: transparent;*/
/*    transform: rotate(-45deg);*/
/*    -ms-transform: rotate(-60deg);*/
/*    -moz-transform: rotate(-60deg);*/
/*    -webkit-transform: rotate(-60deg);*/
/*}*/
/*------------------------------------*/
.price-cont{
    padding: 30px 5%;
}
.price-cont-phone{
    padding: 36px 10%;

}
.price-select{
    width: 100%;
    padding: 6px 15px;
    border-radius: 8px;
    height: 36px;
    outline: none;
    border: 0;
    background: #eff1f4;
}
.asset-date{
    font-size: 12px;
    text-align: center;
    color: #c8cbd3;
    margin-bottom: 20px;
}
.assets-b{
    padding-bottom: 20px;
    border-bottom: 1px solid #eff1f4;
}
.assets-table{
    width: 100%;


}
.assets-table thead{
    background: #eff1f4;
    color: #c8cbd3;
    height: 20px;
    text-align: center;

}
.assets-table thead tr th{
    padding: 6px 10px;
}
.assets-table tbody{
    text-align: center;
}
.assets-table tbody tr td{
    padding: 6px 0 ;
}
/*----------------------------------*/
.com-cont{
   padding-top:18%;
   padding-left:5%;
   padding-right:5%;
}
.com-cont-img{
    width: 50%;
    height: 40%;
    float: left;
    position: relative;
    cursor: pointer;
    display: table;

}
.com-cont-img a:hover{
    text-decoration: none;
}
.com-cont-img-s{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.com-cont-img-s img{
   width:61px;
 }

/*----------------------------------*/

.track-cont a{
    /*padding: 13px 0;*/
    border-bottom: 1px dashed #c8cbd3;
}
/*-----------------------------------*/
/*.add-cont{*/
/*    padding: 0 5%;*/
/*}*/
.add-cont a{
    border-bottom: 1px dashed #c8cbd3;
}
/*-----------------------------------*/


.info-search-cont-phone div{
    border-bottom: 1px dashed #c8cbd3;
}
.active_content-phone{
    display: none;
    width: 100%;
}
.com-cont-phone{
    padding: 0 10%;
}
.track-cont-phone{
    padding: 0 10%;
}
.track-cont-phone div{
    border-bottom: 1px dashed #c8cbd3;
}
.add-cont-phone{
    padding: 0 10%;
}
.add-cont-phone div{
    border-bottom: 1px dashed #c8cbd3;
}
/*.add-cont a:last-child,.track-cont a:last-child,.info-search-cont a:last-child{*/
/*    border-bottom: 0;*/
/*}*/
.bg-1{
    width: 100%;
    height: 70px;
    background-image: url("/tplresource/cms/www/taiping/img/90th/index/service-phone/ser-bg-1.png");
    background-repeat: no-repeat;
    background-size: 100% ;
}
.bg-2{
    width: 100%;
    height: 70px;
    background-image: url("/tplresource/cms/www/taiping/img/90th/index/service-phone/ser-bg-2.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
.bg-3{
    width: 100%;
    height: 70px;
    background-image: url("/tplresource/cms/www/taiping/img/90th/index/service-phone/ser-bg-3.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
.bg-4{
    width: 100%;
    height: 70px;
    background-image: url("/tplresource/cms/www/taiping/img/90th/index/service-phone/ser-bg-4.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
.bg-5{
    width: 100%;
    height: 70px;
    background-image: url("/tplresource/cms/www/taiping/img/90th/index/service-phone/ser-bg-5.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
.bg-6{
    width: 100%;
    height: 70px;
    background-image: url("/tplresource/cms/www/taiping/img/90th/index/service-phone/ser-bg-6.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
.jggg_cont {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.jggg h3{display:none;}
.jggg_cont .select {
    width: 100%;
    height: 26px;
    line-height: 26px;
    color: #333;
    margin-top: 12px;
    border: 1px solid #eee;
    overflow: hidden;
}
.tag_select {
    display: block;
    width: 100%;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #ccc;
    margin:10px 0;
    background: #f5f5f5 url(/tplresource/cms/www/taiping/img/home/icon_12.jpg) no-repeat 99% center;
    color: #006cb7;
    border-radius: 4px;
}
ul.tag_options {
    position: absolute;
    background: #fff;
    padding: 0 0 1px;
    margin: 0;
    width: 100%;
    border: 1px solid #ccc;
    border-top: none;
    text-align: center;
    overflow: hidden;
    overflow-y: auto;
    cursor: pointer;
    z-index: 1000;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    border-radius: 4px;
    height:100%;
}
.jggg_cont h4 {
    border-bottom: 1px solid #dedede;
    height: 36px;
    line-height: 40px;
    color: #333;
}
.zc_table {
    width: 100%;
    margin: 0 auto 0px;
    
}
.zc_table tr {
    height: 30px;
    line-height: 30px;
}
.zc_table .tit {
    border-bottom: 1px solid #dedede;
    height: 30px;
    line-height: 30px;
}
.zc_table ul li{background: url("/tplresource/cms/www/taiping/img/home_new/blue_ico.png") no-repeat 0px center; padding: 0 0 0 8%;margin:8px 0;}
.zc_table td img{margin-left:9px;width:15px}

#tabsContainer ul li{padding:0;}
.jggg_cont .select {
    width: 100%;
    height: 26px;
    line-height: 26px;
    color: #333;
    margin-top: 12px;
    border: 1px solid #eee;
    overflow: hidden;
}
ul.tag_options li{padding:0;}
/*太平地图*/

html,body{
    
    width: 100%; 
    padding: 0;
    margin: 0;
    position: relative;
    

}
.map area {cursor:pointer;z-index:99999;}
.map-top40{top:40px}
.map-wrapper{
    width: 100%;
    /*height: 940px;*/
    position: relative;
    z-index: 2;
    /*height: 100%;*/
    /*background:#fff url("/tplresource/cms/www/taiping/img/90th/index/map/map-bg-pc.png") no-repeat center ;*/

}
.map-bg{
    position: absolute;
    width: 100%;
    height: 600px;
    left: 0;
    top: 0;
    z-index: 3;
}

.map-bg-phone{
    position: absolute;
    width: 100%;
    /*height: 600px;*/
     height: 850px!important;
    left: 0;
    top: 0;
    z-index: 3;
}
.map-phone img{
    width: 100%;
   
}
.map-content{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    z-index: 5;
    position: relative;
}
.map-content-top{
    width: 100%;
    /*height: 100%;*/
    position: relative;
    height: 600px;
    overflow: hidden;
   left: 0px;
}
.map-content-top-phone{
    width: 100%;
    /*height: 100%;*/
    position: relative;
    height: 850px!important;
    overflow: hidden;
    min-height: 700px;
    transition:all 1s;
}
.map-head{
    position: absolute;
    top: 40px;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 20px;
    /*font-weight: 700;*/
    color: #fff;
}
.map-head-phone{
    position: absolute;
    top:40px;
    left: 0;
    text-align: center;
    width: 100%;
    /*font-weight: 700;*/
    color: #fff;
}
.map{
    position: absolute;
    /*animation: zoomIn 0.5s 0s both;*/
    z-index: 40;
    top: 156px;
    right: 0;
    /* width: 98%; */
    width: 100%;
    height: 600px;
    overflow: hidden;
}
.map-phone{
    position: absolute;
    /*animation: zoomIn 0.5s 0s both;*/
    z-index: 40;
    top:640px;
    right: 0; 
    width: 100%;
    
}
.map img{
    width: 100%;
}
.line-map {
    width: 1200px;
}
.line-map-phone{

    height:2.9rem;
}

.line2,.line4,.line3,.line5,.line8,.line9,.line10,.line7,.line12,.line11,.line13{
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    overflow: hidden;

    /*animation: moveLeft 2s 0.3s both;*/

}

.line1 img,.line2 img,.line8 img,.line9 img,.line3 img,.line10 img,.line7 img,.line12 img,.line11 img,.line13 img{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.line13,.line13 img,.line13-map,.line13-map img{
 z-index:2
}
.line7,.line7 img,.line7-map,.line7-map img{
 z-index:4
}

.line6,.line4,.line1,.line5{
    /*animation: moveLeft 3s 0.3s both;*/
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
}

.line6 img,.line4 img,.line1 img,.line5 img{
    position: absolute;
    left:0;
    top: 0;
    width: 100%;
    z-index: 2;
}
/*--------------------------------------------------------------------------*/
.line2-map,.line4-map,.line3-map,.line5-map,.line8-map,.line9-map,.line10-map,.line7-map,.line11-map,.line12-map,.line13-map  {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    overflow: hidden;

    /*animation: moveLeft 2s 0.3s both;*/

}
.line1-map img,.line2-map img,.line8-map img,.line9-map img,.line3-map img,.line10-map img,.line7-map img,.line11-map img,.line12-map img,.line13-map img {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.line6-map,.line4-map,.line1-map,.line5-map{
    /*animation: moveLeft 3s 0.3s both;*/
    position: absolute;
    left: 0;
    
    width: 0;
    height: 100%;
    overflow: hidden;
}
.line6-map img,.line4-map img,.line1-map img,.line5-map img{
    position: absolute;
    left:0;
   
    width: 100%;
    z-index: 2;
}

.animateActive{
    animation: moveLeft 1.7s ease-in-out 2s both;
    -webkit-animation:moveLeft 1.7s ease-in-out 2s both;
    -o-animation:moveLeft 1.7s ease-in-out 2s both;
    -moz-animation:moveLeft 1.7s ease-in-out 2s both;
}
.animateActive1{
    animation: moveLeft 1.8s ease-in-out 0.5s both;
    -webkit-animation:moveLeft 1.8s ease-in-out 0.5s both;
    -o-animation:moveLeft 1.8s ease-in-out 0.5s both;
    -moz-animation:moveLeft 1.8s ease-in-out 0.5s both;
}
.animateActive2{
    animation: moveLeft 1.7s ease-in-out 1s both;
    -webkit-animation:moveLeft 1.7s ease-in-out 1s both;
    -o-animation:moveLeft 1.7s ease-in-out 1s both;
    -moz-animation:moveLeft 1.7s ease-in-out 1s both;
}
.animateActive3{
    animation: moveLeft 1.9s ease-in-out 1.5s both;
    -webkit-animation:moveLeft 1.9s ease-in-out 1.5s both;
    -o-animation:moveLeft 1.9s ease-in-out 1.5s both;
    -moz-animation:moveLeft 1.9s ease-in-out 1.5s both;
}
.animateActive4{
    animation: showin 1.9s ease-in-out 0.15s both;
    -webkit-animation:showin 1.9s ease-in-out 0.15s both;
    -o-animation:showin 1.9s ease-in-out 0.15s both;
    -moz-animation:showin 1.9s ease-in-out 0.15s both;
}

.line2,.line10,.line2-map,.line10-map{
    z-index: 6;
}
/* 增加 */
.line1,.line13{
    /* 印尼 马来西亚*/
    animation-delay: 1.4s;
}
.line2{
    /* 中国 */
    animation-delay: .4s;
    width: 100%;
}
.line3{
    /* 新加坡 */
    animation-delay: 1.3s;
}
.line4{
    /* 日本 */
    animation-delay: 1.2s;
}
.line5{
    /* 澳大利亚 */
    animation-delay: 1.5s;
}
.line6{
    /* 美国 */
    animation-delay: 1.8s;
}
.line7,.line11{
    /* 澳门 泰国 */
    animation-delay: 1.1s;
}
.line8,.line12{
    /* 英国 南非*/
    animation-delay: 1.7s;
}
.line9{
    /* 荷兰 */
    animation-delay: 1.6s;
}
.line10{
    /* 香港 */
    animation-delay: 1s;
}


.line1-map,.line13-map{
    /* 印尼 马来西亚 */
    animation-delay: 1.4s;
}
.line2-map{
    /* 中国 */
    animation-delay: .4s;
    opacity: 0;
    width: 100%;
}
.line3-map{
    /* 新加坡 */
    animation-delay: 1.3s;
}
.line4-map{
    /* 日本 */
    animation-delay: 1.2s;
}
.line5-map{
    /* 澳大利亚 */
    animation-delay: 1.5s;
}
.line6-map{
    /* 美国 */
    animation-delay: 1.8s;
}
.line7-map,.line11-map{
    /* 澳门 泰国*/
    animation-delay: 1.1s;
}
.line8-map,.line12-map{
    /* 英国 南非*/
    animation-delay: 1.7s;
}
.line9-map{
    /* 荷兰 */
    animation-delay: 1.6s;
}
.line10-map{
    /* 香港 */
    animation-delay: 1s;
}


@-webkit-keyframes moveLeft {
    0%{
        width: 0;
    }
    100%{
        width: 100%;
    }
}
@-o-keyframes moveLeft {
    0%{
        width: 0;
    }
    100%{
        width: 100%;
    }
}
@-moz-keyframes moveLeft {
    0%{
        width: 0;
    }
    100%{
        width: 100%;
    }
}
@keyframes moveLeft {
    0%{
        width: 0;
    }
    100%{
        width: 100%;
    }
}
@-webkit-keyframes showin {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@-o-keyframes showin {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@-moz-keyframes showin {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@keyframes showin {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.updown-btn,.updown-btn-phone{
    position: absolute;
    left: 50%;
    bottom: -75px;
    transform: translateX(-50%);
    /*color: #999999;*/
    cursor: pointer;
    /*border: 1px solid #999999;*/
    /*box-shadow: 6px 6px 5px #cccccc;*/
    /*background-color: #fff;*/
    color: #ffffff;
    font-size: 16px;
    padding: 5px;
    /*border: 1px solid #ffffff;*/
    z-index: 999;
    text-align: center;
}


.updown-btn-phone img{
    width: 0.2rem;
    /*height: 0.35rem;*/
}
.updown-btn span{
    position: relative;
    bottom: 4px;
    color: #ffffff;
}
.updown-btn img{
    width: 20px;
    position: relative;
    top: -4px;
}


.topActive{
    top: 650px;
    transition: all 1s;
}
.isShow{
    display: block;
}
.map-content-bottom{
    width: 100%;
    position: absolute;
    left: 0;
    /*bottom: 200px;*/
    top:125px;
    padding: 0 15px;
    /*transition: top 1.5s ease-in;*/
}
.in-out{
    text-align: center;
    margin-bottom: 26px;
    margin-top: 10px;
    /*color: #eeeeee;*/
    position: absolute;
    left: 0;
    right: 0;
}
.home,.seaOut{
    color: #eaeaea;
    position: relative;
    cursor: pointer;

}
.underLine:before{
    content: '';
    width: 40%;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: -5px;
    height: 2px;
    background-color: #ffffff;
    transition: all 1s;
    animation: lr ease 1.5s both;
}

.mobile .container-fluid{
    padding: 0;
}
.mobile .updown-btn, .mobile .updown-btn-phone{
    display: none;
}
/* 移动端向上移动 */
.mobile .map-content-bottom{
    opacity: 0;
    top:265px;
}
.map-content-bottom.moveToUp{
    /* animation: moveUp ease-in-out 1s both;
    -webkit-animation:moveUp ease-in-out 1s both;
    -o-animation:moveUp ease-in-out 1s both;
    -moz-animation:moveUp ease-in-out 1s both; */
    transition: all 1s;;
    opacity: 1;
    transform: translateY(-130px);
}

.map-phone.moveToUp{
    /* animation: moveUp ease-in-out 1s both;
    -webkit-animation:moveUp ease-in-out 1s both;
    -o-animation:moveUp ease-in-out 1s both;
    -moz-animation:moveUp ease-in-out 1s both; */
    transition: all 1s;;
    opacity: 1;
    transform: translateY(-86px);
}

@keyframes moveUp {
    0%{transform: translateY(0);}
    100%{transform: translateY(-20px)}
}
.in-out span{
    font-size: 18px;
    /*font-weight: 700;*/
}
.box-body{
    overflow: hidden;
    width: 100%;
    padding: 10px;
    text-align: left;
    /*height: 940px;*/
    line-height: 26px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
}
.box-body span{
    padding-left: 3%;
    float: left;
    width: 33.33%;
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
}
.box-body span a{
    color: #ffffff;
    font-size: 14px;
}
.info-bg{
    /*background: url("./images/map/text-frame.png") 100% 100% no-repeat;*/
    width: 100%;
    /*height: 230px;*/
    position: relative;

}
.mapPic{
    width: 100%;
    position: absolute;
    left: 0;
    top: -10px;
}
.gap{
    width: 2px;
    height: 10px;
    margin: 0 10px;
    background: #cccccc;
    display: inline-block;
}
.foot-wrapper{
    width: 100%;
    height: 400px;
    background: #ffffff;
}
.textActive{
    color: #ffffff;
}
.bg-all{
    display: none;
    width: 100%;
    /*height: 100%;*/
    position: relative;
    height: 600px;
}
.bg-all img{
    width: 100%;
}
.updownImg{
    
}


/* 太平集团成员移动端 */
.yd_tpjtcy_header{
    background-color: #e6f3f6;
    text-align: center;
}
.yd_tpjtcy_header span{
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
    color: #326ebc;
    font-size: 18px;
    font-weight: bold;
}
.yd_tpjtcy_header ul{
    display: inline-block;
    border: 1px solid #326ebc;
    border-radius: 50px;
    margin: 12px 0 7px 0;
    overflow: hidden;
}
.yd_tpjtcy_header ul li{
    float: left;
    padding: 5px 25px;
    font-size: 16px;
    font-weight: bold;
    color: #326ebc;
}
.yd_tpjtcy_header ul li.active{
    color: #ffffff;
    background-color: #326ebc;
}
.yd_tpjtcy_conDiv{
    padding: 15px 0;
}
.yd_tpjtcy_conDiv ul li{
    padding: 7px 15px;
}
.yd_tpjtcy_conDiv ul li a,.yd_tpjtcy_conDiv ul li span{
    color: #ffffff;
}
.yd_tpjtcy_conDiv ul li span{
    float: right;
}
.yd_tpjtcy_leftIco{
    position: absolute;
    top: 17px;
    left: 15px;
    z-index: 1;
    width: 12px;
}
.yd_tpjtcy_conDiv{
    padding: 15px 0;
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow: auto;
}
.yd_tpjtcy_conDiv ul{
    display: none;
}

/* 官网测试 */
.gwcs_p {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 9;
    width: 85px;
    margin: 0 0 0 -42.5px;
    font-size: 10px;
    font-weight: bold;
    font-style: italic;
    color: #bb0505;
    text-align: center;
}
@keyframes tranY {
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(5px);
    }
    100%{
        transform: translateY(0);
    }
}

@media screen and (min-width:768px) and (max-width:1080px){

    .box-body span{
        padding-left: 7%;
        width: 50%;
    }
   
}

@media screen and (max-width: 1200px) {
    /* 增加 客户投诉流程*/
.costomerComplaint {
    font-size: 12px;
    padding: 5px 10px 5px 5px;
    background-color: rgba(0,49,58);
    position: absolute;
    top: 65px;
    right: 0;
    z-index: 1000;
    color: #fff;
    height: 50px;
    width: 74px;
}

.costomerComplaint a {
    color: #fff;
    text-decoration: none;
}

.triangle {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translatey(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 8px  solid #fff;
    border-bottom: 5px solid transparent;
}


    .index_tpjx_p{font-size:13px;}
    .tp_news_hoverDiv{display:none!important;}
}

@media screen and (max-width: 991px) {
    .index_news_table tr td.gsgj_contd{
        height:auto;
    }
    .tp_news_column {
        margin-bottom: 0px;
    }
    .news_hover {
        margin-bottom: 20px;
    }
    .phone_tpwh_margin{
        margin-top: 20px;
    }
    .index_tpjx_img{
        width: 58%;
        margin: 0;
    }
    .index_btn_ul li{
        background:none;
    }
    .index_btn_ul li.active {
        background: url(/tplresource/cms/www/taiping/img/90th/index/btn_bg_img.png) center bottom no-repeat;
        background-size: 130% 3px;
        font-size: 16px;
        font-weight: bold;
    }
    .index_btn_ul li.active a {
        color: #3d3d3d!important;
    }
}
@media screen and (max-width: 768px) {
.img-s{
  width: 150%;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  margin-top:0;
  -ms-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
 }
  #new_main_img,.modal-img{width:100%}
 .modal-img{left:0;margin-left:0}
 .new_year_close{width:24px}
 .sw-container .wrap a{
 background-position:center -15px;
 background-repeat:no-repeat;
 }
 .tp_news_column{margin-top:5px;}
 div.sw-container div.button{bottom:18px;}

}

@media screen and (max-width: 767px){
    .jp-bottom-title span{padding: 0 10px; font-size: 12px;}
    .jp-bottom-title{bottom: 40px;}
    .banner_swiper .swiper-pagination-switch{width: 8px; height: 8px;}
    .banner_swiper .swiper-active-switch{width: 8px; height: 8px;}
    .index_tpjx_p {
        float: none;
        width: 100%;
        height: auto;
        margin: 0;
        position: relative;
        top: 15px;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        padding: 15px;
    }
    .index_zxdt_conOption p.index_gj_z{
        padding: 20px 10px 0 10px;
        position: relative;
    }
    .index_tpjx_pBG{display:none;}
    .index_tpjx_img{
        width: 100%;
    }
    .tp_news_div{
        padding:8px;
    }
    .tp_news_div h3{
        height: 40px;
        line-height:20px;
        font-size:14px;
    }
    .index_zn_h2 {
        font-size: 24px;
    }
    .index_en_h1 {
        font-size: 14px;
    }
    .overflow_x_img{
        display:block;
    }
    .index_news_table h2 {
        font-size: 16px;
    }
    .banner_div{
        height:150px;
    }
  /*  .banner_img_div{
        width:100%; 
        height:100%; 
        background-size: auto 100%;
    }*/

    .index_news_table tr td.gsgj_contd{
        padding-top:0px;
    }
    .index_news_table tr td.gsgj_td{padding: 13px 0 14px;}
    .gsgj_td img{
        float:left;
        /*width:75%;*/
        padding: 3px 10px 0;
    }
    .index_tpjx_titleUL{
        left: 0;
        margin-left: 0!important;
    }
    .index_tpwh_link {
        display: table;
        width: 130px;
        padding: 0 0 0 12px;
        background:none;
        border: 1px solid #cdcdcd;
        border-radius: 50px;
        margin: 0 auto;
    }
    .index_tpwh_link p {
        margin: 0 0 0 5px;
    }

    .index_tpwh_linkUI li {
        width: 50%;
        margin: 0 0 10px;
    }
    .index_gsln_linkUI {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        padding: 15px;
    }
    .index_tpjx_div {
        margin: 15px 0;
    }
    .mapPic,.box-body{
        width: 75%;
        left: 50%;
        transform: translateX(-50%);
    }
    .box-body span{
        width: 100%;
        padding-left: 12%;
    }
    .map-bg{
        height: 940px;
    }
    .pic-cont-left,.pic-cont-right{
        width: 100%;
    }
    .pic-cont-left{
        /*height: 400px;*/
        margin-bottom: 12px;
    }
    .jinxuan-img
     {
        width:100%;
        height: 440px;
        border-radius:8px;
       
    }
    
    .swiper-container, .swiper-wrapper, .swiper-slide{
        width: 100%;
    }
.mySwiper,.mySwiper .swiper-wrapper,.mySwiper .swiper-slide{
   /*height:440px;*/
    

}
    .index_tpwh_conOption:last-child{
        background-color:#fff;
    }
    .map{
        top: 90px;
        display: none;
    }
   
    .map-content-bottom .in-out span{
        font-size: 16px;
    }
    .map-content-bottom .box-body a{
        font-size: 16px;
    }
    .map-head-z{
        font-size: 24px!important;
    }
    .map-head-y{
        font-size: 18px!important;
    }
    .jinxuan-right-cont{
        width: 49%;
        padding-left: 0;
    }
    .jinxuan-right-cont:nth-child(2n+1){
        margin-right: 1%;
    }
    .jinxuan-right-cont:nth-child(2n){
        margin-left: 1%;
    }
    .taipinggujiaDiv{
        padding-right: 15px;
        overflow: hidden;
    }
    .gsgj_contd p {
        width: 50%;
        float: left;
    }
    .index_ppzs_linkUI{
        float: none!important;
        width: 100%;
        padding: 15px 0 0 0;
        overflow: hidden;
    }
    .index_ppzs_linkUI li{
        float: left;
    }
    .pagination {
        margin:5px 0;
    }
   #phone-img-map{
    position:absolute;
    left:0;
    top:0;
    z-index:999;
  }

}

@media screen and (max-width:500px){
    .mapPic,.box-body{
        width: 86%;
        left: 50%;
        transform: translateX(-50%);
    }
    .box-body span{
        width: 100%;
        padding-left: 10%;
    }
    .jinxuan-right-cont{
        width: 100%;
        margin-bottom: 12px;
        padding-left: 0;
    }

    .map-content-bottom{
        transition: all 0.6s;
        left:0;
       
    }
    .map-content-bottom .in-out span{
        font-size: 15px;
    }
    .map-content-bottom .box-body a{
        font-size: 14px;
    }
    .box-body{
        line-height: 22px;
    }
    .pic-cont-left,.pic-cont-right{
        width: 100%;
    }
    .pic-cont-left{
        height: 400px;
        margin-bottom: 12px;
    }
    .jinxuan-right-cont:nth-child(2n+1){
        margin-right: 0;
    }
    .jinxuan-right-cont:nth-child(2n){
        margin-left: 0;
    }
   .seaOut,.home{
    padding: 4px;
    }

}

/*兼容iphone6，iphone7，iphone8s ：*/
@media (device-height:667px) and (-webkit-min-device-pixel-ratio:2){
    .map-content-top-phone,.map-bg-phone{
        height:840px!important;
    }
    .map-bg-phone{
        bottom: -0.1rem;
    }
    .mapPic,.box-body{
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
    }
}
/*兼容iphone6 Plus,iphone7 Plus,iphone8 Plus：*/
@media (device-height:736px) and (-webkit-min-device-pixel-ratio:2){
    .map-wrapper,.map-content-top-phone,.map-bg-phone{
        height:850px!important;
    }
    
    .map-head-phone{
        top:0.5rem;
    }
}

@media screen and (max-width:360px){
   
    .mapPic,.box-body{
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
  
}
@media screen and (max-width: 321px){
    .index_tpwh_link {
        width: 120px;
        padding: 0 0 0 10px;
    }
    .index_tpwh_link p {
        margin: 0 0 0 5px;
    }
    .map-wrapper,.map-content-top-phone,.map-bg-phone{
        height:810px!important;
    }
   
    .mapPic,.box-body{
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    .box-body span{
        width: 100%;
        padding-left: 10%;
    }
    .map-content-bottom{
        padding: 0 10px;
    }
    .mapPic,.box-body{
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

}