#n_nav_list li { margin: 0.5rem 0; }
#footer ul li a span{
    display: block;
    font-size: 14px;
    opacity: 1;
}
#footer ul li a span:nth-child(1){
    font-size: 24px;
    margin-bottom: -5px;
}
#footer ul li{
    padding: 0;
}
#footer{
    padding-bottom: 3px;
}

.search_btn{
    position: absolute;
    box-sizing: border-box;
}
.search_btn button{
    background: none;
    border: none;
}
#header .box button{
    outline: none;
}
.pic_list ul li:nth-child(2n-1){
    margin-right: 4%;
}

.mySearch_box{
    background-color: transparent;
    transition: all .5s;
    overflow: hidden;
    border: none;
    opacity: 0.8;
}
#index_box .am-thumbnails li{
    padding-bottom: .5rem;
}
.myPros{
    margin-bottom:1rem;
}
.myPros_wrap{
    width: 100%;
    height: 120px;
    background-color: #fff;
    text-align: center;
    padding-top: 2rem;
}
.myPros_wrap h2{
    margin: 0;
    letter-spacing: 2px;
    font-weight: 600;
}
.myPros_wrap a{
    color: #0070c9;
    font-size: 16px;

}
#header{
    height: 60px;
    z-index: 9999;
}
#header div#bnt_list button i{
    color: #333;
}


#header .box{
    transition: all .5s;
    opacity: 1;
    height: 60px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
}
#header .box #logo{
    display: inline-block;
    height: 60px;
    line-height: 60px;
    left: 50px;
}
#header .box #logo img{
    width: auto;
    height: 35px;
}
div#bnt_list button i{
    color: #fff;
}
#header div#bnt_list button i.myColor{
    color: #000;
}
#nav .am-list li {
    border: none;
    box-shadow: none;
}
.myBtn a{
    color: #aaa;
}

#footer ul li a span{
    display: block;
    font-size: 14px;
    opacity: 1;
}
#footer ul li a span:nth-child(1){
    font-size: 24px;
    margin-bottom: -5px;
}
#footer ul li{
    padding: 0;
}
#footer{
    opacity: 0;
    transition: all .5s;
}
#footer ul li.curR a span{
    color: #054ba1;
}
.addContent{
    width: 100%;
    background-color: #fff;
    height: 0;
    max-height: 66px;
    text-align: center;
    line-height: 45px;
    color: #8e8e8e;
}
.addContent.trans{
    transition: all .5s;
}
.giveContent{
    width: 100%;
    background-color: #fff;
    height: 0;
}
.rd-navbar-toggle {
    display: inline-block;
    position: absolute;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #151515;
    background-color: transparent;
    border: none;
    left: 6px;
    top: 6px;
    padding: 0;
    text-align: left;
}
.rd-navbar-toggle span:after, .rd-navbar-toggle span:before, .rd-navbar-toggle span {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #151515;
    backface-visibility: hidden;
    border-radius: 0;
    content: "";
    transition: .3s all ease;
    left: 10px;
}
.rd-navbar-toggle span:before {

    left: 0;
    top: -10px;
}
.rd-navbar-toggle span:after{
    left: 0;
    top: 10px;
}

.mySearch{
    background-color: transparent;
    color: #333;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 42px;
    height: 42px;
    border: 0;
}
.mySearch i{
    color: #000;
    font-size: 18px;
}

#banner{
    padding-top: 60px;
}

.pro_one_wrap{
    padding: 10px ;
}

