@font-face {
    font-family: 'DIN Alternate';
    src: url('../fonts/dinalternate-bold.eot');
    src: url('../fonts/dinalternate-bold.eot') format('embedded-opentype'), url('../fonts/dinalternate-bold.woff2') format('woff2'), url('../fonts/dinalternate-bold.woff') format('woff'), url('../fonts/dinalternate-bold.ttf') format('truetype'), url('../fonts/dinalternate-bold.svg#dinalternate-bold') format('svg');
}

.din {
    font-family: 'DIN Alternate';
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

ul,
ol,
dl,
table,
th,
tr,
td,
input,
textarea,
li,
a,
div,
span,
em,
i {
    margin: 0;
    padding: 0;
    border: 0;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
}

li {
    list-style: none;
}


/*全局样式*/

html,
body {
    width: 100%;
    margin: 0 auto;
}


/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}


/*原文件配置*/

body {
    color: #333;
    background: #ffffff;
    font: 16px/30px 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei UI', 'Microsoft YaHei', 'Source Han Sans CN', sans-serif;
    min-width: 320px;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #15364F;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_bl {
    display: block;
}


/*原文件配置  end*/

.blue {
    color: #15364f!important;
}


/*横向居中*/

.te_c {
    text-align: center;
}


/*相对定位*/

.p_r {
    position: relative;
}


/* 白色背景 */

.bgfff {
    background: #fff;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.img_hover {
    transition: all .3s;
}

.img_hover:hover {
    transform: scale(1.05, 1.05);
}

.bg-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.container {
    width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1200px) {
    /*min-width 1200 */
}


/*全局样式 start*/

.header {
    position: absolute;
    left: 50%;
    top: 40px;
    z-index: 99;
    margin-left: -720px;
}

.header .logo {
    padding-left: 10px;
    margin-right: 180px;
}

.enlarge {
    width: 30px;
    height: 100%;
    background: url(../images/menu.png)no-repeat center;
    margin-right: 15px;
    background-size: 100%;
    display: none;
}

.nav {
    font-size: 18px;
    margin-right: 50px;
}

.nav li a {
    color: #000;
    line-height: 45px;
}

.nav li ul {
    position: absolute;
    left: 0;
    z-index: 9;
    width: 100%;
	border-top: 2px #15364F solid;
	transform: scale(0);
	transform-origin:center top;
}

.nav li i {
    display: none;
}

.nav li:hover ul li {
    line-height: 35px;
}

.nav li:hover ul li a {
    color: #333;
    font-size: 14px;
}

.search span {
    background: url(../images/search.png)no-repeat center;
    width: 20px;
    height: 100%;
    cursor: pointer;
}
.search input[type='text']{
	position: absolute;
	right: 30px;
	top: 0;
	height: 100%;
	width: 0;
	
}
.search:hover input[type='text']{
	width: 510px;
	padding: 0 20px;
}

/* 弹出搜索框 */

.search-content {
    display: none;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    padding: 100px 20px 0 20px;
}

.search-content .close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 30px;
}

.search-content .close::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #FFF;
    transform: rotate(45deg);
}

.search-content .close::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #FFF;
    transform: rotate(-45deg);
}

.search-content .con {
    height: 50px;
    border: 1px #FFF solid;
}

.search-content input[type='text'] {
    background: none;
    padding: 0 20px;
    color: #FFF;
    font-size: 20px;
}

.search-content input[type='submit'] {
    background: url(../images/search1.png)no-repeat center;
    background-size: 32px;
    width: 50px;
    overflow: hidden;
    text-indent: -999px;
}

