* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



a {
  text-decoration: none;
}

html {
  font-size: 16px;
}

div.slideBox ul.items {
  position: absolute;
  float: left;
  background: 0 0;
  list-style: none;
  padding: 0;
  margin: 0;
}

div.slideBox ul.items li {
  float: left;
  background: 0 0;
  list-style: none;
  padding: 0;
  margin: 0;
  /* width: 100% ! important; */
  /* -webkit-transition: all 0.5s; */
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  /* transition: all 0.5s; */
}

div.slideBox ul.items li a {
  float: left;
  line-height: normal !important;
  padding: 0 !important;
  border: 0;
  display: block;
  width: 100% ! important;
}

div.slideBox ul.items li a img {
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  border: 0;
  height: 400px;
  width: 100% ! important;
}

div.slideBox div.tips {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  overflow: hidden;
}

div.slideBox div.tips div.title {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

div.slideBox div.tips div.nums {
  position: absolute;
  right: 50%;
  top: 0;
  height: 100%;
}

div.slideBox div.tips div.nums a {
  display: inline-block;
  float: left;
  width: 10px;
  height: 10px;
  background-color: #fff;
  text-indent: -99999px;
  margin: 15px 10px 0 0;
}

div.slideBox div.tips div.nums a.active {
  background-color: #022c8e;
}

.totopp {
  cursor: pointer;
  text-align: center;
  display: block;
  width: 60px;
  height: 80px;
  background-color: #022c8e;
  font-size: 12px;
  color: #FFFFFF;
  position: fixed;
  right: 25px;
  bottom: 12px;
}

.totopp p {
  height: 50px;
  background: url(../images/back_top_white.png) no-repeat center;
}

.totopp:hover {
  background-color: #fff;
  color: #022c8e;
}

.totopp:hover p {
  height: 50px;
  background: url(../images/back_top_blue.png) no-repeat center;

}

@media screen and (min-width: 1400px) {
  header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    box-shadow: 0 5px 10px -5px #333;
  }

  header .phoneNum {
    width: 100%;
    background-color: #e8e8e8;
  }
  header .phoneNum .mini-logo img{
    display: none;
  }
  header .phoneNum ul {
    height: 50px;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 40px;
  }

  header .phoneNum ul li {
    color: #7c86b3;
    margin-left: 10px;
    font-size: 16px;
    list-style: none;
  }

  header .phoneNum ul li input {
    font-size: 14px;
    width: 200px;
    height: 28px;
    border-radius: 15px;
    border: none;
    padding-left: 10px;
    color: #ccc;
    outline: #022c8e;
  }

  header .phoneNum ul li .search_btn_img {
    cursor: pointer;
    position: absolute;
    right: -4px;
    top: -2px;
    border: none;
    background-color: transparent;
  }
  .but_search {
    position: relative;
    top: 0px;
    right: 0px;
    height: 34px;
    line-height: 34px;
    width: 40px;
    border: 0px;
    cursor: pointer;
    background: url(../images/search_btn.png) 10px 7px no-repeat;
}
  /* header .phoneNum ul li img {
    
  } */
  header .nav_box {
    width: 100%;
    background-color: #fff;
    height: 151px;
  }
  header .nav_box .logo_a {
  display: block;
   width: 200px;
   height: 151px;
  }

  header .nav_box .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  header .nav_box .nav .img img {
    width: 540px;
    height: 143px;
  }

  header .nav_box .nav ul {
    padding-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 为每个链接设定样式 */
    /* 鼠标放置链接时改变样式 */
    /* 下拉菜单设置样式 */
  }

  header .nav_box .nav ul .dropbtn {
    display: inline-block;
    color: 000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    z-index: 99;
  }

  header .nav_box .nav ul .dropbtn:hover {
    color: #022c8e;
  }

  header .nav_box .nav ul .dropdown {
    /* display: inline-block; */
    display: flex;
  }

  header .nav_box .nav ul .dropdown-content {
    /* 隐藏菜单 */
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    /* 设置链接元素的最小宽度 */
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(12, 12, 12, 0.2);
    overflow: auto;
    z-index: 99;
    top: 150px;
  }

  header .nav_box .nav ul .dropdown-content a {
    display: block;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    font-size: 16px;
  }

  header .nav_box .nav ul .dropdown-content a:hover {
    background-color: #f1f1f1;
  }

  header .nav_box .nav ul .dropdown:hover .dropdown-content {
    display: block;
  }

  header .nav_box .nav ul li {
    margin-left: 20px;
    list-style: none;
  }

  header .nav_box .nav ul li a {
    color: #000;
    font-size: 22px;
  }

  main {
    margin-top: 197px;
  }

  main .banner_img {
    /* max-width: 1920px; */
    height: 600px;
    margin: 0 auto;
  }

  main img {
    transition: all 1s;
  }

  main img:hover {
    transform: scale(1.1);
  }

  main .title {
    margin: 50px auto 30px;
    width: 181px;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    border-bottom: 4px solid #022c8e;
    letter-spacing: 4px;
    padding-bottom: 6px;
  }

  main .ckmore{
    width: 200px;
    height: 70px;
    line-height: 70px;
    display: block;
    color: #AAA;
    border-radius: 35px;
    text-align: center;
    border: 1px solid #AAA;
    transition: all 0.6s;
    font-size: 20px;
    margin: 0 auto;
    position: absolute; 
     bottom: 50px;
     left :50%;
     transform: translateX(-90px);
  }

  main .ckmore:hover {
   width: 240px;
   border: 1px solid #002e8c;
   color: #002e8c;
  }

  main .gcfw {
    height: 750px;
    background: url(../images/page_bg-01.png) no-repeat;
    background-position: center;
    overflow: hidden;
    position: relative;
  }

  main .gcfw .gcfw_cont {
    width: 1400px;
    margin: 50px auto 0;
  }
  main .gcfw .gcfw_cont .gcfw_div{
    padding: 30px 40px;
    width: 1400px;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
  }
  main .gcfw .gcfw_cont .gcfw_div .gcfw_info{
    color: #AAA;
    font-size: 20px;
    line-height: 40px;
    text-align: justify;
  }
  main .gcfw .gcfw_cont .gcfw_div .gcfwckmore{
    width: 140px;
    height: 40px;
    line-height: 40px;
    display: block;
    color: #AAA;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #AAA;
    transition: all .6s;
    font-size: 20px;
    margin-top: 15px;
  }
  .gcfw .gcfw_cont .gcfw_div ul {
    justify-content: space-around;
  }
  .gcfw .gcfw_cont .gcfw_div ul li a {
    display: block;
    color: #AAA;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .gcfw .gcfw_cont .gcfw_div ul li a img {
    width: 82px;
    height: 82px;
    transition: all 1s;
    
  }
  .gcfw .gcfw_cont .gcfw_div ul li a .name {
    margin-top: 15px;
  }
  .gcfw .gcfw_cont .gcfw_div ul li a .img_span {
    border: 1px solid #AAA;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .gcfw .gcfw_cont .gcfw_div ul li a:hover .img_span{
    border: 1px solid #002e8c;
    width: 120px;
  }
  .gcfw .gcfw_cont .gcfw_div ul li a:hover img{
    transform: rotate(360deg);
  }
  .gcfw .gcfw_cont .gcfw_div ul li a:hover .name{
    color: #002e8c;
  }
  main .gcfw .gcfw_cont .gcfw_div .gcfwckmore:hover{
    width: 160px;
    border: 1px solid #022c8e;
    color: #022c8e;
  }
  main .gcfw .gcfw_cont ul {
    margin: 70px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  main .gcfw .gcfw_cont ul li {
    position: relative;
    overflow: hidden;
    list-style: none;
  }
  main .gcfw .ckmore{
    bottom:80px
  }

  main .gcfw .gcfw_cont ul li img {
    width: 300px;
    height: 360px;
    transition: 3s;
  }

  main .gcfw .gcfw_cont ul li .li_shadow {
    display: none;
    width: 300px;
    height: 360px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.8;
  }

  main .gcfw .gcfw_cont ul li .li_shadow p {
    text-align: center;
    color: #022c8e;
    font-size: 22px;
    line-height: 300px;
  }

  main .gcfw .gcfw_cont ul li:hover .li_shadow {
    display: block;
  }

  main .jxsb {
    
    height: 553px;
    background: url(../images/page_bg-02.png) no-repeat;
    background-position: center;
    overflow: hidden;
    position: relative;
  }
  main .jxsb .jxsb_content{
    /* background-color: #fff; */
    padding: 20px 0;
    width: 1400px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .jxsb_left{
    width: 680px;
    height: 500px;
    overflow: hidden;
  } 
   .jxsb_left .img_box{
    width: 650px;
    overflow: hidden;
  }
  .jxsb_left img{
    width: 650px;
  }
  main .jxsb .jxsb_content .jxsb_right .title{
    margin-top: 0;
    color: #fff;
    border-bottom: 4px solid #fff;
  }
  .jxsb_right{
    width: 680px;
    height: 500px;
  }
  main .jxsb .ckmore{
    transform: translateX(262px);
  }
  main .jxsb .ckmore:hover{
    color: #fff;
    border: 1px solid #fff;
  }
  .jxsb_right .p{
    color: #fff;
    font-size: 21px;
    line-height: 40px;
    margin-bottom: 50px;
    text-align: justify;
	
  }
  .jxsb_right ul{
    display: flex;
    flex-wrap: wrap;
  }
  .jxsb_right ul li{
    width: 200px;
    height: 100px;
    background-color: #002e8c;
    line-height: 100px;
    text-align: center;
    list-style: none;
    margin-right: 10px;
  }
  .jxsb_right ul li a{
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20px;
  }
  .jxsb_right ul li:hover a{
    color: #002e8c;
    background-color: #fff;
  }
  main .zyyj {
    height: 657px;
    background: url(../images/page_bg-03.png) no-repeat;
    background-position: center;
    overflow: hidden;
    position: relative;
  }

  main .zyyj .sqbox {
    display: block;
    width: 200px;
    height: 48px;
    border: 1px solid #022c8e;
    color: #022c8e;
    line-height: 48px;
    text-align: center;
    margin-top: 10px;
    font-size: 24px;
  }

  main .zyyj .zyyj_content {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  main .zyyj .zyyj_content .zyyj_left {
    width: 50%;
  }

  main .zyyj .zyyj_content .zyyj_left .p_content {
    color: #022c8e;
    font-size: 22px;
    margin-top: 40px;
  }

  main .zyyj .zyyj_content .zyyj_left .p_content a {
    color: #022c8e;
    font-size: 22px;

  }

  main .zyyj .zyyj_content .zyyj_right {
    width: 100%;
  }

  main .zyyj .zyyj_content .zyyj_right ul {
    margin-top: 40px;
    display: flex;
  }

  main .zyyj .zyyj_content .zyyj_right ul li {
    overflow: hidden;
    list-style: none;
	margin-right: 20px;
  }

  main .zyyj .zyyj_content .zyyj_right ul li img {
    width: 320px;
    height: 200px;
  }

  main .zyyj .zyyj_content .zyyj_right ul li p {
    margin-top: 20px;
    text-align: center;
    color: #022c8e;
    font-size: 22px;
  }

  main .gylx {
    width: 1400px;
    margin: 0 auto;
  }

  main .gylx ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
  }

  main .gylx ul li a {
    font-size: 22px;
    color: #000;
  }

  main .gylx .gsjj {
    margin-top: 30px;
    display: flex;
    overflow: hidden;
  }

  main .gylx .gsjj img {
    width: 520px;
    height: 350px;
  }

  main .gylx .gsjj .jj {
    background-color: #f4f4f4;
    padding-left: 50px;
    padding-right: 10px;
  }

  main .gylx .gsjj .jj .p_title {
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #000;
    font-weight: 700;
    font-size: 22px;
    position: relative;
  }

  main .gylx .gsjj .jj .p_title span {
    color: #02298e;
  }

  main .gylx .gsjj .jj .p_title img {
    cursor: pointer;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 27px;
    bottom: 20px;
    transition-property: all;
    transition-duration: 1.25s;
  }

  main .gylx .gsjj .jj .p_title img:hover {
    transform: rotate(360deg);
  }

  main .gylx .gsjj .jj .p_content {
    line-height: 50px;
    font-size: 22px;
  }

  footer {
    margin-top: 50px;
    background-color: #022c8e;
  }

  footer .footer {
    height: 170px;
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  footer .footer p {
    color: #fff;
    font-size: 18px;
  }

  footer .footer p a,
  footer .footer p a:hover {
    color: #fff;
    font-size: 18px;
  }

  div.slideBox {
    position: relative;
    margin-left: 0px;
    width: 100% !important;
    height: 600px !important;
    overflow: hidden;
  }

  .page-banner {
    height: 450px;
  }

  .page-banner img {
    width: 100%;
  }

  .aboutus-main {
    margin: -130px auto 0;
    padding: 30px 25px;
    width: 1400px;
    background-color: #fff;
    height: auto;
    min-height: calc(100vh - 541px);
    z-index: 98;
    position: relative;
  }

  .aboutus-main .aboutus-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .aboutus-main .aboutus-header .about .AB {
    color: #ccc;
    font-size: 22px;
    margin-right: 15px;
  }

  .aboutus-main .aboutus-header .about .gy {
    font-size: 1.6rem;
    line-height: 50px;
  }

  .aboutus-main .aboutus-header .about-position {
    margin-right: 31px;
  }

  .aboutus-main .aboutus-header .about-position a {
    color: #000;
  }

  .aboutus-main .aboutus-header .about-position a:hover {
    color: #02298e;
  }

  .aboutus-main .about-nav {
    background-color: #f2f2f2;
    height: 50px;
  }

  .aboutus-main .about-nav ul {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 50px;
  }

  .aboutus-main .about-nav ul li {
    margin-right: 30px;
    list-style: none;
  }

  .aboutus-main .about-nav ul li a {
    font-size: 16px;
    color: #000;
    padding-bottom: 12px;
  }

  .aboutus-main .about-nav ul li .active {
    border-bottom: 2px solid #022c8e;
    color: #022c8e;
  }
  .aboutus-main .about-nav ul li .on {
    border-bottom: 2px solid #022c8e;
    color: #022c8e;
  }

  .aboutus-main .about-nav ul li a:hover {
    border-bottom: 2px solid #022c8e;
    color: #022c8e;
  }

  .aboutus-main .about_content {
    margin-top: 50px;
    padding: 10px 50px 40px 50px;
  }
  .aboutus-main .about_content ul li{
    /* list-style: ; */
  }
  .aboutus-main .about_content .title {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
  }

  .aboutus-main .list_box {
    display: flex;
    justify-content: space-between;
  }

  .aboutus-main .list_box .list_right {
    margin-top: 50px;
    height: auto;
    width: 500px;
    background-color: #f2f2f2;
    padding: 30px 30px;
  }

  .aboutus-main .list_box .list_right_ly {
    margin-top: 50px;
    height: auto;
    width: 250px;
    background-color: #f2f2f2;
    padding: 30px 30px;
  }
  .aboutus-main .list_box .list_right_ly li{
    list-style: none;
  }

  .aboutus-main .list_box .list_right_ly li a {
    display: block;
    line-height: 60px;
    padding-left: 35px;
    background-color: #fff;
    margin-bottom: 5px;
    color: #777;
    position: relative;
  }

  .aboutus-main .list_box .list_right_ly li a:hover {
    color: #002e8c;
  }

  .aboutus-main .list_box .list_right_ly li a:before {
    content: "";
    display: block;
    width: 4px;
    height: 16px;
    background-color: #002e8c;
    position: absolute;
    left: 20px;
    top: 22px;
    border-radius: 3px;
  }

  .aboutus-main .list_box a:hover strong {
    color: #022c8e;
  }

  .aboutus-main .list_box a:hover .a_shadow {
    display: block;
  }

  .aboutus-main .list_content {
    margin-top: 50px;
    width: 100%;
  }

  .aboutus-main .list_content .text {
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .aboutus-main .list_content .text .date {
    margin: 15px 0;
    color: #77bd34;
    font-size: 22px;
    font-weight: 700;
  }

  .aboutus-main .list_content .text strong {
    color: #222;
    margin-bottom: 15px;
    font-size: 18px;
  }

  .aboutus-main .list_content .text p {
    width: 1000px;
    /* 主要控制父元素容器里面子元素的排列方式 */
    display: -webkit-box;
    display: -moz-box;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    /* 实现限制文字显示多少行,也就是说要多少行是出现省略号,我这里设置三行就让文本出现省略号 */
    -webkit-line-clamp: 3;
    /*显示行数  要几行就改几行*/
    /*color: #AAA;
    font-size: 16px;*/
    line-height: 34px;
  }

  .aboutus-main .list_content .top_news {
    padding-right: 15px;
  }

  .aboutus-main .list_content .top_news .top_news_content {
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #AAA;
    position: relative;
  }

  .aboutus-main .list_content .text strong a {
    color: #222;
    font-size: 1.5rem;
  }

  .aboutus-main .list_content .top_news .top_news_content img {
    width: 300px;
    height: 200px;
  }

  .aboutus-main .list_content ul li {
    padding-top: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid #AAA;
    position: relative;
    height: 170px;
    list-style: none;
  }

  .aboutus-main .list_content .lyui_box ul li {
    height: 100px;
    position: relative;
    list-style: none;
  }

  .aboutus-main .list_content .lyui_box ul li p {
    color: #AAA;
    line-height: 36px;
  }

  .aboutus-main .list_content .lyui_box ul li a {
    color: #AAA;
    display: inline;
  }

  .aboutus-main .list_content .lyui_box ul li a:hover {
    color: #002e8c;
  }

  .aboutus-main .list_content .lyui_box ul li .lyckxx {
    display: block;
    position: absolute;
    bottom: 23px;
    left: 800px;
  }
  .aboutus-main .list_content ul li a {
    display: flex;
    align-items: center;
  }

  .aboutus-main .list_content ul li a .date {
    color: #77bd34;
    font-size: 22px;
    font-weight: 700;
  }

  .aboutus-main .list_content ul li a p {
    width: 770px !important;
    -webkit-line-clamp: 2 !important;
  }

  .aboutus-main .list_content ul li .a_shadow {
    width: 0px;
    height: 170px;
    background-color: #022c8e;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.6s;
  }

  .aboutus-main .list_content ul li:hover .a_shadow {
    display: block;
    width: 170px;
  }

  .aboutus-main .article_content .article_title {
    text-align: center;
    font-size: 30px;
    color: #333;
  }

  .aboutus-main .article_content_div {
    margin: 15px 0 62px 0;
  }

  .aboutus-main .article_content .info {
    margin: 6px 0 0 -25px;
    height: 50px;
    line-height: 50px;
    width: 1400px;
    background-color: #f4f4f4;
    color: #bbb;
    position: relative;
    padding: 0 25px;
  }

  .aboutus-main .article_content .info span {
    margin-right: 15px;
  }

  .aboutus-main .article_content .info img {
    width: 20px;
    vertical-align: sub;
  }

  .aboutus-main .article_content .sharebox {
    position: absolute;
    top: 0;
    right: 0;
  }

  .aboutus-main .article_content .sharebox .share {
    display: inline-block;
    width: 100px;
    text-align: center;
    margin-right: 0;
  }

  .aboutus-main .article_content .sharebox .share:hover .bdsharebuttonbox {
    height: 100px;
    box-shadow: 0 5px 10px -5px #333;
  }

  .aboutus-main .article_content .sharebox .share:hover .bdsharebuttonbox a {
    display: inline-block;
  }

  .bdsharebuttonbox {
    width: 100px;
    height: 0px;
    transition: all 0.6s;
    background-color: #fff;
  }

  .sharebox .wechat_icon {
    background: url(../images/wechat_icon.png);
  }

  .bdsharebuttonbox a {
    display: none;
    width: 32px;
    height: 32px;
    font-size: 20px;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
  }

  .aboutus-main .certificate_box {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .aboutus-main .certificate_box .certificate_content {
    width: 25%;
    height: 200px;
  }

  .aboutus-main .certificate_box .certificate_content p {
    margin-top: 15px;
    text-align: center;
  }

  .aboutus-main .certificate_box .certificate_content div {
    margin: 0 auto;
    width: 80%;
    height: 100px;
    background-color: skyblue;
  }

  .text_more {
    width: 120px;
    height: 40px;
    line-height: 40px;
    display: block;
    color: #AAA;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #AAA;
    transition: all .6s;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .text_more:hover {
    width: 160px;
    border: 1px solid #022c8e;
    color: #022c8e;
  }

  .list_content_ly {
    width: 1000px;
  }

  #mailForm .isOpen input:last-child {
    margin-left: 15px;
  }

  #mailForm .is-btn02 {
    cursor: pointer;
    width: 150px;
    height: 40px;
  }

  .trdiv {
    display: flex;
    margin-bottom: 15px;
  }

  #mailForm .trdiv p {
    width: 50%;
  }

  #mailForm .trdiv p input {
    width: 300px;
    height: 40px;
    border: 1px solid #AAA;
    outline: #f2f2f2;
  }

  #mailForm .trdiv p .isOpen input {
    width: 20px;
    height: 16px;
  }

  #mailForm textarea {
    outline: none;
    width: 79%;
    border: 1px solid #AAA;
  }

  .textarea_p {
    display: flex;
  }

  .yzmspan {
    margin-left: 18px;
  }

  .aboutus-main .about-nav .lyul {
    display: none;
  }

  .is-contentbox {
    padding: 10px 30px;
  }

  .is-newstitle {
    color: #002e8c;
    font-size: 26px;
    text-align: center;
  }

  .is-mailinfo {
    text-align: center;
    height: 33px;
    line-height: 33px;
    border-bottom: 1px solid #f2f2f2;
    padding: 0 18px;
    color: #AAA;
    background: #f2f2f2;
    font-size: 14px;
  }

  .is-mailinfo .is-mailspan {
    padding: 0 14px;
  }

  .is-mailwen {
    padding: 15px;
    line-height: 24px;
    color: #333;
    font-size: 16px;
    text-indent: 2em;
    min-height: 300px;
  }

  .is-mailinfo .red {
    color: #e20000;
  }

  .is-mialhf {
    position: relative;
    background: #f2f2f2;
    border: 1px solid #ddd;
    padding: 0 15px 20px 15px;
  }

  .is-hftitle {
    height: 47px;
    border-bottom: 1px dashed #a9a9a9;
    line-height: 47px;
    font-size: 20px;
    font-family: "Microsoft YaHei";
  }

  .is-mialhf .hf {
    font-size: 20px;
    color: #c50000;
  }

  .is-mailarr {
    position: absolute;
    top: -17px;
    left: 32px;
  }

  .is-hftitle {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
  }

  .is-hfdw {
    margin-left: 30px;
  }

  .is-hfcontent {
    color: #555;
    line-height: 24px;
    padding: 16px 4px;
  }
  #lysearchFrom1 input{
    height: 32px;
    border: 1px solid #AAA;
  }
  #lysearchFrom1 .search{
    width: 66px;
  }
  .phone_about-nav{
    display: none;
  }
}

