body {
	background-color: #fff;
	font-family: 'Montserrat',sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #555;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Montserrat',sans-serif;
	font-weight: 700;
	color: #333
}
h1 {
	font-size: 35px;
	margin-top: 30px;
	margin-bottom: 30px
}
a {
	word-wrap: break-word;
	-webkit-transition: color .1s ease-in,background .1s ease-in;
	-moz-transition: color .1s ease-in,background .1s ease-in;
	-ms-transition: color .1s ease-in,background .1s ease-in;
	-o-transition: color .1s ease-in,background .1s ease-in;
	transition: color .1s ease-in,background .1s ease-in
}

a:visited {
	color: #1b6dba
}

a:hover,a:focus {
	color: #1b6dba;
	text-decoration: none;
	outline: 0
}

a:before,a:after {
	-webkit-transition: color .1s ease-in,background .1s ease-in;
	-moz-transition: color .1s ease-in,background .1s ease-in;
	-ms-transition: color .1s ease-in,background .1s ease-in;
	-o-transition: color .1s ease-in,background .1s ease-in;
	transition: color .1s ease-in,background .1s ease-in
}
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.div-width{
	width: 70%;
}

.middle-wrapper{
	background-color: #f9f9f9;
	padding-bottom: 70px;
}
.sub-nav {
	margin: 0 auto;
	display: flex;
}
.sub-nav ul.sub-nav-left {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
	width:100%;
}
.sub-nav-left li {
	display: inline-block;
	width: 25%;
	text-align: center;
	height: 80px;
	line-height:80px;
}
.sub-nav-left li a{
	font-size:1.4em;
	display: flex;
    justify-content: center;
    align-items: center;
    color: #1169ab;
}
.sub-nav-left li .iconfont{
	font-size: 30px;
}
.sub-nav-left li span{
	margin-left: 5px;
}
.sub-nav-left li:hover a{
	background-color: #1169ab;
	color: #fff;
}
.middle-wrapper .block-title,.solution-wrapper .block-title {
	padding: 70px 0 40px;
	text-align: center;
	font-size: 1.5em;
	color: rgb(0,0,0,.8);
	font-weight: bold;
}
.middle-wrapper .product-box{
	display: flex;
	flex-wrap: wrap;
    margin: 0 auto;
}
.middle-wrapper .product-box .product-item{
	width: 20%;
    padding: 10px;
    height: 260px;
    text-align: center;
    border:1px solid #f9f9f9;
    overflow: hidden;
}
.middle-wrapper .product-box .product-item a{
	display: block;
    width: 100%;
    height: 100%;
}
.middle-wrapper .product-box .product-item .product-item-icon{
	margin-top:88px;
    transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -webkit-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
}
.middle-wrapper .product-box .product-item-content{
	text-align: left;
	line-height: 20px;
    color: #b8b5bb;
	opacity:0;
	filter: alpha(opacity=0);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
	transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	-o-transition:all 0.3s 0.2s ease;
}
.middle-wrapper .product-box .product-item:hover{
	box-shadow: 0px 0px 7.36px 0.64px rgba(31, 20, 17, 0.07);
    border: 1px solid rgb(16, 130, 192);
}
.middle-wrapper .product-box .product-item:hover .product-item-content{
	 opacity:1;
}
.middle-wrapper .product-box .product-item:hover .product-item-icon{
	margin: 30px auto;
}
.solution-wrapper{
	background-color: #fff;
	padding-bottom: 70px;
}
.solution-wrapper .solution-box{
	display: flex;
	flex-wrap: wrap;
    margin: 0 auto;
}
.solution-wrapper .solution-box .solution-item{
	width: 33%;
	border: 1px solid #fff;
	padding: 10px;
    height: 260px;
    overflow: hidden;
}
.solution-wrapper .solution-box .solution-item:hover{
	border-color: #1b6dba;
}
.solution-wrapper .solution-box .solution-item a{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    color: #b8b5bb;
}
.solution-wrapper .solution-box .solution-item-content{
	text-align: center;
	padding: 0 15px;
	line-height: 20px;
	color: #b8b5bb;
	font-size: 16px;
	width: 100%;
}
.partner-box {
	background-color: #f9f9f9;
	padding-bottom: 70px;
}
.partner-box .partner-box-title{
	z-index: 9999;
	font-size: 1.8em;
	color: rgb(0,0,0,.8);
	margin: 0;
	padding: 70px 0 40px;
	text-align: center;
}
.partner-box .partner-box-title::before {
	content: '';
	display: inline-block;
	width: 5%;
	height: 2px;
	position: relative;
	right: 30px;
	bottom: 5px;
	background-color: rgba(0,0,0,.8)
}
.partner-box .partner-box-title::after {
	content: '';
	display: inline-block;
	width: 5%;
	height: 2px;
	position: relative;
	left: 30px;
	bottom: 5px;
	background-color: rgba(0,0,0,.8);
}
.partner-box .outerbox {
	margin: 0 auto;
}
.partner-box .outerbox .partner-info {
	display: inline-block;
	height: auto;
	width: 25%;
	float: left;
}
.partner-box .partner-info img {
	max-width: 100%;
	margin: 15px auto;
}