@charset "UTF-8";
*{
	padding: 0;
	margin: 0;
/*	box-sizing: border-box;*/
}
dd, dt, dl, ol, ul, li {
  list-style: none;
  list-style-type: none;
  margin-bottom: 0;}
img {
  vertical-align: top; }
p{
	line-height: 20px;
	margin-bottom: 0;
}

a, i, a:hover, a:active, a:visited, a:link, a:focus {
  outline: none;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: transparent;
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none; }

a {
  color: inherit; }

.flexr{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
}
.ellipsis2{
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ellipsis3{
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ellipsis{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container{
	width: 1250px;
	margin: 0 auto;
}

body{
	width: 100%;
	height: 100%;
/*	font-family:PingFang SC;*/
	font-weight: 400;
}
.pheader{
	width: 100%;
	height: 68px;
	border-top: 3px solid #23a3d0;
}
.pheader .logo{
	height: 100%;
	margin-right: 20px;
}
.pheader .logo img{
	width: auto;
	height: 50px;
	margin-top: 10px;
}
.pheader .nav{
	
}

.pheader .nav a:hover{
	color: #61C2D1;
}
.active-color{
	color: #FFF !important;
	background: #61C2D1;
}
.active-color:after{
	width: 100% !important;
}
.pheader .inputbox{
	flex: 1;
	height: 30px;
	line-height: 30px;
	margin-top: 20px;
	position: relative;
	overflow: hidden;
    border-radius: 30px!important;
    border: 1px solid #61C2D1 !important;
}
.pheader .top_lan:hover{
    color: #61C2D1 ;
}    
.pheader .top_lan{
	flex: 1;
	height: 30px;
	line-height: 30px;
	margin-top: 20px;
	position: relative;
	overflow: hidden;
	text-align: center;
	background: url(../images/flag_english.png) 12px center no-repeat;
    background-size: 24px 24px;
}
.inputactive{
	/*border: 1px solid #61C2D1 !important; */
	max-width: 100% !important;
	transform: translateX(0) !important;
}
.pheader .inputbox input{
	width: 100%;
	height: 30px;
	background: #fff;
	border: none;
	border-radius: 30px;
	padding-left: 10px;
	transition: .3s ease;
	max-width: 15%;
	float: right;
	transform: translateX(100%);
	text-indent:10px;
}
.search_bg{
	background: #fff url(../image/search.png) no-repeat;
	background-size: 15px;
}
.pheader .inputbox input:focus,
.pheader .inputbox input:active{
	outline: none;
	border: none;
}
.pheader .inputbox .searchimg{
	width: 15px;
	height: 15px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	background: #fff url(../image/search.png) no-repeat;
    background-size: 15px;
}
.pfooter{
	width: 100%;
	padding-top: 60px;
    background: #6fadc4;
}
.pfooter .footernav{
	padding-bottom: 30px;
	border-bottom: 1px solid #dbdbdb;
}
.pfooter .footernav .navlist{
	width: 140px;
}
.pfooter .footernav .navlist p{
	font-size: 12px;
	color: #fff;
	line-height: 17px;
	margin-bottom: 10px;
}
.pfooter .footernav .navlist p.navtitle{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
	color: #fff;
}
.pfooter .footernav .navlist p.navtitle a{
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 10px;
}
.pfooter .footernav .tofans{
	flex: 1;
	text-align: center;
	padding-top: 30px;
    height: 185px;
    border-left: 1px solid #eaeaea;
}
.pfooter .footernav .tofans .fansimg{
	width: 80px;
	height: 80px;
}
.pfooter .footernav .tofans p{
	font-size: 12px;
	color: #fff;
	margin-top: 10px;
	text-align: center;
}
.pfooter .psuppot{
	width: 100%;
	height: 55px;
	line-height: 55px;
	font-size: 12px;
	color: #fff;
}
.pheader .nav li{
	/*margin: 0 5px;*/
	position: relative;
	width: 100px;
	text-align: center;
}
.pheader .nav li a:hover{
	background: #61C2D1;
	color: #fff;
}
.pheader .nav a{
	display: block;
	height: 68px;
	line-height: 68px;
	font-size: 14px;

	white-space: nowrap;
	position: relative;
}
.pheader .nav li > a:after{
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #376163;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.pheader .nav li:hover  a:after{
	width: 100%;
}
.pheader .nav li dl{
	opacity: 0;
    z-index: 22;
    position: absolute;
    left: 0;
    width: 116px;
    padding:5px 22px;
    background: rgb(35, 163, 208);
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    -webkit-transform: translate(0,20px);
    -moz-transform: translate(0,20px);
    -ms-transform: translate(0,20px);
    -o-transform: translate(0,20px);
    transform: translate(0,20px);
    left: -8px;
    box-sizing: border-box;
}
.pheader .nav li:nth-child(4) dl{
	width: 120px;
}
.pheader .nav li dl dd{
	line-height: 34px;
}

.pheader .nav li dl a{
	text-indent: 9px;
    color: #fff;
    display: block;
    height: 34px;
    line-height: 34px;
}
.pheader .nav li dl dd:hover a{
	background: #23a3d0;
	color: #fff;
	font-size: 15px;
	padding-left: 2px;
}
.pheader .nav li:hover dl {
    opacity: 1;
    z-index: 3;
    -webkit-transform: translate(0,0px);
    -moz-transform: translate(0,0px);
    -ms-transform: translate(0,0px);
    -o-transform: translate(0,0px);
    transform: translate(0,0px);
}