@charset "utf-8";
/* ==============================================================

Template name : Bootsnav - Multi Purpose Header
Categorie : Bootstrap Menu in CSS
Author : adamnurdin01
Version : v1.0.0
Created : 02 Juni  2016
Last update : 02 Juni  2016

============================================================== */
/*
Typography
=========================== */

html,body {
    width:100%;
    height: auto;
    margin:0;
    padding:0;
    overflow-x: hidden;
}

body {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    font-size:14px;
    line-height:24px;
    color:#6f6f6f;
}

a{
    color: #6f6f6f;
}

a,
a:active,
a:focus,
a:hover{
    outline:none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
   
}

a:hover{
    text-decoration:none;
}

h1, h2, h3, h4, h5, h6{
    color:#3f3f3f;
    margin:0 0 15px 0;
    letter-spacing: 1px;
    font-weight: bold;
}

h1{
    font-size:48px;
    line-height:52px;
}

h2{
    font-size:36px;
    line-height:48px;
}

h3{
    font-size:30px;
    line-height:36px;
}

h4{
    font-size:24px;
    line-height:30px;
}

h5{
    font-size:18px;
    line-height:24px;
}

h6{
    font-size:14px;
    line-height:18px;
}

p{
    margin-bottom: 0;
}

.wrapper{
    min-height: 800px;
}

li{
    list-style: none;
}
/*
Navbar
=========================== */
/* Navbar Atribute ------*/
.attr-nav > ul > li > a{
    padding: 28px 15px;
}

ul.cart-list > li.total > .btn{
    border-bottom: solid 1px #cfcfcf !important;
    color: #fff !important;
    padding: 10px 15px;
}

@media (min-width: 1024px) {
    /* Navbar General ------*/
    nav.navbar ul.nav > li > a{
        padding: 29px 0;
        font-weight: 600;
    }

    nav.navbar .navbar-brand{
        margin-top: 0;
    }

    nav.navbar .navbar-brand img.logo{
        width: 50px;
    }

    nav.navbar .navbar-brand{
        margin-top: 0;
    }

    nav.navbar .navbar-brand img.logo{
        width: 264px;
        height: 44px;
    }

    nav.navbar li.dropdown ul.dropdown-menu{
        border-top: solid 5px;
    }

    /* Navbar Center ------*/
    nav.navbar-center .navbar-brand{
        margin: 0 !important;
    }

    /* Navbar Brand Top ------*/
    nav.navbar-brand-top .navbar-brand{
        margin: 10px !important;
    }

    /* Navbar Full ------*/
    nav.navbar-full .navbar-brand{
        position: relative;
        top: -15px;
    }

    /* Navbar Sidebar ------*/
    nav.navbar-sidebar ul.nav,
    nav.navbar-sidebar .navbar-brand{
        margin-bottom: 50px;
    }

    nav.navbar-sidebar ul.nav > li > a{
        padding: 10px 15px;
        font-weight: bold;
    }

    /* Navbar Transparent & Fixed ------*/
    nav.navbar.bootsnav.navbar-transparent.white{
        background-color: rgba(255,255,255,0.3);
        border-bottom: solid 1px #bbb;
    }

    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark,
    nav.navbar.bootsnav.navbar-transparent.dark{
        background-color: rgba(18,70,154,0.9);
        border-bottom: 0;
        height: 78px;
    }

    nav.navbar.bootsnav.navbar-transparent.white .attr-nav{
        border-left: solid 1px #bbb;
    }

    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark .attr-nav,
    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav{
        border-left: 0;
        margin-right: 45px;
    }

    nav.navbar.bootsnav.no-background.white .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.white .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.white ul.nav > li > a,
    nav.navbar.bootsnav.no-background.white ul.nav > li > a{
        color: #fff;
    }

    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.dark ul.nav > li > a{
        color: #eee;
        background: none;
    }

}


@media (max-width: 992px) {

    /* Navbar General ------*/
    nav.navbar .navbar-brand{
        margin-top: 0;
        position: relative;
        top: -2px;
    }

    nav.navbar .navbar-brand img.logo{
        width: 100%;
    }

    .attr-nav > ul > li > a{
        padding: 16px 15px 15px;
    }

    /* Navbar Mobile slide ------*/
    nav.navbar.navbar-mobile ul.nav > li > a{
        padding: 15px 15px;
    }

    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu > li > a{
        padding-right: 15px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title{
        padding-right: 30px !important;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }

    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a{
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }

    /* Navbar Full ------*/
    nav.navbar-full .navbar-brand{
        top: 0;
        padding-top: 10px;
    }
}

/* Navbar Inverse
=================================*/
nav.navbar.navbar-inverse{
    background-color: #222;
    border-bottom: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list > li.total > .btn{
    border-bottom: solid 1px #222 !important;
}

nav.navbar.navbar-inverse ul.cart-list > li.total .pull-right{
    color: #fff;
}

nav.navbar.navbar-inverse.megamenu ul.dropdown-menu.megamenu-content .content ul.menu-col li a,
nav.navbar.navbar-inverse ul.nav > li > a{
    color: #eee;
}

nav.navbar.navbar-inverse ul.nav > li.dropdown > a{
    background-color: #222;
}

nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu > li > a{
    color: #999;
}

nav.navbar.navbar-inverse ul.nav .dropdown-menu h1,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h2,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h3,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h4,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h5,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h6{
    color: #fff;
}

nav.navbar.navbar-inverse .form-control{
    background-color: #333;
    border-color: #303030;
    color: #fff;
}

nav.navbar.navbar-inverse .attr-nav > ul > li > a{
    color: #eee;
}

nav.navbar.navbar-inverse .attr-nav > ul > li.dropdown ul.dropdown-menu{
    background-color: #222;
    border-left: solid 1px #303030;
    border-bottom: solid 1px #303030;
    border-right: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list > li{
    border-bottom: solid 1px #303030;
    color: #eee;
}

nav.navbar.navbar-inverse ul.cart-list > li img{
    border: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list > li.total{
    background-color: #333;
}

nav.navbar.navbar-inverse .share ul > li > a{
    background-color: #555;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu{
    border-right: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a{
    border-bottom: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-content{
    border-left: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a:hover,
nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a:focus,
nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li.active > a{
    background-color: #333 !important;
}

nav.navbar-inverse.navbar-full ul.nav > li > a{
    border:none;
}

nav.navbar-inverse.navbar-full .navbar-collapse .wrap-full-menu{
    background-color: #222;
}

nav.navbar-inverse.navbar-full .navbar-toggle{
    background-color: #222 !important;
    color: #6f6f6f;
}

@media (min-width: 1024px) {
    nav.navbar.navbar-inverse ul.nav .dropdown-menu{
        background-color: #222 !important;
        border-left: solid 1px #303030 !important;
        border-bottom: solid 1px #303030 !important;
        border-right: solid 1px #303030 !important;
    }

    nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu > li > a{
        border-bottom: solid 1px #303030;
    }

    nav.navbar.navbar-inverse ul.dropdown-menu.megamenu-content .col-menu{
        border-left: solid 1px #303030;
        border-right: solid 1px #303030;
    }

    nav.navbar.navbar-inverse.navbar-transparent.dark{
        background-color: rgba(0,0,0,0.3);
        border-bottom: solid 1px #999;
    }

    nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav{
        border-left: solid 1px #999;
    }

    nav.navbar.navbar-inverse.no-background.white .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.navbar-transparent.dark ul.nav > li > a,
    nav.navbar.navbar-inverse.no-background.white ul.nav > li > a{
        color: #fff;
    }

    nav.navbar.navbar-inverse.no-background.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.no-background.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.no-background.dark ul.nav > li > a,
    nav.navbar.navbar-inverse.no-background.dark ul.nav > li > a{
        color: #3f3f3f;
    }
}
@media (min-width: 768px){
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
        background: #fff;
        height: 78px;
        /* width: 240px; */
    }
}
@media (max-width: 992px)  {
    nav.navbar.navbar-inverse .navbar-toggle{
        color: #eee;
        background-color: #222 !important;
    }

    nav.navbar.navbar-inverse .navbar-nav > li > a{
        border-top: solid 1px #303030;
        border-bottom: solid 1px #303030;
    }

    nav.navbar.navbar-inverse ul.nav li.dropdown ul.dropdown-menu  > li > a{
        color: #999;
        border-bottom: solid 1px #303030;
    }

    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu .title{
        border-bottom: solid 1px #303030;
        color: #eee;
    }

    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu ul > li > a{
        border-bottom: solid 1px #303030;
        color: #999 !important;
    }

    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu.on:last-child .title{
        border-bottom: solid 1px #303030;
    }

    nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul{
        border-top: solid 1px #303030;
    }

    nav.navbar.navbar-inverse.navbar-mobile .navbar-collapse{
        background-color: #222;
    }
}
@media (max-width: 767px)  {
    nav.navbar.navbar-inverse.navbar-mobile ul.nav{
        border-top: solid 1px #222;
    }
}


.attr-nav ul li:first-child{
    /* background: url(https://jcex-file-service.oss-cn-hangzhou.aliyuncs.com/newWeb/login_ico.png) no-repeat left center; */
    padding: 0 0 0 5px;
    background-size: 12px;
}
.attr-nav ul li:last-child a{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
    line-height: 30px;
    padding: 0;
    text-align: center;
    font-size: 12px;
    margin: 24px 0 0 13px;
}
/*查询*/
#query{
    height: 220px;
    padding: 70px 55px;
    background: url('https://jcex-file-service.oss-cn-hangzhou.aliyuncs.com/newWeb/check_bg1.jpg') center;
    background-size: cover;
}
#query1{
    height: 320px;
    padding: 145px 55px 70px;
    background: url('https://jcex-file-service.oss-cn-hangzhou.aliyuncs.com/newWeb/check_bg.jpg') center;
    background-size: cover;
}

#query .query-left,#query1 .query-left{
    float: left;
    width: 145px;
    margin-left: 24px;
}
#query .query-left h2,#query1 .query-left h2{
    font-size: 24px;
    color: #0080cb;
    margin-bottom: 0;
}
#query .query-left p,#query1 .query-left p{
    color: #0080cb;
}
#query .query-center,#query1 .query-center{
    float: left;
    width: calc(100% - 369px);
}
#query .query-center input,#query1 .query-center input{
    height: 84px;
    border-radius: 50px;
    width: 90%;
    padding-left: 56px;
    font-size: 16px;
    color: #999;
    border: 0;
    margin: 0 5%;
}
#query .query-center a,#query1 .query-center a{
    height: 84px;
    border-radius: 50px;
    width: 90%;
    padding-left: 78px;
    font-size: 16px;
    color: #999;
    border: 0;
    margin: 0 5%;
}
#query .query-right,#query1 .query-right{
    float: right;
    width: 200px;
}
#query .query-right img,#query1 .query-right img{
    margin-bottom: 0px;
    margin-top: 8px;
}
#query .query-center .btnClick,#query1 .query-center .btnClick{
    display: block !important;
    width: 16%;
    border-radius: 0;
    background: #217ff1 url(https://jcex-file-service.oss-cn-hangzhou.aliyuncs.com/newWeb/search.png) no-repeat center;
    position: absolute;
    right: 0;
    top: 0;
    border-top-right-radius: 41px;
    border-bottom-right-radius: 41px;
    background-size: 26px;
    padding-left: 0;
}
.ewm.iphone{
    display: none;
}
/*简介*/
.introduction{
    width: 100%;
    position: relative;
}
.introduction p{
    line-height: 28px;
    margin: 60px 0 40px;
    
}
.introduction p:nth-child(2){
    height: 172px;
    overflow: hidden;
}
.introduction img{
    width: 100%;
}
.introduction-left{
    width: 50%;
    float: left;
    padding: 110px 105px 130px 8%;
    display: inline-block;
}
.introduction-left a{
    float:right;
    font-size: 16px;
    color: #0080cb;
    font-weight: normal;
}
.introduction-right{
    width: 50%;
    /* float: left; */
    background: #f8f8f8;
    padding: 110px 8% 130px 105px;
    display: inline-block;
}
.introduction-right a{
    float:right;
    font-size: 16px;
    color: #0080cb;
    font-weight: normal;
}
.introduction h2{
    font-size: 26px;
    font-weight: bold;
    color: #3e3e3e;
}
.introduction h2:after{
    position: absolute;
    content: '';
    width: 46px;
    height: 4px;
    background: #ff9f09;
    bottom: -9px;
    left: 0;
}

