/* 公共头部 */
*{
  font-family: '微软雅黑';
}
header {
  width: 100%;
  min-width: 1000px;
  background: inherit;
  background-color: #f5f5f5;
  border: none;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; 
}
header .err-layer {
  height: 40px;
  font-size: 14px;
  text-align: center;
  background: #d9524e;
  line-height: 40px;
  color: #fff;
}
header .header-in {
  width: 1000px;
  margin:  0 auto;
  position: relative;
  height: 34px;
}
header .header-in li {
  font-family: 'MicrosoftYaHei', '微软雅黑';
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #757575;
  float: left;
  margin-right: 10px;
  line-height: 32px;
  cursor:pointer;
}
header .header-in li a {
  font-family: 'MicrosoftYaHei', '微软雅黑';
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #757575;
}
#nickname_text{
  display: block;
}
header .header-ri, .header-x { 
  color: #868686;
  text-align: right;
  font-family: 'MicrosoftYaHei', '微软雅黑';
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  position: absolute;
  right: 116px !important;
  height: 34px;
  line-height: 38px;

}
header .header-ri a {
  font-family: 'MicrosoftYaHei', '微软雅黑';
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #868686;
}
header .header-ri a:hover {
  color: #ff6000;
}
/* 用户下拉框 */
.seclt:hover{
    box-shadow: 0 0 3px #dedede;
    background: url(/National_Library/oe_/https://fanyipro.pdf365.cn/img/upArror.png) #fff 84px 12px no-repeat;
}
.seclt:hover a{
  display: block;
}
.seclt.ocr:hover{
  box-shadow: 0 0 3px #dedede;
  background: url(/National_Library/oe_/https://fanyipro.pdf365.cn/img/upArror.png) #fff 84px 12px no-repeat;
}
.seclt.ocr:hover a{
  display: block;
}
header .seclt a {
  font-weight: 400;
  width: 68px;
  height: 34px;
  line-height: 36px;
  text-indent: 10px;
  font-size: 12px;
  cursor: default;
  display: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  text-align: left;
}
header .vip_log{
  position: absolute;
  right: 312px;
  font-size: 12px;
  height: 34px;
  line-height: 38px;
  width: 14px;
}
header .vip_log img{
  width: 14px;
  height: 14px;
}
header .seclt {
  width: 96px;
  padding-left: 10px;
  overflow: hidden;
  background: url(/National_Library/oe_/https://fanyipro.pdf365.cn/img/downArror.png) 84px 12px no-repeat;
  right: 90px;
  position: absolute;
  z-index: 9;
}
header .seclt.ocr {
  width: 96px;
  padding-left: 10px;
  overflow: hidden;
  background: url(/National_Library/oe_/https://fanyipro.pdf365.cn/img/downArror.png) 84px 12px no-repeat;
  right: 200px;
  position: absolute;
  z-index: 9;
}
header .seclt-t {
  position: absolute;
  right: 0;
  font-size: 12px;
  height: 34px;
  line-height: 38px;
  width: 62px;
  margin-right: 10px;
}
header .seclt-t.ocr {
  position: absolute;
  right: 110px;
  font-size: 12px;
  height: 34px;
  line-height: 38px;
  width: 62px;
  margin-right: 10px;
}

header .seclt-t a ,header .seclt a{
  color: #757575
}
header .seclt-t a:hover, header .seclt a:hover {
  color: #ff6632;
}

header .QR_code{
  position: absolute;
  right: 0;
  font-size: 12px;
  height: 34px;
  line-height: 38px;
  width: 100px;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
  z-index: 100019;
  color: #666666;
} 
header .QR_code .QR_code_contents{
  display: none;
  width: 136px;
  height:187px;
  position: absolute;
  /*background: #FFFFFF;*/
  top: 32px;
  left: -22px;
  /*border: 1px solid #e5e5e5;*/
  /*box-shadow:1px 1px 5px #888888;*/
  background:url("/National_Library/oe_/https://fanyipro.pdf365.cn/img/y0815_25.png");
}
header .QR_code .QR_code_contents.isBlock{
  display: block !important
}
header .QR_code:hover span{
  color:#ff6833
}
header .QR_code:hover .QR_code_contents{
  display: block;
}
header .QR_code img{
  margin: 20px 0 10px;
  width: 115px;
  height: 112px;
}
header .QR_code div{
  height: 15px;
  line-height: 15px;
  font-size: 12px;
}
.arrow{
  width:0;
  height:0;
  border-top:50px solid #000;     /*设置并显示上边框*/
  border-bottom:none;             /*不设置下边框*/
  border-left:50px solid transparent;     /*设置但隐藏左边框*/
  border-right:50px solid transparent;    /*设置但隐藏右边框*/
}
/* 首页导航部分 */
nav {
  /*width: 100%;*/
  /*height: 82px;*/
  /*float: left;*/
  /*background: #fff;*/
}
nav .nav-in {
  width: 1000px;
  margin: 0 auto;
  height: 82px;
  background: #fff;
}
nav .nav-in .logo {
  float: left;
  padding-top: 18px;
}
nav .nav-in .lw_active {
  float: left;
  padding-top: 6px;
  margin-left: 0px;
}
nav .nav-in .logo .logo-bottom {
  margin: 0 0 0 5px;
}
nav .nav-in span {
  font-family: '方正细倩简体';
  font-weight: 409;
  font-style: normal;
  color: #000000;
  font-weight: 700;
  font-size: 32px;
  float: left;
  margin-left: 15px;
}
nav .nav-in img {
  float: left;
}
nav .nav-in .home-nav {
	float: right;
	margin-left: 140px;
}
nav .nav-in .home-nav .work {
  margin-right: 17px;
  height: 83px;
}
/*头部样式*/
/*移入态*/
.home-nav>ul>li>a>div:hover{
	color: #ff4e00;
}
#translateFile {
  position: relative;
  z-index: 99;
}
#translateFile>a:hover{
    color: #ff4e00;
}


#translateFile i{
  background-image: url(/National_Library/oe_/https://fanyipro.pdf365.cn/img/u441.png);
  width: 8px;
  height: 8px;
}
#translateFile:hover i{
  background-image: url(/National_Library/oe_/https://fanyipro.pdf365.cn/img/u442.png);
  width: 8px;
  height: 8px;
}
#translateFile:hover p {
  display: block !important;
}
#translateFile p {
  background: #fff;
  position: absolute;
  top: 82px;
  left: -5px;
  width: 100px;
  height: 160px !important;
}
.item1,.item2,.item3,.item4,.item5{
	height: 40px;
}
.item1:hover,.item2:hover,.item3:hover,.item4:hover,.item5:hover{
	color:#ff4e00 !important;
	background:#f2f2f2;
}
#translateFile p a {
  display: block;
	padding: 0 8px;
	line-height: 40px;
}
nav .nav-img {
  position: absolute;
  top: 30px;
  right: -6px;
  z-index: 10;
}
nav .nav-in .home-nav li {
  float: left;
  text-align: center;    
  height: 83px;
  text-align: center;
  font-family: 'MicrosoftYaHei', '微软雅黑';
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 100px;
  padding: 0 16px;
  position: relative;
  cursor: pointer;
}
nav .nav-in .home-nav .work i{
  position: absolute;
  right: 0;
  top: 46px;
}
#translateFile i {
  position: absolute;
  right: 0;
  top: 46px;
}
nav .nav-in .home-nav li a {
  font-family: 'MicrosoftYaHei', '微软雅黑';
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #363636;
}
nav .nav-in .home-nav .current {
  color: #ff6833;
  margin-right: 13px;
}

