header{
    display: none;
}

.hidden_pro_au video{
    width: 970px;
    height: 550px;


}

.hidden_pro_au2 video {
    width: 970px;
    height: 550px;
}

.hidden_pro_au3 video {
    width: 970px;
    height: 550px;
}
.hidden_pro_au4 video {
    width: 970px;
    height: 550px;
}
.hidden_pro_au5 video {
    width: 970px;
    height: 550px;
}
.search{
    float: right;
    width: 247px;
    height: 42px;
    line-height: 42px;
    margin-top: 20px;
     position: relative;
}
.search form input[type='text']{
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #d4d4d4;
   display: none;
    border-radius: 5px;
    font-size: 18px;
    padding-left: 3px;
    color: #888;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
   
}
.search form input[type='text']:hover{
     border: 1px solid #5397c4;

}
.search form input[type='submit']{

    width: 28px;
    height: 28px;
    position: absolute;
       right: 4px;
    top: 10px;
    background:url(../images/search.jpg) no-repeat;
    border: 0;
    z-index: 100;


}

.search form input[type='submit']:hover{
    background:url(../images/search-act.jpg) no-repeat;
    cursor: pointer;
}

#top {
    width: 100%;
    height: 33px;
    background: #242424;
    line-height: 33px;
}

#top .main {
    width: 1420px;
    height: 33px;
    margin: 0 auto;
}

#top .main i {
    float: right;
    font-weight: bold;
    color: #ffffff;
    font-size: 16px;
}

#top .main .dropbtn {
    color: #f0f0f0;
    height: 33px;
    font-size: 14px;
    border: none;
    width: 120px;
    cursor: pointer;
    background: #242424;
}

#top .main .dropbtn span {
    display: inline-block;
    width: 12px;
    height: 7px;
    background: url("../images/jian.jpg") no-repeat;
}

#top .main .dropdown {
    position: relative;
    display: inline-block;
    float: right;
}

#top .main .dropdown-content {
    display: none;
    position: absolute;
    background: #242424;
    min-width: 120px;
    top: 33px;
    text-align: center;
}

#top .main .dropdown-content a {
    padding: 5px 16px;
    text-decoration: none;
    display: block;
    color: #fff;
}

#top .main .dropdown:hover .dropdown-content {
    display: block;
}

/*1.11*/
#top .main .tel {
    float: right;
}

#top .main .tel span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: 2px;

}

/*1.11*/
#top .main .tel i {
    font-weight: bold;
    color: #ffffff;
    font-size: 15px;
}

#nav {
    width: 100%;
    height: 85px;
    line-height: 83px;
}

#nav .main {
    width: 1420px;
    height: 85px;
    margin: 0 auto;
}

#nav .main .logo {
    width: 130px;
    height: 85px;
    line-height: 85px;
    float: left;
    margin-right: 60px;
}

#nav .main .logo a img {
    display: block;
    margin-top: 20px;
}

#nav .main .nav_list {
    float: left;
}

#nav .main .nav_list ul li {
    float: left;
    margin-left: 40px;
}

#nav .main .nav_list ul li a {
    font-size: 18px;
    color: #888;
}
#nav .main .nav_list ul li a:hover{
	color: #d20a2c;
}

#nav .main .nav_list ul li a.active {
    color: #d20824;
}

#nav .main .search {
    float: right;
}

#banner {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #121212;
}

#banner .container {
    width: 100%;
    margin: 0 auto;
}

#banner .slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: #444;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#banner .slider {
    position: relative;
    width: 9999px;
}

#banner .slider:before, .slider:after {
    display: table;
    content: ' ';
}

#banner .slider:after {
    clear: both;
}

#banner .slider__item {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    height: 100%;
}

#banner .slider__item img {
    display: block;
    max-width: 100%;
    height: 640px;
}

.slider__switch span {
    color: #fff;
    display: block;
    width: 32px;
    height: 32px;
}

/* Arrows */
#banner .slider__switch {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    padding: 10px 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    border-radius: 1px;
    background: #000;
    opacity: .3;
    transition: opacity .15s ease;
    fill: #fff;
}

