.banner-aboutus {
    position: relative;
    overflow: hidden;
}
.banner-aboutus .banner-pic img {
    display: block;
    width: 100%;
    height: auto;
}
.banner-aboutus .banner-cont {
    position: absolute;
    left: 0;
    top: 40%;
    z-index: 3;
    width: 100%;
    text-align: center;
}
.banner-aboutus .banner-cont h2 {
    font-size: 54px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 10px;
    font-weight: normal;
}
.banner-aboutus .banner-cont p{
	font-size: 36px;
	color:#fff;
}
.pc-breadnav {
    padding: 20px 0;
}
.pc-breadnav p a {
    display: inline-block;
    font-size: 14px;
    color: #303030;
    text-decoration: underline;
}

.intro {
    width: 1174px;
    margin: 145px auto 60px auto;
}
.intro-wrapper {
    width: 1124px;
    margin: 0 auto;
    position: relative;
    top: -53px;
}
.intro-title {
    width: 215px;
    height: 160px;
    background-color: #d20032;
    color: #fff;
    text-align: center;
}
.intro-title .before, .intro-title .after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 25px;
    top: 120px;
    animation: rotation 3s linear infinite;
    -moz-animation: rotation 3s linear infinite;
    -webkit-animation: rotation 3s linear infinite;
    -o-animation: rotation 3s linear infinite;
    -ms-animation: rotation 3s linear infinite;
}
.intro-title .before {
    background-color: #d20032;
}
.intro-title .after {
    background-color: #f0f1f5;
    right: 0;
    top: 145px;
}
.intro-title h1, .intro-title h2 {
    font-size: 30px;
    font-weight: bold;
    padding-top: 51px;
	color:#fff;
}
.intro-title span {
    line-height: 70px;
    font-size: 16px;
    display: block;
    width: 100%;
    font-weight: bold;
}
.intro-content {
    margin: 50px 0 70px 0;
    text-indent: 2em;
    font-size: 14px;
    color: #6d6f74;
    line-height: 25px;
    padding-bottom: 50px;
}
.fr {
    float: right;
}
.video-wrap {
    position: relative;
    padding: 15px;
    margin: 0 0 10px 25px;
    font-size: 0;
    line-height: 0;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    text-indent: 0;
    cursor: pointer;
}
.video-wrap .video-poster {
    width: 430px;
}
.envir-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f6f7fb;
}
.title-item {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 75px;
    position: relative;
}
.title-item:after {
    content: '';
    width: 70px;
    height: 4px;
    background-color: #d20032;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.envir {
    text-align: center;
}
.w890, .w905, .w1120, .w1189, .w1200, .w1268, .w1380 {
    width: 96%;
    margin: 0 auto;
    position: relative;
}
.w1189 {
    max-width: 1189px;
}
.envir li {
    max-width: 390px;
    height: auto;
    width: 22%;
    margin: 1%;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}
