<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	border: 0;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
}

.news .title a:visited {color: #2495e5;}
.news .title a:link {color: #2495e5;}
.news .title a:hover {color: #2495e5;}
.news .title a:active {color: #2495e5;}

.cnews .left .title a:visited {color: #2495e5;}
.cnews .left .title a:link {color: #2495e5;}
.cnews .left .title a:hover {color: #2495e5;}
.cnews .left .title a:active {color: #2495e5;}

.standard .title a:visited {color: #2495e5;}
.standard .title a:link {color: #2495e5;}
.standard .title a:hover {color: #2495e5;}
.standard .title a:active {color: #2495e5;}

.standard .down a:visited,
.date a:visited,
.cbenchmark .left .down a:visited,
.benchmark a:visited,
.notice .right a:visited {
	color: #000000;
}

.standard .down a:link,
.date a:link,
.cbenchmark .left .down a:link,
.benchmark a:link,
.notice .right a:link {
	color: #000000;
}

.standard .down a:hover,
.date a:hover,
.cbenchmark .left .down a:hover,
.benchmark a:hover,
.notice .right a:hover {
	color: #000000;
}

.standard .down a:active,
.date a:active,
.cbenchmark .left .down a:active,
.benchmark a:active,
.notice .right a:active {
	color: #000000;
}
.warp {
	margin: 0 auto;
	width: 1000px;
}
.my-warp-color {
	background: #f5f5f5;
}
.header .toppic {
	height: 131px;
	background: #2495e5 url(./images/indexBG.png) no-repeat;
	background-size: cover;
}
.header .toppic .sign {
	position: relative;
	height: 36px;
	width: 325px; 
	top: 50%;
	transform: translate(0, -50%);
	margin-left: 82px;
	float: left;
}
.header .toppic .search {
	position: relative;
	height: 25px;
	width: 241px;
	top: 50%;
	transform: translate(0, -50%);
	float: right;
	margin-right: 80px;
	background: white;
}
.header .toppic .search_input {
	float: left;
	width: 210px;
	height: 23px;
	font-size: 12px;
	color: #444;
	border: 1px solid #999;
	border-right: 0;
}
.header .toppic .search_btn {
	float: left;
	width: 25px;
	height: 25px;
	text-indent: -99999px;
	border: none;
	background: #147ac2 url(./images/sousuo.png) no-repeat;
	background-size: 16px;
    background-position: center;
}
.header .toolbar {
	height: 32px;
	background:#147ac2;
	overflow: hidden;
}
.header .toolbar .tul {
	display: block;
	width: 880px;
	margin: 0 auto;
}
.header .toolbar .tul .tli {
	float: left;
	list-style: none;
	height: 32px;
	line-height: 32px;
	text-align: center;
	width: 60px;
	margin: 0 25px;
	position: relative;
}
.header .toolbar .tul .tlia::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	margin: auto;
	width: 26px;
	height: 2px;
	background-color: #ffa119;
}
.header .toolbar ul li a {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
}
.header .date {
	height: 25px;
	line-height: 25px;
	font-size: 8px;
	width: 100%;
	background: #f5f5f5;
}
.header .date &gt; div {
	margin-left: 90px;
}
.news {
	height: 303px;
	background: #ffffff;
	/*border-left: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;*/
}
.news .title {
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	width: 390px;
	/*margin: 0 auto;*/
	color: #2495e5;
	position: relative;
	font-weight: bold;
}
.news .title::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: #ebebeb;
}
.news .content {
	/*width: 473px;
	margin: 0 auto;*/
}
.news .left .content {
	/*padding-top: 18px;
	height: 270px;*/
}
.news .right .content {
	/*padding-top: 9px;
	height: 270px;*/
}
.news .left,
.notice .left {
	float: left;
	margin-left: 83px;
	width: 390px;
	/*
	padding-left: 10px;*/
}
.news .right,
.notice .right {
	float: right;
	width: 390px;
	/*padding-right: 10px;*/
	margin-right: 83px;
}
.news ul {
	margin-top: 16px;
}
.news li {
	width: 390px;
	height: 25px;
	/*line-height: 26px;*/
	list-style: none;
	/*text-indent: 2px;*/
}
.news li a {
	width: 276px;
	text-decoration: none;
	cursor: pointer;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	float: left;
	font-size: 12px;
	color: #000;
}
.news li span {
	float: right;
	font-size: 12px;
	/*margin-right: 10px;*/
}
.news .content .flash {
	width: 386px;
	height: 234px;
	margin-top: 16px;
}

.cnews {
	height: 255px;
	background: #ffffff;
	/*border-left: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;*/
}
.cnews .title {
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	width: 304px;
	/*margin: 0 auto;*/
	color: #2495e5;
	position: relative;
	font-weight: bold;
}
.cnews .right .title{
	width: 385px;
}
.cnews .title::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 1PX;
	background-color: #ebebeb;
}
.cnews .content {
	/*width: 390px;
	margin: 0 auto;*/
}
.cnews .left .content {
	padding-top: 18px;
	/*height: 311px;*/
}
.cnews .right .content {
	/*padding-top: 9px;
	height: 320px;*/
}
.cnews .left,
.download .left,
.standard .left {
	float: left;
	/*width: 473px;
	padding-left: 10px;*/
	margin-left: 125px;
}
.cnews .right,
.download .right {
	float: right;
	/*width: 473px;
	padding-right: 10px;*/
	margin-right: 125px;
}
.standard .right {
	float: right;
	margin-right: 125px;
}
.center {
	display: inline-block;
	width: 100%;
}
.cnews ul {
	margin-top: 16px;
}
.cnews li {
	width: 385px;
	height: 25px;
	/*line-height: 38px;*/
	list-style: none;
	/*text-indent: 2px;*/
}
.cnews li a {
	width: 285px;
	text-decoration: none;
	cursor: pointer;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	float: left;
	font-size: 12px;
	color: #000;
}
.cnews li span {
	float: right;
	font-size: 12px;
	/*margin-right: 10px;*/
}
.cnews .content .flash {
	width: 304px;
	height: 185px;
}

.news #slider img {
	width: 386px;
	height: 234px;
}
.cnews #slider img {
	width: 304px;
	height: 185px;
}
/* notice v*/
.notice {
	height: 193px;
	background: #f5f5f5;
	/*margin-top: 20px;
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;*/
}
.notice .title {
	height: 54px;
	line-height: 54px;
    font-size: 14px;
    width: 390px;
    /* margin: 0 auto; */
    color: #2495e5;
    position: relative;
    font-weight: bold;
	/*display: table-cell;
    vertical-align: bottom;
	*/
}
/*
.notice .left .title {            
	width: 390px;
}
.notice .right .title {
	width: 473px;
}
*/
.standard .left .content {
	height: 176px;
	width: 473px;
}
.title {
	height: 26px;
}
.title .menu a {
	float: left;
    width: 70px;
    height: 12px;
    margin-right: 27px;
    text-decoration: none;
}
.notice li{
	width: 386px;
	height: 25px;
	/*line-height: 25px;*/
	list-style: none;
	font-size: 12px;
	/*text-indent: 2px;*/
}
.standard li {
	width: 620px;
	height: 27px;
	line-height: 27px;
	list-style: none;
	/*text-indent: 2px;*/
}
.notice li a {
	width: 386px;
	text-decoration: none;
	cursor: pointer;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	float: left;
	/*font-size: 10px;*/
	color: #000;
}
.notice li span {
	float: right;
	font-size: 14px;
}
.notice .right .content {
	height: 125px;
	width: 392px;
	/*margin: 0 auto;*/
}
.notice .left .content {
	/*padding-top: 16px;*/
	
}

.standard .title {
	height: 43px;
	line-height: 43px;
	font-size: 14px;
	/*display: table-cell;
	vertical-align: bottom;
	*/
	/*margin: 0 auto;*/
	color: #2495e5;
	position: relative;
	font-weight: bold;
}
.standard .left .title {            
	/*width: 678px;*/
}
.standard .right .title {
	/*width: 330px;*/
}

.standard .left .content {
	height: 127px;
	width: 483px;
/*	padding-top: 5px;*/
}
.menu a {
	float:left;
	width: 65px;
	height: 18px;
	margin-right: 25px;
	text-decoration: none;
}
.standard .content ul {
	margin: 4px 0 0 11px;
}
.stitle {
	height: 19px;
}
.stitle .menu a {
	height: 19px;
	width: 100px;
	line-height: 19px;
	font-size: 12px;
	text-align: center;
	border-radius: 3px;
}
.choose2 {
	background: #147ac2;
	color: #ffffff;
	position: relative;
}
.choose2::after {
	content: '';
	border-top: 5px solid #147ac2;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -5px;
	width: 0;
}
.unchoose2 {
	background: #ffffff;
	color: #000000;
}
.standard {
	height: 214px;
	background: #ffffff;
	margin-top: 16px;
	/*border-left: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;*/
}
.standard li {
	width: 472px;
	height: 21px;
	line-height: 21px;
	list-style: none;
	/*text-indent: 2px;*/
}
.standard li a {
	width: 255px;
	text-decoration: none;
	cursor: pointer;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	float: left;
	font-size: 12px;
	color: #000;
}
.standard li span {
	float: right;
	font-size: 12px;
	margin-right: 10px;
}
.standard .right .content {
	height: 181px;
	width: 246px;
	/*width: 330px;
	margin: 0 auto;*/
}
.notice .right .content {
	/*padding-top: 10px;*/
	margin-top: -5px;
}
.notice .right .content .flow {
	height: 52px;
	width: 125px;
	background: #fdfdfd;
	float: left;
	margin: 0 8px 16px 0;
	cursor: pointer;
}
.notice .right .content .flowend {
	height: 52px;
	width: 125px;
	background: #fdfdfd;
	float: left;
	margin-bottom: 16px;
	cursor: pointer;
}
.notice .content .element {
	height: 20px;
	margin-left: 16px;
	top: 50%;
	transform: translate(0, -50%);
	position: relative;
}
.standard .content .element {
	height: 26px;
	margin-left: 10px;
	top: 50%;
	transform: translate(0, -50%);
	position: relative;
}
.notice .content .element img{
	width: 20px;
	height: 20px;
}
.standard .content .element img {
	width: 26px;
	height: 26px;
}
.notice .content .element div {
	height: 20px;
	line-height: 20px;
	float: left;
}
.standard .content .element div {
	height: 26px;
	line-height: 26px;
	float: left;
}
.notice .content .element .span {
	margin-left: 10px;
	font-size: 12px;
}
.standard .content .element .span {
	margin-left: 15px;
	font-size: 12px;
}
/* dwonload */
.download {
	height: 214px;
	background: #ffffff;
	/*overflow: hidden;
	/*margin-top: 20px;
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;*/
}
.download .title {
	height: 58px;
	line-height: 58px;
	font-size: 14px;
	width: 390px;
	/*display: table-cell;
	vertical-align: bottom;*/
	/*margin: 0 auto;*/
	color: #2495e5;
	position: relative;
	font-weight: bold;
}
.download .content {
	height: 160px;
	width: 390px;
	/*margin: 0 auto;*/
}
.download .content {
	/*padding-top: 16px;*/
}

.download .left li {
	/*width: 221px;
	height: 24px;
	line-height: 30px;
	list-style: none;
	float: left;
	text-indent: 2px;*/
	width: 50%;
    height: 21px;
    /*line-height: 30px;*/
    list-style: none;
    float: left;
	font-size: 12px;
    /* text-indent: 2px; 
    padding-right: 5%;*/
}
.download .left .liright {
	margin-left: 25px;
}
.download .left li &gt; a {
	width: 133px;
	text-decoration: none;
	cursor: pointer;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	float: left;
	/*font-size: 14px;*/
	color: #000;
}
.download .left li span {
	float: right;
	/*font-size: 14px;
	margin-right: 25px;*/
	color: #399be6;
	cursor: pointer;
	width: 60px;
	text-align: center;
}

.download .right .content .item .name {
	float: left;
	height: 23px;
	line-height: 23px;
	font-size: 12px;
	width: 48px;
	text-align: right;
}
/*
.download .right .content .item &gt; div:first-child {
	float: left;
	height: 28px;
	line-height: 28px;
}
*/
.download .right .content input {
	border: 1px solid #e2e2e2;
}
.download .right .content .item {
	height: 23px;
	margin: 3px 0 8px 0;
}    

.download .right .content .item .input {
	width: 330px;
	float: left;
	height: 21px;
	margin-left: 10px;
	font-size: 12px;
}
.download .right .content .item .date {
	float: left;
}
.download .right .content .item .date .name {
	/*margin-left: 10px;*/
}
.download .right .content .item .date .input {
	width: 135px;
}
.download .right .content .buttons {
	text-align: right;
	margin-top: 23px;
}
.download .right .content .buttons .button {
	height: 23px;
	width: 105px;
	border: 1px solid #2495e5;
	cursor: pointer;
	font-size: 12px;
}
.download .right .content .buttons .reset {
	color: #2495e5;
	background: #fff;
}
.download .right .content .buttons .search {
	color: #fff;
	background: #2495e5;
}
/*鏍囧噯鍖栧伐浣�*/ 
.benchmark {            
	background: #f5f5f5;
	/*padding: 0 10px;*/
}
.benchmark .title {
	height: 38px;
	display: table-cell;
	vertical-align: bottom;
	/*width: 1010px;
	margin: 0 auto;*/
	color: #2495e5;
	position: relative;
	font-weight: bold;
	padding-left: 83px;
}
.benchmark .content {
	height: 265px;
	margin-left: 83px;
}
.benchmark .content .item {
	height: 212px;
	width: 195px;
	float: left;
	background: #fefefe;
	cursor: pointer;
}
.benchmark .content .left {
	margin: 18px 0;
}
.benchmark .content .right {
	margin: 20px 0 20px 8px;
}
.benchmark .content .center {
	margin: 18px 0 0 19px;
}
.benchmark .content .border .ctitle {
	text-align: center;
	position: relative;
	font-size: 14px;
	font-weight: bold;
}
.benchmark .content .border .ctitle::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -15px;
	right: 0;
	margin: auto;
	width: 42px;
	height: 2px;
	background-color: #258ed5;
}
.benchmark .content .border .ccontent {
	/*padding-top: 21px;*/
	font-size: 12px;
	text-align: justify;
	word-break: break-all;            
	line-height: 17px;
	margin-top: 33px;
	color: #999999;
}
.benchmark .content .item .border {
	width: 146px;
	margin:0 auto;
}
.benchmark .content .item .border .img {
	/*height: 57px;*/
	width: 50px;
	margin: 0 auto;
	padding: 16px 0;
}
.benchmark .content .item .border .img img {
	height: 57px;
	width: 50px;
}
/*footer*/
.footer {
	/*width: 1010px;*/
}
.footer .link {
	height: 98px;
	background: #f5f5f5;
}
.footer .link .arrow {
	float: left;
	width: 10px;
	transform: scale(1, 2);
	height: 98px;
	line-height: 98px;
	color: #91939e;
	cursor: pointer;
	/*涓嶅彲琚€変腑*/
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/*
	transform: scale(1,3);
	-ms-transform: scale(1,3);
	-webkit-transform: scale(1,3);
	-moz-transform: scale(1,3);
	-o-transform: scale(1,3);
	*/
}
.footer .link .lcontent .img {
	width: 110px;
	height: 38px;
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
	float: left;
	margin: 0 15px;
}
.footer .link .lcontent .img img {
	width: 110px;
	height: 38px;
}
.footer .lcontent {
	float: left;
	width: 980px;
	overflow: hidden;
}
.footer .info {
	height: 78px;
	background:#147ac2;
}
.footer .info div {
	text-align: center;
	font-size: 8px;
	color: #ffffff;
	/*height: 30px;
	line-height: 30px;*/
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
	line-height: 20px;
}
.footer .info div:first-child {
	/*padding-top: 28px;*/
}
/*tool*/
.hide {
	display: none;	
}
.choose {
	color: #2495e5;
}
.unchoose {
	color: #000000;
}
/*body*/
.cbody {
	margin-top: 15px;
	height: 464px;
}
.cbody .left {
	width: 209px;
	height: 436px;
	float: left;
	position: relative;
	font-size: 14px;
	margin-left: 83px;
}
.cbody .left .channel {
}
.cbody .left .channel .title {
	height: 42px;
	line-height: 42px;
	color:#ffffff;
	background: #149cea;
	text-align: center;
}
.cbody .left .channel .channels {
	background: #f5f5f5;
	/*max-height: 161px;*/
	height: 161px;
	overflow-x: hidden;
}
.cbody .left .channel .channels ul {
	margin-top: 10px;
}
.cbody .left .channel .channels ul .li {
	height: 46px;
	line-height: 46px;
	list-style: none;
}
.cbody .left .channel .channels ul .li .arrowdiv {
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
	padding: 0 12px;
}
.cbody .left .channel .channels ul .li .a {
	text-decoration: none;
	color: #000000;
	margin-left: 30px;
}
.cbody .right {
	width: 606px;
	height:436px;
	float: right;
	background: #f5f5f5;
	position: relative;
	margin-right: 83px;
}
.cbody .right .title {
	height: 41px;
	margin: 0 21px 0 16px;
	position: relative;
}
.cbody .right .title .element {
	height: 15px;
	position: relative;
	color: #149cea;            
	top: 50%;
	transform: translate(0, -50%);
	font-size: 14px;
}
.cbody .right .title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: 1px;
	background-color: #dedede;
}
.cbody .right .title .element img {
	width: 16px;
	height: 16px;
}
.cbody .right .title .element div {
	height: 16px;
	line-height: 16px;
	float: left;
}
.cbody .right .title .element .span {
	margin-left: 10px;
}
.cbody .right .articles {
	margin: 15px 21px 0 16px;
	width: 570px;
	height: 315px;
	overflow: hidden;
}
.cbody .right .articles ul li {
	list-style: none;
	height: 31px;
	font-size: 12px;
}
.cbody .right .articles ul li a {
	width: 299px;
	text-decoration: none;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color: #000000;
	float: left;
}
.cbody .right .articles ul li span {
	float: right;
}
.cbody .right .pagenum {
	position: absolute;
	height: 30px;
	font-size: 13px;
	bottom: 0;
	width: 100%;
}
.cbody .right .pagenum .change {
	bottom: 25px;
	right: 26px;
}
.arrow-right-blue {
	font-size: 0;
	line-height: 0;
	border-width: 5px;
	border-color: #149cea;
	border-right-width: 0;
	border-style: dashed;
	border-left-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
}
.arrow-right-black {
	font-size: 0;
	line-height: 0;
	border-width: 5px;
	border-color: #868686;
	border-right-width: 0;
	border-style: dashed;
	border-left-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
}
.arrow-bottom-blue {
	font-size: 0;
	line-height: 0;
	border-width: 8px;
	border-color: #149cea;
	border-bottom-width: 0;
	border-style: dashed;
	border-top-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
}
.cbody .left .searchbar {
	position: absolute;
	height: 176px;
	bottom: 0;
	width: 100%;
}
.cbody .left .searchbar .title {
	color: #149cea;            
}
.cbody .left .searchbar .item {
	height: 26px;
	margin: 5px 0;
}
.cbody .left .searchbar .item .name {
	width: 51px;
	font-size: 12px;
	float: left;
	height: 21px;
	line-height: 21px;
	text-align: right;
}
.cbody .left .searchbar .item input {
	float: right;
	width: 150px;
	height: 18px;
	border: 1px solid #CCCCCC;
}
.cbody .left .searchbar .buttons {
	text-align: right;
}
.cbody .left .searchbar .buttons .button {
	height: 19px;
	width: 73px;
	cursor: pointer;
}
.cbody .left .searchbar .buttons .reset {
	color: #149cea;
	background: #fff;
	border: 1px solid #149cea;
	font-size: 12px;
}
.cbody .left .searchbar .buttons .search {
	background: #149cea;
	color: #ffffff;
	font-size: 12px;
}
.bcontent {
	margin: 0 83px;
}
.bcontent .title {
	/*margin-top: 25px;*/
	text-align: center;
	height: 54px;
	line-height: 54px;
	font-size: 16px;
	font-weight: bold;
}
.bcontent .info {
	text-align: center;
	font-size: 12px;
	color: #999999;
}
.bcontent .content {
	margin-top: 21px;
	min-height: 478px;
	overflow: auto;
	color: #333333;
	font-size: 12px;
}
.footer {
	background: #f5f5f5;
}
.cbenchmark {
	margin: 15px 0 28px 0;
	height: 436px;
}
.cbenchmark .left {
	float: left;
	width: 209px;
	height: 436px;
	background: white;
	position: relative;
	margin-left: 83px;
	font-size: 14px;
}
.cbenchmark .left .up {
	width: 209px;
	/*height: 178px;*/
	overflow: hidden;
}
.cbenchmark .left .down {
	position: absolute;
	bottom: 0;
}
.cbenchmark .left .down .item {
	margin-top: 12px;
	height: 42px;
	width: 209px;
	background: #f5f5f5;
}
.cbenchmark .left .down .item .element {
	height: 30px;
	margin-left: 15px;
	top: 50%;
	transform: translate(0, -50%);
	position: relative;
}
.cbenchmark .left .down .item .element div {
	height: 26px;
	line-height: 26px;
	float: left;
}
.cbenchmark .left .down .item .element img {
	width: 26px;
	height: 26px;
}
.cbenchmark .left .down .item .element .span {
	font-size: 10px;
	font-weight: 500;
	padding-left: 15px;
	color: #333333;
}
.cbenchmark .left .up .title {
	height: 42px;
	line-height: 42px;
	color: #149cea;
}
.cbenchmark .left .up .item {
	height: 25px;
	margin: 5px 0;
}
.cbenchmark .left .up .item .name {
	width: 51px;
    font-size: 12px;
    float: left;
    height: 21px;
    line-height: 21px;
    text-align: right;

}
.cbenchmark .left .up .item input {
	float: right;
    width: 150px;
    height: 19px;
    border: 1px solid #CCCCCC;
}
.cbenchmark .left .up .buttons {
	text-align: right;
	font-size: 0;
}
.cbenchmark .left .up .buttons .button {
	height: 19px;
	cursor: pointer;
}
.cbenchmark .left .up .buttons .login {
	width: 96px;
	color: #ffffff;
	background: #2495e5;
	font-size: 12px;
}
.cbenchmark .left .up .buttons .password {
	width: 56px;
	background: #ffffff;
	color: #ff3a3a;
	font-weight: 500;
	position: relative;
	font-size: 12px;
}
.cbenchmark .left .up .buttons .password::after {
	content: 'aaa';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: 1px;
	background-color: #dedede;
}
.cbenchmark .right {
	float: right;
	width: 606px;
	height: 436px;
	background: #f5f5f5;
	margin-right: 83px;
}
.cbenchmark .right .title {
	height: 41px;
	position: relative;
	margin: 0 21px 0 16px;
}
.cbenchmark .right .title .element {
	height: 16px;
	top: 50%;
	transform: translate(0, -50%);
	position: relative;
}
.cbenchmark .right .title .element div {
	float: left;
}
.cbenchmark .right .title .element img {
	width: 16px;
	height: 16px;
}
.cbenchmark .right .title .element .span {
	margin-left: 11px;
	height: 16px;
	font-size: 14px;
	line-height: 16px;
	color: #149cea;
}
.cbenchmark .right .title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 1px;
    background-color: #dedede;
}
.cbenchmark .right .rcontent {
	margin: 15px 21px 0 16px;
	/*line-height: 25px;
	font-size: 12px;*/
	height: 450px;
	overflow-y: auto;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}
.sitemap {
	padding: 12px 12px 135px 12px;
}
.sitemap .title {
	height: 65px;
	line-height: 65px;
	font-size: 15px;
	font-weight: bold;
}


.sitemap .mcontent .left {
	width: 400px;
	float: left;
}
.sitemap .mcontent .left .element {
	height: 18px;
	margin: 13px 0;
	top: 50%;
	transform: translate(0, -50%);
	position: relative;
}
.sitemap .mcontent .left .element div {
	float: left;
}
.sitemap .mcontent .left .element div:first-child {
	width: 18px;
	height: 18px;
}
.sitemap .mcontent .left .element div img {
	width: 18px;
	height: 18px;
}
.sitemap .mcontent .left .element .span {
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	font-weight: 500;
	padding-left: 12px;
}
.sitemap .mcontent .left .element .span p {
	margin-left: 4px;
	height: 30px;
}
.sitemap .mcontent .left .title2 {
	height: 68px;
	line-height: 68px;
	font-size: 16px;
}
.sitemap .mcontent .right img {
	width: 380px;
	height: 380px;
}
.standard .right .content .item {
	height: 21px;
	line-height: 21px;
	margin-bottom: 10px;
}
.standard .right .content .item .name {
	float: left;
	width: 56px;
	font-size: 12px;
}
.standard .right .content .item input {
	height: 19px;
	border: 1px solid #dedede;
	float: right;
	width: 182px;
}
.standard .right .content .item .aaa {
	float: right;
	width: 184px;
}
.standard .right .content .item .aaa input {
	float: left;
	width: 114px;
	height: 19px;
}
.standard .right .content .buttons {
	text-align: right;
}
.standard .right .content .buttons .button {
	cursor: pointer;
	height: 21px;
}
.standard .right .content .buttons .login {
	width: 110px;
	color: #ffffff;
	background: #2495e5;
	font-size: 12px;	
}
.standard .right .content .buttons .password {
	width: 54px;
    font-size: 12px;
	background: #ffffff;
	color: #ff3a3a;
	margin-left: 15px;
}
.standard .right .content .buttons .reset {
	width: 109px;
	border: 1px solid #2495e5;
	color: #2495e5;
	background: #ffffff;
	font-size: 12px;
}
.standard .right .content .buttons .search {
	width: 109px;
	background: #2495e5;
	color: #ffffff;
	font-size: 12px;
}
.standard .right .content .down .item {
	height: 42px;
	background: #f5f5f5;
}
.data {
	background: #ffffff;
	height: 895px;
	border-top: 1px solid #d3d3d3;
}

.data .item {
	width: 504px;
	float: left;
	height: 32px;
	border-bottom: 1px solid #d3d3d3;
}
.data .item .name {
	width: 125px;
	float: left;
	height: 32px;
	line-height: 32px;
	text-align: center;
	position: relative;
	font-size: 14px;
}
.data .item .field {
	float: right;
	width: 378px;
	text-align: center;
	height: 22px;
	top: 50%;
	transform: translate(0, -50%);
	position: relative;            
}
.data .item .field2 {
	width: 125px;
	float: left;
}
.data .item .field3 {
	float: left;
}
.data .item .field .input {
	width: 362px;
	height: 22px;
	font-size: 12px;
}
.data .item .field .radio {
	float: left;
	height: 22px;
	line-height: 22px;
	margin-left: 12px;
}
.data .item .field .radio input {
	float: left;
	height: 16px;
	top:50%;
	transform: translate(0, -50%);
	position: relative;
}
.data .item .field .radio .span {
	float: left;
	margin-left: 5px;
	cursor: pointer;
	font-size: 13px;
}
.data .item .field .radio label {
	cursor: pointer;
	font-size: 12px;
}
.data .item .field .buttons {
	width: 117px;
	float: right;
}
.data .item .field .buttons .button {
	width: 45px;
	height: 22px;
	background: #2a82e4;
	color: #ffffff;
	margin: 0 5px;
}
.data .item .field2 .input {
	width: 107px;
}
.data .item .field3 .input {
	width: 241px;
}
.data .item2 {
	width: 1008px;
}
.data .item .field4 {
	width: 882px;
}
.data .item .field4 .input {
	width: 868px;
}
.data .item-row {
	height: 66px;
}
.data .item .name-row {
	height: 66px;
	line-height: 66px;
}
.data .float-left {
	float: left;
}
.data .item .field5 {
	width: 757px;
}
.data .item .field6 {
	width: 316px;
	float: left;
}
.data .item .field6 .input {
	width: 300px;
}
.data .item-row-input {
	width: 441px;
}
.data .submit {
	clear: both;
	width: 100%;
	text-align: center;
	height: 60px;
}
.data .submit .button {
	top: 50%;
    transform: translate(0, -50%);
    position: relative;
	height: 26px;
	width: 54px;
	border: 1px solid #d3d3d3;
	background: #ffffff;
	cursor: pointer;
}
.data .item .name::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	width: 1px;
	background-color: #d3d3d3;
}
.data .item .name::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	width: 1px;
	background-color: #d3d3d3;
}
.data .item  .clearfix {
	border-bottom: 0;
}
.clearfix::after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.data input[type="radio"] {
    opacity: 0;
}
.data input[type="radio"] + label::before {
	margin-top: 2px;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 5px;
    vertical-align: text-bottom;
    border: 1px solid #149cea;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
}
.data input[type="radio"]:checked +  label::before {
    background-color: white;
    background-clip: content-box;
    border-color: #149cea;
    border-width: 5px;
}
.data input[type="checkbox"] {
    opacity: 0;
}
.data input[type="checkbox"] + label::before {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
    border: 1px solid #149cea;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
}
.data input[type="checkbox"]:checked +  label::before {
    content: "\2714";
	color: #ffffff;
	background: #149cea;
	height: 16px;
	line-height: 16px;
}
/*鏍囧噯鏌ヨ*/
.benchmark-search {
	width: 980px;
	margin: 0 auto;
	margin-top: 20px;
}
.benchmark-search .item {
	float: left;
	width: 490px;
	margin-bottom: 10px;
}
.benchmark-search .item .name {
	width: 100px;
	float: left;
	height: 30px;
	line-height: 30px;
	text-align: right;
}
.benchmark-search .item .field {
	float: left;
	width: 350px;
	height: 30px;
	margin-left: 5px;
}
.benchmark-search .item .field .input {
	width: 100%;
	height: 100%;
	border: 1px solid #d3d3d3;
}
.benchmark-search .button {
	margin-right: 33px;
	width: 70px;
	height: 25px;
	border: 1px solid #f5f5f5;
	background: #ffffff;
	cursor: pointer;
}
.benchmark-info {
	margin: 10px 0;
}
.benchmark-info .info-header {
	background: #f5f5f5;
	width: 1010px;
	height: 25px;
	line-height: 25px;
}
.benchmark-info .info-content {
	height: 370px;
	overflow-y: auto;
}
.benchmark-info .info-content .info-line {
	height: 30px;
	line-height: 30px;
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
}
.benchmark-info .info-content .info-line .info {
	float: left;
	width: 800px;
	padding-left: 10px;				
}
.benchmark-info .info-content .info-line .date {
	float: right;
	width; 100px;
	padding-right: 10px;
}
.inputarea .login-area {
	width: 280px;
	height: 200px;
	margin: 0 auto;
	top: 50%;
	transform: translate(0, -50%);
	position: relative;
}
.inputarea .login-area .title {
	height: 25px;
	line-height: 25px;
	text-align: center;
}
.inputarea .login-area .item {
	/*width: 255px;*/
	height: 25px;
	line-height: 25px;
	margin: 5px 0;
}
.inputarea .login-area .item .name {
	font-size: 12px;
	width: 80px;
	float: left;
	text-align: right;
}
.inputarea .login-area .item .input {
	font-size: 12px;
	width: 170px;
	height: 25px;
	float: right;
	border: 1px solid #d3d3d3;
}
.inputarea .login-area .item #validate_code {
	width: 60px;
}
.inputarea .login-area .item .send-code {
	font-size: 10px;
	width: 90px;
	height: 27px;
	float: right;
	margin-left: 20px;
	cursor: pointer;
}
.inputarea .login-area .buttons {
	text-align: right;
	margin-top: 20px;
}
.inputarea .login-area .buttons .button {
	width: 110px;
	height: 25px;
	cursor: pointer;
}
.inputarea .login-area .buttons .important {
	background: #2495e5;
	color: #ffffff;
}
.inputarea .login-area .buttons .register {
	
}
.inputarea .login-area .item .radio {
	float: left;
	font-size: 10px;
	margin-right: 10px;
}
.inputarea {
	height: 500px;
}</pre></body></html>