@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	color: inherit;
	/*取消a标签在移动端点击时的蓝色*/
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	-webkit-user-select: none;
	-moz-user-focus: none;
    -moz-user-select: none;
}
ul,
ol{
	list-style: none;
}

img{
	max-width: 100%;
}

.clearfix:before, .clearfix:after{
	display: table;
	content: "";
}
.clearfix:after{
	clear: both;
}
.clearfix{
	*zomm: 1;
}

body {
	font-size: 14px;
    color: #333;
	font-family: "微软雅黑",OpenSans,Roboto Condensed,Helvetica,"黑体",Arial,Tahoma !important;
	/*margin: 0 auto;*/
	position: relative;
	min-width: 360px;
	overflow-x: hidden;
}

.containers{
	width: 1180px;
	margin: 0 auto;
}



.top{
	font-size: 12px;
	color: #fff;
	width: 100%;
	height: 45px;
	line-height: 45px;
	background-color: #003371;
}
.top ul li{
	float: left;
	margin-right: 30px;
}
.top ul li .icon{
	width: 15px;
	height: auto;
	margin-top: -2px;
	margin-right: 6px;
}
.top ul li span,
.top ul li .content p{
	display: inline-block;
}



.head-housing{
	height: 106px;
}
.head{
                display:flex;
	width: 100%;
	height: 106px;
	line-height: 106px;
	background-color: #fff !important;
	z-index: 999;
}
.head .head-l{
	float: left;	
}
.head .head-l .logo{
	width: 71px;
	height: auto;
	margin-top: -5px;
}
.head .head-r{
	float: right;
}



.navbar-nav>li{
	background-color: #fff;
	cursor: pointer;
}
.navbar-nav>li>a{
	font-size: 18px;
	color: #333 !important;
	height: 106px;
	line-height: 106px;
	padding: 0 42px;
}
.navbar-nav li:first-child a{
	padding-left: 0;
}
.navbar-nav li:last-child a{
	padding-right: 0;
}
.dropdown-menu>li>a{
	font-size: 16px;
	padding: 13px 20px !important;
}



.banner{
	position: relative;
}
.banner img{
	width: 100%;
	height: auto;
}
.banner .headline{
	font-size: 42px;
	color: #fff;
	font-weight: 600;
	text-shadow: 0 0 15px rgba(0,0,0,.8);
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}
.banner .text{
	color: #fff;
	font-weight: bold;
	text-shadow: 0 0 15px rgba(0,0,0,.8);
	width: 32%;
	position: absolute;
	top: 26.67%;/*160px*/
	left: 21.56%;/*414px*/
}
.banner .text .title{
	font-size: 48px; 
	margin-bottom: 16px;
}
.banner .text .content{
	font-size: 36px;
	line-height: 60px;
}



.pt0{
	padding-top: 0 !important;
}
.pb0,
.tab{
	padding-bottom: 0 !important;
}

.fs18{
	font-size: 17px !important;
}

.bgcolor-grey,
.bgcolor-red{
	background-color: #f7f7f7 !important;
}
.bgcolor-white{
	background-color: #ffffff !important;
}
.bgcolor-blue{
	background-color: #d0e6fd !important;
}

.about-blue{
	background-image: url(css-img/login_bg_blue.png);
}
.about-blue .title{
	color: #fff !important;
}

.about{
	padding: 50px 0 100px 0;
	position: relative;
}
.about .tabs{
	font-size: 16px;
	display: flex;
    justify-content: center;
}
.about.tab-lx .tabs{
	padding: 0 50px;
}
.about .tabs ul{
	margin-bottom: 0;
}
.about .tabs ul li{
	float: left;
	width: 170px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 5px;
	margin: 0 5px 10px 5px;
	border-radius: 5px;
	transition: .5s;
}
.about .tabs ul a:hover li{
	background-color: #fff !important;
	box-shadow: 0 0 15px rgba(0,0,0,.5);
}
.about .tabs .tabs-active,
.about .tabs a:hover li.tabs-active{
	color: #fff;
	background-color: #139cff !important;
	box-shadow: 0 0 15px rgba(19,156,255,.5);
}
.about .tabs .ml270{
	margin-left: 270px;
}
.about .tabs .mr270{
	margin-right: 270px;
}


