﻿*, *:after, *:before {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	border: none;
}
body {
	background: #fff;
	font-family:'Microsoft YaHei',  'Arial', 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', 'sans-serif';
	;
	font-size: 14px;
	color: #333;
	font-weight: normal;
}
textarea,  input {
	font-family:'Microsoft YaHei', 'Arial', 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', '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 {
color: #333;

	text-decoration: none;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}
a:hover {
	color: #000;
}
a {
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
video,  iframe,  img {
	max-width: 100%;
}
.wrap {
	max-width: 1400px;
	width: 90%;
	margin: 0 auto;
}
.wrap:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.wrap2 {
	max-width: 1680px;
	width: 90%;
	margin: 0 auto;
}
.wrap2:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.wrap12 {
	max-width: 1200px; /*max-width:1600px;*/
	width: 90%;
	margin: 0 auto;
}
.wrap12:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.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;
}
.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;
}
 @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: rgba(255,255,255,0.1);
	-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(../images/mainFilter.png);
}
.wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 80px;
}
.sec2 .wrapper {
	padding-top: 80px;
}
.sec3 .wrapper {
	padding-top: 107px;
}
.sec4 .wrapper {
	padding-top: 166px;
}
 @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: 80px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 105;
	/* z-index: 90;*/

  /*padding: 0 60px;*/transition: all 0.4s;
	background: #fff;
	box-shadow: 0 1px 12px 0 rgba(0,0,0,.1);
}
/*.header:hover{ background:#fff;border-bottom:1px solid #e9e9e9; }*/

.header.top {
	top: -140px;
}
.header .logo {
	float: left;
	overflow: hidden;
	height: 22px;
	margin-top: 29px;
}
.header .logo img {
	height: 100%;
}
/*.header .logo #logo2{ display:none;}

.header:hover .logo #logo2{ display:block;}

.header:hover .logo #logo1{ display:none;}*/

.header .search-box {
	float: right;
	margin-top: 28px;
	position: relative;
	margin-right: 45px;
	margin-left: 140px;
}
/*.header .search-box:after{ content:""; position:absolute; left:-16px; top:13px; height:14px; width:1px; background:rgba(255,255,255,0.15);}*/

.header .search-box .search-btn {
	width: 24px;
	height: 24px;
	background: url(../images/search.png) no-repeat center;
	cursor: pointer;
	background-size: 18px 17px;
}
/*.header:hover .search-box .search-btn{ background-image:url(../images/search.png);}

.header.small .search-box .search-btn { background-image:url(../images/search.png);}*/

.header.small .search-box .search-bar .inpu input {
	height: 40px;
	line-height: 40px;
}
.header .search-box .search-btn:hover {
	background-image: url(../images/search_on.png);
}
.header .search-box .search-bar {
	width: 1060px;
	height: 64px;
	position: absolute;
	right: -10px;
	top: -20px;
	z-index: 95;
	background: #eee;
	padding: 7px 10px 7px 10px;
	display: none;
}
.header.small .search-box .search-bar {
	top: -15px;
	height: 54px;
}
.header.small .search-box .search-bar .inpu input {
	height: 40px;
	line-height: 40px;
}
.header.small .search-box .search-bar .btn {
	height: 40px;
}
/*.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: 24px;
	height: 50px;
	float: right;
	background: url(../images/search.png) no-repeat center;
	background-size: 18px auto;
}
.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 0 0;
}
.header .search-box .search-bar .inpu input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	font-size: 16px;
	background: #eee;
}
 .header .search-box .search-bar .inpu input::-webkit-input-placeholder {
 color: #414446;
}
 .header .search-box .search-bar .inpu input:-moz-placeholder {
 color: #414446;
}
 .header .search-box .search-bar .inpu input::-moz-placeholder {
 color: #414446;
}
 .header .search-box .search-bar .inpu input:-ms-input-placeholder {
 color: #414446;
}
.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 .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;
}
/*语言下拉2*/

.header .language {
	float: right;
	position: relative;
	padding-right: 9px;
	margin-top: 0px;
	
	min-width: 40px;
height: 80px;
line-height: 80px;
background-position: right center;
background-repeat: no-repeat;
cursor: pointer;
background-size: 10px 6px;
transition: all 0.5s;
background-image: url(../images/top_bg7.png);
color: #666666;
font-size: 16px;
padding-left: 25px;
position: relative;
font-weight: bold;
padding-right: 15px;
	
}
.header.small .language {
	margin-top: 0px;
}
.header .top-main#showopen .language {
	display: none;
}
/*.header .language:after{ content:""; position:absolute; right:0; height:14px; top:50%; margin-top:-7px; width:1px; background:#999999;}*/

.header .language .btn {
	min-width: 40px;
	height: 80px;
	line-height: 80px;
	background-position: right center;
	background-repeat: no-repeat;
	cursor: pointer;
	background-size: 10px 6px;/*transition:all 0.5s; */
	background-image: url(../images/top_bg7.png);
	color: #666666;
	font-size: 16px;/* padding-left:25px;*/
	position: relative; /*font-weight:bold;*/
	padding-right: 15px;
}

.header .language .list {
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	z-index: 5;
	width: 120px; /*padding-top: 4px; */
	text-align: center;
	display: none; background-color:#fff;max-height:300px; overflow-x:hidden;
}

.header.small .language .list {
	top: 80px;
}
.header .language ul {
	background: #fff;/*border-radius: 0 0 4px 4px; *//*padding: 4px 0;*/
	position: relative; /*box-shadow: 0 4px 14px 1px rgba(0, 0, 0, 0.01);*/
	border: 1px solid #ebeef5;
	border-radius: 4px;
	box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}
.header .language ul::after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position:fixed;
	pointer-events: none;
	border-color: rgba(255, 255, 255,1);
	border-bottom-color: #ccc;
	border-width: 6px;
	margin-left: -6px;
	margin-top: -6px;
}
.header .language li a {
	height: 36px;
	line-height: 36px;
	display: block;
	font-size: 14px;
	color: #606266;
}
.header .language li a:hover {
	color: #000;
	background: #ededed;
}
.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;
	padding: 0 22px;
}
.header .nav > ul > li > a {
	height: 80px;
	line-height: 80px;
	/* padding: 0 30px;*/

	display: block;
	font-size: 18px; font-weight:bold;
	color: #333;
	overflow: hidden;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
	position: relative;
	text-transform: capitalize;
}
.header .nav > ul > li > a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	right: 50%;
	width: 0%;
	height: 2px;
	background: #000000;
}
.header .nav > ul > li.on > a:after {
	width: 100%;
	left: 0;
	right: 0;
	transition: all 0.3s;
}
.header .nav > ul > li.on > a {
	color: #040000;
}
.header .nav > ul > li .arrow {
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/arrow1.png) center center no-repeat;
	background-size: 100% center;
	width: 9px;
	height: 100%;
	transition: all 0.3s;
}
.header .nav > ul > li.on .arrow {
	transform: rotate(180deg);
}
.header .nav .sub {
	width: 240px;
	position: absolute;
	top: 80px;
	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;
	border-top: 1px solid #ebebeb;/*padding-top:20px; */

}
/* .header .nav li#m5 .sub{ width:380px;} */

.header .nav .sub .top_a {  /*background:#fff;*/
	position: relative;/*box-shadow: 0 4px 10px 0 rgba(0,0,0,.2);*/
	text-align: left;
	padding-bottom: 70px;
}
.header .nav .sub .top_a .wrap12 {
	background: #fff;
	border-radius: 0 0 4px 4px;
}
/*.header .nav .sub .top_a:after{content: " ";  position: absolute; display: block; width: 0; height: 0; left:50%; margin-left: -12px; border-color: transparent transparent #f5f5f5; border-style: solid;  border-width: 0 12px 12px; top:-12px;}*/

