/* 联系我们 开始 */
.contact-main .title1 {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    border: 0;
}
#contact .banner{
    height: 31.25vw;
}

#contact .title{

}

#contact .title h3{
    font-size:56px;
    font-weight:bold;
    color:rgba(51,51,51,1);
    display: inline-block;
}

#contact .title span{
    font-size:42px;
    color:rgba(176,176,176,0.2);
    line-height:52px;
    display: inline-block;
    margin-left: 36px;
}
#contact .info{
    font-size:20px;
    font-weight:400;
    color:#444444;
    line-height:28px;
    margin:10px auto 30px auto;
}

#contact .contact{
    margin-top:60px;
}
#contact .contact .item{
    width:30%;
    margin: 20px 3% 20px 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding:30px 40px;
}
#contact .contact .item:last-child{
    margin-right:0;
}
#contact .contact .icon{
    width:64px;
    height:64px;
    margin-bottom:20px;
}
#contact .contact h4{
    font-size:24px;
    font-weight:700;
}
#contact .contact p{
    color:#666;
    font-size:18px;
}

#contact .about{
    margin-top:60px;
}

#contact .about .item{
    width:30%;
    margin: 20px 3% 20px 0;
}
#contact .about .item:last-child{
    margin-right:0;
}
#contact .about .item .image{
    height:120px;
    background:#376BC2;
    line-height:120px;
    text-align:center;
    color:#fff;
    font-size:32px;
}
#contact .about .item .image:after{
    display:block;
    height:1px solid #fff;
    width:100px;
}
#contact .about .item ul{
    padding:20px 30px;
    border:1px solid #A2ABC4;
    border-top:0;
    border-bottom:6px solid #435165;
    height:300px;
}
#contact .about .item li{
    position:relative;
    font-size:18px;
    padding:10px 0;
}
#contact .about .item li i{
    position:absolute;
    right:0;
    top:15px;
    width:20px;
    height:20px;
    background:url('../images/icon_arrow_right.png') center center / contain no-repeat;
}
#contact .about .item li a{
    display:block;
}
#contact .about .item li a:hover{
    color:#376BC2;
    font-weight:700;
}
/* 联系我们 结束 */

/* 关于我们 开始 */
#about .banner{
    width: 100%;
    height: 30vw;
    position: relative;
    margin-bottom:0;
}
#about .bot{
    width: 100%;
    background: rgba(0,0,0,0.7);
    padding: 10px 0;
    transform: translateY(-100%);
}
#about .banner-bot-list{
    margin: 2.17vw auto;
    align-items: center;
    justify-content: space-around;
}
#about .banner-bot-list .list-one{
    text-align: center;
}
#about .top-num span{
    font-size:56px;
    font-family:DINAlternate-Bold,DINAlternate;
    font-weight:bold;
    color:rgba(51,51,51,1);
    line-height:66px;
    letter-spacing:2px;
    vertical-align: middle;
}
#about .top-num img{
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
#about .bot-text{
    margin-top: 21px;
    font-size:20px;
    font-weight:500;
    color:rgba(85,85,85,1);
    line-height:28px;
}

#about .adv-img{
    width: 100%;
    height: 20.83vw;
}

#about .title {
    font-size: 28px;
    font-weight: bold;
    color: rgba(51,51,51,1);
    display: inline-block;
}
#about .intro .title i{
    font-size: 16px;
    color: rgba(176,176,176,0.2);
    display: inline-block;
    margin-left: 10px;
    font-weight:normal;
    font-style:normal;
}

#about .intro .content,#about .intro .content p{
    font-size:16px;
}
#about .intro .content{
    margin:20px auto;
    overflow:hidden;
}
#about .intro .content p{
    margin:10px auto;
    padding-bottom:10px;
    text-indent:2em;
}
#about .intro .content img{
    max-width:400px;
    margin:10px 20px;
    border-radius:8px;
}
#about .func .con{
    margin-top:20px;
}
#about .func .image{
    width: 100%;
    height: 400px;
}
#about .func .tit{
    margin:10px auto 30px auto;
    font-size:20px;
    color:rgba(51,51,51,1);
    text-align:center;
}
#about .icon-arrow{
    width: 20px;
    height: 34px;
    margin-top: 8.77vw;
}
#about .icon-arrow img{
    width: 100%;
    height: 100%;
}
/* 荣誉资质 */
#about .honor {
    position: relative;
    margin: 0 auto
}

#about .honor .con{
    margin:40px auto;
    width:90%;
    overflow:hidden;
    padding-bottom:50px;
}

