﻿@charset "UTF-8";
*{
    padding:0;
    margin: 0;
}
body{
    font: 12px/140% Arial,"Microsoft YaHei","宋体";
    color: #5a5a5a;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
    cursor: pointer;
}
.headerBot>*,.headerBot input[type="search"],.headerBot nav li,.headerTop h1,.headerBot input[type="button"]
{
    float: left;
}
header,.headerWap{
    width: 100%;
}
.headerWap{
    background: #f4f4f4;
}
.headerList table,.main,.headerTop,.headerBot,.headerBot nav{
    width: 1200px;
    margin: 0 auto;
}
/*header*/
header{
    border-bottom: 2px solid #ff4e00;
    position: relative;
}
.headerBot nav ul,.headerBot nav,.headerTop,.headerTop ul,.searchBtn form,.headerBot{
    overflow: hidden;
}
.headerTop h1{
    line-height: 32px;
    font-size: 12px;
    font-weight:lighter;
}
.headerTop h1 a:nth-of-type(2)
{
    padding-left: 50px;
    display: inline-block;
}
.headerTop h1 span{
    font-size: 12px;
    font-family: Microsoft YaHei;
    color: #5A5A5A;
    font-weight: normal;
}
.headerTop ul li{
    float: right;
    padding-right: 25px;
    line-height: 32px;
}
.searchBtn{
    padding-left: 55px;
    padding-right: 70px;
    margin-top: 5px;
}
.headerBot input[type="search"]{
    border-color: #ff4e00;
    border-width: 2px;
    height: 34px;
    background-color: rgb(255, 255, 255);
    width: 478px;
    border-style: solid;
    padding-left: 14px;
    box-sizing: border-box;
    color: #ff9263;
}
.headerBot{
    padding-top: 25px;
    padding-bottom: 15px;
}
.headerBot input[type="button"]
{
    display: block;
    width: 59px;
    height: 34px;
    line-height: 36px;
    background: #ff4e00 url("../images/Search.png") no-repeat 15px 3px;
    background-size: 30px 30px ;
    border: 0;
}
.Shoppingcart{
    line-height: 40px;
    text-align: center;
    width: 143px;
    border: 1px solid #e5e5e5;
    background: #fbfbfb;
}
.Shoppingcart a{
    color: #000;
}
.Shoppingcart>img{
    width: 22px;
    height: 18px;
    vertical-align: middle;
    margin-right: 5px;
}
.Shoppingcart a span{
    font-size: 14px;
    color: #ffba00;
    font-weight: bold;
}
.headerBot nav{
    padding-left: 20px;
    position: relative;
    left: 0;
    top: 10px;
    z-index: 3;
}
.headerBot nav li{
    padding: 0 30px ;
    line-height: 20px;
    cursor: pointer;
}
.headerBot nav li a{
    color: #000;
    font-size: 15px;
}
.headerBot nav li a:hover{
    color: #ff4e00;
}
.headerBot nav ul{
    width: 710px;
    float: left;
    margin-left: 220px;
}
.headerBot nav>img{
    float: right;
    margin-left: 80px;
}
.headerBot nav{
    margin-top: 15px;
}
    /*头部列表*/