nav .nav-in .home-nav .current div{
  color: #ff6833;
  border-bottom: 2px solid #ff6833;
  height: 81px;
}
nav .nav-in .home-nav li a:hover {
  color: #666666;
}
nav .nav-in .text {
  font-family: '方正细谭黑简体';
  font-weight: 600;
  font-style: normal;
  font-size: 36px;
  float: left;
}
nav .nav-in a:hover{
  color: #333333;
}
/* 显示隐藏 */
.none {
  display: none;
}
.block {
  display: block;
}
.clearfix:after {
  content:".";
  display:block;
  height:0;
  visibility:hidden;
  clear:both;
}
/* 联系客服 */
hgroup .service {
  height: 1000px;
  position: fixed;
  right: 23px;
  top: 300px;
  z-index: 9999;
}
hgroup .service-button {
  width: 30px;
  padding: 26px 14px;
  text-align: center;
  background: #68a5fb;
  position: absolute;
  top: 0;
  left: -35px;
  cursor: pointer;
  font-weight: 409;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px;
}
hgroup .phone {
  width: 230px;
  height: 50px;
  line-height: 50px;
  border-radius: 3px;
  border: 1px solid #dedede;
  position: absolute;
  text-align: center;
  right: 50px;
  top: 59px;
  font-size: 18px;
  color: #333333;
  background: #ffffff;
}
hgroup .service-button-top {
  top: -163px;
  background: #2c7df1;
}
hgroup .service-button-top:hover {
	color:#fff;
}
hgroup .service-button img {
  margin-bottom: 5px;
}
hgroup .service-button-top a{
  font-size: 16px;
  color: #FFFFFF; 
  line-height: 20px;
}
hgroup .service-button-hidden {
  visibility: hidden;
}
hgroup .service-button-top a:hover {
  color: #fff;
}
hgroup .service-text {
  border-left: 1px solid #515151;
  background: #f5f5f5;
  height: 100%;
  width: 198px;
}
hgroup .service-text .block {
  position: relative;
}
hgroup .service-text h3 {
  font-size: 14px;
  color: #333333;
  text-align: center;
  padding-top: 18px;
}
hgroup .service-text .layer {
  background: url(/National_Library/oe_/https://fanyipro.pdf365.cn/img/u107.png) no-repeat;
  width: 52px;
  height: 20px;
  position: absolute;
  top: -6px;
  right: 20px;

}
hgroup .service-text img {
  display: block;
  margin: 34px auto 12px;
}
hgroup .service-text .service-qq {
  font-size: 16px;
  color: #333333;
}
hgroup .service-text .service-tel {
  font-size: 12px;
  color: #666666;
}
hgroup .service-text p {
  text-align: center;
}
.top-img {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.top-img-delete {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  background: #000;
	opacity: 0.01;
	filter: alpha(opacity=1);
}
.delete {
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 30px;
  right: 27px;
  cursor: pointer;
  background: url(/National_Library/oe_/https://fanyipro.pdf365.cn/img/u222.png) no-repeat;
}
/*人工翻译下拉*/
#artificial {
  position: absolute;
  background: #fff;
  width: 100%;
  top: 116px;
  z-index: 9999;
  height: 136px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
#artificial .artificial-k1 {
  width: 1050px;
  height: 138px;
  margin: 0 auto;
  overflow: hidden;
}
#artificial .artificial-k1 ul li {
  width: 100px;
  float: left;
  text-align: center;
  margin: 34px 34px 0 0 ;
  position: relative;
  cursor: pointer;
}
#artificial .artificial-k1 ul li a {
  display: block;
}
#artificial .artificial-k1 .red {
  color: #FF6833;
}
#artificial .artificial-k1 ul li .artificial-img {
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  display: inline-block;
}
#artificial .artificial-k1 ul li .icon {
  position: absolute;
  top: 4px;
  right: -13px;
}
#artificial .artificial-k1 .margin-r {
  margin-right: 0;
}
#artificial .artificial-k1 ul li p {
  font-style: normal;
  color: #515151;
  font-size: 14px;
}
.questionnaire {
  position: fixed;
	bottom: 130px;
	right: 65px;
}
.img365{
  position: relative;
  z-index: 99;
}
.questionnaire-close{
  position: fixed;
  bottom: 255px;
  right: 68px;
  cursor: pointer;
}
.serviceDescription {
  width: 84px;
	height: 40px;
	position: absolute;
	line-height: 40px;
	z-index: 99;
	left: 3px;
  top: 82px;
  background: #fff;
}
.serviceDescriptions {
  width: 84px;
	height: 40px;
	position: absolute;
	line-height: 40px;
	z-index: 99;
	left: 3px;
  top: 122px;
  background: #fff;
}