/*所有页面都用到的公共样式*/
a {
  text-decoration: none;
  color: #333;
}

ul,
li {
  list-style: none;
}

* {
  font-size: 0;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  
 
}

body {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
}

section {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}

header {
  width: 100%;
  color: #fff;
  position: relative;
  overflow: hidden;
}

header > div {
  width: 1200px;
  margin: 0 auto;
}

header nav div {
  display: inline-block;
  padding-left: 10px;
}

header nav > div:nth-child(1) a img {
  width: 220px;
}

header nav div:nth-child(2) {
  float: right;
  padding-top: 20px;
}

header nav div:nth-child(2) img {
  width: 21px;
  height: 16px;
  margin-left: 31px;
  vertical-align: middle;
}

header nav div:nth-child(2) a:last-child img {
  width: 18px;
  height: 22px;
}

/* header div:nth-child(3) {width: 100%;margin: 100px auto 0 auto;text-align: center;
} */
.itemcon {
  position: absolute;
  z-index: 1;
  display: none;
  width: 130px;
}

/************************    new      ************************************/
/*.li_triangle{       opacity: 0.75;  width: 0;  height: 0;  border-left: 10px solid transparent;  border-right: 10px solid transparent;  border-bottom: 10.5px solid #fff;
}*/
.li_triangle {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10.5px solid #244e78;
}

/************************    new      ************************************/

/*.bg_li {position: absolute;top: 11px;left: 0;background-color: #fff;opacity: 0.75;z-index: -1;margin-top: 9px;border-radius: 4px;
}
*/

.bg_li {
  position: absolute;
  top: 11px;
  left: 0;
  background-color: #244e78;
  z-index: -1;
  margin-top: 9px;
  border-radius: 4px;
}

/************************    new      ************************************/
.item a span {
  font-size: 14px;
  color: #fff;
}

/*.item a span {
font-size: 14px;
color: #000;
}*/
/************************    new      ************************************/

.item p { /*margin: 5px 0;*/
  padding: 5px 0;
  text-align: center;
}

.item p:hover {
  background-color: #fff;
  opacity: 1;
}

.item p:hover span {
  color: rgba(0, 130, 199, 1);
}

/*.item p:hover {
background-color: #fff;
}

.item p span {
background-color: #fff;
}

.item p:hover span {
color: #0082c3;
}*/

/************************    new      ************************************/

.itemInfo {
  margin: 10px 0; /* background: #E1E1E1; */
  padding: 0 0 16px 0;
  border-radius: 4px;
}

/*清除浮动*/

.clearfix:after {
  display: block;
  content: '';
  clear: both;
  height: 0;
}

.clearfix {
  zoom: 1
}

header ul {
  margin: 40px 0;
  padding: 0 20px;
  font-size: 0;
}

header li {

  display: inline-block; /* width: calc(100% / 10.2); */
  width: 130px;
  height: 16px;
  text-align: center;
}

header > div > div > ul > li {

  border-right: 1px solid;
}

header li .ttl a {
  font-size: 14px;
  color: #fff;
  line-height: 14px;
}

header li.navItem:last-child {
  width: 70px;
  margin-left: 30px;
  border: 0 solid;
}

/*二级菜单*/

header .menu > ul {
  display: none;
  position: absolute;
  margin: 0 0;
  background: #E1E1E1;
}

header .menu > ul > li {
  font-size: 18px;
  height: 36px;
  width: 100px;
  border: 0;
  margin-top: 5px;
  float: left;
  line-height: 36px;
  vertical-align: middle;
}

header .menu:hover ul {
  display: block
}

header .menu ul:hover {
  display: block
}

/*标题*/
.twoLevel_title {
  position: relative;
  width: 1200px;
  margin: 0 auto 60px auto;
  text-align: center;
}

.twoLevel_title > p {
  font-size: 108px;
  font-family: Impact;
  opacity: 0.20;
  color: #1c9ed8;
  line-height: 108px;
}

.twoLevel_title div p {
  color: #666666;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 16px;
}

.twoLevel_title div {
  position: absolute;
  bottom: -25px;
  left: 520px;
}

.twoLevel_title img {
  width: 100%;
}

/*底部*/

footer {
  width: 100%;
  padding: 30px 0;
  background-color: #292929;
}

footer .ful {
  width: 1200px;
  margin: 0 auto 30px auto;
  padding: 0 50px;
}

footer .ful > li {
  display: inline-block;
  width: calc(100% / 6);
  border-right: 1px solid #888686;
  text-align: center;
}

footer .ful > li:last-child {
  border: 0;
}

footer .ful > li > a {
  color: white;
  font-size: 14px;
}