#banner .slider__switch--prev {
    left: 10px;
}

#banner .slider__switch--next {
    right: 10px;
}

#banner .slider__switch:hover {
    opacity: .85;
}

#banner .slider__switch[disabled] {
    visibility: hidden;
    opacity: 0;
}

#banner .slider__caption {
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: block;
    max-width: 500px;
    padding: 10px;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, .4);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000'); /* ie8 */
}

#banner .slider__caption[disabled] {
    opacity: 0;
    visibility: hidden;
}

#banner .slider-nav {
    line-height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    text-align: center;
    z-index: 9;
    filter: alpha(opacity=0);
}

#banner .slider-nav__control {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 0;
    -webkit-transition: background .5s ease;
    -moz-transition: background .5s ease;
    -o-transition: background .5s ease;
    transition: background .5s ease;
    border: 0;
    border-radius: 50%;
    background: transparent;
}

#banner .slider.has-touch {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
}

@media (max-width: 580px) {
    .slider__switch {
        display: none;
    }

    .slider__caption {
        display: none;
    }
}

#part1 {
    width: 100%;
    height: 55px;
    line-height: 53px;
    background: rgba(0, 0, 0, 0.8);
    -moz-opacity: 0.8;
    opacity: 80;
    filter: alpha(opacity=80);
    margin-top: -55px;
    position: absolute;
    z-index: 100;
}

#part1 .main {
    width: 1420px;
    height: 54px;
    margin: 0 auto;
}

#part1 .main .home {
    display: inline-block;
    float: left;
    width: 58px;
    height: 28px;
    margin-top: 12px;
    background: url("../images/home.png") no-repeat;
}

#part1 .main .nav {
    float: right;
}

#part1 .main .nav ul li {
    display: inline-block;
    padding: 0 20px;
    text-align: center;
}

#part1 .main .nav ul li.curr1 {
    background: #a81e1e;
}
#part1 .main .nav ul li.curr1 a{
    color: #ffffff;
    
}

#part1 .main .nav ul li a {
    color: #a9a9a9;
    font-size: 16px;
    display: inline-block;
  
}
#part1 .main .nav ul li a:hover{
    color: #ffffff;
    
}
#part2 {
    width: 100%;
    height: 790px;
    background: url("../images/cp_bg.jpg") #1c1c1c no-repeat;
}

#part2 .main {
    width: 1420px;
    height: auto;
    margin: 0 auto;
}

#part2 .main h1 {
    height: 142px;
    text-align: center;
    line-height: 142px;
    font-weight: inherit;
    color: #ffffff;
    font-size: 36px;
}

#part2 .main .cp_list ul li {
    width: 355px;
    height: 600px;
    background: #4a4a4a;
    float: left;
    position: relative;
}

#part2 .main .cp_list ul li:hover {
    background: #ffffff;
    transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    cursor: pointer;
}

#part2 .main .cp_list ul li:hover .center h2 a {
    color: #333;
    transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
}

#part2 .main .cp_list ul li:hover .center p {
    color: #686868;
    transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
}

#part2 .main .cp_list ul li:hover .center div span {
    color: #303030;
    transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
}

#part2 .main .cp_list ul li .top {
    width: 100%;
    height: 274px;
    overflow: hidden;

}
#part2 .main .cp_list ul li:hover img{
    transform: scale(1.1);
}
#part2 .main .cp_list ul li .top a img {
    display: block;
    width: 100%;
    height: 274px;
     transition: all 2.5s;
}

#part2 .main .cp_list ul li .center {
    width: 290px;
    margin: 0 auto;
    height: 190px;
}

#part2 .main .cp_list ul li .center h2 {
    font-size: 26px;
    font-weight: inherit;
    text-align: left;
    height: 65px;
    /* line-height: 65px; */
    margin-top: 40px;
    margin-bottom: 15px;
}

#part2 .main .cp_list ul li .center h2 a {
    color: #fff;
}

#part2 .main .cp_list ul li .center p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}