.pro_one{
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
    /*border: 1px solid #666;*/
    display: inline-block;
    padding: 0;
}
.pro_one_wrap h3{
    line-height: 36px;
    height: 36px;
    font-size: 16px;
    margin:5px 0 0 0;
    text-align: center;
    color: #000;
    font-weight: unset;
    background: linear-gradient(180deg,#9adffc,#009cd9);
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
}
.pro_one_wrap_title{
    width: 90%;
    margin: auto;
    /*padding-bottom: 5px;*/

}
.pro_one_wrap_title_pic{
    border-bottom: 1px solid #006699;
}
.pro_one_wrap_title img{
    width: 100%;
}
.pro_one_wrap_title_h h2{
    margin: 0;
    color: #333;
}

.myMask{
    background: #222;
    opacity: .6;
    width: 100%;
    height: 290px;
    position: absolute;
    top: 0;
    left: 0;
}
.about-section{
    background-color: #fff;
    padding-top: 5px;
}
#s_about{
    font-size: 16px;
    padding: 0 20px 20px;
}
.s_titleM{
    width: 90%;
    margin: 10px auto;
    border-bottom: 1px solid #006699;
    padding-bottom: 5px;
}
.s_titleM h3{
    color: #006699;
    font-size: 24px;
    display: inline-block;
    margin: 0;
}
.s_titleM  span{
    color: #006699;
    font-size: 14px;
}
a.btnA{
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    background: linear-gradient(180deg,#9adffc,#009cd9);
    text-align: center;
    display: inline-block;
    color: #fff;
}
a.btnA i{
    color: #fff;
}
.news-list{
    padding: 0;
    width: 90%;
    margin: auto;
    list-style: none;
}
.news-list li{
    border-bottom: 1px solid rgba(0,0,0,0.2);
    color: #333;
}
.news-list li .news-date{
    color: #8e8e8e;
    text-align: right;
    font-size: 12px;
}
.honnor-list{
    margin: 0;
}
.honnor-list-one{
    height: 250px;
    line-height: 250px;
    text-align: center;
}
.honnor-list-one img{
    width: 80%;
    display: inline-block !important;
}

.honnor-list .honnor-list-one:nth-child(2n) {
    transform:perspective(1000px) rotateY(10deg) translateZ(0);
    animation: infinite ease circle_l 5s ;
    transform-style:preserve-3d;
}
.honnor-list .honnor-list-one:nth-child(2n+1) {
    transform:perspective(1000px) rotateY(-10deg) translateZ(0);
    animation: infinite ease circle_f 5s ;
    transform-style:preserve-3d;
}
.honnor-list .honnor-list-one:nth-child(3n) {
    animation-delay: 1s;
}
.honnor-list .honnor-list-one:nth-child(3n+1) {
    animation-duration: 4s;
}

@keyframes circle_l {
    0%{
        transform:perspective(1000px) rotateY(10deg) ;
    }
    50%{
        transform:perspective(1000px) rotateY(-10deg)  ;
    }
    100%{
        transform:perspective(1000px) rotateY(10deg) ;
    }
}
@keyframes circle_f {
    0%{
        transform:perspective(1000px) rotateY(-10deg) ;
    }
    50%{
        transform:perspective(1000px) rotateY(10deg) ;
    }
    100%{
        transform:perspective(1000px) rotateY(-10deg) ;
    }
}

.news-section{
    background-color: #fff;
    padding: 10px 0;
}

footer#footer_box{
    background-color:  #006699;;
    padding:30px 40px;
}
footer#footer_box .copyright{
    margin: 0;
    font-size: 14px;
    border: none;
}

#nav{
    padding-top: 60px;
}

a.am-collapsed i{
    float: right;
    transform: rotate(90deg);
    margin-top: 5px;
    font-size: 10px;
    color: #8e8e8e;
}
.am-panel i{
    float: right;
    margin-top: 5px;
    transform: rotate(270deg);
    font-size: 10px;
    color: #8e8e8e;
}
.am-panel>a{
    color: #333;
}
.am-panel>a.myAcc{
    color: #fff;
    background-color: #006699;
}

#footer_box h4{
    margin: 0 0 10px 0;
}

.foot_lanmu h4{
    color: #fff;
    font-size: 20px;
}
.foot_lanmu_list{
    margin-bottom: 10px;
}
.foot_lanmu_list a{
    color: #fff;
    display: inline-block;
    padding: 0 5px;
}
.foot_products_list a{
    color: #fff;
    display: inline-block;
    padding: 0 5px;
}
.logo_box{
    display: inline-block;
    width: 180px;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    margin-top: 10px;
}
#footer_box .copyright{
    color: #fff;
}
.contact_box div{
    margin-top: 10px;
}
.contact_box a{
    color: #fff;
}

.ban_p{
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2);
    padding-left: 10px;
    position: relative;
    z-index: 99;
}
.ban_p a{
    color: #666;
}
.ban_p a i{
    color: #9adffc;
}


