.w1200{
    width: 1200px;
    margin: 0 auto;
}
.actives{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.title_nav{
    width: 100%;
    overflow: hidden;
    margin: 20px 0 10px;
}
.title_nav li{
    float: left;
    font-size: 14px;
    margin-right: 21px;
    position: relative;
}
.title_nav li:first-child{
    font-weight: 500;
}
.title_nav li a{
    color: #000000;
}
.title_nav li:before{
    border: 1px solid #000;
    border-bottom-width: 0;
    border-left-width: 0;
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    width: 6px;
    height: 6px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.title_nav li:last-child:before{
        border: none;
}
.title_nav li:last-child a{
    color: #9B9B9B;
}

/****************头部*****************/


.header{
    width: 100%;
    height: 80px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
}
.header2{
    border-bottom: 1px solid #F3F3F3;
    height: auto;
    background-color: rgba(255,255,255,0.95);
    box-shadow:0px 4px 62px 0px rgba(0, 0, 0, 0.1);
}
.header .header_left{
    margin: 20px 0 0 51px;
    float: left;
    width: 26px;
    height: 30px;
    cursor: pointer;
}
.header .header_left .header_left_button{
    width: 26px;
    height: 2px;
    background: #FFFFFF;
    font-size: 0;
    transition: 0.35s;
    position: relative;
    margin-top: 15px;
}
.header2 .header_left .header_left_button{
    background: #000000;
}
.header .header_left .header_left_button:before,
.header .header_left .header_left_button:after {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 100%;
    height: 2px;
    background: #FFFFFF;
    content: "";
    transition: transform 0.35s;
}
.header2 .header_left .header_left_button:before,
.header2 .header_left .header_left_button:after {
    background: #000000;
}
.header .header_left .header_left_button:before {
    transform: translate(-50%, 7px);
}
.header .header_left .header_left_button:after {
    transform: translate(-50%, -7px);
}
.header .header_left .header_left_button:before,
.header .header_left .header_left_button:after {
    transform-origin: 50% 0%;
}
.header .header_left.active .header_left_button{
    background: transparent;
}
.header .header_left.active .header_left_button:before {
    transform: translate(-50%, -50%) rotate(40deg);
    transition-delay: 0.2s;
}
.header .header_left.active .header_left_button:after {
    transform: translate(-55%, -50%) rotate(-40deg);
    transition-delay: 0.2s;
}
.header2 .header_left{
    margin: 20px 0 25px 51px;
}
.header .header_left.active{
}
.header2 .header_left.active{
}
.header .header_logo{
    width: 144px;
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
}
.header .header_logo img{
    width: 100%;
}
.header2 .header_logo{
    top: 20px;
}
.header .header_right{
    float: right;
    margin-right: 60px;
    margin-top: 23px;
}
.header2 .header_right{
    margin-top: 20px;
}
.header .header_right_btn{
    min-width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #CBAF6D;
    color: #ffffff;
    font-size: 14px;
    float: left;
    padding: 0 10px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.header .header_right_btn a{
    color: #ffffff;
}
.header .header_right_btn::before {
    position:absolute;
    content:"";
    display:block;
    width:200px;
    height:5px;
    top:-106%;
    right:-106%;
    background:rgba(255,255,255,0.3);
    transform:rotate(60deg);
}
.header .header_right_btn:hover::before {
    transition:all 0.2s;
    -o-animation:btnMove-1 1.5s infinite;
    -webkit-animation:btnMove-1 1.5s infinite;
    -moz-animation:btnMove-1 1.5s infinite;
    -ms-animation:btnMove-1 1.5s infinite;
    animation-delay:1.5s;
    -webkit-animation-delay:1s;
}@keyframes btnMove-1 {
     0% {
         top:-106%;
         right:-106%;
         transition:all 0.1s;
     }
     100% {
         right:110%;
         top:110%;
         transition:all 0.1s;
     }
 }
.header .header_right_wx{
    height: 30px;
    text-align: center;
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #FFFFFF;
    margin-left: 25px;
    cursor: pointer;
    position: relative;
}
.header .header_right_wx a{
    display: block;
    width: 100%;
    height: 30px;
    overflow: hidden;
    color: #FFFFFF;
    position: relative;
    box-sizing: border-box;
}
.header .header_right_wx img{
    width: 30px;
    height: 30px;
    vertical-align: top;
}
.header .header_right_wx:hover .header_right_ewm{
    display: block;
    animation:fadeIn 1s;
}
.header .header_right_ewm{
    padding: 5px;
    position: absolute;
    left: 50%;
    top:40px;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    background: #ffffff;
    display: none;
}
.header .header_right_ewm_left{
    float: left;
    width: 120px;
    text-align: center;
    color: #404040;
}
.header .header_right_ewm_left img{
    width: 120px;
    height: 120px;
    display: block;
    margin: 0;
}
.header .header_right_language{
    background: url("../images/bottom_arrow.png") no-repeat scroll right 7px transparent;
    background-size: 12px 6px;
    padding-right: 20px;
    box-sizing: border-box;
    color: #ffffff;
    height: 26px;
    font-size: 14px;
    float: right;
    margin: 6px 0 0 25px;
    position: relative;
    cursor: pointer;
}

.header .header_right_language:hover ul{
    display: block;
    animation:fadeIn 1s;
}
.header .header_right_language ul{
    display: none;
    position: absolute;
    left: 50%;
    top:26px;
    z-index: 9;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
    width: 90px;
}
.header .header_right_language li{
    padding: 10px 0;
    background-color: rgba(0,0,0,0.4);
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    color: #fff;
}
.header2 .header_right_language{
    color: #000;
    background: url("../images/bottom_arrow2.png") no-repeat scroll right 7px transparent;
    background-size: 12px 6px;
}
.header2 .header_right_language li{
    background: #ffffff;
    color: #000;
}
.header_nav{
    position: absolute;
    left: 50%;
    top: 72px;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    display: none;
    width: 1200px;
    margin: 0 auto;
}
.header_nav_list{
    text-align: center;
}
.header2 .header_nav{
    position:relative;
    left: 0;
    top: 0;
    clear: left;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
}
.header2 .header_nav_list ul{
    text-align: center;
    width: 100%;
}
.header_nav .header_nav_list a{
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    line-height: 62px;
}
.header_nav .header_nav_list .list.active a{
    color: #CBAF6D;
}
.header_nav .header_nav_list .page a{
    color: #FFFFFF;
}
.header_nav .header_nav_list li.active .line-wrap .line {
    width: 100%;
}
.header2 .header_nav .header_nav_list a{
    color: #000000;
}
.header_nav .header_nav_list li.list{
    display: inline-block;
    height: 62px;
    text-align: center;
    position: relative;
    font-size: 16px;
    padding: 0 15px;
    margin: 0 15px;
}
.header_nav .header_nav_list li:hover ul{
    display: block;
    animation:fadeIn 1s;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0; /*初始状态 透明度为0*/
    }
    50% {
        opacity: 0; /*中间状态 透明度为0*/
    }
    100% {
        opacity: 1; /*结尾状态 透明度为1*/
    }
}
.header_nav .header_nav_list li ul{
    width: 100%;
    position: absolute;
    left: 0;
    top: 62px;
    background-color: rgba(0,0,0,0.4);
    display: none;
}
.header_nav .line-wrap{
    width: 100%;
    height: 2px;
    line-height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    font-size: 0;
}
.header_nav .line-wrap .line {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 0;
    height: 2px;
    background: #CDB762;
    transition: all 1s ease;
}
.header_nav .page-wrap{
    width: 100%;
    height: 1px;
    line-height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    font-size: 0;
}
.header_nav .page-wrap .line {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 0;
    height: 1px;
    background: #CDB762;
    transition: all 1s ease;
}

.header_nav .header_nav_list li.list:hover .line-wrap .line {
    width: 100%;
}
.header_nav .header_nav_list li.page:hover .page-wrap .line {
    width: 100%;
}
.header_nav .header_nav_list li.list:hover a{
    color: #CBAF6D;
}
.header_nav .header_nav_list li.list:hover .page a{
    color: #FFFFFF;
}
.header2 .header_nav .header_nav_list li.list:hover .page a{
    color: #000000;
}
.header_nav .header_nav_list li.page:hover{
    border: none;
}
.header_nav .header_nav_list li.page:hover a{
    color: #CBAF6D !important;
}
.header2 .header_nav .header_nav_list li.page:hover a{
    color: #CBAF6D !important;
}
.header2 .header_nav .header_nav_list li ul{
    top: 62px;
    background-color: #ffffff;
    box-shadow:0px 4px 6px 0px rgba(0, 0, 0, 0.1);
}
.header_nav .header_nav_list li ul li.page{
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding: 0;
    font-size: 14px;
    height: 50px;
    position: relative;
}
.header_nav .header_nav_list li ul li.page .level{
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
}
.header_nav .header_nav_list li ul li.page:hover .level{
    display: block;
}
.header_nav .header_nav_list li ul li.page:hover .level .page a{
    color: #FFFFFF !important;
}
.header_nav .header_nav_list li ul li.page:hover .level .page .page-wrap .line {
    width: 0 !important;
}
.header_nav .header_nav_list li ul li.page .level .page:hover a{
    color: #CBAF6D !important;
}
.header_nav .header_nav_list li ul li.page .level .page:hover .page-wrap .line {
    width: 100% !important;
}
.header2 .header_nav .header_nav_list li ul li.page:hover .level .page a{
    color: #000000 !important;
}
.header2 .header_nav .header_nav_list li ul li.page .level .page:hover a{
    color: #CBAF6D !important;
}
.header_nav .header_nav_list li ul li a{
    width: 100%;
    height: 100%;
    line-height: 50px;
    position: initial;
}
.header .header_nav .header_nav_list li ul li:last-child{
    border-bottom: none;
}
.header2 .header_nav .header_nav_list li ul li:last-child{
    border-bottom: none;
}
.header2 .header_nav .header_nav_list li ul li{
    border-bottom: 1px solid rgba(0,0,0,0.3);
}

/****************头部*****************/


/****************底部*****************/

.footer {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
    height: 30px;
}

@keyframes footers
{
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes footers2
{
    0% {opacity: 1;}
    100% {opacity: 0;}
}
.footer .footers{
    width: 100%;
    height: 30px;
    background-color: #fff;
    padding: 0 50px;
    box-sizing: border-box;
    /*display: none;*/
}
.footer .footer_left{
    line-height: 30px;
    font-size: 12px;
    color: #A1A1A1;
    float: left;
}
.footer .footer_left a{
    color: #A1A1A1;
}
.footer .footer_right{
    float: right;
}
.footer .footer_right_list{
    font-size: 12px;
    float: left;
}
.footer .footer_right_list a{
    color: #8C8C8C;
    border-right: 1px solid #A1A1A1;
    padding: 0 8px;
    display: inline-block;
    height: 12px;
    margin-top: 10px;
    line-height: 80%;
    font-size: 13px;
}
.footer .footer_right_list a:last-child{
    border-right:none;
}
.footer .footer_right_select{
    float: left;
    margin-left: 30px;
}
.footer .footer_right_select a{
    color: #8C8C8C;
    border-right: 1px solid #A1A1A1;
    padding: 0 8px;
    display: inline-block;
    height: 12px;
    margin-top: 10px;
    line-height: 80%;
    font-size: 12px;
    margin-right: 5px;
    float: left;
    position: relative;
}
.footer .language{
    background: url("../images/bottom_arrow2.png") no-repeat scroll right 7px transparent;
    background-size: 12px 6px;
    padding-right: 20px;
    box-sizing: border-box;
    color: #A1A1A1;
    width: 50px;
    font-size: 12px;
    float: right;
    margin: 6px 0 0 10px;
    position: relative;
    cursor: pointer;
}
.footer .language ul{
    display: none;
    position: absolute;
    left: 50%;
    bottom:26px;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
    width: 100%;
}
.footer .language li{
    padding: 10px 0;
    background: #ffffff;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}
.norm {
    font-family:Verdana, Geneva, sans-serif;
    font-size:14px;
    color:black;
    opacity:1;
    moz-opacity:1;
    filter:false;
}
.footer2{
    position: relative;
}



/****************底部*****************/

#loading,.w100{ background:#FFFFFF; width:100%; height:100%; display:block; position:absolute; z-index:199; display:block; overflow:hidden;}
#loading .center{ width:220px; height:31px; position:absolute; left:50%; top:50%; margin-left:-110px; margin-top:-25px; display:block; overflow:hidden; text-align:center; color:#404040; font-size:12px; line-height:45px;}
#loading .center img{
    margin-right: 10px;
}


::-webkit-scrollbar{width:5px;height:5px;}
::-webkit-scrollbar-track{border-radius: 0px;
    background:rgba(255,255,255,0);}
::-webkit-scrollbar-thumb{border-radius:5px;
    background:#999;}
::-webkit-scrollbar-thumb:hover{border-radius:5px;
    background:#999;}