
.banner .swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: 30px;
}
.banner .swiper-pagination-bullet:before{
  content: "";

}
.banner .swiper-pagination-bullet{
  opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: none;
    cursor: pointer;
    box-sizing: content-box;
}
.banner .swiper-pagination-bullet:after{
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -4px;
  margin-top: -4px;
  border-radius: 50%;
}
.banner .swiper-pagination-bullet-active{
    background: none;
}


.banner .img{
  height: 800px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.banner .font{
  position: absolute;
  left: 50%;
  margin-left: -720px;
  width: 680px;
  top: 50%;
  transform: translate(0,-50%);
}
.banner .font .p1{
  color: #fff;
  font-size: 46px;
  font-family: "Arial";
  line-height: 50px;
  font-weight: bold;
}
.banner .font .p2{
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 60px;
}
.banner .font .btn{
  width: 120px;
  line-height: 48px;
  text-align: center;
  background: #fff;
  border-radius: 4px;
  color: #333;
}
.banner .font .btn span{
  padding-right: 20px;
  background: url(../images/dot1.png) no-repeat right;
}
.banner .font .btn:hover{
  background: #1b72ad;
  color: #fff;
}
.banner .font .btn:hover span{
  background: url(../images/dot2.png) no-repeat right;
}
.circleProgress_wrapper{
     width: 50px;
     height: 50px;
     position: relative;
}
.circleProgress_wrapper .wrapper{
     width: 25px;
     height: 50px;
     position: absolute;
     top:0;
     overflow: hidden;
}
.circleProgress_wrapper .right{
     right:0;
}
.circleProgress_wrapper .left{
     left:0;
}


.circleProgress{
     width: 46px;
     height: 46px;
     position: absolute;
     top:0;
     border:2px solid rgb(255, 255, 255,0.5);
     border-radius: 50%;
     overflow: hidden;
     transform: rotate(-135deg);
}
 .rightcircle{
     right:0;
}
.leftcircle{
     left:0;
}
.swiper-pagination .wrapper{
  display: none;
}
.swiper-pagination-bullet-active .wrapper{
  display: block;
}
.swiper-pagination-bullet-active .rightcircle{
     border-top:2px solid #fff;
     border-right:2px solid #fff;
     -ms-animation: circleProgressLoad_right 4s linear 1;
     animation: circleProgressLoad_right 4s linear 1;
}
.swiper-pagination-bullet-active .leftcircle{
     border-bottom:2px solid #fff;
     border-left:2px solid #fff;
     -ms-animation: circleProgressLoad_left 4s linear 1;
     animation: circleProgressLoad_left 4s linear 1;
}
@keyframes circleProgressLoad_right{
     0%{
          -ms-transform: rotate(-135deg);
          -webkit-transform: rotate(-135deg);
     }
     50%,100%{
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
     }
}
@keyframes circleProgressLoad_left{
     0%,50%{
          -ms-transform: rotate(-135deg);
          -webkit-transform: rotate(-135deg);
     }
     100%{
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
     }
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 12px;
}

.in_about{
  background: url(../images/in_about.png) no-repeat center;
}
.in_title .p1{
  position: relative;
}
.in_title .p1:before{
  content: "";
  position: absolute;
  left: -40px;
  top: 50%;
  margin-top: -2px;
  height: 4px;
  width: 20px;
  background: #1b72ad;
}
.in_title .p1{
  font-size: 40px;
  color: #333;
  line-height: 50px;
  margin-bottom: 15px;
}
.in_title .p2{
  font-size: 20px;
  font-family: "Arial";
  line-height: 23px;
}
.in_about{
  padding: 90px 0;
}
.in_about .left{
  width: 475px;
  padding-left: 40px;
  padding-top: 70px;
}
.in_about .left .main{
  font-size: 15px;
  line-height: 32px;
  color: #333;
  margin-bottom: 90px;
  margin-top: 80px;
}
.in_about .left .btn a{
  line-height: 48px;
  width: 120px;
  text-align: center;
  border-radius: 4px;
  margin-right: 20px;
  background: #fff;
  float: left;
}
.in_about .left .btn .a1{
  background: #1b72ad;
  color: #fff;
}
.in_about .left .btn .a1 span{
  padding-right: 20px;
  background: url(../images/dot2.png) no-repeat right;
}
.in_about .left .btn .a1:hover{
  background: #0f80cd;
}
.in_about .left .btn .a2{
  box-shadow: 0 5px 10px 0px rgba(0,152,255,0.1);
}
.in_about .left .btn .a2:hover{
  background: #1b72ad;
  color: #fff;
}
.in_about .left .btn .a2 span{
  padding-right: 20px;
  background: url(../images/dot1.png) no-repeat right;
}
.in_about .left .btn .a2:hover span{
  background: url(../images/dot2.png) no-repeat right;
}
.in_about .right{
  width: 710px;
  height: 710px;
  position: relative;
  border-radius: 50%;
  z-index: 2;
  background: #f1f4fb;
}
.in_about .right .img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.in_about .right .font li{
  position: absolute;
  width: 120px;
  text-align: center;
}
.in_about .right .font .ico1{
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
}
.in_about .right .font .ico2{
  left: 50%;
  top: 20px;
  transform: translate(-50%,0);
}
.in_about .right .font .ico3{
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
}
.in_about .right .font .ico4{
  left: 50%;
  bottom: 20px;
  transform: translate(-50%,0);
}
.in_about .right .font li .to_show{
  position: relative;
}
.in_about .right .font li .to_show p{
  margin-top: 12px;
  color: #333;
}
.in_about .right .font li .show{
  position: absolute;
  bottom: 100%;
  margin-bottom: 30px;
  padding: 25px;
  border-radius: 8px;
  width: 200px;
  line-height: 24px;
  color: #1b72ad;
  left: 50%;
  z-index: 2;
  margin-left: -125px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
  background: #fff;
  box-shadow: 0 0 10px 0px rgba(0,152,255,0.1);
}
.in_about .right .font li .show:before{
  content: "";
  width: 34px;
  height: 10px;
  position: absolute;
  left: 50%;
  margin-left: -17px;
  bottom: -10px;
  background: url(../images/in_about_dot.png) no-repeat center;
}
.in_about .right .font li.active .to_show p{
  color: #1b72ad;
}
.in_about .right .font li.active .show{
  opacity: 1;
  visibility: visible;
}

.in_news{
  padding: 85px 0 100px;
  background: url(../images/in_news.png) no-repeat center;
  background-size: cover;
}
.in_news .main{
  padding-left: 40px;
}
.in_news .title{
  margin-bottom: 55px;
}
.in_news .title .right{
  margin-top: 22px;
}
.in_news .title .right .tab a{
  float: left;
  margin-right: 35px;
  position: relative;
  font-size: 16px;
  color: #333;
  line-height: 44px;
}
.in_news .title .right .tab a:last-child{
  margin-right: 0;
}
.in_news .title .right .tab a.active{
  color: #1b72ad;
  font-weight: bold;
  font-size: 18px;
}
.in_news .title .right .tab a.active:after{
  content: "";
  position: absolute;
  left: 50%;
  width: 30px;
  height: 3px;
  background: #1b72ad;
  margin-left: -15px;
  bottom: 0;
}
.in_news .title .right .a1{
  line-height: 44px;
  float: left;
  margin-left: 160px;
  padding-right: 18px;
  color: #333;
  background: url(../images/dot1.png) no-repeat right;
}
.in_news .main .img{
  overflow: hidden;
  height: 210px;
}
.in_news .main .slide{
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px 5px rgba(0,152,255,0.1);
}
.in_news .main .font{
  padding: 25px 30px;
}
.in_news .main .font .p1{
  font-size: 16px;
  height: 84px;
  margin-bottom: 28px;
  overflow: hidden;
  line-height: 28px;
}
.in_news .main .font .p2{
  padding: 0 12px;
  background: #f2f8fe;
  line-height: 40px;
}
.in_news .main .font .p2 .date{
  float: left;
  padding-left: 24px;
  font-size: 12px;
  color: #778ca0;
  background: url(../images/in_news2.png) no-repeat left;
}
.in_news .main .font .p2 .a2{
  font-size: 12px;
  color: #778ca0;
  float: right;
  padding-right: 20px;
  background: url(../images/in_news3.png) no-repeat right;
}
.in_news .main .slide:hover{
  box-shadow: 0 0 20px 5px rgba(0,152,255,0.2);
}
.in_news .main .slide .img img{
  transition: 0.3s all;
}
.in_news .main .slide:hover .img img{
  transform: scale(1.1);
}
.in_news .main .slide:hover .p1{
  color: #1b72ad;
}
.in_news .main .slide:hover .a2{
  color: #1b72ad;
  background: url(../images/in_news3q.png) no-repeat right;
}
.in_news .content_wapper{
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}
.in_news .swiper-container{
  overflow: inherit;
  padding-bottom: 70px;
}
.in_news .content{
  overflow: hidden;
  transform: translate(-20px,0);
}

.in_news .swiper-container-horizontal>.swiper-pagination-progressbar{
  top: inherit;
  background: #c7d4df;
  bottom: 0;
}

.in_news .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  background: #1b72ad;
}
.in_story .title{
  padding: 70px 0;
}
.in_story .title .right dd{
  float: left;
  margin-right: 100px;
}
.in_story .title .right dd:last-child{
  margin-right: 50px;
}
.in_story .title .right dd .p1{
  font-size: 50px;
  color: #1b72ad;
  font-weight: bold;
  line-height: 50px;
  margin-bottom: 15px;
}
.in_story .title .right dd .p2{
  line-height: 23px;
  font-size: 15px;
  color: #333;
}
.in_story .slide{
  padding: 60px 40px;
  box-sizing: border-box;
  box-shadow: 0 0 20px 5px rgba(0,152,255,0.1);
}
.in_story .slide .img{
  width: 90px;
  height: 90px;
  overflow: hidden;
  padding: 5px;
  float: left;
  background: #f1f5fb;
  border-radius: 50%;
}
.in_story .slide .font{
  width: 460px;
  float: right;
}
.in_story .slide .font .p1{
  font-size: 32px;
  color: #000;
  margin-bottom: 10px;
}
.in_story .slide .font .p2{
  font-size: 16px;
  color: #1b72ad;
  margin-bottom: 35px;
}
.in_story .slide .font .p3{
  font-size: 15px;
  color: #333;
  line-height: 32px;
}
.in_story .slide .font .btn{
  text-align: center;
  margin-top: 40px;
  width: 118px;
  line-height: 40px;
  border: 1px solid #1b72ad;
  color: #1b72ad;
  border-radius: 4px;
}
.in_story .slide .font .btn span{
  padding-right: 20px;
  background: url(../images/dot3.png) no-repeat right;
}
.in_story .slide:hover .btn{
  background: #1b72ad;
  color: #fff;
}
.in_story .slide:hover .btn span{
  background: url(../images/dot2.png) no-repeat right;
}
.in_story .slide:hover{
  box-shadow: 0 0 20px 5px rgba(0,152,255,0.2);
}
.in_story .content{
  overflow: hidden;
  transform: translate(-20px,0);
}
.in_story .main{
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}
.in_story .swiper-container{
  overflow: inherit;
}
.in_story .swiper-pagination{
  position: inherit;
  margin-top: 50px;
}
.in_story .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 6px;
}
.in_story .swiper-pagination-bullet{
  width: 23px;
  height: 23px;
  opacity: 1;
  background: url(../images/in_story1.png) no-repeat center;
}
.in_story .swiper-pagination-bullet-active{
  background: url(../images/in_story2.png) no-repeat center;
}
.in_story{
  padding-bottom:80px;
}
.welcome{
  min-height: 100vh;
  background: url(../images/welcome.png) no-repeat center;
  background-size: cover;
}
.welcome .in_header{
  padding: 25px 50px 0;
}
.welcome .in_header img{
  float: left;
}
.welcome .in_header p{
  line-height: 34px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  float: left;
  padding-left: 25px;
  border-left: 1px solid rgba(255,255,255,0.7);
  margin-top: 13px;
  margin-left: 25px;
  text-shadow: 0 0 15px  rgba(105,155,211,1);
}
.in_footer{
  position: absolute;
  left: 0;
  bottom: 15px;
  color: #fff;
  text-align: center;
  width: 100%;
  line-height: 30px;
}
.in_footer.active{
  position: inherit;
  padding: 50px 0 15px;
}
.in_footer a{
  display: inline-block;
}
.welcome .main{
  margin-top: 80px;
}
.welcome .main .pq{
  font-size: 20px;
  font-weight: bold;
  color: #003357;
  margin-bottom: 15px;
}
.welcome .main .pw{
  font-family: "Arial";
  font-size: 18px;
  color: #003357;
  margin-bottom: 50px;
}
.welcome .main a{
  padding: 55px 35px;
  box-sizing: border-box;
  width: 480px;
  margin-bottom: 15px;
}
.welcome .main .ico1{
  background: url(../images/welcome1.png) no-repeat center;
}
.welcome .main .ico2{
  background: url(../images/welcome2.png) no-repeat center;
}
.welcome .main a:last-child{
  margin-bottom: 0;
}
.welcome .main a img{
  float: left;
  margin-top: 5px;
}
.welcome .main a .font{
  float: left;
  margin-left: 30px;
}
.welcome .main a .font .p1{
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
  margin-bottom: 10px;
}
.welcome .main a .font .p2{
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-family: "Arial";
}
.welcome .main a em{
  width: 52px;
  height: 52px;
  overflow: hidden;
  transition: 0.3s all;
  border-radius: 50%;
  margin-top: 9px;
  float: right;
  position: relative;
}
.welcome .main a span{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: 0.3s all;
  left: 0;
  top: 0;
  background: url(../images/welcome3.png) no-repeat center;
}
.welcome .main a i{
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s all;
  position: absolute;
  left: -100%;
  top: 0;
  background: url(../images/welcome4.png) no-repeat center;
}
.welcome .main a:hover span{
  left: 100%;
}
.welcome .main a:hover i{
  left: 0;
}

