/*包裹的宽度*/ /*主颜色 color: #0162b1; 决定是否有动画效果wow fadeInUp animated */
.wrap {
	padding: 0 100px;
	margin: 0 auto;
	position: relative;
	/*overflow: hidden;*/
}
.container {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  /*overflow: hidden;*/
}

/*靠近的块级元素需要设置为height:100px,*/
html,body {
      position: relative;
      height: 100%;
    }

.mainer{
      position: relative;
      height: 100%;}  

/*----------header----------*/
.header {

	position: fixed;/*控制是否固定在顶部position:absolute;*/
	top: 0;
	left: 0;
	width: 100%;
	/*background: rgb(255, 255, 255, 0.1);*/
  background: linear-gradient(180deg, rgba(17, 71, 161, 0.78), transparent);
	z-index: 10000;
	box-shadow: 0 0 5px rgba(0,0,0,0.2)
}
.header2{
    /*background: rgb(0, 0, 0, 0.6);*/
        background: linear-gradient(180deg, #0D47A1, transparent);
}

.swiper-fade .swiper-slide{}/*限制最高高度*/
/*.swiper{width: 1000px;}*/
#swiper1 {
      width: 100%;
      height:75%;/*针对当前页面的百分比*/
    } 
#swiper1 .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      width: 100%;
      height: 100%;
      justify-content: center;
      align-items: center;
    }

#swiper1 .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
.img-responsive {
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: 1s linear 2s; 
    transform: scale(1, 1);
}
#swiper1 .swiper-slide-active img{
		transition:9s linear;
		transform:scale(1.1,1.1);/*是否进行动态缩放*/
		}
/*以上为模板 不删除*/

