/* 样式初始化 */
*{margin:0;padding:0;border:0;}
body,html{overflow-x:hidden;max-width:100vw;min-width:1200px;}
address,caption,cite,code,dfn,em,strong{font-style:normal;}
input::-ms-clear{display:none;}
input::-ms-reveal{display:none;}
input{margin:0;padding:0;outline:0;-webkit-appearance:none;}
input::-webkit-input-placeholder{color:#ccc;}
input::-ms-input-placeholder{color:#ccc;}
input::-moz-placeholder{color:#ccc;}
input[type=button],input[type=submit]{cursor:pointer;}
button[disabled],input[disabled]{cursor:default;}
img{border:0;}
li,ol,ul{list-style-type:none;}
.img-pct img{width:100%;}
.img-scale{overflow:hidden;}
.img-scale img{transition:all 0.7s;}
.img-scale:hover img{transform:scale(1.1);}
.dot4{display:-webkit-box;display:box;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-box-orient:vertical;-webkit-line-clamp:4;}
.dot5{display:-webkit-box;display:box;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-box-orient:vertical;-webkit-line-clamp:5;}
.dot6{display:-webkit-box;display:box;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-box-orient:vertical;-webkit-line-clamp:6;}

/* 公共样式 */
.content{min-height:50vh;}
@media (max-width:1200px){
  .auto_1200{padding:0;width:1200px;}
  body,html{overflow:visible;}
}
.fancybox-skin .fancybox-title-float-wrap{margin-bottom:-45px;}
.fancybox-skin .fancybox-title-float-wrap .child{overflow:hidden;max-width:50vw;background:rgba(0,0,0,0.2);text-overflow:ellipsis;white-space:nowrap;}

/* video_div */
.video_div{position:relative;width:100%;height: 100%;overflow: hidden;}
.video_div .btn_play{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);}
.video_div .btn_play::after,.video_div .btn_play::before{position:absolute;top:50%;left:50%;display:block;content:"";transform:translate(-50%,-50%);}
.video_div .btn_play::before{width:50px;height:50px;border:2px solid #fff;border-radius:50%;}
.video_div .btn_play::after{margin-left:7px;width:0;height:0;border:10px solid rgba(255,255,255,0);border-left:14px solid #fff;}
.video_div .video_img{padding-bottom:75%;width:100%;background-color:#000;background-position:center center;background-size:cover;background-repeat:no-repeat;}

/* 弹窗 */
.PopupVideo{position:fixed;top:0;left:0;z-index:1000;display:none;width:100%;height:100%;background:rgba(0,0,0,0.6);}
.PopupVideo .VideoBox{position:absolute;top:50%;left:50%;overflow:auto;padding:40px;width:90vw;max-width:700px;max-height:500px;border-radius:4px;background:#fff;transform:translate(-50%,-50%);}
.PopupVideo .VideoBox .btn-close{position:absolute;top:10px;right:10px;display:block;width:30px;height:30px;cursor:pointer;}
.PopupVideo .VideoBox .btn-close::after,.PopupVideo .VideoBox .btn-close::before{position:absolute;top:5px;left:50%;display:block;margin-left:-1px;width:2px;height:20px;background:#000;content:"";}
.PopupVideo .VideoBox .btn-close::before{transform:rotate(45deg);}
.PopupVideo .VideoBox .btn-close::after{transform:rotate(-45deg);}
.PopupVideo .VideoWarp{height:100%;}
.PopupVideo .VideoWarp .video_file{width:100%;height:100%;background:#000;}
.PopupVideo .VideoWarp .video_file video{width:100%;height:100%;}

/* 弹窗 */
.PopupUser{position:fixed;top:0;left:0;z-index:1000;display:none;width:100%;height:100%;background:rgba(0,0,0,0.6);}
.PopupUser .UserBox{position:absolute;top:50%;left:50%;overflow:auto;padding:45px;max-height:100vh;border-radius:0;transform:translate(-50%,-50%);}
.PopupUser .btn-close{position:absolute;top:10px;right:10px;display:block;width:30px;height:30px;cursor:pointer;}
.PopupUser .btn-close::after,.PopupUser .UserBox .btn-close::before{position:absolute;top:5px;left:50%;display:block;margin-left:-1px;width:2px;height:20px;background:#fff;content:"";}
.PopupUser .btn-close::before{transform:rotate(45deg);}
.PopupUser .btn-close::after{transform:rotate(-45deg);}
.PopupUser .UserWarp{width:600px; height:100%; background: #fff; display: block;}
.PopupUser .u-tab .ul {width: 100%}
.PopupUser .u-tab .ul li {width: 50%; float: left; text-align: center; border-right: 1px solid #ddd;}
.PopupUser .u-tab .ul li:nth-child(2) {border: 0;}
.PopupUser .u-tab .ul a {display: block; line-height: 70px; height: 70px; font-size: 26px; color: #555; background: #eee;}
.PopupUser .u-tab .ul li.aon a {background: #fff;}
.PopupUser .u-panel .panel {width: 100%; padding: 70px 104px;display: none;}
.PopupUser .item{padding-bottom:20px;color:#555;}
.PopupUser .item .i-left{float:left;width:92px;}
.PopupUser .item .i-right{float:right;width:300px;}
.PopupUser .item .i-code{position:relative;}
.PopupUser .item .i-code .text{width:150px;}
.PopupUser .item .i-code .img-code{position:absolute;top:0;right:0;overflow:hidden;width:130px;height:100%;}
.PopupUser .item .i-code .img-code img{height: 100%;}
.PopupUser .item .label{display:block;padding-right:15px;width:100%;height:50px;font-size:16px;line-height:50px;}
.PopupUser .item .label i{margin-right:5px;color:red;}
.PopupUser .item .text{padding:0 10px;width:100%;height:50px;border:1px solid #eee;border-radius:3px;color:#666;font-weight:400;line-height:normal;}
.PopupUser .item textarea.text{padding:6px;min-height:180px;line-height:24px;resize:none;}
.PopupUser .btn-group{margin-top:10px;padding-left:92px;}
.PopupUser .btn-group .btn{display:block;margin:0 2px;width:100%;height:48px;border:0;background-color:#555;color:#fff;text-align:center;font-size:16px;line-height:48px;cursor:pointer;}
.PopupUser .hit{text-align:right;}
.PopupUser .hit .btn-forget{display:inline-block;margin-top:10px;}
.PopupUser .ForgetPsd{width: 100%; height:100%; padding: 40px; display: none; background: #fff;}
.PopupUser .ForgetPsd .f-group{position:relative;padding-left:50px;border:1px solid #ddd;}
.PopupUser .ForgetPsd .f-group .ico{position:absolute;top:0;left:15px;display:block;width:30px;height:100%;background-position:center center;background-repeat:no-repeat;}
.PopupUser .ForgetPsd .f-group .ico-name{background-image:url(../images/login-02.png);}
.PopupUser .ForgetPsd .f-group .ico-psd{background-image:url(../images/login-03.png);}
.PopupUser .ForgetPsd .f-group .ico-tel{background-image:url(../images/login-05.png);}
.PopupUser .ForgetPsd .f-group .ico-code{background-image:url(../images/login-06.png);}
.PopupUser .ForgetPsd .f-group.f-psd .text{padding-right:50px;}
.PopupUser .ForgetPsd .f-group.f-psd .ico-look{position:absolute;top:50%;right:20px;display:block;margin-top:-6px;width:20px;height:12px;background:url(../images/login-04.png) no-repeat center center;}
.PopupUser .ForgetPsd .f-group.f-tel{padding-left:80px;}
.PopupUser .ForgetPsd .f-group.f-tel .ico-num{position:absolute;top:50%;left:45px;margin-top:-8px;height:16px;color:#333;font-style:normal;font-size:16px;line-height:16px;}
.PopupUser .ForgetPsd .f-group.f-code{margin-right:125px;}
.PopupUser .ForgetPsd .f-btn.btn-send{position:absolute;top:0;right:0;display:block;width:110px;height:50px;background:#e8e8e8;color:#999;text-align:center;font-size:16px;line-height:50px;}
.PopupUser .ForgetPsd .f-group .text{padding:0 10px 0 5px;border:0 solid #fff;}
.PopupUser .ForgetPsd .title{position:relative;color:#555;text-align:center;font-size:26px;margin-bottom: 10px;}
.PopupUser .ForgetPsd .title::before{position:absolute;top:50%;left:0;display:block;width:100%;height:1px;background:#ddd;content:"";}
.PopupUser .ForgetPsd .title span{position:relative;z-index:2;display:inline-block;width:220px;height:50px;background:#fff;line-height:50px;}
.PopupUser .ForgetPsd .title span::after,.PopupUser .ForgetPsd .title span::before{position:absolute;top:50%;display:block;margin-top:-5px;width:1px;height:10px;background:#ddd;content:"";}
.PopupUser .ForgetPsd .title span::before{left:0;}
.PopupUser .ForgetPsd .title span::after{right:0;}
.PopupUser .ForgetPsd .item{position:relative;}
.PopupUser .ForgetPsd .btn-group{padding:0;}

/* 弹窗 */
.PopupMessage{position:fixed;top:0;left:0;z-index:1000;display:none;width:100%;height:100%;background:rgba(0,0,0,0.6);}
.PopupMessage .MsgBox{position:absolute;top:50%;left:50%;overflow:auto;padding:60px 100px;width:1100px;min-height:570px;background:#fff;transform:translate(-50%,-50%);}
.PopupMessage .MsgBox .btn-close{position:absolute;top:25px;right:25px;display:block;width:30px;height:30px;cursor:pointer;}
.PopupMessage .MsgBox .btn-close::after,.PopupMessage .MsgBox .btn-close::before{position:absolute;top:5px;left:50%;display:block;margin-left:-1px;width:2px;height:20px;background:#999;content:"";}
.PopupMessage .MsgBox .btn-close::before{transform:rotate(45deg);}
.PopupMessage .MsgBox .btn-close::after{transform:rotate(-45deg);}
.PopupMessage .MsgWarp{height:100%;}
.PopupMessage .MsgWarp .h3{color:#555;text-align:center;font-size:26px;}
.PopupMessage .MsgWarp .form{color:#999;}
.PopupMessage .MsgWarp .table{margin:30px 0 20px;width:100%;}
.PopupMessage .MsgWarp .table table{width:100%;}
.PopupMessage .MsgWarp .table td{min-height:60px;border:1px solid #eee;text-align:center;font-size:16px;}
.PopupMessage .MsgWarp .table td:nth-child(1),.PopupMessage .MsgWarp .table td:nth-child(3){width:100px;background:#f9f9f9;color:#555;line-height:60px;}
.PopupMessage .MsgWarp .hit i{margin-right:5px;color:red;}
.PopupMessage .MsgWarp .label i{margin-right:5px;color:red;}
.PopupMessage .MsgWarp .f-group{padding:0 38px;}
.PopupMessage .MsgWarp .select select{padding:4px 20px 4px 8px;width:100%;border:0;background:url(../images/select_arrow.png) no-repeat 96% center;color:#999;font-size:16px;appearance:none;-moz-appearance:none;-webkit-appearance:none;}
.PopupMessage .MsgWarp select::-ms-expand{display:none;}
.PopupMessage .MsgWarp .text{float:left;padding:0 8px;width:100%;height:35px;border:0;border-radius:3px;color:#999;}
.PopupMessage .MsgWarp textarea.text{padding:6px 8px;resize:none;}
.PopupMessage .MsgWarp .submit input{display:block;margin:0 auto;width:140px;height:48px;border:0;background-color:#555;color:#fff;text-align:center;font-size:16px;line-height:48px;cursor:pointer;}

/* location-group */
.location-group{border-bottom:1px solid #eee;}
.location-group .title{position:relative;float:left;color:#333;font-weight:600;font-size:16px;line-height:50px;}
.location-group .title::after{position:absolute;bottom:-1px;left:0;display:block;width:100%;height:3px;background:#333;content:"";}
.location-group .location{float:right;}
.location{position:relative;padding-left:15px;line-height:50px; font-size: 13px;}
.location::before{position:absolute;top:50%;left:0;display:block;margin-top:-4px;width:9px;height:9px;background:url(../images/ico_home.png) no-repeat center center;content:"";}
.location a{display:inline-block;margin-right:4px;padding-right:12px;background:url(../images/ico_arrow_1.png) no-repeat right center;color:#999;}
.location a:hover{color:#333;}

/* search-group */
.search-group{text-align:right;}
.search-group .btn-return{float:left;display:block;padding:0 10px;height:32px;min-width:130px;border:1px solid #eee;background:#f9f9f9;text-align:center;line-height:32px;}
.search-group .btn-return::before{display:inline-block;margin-right:8px;content:"←";vertical-align:middle;}
.search-group .search-box{position:relative;z-index:2;display:inline-block;padding:0 40px 0 0;height:30px;border:1px solid #ddd;background:#f9f9f9;line-height:30px;}
.search-group .search-box .text{padding:0 10px;border:0;background:#f9f9f9;}
.search-group .search-box .btn{position:absolute;top:-1px;right:0;display:block;overflow:hidden;width:40px;height:30px;background:url(../images/ico_search.png) no-repeat 15px center;}
.search-group .search-box .btn::before{position:absolute;bottom:0;left:0;z-index:-1;display:block;width:100%;height:100%;background:url(../images/ico_trapezoid.png) no-repeat left center;background-size:100% 100%;content:"";}
.search-group .share,
.pro_search{ float: right;}


/* banner */
.banner{position:relative;}
.banner .img{padding-bottom:400px;width:100%;background-color:#999;background-position:center center;background-size:cover;background-repeat:no-repeat;}
.banner .info{position:absolute;top:50%;left:50%;width:1200px;text-align:right;transform:translate(-50%,-50%);}
.banner .info img{width:auto;}

/* content */
.content .content-left{float:left;margin:30px 40px 0 0;width:220px;}
.content .content-right{float:right;margin:30px 0 0;width:940px;background:#fff;}

/* menu */
.menu{width:100%;}
.menu .dl dt{margin-bottom:20px;}
.menu .dl dd{margin-bottom:20px;background:#fff;}
.menu .title{position:relative;padding:20px;background:#333 url(../images/menu_bg.png) repeat-x right top;color:#fff;line-height:24px;}
.menu .title::after{position:absolute;top:100%;left:0;display:block;width:20px;height:20px;background:url(../images/ico_tri.png) no-repeat center center;background-size:100% 100%;content:"";}
.menu .title .h3{position:relative;display:inline-block;padding-right:45px;font-weight:600;font-size:20px;}
.menu .title .h3::after{position:absolute;top:50%;right:0;display:block;width:40px;height:1px;background:#fff;content:"";}
.menu .title .h5{text-transform:uppercase;font-size:12px;opacity:0.1;line-height:1;}
.menu .info{position:relative;display:block;padding:16px 30px 16px 15px;color:#333;font-size:15px;}
.menu .info::after{position:absolute;top:50%;right:0;display:none;margin-top:-15px;width:30px;height:30px;background:url(../images/ico_arrow_2.png) no-repeat center center;color:#fff;content:"";text-align:center;line-height:40px;}
.menu .ul li{margin-top:-1px;border:1px solid #e1e1e1;text-align: center;}
.menu .ul li:hover,.menu .ul li.aon{border-color:#555;}
.menu .ul li:hover .info,.menu .ul li.aon .info{background:#555;color:#fff;}
.menu .ul li:hover .info::after,.menu .ul li.aon .info::after{display:block;}

/* Page000616 为demo编号 */
.Page000616 .Pages{overflow:hidden;padding:20px 0;text-align:center;zoom:1;}
.Page000616 .Pages a{display:inline-block;margin:0 5px;height:40px;font-size:16px;line-height:40px;}
.Page000616 .p_cur,.Page000616 .p_count,.Page000616 .p_total,.Page000616 .p_jump{display:none;}
.Page000616 .p_page{display:inline-block;padding:0px 5px;}
.Page000616 .p_page a{display:inline-block;margin:0px 3px;width:78px;height:40px;border:1px solid #eee;color:#555;text-align:center;font-size:13px;line-height:40px;}
.Page000616 .p_page .a_prev,.Page000616 .p_page .a_next{width:40px;}
.Page000616 .p_page .num a{margin:-0.5px;width:40px;}
.Page000616 .p_page .num a:first-child{margin-left:3px;}
.Page000616 .p_page .num a:last-child{margin-right:3px;}

/*hover*/
.Page000616 .p_page .a_first:hover,.Page000616 .p_page .a_end:hover,.Page000616 .p_page .a_prev:hover,.Page000616 .p_page .a_next:hover,.Page000616 .p_page .num a:hover,.Page000616 .p_page .num .a_cur{background:#333;color:#fff;}
.Page000616 em{font-style:normal;}

/* public-pages */
.public-pages{display:inline-block;padding:20px 0;}
.public-pages a{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:24px;}

/* owl-carousel */
.carousel{margin:0 auto;}
.carousel .owl-carousel .owl-nav button{position:absolute;top:50%;font-size:24px;transform:translate(0,-50%);}
.carousel .owl-carousel .owl-nav button.owl-prev{left:0;margin-left:10px;}
.carousel .owl-carousel .owl-nav button.owl-next{right:0;margin-right:10px;}
.carousel .owl-carousel .owl-dots{position:absolute;bottom:5px;left:0;width:100%;text-align:center;}
.carousel .owl-carousel button.owl-dot{margin:0 4px;width:10px;height:10px;border-radius:50%;background:#000;opacity:0.3;}
.carousel .owl-carousel button.owl-dot.active{opacity:1;}

/* 头部样式 */
.Top002262{position:relative;z-index:100;border-bottom:1px solid #333;background:#fff;}
.Top002262 .header-left{float:left;display:table;width:40%;height:100px;max-width:308px;}
.Top002262 .logo{display:table-cell;vertical-align:middle;}
.Top002262 .header-mid,.Top002262 .header-right{float:right;}
.Top002262 .header-menu li{margin-left:55px;width:auto !important;}
.Top002262 .header-menu li em{position:relative;padding:0 15px;}
.Top002262 .header-menu li em a{position:relative;margin-top:36px;height:64px;color:#333;font-size:16px;line-height:64px;}
.Top002262 .header-menu li em a::before{position:absolute;bottom:0;left:50%;width:0;height:3px;background:#333;content:'';transition:ease-in-out 0.3s;transform:translateX(-50%);}
.Top002262 .header-menu li em a:hover::before,.Top002262 .header-menu li.aon em a::before{width:100%;}
.Top002262 .header-menu li:last-child em{padding-right:0;}
.Top002262 .header-menu li .sub{position:absolute;left:-15%;overflow:hidden;width:130%;}
.Top002262 .header-menu li .sub-menu{padding:15px;text-align:center;}
.Top002262 .header-menu li .sub-menu dt{border-bottom:1px solid #f2f2f2;}
.Top002262 .header-menu li .sub-menu dt:last-child{border-bottom:0;}
.Top002262 .header-menu li .sub-menu dt a{color:#666;transition:0.3s;}
.Top002262 .header-menu li .sub-menu dt a:hover{background:none;color:#333;}
.Top002262 .header{position:relative;}
.Top002262 .header-right{position:absolute;top:0;right:0;z-index:101;background:#333;}
.Top002262 .header-right::before,.Top002262 .header-right::after{position:absolute;display:block;content:"";}
.Top002262 .header-right::before{top:-36px;right:100%;width:0;height:0;border:36px solid transparent;border-right-color:#333;}
.Top002262 .header-right::after{top:0;left:100%;width:50vw;height:100%;background:#333;}
.Top002262 .header-right dd{float:left;padding:0;}
.Top002262 .header-right dd a{display:block;height:36px;color:#fff;font-size:15px;line-height:36px;}
.Top002262 .header-right dd a i{display:inline-block;margin-right:9px;width:20px;height:20px;background-position:center center;background-repeat:no-repeat;vertical-align:text-top;}
.Top002262 .header-right dd a i.ico-language{background-image:url(../images/ico_language.png);}
.Top002262 .header-right dd a i.ico-user{background-image:url(../images/ico_user.png);}
.Top002262 .top-language{margin-left:20px;}
.Top002262 .top-user{margin-left:50px;}
.Top002262 .top-search{position:relative;z-index:100;}
.Top002262 .open-search{display:block;width:36px;height:36px;background:url(../images/ico_search.png) no-repeat center center;}
.Top002262 .open-search-show{position:relative;background:none;}
.Top002262 .open-search-show::before,.Top002262 .open-search-show::after{position:absolute;top:50%;left:10%;width:80%;height:3px;background:#fff;content:'';transform:rotate(-45deg);}
.Top002262 .open-search-show::after{transform:rotate(45deg);}
.Top002262 .search-box{position:absolute;top:100%;right:0;z-index:100;display:none;}
.Top002262 .search-box .text{padding:0 50px 0 10px;width:254px;height:46px;border:1px solid #fff;background:rgba(0,0,0,0.2);color:#fff;line-height:46px;}
.Top002262 .search-box .btn{position:absolute;top:0;right:0;width:46px;color:#fff;text-align:center;font-weight:bold;font-size:16px;line-height:46px;}
.Top002262 .search-box .btn::before{position:absolute;top:-15px;right:4px;border:8px solid transparent;content:'';border-bottom-color:#b4b4b4;}
@media (max-width:1200px){
  .Top002262 .header-menu li{margin-left:30px;}
  .Top002262 #open_menu.open_menu_on{right:0;}
  .Top002262 .header-right::after{display:none;}
}
@media (max-width:1024px){
  .Top002262 .top-user{margin-left:20px;}
  .Top002262 .top-menu{width:50px;}
  .Top002262 #header-menu{position:fixed;top:0;right:-100%;z-index:100;padding-top:70px;width:70%;height:100%;max-width:300px;background:#333;transition:ease-in-out 0.3s;}
  .Top002262 #header-menu.header-menu-show{right:0;}
  .Top002262 #header-menu li em,.Top002262 #header-menu li em a{border-bottom:0;}
  .Top002262 #header-menu li:nth-child(2n){background:rgba(255,255,255,0.1);}
  .Top002262 #header-menu li em a{font-weight:normal;}
  .Top002262 #header-menu li.has-sub em a{background:url(../images/Top002262-icon.png) no-repeat 95% center;}
  .Top002262 #header-menu li.clickon em a{background-image:url(../images/Top002262-icon_up.png);}
  .Top002262 #header-menu li .sub-menu{padding:5%;}
  .Top002262 #open_menu{position:relative;z-index:101;margin-left:10px;width:40px;height:36px;background:#333;transition:background 0.3s;}
  .Top002262 #open_menu i,.Top002262 #open_menu i::before,.Top002262 #open_menu i::after{border-radius:3px;background:#fff;}
  .Top002262 #open_menu i{left:20%;margin-top:-1px;width:60%;height:2px;}
  .Top002262 #open_menu.open_menu_on{position:fixed;background:#333;}
  .Top002262 #open_menu.open_menu_on i{margin-top:-1.5px;height:3px;}
}

/* 底部样式 */
.Bottom002574{background:#222;}
.Bottom002574 .bottom .gotop{position:absolute;top:-21px;left:100%;z-index:101;display:block;margin-left:75px;width:42px;height:42px;border-radius:50%;background:#555 url(../images/ico_gotop.png) no-repeat center center;}
.Bottom002574 .bottom .auto_1200{position:relative;padding-top:60px;padding-bottom:20px;border-bottom:1px solid #333;}
.Bottom002574 .footer{padding:20px 0 30px;}
.Bottom002574 .code{float:right;text-align:center;}
.Bottom002574 .code .h3{color:#fff;font-size:22px;}
.Bottom002574 .code .img{margin-top:10px;padding:6px;background:#383838;}
.Bottom002574 .code .h5{margin-top:12px;color:#777;}
.Bottom002574 .share{float:right;}
.Bottom002574 .share li{float:left;}
.Bottom002574 .share .bdsharebuttonbox a{float:none;display:block;margin:10px 15px 0 0;padding:0;width:35px;height:35px;border-radius:50%;background:#444 url(../images/share.png) no-repeat center top;}
.Bottom002574 .share .bdsharebuttonbox a.bds_qzone{background-position:center -44px;}
.Bottom002574 .share .bdsharebuttonbox a.bds_tsina{margin-bottom:0;background-position:center -86px;}
.Bottom002574 nav dl{float:left;padding-right:60px;max-width:360px;min-width:230px;}
.Bottom002574 nav dt{padding-bottom:20px;color:#999;}
.Bottom002574 nav dd{padding:4px 0;color:#c3c3c3;line-height:20px;}
.Bottom002574 nav dd a{display:block;overflow:hidden;color:#ddd;text-overflow:ellipsis;white-space:nowrap;font-size: 12px;}
.Bottom002574 nav dd a:hover{color:#fff;}
.Bottom002574 .copyright a{color:#777;}
.Bottom002574 .copyright a:hover{color:#fff;}
.Bottom002574 .copyright dt a::after{display:inline-block;margin:0 10px;width:1px;height:10px;background:#e5e5e5;content:'';}
.Bottom002574 .copyright dt a:last-child::after{display:none;}
.Bottom002574 .copyright dd{margin-top:10px;color:#777;}
@media (max-width:1500px){
  .Bottom002574 .bottom .gotop{margin-left:-42px;}
}

/* 首页样式 */
.index .title{text-align:left;}
.index .title p{color:#333;font-weight:600;line-height:1;}
.index .title .cn{letter-spacing:2px;font-size:28px;}
.index .title .cn::after{display:inline-block;margin-left:4px;width:40px;height:3px;background:#080102;content:"";vertical-align:middle;}
.index .title .en{margin-top:8px;color:#bcbcbc;font-weight: normal; letter-spacing: 1px; font-size:12px;}
.index .btn-more{position:relative;display:inline-block;margin-top:70px;width:60px;height:60px;text-align:center;line-height:60px;}
.index .btn-more::before{position:absolute;right:50%;bottom:100%;display:block;margin-bottom:20px;width:1px;height:50px;background:#333;content:"";}
.index .btn-more::after{position:absolute;top:0;left:0;display:block;width:100%;height:100%;background:url(../images/ico_view.png) no-repeat center center;content:"";transition:all 0.5s ease;}
.index .btn-more span{color:#555;font-size:16px;}
.index .btn-more:hover::after{transform:rotate(30deg);}
.index .btn-more.btn-white{margin:0 0 0 100px;}
.index .btn-more.btn-white::before{right:100%;bottom:50%;margin:0 15px 0 0;width:80px;height:1px;background:#ddd;}
.index .btn-more.btn-white::after{background-image:url(../images/ico_view_white.png);}
.index .btn-more.btn-white span{color:#fff;}
.index .sec1 .back{position:relative;display:block;}
.index .sec1 .img{padding-bottom:650px;width:100%;background-color:#999;background-position:center center;background-size:cover;background-repeat:no-repeat;}
.index .sec1 .info{position:absolute;top:50%;left:50%;width:1200px;transform:translate(-50%,-50%);}
.index .sec1 .info img{width:auto;}
.index .sec1 .carousel .owl-carousel .owl-nav button{width:60px;height:42px;background-position:center center;background-repeat:no-repeat;}
.index .sec1 .carousel .owl-carousel .owl-nav button span{display:none;font-size:0;}
.index .sec1 .carousel .owl-carousel .owl-nav button.owl-prev{left:52px;background-image:url(../images/ico_prev.png);}
.index .sec1 .carousel .owl-carousel .owl-nav button.owl-next{right:52px;background-image:url(../images/ico_next.png);}
.index .sec1 .carousel .owl-carousel .owl-dots{bottom:30px;}
.index .sec1 .carousel .owl-carousel button.owl-dot{margin:0 2px;width:25px;height:8px;border-radius:0;background:url(../images/ico_dot.png) no-repeat center center;}
.index .sec2{padding:60px 0 95px;}
.index .sec2 .search-group{margin-bottom:20px;}
.index .sec2 .search-group .search-box{background:#fff;}
.index .sec2 .search-group .search-box .text{width:240px;background:#fff;}
.index .sec2 .b-tab{float:left;width:300px;text-align:center;}
.index .sec2 .b-tab .title{margin-bottom:28px;}
.index .sec2 .b-tab .ul li{padding:0 10px 10px 0; width: 100%;}
.index .sec2 .b-tab .ul li.aon .info,.index .sec2 .b-tab .ul li:hover .info{background:#ededed;}
.index .sec2 .b-tab .info{display:block;padding:12px 25px 6px;background:#fff;}
.index .sec2 .b-tab .info i{margin:0 auto;width:40px;height:36px;background-position:center center;background-repeat:no-repeat;background-size: contain; float: left;}
.index .sec2 .b-tab .info p{height:36px;font-size:16px;line-height:36px;}
.index .sec2 .b-panel{float:left;width:900px;}
.index .sec2 .b-panel .panel{display:block;overflow-x:auto;padding-bottom:15px;scrollbar-arrow-color:#ededed;/*三角箭头的颜色*/  scrollbar-face-color:#000;/*立体滚动条的颜色*/  scrollbar-3dlight-color:#000;/*立体滚动条亮边的颜色*/  scrollbar-highlight-color:#000;/*滚动条空白部分的颜色*/  scrollbar-shadow-color:#ededed;/*立体滚动条阴影的颜色*/  scrollbar-darkshadow-color:#ededed;/*立体滚动条强阴影的颜色*/  scrollbar-track-color:#ededed;/*立体滚动条背景颜色*/  scrollbar-base-color:#000;/*滚动条的基本颜色*/}
.index .sec2 .b-panel .panel::-webkit-scrollbar-track{background-color:#ededed;}
.index .sec2 .b-panel .panel::-webkit-scrollbar{height:3px;background-color:#ededed;}
.index .sec2 .b-panel .panel::-webkit-scrollbar-thumb{background-color:#000;}
.index .sec2 .b-panel .panel .ul{display:table;}
.index .sec2 .b-panel .panel .ul li{display:table-cell;}
.index .sec2 .b-panel .panel .ul li:last-child .back{margin-right:0;}
.index .sec2 .b-panel .panel .ul li.aon .back::before,
.index .sec2 .b-panel .panel .ul li:hover .back::before{opacity:0.2;}
.index .sec2 .b-panel .panel .ul li.aon .img,
.index .sec2 .b-panel .panel .ul li:hover .img{transform: scale(1.1);}
.index .sec2 .b-panel .panel .back{position:relative;display:block;margin:0 15px 15px 0;overflow: hidden;;}
.index .sec2 .b-panel .panel .back::before{position:absolute;top:0;left:0;z-index:2;display:block;width:100%;height:100%;background:#000;content:"";opacity:0.5;}
.index .sec2 .b-panel .panel .img{width:290px;height:360px;background-color:#999;background-position:center center;background-size:cover;background-repeat:no-repeat;transition: all 0.5s ease}
.index .sec2 .b-panel .panel .info{position:absolute;bottom:0;left:0;z-index:2;padding:0 24px 90px;width:100%;}
.index .sec2 .b-panel .panel .info i{position:relative;display:block;width:40px;height:32px;margin-bottom: 9px;background-position:center top;background-repeat:no-repeat;background-size: contain;}
.index .sec2 .b-panel .panel .info i::after{content: ""; width: 100%; height: 3px; display: block; background: #fff; position: absolute; left: 0; bottom: -9px;}
.index .sec2 .b-panel .panel .info p{position:absolute;bottom:24px;left:0;padding:0 24px;width:100%;color:#fff;font-weight:600;font-size:16px;line-height:24px;}
.index .sec3{padding:110px 0 70px;background:url(../images/index_bg_2.jpg) no-repeat center center;background-size:cover;}
.index .sec3 .back .b-left{float:left;width:550px;}
.index .sec3 .back .b-right{position:relative;float:right;width:650px;height:410px;overflow: hidden;}
.index .sec3 .title .cn{color:#fff;}
.index .sec3 .title .cn::after{background:#fff;}
.index .sec3 .title .en{color:#bcbcbc;}
.index .sec3 .info{color:#fff;line-height:28px;}
.index .sec3 .info div{margin-top:30px;}
.index .sec3 .btn-more{float:right;}
.index .sec3 .videos{margin-top: 26px;float:right;width:480px;height:360px;border:4px solid #000;}
.index .sec3 .videos .video_div .btn_play{background: none;}
.index .sec4{padding:100px 0;}
.index .sec4 .auto_1200{position:relative;min-height:440px;}
.index .sec4 .back .b-left{float:left;width:370px;}
.index .sec4 .back .b-right{float:right;width:830px;}
.index .sec4 .owl-stage-outer{overflow:visible;}
.index .sec4 .owl-item:nth-child(2n) a{padding-top:196px;}
.index .sec4 .owl-item:nth-child(2n) .img{position:absolute;top:20px;margin:0;}
.index .sec4 .owl-item:nth-child(2n) .info .time{margin-top:35px;}
.index .sec4 .item a{display:block;padding:16px;border:3px solid #fff;}
.index .sec4 .item a:hover{border-color:#333;}
.index .sec4 .item a:hover .info .time .t-type1{display:none;}
.index .sec4 .item a:hover .info .time .t-type2{display:block;}
.index .sec4 .item a:hover .info .i-hr{margin-left:-36px;}
.index .sec4 .item a:hover .img .img-bg{transform: scale(1.1);}
.index .sec4 .img{margin:35px auto 0;overflow: hidden;}
.index .sec4 .img .img-bg{padding-bottom:180px;width:240px;background-position:center center;background-size:cover;background-repeat:no-repeat;transition: all 0.5s ease;}
.index .sec4 .info p{color:#999;line-height:24px;}
.index .sec4 .info .time{letter-spacing:-1px;font-weight:600;font-size:16px;}
.index .sec4 .info .time .t-type1{display:block;}
.index .sec4 .info .time .t-type2{display:none;}
.index .sec4 .info .h4{margin-top:24px;height:48px;color:#555;font-weight:600;font-size:16px;}
.index .sec4 .info .i-hr{display:block;margin:18px 0;width:70px;height:3px;background:#555;}
.index .sec4 .info .h5{height:72px;}
.index .sec4 .btn-more{position:absolute;bottom:0;left:30px;}

/* 产品样式 */
.product{padding-bottom:50px;}
.product .menu .ul li{text-align: left;}
.product-new .back{margin:20px 0 60px;}
.product-new .back .ul li{position:relative;margin-bottom:20px;padding:0 0 0 220px;}
.product-new .back .img{position:absolute;top:0;left:0;display:block;overflow:hidden;border:1px solid #e9e9e9;}
.product-new .back .img .img-bg{padding-bottom:182px;width:182px;background-position:center center;background-repeat:no-repeat;transition: all 0.5s ease;background-size: cover;}
.product-new .back .info{overflow:hidden;padding:0 140px 20px 0;min-height:182px;border-bottom:1px solid #f3f3f5;font-size:16px;line-height:24px;}
.product-new .back .info .h3{margin-top:36px;font-weight:600;font-size:16px;}
.product-new .back .info .h5{margin-top:18px;max-height:72px;font-size: 13px;}
.product-new .back .time{position:absolute;top:50%;right:0;width:70px;color:#ccc;text-align:center;font-weight:600;transform:translate(0,-50%);transition: all 0.5s ease;}
.product-new .back .time .h1{border-bottom:1px solid #ccc;font-size:41px;line-height:50px;}
.product-new .back .time .h4{font-size:17px;line-height:30px;}
.product-new .back .ul li:hover .time{color: #999;}
.product-new .back .ul li:hover .img .img-bg{transform: scale(1.1);}
.product-list .sec1{margin-top:20px;}
.product-list .sec1 .back{position:relative;padding:0 100px 0 390px;min-height:250px;background:#f9f9f9;}
.product-list .sec1 .img{position:absolute;top:0;left:0;overflow:hidden;padding-bottom:250px;width:350px;background-position:center center;background-size:cover;background-repeat:no-repeat;}
.product-list .sec1 .img::after{position:absolute;top:40px;right:-20px;display:block;width:40px;height:40px;background:#f9f9f9;content:"";transform:rotate(45deg);}
.product-list .sec1 .info{padding:20px 0;}
.product-list .sec1 .info i{display:block;margin-top:15px;width:60px;height:46px;background-position:center center;background-size:contain;background-repeat:no-repeat;}
.product-list .sec1 .info p{margin:15px 0 0;color:#555;font-size:16px;line-height:24px;}
.product-list .sec1 .info .h3{color:#333;font-weight:600;font-size:18px;}
.product-list .sec2 .list{padding:24px 0;text-align:center;font-size:16px;}
.product-list .sec2 .list .ul li{display:inline-block;margin:6px 4px;}
.product-list .sec2 .list .ul li.aon a,.product-list .sec2 .list .ul li:hover a{background:#555;color:#fff;}
.product-list .sec2 .list a{position:relative;display:block;overflow:hidden;padding:0 35px;height:40px;max-width:420px;border:1px solid #eee;background:#fff;text-overflow:ellipsis;white-space:nowrap;line-height:40px;}
.product-list .sec2 .list a::after{position:absolute;top:50%;right:15px;display:block;margin-top:-3px;width:11px;height:6px;background:url(../images/ico_arrow_3.png) no-repeat center center;content:"";}
.product-list .sec2 .back .ul li{float:left;margin:0 33px 0 0;width:210px;}
.product-list .sec2 .back .ul li a{display:block;color:#555;}
.product-list .sec2 .back .ul li:nth-child(4n){margin-right:0;}
.product-list .sec2 .img{position:relative;border:1px solid #eee;overflow: hidden;}
.product-list .sec2 .img a{width:210px;height:210px;background-position:center center;background-repeat:no-repeat;background-size: contain;transition: all 0.5s ease;}
.product-list .sec2 .img:hover a{transform: scale(1.1);}
.product-list .sec2 .img a.img-bg{ font-size: 0;}
.product-list .sec2 .info{padding:15px 0;text-align:center;}
.product-list .sec2 .info a{font-size:14px;line-height:30px;}
.product-list .sec2 .btn-shop{position:absolute;right:0;bottom:0;display:block;width:45px;height:45px;cursor:pointer;}
.product-list .sec2 .btn-shop::after{position:absolute;top:50%;left:50%;display:block;margin-top:-12px;margin-left:-12px;width:35px;height:35px;background:url(../images/ico_shop.png) no-repeat center center;content:"";}
.product-list .sec2 .btn-shop:hover{background:url(../images/ico_sector.png) no-repeat center center;background-size:cover;}
.product-list .sec2 .btn-shop:hover::after{background-image:url(../images/ico_shop_hover.png);}
.product-info{padding-bottom:70px;}
.product-info .back{margin:40px 0 0;}
.product-info .back .b-left{float:left;width:50%;}
.product-info .back .b-right{float:left;padding-left:75px;width:50%;}
.product-info .back .b-right .ul{overflow:hidden;margin:10px 0;}
.product-info .back .b-right .ul li{position:relative;padding:0 25px 0 0;border-bottom:1px dashed #eee;}
.product-info .back .b-right .ul li .h5{position:relative;display:inline-block;padding:0 95px 0 35px;height:46px;max-width:100%;line-height:46px;}
.product-info .back .b-right .ul li .h5::before{position:absolute;top:50%;left:0;display:block;margin-top:-12px;width:24px;height:24px;background:url(../images/ico_pdf.png) no-repeat center center;content:"";}
.product-info .back .b-right .ul li .h5 span{position:absolute;top:50%;right:0;color:#999;transform:translate(0,-50%);}
.product-info .back .b-right .ul li .btn-download{position:absolute;top:50%;right:0;display:block;margin-top:-8px;width:16px;height:16px;background:url(../images/ico_download.png) no-repeat center center;}
.product-info .back .b-right .more{display:none;margin:20px auto 10px;max-width:150px;color:#999;text-align:center;}
.product-info .back .b-right .has-more .ul{height:102px;}
.product-info .back .b-right .has-more .more{display:block;}
.product-info .back .b-right .has-more .more::before{content:"Expand More>>";}
.product-info .back .b-right .has-more.show .ul{height:auto;}
.product-info .back .b-right .has-more.show .more::before{content:"Put Away>>";}
.product-info .back .b-table{font-size:16px;}
.product-info .back .b-table .h3{padding:0 15px;height:50px;background:#f9f9f9;color:#555;line-height:50px;border:1px solid #ddd;margin: -1px;}
.product-info .back .b-table .h3 span{margin-right:40px;}
.product-info .back .b-table .h4{padding:0 15px;height:40px;line-height:40px;border:1px solid #ddd;margin: -1px;}
.product-info .back .b-table .h3.white{font-size: 16px;background: #fff;}
.product-info .back .b-table .table{margin:-1px;}
.product-info .back .b-table .table table{width:100%;color: #555;}
.product-info .back .b-table .table td{padding:0 5px;width:145px;height:60px;min-height:60px;border:1px solid #ddd;text-align:center;font-size:16px;}
.product-info .back .b-table .table td span{display:block;color:#b6b6b6;font-size:12px;}
.product-info .back .b-table .table td:nth-child(1){padding:0 15px;/*width:100px;*/text-align:left;}
.product-info .back .b-table .table1 tr{background:#fbfbfb;}
.product-info .back .b-table .table1 tr:nth-child(2){background: #fff8f8;}
.product-info .back .b-table .table1 tr:nth-child(3){background: #f6fdf7;}
.product-info .back .b-table .table1 tr:nth-child(4){background: #f6fafd;}
.product-info .back .b-table .table1 tr:nth-child(5){background: #f6fdfd;}
.product-info .back .b-table .table1 tr:nth-child(6){background: #faf8fe;}
.product-info .back .b-table .table1 tr:nth-child(7){background: #fefdf8;}
.product-info .back .b-table .table1 tr:nth-child(8){background: #f8fefc;}
.product-info .back .b-table .table1 tr:nth-child(9){background: #fefbf8;}
.product-info .back .b-table .table1 tr:nth-child(10){background: #fbfdf5;}
.product-info .back .b-table .table1 tr:nth-child(11){background: #fcfcfc;}
.product-info .back .b-table .table1 tr:nth-child(12){background: #fdfdfc;}
.product-info .back .b-table .table1 tr:nth-child(13){background: #fdfcfa;}
.product-info .back .b-table .table1 tr:nth-child(14){background: #fdfbf6;}
.product-info .back .b-table .table1 tr:nth-child(15){background: #fdf8f6;}
.product-info .back .b-table .table2 tr:nth-child(1){background: #f9f9f9;}
.product-info .back .b-table .table3 tr:nth-child(1){background: #f9f9f9;}
.product-info .back .b-table .table2 td{text-align: left;padding: 0 5px 0 15px;}
.product-info .back .b-table .table2 td:nth-child(1){width: 150px;padding: 0 5px 0 15px;}
.product-info .back .b-table .table2 td:nth-child(2){width: 100px;}
.product-info .back .b-table .table2 td:nth-child(3){width: 100px;}
.product-info .back .b-table .table2 td:nth-child(4){width: 100px;}
.product-info .back .b-table .row{margin: 0 -20px;}
.product-info .back .b-table .row .col{width: 50%;float: left;padding: 0 20px;}
.product-info .h3{margin:0;color:#555;font-weight:600;font-size:16px;}
.product-info .img{position:relative;width:100%;border-right:1px solid #eee;background-position:center center;background-size:300px auto;background-repeat:no-repeat;}
.product-info .img img{width: 100%;}
.product-info .img .btn-shop{position:absolute;right:0;bottom:0;display:block;width:70px;height:70px;cursor:pointer;}
.product-info .img .btn-shop::after{position:absolute;top:50%;left:50%;display:block;margin-top:-12px;margin-left:-12px;width:40px;height:40px;background:url(../images/ico_shop1.png) no-repeat center center;background-size:32px auto;content:"";}
.product-info .img .btn-shop:hover{background:url(../images/ico_sector.png) no-repeat center center;}
.product-info .img .btn-shop:hover::after{background-image:url(../images/ico_shop1_hover.png);}
.product-info .info .h3{height:50px;border-bottom:1px solid #eee;line-height:50px;}
.product-info .info .h3 span{position:relative;display:inline-block;}
.product-info .info .h3 span::after{position:absolute;bottom:0;left:0;display:block;width:100%;height:3px;background:#555;content:"";}
.product-info .info .h5{margin:35px 0;font-size:16px;line-height:34px;}

/* 新闻样式 */
.news{padding-bottom:80px;}
.news-list .back{margin:20px 0 50px;}
.news-list .back .ul li{position:relative;padding:20px 50px 20px 295px;border:3px solid #fff;}
.news-list .back .ul li::before{position:absolute;bottom:-3px;left:0;display:block;width:100%;height:1px;background:#eee;content:"";}
.news-list .back .ul li:hover{border-color:#333;}
.news-list .back .ul li:hover::before{background:#333;}
.news-list .back .ul li:hover .img .img-bg{transform: scale(1.1);}
.news-list .img{position:absolute;top:18px;left:18px;display:block;overflow: hidden;}
.news-list .img .img-bg{width:240px;height:180px;background-color:#999;background-position:center center;background-size:cover;background-repeat:no-repeat;transition: all 0.5s ease;}
.news-list .info{overflow:hidden;min-height:180px;color:#999;line-height:24px;}
.news-list .info .time{margin-top:28px;font-weight:600;font-size:18px;}
.news-list .info .h3{margin-top:16px;color:#333;font-weight:600;font-size:16px;}
.news-list .info .h5{margin-top:16px;}
.faq{margin-top:40px;}
.faq .ul li{margin-bottom:20px;border:1px solid #eee;cursor:pointer;}
.faq .h4{padding:6px 15px;font-weight:600;}
.faq .info{display:none;padding:0 15px 6px;}
.service{margin:40px 0 0;width:420px;}
.service .item{position:relative;margin:0 0 20px;padding-left:100px;}
.service .item .label{position:absolute;top:0;left:0;display:block;width:70px;height:45px;text-align:left;line-height:45px;}
.service .item .label i{color:#f00;}
.service .item .text{padding:0 8px;width:100%;height:45px;border:1px solid #eee;color:#666;font-weight:400;font-size:16px;line-height:normal;}
.service .item textarea.text{padding:6px 8px;min-height:132px;line-height:24px;resize:none;}
.service .submit .btn{display:block;margin:0 2px;width:135px;height:40px;background-color:#555;color:#fff;text-align:center;font-size:16px;line-height:40px;cursor:pointer;}
.honor{padding-bottom:60px;}
.honor .list{margin:24px 0;text-align:center;font-size:16px;}
.honor .list .ul li{display:inline-block;margin:6px 4px;}
.honor .list .ul li.aon a,.honor .list .ul li:hover a{background:#555;color:#fff;}
.honor .list a{position:relative;display:block;overflow:hidden;padding:0 35px;height:40px;max-width:320px;border:1px solid #eee;background:#fff;text-overflow:ellipsis;white-space:nowrap;line-height:40px;}
.honor .list a::after{position:absolute;top:50%;right:15px;display:block;margin-top:-3px;width:11px;height:6px;background:url(../images/ico_arrow_3.png) no-repeat center center;content:"";}
.honor .back{margin-top:30px;}
.honor .back .ul{margin:0 -12px;}
.honor .back .ul li{float:left;margin-bottom:16px;padding:0 12px;width:25%;}
.honor .back .ul li a{display:block;}
.honor .back .img{padding:18px;border:1px solid #ddd;}
.honor .back .img .img_bg{display:block;padding-bottom:100%;width:100%;background-position:center center;background-size:contain;background-repeat:no-repeat;}
.honor .back .info{position:relative;height:30px;text-align:center;line-height:30px;}
.honor .back .info p{margin:12px 0;color:#666;font-size:16px;}

/* 关于样式 */.about{padding-bottom:100px;}
.about-us .back .carousel{margin-top:40px;}
.about-us .back .carousel .owl-carousel{position: relative;}
.about-us .back .carousel .owl-carousel::before{content: "";width: 295px; height: 100%; background: url(../images/about_bg.png) no-repeat right top; display: block; position: absolute; right: 0; top: 0; z-index:2;}
.about-us .back .carousel .owl-dots{z-index:3; padding:0 70px 40px 0;width:100%;text-align:right;}
.about-us .back .carousel button.owl-dot{margin:0 6px;width:16px;height:16px;background:#fff;}
.about-us .back .carousel button.owl-dot span{position:absolute;right:70px;bottom:80px;display:none;}
.about-us .back .carousel button.owl-dot span::before{display:inline-block;width:120px;height:1px;background:#fff;content:"";}
.about-us .back .carousel button.owl-dot span:after{display:inline-block;margin-left:20px;color:#fff;content:"00";vertical-align:middle;font-weight:600;font-size:42px;}
.about-us .back .carousel button.owl-dot.active span{display:block;}
.about-us .back .carousel button:nth-child(1) span::after{content:"01";}
.about-us .back .carousel button:nth-child(2) span::after{content:"02";}
.about-us .back .carousel button:nth-child(3) span::after{content:"03";}
.about-us .back .carousel button:nth-child(4) span::after{content:"04";}
.about-us .back .carousel button:nth-child(5) span::after{content:"05";}
.about-us .back .carousel button:nth-child(6) span::after{content:"06";}
.about-us .back .carousel button:nth-child(7) span::after{content:"07";}
.about-us .back .carousel button:nth-child(8) span::after{content:"08";}
.about-us .info{text-indent:2em;font-size:16px;line-height:30px;}
.about-us .info div{margin-top:30px;}
.about-history .back{margin-top:40px;}
.about-history .back .arrow-year{position:relative;display:none;}
.about-history .back .arrow-year a{position:absolute;top:45px;display:block;width:30px;height:30px;background:#999;}
.about-history .back .arrow-year a.prev{left:0;}
.about-history .back .arrow-year a.next{right:0;}
.about-history .back .year{background:url(../images/history_bg.png) no-repeat center bottom;}
.about-history .back .year .tempWrap{margin:0 auto;}
.about-history .back .year .ul li{position:relative;padding-bottom:60px;width:120px;text-align:center;cursor:pointer;}
.about-history .back .year .ul li::after{position:absolute;bottom:0;left:50%;display:none;margin-left:-1px;width:2px;height:60px;background:#333;content:"";}
.about-history .back .year .ul li a{display:inline-block;color:#999;font-size:16px;line-height:30px;}
.about-history .back .year .ul li.on::after{display:block;}
.about-history .back .year .ul li.on a{color:#333;font-size:20px;}
.about-history .back .scroll-photo{position:relative;}
.about-history .back .list{padding:30px 80px;width:100%;}
.about-history .back .list .ul li{position:relative;overflow:hidden;padding-left:128px;}
.about-history .back .list .img{position:absolute;top:0;left:0;display:block;padding-bottom:300px;width:400px;background-color:#999;background-position:center center;background-size:cover;background-repeat:no-repeat;}
.about-history .back .list .info{margin-top:50px;padding:0 60px 30px 325px;min-height:300px;border:1px solid #eee;color:#666;line-height:28px;}
.about-history .back .list .info .time{position:relative;margin-top:-16px;padding-bottom:26px;color:#333;font-weight:600;font-size:32px;}
.about-history .back .list .info .time span{display:inline-block;padding:0 12px 0 0;background:#fff;}
.about-history .back .list .info .time::before{position:absolute;bottom:0;left:0;display:block;width:40px;height:2px;background:#333;content:"";}
.about-history .back .list .info .time::after{display:block;color:#ddd;content:"/YEAR";text-indent:3em;font-size:24px;}
.about-history .back .list .info .h5{margin-top:26px;font-size: 13px;}
.about-history .back .arrow a{position:absolute;top:50%;display:block;margin-top:-21px;width:60px;height:42px;background-position:center center;background-repeat:no-repeat;}
.about-history .back .arrow a.prev{left:0;background-image:url(../images/ico_prev1.png);}
.about-history .back .arrow a.next{right:0;background-image:url(../images/ico_next1.png);}
.video{padding-bottom:60px;}
.video .video_panel p{margin:10px 0;padding:0;text-align:center;font-size:16px;}
.video .video_panel ul{margin:30px -15px 0;}
.video .video_panel ul li{float:left;margin-bottom:20px;padding:0 15px;width:33.33%;}
.video .video_div{position:relative;width:100%;}
.video .video_div .btn_play{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);}
.video .video_div .btn_play::before,.video .video_div .btn_play::after{position:absolute;top:50%;left:50%;display:block;content:"";transform:translate(-50%,-50%);}
.video .video_div .btn_play::before{width:50px;height:50px;border:2px solid #fff;border-radius:50%;}
.video .video_div .btn_play::after{margin-left:7px;width:0;height:0;border:10px solid rgba(255,255,255,0);border-left:14px solid #fff;}
.video .video_div .video_img{padding-bottom:75%;width:100%;background-color:#000;background-position:center center;background-size:cover;background-repeat:no-repeat;}
.video .video_div .video_file{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;}
.video .video_div .video_file .btn_close{position:absolute;top:10px;right:10px;z-index:99;display:block;width:30px;height:30px;border-radius:50%;background:#fff;}
.video .video_div .video_file .btn_close::before,.video .video_div .video_file .btn_close::after{position:absolute;top:5px;left:50%;display:block;margin-left:-1px;width:2px;height:20px;background:#000;content:"";}
.video .video_div .video_file .btn_close::before{transform:rotate(45deg);}
.video .video_div .video_file .btn_close::after{transform:rotate(-45deg);}
.video .video_div .video_file video{width:100%;height:100%;}

/* 招聘公告样式 */
.recruit{margin:30px 0;}
.recruit ol.type{ margin-top:3%;}
.recruit .type{display:table; width:100%;}
.recruit ol.type{font-size:16px;background-color: #555;color:#fff;}
.recruit .type li{display:table-cell;vertical-align:middle;text-align: center;padding-top:10px;padding-bottom:10px;line-height:24px;font-size: 15px;padding-left: 25px;width: 20%;}
.recruit ul.type li{cursor:pointer;}
.recruit .type li:nth-child(1),.recruit .type li:nth-child(2){/* width: 25%; */}
.recruit .type li:nth-child(3){/* width: 50%; */}
.recruit ul.type li:nth-child(8){background:url(../images/recruit-icon_close.png) no-repeat 90% center;}
.recruit ul.type#On li:nth-child(8){ background-image:url(../images/recruit-icon_open.png);}
.recruit .list{border-bottom:1px solid #e5e5e5;}
.recruit .list .con{display:none;border-top:1px solid #e5e5e5;overflow:hidden;font-size: 15px;line-height: 30px;padding:10px;}
.recruit .btn_apply{ padding:10px 0;}

/* 联系样式 */
.contact{padding-bottom:115px;}
.contact-us .back{margin-top:30px;}
.contact-us .back .ul li{position:relative;padding:0 15px 0 90px;min-height:80px;border-bottom:1px dashed #eee;}
.contact-us .back .ico{position:absolute;top:50%;left:0;display:block;margin-top:-35px;width:60px;height:70px;background-position:center center;background-repeat:no-repeat;}
.contact-us .back .ico-address{background-image:url(../images/ico_address.png);}
.contact-us .back .ico-tel{background-image:url(../images/ico_tel.png);}
.contact-us .back .ico-email{background-image:url(../images/ico_email.png);}
.contact-us .info{padding:20px 0;font-size:14px;line-height:24px;}
.contact-us .info .h4{color:#ccc;font-weight:600;}
.contact-us .map{margin-top:40px;padding:10px;width:100%;border:1px solid #eee;background:#fff;}
.contact-us .map #map{padding-bottom:370px;width:100%;}
.contact-us .map img{max-width:none !important;}

/* 辅助样式 */
.friend-link{padding-bottom:60px;}
.friend-link .back{margin-top:30px;color:#666;text-align:center;line-height:36px;}
.friend-link .back .ul{margin:0 -10px;}
.friend-link .back .ul li{float:left;padding:0 10px 10px 10px;width:25%;}
.friend-link .back .img{display:block;padding-bottom:35%;width:100%;border:1px solid #ccc;background-color:#fff;background-position:center center;background-size:contain;background-repeat:no-repeat;}
.friend-link .back .info{font-size:16px;}
.search-result{padding-bottom:60px;}
.search-result .content-right{width:100%;}
.search-result .back{margin-top:30px;}
.search-result .back .ul li{margin-bottom:20px;padding:6px 15px;width:100%;border:1px solid #eee;}
.search-result .back .ul li a{position:relative;display:block;padding:0 80px 0 0;height:30px;line-height:30px;}
.search-result .back .ul li a span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.search-result .back .ul li a i{position:absolute;top:50%;right:0;display:block;margin-top:-12px;height:24px;color:#999;font-style:normal;line-height:24px;}

/* 单篇样式 */
.public-info .back .title{margin:50px 0 0;padding-bottom:30px;border-bottom:1px dashed #d2d2d2;text-align:center;}
.public-info .back .title .h3{color:#333;font-weight:600;font-size:18px;}
.public-info .back .title .time{margin-top:10px;}
.public-info .info{padding:20px 0;font-size:16px;line-height:30px;}
.public-info .info div{margin:20px 0 0;}
.public-info .hit{text-align:right;}
.public-article{padding-bottom:80px;}
.public-article .back{font-size:14px;line-height:30px;}

/* 会员样式 */
.user-top{background:url(../images/user_bg.png) no-repeat center center;background-size:cover;}
.user-top .header-left{float:left;display:table;width:40%;height:100px;max-width:308px;}
.user-top .logo{display:table-cell;vertical-align:middle;}
.user-top .header-right{float:right;color:#fff;line-height:100px;}
.user-top .header-right a{color:#fff;}
.user-top .header-right dd{float:left;}
.user-top .top-home{position:relative;margin-right:30px;padding-right:30px;}
.user-top .top-home::before{position:absolute;top:50%;right:0;display:block;margin-top:-5px;width:1px;height:10px;background:#e0e0e0;content:"";opacity:0.4;}
.user-top .top-home .ico-home{position:relative;top:-2px;display:inline-block;margin-right:10px;width:14px;height:16px;background:url(../images/ico_home1.png) no-repeat center center;vertical-align:middle;}
.user-top .top-user .btn-exit{margin-left:8px;opacity:0.4;}
.user-bottom{padding:10px 0;background:#222;text-align:center;}
.user-bottom p{color:#ddd;line-height:36px;}
.user-bottom p a{color:#ddd;}
.user-menu .ul li.aon i.ico,.user-menu .ul li:hover i.ico{display:none;}
.user-menu .ul li.aon i.ico-hover,.user-menu .ul li:hover i.ico-hover{display:inline-block;}
.user-menu .info i{position:relative;top:-1px;display:none;width:20px;height:20px;background-position:center center;background-repeat:no-repeat;vertical-align:middle;}
.user-menu .info i.ico{display:inline-block;}
.user-menu .info span{margin-left:5px;}
.user{padding-bottom:65px;background:#f7f7f7;}
.user .content-right{padding:0 25px;}
.user .location-group .title{font-size:22px;line-height:80px;}
.user .text{float:left;padding:0 14px;width:100%;height:40px;border:1px solid #e8e8e8;color:#333;}
.user textarea.text{padding:8px;min-height:120px;resize:none;}
.user .submit input{display:block;width:140px;height:48px;border:0;background-color:#555;color:#fff;text-align:center;font-size:16px;line-height:48px;cursor:pointer;}
.user .user-center{padding-bottom:80px;}
.user .user-center .table{margin:30px 0 20px;width:100%;}
.user .user-center .table table{width:100%;}
.user .user-center .table table td{padding:30px 90px 30px 0;text-align:center;font-size:16px;}
.user .user-center .table table td:nth-child(1),.user .user-center .table table td:nth-child(3){padding-right:0;width:120px;color:#555;}
.user .user-message{padding-bottom:35px;}
.user .user-message .back{margin:50px 0 35px;}
.user .user-message .table table{width:100%;}
.user .user-message .table table tr{border:1px solid #eee;}
.user .user-message .table table th{height:48px;min-height:48px;color:#555;text-align:center;font-size:16px;}
.user .user-message .table table th:nth-child(1){padding-left:100px;text-align:left;}
.user .user-message .table table th:nth-child(2){width:220px;}
.user .user-message .table table th:nth-child(3){width:200px;}
.user .user-message .table table td{overflow:hidden;padding:18px 20px;text-align:center;}
.user .user-message .table table td:nth-child(1){text-align:left;}
.user .user-message .btn{display:inline-block;margin:0 2px;padding:0 10px;height:34px;min-width:64px;background:#ccc;color:#fff;line-height:34px;}
.user .user-message .btn .ico-delete{position:relative;top:-2px;display:inline-block;margin-right:6px;width:16px;height:14px;background:url(../images/ico_delete.png) no-repeat center center;vertical-align:middle;}
.user .order-center{padding-bottom:35px;}
.user .order-center .list{margin:24px 0;text-align:center;font-size:16px;}
.user .order-center .list .ul li{display:inline-block;margin:6px 4px;}
.user .order-center .list .ul li.aon a,.user .order-center .list .ul li:hover a{background:#555;color:#fff;}
.user .order-center .list a{position:relative;display:block;overflow:hidden;padding:0 35px;height:40px;max-width:320px;border:1px solid #eee;background:#fff;text-overflow:ellipsis;white-space:nowrap;line-height:40px;}
.user .order-center .list a::after{position:absolute;top:50%;right:15px;display:block;margin-top:-3px;width:11px;height:6px;background:url(../images/ico_arrow_3.png) no-repeat center center;content:"";}
.user .order-center .back{margin:24px 0 35px;}
.user .order-center .table table{width:100%;}
.user .order-center .table table tr{border:1px solid #eee;}
.user .order-center .table table th{height:48px;min-height:48px;color:#555;text-align:center;font-size:16px;}
.user .order-center .table table th:nth-child(1){width:110px;}
.user .order-center .table table th:nth-child(2){width:220px;}
.user .order-center .table table th:nth-child(3){width:190px;}
.user .order-center .table table th:nth-child(4){width:170px;}
.user .order-center .table table th:nth-child(5){width:200px;}
.user .order-center .table table td{overflow:hidden;padding:18px 15px;text-align:center;}
.user .order-center .btn{display:inline-block;margin:0 2px;padding:0 10px;height:34px;min-width:64px;background:#ccc;color:#fff;line-height:34px;}
.user .order-center .btn .ico-delete{position:relative;top:-2px;display:inline-block;margin-right:6px;width:16px;height:14px;background:url(../images/ico_delete.png) no-repeat center center;vertical-align:middle;}
.user .shopping-cart{padding-bottom:35px;}
.user .shopping-cart .back{margin:50px 15px 35px;}
.user .shopping-cart .table table{width:100%;}
.user .shopping-cart .table table tr{border:1px solid #eee;}
.user .shopping-cart .table table th{height:48px;min-height:48px;color:#555;text-align:center;font-size:16px;}
.user .shopping-cart .table table th:nth-child(1){width:80px;}
.user .shopping-cart .table table th:nth-child(2){width:120px;}
.user .shopping-cart .table table th:nth-child(3){width:160px;}
.user .shopping-cart .table table th:nth-child(4){width:160px;}
.user .shopping-cart .table table th:nth-child(5){width:150px;}
.user .shopping-cart .table table th:nth-child(6){width:200px;}
.user .shopping-cart .table table td{overflow:hidden;padding:18px 20px;text-align:center;}
.user .shopping-cart .checkbox{display:inline-block;margin:0;width:16px;height:16px;border:1px solid #dedede;background-color:#f9f9f9;background-position:center center;background-repeat:no-repeat;vertical-align:middle;appearance:none;-webkit-appearance:none;-moz--appearance:none;}
.user .shopping-cart .checkbox:checked{background-image:url(../images/checkbox_bg.png);}
.user .shopping-cart .img{width:80px;}
.user .shopping-cart .btn{display:inline-block;margin:0 2px;padding:0 10px;height:34px;min-width:64px;background:#ccc;color:#fff;text-align:center;line-height:34px;}
.user .shopping-cart .btn .ico-delete{position:relative;top:-2px;display:inline-block;margin-right:6px;width:16px;height:14px;background:url(../images/ico_delete.png) no-repeat center center;vertical-align:middle;}
.user .shopping-cart .amount{display:inline-block;vertical-align:middle;line-height:30px;}
.user .shopping-cart .amount > a{float:left;display:inline-block;width:32px;height:32px;border:1px solid #eee;background:#fff;color:#999;vertical-align:middle;text-align:center;font-size:18px;}
.user .shopping-cart .amount .amount_decrease{border-right:0;border-radius:4px 0 0 4px;}
.user .shopping-cart .amount .amount_add{border-left:0;border-radius:0 4px 4px 0;}
.user .shopping-cart .amount .amount_text{float:left;display:inline-block;padding:0 6px;width:42px;height:32px;border:1px solid #eee;vertical-align:middle;text-align:center;}
.user .shopping-cart .hit{margin-top:20px;font-size:16px;line-height:36px;}
.user .shopping-cart .hit .fl{float:left;}
.user .shopping-cart .hit .fr{float:right;}
.user .shopping-cart .hit .f-group{display:inline-block;margin-left:32px;}
.user .shopping-cart .hit .f-group .checkbox{position:relative;top:-2px;margin-right:6px;}
.user .shopping-cart .hit .btn{margin-left:60px;height:36px;min-width:110px;background:#555;line-height:36px;}

/* 滚动插件样式 */
.zl-scrollBarBox{height:100%;position:absolute;background:#ededed;}
.zl-scrollBar{position:absolute;left:0;top:0;background:#000;cursor: pointer;}
.zl-scrollBar::before{content: ""; width: 100%; height: 20px; background: rgba(0, 0, 0, 0); display: block; position: absolute; left: 0; bottom: 0; opacity: 0;}
.zl-scrollBar.zl-verticalBar{min-height:10px;}
.zl-scrollBar.zl-horizontalBar{min-width:10px;}
.zl-scrollBar:hover{background:#000;}
.zl-scrollContentDiv{position:relative!important;width:100%!important;height:100%!important;padding:0!important;margin:0!important;top:0;left:0;}

.apply { padding:20px 0}
.apply a{text-align:center; font-size:16px; cursor:pointer; display:block; width:122px; line-height:38px; color:#fff; background:#000; border-radius:4px; border:none;}
.job-form{ position:fixed; width:100%; height:100%; top:0; z-index:100; background:rgba(0,0,0,0.3); display:none}
.job-form .ytable{ height:100%}
.job-form .form{ max-width:560px; margin:auto; background-color:#fff; border-radius:6px; padding:2% 30px; position:relative;}
.job-form dl{ padding:6px 0;}
.job-form #jobname{color:#000}
.job-form  .form_err{ color:#F00}
.job-form .item{ padding:10px 0;  line-height:36px;; font-size:15px;}
.job-form .t_name{ position:absolute;}
.job-form .t_form{ padding-left:70px;}
.job-form .text{ width:100%; border:solid 1px #e5e5e5; padding:0 3px; line-height:36px; height:36px;}
.job-form .btn{ margin:auto;text-align:center; font-size:16px; cursor:pointer; display:block; width:122px; line-height:38px; color:#fff; background:#000; border-radius:4px; border:none;}
.job-form .close{ position:absolute; top:15px; right:15px; display:block; cursor:pointer; width:16px; height:16px; background:url(../images/close.png) no-repeat;}
.job-form .queueList{ margin:0!important}
.job-form .webuploader-container{ max-width:168px; margin:auto;}
.job-form .placeholder{ font-size:14px; padding-top:30px;}
.job-form .placeholder input{ display:block; width:100%; height:44px;}
.job-form .placeholder .rt_input{ width:100%!important; height:100%!important; left:0!important}
.job-form .placeholder .txt,
.job-form .placeholder .tips{ line-height:20px;}
.job-form .wu-example .statusBar{ padding:0}

.btn_cart{ padding:10px 0;}
.btn_cart a{ color:#fff; line-height:50px; padding-left:20%; font-size:18px;  border-radius:10px; display:block; background:#000 url(../images/ico_shop1_hover.png) no-repeat 80%;}
.btn_cart a:hover{ background-color:#d09f31 }
.bdshare-button-style0-24 span{float: left;line-height: 36px;font-size: 16px;margin-right: 10px;text-transform: capitalize;}