/*通用样式*/
*{
	margin:0px;
	padding:0px;
	font-family:Microsoft YaHei;
}
body { overflow-x:hidden;}
a,span,p{
    text-decoration:none;
    color:#333;
}
img{
	border:0;
}
li{
	list-style-type:none;
}
body{
	background:#fff;
}
.clear{
	clear:both;
}
.w_1196{
	width:1196px;
	margin:0 auto;
}
.w_1200{
	width:1200px;
	margin:0 auto;
}
.a_more{
    padding: 6px 20px;
    background: #fff;
    border-radius: 6px;
    color: #026295;
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 70px;
    margin-top: 10px;
	font-size:14px;
	filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8;
}
.a_more:hover{
	background:#075178;
	color:#fff;
}
/*首页*/
#logo{
	height:143px;
	margin:0 auto;
	background:url(../images/logo.jpg) no-repeat center;
}
#nav{
	width:100%;
	background:#026295;
}
#phone_nav{
	display:none;
	height:40px;
	background:#026295;
	position:relative;
}
#phone_nav .phone_nav_index{
	width:85%;
	height:100%;
	display:inline-block;
	line-height:40px;
	text-indent:24px;
	color:#fff;
	font-size:1.1em;
	position:relative;
}
#phone_nav .phone_nav_index:after{
    content: '';
    position: absolute;
    right: -15%;
    width: 15%;
    height: 40px;
    background: url(../images/phone/icons/phone_nav_icon.png)center no-repeat;

}
#phone_nav ul{
	background:rgba(0,0,0,0.6);
	width:100%;
	position:absolute;
	top:60px;
	opacity:0;
	display:none;
	padding:10px 0;
	z-index:999;
}
#phone_nav ul li{
	width:100%;
	padding:5px 0;
	text-indent:24px;
}

