@charset "UTF-8";
body.show a, body.show .transition, body.show .index-flash .side ul li .time, .index-flash .side ul li body.show .time, body.show .index-flash .side ul li .name, .index-flash .side ul li body.show .name, body.show .g-head .nav, .g-head body.show .nav, body.show :before, body.show :after, body.show img {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.flex, .index-links .list .title, .index-imgs .box div.name .tag, .index-news .list2 .tab-box li, .index-news .list2 .tab-btn ul, .index-recommend .list dl, .index-recommend .arrow, .index-recommend .title, .index-flash .list li .layer .tag, .g-head .btns dl.share, .g-head .btns .search, .g-head .btns, .p-layer {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}

.flexColumn, .index-news .list li .time, .index-flash .side ul li {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.itemsCenter, .index-links .list .title, .index-news .list2 .tab-box li, .index-news .list li .time, .index-recommend .title, .p-layer {
  align-items: center;
  -webkit-align-items: center;
}

.justifyCenter, .index-news .list li .time, .index-flash .side ul li, .p-layer {
  justify-content: center;
  -webkit-justify-content: center;
}

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.flexBetween, .index-links .list .title, .index-links .wal, .index-news .list2 .tab-box li, .index-news .wal {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.flexWrap, .index-links .wal, .index-imgs ul, .index-news .wal, .index-flash .side ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.bsBox {
  box-sizing: content-box;
}

.p-ico, .g-head .btns .search .submit i {
  font-family: "icon";
  font-size: 0.2rem;
}

.p-layer {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
}
.p-layer.show {
  opacity: 1;
  visibility: visible;
}

li {
  list-style: outside none;
}

em {
  font-style: normal;
}

img {
  max-width: 100%;
  border: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
  height: 0;
  display: block;
  _display: inherit;
}

.h10 {
  height: 0.1rem;
  overflow: hidden;
  clear: both;
}

.h50 {
  height: 0.5rem;
  overflow: hidden;
  clear: both;
}

.wal {
  max-width: 14rem;
  margin: 0 auto;
}

.wal2 {
  max-width: 1400px;
  margin: 0 auto;
}

@font-face {
  font-family: "icon";
  src: url("../fonts/icon.woff2") format("woff2"), url("fonts/icon.woff") format("woff"), url("../fonts/icon.ttf") format("truetype"), url("../fonts/icon.eot") format("embedded-opentype"), url("../fonts/icon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Light";
  src: url("../../fonts/roboto-light1.woff2") format("woff2"), url("fonts/Roboto-Light1.woff") format("woff"), url("../fonts/roboto-light1.ttf") format("truetype"), url("../fonts/roboto-light1.eot") format("embedded-opentype"), url("../fonts/roboto-light1.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*-------------------------*/


/*index*/
.index-flash {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 5px;
}
.index-flash .bg {
  position: absolute;
  left: 50%;
  top: 0;
  right: 0;
  height: 17.24rem;
}
.index-flash .bg:before {
  content: "";
  display: block;
  position: absolute;
  left: -17.45rem;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../images/img1705.jpg") center no-repeat;
  background-size: 100% 100%;
}
.index-flash .wal2 {
  position: relative;
  z-index: 2;
  padding-top: 0rem;
}
.index-flash .list {
  width: 760px;
  overflow: hidden;
  position: relative;
}
.index-flash .list li {
  position: relative;
}
.index-flash .list li .img a {
  position: relative;
  display: block;
}
.index-flash .list li .img img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}
.index-flash .list li .img a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: url("../images/bg20_2.png") center bottom repeat-x;
  background-size: auto 480px;
}
.index-flash .list li .layer {
  position: absolute;
  z-index: 1;
  left: 48px;
  right: 48px;
  top: auto;
  bottom: 20px;
}
.index-flash .list li .layer a {
  color: #fff;
}
.index-flash .list li .layer .tag a {
  line-height: 42px;
  padding: 0 16px;
  font-size: 18px;
  background: #791CB5;
}
.index-flash .list li .layer h3 a {
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0;
  display: block;
}
.index-flash .list li .layer p a {
  font-size: 12px;
  line-height: 20px;
  opacity: 0.67;
  display: block;
}
.index-flash .side ul {
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0;
  top: 0rem;
  bottom: 0;
  background: #fff;
  width: 570px;
}
.index-flash .side ul li {
  position: relative;
  width: 95%;
  padding: 0 20px 0 20px;
  z-index: 1;
}
.index-flash .side ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 180px;
  width: 560px;
  height: 1px;
  background: #EBEBEB;
}
.index-flash .side ul li:last-child:before {
  display: none;
}
.index-flash .side ul li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background: #056ad2;
  opacity: 0;
}
.index-flash .side ul li .time {
  font-size: 14px;
  color: #A0A0A0;
  padding-bottom: 5px;
}
.index-flash .side ul li .name {
  width: 560px;
  font-size: 18px;
  line-height: 32px;
  color: #524A64;
  min-height: 40px;
  padding-right: 10px;
  font-weight: bold;
}
.index-flash .side ul li .time, .index-flash .side ul li .name {
  position: relative;
  z-index: 2;
}
.index-flash .side ul li .img {
  width: 180px;
  position: absolute;
  z-index: 1;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  background: center no-repeat;
  background-size: cover;
}
.index-flash .side ul li.on {
  z-index: 2;
}
.index-flash .side ul li.on:after {
  opacity: 1;
  left: -20px;
}
.index-flash .side ul li.on .time {
  color: rgba(255, 255, 255, 0.6);
}
.index-flash .side ul li.on .name {
  color: #fff;
}



.mySwiper1 {
    height: 600px;
    margin-top: 112px;
}

/* Slider *********************start********/
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* Slider *********************end********/




@media only screen and (max-width:2600px){
	
	.index-flash .list {
	  width: 800px;
	}

	.index-flash .side ul {
	  width: 600px;
	}

	.mySwiper1 {
		height: 600px;
		margin-top: 112px;
	}
	.index-flash .list li .layer h3 a {
		font-size: 20px;
		line-height: 32px;
	}
	.index-flash .list li .layer p a {
		font-size: 14px;
		line-height: 24px;
	}
	.index-flash .side ul li .name {
		font-size: 20px;
	}
}

@media only screen and (max-width:1440px){
	.index-flash .list li .layer h3 a {
		font-size: 16px;
		line-height: 24px;
	}
	.index-flash .list li .layer p a {
		font-size: 12px;
		line-height: 20px;
	}
	.index-flash .side ul li .name {
		font-size: 18px;
	}
	
	.index-flash .list {
	  width: 59%;
	}

	.index-flash .side ul {
	  width: 42%;
	}
}

@media only screen and (max-width:1200px){
	.index-flash .list {
	  width: 60%;
	}

	.index-flash .side ul {
	  width: 43%;
	}
	.index-flash .side ul li:before {
	  width: 100%;
	}
	.index-flash .side ul li .name {
	  width: 100%;
	}
	.index-flash .side ul li.on:after {
	  left: -10px;
	}
	.mySwiper1 {
		height: 200px;
		margin-top: 0px;
	}
}

/*2022-3-21-end*/
@font-face{font-family:楷体;src:url(../fonts/fzkt.ttf)}