footer hr {
  width: 1150px;
  margin: 7px auto 0 auto;
  border: 0;
  background-color: #888686;
  height: 1px;
}

footer > div {
  width: 1200px;
  margin: 30px auto 0 auto;
}

/*底部logo和友情链接*/

footer > div > div {
  display: inline-block;
}

.base_left select {
  width: 250px;
  font-size: 14px;
  margin-left: 220px;
}

.base_left img {
  vertical-align: middle;
  width: 240px;
}

.base_left > p {
  margin-top: 43px;
  font-size: 12px;
  color: #9A9A9A;
  line-height: 28px;
  opacity: 0.7;
}

/*两张二维码*/

.base_right {
  float: right;
}

.base_right p {
  font-size: 14px;
  margin-top: 10px;
}

.base_right > div {
  margin: 0 16px;
  color: white;
  text-align: center;
  display: inline-block;
}

.base_right > div img {
  width: 89px;
  height: 89px;
}

/*超出隐藏显示省略号*/
.beyondHiding {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /*可以调整行数*/
  -webkit-box-orient: vertical;
}

#search {
  width: 100%;
  height: 60px;
  font-size: 0;
  background-image: url(152099781342277118.png);
  background-repeat: no-repeat;
  background-size: 28% 103%;
  background-position-y: -1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

#search .searchcenter {
  padding-top: 10px;
  color: #FFFFFF;
  width: 1200px;
  margin: 0 auto;
  padding-left: 170px;
}

#search .searchcenter > P:first-child {
  font-size: 18px
}

#search .searchcenter > P:last-child {
  font-size: 12px
}

#search ul {
  position: relative;
  left: 560px;
  top: -30px;
  width: 500px;
}

#search ul li {
  font-size: 14px;
  color: #333333;
  float: left;
  width: 70px;
  margin: 4px 5px;
  height: 36px;
  text-align: center;
}

#search ul li:first-child {
  border-bottom: 3px solid #0082C7;
}

/*走马灯公共*/

#lunbo {
  position: relative;

  padding-bottom: 25px;
  margin-top:60px;
}

.lunboBox {
  width: 1100px;
  height: 217px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.lunboBox > div > div {
  width: 1100px;
  height: 217px;
  overflow: hidden;
  float: left;
}

.lunboBox > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 4400px;
}

/*轮播图左右两侧得箭头*/

#lunbo > button * {
  font-size: 14px;
  color: #fff;
}

#lunbo > button:hover {
  background-color: #0082C7;
}

#lunbo .el-carousel__arrow--left {
  left: calc((100% - 1200px) / 2);
}

#lunbo .el-carousel__arrow--right {
  right: calc((100% - 1200px) / 2);
}

.bt-select1 {
  position: relative;
  width: 250px;
  height: 23px;
  font-size: 14px;
  color: #000;
  line-height: 23px;
  margin-left: 220px;
  background: url(downarrow.png) no-repeat 220px center #fff;
  display: inline-block;
}

.bt-select1 dt {
  height: 23px;
  text-align: left;
  text-indent: 5px;
  display: inline-block;
  line-height: 23px;
  font-size: 14px;
  color: #000;
  cursor: pointer;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  z-index: 99;
  outline: none;
}

.bt-select1 dd {
  position: absolute;
  top: 23px;
  background: #fff;
  width: 100%;
  z-index: 99;
  border: 1px solid #efefef;
  border-radius: 5px;
}

.bt-select1 dd > ul {
  max-height: 90%;
  overflow: auto;
}

.bt-select1 dd > ul > li {
  height: 23px;
  line-height: 23px;
  font-size: 14px;
  cursor: pointer;
  text-indent: 5px !important;
  text-align: left;
}

.bt-select1 dd > ul > li:hover {
  background-color: #0583C7;
}

.bt-select1 dd > ul > li:hover a {
  color: #fff;
}

.bt-select1 dd > ul > li > a {
  color: #333;
  display: block;
  width: 100%;
  font-size: 14px;
}

.hides {
  display: none;
}

section {
  text-align: center;
  
}

.groups {
  width: 1200px;
  margin: 0 auto;
}

.journalism_right ul {
  display: none;
}

.journalism_right .title_bg {
  background-color: #1866B6;
  color: #fff;
}

.journalism_right .ul_yincang {
  display: block;
}

.item p:hover {
  background-color: #fff !important;
  color: #0082c7 !important;
}

.item p:hover span {
  color: #0082c7 !important;
}

.item p span {
  color: #fff !important;
}

.journalism_left a {
  display: none;
}

.journalism_left .ul_yincang {
  display: block;
}