.about .title{
	font-size: 32px;
	color: #333;
	font-weight: bold;
	letter-spacing: 0.1em;
	width: 100%;
	text-align: center;
}
.about .icon img{
	width: 33px;
	height: auto;
	display: block;
	margin: 0 auto;	
	margin-top: 18px;
	margin-bottom: 20px;
}
.about .line{
	width: 100%;
	height: 1px;
	background-color: #ececec;
	position: relative;
}
.abouts .line{
	margin-top: 20px;
}
.about .line span{
	width: 7.63%;
	height: 1px;
	background-color: #7cb473;
	position: absolute;
    top: 0;
	left: 50%;
    transform: translate(-50%,0);
}
.about .content{
	font-size: 16px;
	color: #333;
	line-height: 36px;
	margin: 32px 68px 100px 64px;
	text-align: justify;	
}


.about .four ul li{
	float: left;
	width: 25%;
	text-align: center;
}
.about .four ul li .name{
	font-size: 30px;
	color: #0897ff;
	font-weight: bold;
}
.about .four ul li .details{
	font-size: 16px;
	color: #333;
	font-weight: bold;
}



.main .title{
	font-size: 32px;
	color: #333;
	font-weight: bold;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #ececec;
	box-sizing: border-box;	
	padding: 60px 0 20px 0;
}
.main .content{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.1em;
	width: 100%;
	text-align: center;
	padding-left: 5px;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 0;
    transform: translate(0,-50%);	
}
.main img{
	width: 100%;
	height: auto;
}
.main .black{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
    top: 0;
    left: 0;
	background-color: rgba(0,0,0,0.5);
}


.main .ones .four{
	padding: 60px 0 100px 0;
}
.main .ones .four ul li{
	width: 280px;
	height: 360px;
	float: left;
	margin: 0 9.5px;
	position: relative;
}
.main .ones .four ul li:first-child{
	margin-left: 0;
}
.main .ones .four ul li:last-child{
	margin-right: 0;
}
.main .ones .four ul li .content{
	top: 52.78%;	
}
.main .ones .four ul li:hover .black{
	display: none;
}


.main .twos .nine{
	padding: 60px 0 50px 0;
}
.main .twos .nine ul li{
	width: 339px;
	height: 132px;
	float: left;
	margin-bottom: 50px;
	position: relative;
}
.main .twos .nine ul li:nth-child(3n-1){
	margin: 0 81px;
}
.main .twos .nine ul li .content{
	color: #ff0000;
	-webkit-text-stroke: 2px #fff;
	top: 47.73%;
}
[data-content]::before{
	content: attr(data-content);
	position: absolute;
	-webkit-text-stroke: 0;
	color: #ff0000;
}


.main .threes .two{
	padding: 60px 0 350px 0;
}
.main .threes .two ul li{
	width: 480px;
	height: 136px;
	float: left;
	margin: 0 81.5px;
	position: relative;
}
.main .threes .two ul li:first-child{
	margin-left: 0;
}
.main .threes .two ul li:last-child{
	margin-right: 0;
}
.main .threes .two ul li img{
	margin-bottom: 19px;
}
.main .threes .two ul li ol li{
	font-size: 16px;
	color: #333;
	width: 480px;
	height: 48px;
	line-height: 48px;
	letter-spacing: 0.1em;
	float: none;
	margin: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	cursor: pointer;
}
.main .threes .two ul li ol li span{
	color: #ff0000;
}
.main .threes .two ul li ol li:hover a{
	color: #0099ff;
}


.main .fours .fif{
	padding: 60px 0 80px 0;
}
.main .fours .fif .fif-l{
	width: 380px;
	height: 409px;
	float: left;
	margin-right: 19px;
	position: relative;
}
.main .fours .fif .fif-r ul li{
	width: 380px;
	height: 195px;
	float: left;
	margin: 0 9.5px;
	margin-bottom: 19px;
	position: relative;
}
.main .fours .fif .fif-r ul li:nth-child(2n-1){
	margin-left: 0;
}
.main .fours .fif .fif-r ul li:nth-child(2n){
	margin-right: 0;
}
.main .fours .fif .fif-l:hover .black,
.main .fours .fif .fif-r ul li:hover .black{
	display: none;
}



