@charset "UTF-8";

/*+++++++++++    ++++++++++*/




input, textarea {

outline: none;

font-family: '微软雅黑';

/* -webkit-appearance: none; */

}



input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {

  color: #666; }


input[type="submit"]
{
  -webkit-appearance: none!important;
}


input:-moz-placeholder, textarea:-moz-placeholder {

  color: #666; }



input::-moz-placeholder, textarea::-moz-placeholder {

  color: #666; }



input:-ms-input-placeholder, textarea:-ms-input-placeholder {

  color: #666; }
body{
  font-size: 0.28rem;
  font-family: '微软雅黑';
  width: 100%;
  overflow-x: hidden;
    background: #ebf4fc
}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
   outline: none;
}
ul,li{
  margin: 0;
  padding: 0;
  list-style-type:none; 
}
a{
  text-decoration: none;
}

.main{
  width: 100%;
}
.head{
  background: #009994;
  line-height: .8rem;
  height: 0;
  overflow: hidden;
}
.head .logo{
  display: block;
}
.head .logo img{
  height: .8rem;
  position: absolute;
  top: .3rem;
  left: .3rem;
  z-index: 99999
}


.m-show{
  display: block;
}
.menu-btn {
    position: absolute;
    top: 50%;
    right: 0.25rem;
    width: 0.8rem;
    height: 0.8rem;
    overflow: hidden;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

}
.menu-btn .line, .menu-btn .line:before, .menu-btn .line:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0.5rem;
    height: 0.04rem;
    border-radius: 10px;
}

.menu-btn .line, .menu-btn .line::before, .menu-btn .line::after {
    background: #005bac;
    border-radius: 10px;
}
.menu-btn .line {
    top: 0;
    bottom: 0;
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
}
.menu-btn .line, .menu-btn .line::before, .menu-btn .line::after {
    background: #005bac;
    border-radius: 10px;
}

.menu-btn .line:before {
    -webkit-transform: translateY(-0.2rem);
    transform: translateY(-0.2rem);
}


.menu-btn .line:after {
    -webkit-transform: translateY(0.2rem);
    transform: translateY(0.2rem);
}
.menu-btn .line:before, .menu-btn .line:after {
    content: '';
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.menu-open .line {
    background: transparent;
}
.menu-open .line:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-open .line:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*.head.menu-open{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999
}
.nav-main.menu-open{
  margin-top: .8rem
}*/
.nav-main{
  height: 1.4rem;
  position: relative;
   z-index: 999;
   background: #fff;
}
.nav-main ul li{
  list-style-type: none;
  display: block;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.nav-main ul li>a{
  color: #333;
  font-size: 0.32rem;
  width: 80%;
  display: block;
  line-height: 1rem;
  padding-left: 0.5rem
}
.nav-main .arr {
    background: url(../images/p-x_03.jpg) no-repeat center center;
    background-size: .35rem .23rem;
    width: 0.6rem;
    height: 0.07rem;
    position: absolute;
    right: 0.3rem;
    height: 0.8rem;
    top: 0.1rem;
}
.nav-main ul li.on .arr{
  background: url(../images/p-x_on.jpg) no-repeat center center;
   background-size: .35rem .23rem;
}
.nav-main ul li.on .nav-show{
  display: block;
}

.nav-show{
  width: 100%;
  padding:0.1rem 0.5rem;
  background: #ebf4fc;
  display: none;
  z-index: 9999;
}
.nav-show a{
  display: block;
  font-size: 0.3rem;
  border-bottom: 1px solid #c5ced7;
  color: #6c7780;
  line-height: 0.8rem;
}
.nav-show a:last-child{
  border:0;
}

.nav-main .main{
  position: fixed;
  left: 0;
  top: 1.4rem;
  right: 0;
  background: #fff;
  z-index: 99;
  border-top: 1px solid #999;
      transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
   bottom: 0;
   overflow-y: auto;
}

.menu-open .main {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.mySwiper1{
  width: 100%
}
.mySwiper1 .swiper-slide img{
  width: 100%;
  display: block;
}
.swiper-button-prev1{
  width: 1rem!important;
  height: 1rem!important;
  background: url(../images/left.png);
  background-size: 100% 100%;
  margin-top: -.5rem!important;
  left:3% !important;
}
.swiper-button-next1{
   width: 1rem!important;
  height: 1rem!important;
  background: url(../images/right.png);
  background-size: 100% 100%;
  margin-top: -.5rem!important;
  right: 3%!important;
}
.swiper-button-prev1:hover{
  background: url(../images/left1.png);
  background-size: 100% 100%;
}
.swiper-button-next1:hover{
  background: url(../images/right1.png);
  background-size: 100% 100%;
}
.swiper-button-next1:after, .swiper-button-prev1:after{
  font-size: 0!important;
}
.swiper-pagination1{
  width: 10%!important;
  left: 50%!important;
  top: initial!important;
  bottom: .3rem!important;
   transform: translate(-50%,-50%)!important;
}
.swiper-pagination1 .swiper-pagination-progressbar-fill{
  background: #fff!important
}

.search-con{
  position: relative;
  z-index: 9;
  text-align: center;
}
.search-erweima{
  background: #005bac;
  padding:.5rem .3rem ;
  color: #fff;
  margin: .3rem .3rem 0 .3rem;
  display: none;
}
.swiper-button-prev2{
   width: .25rem!important;
  height: .42rem!important;
  background: url(../images/left2.jpg);
  background-size: 100% 100%;
  margin-top: -.21rem!important;
  left:0 !important;
}
.swiper-button-next2{
  width: .25rem!important;
  height: .42rem!important;
  background: url(../images/right2.jpg);
  background-size: 100% 100%;
  margin-top: -.21rem!important;
  right:0!important;
}
.swiper-button-next2:after, .swiper-button-prev2:after{
  font-size: 0!important;
}
.erweima-txt{
  float: left;
  margin: .5rem 0 0 .3rem
}
.mySwiper2 img{
  float: left;
  margin-left: 1.5rem
}
.search{
  background: #fff;
  margin: 0 .3rem;
  padding: .5rem .4rem;
  box-shadow: 0px 0px 15px 0px rgba(2, 2, 2, 0.22);
  text-align: left;
}
.search-input{
  width: 68%;
  display: inline-block;
  background: #ebebeb;
  padding-left: .3rem;
  line-height: .8rem;
  border:0;
  border-radius: 5px;
  font-size: .28rem;
  border:1px solid #ebebeb;
}
.search-input:focus{
  border:1px solid #005bac;
  background: #fff
}
.btn{
  width: 28%;
  float: right;
  line-height:.8rem;
  background: #005bac;
  cursor: pointer;
  font-size: .32rem;
  color: #fff;
  border:0;
  border-radius: 5px;
  -webkit-appearance: none;
}
.btn:hover{
  background-color: #06559c
}
.content1{
  margin:.8rem .3rem .5rem .3rem;
  position: relative;
  padding-bottom: 0.3rem;
}
.content1 .more{
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  margin-left: -1rem;
}
.tit-head{
  width: 100%
}
.tit-head .tit-list{
 width: 100%
}
.tit-head .tit-list ul li{
  margin-right: 1%;
  width: 24%;
  display: inline-block;
  font-size: .38rem;
  text-align: center;
  line-height: .5rem;
  color: #6c7780;
  cursor: pointer;
  background: url(../images/tit.png) center no-repeat;
  background-size: 100%
}
.tit-head .tit-list ul{
    overflow-x: scroll;
    white-space: nowrap;
    margin-bottom: 0.2rem;
}
.tit-head .tit-list ul li:last-child{
  margin: 0
}
.tit-head .tit-list ul li:hover,.tit-head .tit-list ul li.on{
  color: #005bac;
  background: url(../images/titon.png) center no-repeat;
  background-size: 100%
}
.more{
  float: right;;
  color: #454545;
  font-size:.3rem;
  padding-right: .8rem;
  position: relative;
  margin: .2rem 0
}
.more:before{
  content: '';
  position: absolute;
  right: 0;
  top: .05rem;
  background: url(../images/more.png);
  background-size: 100% 100%;
  width: .3rem;
  height: .3rem;
}
.more:after{
  content: '';
  position: absolute;
  right: .2rem;
  top: .2rem;
  background: #0050a9;
  width: .5rem;
  height: 1px;
}
.more:hover{
  color: #005bac;
}
.con1c{
  background: #fff;
  box-shadow: 0px 0px 15px 0px rgba(2, 2, 2, 0.22);
  /* margin: .9rem 0 .5rem 0; */
  display: none;
  padding-bottom: 0.7rem;
}
.con1c-left{
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
.con1c-left1{
  padding: .3rem .3rem 1.8rem .3rem;
  position: relative;

}
.con1c-left1>img{
  width: 100%
}
.con1c-left1:before{
  content: '';
  position: absolute;
  left:0;
  right:  0;
  bottom: 1.5rem;
  border-bottom: 1px solid #ebebeb;
}
.con1c-left1r{
  color: #666666;
}
.con1c-left1r1{
  color: #06539c;
  margin-top: .2rem
}
.con1c-left1r1 strong{
  font-size: .6rem;
  margin-right:.05rem;
  color: #06539c
}
.con1c-left1r a{
  display: block;
  color: #333333;
  font-size: .32rem;
  margin: .2rem 0;
   text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
.con1c-left1r a:hover{
  color: #005bac
}
.con1c-left1r2{
  text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
.swiper-button-prev3{
  width: 1.3rem!important;
  height:1.5rem!important;
  background: url(../images/left3.png);
  background-size: 100% 100%;
  margin-top:0px!important;
  left:0!important;
  bottom: 0!important;
  top: initial!important;
}
.swiper-button-next3{
  width: 1.3rem!important;
  height:1.5rem!important;
  background: url(../images/right3.png);
  background-size: 100% 100%;
  margin-top:0px!important;
  left: 1.3rem!important;
  bottom: 0!important;
  top: initial!important;
}
.swiper-button-prev3:hover{
  background: url(../images/left3on.png);
  background-size: 100% 100%;
}
.swiper-button-next3:hover{
  background: url(../images/right3on.png);
  background-size: 100% 100%;
}
.swiper-button-next3:after, .swiper-button-prev3:after{
  font-size: 0!important;
}
.more2{
  width: 2.5rem;
  line-height:.7rem;
  padding-left: .4rem;
  border:1px solid #005bac;
  border-radius: 120px;
  position: absolute;
  right: .3rem;
  bottom: .42rem;
  color: #005bac!important;
  background: url(../images/more1.png) right .4rem center no-repeat;
  z-index: 99;
}
.more2:hover{
 background: #005bac url(../images/more1on.png) 100px center no-repeat;
 color: #fff!important;
}
.con1c-right{
  padding: .2rem .3rem;
}
.con1c-right ul li{
  border-bottom: #e2e2e2 dashed 1px;
  padding:.2rem 0;
}
.con1c-right ul li a{
  color: #333333;
  font-size: .32rem;
  position: relative;
  text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    padding-left:.3rem;
}
.con1c-right ul li a:before{
  width: .1rem;
  height: .1rem;
  content: '';
  position: absolute;
  left: 0;
  top: .1rem;
  border:2px solid #e2e2e2;
  border-radius: 120px;
}
.con1c-right ul li span{
  color: #888888;
  display: block;
  padding-left: .3rem;
  margin-top: .05rem;
}
.con1c-right ul li:hover a{
 color: #005bac
}
.con1c-right ul li:hover a:before{
 border:2px solid  #005bac
}
.con1c-right ul li:last-child{
  border:0;
}

.fulllist{width:100%!important;padding: 20px;overflow: hidden;}

.fulllist ul li{
  border-bottom: #e2e2e2 dashed 1px;
  padding: 17px 0;
  /* width: 50%; */
  /* float: left; */
}
.fulllist ul li a{
  color: #333333;
  font-size: 18px;
  position: relative;
  text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    padding-left: 25px;
}
.fulllist ul li a:before{
  width: 10px;
  height: 10px;
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  border:2px solid #e2e2e2;
  border-radius: 120px;
}
.fulllist ul li span{
  font-size: 13px;
  color: #888888;
  display: block;
  padding-left: 25px;
  margin-top: 6px;
}
.fulllist ul li:hover a{
 color: #005bac
}
.fulllist ul li:hover a:before{
 border:2px solid  #005bac
}
.fulllist ul li:last-child{
  border:0;
}



.con1c-b{
  padding-bottom: 1.3rem;
  display: none;
}
.mySwiper4list{
  padding-top: 1rem;
}
.mySwiper4list ul li{
  background: url(../images/c1-bg1.png) no-repeat;
  background-size: 100% 100%;
  color: #888888;
  padding: .6rem .3rem .5rem .3rem;
  cursor: pointer;
  position: relative;
  margin-bottom: .2rem
}
.mySwiper4list ul li:nth-child(1):before{
  content: '';
  position: absolute;
  width: .2rem;
  height: .2rem;
  border-radius: 120px;
  border:2px solid #d0d9e5;
  background: #fff;
  left: 50%;
  top: -.7rem;
  margin-left: -.1rem;
}
.mySwiper4list ul li a{
  display: block;
  text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    color: #454545;
    font-size: .32rem;
}
.mySwiper4list ul li span{
  display: block;
  text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    margin:.1rem 0 .2rem 0
}

.mySwiper4list ul li:hover{
  background: url(../images/c1-bg1on.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.mySwiper4list ul li:hover a{
  color: #fff
}

.mySwiper4{
  position: relative;
  width: 100%
}
.mySwiper4:before{
  content: '';
  position: absolute;
  left: 0;
  top:0.45rem;
  border-top:1px solid #c8d2de;
  right: 0
}
.swiper-button-prev4{
  width: .8rem!important;
  height:.8rem!important;
  background: url(../images/left4.png);
  background-size: 100% 100%;
  margin-top:0px!important;
  left:0!important;
  top: 0rem!important;
}
.swiper-button-next4{
   width: .8rem!important;
  height:.8rem!important;
  background: url(../images/right4.png);
  background-size: 100% 100%;
  margin-top:0px!important;
  right: 0px!important;
   top: 0rem!important;
}
.swiper-button-prev4:hover{
  background: url(../images/left4on.png);
  background-size: 100% 100%;
}
.swiper-button-next4:hover{
  background: url(../images/right4on.png);
  background-size: 100% 100%;
}
.swiper-button-next4:after, .swiper-button-prev4:after{
  font-size: 0!important;
}
.con2{
  background: url(../images/bg2_58.jpg) center top no-repeat;
  background-size: auto 100%;
  padding: .6rem .3rem;
  width: 100%;
  overflow: hidden;
}
.con2 .main{
  position: relative;
}
.con2r{
 width: 100%
}
.con2r img{
  width: 100%;
  display: block;
}
.con2l{
  width: 100%;
  z-index: 9;
  height: 7.6rem
}
.con2l1{
  height: 3.8rem
}
.con2l ul li{
  width: 50%;
  height: 3.8rem;
  color: #fff;
  font-size: .2rem;
 text-align: left;
 float: left;
 position:relative;
  overflow:hidden;
 background: #fff
}
.con2l1 ul li{
  width: 50%;
}
.hoimg{
	width:100%;
	height:100%;
	display:block;
	transition: all .3s ease;
	}
.con2l ul li:hover .hoimg{
    margin-top: -3px;
  }
.con2l ul li span{
  display: block;
  font-size: .4rem;
}
.con2l ul li a{
  width: 100%;
  height: 100%;
  display: block;
        color: #fff;
        
}

.con2l-list{
writing-mode: tb-rl;
position:absolute;
left:0;
top:0;
bottom:0;
 padding:.5rem;
  transition: all .3s ease;
}
.con2l ul li:hover .con2l-list{
    top: -3px;
  }
.con3{
  background: url(../images/c3-bg_34.jpg) center no-repeat;
  background-size: auto 100%;
  padding: .5rem .3rem;
  width: 100%;
}
.con3tit{
  font-size:.4rem;
  color: #333333;
}
.con3c{
  padding-top: .4rem;
  position: relative;
  padding-bottom: 0.4rem;
}

.con3tit ul{overflow:hidden;}
.con3tit ul li{float:left;padding:0 20px;}
.con3tit ul li.on{color:#005bac}

.mySwiper5 .swiper-slide a{display:block;padding-bottom:20px;}


.mySwiper5list ul li{
  width: 49%;
  
  display: inline-block;
  background: #fff;
  margin-bottom: .2rem;
  box-shadow: 0px 0px 5px 0px rgba(2, 2, 2, 0.22);
}
.mySwiper5list ul li:hover{
  background: #005bac
}
.mySwiper5list ul li:nth-child(2n){
 margin-left: 1%;
}

.mySwiper5-1{
  position: relative;
}
.mySwiper5-1b{
  position: absolute;
  bottom: 0;
  left:0;
  right: 0;
  background: rgba(0,0,0,0.5); 
  padding: .3rem;
  color: #fff;
}

.mySwiper5-1 img{
  display: block;
  width: 100%;
  height: auto;
}
.mySwiper5-1b-1 span{
  font-size: .32rem;
  margin-right: .2rem;
}
.mySwiper5-1b-2{
  text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    display: none;
}
.mySwiper5-2{
  padding: .3rem .2rem;
  background: url(../images/c3-jt_22.jpg) no-repeat right 35px center;
  background-size: .3rem .25rem
}
.mySwiper5list ul li:hover .mySwiper5-2{
   background: url(../images/c3-jton_23.jpg) no-repeat right 35px center;
  background-size: .3rem .25rem
}
.mySwiper5-2 span{
  color: #666666;
  border:1px solid #dddddd;
  border-radius: 120px;
  padding:0 .4rem;
  line-height: .6rem;
  display: inline-block;
}
.mySwiper5list ul li:hover .mySwiper5-2 span{
  color: #fff;
  border:1px solid #fff;
}
.swiper-button-prev5{
  width:.8rem!important;
  height:.8rem!important;
  background: url(../images/left5.png);
  background-size: 100% 100%;
  margin-top:0px!important;
  right:51%!important;
  left: initial!important;
  top: initial!important;
   bottom:-1rem!important;
}
.swiper-button-next5{
  width:.8rem!important;
  height:.8rem!important;
  background: url(../images/right5.png);
  background-size: 100% 100%;
  margin-top:0px!important;
  right: 38%!important;
  top: initial!important;
   bottom:-1rem!important;
}
.swiper-button-prev5:hover{
  background: url(../images/left5on.png);
  background-size: 100% 100%;
}
.swiper-button-next5:hover{
  background: url(../images/right5on.png);
  background-size: 100% 100%;
}
.swiper-button-next5:after, .swiper-button-prev5:after{
  font-size: 0!important;
}

.more3{
  display:block;
  width: 2.8rem;
  line-height: .7rem;
  padding-left: .5rem;
  border:1px solid #005bac;
  border-radius: 120px;
  color: #005bac!important;
  background: url(../images/more1.png) right .5rem center no-repeat;
  margin: 1.4rem auto 0.5rem auto;
}

.con4{
  background: url(../images/c4-bg_34.jpg) no-repeat;
  background-size: auto 100%;
  padding:.5rem .3rem;
  width: 100%;
}
.con4-1{
  position: relative;
}
.con4-1l{
  position: relative;
  width: 100%
}
.con4-1l>img{
  width: 100%;
  display: block;
}
.con4-1lc{
  position: absolute;
  left: 0;
  top:0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.4);
  padding: .5rem;
}
.con4-1lc .con2l-list{
  color: #fff;
  font-size: .2rem;
}
.con4-1lc .con2l-list span{
  font-size: .4rem;
  display: block;
}
.more4{
  position: absolute;
  left:.5rem;
  bottom:.5rem;
  width: 2rem;
  height: .7rem;
  display: block;
  border-radius: 120px;
  border:1px solid #fff;
  background: url(../images/more2.png) no-repeat center center;
  background-size: .5rem
}
.more4:hover{
  background: #fff url(../images/more2on.png) no-repeat center center;
}
.con4-1r{
 margin: 0.3rem 0  0 0
}
.con4-1r ul li{
  width: 100%;
  height: 9rem;
display: inline-block;
    transition: all .3s ease;
    overflow: hidden;
    margin-bottom: .3rem
}
.con4-1r ul li:nth-child(1){
  background: url(../images/c4-bg2_19.jpg) no-repeat left top;
  background-size: 100% 100%
}
.con4-1r ul li:nth-child(2){
  background: url(../images/c4-bg3_19.jpg) no-repeat left top;background-size: 100% 100%
}
.con4-1r ul li:nth-child(3){
  background: url(../images/c4-bg4_19.jpg) no-repeat left top;background-size: 100% 100%
}

.con4-1r1{
  width: 2rem;
  text-align: center;
  float: left;
  font-size: .34rem;
  color: #fff;
  padding: .5rem 0 0 0;
  position: relative;
  height: 100%;
  transition: all .3s ease;
}
.con4-1r1 b{
  writing-mode: tb-rl;
  font-weight: normal;
 }
.con4-1r1 span{
  width:.8rem;
  height: .8rem;
  border-radius: 10px;
  position: absolute;
  left: .7rem;
  bottom: .4rem;
  background: rgba(255,255,255,0.4);
  transition: all .3s ease;
}
.con4-1r1 span img{
  display: block;
  width: .5rem;
  margin: .15rem 0 0 .15rem
}

.con4-1r2{
  width: 75%;
  padding:.5rem .3rem 0 0;
  position: relative;
  height: 100%;
  transition: all .3s ease;
  display: inline-block;
  margin-right: -320px;
}

.con4-1r2a a{
  width: 48%;
  height: .8rem;
  float: left;;
  border:1px solid #fff;
  text-align: center;
  line-height: .8rem;
  color: #fff;
  text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    margin-bottom: .2rem;
    border-radius: 5px;
}
.con4-1r2a a:nth-child(2n){
  margin-left: .2rem;
}
.con4-1r2a a:hover{
  background: #fff;
  color: #0050a9
}

.con4-1r2b .more2{
  border:1px solid #fff;
  padding-left: .4rem;
  color: #fff!important;
  background: url(../images/more1on.png) right .4rem  center no-repeat;
  bottom: .5rem;
  right: .4rem;
}


.con4-2a{
  width: 100%;
  position: relative;
}
.con4-2a a>img{
  width: 100%;
  display: block;
}
.con4-2ab{
  position: absolute;
  left:0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.4);
  text-align: center;
  color: #fff ;
  font-size: .4rem;
  padding-top:13%
}
.con4-2ab img{
  width: .7rem;
  margin: 0 .2rem -.2rem 0
}
.con4-2b{
  margin-top: .3rem
}
.con5{
  background: url(../images/c5-bg_35.jpg) no-repeat center;
  background-size: auto 100%;
  padding: .7rem .3rem;
  width: 100%
}
.con5c{
 width: 100%
}

.con5c-tit span{
  font-size: .4rem;
  color: #333333;
}
.con5c-tit a{
  margin-top: .1rem
}
.con5c-bd{
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(2, 2, 2, 0.15);
  border-bottom: 3px solid #005bac;
  margin-top: .4rem;
  padding:.5rem .5rem .2rem .5rem;
}
.con5c-bd ul li{
  margin-bottom: .4rem;
}
.con5c-bd ul li a{
  font-size: .3rem;
  color: #666666;
  text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
}
.con5c-bd1{
  position: relative;
  color: #829998;
  margin-top: .1rem
}
.con5c-bd1:before{
  content: '';
  position: absolute;
  left: 0;
  top: .2rem;
  right:0;
  border-top:1px solid #eeeeee; 
}
.con5c-bd1 span{
  background: #fff;
  display: inline-block;
  padding-right: .2rem;
  position: relative;
  z-index: 1;
}
.con5c-bd ul li:hover a{
  color: #005bac
}
.con5c-bd ul li:hover .con5c-bd1:before{
   border-top:1px solid #005bac; 
}
.con5cr{
 width: 100%;
 margin-top: .5rem
}
.con5cr-bd{
  margin-top: .5rem;
  border-bottom: 3px solid #005bac;
}
.con5cr-bd ul li{
  box-shadow: 0px 0px 10px 0px rgba(2, 2, 2, 0.15);
  padding: .3rem;
  margin-bottom: .3rem
}
.con5cr-bd ul li img{
  width: 2rem;
  display: block;
}
.con5cr-bd ul li:last-child{
  margin-bottom: 0
}
.con5cr-bdr{
  width: 72%;
  float: right;
  color: #666666;
  font-size: .3rem;
  text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
.con5cr-bd ul li:hover .con5cr-bdr{
  color: #005bac
}
.foot{
  background: #005bac
}
.foot1{
  padding: .7rem .3rem;
  color: #fff;
  width: 100%
}
.foot1a{
  width: 100%
}
.foot1a a{
  font-size: .32rem;
  color: #fff;
  width: 24%;
  display: inline-block;
  text-align: center;
  margin-bottom: .3rem
}
.foot1b{
margin: .5rem 0;
padding: 0 .5rem;
line-height: .7rem
}
.foot1b span{
  font-size: .32rem;
  display: block;
}
.foot1b strong{
  font-size: .6rem;
   display: block;
}
.foot1b select{
  width: 100%;
  height: .8rem;
  border-radius: 5px;
  border:1px solid #fff;
  background: transparent;
  padding-left: .4rem;
  color: #fff;
  outline: none;
  appearance:none;
}
.f-sel{
  position: relative;
  width: 100%;
  height:.8rem;
  margin-top: .2rem
}
.f-sel:after{
  position: absolute;
 content: ""; 
 width: .7rem;
  height: .2rem; 
  background:url(../images/sel-bg_51.jpg) no-repeat ;
  background-size: 100% 100%;
  pointer-events: none;
  right: .02rem;
  top:.35rem
}

.foot1c{
  width: 80%;
  margin:0 auto;
}
.foot1c span{
  width: 31%;
  display: inline-block;
  text-align: center;
  color: #fff;
}
.foot1c span img{
  width: 100%;
  display: block;
  margin-bottom: .2rem;
}
.foot1c span:nth-child(2){
  margin: 0 2%;
}
.foot2{
  border-top:1px solid #1a6cb4;
  color: #fff;
  padding: .5rem 0;
  text-align: center;
  line-height: .5rem
}

.foot2 a{color:#Fff;}
.f-logo{
  width: 70%;
  margin-bottom: .1rem
}
.foot2 span{
  width: 70%;
  display: block;
  margin: 0 auto
}


@media screen and (min-width:1024px) {
  .video-content .list-con .list .box:hover{box-shadow:0px 0px 20px rgba(0,0,0,0.15);}
  .video-content .list-con .list .box:hover .img a{transform:scale(1.1);}
  .video-content .list-con .list .box:hover .con .tit a{color:#0785a0;}

  .video-content .list-con li:hover{box-shadow:0px 0px 20px rgba(0,0,0,0.15);}
}
@media screen and (max-width:1025px) {
  .video-content{padding:15px 0px 30px 0;}
  .video-content .title{font-size:16px;margin-bottom:15px;}
  .video-content .list-con{margin:0px -5px;margin-bottom:10px;}
  .video-content .list-con .list{padding:0px 5px;margin-bottom:10px;}
  .video-content .list-con .list .box .img a .icon{width:35px;height:35px;margin:-17.5px 0 0 -17.5px;}
  .video-content .list-con .list .box .con{padding:10px;}
  .video-content .list-con .list .box .con .tit{font-size:14px;line-height:22px;}
  .video-content .list-con .list .box .con .date{font-size:12px;margin-top:5px;}
}
@media screen and (max-width:769px) {
  .video-content{padding:15px 0px 30px 0;}
  .video-content .title{font-size:16px;margin-bottom:15px;}
  .video-content .list-con .list{width:50%;}
  .video-content .list-con .list .box{}
  .video-content .list-con .list .box .con .tit{font-size:14px;}
  .video-content .list-con .list .box .con .date{font-size:12px;margin-top:0px;}

  .video-content .list-con li{width:100%;float:left;padding-top:15px;margin: 15px 5px;list-style:none;background:#Fff;border:1px solid #efefef;text-align: center;}
.video-content .list-con li a{display:block;text-align:center;}
.video-content .list-con li img{display:inline;}
.video-content .list-con li a.tit{line-height:50px;color: #333;font-weight: bold;}
.video-content .list-con li{box-shadow:0px 0px 20px rgba(0,0,0,0.15);}
}

.con6{
  background: url(../images/bg1_654.jpg) center top no-repeat;
  background-size: auto 520px;
  padding: 0.8rem 0.3rem 0.5rem 0.3rem;
}
.con6 .main{}

  .con6 a.more{color:#fff;}
.con6 a.more:before{background: url(../images/tit6.png) center no-repeat;}
.con6 a.more:after{background: #fff;}
.con6 .tit-head .tit-list ul li{
  margin-right: 0.1rem;
  display: inline-block;
  font-size: 0.4rem;
  text-align: center;
  line-height: 28px;
  color: #ddd8d8;
  cursor: pointer;
  background: url(../images/titon6.png) center no-repeat;
}
.con6 .tit-head .tit-list ul li:hover,.con6 .tit-head .tit-list ul li.on{
  color: #fff;
}



/* 相关信息 */
#relativeInfo { margin:20px 0px;}
#relativeInfo .hd h3 { font-size: 22px; color: #046cbb;margin:20px 0px;}
#relativeInfo .bd { padding: 10px 0 20px 0;}
#relativeInfo ul {overflow: hidden;margin-right: -5%;}
#relativeInfo li {float: left;width: 45%;margin-right: 5%;margin-bottom: 40px;height: 4rem;text-align: center;}
#relativeInfo li a{float: left;width: 100%;display:block;overflow:hidden;}
#relativeInfo li a .img{overflow:hidden;}
#relativeInfo li a img{width:100%;}
#relativeInfo li a img:hover{transition:0.3s;transform:scale(1.1)}
#relativeInfo li a span{color:#333}