*{
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-decoration: none;
}








header{
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    position: relative;
    display: table;

    /* background-attachment: fixed; */
    min-height: 100vh;
}
header:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.85;
    z-index: 1;
}
.header{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    z-index: 2;
}
/* .header{
	height: 100%;
    text-align: center;
    position: relative;
    z-index: 2;	
    overflow: hidden;
    box-sizing: border-box;
    background: #0B0B0B;
    opacity: 0.8;
    padding: 40vh 0px;
} */
.header h1{
  font-size: 80px;
  color: #fff;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
}



.box{
	padding: 90px 0px;
	box-sizing: border-box;
	overflow: hidden;
}
.boxson{
	width: 1170px;
    /* background: blue; */
    margin: 0px auto;
	box-sizing: border-box;
    padding: 0px 15px;
    overflow: hidden;
}
.boxson-left{
	height: 100%;
	/* background: orange; */
	padding: 0px 15px;
	box-sizing: border-box;
	float: left;
}
.boxson-left img{
    width: 100%;
    height: 100%;
	display: block;
}
.boxson-right{
	/* height: 100%; */
	/* background: purple; */
	padding: 0px 15px;
	box-sizing: border-box;
	float: right;
}
.about{
	margin-bottom: 20px;
}  
.about p{
	font-size: 17px;
    color: #888;
    line-height: 27px;
    /* word-wrap: break-word; */
    margin-top: 25px;
}
.about-bottom1{
    margin-bottom: 30px;
}
.about-bottom1 h4{
    line-height: 27px;
    margin-bottom: 5px;
    font-size: 14px;
}
.about-bottom1-1{
	height: 10px;
    background: #d6d6d6;
    position: relative;
    width: 100%;
    border-radius: 5px;
}
.about-bottom1-2{
	width: 80%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: #222;
    border-radius: 5px;
}
.about-bottom1 span{
	/* display: block; */
    position: absolute;
    right: 10px;
    top: -18px;
    font-size: 13px;
}
.about-bottom2{
    margin-bottom: 30px;
}
.about-bottom2 h4{
    line-height: 27px;
    margin-bottom: 5px;
    font-size: 14px;
}
.about-bottom2-1{
	height: 10px;
    background: #d6d6d6;
    position: relative;
    width: 100%;
    border-radius: 5px;
}
.about-bottom2-2{
	width: 90%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: #222;
    border-radius: 5px;
}
.about-bottom2 span{
	/* display: block; */
    position: absolute;
    right: 10px;
    top: -18px;
    font-size: 13px;
}
.about-bottom3{
    margin-bottom: 30px;
}
.about-bottom3 h4{
    line-height: 27px;
    margin-bottom: 5px;
    font-size: 14px;
}
.about-bottom3-1{
	height: 10px;
    background: #d6d6d6;
    position: relative;
    width: 100%;
    border-radius: 5px;
}
.about-bottom3-2{
	width: 75%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: #222;
    border-radius: 5px;
}
.about-bottom3 span{
	/* display: block; */
    position: absolute;
    right: 10px;
    top: -18px;
    font-size: 13px;
}

.about-bottom4-2{
	width: 93%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: #222;
    border-radius: 5px;
}
.about-bottom5{
    margin-bottom: 0px;
}
.about-bottom5 h4{
    line-height: 27px;
    margin-bottom: 5px;
    font-size: 14px;
}
.about-bottom5-1{
	height: 10px;
    background: #d6d6d6;
    position: relative;
    width: 100%;
    border-radius: 5px;
}
.about-bottom5-2{
	width: 75%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: #222;
    border-radius: 5px;
}
.about-bottom5 span{
	/* display: block; */
    position: absolute;
    right: 10px;
    top: -18px;
    font-size: 13px;
}
.about-bottom5-2{
	width: 85%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: #222;
    border-radius: 5px;
}
.box1{
	box-sizing: border-box;
	padding: 90px 0px;
	background: #f6f6f6;
	overflow: hidden;
}
.box1son{
	width: 1170px;
	height: 100%;
    /* background: blue; */
    margin: 0px auto;
	box-sizing: border-box;
    padding: 0px 15px;
    /* overflow: hidden; */
}
.box1son:after{
    content: "";
    display: block;
    clear: both;
}
.box1-son{
	height: 100%;
	/* background: orange; */
	float: left;
	text-align: center;
	padding: 0px 15px;
	box-sizing: border-box;
}
.box1-son h4{
    font-size: 14px;
    line-height: 30px;
}
.box1-son p{
	font-size: 17px;
    color: #888;
    line-height: 27px;
}
.box1-son .icon{
    width: 50px;
    height: 50px;
    display: table;
    margin: 0px auto;
    position: relative;
    top: 0px;
    transition: all 0.5s;
    line-height: 50px;
}
.box1-son i:before{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 28px;
    /* transition: all 0.5s; */

}
.box1-son .icon:before{
    right: 0;
    bottom: 0;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
}
.box1-son .icon:after{
    left: 0;
    top: 0;
    border-left: 2px solid #333;
    border-top: 2px solid #333;
}
.box1-son span:before{
    left: 0;
    bottom: 0;
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
}
.box1-son span:after{
    right: 0;
    top: 0;
    border-right: 2px solid #333;
    border-top: 2px solid #333;
}
.box1-son .icon:before,.icon:after,span:before,span:after{
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    opacity: 0;
    transition: all 0.5s;
    transform: rotate(90deg);
    box-sizing: border-box;
}
.box1-son:hover .icon:after,
.box1-son:hover .icon:before,
.box1-son:hover .icon span:after,
.box1-son:hover .icon span:before {
  width: 100%;
  height: 100%;
  opacity: 1;
  transform: rotate(0deg);
  opacity: 1;
}
.box1-son:hover .icon{
  top: -10px;
}
/* .box1-son:hover .icon i:before{
  margin-top: 10px;
} */