.banner {
    overflow: hidden;
}
.banner .en_txt {
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    position: absolute;
    left: 8%;
    top: 62%;
    transform: translate(-50%, -60%);
    z-index: 9;
}
.banner .txt {
    font-size: 40px;
    color: #FFF;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 75%;
	width: 1440px;
    transform:translateX(-50%);
    z-index: 9;
	padding-left: 10px;
}
.banner .txt span{
    line-height: 1;
	
}
.banner .txt .en{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: normal;
}
.banner{
    position: relative;
    animation: scale 2s;
}
.banner .icon{
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}
.banner .swiper-banner-left{
    left: 2%;
}
.banner .swiper-banner-right{
    right: 2%;
}
.banner img {
    /* animation: scale 2s; */
    width: 100%;
}
.banner1{
	/*height: 595px;*/
}
.banner1 img{
	height: auto;
}
@keyframes scale {
    0% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.info-con {
    z-index: 9;
    width: 100%;
    align-items: flex-end;
    margin-top: -170px;
    overflow: hidden;
    height: 170px;
}

.info-con .item {
    width: 260px;
    height: 160px;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-right: 10px;
    padding-left: 30px;
    color: #FFF;
    background-size: cover;
}

.info-con .item:last-child {
    margin-right: 0;
}

.info-con .item:nth-child(1) {
    background-image: url(../images/b1.png);
    background-color: #5295b6;
}

.info-con .item:nth-child(2) {
    background-image: url(../images/b2.png);
    background-color: #124f88;
}

.info-con .item:nth-child(3) {
    background-image: url(../images/b3.png);
    background-color: #f5ae01;
}

.info-con .item:nth-child(4) {
    background-image: url(../images/b4.png);
    background-color: #dbc270;
}
.info-con .item:nth-child(5) {
    background-image: url(../images/b1.png);
    background-color: #5295b6;
}
.info-con .item .en {
    font-size: 18px;
}

.info-con .item .cn {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
}

.home-about {
    background: url(../images/bg.png)no-repeat center top;
    height: 840px;
}

.home-about .about-content {
    width: 40%;
    margin-top: 175px;
}

.home-about .about-content .en {
    text-transform: uppercase;
}

.home-about .about-content .title {
    font-size: 50px;
    line-height: 1.2;
    font-weight: bold;
}

.home-about .about-content .txt {
    color: #A5A7A8;
    margin-top: 10px;
}

.home-about .about-content .text {
    margin-top: 60px;
    text-indent: 32px;
}

.home-about .about-content .more {
    width: 165px;
    height: 48px;
    line-height: 48px;
    background-color: #15364F;
    color: #FFF;
    margin-top: 95px;
}

.home-about .num-content {
    width: 38%;
    margin-top: 90px;
}

.home-about .num-content .item {
    margin-top: 130px;
    width: 40%;
}

.home-about .num-content .num {
    font-size: 18px;
}

.home-about .num-content .num span {
    font-size: 80px;
    text-transform: uppercase;
    color: #20415C;
    font-family: "arial";
    font-weight: 600;
}

.home-about .num-content .item:nth-child(2) .num span {
    font-family: "microsoft yahei";
}

.home-about .num-content .item:nth-child(3) .num span::after,
.home-about .num-content .item:nth-child(4) .num span::after {
    content: '+';
    position: absolute;
    right: -10px;
    top: 5px;
    font-size: 18px;
    font-weight: normal;
}

.home-about .num-content .item:nth-child(3),
.home-about .num-content .item:nth-child(4) {
    margin-top: 0;
}

.home-about .num-content .item:nth-child(1),
.home-about .num-content .item:nth-child(3) {
    width: 60%;
}

.home-pic {
    color: #FFF;
}

.home-pic img {
    width: 100%;
    transition: all .3s;
}

.home-pic .item {
    overflow: hidden;
    background-color: #f2f2f2;
}

.home-pic .item:nth-child(1) {
    top: -90px;
}

.home-pic .title {
    position: absolute;
    z-index: 9;
}

.home-pic .en {
    font-family: arial;
}

.home-pic .cn {
    font-size: 50px;
    font-family: "microsoft yahei";
    font-weight: bold;
    line-height: 1.2;
}

.home-pic .item:nth-child(1) .title {
    top: 60px;
    left: 25%;
}

.home-pic .item:last-child .title {
    bottom: 100px;
    left: 110px;
}

.home-buju {
    height: 830px;
    width: 100%;
    background: url(../images/bg1.png)no-repeat center top;
    background-size: cover;
    margin-top: -90px;
    padding-top: 110px;
}

.home-buju .text-content {
    width: 50%;
    color: #FFF;
}

.home-buju .en {
    font-family: arial;
    text-transform: uppercase;
}

.home-buju .cn {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
}

.home-buju .txt {
    margin-top: 15px;
}

.home-buju .text {
    margin-top: 70px;
    text-indent: 32px;
}

.home-buju .so {
    margin-top: 130px;
}

.home-buju .so .city,
.home-buju .so .wz {
    border: 1px #959494 solid;
    line-height: 46px;
    width: 215px;
    margin-right: 20px;
    /* letter-spacing: 15px; */
    /* padding-left: 15px; */
}

.home-buju .so .city::after,
.home-buju .so .wz::after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid white;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.home-buju .so .city .select-wrapper{
	width: 100%;
	height: 100%;
	background: transparent;
	border: 0;
}
.home-buju .so .city .select-button{
	width: 100%;
	background: transparent;
	color: #fff;
	/* letter-spacing: 15px; */
	font-size: 16px;
}
.home-buju .so .city .select-list{
	width: auto;
    min-width: 100%;
}
.home-buju .so .city .select-list ul li{
	color: #000;
    padding-right: 10px;
}
.home-buju .so .city .select-list ul li.selected, 
.home-buju .so .city .select-list ul li:hover{
	color: #fff;
}
.home-buju .so .city .select-down{
    opacity: 0;
}
.home-buju .so input[type='submit'] {
    width: 165px;
    height: 48px;
    background-color: #FFF;
    color: #15364F;
}

.home-buju .map {
    width: 48%;
    height: 620px;
    padding-top: 40px;
}

.home-news {
    margin-top: 60px;
    padding-bottom: 120px;
}

.home-news .en {
    font-family: arial;
    text-transform: uppercase;
}

.home-news .cn {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
}

.home-news .title {
    align-items: flex-end;
}

.home-news .txt {
    margin-top: 15px;
    color: #CDCACA;
}

.home-news .month-search {
    margin-bottom: 20px;
}

.home-news .month-search input[type='submit'] {
    width: 165px;
    height: 45px;
    background-color: #15364F;
    color: #FFF;
}

.home-news .content {
    margin-top: 40px;
}

.home-news .pic-box {
    width: 55%;
    height: 490px;
    overflow: hidden;
}

.home-news .pic-box img {
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.home-news .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
    color: #FFF;
    padding: 0 45px 45px 45px;
}

.home-news .text a {
    color: #FFF;
}

.home-news .text h3 {
    font-size: 24px;
    margin: 0;
}

.home-news .text p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home-news .list {
    width: 42%;
    overflow: hidden;
    height: 490px;
}

.home-news .list li {
    border-bottom: 1px #E0E0E0 solid;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.home-news .list li:last-child {
    border-bottom: 0;
}

.home-news .list li a {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 7px;
}

.footer {
    width: 100%;
    background: -webkit-linear-gradient(#11293e, #0f2439);
    background: -o-linear-gradient(#11293e, #0f2439);
    background: -moz-linear-gradient(#11293e, #0f2439);
    background: linear-gradient(#11293e, #0f2439);
    padding-top: 60px;
}

.footer .info {
    color: #EDEDED;
    opacity: 0.8;
    line-height: 1.5;
    margin-top: 30px;
}

.footer ul {
    margin-top: 5px;
}

.footer li {
    margin-right: 45px;
}

.footer li:last-child {
    margin-right: 0;
}

.footer li h3 {
    font-size: 20px;
    color: #FFF;
    margin: 0;
    margin-bottom: 15px;
}

.footer li a {
    color: #EDEDED;
    opacity: 0.8;
    line-height: 30px;
}

.footer li h3 a {
    color: #FFF;
}

.footer .sns .qq,
.footer .sns .weixin {
    margin-right: 20px;
}

.footer .sns .qq a {
    width: 38px;
    height: 38px;
    background: rgba(84, 77, 77, 0.35) url(../images/qq.png)no-repeat center;
    border-radius: 50%;
}

.footer .sns .weixin a {
    width: 38px;
    height: 38px;
    background: rgba(84, 77, 77, 0.35) url(../images/weixin.png)no-repeat center;
    border-radius: 50%;
}

.footer .sns .weixin .erwma {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px;
    opacity: 0;
    width: 5px;
}

.footer .sns .weixin .erwma::after {
    content: '';
    position: absolute;
    left: 50%;
    width: 0px;
    height: 0px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid white;
    top: -5px;
    transform: translateX(-50%);
}

.footer .sns .weixin .erwma img {
    width: 100%;
}

.footer .sns .weixin:hover .erwma {
    opacity: 1;
    width: 95px;
}

.footer .sns .weibo a {
    width: 38px;
    height: 38px;
    background: rgba(84, 77, 77, 0.35) url(../images/weibo.png)no-repeat center;
    border-radius: 50%;
}

.copyright {
    margin-top: 130px;
    padding: 15px 0;
    color: #fff;
    opacity: 0.8;
}

.copyright a {
    color: #fff;
    margin: 0 10px;
}

.bg3 {
    background: #f2f2f2 url(../images/bg3.jpg)no-repeat center top;
    overflow: hidden;
}

.bg4 {
    background: #f2f2f2 url(../images/bg5.jpg)no-repeat center top;
    overflow: hidden;
}

.bg5 {
    background: #f2f2f2 url(../images/bg6.jpg)no-repeat center top;
    overflow: hidden;
}

.bg6 {
    background: #f2f2f2 url(../images/bg7.jpg)no-repeat center top;
    overflow: hidden;
}
.bg7 {
    background: #f2f2f2 url(../images/bg13.jpg)no-repeat center top;
    overflow: hidden;
}

/* 面包屑 */

.crumbs {
    overflow: hidden;
    border-bottom: 1px #c5c5c7 solid;
    line-height: 50px;
    margin-top: 20px;
    font-size: 18px;
}


/* 公用 */

.pb-110 {
    padding-bottom: 110px;
}

.public-en {
    color: #999;
    text-transform: uppercase;
    /*letter-spacing: 2px;*/
    margin-top: 50px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.public-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
}

.public-title span {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #333;
    margin-left: 20px;
}

.public-txt {
    line-height: 30px;
    color: #666;
    margin-top: 20px;
    text-indent: 32px;
}

.public-more {
    background: #15364f;
    color: #FFF;
    line-height: 50px;
    padding: 0 50px;
    margin-top: 80px;
}


/* 业务领域 */

.yewu .item {
    margin-top: 110px;
}

.yewu .pic {
    width: 800px;
    margin-left: 50px;
    width: 800px;
    overflow: hidden;
}

.yewu .pic img {
    width: 100%;
}

.yewu .item:last-child .pic {
    margin-left: 0;
    margin-right: 50px;
}

.yewu .public-txt {
    margin-top: 60px;
}


/* 地产开发 */

.dichan .en {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999;
    margin-top: 50px;
}

.dichan .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
}

.dichan .warp{
	background: url(../images/about-bg.jpg)no-repeat center top;
	background-size: 100% 100%;
	color: #FFF;
	overflow: hidden;
	padding-bottom: 130px;
}
.dichan .warp .public-en{
	color: #666;
}
.dichan .warp .public-title{
	color: #FFF;
}
.dichan .warp h3{
	font-size: 22px;margin-top: 40px;margin-bottom: 0;
}
.dichan .warp .txt{
	color: #FFF;font-size: 16px;
}
.dichan .warp .card{
	overflow: hidden;margin-top: 30px;
}
.dichan .warp .card li{
	width: 31%;
	margin-right: 3%;
	border: 1px #758392 solid;
	margin-top: 30px;
	border-left-width: 2px;
	padding: 25px 40px;
}
.dichan .warp .card li:last-child{
	margin-right: 0;
}
.dichan .warp .card li h3{
	margin: 0;
}
.dichan .warp .card li p{
	font-size: 18px;
	margin: 0;
	margin-top: 15px;
}


.dichan .content .item {
    margin-top: 60px;
    overflow: hidden;
    width: 30.6%;
    margin-right: 4%;
}

.dichan .content .item:nth-of-type(3n) {
    margin-right: 0;
}

.dichan .content .item .pic {
    height: 300px;
    width: 100%;
    transform: all 0.3s;
    -webkit-transform: all 0.3s;
    -moz-transform: all 0.3s;
    -ms-transform: all 0.3s;
    -o-transform: all 0.3s;
}

.dichan .content .item .txt,
.project-details .slider-body .txt,
.project .content .item .txt {
    font-size: 24px;
    line-height: 70px;
}


/* 物管服务 */
.wuguan h3{
	font-size: 24px;
}
.wuguan .text-content .text {
    line-height: 1.8;
    margin-top: 50px;
}

.wuguan .text-content .text p {
    text-indent: 32px;
	line-height: 30px;
}

.wuguan .text-content .num-box{
	width: 30%;margin-left: 12%;
	margin-top: 90px;
}
.wuguan .text-content .num-box .card{
	width: 50%;
	margin-top: 30px;
}
.wuguan .text-content .num-box .card .counter{
	font-size: 50px;
	font-weight: bold;
	line-height: 1.5;
}
.wuguan .text-content .num-box .card:last-child span::after{
	content: '万方';
	font-weight: normal;
	font-size: 18px;
}
.wuguan .text-content .num-box .txt{
	font-size: 18px;
}

.wuguan .fanwei{
	margin-top: 70px;
}
.wuguan .fanwei ul{
	width: 75%;
}
.wuguan .fanwei li{
	width: 32%;
	margin-right: 2%;
	border: 1px #c2c2c2 solid;
	color: #495868;
	font-size: 22px;
	font-weight: bold;
	margin-top: 20px;
	height: 130px;
}
.wuguan .fanwei li:nth-of-type(3n){
	margin-right: 0;
}
.wuguan .rongyu{
	margin-top: 70px;
	width: 75%;
}
.wuguan .rongyu li{
	background: url(../images/honor.png)no-repeat left center;
	padding-left: 30px;
	line-height: 70px;
	font-size: 18px;
	width: 50%;
}

/* 产品服务 */

.chanpin .pro {
    margin-top: 40px;
}

.chanpin .pro .item {
    margin-top: 20px;
    width: 48.75%;
    margin-right: 2.5%;
    overflow: hidden;
}

.chanpin .pro .item:nth-child(even) {
    margin-right: 0;
}

.chanpin .pro .item .pic {
    height: 340px;
    width: 100%;
    overflow: hidden;
    transform: all 0.3s;
    -webkit-transform: all 0.3s;
    -moz-transform: all 0.3s;
    -ms-transform: all 0.3s;
    -o-transform: all 0.3s;
}

.chanpin .pro .item .txt {
    line-height: 100px;
    font-size: 18px;
}

.chanpin .video {
    margin-top: 40px;
}

.chanpin .video .item {
    width: 31.65%;
    margin-right: 2.5%;
    margin-top: 20px;
    overflow: hidden;
}

.chanpin .video .item:last-child {
    margin-right: 0;
}
.chanpin .video .item:nth-of-type(3n + 3){
    margin-right: 0;
}

.chanpin .video .pic {
    height: 250px;
    width: 100%;
    overflow: hidden;
    transform: all 0.3s;
    -webkit-transform: all 0.3s;
    -moz-transform: all 0.3s;
    -ms-transform: all 0.3s;
    -o-transform: all 0.3s;
}

.chanpin .video .txt {
    padding: 20px 10px;
}

.chanpin .video .txt span {
    min-width: 0px;
    margin-right: 10px;
}

.chanpin .video .btn {
    background-color: #15364F;
    color: #FFF;
    line-height: 30px;
    padding: 0 20px;
}


/* 项目展示 */

.project .public-title,
.project-details .public-title,
.news-center .public-title,
.news-list .public-title,
.news-details .public-title,
.join .public-title,
.social .public-title {
    font-size: 30px;
}

.project .introduction-info {
    background: url(../images/bg4.jpg)no-repeat center;
    width: 100%;
    height: 680px;
    margin-top: 50px;
    padding: 85px 0;
}

.project .introduction-info .swiper-container {
    width: 855px;
}

.project .introduction-info .swiper-slide {
    height: 505px;
}

.swiper-button-next {
    background: url(../images/right.png)no-repeat center;
    background-size: 100;
    width: 40px;
    height: 40px;
}

.swiper-button-prev {
    background: url(../images/left.png)no-repeat center;
    background-size: 100;
    width: 40px;
    height: 40px;
}
.swiper-button-next::after,.swiper-button-prev::after{
    display: none;
    content: '';
}

.project .introduction-info .float-text {
    position: absolute;
    left: 0;
    bottom: -590px;
    width: 100%;
    padding: 0 40px 30px 40px;
    color: #FFF;
    z-index: 9;
}

.project .introduction-info .float-text .txt {
    padding-left: 40px;
    background-position: 0 5px;
    background-repeat: no-repeat;
    margin-top: 10px;
    width: 49%;
    margin-right: 2%;
    line-height: 1.3;
}

.project .introduction-info .float-text .txt strong {
    width: 100px;
}

.project .introduction-info .float-text .txt:nth-child(even) {
    margin-right: 0;
}

.project .introduction-info .float-text .txt:nth-child(1) {
    background-image: url(../images/icon1.png);
}

.project .introduction-info .float-text .txt:nth-child(2) {
    background-image: url(../images/icon2.png);
}

.project .introduction-info .float-text .txt:nth-child(3) {
    background-image: url(../images/icon3.png);
}

.project .introduction-info .float-text .txt:nth-child(4) {
    background-image: url(../images/icon4.png);
}

.project .introduction-info .float-text .txt:nth-child(5) {
    background-image: url(../images/icon5.png);
}

.project .introduction-info .float-text .txt:nth-child(6) {
    background-image: url(../images/icon6.png);
}

.project .introduction-info .float-text .txt:nth-child(7) {
    background-image: url(../images/icon7.png);
}

.project .introduction-info .text-content {
    padding: 45px;
}

.project .introduction-info .text-content h2 {
    font-size: 30px;
    margin: 0;
}
.project .introduction-info .text-content h2 span{
	font-size: 16px;
	color: #4c9517;
	margin-left: 20px;
}

.project .introduction-info .text-content .txt {
    margin-top: 30px;
}

.project .introduction-info .text-content .info {
    margin-top: 20px;
}

.project .introduction-info .text-content .info strong {
    font-size: 20px;
}

.project .sort {
    margin-top: 60px;
    z-index: 9;
}

.project .pro-select {
    margin-right: 20px;
    width: 225px;
}

.project .select-div {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #15364f;
    color: #FFF;
    padding-left: 40px;
}

.project .select-div:after {
    content: '';
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #FFF;
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 18px;
    right: 15px
}

.project .select-ul {
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 9;
    width: 100%;
    background-color: #15364f;
    display: none;
}

.project .select-ul li {
    color: #FFF;
    line-height: 35px;
    padding-left: 20px;
}

.project .sort input[type='submit'] {
    width: 225px;
    height: 40px;
    border: 1px #15364F solid;
    font-size: 16px;
}

.project .sort input[type='submit']:hover {
    background-color: #15364F;
    color: #FFF;
}


/* 省市三级 */

.city-picker-selector .selector-item {
    width: 225px;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    position: relative;
    background-color: #15364f;
}

.city-picker-selector .selector-item:after {
    content: '';
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #FFF;
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 18px;
    right: 15px
}
.city-picker-selector .selector-item.district{
    display: none;
    opacity: 0;
}
.city-picker-selector .selector-name {
    color: #FFF;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 40px;
}

.city-picker-selector .selector-name.forbid {
    cursor: not-allowed
}

.city-picker-selector .selector-list {
    background: #15364f;
    width: 100%;
    position: absolute;
    top: 36px;
    left: -1px;
    z-index: 99
}

.city-picker-selector ul {
    max-height: 260px;
    overflow-x: hidden;
    overflow-y: auto
}

.city-picker-selector li {
    color: #FFF;
    cursor: pointer;
    width: 100%;
    padding: 0 5%;
    height: 35px;
    line-height: 35px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.city-picker-selector li:first-child {
    border-top: none
}

.city-picker-selector li.caller.active {
    background: #3A8EAF;
    color: #fff
}

.city-picker-selector li.forbid {
    color: #999;
    font-size: 14px;
    cursor: not-allowed
}

.city-picker-selector .selector-search {
    border: 1px solid #ccc;
    border-top: none;
    background: #f8f8f8;
    font-size: 0;
    padding: 10px;
    height: 28px;
    margin-left: -1px;
    margin-right: -1px
}

.city-picker-selector .input-search {
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #333;
    font-size: 14px;
    width: 100%;
    height: 26px;
    line-height: 26px\9;
    padding: 0;
    text-indent: 5px
}

.city-picker-selector .input-search:focus {
    outline: none
}

.city-picker-selector .hide {
    display: none
}

.city-picker-selector select {
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 5px;
    color: #333;
    font-size: 16px;
    outline: none;
    width: 160px;
    height: 36px;
    margin-right: 10px;
    box-shadow: 0 0 5px #eee
}

.project .content {
    margin-top: 10px;
}

.project .content .item {
    width: 31.65%;
    margin-right: 2.5%;
    margin-top: 20px;
    overflow: hidden;
}

.project .content .item:nth-of-type(3n) {
    margin-right: 0;
}

.project .content .item .pic {
    width: 100%;
    overflow: hidden;
    height: 350px;
    transform: all 0.3s;
    -webkit-transform: all 0.3s;
    -moz-transform: all 0.3s;
    -ms-transform: all 0.3s;
    -o-transform: all 0.3s;
}


/* 分页 */

.page {
    margin-top: 80px;
}

.page a {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 10px;
    font-size: 16px;
}

.page a:last-child {
    margin-right: 0;
}

.page span {
    margin-right: 10px;
}

.page .prev::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-left: 2px #727272 solid;
    border-bottom: 2px #727272 solid;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
}

.page .next::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px #727272 solid;
    border-top: 2px #727272 solid;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
}

.page a:hover {
    color: #FFF;
    background-color: #15364f;
}


/* 项目详情 */

.project-details .city-info {
    background-color: #15364f;
    margin-top: 60px;
    overflow: hidden;
}

.project-details .city-info .pic {
    width: 670px;
    height: 400px;
    flex-shrink: 0;
}

.project-details .city-info .pic img {
    width: 100%
}

.project-details .city-info .text-content {
    color: #FFF;
    font-size: 18px;
    padding: 45px;
}

.project-details .city-info .text-content p {
    margin: 10px 0;
}

.project-details .info {
    margin-top: 60px;
    font-size: 18px;
    text-indent: 32px;
}

.project-details .info img {
    max-width: 100%;
}

.project-details .slider-body .switch {
    margin: 80px 0 60px 0;
}

.project-details .slider-body .switch .tabs {
    font-size: 30px;
    margin-right: 60px;
    line-height: 1.5;
    color: #666;
    cursor: pointer;
}

.project-details .slider-body .dp-none {
    display: none
}


.project-details .slider-body .on {
    display: block
}
.project-details .slider-body .tip{
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
}

.project-details .slider-body .pic {
    height: 250px;
}

.project-details .slider-body .switch .active {
    color: #000;
    font-weight: bold;
}

.project-details .slider-body .switch .active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #15364f;
}


/* 视频集锦 */

.video-list .first {
    width: 100%;
    overflow: hidden;
    margin-top: 70px;
}

.video-list .first .pic {
    width: 100%;
    height: 350px;
    transform: all 0.3s;
    -webkit-transform: all 0.3s;
    -moz-transform: all 0.3s;
    -ms-transform: all 0.3s;
    -o-transform: all 0.3s;
}

.video-list .first .pic span,
.video-details .content span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 96px;
    height: 96px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
}

.video-list .first .pic span::after,
.video-details .content span::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 20px solid white;
    border-bottom: 15px solid transparent;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.video-list .txt-content {
    margin-top: 15px;
}

.video-list .txt-content .txt {
    min-width: 0;
    font-size: 18px;
    padding-right: 20px;
    margin-right: 10px;
}

.video-list .txt-content .txt span {
    height: 8px;
    margin-left: 20px;
	width: 8px;
}

.video-list .txt-content .txt span::after {
    content: '';
    position: absolute;
    right: 0;
    top: 30%;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 8px solid black;
    border-bottom: 8px solid transparent;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.video-list .item {
    width: 45%;
    margin-right: 10%;
    margin-top: 25px;
    overflow: hidden;
}

.video-list .item:nth-child(even) {
    margin-right: 0;
}

.video-list .item .pic {
    height: 300px;
    transform: all 0.3s;
    -webkit-transform: all 0.3s;
    -moz-transform: all 0.3s;
    -ms-transform: all 0.3s;
    -o-transform: all 0.3s;
}


/* 视频详情 */

.video-details .video-play {
    width: 100%;
    height: 600px;
    margin-top: 50px;
}

.my-video-dimensions {
    width: 100%;
    height: 100%;
}

.vjs-poster {
    background-size: cover;
    width: 100%;
}

.video-js {
    width: 100%;
    height: 100%;
}

.video-js .vjs-big-play-button {
    background: url(../images/play.png) no-repeat center;
    background-size: contain;
    width: 72px;
    height: 72px;
    border: none;
    top: 50%;
    left: 50%;
    border: 0;
    overflow: hidden;
    border-width: 0;
    transform: translate(-50%, -50%);
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-icon-play:before {
    display: none;
}

.video-js .vjs-big-play-button:focus {
    background: none;
}

.prv-next {
    margin-top: 80px;
    font-size: 24px;
}

.prv-next a {
    min-width: 0;
}

.prv-next .next {
    padding-right: 30px;
}

.prv-next .next::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid black;
    border-bottom: 10px solid transparent;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.prv-next .prev {
    padding-left: 30px;
}

.prv-next .prev::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid black;
    border-bottom: 10px solid transparent;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}


/* 新闻中心 */
.news-page .container{
    max-width: 1280px;
}
.news-center .public-title::after,
.news-list .public-title::after,
.join .public-title::after,
.social .public-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 60px;
    height: 3px;
    background-color: #15364f;
}

.news-center .news-company {
    margin-top: 60px;
}

.news-center .news-company .recommend {
    width: 730px;
    height: 560px;
}

.news-center .news-company .recommend .pic {
    height: 370px;
    overflow: hidden;
    width: 100%;
}

.news-center .news-company .recommend .pic img {
    width: 100%;
}

.news-center .news-company .recommend .text {
    padding: 20px 30px
}

.news-center .news-company .recommend .mores,
.news-center .news-company .recommend .time,
.news-center .news-company .recommend p {
    color: #666;
}

.news-center .news-company .recommend h3 {
    margin: 0;
    font-size: 24px;
    ;
}

.news-center .news-company .recommend p {
    margin: 15px 0;
    text-indent: 32px;
}

.news-center .news-company .content {
    width: 690px;
}

.news-center .news-company .content .item {
    padding: 10px;
    height: 175px;
    margin-top: 16px;
}

.news-center .news-company .content .item:first-child {
    margin-top: 0;
}

.news-center .news-company .content .item .pic {
    width: 265px;
    height: 155px;
    overflow: hidden;
}

.news-center .news-company .content .item .pic img {
    width: 100%;
}

.news-center .news-company .content .item .text-content {
    min-width: 0;
    padding: 20px;
}

.news-center .news-company .content .item h4 {
    font-size: 22px;
    margin: 0;
}

.news-center .news-company .content .item .time {
    color: #666;
    font-size: 14px;
}

.news-center .news-company .content .item p {
    color: #999;
    font-size: 14px;
    margin-top: 15px;
    line-height: 1.8;
    margin: 0;
    text-indent: 28px;
}

.news-center .project-news li {
    margin-top: 60px;
    width: 23.5%;
    margin-right: 2%;
    padding: 15px;
    height: 405px;
}

.news-center .project-news li::after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    bottom: -10px;
    height: 2px;
    background-color: #15364f;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.news-center .project-news li:last-child {
    margin-right: 0;
}