#phone_nav ul .active{
	background:#1789c6;
}
#phone_nav ul li a{
	color:#fff;
}
#nav ul{
		background:#026295;
			height:50px;
}
#nav ul li{
	width:170px;
	line-height:50px;
	text-align:center;
	float:left;
	position:relative;
}
#nav ul li .nav_2{
	display:none;
	position: absolute;
    width: 100%;
    z-index:99;
    left:0;
}
#banner_box{
	z-index:-1;
}
#nav ul li:after{
    content: '';
    width: 1px;
    height: 100%;
    background: #0171a5;
    position: absolute;
    left: -1px;
    top: 0px;
}
#nav ul li:first-child:after{
	background:none;
}
#nav ul li:hover a{
	background:#0ea3e7;
}
#nav ul li a{
	color:#fff;
	font-size:18px;
	display:block;
	overflow:hidden;
}
#nav ul .active{
	background:#0ea3e7;
}
#nav ul li .nav_2{
	display:none;

}
#nav ul li .nav_2 a{
	position:relative;
	background:#026295;
	border-bottom:1px solid #0171a5;
	z-index: 1;
}
@keyframes nav2_a_move{
	0%{
		top: 50%;
	    margin-left:0;
    	width: 0px;
    	height: 0px;
	}
	100%{
		top: -100px;
	    margin-left:-150px;
    	width: 300px;
    	height: 300px;
	}
}
#nav ul li .nav_2 a:hover:after{
	display:block;
	animation:nav2_a_move 0.8s forwards;
}
#nav ul li .nav_2 a:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius:100%;
    margin-left: -5%;
    width: 0px;
    height: 0px;
    background: #0ea3e7;
    z-index: -1;
    display:block;
}
#swiper,.big_picture{
	width:100%;
	height:480px;
}
@keyframes swiper_move_guan{
	0%{
		transform:rotateX(0deg);
	}
	100%{
		transform:rotateX(90deg);
	}
}
#swiper .big_picture ul li{
	position:absolute;
	width:100%;
	height:480px;
	z-index: -1;
    transition: all 1s;
    animation:swiper_move_guan 0.3s forwards;
}
#swiper .big_picture ul li a{
	position: absolute;
    width: 100%;
    height: 100%;
}
@keyframes swiper_move{
	0%{
		transform:rotateX(90deg);
	}
	100%{
		transform:rotateX(0deg);
	}
}
#swiper .big_picture ul .active{
	display:block;
	transform:rotateX(90deg);
	animation:swiper_move 0.3s forwards;
	animation-delay:0.2s;
}
#swiper .swiper_index{
    position: relative;
    bottom: 30px;
    width: 100%;
    height: 10px;
    text-align:center;
}
#swiper .swiper_index ul li{
	width:40px;
	height:4px;
	background:#b9b1af;
	float:left;
	margin-right:5px;
}
#swiper .swiper_index ul{
    display: inline-block;
}
#swiper .swiper_index ul .active{
	background:#f29600;
}
.title{
	padding:50px;
    text-align: center;
}
.title .icon,.title .icon2{
	display:inline;
	position:relative;
}
.title .icon2 span{
	color:#fff;
}
.title .icon2:after{
  	content: '';
    width: 200px;
    height: 5px;
    right: 100%;
    top: 50%;
    margin-right: 30px;
    position: absolute;
	background:url(../images/icons/title_l_icon2.png) no-repeat center;
}
.title .icon2:before{
    content: '';
    width: 200px;
    height: 5px;
    left: 100%;
    top: 50%;
    margin-left: 30px;
    position: absolute;
    background: url(../images/icons/title_r_icon2.png) no-repeat center;
}
.title .icon:after{
    content: '';
    width: 200px;
    height: 5px;
    right: 100%;
    top: 50%;
    margin-right: 30px;
    position: absolute;
	background:url(../images/icons/title_l_icon.png) no-repeat center;
}
.title .icon:before{
    content: '';
    width: 200px;
    height: 5px;
    left: 100%;
    top: 50%;
    margin-left: 30px;
    position: absolute;
    background: url(../images/icons/title_r_icon.png) no-repeat center;
}
.title .zh{
	color:#026295;
	font-size:24px;
}
.title .en{
	color:#7c7e80;
	font-size:16px;
}
.index_f1 ul{
	margin-left:-22px;
	*zoom:1;
	_position:relative;
}
.index_f1 ul li{
	float:left;
	width:384px;
	height:280px;
	margin-left:22px;
	position:relative;
	transition:all 0.8s;
}
.f1_title{
	height:40px;
	width:100%;
	display:block;
	color:#fff;
	font-size:20px;
	text-align:center;
	line-height:40px;
	background:url(../images/icons/f1_title_bg.png) no-repeat center;
}
.index_f1 ul li .f1_img{
	height:240px;
	position:relative;
}
.index_f1 ul li .f1_img img{
	width:100%;
	height:100%;
}
.index_f1 ul li .f1_img .mengban{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    display:none;
}
.index_f1 ul li .f1_img .mengban:after{
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
    left: 50%;
    background: url(../images/icons/f1_icon_1.png) no-repeat center;
}
.index_f1 ul li+li .f1_img .mengban:after{
	background: url(../images/icons/f1_icon_2.png) no-repeat center;
}
.index_f1 ul li+li+li .f1_img .mengban:after{
	background: url(../images/icons/f1_icon_3.png) no-repeat center;
}
.index_f2{
	height:680px;
	background:url(../images/inde_f2_bg.jpg) repeat-y center center;
	padding-top:20px;
	margin-top:40px;
}
.index_f2 ul{
    padding: 20px 0;
    position:relative;
    left:-15px;
}
.index_f2 ul li{
	float:left;
	position:relative;
	margin-left:15px;
	margin-bottom:15px;
	width: 284px;
    height: 220px;

}
.index_f2 ul li img{
	width:100%;
	height:100%;
	vertical-align:top;
	
}
.index_f2 ul li .f2_title{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:35px;
	line-height:35px;
	text-align:center;
	color:#fff;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
    background: rgba(0, 0, 0, 0.35);
}
.index_f2 ul li .f2_look{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-align:center;
	display:none;
    background: rgba(0, 0, 0, 0.5);
}
.index_f2 ul li .f2_look span{
	color:#fff;
	display:block;
}
.index_f2 ul li .f2_look .title{
	padding:60px 40px 20px 40px;
}
.index_f2 ul li .f2_look .href{
	padding:6px 15px;
	border:1px solid #fff;
	border-radius:6px;
	display:inline-block;
}
.index_f2 ul li .f2_look .href:hover{
	background:#fff;
	color:#000;
}
.index_f3{
	margin-bottom:50px;
}
.index_f3 ul li{
	text-align:center;
	float:left;
	width:295px;
	height:260px;
}
.index_f3 ul li span{
	display:block;
}
.index_f3 ul li .f3_title{
	font-size:24px;
	padding:20px 0;
}
.index_f3 ul li .f3_content{
	font-size:14px;
	color:#a4a5a7;
	padding:0 20px;
	line-height: 28px;
}
.index_f3 ul li a{
	color:#026295;
	font-size:14px;
    margin-top: 20px;
    display:block;
}
.index_f4{
	height:320px;
	background:url(../images/f4_bg.jpg) no-repeat center;
	margin-bottom:50px;
}
.index_f4 .friend_links{
	margin-top:30px;
}
.index_f4 .friend_links .f4_left{
	width:19px;
	height:52px;
	display:block;
	float:left;
	padding: 15px 0;
	cursor:pointer;
	background:url(../images/icons/f4_left_icon.png) no-repeat center;
}
.index_f4 .friend_links .f4_right{
	width:19px;
	height:52px;
	display:block;
	float:right;
	padding: 15px 0;
	cursor:pointer;
	background:url(../images/icons/f4_right_icon.png) no-repeat center;
}
.index_f4 .friend_links .f4_links_icon_box{
	width: 1150px;
	height:75px;
	float:left;
	overflow:hidden;
}
.index_f4 .friend_links ul{
	width:auto;
}
.index_f4 .friend_links ul li{
	float:left;
	margin:0 26px;
	cursor:pointer;
}
.index_f4 .friend_links ul li .active{
	display:block;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.index_f4 .friend_links ul li .active:hover{
	    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none;
}
.index_f4 .friend_links ul li img{
	display:none;
}
#footer{
	padding-top:0px;
	height:200px;
}

