@charset "utf-8";
/* CSS Document */










.wrap{
	width:1200px;
	margin: 0 auto;
	
}
.head img{
	
	margin-left: 80px;
	margin-top: 30px;
}
.banner{
	position: absolute;
	left: 80px;
	top: 25%;
}
.clearfix:after{
		height:0;
		content:" ";
		display:block;
		overflow:hidden;
		clear:both;
	}
.main{
	width:100%;
	clear:both;
	background: url(../images/background.png) ;
	background-size: cover;
    width: 100%;
    height: 100vh;
    overflow: auto;
    position: relative;
}

.content{
    width: 900px;
    height: 200px;
    /*background: red;*/
    margin: 0 auto;
    text-align: center; 
    margin-top: 10%;
}

.title{
    font-size: 26px;
    font-weight:500;
    font-style:normal;
    font-family:"思源黑体 CN Medium", "思源黑体 CN", sans-serif;
    color: #297fff;

}
.line{
    width: 900px;
    height: 1px;
    background:#EFEFEF;
    margin-top: 22px;
    margin-bottom: 22px;
}

.describe{
   font-style: normal;
   font-weight: normal;
   font-size: 17px;
   line-height: 24px;
   color: #8F8F8F;
   font-family:"思源黑体 CN", sans-serif;
   font-weight:400;
}

.button_left{
  width:120px;
  height:36px;
  background: #7791A5;
  display:inline-block;
  }

.button_left a{
  font-family:"思源黑体 CN", sans-serif;
  font-weight:400;
  font-style:normal;
  font-size:14px;
  color: #FFF;
  margin: 0 auto;
  line-height: 36px;
}

.button_left:hover{
  background: #5C7A90;
}

.button_right{
  width:120px;
  height:36px;
  border: 1px solid #F1F1F1;
  display:inline-block;
  }

.button_right a{
  font-family:"思源黑体 CN", sans-serif;
  font-weight:400;
  font-style:normal;
  font-size:14px;
  margin: 0 auto;
  line-height: 36px;
  color: #7791A5;
}

.button_right:hover{
  background: #F7F7F7;
}

.button_right img{
    margin-top: 9px;
}

.operate{
 margin-top: 50px;
}

.content .state img{
  /*margin-bottom: 20px;*/
  width: 360px;
  margin-bottom: 20px;
}
