﻿/*閫氱敤绫�*/
wocao{
	margin:0;
	padding:0;
}

body{
	min-width:1200px;
	margin:0 auto;
	font-size:14px;
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	background:#fff;
	text-align:justify;
	color:#555;
}
h1,h2,h3{
	font-weight:500;
}

img{
	border:none;
}

a{
	cursor:pointer;
	color:#555;
	text-decoration:none;
	outline:none;
}
a:hover{
	color:#279f89;
}
ul{
	list-style-type:none;
}
em{
	font-style:normal;
}
.lt{
	float:left;
}
.rt{
	float:right;
}
input.sub,label{
	border:none;
	cursor:pointer;
}
input,textarea{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	outline:none;	
}
table{
	border-collapse:collapse;	
}
table td,table th{
	padding:0;	
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#999;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#999;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#999;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#999;
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.line5{
	font-size:1px;height:5px;width:100%;clear:both;	
}
.line10{
	font-size:1px;height:10px;width:100%;clear:both;	
}
.line20{
	font-size:1px;height:20px;width:100%;clear:both;	
}
/*wrapin 涓讳綋瀹瑰櫒瀹藉害*/
.wrapin{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	cursor:auto;
}
.ocean {
  height: 5%;
  width: 100%;
  position: absolute;
  top: 355px;
  left: 0;
  background: #392199;
}

.wave {
  background: url(../images/wave.png) repeat-x;
  position: absolute;
  top: -198px;
  width: 6400px;
  height: 198px;
  -webkit-animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
          animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}

.wave:nth-of-type(2) {
  top: -175px;
  -webkit-animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
          animation: wave 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 7s ease -1.25s infinite;
  opacity: 1;
}

@-webkit-keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}
@-webkit-keyframes swell {
  0%, 100% {
    transform: translate3d(0, 5px, 0);
  }
  50% {
    transform: translate3d(0, 5px, 0);
  }
}
@keyframes swell {
  0%, 100% {
    transform: translate3d(0, 5px, 0);
  }
  50% {
    transform: translate3d(0, 5px, 0);
  }
}
.display{
	display: flex;
	justify-content: center;
}

/*鍏敤CSS 寮€濮�*/

.header{
	position: relative;
	z-index: 100;
	height: 70px;
	width: 100%;
	background:#fff;
	box-shadow:0 0 5px #999;
}
.header .logo{
	float: left;
	display: block;
	height: 70px;
}
.header .logo img{
	display: block;
	height: 70px;
}
.head_rt{
	float: right;
}
.nav{
	float: left;
}
.nav a{
	float: left;
	margin-right:50px;
	line-height: 70px;
	height: 68px;
	font-size:15px;
	color:#333;
}

.nav a:hover,.nav a.hover{
	color:#279f89;
	border-bottom:2px solid #279f89;
}
.head_lg{
	float: left;
	padding:18px 0 0 0;
}
.head_lg a{
	float: left;
	display: block;
	width: 73px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border:1px solid #279f89;
	border-radius:3px;
	margin-left:10px;
	color:#279f89;
	font-size:15px;
}

/*.nav a:hover i,.nav a.hover i{*/
	/*width: 60px;*/
	/*height: 4px;*/
	/*position: absolute;*/
	/*bottom: 14px;*/
	/*left: 50%;*/
	/*margin-left:-30px;*/
	/*background:#24b0de;*/
/*}*/

.nav em{
	display: block;
	width: 60px;
	height: 19px;
	line-height: 15px;
	font-size:10px;
	color:#fff;
	text-align: center;
	background:url("nav_em.png") no-repeat top center;
	position: absolute;
	top: 8px;  /*楂樺害璋冭妭*/
	left: 50%; /*灞呬腑 鍦╠iv nav閲�*/
	margin-left:210px;/*宸﹀彸浣嶇疆璋冭妭*/
}
.head_lg .a1{
	color:#fff;
	background:#279f89;
}

