/*** DOM动画 ***/
@-webkit-keyframes z_fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes z_fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.z_fadeInDown {
    -webkit-animation-name: z_fadeInDown;
    animation-name: z_fadeInDown;
    visibility: visible;
}

@-webkit-keyframes z_fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes z_fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.z_fadeInUp {
    -webkit-animation-name: z_fadeInUp;
    animation-name: z_fadeInUp
}

@-webkit-keyframes z_fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes z_fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.z_fadeInLeft {
    -webkit-animation-name: z_fadeInLeft;
    animation-name: z_fadeInLeft
}

@-webkit-keyframes z_fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes z_fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.z_fadeInRight {
    -webkit-animation-name: z_fadeInRight;
    animation-name: z_fadeInRight;
}

@-webkit-keyframes z_scaleIn {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes z_scaleIn {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.z_scaleIn {
    -webkit-animation-name: z_scaleIn;
    animation-name: z_scaleIn;
}

@-webkit-keyframes z_scaleIn2 {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes z_scaleIn2 {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.z_scaleIn2 {
    -webkit-animation-name: z_scaleIn2;
    animation-name: z_scaleIn2;
}

@-webkit-keyframes z_circle {
    0% {
        opacity: 1;
    }
    100% {
        top: -100%;
        display: none;
    }
}

@keyframes z_circle {
    0% {
        opacity: 1;
    }
    100% {
        top: -100%;
        display: none;
    }
}

.z_circle {
    -webkit-animation-name: z_circle;
    animation-name: z_circle;
}

:focus {
    outline: none;
}

.clearfix {
    clear: both;
    content: "";
    display: block;
    overflow: hidden
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ovfHiden {
    overflow: hidden;
    height: 100%;
}

p {
    text-align: justify;
}

/*img {*/
/*    display: block;*/
/*    max-width: 100%;*/
/*}*/

input[type=button],
input[type=submit],
input[type=file],
input[type=text],
button,textarea {
    -webkit-appearance: none;
    border-radius: 0;
}
.wp1200{
    width: 1200px;
    margin: 0 auto;
}

/******************* 头部 *******************/

/*** logo ***/
#top{
     position: absolute;
     width: 100%;
     height: 90px;
     background: url(../images/top_navBg.png);
     top: 0;
     left: 0;
     z-index: 999;
}
#top .logo{
    float: left;
    width: 150px;
    height: 48px;
    margin-left: 3%;
    margin-top: 21px;
    overflow: hidden;
}
#top .logo img{
    width: 100%;
    height: 100%;
}
/* 一级导航 */
#top .nav{
    float: left;
    width: 65%;
    height: 90px;
    margin: 0 1%;
}
#top .nav ul li.firstNav {
    display: block;
    float: left;
    width: 11%;
    text-align: center;
}
#top .nav ul li.firstNav > a{
    display: block;
    height: 90px;
    line-height: 90px;
    font-size: 14px;
    color: #fff;
}
#top .nav ul li.firstNav > a:hover{
    color: #cc1010;
    background: #fff;
}
/* 二级导航 */
#top .nav .navCont{
    position: absolute;
    display: none;
    top: 90px;
    left: 50%;
    width: 100%;
    height: 200px;
    border-bottom: 2px solid #cc1010;
    background: #fff;
}
.nav .cont {
    position: relative;
    padding-top: 25px;
    width: 1200px;
    margin: 0 auto;
}
.nav .nav_secend_l{
     float: left;
    height: 150px;
    overflow: hidden;
}
.nav .list01{
     width: 360px;
    column-count: 2;
}
.nav .list02{
     width: 180px;
}
.nav_secend_l li {
    display: block;
     padding-left: 35px;
     width: 135px;
     height: 30px;
     line-height: 30px;
     border-right: 1px solid #dfdfdf;
}
.nav_secend_l li a{
     display: block;
     padding-left: 11px;
     font-size: 14px;
     color: #555;
     background: url(../images/dot02.png) left center no-repeat;
}
.nav_secend_l li a:hover{
     color: #d9000f;
}
.nav .nav_secend_r{
     float: left;
     width: 800px;
     margin-left: 40px;
}
.nav .nav_about{
     overflow: hidden;
}
.nav .nav_about_pic{
     float: left;
     width: 240px;
     height: 150px;
     overflow: hidden;
}
.nav .nav_about_pic img{
     width: 100%;
     transition: all 0.5s;
}
.nav .nav_about_pic img:hover{
     transform: scale(1.2);
}
.nav .nav_about_txt{
     float: right;
     width: 540px;
}
.nav .nav_about_txt p{
     color: #666;
     font-size: 13px;
     line-height: 24px;
}
.nav .nav_about_txt a{
     display: inline-block;
     width: 120px;
     height: 32px;
     line-height: 32px;
     font-size: 12px;
     text-align: center;
     color: #fff;
     background: #d9000f;
     border-radius: 25px;
     margin-top: 15px;
     transition: all 0.5s;
}
.nav .nav_about_txt a:hover{
     background: #d9000f;
}
.nav .nav_business_l{
     float: left;
     overflow: hidden;
     margin: 30px 64px 0 0;
     padding: 0 45px;
     border-right: 1px solid #dfdfdf;
}
.nav .nav_business_l li{
     width: 164px;
     height: 90px;
     float: left;
}
.nav .nav_business_l li a,.nav .nav_business_r a{
     display: block;
     width: 100%;
     height: 90px;
     font-size: 15px;
     text-align: center;
     color: #555;
}
.nav .nav_business_l li img,.nav_business_r a img{
    display: block;
    width: 44px;
    height: 44px;
    margin: 0 auto 20px auto;
    transition: all 0.5s;
}
.nav .nav_business_l li a:hover img, .nav_business_r a:hover img{
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}
.nav .nav_business_r{
     margin-top: 30px;
     width: 164px;
     float: left;
}
.nav .nav_business_r a i{
     background-position: center -500px;
}
.nav .nav_news{
     width: 980px;
}
.nav .nav_news_hd{
     height: 20px;
     line-height: 20px;
     padding-left: 16px;
     font-size: 18px;
     color: #d9000f;
     text-align: left;
     border-left: 2px solid #d9000f;
}
.nav .nav_news_con{
     overflow: hidden;
     padding-top: 15px;
}
.nav .nav_news_box{
     display: block;
     width: 450px;
     float: left;
     margin-right: 40px;
}
.nav .nav_news_pic{
     float: left;
     width: 134px;
     height: 100px;
     margin-right: 20px;
     overflow: hidden;
}
.nav .nav_news_pic img{
     width: 100%;
     height: 100%;
     transition: all 0.6s;
}
.nav .nav_news_pic img:hover{
     transform: scale(1.2);
}
.nav .nav_news_info{
     float: left;
     width: 288px;
     overflow: hidden;
}
.nav .nav_news_tit{
     height: 30px;
     line-height: 30px;
     overflow: hidden;
     font-size: 16px;
     color: #333;
     white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.nav .nav_news_txt{
     margin-top: 8px;
     line-height: 24px;
     font-size: 13px;
     color: #999;
     text-overflow: -o-ellipsis-lastline;
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     line-clamp: 2;
     -webkit-box-orient: vertical;
}
.nav .nav_info{
     display: block;
     overflow: hidden;
     margin: 10px auto 0;
     text-align: center;
}
.nav .nav_info li{
     display: inline-block;
     *display: inline;
     width: auto;
     margin: 0 40px;
}
.nav .nav_contact{
     overflow: hidden;
}
.nav .nav_contact_pic{
     width: 260px;
     height: 146px;
     float: left;
     margin: 0 62px 0 130px;
}
.nav .nav_contact_pic img{
     width: 100%;
     height: 100%;
}
.nav .nav_contact{
     font-size: 13px;
}
.nav .nav_contact_info{
     width: auto;
     float: left;
     padding: 0 75px 0 62px;
     line-height: 30px;
     color: #666;
     border-left: 1px solid #dfdfdf;
     border-right: 1px solid #dfdfdf;
}
.nav .nav_contact_info p{
     padding-left: 28px;
     background: url(../images/contactIcon.png) left 7px no-repeat;
}
.nav .nav_contact_info p:nth-child(2){
     background-position: left -33px;
}
.nav .nav_contact_info p:nth-child(3){
     background-position: left -74px;
}
.nav .nav_contact_info p:nth-child(4){
     background-position: left -155px;
}
.nav .nav_contact_info p:nth-child(5){
     background-position: left -111px;
}
.nav .nav_contact_wx{
     float: left;
     margin-left: 20px;
     overflow: hidden;
     text-align: center;
}
.nav .nav_contact_wx .item{
	float: left;
}
.nav .nav_contact_wx img{
    width: 120px;
}
.nav .nav_contact_wx p{
    text-align: center;
}
/*** 搜索 ***/
#top .top_search{
    float: left;
    width: 15%;
    height: 90px;
}
#top .top_search_box{
     overflow: hidden;
     margin-top: 24px;
     font-size: 12px;
}
#top .top_search_ipt{
     float: left;
     display: block;
     width: 80%;
     height: 42px;
     line-height: 42px;
     padding-left: 20px;
     color: #fff;
     border: 1px solid #ccc;
     box-sizing: border-box;
     border-right: none;
     border-radius: 25px 0 0 25px!important;
}
#top .top_search_btn{
     float: left;
     display: block;
     width: 20%;
     height: 42px;
     color: #fff;
     background: #d9000f url("../images/top_search_icon.png") no-repeat center;
     background-size: 24px;
     border-radius: 0 25px 25px 0;
}
#top .top_search_btn:hover{
     cursor: pointer;
}
/***** 手机导航 *****/
.sp_header {
    height: 50px;
    overflow: hidden;
    background: url(../images/top_navBg.png);
    background-size: 100% 60px;
    position: fixed;
    z-index: 101;
    width: 100%;
}
.sp_logo {
    float: left;
    height: 38px;
    margin-top: 6px;
    margin-left: 5%;
}
.sp_logo img {
    width: auto;
    height: 100%;
}
.sp_nav {
    width: 50px;
    float: right;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 15px
}
.sp_nav span {
    display: block;
    background: #c9141e;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 10px;
    transition: all ease 0.35s
}
.sp_nav span:nth-of-type(1) {
    top: 0px
}
.sp_nav span:nth-of-type(2) {
    top: 10px
}
.sp_nav span:nth-of-type(3) {
    top: 20px
}
.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}
.sp_nav_se span:nth-of-type(2) {
    width: 0
}
.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}
.sjj_nav {
    position: fixed;
    z-index: 100;
    background: rgba(0,0,0,.95);
    width: 100%;
    height: calc(100%);
    font-size: 14px;
    line-height: 40px;
    padding-top: 50px;
    top: -100%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}