#footer a { color:#666666;}

#footer .footer_logo{
	margin-top:10px;
	float:left;
	display:block;
	padding: 0 0 50px 0;
}
#footer ul{
	float:left;
	padding:0 0 0 100px;
}
#footer ul .footer_title{
	font-size:16px;
}
#footer ul .footer_title1{
	font-size:14px;
	color:#666;
}
#footer ul li{
    line-height: 30px;
}
#footer ul li a{
	font-size:14px;
}
#footer .footer_code{
	margin-left: 50px;
    margin-top: 10px;
}
#footer_text{
	height:50px;
	background:#11283e;
	text-align:center;
	display:block;
	font-size:14px;
	line-height:50px;
	color:#fff;
}

/*其他页面*/
.other_banner{
	height:240px;
	position:relative;
	z-index:-9;
	margin-bottom:20px;
}
.other_banner .mobile_banner{
	display:none;
}
.other_banner img{
	height:280px;
	width:100%;
	vertical-align:top;
	position:absolute;
	left:0;
}
.other_l{
	width:221px;
	float:left;
	margin-right:25px;
	margin-bottom:50px;
}
.other_l .tab_nav{
	margin-bottom:10px;
}
.other_l .f1_title{
	background:url(../images/icons/tabnav_title_bg.png) no-repeat;
	font-size: 18px;
}
.other_l ul li{
	width:220;
	height:40px;
	border:1px solid #ccc;
	border-top:0px;
	background:#f2f2f2;
	text-indent:40px;
	line-height:40px;
	color:#555;
	position:relative;
	cursor:pointer;
}
.other_l ul li a{
	color:#555;
	display:block;
}
.other_l ul li:hover a{
    color: #f29600;
}
.other_phone_nav{
	display:none;
}
.other_l ul li:after{
    content: '>';
    font-size: 21px;
    position: absolute;
    font-family: initial;
    font-weight: bold;
    right: 20px;
    top:0px;
}
.other_l ul .active,.other_l ul .active a{
	color:#f29600;
}
.other_l .other_contact{
	background:#f2f2f2;
	padding:10px 0 10px 0;
	border:1px solid #ccc;
}
.other_l .other_contact .other_contact_title{
	text-indent: 40px;
}
.other_l .other_contact .other_contact_title span{
	color:#026295;
	font-size:16px;
	display:block;
	line-height:20px;
	font-weight:bold;
}
.other_l .other_contact .other_contact_img{
	width:100%;
	padding:5px 0;
}
.other_l .other_contact .other_contact_content{
	padding-left:15px;
}
.other_l .other_contact .other_contact_content span{
	font-size:14px;
	color:#7e7d80;
	display:block;
	line-height:20px;
}
.other_r{
	width:950px;
	float:right;
	margin-bottom:50px;
}
.other_r .other_r_title{
	height:40px;
	background:#026295;
	padding:0 15px;
	color:#fff;
	line-height:40px;
}
.other_r .other_r_title i{
	font-size:20px;
	margin-right:10px;
}
.other_r .other_r_title span{
	float:right;
	font-size:14px;
	color:#fff;
}
.other_r .other_r_title .location a{
	color:#fff;
}
.other_r .other_r_content{
	padding:15px;
	border:1px solid #ccc;
}
.other_r .other_r_content .news_lis li{
	height:45px;
	border-bottom:1px dotted #ddd;
	line-height:45px;
}
.other_r .other_r_content .news_lis li:hover span{
	color:#000;
}
.other_r .other_r_content .news_lis li .news_title{
	float: left;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    padding: 0px;
    text-align: left;
    margin: 0px;
    color: #666;
	background:url(../res/images/list_l.gif) no-repeat 5px center;
	padding-left:22px;
}
.other_r .other_r_content .news_lis li .news_date{
	float:right;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	color: #999;
}
.other_r .other_r_content span{
	font-size:22px;
	color:#807e7e;
	margin:20px 0;
	display:block;
	text-align:center;
	padding:0 50px;
}
.other_r .other_r_content .pages{
	text-align:center;
}
.other_r .other_r_content .pages span{
	display:inline-block;
	font-size:12px;
	color:#333333;
	padding:0;
	margin:0;
	margin-top:15px;
	vertical-align: top;
	line-height: 47px;
	padding-right:10px;
}
.other_r .other_r_content .pages ul{
	display:inline-block;
	border:1px solid #ccc;
	border-radius: 8px;
    overflow: hidden;
    margin-top:15px;
}
.other_r .other_r_content .pages ul li:last-child{
	border:0;
}
.other_r .other_r_content .pages ul li{
	float:left;
    padding: 10px 15px;
    border-right: 1px solid #ccc;
    cursor:pointer;
}