.consult{
	background-color: #f7f7f7;
}
.consult .title{
	font-size: 32px;
    color: #333;
    font-weight: bold;
    letter-spacing: 0.1em;
    width: 100%;
	text-align: left;
	padding: 60px 0 20px;
}
.consult .line{
	width: 100%;
	height: 1px;
	background-color: #ececec;
	position: relative;
}
.consult .two{
	padding: 60px 0 80px 0;
}
.consult .two ul li.consult-l{
	float: left;
	width: 354px;
	height: auto;
}
.consult .two ul li.consult-r{
	float: right;
	width: calc(95% - 354px);
	height: auto;
}
.consult .two ul li .content{
	line-height: 26px;
	margin: 0;
	/*text-align: center;*/
}
.consult .two ul li .content .name{
	font-size: 24px;
	color: #333;
	font-weight: 600;
	text-align: left;
}
.consult .two ul li .content div{
	margin-bottom: 5px;
}
.consult .two ul li .images,
.consult .two ul li .images img{
	width: 100%;
	height: auto;
}
.consult .two ul li form{
	margin: 20px 0;
}
.consult .two ul li .consult-l-a{
	width: 100%;
}
.consult .two ul li .consult-l-b{
	float: left;
	width: 45%;
}
.consult .two ul li .consult-l-c{
	float: right;
	width: 45%;
}
.consult .two ul li label{
	width: 100%;
	text-align: left;
	display: block;
	font-weight: 400;
}
.consult .two ul li .consult-input{
	width: 100%;
	min-height: 45px;
	background-color: #fff;
    border: 1px solid #e8e8e8;
	box-sizing: border-box;
	padding: 8px 14px;
	border-radius: 5px;
}
.consult .two ul li .consult-textarea{
	width: 100%;
	height: 75px;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	padding: 10px 14px;
	border-radius: 5px;
}
.consult .two ul li .button{
	color: #fff;
	background-color: #139cff;
	cursor: pointer;
}
.consult .two ul li .button:hover{
	color: #139cff;
	background-color: #fff;
	transition: .5s;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */ 
	color: rgba(102,102,102,0.8);
}
::-moz-placeholder { /* Firefox 19+ */
	color: rgba(102,102,102,0.8);
}
:-ms-input-placeholder { /* IE 10+ */ 
	color: rgba(102,102,102,0.8);
}
:-moz-placeholder { /* Firefox 18- */ 
	color: rgba(102,102,102,0.8);
}
select{
	padding: 10px !important;
	color: rgba(102,102,102,0.8);
	background-color: #fff;
}
select:focus,
input[type=text]:focus,
input[type=submit]:focus,
textarea:focus{
    outline: none;
}



.foot{
	font-size: 15px;
	color: #fff;
	background-color: #003371;
	padding: 50px 0;
}
.foot .title{
	font-size: 26px;
	font-weight: bold;
}
.foot .foot-logo{
	border-bottom: 1px solid #fff;
}
.foot .foot-logo img{
	width: 50px;
	margin-right: 5px;
	margin-bottom: 15px;
}
.foot .foot-logo span{
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	line-height: 60px;
}
.foot .three{
	margin: 30px 0;
	line-height: 40px;
}
.foot .three ul li{
	float: left;
	width: 29%;
}
.foot .three ul li:first-child{
	width: 40%;
}
.foot .three ul li:nth-child(2){
	margin-left: 2%;
}
.foot .three ul li:nth-child(2) div{
	display: inline-block;
	width: 48%;
}

.foot .three ul li img.icon{
	width: 22px;
	height: auto;
	vertical-align: middle;
	margin-right: 6px;
}
.foot .three ul li .content p{
	display: inline-block;
}
.foot .three ul li .code img{
	width: 120px;
	height: 120px;
}
.foot .three ul li .code img,
.foot .three ul li .code span{
	display: block;
	margin: 0 auto;
	margin-top: 15px;
	text-align: center;
}