.header .nav .sub .top_a .boxs {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 40px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.header .nav .sub .top_a .top_a_l {
	float: left;
	overflow: hidden;
	width: 400px;
	height: 100%;
	margin-top: 27px;
}
.header .nav .sub .top_a .top_a_l a {
	height: 50px;
	line-height: 49px;
	overflow: hidden;
	color: #666666;
	display: block; /*background-repeat:no-repeat; background-position:right 30px center; background-size:8px 13px; */
	text-indent: 10px;
	font-size: 16px;
	border-bottom: 1px solid #e5e5e5;
}
.header .nav .sub .top_a .top_a_l a:hover { /*background-image:url(../images/top_pic2.png); */
	background-color: #ededed;
	color: #000000;
}
.header .nav .sub .top_a .top_a_l a.tsel { /*background-image:url(../images/top_pic2.png);*/
	background-color: #ededed;
	color: #000000;
}
.header .nav .sub .top_a .top_a_r {
	overflow: hidden;
	padding-top: 27px;
	padding-left: 10px;
	padding-right: 10px;
}
.header .nav .sub .top_a .top_a_r .srcolls2 {
	overflow: hidden;
	overflow-y: auto;
	width: 100%;
	height: 250px;
}
 .header .nav .sub .top_a .top_a_r .srcolls2::-webkit-scrollbar {
width: 3px;
height: 10px;
}
 .header .nav .sub .top_a .top_a_r .srcolls2::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 205, 1.0);
}
 .header .nav .sub .top_a .top_a_r .srcolls2:hover::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 205, 0.7);
}
 .header .nav .sub .top_a .top_a_r .srcolls2::-webkit-scrollbar-thumb:hover {
background-color: rgba(0, 0, 205, 1.0);
-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1);
}
 .header .nav .sub .top_a .top_a_r .srcolls2::-webkit-scrollbar-track {
background-color:#dddddd;
}
.header .nav .sub .top_a .top_a_r .p {
	overflow: hidden;
	margin-bottom: 15px;
}
.header .nav .sub .top_a .top_a_r .p a {
	float: left;
	width: 32%;
	padding-left: 2%;
	padding-right: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	color: #666666;
	transition: all 0.3s;
	text-align: center;
}
.header .nav .sub .top_a .top_a_r .p a:nth-child(3n) {
	margin-right: 0;
}
.header .nav .sub .top_a .top_a_r .p a:hover {
	color: #040000;
}
.header .nav .sub .top_a .top_a_r .p .imgs {
	max-width: 200px;
	margin: 0 auto;
}
.header .nav .sub .top_a .top_a_r .p .imgs 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 .top_a .top_a_r .p a:hover .imgs 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 .top_a .top_a_r .p a .h4 {
	font-weight: normal;
	overflow: hidden;
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 10px;
}
.header .nav .sub ul {
	background: #fff;
	border-radius: 4px;
	/* padding: 4px 0;*/

	position: relative;
	box-shadow: 0 4px 10px 0 rgba(0,0,0,.2);
}
.header .nav .sub ul li { position:relative;}
.header .nav .sub ul li:hover ul{ visibility:visible;opacity: 1;}
.header .nav .sub ul li ul{ visibility:hidden; position:absolute;top:0;box-shadow: -7px 10px 10px #ccc;left:100%; opacity: 0;}
.header .nav .sub ul li ul li em{ font-style:normal;}


/*.header .nav .sub ul::after {

 content: " ";

    position: absolute;

    display: block;

    width: 0;

    height: 0;

    left:50%;

    margin-left: -12px;

    border-color: transparent transparent #f5f5f5;

    border-style: solid;

    border-width: 0 12px 12px;

 top:-12px;

}*/

.header .nav .sub li:last-child a {
	border-bottom: none;
}
.header .nav .sub li a {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 15px;
	white-space: nowrap;
	padding: 0 20px;
	color: #666666;
	border-bottom: solid 1px #e5e5e5;
}
.header .nav > ul > li .sub li a {
	color: #666666;
}
.header .nav > ul > li .sub li a:hover {
	color: #000000;
	background: #ededed;
}
.header .search-box,  .header .menu-btn,  .header .logo,  .header .language .btn,  .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(../images/mainFilter.png);*/ background: #fff;
	height: 80px;/*box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);*/ /*border-bottom:1px solid #e9e9e9;*/
}
/*.header.small .logo {

  margin-top: 20px;

  height: 40px;

}

.header.small .logo #logo2{ display:block;}

.header.small .logo #logo1{ display:none;}*/

.header.small .menu-btn span {
	background: #3e3a39;
}
.header.small .menu-btn,  .header.small .search-box {
	margin-top: 28px;
}
.header.small .search-box:after {
	background: #ccc;
}
.header.small .nav > ul > li > a {
	height: 80px;
	line-height: 80px;/* color:#333;*/
}
/*.header.small .nav > ul > li.on > a{ color:#333333;}

.header.small .nav > ul > li.on:hover > a{ color:#fff;}*/

.header.small .nav .sub {
	top: 80px;
}
.header .header_job {
	float: right;
	height: 30px;
	line-height: 30px;
	color: #2aa4f3;
	font-size: 16px;
	border-radius: 6px;
	border: 1px solid rgba(116,38,3,.1);
	margin-top: 26px;
	margin-left: 19px;
	transition: all 0.3s;
	padding: 0 10px;
	position: relative;
}
.header .header_job:after {
	height: 24px;
	width: 1px;
	content: "";
	position: absolute;
	left: -11px;
	top: 50%;
	margin-top: -12px;
	background: #efefef;
}
/*.header:hover .header_job{ background:#2aa4f3;}*/

.header .header_job:hover {
	border: 1px solid rgba(255,119,46,.8)
}
/*.header.small .header_job{ margin-top:21px;}*/

