* {
  margin: 0;
  padding: 0;
  font-family: 'Arial', 'Times New Roman', 'Verdana', 'Tahoma', 'Microsoft YaHei', 'Hiragino Sans GB', tahoma, arial, simhei;
  color: #666;
}

.top_wrapper {
  width: 100%;
  height: 400px;
  background: url(../images/2023banner.jpg) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: 50% 0;
  position: relative;
  text-align: center;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

abbr,
acronym {
  border: 0;
}
.clear {
  height: 0px;
  line-height: 0px;
  clear: both;
}
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* + html .clearfix {
  overflow: hidden;
}
* html .clearfix {
  height: 1%;
}
body {
  min-width: 1200px;
  /*background: #fff url('../images/2023banner.jpg') no-repeat top center;*/
  padding: 0;
  margin: 0;
  background: url(../images/bg.png) no-repeat;
  background-position-y: 0%;
  background-size: auto;
  background-size: 100% 100%;
  background-position-y: 235px;
}
a img {
  border: 0;
}
a {
  color: #666;
  text-decoration: none;
}
a:hover {
  color: #ff0000;
}
.float_l {
  float: left;
}
.float_r {
  float: right;
}
.red {
  color: #cc0000;
}
.logo {
  /* background: url('/sites/main/main/zhuanti/2021gjgy/img/logo.png') no-repeat left center;*/
  position: relative;
  margin-left: 18%;
  padding-top:30px;
}
.logo a {
  width: 459px;
  height: 56px;
  display: block;
}
.nav {
  height: 60px;
  margin-top:214px;
  background: #e00514 no-repeat center;
}
.nav .menu {
  width: 1280px;
  margin: 0 auto;
}
.nav .menu a {
  font-size: 22px;
  color: #ffe2a9;
  display: inline-block;
  padding: 0 27px;
  line-height: 60px;
  height: 60px;
  /*font-weight: bold;*/
}
/*.nav .menu a:hover,
.nav .menu a.act {
  font-size: 30px;
  display: inline-block;
  color: #e60000;
  background: #ffe2a9;
  padding: 0 39px;
  line-height: 70px;
  height: 70px;
}*/

.father {
  width: 1200px;
  margin: 0 auto;
}
.list1 {
  margin: 40px 70px;
  height: 100%;
  overflow: hidden;
}
.list1 .left {
  width: 90px;
  float: left;
  background: url('../images/date.png') no-repeat center;
  padding-top: 48px;
}
.list1 .left p {
  height: 64px;
  text-align: center;
  line-height: 64px;
  color: #fff;
  font-weight: bold;
  font-size: 50px;
}
.list1 .right {
  width: 930px;
  padding-left: 25px;
  float: right;
  margin-top: 18px;
}
.list1 .right h1 a {
  color: #e60000;
  font-size: 30px;
  font-weight: bold;
  line-height: 48px;
}
.list1 .right h1 a:hover {
  text-decoration: underline;
}
.list1 .right p {
  color: #e60000;
  font-size: 19px;
  line-height: 28px;
  padding-top: 10px;
}
.list2 {
  height: 100%;
  overflow: hidden;
  /* margin-top: 50px;*/
}
.list2 .img-list {
  width: 760px;
  float: left;
  position: relative;
  background: #f0f0f0;
}

.list5 ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 9px;
  height: 9px;
  background-color: #B9B9B8;
  border-radius: 9px;
}

.img-list .swiper-container {
  width: 760px;
  height: 480px;
}
.img-list .swiper-container .swiper-slide {
  position: relative;
  height: 480px;
}
.img-list .swiper-container .swiper-slide img {
  width: 760px;
  height: 480px;
}
.img-list .swiper-container .swiper-slide span {
  width: 760px;
  height: 46px;
  line-height: 46px;
  left: 0px;
  bottom: 0px;
  font-size: 20px;
  color: #fff;
  position: absolute;
  background: #df0615;
  padding-left: 10px;
}
.img-list .pagination {
  position: absolute;
  text-align: right;
  bottom: 12px;
  right: 10px;
  z-index: 1;
}
.img-list .swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  width: auto;
  bottom: 15px;
  left: auto;
}
.img-list .swiper-pagination-switch {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 13px;
  background: #fff;
  margin: 0 6px;
  cursor: pointer;
}
.img-list .swiper-pagination-bullet {
  opacity: 1;
  background: #ffcc99;
}
.img-list .swiper-active-switch {
  background: #ffcc99;
}
.img-list .swiper-pagination-bullet-active {
  background: #fff;
}

