.main{
	width: 100%;
}

.head{
	padding-top: 30px;
	text-align: center;
}
.head h1{
	position: relative;
	font-size: 0.586667rem;
	font-weight: bold;
	color: #003872;
}
.head1 h1{color: #000;}
.head h1 span{
	color: #c00000;
}


.phone{
	width: 40%;
	margin: 0 auto;
}
.phone img{
	display: block;
	width: 100%;
}

.banner{
	width: 100%;
}
.banner img{
	width: 100%;
	display: block;
}





/*section4*/
.head-intr{
	margin-top: 20px;
	text-align: center;
}
.head-intr p{
	width: 82%;
	margin:0 auto;
	font-size: 14px;
	color: #fff;
	background-color: #1b1b1b;
}
.head-intr p:nth-child(2){
	width: 56%;}

.section4-content{margin-top: 30px;}
.section4-item{
	width: 45%;
	float: left;
	margin-left: 2.5%;
	margin-right: 2.5%;
	margin-bottom: 30px;
}
.section4-item img{
	width: 100%;
	display: block;
}


/*section2*/
.section2{
	width: 100%;
	padding: 0px 10px 10px;
	background-color: #fafafa;
	box-sizing: border-box;
}
.section2-cont-img{
	float: left;
	width: 48%;
    margin-left: 4%;
    margin-top: 4%;
    margin-bottom: 2%;
    overflow: hidden;
}
.section2-cont-img:first-child{margin-left: 0;}
.section2-cont-img img{
	display: block;
	width: 100%;
	transition: all 0.6s;
    -webkit-transition: all 0.6s;
    cursor: pointer;
}
.section2-cont-img img:hover{
	transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.section2-info{
	position: relative;
}
.section2-info::before{
	content: '';
	display: block;
	width: 18px;
	height: 12px;
	background: url(../images/16.jpg) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.section2-info::after{
	content: '';
	display: block;
	width: 18px;
	height: 12px;
	background: url(../images/16.jpg) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	right: 0;
}
.section2-info p{
	font-size: 14px;
	line-height: 1.3;
	text-indent: 44px;
	text-align: justify;
}


/*section3*/
.section3{width: 100%;}
.section3-cont{width: 100%;}
.section3-item{
	float: left;
	width: 50%;
	padding:6px;
	margin-top: 5px;
	box-sizing: border-box;
}
.section3-item:nth-child(1),
.section3-item:nth-child(4){
	margin-left: 0;
}
.section3-item-img{
	width: 100%;
	overflow: hidden;
}
.section3-item img{
	width: 100%;
	display: block;	
	transition: all 0.6s;
    -webkit-transition: all 0.6s;
    cursor: pointer;
}
.section3-item p{
	font-size: 15px;
	padding-top: 3px;
    padding-left: 3px;
}
.section3-item img:hover{
	transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

/*fj-pos*/
.fj-pos{
	width: 100%;
	padding-bottom: 20px;
	margin-top: 20px;
	background-color: #fafafa;
	box-sizing: border-box;
}
.fj-pos-cont{
	width: 100%;
	margin-top: 10px;
/*	background: url(../img/fj/fj_bg.jpg) no-repeat;
	background-size: 100% 100%;
	border:1px solid #000;*/
}
.fj-pos-item{
	width: 50%;
	height: 320px;
    float: left;
    padding:6px;
	margin-top: 5px;
	box-sizing: border-box;
}
.fj-pos-img{
	width: 100%;
	overflow: hidden;
}
.fj-pos-item img{
	width: 100%;
	display: block;
	transition: all 0.6s;
    -webkit-transition: all 0.6s;
    cursor: pointer;
}
.fj-pos-item p{
	font-size: 15px;
    padding-top: 10px;
    line-height: 1.5;
    text-align: justify;
}
.fj-pos-item img:hover{
	transform: scale(1.2);
}

/*.section6*/
.section6{
	margin: 30px 0;
}


.goto-fj{
        display: block;
    width: 170px;
    height: 38px;
    margin: 50px auto 30px;
    line-height: 38px;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    background-color: #e60005;
    color: #fff !important;
}