﻿#mainContentWrapper {
    z-index: 999;
}

#header-m {
    display: flex;
    width: 100%;
    height: 50px;
    background: #0654ba;
    justify-content: left;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 9999;
}


.pagination {
    margin: 0 0 40px;
    height: 34px;
    text-align: center;
    justify-content: center;
}

.pagination .page-item, .pagination .page-num {
    margin: 0 2px;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    font-size: 16px;
    border: 1px solid #ddd;
    color: #555;
    text-decoration: none;
}

.pagination .page-item:hover,
.pagination .page-num:hover {
    background: #f5f5f5;
    color: #0654ba;
}

.pagination .page-num-current,
.pagination .page-num-current:hover {
    background: #0654ba;
    border-color: #0654ba;
    color: #fff;
    cursor: default;
}

.white {
    background: #fff;
}

.gray {
    background: #f0f0f0;
}

#header-m .logo {
    flex: 1;
    text-align: center;
}

#header-m .logo img,
#header-m .tel img {
    height: 28px;
}

#header-m .tel img {
    padding: 0 15px;
}

#header-m .bar-san {
    padding: 7px 15px 0;
}

#header-m .bar-san span {
    width: 25px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    display: block;
    margin-bottom: 8px;
}

.online > ul > li {
    cursor: pointer;
}

#header-m {
    display: none;
}

.head.show1 .container #ssk {
    width: 140px;
    margin-right: 10px;
}

.head.show1 .container img.logo {
    padding: 18px 112px 0 38px;
}

.class-m .nnav > li ul {
    box-sizing: border-box;
    padding-bottom: 20px;
    padding-top: 16px;
    width: 100%;
    border-top: 1px solid #0654ba;
    display: none;
    /* height: 0; */
    padding-left: 56px;
    /* -webkit-transition: 0.35s ease-in-out ;
    -o-transition: 0.35s ease-in-out ;
    -moz-transition: 0.35s ease-in-out ;
    transition: 0.35s ease-in-out ; */
}

.class-m .nnav > li li a {
    color: #666;
}

.page-out {
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0.1s;
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0.1s;
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0.1s;
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0.1s;
    display: none;
}

.page-in {
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    display: block;
}

.page-prev {
    transform: translate3d(-280px, 0, 0);
    -ms-transform: translate3d(-280px, 0, 0);
    -webkit-transform: translate3d(-280px, 0, 0);
    -o-transform: translate3d(-280px, 0, 0);
    -moz-transform: translate3d(-280px, 0, 0);
}

.left_nav {
    width: 280px;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    color: #333;
    z-index: 10000;
}

.m-ss {
    display: flex;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    box-sizing: border-box;
}

.m-ss .ss-btn {
    display: flex;
    border: 1px solid #0654ba;
    outline: none;
    background: #0654ba;
    padding: 5px 6px;
}

.m-ss .ss-btn img {
    height: 16px;
    filter: brightness(100);
    -webkit-filter: brightness(100);
    -moz-filter: brightness(100);
    -ms-filter: brightness(100);
    -o-filter: brightness(100);
}

.m-ss .ss-keyword {
    border: none;
    outline: none;
    flex: 1;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 4px 0 0 4px;
    border: 1px solid #ccc;
}

.visible-sm,
.visible-xs {
    /* display: none; */
}

.left_nav .class-top {
    height: 70px;
    overflow: hidden;
    margin: 0;
    font-size: 24px;
    line-height: 70px;
    padding-left: 26px;
}

.left_nav .class-top div img {
    height: 16px;
}

.class-m {
    max-width: 378px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 26px;
}

.left_nav .class-top div * {
    color: #333;
    margin-left: 20px;
}

.left_nav .class-top div {
    font-size: 14px;
    margin-right: 16px;
    float: right;
    font-weight: 500;
}

.left_nav .class-close {
    cursor: pointer;
    width: 25px;
    display: block;
    height: 21px;
    margin-top: 26px;
    float: left;
    background: url(../img/navm.png) center center no-repeat / 100% 100%;
    color: transparent;
}

.class-m {
    height: 88%;
    overflow-y: auto;
}

.class-m .nnav {
    height: auto;
    overflow: hidden;
    padding: 20px 0 0;
}

