.app{
  display: none;
}

/* mainer */
.mainer{
    position: relative;
}
.mainer .banner {
    position: relative;
    /* margin-top: 100px; */ 
}

.mainer .pcimg {
    display: block;
}

.mainer .phoneimg {
    display: none;
}
.mainer .banner .banner-img {
    position: relative;
}

.mainer .banner .banner-img img {
    width: 100%;
    margin: 0 auto;
}

.mainer .banner .swiper-button-next,
.mainer .banner .swiper-button-prev {
    /* display: none; */
}
.mainer .banner .swiper-button-next { right: 50px; }
.mainer .banner .swiper-button-prev { left: 50px; }

.mainer .banner .swiper-container-horizontal>.swiper-pagination-bullets,
.mainer .banner .swiper-pagination-custom,
.mainer .banner .swiper-pagination-fraction {
    bottom: 30px;
}
.banner .swiper-fontlist {
    width: 100%;
    z-index: 3;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -55%);
    -ms-transform: translate(-50%, -55%);
    -moz-transform: translate(-50%, -55%);
    -webkit-transform: translate(-50%, -55%);
    -o-transform: translate(-50%, -55%);
}

.banner .swiper-font {
    width: 100%;
    text-align: left;
}

.banner .swiper-font .swiper-h2  {
    align-items: center;
}
.banner .swiper-font .swiper-h2 h2{
    display: inline-block;
    font-family: "aAncen-Solutip";
	font-size: 144px;
	font-style: italic;
	line-height: 147px;
	color: #ffffff;
    padding-right: 40px;
}
.banner .swiper-font .swiper-h2li{
    vertical-align: middle;
    margin-top: -5px;
}
.banner .swiper-font .swiper-h2li p{
    font-size: 47px;
	color: #ffffff;
}
.banner .swiper-font .swiper-h2li b{
	font-size: 60px;
	color: #ffffff;
}
.banner .swiper-font .swiper-h3{
    padding-left: 17px;
}
.banner .swiper-font .swiper-h3 h3{
	font-size: 30px;
	line-height: 57px;
    font-weight: bold;
	color: #ffffff;
}

.banner .swiper-font .swiper-p{
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
    margin-top: 20px;
    padding-left: 11px;
}
.banner .swiper-font .swiper-p p{
    display: inline-block;
    position: relative;
    padding-left: 39px;
    margin-right: 36px;
}
.banner .swiper-font .swiper-p p:last-child{
    margin-right: 0px;
}

