*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,body{
    height: 100%;
}

body{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

li{
    list-style: none;
}

/* IE处理 */
.ie-hide{
    display: block;
}

.ie-show{
    display: none;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
    padding: 0;
}

p{
    margin: 0;
}

a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    border: none;
    padding: 0;
    margin: 0;
}

ol, ul{
    margin: 0;
}
/* 
@font-face{
    font-family: ALBB;
    src : url(../font/ALIBABAPUHUITI-2-105-HEAVY.TTF);
}


@font-face{
    font-family: SourceHanSerifCN;
    src : url(../font/SourceHanSerifCN-Medium.otf);
} */
  
/* 头部
********************************************************* */
.header{
    width: 100%;
    height: 80px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1), #FFFFFF);
    box-shadow: 0px 2px 20px 0px rgba(1, 0, 26, 0.07);
    position: fixed;
    top: 0;
    z-index: 1;
}

.padding-l-4{
    padding-left: 40px;
}

.padding-r-4{
    padding-right: 40px;
}

.logo{
    margin-top: 19px;
    margin-left: 6px;
}

.logo span{
    line-height: 16px;
    display: inline-block;
    width: 10px;
    margin-left: 10px;
    font-size: 14px;
    font-family: SourceHanSerifCN;
    font-weight: 300;
    color: #333333;
}

.cut-off-rule{
    margin: 0 14px;
    width: 1px;
    height: 30px;
    background: #CCCCCC;
}

.logo-text{
    font-size: 24px;
    font-family: SourceHanSerifCN;
    font-weight: 500;
    color: #333333;
}

.nav-bar{
    height: 80px;
}

.nav-item{
    height: 80px;
    line-height: 80px;
}

.nav-item>li{
    height: 100%;
    float: left;
}

.nav-item>li a{
    padding: 0 20px;
    border-right: 1px solid #DBDBDB;
}

.nav-item>li:last-child a{
    border-right: 0;
}

.home-hint{
    margin-bottom: -2px;
    margin-right: 5px;
}


