@charset "utf-8";

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,figure,figcaption,code,del,dfn,em,image,q,dl,dt,dd,ol,ul,li,fieldset,form,legend,table,tf,tr,th {
	border: 0px;
	padding: 0px; 
	font-size: 100%; 	
	margin: 0px; 
	font-family: inherit; 
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-size-adjust: 100%;
	font-weight:normal;}

body {
	background:#989895;
	color: #444;
	line-height: 1.6em;
	font-size: 12px;
	font-family:PingFang SC, PingFangSC-Regular, Arial, Helvetica, sans-serif;
	margin: 0px;}


input,textarea,select
{
	font-family:PingFangSC-Regular, PingFang SC, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size:12px;
	outline:none;
	padding:0;
	/* -webkit-appearance: none; */
	border-radius: 0;}


img {
	border: 0px;
	vertical-align:bottom;
	-ms-interpolation-mode: bicubic;}

a,a:link {
	text-decoration: none;
	color:#333;
	cursor: pointer;
}

a:hover
{
	text-decoration:none;
	color:#D51716;
}

a:focus{
	outline: none !important;
}

ul, li {
	list-style-type:none;}
.left {
	float: left;}
.right {
	float: right;}

.clearfix:after {
	display:block;
	content:'';
	clear:both;
	height:0px;
	visibility: hidden;}

.yahei{
	font-family:"\5FAE\8F6F\96C5\9ED1";}


h1,h2,h3,h4
{
	font-family:"\5FAE\8F6F\96C5\9ED1";}

.relative
{
	position:relative;}

.clearfix {
*display:table;
*zoom:1;}

.clear
{
	clear:both;
	overflow:hidden;
	height:0;}

*::selection {
    background:#555;
    color: #FFFFFF;
    text-shadow: none;}

*::-moz-selection
{
    background:#555;
    color: #FFFFFF;
    text-shadow: none;}