.foot .footer{
	color: rgba(255,255,255,0.5);
	width: 100%;
	text-align: center;
	padding-left: 35px;
	box-sizing: border-box;
}


/*点击图片显示大图*/
.image_click{
	cursor: pointer;
}
.opacityBottom{
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
}
.none-scroll{
	overflow: hidden;
	height: 80%;
}
.bigImg{
   	position:fixed;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	z-index: 9999;
}



.menu-button { position: absolute; display: none;  top: 10px; right: 10px; z-index: 1000; cursor: pointer; -webkit-transition: .3s; transition: .3s;}
.menu-button .bar:nth-of-type(1) { margin-top: 0px;}
.menu-button .bar:nth-of-type(3) { margin-bottom: 0px;}
.bar { position: relative; display: block; width: 25px; height: 4px; margin: 5px auto; background-color: #333333; border-radius: 10px; -webkit-transition: .3s; transition: .3s; }
.cross{ margin-top: -8px; }
.cross .bar{ margin: 11px auto; }
.cross .bar:nth-of-type(1) { -webkit-transform: translateY(15px) rotate(-45deg);-ms-transform: translateY(15px) rotate(-45deg); transform: translateY(15px) rotate(-45deg);}
.cross .bar:nth-of-type(2) {  opacity: 0;}
.cross .bar:nth-of-type(3) { -webkit-transform: translateY(-15px) rotate(45deg); -ms-transform: translateY(-15px) rotate(45deg); transform: translateY(-15px) rotate(45deg);}



@media( max-width: 1279px ){
	.container,
	.containers{
		width: 96%; 
	}
	
	.head-r{
		width: calc(100% - 71px);
	}
	.navbar-nav{
		width: 100%;
	}
	.navbar-nav>li{
		width: calc(100%/7);
		text-align: right;
	}
	.navbar-nav>li>a{
		padding: 0;
	}
	
	.banner{
		width: 100%;
		height: 400px;
		overflow: hidden;
	}
	.banner img{
		max-width: none !important;
		width: auto;
		height: 400px;
		position: relative;
		left: 50%;
		transform: translate(-50%);
	}
	.banner .text{
		width: 55%;
	}
	
	.main .ones .four ul li{
		width: 23.5%;
		height: auto;
		margin: 0 1%;
	}
	
	.main .twos .nine{
		padding-bottom: 80px;
	}
	.main .twos .nine ul li{
		width: 32%;
		height: auto;
		margin-bottom: 2%;
	}
	.main .twos .nine ul li:nth-child(3n-1){
		margin: 0 2%;
	}
	
	.main .threes .two{
		padding-bottom: 80px;
	}
	.main .threes .two ul li{
		width: 48%;
		height: auto;
		margin: 0 2%;
	}
	.main .threes .two ul li ol li{
		width: 100%;
	}
	
	.main .fours .fif .fif-l{
		width: 32.2%;
		height: auto;
		margin-right: 1.6%;
	}
	.main .fours .fif .fif-r{
		width: 100%;
		height: auto;
	}
	.main .fours .fif .fif-r ul li{
		width: 32.2%;
		height: auto;
		margin: 0 0.8% 1.6% 0.8%;
	}
	
	.consult .two ul li.consult-r{
		display: flex;
		min-height: 530px;
	}
	.consult .two ul li.consult-r .images{
		display: flex;
		flex-flow: row wrap;
		align-content: center;	
	}
	
	.about.tab-lx .tabs{
		padding: 0;
	}
	.about.tab-lx .tabs ul{
		width: 100%;	
	}
	.about.tab-lx .tabs ul li{
		width: 18%;
		margin-left: 1% !important;
		margin-right: 1% !important;
	}
	.about.tab-lx .tabs ul li.ml135{
		margin-left: 11% !important;
	}
	.about.tab-lx .tabs ul li.mr135{
		margin-right: 11% !important;
	}
}

@media( max-width: 991px ){
	.consult .two ul li{
		width: 100% !important;
		height: auto !important;
	}
	.consult .two ul li.consult-r{
		min-height: 100%;
	}
}

@media( max-width: 940px ){
	
}

@media( max-width: 850px ){
	.head-r,
	.navbar-nav>li{
		width: auto;
		text-align: left;
	}
	.navbar-nav>li>a{
		padding: 0 0 0 20px !important;
	}	
}

@media( max-width: 767px ){
	.containers{
		width: 92%;
	}
	
	.top{
		height: auto;
		line-height: 22px;
		padding: 10px 0;
	}
	.top ul li:first-child,
	.top ul li .address,
	/*.top ul li .address span,*/
	.foot .three ul li:nth-child(4),
	.foot .three ul li .address{
		display: flex;
		align-items: center;
	}
	.top ul li .address .icon,
	.foot .three ul li .address .icon{
		margin-right: 10px;
	}
	
	.head-housing{
		height: 80px;
	}
	.head{
		height: 80px;
		line-height: 80px;
		position: relative;
	}
	.head .head-l .logo{
		width: 50px;
	}
	
	.navbar-toggle{
		position: absolute;
		top: 64px;
		right: 0;
	}
	.navbar-collapse{
		width: 100%;
		height: 100vh;
		background-color: #fff;	
		padding: 0;
		border: 0;
		position: absolute;
		top: 80px;
		left: 0;
	}
	.navbar-nav>li>a{
		color: #333 !important;
		height: 54px;
		line-height: 54px;
		padding: 0 !important;
		margin-left: 60px;	
	}
	.dropdown-menu>li>a{
		color: #333 !important;
		padding-left: 100px !important;
	}
	
	.banner,
	.banner img{
		height: 300px;
	}
	.banner .headline{
		font-size: 36px;
		padding: 0 1%;
	}
	.banner .text{
		top: 24%;
		left: 10%;
		width: 55%;
	}
	.banner .text .title{
		font-size: 36px;
		margin-bottom: 8px;
	}
	.banner .text .content{
		font-size: 24px;
		line-height: 30px;
	}
	
	.tab{
		display: none;
	}
	.about{
		padding-top: 40px !important;
		padding-bottom: 20px !important;
	}
	.about .title,
	.main .title{
		font-size: 28px;
	}
	.about .content{
		margin: 30px 10px !important;
	}

	.about .four ul li{
		width: 50%;
		margin-bottom: 30px;
	}
	
	.main .title,
	.consult .title{
		padding: 40px 0 20px 0 !important;
	}
	
	.main .ones .four,
	.main .twos .nine,
	.main .threes .two,
	.main .fours .fif,
	.consult .two{
		padding: 30px 0;
	}
	.main .ones .four ul li,
	.main .twos .nine ul li,
	.main .threes .two ul li,
	.main .fours .fif .fif-l,
	.main .fours .fif .fif-r ul li{
		width: 100%;
		height: auto;
		margin: 0 !important;
		padding: 10px;
	}
	.main .threes .two ul li img{
		margin-bottom: 10px;
	}
	.main .threes .two ul li ol li{
		width: 100%;
		height: auto;
		padding: 0;
	}
	.main .black{
		width: calc(100% - 20px);
		height: calc(100% - 20px);
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}	
	
	.consult .two ul li .content{
		margin: 0 10px 20px 10px;
	}
	.consult .two ul li .images{
		padding: 10px;
	}
	
	.foot{
		padding: 40px 0;
	}
	.foot .three{
		padding: 0;
		margin-bottom: 0;
	}
	.foot .three ul li{
		float: none;
		width: 100% !important;
		padding: 0 5%;
		margin: 0 0 20px 0 !important;
	}
	.foot .footer{
		padding-left: 0;
	}
}

@media( max-width: 588px ){
	.top ul li:first-child{
		margin-bottom: 4px;
	}
	
	.navbar-toggle{
		top: 68px;
	}
}

@media( max-width: 439px ){
	.navbar-toggle{
		top: 90px;
	}
}

#head-containers{
    display: flex;
    justify-content: space-between;
}