.banner .swiper-font .swiper-p p::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: 23px;
	height: 21px;
	background: url(../images/in-dgicon.png)no-repeat center center;
    background-size: 100%;
}
.banner .swiper-font .swiper-font-a{
    display: block;
    padding-left: 25px;
    font-size: 18px;
	line-height: 55px;
	color: #ffffff;
    width: 229px;
	height: 55px;
	background-color: #01479c;
    position: relative;
    margin-top: 60px;
	border-radius: 27px;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.banner .swiper-font .swiper-font-a::after,

.banner .swiper-pagination{ width: 70px; height: auto; left: auto; right: 5%; top: 50%; transform: translateY(-50%); display: flex;flex-wrap: wrap; flex-direction: column; align-items: flex-end; justify-content: center; }
.banner .swiper-pagination-bullet{ border-radius: 0; width: 30px; height: 2px; display: block; background-color: #FFFFFF; opacity: 1; margin: 10px 0!important; transition: 0.3s; }
.banner .swiper-pagination-bullet-active{ width: 70px; }
.banner .mouse{position:absolute;width:28px;left:50%;transform:translateX(-50%);bottom:80px;animation:move 2s linear 0s infinite;cursor:pointer;z-index: 10;}
.banner .mouse img{width:100%}
@keyframes move{
0%{bottom:80px}
50%{bottom:40px}
100%{bottom:80px}
}

.index-more::after,
.fontfixed .index-cont6-font .fdmore::after{
    content: "";
    top: 45%;
    right: 18px;
    transform: translateY(-45%);
    position: absolute;
    width: 30px;
    height: 24px;
    background: url(../images/in-cur.png)no-repeat center center;
    animation: cursor 1.5s linear infinite;
    background-size: 100%;
}
@-webkit-keyframes cursor {
    from {
        transform: translate(0px, -20%);
    }

    to {
        transform: translate(-5px, -45%);
    }
}

@-o-keyframes cursor {
    from {
        transform: translate(0px, -20%);
    }

    to {
        transform: translate(-5px, -45%);
    }
}

@keyframes cursor {
    from {
        transform: translate(0px, -20%);
    }

    to {
        transform: translate(-5px, -45%);
    }
}
.banner .swiper-font .swiper-font-a:hover,
.index-more:hover,
.fontfixed .index-cont6-font .fdmore:hover{
    background-color: #0052af;
    -webkit-box-shadow: 0 10px 30px -6px #0052af;
    box-shadow: 0 10px 30px -6px #0052af;
}
.banner .swiper-font .scroll-num{
    font-size: 16px;
	line-height: 30px;
	color: #ffffff;
    margin-top: 20px;
}
.banner .swiper-font .scroll-num span{
    display: inline-block;
    font-family: "ArialMT";
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    width: 29px;
	height: 28px;
    line-height: 30px;
	background-color: #01479c;
	border-radius: 2px;
    margin: 0 7px;
}
.index-more{
    display: block;
    margin: 0 auto;
    padding-left: 25px;
    width: 160px;
	height: 55px;
	background-color: #01479c;
	border-radius: 28px;
    font-size: 18px;
	line-height: 55px;
	color: #ffffff;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    overflow: hidden;
    position: relative;
}
.index-tit{
    text-align: center;
}
.index-tit h3{
    font-size: 40px;
	line-height: 55px;
	color: #333333;
}

.index-tit h3 strong{
    
	color: #0052af;
}

.index-tit h3 span{
    font-family: "POPPINSSEMIBOLD";
    font-size: 64px;
    vertical-align: middle;
    font-style: italic;
    padding-right: 5px;
}
.index-tit p{
    font-size: 18px;
	color: #666666;
    line-height: 30px;
}
.index-tit p b{
    color: #0061c3;
}
.index-tit p span{
    font-weight: bold;
}
.index-cont1{
    position: relative;
    padding-top: 90px;
    padding-bottom: 60px;
}
.index-cont1 .index-cont1ul{
  margin-top: 40px;
}
.index-cont1 .index-cont1ul li{
    margin-right: 30px;
    width: 140px;
	height: 46px;
	background-color: #0052af;
	border-radius: 0px 23px 23px 0px;
    font-size: 16px;
	line-height: 46px;
    padding-left: 27px;
	color: #ffffff;
    position: relative;
    font-weight: bold;
}
.index-cont1 .index-cont1ul li:last-child{
    margin-right: 0px;
}
.index-cont1 .index-cont1ul li::before{
    content: " ";
    position: absolute;
    top: 50%;
    left: 11px;
    transform: translateY(-50%);
    width: 6px;
	height: 6px;
	background-color: #ffffff;
    border-radius: 50%;
}
.index-cont1 .index-cont1ct{
    width: 83.5%;
    margin: 65px auto 0 auto;
}
.index-cont1 .index-cont1ct li{
    align-items: center;
    width: 33.333%;
}
.index-cont1 .index-cont1-li{
    align-items: center;
    margin-bottom: 41px;
}
.index-cont1 .index-cont1ct-img{
    width: 60px;
	height: 60px;
    border-radius: 50%;
	border: solid 2px #0052af;
    position: relative;
}
.index-cont1 .index-cont1ct-img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.index-cont1 .index-cont1ct-font{
    /* width: 70%; */
    font-size: 24px;
    font-weight: bold;
	line-height: 32px;
	color: #333333;
    padding-left: 20px;
}
.index-cont1 .index-cont1-swiper{
    margin-top: 65px;
    position: relative;
}
.index-cont1 .swiper-slide{
    position: relative;
    overflow: hidden;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-cont1 .index-cont1-dl{
    width: 100%;
    display: block;
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    text-align: center;
}
.index-cont1 .index-cont1-dl dd{
    font-size: 16px;
    margin-right: 12px;
	color: #ffffff;
    font-weight: bold;
    display: inline-block;
    padding: 8px 18px;
    /*background-color: #005dc1;*/
	border:2px solid #fff;
	border-radius: 17px;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-cont1 .index-cont1-dl dd:last-child{
    margin-right: 0px;
}
.index-cont1 .swiper-container{
    padding-bottom: 40px;
}
.index-cont1 .swiper-pagination-bullet,
.index-cont5 .swiper-pagination-bullet{
    width: 20px;
    height: 3px;
    border-radius: 0px;
    opacity: 0.6;
    background: #005dc1;
	border:2px solid #005dc1;
}
.index-cont1 .swiper-pagination-bullet-active,
.index-cont5 .swiper-pagination-bullet-active{
    width: 32px;
    opacity: 1;
}
.index-cont1 .swiper-pagination,
.index-cont5 .swiper-pagination{
    display: none;
}
.index-cont1 .index-cont1-swiperimg {
    overflow: hidden;
}
.index-cont1 .index-cont1-swiperimg img{
    width: 100%;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-cont1 .swiper-slide:hover .index-cont1-swiperimg img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.index-cont1 .swiper-slide:hover .index-cont1-dl dd{
    background: #005dc1;
	border:2px solid #005dc1;
}

.index-cont2{
    position: relative;
    padding-top: 60px;
    padding-bottom: 70px;
}
.index-cont2 .index-more{
    /*padding-left: 45px;*/
}
.index-cont2  .index-more::after {
    /*right: 35px;*/
}
.index-cont2 .index-tit h3,
.index-cont2 .index-tit p{
    color: #ffffff;
}
.index-cont2 .index-cont2-tit {
    font-size: 24px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    padding-top: 35px;
}
.index-cont2 .index-cont2-tit span{
    font-style: italic;
    padding-right: 3px;
    font-family: "POPPINSSEMIBOLD";
    font-size: 40px;
    vertical-align: middle;
}
.index-cont2 .index-cont2-circt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.index-cont2 .index-cont2-circtli{
    position: relative;
    width: 350px;
    height: 350px;
    margin: 0 auto;
    display: none;
}
.index-cont2 .index-cont2-circtli:first-child{
    display: block;
}
.index-cont2 .index-cont2-circtli::before{
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 350px;
    height: 350px;
    background: url(../images/in-eimg5.png)no-repeat center center;
    background-size: 100%;
}
.index-cont2 .index-cont2-circrimg{
    max-width: 293px;
    max-height: 293px;
    border-radius: 50%;
}
.index-cont2 .index-cont2-circrimg img{
    max-width: 293px;
    max-height: 293px;
    border-radius: 50%;
    z-index: 5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.index-cont2 .index-cont2-cirfont{
    position: absolute;
    top: 13%;
    left: 54.5%;
    z-index: 22;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-cont2 .index-cont2-cirfont.font1{
    top: 13%;
    left: 54.5%;
}
.index-cont2 .index-cont2-cirfont.font2{
    top: 13%;
    left: 27%;
}
.index-cont2 .index-cont2-cirfont.font3{
    top: 37%;
    left: 6.5%;
}
.index-cont2 .index-cont2-cirfont.font4{
    top: 61%;
    left: 6%;
}
.index-cont2 .index-cont2-cirfont.font5{
    top: 37%;
    left: 75%;
}
.index-cont2 .index-cont2-cirfont.font6{
    top: 61%;
    left: 75%;
}

.index-cont2 .index-cont2-cirmenu .pie li.active .index-cont2-cirfont.font1{
    top: 7.9%;
}

.index-cont2 .index-cont2-cirmenu .pie li.active .index-cont2-cirfont.font2{
    top: 7.5%;
}

.index-cont2 .index-cont2-cirmenu .pie li.active .index-cont2-cirfont.font3{
    top: 30%;
}

.index-cont2 .index-cont2-cirmenu .pie li.active .index-cont2-cirfont.font4{
    top: 56%;
}

.index-cont2 .index-cont2-cirmenu .pie li.active .index-cont2-cirfont.font5{
    top: 31%;
}

.index-cont2 .index-cont2-cirmenu .pie li.active .index-cont2-cirfont.font6{
    top: 56%;
}

.index-cont2 .index-cont2-cirmenu .pie li.active .index-cont2-cirfontdec{
    opacity: 1;

}
.index-cont2 .index-cont2-cirfont.font3 h3,
.index-cont2 .index-cont2-cirfont.font4 h3{
    color: #333333;
}
.index-cont2 .index-cont2-cirfont.font3 .index-cont2-cirfontdec,
.index-cont2 .index-cont2-cirfont.font4 .index-cont2-cirfontdec{
    color: #666666;
}

.index-cont2 .index-cont2-triangle{
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-left: 30px solid #0073e7;
    border-bottom: 23px solid transparent;
    position: absolute;
    top: 7.5%;
    left: 50%;
    z-index: 9;
    display: block;
}
.index-cont2 .index-cont2-triangle.triangle1{
    top: 7.5%;
    left: 50%;
    border-left: 30px solid #0073e7;
}
.index-cont2 .index-cont2-triangle.triangle2{
    top: 21%;
    left: 76.5%;
    border-left: 30px solid #006ad5;
    transform: rotate(45deg);
}
.index-cont2 .index-cont2-triangle.triangle3{
    top: 20%;
    left: 23.5%;
    border-left: 30px solid #eeeeee;
    transform: rotate(-45deg);
}
.index-cont2 .index-cont2-triangle.triangle4{
    top: 45.5%;
    left: 11.5%;
    border-left: 30px solid #dedede;
    transform: rotate(-90deg);
}
.index-cont2 .index-cont2-triangle.triangle5{
    top: 48.5%;
    left: 87.5%;
    border-left: 30px solid #0060c6;
    transform: rotate(90deg);

}
.index-cont2 .index-cont2-cirfont em{
    display: block;
    font-family: "POPPINSSEMIBOLD";
	font-size: 80px;
	line-height: 40px;
	color: #ffffff;
	opacity: 0.1;
    position: absolute;
    top: -8%;
    right: 8%;
}
.index-cont2 .index-cont2-cirfont.font2 em{
    opacity: 0.2;
}
.index-cont2 .index-cont2-cirfont.font3 em,
.index-cont2 .index-cont2-cirfont.font4 em{
    opacity: 0.1;
    color: #333333;
}
.index-cont2 .index-cont2-cirfont h3{
    font-size: 20px;
	line-height: 25px;
	color: #fff;
    font-weight: bold;
    width: 100%;
}
.index-cont2 .index-cont2-cirfontdec{
    font-size: 14px;
    line-height: 22px;
    width: 165px;
	color: #ffffff;
    margin-top: 3px;
    opacity: 0;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.index-cont2 .index-cont2-cir{
    width: 100%;
    padding-top: 35px;
    height: 800px;
    position: relative;
}
.pie {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 30px;
    padding: 0;
    width: 800px;
    height: 800px;
    border-radius: 50%;
    overflow: hidden;
}
.slice {
    overflow: hidden;
    position: absolute;
    top: 0; 
    right: 0;
    width: 50%;
    height: 50%;
    transform-origin: 0% 100%; 
}
.slice-one {
    transform: rotate(0deg) skewY(-45deg);
    background-color: #006ad5;
}
.slice-two {
    transform: rotate(-45deg) skewY(-45deg);
    background-color: #0073e7;
}
.slice-three {
    transform: rotate(-90deg) skewY(-45deg);
    background-color: #eeeeee;
}
.slice-four {
    transform: rotate(-135deg) skewY(-45deg);
    background-color: #dedede;
}
.slice-five {
    transform: rotate(-315deg) skewY(-45deg);
	background-color: #0060c6;
}
.slice-six {
    transform: rotate(-270deg) skewY(-45deg);
	background-color: #0052af;
}
.index-cont2 .index-cont2-cirmenu .pie li{
    cursor: pointer;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-cont2 .index-cont2-ul{
    margin-bottom: 40px;
    margin-top: -44px;
}
.index-cont2 .index-cont2-ul li{
    width: 48.6%;
    background-color: #ffffff;
    padding: 60px 66px 28px 58px;
}
.index-cont2 .index-cont2-ul li:first-child{
    margin-right: 40px;
}
.index-cont2 .index-cont2-ulfont h3{
    font-size: 24px;
    font-weight: bold;
    position: relative;
	line-height: 30px;
    padding-bottom: 22px;
	color: #333333;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-cont2 .index-cont2-ulfont h3::before{
    content: " ";
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(-100%);
    width: 79px;
	height: 1px;
	background-color: #ebebeb;
}
.index-cont2 .index-cont2-fontdec{
    font-size: 16px;
	line-height: 26px;
	color: #666666;
    padding-top: 18px;
}
.index-cont2 .index-cont2-fontdec span{
    font-weight: bold;
    color: #0061c3;
    font-size: 18px;
}
.index-cont2 .index-cont2-ulfont{
    width: 51%;
}
.index-cont2 .index-cont2-ulimgif img{
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-cont2 .index-cont2-ul li:hover .index-cont2-ulfont h3{
    color: #0061c3; 
}
.index-cont2 .index-cont2-ul li:hover .index-cont2-ulimgif img{
    transform: translateY(-20px);
}
.index-cont2 .gallery-thumbs .swiper-slide{
   background: rgba(0, 91, 190, 0.5);
    padding: 10px 30px 20px 30px;
    cursor: pointer;
}
.index-cont2 .index-cont2-swiperfont em{
    font-family: "Poppins-SemiBold";
	font-size: 64px;
    line-height: 70px;
	color: #ffffff;
	opacity: 0.3;
    text-align: center;
    display: block;
}
.index-cont2 .index-cont2-swiperfont h3{
	font-size: 22px;
	line-height: 30px;
    font-weight: bold;
	color: #ffffff;
    text-align: center;
}
.index-cont2 .index-cont2-swiperfont .index-cont2-cirfontdec{
    font-size: 15px;
	line-height: 24px;
	color: #ffffff;
    opacity: 1;
    width: auto;
    text-align: center;
}
.index-cont2 .gallery-thumbs .swiper-slide-thumb-active{
   background: rgba(0, 91, 190, 0.5);
}
.index-cont2 .gallery-thumbs .swiper-slide-thumb-active .index-cont2-swiperfont em{
    opacity: 1;
}
.index-cont2 .index-cont2-phone{
    display: none;
    position: relative;
}
.index-cont2 .swiper-button-next,
.index-cont2 .swiper-button-prev{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 1;
}
.index-cont2 .swiper-button-next{
    background: url(../images/in-next.png) rgba(0, 0, 0, 0.5) no-repeat center center;
    right:0px;
}
.index-cont2 .swiper-button-prev{
    background: url(../images/in-prev.png)rgba(0, 0, 0, 0.5) no-repeat center center;
    left: 0px;
}

.index-cont3{
    position: relative;
    padding-top: 90px;
    padding-bottom: 101px;
}
.index-cont3 .index-cont3-ul {
    margin-top: 50px;
}
.index-cont3 .index-cont3-ulfont{
    padding-left: 10px;
}
.index-cont3 .index-cont3-ulfont h3{
    font-size: 22px;
	line-height: 30px;
	color: #333333;
    font-weight: bold;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-cont3 .index-cont3-ulfontdec{
    font-size: 16px;
	line-height: 26px;
	color: #666666;
    margin-top: 5px;
    height: 80px;
}
.index-cont3 .index-cont3-ulfontdec span{
    color: #0061c3;
    font-size: 18px;
    vertical-align: middle;
    font-weight: bold;
}
.index-cont3 .index-cont3-ulleft,
.index-cont3 .index-cont3-ulright{
    width: 32%;
}
.index-cont3 .index-cont3-ulcen{
    flex: 1;
}
.index-cont3 .index-cont3-ul li{
    align-items: flex-start;
    margin-bottom: 80px;
}
.index-cont3 .index-cont3-ulicon{
    width: 10%;
}
.index-cont3 .index-cont3-ulicon img,
.index-cont3 .index-cont3-cenimg img{
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-cont3 .index-cont3-ulfont{
    width: 90%;
}
.index-cont3 .index-cont3-cenimg:hover img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.index-cont3 .index-cont3-ul li:hover .index-cont3-ulicon img{
    transform: translateY(-10px);
}
.index-cont3 .index-cont3-ul li:hover .index-cont3-ulfont h3 {
    color: #0061c3;
}

.index-cont4{
    position: relative;
    background: #F3F6FA;
    padding-top: 127px;
    padding-bottom: 74px;
}
.index-cont4 .index-tit{
    position: absolute;
    left: 75%;
    top: 19%;
    transform: translate(-75%,-19%);
}
.index-cont4 .index-cont4-list{
    width: 91.6%;
    margin: 0 auto;
    align-items: flex-end;
}
.index-cont4 .index-cont4-lefttp{
    position: relative;
}
.index-cont4 .index-cont4-left,
.index-cont4 .index-cont4-right,
.index-cont4 .index-cont4-btli{
    width: 50%;
    overflow: hidden;
    position: relative;
}
.index-cont4 .index-cont4-right{
    margin-bottom: -110px;
}
.index-cont4 .index-cont4-font h3{
    font-size: 24px;
    font-weight: bold;
	line-height: 32px;
	color: #ffffff;
    text-align: center;
}
.index-cont4 .index-cont4-fontdec{
    font-size: 16px;
	line-height: 26px;
    height: 0px;
    opacity: 0;
    padding-top: 10px;
	color: #ffffff;
    text-align: center;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-cont4 .index-cont4-liimg{
    width: 100%;
}
.index-cont4 .index-cont4-liimg img{
    width: 100%;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-cont4 .index-cont4-liimg:hover img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.index-cont4 .index-cont4-font{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0px;
    padding: 22px 5px;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-cont4 .index-cont4-btli .index-cont4-font{
    bottom: 0px;
}
.index-cont4 .index-cont4-lefttp:hover .index-cont4-fontdec,
.index-cont4 .index-cont4-btli:hover .index-cont4-fontdec,
.index-cont4 .index-cont4-right:hover .index-cont4-fontdec{
    height: 55px;
    opacity: 1;
}
/* .index-cont4 .index-cont4-right .index-cont4-font{
    bottom: 10px;
} */
.index-cont4 .index-cont4-lefttp:hover .index-cont4-font,
.index-cont4 .index-cont4-btli:hover .index-cont4-font,
.index-cont4 .index-cont4-right:hover .index-cont4-font{
    bottom: 0px;
}
/* .index-cont4 .index-cont4-lefttp:hover .index-cont4-font h3,
.index-cont4 .index-cont4-btli:hover .index-cont4-font h3,
.index-cont4 .index-cont4-right:hover .index-cont4-font h3{
    color: #73b538;
} */


.index-cont5{
    position: relative;
    padding-top: 117px;

}
.index-cont5 .index-more {
    width: 200px;
}
.index-cont5 .index-cont5-swiperimg{
    width: 100%;
    overflow: hidden;
}
.index-cont5 .index-cont5-swiperimg img{
    width: 100%;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-cont5 .index-cont5-font h3{
    font-size: 24px;
	line-height: 30px;
	color: #333333;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-cont5 .index-cont5-fontdec{
    font-size: 16px;
	line-height: 30px;
	color: #666666;
    margin-top: 7px;
    height: 60px;
    overflow: hidden;
}
.index-cont5 .swiper-slide{
    background-color: #ffffff;
	box-shadow: 0px 3px 54px 0px 
		rgba(0, 0, 0, 0.08);
}
.index-cont5 .swiper-slide:hover .index-cont5-swiperimg img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.index-cont5 .swiper-slide:hover .index-cont5-font h3{
    color: #01479c;
}
.index-cont5 .swiper-container{
    /* width: 90%;
    margin: 0 auto; */
    margin: 0 50px;
    padding: 50px 0;
}
.index-cont5 .index-cont5-swiper{
    margin-top: 2px;
}
.index-cont5 .index-cont5-font{
    padding: 48px 43px 36px 35px;
    overflow: hidden;
}
/* 13年工程管理经验，20年原材料供应链经验 */
.index-cont6{
    position: relative;
    padding: 79px 0 140px 0;
}
.index-cont6 .index-cont6-jianjie{font-size: 16px; text-align: center; line-height: 30px; margin-top: 50px; }
.index-cont6 .index-cont6-numli{
    margin-top: 37px;
}
.index-cont6 .index-cont6-num{
    padding: 0 60px;
}
.index-cont6 .index-cont6-num:first-child{
    padding-left: 0px;
    border-right: 1px solid #e4e4e4;
}
.index-cont6 .index-cont6-num:last-child{
    padding-right: 0px;
}
.index-cont6 .index-cont6-num h3{
    font-family: "POPPINSSEMIBOLD";
	font-size: 50px;
	letter-spacing: -2px;
	color: #01479c;
}
.index-cont6 .index-cont6-num h3 sub{
    font-size: 16px;
    vertical-align: baseline;
}
.index-cont6 .index-cont6-num p{
    font-size: 16px;
	line-height: 22px;
	color: #666666;
    text-align: center;
}
.index-cont6 .index-cont6-swiper{
    width: 85%;
    margin: 45px auto 0 auto;
}
.index-cont6 .swiper-slide{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	transition: 300ms;
	transform: scale(0.75);
}
.index-cont6 .swiper-slide-active,
.index-cont6 .swiper-slide-duplicate-active,
.index-cont6 .swiper-slide:hover{
    transform: scale(1);
}   
.index-cont6 .swiper-slide img{ width: 100%; }


.sy_bt .bt{
  font-size: 40px;
  color: #333333;
 
}
.sy_bt{
  position: relative;
  /*padding-left: 24px;*/
  text-align:center;
}
/*
.sy_bt::before{
  content: '';
  width: 4px;
  height: 85%;
  background: #0052af;
  position: absolute;
  left: 0;
  top: 51%;
  transform: translateY(-50%);
}*/
.sy_bt .bt span{
  font-size: 40px;
  color: #0052af;
  font-weight:bold;
}
.sy_bt .p1{
  font-size: 18px;
  color: #666666;
  margin-top: 5px;
}
.sy_bt .bt span,
.sy_bt .bt {
  font-size: 40px;
}
.sy_bt .p1 {
  font-size: 16px;
}



/* sy_con3 */
.sy_con3{
  width: 100%;
  padding-top: 70px;
  padding-bottom: 90px;
  background: rgb(242,248,251);
}
.sy_con3 .rq{
  padding-top: 58px;
}
.sy_lef{
  width: 17.5%;
  float: left;
}
.sy_lef .p1{
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  line-height: 80px;
  background: rgb(1, 71, 156);
}
.sy_lef .rq1{
  width: 100%;
  border: 1px solid rgb(218,218,218);
  background: #fff;
}
.sy_lef .rq1 .S_jobitem{
  width: 100%;
  border-bottom: 1px dashed rgb(229,229,229);
}
.sy_lef .rq1 .S_jobitem:last-child{
  border-bottom: none;
}
.sy_lef .rq1 .S_jobhead{
  font-size: 18px;
  color: #333333;
  line-height: 60px;
  background-image: url(../images/img26.png);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 85%;
  transition: all .5s;
  padding-left: 30px;
  position: relative;
}
.sy_lef .rq1 .S_jobhead::before{
  content: '';
  width: 15px;
  height: 15px;
  background-image: url(../images/img28.png);
  background-size: 15px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all .5s;
}
.sy_lef .rq1 .open .S_jobhead::before{
  opacity: 1;
  left: 10%;
}
.sy_lef .rq1 .open .S_jobhead{
  background-image: url(../images/img27.png);
  color: #01479c;
  border-bottom: 1px dashed rgb(229,229,229);
  padding-left: 50px;
}

.sy_lef .rq1 .S_jobcont{
  padding: 10px 0;
  display: none;
  padding-left: 30px;
}
.sy_lef .rq1 .open .S_jobcont{
  display: block;
}
.sy_lef .rq1 .S_jobcont a{
  font-size: 16px;
  color: #666666;
  display: block;
  line-height: 50px;
  position: relative;
  padding-left: 25px;
}
.sy_lef .rq1 .S_jobcont a::before{
  content: '-';
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.sy_lef .rq2{
  padding: 33px 30px;
  color: #666666;
  border: 1px solid rgb(218,218,218);
  background: #fff;
  border-top: none;
}
.sy_lef .rq2 .p2{
  font-size: 16px;
  color: #666666;
}
.sy_lef .rq2 .p2 img{
  width: 34px;
  margin-bottom: -12px;
  margin-right: 8px;
}
.sy_lef .rq2 .p3{
  font-size: 24px;
  color: #01479c;
  font-family: "din";
  margin-top: 10px;
}

.sy_con3 .rig{
  width: 80.7%;
  float: right;
}
.sy_con3 .rig .swiper-slide{
  position: relative;
}
.sy_con3 .rig .swiper-slide .pic{ width: 100%; height: 610px; overflow: hidden; position: relative; }
.sy_con3 .rig .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; object-position: 100% 100%; }
.sy_con3 .rig .top .swiper-slide .div{
  position: absolute;
  top: 0;
  right: 0;
  width: 360px;
  height: 250px;
  background: rgba(0, 91, 190, 0.5);
  /* background-image: url(../images/img30.jpg); */
  background-size: cover;
  padding: 30px 35px;
}
.sy_con3 .rig .top .swiper-slide .div .p2{
  font-size: 24px;
  color: #ffffff;
  padding-bottom: 15px;
  border-bottom: 1px dashed rgb(229,229,229);
  margin-bottom: 15px;
}
.sy_con3 .rig .top .swiper-slide .div .p3{
  font-size: 16px;
  color: #ffffff;
  line-height: 25px;
}
.sy_con3 .rig .top .swiper-slide .div div{
  padding-top: 35px;
}
.sy_con3 .rig .top .swiper-slide .div a{
  display: inline-block;
  width: 140px;
  height: 44px;
  line-height: 40px;
  border-radius: 44px;
  text-align: center;
  border: 2px solid #fff;
  font-size: 14px;
  color: #ffffff;
  transition: all .5s;
}
.sy_con3 .rig .top .swiper-slide .div a:hover{
  background: #fff;
  color: #01479c;
}
.sy_con3 .swiper-button-prev,
.sy_con3 .swiper-button-next{
  width: 115px;
  height: 75px;
  background: url(../images/img31.png) #fff;
  background-size: 12px 20px;
  background-repeat: no-repeat;
  background-position: center;
  top: 80%;
  right: 20%;
  opacity: 1;
}
.sy_con3 .swiper-button-prev{
  transform: rotate(180deg);
  left: 63%;
}
.sy_con3 .top .swiper-pagination-bullet{
  background: none;
  font-size: 30px;
  color: #FFFFFF;
  font-family: "din";
  position: absolute;
  opacity: 0;
}
.sy_con3 .top .swiper-pagination-bullet:nth-child(1),
.sy_con3 .top .swiper-pagination-bullet:nth-child(2),
.sy_con3 .top .swiper-pagination-bullet:nth-child(3){
  position: static;
  opacity: 0.5;
}
.sy_con3 .top .swiper-pagination-bullet-active{
  opacity: 1 !important;
}
.sy_con3 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 15px;
}
.sy_con3 .top .swiper-pagination{
  bottom: 14%;
  left: 35%;
}
.sy_con3 .rig .bot{
  width: 100%;
  padding-top: 20px;
}
.sy_con3 .rig .bot .div{
  width: 32%;
  float: left;
  margin-right: 2%;
}
.sy_con3 .rig .bot .div:last-child{
  margin-right: 0;
}
.sy_con3 .rig .bot .div1{
  width: 100%;
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}
.sy_con3 .rig .bot .div1 img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
}
.sy_con3 .rig .bot .div:hover .div1 img{
  transform: translate(-50%,-50%) scale(1.05);
}
.sy_con3 .rig .bot .div p{
  font-size: 18px;
  color: #333333;
  line-height: 75px;
  text-overflow: ellipsis;
	overflow: hidden;
  white-space: nowrap;
  background: url(../images/img15.png) #fff;
  background-size: cover;
  padding-left: 22px;
  position: relative;
  transition: all .5s;
}
.sy_con3 .rig .bot .div p::before{
  content: '';
  width: 36px;
  height: 36px;
  background-image: url(../images/img36.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  transition: all .5s;
}
.sy_con3 .rig .bot .div:hover p{
  background: url(../images/img38.jpg);
  background-size: cover;
  color: #fff;
}
.sy_con3 .rig .bot .div:hover p::before{
  background-image: url(../images/img37.png);
}



/* sy_con9 */
.sy_con9{
  width: 100%;
  /* padding-top: 90px; */
  padding-bottom: 100px;
}
.sy_con9 .rq{
  width: 100%;
  padding-top: 60px;
}
.sy_con9 .lef{
  width: 44%;
  float: left;
}
.sy_con9 .rq .p2{
  font-size: 24px;
  color: #333333;
  border-bottom: 1px dashed rgb(229,229,229);
  padding-bottom: 5px;
  margin-bottom: 40px;
}
.sy_con9 .rq .p2 img{
  width: 28px;
  margin-bottom: -5px;
  margin-left: 7px;
}
.sy_con9 .rq1{
  width: 100%;
}
.sy_con9 .rq1 .div{
  width: 46%;
  float: left;
  overflow: hidden;
}
.sy_con9 .rq1 .div img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.sy_con9 .rq1:hover .div img{
  transform: scale(1.05);
}
.sy_con9 .rq1 .div2{
  width: 54%;
  float: left;
  padding-top: 20px;
  padding-left: 35px;
}
.sy_con9 .rq1 .div2 .p3{
  font-size: 20px;
  color: #333333;
  margin-bottom: 15px;
  transition: all .5s;
  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.sy_con9 .rq1:hover .div2 .p3{
  color: #0052af;
}
.sy_con9 .rq1 .div2 .p4{
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.sy_con9 .rq1 .div2 img{
  width: 36px;
  margin-top: 22px;
}
.sy_con9 .rq2{
  width: 100%;
  margin-top: 33px;
  border: 1px solid rgb(229,229,229);
  padding: 35px 40px;
}
.sy_con9 .rq2 a{
  display: block;
  font-size: 16px;
  color: #666666;
  padding-left: 20px;
  position: relative;
  padding-right: 100px;
  text-overflow: ellipsis;
	overflow: hidden;
  white-space: nowrap;
  margin-bottom: 20px;
  transition: all .5s;
}
.sy_con9 .rq2 a:last-child{
  margin-bottom: 0;
}
.sy_con9 .rq2 a:hover{
  color: #046fb9;
  padding-left: 30px;
}
.sy_con9 .rq2 a::before{
  content: '';
  width: 7px;
  height: 7px;
  border: 2px solid rgb(26,147,177);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sy_con9 .rq2 a span{
  font-family: "akz";
  font-size: 16px;
  color: #666666;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
.sy_con9 .rig{
  width: 45%;
  float: right;
}
.sy_con9 .rig .rq3{
  width: 100%;
}
.sy_con9 .rig .rq3 a{
  display: block;
  margin-bottom: 22px;
}
.sy_con9 .rig .rq3 a:last-child{
  margin-bottom: 0;
}
.sy_con9 .rig .rq3 a .div1{
  width: 30.5%;
  float: left;
  overflow: hidden;
}
.sy_con9 .rig .rq3 a .div1 img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.sy_con9 .rig .rq3 a:hover .div1 img{
  transform: scale(1.05);
}
.sy_con9 .rig .rq3 a .div2{
  width: 69.5%;
  float: left;
  padding-top: 15px;
  padding-left: 45px;
}
.sy_con9 .rig .rq3 a .div2 .p5{
  font-size: 20px;
  color: #333333;
  margin-bottom: 20px;
  transition: all .5s;
  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.sy_con9 .rig .rq3 a .div2 .p6{
  font-size: 16px;
  color: #666666;
  transition: all .5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.sy_con9 .rig .rq3 a:hover .div2 p{
  color: #0052af;
}
@media(max-width:1680px){
  .sy_con9 .rq2 a {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 100px;
    margin-bottom: 14px;
  }
  .sy_con9 .rq2 a span {
    font-size: 14px;
  }
}


/* sy_con10 */
.sy_con10{
  width: 100%;
  padding-top: 190px;
  padding-bottom: 100px;
  position: relative;
}
.sy_con10 .bj{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sy_con10 .rq{
  width: 100%;
  position: relative;
}
.sy_con10 .rq .swiper-container{
  padding: 0 10px;
  padding-top: 55px;
}
.sy_con10 .rq .swiper-slide{
  height: 115px;
  border: 1px solid rgb(230,230,230);
  position: relative;
  transition: all .5s;
}
.sy_con10 .rq .swiper-slide:hover{
  box-shadow: 0px 0px 10px 0px rgba(90, 91, 95, 0.3);
  transform: translate3d(0,-5px,0);
}
.sy_con10 .rq .swiper-slide img{
 max-width: 80%;
 max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.sy_con10 .rq .swiper-button-prev,
.sy_con10 .rq .swiper-button-next{
  width: 12px;
  height: 22px;
  background-image: url(../images/img97.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 73%;
  right: -40px;
  transition: all .5s;
}
.sy_con10 .rq .swiper-button-prev{
  transform: rotate(180deg);
  left: -40px;
}
.sy_con10 .rq .swiper-button-prev:hover,
.sy_con10 .rq .swiper-button-next:hover{
  background-image: url(../images/img96.png);
}
.sy_con6 .a,
.sy_con3 .rig .app_bot,
.sy_con5 .rq .lef .p2 .ig2{
  display: none;
}

@media(max-width:1680px){
  
  .sy_bt .bt .sp1 {
    font-size: 63px;
  }
  
  .sy_lef .p1 {
    font-size: 20px;
    line-height: 75px;
  }
  .sy_lef .rq2 {
    padding: 22px 30px;
  }
  .sy_lef .rq2 .p3 {
    font-size: 24px;
    margin-top: 10px;
  }
  .sy_lef .rq2 .p2 img {
    width: 28px;
    margin-bottom: -7px;
    margin-right: 8px;
  }
  .sy_con3 .rig .swiper-slide img{
    width: 810px;
  }
  .sy_con3 .rig .top .swiper-slide .div {
    width: 435px;
    height: 270px;
    padding: 20px 20px;
  }
  
  .sy_con9 .rq2 a {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 100px;
    margin-bottom: 14px;
  }
  .sy_con9 .rq2 a span {
    font-size: 14px;
  }
}
@media(max-width:1459px){
  
  .sy_bt .bt .sp1 {
    font-size: 52px;
  }
  
  .sy_bt .bt .sp1 {
    font-size: 45px;
  }
  
  .sy_con3 {
    padding-top: 53px;
    padding-bottom: 68px;
  }
  .sy_con3 .rq {
    padding-top: 34px;
  }
  .sy_lef .p1 {
    font-size: 18px;
    line-height: 60px;
  }
  .sy_con3 .rig .swiper-slide img {
    width: 705px;
  }
  .sy_lef .rq1 .S_jobhead {
    font-size: 12px;
    line-height: 50px;
    background-size: 11px;
    background-position-x: 85%;
    padding-left: 15px;
  }
  .sy_lef .rq1 .S_jobhead::before {
    content: '';
    width: 12px;
    height: 12px;
    background-size: contain;
  }
  .sy_lef .rq1 .open .S_jobhead::before {
    opacity: 1;
    left: 4%;
  }
  .sy_lef .rq1 .open .S_jobhead {
    padding-left: 25px;
  }
  .sy_lef .rq1 .S_jobcont {
    padding: 3px 0;
    padding-left: 10px;
  }
  .sy_lef .rq1 .S_jobcont a {
    font-size: 12px;
    line-height: 35px;
    padding-left: 20px;
  }
  .sy_lef .rq2 .p2 {
    font-size: 14px;
  }
  .sy_lef .rq2 .p2 img {
    width: 22px;
    margin-bottom: -7px;
    margin-right: 8px;
  }
  .sy_lef .rq2 .p3 {
    font-size: 24px;
    margin-top: 10px;
  }
  .sy_lef .rq2 {
    padding: 10px 15px;
  }
  .sy_con3 .rig .swiper-slide .pic{ height: 500px; }
  .sy_con3 .rig .top .swiper-slide .div {
    width: 380px;
    height: 235px;
    padding: 20px 20px;
  }
  .sy_con3 .rig .top .swiper-slide .div .p2 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .sy_con3 .rig .top .swiper-slide .div .p3 {
    font-size: 14px;
    line-height: 22px;
  }
  .sy_con3 .rig .top .swiper-slide .div div {
    padding-top: 20px;
  }
  .sy_con3 .rig .top .swiper-slide .div a {
    width: 106px;
    height: 33px;
    line-height: 29px;
    border-radius: 33px;
    font-size: 12px;
  }
  .sy_con3 .top .swiper-pagination-bullet {
    font-size: 22px;
  }
  .sy_con3 .swiper-button-prev, .sy_con3 .swiper-button-next {
    width: 85px;
    height: 55px;
    background-size: 12px 20px;
    right: 11%;
  }
  .sy_con3 .swiper-button-prev {
    left: 70%;
  }
  .sy_con3 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
  }
  .sy_con3 .top .swiper-pagination {
    bottom: 15%;
    left: 45%;
  }
  .sy_con3 .rig .bot .div p {
    font-size: 14px;
    line-height: 57px;
    padding-left: 22px;
  }
  .sy_con3 .rig .bot .div p::before {
    width: 27px;
    height: 27px;
  }
  
  .sy_con9 {
    padding-top: 68px;
    padding-bottom: 75px;
  }
  .sy_con9 .rq {
    padding-top: 40px;
  }
  .sy_con9 .rq .p2 {
    font-size: 18px;
    padding-bottom: 5px;
    margin-bottom: 26px;
  }
  .sy_con9 .rq .p2 img {
    width: 23px;
    margin-bottom: -3px;
    margin-left: 5px;
  }
  .sy_con9 .rq1 .div2 {
    padding-top: 3px;
    padding-left: 15px;
  }
  .sy_con9 .rq1 .div2 .p3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .sy_con9 .rq1 .div2 .p4 {
    font-size: 14px;
    line-height: 24px;
  }
  .sy_con9 .rq1 .div2 img {
    width: 26px;
    margin-top: 15px;
  }
  .sy_con9 .rq2 {
    margin-top: 20px;
    padding: 20px 15px;
  }
  .sy_con9 .rig .rq3 a .div2 {
    padding-top: 0px;
    padding-left: 18px;
  }
  .sy_con9 .rig .rq3 a .div2 .p5 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .sy_con9 .rig .rq3 a .div2 .p6 {
    font-size: 14px;
  }
  .sy_con9 .rig .rq3 a {
    margin-bottom: 19px;
  }
  .sy_con10 {
    padding-top: 140px;
    padding-bottom: 75px;
  }
  .sy_con10 .rq .swiper-slide {
    height: 88px;
  }
  .sy_con10 .rq .swiper-button-prev, .sy_con10 .rq .swiper-button-next {
    width: 10px;
    height: 20px;
    top: 77%;
    right: -25px;
  }
  .sy_con10 .rq .swiper-button-prev {
    left: -25px;
  }
}
@media(max-width:1259px){
  
  .sy_bt .bt .sp1 {
    font-size: 40px;
  }
  
  .sy_con9 .rq1 .div2 img {
    width: 26px;
    margin-top: 8px;
  }
  .sy_con9 .rq2 {
    margin-top: 10px;
    padding: 15px 15px;
  }
  .sy_con10 .rq .swiper-container {
    padding: 0 10px;
    padding-top: 25px;
  }
  .sy_con10 .rq .swiper-button-prev, .sy_con10 .rq .swiper-button-next {
    width: 10px;
    height: 20px;
    top: 70%;
    right: -25px;
  }
}
@media(max-width:991px){
  .app{
    display: block !important; 
  }
  
  .sy_lef{
    width: 100%;
  }
  .sy_lef .rq1 .S_jobhead::before {
    left: -3%;
  }
  .sy_lef .rq1 .open .S_jobhead::before {
    left: 1%;
  }
  .sy_con3 .rig{
    width: 100%;
    margin-top: 30px;
  }
  .sy_con3 .top .swiper-pagination{
    display: none;
  }
  .sy_con3 .rig .swiper-slide img{
    width: 100%;
  }
  
  
  .sy_con3 .lef{
    width: 100%;
  }
  
  .sy_con3 .lef p{
    width: auto;
    line-height: 75px;
    padding: 0 60px;
    float: left;
    background: #fff;
    border: 1px solid rgb(218,218,218);
    font-size: 22px;
    color: #333333;
    margin-bottom: 10px;
    float: left;
    margin-right: 9px;
  }
  
  .sy_con9 .lef{
    width: 100%;
  }
  .sy_con9 .rig{
    width: 100%;
    margin-top: 30px;
  }
}
@media(max-width:768px){
  
  .sy_con3 .rig .top .swiper-slide .div{
    position: static;
    width: 100%;
  }
  
  
  
  .sy_con3 .rig .top .swiper-slide .div{
  position: relative;
  top: 0;
  right: 0;
  width: 360px;
  height: 250px;
  background: none;
  /* background-image: url(../images/img30.jpg); */
  background-size: cover;
  padding: 10px;
}
.sy_con3 .rig .top .swiper-slide .div .p2{
  font-size: 16px;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.sy_con3 .rig .top .swiper-slide .div .p3{
  font-size: 14px;
  color: #333;
  line-height: 25px;
}
.sy_con3 .rig .top .swiper-slide .div div{
  padding-top: 5px;
}
.sy_con3 .rig .top .swiper-slide .div a{
  display: inline-block;
  width: 120px;
  height: 35px;
  line-height: 31px;
  border-radius: 35px;
  text-align: center;
  border: 1px solid #333;
  font-size: 14px;
  color: #333;
  transition: all .5s;
}
.sy_con3 .rig .top .swiper-slide .div a:hover{
  background: #333;
  color: #01479c;
}
  
  
  
  
  
  .sy_con3 .swiper-button-prev, .sy_con3 .swiper-button-next{
    right: 0;
    top: 30%;
    width: 50px;
    height: 45px;
    background-size: 7px 12px;
  }
  .sy_con3 .swiper-button-prev{
    left: 0;
  }
  
  .sy_con10 .rq .swiper-button-prev, .sy_con10 .rq .swiper-button-next {
    top: 73%;
    right: -10px;
  }
  .sy_con10 .rq .swiper-button-prev {
    left: -10px;
  }
}
@media(max-width:480px){
  
  .sy_bt .bt span, .sy_bt .bt {
    font-size: 20px;
  }
  .sy_bt {
    padding-left: 15px;
  }
  .sy_bt::before {
    top: 50%;
  }
  
  
  .sy_bt .p2 {
    font-size: 16px;
  }
  
  .sy_bt .bt .sp1 {
    font-size: 32px;
  }
  
  .sy_con3 .rig .bot .div p {
    font-size: 12px;
  }
  
  .sy_con3 {
    padding-top: 40px;
    padding-bottom: 45px;
  }
  
  .sy_con3 .rq{ padding-top: 26px;}
  .sy_con3 .rig{margin-top: 20px;}
  .sy_con3 .rig .top .swiper-slide .div {
    height: auto;
  }
  .sy_con3 .rig .bot .div{
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .sy_con3 .rig .swiper-slide .pic{height: 200px;}
  
  .sy_con9 {
    padding-top: 34px;
    padding-bottom: 33px;
  }
  .sy_con9 .rq {
    padding-top: 22px;
  }
  .sy_con9 .rq1 .div2 .p4 {
    font-size: 14px;
    line-height: 20px;
  }
  .sy_con9 .rq2 a::before {
    width: 3px;
    height: 3px;
    border: 1px solid rgb(26,147,177);
  }
  .sy_con9 .rq2 a {
    font-size: 14px;
    padding-left: 14px;
    padding-right: 80px;
    margin-bottom: 14px;
  }
  .sy_con9 .rig .rq3 a .div2 .p5 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .sy_con10 {
    padding-top: 38px;
    padding-bottom: 40px;
  }
  .sy_con10 .rq .swiper-slide {
    height: 55px;
  }
  .sy_con10 .rq .swiper-button-prev, .sy_con10 .rq .swiper-button-next {
    top: 82%;
  }
  .sy_con2 .gallery-top .lef {
    padding-top: 12px;
  }
  
  
  
  /* 修改 */
  .sy_con3 .lef p {
    padding: 0;
    line-height: 43px;
    font-size: 14px;
    margin-bottom: 4px;
    margin-right: 1%;
    width: 49.5%;
    text-align: center;
  }
  .sy_con3 .lef div a:nth-child(2n) p,
  .sy_con3 .lef p:nth-child(2n){
    margin-right: 0;
  }
  .sy_con3 .lef p i{
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(../images/img273.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
  }
  .sy_con3 .lef p.on{
   background: rgb(1, 71, 156);
    color: #fff;
  }
  .sy_con3 .lef p.on i{
    background-image: url(../images/img274.png);
  }
  
  .sy_con3 .rig .bot{
    display: none;
  }
  .sy_con3 .rig .app_bot{
    display: block;
  }
  .sy_con3 .rig .bot .div p {
    line-height: 35px;
    padding-left: 5px;
  }
  .sy_con3 .rig .bot .div p::before {
    width: 20px;
    height: 20px;
  }
  .sy_con3 .rig .bot .swiper-pagination {
    position: relative;
    margin-top: 10px;
  }
  .sy_con3 {
    padding-top: 40px;
    padding-bottom: 15px;
  }
  
}
@media (max-width: 375px){
  .sy_bt .bt span, .sy_bt .bt {
    font-size: 19px;
  }
}





.fontfixed{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 15px;
    z-index: 9;
}
.fontfixed .index-cont6-font{
    font-size: 24px;
	color: #ffffff;
    width: 860px;
    max-width: 860px;
    line-height: 73px;
	background-color: #0b91d8;
	border-radius: 36px;
    vertical-align: middle;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.fontfixed .index-cont6-font h3{
    font-size: 24px;
	color: #ffffff;
    display: block;
    font-weight: normal;
}
.fontfixed .index-cont6-font .fdmore{
    font-size: 18px;
	line-height: 30px;
	color: #ffffff;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    width: 260px;
	height: 44px;
    padding-left: 22px;
    line-height: 44px;
	background-color: #005bbd;
	border-radius: 6px;
    margin-left: 28px;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}



.kf {
    position: fixed;
    top: 32%;
    right: 10px;
    z-index: 999999;
    background-color: transparent;
    text-align: center;
    transition: .8s;
    display: none;
}

.kf ul {
    text-align: center
}

.kf a {
    position: relative;
    display: inline-block;
    margin-bottom: 2px;
    width: 130px;
    height: 35px;
    border: 2px #fff solid;
    border-radius: 20px;
    background-color: #01479c;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
}

.kf a em {
    text-decoration: none;
    font-weight: 700
}

.kf a::after {
    position: absolute;
    right: 24px;
    bottom: -10px;
    z-index: 33;
    display: inline-block;
    width: 17px;
    height: 11px;
    background: url(../images/jio.png) no-repeat;
    content: "";
}

.kf .yuyue {
    width: 140px;
    height: 40px;
    border-radius: 3px;
    line-height: 36px;
}

.kf .yuyue::after {
    display: none
}

.kf .weixin {
    display: inline-block;
    margin: auto;
    padding: 7px 8px;
    border-radius: 3px;
    background-color: #01479c;
    text-align: center;
    width: 140px;
}

.kf .weixin img{ width: 100%;}

.kf .weixin p {
    margin: 0;
    color: #fff;
    font-size: 14px
}

@media (max-width:991px) {
    .kf{display: none!important;}
    .kffixed{display: block;}
}
