@charset "utf-8";

/*page common*/
html,body{
	height:100%;
}
.section .page_title{
	text-align: center;
}
.section .page_content .in_content{
	width:1100px;
	margin:0 auto;
}

/*=============================第一屏=============================*/
#page1{
	padding-top:0 !important;
}
/*banner*/
#page1 #banner,
#page1 #banner .in_page1,
#page1 #banner .slide_box,
#page1 #banner .in_slide,
#page1 #banner .in_slide ul,
#page1 #banner .in_slide ul li{
	width: 100%;
	height: 100%;
}
#page1 #banner .in_slide{
	position: relative;
}
#page1 #banner .in_slide ul li{
	position: absolute;
	left: 0;
	top: 0;
	transition: all .5s;
	opacity: 0;
}
#page1 #banner .in_slide ul li.on{
	opacity:1;
}
#page1 #banner .in_page1 .slide_box .in_slide .slide_btn {
    position: absolute;
    top: 50%;
    width: 47px;
    height: 91px;
    margin-top:-45px;
    cursor: pointer;
    z-index: 1;
}
#page1 #banner .in_page1 .slide_box .in_slide .slide_btn.btn_prev {
	background: url(../images/slide-left.png) no-repeat center center;
	margin-left: 95px;
	left: 0;
}
#page1 #banner .in_page1 .slide_box .in_slide .slide_btn.btn_next {
    background: url(../images/slide-right.png) no-repeat center center;
    margin-right: 95px;
	right: 0;
}

#page1 .animate_btn{
	position:absolute;
	left:50%;
	bottom:20%;
	margin-left: -11px;
}

/*=============================第二屏=============================*/
#page2{
	background:url(../images/2bg.jpg) no-repeat center center/cover;
}
#page2 .page_title{
	margin-top:-180px;
}
#page2 .page_content{
	margin-top:80px;
}
#page2 .about_icon_box{
    text-align: center;
    font-size: 0;
}
#page2 .about_icon_box a{
    margin: 0 20px;
    display: inline-block;
}
#page2 .about_icon_box a img.hidden{
    display: none;
}
#page2 .about_icon_box a span{
    display: block;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    color: #fff;
}
#page2 .about_icon_box a:hover img.hidden{
	display: inline-block;
}
#page2 .about_icon_box a:hover img.show{
	display: none;
}
#page2 .about_icon_box a:hover span{
	color: #ce2b1c;
}

/*=============================第三屏=============================*/
#page3{
	background:url(../images/3bg.jpg) no-repeat center center/cover;
}
#page3 .page_title{
	margin-top:-150px;
}
#page3 .page_content{
	margin-top:70px;
}
#page3 .page_content .in_content{
	width:1120px;
}
#page3 .news_center{
	overflow: hidden;
}
#page3 .news_center .news_box{
	width: 494px;
	height: 373px;
	float: left;
	background: #fff;
	padding: 10px 28px;
}
#page3 .news_center .news_box1{
	float:left;
}
#page3 .news_center .news_box2{
	float:right;
}
#page3 .news_center .news_box1 .news_slide{
	padding-top:20px;
}
#page3 .news_center .news_box1 .news_slide .news_pic{
	position:relative;
}
#page3 .news_center .news_box1 .news_slide .news_pic .pics ul{
	position:relative;
	height:290px;
}
#page3 .news_center .news_box1 .news_slide .news_pic .pics ul li{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	transition: all .5s;
	opacity: 0;
	visibility: hidden;
}
#page3 .news_center .news_box1 .news_slide .news_pic .pics ul li.on{
	opacity: 1;
	visibility: visible;
}
#page3 .news_center .news_box1 .news_slide .news_pic .pics ul li a img{
	width:100%;
	height:290px;
}
#page3 .news_center .news_box1 .news_slide .news_pic .menus{
	position:absolute;
	bottom:5px;
	right:5px;
}
#page3 .news_center .news_box1 .news_slide .news_pic .menus ul{
	overflow: hidden;
}
#page3 .news_center .news_box1 .news_slide .news_pic .menus ul li{
	float:left;
	width:10px;
	height:10px;
	margin:0 2px;
	border: 1px solid #000;
	background: #fff;
	cursor: pointer;
	border-radius:50%;
}
#page3 .news_center .news_box1 .news_slide .news_pic .menus ul li.on{
	background: #235fa5;
}
#page3 .news_center .news_box1 .news_slide .news_title ul{
	position: relative;
	height:60px;
}
#page3 .news_center .news_box1 .news_slide .news_title ul li{
	position:absolute;
	left:0;
	top:0;
	transition: all .5s;
	opacity: 0;
}
#page3 .news_center .news_box1 .news_slide .news_title ul li.on{
	opacity: 1;
}
#page3 .news_center .news_box1 .news_slide .news_title ul li a{
	font-size:16px;
	color:#000;
	line-height: 60px;
}