.other_r .other_r_content .other_r_content_tab{
	padding:30px 0;
	margin:0 auto;
	width:606px;
}
.other_r .other_r_content .other_r_content_tab li{
	float:left;
	width:190px;
	height:34px;
	border:1px solid #ccc;
	text-align:center;
	line-height:34px;
	cursor:pointer;
	-moz-border-radius:17px;
    -webkit-border-radius:17px;
    border-radius:17px;
	margin:0 5px;
}
.other_r .other_r_content .other_r_content_tab li:first-child{
	border:1px solid #ccc;
}
.other_r .other_r_content .other_r_content_tab .active{
	background:#026295;
	color:#fff;
}
.other_r .other_r_content .other_r_content_p p{
	display:none;
}
.other_r .other_r_content .other_r_content_p .active{
	display:block;
}
.other_r .other_r_content .huodong{
	margin-left:-20px;
}
.other_r .other_r_content .huodong li{
	float:left;
	width:290px;
	height:200px;
	position:relative;
	margin-left:20px;
	margin-bottom:20px;
}
.other_r .other_r_content .huodong li img{
	width:100%;
	height:100%;
	vertical-align:top;
}
.other_r .other_r_content .huodong li span{
	position:absolute;
	bottom:0px;
	display:block;
	height:30px;
	margin: 0px;
	padding:0;
	width:100%;
	line-height:30px;
	overflow:hidden;
	text-overflow:ellipsis;
	text-align:center;
	white-space:nowrap;
	color:#fff;
	font-size:15px;
	background: rgba(0, 0, 0, 0.4);
}