.list2 .right {
  width: 410px;
  float: right;
  /*margin-right: 30px;*/
}
.list2 .right h1 {
  /*background: url('../images/zdgz.png') no-repeat left;*/
  border-bottom: #df0615 solid 2px;
  height: 33px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.list2 .right ul li a {
  height: 48px;
  overflow: hidden;
  line-height: 48px;
  font-size: 20px;
}



.module_title {
  width: 100%;
  height: 47px;
  line-height: 30px;
  font-size: 30px;
  font-weight: bold;
  color: #DE0E30;

  border-bottom: 1px solid #CC0000;
  padding-left: 20px;
  position: relative;
}

.module_title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 34px;
  background: #DE0E30;
}
.list3 .long_title{
  width: 10px;
  height: 32px;
  float: left;
  background-color: #DE0E30;
  margin: 10px;

}

.list3 {
  height: 100%;
  overflow: hidden;
  /*background: url('../images/title2.png') no-repeat center top;*/
  padding-top: 50px;
  /*margin: 60px auto;*/
}

.list7 .long_title{
  width: 10px;
  height: 32px;
  float: left;
  background-color: #DE0E30;
  margin: 10px;

}

.list7 {
  height: 100%;
  overflow: hidden;
  /*background: url('../images/title2.png') no-repeat center top;*/
  padding-top: 50px;
  /*margin: 60px auto;*/
}

#g_fskuang {
  float: left;
  width: 560px;
  height: 100%;
  margin-top: 20px;
}

#g_fskuang7 {
  float: left;
  width: 100%;
  height: 300px;
  margin-top: 20px;
}

#tini {
  height: 100%;
  width: 560px;
  float: left;
}
#tini7 {
  height: 100%;
  width: 100%;
  float: left;
}
#tini-right {
  height: 100%;
  width: 560px;
  float: right;
}
#g_fushil {
  height: 680px;
  width: 560px;
  float: left;
  overflow: hidden;
  position: relative;
}

#g_fushil7 {
  height: 100%;
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
#g_fushil_right {
  height: 680px;
  width: 560px;
  float: left;
  overflow: hidden;
  position: relative;
}
#g_fushic {
  width: 560px;
  float: right;
  padding: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

#g_fushic7 {
  width: 560px;
  float: right;
  padding: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}


#f_litimg7{
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  position: absolute;
  height: 100%;
}
#f_litimg7 ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  height: 100%;
}
#f_litimg7 ul li{
  width: 560px;
  margin: 3px 20px 3px 20px;
  float: left;
}

#f_litimg7 ul li a {
  background: #e8e8e8;
  cursor: pointer;
  display: block;
}

#f_litimg7 ul li span {
  font-size: 20px;
  line-height: 32px;
}
#f_litimg7 ul li p {
  line-height: 26px;
  font-size: 16px;
}

#f_litimg7 ul li a:hover span {
  color: #df0615;
}




#f_litimg{
  width: 560px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  position: absolute;
}
#f_litimg ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#f_litimg ul li a {
  background: #e8e8e8;
  cursor: pointer;
  display: block;
  width: 510px;
  height: 85px;
  padding: 20px 25px 25px;
  margin: 5px 0;
}

#f_litimg ul li h2 {
  font-size: 28px;
  line-height: 32px;
}
#f_litimg ul li p {
  line-height: 26px;
  font-size: 16px;
}
#f_litimg ul li a:hover {
  background: #df0615;
  cursor: pointer;
  display: block;
  width: 510px;
  height: 85px;
  padding: 20px 25px 25px;
  color: #fff !important;
}
#f_litimg ul li a:hover h2 {
  color: #fff;
}
#f_litimg ul li a:hover p {
  color: #fff;
}



#f_litimg_right{
  width: 560px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  position: absolute;
}
#f_litimg_right ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#f_litimg_right ul li a {
  background: #e8e8e8;
  cursor: pointer;
  display: block;
  width: 510px;
  height: 85px;
  padding: 20px 25px 25px;
  margin: 5px 0;
}

#f_litimg_right ul li h2 {
  font-size: 28px;
  line-height: 25px;
}
#f_litimg_right ul li p {
  line-height: 26px;
  font-size: 16px;
}
#f_litimg_right ul li a:hover {
  background: #df0615;
  cursor: pointer;
  display: block;
  width: 510px;
  height: 85px;
  padding: 20px 25px 25px;
  color: #fff !important;
}
#f_litimg_right ul li a:hover h2 {
  color: #fff;
}
#f_litimg_right ul li a:hover p {
  color: #fff;
}
#fu_top {
  cursor: pointer;
  width: 28px;
  float: left;
  height: 15px;
  background: url('../images/arrow-top.png') no-repeat center;
  margin-left: 247px;
  margin-bottom: 13px;
}

#fu_top_right {
  cursor: pointer;
  width: 28px;
  float: left;
  height: 15px;
  background: url('../images/arrow-top.png') no-repeat center;
  margin-left: 247px;
  margin-bottom: 13px;
}

