body, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, a, code, em, img, q, small, strong, dd, dl, dt, li, ol, ul, fieldset, form, label, table, tbody, tr, th, td, input, textarea,p {
    color: #666666;
    font-size: 14px;
    font-family: sans-serif,"微软雅黑","宋体",arial,verdana,"黑体";
    padding: 0;
    margin: 0;}
img{max-width:100%;border:0}
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}
.fl { float: left; }
.fr { float: right; }
a{text-decoration:none}
li{list-style-type:none}
body{min-width:1349px;}
table{margin:0 auto;}

html *{
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #333333;
	font-family: "微软雅黑","Microsoft YaHei","Arial",sans-serif;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	list-style: none;
	box-sizing: border-box;
         vertical-align: middle;
}
.flex1{
	display: flex;
	justify-content: space-around;
}
.flex2{
	display: flex;
	justify-content: space-between;
}
.flex3{
	display: flex;
	justify-content: center;
}
.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;
}
.header{position:relative;}
.w96{width:96%;margin:auto;}
.gh-logo-box{position:absolute;left:2%;top:35px;}
.gh-logo{vertical-align: middle;}
.gh-logo-box span{
    font-size: 60px;
    font-family: '仿宋';
    color: #fddc68;
    font-weight: bold;
    vertical-align: middle;
    padding-left: 20px;
    margin-left: 25px;
    border-left: 3px solid #fddc68;
    }
