.map_h_color{
    color: #8f6b33;
    font-weight: bold;
}

.transform{
    transform: scale(1.4);
}

.color1{
    color: #8f6b33;
}

.color2{
    color:#fff;
}

.hidden{
    display: none;
}
.menu-content{
    height: 40px;
}
.menu-content ul{
    list-style: none;
    padding: 0 0;
    margin: 0 0;
}
.menu-content ul li{
    float: left;
    text-align: center;
    background-color: #2a4f8c;
    padding: 0 0;
    line-height: 40px;
    height: 40px;
}
.menu-content ul li:hover{
    background-color: #a9936e;
}

.line{
    margin: 10px auto;
    border-top: 3px #8f6b33 solid;
    width: 80px;
}

.expertise-content {
    position: relative;
    background-color: #fff;
}

.expertise2-content {
    position: relative;
    background-color: #fff;
    padding-bottom: 50px;
}

.cooperation-content {
    position: relative;
    background-color: #fff;
}

.cooperation2-content {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #efece7;
}

.cp_bg_1{
   background-color: #d7c5a5;
   height:260px;
}

.cp_bg_2{
   background-color: #c6b598;
   height:260px;
   margin-top: 10px;
}

.cp_bg_1:hover{
   background-color: #a9936e;
   
}

.cp_bg_2:hover{
   background-color: #a9936e;
   
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    color:#fff;
}

.recru-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    background-image: url(../img/banner/5-2.jpg);
    background-size: cover;
    background-position: center center;
}

.fuwu-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16vh;
    background-image: url(../img/banner/2-2.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.backgroup-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16vh;
    background-image: url(../img/banner/4-2.jpg);
    background-size: cover;
    background-position: center center;
}

.map-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16vh;
    background-image: url(../img/banner/4-3.jpg);
    min-height: 100vh;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.cases-content {
    position: relative;
    background-color: #fff;
}

.cases-item{
    width: 100%;
    height: 320px;
    background-image: url(../img/cases-bg.png);
    background-size: cover;
    background-position: center center;
    margin: 30px 10px 30px 0;
    cursor: pointer;
}

.cases-item:hover{
    background-image: url(../img/cases-bg-h.png);
}

.ehr-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16vh;
    background-image: url(../img/banner/2-3.jpg);
    min-height: 100vh;
    background-size: cover;
    background-position: center center;
}

.process-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16vh;
    padding-bottom: 100px;
    background-image: url(../img/banner/2-4.jpg);
    background-size: cover;
    background-position: center center;
}


.rpo-content {
    position: relative;
    background-color: #fff;
}

.rpo-content img{
    cursor: pointer;
    transition: all 3.6s;
}

.rpo-content img:hover{
    transform: scale(1.4);
}

.rpo_service_padding{
    padding: 90px 50px 90px 80px;
}

.parallax-content .index_banner .item{
    background-size: cover;
    -webkit-background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    height:100vh;
    position: relative;
}
.parallax-content .index_banner .items{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.parallax-content .index_banner .items:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.2);
}
.parallax-content .index_banner .item .inner .block_txt{
    position: absolute;
    bottom: 380px;
    left: 200px;
    opacity: 0; 
    transform: translateY(40px);
    -webkit-transform: translateY(40px); 
    -webkit-transition: all 500ms ease; 
    transition: all 500ms ease;
}
.parallax-content .index_banner .item.active .inner .block_txt{
    opacity: 1; 
    -webkit-transform: translateY(0); 
    transform: translateY(0); 
    -webkit-transition-delay: 100ms; 
    transition-delay: 100ms;
}
.parallax-content .index_banner .item .inner .block_txt h4{
    font-size: 16px;
    color: #fff;
    margin-top: 34px;
    text-transform: uppercase;
}
.parallax-content .index_banner .item .inner .block_txt h2{
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    letter-spacing:5px;
}
.parallax-content .index_banner .item .inner .block_txt h2 span{
    color: #f5c920;
    display: inline-block;
    letter-spacing: 5px;
}
.parallax-content .index_banner .item .inner .block_txt h3{
    color: #fff;
    font-size: 24px;
    margin-top: 30px;
    letter-spacing: 3px;
}

.tabs-content {
    position: relative;
}
.tabs-content .areas_banner .item{
    background-size: cover;
    -webkit-background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    height:100vh;
    position: relative;
}
.tabs-content .areas_banner .items{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.tabs-content .areas_banner .items:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.2);
}
.tabs-content .areas_banner .item .inner .block_txt{
    position: absolute;
    top: 32vh;
    right: 10px;
    left:10px;
    opacity: 0; 
    transform: translateY(40px);
    -webkit-transform: translateY(40px); 
    -webkit-transition: all 500ms ease; 
    transition: all 500ms ease;
}

.banner_top{
    height:780px;min-height: 780px;
}

.recru_1{
    padding: 90px 50px 50px 90px;
}
.recru_font_1{
    font-size: 32px;
}
.recru_font_2{
    font-size: 20px;
}
.recru_font_3{
    font-size: 18px;
}

.cases_item_box{
    padding-left: 0;padding-right: 0;
}

.backgroup_txt{
    margin-top: 0px;
    margin-bottom: 100px;
}

.cp_1{
    padding: 90px 10px 90px 200px;
}
.cp_2{
    /*margin: 40px 0;*/
}

.tabs-content .areas_banner .item.active .inner .block_txt{
    opacity: 1; 
    -webkit-transform: translateY(0); 
    transform: translateY(0); 
    -webkit-transition-delay: 100ms; 
    transition-delay: 100ms;
}
.tabs-content .areas_banner .item .inner .block_txt h4{
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-family: 'COCO';
    width: 30%;
    max-width: 450px;
    margin: 30px auto;
}
@media (min-width: 767px){
    .tabs-content .areas_banner .item .inner .block_txt h4{
        width: 50%;
    }
}
.tabs-content .areas_banner .item .inner .block_txt h2{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    letter-spacing:5px;
}
.tabs-content .areas_banner .item .inner .block_txt h2 span{
    color: #f5c920;
    display: inline-block;
    letter-spacing: 5px;
}
.tabs-content .areas_banner .item .inner .block_txt h3{
    color: #fff;
    font-size: 22px;
    margin-top: 10px;
    letter-spacing: 3px;
}

li {
    list-style: none;
}

.hr-top-nav {
    width: 100%;
    height: 90px;
    top:0px;
    left: 0px;
    background-color: #000000;
    position: fixed;
    z-index: 9999;
}

.hr-top-nav .logo {
    margin-left: 60px;
    margin-top: 21px;
    float: left;
}

