
@keyframes Diantiao{0%{transform: translateY(0);-webkit-transform: translateY(0)；}100% {transform: translateY(-6px);-webkit-transform: translateY(-6px);}}
@-moz-keyframes Diantiao{0%{transform: translateY(0);-webkit-transform: translateY(0)；}100% {transform: translateY(-6px);-webkit-transform: translateY(-6px);}}
@-o-keyframes Diantiao{0%{transform: translateY(0);-webkit-transform: translateY(0)；}100% {transform: translateY(-6px);-webkit-transform: translateY(-6px);}}
@-webkit-keyframes Diantiao{0%{transform: translateY(0);-webkit-transform: translateY(0)；}100% {transform: translateY(-6px);-webkit-transform: translateY(-6px);}}



/* --------------------------------maptitle-box------------------------------------------- */
.maptitle-box{
    width: 100%;
    overflow: hidden;
    padding: 70px 0 30px 0;
}
.maptitle{
    width: 1280px; text-align:center;
    margin: 0 auto;
}
.maptitle h4{
    font-size: 32px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}
.maptitle p{
    font-size: 18px;
    color: #666;
    margin-top: 16px;
}



/* ----------------------------mapmatter-box----------------------------------- */
.mapmatter-box{
    width: 100%;
    overflow: hidden;
}
.mapmatter{
    width: 1280px;
    margin: 0 auto;
}
.mapmatter ul{
    width: 100%;
    margin-left: -1%;
    overflow: hidden;
}
.mapmatter ul li{
    width: 32.3333333333%;
    height: auto;
    overflow: hidden;
    margin-left: 1%;
    padding: 0 6px 0 0;
    border-right: 1px solid #e5e5e5;
    margin-top: 34px;
    float: left;
    height:350px;
}
.mapmatter ul li:nth-child(3n){
    border-right: none;
}


.mapmatter ul li h4{
    width: 100%;
    font-size: 20px;
    color: #333;
}
.mapmatter ul li p{
    width: 100%;
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}
.mapmatter ul li p:hover{
    font-weight: bold;
    color: #152f94;
}




/* -------------------------mapform-box-------------------------------------- */
.mapform-box{
    width: 100%;
    overflow: hidden;
    padding: 10px 0 90px 0;
}
.mapform{
    width: 1280px;
    margin: 0 auto;
}

.serviceSup-form{
    width: 100%;
    overflow: hidden;
}
.serviceSup-form-top{
    width: 100%;
    overflow: hidden;
}
.serviceSup-form-top ul{
    width: 100%;
}
.serviceSup-form-top ul li{
    width: 33.3333333%;
    float: left;
}
.serviceSup-form-top ul li p{
    font-size: 16px;
    color: #aaa;
}
.serviceSup-form-top ul li input{
    font-size: 16px;
    color: #aaa;
    width: 90%;
    height: 50px;
    border: 1px solid #e5e5e5;
    padding: 0 10px;
    margin-top: 14px;
}
.serviceSup-form-center{
    width: 100%;
    overflow: hidden;
    padding-top: 14px;
}
.serviceSup-form-center p{
    font-size: 16px;
    color: #aaa;
}
.serviceSup-form-center textarea{
    font-size: 16px;
    color: #aaa;
    width: 100%;
    height: 140px;
    border: 1px solid #e5e5e5;
    padding: 10px;
    margin-top: 14px;
}
.serviceSup-form-bottom{
    width: 100%;
    overflow: hidden;
    padding-top: 14px;
}
.serviceSup-form-bottom h6{
    float: left;
}
.serviceSup-form-bottom h6 input{
    font-size: 16px;
    color: #aaa;
    width: 200px;
    height: 50px;
    border: 1px solid #e5e5e5;
    padding: 10px;
}
.serviceSup-form-bottom h6 span{
    display: inline-block;
    width: 170px;
    height: 50px;
    margin: -10px 0 0 12px;
    overflow: hidden;
    vertical-align: middle;
}
    .serviceSup-form-bottom #ct_btn {
        width: 200px;
        height: 50px;
        float: right;
        font-size: 18px;
        color: #fff;
        border: none;
        text-transform: uppercase;
        background-color: #a50c1e;
        cursor: pointer;
    }
    .serviceSup-form-bottom #ct_btn:hover {
        background-color: #000;
    }

