@charset "utf-8";
/* CSS Document */

.mid{
	width:1200px;
	margin:0 auto;
}
/*header*/
.header{
	width:100%;
min-width:1200px;
	height:200px;
        background: url(../images/topbg.jpg) center no-repeat;
	-o-background-size:auto 100%;
	-ms-background-size:auto 100%;
	-moz-background-size:auto 100%;
	-webkit-background-size:auto 100%;
	background-size:auto 100%;
	overflow:hidden;
}


.logobox{
	overflow:hidden;
}
.header .logo{
	width:auto;
	height:186px;
	padding:7px 0;
	float:left;
}
.topfr{
	float:right;
	padding-top:45px;
	overflow:hidden;
}
.topfr a{
	display:block;
	margin-left:40px;
	float:left;
}
.topfr span{
	width:75px;
	height:75px;
	background:rgba(255,255,255,.3);
	border:1px solid #ce717a;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	overflow:hidden;
}
.topfr span img{
	max-width:100%;
	max-height:100%;
}
.topfr a:hover span{
	transition: all .3s ease; 
	background:rgba(255,255,255,1);
}
.topfr a:hover span img{
	moz-animation:slideup linear .3s;
	webkit-animation:slideup linear .3s; 
	animation:slideup linear .3s;
} 
@-webkit-keyframes slideup{
0%{
	margin-top:0; 
}
50%{
	margin-top:-150px; 
}
100%{
	margin-top:0; 
}
}
@keyframes slideup{
0%{
	margin-top:0; 
}
50%{
	margin-top:-150px;
}
100%{
	margin-top:0;
	
}
}
.topfr p{
	font-size:16px;
	line-height:20px;
	text-align:center;
	color:#404040;
	padding-top:15px;
}
.topfr a:hover p{
	color:#be0d17;
}
/*nav*/
.nav{
	width:100%;
min-width:1200px;
	background:#be0d17;
	overflow:hidden;
	-moz-box-shadow:0 0 7px rgba(96,12,17,.31);
	-webkit-box-shadow:0 0 7px rgba(96,12,17,.31);
	box-shadow:0 0 7px rgba(96,12,17,.31);
}
.nav ul{
	overflow:hidden;
}
.nav li{
	float:left;
	height:60px;
	line-height:60px;
	border-right:1px solid #a00b14;
	border-left:1px solid #cf1e28;
}
.nav li a{
	display:block;
	width:100px;
	height:60px;
	text-align:center;	
	line-height:60px;
	font-size:20px;
	color:#fff; 
	margin:0 59px;
	white-space:normal;
}
.nav li:first-of-type{
	border-left:0 none;
}
.nav li:first-of-type a{
	margin-left:0;
}
.nav li:last-of-type{
	border-right:0 none;
}
.nav li:last-of-type a{
	margin-right:0;
}
.nav li.on a,.nav li:hover a{
	font-weight:bold;
	position:relative;
}
.nav li.on a:after,.nav li:hover a:after{
	display:block;
	content:"";
	width:35px;
	height:3px;
	background:#fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	position:absolute;
	bottom:8px;
	left:50%;
	margin-left:-18px;
} 
.banner{
	width:100%;
min-width:1200px;
	height:538px;
	-o-background-size:auto 100%;
	-ms-background-size:auto 100%;
	-moz-background-size:auto 100%;
	-webkit-background-size:auto 100%;
	background-size:auto 100%; overflow:hidden;
}

.banner img{ display:block; margin:0 auto;}
/*news*/
.news{
	padding-top:30px;
	overflow:hidden;
}
.tit{
	width:100%;
	height:32px;
	line-height:24px;
	margin-bottom:24px; 
	border-bottom:2px solid #f9f9f9; 
}
.tit h3{
	height:24px;
	line-height:24px;
	font-size:20px;
	color:#333;
	font-weight:bold;
	float:left; 
	padding-bottom:10px;
	position:relative; 
}
.tit h3:after{
	display:block;
	content:"";
	height:2px;
	width:100%;
	background:#d0141f;
	position:absolute;
	left:0;
	bottom:0;
}