.headerList{
    width: 100%;
    height: 300px;
    background: #fff;
    position: absolute;
    bottom: -302px;
    left: 0;
    z-index: 5;
}
.headerList table{
    background: #fff;
    position: relative;
}
.headerList tr{
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.headerList tr td{
    float: left;
}
.headerList tr td a{
    display: block;
    width: 240px;
    text-align: center;
    font-size: 16px;
    padding: 20px 0;
    color: inherit;
}
.headerList tr td img{
    display: block;
    width: 100%;
    height: 200px;
    padding-bottom: 20px;
}
    /*头部列表结束*/
/*end header*/
/*主体左边*/
    /*菜单*/
.leftMenuT p{
    width: 100%;
   line-height:  40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: url("../images/grid.png") no-repeat 40px 10px;
}
.mainSide{
    width: 200px;
    float: left;
}
.sidebar{
    width: 100%;
    /*height: 799px;*/
    overflow: hidden;
}
.sidebar li a:first-of-type{
    display: block;
    background: url("../images/0010.png") no-repeat  0 0;
    background-size: 25px 20px;
    padding-left: 40px;
    color: #fff;
    margin-bottom: 25px;
}
.sidebar li .imgChang{
    background:red  url("../images/0011.png") no-repeat  0 0 !important;
    background-size: 25px 20px !important;
}
.sidebar li a:first-of-type span{
    display: none;
    font-weight: lighter;
    color: #bbbbbb;
    font-size: 20px;
    margin-left: 50px;
    margin-top: 2px;
}
.sidebar li a:nth-of-type(2){
    color: #fff;
    padding-top: 5px;
}
.sidebar li{
    background: #ff4e00;
    width: 250px;
    padding: 18px 0 18px 30px;
    border-left: 5px solid #ffba00;
    transform: translatex(-20px);
}
body .sidebarliH{
    animation: move 1s  both !important;
    background: #fff;
}
@keyframes move {
    0%{
        transform: translatex(-20px);
    }
    100%{
        transform: translatex(0px);
    }
}
body .sidebarliH2{
    animation: move2 1s  both !important;
}
@keyframes move2 {
    0%{
        transform: translatex(0px);
    }
    100%{
        transform: translatex(-20px);

    }
}
    /*菜单结束*/
    /*菜单列表*/
.leftMenu{
    position: relative;
    background: #ff4e00;
}
.main{
    height: 465px;
    position: relative;
    top:0px;
    left: 0;
    z-index: 3;
}
.sideBarList{
    width: 720px;
    height: 837px;
    background: #fff;
    position: absolute;
    top: 40px;
    left: 200px;
    box-sizing: border-box;
    padding: 17px 38px 0 30px;
    box-shadow: 4px 4px 6px #f2f2f2;
    z-index: 3;
}
.sideBarList li{
    padding-bottom: 7px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 30px;
}
.sideBarList ul{
    width: 655px;
    background: #fff;
    height: auto;
    position: absolute;
    top: 17px;
    left: 30px;
}
.sideBarList li a{
    font-size: 16px;
    color: #000;
}
    /*菜单列表结束*/
    /*主体内容*/
.mainInner{
    width: calc(100% - 200px);
    height: 900px;
    margin-left: 220px;
    margin-top: 60px;
}
    /*主体内容结束*/
/*主体左边结束*/
/*窗体菜单*/

.bodyBar{
    height: 100%;
    width: 42px;
    background: #ff4e00;
    position: fixed;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 101;
}
.bodyBar ul{
    width: 100%;
    position: absolute;
    top: 50%;
    left:0;
    margin-top: -170px;
}
.bodyBar li a{
    display: block;
    padding-top: 43px;
    padding-bottom: 13px;
    text-align: center;
    background: url("../images/home.png") no-repeat 10px 10px;
    background-size: 22px 19px;
    color: #fff;
}
.bodyBar li a:hover{
    background: #ffba00 url("../images/home.png") no-repeat 10px 10px;
}
.m_view_qr{
    position: absolute;
    bottom: 0;
    left: 0;
}
.m_view_qr div{
    height: 120px;
    width: 110px;
    padding-top: 10px;
    background: #fff;
    border: .01rem solid #eeeeee;
    position: absolute;
    top: -80px;
    left: -110px;
}
.m_view_qr div img{
    margin: 0 auto;
}
body .fix{
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 100;
    background: #fff;
    margin-left: -50%;
}
/*窗体菜单结束*/

/*左侧菜单下部*/
.mainSide>ul li{
    border: 1px solid #e6e6e6;
    padding: 15px;
    box-sizing: content-box;
    text-align: center;
}
.mainSide>ul li a{
    color: #002b36;
    font-weight: 600;
}
.mainSide>ul li h3{
    font-weight: lighter;
    line-height: 40px;
}
.mainSide>ul li p{
    color: #ffba4f;
}
.mainSide>ul li img{
    display: block;
    width: 100%;
}
.mainSide>ul li{
    margin-top: 20px;
}
.mainSide>ul>li:hover{
    border-color: #ff4e00;
}
/*左侧菜单下部结束*/