.icon-wechat .wechat-qrcode {
	display: none;
	border: 1px solid #eee;
	position: absolute;
	bottom: 40px;
	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: 9;
	width: 140px;
	color: #666;
	font-size: 12px;
	text-align: center;
	background-color: #fff;
	transition: all 200ms;
	-webkit-tansition: all 350ms;
	-moz-transition: all 350ms;
}
.icon-wechat .wechat-qrcode.bottom {
	top: 40px;
	left: -84px;
}
.icon-wechat .wechat-qrcode.bottom:after {
	display: none;
}
.icon-wechat .wechat-qrcode h4 {
	font-weight: normal;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	background-color: #f3f3f3;
	margin: 0;
	padding: 0;
	color: #777777;
}
.icon-wechat .wechat-qrcode .qrcode {
	width: 100px;
	margin: 10px auto;
}
.icon-wechat .wechat-qrcode .qrcode table {
	margin: 0 !important;
}
.icon-wechat .wechat-qrcode .help {
	display: none;
}
.icon-wechat .wechat-qrcode:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: -13px;
	width: 0;
	height: 0;
	border-width: 8px 6px 6px 6px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	display: none;
}
.icon-wechat:hover .wechat-qrcode {
	display: block;
}
.lzpic1 img {
	width: 100%;
	opacity: 1;
	filter: Alpha(opacity=1);
}
.banner img {
	width: 100%;
	display: block;
}
.banner .lzpic1,  .banner .lzpic2 {
	background: none;
}
.banner .lzpic1 {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 100%;
}
.banner.full .lzpic1,  .banner.sm-full .lzpic1,  .banner.full .lzpic2,  .banner.sm-full .lzpic2 {
	background: no-repeat center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
.banner.sm-full .lzpic2 img,  .banner.full .lzpic1 img {
	display: none;
}
.main .banner {
	position: relative;
}
.main .banner .anim-1 {
	filter: alpha(opacity=0);
	opacity: 0;
}
.main .banner .swiper-slide-active .anim-1 {
	animation: mymove6 0.6s;
	-webkit-animation: mymove6 0.6s linear;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	animation-delay: 0.2s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-delay: 0.2s;
}
.main .banner .wrap2 {
	position: relative;
}
.main .banner:hover .btn {
	opacity: 1.0;
	filter: Alpha(opacity=100);
}
.main .banner .btn {
	position: absolute;
	top: 50%;
	right: 0px;
	z-index: 10;
	width: 100%;
	transition: all 0.3s;
	opacity: 0;
	filter: Alpha(opacity=0);
}
.main .banner:hover .btn .boxs {
	width: 98%;
}
.main .banner .btn .boxs {
	margin: 0 auto;
	width: 99%;
	transition: all 0.3s;
}
.main .banner .btn .wrap2 {
	position: relative;
}
.main .banner .swiper-button-prev,  .main .banner .swiper-button-next,  .main .banner .swiper_button_play {
	width: 60px;
	height: 60px;
	/* margin: 0 0 0 10px;*/ font-size: 30px;
	color: #fff;
	border-radius: 50%;
	background: no-repeat center;
	background-size: 12px auto;
	position: static;
	margin-top: -30px;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
	background-color: rgba(31,45,61,.11)
}
.main .banner .swiper-button-prev {
	background-image: url(../images/arrow2.png);
	float: left;
}
.main .banner .swiper-button-prev:hover {
	/*opacity:0.8;filter:Alpha(opacity=80);*/background-color: rgba(31,45,61,.23)
}
.main .banner .swiper-button-next {
	background-image: url(../images/arrow3.png);
	float: right;
}
.main .banner .swiper-button-next:hover {
	/*opacity:0.8;filter:Alpha(opacity=80);*/background-color: rgba(31,45,61,.23)
}
.main .banner .swiper_button_play {
	background-image: url(../images/play.png);
	float: left;
	cursor: pointer;
}
.main .banner .swiper_button_play#on {
	background-image: url(../images/play.png);
}
.main .banner .down {
	width: 26px;
	height: 52px;
	position: absolute;
	left: 50%;
	bottom: 50px;
	z-index: 10;
	cursor: pointer;
	margin-left: -13px;
}
.main .banner .down span {
	height: 42px;
	background: url(../images/banner_down.png) no-repeat 0 center;
	background-size: 100% auto;
	display: block;
}
.main .banner .down:hover span {
	animation: banner-down 0.6s infinite alternate;
	-o-animation: banner-down 0.6s infinite alternate;
	-moz-animation: banner-down 0.6s infinite alternate;
	-webkit-animation: banner-down 0.6s infinite alternate;
}
.main .banner .swiper-slide {
	position: relative;
}
.main .banner .swiper-slide .table {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: left;
}
.main .banner .swiper-slide .table .td {
	display: block;
}
.main .banner .swiper-slide .txt {
	/*font-size: 5.5rem;*/

	color: #fff;
	width: 100%;
	text-align: left;
	letter-spacing: -1px;
}
.main .banner .swiper-slide .txt span {
	position: relative;
	display: inline-block;
	line-height: 1;
}
.main .banner .swiper-slide .txt span:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #fff;
	transition: all 0.5s;
}
.main .banner .swiper-slide .txt span:nth-child(3):after {
	transition-delay: 0.4s;
}
.main .banner .swiper-slide .txt span:nth-child(5):after {
	transition-delay: 0.9s;
}
.main .banner .swiper-slide .txt:hover span:after {
	width: 100%;
}
.main .banner .swiper-slide .desc {
	/*font-size: 5.5rem;*/

	color: #fff;
	letter-spacing: 1px;
	font-weight: normal;
	margin-top: 1%;
	text-align: left
}
.main .banner .swiper-slide .desc span {
	display: inline-block;
	line-height: 1;
}
.main .banner .swiper-slide .rbtn {
	padding: 0 40px;
	min-width: 196px;
	background: #fff;
	display: inline-block;
	font-size: 1.6rem;
	color: #fff;
	margin-top: 3%;
	background: url(../images/banner_bg1.png) no-repeat;
	background-size: cover;
}
.main .banner .swiper-slide .rbtn span {
	height: 54px;
	line-height: 54px;
	padding: 0 26px;/*background: url(../images/arrow4.png) no-repeat right 8px center;*/

}
.main .banner .swiper-slide .rbtn:hover span {
	/*background: url(../images/arrow5.png) no-repeat right center;*/

	color: #fff;
}
.main .pctitle {
	text-align: center;
}
.main .pctitle .title {
/*font-size: 3.6rem;*/

}
.main .pctitle .entit {
	opacity: .4;
	margin: 10px 0 22px 0;
}
.main .pctitle .line {
	width: 52px;
	height: 5px;
	background: #eaeaea;
	margin: 0 auto;
}
.main .physician {
	padding: 62px 0;
}
/*内页导航*/

.sec2 .header {
	background: #fff;/*border-bottom:1px solid #dddddd;*/
}
/*.sec2 .header .logo #logo2{ display:block;}

.sec2 .header .logo #logo1{ display:none;}*/

.sec2 .header .nav > ul > li.on > a:after {
	width: 100%;
	left: 0;
	right: 0;
	transition: all 0.3s;
}
.sec2 .header .language .btn {
	background-image: url(../images/top_bg7.png);
	color: #999999;
}
/*.sec2 .header .language .btn:after{background-image: url(../images/top_bg3_on.png);}

.sec2 .header .language:hover .btn:after{ background-image:url(../images/top_bg3_on2.png);}*/

.sec2 .header .nav > ul > li > a {
	color: #666;
}
.sec2 .header .nav > ul > li.on > a {
	color: #040000;
}
.sec2 .header .nav > ul > li:hover > a {
	color: #fff;
}
.sec2 .header .search-box .search-btn {
	background-image: url(../images/search.png);
}
.sec .header {
	height: 80px;
	background: #fff;
}
.sec .header.small {
	height: 80px;
}
.sec .header .menu-btn, .sec .header .search-box {
	margin-top: 22px;
}
.sec .header .language .btn {
	height: 24px;
	line-height: 24px;
	color: #333; /*background-image: url(../images/top_bg3_on.png);*/
}
/*.sec .header .search-box .search-btn{background-image: url(../images/search_on.png);}*/

.sec .header .language .list {
	top: 70px;
}
/*.sec .header .logo #logo2{ display:block;}

.sec .header .logo #logo1{ display:none;}*/

.sec .header .nav > ul > li.on > a:after {
	width: 100%;
	left: 0;
	right: 0;
	transition: all 0.3s;
}
.sec .header .nav > ul > li > a {
	color: #666;
}
.sec .header .nav > ul > li:hover > a {
	color: #fff;
}
.sec .header .menu-btn span {
	background: #3e3a39;
}
/*custom.css *********************************************************************************************************************************/

.f126 {
	font-size: 126px;
}
.f116 {
	font-size: 116px;
}
.f92 {
	font-size: 92px;
}
.f80 {
	font-size: 80px;
}
.f64 {
	font-size: 64px;
}
.f62 {
	font-size: 62px;
}
.f60 {
	font-size: 60px;
}
.f59 {
	font-size: 59px;
}
.f56 {
	font-size: 56px;
}
.f55 {
	font-size: 55px;
}
.f52 {
	font-size: 52px;
}
.f50 {
	font-size: 50px;
}
.f48 {
	font-size: 48px;
}
.f46 {
	font-size: 46px;
}
.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;
}
.f24 {
	font-size: 24px;
}
.f22 {
	font-size: 22px;
}
.divhidden {
	display: none;
}
.wrap {
	width: 96%;
}
.wrap2 {
	width: 96%;
}
.wrap12 {
	width: 96%;
}
.wrap3 {
	max-width: 1440px;
	width: 96%;
	margin: 0 auto;
}
.wrap3:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
/*导航关闭*/

