html *{
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #333333;
	/*font-family: Noto Sans SC,Microsoft YaHei,Arial,sans-serif;*/
        /*font-family:"Microsoft YaHei",sans-serif,"黑体","思源黑体","苹方","宋体";*/
        font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}
body{
	color: #333;
}
ul,ol {
     list-style: none 
}
 img {
     vertical-align: middle;
     border: 0;
     -ms-interpolation-mode: bicubic;
}
 button,select,textarea {
     font-size: 100%;
     vertical-align: middle;
     outline: none;
}
 textarea {
     resize: none 
}
 button,input[type=button],input[type=reset],input[type=submit] {
     cursor: pointer;
     -webkit-appearance: button;
     -moz-appearance: button 
}
 input{
     border: 0;
     outline: 0;
}
 input:focus:-moz-placeholder,input:focus::-webkit-input-placeholder {
     color: transparent 
}
 button::-moz-focus-inner,input::-moz-focus-inner {
     padding: 0;
     border: 0 
}
 table {
     border-collapse: collapse;
     border-spacing: 0 
}
 .fl {
     float: left;
}
 .fr {
     float: right;
}
 .hide {
     display: none;
}
 .show {
     display: block;
}
 .ellipsis {
     white-space: Nowrap;
     text-overflow: ellipsis;
     overflow: hidden 
}
 .break {
     word-break: break-all;
     word-wrap: break-word 
}
 .clearfix {
     *zoom: 1;
}
 .clearfix:after {
     content: '';
     display: block;
     height: 0;
     clear: both;
}
 .rl{
     position: relative;
	 }
.vi{
	visibility: hidden;
} 
.vid{
	visibility: visible;
}
.tl{
	text-align: left;
}
.tc{
	text-align: center;
}
.tr{
	text-align: right;
}
.ov1{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ov2{
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: justify;
}
.ov3{
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: justify;
}
.flex1{
	display: flex;
	justify-content: space-around;
}
.flex2{
	display: flex;
	justify-content: space-between;
}
.flex3{
	display: flex;
	justify-content: center;
}
.shadow5-5{
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
}

.w1500{
	width: 1500px;
	margin: auto;
}

.heaader{
	background: url('/xkyyjsc/uiFramework/commonResource/zip/xkyyjsc/header_bg.jpg') #fff no-repeat;
        background-size:100% 100%;
	width: 100%;
	/* height: 140px; */
}
.heaader .he1{
       position: relative;
       top: 14px;
}
.heaader .su1 a img{
       width:250px;
}
.heaader .he1 form{
       display: inline-block;
    vertical-align: middle;
}
.heaader .he1 a{
	margin-left: 20px;
	font-size: 14px;
}
.heaader .he1 a:last-child{
	display: inline-block;
	padding: 3px 15px;
	border: 1px solid #4095c8;
	border-radius: 20px;
}
.heaader .su1{
	font-size: 40px;
	color: #025483;
	font-weight: bold;
        font-family: KaiTi;
}
.heaader .su1 em{
	margin: 0 15px;
}
.heaader .su2{
        width: 100%;
}
.heaader .nav-ul{
	padding-top: 30px;
}
.heaader .nav-ul>li{
	position: relative;
	float: left;
	font-size: 22px;
	margin-left: 72px;
	padding-bottom: 20px;
	position: relative;
}

.heaader .nav-ul>li:first-child{
	margin-left: 0;
}
.heaader .nav-ul>li.state{
	color: #025483;
	font-weight: bold;
}
.heaader .nav-ul>li::before,.heaader .nav-ul>li.state::before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 2px;
	background: #025483;
	transition: all .3s;
}
.heaader .nav-ul>li:hover::before,.heaader .nav-ul>li.state::before{
	width: 100%;
	left: 0;
}
.heaader .nav-ul .sub{
	display: none;
	padding-top: 15px;
	width: 200%;
	/* background: url(/gqtxcxywyh/resource/cms/2023/07/subbg.gif) no-repeat center top #FFF; */
	background: #fff;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	position: absolute;
	top: 49px;
	left: -50%;
	z-index: 99;
	opacity: 0.9;
}
.heaader .nav-ul li:first-child .sub{    display: none !important;}
.heaader .nav-ul li:hover .sub{
    display: block;
}
.heaader .nav-ul li:hover .sub li {
    float: none;
    padding: 0;
    margin: 0;
    display: block;
}
.heaader .nav-ul li:hover .sub li a {
    padding: 0 15px;
    margin: 0;
    text-align: center;
    font-size: 18px;
    white-space: nowrap;
    line-height: 50px;
    display: block;
	transition: all .5s;
}
.heaader .nav-ul  .sub li:hover a{background:#4095c8;color: #FFF !important;}

#swiper-container-banner .swiper-slide img{
	width: 100%;
}
#swiper-container-banner .swiper-pagination{
	z-index: 10;
	bottom: 30px;
    width: 100%;
    text-align: center;
	font-size: 0;
}
#swiper-container-banner .swiper-pagination span{
	font-size: 24px;
	color: #fff;
	margin:0 15px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 100%;
	background-color: transparent;
	cursor: pointer;
	vertical-align: middle;
	display: none;
	/* transition: all 1s; */
}
#swiper-container-banner .swiper-pagination span.swiper-pagination-active{
	background-color: #c5271e;
	display: inline-block !important;
}
#swiper-container-banner .swiper-pagination>div{
	display: inline-block;
    padding: 10px;
}
#swiper-container-banner .swiper-pagination img{
	cursor: pointer;
	margin: 0 15px;
}
.xw-box{
	background: url(/xkyyjsc/uiFramework/commonResource/zip/xkyyjsc/xkyyjsc_newBj.jpg) no-repeat;
	background-size: 100% 100%;
}
.xw-cont{
	padding: 100px 0 170px 0;
}
#swiper-container-xw{
	width: 720px;
	height: 614px;
}
#swiper-container-xw .swiper-slide-pic{
	height: 490px;
	width: 100%;
	overflow: hidden;
}
#swiper-container-xw .swiper-slide img{
	width: 100%;
	min-height: 490px;
}
#swiper-container-xw .swiper-slide-xx{
	width: 570px;
	height: 180px;
	padding: 0 25px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 450px;
	z-index: 20;
}
#swiper-container-xw .swiper-slide-xx .po1{
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0;
}
#swiper-container-xw .swiper-slide-xx .po2{
	font-size: 16px;
	color: #5f5f5f;
}
#swiper-container-xw .swiper-slide-xx .po3{
	width: 60px;
	height: 60px;
	background: #4095c8;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	position: absolute;
	right: -60px;
	top: 0;
}
#swiper-container-xw .swiper-slide-xx .po3 em{
	font-style: normal;
	font-size: 22px;
	font-weight: bold;
	display: block;
	margin-top: 5px;
}
#swiper-container-xw .swiper-slide-xx .po4{
		display: none;
}

