
@media (min-width: 768px){
    .containerL {
        width: 750px;
    }
}
@media (min-width: 992px){
    .containerL {
        width: 970px;
    }
}
@media (min-width: 1200px){
    .containerL {
        width: 1170px;
    }
}
@media all and (min-width: 1600px){
    .containerL {
        width: 1600px;
    }
}
@media all and (min-width: 1750px){
    .containerL {
        width: 1750px;
    }
}

.containerL {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: none;
}
.myPaperBox{
    text-align: center;
}

.myOrder{
    height: 700px;
}
@media all and (max-width: 620px){
    .myOrder{
        height: 1000px;
    }
}
@media all and (max-width: 487px){
    .myOrder{
        height: 1100px;
    }
}
@media all and (max-width: 393px){
    .myOrder{
        height: 1200px;
    }
}
.myMask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}
.banner_info h1{
    color: #377dff;
}
.banner_info h3{
    color: #fff;
}
@media (min-width: 768px){
    .min-vh-md-70{
        min-height: 70vh;
    }
}
.newsInfo p{
    text-align: left !important;
}
.newsInfo img{
    max-width: 100%;
    margin: auto;
}
.mySlideL{
     max-width: 300px !important;
 }
.proBtn{
    display: inline-block;
    margin: 0 10px;
}
.proBtn:nth-child(2) a{
    background-color: #8e8e8e;
    border-color: #8e8e8e;
}
.myCon p img{
    margin: auto;
    display: block;
    max-width: 100%;
}
.navbar-brand, .navbar-brand > img{
    width: 14rem;
}
.brand{
    max-width: 14rem;
}
.bottom-contact a{
    color: rgba(255, 255, 255, 0.7);
}

.crumb_section{
    background-color: #ededed;
    border-bottom: 1px solid #ededed;
}
.breadcrumb{
    margin-bottom: 0;
    height: 70px;
    line-height: 42px;
    padding: 14px 0;
}
.breadcrumb li a{
    color: #333;
    font-size: 14px;
    line-height: 30px;

}
.breadcrumb li a:hover{
    color: #377dff;
}
.crumb_nav_wrap .crumb_nav{
    text-align: right;
}
.crumb_nav  a{
    line-height: 70px;
    display: inline-block;
    /*margin-left: 50px;*/
    color: #333;
}
.crumb_nav  a.active{
    color: #377dff;
}
.crumb_nav  a:hover{
    color: #377dff;
}
.myAboutInfo img{
    max-width: 100%;
}
.myNewsInfo p{
    width: 100%;
}
.myNewsInfo img{
    max-width: 100%;
    margin: auto;
    display: block;
}
.search_box{
    position: relative;
}
.search_box .search-button{
    position: absolute;
    right: 10px;
    top: 10px;
    background: none;
    border: none;
    outline: none;
}
.widget-categories{
    /*border-radius: 10px;*/
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.1);
    overflow: hidden;
}
.widget-categories ul{
    list-style: none;
    padding: 10px 0;
}
.widget-categories ul li{
    padding: 0 15px;
    height: 41px;
    line-height: 40px;
    border-bottom: 1px solid #efefef;
}
.widget-categories ul li.active{
    /*background-color: #24318f;*/
}
.widget-categories ul li.active a{
    /*color: #fff;*/
}
.widget-categories ul li.active>a{
	display:block;
	background-color: #24318f;
    color: #fff;
	text-align:center;
}
.widget-categories ul li:hover{
    background-color: #377dff;
}
.widget-categories ul li:hover a{
    color: #fff;
}
.widget-categories ul li.active:hover>a{
    color: #fff;
}

.widget-categories ul li a{
    color: #666;
}
.widget-categories ul li:nth-last-child(1){
    border-bottom: none;
}
.widget-categories .widget-title{
    background-color: #333;
    text-align: center;
}
.widget-categories .widget-title h6{
    color: #fff;
    font-size: 16px;
    line-height: 50px;
}
.myProBtn a{
    color: #377dff;
}
.myProBtn:hover a{
    color: #fff;
    transition: all 0.2s ease-in-out;
}
@media all and (max-width: 768px){
    .bottom_abolist{
        display: none;
    }
    .bottom_prolist{
        display: none;
    }
    .bottom_newlist{
        display: none;
    }
}
header .search_head_box{
    position: absolute;
    top: 100%;
    right: 0;
    padding: 10px 15px;
    transition: all .5s;
    transform: scaleY(0);
    transform-origin: top;
    max-width: 100%;
}
header .search_head_box.active{
    transform: scaleY(1);
}
header .search_box{
    width: 400px;
    max-width: 100%;
    margin: auto;
}
.page_top{
    background-position: center;
    background-size: 100%;
    /*background-attachment: fixed;*/
}