/*.menu_btn .open .i{position:absolute; right:29px; width:22px; height:5px; margin-bottom: 5px; background:#fff;}

.menu_btn .open .i1{top:29px;}

.menu_btn .open .i2{top:39px;}

.menu_btn .open .i3{top:49px;}

.menu_btn:hover .i1{width:11px;}

.menu_btn:hover .i2{width:16px;}*/

.menu_btn {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	float: right;
	width: 40px;
	position: relative;
	margin-right: 0px;
	margin-top: 28px;
	display: none;
}
.menu_btn .nav-toggle .lines {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
}
.menu_btn .nav-toggle .lines .line {
	background: #333;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}
.menu_btn .nav-toggle .lines.open {
	margin: -11px 0 0 -11px;
	width: 22px;
	height: 25px;
	cursor: pointer;
}
.menu_btn .nav-toggle .lines.open .line {
	position: relative;
	width: 22px;
	height: 2px;
	-webkit-animation: open-in 0.3s cubic-bezier(0.18, 0.89, 0.67, 1.16) 0.3s 1 normal forwards;
	animation: open-in 0.3s cubic-bezier(0.18, 0.89, 0.67, 1.16) 0.3s 1 normal forwards;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}
.menu_btn .nav-toggle .lines.open .line+.line,  .menu_btn .nav-toggle .lines.open .line+.line+.line {
	margin-top: 5px;
}
.menu_btn .nav-toggle .lines.open .line:nth-child(2) {
	-webkit-animation-delay: 0.36s;
	animation-delay: 0.36s;
}
.menu_btn.is-opened .nav-toggle .open .line {
	-webkit-animation: open-out-1 0.4s linear 0s 1 normal forwards;
	animation: open-out-1 0.4s linear 0s 1 normal forwards;
	-webkit-transform: scaleX(1) translateX(0);
	transform: scaleX(1) translateX(0);
}
.menu_btn.is-opened .nav-toggle .open .line:nth-child(1) {
	-webkit-animation-delay: 0.16s;
	animation-delay: 0.16s;
}
.menu_btn.is-opened .nav-toggle .open .line:nth-child(2) {
	-webkit-animation-delay: 0.08s;
	animation-delay: 0.08s;
	-webkit-animation-name: open-out-2;
	animation-name: open-out-2;
}
.menu_btn .nav-toggle .lines.close {
	margin: -17px 0 0 -17px;
	width: 28px;
	height: 28px;
	-webkit-transform: rotateX(0.1deg) rotateZ(45deg);
	transform: rotateX(0.1deg) rotateZ(45deg);
	display: none;
}
.shiftLeft .menu_btn .nav-toggle .lines.close {
	display: block;
}
.menu_btn .nav-toggle .lines.close .line {
	position: absolute;
	background: #666;
}
.menu_btn .nav-toggle .lines.close .line:nth-child(1) {
	top: 0;
	left: 12px;
	width: 3px;
	height: 28px;
	-webkit-animation: close-out-1 0.3s linear 0.1s 1 normal forwards;
	animation: close-out-1 0.3s linear 0.1s 1 normal forwards;
}
.menu_btn .nav-toggle .lines.close .line:nth-child(2) {
	top: 12px;
	left: 0;
	width: 28px;
	height: 3px;
	-webkit-animation: close-out-2 0.3s linear 0s 1 normal forwards;
	animation: close-out-2 0.3s linear 0s 1 normal forwards;
}
.menu_btn.is-opened .nav-toggle .close .line:nth-child(1) {
	-webkit-animation: close-in-1 0.3s cubic-bezier(0.18, 0.89, 0.67, 1.16) 0.6s 1 normal forwards;
	animation: close-in-1 0.3s cubic-bezier(0.18, 0.89, 0.67, 1.16) 0.6s 1 normal forwards;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
}
.menu_btn.is-opened .nav-toggle .close .line:nth-child(2) {
	-webkit-animation: close-in-2 0.3s cubic-bezier(0.18, 0.89, 0.67, 1.16) 0.5s 1 normal forwards;
	animation: close-in-2 0.3s cubic-bezier(0.18, 0.89, 0.67, 1.16) 0.5s 1 normal forwards;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}
.menu_btn:hover .nav-toggle .i1 {
	width: 11px;
}
.menu_btne:hover .nav-toggl .i2 {
	width: 16px;
}
/*.broadside .menu_btn.on{position:fixed;}*/

/*视频弹窗*/

.mainFilter {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 100;
	display: none;
	background: url(../images/about_bg.png);
}
.popupVideo {
	max-width: 800px;
	width: 96%;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	z-index: 120;
	display: none;
	border-radius: 4px;
	outline: none;
}
.popupVideo iframe,  .popupVideo video {
	width: 100%;
	max-height: 500px;
	background: #000;
}
.popupVideo .close {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 18px;
	right: 18px;
	background: url(../images/c10.png) no-repeat center;
	cursor: pointer;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	border-radius: 50%;
	z-index: 2;
}
.popupVideo .close:hover {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	background-color: #292f46;
	background-image: url(../images/c10.png);
}
.popupVideo .video_t {
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	background: #fff;
	padding-left: 18px;
	color: ##424242;
	font-size: 18px;
	font-weight: 400;
	display: none;
}
/*尾部*/

.c_l {
	clear: both;
	font-size: 0;
	overflow: hidden;
}
.f_bg {
	background: #333 url(../images/about-bg.jpg);
	font-size: 16px;
	clear: both;
	padding-top: 30px;
	text-align: left;
	color: #666666;
}
.f_bg_div {
	max-width: 1680px;
	width: 96%;
	margin: 0 auto;
}
.f_bg a {
	color: rgba(255,255,255,.4);
	text-decoration: none; font-size:14px;padding-left:5px;padding-right:5px;
}
.f_bg .f_div2_r .p ul li{color: rgba(255,255,255,.4);}
.f_bg a:hover {
color: rgba(255,255,255,1);
}
.f_bg_div .l{ font-size:14px;}
.f_bg .f_one {
	padding-top: 30px;
	padding-bottom: 49px;
	border-bottom: 1px solid rgba(255,255,255,.1);
	margin-bottom: 88px;
}
.f_bg .f_one .logo3 {
	float: left;
	height: 23px;
}
.f_bg .h2 {
	height: 22px;
	line-height: 22px;
	font-weight: normal;
	font-size: 24px;
	color: #fff;
	overflow: hidden;
	position: relative;
	text-transform: capitalize;margin-bottom:30px;
}
.f_bg .f_m {
	float: left;
	width: 70%;
	max-width: 1136px;
	position: relative;/* max-width:700px;*/
}
.f_bg .f_m:after {
	height: 170px;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	background:rgba(255,255,255,.1);
}
.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(50.8% - 204px);
	width: -webkit-calc(50.8% - 204px);
	width: -moz-calc(50.8% - 204px);
}
.f_bg .links.w2 {
	width: 204px;
}
.f_bg .links.w2 li a {
	color: #333333;
	font-size: 18px;
}
/*.f_bg .links.w3{ width:15.91%;}

.f_bg .links.w4{ width:13.2%;}*/