.news-center .project-news li .pic {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.news-center .project-news li .pic img {
    width: 100%;
}

.news-center .project-news li h4 {
    margin: 10px 0;
    font-size: 22px;
}

.news-center .project-news li p {
    font-size: 14px;
    color: #999;
    line-height: 1.8;
    margin: 0;
    text-indent: 28px;
}

.news-center .project-news li .text {
    border-top: 1px #e7ebed solid;
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding-top: 10px;
}

.news-center .project-news li .time {
    font-size: 14px;
    color: #999;
}

.news-center .project-news li .btn {
    color: #999;
}

.news-list {
    margin-top: 60px;
}

.news-list .news-title {
    align-items: flex-end;
}

.news-list .public-en {
    margin-top: 0;
}

.news-list .news-input {
    margin-right: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    width: 320px;
}

.news-list .news-input input {
    height: 50px;
    padding: 0 20px;
    font-size: 16px;
    width: 100%;
}

.news-list .news-input::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 15px;
    width: 10px;
    height: 10px;
    border-top: 2px #ccc solid;
    border-right: 2px #ccc solid;
    z-index: 99;
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.news-list .news-search {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    width: 400px;
    margin-right: 20px;
}

.news-list .news-search input[type='submit'] {
    width: 50px;
    background: url(../images/search1.png)no-repeat center;
    overflow: hidden;
    text-indent: -99px;
}

.news-list .news-search input[type='text'] {
    width: 100%;
    padding-left: 20px;
    font-size: 16px;
}

.news-list .tabs span {
    height: 50px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #FFF;
    line-height: 50px;
    font-size: 14px;
    padding: 0 20px 0 40px;
    background-position: 20px center;
    background-repeat: no-repeat;
    background-image: url(../images/news-icon1.png);
    cursor: pointer;
}

.news-list .tabs span:last-child {
    background-image: url(../images/news-icon2.png);
}

.news-list .tabs span.active {
    background-image: url(../images/news-icon1-on.png);
    background-color: #15364f;
    color: #FFF;
}

.news-list .tabs span:last-child.active {
    background-image: url(../images/news-icon2-on.png);
    background-color: #15364f;
    color: #FFF;
}

.news-list .warp {
    margin-top: 90px;
}

.news-list .warp .content {
    display: none;
}

.news-list .picture-content {
    padding: 35px 0;
}

.news-list .picture-content::after {
    content: '';
    position: absolute;
    left: -999px;
    right: -999px;
    height: 100%;
    z-index: 0;
    background-color: #e8e8e8;
    top: 0;
}

.news-list .picture-content .pic {
    width: 625px;
    height: 370px;
    z-index: 1;
    margin-right: 90px;
    overflow: hidden;
}

.news-list .picture-content .pic img {
    width: 100%;
}

.news-list .picture-content .text-content {
    min-width: 0px;
    z-index: 1;
}

.news-list .picture-content .title {
    font-size: 32px;
    line-height: 1.5;
}

.news-list .picture-content .txt {
    color: #999;
    font-size: 14px;
    margin-top: 25px;
    line-height: 1.5;
}

.news-list .picture-content .text {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
}

.news-list .picture-content .time {
    color: #999;
}

.news-list .news-picture ul {
    margin-top: 70px;
}

.news-list .news-picture li {
    padding: 15px;
    width: 33.333%;
    height: 540px;
}

.news-list .news-picture li .pic {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.news-list .news-picture li .pic img {
    width: 100%;
}

.news-list .news-picture li h3 {
    margin: 0;
    font-size: 24px;
    font-weight: normal;
    margin-top: 20px;
    line-height: 1.5;
}

.news-list .news-picture li .time {
    font-size: 14px;
    color: #999;
}

.news-list .news-picture li .txt {
    font-size: 14px;
    color: #999;
    line-height: 1.6;
    margin-top: 25px;
    text-indent: 28px;
}

.news-list .news-text .picture-content .pic {
    width: 510px;
    height: 305px;
}

.news-list .news-text .data {
    width: 88px;
    height: 93px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
    background-color: #15364f;
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 60px;
    z-index: 1;
}

.news-list .news-text .data strong {
    font-size: 48px;
    line-height: 1;
}

.news-list .news-text .picture-content .data {
    color: #15364f;
    background-color: #FFF;
}

.news-list .news-text li {
    z-index: 1;
    padding: 80px 0;
}

.news-list .news-text li::after {
    content: '';
    position: absolute;
    left: -999px;
    right: -999px;
    height: 100%;
    z-index: 0;
    background-color: #FFF;
    top: 0;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.news-list .news-text li .text-content {
    z-index: 1;
}

.news-list .news-text li h3 {
    margin: 0;
    font-size: 24px;
    font-weight: normal;
}

.news-list .news-text li .txt {
    font-size: 14px;
    color: #999;
    line-height: 1.8;
    margin-top: 20px;
}

.news-details .time {
    color: #999;
    margin-top: 10px;
}

.news-details .body {
    margin-top: 30px;
}

.news-details .body p {
    text-indent: 32px;
}

.news-details .body img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.news-details .share {
    position: absolute;
    right: 0;
    top: 50px;
}

.news-details .share a {
    background-color: #d4d4d5;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.news-details .share a:last-child {
    margin-right: 0;
}

.news-details .share .weibo {
    background-image: url(../images/weibo.png);
}

.news-details .share .weixin {
    background-image: url(../images/weixin.png);
}

.news-details .share .href {
    background-image: url(../images/link.png);
}

.divid {
    padding: 10px 20px;
    background: #11293e;
    border-radius: 4px;
    color: #ffffff;
    font-size: 14px;
    position: fixed;
    z-index: 9999;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.shrefno {
    position: absolute;
    z-index: -1;
    left: -100000000px;
    transform: -1000000px;
}

.wxewm-pad img {
    width: 120px;
    height: 120px;
}

.wxewm {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    display: none;
}
.wxewm2 {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    display: none;
}

.wxewm-pad {
    background: #ffffff;
    padding: 3px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 991;
    position: absolute;
}

.ewmclose {
    position: absolute;
    right: -17px;
    top: -17px;
    font-size: 18px;
    background: #000;
    color: #ffffff;
    cursor: pointer;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    border-radius: 1000px;
    cursor: pointer;
}


/* 校招 */

.xiaozhao {
    margin-top: 70px;
}

.xiaozhao img {
    max-width: 100%;
}


/* 旗下公司 */

.branch {
    margin-top: 70px;
}

.branch .tabs {
    width: 350px;
    border-top: 5px #15364f solid;
    border-bottom: 5px #15364f solid;
    margin-right: 150px;
}

.branch .tabs span {
    line-height: 60px;
    color: #999;
    padding-left: 30px;
    border-bottom: 1px #e5e5e5 solid;
    cursor: pointer;
}

.branch .tabs span.active {
    background-color: #f0f5f5;
    font-weight: bold;
    font-size: 20px;
    color: #333;
}

.branch .content {
    min-width: 0px;
    overflow: hidden;
}

.branch .title {
    font-size: 30px;
    font-weight: bold;
}

.branch .text p {
    text-indent: 32px;
}

.branch .text {
    margin-top: 30px;
}

.branch .swiper-button-next,
.branch .swiper-button-prev {
    display: none;
}


/* 联系我们 */

.contact {
    margin-top: 30px;
}

.contact .text-content {
    width: 460px;
    height: 400px;
    margin-right: 30px;
    padding: 50px;
}

.contact .text-content span {
    color: #000;
}

.contact img {
    width: 100%;
}

.contact .tel {
    background: url(../images/tel.png)no-repeat left 10px;
    padding-left: 40px;
    border-bottom: 1px #eaeae9 solid;
    padding-bottom: 30px;
}

.contact .tel .txt {
    font-style: italic;
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-top: 10px;
}

.contact .address {
    background: url(../images/address.png)no-repeat left 10px;
    padding-left: 40px;
    margin-top: 30px;
}

.contact .address address {
    color: #999;
    font-style: normal;
}

.contact .code {
    background: url(../images/code.png)no-repeat left 10px;
    padding-left: 40px;
    margin-top: 30px;
}

.contact .code code {
    color: #999;
    font-style: normal;
}


/* 加入风之杰 */

.join .talent {
    margin-top: 90px;
}

.join .talent .public-en {
    margin-top: 0;
}

.join .talent .text-content {
    margin-right: 115px;
}

.join .talent .text {
    margin-top: 90px;
    font-size: 18px;
    text-indent: 32px;
}

.join .talent .txt {
    font-weight: bold;
    color: #999;
    margin-top: 60px;
}

.join .talent .txt strong {
    color: #333;
}

.join .talent .pic {
    width: 590px;
    height: 370px;
    overflow: hidden;
}

.join img {
    width: 100%;
}

.join .process {
    background: url(../images/bg8.jpg)no-repeat center top;
    overflow: hidden;
    margin-top: 70px;
}

.join .process .public-title {
    color: #FFF;
}

.join .process .public-title::after {
    background-color: #FFF;
}

.join .process .public-en {
    color: rgba(255, 255, 255, .5)
}

.join .process .content {
    margin-top: 115px;
}

.join .process .content .item {
    width: 33.333%;
    padding: 40px 70px;
}

.join .process .content .num {
    font-size: 80px;
    font-family: Arial, Helvetica, sans-serif;
    color: #ececec;
}

.join .process .content .title {
    font-size: 36px;
    margin-top: -5px;
    z-index: 1;
}

.join .process .content .title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 2px;
    background-color: #15364f;
    width: 30px;
}

.join .process .content .en {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #a4a4a4;
    margin-top: 45px;
}

.join .process .content .item:nth-child(2) {
    background-color: #15364f;
    color: #FFF;
}

.join .process .content .item:nth-child(even) .num {
    opacity: 0.2;
}

.join .process .content .item:nth-child(2) .title::after {
    background-color: #FFF;
}

.join .process .content .item:nth-child(4),
.join .process .content .item:nth-child(6) {
    background-color: #a9a9a9;
    color: #FFF;
}

.join .process .content .item:nth-child(4) .title::after,
.join .process .content .item:nth-child(6) .title::after {
    background-color: #FFF;
    opacity: 0.2;
}

.join .process .content .item:nth-child(4) .en,
.join .process .content .item:nth-child(6) .en {
    color: #FFF;
}

.join .offers a {
    width: 675px;
    height: 300px;
    overflow: hidden;
    margin-top: 60px;
}

.join .offers a .txt {
    color: #FFF;
    font-size: 36px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 40px;
}


/* 社会招聘 */

.social .sort {
    margin-top: 70px;
    position: relative;
    z-index: 999;
}

.social .sort .select {
    width: 24%;
    z-index: 999;
}

.social .select-div {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #15364f;
    color: #FFF;
    padding-left: 20px;
}

.social .select-div:after {
    content: '';
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #FFF;
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 22px;
    right: 15px
}

.social .select-ul {
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 9;
    width: 100%;
    background-color: #15364f;
    display: none;
}

.social .select-ul li {
    color: #FFF;
    line-height: 35px;
    padding-left: 20px;
}

.social .search-result {
    color: #999;
    margin-top: 15px;
    padding-left: 20px;
}

.social .item {
    padding: 30px;
    margin-top: 15px;
}

.social .item .title-bar {
    border-bottom: 1px #e1e1e1 solid;
    padding-bottom: 15px;
}

.social .item .title {
    font-size: 20px;
    font-weight: bold;
}

.social .item .title-bar a {
    padding-right: 20px;
    font-size: 14px;
}

.social .item .title-bar a::after {
    content: '';
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #15364f;
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 10px;
    right: 0px
}

.social .item .text {
    font-size: 14px;
    color: #666;
    margin-top: 15px;
}

.social .item .text span {
    width: 16.66%;
}


/* 弹出 */

.theme-popover-mask {
    z-index: 9998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    display: none
}

.theme-popover {
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 1000px;
    background-color: #fff;
    display: none;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    padding: 35px;
}

.theme-popover .close {
    color: #999;
    margin: -2px -5px -5px;
    font: bold 24px simsun;
}

.theme-popover .pop-title {
    border-bottom: 1px #ebebeb solid;
    padding-bottom: 15px;
    font-size: 18px;
}

.theme-popover .content {
    height: 290px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 14px;
    margin: 40px 0;
}

.theme-popover .txt {
    padding-top: 35px;
    border-top: 1px #ebebeb solid;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #f5f5f5;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #15364f!important;
    width: 2px;
}


/* 公司简介 */

.introduce {
    background: url(../images/bg9.jpg)no-repeat center top #f2f2f2;
    overflow: hidden;
}

.introduce .profiles {
    margin-top: 90px;
}

.introduce .profiles .text p {
    text-indent: 32px;
}

.introduce .profiles .title {
    margin-right: 250px;
}

.introduce .profiles .title .public-en {
    margin-top: 0;
}

.introduce .content {
    margin-top: 110px;
    padding-top: 380px;
    padding-bottom: 150px;
}

.introduce .content::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: url(../images/img24.jpg)no-repeat center top;
    height: 65.2%;
    z-index: 1;
}

.introduce .content::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: url(../images/bg10.jpg)no-repeat center bottom;
    height: 445px;
    z-index: 0;
}

.introduce .content .item {
    overflow: hidden;
    z-index: 2;
    width: 31.5%;
}

.introduce .content .item .pic {
    width: 100%;
    overflow: hidden;
    height: 220px;
}

.introduce .content .item .pic img {
    width: 100%;
}

.introduce .content .item .text {
    padding: 20px;
}

.introduce .content .item h2 {
    font-size: 24px;
    font-weight: normal;
}

.introduce .content .item p {
    font-size: 16px;
    color: #a2acab;
    line-height: 1.4;
}

.introduce .content .item:hover h2,
.introduce .content .item:hover p {
    color: #d7c27b;
}


/* 关于风之杰 */

.about {
    background: url(../images/bg11.jpg)no-repeat center top #f2f2f2;
    overflow: hidden;
    padding-bottom: 150px;
}

.about::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/img28.jpg)no-repeat center bottom;
    z-index: 0;
}

