.f-left{
    float: left;
}
.f-right{
    float: right;
}
a{
    color: #555555;
}

.clear{ clear: both;}

.header-section{
    width: 100%;
    padding: 30px 0;
}
.header-section .container{
    position: relative;
}

.nav-wrapper{
    position: relative;
    float: left;
    margin-left: 28px;
    background: none;
    border: none;
}
.nav-wrapper li{
    float: left;
    height: 40px;
    line-height: 40px;
    margin: 0 12px;
}
.nav-wrapper li a{
    display: block;
    height: 36px;
    color: #333 !important;
}
.nav-wrapper li a:hover, .nav-wrapper li a.current{
    color: #e60314 !important;
    border-bottom: 4px solid #e60314;
}

.search-wrapper{
    width: 258px;
    height: 38px;
    margin-right: 44px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.search-wrapper input{
    float: left;
    width: 208px;
    height: 38px;
    line-height: 38px;
    padding: 0;
    border: none;
    font-size: 12px;
    color: #999;
    text-indent: 10px;
    border-radius: 5px;
}
.search-wrapper .btn{
    float: right;
    display: block;
    width: 50px;
    height: 38px;
    background: url(../images/search-btn.png) no-repeat center center;
}

.hotLine-wrapper{
    float: right;
    line-height: 40px;
    color: #e60314;
    font-size: 20px;
    background: url(../images/hot-line-icon.png) no-repeat left center;
    padding-left: 32px;
}

.banner-section{
    width: 100%;
    padding: 169px 0;
    background: url("../images/banner-bg.jpg") no-repeat;
    background-size: cover;
}
.banner-section h1{
    text-align: center;
    line-height: 50px;
    font-size: 46px;
    color: #fff;
    margin: 0;
}
.banner-section h1 strong{
    color: #e60314;
}
.banner-section p{
    line-height: 96px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 0;
}
.banner-section a.btn{
    display: block;
    margin: 26px auto 0;
    width: 200px;
    line-height: 50px;
    background-color: #e60314;
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 40px;
}

.diff-section{
    padding: 60px 0;
}
.title-wrapper{
    margin-bottom: 50px;
    text-align: center;
}
.title-wrapper h2{
    font-size: 36px;
    color: #000;
    margin: 0;
    line-height: 68px;
    font-weight: normal;
}
.title-wrapper p{
    font-size: 16px;
    color: #999;
    margin: 0;
    font-family: Arial;
    line-height: 36px;
}

.diff-content{
    width: 100%;
    overflow: hidden;
}
.diff-content li{
    width: 25%;
    float: left;
}
.diff-content li .icon{
    display: block;
    width: 140px;
    height: 140px;
    margin: 0 auto;
}
.diff-content li .icon img{
    width: 100%;
}
.diff-content li p{
    margin: 0;
    padding: 30px 0;
    line-height: 26px;
    font-size: 18px;
    text-align: center;
}

.more-btn{
    display: block;
    margin: 26px auto 0;
    width: 200px;
    line-height: 50px;
    background-color: #e60314;
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 40px;
}
.more-btn:hover{
    color: #fff;
}

.colla-section{
    padding: 60px 0;
    background: url(../images/collaborate-bg.jpg) no-repeat center center;
    background-size: cover;
}

.colla-content{
    width: 100%;
    overflow: hidden;
}
.colla-content ul{
    overflow: hidden;
    margin-left: -40px;
}
.colla-content li{
    float: left;
    width: 370px;
    height: 400px;
    margin-bottom: 30px;
    margin-left: 40px;
    background: #fff;
    border-radius: 5px;
}
.colla-content li img{
    width: 100%;
}
.colla-content li p{
    margin: 0;
    padding: 30px 48px;
    line-height: 30px;
    font-size: 16px;
    color: #666;
    text-align: center;
}

.about-section{
    padding: 60px 0;
}
.about-content{
    overflow: hidden;
}
.about-content img{
    width: 579px;
    margin-right: 50px;
}
.about-text h3{
    position: relative;
    height: 100px;
    line-height: 120px;
    margin: 0;
    overflow: hidden;
    font-size: 30px;
    font-weight: normal;
    color: #333;
}
.about-text h3 i{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 42px;
    height: 6px;
    background: #e60314;
}
.about-text p{
    line-height: 24px;
    color: #666;
    padding: 12px 0;
    margin: 0;
    text-align: justify;
}

.invest-section{
    padding:60px 0;
    background: url(../images//invest-bg.jpg) no-repeat center bottom #f8f9fa;

}
.invest-content{
    overflow: hidden;
}
.invest-content ul{
    margin-left: -32px;
}
.invest-content li{
    width: 275px;
    height: 350px;
    float: left;
    margin-bottom: 30px;
    margin-left: 32px;
    border-radius: 5px;
}
.invest-content li.item1{
    background: url(../images/investment-num1.png) no-repeat left bottom #fff;
}
.invest-content li.item2{
    background: url(../images/investment-num2.png) no-repeat left bottom #fff;
}
.invest-content li.item3{
    background: url(../images/investment-num3.png) no-repeat left bottom #fff;
}
.invest-content li.item4{
    background: url(../images/investment-num4.png) no-repeat left bottom #fff;
}
.invest-content li img{
    width: 100%;
}
.invest-content li p{
    margin: 0;
    padding-top: 26px;
    line-height: 28px;
    font-size: 16px;
    text-align: center;
    color: #666;
}

.data-section{
    padding: 60px 0;
    background: url(../images/data-bg.jpg) no-repeat center center;
    background-size: cover;
}

.title-wrapper1{
    margin-bottom: 50px;
    text-align: center;
}
.title-wrapper1 h2{
    font-size: 36px;
    color: #fff;
    margin: 0;
    line-height: 68px;
    font-weight: normal;
}
.title-wrapper1 p{
    position: relative;
    width: 270px;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    font-family: Arial;
    line-height: 36px;
}
.title-wrapper1 p i{
    position: absolute;
    top: 18px;
    width: 42px;
    height: 1px;
    background: #fff;
}
.title-wrapper1 p i.line-left{
    left: 0;
}
.title-wrapper1 p i.line-right{
    right: 0;
}

.data-content{
    width: 100%;
    overflow: hidden;
}
.data-content li{
    float: left;
    width: 20%;
    text-align: center;
    margin-bottom: 20px;
}
.data-content li strong{
    line-height: 48px;
    font-size: 48px;
    color: #fff;
    display: block;
    width: 100%;
}
.data-content li p{
    margin: 0;
    line-height: 58px;
    font-size: 16px;
    color: #fff;
}

.footer-section{
    background: #181818;
    padding: 20px 0 40px;
}

.sub-navs dl{
    float: left;
    width: 120px;
    margin: 0 0 0 30px;
}
.sub-navs dl dt{
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    color: #fff;
}
.sub-navs dl dd{
    line-height: 36px;
    color: #666;
    margin-left: 0;
}
.sub-navs dl dd a:hover{
    color: #fff;
}

.contact-line{
    width: 260px;
}
.contact-line p{
    color: #fff;
    margin: 0;
}
.contact-line p.text1{
    line-height: 38px;
    color: #007bff;
}
.contact-line p.text2{
    line-height: 34px;
    font-size: 24px;
}
.contact-line p.text1{
    line-height: 30px;
    font-size: 16px;
}
.contact-line a{
    display: block;
    width: 100%;
    line-height: 34px;
    box-sizing: border-box;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 16px;
}

.code-box{
    width: 192px;
    text-align: center;
    color: #fff;
    margin-right: 80px;
    padding-top: 20px;
}
.code-box img{
    display: block;
    width: 100%;
    margin: 0 auto 10px;
}


.service-box{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(30, 30, 30, 0.8);
    padding-top: 40px;
}
.service-box .container{
    position: relative;
}
.service-box .f-left{
    position: relative;
    height: 82px;
    margin-left: 60px;
    width: 577px;
}
.service-box .f-left img{
    position: absolute;
    left: 0;
    bottom: 0;
}
.form-box{
    width: 434px;
    height: 42px;
    margin-right: 60px;
}
.form-box .phone{
    width: 276px;
    height: 42px;
    line-height: 42px;
    background: url(../images/phone-icon.png) no-repeat 14px center #fff;
    padding: 0 0 0 38px;
    float: left;
    border: none;
    border-radius: 5px 0 0 5px;
}
.form-box .btn{
    float: right;
    width: 120px;
    height: 42px;
    border: none;
    border-radius: 0 5px 5px 0;
    background: #a58d70;
    color: #fff;
    font-size: 14px;
}

.close-btn{
    position: absolute;
    top: -30px;
    right: 10px;
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/service-close.png") no-repeat;
    cursor: pointer;
}

.animated {-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
@-webkit-keyframes zoomIn {from {opacity:0;-webkit-transform:scale3d(0.3,0.3,0.3);transform:scale3d(0.3,0.3,0.3);}
    50% {opacity:1;}
}
@keyframes zoomIn {from {opacity:0;-webkit-transform:scale3d(0.3,0.3,0.3);transform:scale3d(0.3,0.3,0.3);}
    50% {opacity:1;}
}
.zoomIn {-webkit-animation-name:zoomIn;animation-name:zoomIn;}
@keyframes bounceInDown {0%,60%,75%,90%,to {animation-timing-function:cubic-bezier(.215,.61,.355,1)}
    0% {opacity:0;transform:translate3d(0,-3000px,0)}
    60% {opacity:1;transform:translate3d(0,25px,0)}
    75% {transform:translate3d(0,-10px,0)}
    90% {transform:translate3d(0,5px,0)}
    to {transform:none}
}


.side-menu{ position: fixed; right: 10px; bottom: 140px; height: 400px; }
.side-menu p{ margin: 0;}
.side-menu .child{ width: 56px; height: 90px;background-color: #626262; color: #fff; font-size: 14px; text-align: center; margin-top: 10px; border-radius: 2px; cursor: pointer; }
.side-menu .side-kefu p{ color: #fff; }
.side-menu .side-back{ display: none; }
.side-menu .ico{ display: inline-block; width: 32px; height: 30px;margin: 10px 0 2px; }
.side-menu .side-tel .ico{ background:url(../images/ico-side-tel.png) no-repeat center center;  }
.side-menu .side-kefu .ico{ background:url(../images/ico-side-kefu.png) no-repeat center center; }
.side-menu .side-wx .ico{ background:url(../images/ico-side-wx.png) no-repeat center center;  }
.side-menu .side-back .ico{ background:url(../images/ico-side-back.png) no-repeat center center;  }
.side-menu .on{ color: #fff; background-color: #f03f0d; }
.side-menu .side-tel,.side-menu .side-wx{ position: relative; }
.side-menu .side-tel .tel-more{ display: none; position: absolute; top: 0; right: 55px; margin-right: 10px; width: 130px; height: 112px; border:1px solid #eee; background-color: #fff; color: #000; }
.side-menu .side-tel .p1{ padding: 10px 0; border-bottom: 1px solid #ddd; }
.side-menu .side-tel .p2{ padding: 14px 0; color: #f03f0d; }
.side-menu .side-tel .p2 i{ display: inline-block; width: 18px; height: 18px; vertical-align: text-bottom; margin-right: 6px; background:url(../images/ico-more-tel.png) no-repeat center center; }
.side-menu .side-tel .p3{ color: #f03f0d; font-size: 16px; font-weight: bold; font-style:oblique; }
.side-menu .side-wx .wx-code{ display: none; position: absolute; top: 0; right: 55px; margin-right: 10px; }

.side-menu .on .wx-code,.side-menu .on .tel-more{ display: block !important; }

.xcx-code{ position: fixed; left: 10px; bottom: 150px; width: 232px; height: 320px; background: url(/p/pt_style/images/activity/xcx-code.png);}
.xcx-code i.closeBtn{ position: absolute; top:8px; right: 8px; display: block; width: 16px; height: 16px; cursor: pointer; border: 1px solid #fff !important; border-radius:50% ; -webkit-border-radius:50% ; -moz-border-radius:50% ; -ms-border-radius:50% ; -o-border-radius:50% ; } 
.xcx-code i.closeBtn::before{content: "x";position: absolute;top: -3px;left: 4.5px;color: #fff; font-style: normal; font-weight: normal;}

.qihui-applet-wap{ display: none;}

.footer-wrapper{
    position: fixed;
    z-index: 99;
    bottom: 0;
    display: none;
    width: 100%;
    background-image: linear-gradient(180deg, #33A2FF 0%, #1769FF 100%);
}
.footer-wrapper a{
    flex: 1;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.footer-wrapper img{
    width: 22px;
    margin-right: 8px;
}