﻿/*-----------------[初始化]--------------*/
*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: 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;}





.ani{
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}


/*布局*/
.wp{margin: 0 auto;width: 100%;max-width: 1200px;}

/*******************************
  -------[=头部]-------
********************************/


/*******************************
  -------[=底部]-------
********************************/
.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;}
/*******************************
  
    -------[=公用]-------
********************************/
.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;
}



/*专题页面标题*/
.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);
    }
}




@media only screen and (min-width: 769px){
    .footer .ft-t .about .weixin1,.footer .ft-t .about .weibo1 { display: none;}
}




