.banner .swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: 40px;
}

.banner .swiper-pagination-bullet{
  opacity: 1;
    width: 44px;
    height: 4px;
    background: #fff;
    opacity: 0.5;
    border-radius: 0;
    cursor: pointer;
    box-sizing: content-box;
}
.banner .swiper-pagination-bullet-active{
    background: #2972ec;
    opacity: 1;
}


.banner .img{
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.banner .swiper-button-prev:after,
.banner .swiper-button-next:after{

}
.banner .swiper-button-next{
  width: 22px;
  height: 39px;
  right: -40px;
  transition:0.3s all;
  background: url(../images/banner_next.png) no-repeat center;
}
.banner:hover .swiper-button-next{
  right: 40px;
}
.banner .swiper-button-prev{
  width: 22px;
  height: 39px;
  transition:0.3s all;
  left: -40px;
  background: url(../images/banner_prev.png) no-repeat center;
}
.banner:hover .swiper-button-prev{
  left: 40px;
}
.banner{
  position: relative;
}
.banner .font{
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 50%;
  color: #fff;
  z-index: 2;
  opacity: 0;
  transform:translate(0,0);
  transition: 0.5s all;
  transition-delay:0.2s;
}
.banner .font.active{
  opacity: 1;
  transform:translate(0,-50%);
}
.banner .font .p1{
  font-size: 46px;
  margin-bottom: 30px;
}
.banner .font .p2{
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 50px;
}
.banner .font .line{
  width: 52px;
  height: 5px;
  background: #2972ec;
}








.in_tab{
  text-align: center;
  font-size: 0;
}
.in_tab a{
  line-height: 60px;
  display: inline-block;
  padding: 0 30px;
  font-size: 16px;
  color: #333;
  position: relative;
  text-align: center;
}
.in_tab .ico1:before{
  content: "";
  width: 1px;
  height: 26px;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  background: #dddfe3;
  left: 0;
}
.in_tab a:after{
  content: "";
  width: 1px;
  height: 26px;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  background: #dddfe3;
  right: 0;
}
.in_tab a span{
  display: inline-block;
  /*padding-left: 30px;*/
}
.in_tab .ico1 span{
  background: url(../images/in_tab1.png) no-repeat left;
}
.in_tab .ico2 span{
  background: url(../images/in_tab2.png) no-repeat left;
}

.in_tab a:hover{
  color: #2972ec;
}

.grey{
  background: #f5f6f8;
}
.in_title{
  text-align: center;
  margin-bottom: 50px;
}
.in_title .p1{
  font-size: 30px;
  color: #333;
  margin-bottom: 8px;
}
.in_title .p2{
  font-size: 12px;
  color: #999;
}
.in_title .line{
  width: 4px;
  height: 20px;
  background: #2972ec;
  margin: 20px auto 0;
}

.in_top .tab{
  text-align: center;
  margin-bottom: 77px;
}
.in_top .tab a{
  width: 250px;
  line-height: 50px;
  margin: 0 5px;
  border-radius: 4px;
  color: #6c7789;
  font-size: 16px;
  background: #e8edf3;
  display: inline-block;
  position: relative;
}
.in_top .tab a span{
  position: relative;z-index: 1;
}
.in_top .tab a.active,
.in_top .tab a:hover{
  color: #fff;
}
.in_top .tab a:before{
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 0;
  height: 100%;
  transition: 0.3s all;
  background: #2972ec;
  color: #fff;
}
.in_top .tab a.active:before,
.in_top .tab a:hover:before{
  width: 100%;
}
.in_padding{
  padding: 80px 0;
}
.in_top .main {
  display: none;
}
.in_top .main li{
  line-height: 26px;
  margin-bottom: 40px;
  background: #fff;
  border-radius: 46px;
  padding: 8px 10px;
  float: left;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  width: 210px;
  margin-right: 37px;
}
.in_top .main li:before{
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 0;
  height: 100%;
  transition: 0.3s all;
  background: #2972ec;
  color: #fff;
}
.in_top .main li a{
  position: relative;
  z-index: 1;
}
.in_top .main li.active:before,
.in_top .main li:hover:before{
  width: 100%;
}
.in_top .main li:nth-of-type(5n){
  margin-right: 0;
}
.in_top .main li span{
  font-size: 16px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  line-height: 30px;
  margin-left: 8px;
}
.in_top .main li:hover span{
  color: #fff;
}
.in_top .main .p1{
  text-align: center;
  font-size: 17px;
  color: #999;
  margin-top: 15px;
}
.in_gg{
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.in_gg p{
  text-align: center;
  line-height: 60px;
  font-size: 44px;
  line-height: 300px;
  color: #fff;
}



@font-face{
  font-family: puhui;
  src: url('../font/Alibaba-PuHuiTi-Heavy.ttf');
}

.in_news .main .num{
  float: left;
  font-family: puhui;
  font-size: 44px;
  color: #bbbdc3;
  line-height: 50px;
  position: relative;
}
.in_news .main .num:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  left: 0;
  bottom: 7px;
  background: url(../images/in_news_dot.png) no-repeat center;
  background-size: cover;
}
.in_news .main .font{
  width: 425px;
  margin-left: 25px;
  float: left;
}
.in_news .main .font .p1{
  font-size: 17px;
  line-height: 25px;
  transition:0.3s all;
}
.in_news .main .font .p2{
  font-family: "Arial";
  color: #999;
  margin-top: 5px;
  line-height: 20px;
}
.in_news .main .btn{
  width: 44px;
  height: 44px;
  background: #f5f6f8 url(../images/in_news.png) no-repeat center;
  border-radius: 44px;
  float: right;
}
.in_news .main li{
  width: 550px;
  padding: 30px 0;
  border-bottom: 1px solid #f3f4f8;
  float: left;
  position: relative;
}
.in_news .main li:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transition:0.3s all;
  height: 1px;
  background: #2972ec;
}
.in_news .main li:hover:after{
  width: 100%;
}
.in_news .main li:nth-of-type(2n){
  float: right;
}
.in_news .main li:hover .p1{
  color: #2972ec;
}