#fu_down {
  cursor: pointer;
  width: 28px;
  float: left;
  height: 15px;
  background: url('../images/arrow-bottom.png') no-repeat center;
  margin-left: 247px;
  margin-top: 13px;
}

#fu_down_right {
  cursor: pointer;
  width: 28px;
  float: left;
  height: 15px;
  background: url('../images/arrow-bottom.png') no-repeat center;
  margin-left: 247px;
  margin-top: 13px;
}

.list3 .right {
  float: right;
  width: 600px;
  height: 100%;
  overflow: hidden;
  margin-top: 20px;
}
.list3 .d_name {
  height: 45px;
  overflow: hidden;
  margin-top: 41px;
}
.list3 .d_name .swiper-container {
  width: 560px;
  height: 45px;
}
.list3 .d_name .swiper-container .swiper-slide {
  text-align: center;
}
.list3 .d_name .tab {
  width: 560px;
}
.list3 .d_name .tab a {
  display: inline-block;
  width: 72px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #cc0000;
  color: #fff;
  font-size: 20px;
}
.list3 .d_name .l_arrow {
  background: url('../images/arrow-left.png') no-repeat center;
  width: 15px;
  height: 45px;
  float: left;
  margin-right: 5px;
  cursor: pointer;
}
.list3 .d_name .r_arrow {
  background: url('../images/arrow-right.png') no-repeat center;
  width: 15px;
  height: 45px;
  float: right;
  cursor: pointer;
}

.list3 .video {
  padding-top: 7px;
}
.list3 .video .p_deo {
  height: 305px;
}
.list5 .video h3 {
  height: 45px;
  background: #cc0000;
  font-size: 20px;
  color: #fff;
  padding-left: 15px;
  line-height: 45px;
  width: 525px;
}

.list4 {
  height: 100%;
  overflow: hidden;
  /* background: url('../images/title3.png') no-repeat center top;
   padding-top: 130px;*/
}
.list4 .d_pic {
  height: 400px;
}
.list4 .d_pic .swiper-container {
  width: 1120px;
  height: 400px;
}
.list4 .d_pic .pic {
  height: 400px;
}
.list4 .d_pic ul {
  width: 100%;
}
.list4 .d_pic li {
  margin: 10px 5px;
  background: #e8e8e8;
  display: block;
  float: left;
  width: 270px;
}
.list4 .d_pic li p {
  padding: 16px 23px;
  font-size: 28px;
  color: #333;
}
.list4 .d_pic li p span {
  font-size: 18px;
  text-indent: 0;
  color: #666;
}
.list4 .d_pic .l_arrow {
  background: url('../images/arrow-left.png') no-repeat center;
  width: 15px;
  height: 29px;
  cursor: pointer;
  margin-top: 175px;
  float: left;
}
.list4 .d_pic .r_arrow {
  background: url('../images/arrow-right.png') no-repeat center;
  width: 15px;
  height: 29px;
  cursor: pointer;
  margin-top: 175px;
  float: right;
}
.list5 {
  height: 100%;
  overflow: hidden;
  margin-top: 50px;
}

.red_title{
  display: block;
  width: 150px;
  height: 30px;
  font-size: 22px;
  background-color: #DE0E30;
  color: white;
  font-weight: 600;
  text-align: center;
  float: left;

}
.list5 .ind_tit {

  border-bottom: #df0615 solid 2px;
  height: 30px;
  width:590px;
}
.list5 .ind_tit2 {
  border-bottom: #df0615 solid 2px;
  height: 85px;
  width:550px;
  padding-bottom: 10px;
}
.list5 .left {
  width: 580px;
  float: left;
  margin-top: 23px;
}
.list5 .left li {
  height: 29px;
  font-size: 16px;
  line-height: 36px;
  padding-left: 22px;
  position: relative;
}
.list5 .left li span {
  color: #cc0000;
}
.list5 .right {
  width: 550px;
  float: right;
  margin-top: 30px;
  height: 380px;
}


.list5 .right li {
  height: 29px;
  font-size: 16px;
  line-height: 36px;
  padding-left: 22px;
  position: relative;
}

/*****底部*****/