@media screen and (min-width: 1398px) and (max-width: 1664px) {
  .nav ul li {
    margin-left: 0 !important;
    list-style: none;
  }

  .nav ul li a {
    color: #000;
    font-size: 16px !important;
  }
}

@media screen and (min-width:200px) and (max-width:399px) {
  main .title {
    width: 120px !important;
    font-size: 1.4rem !important;

  }
}
@media screen and (min-width:200px) and (max-width:599px) {
  table tr td {
      width: 100% !important;
      text-align: center !important;
      height: auto !important;
    }
}

@media screen and (min-width:400px) and (max-width:599px) {
  main .title {
    width: 120px !important;
    font-size: 1.5rem !important;
  }
 
}

@media screen and (min-width:600px) and (max-width:1398px) {
 
  main .jxsb .jxsb_content ul li .jxsb_right div p {
    font-size: 1.4rem !important;

  }

  main .jxsb .jxsb_content ul li .jxsb_left {
    text-align: center;
  }

  main .jxsb .jxsb_content ul li .jxsb_left img {
    width: 62% !important;
  }

}

@media screen and (max-width: 1399px) {
  header .phoneNum .mini-logo img{
    display: none;
  }
  /* .dropdown-content {
    display: none;
  }

  .indexPage {
    display: block !important;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #022c8e;
    padding: 0 0.8rem;
  }

  .indexPage_home {
    color: #fff;
    font-size: 1.5rem;
  }

  .navbar-toggle {
    cursor: pointer;
    height: 34px;
    background-color: #022c8e;
    padding: 6px 7px;
    margin: 8px 10px 9px 0;
    border: 1px solid #fff;
    float: right;
  }

  .icon-bar {
    margin-top: 4px;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
  }

  .icon-bar_first {
    margin-top: 0;
  }

  header .phoneNum {
    padding: 0 0.2rem;
    background-color: #e8e8e8;
  }

  header .phoneNum ul {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .disn{
    display: none;
  }
  header .phoneNum ul li {
    color: #7c86b3;
    font-size: .9rem;
    list-style: none;
  }

  header .phoneNum ul li span {
    /* display: none; */
  /* } */
/* 
  header .phoneNum ul li input {
    height: 28px;
    border-radius: 15px;
    border: none;
    padding-left: 10px;
    color: #ccc;
    outline: #002e8c;
  }

  header .phoneNum ul li:nth-child(2) {
    display: flex;
    align-items: center;
  }
  header .phoneNum ul li .search_btn_img{
    display: inline-block;
  }
  header .nav img {
    width: 100%;
  }

  header .nav ul {
    display: none;
    background-color: #022c8e;
  }

  header .nav ul li {
    text-align: center;
    border-bottom: 1px solid #fff;
    height: 2.5rem;
    line-height: 2.5rem;
    list-style: none;
  }

  header .nav ul li a {
    color: #fff;
    font-size: 1.2rem;
  }

  header .nav ul li:first-child {
    padding-left: 62px;
  }  */

  main .banner_img {}

  main .title {
    margin: 50px auto 30px;
    width: 181px;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    border-bottom: 4px solid #022c8e;
    letter-spacing: 4px;
    padding-bottom: 6px;
  }

  main .ckmore{
    width: 130px;
    height: 50px;
    line-height: 50px;
    display: block;
    color: #AAA;
    border-radius: 35px;
    text-align: center;
    border: 1px solid #AAA;
    transition: all 0.6s;
    font-size: 1rem;
    margin: 0 auto;
  }

  main .gcfw {
    height: auto;
    background: url(../images/page_bg-01.png) no-repeat;
    background-position: center;
    overflow: hidden;
    position: relative;
  }

  main .gcfw .gcfw_cont {
    width: 100%;
    margin: 50px auto 0;
  }
  .gcfw .gcfw_cont .gcfw_div {
    width: 100%;
    padding: 1rem;
    background-color: #fff;
  }
  .gcfw .gcfw_cont .gcfw_div  .gcfw_info{
    font-size: 1rem;
    color: #AAA;
    line-height: 2rem;
    text-align: justify;
  }
  .gcfw .gcfw_cont .gcfw_div ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .gcfw .gcfw_cont .gcfw_div ul li{
    list-style: none;
    margin-bottom: 15px;
    width: 50%;
  }
  .gcfw .gcfw_cont .gcfw_div ul li a .img_span {
    border: 1px solid #AAA;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }
  .gcfw .gcfw_cont .gcfw_div ul li a {
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #ccc;
    font-size: 1rem;
  }
  .gcfw .gcfw_cont .gcfw_div ul li a img {
    width: 82px;
    height: 82px;
  }
  .gcfw .gcfw_cont .gcfw_div .gcfwckmore {
    width: 140px;
    height: 40px;
    line-height: 40px;
    display: block;
    color: #AAA;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #AAA;
    transition: all 0.6s;
    font-size: 1rem;
    margin: 15px 0;
  }


  main .jxsb {
    padding: 1rem;
    width: 100%;
    height: auto;
    background: url(../images/page_bg-02.png) no-repeat;
    background-position: center;
    overflow: hidden;
    position: relative;
  }
  main .jxsb .jxsb_content{
    width: 100%;
    padding: 20px 0;
    margin: 0 auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .jxsb_left{
    display: none;
    width: 680px;
    height: 500px;
    overflow: hidden;
  } 
   .jxsb_left .img_box{
    width: 650px;
    overflow: hidden;
  }
  .jxsb_left img{
    width: 650px;
  }
  main .jxsb .jxsb_content .jxsb_right .title{
    margin-top: 0;
    color: #fff;
    border-bottom: 4px solid #fff;
  }
  .jxsb_right{
    width: 100%;
    height: auto;
  }
  main .jxsb .ckmore:hover{
    color: #fff;
    border: 1px solid #fff;
  }
  .jxsb_right .jxsb_right_info{
    color: #fff;
    font-size: 1rem;
    line-height: 2rem;
    margin-bottom: 30px;
    text-align: justify;
  }
  .jxsb_right ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .jxsb_right ul li{
    width: 48%;
	padding:10px;
    height: 80px;
    background-color: #002e8c;
    line-height: 1.5;
    text-align: center;
    list-style: none;
    line-height: 60px;
    margin-bottom: 1rem;
  }
  .jxsb_right ul li a{
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20px;
  }
  .jxsb_right ul li:hover a{
    color: #002e8c;
    background-color: #fff;
  }

  
  main .zyyj {
    height: auto;
    background: url(../images/page_bg-03.png) no-repeat;
    background-position: center;
    overflow: hidden;
    padding: 0 1rem;
    margin-top: 1rem;
    position: relative;
  }

  main .zyyj .sqbox {
    display: block;
    width: 100%;
    height: 48px;
    border: 1px solid #022c8e;
    color: #022c8e;
    line-height: 48px;
    text-align: center;
    margin-top: 10px;
    font-size: 1rem;
  }

  main .zyyj .ckmore {
    margin-top: 40px !important;
    margin-bottom: 1rem;
  }

  main .zyyj .zyyj_content {
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
  }

  main .zyyj .zyyj_content .zyyj_left {
    width: 100%;
  }

  main .zyyj .zyyj_content .zyyj_left .p_content {
    color: #022c8e;
    font-size: 1rem;
    margin-top: 40px;
  }

  main .zyyj .zyyj_content .zyyj_left .p_content a {
    color: #022c8e;
  }

  main .zyyj .zyyj_content .zyyj_right {
    width: 100%;
  }

  main .zyyj .zyyj_content .zyyj_right ul {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
	flex-wrap:wrap;
  }

  main .zyyj .zyyj_content .zyyj_right ul li {
    overflow: hidden;
    list-style: none;
	width:48%;
	margin-bottom: 1rem;
  }

  main .zyyj .zyyj_content .zyyj_right ul li img {
    width: 100%;
  }

  main .zyyj .zyyj_content .zyyj_right ul li p {
    margin-top: 5px;
    text-align: center;
    color: #022c8e;
    font-size: 1rem;
  }

  main .gylx {
    width: 100%;
    margin: 0 auto;
  }

  main .gylx ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
  }

  main .gylx ul li a {
    font-size: 1rem;
    color: #000;
  }

  main .gylx .gsjj {
    margin-top: 30px;
  }

  main .gylx .gsjj img {
    width: 100%;
  }

  main .gylx .gsjj .jj {
    background-color: #f4f4f4;
    padding-left: 20px;
    padding-right: 10px;
  }

  main .gylx .gsjj .jj .p_title {
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #000;
    font-weight: 700;
    font-size: 1.2rem;
    position: relative;
  }

  main .gylx .gsjj .jj .p_title span {
    color: #02298e;
  }

  main .gylx .gsjj .jj .p_title img {
    cursor: pointer;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 27px;
    bottom: 20px;
  }

  main .gylx .gsjj .jj .p_content {
    line-height: 50px;
    font-size: 1rem;
  }

  footer {
    margin-top: 100px;
    padding: 0 1rem;
    background-color: #022c8e;
  }

  footer .footer {
    height: 170px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  footer .footer p {
    color: #fff;
    font-size: 1rem;
    line-height: 40px;
  }
  footer .footer p a img{
    float: none !important;
  }
  div.slideBox {
    position: relative;
    margin-left: 0px;
    width: 100vw !important;
    /* height: 37.5rem; */
    overflow: hidden;
  }

  div.slideBox ul.items li {
    width: 100vw;
    list-style: none;
  }

  .page-banner {
    height: auto;
  }

  .page-banner img {
    width: 100%;
  }

  .aboutus-main {
    padding: 30px 15px;
    width: 100%;
    background-color: #fff;
    height: auto;
    position: relative;
    z-index: 98;
  }

  .aboutus-main .aboutus-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .aboutus-main .aboutus-header .about .AB {
    color: #ccc;
    font-size: 1rem;
    margin-right: 15px;
  }

  .aboutus-main .aboutus-header .about .gy {
    line-height: 50px;
  }

  .aboutus-main .about-nav {
    background-color: #f2f2f2;
    height: 50px;
  }

  .aboutus-main .about-nav ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 50px;
    overflow-x: auto;
  }
  .aboutus-main .about-nav ul li{
    list-style: none;
  }

  .aboutus-main .about-nav ul li a {
    font-size: 1rem;
    color: #000;
  }

  .aboutus-main .about_content {
    margin-top: 50px;
  }

  .aboutus-main .about_content .title {
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
  }

  .aboutus-main .list_box {
    width: 100%;
  }

  .aboutus-main .list_box .list_right {
    display: none;
    margin-top: 50px;
    height: auto;
    width: 100%;
    background-color: #f2f2f2;
    padding: 30px 30px;
  }

  .aboutus-main .list_box .list_right .search {
    position: relative;
  }

  .aboutus-main .list_box .list_right .search input {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 40px;
    border: none;
    padding-left: 15px;
  }

  .aboutus-main .list_box .list_right .search img {
    position: absolute;
    top: 4px;
    right: 20px;
  }

  .aboutus-main .aboutus-header .about-position a {
    color: #000;
  }

  .but_search {
    position: relative;
    top: 0px;
    right: 0px;
    height: 34px;
    line-height: 34px;
    width: 40px;
    border: 0px;
    cursor: pointer;
    background: url(../images/search_btn.png) 10px 7px no-repeat ;
  }

  .aboutus-main .list_box a:hover strong {
    color: #022c8e;
  }

  .aboutus-main .list_box a:hover .a_shadow {
    display: block;
  }

  .aboutus-main .list_content {
    width: 100%;
    margin-top: 50px;
  }

  .aboutus-main .list_content .text {
    width: 60%;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .aboutus-main .list_content .text .date {
    margin: 15px 0;
    color: #77bd34;
    font-size: 1rem;
    font-weight: 700;
  }

  .aboutus-main .list_content .text strong a {
    color: #222;
    font-size: 1rem;
  }

  .article_content_div p img {
    width: 100% !important;
    height:100% !important ;
  }

  .about_content p img {
    width: 100% !important;
    height:100% !important ;
  }

  .aboutus-main .list_content .text p {
    display: -webkit-box;
    display: -moz-box;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    /* 实现限制文字显示多少行,也就是说要多少行是出现省略号,我这里设置三行就让文本出现省略号 */
    -webkit-line-clamp: 3;
    /*显示行数  要几行就改几行*/
    color: #AAA;
    font-size: .9rem;
  }

  .aboutus-main .list_content .top_news .top_news_content {
    display: flex;
    padding: 1rem 0;
    border-bottom: 1px solid #ccc;
  }

  .aboutus-main .list_content .top_news .top_news_content img {
    width: 100%;
  }

  .top_news_content_left {
    width: 40%;
  }

  .text_more {
    display: none;
  }

  .aboutus-main .list_content ul li {
    padding-top: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid #AAA;
    list-style: none;
  }

  .aboutus-main .list_content ul li a {
    display: flex;
    align-items: center;
  }

  .aboutus-main .list_content ul li a .date {
    font-size: 1rem;
    color: #000;
  }

  .aboutus-main .list_content ul li a .text strong {
    font-size: 0.9rem;
    font-weight: normal;
  }

  .aboutus-main .list_content ul li a p {
    display: none !important;
    width: 90% !important;
    -webkit-line-clamp: 2 !important;
  }

  .aboutus-main .article_content .article_title {
    text-align: center;
    font-size: 30px;
    color: #333;
  }

  .aboutus-main .article_content .info {
    margin: 30px 0 0 0;
    height: 50px;
    line-height: 50px;
    width: 100%;
    background-color: #f4f4f4;
    color: #bbb;
    position: relative;
    padding: 0 15px;
    font-size: 0.8rem;
  }

  .aboutus-main .article_content .info span {
    margin-right: 15px;
  }

  .aboutus-main .article_content .info img {
    width: 20px;
    vertical-align: sub;
  }

  .aboutus-main .article_content .sharebox {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
  }

  .aboutus-main .certificate_box {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .aboutus-main .certificate_box .certificate_content {
    width: 25%;
    height: 200px;
  }

  .aboutus-main .certificate_box .certificate_content p {
    margin-top: 15px;
    text-align: center;
  }

  .aboutus-main .certificate_box .certificate_content div {
    margin: 0 auto;
    width: 80%;
    height: 100px;
    background-color: skyblue;
  }

  .aboutus-main .about-nav ul li .active {
    border-bottom: 2px solid #022c8e;
    color: #022c8e;
  }

  footer .footer p a,
  footer .footer p a:hover {
    color: #fff;
    font-size: 1rem;
  }

  tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }

  tr p img {
    width: 95% !important;
  }

  .swiper {
    width: 100%;
    height: auto !important;
  }

  .list_content_ly {
    width: 1000px;
  }

  #mailForm .isOpen input:last-child {
    margin-left: 15px;
  }

  #mailForm .is-btn02 {
    cursor: pointer;
    width: 150px;
    height: 40px;
  }

  .trdiv {
    display: block !important;
    /* margin-bottom: 15px; */
  }

  #mailForm .trdiv p {
    width: 100%;
    margin-bottom: 1rem;
  }

  #mailForm .trdiv p span:first-child {
    display: inline-block;
    width: 100px;
  }

  #mailForm .trdiv p input {
    width: 65% !important;
    height: 40px;
    border: 1px solid #AAA;
    outline: #f2f2f2;
  }

  #mailForm .trdiv p .isOpen input {
    width: 20px !important;
    height: 16px;
  }

  #mailForm textarea {
    width: 230px !important;
    margin-left: 18px !important;
    border: 1px solid #AAA;
  }

  .textarea_p {
    display: flex;
  }

  #mailForm .trdiv p .yzmspan input {
    width: 100px !important;
  }

  .submitdiv {
    text-align: center;
  }

  .list_right_ly {
    display: none;
  }

  .aboutus-main .about-nav .lxul {
    display: none;
  }
  .aboutus-main .about-nav .lxul  li{
    list-style: none;
  }
  .is-contentbox {
    padding: 0;
  }

  .is-newstitle {
    color: #002e8c;
    font-size: 26px;
    text-align: center;
  }

  .is-mailinfo {
    text-align: start;
    height: 33px;
    line-height: 33px;
    border-bottom: 1px solid #f2f2f2;
    padding: 0 18px;
    color: #AAA;
    background: #f2f2f2;
    font-size: 12px;
  }

  .is-mailinfo .is-mailspan {
    padding: 0 7px ;
  }

  .is-mailwen {
    padding: 15px;
    line-height: 24px;
    color: #333;
    font-size: 16px;
    text-indent: 2em;
    min-height: 300px;
    margin-top: 20px;
  }

  .is-mailinfo .red {
    color: #e20000;
  }

  .is-mialhf {
    position: relative;
    background: #f2f2f2;
    border: 1px solid #ddd;
    padding: 0 15px 20px 15px;
  }

  .is-hftitle {
    height: 47px;
    border-bottom: 1px dashed #a9a9a9;
    line-height: 47px;
    font-size: 20px;
    font-family: "Microsoft YaHei";
  }

  .is-mialhf .hf {
    font-size: 18px;
    color: #c50000;
  }

  .is-mailarr {
    position: absolute;
    top: -17px;
    left: 32px;
  }

  .is-hftitle {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
  }

  .is-hfdw {
    margin-left: 12px;
  }

  .is-hfcontent {
    color: #555;
    line-height: 24px;
    padding: 16px 4px;
  }
  .aboutus-main .list_content .lyui_box ul li{
    position: relative;
    list-style: none;
  }
  .aboutus-main .list_content .lyui_box ul li a {
    color: #AAA;
    display: inline-block;
    width: 82%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
  }
  .btspan{
    display: inline-block;
  }
  .aboutus-main .list_content .lyui_box ul li .lyckxx {
    width: 110px;
    height: 30px;
    line-height: 30px;
    display: block;
    color: #AAA;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #AAA;
    transition: all .6s;
    position: absolute;
    left: 213px;
    bottom: 22px;
  }
  .aboutus-main .list_content .lyui_box ul li p {
    color: #AAA;
    line-height: 36px;
    display: flex;
  }
  #lysearchFrom1 input{
    height: 32px;
  }
  #lysearchFrom1 .search{
    width: 66px;
  }
  .share_box {
    bottom: 7px !important;
  }
  .phone_about-nav .swiper-slide{
    width: 100px !important;
  }
  .pc_about-nav{
    display: none;
  }

  .phone_about-nav .swiper {
    height: 40px;
}