.banner{
	position: relative;
	overflow: hidden;
	cursor: pointer;
	width: 100%;
	height: 730px;
	padding-top:80px;
}
.banner .pics li{
	cursor:auto;
	width: 100%;
	height: 700px;
	background-repeat:no-repeat;
	background-position:top center;
}
.banner .btns{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 96px;
	z-index: 60;
	text-align: left;
}
.banner .btns span{
	display: inline-block;
	width: 10px;
	height: 10px;
	font-size:1px;
	margin:0 3px;
	background:#fff;
	border-radius:5px;
}
.banner .btns .hover{
	background:#279f89;
	width: 25px;
}
.banner dl{
	padding:122px 0 0 0;
	color:#fff;
}
.banner dt{
	height: 108px;
	line-height: 108px;
	font-size:54px;
}
.banner dd{
	height: 42px;
	line-height: 42px;
	font-size:18px;
	padding-left:34px;
	background:url("../images/ba_dd.png") no-repeat left center;
}
.banner .donglaoban{
	padding:50px 0 0 0;
	color:#fff;
}
.banner donglaoban{
	padding-left:100px;
	height: 420px;
	width: 420px;
}
.banner .bn{
	display: block;
	width: 150px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius:3px;
	background:#279f89;
	font-size:18px;
	color:#fff;
	margin:20px 40px 0 0;
	float: left;
}

.ft_top{
	height: 100px;
	border-bottom:1px solid #3a5167;
}
.ft_item{
	float: left;
	width: 200px;
	height: 100px;
	color:#fff;	
	position: relative;
	text-align: left; 
}
.ft_item img{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top:-16px;
}
.ft_item dl{
	padding:34px 0 0 35px;
}
.ft_item dt{
	height: 18px;
	line-height: 18px;
	font-weight: bold;
}
.ft_item dd{
	height: 20px;
	line-height: 20px;
	font-size:14px;
	color:#777f91;
}

.ft_ct{
	width: 1200px;
	margin:0 auto;
	padding:32px 0 26px 0;
}
.ft_ct .t1{
	height: 44px;
	line-height: 44px;
	font-weight: bold;
	color:#fff;
}
.fc_left{
	width: 305px;
	float: left;
	padding-top:4px;
}
.fc_left .tp{
	height: 55px;
}
.fc_left li{
	line-height: 40px;
	font-weight: bold;
	font-size:14px;
	color:#fff;
}
.fc_area1{
	float: left;
	width: 370px;
}
.fc_area1 ul{
	width: 240px;
}
.fc_area1 li{
	width: 120px;
	float: left;
	height: 40px;
	line-height: 40px;
}
.fc_area1 a{
	color:#777f91;
}
.fc_area1 a:hover{
	color:#fff;
}
.fc_area2{
	float: left;
	width: 210px;
}
.fc_area2 li{	
	height: 40px;
	line-height: 40px;
}
.fc_area2 a{
	color:#777f91;
}
.fc_area2 a:hover{
	color:#fff;
}
.fc_area3{
	float: left;
	width: 310px;
}
.fc_area3 li{	
	height: 40px;
	line-height: 40px;
	color:#777f91;
}
.ft_bt{
	border-top:1px solid #3a5167;
	text-align: center;
	line-height: 24px;
	color:#70788b;
	padding:18px 0;
}

/*鍏敤CSS 缁撴潫*/

/*hm 棣栭〉*/

.hm_top{
	height: 127px;
	position: relative;
	width: 1200px;
	margin:0 auto;
	z-index: 70;
}
.hm_top .s_wp{
	width: 1200px;
	height: 200px;
	background:#fff;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius:3px;
	box-shadow:0 0 5px #eee;
}
.hm_top .fls{
	width: 400px;
	height: 200px;
	float: left;
	position: relative;
}
.hm_top dl{
	padding:40px 50px 0 110px;
}
.hm_top dt{
	height: 46px;
	line-height: 46px;
	font-size:18px;
	color:#000;
}
.hm_top dd{
	line-height: 24px;
	font-size:14px;
	color:#999;
}
.hm_top img{
	display: block;
	width: 70px;
	height: 70px;
	position: absolute;
	left: 25px;
	top: 44px;
}
.hm_top .fg{
	height: 120px;
	float: left;
	border-left:1px solid #e6e6e6;
	margin:40px 0 0 -1px;
}