#part2 .main .cp_list ul li .center div span {
    display: inline-block;
    padding: 5px 15px;
    border: 2px solid #bfbfbf;
    border-radius: 5px;
    color: #fff;
    margin-right: 10px;
    font-size: 12px;
    margin-top: 10px;
}

#part2 .main .cp_list ul li .center div span.act {
    background: #d7072b;
    border: 2px solid #d7072b;
}

#part2 .main .cp_list ul li .center div span:hover {
    border: 2px solid #d7072b;
}

#part2 .main .cp_list ul li:hover .bottom a {
    color: #686868;
    border: 2px solid #d7072b;
}

#part2 .main .cp_list ul li .bottom {
    width: 290px;
    margin: 25px auto;
    height: 44px;
}

#part2 .main .cp_list ul li .bottom a {
    display: block;
    width: 124px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border: 2px solid #fff;
}

#part2 .main .cp_list ul li .bf {
    width: 55px;
    height: 50px;
    position: absolute;
    top: 115px;
    left: 150px;
    background: url("../images/bf.png") no-repeat;
    opacity: 0;

}

#part2 .main .cp_list ul li:hover .bf {
    opacity: 1;
    transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
}

#part3 {
    width: 100%;
    height: auto;
}

#part3 .main {
    width: 1420px;
    height: auto;
    margin: 0 auto;
}

#part3 .main h1 {
    height: 142px;
    text-align: center;
    line-height: 142px;
    font-weight: inherit;
    color: #191919;
    font-size: 36px;
}

#part3 .main .Div1 {
    width: 1450px;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
}

#part3 .main .Div1_title {
    height: 32px;
    width: 1420px;
    padding-bottom: 3px;
}

#part3 .main .Div1_title em {
    float: left;
    font-style: normal;
    line-height: 32px;
    padding-left: 13px;
    font-size: 14px;
}

#part3 .main .Div1_title span {
    float: right;
    display: block;
    padding: 8px 15px 0 0;
    height: 20px;
}

#part3 .main .Div1_title span b, .Div1_title span a {
    display: block;
    float: left;
}

#part3 .main .Div1_title span b, .Div1_title span b img {
    width: 11px;
    height: 11px;
}

#part3 .main .Div1_title span b img {
    cursor: pointer;
}

#part3 .main .Div1_prev {
    padding: 2px 10px 0 0;
}

#part3 .main .Div1_main {
    padding-top: 13px;
    height: 518px;
    width: 10000px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#part3 .main .Div1_main .top1 {
    width: 460px;
    height: 518px;
    float: left;
    margin: 0 10px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
}

#part3 .main .Div1_main .top1 img:hover {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
}

#part3 .main .Div1_main .top1 .Div1_main_span1 {
    width: 460px;
    height: 518px;
    display: block;
    float: left;
    overflow: hidden;
}

#part3 .main .Div1_main .top1 .Div1_main_span1:hover .Div1_main_a2 {
    display: block;
    transition-duration: 2s;
}

#part3 .main .Div1_main .top1 .Div1_main_span1:hover .box {
    opacity: 0.5;
    background: #000;
    transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;

}

#part3 .main .Div1_main .top1 .Div1_main_span1 a {
    display: block;
}

#part3 .main .Div1_main_a1 {
   /* padding: 4px 3px 4px 4px;
    margin-bottom: 4px;*/
}

#part3 .main .Div1_main_a1, .Div1_main_a1 img {
    width: 460px;
    height: 518px;
    transition: all 2.5s;

}
#part3 .main .Div1_main .top1 .Div1_main_span1:hover .Div1_main_a1 img{
    transform: scale(1.1);
}

#part3 .main .Div1_main .top1 .Div1_main_span1 b {
    display: block;
    padding-left: 10px;
    color: #787878;
}

#part3 .main .Div1_main .top1 .Div1_main_span1 p {
    line-height: 20px;
    padding: 0 10px;
    height: 87px;
    color: #787878;
}

#part3 .main .Div1 .Div1_prev1 img, .Div1 .Div1_next1 img {
    width: 31px;
    height: 30px;
}