main #app .el-carousel__container {
  height: 174px;
  width: 100%;
}

main #app .el-carousel__indicators {
  display: none;
}

#app:hover .el-carousel__arrow {
  background-color: #83e9c0;
}

#app:hover .el-carousel__arrow i {
  font-size: 14px;
  color: white;
}

.xianfu {
  width: 10.5%;
  height: 170px;
  background-color: #fff;
  box-shadow: 0 0 3px #ccc;
  position: fixed;
  z-index: 999;
  right: 0;
  top: 35%;
}

.lan {
  width: 100%;
  height: 27px;
  background-color: #1888D8;
}

.zhuantibanner {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
  overflow: hidden;
  position: relative;
}

.swiper-containerzhuanti {
  width: 100%;
}

.zhuantibox {
  width: 100%;
}

.zhuantibanner img {
  width: 100% !important;
}

.swiper-containerzhuanti .hide {
  opacity: 0;
}

header > div.pub-head-t{
  position: absolute;
    top: 25px;
    left: calc((100% - 1200px) / 2);
    width: 1200px;
    z-index: 10;


}
.swiper-containersr{position: relative;}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 30px;}
.swiper-pagination-bullet{width:38px;height: 5px;border-radius: 0px;background: #fff;opacity: 1}
.swiper-pagination-bullet-active{background: #007aff}
header > div.publubo{width: 100%;}

.swiper-containersr .txt{position: absolute;
    top: 240px;
    left: 0;
    right: 0;}
 .wp{    margin: 0 auto;
    width: 90%;
    max-width: 1200px;}   
.swiper-containersr .tit{font-size: 3.125vw;
        letter-spacing: 0.312vw;
        margin-bottom: 1.562vw;}
.swiper-containersr .titsub{        font-size: 1.562vw;
        letter-spacing: 0.312vw;
        margin-bottom: 10.41vw;}






        .row-c4{padding:75px 0 80px}
.ul-proc1{margin:0 -8px 16px;overflow:hidden}
.ul-proc1 li{float:left;width:50%;padding:0 8px}
.ul-proc1 .con{background-image:linear-gradient(to right,#0d71f7,#289afa);border-radius:5px;padding:0 58px 0 19px;height:111px;overflow:hidden}
.ul-proc1 .icn{float:left;height:111px;line-height:111px;font-size:0;margin-right:19px}
.ul-proc1 .icn img{display:inline-block;vertical-align:middle}
.ul-proc1 .txt{padding-top:11px;overflow:hidden}
.ul-proc1 .tit{font-size:18px;color:#fff;margin-bottom:9px}
.ul-proc1 .desc{overflow:hidden;margin-bottom:9px;line-height:20px;font-size:14px;color:#fff}
.ul-proc1 .desc:last-child{margin-bottom:0}
.ul-proc1 .desc a{float:right;background-color:#00cffe;padding:0 17px;border-radius:8px;font-size:12px;color:#fff}
.ul-proc1 .desc p{text-overflow:ellipsis;white-space:normal;overflow:hidden;font-size: 14px;text-align: left;}
.ul-proc2{margin:0 -8px 72px;overflow:hidden}
.ul-proc2 li{float:left;width:40%;padding:0 8px}
.ul-proc2 li:last-child{width:20%}
.ul-proc2 .con{background-image:linear-gradient(to right,#475f7f,#5f7ea8);border-radius:5px;height:77px;padding:0 61px 0 19px;overflow:hidden}
.ul-proc2 .icn{float:left;height:77px;line-height:77px;font-size:0;margin-right:31px}
.ul-proc2 .icn img{display:inline-block;vertical-align:middle}
.ul-proc2 .txt{padding-top:8px;overflow:hidden}
.ul-proc2 .tit{font-size:18px;color:#fff;margin-bottom:7px}
.ul-proc2 .desc{overflow:hidden;margin-bottom:9px;line-height:20px;font-size:14px;color:#fff}
.ul-proc2 .desc:last-child{margin-bottom:0}
.ul-proc2 .desc a{float:right;background-color:#00cffe;padding:0 17px;border-radius:8px;font-size:12px;color:#fff}
.ul-proc2 .desc p{text-overflow:ellipsis;white-space:normal;overflow:hidden;font-size: 14px;text-align: left;}
.ul-proc2 .more{display:block;background-image:linear-gradient(to right,#06b6ea,#3fdaf3);border-radius:5px;height:77px;line-height:77px;font-size:0;text-align:center;cursor:pointer}
.ul-proc2 .more img{display:inline-block;vertical-align:middle}
.m-slickc4{position:relative;margin-bottom:44px}
.m-slickc4 .slick-arrow{position:absolute;top:50%;margin-top:-28px;background-repeat:no-repeat;background-position:center;background-size:cover;width:57px;height:57px;background-color:transparent;border:none;font-size:0;cursor:pointer}
.m-slickc4 .slick-prev{left:-84px;background-image:url(c-icn02.png)}
.m-slickc4 .slick-prev:hover{background-image:url(c-icn03.png)}
.m-slickc4 .slick-next{right:-84px;background-image:url(c-icn04.png)}
.m-slickc4 .slick-next:hover{background-image:url(c-icn05.png)}
.ul-proc3{margin:0 -7px 0 -8px;overflow:hidden}
.ul-proc3 li{float:left;width:20%;padding:0 7px 0 8px;margin-bottom:26px}
.ul-proc3 .con{display:block;height:92px;line-height:90px;border:1px solid #d6d6d6;border-radius:10px;text-align:center}
.ul-proc3 .con img{display:inline-block;vertical-align:middle}
.m-infoc2 .tit{font-size:24px;color:#101010;text-align:center;margin-bottom:35px;font-weight: bold;}








main #headerPage {
width: 100%;
height: 60px;
background-image: url("152099781342277118.png");
background-repeat: no-repeat;
background-size: calc(50% - 440px) 103%;
background-position-y: -1px;
border-bottom: 1px solid #eee;
background-color: #ffffff;
}
/****************1.31修改*****************/


main #headerPage>div {

  width: calc(50% + 600px);

  /*margin-left: calc(28% - 125px);*/

  float:right;



}



main #headerPage>div>p {



  width: 125px;

  color: white;

  font-size: 18px;

  vertical-align: top;

  margin-top: 10px;

}



main #headerPage>div>p span {

  display: block;

  font-size: 12px;

}



main #headerPage div>ul {

  display: inline-block;

  width: calc(100% - 125px);

margin-top:10px;
margin-bottom: 20px;

  font-size: 14px;

}



main #headerPage div>ul>li {

  position: relative;

  display: inline-block;

  margin: 0 30px;

  height: 60px;

  line-height: 60px;

}



main #headerPage div>ul>li a {

  color: #333;
  display: block;
  font-size: 14px;

}



main #headerPage div>ul>li p {

  color: #333;

  font-size: 14px;

}



/*底部边框*/

.this_border {

  border-bottom: 3px solid #0082C7;

}



main #headerPage div>ul>li.this_border p,

main #headerPage div>ul>li.this_border>a {

  color: #0082C7;

}



.this_border .this_border {

  border-bottom: 0 solid #fff;

}



main #headerPage div>ul .this_border .this_border a {

  color: #0082C7;

}



/*被紧用的a标签*/

main #headerPage ul .hiddenPath {

  /*display: none;*/

  position: absolute;

  left: -20px;

  width: 480px;

  height: 0;

  overflow: hidden;

  transition: all 0.3s;

}



main #headerPage ul .hiddenPath li {

  display: inline-block;

  line-height: 40px;

  height: 40px;

  padding: 0;

  margin: 0 20px;

  transition: all 0.3s;

}



main>#bgDiv {

  height: 0;

  width: 100%;

  background-color: #EFEFEF;

  transition: all 0.3s;

}



main #headerPage ul .liSublink .hiddenPath {

  height: 40px;

  line-height: 40px;

}



main #headerPage ul .liSublink p:hover,

main #headerPage ul .liSublink a:hover {

  color: #0082C7;

}


.spercontent {width: 1200px;margin:100px auto;text-align: justify;}
.spercontent p,.spercontent span,.spercontent a,.spercontent,.spercontent *{font-size: 16px;color: #333;line-height: 1.5;}

@media screen and (max-width: 750px) {
.spercontent {width:100%;margin:0;padding:0.2rem}
.spercontent p, .spercontent span, .spercontent a, .spercontent{font-size:0.27rem}
}        


.m-banner{position:relative;height:0;padding-top:400px;background-size:cover;background-position:center;background-repeat:no-repeat;
width: 100%}
.m-banner .bg{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.4);overflow:hidden}
.m-banner .bg img{display:none}
.m-banner .tit{position:absolute;bottom:0%;left:50%;width:100%;transform:translate(-50%,-50%);text-align:center}
.m-banner .tit h3{font-size:50px;font-weight:600;color:#fff;margin-bottom:5px}
.m-banner .tit h4{font-size:28px;font-weight:500;color:#fff;text-transform:uppercase}
.m-banner .tit h4 span{color:#00cffe;margin-left:10px}

.fix:after, .fix:before {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