/*产品与服务*/
.visor-carousel,
.visor-carousel .visor-wrapper,
.visor-carousel .carousel-inner > .item{
    height: 469px;
}
.visor-carousel .carousel-inner > .item > img {
    height: 348px;
}
.visor-carousel .carousel-inner > .item > img {
    width: 100%;
}
.productsAndServices{
    padding-top: 110px;
    background: url('https://jcex-file-service.oss-cn-hangzhou.aliyuncs.com/newWeb/product_bg.jpg') no-repeat;
    height: 985px;
}
.productsAndServices.platform{
    padding-top: 110px;
    background: #f8f8f8;
    height: auto;
}
.productsAndServices.cooperative{
    padding-top: 110px;
    background: #ffffff;
    height: 570px;
}
.productsAndServices h3{
    font-size: 32px;
    text-align: center;
    color: #fff;
    width: 213px;
    margin: 0 auto;
}
.productsAndServices.platform h3,.productsAndServices.cooperative h3{
    color: #3d3d3d;
}
.productsAndServices h3:after{
    position: absolute;
    content: '';
    width: 46px;
    height: 4px;
    background: #ff9f09;
    bottom: -15px;
    left: calc((100% - 46px) / 2);
}
.productsAndServices.platform p,.productsAndServices.cooperative p{
    color: #808080;
    padding: 27px 0 57px 0;
}
.productsAndServices p {
    text-align: center;
    color: #fff;
    padding: 27px 0 238px 0;
    font-size: 16px;
}
.containeFluid{
    padding: 19px 36px;
    background: #fff;
    box-shadow: 0px 0px 8px #eae6e6;
}
#list.advantage .containeFluid{
    padding: 19px 0px;
    background: #fff;
    box-shadow: none;
}
.containeFluid .introduce h1{
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    color: #000;
}
#list.advantage .containeFluid .introduce h1{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    color: #000;
}
.containeFluid .introduce p{padding: 10px 0 0 0;color: #737373;font-size: 14px;white-space: nowrap;overflow:hidden;text-overflow:ellipsis;position: relative;height: 55px;margin: 0;text-align: left;}
#list.advantage .containeFluid .introduce p{padding: 10px 0 0 0;color: #737373;font-size: 14px;white-space: nowrap;overflow:hidden;text-overflow:ellipsis;position: relative;height: 15px;margin: 0;text-align: left;}
.containeFluid .introduce p:after{
    position: absolute;
    content: '';
    width: 24px;
    height: 2px;
    background: #ef8200;
    bottom: 0;
    left: 0;
    z-index: 2;
    transition: width 1s;
    -webkit-transition: width 1s; /* Safari */
}
#myVisor3 .item.col-md-4 .img-kuang{
    overflow: hidden;
    width: 100%;
}
#myVisor3 .item.col-md-4:hover{
    /*  animation: myfirst 1s;
      -webkit-animation: myfirst 1s; !* Safari Ã¤Â¸Å½ Chrome *!*/
}
#myVisor3 .item.col-md-4:hover img{
    transform:scale(1.2);
}
#myVisor3 .item.col-md-4:hover .containeFluid .introduce p:after{
    width: 60px;
}
#tagging{
    position: absolute;
    bottom: 0;
    height: 220px;
    width: 84%;
    left: 8%;
}
#tagging ul{
    display: flex;
    justify-content: space-around;
    width: 60%;
    margin: 68px auto 0;
}
#tagging ul li {
    float: left;
    width: auto;
    padding: 5px 18px;
    background: #a0a4aa;
    color: #fff;
    border-radius: 16px;
}
#tagging ul li.active {
    float: left;
    width: auto;
    padding: 5px 18px;
    background: #0a7ede;
    color: #fff;
    border-radius: 16px;
}


/*交易平台*/
#platformJoin{
    width: 84%;
    padding: 0 50px 104px;
    /*   height: 618px;*/
    margin: 0 auto;
}
#platformJoin img{
    width: 100%;
}
#platformJoin .platformJoin_left{
    float: left;
    width: 64%;
    position: relative;
    display: inline-block;
}
#platformJoin .platformJoin_left .ewm{
    position: absolute;
    right: 8%;
    bottom: 10%;
    text-align: center;
}
#platformJoin .platformJoin_left .ewm p{
    padding: 0;
    color: #fff;
    font-size: 18px;
    margin: 10px 0 0 0;
}
#platformJoin .platformJoin_right{
    width: 35%;
    display: inline-block;
}
#platformJoin .platformJoin_right_top{
    height: calc(100% - 43px);
}
#platformJoin .platformJoin_right_top-img{
    position: relative;
    width: 50%;
    float: left;
}
#platformJoin .platformJoin_right_top-img .dialong{
    position: absolute;
    bottom: 0;
    background: #353434;
    opacity: 0.7;
    text-align: center;
    height: 40px;
    line-height: 40px;
    width: 100%;
    color: #fff;
    font-size: 1.125rem;
}
#platformJoin .platformJoin_right_bottom{
    background: #eaeded;
    height: 43px;
}
#platformJoin .platformJoin_right_bottom-join{
    width: 139px;
    float: left;
    background: #fff;
    color: #808080;
    height: 43px;
    text-align: center;
    line-height: 42px;
}
#platformJoin .platformJoin_right_bottom-back{
    width: calc(100% - 139px);
    float: left;
    height: 100%;
    background: url("https://jcex-file-service.oss-cn-hangzhou.aliyuncs.com/newWeb/news_more.png") calc(100% - 10px) center no-repeat;
}

/*信息*/
#information{
    height: 562px;
    background: url('https://jcex-file-service.oss-cn-hangzhou.aliyuncs.com/newWeb/num_map_bg.png') no-repeat center;
}
#information ul{
    display: flex;
    justify-content: space-around;
    padding: 0;
}
#information ul li{
    /* width: 10%; */
    text-align: center;
    margin-top: 101px;
}
#information ul li span{
    /* display: block; */
}
#information ul li p:first-child{
    font-size: 34px;
    font-weight: bold;
    padding: 150px 0 29px 0;
    color: #575757;
}
#information ul li p:first-child i{font-style: normal;font-size: 18px;padding: 0 0 0 12px;color: #808080;}