.tit a.more{
	display:block;
	float:right;
	width:78px;
	height:22px;
	line-height:22px;
	font-size:13px;
	text-align:center; 
	color:#d0141f;
}
.tit a.more:hover{
	font-weight: bold;
}
.tit a.border{
	border:1px solid #d0141f;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
}
.tit em{
	font-style:normal;
	color:#d0141f;
}
/*.news .tit{ 
	height:24px;
	padding:20px 0 0;
	border-bottom:0 none; 
}
.news .tit h3{
	padding-left:12px;
	padding-bottom:0;
}
.news .tit h3:after{
	width:4px;
	height:18px;
	left:0;
}	
.news .tit a.more:hover{
	color: #fff;
	background:#d0141f;
	border-color:#d0141f;
	font-weight: normal;
}*/
.news ul{
	overflow:hidden;
}
.news li{
	width:23%;
	float:left;
	margin-right:2.66%;
}
.news li:nth-of-type(4n+4){
	margin-right:0;
}
.news li h4{
	font-size:16px;
	font-weight:bold;
	color:#333;
	padding-top:10px;
	line-height:20px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.news li:hover h4{
	color:#be0d17;
}
.news li span{
	display:block;
	width:100%;
	height:178px;
	overflow:hidden;
	display:flex;
	align-items:center;
	justify-content:center;
}
.news li span img{
	max-width:100%;
	max-height:100%;
	min-height:178px;
}
.news li:hover span img{
	-moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -webkit-transition: all 1s;
	transition: all 1s;
}
.news li p{
	font-size:14px;
	color:#999;
	line-height:22px;
	padding-top:6px;
}
/*notice*/
.noticebox{
	padding-top:50px;
	padding-bottom:50px;
	overflow:hidden;
}
.important{
	width:385px;
	float:left;
}
.important ul{
	max-height:480px;
	overflow:hidden;
}
.important li{
	margin-bottom:24px;
	background:#fcfcfc;
	overflow:hidden;
}
.important li .date{
	width:76px;
	float:left;
	text-align:center;
}
.important li .date span{
	display:block;
	height:32px;
	line-height:32px;
	background:#d0141f;
	background:url(../images/datebg.png) center no-repeat;
	font-size:16px;
	color:#fff; 
	white-space:nowrap;
}
.important li:hover .date span{
	background:#d0141f;
}
.important li .date small{
	display:block;
	height:28px;
	line-height:28px;
	background:#fff2f3;
	font-size:12px;
	color:#b3131f; 
	white-space:nowrap;
}
.important li:hover .date small{
	color:#d0141f;
}
.important li .textbox{
	padding:6px 15px;
	line-height:24px;
	overflow:hidden;
}
.important li .textbox h3{ 
	font-size:16px;
	color:#333; 
	white-space:nowrap;
	font-weight:normal;
	text-overflow:ellipsis;
	overflow:hidden;
}
.important li:hover .textbox h3{
	color:#d0141f; 
}
.important li .textbox p{ 
	font-size:14px;
	color:#999; 
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.frbox{
	padding-left:40px;
	overflow:hidden;
}
.four{
	overflow:hidden;
}
.four li{
	width:25%;
	height:164px;
	float:left;
	overflow:hidden;
	position:relative;
}
.four li:hover{
	-moz-animation:fan linear .5s;
	webkit-animation:fan linear .5s;
	animation:fan linear .5s;
}
@-webkit-keyframes fan{
from{
	-moz-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}
to{
	-moz-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
}
@keyframes fan{
from{
	-moz-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}
to{
	-moz-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
}
.four li .bgimg{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
}
.four li .texticon{
	width:100%;
	height:100%;
	text-align:center;
	display:-ms-flex;
	display:-moz-flex;
	display:-webkit-flex;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}
.four li .texticon img{
	padding-top:8px;
}
.four li .texticon h2{
	font-size:20px;
	line-height:28px;
	font-weight:600;
	padding-top:16px; 
	color:#333;
}
.four li:nth-of-type(2n+2) .texticon h2{
	color:#d0141f;
}
.resource{
	padding-top:30px;
	overflow:hidden;
}
.exam{
	width:48%;
	margin-right:2%;
	float:left;
}
.exam .tit{
	margin-bottom:10px;
}
.exam ul{
	max-height: 304px;
	overflow:hidden;
}
.exam li{
	height:39px;
	line-height:39px;
	overflow:hidden;
}
.exam li a{
	display:block;
	width:74%; 
	float:left;
	color:#333;
	font-size:16px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.exam li a:hover{
	color:#d0141f;
}
.exam li a i{
	display:block;
	float:left;
	width:6px;
	height:6px;
	border:1px solid #dad7d7;
	margin:14px 8px 14px 0;
	-moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
} 
.exam li span{
	display:block;
	width:24%;
	float:right;
	white-space:nowrap;
	text-align:right;
	color:#999;
	font-size:13px;
}
.video{
	width:48%;
	float:right;
	overflow:hidden;
}
.video .tit{
	margin-bottom:10px;
}
.video ul{
	max-height:304px;
	overflow:hidden;
}
.video li{
	width:48%;
	margin-right:4%;
	margin-bottom:8px;
	margin-top:10px;
	float:left;
	text-align:center;
}
.video li:nth-of-type(2n+2){
	margin-right:0;
}
.video li span{
	display:block;
	width:100%;
	height:110px;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
	overflow:hidden;
}
.video li span img{
	max-width:100%;
	max-height:100%;
}
.video li:hover span img{
	-moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -webkit-transition: all 1s;
	transition: all 1s;
}
.video li h4{
	font-weight:normal;
	line-height:20px;
	color:#333;
	padding-top:7px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.video li:hover h4{
	color:#d0141f;
}
/*links*/
.links{
	width:100%;
min-width:100%;
	height:auto;
	padding:14px 0;
	overflow:hidden;
	background:#f9f9f9;
	text-align:center;
}
.links a{
	display:inline-block;
	padding:0 15px;
	line-height:40px;
	position:relative;
}
.links a:after{
	display:block;
	content:"";
	background:#7b7b7b;
	width:1px;
	height:16px;
	right:0;
	top:12px;
	position:absolute;
}
.links a:last-of-type:after{
	display:none;
}
.links a:hover{
	color:#be0d17;
}
/*footer*/
.footer{
	width:100%;
min-width:1200px;
	padding:20px 0;
	background:#be0d17;
	text-align:center;
	overflow:hidden;
}
.footer p{
	line-height:26px;
	color:rgba(255,255,255,.8);
}
.footer p a{
	height:26px;
	display:inline-block;
	vertical-align:top;
	margin-left:4px;
}
.footer p a img{
	height:12px;
	padding:7px 0;
}


/*内页*/
.banner_ny{ width:1200px; height:200px;margin: 12px auto 0;}

.ny_con{ width:1200px; margin:0 auto;}

.ny_con_left{float:left;width:225px;margin-top: -40px;}
.left_nav_con{width:100%;box-shadow: 0 0 15px rgba(136,136,136,.15);position:relative;border-radius: 8px;background: #fff; margin-bottom:30px;}
.left_nav_con h2{width:186px;height:60px;background:url(../images/ny_tit_bg.png) no-repeat;text-align: center;line-height: 60px;color:#fff;font-size: 16px;position:absolute;top: -20px;left:20px;}
.left_nav_con ul.tit_list{padding: 50px 30px 20px 30px;}
.left_nav_con ul.tit_list li{ position:relative; padding:10px 0 10px 18px; font-size: 16px; line-height: 20px;}
.left_nav_con ul.tit_list li::before{content:"";position:absolute;top: 14px;left:0;width: 6px;height: 6px;border: 1px solid #999;}
.left_nav_con ul.tit_list li.on a, .left_nav_con ul li:hover a{ color:#be0d17; text-decoration:underline;}
.left_nav_con ul.tit_list li.on::before{ border-color: #be0d17;}

.ny_con_right{ float:right; width:940px; min-height: 500px; margin-bottom:30px;}
.location{ width:100%; height:50px; padding-top: 10px; line-height: 50px; border-bottom: 1px solid #ececec;}
.location h3{ float:left; width:30%; padding-left:15px; font-size: 16px; color:#be0d17; position:relative;}
.location h3::before{position:absolute;top: 18px;left:0;display:block;content:"";width:3px;height: 15px;background:#be0d17;}
.location .txt{ float:right; width:50%; text-align: right; color:#999;}
.location .txt a{color:#999;}
.location .txt span{ display:inline-block; padding:0 8px;}

.tel_list{padding: 50px 25px 20px;}
.tel_list li{ padding:5px 0;}

.mews_list2{ padding:10px;}
.mews_list2 dl{padding: 20px 0;border-bottom: 1px dashed #b5b5b5;}
.mews_list2 dl dt{ overflow:hidden; padding-bottom:8px;}
.mews_list2 dl dt span { display:inline-block;}
.mews_list2 dl dt span.tit2{ width:80%; float:left; font-size: 16px; overflow: hidden;    text-overflow: ellipsis;    -o-text-overflow: ellipsis;    white-space: nowrap;    word-wrap: break-word;}
.mews_list2 dl dt span.time{ font-size: 12px; float:right; text-align: right; color:#a0a0a0; text-align: right;}
.mews_list2 dl dd{color:#828588;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;line-height: 1.75;}

.page{ padding:10px; line-height: 24px; text-align: right;}
.page a{display:inline-block; border:1px solid #ececec; padding:0 10px; color:#707477; margin-left:5px; }
.page a:hover, .page a.on{ background:#c7c7c7; color:#fff;}


/*****article*****/
.art{ padding:15px;}
.art h1{text-align:center;font-size: 18px;padding-top:15px;}
.art_time{line-height:25px;padding: 10px 0px 20px;color:#999;border-bottom: 1px dashed #ccc;font-size: 12px;text-align: center;margin-bottom: 35px;}
.art_time ul{ height:25px; float:left;}
.art_time ul li{ float:left; line-height:25px; padding:0px 5px 0px 0px; margin:0px 5px 0px 0px; color:#666;}
.art_time ul li .black{ color:#000;}
.art p.duanluo{ margin:10px 0px; font-size:14px; text-indent:1.5em;text-align:justify;text-justify:inter-ideograph; line-height:24px;}
.art img, .art table{ display:block; margin:20px auto;  width: expression(this.width > 565 ? '565px': true);  max-width:565px;}
.ny-bottom{ background:url(../img/ny_bot_bg.png) no-repeat left top; height:42px; padding-bottom:20px;}

/********link_btn********/
.link_btn{margin:15px;padding-top:15px;border-top: 1px #e5e5e5 dashed;}
.link_btn li{display:block;width:100%;font-size:12px;color:#7c1212;padding: 5px 0;color: #999;}
.link_btn li span.tit_l{ display:inline-block; padding:0 10px; line-height: 24px; border:1px solid #ededed; margin-right:10px;}
.link_btn li a{font-weight:normal;color: #999;}
.link_btn li a:hover{ color:#dd1a00;}
#bdshare span{font-size:12px; float:left;}


/*20190520 add   video*/
.banner_ny{
	position:relative;
}
.search_ny{
	width:660px;
	height:48px;
	background:#fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	overflow:hidden;
	position:absolute;
	left:50%;
	top:50%;
	z-index:1;
	margin-left:-330px;
	margin-top:-24px;
}
.search_ny i{
	display:block;
	float:left;
	width:20px;
	height:20px;
	padding:0 14px 0 15px;
	margin-top:14px;
	border-right:1px solid #ececec;
	background:url(../images/searchicon.png) center no-repeat;
}
.search_ny input{
	
}
.search_ny input.nysrhtext{
	width:490px;
	float:left;
	height:48px;
	line-height:48px;
	padding-left:15px;
	color:#333;
	background:none;
	border:0 none;
}
.search_ny input.nysrhbtn{
	width:100px; 
	float:right;
	height:48px;
	line-height:48px;
	color:#fff;
	background:#c7d1d4;
	border:0 none;
	font-size:16px;
	cursor:pointer;
}
.search_ny input.nysrhbtn:hover{
	font-weight:bold;
}
.videolist{
	padding:5px 0 15px;
	overflow:hidden;
}
.videolist li{
	width:22%;
	float:left;
	margin-right:4%;
	margin-top:20px;
}
.videolist li:nth-of-type(4n+4){
	margin-right:0;
}
.videolist li a{
	display:block;
}
.videolist li .videoimg{
	width:100%;
	height:116px;
	overflow:hidden;
	position:relative;
}
.videolist li .videoimg img{
	width:100%;
	height:100%;
}
.videolist li:hover .videoimg img{
	-moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -webkit-transition: all 1s;
	transition: all 1s;
}
.videolist li .videoimg .shadowbg{
	width:100%;
	height:100%;
	background: url(../images/videoicon.png) center no-repeat rgba(0,0,0,.3);
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.videolist li h3{
	font-size:16px;
	font-weight:normal;
	color:#333;
	line-height:24px;
	padding-top:10px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.videolist li:hover h3{
	color: #be0d17;
}
.videolist li p{
	font-size:12px; 
	color:#a0a0a0;
	line-height:18px; 
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
/*20190524 add banner*/
.banner{ position:relative;}
.banner li{
    width: 100%; 
    height: 538px;
}
.banner li a{ display:block; width:100%; height:100%;}
.banner .hd{
    width:100%; height:auto; text-align:center;overflow:hidden; position:absolute; left:0; bottom:10px;
}
.banner .hd ul{ display:inline-block; overflow:hidden;}
.banner .hd li{ width:15px; height:5px; float: left; background:rgba(255,255,255,.3); margin:0 6px; cursor:pointer;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.banner .hd li.on{width:30px; background:rgba(255,255,255,.8);}


/*20190617 add*/
.nav {
	height: 60px;
	overflow: visible;
}
.nav ul {
	height: 60px;
	overflow: visible;
}
.nav li {
	position: relative;
}
.nav li h3 {
	width: 100px;
	margin: 0 59px;
	font-weight:normal;
}
.nav li:last-of-type h3 {
	margin-right: 0;
}
.nav li:first-of-type h3 {
	margin-left: 0;
}
.nav li a {
	width: 100%;
	margin: 0 0;
}
.nav .sub {
	display: none;
	width: 200px;
	height:auto;
	left: 10px;
	top: 60px;
	position: absolute;
	background: #be0d17; 
	padding: 0 0;
z-index: 9;
}
.nav .sub li {
	zoom: 1;
	line-height: inherit;
	height:auto;
	float:none;
	border-bottom: 1px solid #af0912;
	border-top: 1px solid #cf1e28;
	overflow:hidden;
}
.nav .sub li:first-of-type{
	border-top:0 none;
}
.nav .sub li:last-of-type{
	border-bottom:0 none;
}
.nav .sub a {
	display: block;
	width: auto;
	padding: 0 10px;
	font-weight:normal;
}
.nav .sub a:hover {
	background: #a9161f;
	color: #fff;
}
.nav li .sub a:after{
	display:none;
}
.nav .sub li a{
	font-weight:normal;
	height:auto;
	line-height: 34px;
	padding:10px 0;
    display: block;
    font-size:18px;
}

/*20190711 add*/
.banner{width:1200px; height:336px;margin:0 auto;}
.banner li{ height:336px; background-size:100%!important;}
.footer{ width:1200px; margin:0 auto; padding-bottom:50px; position:relative; text-align:left;}
.footer h3{ width:114px; font-size:14px; color:#fff; padding-bottom:10px; margin-bottom:10px;  border-bottom:1px solid #dcdcdc; text-align: left;}
.links{width:38%; min-width:inherit; float:left; background:none; padding: 0 1.5%;}
.link-a{ overflow:hidden;}
.links a{ color:#fff; padding-left:0; padding-right:20px; float:left; line-height:26px;}
.links a:hover{ color: rgba(255,255,255,.9);}
.links a::after{ display:none;}
.about{width:40%; float:right; padding-right:12.5%; }
.about p{padding-left: 76px; position: relative;}
.about span{ display:block; width: 70px; white-space:nowrap;position: absolute; left: 0; top: 0;}
.footer p.powered{ width:97%; padding:0 1.5%;height:36px; line-height:36px; background:#a9121a; position:absolute; left:0; bottom:0;}
.ewm{ width:11%; height:auto; position:absolute; right:1.5%; top:20px; z-index: 9;}
.ewm img{ width:100%; height:auto; display:block;}
.ewm span{ display:block; padding-top:10px; color:#fff; text-align:center;}
.footer p{ color: rgba(255,255,255,.9);}

.header{ 
    height:160px;
    background: url(../images/topbg.jpg) center no-repeat;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.topfr{    padding-top: 24px;}
.header .logo{margin-top: -20px;}

/*news*/
.imgnew{ width:31%; float:left; margin-right:2.5%; position:relative;}
.imgnew .hd{ width:100%; height:10px; position:absolute; left:0; bottom:75px; text-align:center; z-index:2;}
.imgnew .hd ul{ text-align:right;}
.imgnew .hd li{ 
    display:inline-block;
    vertical-align: top;
    float:none;
    width: 12px;
    height: 5px; 
    background: rgba(255,255,255,.5);
    margin: 0 4px;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.imgnew .hd li.on{ background: rgba(255,255,255,.9); width:20px;}
.imgnew .bd{ max-height:312px; overflow:hidden;}
.imgnew .bd li{ width:100%; height:230px; padding-bottom:70px; margin:0; position:relative;}
.imgnew .bd li>a{ display:block; width:100%; height:100%; overflow:hidden;}

.imgnew .bd li img{ width:100%; height:auto;}
.imgnew .bd li .textnew{ position:absolute; left:0; bottom:0; z-index:1;}
.imgnew .bd li .textnew .item{ overflow:hidden;}
.imgnew .bd li .textnew .item a{ display:block; max-width:362px; height:30px; line-height:30px;color: #333;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.imgnew .bd li .textnew .item a:hover{ color:#d0141f;}
.imgnew a.prev,
.imgnew a.next{ 
    display:none;
    width: 24px;
    height: 40px;
    line-height: 40px;
    background: rgba(0,0,0,.5);
    color: #fff;
    position: absolute;
    top: 50%;
    font-size: 20px;
    text-align: center;
}
.imgnew a.prev{
    left: 0;
}
.imgnew a.next{
    right: 0;
}
.imgnew:hover a.prev,
.imgnew:hover a.next{
    display:block;
}
.news .exam{ width:33%; margin-right:2.5%;}
.exam ul{max-height: 312px;}
.exam li{ width:100%; float:none;height: 40px; line-height: 40px;}
.exam li span{ height:auto;width: 14%;}
.exam li a{ width:84%;}
.news .important{ width:31%; }
.important li{ width:100%; float:none;margin-bottom: 18px;}
.important li .textbox{line-height: 20px;}

.fasttrack{
   padding-bottom:24px;
   padding-top:10px;
   overflow:hidden;
}
.fasttrack ul{
   overflow:hidden;
   -moz-border-bottom-left-radius:20px;
   -webkit-border-bottom-left-radius:20px;
   border-bottom-left-radius:20px;
   -moz-border-bottom-right-radius:20px;
   -webkit-border-bottom-right-radius:20px;
   border-bottom-right-radius:20px;
} 
/*.fasttrack li:last-of-type{ 
   -moz-border-bottom-right-radius:20px;
   -webkit-border-bottom-right-radius:20px;
   border-bottom-right-radius:20px;
}*/
.fasttrack li{
   width:16.5%;
   float:left;
   padding-right:0.2%;
   margin-bottom:3px;
   overflow:hidden;
}
.fasttrack li:nth-of-type(6n+6){ padding-right:0;}
.fasttrack li a{ display:block;}
.fasttrack li img{ display:block; width:100%; height:150px;}

/*20190716 add*/
.fasttrack li a{ padding:20px 0; background: #66c0e5;}
/*.fasttrack li:nth-of-type(6n+1) a{ background: #ffcd5c;}
.fasttrack li:nth-of-type(6n+2) a{ background: #c6d963;}
.fasttrack li:nth-of-type(6n+3) a{ background: #69bd82;}
.fasttrack li:nth-of-type(6n+4) a{ background: #66c0e5;}
.fasttrack li:nth-of-type(6n+5) a{ background: #4e94cf;}
.fasttrack li:nth-of-type(6n+6) a{ background: #ad66ff;}*/
.fasttrack li span{ display:block;width:100%; height:70px;position:relative;}
.fasttrack li span img{ max-width:100%; max-height:100%; width:auto; height:auto; position:absolute; left:0; top:0; right:0; bottom:0; margin:auto;}
.fasttrack li p{ font-size:16px; font-weight:bold; color:#fff; text-align:center; line-height:30px; padding-top:10px;}

/*20190719 add*/
.fasttrack ul{-moz-border-radius:0px; -webkit-border-radius:0px;border-radius:0px;}
.fasttrack li{ margin-bottom: 2px;}
.fasttrack li span{ display:none;}
.fasttrack li p{ padding-top:0;line-height: 36px;  padding: 0 .3rem;  white-space: nowrap; text-overflow: ellipsis;  overflow: hidden;}
.fasttrack li a{ padding: 0 0; -moz-border-radius:3px; -webkit-border-radius:3px;border-radius:3px;}
.fastbox { overflow:hidden;padding-bottom: 24px; padding-top: 10px;}
.fasttrack{ width:66.5%; float:left; padding:0;}
.sunshine{ width:31%; float:right; position:relative;}
.sunshine a{ display:block;}
.sunshine a img{ width:100%; height:auto;}
.sunshine .ygfwbtn{ display: block; width: 86px; height: 30px; position: absolute;bottom: 19px; z-index:2;}
.sunshine .bszn{ left: 4%; }
.sunshine .zczx{ left: 50%;    margin-left: -42px; }
.sunshine .xxgk{ right: 3%; }
.sunshine .ygfwbtn{width: 88px;height: 96px;}
/*.fasttrack li{width: 19.76%;  padding-right: 0.3%;}
.fasttrack li:nth-of-type(5n+5) { padding-right: 0%;}
.fasttrack li:nth-of-type(6n+6) { padding-right: 0.3%;}
.fasttrack li:hover a{ background:#be0d17;}*/
/*20190820 add*/
.fasttrack ul{ width:100%; padding:12px 0; background:url(../images/linkbg.jpg) center top repeat-y;}
.fasttrack li{width:20%; height:40px; padding:0; margin:0;}
.fasttrack li a{ background:none; padding:0 10px;  }
.fasttrack li p{line-height:40px;font-size:15px; color:#444; font-weight:normal;    text-align: left;}
.fasttrack li:hover a{background:none;}
.fasttrack li:hover p{color: #d0141f;}
.codebox{ width:108px; height:108px; position:absolute; left:50%; margin-left:610px; top:20px; display:none;}
.codebox img{width:100%; height:100%;}
.topfr a.codea{cursor: pointer;}
.topfr a.codea:hover span img{
    moz-animation: none;
    webkit-animation: none;
    animation: none;
}
.sunshine a{ position:relative;}
.sunshine a .ygfwlogo{ width:326px; height:auto; position:absolute; left:50%; top:24px;  margin-left:-163px; z-index:2;}
.sunshine .ygfwbtn{width:33.33%; height:auto; bottom:26px;text-align: center;}
.sunshine .bszn{ left:0;}
.sunshine .zczx { left: 33.33%; margin-left: 0;}
.sunshine .xxgk { right: 0%;}
.sunshine .ygfwbtn img{width:auto; height:auto;}
.sunshine .ygfwbtn span{ display:block; width:100%; text-align:center; line-height:24px; font-size:16px; color:#333; padding-top:14px;}
.sunshine .ygfwbtn span:hover{color:#d0141f;}
.sunshine .ygfwbtn img:hover {
    -moz-animation: fan .3s linear;
    webkit-animation: fan .3s linear;
    animation: fan .3s linear;
}
@-webkit-keyframes fan {
0% {
 -moz-transform: scaleX(0);
 -webkit-transform: scaleX(0);
 transform: scaleX(0);
} 
100% {
 -moz-transform: scaleX(1);
 -webkit-transform: scaleX(1);
 transform: scaleX(1);
}
}
@keyframes fan {
0% {
 -moz-transform: scaleX(0);
 -webkit-transform: scaleX(0);
 transform: scaleX(0);
} 
100% {
 -moz-transform: scaleX(1);
 -webkit-transform: scaleX(1);
 transform: scaleX(1);
}
}
.nav li h3{margin: 0 17px;}
.nav li a{font-size:18px;}
.nav .sub{width:100%; left:0;}
.links{ display:none;}
.footer .links{ display:block;}
/*在线咨询*/
.onlineconsult{padding: 50px 30px 20px 30px; overflow:hidden;}
.onlineconsult .item{ padding-bottom:10px; overflow:hidden;}
.onlineconsult .item label{ display:block; float:left; width:36px; white-space:nowrap;line-height:32px; color:#333;}
.onlineconsult .item .frbox{ line-height:30px; padding:0 10px; overflow:hidden;border:1px solid #ececec; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;}
.onlineconsult .item input{ width:100%; height:30px; line-height:30px; border:0 none; background:none; }
.onlineconsult .length{margin-top: -10px; }
.onlineconsult .length label{ width:100%; float:left;}
.onlineconsult .item .textarea{ padding:5px 10px; border:1px solid #ececec; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; overflow:hidden;}
.onlineconsult .item .textarea textarea{ display:block; line-height:22px; color:#333; outline:none; resize:none; border:0 none; background:none;}
.onlineconsult .btnbox{ overflow:hidden;}
.onlineconsult .btnbox input{ width:66px; height:30px; line-height:30px; text-align:center; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; cursor:pointer;}
.onlineconsult .btnbox input.redbtn{border:1px solid #be0d17; background:#be0d17; color:#fff; margin-right:10px;}
.onlineconsult .btnbox input.whitebtn{border:1px solid #ececec; background:none; color:#333;}
.xyfg_con{ background:url(../images/xyfgbg.png) right bottom no-repeat; overflow:hidden;}
.xyfgdetails ul{ overflow:hidden;}
.xyfgdetails li{ width:38%; float:left; padding:0 6% 10px;}
.xyfgdetails li em{ display:-ms-flexbox;display:-moz-flex;display:-webkit-box;display:-webkit-flex;display:flex;align-items: center; justify-content: center; width:100%; height:264px; overflow:hidden;}
.xyfgdetails li em img{ width:auto; height:auto;}
.xyfgdetails li span{ display:block; line-height:22px; color:#333; text-align:center; padding:15px 0;white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.xyld_con{margin-bottom: 0;}
.xylddetails ul{padding: 0px 18%; overflow:hidden;}
.xylddetails li{ width:50%; float:left; padding:0 0 10px; text-align:center;}
.xylddetails li em{ display:inline-block; vertical-align:top; width:150px; height:204px; overflow:hidden;}
.xylddetails li em img{ width:100%; height:100%;}
.xylddetails li span{ display:block; line-height:22px; color:#333; text-align:center; padding:15px 0;white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}

/*20190829 add*/
.nav li{width: calc(11.11% - 16px);}
.nav li h3{ margin:0 0; width:100%; white-space:nowrap; overflow:hidden;}
.nav .sub li{width:auto; float:none;}

.exam .hd ul{ min-height:inherit; width:100%;overflow:hidden; position:relative;}
.exam .hd ul li{width:auto; float:left; margin-right:20px; cursor:pointer;}
.exam .hd li h3:after{ display:none;}
.exam .hd li.on h3:after{ display:block;}
.exam .hd ul li .more{ position:absolute; right:0; top:0; display:none;}
.exam .hd ul li.on .more{ display:block;}

/*20190904 add*/
.picFocus{ margin:0 auto;  width:800px;  position:relative;  overflow:hidden;  zoom:1;   }
.picFocus .hd{padding-bottom:2px;  overflow:hidden; background: #fff; }
.picFocus .hd ul{ margin-right:-5px;  overflow:hidden; zoom:1; text-align: center;}
.picFocus .hd ul li{ padding-bottom:6px; float:left;  text-align:center; float: none; display: inline-block; }
.picFocus .hd ul li img{ width:54px; height:60px; border:2px solid #ececec; cursor:pointer; margin-right:5px;   }
.picFocus .hd ul li.on{ position:relative;}
.picFocus .hd ul li.on::after{ display:block; content:""; border-left:5px solid transparent; border-right:5px solid transparent; border-top:6px solid #f60; position:absolute; left:50%; bottom:0; margin-left:-8px;}
.picFocus .hd ul li.on img{ border-color:#f60;  }
.picFocus .bd{overflow:hidden;}
.picFocus .bd li{ vertical-align:middle;    text-align: center; overflow:hidden; }
.picFocus .bd img{ width:auto; height:auto; max-width:800px;  max-height:900px; }
.picFocus a.prev,.picFocus a.next{
width:50%;
height:calc(100% - 74px);
line-height:calc(100% - 74px);
display:block;
color:rgba(255,255,255,.4);
text-align:center;
font-size:36px;
position:absolute;
bottom:0;
z-index:99;
width: 60px;
height: 60px;
line-height: 60px;
background: rgba(0,0,0,.1);
color: rgba(255,255,255,.7);
font-family: "宋体";
bottom: 50%;
margin-bottom: -30px;
}
.picFocus a.prev{
left:0;
}
.picFocus a.next{
right:0;
}
.picFocus a:hover{
background: rgba(0,0,0,.3);
color: rgba(255,255,255,.7);
font-size:36px;
}
/*20190927 add  常用下载*/
.downLoadCon{
    width:1220px;
}
.downLoadCon .ny_con_right{
    width:960px;
}
.downLoadCon .ny_con_right .location{
    margin:0 10px;
    width: auto;
}
.downLoad{ 
    padding:0 0 0; 
    overflow:hidden;
} 
.downLoad ul{
    padding:0 10px 20px; 
    overflow:hidden;
}
.downLoad li{ 
    width:48%; 
    float:left; 
   margin-right:4%;
   margin-top:30px;
    background:#fff; 
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow:hidden;
     -moz-box-shadow:0 0 10px rgba(0,0,0,.03); 
    -webkit-box-shadow:0 0 10px rgba(0,0,0,.03); 
    box-shadow:0 0 10px rgba(0,0,0,.03);
}
.downLoad li:nth-of-type(2n+2){
   margin-right:0%;
}
.downLoad li h4{
    background:#fafafa; 
    color:#333;
     font-weight:bold; 
    text-align:center; 
    height:50px; 
    line-height:50px;
    white-space:nowrap; 
    text-overflow:ellipsis;
    overflow:hidden; 
}
.downLoad li .downInfo{
    padding:15px 120px 15px 20px; 
    border-bottom:1px solid #f0f0f0;
    background:url(../images/downloadbg.png) right bottom no-repeat;
    position:relative;
}
.downLoad li .downInfo span{
    display:block;
    color:#666;
    line-height:36px;
    white-space:nowrap; 
    text-overflow:ellipsis; 
    overflow:hidden; 
}
.downLoad li .downInfo .downbtn{
    display:block;
    width:88px;
    height:36px;
    line-height:36px;
    background:#fab806;
    color:#fff;
    text-align:center;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
     -moz-box-shadow:0 0 10px rgba(190,13,23,.1);
    -webkit-box-shadow:0 0 10px rgba(190,13,23,.1);
    box-shadow:0 0 10px rgba(190,13,23,.1);
    position:absolute;
    right:20px;
    bottom:20px;
}
.downLoad li .downInfo .downbtn:hover{
    background:#be0d17;
}
.downLoad li .notice{
    color:#666;
    padding:0 20px;
    height:50px; 
    line-height:50px;
    white-space:nowrap; 
    text-overflow:ellipsis;
    overflow:hidden; 
}
.page .currentpage{
    display: inline-block;
    border: 1px solid #c7c7c7;
    padding: 0 8px;
    background:#c7c7c7;
    color: #fff;
    margin-left: 2px;
}
.page{ margin-bottom:-10px;}
.page a{
    padding: 0 8px;
    margin-left: 2px;
}