#about .honor  .swiper-slide {
    width: 520px;
    height: 408px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}
#about .honor  .swiper-slide .image{
    height:310px;
    width:100%;
}
#about .honor  .swiper-slide img{
    display:block;
}
#about .honor  .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 24px;
    margin: 0;
}

#about .honor .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#about .honor .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#about .honor .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

#about .honor .swiper-button-prev {
    left: 0px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

#about .honor .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

#about .honor .swiper-button-next {
    right: 0px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
}

#about .honor .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}

.swiper-button-next,.swiper-button-prev{
    width:64px;
    height:64px;
    z-index:10;
}

.funfact-one {
  padding-top: 120px;
}
.funfact-one .block-title {
  margin-bottom: 20px;
}
.funfact-one__single {
  position: relative;
  border-radius: 50%;
  background-color: white;
  width: 220px;
  height: 220px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.funfact-one__single-outer {
  width: 220px;
  height: 220px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(37, 39, 88, 0.05);
          box-shadow: 0px 10px 60px 0px rgba(37, 39, 88, 0.05);
  margin-top: 40px;
}
.funfact-one__single:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#284497), color-stop(50%, #547DD4), to(#4CACBE));
  background-image: linear-gradient(90deg, #284497 0%, #547DD4 50%, #4CACBE 100%);
  border-radius: 50%;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}
.funfact-one__single:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.funfact-one__single:hover .funfact-one__title, .funfact-one__single:hover .funfact-one__tag-line {
  color: #fff;
}
.funfact-one__title {
  margin: 0;
  color: #252758;
  font-size: 34px;
  letter-spacing: -0.04em;
  line-height: 1em;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.funfact-one__tag-line {
  color: #8B8C9C;
  font-size: 16px;
  letter-spacing: .2em;
  margin: 0;
  text-transform: uppercase;
  line-height: 1em;
  margin-top: 20px;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

[class*=funfact-one__dot-] {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #f7c324;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: dotsAnim;
          animation-name: dotsAnim;
  -webkit-animation-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
          animation-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.funfact-one__dot-1 {
  top: 45px;
  left: 60px;
}

.funfact-one__dot-2 {
  left: 45px;
  bottom: 60px;
}

.funfact-one__dot-3 {
  right: 45px;
  top: 120px;
}

#map{
    width:100%;
    height:500px;
}
/*  联系我们 结束 */

/* 研究院 开始 */
#institute .banner{
    height:30vw;
}
#institute .line{
    background: #fff;
    position: relative;
    overflow:hidden;
    color:#666;
}
#institute .line i{
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ddd;
    display: inline-block;
    top: 12px;
    margin-left: 10px;
}
#institute .intro{

}
#institute .intro img{
    margin-left:20px;
}
#institute .section-title p.text{
    color:#ddd;
    text-transform: uppercase;
    margin:0;
}
#institute .con{
    margin:40px auto 20px auto;
    overflow:hidden;
}
#institute .intro .con p{
    font-size:16px;
    text-indent:2em;
    margin-bottom:20px;
}
#institute .intro .con ul{
    margin-top:50px;
    width:67%;
}
#institute .intro .con  li{
    float:left;
    width:33.333%;
    color:#3A66D2;
    text-align:left;
}
#institute .intro .con  li p{
    text-indent:0;
}
#institute .develop .con img{
    width:100%;
}


#institute .img-list{
    margin-top: 20px;
    justify-content: space-between;
}
#institute .img-list .img-one{
    width: 19%;
    height: 130px;
    background: #000;
}
#develop .container{
    padding-top: 50px;
    padding-bottom: 50px;
}
#develop .container img{
    width: 100%;
}

#develop .section-title h4 {
    color: #fff;
}
#develop .section-title p.text {
    color: rgba(255, 255, 255, 0.6);
}
.develop-img{
    width: 70%;
    margin: 20px auto;
}
.develop-img img{
    width: 100%;
}


#institute .expert{
    position:relative;
}
#institute .expert  .bg{
    position:absolute;
    height:100px;
    width:100%;
    background:#EBEEF8;
    top:50%;
    transform:translateY(-50%);
}
#institute .expert .list{
    /*height:1000px;*/
    margin:40px auto;
}
#institute .expert .swiper-slide{
    padding:20px 40px;
    height:300px;
    /*height: calc((100% - 30px) / 2);*/
}
#institute .expert .swiper-slide h3{
    text-align:center;
    font-size:22px;
    font-weight:700;
}
#institute .expert .swiper-slide h4{
    text-align:center;
    font-size:16px;
}
#institute .expert .swiper-slide p{
    margin-top:20px;
    font-size:14px;
}
#institute .expert .swiper-slide svg{
    fill:#fff;
    display:block;
    margin:20px auto;
}

