﻿.header-box {
    position: relative;
    width: 100%;
    height: 80px;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: rgba(255, 255, 255, .9);
    z-index: 101;
    min-width: 1180px;
}

.header-center {
    width: 1200px;
    height: 80px;
    margin: auto;
}

.logo {
    height: 80px;
    float: left;
    padding-top: 0;
}

.nav-list {
    float: left;
    height: 80px;
    margin-left: 230px;
}

.nav-list>li {
    height: 78px;
    float: left;
}

.nav-list>li>a {
    display: block;
    height: 80px;
    padding: 0 35px;
    box-sizing: border-box;
    line-height: 80px;
    font-weight: bold;
    font-size: 16px
}

.nav-list-active>a {
    color: #f89c34 !important;
}

.nav-list>li>a:hover,
.nav-list>li>a.active {
    color: #f89c34 !important;
}

.header-right-button {
    position: relative;
    width: 135px;
    height: 80px;
    background: #F89C34;
    color: #FFFFFF;
    line-height: 80px;
    font-size: 18px;
    text-align: center;
    display: block;
    float: right;
    cursor: pointer;
    user-select: none;
    transition: all 0.5s;
}

.header-right-box,
.form-default {
    display: none;
    position: absolute;
    width: 400px;
    height: 280px;
    padding: 30px;
    top: 80px;
    left: 50%;
    margin-left: 200px;
    line-height: normal;
    box-sizing: border-box;
    z-index: 999;
    background: rgba(125, 108, 103, .75);
}

.header-right-box input {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #62514e;
    outline: none;
    text-indent: 1em;
    margin: 0;
    border-radius: 3px;
    line-height: 40px;
    background: #FFFFFF;
    margin-bottom: 15px;
}

.header-right-box-sel {
    width: 50%;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #62514e;
    outline: none;
    margin: 0;
    float: left;
    text-indent: 1em;
    border-radius: 3px;
    line-height: 40px;
    background: #FFFFFF;
    margin-bottom: 15px;
}

