/* _menu.html  css start*/
.menu {
    position: fixed;
    top:0px;
    width: 100%;
    height: 80px;
    background: #fff;
    box-shadow: 0 4px 4px #bbb;
    z-index: 99999;
}
.menu a{
    font-size: 15px;
}
.menu .product_list a{
    font-size: 14px;
}
.english-size a{
    font-size: 16px;
}
.collapse > ul{
    /*padding-left: 1%;*/

}
.edit-width{
    width: 120px;
}
@media screen and (min-width : 1500px){
    .menu-wrap,.lg-wrap{
        width: 1470px;
    }
    .edit-width{
        width: 200px;
    }
    .collapse > ul{
        padding-left: 13%;
        padding-left: 0%\9;
    }
}
@media screen and (max-width : 1000px){
.nav > li > a{
    position: relative;
    display: block;
    padding-left : 10px;
    padding-right : 10px;

}
}
.menu > .container > .navbar-default{
    padding-top: 15px;
    padding-bottom: 15px;
    background: none;
    border: none;
}
.menu > .container > .navbar {
    position: relative;
    min-height: 80px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

.menu > .container > .navbar-default .navbar-nav>.active>a, 
.menu > .container > .navbar-default .navbar-nav>.active>a:focus,
.menu > .container > .navbar-default .navbar-nav>.active>a:hover {
     color: #EB612A; 
     background: none; 
}
.menu > .container > .navbar-default .navbar-brand {
    padding: 7px 7px;
}

.menu .logo{
    width: 144px;
    height: 36px;
}
.language{
    padding: 7px 0px 5px 20px;
}
.language a{
    color: #777;
}

.language-check a{
    color: #eb612a;
}
/* _menu.html  css stop */


/* _footer.html css start*/
@media screen and (min-width : 1500px){
    .footer-wrap{
        width: 1470px;
    }
}
.foot-nav{
    padding-top: 10px;
    padding-bottom: 0px;
    background: #eaeaea;
}

.foot-nav ul{
    min-height: 110px;
}
.foot-nav li{
    padding-top: 3px;
    padding-bottom: 3px;
}
.foot-nav a{
    color:#777;
    text-decoration: none;
}
.foot-nav em a{
    font-size: 26px;
    font-style: normal;
}
.foot-nav p a{
    margin-left: 5px;
}
.footer{
    background: #272727;
    border-top: 1px solid #f0f2f5;
    padding:40px 0px;
    height: 200px;
    color:#ccc;

}
.foot-nav-right{
    text-align: center;
}
.foot-nav-icon i{
    font-size: 50px;
}


/* _footer.html css stop*/

.pagination{
	float: right;
    margin: 20px
}
.pagination li{
    float: left;
}
.pagination .active span{
	background: #5a98de;
	color: #fff;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #EB612A;
    border-color: #ddd;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #777;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}



/*cover bootstarp default nav css*/


body{
    padding-top: 80px;
}
.fixed-btn{
    position: fixed;
    right: 10px;
    bottom: 40%;
    width: 50px;
    font-size: 24px;
    z-index: 1040;
    text-align: center;
    -webkit-backface-visibility: hidden;
}
.fixed-btn a{
	color: #777;
}
.fixed-btn a:hover{
	text-decoration: none;
	color:#eb612a;
}
.fixed-btn i{
	font-size: 35px;
}
.icon-box{
    background: #EB612A;
    margin-bottom: 10px;
}
.icon-box a{
    text-decoration: none;
    color:#fff;
}
.icon-box a i:hover{
    color:#eb612a;
}

.product_down,.welcome_down,.contact_down,.service_down,.scheme_down,.news_down{
    position: absolute;
    top: 50px;
    left: -70px;
    width: auto;
    /*height: 380px;*/
    /*padding-right: 8px;*/
    border-top: 1px solid #EB612A; 
    border-left: 1px solid #eee; 

    border-right: 1px solid #eee; 

    border-bottom: 1px solid #eee; 

    background: #fff;
    z-index: 99999;
    overflow: hidden;
    display: none;

}
.product_down_wrap{
    /*width: 300px;*/
    padding:10px;
    /*width: 1100px;*/
    /*padding:20px;*/
}
.product_down_pic{
    float: left;
    /*padding: 10px;*/
    margin-right: 20px;
}
.p_c_list{
    width: 150px;
}
.product_list li{
    /*float: left;*/
    list-style: none;
    width: 200px;
    padding: 1px 0px;
    /*height: 160px;*/
}
.product_list p a{
    color:#777;
}
.product_down_wrap h5 a{
    color: #EB612A;
}
.product_down_wrap hr{
    clear: both;
    margin:0px;
}
.product_more a{
    line-height: 40px;
    height: 40px;
    color: #EB612A;
    font-size: 14px;
    margin-right: 10px;
}
.bg_pic {
    width: 100%;
    height: 300px;
    overflow: hidden;
    text-align: center;
    
}
.bg_pic img{
    margin: auto;
}
.localtion{
    height: 45px;
    background: #F5F5F5;
}
.localtion span{
    display: inline-block;
    width: 100px;
    background: #EB612A;
    color: #fff;
    text-align: center;
    height: 35px;
    line-height: 35px;
    margin-top: 5px;
}
.left-list{
    margin-top: 40px;
    margin-right: 30px;
    list-style: none;
    padding:0px;
    border-top: 1px solid #eee;
}
.left-list > li {
    padding: 10px 0px 10px 20px;
    border-bottom: 1px solid #eee;
     cursor: pointer;
}

.left-list > li > a{
    color: #777;
}
.left-list > .sub-active a{
    color: #EB612A;
}
.sub-left-list{
    list-style: url('../img/arror.png');
    /*margin-right: 30px;*/
    padding:20px;
    /*border-top: 1px solid #eee;*/
}
.sub-left-list a{
    color: #777;
   
    
}
.sk-nav-item{
    padding: 5px 0px;
}
.sk-nav-item > ul {
    display: none;
}
.sk-nav-itemed > ul {
    display: block;
}
