﻿.wrapper{
	width: 1400px;
	margin: 0 auto;
}

.head{
	padding-top: 30px;
	text-align: center;
}
.head h1{
	position: relative;
	font-size: 50px;
	font-weight: bold;
	font-family: 'æ–¹æ­£å¤§é»‘ç®€ä½“';
	color: #003872;
}
.head1 h1{color: #000;}
.head h1 span{
	color: #c00000;
}

.ads{
	width: 100%;
	position: relative;
}
.ads img{
	width: 100%;
	display: block;
}
.zixun{
	position: absolute;
    top: 12%;
	right: 11%;
    width: 6%;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
    line-height: 20px;
}
.zixun-bg{
	width: 100%;
}
.zixun-bg img{
	width: 100%;
	display: block;
}

.ads-link{
	position: absolute;
	top: 0;
	right: 10%;
	display: block;
	width: 40%;
	height: 100%;
}

.tell {
    width: 35%;
    margin: 80px auto 30px;
}
.tell-icon a,
.tell-icon a img{
	display: block;
	width: 100%;
}
/*banner*/
.fbanner{
	width: 100%;
}
.fbanner img{
	display: block;
	width: 100%;
}

/*section1*/


/*section2*/
.section2{
	width: 100%;
	padding: 35px 40px 30px;
	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/fj/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/fj/16.jpg) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	right: 0;
}
.section2-info p{
	font-size: 24px;
	font-family: 'å¾®è½¯é›…é»‘';
	line-height: 1.3;
	text-indent: 44px;
}


/*section3*/
.section3{width: 100%;}
.section3-cont{width: 100%;margin-top: 20px;}
.section3-item{
	float: left;
	width: 32%;
	margin-left: 2%;
	margin-top: 20px;
}
.section3-item:nth-child(1),
.section3-item:nth-child(4),
.section3-item:nth-child(7){
	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: 18px;
	padding-top: 10px;
	padding-left: 16px;
}
.section3-item img:hover{
	transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

/*fj-pos*/
.fj-pos{
	width: 100%;
	padding: 20px 0;
	margin-top: 20px;
	background-color: #fafafa;
}
.fj-pos-cont{
	width: 100%;
	height: 440px;
	margin-top: 20px;
	background: url(images/fj/fj_bg.jpg) no-repeat;
	background-size: 100% 100%;
	border:1px solid #000;
}
.fj-pos-item{
	width: 21%;
    float: left;
    margin-top: 56px;
    margin-left: 3%;
}
.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;
}
.fj-pos-item img:hover{
	transform: scale(1.2);
}

/*section4*/
.section4{margin-top: 82px;}
.head-intr{
	margin-top: 20px;
	text-align: center;
}
.head-intr p{
	width: 27%;
	margin:0 auto;
	font-size: 19px;
	font-family: 'æ–¹æ­£å¤§é»‘ç®€ä½“';
	color: #fff;
	background-color: #001c58;
}
.head-intr p:nth-child(2){
	margin-top: 1px;
	width: 18%;}

.section4-content{margin-top: 80px;}
.section4-item{
	width: 45%;
	float: left;
	margin-left: 2.5%;
	margin-right: 2.5%;
	margin-bottom: 30px;
    overflow: hidden;
}
.section4-item img{
	width: 100%;
	display: block;
	transition: all 0.6s;
    -webkit-transition: all 0.6s;
    cursor: pointer;
}
.section4-item img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.goto-feiji{
    display: block;
    width: 200px;
    height: 38px;
    margin: 50px auto 30px;
    line-height: 38px;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    background-color: #e60005;
    color: #fff;
}




@media screen and (max-width: 1680px){
	.wrapper{width: 1300px;}



    .head-intr p {
    width: 31%;
    font-size: 19px;}
    .head-intr p:nth-child(2){
    	width: 22%;
    }



}

@media screen and (max-width: 1600px){
	.wrapper{width: 1200px;}

	.head h1 {
    font-size: 42px;}
    /*.head h1::before{width: 340px;margin-left: -170px;}*/

    .section2-info p{font-size: 21px;}


	.head-intr p {
	    width: 28%;
	    font-size: 16px;
	}


}

@media screen and (max-width: 1440px){
	.wrapper{width: 1100px;}

	.head h1 {
	    font-size: 40px;
	}
	/*.head h1::before {
	    width: 322px;
	    margin-left: -162px;
	}*/



	.head-intr p {
	    width: 29%;
	    font-size: 15px;
	}

}

@media screen and (max-width: 1400px){
	.wrapper{width: 980px;}
	
	.head h1 {
	    font-size: 36px;
	}
	/*.head h1::before {
	    width: 288px;
	    margin-left: -144px;
	}*/




	.head-intr p {
	    width: 30%;
	    font-size: 14px;
	}

}