/*.hr-top-nav .nav-menu {
    flex-wrap: wrap;
    list-style: none;
    margin-top: 35px;
    margin-bottom: 0;
    margin-right: 50px;
    float: right;
}

.hr-top-nav .nav-menu li{
    float: left;
    font-size: 16px;
    padding-left: 50px;
}

.hr-top-nav .nav-menu li a{
    color: #fff;
}*/

.hr-top-nav .language {
    margin-top: 38px;
    margin-right: 50px;
    font-size: 12px;
    float: right;
}

.hr-top-nav .language span {
    margin-left: 5px;
}

.hr-top-nav .lang-content{
    width: 96px;
    height: 80px;
    background-color: #fff;
    opacity: 0.7;
}


.hr-top-nav .ehr {
    margin-top: 28px;
    margin-right: 50px;
    float: right;
}

.hr-top-nav .ehr img{
    width: 32px;
    height: 32px;
}


.hr-top-nav .nav-menu-content {
    overflow: hidden;
    height: 90px;
    position: relative;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.2);
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
}

.hr-top-nav .nav-menu-content-item {
    box-shadow: 0 2px 15px #ccc;
    height: 325px;
    position: absolute;
    width: 100%;
    opacity: 0.8;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.hr-top-nav .nav-menu-content-info a{
    color:#fff;
}

.hr-top-nav .nav-menu-content-info:hover a{
    color:#000;
}


.bg-color-black{
    background-color: #000000;
}

.bg-color-white{
    background-color: #ffffff;
}

.font-color-black{
    color:#000;
}

.font-color-white{
    color:#fff;
}

.hr-top-nav .nav-menu-content-cell {
    height: 90px;
    width: 100%;
}

.hr-top-nav .nav-menu-content-sell {
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.hr-top-nav .nav-menu-content-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* background:#eee; */
    height: 325px;
}

.hr-top-nav .nav-menu-content-home a {
    display: block;
    color: #faff64;
    text-align: left;
    text-indent: 16px;
    font-size: 16px;
    height: 90px;
    line-height: 40px;
}

.hr-top-nav .nav-menu-content-info {
    display: inline;
    float: right;
    margin-right: 50px;
}

.hr-top-nav .navMenu-item {
    margin: 5px 20px;
    display: inline;
    float: left;
}

.hr-top-nav .navMenu-item a {
    display: block;
    cursor: pointer;
    font-size: 16px;
    line-height: 90px;
    height: 90px;
    text-align: center;
    text-decoration: none;
    position: relative;
}

.hr-top-nav .navMenu-item-content {
    height: 285px;
    width: 80px;
    transition: all ease-in .2s;
    padding-top: 15px;
}

.hr-top-nav .navMenu-item-content ul{
    margin: 0 0;
    padding: 0 0;
}

.hr-top-nav .navMenu-item-content ul li {
    width: 100%;
    display: inline;
    float: left;
    height: 30px;
    text-align: center;
    margin: 10px 0;
}

.hr-top-nav .navMenu-item-content ul li a {
    font-size: 14px;
    border-right: 0;
    height: 30px;
    line-height: 30px;
    display: inline;
}


.hr-top-nav .navMenu-item:hover .navMenu-title {
    border-bottom: 5px #a9936e solid;
    cursor: pointer;
}

.hr-top-nav .navMenu-item:hover .navMenu-item-content {
    cursor: pointer;
}

.hr-top-nav .navMenu-item-content ul li a:hover {
    color: #a9936e;
    border-bottom: 2px solid #a9936e;
}

.nav-icon {
    width: 19px;
    font-size: 12px;
    position: absolute;
    top: 7px;
    left: 50%;
    line-height: 1;
    background: #EC5E24;
    border-radius: 10px;
    color: #FFF;
    margin-left: 20px;
}

.navMenu-list-title {
    width: 100%;
    height: 26px;
    line-height: 26px;
    /* margin-top: 6px; */
    text-align: center;
    color: #b8b8b8;
    position: relative;
    float: left;
}

.navMenu-list-line {
    width: 169px;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -90px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALUAAAABCAYAAACYCO/KAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTA2MTdCNTkyMTc0MTFFNjhENjZCNzJCNzY4OEMxOEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTA2MTdCNUEyMTc0MTFFNjhENjZCNzJCNzY4OEMxOEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxMDYxN0I1NzIxNzQxMUU2OEQ2NkI3MkI3Njg4QzE4QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxMDYxN0I1ODIxNzQxMUU2OEQ2NkI3MkI3Njg4QzE4QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PibsvwIAAAB3SURBVCjP7Y2JCcAgDEVjLfacwf3X0h162yOFHwjSQgdo4PG+RhMTQnBEZBjLFODOJXDKFWhwbpHFNz1cM526b9QMh77YZjsFUs7za3nvDf31uWKM58en+0PeHziYldkyJ2ZmFnhSeVB3woj+hJ78XWE9P2F3ugAlSC239Ce4gwAAAABJRU5ErkJggg==');
    background-repeat: repeat-x;
    background-size: cover;
}

.navMenu-item-img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 21px;
    margin-right: 5px;
    width: 18px;
    height: 20px;
}

.navMenu-item-img img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
}

.navMenu-item-four ul li {
    width: 100%;
}

.navMenu-item-four ul li a:hover {
    border-bottom: 0;
}

.navMenu-item-tex {
    text-align: left;
    display: inline-block;
    width: 71px;
}

.navMenu-item-four .navMenu-item-content {
    border-right: 0;
}

.dow-hover .nav-menu-content {
    overflow: visible;
}

.select {
    display: inline-block;
    width: 100%;
    position: relative;
    vertical-align: middle;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    color: #555;
    border: 1px solid #aaa;
    text-shadow: none;	
    transition: box-shadow 0.25s ease;
    z-index: 2;
}

