.section {
    padding: 10px 0;
}

.index-news-container {
 padding: 0 15px;
    width: 1200px;
    margin: 0 auto;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.section-title {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
}

.section-title span {
    display: block;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-indent: 3px;
    font-size: 18px;
    color: #666;
}

.section-title p {
    margin: 10px 0 0;
    font-size: 0;
}

.section-title p small {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #333;
    padding: 0 20px;
}

.section-title p small:before {
    right: 100%;
}

.section-title p small:before, .section-title p small:after {
    content: "";
    width: 34px;
    height: 2px;
    background: #f0592d;
    position: absolute;
    top: 50%;
    margin-top: -1px;
}

.section-title p small:before, .section-title p small:after {
    content: "";
    width: 34px;
    height: 2px;
    background: #f0592d;
    position: absolute;
    top: 50%;
    margin-top: -1px;
}

.section-title p small:after {
    left: 100%;
}

.in-news-left {
    float: left;
    width: 880px;
}

.in-news-box {
    box-shadow: 0px 20px 20px -12px #777;
    background-color: #fafafa;
}

.in-news-tit {
    line-height: 60px;
    padding: 0 20px;
    border-bottom: 1px dotted #cacaca;
    font-weight: bold;
    font-size: 16px;
    color: #666;
}

.in-news-wrap {
    padding: 30px;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}

.in-news-list dl {
    margin: 0;
    overflow: hidden;
}

.in-news-list dt {
    float: left;
    width: 230px;
    height: 150px;
    overflow: hidden;
}

.img-center {
    text-align: center;
    font-size: 0;
}

.in-news-list dd {
    margin-left: 250px;
}

.in-news-list dd h4 {
    margin: 0;
    font-size: 16px;
}

.in-news-list dd p {
    margin: 15px 0 0;
    color: #666;
    line-height: 1.8;
    height: 100px;
    overflow: hidden;
    text-align: justify;
}

.in-news-list dd .more {
    color: #999;
    display: inline-block;
    margin-top: 10px;
}

.in-news-list ul {
    overflow: hidden;
    margin-left: -20px;
    margin-top: 10px;
}

.in-news-list li {
    float: left;
    width: 50%;
}
.in-news-list li:hover a:before  {
	left: 6px;
}

.in-news-list li a {
    display: block;
    line-height: 44px;
    border-bottom: 1px dotted #ddd;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding: 0 0 0 15px;
    margin-left: 20px;
}

.in-news-list li a:before {
	transition: all 0.3s;
	-moz-transition: all 0.3s; /* Firefox 4 */
	-webkit-transition: all 0.3s; /* Safari 和 Chrome */
	-o-transition: all 0.3s; /* Opera */
    position: absolute;
    left: 2px;
    top: 50%;
    content: "";
    margin-top: -3px;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-left: 4px solid #030d52;
    border-bottom: 3px solid transparent;
}

.in-news-list li a .tel {
    width: 70%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.in-news-list li span {
    float: right;
    font-size: 12px;
    color: #666;
}

.news-menu li {
    float: left;
    margin-right: 40px;
}

.news-menu li.active a, .news-menu li a:hover {
    color: #030d52;
}

.news-menu li a {
    color: #666;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.in-news-right {
    height: 470px;
    line-height: 470px;
    text-align: center;
    background-color: #fafafa;
    box-shadow: 0px 20px 20px -12px #777;
    float: right;
    width: 300px;
}

.in-news-tit {
    line-height: 60px;
    padding: 0 20px;
    border-bottom: 1px dotted #cacaca;
    font-weight: bold;
    font-size: 16px;
    color: #666;
}

.in-news-tit .more {
    float: right;
    font-weight: normal;
    font-size: 14px;
    display: none;
}

#marquee li h4 {
    margin: 0;
    background: url(../img/icon_askw.png) no-repeat 0 0;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 30px;
    padding-bottom: 5px;
    font-size: 15px;
}

#marquee li p {
    margin: 10px 0 0;
    color: #999;
    background: url(../img/icon_askd.png) no-repeat 0 0;
    line-height: 1.8;
    padding-left: 30px;
    height: 50px;
    overflow: hidden;
}

#marquee li {
    border-bottom: 1px dotted #d2d2d2;
}

.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

#marquee li a {
    display: block;
    padding: 25px 20px;
}

.news-menu a.active {
    display: block;
}




.menu {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #6495ed;
  display: flex;
  justify-content: center;
  z-index: 99999999999992544;
}
.menu * {
  box-sizing: border-box;
}
.menu .center {
  width: 1200px;
}
.menu .ul-list {
  display: flex;width: 1200px;
}
.menu .ul-list > li {
  flex: 1;
  border-right: 1px solid #5487e2;
  position: relative;
}
.menu .ul-list > li:last-child {
  border-right: none;
}
.menu .ul-list > li > a {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  background: rgba(0,146,229);
}
.menu .ul-list > li.active > a, .menu .ul-list li:hover > a{  background:#fdd000;}
.menu .ul-list > li > span {
  color: #fff;
  font-size: 14px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #8db0f2;
}
.menu .ul-list > li:hover .ol-list {
  display: block;

}
.menu .ol-list {
  display: none;
  position: absolute;
  width: 100%;
  overflow: hidden;
  height:0px;transition:all .2s ease-in 0s;
}
.menu .on .ol-list{height:unset;}
.menu .ol-list li{box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2); background:rgb(0,146,229);
    border-bottom: 1px solid rgba(255,255,255,0.2);}


.menu .ol-list > li > a {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;transition: all .6s;
  
}
.menu .ol-list > li > a:hover {
  background:rgba(255,255,255,0.2);
  color: #ffffff;
}
.ul-list li:before{    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    background-color: #ffffff;
    content: '';
    transition: all .6s;
    z-index: 1;}
.ul-list li.on:before{
    width: 100%;
    left: 0;
}









	
.footer-link {
    text-align: center;
    font-size: 0;
    background-color: #333333;
    line-height: 52px;
    margin-bottom: 30px;
}.footer-link a, .footer-link span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
}.footer-link span {
    padding: 0 18px;
}.footer-logo {
float: left;
    line-height: 150px;
    height: 124px;
    width: 170px;margin-left: 100px;
}
.img-center {
    text-align: center;
    font-size: 0;
}.img-center img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}.footer-info {
    float: left;
    border-left: 1px solid #eee;
    padding-left: 30px;
    margin-left: 30px;
}.footer-info p {
    margin: 0;
    padding: 5px 0;
}.footer-ewm {
    float: right;margin-right: 100px;
    text-align: center;
}.footer-ewm .img-center {
    border: 1px dotted #d7d7d7;
    padding: 4px;
    width: 110px;
    height: 110px;
    line-height: 110px;
    margin-bottom: 5px;
}


body{background: url(../img/25579e0797fed163d8d2ee30dde7d97d_bg2.jpg) no-repeat center bottom;
    background-size: 1920px auto;}
.in-news-right a {
float: left;
    width: 33%;
    height: 33px;
    text-align: center;
    line-height: 34px;
}
.in-news-right li {   line-height: 60px;
    padding: 0 20px;
    border-bottom: 1px dotted #cacaca;
    font-weight: bold;
    font-size: 16px;
    color: #666;
    list-style: none;}