/* reset */
html, body, div, p, iframe,
span, b, i, em, strong, a,
h1, h2, h3, h4, h5, h6, p, form, label,
dl, dt, dd, ol, ul, li,
table, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}
html{
    width: 100%;
    min-width: 1300px;
}
body{
    font-family: "microsoft YaHei";
    font-size: 12px;
    min-width: 1300px;
}
ol, ul, li{
    list-style: none;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
}
input{
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    background: #fff;
}
img{
    border: 0;
}
a{
    text-decoration: none;
    color: #000;
}
i, em{
    font-style: normal;
}
.cl:after,.cl:before{
    content: " ";
    display: table;
    height: 0;
    visibility:hidden;
}
.cl:after{
    clear: both;
}
.cl{
    *zoom: 1;
}
.clear{
    width: 100%;
    height: 0;
    clear: both;
}
/* common */
a:hover{
    text-decoration: none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.hide{
    display: none;
}

.ico{
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    display: inline-block;
}
.page-more{
    width: 240px;
    height: 62px;
    background-image: url(../img/more.png);
    background-repeat: no-repeat;
    display: block;
    margin: 55px auto;
}
.gotop{
    width: 71px;
    height: 71px;
    background-image: url(../img/gotop.png);
    background-repeat: no-repeat;
    display: block;
    position: fixed;
    bottom: 25px;
    right: 25px;
}
.ptit{
    color: #30302f;
    font-size: 34px;
    text-align: center;
}
.ptxt{
    color: #464b50;
    font-size: 19px;
    text-align: center;
}
.wrapper{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.header{
    width: 100%;
    height: 60px;
    background-color: #E8F3F9;
    box-shadow: 0 0 10px #32739c;
}
.header .logo{
    width: 178px;
    height: 41px;
    float: left;
    margin-top: 9px;
    background: url(../img/logo.png);
    margin-right: 50px;
}
.header .nav{
    height: 60px;
}
.header .nav>li{
    height: 60px;
    float: left;
    margin: 0 27px;
    position: relative;
}
 
.header .nav-btn{
    font-size: 15px;
    height: 60px;
    line-height: 60px;
    color: #1E4D97;
    display: block;
    position: relative;
}
.header .sel .nav-btn b{
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    background-color: #fff;
    border:none;
}
 
.header .sub-nav li{
       background-color: #fff;
    height: 50px;
    width: 130px;
    padding: 0 10px;
}
.header .sub-nav a{
    display: block;
    width: 110px;
    border-bottom: 1px solid #ddd;
    height: 49px;
    line-height: 49px;
    text-align: center;
    color: #333;
    font-size: 14px;
}
.header .sub-nav a:hover{
    color: #FF7F01;
}
.header .sub-nav {
    width: 130px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    position: absolute;
    left: 0;
    top: 60px;
    overflow: hidden;
     display: none; 
}

.header .sub-nav li:last-child{
    border-bottom: none;
}
.header .nav li:hover .sub-nav{
    display: block;
}



/*index*/
.index .header{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.index .sec1{
    background: url(../img/p1/s3_bg.png) no-repeat center center;
    height: 95vh;
}
.index .s1_1{
    width: 102px;
    height: 132px;
    background: url(../img/p1/s1_1.png);
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: -51px;
}
.index .s1_2{
    width: 660px;
    height: 116px;
    background: url(../img/p1/s1_2_new.png);
    position: absolute;
    top: 311px;
    left: 50%;
    margin-left: -330px;
}





.index .s1_3{
    width: 124px;
}
.index .s1_3 .rd{
    width: 124px;
    height: 124px;
    line-height: 124px;
    text-align: center;
    background: url(../img/p1/s1_3.png);
    color: #fff;
    font-size: 40px;
}
.index .s1_3 p{
    font-size: 22px;
    text-align: center;
    height: 110px;
    line-height: 110px;
    color: #fff;
}


.index .s1_4{
    width: 660px;
    height: 116px;
    position: absolute;
    top: 350px;
    left: 50%;
    margin-left: -330px;
}

.index .s1_4 p{
    font-size: 22px;
    text-align: center;
    height: 110px;
    line-height: 110px;
    color: #fff;
}



.index .c1{
    position: absolute;
    bottom: 50px;
    left: 150px;
}
.index .c2{
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -62px;
}
.index .c3{
    position: absolute;
    bottom: 50px;
    right: 150px;
}
/*.index .sec2{
    padding-top: 70px;
}*/
.index .ptit{
    margin-bottom: 30px;
}

.index .sec2-ul{
    width: 1280px;
    margin-top: 20px;
    margin-bottom: 30px;
    height: 690px;
}
.index .sec2-ul li{
    width: 240px; 
    float: left;
    margin: 50px 80px 50px 0;
}
.index .sec2-ul .ico{
    width: 90px;
    height: 80px;
    display: block;
    margin: 0 auto; 
}
.index .sec2-ul .p1{
    font-size: 18px;
    line-height: 120px;
    color: #444444;
    text-align: center;
}
.index .sec2-ul .p2{
    font-size: 14px;
    line-height: 24px;
    color: #95a1a6;
}
.index .sec2-ul .ico1{
    background-position: 13px 5px;
}
.index .sec2-ul .ico2{
    background-position: -110px 5px;
}
.index .sec2-ul .ico3{
    background-position: -237px 9px;
}
.index .sec2-ul .ico4{
    background-position: -348px 6px;
}
.index .sec2-ul .ico5{
    background-position: -466px 7px;
}
.index .sec2-ul .ico6{
    background-position: -590px 5px;
}
.index .sec2-ul .ico7{
    background-position: -717px 7px;
}
.index .sec2-ul .ico8{
    background-position: -828px 3px;
}

.index .sec3{
    background:#2489CA;
    height: 455px; 
    padding-top: 90px;
}

.index .sec3 .wrapper{
    height: 455px; 
}
.index .sec3 .ptit{
    color: #fff;
}
.index .sec3 .s3_1,
.index .sec3 .s3_2,
.index .sec3 .s3_3,
.index .sec3 .s3_4{
    width: 198px;
    height: 198px;
    position: absolute;
    bottom: 120px;
}
.index .sec3 .s3_1{
    left: 0;
    background: url(../img/s3_1.png) no-repeat;
}
.index .sec3 .s3_2{
    left: 340px;
    background: url(../img/s3_2.png) no-repeat;
}
.index .sec3 .s3_3{
    right: 340px;
    background: url(../img/s3_3.png) no-repeat;
}
.index .sec3 .s3_4{
    right: 0;
    background: url(../img/s3_4.png) no-repeat;
}
.index .sec4{
    height: 863px;
    position: relative;
}
.index .sec4 .p1{
    width: 100%;
    text-align: center;
    display: block;
    position: absolute;
    top: 90px;
    left: 0;
}
.index .sec4 .p2{
    width: 100%;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 60px;
    left: 0;
}
.index .sec4 .p2 em{
    font-size: 70px;
}
.index .swipe-box{
    position: relative;
    width: 100%;
    height: 863px;
}
.index .swipe-box .swiper{
    width: 100%;
    height: 863px;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
}
.index .page-box {
    width: 100%;
    height: 90px;
    position: absolute;
    top: 355px;
    left: 0; 
    z-index: 10;
}
.index .page {
    width: 90px;
    height: 90px;
    display: block;
}
.index .prev {
    background-position: 0 -120px;
    float: left;
    margin-left: 80px;
}
.index .next {
    background-position: -120px -120px;
    float: right;
    margin-right: 80px;
}
.index .prev:hover{
    background-position: -240px -121px;
}
.index .next:hover{
    background-position: -360px -121px;
}
/*.index .sec5{
    height: 801px;
}*/
/*.index .sec5 a{
    width: 400px;
    height: 267px;
    display: inline-block;
    float: left;
    background-position: center center;
    background-size: cover;
}*/
/*.index .sec6{
    height: 860px;
    background-color: #f0f0f0;
    padding-top: 80px;
}

.index .sec6 .box{
    width: 1200px;
    height: 650px;
    position: relative;
}
.index .sec6 .line1{
    width: 600px;
    height: 650px;
    position: absolute;
    left: 0;
    top: 0;
    border-right: 1px solid #d9d9d9;
}
.index .sec6 .line2{
    width: 850px;
    height: 80px;
    position: absolute;
    left: 50%;
    margin-left: -425px;
    bottom: 130px;
    border: 1px solid #d9d9d9;
    border-bottom: none;
}
.index .sec6 .p1{
    font-size: 18px;
    color: #3f3f3f;
    margin-bottom: 5px;
}
.index .sec6 .p2{
    font-size: 13px;
    color: #a8a8a8;
    line-height: 20px;
    text-align: justify;
}

.index .sec6 .block-box{
    width: 310px;
    height: 70px;
    padding: 30px 35px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    position: absolute;
}
.index .sec6 .ico{
    width: 82px;
    height: 70px;
    margin-right: 18px;
    float: left;
}
.index .sec6 .ico1{
    background-position: -479px -116px;
}
.index .sec6 .ico2{
    background-position: -589px -120px;
}
.index .sec6 .ico3{
    background-position: -715px -117px;
}
.index .sec6 .txt-box{
    width: 210px;
    float: left;
}
.index .sec6 .bb1,
.index .sec6 .bb2{
    left: 50%;
    margin-left: -191px;
    top: 0;
}
.index .sec6 .bb2{
    top: 224px;
}
.index .sec6 .bb3,
.index .sec6 .bb4,
.index .sec6 .bb5{
    bottom: 0;
}
.index .sec6 .bb3{
    left: 0;
}
.index .sec6 .bb4{
    left: 50%;
    margin-left: -191px;
}
.index .sec6 .bb5{
    right: 0;
}*/
.index .sec7{
    padding-top: 70px;
    padding-bottom: 105px;
    background-color: #F5F5F5;
}
.index .sec7 .ptit{
    /*color: #fff;*/
}
.index .sec7 .ptit em{
    font-size: 70px;
    margin-bottom: 70px;
}
.index .sec7 a{
    width: 196px;
    height: 196px;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
}
.index .sec7 a:hover{
	box-shadow:  0 5px 20px rgba(0,0,0,.2);
}
.index .sec7 .pic{
    width: 1210px;
}
.index .footer{
    background-color: #323a46;
    padding-top: 70px;

}
.index .footer .ptit{
    color: #fff;
    margin-bottom: 100px;
}
.index .footer .cont-box{
    height: 190px;
    width: 1205px;
    margin-bottom: 80px;
}
.index .footer .div{
    width: 600px;
    height: 190px;
    float: left;
}
.index .footer .div2{
    /*border-left: 1px dashed #494e57;
    border-right: 1px dashed #494e57;*/
}
.index .footer .ico{
    width: 90px;
    height: 90px;
    display: block;
    margin: 0 auto;
}
.index .footer .ico1{
    background-position: -840px -120px;
}
.index .footer .ico2{
    background-position: 0 -240px;
}
.index .footer .ico3{
    background-position: -120px -240px;
}
.index .footer .div p{
    font-size: 20px;
    width: 400px;
    line-height: 30px;
    display: block;
    margin: 0 auto;
    color: #fff;
    text-align: left;
    margin-top: 55px;
}
.index .footer .div1 p{
    margin-top: 40px;
}
.index .footer .btmp{
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

/*开始*/
.pos{position: relative;}
.bjhui{
	background: #FAFAFA;
}
.width100{
	width: 100%;
}
.overflow{
	overflow: hidden;
}
.center{
	text-align: center;
}
.page1{
	width: 1280px;
	margin: 0 auto;
	padding-bottom: 100px;
}
.pageTitle{
	font-size: 34px;
	font-weight: 500;
	line-height: 200px;
}
.pageTitlesmall{
	font-size: 24px;
	font-weight: 100;
}
.page1ul li{
	width: 18%;
	height: 524px;
	margin: 0 1%;
	background: #fff;
	text-align: center;
	padding: 70px 30px 0;
	float: left;
}
.page1ul li:hover{
	background: #2489CA;
}
.pagebig *{box-sizing: border-box;}
.page1img{
	width: 86px;
	height: 80px;
	margin: 0 auto 50px;
}
.page1img1{
	background: url(../img/heicon1.png) center center;
}
.page1ul li:hover .page1img1{
	background: url(../img/heicon1s.png) center center;
}
.page1img2{
	background: url(../img/heicon2.png) center center;
}
.page1ul li:hover .page1img2{
	background: url(../img/heicon2s.png) center center;
}
.page1img3{
	background: url(../img/heicon3.png) center center;
}
.page1ul li:hover .page1img3{
	background: url(../img/heicon3s.png) center center;
}
.page1img4{
	background: url(../img/heicon4.png) center center;
}
.page1ul li:hover .page1img4{
	background: url(../img/heicon4s.png) center center;
}
.page1img5{
	background: url(../img/heicon5.png) center center;
}
.page1ul li:hover .page1img5{
	background: url(../img/heicon5s.png) center center;
}
.page1ulTitle{
	font-size: 20px;
	letter-spacing: 2px;
}
.page1ul li:hover .page1ulTitle,.page1ul li:hover .page1Text{
	color: #fff;
}
.page1ulge{
	width: 24px;
	background: #2489CA;
	height: 3px;
	margin: 20px auto 30px;
}
.page1ul li:hover .page1ulge{
	background: #fff;
}
.page1Text{
	height: 90px;
	font-size: 14px;
	line-height: 28px;
	color: #B1B3B5;
	text-align: left;
}
.page1Link{
	display: block;
	width: 108px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border: 1px solid #2489CA;
	color: #2489CA;
	border-radius: 30px;
	margin: 60px auto;
	font-size: 14px;
}
.page1Link span{
	display: inline-block;
	width: 12px;
	height: 8px;
	background: url(../img/page1.png)no-repeat center center;
}
.page1ul li:hover .page1Link{
	background: #fff;
}
.page2ul li{
	width: 16.66666666666668%;
	height: 650px;
	text-align: center;
	float: left;
}
.page2ulTop{
	padding: 30px 0;
	overflow: hidden;
	color: #333;
}
.page2ul li:hover .page2ulTop{
	color: #2489CA;
}
.page2ulTop p:nth-of-type(1){
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
}
.page2ulTop p:nth-of-type(2){
	font-size: 18px;
	font-weight: 100;
}
.page2ulimg{
	width:100%;
	height: 80%;
	text-align: center;
	padding: 15% 10% 0;
}
.page2ulimg1{
	background: url(../img/hang1.png)no-repeat center center;
	background-size: 100%;
}
.page2ul li:hover .page2ulimg1{
	background: url(../img/hang1s.png)no-repeat center center;
	background-size: 100%;
}
.page2ulimg2{
	background: url(../img/hang2.png)no-repeat center center;
	background-size: 100%;
}
.page2ul li:hover .page2ulimg2{
	background: url(../img/hang2s.png)no-repeat center center;
	background-size: 100%;
}
.page2ulimg3{
	background: url(../img/hang3.png)no-repeat center center;
	background-size: 100%;
}
.page2ul li:hover .page2ulimg3{
	background: url(../img/hang3s.png)no-repeat center center;
	background-size: 100%;
}
.page2ulimg4{
	background: url(../img/hang4.png)no-repeat center center;
	background-size: 100%;
}
.page2ul li:hover .page2ulimg4{
	background: url(../img/hang4s.png)no-repeat center center;
	background-size: 100%;
}
.page2ulimg5{
	background: url(../img/hang5.png)no-repeat center center;
	background-size: 100%;
}
.page2ul li:hover .page2ulimg5{
	background: url(../img/hang5s.png)no-repeat center center;
	background-size: 100%;
}
.page2ulimg6{
	background: url(../img/hang6.png)no-repeat center center;
	background-size: 100%;
}
.page2ul li:hover .page2ulimg6{
	background: url(../img/hang6s.png)no-repeat center center;
	background-size: 100%;
}

.page2ulhide{
	display: none;
	color: #fff;
}
.page2ul li:hover .page2ulhide{
	display: block;
}
.page2ulhide h5{
	font-size: 20px;
}
.page2ulhide p{
	height: 220px;
	font-size: 18px;
	line-height: 36px;
	margin: 30px 0 0;
	/*text-align: left;*/
}
.page2Link{
	border: 1px solid #fff;
    color: #fff;
}
.page2Link span{
	    background: url(../img/page1s.png)no-repeat center center;
} 


.index .sec5 a{
    display: inline-block;
    width: 33.33333%;
    height: auto;
    position: relative;
    float: left;
}
.index .sec5 img{

    width: 100%;
    height: auto;
    display: block;
}
.index .sec5 .shadow{
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.index .sec5>a:hover .shadow{

    opacity: 1;
}
.index .sec5 .tit{

    color: #fff;
    font-size: 20px;
    height: 30px;
    line-height: 20px;
    margin: 20% 0 20px;
    text-align: center;
}
.index .sec5 .txt{

    color: #fff;
    font-size: 16px;
    line-height: 25px;
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.page3BJ{
	position: absolute;
	top: -100px;
	left:0;
	width: 60%;
	z-index: -1;
}
.page3ulbox{
	width: 1100px;
	height: 529px;
	background: url(../img/dtbj.png) no-repeat;
	margin:  0 auto;
}
.page3ulbox ul{
	width: 260px;
	height: 100%;
	padding: 95px 0;
	float: right;
}
.page3ulbox ul li{
	height: 88px;
    line-height: 88px;
    font-size: 18px;
}
.page3ulbox ul li span{
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
	margin-right: 30px;
}
@media screen and (max-width: 1570px) {
	.page2ulimg {
    	height: 70%;
    
	}
}
@media screen and (max-width: 1470px) {
	.page2ulimg {
    	height: 60%;
    
	}
	.page2ulhide p {
	    height: 160px;
	    font-size: 14px;
	    
	}
}
