@charset "utf-8";

/* 公共属性 */
.animate-text {
	position: relative;
	opacity: 0;
	top: 100px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.animate-img {
	position: relative;
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
}
.animate-btn {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.animate-position {
	-webkit-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	transform: translateY(-100px);
	opacity: 1;
}
.swiper-wrapper {
	-webkit-transition: -webkit-transform 0.8s cubic-bezier(0.9, 0.4, 0.3, 1);
	transition: transform 0.8s cubic-bezier(0.9, 0.4, 0.3, 1);
}
.swiper-slide {
	font-size: 0;
}
.slider-two .swiper-slide p {
	font-size: 14px;
}
.section-three-fix .wqd-p {
	font-size: 16px;
}
.wqd-h5 {
	font-size: 32px;
	font-weight: 500;
	color: #333;
}
.wqd-p {
	color: #333;
	font-size: 14px;
}
.wqd-btn-blue {
	width: 170px;
	height: 50px;
	box-sizing: border-box;
	line-height: 50px;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	border-radius: 25px;
}
.wqd-btn-blue {
	background: #578bea;
	color: #fff;
}
.wqd-btn-blue:hover {
	background: #769ade;
}
/* 公共属性end */

.wqd-section-three {
	width: 100%;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}
.wqd-section-three h5 {
	margin-bottom: 30px;
}
.wqd-section-three .wqd-btn-blue {
	margin-top: 50px;
}
.wqd-section-three p {
	font-size: 12px;
	margin-bottom: 10px;
}
.wqd-section-three .section-three-fix {
	position: absolute;
	top: 215px;
	left: 150px;
	z-index: 10;
}
.wqd-section-three .section-three-item {
	position: absolute;
	padding: 522px 0 0 150px;
}
.wqd-section-three .section-three-item p {
	width: 455px;
	line-height: 200%;
}
.wqd-section-three .slipe-box h6 {
	font-size: 14px;
	color: #333;
}
.wqd-section-three .section-three-box {
	border-radius: 3px;
	background: #fff;
	width: 615px;
	height: 450px;
	position: absolute;
	box-shadow: -10px 10px 50px 0 rgba(0,0,0,0.2);
	right: 153px;
	top: 163px;
	z-index: 8;
}
.wqd-section-three .section-box-title {
	height: 19px;
	line-height: 19px;
	font-size: 0;
	border-bottom: 1px solid #e7e7e7;
}
.wqd-section-three .section-box-title em {
	display: inline-block;
	background: #000;
	vertical-align: middle;
	margin-left: 5px;
	width: 4px;
	height: 4px;
	border-radius: 2px;
	margin-top: 7px;
}
.wqd-section-three .section-img {
	box-sizing: border-box;
	padding: 10px;
	position: relative;
}
.wqd-section-three .section-img img {
	opacity: 0;
	width: 595px;
	height: 410px;
	display: block;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
	position: absolute;
	top: 10px;
	left: 10px;
}

@media (max-width:1740px) {
.wqd-section-three .section-three-item {
	padding: 380px 0 0 150px;
}
.wqd-section-three .section-three-fix {
	top: 100px;
}
.wqd-section-three .section-three-box {
	top: 10px;
}
}

@media (max-width:1680px) {
.wqd-section-three .section-three-item {
	padding: 380px 0 0 150px;
}
.wqd-section-three .section-three-fix {
	top: 100px;
}
.wqd-section-three .section-three-box {
	top: 10px;
}
}

@media (max-width:1440px) {
.wqd-section-three .section-three-item {
	padding: 380px 0 0 150px;
}
.wqd-section-three .section-three-item p {
	width: 370px;
}
.wqd-section-three .section-three-fix {
	top: 100px;
}
.wqd-section-three .section-three-box {
	width: 500px;
	height: 366px;
	top: 80px;
}
.wqd-section-three .section-three-box .section-img img {
	width: 480px;
	height: 326px;
}
}

@media (max-width:1366px) {
.section-three-box {
	top: 50px !important;
}
}

@media (max-width:1170px) {
}
.slipe-box .bannar {
	width: 100%;
	position: relative;
}
.slipe-box .bannar .swiper-slide img {
	width: 100%;
}
.slipe-box .bannar .slipe-left, .slipe-box .bannar .slipe-right {
	position: absolute;
	bottom: 50px;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	z-index: 8;
	background: #000;
	opacity: .15;
	border-radius: 50%;
	text-align: center;
	display: none;
	cursor: pointer;
}
.slipe-box .bannar .slipe-left:hover, .slipe-box .bannar .slipe-right:hover {
	display: block;
	opacity: .3;
}
.slipe-box .bannar .slipe-left img, .slipe-box .bannar .slipe-right img {
	margin-top: 16px;
}
.slipe-box .bannar .slipe-left {
	left: 50px;
}
.slipe-box .bannar .slipe-left img {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.slipe-box .bannar .slipe-right {
	right: 50px;
}
.slipe-box .bannar .arowshow {
	display: block;
}
.slipe-box .swiper-pagination {
	text-align: center;
	position: absolute;
	bottom: 64px !important;
	left: 50% !important;
	z-index: 10;
	width: auto !important;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.slipe-box .swiper-pagination div {
	cursor: pointer;
	width: 50px;
	height: 2px;
	float: left;
	opacity: 1;
	border-radius: 0;
	margin: 0 5px;
	background: rgba(0,0,0,0.15);
	position: relative;
	overflow: hidden;
}
.slipe-box .swiper-pagination div p {
	position: absolute;
	top: 0;
	left: -50px;
	width: 50px;
	height: 2px;
	background: #fff;
	float: left;
}
.slipe-box .swiper-pagination div .login {
	-webkit-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(50px);
	-webkit-transition: -webkit-transform 5s linear;
	transition: transform 5s linear;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.slipe-box .slider-auther {
	font-size: 12px;
	font-style: oblique;
	font-weight: normal;
}





.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}

/* 必要布局样式css */
.map-content {
    padding: 30px 0;
}

.map-module {
    width: 1200px !important;
    margin: 0 auto;
    position: relative;
    transition: all .3s ease;
}

.map-title {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin: 50px 0;
    position: relative;
}

.map-branch .map-title {
    margin: 20px 0 0;
    z-index: 1;
}

.map-title:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid;
    border-color: #20B09F transparent transparent;
}

.map-title:after {
    content: "";
    position: absolute;
    width: 52px;
    height: 3px;
    background-color: #20B09F;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.map-content-info {
    position: relative;
    margin-bottom: 30px;
}

.branch-map-l {
    width: 789px;
    height: 575px;
    position: relative;
    float: left;
}

.branch-map-r{width: 400px;height: 575px; overflow: hidden; float: right;}

.map-content-box {
    width: 100%;
    height: 100%;
    background: url("../images/map-bj.png") no-repeat center;
    position: relative;
}

.map-dot {
    position: absolute;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}

.beijing {
    left: 480px;
    top: 200px;
}

.tianjin {
    left: 495px;
    top: 214px;
}

.hebei {
    left: 475px;
    top: 240px;
}

.shanxi {
    left: 460px;
    top: 240px;
}

.liaoning {
    left: 563px;
    top: 179px;
}

.jilin {
    left: 580px;
    top: 134px;
}

.heilongjiang {
    left: 590px;
    top: 80px;
}

.shanghai {
    left: 565px;
    top: 339px;
}

.jiangsu {
    left: 536px;
    top: 319px;
}

.zhejiang {
    left: 546px;
    top: 353px;
}

.anhui {
    left: 505px;
    top: 330px;
}

.fujian {
    left: 520px;
    top: 429px;
}

.jiangxi {
    left: 492px;
    top: 400px;
}

.shandong {
    left: 510px;
    top: 270px;
}

.henan {
    left:452px;
    top: 306px;
}

.hubei {
    left: 465px;
    top: 359px;
}

.hunan {
    left: 435px;
    top: 409px;
}

.guangdong {
    left: 455px;
    top: 466px;
}

.guangxi {
    left: 390px;
    top: 475px;
}

.chongqing {
    left: 376px;
    top: 374px;
}

.sichuan {
    left: 335px;
    top: 355px;
}

.guizhou {
    left: 370px;
    top: 425px;
}

.yunnan {
    left: 302px;
    top: 450px;
}

.shanxi1 {
    left: 390px;
    top: 305px;
}

.map-dot:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 auto;
    background-color: #989898;
    border-radius: 50%;
}

/*.map-dot.beijing:after {
    width: 13px;
    height: 12px;
    border-radius: 0;
    background: url("../images/icon-star.png") no-repeat center;
}*/

.branch-map-data {
    box-sizing: border-box;
    width: 360px;
    height: 575px;
    border: 1px #cf0101 solid;
    background-color: #fff;
    padding: 0px;
    z-index: 1;
    display: none;
}

.branch-map-data-title {
    border-bottom: 1px solid #cf0101;
    background: #cf0101;
    position: relative;
    top: 0;
    left: 0;
}
.keti_more{font-size: 14px; color: #fff;line-height: 40px; position: absolute;top: 0;right: 10px;}
.keti_more:hover{text-decoration: none;}

.branch-map-data-title p {
    font-size: 18px;
    color: #fff;
    text-align: left;
    line-height: 40px;
    padding: 0 20px;
}

.branch-map-data-info {
    height: 500px;
    margin: 10px 0;
    overflow-y: auto;
}

.data-branch {
    border-bottom: 1px dashed #eee;
    padding: 6px 0;
    box-sizing: border-box;
}

.data-branch:last-child {
    border: none;
}

a, button, input, textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.data-branch .data-name {
    font-size: 14px;
    color: #666;
    line-height: normal;
    margin-bottom: 5px;
}

.data-branch p {
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.data-branch p {
    font-size: 12px;
    color: #999;
    line-height: 20px;
}





.map-dot.cur:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #cf0101;
    animation: dot 2s infinite;
}

@keyframes dot {
    100% {
        transform: translateX(-50%) scale(1);
        opacity: 1;
    }

    50% {
        transform: translateX(-50%) scale(1.5);
        opacity: .1;
    }
}