/*新闻*/
#new{
    height: 635px;
}
#new .new-left{
    width: 50%;
    height: 100%;
    float: left;
    padding-top: 115px;
    padding-left: 8%;
    padding-right: 8%;
    background: url("https://jcex-file-service.oss-cn-hangzhou.aliyuncs.com/newWeb/news_bg.jpg") no-repeat;
}
#new .new-right{
    width: 50%;
    height: 100%;
    float: left;
    padding-left: 8%;
    background: #f5f6f7;
    padding-top: 92px;
}
#myTabContent{
    margin-top: 37px;
}
#myTabContent ul{
    padding: 0;
}
#myTabContent ul li{
    margin: 0 0 0 0;
    height: 106px;
    line-height: 31px;
}
#myTabContent ul li a{
    display: block;
}
#myTabContent ul li a:hover p:first-child{
    color: #0080cb !important
}
#myTabContent ul li a:hover p:last-child{
    color: #0080cb !important
}
#myTabContent ul li div p{
    margin: 0;
}
#myTabContent ul li div:first-child{
    width: 100px;
    float: left;
    text-align: center;
}
#myTabContent ul li div:last-child{
    width: calc(100% - 130px);
    float: left;
    text-align: center;
}
#myTabContent ul li div:first-child p:first-child{
    font-size: 26px;
    color: #666;
    font-weight: bold;
}
#myTabContent ul li div:first-child p:last-child{
    font-size: 14px;
    color: #808080;
}
#myTabContent ul li div:last-child p:first-child{
    font-size: 18px;
    color: #3d3d3d;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
#myTabContent ul li div:last-child p:last-child{
    text-align: left;
}
.nav-tabs{
    display:flex;
    justify-content:space-around
}
.nav-tabs>li{
    margin: 0;
    width: 25%;
}
.nav-tabs>li>a {
    margin-right: 0px;
    line-height: 40px;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
    color: #b2b2b2;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border: 0;
    background:none;
    border-bottom: 3px solid #ef8200;
    margin-bottom: -1px;
    color: #4c4c4c;
    font-size: 16px;
    font-weight: bold;
    margin-right: 0;
    line-height: 40px;
    border-radius: 0;
}
.nav>li>a:focus, .nav>li>a:hover{
    border: 0;
    background:none;

}