.envir li img {
    width: 100%;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.envir li p{
	margin-top:20px;
}
.envir-more {
    color: #fff;
    text-align: center;
    display: none;
    font-size: 12px;
}
.envir-wrapper .envir-more {
    color: #d20032;
}
.envir-more i {
    margin-left: 10px;
    position: relative;
    top: 1px;
}
.sec {
    padding: 46px 0;
    overflow: hidden;
    background-position: center center;
    background-size: auto 100%;
}
.sec-bg {
    background-position: center center;
    background-size: 100% 100%;
}
.section-header {
    text-align: center;
    padding: 0 0 50px 0;
}
.section-header h1 {
    font-size: 40px;
    color: #04304b;
    line-height: 60px;
}
.sec-bg h1, .sec-bg span {
    color: #fff;
}
.wraper {
    width: 1080px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}
.group-slider {
    overflow: hidden;
}
.swiper-slide {
    background-position: center center;
    background-size: auto 100%;
}
.group-slider-item {
    float: left;
}

.group-age {
    padding-bottom: 20px;
    border-bottom: 2px solid #505c7f;
    position: relative;
}
.group-age:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 95px;
    bottom: -10px;
    background-color: #fff;
    opacity: .2;
    border-radius: 20px;
}
.group-age:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    left: 100px;
    bottom: -5px;
}
.swiper-slide-active .group-age:before, .swiper-slide-active .group-age:after {
    background-color: #4b8af4;
}
.group-age-tag {
    background-color: #687393;
    width: 90px;
    text-align: center;
    line-height: 34px;
    display: block;
    position: relative;
    margin-left: 60px;
}
.group-age-tag:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: #687393 transparent transparent transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
}
.swiper-slide-active .group-age-tag:after, .group-age-tag:hover:after {
    border-top-color: #4b8af4;
}
.swiper-slide-active .group-age-tag, .group-age-tag:hover {
    background-color: #4b8af4;
}
.group-age-tag b {
    color: #fff;
    font-size: 18px;
    margin-right: 3px;
}
.group-info {
    padding: 25px 20px;
}
.group-info * {
    color: #fff;
}
.group-info p {
    line-height: 2.2em;
    position: relative;
    padding-left: 35px;
	font-family:"Microsoft YaHei","微软雅黑" ;
}
.group-info span {
    position: absolute;
    left: 0;
    top: 0;
	font-family: arial;
}
.group-prev, .group-next {
    background-color: rgba(255,255,255,.2);
    margin-top: -122px;
}
.group-prev {
    left: -50px;
}
.group-next {
    right: -50px;
}
.culture-item li {
    float: left;
    width: 28%;
    height: 155px;
    background-image: url(../images/about/culture-bg.png);
    padding: 30px 40px;
    box-sizing: border-box;
    vertical-align: top;
    border: 1px solid #d20032;
    margin-right: 3.5%;
}
.culture-item li.upspace{
	margin-top:60px;
}
.culture-item li span.icon {
    display: block;
    width: 94px;
    height: 62px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    margin: -65px 0 15px -20px;
}
.culture-item li span.icon01 {
    background-image: url(../images/about/icons-01.png);
}
.culture-item li span.icon02 {
    background-image: url(../images/about/icons-02.png);
}
.culture-item li span.icon03 {
    background-image: url(../images/about/icons-03.png);
}
.culture-item li span.icon04 {
    background-image: url(../images/about/icons-04.png);
}
.culture-item li span.icon05 {
    background-image: url(../images/about/icons-05.png);
}
.culture-item li span.icon06 {
    background-image: url(../images/about/icons-06.png);
}
.culture-item li h4 {
    font-size: 16px;
    margin-bottom: 10px;
}
.culture-item li p {
    color: #48697d;
    margin-right: 20px;
}
.culture-item {
    padding: 80px 0;
}
.section-title {
    text-align: center;
    margin-bottom: 60px;
}
.section-title h2, .section-title h3 {
    font-size: 38px;
    line-height: 60px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    position: relative;
    z-index: 99;
}
.section-title h2 {
    font-size: 30px;
    line-height: 75px;
	text-align: center;
}
.section-title>span {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin: 25px 0;
    display: block;
    line-height: 24px;
}
.culture-silde {
    position: relative;
    max-width: 1150px;
    width: 82.142857142857%;
    margin: 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.culture-silde .swiper-photos {
    padding: 40px 0 60px 0;
    width: 100%;
    overflow: hidden;
}
.culture-silde .swiper-slide {
    width: 343.333px;
    height: 354px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
    position: relative;
    display: inline-block;
    transition: all .3s;
	margin-right: 30px;
}
.culture-silde .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}
.culture-silde .swiper-slide .hover-div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    display: none;
    text-align: center;
}
.culture-silde .swiper-slide:hover .hover-div{display: block}
.hover-div .hover-word {
    color: #fff;
    text-align: center;
    display: inline-block;
    position: relative;
    top: 50%;
    margin-top: -50px;
}
.hover-div .hover-word p {
    font-size: 20px;
    margin-top: 20px;
}