.phone_about-nav .swiper li {
    width: 100px;
}

.phone_about-nav .swiper-slide {
  width: auto !important;
  margin-right: 15px !important;
  padding: 0 18px;
}
.gcfw_ckmore_div{
  background-color: #fff;
}
}





.pagination {
  clear: both;
  width: 100%;
  text-align: center;
  margin: 10px 0 5px;
  padding: 3px 0;
  line-height: 26px;
  font-size: 14px;
  font-family: "Microsoft YaHei", 微软雅黑;
}

.pagination a,
.pagination span {
  display: inline-block;
  border: 1px solid #d9d9d9;
  color: #666;
  margin: 3px;
  padding: 0px 10px;
  text-decoration: none;
  white-space: nowrap;
  height: 28px;
  border-radius: 3px;
}

.pagination a:hover {
  background: #0676B5;
  border: 1px solid #0676B5;
  color: #fff !important;
}

.pagination .on {
  display: inline-block;
  border: 1px solid #0381E8;
  margin: 3px;
  padding: 0px 10px;
  text-decoration: none;
  white-space: nowrap;
  height: 28px;
  border-radius: 3px;
  background-color: #0381E8;
  color: #FFFFFF;
}

.pagination a.active {
  border: 1px solid #0676B5;
  color: #fff;
}

