@charset 'utf-8';

.fl{    float: left;}
.fr{    float: right;}
.logo { padding-top:32px;}
.soubg { background:url(../images/searchbg.png) no-repeat right 0; width:24px; height:24px !important; display:block !important;height:75px !important;}
.menupt50 .mainli{ line-height:123px;}


@media (max-width: 767px)
{
    .hidden-xs    {display: none !important;}
}
@media (min-width: 768px) and (max-width: 991px)
{
    .hidden-sm    {display: none !important;}
}
@media (min-width: 992px) and (max-width: 1199px)
{
    .hidden-md    {display: none !important;    }
}
@media (min-width: 1200px)
{
    .hidden-lg    {display: none !important;}
}

a:focus,
a:active,
button::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
select::-moz-focus-inner,
input[type='file'] > input[type='button']::-moz-focus-inner
{
    border: 0;
    outline: 0;
}

.img-responsive{    max-width: 100%;}
.header
{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 123px;
    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;

}
.header.act{ border-color: transparent;background: #fff; border-bottom:1px rgba(166,114,54,0.5) solid;}
.header.act .mainli .maina{    color: #333;}
.logo img{    max-width:100%;}
.header .mainli
{
    position: relative;
    float: left;
    height: 100%;
    padding-right: 25px;
    padding-left: 25px;
}
.header.act .act2 .maina { color:#A57230;}
.header.act .act .maina { color:#A57230;}
.header .mainli:last-child{    padding-right: 0; padding-top:48px;}
.header .mainli .maina
{
    font-size: 17px;
    display: inline-block;
    height: 100%;
    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
    color: #333333;
}
.header .mainli .maina.iconfont
{
    font-size: 22px;
    padding-bottom: 2px;
    vertical-align: middle;
}
.header .mainli:last-child .la{ position: relative;padding-right: 30px;}
.header .mainli:last-child .ra{  padding-left: 28px;}
.header .dropmenu
{
    position: absolute;
    top: 123px;
    left: 0;
    width: 100%;
}
.header .dropmenu .drop{ display: none;}
.header .dropmenu .drop .indrop
{
    max-width: 1400px;
    width: 69%;
    float: right;
    background: #A57230;
}
.header .dropmenu .drop ul { max-width:1000px;padding-top: 15px;padding-bottom: 15px;}
.header .dropmenu .drop li{ float:left; padding:0 20px;}
.header .dropmenu .drop li a{
    font-size: 16px;
    display: inline-block;
    transform: translateX(0px);
    color: #fff;
}
.header .dropmenu .drop li a:hover{    transform: translateX(4px);}
.header .dropmenu .dropsearch
{
    max-width: 448px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
    padding-left: 20px;
    background: #A57230;
}
.header .dropmenu .dropsearch .searchtext
{
    font-size: 14px;
    width: 255px;
    height: 33px;
    border: 0;
    line-height: 33px;
    outline:0;
    float: left;
    padding-left: 10px;
}
.header .dropmenu .dropsearch .searchsub
{
    font-size: 15px;
    color: #A57230;
	padding:0 10px;
	font-weight:bold;
	cursor:pointer;
    border: 0;
    height: 33px;
    line-height: 33px;
}

#menu2 ul{ padding-left:10%;}
#menu6 ul{ padding-left:42%;}
@media screen and (max-width:1450px){
.header .mainli {    padding-right: 15px;    padding-left: 15px;}
}
@media screen and (max-width:1290px){
.header .mainli {    padding-right: 10px;padding-left: 10px;}
.header .mainli .maina{    font-size: 16px;}
.header .dropmenu .drop li a{
    font-size: 15px;
    color: #fff;
}
.header .mainli:last-child .ra{ padding-left:50px;}


}


/*手机头部*/
.headerm
{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    padding:10px 15px;
    background: #fff;
}
.headerm.act{    position: absolute;}
.logodiv { width:75%;}
.headerm .logodiv img
{
    max-width:100%;
}
.headerm .navbtn
{    position: relative;
    width: 34px;
    height: 34px;
	margin-top:17px;
	border:none;
    background: #A57230;
}
.headerm .navbtn span
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: inline-block;

    width: 20px;
    height: 1px;

    -webkit-transition: all .2s ease-out 0s;
       -moz-transition: all .2s ease-out 0s;
        -ms-transition: all .2s ease-out 0s;
         -o-transition: all .2s ease-out 0s;
            transition: all .2s ease-out 0s;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);

    background: #fff;
}
.headerm .navbtn img
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 25px;
    height: 25px;

    -webkit-transition: all .2s ease-out 0s;
       -moz-transition: all .2s ease-out 0s;
        -ms-transition: all .2s ease-out 0s;
         -o-transition: all .2s ease-out 0s;
            transition: all .2s ease-out 0s;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);

    opacity: 0;
}
.headerm .navbtn span::before,
.headerm .navbtn span::after
{
    position: absolute;
    left: 0;

    width: 20px;
    height: 1px;

    content: '';

    background: #fff;
}
.headerm .navbtn span::before
{
    top: -7px;
}
.headerm .navbtn span::after
{
    top: 7px;
}
.headerm .navbtn.act span
{
    opacity: 0;
}
.headerm .navbtn.act img
{
    opacity: 1;
}
.dropmenum
{
    position: absolute;
    top: 82px;
    left: 0;
    display: none;
    width: 100%;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    border-top: 1px solid #ddd;
    background: #fff;
    box-shadow: 5px 5px 10px rgba(0,0,0,.1);
}
.dropmenum ul .mainli ul
{
    display: none;
}
.dropmenum ul .mainli h5
{
    font-size: 14px;
	padding:10px 0;
	margin:0;
    border-bottom: 1px solid #ddd;
}
.dropmenum ul .mainli h5 .fr
{
    width: 30px;
    height: 100%;
    margin-bottom: -15px;
	margin-top:5px;
    padding-right: 10px;
    text-align: center;
}
.dropmenum ul .mainli li
{
    padding-top: 15px;
    padding-bottom: 15px;
}
.dropmenum ul .mainli ul
{
    padding-left: 35px;

    border-bottom: 1px solid #ddd;
}
.dropmenum ul .mainli ul li { padding:0; line-height:30px;}

.disnone { display: none !important;}
.dropmenum ul .mainli h5 a,
.dropmenum ul .mainli li a
{
    color: #333;
}
.headerm form
{
    line-height: 39px;

    width: 100%;
    height: 39px;

    color: #666;
    border-bottom: 1px solid #ddd;
}
.headerm form input
{
    width: 80%;
}
.headerm .serbtn
{
    margin-top: 6px;

    cursor: pointer;
}
.headerm .iconfont{    font-size: 26px;color: #ccc;}
.nbarm{    position: relative;z-index: 60;}

