body,ul,li{
    padding:0;
    margin:0;
    list-style: none;
}
*{
    box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,p{
    margin:0;
    padding:0;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}
header{
    background:#000000;
    height:50px;
    width:100%;
}

.head{
    padding-top: 10px;
    padding-bottom: 5px;
    position:fixed;
    width:100%;
    z-index: 15;
    transition:all 0.5s linear;
}
.head.active{
    background:rgba(0,0,0,0.8);
}
a{
    font-size:18px;

    color:#424242;
}
a:hover{
    text-decoration: none;
}
h1{
    font-size:60px;
}
.h1{
    font-size: 60px;
}
h2{
    font-size:30px;
    color:#000;
    text-align: center;
}
h3{
    font-size: 24px;
    color:#000;
}
h4{
    font-size:20px;
    color:#fff;
}
h5{
    font-size:16px;
    color:#000;
}
h6{
    font-size:14px;
    line-height: 1.4;
}
img{
    max-width: 100%;
    height:auto;
}
p{

    font-size:14px;
    /*color:#000;*/
}
.logo img{
    margin-top: -8px;
    width:130px;
    height:auto;
    margin-left: 100px;
}
.dropdown-menu>li>a{
    font-size:20px;
    padding:8px 20px;
    text-align: center;
}
.loading{
    position:fixed;
    width:100%;
    height:100%;
    width:100vw;
    height:100vh;
    top:0;
    left:0;
    background:#000;
    z-index: 1000;
    /*display:none;*/

}
.loading img{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}
.pc_hide{
    display:none;
}
.mobile_hide {
    display:block;
}
.rigion3{
    width:1200px;
    margin:0 auto;
}
.menu_item a{
    font-weight:bold ;
    color:#fff;
    font-size: 20px;
}
.menu_item span{
    font-weight:bold ;
    color:#fff;
    font-size: 20px;
}
.menu_item{
    float:left;
    margin-right:25px;
    position:relative;
}
.ej_menu{
    position: absolute;
    left: 0;
    top: 25px;
    width: 145px;
    display:none;
    z-index: 15;
}

.ej_menu>ul>li>a {
    display: block;
    background-color:#94d04c;
    padding: 0 15px;
    height: 25px;
    line-height: 25px;
    font-family:Arial;
    font-size: 14px;
    color: #fff;
    transition:all .3s linear;
	text-align: left;
    /*width:78px;*/
}
.ej_menu>ul>li:hover a{
    background:#60a012;
}

.btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info{
    background-color: #92ce4b;
    border-color: #92ce4b;
}
.btn-info{
    background-color: #92ce4b;
    border-color: #92ce4b;
}
.btn-toolbar{
    margin-top:50px;
    margin-bottom: 50px;
    text-align: center;
}
.menu{
    margin-top:10px;
}
.head .region{
    width:90%;
    margin:0 auto;
}
footer{
    background:#191919;
    padding:40px 0px 0;
}
.footer_logo{
    text-align: center;
}
.footer_media{
    text-align: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #424242;
}
.footer_media a{
    display:inline-block;
    margin:0 10px;
}
.footer_menu a{
    color:#999;
    display:inline-block;
    margin:0 20px;
}
.footer_menu{
    text-align: center;
    margin:20px 0 40px;

}
.copy_right p{
    text-align:right;
    padding:15px;
    color: #999999;
}
.pc-hide{
    display:none;
}
.media_tax {
    text-align: center;
    padding:35px 15px 75px;
}
.media_tax a{
    display:inline-block;
    font-size: 14px;
    color:#bdbdbd;
    margin:0 12px 0;
}
.media_tax a.active{
    color:#000;
}
.searchform input{
    width:100px;
    height:28px;
    font-size:14px;
    background:#445566;
    color:#fff;
    border:none;
    padding:0 10px;

    border-radius: 5px;
    margin-bottom: 5px;
}
.searchform{
    width:100px;
    height:28px;
    position:relative;
}
.searchform .search_btn{
    cursor:pointer;
    position:absolute;
    right:10px;
    top:50%;
    transform:translate(0,-50%);
    z-index:1;
}
.button-help-small-17 {
    width: 100px;
    margin-right: 10px;
    background-color: #A3C320; /* Green */
    border: none;
    color: #ffffff;
    padding: 3px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 5px;
    margin-bottom: 5px;
}
table tr td,table{
    border:1px solid #eee !important;
    font:400 18px/20px MontserratRegular !important;
}
.e-mail{
	position: fixed;width:137%; text-align: center;z-index: 999;top:0; left:0;
}
.e-mail span{
	color: white;
	font-size: 30px
}
.call{position:fixed;width:152%; text-align: center;z-index: 999;top:0; left:0;
}
.call span{
	color:white;
	font-size: 30px
}
.wechat{
	position: fixed;width:137%; text-align: center;z-index: 999;top:0; bottom: 50%;width: 80px;z-index: 999;right: 0
}
.wechat span{
	color: white;
	font-size: 30px
}

.searchform input::-webkit-input-placeholder { color:#e0e0e0; }
.searchform input::-moz-placeholder { color:#e0e0e0; } /* firefox 19+ */
.searchform input:-ms-input-placeholder { color:#e0e0e0; } /* ie */
input:-moz-placeholder { color:#f00; }
/*new right*/
.dkm-inquiry-right{position:fixed;right:10px;top:50%;margin-top:-100px;z-index:100;}
.dkm-inquiry-right-meau{position:relative;}
.dkm-inquiry-right-btn{width:48px;height:48px;border:1px solid #ddd;text-align:center;display:block;margin-bottom:6px;position:relative;background-color:#fff}
.dkm-inquiry-right-btn span{color:#848484;font-size:26px;line-height:48px;}
.dkm-inquiry-right-btn sup{display:block;min-width:24px;height:24px;text-align:center;line-height:24px;color:#fff;border-radius: 50%;background-color:#ff6800;position:absolute;left:-12px;top:-12px;}
.dkm-inquiry-right-btn p{color:#ff6800;font-size:14px;line-height:18px;padding-top:5px;display:none;}
.dkm-inquiry-right-meau:hover .dkm-inquiry-right-btn span{display:none}
.dkm-inquiry-right-meau:hover .dkm-inquiry-right-btn p{display:block;}
.dkm-inquiry-meau-car .dkm-inquiry-right-btn {border-color:#ff6800;margin-bottom:20px;}
.dkm-inquiry-meau-car.dkm-inquiry-right-meau:hover .dkm-inquiry-right-btn{background-color:#ff6800}
.dkm-inquiry-meau-car.dkm-inquiry-right-meau:hover .dkm-inquiry-right-btn span{color:#fff;display:block;}
.dkm-inquiry-meau-car .dkm-inquiry-right-btn span{color:#ff6800;}


#one {
    width: 10px;
    margin: 0 auto;
    line-height: 20px;
    font-size: 20px;
    /*word-wrap: break-word;!*英文的时候需要加上这句，自动换行*!*/
}


.pager a{
    display: inline-block;
    margin-right: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #efefef;
    color:#000;
}
.pager span {
    display: inline-block;
}
.pager .current{
    margin-right: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #a6cc27;
    color:#fff;

}
@media screen and (max-width:1250px){
    .rigion3{
    width:100%;
    padding:0 15px;
}  
}
@media screen and (max-width:769px){
    .pc_hide {
        display:block;
    }
    .mobile_hide{
        display:none;
    }
    .dkm-inquiry-right{position:fixed;left:10px;top:50%;margin-top:-100px;z-index:100;
    display: none;
    }
    .mobile_ej_menu{
        display:none;
    }
    .mobile_ej_menu ul li a{
        color:#fff;
        font-size:18px;
    }
    h1{
        font-size: 40px;
    }
  .pc-hide{
    display:block;
}  
  .col-xs-hide{
    display:none;
  }
  .mobile_menu,.dropdown{
    position:static;
  }
  .dropdown-menu{
    width:100%;
    background:#94d04c;
    height:400px;
    overflow-y: scroll;
  }
  .dropdown-menu>ul>li{
        text-align: center;
        margin-bottom: 10px;
        position:relative;
    }
    .xl{
        position:absolute;
        width: 35px;
        height: auto;
        right: 30px;
        top: 0px;
        transition:all 0.3s linear;
    }
    .xl.active{
        transform:rotate(180deg);
    }
  .searchform{
    margin:0 auto;
  }
  .dropdown-menu>ul>li>a{
    color:#fff;
    font-size:24px;
  }
   .copy_right p{
    text-align: center;
   }

}
