.banner {
  width: 100%;
}
.banner img {
  display: block;
  width: 100%;
}
.nav2 {
  width: 100%;
  overflow: hidden;
  margin-top: -103px;
}
.nav2 .nav2_box {
  width: 100%;
  height: 133px;
  background: #0561b4;
  box-shadow: 0px -5px 7px 0px rgba(79, 79, 79, 0.25);
  border-top: 12px solid #ffffff;
  box-sizing: border-box;
}
.nav2 .nav2_box ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.nav2 .nav2_box ul li {
  height: 100%;
  line-height: 121px;
  margin-right: 60px;
}
.nav2 .nav2_box ul li a {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
.nav2 .nav2_box ul .on {
  position: relative;
}
.nav2 .nav2_box ul .on a {
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  color: #ebc75b;
}
.nav2 .nav2_box ul .on::before {
  content: "";
  width: 16px;
  height: 10px;
  background: url(../img/dsj.png) no-repeat;
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -50%);
}
.sz_wz {
  width: 100%;
}
.sz_wz .sz_box {
  width: 100%;
  margin-top: 54px;
  margin-bottom: 54px;
}
.news {
  width: 100%;
  overflow: hidden;
}
.news .gotop {
  width: 85px;
  height: 85px;
  position: absolute;
  bottom: 0px;
  right: -85px;
  background: #ceb25e url(../img/top.png) no-repeat center;
  cursor: pointer;
}
.news .news_content {
  width: 100%;
  border-left: 10px solid #eef3f7;
  border-right: 10px solid #eef3f7;
  box-sizing: border-box;
}
.news .news_content .news_title {
  width: 100%;
  border-bottom: 10px solid #eef3f7;
  box-sizing: border-box;
  padding-top: 14px;
  padding-bottom: 43px;
}
.news .news_content .news_title .title_text {
  font-size: 26px;
  line-height: 32px;
  color: #3d454d;
  font-weight: bold;
  text-align: center;
}
.news .news_content .news_title .title_time {
  font-family: ArialMT;
  font-size: 14px;
  line-height: 32px;
  color: #848484;
  text-align: center;
}
.news .news_content .news_context {
  width: 100%;
  min-height: 700px;
  padding: 20px;
  box-sizing: border-box;
}
.news .news_content img {
  max-width: 100%;
}
.news .news_content .fy_box {
  width: 550px;
  height: 60px;
  margin: 0 auto;
  position: relative;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
}
.news .news_content .fy_box::before {
  content: "";
  width: 1px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 0;
  background: #c7c7c7;
}
.news .news_content .fy_box a {
  font-size: 14px;
  line-height: 48px;
  color: #adadad;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.news .news_content .fy_box a:first-child {
  /* margin-left: 140px; */
  float: left;
}
.news .news_content .fy_box a:last-child {
  /* margin-left: 140px; */
  float: right;
}
.about_content {
  width: 100%;
  border-left: 10px solid #eef3f7;
  border-right: 10px solid #eef3f7;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 100px;
}
.about_content::before {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: #eef3f7;
}
.about_content ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  min-height: 87px;
}
.about_content ul li {
  width: 480px;
  margin-top: 49px;
}
.about_content ul li a .xz_box {
  overflow: hidden;
}
.about_content ul li a .xz_box img {
  width: 100%;
  transition: all 1s;
}
.about_content ul li a p {
  text-align: center;
  font-size: 20px;
  color: #28313a;
  margin-top: 23px;
  font-weight: bold;
  transition: all 0.5s;
}
.about_content ul li a:hover .xz_box img {
  transform: scale(1.1);
  transition: all 1s;
}
.about_content ul li a:hover p {
  color: #ebc75b;
  transition: all 0.5s;
}
.about_content ul li:nth-child(2n-1) {
  margin-left: 73px;
}
.about_content ul li:nth-child(2n) {
  margin-left: 146px;
}
.about_content ul li:nth-child(1),
.about_content ul li:nth-child(2) {
  margin-top: 0;
}
.pro_content {
  width: 100%;
  border-left: 10px solid #eef3f7;
  border-right: 10px solid #eef3f7;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 100px;
}
.pro_content::before {
  content: "";
  width: 10px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: #eef3f7;
  z-index: -1;
}
.pro_content ul {
  width: 100%;
  min-height: 87px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.pro_content ul li {
  width: 480px;
  margin-top: 49px;
}
.pro_content ul li a .xz_box {
  overflow: hidden;
  position: relative;
}
.pro_content ul li a .xz_box img {
  width: 100%;
  transition: all 1s;
}
.pro_content ul li a .xz_box .n_box {
  width: 120px;
  height: 60px;
  background: #0561b4;
  position: absolute;
  right: 0;
  bottom: 45px;
  text-align: center;
  line-height: 60px;
  padding: 0 20px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}
.pro_content ul li a .xz_box .w_box {
  width: 100%;
  height: 60px;
  background: #ceb25e;
  position: absolute;
  right: -100%;
  bottom: 45px;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  transition: all 0.5s;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}
.pro_content ul li a p {
  text-align: center;
  font-size: 20px;
  color: #28313a;
  margin-top: 23px;
  font-weight: bold;
  transition: all 0.5s;
}
.pro_content ul li a:hover .xz_box img {
  transform: scale(1.1);
  transition: all 1s;
}
.pro_content ul li a:hover p {
  color: #ebc75b;
  transition: all 0.5s;
}
.pro_content ul li a:hover .xz_box .n_box {
  right: -120px;
  transition: all 0.5s;
}
.pro_content ul li a:hover .xz_box .w_box {
  right: 0;
  transition: all 0.5s;
}
.pro_content ul li:nth-child(2n-1) {
  margin-left: 73px;
}
.pro_content ul li:nth-child(2n) {
  margin-left: 146px;
}
.pro_content ul li:nth-child(1),
.pro_content ul li:nth-child(2) {
  margin-top: 0;
}
.ny_pages {
  width: 100%;
}
.ny_pages .center div{
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.ny_pages .center div span,.ny_pages .center div a{
	width: 15px;
	height: 30px;
	margin-right: 56px;
	text-align: center;
	line-height: 30px;
}
/* .ny_pages ul li a {
  font-size: 14px;
  color: #808080;
} */
.ny_pages .center div .current {
  position: relative;
}
.ny_pages .center div .current::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #0561b4;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ny_pages .center div a:last-child {
  margin-right: 0;
}
.tec_content {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 100px;
}
.tec_content ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.tec_content ul li {
  width: 400px;
  height: 280px;
  background: #f8f8f8;
  margin-left: 40px;
  margin-top: 56px;
  text-align: center;
  transition: all 0.3s;
  box-sizing: border-box;
}
.tec_content ul li a p {
  margin: 0 auto;
  margin-top: 86px;
  line-height: 28px;
  text-align: center;
  font-size: 18px;
  color: #3d454d;
  font-weight: bold;
  width: 255px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.tec_content ul li a img {
  margin-top: 32px;
  max-width: 100%;
}
.tec_content ul li:nth-child(1),
.tec_content ul li:nth-child(2),
.tec_content ul li:nth-child(3) {
  margin-top: 0;
}
.tec_content ul li:nth-child(3n-2) {
  margin-left: 0;
}
.tec_content ul li:hover {
  border: 8px solid #ebc75b;
  background: #ffffff;
  transition: all 0.3s;
}
.new_content {
  width: 100%;
  border-left: 10px solid #eef3f7;
  border-right: 10px solid #eef3f7;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 100px;
}
.new_content ul {
  width: 100%;
  overflow: hidden;
}
.new_content ul li {
  width: 100%;
  border-bottom: 10px solid #eef3f7;
}
.new_content ul li a {
  width: 100%;
  display: flex;
  padding: 38px 37px 30px 32px;
  box-sizing: border-box;
}
.new_content ul li a .xz_img {
  width: 340px;
  overflow: hidden;
}
.new_content ul li a .xz_img img {
  width: 100%;
  transition: all 0.5s;
}
.new_content ul li a .xw_con {
  width: 812px;
  margin-left: 37px;
  transition: all 0.5s;
}
.new_content ul li a .xw_con .xw_tit {
  font-size: 20px;
  color: #3d454d;
  font-weight: bold;
  margin-top: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new_content ul li a .xw_con .xw_time {
  font-family: ArialMT;
  font-size: 14px;
  color: #3d454d;
  margin-top: 13px;
}
.new_content ul li a .xw_con .xw_text {
  font-size: 14px;
  line-height: 28px;
  color: #7b7b7b;
  margin-top: 28px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.new_content ul li a .xw_con .xw_xq {
  font-size: 14px;
  color: #a9a9a9;
  margin-top: 21px;
}
.new_content ul li a:hover .xz_img img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.new_content ul li a:hover .xw_con {
  transform: translateY(-10px);
  transition: all 0.5s;
}
.new_content ul li a:hover .xw_con p {
  color: #ebc75b;
  transition: all 0.5s;
}
.contact_content {
  width: 100%;
  border-left: 10px solid #eef3f7;
  border-right: 10px solid #eef3f7;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 100px;
}
.contact_content::before {
  content: "";
  width: 10px;
  height: 150px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: #eef3f7;
}
.contact_content ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-around;
}
.contact_content ul li p {
  font-size: 16px;
  color: #282828;
  margin-top: 38px;
  box-sizing: border-box;
  line-height: 32px;
}
.contact_content ul li .tel_text {
  padding-left: 47px;
  background: url(../img/tel.png) no-repeat;
  transition: all 1s;
  cursor: pointer;
}
.contact_content ul li .tel_text:hover{
	transform: translateY(-10px);
	transition: all 1s;
}
.contact_content ul li .em_text {
  padding-left: 48px;
  background: url(../img/em.png) no-repeat;
  background-position-y: 6px;
  transition: all 1s;
}
.contact_content ul li .em_text:hover{
	transform: translateY(-10px);
	transition: all 1s;
}
.contact_content .dt_box {
  width: 100%;
  overflow: hidden;
  margin-top: 46px;
}
.contact_content .dt_box .dt_tit {
  width: 100%;
  text-align: center;
}
.contact_content .dt_box .dt_tit .dw_img {
  max-width: 100%;
}
.contact_content .dt_box .dt_tit .dt_text {
  font-size: 16px;
  color: #282828;
  margin-top: 17px;
  transition: all 1s;
  cursor: pointer;
}
.contact_content .dt_box .dt_tit .dt_text:hover{
	transform: translateY(-10px);
	transition: all 1s;
}
.contact_content .dt_box .bd_dt {
  width: 100%;
  overflow: hidden;
  padding: 0 30px;
  box-sizing: border-box;
  margin-top: 46px;
  position: relative;
}
.contact_content .dt_box .bd_dt img {
  width: 100%;
}
.contact_content .dt_box .bd_dt .dingwei {
  position: absolute;
  right: 373px;
  top: 24px;
  z-index: 33;
}
.container {
  position: absolute;
  right: 373px;
  top: 24px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.container .box {
  width: 209px;
  height: 209px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
}
.container .box span {
  position: absolute;
  box-sizing: border-box;
  background: rgba(234, 164, 163, 0.4);
  border-radius: 50%;
  animation: animate 5s linear infinite;
  animation-delay: calc(0.5s * var(--i));
}
.container .box:nth-child(2) span {
  border: none;
  background: rgba(0, 255, 0, 0.25);
}
@keyframes animate {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    width: 209px;
    height: 209px;
    opacity: 0;
  }
}
.abo_content {
  width: 100%;
  border-left: 10px solid #eef3f7;
  border-right: 10px solid #eef3f7;
  padding: 0 32px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 100px;
}
.abo_content .abo_top {
  width: 100%;
  overflow: hidden;
  display: flex;
}
.abo_content .abo_top .left {
  margin-left: 38px;
}
.abo_content .abo_top .left .gs_name {
  font-family: MicrosoftJhengHeiBold;
  font-size: 50px;
  color: #0561b4;
  margin-top: 43px;
  margin-bottom: 11px;
}
.abo_content .abo_top .left img {
  max-width: 100%;
}
.abo_content .abo_top .right {
  width: 55%;
  margin-left: 76px;
  cursor: pointer;
}
.abo_content .abo_top .right .jj_text {
  font-size: 14px;
  line-height: 32px;
  color: #3d454d;
  transition: all 1s;
}
.abo_content .abo_top .right .jj_text:hover {
  transform: translateY(-10px);
  transition: all 1s;
}
.abo_content .abo_top .right .xz_box_img {
  overflow: hidden;
}
.abo_content .abo_top .right .xz_box_img .gs_img {
  max-width: 100%;
  margin-top: 40px;
  transition: all 1s;
}
.abo_content .abo_top .right .xz_box_img:hover img {
  transform: scale(1.1);
  transition: all 1s;
}
.abo_content .abo_top .right ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  margin-top: 6px;
}
.abo_content .abo_top .right ul li {
  width: 166px;
  height: 147px;
  background: #f7f7f7;
  margin-left: 3px;
  text-align: center;
}
.abo_content .abo_top .right ul li a {
  display: block;
}
.abo_content .abo_top .right ul li a img {
  max-width: 100%;
  margin-top: 28px;
}
.abo_content .abo_top .right ul li a .sc_img{
	width: 61px;
	height: 51px;
}
.abo_content .abo_top .right ul li a .xs_img{
	width: 39px;
	height: 50px;
}
.abo_content .abo_top .right ul li a .jg_img{
	width: 60px;
	height: 49px;
}
.abo_content .abo_top .right ul li a .js_img{
	width: 45px;
	height: 35px;
	margin-top: 33px;
}
.abo_content .abo_top .right ul li a .zx_img {
  margin-top: 36px;
}
.abo_content .abo_top .right ul li a p {
  font-family: 微軟正黑體;
  font-size: 18px;
  color: #3d454d;
  margin-top: 19px;
  font-weight: bold;
}
.abo_content .abo_top .right ul li a .zx_text {
  margin-top: 24px;
}
.abo_content .abo_top .right ul li:first-child {
  margin-left: 0;
}
.abo_content .abo_top .right .js_text {
  margin: 0 auto;
  width: 342px;
  font-family: 微軟正黑體;
  font-size: 18px;
  line-height: 28px;
  color: #3d454d;
  text-align: center;
  position: relative;
  margin-top: 13px;
  font-weight: bold;
}
.abo_content .abo_top .right .js_text::before {
  content: "";
  width: 30px;
  height: 6px;
  background: #0561b4;
  position: absolute;
  left: 50%;
  bottom: -23px;
  transform: translateX(-50%);
}
.abo_content .abo_top .right .td_text {
  font-size: 14px;
  line-height: 32px;
  color: #3d454d;
  margin-top: 77px;
  transition: all 1s;
}
.abo_content .abo_top .right .td_text:hover {
  transform: translateY(-10px);
  transition: all 1s;
}
.abo_content .gf_text {
  font-family: MicrosoftYaHeiUI;
  font-size: 14px;
  line-height: 32px;
  color: #3d454d;
  margin-top: 60px;
}
.abo_content .gf_text .s_bg {
  color: #ffffff;
  background: #0561b4;
  border-radius: 3px;
}
.abo_content .gf_text .col_text {
  color: #0561b4;
}
.abo_content .fw_box {
  width: 100%;
  padding: 0 123px;
  box-sizing: border-box;
  margin-top: 45px;
  position: relative;
}
.abo_content .fw_box img {
  max-width: 100%;
}
@-webkit-keyframes wateranimate {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}
@keyframes wateranimate {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.abo_content .fw_box .container {
  position: absolute;
  right: 216px;
  top: 35px;
  width: 230px;
  height: 230px;
  margin: 50px auto 10px auto;
}
.abo_content .fw_box .container1 {
  position: absolute;
  left: 237px;
  top: -36px;
  width: 80px;
  height: 80px;
  margin: 50px auto 10px auto;
}
.abo_content .fw_box .container2 {
  position: absolute;
  left: 232px;
  top: 63px;
  width: 120px;
  height: 120px;
  margin: 50px auto 10px auto;
}
.abo_content .fw_box .water11 {
  width: 14px;
  height: 14px;
  background: #e93843;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-42%, -41%);
}
.abo_content .fw_box .water1 {
  -webkit-animation: wateranimate 12s 9s ease-out infinite;
  animation: wateranimate 12s 9s ease-out infinite;
}
.abo_content .fw_box .water2 {
  -webkit-animation: wateranimate 12s 6s ease-out infinite;
  animation: wateranimate 12s 6s ease-out infinite;
}
.abo_content .fw_box .water3 {
  -webkit-animation: wateranimate 12s 3s ease-out infinite;
  animation: wateranimate 12s 3s ease-out infinite;
}
.abo_content .fw_box .water4 {
  -webkit-animation: wateranimate 12s 0s ease-out infinite;
  animation: wateranimate 12s 0s ease-out infinite;
}
.abo_content .fw_box .water1,
.abo_content .fw_box .water2,
.abo_content .fw_box .water3,
.abo_content .fw_box .water4 {
  padding: 20%;
  position: absolute;
  left: 30%;
  top: 30%;
  border: 1px solid pink;
  box-shadow: 0 0 120px 30px #e93843 inset;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
}
