@charset "utf-8";
#wrap{background: #fff;}
#banner{ width: 100%; min-width: 1024px; overflow: hidden; position: relative;  margin-top: 100px;}
#banner img{width: 100%; display: block;}
#banner .banner-bg{position: relative; height: 326px; background-position: center center; background-repeat: no-repeat; background-size: cover;}
#banner .banner-con{text-align: center;  position: absolute; width: 90%; max-width: 1100px; margin: 0 auto; left: 50%; top: 50%; transform: translate(-50%,-50%); color: #fff;}
#banner .banner-con h2{font-size: .48rem; font-weight: bold; letter-spacing: .15rem; padding-left: .15rem; margin-bottom: .2em; line-height: 1.2em; text-shadow: 0px 3px 15px rgba(0,0,0,0.16);}
#banner .banner-con h4{font-size: .2rem; font-weight: bold; text-transform: uppercase; position: relative; top: 0; text-shadow: 0 0 3px rgba(0,0,0,.4);}
#banner .swiper-slide{box-shadow: 0 0 50px rgba(0,0,0,0.8);}
#banner .swiper-button-prev,#banner .swiper-button-next{margin-top: 30px;}
#banner .swiper-button-prev{left: 0;}
#banner .swiper-button-next{right: 0;}
#banner .swiper-button-prev:after{font-size: 22px;padding: 15px 10px;color: #fff;border-top-right-radius: 5px;border-bottom-right-radius: 5px;}
#banner .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{font-size: 22px;padding: 15px 10px;color: #fff;border-top-left-radius: 5px;border-bottom-left-radius: 5px;}