.nav_show {
    top: 0px
}
.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}
.sjj_nav>ul>li:first-child>a {
    float: left;
}
.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}
.sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}
.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}
.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}
.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}
.sjj_nav ul li {
    border-top: 1px rgba(31,31,31,0.45)  solid;
    position: relative;
    line-height: 64px;
    font-size: 14px;
    text-align: center;
}
.sjj_nav>ul>li:last-child {
    border-top: 1px rgba(31,31,31,0.45)  solid;
}
.sjj_nav ul li ul {
    display: none
}
.sjj_nav ul li a {
    color: #fff;
    width: 100%;
    text-align: center;
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #c9141e
}
.sjj_nav ul li ul li>ul {
    margin-left: 10px
}



/*底部*/
.footer {
    position:relative;
    width:100%;
    height: 320px;
    margin:0 auto;
    z-index:99;
    background:#f5f5f5;
    padding-top:35px;
}
.footer .lt_ri .left {
    float:left;
    width: 1000px;
    border-right:1px solid #dcdcdc;
}
/*友情链接*/
.footer .aLink{
    width: 200px;
    float: left;
}
.footer .aLink:first-child{
    /*! margin-right: 50px; */
}
.footer .link_tit{
    height: 56px;
    line-height: 56px;
    font-size: 22px;
    font-weight: bold;
    color: #846d46;
}
.footer .link_tit::after{
    display: block;
    content: "";
    width: 24px;
    height: 1px;
    line-height: 1px;
    overflow: hidden;
    background-color: #d5d5d5;
}
.footer .link_box{
    position: relative;
}
.footer .link_box span{
    display: block;
    margin-top: 30px;
    width: 200px;
    height: 48px;
    line-height: 48px;
    font-size: 13px;
    color: #666;
    padding-left: 40px;
    border: 1px solid #d5d5d5;
    background: #fff url(../images/inner_icon.png) no-repeat;
    background-position: 180px center;
}
.footer .link_box span:hover{
    cursor: pointer;
}
.footer .link_list{
    display: none;
    position: absolute;
    width: 200px;
    left: 0;
    bottom: 48px;
    border: 1px solid #d5d5d5;
    border-bottom: none;
    box-sizing: border-box;
}
.footer .link_list a{
    display: block;
    font-size: 12px;
    height: 48px;
    line-height: 48px;
    color: #333;
    padding-left: 40px;
    border-bottom: 1px solid #d5d5d5;
    background: #fff url(../images/dot02.png) no-repeat;
    background-position: 25px center;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.footer .link_list a:hover{
    background: #d9000f url(../images/dot01.png) no-repeat;
    background-position: 25px center;
    color: #fff;
}

/* 底部导航 */
.footer .bottomNav{
    overflow: hidden;
}
.footer .bottomNav .item{
    float: left;
    margin: 0 10px;
    text-align: center;
}
.footer .bottomNav .item h3{
    margin-bottom: 10px;
}
.footer .bottomNav .item ul li a{
    line-height: 12px;
    font-size: 12px;
}
.footer .bottomNav .item ul li a:hover{
    color: #cc1010;
}

/* 服务热线&二维码 */
.footer .lt_ri .right {
    float:right;
    width: 200px;
    padding-left:20px;
}
.footer .lt_ri .right .text {
    text-align: center;
}
.footer .lt_ri .right .text b {
    font-size:20px;
    color:#846d46;
}
.footer .lt_ri .right .text h2 {
    font-size:16px;
    color:#846d46;
    margin-bottom:15px;
    font-weight:bold;
}
.footer .lt_ri .right .tx_box .box {
    margin-top:20px;
    padding-left:50px;
    background-position:left center;
    background-repeat:no-repeat;
}
.footer .lt_ri .right .tx_box h3 {
    color:#846d46;
    font-size:14px;
}
.footer .lt_ri .right .tx_box h4 {
    color:#be9445;
    font-size:14px;
    margin-top:5px;
}
.footer .lt_ri .right .tx_box p {
    color:#be9445;
    font-size:14px;
}
.footer .lt_ri .right .tx_box p em {
    font-family:'rubik-regular';
}
.footer .lt_ri .right .code {
    text-align: center;
}
.footer .lt_ri .right .code .code_box {
    display:inline-block;
}
.footer .lt_ri .right .code .code_box img{
    width: 90px;
}
.footer .lt_ri .right .code p {
    font-size:12px;
    color:#a79985;
    text-align:center;
}
.footer .power {
    padding-top:15px;
    border-top:1px solid #dcdcdc;
    margin-top:25px;
}
.footer .power .left {
    float:left;
}
.footer .power .left p {
    color:#846d46;
    font-size:14px;
}
.footer .power .left p>a {
    color:#846d46;
    padding-left:10px;
}
.footer .power .right {
    float:right;
    position:relative;
}
.footer .power .right:after {
    content:"";
    display:block;
    position:absolute;
    top:50%;
    left:-30px;
    margin-top:-10px;
    width:20px;
    height:20px;
    background:url(../images/foot_support.png) no-repeat;
}
.footer .power .right p {
    color:#846d46;
    font-size:14px;
}
.footer .power .right p>a {
    color:#846d46;
}



/*#footer {
	height: 170px;
	background: url(../images/footer.jpg) no-repeat center bottom;
}*/


.w1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.w1260 {
    width: 1260px;
    margin: 0 auto;
    position: relative;
}


/*小banner*/
.banner_page{
    position: relative;
    width: 100%;
    height: 260px;
    overflow: hidden;
}
.banner_page img{
    width: 100%;
    height: 100%;
}
.ban_page_text{
    position: absolute;
    width: 240px;
    text-align: center;
    left: 50%;
    bottom: 20%;
    margin-left: -120px;
    z-index: 1;
}
.ban_page_text h2{
    font-size: 36px;
    color: #d9000f;
}
.ban_page_text span{
    font-size: 14px;
    color: #846d46;
    text-transform: uppercase;
}

#pageCont{
    /*background: #ccc;*/
}
#sTab{
    position: relative;
    width: 100%;
    height: 48px;
    background: #fff;
    box-shadow: 0px 2px 5px 1px rgba(138,138,138,0.2);
}
#sTab .list{
    width: 90%;
    overflow: hidden;
}
#sTab .list .selected{
    color: #fff;
    background: #cc1010;
}
#sTab .list .item{
    float: left;
    width: 16%;
    line-height: 48px;
    font-size: 14px;
    text-align: center;
}
#sTab .list .item:hover{
    color: #bb9447;
}
.webNav{
    position: absolute;
    width: 10%;
    height: 48px;
    background: #fff;
    overflow: hidden;
    right: 0;
    top: 0;
    z-index: 1;
}
.webNav a{
    display: block;
    float: left;
    line-height: 48px;
    font-size: 12px;
    margin-right: 10px;
    padding-right: 20px;
    background: url(../images/inner_icon.png) no-repeat right center;
}
.webNav a:hover{
    color: #cc1010;
}
.webNav a:first-child{
    margin-top: 18px;
}
.webNav a:last-child{
    background: none;
}
.swiper1 {
    width:100%;
}
.swiper1 .selected {
    color:#fff;
    background: #cc1010;
}
.swiper1 .swiper-slide {
    text-align:center;
    font-size:12px;
    height:48px;
    /* Center slide text vertically */
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center;
    cursor:pointer;
}
.swiper2 {
    width:1200px;
}
.swiper2 .swiper-slide {
    /*height:calc(100vh - 50px);*/
    min-height: 400px;
    /*background: #fafafa;*/
    padding: 30px 0;
    box-sizing:border-box !important;
    /*overflow-x:hidden !important;*/
}
.swiper2 .swiper-slide .ch{
    font-size: 28px;
    color: #d9000f;
}
.swiper2 .swiper-slide .en{
    color: #846d46;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#pageCont .boxCont_l{
    float: left;
    width: 800px;
}
#pageCont .boxCont_r{
    float: left;
    width: 360px;
    margin-top: 30px;
    margin-left: 40px;
}
#pageCont .boxCont_r img{
    width: 100%;
}
/*** 翻页 ***/
.turnPage{
    width: 640px;
    margin: 30px auto;
}
.turnPage ul{
    overflow: hidden;
}
.turnPage ul li{
    display: block;
    float: left;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 12px;
    margin: 0 10px;
    background: #e5e5e5;
}
.turnPage ul li:hover{
    cursor: pointer;
    color: #fff;
    background: #cc1010;
}
.turnPage ul li.indexPage,.turnPage ul li.endPage{
    width: 56px;
}