.left-nav {
    width: 220px;
    background-color: #fff;
}
.left-nav .nav-top {
    line-height: 60px;
    color: #fff;
    font-size: 16px;
    background-color: #d20032;
    padding-left: 60px;
}
.left-nav i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -1px;
    display: inline-block;
    width: 21px;
}
.left-nav li {
    line-height: 60px;
    font-size: 14px;
    color: #389bfd;
    padding: 0 0 0 60px;
    border-bottom: 1px dashed #e6e6e6;
}
.left-nav li h2{
	font-weight: unset;
	font-size: unset;
	line-height: 48px;
}
.left-nav li a {
    -moz-transition: color 0.3s linear;
    -webkit-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
}
.left-nav li.active a{
	color: #d20032;
}
.right-content {
    max-width: 950px;
    width: calc(100% - 220px);
    background-color: #fff;
    padding: 0 20px;
    box-sizing: border-box;
}
.right-top {
    border-bottom: 1px solid #e6e6e6;
    line-height: 55px;
}
.right-top h1, .right-top h2 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    position: relative;
    text-indent: 18px;
    line-height: 55px;
}
.right-top h1:before, .right-top h2:before {
    content: '';
    width: 3px;
    height: 16px;
    background-color: #d20032;
    position: absolute;
    left: 0;
    top: 18px;
    display: block;
}
.content-item li {
    padding: 30px 0;
    border-bottom: 1px dashed #e6e6e6;
}
.news-img {
    width: 170px;
    height: 110px;
}
.news-img img {
    width: 100%;
    height: 100%;
}
.content-item li .item-info {
    width: 720px;
    -moz-transition: color 0.5s linear;
    -webkit-transition: color 0.5s linear;
    -o-transition: color 0.5s linear;
    transition: color 0.5s linear;
}
.content-item li .item-info p {
    font-size: 16px;
    margin-bottom: 18px !important;
}
.content-item li .item-info a {
    -moz-transition: color 0.3s linear;
    -webkit-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
}
.p-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
}
.content-item li .item-info span {
    font-size: 12px;
    line-height: 20px;
    height: 38px;
    color: #999;
    -moz-transition: color 0.3s linear;
    -webkit-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
	margin-bottom: 10px;
	display: block;
}
.content-item li .news-info samp {
    font-size: 14px;
    color: #999;
}
.clear:after {
    content: '';
    display: table;
    clear: both;
}
.pageItem {
    text-align: right;
    margin: 40px auto;
    line-height: 36px;
}
.contact>* {
    padding: 10px;
    box-shadow: 0 0 5px rgba(36,51,47,.1);
    float: left;
    position: relative;
    width: 50%;
    box-sizing: border-box;
}
.contact-photo {
    width: 100%;
    height: 358px;
    background-image: url(../images/about/wm.jpg);
}
.contact-address {
    width: 410px;
    background-color: rgba(94,36,36,.85);
    padding: 20px 55px;
    box-sizing: border-box;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -85px;
}
.contact-address * {
    color: #fff;
    line-height: 1.8em;
}
.contact-address h2 {
    font-size: 18px;
}
.contact-address h2:after {
    content: '';
    display: block;
    width: 26px;
    height: 2px;
    background-color: #fff;
    margin: 15px 0;
}
.contact-address .f24 {
    font-size: 24px;
}
.contact-map {
    width: 100%;
    height: 358px;
    overflow: hidden;
}
.amap-container {
    cursor: url(https://webapi.amap.com/theme/v1.3/openhand.cur),default;
}
.amap-e, .amap-maps {
    width: 100%;
    height: 100%;
}
.amap-maps, .amap-e, .amap-layers, .amap-tile, .amap-tile-container {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.amap-controls {
    z-index: 150;
}
.amap-logo, .amap-copyright {
    display: none !important;
}
.amap-logo {
    position: absolute;
    bottom: 1px;
    left: 1px;
    z-index: 160;
    height: 20px;
}

.recruit-content {
    width: 1200px;
    margin: 0 auto;
}
.recruit-content ul {
    margin-top: 40px;
}
.recruit-content li {
    margin-bottom: 20px;
}
.recruit-p {
    padding: 0 30px;
    line-height: 80px;
    font-size: 18px;
    background-color: #f6f7fb;
    cursor: pointer;
}
.recruit-p>* {
    display: inline-block;
	transition: all .3s;
}
.recruit-p i {
    font-size: 24px;
    vertical-align: top;
    color: #cdcdcd;
    margin-right: 10px;
}
.recruit-p a {
    font-size: 14px;
    text-decoration: underline;
    color: #666;
}
.recruit-detail {
    display: none;
    padding: 40px 65px;
    border: 1px solid #389bfd;
    overflow: auto;
}
.recruit-detail p {
    color: #333;
    line-height: 40px;
    margin-top: 10px;
}
.recruit-btn {
    display: block;
    background-color: #389bfd;
    color: #fff;
    width: 120px;
    line-height: 42px;
    text-align: center;
    margin-top: 25px;
}
.active .recruit-p {
    background-color: #389bfd;
    color: #fff;
}
.active .recruit-p i {
    color: #fff;
}
.active .recruit-p a {
    color: #fff;
}
.recruit-p i:after {
    content: '+';
}
.active .recruit-p i:after {
    content: '-';
}
.wms-left-menu .nav-top{
	line-height: 60px;
	color: #fff;
	font-size: 20px;
	background-color: #389bfd;
	padding-left: 20px;
}
.left-menu>li h3{
	padding-left:20px;
}
.wms-menu-list .wms-second-menu li {
    padding: 8px 10px 0 20px;
    font-size: 14px;
    line-height: 18px;
	color:#666;
	font-family: "microsoft yahei";
}

.join-wrapper {
    overflow: hidden;
    position: relative;
}
.join-ball {
    max-width: 600px;
    width: 60%;
    margin: 160px auto 0;
    position: relative;
}
.round-half {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    border-radius: 300px 300px 0 0;
    position: absolute;
    background-color: #389bfd;
}
.round-half:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 300px 300px 0 0;
    background-color: #fafdff;
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    animation: rotation180 5s linear forwards;
    -moz-animation: rotation180 5s linear forwards;
    -webkit-animation: rotation180 5s linear forwards;
    -o-animation: rotation180 5s linear forwards;
    -ms-animation: rotation180 5s linear forwards;
}
.round-half:after {
    content: '';
    display: block;
    width: calc(100% - 8px);
    height: 0;
    padding-bottom: 50%;
    background-color: #fafdff;
    border-radius: 300px 300px 0 0;
    margin: 4px;
}
.join-ball-bg:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    border-radius: 300px 300px 0 0;
    box-shadow: 1px 1px 30px #e2f0ff;
    top: 230px;
    background-color: #fafdff;
}
.join-point {
    text-align: center;
    position: absolute;
}
.left-point {
    top: 105px;
    left: 0;
}
.join-point samp {
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    border: 4px solid #389bfd;
    font-size: 26px;
    font-weight: bold;
    color: #333;
    font-family: Arial;
    display: block;
    border-radius: 65px;
    background-color: #fff;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s;
}
.top-point {
    top: -30px;
    left: 50%;
    margin-left: -36px;
}
.right-point {
    top: 105px;
    right: 0;
}
.join-box {
    width: 300px;
    height: 300px;
    border: 1px solid #ebf5ff;
    border-radius: 230px;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 1px 1px 30px #ebf5ff;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    top: 315px;
    left: 50%;
    margin: 0 -150px;
    background-color: #fff;
    z-index: 50;
}
.join-box img {
    position: relative;
    top: 50%;
    margin-top: -55px;
}
.join-box:hover{box-shadow: 1px 1px 30px rgba(56,155,253,0.25)}
.canvas-animate {
    position: relative;
    z-index: 10;
    height: 155px;
    background-image: url(../images/bg03.jpg);
}
.join-info {
    position: absolute;
    top: 0;
    width: 600px;
    left: 50%;
    margin-left: -300px;
}
.join-info-item {
    width: 270px;
    text-align: center;
    position: absolute;
}
.join-info-item:nth-child(1) {
    top: 320px;
    left: -150px;
}
.join-info-item:nth-child(2) {
    top: 0;
    left: 50%;
    margin-left: -135px;
}
.join-info-item:nth-child(3) {
    top: 320px;
    right: -150px;
}
.join-info-item p {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    line-height: 1.5em;
}
.join-info-item span {
    color: #676971;
    font-size: 14px;
}
.join-info-item:last-child {
    margin-bottom: 0 !important;
}

