@charset "utf-8";
body,h1,h2,h3,h4,h5,h6,p,dl,dd,ul,ol,form,input{margin:0;padding:0}em,i,s{font-style:normal;text-transform:uppercase;}li{list-style:none}a,s,a:hover{text-decoration:none}img{border:0;vertical-align:top;}table{border-collapse:collapse;border-spacing:0}body,button,input,select,textarea{font:12px/1.5 'microsoft yahei',Tahoma,arial,'Hiragino Sans GB',\5b8b\4f53}input,textarea{resize:none;border:none;}a,a:focus{outline:none}.clearfix:after{content:'\20';display:block;height:0;clear:both}.clearfix{*zoom:1}.clear{display:block;height:0;clear:both;font-size:0;line-height:0;overflow:hidden}.noBg{background:none!important}.noBd{border:0!important}.noMg { margin: 0!important; }
input{-webkit-appearance:none}
/* 项目主体部分设置 */
body { background: #fff; color:#333;min-width: 320px; }
.fl{float: left !important;}
.fr{float: right !important;}
a { color:#333;text-decoration:none;transition: all 0.5s ease 0s;}
a:hover { color: #aa0120; }

.wrapper { position:relative; width:100%; margin:0 auto; overflow:hidden; }
.g-in { width:1200px; margin:0 auto; }.g-in:after{content:'\20';display:block;height:0;clear:both}.g-in{*zoom:1}

.header{background: #ffffff;width: 100%;height:91px;}
.header .h-t{background: #ffffff;width: 100%;position: fixed;top:0;z-index:18;}
.header .h-nav{margin-right: 20px;height: 91px;overflow: hidden;}
.header .h-nav ul li{width: 84px;line-height: 91px;text-align: center;float: left}
.header .h-nav ul li a{display: block;font-size: 14px;color: #333333;/*-webkit-transition:.4s;transition:.4s;margin-top:0px;overflow: hidden;*/}
.header .h-nav ul li.current a.nav1{color:#E32325;}
.header .h-nav ul li a.nav2{color:#E32325;}
.header .h-nav ul li:hover a.nav1,.header .h-nav ul li a.nav1.on{color:#E32325;font-weight: bold;}
/*.header .h-nav ul li:hover a.nav1{-webkit-transition:.4s;transition:.4s;margin-top:-91px;}*/

.header-main{
    width:1200px;
    margin:0 auto;
}

.footer{position: relative;background: #1d1d1d;z-index: 18}
.footer .f-t{padding:46px 0 54px;border-bottom: 1px solid #3d3d3d}
.footer .f-con{padding-top: 5px}
.footer .f-con-a{font-size: 28px;font-weight: bold;color: #ffffff}
.footer .f-con-a h3{font-size: 14px;color: #ffffff;font-weight: normal}
.footer .f-con-b{font-size: 14px;line-height: 40px;color: #ffffff}
.footer .f-con-b p{padding-left: 32px}
.footer .f-con-c{width: 322px;margin-top: 20px}
.footer .f-form-a input{width: 228px;padding:0 16px;line-height: 41px;height: 41px;font-size: 14px;outline: none}
.footer .f-form-b input{width: 62px;height: 41px;background: url(ico_07.png)no-repeat center;text-indent: -999999em;border: none;outline: none}
.footer .f-nav{width: 675px}
.footer .f-nav dl{float: left;text-align: left;margin-left: 52px}
.footer .f-nav dt{margin-bottom: 20px;}
.footer .f-nav dt a{font-size: 14px;color: #ffffff;display: block;padding: 5px 0}
.footer .f-nav dd a{font-size: 12px;color: #dddddd;line-height: 35px;display: block}
.footer .f-b{padding: 25px 0 27px}
.footer .fb-l {font-size: 12px;line-height: 24px;color: #767676;padding: 5px 0}
.footer .fb-l a{font-size: 12px;color: #767676}
.footer .f-code{padding: 2px;background: #ffffff;margin-right: 10px}
.footer .fb-rr{border-left: 1px solid #3d3d3d;padding: 7px 0 7px 9px;font-size: 12px;color: #646464;margin-top: 3px}

.livechat-girl .animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.livechat-girl {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: fixed;
    bottom: 40px;
    right: 68px;
    opacity: 0;
    -webkit-box-shadow: 0 5px 10px 0 rgba(35,50,56,0.3);
    box-shadow: 0 5px 10px 0 rgba(35,50,56,0.3);
    z-index: 700;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    cursor: pointer;
    -webkit-transition: all 1s cubic-bezier(0.86,0,0.07,1);
    transition: all 1s cubic-bezier(0.86,0,0.07,1)
}

.livechat-girl:focus {
    outline: 0
}

.livechat-girl.animated {
    opacity: 1;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px)
}

.livechat-girl:after {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-image: linear-gradient(to bottom,#ffd100,#ffd100);
    position: absolute;
    right: 5px;
    top: 1px;
    z-index: 99999
}

.livechat-girl .girl {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 50;
    border-radius: 100%
}

.livechat-girl .animated-circles .circle {
    background: rgba(0,87,255,0.25);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    z-index: 49;
    transform: scale(1);
    -webkit-transform: scale(1)
}

.livechat-girl .animated-circles.animated .c-1 {
    animation: 2000ms scaleToggleOne cubic-bezier(0.25,0.46,0.45,0.94) forwards
}

.livechat-girl .animated-circles.animated .c-2 {
    animation: 2500ms scaleToggleTwo cubic-bezier(0.25,0.46,0.45,0.94) forwards
}

.livechat-girl .animated-circles.animated .c-3 {
    animation: 3000ms scaleToggleThree cubic-bezier(0.25,0.46,0.45,0.94) forwards
}

.livechat-girl.animation-stopped .circle {
    opacity: 0 !important
}

.livechat-girl .livechat-hint {
    position: absolute;
    right: 10px;
    width: 0;
    top: 50%;
    margin-top: -20px;
    opacity: 0;
    z-index: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.86,0,0.07,1);
    transition: all 0.3s cubic-bezier(0.86,0,0.07,1);
    background-color: #0057ff;
    overflow: hidden;
}

.livechat-girl .livechat-hint.show_hint {
    opacity: 1;
    width: 208px;
    overflow: inherit;
    left: -218px;
}

.livechat-girl .livechat-hint.hide_hint {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.rd-notice-tooltip {
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    font-size: 14px;
    border-radius: 3px;
    line-height: 1.25;
    position: absolute;
    z-index: 65;
    max-width: 350px
}

.rd-notice-tooltip.thumb-heart-tooltip {
    z-index: 100;
    margin-top: 19px
}

.rd-notice-tooltip.thumb-heart-tooltip .rd-notice-content {
    padding: 10px 20px
}
.rd-notice-tooltip:before{ position: absolute;
    display: block;
    content: ''; top: 0;
    right: -20px;
    height: 100%;
    width: 30px;}
.rd-notice-tooltip:after {
    position: absolute;
    display: block;
    content: '';
    height: 20px;
    width: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 50;
    top: 10px;
    right: -6px;
    background-color: #0057ff;
}

.rd-notice-tooltip .rd-notice-content {
    background: 0;
    border-radius: 3px;
    width: 100%;
    color: #fff;
    position: relative;
    z-index: 60;
    padding: 20px;
    font-weight: 400;
    line-height: 1.45
}

.rd-notice-tooltip .rd-notice-content a {
    color: #fff;
    text-decoration: underline
}

.rd-notice-tooltip .arrow {
    display: none !important
}

.rd-notice-tooltip.alert.rd-closing {
    white-space: normal;
    text-align: left
}

.rd-notice-tooltip.alert.rd-closing .rd-notice-content {
    padding-right: 50px
}

.rd-notice-tooltip.single-line .rd-notice-content {
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    white-space: nowrap
}

@keyframes scaleToggleOne {
    from {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    50% {
        transform: scale(2);
        -webkit-transform: scale(2)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes scaleToggleTwo {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    20% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    60% {
        transform: scale(2);
        -webkit-transform: scale(2)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes scaleToggleThree {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    33% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    66% {
        transform: scale(2);
        -webkit-transform: scale(2)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}
@media (max-width: 1460px){
  .wrap{ width: 1200px;}
    .nav li{    padding: 0 19px;}
    .foot dl{width: 110px;}
    .foot-l{width: auto;margin-right: 50px;text-align: left;}
    }
  @media (max-width: 1000px){
        .headTel{float: left;}
      }


.web-header,.web-answer,.web-about,.web-banner,.web-tab,.web-news,.web-footer{display: none;}
@media screen and (max-width: 1200px) {
    .web-header,.web-answer,.web-about,.web-banner,.web-tab,.web-news,.web-footer{display: block;}
    .header,.footer,.banner,.container,.livechat-girl{display: none;}
    .wrapper{padding: 0 !important;position: inherit;
        width: 100%;
        margin: 0 auto;
        overflow: auto;}
    .web-header{width:100%;display: block;position: relative;}
    .web-header-logo{width:60%;max-width: 360px;float:left;display: inline-block;}
    .web-header-logo a,.web-header-logo a img{width: 100%;height:100%;display: block;}
    .web-nav-btn{width:50px;height:30px;float:right;display: block;padding-top:20px;}
    .web-nav-btn span{width:25px;height:2px;background:#000;margin:5px auto 0;display: block;}
    .web-nav{width:100%;display: block;position: absolute;z-index:9;background:#000;padding:20px 0;display: none;}
    .web-nav li{width: 100%;line-height:36px;font-size:16px;text-align: center;}
    .web-nav li a{color:#fff;display: block;}
    .web-banner{width:100%;position: relative;overflow: hidden;}
    .web-banner .bd{position:relative;   z-index:1;width: 100%; }
    .web-banner .bd img{vertical-align: bottom;width: 100%;}
    .web-banner .hd{ width:100%; left:50%; margin-left:-50%; position:absolute; bottom:10px; z-index:3; text-align:center;height: 5px;}
    .web-banner .hd ul{ display:inline-block;height: 5px}
    .web-banner .hd ul li{ width:20px; height:3px; background:#fff; margin:0 12px 0 0;  *display:block; display:inline-block; vertical-align:top; cursor:pointer; text-indent:999999em;list-style: none;border-radius: 10px;}
    .web-banner .hd ul .on{ background:#aa0120; }
    .web-tab{width:100%;}
    .web-tab ul{width:100%;display: block;}
    .web-tab li{width:19%;margin:3vw 3%;float:left;display: inline-block;}
    .web-tab li a{display: block;}
    .web-tab li a img{width:100%;display: block;}
    .web-tab li a p{width: 100%;font-size:16px;line-height:36px;text-align: center;color:#333;}
    .web-about{width:100%;padding:35px 0;background: -webkit-linear-gradient(bottom left, #fec494 , #fb5362); /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(bottom left, #fec494 , #fb5362); /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(bottom left, #fec494 , #fb5362); /* Firefox 3.6 - 15 */
        background: linear-gradient(to bottom left, #fec494 , #fb5362); /* 标准的语法 */}
    .web-about-title{width:100%;text-align: center;color:#fff;}
    .web-about-title h2{font-size:6vw;font-weight: normal;line-height: 9vw;}
    .web-about-title p{font-size:4vw;line-height: 6vw;}
    .web-about-tab,.web-about-tab ul{width:100%;display: block;}
    .web-about-tab{margin-top:30px;}
    .web-about-tab ul li{width: 36%;float:left;display: inline-block;border-right:1px solid #ddd;color:#fff;text-align: center;}
    .web-about-tab ul li:first-child{width:28%;}
    .web-about-tab ul li:last-child{width:35%;border-right: 0;}
    .web-about-tab ul li p{font-size:4vw;width: 100%;display: block;}
    .web-about-tab ul li p i{font-size:7vw;margin-right:5px;}
    .web-about-jpg{width:96%;margin:20px auto;display: block;}
    .web-about-text{width:96%;text-indent: 2rem;font-size:16px;line-height:30px;color:#fff;margin:0 auto;text-align:justify;}
    .web-news{width:100%;background:url("../image/new_bg.jpg") top center no-repeat;background-size: cover;padding:35px 0;}
    .web-news .web-about-title h2{color:#141414;}
    .web-news .web-about-title p{color:#666;}
    .web-news-list{width:96%;margin:20px auto;display: block;}
    .web-news-list li{padding:3%;background:#efefef;margin-bottom:15px;}
    .web-news-list li a{display: block;}
    .web-news-list li img{width:33%;float:left;margin-right:20px;display: inline-block;}
    .web-news-list li dt{font-size:3.75vw;line-height:10vw;color:#333;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
    .web-news-list li dd{font-size:2.8vw;line-height:5vw;color:#666;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
    .web-answer{width:96%;margin:0 auto;padding:35px 0;}
    .web-answer .web-about-title h2{color:#141414;}
    .web-answer .web-box, .web-answer .web-box-1 ul li{width:100%;}
    .web-answer .web-box-1 ul li p,.web-answer .web-box-1 ul li span,.web-answer .web-box-1 ul li img{width:78%;}
    .web-answer .web-box-1 ul li img{height: auto;display: block;}
    .web-answer .web-box-3 span{top:28vw;width:40px;height:40px;line-height: 40px;font-size:24px;}
    .web-box{margin: 30px 0 0;overflow: hidden;position: relative;}
    .web-box-1 ul{}
    .web-box-1 ul li{position: relative;overflow: hidden;}
    .web-box-1 ul li p{height:45px;background:#f9f9f9;margin:0 auto;box-shadow: 0 2px 5px #ddd;border-top-left-radius: 10px;border-top-right-radius: 10px;}
    .web-box-1 ul li span{height:30px;background:#fff;margin:0 auto;box-shadow: 0 2px 5px #ddd;display: block;margin:0 auto;}
    .web-box-1 ul li img{display:block;margin:0 auto;}
    .web-box-1 ul li h2{width:100%;text-align:center;font-size:25px;color:#333;text-overflow: ellipsis;overflow: hidden;
        white-space: nowrap;font-weight: normal;line-height: 30px;margin:30px auto 10px;}
    h3.web-answer-h3{width:100%;text-align:center;font-size:16px;color:#666;font-weight: normal;line-height: 30px;}

    .web-box-3 span{position: absolute;color: white;background: rgba(125,125,120,1);
        top:50%; font-family: "宋体";margin-top: -40px;
        text-align: center;cursor: pointer;border-radius: 50%;}
    .web-box-3 .web-prev{left: 0;}
    .web-box-3 .web-next{right: 0;}
    .web-box-3 span::selection{background: transparent;}
    .web-box-3 span:hover{background: rgba(125,125,120,.8);}

    .web-answer-img{width:61%;max-width:460px;margin:50px auto 20px;display: block;}
    .web-answer-form{width:96%;margin:0 auto;display: block;}
    .web-answer-form input,.web-answer-form textarea{width:90%;padding:0 5%;border:1px solid #a0a0a0;line-height: 10vw;display: block;color:#a8a8a8;font-size:4vw;margin-bottom:10px;}
    .web-submit{width: 100%;line-height: 10vw;color:#fff;text-align: center;background:#cc8d13;border:none;font-size:4vw;}
    .web-footer{width:100%;display: block;background:#fff;box-shadow: 0 2px 10px #aaa;margin-top:6vw;}
    .web-footer li{width:25%;float:left;display: inline-block;}
    .web-footer li a{display: block;color:#a7a7a7;}
    .web-footer li img{width:30%;margin:10px auto 0;display: block;}
    .web-footer li p{width: 100%;text-align: center;font-size:4vw;line-height:8vw;display: block;margin-left:0;}
    .web-footer li.on a{color:#df0000;}
    .web-fixed{position: fixed;bottom:0;}
    .web-none{opacity: 0;}
    .web-g-in{width:96% !important;margin:0 auto;}
    .web-g-in .web-article img{max-width: 100%;display: block;}
    .web-join-submit{width:100%;}
}
@media screen and (max-width: 420px){
    .web-tab li a p{font-size:3.6vw;}
}