.select:hover {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.select:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #ccc;
    top: 14px;
    right: 10px;
    cursor: pointer;
    z-index: -2;
}
.select select {
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select select:focus {
    outline: none;
}


.service-content .panel{
    margin-top: 100px; 
    margin-bottom: 230px; 
    margin-left: 95px;
    font-size: 16px; 
    font-weight: bold;   
}

.service-content .panel .icons{
    color:#4d4d4d;
    cursor: pointer;
    height: 140px;
    font-size: 22px;
}

.service-content .panel .icons:hover{
    color:#b59b76;
}

.service-content .panel .icon-1{
    background-size:200px auto;
    -moz-background-size:200px auto;
    background: url(../img/icons/core_1.png) center bottom no-repeat;
}

.service-content .panel .icon-1:hover{
    background-size:200px auto;
    -moz-background-size:200px auto;
    background: url(../img/icons/core_1_hover.png) center bottom no-repeat;
}

.service-content .panel .icon-2{
    background-size:200px auto;
    -moz-background-size:200px auto;
    background: url(../img/icons/core_2.png) center bottom no-repeat;
}

.service-content .panel .icon-2:hover{
    background-size:200px auto;
    -moz-background-size:200px auto;
    background: url(../img/icons/core_2_hover.png) center bottom no-repeat;
}

.service-content .panel .icon-3{
    background-size:200px auto;
    -moz-background-size:200px auto;
    background: url(../img/icons/core_3.png) center bottom no-repeat;
}

.service-content .panel .icon-3:hover{
    background-size:200px auto;
    -moz-background-size:200px auto;
    background: url(../img/icons/core_3_hover.png) center bottom no-repeat;
}

.service-content .panel .icon-4{
    background-size:200px auto;
    -moz-background-size:200px auto;
    background: url(../img/icons/core_4.png) center bottom no-repeat;
}

.service-content .panel .icon-4:hover{
    background-size:200px auto;
    -moz-background-size:200px auto;
    background: url(../img/icons/core_4_hover.png) center bottom no-repeat;
}

.service-content .panel .icon-5{
    background-size:200px auto;
    -moz-background-size:200px auto;
    background: url(../img/icons/core_5.png) center bottom no-repeat;
}

.service-content .panel .icon-5:hover{
    background-size:200px auto;
    -moz-background-size:200px auto;
    background: url(../img/icons/core_5_hover.png) center bottom no-repeat;
}

.img_list{
    height: 400px;
    overflow: hidden;
    width:1310px;
    text-align:center;
    margin:30px auto 0 auto;
}

.img_list .picList{
    list-style-type: none;
}

.img_list .picList .clone{
    /*margin: 30px 0;*/
}

.img_list .picList .clone .logo1 {
    float: left;
    width: 160px;
    height: 64px;
    margin: 50px 50px;
    cursor: pointer;
    background: url(../img/logos/1.png) center bottom no-repeat;
}

.img_list .picList .clone .logo1:hover {
    background: url(../img/logos/1-1.png) center bottom no-repeat;
}

.img_list .picList .clone .logo2 {
    float: left;
    width: 160px;
    height: 64px;
    margin: 50px 50px;
    cursor: pointer;
    background: url(../img/logos/2.png) center bottom no-repeat;
}

.img_list .picList .clone .logo2:hover {
    background: url(../img/logos/2-1.png) center bottom no-repeat;
}

.img_list .picList .clone .logo3 {
    float: left;
    width: 160px;
    height: 64px;
    margin: 50px 50px;
    cursor: pointer;
    background: url(../img/logos/3.png) center bottom no-repeat;
}

.img_list .picList .clone .logo3:hover {
    background: url(../img/logos/3-1.png) center bottom no-repeat;
}

.img_list .picList .clone .logo4 {
    float: left;
    width: 160px;
    height: 64px;
    margin: 50px 50px;
    cursor: pointer;
    background: url(../img/logos/4.png) center bottom no-repeat;
}

.img_list .picList .clone .logo4:hover {
    background: url(../img/logos/4-1.png) center bottom no-repeat;
}

.img_list .picList .clone .logo5 {
    float: left;
    width: 160px;
    height: 64px;
    margin: 50px 50px;
    cursor: pointer;
    background: url(../img/logos/5.png) center bottom no-repeat;
}

.img_list .picList .clone .logo5:hover {
    background: url(../img/logos/5-1.png) center bottom no-repeat;
}

.img_list .picList .clone .logo6 {
    float: left;
    width: 160px;
    height: 64px;
    margin: 50px 50px;
    cursor: pointer;
    background: url(../img/logos/6.png) center bottom no-repeat;
}

.img_list .picList .clone .logo6:hover {
    background: url(../img/logos/6-1.png) center bottom no-repeat;
}

.img_list .picList .clone .logo7 {
    float: left;
    width: 160px;
    height: 64px;
    margin: 50px 50px;
    cursor: pointer;
    background: url(../img/logos/7.png) center bottom no-repeat;
}

.img_list .picList .clone .logo7:hover {
    background: url(../img/logos/7-1.png) center bottom no-repeat;
}

.img_list .picList .clone .logo8 {
    float: left;
    width: 160px;
    height: 64px;
    margin: 50px 50px;
    cursor: pointer;
    background: url(../img/logos/8.png) center bottom no-repeat;
}

.img_list .picList .clone .logo8:hover {
    background: url(../img/logos/8-1.png) center bottom no-repeat;
}

.img_list .picList .clone .logo9 {
    float: left;
    width: 160px;
    height: 64px;
    margin: 50px 50px;
    cursor: pointer;
    background: url(../img/logos/9.png) center bottom no-repeat;
}

.img_list .picList .clone .logo9:hover {
    background: url(../img/logos/9-1.png) center bottom no-repeat;
}

.img_list .picList .clone .logo10 {
    float: left;
    width: 160px;
    height: 64px;
    margin: 50px 50px;
    cursor: pointer;
    background: url(../img/logos/10.png) center bottom no-repeat;
}

.img_list .picList .clone .logo10:hover {
    background: url(../img/logos/10-1.png) center bottom no-repeat;
}

.img_list .picList .clone .logo11 {
    float: left;
    width: 160px;
    height: 64px;
    margin: 50px 50px;
    cursor: pointer;
    background: url(../img/logos/11.png) center bottom no-repeat;
}

.img_list .picList .clone .logo11:hover {
    background: url(../img/logos/11-1.png) center bottom no-repeat;
}

.img_list .picList .clone .logo12 {
    float: left;
    width: 160px;
    height: 64px;
    margin: 50px 50px;
    cursor: pointer;
    background: url(../img/logos/12.png) center bottom no-repeat;
}

.img_list .picList .clone .logo12:hover {
    background: url(../img/logos/12-1.png) center bottom no-repeat;
}

.img_list .picList .clone .logo13 {
    float: left;
    width: 160px;
    height: 64px;
    margin: 50px 50px;
    cursor: pointer;
    background: url(../img/logos/13.png) center bottom no-repeat;
}

.img_list .picList .clone .logo13:hover {
    background: url(../img/logos/13-1.png) center bottom no-repeat;
}

.img_list .picList .clone .logo14 {
    float: left;
    width: 160px;
    height: 64px;
    margin: 50px 50px;
    cursor: pointer;
    background: url(../img/logos/14.png) center bottom no-repeat;
}

.img_list .picList .clone .logo14:hover {
    background: url(../img/logos/14-1.png) center bottom no-repeat;
}

.img_list .picList .clone .logo15 {
    float: left;
    width: 160px;
    height: 64px;
    margin: 50px 50px;
    cursor: pointer;
    background: url(../img/logos/15.png) center bottom no-repeat;
}

.img_list .picList .clone .logo15:hover {
    background: url(../img/logos/15-1.png) center bottom no-repeat;
}

.img_list .picList .clone .logo16 {
    float: left;
    width: 160px;
    height: 64px;
    margin: 50px 50px;
    cursor: pointer;
    background: url(../img/logos/16.png) center bottom no-repeat;
}

.img_list .picList .clone .logo16:hover {
    background: url(../img/logos/16-1.png) center bottom no-repeat;
}

.img_list .picList .clone .logo17 {
    float: left;
    width: 160px;
    height: 64px;
    margin: 50px 50px;
    cursor: pointer;
    background: url(../img/logos/17.png) center bottom no-repeat;
}

.img_list .picList .clone .logo17:hover {
    background: url(../img/logos/17-1.png) center bottom no-repeat;
}

.img_list .picList .clone .logo18 {
    float: left;
    width: 160px;
    height: 64px;
    margin: 50px 50px;
    cursor: pointer;
    background: url(../img/logos/18.png) center bottom no-repeat;
}

.img_list .picList .clone .logo18:hover {
    background: url(../img/logos/18-1.png) center bottom no-repeat;
}

.img_list .picList .clone .logo19 {
    float: left;
    width: 160px;
    height: 64px;
    margin: 50px 50px;
    cursor: pointer;
    background: url(../img/logos/19.png) center bottom no-repeat;
}

.img_list .picList .clone .logo19:hover {
    background: url(../img/logos/19-1.png) center bottom no-repeat;
}

.img_list .picList .clone .logo20 {
    float: left;
    width: 160px;
    height: 64px;
    margin: 50px 50px;
    cursor: pointer;
    background: url(../img/logos/20.png) center bottom no-repeat;
}

.img_list .picList .clone .logo20:hover {
    background: url(../img/logos/20-1.png) center bottom no-repeat;
}

.img_list .picList .clone .logo21 {
    float: left;
    width: 160px;
    height: 64px;
    margin: 50px 50px;
    cursor: pointer;
    background: url(../img/logos/21.png) center bottom no-repeat;
}

.img_list .picList .clone .logo21:hover {
    background: url(../img/logos/21-1.png) center bottom no-repeat;
}

.img_list .picList .clone .logo22 {
    float: left;
    width: 160px;
    height: 64px;
    margin: 50px 50px;
    cursor: pointer;
    background: url(../img/logos/22.png) center bottom no-repeat;
}

.img_list .picList .clone .logo22:hover {
    background: url(../img/logos/22-1.png) center bottom no-repeat;
}

.img_list .picList .clone .logo23 {
    float: left;
    width: 160px;
    height: 64px;
    margin: 50px 50px;
    cursor: pointer;
    background: url(../img/logos/23.png) center bottom no-repeat;
}

.img_list .picList .clone .logo23:hover {
    background: url(../img/logos/23-1.png) center bottom no-repeat;
}

.img_list .picList .clone .logo24 {
    float: left;
    width: 160px;
    height: 64px;
    margin: 50px 50px;
    cursor: pointer;
    background: url(../img/logos/24.png) center bottom no-repeat;
}

.img_list .picList .clone .logo24:hover {
    background: url(../img/logos/24-1.png) center bottom no-repeat;
}

.img_list .picList .clone .logo25 {
    float: left;
    width: 160px;
    height: 64px;
    margin: 50px 50px;
    cursor: pointer;
    background: url(../img/logos/25.png) center bottom no-repeat;
}

.img_list .picList .clone .logo25:hover {
    background: url(../img/logos/25-1.png) center bottom no-repeat;
}

footer .container .row p{
    color:#808080;
    cursor: pointer;
}

footer .container .row p:hover{
    color:#b59b76;
}

footer .container .row p a{
    color:#808080;
    cursor: pointer;
}

footer .container .row p a:hover{
    color:#b59b76;
}

.down {
    position: relative;
    bottom: 10px;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    z-index: 6;
    -webkit-animation: down 1s ease infinite;
    animation: down 1s ease infinite;
}

.down a{
    color: #999999;
    font-size: 12px;
    display: block;
    padding-bottom: 10px;
    background: url(../img/down.png) center bottom no-repeat;
    text-decoration: none;
}

.down-white {
    position: relative;
    bottom: 25px;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    z-index: 6;
    -webkit-animation: down 1s ease infinite;
    animation: down 1s ease infinite;
}

.down-white a{
    color: #fff;
    font-size: 12px;
    display: block;
    padding-bottom: 10px;
    background: url(../img/down_white.png) center bottom no-repeat;
    text-decoration: none;
}

.sp-1 {
    float: left;
    width: 100px;
    height: 155px;
    cursor: pointer;
    background: url(../img/icons/sp-1.png) center bottom no-repeat;
}

.sp-1:hover {
    background: url(../img/icons/sp-1-h.png) center bottom no-repeat;
}

.sp-2 {
    float: left;
    width: 100px;
    height: 155px;
    cursor: pointer;
    background: url(../img/icons/sp-2.png) center bottom no-repeat;
}

.sp-2:hover {
    background: url(../img/icons/sp-2-h.png) center bottom no-repeat;
}

.sp-3 {
    float: left;
    width: 100px;
    height: 155px;
    cursor: pointer;
    background: url(../img/icons/sp-3.png) center bottom no-repeat;
}

.sp-3:hover {
    background: url(../img/icons/sp-3-h.png) center bottom no-repeat;
}

.sp-4 {
    float: left;
    width: 100px;
    height: 155px;
    cursor: pointer;
    background: url(../img/icons/sp-4.png) center bottom no-repeat;
}

.sp-4:hover {
    background: url(../img/icons/sp-4-h.png) center bottom no-repeat;
}

.sp-5 {
    float: left;
    width: 100px;
    height: 155px;
    cursor: pointer;
    background: url(../img/icons/sp-5.png) center bottom no-repeat;
}

.sp-5:hover {
    background: url(../img/icons/sp-5-h.png) center bottom no-repeat;
}

.sp-6 {
    float: left;
    width: 100px;
    height: 155px;
    cursor: pointer;
    background: url(../img/icons/sp-6.png) center bottom no-repeat;
}

.sp-6:hover {
    background: url(../img/icons/sp-6-h.png) center bottom no-repeat;
}

.sp-7 {
    float: left;
    width: 100px;
    height: 155px;
    cursor: pointer;
    background: url(../img/icons/sp-7.png) center bottom no-repeat;
}

.sp-7:hover {
    background: url(../img/icons/sp-7-h.png) center bottom no-repeat;
}

.nav-tabs{
    border: none;
    text-align: center;
}

.nav-tabs li a{
    margin: 20px 20px;
    padding: 10px 10px;
    width: 200px;
    text-align: center;
    background-color: #fff;
    float: left;
    color: #888;
    font-size: 20px;
}

.nav-tabs li a:hover{
    background-image: linear-gradient(-70deg, 
        #c6b598 0%, 
        #c6b598 100%);
    color: #fff;
}

.nav-tabs .active a{
    background-image: linear-gradient(-70deg, 
        #c6b598 0%, 
        #c6b598 100%);
    color: #fff;
}

.tab-content .tab-pane .form-group {
    margin: 5px 0;
}
.tab-content .tab-pane .form-group .form-control{
    border-radius: 0px;
}
.tab-content .tab-pane input{
    height: 50px;
    margin: 0 0;
}

.ht-mask{
    position: relative;
    left:0;
    width: 100%;
    height: 100%;
    background-color: #9f7738;
    opacity: 0.3;
}

.ht-1-t{
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin-top:150px;
}

.ht-1-te{
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin-top:5px;
}

.ht-1-icon{
    margin-top:80px;
}

.ht-1-t-h{
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin-left: 30px;
    margin-top:30px;
}

.ht-1-te-h{
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin-left: 30px;
    margin-top:5px;
}

.ht-2-t{
    color: #fff;font-weight: bold;font-size: 20px;margin-top:80px;
}

.ht-2-te{
    color: #fff;font-weight: bold;font-size: 18px;margin-top:5px;
}

.ht-2-icon{
    margin-top:10px;
}

.ht-2-t-h{
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin-left: 30px;
    margin-top:30px;
}

.ht-2-te-h{
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin-left: 30px;
    margin-top:5px;
}

.ht-3-t{
    color: #fff;font-weight: bold;font-size: 20px;margin-top:80px;
}

.ht-3-te{
    color: #fff;font-weight: bold;font-size: 18px;margin-top:5px;
}

.ht-3-icon{
    margin-top:10px;
}

.ht-3-t-h{
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin-left: 30px;
    margin-top:30px;
}

.ht-3-te-h{
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin-left: 30px;
    margin-top:5px;
}

.ht-4-t{
    color: #fff;font-weight: bold;font-size: 20px;margin-top:80px;
}

.ht-4-te{
    color: #fff;font-weight: bold;font-size: 18px;margin-top:5px;
}

.ht-4-icon{
    margin-top:10px;
}

.ht-4-t-h{
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin-left: 30px;
    margin-top:30px;
}

.ht-4-te-h{
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin-left: 30px;
    margin-top:5px;
}

.ht-5-t{
    color: #fff;font-weight: bold;font-size: 20px;margin-top:150px;
}

.ht-5-te{
    color: #fff;font-weight: bold;font-size: 18px;margin-top:5px;
}

.ht-5-icon{
    margin-top:80px;
}

.ht-5-t-h{
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin-left: 30px;
    margin-top:30px;
}

.ht-5-te-h{
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin-left: 30px;
    margin-top:5px;
}

.ht-6-t{
    color: #fff;font-weight: bold;font-size: 20px;margin-top:150px;
}

.ht-6-te{
    color: #fff;font-weight: bold;font-size: 18px;margin-top:5px;
}

.ht-6-icon{
    margin-top:60px;
}

.ht-6-t-h{
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin-left: 30px;
    margin-top:30px;
}

.ht-6-te-h{
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin-left: 30px;
    margin-top:5px;
}

.ht-7-t{
    color: #fff;font-weight: bold;font-size: 20px;margin-top:80px;
}

.ht-7-te{
    color: #fff;font-weight: bold;font-size: 18px;margin-top:5px;
}

.ht-7-icon{
    margin-top:10px;
}

.ht-7-t-h{
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin-left: 30px;
    margin-top:30px;
}

.ht-7-te-h{
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin-left: 30px;
    margin-top:5px;
}

@keyframes down{
    0{-webkit-transform: translateY(0); transform: translateY(0);}
    50%{-webkit-transform: translateY(10px); transform: translateY(10px);}
    0{-webkit-transform: translateY(0); transform: translateY(0);}
}
@-webkit-keyframes down{
    0{-webkit-transform: translateY(0); transform: translateY(0);}
    50%{-webkit-transform: translateY(10px); transform: translateY(10px);}
    0{-webkit-transform: translateY(0); transform: translateY(0);}
}
.inner90{ width: 90%; max-width: 1714px; margin: 0px auto;}
.advantage-con a:link, .advantage-con a:visited { color: #fff; }
.advantage-con a:active, .advantage-con a:hover { color: #fff; }
.advantage-con .bg-1{background-image: url(../img/process-bg-1.jpg);background-size: cover; background-repeat: no-repeat; background-position: center center; }
.advantage-con .bg-2{background-image: url(../img/process-bg-2.jpg);background-size: cover; background-repeat: no-repeat; background-position: center center; }
.advantage-con .bg-3{background-image: url(../img/process-bg-3.jpg);background-size: cover; background-repeat: no-repeat; background-position: center center; }
.advantage-con .bg-4{background-image: url(../img/process-bg-4.jpg);background-size: cover; background-repeat: no-repeat; background-position: center center; }
.advantage-con .bg-5{background-image: url(../img/process-bg-5.jpg);background-size: cover; background-repeat: no-repeat; background-position: center center; }
.advantage-con .bg-6{background-image: url(../img/process-bg-6.jpg);background-size: cover; background-repeat: no-repeat; background-position: center center; }
.advantage-list{overflow: hidden;cursor: pointer;}
.advantage-list{ background: url(../images/black_50.png) repeat; background: none rgba(0,0,0,0.5); color: #fff; position: relative;}
.advantage-list dd{ margin-bottom: 0; float: left; display: block; width: 33.33%; border-bottom: 1px solid #add2f2; border-bottom: 1px solid rgba(255,255,255,0.3); position: relative;}
.advantage-list .item{ padding: 70px 0px; text-align: center;  border-left: 1px solid #add2f2; border-left: 1px solid rgba(255,255,255,0.3);  transition: all 0.2s ease 0s; -webkit-transform: all 0.2s ease 0s;}
.advantage-list .zh{ font-size: 20px; line-height: 1.2;}
.advantage-list .en{ font-size: 18px; line-height: 1.2; }
.advantage-list .item .num{ font-size: 26px; font-weight: bold; line-height: 1.2; }
.advantage-list .itemC{ position: absolute; width: 100%; height: 0%; background: url(../images/orange_61.png) repeat; background: none rgba(255,163,70,0.61); opacity: 0; visibility: hidden; transition: all 0.5s ease 0s; -webkit-transform: all 0.5s ease 0s; overflow: hidden;}
.advantage-list .itemCbox{ padding: 15% 8% 5%;}
.advantage-list .itemCbox .zh{font-size: 20px;}
.advantage-list .itemCbox .num{ position: absolute; right: 8%; top: 6%; color: #ffffff; font-size: 58px; font-weight: bold; line-height: 1; font-family: arial, helvetica, sans-serif; opacity: 0.75;  filter: alpha(opacity=15);}
.advantage-list .itemCbox .en{font-size: 18px; opacity: 0.9;  filter: alpha(opacity=90);}
.advantage-list .itemCbox .pageC{ margin-top: 10%; font-size: 18px;}
.advantage-list .showItem .itemC{ opacity: 1; visibility: visible; height: 200%;}
.advantage-list .showItem .item,.advantage-list .hideItem .item{ opacity: 0; visibility: hidden;}
.advantage-list .showItem,.advantage-list .hideItem{ border-bottom-color: transparent;}

/*common_banner*/
.banner_phone {display: none;}
.common_banner .inliner_banner,.common_banner .inliner_banner_con {width:100%;height:100%;position:absolute;top:0;left:0;background:#000;z-index:5; overflow: hidden;}
.common_banner .inliner_banner_con {background:none;}
.common_banner .inliner_banner ul,.common_banner .inliner_banner_con ul {width:100%;height:100%;}
.common_banner .inliner_banner li,.common_banner .inliner_banner_con li {width:100%;height:100%;position:absolute;top:0;left:100%;text-align:center;/*transform:scale(0.9);*/ background-size: cover; background-repeat: no-repeat; background-position: center;}
.common_banner .inliner_banner li.index,.common_banner .inliner_banner_con li.index {z-index:2;}
.common_banner .inliner_banner li:first-child,.common_banner .inliner_banner_con li:first-child {left:0;transform:scale(1);}
.common_banner .inliner_banner_con .con{width: 450px; margin: 0 auto; position: absolute; top: 50%; left: 0; right: 0; margin-top: -225px; -webkit-transform: scale(0); transform: scale(0);}
.common_banner .inliner_banner_con .con h3{font-size: 50px; color: #fff; font-family: 'pingfang'; display: none;}
.common_banner .inliner_banner_con .con h4{font-size: 30px; color: #fff; margin: 50px 0 20px;}
.common_banner .inliner_banner_con .con span{width: 60px; height: 2px; background: #fff; margin: 0 auto; display: block;}
.common_banner .inliner_banner_con .con p{font-size: 14px; line-height: 24px; color: #fff; margin: 40px 0 20px; height: 192px; overflow: hidden;}
.common_banner .inliner_banner_con .con a{width: 150px; line-height: 34px; border: 1px solid #fff; margin: 0 auto; text-align: center; font-size: 12px; color: #fff; -webkit-transition: all 300ms ease; transition: all 300ms ease;}
.common_banner .inliner_banner_con .con a:hover{background: #007bc7; color: #fff; border-color: #007bc7;}
.common_banner .inliner_banner_con .con .btn{margin: 20px auto 0;}
.common_banner .inliner_banner_con .con a{margin: 0 6px; display: inline-block; vertical-align: top;}
.common_banner .inliner_banner_con .hover{position: absolute; width: 470px; height: 470px; top: 50%; left: 50%; margin: -235px 0 0 -235px; background: rgba(0,0,0,.5); text-align: center; display: table; -webkit-transition: all 500ms ease; transition: all 500ms ease; -webkit-transform: scale(0); transform: scale(0);}
.common_banner .inliner_banner_con .hover.active{-webkit-transform: scale(1); transform: scale(1);}
.common_banner .inliner_banner_con .hover .close_hover{width: 16px; height: 16px; background: url(../img/common_4.png) no-repeat; position: absolute; top: 20px; right: 20px; transition: all 300ms ease;}
.common_banner .inliner_banner_con .hover .close_hover:hover{-webkit-transform: rotate(180deg); transform: rotate(180deg);}
.common_banner .inliner_banner_con .hover .block{display: table-cell; vertical-align: middle;}
.common_banner .inliner_banner_con .hover .block img{max-width: 70%; display: block; margin: 0 auto;}
.common_banner .inliner_banner_con .hover .block p{font-size: 20px; color: #fff; margin-top: 10px;}
.common_banner .inliner_banner_con .more{width: 150px; display: inline-block; margin: 0 6px;}
.common_banner .inliner_banner_con .more .select{line-height: 34px; border: 1px solid #fff; text-align: center; font-size: 12px; color: #fff; cursor: pointer; -webkit-transition: all 300ms ease; transition: all 300ms ease;}
.common_banner .inliner_banner_con .more .link{display: none;}
.common_banner .inliner_banner_con .more a{margin: 0; display: block; border-bottom: none; border-left: none; border-right: none; border-top: 1px solid rgba(255,255,255,.3); background: #fff; color: #333;}
.common_banner .inliner_banner_con .more:hover .select{border-color: #007bc7; background: #007bc7;}
.common_banner .inliner_banner_con .more:hover .link{display: block;}
.common_banner .inliner_banner_con .con .no_span{height: 30px;}
.common_banner .inliner_list{width:2px; height:2px; position:absolute; top:50%; left:50%; margin:-1px 0 0 -1px; z-index:5; -webkit-transform: scale(0); transform: scale(0);}
.common_banner .inliner_list li {width:20px;height:20px;position:absolute;background:url(../img/common_2.png) no-repeat center;transition:all 0.3s;z-index:10;cursor:pointer;}
.common_banner .inliner_list li.on {background:url(../img/common_3.png) no-repeat center;}
.common_banner .inliner_bg {width:666px; height:666px; position:absolute; top:50%; left:50%; margin:-333px 0 0 -333px; z-index:5;background:url(../img/common_1.png) no-repeat center; background-size:100% 100%; -webkit-transform:scale(0); transform:scale(0);}
.common_banner .inliner_bg span {width:100%; height:100%; display:block; position:absolute; top:0px; left:41px;}
.common_banner .inliner_bg span.one {background:url(../img/wel23.png) no-repeat center;background-size:100% 100%; -webkit-animation:inlinerbg 1.2s infinite linear;animation:inlinerbg 1.2s infinite linear;}
.common_banner .inliner_bg span.two {background:url(../img/wel24.png) no-repeat center;background-size:100% 100%; -webkit-animation:inlinerbgo 1.2s infinite linear;animation:inlinerbgo 1.2s infinite linear;}

@-webkit-keyframes inlinerbg {0% {-webkit-transform:translate(5px,-9px);transform:translate(5px,-9px);}
                              50% {-webkit-transform:translate(0,0);transform:translate(0,0);}
                              100% {-webkit-transform:translate(5px,-9px);transform:translate(5px,-9px);}
}
@keyframes inlinerbg {0% {-webkit-transform:translate(5px,-9px);transform:translate(5px,-9px);}
                      50% {-webkit-transform:translate(0,0);transform:translate(0,0);}
                      100% {-webkit-transform:translate(5px,-9px);transform:translate(5px,-9px);}
}
@-webkit-keyframes inlinerbgo {0% {-webkit-transform:translate(-5px,9px);transform:translate(-5px,9px);}
                               50% {-webkit-transform:translate(0,0);transform:translate(0,0);}
                               100% {-webkit-transform:translate(-5px,9px);transform:translate(-5px,9px);}
}
@keyframes inlinerbgo {0% {-webkit-transform:translate(-5px,9px);transform:translate(-5px,9px);}
                       50% {-webkit-transform:translate(0,0);transform:translate(0,0);}
                       100% {-webkit-transform:translate(-5px,9px);transform:translate(-5px,9px);}
}
.common_banner .mobile_swiper{display: none;}
/*4*/
.common_banner .inliner_bg.item4 .bg{position:absolute; width: 50%; height: 50%; background-repeat: no-repeat; background-position: left top;}
.common_banner .inliner_bg.item4 .bg:nth-of-type(1){width: 0; left: 0; top: 0; background-image: url(../img/4_1.png);}
.common_banner .inliner_bg.item4 .bg:nth-of-type(2){width: 0; left: 50%; top: 0; background-image: url(../img/4_2.png);}
.common_banner .inliner_bg.item4 .bg:nth-of-type(3){width: 0; right: 0; top: 50%; background-image: url(../img/4_3.png); background-position: right top;}
.common_banner .inliner_bg.item4 .bg:nth-of-type(4){width: 0; right: 50%; top: 50%; background-image: url(../img/4_4.png); background-position: right top;}
.common_banner .inliner_list.item4 li.li0 {top: -9px; left: -341px;}
.common_banner .inliner_list.item4 li.li1 {top: -341px; left:-9px;}
.common_banner .inliner_list.item4 li.li2 {top: -9px; left: 324px;}
.common_banner .inliner_list.item4 li.li3 {top: 324px; left: -9px;}

/*8*/
.common_banner .inliner_bg.item8 .bg{position:absolute; width: 50%; height: 50%; background-repeat: no-repeat; background-position: left top;}
.common_banner .inliner_bg.item8 .bg:nth-of-type(1){width: 0; left: -1px; top: 0; background-image: url(../img/8_1.png);}
.common_banner .inliner_bg.item8 .bg:nth-of-type(2){width: 0; left: 76px; top: -1px; background-image: url(../img/8_2.png);}
.common_banner .inliner_bg.item8 .bg:nth-of-type(3){width: 0; left: 334px; top: -1px; background-image: url(../img/8_3.png);}
.common_banner .inliner_bg.item8 .bg:nth-of-type(4){width: 0; left: 593px; top: -1px; background-image: url(../img/8_4.png);}
.common_banner .inliner_bg.item8 .bg:nth-of-type(5){width: 0; right: -1px; top: 50%; background-image: url(../img/8_5.png); background-position: right top;}
.common_banner .inliner_bg.item8 .bg:nth-of-type(6){width: 0; right: 75px; top: 50%; background-image: url(../img/8_6.png); background-position: right top;}
.common_banner .inliner_bg.item8 .bg:nth-of-type(7){width: 0; right: 334px; top: 50%; background-image: url(../img/8_7.png); background-position: right top;}
.common_banner .inliner_bg.item8 .bg:nth-of-type(8){width: 0; right: 591px; top: 50%; background-image: url(../img/8_8.png); background-position: right top;}
.common_banner .inliner_list.item8 li.li0 {top: -9px; left: -341px;}
.common_banner .inliner_list.item8 li.li1 {top: -218px;left: -268px;}
.common_banner .inliner_list.item8 li.li2 {top: -341px; left:-9px;}
.common_banner .inliner_list.item8 li.li3 {top: -218px; left: 249px;}
.common_banner .inliner_list.item8 li.li4 {top: -9px; left: 324px;}
.common_banner .inliner_list.item8 li.li5 {top: 203px;left: 247px;}
.common_banner .inliner_list.item8 li.li6 {top: 324px; left: -9px;}
.common_banner .inliner_list.item8 li.li7 {top: 203px;left: -265px;}
/*common_banner*/
@media screen and (max-width: 1500px){
    .common_banner .inliner_bg{width: 550px; height: 550px; margin: -260px 0 0 -275px;}
    .common_banner .inliner_banner_con .con{width: 390px; margin-top: -140px;}
    .common_banner .inliner_banner_con .con h3{font-size: 30px;}
    .common_banner .inliner_banner_con .con h4{font-size: 22px; margin: 10px 0;}
    .common_banner .inliner_banner_con .con p{margin: 20px 0 10px; font-size: 13px; line-height: 22px; height: 176px;}
    .common_banner .inliner_banner_con .con a{width: 100px;}
    .common_banner .inliner_banner_con .hover{width: 316px; height: 316px; margin: -158px 0 0 -158px;}
    .common_banner .inliner_banner_con .hover .block img{max-width: 54%;}
    .common_banner .inliner_banner_con .hover .block p{font-size: 16px;}
    .common_banner .inliner_banner_con .more{width: 100px;}
    .common_banner .inliner_banner_con .more a{line-height: 24px;}
    .common_banner .inliner_banner_con .con .no_span{height: 20px;}
    .common_banner .inliner_bg.item4 .bg:nth-of-type(1){background-image: url(../img/4_1_s.png);}
    .common_banner .inliner_bg.item4 .bg:nth-of-type(2){background-image: url(../img/4_2_s.png);}
    .common_banner .inliner_bg.item4 .bg:nth-of-type(3){background-image: url(../img/4_3_s.png);}
    .common_banner .inliner_bg.item4 .bg:nth-of-type(4){background-image: url(../img/4_4_s.png);}
    .common_banner .inliner_list.item4 li.li0 {top: -9px; left: -283px;}
    .common_banner .inliner_list.item4 li.li1 {top: -269px; left:-9px;}
    .common_banner .inliner_list.item4 li.li2 {top: -9px; left: 265px;}
    .common_banner .inliner_list.item4 li.li3 {top: 280px; left: -9px;}
    /*8*/
    .common_banner .inliner_bg.item8 .bg{width: 550px; height: 550px; margin: -260px 0 0 -275px;}
    .common_banner .inliner_bg.item8 .bg:nth-of-type(1){width: 0; left: 246px; top: 245px; background-image: url(../img/8_1_s.png);}
    .common_banner .inliner_bg.item8 .bg:nth-of-type(2){width: 0; left: 339px; top: 243px; background-image: url(../img/8_2_s.png);}
    .common_banner .inliner_bg.item8 .bg:nth-of-type(3){width: 0; left: 548px; top: 242px; background-image: url(../img/8_3_s.png);}
    .common_banner .inliner_bg.item8 .bg:nth-of-type(4){width: 0; left: 759px; top: 243px; background-image: url(../img/8_4_s.png);}
    .common_banner .inliner_bg.item8 .bg:nth-of-type(5){width: 0; right: -30px; top: 524px; background-image: url(../img/8_5_s.png); background-position: right top;}
    .common_banner .inliner_bg.item8 .bg:nth-of-type(6){width: 0; right: 68px; top: 522px; background-image: url(../img/8_6_s.png); background-position: right top;}
    .common_banner .inliner_bg.item8 .bg:nth-of-type(7){width: 0; right: 273px; top: 522px; background-image: url(../img/8_7_s.png); background-position: right top;}
    .common_banner .inliner_bg.item8 .bg:nth-of-type(8){width: 0; right: 486px; top: 522px; background-image: url(../img/8_8_s.png); background-position: right top;}
    .common_banner .inliner_list.item8 li.li0 {top: -9px; left: -283px;}
    .common_banner .inliner_list.item8 li.li1 {top: -170px;left: -220px;}
    .common_banner .inliner_list.item8 li.li2 {top: -269px; left:-9px;}
    .common_banner .inliner_list.item8 li.li3 {top: -170px; left: 200px;}
    .common_banner .inliner_list.item8 li.li4 {top: -9px; left: 265px;}
    .common_banner .inliner_list.item8 li.li5 {top: 185px;left: 200px;}
    .common_banner .inliner_list.item8 li.li6 {top: 280px; left: -9px;}
    .common_banner .inliner_list.item8 li.li7 {top: 185px;left: -220px;}

}*/
@media screen and (max-width: 992px){
    .common_banner{overflow: hidden;}
    .common_banner .inliner_bg{display: none;}
    .common_banner .inliner_list{background: none; width: 100%; height: 10px; margin: 0; left: 0; top: auto; bottom: 15px; text-align: center;}
    .common_banner .inliner_list.item4 li{position: static; margin: 0 5px !important; display: inline-block;}
    .common_banner .inliner_list.item8 li{position: static; margin: 0 5px !important; display: inline-block;}
    .common_banner .inliner_banner_con .con{width: 100%; padding: 15px; margin: 0; top: 50%;}
    .common_banner .inliner_banner_con .con h3{font-size: 20px;}
    .common_banner .inliner_banner_con .con h4{font-size: 16px;}
    .common_banner .inliner_banner_con .con p{height: auto;}
    .common_banner .inliner_banner_con .con .no_span{height: 0;}
    .common_banner .mobile_swiper{display: block;}
    .common_banner .mobile_swiper{height: 100%; width: 100%;}
    .common_banner .mobile_swiper .swiper-slide{display: table; width: 100%; height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover;}
    .common_banner .mobile_swiper .cont{display: table-cell; vertical-align: middle; text-align: center; padding: 0 10px; color: #fff;}
    .common_banner .mobile_swiper .cont h3{font-size: 20px;}
    .common_banner .mobile_swiper .cont h4{font-size: 16px; margin: 10px 0;}
    .common_banner .mobile_swiper .cont p{margin: 10px 0; font-size: 13px; line-height: 22px;}
    .common_banner .mobile_swiper .cont a{width: 100px; margin: 0 6px; display: inline-block; vertical-align: top; line-height: 34px; border: 1px solid #fff; text-align: center; font-size: 12px; color: #fff;}
    .common_banner .mobile_swiper .pagination{position: absolute; bottom: 5px; left: 0; width: 100%; text-align: center;}
    .common_banner .mobile_swiper .pagination span{width: 10px; height: 10px; background-color: #fff; border-radius: 50%; display: inline-block; margin: 0 5px;}
    .common_banner .mobile_swiper .pagination .swiper-active-switch{background: #007bc7;}
}

@media (min-width: 1900px) {
    .tabs-content .areas_banner .item .inner .block_txt{
        top: 38vh;
        right: 10px;
    }
}
@media (max-width: 1900px) {
    .tabs-content .areas_banner .item .inner .block_txt{
        top: 38vh;
        right: 10px;
    }
}

@media (max-width: 1600px) {
    .parallax-content .index_banner .item .inner .block_txt{
        bottom: 380px;
        left: 120px;
    }
}

@media (max-width: 1440px) {
    .parallax-content .index_banner .item .inner .block_txt{
        bottom: 200px;
        left: 150px;
    }
    
    .banner_top{
        height:auto;min-height: auto;
    }
    
    .rpo_service_padding{
        padding: 50px 30px 30px 30px;
    }
    
    .recru_1{
        padding: 30px 30px 30px 90px;
    }
    
    .cp_1{
        padding: 60px 10px 30px 160px;
    }
    .cp_2{
        margin: 0 0;
    }
}

@media (max-width: 1280px) {
    .tabs-content .areas_banner .item .inner .block_txt{
        top: 35vh;
        right: 10px;
    }

    .recru_font_1{
        font-size: 26px;
    }
    .recru_font_2{
        font-size: 16px;
    }
    .recru_font_3{
        font-size: 14px;
    }
    .cases_item_box{
        padding-left: 0;padding-right: 30px;
    }
    
}

@media (max-width: 767px){
    .tabs-content .areas_banner .item .inner .block_txt{
        top: 33vh;
        right: 20px;
    }
}