/*自定义字体样式*/
@font-face{
	font-family: 'Mont';
	src: url('../fonts/Montserrat-Bold.eot'); /* IE9*/
	src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Montserrat-Bold.woff') format('woff'), /* chrome、firefox */
         url('../fonts/Montserrat-Bold.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
         url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg'); /* iOS 4.1- */
}
@font-face{
	font-family: 'iconfont';
	src: url('../fonts/iconfont.eot'); /* IE9*/
	src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/iconfont.woff') format('woff'), /* chrome、firefox */
         url('../fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
         url('../fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

/*公用样式*/
*{
    margin: 0;
    padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */
}
body, a,input,textarea,button,select,option{
    font-size: 62.5%;
    font-family: Arial, "微软雅黑";
}
body{
    min-width: 1400px;
	width: 100%;
    margin: 0 auto;
    background-color: #5b7dcc;
	background-image: url("../image/top-image.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}
ul, li{
    list-style: none;
}
header, footer{
    display: block;
}
a{
    text-decoration: none;
}
.clear{
    clear: both;
}

.content-box{
	width: 1400px;
	margin: 800px auto 0 auto;
	background-color: #fff;
	border-radius: 20px;
	padding-bottom: 40px;
}
.content-box>.title{
	padding: 40px;
}
.content-box>.title>i{
	display: block;
	width: 74px;
	height: 66px;
	font-family: iconfont;
	font-size: 74px;
	font-style: normal;
	color: #00097f;
	float: left;
	margin-right: 5px;
}
.content-box>.title>i.i1:before{
	content: "\e63c";
}
.content-box>.title>i.i2:before{
	content: "\e665";
}
.content-box>.title>i.i3:before{
	content: "\e614";
}
.content-box>.title>i.i4:before{
	content: "\e60c";
}
.content-box>.title>i.i5:before{
	content: "\e63d";
}
.content-box>.title>.text{
	float: left;
}
.content-box>.title>.text>h3{
	font-size: 32px;
	color: #00097f;
}
.content-box>.title>.text>span{
	font-size: 24px;
	text-transform: uppercase;
	font-family: Mont;
	color: #ddd;
}
.content-box>.content,
.content-box>.service-list,
.content-box>.map,
.content-box>.policy,
.content-box>.contact{
	padding: 0 40px;
}
.content-box>.content>.text{
	width: 685px;
	float: left;
}
.content-box>.content>.text>p{
	font-size: 18px;
	text-align: justify;
	color: #666;
	line-height: 32px;
	margin-bottom: 18px;
}
.content-box>.content>.text>p:last-child{
	margin-bottom: 0;
}
.content-box>.content>.video{
	width: 600px;
	height: 400px;
	overflow: hidden;
	float: right;
}
.content-box>.content>.video>img{
	width: 100%;
}
.content-box>.service-list>ul>li{
	width: 300px;
	float: left;
	margin-right: 40px;
}
.content-box>.service-list>ul>li:nth-child(4n){
	margin-right: 0;
}
.content-box>.service-list>ul>li>p{
	width: 100%;
	height: 240px;
	overflow: hidden;
	border-radius: 10px;
}
.content-box>.service-list>ul>li>p>img{
	width: 100%;
	transition: .3s;
}
.content-box>.service-list>ul>li:hover>p>img{
	transform: scale(1.2);
}
.content-box>.service-list>ul>li>span{
	display: block;
	width: 100%;
	height: 70px;
	text-align: center;
	line-height: 70px;
	font-size: 24px;
	color: #00097f;
}
.content-box>.map{
	padding: 0 40px;
}
.content-box>.map>.pic{
	width: 100%;
	height: 530px;
	overflow: hidden;
	border-radius: 10px;
}
.content-box>.map>.pic>img{
	width: 100%;
}
.content-box>.map>h3{
	height: 100px;
	line-height: 100px;
	font-size: 24px;
	color: #333;
}
.content-box>.map>p{
	font-size: 20px;
	line-height: 35px;
	color: #666;
}
.content-box>.map>p>b{
	color: #333;
}
.content-box>.policy>.table>img{
	width: 100%;
}
.content-box>.policy>.business{
	margin-top: 30px;
	width: 100%;
	height: 40px;
	line-height: 40px;
}
.content-box>.policy>.business>h3{
	display: inline-block;
	font-size: 24px;
	color: #333;
}
.content-box>.policy>.business>span{
	display: inline-block;
	margin: 0 6px;
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	padding: 0 15px;
	font-size: 18px;
	color: #fff;
}
.content-box>.policy>.b1>span{
	background-color: #00097f;
}
.content-box>.policy>.b2>span{
	background-color: #ee902e;
}
.content-box>.contact>.left{
	width: 570px;
	float: left;
}
.content-box>.contact>.left>h3{
	font-weight: normal;
	color: #666;
	font-size: 22px;
	line-height: 50px;
}
.content-box>.contact>.left>h3>b{
	color: #333;
}
.content-box>.contact>.left>p{
	font-weight: normal;
	color: #666;
	font-size: 18px;
	line-height: 50px;
}
.content-box>.contact>.left>a{
	display: block;
	width: 150px;
	margin-top: 10px;
}
.content-box>.contact>.left>a>p{
	width: 150px;
	height: 150px;
	text-align: center;
	line-height: 150px;
	overflow: hidden;
	border-radius: 4px;
	color: #fff;
	font-family: iconfont;
	font-size: 80px;
	background-color: #00097f;
}
.content-box>.contact>.left>a>p:before{
	content: "\e7d4";
}
.content-box>.contact>.left>a>span{
	display: block;
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	color: #00097f;
}
.content-box>.contact>.right{
	width: 750px;
	height: 510px;
	float: right;
	position: relative;
}
.content-box>.contact>.right>img{
	position: relative;
	z-index: 2;
}
.content-box>.contact>.right>i{
	display: block;
	width: 500px;
	height: 450px;
	background-color: #f5f5f5;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}
footer{
	width: 100%;
	height: 120px;
	text-align: center;
	line-height: 120px;
	color: #fff;
	font-size: 18px;
}

/*移动端样式*/
@media only screen and (max-width: 799px){
	
}