/*contact*/
.contact ul {
	display: flex;
}
.contact li {
	width: 25%;
	float: left;
	text-align: center;
	border-left: 1px solid #e7e7e7;
	height: auto;
	padding: 0px 50px;
}
.contact li:first-child {
	border-left: 0px;
}
.contact li h4 {
	font-size: 20px;
	color: #333;
	font-weight: normal;
	text-transform: uppercase;
}
.contact li span {
	display: blcok;
	width: 110px;
	height: 110px;
	line-height: 110px;
	background: #333;
	border-radius: 50%;
	margin: 25px auto;
	display: block;
	transition: all 0.3s ease;
}
.contact li p {
	font-size: 16px;
	color: #666;
	word-wrap: break-word;
}
.contact li:hover span {
	background: #c7000a;
}
.contact {
	padding-top: 5%;
	padding-bottom: 0%;
	width: 100%;
	float: left;
}
.contact li span img {
	margin-top: 0%;
}
.maptitbox{width:100%;float:left; background-color:#666;}
.maptitbox .maptitle h4{ color:#fff;}
.maptitbox .maptitle p{color:#fff;}

/* --------------------------------------------------------------- */



@media all and (max-width:1300px) {
    .maptitle {
        width: 92%;
        margin-left: 4%;
    }
    .mapmatter {
        width: 92%;
        margin-left: 4%;
    }
    .mapmatter ul li h4 {
        font-size: 16px;
    }
    .mapform {
        width: 92%;
        margin-left: 4%;
    }
}

@media all and (max-width:1280px) {}

@media all and (max-width:1200px) {}


/* ------------------------手机端-------------------------- */
.Phone-pic{
    width: 100%;
    object-fit: cover;
    display: none;
}
@media all and (max-width:1000px) {
    .banner-box{
        padding: 18px 0 10px 0;
    }
    .banner{
        display: none;
    }
    .Phone-pic{
        display: block;
    }
    .maptitle h4 {
        font-size: 22px;
    }
    .maptitle p {
        font-size: 14px;
        margin-top: 8px;
    }
    .maptitle-box {
        padding: 28px 0 10px 0;
    }
    .mapmatter ul{
        margin-left: 0%;
    }
    .mapmatter ul li {
        width: 100%;
        margin-left: 0%;
        padding: 0 0 20px 0;
        border-right: none;
        margin-top: 20px;
        height: auto;
        border-bottom: 1px solid #e5e5e5;
    }
    .mapform-box {
        padding: 0px 0 44px 0;
    }



    .serviceSup-form-top ul li {
        width: 100%;
        margin-top: 14px;
    }
    .serviceSup-form-top ul li input {
        width: 100%;
    }
    .serviceSup-form-bottom {
        text-align: center;
    }
    .serviceSup-form-bottom h6 input {
        width: 50%;
    }
    .serviceSup-form-bottom h6 span {
        width: 44%;
        height: 50px;
        margin: -10px 0 0 12px;
    }
    .serviceSup-form-bottom button {
        float: unset;
        margin-top: 14px;
    }
    .serviceSup-form {
        padding: 14px 0 0 0;
    }
}



@media(max-width:640px){.contact ul {
	display: inherit;
}
.contact li {
	width: 50%;
	float: left;
	padding: 0;
	margin-bottom: 5%;
	border: none;
}
.contact li p {
	height: 60px;
	line-height: 25px;
}
.contact li h4{ font-size:14px;}
.serviceSup-form-top ul li p{ font-size:14px;}
.maptitle h4{ font-size:16px;}
}