.lr_page .in_header{
  padding: 0 50px;
  border-bottom: 1px solid #e2e8f6;
}
.lr_page .in_header .logo{
    float: left;
    height: 90px;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
.lr_page .in_header .right a{
  line-height: 90px;
  float: left;
  color: #333;
  margin-right: 20px;
}
.lr_page .logo span{
  font-size: 24px;
  color: #1b72ad;
  font-weight: bold;
  margin-left: 15px;
  float: left;
}
.lr_page .in_header .right{

  line-height: 90px;
}
.lr_page .in_header .right span{
  float: left;
}
.lr_page .in_header .right a:last-child{
  margin-right: 0;
}
.lr_page .in_header .right .a1{
  color: #1b72ad;
}
.lr_page .in_footer{
  color: #4a728e;
}
.lr_page{
  background: #fafbff;
  min-height: 100vh;
}
.lr_page .input{
  background: #f3f7fd;
  margin-bottom: 10px;
}
.lr_page .input.yzm input{
  width: calc( 100% - 86px );
  float: left;
}
.lr_page .input.yzm a{
  width: 86px;
  position: relative;
  line-height: 54px;
  text-align: center;
  float: right;
  color: #1c72ad;
}
.lr_page .input.yzm a:before{
  content: "";
  width: 1px;
  height: 14px;
  margin-top: -7px;
  position: absolute;
  left: 0;
  top: 50%;
  background: #b1c3df;
}
.lr_page .input input{
  line-height: 54px;
  height: 54px;
  text-indent: 20px;
  width: 100%;
  color: #4a728e;
}
.lr_page .btn{
  background: #2081c4;
  line-height: 54px;
  text-align: center;
  font-size: 16px;
  border-radius: 4px;
  color: #fff;
  margin-top: 34px;
}
.lr_page .btn:hover{
  background: #2d91d5;
}
.lr_page .input input:-ms-input-placeholder{
   color: #4a728e;
}
.lr_page .input input::-moz-placeholder{
   color: #4a728e;
}
.lr_page .input input:-moz-placeholder{
   color: #4a728e;
}
.lr_page .input input::-webkit-input-placeholder {
   color: #4a728e;
}
.lr_page .content .p2{
  text-align: center;
  margin-top: 30px;
  color: #333;
}
.lr_page .content .p2 a{
  display: inline-block;
  color: #1c72ad;
}
.lr_page .content .p2 .a1{
  color: #1b4562;
}

.login .main{
  border-radius: 6px;
  overflow: hidden;
  width: 730px;
  height: 500px;
  margin: 120px auto 0;
  position: relative;
  box-shadow: 0 0 15px rgba(105,155,211,0.2);
}
.login .main .left{
  width: 230px;
  height: 500px;
  padding: 0 25px;
  box-sizing: border-box;
  height: 100%;
  background: url(../images/login.png) no-repeat center;
}
.login .main .left .p1{
  color: #fff;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 25px;
}
.login .main .left .p2{
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.login .main .right{
  width: 500px;
  padding: 40px 88px 0;
  box-sizing: border-box;
  background: #fff;
}
.login .main .right .p1{
  font-size: 24px;
  color: #1c72ad;
  font-weight: bold;
}
.login .tab{
  margin-top: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c7d5df;
}
.login .tab a{
  width: 50%;
  float: left;
  font-size: 16px;
  line-height: 55px;
  text-align: center;
  color: #1b4562;
  border-bottom: 3px solid transparent;
}
.login .tab a.active{
  color: #1c72ad;
  border-bottom: 3px solid #1c72ad;
}
.reg .main{
  width: 500px;
  box-shadow: 0 0 15px rgba(105,155,211,0.2);
  box-sizing: border-box;
  background: #fff;
  border-radius: 6px;
  padding: 0 90px 55px;
  margin: 50px auto 0;
}
.reg{
  background: url(../images/reg.png) no-repeat center;
  background-size: cover;
}

.reg .main{
  padding-top: 40px;
}
.reg .main .p1{
  font-size: 24px;
  font-weight: bold;
  color: #1c72ad;
}
.reg .main .p2 a{
  display: inline-block;
  color: #1c72ad;
}
.reg .main .p2{
  margin-top: 10px;
  margin-bottom: 35px;
  color: #333;
}
.reg .main .p3{
  color: #999;
  font-size: 12px;
  text-indent: 20px;
  margin-top: 10px;
}
.findback .main{
  width: 660px;
  margin-top: 90px;
  padding: 0;
}

.findback .main .tab{
  text-align: center;
  font-size: 0;
  margin-bottom: 55px;
  border-bottom: 1px solid #c7d5df;
}
.findback .main .tab a{
  width: 160px;
  display: inline-block;
  font-size: 16px;
  line-height: 87px;
  text-align: center;
  color: #889ba8;
  border-bottom: 3px solid transparent;
}
.findback .main .tab a.active{
  color: #1c72ad;
  border-bottom: 3px solid #1c72ad;
}
.findback .main .content{
  padding: 0 170px 75px;
}
.findback .content .p3{
  font-size: 16px;
  margin-top: 45px;
  color: #333;
  text-indent: 0;
}
.findback .content .p3 a{
  color: #1c72ad;
  text-indent: 0;
  display: inline-block;
}
.bread{
  line-height: 70px;
}
.bread .right1{
  padding-left: 20px;
  background: url(../images/home.png) no-repeat left;
}
.bread .right1 *{
  display: inline-block;
  vertical-align: middle;
}
.bread .right1 a:hover{
  color: #1b72ad;
}
.bread .left1 a{
  float: left;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 3px solid transparent;
  color: #777;
  margin-right: 35px;
}
.bread .left1 a.active,
.bread .left1 a:hover{
  color: #1b72ad;
  border-bottom: 3px solid #1c72ad;
}
.member{
  padding: 0 0 65px;
}
.member .left{
  width: 220px;
  background: #fff;
  position: absolute;
  left: 0;
  border-radius: 6px;
  top: 0;
  padding-top: 40px;
  box-sizing: border-box;
  height: 100%;
  box-shadow: 0 0 15px rgba(105,155,211,0.1);
}
.member .left .img{
  width: 84px;
  overflow: hidden;
  height: 84px;
  margin: 0 auto;
}
.member .left .p1{
  margin-top: 15px;
  margin-bottom: 25px;
  color: #333;
  text-align: center;
}
.member .left .nav a{
  line-height: 46px;
  position: relative;
  padding-left: 20px;
}
.member .left .nav a.active{
  background: #f6f9fc;
  color: #1c72ad;
}
.member .left .nav a.active:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #1c72ad;
}
.member .left .nav a span{
  padding-left: 20px;
}
.member .left .nav .ico1 span{
  background: url(../images/member2.png) no-repeat left;
}
.member .right{
  background: #fff;
  width: 1200px;
  padding: 0 40px;
  border-radius: 6px;
  box-sizing: border-box;
  box-shadow: 0 0 15px rgba(105,155,211,0.1);
}
.member .pq{
  color: #333;
  line-height: 20px;
  padding-left: 14px;
  margin-bottom: 30px;
  position: relative;
}
.member .pq:before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  width: 4px;
  background: #1c72ad;
  height: 14px;
}
.member_right .p1{
  color: #333;
  line-height: 30px;
  padding: 40px 0 30px;
}
.member_right .top{
  background: #f7f8fb;
  margin-bottom: 30px;
  padding: 25px 25px 40px;
}
.member_right .top .main span{
  padding-left: 27px;
  float: left;
  line-height: 36px;
  background: url(../images/member3.png) no-repeat left;
}
.member_right .top .main span i{
  color: #8694a1;
}
.member_right .top .main span em{
  color: #2d4964;
}
.member_right .top .main a{
  /* width: 88px; */
  line-height: 34px;
  border: 1px solid #5d9ac4;
  color: #1c72ad;
  border-radius: 36px;
  text-align: center;
  float: right;
  padding: 0 20px;
}
.member_right .top .main a:hover{
  color: #fff;
  background: linear-gradient(to top, #1c72ad, #56aeea);
  box-shadow: 0 10px 20px rgba(0,152,255,0.1);
}
.member_right .end .pq span{
  line-height: 50px;
}
.member_right .end .pq a{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(0,152,255,0.34);
  background: url(../images/member4.png) no-repeat center;
}
.member_right .end .font dd{
  width: 50%;
  line-height: 22px;
  float: left;
  margin-bottom: 25px;
}
.member_right .end .font dd span{
  width: 110px;
  text-align: right;
  color: #8694a1;
  float: left;
}
.member_right .end .font dd em{
  width: calc( 100% - 110px );
  color: #2d4964;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.member_right .end .font dd.width100{
  width: 100%;
}
.member_right .end .font dd.width100 em{
  white-space: inherit;
  overflow: inherit;
  text-overflow: inherit;
}
.member .member_right{
  padding-bottom: 40px;
}
.member .edit_right{
  padding: 45px 80px 55px 70px;
}
.member .edit_right .input .title{
  width: 76px;
  text-align: right;
  margin-right: 35px;
  line-height: 60px;
  float: left;
  color: #2d4964;
}
.member .edit_right .img_upload .title{
  line-height: 120px;
}
.member .edit_right .img_upload .img{
  float: left;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.member .edit_right .img_upload .img input{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.member .edit_right .img_upload .img p{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 30px;
  text-align: center;
  background: rgba(12,26,53,0.6);
  color: #fff;
  font-size: 12px;
}
.member .edit_right .img_upload .p2{
  line-height: 120px;
  color: #8694a1;
  margin-left: 25px;
  float: left;
}
.member .edit_right .img_upload{
  margin-bottom: 45px;
}
.member .edit_right .input{
  margin-bottom: 25px;
}
.member .edit_right .input_text{
  width: calc( 100% - 111px );
  background: #f7f8fb;
  height: 60px;
  text-indent: 20px;
  color: #333;
}
.member .edit_right .btn{
  width: 200px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  background: #1c72ad;
  border-radius: 4px;
  margin-left: 111px;
}
.member .edit_right .btn:hover{
  background: #2d91d5;
}
.bread.gray{
  border-bottom: 1px solid #e9ecf4;
}
.news{
  margin-top: 30px;
}
.news .main li{
  display: flex;
  border-bottom: 1px solid #ececec;
  transition: 0.3s all;
  align-items: center;
}
.news .main .date{
  width: 123px;
  height: 254px;

  text-align: center;
  display: flex;
  transition: 0.3s all;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  flex-shrink:0;
}
.news .main .date div{
  padding: 25px 0;
  transition: 0.3s all;
  border-right: 1px solid #ededed;
  width: 100%;
}
.news .main .date .p1{
  font-size: 50px;
  line-height: 60px;
  transition: 0.3s all;
  color: #1c72ad;
  font-weight: bold;
}
.news .main .date span{
  color: #999;
  line-height: 20px;
  transition: 0.3s all;
}
.news .main .date .p2{
  font-weight: bold;
  line-height: 20px;
  font-family: "Arial";
  transition: 0.3s all;
  margin-top: 10px;
}
.news .main .font{
  margin: 0 40px;
  width: 920px;
}
.news .main .no_img .font{
  width: 1260px;
}
.news .main .font .p1{
  font-size: 18px;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 20px;
  text-overflow: ellipsis;
}
.news .main .font .p2{
  font-size: 15px;
  line-height: 26px;
  height: 52px;
  color: #777;
  overflow: hidden;
}
.news .main .font .btn{
  width: 27px;
  margin-top: 25px;
  height: 6px;
  background: url(../images/news1.png) no-repeat center;
}
.news .main .img{
  width: 300px;
  flex-shrink:0;
  height: 200px;
  padding: 27px 15px 27px 0;
}
.news .main .img div{
  overflow: hidden;
}
.news .main .img img{
  transition: 0.3s all;
}
.news .main li:hover{
  box-shadow: 0 0 30px rgba(0,90,173,0.2);
}
.news .main li:hover .date{
  background: #1c72ad;
}
.news .main li:hover .date div{
  border-right: 1px solid #1c72ad;
}
.news .main li:hover .date *{
  color: #fff;
}
.news .main li:hover .font .p1{
  color: #1c72ad;
}
.news .main li:hover .font .btn{
  background: url(../images/news2.png) no-repeat center;
}
.news .main li:hover .img img{
  transform: scale(1.1);
}

.news .paging{
  padding-top: 50px;
  padding-bottom: 85px;
}

.news_detail .inside_banner{
  align-items: flex-end;
  position: relative;
}
.news_detail .inside_banner .mask{
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.05), rgba(0,0,0,0.5));
}
.banner_font{
  margin-bottom: 30px;
  position: relative;
  color: #fff;
}
.banner_font .p1{
  font-size: 40px;
  margin-bottom: 30px;
}
.banner_font .p2 .ico1{
  padding-left: 20px;
  margin-right: 30px;
  line-height: 20px;
  float: left;
  background: url(../images/news_detail1.png) no-repeat left;
}
.banner_font .p2 .ico2{
  padding-left: 20px;
  margin-right: 30px;
  line-height: 20px;
  float: left;
  background: url(../images/news_detail2.png) no-repeat left;
}
.banner_font .p2 .ico3{
  padding-left: 27px;
  margin-right: 30px;
  line-height: 20px;
  float: left;
  background: url(../images/news_detail3.png) no-repeat left;
}
.banner_font .p2 .ico4{
  padding-left: 20px;
  line-height: 20px;
  float: left;
  background: url(../images/news_detail4.png) no-repeat left;
}
.care_detail .banner_font{
  color: #333;
}
.care_detail .banner_font .p2 .ico1{
  background: url(../images/news_detail11.png) no-repeat left;
}
.care_detail .banner_font .p2 .ico2{
  background: url(../images/news_detail22.png) no-repeat left;
}
.care_detail .banner_font .p2 .ico3{
  background: url(../images/news_detail33.png) no-repeat left;
}
.care_detail .banner_font .p2 .ico4{
  background: url(../images/news_detail44.png) no-repeat left;
}
.np{
  margin-top: 60px;
  padding-top: 25px;
  padding-bottom: 80px;
  border-top: 1px solid #dee2e5;
}
.np a{
  color: #777;
  max-width: 48.5%;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.np a:hover{
  color: #1b72ad;
}
.np a em{
  color: #333;
}

.contact .top li{
  background: #fff;
  width: 460px;
  text-align: center;
  margin-right: 30px;
  padding: 45px 0;
  float: left;
}
.contact .top li:nth-of-type(3n){
  margin-right: 0;
}
.contact .top li .p1{
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #1b4562;
}
.contact .top li .p2{
  font-size: 24px;
  line-height: 30px;
  color: #1c72ad;
}
.contact .top li .p3{
  line-height: 30px;
  color: #1c72ad;
}
.contact .top li .p4{
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 20px;
  color: #1b4562;
}
.contact .top li .code{
  width: 134px;
  height: 134px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}
.contact .end{
  margin-top: 80px;
  display: flex;
  padding-bottom: 100px;
  justify-content: space-between;
}
.contact .end .p1{
  font-size: 32px;
  color: #1b4562;
  padding-bottom: 15px;
}
.contact .end .left{
  width: 620px;
  background: #fff;
}
.contact .end .left .main{
  padding: 60px;
}
.contact .end .left .main input{
  line-height: 54px;
  height: 54px;
  background: #f3f7fd;
  margin-bottom: 23px;
  text-indent: 15px;
  color: #4a728e;
  width: 100%;
}
.contact .end .left .main textarea:-ms-input-placeholder,
.contact .end .left .main input:-ms-input-placeholder{
   color: #4a728e;
}
.contact .end .left .main textarea::-moz-placeholder,
.contact .end .left .main input::-moz-placeholder{
   color: #4a728e;
}
.contact .end .left .main textarea:-moz-placeholder,
.contact .end .left .main input:-moz-placeholder{
   color: #4a728e;
}
.contact .end .left .main textarea::-webkit-input-placeholder,
.contact .end .left .main input::-webkit-input-placeholder {
   color: #4a728e;
}
.contact .end .left .main textarea{
  line-height: 35px;
  height: 200px;
  background: #f3f7fd;
  margin-bottom: 23px;
  color: #4a728e;
  padding: 8px 15px;
  box-sizing: border-box;
  width: 100%;
}
.contact .end .left .main .btn{
  line-height: 54px;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #2081c4;
}
.contact .end .left .main .btn:hover{
  background: #2d91d5;
}
.contact .end .right{
  width: 790px;
  background: #fff;
}
.contact .end .right .main{
  padding: 60px 60px;
}
.contact .end .right .main .p2{
  font-size: 18px;
  font-weight: bold;
  color: #1b4562;
  line-height: 30px;
  margin-bottom: 10px;
}
.contact .end .right .main .p3{
  font-size: 15px;
  line-height: 26px;
}
.contact .end .right .main .p3 em{
  color: #1b72ad;
}
.contact .end .right .main dd{
  margin-bottom: 30px;
}
.contact .end .right .main dd:last-child{
  margin-bottom: 0;
}
.about_jycf .main{
  padding-top: 40px;
}
.about_jycf .main li{
  box-shadow: 0 0 10px rgba(5,80,149,0.2);
  margin-bottom: 30px;
  transition: 0.3s all;
}
.about_jycf .main li .top .title img{
  width: 44px;
  height: 44px;
  margin-left: 20px;
  margin-top: 20px;
  float: left;
}
.about_jycf .main li .top .title{
  width: calc( 100% - 300px );
}
.about_jycf .main li .top .title a{
  line-height: 84px;
  float: left;
  margin-left: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  max-width: calc( 100% - 84px );
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}
.about_jycf .main li .top .btn a{
  width: 80px;
  line-height: 36px;
  text-align: center;
  border-radius: 4px;
  margin-top: 26px;
  background: #e9effb;
  color: #1c72ad;
  float: left;
}
.about_jycf .main li .top .btn a span{
  display: inline-block;
  padding-left: 19px;
}
.about_jycf .main li .top .btn{
  margin-right: 26px;
}
.about_jycf .main li .top .btn .a2{
  margin-left: 20px;
}
.about_jycf .main li .top .btn a:hover{
  background: #1c72ad;
  color: #fff;
}
.about_jycf .main li .top .btn .a1{
  background: #1c72ad;
  color: #fff;
}
.about_jycf .main li .top .btn .a1 span{
  background: url(../images/about_jycf2q.png) no-repeat left;
}
.about_jycf .main li .top .btn .a1:hover span{
  background: url(../images/about_jycf2q.png) no-repeat left;
}
.about_jycf .main li .top .btn .a2 span{
  background: url(../images/about_jycf3.png) no-repeat left;
}
.about_jycf .main li .top .btn .a2:hover span{
  background: url(../images/about_jycf3q.png) no-repeat left;
}
.about_jycf .main li .p1{
  line-height: 36px;
  padding: 0 20px;
  transition: 0.3s all;
  background: #f4f8ff;
}
.about_jycf .main li:hover{
  box-shadow: 0 0 30px rgba(5,80,149,0.2);
}
.about_jycf .main li:hover .p1{
  background: #1c72ad;
  color: #fff;
}
.about_jycf{
  padding-bottom: 90px;
}
.about_jycf .paging{
  margin-top: 50px;
}

.about_pxzl .top{
  font-size: 0;
  text-align: center;
  padding-top: 90px;
  padding-bottom: 60px;
}
.about_pxzl .top li{
  font-size: 16px;
  color: #333;
  display: inline-block;
  padding: 0 90px;
}
.about_pxzl .top li p{
  margin-top: 40px;
}
.about_pxzl .p1{
  font-size: 16px;
  line-height: 32px;
  color: #333;
}
.about_pxzl .content dd{
  margin-top: 45px;
}
.about_pxzl .content .p2{
  font-size: 18px;
  line-height: 32px;
  color: #333;
  margin-bottom: 10px;
  font-weight: bold;
  padding-left: 22px;
  background: url(../images/about_pxzl.png) no-repeat left;
}
.about_pxzl .content .p3{
  padding-left: 22px;
  font-size: 16px;
  line-height: 32px;
}
.about_hz .top .font{
  padding: 45px 40px;
  background: #fff;
  width: 1244px;
  box-sizing: border-box;
  box-shadow: 0 0 15px rgba(0,90,173,0.15);
}
.about_hz .top li{
  position: relative;
  margin-bottom: 40px;
}
.about_hz .top .img{
  position: absolute;
  left: 0;
  top: 50%;
  width: 90px;
  height: 90px;
  margin-top: -45px;
}
.about_hz .top .font .p1{
  font-size: 20px;
  color: #1c72ad;
  font-weight: bold;
  margin-bottom: 15px;
  padding-left: 30px;
  background: url(../images/about_hz.png) no-repeat left;
}
.about_hz .top .font .p2{
  padding-left: 30px;
  font-size: 16px;
  line-height: 32px;
}
.about_hz .top .font .p3{
  position: relative;
  padding-left: 50px;
  font-size: 16px;
  line-height: 36px;
  color: #333;
}
.about_hz .top .font .p3:before{
  content: "";
  position: absolute;
  left: 30px;
  width: 5px;
  height: 5px;
  background: #1c72ad;
  border-radius: 50%;
  top: 16px;
}
.about_hz .top .line{
  position: absolute;
  left: 137px;
  height: calc( 100% + 40px );
  width: 0px;
  top: 0;
  border-left: 1px dashed #609cc5;
}
.about_hz .top li:first-child .line{
  height: calc( 50% + 40px );
  top: 50%;
}
.about_hz .top li:last-child .line{
  height: 50%
}
.about_hz .top i{
  width: 9px;
  height: 9px;
  left: 133px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  background: #609cc5;
  border-radius: 50%;
}
.about_hz .title1{
  font-size: 16px;
  padding: 30px 0 0;
  margin-bottom: -10px;
  line-height: 32px;
}


.care .swiper-pagination{
  position: initial;
  margin-top: 50px;
}
.care .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 6px;
}
.care .swiper-pagination-bullet{
  width: 23px;
  height: 23px;
  opacity: 1;
  background: url(../images/in_story1.png) no-repeat center;
}
.care .swiper-pagination-bullet-active{
  background: url(../images/in_story2.png) no-repeat center;
}
.care .in_news{
  background: none;
  padding-bottom: 0;
}
.care ul.content li{
  width: 700px;
  float: left;
  margin-right: 40px;
  padding: 45px;
  border-radius: 4px;
  transition: 0.3s all;
  position: relative;
  box-sizing: border-box;
  border: 2px solid transparent;
}
.care ul.content li i{
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  border-bottom: 1px solid #e6eaed;
}
.care ul.content li:hover{
  border: 2px solid #1c72ad;
}
.care ul.content li:nth-of-type(2n){
  margin-right: 0;
}
.care ul.content .p1{
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.care ul.content .p2{
  line-height: 24px;
  color: #999;
  margin-bottom: 30px;
  margin-top: 24px;
}
.care ul.content .p3 .btn{
  width: 27px;
  height: 6px;
  background: url(../images/news1.png) no-repeat center;
}
.care ul.content li:hover .p3 .btn{
  background: url(../images/news2.png) no-repeat center;
}
.care ul.content li:hover .p1{
  color: #1c72ad;
}
.care_detail .left{
  width: 1100px;
}
.care_detail .simple-article{
  border-top: 1px solid #e5e5e5;
  padding-top: 45px;
}
.care_detail .right{
  width: 300px;
}

.care_detail .right li{
  padding: 25px 20px;
  border-radius: 4px;
  transition: 0.3s all;
  position: relative;
  box-sizing: border-box;
  border: 2px solid transparent;
}
.care_detail .right li i{
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  border-bottom: 1px solid #e6eaed;
}
.care_detail .right li:hover{
  border: 2px solid #1c72ad;
}
.care_detail .right .p1{
  font-size: 16px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #333;
}
.care_detail .right .p2{
  line-height: 24px;
  color: #999;
  margin-bottom: 10px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

}
.care_detail .right .p3 .btn{
  width: 27px;
  height: 6px;
  background: url(../images/news1.png) no-repeat center;
}
.care_detail .right li:hover .p3 .btn{
  background: url(../images/news2.png) no-repeat center;
}
.care_detail .right li:hover .p1{
  color: #1c72ad;
}