.in_news .main li:hover .btn{
  background: #2972ec url(../images/in_news1.png) no-repeat center;
}
.in_news .swiper-pagination{
  position: initial;
  margin-top: 50px;
}
.in_news .swiper-pagination-bullet{
  width: 48px;
  height: 4px;
  background: #e2e5eb;
  margin: 0 5px;
  opacity: 1;
  border-radius: 0;
}
.in_news .swiper-pagination-bullet-active{
  background: #2972ec;
}
.in_media .main{
  margin-bottom: -25px;
}
.in_media li:nth-of-type(5n){
  margin-right: 0;
}
.in_media li:hover .p1{
  color: #2972ec;
}
.in_media li{
  width: 220px;
  float: left;
  margin-bottom: 25px;
}
.in_media li .img{
  padding: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #fff;
  box-sizing: border-box;
  box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
.in_media li .img div{
  overflow: hidden;
  height: 100%;
}
.in_media .swiper-wrapper{
  transition-timing-function: linear !important;
}
.in_media li .img img{
  width: 100%;
  transition: 0.3s all;
}
.in_media li .p1{
  color: #333;
  font-size: 16px;
}
.in_media li .font{
  padding: 0 5px;
}
.in_media li .p2{
  color: #999;
  margin-bottom: 10px;
}
.in_media li .p3{
  color: #2972ec;
  margin-bottom: 10px;
}
.in_media li:hover .img img{
  transform: scale(1.1);
}

.country .title{
  color: #2972ec;
  position: relative;
  padding-top: 40px;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7eaec;
}
.country .title i{
  width: 40px;
  height: 3px;
  background: #2972ec;
  position: absolute;
  left: 0;
  bottom: 0;
}
.country .main a{
  width: 16.666666%;
  float: left;
  font-size: 18px;
  margin-top: 20px;
  line-height: 26px;
  color: #333;
}
.country .main a:hover{
  color: #2972ec;
}
.country{
  position: relative;
}
.country .left{
  position: absolute;
  left: 50%;
  top: 40px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  margin-left: -700px;
}
.country .left.fixed{
  position: fixed;
}
.country .left.absolute{
  position: absolute;
  top: inherit;
  bottom: 80px;
}

.country .left a{
  width: 54px;
  text-align: center;
  line-height: 54px;
  border-radius: 6px;
}
.country .left a.active,
.country .left a:hover{
  background: #2972ec;
  color: #fff;
}
.pb80{
  padding-bottom: 80px;
}
.country_detail .top{
  border-bottom: 1px solid #e5e5e5;
  padding: 34px 0;
}
.country_detail .top .contain{
  margin-bottom: -15px;
}
.country_detail .top a{
  float: left;
  margin-bottom: 15px;
  color: #999;
  font-size: 16px;
  margin-right: 20px;
}
.country_detail .top a.active,
.country_detail .top a:hover{
  color: #2972ec;
}

.rela{
  position: relative;
}
.inside_title{
  padding: 40px 0 20px;
}
.inside_title span{
  float: left;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  color: #333;
}
.inside_title em{
  float: left;
  color: #999;
  margin-left: 8px;
  line-height: 30px;
}

.inside_title i{
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/cd_ico1.png) no-repeat center;
}