#part3 .main .Div1 .Div1_next1 {
    right: 0px;
    position: absolute;
    z-index: 111;
    top: 50%;
    cursor: pointer;
}

#part3 .main .Div1_main .top1 .Div1_main_span1 i {
    position: absolute;
    z-index: 100;
    top: 50px;
    color: #ffffff;
    margin-left: 40px;
}

#part3 .main .Div1_main .top1 .Div1_main_span1 i a {
    font-size: 26px;
    display: inline-block;
    color: #ffffff;
    width: 400px;
    line-height: 30px;
}

#part3 .main .Div1_main .top1 .Div1_main_span1 .Div1_main_a2 {
    position: absolute;
    z-index: 100;
    top: 170px;
    /*display: inline-block;*/
    width: 138px;
    height: 38px;
    border: 2px solid #ffffff;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    color: #ffffff;
    margin-left: 40px;
      -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(80px);
    transform: translateY(80px); 
    opacity: 0;

}

#part3 .main .Div1_main .top1 .Div1_main_span1:hover .Div1_main_a2{
	-webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;


}
#part3 .main .Div1_main .top1 .Div1_main_span1 .Div1_main_a2:hover{
     border: 2px solid #d20a2c;
}






#part3 .main .Div1_main .top1 .Div1_main_span1 .box {
    position: absolute;
    top: 13px;
   
    width: 460px;
    height: 518px;
    background: #000;
    z-index: 1;
    opacity: 0;
}

/*==============*/

#part4 {
    width: 100%;
    height: auto;
    position: relative;
}

#part4 .main {
    width: 1420px;
    height: auto;
    margin: 0 auto;
}

#part4 .main h1 {
    height: 142px;
    text-align: center;
    line-height: 142px;
    font-weight: inherit;
    color: #191919;
    font-size: 36px;
    margin-top: 20px;
}

#part4 .main #scroll {
    width: 100%;
    height: 606px;
    position: relative;
    overflow: hidden;
}

#part4 .main #scroll .content {
    width: 100%;
    height: 606px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

#part4 .main #scroll ul {
    position: absolute;
}

#part4 .main #scroll li {
    float: left;
    width: 420px;
    height: 604px;
    border: 1px solid #ddd;
    margin-left: 40px;
    margin-right: 10px;
}

#part4 .main #scroll li .top {
    width: 358px;
    height: 230px;
    margin: 30px auto;
    overflow: hidden;
   
}

#part4 .main #scroll li .top:hover img {
  
   transform: scale(1.1);
}

#part4 .main #scroll li .top a img {
    width: 358px;
    height: 230px;
     transition: all 2.5s;
}

#part4 .main #scroll li .center {
    width: 358px;
    height: 200px;
    margin: 30px auto;
    overflow: hidden;
}

#part4 .main #scroll li .center h3 {
    font-weight: inherit;
    font-size: 24px;
    text-align: center;
}

#part4 .main #scroll li .center h3 a {
    color: #191919;
}

#part4 .main #scroll li .center h3 a:hover {
    color: #d7072b;
}

#part4 .main #scroll li .center p {
    font-size: 16px;
    color: #191919;
    line-height: 27px;
    margin-top: 10px;
}

#part4 .main #scroll li .bottom {
    width: 130px;
    height: 40px;
    margin: 10px auto;
}

#part4 .main #scroll li .bottom a {
    width: 128px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    border: 1px solid #191919;
    margin: 0 auto;
    font-size: 16px;
    color: #191919;
}

#part4 .main #scroll li:hover .bottom a {
    border: 1px solid #d7072b;
}

#part5 {
    width: 100%;
    height: 765px;
    margin: 0px auto;
    background: url(../images/news_bg.jpg) no-repeat;
}

#part5 .main {
    width: 1420px;
    height: auto;
    margin: 0 auto;
}

#part5 .main h1 {
    height: 142px;
    text-align: center;
    line-height: 142px;
    font-weight: inherit;
    color: #fff;
    font-size: 36px;
    margin-top: 90px;
}

