@charset "utf-8";
body{
	max-width: 1920px;
	width: 100%;
}
.header{
	width: 100%;
	height: 100px;
	background-color:#eb0000 ;
	border-bottom:2px solid #FFFFFF ;
}
.logo{
	float: left;
	margin-left: 17%;
	margin-top: 1%;
}
.logo img{
	width: auto;
	height: 70px;
}
.nav{
	float: left;
	line-height: 100px;
}
.nav ul li{
	float: left;
	padding: 0 25px;
	text-align: center;
	font-size: 18px;
}
.nav ul li a{
	color: #FFFFFF;
}
.nav ul .item{
	background-image: url(../images/item.png);
	background-repeat:no-repeat;
    background-size:39% 45%;
    -moz-background-size:39% 45%;
    background-position:bottom;
}
.main{
	background-color: #FFFFFF;
}
.tel{
	text-align: center;
	width: 66%;
	padding-top: 60px;
	margin: auto;
	padding-bottom: 26px;
	background-image: url(../images/item1.png);
	background-repeat:no-repeat;
    background-size:7% 12%;
    -moz-background-size:7% 12%;
    background-position:bottom;  
}
.tel h1{
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 25px;
}
.tel p{
	line-height: 198%;
	font-size: 16px;
	color: #333333;
}
.tel p span{
	color: red;
}
.main-list{
	background-image: url(../images/item/item_01.jpg);
	padding-top: 25px;
	width: 66%;
	margin: auto;
	padding-bottom: 78px;
	background-repeat:no-repeat;
	background-size:100% 100%;
}
.list-item{
	width: 22%;
	float: left;
	margin-right: 4%;
	margin-top: 20px;
	position: relative;
}
.list-item span{
	color: #FFFFFF;
	font-size: 18px;
	position: absolute;
	letter-spacing:24px;
	z-index: 2;
	left: 37%;
	bottom: 8%;
}
.list-item:nth-child(4n){
	margin-right: 0;
}
.main2{
	background-color: #faf8f9;	
}
.ddy{
	position: relative;
}
.ddy-item{
	position: absolute;
	z-index: 2;
	top: 44%;
	left: 41%;
	width: 34%;
}
.about-item{
	width: 30%;
	float: left;
	text-align: center;
	margin-right: 5%;
}
.about-item:last-child{
	margin-right: 0;
}
.about-item p{
	font-size: 16px;
	margin-top: 15px;
	color: #FFFFFF;
}

.footer{
	background-color: #EEEEEE;
	padding-top: 60px;
	font-size: 14px;
	padding-bottom: 60px;
}
.footer .about,
.footer .message{
	width: 34%;
	float: left;
}
.footer .about{
	margin-left: 17%;
}
.footer .about ul li{
	height: 20px;
	margin: 20px 0;
}
.footer .about ul li img{
	vertical-align:middle;
}
.footer .about ul li span{
	height:100%;
	vertical-align:middle;
}
.footer .about ul li:last-child{
	height: 100px;
}
.footer .about ul li:nth-child(2) img,
.footer .about ul li:nth-child(3) img,
.footer .about ul li:nth-child(4) img
{
	width: auto;
	height: 20px;
}
.footer .Bitem{
	/*text-align: center;*/
	width: 80px;
	height: 31px;
	background-image: url(../images/Bitem.png);
	background-repeat:no-repeat;
    background-size:53% 62%;
    -moz-background-size:53% 62%;
    background-position-x: left;
    background-position-y: bottom;
}
.about-item2{
	width: 30%;
	float: left;
}
.about-item2 img{
	width: 120px;
	height: 120px;
}
.about-item2 p{
	text-align: center;
}
.about-item2 p:last-child{
	margin-top: 10px;
	color: #000000;
}
.atel{
	margin: 20px 0 0 0;
	line-height: 180%;
}
.form input{
	width: 35%;
	padding:7px 8px 7px 40px;
	border: 1px solid #000000;
	border-radius: 3px;
	margin-top: 20px;
}
.form input:focus,
.form textarea:focus{
	outline: 1px solid #000000;
}
.form input:first-child{
	margin-right: 25px;
}

.form textarea{
	margin-top: 20px;
	width: 100%;
	height: 72px;
	resize: none;
	overflow-y:hidden;
	background-color: #EEEEEE;
	border: 1px solid #000000;
	border-radius: 3px;
	padding: 15px 15px;
}
.form button{
	width: 90px;
	height: 30px;
	text-align: center;
	background-color: #b30200;
	border: 0px;
	border-radius: 3px;
	margin-top: 20px;
	float: right;
	color: #FFFFFF;
}
.form input:first-child{
	background: rgba(255,255,255,0.4) url(../images/name_01.png) no-repeat;
	background-position: 10px 7px;
	background-size: 19px 14px;
}
.form input:nth-child(2){
	background: rgba(255,255,255,0.4) url(../images/phone_01.png) no-repeat;
	background-position: 10px 7px;
	background-size: 17px 14px;
}




@media only screen and (max-width: 1200px) {
	 .list-item span{
		font-size: 13px;
	}
	.logo{
		margin-left: 8%;
	}
	.form input{
		width: 31%;
	}
	.about-item2 img {
	    width: 82px;
	    height: 82px;
	}
}