﻿/*
* @part 通用样式
*/
html{
	overflow-x:hidden;
	overflow-y:scroll;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%
	}
html *{
	outline:0;
	-webkit-text-size-adjust:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0)
	}
html,body{
	color:#33495F;
	font:16px/1.5 "Lucida Grande", "Lucida Sans Unicode", Helvetica,"Microsoft YaHei","微软雅黑","MicrosoftJhengHei","华文细黑","STHeiti"
	}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,
p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,
menu,nav,section{
	margin:0;
	padding:0;
	}
pre{white-space:pre-wrap;
	white-space:-moz-pre-wrap !important;
	white-space:-o-pre-wrap;
	white-space:-pre-wrap;
	word-wrap:break-word
	}
ins,a{
	color:inherit;
	text-decoration:none;
	outline:none;
	blr:expression(this.onFocus=this.blur());
	}
a:focus{outline:none}
::-ms-check{
	color:#34538b;
	background:#a0b3d6;
	padding:.5em
	}
a:hover{
	text-decoration:none;
	cursor:pointer
	}
li{
	list-style:none;
}
.sep{
	margin:0 .25em;
	font-family:sans-serif;
	color:#424242
}
.clearfix{
	zoom:1;
}
/*框架结束*/

/*通用样式start*/
.navbar-default{
	border-width:0;
}
@media (max-width: 991px){
	.navbar{
		min-height: 100%;
		margin: 0;
	}
	.navbar .logo{
		float: left;
		margin-top: 5px;
	}
}
@media (min-width: 992px){
	.navbar{
		width:100%;
		height:185px;
		background:url('../images/headbg.png') center;
		position:absolute;
		top:0;
		z-index: 10;
	}
	.navbar .logo{
		position: absolute;
		top: 15px;
		left: calc(50% - 11rem);
	}
	.navbar .navbar-collapse{
		position:absolute;
		top:80px;
		left: calc(50% - 420px)
	}
	.navbar .navbar-collapse li a{
		font-size:1.5rem;
		color: #095A87;
		font-weight: 400;
		text-shadow: 0 0 15px #E0E0E0;
	}
	.navbar .navbar-collapse li a:hover{
		color: #FFF;
	}
	.navbar .navbar-collapse li:nth-child(1){
		top:-17px;
		left:-90px;
		-webkit-transform:rotate(8deg);
		   -moz-transform:rotate(8deg);
			-ms-transform:rotate(8deg);
			 -o-transform:rotate(8deg);
				transform:rotate(8deg);
	}
	.navbar .navbar-collapse li:nth-child(2){
		top:-1px;
		left:-60px;
		-webkit-transform:rotate(6deg);
		   -moz-transform:rotate(6deg);
			-ms-transform:rotate(6deg);
			 -o-transform:rotate(6deg);
				transform:rotate(6deg);
	}
	.navbar .navbar-collapse li:nth-child(3){
		top:12px;
		left:-30px;
		-webkit-transform:rotate(3deg);
		   -moz-transform:rotate(3deg);
			-ms-transform:rotate(3deg);
			 -o-transform:rotate(3deg);
				transform:rotate(3deg);
	}
	.navbar .navbar-collapse li:nth-child(4){
		top:17px;
	}
	.navbar .navbar-collapse li:nth-child(5){
		top:10px;
		left:30px;
		-webkit-transform:rotate(-3deg);
		   -moz-transform:rotate(-3deg);
			-ms-transform:rotate(-3deg);
			 -o-transform:rotate(-3deg);
				transform:rotate(-3deg);
	}
	.navbar .navbar-collapse li:nth-child(6){
		top:-3px;
		left:60px;
		-webkit-transform:rotate(-6deg);
		   -moz-transform:rotate(-6deg);
			-ms-transform:rotate(-6deg);
			 -o-transform:rotate(-6deg);
				transform:rotate(-6deg);
	}
	.navbar .navbar-collapse li:nth-child(7){
		top:-24px;
		left:90px;
		-webkit-transform:rotate(-10deg);
		   -moz-transform:rotate(-10deg);
			-ms-transform:rotate(-10deg);
			 -o-transform:rotate(-10deg);
				transform:rotate(-10deg);
	}
}

.simple-carousel{
	position: relative;
	overflow: hidden;
}
.simple-carousel .carousel-caption{
	top: 2rem;
}
@media (min-width: 991px){
	.simple-carousel .carousel-caption{
		top: 12rem;
	}
}
.scroll-down{
	font-size: 1.875rem;
	font-family: ptsans-regular;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	padding:5px 10px;
	position: absolute;
	bottom: 2rem;
	left: calc(50% - 7rem);
	z-index: 500;
	-webkit-transition: -webkit-transform 0.5s 1.5s,
						opacity 0.3s 1.7s,
						z-index 0.5s 1.5s;
	transition:
		transform 0.5s 1.5s,
		opacity 0.3s 1.7s,
		z-index 0.5s 1.5s;
}
.scroll-down::after{
	content: '';
	display: block;
	width: 1.875rem;
	height: 1.875rem;
	border: 0.3125rem solid #FFF;
	border-left: none;
	border-top: none;
	-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
			transform-origin: 50% 50%;
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
	-webkit-animation: arrowMove 2.5s infinite;
			animation: arrowMove 2.5s infinite;
	position: absolute;
	left: calc(50% - 1.3125rem);
}
@-webkit-keyframes arrowMove {
  to {
    -webkit-transform: rotate(45deg) translateY(2rem) translateX(2rem);
            transform: rotate(45deg) translateY(2rem) translateX(2rem);
    opacity: 0;
  }
}

