/*头部样式开始*/
@font-face
{
	font-family: MyriadPro;
	src: url('../fonts/MyriadPro-Light.otf');
}
@font-face
{
	font-family: MyriadPro-Regular;
	src: url('../fonts/MyriadPro-Regular.otf');
}
.header { width: 100%; height: 50px; background-color: #000000; font-family: "MyriadPro","Microsoft Yahei",Arial,Helvetica,sans-serif;}
.header .top-box{ overflow: hidden; }
.header .top-box div.btn-left{ width: 68px; float: left; text-align: center; position: absolute;}
.header .top-box .btn-left img{ width: 30px; height: 16px; margin: 17px auto;}
.header .top-box div.logo{ width:100%; float: right; line-height: 50px; text-align: center; }
.header .top-box div.logo img{ width: 120px; height: 12px; margin: 19px auto;}
.imgHide,.runlf,.runrg { display: none; }
.header .top-box  .nav-box{ display: none; position: absolute; top: 50px; width: 100%; background-color: #000; color: #fff; opacity: 0.9; filter: alpha(opacity=90); }
.header .top-box  .nav-box ul.nav li{ height: auto; line-height: 30px; border-bottom: 1px solid #242424; border-top: 1px solid #242424;  margin: 0px 26px; }
.header .top-box .nav-box ul.nav li .sub-nav li{ margin: 0px; list-style-type: circle; list-style-position: inside; padding-left: 5%; }
.header .top-box  .nav-box ul.nav li a{ color: #fff; height: 50px; display: inline-block; line-height: 50px; margin-left: 5%; }
.header .top-box .nav-box .op-sub-nav ul li a{ margin-left: 0%; }
.header .top-box  .nav-box ul.nav li a p{}
.header .top-box .liHide{ display: none; }
.fold::before {content: "+";}
.fold.add::before{ content: "-"; }
.header .top-box .nav-box ul.nav li .fold { color: #FFF; font-size: 36px; float: right; padding: 2% 6%; cursor: pointer; line-height: 36px; }
/* 多语言选择样式 */
.language{ position: static; background-color: #000000; }
.language div{ height: 50px; width: 100%; margin-left: 0px; border: 0px solid #242424; border-bottom: 1px solid #242424; border-top: 1px solid #242424; }
.language div img{ margin-right: 15px; }
.header .top-box .nav-box ul.nav .language div a{ color: #ffffff; }
/*头部样式结束*/

/*尾部样式开始*/
.foot-box{ background-color: #000; color: #fff; }
.foot-box .foot{ width: 100%; text-align: center; font-size: 40px; }

.foot-box .foot .foot-nav{ background-color: #fff;  }

.foot-box .foot .sub_content{ line-height: 50px; min-height: 50px; text-align: left; margin-left: 10%; border-bottom: 1px solid #ccc;border-width:90%; position: relative;}
.foot-box .foot .sub_content span{ color: #000; font-weight: bold; }
.foot-box .foot span:after { content: "+"; position: absolute; right: 0px; top: 0px; font-size: 30px; line-height: 45px; padding: 0px 20px; -webkit-transition: -webkit-transform .3s ease; transition: -webkit-transform .3s ease; transition: transform .3s ease; transition: transform .3s ease, -webkit-transform .3s ease;
}
.foot-box .foot ._span:after { -webkit-transform: rotate(45deg) scale(1.08); -ms-transform: rotate(45deg) scale(1.08); transform: rotate(45deg) scale(1.08);}
.foot-box .foot .sub_content ul li{ margin: 0px auto; }
.foot-box .foot .sub_content ul li a{ color: #000;  }

.foot-box .foot .sharebox .share_bar{ margin: 20px auto 10px auto;  line-height: 40px; }
.foot-box .foot .sharebox .share_bar a{ width: 13%; height: 62px; display: inline-block; margin: 0px 6%; }
.foot-box .foot .sharebox .share_bar a.fb_icon{ background: url(/new/Images/fb_logo.png) no-repeat center center; background-size: 100%; }
.foot-box .foot .sharebox .share_bar a.vk_icon{ background: url(/new/Images/vk_logo.png) no-repeat center center; background-size: 100%;  }
.foot-box .foot .sharebox .share_bar a.ytb_icon{ background: url(/new/Images/youtube_logo.png) no-repeat center center; background-size: 100%;  }
.foot-box .foot .sharebox .share_bar a.tt_icon{ background: url(/new/Images/tt_logo.png) no-repeat center center; background-size: 100%;  }
.foot-box .foot .sharebox .share_bar a.gg_icon{ background: url(/new/Images/gg_logo.png) no-repeat center center; background-size: 100%; }
.foot-box .foot .sharebox .share_bar a.ins_icon{ background: url(/new/Images/instagram_logo.png) no-repeat center center; background-size: 100%;  }
.foot-box .foot .sharebox .share_bar a.imgHide{ display: none; }
.foot-box .foot .foot-nav ul{ display: none; }



.foot-box .foot .copyright{ padding: 0px 0px 10px 0px; }
.foot-box .foot .copyright .themefoot li{  }
/*尾部样式结束*/
/* 右侧滑轮 */
#botto { float: right; right: 0px; position: fixed; bottom: 10px; _bottom: auto;  _position: absolute; _top: expression(documentElement.scrollTop+documentElement.clientHeight-this.clientHeight); height: 120px; width: 100px; z-index:999;}
#ffhh {width: 100px; height: 100px;margin-top: 5px;}
#ffhh a {width: 50px; height: 50px;background: url(../Images/jiantou.png) no-repeat center center;display: block;line-height: 999px;overflow: hidden;background-size:contain;}
#ffhh a:hover {background:url(../Images/jiantou.png) no-repeat center center; background-size:contain;}

@media screen and (max-width: 750px){
	#botto { width: 60px;}
	#ffhh {width: 50px; height: 100px;margin-top: 5px;}
}