/*新闻滚动*/
.sec1{background: #f2f2f2;}
.main{max-width:1200px; margin:0 auto; padding:40px 0;}
.title{font-size:24px; margin-bottom: 1em; text-align: center;}
.img-count,.img-count img{position:relative;}
.img-count-in{ position:absolute; top:0; left:0; right:0; bottom:0; overflow:hidden;height:100%; *height:100%;}

.w-newsList1{position: relative;height: 100%;width: 100%;/* overflow: hidden; */}
.w-newsList1 a{ display: block; text-decoration: none; color: #333;}
.w-newsList1 .news-item{position:relative;}
.w-newsList1 .news-text .news-text-img {height: 320px;overflow: hidden;}
.w-newsList1 .news-text .news-text-img img{ width:100%;}
/*.w-newsList1 .news-text-img img{ transition:transform 3.5s; -webkit-transition:transform 3.5s;transform:scale(1); -webkit-transform:scale(1);}
.w-newsList1 .swiper-slide.swiper-slide-active .news-text-img img{ transform:scale(1.5); -webkit-transform:scale(1.5);}*/
.w-newsList1 .aspectRatio{padding-bottom:450px;}
.w-newsList1 .news-text{padding: 0 0 11px 0;width: 100%;overflow:hidden;border-bottom: 1px solid #0080cb;}
:root .w-newsList1 .news-text{}
.w-newsList1 .date{line-height: 1.4;margin-bottom: 0.8em;width: 150px;font-size: 14px;float: left;}
.w-newsList1 .date .year{font-size: 14px;color: #0080cb;}
.w-newsList1 .date .day_month{font-size:17px; color: #bebebe;}
.w-newsList1 .news-h{font-size: 22px;font-weight: bold;line-height: 2.8;height:2.8em;overflow: hidden;margin-bottom: 0.3em;color: #fff;margin-top: 0.9em;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.w-newsList1 .news-sum{ line-height: 1.8; height:3.5em; overflow: hidden; color:#aaa;}
.w-newsList1 .more{width: 90px;height: 24px;float: right;background: url("https://jcex-file-service.oss-cn-hangzhou.aliyuncs.com/newWeb/news_more.png") center no-repeat;}
.w-newsList1 .adSN_page{position: absolute;z-index: 9;left: -83px;bottom: 87%;margin-bottom: -123px;top: auto;transform: none;-webkit-transform: none;width: 20px;padding-left: 4%;}
.w-newsList1 .adSN_page span{ display: inline-block; *display:inline; *zoom:1; margin:0 6px;}
.w-newsList1 .swiper-num{ position: absolute; z-index: 9; right: 15px; top:50%; margin-top: -130px; color: #bebebe;}
.w-newsList1 .swiper-num .active{ font-size:32px; font-weight: bold;}

.w-newsList2{position: relative; overflow:hidden;}
.w-newsList2 a{ display: block; text-decoration: none; color: #333;}
.w-newsList2 .news-item{ position:relative;}
.w-newsList2 .img{ float: right; width:52%; overflow: hidden;}
.w-newsList2 .img img{transition:transform 3.5s; -webkit-transition:transform 3.5s;transform:scale(1.1); -webkit-transform:scale(1.1);}
.w-newsList2 .swiper-slide.swiper-slide-active .img img{ transform:scale(1); -webkit-transform:scale(1);}
.w-newsList2 .news-text{ margin-right:56%;}
.w-newsList2 .news-h{font-size:28px; line-height: 1.4; margin-bottom: 1em;}
.w-newsList2 .news-sum{margin-top:30px; line-height: 1.8; color:#808080;}
.w-newsList2 .more{position: absolute; left: 0; bottom: 1em; line-height: 2.8; padding: 0 3em; border:1px solid #aaa; color:#333;overflow: hidden; -webkit-transition: all .6s;transition: all .6s;}
.w-newsList2 .more:hover{color:#fff; border-color:#FF6600;}
.w-newsList2 .more .bgsqr1,.w-newsList2 .more .bgsqr2,.w-newsList2 .more .bgsqr3,.w-newsList2 .more .bgsqr4{background:#FF6600;position: absolute;top:0; width: 0px;height: 100%;-webkit-transition: all 0.4s; transition: all 0.4s; opacity:0.35;}
.w-newsList2 .more .bgsqr3,.w-newsList2 .more .bgsqr4{ opacity:0.75;}
.w-newsList2 .more .bgsqr1{ left:0;}
.w-newsList2 .more .bgsqr2{ right:0}
.w-newsList2 .more .bgsqr3{ right:0;}
.w-newsList2 .more .bgsqr4{ left:0;}
.w-newsList2 .more:hover .bgsqr1,.w-newsList2 .more:hover .bgsqr2,.w-newsList2 .more:hover .bgsqr3,.w-newsList2 .more:hover .bgsqr4{ width:100%;}
.w-newsList2 .more:hover .bgsqr3,.w-newsList2 .more:hover .bgsqr4{-webkit-transition-delay:.4s;transition-delay:.4s;}
.w-newsList2 .more span{ position:relative; z-index:1;}
.w-newsList2 .adSN_page{ position: absolute; left: auto; right:10px; width: auto; z-index: 10; text-align: right; }
.w-newsList2.swiper-container-horizontal .adSN_page{bottom:20px;}
.w-newsList2 .adSN_page span{ background: #c9c9c9; opacity: 1; width:40px; height: 5px; border-radius: 0; -webkit-border-radius: 0;}
.w-newsList2 .adSN_page span.swiper-pagination-bullet-active{background: #f60;}
.w-newsList2.swiper-container-vertical .adSN_page span{margin:15px 0;}



/*合作伙伴*/
.Box {position: relative;}
.Box .content {width: 1200px;margin: 0 auto;}
.Box h2 {text-align: center;margin-bottom: 35px;padding-top: 250px;}
.Box .Box_con {position: relative;}
.Box .Box_con .btnl {position: absolute;}
.Box .Box_con .btn {display: block;width: 56px;height: 56px;position: absolute;top: 29px;cursor: pointer;}
.Box .Box_con .btnl {background: #948f8f url(https://jcex-file-service.oss-cn-hangzhou.aliyuncs.com/newWeb/youbian.png) no-repeat center;left: -72px;transform: rotate(-180deg);}
.Box .Box_con .btnr {background: #948f8f url(https://jcex-file-service.oss-cn-hangzhou.aliyuncs.com/newWeb/youbian.png) no-repeat center;right: -72px;}
.Box .Box_con .btnl:hover {background:#948f8f url(https://jcex-file-service.oss-cn-hangzhou.aliyuncs.com/newWeb/youbian.png) no-repeat center;transform: rotate(-180deg);}
.Box .Box_con .btnr:hover {background:#948f8f url(https://jcex-file-service.oss-cn-hangzhou.aliyuncs.com/newWeb/youbian.png) no-repeat center;}
.Box .Box_con .conbox {position: relative;overflow: hidden;}
.Box .Box_con .conbox ul {position: relative;list-style: none;}
.Box .Box_con .conbox ul li {float: left;width: 240px;margin-left: 20px;overflow: hidden;border: 1px solid #ccc;}
.Box .Box_con .conbox ul li:first-child {margin-left: 0;}
.Box .Box_con .conbox ul li img {display: block;width: 100%;transition: all 0.5s;}
.Box .Box_con .conbox ul li:hover img {transform: scale(1.1);}

.Box .BoxSwitch {margin-top: 30px;text-align: center;}
.Box .BoxSwitch span {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;width: 30px;height: 3px;background: #ccc;margin: 0 5px;cursor: pointer;}
.Box .BoxSwitch span.cur {background: red;}



/*底部*/
#footerMain{/* height: 535px; */background: url('https://jcex-file-service.oss-cn-hangzhou.aliyuncs.com/newWeb/bot_bg.jpg') 0 0 no-repeat;position: relative;}
#footerMain .footerMain-top{width: 84%;margin: 0 auto;padding: 92px 0  0;height: 325px;}
#footerMain .footerMain-top .footerMain-top-left{width: 300px;float: left;color: #fff;}
#footerMain .footerMain-top .footerMain-top-left h4{font-size: 18px;color: #fff}
#footerMain .footerMain-top .footerMain-top-left p.time{font-size: 14px}
#footerMain .footerMain-top .footerMain-top-left p.tel{font-size: 18px}
#footerMain .footerMain-top .footerMain-top-center{width: calc(100% - 470px);float: left;justify-content: space-around;display: flex;padding: 0 50px;}
#footerMain .footerMain-top .footerMain-top-center dl{width: auto;float: left;color: #fff}
#footerMain .footerMain-top .footerMain-top-center dt{font-size: 15px;font-weight: 600;}
#footerMain .footerMain-top .footerMain-top-center dt a{color: #fff}
#footerMain .footerMain-top .footerMain-top-center dd{font-size: 14px;color: #8899b7;margin: 16px 0 0 0;}
#footerMain .footerMain-top .footerMain-top-center dd a{color: #8899b7}
#footerMain .footerMain-top .footerMain-top-right{width: 170px;float: right;text-align: center;}
#footerMain .footerMain-top .footerMain-top-right p{color: #fff;margin-top: 20px;}
#footerMain:after{position: absolute;content: '';left: 4%;bottom: 96px;width: 92%;height: 1px;background: #39588c;}
#footerMain .footerMain-center{width: 84%;margin: 0 auto;height: 108px;}
#footerMain .footerMain-center .footerMain-center-left{padding: 63px 0 0 0;color: #8899b7;float: left;}
#footerMain .footerMain-center .footerMain-center-right{margin: 0 auto 10px;width: 84%;padding: 63px 0 0 0;color: #8899b7;float: right;text-align: right;}
#footerMain .footerMain-bottom{height: 40px;background: #0a1831;color: #51627b;text-align: center;line-height: 40px;font-size: 12px}
#footerMain .footerMain-center .douyinEwm{display: none;}
#footerMain .footerMain-center .footerMain-center-right a:last-child:hover .douyinEwm{
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -145px;
    right: -25px;
}
/*内页*/
#banner{ position: relative;height: 322px;}
#banner.product{background: url('https://jcex-file-service.oss-cn-hangzhou.aliyuncs.com/newWeb/b_product.jpg') center top no-repeat;background-size: cover;}
#banner.product.yunlliyoushi{background: url('https://jcex-file-service.oss-cn-hangzhou.aliyuncs.com/newWeb/adv_banner.jpg') center top no-repeat;background-size: cover;}
#banner.productdetail{background: url('https://jcex-file-service.oss-cn-hangzhou.aliyuncs.com/newWeb/b_product_m.jpg') center top no-repeat;background-size: cover;}
#banner.advantage{background: url('https://jcex-file-service.oss-cn-hangzhou.aliyuncs.com/newWeb/b_adv_airp.jpg') center top no-repeat;background-size: cover;height: 542px;}
#banner.advantage3{background: url('https://jcex-file-service.oss-cn-hangzhou.aliyuncs.com/newWeb/b_adv_sea(1).jpg') center top no-repeat;background-size: cover;height: 542px;}
#banner.advantage2{background: url('https://jcex-file-service.oss-cn-hangzhou.aliyuncs.com/newWeb/b_adv_road.jpg') center top no-repeat;background-size: cover;height: 542px;}
#banner.advantage1{background: url('https://jcex-file-service.oss-cn-hangzhou.aliyuncs.com/newWeb/b_adv_train.jpg') center top no-repeat;background-size: cover;height: 542px;}
#banner.InformationCenter{background: url('https://jcex-file-service.oss-cn-hangzhou.aliyuncs.com/newWeb/b_news.jpg') center top no-repeat;background-size: cover;height: 322px;}
#banner.toJcex{background: url('https://jcex-file-service.oss-cn-hangzhou.aliyuncs.com/newWeb/b_about.jpg') center top no-repeat;background-size: cover;height: 322px;}
#banner.contact{background: url('https://jcex-file-service.oss-cn-hangzhou.aliyuncs.com/newWeb/b_contact.jpg') center top no-repeat;background-size: cover;height: 322px;}
#banner.onlineMessage{background: url('https://jcex-file-service.oss-cn-hangzhou.aliyuncs.com/newWeb/b_notice.jpg') center top no-repeat;background-size: cover;height: 322px;}
#banner.recruitment{background: url('https://jcex-file-service.oss-cn-hangzhou.aliyuncs.com/newWeb/b_recruit.jpg') center top no-repeat;background-size: cover;height: 322px;}
#banner.downloadCenter{background: url('https://jcex-file-service.oss-cn-hangzhou.aliyuncs.com/newWeb/b_download.jpg') center top no-repeat;background-size: cover;height: 322px;}
#banner .banner-title{position: absolute;width: 100%;text-align: center;top: 50%;color: #fff;}
#banner .banner-title p:first-child{font-size: 32px;font-weight: bold;}
#banner .banner-title p:last-child{font-size: 14px;margin-top: 20px;}
#banner.advantage .advantage-title{width: 74%;height: 80px;line-height: 80px;text-align: center;position: absolute;bottom: 0;background: #045fc3;border-top-left-radius: 10px;border-top-right-radius: 10px;left: 13%;font-size: 30px;color: #fff;}
#banner.advantage1 .advantage-title{width: 74%;height: 80px;line-height: 80px;text-align: center;position: absolute;bottom: 0;background: #045fc3;border-top-left-radius: 10px;border-top-right-radius: 10px;left: 13%;font-size: 30px;color: #fff;}
#banner.advantage2 .advantage-title{width: 74%;height: 80px;line-height: 80px;text-align: center;position: absolute;bottom: 0;background: #045fc3;border-top-left-radius: 10px;border-top-right-radius: 10px;left: 13%;font-size: 30px;color: #fff;}
#banner.advantage3 .advantage-title{width: 74%;height: 80px;line-height: 80px;text-align: center;position: absolute;bottom: 0;background: #045fc3;border-top-left-radius: 10px;border-top-right-radius: 10px;left: 13%;font-size: 30px;color: #fff;}
/*列表*/
#list{width: 73%;margin: 0 auto;padding: 86px 0 40px 0;min-width: 1024px;}
#list.advantage{width: 100%;margin: 0 auto;padding: 0 0 0px 0;}
#list.advantage .img-kuang img{width:100%}
#list .visor-carousel,#list .visor-carousel .visor-wrapper,#list .visor-carousel .carousel-inner > .item{height: auto;margin: 0px 0 80px 0;}
#list.advantage .visor-carousel,#list.advantage .visor-carousel .visor-wrapper,#list.advantage .visor-carousel .carousel-inner > .item{height: auto;margin: 0px 0 40px 0;padding: 0;}
#list.advantage .carousel-inner{display:flex;justify-content: space-between;flex-wrap: wrap;}
#list.advantage .visor-carousel .carousel-inner > .item{width:32%}
#list.advantage .visor-carousel .carousel-inner > .item:last-child{/* margin:0 *//* display: none; */}
#list-detail{width: 70%;margin: -74px auto 0;padding: 40px 40px;background: #fff;}
#list-detail img{max-width: 100%;}
#list-detail i{text-align:center;display:block;font-style:normal;color: #b1a5a5;}
#list-detail h5{font-size: 22px;text-align: center;color: #615959;margin: 0 0 13px 0;}
#list-detail span{font-size: 14px;/* text-align: center; */color: #b1a5a5;/* display: block; */}
#list-detail p{font-size: 14px;color: #888282;}
#list-detail hr{font-size: 14px;margin: 34px 0;border: solid 1px #efefef;}
#list-detail-page{width: 84%;margin: 0 auto 16px;padding: 40px 40px;border-bottom: 1px solid #ece1e1;}
#list-detail-page .list-detail-page-left{float: left}
#list-detail-page .list-detail-page-right{float: right}
#list-detail-page a{color: #0c63e4}
#relevantNews{width: 84%;margin: 50px auto 16px;padding: 40px 40px;}
#relevantNews h4{font-size: 18px}
#relevantNews ul{display: flex;padding: 0;justify-content: space-between;flex-wrap: wrap;}
#relevantNews ul li{width: 30%;float: left;margin-bottom: 20px;flex-wrap: wrap;}
#relevantNews ul li div img{width: 100%}
#relevantNews ul li div:first-child{width: 150px;float: left;margin: 0 20px 0 0;height: 90px;overflow: hidden;}
#relevantNews ul li div:last-child{width: calc(100% - 170px);float: left}
#relevantNews ul li div h5{font-size: 16px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
#relevantNews ul li div p{font-size: 14px;word-break: break-all;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
/*优势*/
#advantage-main{width: 73%;margin: 0 auto;min-width: 1024px;}
#advantage-main .advantage-main-content{width: 86%;margin: -60px auto 0;}
#advantage-main .advantage-main-content h4{margin: 0;text-align: center;font-size: 36px;padding: 108px 0 65px;}
.carousel-control.left{width: 50px;height: 50px;background: #d8d8d8;left: 60px;top: 37%;opacity: 1;border-radius: 7px;}
.carousel-control.right{width: 50px;height: 50px;background: #d8d8d8;right: 60px;top: 37%;opacity: 1;border-radius: 7px;}
.carousel{}
#advantage-main .advantage-main-content ul{padding: 0 0 80px 0;display: flex;justify-content: space-between;flex-wrap: wrap;}
#advantage-main .advantage-main-content ul li{width: 47%;display: inline-block;border-bottom: 1px solid #efe7e7;margin: 46px 0 0 0;font-size: 16px;/* font-weight: bold; */}
#advantage-main .advantage-main-content ul li span:nth-child(2){
    margin-right: 28px;
    margin-bottom: 16px;
    display: inline-block;
}
#advantage-main .advantage-main-content ul li h5{font-size: 14px;color: #6d6868;font-weight: normal;}
#advantage-main .advantage-main-content ul li p{font-size: 20px;color: #3f3f3f;}
#advantage-main .advantage-main-content ul li:last-child{width: 100%;}
#advantage-main .advantage-main-content ul li:last-child p{font-size: 16px;}

#advantage-main .advantage-main-content ul.haiyun{padding: 0 0 80px 0;display: flex;justify-content: space-between;flex-wrap: wrap;}
#advantage-main .advantage-main-content ul.haiyun li{width: 100%;display: inline-block;border-bottom: 1px solid #efe7e7;margin: 46px 0 0 0;}
#advantage-main .advantage-main-content ul.haiyun li h5{font-size: 14px;color: #6d6868;font-weight: normal;}
#advantage-main .advantage-main-content ul.haiyun li p{font-size: 20px;color: #3f3f3f;}
#advantage-main .advantage-main-content ul.haiyun li:first-child{border-bottom:0}

/*新闻*/
.InformationCenter-list{height: 42px;}
.InformationCenter-list li{width: 116px;float: left;height: 42px;line-height: 42px;text-align: center;border: 1px solid #efeaea;margin-right: 15px;border-radius: 3px;cursor: pointer;}
.InformationCenter-list li.active{background: #0a7ede;color: #fff;border: 0;}
.InformationCenter-newList li{height: 220px;border-bottom: 1px solid #f2f2f2;margin-top: 57px;}
.InformationCenter-newList li .newList-img{display: inline-block;width: 287px;float: left;height: 170px;overflow: hidden;padding-bottom: 21px;}
.InformationCenter-newList li .newList-img img{width: 100%;height: 100%;}
.InformationCenter-newList li .newList-content{display: inline-block;float: left;margin: 0 40px;width: calc(100% - 287px - 80px - 55px);}
.InformationCenter-newList li .newList-date{display: inline-block;float: left;width: 55px;margin-top: 12px;}
.InformationCenter-newList li .newList-content h2{font-size: 20px;font-weight: normal;overflow: hidden;/*超出部分隐藏*/white-space: nowrap;/*不换行*/text-overflow:ellipsis;/*超出部分文字以...显示*/}
.InformationCenter-newList li .newList-content p{height: 50px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.InformationCenter-newList li .newList-date span:first-child{font-size: 16px;font-weight: bold;text-align: right;display: inline-block;width: 100%;}
.InformationCenter-newList li .newList-date span:last-child{display: inline-block;text-align: right;width: 100%;}
.b.pages{text-align: center;margin: 40px 0;}


/*关于佳成*/
#IntroductionToJcex{width: 74%;margin: 0 auto 68px;}
#IntroductionToJcex .IntroductionToJcex-main{width: 86%;margin: 0 auto;min-width: 1024px;}
#IntroductionToJcex .IntroductionToJcex-main .IntroductionToJcex-main-top{height: 411px;margin: 65px 0;}
#IntroductionToJcex .IntroductionToJcex-main .IntroductionToJcex-main-top .IntroductionToJcex-main-top-left{width: 60%;background: url("https://jcex-file-service.oss-cn-hangzhou.aliyuncs.com/newWeb/about_p01.jpg") no-repeat;height: 100%;background-size: cover;float: left;padding: 37px 30px;overflow: hidden;}
#IntroductionToJcex .IntroductionToJcex-main .IntroductionToJcex-main-top .IntroductionToJcex-main-top-left p:last-child{display:none}
#IntroductionToJcex .IntroductionToJcex-main .IntroductionToJcex-main-top .IntroductionToJcex-main-top-left h4{width: 100%;color: #fff;position:relative}
#IntroductionToJcex .IntroductionToJcex-main .IntroductionToJcex-main-top .IntroductionToJcex-main-top-left p{color: #fff;/* padding: 30px 0; */display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 12;/* height: 250px; */overflow: hidden;margin: 32px 0 0 0;font-size: 12px;/* text-align-last: justify; */text-align: justify;display: inline-block;}
#IntroductionToJcex .IntroductionToJcex-main .IntroductionToJcex-main-top .IntroductionToJcex-main-top-left h4:after{position:absolute;content:'';width:60px;height: 3px;background: #ef8200;left:0;bottom: -20px;}
#IntroductionToJcex .IntroductionToJcex-main .IntroductionToJcex-main-top .IntroductionToJcex-main-top-right{width: 40%;float: left;height: 100%;}
#IntroductionToJcex .IntroductionToJcex-main .IntroductionToJcex-main-top .IntroductionToJcex-main-top-right img{width: 100%;height: 100%;}
#IntroductionToJcex .IntroductionToJcex-main .IntroductionToJcex-title{text-align: center;font-size: 22px;margin-bottom: 65px;clear: both;}
#IntroductionToJcex .IntroductionToJcex-main .developmentHistory{height: 80px;line-height: 80px;margin-bottom: 20px;}
#IntroductionToJcex .IntroductionToJcex-main .developmentHistory-left{width: 168px;float: left;padding-left: 20px;height: 80px;}
#IntroductionToJcex .IntroductionToJcex-main .developmentHistory-left span:first-child{font-size: 30px;font-weight: bold;margin-right: 10px;}
#IntroductionToJcex .IntroductionToJcex-main .developmentHistory-left span:last-child{font-size: 18px;}
#IntroductionToJcex .IntroductionToJcex-main .developmentHistory-right{width:calc(100% - 168px);float: left;background: #f5f5f5;padding: 0 0 0 58px;font-size: 16px;}
#enterpriseScale{height:auto;position: relative}
#enterpriseScale img{width: 100%}
#enterpriseScale .enterpriseScale-main{width: 74%;position: absolute;top: 0;left: 13%;}
#enterpriseScale .enterpriseScale-main .enterpriseScale-main-content{width: 86%;margin: 0 auto;}
#enterpriseScale .enterpriseScale-main .enterpriseScale-main-content .IntroductionToJcex-title{text-align: center;font-size: 22px;margin-bottom: 65px;color: #fff;margin-top: 65px;}
#enterpriseScale .enterpriseScale-main .enterpriseScale-main-content ul{color: #fff;height: 260px;padding: 0;justify-content: space-between;display: flex;flex-wrap: wrap;}
#enterpriseScale .enterpriseScale-main .enterpriseScale-main-content ul li{width: 46%;height: 48px;line-height: 48px;float: left;border: 1px solid #80a4e1;text-align: center;/* margin: 0 2% 35px 0; */font-size: 14px;}
#enterpriseScale .enterpriseScale-main .enterpriseScale-main-content ul li:nth-child(3){margin-right: 0}
#enterpriseScale .enterpriseScale-main .enterpriseScale-main-content ul li:nth-child(6){margin-right: 0}
#enterpriseScale .enterpriseScale-main .enterpriseScale-main-content ul li:nth-child(9){margin-right: 0}
#enterpriseScale .enterpriseScale-main .enterpriseScale-main-content ul li span{font-size: 18px;margin: 0 3px;font-weight: bold;}
#staffStyle{width: 74%;margin: 0 auto 77px;}
#staffStyle .IntroductionToJcex-main{width: 86%;margin: 0 auto}
#staffStyle .IntroductionToJcex-main .IntroductionToJcex-title{text-align: center;margin: 65px 0;font-size: 22px;}
#staffStyle .staffStyle-pic-top{height: 350px}
#staffStyle .staffStyle-pic-top .staffStyle-pic-top-left{width: 65%}
#staffStyle .staffStyle-pic-top .staffStyle-pic-top-right{width: 65%}
#staffStyle .staffStyle-pic-bottom{/* height: 350px; */width: 100%;display: flex;justify-content: space-between;margin: 0 0 10px 0;flex-wrap: wrap;}
#staffStyle img{width: 100%}
#staffStyle .staffStyle-pic-bottom div{width: 32%;height: 252px;overflow: hidden;margin-bottom: 31px;}


#enterpriseQualification{/* width: 74%; *//* margin: 0 auto; */height: 1000px;background: #f8f8f8;}
#enterpriseQualification .enterpriseQualification-main{}
#enterpriseQualification .enterpriseQualification-main ul {width: 466px;float: left;text-align: right;line-height: 34px;padding-top: 46px;}
#enterpriseQualification .enterpriseQualification-main ul li.active{border-right: 4px solid #ef8200;/* margin-bottom: 26px; */padding-right: 15px;color: #3d3d3d;font-size: 14px;font-weight: bold;}
#enterpriseQualification .enterpriseQualification-main ul li{margin-bottom: 26px;padding-right: 15px;color: #808080;font-size: 14px;font-weight: bold;cursor: pointer;margin: 0 10px 0 0;}
#enterpriseQualification .enterpriseQualification-main .nav-list {float: left;width: calc(100% - 466px);}
#enterpriseQualification .enterpriseQualification-main .nav-list .nav1{height:1000px}
#enterpriseQualification .enterpriseQualification-main .enterpriseContent {width: 80%;max-height: 1000px;overflow-y: auto;padding-top: 40px;padding-left: 20px;}
#enterpriseQualification .enterpriseQualification-main .enterpriseContent img{width: 100%}

#partyBuild{width: 74%;margin: 0 auto}
#partyBuild .partyBuild-main{width: 86%;margin: 0 auto}
#partyBuild .partyBuild-main .corporateCulture{display: flex;justify-content: space-between;flex-wrap: wrap;}
#partyBuild .partyBuild-main h3{text-align: center;margin: 65px;}
#partyBuild .partyBuild-main .corporateCulture div{width: 32%;text-align: center;}
#partyBuild .partyBuild-main .corporateCulture div img{width: 100%}
#partyBuild .partyBuild-main .corporateCulture div p:nth-child(2){width: 100%;font-size: 22px;color: #000;margin: 20px 0 9px 0;}
#partyBuild .partyBuild-main .corporateCulture div p:nth-child(3){width: 100%}


#contact{width: 74%;margin: 0 auto}
#contact .contact-main{width: 86%;margin: 0 auto}
#contact .contact-main .contact-main-top{height: 310px;background: #fff;margin: -71px 0 0 0;}
#contact .contact-main .contact-main-top .contact-main-top-left{width: 50%;float: left;padding: 50px;}
#contact .contact-main .contact-main-top .contact-main-top-left h4{/* width: 50%; *//* float: left; */}
#contact .contact-main .contact-main-top .contact-main-top-left p{margin: 0;position: relative;font-size: 14px;}
#contact .contact-main .contact-main-top .contact-main-top-left p:nth-child(2){margin-bottom: 8px}
#contact .contact-main .contact-main-top .contact-main-top-left p:nth-child(3):after{position: absolute;content: '';top: 73px;width: 37px;height: 3px;background: #ef8200;left: 0;}
#contact .contact-main .contact-main-top .contact-main-top-left p span:first-child{/* width: 50%; */color: #9e9797;}
#contact .contact-main .contact-main-top .contact-main-top-left p span:last-child{/* width: 50%; */color: #3d3d3d;}
#contact .contact-main .contact-main-top .contact-main-top-right{width: 50%;float: left;background: url('https://jcex-file-service.oss-cn-hangzhou.aliyuncs.com/newWeb/harq_p.jpg') no-repeat;background-size: cover;height: 100%;}
#contact .contact-main .contact-main-top .contact-main-top-right img{width: 100%}
#contact .contact-main .contact-main-content {width: 100%}
#contact .contact-main .contact-main-content h4{padding: 75px 0 55px;text-align: center;}
#contact .contact-main .contact-main-content .contact-main-content-adress{}
#contact .contact-main .contact-main-content .contact-main-content-adress ul{display: flex;justify-content: space-between;padding: 0;flex-wrap: wrap;}
#contact .contact-main .contact-main-content .contact-main-content-adress ul li{float: left;width: 30%;background: #fff;padding: 20px 0 0 20px;margin-bottom: 25px;}

#downloadCenter{width: 74%;margin: 0 auto}
#downloadCenter .downloadCenter-main{width: 86%;margin: 0 auto}
#downloadCenter .downloadCenter-main li{height: 340px;margin-top: 100px;margin-bottom: 50px;}
#downloadCenter .downloadCenter-main .downloadCenter-main-left{float:left;width: 60%;margin-right: 5%;height: 310px;overflow: hidden;}
#downloadCenter .downloadCenter-main .downloadCenter-main-right{float: right;width: 35%;}
#downloadCenter .downloadCenter-main .downloadCenter-main-left img{width: 100%;height: 100%;}
#downloadCenter .downloadCenter-main .downloadCenter-main-right h4{margin: 0 0 6px 0;}
#downloadCenter .downloadCenter-main .downloadCenter-main-right p{color: #bfb9b9;}
#downloadCenter .downloadCenter-main .downloadCenter-main-right h5{font-size: 14px;}
#downloadCenter .downloadCenter-main .downloadCenter-main-right a{display: block;background: #0080cb;color: #fff;text-align: center;line-height: 40px;border-radius: 5px;margin: 40px 0 30px 0;}
#downloadCenter .downloadCenter-main .downloadCenter-main-right hr{margin: 0 0 16px 0;border: solid 1px #f7f3f3;}

.advantage-main-content.productdetail-main-content{/* margin: -60px 0 0 0 !important; */padding: 40px;background: #fff;}
.productdetail-top{/* height: 200px; */}
.productdetail-top .productdetail-top-left{float: left;max-width: 40%;margin: 0 50px 19px 0;display: block;max-height: 100%;}
.productdetail-top .productdetail-top-left img{width: 100%;height: 100%;}
.productdetail-top .productdetail-top-right{/* float: left; */width: calc(100% - 40% - 50px);display: inline-block;}
.productdetail-top .productdetail-top-right h5{position:relative;margin: 17px 0 28px 0;font-size: 30px;}
.productdetail-top .productdetail-top-right h5:after{position:absolute;content:'';width: 36px;height: 3px;background: #ff9f09;left: 0;bottom: -21px;}
.productdetail-top .productdetail-top-right p{float: left;margin: 14px 0 0 0;font-size: 14px;}
.productdetail-bottom {/* margin-top: 20px; */font-size: 1.5rem;}
.productdetail-bottom img{max-width: 100%;}

#trackQuery{width: 74%;margin: 0 auto}
#trackQuery .trackQuery-main{width: 86%;margin: 40px auto 40px;background: #fff;padding: 40px;border-radius: 5px;}
#trackQuery .trackQuery-main .trackQuery-main-top{justify-content: space-between;display: flex;border-bottom: 1px solid #f5f5f5;padding: 0 0 11px 0;}
#trackQuery .trackQuery-main .trackQuery-main-center{justify-content: space-between;display: flex;flex-wrap: wrap;}
#trackQuery .trackQuery-main .trackQuery-main-top div{width: 32%;font-size: 16px;color: #2f2c2c;font-weight: bold;}
#trackQuery .trackQuery-main .trackQuery-main-center div{width: 32%;background: #f5f5f5;line-height: 50px;padding-left: 20px;margin: 10px 0;flex-wrap: wrap;}
#trackQuery .trackQuery-main .trackQuery-main-bottom {background: #f5f5f5;line-height: 50px;padding-left: 20px;margin: 10px 0;}
#trackQuery .trackQuery-main .block{margin-top: 40px;}
#trackQuery .trackQuery-main .trackQuery-main-center div:last-child{
    flex: 1;
}
@media (min-width: 1024px)  {
  
   nav.navbar.bootsnav ul.nav > li > a{
       width: 99px;
   }
  
  
}
@media (min-width: 1330px)  {
  
   nav.navbar.bootsnav ul.nav > li > a{
       width: 110px;
   }
  
  
}
@media (min-width: 1425px)  {
  
 #enterpriseScale .enterpriseScale-main .enterpriseScale-main-content ul li{
     width:33%
  }
  #IntroductionToJcex .IntroductionToJcex-main .IntroductionToJcex-main-top .IntroductionToJcex-main-top-left{
   padding:33px;
  }
  #IntroductionToJcex .IntroductionToJcex-main .IntroductionToJcex-main-top .IntroductionToJcex-main-top-left p{
     margin: 52px 0 0 0;
  }
  
}
@media (min-width: 1440px)  {
   #enterpriseScale .enterpriseScale-main .enterpriseScale-main-content ul li{
     width: 32%;
  }
   nav.navbar.bootsnav ul.nav > li > a{
       width: 130px;
   }
  
    #platformJoin .platformJoin_right_bottom{
        height: 57px;
    }
    #platformJoin .platformJoin_right_bottom-join{
        height: 57px;
        line-height: 57px;
    }
}
@media (min-width: 1600px)  {
 #IntroductionToJcex .IntroductionToJcex-main .IntroductionToJcex-main-top .IntroductionToJcex-main-top-left{
   padding:50px;
 
  }

    #platformJoin .platformJoin_right_bottom{
        height: 64px;
    }
    #platformJoin .platformJoin_right_bottom-join{
        height: 64px;
        line-height: 64px;
    }
}
@media (min-width: 1680px)  {
    #platformJoin .platformJoin_right_bottom{
        height: 68px;
    }
    #platformJoin .platformJoin_right_bottom-join{
        height: 68px;
        line-height: 68px;
    }
}
@media (min-width: 1768px)  {
    #IntroductionToJcex .IntroductionToJcex-main .IntroductionToJcex-main-top .IntroductionToJcex-main-top-left p{
    margin: 44px 0 0 0;
    font-size: 14px;

  }

    #platformJoin .platformJoin_right_bottom{
        height: 72px;
    }
    #platformJoin .platformJoin_right_bottom-join{
        height: 72px;
        line-height: 72px;
    }
}
@media (min-width: 1920px)  {
    #platformJoin .platformJoin_right_bottom{
        height: 79px;
    }
    #platformJoin .platformJoin_right_bottom-join{
        height: 79px;
        line-height: 79px;
    }
}
@keyframes myfirst
{
    from { transform:scale(1);}
    to { transform:scale(1.2);}
}

@-webkit-keyframes myfirst /* Safari Ã¤Â¸Å½ Chrome */
{
    from { transform:scale(1);}
    to { transform:scale(1.2);}
}
@media (max-width:1024px){
    #tagging {
        display: none;
    }
    .productsAndServices{
        height: 885px;
    }
    .productsAndServices .visor-carousel{
        bottom: 43px;
    }
    #platformJoin .platformJoin_left{
        display: none;
    }
    #platformJoin .platformJoin_right{
        display: none;
    }
    .productsAndServices h3:after{
        left: 47%;
    }
    .ewm.iphone{
        width: 250px;
        height: 250px;
        margin: 0 auto;
    }
    #new .new-left{
        display: none;
    }
    #new .new-right{
        width: 100%;
    }
    #partner .Box .content{
        width: 74%;
    }
    #footer{
        display: none;
    }
}
@media (max-width:960px){
    .w-newsList2 .news-h{font-size:24px;}
    .w-newsList2 .news-sum{ display: none;}
    nav.navbar.bootsnav.navbar-fixed .logo-scrolled{
        display: inline !important
    }
    nav.navbar.bootsnav{
        border-bottom: 0;
    }
    #tagging {
        display: none;
    }
    .productsAndServices{
        height: 885px;
    }
    .productsAndServices .visor-carousel{
        bottom: 13px;
    }
    .introduction-left{
        width: 100%;
        padding: 43px 8% 130px 8%;
    }
    .introduction-right{
        width: 100%;
        padding: 43px 8% 130px 8%;
    }
    #platformJoin .platformJoin_left{
        display: none;
    }
    #platformJoin .platformJoin_right{
        display: none;
    }
    .productsAndServices h3:after{
        left: 47%;
    }
    .ewm.iphone{
        width: 60%;
        /* height: 43%; */
        margin: 0 auto;
        display: block;
    }
    #new .new-left{
        display: none;
    }
    #new .new-right{
        width: 100%;
    }
    #partner .Box .content{
        width: 69%;
    }
    #footer{
        display: none;
    }
}
@media (max-width:767px){
    .w-newsList1 .news-imgbox{width:100%;}
    .w-newsList1 .aspectRatio{padding-bottom: 56.25%;}
    .w-newsList1 .news-text{ position: relative; width:100%; top:0; transform: none; -webkit-transform: none; padding:1.2em 4% 1.5em;}
    :root .w-newsList1 .news-text{ top:0;}
    .w-newsList1 .adSN_page{ left:0; bottom:2em; margin-bottom: 0;}
    .w-newsList1 .swiper-num{ bottom: 232px; top: auto; margin-top: 0;}

    .w-newsList2 .news-h{font-size:20px;}
    .w-newsList2 .img{float: none; width:100%;}
    .w-newsList2 .news-text{margin-right: 0; text-align: center; padding:1em 0 3em;}
    .w-newsList2 .more{position: relative; margin-top:1.2em; bottom: 0; display: inline-block;}
    .w-newsList2 .adSN_page{ top: auto; bottom: 0 !important; left: 0; right: 0 ; transform: none; -webkit-transform: none; text-align: center;}
    .w-newsList2 .adSN_page span{margin:0 0.3em !important; display: inline-block; width:1.8em; height: 0.25em;}
}
@media (max-width:480px){
    body{font-size:4vw;}
    .title{font-size:6vw;}
    .w-newsList1 .news-h{font-size:125%;}
    .w-newsList1 .date .year{ font-size:300%;}
    .w-newsList1 .date .day_month{ font-size: 110%;}
    .w-newsList1 .swiper-num{ bottom: 15em;}
    .w-newsList1 .swiper-num .active{ font-size: 200%;}

    .w-newsList2 .news-h{font-size:125%;}



    nav.navbar .navbar-brand img.logo{
        width: 81%;
    }
    nav.navbar.bootsnav .navbar-toggle{
        margin-top: 14px;
        margin-left: 10px;
    }
    .attr-nav > ul > li > a{
        padding: 0;
    }
    #head{
        height: 57px !important
    }
    #query,#query1{
        padding: 26px 25px;
        height: 94px;
        font-size: 14px;
    }