#part5 .main .news_list {
    width: 100%;
    height: 450px;
    margin: 0 auto;
}

#part5 .main .news_list .left {
    width: 960px;
    height: 450px;
    float: left;
}

#part5 .main .news_list .left ul li {
    width: 460px;
    height: 450px;
    float: left;
    margin-right: 16px;
}

#part5 .main .news_list .left ul li h6 {
    font-weight: 300;
    font-size: 30px;
    height: 80px;
    line-height: 40px;
    margin-top: 15px;
    overflow: hidden;
}

#part5 .main .news_list .left ul li h6 a {
    color: #fff;
}
#part5 .main .news_list .left ul li a{
    display: block;
    width: 100%;
    height: 320px;
    overflow: hidden;
}
#part5 .main .news_list .left ul li:hover img{
    transform: scale(1.1);
}

#part5 .main .news_list .left ul li a img {
    width: 460px;
    overflow: hidden;
    height: 320px;
    transition: all 2.5s;

}

#part5 .main .news_list .left ul li p {
    font-size: 16px;
    color: #ffffff;
    margin-top: 10px;
}

#part5 .main .news_list .right {
    width: 460px;
    height: 450px;
    float: right;
}

#part5 .main .news_list .right ul li {
    width: 460px;
    margin-bottom: 55px;
}

#part5 .main .news_list .right ul li h2 {
    font-weight: 400;
    font-size: 20px;
    height: 80px;
    line-height: 40px;
    overflow: hidden;
}

#part5 .main .news_list .right ul li h2 a {
    color: #fff;
    font-size: 20px;

}

#part5 .main .news_list .right ul li h2 a:hover {
   text-decoration: underline;

}

#part5 .main .news_list .right ul li p {
    font-size: 16px;
    color: #ffffff;
    margin-top: 10px;
}

#part5 .main .bottom a {
    display: block;
    width: 128px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin: 48px auto;
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
}

#part5 .main .bottom a:hover {
    border: 2px solid #d7072b;
}

/*隐藏导航开始*/

/*nav_hide*/
.nav_hide {
    width: 100%;
    height: 55px;
    line-height: 53px;
    background: rgba(0, 0, 0, 0.7);
    -moz-opacity: 07;
    opacity: 70;
    filter: alpha(opacity=70);
    position: absolute;
    z-index: 1000000;
}

.fixednav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 111;
}

.nav_hide .main {
    width: 1420px;
    height: 54px;
    margin: 0 auto;
}

.nav_hide .main .home {
    display: inline-block;
    float: left;
    width: 58px;
    height: 28px;
    margin-top: 12px;
    background: url("../images/home.png") no-repeat;
}

.nav_hide .main .nav {
    float: right;
}

.nav_hide .main .nav ul li {
    display: inline-block;
    padding: 0 20px;
    text-align: center;
}

.nav_hide .main .nav ul li.curr {
    background: #a81e1e;
}
.nav_hide .main .nav ul li.curr a{
    color: #ffffff;
   
}



.nav_hide .main .nav ul li a {
    color: #a9a9a9;
    font-size: 16px;
    display: inline-block;
   
}
.nav_hide .main .nav ul li a:hover{
    color: #ffffff;
   
}

/*隐藏导航结束*/

footer {
    width: 100%;
    height: auto;
    background: #161616;
    clear: both;
}

footer .main {
    width: 1420px;
    height: auto;
    margin: 0px auto;
}

footer .main ul {
    display: inline-block;
    margin-right: 84px;
    vertical-align: top;
}

footer .main ul li {
    line-height: 30px;
    display: block;
}

footer .main ul li h4 {
    font-size: 15px;
    color: #a9a9a9;
    font-weight: inherit;
    display: inline-block;
    margin-top: 48px;
}

footer .main ul li a {
    font-size: 14px;
    color: #a9a9a9;
}

footer .main ul li a:hover {
    text-decoration: underline;
}

footer .main ul p {
    font-size: 14px;
    color: #a9a9a9;
    line-height: 28px;
}

