﻿* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
*::before,*::after{ padding:0; margin:0;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

html,
body {
  font-size: 62.5%;
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
a,
img {
  margin: 0;
  padding: 0;
  border: none;
}
body {
  background: #fff;
  font-family: 'Microsoft YaHei', 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', 'Arial', 'sans-serif';
  font-size: 1.4rem;
  color: #333;
  font-weight: normal;
}
textarea,
input {
  font-family:  'Microsoft YaHei',"Arial", "sans-serif";
  color: #333;
  font-size: 1.4rem;
  padding: 0;
  margin: 0;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  display: block;
}
input[type="checkbox"],
input[type="radio"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select,
input:focus,
textarea:focus {
  outline: none;
}
textarea {
  overflow: auto;
  resize: none;
}
textarea::-webkit-scrollbar {
  width: 4px;
}
textarea::-webkit-scrollbar-button {
  display: none;
}
textarea::-webkit-scrollbar-thumb {
  background: #dac3b6;
}
select::-ms-expand {
  display: none;
}
article,
aside,
dialog,
header,
section,
nav,
figure,
menu {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.4rem;
  color: #333;
  font-weight: normal;
}
a,
a:link,
a:visited,
a:focus,
a:active,
a:hover {
 /* font-family: "Microsoft YaHei", "Arial", arial;*/
  /*color: #333;*/
 /* font-size: 1.4rem;*/
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #0079d5;
}
a {
 /* -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;*/
  color:#333333;
}
video,
iframe,
img {
  max-width: 100%;
}
.c_l{ clear:both; font-size:0; overflow:hidden; height:0;}
.divhidden{ display:none;}
.f77{ font-size:77px;}
.f64{ font-size:64px;}
.f62{ font-size:62px;}
.f60{ font-size:60px;}
.f55{ font-size:55px;}
.f52{ font-size:52px;}
.f50{ font-size:50px;}
.f48{ font-size:48px;}
.f46{ font-size:46px;}
.f45{ font-size:45px;}
.f44{ font-size:44px;}
.f42{ font-size:42px;}
.f40{ font-size:40px;}
.f38{ font-size:38px;}
.f36{ font-size:36px;}
.f34{ font-size:34px;}
.f32{ font-size:32px;}
.f30{ font-size:30px;}
.f29{ font-size:29px;}
.f28{ font-size:28px;}
.f26{ font-size:26px;}
.f25{ font-size:25px;}
.f24{ font-size:24px;}
.f22{ font-size:22px;}
.wrap {
  max-width: 1680px;
  width: 96%;
  margin: 0 auto;
}
.wrap:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.wrap2 {
  max-width: 1400px;
  width: 96%;
  margin: 0 auto;
}
.wrap2:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.wrap3 {
  max-width: 1800px;
  width: 96%;
  margin: 0 auto;
}
.wrap3:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.wrap12 {
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
}
.wrap12:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.scrollbar::-webkit-scrollbar {
    width: 3px;
    background-color: #dddddd;
}
/*定义滚动条轨道 内阴影+圆角*/
.scrollbar::-webkit-scrollbar-track {
    border-radius: 3px;
    background-color: #dddddd;
}
/*定义滑块 内阴影+圆角*/
.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #4293f4;
}
/*滑块效果*/
.scrollbar::-webkit-scrollbar-thumb:hover {
    border-radius: 3px;
    background-color: #4293f4;
}
.lzpic2 {
  display: none;
}
.picc {
  overflow: hidden;
}
.picc img {
  width: 100%;
  display: block;
}
.picc span {
  display: block;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.row:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.col {
  float: left;
}
.col1 {
  width: 8.33333333%;
}
.col2 {
  width: 16.66666667%;
}
.col3 {
  width: 25%;
}
.col4 {
  width: 33.33333333%;
}
.col5 {
  width: 41.66666667%;
}
.col6 {
  width: 50%;
}
.col7 {
  width: 58.33333333%;
}
.col8 {
  width: 66.66666667%;
}
.col9 {
  width: 75%;
}
.col10 {
  width: 83.33333333%;
}
.col11 {
  width: 91.66666667%;
}
.col12 {
  width: 100%;
}
.l {
  float: left;
}
.r {
  float: right;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.tac {
  text-align: center;
}
.hide {
  display: none;
}
.table {
  display: table;
  height: 100%;
  width: 100%;
}
.td {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.swiper-pagination-bullet,
.swiper-button-prev,
.swiper-button-next {
  outline: none;
}
.tynodata {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  margin-top: 13%;
  margin-bottom: 13%;
  background: url("../images/nodata.png") center top no-repeat;
  background-size: auto 169px;
  padding-top: 180px;
}
.tynodata .tytitle {
  color: #555555;
  font-size: 18px;
  overflow: hidden;
  margin-top: 2%;
  line-height: 26px;
}
.tynodata .tydesc {
  color: #999999;
  font-size: 14px;
  overflow: hidden;
  line-height: 24px;
  margin-top: 5px;
}
.clearfix:after { content: "."; display: block; height: 0; visibility: hidden; clear: both;font-size: 0;}
.clearfix { zoom: 1; }
@media screen and (max-width: 640px) {
  .tynodata {
    background-size: auto 130px;
    padding-top: 140px;
    margin-top: 15%;
    margin-bottom: 15%;
  }
}
.rbtn {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}
.rbtn:hover::after {
  width: 100%;
}
.rbtn input,
.rbtn span {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  display: block;
  background: none;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.rbtn::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 0;
  height: 100%;
  background: #dac3b6;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.rbtn.w::after {
  background: #fff;
}
.article {
  line-height: 30px;
  font-size: 1.6rem;
}
.main-filter {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: none;
  background: url("/source/6ba850e8822b2dc918f543edac9849fa/mainFilter.png");
}
.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.header:hover .language-flag span{ color:#333;}
.header:hover .change-language-title a{ color:#333;}

@keyframes menubtn-line1 {
  0% {
    width: 18px;
  }
  100% {
    width: 0px;
  }
}
@-o-keyframes menubtn-line1 {
  0% {
    width: 18px;
  }
  100% {
    width: 0px;
  }
}
@-moz-keyframes menubtn-line1 {
  0% {
    width: 18px;
  }
  100% {
    width: 0px;
  }
}
@-webkit-keyframes menubtn-line1 {
  0% {
    width: 18px;
  }
  100% {
    width: 0px;
  }
}
@keyframes menubtn-line2 {
  0% {
    width: 14px;
  }
  50% {
    width: 18px;
  }
  100% {
    width: 0px;
  }
}
@-o-keyframes menubtn-line2 {
  0% {
    width: 14px;
  }
  50% {
    width: 18px;
  }
  100% {
    width: 0px;
  }
}
@-moz-keyframes menubtn-line2 {
  0% {
    width: 14px;
  }
  50% {
    width: 18px;
  }
  100% {
    width: 0px;
  }
}
@-webkit-keyframes menubtn-line2 {
  0% {
    width: 14px;
  }
  50% {
    width: 18px;
  }
  100% {
    width: 0px;
  }
}
/*头部*/
.header {
  width: 100%;
  height: 130px;
  position: fixed;
  top: 0;
  left: 0;
  /*z-index: 90;*/z-index: 105;
  padding: 0 38px;
}
.header:hover{ background:#fff; border-bottom:1px solid #eeeeee; /*height:90px;*/ }
.header.top {
  top: -140px;
}
.header .logo {
  float: left;
  overflow: hidden;
  max-height: 93px;width: 100px;
  margin-top: 23px;
}
.header .logo img {
  height: 100%;  
}
.header .nav .sub .header_dl dl dd ul{ visibility:hidden; box-shadow: -7px 10px 10px #dedede; background-color:#fff; position:absolute;left:100%;top:0; border-radius:0;}
.header .nav .sub .header_dl dl dd ul li a{ text-align:left;}
.header .nav .sub .header_dl dl dd ul em{ color:#666; font-style:normal; font-size:14px;}
.header .nav .sub .header_dl dl dd:hover ul{ visibility:visible;}
.header .nav .sub .header_dl dl dd{ position:inherit;}
/*.header:hover .logo{ height:70px; margin-top:10px;}*/
.header .top_add{ float:right; margin-top:30px; margin-left:5px; background:#0079d5; width:92px; text-align:center; color:#fff; font-size:16px; height:40px; line-height:40px; border-radius:6px; position:relative; z-index:0;}
.header .top_add:after{position:absolute; content: ''; left:0%; top:0; width:0; height:100%; background:rgba(255,255,255,0.3);transition: all .3s ease-out 0s;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s; z-index:-1;}
.header .top_add:hover:after{ width:100%;}
.header .search-box {
  float: right;
  margin-top: 45px;
  position: relative;
  margin-left:30px;
}
/*.header:hover .search-box{ margin-top:25px;}*/
.header .search-box .search-btn {
  width: 40px;
  height: 40px;
  background: url("/source/4ef3560c687f855fbbba202611cb3f2d/search.png") no-repeat center;
  cursor: pointer;
  background-size:21px 19px;
}
.header:hover .search-box .search-btn{ background-image:url("/source/b6b54af5211ee5e76ab47b548e8b70b2/search_on.png");}
.header:hover .search-box:hover .search-btn{ background-image:url("/source/f77ea0b19b8ef8c6e76eb9e33c94a440/search2.png");}
.header.small .search-box .search-btn { background-image:url("/source/b6b54af5211ee5e76ab47b548e8b70b2/search_on.png");}
.header.small .search-box:hover .search-btn{ background-image:url("/source/f77ea0b19b8ef8c6e76eb9e33c94a440/search2.png");}
.header.small .search-box .search-bar{ top:64px;}
.header .search-box .search-bar {
  width: 600px;
  height: 70px;
  position:absolute;
 right:-14px;
  top: 83px;
  z-index: 95;
  background: #fff;
  padding: 10px;
  display: none;
  
}
.header .search-box .search-bar .close {
  width: 50px;
  height: 50px;
  float: right;
  background: url("../images/close.png") no-repeat center;
  background-size: 20px auto;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.header .search-box .search-bar .close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.header .search-box .search-bar .btn {
  width: 50px;
  height: 50px;
  float: left;
  background: url("/source/4ef3560c687f855fbbba202611cb3f2d/search.png") no-repeat center #0079d5;
}
.header .search-box .search-bar .btn input {
  width: 100%;
  height: 100%;
  background: none;
  cursor: pointer;
}
.header .search-box .search-bar .inpu {
  width: 100%;
  padding: 0 60px;
}
.header .search-box .search-bar .inpu input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  font-size: 1.6rem;
  background: #eee;
}
.header .search-box .search-bar .inpu input::-webkit-input-placeholder {
  color: #aaaaaa;
}
.header .search-box .search-bar .inpu input:-moz-placeholder {
  color: #aaaaaa;
}
.header .search-box .search-bar .inpu input::-moz-placeholder {
  color: #aaaaaa;
}
.header .search-box .search-bar .inpu input:-ms-input-placeholder {
  color: #aaaaaa;
}
.header .menu-btn {
  width: 40px;
  height: 40px;
  position: relative;
  float: right;
  margin-top: 48px;
  cursor: pointer;
  display:none;
}
.header .menu-btn span {
  width: 18px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 10px;
  top: 14px;
  z-index: 2;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.header:hover .menu-btn span{ background:#3e3a39;}

.header .menu-btn span.line2 {
  top: 19px;
  width: 14px;
}
.header .menu-btn span.line3 {
  top: 24px;
}
.header .menu-btn:hover span.line1 {
  animation: menubtn-line1 0.8s infinite alternate;
  -o-animation: menubtn-line1 0.8s infinite alternate;
  -moz-animation: menubtn-line1 0.8s infinite alternate;
  -webkit-animation: menubtn-line1 0.8s infinite alternate;
}
.header .menu-btn:hover span.line2 {
  animation: menubtn-line2 1.2s infinite alternate;
  -o-animation: menubtn-line2 1.2s infinite alternate;
  -moz-animation: menubtn-line2 1.2s infinite alternate;
  -webkit-animation: menubtn-line2 1.2s infinite alternate;
}
.header .menu-btn:hover span.line3 {
  animation: menubtn-line1 0.6s infinite alternate;
  -o-animation: menubtn-line1 0.6s infinite alternate;
  -moz-animation: menubtn-line1 0.6s infinite alternate;
  -webkit-animation: menubtn-line1 0.6s infinite alternate;
}


.header .nav {
  text-align: center;
}
.header .nav .tit {
  display: none;
}
.header .nav > ul {
  display: inline-block; vertical-align:top;
}
.header .nav > ul > li {
  float: left;
  position: relative;
 /* margin: 0 25px;*/
}
/*.header .nav > ul > li#m1{ display:none;}*/
.header .nav > ul > li > a {
  height: 130px;
  line-height: 130px;
  margin: 0 20px;
  display: block;
  font-size: 20px;
  color: #fff;
  overflow: hidden;
  -webkit-transition-duration: 0.0s;
  -moz-transition-duration: 0.0s;
  -ms-transition-duration: 0.0s;
  -o-transition-duration: 0.0s;
  transition-duration: 0.0s;
  position:relative; text-align:center;
 
 
}
.header:hover .nav > ul > li > a{ color:#333333; /*height:90px; line-height:90px;*/}
.header .nav > ul > li > a:after{ content:""; position:absolute; bottom:0; left:50%; right:50%; width:0%; height:2px; background:#0079d5;}
.header:hover .nav > ul > li.on > a:after{ width:100%; left:0; right:0;transition:all 0.3s;}
.header.small .nav > ul > li.on > a:after{ width:100%; left:0; right:0;transition:all 0.3s;}
/*.header .nav > ul > li.on > a:after{ width:100%; left:0; right:0;transition:all 0.3s;}*/
/*.header .nav > ul > li#m2:hover > a:after,.header .nav > ul > li#m3:hover > a:after,.header .nav > ul > li#m5:hover > a:after,.header .nav > ul > li#m6:hover > a:after,.header .nav > ul > li#m7:hover > a:after{ display:none;}*/
/*.header .nav > ul > li#m7 > a{ min-width:98px;}*/
.header .nav > ul > li:hover > a{ color:#0079d5;}
.header .nav > ul > li.on > a{ color:#0079d5;}
.header .nav > ul > li:hover > a span{transform:translateY(0%);}
.header .nav > ul > li > a span{ display:block;position:relative;transition: all 0.4s;height:130px; text-transform:uppercase; font-weight:bold; }
.header .nav > ul > li > a span:after{content:attr(data-title);position:absolute;left:0;transform:translateY(100%);width:100%;top:0; /*color:#911176;*/}
.header .nav > ul > li.on > a span{transform:translateY(-100%);}
/*.header:hover .nav > ul > li > a span{ height:90px;}*/
.header .nav > ul > li .arrow {
  display: none;
}
.header .nav .sub {
  min-width: 140px;
  position: absolute;
  top: 130px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 90;
  display: none;
  /*padding-top: 4px;*/
}
/*.header:hover .nav .sub { top:90px;}*/
.header .nav .sub ul {
  background: #fff;
  border-radius: 6px;
 /* padding: 4px 0;*/
  position: relative;
}
/*.header .nav .sub ul::after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #FFFFFF;
  border-width: 4px;
  margin-left: -4px;
}*/
.header .nav .sub li:last-child a {
  border-bottom: none;
}
.header .nav .sub li a {
  display: block;
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-size: 15px;
  white-space: nowrap;
  padding: 0 20px;
  color: #333;
  border-bottom: solid 1px #eee;
}
.header .nav .sub li a:hover {
  color: #fff; background:#0079d5;
}
.header .nav .sub .header_a{ /*overflow:hidden;*/ padding:20px; width:100%; background:#fff;}
.header .nav .sub .header_a .header_img{ float:left; width:440px; /*overflow:hidden;*/ margin-right:30px;}
.header .nav .sub .header_a .header_img img{display: block;width: 100%;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.header .nav .sub .header_a .header_img:hover img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.header .nav .sub .header_dl{/* overflow:hidden;*/ padding-top:0px; text-align:left;}
.header .nav .sub .header_dl dl dd{ display:block; height:54px; position:relative; }
.header .nav .sub .header_dl dl dd a{display: block;height: 54px; line-height: 54px; font-size: 16px;white-space: nowrap;padding: 0 20px; color: #333333;border-bottom:1px solid #dddddd; background:url("../images/top_bg1.png") right 4px center no-repeat;}
.header .nav .sub .header_dl dl dd a:hover{ color:#0079d5; background-image:url("../images/top_bg1_on.png");}
.header .search-box,
.header .menu-btn,
.header .logo,
.header {
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.header.small {
 /* background: url("/source/6ba850e8822b2dc918f543edac9849fa/mainFilter.png");*/ background:#fff;
  height: 90px;/*box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08);*/border-bottom:1px solid #eeeeee; 
}
.header.small .logo {
  margin-top: 11px;
  height: 67px;
}
.header.small .logo #logo2{ display:block;}
.header.small .menu-btn span{ background:#3e3a39;}
.header.small .top_add{ margin-top:20px;}
.header.small .menu-btn,
.header.small .search-box {
  margin-top: 25px;
}
.header.small .nav > ul > li > a {
  height: 90px;
  line-height: 90px; color:#3e3a39;
}
.header.small .nav > ul > li > a span{ height:90px;}
.header.small .nav > ul > li.on > a{color:#0079d5;}
.header.small .nav .sub {
  top: 90px;
}
/*语言下拉2*/
.header .language{float: right;position: relative; margin-left:25px; margin-top:55px;}
.small .language{margin-top:2%;}
.small .language-flag span{ color:#333;}
.small .change-language-title a{ color:#333;}
.f-ke {
  display: none;
}

#mpbiela{display:none;}
#mpbiela1{display:none;}
.header .top-main#showopen .language{ display:none;}
.header .language .btn{height: 130px; line-height:130px; cursor: pointer; background-size:8px 5px;transition:all 0.4s; color:#fff; font-size:20px;padding-left:22px; position:relative; font-family:Arial; font-weight:normal;}
.header.small .language .btn{  color:#000;height: 90px; line-height:90px;}
.header:hover .language .btn{color:#000;}
.header .language:hover .btn{ color:#5a5a5a;}
.header .language .btn:after{ content:""; position:absolute; width:22px; height:100%; top:0; left:0; background:url("/source/edb979b01ff5c524355d176e559610e5/top_bg3.png") left center no-repeat; background-size:22px 22px;}
.header.small .language .btn:after{ background-image:url("/source/67aedc6c3a14acd72b6501bee9f2ea86/top_bg3_on.png");}
.header:hover .language .btn:after{ background-image:url("/source/67aedc6c3a14acd72b6501bee9f2ea86/top_bg3_on.png");}
.header .language:hover .btn:after{ background-image:url("/source/be893e7567ce08ac59cebac6ac491ba6/top_bg3_on2.png");}

.header .language .on{height: 130px; line-height:130px; cursor: pointer; background-size:8px 5px;transition:all 0.4s; color:#fff; font-size:20px;padding-left:22px; position:relative; font-family:Arial; font-weight:normal;}
.header.small .language .on{  color:#000;height: 90px; line-height:90px;}
.header:hover .language .on{color:#000;}
.header .language:hover .on{ color:#5a5a5a;}
.header .language .on:after{ content:""; position:absolute; width:22px; height:100%; top:0; left:0; background:url("/source/edb979b01ff5c524355d176e559610e5/top_bg3.png") left center no-repeat; background-size:22px 22px;}
.header.small .language .on:after{ background-image:url("/source/67aedc6c3a14acd72b6501bee9f2ea86/top_bg3_on.png");}
.header:hover .language .on:after{ background-image:url("/source/67aedc6c3a14acd72b6501bee9f2ea86/top_bg3_on.png");}
.header .language:hover .on:after{ background-image:url("/source/be893e7567ce08ac59cebac6ac491ba6/top_bg3_on2.png");}


@media(max-width: 1200px) {
#mpbiela{display:block;}
.change-language-title{display:none;}	
.ot{ visibility:visible !important; opacity:1 !important;position: fixed !important; width:100% !important;}
	
	}



@media(max-width:1700px){.header .nav > ul > li > a{margin: 0 20px;}}


@media(max-width:1200px){.header .language{height: 30px;line-height: 30px;margin-top:0px;}}






/*尾部*/
.f_bg{ background:#242933;color:#878d99; font-size:15px;clear:both; padding-top:59px; text-align:left; }
.f_bg_div{ max-width:1680px; width:96%; margin:0 auto;}
.f_bg a{color:#8a8f99; text-decoration:none;transition:all 0.3s;}
.f_bg a:hover{ color:#fff;}
.f_bg .h2{ height:76px; line-height:76px; font-weight:bold; font-size:20px;color:#fff; overflow:hidden; position:relative; }
.f_bg .f_m{ float:left;width:calc(96% - 290px);width:-webkit-calc(96% - 290px);width:-moz-calc(96% - 290px); max-width:1070px; min-height:300px; position:relative;}
.f_bg .links{ float:left; width:33.333%;overflow:hidden; margin-bottom:2.8%;vertical-align:top;text-align:left;}
.f_bg .links.w1{ width:calc(25% - 20px);width:-webkit-calc(25% - 20px);width:-moz-calc(25% - 20px);}
.f_bg .links.w2{ width:80px;}
/*.f_bg .links.w3{ width:15.91%;}
.f_bg .links.w4{ width:13.2%;}*/
.f_bg .links ul li{ display:block; height:34px; line-height:34px; overflow:hidden;}
.f_bg .links ul li a{transition:all 0.3s; padding-right:5px;}
.f_bg .links ul li a:hover{ margin-left:5px; padding-right:0;}
.f_bg .f_div2_r{ text-align:left; float:right; width:290px;  margin-top:12px; font-size:16px; position:relative;}
.f_bg .f_div2_r:after{ content:""; height:100%; top:0; width:1px; position:absolute; left:0; margin-left:-80%; background:#30353f;}
.f_bg .f_div2_r .label{ display:block; height:30px; line-height:30px; overflow:hidden; padding-left:32px; background-position:left center; background-repeat:no-repeat; background-size:22px 20px; margin-top:13px; color:#878d99;}
.f_bg .f_div2_r .label.bgs1{ background-image:url("/source/fa4f4aa0fedc3cc981816c65c44881cd/foot_pic1.png");}
.f_bg .f_div2_r .label.bgs2{ background-image:url("/source/469668fd5fb9c38871d20c963e5e803e/foot_pic2.png");  margin-top:15px;}
.f_bg .f_div2_r .label.bgs3{ background-image:url("/source/d6e949e076c4212578f5f30c05c22eea/foot_pic3.png");  margin-top:55px;}
.f_bg .f_div2_r .tels{ margin-left:32px; color:#fff; font-family:Arial; line-height:40px; display:inline-block; vertical-align:top;}
.f_bg .f_div2_r .p{ line-height:26px; overflow:hidden; margin-left:32px;}
.f_div3{  line-height:24px; min-height:24px;   clear:both; padding-top:28px;padding-bottom:28px; border-top:1px solid #30353f;overflow:hidden; margin-top:90px; color:#666b76;}
.f_div3 a{ color:#666b76;}
.f_div3 a:hover{ color:#fff;}
.f_div3 em{ font-style:normal; margin-left:20px;}
.f_div3 .l span{ margin-left:8px;}
.f_div3 .l span label{ padding-left:8px; padding-right:8px;}
.f_bg .support a{ display:inline-block; padding-left:16px; padding-right:16px; position:relative;}
.f_bg .support a:after{ content:""; position:absolute; right:0; top:50%; margin-top:-7px; height:14px; width:1px; background:#666b76;}
.f_bg .support a:last-child{ margin-right:0; padding-right:0;}
.f_bg .support a:last-child:after{ display:none;}
.social-share{width:100%;float:left;margin-top:10px;}
.social-share ul li{float:left;margin-right:10px; border:solid 1px #878d99; border-radius:50%;width:40px;height:40px; text-align:center;line-height:40px;}
.social-share ul li .iconfont { font-size:20px;}

.gotop{ position:fixed; bottom:10%; right:1%; width:50px; height:50px; background:url("../images/gotop.png") no-repeat; background-size:100% 100%;
-webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; display:none; }
.gotop:hover{-webkit-transform:rotate(360deg); -ms-transform:rotate(360deg); -o-transform:rotate(360deg); -moz-transform:rotate(360deg); cursor:pointer; transform:rotate(360deg);}
@media screen and (max-width: 1680px) {
/*尾部*/
.f_bg .f_div2_r:after{ margin-left:-60%;}
}

@media screen and (max-width: 1600px) {
/*头部*/
.header .nav > ul > li > a{ margin:0 10px;}
.header{ padding:0 40px;}

}
@media screen and (max-width: 1580px) {
/*尾部*/
.f_bg .f_div2_r:after{  margin-left:-30%;}
}

@media screen and (max-width: 1400px) {
.f77{ font-size:67px;}
.f64{ font-size:54px;}
.f62{ font-size:52px;}
.f60{ font-size:50px;}
.f55{ font-size:45px;}
.f52{ font-size:42px;}
.f50{ font-size:41px;}
.f48{ font-size:40px;}
.f46{ font-size:38px;}
.f45{ font-size:37px;}
.f44{ font-size:37px;}
.f42{ font-size:37px;}
.f40{ font-size:36px;}
.f38{ font-size:34px;}
.f36{ font-size:32px;}
.f34{ font-size:31px;}
.f32{ font-size:30px;}
.f30{ font-size:29px;}
.f29{ font-size:27px;}
.f28{ font-size:25px;}
.f26{ font-size:24px;}
.f25{ font-size:23px;}
.f24{ font-size:22px;}
.f22{ font-size:20px;}
/*尾部*/
.f_bg{ font-size:14px; padding-top:40px; }
.f_bg .f_div2_r:after{  margin-left:-20%;}
/*头部*/
.header .nav > ul > li > a{ margin:0 5px;}
.header.small, .header{ padding:0 20px;}

}
@media screen and (max-width: 1200px) {
*{
	box-sizing: border-box;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.col.sm-col12{width: 100%; float: left;}
.col.sm-col1{width: 8.33333333%;}
.col.sm-col2{width: 16.66666667%;}
.col.sm-col3{width: 25%;}
.col.sm-col4{width: 33.33333333%;}
.col.sm-col5{width: 41.66666667%;}
.col.sm-col6{width: 50%;}
.col.sm-col7{width: 58.33333333%;}
.col.sm-col8{width: 66.66666667%;}
.col.sm-col9{width: 75%;}
.col.sm-col10{width: 83.33333333%;}
.col.sm-col11{width: 91.66666667%;}
/*.rbtn::after {
	display: none;
}*/

.f77{ font-size:60px;}
.f64{ font-size:50px;}
.f62{ font-size:48px;}
.f60{ font-size:46px;}
.f55{ font-size:40px;}
.f52{ font-size:38px;}
.f50{ font-size:37px;}
.f48{ font-size:36px;}
.f46{ font-size:35px;}
.f45{ font-size:35px;}
.f44{ font-size:34px;}
.f42{ font-size:33px;}
.f40{ font-size:32px;}
.f38{ font-size:30px;}
.f36{ font-size:28px;}
.f34{ font-size:27px;}
.f32{ font-size:26px;}
.f30{ font-size:25px;}
.f29{ font-size:24px;}
.f28{ font-size:23px;}
.f26{ font-size:22px;}
.f25{ font-size:22px;}
.f24{ font-size:21px;}
.f22{ font-size:19px;}

/*尾部*/
.f_bg{ padding-top:30px;}
.f_bg .h2{ height:50px; line-height:50px; font-size:15px;}
.f_bg .f_div2_r{ font-size:15px;}
.f_bg .f_m{ min-height:260px;}
.f_div3{ padding-top:15px; padding-bottom:15px; font-size:13px;}
.f_bg .support a{ padding-left:12px; padding-right:12px;}
.f_bg .f_div2_r:after{  margin-left:-10%;}
/*语言下拉2*/
.header .language{ margin-left:15px;}
.header .language .btn{height: 50px; line-height:50px;}
.header .language .list{ top:50px;}
.header.small .language .list{ top:50px;}
.header.small .language .btn{ height:50px; line-height:50px;}
.header .language .btn:after{ background-image:url("/source/37b7413a9d08038c80c2bfd8c6b46949/top_bg4.png");}
.header.small .language .btn:after{ background-image:url("/source/67aedc6c3a14acd72b6501bee9f2ea86/top_bg3_on.png");}
.header:hover .language .btn:after{ background-image:url("/source/67aedc6c3a14acd72b6501bee9f2ea86/top_bg3_on.png");}
.header:hover .language .btn{ height:50px; line-height:50px;}
.header:hover .language .list{ top:50px;}
.header .language .on{height: 50px; line-height:50px;}
.header.small .language .on{ height:50px; line-height:50px;}
.header .language .on:after{ background-image:url("/source/37b7413a9d08038c80c2bfd8c6b46949/top_bg4.png");}
.header.small .language .on:after{ background-image:url("/source/67aedc6c3a14acd72b6501bee9f2ea86/top_bg3_on.png");}
.header:hover .language .on:after{ background-image:url("/source/67aedc6c3a14acd72b6501bee9f2ea86/top_bg3_on.png");}
.header:hover .language .on{ height:50px; line-height:50px;}



/*头部*/
.header.small,
.header {
	height: 50px;
	z-index: 105;
	padding: 0 10px;
}
.header:hover{ height:50px;}
.header.top {
	top: -60px;
}
.header.small .logo,
.header:hover .logo,
.header .logo {
	height: 36px;
	margin-top: 7px;
}

.header.small .search-box,
.header:hover .search-box,
.header .search-box {
	margin: 0;
}
.header .search-box .search-btn {
	width: 40px;
	height: 50px; background-image:url("/source/8bede4af78ee2dcc1de6f25169d365c8/search3.png");
}
.header:hover .search-box .search-btn{ background-image:url("/source/2a257adb40e39a39c061193c7ff08a66/search_on2.png");}
.header.small .search-box .search-btn{background-image:url("/source/2a257adb40e39a39c061193c7ff08a66/search_on2.png");}
.header .search-box .search-bar {
	width: 100%;
	height: 50px;
	position: fixed;
	right: 0%;
	top: 0;
	z-index: 200;
	padding: 0px;

}
.header .search-box .search-bar .close{
	display: none;
}
.header .search-box .search-bar .btn{
	width: 50px;
	height: 50px;
	float: right;
}
.header .search-box .search-bar .inpu{
	height: 50px;
	padding: 0 50px 0 0;
}
.header .search-box .search-bar .inpu input {
	background: #fff;
	height: 50px;
	line-height: 50px;
	font-size:1.4rem;
}
.header.small .search-box .search-bar{ top:0;}
.header.small .menu-btn,
.header .menu-btn {
	margin-top: 5px; display:block;
}
.header .menu-btn:hover span.line1,
.header .menu-btn:hover span.line2,
.header .menu-btn:hover span.line3{}
.header .nav {
	width: 280px;
	height: 100%;
	overflow: auto;
	position: fixed;
	right: -280px;
	top: 0;
	bottom: 0;
	z-index: 105;
	background: #fff;
	margin: 0;
	padding: 0 0 20px 0;
	text-align: left;
}
.header .nav .tit {
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #0079d5;
	text-align: center;
	padding: 20px 0;
}
.header .nav > ul{
	display: block;
}
.header .nav > ul > li {
	width: 100%;
	float: none;
	margin: 0;
}
.header.small .nav > ul > li > a,
.header .nav > ul > li:hover >a,
.header:hover .nav > ul > li > a,
.header .nav > ul > li > a {
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding: 0 10px;
	border-bottom: solid 1px #ccc;
	color: #575757;
	text-indent: 20px;
	font-size:15px;
	margin:0;
	
}
.header .nav > ul > li > a:after{ display:none;}
.header .nav > ul > li > a span{ height:60px; text-align:left;}
.header:hover .nav > ul > li > a span{ height:60px;}
.header .nav > ul > li#m1{ display:block;}
.header .nav > ul > li .arrow{
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	background: url("/source/93d1b6887a8ae17bde4cea74edc0c556/arrow1.png") no-repeat center;
}
.header .nav > ul > li.now .arrow{
	transform: rotate(180deg);
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
}
.header.small .nav > ul > li > a span{ height:60px;}
.header .nav .sub {
	display: none;
	position: static;
	top: 0;
	left: 0;
	transform: translate(0%, 0%);
	-webkit-transform: translate(0%,0%);
	-moz-transform: translate(0%,0%);
	-ms-transform: translate(0%,0%);
	-o-transform: translate(0%,0%);
	padding: 0;
}
.header .nav .sub ul{
	border-radius: 0;
	padding: 0;
}
.header .nav .sub ul::after{
	display: none;
}
.header .nav .sub li a:hover,
.header .nav .sub li:last-child a,
.header .nav .sub li a {
	display: block;
	height: 50px;
	line-height: 50px;
	background: #eee;
	text-align: left;
	text-indent: 20px;
	border-bottom: solid 1px #ddd;
	color: #666; font-size:14px;
}

.header .top_add{ height:30px; line-height:30px; margin-top:10px; font-size:14px; margin-left:0px; margin-right:5px; width:80px;}
.header.small .top_add{ margin-top:10px;}
.header .nav .sub .header_a .header_img{ display:none;}
.header .nav .sub .header_a{ padding:0;}
.header .nav .sub .header_dl{ padding-top:0;}
.header .nav .sub .header_dl dl dd a{ padding-left:40px;}
.header .nav .sub .header_dl dl dd a{ font-size:14px;}

.wrapper.shiftLeft {
	margin-left: -200px;
}
.wrapper.shiftLeft .header {
	left: -280px;
	z-index: 105;
}
.wrapper.shiftLeft .header .nav {
	right: 0;
}
.wrapper,
.wrapper .header,
.wrapper .header .nav {
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
@media screen and (max-width: 1100px) {
.header .nav > ul > li > a {

  font-size: 16px;
}}

@media screen and (max-width: 1100px) {

/*尾部*/
.f_bg{  font-size:14px; padding-top:4%;}
.f_bg_div{ text-align:center;}
.f_bg .links{ display:none;}
.f_bg .f_m{ display:none;}
.f_bg .f_div2_r{ float:none; width:100%; margin-right:0; text-align:center; margin-top:0;}
.f_bg .f_div2_r .label{ display:inline-block; vertical-align:top;}
.f_bg .f_div2_r .label.bgs3{/* background-image:url("/source/469668fd5fb9c38871d20c963e5e803e/foot_pic2.png");*/ margin-top:15px;}
.f_bg .f_div2_r .tels{ display:block; margin-left:0;}
.f_bg .f_div2_r .p{ margin-left:0;}
.f_div3{ text-align:center; line-height:22px; padding-top:10px; padding-bottom:10px; }
.f_div3 .l{ float:none; display:block;}
.f_div3 .r{ float:none; display:block; overflow:hidden;}
.f_div3 .r a{ float:none; display:inline-block; vertical-align:top;}

}
@media screen and (max-width: 960px) {
.f77{ font-size:55px;}
.f64{ font-size:45px;}
.f62{ font-size:43px;}
.f60{ font-size:41px;}
.f55{ font-size:35px;}
.f52{ font-size:33px;}
.f50{ font-size:32px;}
.f48{ font-size:31px;}
.f46{ font-size:30px;}
.f45{ font-size:30px;}
.f44{ font-size:29px;}
.f42{ font-size:29px;}
.f40{ font-size:28px;}
.f38{ font-size:26px;}
.f36{ font-size:24px;}
.f34{ font-size:23px;}
.f32{ font-size:22px;}
.f30{ font-size:21px;}
.f29{ font-size:21px;}
.f28{ font-size:21px;}
.f26{ font-size:21px;}
.f25{ font-size:21px;}
.f24{ font-size:20px;}
.f22{ font-size:18px;}




/*语言下拉2*/
.header .language .btn{ font-size:18px;}
}

.f-ke{display:none;}
@media screen and (max-width:768px) {
.f-ke {width:100%;float:left;position:fixed;bottom:0;height:40px;line-height:30px;display:block;z-index:99999;}
.f-ke ul li {width:50%;float:left;text-align:center;line-height:40px;background-color:#333;}
.f-ke ul li.f-ke_a {background-color:#0079d5;}
.f-ke ul li a {color:#fff;}
}



@media screen and (max-width: 780px) {
.f77{ font-size:50px;}
.f64{ font-size:40px;}
.f62{ font-size:38px;}
.f60{ font-size:36px;}
.f55{ font-size:30px;}
.f52{ font-size:28px;}
.f50{ font-size:28px;}
.f48{ font-size:28px;}
.f46{ font-size:27px;}
.f45{ font-size:27px;}
.f44{ font-size:27px;}
.f42{ font-size:27px;}
.f40{ font-size:26px;}
.f38{ font-size:24px;}
.f36{ font-size:22px;}
.f34{ font-size:22px;}
.f32{ font-size:21px;}
.f30{ font-size:20px;}
.f29{ font-size:20px;}
.f28{ font-size:19px;}
.f26{ font-size:19px;}
.f25{ font-size:19px;}
.f24{ font-size:18px;}
.f22{ font-size:17px;}


/*尾部*/

}

@media screen and (max-width: 640px) {
.f77{ font-size:46px;}
.f64{ font-size:36px;}
.f62{ font-size:34px;}
.f60{ font-size:32px;}
.f55{ font-size:26px;}
.f52{ font-size:25px;}
.f50{ font-size:25px;}
.f48{ font-size:25px;}
.f46{ font-size:24px;}
.f45{ font-size:24px;}
.f44{ font-size:24px;}
.f42{ font-size:24px;}
.f40{ font-size:24px;}
.f38{ font-size:22px;}
.f36{ font-size:20px;}
.f34{ font-size:20px;}
.f32{ font-size:19px;}
.f30{ font-size:18px;}
.f29{ font-size:18px;}
.f28{ font-size:17px;}
.f26{ font-size:17px;}
.f25{ font-size:17px;}
.f24{ font-size:16px;}
.f22{ font-size:15px;}
.main .physician{ padding:6% 0;}
.main .pctitle .entit{ font-size:13px;margin: 5px 0 15px 0;}
.main .pctitle .line{ width:40px; height:3px;}
/*尾部*/
.f_bg{ font-size:13px;}
.f_bg .f_div2_r .label{ background-size:18px auto; padding-left:26px; height:26px; line-height:26px; margin-top:10px;}
.f_bg .f_div2_r .label.bgs2{ margin-top:12px;}
.f_bg .f_div2_r .tels{ font-size:20px; line-height:32px;}
.f_div3{ line-height:20px; font-size:12px; margin-top:5%;}
.f_div3 .l span{ margin-left:0; display:block; margin-top:4px;}
.gotop{ width:40px; height:40px;}
.gotop.actives{ display:block;}
/*语言下拉2*/
.header .language .btn{ font-size:16px;}
}
@media screen and (max-width: 520px) {

/*尾部*/
.f_bg{ font-size:12px;}
}
@media screen and (max-width: 480px) {
.f77{ font-size:42px;}
.f64{ font-size:32px;}
.f62{ font-size:30px;}
.f60{ font-size:28px;}
.f55{ font-size:22px;}
.f52{ font-size:21px;}
.f50{ font-size:21px;}
.f48{ font-size:21px;}
.f46{ font-size:20px;}
.f45{ font-size:20px;}
.f44{ font-size:20px;}
.f42{ font-size:20px;}
.f40{ font-size:20px;}
.f38{ font-size:20px;}
.f36{ font-size:18px;}
.f34{ font-size:18px;}
.f32{ font-size:17px;}
.f30{ font-size:16px;}
.f29{ font-size:16px;}
.f28{ font-size:15px;}
.f26{ font-size:15px;}
.f25{ font-size:15px;}
.f24{ font-size:15px;}
.f22{ font-size:14px;}


/*尾部*/
.f_bg{ padding-top:5%;}
.f_div3 .l span{ display:block;}
.f_bg .h2{ height:40px; line-height:40px;}

/*.foot_a .social-share .social-share-icon{width:24px; height:20px; line-height:20px;}*/
/*语言下拉2*/
.header .language{ margin-left:4px;}
.header .language .btn{ font-size:14px;}

}
#fp-nav {
	display: none;
}
.page .blank_h {
	height: 0;
}
.blank_h {
	height: 0;
}
footer .gotop.actives {
	display: none!important;
}
@media screen and (max-width: 360px) {
.f77{ font-size:40px;}
.f64{ font-size:30px;}
.f62{ font-size:28px;}
.f60{ font-size:26px;}
.f55{ font-size:20px;}
.f52{ font-size:20px;}
.f50{ font-size:20px;}
.f48{ font-size:20px;}
.f46{ font-size:19px;}
.f45{ font-size:19px;}
.f44{ font-size:19px;}
.f42{ font-size:19px;}
.f40{ font-size:19px;}
.f38{ font-size:19px;}
.f36{ font-size:18px;}
.f34{ font-size:17px;}
.f32{ font-size:16px;}
.f30{ font-size:15px;}
.f29{ font-size:15px;}
.f28{ font-size:14px;}
.f26{ font-size:14px;}
.f25{ font-size:14px;}
.f24{ font-size:14px;}
.f22{ font-size:13px;}
.main .pctitle .entit{ font-size:12px;}
/*尾部*/
.f_bg .h2{ font-size:15px;}
}