.f_bg .links ul li {
	display: block;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	margin-top: 15px;
}
.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;
	max-width: 450px;
	width: 28%;
}
.f_bg .f_div2_r .logo3 {
	max-width: 100%;
	height: 35px;
}
.f_bg .f_div2_r .p {
	line-height: 24px;
	overflow: hidden;
	margin-top: 20px;
}
.f_bg .f_div2_r .p ul li {
	display: block;
	overflow: hidden;
	margin-bottom: 12px;
}
.f_bg .f_div2_r .p ul li span {
	display: inline-block;
	vertical-align: top;
	width: 17px;
	height: 24px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: left top 3px;
	background-size: 17px 17px;
}
.f_bg .f_div2_r .p ul li.bgs1 span {
	background-image: url(../images/foot_pic1.png);
}
.f_bg .f_div2_r .p ul li.bgs2 span {
	background-image: url(../images/foot_pic2.png);
}
.f_bg .f_div2_r .p ul li.bgs3 span {
	background-image: url(../images/foot_pic3.png);
}
.f_bg .f_div2_r .p ul li.bgs4 span {
	background-image: url(../images/foot_pic4.png);
}
.f_div3 {
	line-height: 40px;
	min-height: 24px;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px; border-top:solid 1px rgba(255,255,255,.1);
	overflow: hidden;
	margin-top: 80px;
	color: rgba(255,255,255,0.5);
}
.f_div3 a {
	color: rgba(255,255,255,0.5);
}
.f_div3 a:hover {
	transition: all 0.3s;
	color: #fff;
}
.f_div3 em {
	font-style: normal;
	margin-left: 20px;
}
/*.f_div3 .l p{ display:inline-block; vertical-align:middle; margin-left:15px;}*/

.gotop {
	position: fixed;
	bottom: 30px;
	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;
	z-index: 99;
	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);*/
	opacity: 0.9;
	filter: Alpha(opacity=90);
}
.gotop.actives {
	display: block;
}
/*分享*/

.f_bg .foot_a {
	float: left;
}
.f_bg .foot_a em {
	float: left;
	overflow: hidden;
	font-style: normal;
	color: #fff;
	line-height: 30px;
}
.f_bg .foot_a .social-share {
	float: right;
}
.f_bg .foot_a ul li {
	float: left;
	margin-left: 28px;
	width: 40px; text-align:center;
	height: 40px;line-height:40px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transition: all 0.3s; border:solid 1px rgba(255,255,255,.4); border-radius:50%;
}
.f_bg .foot_a ul li .iconfont { font-size:20px;}


.f_bg .foot_a ul li:last-child {
	margin-right: 0;
}
.f_bg .foot_a ul li a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	position: relative;
	transition: all 0.3s;
}
.f_bg .foot_a ul li a:hover {
	filter: Alpha(Opacity=80);
	opacity: 0.8;
}
.f_bg .foot_a ul li.weixin { /*background-image:url(../images/fx1.png); */
}
.f_bg .foot_a ul li.weixin a {
	background: url(../images/fx2.png) center center no-repeat;
	background-size: 100% 100%;
}
.f_bg .foot_a ul li.weixin a:hover {
	filter: Alpha(Opacity=100);
	opacity: 1.0;
	background-image: url(../images/fx2_on.png);
}
.f_bg .foot_a ul li.weixin .wem1 {
	width: 203px;
	bottom: 40px;
	text-align: center;
	position: absolute;
	margin-left: -86px;
	margin-top: -203px;
	background-image: url(../img/ewm.png);
	background-repeat: no-repeat;
	height: 0;
	overflow: hidden;
	transition: all 0.3s;
}
.f_bg .foot_a ul li.weixin .wem1 img {
	width: 155px;
	height: 155px;
	margin-right: 5px;
	transition: all 0.3s;
}
.f_bg .foot_a ul li.weixin a:hover .wem1 {
	height: 195px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.f_bg .foot_a ul li.sinna {
	background-image: url(../images/fx3.png);
}
.f_bg .foot_a ul li.sinna:hover {
	background-image: url(../images/fx3_on.png);
}
.f_bg .foot_a ul li.qq {
	background-image: url(../images/fx1.png);
}
.f_bg .foot_a ul li.qq:hover {
	background-image: url(../images/fx1_on.png);
}
.f_bg .foot_a ul li.facebook {
	background-image: url(../images/fx1.png);
}
.f_bg .foot_a ul li.facebook:hover {
	background-image: url(../images/fx1_on.png);
}
.f_bg .foot_a ul li.twitter {
	background-image: url(../images/fx2.png);
}
.f_bg .foot_a ul li.twitter:hover {
	background-image: url(../images/fx2_on.png);
}
.f_bg .foot_a ul li.video {
	background-image: url(../images/fx3.png);
}
.f_bg .foot_a ul li.video:hover {
	background-image: url(../images/fx3_on.png);
}
.f_bg .foot_a ul li.linkedin {
	background-image: url(../images/fx4.png);
}
.f_bg .foot_a ul li.linkedin:hover {
	background-image: url(../images/fx4_on.png);
}
.f_bg .foot_a ul li.douyin {
	background-image: url(../images/fx5.png);
}
.f_bg .foot_a ul li.douyin:hover {
	background-image: url(../images/fx5_on.png);
}
.f_bg .foot_a ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
/*.f_bg .foot_a ul li:hover{ background-color:#fff;}*/



.foot_a .social-share .social-share-icon {
	width: 34px;
	height: 30px;
	line-height: 30px;
	vertical-align: top;
}
.foot_a .social-share .social-share-icon:hover {
	background: none;
}
.foot_a .social-share .icon-qq:before {
	content: "";
}
.foot_a .social-share .icon-qq {
	border: 0;
}
.foot_a .social-share .icon-qq:hover {
	background-image: url(../images/fx1_on.png);
	background-size: 100% 100%;
}
.foot_a .social-share .icon-wechat:before {
	content: "";
}
.foot_a .social-share .icon-wechat {
	border: 0;
}
.foot_a .social-share .icon-wechat:hover {
	background-image: url(../images/fx2_on.png);
	background-size: 100% 100%;
}
.foot_a .social-share .icon-weibo:before {
	content: "";
}
.foot_a .social-share .icon-weibo {
	border: 0;
}
.foot_a .social-share .icon-weibo:hover {
	background: url(../images/fx3_on.png) no-repeat;
	background-size: 100% 100%;
}
.foot_a .social-share .icon-facebook:before {
	content: "";
}
.foot_a .social-share .icon-facebook {
	border: 0;
}
.foot_a .social-share .icon-facebook:hover {
	background-image: url(../images/fx1_on.png);
	background-size: 100% 100%;
}
.foot_a .social-share .icon-twitter:before {
	content: "";
}
.foot_a .social-share .icon-twitter {
	border: 0;
}
.foot_a .social-share .icon-twitter:hover {
	background-image: url(../images/fx2_on.png);
	background-size: 100% 100%;
}
.foot_a .social-share .icon-linkedin:before {
	content: "";
}
.foot_a .social-share .icon-linkedin {
	border: 0;
}
.foot_a .social-share .icon-linkedin:hover {
	background-image: url(../images/fx4_on.png);
	background-size: 100% 100%;
}
 @media screen and (max-width: 1660px) {
.f80 {
	font-size: 74px;
}
/*头部*/

/*.header{ padding:0 30px;}*/

/*.header .nav > ul > li { padding: 0 30px;}*/

.header .search-box {
	margin-left: 120px;
}
/*语言下拉2*/

/*.header .language{ margin-right:30px;}*/

}
 @media screen and (max-width: 1400px) {
.f126 {
	font-size: 110px;
}
.f116 {
	font-size: 106px;
}
.f92 {
	font-size: 82px;
}
.f80 {
	font-size: 66px;
}
.f64 {
	font-size: 54px;
}
.f62 {
	font-size: 52px;
}
.f60 {
	font-size: 51px;
}
.f59 {
	font-size: 50px;
}
.f56 {
	font-size: 46px;
}
.f55 {
	font-size: 45px;
}
.f52 {
	font-size: 43px;
}
.f50 {
	font-size: 41px;
}
.f48 {
	font-size: 40px;
}
.f46 {
	font-size: 39px;
}
.f44 {
	font-size: 38px;
}
.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;
}
.f24 {
	font-size: 22px;
}
.f22 {
	font-size: 20px;
}
/*头部*/

/*.header .logo{ margin-right:30px;}*/

/*.header .nav > ul > li { padding: 0 15px;}*/

.header .search-box {
	margin-left: 0px;
}
.header .header_job {
	margin-left: 15px;
}
/*.header .nav > ul > li > a{ padding:0 20px;}*/

.header .nav > ul > li {
	padding: 0 12px;
}
.header .nav > ul > li > a {
	font-size: 16px;
}
/*语言下拉2*/

/*.header .language{ margin-right:20px;}*/

/*尾部*/

.f_bg {
	font-size: 15px;
}
}
 @media screen and (max-width: 1200px) {
.f126 {
	font-size: 100px;
}
.f116 {
	font-size: 96px;
}
.f92 {
	font-size: 76px;
}
.f80 {
	font-size: 60px;
}
.f64 {
	font-size: 50px;
}
.f62 {
	font-size: 48px;
}
.f60 {
	font-size: 46px;
}
.f59 {
	font-size: 45px;
}
.f56 {
	font-size: 41px;
}
.f55 {
	font-size: 40px;
}
.f52 {
	font-size: 38px;
}
.f50 {
	font-size: 37px;
}
.f48 {
	font-size: 36px;
}
.f46 {
	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;
}
.f24 {
	font-size: 21px;
}
.f22 {
	font-size: 19px;
}
/*头部*/

.wrapper {
	padding-top: 50px;
}
.sec2 .wrapper {
	padding-top: 50px;
}
.sec3 .wrapper {
	padding-top: 50px;
}
.sec4 .wrapper {
	padding-top: 115px;
}
/*.header{ padding:0 10px;}*/

/*.header .logo #logo2{ display:block;}

.header .logo #logo1{ display:none;}*/

.header .nav > ul > li {
	padding: 0;
}
.header .nav > ul > li > a {
	font-size: 14px;
}
.header .nav .sub {
	width: 100%;
}
.header .nav .sub ul {
	background: #f5f5f5;
}
.header .nav .sub li a {
	font-size: 13px;
}
.header .nav > ul > li .sub li a:hover {
	background: none;
	color: #666666;
}
.header .menu-btn span {
	background: #292f46;
}
.header .nav .sub .top_a {
	padding-bottom: 0;
}
.header .nav .sub .top_a .wrap12 {
	width: 100%;
}
.header .nav .sub .top_a .boxs {
	padding: 0;
	box-shadow: 0 0px 0px rgba(0,0,0,0);
}
.header .nav .sub .top_a .top_a_l {
	float: none;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	padding-right: 0;
	background: #f5f5f5;
}
.header .nav .sub .top_a .top_a_l a {
	font-size: 13px;
	border-bottom: solid 1px #ebebeb;
	padding: 0 20px;
}
.header .nav .sub .top_a .top_a_l a.tsel {
	background: none;
	color: #666666;
}
.header .nav .sub .top_a .top_a_l a:hover {
	background: none;
	color: #666666;
}
.header .nav .sub .top_a .top_a_r {
	display: none;
}
.header .header_job {
	margin-right: 5px;
	margin-top: 10px;
	font-size: 14px;
}
/*导航关闭*/

.menu_btn {
	display: block;
}
/*尾部*/

.f_bg {
	padding-top: 20px;
}
.f_bg .f_one {
	padding-top: 20px;
	padding-bottom: 30px;
	margin-bottom: 50px;
}
.f_div3 {
	padding-top: 15px;
	padding-bottom: 15px;
}
/*语言下拉2*/

.header .language {
	margin-right: 6px;
}
}
 @media screen and (max-width: 960px) {
.f126 {
	font-size: 90px;
}
.f116 {
	font-size: 86px;
}
.f92 {
	font-size: 70px;
}
.f80 {
	font-size: 56px;
}
.f64 {
	font-size: 45px;
}
.f62 {
	font-size: 43px;
}
.f60 {
	font-size: 41px;
}
.f59 {
	font-size: 40px;
}
.f56 {
	font-size: 36px;
}
.f55 {
	font-size: 35px;
}
.f52 {
	font-size: 33px;
}
.f50 {
	font-size: 32px;
}
.f48 {
	font-size: 31px;
}
.f46 {
	font-size: 30px;
}
.f44 {
	font-size: 30px;
}
.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;
}
.f24 {
	font-size: 20px;
}
.f22 {
	font-size: 18px;
}
/*头部*/