.pagination span.current,
.pagination span.current:hover {
  background: #0676B5;
  border: 1px solid #0676B5;
  color: #fff;
}

.pagination span.disabled,
.pagination span.disabled:hover {
  border: 1px solid #d9d9d9;
  color: #666;
  background: #eee;
}

.pagination a.text,
.pagination a.text:hover {
  color: #fff;
  background: #0676B5;
  border: #0676B5 1px solid;
  cursor: text;
}

.pagination a.pagemore,
.pagination a.pagemore:hover {
  color: #666;
  background: #fff;
  border: 1px solid #fff;
  cursor: text;
  padding: 0px 3px;
}

.pagination .inputBar {
  border: 0px;
  height: 28px;
  padding: 0 6px;
}

.pagination .inputBar button {
  display: none;
}

.pagination .total {
  border: 0px;
  height: 28px;
  padding: 0;
}

.pagination .inputBar input {
  width: 40px;
  height: 24px;
  line-height: 24px;
  padding: 2px 5px;
  border: #ccc 1px solid;
  margin: -3px 3px 0;
  *margin: -3px 3px 0;
  _margin: -3px 3px 0;
  background: #eee;
  vertical-align: middle;
  border-radius: 3px;
}

.msg-hit {
  font-style: normal;
}



.share_box {
  position: absolute;
  bottom: 23px;
  right: 31px;
}