.ellipsis1{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.ellipsis2{
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}

.mainWrap
{
	width:1200px;
	margin:auto;}


.ie6
{
	text-align:center;
	font-size:14px;
	background:#FC6;
	line-height:60px;}

.ie6 span
{
	float:right;
	margin-right:30px;
	cursor:pointer;}


/* top */
.header-top{
	padding: 10px 0;
	font-size: 14px;
	color: #fff;
	background: #333;
	position: relative;
	z-index: 1;
}
.header-top .row>div{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.header-top .row>div>div a{
	padding: 0 5px;
	color: #fff;
}
.header-top .row>div>div a:hover{
	color: #2294FF;
}
.header-top .row>div>div span{
	margin-left: 5px;
}

/*comm section header footer*/

header .logo
{
	float:left;
	margin-left:10px;
	padding-bottom:24px;
	height: 91px;
	display: flex;
	align-items: center;
}
header .logo img{
	height: 100%;
}
header .logo span{
	margin-left: 9px;
	font-size: 38px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: bold;
	color: #116C97;
}

header .navwrap .smenu
{
	display: none;}

header .line-search{
	width: 100%;
	padding-top:28px;
	background-color: #fff;
	background-size: cover;
	position: relative;
}

header .line-search::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 218px;
	height: 120px;
	background: url(../../images/children/header-left.png);
	z-index: 0;
}

header .line-search::after{
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 676px;
	height: 120px;
	background: url(../../images/children/header-right.png);
	z-index: 0;
}

header .search
{
	float:right;
	padding-top:7px;
}

header .search input
{
	height:50px;
	float:left;
	line-height:50px;
	width: 300px;
	padding:0 10px;
	font-size: 16px;
	border: 1px solid #BBBBBB;
	border-right: none;
	color: #BBBBBB;
}
header .search input::-webkit-input-placeholder{   /* 使用webkit内核的浏览器 */
	color: #BBBBBB;
	font-size: 16px;
}
header .search input:-moz-placeholder{    /* Firefox版本4-18 */
	color: #BBBBBB;
	font-size: 16px;
}              
header .search input::-moz-placeholder{    /* Firefox版本19+ */
	color: #BBBBBB;
	font-size: 16px;
}              
header .search input:-ms-input-placeholder{   /* IE浏览器 */
	color: #BBBBBB;
	font-size: 16px;
}        

header .search a
{
	background:#2294FF;
	display:block;
	height:50px;
	line-height: 50px;
	color:#fff;
	font-size:16px;
	float:left;
	width: 100px;
	position: relative;
	cursor: pointer;
}
header .search a::before{
	content: ' ';
	background: url(../../images/children/search.png) no-repeat;
	width: 26px;
	height: 26px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -13px;
	margin-top: -13px;
}

header .search a i
{
	line-height: 36px;
	cursor: pointer;}


header .ulink
{
	float:right;
	margin-right:26px;
	padding-top:18px;}


header .ulink li
{
	float:left;
	padding:2px;}

header .ulink li i
{
	line-height: 27px;
	cursor: pointer;}


header .ulink li .circle
{
	height:26px;
	width:26px;
	text-align:center;
	font-size:16px;
	color:#722db0;
	display:block;
	background: #ededed;}

header .ulink li .circle:hover
{
	background:#f4930a;	
	color:#fff;}

header .ulink li.socialnet
{
	position: relative;
	z-index: 1;}

header .ulink li.socialnet:hover div
{
	display: block;}

header .ulink li.socialnet div
{
	position: absolute;
	background:#fff;
	width: 130px;
	height: 130px;
	top: 45px;
    left: -52px;
    border:1px solid #ccc;
    display: none;
    z-index: 1;}

header .ulink li.socialnet div i
{
	border-color: transparent;
	border-style: solid;
	border-width:10px;
	display: block;
	height: 0;
	position: absolute;
	width: 0;
	border-bottom-color:#ccc;
	border-top-width:0;
	left:50%;
	margin-left:-8px;
	top:-10px;}

header .ulink li.socialnet div i em {
	border-color: transparent;
	border-style: solid;
	border-width:10px;
	display: block;
	height: 0;
	position: absolute;
	width: 0;
	border-bottom-color:#fff;
	border-top-width:0;
	left:-10px;
	top:1px;}




header .ulink li .en
{
	display:block;
	background:#f4930a;
	line-height:26px;
	color:#4c2270;
	padding:0 15px;}


header .ulink li .en:hover
{
	background:#fff;
}

header .ulink li .div
{
	padding:0 12px 0 8px;}

header .ulink li.thuhome a,header .ulink li.thuold a
{
	color:#fff;
	font-size: 12px;
	line-height: 26px;
	margin-left: 20px;}

header .ulink li.thuhome a:hover,header .ulink li.thuold a:hover
{
	color: #f4930a;}

header .topwraper
{
	padding-bottom:0;
	z-index: 11;}

header .navwrap
{
	width: 100%;
	background: #2294FF;
}

header .navwrap .navs{
	width: 1200px;
	height: 50px;
	margin: 0 auto;
	position: relative;
}

header .navwrap .navs ul{
	position: absolute;
	height: 60px;
	left: 0;
	top: -10px;
}

header .navwrap li.li1{
	height: 60px;	
}

header .navwrap li.li1.active{
	background: url(../../images/children/navBg.png) no-repeat;
}

header .navwrap li.li1>a{
	margin-top: 10px;
}

header .navwrap li
{
	float:left;
	font-size:16px;
	position:relative;
	z-index:10;
}
/* header .navwrap li::before{
	content: '';
	position: absolute;
	left: 0;
	top: -10px;
	background: url(../../images/children/navBg.png) no-repeat;
} */

header .navwrap li a
{
	display:block;
	padding:0 30px;
	line-height:50px;
	height:50px;
	color: #fff;
}

header .navwrap li a.current
{
	border-bottom:3px solid #f4930a;
	height:57px;}


header .navwrap li a:hover
{
	color:#f4930a;}

header .navwrap #nav li.li-children::after{
	content: ' ';
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: 4px;
	width: 9px;
	height: 5px;
	background: url('../../images/children/icons.png') 0 0 no-repeat;
	transition: all .3s;
}

header .navwrap #nav li.li-children:hover::after{
	transform: rotate(180deg);
}

header .navwrap #nav li.li-children.arrow::after{
	transform: rotate(180deg);
}

.content
{
	background:#F1F2F5;
}

.hideonpc
{
	display: none;}


footer{
	background: #272727;
	padding: 0;
}
footer .contact{
	/* display: flex;
	flex-wrap: wrap;
	height: 154px; */
	padding: 54px 0 44px;
	border-bottom: 1px solid rgba(255,255,255,.18);
}
footer .contact .item{
	display: flex;
	align-items: center;
	color: #848484;
	font-size: 14px;
	height: 57px;
}
footer .contact .item:not(:first-child){
	padding-top: 9px;
}
footer .contact .item img{
	margin-right: 12px;
	height: 100%;
}
footer .contact .item:first-child{
	font-size: 23px;
	color: #fff;
}

footer .copyright
{
	padding-bottom: 15px;
}

footer .copyright .container .row{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

footer .copyright span
{
	display: block;
	font-size: 14px;
	color: #525252;
	padding-top: 15px;
}

footer .copyright span:nth-child(2){
	margin-left: 40px;
}

footer .copyright span:nth-child(3){
	margin-left: 10px;
}

footer .copyright span a
{
	color: #525252;}

footer .copyright span a:hover
{
	color: #2294FF;}

#nav ul
{
	display:none;
	position:absolute;
	top:60px;
	/* left:0; */
	left: 50%;
	transform: translateX(-50%);
	/* border:1px solid #ccc; */
	background:#fff;
	z-index:100;
	width:160px;
	padding:5px 0;
	/* margin-left:-35px; */
	height:auto;
	/* box-shadow:0px 0px 5px #666; */
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.2);
}

#nav li:hover ul
{
	display: block;}

#nav ul li
{
	float:none;
	display:block;
	border:none;
	background:none;
	height:auto;
	padding:0;
	position:static;}

#nav ul a
{
	width:auto;
	text-align:left;
	font-size:14px;
	line-height:42px;
	display:block;
	background:#fff;
	height:auto;
	float:none;
	border:none;
	text-align:center;
	color: #2B2B2B;
}

#nav ul a:hover
{
	background:#F1EEE7;
	color: #f4930a;
}


#nav ul i {
	border-color: transparent;
	border-style: solid;
	border-width:10px;
	display: block;
	height: 0;
	position: absolute;
	width: 0;
	border-bottom-color:#ccc;
	border-top-width:0;
	left:50%;
	margin-left:-8px;
	top:-10px;}

#nav ul i em {
	border-color: transparent;
	border-style: solid;
	border-width:10px;
	display: block;
	height: 0;
	position: absolute;
	width: 0;
	border-bottom-color:#fff;
	border-top-width:0;
	left:-10px;
	top:1px;}



/*action*/
.motion
{
	transition:all .3s ease-in;}

.pager {clear: both;margin:25px 0 ;font-size:14px;	font-family:Arial, Helvetica, sans-serif;text-align:center;}
.pager a {	background:none; border: 1px solid #aaa;	color: #461B6E;	display: inline-block;	line-height: 32px;	margin: 0 2px;	padding: 0 10px;	height:32px;	border-radius:3px;	vertical-align:middle;}
.pager b {	background:none; color: #461B6E; display: inline-block;	line-height: 32px;	margin: 0 2px;	padding: 0 10px;	height:32px;vertical-align:middle;}
.pager a:hover, .pager a.current {	background-color: #461B6E;	border:none;	color: #FFFFFF;	font-weight: bold;	text-decoration: none;	line-height: 34px;	height:34px;	padding: 0 11px;}
.pager .p {	font-size:22px;}
.pager input {height: 32px;line-height: 32px; width: 30px;text-align: center;background: none;border: 1px solid #aaa; vertical-align: middle;border-radius:3px;margin:0 5px;}
.pager span {padding: 0  0 0 20px;color: #777;}

.clock{position: relative;}
.clock::before{
	position: absolute;
	content: '';
	width: 14px;
	height: 14px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../../images/children/icons.png) -90px -17px no-repeat;
}

.eye-yellow{position: relative;}
.eye-yellow::before{
	position: absolute;
	content: '';
	width: 18px;
	height: 11px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/eye-yellow.png) no-repeat;
}

.subchannel .position{
	margin-bottom: 14px;
	color: #747474;
	font-size: 12px;
	padding-left: 18px;
}
.subchannel .position a{
	color: #747474;
	font-size: 12px;
}
.subchannel .position a:hover{
	color: #2294FF;
}

@media screen and (min-width: 1200px) {
  .container{
    width: 1200px;
  }
}


@media screen and (max-width:1199px)
{
	header
	{
		background-position: left top;
		padding-top: 0;}
	.content
	{
		background-position: left top;}
	.topcontent{
		width: 98%;
		margin: 0 1%;
	}
	.mainWrap
	{
		width:100%;
		margin:auto;
		min-width: 320px;}
	header .ulink
	{
		float:none;
		padding:5px 0 0 10px;
		margin: 0 0 20px 0;
		border-bottom: 1px solid #9450df;
		position: relative;}

	header .ulink li
	{
		padding: 0;
		line-height: 40px;}

	
	header .ulink li.socialnet span .circle
	{
		margin: 0
	;}

	header .ulink li .circle
	{
		border:0;
		display: inline-block;
		font-size: 18px;
		height: auto;
		width: auto;
		border-radius: 0;
		padding: 0px 10px;
		background: none;
		color: #fff;}

	header .ulink li .circle:hover
	{
		background: none;
		color: #f4930a;
		border:0;}

	header .ulink li .en
	{
		background: none;
		color: #f4930a;
		line-height: inherit;}

	header .ulink li .en:hover
	{
		background: none;
		color: #f4930a;}

	header .ulink li.mr
	{
		position: absolute;
		right: 80px;}

	header .ulink li.mr.thuold
	{
		right:90px;}
	
	header .ulink li.mr.thuhome
	{
		right: 20px
	;}

	header .logo
	{
		margin-left:20px;
		/* padding-bottom:0; */
	}

	header .logo img
	{
		/* width: 180px; */
	}

	header .line-search::before,header .line-search::after{
		display: none;
	}
	
	header .topwraper
	{
		/* padding-top: 20px; */
		/* padding-bottom: 20px; */
	}

	header .navwrap
	{
		border-top:none;
		position: relative;}

	header .navwrap .smenu
	{
		font-size: 18px;
		background: #2294FF;
		height: 38px;
		width: 38px;
		color: #fff;
		line-height: 38px;
		text-align: center;
		position: absolute;
		right: 20px;
		top: -89px;
		cursor: pointer;
		display: block;
		z-index: 12;}

	header .navwrap .smenu.active
	{
		right: 160px;
		background: rgba(62,58,57,0.9);}
	
	header .navwrap .navs
	{
		position: absolute;
		width: 160px;
		z-index: 999;
		background: #4C4F52;
		right:0;
		top:-89px;
		padding: 10px 0;
		display: none;
	}

	header .navwrap #nav{
		position: relative;
		top: 0;
		height: auto;
	}

	header .navwrap #nav.active
	{
		display:block;
		background: rgba(62,58,57,0.9);}

	header .navwrap #nav ul{
		width: auto;
		padding: 10px 0;
		top: 0;
		left: -7px;
		transform: translateX(-100%);
		min-width: 160px;
		background:rgba(62,58,57,0.9);
	}

	header .navwrap #nav ul i {
		top: 13px;
		left: 101%;
		transform: rotate(90deg);
		border-bottom-color: transparent;
	}

	header .navwrap #nav ul i em{
		border-bottom-color:rgba(62,58,57,0.9);
	}

	header .navwrap #nav li
	{
		float: none;}

	header .navwrap #nav li a
	{
		line-height: 40px;
		padding: 0 0 0 35px;
		color: #fff;
		font-size: 14px;
		height:auto;
		background: transparent;
	}
	
	header .navwrap #nav li.li-children ul a{
		padding-left: 0;
	}
	
	header .navwrap #nav li a.current
	{
		border-bottom:none;}

	header .navwrap #nav li a:hover
	{
		background: #6F7174;}

	header .navwrap li.li1.active{
		background: none;
	}

	header .navwrap li.li1{
		height: auto;
	}

	header .navwrap #nav li.li-children::after{
		margin-top: -2px;
	}

	#nav li:hover ul
	{
		display: none;}

		
	header .search
	{
		position: absolute;
		right: 0;
		background: #4C4F52;
		top: 571px;
		z-index: 999;
		height: 70px;
		padding: 30px 0 0 30px;
		width: 220px;
		margin: 0;
		border-top: 1px solid #777;
		display: none;}
	header .search.active
	{
		display:block;
		background: rgba(62,58,57,0.9);}

	header .search input
	{
		width: 135px;
		border: 0;}

	header .search a
	{
		background: #fff;
		color: #F6920A;
		height: 36px;
		line-height: 36px;
		font-size: 16px;
		padding: 0 10px;}

	.showonmobile
	{
		display:block !important;}

	.subchannel .pager
	{
		display: none;}

.pcfyt{display: none;}

	 .hideonpc
	 {
	 	display:block !important;}
}


@media screen and (max-width: 767px){
	.header-top .row>div{
		padding-left: 5px;
	}
	.header-top .row>div>div>a{
		padding-left: 0;
	}
	header .logo{
		height: 50px;
	}
	header .logo img{
		height: 50px;
	}
	header .logo span{
		font-size: 18px;
	}
	header .navwrap .smenu,
	header .navwrap .navs{
		top: -56px;
	}
	footer .contact .item{
		justify-content: center;
	}
	footer .copyright span:nth-child(2){
		margin-left: 0;
	}
	
	footer .copyright span:nth-child(3){
		margin-left: 0;
	}
}

@media screen and (max-width:320px)
{
	header .ulink li.mr
	{
		right:120px;}
	
	header .ulink li.mr.thuold
	{
		right:73px;}
	
	header .ulink li.mr.thuhome
	{
		right:10px;}
}