.wms-area-list .select-box{
	width: 800px;
	position: relative;
	margin:0 auto;
	font-family: "microsoft yahei";
}
.section-h1 {
    text-align: center;
    margin-top: 30px;
}
.section-h1 h1 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}
.select-img {
    text-align: center;
    margin: 50px 0;
}
.select-box p {
    margin: 15px 0;
    white-space: normal;
}

.about-section {
    position: relative;
    z-index: 2;
    padding-top: 96px;
    padding-bottom: 96px;
    background-color: white;
    font-size: 14px;
    line-height: 22px;
    color: #575d6c;
}
.about-ecology{
	background: #F7F7F7;
}
.about-container {
    max-width: 1220px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
}
.about-section-head {
    padding-bottom: 76px;
    text-align: center;
}
.about-section-title {
    font-weight: bold;
    font-size: 36px;
    line-height: 1.2;
    color: #252b3a;
}
.about-section-subtitle {
    font-size: 16px;
    line-height: 24px;
    color: #575d6c;
}
.about-section-title + .about-section-subtitle {
    margin-top: 32px;
}
.about-ecology-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: -25px;
}
.about-ecology-item {
    width: 33.33333333%;
}
.about-ecology-card {
    padding: 45px 12px;
    text-align: center;
}
.about-ecology-card-title {
    font-size: 72px;
    line-height: 90px;
    color: #575d6c;
}
.about-ecology-card-desc {
    margin-top: 8px;
    font-size: 16px;
    line-height: 20px;
    color: #575d6c;
}