.about .container {
    z-index: 2;
}

.about .warp {
    margin-top: 60px;
}

.about .warp .pic {
    width: 50%;
    height: 690px;
    overflow: hidden;
    justify-content: flex-end;
}

.about .warp .text-content {
    width: 50%;
    padding: 0 70px;
}

.about .warp .text {
    line-height: 30px;
    margin-top: 40px;
    text-indent: 32px;
}

.about .warp .more {
    width: 165px;
    height: 48px;
    line-height: 48px;
    background-color: #15364F;
    color: #FFF;
    margin-top: 25px;
}

.about .num-content {
    width: 100%;
}

.about .num-content .item {
    margin-top: 30px;
    width: 50%;
}

.about .num-content .num {
    font-size: 18px;
}

.about .num-content .num span {
    font-size: 80px;
    text-transform: uppercase;
    color: #20415C;
    font-family: "arial";
    font-weight: 600;
    line-height: 1;
}

.about .num-content .item:nth-child(2) .num span {
    font-family: "microsoft yahei";
}

.about .num-content .item:nth-child(3) .num span::after,
.about .num-content .item:nth-child(4) .num span::after {
    content: '+';
    position: absolute;
    right: -10px;
    top: 5px;
    font-size: 18px;
    font-weight: normal;
}

.about .cultrue {
    margin-top: 90px;
    padding: 50px;
    background: #f7f8fa url(../images/bg12.jpg) right center no-repeat;
}