.hm_tech{
	width: 1200px;
	margin:0 auto;
	padding:58px 0 76px 0;
	text-align: center;
}
.hm_tech .head{
	height: 150px;	
}
.hm_tech .head dt{
	height: 55px;
	line-height: 55px;
	font-size:28px;
	color:#2a3f54;
}
.hm_tech .head dd{
	height: 33px;
	line-height: 33px;
	color:#999;
}
.te_item{
	width: 250px;
	padding:0 25px;
	height: 190px;
	float: left;
}
.te_item img{
	display: block;
	width: 85px;
	height: 85px;
	margin:0 auto;
}
.te_item dt{
	height: 25px;
	line-height: 25px;
	font-size:16px;
	color:#2a3f54;
}
.te_item dd{
	line-height: 20px;
	color:#999;
	padding-top:5px;
}
.hm_tech .more{
	display: block;
	width: 356px;
	height: 50px;
	line-height: 50px;
	margin:50px auto 0 auto;
	background:#279f89;
	border-radius:5px;
	color:#fff;
	font-size:16px;
}

.hm_tc{
	position: relative;
}
.hm_tc .bg{
	height: 888px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background:#392199;
}
.hm_tc .head{
	text-align: center;
	color:#fff;
	height: 200px;
}
.hm_tc .head dt{
	height: 54px;
	line-height: 54px;
	padding-top:64px;
	font-size:28px;
}
.hm_tc .head dd{
	height: 36px;
	line-height: 36px;
	font-size:16px;
}
.tc_floor{
	width: 380px;
	height: 560px;
	float: left;
	background:#fff;
	border-radius:3px;
	box-shadow:0 2px 5px #ccc;
	position: relative;
}
.hm_tc .fg30{
	width: 30px;
	height: 100px;
	float: left;
}
.hm_tc .t1{
	height: 75px;
	line-height: 75px;
	text-align: center;
	padding-top:24px;
	font-size:24px;
	font-weight: bold;
	color:#2a3f54;
}
.hm_tc .t2{
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size:18px;
	font-weight: bold;
}
.hm_tc .t2 strong{
	font-size:72px;
	color:#279f89;
}
.hm_tc .t3{
	height: 64px;
	line-height: 64px;
	text-align: center;
	color:#ff7452;
	font-size:16px;
}
.hm_tc ul{
	width: 300px;
	margin:10px auto 0 auto;
	border-top:1px solid #ececec;
	padding-top:18px;
}
.hm_tc li{
	height: 36px;
	line-height: 36px;
	width: 110px;
	float: left;
	padding-left:40px;
	background:url("../images/tc_li.png") no-repeat 15px center;
}
.hm_tc .buya{
	display: block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	border-radius:3px;
	text-align: center;
	background:#279f89;
	text-align: center;
	color:#fff;
	position: absolute;
	left: 50%;
	bottom: 56px;
	margin-left:-80px;
}
/*down*/

.down_wp{
	height: 763px;
	background:url("../images/wocao2.jpg") no-repeat top center;
}
.down_wp .head{
	padding:120px 0 150px 0;
}
.down_wp .head dt{
	height: 62px;
	line-height: 62px;
	font-size:36px;
	font-weight: bold;
	color:#2a3f54;
}
.down_wp .head dd{
	height: 32px;
	line-height: 32px;
	color:#777;
	font-size:16px;
}
.down_wp .item{
	float: left;
	width: 244px;
	height: 278px;
	background:#fff;
	border-radius:5px;
	box-shadow:0 0 7px #eee;
	margin-right:20px;
}
.down_wp .item dl{
	padding:36px 0 0 30px;
}
.down_wp .item dt{
	height: 56px;
	line-height: 56px;
	font-size:20px;
	color:#2a3f54;
}
.down_wp .item dd{
	font-size:14px;
	line-height: 30px;
}
.down_wp .down{
	display: block;
	width: 180px;
	height: 50px;
	line-height: 50px;
	background:#279f89;
	border-radius:3px;
	font-size:16px;
	color:#fff;
	text-indent:66px;
	margin:20px 0 0 30px;
	position: relative;
}
.down_wp .down img{
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top:-15px;
}
.down_wp .down2{
	background:#999;
}

/*down*/