@keyframes arrowMove {
  to {
    -webkit-transform: rotate(45deg) translateY(2rem) translateX(2rem);
            transform: rotate(45deg) translateY(2rem) translateX(2rem);
    opacity: 0;
  }
}
.scroll-down span{
	display: inline-block;
	position: absolute;
	background-color: green;
	-webkit-transition-property: all;
	   -moz-transition-property: all;
		 -o-transition-property: all;
			transition-property: all;
}
.scroll-down .s1,
.scroll-down .s3{
	width: 0;
	height: 2px;
	-webkit-transition-duration: 1.5s;
	   -moz-transition-duration: 1.5s;
		 -o-transition-duration: 1.5s;
			transition-duration: 1.5s;
}
.scroll-down .s2,
.scroll-down .s4{
	width: 2px;
	height: 0;
	-webkit-transition-duration: 2s;
	   -moz-transition-duration: 2s;
		 -o-transition-duration: 2s;
			transition-duration: 2s;
}
.scroll-down .s1{top: 0; left: 0; }
.scroll-down .s2{top: 0; right: 0; }
.scroll-down .s3{bottom: 0; right: 0; }
.scroll-down .s4{bottom: 0; left: 0; }
.scroll-down:hover .s1,
.scroll-down:hover .s3{
	width: 100%;
}
.scroll-down:hover .s2,
.scroll-down:hover .s4{
	height: 100%;
}
@media (max-width: 767px) {
	.simple-carousel .carousel-caption{
		top: 2rem;
	}
}
.column-title{
	background-color: #085985;
	padding: 20px 0;
}
.column-title .col-md-4{
	position: relative;
}
.column-title .col-md-4 .focus{
	opacity: 0;
}
.column-title .col-md-4 img{
	position: relative;
	left: calc(50% - 58px);
	-webkit-transition: opacity 2s;
	   -moz-transition: opacity 2s;
		 -o-transition: opacity 2s;
			transition: opacity 2s;
}
.column-title .col-md-4 .focus{
	/*opacity: 1;*/
	position: absolute;
	top: 0;
}
.column-title .col-md-4:hover .focus{
	opacity: 1;
}
.column-content{
	padding: 20px 0;
	background-color: #FFF;
	color: #4d4d4d;
	font-size: .875rem;
	line-height:20px;
	overflow:hidden;
}
@media (min-width: 992px){
	.page .column{
		padding-top: 210px;
		background-color: #095A87;
	}
	.page .column-content{
		min-height: 450px;
	}
	.column-content .col-md-4 + .col-md-4{
		border-left: 4px dotted #ccd8f8;
	}
	.column-content .artitle{
		height: 240px;
	}
	.column-content .contact{
		height: 240px;
		padding: 0;
	}
}
@media (max-width: 991px) {
	.column-content .col-xs-12 + .col-xs-12{
		margin: 10px 0;
	}
}
.column-content .artitle{
	overflow: hidden;
	text-align: justify;
}
.column-content .artitle img{
	margin-right:8px;
	visibility: visible;
}
.column-content .artitle p{
	text-indent: 2em;
	text-align: justify;
}
.column-content .artitle a{
	color: #025686;
	float: right;
}
.column-content .news-top{
	height: 100px;
	font-size: 12px;
	color: #025685;
	overflow: hidden;
}
.column-content .news-top img{
	margin-right: 8px;
}
.column-content .news-top h3{
	font-size: 14px;
	font-weight: 600;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.column-content .news-bottom a{
	display: block;
	width: 80%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.column-content .news-bottom time{
	position: absolute;
	right: 15px;
}
.column-content .contact .telphone{
	width: 23px;
	height: 19px;
	background-position: 0 -127px;
}
.column-content .contact dd{
	font-size: .875rem;
	color: #025685;
	margin: 3px 0;
}
.column-content .contact .cont-ico{
	float: left;
	width: 8%;
	max-width: 23px;
	margin-right: 5px;
}
.column-content .contact .col-md-5{
	padding-top: 5px;
}
.column-content .contact .links{
	display: block;
	margin: 5px 0 0;
}

.w_img_list {
	background-color: #EBEBEB;
	padding-bottom: 20px
}
.w_img_list .list_content {
	height: 150px;
	background-color: rgba(128,255,255,0.3);
	position: relative;
}
.w_img_list .list_content .btn {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -25px
}
.w_img_list .list_content .dirl {
	left: 0;
}
.w_img_list .list_content .dirr {
	right: 0;
}
.w_img_list .list_content .scrollarea {
	width: 1070px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
	*zoom: 1;
	position: relative;
}
.w_img_list .list_content .scrollarea .imglist {
	width: 1000%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}
.w_img_list .list_content li {
	float: left;
	width: 120px;
	border: 4px solid white;
	background: #D7FF9E;
	margin: 15px
}

.footer{
	height: 124px;
	color: #CCC;
	text-align: center;
	background: url('../images/footbg.jpg') repeat-x;
	padding: 30px 0 25px;
}
.footer .clear{
	width: 100%;
	height: 4px;
	background: url('../images/footbg1.png') no-repeat center;
	position: relative;
	top: -8px;
}