.class-m .nnav li {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.class-m .nnav li a.ce {
    padding-left: 26px;
    color: #ccc;
    font-size: 16px;
    display: block;
    height: 60px;
    line-height: 60px;
    display: block;
}

.class-m .nnav li a {
    color: #333;
    font-size: 16px;
    padding-bottom: 16px;
    margin-bottom: 8px;
    display: block;
}

li,
ol {
    list-style: none;
}

.opacity2 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.z-body {
    padding-top: 58px;
}

.z-body .banner {
    height: 513px;
}

.zwidth {
    width: 1200px;
    margin: 0 auto;
}

.clearfix {
    zoom: 1;
    /* overflow: auto; */
    /*ieç³»åˆ—*/
}

.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    font-size: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.z-fr {
    float: right;
}

.z-fl {
    float: left;
}

.z-footer {
    padding: 63px 0 0;
    color: #fff;
    background: #383838;
}

.z-footer .z-fl span {
    font-size: 16px;
}

.fen-span {
    margin: 0 26px;
}

.z-footer .flex-cel-3 {
    padding: 20px 0 0 121px;
    width: 406px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.z-footer .flex-cel-3 > div {
    width: 33%;
    margin-bottom: 14px;
}

.z-footer .flex-cel-3 > div a {
    color: #fff;
    font-size: 13px;
}

.module-title-link {
    margin-top: 40px;
}

.link.link-line a {
    color: #fff;
    margin-left: 10px;
}

.f-copyright {
    margin-top: 25px;
    text-align: center;
    padding: 17px 0 0;
    border-top: 1px solid #eae9e9;
}

.f-copyright p {
    padding-bottom: 13px;
}

.contact p {
    margin-top: 13px;
    color: 12px;
}

.contact p img {
    margin-right: 10px;
}

.fen-line {
    margin: 0 62px;
    border-radius: 50%;
    background-image: -moz-linear-gradient(
            90deg,
            rgb(49, 49, 49) 0%,
            rgb(5, 4, 4) 51%,
            rgb(50, 50, 50) 100%
    );
    background-image: -webkit-linear-gradient(
            90deg,
            rgb(49, 49, 49) 0%,
            rgb(5, 4, 4) 51%,
            rgb(50, 50, 50) 100%
    );
    background-image: -ms-linear-gradient(
            90deg,
            rgb(49, 49, 49) 0%,
            rgb(5, 4, 4) 51%,
            rgb(50, 50, 50) 100%
    );
    opacity: 0.8;
    width: 3px;
    height: 112px;
}

.m-z-footer {
    display: none;
}

.banner {
    position: relative;
}

.banner .banner-title {
    color: #fff;
    position: absolute;
    top: 183px;
    width: 1200px;
    left: 0;
    right: 0;
    margin: auto;
}

.banner .banner-title h1 {
    color: #fff;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 12px;
    font-weight: 500;
}

.banner .banner-title h2 {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 500;
}

.banner .banner-title p {
    font-size: 18px;
    line-height: 1;
}

@media screen and (max-width: 1435px) {
    .tem_55_2 .fullcolumn-outer {
        background-color: transparent;
        background-image: url(../img/2365240.png);
        background-position: 43% 0 !important;
    }
}

@media screen and (max-width: 1200px) {
    .main-info .tab .tab-item.current::before, .main-info .tab .tab-item:hover::before, .main-info .tab .tab-item.current::after, .main-info .tab .tab-item:hover::after {
        display: none !important;
    }

    .class-m .nnav li.nav-one.current > a,
    .class-m .nnav > li li a.current2 {
        color: #0654ba;
    }

    .banner .banner-title {
        top: 100px;
        width: auto;
        left: 34px;
    }

    .banner .banner-title h1 {
        font-size: 24px;
        font-weight: 500;
    }

    .banner .banner-title h2 {
        font-size: 18px;
        font-weight: 500;
    }

    .banner .banner-title p {
        font-size: 16px;
    }

    .m-z-footer {
        display: block;
        padding: 24px;
        font-size: 15px;
        color: #fff;
        text-align: center;
        background: #4a494e;
    }

    .z-footer {
        display: none;
    }

    .z-body .banner {
        height: 400px;
    }

    .z-body {
        padding-top: 50px;
    }

    #mainContentWrapper > .pc-header {
        display: none;
    }

    #header-m {
        display: flex;
    }

    #menu_con_447_37,
    .online {
        display: none !important;
    }

    #smv_con_695_5,
    #smc_fullpageArea0 {
        width: 100% !important;
    }

    #smv_con_695_5 {
        top: 50% !important;
        height: initial;
        transform: translateY(-50%);
    }

    .min-width {
        min-width: 100%;
    }

    .zwidth {
        width: 100%;
    }
}

@media screen and (max-width: 960px) {
    .z-body .banner {
        height: 118px;
    }

    .banner .banner-title {
        top: 40px;
        width: auto;
        left: 34px;
    }

    .banner .banner-title h2 {
        line-height: 1;
        /*margin-bottom: 64px;*/
    }
	
	.banner-title h3{ font-size:16px;}
	.pro-swiper .position{ line-height:26px;}
	.banner-title p{ display:none;}
	
	.col-4 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.favor-wrap{ max-width:300px !important; width:300px;right: -300px;}


	
	
}
