 @font-face {
         font-family:'bold';
         src: url('../ttf/pingfang%20bold.ttf');
     }
	  @font-face {
         font-family:'changgui';
         src: url('../ttf/pingfang%20regular.ttf');
     }
	  @font-face {
         font-family:'zhongdeng';
         src: url('../ttf/pingfang%20medium.ttf');
     }
 * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
	html,body {
	        width: 100%;
	        height: 100%;
	    }
#box{
	 overflow: hidden;
	 position: relative;
	 min-height: 100%;
}
/* 导航栏 */
.navbar {
	margin: 0;
}
.container-fluid{
	position: relative;
	padding-bottom: 2%;
	background-color: #FFFFFF;
}
.navbar-brand>img{
	display: block;
	width: 100%;
	margin-left: 50%;
}
.navbar-nav{
	margin-top: 2%;
	margin-left: 18%;
	font-size: 16px;
}
.navbar-nav li a{
	font-weight: 700;
}
.navbar-default .navbar-nav > li > a{
	color: #131313;
	font-family: PingFang-SC-Bold;
	font-weight: normal;
	font-stretch: normal;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{
	color: #5c9ba4;
}
.input-group{
	margin-top: 2.5%;
	width: 15%;
}
.form-control{
	border: 0px;
}
.input-group-addon{
	border: 0px;
	background-color: #FFFFFF;
	padding: 0px;
}
.input-group-addon img{
	width: 30px;
	
}
.dtkuai1{
	width: 70%;
	margin: auto;
}
.dtcard1{
	width: 100%;
	display: flex;
}
.dtleft{
	width: 50%;
}
.dtright{
	width: 50%;
	padding-top:2%;
}
.carousel-indicators{position: relative;margin-top: 5%;}
.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);background-color:#74b5bf;border-radius:10px;}
.carousel-indicators .active{width:10px;height:10px;margin:0;background-color:#37848c;}
.carousel-inner{
	height: 500px;
}
.dtright h1{
	font-family: changgui;
	text-align: center;
	color: #5c9ba4;
	margin-bottom: 40px;
}
.dtright h3{
	text-align: center;
}
.dtright p{
	text-align: center;
	letter-spacing: 3px;
	font-weight: 500;
	font-size: 20px;
	font-family:changgui;
	margin-bottom: 35px;
}
.dtright a{
	color: #fff;
	background-color: #037b8a;
	padding: 2%;
	padding-left: 6%;
	padding-right: 6%;
	border-radius: 3px;
	margin: auto;
	display: table;
	margin-top: 2%;
	cursor: pointer;
}
.dtright a:hover{
	background-color: #1ca8ba;
	transition: all 0.6s;
	text-decoration: none;
}
.dtkuai2{
	width: 100%;
}
.neiyi{
	width: 70%;
	margin: auto;
	margin-bottom: 3%;
	margin-top:80px;
}
.neiyi p{
	text-align: center;
	font-size: 18px;
	color: #00798a;
}
.neihezi{
	border-top: 1px solid #e5e5e5;
	padding-top: 3%;
	margin-bottom: 5%;
}
.neihezi span{
	display: block;
	font-weight: 300;
	margin-top: 2%;
	text-align: center;
}
.neihezi li{
	list-style: none;
}
.neidp{
	border-top: 1px solid #e5e5e5;
	display: flex;
	width: 100%;
	margin: auto;
}
.dp{
	width: 33%;
	text-align:center;
}
.dp img{
	    width: 50%;
    margin-top: 20%;
}
.dp h4{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #151515;
	text-align:center;
	font-family:bold !important;
}
.dp h6{
	font-family: PingFang-SC-Regular;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #151515;
	text-align:center;
	font-weight:300;
}
#btn{
	display: inline-block;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	padding-left: 0;
	padding-right: 0;
	background-color: #fff;
	margin-top: 3%;
}
#btn img{
	width: 20%;
}
.dropdown-menu{
	border: 0px;
	position: absolute;
	width: 40%;
	margin-top: -2%;
	margin-left: 28%;
	box-shadow: 0 0;
}
#ipt{
	position: absolute;
	width: 36%;
	left: 31%;
	top: 34%;
	height: 50px;
	border: 1px solid;
	border-radius: 30px;
	padding-left: 2%;
	font-size: 16px;
	letter-spacing: 2px;
	display: none;
}
#gb{
	position: absolute;
	width: 1%;
	margin-top: -25px;
    margin-left: -13px;
	display: none;
	cursor: pointer;
	z-index: 3;
	opacity: 0.5;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img{
	width:500px;
	height:100%;
	margin:auto;
}
.item img{
	width:666;
	height:400;
	margin:auto;
}
strong{text-align: center;
    display: block;}