@charset "utf-8";
::-webkit-scrollbar{
    width: 10px;
    height: 10px;
    background:#eee;
}
::-webkit-scrollbar-track{
	background: transparent;
}
::-webkit-scrollbar-thumb{
    min-height: 28px;
    padding: 100px 0 0;
    background: rgba(0,0,0,.2);
    background-clip: padding-box;
    border:solid 2px transparent;
    border-radius: 5px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1), inset 0 -1px 0 rgba(0,0,0,.07);
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.1), inset 0 -1px 0 rgba(0,0,0,.07);
}
::selection{
	background:#d2000c;
	color:#fff;
}
::-moz-selection{
	background:#d2000c;
	color:#fff;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,form,input,p,span,figure{
	margin:0;
	padding:0;
}
body{
	min-width: 1000px;

	color:#666;


}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	border:none;
}
i,s,u,em{
	font-style:normal;
	text-decoration:none;
}
ul,li{
	list-style:none;
}
input{
	
	outline: none;
	border: none;
}
form *:focus{
	outline:none;
}
a{
	color: #333;
	text-decoration: none;
}
a:hover{
	color: #d2000c;
	text-decoration: none;
}
a:focus{
	outline:none;
}
.oh{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.dn{
	display: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.cf:after {
	content: ".";
	font-size: 0;
	height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
.cf{
	zoom:1;
}
.cf .blue{background: #1e90f3;}


.container {
	width: 100%;
	height: 100%;
    margin-top: 16%;
}
.content-box{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
/* ············· header*/
.header{
	width:100%;
	height: 100px;
}
.fixed{
	background: #d2000c;
	box-shadow: 0 1px 10px rgba(0,0,0,.3);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
}
.header .logo{
	width: 442px;
	height: 100px;
	background: url(../images/logo.png) left 23px no-repeat;
}
.nav{
	width: 100%;
	height: 55px;
	background: rgba(0,98,157,.35);    
    animation-fill-mode: none !important;
}
.nav li{
	width: 267px;
	float: left;
}
.nav li a{
	font:bold 20px/55px "microsoft yahei";
	text-align: center;
	color: #fff;
	display:block;
}
.nav li a:hover{
	background:#d2000c;
}
.fixed .nav li a:hover{
	background:#b9000b;
}
.nav .login, .out{
	width: 95px;
	height: 36px;
	font: 14px/34px "microsoft yahei";
	color: #fff;
	margin-top: 10px;
	padding-left: 38px;
	border-radius: 4px;
	border: solid 1px #fff;
	background: url(../images/icon_login.png) 14px center no-repeat;
	position: relative;
	-webkit-transition: background .3s, border .2s;
	-moz-transition: background .3s, border .2s;
	transition: background .3s, border .2s;
}
.nav .login:hover{
	background: #d2000c url(../images/icon_login.png) 14px center no-repeat;
	border-color: #d2000c;
}
.fixed .login:hover{
	color: #d2000c;
	border-color: #fff;
	background: #fff url(../images/icon_login_red.png) 14px center no-repeat;
}
/*  out*/
.login .out{
	color: #666;
	margin-top: 0;
	border-color: #d2000c;
	background: #fff url(../images/icon_out.png) 14px center no-repeat;
	box-shadow: 0 5px 5px rgba(0,0,0,.15);
	position: absolute;
	top: 0;
	left: -1px;
	z-index: auto;
	visibility: hidden;
	filter:alpha(opacity=0);-moz-opacity: 0;-khtml-opacity: 0;opacity: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.nav .login:hover{
	border-radius: 3px 3px 0 0;
}
.nav .login:hover .out{
	visibility: visible;
	border-radius: 0 0 3px 3px;
	top: 35px;
	filter:alpha(opacity=100);-moz-opacity: 100;-khtml-opacity: 100;opacity: 100;
}
.fixed.nav .login .out{
	border-color: #fff;
	top: 36px;
}
/* search */
:-moz-placeholder {
	color: #fff;
}
::-moz-placeholder {
	color: #fff;
}
input:-ms-input-placeholder{
	color: #fff;
}
input::-webkit-input-placeholder{
	color: #fff;
}
input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {
	-webkit-text-fill-color: #ededed !important;
	-webkit-box-shadow: 0 0 0px 1000px transparent  inset !important;
    background: transparent;
    background-image: none;
	transition: background 50000s ease-in-out 0s;
}
input{
	background:transparent;
}
.search {
	width: 360px;
	margin-top: 30px;
	position: relative;
}
.search-elem {
	font: 14px/40px "microsoft yahei";
	color: #fff;
	 padding: 0 46px 0 15px;  
	width: 100%;
	height: 40px;
	border-radius: 50px;
	border: solid 1px rgba(255,255,255,.4);
	background: rgba(128,208,255,.4);
	transition: all .3s ease-in-out;
}
.search-elem:focus{
	border-color: #fff;
}
.search a.search-btn {
	width: 46px;
	height: 40px;
	background: url(../images/icon_search_white.png) center center no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}
/* ············· /header*/
/* ············· banner*/
.banner-box, .icon ul, .platform-manage ul, .pic, .glxt-evaluation li, .glxt-monitor li{
	box-shadow: 0 0 10px rgba(0,0,0,.15);
} 
.banner-box{
	width: 1200px;
	height: 350px;
	border: solid 3px #fff;
	border-radius: 8px;
	margin: 20px auto 25px;
}
.mt100{
	margin-top: 100px;
}
.mt80{
	margin-top: 80px;
}
.banner {
	width: 1194px;
	text-align: center;
	border-radius: 5px;
	position: relative;
}
.banner ul {
	width: 300%;
}
.banner ul li {
	float: left;
	width: 33%;
	height: 344px;
}
.banner ul li a{
	width: 100%;
	height: 100%;
	display: block;
}
.banner .dots {
	width: 100%;
	font-size: 0;
	position: absolute;
	left: 0;
	bottom: 15px;
}
.banner .dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	transition: background .3s;
}
.banner .dots li.active, .banner .dots li:hover{
	background: #d2000c;
}
.banner .arrows {
	color: transparent;
	cursor: pointer;
}
.banner .prev, .banner .next{
	width: 35px;
    height: 35px;
    background: url(../images/icon_arrow_group.png) no-repeat;
    margin-top: -18px;
	filter:alpha(opacity=0);-moz-opacity: 0;-khtml-opacity: 0;opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity .3s, left .3s, right .3s;
	-moz-transition: opacity .3s, left .3s, right .3s;
	transition: opacity .3s, left .3s, right .3s;
}
.banner .prev{
	background-position: 0 -35px;
	left: 0;
}
.banner .next{
	background-position: -35px -35px;
    right: 0;
}
.banner .prev:hover{
	background-position: 0 0;
}
.banner .next:hover{
	background-position: -35px 0;
}
.banner:hover .prev{
	left: 8%;
}
.banner:hover .next{
	right:8%;
}
.banner:hover .prev, .banner:hover .next, .icon li:hover span, .pic:hover .arrow, .pic:hover p, .platform-manage li:hover .arrow, .contact .btn:hover .wechat, .glxt-evaluation li:hover span{
	filter:alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;
}
/* ············· /banner*/
/* ············· icon Evaluation and monitor*/
.evaluation{
	width: 902px;margin-left: 60px;
}	
.monitor{
	width: 338px;
}
.tit{
	font: bold 18px/18px "microsoft yahei";
	color: #222;
	padding-bottom: 10px;
	text-shadow: 3px 1px 6px rgba(255,255,255,1);
}
.tit span{
	float: left;
	width: 4px;
	height: 16px;
	margin: 2px 10px 0 0;
	border-radius: 4px;
	background: #d2000c;
	box-shadow: 1px 0px 4px rgba(255,255,255,.8);
}
.icon ul, .platform-manage ul{
	border-radius: 8px;
	border: solid 1px #fff;
	background: rgba(255,255,255,.9);
	overflow: hidden;
}
.icon li{
	float: left;
	width: 33.3333333%;
	height: 200px;
	text-align: center;
}
.monitor.icon li{
	width: 50%;
}
.icon li a, .glxt-evaluation li a{
	width: 100%;
	display: block;
}
.icon li+li{
	border-left: solid 1px rgba(0,0,0,.08);
}
.icon li i, .glxt-evaluation li i{
	width: 56px;
	height: 56px;
	display: block;
	background: url(../huizongimages/icon_pg_group.png) no-repeat;
	margin: 40px auto 18px;
}
.icon li:nth-of-type(1) i, .glxt-evaluation li:nth-of-type(1) i{
	background-position: -21px -13px;
}
.icon li:nth-of-type(2) i, .glxt-evaluation li:nth-of-type(2) i{
	background-position: -99px -13px;
}
.icon li:nth-of-type(3) i, .glxt-evaluation li:nth-of-type(3) i{
	background-position: -181px -13px;
}
.icon li:nth-of-type(4) i, .glxt-evaluation li:nth-of-type(4) i{
	background-position: -144px 0;
}
.icon li:nth-of-type(5) i, .glxt-evaluation li:nth-of-type(5) i{
	background-position: -192px 0;
}
.monitor.icon li:nth-of-type(1) i{
	background-position: -240px 0;
}
.monitor.icon li:nth-of-type(2) i{
	background-position: -288px 0;
}
.icon li p{
	font:  24px/24px "microsoft yahei";
	color: #333;
	padding: 15px 27px 15px;
}
.icon .blue    p {
    color: #fff;
    font-size:30px;
    padding-top:50px;
    line-height:45px;
}
.icon li span, .pic .arrow, .platform-manage .arrow, .glxt-evaluation li span{
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-top: 15px;
	background: url(../images/icon_arrow.png) no-repeat;
	filter:alpha(opacity=0);-moz-opacity: 0;-khtml-opacity: 0;opacity: 0;
}
.header, .header-red, .icon li, .icon li a, .icon li i, .icon li p, .icon li span, .pic .bg, .pic p, .pic .arrow, .platform-manage .arrow, .platform-manage .bg, .platform-manage p, .photo-news li, .photo-news li .imgbox img, .news-desc .time .btn, .pageturning a, .text-news dl, .text-news dt span, .text-news dd a, .text-news dd p, .pic img, .platform-manage li img, .glxt-evaluation li, .glxt-evaluation li i, .glxt-evaluation li a, .glxt-evaluation li p, .glxt-evaluation li span, .glxt-platform li img, .search-result li{
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.icon li:hover, .glxt-evaluation li:hover{
	background: #1e90f3;
}
.icon li:hover a{
	margin-top: -0px;
}
.icon li:nth-of-type(1):hover i, .glxt-evaluation li:nth-of-type(1):hover i{
	background-position: -21px -83px;
}
.icon li:nth-of-type(2):hover i, .glxt-evaluation li:nth-of-type(2):hover i{
	background-position: -99px -83px;
}
.icon li:nth-of-type(3):hover i, .glxt-evaluation li:nth-of-type(3):hover i{
	background-position: -181px -83px;
}
.icon li:nth-of-type(4):hover i, .glxt-evaluation li:nth-of-type(4):hover i{
	background-position: -144px -48px;
}
.icon li:nth-of-type(5):hover i, .glxt-evaluation li:nth-of-type(5):hover i{
	background-position: -192px -48px;
}
.monitor.icon li:nth-of-type(1):hover i{
	background-position: -240px -48px;
}
.monitor.icon li:nth-of-type(2):hover i{
	background-position: -288px -48px;
}
.icon li:hover p, .glxt-evaluation li:hover p{
	color: #fff;
}
.icon li:hover span{
	margin-top: 0;
}
/* ············· /icon Evaluation and monitor*/
/* ············· picbox*/
.tit.zjk span{
	margin-right: 6px;
}
.picbox, .platform-manage{
	width: 770px;
	margin-top: 25px;
}
.picbox li{
	float: left;
	width: 138px;
}
.picbox li+li{
	margin-left: 20px;
}
.pic{
	height: 100px;
	border-radius: 8px;
	border: solid 1px #fff;
	overflow: hidden;
	position: relative;
}
.pic img{
	width: 100%;
	height: 98px;
	display: block;
	border-radius: 8px;
}
.pic p, .platform-manage p{
	width: 100%;
	text-align: center;
	filter:alpha(opacity=0);-moz-opacity: 0;-khtml-opacity: 0;opacity: 0;
	position: absolute;
	bottom: 0px;
}
.pic .text, .platform-manage .text{
	font:bold 14px/20px "microsoft yahei";
	color: #fff;
	display: block;
}
.pic .arrow, .platform-manage .arrow{
	margin-top: 8px;
}
.pic .bg, .platform-manage li .bg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.pic:hover .bg, .platform-manage li:hover .bg{
	background: rgba(210,0,12,.75);
}
.pic:hover p, .platform-manage li:hover p{
	height: auto;
	bottom: 21px;
}
.platform-manage{
	width: 410px;
}
.platform-manage li{
	width: 33.3333%;
	height: 98px;
	float: left;
	overflow: hidden;
	position: relative;
}
.platform-manage li img{
	display: block;
}
.platform-manage li:first-child img{
	border-radius: 8px 0 0 8px;
}
.platform-manage li:last-child img{
	border-radius: 0 8px 8px 0;
}
.platform-manage p{
	height: 40px;
	filter:alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;
}
.platform-manage .text{
	padding-top: 14px;
}
.platform-manage li .text-shadow{
	height: 40px;
	background: url(../images/line_platform_manage.png) left bottom repeat-x;
	top:auto;
	bottom: 0;
}
.platform-manage li:hover .text-shadow{
	background: none;
}

/* ············· /picbox*/
/* ············· footer*/
.footer{
	width: 100%;
	padding: 28px 0;
}
.footer p{
	font: 12px/22px "microsoft yahei";
	color: #fff;
  text-align:center;
    text-shadow: 2px 1px 3px rgba(0,0,0,.2);
}
.contact .btn, .contact .btn span, .wechat{
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
}
.contact .btn{
	width: 34px;
	height: 34px;
	float: left;
	margin-top: 5px;
	border-radius: 50%;
	border: solid 1px #fff;
	overflow: hidden;
	position: relative;
}
.contact a+a{
	margin-left: 15px;
}
.contact .btn span{
	width: 0;
	height: 0;
	display: block;
	border-radius: 50%;
	background: #d2000c;
	position: absolute;
	left: 50%;
	top: 50%;
}
.contact .btn i{
	width: 20px;
	height: 16px;
	display: block;
	margin: 8px auto;
	background: url(../images/icon_footer_group.png) no-repeat;
	position: relative;
	z-index: 1;
}
.contact .btn:nth-child(1) i{
	background-position: -40px 0;
}
.contact .btn:nth-child(2) i{
	background-position: 0 0;
}
.contact .btn:nth-child(3) i{
	background-position: -20px 0;
}
.contact .btn:hover{
	border: solid 1px #d2000c;
	background: #d2000c;
	overflow: visible;
	cursor: pointer;
}
.contact .btn:hover span{
	width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.wechat{
	width: 90px;
	height: 90px;
	padding: 4px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.35);
	position: absolute;
	top: -100px;
	left: -28px;
	filter:alpha(opacity=0);-moz-opacity: 0;-khtml-opacity: 0;opacity: 0;
}
.wechat:after{
	content: "";
	border: solid 5px transparent;
	border-top-color: #fff;
	position: absolute;
	bottom: -10px;
	left: 40px;
}
/* ············· /footer*/
/*  Information promotion*/
.tag{
	width: 760px;
	margin: 55px auto 25px;
	padding: 0 20px;
	border-bottom: solid 1px rgba(255,255,255,.5);
}
.tag.ywyj{
	width: 400px;
}
.tag li{
	font: 20px/20px "microsoft yahei";
	color: #fff;
	text-align: center;
	text-shadow: 2px 1px 3px rgba(0,0,0,.2);
	float: left;
	padding-bottom: 25px;
	margin: 0 20px;
	position: relative;
}
.tag li:after{
    content: " ";
    width: 0%;
    height: 2px;
    display: block;
    background: #d2000c;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transition: left 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.tag li.on, .tag li:hover{
	text-shadow: 2px 1px 3px rgba(255,255,255,.7);
	cursor: pointer;
}
.tag li.on:after, .tag li:hover:after {
    width: 100%;
    left: 0;
}
.tag li.on, .tag li:hover{
	font-weight: bold;
    color: #d2000c;
}
/* display-switch */
.display-switch{
	width: 65px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 16px;
}
.display-switch li{
	width: 50%;
	height: 30px;
	float: left;
	border: solid 1px rgba(255,255,255,.5);
}
.display-switch li:after{
	content: "";
	position: absolute;
	width: 1px;
	height: 28px;
	background: #72c1e8;
	position: absolute;
	top: 1px;
	left: 32px;
}
.display-switch li:first-child{
	border-right: none;
}
.display-switch li:last-child{
	padding-top: 5px;
	border-left: none;
}
.display-switch li a{
	width: 100%;
	height: 15px;
	display: block;
}
.display-switch .switch1{
	width: 7px;
	height: 7px;
	display: block;
	margin: 7px 0 0 7px;
	background: rgba(255,255,255,.5);
	box-shadow: 9px 0 0 rgba(255,255,255,.5), 9px 8px 0 rgba(255,255,255,.5), 0 8px 0 rgba(255,255,255,.5);
}
.display-switch .switch2{
	width: 16px;
	height: 2px;
	display: block;
	margin: 3px 0 0 8px;
	background: rgba(255,255,255,.5);
	position: relative;
}
.display-switch .switch2:after{
	content: "";
	width: 2px;
	height: 2px;
	background: #72c1e8;
	position: absolute;
	left: 2px;
}
.display-switch li.on, .display-switch li:hover{
	background: #fff;
	cursor: pointer;
}
.display-switch li.on .switch1, .display-switch li:hover .switch1{
	background: #d2000c;
	box-shadow: 9px 0 0 #d2000c, 9px 8px 0 #d2000c, 0 8px 0 #d2000c;
}
.display-switch li.on .switch2, .display-switch li:hover .switch2{
	background: #d2000c;
}
.display-switch li.on .switch2:after, .display-switch li:hover .switch2:after{
	background: #fff;
}
/* News Picture plus text */
.photo-news li{
	position: relative;
	z-index: 3;
}
.photo-news li:nth-of-type(2){
	z-index: 2;
}
.photo-news li:nth-of-type(3){
	z-index: 1;
}
.photo-news li{
	width: 384px;
	float: left;
	border: solid 3px #fff;
	border-bottom: none;
}
.photo-news li+li{
	margin-left: 24px;
}
.photo-news li .imgbox{
	display: block;
	overflow: hidden;
}
.photo-news li .imgbox img{
	display: block;
}
.news-desc{
	padding: 28px 22px 0;
	background: #fff;
}
.news-desc h3, .list-news li a, .text-news dd a{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.news-desc h3{
	font: 20px/21px "microsoft yahei";
	color: #333;
}
.news-desc .text{
	font: 14px/24px "microsoft yahei";
	color: #808080;
	padding: 15px 0;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
    height:78px;
}
.news-desc .time{
	height: 60px;
	font: 14px/60px "microsoft yahei";
	color: #999;
	border-top: solid 1px #eee;
}
.news-desc .time i{
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-right: 6px;
	vertical-align: text-top;
	background: url(../images/icon_time.png) left center no-repeat;
}
.news-desc .time .btn{
	width: 30px;
	height: 30px;
	margin-top: 15px;
	border-radius: 50%;
	background: #ddd;
	position: relative;
}
.news-desc .time .btn:after{
	content: "";
	width: 6px;
	height: 6px;
	display: inline-block;
	position: absolute;
	right: 14px;
	top: 40%;
	border-top: 1px solid #909090;
	border-right: 1px solid #909090;
	-webkit-transform: rotate(45deg) translateZ(0);
	-moz-transform: rotate(45deg) translateZ(0);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg) translateZ(0);
}
.photo-news li:hover{
	-webkit-box-shadow: 0 0 15px 3px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 15px 3px rgba(0,0,0,.15);
    box-shadow: 0 0 15px 3px rgba(0,0,0,.15);
}
.photo-news li .imgbox:hover img, .pic:hover img, .platform-manage li:hover img, .glxt-platform li:hover img{
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	transform: scale(1.06);
}
.photo-news li:hover h3{
	color: #d2000c;
}
.photo-news li:hover .btn{
	background: #d2000c;
}
.photo-news li:hover .btn:after{
	border-top-color: #fff;
	border-right-color: #fff;
}
/* News Text list */
.list-news ul{
	padding: 30px;
	background: #fff;
}
.list-news li{
	width: calc(50% - 20px);
	height: 38px;
	float: left;
}
.list-news li:nth-of-type(even){
	margin-left: 40px;
}
.list-news li a{
    width: 77%;
	font: 16px/38px "microsoft yahei";
	color: #333;
    float: left;
}
.list-news li i{
	width:5px;
	height:5px;
	float: left;
	border-radius: 50%;
	background: #ccc;
	margin:16px 10px 0 0;
}
.list-news li span{
	float: right;
	display: block;
	font:16px/38px 'arial';
	color: #999;
}
.list-news li:hover i{
	background: #d2000c;
}
.list-news li a:hover{
	color: #d2000c;
}    
/* pageturning */
.pageturning{
	padding-top: 40px;
	text-align: center;
}
.pageturning a {
	height: 36px;
	font: 14px/36px "microsoft yahei";
	color: #fff;
	display: inline-block;
	padding: 0 15px;
	margin:0 3px;
	border-radius: 4px;
	border: solid 1px #fff;
	/* background: #fff; */
}
.pageturning a:hover {
	color: #fff;
	border-color: #d2000c;
	background: #d2000c;
	cursor: pointer;
}
/*  /Information promotion*/
/*  Business research*/
.text-news dl{
	width: 590px;
	float: left;
	padding:30px 30px 27px 45px;
	margin-bottom: 20px;
	background: #fff;
}
.text-news dl:nth-of-type(even){
	margin-left: 20px;
}
.text-news dl:nth-of-type(5), .text-news dl:nth-of-type(6){
	margin-bottom: 0;
}
.text-news dt{
	float: left;
}
.text-news dl span, .text-news dd a{
	display: block;
}
.text-news dt .day{
	font: 48px/46px "Arial";
	color: #333;
	padding-bottom: 5px;
	border-bottom: solid 1px #ddd;
}
.text-news dt .month{
	font: 16px/24px "Arial";
	color: #333;
	text-align: right;
	padding-top: 7px;
}
.text-news dd{
	width: 412px;
	float: right;
	margin-left: 45px;
}
.text-news dd a{
	font: 20px/24px "microsoft yahei";
	color: #333;
}
.text-news dd p{
	font: 14px/24px "microsoft yahei";
	color: #808080;
	padding-top: 12px;
}
.text-news dl:hover{
	background: #d2000c;
	border-color: #d2000c;
	cursor: pointer;
}
.text-news dl:hover .day{
	border-color: #fff;
}
.text-news dl:hover span, .text-news dl:hover a, .text-news dl:hover p{
	color: #fff;
}
/* News Details */
.whitebg {
    padding: 0 50px 50px;
	margin-top: 55px;
    background: #fff;
}
.news-deta-tit{
	text-align: center;
	padding:44px 0 10px;
	margin-bottom: 40px;
	border-bottom: solid 1px #e5e5e5;
}
.news-deta-tit h2{
	font:bold 24px/36px "microsoft yahei";
    color: #333;
}
.news-deta-tit span{
    font: 12px/42px "microsoft yahei";
    color: #999;
    padding: 0 20px;
}
.news-deta-tit span+span{
	border-left: 1px solid #eee;
}
.news-deta-tit span i, .bianji span i{
	width: 14px;
	height: 14px;
	display: inline-block;
	margin-right: 10px;
	background: url(../images/icon_news_details.png) no-repeat;
	vertical-align: text-bottom;
}
.news-deta-tit .time{
	background-position: 0 0;
}
.news-deta-tit .author{
	background-position: -14px 0;
    width: 18px;
}
.news-deta-tit .view{
	width: 17px;
	background-position: -32px 0;
}
.news-deta-cont p{
	font: 14px/24px "microsoft yahei";
	color: #666;
	text-indent: 2em;
    padding: 15px 0;
    word-break: break-word;
}
.news-deta-cont p:first-child{
	padding-top: 0;
}
.news-deta-cont p:last-child{
	padding-bottom: 0;
}
.news-deta-cont img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.bianji{
	width: 100%;
	border-top: solid 1px #eee;
	padding-top: 10px;
	text-align: right;
}
.bianji span i{
	width: 16px;
	height: 16px;
	background-position: -49px 0;
}
.bianji span{
	font: 13px/20px "microsoft yahei";
	color: #999;
}
.bianji span strong{
	color: #d2000c;
}

 /* scroll bar*/
.scroll_wrap {
	position: relative;
}
/* 滚动内容样式 */
.scroll_wrap .scroll_cont {
	overflow: hidden;
}
/* 滚动条 */
.scroll_wrap .scroll_bar {
	width: 5px;
	height: 100%;
	background: #cbd5e2;
	position: absolute;
	top:0;
	right:-50px;
}
/* 滚动块 */
.scroll_wrap .scroll_slider {
	width: 5px;
	height: 48px;
	background: #d2000c;
	position: absolute;
	top: 0;
	left: 0px;
}
/* /News Details */
/* Management system */
.pt55{
	padding-top: 20px;
}
.font20 .tit{
	font-size: 20px;
	padding-bottom: 12px;
}
.glxt-evaluation, .glxt-platform{
	width: 462px;
}
.glxt-evaluation li, .glxt-monitor li, .glxt-platform li{
	width: 226px;
	height: 110px;
	float: left;
	margin-bottom: 10px;
	border-radius: 8px;
	border: solid 1px #fff;
	background: rgba(255,255,255,.9);
	overflow: hidden;
}
.glxt-evaluation li.ml10, .glxt-platform li.ml10{
	margin-left: 10px;
}
.glxt-evaluation li.full-width{
	width: 100%;
	padding: 0 85px;
}
.glxt-evaluation li a{
	height: 100%;
}
.glxt-evaluation li i{
	float: left;
	margin: 31px 0 0 30px;
	background: url(../images/icon_pg_group2.png) no-repeat;
}
.glxt-evaluation li:nth-of-type(1) i{
	background-position: 0 0;
}
.glxt-evaluation li:nth-of-type(2) i{
	background-position: 0 -48px;
}
.glxt-evaluation li:nth-of-type(3) i{
	background-position: 0 -96px;
}
.glxt-evaluation li:nth-of-type(4) i{
	background-position: 0 -144px;
}
.glxt-evaluation li:nth-of-type(5) i{
	background-position: 0 -192px;
}
.glxt-evaluation li p{
	float: left;
	font: bold 14px/20px "microsoft yahei";
	color: #333;
	padding: 35px 10px 0;
}
.glxt-evaluation li.full-width p{
	padding-top: 44px;
}
.glxt-evaluation li span{
	margin: 42px 0 0 10px;
}
.glxt-evaluation li:hover i{
	margin-left: 15px;
}
.glxt-evaluation li:nth-of-type(1):hover i{
	background-position: -48px 0;
}
.glxt-evaluation li:nth-of-type(2):hover i{
	background-position: -48px -48px;
}
.glxt-evaluation li:nth-of-type(3):hover i{
	background-position: -48px -96px ;
}
.glxt-evaluation li:nth-of-type(4):hover i{
	background-position: -48px -144px;
}
.glxt-evaluation li:nth-of-type(5):hover i{
	background-position: -48px -192px;
}
.glxt-evaluation li:hover span{
	margin-left: 0;
}
.glxt-monitor{
	width: 226px;
	margin-left: 25px;
}
.glxt-monitor ul {
    border-radius: 0;
    border: none;
    background: transparent;
	box-shadow: none;
}
.glxt-monitor li, .glxt-platform li{
	width: 100%;
	height: 170px;
	position: relative;
}
.glxt-monitor li+li {
    border-color: #fff;
}
.glxt-monitor li i {
	margin: 47px auto 12px;
}
.glxt-monitor li p {
	padding: 0 27px 16px;
}
.glxt-monitor li:hover a{
	margin-top: -22px;
}
/* glxt-platform*/
.glxt-platform li.half-width{
	width: 226px;
}
.glxt-platform .text-shadow{
	width: 100%;
	height: 36px;
	font: bold 14px/36px "microsoft yahei";
	color: #fff;
	text-align: center;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	bottom: 0;
}
.glxt-wzhbg{
	padding-top: 30px;
	clear: both;
}
.glxt-wzhbg li{
	width: 220px;
	float: left;
}
.glxt-wzhbg li+li{
	margin-left: 25px;
}
.glxt-wzhbg .pic{
	height: 110px;
}
.glxt-wzhbg .pic img{
	height: 108px;
}
.glxt-wzhbg .pic:hover p{
    bottom: 26px;
}
/* /Management system */
/* login */
.login-modal{
	width: 280px;
	height: 185px;
	padding-left: 15px;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 10px 10px rgba(0,0,0,.15);
	position: absolute;
	top: 60px;
	right: 0px;
	z-index: 99;
}
#TxtUserName, #TxtPassword{
	width: 200px;
	height: 30px;
	font-size: 13px;
	text-indent: 8px;
	margin-bottom: 5px;
	border-radius: 4px;
	border: 1px solid #fff;
}
#loginBtn{
	width: 202px;
	height: 32px;
	font-size: 14px;
	text-indent: 8px;
	margin-left: 29px;
	border-radius: 4px;
	background: #d2000c;
}
table td .hnedusso_yhmimgspan{
	height: 22px;
}
table td input:focus{
	outline: none;
	border: 1px solid #d2000c;
}
table td a{
	color: #666;
	font-size: 12px;
}
table td a:first-child{
	margin-left: 29px;
}
table td a:last-child{
	float: right;
}
table td a:hover{
	color: #d2000c;
}
/* /login */

.tag li a{
	color:#fff;
}

.tag li.on a, .tag li:hover a{
	color:#d2000c;
}
table td{color:#fff !important;font-size:14px;}

table .z_num, .search-result-list table .fc_hui2, .search-result-list table .fc_ch1, .search-result-list table .current{
	height: 36px;
	font: 14px/36px "microsoft yahei";
	color: #fff;
	display: inline-block;
	padding: 0 15px;
	margin: 0 3px;
	border-radius: 4px;
	border: solid 1px #fff;
	background:transparent;
}
.search-result-list table .z_num, .search-result-list table .fc_hui2, .search-result-list table .fc_ch1, .search-result-list table .current, .search-result-list table .z_pret{
	border: solid 1px #ddd;
	color:#666;
}
.search-result-list table a:nth-last-of-type(2), .search-result-list table a:first-child{
	padding: 0;
	width:  74px;
	font-size:  0;
	border:  none;
}
.search-result-list table .fc_ch1{
	padding:0;
	height: 36px;
	width:74px;
	margin:  0;
}
.search-result-list table .z_num:hover{
	border-color:#fff;
	color:#fff;
}
table td a:last-child{
	float:none;
}
.search-result-list table td{
	color:#666 !important;
}
table td a.current,  .search-result-list table .current, .search-result-list table .z_num:hover, .search-result-list table .z_pret:hover, .search-result-list table a:hover .fc_ch1{
	background:#d2000c;
	border-color:#d2000c;
	color:#fff !important;
}

#login_bnt a{
   color:#fff;
}

@media screen and (min-width:1681px) and (max-width:1926px){
    .picbox, .platform-manage {margin-top: 46px;}
   .glxt-wzhbg {padding-top: 54px;}
  	.pt55{padding-top: 30px; }
 	 .footer{padding: 50px 0;}
  	.tag{margin: 46px auto 25px;}  
    .ywyj-infos{/*padding-top: 40px;*/}
 	 .ywyj-pageturning{ padding-top: 60px;}
 	  .searchpage.whitebg{   margin-top: 35px;}
}

.glxt-platform li.big-width{
	width: 266px;
}
.glxt-platform li.small-width{
	width: 186px;
}
.news-deta-tit span:nth-of-type(3) span{padding:0;}

/*  out*/
	.login .out{
		color: #666;
		margin-top: 0;
		border-color: #d2000c;
		background: #fff url(../images/icon_out.png) 14px center no-repeat;
		box-shadow: 0 5px 5px rgba(0,0,0,.15);
		position: absolute;
		top: 0;
		left: -1px;
		z-index: auto;
		visibility: hidden;
		filter:alpha(opacity=0);-moz-opacity: 0;-khtml-opacity: 0;opacity: 0;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		transition: all .5s;
	}
	.header .login:hover{
		border-radius: 3px 3px 0 0;
	}
	.header .login:hover .out{
		visibility: visible;
		border-radius: 0 0 3px 3px;
		top: 35px;
		filter:alpha(opacity=100);-moz-opacity: 100;-khtml-opacity: 100;opacity: 100;
	}
	.fixed.header .login .out{
		border-color: #fff;
		top: 36px;
	}
/* search */
:-moz-placeholder {
	color: #fff;
}
::-moz-placeholder {
	color: #fff;
}
input:-ms-input-placeholder{
	color: #fff;
}
input::-webkit-input-placeholder{
	color: #fff;
}
.search-modal{
	width: 320px;
	height: 38px;
	box-shadow: 0 10px 10px rgba(0,0,0,.15);
	position: absolute;
	top: 80px;
	right: 0;
	z-index: 99;
}
.search-modal input{
	width: 260px;
	height: 38px;
	font: 13px/38px "microsoft yahei";
	color: #333;
	padding: 0 10px 0 32px;
	border-radius: 3px 0 0 3px;
	border: solid 1px #fff;
	background: #fff url(../images/icon_search_gray.png) 10px center no-repeat;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.search-modal input:focus{
	border-color: #d2000c;
}
.search-modal .go{
	width: 60px;
	height: 38px;
	font: 13px/38px "microsoft yahei";
	color: #fff;
	text-align: center;
	border-radius: 0 3px 3px 0;
	background: #d2000c;
}
.search-modal i{
	width: 16px;
	height: 16px;
	font: bold 13px/14px "microsoft yahei";
	color: #d2000c;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: -8px;
	right: -8px;
	cursor: pointer;
}
/* /search */

/* search Page */
.searchbox{
	width: 750px;
	padding-top: 40px;
	margin: 0 auto 40px;
}
.searching-unit {
	height: 42px;
	border-radius: 50px;
	background: #fff;
	position: relative;
}
.searchbox .searching-unit input {
	width: 100%;
  	height:42px;
	font: 14px/40px "microsoft yahei";
	color: #333;
	padding: 0 115px;
	border-radius: 50px;
	border: solid 1px #ddd;
}
.searching-unit .go {
	width: 100px;
	height: 42px;
	font: 16px/42px "microsoft yahei";
	color: #fff;
	text-align: center;
	text-indent: 22px;
	border-radius: 0 50px 50px 0;
	background: #d2000c url(../images/icon_search_white2.png) 22px center no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}
.selectoption {
	width: 100px;
	text-align: center;
	position: absolute;
	top: 1px;
	left: 2px;
}
.selectoption select{
	width: 100%;
	height: 40px;
	font: 14px/40px "microsoft yahei";
	color: #333;
	display: block;
	padding-left: 20px;
	border: none;
	outline: none;
	border-radius: 50px 0 0 50px;
	-webkit-appearance: none;
　	-moz-appearance: none;
	cursor: pointer;
}
.selectoption i {
	width: 9px;
	height: 9px;
	display: inline-block;
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	position: absolute;
	top: 13px;
	right: 5px;
	-webkit-transform: rotate(45deg) translateZ(0);
	-moz-transform: rotate(45deg) translateZ(0);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg) translateZ(0);
}
.search-filter{
	height: 54px;
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
}
.search-filter .znss{
	margin-right: 50px;
}
.search-filter .znss, .search-filter dt, .search-filter dd span, .search-filter dd a{
	font: 14px/52px "microsoft yahei";
	color: #999;
}
.search-filter dl, .search-filter dt, .search-filter dd{
	float: left;
}
.search-filter dl+dl{
	padding-left: 40px;
}
.search-filter dt{
	font-weight: bold;
	color: #333;
	margin-right: 10px;
}
.search-filter dd input{
	width: 170px;
	height: 24px;
	font: 14px/22px "microsoft yahei";
	border: solid 1px #ddd;
	border-radius: 3px;
}
.search-filter dd a+a{
	padding-left: 20px;
}
.search-filter dd span{
	padding: 0 5px;
}
.search-filter dd a:hover{
	color: #d2000c;
}
.search-result-statistics p{
	font: 12px/52px "microsoft yahei";
	color: #999;
}

.search-result-list{
	width: 1120px;
	padding: 10px;
	margin: 0 -10px;
}
.search-result li{
	padding: 25px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.075);
}
.search-result li+li{
	margin-top: 10px;
}
.search-result h3{
	font: bold 16px/18px "microsoft yahei" ;
	color: #333;
}
.search-result p{
	font: 13px/22px "microsoft yahei";
	color: #666;
	padding: 14px 0 4px;
    overflow: hidden;
  max-height: 62px;
}
.search-result span{
	font: 13px/20px "microsoft yahei";
	color: #006d21;
	display: block;
}
.search-result li:hover{
	box-shadow: 0 0 10px rgba(0,0,0,.15);
}
.search-result span a{
			font: 13px/22px "microsoft yahei";
			color: #006d21;
		}
		.search-result span a:hover{
			color:red;
		}
.search-modal input, .search-filter dd input, .searchbox .searching-unit input{
	-webkit-transition: border .3s ease-in-out;
	-moz-transition: border .3s ease-in-out;
	transition: border .3s ease-in-out;
}
.search-modal input:focus, .search-filter dd input:focus, .searchbox .searching-unit input:focus{
	border-color: #d2000c;
}
.search-result h3 a:hover{
	color:#333;
}
.search-fixed{
	width: 1200px;
	padding: 0 50px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 9;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* /search Page */
body.linear-gradient{
			background: linear-gradient(0deg, #4eb2f0 0%, #4db4f2 70%, #a1d7fc 100%);
			background-size: auto;
}
.wrapp{
			background: url(../images/bg.jpg) center bottom no-repeat;
}
.scroll_wrap{
			height: 100%;
}

.glxt-platform li.big-width{
	width: 266px;
}
.glxt-platform li.small-width{
	width: 186px;
}