#trackQuery .trackQuery-main .trackQuery-main-center div{
    width:100%
}
    #query .query-left, #query1 .query-left{
        display: none;
    }
    #query .query-center,#query1 .query-center{
        width: 100%;
    }
    #query .query-center input,  #query1 .query-center input{
        height: 45px;
        font-size: 14px;
        padding-left: 28px;
    }
    #query .query-right,#query1 .query-right{
        display: none;
    }
    .introduction h2{
        font-size: 18px;
    }
    .introduction p{
        font-size: 14px;
        margin: 28px 0;
    }
    .introduction-left{
        padding: 43px 8%
    }
    .introduction-right{
        padding: 43px 8%
    }
    .productsAndServices{
        padding-top: 56px;
        height: 646px;
    }
    .productsAndServices h3{
        font-size: 22px;
    }
    .productsAndServices h3:after{
        height: 2px;
        left: 44%;
        bottom: -8px;
    }
    .productsAndServices p{
        font-size: 14px;
        padding: 27px 0 27px 0;
    }
    .visor-carousel, .visor-carousel .visor-wrapper, .visor-carousel .carousel-inner > .item{
        height: 341px;
    }
    .visor-carousel .carousel-control.left.layout-portrait{
        display: none !important;
    }
    .visor-carousel .carousel-control.right.layout-portrait{
        display: none !important;
    }
    .visor-carousel .visor-wrapper{
        width: 100% !important;
    }
    .visor-carousel .carousel-control.left.layout-landscape{
        display: none !important;
    }
    .visor-carousel .carousel-control.right.layout-landscape{
        display: none !important;
    }
    #myVisor3 .item.col-md-4 .img-kuang img {
        height: 220px;
        width: 100%;
    }
    .productsAndServices.platform{
        padding-top: 43px;
    }
    .productsAndServices.cooperative{
        padding-top: 43px;
        background: #f8f8f8;
        height: auto;
        padding-bottom: 43px;
    }
    #platformJoin{
        padding: 0 50px 0;
    }
    .productsAndServices.platform p, .productsAndServices.cooperative p{
        padding: 27px 0 0px 0;
    }
    #information{
        display: none;
    }
    #new{
        background: #fff;
        height: auto;
    }
    #new .new-right{
        background: none;
        padding-top: 20px;
        float: none;
        padding-bottom: 20px;
    }
    .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
        font-size: 14px;
    }
    .nav-tabs>li>a{
        font-size: 14px;
    }
    #myTabContent ul li div:first-child p:first-child{
        font-size: 16px;
    }
    #myTabContent ul li div:last-child p:first-child{
        font-size: 14px;
    }
    #myTabContent ul li div:last-child p:last-child{
        font-size:14px;
    }
    #myTabContent ul li{height: 47px;}
    .Box .Box_con .conbox ul li{
        width: 150px !important;
    }
    #partner .Box .Box_con .btnl{
        top: 18px;
        width: 30px;
        height: 30px;
        left: -40px;
    }
    #partner .Box .Box_con .btnr{
        top: 18px;
        width: 30px;
        height: 30px;
        right: -40px;
    }
    #query .query-center .btnClick{
        display: block !important;
        width: 50px;
        border-radius: 0;
        background: #217ff1 url(https://jcex-file-service.oss-cn-hangzhou.aliyuncs.com/newWeb/search.png) no-repeat center;
        position: absolute;
        right: 0;
        top: 0;
        border-top-right-radius: 22px;
        border-bottom-right-radius: 22px;
        background-size: 18px;
        height: 45px;
    }
    .attr-nav ul li:last-child a{
        margin: -3px 7px 0 15px;
        border: 1px solid #ccc;
    }
    .attr-nav ul li:first-child{
        font-size: 14px;
    }
    nav.navbar.bootsnav .navbar-nav{
        padding-left: 35px;
        padding-right: 35px;
        font-size: 14px;
    }
    #myTabContent{
        margin-top: 20px;
    }


    #list{width: 100%;margin: 0 auto;padding: 20px 0 40px 0;min-width: 100%;}
    #list .item.col-md-4.active{margin-bottom:20px;}
    #advantage-main{width: 100%;min-width: 100%;}
    #advantage-main .advantage-main-content{width: 96%;padding: 0 2%;margin: -168px auto 0;border-radius: 5px;}
    .productdetail-top .productdetail-top-left{width: 100%;display: none;}
    .productdetail-top .productdetail-top-right{width: 100%;}
    .productdetail-top .productdetail-top-right h5 {position: absolute;/* text-shadow: 3px 4px 5px #efecec; */color: #ffffff;margin-top: 18px;font-size: 20px;top: -121px;width: 100%;text-align: center;}
    .productdetail-top .productdetail-top-right p{display:none}
   .productdetail-top .productdetail-top-right h5:after{display:none}
    #banner.advantage{height: 322px;}
    #banner.advantage .advantage-title{ height: 50px;line-height: 50px;font-size:16px}
    #banner.InformationCenter{height: 170px;}
    #banner .banner-title{top:32%}
    #advantage-main .advantage-main-content h4{padding: 40px 0;    font-size: 2.2rem;}
    #list.advantage .visor-carousel .carousel-inner > .item{width: 100%;}
    .carousel-control.left{display:none}
    .carousel-control.right{display:none}
    #advantage-main .advantage-main-content ul li{width: 100%;}

    .InformationCenter-list{
        padding: 0 15px;
        justify-content: space-between;
        display: flex;
    }
    .InformationCenter-list li{width: 22%;margin: 0;}
    .InformationCenter-newList{padding: 0 15px;}
    .InformationCenter-newList li{    margin-top: 25px;
        height: 118px;}
    .InformationCenter-newList li .newList-img{
        width: 110px;
        height: 118px;
    }
    .InformationCenter-newList li .newList-content{
        width: calc(100% - 185px);
        margin: 0 10px;
        height: 118px;
    }
    .InformationCenter-newList li .newList-date{
        float: right;
    }
    .InformationCenter-newList li .newList-content h2{font-size:14px;    margin: 0;}
    .InformationCenter-newList li .newList-content h2 a{width:100%;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
    .InformationCenter-newList li .newList-content p{font-size:14px}
    .el-pagination{text-align:center}
    #list-detail{width: 92%;    padding: 20px 4%;}
    #list-detail-page .list-detail-page-left{display:block;float: none;font-size: 1.2rem;}
    #list-detail-page .list-detail-page-right{display:block;float: none;font-size: 1.2rem;}
    #list-detail-page{width: 92%;    padding: 20px 4%;}
    #relevantNews{width: 92%;    padding: 20px 4%;}
    #relevantNews ul li{width:100%; }


    #IntroductionToJcex{width: 100%;padding: 20px 4%;margin: 0;}
    #IntroductionToJcex .IntroductionToJcex-main{width:100%;}
    #IntroductionToJcex .IntroductionToJcex-main .IntroductionToJcex-main-top{    margin: 0;}
    #IntroductionToJcex .IntroductionToJcex-main .IntroductionToJcex-main-top .IntroductionToJcex-main-top-left{width: 100%;padding: 18px;}
    #IntroductionToJcex .IntroductionToJcex-main .IntroductionToJcex-main-top .IntroductionToJcex-main-top-right{width: 100%;margin-bottom: 30px;}
    #IntroductionToJcex .IntroductionToJcex-main .IntroductionToJcex-main-top .IntroductionToJcex-main-top-left h4{ font-size: 16px;}
    #IntroductionToJcex .IntroductionToJcex-main .IntroductionToJcex-main-top .IntroductionToJcex-main-top-left p{    -webkit-line-clamp: 10;    font-size: 14px;}
    #IntroductionToJcex .IntroductionToJcex-main .IntroductionToJcex-title{margin-bottom: 30px;}
    #IntroductionToJcex .IntroductionToJcex-main .developmentHistory{
        line-height: 40px;
        height: auto;
    }
    #IntroductionToJcex .IntroductionToJcex-main .developmentHistory-left{
        width: 80px;
        padding: 0;
        display: inline-block;
        float: none;
        height: auto;
    }
    #IntroductionToJcex .IntroductionToJcex-main .developmentHistory-right{
        width: calc(100% - 88px);
        padding: 0 0 0 28px;
        display: inline-block;
        float: none;
    }
    #IntroductionToJcex .IntroductionToJcex-main .developmentHistory-left span:first-child{
        font-size: 18px;
    }
    #IntroductionToJcex .IntroductionToJcex-main .developmentHistory-left span:last-child{
        font-size: 13px;
    }
    #enterpriseScale .enterpriseScale-main{width: 92%;padding: 20px 0;left: 4%;position: inherit;}
    #staffStyle{width: 92%;padding: 0 0 20px;}
    #staffStyle .IntroductionToJcex-main{width: 100%; }
    #staffStyle .staffStyle-pic-bottom div{width: 100%;height: auto;}
    #enterpriseScale .enterpriseScale-main .enterpriseScale-main-content{width: 100%;}
    #enterpriseScale .enterpriseScale-main .enterpriseScale-main-content .IntroductionToJcex-title{margin-top: 0;color: #3f3f3f;margin-bottom: 30px;}
    #enterpriseScale .enterpriseScale-main .enterpriseScale-main-content ul{width: 100%;height: auto;}
    #enterpriseScale .enterpriseScale-main .enterpriseScale-main-content ul li{width: 100%;background: #f5f5f5;height: auto;line-height: 40px;margin: 0 0 7px 0;color: #9d9d9d;}
    #enterpriseScale .enterpriseScale-main .enterpriseScale-main-content ul li p{margin: 0;}
    #staffStyle .IntroductionToJcex-main .IntroductionToJcex-title{margin: 0 0 30px;}

    #enterpriseQualification .enterpriseQualification-main ul{width: 100%;display: flex;justify-content: left;padding: 14px 4%;}
    #enterpriseQualification .enterpriseQualification-main ul li{
        margin: 0 10px 0 0;
        padding-right: 0px;
    }
    #enterpriseQualification .enterpriseQualification-main ul li.active{border-bottom: 4px solid #ef8200;border-right: 0;text-align: center;padding: 0;margin-bottom: 0;}
    #enterpriseQualification .enterpriseQualification-main .nav-list{width:100%}
    #enterpriseQualification .enterpriseQualification-main .enterpriseContent{width: 100%;padding: 15px 4%;}
    #enterpriseQualification{height:auto}
    #enterpriseQualification .enterpriseQualification-main .nav-list .nav1{height:auto}

    #partyBuild{width:100%}
    #partyBuild .partyBuild-main h3{margin: 30px;font-size: 2.2rem;}
    #partyBuild .partyBuild-main .corporateCulture div{width:100%}
    #contact{width:100%}
    #contact .contact-main{width:92%}
    #contact .contact-main .contact-main-top .contact-main-top-left{width:100%}
    #contact .contact-main .contact-main-top .contact-main-top-right{display:none}
    #contact .contact-main .contact-main-top{height: 266px;}
    #contact .contact-main .contact-main-content h4{
        padding: 30px 0;
    }
    #contact .contact-main .contact-main-content .contact-main-content-adress ul li{width:100%}
    #downloadCenter{width:100%}
    #downloadCenter .downloadCenter-main{width: 92%;}
    #downloadCenter .downloadCenter-main ul{padding:0}
    #downloadCenter .downloadCenter-main li{
        margin-top: 30px;
        height: 150px;
    }
    #downloadCenter .downloadCenter-main .downloadCenter-main-left{
        width: 100px;
        height: 100px;
        margin-right: 10px;
        border-radius: 50%;
        margin-left: 13px;
        margin-top: 15px;
    }
    #downloadCenter .downloadCenter-main .downloadCenter-main-right{width: calc(100% - 160px);font-size: 14px;}
    #downloadCenter .downloadCenter-main .downloadCenter-main-right h4{font-size: 16px;}
    #downloadCenter .downloadCenter-main .downloadCenter-main-right a{margin: 31px 0 10px 0;line-height: 37px;font-size: 12px;}
    #downloadCenter .downloadCenter-main .downloadCenter-main-right h5{display:none}
    #downloadCenter .downloadCenter-main .downloadCenter-main-right p{display:none}
    #downloadCenter .downloadCenter-main .downloadCenter-main-right hr{display:none}
	#trackQuery{width: 100%;}
	#trackQuery .trackQuery-main{width: 92%;margin: 24px 4% 0;}
}
.carousel-inner .item.col-md-4.active{
	display:block;
	margin-bottom: 20px;
}


