﻿.main{
	width: 100%;
}

.head{
	/*padding-top: 30px;*/
	text-align: center;
}
.head h1{
	position: relative;
	margin-bottom: 20px;
	font-size: 26px;
	font-weight: bold;
	color: #313131;
	font-family: '迷你简小标宋';
}
.head h1 span{
	color: #500000;
}
.head p{
	font-size: 12px;
	font-weight: bold;
	color: #a85151;
	font-family: '迷你简小标宋';
}

.phone{
	width: 40%;
	margin: 0 auto;
}
.phone img{
	display: block;
	width: 100%;
}

.banner{
	width: 100%;
}
.banner img{
	width: 100%;
	display: block;
}



/*section1*/
.section1-content{
	width: 90%;
	height: 110px;
	margin: 30px auto;
	border: 1px solid #0a6db8;
	box-sizing: border-box;
}
.section1-img{
	float: left;
	width: 45%;
	height: 108px;
}
.section1-img img{
	display: block;
	width: 100%;
	height: 100%;
}
.section1-txt{
	float: left;
	width: 55%;
	padding: 10px;
	box-sizing: border-box;
}
.section1-txt h3{
	position: relative;
	font-size: 16px;
	font-weight: bold;
	color: #0073aa;
	font-family: '迷你简中倩';
}
/*.section1-txt h3::before{
	content: '';
    display: block;
    width: 100px;
    height: 1px;
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -84px;
    background-color: #88bed7;
}
.section1-txt h3::after{
	content: '';
    display: block;
    width: 100px;
    height: 1px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -84px;
    background-color: #2286b5;
}*/
.section1-txt p{
	margin-top: 7%;
	font-size: 12px;
	color: #0073aa;
	font-family: '迷你简中倩';
}

/*section2*/
.section2 .title{
	width: 90px;
	margin: 0 auto;
	background-color: #004986;
	text-align: center;
}
.section2 .title h4{
	font-size: 20px;
	color: #fff;
	font-family: '迷你简小标宋';
}

.section2-img{
	width: 100%;
	margin: 20px 0 30px 0;
}
.section2-img img{
	width: 100%;
	display: block;
}

/*.section3*/
.section3-content{padding-bottom: 30px;}
.section3-item{
	width: 45%;
	height: 136px;
	float: left;
	margin-left: 3.33%;
}
.section3-item-img{width: 100%;}
.section3-item-img img{
	display: block;
	width: 100%;}
.section3-item p {
    margin-top: 5px;
    font-size: 12px;
    color: #121145;
}
.section3-item p span{
	font-weight: bold;
	color: #500000;}

/*section4*/
.section4-content{
	width: 100%;
}
.section4-content img{
	width: 100%;
	display: block;
}

/*section5*/
.section5{margin-top: 20px;}
.section5-img{
	width: 90%;
	margin: 30px auto;
}
.section5-img img{
	width: 100%;
	display: block;
}

.section5-li{
	width: 30%;
	height: 88px;
	margin-left: 2.5%;
	margin-bottom: 5%;
	float: left;
}
.section5-li img{
	width: 100%;
    height: 100%;
    display: block;
}

/*section6*/
.section6{margin: 30px 0;}



@media screen and (max-width:1024px){
	.section5-li{height:190px;}

}
@media screen and (max-width:767px){
	.section5-li{height:88px;}
}
@media screen and (max-width: 320px){
	.section1-txt p{
		margin-top: 8px;
	}
}