footer .main .link {
    width: 100%;
    height: 64px;
    line-height: 64px;
    margin-top: 40px;
    border-top: 1px solid #fff;
}

footer .main .link .link_left {
    width: 590px;
    float: left;
}

footer .main .link .link_left span {
    width: 82px;
    height: 28px;
    display: inline-block;
    background: url("../images/link_left.png") no-repeat;
    vertical-align: middle;
}

footer .main .link .link_left i {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #a9a9a9;
    margin-left: 25px;
}

footer .main .link .link_right {
    width: 830px;
    float: left;
}

footer .main .link .link_right span {
    width: 24px;
    height: 22px;
    display: inline-block;
    background: url("../images/tel.jpg") no-repeat;
    vertical-align: middle;
}

footer .main .link .link_right i {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #a9a9a9;
    margin-left: 5px;
}

footer .main .link .link_right p {
    display: inline-block;
    margin-left: 16px;
}

footer .main .link .link_right p a {
    display: inline-block;
    width: 92px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #fff;
    font-size: 12px;
    color: #a9a9a9;
    padding-left: 12px;
    border-radius: 5px;
    margin-right: 10px;
}

footer .main .link .link_right p a b {
    display: inline-block;
    width: 17px;
    height: 17px;
    float: right;
    margin-top: 6px;
    margin-right: 12px;
    background: url("../images/qq.jpg") no-repeat;
}

footer .main .link .link_right p a:hover b {
    background: url("../images/qq_act.jpg") no-repeat;
}

#go_top {
    position: fixed;
    z-index: 1000;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    -webkit-transition: unset;
    transition: unset;
    background: url(../images/e-icon.png) -396px -107px no-repeat;
    display: none;
}

.global_toolbar.default {
    position: absolute;
}

.global_toolbar.default .toolbar_content, .global_toolbar.opacity .toolbar_content {
    display: none;
}

.global_toolbar.opacity .toolbar_btn a em, .global_toolbar.opacity .toolbar_btn a samp {
    background: #000;
    background: rgba(0, 0, 0, .8);
}

.global_toolbar.opacity .toolbar_btn a:hover em {
    background: #d20a2c;
}

.global_toolbar {
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all .4s cubic-bezier(.2, .83, .42, .91);
    transition: all .4s cubic-bezier(.2, .83, .42, .91);
    border-left: 1px solid #d0d0d0;
    background: #fff;
}

.global_toolbar.open {
    width: 320px;
}

@media (max-width: 1200px) {
    .global_toolbar.default {
        position: fixed;
    }
}

.wap_cartbtn {
    display: none;
}

.toolbar_btn {
    position: absolute;
    top: 100%;
    left: -60px;
    width: 60px;
}

.toolbar_btn a {
    cursor: pointer;
}

.toolbar_btn a, .toolbar_btn a samp {
    position: relative;
    display: block;
    height: 60px;
    -webkit-transition: all .4s cubic-bezier(.2, .83, .42, .91);
    transition: all .4s cubic-bezier(.2, .83, .42, .91);
    border-bottom: 1px solid #37393d
}

.toolbar_btn a samp {
    z-index: 2;
    width: 60px;
    color: #fff;
    background-color: #000;
}

.toolbar_btn a samp i {
    display: inline-block;
    width: 26px;
    height: 24px;
    margin-top: 18px;
    margin-left: 16px;
}

.toolbar_btn a em {
    font-size: 16px;
    font-style: normal;
    line-height: 60px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 60px;
    display: block;
    overflow: hidden;
    width: 0;
    height: 60px;
    -webkit-transition: all .4s cubic-bezier(.2, .83, .42, .91);
    transition: all .4s cubic-bezier(.2, .83, .42, .91);
    text-align: center;
    color: #fff;
    background-color: #000;
}

.LANG-cn .toolbar_btn a font {
    width: 160px;
}

.toolbar_btn a font {
    display: block;
    width: 180px;
    padding: 0 30px;
    text-align: left;
    white-space: nowrap;
    word-break: keep-all;
}