.h-tit{

}
.h-tit a{
	font-size: 30px;
	font-weight: bold;
	position: relative;
	padding-bottom: 20px;
}
.h-tit a::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	height: 2px;
	background: #4095c8;
}
.h-tit .h-tit-more{
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
    padding: 3px 15px;
    border: 1px solid #4095c8;
    border-radius: 20px;
	position: relative;
	top: 10px;
}
.h-tit .h-tit-more::before{
	display: none;
}

.xw-cont .con2-2{
	width: 720px;
	height: 610px;
}
.xw-cont .con2-2 .gg{

}
.xw-cont .con2-2 .gg .gg-list{
	margin-top: 45px;
	width: 670px;
	 height: 510px; 
	padding-bottom: 20px;
	background: #fff;
}
.xw-cont .con2-2 .gg .gg-list li{
	position: relative;
	padding: 0 30px 0 80px;
	font-size: 18px;
	margin-top: 25px;
}
.xw-cont .con2-2 .gg .gg-list li>a{
	font-weight: bold;
}
.xw-cont .con2-2 .gg .gg-list li img{
	position: absolute;
	left: 30px;
	top: 10px;
}
.xw-cont .con2-2 .gg .gg-list li:first-child{
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.xw-cont .con2-2 .gg .po1{
	font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
}
.xw-cont .con2-2 .gg .po2{
	font-size: 16px;
    color: #5f5f5f;
}
.xw-cont .con2-2 .gg .po3{
	width: 90px;
    height: 90px;
    background: #4095c8;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-top-left-radius: 10px;
    position: absolute;
    left: -45px;
    top: 0;
}
.xw-cont .con2-2 .gg .po3 span{
	margin-top: 15px;
	display: block;
	text-align: right;
	padding-right: 10px;
}
.xw-cont .con2-2 .gg .po3 em {
    font-style: normal;
    font-size: 26px;
    font-weight: bold;
    display: block;
    margin-top: 5px;
}


#swiper-container-xw .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #fff;
}
#swiper-container-xw .swiper-pagination{
	bottom: initial;
	top: 400px;
}