.about .cultrue .title {
    width: 430px;
    border-right: 1px #9daab6 solid;
    padding-right: 50px;
    margin-right: 70px;
}

.about .cultrue h1 {
    font-size: 36px;
    margin: 0;
    line-height: 1.5;
}

.about .cultrue h4 {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
}

.about .content {
    min-width: 0;
    overflow: hidden;
    font-size: 18px;
}

.about .content .tabs {
    font-size: 18px;
}

.about .content .tabs span {
    padding: 0 5px;
    margin-right: 100px;
    cursor: pointer;
}

.about .content .tabs span:last-child {
    margin-right: 0;
}

.about .content .tabs .active::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #15364f;
}

.about .content .swiper-slide {
    padding: 60px 20px;
    display: none;
}


/* 发展历程 */

.path {
    overflow: hidden;
    margin-top: 60px;
}
@media (max-width:1441px) {
	
}

.path .preview {
	background: url(../images/img30.jpg)no-repeat center top;
	background-size: 100%;
	 padding-top: 120px;
	 padding-bottom: 90px;
	 background-size: 100% 100%;
}

.path .preview .swiper-slide {
    width: 20%;
    margin-left: -13px;
    padding-top: 15px;
    cursor: pointer;
}

.path .preview .swiper-slide:first-child {
    margin-left: 0;
}

.path .preview .year {
    color: #FFF;
    font-size: 36px;
    font-weight: bold;
}

.path .preview .step {
    width: 100%;
    height: 46px;
    background: url(../images/tab.png)no-repeat center;
    margin-top: 10px;
    background-size: cover;
    line-height: 1.5;
	background-size: 100%;
}

.path .preview .txt {
    opacity: 0;
}

.path .preview .txt p {
    font-size: 20px;
    color: #FFF;
    /* opacity: 0.3; */
    padding-left: 15px;
}

.path .preview .txt p::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    background-color: #FFF;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

/* .path .preview .txt p:hover {
    opacity: 1;
} */

.path .preview .active-nav .txt {
    opacity: 1;
}

.path .preview .active-nav .year {
    font-size: 48px;
}

.path .preview .active-nav .step {
    background-image: url(../images/tab-on.png);
}

.path .view {
    margin-top: 75px;
    padding-bottom: 90px;
}

.path .view::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 1px;
    width: 70%;
    background-color: #e6e5e5;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.path .view::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 3px;
    width: 30%;
    background-color: #15364f;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 1;
}

.path .view .swiper-slide {
    width: 50%;
  padding-right: 3em;
}

.path .view .year {
    font-size: 30px;
    font-weight: bold;
}

.path .view .year span {
    padding-bottom: 10px;
}

.path .view .year span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #15364f;
}

.path .view .text-content {
    margin-top: 50px;
    font-size: 18px;
    line-height: 36px;
}

.path .view .text-content .text>div {
    min-width: 0;
    overflow: hidden;
}

.path .view .text-content span {
    margin-right: 15px;
    width: 160px;
    color: #999;
}

.lg-outer #lg-share,
#lg-actual-size,
#lg-download,
.lg-autoplay-button,
.lg-fullscreen {
    display: none;
}


/*全局样式 end*/

@media (min-width: 1025px) {
    /*所有hover写在这里面 兼容sofari的移动端不支持hover*/
    .nav a:hover {
        text-decoration: underline;
    }
    .nav li:hover ul {
        transform: scale(1);
        padding: 10px 0;
    }
    .info-con .item:hover {
        cursor: pointer;
        width: 320px;
        height: 170px;
    }
    .home-about .about-content .more:hover,
    .about .warp .more:hover,
    .home-news .month-search input[type='submit']:hover {
        border: 1px #15364F solid;
        color: #15364F;
        background-color: #FFF;
    }
    .home-pic .item:hover img,
    .home-news .pic-box:hover img,
    .news-center .news-company .recommend:hover .pic img,
    .news-center .news-company .content .item:hover .pic img {
        transform: scale(1.05, 1.05);
    }
    .home-news li:hover {
        margin-left: 20px;
    }
    .dichan .content .item:hover,
    .chanpin .pro .item:hover,
    .chanpin .video .item:hover,
    .project .content .item:hover,
    .news-center .news-company .recommend:hover,
    .news-center .news-company .content .item:hover {
        background-color: #15364f;
    }
    .dichan .content .item:hover .txt,
    .chanpin .pro .item:hover .txt,
    .chanpin .video .item:hover .txt,
    .project .content .item:hover .txt,
    .news-center .news-company .recommend:hover p,
    .news-center .news-company .recommend:hover h3 a,
    .news-center .news-company .recommend:hover .mores,
    .news-center .news-company .recommend:hover .time,
    .news-center .news-company .content .item:hover .time,
    .news-center .news-company .content .item:hover p,
    .news-center .news-company .content .item:hover h4 {
        color: #FFF;
    }
    .dichan .content .item:hover .pic,
    .chanpin .pro .item:hover .pic,
    .chanpin .video .item:hover .pic,
    .project .content .item:hover .pic,
    .video-list .first:hover .pic,
    .video-list .item:hover .pic {
        transform: scale(1.05, 1.05);
        -webkit-transform: scale(1.05, 1.05);
        -moz-transform: scale(1.05, 1.05);
        -ms-transform: scale(1.05, 1.05);
        -o-transform: scale(1.05, 1.05);
    }
    .chanpin .video .item:hover .btn {
        color: #15364F;
        background-color: #FFF;
    }
    .project .introduction-info .swiper-container:hover .float-text {
        bottom: 0;
    }
    .video-list .first:hover .txt,
    .video-list .item:hover .txt {
        color: #15364F;
    }
    .news-center .project-news li:hover::after {
        width: 100%;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }
    .page .prev:hover::after {
        border-left: 2px #FFF solid;
        border-bottom: 2px #FFF solid;
    }
    .page .next:hover::after {
        border-right: 2px #FFF solid;
        border-top: 2px #FFF solid;
    }
    .public-more:hover {
        color: #15364f;
        border: 1px #15364f solid;
        background: #FFF;
    }
    .news-list .news-text li:hover::after {
        opacity: 1;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
    }
    .news-list .news-picture li:hover {
        background-color: #FFF;
    }
}

@media (max-width: 1441px) {
    /*修改1441以下、小屏显示器*/
	.container{
	    width: 95%;
	    padding-left: 20px;
	    padding-right: 20px;
	}
    .header {
        padding-right: 20px;
    }
    .header .logo {
        margin-right: 140px;
    }
    .nav {
        margin-right: 0;
    }
	.banner .txt {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		top: 60%;
	}
	.join .offers a{
		width: 48%;
	}
	
}

@media (max-width: 1401px) {
    /*修改1441以下、小屏显示器*/
    
    .header {
        left: 0;
        margin-left: 0;
    }
    .header .logo {
        margin-right: 100px;
    }
    .nav {
        margin-right: 0;
    }
}

@media (max-width: 1367px) {
    body {
        font-size: 14px;
    }
    .header .logo {
        padding-left: 0;
    }
    .info-con .item .en,
    .nav {
        font-size: 16px;
    }
    .info-con .item .cn {
        font-size: 34px;
    }
    .home-about .num-content .num span {
        font-size: 72px;
    }
    .home-about .about-content .title,
    .home-pic .cn,
    .home-buju .cn,
    .home-news .cn {
        font-size: 46px;
    }
    .footer li h3 {
        font-size: 20px;
    }
    .copyright {
        margin-top: 90px;
    }
    .dichan .content .item {
        margin-right: 3%;
        width: 31.3%;
    }
    .dichan .content .item .pic {
        height: 280px;
    }
}

