*{
	margin: 0;
	padding: 0;
	
}
.header{
	width: 100%;
	height: 877px;
	background-image: url(../img/banner.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.header_container{
	padding: 182px 420px;
}
.header_text h2{
	color: #FFFFFF;
	font-size: 80px;
	line-height: 100px;
}
.header_text h3{
	color: #FFFFFF;
	font-size: 72px;
	line-height: 100px;
	letter-spacing: 7px;
}
.header_text p{
	color: #FFFFFF;
	font-size: 18px;
	margin-top: 65px;
	letter-spacing: 3px;
}
.bor{
	width: 100%;
	height: 100%;
	border-radius: 50%;
    background-repeat: no-repeat;
    background-position:center center;
	background-size: cover;
}
.bor-box{
	width: 19em;
	height: 19em;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	margin: auto;
    padding: 0.4em;
}
.header_img img{
	width: 351px;
}
.header_img img:hover{
	transform: scale(1.1);
	transition:0.4s ease-in-out;
}
.main{
	margin-top: 150px;
	padding: 0 20%;
}
.title{
	text-align: center;
}
.title span{
	display: inline-block;
    padding: 5px 20px;
	background: #025fd8;
	border-radius: 10px;
	font-size: 60px;
	color: #FFFFFF;
	text-align: center;
}
.title p{
	margin-top: 21px;
	font-size: 41px;
	color: #4D4D4D;
	text-align: center;
}
.product1{
	margin-top: 50px;
}
.product2{
	margin-top: 140px;
}
.product3{
	margin-top: 120px;
}
.pro-text h2{
	font-size: 30px;
	color: #000000;
	font-weight: 600;
	margin: 20px 0;
}
.pro-text3 h2{
	font-size: 30px;
	color: #000000;
	font-weight: 600;
	margin-top: 80px;
	margin-bottom: 28px;
}
.pro-text3 p{
	font-size: 24px;
	color: #030000;
}
.pro-text p{
	font-size: 18px;
	color: #030000;
}
.pro-text2 p{
	font-size: 14px;
	color: #030000;
	margin-top: 15px;
}
.bg_box{
	background: url(../img/bg.png);
	background-size: 100% 100%;
	padding: 20px 30px;
	height: 30em;
}
.pro h2{
	font-size: 30px;
	color: #000000;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
}
.pro img{
	box-shadow:5px 5px 10px -4px #333;
    margin: 0 auto;
}
.attention{
	margin-top: 160px;
    margin-bottom: 120px;
}
.box{
	height: 278px;
	background: #3a3634;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
.box p{
	font-size: 18px;
	color: #FFFFFF;
	padding: 20px 16px;
	display: inline-block;
	vertical-align: middle;
	text-align: left
}
.box img{
	width: 100%;
	height: 278px;
}
.box1{
	height: 278px;
	background: #0f0f0f;
	padding-left: 0;
	padding-right: 0;
}
.box1 p{
	font-size: 18px;
	color: #FFFFFF;
	padding: 20px 10px;
}
.boxhome{
	margin-top: 60px;
}
.link{
	margin-top: 120px;
}
.link img{
	margin: 70px auto;
}
.speci{
	margin-top: 120px;
}
.speci img{
	margin: 70px auto;
}
.install{
	margin-top: 120px;
}
.text{
	margin-top: 68px;
}
.text p{
	text-align: center;
	font-size: 30px;
	line-height: 55px;
	color: #000000;
}
.install img{
	margin: 70px auto;
}
.pro-text img:hover{
	animation: rotate 0.7s ease-in-out both;
}
.pro-text2 img:hover{
	animation: rotate 0.7s ease-in-out both;
}
.pro-text3 img:hover{
	animation: rotate 0.7s ease-in-out both;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  25% {
    transform: rotate(3deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotate(-3deg) translate3d(0, 0, 0);
  }
  75% {
    transform: rotate(1deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}
@media only screen and (max-width:500px){
	.header_container{
     padding: 100px 20px; 
   }
   .main {
    margin-top: 130px;
    padding: 0 10%;
    }
   .header{
   	height: 400px;
   }
   .title span {
    font-size: 24px;
   }
   .header_text h2 {
    font-size: 32px;
    line-height: 50px;
   }
   .header_text h3 {
    font-size: 43px;
    line-height: 60px;
   }
   .header_text p {
    font-size: 12px;
    margin-top: 25px;
   }
   .header_img img {
    width: 173px;
    float: right;
   }
   .title p {
    margin-top: 18px;
    font-size: 14px;
   }
   .product1 .pro{
   	position: relative;
   	top: 600px;
   }
   .product1 .pro-text{
   	position: relative;
   	top: -200px;
   }
   .product2 {
    margin-top: 80px;
   }
   .pro-text3 h2 {
    margin-top: 50px;
   }
   .product3 .pro{
   	position: relative;
   	top: 500px;
   }
   .product3 .pro-text3{
   	position: relative;
   	top: -250px;
   }
   .attention {
    margin-top: 100px;
   }
   .text p {
    color: #000000;
    font-size: 18px;
    line-height: 30px;
   }
   .install img {
    margin-bottom: 130px;
   }
   .bg_box {
    height: 12em;
   }
}
@media only screen and (min-width: 500px) and (max-width:1024px){
   .header_container{
     padding: 100px 20px; 
   }
   .title p{
   	font-size: 30px;
   }
   .header_img img{
   	float: right;
   }
   .header_text p {
    width: 600px;
   }
   .box p {
    font-size: 35px;
   }
   .box1 p {
    font-size: 35px;
   }
   .product1 .pro{
   	position: relative;
   	top: 730px;
   }
   .product1 .pro-text{
   	position: relative;
   	top: -350px;
   }
   .product2 {
    margin-top: 225px;
   }
   .product3 .pro{
   	position: relative;
   	top: 610px;
   }
   .product3 .pro-text3{
   	position: relative;
   	top: -350px;
   }
   .pro-text p {
    font-size: 35px;
    margin-bottom: 0;
   }
   .pro-text2 p {
    font-size: 35px;
    margin-bottom: 0;
   }
   .pro-text3 p {
    font-size: 35px;
    margin-bottom: 0;
   }
   .pro-text h2 {
    font-size: 45px;
    margin: 30px 0;
   }
   .pro h2 {
    font-size: 45px;
    margin: 30px 0;
   }
   .pro-text3 h2 {
    font-size: 45px;
   }
}
@media only screen and (min-width: 1000px) and (max-width:1400px){
	.header_container{
     padding: 250px 80px; 
   }
   .pro-text h2 {
    font-size: 20px;
   }
   .pro-text p {
    font-size: 14px;
   }
   .pro-text3 h2 {
    font-size: 20px;
   }
   .pro-text3 p {
    font-size: 14px;
   }
   .pro-text2 p {
    font-size: 12px;
     margin-top: 10px; 
   }
}
