.logo h1 {
  padding-top: 10px;
  padding-bottom: 0;
}
.logo h1 a {
  display: block;
  height: 77px;
  width: 430px;
  background: url(/2023tzjh/images/logo.png) no-repeat center center;
}
.banner {
  z-index: 1;
  position: relative;
  height: 400px;
  min-width: 1200px;
  background: url(/2023tzjh/images/banner.png) no-repeat center center;
}
.banner .tit-text1 {
  position: relative;
  margin: auto;
  height: 105px;
  width: 846px;
  padding-top: 181px;
}
.banner .tit-text1 img {
  /*position: absolute;*/
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.banner .tit-text2 {
  margin: auto;
  margin-top: 25px;
  position: relative;
  height: 51px;
  width: 663px;
}
.banner .tit-text2 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.h-con {
  position: absolute;
  width: 100%;
  z-index: 99;
}
.nav {
  margin-top: 10px;
  height: 50px;
  background-color: #17447b;
}
.nav .nav-one > li {
	float: left;
	padding-top: 0;
	padding-right: 9px;
	padding-bottom: 0;
	padding-left: 9px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right;
}
.nav .nav-one > li > a {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	line-height: 50px;
	transition: all 0.5s;
}
.nav .nav-one > li:hover > a {
  color: #fff04c;
}
.nav .nav-one .curr > a {
  color: #fff04c;
}
.hd {
  padding-bottom: 5px;
  border-bottom: 1px solid #dbeaf4;
}
.hd .tit {
	position: relative;
	font-size: 18px;
	color: #17447b;
	line-height: 24px;
	padding-left: 10px;
	font-weight: bold;
	margin-left: 100px;
}
.hd .tit::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 4px;
  height: 24px;
  background-color: #fff04c;
}
.hd .more {
  float: right;
}
.hd .more a {
  display: block;
  font-size: 14px;
  color: #4692c8;
  height: 24px;
  line-height: 24px;
  transition: all 0.5s;
}
.hd .more:hover a {
  color: #17447b;
}
.brief {
  margin-top: 36px;
  float: left;
}
.brief .cover {
	float: left;
	width: 200px;
	height: 152px;
	margin-left: 20px;
}
.brief .cover img {
  height: 100%;
  width: 100%;
}
.brief .brief-con {
	float: right;
	width: 850px;
}
.brief .text {
	margin-top: 4px;
	font-size: 16px;
	line-height: 24px;
	color: #555;
	text-indent: 2em;
	text-align: justify;
	margin-left: 15px;
	width: 850px;
}
.completed {
  margin-top: 36px;
  float: right;
  width: 380px;
}
.completed .bd {
  height: 111px;
  margin-top: 10px;
  overflow: hidden;
}
.completed li {
  height: 111px;
  width: 380px;
  background-color: #edf4fa;
}
.completed .imgbox {
  margin-top: 10px;
  margin-left: 10px;
  float: left;
  height: 90px;
  width: 90px;
  border-radius: 45px;
  overflow: hidden;
}
.completed .comp-con {
  float: left;
  margin-left: 10px;
  width: 253px;
  padding-top: 10px;
}
.completed .name {
  color: #17447b;
  font-size: 16px;
}
.completed .job {
  padding-left: 20px;
  color: #17447b;
  font-size: 14px;
}
.completed .text {
  margin-top: 16px;
  font-size: 14px;
  line-height: 18px;
  color: #555;
  text-align: justify;
}
.btns {
	margin-top: 30px;
	text-align: center;
	margin-left: 100px;
}
.btns .btn {
  float: left;
  margin-left: 11px;
  display: block;
  width: 160px;
  height: 90px;
  transition: all 0.5s;
  background-image: linear-gradient(90deg, rgba(70, 146, 200, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, 
            normal;
  border: solid 1px #dbeaf4;
}
.btns .btn:first-child {
  margin-left: 0;
}
.btns .btn:hover {
  background-image: linear-gradient(90deg, rgba(255, 240, 76, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, 
            normal;
  border: solid 1px #d2ce63;
}
.btns .icon {
  margin-top: 6px;
  height: 48px;
  background: no-repeat center bottom;
}
.btns .icon1 {
  background-image: url(/2023tzjh/images/btn1.png);
}
.btns .icon2 {
  background-image: url(/2023tzjh/images/btn2.png);
}
.btns .icon3 {
  background-image: url(/2023tzjh/images/btn3.png);
}
.btns .icon4 {
  background-image: url(/2023tzjh/images/btn4.png);
}
.btns .icon5 {
  background-image: url(/2023tzjh/images/btn5.png);
}
.btns .icon6 {
  background-image: url(/2023tzjh/images/btn6.png);
}
.btns .icon7 {
  background-image: url(/2023tzjh/images/btn7.png);
}
.btns .tit {
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #17447b;
}
.slide-box {
  margin-top: 30px;
  margin-bottom: 20px;
}
.slide-box .con {
  width: 1200px;
  overflow: hidden;
}
.slide-box .bd {
  margin-top: 10px;
}
.slide-box .bd li {
  float: left;
  width: 200px;
  margin-right: 18px;
}
.slide-box .bd li:hover img {
  transform: scale(1.1);
}
.slide-box .bd .imgbox {
  height: 148px;
  width: 198px;
  overflow: hidden;
  border: solid 1px #dddddd;
}
.slide-box .bd .imgbox img {
  height: 100%;
  width: 100%;
  transition: all 1s;
  transform: scale(1.01);
}
.slide-box .bd .tit {
  font-size: 16px;
  line-height: 36px;
  color: #555;
}
.footer {
  height: 56px;
  background-color: #edf4fa;
  line-height: 56px;
  font-size: 14px;
  text-align: center;
  color: #818181;
  transition: all 0.5s;
}
.footer a {
  color: #818181;
}
.footer a:hover {
  color: #17447b;
}
.kt-bt {
	font-size:24px;
	font-style:inherit;
	color:#003366;
	font-family: Arial, Helvetica, sans-serif;
}
