@charset "UTF-8";
*{ margin:0; padding:0; border:0;font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Microsoft Yahei", "Wenquanyi Micro Hei", sans-serif;}


/*公共*/
h2{
	font:600 40px/40px '微软雅黑';
}

p{
	font: 14px/22px '微软雅黑';
	color:#666;
}
ul li{
	list-style:none;
}
a{
	 font-size:16px;
}
a:link{text-decoration:none;   /* 指正常的未被访问过的链接*/

}
a:visited{text-decoration:none; /*指已经访问过的链接*/

}
a:hover{text-decoration:none;/*指鼠标在链接*/}a:active{text-decoration:none;/* 指正在点的链接*/ 

}


/*title开始*/
.title-logo{
	width:400px;
	margin:0 auto;
	padding:5px 0;
	position:relative;
}
.title-logo img{
	padding:10px;
	width:100%;
}
.title-logo p{
	padding:10px;
	margin:0;
	font:14px/20px '微软雅黑';
	color:#00a09b;
	font-weight: bold;
	letter-spacing: 0.5px;
}
.title-logo .title-left-bor{
	border-left:1px solid #b5b6b6;
	width:2px;
	height:40px;
	position: absolute;
	top:15px;
	left:50%;
}

.tel{
	margin-left: 60px;
}

.telicon{
	float: left;
}




/*title结束*/

/*nav开始*/
.nav > li:hover .dropdown-menu {
	display: block;
}
.navbar-default {
    background-color: #1e1f1f;
    border-color: #e7e7e7;
}
.navbar {
    border-radius: 0px;
}
.navbar {
    border: 0px solid transparent;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li:hover>a {
	display: inline-block;
    color: #fff;
    border-bottom:9px solid rgba(0,160,155,0.6);
    font:16px/8px '微软雅黑';
    /*background-color: transparent;*/
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active:focus>a, .navbar-default .navbar-nav>.active:hover>a {
    color: #fff;
    /*background-color: #e7e7e7;*/
}
.navbar-default .navbar-nav>li>a {
    color: #b5b6b6;
    font:14px/17px '微软雅黑';
  	font-weight: bold;
}
.navbar-nav>li>a {
    padding:0;
}
.navbar-nav>li{
	padding:18px 0;
	height:40px;
}
.nav{
	width:100%;
}
.nav>li {
    width:8%;
}
.navbar {
    margin-bottom: 0px;
}
.nav>li>p {
    color: #b5b6b6;
    font:16px/17px '微软雅黑';
}
/*nav结束*/

/*about开始*/
.about{
	margin-top:100px;
	padding:50px;
	border-top:1px solid #cbcbcb;
	border-bottom:1px solid #cbcbcb;
	position: relative;
}
.about>.about-img{
	position: absolute;
	top:0;
	left:60px;
	width:80px;
}
.about>.about-img>img{
	width:100%;
	margin-top: 20px;
}
.about>.about-title{
	position: absolute;
	top:-12px;
	left:0;
	width:40%;
	background: #fff
}
.about>.about-title>p{
	padding:0 20px ;
	font:18px/24px '宋体';
	font-family: SourceHanSansSC-Regular;
	font-weight: inherit;
}
.about>.about-img2{
	position: absolute;
	top:-12px;
	right:0;
	width:60px;
	background: #fff;
	
}
.about>.about-img2>img{
	width:100%;
	padding-left:30px;
}
.about>.about-bottom{
	position: absolute;
	bottom:-2px;
	left:0;
	width:70%;
	background: #fff;
	height:10px;
}

/*about结束*/

/*team开始*/
.team-main{
	position: relative;
}
.team-main .team-bg{
	position: absolute;
	bottom:0;
	left:0;
	/*z-index: 10;*/
	height:350px;
	width:40%;
	background:rgba(177,177,203,0.4);
}
.team-main .team-bg>.team-bg-top{
	height:200px;
	width:76px;
	position: absolute;
	top:-15px;
	right:-15px;
	/*z-index: 11;*/
	border-top: 1px solid #dddcda;
	border-right: 1px solid #dddcda;
}
.team-main .team-bg>.team-bg-round{
	height:10px;
	width:10px;
	position: absolute;
	top:-18px;
	right:-18px;
	/*z-index: 12;*/
	border: 1px solid #dddcda;
	border-radius: 50%;
	background:#fff
}

.gaoxintit{
	margin-left: 12%;
  	font:600 30px/60px '微软雅黑';
  	margin-top: 50px;
  	margin-bottom: -80px;
  letter-spacing:2px;
}



.team-main{
	height:555.6px;
}
.team{
	margin-top:100px;
	position: relative;
}
.team>.team-img{
	width:250px;
	position: absolute;
	top:0;
	right:0;
	z-index: 21;
}
.team .team-img-bg{
	width:280px !important;
	position: absolute;
	bottom:0px;
	left:0px;
	z-index: 22;
	opacity:0.5;

}
.team>.team-img>img{
	width:100%;
}
.tab .team-img{
	padding:30px 30px 0;
	z-index: 21;
}
.tab .team-img>img{
	width:150%;
  margin-left:-200px;
  margin-top:5px;
}
.team-introduce{
	padding-top:150px;
}
.team-introduce>h3{
	font:600 30px/60px '微软雅黑';
}
.btn1{
	display: inline-block;
	padding:0px 10px;
	background:#1f1f1f;
	width:130px;
  height:35px;
  line-height:35px;
	font:12px/30px '微软雅黑';
	color:#eee;
  	text-align:center;
}
.btn1:hover{
	color:#eee;
  background:#00a09b;
}

.team ul>.team-bor{
	width:120px;
	height:120px;
	border:6px solid #00a09b;
	padding:-6px;
}
.team ul>li{
	width:120px;
	height:120px;
}
.team ul>li>img{
	width:100%;
}
.team .team-list{
	position: absolute;
	left:40%;
	bottom:0;
	z-index: 20;
}
.team .team-bg-right{
	height:2px;
	width:500px;
	position: absolute;
	bottom:110px;
	right:150px;
	/*z-index: 11;*/
	border-bottom: 1px solid #cbcbcb;
}
.team .team-bg-right>.team-bg-round{
	height:10px;
	width:10px;
	position: absolute;
	top:-5px;
	right:0px;
	/*z-index: 12;*/
	border: 1px solid #dddcda;
	border-radius: 50%;
	background:#fff
}
.team .team-bg-right>.team-bg-text{
	/*height:10px;*/
	/*width:100px;*/
	position: absolute;
	top:-6px;
	right:-100px;
	/*z-index: 12;*/
	background:#fff
}
/*team结束*/

/*news开始*/
.news{
	margin-top:100px;
}
.news>.news-title{
	width:250px;
	margin:0 auto;
}
.news>.news-title>img{
	width:100%;
}
.news-model{
	padding-bottom:60px;
}
.news-model:hover h3{
	color:#00a09b;
}
.news-bg{
	margin:20px 0 0 180px;
	width:380px;
	height:140px;
	background:#f5f5f5;
}
.news-main{
	padding:100px 0;
}
.news-main img{
	width:60px;
}
.news-main h3{
	font:600 18px/40px '微软雅黑';
  margin-bottom:6px;
}
.news-main p{
	font:14px/20px '微软雅黑';
}
/*news结束*/

/*video开始*/
.video{
	/*height:500px;*/
	overflow: hidden;
	
	
}
.video-img{
	width:100%;
	position: relative;
}
.video-img .video-img-shade{
	display: none;
}
.video-img:hover .video-img-shade{
	width:100%;
	position: absolute;
	top:0;
	left:0;
	/*z-index: 25;*/
	display: block;
	height:500px;
	background:rgba(0,0,0,0.3);
}
.video-img>.video-imgs{
	width:100%;
	height:500px;
}
.video-img>.video-icon{
	position: absolute;
	top:40%;
	left:45%;
}
/*video结束*/

/*cooperation开始*/
.cooperation{
	margin-top:100px;
}
.cooperation>.cooperation-title{
	width:250px;
	margin:0 auto;
	padding-bottom:100px;
}
.cooperation>.cooperation-title>img{
	width:100%;
}
.cooperation>.cooperation-main img{
	width:100%;
}
.cooperation-bg{
	margin-top:20px;
	background: #fff url(../images/cooperation-bg.png) no-repeat 60%;
	height:150px;
}
.cooperation-bg p{
	font:600 20px/150px '微软雅黑';
}
.cooperation-bg p > span{
	color:#00a09b;
	font:600 24px/150px '微软雅黑';
}
/*cooperation结束*/

/*shop开始*/
.shop{
	margin-top:100px;
}

.shop>.shop-title{
	width:250px;
	margin:0 auto;
	padding-bottom:100px;
}
.shop>.shop-title>img{
	width:100%;
}
.shop-content{
	margin-bottom:60px;
}
.shop-content-title{
	position: relative;
	z-index: 21;
	font:20px/30px '微软雅黑';
	font-weight: bold;
	text-align: right;
}
.shop-content-text{
	font:14px/24px '微软雅黑';
	margin-top:20px;
	position: relative;
	z-index: 21;
	border-left:1px solid #cbcbcb;
}
.shop-content-title2{
	color:#00a09b;
}
.shop-content-text2{
	color:#00a09b !important;
}
.shop-content-text>.shop-icon,.shop-content-text2>.shop-icon{
	height:10px;
	width:10px;
	position: absolute;
	top:-5px;
	left:-5px;
	z-index: 21;
	border: 1px solid #dddcda;
	border-radius: 50%;
	background:#fff
}
.shop-content>.shop-bg{
	position: absolute;
	bottom:-15px;
	left:100px;
	z-index: 1;
	width:120px;
	height:70px;
	background:#f5f5f5 ;
	display:none;
}

/*shop结束*/


/*news开始*/
.honor{
	margin-top:100px;
}
.honor>.honor-title{
	width:250px;
	margin:0 auto;
}
.honor>.honor-title>img{
	width:100%;
}
.honor-main{
	position: relative;
}
.honor-bg{
	position: absolute;
	bottom:-12px;
	left:0;
	z-index: 1;
	width:100%;
	height: 400px;
	background:#e7eceb;
}
.honor-content{
	margin-top:120px;
	margin-bottom: 40px;
	position: relative;
	z-index: 21;
}
.honor-content>img{
	width:100%;
}
.honor-content>.honor-right{
	padding:80px 60px;
}
.honor-content>.honor-right>h3{
	font:600 38px/50px '微软雅黑';
  	margin-bottom:20px;
}
.honor-content>.honor-img{
	width:100%;
	margin-top:-50px;
}

/*contact开始*/
.contact{
	padding:50px 0;
	background: #f5f5f5;
}
.contact .contact-title{
	width:200px;
	padding-bottom:60px;
}
.contact .contact-title>img{
	width:100%;
}
.contact-tel{
	margin-top:20px;
}
.contact-tel>p{
  	padding-top:5px;
	font:600 18px/26px '微软雅黑';
	color:#333;
}
.contact-tel>p>span{
	font:18px/24px '微软雅黑';
	color:#666;
}

.contact2>h3{
	font:600 18px/24px '微软雅黑';
	padding-bottom:20px;
}

.contact3{
	margin-top:60px;
}

/*contact结束*/


/*footer开始*/
.footer{
	background-color: #1f1f1f;
}
.footer p{
	padding:10px 0;
	font:12px/24px '微软雅黑';
	color:#b5b6b6;
}
/*footer结束*/

.mendianbox{
  	width:1100px;
  	height: 701px;
	margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 70px;
}

.mendianbox img{
	width:100%;
  	display: block;
}