.toolbar_btn a.current samp, .toolbar_btn a:hover samp {
    border-bottom: 1px solid #d20a2c;
    background-color: #d20a2c;
}

.toolbar_btn.default a:hover samp {
    background-color: #d20a2c;
}

.LANG-cn .toolbar_btn a:hover em {
    width: 160px;
}

.toolbar_btn a:hover em {
    width: 180px;
    background: #d20a2c;
}

.toolbar_btn a span {
    font-size: 10px;
    line-height: 11px;
    position: absolute;
    z-index: 3;
    top: 10px;
    right: 10px;
    display: none;
    overflow: hidden;
    min-width: 11px;
    height: 14px;
    padding: 1px 2px;
    text-align: center;
    color: #fff;
    border: 1px solid #d20a2c;
    border-radius: 10px;
    background: #d20a2c;
}

.toolbar_btn a.current span, .toolbar_btn a:hover span {
    color: #d20a2c;
    background: #fff;
}

.LANG-cn .toolbar_btn.default em {
    width: 160px;
}

.toolbar_btn.default em {
    width: 180px;
}

.toolbar_btn.default a samp, .toolbar_btn.default em {
    border-bottom: 1px solid #37393d;
    background: #000;
}

#yc{

    width:1430px;margin:0 auto;height: auto;display: none;
    padding: 35px  0;
}


#yc ul li{

    display: inline-block;

    width: 100%;
    letter-spacing: 0;
    margin-left: 0px;

}
#yc ul li ul li{
    width: 20%;
    float: left;
    padding-top: 20px;
}

#yc ul li ul h6{
    font-size: 14px;
    margin-bottom: 5px;
    padding: 20px 0 5px;
    color: #333;
    border-bottom: 1px solid #e3e3e3;
}

#yc ul li ul li{
    font-size: 14px;
    line-height: 1.2;
    padding-top: 20px;
    margin-left: 0;
}
#yc ul li ul li span{

}
#yc ul li ul li a{
    text-decoration: underline;
    color: #222;
}



.lbOverlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    zoom: 1;
    background: #2f2e2e;
    z-index: 999;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50); /*IEæ»¤é•œï¼Œé€æ˜Žåº¦50%*/
    -moz-opacity: 0.5; /*Firefoxç§æœ‰ï¼Œé€æ˜Žåº¦50%*/
    opacity: 0.5;/*å…¶ä»–ï¼Œé€æ˜Žåº¦50%*/
}

.hidden_pro_au .close{
    width: 40px;
    height: 40px;
    color: #696969;
    font-size: 30px;
    line-height: 36px;
    font-weight: bolder;
    transform: rotate(45deg);
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    margin:10px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
    z-index: 99999999
}
.hidden_pro_au {
    display: none;

    width: 1030px;
    height: 595px;
    
    overflow: auto;
    position: fixed;
    top: 15%;
    left: 0;
    z-index: 9999999
}
.hidden_pro_au video{
    margin-top: 40px;
}


/*111111111111111111111*/
.lbOverlay2 {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    zoom: 1;
    background: #2f2e2e;
    z-index: 999;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50); 
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.hidden_pro_au2 .close{
    width: 40px;
    height: 40px;
    color: #696969;
    font-size: 30px;
    line-height: 36px;
    font-weight: bolder;
    transform: rotate(45deg);
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    margin:10px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
    z-index: 99999999
}
.hidden_pro_au2 {
    display: none;
    
    width: 1030px;
    height: 595px;
    
    overflow: auto;
    position: fixed;
    top: 15%;
    left: 0;
    z-index: 9999999
}
.hidden_pro_au2 video{
    margin-top: 40px;
}


/**/


.lbOverlay3 {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    zoom: 1;
    background: #2f2e2e;
    z-index: 999;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50); 
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.hidden_pro_au3 .close{
    width: 40px;
    height: 40px;
    color: #696969;
    font-size: 30px;
    line-height: 36px;
    font-weight: bolder;
    transform: rotate(45deg);
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    margin:10px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
    z-index: 99999999
}
.hidden_pro_au3 {
    display: none;
    
    width: 1030px;
    height: 595px;
    
    overflow: auto;
    position: fixed;
    top: 15%;
    left: 0;
    z-index: 9999999
}
.hidden_pro_au3 video{
    margin-top: 40px;
}
/**/