.fixedRight{
    position: fixed;
    right: 29px;
    top: 25%;
    width: 49px;
    text-align: center;
    z-index: 9999;
}
.fixedRight-top{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #217ff1 url(https://jcex-file-service.oss-cn-hangzhou.aliyuncs.com/newWeb/weixin.png) center no-repeat;
    background-size: 26px;
    margin: 0 auto 10px;
    box-shadow: 0 2px 9px rgba(0,0,0,0.1);
    position: relative;
    cursor: pointer;
}
.fixedRight-top .fixedRight-top-ewm{
    display: none;
    width: 130px;
    height: 130px;
    position: absolute;
    left: -140px;
    top: -29px;
}
.fixedRight-top .fixedRight-top-ewm img{
    width: 100%;
}
.fixedRight-top:hover .fixedRight-top-ewm{
    display: block;
}


.fixedRight-centenr{
    background: #fff;
    border-radius: 10px;
    /* padding-top: 4px; */
    box-shadow: 0 2px 9px rgba(0,0,0,0.1);
    cursor: pointer;
    position: relative;
}
.fixedRight-centenr:hover{
    box-shadow:none;
     border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.fixedRight-centenr .fixedRight-centenr-kef{
    display: none;
    position: absolute;
    left: -196px;
    top: 0;
    background: #fff;
    width: 200px;
    line-height: 46px;
    border-radius: 10px;
    z-index: -1;
}
.fixedRight-centenr .fixedRight-centenr-kef span{
    display: block;
}
.fixedRight-centenr:hover .fixedRight-centenr-kef{
    display: block;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.fixedRight-centenr img{
    width: 56%;
    padding: 8px 5px 0px 5px;
}
.fixedRight-centenr p{
    width: 20px;
    margin: 8px auto 0;
    color: #333;
    padding-bottom: 10px;
    line-height: 17px;
}
.fixedRight-bottom{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ffffff url(https://jcex-file-service.oss-cn-hangzhou.aliyuncs.com/newWeb/zhiding.png) center no-repeat;
    background-size: 16px;
    margin: 10px auto 10px;
    box-shadow: 0 2px 9px rgba(0,0,0,0.1);
    display: inline-block;
}
/*--返回顶部--*/
.ScrollToTop{
    position:fixed;
    _position:absolute;
    z-index: 102;
    right: 74px;
    bottom:20px;
    width: 50px;
    height: 50px;
    background: url(../img/gototop.png) no-repeat;
    display:block;
    font-size:15px;
    text-align:center;
    background-size: 100%;
}
.fixedRight-bottom.Offscreen{
    bottom:-100px;
}

.jcLogo{
    width: 50px;
    margin-right: 10px;
    margin-top: -6px;
}
.jcLogo img{
    width: 100%;
}