.slideDown {
  position: absolute;
  right: 10px;
  top: -10px;
  width: 120px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}





.slideDown .share {
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 14px;
  padding: 11px 0px;
  text-align: center;
  padding-right: 10px;
}

.slideDown .share b {
  border: solid 5px #fff;
  border-top-color: #757575;
  display: block;
  height: 0;
  overflow: hidden;
  position: absolute;
  right: 38px;
  top: 25px;
  -webkit-transition: top 1s, all 0.3s ease-in 0s;
  -moz-transition: top 1s, all 0.3s ease-in 0s;
  -o-transition: top 1s, all 0.3s ease-in 0s;
  transition: top 1s, all 0.3s ease-in 0s;
}

.slideDown .selectBox {
  background: #fff;
  display: none;
  position: absolute;
  left: 0px;
  top: 40px;
  z-index: 999;
  width: 120px;
  text-align: center;
  height: 90px;
}

/* .e .slideDown .selectBox a{background-image:none;border-top:1px solid #fff;border-bottom:none;color:#848484;display:block; font:12px/39px "Arial";height:39px;padding-left:45px;overflow:hidden;} */
.slideDown .selectBox a:hover {
  /*color:#535353;*/
  text-decoration: none
}

.slideDown .selectBox a.ico01 {
  background: url(share_ico.png) no-repeat 12px -1px
}