@media (max-width: 1199px) {
    /*修改1200以下、小屏显示器*/
    .header .logo {
        margin-right: 60px;
    }
    .info-con {
        margin-top: -130px;
        height: auto;
    }
    .info-con .item {
        width: 20.5%;
        margin-right: 1.5%;
        height: 130px;
    }
    .info-con .item .en,
    .nav {
        font-size: 14px;
    }
    .info-con .item .cn {
        font-size: 28px;
    }
    .home-about {
        height: 800px;
    }
    .home-about .about-content {
        margin-top: 140px;
    }
    .home-about .num-content {
        margin-top: 60px;
    }
    .home-about .num-content .num span,
    .about .num-content .num span {
        font-size: 58px;
    }
    .home-about .about-content .title,
    .home-pic .cn,
    .home-buju .cn,
    .home-news .cn {
        font-size: 36px;
    }
    .home-buju .map {
        height: 580px;
    }
    .home-news {
        padding-bottom: 80px;
    }
    .home-news .pic-box,
    .home-news .list {
        height: 430px;
    }
    .home-news .list li {
        padding-bottom: 15px;
        margin-bottom: 12px;
    }
    .footer li {
        margin-right: 20px;
    }
    .footer li h3,
    .home-news .list li a {
        font-size: 18px;
    }
    .copyright {
        margin-top: 70px;
    }
    .banner .txt {
        font-size: 36px;
		
    }
	.banner .txt .en{
	    font-size: 18px;
	}
	
    .yewu .pic {
        width: 60%;
    }
    .public-en {
        margin-top: 20px;
    }
    .public-title {
        font-size: 40px;
    }
    .yewu .public-txt,
    .public-more {
        margin-top: 30px;
    }
    .dichan .en {
        margin-top: 70px;
    }
    .dichan .content .item {
        margin-right: 2%;
        width: 32%;
        margin-top: 40px;
    }
    .dichan .content .item .pic {
        height: 220px;
    }
    .dichan .content .item .txt,
    .chanpin .pro .item .txt,
    .project .content .item .txt,
    .project-details .slider-body .txt {
        font-size: 20px;
        line-height: 80px;
    }
    .crumbs,
    .project-details .info {
        font-size: 16px;
    }
   
    .chanpin .pro,
    .chanpin .video {
        margin-top: 30px;
    }
    .chanpin .pro .item .pic {
        height: 300px;
    }
    .chanpin .video .pic {
        height: 200px;
    }
    .project .introduction-info .swiper-container {
        width: 100%;
    }
    .project .introduction-info {
        background-size: auto 100%;
        height: auto;
    }
    .project .introduction-info .float-text .txt {
        min-height: 35px;
    }
    .city-picker-selector .selector-item,
    .project .pro-select,
    .project .sort input[type='submit'] {
        width: 160px;
    }
    .city-picker-selector .selector-name,
    .project .select-div {
        padding-left: 20px;
    }
    .project .content .item .pic {
        height: 240px;
    }
    .project-details .city-info,
    .project-details .info {
        margin-top: 40px;
    }
    .project-details .city-info .pic {
        width: 50%;
        height: 340px;
    }
    .project-details .city-info .text-content {
        padding: 30px;
        font-size: 16px;
    }
    .project-details .slider-body .switch {
        margin: 40px 0 30px 0;
    }
    .project-details .slider-body .switch .tabs {
        font-size: 24px;
    }
    .project-details .slider-body .pic {
        height: 200px;
    }
    .video-list .item {
        width: 48%;
        margin-right: 4%;
    }
    
    .news-center .project-news li h4,
    .news-center .news-company .content .item h4 {
        font-size: 20px;
    }
    .video-list .txt-content .txt span::after,
    .news-center .news-company .recommend .pic img,
    .news-center .news-company .content .item .pic img,
    .news-center .project-news li .pic img,
    .news-list .picture-content .pic img,
    .news-list .news-picture li .pic img,
    .join img,
    .introduce .content .item .pic img,
    .about .warp .pic img {
        display: none;
    }
    .video-details .video-play {
        height: 500px;
    }
    .prv-next {
        margin-top: 50px;
        font-size: 20px;
    }
    .news-center .project-news li .pic {
        height: 140px;
    }
    .news-center .news-company .recommend h3,
    .news-list .news-text li h3 {
        font-size: 22px;
    }
    .news-list .news-input {
        width: 200px;
    }
    .news-list .news-search {
        width: 250px;
    }
    .news-list .news-search input[type='text'],
    .news-list .news-input input {
        font-size: 14px;
    }
    .news-list .picture-content .pic {
        margin-right: 50px;
        width: 50%;
    }
    .news-list .picture-content .title {
        font-size: 32px;
    }
    .news-list .news-picture ul {
        margin-top: 30px;
    }
    .news-list .news-picture li {
        height: 440px;
    }
    .news-list .news-picture li .pic {
        height: 200px;
    }
    .news-list .news-picture li h3 {
        font-size: 20px;
    }
    .news-list .news-picture li .txt {
        margin-top: 10px;
    }
    .news-list .picture-content .txt {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }
    .news-list .picture-content .pic {
        height: 320px;
    }
    .news-list .news-text .data {
        margin-right: 40px;
    }
    .news-list .news-text .picture-content .pic {
        width: 400px;
    }
    .news-list .news-text li {
        padding: 50px 0;
    }
    .branch .tabs {
        margin-right: 30px;
        width: 280px;
    }
    .branch .tabs span {
        font-size: 14px;
        padding-left: 20px;
        line-height: 50px;
    }
    .branch .tabs span.active {
        font-size: 14px;
    }
    .contact {
        flex-flow: column;
		height: 900px;
    }
    .contact .text-content {
        width: 100%;
        margin-right: 0;
        height: auto;
    }
    .contact .map {
        margin-top: 20px;
		height: 300px!important;
		
    }
    .join .talent .text-content {
        margin-right: 40px;
    }
    .join .talent .text {
        font-size: 16px;
        margin-top: 40px;
    }
    .join .talent .txt {
        margin-top: 20px;
        font-size: 14px;
    }
    .join .talent .pic {
        width: 500px;
        height: 300px;
    }
    .join .process .content {
        margin-top: 70px;
    }
    .join .process .content .item {
        padding: 30px 40px;
    }
    .join .process .content .num {
        font-size: 60px;
    }
    .join .process .content .title {
        font-size: 28px;
    }
    .join .process .content .en {
        font-size: 20px;
        margin-top: 35px;
    }
    .join .offers a {
        width: 48%;
    }
    .join .offers a .txt {
        font-size: 28px;
        padding: 30px;
    }
    .theme-popover {
        width: 90%;
    }
    .social .item .text span {
        width: 20%;
    }
    .introduce .profiles .title {
        margin-right: 150px;
    }
    .introduce .content {
        margin-top: 100px;
        padding-top: 400px;
        padding-bottom: 100px;
    }
    .introduce .content .item {
        width: 32%;
    }
    .introduce .content .item .pic {
        height: 240px;
    }
    .introduce .content .item h2 {
        font-size: 24px;
    }
    .introduce .content .item p {
        font-size: 18px;
    }
    .introduce .content .item .text {
        padding: 20px;
    }
    .introduce .content::before {
        background-size: auto 60%;
    }
    .about .warp .text-content {
        padding: 0 30px;
    }
    .about .warp .pic {
        height: 650px;
    }
    .about .cultrue .title {
        width: 350px;
        margin-right: 50px;
    }
    .about .content .tabs span {
        margin-right: 40px;
    }
    .path {
        margin-top: 40px;
    }
    .path .preview .swiper-slide {
        margin-left:-5px;
    }
    .path .preview .year {
        font-size: 32px;
    }
    .path .preview .active-nav .year {
        font-size: 38px;
    }
    .path .preview .txt p {
        font-size: 18px;
    }
	.wuguan .text-content .num-box{
		width: 40%;
		margin-left: 5%;
	}
	.wuguan .text-content .num-box .card .counter{
		font-size: 42px;
	}
	.wuguan .text-content .num-box .txt{
		font-size: 16px;
	}
	.banner1{
		height: auto;
	}
}