.header-right-box button {
    width: 100%;
    height: 40px;
    margin: 0;
    box-sizing: border-box;
    border: 1px solid #cd6604;
    line-height: 40px;
    outline: none;
    text-indent: 1em;
    border-radius: 3px;
    color: #FFFFFF;
    margin-top: 10px;
    cursor: pointer;
    background: linear-gradient(#fc9d43, #f8902e);
}

.header-right-button-active {
    background: rgba(125, 108, 103, .75) !important;
}

.header-right-button img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.search {
    display: block;
    width: 100px;
    height: 80px;
    float: right;
    margin-right: 4px;
    cursor: pointer;
}

.search img {
    margin-top: 27.5px;
    margin-left: 37.5px;
}

.search-box {
    display: none;
    position: absolute;
    width: 100%;
    height: 120px;
    top: 80px;
    left: 0;
    background: #6d5b55;
    z-index: 101;
}

.search-box-center {
    width: 682px;
    height: 50px;
    margin: auto;
    margin-top: 35px;
}

.search-box-center input {
    width: 600px;
    height: 50px;
    float: left;
    outline: none;
    border-style: none;
    color: #333;
    text-indent: 1em;
}

.search-box-center button {
    width: 80px;
    height: 52px;
    float: left;
    color: #FFFFFF;
    font-size: 16px;
    background: #F89C34;
    outline: none;
    border-style: none;
    cursor: pointer;
}

.next-nav-box {
    display: none;
    position: absolute;
    width: 100%;
    top: 80px;
    left: 0;
    background: #6d5b55;
    z-index: 102;
    padding: 20px 0;
    padding-bottom: 0;
    box-sizing: border-box;
}

.next-nav-center {
    width: 1200px;
    height: 200px;
}

.next-nav-center-box {
    width: 1200px;

    margin: auto;
}

.next-nav-list-box {
    width: 238px;
    /* height: 110px; */
    float: left;
    border-right: 1px solid #998d88;
    box-sizing: border-box;
    margin-bottom: 50px;
    padding-left: 45px;
    padding-right: 5px;
}

.next-nav-list-box:last-child {
    border-right: none;
}

.next-nav-list-box ul::-webkit-scrollbar {
    width: 5px;
    height: auto;

    background: #333;
}

.next-nav-list-box ul::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

.next-nav-list-box p {
    width: 100%;
    line-height: 30px;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
    box-sizing: border-box;
}

.next-nav-list-box ul {
    width: 100%;
    height: 70px;
    margin-top: 10px;
    /* overflow: hidden;
        overflow-y: auto; */
    padding-right: 5px;
    box-sizing: border-box;
}

.next-nav-list-box ul li {
    height: 35px;
    float: left;
}

.next-nav-list-box ul li a {
    display: block;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #FFFFFF;
    padding-right: 30px;
    box-sizing: border-box;
}

.next-nav-list-box ul li a:hover {
    color: #F89C34;
}


.about-box {
    width: 100%;
    margin-top: 40px;
}

.about-box-center {
    width: 1200px;
    margin: auto;
}

.about-title {
    width: 100%;
    height: 70px;
}

.about-title-p {
    line-height: 40px;
    text-align: center;
    font-size: 24px;
}

.about-title-p2 {
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #F89C34;
}

.about-left {
    width: 400px;
    height: 475px;
    float: left;
}

.about-left img {
    display: block;
    width: auto;
    height: auto;
    margin-top: 70px;
}

.about-right {
    width: 800px;
    height: 475px;
    float: left;
}

.about-right-p1 p {
    display: inline-block;
    color: #565656;
    font-size: 18px;
    margin-right: 90px;
}

.about-right-p1 {
    margin-top: 80px;
}

.about-right-p1 p:last-child {
    margin: 0;
}

.about-right-p1 mark {
    font-size: 60px;
    color: #F89C34;
    background: none;
    padding: 0 10px;
    line-height: 80px;
    box-sizing: border-box;
}

.about-right-p2 {
    color: #868686;
    font-size: 14px;
    line-height: 25px;
    margin-top: 25px;

    padding-right: 45px;
    box-sizing: border-box;
}

.about-right-p3 {
    width: 100%;
    height: 60px;
    margin-top: 40px;
}

.porject-box {
    width: 100%;
    height: 680px;
    margin-top: 20px;
    background: url(../Images/project-bg.png) no-repeat center;
    background-size: 100% 100%;
}

.porject-box-center {
    width: 1200px;
    height: 680px;
    margin: auto;
    overflow: auto;
}

.porject-title {
    width: 100%;
    height: 70px;
    margin-top: 45px;
}

.porject-title-p {
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    color: #FFFFFF;
}

.porject-title-p2 {
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #F89C34;
}


.new_banner {
    width: 1200px;
    height: 440px;
    position: relative;
    margin: 0 auto;
    background: url(../Images/loading.gif) no-repeat center center #fff;
    margin-top: 35px;
}

.rslides {
    width: 100%;
    position: relative;
    list-style: none;
    padding: 0
}

.rslides_nav {
    width: 65px;
    height: 66px;
    display: block;
    position: absolute;
    overflow: hidden;
}

.prev {
    right: 379px;
    bottom: 0;
    z-index: 1000;
    box-sizing: border-box;
    border-right: 0; 
    background-position: 0 0;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    vertical-align: middle;
    margin: 0 5px;
    border: 1px solid #f7f7f7;
    background: #f7f7f7;
    border-radius: 2px;
    transition: all .5s;
}

.new_banner>.prev:hover {
    background: url(../Images/banner_new.png) no-repeat center center #F89C34 !important;
    background-position: 0 0 !important;
    border-color: #F89C34 !important;
}

.next {
    right: 315px;
    bottom: 0;
    z-index: 1000;
    border: 1px solid #cdd2d7;
    box-sizing: border-box;
    border-left: 0;
    background: url(../Images/banner_new.png) no-repeat center center;
    background-position: -66px 0;
}

.new_banner>.next:hover {
    background: url(../Images/banner_new.png) no-repeat center center #F89C34 !important;
    background-position: -66px 0 !important;
    border-color: #F89C34 !important;
}

.rslides_tabs {
    position: absolute;
    display: none;
    left: 450px;
    top: 370px;
    clear: both;
    text-align: center;
    z-index: 99999;
}

.rslides_tabs li {
    display: inline;
    float: none;
    _float: left;
    *float: left;
    margin-right: 5px
}

.rslides_tabs a {
    width: 12px;
    height: 12px;
    background: #fff;
    text-indent: -5em;
    overflow: hidden;
    display: block;
    float: left;
    margin-left: 6px;
    border-radius: 6px;
}

.rslides_tabs .rslides_here a {
    background: #D968C0;
}

.project-span {
    display: flex;
    align-items: center;
    width: 380px;
    height: 440px;
    float: right;
    background: #042035;
    padding: 0 30px;
    box-sizing: border-box;
}

.project-span2 {
    display: flex;
    align-items: center;
    width: 600px;
    height: 440px;
    float: right;
    background: #fff;
    padding: 0 30px;
    box-sizing: border-box;
}

.project-span p span {
    display: block;
    width: 100%;
    height: 35px;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 35px;
}

.about-event .building {
    display: none;
}

.project-span p font {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #999;
    text-align: justify;
    line-height: 25px;
    margin-top: 25px;
}

.project-span2 p {
    line-height: 55px;
    font-size: 40px;
    color: #F5A01F;
}

.project-span2 span {
    display: block;
    line-height: 40px;
    font-size: 24px;
    color: #F5A01F;
}

.project-span2 font {
    line-height: 25px;
    font-size: 14px;
    color: #888888;
}


.service-box {
    width: 100%;
    height: 675px;
}

.service-box-center {
    width: 1200px;
    height: 655px;
    margin: auto;
    overflow: auto;
}

.service-title {
    width: 100%;
    height: 70px;
    margin-top: 45px;
}

.service-title-p {
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    color: #000;
}

.service-title-p2 {
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #F89C34;
}

.service-nr {
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    color: #868686;
    margin-top: 35px;
}

.service-list {
    width: 1200px;
    height: 350px;
    margin-top: 35px;
}

.service-list li {
    width: 370px;
    height: 350px;
    float: left;
    margin-right: 45px;
}

.service-list li:last-child {
    margin-right: 0 !important;
}

.service-tu {
    width: 370px;
    height: 230px;
    overflow: hidden;
}

.service-tu img {
    width: 370px;
    height: 230px;
    transition: all 0.3s;
}

.service-tu img:hover {
    transform: scale(1.1);
}

.service-tu-title {
    font-size: 18px;
    color: #F89C34;
    line-height: 55px;
    margin-top: 15px;
}

.service-tu-nr {
    font-size: 14px;
    color: #888888;
    line-height: 25px;
    text-align: justify;
}


/*项目介绍*/
.project-detail-box {
    position: absolute;
    top: 150px;
    left: 50%;
    width: 600px;
    height: 440px;
    background: rgba(23, 22, 22, 0.8);
    /* opacity: 0.8; */
    padding: 40px;
    box-sizing: border-box;
}

.project-detail-title {
    font-size: 32px;
    color: #FFFFFF;
    font-family: "微软雅黑";
    line-height: 45px;
}

.project-detail-title2 {
    font-size: 20px;
    color: #F89C34;
    line-height: 35px;
    margin-top: 10px;
}

.project-detail-nr {
    width: 520px;
    height: 175px;
    margin-top: 10px;
    font-size: 14px;
    color: #eeeeee;
    text-align: justify;
    line-height: 25px;
    word-wrap: break-word;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 10px;
    box-sizing: border-box;
}

.project-detail-nr::-webkit-scrollbar {
    width: 5px;
    height: auto;
    background-color: #000000;
}

.project-detail-nr::-webkit-scrollbar-thumb {
    background: #cecece;
}

.project-detail-tel {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    float: right;
    color: #dedede;
    margin-top:40px;
}

.project-detail-tel span {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    float: right;
    color: #dedede;
}

.project-detail-tel mark {
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    background: none;
    color: #F89C34;
    float: right;
}

.project-detail-tel img {
    height: 40px;
    width: 40px;
    line-height: 40px;
    float: right;
}

.city-lsit {
    padding: 40px 0;
    padding-top: 10px;
    box-sizing: border-box;
    margin: auto;
    text-align: center;
}

.city-lsit>li {
    display: inline-block;
    padding: 0 40px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    color: #000;
    font-size: 14px;
    border-radius: 20px;
    box-sizing: border-box;
    margin-right: 15px;
    cursor: pointer;
}

.city-lsit>li:last-child {
    margin-right: 0 !important;
}

.city-lsit>li:hover {
    background: #f5a01f !important;
    color: #FFFFFF !important;
}

.city-lsit-active {
    background: #f5a01f !important;
    color: #FFFFFF !important;
}

.city-lsit>li:first-child .city-project-box {
    display: block;
}

.city-project-box {
    position: absolute;
    display: none;
    width: 100%;
    height: 430px;
    left: 0;
    top: 80px;
}

.city-project-list {
    width: 100%;
    height: 40px;
    text-align: center;
}

.city-project-list>li {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 14px;
    margin-right: 25px;
    cursor: pointer;
    box-sizing: border-box;
}

.city-project-list>li:last-child {
    margin-right: 0 !important;
}

.city-project-list>li:hover {
    border-bottom: 3px solid #F5A01F !important;
    color: #F5A01F !important;
}

.city-project-list-active {
    border-bottom: 3px solid #F5A01F !important;
    color: #F5A01F !important;
}

.city-project-list>li:first-child .city-project-list-detail {
    display: block;
}

.city-project-list-detail {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 380px;
    background: #FFFFFF;
    cursor: default !important;
}

.project-list-detail-left {
    display: flex;
    width: 440px;
    align-items: center;
    height: 380px;
    float: left;
    padding-left: 50px;
    box-sizing: border-box;
    text-align: left;
}

.project-list-detail-right {
    width: 760px;
    height: 380px;
    float: left;
}

.project-list-detail-right>img {
    width: 760px;
    height: 380px;
}

#visit #btnbutton {
    width: 100%;
    height: 40px;
    margin: 0;
    box-sizing: border-box;
    border: 1px solid #cd6604;
    line-height: 40px;
    outline: none;
    text-indent: 1em;
    border-radius: 3px;
    color: #FFFFFF;
    margin-top: 10px;
    cursor: pointer;
    border: none;
    background: linear-gradient(#fc9d43, #f8902e);
}

#visit #btnreset {
    display: none;
}

