*{
	    margin: 0px;
	    padding: 0px
}
ul li{
	list-style-type: none;
}
.clearfix:after{
  content: "020"; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;  
  }
.clearfix {
	 zoom: 1; 
	}
.header_box {
    background-image: url(../img/header_bg.png);
    background-size: cover;
    height: 500px;
    box-sizing: border-box;
		text-align: center;
		position: relative;
		margin-bottom: 30px;
}
.header_text1 {
    position: absolute;
    top: 50%;
    margin-top: -80px;
    left: 50%;
    margin-left: -441px;
}
.header_text2 {
    position: absolute;
    left: 50%;
    margin-left: -394px;
    bottom: 40px;
}
.centent_area {
    width: 1480px;
    margin: auto;
}
.content_box div {
    text-align: center;
		margin-bottom: 50px;
}
.content_box h3 {
	display: inline-block;
	position: relative;
    color: #1745a6;
    font-size: 30px;
    letter-spacing: 2px;
    text-align: center;
		margin: 80px 0px;
}
.content_box h3:after {
    content: '';
    position: absolute;
    background: #1745ba;
    height: 28px;
    width: 2px;
    left: -28px;
    top: 18px;
}
.content_box h3::before {
    content: '';
    position: absolute;
    background: #1745ba;
    height: 28px;
    width: 2px;
    right: -28px;
    top: 18px;
}
.content_box h3 span {
    font-size: 10px;
    display: block;
    color: #ccc;
    font-family: emoji;
		letter-spacing: 1px;
		margin-top: 10px;
		position: relative;
}
.content_box h3 span:after {
    content: '';
    background: url("../img/arrow_down.png");
    position: absolute;
    bottom: -25px;
    left: 50%;
    width: 28px;
    height: 13px;
    margin-left: -10px;
}
ul.systemList li {
    float: left;
}
.systemIntroduction .systemList li:first-child {
    width: 60%;
    margin-right: 4%;
    text-align: left;
    font-size: 18px;
    line-height: 1.8;
    text-indent: 2em;
    letter-spacing: 2px;
}
.systemIntroduction ul.systemList li:last-child{
		width: 36%;
}
.functionHighlight ul.systemList li{
    width: 25%;
    background: #f2f2f2;
    height: auto;
    text-align: center;
    box-sizing: border-box;
    min-height: 390px;  
	}
.functionHighlight ul.systemList li p {
    padding: 30px 30px 20px;
    text-align: left;
    font-size: 16px;
    letter-spacing: 5px;
    line-height: 1.8;
}
	.functionHighlight ul.systemList li:nth-child(2n){
		background-color: #f9f9f9;
		}
	.functionHighlight ul.systemList li:last-child{
		margin-right:0%
		}
	.functionHighlight .blueTxt,.functionHighlight .greenTxt{
		  color: #fff;
		  padding: 10px;
		  font-size: 20px;
		  letter-spacing: 2px;
	}
	.blueTxt{
			background: #1745a6;
	}
	.greenTxt {
		  background: #84b62f;
	}
	.productArchitecture h4 {
	    color: #292929;
	    font-size: 26px;
	    letter-spacing: 2px;
	    margin-bottom: 30px;
	}
	table.product_table {
	    width: 100%;
	}
	table.product_table td {
	  color: #fff;
	      padding: 15px 10px;
	      font-size: 22px;
	      letter-spacing: 1px;
	}

	.nowExperience {
		text-align: center;
	    padding-top: 45px;
	}
	.nowExperience a {
	    display: inline-block;
	    padding: 10px;
	    background: url(../img/bottom_btn.png) no-repeat;
	    background-size: contain;
	    width: 179px;
	    height: 20px;
	}