.album_one{
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
}
.album_one_pic img{
    width: 100%;
    display: inline-block;
}
.album_one_pic{
    height: 120px;
    line-height: 120px;
    overflow: hidden;
}
.album_one_title{
    margin: 10px 0 0 0;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 10px;
    text-align: center;
    color: #333;
    background: linear-gradient(180deg,#9adffc,#009cd9);
    border-radius: 5px;
}
.paperNum{
    text-align: center;
    padding: 20px 0;
    background-color: #fff;
}

.news_container{
    padding: 0 20px;
}
.news_container h2{
    margin: 0 0 5px 0;
    text-align: center;
}
.news_h2_b{
    text-align: center;
}
.news_info{
    padding: 10px 0;
}
.news_info img{
    max-width: 100%;
}
.more_news a{
    color: #8e8e8e;
}

#news_wrap{
    padding: 0 20px;
}
#news_wrap h3{
    margin: 0;
    color: #333;
}
.news-date{
    text-align: right;
    color: #8e8e8e;
    font-size: 10px;
}
.news_one_a{
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.am-offcanvas-bar:after{
    display: none !important;
}
.prolist_one{
    width: 50%;
    float: left;
    padding: 10px;
}
.prolist_one_pic{
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
}
.prolist_one_pic img{
    max-width: 100%;
}
.prolist_one_title{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 10px;
    text-align: center;
    color: #333;
    background: linear-gradient(180deg,#9adffc,#009cd9);
    border-radius: 5px;
    margin: 10px 0 0;
}
.pro_nav{
    padding: 0 10px;
}
.pro_nav a{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
    margin: 5px;
    color: #333;
}
.pro_nav a.myCur{
    color: #fff;
    background-color: #006699;
}
.pro_nav{
     display: none;
 }



.myCo>li{
    cursor: pointer;
}


.myCo>li>a{
    transition: all .5s;
    /*transform: scale(1);*/
    font-size: 16px;
    color: #333;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.myCo>li>a:hover{
    /*transform: scale(1.2);*/
    color: #006699;
}
.myCo>li.myActive{
    background-color: #006699;
}
.myCo>li.myActive .more_pro_btn a{
    background-color: #006699;
}
.myCo>li.myActive .more_pro_btn a i{
    color: #fff;
}
.myCo>li.myActive>a{
    /*transform: scale(1.2);*/
    color: #fff;
}


.more_pro_btn{
    width: 100%;
    height: 40px;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    /*box-shadow: 0 1px 1px 1px #ccc;*/
    z-index: 99;
    position: relative;
}
.more_pro_btn a{
    color: #333;
    display: inline-block;
    width: 100%;
    height: 40px;
    background-color: #fff;
}
.more_pro_nav{
    background-color: #8e8e8e;
    /*position:absolute;*/
    /*left: 0;*/
    /*top: 40px;*/
    z-index: 100;
    width: 100%;
    height: 0;
    transition: all .3s;
    overflow: hidden;
}
ul li {
    list-style: none;
}
.myCo a{
    text-decoration: none;
}
ul{
    padding: 0;
}
.myProductL{
    margin: 0;
    width: 100%;
    overflow: hidden;
    padding: 0;
}

.myProductL li{
    width: 100%;
    border-bottom: 1px solid #ccc;
    /*padding: .5rem 0;*/
    text-align: center;
    /*background-color: #fff;*/
    transition: all .5s;
    opacity: 0;
    transform: translateY(-30px);
    height: 38px;
}
.myProductL li a{
    color: #fff;
    display: inline-block;
    width: 100%;
}
.myProductL li.myCur{
    background-color: #006699;
    /*border:  1px solid #fff;*/
}
.myProductL li.myCur a{
    color: #fff;
    font-weight: bold;
}

.mySlideR{
    width: 90%;
    margin-left: 5%;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.4);
    overflow: hidden;
}

.news_container h2{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 10px;
    text-align: center;
    color: #000;
    /*background: linear-gradient(180deg,#9adffc,#009cd9);*/
    border-radius: 5px;
    margin: 10px 0 0;
    display: inline-block;
    width: auto;
}
.news_pic img{
    max-width: 100%;
    max-height: 100%;
}

.my_title{
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #006699;
    text-align: left;
}
.my_title h4{
    display: inline-block;
    padding:0 10px;
    background-color: #006699;
    color: #fff;
    border-radius: 5px 5px 0 0;
    margin: 0;
    font-size: 14px;
}


.myOrder{
    width:100%; height:700px; border:0;
}
@media all and (max-width: 1200px) {
    .myOrder{
        height:800px;
    }
}
@media all and (max-width: 991px) {
    .myOrder{
        height:800px;
    }
}
@media all and (max-width: 767px) {
    .myOrder{
        height:900px;
    }
}
@media all and (max-width: 513px) {
    .myOrder{
        height:1200px;
    }
}

.mySearch_box{
    position: absolute;
    top:60px;
    width: 100%;
    transition: all .5s;
    transform: translateY(-60px);
}
.mySearch_box.mySearch_box_show{
    transform: translateY(0);
}
.box{
    z-index: 3;
}
#bnt_list{
    z-index: 4;
}
.mySearch{
    z-index: 4;
}
#s_about img{
    max-width: 100%;
}

.head_contact_box a{
    color: #333;
}
.mySlideR h3{
    margin: 0;
    height: 50px;
    line-height: 50px;
    color: #006699;
    text-align: center;
    font-size: 20px;
}
.myMap{
    width: 100%;
    height: 450px;
}