#institute .expert .swiper-slide:hover{
    color:#fff;
}
#institute .expert .swiper-slide:hover ::before{
    background:#000;
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
}

#institute .expert .swiper-button-prev {
    left: 0px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}
#institute .expert .swiper-button-next {
    right: 0px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
}
#institute .corp .con p{
    font-size:16px;
    text-indent:2em;
    margin-bottom:20px;
}
#institute .corp .con p img{
    display:block;
    margin: 10px auto;
    padding: 10px;
    border-radius: 18px;
    max-width: 100%;
    height:auto;
}

#institute .expert .swiper-slide:hover .overlay{
    opacity: 1;
    visibility: visible;
}
#institute .expert .swiper-slide:hover .overlay-inner{
    opacity: 1;
    visibility: visible;
}

#institute .corp{

}
#institute .corp .bg{
    height:600px;
}

.overlay{
    opacity: 0;
    visibility: hidden;
    color: #fff;
    background-color: rgba(34, 34, 34, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}
.overlay .overlay-inner {
    opacity: 0;
    visibility: hidden;
    padding: 30px;
}

/* 研究院 结束 */


/* PAD */
@media screen and (min-width:768px) and (max-width:1199px) {

    /* 联系我们 */
    #contact .contact{
        margin-top:30px;
    }
    #contact .title h3{
        font-size: 42px;
    }
    #contact .title span{
        font-size: 28px;
        margin-left: 15px;
    }
    #contact .info{
        font-size:18px;
    }
    #contact .contact .item{
        width: 31%;
        margin: 20px 2% 20px 0;
        padding: 30px;
    }
    #contact .about .item{
        margin: 10px 3% 20px 0;
    }

    #institute .img-list .img-one{
        height: 100px;
    }
}

/* 手机 */
@media screen and (max-width:767px) {
    #contact .box,#about .box{
        display:block;
    }
    /* 联系我们 */
    #contact .contact{
        margin-top:30px;
    }
    #contact .title h3{
        font-size: 32px;
    }
    #contact .title span{
        font-size: 20px;
        margin-left: 15px;
    }
    #contact .info{
        font-size:16px;
    }
    #contact .contact .item{
        width: 100%;
        margin: 20px auto !important;
        padding: 30px;
    }
    #contact .contact .icon{
        float:left;
        margin-right: 20px;
        margin-top: 10px;
    }

    #contact .about .item{
        width:100%;
        margin: 0 auto !important;
    }
    #contact .about .item ul{
        height:auto;
    }

    /* 关于国辰 */
    #about .bot{
        transform: translateY(0);
        background: #cccccc;
    }
    #about .title{
        font-size:22px;
    }
    #about .intro .title i{
        font-size:14px;
    }
    #about .intro .content, #about .intro .content p{
        font-size:14px;
    }
    #about .func .image{
        height:200px;
    }
    #about .func .tit{
        font-size:16px;
    }
    #about .honor .swiper-slide{
        width:320px;
        height:240px;
    }
    #about .honor .swiper-slide .image{
        height:190px;
    }
    #about .honor .swiper-slide p{
        line-height:40px;
        font-size:16px;
    }
    #institute .expert .swiper-slide{
        height:200px;
    }
    #institute .img-list{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    #institute .img-list .img-one{
        width: 30%;
        margin-top: 10px;
        margin-right: 10px;
        height: 55px;
    }
    #institute .develop-img{
        width: 100%;
    }
    .funfact-one__single-outer{
        width: 120px;
        height: 120px;
    }
    .funfact-one__single{
        width: 120px;
        height: 120px;
    }
    .funfact-one__dot-1{
        top: 20px;
        left: 30px;
    }
    .funfact-one__dot-2 {
        left: 20px;
        bottom: 30px;
    }
    .funfact-one__dot-3 {
        right: 15px;
        top: 55px;
    }
    .funfact-one__title{
        font-size: 22px;
        line-height: 28px;
    }
    .funfact-one__tag-line{
        font-size: 12px;
        line-height: 16px;
        margin-top: 0px; 
    }
    #about .intro .content img{
        max-width: 100%;
        margin: 10px auto;
        margin-left: -2em;
    }

}
#about .banner {margin-bottom: 230px}
@media screen and (max-width: 767px){
#about .banner {
    background: none;
    height: auto;
    margin-bottom: 30px;
    margin-top: 30px;
}
}

