﻿/*-----------------[初始化]--------------*/
*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
body{color: #333;font-size: 16px;line-height: 1.5;background-color: #ffffff; font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica",sans-serif;
     -webkit-text-size-adjust: 100% !important;  
        text-size-adjust: 100% !important;  
        -moz-text-size-adjust: 100% !important;  
}
img{max-width: 100%;}
a,img,button,input,textarea,div{-webkit-tap-highlight-color:rgba(255,255,255,0);}
input,textarea,select{font-size: 14px;color: #eb5962;font-family: 'Microsoft Yahei';outline: 0;border: none;}
input[type='submit'],input[type='reset'],input[type='button'],input[type='radio'],input[type='checkbox'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {display: none;}
input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999; }
::-ms-input-placeholder {color: #999;}


body>a { display: none;}


.ani{
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
a {color: #333;}

/*布局*/
.wp{margin: 0 auto;width: 100%;max-width: 1200px;}

/*******************************
  -------[=头部]-------
********************************/
body{padding-top: 90px;}
.header{
    position: fixed;
    height: 90px;
    top: 0;left: 0;
    right: 0;z-index: 999;
    background-color: #fff;
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.2);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.2);
    box-shadow: 0px 0px 10px rgba(0,0,0,.2);
}
.header .wp{
    height: 100%;
    position: relative;
}
.header .logo{
    float: left;
    height: 100%;
    line-height: 90px;
    margin-left: 50px;
}
.header .logo img{
    height: 48px;
    display: inline-block;
    vertical-align: middle;
}
.header .hdr{
    float: right;
    height: 100%;
    margin-right: 50px;
}
.nav{float: right;}
.nav li{
    float: left;
    height: 100%;
    font-size: 16px;
}
.nav li .v1{
    position: relative;
    display: block;
    height: 100%;
    line-height: 89px;
    color: #333;
    padding: 0 20px;
}
.nav .sub { width: 1000px;margin: 0 auto;}
.nav li .v1:after{
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 0;
    content: '';
    height: 13px;
    width: 1px;
    background-color: #e5e5e5;
}
.nav li:last-child .v1:after{display: none;}
.nav li .v1:hover{color: #e84044;}
.nav li.on .v1{
    color: #e84044;
    border-bottom: 1px solid #e84044;
}
.header .a-shop{
    float: left;
    display: block;
    position: relative;
    height: 100%;
    line-height: 89px;
    font-size: 14px;
    color: #666;
    padding: 0 20px;
    cursor: pointer;
}
.header .a-shop .shop-box{
    display: none;
    position: absolute;
    top: 100%;left: 0;
    right: 0;z-index: 99;
    border: 1px solid #eee;
    background-color: #fff;
}
.header .a-shop .shop-box .tr1{
    display: block;
    text-align: center;
    height: 58px;
    line-height: 58px;
    font-size: 12px;
    color: #666;
    padding: 0 15px;
}
.header .a-shop .shop-box .tr1 span{
    display: block;
    padding-left: 10px;
}
.header .a-shop .shop-box .tr1.tm span{
   /* background: url(img/ico-tm.png) 15px center no-repeat;*/
    border-bottom: 1px solid #d2d2d2;
}
.header .a-shop .shop-box .tr1.jd span{
    /*background: url(img/ico-jd.png) 15px center no-repeat;*/
}
.header .a-shop .shop-box .tr1.tm:hover span{
    color: #e84044;
   /* background: url(img/ico-tm1.png) 15px center no-repeat;*/
}
.header .a-shop .shop-box .tr1.jd:hover span{
    color: #e84044;
  /*  background: url(img/ico-jd1.png) 15px center no-repeat;*/
}
.header .a-shop .sp1{
    padding-left: 27px;
    height: 18px;
    line-height: 18px;
    background: url(img/ico-shop.png) left center no-repeat;
    background-size: auto 16px;
}
.header .a-shop:hover .sp1{
    color: #e84044;
    background: url(img/ico-shop1.png) left center no-repeat;
    background-size: auto 16px;
}
.header .so-btn{
    float: left;
    margin-left: 10px;
    margin-top: 36px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url(img/so-btn.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.header .so-box{
    display: none;
    position: absolute;
    top: 110%; 
    left: 0;right: 0;
    font-size: 14px;
    color: #333;
    height: 45px;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.header .so-box .txt{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 56px 0 49px;
    height: 45px;
}
.header .so-box .txt::-webkit-input-placeholder {color: #333;}
.header .so-box .txt::-moz-placeholder {color: #333; }
.header .so-box .txt::-ms-input-placeholder {color: #333;}
.header .so-box .close{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 56px;
    cursor: pointer;
    background: url(img/close1.png) center center no-repeat;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.header .so-box .btn{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 37px;
    cursor: pointer;
    background: url(img/so-btn2.png) right center no-repeat;
}
.header .so-box .close:hover{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.header .so-btn-m {
    display: none;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 13px;
    right: 5px;
    background: url(img/so-btn1.png) center center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.header .nav-sub,.header .nav-sub2{
    display: none;
    position: absolute;
    top: 101%;
    left: 0;right: 0;
    background-color: #fff;
    z-index: 99;
    overflow: hidden;
    padding: 50px 95px 50px;
    border-bottom: 2px solid #e84044;
    font-size: 14px;
    color: #333;
}
.header .nav-sub2 {
    padding: 30px 100px;
}

.header .nav-sub2 dl {
    float: right;
    margin-right: 135px;

}

.header .nav-sub2 dl dd {
    float: left;
    margin: 0 35px;
    font-size: 14px;
    color: #666;
    line-height: 2.07em;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.header .nav-sub dl{
    float: left;
    width: 155px;
}
.header .nav-sub dt{
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.header .nav-sub dd{
    font-size: 14px;
    color: #666;
    line-height: 2.07em;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.header .nav-sub dd a,.header .nav-sub2 dd a{
    display: inline-block;
    color: #666;
    font-size: 14px;
    padding-left: 16px;
    background: url(img/ico-sl22.png) left center no-repeat;
}
.header .nav-sub dd a:hover,.header .nav-sub2 dd a:hover{
    color: #e84044;
    background: url(img/ico-sl23.png) left center no-repeat;
}
.header .nav-sub .pic{
    float: right;
    width: 390px;
}
.header .nav-sub .pic img{
    display: block;
    width: 100%;
}

/*******************************
    -------[=导航]-------
********************************/
.menuBtn {
    position: fixed;top: 15px;
    right: 15px;width: 28px;height: 20px;
    display: none;cursor: pointer;z-index: 1000;
}
.menuBtn em {margin-bottom: 6px;display: block;height: 3px;background-color: #231c1c;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
}
.menuBtn.on em {display: none;margin: -2px 0 0; position: absolute;top: 50%;width: 30px;}
.menuBtn.on em:first-child {display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.on em:last-child {display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);}
#aside {
    display: none;
    position: fixed;
    top: 50px;left: 0;right: 0;
    background-color: #fff;
    z-index: 110;
    border-top: 2px solid #e9e9e9;
    -moz-box-shadow:0px 2px 5px rgba(0,0,0,.1); 
    -webkit-box-shadow:0px 2px 5px rgba(0,0,0,.1); 
    box-shadow:0px 2px 5px rgba(0,0,0,.1);
}
#aside .menu {}
#aside .menu li{
    font-size: 16px;
}
#aside .menu li a{
    display: block;
    color: #888;
    height: 50px;
    line-height: 49px;
    border-bottom: 1px solid #ebebeb;
    white-space: nowrap;overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
#aside .menu li > a{
    color: #353535;
    padding: 0 10px;
}
#aside .menu li.h-sub > a{
    background: url(img/icon-close.png) 95% center no-repeat;
    background-size: auto 14px;
}
#aside .menu li.h-sub.open > a{
    background: url(img/icon-open.png) 95% center no-repeat;
    background-size: 14px auto;
}
#aside .menu li a:hover{color: #e84044;}
#aside .sub-nav{display: none;}
#aside .sub-nav dd{padding-left: 10px;font-size: 14px;}


#aside .lg{
    padding: 10px 0 30px;
    text-align: center;
}
#aside .lg a{
    display: inline-block;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    margin: 0 10px;
    color: #353535;
    border-bottom: 1px solid #353535;
}
#aside .lg a.on{
    color: #e84044;
    border-bottom: 1px solid #e84044;
}

/*******************************
  -------[=底部]-------
********************************/
.footer .ft-t{
    padding-top: 50px;
    color: #fff;
    background-color: #2d2d2d;
}
.footer .ft-t .logo{margin-bottom: 20px;}
.footer .ft-t .logo a:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.footer .ft-t .col-l{
    width: 21%;
    font-size: 14px;
    color: #dadada;
    min-height: 144px;
    background: url(img/bg01.png) right top repeat-y;
}
.footer .ft-t .col-l .tel{
    font-size: 36px;
    color: #fff;
    line-height: 1em;
    font-weight: lighter;
    margin: 5px 0 16px;
}
.footer .ft-t .col-l .m-tel2{display: none;}
.footer .ft-t .col-l .help{
    display: block;
    width: 240px;
    line-height: 32px;
    text-align: center;
    font-size: 12px;
    color: #fefefe;
    border-radius: 2px;
    border: 1px solid #fff;
    margin-top: 16px;
    white-space: nowrap;    
    overflow: hidden;
}
.footer .ft-t .col-l .help span{
    text-align: left;
    display: inline-block;
 /*   padding-left: 30px;
    background: url(img/help.png) left center no-repeat;
    background-size: 15px auto;*/
}
.footer .ft-t .col-l .help:hover{
    color: #e84044;
    border-color: #e84044;
}
/*.footer .ft-t .col-l .help:hover span{
    background: url(img/help1.png) left center no-repeat;
    background-size: 15px auto;
}*/
.footer .ft-t .col-r{
    width: 79%;
    overflow: hidden;
}
.footer .ft-t .col-r dl{
    float: left;
    width: 20%;
    padding-left: 50px;
}
.footer .ft-t .col-r dl:last-child{
    float: right;
    width: auto;
    padding-left: 0;
}
.footer .ft-t .col-r dt{
    font-size: 22px;
    margin-bottom: 13px;
    font-weight: normal;
}
.footer .ft-t .col-r dd a{
    display: block;
    font-size: 16px;
    line-height: 2.5em;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
}
.footer .ft-t .col-r dd a:hover{color: #e84044;}
.footer .ft-t .about{
    position: relative;
    text-align: center;
    padding: 30px 0 30px 0;
}
.footer .ft-t .about .tit{
    font-size: 16px;
    overflow: hidden;
    /*margin-bottom: 30px;*/
}
.footer .ft-t .about .subtit{display: none;font-size: 12px;}
.footer .ft-t .about .tit p{
    display: inline-block;
    position: relative;
    font-size: 12px;
}
.footer .ft-t .about .tit p:after,
.footer .ft-t .about .tit p:before{
    position: absolute;
    content: '';
    width: 600px;
    height: 1px;
    top: 50%;
    background-color: #fff;
}
.footer .ft-t .about .tit p:after{right: -618px;}
.footer .ft-t .about .tit p:before{left: -618px;}
.footer .ft-t .about .weixin,.footer .ft-t .about .weibo{
    display: inline-block;
    vertical-align: middle;
    width: 30px;height: 30px;
    /*margin: 0 10px;*/
}
.footer .ft-t .about .weixin{
    background: url(img/weixin.png) 0 0 no-repeat;
    background-size: 100% 100%;
    margin-left: 10px;
}
.footer .ft-t .about .weibo{
    background: url(img/weibo.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.footer .ft-t .about .weixin:hover{
    background: url(img/weixin1.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.footer .ft-t .about .weibo:hover{
    background: url(img/weibo1.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.pop_weixin{
    position: absolute;
    top: -100px;left: 54.3%;
    z-index: 10;
    width: 120px;padding: 1px;
    margin-left: -95px;
    border: 1px solid rgba(0,0,0,.3);
    box-shadow: 0 3px 7px rgba(0,0,0,.3);
    border-radius: 6px;background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.pop_weixin:after{
    position: absolute;
    content: '';
    bottom: -9px;
    left: 50%;
    margin-left: -7px;
    width: 14px;
    height: 9px;
    background: url(img/arrow01.png) 0 0 no-repeat;
    background-size: 100% 100%;

}
.pop_weixin img{
    display: block;
    width: 100%;
}

/*.footer .ft-t .about .weixin:hover  .pop_weixin{
    opacity: 1;
    visibility: visible;
}*/

.footer .ft-b{
    padding: 15px 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: #151515;
}
.footer .ft-b a{color: #fff;}
.footer .ft-b a:hover{color: #e84044;}
/*******************************
    -------[=内页banner]-------
********************************/
.ban-inner{
    position: relative;
    height: 540px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.ban-inner .txt{
    position: absolute;
    left: 0;right: 0;
    top: 43%;
    text-align: center;
    font-size: 38px;
    color: #f5f5f5;
    line-height: 2.4em;
    font-weight: lighter;
    text-shadow: 2px 3px 4px #505050
}
.ban-inner .txt em{
    display: block;
    font-size: 18px;
    line-height: 1.4em;
}
.ban-inner .txt.style2{
    text-shadow: 5px 5px 20px rgba(0,0,0,.3);
}
.ban-inner .txt.style2 em.e1:before{
    content: '';
    display: block;
    margin: 12px auto 20px;
    width: 15px;
    height: 1px;
    background-color: #fff;
}

/*******************************
    -------[=公用]-------
********************************/
.bg-white{background-color: #fff;}
.cur{
    font-size: 16px;
    height: 82px;
    background-color: #fff;
}
.cur .tit{
    display: none;
    height: 40px;
    line-height: 39px;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #e8303f;
    background: url(img/icon-close.png) right center no-repeat;
    background-size: auto 15px;
}
.cur.open .tit{
    background: url(img/icon-open.png) right center no-repeat;
    background-size: 15px auto;
}
.cur .wp{
    height: 100%;
    white-space: nowrap;
    border-bottom: 1px solid #e5e5e5;
}
.cur a{
    display: inline-block;
    color: #666;
    padding: 0 15px;
    margin-right: 70px;
    line-height: 80px;
}
.cur a:hover{color: #e8303f;}
.cur a.on{color: #e8303f;border-bottom: 1px solid #e8303f;}

.g-tit1{
    position: relative;
    font-size: 24px;
    color: #333;
    text-align: center;
    padding-top: 42px;
    margin-bottom: 20px;
}
.g-tit1:after{
    position: absolute;
    content: '';
    bottom: -18px;
    left: 50%;
    margin-left: -13px;
    width: 25px;
    height: 1px;
    background-color: #333;
}


/*
-----------------[视频弹窗]--------------*/

.m-pop{
    position: fixed;
    left: 0;
    top: -120%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0,0,0,.6);
}
.m-pop.open{top: 0;}
.m-pop .box{
    position: absolute;
    width: 800px;
    left: 50%;top: 45%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.m-pop .box video{width: 100%;}
.m-pop .box .close{
    position: absolute;
    left: 50%;
    bottom: -65px;
    margin-left: -22.5px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    background: url(img/close.png) 0 0 no-repeat;
}
.m-pop .box .close:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

@media only screen and (min-width: 769px){
    .footer .ft-t .about .weixin1,.footer .ft-t .about .weibo1 { display: none;}
}


.pagelist{ text-align:center; padding-top:20px; margin-right:20px;}
.pagelist li{display:inline-block;border:solid 1px #e5e5e5;margin-right:2px;}
.pagelist li{*display:inline;}
.pagelist a{display:inline-block;padding:4px 12px;color:#666;background:#fff;text-decoration:none;}
.pagelist li a:hover{background:#e5e5e5}
.pagelist li.on a{background:#fff;color:#e84044;}


/*专题页面标题*/
.g-tit-special-1 {padding-bottom: 48px;}
.g-tit-special-1 .d1 {position: relative;font-size: 48px;font-weight: lighter;}
.g-tit-special-1 .d1:after {position: absolute;bottom: -16px;display: block;width: 26px;height: 1px;content: '';}
.g-tit-special-1 .d2 {position: relative;font-size: 18px;}
.g-tit-special-1 .d2:after {position: absolute;display: block;width: 26px;height: 1px;content: '';}
.g-tit-special-1.t1 .d1 {color: #1e1e1e;}
.g-tit-special-1.t1 .d2 {color: #333;}
.g-tit-special-1.t1 .d1:after {background-color: #1e1e1e;}
.g-tit-special-1.t1 .d2:after {bottom: -18px;background-color: #1e1e1e;}
.g-tit-special-1.t2 .d1 {color: #fff;}
.g-tit-special-1.t2 .d2 {color: #fff;}
.g-tit-special-1.t2 .d1:after {background-color: #fff;}
.g-tit-special-1.t2 .d2:after {bottom: -28px;background-color: #fff;}
.g-tit-special-1.t1.center .d1 {text-align: center;}
.g-tit-special-1.t1.center .d2 {text-align: center;}
.g-tit-special-1.t2.center .d1 {text-align: center;}
.g-tit-special-1.t2.center .d2 {text-align: center;}
.g-tit-special-1.t1.center .d1:after {left: 50%;margin-left: -13px;}
.g-tit-special-1.t1.center .d2:after {left: 50%;margin-left: -13px;}
.g-tit-special-1.t2.center .d1:after {left: 50%;margin-left: -13px;}
.g-tit-special-1.t2.center .d2:after {left: 50%;margin-left: -13px;}
/*闪烁点*/
.box-special .dots {display: inline-block;width: 20px;height: 20px;background-image: url(img/ico-sp-1.png);cursor: pointer;
    -webkit-animation: scale 2s ease-in-out infinite;
    -o-animation: scale 2s ease-in-out infinite;
    animation: scale 2s ease-in-out infinite;
}
@-webkit-keyframes scale{
    0%{
        -o-transform: scale(.6);
        -ms-transform: scale(.6);
        -moz-transform: scale(.6);
        -webkit-transform: scale(.6);
        transform: scale(.6);
    }
    50%{
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100%{
        -o-transform: scale(.6);
        -ms-transform: scale(.6);
        -moz-transform: scale(.6);
        -webkit-transform: scale(.6);
        transform: scale(.6);
    }
}
@keyframes scale{
    0%{
        -o-transform: scale(.6);
        -ms-transform: scale(.6);
        -moz-transform: scale(.6);
        -webkit-transform: scale(.6);
        transform: scale(.6);
    }
    50%{
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100%{
        -o-transform: scale(.6);
        -ms-transform: scale(.6);
        -moz-transform: scale(.6);
        -webkit-transform: scale(.6);
        transform: scale(.6);
    }
}



/*
-----------------[地图分布]--------------*/
.section-19{
    padding: 90px 0 40px;
    background: #fff url(img/imgp-spec-2.png) 0 95% no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.section-19 .g-tit-special-1.t1 .d1:after{display: none;}

.m-map1{
    position: relative;
}
.m-map1 .box{
    position: relative;
    width: 67%;
}
.m-map1 .box > img{
    display: block;
}
.m-map1 .box .mk{
    position: absolute;
    z-index: 3;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}
.section-19{padding-bottom: 30px;}
.section-19 .dots{
    margin-right: 5px;
    vertical-align: middle;
    background-image: url(img/ico-sp-1-gray.png);
}
.m-map1 .box .mk.on .dots{
    background-image: url(img/ico-sp-1.png);
}
.m-map1 .box .m1{
    right: 16%;
    top: 75%;
}
.m-map1 .box .m2{
    right: 25%;
    top: 83%;
}
.m-map1 .box .m3{
 right: 21%;
    top: 70%;
}
.m-map1 .box .m4{
    right: 27%;
    top: 70%;
}
.m-map1 .box .m5{
    right: 13%;
    top: 66%;
}
.m-map1 .box .m6{
    right: 18%;
    top: 60%;
}
.m-map1 .box .m7{
    right: 38%;
    top: 73%;
}
.m-map1 .box .m8{
    right: 45%;
    top: 63%;
}
.m-map1 .box .m9{
    right: 47%;
    top: 79%;
}
.m-map1 .fixcont{
    position: absolute;
    top: 50%;
    right: 0%;
    z-index: 2;
    /*width: 430px;*/
    width: 32%;
    margin-top: -240px;
}
@media only screen and (max-width: 1399px) {
    .m-map1 .fixcont{right: 1%;}
}
.m-map1 .fixcont .con{
    padding: 10px 0;
    height: 480px;
    background-color: #fff;
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.2);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.2);
    box-shadow: 0px 0px 10px rgba(0,0,0,.2);
}
.m-map1 .fixcont .con .pic{
    float: left;
    width: 65px;
    height: 65px;
}
.m-map1 .fixcont .con .pic img{
    display: block;
    width: 100%;
    height: 100%;
}
.m-map1 .fixcont .con .txt{
    font-size: 16px;
    color: #666;
    margin-left: 85px;
}
.m-map1 .fixcont .con .txt .subtit{
    font-size: 18px;
    line-height: 1.4em;
    color: #000;
    padding: 2px 0 10px;
}
.m-map1 .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #eb5962!important;
}
.m-map1 .mCSB_container{padding: 20px;}
.m-map1 .mCSB_scrollTools{width: 6px;}

@media only screen and (min-width: 769px){
    .footer .ft-t .about .weixin1,.footer .ft-t .about .weibo1 { display: none;}
}




