@charset "utf-8";
@font-face {
font-family: 'PingFangSC-Regular';
src: url('../fonts/pingfangsc-regular.eot'); 
src: url('../fonts/pingfangsc-regular.eot') format('embedded-opentype'),
		url('../fonts/pingfangsc-regular.woff') format('woff'),
		url('../fonts/pingfangsc-regular.ttf') format('truetype'),
		url('../fonts/pingfangsc-regular.svg') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}

.mainbody {margin:0 auto;width:1200px;}

.videoIcon {background: url('../images/videoicon.png') no-repeat;width:44px;height: 41px;}


.line{padding-right:15px;margin-right:15px;width: 0;height: 0;border-right: 1px solid #000;overflow: hidden;}
.topbar { width: 100%; height: 31px; line-height: 31px; background: #f8f8f8; border-bottom: 1px solid #e6e6e6; 
z-index:999;position:fixed;top:0;background:#f8f8f8;font-size:14px;}
.topbar .wp { width: 1160px;margin: 0 auto;  }
.funcset{line-height: 31px;font-size: 13px;width: 80%;float: left;/* font-weight: bold; */}
.funcset p{ font-size:14px;line-height: 31px;}
.funclogin { float: right; line-height: 31px;width:20%;}
.funclogin a{ font-size:14px;}


/* header */
header {height:136px;overflow: hidden;}
.logobox {float:left;padding:36px;}
.logobox .logo {background: url("../images/logo1.png") no-repeat 0 0 transparent;width: 169px;height: 73px;}
header nav {height:136px;}
header nav li {float: left;line-height: 136px;font-size: 18px;}
header nav li.alive a {color:#F00;font-size: 18px;}
header nav a {padding: 0 20px;}
header nav a:link,header nav a:visited {color:#333;}
header nav a:hover,header nav a:active {color:#F00;text-decoration: none;}
/* 右三角图标 */
.triangleRight {display:inline-block;width:0;height: 0;border-top:5px solid transparent;border-left:10px solid red;border-bottom:5px solid transparent;}


/* content */
.contentbox .title {text-align: center;padding-top:35px;}
.contentbox .title .more{float: right;color:#333;margin:10px 0 0;padding-right: 30px;}
.contentbox .title h2 {margin-bottom:25px;color:#000;font-size: 40px;}
.contentbox .title p {margin: 25px 0 0;}
.contentbox .title a {margin: 0 15px;}
.contentbox .title a:link,.contentbox .title a:visited {color:#333;}
.contentbox .title a:hover,.contentbox .title a:active {color:#666;}