/*.header{ padding:0 20px;}*/

.header .header_job {
	font-size: 14px;
}
/*尾部*/

.f_bg {
	font-size: 14px;
	padding-top: 3%;
}
.f_bg_div {
	text-align: center;
}
.f_bg .f_one {
	padding-top: 10px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.f_bg .f_one .logo3 {
	display: block;
	float: none;
	margin: 0 auto;
	height: 20px;
	margin-bottom: 20px;
	margin-top: 0;
}
.f_bg .f_m:after {
	display: none;
}
.f_bg .h2 {
	font-size: 18px;
	line-height: 36px;
	height: 36px;
	position: relative;
}
.f_bg .h2:after {
	content: "+";
	position: absolute;
	right: 10px;
	color: #333;
	font-size: 20px;
	line-height: 36px;
	height: 36px;
	top: 0;
}
.f_bg .links.on .h2:after {
	content: "-";
}
.f_bg .links {
	float: none;
	width: 100%;
	margin-bottom: 1%;
}
.f_bg .links.w1 {
	width: calc(100% - 0px);
	width: -webkit-calc(100% - 0px);
	width: -moz-calc(100% - 0px);
}
.f_bg .links.w2 {
	width: 100%;
}
.f_bg .links ul {
	display: none;
}
.f_bg .links ul li {
	height: 20px;
	line-height: 20px;
	margin-top: 10px;
}
.f_bg .f_m {
	float: none;
	width: calc(100% - 0px);
	width: -webkit-calc(100% - 0px);
	width: -moz-calc(100% - 0px);
	max-width: none;
	min-height: inherit;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dcdcdc;
	display: none;
}
.f_bg .f_div2_r {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-top: 0;
	max-width: none;
	text-align: center;
}
.f_bg .f_div2_r .h2:after {
	display: none;
}
.f_bg .f_div2_r .logo3 {
	margin: 0 auto;
	display: block;
}
.f_bg .f_div2_r .p {
	margin-top: 5px;
}
.f_bg .f_div2_r .p ul li span {
	display: inline-block;
	vertical-align: top;
}
.f_div3 {
	text-align: center;
	line-height: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
}
.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;
}
/*分享*/

.f_bg .foot_a {
	float: none;
	text-align: center;
	margin-top: 0%;
}
.f_bg .foot_a ul li {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
	margin-right: 5px;
}
.f_bg .foot_a em {
	float: none;
	display: block;
	vertical-align: top;
	margin-bottom: 10px;
}
.f_bg .foot_a .social-share {
	float: none;
	display: inline-block;
	vertical-align: top;
}
}
.f-ke {display:none;}
 @media screen and (max-width: 780px) {
.f_div3{margin-bottom:40px}
.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:#666;}
.f-ke ul li.f-ke_a {background-color:#000;}
.f-ke ul li a {color:#fff;}	 
	 
.f126 {
	font-size: 80px;
}
.f116 {
	font-size: 76px;
}
.f92 {
	font-size: 60px;
}
.f80 {
	font-size: 50px;
}
.f64 {
	font-size: 40px;
}
.f62 {
	font-size: 39px;
}
.f60 {
	font-size: 37px;
}
.f59 {
	font-size: 36px;
}
.f56 {
	font-size: 31px;
}
.f55 {
	font-size: 30px;
}
.f52 {
	font-size: 29px;
}
.f50 {
	font-size: 28px;
}
.f48 {
	font-size: 28px;
}
.f46 {
	font-size: 28px;
}
.f44 {
	font-size: 28px;
}
.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;
}
.f24 {
	font-size: 18px;
}
.f22 {
	font-size: 17px;
}
/*视频弹窗*/

.popupVideo .video_t {
	font-size: 16px;
	height: 50px;
	line-height: 50px;
}
.popupVideo .close {
	top: 13px;
	right: 13px;
}
/*尾部*/

.gotop.actives {
	display: block;
}
}
 @media screen and (max-width: 640px) {
.f126 {
	font-size: 70px;
}
.f116 {
	font-size: 66px;
}
.f92 {
	font-size: 50px;
}
.f80 {
	font-size: 38px;
}
.f64 {
	font-size: 36px;
}
.f62 {
	font-size: 35px;
}
.f60 {
	font-size: 33px;
}
.f59 {
	font-size: 32px;
}
.f56 {
	font-size: 27px;
}
.f55 {
	font-size: 26px;
}
.f52 {
	font-size: 26px;
}
.f50 {
	font-size: 25px;
}
.f48 {
	font-size: 25px;
}
.f46 {
	font-size: 25px;
}
.f44 {
	font-size: 25px;
}
.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;
}
.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;
}
/*头部*/

