@charset "utf-8";
.public{
    width:1400px;
    margin: 50px auto;
}
@media(max-width:768px){
	.public{
		width:100%;
		max-width:768px;
		margin:0 auto;
	}	
	.dianzhao{
		display:none!important;
	}
}
.titlePic{
    display: block;
    margin: 0 auto;
}
.topFk{
    margin-top:30px;
}

.lxfs{
    margin:50px auto;
    height:500px;
}
.lxfs .lx_view{
    width: 100%;
    margin-top:30px;
    height:300px;
    display: flex;
}
.lxfs .lx_view .block{
    width:24%;
    margin:0 auto;
    background-color: #2D99FE;
    color:white;
    text-align: center;
}
.lxfs .lx_view .block .tb{
    margin-top:70px;
    font-size: 60px;
}
.lxfs .lx_view .block .lx_title{
    font-size: 25px;
    height: 40px;
    line-height: 40px;
}
.lxfs .lx_view .block .lx_desc{
    width: 90%;
    margin:0 auto;
    height:60px;
    font-size: 20px;
    line-height: 30px;
}

.zxly{
    height:600px;
}
.zxly .view{
    width:100%;
    height:300px;
    margin-top:50px;
}
.zxly .view form{
    width: 100%;
    height:100%;
}
.zxly .view form .left{
    float:left;
    width:50%;
    height:100%
}
.zxly .view form .left input{
    width:calc(100% - 12px);
    height: 60px;
    padding:5px;
    margin:15px auto;
    color:#999999;
    border:1px solid #999999;
}
.zxly .view form .right{
    float:left;
    width:40%;
    height: 252px;
    margin:14px 5%;
}
.zxly .view form .right textarea{
    width: 100%;
    height:100%;
    border:1px solid #999999;
    color:#999999;
    text-indent: 1em;
    padding:10px 0px;
}
.zxly .view form .sub{
    margin:20px auto;
    width: 150px;
    height:40px;
    line-height: 40px;
    background-color: #2D99FE;
    color:white;
    display: block;
    border: none;
    outline: none;
    border-radius: 20px;
    cursor: pointer;
}
.ddfs{
    margin:50px auto;
    height: 900px;
}
.ddfs .c1{
    width: 100%;
    height: 200px;
    display: flex;
    margin-top:80px;
}
.ddfs .c1 .block{
    width: 45%;
    margin:0 2.5%;
}
.ddfs .c1 .block .left{
    width:150px;
    height:150px;
    color:white;
    background-color: #2D99FE;
    border-radius: 75px;
    float:left;
}
.ddfs .c1 .block .left .tb{
    font-size: 75px;
    line-height: 150px;
    text-align:center;
}
.ddfs .c1 .block .right{
    width: calc(100% - 190px);
    float: left;
    padding: 0 20px;
}
.ddfs .c1 .block .right .row1{
    font-size: 25px;
    font-weight: 600;
    font-family: z59;
}
.ddfs .c1 .block .right .row2{
    font-size: 18px;
    line-height: 35px;
}
.ddfs .c2{
    width: 100%;
    height:500px;
}
.ddfs .c2 .map{
    width: 100%;
    height: 100%;
}
.contactContent .v-l {
    width: 50%;
    float: left;
}

.contactContent .v-l img {
    width: 100%;
    margin: 0px 0%;
}

.contactContent .v-r {
    width: 50%;
    float: right;
}

.contactContent .v-r h1,.contactContent .v-r h2,.contactContent .v-r h3 {
    text-align: center;
}
@media(max-width:768px){
	.contactContent .v-r h1,.contactContent .v-r h2,.contactContent .v-r h3 {
		text-align: center;font-size:18px;line-height:36px;
	}
}
.contactContent .v-r p ,.contactContent .v-r .xx{
    line-height: 35px;
    font-size: 16px;
    text-align: center;
}
@media screen and (max-width:768px) {
    .contactContent .v-l {
        width: 100%;
        float: unset;
    }
    .contactContent .v-l img {
        width: 100%;
        margin: 0px;
    }
    .contactContent .v-r {
        width: 100%;
        float: unset;
    }
    .contactContent .v-r h3 {
        font-size: 18px;
        line-height: 35px;
        text-align: center;
    }
    .contactContent .v-r p {
        line-height: 25px;
        font-size: 12px;
    }
}
#ifmap{
	width:100%;
	height: 400px;
	outline:none;
	border:none;
	margin: 50px auto;
}
@media(max-width:768px){
	#ifmap{
		width:100%;height:300px;outline:none;border:none;margin:0 auto;
	}
}