.module-title{padding: .5rem 0 .2rem 0; display: block; position: relative; }
.module-title h2{color: #13284A; font-size: .5rem; line-height: 1.5em; display: block; position: relative;}
.module-title .more{ box-sizing: border-box; font-size: .16rem; color: #000; width: 1rem; text-align: center; line-height: .4rem; height: .42rem;  border: solid 1px #DBDBDB; transition: all 0.3s ease-in-out; background: #fff; position: absolute; right: 0; top: .65rem;}
.module-title .more:hover{	background: #13284A ; border-color: #13284A;	color: #fff;}


.mobile-wrap{
    background: url(../img/contact-bg.jpg) no-repeat center 426px;
    background-size: 100%;
    overflow: hidden;
}

.module-1 .con{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 50px;
}
.module-1 .con .left-box{
	width: 58%;
}
.module-1 .con .left-box p{
	line-height: 1.6em;
	margin-bottom: 1em;
}
.module-1 .con .left-box .list-box{
	padding-top: .2rem;
}
.module-1 .con .left-box .list-box .list{
	margin-top: .4rem;
	padding-right: .2rem;
	position: relative;
}
.module-1 .con .left-box .list-box .list h2{
	font-size: .26rem;
	color: #13284A;
	line-height: 1.2em;
	margin-bottom: .05rem;
}
.module-1 .con .left-box .list-box .list p{
	margin: 0;
	line-height: 1.4em;
	margin-top: 1em;
    display: flex;
    align-items: center;
}
.module-1 .con .left-box .list-box .list p img{
    width: .22rem;
    height: .22rem;
    display: block;
    margin-right: .08rem;
}

.module-1 .con .right-box{
	width: 40%;
	position: relative;
}
.module-1 .con .right-box img{
	width: 100%;
	display: block;
	position: relative;
	z-index: 2;
}
.module-1 .con .right-box::before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	left: -.2rem;
	bottom: -.2rem;
	background-color: #F0F3F8;
}




.module-3{padding: .3rem 0 1.7rem;}
.module-3 .content{
	overflow: hidden;
}
.module-3 .content .con{
    margin-bottom: .4rem;
}
    .form-group{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: .4rem;
    }
    .form-group .form-control{
        width: 24%;
        padding: 0;
        background: none;
        position: relative;
    }
    .form-group .form-control .form-title{
        position: absolute;
        z-index: 0;
        left: 0;
        top: 0;
        padding: .1rem 0;
        display: none;
    }
    .form-group .form-control input{
        position: relative;
        z-index: 1;
        width: 100%;
        padding: .1rem 0;
        background: none;
        border-bottom: 1px solid #888;
    }
    .form-group .form-control input:focus{
        background: #fff;
    }
    .form-group .form-control input::placeholder{
        color: #000;
    }

    .form-group .form-title{
        width: 100%;
        margin-bottom: .1rem;
    }
    .form-group .form-textarea{
        width: 100%;
    }
    .form-group .form-textarea textarea{
        min-height: 6em;
        width: 100%;
        background-color: #f1f1f1;
    }
    .form-yz{
        display: flex;
        align-items: center;
    }
    .form-yz input{
        padding: 0 .1rem;
        height: .5rem;
        line-height: .5rem;
        border: 1px solid #f1f1f1;
        width: 1.5rem;
        margin-right: .1rem;
    }
    .form-yz img{
        background-color: #f1f1f1;
        width: 1.2rem;
        display: block;
        height: .5rem;
        margin-right: .1rem;
    }
    .form-yz button{
        background-color: #13284A;
        color: #fff;
        width: 1rem;
        height: .5rem;
        line-height: .5rem;
        font-size: .22rem;
        font-weight: bold;
    }


@media screen and (max-width: 768px) {
    #banner{ width: 100%; min-width: 100%; overflow: hidden; position: relative;  margin-top: 50px;}
	#banner img{width: 100%; display: block;}
	#banner .banner-bg{position: relative; height: 120px; background-position: center center; background-repeat: no-repeat; background-size: cover;}
	#banner .banner-con{text-align: center;  position: absolute; width: 90%; max-width: 1100px; margin: 0 auto; left: 50%; top: 50%; transform: translate(-50%,-50%); color: #fff;}
	#banner .banner-con h2{font-size: .68rem; font-weight: bold; letter-spacing: .15rem; padding-left: .15rem; margin-bottom: .2em; line-height: 1.2em; text-shadow: 0px 3px 15px rgba(0,0,0,0.16);}
	#banner .banner-con h4{font-size: .48rem; font-weight: bold; text-transform: uppercase; position: relative; top: 0; text-shadow: 0 0 3px rgba(0,0,0,.4);}
	#banner .swiper-slide{box-shadow: 0 0 50px rgba(0,0,0,0.8);}
	#banner .swiper-button-prev,#banner .swiper-button-next{margin-top: 30px;}
	#banner .swiper-button-prev{left: 0;}
	#banner .swiper-button-next{right: 0;}
	#banner .swiper-button-prev:after{font-size: 22px;padding: 15px 10px;color: #fff;border-top-right-radius: 5px;border-bottom-right-radius: 5px;}
	#banner .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{font-size: 22px;padding: 15px 10px;color: #fff;border-top-left-radius: 5px;border-bottom-left-radius: 5px;}
	
	

	.module-title{padding: .5rem 0 .2rem 0; display: block; position: relative; }
	.module-title h2{color: #13284A; font-size: .75rem; line-height: 1.5em; display: block; position: relative;}
	.module-title h3{color: #13284A; font-size: .6rem; line-height: 1.5em; display: block; position: relative;}
	.module-title .more{ box-sizing: border-box; font-size: .16rem; color: #000; width: 1rem; text-align: center; line-height: .4rem; height: .42rem;  border: solid 1px #DBDBDB; transition: all 0.3s ease-in-out; background: #fff; position: absolute; right: 0; top: .65rem;}
	.module-title .more:hover{	background: #13284A ; border-color: #13284A;	color: #fff;}

	.module-1 {
		padding: .7rem .6rem;
	}
    .mobile-wrap{
        background: none;
        background-size: 100%;
        overflow: hidden;
    }
    .module-1  .module-title{
        padding-bottom: 0;
    }
    .module-1 .con{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 0;
    }
    .module-1 .con .left-box{
        width: 100%;
    }
    .module-1 .con .left-box p{
        line-height: 1.6em;
        margin-bottom: 1em;
    }
    .module-1 .con .left-box .list-box{
        padding-top: .2rem;
    }
    .module-1 .con .left-box .list-box .list{
        padding-right: .2rem;
        position: relative;
    }
    .module-1 .con .left-box .list-box .list h2{
        font-size: .56rem;
        color: #13284A;
        margin-bottom: .05rem;
    }
    .module-1 .con .left-box .list-box .list p{
        margin: 0;
        line-height: 1.4em;
        margin-top: 1em;
        display: flex;
        align-items: center;
    }
    .module-1 .con .left-box .list-box .list p img{
        width: 12px;
        height: 12px;
        display: block;
        margin-right: 5px;
    }
    .module-1 .con .left-box .ewm{
        display: flex;
        justify-content: space-between;
        margin: 20px 0;
    }
    .module-1 .con .left-box .ewm div{
        margin-right: 0;
        text-align: center;
        font-size: 12px;
    }
    .module-1 .con .left-box .ewm div img{
        display: block;
        width: 145px;
        margin: 0 auto 5px;
        border: 1px solid #eee;
    }

    .module-1 .con .right-box{
        width: 40%;
        position: relative;
    }
    .module-1 .con .right-box img{
        width: 100%;
        display: block;
        position: relative;
        z-index: 2;
    }
    .module-1 .con .right-box::before{
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 0;
        left: -.2rem;
        bottom: -.2rem;
        background-color: #F0F3F8;
    }




    .module-3{padding: 1rem .6rem 50px;}
    .module-3 .module-title{
        padding-top: 0;
    }
    .module-3 .content{
        overflow: hidden;
    }
    .module-3 .content .con{
        margin-bottom: .4rem;
    }
        .form-group{
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-top: .4rem;
        }
        .form-group .form-control{
            width: 100%;
            padding: 10px 0;
            background: none;
            position: relative;
        }
        .form-group .form-control .form-title{
            position: absolute;
            z-index: 0;
            left: 0;
            top: 0;
            padding: .1rem 0;
            display: none;
        }
        .form-group .form-control input{
            position: relative;
            z-index: 1;
            width: 100%;
            font-size: .52rem;
            padding: .3rem 0;
            background: none;
            border-bottom: 1px solid #888;
        }
        .form-group .form-control input:focus{
            /* background: #fff; */
        }
        .form-group .form-control input::placeholder{
            color: #000;
            font-size: .52rem;
        }

        .form-group .form-title{
            width: 100%;
            margin-bottom: .1rem;
        }
        .form-group .form-textarea{
            width: 100%;
        }
        .form-group .form-textarea textarea{
            min-height: 8em;
            width: 100%;
            background-color: #f1f1f1;
            border-radius: 3px;
            padding: 15px;
            font-size: .52rem;
        }
        .form-yz{
            display: flex;
            align-items: center;
        }
        .form-yz input{
            padding: 0 .1rem;
            font-size: .52rem;
            height: 32px;
            line-height: 32px;
            border: 1px solid #f1f1f1;
            width: 6em;
            margin-right: .1rem;
            text-align: center;
        }
        .form-yz img{
            background-color: #f1f1f1;
            width: 5em;
            display: block;
            height: 32px;
            margin-right: 10px;
        }
        .form-yz button{
            flex: 1;
            background-color: #13284A;
            color: #fff;
            width: 100%;
            height: 32px;
            cursor: pointer;
            line-height: 32px;
            font-size: 14px;
            font-weight: bold;
        }
        .form-yz button:hover{
            background-color: #13284A;
        }
        .form-yz .form-control:last-child{
            flex: 1;
        }
}




