.box2{
	box-sizing: border-box;
	padding: 90px 0px;
	overflow: hidden;
}
.box2son{
	width: 1170px;
	height: 100%;
    /* background: blue; */
    margin: 0px auto;
	box-sizing: border-box;
    padding: 0px 15px;
    overflow: hidden;
}
.box2son1{
	text-align: center;
    margin-bottom: 30px;
}
.box2son1 h2{
	font-size: 23px;
    margin-bottom: 15px;
}
.box2son1 p{
	font-size: 17px;
    color: #888;
    line-height: 27px;
}
.box2son2{
	text-align: center;
    margin-bottom: 30px;
}
.box2son2 li{
	font-size: 13px;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}
.box2son2 li:hover{
  text-decoration: line-through;
  color: #000;
}
.box2son3{
	width: 100%;
	padding: 0px 15px;
	height: 842px;
	box-sizing: border-box;
	/* background: red; */
    position: relative;	
    overflow: hidden;
}
.box2son3-1{
	float: left;
	padding: 0px 15px;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 30px;
}
.box2son3 .box2son3-1:nth-child(2){
	position: absolute;left: 390px;top: 0px;
}
.box2son3 .box2son3-1:nth-child(3){
	position: absolute;left: 780px;top: 0px;
}
.box2son3 .box2son3-1:nth-child(4){
	position: absolute;left: 0px;top: 473px;
}
.box2son3 .box2son3-1:nth-child(5){
	position: absolute;left: 390px;top: 390px;
}
.box2son3 .box2son3-1:nth-child(6){
	position: absolute;left: 780px;top: 502px;
}
.box2son3-1 img{
	display: block;
    max-width: 100%;
    /* height: 100%; */
    box-sizing: border-box;
}
.box2son3-2{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.box2son3-2 a{
    box-sizing: border-box;
    position: absolute;
    width: 50px;
    height: 50px;  
    display: inline-block;
    text-align: center;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    background: #fff;
    transition: all 0.6s;
    line-height: 50px;
}
.box2son3-2 i:before{
    display: inline-block;
    font-size: inherit;
    font-size: 20px;
    color: #333;
    font-weight: 900;
}
.box2son3-3:hover .box2son3-2 a{
    transform: rotateY(180deg);
}
.box2son3-2 a:hover i:before{
    color: #2F3A43;
}
.box2son3-3{
	height: 100%;
	overflow: hidden;
	position: relative;
}
.box2son3-3:hover .box2son3-2{
	opacity: 1;
}
.box3{
	box-sizing: border-box;
	padding: 90px 0px;
	background: #f6f6f6;
	overflow: hidden;
}
.box3son{
	width: 1170px;
	/* height: 100%; */
    /* background: blue; */
    margin: 0px auto;
	box-sizing: border-box;
    padding: 0px 15px;
    overflow: hidden;
}
.box3son1{
	text-align: center;
    margin-bottom: 30px;
}
.box3son1 h2{
	font-size: 23px;
    margin-bottom: 15px;
}
.box3son1 p{
	font-size: 17px;
    color: #888;
    line-height: 27px;
}


.box4{
    box-sizing: border-box;
    padding: 90px 0px;
    overflow: hidden;
}
.box4son{
    width: 1170px;
    /* height: 100%; */
    margin: 0px auto;
    box-sizing: border-box;
    padding: 0px 15px;
    overflow: hidden;
}
.box4son1{
    text-align: center;
    margin-bottom: 30px;
}
.box4son1 h2{
    font-size: 23px;
    margin-bottom: 15px;
}
.box4son1 p{
    font-size: 17px;
    color: #888;
    line-height: 27px;
}
.box4son2{
    margin-right: -15px;
    margin-left: -15px;
    overflow: hidden;
    text-align: center;
}
.box4son2-1{
    float: left;
    overflow: hidden;
    padding: 0px 15px;
    box-sizing: border-box;
}
.box4son2-1 a{
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.15);
}
.box4son2-1 a>img{
    display: block;
    width: 100%;
}
.box4son2-1-1{
    padding: 10px;
}
.box4son2-1-1 h3{
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
}
.box4son2-1-1 p{
    font-size: 17px;
    color: #888;
    line-height: 27px;
    text-align: left;
}
.box4son2-1-1 h5{
    text-align: left;
    margin-top: 10px;
    font-size: 11px;
    color: #616161;
}
.box4son3{
    margin-top: 20px;
    text-align: center;
}
.box4son3 a{
    display: inline-block;
    border: 2px solid #000;
    color: #000;
    padding: 13px 40px;
    font-size: 12px;
    font-weight: 700;   
    border-radius: 50px;
    transition: all ease 0.3s;
    box-shadow: 0 0 3px 7px transparent;
}
.box4son3 a:hover{
    color: white;
    background: #000;
}




