@charset "utf-8";
/* CSS Document */
.txt {
	width: 100%;
	height: 80px;
}

.txtleft {
	float: left;
	line-height: 30px;
}
.txtleft p {
	color: #fff;
}
.txtright {
	float: right;
	color: #fff;
	line-height: 30px;
}
.txtright a {
	color: #fff;
	margin: 0px 10px;
}
.txtright a:hover {
}
/*nav*/
.nav-wrap {
	height: 80px;
	float: right;
	margin: 10px 0px 0 0;
}
.navbrand {
}
.navbrand ul {
	height: 100%;
}
.navbrand ul li {
	width: 100px;
	float: left;
	margin-right: 8px;
	position: relative;
}
.navbrand ul li>a {
	width: 100%;
	color: #323030;
	height: 80px;
	position: relative;
	display: inline-block;
	z-index: 20;
	text-align: center;
	line-height: 80px;
	font-size: 16px;
	font-weight: bold;
}
.navbrand ul li>a:hover, .navbrand ul li>a.navdown {
	color: #0259a6;
}
.navbrand ul li>a:before, .navbrand ul li>a:before {
	transition: 1s all;
}
.navbrand ul li:hover>a:before, .navbrand ul li>a:hover:before, .navbrand ul li>a.navdown:before {
	position: absolute;
	left: 50%;
	bottom: 15px;
	content: "";
	width: 65%;
	height: 2px;
	background: #1463a8;
	transform: translate(-50%, 0);
}
.navbrand ul li>.nav_kid {
	width: 168px;
	position: absolute;
	top: 80px;
	left: 56%;
	margin-left: -95px;
	background: rgb(255, 255, 255);
	z-index: 999;
	display: none;
	box-shadow: 0px 2px 12px rgba(102, 102, 102, 0.17);
	padding: 15px 0;
}
.navbrand ul li>.nav_kid p {
	width: 100%;
	height: 36px;
	display: inline-block;
	line-height: 36px;
	text-align: center;
}
.navbrand ul li>.nav_kid p a {
	color: #333;
	text-align: center;
	position: relative;
	display: inline-block;
}
.navbrand ul li>.nav_kid p>a:hover {
	color: red;/* font-weight: bold; */
}
.navbrand ul li>.nav_kid p a:before {
	content: "";
	position: absolute;
	left: -14px;
	top: 18px;
	width: 0;
	height: 1px;
	background: #005e50;
	transition: .5s all;
}
.navbrand ul li>.nav_kid p a:after {
	content: "";
	position: absolute;
	right: -14px;
	top: 18px;
	width: 0;
	height: 1px;
	background: #005e50;
	transition: .5s all;
}
.navbrand ul li>.nav_kid p:hover >a:before {
	width: 20px;
	left: -32px;
}
.navbrand ul li>.nav_kid p:hover >a:after {
	width: 20px;
	right: -32px;
}
.nav {
}
.logo {
	float: left;
	margin-top: 20px;
}
.logo img {
}
.tup {
	padding: 60px 0px;
}
.tup-left {
	float: left;
}
.tup-left li {
	overflow: hidden;
	margin-bottom: 25px;
}
.tup-left li img {
	border-radius: 5px;
	transition: all 0.3s linear;
	border: 1px solid #e5e5e5;
}
.tup-left li a {
}
.tup-left li a h2 {
	font-size: 18px;
	margin-top: 20px;
	font-weight: bold;
	text-indent: 1em;
}
.tup-left li a p {
	line-height: 30px;
	margin-bottom: 10px;
	text-indent: 1.3em;
}
.tup-right {
	float: right;
}
.tup-right li {margin-bottom: 25px;}