.country_detail table th{
  font-weight: normal;
  line-height: 50px;
  background: #f5f7f9;
  color: #999;
  font-size: 15px;
}
.country_detail table th:first-child{
  padding-left: 30px;
  text-align: left;
}
.country_detail table td{
  height: 44px;
}

.country_detail table tr{
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.country_detail table tr a{
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin: 0 10px;
  color: #333;
}

.country_detail table td:first-child{
  text-align: left;
}
.country_detail table tr em{
  color: #999;
}
.country_detail table tr span{
  color: #999;
  font-size: 16px;
}
.country_detail table tr:hover a,
.country_detail table tr:hover em,
.country_detail table tr:hover span{
  color: #2972ec;
}
.country_detail table i{
  padding-left: 16px;
  color: #2972ec;
  font-size: 16px;
  background: url(../images/cd_ico2.png) no-repeat left;
}




.paging {
  text-align:center;
  padding: 50px 0;
}
.paging li {
  display:inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.paging li.style {
  height:30px;
  border-radius: 4px;
  width: 30px;
  font-size: 12px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  text-align:center;
  line-height:30px;
  color: #333;
}
.paging li.active a,
.paging li.style a:hover {
 background: #2972ec;
  border: 1px solid #2972ec;
 color: #fff;
}
.paging li.style a {
  color:#333;
  border-radius: 4px;
  display: block;
}
.paging li.active a{
 background: #2972ec;
  border: 1px solid #2972ec;
 color: #fff;
}
.paging li.prev a{
  height: 100%;
  background: url(../images/paging_1.png) no-repeat center;
}
.paging li.prev:hover a{
  background: url(../images/paging_11.png) no-repeat center #2972ec;
}
.paging li.next a{
  height: 100%;
  background: url(../images/paging_2.png) no-repeat center;
}
.paging li.next:hover a{
  background: url(../images/paging_22.png) no-repeat center #2972ec;
}

/** 分页 */
.pagenavi {
  text-align:center;
  padding: 50px 0;
}
.pagenavi .page-numbers {
  display:inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.pagenavi .page-numbers {
  height:30px;
  border-radius: 4px;
  width: 30px;
  font-size: 12px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  text-align:center;
  line-height:30px;
  color: #333;
}
.pagenavi .current,
.pagenavi .page-numbers:hover {
 background: #2972ec;
  border: 1px solid #2972ec;
 color: #fff;
}
.pagenavi .current{
 background: #2972ec;
  border: 1px solid #2972ec;
 color: #fff;
}
.pagenavi .prev{
  /*height: 100%;*/
  background: url(../images/paging_1.png) no-repeat center;
}
.pagenavi .prev:hover{
  background: url(../images/paging_11.png) no-repeat center #2972ec;
}
.pagenavi .next{
  /*height: 100%;*/
  background: url(../images/paging_2.png) no-repeat center;
}
.pagenavi .next:hover{
  background: url(../images/paging_22.png) no-repeat center #2972ec;
}




.country_detail .end .inside_title{
  padding: 35px 0;
}

.country_detail .end{
  background: #f5f6f8;
}
.country_detail .end .main li{
  width: 550px;
  margin-bottom: 25px;
  float: left;
}
.country_detail .end .main li:nth-of-type(2n){
  float: right;
  margin-bottom: 25px;
}
.country_detail .end .paging{
  padding-bottom: 0;
}
.country_detail .end .date{
  margin-top: 7px;
  float: left;
}
.country_detail .end .date>em{
    float: left;
    line-height: 32px;
    font-size: 30px;
    font-weight: bold;
    color: #71767e;
}
.country_detail .end .date>p{
  float: left;
  margin-left: 10px;
}
.country_detail .end .date>p span{
  color: #333;
  display: block;
  line-height: 12px;
  margin-top: 2px;
}
.country_detail .end .date>p em{
  color: #999;
  line-height: 12px;
  font-size: 12px;
}
.country_detail .end .title{
  margin-left: 25px;
  line-height: 46px;
  width: 400px;
  font-size: 17px;
  color: #333;
  float: left;
}
.country_detail .end .btn{
  width: 44px;
  height: 44px;
  float: right;
  border: 1px solid #808487;
  border-radius: 50%;
  background: url(../images/cd_ico3.png) no-repeat center;
}
.country_detail .end .main li:hover .date>em,
.country_detail .end .main li:hover .title{
  color: #2972ec;
}
.country_detail .end .main li:hover .btn{
  border: 1px solid #2972ec;
  background: url(../images/cd_ico4.png) no-repeat center #2972ec;
}
.country_detail .end .main{
  margin-bottom: -25px;
}


.country_detail .left{
  position: absolute;
  left: 50%;
  top: 40px;
  margin-left: -700px;
}
.country_detail .left.fixed{
  position: fixed;
}
.country_detail .left.absolute{
  position: absolute;
  top: inherit;
  bottom: 80px;
}
.country_detail .left .content{
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.country_detail .left a{
  width: 54px;
  text-align: center;
  line-height: 54px;
  border-radius: 6px;
}
.country_detail .left a.active,
.country_detail .left a:hover{
  background: #2972ec;
  color: #fff;
}


.country_detail .left em{
  width: 54px;
  line-height: 54px;
  background: #7788a4;
  border-radius: 6px;
  color: #fff;
  margin-top: 14px;
  cursor: pointer;
  display: block;
  text-align: center;
}







.p_media_top{
  margin-top: 40px;
  line-height: 60px;
}
.p_media_top .title{
  width: 70px;
  font-size: 16px;
  color: #333;
  position: absolute;
  left: 0;
  min-height: 60px;
  height: 100%;
  top: 0;
  padding: 0 15px;
  background: #f4f6f8;
}
.p_media_top .right{
  float: left;
  margin-left: 100px;
  width: 1030px;
  min-height: 60px;
  line-height: 20px;
  box-sizing: border-box;
  max-height: 136px;
  overflow: auto;
  padding: 18px 25px 0;
}
.news_detail .p_media_top .right{
  width: 1030px;
}
.p_media_top .right::-webkit-scrollbar-track-piece {
background-color:#f0f1f2;
}
.p_media_top .right::-webkit-scrollbar {
width:6px;
height:6px;
}
.p_media_top .right::-webkit-scrollbar-thumb {
background-color:#212529;
background-clip:padding-box;
min-height:28px;
}
.p_media_top .right::-webkit-scrollbar-thumb:hover {
background-color:#212529;
}
.p_media_top .right a{
  font-size: 12px;
  margin-right: 30px;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin-bottom: 18px;
  border-radius: 24px;
  padding: 0 8px;
  float: left;
}
.p_media_top .right a:hover,
.p_media_top .right a.active{
  color: #fff;
  background: #2972ec;
}
.p_media_top .more{
  float: right;
  color: #9aa9bf;
  padding-right: 15px;
  background: url(../images/media_dot1.png) no-repeat right;
  text-align: center;
  margin-top: 18px;
  font-size: 12px;
  display: none;
  line-height: 24px;
}
.p_media_top .more.active,
.p_media_top .more:hover{
  background: url(../images/media_dot2.png) no-repeat right;
}
.p_media_top .right .choose{
  padding-left: 18px;
  background: url(../images/choose.png) no-repeat left;
  background-size: 14px;
}
.p_media_top .right .choose.active{
  background: url(../images/choose1.png) no-repeat left;
  background-size: 14px;
}
.p_media_top .choose_wapper{
  float: left;
  width: 970px;
  margin-bottom: -20px;
}
.p_media_top .choose_wapper a{
  margin-bottom: 20px;
}
.p_media_top li.active{
  height: 60px;
  overflow: hidden;
}
.p_media_top li.active .right{
  overflow: initial;
}
.p_media_top li{
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.p_media_top li .btn{
  line-height: 50px;
  width: 120px;
  background: #2da1c7;
  color: #fff;
  text-align: center;
  margin: 20px auto 0;
  font-size: 16px;
}
.p_media_top{
  margin-bottom: 10px;
}


.top_num{
  text-align: center;
  font-size: 18px;
  color: #999;
  margin-top: 15px;
  padding-bottom: 30px;
  background: url(../images/media1.png) no-repeat bottom;
}
.top_num i{
  color: #2571d8;
}


.p_media .main li{
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.p_media .main li .img{
  width: 110px;
  height: 138px;
  overflow: hidden;
  float: left;
}
.p_media .main li .img img{
  width: 100%;
}
.p_media .main li .font{
  width: 930px;
  margin-left: 33px;
  float: left;
}
.p_media .main li .btn{
  float: right;
}
.p_media .main li .font .p1{
  line-height: 50px;
}
.p_media .main li .font .p1 .a1{
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.p_media .main li .font .p1 span{
  margin-left: 10px;
}
.p_media .main li .font .p1 em{
  font-size: 15px;
  color: #333;
}
.p_media .main li .font .p1 em i{
  color: #999;
}
.p_media .main li .font .p2{
  line-height: 22px;
  font-size: 15px;
  color: #999;
}
.p_media .main li .btn{
  width: 44px;
  margin-top: 32px;
  height: 44px;
  background: url(../images/cd_ico3.png) no-repeat center #fff;
  border: 1px solid #808487;
  border-radius: 50%;
}
.p_media .main li .btn:hover{
  border: 1px solid #2972ec;
  background: url(../images/cd_ico4.png) no-repeat center #2972ec;
}
.p_media .main li:hover .font .a1{
  color: #2972ec;
}


.media_detail .content{
  margin-top: -80px;
}


.media_detail .inside_banner .bread{
  bottom: 105px;
  background: none;
}

.media_detail .left_fl{
  background: #fff;
  width: 820px;
  padding: 35px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 20px 30px rgba(0,0,0,0.05);
  z-index: 2;
}
.media_detail .left_fl .top .font{
  width: 500px;
  margin-top: 20px;
}
.media_detail .left_fl .top .font .title .img{
  width: 108px;
  border: 1px solid #dcdcdc;
  margin-right: 20px;
}
.media_detail .left_fl .top .font .title .name{
  width: 360px;
}
.media_detail .left_fl .top .font .title .p1{
  font-size: 26px;
  color: #333;
}
.media_detail .left_fl .top .font .title .p2{
  font-size: 18px;
}
.media_detail .left_fl .top .font dl dd{
  width: 50%;
  margin-top: 20px;
  float: left;
  font-size: 16px;
  padding-left: 13px;
  box-sizing: border-box;
  position: relative;
}
.media_detail .left_fl .top .font dl dd:before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  background: #2972ec;
  width: 4px;
  height: 16px
}
.media_detail .left_fl .top .font dl dd span{
  color: #333;
}
.media_detail .left_fl .top .font dl dd em{
  color: #2972ec;
}
.media_detail .left_fl .top .img1{
  width: 240px;
  height: 300px;
  overflow: hidden;
}
.media_detail .left_fl .top .img1 img{
  width: 100%;
}

.media_detail .left_fl .p_title{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 50px;
}
.media_detail .left_fl .table_wapper table tr:nth-of-type(2n){
  background: #f5f5f5;
}
.media_detail .left_fl .table_wapper table td:first-child{
  color: #666;
  width: 200px;
}
.media_detail .left_fl .table_wapper table td:last-child{
  color: #333;
}
.media_detail .left_fl .table_wapper table td{
  font-size: 16px;
  height: 46px;
  border: 1px solid #e0e2e6;
  padding: 0 15px;
  
    word-break: break-all;
    word-wrap:break-word;
}
.simple-article{
  font-size: 16px;
  color: #333;
  line-height: 32px;
}
.media_detail{
  background: #eee;
}


.media_detail .right_fr{
  width: 360px;
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 0 35px;
    box-shadow: 0 20px 30px rgba(0,0,0,0.05);
  box-sizing: border-box;
}
.media_detail .right_fr .p1{
  font-size: 18px;
  padding: 30px 0 15px;
  border-bottom: 1px solid #e5e5e5;
  font-weight: bold;
  color: #333;
}
.media_detail .right_fr .main li{
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.media_detail .right_fr .main li .p2{
  line-height: 24px;
  margin-bottom: 10px;
}
.media_detail .right_fr .main li .p2 a{
  font-size: 16px;
  float: left;
  font-weight: bold;
  color: #333;
}
.media_detail .right_fr .main li .p2 span{
  color: #999;
  font-size: 12px;
  float: left;
  margin-left: 8px;
}
.media_detail .right_fr .main li .p3 em{
  font-size: 15px;
  padding-left: 18px;
  background: url(../images/cd_ico2.png) no-repeat left;
  color: #2972ec;
}
.media_detail .right_fr .main li .p3 *{
  display: inline-block;
  vertical-align: middle;

}
.media_detail .right_fr .main li .p3 i{
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #666;
  margin: 0 7px;
}
.media_detail .right_fr .main li .p3 span{
  color: #999;
}

.news_detail .main .left p{
  position: relative;
  z-index: 1;
}
.news_detail .main .left{
  width: 120px;
  text-align: center;
  background: #f8f9fa;
  padding: 30px 0;
  position: relative;
}
.news_detail .main .left:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 0;
  height: 100%;
  transition: 0.3s all;
  background: #2972ec;
}
.news_detail .main li:hover .left:before{
 width: 100%;
}
.news_detail .main li:hover .left .p1,
.news_detail .main li:hover .left .p2{
  color: #fff;
}
.news_detail .main .left:after{
  content: "◆";
  position: absolute;
  right: 100%;
  top: 50%;
  color: #2972ec;
  opacity: 0;
  margin-top: -40px;
  font-size:70px;
  transition: 0.3s all;
  line-height: 80px;
}
.nice-select .option:hover{
  color: #2972ec;
}
.news_detail .main li:hover .left:after{
  opacity: 1;
  right: -18px;
}
.news_detail .main .left .p1{
  font-family: "Arial";
  font-size: 46px;
  line-height: 50px;
}
.news_detail .main .left .p2{
  font-family: "Arial";
  color: #999;
  line-height: 30px;
}
.news_detail .main li{
  border-bottom: 1px solid #f0f1f2;
}
.news_detail .main li .font{
  float: left;
  width: 880px;
  margin-left: 45px;
}
.news_detail .main li .font .p1{
  font-size: 20px;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 30px 0 14px;
  line-height: 24px;
}
.news_detail .main li .font .p2{
  color: #999;
  line-height: 20px;
}
.news_detail .main li:hover .font .p1{
  color: #2972ec;
}

.p_media .inside_title,
.news_detail .inside_title{
  border-bottom: 1px solid #f0f1f2;
}

.news_detail .main li .btn{

    width: 46px;
    margin-top: 47px;
    height: 46px;
    background: url(../images/cd_ico3.png) no-repeat center #f8f9fa;
    border-radius: 50%;
}
.news_detail .main li:hover .btn{
    background: url(../images/cd_ico4.png) no-repeat center #2972ec;
}

.news_detail{
  margin-top: 60px;
}
.news_detail .left{
  width: 800px;
  padding-right: 40px;
  border-right: 1px solid #e4e7eb;
}
.news_detail .left .title {
  padding-bottom: 24px;
  border-bottom: 1px solid #e4e7eb;
  margin-bottom: 45px;
}
.news_detail .left .title .p1{
  color: #333;
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 46px;
}

.news_detail .left .title .p2{
  padding-left: 20px;
  font-size: 16px;
  background: url(../images/date.png) no-repeat left;
}

.news_detail .end{
  text-align: center;
  font-size: 16px;
  color: #999;
  margin-top: 50px;
}
.news_detail .right{
  width: 320px;
}
.news_detail .right .p1{
  font-size: 18px;
  color: #333;
  border-top: 4px solid #f2f5f8;
}
.news_detail .right .p1 span{
  padding-top: 20px;
  margin-top: -4px;
  border-top: 4px solid #2972ec;
  display: inline-block;
}

.news_detail .right .main1 li:hover .p2,
.media_detail .right_fr .main li:hover .p2 a{
  color: #2972ec;
}

.news_detail .right .main1 li{
  padding: 0 0 0 12px;
  margin-top: 30px;
  position: relative;
}
.news_detail .right .main1 li:before{
  position: absolute;
  content: "";
  left: 0;
  top: 14px;
  width: 6px;
  height: 6px;
  background: #2972ec;
}
.news_detail .right .main1 li .p2{
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  color: #333;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  line-height: 30px;
}
.news_detail .right .main1 li .p3{
  color: #999;
}

.about .main{
  border-top: 1px solid #e1e6ea;
}
.about .top{
  text-align: center;
  position: relative;
}
.about .top .btn{
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.about .top .prev{
  left: 0;
  background: url(../images/about_11.png) no-repeat center;
}
.about .top .prev.no_btn{
  cursor: initial;
  background: url(../images/about_1.png) no-repeat center;
}
.about .top .next{
  right: 0;
  background: url(../images/about_22.png) no-repeat center;
}
.about .top .next.no_btn{
  background: url(../images/about_2.png) no-repeat center;
}
.about .top .tab a{
  line-height: 126px;
  display: inline-block;
  font-size: 16px;
  color: #333;
  margin: 0 50px;
  border-bottom: 4px solid transparent;
}
.about .top .tab a:hover,
.about .top .tab a.active{
  color: #2972ec;
  border-bottom: 4px solid #2972ec;
}


.about .main .title{
  padding: 60px 0 50px;
  text-align: center;
}
.about .main .title .p1{
  font-size: 26px;
  color: #333;
}

.about .main .title .p2{
  color: #2972ec;
  margin-top: 5px;
  font-size: 16px;
}

.member{
  padding-top: 50px;
}
.member .left{
  width: 280px;
}
.member .left .title{
  text-align: center;
  color: #fff;
  padding: 22px 0;
  background: #2972ec;
}
.member .left .title .pq{
  font-size: 26px;
  font-weight: bold;
}
.member .left .title .pw{
  font-size: 14px
}
.member .left .p1{
  line-height: 45px;
  font-size: 15px;
  padding-left: 38px;
  background: #2658ab;
}
.member .left .p1 span{
  display: block;
  color: #fff;
  background: url(../images/member_left.png) no-repeat left;
  padding-left: 20px;
}

.member .left .a1{
  line-height: 50px;
  padding-left: 56px;
  font-size: 15px;
  color: #333;
}
.member .left .a1:hover,
.member .left .a1.active{
  background: #2972ec;
  color: #fff;
}

.member .right{
  width: 840px;
}
.member .right .top{
  background: #f5f7f9;
  padding: 30px 50px;
}

.member .right .top p{
  line-height: 24px;
  margin-top: 13px;
  font-size: 16px;
}
.member .right .top i{
  color: #2972ec;
}
.member .right .top .img span{
  line-height: 75px;
  margin-left: 20px;
  color: #333;
  font-size: 16px;
}
.member .right .top .img img{
  width: 75px;
  height: 75px;
}
.member .right .main{
  margin-top: 15px;
}
.member .right .main>li{
  border-bottom: 1px solid #edf0f2;
}
.member .right .main>li>span{
  float: left;
  font-size: 16px;
  color: #808487;
  width: 70px;
  line-height: 70px;
}
.member .right .main>li>em{
  float: left;
  font-size: 16px;
  line-height: 70px;
  color: #333;
}
.member .right .main>li .to_phone{
  padding-left: 25px;
  line-height: 20px;
  margin-top: 30px;
  color: #808487;
  font-size: 16px;
  background: url(../images/write.png) no-repeat left;
}


.phone_show .title{
  background: none;
  color: #333;
}
.phone_show .close{

    background: url(../images/m_menu2.png) no-repeat center;
    background-size: 20px;
}
.phone_show{
  padding-bottom: 40px;
}


.member_change .title1{
  font-size: 20px;
  font-weight: bold;
    color: #333;
    border-top: 4px solid #f2f5f8;
}
.member_change .title1 span{
  line-height: 50px;
  display: inline-block;
  margin-top: -4px;
    border-top: 4px solid #2972ec;
}

.member_change .right .main li>span{
  color: #333;
}



.member_change .right .up_main{
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #eee;
  overflow: hidden;
  position: relative;
  margin: 0 auto 10px;
}
.member_change .right .up_main i{
  position: absolute;
  left: 50%;
  color: #333;
  top: 50%;
  text-align: center;
  transform:translate(-50%,-50%);
}
.member_change .right .up_main input{
  position: absolute;
  left: 0;
  top:0;
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
  z-index:2
}
.member_change .right .up_main img{
  display: none;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(0,-50%);
}

.member_change .right .main>li{
  margin-top: 35px;
}
.member_change .right .main>li>span{
  line-height: 48px;
}
.member_change .right .main>li input{

    width: calc( 100% - 70px );
    line-height: 48px;
    height: 48px;
    float: left;
    font-size: 15px;
}
.member_change .right .nice-select{
    width: calc( 100% - 70px );
}
.member_change .right .nice-select>span{
  line-height: 48px;
}

.member_change .right .btn span{
  position: relative;
  z-index: 1;
}
.member_change .right .btn{
  width: 300px;
  line-height: 48px;
  border: 1px solid #2972ec;
  color: #2972ec;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  margin: 50px auto 0;
  position: relative;
}
.member_change .right .btn:hover{
  color: #fff;
}
.member_change .right .btn:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  transition: 0.3s all;
  background: #2972ec;
  content: "";
  height: 100%;
}
.member_change .right .btn:hover:before{
  width: 100%;
}
.forget{
  background: #f4f4f4;
}
.forget{
  position: absolute;
  left: 0;
  width: 100%;
  top: 100px;
  height: calc( 100% - 100px );
}

.forget .all_show{
  display: block !important;
  z-index: 2;
  position: absolute;
}


.forget .main1{
  text-align: center;
}
.forget .main1 img{
  padding-top: 30px;
}
.forget .main1 .p1{
  font-size: 18px;
  color: #205ae0;
  margin-top: 30px;
  margin-bottom: 15px;
}
.forget .main1 .p2{
  color: #333;
  padding-bottom: 60px;
}
.forget .main1 .p2 em{
  color: #205ae0;
}

.in_top table{
  background: #fff;
}
.in_top table td,
.in_top table th{
  border: 1px solid #e5e5e5;
  font-weight: normal;
  line-height: 50px;
  color: #333;
}
.in_top table td{
  padding: 0 20px;
}
.in_top table td a:hover{
  color: #2972ec;
}
.in_top table td:nth-of-type(3){
  text-align: center;
}