.nav{font-size:30px;color:#61615f;border-bottom:3px solid #61615f;}
.nav .navUl .navli{}
.nav .navUl .navli{padding:20px 0;}
.navli-state {color:#e4393c;}

#con1,#con2,#con3,#con4{margin-top:40px;}
#con1{margin-top:20px;}
#con1-1,#con1-2{width:49%;}
#con2-1,#con2-2,#con2-3{width:32%;}
#con3-1,#con3-2{width:49%;}
#con4-1{width:100%;}

.tit1{position: relative;border-bottom: 3px solid #61615f;padding-bottom: 10px;}
.tit1 img{width: 100px;}
.tit1 span{font-size: 30px;padding-left: 20px;}
.tit1 a{position: absolute;right: 0;bottom: 10px;font-size: 16px;}
.list-ul1{font-size:18px;    padding-top: 10px;}
.list-ul1 li{padding: 5px 0;border-bottom: 1px solid #bebbbb;}
.list-ul1 span{}
.list-ul1 span::before{content:"";display:inline-block;width:10px;height:10px;background:#d10810;border-radius:100%;margin-right: 30px;position: relative;top: -2px;}
.list-ul1 p{margin-top: 5px;}
.list-ul1 p::after{content:"";display:inline-block;width:15px;height:2px;background:#adadad;position: relative;top: 12px;    float: right;}
.tit2{border: 0;background: #fde6e6;padding: 10px 0;border-radius: 5px;}
.tit2 img{margin-left: 30px;}
.tit2 a {right: 20px;bottom: 30px;}
.list-ul2{min-height:250px;}
/*.list-ul2 span::before,.list-ul2 p::after{display:none;}*/
.list-ul2 p::after{display:none;}
.list-ul2 li{padding: 10px 0;border-bottom: 0;}
.tit3 img{margin-left: 30px;}
.list-ul3 li{padding: 10px 0;}
.list-ul3 span::before,.list-ul3 p::after{display:none;}
.list-ul3 p{display:inline-block;width:85%;}
.list-ul3 span{display:inline-block;}

.tit4{border: 0;}

.swipe{position:relative;margin-top:25px;}
.swipe .swiper-container{width:100%;height:330px;}
.swipe .swiper-container .swiper-slide{}
.swipe .swiper-container .swiper-slide>div{/*padding:10px;background:#fa9999;*/margin:0 5px;box-sizing:border-box;height:100%;}
.swipe .swiper-container .swiper-slide>div>a{display:block;width:100%;}
.swipe .swiper-container .swiper-slide>div>a img{width:100%;height:250px;object-fit: cover;}
.swipe .swiper-container .swiper-slide p{font-size:18px;text-align:left;margin-top: 10px;}
.arrow-left
{
  background: #1b1b1b url("/eportal/fileDir/gqtxcxywyh/resource/cms/2023/07/zuo.png") no-repeat left top;
  position: absolute;
  left: 0px;
  top: 45%;
  margin-top: -15px;
  width: 40px;
  height: 57px;
  z-index: 10;
  opacity: 0.51;
  background-position-x: -8px;
  background-position-y: 5px;
}
.arrow-left:hover
{
	background:#e7a332 url("/eportal/fileDir/gqtxcxywyh/resource/cms/2023/07/zuo.png") no-repeat;
	background-position-x: -8px;
    background-position-y: 5px;

}
.arrow-right
{
  background: #1b1b1b url("/eportal/fileDir/gqtxcxywyh/resource/cms/2023/07/you.png") no-repeat left bottom;
  position: absolute;
  right: 0px;
  top: 45%;
  margin-top: -15px;
  width: 40px;
  height: 57px;
  z-index: 10;
  opacity: 0.51;
  background-position-y:5px;
}
.arrow-right:hover
{
	background: #e7a332 url("/eportal/fileDir/gqtxcxywyh/resource/cms/2023/07/you.png") no-repeat left bottom;
	background-position-y:5px;
}
.title>a>img {
    width: 280px;
    height: 177px;
    transition: all 0.6s;
}



.footer{
	color: #fff;
	overflow: hidden;
      margin-top:50px;
}
.footer .ft{
	height: 200px;
	padding: 50px 0;
	box-sizing: border-box;
	/*background: url(/xygh/uiFramework/commonResource/image/mkszyxy/footer-bg.jpg) no-repeat;
	background-size: cover;*/
            background: rgb(151, 27, 27);
}
.footer .flogo img{
	width: 250px;
}
.footer .fo-box{
	align-items: flex-start;
       width:80%;
}
.footer .fo{
	padding: 0 20px;
	border-left: 1px solid #fff;
	flex:auto;
}
.footer .fo1{
	width: 370px;
}
.footer .fo2{
	width: 350px;
}
.footer .fo3{
	width: 100px;
	padding-right: 0;
}
.footer .fo p{
	position: relative;
	margin-top: 20px;
}
.footer .fo p:first-child{
	margin-top: 0;
}
.footer .fo3 img{
	margin-right: 20px;
}
.footer .fo3 .weixin-pic{
	width: 150px;
	height: 150px;
	visibility: hidden;
	position: absolute;
	z-index: 1;
	top: 100px;
	left: -70px;
	opacity: 0;
	transition: all .5s ease-out;
}
.footer p:first-child:hover .weixin-pic{
	opacity: 1;
	top: -30px;
	visibility: visible;
}

.footer .fb{
	text-align: center;
	line-height: 42px;
	background: #73050c;
}


/* 二级页面 */
.listbox{
       margin-top:30px;
	/*box-shadow: 0 0 10px #ddd;
	padding: 30px 40px 40px 40px;*/
}
.shadow-box{
	box-shadow: 0 0 10px #ddd;
	border: 1px solid #e5e5e5;
        padding: 30px 40px 40px 40px;
}
#listPage-left{
        width:20%;
        border-right: 1px solid #e5e5e5;
}

.leftNav{
}
.leftNav h1{
	text-align: center;
	font-size: 20px;
	font-weight: 600;
    line-height: 8vh;
    height: 8vh;
    position: relative;
    color: #fff;
    background-color: #c03442;
}
.leftNav h1:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid #c03442;
    border-bottom: 8px solid transparent;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    left: 47%;
    top: 100%;
}
.leftNav ul{
	position: relative;
	padding-top: 30px;
}
.leftNav .cc{
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	left: 0;
	top: 0;
	height: 6vh;
	background: #f6e8e9;
	border-left: 6px solid #c03442;
	border-right: 6px solid #c03442;
}
.leftNav ul li{
	height: 6vh;
	line-height: 6vh;
	font-size: 18px;
	background: #f5f5f5;
	margin-bottom: 15px;
	text-align: center;
}
.leftNav ul li a{
	position: relative;
	z-index: 10;
	transition: all .5s ease-out;
}
.leftNav ul li:hover a{
	color: #c03442;
}
.rightBox{
	overflow-y: hidden;
	box-sizing: border-box;
	width: 80%;
	background: url(/xygh/uiFramework/commonResource/image/mkszyxy/list-bg.jpg) right bottom no-repeat;
}
.rightBox .dw{
	background: #f5f5f5;
	font-size: 16px;
	color: #666464;
        padding-left: 2vw;
        line-height: 8vh;
        height: 8vh;
	border-bottom: 1px solid #e4e4e4;
}
.rightBox .xw-list{
	line-height: 6vh;
        padding: 0 2vw;
        padding-top: 1vh;
}
.rightBox .xw-list li{
	border-bottom: 1px dashed #e4e4e4;
}
.xw-list li p {
    display: inline-block;
    width: 85%;
    vertical-align: middle;
}
.xw-list li:hover{
	color: #c03442;
	/*background: url(/xygh/uiFramework/commonResource/image/mkszyxy/xw-icon-yuan-state.png) left center no-repeat;*/
}

.fy{
    line-height: 100px;
    text-align: center;
    font-size: 18px;
    color:#d1d0d0;
}
.fy *{
    display:inline-block;
}
.fy .pagingNormal,.fy .NormalRed{
    font-size:18px;
    width:38px;
    height:38px;
    line-height:38px;
    text-align:center;
    border:1px solid #d1d0d0;
    border-radius:50%;
}
.fy .NormalRed{
    background:#c03442;
    color:#fff;
}
.fy em{
   font-style:normal;
}
.fy .fy-bt{
   cursor:pointer;
   margin:0 10px;
}
.fy em{
   width:90px;
   height:38px;
   line-height:38px;
   text-align:center;
    border:1px solid #d1d0d0;
    border-radius:20px;
}


.listXX{padding:0 40px;line-height: 1.5;margin-top:30px;}

.nav .navli{position:relative;}
.nav .son1{
	position: absolute;
	left: 0;
	top:120px;
	margin-left: -10%; 
	width: 120%;
	z-index: 10;
	opacity: 0;
	font-size: 16px;
	visibility: hidden;
	transition: all .3s ease-out; 
	box-shadow:  0 0 5px #aaa;
}

.nav li:hover .son1{
	top: 100%;
	z-index: 1;
	opacity: 1;
	visibility: visible;
	/* background-position: center top; */
}
.nav .son1>p{
	line-height: 35px;
	text-align: center;
    padding: 10px 10px;
    position: relative;
    box-sizing: border-box;
    width: 100%;
	/* color: #4095c8; */
    /* background: rgba(255,255,255,0.9); */
	color: #fff;
	background: #c03442;
    border-bottom: 1px solid rgba(76,76,76,0.1);
    border-top: 1px solid rgba(76,76,76,0.1);
}