@charset "utf-8";
body {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5 {
	font-family: "微软雅黑";
}

.clear {
	clear: both;
}
a {
	color: #083f78;
	border: 0;
	outline: 0 !important;
	text-decoration: none
}

a:hover {
	color: #2f3239;
	text-decoration: none;
	border:0;
}

section {
    padding: 60px 0 70px 0;
    overflow: hidden;
}
a, a:hover {
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.container {
	margin-right: auto;
	margin-left: auto;
	*zoom: 1
}

	.container:before, .container:after {
		display: table;
		line-height: 0;
		content: ""
	}

	.container:after {
		clear: both
	}

h3.subpage-title {
	font-family: 'Open Sans',sans-serif;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 40px;
	margin-top: 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 60px;
	color: #083f78;
}
	h3.subpage-title span {
		display: inline-block;
		border-bottom: 2px solid#083f78;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}


/* Header ------------------------------------*/
.topgd {
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	right: 0;
}
header {
	background: #178ac3;
	padding-top: 12px;
	padding-bottom: 12px;
}
.topimg{
	text-align:left;
}
header img{
	width:300px;
	max-width:85.5%;
	margin:0;
	padding:0;
}
ul.main-menu {
	float: right;
	margin: 0px;
	padding: 0px;
}
ul.main-menu li {
	list-style: none;
	float: left;
}

ul.main-menu li a {
	display: block;
	padding: 23px 25px 23px 25px;
	color: #ffffff;
	font-weight: 600;
	font-size: 16px;
	line-height:16px;
}

ul.main-menu li:last-child a {
	padding-right: 0px;
}

ul.main-menu li a:hover, ul.main-menu li a:focus {
	color:#083f78;
	text-decoration:none;
	border:0;
}

a.resp-menu-btn {
	padding: 7px 10px 5px 10px;
	background: #212328;
	cursor: pointer;
	float: right;
	margin-top: 17px;
}

a.resp-menu-btn:hover {
	background:#083f78;
}
ul.main-menu a.current {
	background:#083f78;
	color: #ffffff !important;
}


/* Slider ------------------------------------*/
#slider {
	background:#083f78;
	border-top: 1px solid #fff;
	color: #ffffff !important;
	margin:0;
	padding:0;
	padding-top:82px;
}
.carousel {
	position: relative;
	margin-bottom: 20px;
	line-height: 1
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

	.carousel-inner > .item {
		position: relative;
		display: none;
		-webkit-transition: .6s ease-in-out left;
		-moz-transition: .6s ease-in-out left;
		-o-transition: .6s ease-in-out left;
		transition: .6s ease-in-out left
	}

		.carousel-inner > .item > img, .carousel-inner > .item > a > img {
			display: block;
			line-height: 1
		}

	.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
		display: block
	}

	.carousel-inner > .active {
		left: 0
	}

	.carousel-inner > .next, .carousel-inner > .prev {
		position: absolute;
		top: 0;
		width: 100%
	}

	.carousel-inner > .next {
		left: 100%
	}

	.carousel-inner > .prev {
		left: -100%
	}

		.carousel-inner > .next.left, .carousel-inner > .prev.right {
			left: 0
		}

	.carousel-inner > .active.left {
		left: -100%
	}

	.carousel-inner > .active.right {
		left: 100%
	}
.carousel-control:hover, .carousel-control:focus {
	color: #fff;
	text-decoration: none;
	opacity: .9;
	filter: alpha(opacity=90)
}
.carousel-indicators .active {
	background-color: #fff
}

#mainSlider {
    margin: 0;
    padding: 32px 0px;
}
.slider-pag-bg {
	background: none repeat scroll 0 0 #178ac3;
	height: 40px;
}
#slider p {
	font-size: 14px;
	line-height: 24px;
}
#slider .carousel-control {
	position: absolute;
	top: 38%;
	width: 47px;
	height: 47px;
	margin-top: -20px;
	background: url('../img/slider-nav.png');
	border: 1px solid #ffffff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	z-index: 999;
	opacity: 0.5;
	filter: alpha(opacity=50);
	text-indent: -99999px;
}
	#slider .carousel-control:hover {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	#slider .carousel-control.right {
		background-position: right;
		right: 0px !important
	}
#mainSlider .item img {
    border: 0 none;
    height: auto;
    max-width: 80%;
    vertical-align: middle;
}
#mainSlider .carousel-indicators {
    bottom: -31px !important;
    left: 43.5%;
    list-style: none outside none;
    margin: 0;
    position: absolute;
    left: 0px;
    top: auto;
    z-index: 5;
    width: 100%;
    text-align: center;
}
#mainSlider .carousel-indicators li {
	display: inline-block;
	width: 17px;
	height: 17px;
	margin: 0 3px;
	text-indent: -999px;
	background: url(../img/slider-pag.png);
	border-radius: 0px;
	cursor: pointer;
	float: none;
}
#mainSlider .carousel {
	position: relative;
	margin-bottom: 0px;
	line-height: inherit;
}
#mainSlider .carousel-indicators .active {
	background-color: transparent;
	background: url(../img/slider-pag.png);
	background-position: bottom;
}
#mainSlider .item h2 {
	line-height: 60px;
	font-weight: 600;
	font-size: 40px;
	padding-top: 35px;
	padding-bottom: 20px;
	text-transform: uppercase;
}