.header .header_job {
	font-size: 13px;
	margin-left: 10px;
	display: none;
}
.header .nav > ul > li#m7 {
	display: block;
}
/*尾部*/

.f_bg {
	font-size: 13px;
}
.f_bg .h2 {
	font-size: 16px;
}
.f_div3 {
	line-height: 20px;
}
.gotop {
	width: 40px;
	height: 40px;
}
/*语言下拉2*/

.header .language {
	margin-right: 0px;
}
.header .language .btn {
	font-size: 14px;
	margin-left: 3px;
}
.header .language .btn:after {
	right: 15px;
}
}
 @media screen and (max-width: 520px) {
/*尾部*/

.f_bg {
	font-size: 12px;
}
.f_bg .h2 {
	font-size: 16px;
}
}
 @media screen and (max-width: 480px) {
.f126 {
	font-size: 60px;
}
.f116 {
	font-size: 56px;
}
.f92 {
	font-size: 44px;
}
.f80 {
	font-size: 30px;
}
.f64 {
	font-size: 32px;
}
.f62 {
	font-size: 30px;
}
.f60 {
	font-size: 28px;
}
.f59 {
	font-size: 27px;
}
.f56 {
	font-size: 23px;
}
.f55 {
	font-size: 22px;
}
.f52 {
	font-size: 21px;
}
.f50 {
	font-size: 21px;
}
.f48 {
	font-size: 21px;
}
.f46 {
	font-size: 21px;
}
.f44 {
	font-size: 21px;
}
.f42 {
	font-size: 20px;
}
.f40 {
	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;
}
.f24 {
	font-size: 15px;
}
.f22 {
	font-size: 14px;
}
/*头部*/

/*.header{ padding:0 10px;}*/

.header .logo {
	margin-right: 0;
}
.header .header_job {
	font-size: 12px;
	margin-left: 3px;
}
.header .header_job:after {
	display: none;
}
.header .language .btn:after {
	display: none;
}
.header .language .btn {
	width: 36px;
}
/*视频弹窗*/

.popupVideo .video_t {
	font-size: 15px;
	height: 44px;
	line-height: 44px;
	padding-left: 12px;
}
.popupVideo .close {
	top: 10px;
	right: 10px;
}
/*尾部*/

.f_bg {
	padding-top: 5%;
}
.f_bg .f_div2_r .logo3 {
	height: 32px;
}
.f_bg .h2 {
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}
.f_bg .h2:after {
	height: 30px;
	line-height: 30px;
}
.f_bg .links ul li {
	margin-top: 10px;
}
.f_bg .foot_a ul li {
	width: 28px;
	height: 24px;
}
/*.f_bg .foot_a em{ line-height:24px;}*/

.foot_a .social-share .social-share-icon {
	width: 28px;
	height: 24px;
	line-height: 24px;
}
}
 @media screen and (max-width: 420px) {
/*视频弹窗*/

.popupVideo .video_t {
	font-size: 14px;
}
}
 @media screen and (max-width: 360px) {
.f126 {
	font-size: 50px;
}
.f116 {
	font-size: 46px;
}
.f92 {
	font-size: 40px;
}
.f80 {
	font-size: 28px;
}
.f64 {
	font-size: 30px;
}
.f62 {
	font-size: 28px;
}
.f60 {
	font-size: 26px;
}
.f59 {
	font-size: 25px;
}
.f56 {
	font-size: 21px;
}
.f55 {
	font-size: 20px;
}
.f52 {
	font-size: 20px;
}
.f50 {
	font-size: 20px;
}
.f48 {
	font-size: 20px;
}
.f46 {
	font-size: 20px;
}
.f44 {
	font-size: 20px;
}
.f42 {
	font-size: 19px;
}
.f40 {
	font-size: 19px;
}
.f36 {
	font-size: 18px;
}
.f32 {
	font-size: 16px;
}
.f30 {
	font-size: 15px;
}
.f29 {
	font-size: 15px;
}
.f28 {
	font-size: 14px;
}

.f26 {
	font-size: 14px;
}
.f24 {
	font-size: 14px;
}
.f22 {
	font-size: 13px;
}
.main .pctitle .entit {
	font-size: 12px;
}
/*尾部*/

.f_bg .h2 {
	font-size: 15px;
}
/*头部*/

.header .header_job {
	font-size: 12px;
}
}
 @-webkit-keyframes open-in {
 0% {
 -webkit-transform: scaleX(0);
 transform: scaleX(0);
 -webkit-transform-origin: 0 0;
 transform-origin: 0 0;
}
 100% {
 -webkit-transform: scaleX(1);
 transform: scaleX(1);
 -webkit-transform-origin: 0 0;
 transform-origin: 0 0;
}
}
 @keyframes open-in {
 0% {
 -webkit-transform: scaleX(0);
 transform: scaleX(0);
 -webkit-transform-origin: 0 0;
 transform-origin: 0 0;
}
 100% {
 -webkit-transform: scaleX(1);
 transform: scaleX(1);
 -webkit-transform-origin: 0 0;
 transform-origin: 0 0;
}
}
 @-webkit-keyframes open-out-1 {
 0% {
 -webkit-transform: scaleX(1) translateX(0);
 transform: scaleX(1) translateX(0);
 -webkit-transform-origin: 100% 0;
 transform-origin: 100% 0;
}
 35% {
 -webkit-transform: scaleX(0.9) translateX(-5px);
 transform: scaleX(0.9) translateX(-5px);
 -webkit-transform-origin: 100% 0;
 transform-origin: 100% 0;
}
 100% {
 -webkit-transform: scaleX(0) translateX(5px);
 transform: scaleX(0) translateX(5px);
 -webkit-transform-origin: 100% 0;
 transform-origin: 100% 0;
}
}
 @keyframes open-out-1 {
 0% {
 -webkit-transform: scaleX(1) translateX(0);
 transform: scaleX(1) translateX(0);
 -webkit-transform-origin: 100% 0;
 transform-origin: 100% 0;
}
 35% {
 -webkit-transform: scaleX(0.9) translateX(-5px);
 transform: scaleX(0.9) translateX(-5px);
 -webkit-transform-origin: 100% 0;
 transform-origin: 100% 0;
}
 100% {
 -webkit-transform: scaleX(0) translateX(5px);
 transform: scaleX(0) translateX(5px);
 -webkit-transform-origin: 100% 0;
 transform-origin: 100% 0;
}
}
 @-webkit-keyframes open-out-2 {
 0% {
 -webkit-transform: scaleX(1) translateX(0);
 transform: scaleX(1) translateX(0);
 -webkit-transform-origin: 0 0;
 transform-origin: 0 0;
}
 35% {
 -webkit-transform: scaleX(0.9) translateX(5px);
 transform: scaleX(0.9) translateX(5px);
 -webkit-transform-origin: 0 0;
 transform-origin: 0 0;
}
 100% {
 -webkit-transform: scaleX(0) translateX(-5px);
 transform: scaleX(0) translateX(-5px);
 -webkit-transform-origin: 0 0;
 transform-origin: 0 0;
}
}
 @keyframes open-out-2 {
 0% {
 -webkit-transform: scaleX(1) translateX(0);
 transform: scaleX(1) translateX(0);
 -webkit-transform-origin: 0 0;
 transform-origin: 0 0;
}
 35% {
 -webkit-transform: scaleX(0.9) translateX(5px);
 transform: scaleX(0.9) translateX(5px);
 -webkit-transform-origin: 0 0;
 transform-origin: 0 0;
}
 100% {
 -webkit-transform: scaleX(0) translateX(-5px);
 transform: scaleX(0) translateX(-5px);
 -webkit-transform-origin: 0 0;
 transform-origin: 0 0;
}
}
 @-webkit-keyframes close-in-1 {
 0% {
 -webkit-transform: scaleY(0) translateY(-10px);
 transform: scaleY(0) translateY(-10px);
 -webkit-transform-origin: 0 0;
 transform-origin: 0 0;
}
 100% {
 -webkit-transform: scaleY(1) translateY(0);
 transform: scaleY(1) translateY(0);
 -webkit-transform-origin: 0 0;
 transform-origin: 0 0;
}
}
 @keyframes close-in-1 {
 0% {
 -webkit-transform: scaleY(0) translateY(-10px);
 transform: scaleY(0) translateY(-10px);
 -webkit-transform-origin: 0 0;
 transform-origin: 0 0;
}
 100% {
 -webkit-transform: scaleY(1) translateY(0);
 transform: scaleY(1) translateY(0);
 -webkit-transform-origin: 0 0;
 transform-origin: 0 0;
}
}
 @-webkit-keyframes close-in-2 {
 0% {
 -webkit-transform: scaleX(0) translateX(-10px);
 transform: scaleX(0) translateX(-10px);
 -webkit-transform-origin: 0 0;
 transform-origin: 0 0;
}
 100% {
 -webkit-transform: scaleX(1) translateX(0);
 transform: scaleX(1) translateX(0);
 -webkit-transform-origin: 0 0;
 transform-origin: 0 0;
}
}
 @keyframes close-in-2 {
 0% {
 -webkit-transform: scaleX(0) translateX(-10px);
 transform: scaleX(0) translateX(-10px);
 -webkit-transform-origin: 0 0;
 transform-origin: 0 0;
}
 100% {
 -webkit-transform: scaleX(1) translateX(0);
 transform: scaleX(1) translateX(0);
 -webkit-transform-origin: 0 0;
 transform-origin: 0 0;
}
}
 @-webkit-keyframes close-out-1 {
 0% {
 -webkit-transform: scaleY(1) translateY(0);
 transform: scaleY(1) translateY(0);
 -webkit-transform-origin: 100% 100%;
 transform-origin: 100% 100%;
}
 100% {
 -webkit-transform: scaleY(0) translateY(10px);
 transform: scaleY(0) translateY(10px);
 -webkit-transform-origin: 100% 100%;
 transform-origin: 100% 100%;
}
}
 @keyframes close-out-1 {
 0% {
 -webkit-transform: scaleY(1) translateY(0);
 transform: scaleY(1) translateY(0);
 -webkit-transform-origin: 100% 100%;
 transform-origin: 100% 100%;
}
 100% {
 -webkit-transform: scaleY(0) translateY(10px);
 transform: scaleY(0) translateY(10px);
 -webkit-transform-origin: 100% 100%;
 transform-origin: 100% 100%;
}
}
 @-webkit-keyframes close-out-2 {
 0% {
 -webkit-transform: scaleX(1) translateX(0);
 transform: scaleX(1) translateX(0);
 -webkit-transform-origin: 100% 100%;
 transform-origin: 100% 100%;
}
 100% {
 -webkit-transform: scaleX(0) translateX(10px);
 transform: scaleX(0) translateX(10px);
 -webkit-transform-origin: 100% 100%;
 transform-origin: 100% 100%;
}
}
 @keyframes close-out-2 {
 0% {
 -webkit-transform: scaleX(1) translateX(0);
 transform: scaleX(1) translateX(0);
 -webkit-transform-origin: 100% 100%;
 transform-origin: 100% 100%;
}
 100% {
 -webkit-transform: scaleX(0) translateX(10px);
 transform: scaleX(0) translateX(10px);
 -webkit-transform-origin: 100% 100%;
 transform-origin: 100% 100%;
}
}
@media only 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;

}*/