.link-box{
	background: url(/xkyyjsc/uiFramework/commonResource/zip/xkyyjsc/xkyyjsc_linkBg.jpg) no-repeat;
	background-size: 100% 100%;
}
.link-box-ul{
	position: relative;
	top: -60px;
}
.link-box-ul li{
	float: left;
	width: 720px;
	margin-left: 60px;
}
.link-box-ul li:first-child{
	margin-left: 0;
}
.link-box-ul li img{
	width: 100%;
}
.xx-box{
	padding-top: 90px;
}
.xx-box .con4-1,.xx-box .con4-2{
	float: left;
	width: 720px;
}
.xx-box .con4-1{
	margin-right: 60px;
}
.xx-list{
	padding-top: 60px;
}
.xx-list li{
	font-size: 18px;
	padding: 20px 0;
	border-bottom: 1px solid #efefef;
}
.xx-list li p{
	display: inline-block;
	width: 82%;
	vertical-align: middle;
}
.xx-list li span{
	display: inline-block;
	width: 18%;
	text-align: right;
}
.xx-list li:last-child{
	border: 0;
}
.link-address{
	background: #025483;
	line-height: 52px;
	font-size: 18px;
	color:#fff;
	font-weight: bold;
	margin-top: 60px;
}
.link-address a{
	margin-right: 40px;
}

.foot_box{
	background: url(/xkyyjsc/uiFramework/commonResource/zip/xkyyjsc/footer_bg.jpg) no-repeat;
	background-size: 100% 100%;
	color: #d0d0d0;
	font-size: 16px;
}
.foot_top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 60px 0 30px 0;
} 
.foot_top p{
	line-height: 35px;
}
.foot_top>div{
	padding-left: 20px;
	border-left: 1px solid #515151;
}
.foot_top>div:first-child{
	border: 0;
}
.foot_logo img{
	width: 200px;
}
.foot_weixin span{
	margin-left: 20px;
}
.foot_weixin p:first-child a{
	cursor: pointer;
}
.weixin_box {
    width: 150px;
    height: 150px;
    top: 0;
    right: 0;
    position: fixed;
    background: #fff;
    display: none;
	border: 2px solid #1c6a9e;
}
.foot_bottom{
	padding: 30px 0;
	border-top: 1px solid #515151;
	font-size: 14px;
	color: #7b7b7b;
}
.foot_bottom a{
	margin-right: 15px;
}