#mainSlider .item p {
	max-width: 550px;
	margin-bottom: 50px;
	font-size:20px;
	line-height:36px;
	font-weight:normal;
	text-align:left;
}
/* Intro ------------------------------------*/
.intro {
	background:#eeeeee;
	padding:82px 0;
	margin-bottom:0;
}
.intro h1 {
	text-align: center;
	color: #464a52;
	font-size: 45px;
	line-height: 1.2;
	font-weight: 200;
	margin:10px 0;
}
.intro p {
	text-align: center;
	font-size: 20px;
	line-height: 30px;
}
	.intro img {
		width:100%;
max-width:100%;
		padding-top: 30px;
	}

/* Services ------------------------------------*/
.services {
	background:#083f78;
	color: #ffffff;
	margin:0;
	padding:0;
}
.services-border {
	border-top: 1px solid #fff;
}
.service-container {
	min-height: 350px !important;
	position: relative;
	border-right: 1px solid #fff;
	box-sizing: border-box;
}
.service-container-yy {
	min-height: 210px !important;
	position: relative;
}
.service {
	width: 100%;
	height: 100%;
	position: absolute;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transition: transform 1s;
	-webkit-transition: -webkit-transform 1s;
	-moz-transition: -moz-transform 1s;
	-o-transition: -o-transform 1s;
}
.service h2 {
	text-align: center;
	font-family: "微软雅黑";
	font-size: 18px;
}
.service-container .service-front img {
	display: table;
	margin: 80px auto 20px auto;
	width: 100px;
	max-width:100%;
}
.service-container .service-back p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	padding: 19px 19px 19px 19px;
	border: 1px solid #fff;
	background: #178ac3;
	margin: 30px;
}
.service-container-yy .service-front img {
	display: table;
	margin: 15px auto 10px auto;
	width: 160px;
	max-width: 100%;
}
.service-container-yy .service-back p {
	font-size: 14px;
	line-height: 20px;
	font-weight: 200;
	padding: 10px 10px 10px 10px;
	border: 1px solid #fff;
	background: #178ac3;
	margin-left: 10px;
	margin-right:10px;
	margin-top:30px;
	text-align:left;
}
.service-back {
	padding: 0 6px 0 6px;
}
.service-front, .service-back {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
}
.service-container .service-front {
margin-left:-15px;
}
 .service-container .service-back {
	margin-left: 10px;
}
.service-front {
	position: absolute;
}
.service-back {
	transform: rotateY( 180deg );
	-webkit-transform: rotateY( 180deg );
	-moz-transform: rotateY( 180deg );
	-o-transform: rotateY( 180deg );
	text-overflow:ellipsis;
}
.flipped {
	transform: rotateY( 180deg );
	-webkit-transform: rotateY( 180deg );
	-moz-transform: rotateY( 180deg );
	-o-transform: rotateY( 180deg );
}
/* About ------------------------------------*/
#about {
	background:#083f78;
	color: #ffffff;
	position: relative;
}
#about .subpage-title {
	color:#fff;
}
#about span {
	border-bottom-color:#fff;
}
	#about p {
		color: #fff;
	}


/* Team ------------------------------------*/
section.team h4 {
	margin-bottom: 0px;
	font-weight:400;
}
section.team p {
	font-size: 14px;
	margin-bottom: 0px;
}
section.team span a {
	font-size: 12px;
	border-top: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	display: block;
	color:#00a2ff;
}
section.team span a:hover {
	color:#07ad87;
}


/* Contact ------------------------------------*/
#contact {
	background-color:#083f78;
	color: #ffffff;
	margin-bottom: 0px !important;
	padding-bottom:0 !important;
}
#contact .subpage-title {
	color:#fff;
}
#contact h3.subpage-title span {
	border-bottom-color:#fff;
}
.copyright {
	font-size: 15px;
	line-height:30px;
	text-align:center;
	margin-bottom:30px;
	margin-top:30px;
}
.totop {
	background: url(../img/top-arrow.png);
	cursor: pointer;
	margin: 0 auto;
	width: 78px;
	height: 47px;
	display: block;
}
/* Our Work ------------------------------------*/
#workSlider img{
	width:100%;
	margin:0;
	padding:0;
}
#workSlider .fg {
	width: 100%;
	height:75%;
	margin-top: -75%;
	padding-top:0;
	position: relative;
	z-index: 10000;
	opacity: 0;
}
	#workSlider .fg:hover {
		opacity: 0.8;
	}
