@charset "utf-8";

/*input {-webkit-appearance:none;} */
body {
	overflow-x: hidden;
}

.sd_banner {
	background: url(../images/sd_01.jpg) center no-repeat;
	height: 638px;
}

.sd_contennei {
	background: url(../images/sdPC_03.jpg) center no-repeat;
	height: 918px;
}

.sd_conten_01 p {
	text-align: center;
	color: #c21727;
	letter-spacing: 2px;
	font-size: 30px;
	margin: 6px 0;
}

.sd_conten_01 img {
	margin: 0 auto;
	display: block;
	padding-top: 44px;
}

.sd_contennei img {
	margin: 0 auto;
	display: block;
}

.sd_hb {
	background: #d22636;
}

.sd_ggtop img {
	display: block;
	margin: 0 auto;
	padding-top: 35px;
}

.sd_ggtop ul li p {

	text-align: center;
	color: #fffbfa;
	font-size: 23px;
	letter-spacing: 3px;

}

.sd_ggtop ul {

	overflow: hidden;
	width: 780px;
	margin: 0 auto;
	margin-bottom: 60px;
}

.sd_ggtop ul li:nth-child(1) {

	border-bottom: 1px solid white;
	width: 250px;
	padding-top: 40px;

}

.sd_ggtop ul li {

	float: left;

}

.sd_ggtop ul li:nth-child(2) {

	width: 280px;

}

.sd_hb img {

	display: block;
	margin: 0 auto;

}

.sdzx a {

	color: white;
	background: #166e55;
	border-radius: 20px;
	display: block;
	height: 42px;
	line-height: 42px;
	letter-spacing: 2px;
	width: 227px;
	text-align: center;
	font-weight: 700;
	font-size: 19px;
	margin: 0 auto;
	margin-top: 40px;

}

.sdzx {

	display: flex;
	width: 600px;
	margin: 0 auto;
	padding-bottom: 20px;

}

.sdzx a:nth-child(2) {

	background: #a70915;

}

.sd_ms {

    background: #d12732;

}
.sd_ms ul:nth-child(3) {

    display: flex;
    width: 650px;
    margin: 0 auto;
    margin-top: 10px;
}
.sd_ms ul:nth-child(3) li {

    margin-left: 7px;

}
.sd_yh {

    background: #d02633;

}
.sd_ggtop ul li:nth-child(3) {
    border-bottom: 1px solid white;
    width: 250px;
    padding-top: 40px;
}
.sd_ms img {

    display: block;
    margin: 0 auto;

}
.sd_yh_01 ul {

    display: flex;
    width: 1120px;
    margin: 0 auto;
    padding-bottom: 10px;

}
.sd_yh_01 ul li {

    margin-left: 10px;

}
.sd_contennei ul li p {

    text-align: center;
    color: #a70915;
    font-weight: 700;
    font-size: 21px;
    letter-spacing: 2px;

}
.sd_contennei form input {

    display: block;
    border: 1px solid #594853;
    height: 40px;
    width: 470px;
    margin: 0 auto;
    border-radius: 10px;
    text-indent: 48px;
    margin-bottom: 15px;

}
.sd_contennei form input:nth-child(1){
	background: url(../images/name.png) center no-repeat;
	background-position-x: 10px;
}
.sd_contennei form input:nth-child(2){
	background: url(../images/tel.png) center no-repeat;
	background-position-x: 10px;
}
.sd_contennei form input {

    display: block;
    border: 1px solid #594853;
    height: 50px;
    width: 470px;
    margin: 0 auto;
        margin-bottom: 0px;
    border-radius: 10px;
    text-indent: 48px;
    margin-bottom: 15px;

}
#submit {

    background: #9b0100;
    text-indent: 0;
    color: white;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 2px;
    border: none;

}
.conner {

    width: 1200px;
    display: block;
    height: 544px;
    margin: 0 auto;

}
.conner_top {

    height: 444px;
    margin-bottom: 170px;
    background: url(../images/sd.png) no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: 404px -43px;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    opacity: 0;
    -webkit-animation: showpic 1s ease-in-out forwards;
    -o-animation: showpic 1s ease-in-out forwards;
    animation: showpic 1s ease-in-out forwards;
        animation-delay: 0s;
    animation-delay: 0s;
    animation-delay: 0.2s;
    animation-delay: 0.2s;

}
.conner_bottom {

    width: 655px;
    height: 600px;
    background: url(../images/sd.png) no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: 0 -650px;
    transform: translateY(-80px);
    -webkit-transform: translateY(-80px);
    opacity: 0;
    -webkit-animation: showpic2 1s ease-in-out forwards;
    -o-animation: showpic2 1s ease-in-out forwards;
    animation: showpic2 1s ease-in-out forwards;

}
@keyframes showpic{
		0%{
			opacity: 0;
			transform: translateY(0);
			-webkit-transform: translateY(0);
		}
		100%{
			opacity: 1;
			transform: translateY(40px);
			-webkit-transform: translateY(40px);
		}
	}
	@-webkit-keyframes showpic{
		0%{
			opacity: 0;
			transform: translateY(0);
			-webkit-transform: translateY(0);
		}
		100%{
			opacity: 1;
			transform: translateY(40px);
			-webkit-transform: translateY(40px);
		}
	}

	@keyframes showpic2{
		0%{
			opacity: 0;
			transform: translateY(-40px);
			-webkit-transform: translateY(-40px);
		}
		100%{
			opacity: 1;
			transform: translateY(-80px);
			-webkit-transform: translateY(-80px);
		}
	}
	@-webkit-keyframes showpic2{
		0%{
			opacity: 0;
			transform: translateY(-40px);
			-webkit-transform: translateY(-40px);
		}
		100%{
			opacity: 1;
			transform: translateY(-80px);
			-webkit-transform: translateY(-80px);
		}
	}