/*列表页*/
.list-box{
    min-height:400px;
    background:#e4e8ee;
    padding:20px 0;
}
.navRunat{
     width:400px;
}
.rightList{
     width:1070px;
      background:#fff;
}
.leftNav h1{
    background-color: #025483;
    color: white;
    line-height: 60px;
    font-size: 18px;
    text-align: left;
    padding-left: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.leftNav {
     background:#fff;
}
.leftNav ul {
    padding-bottom: 10px;
}
.leftNav ul li {
    padding: 0 10px;
}
.leftNav ul li a {
    display: block;
    text-align: left;
    padding-left: 20px;
    border-bottom: 1px dashed #d1d1d1;
    line-height: 50px;
    font-size: 15px;
    color: #636363;
}
.rightList{
     background:#fff;
}
.rightList-top {
    display: flex;
    padding-top: 18px;
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
}
.rightList-top h4 {
    margin-left: 25px;
    border-bottom: 3px solid #005bad;
    font-size:22px;
    padding-bottom: 10px;
    margin-bottom: -2px;
    display: inline-block;
}
.rightList-top .link {
    flex: 1;
    text-align: right;
    margin-right: 50px;
    float: right;
    font-size: 14px;
}
.sec-list,.sec-xx{ padding:25px;}
.sec-list ul{margin-bottom:20px;}
.sec-list li{border-bottom-color: #e8e8e8;border-bottom-style: solid;border-bottom-width: 1px;line-height: 56px; display:block}
.sec-list li time{ float:right; color:#999;}
.sec-list li a{font-size: 16px;}
.sec-list h3{ text-align:center; font-size:22px; line-height:2em; padding:20px 0px;}
.sec-list .time{ text-align:center; font-size:14px; color:#999; padding:15px 0}
.sec-list article p{ line-height:47px; margin-bottom:16px; font-size:18px; text-indent:2em;}
.sec-list article p img{text-align:center; margin:25px auto; display:block}
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #b7ccdd;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}


.easysite-page-wrap{
    text-align:center;
}
.easysite-page-wrap a,.easysite-page-wrap font{
   font-size: 12px;
    cursor: pointer;
    padding: 5px 8px;
    box-sizing: border-box;
    height: 24px;
    line-height: 12px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ccc;
}
.easysite-page-wrap span{
    display:none !important;
}
.easysite-page-wrap em{
   font-style:normal;
   font-size:12px;
}
.easysite-page-wrap a[tagname="[PREVIOUSPAGE]"],.easysite-page-wrap a[tagname="[NEXTPAGE]"]{
   color:#ccc;
}

/* @media (max-width: 1600px){
	.w1500{transform: scale(0.8);transition: all .3s;}
	.heaader .nav-ul .sub{position: absolute;}
} */


@media (max-width: 1600px){
	.w1500{
		width: 1300px;
	}
	.heaader .he1 {
		padding-top: 4px;
	}
	.heaader .su1{
		font-size: 32px;
		padding-top: 0;
	}
	.heaader .su1 em {
		margin: 0 12px;
	}
	.heaader .su1 a img{
		width: 200px;
	}
	.heaader .nav-ul {
		padding-top: 30px;
	}
	    .heaader .nav-ul>li {
		 font-size: 18px;
		margin-left: 68px;
        }
	.heaader .nav-ul li:hover .sub{
		top:41px
	}
       .heaader .nav-ul li:hover .sub li a{
		font-size:16px;
        }
	#swiper-container-banner .swiper-pagination span{
		font-size: 16px;
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin: 0 7px;
	}
	.xw-cont {
		padding: 50px 0 30px 0;
	}
	#swiper-container-xw {
		width: 620px;
		height: 440px;
	}
	.xw-cont .con2-2 {
		width: 620px;
		height: 500px;
	}
	#swiper-container-xw .swiper-slide-pic {
		height: 370px;
	}
	#swiper-container-xw .swiper-slide img {
		min-height: 370px;
	}
	#swiper-container-xw .swiper-pagination {
		top: 285px;
	}
	#swiper-container-xw .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}
	#swiper-container-xw .swiper-slide-xx {
		width: 450px;
		height: 120px;
		padding: 0 15px;
		top: 320px;
	}
	#swiper-container-xw .swiper-slide-xx .po1 {
		font-size: 16px;
		font-weight: bold;
		margin: 12px 0;
	}
	#swiper-container-xw .swiper-slide-xx .po2 {
		font-size: 14px;
	}
	#swiper-container-xw .swiper-slide-xx .po3 {
		width: 50px;
		height: 50px;
		right: -50px;
	}
	#swiper-container-xw .swiper-slide-xx .po3 em {
		font-size: 16px;
	}
	#swiper-container-xw .swiper-slide-xx .po3 span{
		font-size: 12px;
	}
	.h-tit a {
		font-size: 20px;
		padding-bottom: 10px;
	}
	.xw-cont .con2-2 .gg .gg-list {
		margin-top: 30px;
		width: 580px;
		height: 364px;
		padding-bottom: 20px;
	}
	.xw-cont .con2-2 .gg .gg-list li {
		padding: 0 10px 0 40px;
		font-size: 16px;
		margin-top: 15px;
	}
	.xw-cont .con2-2 .gg .gg-list li:first-child {
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	.xw-cont .con2-2 .gg .po1 {
		font-size: 16px;
		margin: 10px 0;
	}
	
	.xw-cont .con2-2 .gg .po2 {
		font-size: 14px;
	}
	.xw-cont .con2-2 .gg .po3 {
		width: 60px;
		height: 60px;
		left: -30px;
		top: -15px;
		font-size: 12px;
	}
	.xw-cont .con2-2 .gg .po3 span {
		margin-top: 10px;
		padding-right: 10px;
	}
	.xw-cont .con2-2 .gg .po3 em {
		font-size: 16px;
		margin-top: 5px;
	}
	.xw-cont .con2-2 .gg .gg-list li img {
		left: 15px;
		top: 10px;
		width: 12px;
	}
	.link-box-ul{
		text-align: center;
	}
	.link-box-ul li {
		width: 440px;
		float: none;
		display: inline-block;
		margin-left: 60px;
	}
	.link-box-ul {
		top: -40px;
	}
	.xx-box {
		padding-top: 40px;
	}
	.xx-box .con4-1, .xx-box .con4-2 {
	    width: 620px;
	}
	.xx-list {
		padding-top: 20px;
	}
	.xx-list li {
		font-size: 16px;
		padding: 10px 0;
	}
	.h-tit .h-tit-more {
		font-size: 12px;
		padding: 3px 10px;
		top: 10px;
	}
	.link-address {
		line-height: 42px;
		font-size: 16px;
		margin-top: 50px;
	}
	.foot_box {
		font-size: 14px;
	}
	.foot_top {
		padding: 20px 0 10px 0;
	}
	.foot_bottom {
		padding: 8px 0;
		font-size: 12px;
	}

        .navRunat {
            width: 300px;
        }
        .rightList {
               width: 960px;
          }
}