.logo {
    font-size: 2.2em;
    width: 35%;
    font-weight: bold;
}
.logo a{color: #fff;}
.menu{ width:58%;display: flex;align-items: center;
    justify-content: space-between;position: relative;}	
    .menu .nav{width: 100%}
.menu .nav,.logo{display: flex;
    height: 110px;
    align-items: center;}
.menu ul li {
    text-align: center;
    flex-grow: 1;
    flex-basis: 0;
    position: relative;
}
.menu ul li * {
	
	text-align: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.menu ul li a {
	font-size: 1.1em;
    font-weight: bold;
    color: #fff;
}
.menu ul li a:hover{
    /*color: #4f4f4f;*/

}
.menu ul li:hover > .navchild{

	visibility: visible;
    opacity: 1;
    /*display: block;*/
    transform: translateY(10px);/*向下移动10px*/
}
.menu li .navchild {
	
    position: absolute;
    top: 40px;
    left: 0px;
    width: 180px;
    
    text-align: center;
    padding-bottom: 5px;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    border-radius: 5px;
    background: rgba(255, 255, 255, .85);
    box-shadow: 0 3px 30px rgba(0, 0, 0, .08);
}
.menu li .navchild li {
        transition: .3s;
    height: 50px;
    width: 100%;
    margin: 0px;
    line-height: 50px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #636363;
    border-bottom: 1px dashed #ccc;
    display: block;
    white-space: nowrap;
    position: relative;
}
.menu li .navchild li a{
	    color: #000;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    font-weight: 400;}
.menu li .navchild li a:hover{
	background: rgba(255, 255, 255, 1);

}
/*自定义/*/
.menu .xl{
   position: absolute;
   top: 0px;
   right: 5%;
   color: #fff;
   padding:5px 20px;
   background: rgb(255, 255, 255, 0.2);
    z-index: 10000;
    border-radius: 10px;
   box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}



/*baner 数字*/
.swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .5;
}
.swiper-pagination{text-align: right;}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}



/*第一块*/
.flight__dyk {
    
    margin:10px 0px 40px 0px;
}
.flight__dyk .ititle{background-image: url(../images/xwbj.png);
    background-repeat: no-repeat;
    background-position:left;
    background-color: transparent;
    /*background-size: cover; 适应屏幕大小*/}
#swiper2 {margin-top: 20px;}
#swiper2 .swiper-slide{

  width:25%;
}
#swiper2 .box {
    position: relative;
    margin: 0 1%;
    border-bottom: 2px solid #ddd;
    cursor: pointer;
}
#swiper2 .box .pic.img {
    background-size: auto !important;
    max-height: 100%;
    max-width: 100%;
}
#swiper2 .box .t {
    margin: 2% 0;
}
#swiper2 .box .textOver {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#swiper2 .box .t a {
    
    color: #333;
    width: 95%;
    height: 22px;
}
#swiper2 .box .bf {
    font-size: 0.8em;
    color: #777;
    line-height: 25px;
    word-break: break-all;
    text-align: left;
    height: 50px;
    overflow: hidden;
}
#swiper2 .box .date {
    font-size: 14px;
    color: #999;
    padding: 0px 0px 10px 0px;
    text-align: left;
}
#swiper2 .box .date img {
    margin-left: 3%;
}
#swiper2 .box:after {
    width: 0;
    height: 2px;
    background: #0162b1;
    transition: all .7s;
    -webkit-transition: all .7s;
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
}
.swiper-button-next, .swiper-button-prev{top:35%;}
#swiper2 .box:hover:after {
    width: 100%;
}
#swiper2 .box:hover .date img{margin-left: 4%;}
#swiper2 .box:hover .t a{color: #0162b1;font-weight: bold;}
#swiper2 .qihuan div {
    padding: 0;
    margin: 0 51px;
    opacity: 1;
    width: 52px;
    height: 50px;
    color: #FFF;
    display: inline-block;
    border-radius: 0;
    text-indent: 999px;
    overflow: hidden;
    transition: all .5s;
}
#swiper2 .qihuan {
    background: url(../images/ip2.png) no-repeat center;
    margin-top: 2%;
    text-align: center;
}
#swiper2 .qihuan .button-prev {
    background: #f1f1f1 url(../images/ip1.png) no-repeat center;
}
#swiper2 .qihuan .button-next {
    background: #f1f1f1 url(../images/ip3.png) no-repeat center;
}
#swiper2 .qihuan .button-prev:hover {
    background: #0062b0 url(../images/ipj10.png) no-repeat center;
}
#swiper2 .qihuan .button-next:hover {
    background: #0062b0 url(../images/ipj20.png) no-repeat center;
}
.more a {
    display: inline-block;
   font-size: 0.9em;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    border-radius: 30px;
    color: #0162b1;
}
.more a:hover {
    
    color: #0062b0;
    margin-left: 15px;
}
.ititle{
    display: flex;
    height: 66px;
    padding: 20px 0px;
    align-items: center;
}
.ititle .title{
  font-size: 1.5em;
  font-weight: bold;
  color: #0162b1;
}
.ititle .hsz{
  
  color: #000000;
}
.ititle .more{
 
    margin-left: 25px;
    padding-top: 10px;
}


/*第二块*/
.flight__dek{
    background-image: url(../images/tzxybj.png);
    background-repeat: no-repeat;
    /*background-position: 50% 50%;*/
    background-color: transparent;
    background-size: cover;

  background-color: #eeeeee;   
    padding-bottom: 20px;
    }
.flight__dek .container{
  display: flex;
  flex-wrap: wrap;

  justify-content: space-between;}
.flight__dek ul{
  display: flex;
  justify-content: space-between;
  width: 97%;
  overflow: hidden;
  flex-wrap: wrap;
}
 .tzgg{
   padding: 0px 20px 0px 0px;
    box-sizing: border-box;}       
 .xygz{padding: 0px 0px 0px 20px;
    box-sizing: border-box;}    
