@charset "utf-8";
body {
    background-color: #f5f5f5;
}
.mt30{margin-top:60px;}

.contact_box {
	padding:30px 0px 80px ;
	background:#f5f5f5;
}
.commap{margin-top: -100px;}

.contact_box .hd {
	margin-bottom: 40px
}

.commap .wapmap{display:none;}
.contact_box .hd h2 {
	font-size: 38px;
	font-weight: bold
}

@media (max-width:1200px) {
}

@media (max-width:992px) {
    .commap{margin-top:0px;}
    .commap .map{display:none;}
    .commap .wapmap{display:block;border: 10px solid #fff;}
}

@media (max-width:640px) {
	.contact_box .hd h2 {
		font-size: 22px
	}
}

@media (max-width:480px) {
	.contact_box .hd h2 {
		font-size: 20px;
		line-height: 2;
		text-align: center
	}
}

.contact_box .list {
	margin-bottom:24px
}

@media (min-width:992px) {
	.contact_box .list {
		display: flex;
		align-items: stretch
	}

	.contact_box .list li {
		flex: 1
	}

	.contact_box .list li+li {
		margin-left: 24px
	}
}

.contact_box li {
	text-align: center;
	background: #fff;
	margin-bottom: 20px;
	padding: 50px 40px 40px
}

.contact_box li .iconfonts {
    font-size: 50px;
	display: inline-block;
	margin-bottom: 20px;
	color: #1c2979;
	background-size: contain;
}

.contact_box li .info {
	font-size: 16px;
	line-height: 1.8
}

.contact_box .map {
	border: 10px solid #fff;
	height: 580px;
	min-height: 400px
}


.nyheadtxt {
    padding: 100px 0 120px;
}

.nylxbox {
    display: flex;
    height: 200px;
    background-color: #fff;
    border-radius: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.nylxbox_item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-right: 1px solid #e1e1e1;
    padding: 0px 10px;
}

.nylxbox_item:last-child {
    border: 0;
}

.nylxbox_itemi i {
    font-size: 32px;
    margin-bottom: 10px;
}

.nylxbox_itemw {
    font-size: 20px;
}


.nylxbox_itemas {
    font-family: 'ProximaNova-Bold';
    font-size: 34px;
    line-height: 36px;
    font-weight: 700;
}

.nylxbox_itemaz {
    font-size: 16px;
    margin-top: 10px;
    line-height: 28px;
    color: #777;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.nylxbox_itemdz .nylxbox_itema:hover .nylxbox_itemaz {
    color: #106ecb;
}

.nylxbox_itemal {
    font-size: 16px;
    color: #106ecb;
}

.map_tab .set.actived .tab_tet {
    color: #fff;
}

.map_cont {
    padding-bottom: 0;
    box-shadow: none;
    background: transparent;
}

.map_cont .tab-box {
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.map_cont .tab-box .map_tet {
    padding: 0 30px 40px;
    transition: all .4s;
    box-shadow: 0 0 30px #e9e9e9;
    background: #fff;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.map_cont .tab-box.active .map_tet {
    animation: dtyd .5s linear 1 forwards;
    -webkit-animation: dtyd .5s linear 1 forwards;
}


/*销售网络  */

.xswn {
    position: relative;
    margin-top: -50px;
}

.xswndw {
    position: absolute;
    top: -120px;
    left: 0;
}

.xswn_tle {
    text-align: center;
}

.xswn_tleh {
    font-size: 48px;
}

.xswn_tlep {
    font-size: 18px;
    color: #777777;
}

.zalycp {
    position: relative;
    margin: 0;
    padding: 80px 0;
    background-color: #fff;
}

.zalycpdw {
    position: absolute;
    left: 0;
    top: -60px;
}

.foot {
    margin-top: 0;
}


/* 移动端销售网络 */

.mbxswl {
    margin-top: 50px;
    padding: 45px 0 25px;
    background-color: #f5f5f5;
    display: none;
}

.mbxswlimg img {
    width: 100%;
}

@media screen and (max-width: 1600px) {
    .nylxbox_itemi i {
        font-size: 36px;
    }
    .nylxbox {
        height: 220px;
    }
    .nylxbox_itemdz {
        margin-top: 15px;
    }
    .nylxbox_itemw {
        font-size: 20px;
    }
    .nylxbox_itemas {
        font-size: 30px;
        line-height: 34px;
    }
    .nylxbox_itemaz {
        font-size: 16px;
    }
    .nylxbox_itemal {
        font-size: 16px;
    }
    .xswn_tleh {
        font-size: 40px;
    }
    .xswn_tlep {
        font-size: 16px;
    }
    .xswn {
        margin-top: -60px;
    }
    .nyheadtxt {
        padding: 100px 0 110px;
    }
}

@media screen and (max-width: 1400px) {
    .nylxbox {
        height: 200px;
    }
    .nylxbox_itemi i {
        font-size: 32px;
    }
    .nylxbox_itemw {
        font-size: 18px;
    }
    .nylxbox_itemas {
        font-size: 28px;
        line-height: 30px;
    }
    .nylxbox_itemaz {
        font-size: 15px;
    }
    .nylxbox_itemdz {
        margin-top: 15px;
    }
    .xswn_tleh {
        font-size: 36px;
    }
    .zalycp {
        padding: 65px 0;
    }
    .nyheadtxt {
        padding: 90px 0 100px;
    }
}

@media screen and (max-width: 1200px) {
    .nylxbox {
        height: 160px;
    }
    .nylxbox_itemi i {
        font-size: 30px;
    }
    .nylxbox_itemw {
        font-size: 16px;
    }
    .nylxbox_itemas {
        font-size: 26px;
        line-height: 28px;
    }
    .nylxbox_itemaz {
        font-size: 14px;
    }
    .nylxbox_itemal {
        font-size: 15px;
    }
    .xswn_tleh {
        font-size: 32px;
    }
    .xswn_tlep {
        font-size: 14px;
    }
    .xswn {
        display: none;
    }
    .nylxbox_itemdz {
        margin-top: 8px;
    }
    .nyheadtxt {
        padding: 90px 0 80px;
    }
}


@media screen and (max-width: 992px) {
    body {
        background-color: #fff;
    }
    .nylxbox {
        height: 160px;
    }
    .nylxbox {
        margin-top: 50px;
        margin-bottom: 50px;
        border-radius: 5px;
        border: 1px solid #e1e1e1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    .nylxbox_itemi i {
        font-size: 30px;
    }
    .nylxbox_itemw {
        font-size: 14px;
    }
    .nylxbox_itemas {
        font-size: 24px;
        line-height: 26px;
    }
    .nylxbox_itemaz {
        font-size: 16px;
        margin-top: 0px;
        color: #000;
    }
    .nylxbox_itemal {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .nyheadtxt {
        padding: 70px 0 0;
    }
    .nylxbox {
        flex-wrap: wrap;
        height: auto;
    }
    .nylxbox_item {
        padding:20px 0;
        flex: none;
        width: 100%;
        border-bottom: 1px solid #e1e1e1;
        border-right: 0;
    }
    .nylxbox_itemi i {
        font-size: 24px;
    }
    .nylxbox {
        margin-top: 50px;
    }
    .nylxbox_itemas {
        font-size: 22px;
    }
    .zalycp {
        padding: 50px 0;
    }
    .mbxswl {
        display: block;
    }
}