#page3 .news_center .news_box2 .news_topper .border .comtitle{
	overflow: hidden;
	padding-bottom:4px;
	background: url(../images/borderbj.png) no-repeat left bottom;
}
#page3 .news_center .news_box2 .news_topper .border .comtitle h1{
	float:left;
	color: #2061bd;
	font-size: 18px;
	font-weight: normal;
	line-height: 60px;
}
#page3 .news_center .news_box2 .news_topper .border .comtitle em{
	float:right;
	color: #4c4c4c;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: 60px;
}
#page3 .news_center .news_box2 .news_topper .border .comtitle em a{
	color: #4c4c4c;
}

#page3 .news_center .news_box2 .news_topper .news_topper_box ul li{
	overflow: hidden;
	margin-top: 20px;
}
#page3 .news_center .news_box2 .news_topper .news_topper_box ul li .date{
	float:left;
	width: 56px;
	height: 56px;
	border: 2px solid #2a8fe0;
}
#page3 .news_center .news_box2 .news_topper .news_topper_box ul li .date h1{
	font-size: 26px;
	text-align: center;
	color: #525252;
	margin-top: 10px;
	font-weight: bold;
}
#page3 .news_center .news_box2 .news_topper .news_topper_box ul li .date h2{
	font-size: 12px;
	text-align: center;
	color: #99998f;
}
#page3 .news_center .news_box2 .news_topper .news_topper_box ul li .main{
	width: 420px;
	float: right;
}
#page3 .news_center .news_box2 .news_topper .news_topper_box ul li .main .title{
	height: 24px; overflow: hidden;
}
#page3 .news_center .news_box2 .news_topper .news_topper_box ul li .main .title a{
	font-size: 16px;
	font-weight: normal;
	color: #000;
	line-height: 23px;
}
#page3 .news_center .news_box2 .news_topper .news_topper_box ul li .main .title a:hover{
	color:#c40e24;
}
#page3 .news_center .news_box2 .news_topper .news_topper_box ul li .main .summary p{
	line-height: 30px;
	color: #666;
	font-size: 14px;
}

/*=============================第四屏=============================*/
#page4{
	background:url(../images/4bg.jpg) no-repeat center center/cover;
}
#page4 .page_content{
	margin-top:50px;
}
#page4 .yw_box{
	overflow: hidden;
	width: 852px;
	margin: 0 auto;
}
#page4 .yw_box .lie1{
	float:left;
	width: 628px;
}
#page4 .yw_box .lie2{
	float:right;
	width: 224px;
}
#page4 .yw_box ul li {
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
}
#page4 .yw_box ul li.fl1{
	background:#0364b3;
}
#page4 .yw_box ul li.fl2{
	background:#91388a;
}
#page4 .yw_box ul li.fl3{
	background:#168612;}
#page4 .yw_box ul li.fl4{
	background:#e43c00;
}
#page4 .yw_box ul li.fl5{
	background:#0365b4;}
#page4 .yw_box ul li.fl6{
	background:#e43c00; margin-right: 0px;
}
#page4 .yw_box ul li.fl7{
	background:#158512; margin-right: 0px;
}
#page4 .yw_box ul li img{
	opacity: .5;
}
#page4 .yw_box ul li img:hover{
	opacity: 1;
}

/*=============================第五屏=============================*/
#page5{
	background:url(../images/5bg.jpg) no-repeat center center/cover;
}
#page5 .page_content{
	margin-top:30px;
}
#page5 .wh_fl{
	text-align: center;
	font-size:0;
}
#page5 .wh_fl a {
    margin: 0 90px;
}
#page5 .wh_more{
	text-align: center;
	font-size:0;
	margin-top:50px;
}

/*=============================第六屏=============================*/
#page6{
	background:url(../images/6bg.jpg) no-repeat center center/cover;
}
#page6 .page_content{
	margin-top:30px;
}
#page6 .map_content{
	width:1100px;
	margin:0 auto;
	position:relative;
	z-index:11
}
#page6 .map_content .map_bg{
	width:100%
}
#page6 .map_content .sign_box{
	position:absolute
}
#page6 .map_content .sign_box1{
	top:152px;
	left:451px;
	z-index:1
}
#page6 .map_content .sign_box2{
	top:222px;
	left:183px;
	z-index:4
}
#page6 .map_content .sign_box3{
	top:246px;
	left:278px;
	z-index:3
}
#page6 .map_content .sign_box4{
	top:180px;
	left:324px;
	z-index:2
}
#page6 .map_content .sign_box5{
	top:229px;
	left:430px;
	z-index:4
}
#page6 .map_content .sign_box6{
	top:215px;
	right:143px
}
#page6 .map_content .sign_box7{
	top:133px;
	left:257px;
	z-index:2
}
#page6 .map_content .sign_box .sign_icon{
	position:relative;
	z-index:9
}
#page6 .map_content .sign_box .info_box{
	width:355px;
	height:227px;
	background:url(../images/info-box.png) no-repeat center center;
	position:absolute;
	top:-208px;
	left:-26px;
	display:none
}
#page6 .map_content .sign_box .info_box .inside_box{
	padding:17px 18px 0 39px
}
#page6 .map_content .sign_box .info_box .inside_box h1{
	font-size:15px;
	color:#424242;
	font-weight:bold;
	line-height:38px;
	text-align:left;
	text-indent:10px
}
#page6 .map_content .sign_box .info_box .inside_box p{
	padding:8px 10px;
	font-size:12px;
	color:#000;
	line-height:21px;
	text-align:left
}
#page6 .map_content .sign_box .info_box .inside_box p a{
	color:#000
}
#page6 .powered{
	margin-top:100px;
}
#page6 .powered p{
	text-align: center;
	font-size:12px;
	line-height: 23px;
	color:#897878;
}
#page6 .powered p a{
	color:#897878;
}