.office-show-xzl {
    background: none;
    height: auto;
    padding-top: 130px;
    padding-bottom: 70px;
}

.office-show-pic-xzl {
    width: 560px;
    height: 360px;
}

.office-show-desc-xzl {
    background: none;
    color: #666;
    margin-left: 60px;
    width: 560px;
}

.swiper-button-prev-show-xzl {
    left: 512px;
    top: 70.2%;
}

.swiper-button-next-show-xzl {
    left: 560px;
    top: 70.2%;
}

.swiper-pagination-show-xzl {
    left: 240px;
    bottom: 92px;
    color: #000;
}

.office-show-desc-t-xzl {
    color: #f5a01f;
}

.swiper-pagination-show-xzl .swiper-pagination-total {
    color: #000;
}

.swiper-pagination-show-xzl .swiper-pagination-current {
    color: #f8902e;
}



.itemShow {
    background: none;
    padding-top: 68px;
    height: 480px;
}

.itemShow .office-show-pic {
    width: 560px;
    height: 360px;
}

.itemShow .office-show-desc {
    background: none;
    margin-left: 50px;
}

.itemShow .office-show-desc-t {
    color: #f5a01f;
}

.itemShow .office-show-desc-c {
    color: #666;
}

.itemShow .swiper-button-prev-show {
    top: 312px;
    left: 508px;
}