#workSlider .fgwz {
	color: #fff;
	text-align: center;
	background: #083f78;
	font-size: 16px;
	line-height: 0;
	padding-bottom: 37.5%;
	padding-top: 37.5%;
	margin:0;
}
#workSlider .contNav {
	height: 35px;
	margin: 10px auto 0;
	max-width: 1494px;
	width: 100%;
	text-align: center;
}
.contNav a.view-all {
	background:#083f78;
	color: #fff;
	font-size: 15px;
	line-height: 15px;
	padding: 10px 30px 10px 30px;
}
.element-details h2 {
	color: #212328;
	font-size: 18px;
	line-height: 18px;
	margin-bottom:30px;
	margin-top:20px;
	font-weight: 600;
}
.element-details img {
width:100%;
}
.element-details h3 {
	color: #212328;
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 15px;
	font-weight: 600;
}
.element-details h4 {
	color: #212328;
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 30px;
	font-weight: 300;
}
.text-center {
	text-align: center;
}
.element-details p {
	font-size: 15px;
	line-height: 28px;
	text-align: left;
	color:#464a52;
}
.white{
	color:#fff;
}
.jianju{
	line-height:20px;
	width:100%;
}
.divhalf{
	width:48%;
	margin-right:4%;
	float:left;
}
.divsfzy {
	width: 22%;
	margin-right: 4%;
	float: left;
}
@media(min-width:1494px) {
	.container {
		width: 1494px
	}

	.row {
		margin-left: -15px;
		margin-right: -15px;
		*zoom: 1
	}

	.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
		margin-left: 15px;
		margin-right: 15px;
		float: left
	}

	.span12 {
		width: 1494px
	}

	.span11 {
		width: 1367px
	}

	.span10 {
		width: 1240px
	}

	.span9 {
		width: 1113px
	}

	.span8 {
		width: 986px
	}

	.span7 {
		width: 859px
	}

	.span6 {
		width: 732px
	}

	.span5 {
		width: 605px
	}

	.span4 {
		width: 478px
	}

	.span3 {
		width: 351px
	}

	.span2 {
		width: 224px
	}

	.span1 {
		width: 97px
	}
}

@media(min-width:768px) and (max-width:1493px) {
	.container {
		margin-right: 20px;
		margin-left: 20px;
		*zoom: 1
	}
	.row {
		margin-left: -1%;
		margin-right: -1%;
		*zoom: 1
	}

	.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
		margin-left: 1%;
		margin-right: 1%;
		float: left
	}

	.span12 {
		width: 99%
	}

	.span11 {
		width: 90.5%
	}

	.span10 {
		width: 82%
	}

	.span9 {
		width: 73.5%
	}

	.span8 {
		width: 65%
	}

	.span7 {
		width: 56.5%
	}

	.span6 {
		width: 48%
	}

	.span5 {
		width: 39.5%
	}

	.span4 {
		width: 31%
	}

	.span3 {
		width: 23%
	}

	.span2 {
		width: 14.5%
	}

	.span1 {
		width: 6%
	}
	header .span3 {
		width: 99%
	}
	.topimg {
		text-align: center;
	}
	ul.main-menu {
		display: none;
	}
	#mainSlider .item h2 {
		line-height: 40px;
		font-weight: 600;
		font-size: 25px;
		padding-top: 15px;
		padding-bottom: 10px;
		text-transform: uppercase;
	}

	#mainSlider .item p {
		max-width: 90%;
		margin-bottom: 20px;
		font-size: 15px;
		line-height: 25px;
		font-weight: normal;
		text-align: left;
	}

	.carousel-control {
		display: none;
	}
}

@media(max-width:767px) {
	.container {
		margin-right: 20px;
		margin-left: 20px;
		*zoom: 1
	}
	.row {
		margin-left: 0px;
		margin-right: 0px;
		*zoom: 1
	}

	.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
		margin-left: 0;
		margin-right: 0;
		width: 100%
	}
 #about .span2 {
		margin-left: 1%;
		margin-right: 1%;
		width: 48%;
		float:left;
	}
	.service-container {
		min-height: 260px !important;
		border-right: none;
	}
	ul.main-menu {
		display: none;
	}
	#mainSlider .item h2 {
		line-height: 40px;
		font-weight: 600;
		font-size: 25px;
		padding-top: 15px;
		padding-bottom: 10px;
		text-transform: uppercase;
	}

	#mainSlider .item p {
		max-width: 90%;
		margin-bottom: 20px;
		font-size: 15px;
		line-height: 25px;
		font-weight: normal;
		text-align: left;
	}
	.carousel-control {
		display: none;
	}
	.topimg {
		text-align: center;
	}
}