.flight__dek .tzgg  li{
  background: #fff;
  padding: 22px;
  box-shadow: 0px 0px 10px rgb(213 208 198);
  position: relative;
  transition: all .1s;
  width:100%;
  margin-bottom:20px;
}
.flight__dek li a {
 display: flex;
 align-items: center;
 justify-content: space-between;
}        
.flight__dek li a .time{
            width: 50px;
            text-align: center;}
        
.flight__dek li a .time span{
            display: block;
            font-size: 1.2em;
            color:#0162b1;
            line-height:1.2;}
.flight__dek li a .time .month{
            font-size:0.8em;}
.flight__dek li a .txt{
            width: calc(100% - 70px);
            line-height: 1.5;
            overflow: hidden;
         
            display: -webkit-box;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            overflow: hidden;
            -webkit-line-clamp: 2;
            color: #333;}
.flight__dek li a:hover{
  text-decoration:none;
}
.flight__dek .tzgg  li:hover{
  background:#0162b1;
}
        
.flight__dek li:hover{
  box-shadow: 0px 0px 20px rgb(1 98 177 / 40%);
}
.flight__dek li:hover a .time span{
  color:#fff;
  line-height: 1.5;
}
.flight__dek li:hover a .txt{
  color:#fff;
}
/*第三块*/
.flight__zlbz{
    background-image: url(../images/bzbj.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
  background-color: #0364b1;padding-bottom: 100px;}
.flight__zlbz .wrap{padding: 0 50px;}
.flight__title{
  width: 80%;
  text-align: center;
  padding:50px 0px;
  margin:0px auto;
  font-size: 1.8em;
  color:#000;
  font-weight: bold;
}
#swiper3 img{
   border-radius: 10px;
   box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);}
#swiper3 .box a{     display: block; overflow: hidden;}
#swiper3 .box .textOver a{color:#000;text-align: center;margin: 10px auto;}
#swiper3 .box:hover img  {
    transform: scale(1.1);
}
/*第四块*/
.wp__zcxx{/*background-image: url(../images/zcxxbj.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;*/}
.wp__zcxx .container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;}
  .zcxxlist li {
    margin-bottom: 19px;
}  
.zcxxlist a {
    display: flex;
    align-items: stretch;
    text-decoration: none;
    transition: all 0.1s;
}  
.zcxxlist .notice-date {
    flex-shrink: 0;
    width: 80px;
    text-align: center;
    background-color: #f5f5f5;
    color: #0162b1;
    padding: 5px 5px;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.zcxxlist .notice-day {
    font-size: 2em;
    font-weight: bold;
    
    line-height: 1;
    display: block;
}

.zcxxlist .notice-year-month {
    font-size: 0.8em;
    
    margin-top: 5px;
    display: block;
}
.zcxxlist  .notice-box {
    flex: 1;
    padding: 5px 10px;
    display: flex;
    transition: background-color 0.3s;
    flex-direction: column;
}
.zcxxlist  .notice-box p{    font-size: 0.8em;
    color: #777;}
.zcxxlist a:hover .notice-date {
    color: #000;
}
.zcxxlist a:hover .notice-excerpt {
    color: #0162b1;
    font-weight: bold;
    padding-left: 10px;
}


/*第五块*/
.wp__sjbk{padding: 1px 0 1.15rem;
    background-image: url(../images/index_bg3.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;}
.wp__sjbk .flight__title{

  color: #0162b1;
}
.data-swiper .data-list {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.data-swiper .swiper-slide-active .data-list {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.data-list {
    position: relative;
    width: 100%;
    height: 450px;
}

.data-list li {
    display: flex;
    align-items: center;
    position: absolute;
}

.data-list li:nth-child(1) {
    top: 1%;
    left: 5%;
}

.data-list li:nth-child(2) {
    top: 10%;
    left: 28.8%;
}

.data-list li:nth-child(3) {
    top: 1%;
    left: 56.9%;
}

.data-list li:nth-child(4) {
    top: 20%;
    right: 0%;
}

.data-list li:nth-child(5) {
    bottom: 10%;
    left: 39.78%;
}

.data-list li:nth-child(6) {
    bottom: 5%;
    left: 70.8%;
}
.data-list li:nth-child(7) {
    bottom: 5%;
    left: 10.8%;
}


.data-list .icon {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 86px;
    height: 86px;
    border: 1px dashed #0162b1;
    border-radius: 50%;
}
.data-list .icon {
        position: relative;
        z-index: 1;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }
.data-list .icon img {
    width: 48px;
}

.data-list .text {
    width: 230px;
    margin: 0 0 0 26px;
    
    font-weight: 400;
    line-height: 44px;
    color: #333;
    text-align: left;
}

.data-list .text p:first-child {
    white-space: nowrap;
}

.data-list .text .num {
    margin-right: 15px;
    vertical-align: top;
    font-size: 2em;
    font-weight: 700;
    color: #0162b1;
}

.data-list li:hover .icon {
        background: #0162b1;
        border-color: #0162b1;
}
    .data-list li:hover .icon img {
        filter: brightness(0) invert(1);
    }
 .data-list .icon::after {
        position: absolute;
        top: -14px;
        right: -14px;
        bottom: auto;
        left: auto;
        z-index: -1;
        content: "";
        box-sizing: border-box;
        width:calc(100% + 28px);/*calc(100% )*/
        height: calc(100% + 28px);
        border: 1px dashed #0162b1;
        border-radius: 50%;
        opacity: 0;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transition: all 0.4s ease-out 0s;
        -moz-transition: all 0.4s ease-out 0s;
        -ms-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s;
        background: rgba(1, 98, 177, 0.38);
    }

   

    .data-list li:hover .icon::after {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .data-list li:hover .icon img {
        filter: brightness(0) invert(1);
    }


/*第六块*/
.wp__ztwz{padding: 50px 0px 150px;
    background-image: url(../images/ztbj.png);
    background-repeat: no-repeat;
    background-position: right;
    background-color: transparent;
    background-size: cover;}
#swiper5{width: 1440px;padding-top:10px}
.wp__ztwz .container{position: relative}
.wp__ztwz .swiper-button-next,.wp__ztwz .swiper-button-prev {
    top: 60%;
}
#swiper5 .box:hover{
    margin-top: -10px;
}
#swiper5 .flt{text-align: center;}

/*底部*/
.wp__foot{background-color: #0162B1;background-image: url(../images/footbj.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-color: transparent;
    background-size: cover;}
.wp__foot .title,.wp__foot .hsz{color: #fff;}
.link ul{display: flex;justify-content: flex-start;flex-wrap: wrap;}
.link ul li{margin: 15px;}
.link ul a{color: #fff;}
.link ul li a:hover{ font-weight: bold;padding-left: 5px; }
.sknr{    display: flex;color: #fff;justify-content: space-between;align-items: center;padding: 20px 0px;flex-wrap: wrap;}
.wxlogo{ text-align: center;    display: flex; justify-content: space-between;}
.wxlogo img{

    width: 80px;
    height: 80px;
    padding: 10px;
   

}
.wxlogo span{font-size: 0.8em;text-align: center;}
.sknr .bt{margin-bottom: 10px;font-size: 1.2em;}
.lxfs,.dz{display: flex;flex-direction: column;line-height: 40px;}
.banq{color: #fff;font-size: 0.8em;}
.wxlogo div{   display: flex;flex-direction: column;}
.menu ul li label {
	font-size: 9px;
	color: #626b72;
	opacity: 0.39;
	filter: alpha(opacity=39);
}
.menu ul li em {
	height: 18px;
	width: 0px;
	margin: 0 auto;
	background: url(../images/icon1.png) no-repeat center center;
}
.menu ul li.on span, .menu ul li a:hover span, .menu ul li.on label, .menu ul li a:hover label {
	color: #d31f23;
}
.menu ul li a:hover em, .menu ul li.on em {
	width: 100%;
}
/*----------mainer----------*/
.mainer {
  /*padding-top: 110px; 决定是否悬浮*/
}



.banner * {
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
}
.banner .item .text {
  height: 599px;
  background: rgba(0,0,0,0.69);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#69000000', endColorstr='#69000000');
  color: #fff;
  width: 100%;
  display: table;
}
.banner .item .cell {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.banner h1 {
  font-size: 41px;
  line-height: 1.5em;
}
.banner p {
  padding-top: 20px;
  font-size: 18px;
}
.banner ul li {
  float: left;
  font-size: 12px;
  margin-right: 20px;
  text-align: center;
}
.banner ul li .img {
  width: 61px;
  margin: 0 auto;
  margin-bottom: 15px;
  height: 61px;
  text-align: center;
  line-height: 61px;
  border-radius: 61px;
  border: 2px solid #fff;
  overflow: hidden;
}
.banner.owl-carousel .owl-item ul li img {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 3px;
}
.banner ul {
  overflow: hidden;
  margin: 40px 0;
}
.banner.owl-theme .owl-dots .owl-dot {
  margin-bottom: 20px;
}
.banner.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.banner.owl-theme .owl-dots .owl-dot.active:hover span, .banner.owl-theme .owl-dots .owl-dot.active span {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #fff;
  width: 30px;
}
.page {
  padding: 60px 0;
}




/*二级列表*/
.nymain {
    position: relative;
    padding-bottom: 50px;
    padding-top: 50px;
    background-size: cover;
}

.nymain .leftNav {
    float: left;
    width: 20%;
    position: relative;
    box-shadow: 0px 2px 5px 0px rgba(73, 94, 160, 0.1)
}
.ny-right {
    float: right;
    width: 70%;
    padding: 20px 40px 40px 40px;
    min-height: 400px;
    background: #fff;
    border-top: 2px solid #495EA0;
    box-shadow: 0px 2px 5px 0px rgba(73, 94, 160, 0.1);
}
.nymain .leftNav ul li a {
    display: block;
    font-size: 1.1em;
    line-height: 66px;
    padding-left: 40px;
    border-bottom: 1px solid #e5e5e5;
}
.position>div {
    position: relative;
    text-align: right;
    font-size: 0;
    line-height: 66px;
    border-bottom: 1px solid #d2d2d2;
}
.position h3 {
    position: absolute;
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    bottom: 0;
    left: 0;
}
.position span {
    color: #888;
    font-size: 16px;
    vertical-align: middle;
}
.position a {
    font-size: 16px;
    color: #888;
    margin: 0px 5px;
    vertical-align: middle;
}
.nymain .leftNav>h2 {
    line-height: 80px;
    color: #fff;
    background: #0162B1;
    font-size: 26px;
    font-weight: bold;
    overflow: hidden;
    text-align: center;
}
.text-list ul li {
   
    position: relative;
    line-height: 70px;
    border-top: 1px dashed #E0E0E0;
    font-size: 1.1em;
    position: relative;
    left: 0;
    transition: all 0.3s;
}
.text-list ul li a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.text-list ul li span {
    float: right;
    padding-left: 20px;
    font-family: Arial;
    color: #999;
}
.nymain .leftNav>ul>li {
    position: relative;
}
.nymain .leftNav>ul>li:hover a{
    padding-left: 30px;font-weight: 600;color: #0162B1;
}
.nymain .leftNav>ul>li>a::after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    background: url(../images/left-sj.png) no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
    display: none;
}
.nymain .leftNav>ul>li.on>a::after, .nymain .leftNav>ul>li.active>a::after, .nymain .leftNav>ul>li:hover>a::after {
    display: block;
}
.nymain .leftNav>ul>li.active>a {
    color: #0162B1;
    font-weight: 600;
}
.text-list ul li a:hover{color: #0162B1;
    font-weight: 600;}
.nymain .vsbcontent_img img{width:80%!important;height:auto!important;}

/*三级界面*/
.art-main .art-tit h3 {
    text-align: center;
    color: #333;
    font-weight: normal;
    font-size: 1.5em;
    line-height: 1.6em;
    margin-top: 30px;
    font-weight: 600;
}
.art-main .cont-tit p {
    font-size: 0;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 20px;
    background: bottom;
    border-bottom: 1px solid #dcdcdc;
}
.art-main .cont-tit p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #999;
    margin: 0px 30px;
}
.art-main .art-body {
    padding-top: 20px;
}
/*对内容页格式化*/
.art-main .art-body p, .art-main .art-body p * {
    /* color: #333333; */
    text-indent: 2em;
    font-family: "微软雅黑" !important;
    font-size: 18px!important;
    line-height: 36px!important;
     /*margin-bottom: 0.2rem !important; */
}
.art-info {
    border-top: 1px dashed #e0e0e0;
    margin-top: 25px;
}
.pnext p {
    text-indent: initial;
    line-height: 32px;
    color: #555555;
}
.pnext p a {
    color: #555555;
}
.pnext p a:hover{

  color: #0162B1;
  padding-left: 10px;
}
.pnext {
    margin-top: 25px;
}

/*----------自定义 max是小于----------*/
@media only screen and (max-width: 1440px) {
.container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  /*overflow: hidden;*/
}
.menu ul li a {
     font-size: 1em; 
    font-weight: bold;
    color: #fff;
}
    .data-list li {
        position: static;
        width: 48%;
        margin: 0 0 .35rem;
    }
    .data-list {
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
   .logo {
     width:35%;
}  
.menu{width:60%;}

}

@media only screen and (max-width: 1200px) {
.header .wrap {
	overflow: inherit;
}
.header * {
	transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	-o-transition: all 0s;
}

.mainer {
	padding-top: 80px;
}
.header .wrap .clear {
	width: 40px;
	height: 40px;
	background: url(../images/menu.png) no-repeat center center;
	background-size: 30px auto;
	position: absolute;
	top: 0;
	right: 10px;
}
.header .wrap .clear.on {
	background: url(../images/menu1.png) no-repeat center center;
	background-size: 30px auto;
}
.header {
	padding: 15px 0;
}
.banner .item .text {
	height: 500px;
}
.banner h1 {
	font-size: 35px;
}

}

@media only screen and (max-width: 850px) {

}

/*手机*/
@media only screen and (max-width:768px) {
#swiper1 {
      width: 100%;
      height:auto;
    }

.logo {
   width:75%;
}
.container {width: 100%;padding:0px 5px;}
.wrap {
    padding: 0 10px;
    position: relative;
    /* overflow: hidden; */
}
.menu .xl{bottom: 5px;}
.menu .nav, .logo {

    height: auto;
  
}
.mainer {
    padding-top: 77px;
}

.menu {
	display: none;
	position: absolute;
	padding-bottom: 70px;
	background: #fff;
	z-index: 1000;
	top: 65px;
	left: 0;
	width: 100%;
}
.menu .xl {
        bottom: 20px;
        top:auto;
        color: #000;
        /* margin: 50px 0px; */
    }
.menu .nav{flex-direction: column;height: auto;}
.menu ul li {
	    float: none;
	    width: 100%;
        /*line-height: 50px;
        height: 50px;*/
        margin: 0 10px;
        text-align: left;
       
}
.menu li .navchild {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    /*z-index: 999;*/
    text-align: center;
    visibility: visible;
    opacity: 1;
    border-radius: 5px;
    background: rgba(255, 255, 255, .85);
    box-shadow: 0 3px 30px rgba(0, 0, 0, .08);
}
.menu li .navchild ul{
    display: none;
}
.menu ul li a{
    font-size: 16px;
	color: #333;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding:15px 0px;
	text-align: center;
}
.menu li .navchild li {
    transition: .3s;
    height: 50px;
    width: 100%;
    margin: 0px;
    line-height: 50px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #636363;
    border-bottom: 1px dashed #ccc;
    display: block;
    white-space: nowrap;
    position: relative;
}
.menu li .navchild li a {
    color: #000;
    font-size: 18px;
    padding:0px;
    border-bottom: 1px dashed #ccc;
    font-weight: 400;
}
.menu ul li:hover > .navchild {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}
.menu > .nav > li .arrow {
	    display: block;
        color: #2b3a66;
        position: absolute;
        right: 0;
        top: 5px;
        cursor: pointer;
        width: 90px;
        font-size: 22px;
        height: 40px;
        line-height: 40px;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
.menu > .nav > li .arrow i{color: #2b3a66;}

.nav  > li .active i:before {
        content: "\f107";
}



.flight__dek li{width: 100%}
.ititle {padding: 10px 0px;}
#swiper2 {margin-top: 0px;}
.flight__zlbz {padding-bottom: 20px;}
.flight__title{font-size: 1.5em;padding:20px 0px;}
.data-list {
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
}
.data-list li {width: 49%;}
.data-list li {
        position: static;
        width: 48%;
        margin: 0 0 .35rem;
    }
    .data-list .icon {
        width: 3.5em;
        height: 3.5em;
    }
.data-list .icon img {
    width: 2.6em;
}
.data-list .text {
    width: 60%;
    margin: 0 0 0 10px;
    font-weight: 400;
    line-height: 2em;
    color: #333;
    text-align: left;
}
#swiper5 {
    width: 100%;
    padding-top: 10px;
}
.wp__ztwz{padding: 10px 0px 50px;}
/*手机版*/

.hui .item{width: 100%}
.about-box{height: auto}
.about-box{background: #003c6c!important;}
.about-img-box {
    width: 100%;
    height: auto;
    float: none;}
.about-text {
    width: 100%;
    padding-right: 0px; 
    height: auto;
}
.about-text .title{
	margin:20px 0px;
}
.text-box{

	height: 300px;
    overflow: hidden;
} 

.morejj{margin: 10px;}
.about-text .text-box p{margin-top: 0px}
.zt .col-xs-6{    
	width: 48%;
    margin: 0px;
    padding: 5px;
    box-sizing: border-box;
        }
.about-text .title span {font-size: 32px;}
.inline {flex-direction: column;height: auto;padding: 15px 5px;}   
.footer .right {margin: 20px 0px;} 
.support {height: auto;line-height: 30px;}
.footer img{width: 90%}
/*二级*/
.nymain .leftNav,.nymain .ny-right {width: 100%;}
.nymain .leftNav {
        float: none;
        top: 0;
        margin-right: 0;
    }
.ny-right {
        float: none;
       box-sizing: border-box;
        margin-top: 20px;
        padding: 0px 20px 15px 20px;
    }
    .position>div {
        text-align: left;
        line-height: 22px;
        padding-bottom: 10px;
    }
        .position {
        padding: 16px 0;
        margin-top: 0;
        margin-bottom: 0;
    }
    .position h3 {
        left: 0;
        width: auto;
        height: 45px;
        font-size: 20px;
        line-height: 45px;
        position: relative;
        left: 0;
        margin-bottom: 10px;
        font-weight: 600;
        display: none;
    }

    .nymain .leftNav>h2 {
        height: inherit;
        line-height: 56px;
        font-size: 18px;
        text-align: left;
        padding-left: 15px;
        font-weight: 600;
        
    }
    .nymain .leftNav ul li a {
        line-height: 45px;
        font-size: 14px;
    }

.nymain {
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
    background-size: cover;
}

}
@media only screen and (max-width:768px) and (min-width:500px) {

}
/*模板不可删除*/
.active{display: block;}
.arrow{display: none;}