.lbOverlay4 {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    zoom: 1;
    background: #2f2e2e;
    z-index: 999;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50); 
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.hidden_pro_au4 .close{
    width: 40px;
    height: 40px;
    color: #696969;
    font-size: 30px;
    line-height: 36px;
    font-weight: bolder;
    transform: rotate(45deg);
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    margin:10px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
    z-index: 99999999
}
.hidden_pro_au4 {
    display: none;
    
    width: 1030px;
    height: 595px;
    
    overflow: auto;
    position: fixed;
    top: 15%;
    left: 0;
    z-index: 9999999
}
.hidden_pro_au4 video{
    margin-top: 40px;
}


.lbOverlay5 {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    zoom: 1;
    background: #2f2e2e;
    z-index: 999;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50); 
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.hidden_pro_au5 .close{
    width: 40px;
    height: 40px;
    color: #696969;
    font-size: 30px;
    line-height: 36px;
    font-weight: bolder;
    transform: rotate(45deg);
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    margin:10px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
    z-index: 99999999
}
.hidden_pro_au5 {
    display: none;
    
    width: 1030px;
    height: 595px;
    
    overflow: auto;
    position: fixed;
    top: 15%;
    left: 0;
    z-index: 9999999
}
.hidden_pro_au5 video{
    margin-top: 40px;
}

.diglbOverlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    zoom: 1;
    background: #2f2e2e;
    z-index: 999;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50); 
    -moz-opacity: 0.5; 
    opacity: 0.5;
}

.dighidden_pro_au .digclose{
    width: 40px;
    height: 40px;
    color: #696969;
    font-size: 30px;
    line-height: 36px;
    font-weight: bolder;
    transform: rotate(45deg);
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    margin:10px;
    position: absolute;
    right:191px;
    top: -10px;
    opacity: 1;
    z-index: 99999999
}
.dighidden_pro_au {
    display: none;
    width: 1000px;
    height:320px;
   
    position: fixed;
    top: 30%;
    left: 0;
    z-index: 9999999
}
.dighidden_pro_au  .main{
	width: 600px;
	height: 320px;
	background: #fff;
	display: block;
	margin: 0 auto
}
.dighidden_pro_au  .main h2{
	text-align: center;
	display: inline-block;
	margin-top: 40px;
	    font-size: 24px;
    margin-left: 247px;
    font-weight: inherit;
    margin-bottom: 20px

}
.dighidden_pro_au  .main p{
	text-align: center;
	font-size: 16px;
	color: #999;
	margin-bottom: 20px

}

.dighidden_pro_au  .main .line{
	width: 450px;
	height: 1px;
	background: #ccc;
	margin: 0 auto;
	margin-bottom: 25px
}
.dighidden_pro_au  .main .qq{
	text-align: center;
	margin: 0 auto;
	margin-bottom: 50px
}
.dighidden_pro_au  .main .qq a{
	display: inline-block;
	width: 120px;
	height: 40px;
	background: #f00;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
}
.dighidden_pro_au  .main .qq a:nth-child(2){
	margin: 0 40px
}

.dighidden_pro_au  .main .iphone{
	margin: 0 auto;
	text-align: center;
}
.dighidden_pro_au  .main .iphone i{
	font-size: 22px;
	color: #999;

}
.dighidden_pro_au  .main .iphone span{
 font-size: 22px;
	color: #000;
	font-weight: bold;
 }

 
     #ad {
        width: 100%;
        height: auto;
        background: #1c1c1c;
        display: inline-block;

    }
    #ad .main{
        width: 1200px;
        margin:24px auto;
        height:190px;
        display: grid;


    }
    #ad .main ul li{
        float: left;
        width: 590px;
        height:190px;
    }
    #ad .main ul li:nth-child(2){
        float: right;
    }
    #ad .main ul li img{
        width: 100%;
        height:190px;
    }