.slideDown .selectBox a.ico02 {
  background: url(share_ico.png) no-repeat 12px -39px
}

.slideDown .selectBox a.ico03 {
  background: url(share_ico.png) no-repeat 12px -79px
}

.slideDown .selectBox a.ico04 {
  background: url(share_ico.png) no-repeat 12px -119px
}

.slideDown .selectBox a.ico05 {
  background: url(share_ico.png) no-repeat 12px -158px
}

.slideDown .selectBox a.ico06 {
  background: url(share_ico2.png) no-repeat 12px 6px
}

.slideDown .selectBox a.ico07 {
  background: url(share_ico2.png) no-repeat 12px -34px
}

.slideDown .selectBox a.ico08 {
  background: url(share_ico2.png) no-repeat 12px -74px
}

.slideDown .selectBox a.ico09 {
  background: url(share_ico2.png) no-repeat 12px -114px
}

.slideDown .selectBox a.ico10 {
  background: url(share_ico2.png) no-repeat 12px -155px
}

.slideDown .selectBox a.ico01:hover {
  background: url(share_ico_hover.png) no-repeat 12px -1px
}

.slideDown .selectBox a.ico02:hover {
  background: url(share_ico_hover.png) no-repeat 12px -39px
}

.slideDown .selectBox a.ico03:hover {
  background: url(share_ico_hover.png) no-repeat 12px -79px
}

