﻿body {
  font: 12px/1.5 arial, simsun, sans-serif;
  margin: 0 auto;
  padding: 0;
  background: #ffffff;
  overflow-x: hidden;
  color: #1c1c1c;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/*链接整体设置*/
a {
  text-decoration: none;
  color: #1c1c1c;
  transition: all .15s;
}
a:hover {
  color: #164d4a;
}
a:active {
  color: #1c1c1c;
}
a {
  blr: expression(this.onFocus=this.close());
}
a {
  blr: expression(this.onFocus=this.blur());
}
div:focus,
*:focus,
a:focus,
input:focus,
button:focus,
textarea:focus,
select:focus {
  outline: none;
  hide-focus: expression(this.hideFocus=true);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #c9c9c9;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #c9c9c9;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #c9c9c9;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #c9c9c9;
}
input[type=button],
input[type=submit],
input[type=file],
button,
select {
  -webkit-appearance: none;
}
/*公用样式*/
div,
table,
tr,
td,
img,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
i,
font,
span,
b,
dl,
dt,
dd,
form,
textarea,
input,
select,
a,
button {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-family: "Arial";
  box-sizing: border-box;
}
ul,
ol {
  list-style-type: none;
}
h1,
h2,
h3,
h4 {
  font-weight: 500;
}
img {
  border: none;
  -ms-interpolation-mode: bicubic;
  -o-object-fit: cover;
  object-fit: cover;
}
.pc {
  display: block !important;
}
.wrap {
  display: none !important;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.clear0 {
  clear: both;
  font-size: 0px;
  height: 0px;
  overflow: hidden;
}
.hidden {
  display: none;
}
.container {
  max-width: 1600px;
  width: 95%;
  margin: 0 auto;
}
.comflex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.comflex1 {
  display: flex;
  flex-wrap: wrap;
}
.comflex2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.comflex3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.comflex5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.comflex4 {
  display: -webkit-flex;
  -webkit-flex-flow: row-reverse wrap;
  display: flex;
  flex-flow: row-reverse wrap;
  justify-content: space-between;
}
.comflex5 {
  display: -webkit-flex;
  -webkit-flex-flow: row-reverse wrap;
  display: flex;
  flex-flow: row-reverse wrap;
  justify-content: space-between;
  align-items: center;
}

/*header*********************************************************************/

.sanh {
  width: 30px;
  padding: 6px;
  right: 0px;
  display: none;
}
.sanh>div {
  height: 3px;
  margin: 6px 0px;
  width: 100%;
  transition: transform 0.5s, opacity 0.5s;
}
.sanh>div {
  background-color: #b91e1e;
}
.tesd>div {
  background-color: #b91e1e !important;
}
.tesd>div:nth-child(1) {
  transform: translate3d(0px, 9px, 0px) rotate(45deg);
}
.tesd>div:nth-child(2) {
  opacity: 0;
}
.tesd>div:nth-child(3) {
  transform: translate3d(0px, -9px, 0px) rotate(-45deg);
}

.head{
 height: 110px;
 position: fixed;
 left: 0;right: 0;top: 0;
 background: rgba(255, 255, 255, .9); 
 z-index: 10;
}
.head .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.head .logo{
  max-width: 300px;
}
.head .logo img{
  display: block;width: 100%;
}
.head .nav ul{
  display: flex;
  align-items: center;
}

.head  .right{
  display: flex;align-items: center;
  max-width: 315px;
  justify-content: space-between;
}
.head  .right .user:nth-child(1){
  margin-left: 0;
}
.head  .right .user{
  margin-left: 30px;
}
.head  .right .logo2{
  margin-left: 30px;max-width: 138px;
}
.head  .right .logo2 img{
  width: 100%;
}



.head .nav{
  width: calc(100% - 650px);
}
.head .nav ul li a{
  font-size: 22px;color: #898989;
}
.head .nav ul{
  display: flex;
  justify-content: space-between;
}
.head .nav ul li  .item{
  margin-top: 40px;
}


.banner {
  width: 100%;
  height: 100%;
}
.banner .container {
  position: relative;
  height: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.banner img {
  width: 100%;
  display: block;
}


.leftbox {
  float: left;
  width: 50%;margin-top: 20px;
}
.newsl {
  
}
.newsl .swiper-slide {
  position: relative;
  height: 425px;
}
.newsl .swiper-slide a {
  display: block;
  position: absolute;
  background: rgba(22, 77, 74, 0.3);
  color: #ffffff;
  text-align: center;
  padding: 5px 10px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 16px;
}
.newsl .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.xw{
  overflow: hidden;
}
.rightbox {
  float: right;
  width: calc(50% - 30px);margin-top: 20px;
}
.rightbox .tj .title {
  text-align: left;
}
.rightbox .tj .title a {
  font-size: 37px;
  font-weight: bold;
  color: #b40000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
}
.rightbox .tj .desc {
  font-size: 16px;
  color: #363636;
  line-height: 1.8;
  margin: 20px 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.rightbox .tit{
  color: #898989;font-size: 16px;margin-top: 15px;font-weight: bold;
}

.titmax{
  color: #b40000;font-size: 26px;margin-top: 15px;font-weight: bold;line-height:2;
}
.titmax a{
  float: right;font-size: 16px;color: #898989;
}

.newslist {
  margin-top: 5px;
}
.newslist li{
  font-size: 16px;color: #898989;
  display: flex;align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}
.newslist li span{
 
  width: 2px;height: 2px;background: #939393;
  border-radius: 50%;
}
.newslist li a{
  width: calc(100% - 10px);
  border-bottom: 1px solid #c2c2c2;
  font-size: 16px;color: #898989;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.zhengshu{
  position: relative;
}
.zhengshu .swiper-slide{
    height: 230px;
}
.zhengshu .swiper-slide img{
  display: block;width: 100%;  -o-object-fit: cover;
        object-fit: cover;  height: 100%;
}
.zhengshu .swiper-button-prev:after,
.zhengshu .swiper-button-next:after {
  display: none;
}

.zhengshu .swiper-button-prev {
  
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  background: #cccccc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zhengshu .swiper-button-next {

  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  background: #cccccc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}




.jiaoliu {
  padding: 0px 30px;margin-top: 20px;margin-bottom: 20px;
}
.jiaoliu p{
  padding: 2px 0;
}

.jiaoliu p a{
  font-size: 16px;font-weight: 1 ; 
  position: relative;display:block;
  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}










.ggbg{
  background: #eff0f0;margin-top: 20px;
}
.p20{
  padding: 2px 8px;
}

.dangjian{
  background-image: url(../images/bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 349px;margin-top: 20px;
  position: relative;
}

.dangjian .left{
  float: left;
  width: 33%;padding: 20px;
}
.dangjian .left .title{
  display: flex;justify-content: space-between;
  align-items: center;
}
.dangjian .left .title img:nth-child(1){
  width:35%;
}
.dangjian .left .title img:nth-child(2){
  width: 30%;
}
.dangjian .left .img{
  width: 93%;
  margin: 0 auto;
  margin-top: 15px;height: 256px;
}
.dangjian .left .img img{
  width: 100%;height: 100%;
}

.dangjian .right{
  float: right;
  width: 67%;padding: 20px;
}
.dangjian .right .title{
  font-size: 16px;color: #ffffff;
  display: flex;align-items: center;
  margin-top: 70px;
}
.dangjian .right .title img{
  width: 70%;
}
.dangjian .right .box{
  background: #ffffff;padding: 10px;
}
.dangjian .pic2{
  position: absolute;right: 20px;top: 10px;
  display: flex;
}
.dangjian .pic2 img{
  width: 150px;
}
.dangjian .pic2  span{
  font-size: 22px;color: #ffffff;margin-right: 10px;
}

.youxi{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  overflow: hidden;

}
.xj{
  width: 28%;
  background: #eae8e6;
  background-image: url(../images/bg2.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;

}
.xj .img{
  width: 100%;
}
.xj .img img{
  display: block;width: 100%;
}
.xj .tit{
  text-align: center;
  padding: 20px 0;font-size: 40px;color: #94252a;line-height: 1;
  font-weight: bold;
}
.xj .tit.bule{
  color: #1d2a5a;
}
.jianjie{
  padding: 20px 30px;line-height: 1.8;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;font-size: 16px;
}
.xj .list{
  padding: 0px 30px;margin-bottom: 20px;
}
.xj .list p a{
  font-size: 16px;color: #b91e1e;font-size:22px ; font-weight: 500;
  position: relative;
}
.xj .list p{
  padding: 5px 0;
}




.xj2{
  width:calc( 44% - 40px);
}
.xj2 img{
  width: 100%;
}





.rencai{
  background-image: url(../images/bg3.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 20px;
}
.rcbox{
  display: flex;
  justify-content: space-between;
}
.rencai{
  width: 25%;
  min-height: 350px;
  padding: 20px;
}
.rencai .tit{
  font-size: 25px;color: #ffffff;font-weight: 500;
  margin-top: 5px;
}
.rencai .list{
  padding: 0px 0px;margin-top: 20px;
}
.rencai .list p a{
  color: #ffffff;font-size:22px ; font-weight: 100;
}


.rencai .list p{
  padding: 5px 0;
}



.rencai .list p a{
  color: #ffffff;font-size:16px ;font-weight: 1 ; 
  position: relative;display: block;
  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}



.vip{
  width: 21%;
  
  padding: 20px;
  background-image: url(../images/bg4.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 20px;position: relative;
}
.vip .tit{
  font-size: 25px;color: #ffffff;font-weight: 500;
  margin-top: 5px;
}
.vip .list{
  padding: 0px 0px;margin-top: 20px;
}
.vip .list p{
  padding: 5px 0;
}
.vip .list p a{
  font-size: 16px;color: #ffffff;font-size:22px ;font-weight: 100; 
}
.vip .pf{
  position: absolute;
  left: 20px ;bottom: 20px;font-size: 20px;
  color: #ffffff;
  display: flex;right: 20px;align-items: center;
}
.vip .list.on p a::after{
  content: '';
  height: 1px;background: #ffffff;
  position: absolute;
  left: 10px;right: 0;bottom: 0;
}
.vip .list p a{
  font-size: 16px;color: #ffffff;font-weight: 1 ; 
  position: relative;display: inline-block;
}


.vip .pf img{
  width: 43px !important;height: auto !important;
  margin-left: 20px;
}

.pbg{
  width: calc(54% - 40px);
  background-image: url(../images/pbg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;margin-top: 20px;
  display: flex;justify-content: space-between;
  height:420px;overflow: hidden;
}
.pbg .img{
  height: 100%;width: 68%;overflow: hidden;
}


.huodong{
  position: relative;width: 100%;height: 100%;
}
.huodong .swiper-slide{
    width: 100%;height: 100%;
}
.huodong .swiper-slide img{
  display: block;width: 100%;  -o-object-fit: cover;
        object-fit: cover;  height: 100%;
}

.xqzg{
  position: relative;width: 100%;height: 300px;
}
.xqzg .swiper-slide{
    width: 100%;height: 300px;
}
.xqzg .swiper-slide img{
  display: block;width: 100%;  -o-object-fit: cover;
        object-fit: cover;  height: 100%;
}





.nei{
  padding: 20px;
}

.nei .tit{
  font-size: 25px;color: #ffffff;font-weight: 500;
  margin-top: 5px;
}
.nei .list{
  padding: 0px 0px;margin-top: 20px;
}
.nei .list p a{
  font-size: 16px;color: #ffffff; font-weight: 100;
}
.nei .list p{
  padding: 5px 0;
}

.nei .list p a{
  font-size: 16px;color: #ffffff;font-weight: 1 ; 
  position: relative;display: inline-block;
}






.xueshu{
  width: 21%;
  background-image: url(../images/bg5.jpg);
  background-position: center top;
  background-size: auto 100%;min-height: 390px;
 margin-top: 20px;
}

.xueshu {
  padding: 20px;
}
.xueshu .tit:nth-child(1){
  margin-top: 0;
}
.xueshu .tit{
  font-size: 25px;color: #ffffff;font-weight: 500;
  margin-top: 25px;
}
.xueshu .list{
  padding: 0px 0px;margin-top: 20px;
}
.xueshu .list p{
  padding: 5px 0;
}

.xueshu .list p a{
  font-size: 16px;color: #ffffff;font-weight: 1 ; 
  position: relative;display:block;
  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}

.xbottom{
  display: flex;
  justify-content: space-between;
}
.xbottom .more {
  margin-left: 10px;margin-top: 10px;
}
.xbottom .more a{
  font-size: 16px;color: #898989;

}
.yuliu{
  width: calc(79% - 20px);
 
  background-repeat: no-repeat;
  background-size: 100% 100%;margin-top: 20px;
}
.yuliu img{
	width:100%
}

.bodys{
  overflow-y: hidden;
}
.banner2{
  height: 350px;overflow: hidden;
  text-align: center;
  background: #000000;
}
.banner2 img{
  height: 100%;
}
.flexs{
  display: flex;
}
.weizhi{
  height: 110px;
}
.leftcon{
  background-image: url(../images/nbg.png);
  background-repeat: no-repeat;
  background-position: 0 -100%;
  background-size: 100% 100%;
  width: 300px;position: relative;
}
.leftcon::after{
  content: '';
  background: #ae1b1b;
  position: absolute;left: 0;right: 0;top: 0;
  height: 500px;
  transform:translateY(-100%);
  -webkit-transform:translateY(-100%);
}
.leftcon .tit{
  font-size: 20px;color: #ffffff;font-weight: bold;
  line-height: 2;padding: 0 50px;
}

.righcon{
  min-height: 600px;
  width: calc(100% - 300px);
  padding: 0 20px;
}
.leftnav{
  padding: 20px 50px;
}
.leftnav li {
  padding: 10px 0;
}
.leftnav li a{
  color: #ffffff;font-size: 18px;
}
.leftnav li a.on{
    font-weight: bold;
}
.location{
  margin-top: 20px;
  margin-left: 20px;font-size: 16px;
  margin-bottom: 20px;
}
.location a{
  font-size: 18px;
}

.listnews li{
  overflow: hidden;
  border-bottom: 1px dotted #ccc;
  padding: 15px 20px;
}
.listnews li span{
  float: right;
}
.listnews li a{
  font-size: 16px;
}
.page{ padding:75px 0 75px 0; width:100%;}
.page a{ background:#fff; border:1px solid #e8e8e8; min-width:42px; padding:0 10px; text-align:center; margin:0 6px; border-radius:5px; font-size:14px; line-height:42px;}
.page a.m{ font-family:"swiper-icons"!important;}
.page a.cur,.page a:hover{ border-color:#3ca5aa; color:#3ca5aa;}


.newsTit {
  border-bottom: 1px solid #f0f2f5;
  padding-bottom: 15px;padding: 0 20px;
}
.newsTit h1 {
  font-size: 32px;
}
.newsTit .date {
  font-size: 16px;
  font-weight: 300;
  color: #a3afb7;
}

.content {
  font-size: 14px;
  line-height: 2;
  padding: 50px 20px;
}




.foot{
  background: #999999;
  margin-top: 20px;padding: 30px 0;
  position: relative; z-index: 10;
}

.foot .container{
  max-width: 1000px;
}
.foot .box{
  display: flex;
  justify-content: space-between;
}
.foot .box p{
  display: flex;color: #d1d1d1;align-items: center;padding: 3px 0;
}
.foot .box p img{
  width: 13px;margin-right: 5px;
}
.copyright{
  border-top: 1px solid #9f9f9f;
  margin-top: 20px;
}
.copyright p{
  display: flex;color: #d1d1d1;align-items: center;padding: 3px 0;
}