.more{
    width: 30px;
    height: 30px;
    float: right;   
    background: url(../images/more.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    margin-top: 26px;
}

.experience{
    width: 110px;
    height: 40px;
    background: #F96D00;
    box-shadow: 0px 2px 15px 0px rgba(249, 109, 0, 0.25);
    border-radius: 15px 4px 15px 4px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    margin-left: 38px;
    margin-top: 20px;
}

.mores{
    background: url(../images/mores.png) no-repeat center center;
}

.mores-show{
    display: none;
    position: absolute;
    top: 80px;
    z-index: 2;
    left: 0;
    right: 0;
}

.mores-show li{
    border-bottom: 1px solid #eee;
    line-height: 40px;
    color: #666;
    cursor: pointer;
    padding-left: 10px;
    background-color: #fff;
    position: relative;
}

.mini-pull{
    display: none;
}
.mores-show li a{
    display: inline-block;
    width: 100%;
}

.nav-item .index-home{
    padding-left: 10px;
}

.nav-item-active .nav-item-hint{
   width: 100%;
}

.nav-item-active a{
    color: #F96D00;
}
/* banner
********************************************************* */
.banner{
    width: 100%;
    height: 380px;
    background: url(../images/banner-6.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.banner p{
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 10px;
    margin-top: 109px;
}

.banner span{
    font-size: 15px;
    font-family: MicrosoftYaHeiLight;
    font-weight: 300;
    color: #FFFFFF;
}

.banner .type-area{
    margin-top: 105px;
}

/* 导航
********************************************************* */
.nav-bar-bottom{
    height: 77px;
    background: #F9FAFC;
    line-height: 75px;
}

.nav-bar-bottom .type-area .path-box{
    float: left;
}

.nav-bar-bottom .type-area .tab-box{
    float: right;
}

.nav-bar-bottom .path-box div{
    float: left;
}

.path-box a{
    color: #666666;
    font-size: 14px;
}

.nav-bar-bottom .tab-box div{
    float: left;
}

.path{
    cursor: pointer;
    float: left;
}

.path-icon{
    width: 18px;
    margin-top: 28px;
    float: left;
}

.path-text{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin: 0 6px;
} 

/* 当前的路径 */
.tab-item{
    margin-left: 66px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    cursor: pointer;
}
.tab-box .tab-active{
    color: #F96D00;
    font-weight: bold;
    border-bottom: 2px solid #f86d00;
    position: relative;
}

.tab-box-hint{
    display: none;
}

.tab-active .tab-box-hint{
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #f86d00;
}

.tab-box-hint-con{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #fff;
}

.tab-box-hint{
    display: none;
}

.tab-active .tab-box-hint{
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #f86d00;
}

.tab-box-hint-con{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #fff;
}
/* 导航栏 */
.nav-item li{
    position: relative;
}

.nav-item-hint{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: -webkit-gradient(linear, left top, right top, from(#f86d00), to(rgba(249, 109, 0, .5)));
    background-image: linear-gradient(
90deg, #f86d00 0%, rgba(249, 109, 0, .5) 100%);
    bottom: 0;
    left: 0;
    position: absolute;
    -webkit-transition: width 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: width 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 4px;
    width: 0;
}

.nav-item li:hover a{
    color: #F96D00;
}

.nav-item li:hover .nav-item-hint{
    width: 100%;
}

/* 下拉 */
.pull-downs{
    height: 300px;
    background: #FFFFFF;
    opacity: 0.94;
    margin-left: -15px;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    display: none;
    box-shadow: 0px 2px 20px 0px rgba(1, 0, 26, 0.07);
}

.nav-item-li{
    position: relative;
}

.pull-ul{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center;
    line-height: 1;
    display: none;
    /* background: #FFFFFF; */
    box-shadow: 0px 2px 20px 0px rgba(1, 0, 26, 0.07);
}

.pull-con{
    background-color: #fff;
    padding-bottom: 20px;
}

.pull-li{
    padding-top: 20px;
    cursor: pointer;
}

.pull-li:hover{
    color: #F96D00;
}

.pull-li-click{
    color: #F96D00;
}

/* 主体 */
.main{
    padding-bottom: 80px;
}


.m-swiper-2{
    display: block;
}

.main-title{
    width: 1550px;
    float: right;
    height: 92px;
    border-left: 4px solid #F96D00;
    padding-left: 18px;
    background-color: #F9FAFC;
    background: url(../images/bj-dot.png);
    margin: 50px 0 40px 0;
}

.tabs-item{
    overflow: hidden;
    opacity: 1;
    transition: all .5s;
}

.h-0{
    height: 0;
    opacity: 0;
}


.main-title p{
    width: 150px;
    height: 35px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-bottom: 11px;
    margin-top: 8px;
}

.main-title span{
    width: 228px;
    height: 24px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #E6EBF1;
}

/* 轮播 */
.m-swiper{
    width: 100%;
    height: 594px;
    position: relative;
    margin-top: 182px;
}

.m-swiper-row{
    float: left;
}

.m-swiper-row-1{
    width: 49.5%;
    margin-right: 10px;
}

.m-swiper-row-2{
    width: 49%;
}
/* 工作环境 */
.m-swiper-1{
    width: 100%;
    height: 594px;
    background: url(../images/m-swiper-1.jpg) no-repeat center center;
    background-size: cover;
}

.m-swiper-2{
    width: 100%;
    height: 292px;
    margin-bottom: 10px;
    background: url(../images/m-swiper-2.jpg) no-repeat center center;
    background-size: cover;
}

.m-swiper-3{
    width: 100%;
    height: 292px;
    background: url(../images/m-swiper-3.jpg) no-repeat center center;
    background-size: cover;
}

.m-swiper-1-2{
    background: url(../images/m-swiper-1-2.png) no-repeat center center;
    background-size: cover;
}

.m-swiper-1-3{
    background: url(../images/m-swiper-1-3.png) no-repeat center center;
    background-size: cover;
}

.m-swiper-1-4{
    background: url(../images/m-swiper-1-4.png) no-repeat center center;
    background-size: cover;
}

.m-swiper-1-5{
    background: url(../images/m-swiper-1-5.png) no-repeat center center;
    background-size: cover;
}

.m-swiper-1-6{
    background: url(../images/m-swiper-1-6.png) no-repeat center center;
    background-size: cover;
}

.m-swiper-1-7{
    background: url(../images/m-swiper-1-7.png) no-repeat center center;
    background-size: cover;
}
/* 员工风采 */
.m-swiper-4{
    background: url(../images/m-swiper-4.jpg) no-repeat center center;
    background-size: cover;
}

.m-swiper-5{
    background: url(../images/m-swiper-5.jpg) no-repeat center center;
    background-size: cover;
}

.m-swiper-6{
    background: url(../images/m-swiper-6.jpg) no-repeat center center;
    background-size: cover;
}

.m-swiper-4-4{
    background: url(../images/m-swiper-4-4.jpg) no-repeat center center;
    background-size: cover;
}

.m-swiper-5-5{
    background: url(../images/m-swiper-5-5.jpg) no-repeat center center;
    background-size: cover;
}

.m-swiper-6-6{
    background: url(../images/m-swiper-7-7.jpg) no-repeat center center;
    background-size: cover;
}

.m-swiper-8-8{
    background: url(../images/m-swiper-8-8.jpg) no-repeat center center;
    background-size: cover;
}

.m-swiper-9-9{
    background: url(../images/m-swiper-9-9.jpg) no-repeat center center;
    background-size: cover;
}

.m-swiper-10-10{
    background: url(../images/m-swiper-10-10.jpg) no-repeat center center;
    background-size: cover;
}

.m-swiper-11-11{
    background: url(../images/m-swiper-11-11.jpg) no-repeat center center;
    background-size: cover;
}

.m-swiper-12-12{
    background: url(../images/m-swiper-12-12.jpg) no-repeat center center;
    background-size: cover;
}

.m-swiper-13-13{
    background: url(../images/m-swiper-13-13.jpg) no-repeat center center;
    background-size: cover;
}



.m-prev,
.m-prev2,
.m-next2,
.m-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 39px;
    height: 39px;
    background: url(../images/m-swiper-icon.png) no-repeat center center;
    background-size: cover;
}

.m-prev,
.m-prev2{
    left: -70px;
    border-radius: 50%;
}

.m-next,
.m-next2{
    right: -62px;
    transform: translateY(-50%) rotate(180deg);
    border-radius: 50%;
}

.m-prev:hover,
.m-prev2:hover,
.m-next2:hover,
.m-next:hover{
    background: url(../images/m-swiper-icons.png) no-repeat center center;

}

.welfare{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-bottom: 76px;
}

/* 福利块 */
.welfare-box>div{
    float: left;
}

.welfare-item{
    width: 300px;
    height: 200px;
    padding: 0 26px;
    position: relative;
}

.welfare-item::before {
	content:
		'';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
    background: linear-gradient(90deg, #FFC598, #FFEADA);
	opacity: 0;
	transition: opacity .5s;
	z-index: -1;
}

.welfare-icon{
    display: block;
    width: 69px;
    height: 80px;
    margin: 38px auto 20px;
}

.welfare-explain{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-bottom: 15px;
}

.welfare-info{
    display: block;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 15px;
    opacity: 0;
	transition: opacity .5s;
}

.welfare-item:hover::before{
    opacity: 1;
}

.welfare-item:hover .welfare-info{
    opacity: 1;
}

/* 招聘 */
.padding-tabs{
    background-color: #EFEFEF;
    padding-bottom: 100px;
    padding-top: 40px; 
}

.recruit-box>div{
    float: left;
}

.recruit-left{
    width: 320px;
    margin-right: 20px;
}

.r-left-top{
    background-color: #fff;
    padding: 20px 0 20px 20px;
}

.r-left-bottom{
    height: 90px;
    background-color: #F9F9F9;
    overflow: hidden;
}

.title-search{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.search-box{
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #E6EBF1;
}

.search-box>div{
    float: left;
}

.search-input{
    width: 230px;
    height: 40px;
    border-radius: 2px;
    border-radius: 2px;
    margin-right: 10px;
}

.search-input input{
    border: 0;
    outline: none;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    background: #F3F3F3;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #808080;
    border-radius: 2px;
}

input::-webkit-input-placeholder {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #808080;
}

input:-moz-placeholder {
	font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #808080;
}

input::-moz-placeholder {
	font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #808080;
}

input:-ms-input-placeholder {
	font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #808080;
}

.search-icon{
    width: 40px;
    height: 40px;
    background: #F96D00;
    border-radius: 2px;
    cursor: pointer;
}

.search-icon img{
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

.m-select{
    width: 280px;
    height: 40px;
    line-height: 40px;
    background: #F3F3F3;
    border-radius: 2px;
    padding-left: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #808080;
    position: relative;
    cursor: pointer;
}

.d3{
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.m-select-1{
    margin: 0 0 10px;
}

.m-option-down{
    left: 0;
    right: 0;
    position: absolute;
    margin-top: 5px;
    display: none;
    z-index: 10;
    border: 1px solid #dfdfdf; 
}

.m-option-down>div{
    width: 100%;
    background-color: #F3F3F3;
    padding-left: 10px;
    cursor: pointer;
}

.m-option-down .m-option-active{
    background-color: #F96D00;
    color: #fff;
}

.m-select-2 .m-option-down{
    height: 300px;
    overflow-y: auto;
}

.rotate-180{
    transform: translateY(-50%) rotate(180deg);
}

.recruit-right{
    width: 860px;
    height: auto;
    background: #FFFFFF;
    padding: 21px 30px 48px;
    overflow-y: auto;
}

.r-left-bottom-con{
    width: 177px;
    height: 39px;
    margin: 21px auto;
}

.r-left-bottom-con>div{
    display: inline-block;

    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #808080;
}

.recruit-box .mailbox{
    width: 36px;
    height: 36px;
    background: url(../images/mailbox.png) no-repeat center center;
    background-size: cover;
    margin-right: 20px;
}

.color-orange{
    color: #F96D00;
}

/* 
    316 276 188 
    860 
    36.7 32.1 21.8
*/

.recruit-row{
    line-height: 60px;
}

.job-title,
.job-type,
.job-city{
    float: left;
}

.m-th{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #808080;
    border-bottom: 2px solid #DDDDDD;
}

.m-tr{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    position: relative;
    cursor: pointer;
}

.recruit-row-r{
    border-bottom: 1px solid #E6E6E6;
}

.job-title{
    width: 30.7%;
    padding-left: 20px;
}

.job-type{
    width: 32.1%;
}

.job-city{
    width: 21.8%;
}

.job-number{
    float: left;
    width: 10%;
}


.shrink{
    width: 8px;
    height: 8px;
    background: url(../images/add.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    cursor: pointer;
}

.recruit-row-click {
    background: #F3F3F3;
}

.recruit-row-click .shrink{
    background: url(../images/sub.png) no-repeat center center;
}

.job-detail{
    padding: 10px 0 30px 40px;
    display: none;
}

.job-detail p{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.h-24{
    height: 24px;
}

.recruit-top{
    width: 100%;
    display: none;
}

.recruit-top .r-left-top{
    height: auto;
}

.recruit-top .r-left-top>div{
    display: inline-block;
    vertical-align: middle;
}

.recruit-top .search-box{
    margin: 0;
    padding: 0;
    border: 0;
}

.recruit-top .m-select-1{
    margin: 0;
}









/* 版心 */
.type-area{
    width: 1200px;
    margin: 0 auto;
}

.margin-t-80{
    margin-top: 80px;
}

/* 给浮动元素的父级元素加上class='clearfix' */
.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
 
.clearfix {
	zoom: 1;
}

/* 媒体查询 */
@media only screen and (max-width: 703px) {
    .recruit-top .r-left-top .r-left-bottom-con{
        margin-left: 0;
    }
}

@media only screen and (max-width: 735px) {
.main .type-area {
    width: 100%;
}

.nav-right{
    width: 100%;
}

}

@media only screen and (max-width: 987px) {
    .recruit-top .r-left-top>div{
        margin-top: 20px;
    }
    
    .recruit-top .r-left-top .r-left-bottom-con{
        padding-top: 18px;
        margin-left: 20px;
    }
}

@media only screen and (max-width: 1400px) {
    /* 处理左右按钮 */
    .m-prev{
        left: 0;
        box-shadow: 0px 6px 20px 0px rgba(153, 153, 153, 0.3);
    }

    .m-next{
        right: 5px;
        box-shadow: 0px 6px 20px 0px rgba(249, 109, 0, 0.3);
    }
}

@media only screen and (max-width: 1200px) {
    .type-area{
        width: 100%;
    }

    .welfare-box{
        width: 900px;
        margin: 0 auto;
    }

    .recruit-left{
        display: none;
    }

    .recruit-top{
        display: block;
    }

    .recruit-right{
        width: 100%;
    }

}


@media only screen and (max-width: 916px) {
    .welfare-box{
        width: 600px;
        margin: 0 auto;
    }

}

@media only screen and (max-width: 616px) {
    .type-area{
        width: 100%;
    }

    .welfare-box{
        width: 300px;
        margin: 0 auto;
    }

}

@media only screen and (max-width: 700px) {
    .m-swiper .m-swiper-row{
        width: 100%;
    }

    .m-swiper-2{
        margin-top: 10px;
    }

    .m-swiper{
        height: auto;
    }

    /* 处理左右按钮 */
    .m-prev{
        top: 0;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
    }

    .m-next{
        top: auto;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
    }

    .m-next-active{
        transform: translateX(-50%) rotate(-90deg);
    }
}

/* 页脚
********************************************************************** */
.footer-top{
    height: 212px;
    background-color: #242424;
}

.footer-top>div>div{
    height: 66px;
    margin-top: 65px;
}

.footer-hint{
    display: inline-block;
    margin: 0 30px;
    width: 1px;
    height: 46px;
    background-color: #4d4d4d;
}

.footer-bottom{
    height: 48px;
    background-color: #333333;
    border-bottom: 1px solid #7e7e7e;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(153, 153, 153);
    overflow: hidden;
}

.footer-bottom div{
    line-height: 48px;
}

.footer-bottom img{
    vertical-align: middle;
    margin-right: 6px;
}
.footer-info{
    display: inline-block;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: #dedede;
    line-height: 30px;
}

.footer-info img{
    margin-right: 5px;
    vertical-align: middle;
}

.postbox{
    /* margin-left: 42px; */
}

/* 底部小屏幕显示 */
.mini-show{
    height: calc(100% - 140px);
    background: url(../images/mini-bj-r.png) no-repeat left;
    height: 178px;
    position: relative;
}

.left-hint{
    float: left;
    width: calc(100% - 599px);
    height: 100%;
    background: url(../images/mini-show-bj.png) no-repeat left;
}

.mini-show .footer-right-box{
    background: url(../images/mini-bj-r.png) no-repeat left;
}

.mini-text{
    text-align: center;
}

.mini-show .footer-right-box{
    position: static;
    float: right;
}

@media only screen and (max-width:1200px){
    .footer-right-box>div{
        float: left;
    }
}

@media only screen and (max-width:646px){
    .left-hint{
        display: none;
    }


    .text{
        width: 390px;
    }

    .footer-right-box{
        width: 100%;
        padding-left: 20px;
    }
}

@media only screen and (max-width:500px){
    .text{
        width: 390px;
    }

    .footer-right-box{
        width: 500px;
        padding-left: 20px;
    }

    .code{
        display: none;
    }
}

.gray-bj{
    background-color: #EFEFEF;
    padding-bottom: 0;
}

.specific{
    width: 100px;
    /* margin: 20px 0 0 0; */
    line-height: 25px;
}

.specific p{
    display: inline-block;
}

@media only screen and (max-width:1295px){
    .padding-r-4 {
        padding-right: 20px;
    }

    .padding-l-4 {
        padding-left: 20px;
    }

    .nav-item>li a {
        padding: 0 10px;
    }
}

.path-current{
    color: #F96D00;
    margin-left: 6px;
    font-size: 14px;
}

.path,
.path-current{
    cursor: pointer;
}

.pointer{
    cursor: pointer;
}


.posi{
    position: relative;
    margin-bottom: 148px;
}

.main-title{
    position: absolute;
    right: -180px;
    left: 0;
}