.slideDown .selectBox a.ico04:hover {
  background: url(share_ico_hover.png) no-repeat 12px -119px
}

.slideDown .selectBox a.ico05:hover {
  background: url(share_ico_hover.png) no-repeat 12px -159px
}

.slideDown .selectBox a.ico06:hover {
  background: url(share_ico_hover2.png) no-repeat 12px 6px
}

.slideDown .selectBox a.ico07:hover {
  background: url(share_ico_hover2.png) no-repeat 12px -34px
}

.slideDown .selectBox a.ico08:hover {
  background: url(share_ico_hover2.png) no-repeat 12px -74px
}

.slideDown .selectBox a.ico09:hover {
  background: url(share_ico_hover2.png) no-repeat 12px -114px
}

.slideDown .selectBox a.ico10:hover {
  background: url(share_ico_hover2.png) no-repeat 12px -155px
}

.slideCur {
  box-shadow: 0 0 2px 2px #eaeaea;
  display: block;
  border: 1px solid #eaeaea
}

.slideCur .share {
  background-color: #f5f5f5;
}

.slideCur .share b {
  border: solid 5px #f5f5f5;
  border-top-color: #1e63b0;
  top: 20px;
  border-top-color: #f5f5f5\9;
  border-bottom: solid 6px #1e63b0\9;

  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.bshare-custom a {
  height: 24px;
  vertical-align: middle;
  margin-right: 3px;
}

.bshare-custom #bshare-shareto {
  color: #333;
  text-decoration: none;
  font-weight: bold;
  margin-right: 8px;
  *display: inline;
  display: inline-block;
  line-height: 24px;
  font-size: 16px;
}