.box5{
    box-sizing: border-box;
    padding: 90px 0px;
    overflow: hidden;
    background: #f6f6f6;
}
.box5son{
    width: 1170px;
    /* height: 100%; */
    margin: 0px auto;
    box-sizing: border-box;
    padding: 0px 15px;
    overflow: hidden;
}
.box5son1{
    text-align: center;
    margin-bottom: 30px;
}
.box5son1 h2{
    font-size: 23px;
    margin-bottom: 15px;
}
.box5son1 p{
    font-size: 17px;
    color: #888;
    line-height: 27px;
}
.box5son2{
    margin-right: -15px;
    margin-left: -15px;
    overflow: hidden;
}
.box5son2-1{
    float: left;
    overflow: hidden;
    padding: 0px 15px;
    box-sizing: border-box;
}
.box5son2-1 ul{
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;    
}
.box5son2-1 ul>li{
    margin-bottom: 20px;
}
.box5son2-1 ul>li>span{
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}
.box5son2-1 ul>li>p{
    font-size: 17px;
    color: #888;
    line-height: 27px;
}
.box5son2-1 ul>li:last-child{
    margin-bottom: 0px;
}
.box5son2-1 i:before{
    display: inline-block;
    font-size: 21px;
    margin-bottom: 10px;
}

.box5son2-2{
    float: left;
    overflow: hidden;
    padding: 0px 15px;
    box-sizing: border-box;
}
.box5son2-2 input{
    /* overflow: hidden; */
    min-width: 100%;
    margin-bottom: 30px;
    height: 55px;
    padding: 7px 10px;
    background: #fff;
    border: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    outline: none;
}
.box5son2-3{
    position: relative;
    box-sizing: border-box;
    line-height: 0px;
}
.box5son2-3 textarea{
    min-width: 100%;
    height: 160px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding-right: 80px;
    border: none;
    box-sizing: border-box;
    outline: none;
}
.box5son2-3 button{
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 80px;
    background: #333;
    border: none;
    font-size: 30px;
    color: #fff;
    transition: all 0.5s;
    box-shadow: inset 0 0 15px 5px #333;
}
.box5son2-3 button>i{
    font-size: inherit;
    transition: all 0.5s;
}
.box5son2-3 button:hover{
    background: white;
    box-shadow: inset 0 0 0px 5px #333;
}
.box5son2-3 button:hover i{
    color: #333;
}
.box5son2-2 input:focus{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1), inset 0px -3px #333;
}
.box5son2-2 textarea:focus{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1), inset 0px -3px #333;
}

footer{
    box-sizing: border-box;
    padding: 70px 0px;
    overflow: hidden;
    background: #111;
}
.footer1{
    width: 1170px;
    /* height: 100%; */
    margin: 0px auto;
    box-sizing: border-box;
    padding: 0px 15px;
    overflow: hidden;
    text-align: center;
}
footer p{
    margin-top: 10px;
    font-size: 13px;
    line-height: 20px;
    color: #888;
}
.footer2{
    overflow: hidden;
}
.footer2 a{
    display: inline-block;
    color: #FFF;
    margin: 0px 8px;
    font-size: 18px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    transition: all 0.4s;
}
.footer2 a>i:before{
    font-size: 18px;
}
.footer2 a:hover{
    color: #646767;
}