.wapnav{margin-top: 70px; position: relative; z-index: 10}


.page_map{
	width: 100%; height: 100%; margin: auto; position: relative;
	max-width: 1170px;
	max-height: 590px;
	background: transparent url(../images/map3.png) no-repeat 50% 50%;
	background-size: contain;
}
@media(max-width:1200px){
	.page_map{
		background: transparent url(../images/map3.png) no-repeat 50% 50%;
		background-size: contain;
	}
	.page_map .sign{
		display: none;
	}
}
.page_map .map1{
	position: absolute; width: 25px; height: 25px;left: 157px;
    top: 110px; cursor: pointer;
}
.page_map .map2{
	position: absolute; width: 25px; height: 25px;     left: 272px;
    top: 170px; cursor: pointer;
}
.page_map .map3{
	position: absolute;     width: 25px;
    height: 25px;
    left: 75px;
    top: 230px; cursor: pointer;
}
.page_map .map4{
	position: absolute; width: 25px;
    height: 25px;
    left: 212px;
    top: 264px; cursor: pointer;
}
.page_map .map5{
	position: absolute; width: 25px;
    height: 25px;
    left: 415px;
    top: 245px; cursor: pointer;
}
.page_map .map6{
	position: absolute; width: 25px;
    height: 25px;
    left: 982px;
    top: 227px; cursor: pointer;
}
.page_map .map7{
	position: absolute;     width: 25px;
    height: 25px;
    left: 464px;
    top: 127px; cursor: pointer;
}

.page_map .pmap .sign{
	background: transparent url(../images/map-dot.png) no-repeat 50% 50%;
	width: 25px;
	height:25px;
	z-index: 100;
}
.page_map .map7 .sign{
	background: transparent url(../images/map-star.png) no-repeat 50% 50%;
}
.mapcon{
	width: 260px; line-height: 23px; color: #333; background-color: #f7f8fa; padding: 10px; border-radius: 5px; box-shadow: 5px 5px 5px #333; word-wrap:break-word;
	display: none;
	position: absolute;
	top: -20px;
	left: 0;
	z-index: 99;
}
.pmap .mapcon{
	margin-left: 60px;
}
/* .map2 .mapcon{
	margin-left: 15px;
}
.map3 .mapcon{
	margin-left: 15px;
}
.map4 .mapcon{
	margin-left: 25px;
}
.map5 .mapcon{
	margin-left: 15px;
}
.map6 .mapcon{
	margin-left: 25px;
}
.map7 .mapcon{
	margin-left: 25px;
} */

 
.sign .animated-circles .circle{
	background: rgba(251, 63, 47, 0.6);
    width: 25px;
    height: 25px;
    /* margin-left: -12.5px;
    margin-top: -12.5px; */
    border-radius: 50%;
    position: absolute;
    z-index: 10;
    transform: scale(1);
	-webkit-transform: scale(1);
	opacity:0;
}
.animated {-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;
}

.animated-circles .c-1 {animation:2s scaleToggleOne infinite cubic-bezier(.25,.46,.45,.94) alternate;  }
.animated-circles .c-2 {animation:2.5s scaleToggleTwo infinite cubic-bezier(.25,.46,.45,.94) alternate; }
.animated-circles .c-3 {animation:3s scaleToggleThree infinite cubic-bezier(.25,.46,.45,.94) alternate; }

@keyframes scaleToggleOne {
0%{transform:scale(1);-webkit-transform:scale(1);opacity:0.1;}
50% {transform:scale(2);-webkit-transform:scale(2);opacity:0.5;}
100% {transform:scale(1);-webkit-transform:scale(1);opacity:0.8;}
}
@keyframes scaleToggleTwo {
0%{transform:scale(1);-webkit-transform:scale(1);opacity:0.1;}
20% {transform:scale(1);-webkit-transform:scale(1);opacity:0.2;}
60% {transform:scale(2);-webkit-transform:scale(2);opacity:0.6;}
100% {transform:scale(1);-webkit-transform:scale(1);opacity:0.8;}
}
@keyframes scaleToggleThree {
0%{transform:scale(1);-webkit-transform:scale(1);opacity:0.1;}
33% {transform:scale(1);-webkit-transform:scale(1);opacity:0.33;}
66% {transform:scale(2);-webkit-transform:scale(2);opacity:0.66;}
100% {transform:scale(1);-webkit-transform:scale(1);opacity:0.8;}
}