.bshare-custom.icon-medium .bshare-weixin {
  background: url(/zytemplate/theme_1/images/weixin.gif) no-repeat;
  *display: inline;
  display: inline-block;
  width: 24px;
}

.bshare-custom .bshare-qzone {
  background: url(/zytemplate/theme_1/images/qzone.gif) no-repeat;
  *display: inline;
  display: inline-block;
  width: 24px;

}

.bshare-custom .bshare-qqim {
  background: url(/zytemplate/theme_1/images/qqim.gif) no-repeat;
  *display: inline;
  display: inline-block;
  width: 24px;
}

.bshare-custom .bshare-sinaminiblog {
  background: url(/zytemplate/theme_1/images/sinaminiblog.gif) no-repeat;
  *display: inline;
  display: inline-block;
  width: 24px;
}

.banner_img .carousel {
  position: relative;
  width: 100%;
  height: 600px;
  /* background-color: purple; */
  overflow: hidden;
  margin: 0 auto;
}

.banner_img .carousel ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
}

.banner_img .carousel ul li {
  /* width: 100%; */
  float: left;
}

.banner_img li img {
  width: 100vw;
}

.banner_img .btn-l,
.banner_img .btn-r {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 24px;
  height: 40px;
  background: rgba(0, 0, 0, .3);
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-family: 'icomoon';
  font-size: 18px;
  z-index: 2;
}

.banner_img .btn-r {
  right: 0;
}

.banner_img .circle {
  position: absolute;
  bottom: 10px;
  left: 50px;
}

.banner_img .circle li {
  float: left;
  width: 8px;
  height: 8px;
  /*background-color: #fff;*/
  border: 2px solid rgba(255, 255, 255, 0.5);
  margin: 0 3px;
  border-radius: 50%;
  /*鼠标经过显示小手*/
  cursor: pointer;
}

.banner_img .active {
  background-color: #fff;
}
.list-paddingleft-2{
  padding-left: 20px;
}
@media screen and (max-width: 943px) {
  .dropdown-content {
    display: none;
  }

  .indexPage {
    display: block !important;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #022c8e;
  }

  .indexPage_home {
    color: #fff;
    font-size: 1.5rem;
  }

  .navbar-toggle {
    cursor: pointer;
    height: 34px;
    background-color: #022c8e;
    padding: 6px 7px;
    margin: 8px 10px 9px 0;
    border: 1px solid #fff;
    float: right;
  }

  .icon-bar {
    margin-top: 4px;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
  }

  .icon-bar_first {
    margin-top: 0;
  }

  header .phoneNum {
    padding: 0 0.2rem;
    background-color: #e8e8e8;
  }
  header .phoneNum .mini-logo img{
    display: none;
  }
  header .phoneNum ul {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: end;
  }
 

  header .phoneNum ul li {
    color: #7c86b3;
    font-size: 1rem;
    list-style: none;
  }
  header .phoneNum ul li input {
    height: 28px;
    border-radius: 15px;
    border: none;
    padding-left: 10px;
    color: #ccc;
    outline: #002e8c;
  }

  header .phoneNum ul li:nth-child(2) {
    display: flex;
  }

  header .nav img {
    width: 100%;
    display: none;
  }

  header .nav ul {
    background-color: #022c8e;
  }
  .disn{
    display: none;
  }
  header .nav ul li {
    text-align: center;
    border-bottom: 1px solid #fff;
    height: 2.5rem;
    line-height: 2.5rem;
    list-style: none;
  }

  header .nav ul li a {
    color: #fff;
    font-size: 1.2rem;
  }

  header .nav ul li:first-child {
    padding-left: 62px;
  }
  .nav_box .nav .indexPage .indexPage_home img{
    display: inline;
    width: 100px;
    height: 50px;
  }
  header .phoneNum ul li .search_btn_img {
    cursor: pointer;
    position: absolute;
    right: -4px;
    top: -2px;
    border: none;
    background-color: transparent;
  }
}
@media screen and (min-width: 944px) and (max-width: 1399px) {
  header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    box-shadow: 0 5px 10px -5px #333;
  }

  header .phoneNum {
    width: 100%;
    background-color: #e8e8e8;
  }
  header .phoneNum .mini-logo img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  header .phoneNum ul {
    height: 50px;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 40px;
  }

  header .phoneNum ul li {
    color: #7c86b3;
    margin-left: 10px;
    font-size: 16px;
    list-style: none;
  }

  header .phoneNum ul li input {
    font-size: 14px;
    width: 200px;
    height: 28px;
    border-radius: 15px;
    border: none;
    padding-left: 10px;
    color: #ccc;
    outline: #022c8e;
  }

  header .phoneNum ul li .search_btn_img {
    cursor: pointer;
    position: absolute;
    right: -4px;
    top: -2px;
    border: none;
    background-color: transparent;
  }

  /* header .phoneNum ul li img {
    
  } */
  header .nav_box {
    width: 100%;
    background-color: #fff;
    /* height: 151px; */
  }
  header .nav_box .logo_a {
    display: block;
   width: 200px;
   height: 151px;
  }

  header .nav_box .nav {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .nav_box .nav .img{
    display: none;
  }
  header .nav_box .nav .img img {
    width: 540px;
    height: 143px;
  }

  header .nav_box .nav ul {
    padding-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  header .nav_box .nav ul .dropbtn {
    display: inline-block;
    color: #000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    z-index: 99;
  }

  header .nav_box .nav ul .dropbtn:hover {
    color: #022c8e;
  }

  header .nav_box .nav ul .dropdown {
    /* display: inline-block; */
    display: flex;
  }

  header .nav_box .nav ul .dropdown-content {
    /* 隐藏菜单 */
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    /* 设置链接元素的最小宽度 */
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(12, 12, 12, 0.2);
    overflow: auto;
    z-index: 99;
    top: 99px;
  }

  header .nav_box .nav ul .dropdown-content a {
    display: block;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    font-size: 16px;
  }

  header .nav_box .nav ul .dropdown-content a:hover {
    background-color: #f1f1f1;
  }

  header .nav_box .nav ul .dropdown:hover .dropdown-content {
    display: block;
  }

  header .nav_box .nav ul li {
    margin-left: 20px;
    list-style: none;
  }

  header .nav_box .nav ul li a {
    color: #000;
    font-size: 16px;
  }
  main{
    padding-top: 100px;
  }
}