.footer {
  width: 100%;
  height: 180px;
  background-image: url(../images/footer.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
}
.footer-top {
  height: 45px;
  width: 100%;
  background-color: #e6e6e6;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
}
.footer-top a {
  margin: 0 50px;
  color: #373737;
}
.footer-top a:hover {
  color: #19629f;
}
.footer-top .quick {
  color: #19629f;
  font-size: 17px;
  position: relative;
  padding-left: 40px;
}
.footer-top .quick img {
  margin-right: 10px;
  position: absolute;
  top: -7px;
  left: 0;
}

.footer .footer-content {
  padding-top: 33px;
  background-color: #1c649f;
}
.footer .select-bar {
  height: 40px;
  width: 1200px;
  margin: auto;
  position: relative;
}

.select-list {
  float: left;
  margin-right: 68px;
}
.select-div {
  width: 139px;
  height: 36px;
  position: relative;
  display: inline-block;
  background-position: 100% 50%;
  border: 1px solid #2b74af;
  background-image: url(/sites/main/main/newindex/images/arrow_bottom.png);
  background-repeat: no-repeat;
  background-position: 130px 16px;
  cursor: pointer;
}

.select-list .select-span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 38px;
  text-indent: 16px;
  font-size: 16px;
  color: #fff;
  font-size: 17px;
}
.select-list select {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.select-list .check-box {
  width: 1156px;
  background-color: #f3f3f3;
  border: 1px solid #d9d8d8;
  position: absolute;
  bottom: 42px;
  left: 0;
  display: none;
  padding: 20px;
}
.check-box.on {
  display: block;
}

.check-box .check-title {
  font-size: 20px;
  font-weight: bold;
  border-left: 4px solid #c80000;
  height: 24px;
  line-height: 24px;
  color: #0e4c95;
  text-indent: 10px;
}
.check-list span {
  display: block;
  float: left;
  width: 165px;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #333;
  margin-top: 20px;
  cursor: pointer;
}
.check-list span:hover {
  color: #19609e;
}

.footer .footer-bottom {
  width: 800px;
  margin: auto;
  padding-left: 230px;
  padding-right: 170px;
  position: relative;
}

.footer .footer-bottom div {
  padding: 24px 0;
}
.footer .footer-bottom p {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  text-align: left;
}
.icp {
  position: relative;
  height: 14px;
  margin-right: 3px;
  top: 1px;
}
.link-list a {
  margin: 0 17px;
  color: #fff;
}

.right-nav {
  width: 64px;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -228px;
}
.right-nav-list {
  width: 64px;
  height: 64px;
  background-color: #fafafa;
  border: 1px solid #dcdcdc;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
}
.right-nav-list:hover {
  background-color: #ebf4fd;
}
.right-nav-list .hide-box {
  display: none;
  position: absolute;
  right: 64px;
  top: -1px;
}

.right-nav-list:hover .hide-box {
  display: block;
}
.right-nav-list .img-box {
  height: 40px;
  line-height: 40px;
}
.right-nav-list .img-box img {
  position: relative;
}
.right-nav-list span {
  font-size: 14px;
  color: #000;
  line-height: 24px;
}

.right-search-bar {
  width: 300px;
  height: 64px;
  background-color: #ebf4fd;
  border: 1px solid #dcdcdc;
  text-align: left;
}
.right-search-bar input {
  height: 40px;
  width: 230px;
  margin: 10px;
  font-size: 16px;
  text-indent: 5px;
}
.right-search-bar img {
  margin-top: 16px;
  margin-right: 18px;
  float: right;
  cursor: pointer;
}

.right-text-box {
  height: 64px;
  width: 128px;
  border: 1px solid #dcdcdc;
  background-color: #ebf4fd;
  text-align: center;
  line-height: 64px;
  color: #000;
  font: 16px;
}

.qrcode-box {
  padding: 10px;
  border: 1px solid #dcdcdc;
  background-color: #ebf4fd;
  border-radius: 5px;
}
.qrcode-img {
  width: 160px;
  height: 160px;
}
.qrcode-text {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
.footers{
  width: 100%;
  height: 180px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-top: 50px;
  position: relative;
}
.footer-top{
  height: 45px;
  width: 100%;
  background-color: #E6E6E6;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
}
.footer-top a{
  margin:0 42px;
  color: #373737;
  font-weight: bold;
}
.footer-top a:hover{
  color: #19629F;
}
.footer-top .quick{
  color: #19629F;
  font-size: 20px;
  position: relative;
  padding-left: 40px;
}
.footer-top .quick img{
  margin-right: 10px;
  position: absolute;
  top:-4px;
  left: 0;
}

.footers .footer-content{
  padding-top: 33px;
  background-color: #1C649F;

}
.footers .select-bar{
  height: 40px;
  width: 1200px;
  margin: auto;
  position: relative;
}
.footers .footer-bottom{
  width: 800px;
  margin: auto;
  padding-left:230px;
  padding-right: 170px;
  position: relative;
}

.footers .footer-bottom div{
  padding:24px 0;
}
.footers .footer-bottom p{
  font-size:14px;
  color: #fff;
  line-height: 30px;
  text-align: left;
}
.text {
  background: #e8e8e8;
  height: 80px;
  padding: 0 15px;
  overflow: hidden;
}

.more:hover{
  color:red;
}

.list3 .d_name .tab .dbwysy_color a{
  background: #ffe2a9;
  color: #cc0000;
}


