@media (max-width: 1023px) {
    /*修改1024以下、平板*/
    .header {
        top: 20px;
    }
    .header>div {
        flex: 0;
    }
    .enlarge {
        display: block;
    }
    .nav {
        display: none;
        position: fixed;
        top: 60px;
        right: 0;
        width: 50%;
        height: auto;
        transition: none;
        -webkit-transition: none;
        background-color: #FFF;
        padding: 10px 0;
        text-align: left;
		z-index: 9999;
    }
    .nav_show {
        display: block;
    }
    .nav li {
        position: relative;
    }
    .nav li a {
        color: #333;
        width: 100%;
        display: block;
        padding: 0 20px;
        line-height: 40px;
    }
    .nav li i {
        display: block;
        position: absolute;
        right: 0;
        top: 8px;
        height: 30px;
        width: 30px;
    }
    .nav li i svg {
        transform: rotate(-90deg);
        transition: all ease 0.35s;
        -webkit-transition: all ease 0.35s;
        -moz-transition: all ease 0.35s;
        -ms-transition: all ease 0.35s;
        -o-transition: all ease 0.35s;
        width: 20px;
        height: 20px;
        fill: #555;
    }
    .nav li .sjj_nav_i_se svg {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        fill: #c9141e
    }
    .nav li ul {
        position: relative;
        transition: none;
        -webkit-transition: none;
		transform: scale(1);
		display: none;
		border-top: 0;
		width: 100%;
    }
	.banner .txt .en{
	    font-size: 16px;
	}
    .info-con {
        margin-top: -120px;
    }
    .info-con .item {
        height: 120px;
    }
    .home-about {
        height: 600px;
    }
    .home-pic .item:nth-child(1) {
        top: -50px;
    }
    .home-about .about-content {
        width: 55%;
        margin-top: 90px;
    }
    .home-about .num-content .item {
        margin-top: 50px;
    }
    .home-about .about-content .text {
        margin-top: 30px;
    }
    .home-about .about-content .more {
        margin-top: 40px;
    }
    .home-buju {
        height: auto;
        padding-bottom: 50px;
    }
    .home-buju {
        padding-top: 120px;
    }
    .home-buju .text {
        margin-top: 40px;
    }
    .home-buju .map {
        height: 320px;
    }
    .home-news {
        padding-bottom: 60px;
    }
    .footer .sns {
        display: none;
    }
    .home-buju .so {
        margin-top: 40px;
    }
    .info-con .item .cn {
        font-size: 24px;
    }
    .home-about .num-content .num span {
        font-size: 52px;
    }
    .home-about .about-content .title,
    .home-pic .cn,
    .home-buju .cn,
    .home-news .cn {
        font-size: 32px;
    }
    .footer li h3,
    .home-news .list li a {
        font-size: 16px;
    }
    .banner .txt {
        font-size: 32px;
    }
    .public-title {
        font-size: 32px;
    }
    .yewu .item {
        margin-top: 60px;
    }
    .yewu .pic,
    .yewu .item:last-child .pic {
        width: 100%;
        margin: 0;
        order: 1;
        margin-top: 30px;
    }
    .dichan .title,
    .project-details .public-title,
    .news-center .public-title,
    .news-list .public-title,
    .news-details .public-title,
    .join .public-title,
    .social .public-title {
        font-size: 26px;
    }
    .dichan .en {
        margin-top: 40px;
    }
    .dichan .content .item {
        margin-top: 30px;
    }
    .dichan .content .item .pic {
        height: 180px;
    }
    .dichan .content .item .txt,
    .project .content .item .txt,
    .project-details .slider-body .txt {
        font-size: 18px;
        line-height: 60px;
    }
    
    .chanpin .pro,
    .chanpin .video {
        margin-top: 20px;
    }
    .chanpin .pro .item .pic {
        height: 260px;
    }
    .chanpin .video .pic,
    .project-details .slider-body .pic {
        height: 160px;
    }
    .project .content .item .pic {
        height: 180px;
    }
    .page {
        margin-top: 50px;
    }
    .pb-110 {
        padding-bottom: 50px;
    }
    .city-picker-selector,
    .project-details .city-info .pic,
    .news-center .news-company .recommend,
    .news-center .news-company .content {
        width: 100%;
    }
    .project-details .city-info{
        flex-wrap: wrap;
    }
    .city-picker-selector .selector-item {
        margin-right: 2%;
        width: 32%;
    }
    .city-picker-selector .selector-item:last-child {
        margin-right: 0;
    }
    .project .pro-select,
    .project .sort input[type='submit'] {
        margin-top: 20px;
        width: 49%;
    }
    .project .pro-select {
        margin-right: 2%;
    }
    .project .introduction-info .swiper-slide {
        height: 400px;
    }
    .project-details .slider-body .switch .tabs,
    .news-list .news-text li h3,
    .news-list .picture-content .title {
        font-size: 20px;
    }
    .video-list .item .pic {
        height: 220px;
    }
    .video-list .first .pic span {
        width: 70px;
        height: 70px;
    }
    .video-list .txt-content .txt {
        font-size: 18px;
        padding-right: 0;
    }
    .video-details .video-play {
        height: 400px;
    }
    .prv-next {
        margin-top: 30px;
        font-size: 18px;
    }
    .news-center .news-company,
    .news-list .news-title,
    .join .talent {
        flex-flow: column;
    }
    .news-center .news-company .recommend {
        height: auto;
    }
    .news-center .news-company .content .item:first-child {
        margin-top: 20px;
    }
    .news-center .project-news {
        margin-top: 30px;
    }
    .news-center .project-news li {
        width: 49%;
        margin-right: 2%;
        margin-top: 20px;
    }
    .news-center .project-news li:nth-child(even) {
        margin-right: 0;
    }
    .news-center .project-news li .pic {
        height: 180px;
    }
    .news-list .warp,
    .join .talent,
    .join .process {
        margin-top: 50px;
    }
    .news-list,
    .about .warp .pic {
        margin-top: 40px;
    }
    .news-list .news-title {
        align-items: flex-start;
    }
    .news-list .news-title .t {
        margin-bottom: 40px;
    }
    .news-list .picture-content .pic {
        margin-right: 30px;
        height: 280px;
    }
    .news-list .picture-content .title {
        font-size: 24px;
    }
    .news-list .picture-content .txt {
        margin-top: 15px;
        -webkit-line-clamp: 5
    }
    .news-list .news-text .picture-content .pic {
        width: 300px;
        height: 240px;
    }
    .news-list .news-picture li {
        height: 380px;
    }
    .news-list .news-picture li h3 {
        font-size: 18px;
    }
    .news-list .news-picture li .pic {
        height: 160px;
    }
    .news-list .news-text .data {
        margin-right: 30px;
    }
    .news-details .share {
        position: relative;
        width: 100%;
        margin-top: 15px;
        top: auto;
    }
    .join .talent .pic {
        width: 100%;
        margin-top: 30px;
        height: 400px;
    }
    .join .offers a {
        width: 49%;
        height: 220px;
    }
    .join .offers a .txt {
        font-size: 24px;
        padding: 20px;
    }
    .join .process .content .item {
        padding: 30px 20px;
    }
    .join .process .content .num {
        font-size: 48px;
    }
    .join .process .content .title {
        font-size: 24px;
        margin-top: -15px;
    }
    .join .process .content .en,
    .social .item .title {
        font-size: 18px;
    }
    .join .talent .text-content {
        margin-right: 0;
    }
    .social .item .text span {
        width: 33.333%;
    }
    .introduce .profiles .title {
        margin-right: 70px;
    }
    .introduce .content {
        margin-top: 60px;
        padding-top: 300px;
        padding-bottom: 60px;
    }
    .introduce .content .item .pic {
        height: 170px;
    }
    .introduce .content .item h2 {
        font-size: 20px;
        margin-top: 0;
    }
    .introduce .content .item p {
        font-size: 16px;
    }
    .introduce .content .item .text {
        padding: 20px;
    }
    .about .warp .text-content,
    .about .warp .pic {
        width: 100%;
    }
    .about .cultrue {
        margin-top: 60px;
        padding: 30px;
    }
    .about .cultrue .title {
        width: 220px;
        padding-right: 30px;
        margin-right: 30px;
    }
    .about .cultrue h1 {
        font-size: 32px;
    }
	.search input[type='text']{
		display: none;
	}
	.dichan .warp .card li{
		padding: 15px 25px;
	}
	.dichan .warp h3{
		font-size: 18px;
	}
	.dichan .warp .txt{
		font-size: 14px;
	}
	.dichan .warp .card li p{
		font-size: 16px;
		margin-top: 5px;
	}
	.bg7{
		background-size: cover;
	}
	.wuguan .fanwei ul,.wuguan .rongyu{
		width: 100%;
	}
     .path .preview .swiper-slide {
        width: 33.33%;
        margin-left: 0
     }
}

@media (max-width: 767px) {
    /*修改768以下、小屏平板*/
	.banner .txt .en{
	    font-size: 14px;
	}
    .info-con .item {
        padding-left: 20px;
    }
    .info-con .item .en {
        font-size: 12px;
    }
    .info-con .item .cn {
        font-size: 20px;
    }
    .home-about .about-content .title,
    .home-pic .cn,
    .home-buju .cn,
    .home-news .cn {
        font-size: 28px;
    }
    .home-about {
        height: auto;
        padding-bottom: 120px;
    }
    .home-about .about-content {
        margin-top: 60px;
    }
    .home-about .about-content,
    .home-about .num-content,
    .home-buju .text-content,
    .home-news .pic-box,
    .home-news .list {
        width: 100%;
    }
    .home-about .num-content {
        margin-top: 40px;
    }
    .home-about .num-content .item,
    .home-buju .so {
        margin-top: 30px;
    }
    .home-buju {
        padding-top: 120px;
    }
    .home-buju .text {
        margin-top: 40px;
    }
    .home-buju .map {
        width: 100%;
        margin-top: 30px;
    }
    .home-news {
        padding-bottom: 40px;
    }
    .home-news .pic-box {
        height: auto;
    }
    .home-news .list {
        margin-top: 30px;
    }
    .footer ul {
        width: 100%;
        margin-top: 30px;
    }
    .home-pic .item:nth-child(1) .title,
    .home-pic .item:last-child .title {
        left: 30px;
    }
    .home-news .text h3 {
        font-size: 20px;
    }
    .home-news .text {
        padding: 0 20px 20px 20px;
    }
    .footer li {
        margin-right: 0;
    }
    .page {
        margin-top: 30px;
    }
    .banner .txt {
        font-size: 28px;
    }
    .public-title,
    .about .cultrue h1 {
        font-size: 26px;
    }
    .public-txt br {
        display: none;
    }
    .dichan .title,
    .project .introduction-info .text-content h2,
    .project .public-title,
    .branch .title {
        font-size: 24px;
    }
    .chanpin .pro .item .pic {
        height: 200px;
    }
    .chanpin .video .pic {
        height: 120px;
    }
    .chanpin .pro .item .txt,
    .project .content .item .txt {
        line-height: 60px;
        font-size: 16px;
    }
    .chanpin .video .txt {
        padding: 10px;
    }
    .chanpin .video .btn {
        padding: 0 10px;
    }
    .project .introduction-info .text-content .info strong,
    .video-list .txt-content .txt,
    .news-list .news-picture li h3,
    .path .view .text-content {
        font-size: 16px;
    }
    .video-list .first .pic {
        height: 300px;
    }
    .video-list .first {
        margin-top: 50px;
    }
    .news-center .news-company .recommend h3,
    .news-list .news-text li h3,
    .news-list .picture-content .title {
        font-size: 18px;
    }
    .news-list .news-picture li .pic {
        height: 180px;
    }
    .news-list .news-picture li {
        height: 360px;
    }
    .news-list .news-picture li .txt {
        margin-top: 0px;
    }
    .news-list .news-text .data {
        width: 70px;
        height: 75px;
        margin-right: 20px;
    }
    .news-list .news-text .data strong {
        font-size: 38px;
    }
    .news-list .picture-content .pic {
        height: 240px;
    }
    .news-list .news-text .picture-content .pic {
        width: 300px;
    }
    .news-list .news-text li {
        padding: 30px 0;
    }
    .news-list .news-text li .txt {
        line-height: 1.5;
        margin-top: 0px;
    }
    .news-list .news-picture li {
        width: 49%;
        padding: 0;
        margin-right: 2%;
    }
    .news-list .news-picture li:nth-child(even) {
        margin-right: 0;
    }
    .xiaozhao {
        margin-top: 40px;
    }
    .branch {
        flex-flow: column;
    }
    .branch .tabs {
        width: 100%;
        margin-right: 0;
    }
    .branch .content {
        margin-top: 20px;
    }
    .join .process .content .item {
        width: 50%;
    }
    .join .talent .pic {
        height: 300px;
    }
    .join .process .content .item:nth-child(4) {
        background-color: #FFF;
    }
    .join .process .content .item:nth-child(3) {
        background-color: #a9a9a9;
        color: #FFF;
    }
    .join .process .content .item:nth-child(3) .num {
        color: rgba(255, 255, 255, .2);
    }
    .join .process .content .item:nth-child(3) .en {
        color: #FFF;
    }
    .join .process .content .item:nth-child(3) .title::after {
        background-color: rgba(255, 255, 255, .2);
    }
    .join .process .content .item:nth-child(4) .num {
        opacity: 1;
    }
    .join .process .content .item:nth-child(4) .title {
        color: #333;
    }
    .join .process .content .item:nth-child(4) .title::after {
        background-color: #15364f;
        opacity: 1;
    }
    .join .process .content .item:nth-child(4) .en {
        color: #a4a4a4;
    }
    .join .offers a .txt {
        font-size: 20px;
    }
    .join .process .content .en {
        font-size: 16px;
    }
    .introduce .profiles {
        margin-top: 50px;
    }
    .about .warp .pic {
        height: 400px;
    }
    .path .view .text-content span {
        width: 140px;
    }
	.wuguan .text-content .num-box{
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
	}
	.wuguan .text-content .num-box .card .counter{
		font-size: 32px;
	}
	.wuguan .text-content .num-box .txt{
		font-size: 14px;
	}
	.wuguan h3{
		font-size: 20px;
	}
	.wuguan .fanwei li{
		font-size: 18px;
	}
	.wuguan .rongyu li{
		font-size: 16px;
	}
     .path .preview .swiper-slide {
        width: 50%
     }
     .path .preview .year{
        font-size: 24px;
     }
     .path .preview .active-nav .year{
        font-size: 28px;
     }
}