.section-feature3 {
    overflow: hidden;
    padding-top: 0;
    /* background: url(/static/images/about/subanner16.jpg) center no-repeat; */
	background: #fff;
}
.section-feature3 .feature3-tab li {
    display: inline-block;
    padding: 1.2% 5%;
    color: #d20032;
    font-size: 16px;
    cursor: pointer;
}
.section-feature3 .container {
    position: relative;
}
.section-feature3 .swiper-container {
    background: url(/static/images/about/slide-bg.png) left top repeat;
}
.section .section-tits {
    color: #000;
    text-align: center;
	line-height: 48px;
	margin-top:60px;
}
.section .section-tits span {
    display: block;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0.1em;
}
.section .section-tits em {
    color: #fc0528;
}
.section .section-tits strong {
    display: inline-block;
    padding-bottom: 15px;
    font-size: 40px;
    letter-spacing: 0.1em;
    border-bottom: 5px solid #fc0528;
}
.section-feature3 .slide-box2 {
    margin-top: 5%;
}
.section-feature3 .slide-box2 ul {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
}
.section-feature3 .slide-box2 li {
    display: inline-block;
    width: 25%;
    font-size: 16px;
    vertical-align: top;
}
.section-feature3 .slide-box2 .slide-box2-txt {
    max-width: 85%;
    margin: 20px auto 0;
    line-height: 1.8;
    color: #131313;
}
.swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.section-feature3 .slide-box3 ul {
    max-width: 1000px;
    margin: 6% auto 4%;
    font-size: 0;
    text-align: center;
}
.section-feature3 .slide-box3 li {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #333;
    width: 33.33%;
}
.section-feature3 .slide-box3 li .slide-box3-pic {
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}
.section-feature3 .slide-box3 li .slide-box3-pic img {
    max-width: 100%;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.section-feature3 .slide-box3 li p {
    margin-top: 15px;
}
.section-feature3 .swiper-next, .section-feature3 .swiper-prev {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    background: center no-repeat;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.section-feature3 .swiper-prev {
    left: 1%;
    background-image: url(/static/images/about/swiper-l-r.png);
}
.section-feature3 .swiper-prev.swiper-disabled {
    background-image: url(/static/images/about/swiper-l-g.png);
}
.section-feature3 .swiper-next {
    right: 1%;
    background-image: url(/static/images/about/swiper-r-r.png);
}

.show-only-mb {
    display: none;
}
.about-section-head {
    padding-bottom: 76px;
    text-align: center;
}
.about-section-title {
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    color: #252b3a;
}
.about-case .about-section-title {
    margin-bottom: 108px;
}
.show-only-pc {
    display: block;
}
.v6-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}
.v6-col, [class^=v6-col-] {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
}
.v6-col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.about-section a[href] {
    color: #526ECC;
}
.about-case-preview-card {
    display: block;
    position: relative;
    padding-bottom: 64.08094435%;
    overflow: hidden;
}
.about-case-preview-card + .about-case-preview-card {
    margin-top: 16px;
}
.about-case-preview-card-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    transition: 0.2s;
}
.about-case-preview-card-inner {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 80px 40px;
}
.about-case-preview-card p {
    font-size: 30px;
    line-height: 36px;
    color: white;
    max-width: 312px;
    margin-bottom: 24px;
    transition: 0.2s;
}
.u-icon {
    font-family: 'u-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}
.about-case-preview-card i {
    font-size: 16px;
    color: white;
    transition: 0.2s;
}
.u-icon-more:before {
    content: "\2192";
}
@media screen and (max-width: 768px){
	.about-section-head {
	    padding-bottom: 35px;
	    text-align: left;
	}
	.show-only-mb {
	    display: block;
	}
	.show-only-pc {
	    display: none;
	}
	.about-section-title {
	    position: relative;
	    font-size: 36px;
	    line-height: 48px;
	    text-align: left;
	    padding-bottom: 35px;
	}
	.about-case .about-section-title {
	    margin-bottom: 0;
	}
	.about-section-title:after {
	    content: "";
	    position: absolute;
	    top: 100%;
	    left: 0;
	    width: 40px;
	    border-bottom: solid 3px #c7000b;
	    margin-top: -3px;
	}
	.about-case-preview-card {
	    padding-bottom: 43.47826087%;
	    background-size: cover;
	    background-position: center center;
	}
	.about-case-preview-card-inner {
	    padding: 0;
	}
	.about-case-preview-card p {
	    position: absolute;
	    right: 0;
	    left: 0;
	    top: 50%;
	    padding: 24px;
	    font-size: 18px;
	    line-height: 28px;
	    transform: translate(0, -50%);
	}
}

.section-feature4 {
    background: #f2f2f2;
}
.section-feature4 .about-new .new-left {
    padding: 3% 0px;
    background: #fff;
    width: 50%;
    float: left;
    position: relative;
    height: 356px;
}
.section-feature4 .about-new p.tit {
    font-size: 28px;
    color: #1a1a1a;
    margin: 0 8% 20px;
    line-height: 30px;
    position: relative;
}
.section-feature4 .about-new p.tit a {
    display: block;
    color: #e10032;
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.about-new ul {
    padding: 0 8%;
}
.about-new ul li {
    line-height: 24px;
    font-size: 14px;
    background: none;
    margin-bottom: 9px;
}
.about-new .new-left li {
    border-top: 1px solid #ccc;
    margin: 0;
    padding: 15px 0;
}
.about-new ul li a {
    display: block;
    position: relative;
    color: #4c4c4c;
}
.about-new ul li strong {
    display: block;
    padding-right: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.about-new ul li span {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    font-size: 12px;
    text-align: right;
    color: #888;
}
.about-new .new-right {
    padding: 3% 0px;
    background: #fff;
    width: 50%;
    float: left;
    position: relative;
    height: 356px;
}
.about-new .new-right strong {
    padding-right: 20px;
}
.about-new .new-right span {
    position: static;
    display: block;
    text-align: left;
    width: auto;
}

.right-top span {
    color: #b2b2b2;
}
.content-item-title {
    padding: 50px 0 25px 0;
}
.content-item-title h1 {
    font-size: 24px;
    color: #333;
    text-align: center;
    font-weight: bold;
    line-height: 50px;
}
.content-item-detail {
    line-height: 25px;
}
.content-item-detail p{
	text-indent: 2em;
	font-size: 14px;
	font-family: "microsoft yahei";
}
.content-item-detail p strong{
	font-size:16px;
}
@media screen and (max-width: 1250px){
	.join-info-item:nth-child(1) {
	    top: 130px;
	    left: -150px;
	}
}
@media screen and (max-width: 1024px){
	.left-point:after, .top-point:after, .right-point:after {
	    font-size: 18px;
	    font-weight: bold;
	    position: absolute;
	    line-height: 72px;
	    white-space: nowrap;
	}
	.left-point:after {
	    content: '售前咨询';
	    left: -123%;
	    top: 0;
	}
	.top-point:after {
	    content: '售后远程技术支持';
	    top: -100%;
	    left: -6px;
	}
	.right-point:after {
	    content: '服务质量监督';
	    right: -123%;
	    top: -28px;
	}
	.join-box {
	    width: 200px;
	    height: 200px;
	    margin: 0 -100px;
	    top: 280px;
	}
	.join-box img {
	    width: 60%;
	}
	.join-info {
	    position: static;
	    width: 90%;
	    margin: 0 5%;
	    padding: 20px 0;
	}
	.join-info-item {
	    position: static;
	    width: 100%;
	    margin: 0 0 20px !important;
	    text-align: left;
	}
}
@media screen and (max-width: 768px){
	* {
	    outline: none;
	    -webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	.join-ball {
	    margin-top: 50px;
	}
	.round-half:after {
	    width: calc(100% - 4px);
	    margin: 2px;
	}
	.left-point, .right-point {
	    top: 40px;
	}
	.join-point samp {
	    width: 30px;
	    height: 30px;
	    line-height: 30px;
	    font-size: 16px;
	    border-width: 2px;
	}
	.left-point:after, .top-point:after, .right-point:after {
	    line-height: 40px;
	    font-size: 12px;
	}
	.left-point:after {
	    left: -160%;
	}
	.top-point {
	    margin-left: -15px;
	    top: -16px;
	}
	.join-box {
	    width: 150px;
	    height: 150px;
	    margin: 0 -75px;
	    top: 100px;
	}
	.join-box img {
	    margin-top: -35px;
	}
}
/*招聘*/
@media screen and (max-width: 1400px){
	.wraper {
	    width: 950px;
	}
}
@media screen and (max-width: 1250px){
	.recruit-content {
	    width: 90%;
	    margin: 0 5%;
	}
}
@media screen and (max-width: 1200px){
	.wraper, .wraper01, .w1200 {
	    width: 960px !important;
	}
}
@media screen and (max-width: 1024px){
	.section {
	    padding: 50px 0;
	}
	.section-title {
	    margin-bottom: 40px;
	}
	.section-title h2 {
	    font-size: 30px;
	}
	.section-title>span {
	    max-width: 1150px;
	    width: 82.142857142857%;
	    margin-left: auto;
	    margin-right: auto;
	}
	.recruit-p {
	    padding: 0 20px;
	}
	.recruit-detail {
	    padding: 15px 20px;
	}
	.wraper {
	    padding: 0 2%;
	    width: 100% !important;
	}
}
@media screen and (max-width: 850px){
	.wraper {
	    padding: 0 2%;
	}
}
@media screen and (max-width: 768px){
	.section {
	    padding: 30px 0;
	}
	.section-title, .section03 .section-title {
	    margin-bottom: 10px;
	}
	.section-title h2 {
	    font-size: 20px;
	    line-height: 30px;
	}
	.section-title>span {
	    margin: 0 auto;
	    font-size: 12px;
	    line-height: 18px;
	}
	.recruit-p {
	    line-height: 50px;
	    font-size: 16px;
	    padding: 0 10px;
	}
	.recruit-detail {
	    padding-left: 10px;
	    padding-right: 10px;
	    font-size: 14px;
	}
	.recruit-detail p {
	    margin-top: 0;
	    line-height: 25px;
	}
	.recruit-btn {
	    width: 92px;
	    line-height: 30px;
	    font-size: 12px;
	    margin-top: 15px;
	}
}
@media screen and (max-width: 640px){
	.contact>* {
	    width: 100%;
	}
}
@media screen and (max-width: 480px){
	.wraper {
	    padding: 0 10px;
	}
	.contact-photo {
		background-size: cover;
	    height: 270px;
	}
	.contact-address {
	    width: 256px;
	    padding: 20px;
	}
	.contact-address h2 {
	    font-size: 16px;
	}
	.contact-address h2:after {
	    margin: 10px 0;
	}
	.contact-map {
	    height: 230px;
	}
}
/*关于我们*/
@media screen and (max-width: 1250px){
	.intro {
	    width: 96%;
	    margin-left: 2%;
	    margin-right: 2%;
	}
	.envir li {
	    width: 23%;
	    height: auto;
	    margin: 0 1% 2%;
	}
}
@media screen and (max-width: 1024px){
	.section .section-tits strong{
		font-size:24px;
	}
	.group-prev, .group-next {
	    top: 125px;
	}
	.group-prev {
	    left: 20px;
	}
	.group-next {
	    right: 20px;
	}
	.intro {
	    margin-top: 120px;
	    margin-bottom: 30px;
	}
	.intro-wrapper {
	    width: 90%;
	    margin: 0 5%;
	}
	.intro-content {
	    margin-bottom: 0;
	}
	.culture-silde .swiper-photos{
		padding:0;
	}
}
@media screen and (max-width: 768px){
	.banner-aboutus .banner-cont{
		top:24%;
	}
	.banner-aboutus .banner-cont h2{
		font-size: 36px;
	}
	.banner-aboutus .banner-cont p{
		font-size: 24px;
	}
	.about-section {
	    padding-top: 64px;
	    padding-bottom: 64px;
	}
	.about-container {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.about-section-subtitle {
	    font-size: 14px;
	    line-height: 22px;
	}
	.about-ecology-content {
	    margin-top: -4px;
	}
	.about-ecology-item {
	    width: 100%;
	}
	.about-ecology-card {
	    padding: 28px 0;
	}
	.about-ecology-card-title {
	    font-size: 60px;
	    line-height: 72px;
	}
	.section-feature4 .about-new .new-left,
	.about-new .new-right{
		width: 100%;
	}
	.sec {
	    padding: 40px 0;
	}
	.section-header h1{
		font-size: 30px;
	}
	.intro {
	    margin-top: 80px;
	    margin-bottom: 0;
	    background-color: transparent;
	}
	.intro-title {
	    width: 150px;
	    height: auto;
	    float: none;
	    margin-right: 10px;
	}
	.intro-title .before {
	    top: 15px;
	}
	.intro-title .after {
	    top: 30px;
	}
	.intro-title h1, .intro-title h2 {
	    font-size: 20px;
	    padding-top: 20px;
	}
	.intro-title span {
	    font-size: 12px;
	    line-height: 50px;
	}
	.intro-content {
	    padding-top: 0;
	    font-size: 14px;
	}
	.video-wrap {
	    position: relative;
	    padding: 10px;
	    margin: 10px 0 10px;
	    font-size: 0;
	    line-height: 0;
	    background-color: #fff;
	    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	    text-indent: 0;
	    cursor: pointer;
	    overflow: hidden;
	}
	.video-wrap .video-poster{
		width: 100%;
	}
	.envir-wrapper {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.envir {
	    height: 0;
	    padding-bottom: 63%;
	    overflow: hidden;
	    margin-bottom: 20px;
	}
	.envir.open {
	    height: auto;
	    padding-bottom: 0;
	    margin-bottom: 0;
	}
	.envir li {
	    width: 46%;
	}
	.envir-more {
	    display: block;
	    margin: 0 auto;
	    position: relative;
	}
	.envir-more i {
	    position: absolute;
	    transition: all .3s;
	}
	.culture-item li{
		width: 100%;
		margin-bottom: 60px;
	}
	.culture-item li.upspace{
		margin-top:0;
	}
	.culture-silde{
		width: 96%;
	}
	.culture-silde .swiper-wrapper {
	    display: block;
	    height: 0;
	    padding-bottom: 66.666666%;
	    overflow: hidden;
	}
	.culture-silde .swiper-slide {
	    width: 48%;
	    margin: 1%;
	    height: 0;
	    padding-bottom: 33.33333333%;
	    float: left;
	}
	.culture-silde .swiper-slide img {
	    position: absolute;
	    height: 100%;
	}
}
/*新闻中心*/
@media screen and (max-width: 1200px){
	.left-nav {
	    width: 200px;
	}
	.left-nav .nav-top, .left-nav li {
	    padding-left: 50px;
	}
	.right-content {
	    width: calc(100% - 220px);
	}
	.content-item li .item-info {
	    width: calc(100% - 110px);
	}
}
@media screen and (max-width: 1024px){
	.left-nav {
	    width: 160px;
	}
	.left-nav .nav-top, .left-nav li {
	    padding-left: 30px;
	}
	.right-content {
	    width: calc(100% - 180px);
	}
	.right-top {
	    height: 55px;
	}
}
@media screen and (max-width: 768px){
	.container {
	    padding-bottom: 0 !important;
	    padding-top: 10px !important;
	}
	.right-content {
	    width: 100%;
	    padding: 0 10px;
	}
	.right-top {
	    line-height: 35px;
	    height: 40px;
	    font-size: 12px;
	}
	.right-top h1 {
	    line-height: 35px;
	}
	.right-top h1:before {
	    top: 10px;
	}
	.content-item li {
	    padding: 10px 0;
	}
	.content-item li .news-img{
		width: 90px;
		height: 58px;
	}
	.content-item li .item-info {
	    width: calc(100% - 100px);
	}
	.content-item li .item-info p {
	    margin-bottom: 0px !important;
	    font-size: 14px;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
	.content-item li .item-info span {
	    font-size: 12px;
	}
	.content-item li .item-info samp{
		display: none;
	}
}