/*留言*/
.other_liuyan{
	padding:30px;
}
.other_liuyan ul li{
	width:50%;
	float:left;
	margin-bottom:50px;
	position:relative;
}
.other_liuyan ul li .liuyan_title{
	float:left;
	font-size:16px;
	color:#000;
	margin:0;
	padding:0;
	width:20%;
	text-align:right;
	vertical-align:middle;
}
.other_liuyan ul li input{
	width:50%;
	height: 30px;
	margin-top: -5px;
	padding:0;
	    background: #f7f7f7;
    border: 1px solid #ddd;
}
.other_liuyan ul li:last-child{
	width:100%;
}
.other_liuyan ul li:last-child span{
		width:10%;
}
.other_liuyan ul li textarea{
	width:75%;
	height:200px;
	max-width:75%;
	    background: #f7f7f7;
    border: 1px solid #ddd;
}
.other_liuyan ul li img{
	width: 90px;
    height: 34px;
    position: absolute;
    top: -5px;
    right: 0px;
}
.other_liuyan .submit{
    width: 100px;
    height: 35px;
    color: #fff;
    background: #026295;
    border: 1px solid #074161;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

/*首页动画*/
.index_f1 ul li:first-child{
	left:-130px;
	left:0px\9;
}
.index_f1 ul li:last-child{
	right:-130px;
	right:0px\9;
}
.move_f1 ul li:first-child{
	left:0px;
}
.move_f1 ul li:last-child{
	right:0px;
}
.index_f2 ul li{
	opacity:0;
	transition:all 0.7s;
	-ms-transition:all 0.7s; 
    -moz-transition:all 0.7s;
    -webkit-transition:all 0.7s;
    -o-transition:all 0.7s;
}
.move_f2 ul li{
	opacity:1;
}
.move_f2 ul li+li{
	transition-delay:0.1s;
}
.move_f2 ul li+li+li{
	transition-delay:0.2s;
}
.move_f2 ul li+li+li+li{
	transition-delay:0.3s;
}
.move_f2 ul li+li+li+li+li{
	transition-delay:0.4s;
}
.move_f2 ul li+li+li+li+li+li{
	transition-delay:0.5s;
}
.move_f2 ul li+li+li+li+li+li+li{
	transition-delay:0.6s;
}
.move_f2 ul li+li+li+li+li+li+li+li{
	transition-delay:0.7s;
}
.index_f3 ul{
	position:relative;
	top:-50px;
	opacity:0;
	transition:all 0.8s;
	-ms-transition:all 0.8s; 
    -moz-transition:all 0.8s;
    -webkit-transition:all 0.8s;
    -o-transition:all 0.8s;
}
.move_f3 ul{
	top:0px;
	opacity:1;
}

.slider{ width:100%;  min-width:1200px;  height:500px;  position:relative; overflow:hidden; background:#fff; text-align:center;   }
	.slider .bd{ width:1200px; position:absolute; left:50%; margin-left:-490px  }
	.slider .bd li{ width:1200px;  overflow:hidden; }
	.slider .bd li img{ display:block; width:1200px; height:500px;    }
	.slider .tempWrap{ overflow:visible !important }
	.slider .tempWrap ul{  margin-left:-1310px !important; /*寮哄埗浣嶇疆*/  }

	.slider .hd{ position:absolute; width:100%; left:0;  z-index:1; height:8px; bottom:20px;  text-align:center;  }
	.slider .hd li{ display:inline-block; *display:inline; zoom:1; width:40px; height:8px; line-height:99px; overflow:hidden; background:url(../images/slider-btn.png) 0 -10px no-repeat; 
		margin:0 5px; cursor:pointer; filter:alpha(opacity=60);opacity:0.6;  }
	.slider .hd li.on{ background-position:0 0; filter:alpha(opacity=100);opacity:1;  }
	.slider .pnBtn{  position:absolute; z-index:1; top:0; width:100%;  height:500px; cursor:pointer;   }
	.slider .prev{ left:-50%; margin-left:-600px;  }
	.slider .next{ left:50%;  margin-left:600px;  }
	.slider .pnBtn .blackBg{ display:block;  position:absolute; left:0; top:0; width:100%; height:500px; background:#003c7d; filter:alpha(opacity=50);opacity:0.5;   }
	.slider .pnBtn .arrow{ display:none;   position:absolute; top:0; z-index:1; width:60px; height:500px;  }
	.slider .pnBtn .arrow:hover{ filter:alpha(opacity=80);opacity:0.8; }
	.slider .prev .arrow{ right:0; background:url(../images/slider-arrow.png) -126px 94px no-repeat;   }
	.slider .next .arrow{ left:6px; background:url(../images/slider-arrow.png) 0 94px no-repeat;  }
	
	
	.hr { border-top:1px solid #ccc; height:25px; overflow:hidden; width:100%;}
	
	.gsjj_pic { float:right; width:460px; padding-top:12px; padding-left:10px;}
	
	
.news { background:#efefef; height:580px;}
.news ul { width:1200px; margin:0 auto;}
.news li { width:370px; height:360px;float:left; margin:0 15px;}
.news li img { width:370px; height:240px; display:block;}
.news li h2 { height:40px; line-height:40px; padding:0; margin:0; overflow:hidden;}
.news li h2 a { font-size:16px;}
.news li h2 a:hover { color:#026295;}
.news li p { font-size:14px; color:#888; line-height:25px; height:100px; overflow:hidden;}