
.container::before,.container::after{
    display: none;
}
.container{
    width: 1270px;
}
img{
    width: 100%;
}


.ck_navigation_main_wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    background: #fff;
}

.ck_navigation_main_wrapper>div {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.fp-bg {
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.ck_logo_wrapper {
    width: 10%;
    position: relative;
    z-index: 1;
    padding: 10px 0;
}

.ck_navigation_right_wrapper {
    width: 70%;
}

.ck_navigation_right_wrapper ul {
    display: flex;
    flex-flow: row wrap;
    float: right;
}

.ck_navigation_right_wrapper ul li {
    padding: 0 20px;
}

.container::before,
.container::after {
    display: none;
}

.ck_navigation_right_wrapper ul li>hr {
    width: 50%;
    height: 2px;
    background: #184c89;
    margin: 0;
    margin: auto;
    display: none;
}

.ck_navigation_right_wrapper ul li.active>hr {
    display: block;
}

.ck_navigation_right_wrapper ul li>a {
    color: #666;
    position: relative;
    font-size: 16px;
}

.ck_navigation_right_wrapper ul li.active>a {
    font-weight: bold;
    color: #000;
}

.ck_navigation_right_wrapper ul li>a>hr {
    position: absolute;
    right: -20px;
    top: -18px;
    width: 1.5px;
    height: 12px;
    background: #000;
}




.in-dl {
    margin-top: 40px;
    padding: 0 20px;
}

.in-contact {
    margin-top: 80px;
}

.in-con-ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.in-con-ul>li {
    width: 33%;
    padding: 40px 50px;
    box-shadow: 0 0 10px -2px #ccc;
    margin: 10px 0;
    font-size: 18px;
    background: #fff;
}

.in-con-ul>li>small {
    display: block;
}


.ck_footer_main_wrapper {
    position: absolute;
    ;
    bottom: 0;
    left: 0;
    right: 0;
    background: #184c89;
}

.ck_footer_left_section {
    float: left;
    width: 50%;
    padding-bottom: 20px;
    padding-top: 20px;
}

.ck_footer_right_section {
    float: left;
    width: 50%;
    padding-bottom: 20px;
    padding-top: 20px;
}

.ck_footer_left_section p {
    color: #fff;
}

.ck_footer_right_section ul {
    float: right;
}

.ck_footer_right_section li {
    float: left;
    margin-left: 30px;
}

.ck_footer_right_section li a {
    color: #fff;
}
.float_left {
    float: left;
    width: 100%;
}







.nav{
    position: relative;
    padding: 10px 0;
}
.bread{
    background: #184c89;
    padding: 15px 0;
}

.bread p{
    font-size: 14px;
    color: #fff;
    margin: 0;
}
.bread a{
    font-size: 14px;
    color: #fff;
    padding: 0 5px;
}
#ip-img-preview{
    width: 50%;
}
.sp-lightbox img{
    max-width: 36% !important;
}
.ck_footer_main_wrapper{
    position: relative !important;

}
/* about */
.ny-ab-img{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ny-ab-img>li{
    width: 32.5%;
    margin: 10px 0;
    cursor: pointer;
}
.ny-content{
    padding: 20px 0;
   
}
.ny-content>div{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ny-nav {
    display: block;
    width: 20%;
}

.ny-nav>h3 {
    width: 100%;
    background: #184c89;
    font-size: 20px;
    font-weight: bold;
    padding: 30px 20px;
    margin: 0;
    color: #fff;
}
.ny-nav>ul{
    border: 1px solid #ccc;
    padding: 10px 0;
}
.ny-nav>ul>li{
    
    position: relative;
    margin: 0 15px;
    border-bottom: 1px solid #f5f5f5;
    transition: .3s;
    
}
.ny-nav>ul>li>a{
    padding: 10px 5px;
    display: block;
    transition: .3s;
    cursor: pointer;
    
}
.ny-nav>ul>li:hover>a{
    border-left: 5px solid #184c89;
    background: #f5f5f5;
}
.ny-nav>ul>li>i{
    position: absolute;
    right: 6px;
    top: 8px;
    font-size: 24px;
}
.ny-nav>ul>.active>a {
    border-left: 5px solid #184c89;
    background: #f5f5f5;
    display: block;
}

.ny-nav>ul>li>a {
    color: #333;
    font-size: 16px;
}
.ny-nav>ul>li>ul>li>a{
    color: #aaa;
    padding: 10px 5px;
    margin: 0 10px;
    border-bottom: 1px solid #ccc;
    display: block;
}
.ny-nav>ul>li>ul>.active{
    background: #184c89;
}
.sonmenu{
    display: none;
}
.submenu{ display: none !important; }
.showsub .submenu{ display: block !important; }





.ny-con{
    width: 100%;
    padding:0  20px;
}
.ny-con1{
    width: 80%;
}
.ny-con>h3{
    font-size: 26px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 20px;
}
.ny-con>p{
    font-size: 14px;
    color: #333;
    line-height: 50px;
    text-indent: 2em;
}
.ny-con>p>strong{
    background: #184c89;
    padding: 5px 10px;
    color: #fff;
}
.ny-con>ul{
    display: flex;
    flex-flow: row wrap;
}
.ny-con>ul>li{
    width: 31%;
    margin: 10px;
}
.ny-con>ul>li p{
    padding: 5px 0;
    margin: 0;
    color: #fff;
    text-align: center;
    background: #184c89;
}
.ny-pro>ul{
    display: flex;
    flex-flow: row wrap;
}
.ny-pro>ul>li{
    width: 31%;
    margin: 10px;
    border: solid 1px #184c89;
}
.ny-pro>ul>li p{
    padding: 10px 0;
    margin: 0;
    color: #fff;
    text-align: center;
    background: #184c89;
}
/* pro-xq */
#magnifier {
    position: relative;
  }
  .small-box {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #eee;
  }
  .small-box table td{
    width: 100%;
}
  .small-box img {
    width: auto;
    height: auto;
    max-height: 450px;
    max-width: 450px;
  }
  .small-box .hover {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 200px;
    border: 1px solid #aaa;
    background: #0099ff;
    opacity: .5;
    filter: alpha(opacity: 50);
    cursor: move;
  }
  .thumbnail-box {
    position: relative;
    width: 100%;
  }
  .thumbnail-box .btn {
    position: absolute;
    top: 50%;
    width: 22px;
    height: 32px;
    margin-top: -16px;
  }
  .thumbnail-box .btn-prev {
    left: 0;
    background: url(../img/btn_prev.png) no-repeat;
  }
  .thumbnail-box .btn-prev.btn_prev_disabled{background: url(../img/btn_prev_disabled.png) no-repeat;cursor: not-allowed;}
  .thumbnail-box .btn-next {
    right: 0;
    background: url(../img/btn_next.png) no-repeat;
  }
  .thumbnail-box .btn-next.btn_next_disabled{background: url(../img/btn_next_disabled.png) no-repeat;cursor: not-allowed;}
  .thumbnail-box .list {
    overflow: hidden;
    width: 390px;
    margin: 0 auto;
  }
  .thumbnail-box .wrapper {
    width: 100000px;
  }
  .thumbnail-box .list .item {
    float: left;
    margin: 0 10px;
  }
  
  .thumbnail-box .list .item img {
    border: 2px solid #a9a9a9;
    width: 54px;
    height: 54px;
  }
  .thumbnail-box .list .item-cur img {
    border: 2px solid #e53e41;
  }
  .big-box {
    display: none;
    overflow: hidden;
    position: absolute;
    left: 451px;
    top: 0;
    width: 540px;
    height: 540px;
    border: 1px solid #e4e4e4;
  }
  .big-box img {
    display: block;
  }

.ny-pro-xq{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
   
}
.ny-pro-xq>div{
    width: 48%;
}
.pro-title>h3{
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.pro-title>h4{
    font-size: 22px;
    margin: 0;
    padding: 15px 0;
}
.pro-title>p{
    font-size: 15px;
    line-height: 25px;
}
.pro-title img{
    width: 20%;
}
.ny-xq-title>h2{
    font-size: 18px;
    font-weight: bold;
}
.ny-xq-title>p{
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
}
.ny-xq-title{
    width: 100% !important;
}
.pro-xq-con{
    padding-top: 20px;
}
.pro-xq-con table{
    width: 100%;
}
.pro-xq-con table td{
    border: solid 1px #ccc;
    text-align: center;
    padding: 5px 15px;
}
.pro-xq-con table th{
    
    border: solid 1px #ccc;
    text-align: center;
}
.pro-xq-con table img{
    width: 50%;
    padding:10px 30px;
}
.pro-xq-con>p{
    line-height: 38px !important;
}
/* news */
.ny-faq{
    width: 80%;
    padding-left: 50px;
}
.ny-faq li{
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}
.faq-con{
    padding: 0 10px;
}

.faq-con h3{
    font-size: 18px;
    padding: 10px 0;
    font-weight: bold;
    color: #000;
}
.faq-con p{
    font-size: 16px;
    color: #666;
}
.faq-xq h2{
    text-align: center;
    font-size: 24px;
}
.faq-xq p{
    font-size: 16px;
    line-height: 36px;
    text-indent: 2em;
}






.ny-news{
    width: 80%;
}
.ny-news ul{
    padding-left: 50px;
}
.ny-news ul>li{
    border-bottom: 1px solid #ddd;
}
.news-con{
    padding: 30px 10px;
}
.news-con h3{
    font-size: 16px;
    color: #000;
    font-weight: bold;
    height: 18px;
    overflow: hidden;
    
}
.news-con span{
    font-size: 12px;
    color: #999;
}
.news-con p{
    font-size: 14px;
    color: #999;
    line-height: 22px;
    overflow: hidden;
    padding-top: 10px;
}

.news-xq h2{
    text-align: center;
    font-size: 24px;
}
.news-xq h3{
    text-align: center;
    font-size: 16px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.news-xq h3>span{
    margin: 0 10px;
}
.news-xq img{
    margin: auto !important;
}
.news-xq p{
    font-size: 16px;
    line-height: 36px;
}
/* ny-contact */
.ny-contact{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ny-contact>ul{
    width: 33%;
}
.ny-contact>ul>li{
    font-size: 14px;
    line-height: 40px;
}
.ny-contact>ul>li>h3{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
.ny-contact>.ny-ditu{
    width: 100%;
}


.ny-pro>p{
    font-size: 18px;
    font-weight: bold;
    color: #009241;
}


.page,.page1{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 10px 10px;
    margin-top: 20px;
    width: 100%;
}
.page span,.page1 span{
    width: 50%;
    color: #000;
    font-size: 14px;
}
.page span:last-of-type,.page1 span:last-of-type{
    text-align: right;
}
.page span>a{
    font-size: 14px;
    color: #000;
    border: solid 1px #ccc;
    padding: 2px 5px;
    border-radius: 5px;
}
.page span>a>select,.page span>a>select:focus{
    border: none;
}
.page-nums{
    display: none;
}
.page1 span>a{
    color: #000;
}
.page-num{
    border: solid 1px #ccc;
    padding: 2px 10px;
    margin: 0 3px;
    border-radius: 5px;
}
.left-menu{
    display: none;
}
.ck_navigation_right_wrapper i{
    display: none;
}
@media all and (max-width:768px) {
    .container{
        width: 100%;
    }
    .ban{
        padding-top: 64px;
    }
    .ck_navigation_right_wrapper i{
        display: block;
        font-size: 30px;
        line-height: 50px;
        color: #000;
    }
    .content{
        position: static;
    }
    .ck_navigation_right_wrapper ul{
        display: none;
        position: absolute;
        left: 0;
        top:65px;
        background: #fff;
        margin: 0;
        width: 100%;
    }
    .ck_navigation_right_wrapper ul li>a{
        width: 100%;
        padding: 10px 0;
        display: inline-block;
    }
    .ck_logo_wrapper{
        width: 30%;
    }
    .ck_navigation_main_wrapper>div{
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }
    .ck_navigation_right_wrapper{
        width: 20%;
    }
    .ck_navigation_right_wrapper ul li>a>hr,.ck_offer_img_cont_wrapper ul>hr{
        display: none;
    }
    .in-con-ul>li{
        width: 100%;
    }
    .ny-news{
        width: 100%;
    }
    .ny-news ul,.ny-faq{
        padding: 0;
        width: 100%;
    }
    


    .left-menu{
        display: block;
        text-align: center;
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 20px;
        border: solid 1px #ccc;
        padding: 10px 0;
    }
    .left-menu i{
        font-size: 16px;
        color: #000
    }
    .ny-nav{
        display: none;
    }
    .ny-nav,.ny-con{
        width: 100%;
        padding: 0;
    }
    .ny-con>ul>li{
        width: 100%;
        margin: 5px;
    }
    .ny-pro-xq>div{
        width: 100%;
    }
    .pro-xq-con table img{
        width: 100%;
    }
    .ny-news ul>li{
        width: 100%;
    }
    .ny-contact>ul,.ny-contact>.ny-ditu{
        width: 100%;
    }
    .ny-news>h3>span{
        padding: 5px;
    }
    .page span,.page1 span{
        width: 100%;
        text-align: left !important;

    }
    .page span>a{
        margin: 4px 0;
        display: inline-block;
        padding: 2px 8px;
    }
    .foot-add,.foot-sm,.foot-logo{
        width: 100%;
        text-align: left;
        padding: 5px 0;
    }
    .foot-logo img{
        float: none;
    }
    .foot p{
        padding: 5px 0;
    }
    .foot a{
        padding: 5px 0;
    }
}
@media all and (min-width: 960px) and (max-width:1440px){
	.container{
		width: 1270px;
	}
}