@charset "utf-8";
/* CSS Document */
.top {
	margin: 0 auto;
	padding: 20px 0;
}
header {
	height: 95px;
	width: 100%;
	z-index: 999;
	box-shadow: none;
	background: rgba(70,70,70,0)
}
.topactive {
	background-color: #111111;
	transition: background 1s;
	-moz-transition: background 1s;
	-webkit-transition: background 1s;
	-o-transition: background 1s;
	border-bottom: 1px solid #565558;
}
.gp {
	color: #cda764;
	padding: 5px 20px;
	text-align: right;
}

/* Banner */
/* 广告 */
.banner {
	background-image: url(../Img/SubBanner05.jpg);
	background-repeat: no-repeat;
	height: 200px;
	background-size: cover;
	color: #fff;
	padding-top: 150px;
}
.b_title {
	width: 700px;
	text-align: center;
	font-size: 40px;
	margin: 0 auto;
}
.b_title_en {
	font-size: 25px;
	text-align: center;
	padding-top: 20px;
}
/* 广告 */
/* 导航 */
.pcmenu a {
	color: #000
}

@media screen and (min-width:900px) {
.index-nav-frame-line-li {
	border-bottom: 1px solid #4A494C;/*background-color: rgba(0,0,0,0.6);*/
}
}
+ .index-nav {
 height: 50px;
 box-sizing: border-box;
}
.index-nav-frame {
	width: 1200px;
	margin: 0 auto;
}
.index-nav-frame-line {
	color: #000;
	float: left;
	position: relative;
	display: block;
	outline: none;
	cursor: pointer;
	width: 100px;
	line-height: 50px;
	text-align: center;
	font-weight: 700;
}
.index-nav-frame-line.active {
	color: #000;
}
.index-nav-frame-line-center a {
	color: #fff
}
.index-nav-frame-line-center {
	opacity: 0;
	height: 0;
	position: absolute;
	overflow: hidden;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;/* Firefox 4 */
	-o-transition: all 0.5s; /* Opera */
}
.index-nav-frame-line-li {
	width: 100%;
	font-weight: 500;
	text-align: center;
	background: #000;/*background-color: rgba(0,0,0,0.6);*/
}
.index-nav-frame-line-li:hover {
	background: #49c7ed;
	color: white;
}
.index-nav-frame-line-li a {
	display: block;
}
.index-nav-frame-line-li:hover a {
	color: white;
}
.index-nav-frame-line-focus:focus {
	display: none;
}
.index-nav-frame-line:hover .index-nav-frame-line-center {
	height: auto;
	opacity: 1;
}
.nav-line {
	height: 50px;
	width: 100%;
	position: relative;
	display: none;
	outline: none;
}
.nav-small {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	display: none;
	outline: none;
}
.nav-small img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.nav-small-focus {
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
}
.nav-small-focus:focus {
	display: none;
}
/*@media only screen and (max-width:900px) {
.index-nav-frame {
	margin-top: 35px;
}
.index-nav-frame-line-li a {
	display: block;
	color: white;
}
.nav-line {
	display: block;
}
.nav-small {
	display: block;
}
.nav-small:focus~.index-nav-frame-line {
	height: auto;
	border-bottom: 1px solid #ccc;
	background: #000;background-color: rgba(0,0,0,0.9);
}
.nav-small:focus .nav-small-focus {
}
.index-nav-frame {
	width: 100%;
}
.index-nav-frame-line {
	width: 100%;
	height: 0;
	overflow: hidden;
}
.index-nav-frame-line-center {
	position: relative;
	background: #000;
}
.index-nav-frame-line:hover .index-nav-frame-line-center {
	height: 0;
	opacity: 0;
}
.index-nav-frame-line-li {
	border-bottom: 1px solid #4b4a5e;
	color: #d9d9d9;
	background: #000;
}
.index-nav-frame-line-li:hover {
	background: #49c7ed;
}
.index-nav-frame-line:focus {
	height: auto;
	border-bottom: 1px solid #ccc;
}
.index-nav-frame-line:focus>.index-nav-frame-line-center {
	height: auto;
	opacity: 1;
}
.index-nav-frame-line:focus .index-nav-frame-line-header {
	color: #49c7ed;
}
.index-nav-frame-line-focus {
	display: none;
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
}
.index-nav-frame-line:focus .index-nav-frame-line-focus {
	display: block;
}
}*/
/* 导航 */
.m_content, .nav_bg {
	margin: 0 auto;
	overflow: hidden;
	line-height: 45px;
}

@media screen and (min-width:1200px) {
.m_content, .nav_bg {
	width: 1200px;
}
}

@media screen and (max-width: 1199px) {
.m_content, .nav_bg {
	width: 1000px;
}
}
.m_content {
	padding: 60px 10px;
}
.nav a {
	color: #000;
}
.nav {
	background-color: #F7F7F7;
}
.t_cn {
	float: left;
	font-size: 30px;
}
.t_en {
	float: left;
	margin-left: 10px;
	padding-top: 10px;
	font-size: 16px
}
.t_en:before {
	content: '';
	display: block;
	width: 40px;
	border-top: 5px solid #4bc8e8;
}
.m_c_article {
	padding: 40px 20px;
}
.team_bg {
	padding: 10px;
	background-color: #F8F8F8;
	margin-bottom: 25px;
}
.team_bg:hover {
	background-color: #2495e4;
}
.team_bg:hover .arrow-right {
	background: url(../Img/icon.png) no-repeat 0 -170px;
}
.team_bg:hover .team_i_title, .team_bg:hover .team_i_title span, .team_bg:hover .team_info a {
	color: #fff;
}
.arrow-right {
	width: 29px;
	height: 14px;
	display: block;
	background: url(../Img/icon.png) no-repeat 0 -133px;
	top: 50%;
	left: 50%;
	margin-top: 25px;
	margin-left: 30px;
	z-index: 3
}
.team_img {
	width: 259px;
	height: 143px;
}
.team_info {
	margin-left: 20px;
	color: #999999;
	overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
	padding-bottom:10px;
}
.team_info a {
	color: #999999;
}
.i_d_left {
	float: left;
	border-right: 1px solid #EDEDED;
	padding-right: 10px;
}
.i_d_right {
	float: left;
}
.team_more {
	float: left;
}
.team_i_title {
	font-size: 20px;
	color: #000;
}
.team_i_title span {
	color: #999999;
	font-size: 12px;
}

@media screen and (min-width:1200px) {
.i_d_left {
	width: 989px;
}
.i_d_right {
	width: 50px;
}
}

@media screen and (max-width: 1199px) {
.i_d_left {
	width: 789px;
}
.i_d_right {
	width: 50px;
}
}


.teammenu ul li{float:left;}
.teammenu{margin:40px 0 60px 0; overflow:hidden;width:1000px;}
.teammenu ul li{float:left;}
.teammenu ul > li .maction
{
    color: #048fb3;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #048fb3;
}
.teammenu ul > li .mline
{
    
    width:400px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #cccccc;
}
.teammenu ul > li a{display:block;font-size:20px;line-height:50px;color:#595757;border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #cccccc;padding:0px 25px;}
    
.teammenu ul > li .mline:hover
{
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #cccccc;
    background-color: #fff;
}    
.teammenu ul > li a:hover
{
    display: block;
    line-height: 50px;
    color: #fff;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #048fb3;
    padding: 0px 25px;
    background-color: #048fb3;
