*{
    padding: 0px;
    margin: 0px;
    font-family: "Microsoft YaHei" ! important;
}
a{
    text-decoration: none;
    color: #fff;
}
ul{
    list-style: none;
}
body{
    overflow:scroll;
    overflow-x:hidden;
}
.title_hover a:nth-child(2){
    color: #000;
}
.white{
    color: #fff !important;
}
.apply-btn{
    font-weight: 300;
    width: 156px;
    height: 42px;
    line-height: 42px;
    background: #Eb305b;
    color: #fff;
    font-size: 22px;
    position: absolute;
    text-align: center;
    left: 50%;
    bottom: 54px;
    margin-left: -78px;
    z-index: 10;
}
.content{
    width: 100%;
    margin: 0 auto;
}
.swiper-slide img{
    height: 100% !important;
}
.part-box{
    width: 1200px;
    margin:0 auto;
}
.part-title{
    width: 100%;
    font-size: 30px;
    padding-top: 90px;
    padding-bottom: 80px;
    text-align: center;
    font-weight: 300;
    color: #333;
}
.part-title-sec{
    width: 100%;
    font-size: 30px;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
    font-weight: 300;
    color: #333;
}
.back-grey{
    background: #f5f6f7;
}
g-grey{
    background: #f7f8fa;
}
.color-line{
    height: 1px;
    margin: 0 auto;
    width: 36px;
    background: #ff4500;
}
/*顶部导航*/
.nav-top{
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 999;
    background: rgba(0,0,0,0);
    -webkit-transition: all 0.32s ease-in-out;
    -moz-transition: all 0.32s ease-in-out;
    -ms-transition: all 0.32s ease-in-out;
    -o-transition: all 0.32s ease-in-out;
    transition: all 0.32s ease-in-out;
}
.top-tel{
    width: 1200px;
    margin: 0 auto;
    height: 39px;
}
.top-tel img{
    vertical-align: middle;
    padding-right: 4px;
    margin-top: -2px;
}
.top-tel p{
    float: right;
    line-height: 38px;
    border-bottom: 1px solid #666;
    color: #fff;
}
.top-tel p span{
    color: #Eb305b;
    padding-left: 8px;
}
.nav-box{
    width: 1200px;
    height: 56px;
    margin: 0 auto;
    background: rgba(0,0,0,0);
}
.logo{
    float: left;
}
.logo img{
    vertical-align: middle;
    float: left;
    width: 120px;
    padding-top: 15px;
}
.logo p{
    float: left;
    line-height: 56px;
    color: #a3a4ac;
    padding-left: 12px;
}
.nav-box .first{
    float: right;
    margin-left: 66px;
}
.nav-box .first .first-list{
    float: left;
    height: 54px;
    line-height: 56px;
    margin: 0px 25px;
    position: relative;
}
.nav-box .first .first-list .first-link{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    display: block;
    line-height: 56px;
    vertical-align: bottom;
    padding-bottom: 12px;
}
.nav-box .first .first-list:hover{
    border-bottom: 2px solid #eb305b;
}
.nav-box .first .first-list:hover .second{
    display: block;
}
.second{
    display: none;
    position: absolute;
    text-align: center;
    width: 160px;
    padding: 12px 12px;
    left:-45px;
    border: 1px solid rgba(51,51,51,0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background:rgba(14,22,56,0.95);
}
.second .second-list{
    height: 32px;
    padding-bottom: 6px;
}
.second .second-list a{
    line-height: 32px !important;
    display: block;
    margin: 0 !important;
    font-size: 14px;
    color: rgba(255,255,255,0.8);
}
.nav-top .second .second-list:hover a{
    color: #Eb305b !important;
}
.tryout{
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 0px;
    background: #eb305b;
    color: #fff;
    float: right;
    margin-top: 14px;
    margin-left: 50px;
    font-size: 16px;
}
/*底部导航*/
.nav-bottom{
    width: 100%;
    background:url(../images/bottom-back.jpg) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.navb-box{
    width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
    height: 400px;
}
.navb-box ul{
    float:left;
    margin-right: 40px;
    width: 160px;
}
.navb-box ul:nth-child(4){
    width: 260px;
}
.navb-box ul:nth-child(4) li:last-child{
    margin-top: 40px;
    color: #ccc;
    width: 360px;
}
.navb-box ul:nth-child(4) li:first-child{
    width: 160px;
}
.navb-box ul:nth-child(4) li:nth-child(2){
    width: 360px;
}
.navb-box ul:nth-child(4) li:nth-child(3){
    width: 360px;
}
.navb-box ul li{
    font-size: 14px;
    padding-top: 18px;
    color: #E54032;
}
.navb-box ul li span{
    color: #E54032;
    padding-left: 10px;
}
.navb-box ul li a{
    color: #0693e3;
}
.navb-box ul li a:hover{
    color: #fff;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.navb-box ul li:first-child{
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    border-bottom:1px solid #fff;
}
.code-img{
    float: left;
    width: 300px;
    margin-top: 36px;
}
.code-img img{
    width: 146px;
    display: block;
    margin: 0 auto;
}
.code-img p{
    color: #0693e3;
    text-align: center;
    padding-top: 12px;
    font-size: 14px;
}
.copyright{
    height: 48px;
    width: 100%;
    line-height: 48px;
    color: #0693e3;
    font-size: 14px;
    text-align: center;
    background: #292c33;
}
.copyright img{
    vertical-align: middle;
    margin-top: -4px;
}
/*友情链接*/
.flink{
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
    font-size: 15px;
    over-flow: hidden;
    float: left;
}
.flink ul{
    width: 100%;
}
.flink ul li{
    float: left;
    line-height: 20px !important;
    padding: 0px 4px;
    border: none !important;
    opacity: 0.5;
}
.nav-icon{
    vertical-align: middle;
    padding-left: 10px;
}
.flink ul li:first-child{
    color: #ccc;
    font-size: 15px;
    opacity: 0.5;
}
.flink ul li a{
    padding: 0px 5px;
    color: #ccc;
    font-size: 15px;
    opacity: 0.5;
}
/*分页*/
.scv_listpages:after {
    content: "";
    display: block;
    clear: both;
}

.scv_listpages ul {
    float: right;
    padding: 24px 0px 12px 16px;
}

.scv_listpages ul li {
    float: left;
    font-family: Tahoma;
    line-height: 17px;
    margin-right: 6px;
}

.scv_listpages ul li a {
    float: left;
    color: #555;
    display: block;
}

.scv_listpages ul li a:hover {
    color: red;
    text-decoration: none;
}

.scv_listpages ul li.thisclass, .scv_listpages ul li.thisclass a, .pagebox ul li.thisclass a:hover {
    font-weight: bold;
}

.scv_listpages .pageinfo {
    line-height: 21px;
    padding: 12px 10px 12px 16px;
    color: #999;
}

.scv_listpages .pageinfo strong {
    color: #555;
    font-weight: normal;
    margin: 0px 2px;
}
/*在线客服*/
.drag-wrapper{
    position: fixed;
    width: 90%;
    top: 5%;
    left: 5%;
    height: 90%;
    pointer-events: none;
    z-index:999;
}
.drag-box{
    position: relative;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.holly-kefu{
    position: absolute;
    right: 0px;
    bottom:-16px;
    width: 320px;
    height: 480px;
    min-height:500px;
    z-index: 100;
    pointer-events: auto;
    display: none;
}
.open-kefu{
    box-shadow: 0 0 8px #aaaaaa;
    display: block !important;
    animation: showchatbox 1s;
    -moz-animation: showchatbox 1s;
    -ms-animation: showchatbox 1s;
    -webkit-animation: showchatbox 1s;
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.holly-kefu iframe{
    width: 100%;
    height: 100%;
    border: none;
    z-index: 100;
}
.move-kefu{
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: move;
    width: 85%;
    height: 60px;
}
.close-kefu{
    width:13px !important;
    height:13px !important;
    position: absolute;
    right: 9px;
    top: 22px;
    cursor: pointer;
    width: 14px;
}
.chatbtndes{
    position: absolute;
    left: -250%;
    width: 128px;
    pointer-events: none;
    font-weight: bold;
    text-align: left;
}
.chatdes1{
    top: 10%;
    height: 60px;
    opacity: 0;
    /*display: none;*/
}
.chatdes2{
    top: 60%;
    height: 40px;
    opacity: 0;
    /*display: none;*/
}
.chatbtndesp{
    z-index: -1;
    position: absolute;
    width: 110%;
    height: 100%;
    top: 0;
    left: -2%;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}
.nochatbtn:hover .chatdes1{
    opacity: 0.8;
    transition: opacity 0.5s;
    transition-delay: 1.5s;
    /*display: block;*/
}
.nochatbtn:hover .chatdes2{
    opacity: 0.8;
    transition: opacity 0.5s;
    /*display: block;*/
}
@keyframes showchatbox{
    0%{opacity: 0; }
    20%{opacity: 0; }
    100%{opacity: 1;}
}
@-moz-keyframes showchatbox{
    0%{opacity: 0; }
    20%{opacity: 0; }
    100%{opacity: 1;}
}
@-ms-keyframes showchatbox{
    0%{opacity: 0; }
    20%{opacity: 0; }
    100%{opacity: 1;}
}
@-webkit-keyframes showchatbox{
    0%{opacity: 0; }
    20%{opacity: 0; }
    100%{opacity: 1;}
}