.itemShow .swiper-button-next-show {
    top: 312px;
    right: 576px;
}

.itemShow .office-show-list {
    height: 360px;

}

.itemShow .swiper-pagination-show {
    color: black;
    left: 240px;
    top: 324px;
}

.itemShow .swiper-pagination-show .swiper-pagination-total {
    color: black;
}

.map-address {
    width: 380px;
    height: 350px;
    background: #312c29;
    opacity: 0.9;
    position: absolute;
    top: 126px;
    right: 300px;

}

.location-detail {
    position: relative;
}

.map-address {
    padding: 60px 40px 0px;
}

.map-address-t1 {
    line-height: 2;
}

.map-address-t1 div:first-child {
    font-size: 20px;
    ;
    color: #fff;

}

.map-address-t1 div:last-child {
    color: #c6c4c3;

}

.map-address-t2 {
    margin-top: 20px;
}


.swiper-office-pagination {
    margin-left: 0;
}

.swiper-office-pagination .swiper-pagination-bullet {
    background: #fff;
    width: 10px;
    height: 10px;
}

.swiper-office-pagination .swiper-pagination-bullet-active {
    background: #478BDE;
}
.alert-sk-box {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100002;
}

.alert-sk-box2 {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	left: 0;
	top: 0;
}
.alert-sk-box-center {
    display: flex;
    justify-content: center;
    width: 520px;
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -260px;
    padding: 90px 0;
    box-sizing: border-box;
    background: #FFFFFF;
}

.alert-sk-box-center>img {
	height: 100px;
    width: 109px;
    margin-right: 50px;
}

.alert-sk-box-center>div {
	height: 40px;
}

.alert-sk-box-center>div>p:first-of-type {
	font-size: 16px;
	line-height: 25px;
	color: #f89b34;
}

.alert-sk-box-center>div>p:last-of-type {
	font-size: 12px;
	line-height: 15px;
	color: #565656;
}

.alert-sk-box-center>span {
	position: absolute;
	top: -25px;
	right: 0;
	width: 25px;
	height: 25px;
	background: #f89b34;
	color: #FFFFFF;
	text-align: center;
	line-height: 25px;
	cursor: pointer;
}

@media only screen and (max-width: 345px) {
	.alert-sk-box-center>img {
		height: 40px;
		width: 50px;
		margin-right: 10px;
	}

	.alert-sk-box-center>div {
		height: 40px;
	}

	.alert-sk-box-center>div>p:first-of-type {
		font-size: 14px;
		line-height: 25px;
		color: #f89b34;
	}

	.alert-sk-box-center>div>p:last-of-type {
		font-size: 12px;
		line-height: 15px;
		color: #565656;
	}

	.alert-sk-box-center {
		display: flex;
		justify-content: center;
		width: 70%;
		position: absolute;
		top: 20%;
		left: 50%;
		margin-left: -35%;
		padding: 20px 10px;
		box-sizing: border-box;
		background: #FFFFFF;
	}
}