.turnPage ul li.lastPage,.turnPage ul li.nextPage{
    width: 64px;
}
.turnPage ul li.on{
    color: #fff!important;
    background: #cc1010!important;
}




@media screen and (min-width:961px) {
    .mobileTop {
        display:none;
    }
}
@media screen and (max-width:960px) {
    #top {
        display:none;
    }
    .fp-tableCell .w1200 {
        width:100%;
    }
    .footer{
        height: 370px;
    }
    .footer .lt_ri .left {
        display:none;
    }
    .footer .lt_ri .right,.footer .lt_ri .right .text,.footer .lt_ri .right .code {
        float:none;
        width:100%;
    }
    .footer .lt_ri .right .code .code_box {
        display: block;
        width:48%;
        margin: 0 auto;
        margin-top:10px;
        text-align: center;
    }
    .footer .lt_ri .right .code img {
        width:60%;
        margin:0 auto;
    }
    .footer .lt_ri .right .code p {
        margin-top:0;
    }
    .footer .power .left,.footer .power .right {
        float:none;
    }
    .footer .power .left p,.footer .power .right p {
        text-align:center;
    }
    .footer .power .right {
        margin-top:10px;
    }
    .footer .power .right::after {
        background:none;
    }
    .footer .power .right p > a {
        padding-left:20px;
        background:url(../images/foot_support.png) no-repeat;
    }
    .goTop {
        width:48px!important;
        height:48px!important;
        bottom:100px!important;
        opacity:0.6;
    }
    .w1200 {
        width:100%;
    }
    #sTab .list{
        width: 100%;
        display: flex;
    }
    #sTab .list .item{
        flex: 1;
        font-size: 12px;
        display: inline-block;
        white-space: nowrap; 
        overflow: hidden;
        text-overflow:ellipsis;
    }

    .banner_page{
        height: 160px;
    }
    .ban_page_text h2{
        font-size: 18px;
    }
    .ban_page_text span{
        font-size: 12px;
    }
    .webNav{
        display: none;
    }
    .swiper2{
        width: 90%;
        margin: 0 auto;
    }
    .swiper2 .swiper-slide .ch{
        text-align: center;
        font-size: 16px;
        margin-bottom: 20px;
    }
    .swiper2 .swiper-slide .en{
        display: none;
    }
    #pageCont{
        min-height: 200px;
    }
    #pageCont .boxCont{
        min-height: auto;
    }
    #pageCont .boxCont_l{
        width: 90%;
        margin: 0 5%;
    }
    .boxCont_r{
        display: none;
    }

    .turnPage{
        width: 100%;
    }
    .turnPage ul li{
        margin-bottom: 10px;
    }
}