﻿@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);
}
* {
	-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: 1200px;
	font:12px "microsoft yahei","Arial","Verdana","Tahoma";
	line-height:1.42857143;
	color:#333;
}
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{
	text-indent:10px;
	outline: none;
	border: none;
}
form *:focus{
	outline:none;
}
a{
	color: #333;
	text-decoration: none;
}
a:hover{
	color: #355e92;
	text-decoration: none;
}
a:focus{
	outline:none;
}
.cl{
	clear: both;
}
.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;
}
.container {
	width: 100%;
	height: 100%;
}
.content-box{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
/* index*/
/* header*/
.header{
	width:100%;
	height: 156px;
	border-top: solid 3px #355e92;
	background: url(../img/jsfzzx_header_bg.jpg) bottom center no-repeat;
}
.top-l a, .top-r a{
	font: 15px/24px "microsoft yahei";
	color: #666;
	display: inline-block;
	padding-right: 2px;
}
.top-r{margin: 0 -5px;}
.top-r a{font-size: 14px;}
.top-r span{margin: 0 5px;}
.top-r span i{
	display: inline-block;
	width: 21px;
	height: 13px;
	vertical-align: middle;
	margin: -2px 2px 0 0;
}
.top-r span:nth-of-type(1) i{
	background: url(../img/jsfzzx_icon-wza.png) center no-repeat;
}
.top-r span:nth-of-type(2) i{
	background: url(../img/jsfzzx_icon-yxdl.png) center no-repeat;
}
.top-r span:nth-of-type(3) i{
	width: 16px;
	height: 16px;
	background: url(../img/jsfzzx_icon_login.png) center no-repeat;
}
.fontblue{color: #355e92 !important;}
.logo img{
	padding-top: 20px;
}
.nav{
	width: 100%;
	height: 60px;
	background:#355e92;
}
.nav li{
	float: left;
	width: 200px;
}
.nav li a{
	font:bold 20px/60px "microsoft yahei";
	text-align: center;
	color: #fff;
	display:block;
}
.nav li a:hover{
	background:#234e84;
}
.search{
	height: 34px;
	margin-top: 13px;
	position: relative;
}
.search input {
	width: 300px;
	font: 12px/34px "microsoft yahei";
	color: #333;
	padding: 0 40px 0 0;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #ccc;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #ccc;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	color: #ccc;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color: #ccc;
}
.search .go {
	width: 20px;
	height: 20px;
	background: url(../img/jsfzzx_icon_search.png) no-repeat;
	position: absolute;
	right: 10px;
	top: 7px;
}
/* /header*/
/* banner*/
.banner {
	width: 100%;
	text-align: center;
	position: relative;
}
.banner ul {
	width: 300%;
}
.banner ul li {
	float: left;
	width: 33%;
	min-height: 400px;
}

.banner ul li a{
	width: 100%;
	height:100%;
        min-height: 400px;
        display: block;
}
@media screen and (min-width:1600px){
	.banner ul li, .banner ul li a  {
		height: 410px;
	}
}
@media screen and (min-width:1920px){
	.banner ul li, .banner ul li a {
		height: 500px;
	}
}
.banner .dots {
	width: 100%;
	font-size: 0;
	position: absolute;
	left: 0;
	bottom: 20px;
}
.banner .dots li {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 4px;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	-ms-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}
.banner .dots li.active {
	background: #355e92;
}
.banner .arrows {
	color: transparent;
	cursor: pointer;
}
.banner .prev, .banner .next{
	width: 26px;
    height: 47px;
    background: url(../img/jsfzzx_slider_arrow.png) no-repeat;
    margin-top: -24px;
	position: absolute;
	top: 50%;
}
.banner .prev{
	background-position: 0 -47px;
	left: 8%;
}
.banner .next{
	background-position: -26px -47px;
    right:8%;
}
.banner .prev:hover{
	background-position: 0 0;
}
.banner .next:hover{
	background-position: -26px 0;
}
/* /banner*/
/* news*/
.mtb50{
	margin: 50px 0;
}
.news{
	width: 800px;
}
.hd{
	width: 100%;
	padding-bottom: 20px;
}
.hd h3{
	font:bold 20px/20px "microsoft yahei";
	color: #333;
	float: left;
}
.news .hd span{
	width: 664px;
}
.notice .hd span{
	width: 234px;
}
.fzzx .hd span{
	width: 336px;
}
.zxyy .hd span{
	width: 316px;
}
.hd span{
	height: 9px;
	display: inline-block;
	margin: 12px 0 0 5px;
	background: url(../img/jsfzzx_tit_bg.png) left top repeat;
}
.hd .more{
	font-size: 14px;
	color: #999;
	padding-top: 5px;
}
.hd .more:hover{
	color: #355e92;
}
.focus{
    position: relative;
	background: #f8f8f8;
	border: solid 1px #ddd;
}
.focus, .focus img{
    width: 400px;
    height: 350px;
    display: block;
}
.focus img{
    height: 250px;
	margin: -1px 0 0 -1px;
}
.focus .fPic {
    position: absolute;
    left: 0;
    top: 0;
}
.focus .text{
    display: block;
    font: 16px/22px "microsoft yahei";
    color: #333;
	text-align: center;
    padding: 12px 20px;
}
.focus .D1fBt {
    padding-top: 322px;
	text-align: center;
}
.focus .D1fBt a {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius:50%;
    margin: 0 2px;
    color: #fff;
    outline: 0;
    background: #d9d9d9;
}
.focus .D1fBt .current, .focus .D1fBt a:hover {
    background: #355e92;
}
.focus .D1fBt i {
    display: none;
}
.focus .prev, .focus .next {
    width: 35px;
    height: 60px;
    background: url("../img/jsfzzx_icon-arrow.png") no-repeat;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    top: 95px;
	z-index:1;
    transition: opacity .5s;
}
.focus .prev {
    background-position: 0 -60px;
    left: 0px;
}
.focus .next {
    background-position: -35px -60px;
    right: 0px;
}
.focus .prev:hover {
    background-position: 0 0;
}
.focus .next:hover {
    background-position: -35px 0;
}
.focus:hover .prev, .focus:hover .next{
	opacity: 1;
}
.newslist{
	width: 380px;
}
.lead{
	border-bottom: dotted 1px #ddd;
	margin-bottom:10px;
}
.lead dl{}
.lead dt a{
	font:bold 18px/30px "microsoft yahei";
	color: #333;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
}
.lead dd{
	font:14px/24px "microsoft yahei";
	color: #999;
	
       overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    padding: 0;
    margin: 5px 0 15px;
}
.lead dd a, .fzzx .zxjj .text a{
	color: #335a8b;
}
.lead dt a:hover{
	color: #335a8b;
}
.newslist li{
	height: 36px;
}
.newslist li a{
	font: 16px/36px "微软雅黑";
	color: #333;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 80%;
    display: inline-block;
}

.newslist li i{
	display: inline-block;
	width:4px;
	height:4px;
	background:#d4d4d4;
	margin:16px 8px 0 0;
	vertical-align: middle;
	float: left;
}
.newslist li span{
	float: right;
	display: block;
	font:16px/36px 'arial';
	color: #999;
}
.newslist li a:hover{
	color: #335a8b;
}
.newslist li:hover i{
	background: #335a8b;
}

.notice{
	width: 370px;
}
.notice dl{
	overflow: hidden;
}
.notice dl+dl{
	margin-top: 15px;
	padding-top: 15px;
	border-top: dotted 1px #ddd;
}
.notice dt{
	width: 64px;
	height: 64px;
	float: left;
	background: #f0f1f4;
	color: #355e92;
}
.notice dt span{
	display: block;
	text-align: center;

}
.notice dt .day{
	font:bold 20px/40px "Arial";
}
.notice dt .month{
	font:14px/12px "Arial";
}
.notice dd{
	float: right;
	width: 290px;
}
.notice dd a{
	font: 16px/26px "microsoft yahei";
	color: #333;
	display: block;
	padding-top: 6px;
}
.notice dl:hover dt{
	background: #355e92;
	color: #fff;
}
.notice dl:hover dd a{
	color: #27578f;
}
/* /news*/
/* fzzx*/
.ptb50{
	padding: 50px 0;
	background: #f5f5f5;
}
.fzzx{
	width: 720px;
}
.fzzx .tag{
	padding-top: 7px;
	float: right;
}
.fzzx .tag li{
	font: 14px/16px "microsoft yahei";
	color: #999;
	text-align: center;
	display: inline-block;
	padding: 0 15px;
	border-radius: 3px;
}
.fzzx .tag li:last-child{
	padding-right: 0;
}
.fzzx .tag li+li{
	border-left: solid 1px #ddd;
}
.fzzx .tag li.on, .fzzx .tag li:hover, .fzzx .zxks li:hover{
    color: #355e92;
	font-weight: bold;
    cursor: pointer;
}
.fzzx .zxjj .imgbox{
	width: 720px;
	height: 130px;
	overflow: hidden;
}
.fzzx .zxjj .imgbox img{
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	transition: all .8s;
}
.fzzx .zxjj .imgbox img:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.fzzx .zxjj .text h3{
	font:18px/18px "microsoft yahei";
	color: #355e92;
	padding: 18px 0 12px;
}
.fzzx .zxjj .text p{
	font: 14px/24px "microsoft yahei";
	color: #666;
}
.ldbz{
	height: 250px;
	overflow: hidden;
}
.ldbz li{
	float: left;
	position: relative;
}
.ldbz li .cont{
	width: 140px;
	display: block;
	overflow: hidden;
	cursor: default;
}
#piano{
	width: 300px;
}
.ldbz li img{
	float: left;
width:140px;height:250px;
}
.lead_deta{
	width: 160px;
	height: 250px;
	padding: 20px;
	margin-left: 140px;
	background: #fff;
}
.lead_deta h3{
	font: bold 16px/16px "microsoft yahei";
	color: #355e92;
}
.lead_deta em{
	font: 14px/14px "microsoft yahei";
	color: #999;
	display: block;
	padding: 15px 0 20px;
	border-bottom: solid 1px #eee;
        height: 64px;
}
.lead_deta p{
	font: 14px/22px "microsoft yahei";
	color: #666;
	padding: 15px 0 25px;
        height: 84px;
    overflow: hidden;
}
.lead_deta .more{
	
	font: 12px/32px "microsoft yahei";
	color: #355e92;
	margin-top:20px;
	display: block;
	
	cursor: pointer;
/*width: 90px;
	font: 12px/32px "microsoft yahei";
	color: #fff;
	text-align: center;
	display: block;
	border-radius: 4px;
	background: #355e92;
	cursor: pointer;*/
}
.zxks li{
	width: 233px;
	height: 55px;
    float: left;
    margin: 0 10px 10px 0;
    border: solid 1px #e9e9e9;
    background: #fff;
}
.zxks li:nth-of-type(3n){
	margin-right: 0;
}
.zxks li.mb0{
	margin-bottom: 0;
}
.zxks li a {
    font: 16px/52px "microsoft yahei";
    text-align: center;
    color: #333;
    display: block;
    padding: 0 10px;
}
.zxks li:hover{
    background: #355e92;
}
.zxks li:hover a{
    color: #fff;
}
/* zxyy*/
.zxyy{
	width: 450px;
}
.zxyy li{
	float: left;
	text-align: center;
	width: 220px;
	height: 120px;
	padding: 38px 0;
	background: #fff;
	border: solid 1px #ddd;
}
.zxyy li:nth-of-type(even){
	margin-left: 10px;
}
.zxyy li:nth-of-type(3), .zxyy li:nth-of-type(4){
	margin-top: 10px;
}
.zxyy li i{
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-right: 12px;
	background: url(../img/jsfzzx_icon_zxyy.png) no-repeat;
}
.zxyy li i.i1{
	background-position: 0 0;
}
.zxyy li i.i2{
	background-position: 0 -40px;
}
.zxyy li i.i3{
	background-position: 0 -80px;
}
.zxyy li i.i4{
	background-position: 0 -120px;
}
.zxyy li:nth-of-type(even) span{
	line-height: 44px;
}
.zxyy li span{
	font: 16px/22px "微软雅黑";
	color: #333;
	text-align: left;
	display: inline-block;
	vertical-align: bottom;
}
.zxyy li:hover{
	background: #355e92;
	border-color: #355e92;
}
.zxyy li:hover span{
	color: #fff;
}
.zxyy li:hover i.i1{
	background-position: -40px 0;
}
.zxyy li:hover i.i2{
	background-position: -40px -40px;
}
.zxyy li:hover i.i3{
	background-position: -40px -80px;
}
.zxyy li:hover i.i4{
	background-position: -40px -120px;
}
/* zxyy*/
/* topic*/
.topic ul{
	margin: 0 -10px;
}
.topic li{
	float: left;
	width: 285px;
	height: 90px;
	margin: 0 10px;
	border: solid 1px #ddd;
	overflow: hidden;
}
.topic li img{
	width: 100%;
	height: 100%;
	transition: all .5s;
}
.topic li:hover img{
	cursor: pointer;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/* /topic*/
/* footer*/
.footer{
	padding: 50px 0;
	width: 100%;
	background: #355e92;
}
.dz{
	padding:10px 20px 0 0;
}
.dz img:last-child{
	float: right;
	margin: 5px 0 0 15px ;
}
.contact {
	width: 690px;
	padding:0px 20px;
	border-left: solid 1px #4a6e9d;
	position: relative;
}
.contact img{
	display: inline-block;
	position: absolute;
	top: 0;
	right: 20px;
}
.contact p{
	width: 570px;
	font: 13px/22px "microsoft yahei";
	color: #fff;
}
.tel{
	width: 220px;
	height: 68px;
	border-left: solid 3px #fff;
	border-right: solid 3px #fff;
	background: url(../img/jsfzzx_icon_tel.png) 18px center no-repeat;
	position: relative;
	top: 19px;
}
.tel i{
	width: 5px;
	height: 3px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.tel i:nth-of-type(2){
	left: auto;
	right: 0;
}
.tel i:nth-of-type(3){
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
}
.tel i:nth-of-type(4){
	top: auto;
	bottom: 0;
}
.tel span{
	color: #fff;
	display: block;
	padding-left: 62px;
}
.tel span:nth-of-type(1){
	font:bold 14px/16px "microsoft yahei";
	padding-top: 15px;
}
.tel span:nth-of-type(2){
	font: 18px/26px "microsoft yahei";
}
/* /footer*/
.wechat span{
	width: 20px;
	height: 20px;
	display: block;
	border-radius: 50%;
	background: #355e92;
	position: absolute;
	bottom: 0px;
	left: calc(50% - 10px);
	opacity: 0;
	transition: all .3s;
}
.wechat span a{
	font: 12px/20px "黑体";
	color: #fff;
	text-align: center;
	display: block;
}
.wechat:hover span{
	opacity: 1;
	bottom: -20px;
}
.yearimg{
width:100%;
height:120px;
         background: url(../img/20201171524.jpg) center top no-repeat;
}

/*
.newyear .header, .newyear .zxyy li:hover, .newyear .tyl-main-left-title, .newyear .main_list_right, .newyear .paging .page_index .current, .newyear .main_content{border-color:#c7041e;}
.newyear .nav, .newyear .banner .dots li.active, .newyear .focus .D1fBt .current, .newyear .focus .D1fBt a:hover, .newyear .notice dl:hover dt, .newyear .newslist li:hover i, .newyear .zxks li:hover, .newyear .zxyy li:hover, .newyear .footer, .newyear .wechat span, .newyear .paging .page_index .current{background:#c7041e;}
.newyear .fontblue, .newyear .lead dt a:hover, .newyear .hd .more:hover, .newyear .notice dt, .newyear .lead dd a, .newyear .fzzx .zxjj .text a, .newyear .notice dl:hover dd a, .newyear .newslist li a:hover, .newyear .fzzx .tag li.on, .newyear .fzzx .tag li:hover, .newyear .fzzx .zxks li:hover, .newyear .lead_deta h3, .newyear .lead_deta .more, .newyear .table_list thead, .newyear .table_list tbody tr td a:hover, .newyear .cont-top .current-position a:hover{color:#c7041e !important;}
.newyear .contact{border-color:#e41f3a;}
.newyear .notice dl:hover dt{color:#fff !important;}
.nav li a:hover{background:#b00017;}

.header, .tyl-main-left-title{border-top: solid 3px #c7041e;}
.nav{background:#c7041e;}
.cont-top .current-position a:hover, .table_list thead, .table_list tbody tr td a:hover{color:#c7041e}
.main_list_right{border-top: solid 1px #c7041e;}
.paging .page_index .current{background: #c7041e !important;border: 1px solid #c7041e !important;}
.main_content{border: 3px solid #c7041e;}
*/
.fzzx .tag li a{
	color:#999;
}
.fzzx .tag li.on a{
	color: #355e92;
}



/* 页面样式移入 */
#piano{
        width: 370px;
    }
    .ldbz li img {
        width: 175px;
    }
   .ldbz li .cont{
     	width: 175px;
   }
    .lead_deta {
        width: 195px;
        margin-left: 175px;
    }
   .zxyy li{
        width:100%;
        padding: 0;
        height: 115px;
border:none;
    }
 .zxyy li:nth-of-type(1){
       height: 135px;
    }
 .zxyy li:nth-of-type(2){
       height: 105px;
       margin: 10px 0 0 0 !important;
    }
  
    .zxyy li a{
        height:100%;
        display:flex;
        align-items:center;
        justify-content: center;
    }
 .zxyy li:nth-of-type(1) i{
width:298px;
       height: 48px;
margin:0;
background: url(../images/fzzx_fwptrk_icon.png) no-repeat;
    }
  .zxyy li:nth-of-type(1):hover{background: linear-gradient(to right, #227dc7, #0734b5);}
   .zxyy li:nth-of-type(1):hover i{background: url(../images/fzzx_fwptrk_icon_h.png) no-repeat;}
   .topic li{width:386px;}
/* 标题加大 */
.hd h3{font-size:22px;}
.hd span{margin-left:10px;}
.news .hd span {width: 650px;}
.notice .hd span {width: 220px;}
.fzzx .hd span {width: 310px;}
.zxyy .hd span {width: 352px;}
.fzzx .tag li{font-size:15px;}
.zxks li{height:120px;}
.zxks li a{line-height:118px;}
.zxks li:nth-of-type(4),.zxks li:nth-of-type(5),.zxks li:nth-of-type(6){
	margin-bottom:0;
}
