/*********************å…¬å…±æ ·å¼*********************/

html {
    font-size: 16px;
    font-family: 'Microsoft Yahei', Arial, Helvetica, sans-serif;
    color: #666;
    line-height: 26px;
}
body{overflow-x: hidden;}
.clearfloat:after{display: block;content: "";clear: both;overflow: hidden;}
.clearfloat{*zoom:1;}
.clearfloat:before,.clearfloat:after{content:""; display:table; line-height:0;visibility:hidden;}
.clearfloat:after{ clear:both;}
.header.bg {
    background-image: linear-gradient(to right, #3a7de0, #25b6e0);
}

.section .fp-tableCell {
    display: block;
}

.section .fadeInUp {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.btn:focus,
button:focus,
span:focus,
a:focus {
    outline: none;
}

.section.animation-action .fadeInUp {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.section .fadeInDown {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.section.animation-action .fadeInDown {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.section .fadeInLeft {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.section.animation-action .fadeInLeft {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.section .fadeInRight {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.section.animation-action .fadeInRight {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.section .fadeIn {
    opacity: 0;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.section.animation-action .fadeIn {
    opacity: 1;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.section .zoomIn {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.section.animation-action .zoomIn {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.section.animation-action .delay2 {
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.section.animation-action .delay4 {
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}

.section.animation-action .delay6 {
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}

.section.animation-action .delay8 {
    -webkit-transition-delay: 800ms;
    transition-delay: 800ms;
}

.section.animation-action .delay10 {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}


/*header*/

.header {
    position: relative;
    width: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 300;
    cursor: pointer;
    background: #FFFFFF;
}

.header.fixed {
    position: fixed;
}

.header:hover {
    transition: 0.3s;
}

.header .wrap {
    height: 98px;
}

.header .wrap .logo {
    height: 100%;
    width: 23.5%;
    min-width: 200px;
    display: inline-block;
}

.header .logo a {
    height: 100%;
    display: inline-block;
    padding-top: 37px;
}

.header .logo a img {
    max-width: 100%;
    vertical-align: middle;
}
.header .headR a img{vertical-align: middle;}
.header .headR {
    width: 76%;
    display: inline-block;
    height: 100%;
    position: relative;
}

.header .nav a {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    font-size: 16px;
}

.header .search {
        height: 32px;
    line-height: 32px;
    /*width: 20%;*/
    margin-top: 0;
    color: #fff;
    z-index: 8;
    position: absolute;
    right: 0;
    top: 35px;
}

.header .search a {
    display: inline-block;
    margin-left: 15px;
}

.header .headR .searchWap {
    display: none;
}
.header .headR a {
    color: #333;
    font-size: 16px;
}
.bigf img{width: 19px;vertical-align: middle;}

.headR .nav {
    display: block;
    width: 80%;
        max-width: 750px;
        padding: 0 3%;
    line-height: 98px;
    float: left;
}

.headR .nav .header-nav-item {
    position: relative;
    width: 13.9%;
    float: left;
    text-align: center;
}

.headR .nav .header-nav-item .drop {
    display: none;
    position: absolute;
    top: 98px;
    left: 0;
  width: 100%;
    background: #d7dee2;
     padding: 10px 0;
    text-align: center;
}

.headR .nav .header-nav-item>a {
    position: relative;
}

.headR .nav .header-nav-item>a::after {
    content: "";
    width: 0%;
    display: inline-block;
    height: 3px;
    /* background: #2a70de; */
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.headR .nav .header-nav-item:hover a::after {
    width: 100%;
    transition: all 0.3s;
}

.header-nav-item .drop .drop-item {
    width: 100%;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
}

.header-nav-item .drop a {
    font-size: 14px;
    line-height: 46px;
    display: inline-block;
    width: 100%;
    /* border-bottom: 1px solid #55738a; */
}

.header-nav-item .drop li:last-child a {
    border-bottom: none;
}

.header-nav-item .drop a:hover {
    background: #FFFFFF;
}

.header .searchBox {
    display: none;
    background: #fff;
    width: 23.5vw;
    height: 60px;
    line-height: 60px;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 9;
}

.header .searchBox input {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    font-size: 16px;
    color: #333;position: relative;z-index: 50;}
.header .searchBox  a{position: absolute;z-index: 100;right: 10px;top: 0;line-height: 60px;}
.header .searchBox input::-webkit-input-placeholder {
    font-size: 16px;
    color: #666;
}

.header .searchBox input::-moz-placeholder {
    font-size: 16px;
    color: #666;
}

.header .searchBox input::-ms-input-placeholder {
    font-size: 16px;
    color: #666;
}

.header .searchBox input:-ms-input-placeholder {
    font-size: 16px;
    color: #666;
}


/*footer*/

.fp-auto-height {
    height: auto !important;
}
.section footer{display: none;}
footer {
    width: 100%;
    background: rgb(21, 38, 67);
}
.section footer.on{display: block;}
.footMain .footT{
    position: relative;

}

.footNav .ftLogo {
    display: block;
    text-align: center;
    margin-bottom: 50px;
}

.footNav .ftLogo img {
    max-width: 100%;
}
.footNav .footLink{position: relative;text-align: center;}
.footNav .footLink a.imgbox img{
    width: auto;
    height: 68px;
    display: inline-block;
    margin-bottom: 15px;
}
.footNav .footLink ul.clearfix{
    margin: 0 auto 15px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 900px;
}
.footNav .footLink ul li {
    float: left;
    margin-left: 30px;
    display: inline-block;
    border-radius: 5px;
    width: 125px;
}

.footNav .footLink ul li:first-child {
    margin-left: 0;
}
 .zixun{float: none;margin-left: 30px; text-align: center;display: inline-block;vertical-align: top;}
 .wechart-box img{ width: 106px;}
 .wechart-box .txt{font-size: 12px;text-align: center;color: #ffffff;margin-bottom: 10px;}
.footNav .footLink a {
    display: block;
    color: #fff;
    width: 100%;
    height: 100% !important;
    padding: 10px;
    transition: all 0.3s;
}

.footNav .footLink a:hover {
    box-shadow: 0 0 5px 1px #e4eeff;
    transition: all 0.3s;
    transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

.footMain .footNav .txt {
    color: #fff;
    line-height: 40px;
}

.footMain .footNav .footLink h6 {
    padding-bottom: 8px;
    position: relative;
    height: 40px;
    font-size: 16px;
}

.footMain .footNav .footLink h6::after {
    content: "";
    /* width: 26px; */
    height: 1px;
    background: #fff;
    display: inline-block;
    position: relative;
    top: -4px;
}

.footMain .footNav .footLink span a {
    color: #7c8696;
}

.footMain .footNav .footLink span a:hover {
    color: #f1f1f1;
    transition: all 0.3s;
}

.footB .a1, .footB .a2{
    display: inline-block;
    width:25px;
    border-radius: 50%;
    border: 1px solid #f06969;
    height: 25px;
    position: relative;
    color: #f06969;
    transition: all 0.3s;
    vertical-align: middle;
    margin: 0 5px;
}

.footB a .fa {
    font-size: 13px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.3s;
}

.footB .a1:hover, .footB .a2:hover {
    border-color: #f1f1f1;
    transition: all 0.3s;
}

.footB a:hover .fa {
    color: #f1f1f1;
    transition: all 0.3s;
}

.footB .a2 {
    position: relative;
    padding: 5px;
    border-color: #68c480;
    color: #68c480;

}

.footB a img {
    max-width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.footB a img {
    position: static;
    vertical-align: middle;
    transform: initial;
    width: 15px;
    height: 15px;
    margin-right: 2px;
    margin-top: -3px;
}
.footB a.gab {
    margin: 0 10px 0 5px;
}
.footB a.icpb {
    margin: 0 5px 0 10px;
}
@media only screen and (max-width: 500px){
    .footB a {
       display:block;
    }
    .footB a {
        margin: 0;
    }
}
.footShare .imgbox-block {
    /* position: absolute;
    padding: 10px;
    box-shadow: 0 0 3px 1px #f1f1f1;
    top: -115px;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    transition: all 0.3s;
    opacity: 0; */
}

.footShare a:hover .imgbox-block {
    opacity: 1;
    transition: all 0.3s;
}

.footShare .imgbox-block::after {
    content: '';
    position: absolute;
    top: 0;
    right: 44%;
    width: 0;
    height: 0;
    margin-top: 90px;
    border-top: 6px solid #fff;
    border-bottom: 6px solid transparent;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
}

.footShare .imgbox-block img {
    width: 100%;
}

.footShare .zhaopin {
    text-align: right;
    margin-top: 10px;
}

.footShare .zhaopin a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
    height: 16px;
    line-height: 16px;
    position: relative;
}

.footShare .zhaopin a:nth-child(1) {
    padding-right: 12px;
}

.footShare .zhaopin a:nth-child(2) {
    padding-left: 12px;
}

.footShare .zhaopin a::after {
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    background: #3a3a3a;
    position: absolute;
    top: 0;
    right: -4px;
}

.footShare .zhaopin a:last-child {
    padding-right: 0;
}

.footShare .zhaopin a:last-child::after {
    display: none;
}

.footB {
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-top: 1px solid #596476;
    font-size: 12px;
    color: #8b909a;
}
.footB a{color: #8b909a;}
.innerFooter {
    background: #152642;
}

.innerFooter .footNav .footLink .ftFirstNav {
    font-size: 14px;
    color: #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

.innerFooter .footNav .footLink .ftFirstNav::after {
    content: '';
    display: block;
    width: 23px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.innerFooter .footNav .footLink .ftSecondNav a {
    line-height: 1.6;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.6);
    transition: all .4s;
}

.innerFooter .footNav .footLink .ftSecondNav a:hover {
    color: rgba(255, 255, 255, 1);
}

.innerFooter .footB {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.6);
}

.innerFooter .footShare .zixun .weibo {
    border: 1px solid #ef6769;
}

.innerFooter .footShare .zixun .weixin {
    border: 1px solid #68c480;
}

.gotop {
    cursor: pointer;
    position: fixed;
    bottom: 20%;
    right: 4.2%;
    z-index: 100;
    width: 50px;
    height: 50px;
    background: url(../img/top.png) center center no-repeat;
    background-size: 100%;
    transform: translateX(150px);
    -ms-transform: translateX(150px);
    -webkit-transform: translateX(150px);
    -o-transform: translateX(150px);
    -moz-transform: translateX(150px);
}

.gotopCur {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -moz-transform: translateX(0);
}

@media only screen and (max-width: 1366px) {
    .header .nav a {
        margin: 0 3px;
    }
    .footNav .footLink ul li {
        width: 16%;
        margin-left: 0;
    }
    .footNav .footLink ul.clearfix{width: 845px;}
}

@media only screen and (max-width: 1280px) {
	.zixun{margin-left: 40px;}
    .footNav .footLink ul.clearfix {
        width: 750px;
    }
    .footNav .footLink ul li {
        width: 16%;
        margin-left: 0;
    }
}

@media only screen and (max-width:1024px ) {
	.header .logo a{line-height: 70px;}
}
@media only screen and (max-width:768px ) {
	.footNav .footLink a:hover{
	    transform: translateY(0);
	    -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	    -o-transform: translateY(0);
	    -webkit-transform: translateY(0);
	        box-shadow: 0 0 0 0 #e4eeff;
	}
	.header .logo a img{vertical-align: top;}
}
@media only screen and (max-width:500px ) {
	footer .footMain .footNav .footLink ul li{width: 20%;float: left;}
}
/*********************é¦–é¡µ*********************/


/*ç¬¬ä¸€å±*/
.section{overflow: hidden;}
.section1 {
    width: 100%;
    position: relative;
}
.section1.nav_use{position: absolute;left: 0;top: 0;width: 100%;}
.section1 .header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background: transparent;
    height: 98px;
}

.section1 .header .wrap {
    position: relative;
}

.section1 .header .wrap .logo {
    z-index: 8;
    position: absolute;
    left: 0;
    top: 0;
}

.section1 .header .logo a {
    display: inline-block;
    padding-top: 37px;
}

.section1 .headR .nav {
    width: 80%;
    height: 100%;
    max-width: 750px;
    line-height: 98px;
    transition: all 0.4s;
    padding: 0 3%;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
}

.section1 .headR .nav.toggle-nav {
    transition: all 0.4s;
    transform: translateY(0%);
    -webkit-transform: translateY(-0%);
    -o-transform: translateY(-0%);
    -moz-transform: translateY(-0%);
    -ms-transform: translateY(-0%)
}

.section1 .header .search {
    height: 32px;
    line-height: 32px;
    /*width: 20%;*/
    margin-top: 0;
    color: #fff;
    z-index: 8;
    position: absolute;
    right: 0;
    top: 35px;
}

.section1 .header .headR .search .a1 {
    display: inline-block;
    height: 24px;
    background: url(../img/search.png) no-repeat;
    background-size: 18px;
    background-position: center;
    width: 42px;
    margin-top: 4px;
}

.section1 .headR .nav .header-nav-item .drop {
    top: 98px;
    background: #d7dee2;
    padding: 10px 0;
}

.section1 .header-nav-item .drop .drop-item {
    width: 100%;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    transition: all 0.3s;
}

.section1 .header-nav-item .drop .drop-item a {
    color: #333333;
    transition: all 0.3s;
}

.section1 .header-nav-item .drop .drop-item a:hover {
    background: #ffffff;
    color: #333333;
    transition: all 0.3s;
}

.section1 .header .logo .drop-logo {
    display: none;
}

.section1 .header .wrap {
    height: 100%;
    z-index: 7;
}

.section1 .header .headR .search a {
    font-size: 16px;
    padding-right: 10px;
    float: left;
    color: #FFFFFF;
}
.section1 .header.drop-nav .headR .search a {color: #333333;}
.section1 .header .search a {
    margin: 0;
}

.section1 .header .search .hamburger {
    padding-left: 15px;
    display: block;
    transition: all 0.4s;
    margin-top: 4px;
    height: 40px;
}

.section1 .header .line-item {
    display: inline-block;
    width: 1px;
    height: 22px;
    background: #ffffff;
    float: left;
    margin-top: 4px;
}

.hamburger .line {
    width: 20px;
    height: 2px;
    background-color: #ecf0f1;
    display: block;
    margin: 0px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#hamburger-1 .line:nth-child(2) {
    width: 25px;
    margin: 6px 0px 7px 4px;
}


/* youä¸‹æ‹‰èœå•çš„header */

.section1 .drop-nav .logo .drop-logo {
    display: block;
}

.section1 .drop-nav .logo .moren {
    display: none;
}

.section1 .drop-nav .hamburger {
    opacity: 0!important;
    transition: all 0.6s;
}

.section1 .header::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    display: inline-block;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    z-index: 1;
    opacity: 0;
    transition: all 0.5s ease-in;
}

.section1 .drop-nav.header::after {
    transform: translateY(0%);
    -webkit-transform: translateY(-0%);
    -o-transform: translateY(-0%);
    -moz-transform: translateY(-0%);
    -ms-transform: translateY(-0%);
    opacity: 1;
    z-index: 1;
    transition: all 0.5s ease-in;
}

.section1 .drop-nav .headR a {
    color: #333333;
}

.section1 .drop-nav .headR .search .a1 {
    background: url(../img/search_hei.png) no-repeat;
    background-position: center;
    background-size: 18px;
}

.section1 .drop-nav {
    animation: fadeIn 0.3s ease-in;
}

.drop-nav .hamburger .line {
    background: #333333;
}

.section1 .header .headR {
    width: 76%;
    z-index: 8;
    position: relative;
}

.section1 .drop-nav .line-item {
    opacity: 0;
}

.indexBanner {
    height: 100%;
    min-height: 500px;
}

.indexBanner .img {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: relative;
    background-size: cover !important;
}

.indexBanner .img img {
    height: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.animation-action .indexBanner .swiper-slide-active .img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s cubic-bezier(.59, .5, .41, .92);
    transition: 0.3s cubic-bezier(.59, .5, .41, .92);
}

.indexBanner .text {
    position: absolute;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: #fff;
    
}

.indexBanner .text .textCon {
    width: 70%;
    position: absolute;
    top: 50%;
    left: 37%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.indexBanner .text .textCon h1 {
    height: 60px;
    /* font-weight:bold; */
    
    letter-spacing: 3px;
}

.indexBanner .textBottom .textCon {
    width: 100%;
    text-align: left;
    top: auto;
    bottom: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.indexBanner .textBottom .textCon h1 {
    height: 60px;
    /* font-weight:bold; */
    
    letter-spacing: 3px;
}

.indexBanner .textBottom .textCon .firstTitle {
    width: 85%;
    margin-bottom: 12px;
    padding-bottom: 10px;
    position: relative;
}

.indexBanner .textBottom .textCon .firstTitle::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.animation-action .indexBanner .swiper-slide-active .textBottom .textCon .firstTitle::after {
    width: 100%;
}

.indexBanner .text h4 {
    font-size: 14px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.section1 .Up {
    opacity: 0;
}

.section1 .Down {
    opacity: 0;
}

.section1 .Left {
    opacity: 0;
}

.section1 .Right {
    opacity: 0;
}

.animation-action .indexBanner .swiper-slide-active .Up {
    -webkit-animation: fadeInUpDis 1s both;
    animation: fadeInUpDis 1s both;
}

.animation-action .indexBanner .swiper-slide-active .Down {
    -webkit-animation: fadeInDownDis 1s both;
    animation: fadeInDownDis 1s both;
}

.animation-action .indexBanner .swiper-slide-active .Left {
    -webkit-animation: fadeInLeftDis 1s both;
    animation: fadeInLeftDis 1s both;
}

.animation-action .indexBanner .swiper-slide-active .Right {
    -webkit-animation: fadeInRightDis 1s both;
    animation: fadeInRightDis 1s both;
}

.animation-action .indexBanner .swiper-slide-active .delay10 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}


/* headç§»åŠ¨ç«¯ */
.header .headR .search .sear_btn2{display: none;}
@media only screen and (max-width: 1680px) {
	.header .logo a{padding-top: 36px;}
}
@media only screen and (max-width: 1024px) {
	
	.header .headR .search .sear_btn1{display: none;}
	.header .headR .search .sear_btn2{display: inline-block;}
	.section1 .header .wrap .headR {
        padding: 40px 20px 20px;
    }
    .header.block {
        /* background: rgba(25, 38, 58, 0.9);
        height: 70px;
        border-bottom: 1px solid #3a4b68; */
    }
    .header .wrap .headR .searchWap {
        display: none;
        background: #fff;
        width: 100%;
        height: 56px;
        line-height: 56px;
        position: relative;
    }
    .header .wrap .headR .searchWap .bigf{position: absolute;right: 10px;top: 50%;transform: translateY(-50%);z-index: 100;}
    .header .wrap .headR .searchWap input {
        display: block;
        width: 100%;
        height: 100%;
        padding: 0 20px;
        font-size: 16px;
        color: #333;
        position: relative;z-index: 50;
    }
    .header .wrap .headR .searchWap input::-webkit-input-placeholder {
        font-size: 16px;
        color: #666;
    }
    .header .wrap .headR .searchWap input::-moz-placeholder {
        font-size: 16px;
        color: #666;
    }
    .header .wrap .headR .searchWap input::-ms-input-placeholder {
        font-size: 16px;
        color: #666;
    }
    .header .wrap .headR .searchWap input:-ms-input-placeholder {
        font-size: 16px;
        color: #666;
    }
    .header .wrap {
        position: relative;
        height: 70px;
        width: 100%;
    }
    .header .logo a {
        padding-top: 0px;
    }
    .header .wrap .logo {
        margin-left: 5vw;
    }
   .header .headR a{color: #FFFFFF;}
    .header .headR,
    .section1 .header .headR {
        display: none;
        width: 100%;
        height: auto;
        padding: 0 20px 20px;
        background: rgba(25, 38, 58, 0.9);
        border-top: 1px solid #1f325c;
        position: fixed;
        top: 70px;
        right: 0;
        width: 100%
    }
    .header .headR .search {
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: left;
        right: inherit;
        left: 0;
        top: 10px;
        position: relative;
    }
    .section1 .header .wrap .headR .search {
	    height: 40px;
	    line-height: 40px;
	    position: absolute;
	    left: 0;
	    top: 10px;
	    background: rgba(25, 38, 58, 0.9);
	    padding-left: 20px;
	}
    .section1 .header .line-item{display: none;}
    .section1 .header .headR .search .a1{  height: 40px;  width: 60px;
    margin-top: 0;}
    .section1 .header .headR .search a:nth-child(1){margin-right: 0;padding-right: 3px;}
    .section1 .header .headR .search a{
    	    font-size: 16px;
    float: left;
    position: relative;
    top: 0;
    transform: translateY(0);
    }
    .header .headR .search a {
        margin: 0 25px 0 0;
        height: 100%;
    }
    .header .headR .search a.hamburger{display: none;}
    .header .headR .search a img {
        display: inline-block;
        margin-top: 0;
    }
    .header .headR .nav {
        width: 100%;
        padding: 20px 0;
        height: 100%;
        float: none;
    }
    .section1 .header .headR .nav {
        width: 100%;
        padding: 20px 0;
        height: 100%;
        line-height: 40px;
        min-width: auto;
        float: none;
        transform: translate(0, 0);
    }
    .header .headR .nav .header-nav-item {
        width: 100%;
        line-height: 40px;
        text-align: left;
        float: none;
    }
    .headR .nav .header-nav-item:hover a::after {
        width: 0;
    }
    .header .headR .nav a,
    .section1 .header-nav-item .drop .drop-item a {
        display: block;
        border-bottom: 1px solid #3d4453;
        color: #ffffff;
    }
    .headR .nav .header-nav-item .drop,
    .section1 .headR .nav .header-nav-item .drop {
        position: relative;
        top: 0;
        width: 100%;
        padding: 0;
        background: transparent;
        left: 0;
        margin: 0;
        text-align: left;
    }
    .header-nav-item .drop .drop-item a,
    .section1 .header-nav-item .drop .drop-item a {
        color: #7c8696;
    }
    .header-nav-item .drop .drop-item,
    .section1 .header-nav-item .drop .drop-item {
        height: 40px;
        line-height: 40px;
    }
    .section1 .header-nav-item .drop .drop-item a:hover {
        background: none;
        transition: all 0.3s;
    }
    .header-nav-item .drop .drop-item {
        width: 100%;
    }
    .header .headR .searchWap {
        display: none;
        background: #fff;
        width: 100%;
        height: 56px;
        line-height: 56px;
    }
    .header .headR .searchWap input {
        display: block;
        width: 100%;
        height: 100%;
        padding: 0 20px;
        font-size: 16px;
        color: #333;
    }
    .header .headR .searchWap input::-webkit-input-placeholder {
        font-size: 16px;
        color: #666;
    }
    .header .headR .searchWap input::-moz-placeholder {
        font-size: 16px;
        color: #666;
    }
    .header .headR .searchWap input::-ms-input-placeholder {
        font-size: 16px;
        color: #666;
    }
    .header .headR .searchWap input:-ms-input-placeholder {
        font-size: 16px;
        color: #666;
    }
    .section1 .menuBtn{top: 40%;}
    .menuBtn {
        position: absolute;
        width: 24px;
        height: 24px;
        right: 5vw;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
    .section1 .menuBtn span{background: #FFFFFF;}
    .menuBtn span {
        display: block;
        width: 100%;
        height: 2px;
        background: #333333;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -1px;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 2px;
    }
    .menuBtn .line1 {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    .menuBtn .line3 {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    .menuBtn.menuOn .line1 {
        -webkit-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
        -webkit-transition: .4s;
        transition: .4s;
    }
    .menuBtn.menuOn .line2 {
        opacity: 0;
        -webkit-transition: .4s;
        transition: .4s;
    }
    .menuBtn.menuOn .line3 {
        -webkit-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg);
        -webkit-transition: .4s;
        transition: .4s;
    }
    footer .footMain .footNav .ftLogo {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    footer .footMain .footNav .footLink ul li {
        width: 19%;
        margin-left: 0.2%;
    }
    .footNav .footLink a.imgbox img{height: 54px;}
    footer .footMain .footNav .footLink {
        width: 100%;
    }
    .wechart-box img{width: 90px;}
    .footNav .footLink ul.clearfix{width: calc(100% - 240px);}
    .sear_btn1{display: none;}
	.sear_btn2{display: block;}
}

@media only screen and (max-width: 768px) {
	
    .section1 .header {
        height: 70px;
    }
    .header .logo a {
        width: 80%;
        padding-top: 16px;
    }
    .section1 .header .logo a {
        padding-top: 12px;
    }
    .header.block {
        height: 60px;
    }
    .section1 .header .hamburger {
        display: none;
    }
    .header .headR .search a {
        margin: 0;
        height: 100%;
        margin-right: 10px;
    }
    .header .wrap {
        height: 60px;
        line-height: 60px;
        justify-content: flex-start;
    }
    .section1 .header .headR .search .a1 {
        width: 40px;
        margin-top: 0;
    }
    .section1 .menuBtn{top: 50%;}
    .section1 .header .headR .search a {
        font-size: 16px;
        padding-right: 10px;
        float: left;
        position: relative;
        top: 0;
        transform: translateY(0);
    }
    .section1 .header .search .hamburger {
        padding-left: 15px;
        display: inline-block;
        margin-top: 0;
        height: auto;
    }
    .header .wrap .logo {
        width: 35vw;
        min-width: 0;
        padding-top: 0px;
    }
    .header .wrap .headR {
        top: 60px;
        padding: 0 20px 20px;
        right: 0;
    }
    
    .section1 .header .line-item {
        display: none;
    }
    .header .wrap .headR .search {
        height: 40px;
        line-height: 40px;
    }
     .header .wrap .headR .search {
        height: 40px;
        line-height: 40px;
        position: relative;
        left: 0;
        top: 10px;
        background: rgba(25, 38, 58, 0.9);
        padding-left: 0px;
        
    }
    .header .headR a{color: #FFFFFF;}
    .section1 .header .wrap .headR .search {
        height: 40px;
        line-height: 40px;
        position: absolute;
        left: 0;
        top: 10px;
        background: rgba(25, 38, 58, 0.9);
        padding-left: 20px;
    }
    .header .wrap .headR .searchWap {
        height: 40px;
        line-height: 40px;
    }
    .header .wrap .headR .searchWap input {
        font-size: 14px;
        padding: 0 10px;
    }
    .header .headR .search a img {
        display: inline-block;
        margin-top: 0px;
    }
    .header .wrap .headR .searchWap input::-webkit-input-placeholder {
        font-size: 14px;
    }
    .header .wrap .headR .searchWap input::-moz-placeholder {
        font-size: 14px;
    }
    .header .wrap .headR .searchWap input::-ms-input-placeholder {
        font-size: 14px;
    }
    .header .wrap .headR .searchWap input:-ms-input-placeholder {
        font-size: 14px;
    }
    .header .wrap .headR .nav a {
        line-height: 40px;
    }
    .header .searchBox input {
        width: 90vw;
    }
    footer {
        padding-bottom: 20px;
    }
    footer .footMain .footNav {
        margin-bottom: 20px;
    }
    footer .footMain .footNav .ftLogo {
        width: 70%;
        margin: 0 auto 20px;
        float: initial;
    }
    footer .footMain .footShare .zixun {
        width: 50%;
    }
    footer .footMain .footShare .zixun {
        width: 30vw;
        text-align: center;
        position: relative;
        margin: 4vh auto 0;
        display: block;
        float: none;
    }
    footer .footMain .footShare .zixun .a1 {
        padding: 0 15px;
        margin-right: 20px;
        display: none;
    }
    .footShare .zixun .a2{display: none;}
    footer .footMain .footB {
        height: 40px;
        line-height: 40px;
    }
    .footMain {
        width: 100%;
        margin: 0 auto;
        padding: 30px 0;
    }
    footer .footMain .footNav .footLink ul li {
        margin-left: 0;
    }
    .footMain .footNav .footLink h6 {
        font-size: 12px;
    }
    .footNav .footLink ul.clearfix {
        width: 96vw;
        margin-top: 4vh;
    }
    .footMain .footT {
        height: auto;
    }
    .footNav .footLink a {
        display: inline-block;
        color: #fff;
        line-height: 26px;
        padding-right:0px;
        padding-left:0px;
    }
    footer .footMain .footNav .footLink ul li {
        width: 100%;
        margin-bottom: 15px;
    }
    .footNav .footLink a.imgbox img {
        margin-bottom: 10px;
        height: 3vh;
    }
    footer .footMain .footNav .footLink ul li {
        width: 16vw;
        margin-bottom: 6px;
    }
    .footB .a1, .footB .a2{display: none;}
    .zixun{position: inherit;display:block; margin: auto;float: none;}
}

@media only screen and (max-width: 500px) {
    .wechart-box img {
        width: 100px;
    }
    .course-swipers{height: auto !important;}
    .section2.section.animation-action .fadeInRight {
        padding-bottom: 8px;
    }
    .section3 .fp-tableCell {
        padding: 0 20px;
    }
    .header .wrap .logo {
        width: 50vw;
        padding-top: 13px;
    }
}

@media only screen and (max-width: 1280px) {
    .indexBanner .text .textCon {
        left: 40%;
    }
}

@media only screen and (max-width: 992px) {
    .indexBanner .text {
        width: 95%;
    }
    .indexBanner .text .textCon {
        width: 100%;
        text-align: center;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media only screen and (max-width: 768px) {
    .indexBanner .text {
        width: 90%;
        margin: 0;
    }
    .indexBanner .textMiddle .textCon {
        width: 90%;
    }
    .indexBanner .textBottom .textCon {
        width: 75%;
    }
}


/*ç¬¬äºŒå±*/

.section2 .investPlatform {
    height: 100%;
    display: block;
}

.section2 .ipL {
    width: 50%;
    height: 100%;
    background: url(../img/temp/pt_bg.jpg) no-repeat center;
    background-size: cover;
}

.section2 .ipL .ipLMain {
    width: 50%;
    color: #fff;
    line-height: 1.5;
    margin: 0 auto;
}
.section2 .nex_cal{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.section2 .new_text {
    font-size: 14px;
    color: #ffffff;
    text-align: end;
    margin-right: 13px;
}

.section2 .ipL .ipTitle h3 {
    /* font-weight: bold; */
    margin-bottom: 9px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.section2 .ipL .ipTitle h4 {
    font-size: 14px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.section2 .ipL .ipCount ul {
    flex-wrap: wrap;
}

.section2 .ipL .ipCount ul li {
    width: 50%;
    display: inline-block;
    float: left;
}

.section2 .ipL .ipCount ul li:nth-child(2n) {
    padding-left: 60px;
}

.section2 .ipL .ipCount ul li .bigText {
    font-weight: bold;
    line-height: 1.1;
    font-family: impact;
}

.section2 .ipL .ipCount ul li .bigText em {
    display: inline-block;
    vertical-align: top;
    line-height: 28px;
    margin: 15px 0 0 10px;
}

.section2 .ipL .ipCount ul li .smallText {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section2 .ipL .ipBtn {
    padding-right: 40px;
}

.section2 .ipL .ipBtn a {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    border-radius: 50px;
    text-align: center;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    padding: 0 32px;
    overflow: hidden;
    float: left;
}
.section2 .ipL .ipBtn a:nth-child(1){
    margin-right: 8%;

}
.section2 .ipL .ipBtn a.active,
.section2 .ipL .ipBtn a:hover {
    background: linear-gradient(to bottom, #e4fffc, #89cff4);
    color: #3fa7e1;
    border: 1px solid transparent;
    border-top: 1px solid #e4fffc;
    border-bottom: 1px solid #89cff4;
}

.section2 .ipR {
    width: 50%;
    height: 100%;
    /* position: relative; */
    overflow: hidden;
}


/* .section2 .ipR::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/temp/pt_video_bg.jpg) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    transition: all linear 1s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
} */

.section2.animation-action .ipR::after {
    right: -100%;
}

.section2 .ipR .videoWrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.section2 .ipR .videoWrap .img {
    width: 100%;
    height: 100%;
}

.section2 .ipR .videoWrap .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section2 .ipR .videoWrap .m-video {
    width: 147px;
    height: 147px;
    border-radius: 50%;
    background: url(../img/play.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 9;
    cursor: pointer;
}

.section2 .ipR .video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36vw;
    /* height: 600px; */
    transform: translate(-50%, 0);
}

.videolist {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.section2 .ipR .video .videolist img {
    max-width: 100%;
}


/* è§†é¢‘æ’­æ”¾ */

.videoed {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 45%;
    top: 45%;
    z-index: 999;
    border-radius: 100%;
}

.videos {
    display: none;
    position:absolute;
    left: 50%;
    top: 50%;
    z-index: 400;
    transform: translate(-50%, -50%);
    width: 60vw;
    height: auto;
}

.vclose {
    position: absolute;
    right: 3%;
    top: 3%;
    border-radius: 100%;
    cursor: pointer;
    width: 25px;
    height: 25px;
    display: inline-block;
}

@media only screen and (max-width: 1800px) {
    /* .videos { margin-top: 37%;} */
}

@media only screen and (max-width: 1680px) {
    .section2 .ipL .ipBtn {
        padding-right: 0;
    }
    .section2 .ipL .ipLMain {
        width: 58%;
    }
    .section2 .ipL .ipCount ul li .bigText em {
        margin: 8px 0 0 6px;
    }
    
}

@media only screen and (max-width: 1600px) {
    /* .videos {  margin-top: 41%;} */
}

@media only screen and (max-width: 1440px) {
    .section2 .ipR .videoWrap .m-video {
        width: 110px;
        height: 110px;
    }
}

@media only screen and (max-width: 1366px) {
    .section2 .ipL .ipLMain {
        width: 65%;
    }
    .section2 .ipL .ipCount ul li:nth-child(2n) {
        padding-left: 35px;
    }
    .section2 .ipL .ipCount ul li {
        margin-top: 30px;
    }
    .section2 .ipL .ipBtn {
        margin-top: 25px;
    }
    .videos {
        /* margin-top: 54%; */
    }
    .section2 .ipR .videoWrap .m-video {
        width: 80px;
        height: 80px;
    }
    .section2 .ipL .ipCount ul li .bigText .em2 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1300px) {
    .videos {
        /* margin-top: 40%; */
    }
}

@media only screen and (max-width: 1280px) {
    .section3 .businessWrap .bsLCon .bsTit {
        padding-top: 30px;
    }
    .section2 .ipL .ipLMain {
        width: 78%;
    }
    .section2 .ipL .ipBtn a {
        line-height: 32px;
    }
    .section2 .ipL .ipCount ul li .bigText em {
        margin: 0 0 0 2px;
    }
    .videos {
        /* margin-top: 58%; */
    }
}

@media only screen and (max-width: 1024px) {
    .section2 .ipL .ipLMain {
        width: 80%;
    }
}

@media only screen and (max-width: 992px) {
    .section2 .ipL .ipLMain {
        width: 90%;
    }
    .section2 .ipL .ipBtn a {
        padding: 0 15px;
    }
    .section2 .ipL .ipCount ul li:nth-child(2n) {
        padding-left: 20px;
    }
    .section2 .ipL .ipCount ul li .bigText .num {
        font-size: 44px;
    }
    .section2 .ipL .ipCount ul li .bigText .em2 {
        font-size: 18px;
    }
    .section2 .ipL .ipCount ul li .bigText .em1 {
        font-size: 26px;
    }
    .vclose {
        right: 1%;
        top: 1%;
        width: 20px;
        height: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .section2 .ipL,
    .section2 .ipR {
        width: 100%;
        height: 50%;
    }
    .section2 .ipR .videoWrap .m-video {
        width: 50px;
        height: 50px;
    }
    .section2 .ipL .ipCount ul li {
        margin-top: 20px;
    }
    .section2 .ipL .ipCount ul li .bigText .num {
        font-size: 28px;
    }
    .section2 .ipL .ipBtn {
        margin-top: 15px;
        justify-content: space-around;
    }
    .section2 .ipL .ipBtn a {
        padding: 0 15px;
        font-size: 14px;
        line-height: 30px;
        transform: translateX(8%);
    }
    .section2 .ipL .ipCount ul li .bigText em {
        line-height: 1;
    }
    .section2 .ipL .ipCount ul li .bigText .em1 {
        font-size: 22px;
    }
    .section2 .ipL .ipCount ul li .bigText .em2 {
        font-size: 14px;
    }
    .section2 .ipL .ipTitle h3 {
        margin-bottom: 3px;
        text-align: left;
    }
    .section2 .ipL .ipLMain {
        line-height: 2.2em;
        text-align: center;
    }
    .section2 .ipL .ipCount ul li .bigText {
        line-height: 2.5em;
    }
    /* .videos {  margin-top: 126%;} */
    .vclose {
        right: -15%;
        top: -15%;
    }
    .section2 .new_text{
        margin-right: 5px;
        font-size: 12px;
    }
    
}

@media only screen and (max-width: 450px) {
    .section2 .ipL .ipCount ul li .bigText .num {
        font-size: 20px;
    }
    .section2 .ipL .ipTitle h3 {
        line-height: 20px;
    }
    .section2 .ipL .ipBtn{width: 77vw;margin: 5vh auto 0;}
    .section2 .ipL .ipBtn a {
        padding: 0 10px;
        transform: translateX(3%);
        width: 22vw;
    }
    .section2 .ipL .ipBtn a:nth-of-type(2){
        width: 45vw;
    }
    .section2 .ipL .ipBtn a:nth-of-type(1){
        margin-right: 10vw;
    }
    .section2 .ipR .videoWrap .m-video {
        width: 50px;
        height: 50px;
        max-width: 18vw;
    }

}


/*ç¬¬ä¸‰å±*/

.section3 {
    position: relative;
    background: url(../img/temp/business_bg.jpg) no-repeat center;
    background-size: cover;
}

.section3 .bgText {
    color: #4d4d58;
    font-weight: bold;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.section3 .bgText span {
    display: block;
}

.section3 .businessWrap {
    height: 100%;
    position: relative;
    z-index: 2;
}

.section3 .businessWrap .bsL {
    width: 24%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    text-align: justify;
}

.section3 .businessWrap .bsLCon .bsTit {
    padding-bottom: 20px;
    position: relative;
    padding-top: 30px;
}
.section3 .businessWrap .bsLCon .bsTit span{position: relative;}
.section3 .businessWrap .bsLCon .bsTit span::after {
    content: '';
    display: block;
    width:100%;
    height: 2px;
    background: #46c4ff;
    position: absolute;
    bottom: -20px;
    left: 0;
}
.section3 .businessWrap .bsLCon .bsTit span {
    display: inline-block;
}

.section3 .businessWrap .bsLCon .bsLText p {
    font-size: 14px;
    line-height: 1.8rem;
    max-width: 280px;
    text-align: justify;
}

.section3 .businessWrap .bsR {
    width: 75%;
    height: 100%;
    padding-left: 2%;
}

.section3 .businessWrap .bsR ul {
    height: 67%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.section3 .businessWrap .bsR ul li {
    padding: 0 7px;
    float: left;
}

.fp-scroller {
    overflow: hidden;
    height: 100%;
}

.section3 .businessWrap .bsR ul li:nth-child(2n) {
    position: relative;
    top: 30%;
}

.section3 .businessWrap .bsR ul li a {
    display: block;
    width: 206px;
    overflow: hidden;
    position: relative;
}

.section3 .businessWrap .bsR ul li a .img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section3 .businessWrap .bsR ul li a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s linear;
}

.section3 .businessWrap .bsR ul li a:hover .img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.section3 .businessWrap .bsR ul li a .text {
    width: 100%;
    padding: 0 12px 14px;
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    
    letter-spacing: 1px;
}

@media only screen and (max-width: 1680px) {
    .section3 .businessWrap .bsR {
        padding-right: 0;
    }
    .section3 .businessWrap .bsR ul {
        height: 620px;
    }
    .section3 .businessWrap .bsR {
        padding-left: 1%;
    }
}

@media only screen and (max-width: 1440px) {
    .section3 .businessWrap .bsL {
        width: 20%;
    }
    .section3 .businessWrap .bsR {
        width: 80%;
    }
    .section3 .businessWrap .bsR ul {
        height: 560px;
    }
    .section3 .businessWrap .bsR ul li a {
        width: 185px;
    }

}

@media only screen and (max-width: 1366px) {
    .section3 .businessWrap .bsR ul {
        height: 550px;
    }

}

@media only screen and (max-width: 1280px) {
    .section3 .businessWrap .bsR ul {
        height: 560px;
    }
    .section3 .businessWrap .bsR {
        width: 84%;
    }
    .section3 .businessWrap .bsL {
        width: 15%;
    }
}

@media only screen and (max-width: 1024px) {
    .section3 .businessWrap .bsR ul {
        height: 560px;
    }
}

@media only screen and (max-width: 992px) {
    .section3 .bgText {
        top: 15%;
    }
    .section3 .businessWrap .bsL {
        width: 100%;
        height: 35vh;
    }
    .section3 .businessWrap .bsR {
        width: 100%;
        height: 73vh;
    }
    .section3 .businessWrap .bsL {
        align-items: flex-start;
    }
    .section3 .businessWrap .bsL .bsLCon {
        padding-top: 18vh;
    }
    .section3 .businessWrap .bsR {
        align-items: flex-start;
    }
    .section3 .businessWrap .bsR ul {
        height: 550px;
    }
    .section3 .businessWrap .bsR ul li a .text {
        padding: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .section3 .businessWrap .bsL {
        height: auto;
        top: 0;
        -o-transform: translateY(10px);
        -moz-transform:translateY(10px);
        -ms-transform:translateY(10px);
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    .section3 .businessWrap .bsR {
        height: 67%;
        padding: 20px 10vw;
    }
    .section3 .businessWrap .bsL .bsLCon {
        padding-top: 10vh;
    }
    .section3 .bgText {
        top: 5%;
    }
    .section3 .businessWrap .bsR ul {
        margin: 0 auto;
        height: 445px;
        width: 100%;
    }
    .section3 .businessWrap .bsR ul li {
        padding: 0 3px;
        width: 25%;
    }
    .section3 .businessWrap .bsR ul li a {
        width: 100%;
        line-height: 20px;
    }
    .section3 .businessWrap .bsR ul li a .text {
        padding: 2px;
        font-size: 12px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .section3 .bgText span {
        padding: 20px 10vw;
        position: relative;
        top: 20px;
    }
    .section3 .businessWrap .bsLCon .bsTit {
        padding: 20px 10vw;
    }
    .section3.animation-action .businessWrap .bsLCon .bsTit span::after {
        left: 10vw;
    }
    .section3 .businessWrap .bsLCon .bsLText {
        padding: 0 10vw;
    }
}

@media only screen and (max-width: 500px) {
    .section3 .bgText span {
        padding: 20px 5vw;
        position: relative;
        top: 20px;
    }
    .section3 .businessWrap .bsLCon .bsTit {
        padding: 20px 5vw;
    }
    .section3 .businessWrap .bsR ul {
        height: 230px;
    }
    .section3 .businessWrap .bsR {
        padding: 20px 5vw;
    }
    .section3 .businessWrap .bsL .bsLCon {
        padding-top: 18vh;
    }
    .section3.animation-action .businessWrap .bsLCon .bsTit span::after {
        left: 0;
            bottom: -10px;
    }
    .section3 .businessWrap .bsLCon .bsLText {
        padding: 0 5vw;
    }
    .section3 .businessWrap .bsR {
        height: 60%;
    }
    footer .footMain .footB {
        height: 40px;
        line-height: 22px;
        padding: 10px;
    }
}

@media only screen and (max-width: 340px) {
    .section3 .businessWrap .bsR ul {
        height: 60%;
        top: 60%;
    }
    .section3 .businessWrap .bsL .bsLCon {
        padding-top: 10vh;
    }
    .section2 .ipL .ipTitle h3 {
        line-height: 20px;
        font-size: 14px;
    }
    .section2 .ipL .ipBtn a {
        width: 27vw;
    }
    .section2 .ipL .ipBtn {
        width: 88vw;
        margin: 3vh auto 0;
    }
    .section3 .businessWrap .bsR {
        height: 57%;
    }
    .footNav .footLink a {
        padding: 6px;
        padding-right: 3px;
    }
    footer .footMain .footShare .zixun {
        width: 36vw;
    }
    .section2 .ipL .ipBtn a:nth-of-type(2) {
        width: 48vw;
    }
}


/*ç¬¬å››å±*/

@keyframes udFloat {
    from {
        transform: translate(0, 0)
    }
    to {
        transform: translate(0, 10px)
    }
}

@-webkit-keyframes udFloat {
    from {
        transform: translate(0, 0)
    }
    to {
        transform: translate(0, 10px)
    }
}

.section4 {
    width: 100%;
    background: url(../img/temp/cangu_bg.jpg) no-repeat center;
    background-size: cover;
}

.section4 .canguWrap {
    width: 100%;
    height: 100%;
}

.section4 .canguTitle {
    color: #fff;
    width: 100%;
    text-align: center;
}

.section4 .canguMain {
    width: 80.5%;
    height: 85%;
    background: url(../img/temp/map.png) no-repeat center;
    background-size: 100% auto;
    margin: 0 auto;
}

.section4 .canguMain ul {
    width: 100%;
    height: 100%;
    position: relative;
}

.section4 .canguMain li {
    padding: 6px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    /* transition: all 0.5s; */
}

.section4 .canguMain .li1 {
    top: 37.5%;
    left: 28%;
}

.section4 .canguMain .li2 {
    top: 12%;
    left: 44.5%;
}

.section4 .canguMain .li3 {
    top: 50%;
    left: 53%;
}

.section4 .canguMain .li4 {
    top: 69.5%;
    left: 14%;
}

.section4 .canguMain .li5 {
    top: 29%;
    left: 67.5%;
}

.section4 .canguMain .li6 {
    top: 17.5%;
    left: 19.5%;
}

.section4 .canguMain .li7 {
    top: 85%;
    left: 46.5%;
}

.section4 .canguMain .size1 {
    width: 10vw;
    height: 10vw;
    /* border: 4px solid #fff100; */
    border: 2px solid #fff;
}

.section4 .canguMain>ul>li:hover {
    border-color: #fff100;
    transition: all 0.3s;
}

.section4 .canguMain .size2 {
    width: 7vw;
    height: 7vw;
    border: 2px solid #fff;
}

.section4 .canguMain a {
    background: #fff;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: block;
}

.section4 .canguMain a img {
    max-width: 80%;
    max-height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.section4 .canguMain .bgOpcity08 {
    background: rgba(255, 255, 255, 0.8);
}

.section4 .canguMain .bgOpcity07 {
    background: rgba(255, 255, 255, 0.7);
}

.section4 .canguMain .bgOpcity02 {
    background: rgba(255, 255, 255, 0.2);
}

.section4 .canguMain .circle {
    padding: 0;
    opacity: 0;
    /* animation: udFloat ease-in-out infinite alternate; */
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
}

.section4.animation-action .canguMain .circle {
    opacity: 1;
}

.section4 .canguMain .circle.csize1 {
    width: 80px;
    height: 80px;
}

.section4 .canguMain .circle.csize2 {
    width: 40px;
    height: 40px;
}

.section4 .canguMain .circle.csize3 {
    width: 30px;
    height: 30px;
}

.section4 .canguMain .circle.csize4 {
    width: 18px;
    height: 18px;
}

.section4 .canguMain .circle.csize5 {
    width: 14px;
    height: 14px;
}

.section4 .canguMain .circle.time1 {
    animation-duration: 2s;
}

.section4 .canguMain .circle.time2 {
    animation-duration: 2.5s;
}

.section4 .canguMain .circle.time3 {
    animation-duration: 3s;
}

.section4 .canguMain .circle.time4 {
    animation-duration: 3.5s;
}

.section4 .canguMain .circle1 {
    top: 52%;
    left: 15%;
}

.section4 .canguMain .circle2 {
    top: 95%;
    left: 12%;
}

.section4 .canguMain .circle3 {
    top: 10%;
    left: 24%;
}

.section4 .canguMain .circle4 {
    top: 28%;
    left: 18%;
}

.section4 .canguMain .circle5 {
    top: 73%;
    left: 20%;
}

.section4 .canguMain .circle6 {
    top: 85%;
    left: 72%;
}

.section4 .canguMain .circle7 {
    top: 65%;
    left: 84%;
}

.section4 .canguMain .circle8 {
    top: 23%;
    left: 75%;
}

.section4 .canguMain .circle9 {
    top: 8%;
    left: 5%;
}

.section4 .canguMain .circle10 {
    top: 45%;
    left: 10%;
}

.section4 .canguMain .circle11 {
    top: 17%;
    left: 67%;
}

.section4 .canguMain .circle12 {
    top: 11%;
    left: 84%;
}

.section4 .canguMain .circle13 {
    top: 49%;
    left: 70%;
}

@media only screen and (max-width: 1680px) {
    .section4 .canguMain {
        width: 88%;
    }
    .section4 .canguMain .circle.csize1 {
        width: 60px;
        height: 60px;
    }
    .section4 .canguMain .circle.csize2 {
        width: 30px;
        height: 30px;
    }
    .section4 .canguMain .circle.csize3 {
        width: 20px;
        height: 20px;
    }
    .section4 .canguMain .circle.csize4 {
        width: 12px;
        height: 12px;
    }
    .section4 .canguMain .circle.csize5 {
        width: 8px;
        height: 8px;
    }
    .section4 .canguMain .li1 {
        top: 40.5%;
        left: 29%;
    }
    
}

@media only screen and (max-width: 1440px) {
    .section4 .canguWrap {
        padding-top: 80px;
    }
    .section4 .canguMain .li2 {
        top: 17%;
        left: 45.5%;
    }
    .section4 .canguMain .li5 {
        top: 34%;
        left: 67.5%;
    }
    .section4 .canguMain .li6 {
        top: 19.5%;
        left: 16.5%;
    }
}

@media only screen and (max-width: 1366px) {
    .section4 .canguWrap {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 1280px) {
    .section4 .canguMain {
        width: 95%;
    }
    .section4 .canguMain .li1 {
        top: 45.5%;
        left: 29%;
    }
    .section4 .canguMain .li6 {
        top: 27.5%;
        left: 18.5%;
    }
    .section4 .canguMain .li2 {
        top: 21%;
        left: 43.5%;
    }
    .section4 .canguMain .li7 {
        top: 79%;
    }
    .section4 .canguMain .li5 {
        top: 36%;
    }
    .section4 .canguMain li {
        padding: 3px;
    }
}

@media only screen and (max-width: 1024px) {
	.section1 .header .logo a{padding-top: 5px;}
	.section3 .businessWrap{padding: 0 20px;box-sizing: border-box;}
	.section5 .newsWrap{padding: 0 20px;box-sizing: border-box;}
	.section5 .newsCon .wrap .text{padding-left: 10px;box-sizing: border-box;}
    .section4 .canguMain {
        width: 100%;
        background-size: 100%;
        transform: scale(1.15);
    }
    .section4 .canguTitle {
        margin-bottom: 10px;
        padding-top: 90px;
        width: 100%;
    }
    .section4 .canguMain .circle.csize1 {
        width: 40px;
        height: 40px;
    }
    .section4 .canguMain .circle.csize2 {
        width: 25px;
        height: 25px;
    }
    .section4 .canguMain .li1 {
        top: 48.5%;
        left: 30%;
    }
    .section4 .canguMain .li2 {
        top: 35%;
        left: 40.5%;
    }
    .section4 .canguMain .li3 {
        top: 50%;
        left: 48%;
    }
    .section4 .canguMain .li4 {
        top: 65.6%;
        left: 15%;
    }
    .section4 .canguMain .li5 {
        top: 42%;
        left: 64.5%;
    }
    .section4 .canguMain .li6 {
        top: 34.5%;
        left: 22.5%;
    }
    .section4 .canguMain .li7 {
        top: 70%;
        left: 47.5%;
    }
    .section4 .canguMain .circle2 {
        top: 67%;
        left: 12%;
    }
    .section4 .canguMain .circle3 {
        top: 32%;
        left: 22%;
    }
    .section4 .canguMain .circle4 {
        top: 40%;
        left: 18%;
    }
    .section4 .canguMain .circle5 {
        top: 60%;
        left: 18%;
    }
    .section4 .canguMain .circle6 {
        top: 66%;
        left: 74%;
    }
    .section4 .canguMain .circle7 {
        top: 56%;
        left: 87%;
    }
    .section4 .canguMain .circle8 {
        top: 38%;
        left: 78%;
    }
    .section4 .canguMain .circle9 {
        top: 31%;
        left: 2%;
    }
    .section4 .canguMain .circle10 {
        top: 49%;
        left: 10%;
    }
    .section4 .canguMain .circle11 {
        top: 35%;
        left: 68%;
    }
    .section4 .canguMain .circle12 {
        top: 32%;
        left: 88%;
    }
}


@media only screen and (max-width: 768px) {
	.section1 .header .logo a{padding-top: 13px;}
    .section4 .canguMain {
        width: 100%;
        background-size: 140%;
        height: 450px;
        
    }
    .section4 .canguTitle {
        margin-bottom: 10px;
        padding-top: 0px;
        width: 100%;
    }
    .section.section4{height: 380px !important;overflow: hidden;}
    .section.section4 .fp-tableCell{height: 380px !important;}
    .section4 .canguMain{position: relative;top: -100px;}
    .section4 .canguMain::-webkit-scrollbar {
        display: none;
        /* Chrome Safari */
    }
    .section4 .canguMain li {
        padding: 2px;
    }
    .section4 .canguMain .size1 {
        width: 14vw;
        height: 14vw;
    }
    .section4 .canguMain .circle.csize1 {
        width: 25px;
        height: 25px;
        display: none;
    }
    .section4 .canguMain .circle.csize2 {
        width: 20px;
        height: 20px;
    }
    .section4 .canguMain .circle.csize3 {
        width: 8px;
        height: 8px;
        opacity: 0.8;
    }
    .section4 .canguMain .circle.csize4 {
        width: 12px;
        height: 12px;
        display: none;
    }
    .section4 .canguMain .circle.csize5 {
        width: 8px;
        height: 8px;
        opacity: 1;
    }
    .section4 .canguMain .size2 {
        width: 10vw;
        height: 10vw;
    }
    .section4 .canguMain .circle1 {
        left: 6%;
    }
    .section4 .canguMain .circle2 {
        left: 15%;
        left: 17%;
    }
    .section4 .canguMain .circle3 {
        top: 35%;
        left: 10%;
    }
    .section4 .canguMain .circle4 {
        top: 45%;
        left: 0;
    }
    .section4 .canguMain .circle5 {
        top: 80%;
        left: 20%;
    }
    .section4 .canguMain .circle8 {
        top: 32%;
        left: 92%;
    }
    .section4 .canguMain .circle10 {
        left: 0;
    }
    .section4 .canguMain .circle13 {
        top: 45%;
        left: 98%;
    }
    .section4 .canguMain .circle7 {
        left: 90%;
    }
    .section4 .canguMain .circle6 {
        left: 95%;
    }
    .section4 .canguMain .li1 {
        top: 43.5%;
        left: 22%;
    }
    .section4 .canguMain .li6 {
        top: 34.5%;
        left: 10.5%;
    }
    .section4 .canguMain .li5 {
        top: 42%;
        left: 75.5%;
    }
    .section4 .canguMain .li7 {
        top: 69%;
    }
    .section4 .canguMain .li2 {
        top: 33%;
    }
    .section4 .canguMain .li3 {
        left: 57%;
        top: 52%;
    }
    .section5 .newsWrap {
        width: 100%;
        padding: 15px;
    }
    .section5 .newsBottom .time span {
        margin-right: 0;
        font-size: 13px;
        display: block;
        width: 100%;
    }
    .section5 .newsBottom .text {
        font-weight: normal;
        line-height: 20px;
    }
}

@media only screen and (max-width: 500px) {
    .section2 .ipL .ipBtn a {
        font-size: 0.6rem;
    }
    .section4 .canguMain .size1 {
        width: 20vw;
        height: 20vw;
    }
    .section4 .canguMain .size2 {
        width: 15vw;
        height: 15vw;
    }
    .section4 .canguMain .li6 {
        top: 33.5%;
        left: 5.5%;
    }
    .section4 .canguMain .li4 {
        top: 64.6%;
        left: 18%;
    }
    .section4 .canguMain .li7 {
        top: 67%;
        left: 46%;
    }
    .section4 .canguMain .li5 {
        top: 46%;
        left: 76.5%;
    }
    .section4 .canguMain .li3 {
        left: 47%;
        top: 49%;
    }
    .section4 .canguMain .li1 {
        top: 46.5%;
        left: 17%;
    }
    .section5 .newsBottom ul li {
        width: 31.9vw;
        margin-bottom: 20px;
    }
    .section5 .newsBottom ul li {
        padding: 0 0 0 15px;
    }
}

@media only screen and (max-width: 450px) {
    .section4 .canguMain .size1 {
        width: 18vw;
        height: 18vw;
    }
    .section4 .canguMain .size2 {
        width: 14vw;
        height: 14vw;
    }
    .section4 .canguMain .li6 {
        top: 33.5%;
        left: 10.5%;
    }
    .section4 .canguMain .li7 {
        top: 67%;
        left: 49%;
    }
    .section4 .canguMain .li3 {
        left: 50%;
    }
    .section4 .canguMain {
        width: 100vw;
        position: relative;
        background-size: 130%;
    }
    .section3 .businessWrap {
        height: 80%;
    }
    .section .fp-tableCell {
        display: block;
        overflow: hidden;
    }
}
@media only screen and (max-width: 400px) {
    .section4 .canguMain .li2 {
        top: 35%;
    }
    .section3 .businessWrap .bsLCon .bsTit {
        padding: 10px 5vw;
    }
    .section4 .canguMain .li7 {
        top: 65%;
    }
    .section3 .businessWrap .bsLCon .bsLText p {
        font-size: 12px;
        line-height: 1.4rem;
    }
    .section3 .businessWrap .bsR {
        height: 54%;
    }
    .section4 .canguMain .li4 {
        top: 62.6%;
        left: 20%;
    }
    .section4 .canguMain .li6 {
        top: 35.5%;
        left: 12.5%;
    }
    .section4 .canguMain .li3 {
        left: 53%;
    }
    .section2 .ipL .ipBtn {
        margin: 1vh auto 0;
    }
    .section3 .businessWrap .bsL .bsLCon {
        padding-top: 7vh;
    }
    .section4 .canguMain .li1 {
        left: 24%;
    }
    .section3 .businessWrap .bsL {
        height: 48%;
        top: 10%;
        -o-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        float: none;
    }
    .section4 .canguMain .size1 {
        width: 18vw;
        height: 18vw;
    }
    .section3 .businessWrap .bsR {
        height: 48%;
        float: none;
        clear: both;

    }
    .section4 .canguMain .size2 {
        width: 14vw;
        height: 14vw;
    }
    .section3 .businessWrap .bsR ul {
        height: 33vh;
        top: 40%;
        -o-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        transform: translateY(0);

    }
}


/*ç¬¬äº”å±*/

.section5 .fp-tableCell {
    display: table-cell;
}

.section5 .newsWrap {
    width: 100%;
}

.section5 .newsTitle .titleMain {
    color: #2b2b2b;
    width: 44%;
    height: 30px;
    line-height: 30px;
}

.section5 .newsTitle .titleMain span {
    font-weight: bold;
}

.section5 .newsTitle .titleMain a {
    font-size: 14px;
    transition: all .4s;
    float: right;
}

.section5 .newsTitle .titleMain a:hover {
    color: #1f4496;
}

.section5 .newsCon {
    background: #f6f7f9;
}

.section5 .newsCon .wrap {
    position: relative;
    min-height: 310px;
    display: flex;
    flex-wrap: wrap;
}

.section5 .newsCon .wrap .text {
    width: 44%;
}

.section5 .newsCon .wrap .text .time {
    color: #999;
}

.section5 .newsCon .wrap .text a {
    display: block;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all .4s;
}

.section5 .newsCon .wrap .text a:hover {
    color: #1f4496;
}

.section5 .newsCon .wrap .text .content p {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.section5 .newsCon .wrap .img {
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
}



.section5.animation-action .newsCon .wrap .img::after {
    top: 100%;
}

.section5 .newsCon .wrap .img a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section5 .newsCon .wrap .img a img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    transition: all ease-in .3s;
}

.section5 .newsCon .wrap .img a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.section5 .newsCon .wrap .newsImg {
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.section5 .newsCon .wrap .newsImg .swiper-slide a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section5 .newsCon .wrap .newsImg .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in .4s;
}

.section5 .newsCon .wrap .newsImg .swiper-slide a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.section5 .newsBottom ul {
    margin: 0 -47px;
}

.section5 .newsBottom ul li {
    width: 33.3333%;
    padding: 0 47px;
    float: left;
}

.section5 .newsBottom a {
    display: block;
    width: 100%;
}

.section5 .newsBottom a .img {
    width: 100%;
    overflow: hidden;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section5 .newsBottom a .img img {
    width: 100%;
    transition: all ease-in .4s;
}
.section5 .newsBottom a .img:hover img{transform: scale(1.05);}
.section5 .newsBottom .time span {
    color: #999;
    margin-right: 40px;
    font-size: 16px;
}

.section5 .newsBottom .time em {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.section5 .newsBottom .text {
    color: #333;
    font-weight: bold;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all .4s;
}

.section5 .newsBottom .text:hover {
    color: #1f4496;
}

@media only screen and (max-width: 1680px) {
    .section5 .newsTitle .titleMain {
        margin-bottom: 35px;
    }
}

@media only screen and (max-width: 1440px) {
    .section5 .newsWrap .newsTop {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 1366px) {
	
    .section5 .newsCon .wrap {
        padding: 20px 0;
        min-height: 230px;
    }
    .section5 .newsWrap .newsTop {
        margin-bottom: 30px;
        overflow: hidden;
    }
    .section5 .newsTitle .titleMain {
        margin-bottom: 20px;
    }
    .section5 .newsCon .wrap .text a {
        margin-bottom: 10px;
    }
    .section5 .newsCon .wrap .text .time {
        margin-bottom: 10px;
    }
    .section5 .newsBottom a .time {
        margin: 10px 0;
    }
    .section5 .newsBottom ul {
        margin: 0 -15px;
    }
    .section5 .newsBottom ul li {
        padding: 0 15px;
    }
    .newsTop{margin-bottom: 40px;}
}


@media only screen and (max-width:1024px ) {
	.section5 .newsTitle .titleMain{margin-top: 15px;}
	.zixun{right: 65px;}
}
@media only screen and (max-width: 992px) {
    .section5 .newsCon .wrap {
        min-height: 180px;
        padding: 0;
    }
    .section5 .newsTitle .titleMain {
        margin-bottom: 15px;
    }
    .section5 .newsCon .wrap .text .content p {
        -webkit-line-clamp: 2;
    }
    .section5 .newsCon .wrap .text .time {
        margin-bottom: 5px;
    }
    .section5 .newsCon .wrap .text a {
        margin-bottom: 5px;
    }
    
}

@media only screen and (max-width: 768px) {
	.zixun{right: 0;}
	.section5 .newsTitle .titleMain{margin-top: 0px;}
    .section5 {
        height: 140vh!important;
    }
    .section5 .fp-tableCell {
        height: 100%!important;
    }
    .section5 .newsWrap .newsTop {
        padding-top: 0;
    }
    .fp-scrollable {
        height: 100%!important;
    }
    .section5 .newsTitle .titleMain {
        width: 100%;
        margin-bottom: 10px;
    }
    .section5 .newsCon .wrap .text {
        width: 100%;
        margin-bottom: 15px;
        padding: 5px 20px;
    }
    .section5 .newsCon .wrap .img {
        position: relative;
        width: 100%;
        bottom: auto;
        right: auto;
    }
    .section5 .newsBottom ul {
        padding-bottom: 10px;
    }
    .section5 .newsBottom ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .section5 .newsBottom a .time {
        margin: 5px 0;
    }
}


/*********************æœç´¢ç»“æžœ*********************/

.innerHeader {
    background: linear-gradient(to right, #3d75e0, #22bae1);
}

.searchResult {
    padding-top: 98px;
}

.searchResult .srTitle {
    color: #333;
    text-align: center;
}

.searchResult .srList ul li {
    border-bottom: 1px solid #e4e4e4;
}

.searchResult .srList ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 75px;
    padding-right: 75px;
}

.searchResult .srList ul li a:hover {
    background: url(../img/sr_list_bg.jpg) no-repeat center;
    background-size: cover;
}

.searchResult .srList ul li a:hover .srItemTitle {
    color: #fff;
}

.searchResult .srList ul li a:hover .time {
    color: #fff;
}

.searchResult .srList ul li a:hover .content {
    color: #fff;
}

.searchResult .srList ul li .srItemTitle {
    display: block;
    color: #333;
    font-weight: bold;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.searchResult .srList ul li .time {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}

.searchResult .srList ul li .content {
    font-size: 16px;
    color: #777;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.page {
    text-align: center;
    font-size: 0;
}

.page a,
.page span,
.page em {
    display: inline-block;
    vertical-align: top;
    height: 36px;
    line-height: 36px;
}

.page a {
    min-width: 36px;
    border: 1px solid #d5d5d5;
    padding: 0 10px;
    margin: 0 3px;
    font-size: 14px;
    transition: all .4s;
}

.page a:hover,
.page a.active {
    background: #437adc;
    color: #fff;
    border: 1px solid #437adc;
}

.page .text {
    font-size: 14px;
    margin: 0 16px 0 35px;
}

.page .jump em {
    width: 36px;
    height: 100%;
    border: 1px solid #d5d5d5;
}

.page .jump em.inputBox input {
    display: block;
    width: 100%;
    height: 100%;
    outline: 0;
    padding: 2px;
    text-align: center;
    font-size: 14px;
    color: #000;
}

.page .jump em.go {
    background: #8b8a8f;
    border: 1px solid #8b8a8f;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.TeamMain .swiper-wrapper .swiper-slide .slide-wrap .Teacher-detail h3 p span {
    font-size: 0.2rem !important;
    font-weight: 100 !important;
}

.ztFootMain .ztFootR .erweima .text {
    height: auto;
    margin-top: 0.05rem;
}

@media only screen and (max-width: 768px) {
    .searchResult .srList ul li a {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (max-width: 500px) {
	.page .text{display: none;}
	.page .jump{display: none;}
}

/* ä¼ä¸šå»ºè®¾ build*/

.banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 98px;
    /* height: 350px; */
}

.banner .textCon {
    position: absolute;
    bottom: 10%;
    left: 0;
    color: #fff;
    width: 100%;
    letter-spacing: 0.5em;
    padding-left: 2.2%;
}

.swiper-slide {
    overflow: hidden;
}
.case_img{overflow: hidden;}
.swiper-slide img {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .jsBanner .textCon h1 {
        padding: 0 20px;
        font-size: 22px;
        letter-spacing: 3px;
    }
    .banner .textCon {
        padding-left: 0;
        bottom: 15%;
    }
    .section-title {
        line-height: 50px;
    }
}


/* ä¸»é¢˜æ´»åŠ¨ */

.bulid1 {
    width: 100%;
}

.section-title {
    color: #333;
    line-height: 100px;
    letter-spacing: 1px;
}

.section-title .see-more {
    font-size: 14px;
    display: inline-block;
    float: right;
}

.section-title .see-more:hover {
    color: #437adc;
    text-decoration: underline;
}

.bulid1 .bulid-cont {
    display: block;
    background: #fff;
    height: 468px;
    position: relative;
}

.bulid1-l {
    overflow: hidden;
    width: 65%;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.bulid1 .swiper-slide a {
    width: 100%;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.bulid1 img {
    width: 100%;
}

.bulid1-l a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: 0.3s;
}

.bulid1-r {
    width: 34%;
    padding: 0 30px;
    line-height: 38px;
    text-align: justify;
    text-justify: inter-word;
    display: inline-block;
    vertical-align: middle;
}

.bulid1-r .right-title {
    -webkit-line-clamp: 2;
    /*è¦æ˜¾ç¤ºè¡Œæ•°*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 38px;
    /*è¡Œé—´è· */
    height: 76px;
}

.bulid1-r .right-title:hover {
    color: #223eb6;
}

.bulid1-r .right-time {
    padding: 15px 0;
}

.bulid1-r .right-txt {
    -webkit-line-clamp: 4;
    /*è¦æ˜¾ç¤ºè¡Œæ•°*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 24px;
    /*è¡Œé—´è· */
}

.bulid1-r .right-icon {
    display: block;
    height: 30px;
    background: url(../img/jianshe/js_icon1.png);
    background-size: 30px auto;
    background-repeat: no-repeat;
    color: transparent;
    transition: all 0.3s;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 20px;
    width: 110px;
}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #fff;
    opacity: .23;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}

.swiper-pagination-bullet-active {
    opacity: 0.9;
}

@media only screen and (max-width: 1680px) {
    .bulid1 .bulid-cont {
        height: 440px;
    }
}

@media only screen and (max-width: 1366px) {
    .bulid1 .bulid-cont {
        height: 400px;
    }
}

@media only screen and (max-width: 1024px) {
	.bulid1-l{width: 55%;}
	.bulid1-r{width: 44%;}
    .bulid1 .bulid-cont {
        height: auto;
    }
}

@media only screen and (max-width: 768px) {
    .section-title {
        line-height: 60px;
        padding: 0 20px;
        font-size: 20px;
    }
    .bulid1 .bulid-cont {
        height: auto;
        padding: 0 20px;
    }
    .bulid1 .bulid-cont img {
        border-radius: 6px;
    }
    .bulid1 .bulid1-l {
        width: 100%;
    }
    .bulid1 .bulid1-l img {
        width: 100%;
    }
    .bulid-cont {
        padding: 0 20px;
    }
    .bulid1 .bulid1-r {
        width: 100%;
        padding: 20px 0;
        line-height: 26px;
        position: relative;
        top: 0;
        transform: translateY(0);
    }
    .bulid1 .bulid1-r .right-title {
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 30px;
        font-size: 16px;
        height: auto;
    }
}

@media only screen and (max-width: 510px) {
    .bulid1 .bulid-cont {
        padding-top: 20px;
    }
    .section-title {
        line-height: 60px;
    }
    .bulid1 .bulid1-r .right-time {
        padding: 6px 0;
    }
}


/* ä¸‰ä¼šä¸€è¯¾ */

.bulid2 .bulid-cont {
    display: block;
}

.bulid2 .bulid-cont .bulid-item {
    width: 31%;
    line-height: 38px;
    text-align: justify;
    text-justify: inter-word;
    transition: all 0.3s;
    line-height: 28px;
    display: inline-block;
    margin-right: 3.4%;
    float: left;
    position: relative;
    margin-bottom: 25px;
}

.bulid2 .bulid-cont .bulid-item:nth-child(3n) {
    margin-right: 0;
}

.bulid2 .bulid-cont .bulid-item .item-tit {
    padding-top: 5px;
    transition: all 0.3s;
    font-size: 16px;
    margin-right: 3%;
}

.bulid2 .bulid-cont .bulid-item:hover {
    color: rgb(67, 122, 220);
    transition: all 0.3s;
}

.bulid2 .bulid-item .imgbox {
    position: relative;
    overflow: hidden;
    z-index: 50;
}
.video-box {display: none;}
.bulid2 .bulid-item .imgbox>img {
    width: 100%;
    transition: all 0.3s;
    position: relative;z-index: 10;
}
 .bulid2 .bulid-item .imgbox .video{position: absolute;width: 100%;height: 100%;left: 0;top: 0;}
  .bulid2 .bulid-item .imgbox .container{position: relative;width: 100%;height: 100%}
  .bulid2 .bulid-item .imgbox .videoed{left: 50%;top: 50%; transform: translate(-50%,-50%);}
.bulid2 .bulid-item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.3s;
}

@media only screen and (max-width: 768px) {
    .bulid2 .bulid-cont .bulid-item {
        line-height: 26px;
        position: relative;
        margin-bottom: 15px;
    }
    .bulid-cont .bulid-item .imgbox img {
        border-radius: 6px;
    }
    .bulid2 .bulid-cont .bulid-item .item-tit {
        padding-top: 5px;
        position: absolute;
        bottom: 0;
        z-index: 100;
        background: rgba(21, 38, 67, 0.4);
        width: 100%;
        height: 60px;
        line-height: 60px;
        padding: 0 20px;
        font-size: 16px;
        color: #fff;
        letter-spacing: 0px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media only screen and (max-width: 510px) {
    .bulid2 .bulid-cont .bulid-item {
        width: 100%;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 6px;
        margin-bottom: 15px;
    }
    /* ç¾¤å›¢æ´»åŠ¨ */
}

.bulid3 .see-more {
    color: #999999;
}

.bulid3 .bulid-cont {
    display: block;
    overflow: hidden;
    align-self: start;
    transition: 0.3s;
}

.bulid3 .bulid-cont .bulid-item {
    width: 47%;
    text-align: justify;
    text-justify: inter-word;
    line-height: 24px;
    transition: all 0.3s;
    position: relative;
    height: 260px;
    display: inline-block;
    margin-right: 6%;
    float: left;
}

.bulid3 .bulid-cont .bulid-item:nth-child(2n) {
    margin-right: 0;
}

.bulid3 .bulid-cont .bulid-item>.img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    opacity: 0;
}

.bulid3 .bulid-cont .bulid-item>.img img {
    width: 100%;
    height: 100%;
}

.bulid3 .bulid-cont .bulid-item>.txt-box {
    z-index: 3;
    width: 100%;
    height: 100%;
    padding: 30px;
    position: absolute;
    top: 0;
    left: 0;
}

.tct_btn a{display: inline-block;font-size: 24px;width: 100px;height: 50px;border-radius: 25px;background: #57b5f4;text-align: center;}
.bulid3 .bulid-cont .bulid-item:hover {
    color: #fff;
    transition: all 0.3s;
}

.bulid3 .bulid-cont .bulid-item:hover>.img {
    transition: all 0.3s;
    opacity: 1;
}

.bulid3 .bulid-cont .bulid-item .item-tit {
    line-height: 38px;
    margin-bottom: 10px;
}

.bulid3 .bulid-cont .bulid-item .item-time {
    margin-top: 20px;
    letter-spacing: 1px;
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    overflow: hidden;
    align-items: center;
}


/* ä¼ä¸šå»ºè®¾ build end*/

@media only screen and (max-width: 1366px) {
    .bulid3 .bulid-cont .bulid-item {
        margin-right: 5.4%;
    }
}

@media only screen and (max-width: 768px) {
    .bulid3 .bulid-cont .bulid-item {
        width: 49%;
        color: #fff;
        background-image: url(../img/jianshe/js_bg4.png);
        background-size: 100%;
        border-radius: 12px;
        margin-top: 2%;
        margin-right: 2%;
        height: 280px;
    }
}

@media only screen and (max-width: 500px) {
    .bulid3 .bulid-cont .bulid-item {
        width: 100%;
        margin-top: 15px;
        height: 285px;
    }
}


/* åˆ†é¡µæ¡ */

.pading-box {
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
}

.padding {
    display: flex;
    -webkit-display: flex;
    text-align: center;
}

.padding .pading-item {
    width: 36px;
    height: 36px;
    line-height: 34px;
    margin-right: 8px;
}

.padding .pading-item:last-child {
    margin-right: 0;
}

.padding .pading-item.fristpage {
    width: 82px;
}

.padding .pading-item.lastpage {
    width: 82px;
}

.padding .pading-item a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #666666;
    border: 1px solid #d5d5d5;
}

.padding .pading-item i {
    display: inline-block;
    font-size: 18px;
    position: relative;
    top: 1px;
}

.padding .pading-item.fristpage i {
    padding-right: 6px;
}

.padding .pading-item.lastpage i {
    padding-left: 6px;
}

.padding .pading-item.active a {
    color: #ffffff;
    background: #025baa;
    border-color: #025baa;
}

.padding .pading-item:hover a {
    color: #ffffff;
    background: #025baa;
    border-color: #025baa;
}


/* æ–°é—»ä¸­å¿ƒ */

.news-nav {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 4px;
}

.news-nav a {
    color: #999;
    display: inline-block;
    padding: 0 3px;
    transition: all 0.3s;
}

.news-nav a i {
    font-size: 18px;
}

.news-nav a:hover {
    color: #223eb6;
    transition: all 0.3s;
}


/* ç„¦ç‚¹å…³æ³¨ */

.news1 {
    padding-top: 10px;
    background-color: #ffffff;
}

.news1 .bulid-cont {
    position: relative;
}

.news1 .slide-link {
    display: block;
    background: #e9effb;
    overflow: hidden;
    height: auto;
}

.news1-swiper .bulid1-l {
    display: inline-block;
    width: 65%;
    overflow: hidden;
    height: 100%;
    vertical-align: middle;
}

.news1-swiper .bulid1-l img {
    width: 100%;
}

.news1-swiper .bulid1-r {
    width: 35%;
    padding: 30px;
    display: inline-block;
    vertical-align: middle;
}


/* .news1-swiper .slide-link:hover .bulid1-r .right-icon {
    background: url(../img/news/icon1.png);
    background-repeat: no-repeat;
} */

.news1-swiper .bulid1-r .right-title:hover {
    color: #223eb6;
}

.news1-swiper .bulid1-r .right-txt {
    -webkit-line-clamp: 2;
}

.news1 .bulid-cont .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #223eb6;
    opacity: .23;
    margin-right: 20px;
}

.news1 .bulid-cont .swiper-pagination-bullet-active {
    opacity: 0.9;
    transition: all 0.3s;
}

.news1 .bulid-cont .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.news1-swiper .bulid1-r .right-icon,
.bulid1 .bulid1-r .right-icon {
    transition: all 0.3s;
    background: none;
    color: #223eb6;
    font-size: 16px;
}

.news1-swiper .bulid1-r .right-icon i,
.bulid1 .bulid1-r .right-icon i {
    transition: 0.3s;
    opacity: 0;
    line-height: 30px;
}

.news1-swiper .bulid1-r .right-icon i,
.bulid1 .bulid1-r .right-icon i {
    transition: 0.3s;
    opacity: 1;
}

.news1 .swiper-pagination-bullets {
    bottom: -50px;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.masseage-list {
    display: block;
    overflow: hidden;
}

.masseage-list .list-item {
    width: 31%;
    margin-bottom: 20px;
    position: relative;
    text-align: justify;
    display: inline-block;
    margin-right: 3.4%;
    float: left;
}

.masseage-list .list-item:nth-child(3n) {
    margin-right: 0%;
}


.masseage-list .list-item>a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.masseage-list .list-item>a:hover {
    transition: all 0.4s;
    color: #3851bc;
}
.imgbox{overflow: hidden;}
.masseage-list .list-item img {
    width: 100%;
    transition: all .3s ease-in;
}
.masseage-list .list-item .txtbox {
    padding: 20px 0;
    display: flex;
    -weblit-display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.masseage-list .list-item .item-tit {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 34px;
    height: 68px;
    width: 100%;
    font-size: 16px;
}

.masseage-list .list-item .maskbox {
    width: 100%;
    height: 100%;
    padding: 60px 30px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(100%);
    background: #467ade;
    color: #fff;
    opacity: 0;
    transition: all 0.3s;
}

.masseage-list .list-item a:hover .maskbox {
    /* transform: translateY(0%);
    opacity: 1;
    transition: all 0.3s; */
}

.masseage-list .list-item .maskbox .item-time {
    color: #fff;
}

.masseage-list .list-item .item-time {
    color: #797979;
    padding-top: 10px;
}

.masseage-list .list-item .item-txt {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 24px;
}

@media only screen and (max-width: 1440px) {
    .news1 .slide-link {
        height: auto;
    }
}

@media only screen and (max-width: 1366px) {
    .news1 .slide-link {
        height: auto;
    }
}

@media only screen and (max-width: 1284px) {
    .masseage-list .list-item .item-tit {
        line-height: 32px;
    }
    .newsBanner .textCon h1 {
        padding: 0 20px;
        font-size: 36px;
    }
    .news-nav {
        padding: 0 20px;
    }
    .section-title {
        line-height: 80px;
    }
    .news1 .bulid-cont {
        padding: 20px;
    }
    .news1 .bulid-cont:nth-of-type(1) {
        padding-bottom: 50px;
    }
    .news1 .swiper-pagination-bullets {
        bottom: -25px;
    }
    .news1-swiper .bulid1-l {
        width: 63%;
    }
    .news1-swiper .bulid1-r {
        width: 37%;
    }
    .bulid1-r .right-time {
        padding: 10px 0;
    }
    .news1 .slide-link {
        height: auto;
    }
}

@media only screen and (max-width: 1024px) {
	.section-title .see-more{text-align: right;}
     .bulid1{padding: 50px 20px 70px;}
     .bulid2{padding: 50px 20px 70px;}
     .bulid3{padding: 50px 20px 70px;}
    .news1-swiper .bulid1-l {
        width: 50%;
    }
    .news1-swiper .bulid1-r {
        width: 50%;
        padding: 2% 3%;
        line-height: 26px;
    }
    .bulid1-r .right-title {
        line-height: 30px;
        height: 60px;
    }
    .bulid1-r .right-time {
        padding: 5px 0;
    }
    .bulid1-r .right-icon {
        margin-top: 15px;
    }
    .newsBanner .textCon h1 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 768px) {
     .bulid1{padding: 20px 0px 30px;}
     .bulid2{padding: 20px 0px 30px;}
     .bulid3{padding: 20px 0px 30px;}
    .join-detail-nav {
        margin-top: 60px;
    }
    .news1-swiper .bulid1-l {
        width: 100%;
    }
    .news1-swiper .bulid1-r {
        width: 100%;
        padding: 3% 20px;
        line-height: 26px;
        position: relative;
        top: 0;
        transform: translateY(0px);
    }
    .news1 .bulid-cont:nth-of-type(1) {
        padding-bottom: 30px;
    }
    .news1 .bulid-cont .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin-right: 10px;
    }
    .masseage-list .list-item .txtbox {
        padding: 15px 0;
    }
    .masseage-list .list-item .item-tit {
        line-height: 26px;
        font-size: 16px;
    }
    .newsBanner .textCon h1 {
        font-size: 26px;
    }
    .masseage-list .list-item {
        width: 48%;
        margin-right: 4%;
    }
    .masseage-list .list-item:nth-child(3n) {
        margin-right: 4%;
    }
    .masseage-list .list-item:nth-child(2n) {
        margin-right: 0;
    }
    
    .bulid1-r .right-title {
        height: auto;
    }
    .masseage-list .list-item .maskbox {
        padding: 20px;
    }
    .news1 .slide-link {
        height: auto;
    }
    .masseage-list .list-item>a:hover{
    	color: #3851bc;
    }
}

@media only screen and (max-width: 550px) {
    .news1 .swiper-pagination-bullets {
        display: none;
    }
    .masseage-list .list-item.empty-item.trans2{display: none;}
}

@media only screen and (max-width: 414px) {
    .newsBanner .textCon h1 {
        font-size: 20px;
        letter-spacing: 1px;
    }
}


/* è”ç³»æˆ‘ä»¬ */

.contact-way .section-title {
    text-align: center;
}

.contact-way .con_menu {
    display: flex;
    -webkit-display: flex;
    justify-content: center;
}

.contact-way .con_menu>span {
    display: inline-block;
    width: 160px;
    height: 38px;
    background: #ecf0f6;
    color: #999999;
    cursor: pointer;
    text-align: center;
    line-height: 38px;
}

.contact-way .con_menu>span.selected {
    background: #538bef;
    color: #fff;
}

.contact-way .con_menu>span:hover {
    background: #538bef;
    color: #fff;
    transition: all 0.3s;
}

.contact-way .con_menu>span:not(:first-child) {
    margin-left: 18px;
}

.contact-way .con_box {
    text-align: center;
    overflow: hidden;
}

.contact-way .con_box .cont-item {
    display: block;
}

.contact-way .con_box .cont-item.hideBox {
    display: none;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.cont-item .wrayitem {
    width: 19%;
    position: relative;
    color: #525252;
    overflow: hidden;
    display: inline-block;
    margin-right: 1.2%;
    float: left;
}

.cont-item .wrayitem:last-child {
    margin-right: 0;
}

.cont-item .wrayitem .imgbox {
    width: 100%;
    height: 165px;
    text-align: center;
    overflow: hidden;
    background: #538bef;
    position: relative;
}

.cont-item .wrayitem .imgbox img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.cont-item .wrayitem:nth-child(2) .imgbox {
    background: #975bdb;
}

.cont-item .wrayitem:nth-child(3) .imgbox {
    background: #db4e4f;
}

.cont-item .wrayitem:nth-child(4) .imgbox {
    background: #4fe193;
}
.cont-item .wrayitem:nth-child(5) .imgbox {
    background: #ecaa56;
}

.cont-item .wrayitem .txtbox {
    padding: 25px 20px;
    line-height: 20px;
    height: 134px;
}

.cont-item .wrayitem h6 {
    padding-bottom: 10px;
}

.cont-item .wrayitem .tint {
    color: #a4a4a4;
}
.cont-item .wrayitem .tint a{
	color: #a4a4a4;
}
.cont-item .wrayitem .maskbox .tint a{color: #FFFFFF;}
.cont-item .wrayitem .maskbox {
    width: 100%;
    height: 100%;
    padding: 16% 20px;
    color: #fff;
    background: #538bef;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    opacity: 0;
}

.cont-item .wrayitem:nth-child(2) .maskbox {
    background: #975bdb;
}

.cont-item .wrayitem:nth-child(3) .maskbox {
    background: #db4e4f;
}

.cont-item .wrayitem:nth-child(4) .maskbox {
    background: #4fe193;
}
.cont-item .wrayitem:nth-child(5) .maskbox {
    background: #ecaa56;
}

.cont-item .wrayitem .maskbox img {
    display: inline-block;
    padding-bottom: 30px;
}

.cont-item .wrayitem .maskbox h6 {
    padding-bottom: 20px;
}

.cont-item .wrayitem .maskbox .tint {
    color: #fff;
}

.cont-item .wrayitem:hover .maskbox {
	cursor: pointer;
    display: block;
    opacity: 1;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.6s;
}

.cont-item .wrayitem:hover .imgbox {
    opacity: 0.1;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}


/* åˆä½œä¼ä¸šåˆ—è¡¨ */

.company-list {
    display: block;
    margin: 100px auto 0;
}

.company-list .list-item {
    width: 32%;
    margin-right: 1.6%;
    margin-bottom: 2%;
    height: 226px;
    background: #fff;
    border: 1px solid #eeeeee;
    padding: 2% 2%;
    line-height: 26px;
    cursor: pointer;
    display: inline-block;
    float: left;
}

.company-list .list-item:nth-child(3n) {
    margin-right: 0;
}

.company-list .list-item .imgbox {
    height: 36%;
    overflow: hidden;
}

.company-list .list-item .imgbox img {
    max-height: 100%;
    max-width: 100%;
}

.company-list .list-item h6 {
    padding: 5px 0 15px;
    font-weight: bold;
}
.company-list .list-item.empty-item {
    background: #ffffff;
}
.company-list .list-item .txtbox.on h6 {
         color: rgba(6,3,144,1); 
}
.company-list .list-item:hover {
    box-shadow: 0 4px 10px 1px #d4def1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.company-list .list-item p.txt {
    width: 96%;
    display: flex;
    text-align: justify;
}

.company-list .list-item .txt span {
    display: block;
    word-break: break-all;
    word-wrap: break-word;
}

.company-list .list-item .txt span:nth-child(1) {
    width: 14%;
    min-width: 40px;
}

.company-list .list-item .txt span:nth-child(2) {
    width: 84%;
}
.cont-center{position: relative;z-index: 10;height: 100%;padding-bottom: 0;}
.about_box{height: 100%;}
@media only screen and (max-width:1680px) {
    .company-list .list-item h6 {
        padding: 5px 0 10px;
    }
}

@media only screen and (max-width:1440px) {
    .company-list .list-item {
        height: 230px;
        padding-right: 1.5%;
    }
    .company-list .list-item h6 {
        padding: 5px 0 10px;
        font-size: 20px;
    }
    .cont-item .wrayitem .maskbox {
        padding: 16% 7%;
    }
    .cont-item .wrayitem .txtbox {
        padding: 25px 20px;
    }
}

@media only screen and (max-width:1400px) {
    .company-list .list-item {
        height: 220px;
        margin-right: 2%;
        margin-bottom: 1%;
        line-height: 22px;
    }
    .company-list .list-item .imgbox img {
        max-height: 42px;
    }
}

@media only screen and (max-width:1280px) {
    .company-list .list-item {
        height: 230px;
    }
    .company-list .list-item .imgbox img {
        max-height: 40px;
        max-width: 80%;
    }
    .company-list .list-item h6 {
        font-size: 18px;
    }
    .cont-item .wrayitem .maskbox {
        padding: 16% 12%;
    }
    .company-list .list-item {
        height: 230px;
        padding-right: 2.5%;
    }
    .company-list .list-item .txt span:nth-child(1) {
        width: 44px;
    }
}

@media only screen and (max-width:1024px) {
    .cont-center {
        padding: 0 20px 30px;
    }
    .cont-center .cont-item {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .cont-item .wrayitem .txtbox {
        padding: 15px;
        height: 130px;
    }
    .cont-item .wrayitem {
        width: 32.1%;
        margin-bottom: 30px; margin-right: 1.69%;
    }
	.cont-item .wrayitem:nth-child(3) { margin-right: 0;}
    .company-list {
        padding: 0 20px 20px;
    }
    .company-list .list-item .imgbox img {
        max-height: 35px;
    }
    .cont-item .wrayitem .txtbox {
        padding: 25px 18px;
    }
    .company-list .list-item {
        height: 230px;
        width: 48%;
        margin-right: 2%;
        padding: 3%;
    }
    .company-list .list-item:nth-child(3n) {
        margin-right: 2%;
    }
    .company-list .list-item:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (max-width:768px) {
    .cont-item .wrayitem {
        width: 48%; margin-right: 4%;
        margin-bottom: 25px;
    }
	.cont-item .wrayitem:nth-child(3n) {margin-right: 4%;}
	.cont-item .wrayitem:nth-child(2n) { margin-right: 0;}
    .company-list .list-item {
        width: 49%;
        padding: 20px;
        height: 230px;
    }
    .cont-item .wrayitem .maskbox {
        padding: 16% 7%;
    }
    .company-list .list-item:nth-child(3n) {
        margin-right: 2%;
    }
    .company-list .list-item:nth-child(2n) {
        margin-right: 0;
    }
    .company-list .list-item .imgbox {
        height: 30%;
    }
    .company-list .list-item h6 {
        padding: 15px 0 10px;
        font-size: 20px;
    }
    .company-list .list-item .imgbox img {
        max-height: 42px;
    }
    .cont-item .wrayitem .imgbox {
        height: 140px;
    }
    .cont-item .wrayitem .imgbox img {
        max-width: 40px;
    }
    .cont-item .wrayitem .maskbox img {
        max-width: 40px;
        padding-bottom: 20px;
    }
    .cont-item .wrayitem .maskbox h6 {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width:500px) {
    .contact-way .con_box {
        padding: 30px 20px 0;
    }
    .cont-item .wrayitem .imgbox {
        height: 50px;
        margin-bottom: 10px;
    }
    .cont-item .wrayitem .imgbox img {
        max-width: 22px;
    }
    .cont-item .wrayitem .maskbox img {
        max-width: 24px;
        padding-bottom: 10px;
    }
    .contact-way .con_menu>span {
        width: 35vw;
    }
    .cont-item .wrayitem .maskbox {
        padding: 25% 10%;
    }
    .cont-item .wrayitem {
        margin-bottom: 15px;
    }
    .cont-item .wrayitem .maskbox h6 {
        padding-bottom: 6px;
    }
    .company-list .list-item {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 10px;
        box-shadow: 0 0 5px 1px #e5e6e6;
    }
    .company-list .list-item:nth-child(3n) {
        margin-right: 0;
    }
    .cont-item .wrayitem .txtbox {
        height: 130px;
    }
    .cont-item .wrayitem .txtbox {
        padding: 0 10px 20px;
    }
    .list-item.empty-item.trans2{display: none;}
}

@media only screen and (max-width:400px) {
	.about_box{padding-bottom: 40px;}
    .cont-item .wrayitem {
        width: 100%;
        margin-bottom: 10px;
    }
    .cont-item .wrayitem .maskbox {
        padding: 8% 10%;
        flex-wrap: wrap;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        opacity: 1;
    }
    .cont-item .wrayitem .maskbox img {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    .cont-item .wrayitem .maskbox h6 {
        width: 100%;
    }
}


/* å…³äºŽæˆ‘ä»¬  å…¬å¸ç®€ä»‹ */

.about_box {
    background: #f9f9f9;
    color: #333333;
}

.about_menu {
    text-align: center;
}

.about_menu {
    display: flex;
    -webkit-display: flex;
    justify-content: center;
}

.about_menu.fixed-box {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 5px 1px #f0f5fd;
}

.about_menu>span {
    display: inline-block;
    width: 160px;
    height: 38px;
    background: #ecf0f6;
    color: #999999;
    cursor: pointer;
    text-align: center;
    line-height: 38px;
}

.about_menu>span.selected {
    background: #538bef;
    color: #fff;
}

.about_menu>span:hover {
    background: #538bef;
    color: #fff;
    transition: all 0.3s;
}

.about_menu>span:not(:first-child) {
    margin-left: 18px;
}

.about_menu>span a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #999;
}

.about_menu>span:hover a {
    background: #538bef;
    color: #fff;
    transition: all 0.3s;
}

.about_box {
    text-align: center;
    overflow: hidden;
}

.about_box .cont-item.hideBox {
    display: none;
}

.about_box .cont-item {
    position: relative;
    text-align: left;
    line-height: 30px;
    display: block;
}

.about_box .cont-item .bg {
    /* position: absolute;
    right: 54%;
    top: 0; */
    width: 50%;
}

.about_box .cont-item .bg img {
    max-width: 100%;
}

.about_box .cont-item>.wrap {
    position: relative;
}

.about_box .cont-item .item-cont {
    z-index: 9;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.about_box .item-cont ul>li {
    width: 50%;
    display: inline-block;
    float: left;
}

.about_box .item-cont ul>li.item-left {
    color: #fff;
}

.about_box .item-cont ul>li.item-left .txt {
    width: 55%;
    text-align: justify;
}

.about_box .item-cont ul>li.item-left .imgbox {
    width: 100%;
}

.about_box .item-cont ul>li.item-left .imgbox img {
    max-width: 100%;
}

.about_box .item-cont ul>li.item-right {
    padding-left: 10%;
    text-align: justify;
    margin-top: 67px;
}

.about_box .logolist {
    padding-top: 104px;
    display: block;
    width: 100%;
        
}

.about_box .logolist a {
    display: inline-block;
    padding-bottom: 20px;
    height: auto;
    margin-right: 12%;
}

.about_box .logolist a:nth-child(3) {
    margin-right: 0%;
}

.about_box .logolist a:nth-child(7) {
    padding-top: 20px;
    margin-right: 0%;
}

.course-area h4 {
    text-align: center;
    padding-bottom: 30px;
}

.course-map img {
    width: 100%;
}
.about_box .logolist a img{max-height: 90%;}
.about_box .logolist a:nth-child(1) img {
        width: 160px;
    }
    .about_box .logolist a:nth-child(2) img {
        width: 76px;
    }
    .about_box .logolist a:nth-child(3) img {
        width: 132px;
    }
    .about_box .logolist a:nth-child(4) img {
        width: 90px;
    }
    .about_box .logolist a:nth-child(5) img {
        width: 72px;
    }
    .about_box .logolist a:nth-child(6) img {
        width: 46px;
    }
    .about_box .logolist a:nth-child(7) img {
        width: 92px;
    }

/* ä¼ä¸šç†å¿µ */

.idea-area {
    color: #ffffff;
    background-size: cover !important;
    position: relative;z-index: 10; 
    height: 100%;
}
.idea-area .wrap{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.idea-area p {
    width: 480px;
    padding-top: 15px;
    text-align: justify;
    text-justify: inter-word;
}

.idea-area p:not(:first-child) {
    border-top: 1px solid #7ca6dc;
}

.idea-area p span {
    display: inline-block;
}

.idea-area p span:nth-child(1) {
    line-height: 50px;
    padding-right: 20px;
    width: 18%;
    min-width: 80px;
}

.idea-area p span:nth-child(2) {
    width: 82%;
}


/* ç®¡ç†å›¢é˜Ÿ */

.team-area {
    color: #fff;
    height: 100%;
    background-size: cover;
    position: relative;
    z-index: 50;
    padding-top: 80px !important;
}

.team-area .item span {
    display: inline-block;
    width: 100%;
}

.team-area ul .item {
    width: 33.3%;
    line-height: 34px;
    display: inline-block;
    float: left;
    font-size: 0;
}
.team-area ul .item .tit{font-size: 24px;}
.team-area ul .item .item_info span{font-size: 22px;}
.team-area ul .item .item_info span:nth-child(2){font-size: 20px;}
.team-area ul .item .bottom-line {
    display: inline-block;
    width: 160px;
    height: 1px;
    background: #95a5bf;
}

.team-area .frist-box h5 {
    width: 100%;
    /* border-bottom: 1px solid #95a5bf; */
    padding-bottom: 14px;
    max-width: 915px;
}

.team-area div.frist-box .item {
    padding-bottom: 10px;
    width: 30%;
    display: inline-block;
    float: left;
}


/* å‘å±•åŽ†ç¨‹ */
.course-area {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;z-index: 10;
    height: 100%;
}

.course-map {
    position: relative;
    margin-top: 40px;
}

.course-area img {
    width: 100%;
}

.zuzhi-area h4 {
    text-align: center;
    padding-bottom: 30px;
    height: auto;
}

.course-map .map {
    position: absolute;
    width: 0;
    top: 0;
    left: 0;
    height: 264px;
    overflow: hidden;
    transition: .4s;
}

.course-map.on-animateion .map {
    width: 100%;
    transition: 3s linear;
}

.course-map .map img {
    width: 1280px;
    height: 264px;
    display: block;
}

.course-map .course-btn {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #d8e2f4;
    border-radius: 100%;
    cursor: pointer;
    transition: .4s;
}

.course-map .course-btn:hover {
    background: #4777cc;
    transition: .4s;
}

.course-map .course-btn img {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -8px;
    user-select: none;
}

.course-map .course-prev {
    top: 264px;
    left: -50px;
    margin-top: -20px;
}

.course-map .course-next {
    top: 0;
    right: -50px;
    margin-top: -20px;
}

.course-swiper {
    height: 480px;
}

.course-swiper .swiper-slide {
    overflow: visible;
}

.course-swiper .inner-box {
    opacity: 0;
    position: relative;
}

.on-animateion .course-swiper .inner-box {
    opacity: 1;
    transition: .4s;
}

.on-animateion .item-active1 .inner-box {
    transition-delay: .6s !important;
}

.on-animateion .item-active2 .inner-box {
    transition-delay: 1.2s !important;
}

.on-animateion .item-active3 .inner-box {
    transition-delay: 1.8s !important;
}

.on-animateion .item-active4 .inner-box {
    transition-delay: 2.4s !important;
}

.course-swiper .item-box {
    position: absolute;
    width: 100%;
    height: 18px;
    left: 5%;
}

.course-swiper .dot {
    width: 18px;
    height: 18px;
    background: #4777cc;
    transition: .4s;
}

.course-swiper .year {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 100%;
    line-height: 2;
    font-size: 24px;
    color: #4777cc;
    transition: .4s;
}

.course-swiper .text {
    position: absolute;
    width: 99%;
    top: calc(100% + 20px);
    left: 0;
    font-size: 16px;
    line-height: 24px;
    transition: background, color .4s;
}

.course-swiper .item-active0 .item-box {
    top: 254px;
    transition: .4s;
    visibility: visible;
}

.course-swiper .item-active1 .item-box {
    top: 235px;
    transition: .4s;
    visibility: visible;
}

.course-swiper .item-active2 .item-box {
    top: 204px;
    transition: .4s;
    visibility: visible;
}

.course-swiper .item-active3 .item-box {
    top: 154px;
    transition: .4s;
    visibility: visible;
}

.course-swiper .item-active4 .item-box {
    top: 82px;
    transition: .4s;
    visibility: visible;
}

.course-swiper .item-prev {
    top: 272px;
    opacity: 0;
    visibility: hidden;
}

.course-swiper .item-netx {
    top: 30px;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.course-swiper .swiper-slide {
    cursor: pointer;
}

.course-swiper .swiper-slide:hover .item-box {
    height: 40px;
    margin-top: -20px;
}

.course-swiper .swiper-slide:hover .dot {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 10px solid #4777cc;
    transform: rotate(45deg) translateX(10px);
    transition: .4s;
}

.course-swiper .swiper-slide:hover .year {
    font-size: 36px;
    font-weight: bold;
    transition: .4s;
}

.course-swiper .swiper-slide:hover .text {
    background: #437adc;
    padding: 20px;
    color: #fff;
    margin-top: 30px;
    overflow: visible;
    transition: background, color .4s;
}

.course-swiper .swiper-slide:hover .text::before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 10px;
    border-color: transparent transparent #437adc transparent;
    position: absolute;
    left: 18px;
    top: -24px;
}

/*å‘å±•åŽ†ç¨‹2*/
.course-swipers {
    height: 650px;
    display: none;
}
.course-swipers:after{display: block;content: "";position: absolute;width: 1px;background: #4777cc; left: 50%;top: 0;height: 100%;}
.course-swipers .swiper-slide {
    overflow: visible;
}

.course-swipers .inner-box {
    position: relative;
}

.course-swipers .item-box {
    width: 42%;
    
}

.course-swipers .dot {
    width: 16px;
    height: 16px;
    background: #4777cc;
    transition: .4s;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    transform: rotate(45deg);
    top: 14px;
}

.course-swipers .year {
    line-height: 2;
    font-size: 24px;
    color: #4777cc;
    transition: .4s;
}

.course-swipers .text {
    font-size: 14px;
    line-height: 24px;
    transition: background, color .4s;
}
.course-swipers .swiper-slide:nth-of-type(odd) .item-box {float: left;text-align: right;}
.course-swipers .swiper-slide:nth-of-type(even) .item-box{float: right;text-align: left;}
.course-swipers .item-active0 .item-box {
    top: 254px;
    transition: .4s;
    visibility: visible;
}

.course-swipers .item-active1 .item-box {
    top: 235px;
    transition: .4s;
    visibility: visible;
}

.course-swipers .item-active2 .item-box {
    top: 204px;
    transition: .4s;
    visibility: visible;
}

.course-swipers .item-active3 .item-box {
    top: 154px;
    transition: .4s;
    visibility: visible;
}

.course-swipers .item-active4 .item-box {
    top: 82px;
    transition: .4s;
    visibility: visible;
}

.course-swipers .item-prev {
    top: 272px;
    visibility: hidden;
}

.course-swipers .item-netx {
    top: 30px;
    visibility: hidden;
    transition: .4s;
}

.course-swipers .swiper-slide {
    cursor: pointer;
}


/* ç»„ç»‡æž¶æž„ */

.zuzhi-area {
    width: 100%;
    height: 100%;
     background: url(../img/zuzhibj.jpg)no-repeat center center/cover;
}
#chyu{padding-top: 100px;margin-bottom: 50px;}
.zuzhi-area .jiagou-img {
    width: 85%;
    max-width: 100%;
    display: block;
    margin: 0 auto 0px; 
}

.zuzhi {
    position: relative;
    padding-left: 246px;
}

.zuzhi .zuzhi-wrap {
    position: relative;
    height: 490px;
}

.zuzhi .zuzhi-con {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.zuzhi .zuzhi-con.active {
    display: block;
}

.zuzhi .zhuzhi-menu {
    position: absolute;
    width: 246px;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    align-items: stretch;
}

.zuzhi .zhuzhi-menu a {
    display: block;
    height: 64px;
    line-height: 64px;
    background: #dee5ed;
    border-radius: 34px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 64px;
}

.zuzhi .zhuzhi-menu a:last-child {
    margin-bottom: 0;
}

.zuzhi .zhuzhi-menu a.on {
    background: #3064e7;
    background: linear-gradient(200deg, #3064e7, #7fa5ec);
    color: #fff;
}

.zuzhi .line-heng {
    position: absolute;
    width: 100%;
    height: 1px;
}

.zuzhi .line-heng span {
    display: block;
    /* width: 0; */
    width: 100%;
    height: 100%;
    background: #3d6998;
    /* transition: 1s; */
    transition: 0.1s;
}

.zuzhi .active .line-heng span {
    width: 100%;
    /* transition: 1s; */
    transition: 0.1s;
}

.zuzhi .line-shu {
    position: absolute;
    width: 1px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    align-items: stretch;
}

.zuzhi .line-shu span {
    display: block;
    /* height: 0; */
    height: 100%;
    background: #3d6998;
    transition: 1s;
}

.zuzhi .active .line-shu span {
    height: 100%;
    transition: 1s;
}

.zuzhi .group-sec {
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    align-items: stretch;
}

.zuzhi .flex-group {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: stretch;
    align-items: stretch;
}

.zuzhi .text-item {
    height: 60px;
    padding: 0 30px;
    line-height: 18px;
    color: #fff;
    border-radius: 34px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zuzhi .color1 .text-item {
    background: #4675ca;
    background: linear-gradient(200deg, #4675ca, #81a5e8);
}

.zuzhi .color2 .text-item {
    background: #3b8fd7;
    background: linear-gradient(200deg, #3b8fd7, #7bc1f0);
}

.zuzhi .color3 .text-item {
    background: #24b3e8;
    background: linear-gradient(200deg, #24b3e8, #57d1ef);
}

.on-animateion .active .text-item {
    opacity: 1;
    transition: 1s;
}

.cyqy {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    align-items: stretch;
}

.cyqy>div {
    position: relative;
}

.cyqy .line-group1 {
    width: 75px;
}

.cyqy .line-group1 .line1 {
    top: 180px;
    left: 0;
}

.cyqy .line-group2 {
    width: 1px;
}

.cyqy .line-group2 .line1 {
    height: calc(100% - 81px);
    top: 41px;
    left: 0;
}

.zuzhi-con:nth-child(2) .line-group2 .line1 {
    height: calc(100% - 73px);
    top: 35px;
    left: 0;
}

.cyqy .line-group3 {
    width: 66px;
    height: 100%;
    display: flex;
}


/* .course-swiper .on .item-active4 .dot {
    transform: rotate(26deg) translateX(10px);
} */

.zuzhi-wrap .zuzhi-con:nth-child(2) .cyqy .line-group3 .line-heng {
    top: 35px;
}

.zuzhi-wrap .zuzhi-con:nth-child(2) .cyqy .line-group3 .group-sec:last-child .line-heng {
    top: 31px;
}

.cyqy .line-group4 {
    width: 98px;
}

.cyqy .line-group4 .group-sec5 .line2 {
    position: absolute;
    width: 50%;
    top: 127px;
    right: 0;
}

.cyqy .line-group4 .group-sec5 .line3 {
    position: absolute;
    height: 88px;
    top: 40px;
    left: 50%;
}

.cyqy .line-group5 {
    width: 69px;
}

.cyqy .line-group5 .line1 {
    width: 50%;
}

.cyqy .line-group5 .line2 {
    position: absolute;
    width: 50%;
    right: 0;
    top: -14px;
}

.cyqy .line-group5 .line3 {
    position: absolute;
    width: 50%;
    right: 0;
    bottom: -16px;
}

.cyqy .line-group5 .line4 {
    position: absolute;
    height: 110px;
    left: 50%;
    top: -13px;
}

.cyqy .line-group5 span {
    /* animation-delay: 4.2s !important; */
}

.cyqy .text-group1 {
    width: 230px;
}

.cyqy .text-group1 .itemFadeIn {
    /* animation-delay: 1.8s !important; */
}

.cyqy .text-group2 {
    width: 235px;
}

.cyqy .text-group3 {
    height: 226px;
    width: 235px;
    margin-top: 90px;
}

.cyqy.znbm .line-group1 .line1 {
    top: 315px;
}
.zuzhi-area{padding-top: 0 !important;position: relative;z-index: 10;}
 #zuzhi{padding-top: 120px !important;}
 .team-area .wrap{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
@media screen and (max-width:1720px) {
    .course-swiper .item-active2 .item-box {
        top: 207px;
    }
    .course-swiper .item-active3 .item-box {
        top: 166px;
    }
    .course-swiper .item-active4 .item-box {
        top: 85px;
    }
    #zuzhi{padding-top: 120px !important;}
}

@media screen and (max-width:1700px) {
    .course-swiper .item-active2 .item-box {
        top: 204px;
    }
    .course-swiper .item-active3 .item-box {
        top: 155px;
    }
    .course-swiper .item-active4 .item-box {
        top: 83px;
    }
    .team-area ul .item .tit{font-size: 22px;}
	.team-area ul .item .item_info span{font-size: 20px;}
	.team-area ul .item .item_info span:nth-child(2){font-size: 18px;}
}

@media screen and (max-width:1680px) {
	.about_box .logolist{padding-top: 70px;}
    .course-swiper .item-active2 .item-box {
        top: 207px;
    }
    .course-swiper .item-active3 .item-box {
        top: 167px;
    }
    .course-swiper .item-active4 .item-box {
        top: 104px;
    }
    .about_box .logolist a {
        display: inline-block;
        padding-bottom: 20px;
        height: auto;
        margin-right: 10%;
    }
    #zuzhi{padding-top: 120px !important;}
}

@media screen and (max-width:1650px) {
    .course-swiper .item-active2 .item-box {
        top: 207px;
    }
    .course-swiper .item-active3 .item-box {
        top: 163px;
    }
    .course-swiper .item-active4 .item-box {
        top: 100px;
    }
}

@media screen and (max-width:1600px) {
    .course-swiper .item-active0 .item-box {
        top: 254px;
    }
    .course-swiper .item-active2 .item-box {
        top: 206px;
    }
    .course-swiper .item-active3 .item-box {
        top: 164px;
    }
    .course-swiper .item-active4 .item-box {
        top: 98px;
    }
    .course-swiper .swiper-slide:hover .year {
        font-size: 28px;
    }
    .course-map .course-next {
        top: 25px;
    }
    .about_box .logolist a {
        margin-right: 10%;
    }
    .about_box .logolist a:nth-child(7){position: relative;top: 0px;vertical-align: top;}
}

@media only screen and (max-width:1440px) {
    .course-swiper .item-active0 .item-box {
        top: 253px;
    }
    .course-swiper .item-active2 .item-box {
        top: 213px;
    }
    .course-swiper .item-active3 .item-box {
        top: 175px;
    }
    .course-swiper .item-active4 .item-box {
        top: 125px;
    }
    .course-swiper .swiper-slide:hover .year {
        font-size: 28px;
    }
    .course-map .course-next {
        top: 68px;
    }
    .about_box .item-cont ul>li.item-right {
        padding-left: 7%;
        box-sizing: border-box;
    }
     .team-area ul .item .tit{font-size: 20px;}
	.team-area ul .item .item_info span{font-size: 18px;}
	.team-area ul .item .item_info span:nth-child(2){font-size: 16px;}
}

@media only screen and (max-width:1366px) {
	.zuzhi-area .jiagou-img{width: 75%;}
	#zuzhi{padding-top: 110px !important;}
	.zuzhi-area h4{padding-bottom: 0px;}
	  .about_box .item-cont ul>li.item-left  .title{margin-bottom: 25px;}  
	  .about_box .item-cont ul>li.item-left .txt{margin-bottom: 30px;}  
	  .about_box .item-cont ul>li.item-right{margin-top: 55px;}  
	  .about_box .logolist{    padding-top:35px;}  
	 .team-area ul .item .tit{font-size: 18px;}
	.team-area ul .item .item_info span{font-size: 16px;}
	.team-area ul .item .item_info span:nth-child(2){font-size: 14px;}
    .course-map .course-prev {
        top: 198px;
        left: -62px;
    }
    .course-swiper .dot {
        width: 14px;
        height: 14px;
    }
    .course-swiper .item-active0 .item-box {
        top: 191px;
    }
    .course-swiper .item-active1 .item-box {
        top: 178px;
    }
    .course-swiper .item-active2 .item-box {
        top: 153px;
    }
    .course-swiper .item-active3 .item-box {
        top: 116px;
    }
    .course-swiper .item-active4 .item-box {
        top: 58px;
    }
    .course-swiper .swiper-slide:hover .item-box {
        height: 40px;
        margin-top: -20px;
    }
    .course-swiper .swiper-slide:hover .dot {
        width: 30px;
        height: 30px;
        border: 6px solid #4777cc;
    }
    .course-swiper .swiper-slide:hover .year {
        font-size: 28px;
    }
    .course-swiper .swiper-slide:hover .text {
        padding: 20px;
        margin-top: 30px;
    }
    .course-map .course-next {
        top: -10px;
        right: -68px;
    }
    .course-map .map img {
        width: 1100px;
        height: 200px;
    }
}

@media only screen and (max-width:1280px) {
	.about_box .cont-item .item-cont{position: relative;}
	.about_box .cont-item .bg{position: absolute;left: 0;top: 0;}
    /* ç®€ä»‹ */
    .about_box .logolist a {
        margin-right: 10%;
        max-width: 33%;
        max-height: 50px;
        height: auto;
    }
    .about_box .logolist a:nth-child(4){margin-right: 11%;}
    .about_box .logolist a:nth-child(5){margin-right: 11%;}
    .about_box .logolist a:nth-child(6){margin-right: 11%;}
    .about_box .logolist a:nth-child(1) img {
        width: 120px;
    }
    .about_box .logolist a:nth-child(4) img {
        width: 65px;
    }
    .about_box .logolist a:nth-child(5) img {
        width: 56px;
    }
    .about_box .logolist a:nth-child(6) img {
        width: 40px;
    }
    .about_box .logolist a:nth-child(7) img {
        width: 70px;
    }
    /* åŽ†ç¨‹ */
    .course-swiper .item-active1 .item-box {
        top: 177px;
    }
    .course-swiper .item-active2 .item-box {
        top: 151px;
    }
    .course-swiper .item-active3 .item-box {
        top: 114px;
    }
    .course-swiper .item-active4 .item-box {
        top: 56px;
    }
    .course-map .course-next {
        top: 100px;
    }
    .course-map .map img {
        width: 980px;
        height: 200px;
    }
    .course-map .course-prev {
        top: 201px;
        left: -58px;
    }
    .course-map .course-next {
        top: -11px;
        right: -35px;
    }
    /* ç»„ç»‡æž¶æž„ */
    .zuzhi .zhuzhi-menu {
        width: 230px;
    }
    .zuzhi {
        padding-left: 230px;
    }
    /* é¢†å¯¼å›¢é˜Ÿ */
    .team-area ul .item .bottom-line {
        width: 150px;
    }
}

.mobile-cont {
    display: none;
}

@media only screen and (max-width:1024px) {
	.about_box .logolist a{margin-right: 3%;}
	.team-area .wrap{position: relative;left: 0;top: 0;transform: translate(0,0);}
	.idea-area .wrap{position: relative;left: 0;top: 0;transform: translate(0,0);}
	.course-map .course-btn {display: none;}
	.fp-section.fp-table, .fp-slide.fp-table{display: block;}
	.fp-section.fp-table, .fp-slide.fp-table{display: block;}
	.about_box .logolist{padding-top: 37px;}
	.wrap{width: 100%;}
	.about_box .cont-item .item-cont{position: relative;z-index: 100;}
	.about_box .cont-item .item-cont:after{display: block;content: "";clear: both;margin: auto;}
	.about_box .cont-item .bg{position: absolute;left: 0;top: 0;z-index: 50;}
	.idea-area{padding-top: 80px !important;}
	.about_box .item-cont ul>li.item-right{padding-left: 5%;box-sizing: border-box;}
	.about_box .logolist a:nth-child(7){top: 0;}
   .about_box .logolist{font-size: 0;}
   .about_box .logolist a img{max-width: 100%;}
   .about_box .logolist a{margin-right: 0 !important;}
   .about_box .logolist a:nth-child(1){width: 30% !important;}
   .about_box .logolist a:nth-child(2){width: 30% !important;}
   .about_box .logolist a:nth-child(3){width: 30% !important;}
   .about_box .logolist a:nth-child(4){width: 24% !important;}
   .about_box .logolist a:nth-child(5){width: 24% !important;}
   .about_box .logolist a:nth-child(6){width: 24% !important;}
   .about_box .logolist a:nth-child(7){width: 24% !important;}
    /* ç®€ä»‹ */
    .pc-cont {
        display: none;
    }
    .mobile-cont {
        display: block;
    }
    .about_box .cont-item .item-cont {
        width: 95%;margin: auto;
    }
    .about_menu>span {
        width: 13vw;
    }
    .about_box .item-cont>li.item-left {
        padding: 0 20px;
    }
    .about_box .item-cont>li.item-right {
        padding: 0 20px;
        padding-left: 6%;
    }
    /* ç†å¿µ */
    .idea-area>.wrap {
        width: 90%;
    }
    /* åŽ†ç¨‹ */
    .course-area {
        padding: 86px 6vw 50px !important;
        overflow: hidden;
    }
    .course-area h4 {
        width: 100%;
    }
    .course-map {
        width: 100%;
    }
    .course-map .map {
        top: 80px;
    }
    .course-map .map img {
        width: 86vw;
        height: 200px;
    }
    .course-map .course-btn {
        width: 32px;
        height: 32px;
        display: block;
    }
    .course-map .course-prev {
        top: 282px;
        left: -4.5vw;
    }
    .course-map .course-next {
        top: 72px;
        right: -2.5vw;
    }
    .course-swiper .item-box {
        width: 20vw;
    }
    .course-swiper .item-active0 .item-box {
        top: 271px;
    }
    .course-swiper .item-active1 .item-box {
        top: 241px;
    }
    .course-swiper .item-active2 .item-box {
        top: 175px;
    }
    .course-swiper .swiper-slide:hover .item-box {
        height: 14px;
        margin-top: -20px;
    }
    /* ç»„ç»‡æž¶æž„ */
    .zuzhi-area {
    	
        padding:0 2vw 40px 2vw;
        overflow: hidden;
    }
     #zuzhi{padding-top: 80px !important;}
    .zuzhi .zhuzhi-menu {
        width: 16vw;
    }
    .zuzhi {
        padding-left: 16vw;
        width: 82vw;
    }
    .zuzhi .zhuzhi-menu a {
        height: 60px;
        line-height: 60px;
    }
    .zuzhi .text-item {
        height: auto;
        padding: 12px 20px;
        line-height: 20px;
        min-height: 60px;
    }
    .cyqy .line-group1 {
        width: 4vw;
    }
    .cyqy .text-group1 {
        width: 18vw;
    }
    .cyqy .text-group2 {
        width: 18vw;
    }
    .cyqy .line-group3 {
        width: 4vw;
    }
    .cyqy .text-group3 {
        width: 18vw;
    }
    .cyqy .line-group4 {
        width: 4vw;
    }
    .cyqy .line-group5 {
        width: 6vw;
    }
    /* ç®¡ç†å›¢é˜Ÿ */
    .team-area>.wrap {
        width: 90%;
    }
    
    .team-area ul .item .bottom-line {
        width: 14vw;
    }
    .about_box .logolist a:nth-child(7){top: 5px;}
     .team-area ul .item .tit{font-size: 16px;}
	.team-area ul .item .item_info span{font-size: 14px;}
	.team-area ul .item .item_info span:nth-child(2){font-size: 12px;}
}

@media only screen and (max-width:800px) {
    /* ç®€ä»‹ */
   .about_box .item-cont ul>li.item-right{margin-top: 0;}
   
    .company-list .list-item h6 {
        font-size: 16px;
    }
    .about_menu>span:not(:first-child) {
        margin-left: 5px;
    }
    .team-area .item span.tit {
        font-size: 16px;
    }
    .team-area .item span {
        font-size: 14px;
    }
    .about_box .cont-item .bg {
        right: 0%;
        height: 40%;
        width: 100%;
        margin-top: 20px;
    }
    .about_box .cont-item .bg img {
        width: 100%;
        height: 100%;
    }
    .about_box .cont-item {
        height: 100vh;
    }
    .about_box .item-cont ul>li {
        width: 100%;
        float: none;
        padding-left: 10%;
        padding-top: 20px;
    }
    .about_box .cont-item .item-cont {
        width: 96%;
        flex-wrap: wrap;
        padding-top: 40px;
    }
    .about_box .cont-item .item-cont h3 {
        margin-bottom: 15px;
    }
    .about_box .item-cont>li.item-left {
        width: 100%;
    }
    .about_box .item-cont>li.item-right {
        width: 100%;
        padding: 50px 3% 0;
    }
    .about_box .item-cont>li.item-left .txt {
        width: 55%;
    }
    .about_box .logolist {
        padding-top: 40px;
    }
    .about_box .logolist a {
        margin-right: 0;
        margin-bottom: 10px;
        padding: 0;
        height: 60px;
    }
    .about_box .logolist a:nth-child(7){padding-top: 0}
    .about_box .logolist a:nth-child(3) {
        margin-right: 0;
    }
    .about_box .logolist a:nth-child(5) {
        margin-right: 0vw;
    }
    .about_box .logolist a img {
        height: auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    /* ç†å¿µ */
    .idea-area {
        color: #ffffff;
        padding: 40px 0;
    }
    .idea-area p {
        width: 60vw;
    }
    /* å‘å±•åŽ†ç¨‹ */
    .course-swiper .dot {
        width: 10px;
        height: 10px;
    }
    .course-swiper .item-active0 .item-box {
        top: 273px;
    }
    .course-swiper .item-active1 .item-box {
        top: 243px;
    }
    .course-swiper .swiper-slide:hover .dot {
        width: 22px;
        height: 22px;
        border: 4px solid #4777cc;
    }
    .course-swiper .swiper-slide:hover .item-box {
        margin-top: -15px;
    }
    .course-swiper .swiper-slide:hover .text::before {
        border-width: 10px 8px;
        left: 10px;
        top: -20px;
    }
    .course-swiper .swiper-slide:hover .text {
        padding: 18px;
        margin-top: 22px;
    }
    /* ç»„ç»‡æž¶æž„ */
    .zuzhi {
        width: 90vw;
    }
    .zuzhi .zuzhi-wrap {
        height: 620px;
    }
    .zuzhi .zhuzhi-menu {
        top: -50px;
    }
    .cyqy .line-group2 .line1 {
        top: 51px;
        height: calc(100% - 102px);
    }
    .cyqy .text-group1 {
        width: 21vw;
    }
    .cyqy .text-group2 {
        width: 21vw;
    }
    .cyqy .text-group3 {
        width: 21vw;
        margin-top: 107px;
    }
    .cyqy .line-group4 .group-sec5 .line3 {
        height: 100px;
        top: 52px;
    }
    .cyqy .line-group5 .line3 {
        bottom: -14px;
    }
    .cyqy .line-group4 .group-sec5 .line2 {
        top: 151px;
    }
    .zuzhi-wrap .zuzhi-con:nth-child(2) .cyqy .line-group3 .line-heng {
        top: 51px;
    }
    .zuzhi-wrap .zuzhi-con:nth-child(2) .cyqy .line-group3 .group-sec:last-child .line-heng {
        top: 36px;
    }
    /* é¢†å¯¼å›¢é˜Ÿ */
    .team-area div.frist-box .item {
        width: 33%;
        padding-right: 5vw;
        height: 110px;
    }
    .team-area ul .item {
        width: 33%;
    }
    .team-area .frist-box h5 {
        width: 90vw;
        max-width: 90vw;
    }
    .team-area ul .item .bottom-line {
        width: 17vw;
    }
    .course-swiper .text {
        font-size: 14px;
    }
}

@media only screen and (max-width:768px ) {
	.fp-section.fp-table, .fp-slide.fp-table{height: auto !important;}
}
@media only screen and (max-width:450px) {
    /* ç®€ä»‹ */
   .course-map .course-btn {display:none;}
   .course-swiper{display: none;}
   .course-swipers{display: block;}
    .about_box .cont-item {
        height: auto;
    }
    .about_box .cont-item .item-cont {
        padding-top: 0;
    }
    .company-list .list-item:last-child {
        display: none;
    }
    .about_box .item-cont ul>li.item-left .txt {
        width: 78%;
    }
    .about_menu {
        display: none;
    }
    .team-area div.frist-box .item {
        width: 46%;
        margin-right: 20px;
        padding: 0;
    }
    .team-area div.frist-box .item:nth-of-type(2n) {
        margin-right: 0;
    }
    .cont-center {
        padding: 0;
    }
    .team-area ul .item {
        width: 50%;
    }
    .about_box .cont-item .item-cont {
        width: 100%;
    }
    .about_box .cont-item .item-cont>.wrap {
        padding-top: 10px;
    }
    .about_box .item-cont ul>li.item-right {
        padding-left: 8%;
    }
    .about_box {
        padding:50px 20px 20px;
    }
    .about_box .item-cont>li.item-left .txt {
        width: 70%;
    }
    .about_box .cont-item .bg {
        height:340px;
    }
    .about_box .logolist {
        padding-top: 20px;
    }
    .about_box .logolist a {
        margin-bottom: 0;
        height: 50px;
        line-height: 50px;
        padding: 0;
    }
    .about_box .logolist a img {
        max-width: 22vw;
        vertical-align: middle;
        top: 0;
        transform: translateY(0);
    }
    .about_box .logolist a:nth-child(7){margin-top: 0;padding-top: 0;
    position: relative;top: -10px;}
    /* å‘å±•åŽ†ç¨‹ */
    .course-swiper {
        height: 380px;
    }
    .course-area {
        padding: 80px 20px 50px !important;
    }
    .course-map .map img {
        width: 80vw;
        height: 80px;
    }
    .course-map .course-btn img {
        width: 14px;
        height: 12px;
        margin: -6px 0 0 -8px;
    }
    .course-map .course-btn {
        width: 28px;
        height: 28px;
    }
    .course-map .course-prev {
        top: -10px;
        left: 50%;
        transform:rotate(90deg) ;
        margin-left: -14px;
    }
    .course-map .course-next {
        top:inherit;
        bottom: -30px;
        right:50%;
        transform:rotate(90deg) ;
         margin-right: -14px;
    }
    .course-swiper .item-active0 .item-box {
        top: 154px;
    }
    .course-swiper .item-active1 .item-box {
        top: 131px;
    }
    .course-swiper .item-box {
        width: 30vw;
    }
    .course-swiper .swiper-slide:hover .dot {
        width: 18px;
        height: 18px;
        border: 3px solid #4777cc;
    }
    /* ç†å¿µ */
    .idea-area p {
        width: 90vw;
    }
    /* ç»„ç»‡æž¶æž„ */
    .zuzhi-area {
        padding:0 4vw 20px 4vw;
       
    }
    .zuzhi .zhuzhi-menu a {
        margin-bottom: 30px;
        height: 104px;
        line-height: 30px;
        padding: 20px 11px;
        font-size: 16px;
        border-radius: 30px;
    }
    .zuzhi .zuzhi-wrap {
        height: 880px;
    }
    .zuzhi .text-item {
        padding: 12px 12px;
        height: 130px;
    }
    .zuzhi .zhuzhi-menu {
        top: -14px;
    }
    .cyqy .line-group2 .line1 {
        top: 73px;
        height: calc(100% - 146px);
    }
    .cyqy .line-group1 .line1 {
        top: 366px;
    }
    .cyqy.znbm .line-group1 .line1 {
        top: 485px;
    }
    .cyqy .line-group4 .group-sec5 .line3 {
        height: 142px;
        top: 74px;
    }
    .cyqy .line-group4 .group-sec5 .line2 {
        top: 215px;
    }
    .cyqy .line-group5 .line4 {
        position: absolute;
        height: 180px;
        left: 50%;
        top: -13px;
    }
    .cyqy .line-group5 .line2 {
        top: -13px;
    }
    .cyqy .line-group5 .line3 {
        bottom: -20px;
    }
    .cyqy .text-group3 {
        margin-top: 230px;
    }
    .zuzhi-wrap .zuzhi-con:nth-child(2) .cyqy .line-group3 .line-heng {
        top: 73px;
    }
    .zuzhi-wrap .zuzhi-con:nth-child(2) .cyqy .line-group3 .group-sec:last-child .line-heng {
        top: 52px;
    }
    .zuzhi .zuzhi-con:nth-child(2) .text-item {
        height: 70px;
    }
    .zuzhi .zuzhi-con:nth-child(2) .cyqy .text-group1 {
        width: 45vw;
    }
    .about_box .logolist a:nth-child(5) {
        margin-right: 0;
    }
    .about_box .logolist a:nth-child(7){margin-top: 10px;}
    .course-map.on-animateion .map{display: none;}
}

@media only screen and (max-width: 400px) {
    .about_box .item-cont ul>li {
        padding-left: 6%;
    }
    .about_box .cont-item .bg {
        height: 320px;
    }
    .about_box .item-cont ul>li.item-right {
        padding-left: 6%;
    }
    .about_box .cont-item {
        height: 880px;
    }
}


/* .åŠ å…¥æˆ‘ä»¬ */
.conttit {
    text-align: center;
}

.join-head {
    background: #445fea;
    text-align: center;
    color: #ffffff;
    line-height: 64px;
}
.join-head a{color: #FFFFFF;}
.join-center .searchBox {
    padding-bottom: 15px;
}

.searchBox .search-input {
    background: #dee5ed;
    display: inline-block;
    width: 78%;
    height: 46px;
    line-height: 46px;
    color: #666;
    border-radius: 2px;
    margin-right: 2%;
    position: relative;
    padding-left: 50px;
    float: left;
}
.searchBox .search-input-body {
    background: #dee5ed;
    display: inline-block;
    width: 78%;
    height: 46px;
    line-height: 46px;
    color: #666;
    border-radius: 2px;
    margin-right: 2%;
    position: relative;
    padding-left: 50px;
    float: left;
}

.searchBox .search-input input {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    padding-left: 12px;
}
.searchBox .search-input-body input {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    padding-left: 12px;
}

.submit-btn {
    display: inline-block;
    width: 20%;
    height: 100%;
    background: #0072ff;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
    transition: all 0.3s;
}

.submit-btn:hover {
    box-shadow: 0 2px 3px 1px #506aef;
    transition: all 0.3s;
    background: #3449b5;
}

.join-center .searchBox .icon-btn {
    width: 20px;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 30px;
    top: 0;
    background: url(../img/icon_search.png) no-repeat;
    background-size: 100%;
    background-position: center;
}

.selecte-item {
    width: 100%;
    justify-content: flex-start;
}

.selecte-item .select {
    width: 25.4%;
    height: 46px;
    background: #dee5ed;
    margin-right: 1%;
    position: relative;
    cursor: pointer;
    float: left;
}

.selecte-item .select::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-left: 1px solid #999999;
    border-bottom: 1px solid #999999;
    top: 15px;
    right: 20px;
    position: absolute;
    transform: rotate(-45deg);
    transition: all .3s ease-in;
}

.selecte-item .select p {
    width: 100%;
    line-height: 46px;
    font-size: 16px;
    font-family: "microsoft yahei";
    color: #666666;
    padding: 0px 15px;
}

.selecte-item .select ul {
    width: 100%;
    display: block;
    font-size: 16px;
    background: #FFFFFF;
    position: absolute;
    top: 48px;
    left: 0px;
    max-height: 0px;
    overflow: hidden;
    transition: max-height .3s ease-in;
    z-index: 6;
}

.selecte-item .select ul li {
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding: 0px 15px;
    list-style: none;
    color: #666666;
}

.selecte-item .select ul li.Selected {
    background: #dee5ed;
    color: #FFFFFF;
}

.selecte-item .select ul li:hover {
    background: #D0D0D0;
}

@-webkit-keyframes slide-down {
    0% {
        transform: scale(1, 0);
    }
    25% {
        transform: scale(1, 1.2);
    }
    50% {
        transform: scale(1, 0.85);
    }
    75% {
        transform: scale(1, 1.05);
    }
    100% {
        transform: scale(1, 1);
    }
}

.selecte-item .select.open ul {
    max-height: 700px;
    transform-origin: 50% 0;
    /*-webkit-animation: slide-down .5s ease-in;*/
    transition: max-height .2s ease-in;
    box-shadow: 0 0 10px 1px #eeeeee;
}

.selecte-item .select.open::after {
    transform: rotate(134deg);
    transition: all .3s ease-in;
    top: 18px;
}


/*åŠ å…¥æˆ‘ä»¬   - æœç´¢ */

.result-item {
    border: 1px solid #e3e3e3;
    margin-bottom: 20px;
    padding: 50px 30px;
    transition: all 0.3s;
    overflow: hidden;
}

.result-item:hover {
    background: #fcfcfc;
    transition: all 0.3s;
    border-color: #fcfcfc;
}

.result-item>a {
    display: block;
}

.result-item>a.item-left {
    width: 90%;
    display: block;
    float: left;
    font-size: 0;
    line-height: 34px;
}

.result-item>a.item-left p {
    display: inline-block;
    width: 33%;
    text-align: center;
    vertical-align: middle;
    
}

.result-item>a.item-left h5 {
    display: inline-block;
    width: 33%;
    vertical-align: middle;
}

.result-item>a.item-right {
    width: 10%;
    height: 32px;
    background: url(../img/icon_shar.png) no-repeat;
    background-size: 28px auto;
    background-position: right center;
    display: inline-block;vertical-align: middle;
}

.result-item>a.item-right:hover {
    background: url(../img/icon_sharb.png) no-repeat;
    background-size: 28px auto;
    background-position: right center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.join-head span{margin: 0 10px;}

@media only screen and (max-width:768px) {
    .join-center {
        padding: 0 20px;
    }
    .search-result {
        padding: 20px 20px 0;
    }
    .search-result .result-item {
        border: none;
        box-shadow: 0 0 5px 1px #f2f2f2;
        margin-bottom: 15px;
        border-radius: 5px;
    }
    .selecte-item .select::after {
        width: 7px;
        height: 7px;
    }
    .pading-box {
        display: none;
    }
    .join-head {
        line-height: 50px;
    }
    
    .result-item>a.item-left {
    	line-height: 25px;
    }
    .result-item>a.item-right {
    }
    .selecte-item .select{width: 32%;margin-right: 0;box-sizing: border-box;}
    .selecte-item .select+.select{margin-left: 2%;}
}

@media only screen and (max-width: 500px) {
	.join-head {text-align: left;line-height: 26px;padding: 10px;}
	.join-head span{display: block;}
	.result-item>a.item-left p{font-size: 14px;word-break: break-all;vertical-align: top;}
	.result-item>a.item-left h5{font-size: 14px;    word-break: normal;vertical-align: top;}
	.searchBox .search-input{padding-left: 25px;}
	.searchBox .search-input-body{padding-left: 25px;}
	.join-center .searchBox .icon-btn{left: 10px;}
}
/* æ‹›è˜è¯¦æƒ…é¡µ */

.join-content {
    line-height: 24px;
    align-items: flex-start;
}

.conttit {
    color: #333;
}

.join-content>div:nth-child(1) {
    width: 20%;
    float: left;
}

.join-content>div:nth-child(2) {
    width: 80%;
    float: right;
}
.join-content:after{display: block;content: "";clear: both;}
.join-content>div:nth-child(1) a {
    display: inline-block;
    margin-right: 25px;
}

.frist-line {
    font-weight: 600;
    color: #333;
}

.join-content>div:nth-child(1) .tit {
    font-weight: 600;
    color: #333333;
}

.join-content .little-tit {
    line-height: 40px;
    margin-bottom: 5px;
    margin-top: 10px;
    color: #333;
}

.join-content .yaoqiu {
    line-height: 36px;
    list-style: disc;
}

.join-content .apply-btn {
    display: inline-block;
    width: 160px;
    height: 54px;
    background: #3c64bc;
    color: #ffffff;
    text-align: center;
    line-height: 54px;
    border-radius: 6px;
}

.join-content .apply-btn:hover {
    box-shadow: 0 2px 3px 1px #506aef;
    transition: all 0.3s;
    background: #3449b5;
}

@media only screen and (max-width:1280px) {
    .join-content>div:nth-child(1) a {
        margin-right: 15px;
    }
}
@media only screen and (max-width:1024px ) {
	.join-content>div:nth-child(1){display: none;}
	.join-content>div:nth-child(2) {
        width: 100%;
        margin-bottom: 20px;
    }
    .join-content .apply-btn {
        width: 30vw;
        height: 46px;
        line-height: 46px;
        margin: 20px auto;
    }
    .join-center{padding: 0 20px;}
}
@media only screen and (max-width:768px) {
    .join-content {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        padding: 0 10px;
    }
    .join-content>div:nth-child(1) {
        width: 100%;
        margin-bottom: 20px;
        display: none;
    }
    .join-content>div:nth-child(2) {
        width: 100%;
        margin-bottom: 20px;
    }
    .join-content .apply-btn {
        width: 30vw;
        height: 46px;
        line-height: 46px;
        margin: 20px auto;
    }
    .selecte-item .select {
        height: 40px;
    }
    .selecte-item .select:last-child {
        margin-right: 0;
    }
    .selecte-item .select p {
        line-height: 40px;
        font-size: 14px;
        padding: 0px 10px;
    }
    .selecte-item .select ul li {
    height: auto;
    line-height: 20px;
    font-size: 14px;
    padding: 9px 12px;
}
}


/* å‚è‚¡æŽ§è‚¡ */

.holding-content {
    width: 100%;
    margin-top: 0 !important;
    padding-top: 60px;
    background: #f8fbfc;
}

.holding-content .conttit {
    line-height: 70px;
    color: #333;
}

.holding-menu {
    padding: 30px 0;
    display: block;
    height: 176px;
}

.holding-menu .tab-item {
    cursor: pointer;
    position: relative;
    height: 116px;
    display: block;
    text-align: center;
    float: left;
    border-radius: 6px;
    width: 14.2%;
    position: relative;
}

.holding-menu .tab-item img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
}

.holding-menu .tab-item:hover {
    opacity: 1;
    transition: all 0.3s;
    -webkit-transiton: all 0.3s;
    box-shadow: 0 0 6px #ecf5fc;
    background: #ffffff;
}

.holding-menu .tab-item.selected {
    opacity: 1;
    box-shadow: 0 0 6px #ecf5fc;
    background: #ffffff;
}

.holding-box {
    position: relative;
    background-color: #fafcfd;
    background-image: url(../img/cangu/c03.jpg);
    background-size: 100% 100%;
}

.holding-box .hidebox {
    display: none;
}

.holding-box .item-top .intro {
    color: #888888;
    display: block;
    line-height: 30px;
    padding: 10px 0 130px;
    text-align: justify;
    text-justify: inter-word;
}

.holding-box .item-top .intro i {
    color: #358ce0;
}

.holding-box .item-top .img-box {
    width: 32%;
    display: inline-block;
    float: left;
    overflow: hidden;
}

.holding-box .item-top .txt-box {
    width: 67%;
    padding-left: 25px;
    background: transparent;
    display: inline-block;
    float: left;
    overflow: hidden;
}
.holding-item.hold_use .img-box-tex{height: 350px;}
.intro:after{display: block;content: "";clear: both;}
.img-box-tex{overflow-y: hidden;}
.img-box-use{padding-right: 20px;box-sizing: border-box;}
.img-box img {
    width: 100%;
}

.holding-box .item-bottom {
    position: relative;
    padding-bottom: 150px;
}

.holding-box .item-bottom .voice_2 {
    position: relative;
    overflow: hidden;
}

.voice_2 ul {
    height: 375px;
    overflow: hidden;
    display: block;
    transition: all 0.3s;
}

.voice_2 ul li {
    display: inline-block;
    height: 375px;
    cursor: pointer;
    position: relative;
    width: 80px;
    margin-right: 5px;
    transition: all 0.3s;
    float: left;
}

.voice_2 ul li.active-li {
    width: 1025px;
    transition: all 0.3s;
}

.ark .voice_2 ul li.active-li {
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
    transition: all 0.3s;
}

.youchuang .voice_2 ul li.active-li {
    width: 980px;
    transition: all 0.3s;
}

.voice_2 .fold {
    width: 80px;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #2c9dd2;
    color: #ffffff;
    padding: 0 23px;
    z-index: 1;
    border-radius: 5px;
    transition: all 0.3s;
}

.voice_2 .active-li .fold {
    background: #3a7ee0;
    transition: all 0.3s;
}

.voice_2 .fold h2 {
    position: absolute;
    width: 30px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
}

.voice_2 .unfold {
    width: 910px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 80px;
    display: none;
    transition: all 0.3s;
}

.ark .voice_2 ul .unfold {
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
    transition: all 0.3s;
}

.youchuang .voice_2 ul li .unfold {
    width: 860px;
}

.voice_2 ul li.active-li .unfold {
    display: block;
    transition: all 0.3s;
}

.voice_2 .unfold>div {
    display: inline-block;
    width: 49%;
    float: left;
    transition: all 0.3s;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.voice_2 .unfold>div img {
    width: 100%;
    height: 100%;
}

.voice_2 .unfold>div:nth-child(1) {
    height: 100%;
}

.voice_2 li .unfold .txt {
    padding: 0 30px;
    text-align: justify;
    display: block;
}

.voice_2 li .unfold .txt p {
    display: inline-block;
    float: left;
}

.holding-box .item-bottom .bottom-inner {
    width: 1130px;
    height: 300px;
}

.holding-box .item-bottom .textCon {
    color: #fff;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    position: relative;
}

.holding-box .item-bottom .textCon:not(:last-child) {
    box-shadow: 3px 0 4px 1px #2a6ed3;
}

.item-bottom .textCon p {
    color: #afdaf7;
    line-height: 28px;
    text-align: justify;
    text-justify: inter-word;
    letter-spacing: 1px;
    height: 240px;
    border: 1px solid #7aa5ea;
    padding: 40px 22px 20px;
    position: relative;
    /* overflow-y: scroll; */
}

.item-bottom .textCon p::-webkit-scrollbar {
    display: none
}

.item-bottom .textCon .block-tit {
    position: relative;
    width: 100%;
    line-height: 60px;
    height: 60px;
    text-align: center;
    cursor: pointer;
    color: #4384d7;
    background: #fff url(../img/hold_bg.png) no-repeat center right;
    background-size: 80% 100%;
}

.item-bottom .textCon .block-tit::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -16px;
    margin-left: -8px;
}

.holding-box .slide-btn {
    z-index: 999;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    background: #6cc3e9;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    cursor: pointer;
    opacity: 0.7;
}

.holding-box .swiper-button-next {
    right: 16%;
}

.holding-box .swiper-button-prev {
    left: 16%;
}

.holding-box .slide-btn:hover {
    transition: all 0.3s;
    opacity: 1;
    background: #1150b3;
}

.holding-box .slide-btn:focus {
    outline: none;
}
.holding-box .item-top .txt-box .txt_tit{float: left;width: calc(100% - 150px);}
 .holding-box .item-top .txt-box .txt_btn{float: right; transition: all .3s ease-in;font-size: 0;height: 40px;line-height: 40px;background: #57b5f4;text-align: center; border-radius: 20px;width: 130px;}
  .holding-box .item-top .txt-box .txt_btn a{font-size: 18px;display: block;color: #FFFFFF;}
  .holding-box .item-top .txt-box .txt_btn:hover{background: #007AFF;}
  .section-title:after{display: block;content: "";clear: both;}
  .trans2.bulid-item.mt60{margin-top: 0;}
@media only screen and (max-width: 1680px) {
    .voice_2 ul li {
        width: 75px;
    }
    .holding-box .item-top .txt-box .txt_btn{width: 124px;}
    .holding-box .item-top .txt-box .txt_btn a{font-size: 16px;}
    .voice_2 .fold {
        width: 75px;
    }
    .voice_2 .unfold {
        width: 884px;
        left: 75px;
    }
    .voice_2 ul li.active-li {
        width: 962px;
    }
    .youchuang .voice_2 ul li.active-li {
        width: 895px;
    }
    .youchuang .voice_2 ul li .unfold {
        width: 820px;
    }
}

@media only screen and (max-width: 1450px) {
    .voice_2 ul li {
        width: 70px;
    }
    .voice_2 .fold {
        width: 70px;
    }
    .voice_2 .unfold {
        width: 790px;
        left: 70px;
    }
    .voice_2 ul li.active-li {
        width: 880px;
    }
    .youchuang .voice_2 ul li.active-li {
        width: 810px;
    }
    .youchuang .voice_2 ul li .unfold {
        width: 730px;
    }
}

@media only screen and (max-width: 1360px) {
    .voice_2 li .unfold .txt p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1280px) {
    .voice_2 ul li {
        width: 64px;
    }
    .voice_2 .fold {
        width: 64px;
        padding: 0 15px;
    }
    .voice_2 .unfold {
        width: 720px;
    }
    .voice_2 ul li.active-li {
        width: 802px;
    }
    .voice_2 li .unfold .txt p {
        font-size: 16px;
    }
    .youchuang .voice_2 ul li.active-li {
        width: 740px;
    }
    .youchuang .voice_2 ul li .unfold {
        width: 650px;
    }
    .holding-box .item-top .txt-box .txt_btn{width: 104px;height: 35px;line-height: 35px;}
    .holding-box .item-top .txt-box .txt_btn a{font-size: 16px;}
}

@media only screen and (max-width: 768px) {
	.holding-box .item-top .txt-box .txt_btn{width: 75px;}
	.holding-box .item-top .txt-box .txt_btn a{font-size: 14px;}
    .voice_2 .fold {
        width: 5vw;
        padding: 0 10px;
    }
    .holding-box .item-bottom {
        padding: 30px 2vw;
    }
    .voice_2 .fold h2 {
        font-size: 14px;
    }
    .voice_2 .unfold {
        width: 77vw;
        left: 5vw;
    }
    .voice_2 ul li {
        width: 6vw;
        margin-right: 1vw;
    }
    .holding-box .item-top .txt-box .txt_tit{text-align: left; width: calc(100% - 80px);margin-right: 0;font-size: 14px;}
    .holding-item.hold_use .img-box-tex{height: auto;}
}

@media only screen and (max-width: 450px) {
    .voice_2 {
        padding: 0 10px;
    }
    .holding-box .item-bottom {
        padding: 20px 0;
    }
    .voice_2 ul li.active-li {
        width: 100%;
        height: auto;
    }
    .voice_2 ul li {
        width: 100%;
        margin-right: 0;
        height: 34px;
        margin-bottom: 2px;
        float: none;
        display: block;
    }
    .voice_2 .fold {
        width: 100%;
        padding: 0 20px;
        text-align: center;
    }
    .voice_2 .fold h2 {
        font-size: 14px;
        width: 100%;
    }
    .voice_2 ul {
        height: auto;
    }
    .voice_2 .unfold {
        width: 100%;
        left: 0;
        height: 0;
        top: 40px;
        position: relative;
    }
    .voice_2 ul li.active-li .unfold {
        display: block;
        height: auto;
    }
    .header .logo a {
        width: 80%;
        padding-top: 10px;
    }
    .voice_2 li.active-li .fold {
        width: 100%;
        padding: 0 20px;
        text-align: center;
        height: 34px;
    }
    .voice_2 .unfold>div {
        display: inline-block;
        width: 100%;
        float: none;
        height: 100%;
    }
    .voice_2 li .unfold .txt {
        padding: 0 10px;
        display: block;
        height: auto;
        padding-bottom: 50px;
    }
    .voice_2 li .unfold .txt p {
        height: auto;
        float: none;
        font-size: 14px;
        padding-bottom: 10px;
    }
}


/*å›žåˆ°é¡¶éƒ¨*/

.hgotop {
    cursor: pointer;
    position: fixed;
    right: 17px;
    top: 78%;
    z-index: 100;
    width: 84px;
    height: 84px;
    background: url(../img/top.png) center center no-repeat;
    background-size: 100% 100%;
}

@media only screen and (max-width: 1366px) {
    .hgotop {
        right: 2%;
    }
}

@media only screen and (max-width: 1280px) {
    .hgotop {
        right: 0;
        bottom: 50px;
    }
}

@media only screen and (max-width: 768px) {
    .hgotop {
        display: none;
    }
}

@media only screen and (max-width:1850px) {
    .holding-box .swiper-button-next {
        right: 14%;
    }
    .holding-box .swiper-button-prev {
        left: 14%;
    }
}

@media only screen and (max-width:1800px) {
    .holding-box .swiper-button-next {
        right: 13%;
    }
    .holding-box .swiper-button-prev {
        left: 13%;
    }
}

@media only screen and (max-width:1750px) {
    .holding-box .swiper-button-next {
        right: 10%;
    }
    .holding-box .swiper-button-prev {
        left: 10%;
    }
}

@media only screen and (max-width:1680px) {
    .holding-box .swiper-button-next {
        right: 7%;
    }
    .holding-box .swiper-button-prev {
        left: 7%;
    }
}

@media only screen and (max-width:1550px) {
    .holding-box .swiper-button-next {
        right: 5%;
    }
    .holding-box .swiper-button-prev {
        left: 5%;
    }
}

@media only screen and (max-width:1440px) {
    .holding-box .swiper-button-next {
        right: 3%;
    }
    .holding-box .swiper-button-prev {
        left: 3%;
    }
}

@media only screen and (max-width:1200px) {
    .holding-box .swiper-button-next {
        right: 1%;
    }
    .holding-box .swiper-button-prev {
        left: 1%;
    }
    .holding-box .item-bottom .textCon {
        height: 300px;
    }
    .holding-box .item-top h4 img {
        width: auto;
    }
    .holding-menu .tab-item img {
        max-width: 80px;
    }
    .holding-box .item-bottom {
        padding: 100px 0;
    }
}

@media only screen and (max-width:1050px) {
    .holding-box .item-bottom .bottom-inner {
        padding: 0 4%;
    }
}

@media only screen and (max-width:1024px) {
    .holding-content {
        height: 300px;
    }
    .holding-menu {
        padding: 50px 4.2% 60px;
    }
    .holding-menu .tab-item img {
        max-width: 80px;
    }
    .holding-box .item-bottom .textCon {
        height: 300px;
    }
    .item-bottom .textCon p {
        padding-top: 20px;
        height: 225px;
    }
    .item-bottom .textCon:hover .block-tit::after {
        width: 35px;
    }
    .holding-menu .tab-item::after {
        bottom: -85px;
    }
    .holding-content {
        margin-top: 70px;
    }
    .holding-box .item-top h4 img {
        max-height: 60px;
    }
}

@media only screen and (max-width:1000px) {
    .holding-menu .tab-item::after {
        bottom: -80px;
        width: 20px;
        height: 20px;
    }
    .holding-box .item-top h4 img {
        max-height: 50px;
    }
    .item-bottom .textCon p {
        font-size: 14px;
    }
    .holding-box .item-bottom .bottom-inner {
        flex-wrap: wrap;
        padding: 30px 0;
        height: auto;
    }
    .holding-box .item-bottom .textCon {
        width: 100%;
        background: none;
        border-bottom: 1px solid rgba(117, 191, 242, 0.3);
        height: auto;
    }
    .item-bottom .textCon .block-tit {
        line-height: 50px;
        height: 50px;
        font-size: 14px;
    }
    .holding-box .item-top h4 {
        height: 140px;
        padding: 20px 0 40px
    }
}

@media only screen and (max-width:850px) {
    .holding-content {
        margin-top: 60px;
        height: 260px;
    }
    .holding-content .conttit {
        line-height: 50px;
    }
    .holding-menu {
        padding: 50px 2% 50px;
    }
    .holding-menu .tab-item img {
        max-width: 60px;
        max-height: 60px;
        width: auto;
    }
    .holding-menu .tab-item::after {
        bottom: -62px;
    }
    .holding-box .item-top h4 img {
        max-height: 65px;
        max-width: 80px;
    }
    .holding-box .item-top .intro {
        padding: 30px 6%;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .holding-box .item-bottom .textCon:nth-child(3n) {
        box-shadow: 3px 0 4px 1px #2a6ed3;
    }
    .holding-box .item-bottom .textCon:nth-child(2n) {
        box-shadow: none;
    }
    .holding-box .item-top .intro p:nth-child(1) {
        width: 100%;
        text-align: center;
        padding-bottom: 15px;
        font-size: 16px;
    }
    .holding-box .item-top .intro p:nth-child(2) {
        width: 100%;
    }
}

@media only screen and (max-width:500px) {
    .holding-content {
        height: 210px;
    }
    .holding-menu {
        padding: 30px 2% 30px;
    }
    .holding-menu .tab-item img {
        max-width: 9vw;
        max-height: 9vw;
        width: auto;
    }
    .holding-box .item-top h4 {
        height: 100px;
        padding: 0px 0 20px;
    }
    .holding-menu .tab-item::after {
        bottom: -50px;
        width: 15px;
        height: 15px;
    }
    .holding-box .slide-btn {
        display: none;
    }
}


/* ä¸šåŠ¡é¢†åŸŸé¡µé¢ */

.businessBanner .online-btn {
    display: inline-block;
    width: 245px;
    height: 64px;
    border-radius: 60px;
    background: #5a80ed;
    line-height: 64px;
    color: #fff;
    text-align: center;
    background-image: linear-gradient(#a3baff, #5a80ed);
    margin: 30px 0;
}

.businessBanner .online-btn:hover {
    box-shadow: 0 1px 4px 1px #486fdf;
    transition: all 0.3s;
}

.area-buju .conttent-inner {
    position: relative;
}

.area-buju .conttent-inner h5 {
    text-align: center;
    padding-bottom: 15px;
    
    color: #333;
}

.area-buju .conttent-inner .txt {
    width: 60%;
    margin: 0 auto;
    text-align: justify;
    
    color: #333;
    padding-top: 10px;
}

.caseswiper-inner {
    position: relative;
    width: 1440px;
    padding-left: 80px;
    padding-right: 80px;
}

.area-buju .caseSwiper {
    
    text-align: center;
    overflow: hidden;
    position: relative;
}

.area-buju .swiper-slide {
    display: block;
    position: inherit;
}
.spre_ban a{cursor: default;}
.sule_ban .swiper-slide	{padding-bottom: 30px ;box-sizing: border-box;}
.area-buju .swiper-slide .txtFlow {
    position: absolute;
    bottom: 25px;
    left: 0;
    padding-left: 30px;
    width: 100%;
    color: #fff;
    text-align: left;
}

.area-buju .swiper-slide .case_mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 100%;
    opacity: 0;
    color: #fff;
    background: rgba(41, 109, 234, 0.9);
    line-height: 26px;
    transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 80px 40px 40px;
    text-align: center;
    justify-content: center;
}

.area-buju .swiper-slide:hover .case_mask {
    opacity: 1;
    transform: translateY(0%);
    -o-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    height: 100%;
    transition: all 0.3s ease-out;
}

.area-buju .swiper-slide .case_mask h6 {
    padding-bottom: 30px;
    width: 100%;
    padding-top: 15px;
}

.area-buju .swiper-slide .case_mask .icon img {
    max-width: 70px;
    height: auto;
}

.area-buju .swiper-slide .case_mask p {
    width: 100%;
}

.area-buju .swiper-slide .case_mask .line-element {
    display: block;
    width: 40px;
    height: 3px;
    background: #f22f5d;
    margin: 30px auto;
}

.area-buju .caseswiper-inner .swiper-button {
    width: 46px;
    height: 46px;
    background: #eee;
    background: rgba(238, 238, 238, 1);
    color: #999;
    line-height: 46px;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    opacity: 0;
}

.area-buju .caseswiper-inner .swiper-button:hover {
    background: #0f1849;
    color: #fff;
    transition: all 0.3s;
}

.area-buju .caseswiper-inner .swiper-button:focus {
    border: none;
    outline: none;
}

.area-buju .service-box {
    position: relative;
    overflow: hidden;
    color: #fff;
    text-align: center;
}

.area-buju .service-box img {
    width: 100%;
}

.area-buju .service-box .imgbox:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 0.3s;
}

.area-buju .service-box .txtbox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    padding: 8% 5%;
}

.area-buju .service-box .txtbox .h5 {
    width: 100%;
    cursor: pointer;
    display: block;
    color: #fff;
}

.area-buju .service-box .txtbox p {
    width: 55%;
    line-height: 26px;
    text-align: justify;
}

.area-teamwork {
    color: #333;
    text-align: justify;
}

.area-teamwork .teamwork-box {
    justify-content: center;
    flex-wrap: wrap;
}

.area-teamwork .teamwork-box>div {
    width: 50%;
    overflow: hidden;
}

.area-teamwork .teamwork-box>div img {
    width: 100%;
}

.area-teamwork .teamwork-box>div img:hover {
    transform: scale(1, 1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 0.3s ease-in;
}

.area-teamwork .teamwork-box>div:nth-child(2) {
    padding-left: 20px;
    line-height: 30px;
}

.area-teamwork .partner-list img {
    max-width: 100%;
}
.spre_name{font-size: 12px;}
@media only screen and (max-width:1366px ) {
	.area-buju .swiper-slide{font-size: 12px;}
}
@media only screen and (max-width:1024px ) {
	.banner{margin-top: 70px;}
}
@media only screen and (max-width:1000px) {
    .businessBanner .online-btn {
        display: inline-block;
        width: 30vw;
        height: 50px;
        border-radius: 43px;
        line-height: 50px;
    }
    .banner .textCon h1 {
        padding-left: 3vw;
    }
    .bulid1 {
        width: 100%;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width:800px) {
    .area-buju .conttent-inner .txt {
        width: 90%;
    }
    .businessBanner.banner .textCon {
        bottom:5%;
        left: 1px;
    }
    .businessBanner.banner .textCon h1 {
        font-size: 30px;
    }
    .businessBanner .online-btn {
        width: 25vw;
        height: 46px;
        border-radius: 43px;
        line-height: 46px;
        letter-spacing: 2px;
        margin: 20px auto;
    }
}

@media only screen and (max-width:500px) {
    .banner .textCon h1 {
        font-size: 24px;
        letter-spacing: 2px;
    }
    .businessBanner.banner .textCon h1 {
        font-size: 24px;
    }
    .area-buju .swiper-slide .case_mask p{padding: 13px 0;}
    .caseswiper-inner .case_img{height: 370px !important;}
}

/*å¹³å°æœåŠ¡*/
.server_pic{display: none ;background: #FFFFFF;  width: 100%;height: 100%;position: fixed;z-index: 300;left: 0;top: 0;}
.server_pic img{width: 100%;height: auto;position: fixed;z-index: 300;left: 0;top: 50%;transform: translateY(-50%);}
.serve_desk{padding: 30px 0 40px;background: #f2f4f9;}
.serve_use{position: relative;}
.serve_le{float: left;}
.serve_rig{float: right;}
.serve_list{width: 25%;}
.serve_list li{position: relative;margin: 50px 0 60px; padding-left: 42px;box-sizing: border-box;}
.serve_list em{position: absolute;left: 0;top: 5px;width: 32px;height: 32px;text-align: center;line-height: 32px;background: #1b44a2;color: #FFFFFF;font-size: 14px;}
.serve_tit{font-size: 16px;color: #333333;font-weight: bold;}
.serve_info{font-size: 14px;color: #333333;line-height: 22px;}
.serve_pic{position: absolute;width: 29.5%;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.serve_pic img{display: block;width: 100%;position: relative;z-index: 40;}
.serve_img{position: relative;}
.serve_yu{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 100;font-size: 24px;color: #FFFFFF;}
@media only screen and (max-width:1000px) {
    .serve_list li{margin: 30px 0 40px;}
    .serve_list{width: 28%;}
    .serve_yu{font-size: 20px;}
}

@media only screen and (max-width:800px) {
    .serve_list{width: 90%;float: none;margin: auto;}
    .serve_yu{font-size: 18px;}
    .serve_pic{width: 30%; position: relative;margin: auto;left: 0;top: 0;transform: translate(0,0);}
}

@media only screen and (max-width:500px) {
   
}
/*ä¸šåŠ¡èƒ½åŠ›*/
.abbilt_box{background: #e3e6ef;padding: 30px 0 25px;box-sizing: border-box;margin-bottom: 60px;}
.abbilt_list li{width: 25%;text-align: center;float: left;color: #333333;}
.abbilt_tit{margin-top: 15px;}
.abbilt_top{color: #333333;text-align: center;}
.abbilt_list ul{margin-top: 35px;}
@media only screen and (max-width:1000px) {
    .swiper-slide .abbilt_pic img{height: 70px;}
}

@media only screen and (max-width:800px) {
   .swiper-slide .abbilt_pic img{height: 60px;}
}

@media only screen and (max-width:500px) {
   .swiper-slide .abbilt_pic img{height: 50px;}
}

/*è§£å†³æ–¹æ¡ˆ*/
.total_use{position: relative;}
.total_ban{width: 87%;margin: auto;}
.total_ban li{height: 125px;line-height: 125px;cursor: pointer; border:1px solid #eeeeee ;text-align: center;color: #333333;}
.total_ban li.swiper-slide.on{height: 152px;background: url(../img/serbj.png) center center/cover;border: 1px solid transparent;color: #FFFFFF;}
.total_btn{position: absolute;transition: all .3s ease-in; top: 50%;margin-top: -13px; transform: translateY(-50%);width: 46px;height: 46px;background: rgba(238, 238, 238, 0);color: #999;line-height: 46px;text-align: center;font-size: 40px;cursor: pointer;}
.total_le{left: 0;}
.total_rig{right: 0;}
.total_btn:hover{color: #FFFFFF;background: #1b44a2;}
.sule_ban{width: 87%;margin: auto;font-size: 14px;text-align: justify; color: #333333; background: #e9ecf3;padding: 30px 35px;box-sizing: border-box;}
.sule_list p{position: relative;margin-top: 10px;}
/*.sule_list p:after{display: block;content: "";position: absolute;left: 0;top: 10px;width: 5px;height: 5px;border-radius: 50%;background: #000000;}*/
.solu_more{margin-top: 25px;line-height: 26px;}
.solu_more a{color: #1a5cda;}
.total_use{margin-top: 23px;}
.solu_down{position: absolute;font-size: 12px;line-height: 27px; cursor: pointer; right: 0;bottom: 0px;height: 26px;}
.solu_more{position: absolute;left: 0;bottom: 0;width: 100%;}
.solu_more .solu_down a{display: block; background: url(../img/solu_down.png) no-repeat 100% center ;padding-right: 30px; background-size: 21px;}
.abbilt_pic{height: 80px;}
.total_ban li.swiper-slide  .abbilt_pic{height: 80px;line-height: 80px;padding-top: 15px;box-sizing: border-box;}
.swiper-slide .abbilt_pic img{width: auto;margin: auto; height: 54px;display: block;}
.swiper-slide .abbilt_pic img+img{display: none;}
.abbilt_name{height: 30px;line-height: 30px;}
.total_ban li.swiper-slide.on  img{display: none;}
.total_ban li.swiper-slide.on  img+img{display: block;}
.area-buju.buscont{padding-bottom: 0;}
.total_box{margin:auto;padding-top: 100px;}
.down_use{display: none; position: fixed;left: 0;top: 0;background:rgba(0,0,0,0.4) ;width: 100%;height: 100%;z-index: 300;}
.down_box{position: fixed;left: 50%;top: 50%;transform: translate(-50%,-50%);background: #FFFFFF;padding: 20px;}
.down_btns{margin-top: 18px;}
.down_btns span{display: block;border: 1px solid #ECECEC; width: 80px;height: 34px;line-height: 34px;cursor: pointer; text-align: center;font-size: 16px;}
.down_text{font-size: 18px;}
.down_btns .down_true{float: right;background: #007AFF;color: #FFFFFF;border:1px solid #007AFF ;}
.down_btns .down_con{float: left;background: #ECECEC;}
.txtbox.on h6 {
    margin-bottom: 5px;
    margin-top: 15px;
    color: rgb(54,146,215);
}
.txtbox.on h6 p{font-weight: bold;}
.txtbox.on .texen{font-size: 14px;}
@media only screen and (max-width:1280px) {
	.total_ban li.swiper-slide  .abbilt_pic{height: 64px;}
    .total_ban li{height: 100px;line-height: 100px;}
    .swiper-slide .abbilt_pic img{height: 40px;}
    .total_ban li.swiper-slide.on{height: 120px;line-height: 120px;}
    .total_btn{width: 40px;height: 40px;font-size: 35px;line-height: 40px;}
}

@media only screen and (max-width:1000px) {
    .total_ban{width: 100%;}
    .sule_ban{width: 100%;}
    .total_btn{opacity: 0;}
}
@media only screen and (max-width:800px) {
    .total_ban{width: 90%;}
    .sule_ban{width: 90%;}
    .total_ban li{position: relative;}
    .total_box{padding-top: 70px;}
}
@media only screen and (max-width:500px) {
   .swiper-slide .abbilt_pic img{height: 50px;}
   .sule_ban{padding: 20px 15px;}
   .swiper-slide .abbilt_pic img{height: 40px;}
}

/*å…¨çƒå¸ƒå±€*/
.reach_box{background: #f2f4f9;padding: 55px 0 25px;box-sizing: border-box;}
.map_box{margin-top: 20px;position: relative;margin-bottom: 50px;}
.map_pic{width: 76%;margin: auto;}
.map_pic img{display: block;width: 100%;}
.map2{width: 10%;position: absolute;right: 0;bottom: 0;}
.map2 img{display: block;width: 100%;}
.spre_box{position: relative;margin-top: 60px;}
.spre_le{left: 0;}
.spre_rig{right: 0;}
.spre_ban{width: 87%;}
.spre_pic{overflow: hidden;}
.spre_pic img{display: block;width: 100%;transition: all .3s ease-in;}
.spre_pic img:hover{transform: scale(1.05);}
@media only screen and (max-width:768px) {
   .map2{right: 10%;}
}
.item_info{margin-bottom: 20px;}
.team-area ul .item:nth-child(4){width: 100%;margin-top: 20px;}
.team-area ul .item:nth-child(4) .item_head{margin-bottom: 20px;}
.team-area ul .item:nth-child(4) .item_info{width: 33.3%;display: inline-block;margin-bottom: 10px;}
.team-area ul .item:nth-child(4) .item_head{margin-bottom: 10px;}
@media only screen and (max-width:1366px ) {
	.item_info{margin-bottom: 0;}
	.team-area ul .item:nth-child(4){margin-top: 25px;}
	.team-area ul .item:nth-child(4) .item_head{margin-bottom: 10px;}
	.team-area ul .item{line-height: 30px;}
	.team-area ul .item:nth-child(4) .item_info{margin-bottom: 15px;}
}	
@media only screen and (max-width:768px ) {
	.txtbox.on h6 {
    margin-bottom: 5px;
    margin-top: 25px;
}
	.team-area ul .item:nth-child(4){margin-top: 20px;}
	.team-area ul .item{line-height: 26px;}
	.team-area ul .item:nth-child(4) .item_info{margin-bottom: 10px;}
}
@media only screen and (max-width:500px ) {
	.txtbox.on h6{margin-top: 0;}
}
/* åœ°å›¾åˆ†éƒ¨ */

.area-map {
    background: #f4f7fd;
    position: relative;
    padding-left: 7%;
    padding-right: 7%;
}

.area-map h2 {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    color: #333333;
}

.area-map .mapbox img {
    width: 100%;
}

.area-map .direction-bar {
    position: absolute;
    top: 5%;
    left: 10%;
    z-index: 22;
    background: #fff;
    width: 175px;
    padding: 10px 20px;
    text-align: center;
    color: #999;
    border-radius: 5px;
    box-shadow: 0 5px 10px 1px #f4f7fd;
}

.area-map .direction-bar li .circle {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 25px;
}

.area-map .direction-bar li:nth-child(1) .circle {
    background: #549bf1;
}

.area-map .direction-bar li:nth-child(2) .circle {
    background: #ffb719;
}

.area-map .direction-bar li:nth-child(3) .circle {
    background: #ff1c1c;
}

.area-map .direction-bar li:nth-child(4) .circle {
    background: #3fd554;
}

.dataitem {
    position: absolute;
    top: 39%;
    left: 75%;
}

.dataitem .icon {
    display: inline-block;
    width: 50px;
    height: 50px;
}

.dataitem .icon img {
    width: 25px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dataitem:hover .icon img {
    width: 52px;
    transition: all 1s;
}

.dataitem.bule2 {
    top: 27%;
    left: 46%;
}

.dataitem.bule3 {
    top: 37%;
    left: 77%;
}

.dataitem.bule4 {
    top: 31%;
    left: 76%;
}

.dataitem.bule5 {
    top: 38%;
    left: 61%;
}

.dataitem.red1 {
    top: 39%;
    left: 52%;
}

.dataitem.red2 {
    top: 46%;
    left: 78.5%;
}

.dataitem.red3 {
    top: 61%;
    left: 24%;
}

.dataitem.red4 {
    top: 45%;
    left: 73%;
}

.dataitem.red5 {
    top: 50%;
    left: 55%;
}

.dataitem.yellow1 {
    top: 27%;
    left: 47%;
}

.dataitem.yellow2 {
    top: 29%;
    left: 20%;
}

.dataitem.yellow3 {
    top: 36%;
    left: 74%;
}

.dataitem.yellow4 {
    top: 39%;
    left: 66%;
}

.dataitem.yellow5 {
    top: 20%;
    left: 69%;
}

.dataitem.green1 {
    top: 55%;
    left: 74%;
}

.dataitem.green2 {
    top: 70%;
    left: 81.5%;
}

.dataitem.green3 {
    top: 79%;
    left: 27%;
}

.dataitem.green4 {
    top: 33%;
    left: 78.5%;
}

.dataitem.green5 {
    top: 51%;
    left: 24.5%;
}

.dataitem.green6 {
    top: 38%;
    left: 16.5%;
}

.dataitem.green7 {
    top: 62%;
    left: 30.5%;
}

.dataitem.green8 {
    top: 26%;
    left: 48.5%;
}

.dataitem.green9 {
    top: 43%;
    left: 58.5%;
}

.dataitem.green11 {
    top: 20%;
    left: 48.5%;
}

.dataitem.green12 {
    top: 26%;
    left: 50.5%;
}

.dataitem.green13 {
    top: 32%;
    left: 54.5%;
}

.dataitem .datamodel {
    position: absolute;
    top: -74px;
    right: 56%;
    transform: translate(-11%, -16%);
    background: #4d77ca;
    background: rgba(77, 119, 202, 0.94);
    width: 330px;
    color: #fff;
    padding: 25px 30px;
    line-height: 22px;
    transform: translateX(100%);
    opacity: 0;
    position: relative;
    font-family: PingFangSC;
    display: none;
}

.dataitem .datamodel h5 {
    line-height: 30px;
    font-size: 16px;
    text-align: center;
}

.dataitem .datamodel span {
    display: inline-block;
    min-width: 47%;
}

.dataitem .datamodel.smallbox {
    width: 180px;
    text-align: center;
    padding: 12px 15px;
}

.dataitem:hover .datamodel {
    opacity: 1;
    display: block;
    transition: all 2s ease-out;
    -webkit-transition: all 2s;
    transform: translateX(0%);
    z-index: 888;
    animation: itemFadeIn 1s ease-out;
}

.dataitem .datamodel::after {
    content: '';
    position: absolute;
    top: -26px;
    right: 50%;
    width: 0;
    height: 0;
    margin-top: 5px;
    border-top: 10px solid transparent;
    border-bottom: 18px solid #4d77ca;
    border-left: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 20px solid transparent;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
}

.dataitem.bule1 .datamodel {
    top: 70%;
    right: 188px;
}

.dataitem.bule1 .datamodel::after {
    border-bottom: 18px solid #4d77ca;
    border-left: 10px solid transparent;
    border-left: 10px solid transparent;
    top: -26px;
    right: 50%;
}

.dataitem.bule2 .datamodel {
    top: 70%;
    right: 188px;
}

.dataitem.bule2 .datamodel::after {
    border-bottom: 18px solid #4d77ca;
    border-left: 10px solid transparent;
    border-left: 10px solid transparent;
    top: -26px;
    right: 50%;
}

.dataitem.bule3 .datamodel {
    top: 70%;
    right: 188px;
}

.dataitem.bule3 .datamodel::after {
    border-bottom: 18px solid #4d77ca;
    border-left: 10px solid transparent;
    border-left: 10px solid transparent;
    top: -26px;
    right: 50%;
}

.dataitem.bule4 .datamodel {
    top: 70%;
    right: 188px;
}

.dataitem.bule4 .datamodel::after {
    border-bottom: 18px solid #4d77ca;
    border-left: 10px solid transparent;
    border-left: 10px solid transparent;
    top: -26px;
    right: 42%;
}

.dataitem.red1 .datamodel {
    top: 70%;
    right: 40%;
}

.dataitem.red1 .datamodel::after {
    border-bottom: 18px solid #4d77ca;
    border-left: 10px solid transparent;
    border-left: 10px solid transparent;
    top: -26px;
    right: 42%;
}

.dataitem.red2 .datamodel {
    top: 70%;
    right: 40%;
}

.dataitem.red3 .datamodel {
    top: 70%;
    right: 40%;
}

.dataitem.red4 .datamodel {
    top: 70%;
    right: 40%;
}

.dataitem.red2 .datamodel::after {
    border-bottom: 18px solid #4d77ca;
    border-left: 10px solid transparent;
    border-left: 10px solid transparent;
    top: -26px;
    right: 50%;
}

.dataitem.red3 .datamodel {
    top: 70%;
    right: 40%;
}

.dataitem.red3 .datamodel::after {
    border-bottom: 18px solid #4d77ca;
    border-left: 10px solid transparent;
    border-left: 10px solid transparent;
    top: -26px;
    right: 50%;
}

.dataitem.red4 .datamodel {
    top: 70%;
    right: 40%;
}

.dataitem.red5 .datamodel {
    top: 70%;
    right: 40%;
}

.dataitem.yellow1 .datamodel {
    top: 70%;
    right: 188px;
}

.dataitem.yellow1 .datamodel::after {
    border-bottom: 18px solid #4d77ca;
    border-left: 10px solid transparent;
    border-left: 10px solid transparent;
    top: -26px;
    right: 50%;
}

.dataitem.yellow2 .datamodel {
    top: -9px;
    right: 46%;
}

.dataitem.yellow3 .datamodel {
    top: -9px;
    right: 47%;
}

.dataitem.yellow4 .datamodel {
    top: 4px;
    right: 45%;
}

.dataitem.yellow5 .datamodel {
    top: 9px;
    right: 45%;
}

.dataitem.red3 .datamodel::after {
    border-bottom: 18px solid #4d77ca;
    border-left: 10px solid transparent;
    border-left: 10px solid transparent;
    top: -26px;
    right: 50%;
}

.dataitem.green1 .datamodel {
    top: 70%;
    right: 40%;
}

.dataitem.green1 .datamodel::after {
    border-bottom: 18px solid #4d77ca;
    border-left: 10px solid transparent;
    border-left: 10px solid transparent;
    top: -26px;
    right: 50%;
}

.dataitem.green2 .datamodel {
    top: 70%;
    right: 40%;
}

.dataitem.green2 .datamodel::after {
    border-bottom: 18px solid #4d77ca;
    border-left: 10px solid transparent;
    border-left: 10px solid transparent;
    top: -26px;
    right: 50%;
}

.dataitem.green3 .datamodel {
    top: 70%;
    right: 40%;
}

.dataitem.green4 .datamodel {
    top: 70%;
    right: 40%;
}

.dataitem.green5 .datamodel {
    top: 70%;
    right: 40%;
}

.dataitem.green6 .datamodel {
    top: 70%;
    right: 40%;
}

.dataitem.green7 .datamodel {
    top: 70%;
    right: 40%;
}

.dataitem.green8 .datamodel {
    top: 70%;
    right: 40%;
}

.dataitem.green9 .datamodel {
    top: 70%;
    right: 40%;
}

.dataitem.green11 .datamodel {
    top: 70%;
    right: 40%;
}

.dataitem.green12 .datamodel {
    top: 70%;
    right: 40%;
}

.dataitem.green13 .datamodel {
    top: 70%;
    right: 40%;
}

@media only screen and (max-width:1440px) {
    .caseswiper-inner {
        width: 1340px;
    }
    .area-buju .swiper-slide .case_mask {
        padding: 55px 30px 30px;
    }
    .area-buju .swiper-slide .case_mask .icon img {
        max-width: 50px;
    }
    .area-buju .swiper-slide .case_mask h6 {
        padding-bottom: 20px;
    }
    .area-buju .swiper-slide .case_mask .line-element {
        margin: 20px auto;
    }
    .area-buju .service-box .txtbox p {
        width: 70%;
    }
}

@media only screen and (max-width:1380px) {
    .area-buju .service-box .txtbox p {
        width: 75%;
    }
}

@media only screen and (max-width:1280px) {
    .caseswiper-inner {
        width: 1140px;
        padding-left: 60px;
        padding-right: 60px;
    }
    .area-buju .swiper-slide .case_mask {
        padding: 40px 20px 20px;
    }
    .area-buju .swiper-slide .case_mask .icon img {
        max-width: 45px;
    }
    .area-buju .swiper-slide .case_mask h6 {
        padding-bottom: 15px;
    }
    .area-buju .swiper-slide .case_mask .line-element {
        margin: 15px auto;
    }
    .area-buju .caseswiper-inner .swiper-button {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 24px;
    }
    .area-buju .service-box .txtbox {
        padding: 6% 3%;
    }
    /* åŒºåŸŸåˆ†éƒ¨ */
    .dataitem:hover .icon img {
        width: 34px;
    }
    .dataitem .icon img {
        width: 18px;
    }
    .dataitem .datamodel {
        width: 340px;
        padding: 20px 25px;
    }
}

@media only screen and (max-width:1180px) {
    .caseswiper-inner {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .area-buju .caseSwiper {
        width: 960px;
    }
    .area-buju .caseswiper-inner .swiper-button {
        opacity: 0;
    }
    .area-buju .service-box {
        width: 960px;
    }
    .area-teamwork {
        width: 960px;
    }
    .area-buju .service-box .txtbox p {
        width: 80%;
    }
    /* åŒºåŸŸåˆ†éƒ¨ */
    .area-map .direction-bar {
        top: 3%;
        left: 2%;
    }
    .dataitem .datamodel {
        width: 320px;
        padding: 15px;
    }
}

@media only screen and (max-width:1024px) {
    .area-buju .caseSwiper {
        width: 100%;
    }
    .area-buju .service-box {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .area-teamwork {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .holding-menu .tab-item {
        height: 60px;
    }
    .holding-box .item-top .img-box {
        width: 100%;
    }
    .holding-box .item-top .txt-box {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
        background: transparent;
    }
    .holding-box .item-bottom {
        padding: 50px 0;
    }
    .area-buju .swiper-slide .case_mask {
        padding: 30px 15px 20px;
    }
    .area-buju .swiper-slide .txtFlow {
        bottom: 15px;
        font-size: 18px;
    }
    .area-buju .service-box .txtbox {
        padding: 3% 0%;
    }
    .area-teamwork h5 {
        font-size: 24px;
    }
    .area-teamwork .txt {
        font-size: 16px;
    }
    /* åŒºåŸŸåˆ†éƒ¨ */
    .dataitem .icon img {
        width: 15px;
    }
    .dataitem:hover .icon img {
        width: 25px;
        transition: all 1s;
    }
    .area-map .direction-bar li .circle {
        width: 8px;
        height: 8px;
        margin-right: 13px;
    }
    .dataitem .datamodel {
        position: absolute;
        top: -74px;
        right: 56%;
        width: 300px;
        padding: 20px 20px;
    }
    .dataitem.bule1 .datamodel {
        top: 110%;
        right: -115px;
    }
    .dataitem.bule2 .datamodel {
        top: 110%;
        right: -115px;
    }
    .dataitem.bule3 .datamodel {
        top: 110%;
        right: -115px;
    }
    .dataitem.bule4 .datamodel {
        top: 110%;
        right: -115px;
    }
    .dataitem.bule5 .datamodel {
        top: 110%;
        right: -115px;
    }
    .dataitem.red1 .datamodel {
        top: 110%;
        right: -115px;
    }
    .dataitem.red2 .datamodel {
        top: 110%;
        right: -115px;
    }
    .dataitem.red3 .datamodel {
        top: 110%;
        right: -115px;
    }
    .dataitem.yellow1 .datamodel {
        top: 110%;
        right: -115px;
    }
    .dataitem.yellow2 .datamodel {
        top: 110%;
        right: -115px;
    }
    .dataitem.green1 .datamodel {
        top: 110%;
        right: -115px;
    }
    .dataitem.green2 .datamodel {
        top: 110%;
        right: -115px;
    }
    .dataitem.green3 .datamodel {
        top: 110%;
        right: -115px;
    }
    .dataitem.green4 .datamodel {
        top: 110%;
        right: -115px;
    }
}

@media only screen and (max-width:900px) {
    .area-buju .swiper-slide .case_mask {
        padding: 20px 15px 10px;
    }
    .area-buju .swiper-slide .case_mask .icon img {
        max-width: 30px;
    }
    .area-buju .swiper-slide .case_mask h6 {
        padding-bottom: 10px;
    }
    .area-buju .swiper-slide .case_mask .line-element {
        margin: 10px auto;
    }
    .area-buju .service-box .txtbox h5 {
        font-size: 22px;
        padding-bottom: 5px;
    }
    .area-teamwork .teamwork-box>div {
        width: 100%;
    }
    .partner-list {
        padding: 30px 0;
        flex-wrap: wrap;
    }
    .partner-list img {
        width: 16vw;
    }
    .area-buju .swiper-slide .txtFlow {
        bottom: 15px;
        font-size: 16px;
        padding-left: 15px;
    }
    .area-buju .service-box .txtbox p {
        width: 90%;
    }
}

@media only screen and (max-width:768px) {
    .area-buju .service-box {
        height: 32vh;
        position: relative;
    }
    .area-map {
        padding-top: 100px;
    }
    .area-map .mapbox {
        position: relative;
    }
    .area-buju .service-box .imgbox img {
        position: absolute;
        height: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .area-map h2 {
        top: 20px;
    }
    .businessBanner .online-btn {
        display: inline-block;
        width: 35vw;
        height: 40px;
        border-radius: 43px;
        background: #5a80ed;
        line-height: 40px;
    }
    .businessBanner .textCon {
        left: 20px;
    }
    /* åŒºåŸŸåˆ†éƒ¨ */
    .area-map .direction-bar {
        width: auto;
        padding: 5px 20px;
        border-radius: 4px;
        top: 50px;
        background: transparent;
    }
    .area-map .direction-bar li {
        display: inline-block;
        margin-right: 10px;
    }
    .area-map .direction-bar li .circle {
        width: 5px;
        height: 5px;
        margin-right: 6px;
    }
    .dataitem:hover .icon img {
        width: 25px;
        transition: all 1s;
    }
    .dataitem .icon img {
        width: 8px;
    }
    .dataitem .datamodel {
        position: absolute;
        top: -74px;
        right: 56%;
        width: 240px;
        padding: 20px 20px;
    }
    .dataitem.bule1 .datamodel {
        top: 92%;
        right: -190px;
    }
    .dataitem.bule2 .datamodel {
        top: 92%;
        right: -116px;
    }
    .dataitem.bule3 .datamodel {
        top: 92%;
        right: -116px;
    }
    .dataitem.bule4 .datamodel {
        top: 92%;
        right: -24px;
    }
    .dataitem.bule5 .datamodel {
        top: 92%;
        right: -116px;
    }
    .dataitem.red1 .datamodel {
        top: 92%;
        right: -116px;
    }
    .dataitem.red2 .datamodel {
        top: 92%;
        right: -116px;
    }
    .dataitem.red3 .datamodel {
        top: 92%;
        right: -116px;
    }
    .dataitem.yellow1 .datamodel {
        top: 92%;
        right: -116px;
    }
    .dataitem.yellow2 .datamodel {
        top: 92%;
        right: -116px;
    }
    .dataitem.green1 .datamodel {
        top: 92%;
        right: -116px;
    }
    .dataitem.green2 .datamodel {
        top: 92%;
        right: -116px;
    }
    .dataitem.green3 .datamodel {
        top: 92%;
        right: -116px;
    }
    .dataitem.green4 .datamodel {
        top: 92%;
        right: -116px;
    }
    .dataitem.datamodel::after {
        border-bottom: 12px solid #4d77ca;
        top: -26px;
        right: 50%;
    }
    .dataitem.bule1 .datamodel::after {
        border-bottom: 14px solid #4d77ca;
        border-left: 10px solid transparent;
        border-left: 10px solid transparent;
        top: -28px;
        right: 74%;
    }
    .dataitem.bule4 .datamodel::after {
        border-bottom: 14px solid #4d77ca;
        top: -26px;
        right: 26%;
    }
}

@media only screen and (max-width:500px) {
    .banner .textCon {
        bottom: 28%;
        left: 10px;
    }
    .area-buju .swiper-slide .txtFlow {
        display: none;
    }
    .businessBanner .online-btn {
        height: 34px;
        line-height: 34px;
        margin: 10px auto;
        font-size: 14px;
        letter-spacing: 0;
    }
    .banner .swiper-slide {
        height: 22vh;
    }
    #homePage .swiper-slide {
        height: 100%;
    }
    .contact-way .con_menu {
        padding-bottom: 0;
    }
    .area-buju .swiper-slide .case_mask h6 {
        padding-bottom: 0px;
        padding-top: 0px;
        font-size: 16px;
        height: auto;
        line-height: 26px;
        padding: 3px 0;
        background: #f3f3f3;
        background: rgba(255, 255, 255, 0.5);
        color: #0e45a5;
    }
    /*.area-buju .swiper-slide .case_mask p{display: inline;}*/
    .search-result .result-item {
        border: none;
        box-shadow: 0 0 3px 1px #f8f8f8;
        margin-bottom: 15px;
        border-radius: 3px;
        padding: 10px 0px;
    }
    .result-item>a.item-left{width: 100%;}
    .result-item>a.item-left p:last-child{float: right;}
    .banner {
        margin-top: 60px;
    }
    .section-title {
        line-height: 40px;
        padding: 0 20px;
        font-size: 16px;
    }
    .join-center .conttit {
        padding-bottom: 20px;
    }
    .result-item>a.item-right {
        height: 26px;
    }
    .banner .img {
        height: 100%;
    }
    .banner .img img {
        height: 100%;
        width: auto;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(0);
    }
    .news1 .bulid-cont:nth-of-type(1) {
        padding-bottom: 20px;
    }
    .masseage-list .list-item .item-tit {
        line-height: 20px;
        font-size: 14px;
        height: 40px;
    }
    .masseage-list .list-item {
        width: 48%;
        box-shadow: 0 0 5px 1px #dcd6d6;
        background: #ffffff;
        margin-bottom: 4%;
        border-radius: 4px;
    }
    .masseage-list .list-item img {
        border-radius: 4px;
    }
    .masseage-list .list-item .txtbox {
        padding: 10px;
    }
    .area-buju .swiper-slide:hover .case_mask {
        opacity: 0;
        transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        height: 50%;
    }
    .area-buju .swiper-slide.on  .case_mask{
        padding: 15px 10px 10px;
        opacity: 1;
        transform: translateY(0%);
        -o-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        height: 100%;
        background: rgba(41, 109, 234, 0.5);
        line-height: 18px;
    }
    .caseswiper-inner {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .caseswiper-inner .case_img { 
        width: 100%;
    }
    .caseswiper-inner .case_img img{min-height: 100%;}
    .case_mask .icon {
        display: none;
    }
    .team-area ul .item:nth-child(4) .item_info{width: 100%;display: inline-block;}
}


/* å›žåˆ°é¡¶éƒ¨ fullpage*/

#fp-nav.fp-right {
    right: 17px;
    /**top: 78%;**/
    top:initial;
    bottom:0px;
    display: none;
}

#fp-nav.fp-right ul li:not(:first-child) {
    opacity: 0;
    display: none;
}

#fp-nav.fp-right ul li {
    width: 84px;
    height: 84px;
}

#fp-nav.fp-right ul li a {
    width: 84px;
    height: 84px;
    background: url(../img/top.png);
    background-size: 100%;
}

#fp-nav.fp-right ul li a span {
    display: none;
    width: 0;
    height: 0;
}
@media only screen and (max-width:1366px) {
	#fp-nav.fp-right ul li{width: 74px;height: 74px;}
   #fp-nav.fp-right ul li a {
    width: 60px;
    height: 60px;
}
}
@media only screen and (max-width:768px) {
    #fp-nav.fp-right {
        right: 0;
    }
    #fp-nav.fp-right ul li {
        width: 32px;
        height: 32px;
        margin-right: 0;
    }
    #fp-nav.fp-right ul li a {
        width: 32px;
        height: 32px;
    }
    .zuzhi-area h4 {
        padding-bottom: 5px;
    }
    #chyu{padding-top: 60px;margin-bottom: 30px;}
    .zuzhi-area .jiagou-img {
    	max-width: inherit;
        width: 100%;
        margin: 0 auto 0;
        /*margin-left: -65%;*/
    }
     .zuzhi-area .jiagou-img:hover{margin-left: 0;}
    /*.zuzhi-area{overflow-x: scroll;}*/
}
.code_box{display: none; position: fixed;width: 100%;height: 100%;left: 0;top: 0;z-index: 200;background: rgba(0,0,0,0.7);}
.code_box img{display: block;width: 200px;margin:10px auto;}
.code_use{display: block;width: 300px;background: #FFFFFF;position: fixed;left: 50%;top: 50%;transform: translate(-50%,-50%);padding: 20px;}
.code_top{position: relative;font-size: 18px;color: #333333;font-weight: bold;}
.code_top em{position: absolute;right: 0;top: 50%;transform: translateY(-50%);background: url(../img/guanbi.png)no-repeat center;background-size: cover;cursor: pointer; width: 17px;height: 17px;}
.code_use p{font-size: 13px;}
/*è§£å†³æ–¹æ¡ˆ*/

.sett_list a{display: block;padding: 35px 0 30px;box-sizing: border-box;}
.sett_list li{width: 400px;border: 1px solid #eeeeee; float: left;margin-left: 35px;margin-top: 35px;transition: all .3s ease-in;}
.sett_list li:nth-of-type(3n+1){margin-left: 0;}
.sett_pic{height:76px;}
.sett_pic img{height: 100%;margin: auto;display: block;}
.sett_pic img+img{display: none;}
.sett_name{text-align: center;color: #333333;text-align: center;margin:25px 0 10px; }
.sett_info{color: #999999;text-align: center;}
.sett_list li:hover{box-shadow:0 3px  7px rgba(0,0,0,0.08);background: #1150B3;}
.sett_list li:hover .sett_name{color: #FFFFFF;}
.sett_list li:hover .sett_info{color: #FFFFFF;}
.sett_list li:hover .sett_pic img{display:none;}
.sett_list li:hover .sett_pic img+img{display: block;}
@media only screen and (max-width:1680px) {
	.sett_list li{width: 376px;}
}
@media only screen and (max-width:1440px) {
	.sett_list li{width: 350px;margin-left: 25px;margin-top: 25px;}
	.sett_pic{height: 70px;}
	.sett_list a{padding: 30px 0 20px;}
	.sett_name{margin:15px 0 5px;}
}
@media only screen and (max-width:1280px) {
	.sett_list li{width: 31.7%;margin-left: 2%;}
	.sett_pic{height: 65px;}
}
@media only screen and (max-width:1024px) {
	.sett_pic{height: 55px;}
	.sett_list{padding: 0 10px;box-sizing: border-box;	}
}
@media only screen and (max-width:768px ) {
	.sett_info{height: 52px;}
}
@media only screen and (max-width:500px ) {
	.sett_pic{height: 45px;}
	.sett_info{font-size: 12px;line-height: 22px;height: 44px;padding: 0 5px;box-sizing: border-box;}
}
/*å…¨çƒæ¡ˆä¾‹*/
.cont-list .list-item .txtbox>.txtinner.caseinner{height: auto; left: 0;top: 50%;transform: translateY(-50%);}
.cont-list .list-item:hover .txtbox .item-tit  a{color: #FFFFFF;}
.case_sult a{transition: all .3s ease-in;height: 33px;line-height: 33px;border-radius: 16px; display: inline-block;margin-right: 20px;padding: 0 16px;border: 1px solid #4f4f4f;}
.cont-list .list-item:hover .case_sult a{background: #FFFFFF;border: 1px solid #FFFFFF;color: #007AFF;}
@media only screen and (max-width:1024px ) {
	.cont-list .list-item:hover .txtbox .item-tit a{color: #333333;}
	.cont-list .list-item:hover .case_sult a{border: 1px solid #4f4f4f;color: #333;}
}
@media only screen and (max-width:768px ) {
	.cont-list .list-item .txtbox>.txtinner.caseinner{padding: 20px 20px;}
}
@media only screen and (max-width: 500px) {
	.cont-list .list-item .txtbox>.txtinner.caseinner{padding: 0 20px;}
	
}

/*æ™ºæ…§å›­åŒºé¡µé¢*/
.solu_box{color: #333333;}
.solu_info{line-height: 24px;}
.solu_idea{color: #333;text-align: center;margin-top: 15px;}
.solu_tit{text-align: center;}
@media only screen and (max-width:1024px ) {
	.solu_box{padding: 0 15px;box-sizing: border-box;}
}
@media only screen and (max-width:768px ) {
	.solu_tit{font-size: 16px;}
}
.idea_list li{width: 32%;float: left;margin-top: 10px;}
.idea_list li+li{margin-left: 2%;}
.idea_list a{display: block;cursor: default;}
.idea_pic{position: relative;overflow: hidden;}
.idea_pic img{display: block;transition: all .3s ease-in; width: 100%;position: relative;z-index: 50;}
.idea_list li:hover img{transform: scale(1.05);}
.idea_name{color: #FFFFFF; position: absolute;z-index: 100;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.idea_cont{padding: 25px 0 5px 20px;box-sizing: border-box;border: 1px solid #cccccc;border-top: none;}
.idea_tit{font-weight: bold;color: #333333;}
.idea_info{margin-top: 5px; line-height: 20px;color: #333333;font-size: 0;height: 48px;overflow: hidden;}
.idea_info span{font-size: 14px; display: inline-block;margin-right: 25px;position: relative;padding-left: 10px;box-sizing: border-box;}
.idea_info span:after{display: block;content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 4px;height: 4px;border-radius: 50%;background: #333333;}
@media only screen and (max-width:1680px) {
	.idea_list li:nth-child(2) .idea_info span{margin-right: 10px;}
}
@media only screen and (max-width:1440px) {
	.idea_cont{padding: 20px 0 5px 15px;}
	.idea_list li{width: 33%;}
	.idea_list li+li{margin-left:0.5%;}
	.idea_info span{font-size: 13px;}
	.idea_info{height: 44px;}
}
@media only screen and (max-width:1280px){
	.idea_info span{font-size: 12px;}
}
@media only screen and (max-width:992px){
	.idea_info span{font-size: 14px;}
	.idea_info:nth-child(2){height: 68px;}
}
@media only screen and (max-width:500px ) {
	.idea_list li{width: 100%;}
	.idea_list li+li{margin-left: 0;margin-top: 15px;}
	.idea_info{height: auto !important;}
	.idea_cont{padding:15px 15px 20px;}
	.idea_name{font-size: 18px;}
}
.plan_box{padding-bottom: 20px;box-sizing: border-box;}
.plan_tit{text-align: center;}
.plan_pic img{display: block;width: 100%;}
@media only screen and (max-width: 1024px){
	.plan_box{padding: 0 15px 10px;box-sizing: border-box;}
}
@media only screen and (max-width: 768px){
	.plan_tit{
	    font-size: 18px;
	}	
}
/*æ–¹æ¡ˆä»·å€¼*/
.worth_box{text-align: center;color: #FFFFFF; background: url(../img/wit/worthbj.jpg)no-repeat center center/cover;}
.worth_list{width: 90%;margin: auto;}
.worth_list li{width: 33.33%;float: left;text-align: center;}
.worth_pic{line-height: 85px; height: 85px;margin-bottom: 15px;}
.worth_pic img{display: inline-block;vertical-align: bottom;}
@media only screen and (max-width:1680px ) {
	.worth_list li:nth-child(1) img{width:75px ; }
}
@media only screen and (max-width:1366px ) {
	.worth_list li:nth-child(1) img{width:70px ; }
	.worth_list li img{width:70px ; }
}
@media only screen and (max-width:1280px ) {
	.worth_list li:nth-child(1) img{width:65px ; }
	.worth_list li img{width:65px ; }
	.worth_name{padding: 0 10px;box-sizing: border-box;}
}
@media only screen and (max-width:1024px ) {
	.worth_list li:nth-child(1) img{width:60px ; }
	.worth_list li img{width:60px ; }
	.worth_tit{font-size: 18px;margin-bottom: 15px;}
	.worth_pic{height: 70px;line-height: 70px;}
	
}
@media only screen and (max-width:768px ) {
	.worth_list li:nth-child(1) img{width:55px ; }
	.worth_list li img{width:55px ; }
}
@media only screen and (max-width:500px ) {
	.worth_list{width: 100%;}
	.worth_pic{height: 55px;line-height: 55px;}
	.worth_list li:nth-child(1) img{width:auto ;height: 40px; }
	.worth_list li img{width:auto ;height: 45px;  }
	.worth_name{font-size: 12px;line-height: 20px;}
}
/*ç»å…¸æ¡ˆä¾‹*/
.seo_tit{text-align: center;color: #333333;}
.seo_use{font-size: 0;}
.seo_cont{width: 49%;font-size: 14px; display:inline-block;vertical-align:top; padding: 0 50px 0 20px;box-sizing: border-box;}
.seo_pic{display: inline-block;width: 50%;vertical-align: middle;}
.seo_pic img{width: 100%;}
.seo_top {line-height: 22px;}
.seo_top em{float: right;font-size: 14px;color: #999999;}
.seo_name{font-weight: bold;margin-top: 15px;}
.seo_info{line-height: 24px;}
.seo_cont .cont_tit{margin-top: 25px;}
@media only screen and (max-width:1680px ) {
	.seo_cont{ padding: 0 40px 0 20px;}
}
@media only screen and (max-width:1366px ) {
	.seo_cont{ padding: 0 30px 0 20px;}
	.seo_name{margin-top: 10px;}
}
@media only screen and (max-width:1024px ) {
	.seo_tit{font-size: 18px;}
	.seo_pla{font-size: 17px;}
}
@media only screen and (max-width:992px ) {
	.seo_pic{width: 100%;float: left;margin-top: 30px;}
	.seo_cont{width: 100%;float: right;}
	.seo_pic{padding: 0 15px;}
	.seo_cont{padding: 0 15px;}
}
/*æ¡ˆä¾‹åˆ—è¡¨*/
.case_list table{width: 100%;border: 1px solid #b5c0f6;box-sizing: border-box;}
.case_list th{text-align: left;background: #445fea;color: #FFFFFF;line-height: 62px;}
.case_name{padding-left: 60px;box-sizing: border-box;}
.case_list td{line-height: 52px;background: #FFFFFF;}
.case_list td+td{border-left: 1px solid #b5c0f6;}
.case_list tr:nth-of-type(odd) td{background: #eaedfd;}
.plan_img{display: none; position: fixed;z-index: 400; background: rgba(0,0,0,0.8);position: fixed;z-index: 300;left: 0;top: 0;width: 100%;height: 100%;}
.cables_img{display: none; position: fixed;z-index: 400; background: rgba(0,0,0,0.8);position: fixed;z-index: 300;left: 0;top: 0;width: 100%;height: 100%;}
.plan_img img{display: block;position: fixed;width: 100%;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.cables_img img{display: block;position: fixed;width: 100%;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.cable_imgs img{display: block;width: 100%;}
@media only screen and (max-width:1366px ) {
	.case_list th{line-height: 50px;}
	.case_list td{line-height: 45px;}
	.case_name{padding-left: 50px;}
}
@media only screen and (max-width:1024px ) {
	.case_list th{line-height: 45px;}
	.case_list td{line-height: 40px;}
	.case_name{padding-left: 30px;}
	.case_list{padding: 0 15px;box-sizing: border-box;}
}
@media only screen and (max-width:768px ) {
	.case_list th{line-height: 40px;}
	.case_list td{line-height: 35px;}
	.case_name{padding-left: 20px;}
}
@media only screen and (max-width:500px ) {
	.case_name{padding-left: 4px;}
	.case_name{font-size: 12px;}
}
.cont_call a:hover{color: #007AFF;}
@media only screen and (max-width:1024px ) {
	.cont_tit{font-size: 18px;}
	.cont_us{padding: 0 15px;box-sizing: border-box;}
}


/*æœ‰çº¿å®½å¸¦*/
.broad_cut{text-align: center;}
.broad_cut a{display: inline-block;margin: 0 10px; width: 200px;height: 60px;line-height: 60px;background: #eaeaea;color: #333333;}
.broad_cut a.active{color: #FFFFFF;background: #437adc;}
.full_info{color: #333333;margin-top: 20px;text-align: justify;}
.cable_top{text-align: center;color: #333333;}
.cable_top span{display: inline-block;padding: 0 8.3%;box-sizing: border-box;}
.cable_top span:nth-child(1){padding-left: 0;}
.cable_top span:nth-child(3){padding-right: 0;}
.cable_top span+span{border-left: 2px solid #437adc;}
.cable_img img{display: block;width: 100%;}
.cpe_name{margin-top: 10px;color: #437adc;text-align: center;}
.cpe_list li{width: 12.5%;float: left;}
.cpe_list li+li{margin-left: 4.9%;}
.cpe_name{white-space: nowrap;position: relative;}
.cpe_name span{display: block; position: absolute;white-space: nowrap; left: 50%;top: 0;transform: translateX(-50%);}
.cpe_pic{width: 100%;border: 1px dashed #d0d0d0;border-radius: 50%; display: table;vertical-align: middle;text-align: center;}
.cpe_pic span{display: table-cell;vertical-align: middle;text-align: center;}
.cpe_pic img{vertical-align: middle;}
.cable_tit{text-align: center;color: #333333;}
@media only screen and (max-width:1680px ) {
	.broad_cut a{ margin: 0 8px;width: 180px;height: 55px;line-height:55px;}
	.cable_top span{padding: 0 7.3%;}
	.cpe_pic img{height: 50px;}
}
@media only screen and (max-width:1366px ) {
	.broad_cut a{width: 150px;height: 45px;line-height:45px;}
	.cable_top span{padding: 0 6.3%;}
	.cpe_pic img{height: 45px;}
}
@media only screen and (max-width:1280px ) {
	.broad_cut a{width: 130px;height: 40px;line-height:40px;}
	.cable_top span{padding: 0 5.3%;}
	.cpe_pic img{height: 40px;}
}
@media only screen and (max-width:1024px ) {
	.broad_cut a{width: 110px;}
	.cable_top span{padding: 0 4.3%;}
	.cable_tit{padding: 0 20px;box-sizing: border-box;}
	.full_info{padding: 0 20px;box-sizing: border-box;}
	.cpe_pic img{height: 35px;}
	.cpe_list{padding: 0 20px;box-sizing: border-box;}
	.cpe_name span{white-space: normal;position: relative;}
}
@media only screen and (max-width:768px ) {
	.cable_tit{font-size: 16px;}
	.cable_top span{padding: 0 3.3%;}
	.cpe_list li{width: 30%;}
	.cpe_name{height: 52px;}
	.cpe_list li:nth-of-type(3n+1){margin-left: 0;}
	.cpe_pic{width: 80px;margin: auto;}
	.cpe_pic img{height: 30px;}
}
@media only screen and (max-width:500px ) {
	.broad_cut a{width: 90px;height: 35px;line-height:35px;}
	.cable_top span{padding: 0 10px;font-size: 12px;}
	.cpe_pic{width: 70px;margin: auto;}
	.cpe_pic img{height: 30px;}
	.cpe_name{font-size: 12px;line-height: 20px;}
	.cpe_list li{margin-bottom: 10px;}
	.cpe_name{width: 80px;}
}
@media only screen and (max-width:320px ) {
	.cable_top span{padding: 0 5px;}
}
/*äº¤é’¥åŒ™æœåŠ¡*/
.tumkey_box{color: #FFFFFF;text-align: center; padding: 70px 0 50px;background: url(../img/kuan/tum_bj.jpg)no-repeat center center/cover;}
.tum_name{margin-top: 15px;}
.tum_list li{width: 25%;float: left;}
.tum_pic{height: 83px;line-height: 83px;}
.tum_pic img{vertical-align: middle;}
@media only screen and (max-width: 1680px) {
	.tumkey_box{padding: 60px 0 40px;}
	.tum_pic img{width: 70px;}
	.tum_name{margin-top: 10px;}
}
@media only screen and (max-width: 1366px) {
	.tumkey_box{padding: 40px 0 40px;}
	.tum_pic img{width: 55px;}
}
@media only screen and (max-width: 1280px) {
	.tumkey_box{padding: 40px 0 35px;}
	.tum_pic img{width: 50px;}
}
@media only screen and (max-width:1024px ) {
	.tumkey_box{padding: 40px 20px 35px;}
	.tum_pic img{width: 45px;}
}
@media only screen and (max-width:768px ) {
	.tum_pic img{width: 40px;}
	.tum_tit{font-size: 16px;}
}
@media only screen and (max-width:500px ) {
	.tum_pic img{width: 35px;}
	.tum_name{font-size: 12px;line-height: 18px;}
	.tum_pic{height: 70px;line-height: 70px;}
}
/*ç»å…¸æ¡ˆä¾‹*/
.wid_box{background: url(../img/kuan/widbj.png)no-repeat 100% 26px/80%;background-size: calc(100% - 250px);}
.wid_tit{text-align: center;color: #333333;}
@media only screen and (max-width: 1024px) {
	.wid_tit{font-size: 16px;}
}
.wid_cut{width: 245px;float: left;border-right:1px solid #eaeaea ;padding-right: 40px;box-sizing: border-box;}
.wid_cut li{position: relative; cursor: pointer;padding-left: 15px;box-sizing: border-box; height: 50px;line-height: 50px;color: #333333;font-weight: bold;}
.wid_cut li:after{display: block;opacity: 0; content: "";width: 15px;height: 15px;position: absolute;right: -6px;top: 50%;background: #437adc; margin-top: -6px;transform: rotate(45deg);}
.wid_cut li+li{margin-top: 10px;}
.wid_cut li.active{color: #FFFFFF;background: #437adc;}
.wid_cut li:hover:after{opacity: 1;}
.wid_cut li.active:after{opacity: 1;}
.wid_cut li:hover{color: #FFFFFF;background: #437adc;}
.wid_list{width: calc(100% - 285px);float: right;}
.wid_list li{float: left;width: 21%;margin-left:4% ;margin-top: 25px;margin-bottom: 10px;text-align: center;}
.wid_pic img{display: block;width: 100%;}
.wid_name{margin-top: 10px;transition: all .3s ease-in;}
.wid_list li:hover .wid_name{color: #0072FF;}
.wid_list ul{display: none;}
.wid_list ul.active{display: block;}
.middle-line{margin: 0 6px;float: left;}
.china-btn a{padding-right: 0 !important;}
.section1 .drop-nav.header .middle-line{color: #333 !important;}
.header.fixed .middle-line{color: #333 !important;float: none !important;}
.english-btn a{margin-left: 0 !important;}
.yaoqiu li{list-style: none;}
@media only screen and (max-width:1366px ) {
	.wid_box{background-size: calc(100% - 205px);}
	.wid_cut li{height: 45px;line-height: 45px;}
	.wid_cut{width: 235px;padding-right: 30px;}
	.wid_list{width: calc(100% - 255px);}
	.wid_list li{margin-top: 20px;margin-left: 2%;width: 22%;}
}
@media only screen and (max-width: 1024px) {
	.wid_box{background-size: calc(100% - 215px);}
	.wid_list {width: calc(100% - 215px);}
	.wid_cut li{height: 40px;line-height: 40px;}
	.wid_cut{width: 205px;padding-right: 20px;}
	.wid_box{padding: 0 20px;box-sizing: border-box;}
	.wid_name{line-height: 24px;height: 48px;}
	.wid_list li{margin-top: 10px;}
	.cable_top{font-size: 16px;}
}
@media only screen and (max-width:768px ) {
	.wid_list li{width:31.3%;}
}
@media only screen and (max-width:500px ) {
	.wid_cut{width: 100%;overflow-x: scroll;}
	.wid_cut ul{width: 800px;}
	.wid_cut li{float: left;margin-right: 15px;padding: 0 10px;box-sizing: border-box;}
	.wid_cut li+li{margin-top: 0;}
	.wid_cut li:after{display: none;}
	.wid_cut li:hover{background: transparent;color: #333333;}
	.wid_list{width: 100%;margin-top: 20px;}
	.wid_box{background: none;}
	
}
/*æ— çº¿å®½å¸¦*/
.full_use{width: 84.5%;margin: auto;}
.ftp_left{float: left;border: 1px solid #cccccc;width: 55%;}
.ftp_rig{float: right;border: 1px solid #cccccc;width: 40%;}
.ftp_use ul{padding: 20px 0;box-sizing: border-box;}
.ftp_tit{color: #333333; padding-left: 15px;box-sizing: border-box;font-weight: bold;position: relative;}
.ftp_tit:after{display: block;content: "";background: #333;width: 5px;height: 5px;border-radius: 50%; position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.ftp_left li{width: 50%;float: left;padding: 0 5% 0 3%;box-sizing: border-box;}
.ftp_left li+li{margin-top: 28px;}
.ftp_left li:nth-child(2){margin-top: 0;}
.ftp_rig li{padding: 0 4% 0 6%;box-sizing: border-box;}
.ftp_rig li+li{margin-top: 10px;}
.ftp_info{line-height: 20px;}
.cable_to{color: #333333;}
@media only screen and (max-width:500px ) {
	.ftp_left{width: 100%;height: auto !important;}
	.ftp_rig{width: 100%;height: auto !important;margin-top: 20px;}
	.ftp_left li{width: 100%;}
	.ftp_left li:nth-child(2){margin-top: 10px;}
	.ftp_left li+li{margin-top: 10px;}
}
.tum_list.wire_list li{width: 16.66%;}
@media only screen and (max-width:1024px ) {
	.tum_list.wire_list li {padding: 0 5px;box-sizing: border-box;}
	.tum_list.wire_list li br{display: none;}
	.tum_name{font-size: 12px;}
	.digit_box{padding: 0 20px;box-sizing: border-box;}
	.header.fixed .middle-line{color: #FFFFFF !important;}
}
@media only screen and (max-width:768px ) {
	.tum_list.wire_list li{width: 33.33%;margin-top: 10px;}
}
/*æ•°å­—åŒ–*/
.digit_info{margin-top: 30px;}
.struct_top{text-align: center;color: #333333;}
.struct_pic img{display: block;width: 100%;}
.sche_box{padding: 85px 0 80px;box-sizing: border-box;background: url(../img/shu/sche.jpg)no-repeat center center/cover;}
.sche_box li{width: 25%;padding: 0 3.8%;box-sizing: border-box; float: left;color: #FFFFFF;text-align: center;}
.sche_tit{font-weight: bold;position: relative;padding-bottom: 20px;box-sizing: border-box;}
.sche_tit:after{display: block;content: "";position: absolute;left: 50%;transform: translateX(-50%);bottom: 0;width: 21px;height: 2px;background: #FFFFFF;}
.sche_info{margin-top: 13px;}
.digit_tit{text-align: center;color: #333333;}
.traff_tit h3{padding-left: 280px;}
.area-title{margin-top: 30px !important;}
.areaone{margin-top: 0 !important;}
.traff_tit h2{color: #333333;}
.traff_tex.traff_use{text-align: justify;}
.traff_tex.traff_use br{display: none;}
@media only screen and (max-width:1680px ) {
	.sche_box{padding: 75px 0 70px;}
	.sche_box li{padding: 0 3%;}
}
@media only screen and (max-width:1366px ) {
	.sche_box{padding: 65px 0 60px;}
	.sche_box li{padding: 0 2.5%;}
	.traff_tit h3{padding-left: 200px;}
}
@media only screen and (max-width:1024px ) {
	.sche_box{padding: 55px 20px 50px;}
	.sche_box li{padding: 0 1.5%;}
	.sche_info{font-size: 12px;line-height: 20px;}
	.traff_tit h3{padding-left: 150px;}
	.areaone{margin-top: 40px !important;}
}
@media only screen and (max-width: 768px) {
	.areaone{margin-top: 30px !important;}
}
@media only screen and (max-width:500px ) {
	.sche_tit{padding-bottom: 15px;}
	.sche_box{padding: 25px 0 50px;}
	.sche_box li{padding: 0 1.5%;padding-top: 30px;width: 50%;}
	.sche_info{font-size: 12px;line-height: 20px;}
	.traff_tit h3{padding-left: 80px;}
}
/*è§£å†³æ–¹æ¡ˆ*/
.lead_list li{float: left;width: 25%;}
.traff_tit{text-align: center;}
.traff_tex{color: #333333;margin: 35px 0 20px;}
.lead_info{color: #333333;}
.lead_tit{font-weight: bold;margin: 10px 0 5px;}
.lead_cont{padding: 35px 5% 20px;box-sizing: border-box;display: block;}
.lead_use{border: 1px solid #eeeeee;text-align: center;}
.lead_pic{text-align: center;height: 60px;line-height: 60px;}
.lead_pic img{vertical-align: middle;}
.lead_list li+li .lead_use{border-left: none;}
.lead_tex{height: 50px;color: #333333;}
.lead_name a{background: #444d90; display: block; text-align: center;color: #FFFFFF;padding: 20px ;box-sizing: border-box;}
.lead_list li:nth-of-type(even) .lead_name a{background: #6670b5; }
.lead_img{border:1px solid #d4d4d4 ;}
.lead_img img{width: 90%;display: block;margin: auto;}
.fbric_box{background: url(../img/fang/fabric.jpg)no-repeat center center/cover;}
.fbric_use{color: #FFFFFF;}
.fbric_use a{color: #FFFFFF;}
.fbric_head{text-align: center;}
.fbric_list li{float: left;width: 20%;height: 150px;display: table;vertical-align: middle;text-align: center;}
.fbric_list li a{display: table-cell;width: 100%;height: 100%;vertical-align: middle;text-align: center;background: rgba(19,33,92,0.3);}
.fbric_list li:nth-of-type(even) a{background: rgba(19,33,92,0.7);}
.cont_info{margin-top: 10px;}

@media only screen and (max-width:1680px ) {
	.lead_pic img{height: 55px;}
}
@media only screen and (max-width:1366px ) {
	.lead_pic img{height: 50px;}
	.lead_tex{line-height: 24px;font-size: 13px;}
	.lead_name a{padding: 15px;}
	.lead_cont{padding: 25px 5% 20px;}
	.fbric_list li{height: 140px;font-size: 16px;}
}

@media only screen and (max-width:1024px ) {
	.lead_jie{padding: 0 20px;box-sizing: border-box;}
	.lead_img img{width: 95%;}
	.traff_box{padding: 0 20px;box-sizing: border-box;}
	.lead_box{padding: 0 20px;box-sizing: border-box;}
	.fbric_box .wrap{padding: 0 20px;box-sizing: border-box;}
	.lead_tex{font-size: 12px;}
	.fbric_list li{height: 130px;font-size: 14px;}
}
@media only screen and (max-width:768px ) {
	.lead_tex{line-height: 18px;}
	.lead_pic img{height: 35px;}
	.lead_pic{height: 50px;line-height: 50px;}
	.lead_cont{padding: 15px 5% 20px;}
	.lead_name a{padding: 10px;}
	.fbric_list li{height: 130px;font-size: 14px;width: 33.33%;}
}
@media only screen and (max-width:500px ) {
	.lead_tex{display: none;}
	.lead_pic img{height: 30px;}
	.lead_pic{height: 40px;line-height: 40px;}
	.lead_cont{padding: 10px 0 5px;}
	.lead_tit{margin-top: 0;}
	.lead_name a{font-size: 12px;padding: 5px 0;}
	.fbric_list li{width: 50%;border: 1px solid rgba(19,33,92,0.5);}
	.fbric_list li:nth-of-type(even) a{    background: rgba(19,33,92,0.3);}
}
.nat_nox{position: fixed;width: 100%;height: 100%;z-index: 400;background: rgba(0,0,0,0.5);left: 0;top: 0;}
.nat_use{position: fixed;width: 350px;z-index: 400;right: 100px;top: 50%;transform: translateY(-50%);}
.nat_pic{position: relative;}
.nat_pic img{display: block;width: 100%;position: relative;z-index: 50;}
.nat_close{display: none; position: absolute; z-index:100;width: 30px;height: 30px; right: -27px;top: -14px;background: url(../img/close.png)no-repeat center center/cover;}
.case_map img{width: 80%;display: block;margin: auto}
.reminder_warm{background:rgba(20,67,146,0.8);padding: 10px 0; position: absolute;width: 100%;bottom: 0px;z-index: 300;left: 0;text-align: center;color: #FFFFFF;}
 .close_btn{position: fixed;right: 20px;bottom: 0px;padding: 10px;background: #144392;}
@media only screen and (max-width:1024px ) {
	.reminder_warm{display: none;}
}
.footNav .footLink a.imgbox img{transform: rotate(0) !important;-moz-transform: rotate(0) !important;-webkit-transform: rotate(0) !important;-ms-transform: rotate(0) !important;}


/* 20210615 */
@media only screen and (max-width:500px ) {
    .sett_list li {width: 48%; margin-left: 0%;}
    .sett_list li:nth-child(2n) { margin-left: 4%;}
    .serve_pic {width: 40%;}
    .businessBanner.banner .textCon {
        bottom: 28%;
        left: 10px;
    }
}
.casesCnter {
    background: url(../img/bg_cases.jpg) center bottom /cover no-repeat;
}
.csCnterlist .head {font-size: 16px; color: #0c0c0c; padding: 20px 0;  background-color: transparent;}
.csCnterlist .head .td { padding: 0;float: left; line-height: 30px; }
.csCnterlist .head .td:first-child {font-size: 24px;}
.csCnterlist li:not(.head) .td {
    float: left; padding: 10px 0; line-height: 100px; font-size: 16px; color: rgba(0,0,0,.6);
}
.csCnterlist .td:first-child {
    width: 55%; 
}
.csCnterlist .td:nth-child(2) {
    width: 15%; text-align: center;
}
.csCnterlist .td:nth-child(3) {
    width: 15%; text-align: center;
}
.csCnterlist .td:nth-child(4) {
    width: 15%; text-align: center;
}
.csCnterlist li:not(.head) { background-color: #f8f8f8; transition: all .4s; margin-bottom: 20px;}
.csCnterlist li:not(.head):hover{ box-shadow: 0 0 38px rgba(0,0,0,.11); background-color: #fff;}
.csCnterlist .td:first-child { padding: 10px; }
.csCnterlist .head .td:first-child { padding: 0;}
.csCnterlist li:not(.head) .td:first-child { padding: 10px;}
.csCnterlist li:not(.head) .td:first-child .img { width: 160px; height: 100px; float: left; margin-right: 5%;}
.csCnterlist li:not(.head) .td:first-child .img img { width: 100%;}
.csCnterlist li:not(.head) .td:first-child h2 { height: 100px; font-size: 20px; color: rgba(0,0,0,.6); font-weight: bold;display: table; overflow: hidden; line-height: 1.5;}
.csCnterlist li:not(.head) .td:first-child h2 span {display: table-cell; vertical-align: middle; }
.csCnterlist li:not(.head):hover .td {color: #0c0c0c;}
.csCnterlist li:not(.head):hover .td:first-child h2 {color: #0c0c0c;}
.csCnterlist .cz { display: inline-block; }
.csCnterlist .cz:last-child { margin-left: 25%;} 
.csCnterlist .cz .view {display: inline-block; width: 28px; height: 18px;background: url(../img/icon_view.png) center center/cover no-repeat;}
.csCnterlist .cz .download {display: inline-block; width: 22px; height: 20px;background: url(../img/icon_download.png) center center/cover no-repeat;}
.csCnterlist .cz:hover .view { background-image: url(../img/icon_view_on.png);}
.csCnterlist .cz:hover .download { background-image: url(../img/icon_download_on.png);}

@media only screen and (max-width:1280px ) {
    .csCnterlist .head .td:first-child {font-size: 20px;}
    .csCnterlist li:not(.head) .td { line-height: 81px; font-size: 14px;}
    .csCnterlist li:not(.head) .td:first-child h2 {font-size: 18px; height: 81px;}
    .csCnterlist li:not(.head) .td:first-child .img {width: 130px; height: 81px;}
}
@media only screen and (max-width:1024px ) {
    .casesCnter .wrap { padding: 0 20px;}
    .csCnterlist .cz .view {width: 22px; height: 14px; background-size: 100%;}
    .csCnterlist .cz .download {width: 18px; height: 16px; background-size: 100%;}
}
@media only screen and (max-width:768px ) {
    .csCnterlist .head .td:first-child {font-size: 18px;}
    .csCnterlist li:not(.head) .td { line-height: 63px; font-size: 14px;}
    .csCnterlist li:not(.head) .td:first-child h2 {font-size: 16px; height: 63px;}
    .csCnterlist li:not(.head) .td:first-child .img {width: 100px; height: 63px;}
    .csCnterlist li:not(.head) .td:first-child .img { margin-right: 10px;}
    .csCnterlist .cz:last-child { margin-left: 10px;}
    .csCnterlist .head .td { line-height: 24px;}
}
@media only screen and (max-width:500px ) {
    .csCnterlist .head .td {font-size: 14px;}
    .csCnterlist .head .td:first-child {font-size: 16px;}
    .csCnterlist li:not(.head) .td { line-height:50px; }
    .csCnterlist li:not(.head) .td:first-child h2 {font-size: 14px; height: 50px;}
    .csCnterlist li:not(.head) .td:first-child h2 { margin-top: 5px;}
    .csCnterlist li:not(.head) .td:first-child h2 span {text-align: center;}
    .csCnterlist li:not(.head) .td:first-child .img {width: 80px; height: 50px;}
    .csCnterlist li:not(.head) .td:first-child .img {float: none; width: 100%; height: auto;}
    
    .csCnterlist .td:first-child {width: 35%;}
    .csCnterlist .td:nth-child(2) {width: 20%;}
    .csCnterlist .td:nth-child(3) {width: 25%; word-break: break-all;}
    .csCnterlist .td:nth-child(4) {width: 20%; }
    .csCnterlist li:not(.head) .td:first-child h2 { height: auto;}
    
    .csCnterlist .cz .view {width: 18px; height: 12px; background-size: 100%;}
    .csCnterlist .cz .download {width: 16px; height: 15px; background-size: 100%;}
    .csCnterlist .cz:last-child { margin-left: 5px;}
    
    .csCnterlist li:not(.head) .td:nth-child(3) { padding-top: 25px; line-height: 1.5;}
}
/*20221026修改企业理念样式*/
#linian .wrap_change {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}
#linian .wrap_change .wrap_l {
  flex: 3;
  margin-right: 2%;
}
#linian .wrap_change .wrap_r {
  margin-right: 28%;
}
#linian .wrap_change .wrap_r {
  flex: 1;
}
#linian .wrap_change .wrap_h1 {
  font-weight: 600;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 70%;
}
#linian .wrap_change .left_bottom {
  margin-top: 46px;
}
#linian .wrap_change .wrap_display {
  width: 100%;
  display: flex;
}
#linian .wrap_change .wrap_display > div {
  flex: 1;
}
#linian .wrap_change .wrap_con_h1 {
  width: 100%;
  margin-top: 72px;
  font-size: 24px;
}
#linian .wrap_change .left_bottom div .wrap_con_h1 {
  margin-top: 26px;
}
#linian .wrap_change .wrap_con_h2 {
  width: 100%;
  font-size: 16px;
  margin-top: 10px;
}
#linian .wrap_change .wrap_con div .wrap_con_h2:first-child {
  margin-top: 0;
}
#linian .wrap_change .wrap_con {
  display: flex;
  flex-wrap: wrap;
}
#linian .wrap_change .wrap_con > div {
  flex: 1;
}
@media screen and (max-width: 1200px) {
  #linian .wrap_change .wrap_con_h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  #linian .wrap_change .wrap_l {
    margin-right: 20px;
  }
  #linian .wrap_change .wrap_r {
    margin-right: 20px;
  }
  #linian .wrap_change .wrap_con_h1 {
    margin-top: 18px;
  }
  #linian .wrap_change .wrap_h1 {
    padding-bottom: 24px;
  }
  #linian .wrap_change .wrap_con_h1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #linian .wrap_change .wrap_con_h1 {
    font-size: 16px;
  }
  #linian .wrap_change .wrap_r {
    margin-right: 20px;
  }
  #linian {
    padding-bottom: 220px !important;
    background-image: url(../img/about/ln_bg2.jpg) !important;
    background-position: right bottom !important;
  }
  #linian .wrap_change .wrap_r {
    flex: 0 0 100%;
    margin-top: 24px;
  }
  #linian .wrap_change .wrap_con_h2 {
    font-size: 14px;
  }
  #linian .wrap_change .wrap_l {
    margin-right: 0;
  }
  #linian .wrap_change .left_bottom {
    margin-top: 0px;
  }
  #linian .wrap_change .wrap_con_h1 {
    margin-top: 14px;
  }
  #linian .wrap_change .wrap_h1 {
    padding-bottom: 20px;
  }
}

/*20221107修改品牌理念样式*/
#pinpai .wrap_change {
    display: flex;
    flex-wrap: wrap;
    color: #333333;
  }
  #pinpai .wrap_change .wrap_l {
    flex: 3;
    margin-right: 2%;
  }
  #pinpai .wrap_change .wrap_r {
    margin-right: 28%;
  }
  #pinpai .wrap_change .wrap_r {
    flex: 1;
  }
  #pinpai .wrap_change .wrap_h1 {
    font-weight: 600;
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.4);
    width: 70%;
  }
  #pinpai .wrap_change .left_bottom {
    margin-top: 46px;
  }
  #pinpai .wrap_change .wrap_display {
    width: 100%;
    display: flex;
  }
  #pinpai .wrap_change .wrap_display > div {
    flex: 1;
  }
  #pinpai .wrap_change .wrap_con_h1 {
    width: 100%;
    margin-top: 72px;
    font-size: 24px;
  }
  #pinpai .wrap_change .wrap_con_h1.last_div{
    margin-top: 40px;
  }
  #pinpai .wrap_change .left_bottom div .wrap_con_h1 {
    margin-top: 26px;
  }
  #pinpai .wrap_change .wrap_con_h2 {
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
  }
  #pinpai .wrap_change .wrap_con div .wrap_con_h2:first-child {
    margin-top: 0;
  }
  #pinpai .wrap_change .wrap_con {
    display: flex;
    flex-wrap: wrap;
  }
  #pinpai .wrap_change .wrap_con > div {
    flex: 1;
  }
  @media screen and (max-width: 1200px) {
    #pinpai .wrap_change .wrap_con_h1 {
      font-size: 20px;
    }
  }
  @media screen and (max-width: 1200px) {
    #pinpai .wrap_change .wrap_l {
      margin-right: 20px;
    }
    #pinpai .wrap_change .wrap_r {
      margin-right: 20px;
    }
    #pinpai .wrap_change .wrap_con_h1 {
      margin-top: 18px;
    }
    #pinpai .wrap_change .wrap_h1 {
      padding-bottom: 24px;
    }
    #pinpai .wrap_change .wrap_con_h1 {
      font-size: 18px;
    }
  }
  @media screen and (max-width: 768px) {
    #pinpai .wrap_change .wrap_con_h1 {
      font-size: 16px;
    }
    #pinpai .wrap_change .wrap_r {
      margin-right: 20px;
    }
    #pinpai {
      padding-bottom: 220px !important;
      background-image: url(../img/about/pp_h5.jpg) !important;
      background-position: right bottom !important;
    }
    #pinpai .wrap_change .wrap_r {
      flex: 0 0 100%;
      margin-top: 24px;
    }
    #pinpai .wrap_change .wrap_con_h2 {
      font-size: 14px;
    }
    #pinpai .wrap_change .wrap_l {
      margin-right: 0;
    }
    #pinpai .wrap_change .left_bottom {
      margin-top: 0px;
    }
    #pinpai .wrap_change .wrap_con_h1 {
      margin-top: 14px;
    }
    #pinpai .wrap_change .wrap_h1 {
      padding-bottom: 20px;
    }
  }
  
    .course-swiper .item-active1 .item-box {
    top: 241px;
    transition: .4s;
    visibility: visible;
}
.course-swiper .item-active2 .item-box {
    top:217px;
}
.course-swiper .item-active3 .item-box {
    top: 183px;
}
.course-swiper .item-active4 .item-box {
    top: 136px;
}
.course-swiper .item-box {
    top: 71px;
}
@media only screen and (max-width:1700px){
    .course-swiper .item-active3 .item-box {
        top: 189px;
    }
    .course-swiper .item-active4 .item-box {
    top: 149px;
    }
    .course-swiper .item-box {
        top: 92px;
    }
}
@media only screen and (max-width:1500px){
.course-swiper .item-active2 .item-box {
    top: 224px;
}
    .course-swiper .item-active3 .item-box {
        top: 199px;
    }
        .course-swiper .item-active4 .item-box {
        top: 164px;
    }
        .course-swiper .item-box {
        top: 118px;
    }
}
@media only screen and (max-width: 1366px) {
    .course-swiper .item-active1 .item-box {
        top: 182px;
    }
        .course-swiper .item-active2 .item-box {
        top: 164px;
    }
        .course-swiper .item-active3 .item-box {
        top: 138px;
    }
    .course-swiper .item-active4 .item-box {
        top: 103px;
    }
    .course-swiper .item-box {
        top: 52px;
    }
}
@media only screen and (max-width: 1024px) {
        .course-swiper .item-active1 .item-box {
        top: 241px;
        }
            .course-swiper .item-active2 .item-box {
        top: 174px;
    }
}