.tup-right li:hover img {
}
.tup-right li a {}
.tup-right li a h2 {font-size: 18px;margin-top: 20px;font-weight: bold;text-indent: 1em;}
.tup-right li a p {line-height: 30px;margin-bottom: 10px;text-indent: 1.3em;}
.tp {
	overflow: hidden;
}
.tp img {
	border-radius: 5px;
	transition: 1s ease-out;
	width: 620px;
	border: 1px solid #e5e5e5;
}
.tp img:hover {
	transform: scale(1.2);
	overflow: hidden;
}
.part04{
  width: 100%;
  height: 560px;
  background-image: url(../images/bg.jpg);
  background-attachment:fixed;
  overflow: hidden;
  margin-top: 60px;
}
.part04 p{
  display: block;
  margin-top: 195px;
  height: 90px;
  font-size: 50px;
  color: #ffffff;
  letter-spacing: 0px;
  text-align: center;
}
.part04 span{
  display: block;
  font-size: 30px;
  color: #ffffff;
  letter-spacing: 0px;
  text-align:  center;
}
.h-news01{
  height: auto;
  overflow: hidden;
}
.h-news01 li{
  float: left;
  padding:15px;
  width: 30%;
  border: 1px solid #efefef;
  overflow: hidden;
  margin: 20px 20px 50px;
  transition: 1s ease-out;
}
.h-news01 li:hover{
  background-color: #015cad;
  transition: 1s ease-out;
}
.h-news01 li .n-date{
  height: 135px;
}
.h-news01 li .n-date .day01{
  height: 95px;
  text-align: left;
}
.h-news01 li .n-date .day02{
  font-size: 15px;
  color: #b7b7b7;
  letter-spacing: 0px;
}
.h-news01 li:hover .n-date .day02{
  color: #ffffff;
}
.h-news01 li .n-date .day01 .n-day-1{
  width: 75px;
  height: 95px;
  font-size: 61px;
  color: #b7b7b7;
  font-family: impact;
  line-height: 95px;
}
.h-news01 li:hover .n-date .day01 .n-day-1{
  color: #ffffff;
}
.h-news01 li .n-date .day01 .n-day-2{
  font-size: 20px;
  color: #b7b7b7;
  line-height: 120px;
}
.h-news01 li:hover .n-date .day01 .n-day-2{
  color: #ffffff;
}
.h-news01 li a h2{
  display: block;
  height: 36px;
  font-size: 16px;
  line-height: 150%;
  overflow: hidden;
  font-weight: bold;
}
.h-news01 li:hover a h2{
  color: #ffffff;
}
.h-news01 li span{
  display: block;
  height: 28px;
  font-size: 16px;
  color: #b7b7b7;
}
.h-news01 li:hover span{
  color: #ffffff;
}
.h-news01 li .tu{
  margin-bottom: 25px;
  /* width: 270px; */
  /* height: 150px; */
  overflow: hidden;
}
.h-news01 li p{
  margin-bottom:10px;
  display: block;
  /* height: 80px; */
  font-size: 16px;
  color: #363636;
  line-height: 30px;
  overflow: hidden;
  letter-spacing: 0px;
}
.h-news01 li:hover p{
  color: #ffffff;
}
.text{
    text-align: center;
    font-size: 25px;
    padding: 50px 0px;
}
.text h2{
    line-height: 68px;
    font-size: 40px;
    font-weight: bold;
}
.text span{
    width: 50px;
    display: block;
    background: #015cad;
    height: 2px;
    margin: 0px auto;
}
.more{
    text-align: center;
    background: #015cad;
    width: 160px;
    display: block;
    margin: 0px auto;
    height: 45px;
    transition: 1s ease-out;
}
.more:hover{background: white;border: 1px solid #015cad;transition: 1s ease-out;}
.more:hover a p{
    color: #015cad;
}
.more a p{
    color: white;
    line-height: 45px;
}.link-bg{
  width: 100%;
  height: 70px;
  background-color: #f4f4f4;
  margin-top: 50px;
}
.link a{
  float: left;
  display: block;
  margin-right:15px;
  font-size: 16px;
  color: #646464;
  line-height: 70px;
}
.link a:hover{
	color: #0259a6;
}
.foot1{
  padding: 50px 0px 0px;
  height: 335px;
}
.foot1-1{
  float: left;
  width: 356px;
  height: auto;
  overflow: hidden;
}
.fl {
    float: left;
}
.f-tit01{
  height: 66px;
}
.f-tit01 .tit01{
  height: 25px;
  font-size: 18px;
  color: #ececec;
}
.f-tit01-1{
  font-size: 14px;
  color: #7e7e7e;
  letter-spacing: 0px;
}
.f-tit011{
  height: 66px;
  margin-left: 32px;
}
.f-tit011 .tit011{
  height: 25px;
  font-size: 18px;
  color: #ececec;
}
.f-tit011-1{
  font-size: 14px;
  color: #7e7e7e;
  letter-spacing: 0px;
}
.f-phone01{
  width:100%;
  height: 34px;
}
.f-phone01 p{
  display: block;
  float: left;
  height: 34px;
  font-size: 16px;
  color: #ececec;
  line-height: 34px;
  margin-left: 16px;
}
.f-phone01 span{
  display: block;
  float: left;
  height: 44px;
  font-size: 25px;
  color: #ececec;
  letter-spacing: 0px;
  line-height: 115px;
  margin-left: -135px;
}
.fr {
    float: right;
}
.f-content01{
  margin-top: 40px;
  font-size: 14px;
  color: #e9e8e8;
  line-height: 28px;
  letter-spacing: 0px;
}
.foot1-2{
  margin-left: 78px;
  float: left;
  width: 210px;
  height: auto;
  overflow: hidden;
}
.ipt-div{
  float: left;
  width: 250px;
  height: 40px;
  border: 1px solid #c9c9c9;
  font-size: 15px;
  color: #7e7e7e;
  text-indent: 15px;
  line-height: 40px;
}
.ipt-div2{
  margin-top:15px;
  float: left;
  width: 522px;
  height: 143px;
  border: 1px solid #c9c9c9;
  font-size: 15px;
  color: #7e7e7e;
  text-indent: 15px;
  line-height: 40px;
}
.ipt-div2 p{
  display: block;
  float: left;
}
.input01{
  width: 170px;
  height: 28px;
  font-size: 14px;
  color: #666666;
}
.input01-l{
  margin-left:20px;
}
.input02{
  width: 438px;
  height: 120px;
  font-size: 14px;
  color: #666666;
  line-height: 150%;
}
.input03{
	margin-top:8px;
  width: 100px;
  height: 28px;
  font-size: 14px;
  color: #666666;
  border:1px solid #c9c9c9;
}
.BOTTOM-form05-l {
    height: 50px;
    float: left;
}
.BOTTOM-form04 {
    float: left;
    width: 117px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background-color: #e60012;
    margin-right: 15px;
    margin-top: 15px;
}
.banquan{
  height: 65px;
  border-top: 1px solid #545454;
  font-size: 14px;
  color: #cfcfcf;
  text-align: center;
  line-height: 65px;
}
.food {
    background: #343333;
}
.dbdaohang{}
.dbdaohang li{
    float:  left;
    width: 187px;
    line-height: 30px;
}
.dbdaohang li a{
    color: #e9e8e8;
}
.banquan a{
  color: #cfcfcf;
  margin-right: 16px;
}