@media (max-width: 424px) {
    /*修改425以下、普通的安卓手机屏*/
    .header {
        top: 15px;
    }
    .header .logo img {
        height: 40px;
    }
    .banner img {
        width: auto;
        height: 30vh;
    }
    .home-banner img {
        height: 60vh;
    }
    .banner .txt {
        font-size: 24px;
    }
	.banner .txt .en{
	    font-size: 12px;
	}
    .info-con {
        margin-top: 0px;
    }
    .info-con .item {
        width: 50%;
        margin-right: 0;
    }
    .home-about {
        padding-bottom: 30px;
    }
    .home-about .num-content,
    .home-about .num-content .item:nth-child(3),
    .home-about .num-content .item:nth-child(4),
    .project .sort,
    .project .introduction-info .text-content .txt,
    .project .introduction-info {
        margin-top: 20px;
    }
    .home-about .about-content .title,
    .home-pic .cn,
    .home-buju .cn,
    .home-news .cn {
        font-size: 24px;
    }
    .home-about .num-content .num span {
        font-size: 42px;
    }
    .home-news .text h3,
    .home-about .num-content .num,
    .news-center .news-company .recommend h3,
    .social .item .title {
        font-size: 16px;
    }
    .footer {
        padding-top: 30px;
    }
    .footer ul li {
        width: 33.333%;
    }
    .footer li h3,
    .home-news .list li a,
    .project .pro-select,
    .project .sort input[type='submit'],
    .project .introduction-info .text-content .info strong,
    .project-details .city-info .text-content,
    .project-details .info,
    .video-list .txt-content .txt,
    .crumbs,
    .prv-next,
    .news-center .news-company .content .item h4,
    .join .talent .text,
    .join .process .content .en,
    .about .cultrue .title h4,
    .about .content .swiper-slide,
    .path .preview .txt p,
    .path .view .text-content {
        font-size: 14px;
    }
    .home-pic .item {
        width: 100%;
        flex: auto;
    }
    .home-pic .item:last-child .title {
        bottom: 30px;
    }
    .home-pic .item:nth-child(1) {
        top: 0;
    }
    .home-pic .item:nth-child(1) .title,
    .home-pic .item:last-child .title {
        left: 20px;
    }
    .home-buju .map {
        height: 300px;
    }
    .home-news {
        padding-bottom: 20px;
        margin-top: 30px;
    }
    .home-news .txt {
        margin-top: 0;
    }
    .home-about .num-content .item,
    .home-about .num-content .item:nth-child(1),
    .home-about .num-content .item:nth-child(3) {
        width: 50%;
    }
    .home-news .month-search {
        width: 100%;
        margin-top: 5px;
    }
    .home-news .select-wrapper {
        flex: 1;
    }
    .home-news .month-search input[type='submit'] {
        width: 120px;
    }
    .pb-110 {
        padding-bottom: 60px;
    }
    .yewu .item {
        margin-top: 40px;
    }
    .public-en {
        font-size: 12px;
        margin-top: 30px;
    }
    .public-title {
        font-size: 22px;
    }
    .dichan .title,
    .project .public-title,
    .project-details .public-title,
    .news-center .public-title,
    .news-list .public-title,
    .news-details .public-title,
    .join .public-title,
    .social .public-title {
        font-size: 20px;
    }
    .dichan .en,
    .project-details .city-info,
    .wuguan .text,
    .video-list .first {
        margin-top: 30px;
    }
    .dichan .content .item,
    .project .content .item {
        margin-top: 10px;
        width: 49%;
        margin-right: 2%;
    }
    .dichan .content .item:nth-of-type(3n),
    .project .content .item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .dichan .content .item:nth-of-type(2n),
    .project .content .item:nth-of-type(2n) {
        margin-right: 0;
    }
    .dichan .content .item .txt,
    .chanpin .pro .item .txt,
    .project .content .item .txt,
    .project-details .slider-body .txt {
        font-size: 14px;
        line-height: 40px;
    }
    .dichan .content .item .pic,
    .project .content .item .pic {
        height: 120px;
    }
    .chanpin .video .item,
    .chanpin .pro .item {
        width: 100%;
        margin-right: 0;
    }
    .chanpin .video .pic,
    .video-list .item .pic {
        height: 160px;
    }
    .page a {
        width: 35px;
        height: 35px;
    }
    .project .introduction-info {
        padding: 40px 0;
    }
    .project .introduction-info .text-content {
        padding: 25px;
    }
    .project .introduction-info .swiper-slide {
        height: 300px;
    }
    .project .pro-select,
    .project .sort input[type='submit'],
    .video-list .item {
        margin-top: 10px;
    }
    .project-details .city-info .text-content {
        padding: 20px;
    }
    .project-details .city-info .text-content p {
        margin: 0;
    }
    .project-details .city-info .pic {
        height: 280px;
    }
    .project-details .info {
        margin-top: 20px;
    }
    .project-details .slider-body .switch .tabs {
        margin-right: 30px;
    }
    .project-details .slider-body .pic {
        height: 120px;
    }
    .video-list .first .pic {
        height: 260px;
    }
    .video-list .item {
        width: 49%;
        margin-right: 2%;
    }
    .prv-next {
        flex-flow: column;
    }
    .video-details .video-play {
        height: 280px;
    }
    .video-js .vjs-big-play-button {
        width: 50px;
        height: 50px;
    }
    .news-center .news-company .recommend .text {
        padding: 15px;
    }
    .news-center .news-company .recommend .pic {
        height: 280px;
    }
    .news-center .news-company .content .item {
        height: auto;
    }
    .news-center .news-company .content .item .pic {
        width: 160px;
        height: 120px;
    }
    .news-center .news-company .content .item .text-content {
        padding: 0px 15px;
    }
    .news-center .project-news li {
        width: 100%;
        margin-right: 0;
        height: 380px;
    }
    .news-list .warp {
        margin-top: 20px;
    }
    .news-list .news-picture li {
        width: 49%;
        padding: 0;
        margin-right: 2%;
        height: 330px;
    }
    .news-list .news-picture li:nth-child(even) {
        margin-right: 0;
    }
    .news-list .news-input {
        width: 49%;
        margin-right: 2%;
    }
    .news-list .news-search {
        width: 49%;
        margin-right: 0;
    }
    .news-list .tabs {
        width: 100%;
        margin-top: 15px;
        justify-content: flex-end;
    }
    .news-list .picture-content {
        flex-flow: column;
    }
    .news-list .picture-content .pic {
        width: 100%;
        margin-right: 0;
    }
    .news-list .picture-content .text-content {
        margin-top: 15px;
    }
    .news-list .picture-content .text {
        position: relative;
        left: 0;
        bottom: 0;
    }
    .news-list .news-picture li .pic {
        height: 140px;
    }
    .news-list .news-text li {
        padding: 20px 0;
    }
    .news-list .news-text .picture-content .pic {
        flex: 1;
        width: auto;
        height: 200px;
    }
    .news-list .news-text .picture-content .text-content {
        width: 100%;
        padding-left: 90px;
    }
    .news-list .news-text .data {
        height: 70px;
        line-height: 1.2;
    }
    .news-list .news-text .data strong {
        font-size: 28px;
    }
    .news-list .news-text li h3,
    .theme-popover .pop-title,
    .about .num-content .num {
        font-size: 16px;
    }
    .news-list .tabs span {
        height: 40px;
        line-height: 40px;
    }
    .contact .text-content {
        padding: 20px;
    }
    .contact .tel .txt {
        font-size: 24px;
    }
    .join .talent .pic {
        height: 280px;
    }
    .join .offers a .txt {
        font-size: 18px;
    }
    .join .offers a {
        width: 100%;
        margin-top: 40px;
    }
    .join .offers a:last-child,
    .about .warp .text {
        margin-top: 20px;
    }
    .join .process .content .title {
        font-size: 20px;
    }
    .join .process .content .item {
        padding: 20px 15px;
    }
    .join .process .content .num {
        font-size: 38px;
    }
    .join .process .content .en {
        margin-top: 20px;
    }
    .join .process .content .title::after {
        bottom: -10px;
    }
    .theme-popover,
    .social .item {
        padding: 20px;
    }
    .social .item .text span {
        width: 50%;
    }
    .social .sort,
    .introduce .content {
        margin-top: 40px;
    }
    .social .sort .select {
        width: 49%;
        margin-top: 10px;
    }
    .theme-popover .content {
        margin: 20px 0;
        height: 240px;
    }
    .theme-popover .txt {
        padding-top: 20px;
    }
    .introduce .profiles {
        margin-top: 30px;
        flex-flow: column;
    }
    .introduce .content {
        padding-top: 100px;
    }
    .introduce .content .item {
        width: 100%;
        margin-top: 20px;
    }
    .about .warp {
        margin-top: 30px;
    }
    .about .num-content .num span {
        font-size: 38px;
    }
    .about .warp .pic {
        height: 300px;
    }
    .about .cultrue {
        flex-flow: column;
        padding: 20px;
    }
    .about .cultrue .title {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
    }
    .about .content .tabs {
        margin-top: 15px;
    }
    .about .content .tabs span {
        margin-right: 15px;
        font-size: 16px;
    }
    .about .content .swiper-slide {
        padding: 20px 0;
    }
    .path {
        padding-top: 50px;
        background-size: auto 360px;
        padding-bottom: 50px;
		height: 850px;
    }
   
     .path .preview .year{
        font-size: 20px;
     }
     .path .preview .active-nav .year{
        font-size: 24px;
     }
    .path .preview {
        height: auto;
		padding-top: 50px;
		padding-bottom: 30px;
    }
    .path .view {
       /* margin-top: 50px; */
		top: 0px;
		z-index: 21;
		position: absolute;
		left: 0;
		padding: 0 20px;
		
    }
	.path .view .container{
		width: 100%;padding-left: 0;
	}
	.path .view .swiper-slide{padding-top: 320px;}
    .path .view .year {
        font-size: 24px;
    }
    .path .view .text-content {
        margin-top: 30px;
    }
    .path .view .text-content span {
        width: 110px;
    }
	.path .last{
		display: none;
	}
	.dichan .warp .card li {width: 100%;margin-right: 0;}
	.project .introduction-info .text-content h2 span{
		font-size: 14px;
	}
	.wuguan .fanwei li{
		width: 49%;
		height: 90px;
	}
	.wuguan .fanwei li:nth-of-type(3n){
		margin-right: 2%;
	}
	.wuguan .fanwei li:nth-of-type(2n){
		margin-right: 0;
	}
	.wuguan .rongyu li{
		width: 100%;
	}
}

@media (max-width: 376px) {
    /*修改375以下、iPhone5，4，等小屏手机*/
    .banner img {
        height: 50vh;
    }
    .banner .txt {
        font-size: 28px;
    }
	.banner .txt .en{
	    font-size: 10px;
	}
    .project .sort {
        margin-top: 20px;
    }
    .city-picker-selector .selector-item {
        margin-top: 10px;
    }
    .project .content .item,
    .city-picker-selector .selector-item,
    .news-list .news-picture li,
    .video-list .item,
    .news-list .news-input,
    .news-list .news-search {
        width: 100%;
        margin-right: 0;
    }
    .project-details .city-info .pic {
        height: 200px;
    }
    .project-details .slider-body .pic {
        height: 180px;
    }
    .news-list .news-text .data {
        width: 60px;
    }
    .news-list .news-text .picture-content .pic {
        height: 160px;
    }
    .news-list .news-text .picture-content .text-content {
        padding-left: 80px;
    }
    .news-list .news-search {
        height: 50px;
        margin-top: 15px;
    }
}
.lg-outer .lg-inner{
    height: calc(100% - 100px) !important;
}