/*.header .nav > ul > li#m1{ display:block;}*/

.header .nav > ul > li#m2 {
	position: relative;
}
.header.small,  .header {
	height: 50px;
	z-index: 105;
	/*padding: 0 10px;*/

	/*position:fixed;*/

	background: #fff;/*border-bottom:1px solid #dddddd;*/
}
.header.top {
	top: -60px;
}
.header.small .logo, .header .logo {
	height: 14px;
	margin-top: 18px;
}
.header.small .search-box, .header .search-box {
	margin: 0;
}
.header .search-box:after {
	display: none;
}
.header .search-box .search-btn {
	width: 40px;
	height: 50px;
	background-image: url(../images/search.png);
}
.header .search-box .search-bar {
	width: 100%;
	height: 50px;
	position: fixed;
	right: 0;
	top: 0px;
	z-index: 200;
	padding: 0px;
}
.header.small .search-box .search-bar {
	top: 25px;
	height: 50px;
}
.header.small .search-box .search-bar .inpu input {
	height: 50px;
	line-height: 50px;
}
.header.small .search-box .search-bar .btn {
	height: 50px;
}
.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: 14px;
}
.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 {
}
/*语言下拉2*/

.header .language {
	margin-right: 0;height:50px;
line-height: 50px; font-size:14px;
}
.header .language .btn {
	height: 50px;
	line-height: 50px;/* color:#333;background-image: url(../images/top_bg7.png);*/
}
/*.header .language .btn:after{background-image: url(../images/top_bg3_on.png);}*/

.header .language li a {
	height: 36px;
	line-height: 36px;
	font-size: 14px;
}
.header.small .language .btn {
	height: 50px;
	line-height: 50px;
}
.header .language .list {
	top: 50px;
	width: 100px;
}
.header.small .language .list {
	top: 50px;
}
.header .nav {
	width: 260px;
	height: 100%;
	overflow: auto;
	position: fixed;
	right: -260px;
	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: #040000;
	text-align: center;
	padding: 20px 0;
}
.header .nav > ul {
	display: block;
}
.header .nav > ul > li {
	width: 100%;
	float: none;
	margin: 0;
	position: relative;
	padding: 0;
}
.header .nav > ul > li:hover {
	background: #fff;
}
.header.small .nav > ul > li > a,  .header .nav > ul > li:hover >a,  .header .nav > ul > li > a {
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding: 0;
	border-bottom: solid 1px #ebebeb;
	color: #666666;
	text-indent: 20px;
}
.header .nav > ul > li > a:after {
	display: none;
}
.sec2 .header .nav > ul > li.on:hover > a {
	color: #333;
}
.sec2 .header .nav > ul > li:hover > a {
	color: #333;
}
.header .nav > ul > li .arrow {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	background: url(../images/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 .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;
	width: 100%;
}
.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;
}
.wrapper.shiftLeft {
	margin-left: -200px;
}
.wrapper.shiftLeft .header {
	left: -260px;/*left: -60px;*/
	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;
}

} /* Less than 1200 */
