@font-face {
  font-family: f1;
  src: url("../font/Gotham-Book.otf");
}

@font-face {
  font-family: f2;
  src: url("../font/Gotham-Bold.otf");
}

html {
  background-color: rgb(244, 244, 244);
  font-family: f1;
}

* {
  margin: 0px;
}

.w1200 {
  width: 1200px;
  margin: 0px auto;
}

a {
  text-decoration: none;
  color: rgb(0, 0, 0);
  transition: all 0.3s ease 0s;
}

li {
  list-style-type: none;
}


/* Ã¤Â¿Â®Ã¦â€Â¹Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã¦Â Â·Ã¥Â¼Â */

/* Ã¨Â®Â¾Ã§Â½Â®Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã§Å¡â€žÃ¦Â Â·Ã¥Â¼Â */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  background: #ffffff4d;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: yellow;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  background: #666666;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #999999;
}

input {
  outline: none;
}

textarea {
  outline: none;
}

button {
  border: none;
  background: none;
}

#particles-js {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -2147483648;
}

.header {
  width: 100%;
  height: 150px;
  background-color: rgb(255, 255, 255);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999999999999999999999;
  box-shadow: 0 0 20px 1px #999999;
  transition: 0.5s;
}

.header .header_list_color {
  color: #0e2a5c !important;
}

.header_height {
  height: 150px;
  transition: 0.5s;
}

.other_header {
  height: 100px !important;
}

.other_header_height {
  height: 100px !important;
}

.header_type {
  height: 100px !important;
}

.header .header_news_list {
  height: 50px;
  background-color: rgb(14, 42, 92);
  display: flex;
  justify-content: space-between;
}

.header .header_news_list_type {
  height: 0 !important;
}

.header .header_news_list .w1200 {
  display: flex;
  justify-content: space-between;
}

.header .header_news_list .page1 {
  height: 100%;
  display: flex;
  align-items: center;
}

.header .header_news_list .page1 .header_swiper {
  height: 100%;
  margin-left: 25px;
}

.header .header_news_list .page1 .page1_img {
  width: 56px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.header .header_news_list .page1 .header_swiper .index_header_swiper {
  width: 100%;
  height: 100%;
}

.header .header_news_list .page1 .header_swiper .index_header_swiper .swiper-slide {
  display: flex;
  align-items: center;
}

.header .header_news_list .page1 .header_swiper .index_header_swiper .swiper-slide a p {
  font-size: 14px;
  font-family: f2;
  line-height: 30px;
  color: rgb(255, 255, 255);
}

.header .header_news_list .page2 {
  display: flex;
  align-items: center;
  height: 100%;
}

.header .header_news_list .page2 a {
  height: 100%;
  font-size: 16px;
  line-height: 50px;
  color: rgb(255, 255, 255);
  padding: 0px 44px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.header .header_news_list .page2 .page2_close {
  display: flex;
  align-items: center;
  margin-left: 44px;
  height: 100%;
  font-size: 16px;
  line-height: 50px;
  color: rgb(255, 255, 255);
  cursor: pointer;
}

.header .header_news_list .page2 .page2_close img {
  margin-left: 28px;
  width: 18px;
  height: 18px;
}

.header .header_list {
  height: 100px;
  display: flex;
  justify-content: space-between;
  background-color: rgb(255, 255, 255);
}

.header .header_list .header_list_logo {
  display: flex;
  align-items: center;
}

.header .header_list .header_list_page {
  display: flex;
  align-items: center;
  margin-left: 75px;
}

.header .header_list .header_list_page ul {
  display: flex;
  align-items: center;
}

.header .header_list .header_list_page ul li {
  margin: 0px 12px;
  /*display: flex;*/
}

.header .header_list .header_list_page ul li a {
  font-size: 18px;
  line-height: 30px;
  color: rgb(102, 102, 102);
  font-family: f2;
}

.header .header_list .header_list_page ul li a:hover {
  color: rgb(14, 42, 92);
}

.header .header_list .header_form1 {
  display: flex;
  align-items: center;
}

.header .header_list .header_form1 .header_input {
  display: none;
}

.header .header_list .header_form1 .header_select {
  width: 19px;
  height: 19px;
  background: url("../image/header_select.png") center center / 19px 19px no-repeat;
  cursor: pointer;
}

.head .header_select_div {
  width: 100%;
  position: fixed;
  display: flex;
  justify-content: center;
  z-index: 999999999999999999999999999999;
  background-color: rgb(233, 233, 233);
  height: 0;
  overflow: hidden;
  transition: 0.5s;
}

.head .header_select_div_type {
  height: 200px;
}

.head .header_select_div form {
  width: 1200px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.head .header_select_div form .black_chacha {
  position: absolute;
  /* top: 10px; */
  right: 0px;
}

.head .header_select_div form input {
  width: 500px;
  height: 40px;
  background: none;
  border: none;
  border-bottom: 1px solid #666666;
  color: #333333;
  text-indent: 1rem;
  font-size: 16px;
}

.head .header_select_div form button {
  cursor: pointer;
  position: absolute;
  right: 300px;
}

.head .header_select_div form img {
  width: 20px;
  height: 20px;
  margin-left: 20px;
  cursor: pointer;
}

.index_page1 {
  width: auto;
  max-width: 1920px;
  margin: 0 auto;
  height: 650px;
  position: relative;
}

.index_page1 .index_page1_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}

.index_page1 .index_page1_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index_page1 .index_page1_w1200 {
  z-index: 2147483647;
  padding-top: 115px;
}

.index_page1 .index_page1_w1200 .index_page1_text1 {
  display: flex;
  font-size: 18px;
  line-height: 72px;
}

.index_page1 .index_page1_w1200 .index_page1_text1 .p1 {
  color: rgb(255, 255, 255);
  font-family: f2;
}

.index_page1 .index_page1_w1200 .index_page1_text1 .p2 {
  color: rgb(247, 148, 29);
  font-family: f2;
  margin-left: 5px;
  text-transform: uppercase;
}

.index_page1 .index_page1_w1200 .index_page1_text2 {
  display: flex;
  font-family: f2;
  flex-direction: column;
  font-size: 50px;
  line-height: 66px;
  color: rgb(255, 255, 255);
}

.index_page1 .index_page1_w1200 .index_page1_button {
  width: 180px;
  height: 54px;
  border-radius: 27px;
  background-color: rgb(247, 148, 29);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

.index_page1 .index_page1_w1200 .index_page1_button a {
  color: rgb(255, 255, 255);
  font-size: 14px;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 27px;
}

.index_page1 .index_page1_w1200 .index_page1_button a:hover {
  box-shadow: rgb(211 211 211) 0px 0px 5px 2px;
}

.index_page2 {
  width: auto;
  max-width: 1920px;
  margin: 0 auto;
  height: auto;
  min-height: 323px;
  padding-top: 55px;
  background-color: rgb(255, 255, 255);
}

.index_page2_text1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.index_page2_text1 .text {
  margin: 0px 17px;
  font-size: 18px;
  line-height: 66px;
  font-family: f2;
  color: rgb(0, 0, 0);
}

.index_page2_text1 .gg {
  width: 50px;
  height: 3px;
  background-color: rgb(247, 148, 29);
}

.index_page2_text2 {
  font-size: 40px;
  line-height: 44px;
  font-family: f2;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
}

.index_page2 .index_page2_w1200 .index_page2_text3 {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.index_page2 .index_page2_w1200 .index_page2_text3 p {
  font-size: 16px;
  line-height: 66px;
  color: rgb(153, 153, 153);
}

.index_page2 .index_page2_w1200 .index_page2_text3 a {
  font-size: 16px;
  line-height: 66px;
  color: rgb(14, 42, 92);
  text-decoration: revert;
  margin-left: 5px;
}

.index_page2 .index_page2_w1200 .index_page2_form {
  width: 835px;
  background: #ffffff;
  border-radius: 29px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: rgba(236, 236, 236, 0.5) 0px 3px 5px 5px;
  position: relative;
  z-index: 9;
}

.index_page2 .index_page2_w1200 .index_page2_form input {
  width: 462px;
  border: none;
  font-size: 16px;
  color: rgb(153, 153, 153);
}

.index_page2 .index_page2_w1200 .index_page2_form button {
  width: 150px;
  height: 58px;
  border-radius: 29px;
  background-color: rgb(247, 148, 29);
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-family: f2;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.5s;
}

.index_page2 .index_page2_w1200 .index_page2_form button:hover {
  box-shadow: rgb(211, 211, 211) 0px 0px 5px 2px;
}

.index_page2 .index_page2_w1200 .index_page2_form .index_page2_form_div {
  width: 160px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 16px;
  border-right: 1px solid rgb(222, 222, 222);
  cursor: pointer;
}

.index_page2 .index_page2_w1200 .index_page2_form_select {
  width: 785px;
  height: 150px;
  overflow-x: clip;
  overflow-y: auto;
  margin: 0 auto;
  border-bottom-left-radius: 27px;
  border-bottom-right-radius: 27px;
  background-color: #fff;
  box-shadow: 0 0 10px 2px #ececec;
  position: relative;
  top: -25px;
  padding: 0 25px;
  padding-top: 40px;
  padding-bottom: 15px;
  display: none;
  cursor:default;
}
.index_page2 .index_page2_w1200 .index_page2_form_select .index_page2_form_select_p:hover {
    color: rgb(247, 148, 29);
}

.index_page2 .index_page2_w1200 .index_page2_form_select p {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  cursor: pointer;
  transition: 0.2s;
}

.index_page2 .index_page2_w1200 .index_page2_form_select p:hover {
  color: #f7941d;
}

.index_page2 .index_page2_w1200 .index_page2_form .index_page2_form_div .p1 {
  width: 100%;
  text-align: center;
  margin-left: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index_page2 .index_page2_w1200 .index_page2_form .index_page2_form_div img {
  width: 9px;
  height: 6px;
}

.index_page3 {
  display: flex;
  width: auto;
  max-width: 1920px;
  margin: 0 auto;
}

.index_page3 .index_page3_left,
.index_page3 .index_page3_right {
  position: relative;
  width: 50%;
  overflow: hidden;
}

.index_page3 .index_page3_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.index_page3 .index_page3_left:hover img {
  transform: scale(1.1);
}

.index_page3 .index_page3_right img {
  width: 100%;
  object-fit: cover;
}

.index_page3 .index_page3_right .index_page3_right_img {
  position: absolute;
  z-index: -1;
}

.index_page3 .index_page3_right .index_page3_right_text {
  display: flex;
  flex-direction: column;
  padding-top: 110px;
  padding-left: 90px;
}

.index_page3 .index_page3_right .index_page3_right_text .page1 {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.index_page3 .index_page3_right .index_page3_right_text .page1 .gg {
  width: 50px;
  height: 3px;
  background-color: #f7941d;
  margin-right: 18px;
}

.index_page3 .index_page3_right .index_page3_right_text .page1 .p1 {
  font-size: 18px;
  color: #000000;
  font-family: f2;
}

.index_page3 .index_page3_right .index_page3_right_text .page2 {
  font-size: 40px;
  font-family: 'f2';
  text-transform: uppercase;
  margin-bottom: 29px;
}

.index_page3 .index_page3_right .index_page3_right_text .page3 {
  width: 526px;
  padding-left: 27px;
  border-left: 3px solid #0e2a5c;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  margin-bottom: 24px;
}

.index_page3 .index_page3_right .index_page3_right_text .page4 .page4s {
  width: 535px;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  margin-bottom: 5px;
}

.index_page3 .index_page3_right .index_page3_right_text .page4 .page4s img {
  width: 42px;
  height: 42px;
  margin-right: 13px;
}

.index_page3 .index_page3_right .index_page3_right_text .page5 {
  width: 180px;
  height: 54px;
  border-radius: 27px;
  background-color: #f7941d;
  margin-top: 34px;
  transition: 0.5s;
}

.index_page3 .index_page3_right .index_page3_right_text .page5:hover {
  box-shadow: 0 0 10px 5px rgb(247 148 29 / 20%);
}

.index_page3 .index_page3_right .index_page3_right_text .page5 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 14px;
  font-family: 'f2';
}

.index_page4 {
  width: auto;
  max-width: 1920px;
  margin: 0 auto;
  height: 910px;
  position: relative;
}

.index_page4 .index_page4_bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 0;
}

.index_page4 .index_page4_bg img {
  width: 100%;
  height: 100%;
}

.index_page4 .index_page4_body {
  height: 580px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
	    z-index: 1;
    position: relative;
}

.index_page4 .index_page4_body .pages {
  width: 299px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-family: 'f2';
  line-height: 24px;
  color: #2c2c2c;
  border-right: 1px solid #ebebeb;
  padding-top: 25px;
  padding-bottom: 10px;
}

.index_page4 .index_page4_body .pages .pages_title {
  width: 259px;
  height: 50px;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
}
.index_page4 .index_page4_body .pages .pages_body {
    width: 259px;
    height: 50px;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
overflow:hidden;
-webkit-box-orient: vertical;
}
.index_page4 .index_page4_body .pages a {
  font-size: 14px;
  color: #666666;
  font-family: 'f1';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 50px;
  border-radius: 25px;
  margin-top: 15px;
}

.index_page4 .index_page4_body .pages:hover a {
  background-color: #f7941d;
  color: #ffffff;
}

.index_page4 .index_page4_body .pages a:hover {
  box-shadow: 0 0 5px 0 #999999;
}

.index_page4 .index_page4_body .pages img {
  transition: 0.5s;
  transform: rotateY(-180deg);
}

.index_page4 .index_page4_body .pages:hover img {
  transform: rotateY(0deg);
}

.index_page4 .index_page4_body .pages_bottom {
  padding-bottom: 80px;
}

.index_page4 .index_page4_body .pages_bottom p {
  height: 45px;
}

.index_page4 .index_page2_text1 {
  padding-top: 67px;
}

.index_page4 .index_page2_text1 .text {
  color: #ffffff;
}

.index_page4 .index_page2_text2 {
  margin-bottom: 50px;
  color: #ffffff;
}

.index_page5 {
  width: auto;
  max-width: 1920px;
  margin: 0 auto;
  height: 300px;
  position: relative;
}

.index_page5 .index_page5_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.index_page5 .index_page5_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index_page5 .index_page5_w1200 {
  height: 100%;
  display: flex;
  align-items: center;
}

.index_page5 .index_page5_w1200 .index_page5_pages {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.index_page5 .index_page5_w1200 .index_page5_pages .index_page5_pages_num {
  font-size: 40px;
  font-family: 'f2';
  color: #333333;
  padding-top: 25px;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #999999;
}

.index_page5 .index_page5_w1200 .index_page5_pages .index_page5_pages_EN {
  font-size: 14px;
  font-family: 'f2';
  color: #333333;
  text-transform: uppercase;
}

.index_page6 .index_page6_w1200 {
  padding-top: 80px;
}

.index_page6 .index_page6_w1200 .index_page2_text2 {
  margin-bottom: 48px;
}

.index_page6 .index_page6_w1200 .index_page6_page {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.index_page6 .index_page6_w1200 .index_page6_pages {
  position: relative;
  margin-bottom: 140px;
}

.index_page6 .index_page6_w1200 .index_page6_pages .page1 {
  width: 590px;
  height: 445px;
  overflow: hidden;
}

.index_page6 .index_page6_w1200 .index_page6_pages .page1 img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.index_page6 .index_page6_w1200 .index_page6_pages .page2 {
  width: 315px;
  height: 108px;
  background-color: #ffffff;
  padding-top: 32px;
  padding-left: 38px;
  position: absolute;
  bottom: -67px;
  box-shadow: 0 0 30px 10px rgb(14 42 92 / 8%);
  transition: 0.5s;
}

.index_page6 .index_page6_w1200 .index_page6_pages .page2 .p1 {
  width: 240px;
  font-size: 24px;
  color: #000000;
  font-family: 'f2';
  margin-bottom: 20px;
  transition: 0.5s;
}

.index_page6 .index_page6_w1200 .index_page6_pages .page2 .p2 {
    display: flex;
    width: 99%;
    font-size: 16px;
    color: #999999;
    transition: 0.5s;
}

.index_page6 .index_page6_w1200 .index_page6_pages:hover .page2 {
  background-color: #0e2a5c;
}

.index_page6 .index_page6_w1200 .index_page6_pages:hover .page1 img {
  transform: scale(1.1);
}

.index_page6 .index_page6_w1200 .index_page6_pages:hover .p1 {
  color: #f7941d;
}

.index_page6 .index_page6_w1200 .index_page6_pages:hover .p2 {
  color: #ffffff;
}

.index_page6 .index_page6_w1200 .index_page6_buttom_button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 54px;
  border-radius: 27px;
  background-color: #f7941d;
  color: #ffffff;
  font-size: 14px;
  font-family: 'f2';
  margin: 0 auto;
  margin-bottom: 100px;
  display: none;
}

.index_page6 .index_page6_w1200 .index_page6_buttom_button:hover {
  box-shadow: 0 0 10px 5px rgba(247, 148, 29, .2);
}

.index_page7 .w1200 {
  overflow: hidden;
}

.index_page7 .index_page7_body {
  width: 1450px;
  display: flex;
  align-items: center;
  font-size: 80px;
  font-family: 'f2';
  color: rgba(255, 255, 255, .0);
  -webkit-text-stroke: 1px rgb(14, 42, 92);
  opacity: .4;
}

.index_page7 .index_page7_body .p1 {
  width: 100%;
  display: flex;
  align-items: center;
}

.index_page7 .index_page7_body img {
  width: 52px;
  height: 53px;
  margin-top: 20px;
  margin-left: 50px;
}

.index_page8 {
  margin-top: 70px;
  margin-bottom: 100px;
}

.index_page8_w1200 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.index_page8 .index_page8_body {
  width: calc(100% + 30px);
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.index_page8 .index_page8_body .index_page8_page {
  width: 380px;
  height: 300px;
  margin: 0 15px;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}

.index_page8 .index_page8_body .index_page8_page .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}

.index_page8 .index_page8_body .index_page8_page .body {
  width: calc(100% - 30px);
  height: calc(100% - 38px);
  padding-top: 38px;
  padding-left: 30px;
  background-color: rgba(14, 21, 32, .6);
  transition: 0.5s;
  position: relative;
  top: 0;
}

.index_page8 .index_page8_body .index_page8_page .p1 {
  font-size: 17px;
  font-family: 'f2';
  color: #ffffff;
  width: 330px;
  margin-top: 137px;
  margin-bottom: 20px;
  position: relative;
  top: 0;
  transition: 0.5s;
}

.index_page8 .index_page8_body .index_page8_page .body .text {
  overflow: hidden;
  position: relative;
  top: 0;
  transition: 0.5s;
}

.index_page8 .index_page8_body .index_page8_page .body .text a {
  display: flex;
  align-items: center;
  position: relative;
  left: -29px;
  top: 0;
  transition: 0.5s;
}

.index_page8 .index_page8_body .index_page8_page .body .text a .next {
  width: 15px;
  height: 11px;
  margin-right: 14px;
}

.index_page8 .index_page8_body .index_page8_page .body .text a .p2 {
  color: #ffffff;
  transition: 0.5s;
}

.index_page8 .index_page8_body .index_page8_page:hover .body .text a {
  left: 0;
}

.index_page8 .index_page8_body .index_page8_page:hover .body .text {
  top: -150px;
}

.index_page8 .index_page8_body .index_page8_page:hover .body .text a .p2 {
  color: #f7941d;
}

.index_page8 .index_page8_body .index_page8_page:hover .body {
  top: 150px;
  background-color: rgba(0, 0, 0, .8);
}

.index_page8 .index_page8_body .index_page8_page .logo {
  position: absolute;
  z-index: 99;
  top: 38px;
  left: 30px;
}

.index_page8 .index_page8_body .index_page8_page:hover .p1 {
  top: -150px;
  color: #f7941d;
}

.index_page8 .index_page8_w1200 .index_page2_text2 {
  margin-bottom: 45px;
}

.index_page8 .index_page8_w1200 .index_page8_a_button {
  width: 240px;
  height: 54px;
  border-radius: 27px;
  background-color: #f7941d;
  transition: 0.5s;
}

.index_page8 .index_page8_w1200 .index_page8_a_button:hover {
  box-shadow: 0 0 10px 5px rgb(247 148 29 / 20%);
}

.index_page8 .index_page8_w1200 .index_page8_a_button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-family: 'f2';
  color: #ffffff;
}

.footer {
  width: auto;
  max-width: 1920px;
  margin: 0 auto;
  height: 794px;
  background: url('../image/footer_bg.jpg') no-repeat center;
  background-size: cover;
  padding-top: 90px;
  position: relative;
}

.footer .w1200 {
  display: flex;
  justify-content: space-between;
}

.footer .footer_left {
  width: 487px;
}

.footer .footer_left .footer_left_title {
  font-size: 44px;
  line-height: 64px;
  color: #ffffff;
  font-family: 'f2';
}

.footer .footer_left .footer_left_bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 62px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 80px;
}

.footer_left_bottom .footer_page1 {
  width: auto;
  max-width: 100%;
}

.footer_left_bottom .footer_page1 .footer_page1_img {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.footer_left_bottom .footer_page1 .footer_page1_img img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin-right: 14px;
}

.footer_left_bottom .footer_page1 .footer_page1_img p {
  font-size: 14px;
  color: #6c7991;
}

.footer_left_bottom .footer_page1 .footer_page1_p1 {
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
}

.footer_left_bottom .footer_page3 {
  width: 100%;
  margin-top: 62px;
}

.footer .footer_right {
  width: 620px;
}

.footer .footer_right .footer_right_title {
  font-size: 18px;
  line-height: 36px;
  color: #ffffff;
}

.footer .footer_right .footer_right_form .form_input {
    /*height: 200px;*/
    /*background-color: red;*/
    /* overflow-y: auto; */
    overflow-x: clip;
    display: flex;
    justify-content: space-between;
}
.footer .footer_right .footer_right_form .form_inputCompany .form_input_div p {
    width: 100px !important;
}
.footer .footer_right .footer_right_form .form_input .form_input_div {
  width: 290px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  position: relative;
  /* overflow-x: clip; */
}

.footer .footer_right .footer_right_form .form_input .form_input_div p {
  width: 70px;
}

.footer .footer_right .footer_right_form .form_input .form_input_div .form_table {
  position: absolute;
  top: 65px;
  left: 70px;
  width: 200px;
  height: 150px;
  overflow-y: auto;
  overflow-x: clip;
  background-color: rgba(255, 255, 255, .5);
  padding: 0 10px;
  display: none;
}

.footer .footer_right .footer_right_form .form_input .form_input_div .form_table p {
  color: #333333;
  line-height: 30px;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer .footer_right .footer_right_form .form_input .form_input_div .form_table p:hover {
  color: #000000;
}

.footer .footer_right .footer_right_form .form_input div p {
  font-size: 16px;
  line-height: 64px;
  color: #ffffff;
}

.footer .footer_right .footer_right_form .form_input div input {
  background: none;
  border: none;
  /* margin-left: 20px; */
  color: #ffffff;
  height: 50px;
  width: 200px;
  font-size: 16px;
}
.footer .footer_right .footer_right_form .form_input div .contact_form_input {
    text-align: center;
}
.footer .footer_right .footer_right_form .form_textarea p {
  font-size: 16px;
  line-height: 64px;
  color: #ffffff;
  margin-top: 40px;
}

.footer .footer_right .footer_right_form .form_textarea textarea {
  width: 100%;
  min-width: 640px;
  max-width: 640px;
  max-height: 155px;
  border: none;
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  color: #ffffff;
}

.footer .footer_right .footer_right_a {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.footer .footer_right .footer_right_a .form_a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-family: 'f2';
  width: 180px;
  height: 54px;
  border-radius: 27px;
  background-color: #f7941d;
  margin-top: 40px;
  cursor: pointer;
  transition: 0.5s;
}

.footer .footer_right .footer_right_a .form_a:hover {
  box-shadow: 0 0 10px 5px rgb(247 148 29 / 20%);
}

.footer .footer_bottom {
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 40px;
  display: flex;
  align-items: center;
  background-color: #0e2a5c;
  color: rgba(255, 255, 255, 0.5);
}

.footer .footer_bottom .w1200 a {
  color: rgba(255, 255, 255, 0.5);
}

.form_input .form_input_div .form_select {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.2);
}

.form_input .form_input_div .form_select img {
  width: 11px;
  height: 7px;
}

.form_input .form_input_div .form_select .form_select_div {
  width: 209px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  left: -5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.second_list {
  width: 100%;
  max-width: 1920px;
  height: 50px;
  background-color: #0e2a5c;
  position: fixed;
  top: 150px;
  left: 0;
  z-index: 9999999999999999999999999;
  color: #ffffff;
  font-family: 'f2';
  display: none;
}
.second_list_top {
    top: 100px !important;
}
.second_list .second_list_w1200 {
  height: 100%;
  display: flex;
  align-items: center;
}

.second_list .second_list_w1200 .second_list_page {
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 84px;
}
.second_list .second_list_w1200 .second_list_page p a {
    color: #ffffff;
}
.second_list .second_list_w1200 .second_list_page img {
  width: 11px;
  height: 7px;
  margin-left: 20px;
  transition: 0.5s;
}

.second_list .second_list_w1200 .second_list_page .rotate_img {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.thirdly_list {
  width: 100%;
  height: 684px;
  max-width: 1920px;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 150px;
  z-index: 9999999999999999;
  /* padding-top: 12px; */
  display: none;
  /* transition: 0.5s; */
}

.head .index_thirdly_list {
  top: 200px;
}

.head .index_thirdly_list_height {
  top: 150px;
}

.thirdly_list .thirdly_list_w1200 {
  display: flex;
  justify-content: space-between;
}

.thirdly_list .thirdly_list_w1200 .thirdly_list_left {
  height: 672px;
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.thirdly_list .thirdly_list_w1200 .thirdly_list_left .page {
  width: 360px;
  height: 49px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  text-transform: capitalize;
  transition: 0.3s;
  margin-right: 50px;
}

.thirdly_list .thirdly_list_w1200 .thirdly_list_left .page .img {
  width: 14px;
  height: 15px;
  margin-right: 16px;
  background: url('../image/header_list_next.png') no-repeat center;
  background-size: cover;
  transition: 0.3s;
  position: relative;
  left: 0;
}

.thirdly_list .thirdly_list_w1200 .thirdly_list_left .page a {
  font-size: 16px;
  line-height: 48px;
  transition: 0.3s;
  position: relative;
  left: 0;
}

/* .thirdly_list .thirdly_list_w1200 .thirdly_list_left .page:hover {
  border-bottom: 1px solid #f7941d;
} */

/* .thirdly_list .thirdly_list_w1200 .thirdly_list_left .page:hover .img {
  background: url('../image/header_list_next2.png') no-repeat center;
} */

/* .thirdly_list .thirdly_list_w1200 .thirdly_list_left .page:hover a {
  color: #f7941d;
} */

.thirdly_list .thirdly_list_w1200 .thirdly_list_left .page_type {
  border-bottom: 1px solid #f7941d !important;
}

.thirdly_list .thirdly_list_w1200 .thirdly_list_left .page_type .img {
  background: url('../image/header_list_next2.png') no-repeat center !important;
  left: 10px;
}

.thirdly_list .thirdly_list_w1200 .thirdly_list_left .page_type a {
  color: #f7941d !important;
  left: 10px;
}

.thirdly_list .thirdly_list_w1200 .thirdly_list_right {
  width: 345px;
  height: 684px;
  overflow: hidden;
}

.thirdly_list .thirdly_list_w1200 .thirdly_list_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

.header_black {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: 999999999;
  display: none;
}

.thirdly_list .thirdly_list_w1200 .thirdly_list_right .img_type {
  display: block !important;
}

.product_page1 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.product_page1 .product_page1_bg {
  width: 100%;
  height: auto;
  max-width: 1920px;
  max-height: 360px;
  position: relative;
}

.all_page1_text {
  position: absolute;
  font-size: 40px;
  line-height: 60px;
  color: rgba(255, 255, 255, .5);
  font-family: 'f2';
  width: 900px;
  height: 120px;
  left: calc(50% - 450px);
  top: calc(50% - 60px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.product_page1_text {
  position: absolute;
  font-size: 40px;
  line-height: 60px;
  color: rgba(255, 255, 255, .5);
  font-family: 'f2';
  width: 1200px;
  height: 120px;
  left: calc(50% - 600px);
  top: calc(50% - 60px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.product_page1 .product_page1_bg img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.product_page2 {
  margin: 24px auto;
}

.product_page2 .page_nav ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #999999;
  text-transform: capitalize;
}

.product_page2 .page_nav ul li {
  margin: 0 5px;
  width: auto;
  max-width: 200px;
  overflow: hidden;
  font-size: 14px;
  color: #999999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product_page2 .page_nav ul li a {
  font-size: 14px;
  color: #999999;

}

.product_page2 .page_nav ul li a:hover {
  color: #0e2a5c;
}

.product_page3 {
  display: flex;
  background-color: #fff;
  margin-bottom: 80px;
}

.product_page3 .product_page3_left {
  width: 359px;
  border-right: 1px solid #e5e5e5;
  padding-bottom: 40px;
}

.product_page3 .product_page3_left ul {
  padding: 0;
}

.product_page3 .product_page3_left ul .left_title {
  padding-left: 30px;
  font-size: 24px;
  color: #0e2a5c;
  font-family: 'f2';
  height: 30px;
  line-height: 30px;
  margin-top: 45px;
  margin-bottom: 10px;
}

.product_page3 .product_page3_left ul li a {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  width: calc(100% - 30px);
  height: 68px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  color: #333333;
  line-height: 30px;
  padding-left: 30px;
  text-transform: capitalize;
}
.product_page3 .product_page3_left ul .arctive a {
    background-color: #0e2a5c;
    color: #ffffff;
}
.product_page3 .product_page3_left ul li a:hover {
  background-color: #0e2a5c;
  color: #ffffff;
}

.product_page3 .product_page3_right {
  width: 841px;
  padding-bottom: 40px;
}

.product_page3 .product_page3_right .right_header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 124px;
  border-bottom: 1px solid #e5e5e5;
}

.product_page3 .product_page3_right .right_header .right_header_box {
  display: flex;
  align-items: center;
  width: 740px;
  height: 54px;
  background-color: #f4f4f4;
  padding-left: 21px;
  position: relative;
}

.product_page3 .product_page3_right .right_header .product_select {
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333333;
}

.product_page3 .product_page3_right .right_header .product_select img {
  transition: 0.5s;
}

.product_page3 .product_page3_right .right_header .product_select .img {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.product_page3 .product_page3_right .right_header .product_select p {
  margin-right: 10px;
}

.product_page3 .product_page3_right .right_header .fenge {
  font-size: 14px;
  margin-left: 17px;
  margin-right: 21px;
  color: #bebebe;
}

.product_page3 .product_page3_right .right_header button {
  cursor: pointer;
}

.product_page3 .product_page3_right .right_header input {
  width: 505px;
  background: none;
  border: none;
  font-size: 14px;
}

.product_page3 .product_page3_right .right_header .select_down {
  position: absolute;
  left: 0;
  top: 50px;
  background-color: #ffffff;
  box-shadow: 0 0 5px 1px #f4f4f4;
  font-size: 13px;
  height: 120px;
  overflow-x: clip;
  overflow-y: auto;
  display: none;
}

.product_page3 .product_page3_right .right_header .select_down ul {
  padding-left: 20px;
  width: 741px;
}

.product_page3 .product_page3_right .right_header .select_down ul li {
  display: flex;
  align-items: center;
  height: 30px;
  line-height: 30px;
  width: 95%;
  cursor: pointer;

  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.product_page3 .product_page3_right .right_header .select_down ul li:hover {
  color: #0e2a5c;
}

.product_page3_right .right_header .right_header_box .select_box {
  height: 150px;
  margin-top: 100px;
}

.product_page3 .product_page3_right .right_title {
  font-size: 14px;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 39px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.product_page3 .product_page3_right .right_title p {
  color: #f7941d;
  margin: 0 5px;
}

.product_select_body {
  width: 130px !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product_page3 .product_page3_right .right_body {
  display: flex;
  flex-direction: column;
}

.product_page3 .product_page3_right .right_body .pages {
  display: flex;
  justify-content: space-between;
  width: 761px;
  margin: 0 auto;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 22px;
  margin-bottom: 25px;
}

.product_page3 .product_page3_right .right_body .pages .page1 {
  width: 149px;
  height: 150px;
  border-radius: 8px;
  border: 1px solid #0e2a5c;
  overflow: hidden;
}

.product_page3 .product_page3_right .right_body .pages .page1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.product_page3 .product_page3_right .right_body .pages .page2 {
  width: 419px;
  margin-left: 25px;
}

.product_page3 .product_page3_right .right_body .pages .page2 .page2_title {
  font-size: 18px;
  color: #0e2a5c;
  font-family: 'f2';
}

.product_page3 .product_page3_right .right_body .pages .page2 .page2_title2 {
  display: flex;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 23px;
}

.product_page3 .product_page3_right .right_body .pages .page2 .page2_pages div {
  display: flex;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  text-transform: capitalize;
}

.product_page3 .product_page3_right .right_body .pages .page2 .page2_pages div .p1 {
  width: auto;
}

.product_page3 .product_page3_right .right_body .pages .page2 .page2_title2 img {
  width: 15px;
  height: 15px;
  margin-right: 7px;
}

.product_page3 .product_page3_right .right_body .pages .page2 .page2_title2 .p1 {
  font-size: 14px;
  color: #f7941d;
}

.product_page3 .product_page3_right .right_body .pages .page3 {
  width: 159px;
  display: flex;
  align-items: center;
}

.product_page3 .product_page3_right .right_body .pages .page3 a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 2px solid #0e2a5c;
  width: 100%;
  height: 50px;
  position: relative;
  font-size: 16px;
  color: #0e2a5c;
  z-index: 999999;
}

.product_page3 .product_page3_right .right_body .pages:hover .page3 a {
  color: #ffffff;
}

.product_page3 .product_page3_right .right_body .pages .page3 a .page3_div {
  width: 0px;
  height: 100%;
  transition: 0.5s;
  position: absolute;
  left: 0;
  background-color: #0e2a5c;
  z-index: -1;
}

.product_page3 .product_page3_right .right_body .pages:hover .page3 a .page3_div {
  width: 156px;
}

.product_page3 .product_page3_right .right_body .pages:hover .page1 img {
  transform: scale(1.1);
}

.product_page3 .product_page3_right .paging {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}

.paging_ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.paging_ul .paging_fixed {
  width: 100px;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #dddddd;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 3px;
}

.paging_ul .paging_num {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #dddddd;
  justify-content: center;
  align-items: center;
  margin: 0 3px;
  display: none;
}

.paging_ul .paging_num_show {
  display: flex !important;
}

.paging_ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.paging_ul .paging_fixed:hover a {
  color: #ffffff;
  background-color: #f7941d;
}

.paging_ul .paging_num:hover a {
  color: #ffffff;
  background-color: #f7941d;
}

.paging_fixed_none {
  cursor: no-drop !important;
}

.paging_fixed_none a {
  color: #ffffff !important;
  background-color: #999999 !important;
  pointer-events: none;
  cursor: default;
}

.paging_num_type a {
  color: #ffffff !important;
  background-color: #f7941d !important;
}

.paging_ul .paging_fixed:nth-of-type(2) {
  margin-right: 9px;
}

.paging_ul .paging_fixed:nth-of-type(3) {
  margin-left: 9px;
}

.thirdly_list .thirdly_list_left .thirdly_list_page_a {
  width: 360px;
  border-bottom: 1px solid #e5e5e5;
}

.thirdly_list .thirdly_list_left .thirdly_list_page_a a {
  font-size: 16px;
  line-height: 48px;
  color: #f7941d;
  font-family: 'f2';
  padding-left: 30px;

}

.disabled {
  pointer-events: none;
}

.other_footer .footer {
  height: 160px;
  padding-top: 0;
}

.service_page2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 79px;
  margin-bottom: 40px;
}

.service_page2 .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.service_page2 .title .title_text {
  font-size: 30px;
  line-height: 30px;
  color: #000000;
  font-family: 'f2';
  text-transform: uppercase;
  margin-bottom: 20px;
}

.service_page2 .title .title_gg {
  width: 100px;
  height: 4px;
  background: #F7941D;
  margin-bottom: 45px;
}

.service_page2 .page_body {
  display: flex;
  justify-content: space-between;
  height: 340px;
  margin-bottom: 40px;
}

.service_page2 .page_body_type {
  flex-direction: row-reverse;
}

.service_page2 .page_body .left {
  width: 500px;
  height: 100%;
  overflow: hidden;
}

.service_page2 .page_body .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.service_page2 .page_body .right {
  width: 629px;
  height: calc(100% - 71px);
  padding-top: 71px;
  padding-left: 71px;
  background-color: #fff;
  transition: 0.5s;
}

.service_page2 .page_body .right .text1 {
  display: flex;
  align-items: baseline;
  margin-bottom: 35px;
}

.service_page2 .page_body .right .text1 .p1 {
  font-size: 36px;
  font-family: 'f2';
  font-weight: bold;
  color: #999999;
  line-height: 24px;
  transition: 0.5s;
}

.service_page2 .page_body .right .text1 .p2 {
  font-size: 20px;
  font-family: 'f2';
  font-weight: bold;
  color: #333333;
  line-height: 26px;
  margin-left: 18px;
  transition: 0.5s;
}

.service_page2 .page_body .right .text2 .p1 {
  font-size: 16px;
  font-family: 'f1';
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  width: 530px;
  height: 120px;
  transition: 0.5s;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.service_page2 .page_body .right .text3 {
  font-size: 14px;
  font-family: 'f1';
  font-weight: 400;
  color: #F7941D;
  display: none;
  margin-top: 5px;
}

.service_page2 .page_body:hover .left img {
  transform: scale(1.1);
}

.service_page2 .page_body:hover .right {
  background: url('../image/services_page2_bg.jpg') no-repeat center;
  background-size: cover;
  color: #ffffff !important;
  height: calc(100% - 76px);
  border-bottom: 4px solid #F7941D;
}

.service_page2 .page_body:hover .right .text1 .p1 {
  color: #ffffff;
}

.service_page2 .page_body:hover .right .text1 .p2 {
  color: #ffffff;
}

.service_page2 .page_body:hover .right .text2 .p1 {
  color: #ffffff;
}

.service_page2 .page_body:hover .right .text3 {
  display: block;
}

.services1_page2 {
  display: flex;
}

.services1_page2 .left {
  width: 45%;
  background-color: #fff;
  padding-top: 79px;
  padding-left: 20%;
}

.services1_page2 .left .body {
  width: 90%;
}

.services1_page2 .left .body .p1 {
  font-size: 30px;
  font-family: 'f2';
  font-weight: bold;
  color: #0E2A5C;
  line-height: 36px;
  padding-bottom: 25px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}

.services1_page2 .left .body .shareList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-family: 'f1';
  font-weight: 400;
  color: #999999;
  margin-bottom: 70px;
}

.shareList_imglist {
  display: flex;
  align-items: center;
}

.shareList_imglist li a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 20px;
  overflow: hidden;
}
.content .shareList_imglist li a {
    justify-content: flex-start;
}
.shareList_imglist li a:hover img {
  position: relative;
  top: -100px;
  filter: drop-shadow(0 100px 0 #F18D1B);
}

.services1_page2 .left .body .p2 {
  font-size: 16px;
  font-family: 'f1';
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin-bottom: 44px;
}

.services1_page2 .left .body .blogrolls_list {
  width: 103%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 257px;
}

.services1_page2 .left .body .blogrolls_list div {
  width: 30%;
  height: 138px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 5px 10px 0px rgba(14, 5, 9, 0.06);
  border-radius: 6px;
  margin-right: 3%;
  margin-bottom: 20px;
}
.services1_page2 .left .body .blogrolls_list div img {
    width: 90%;
    height: auto;
    object-fit: scale-down;
}

.services1_page2 .right {
  width: 300px;
  height: 1100px;
  margin-top: 60px;
  margin-left: 60px;
  background-color: #fff;
  padding: 0 40px;
  padding-top: 48px;
}

.services1_page2 .right .page1 {
  padding-bottom: 29px;
  border-bottom: 1px solid #000000;
  margin-bottom: 36px;
}

.services1_page2 .right .page1 .p1 {
  font-size: 24px;
  font-family: 'f2';
  font-weight: bold;
  color: #000000;
  height: 30px;
  line-height: 30px;
  border-left: 4px solid #F7941D;
  padding-left: 15px;
}

.services1_page2 .right .pages {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ebebeb;
  margin-top: 35px;
}

.services1_page2 .right .pages .p1 {
  font-size: 20px;
  font-family: 'f2';
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  margin-bottom: 32px;
      text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.services1_page2 .right .pages img {
  width: 300px;
  height: auto;
  margin-bottom: 32px;
}

.services1_page2 .right .pages .p2 {
    font-size: 16px;
    font-family: 'f1';
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    margin-bottom: 25px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.services1_page2 .right .pages .p3 {
  font-size: 14px;
  font-family: 'f1';
  font-weight: 400;
  color: #999999;
  margin-bottom: 39px;
}

.services1_page2 .body .services2_body {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.services1_page2 .body .services2_body .services2_body_left {
  width: 200px;
  height: 267px;
  background: #D5D5D5;
}

.services1_page2 .body .services2_body .services2_body_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services1_page2 .body .services2_body .services2_body_right {
  width: 435px;
  height: 267px;
}

.services1_page2 .body .services2_body .services2_body_right .services2_body_p1 {
  font-size: 24px;
  font-family: 'f2';
  font-weight: bold;
  color: #0E2A5C;
  line-height: 36px;
}

.services1_page2 .body .services2_body .services2_body_right .services2_body_p2 {
  font-size: 14px;
  font-family: 'f1';
  font-weight: 400;
  color: #999999;
  line-height: 36px;
  margin-bottom: 44px;
}

.services1_page2 .body .services2_body .services2_body_right .services2_body_p3 {
  font-size: 16px;
  font-family: 'f1';
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin: 15px 0;
}

.services1_page2 .body .services2_body .services2_body_right .services2_body_img2 {
  display: flex;
  justify-content: flex-end;
}

.services1_page2 .body .services2_body_list {
  width: 108%;
  display: flex;
  flex-wrap: wrap;
}

.services1_page2 .body .services2_body_list .pages {
  width: 200px;
  display: flex;
  flex-direction: column;
  margin-bottom: 59px;
  margin-right: 51px;
}

.services1_page2 .body .services2_body_list .pages .services2_pages_img {
  width: 200px;
  height: 267px;
  background: #D5D5D5;
  margin-bottom: 16px;
}
.services1_page2 .body .services2_body_list .pages .services2_pages_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services1_page2 .body .services2_body_list .pages .services2_pages_p1 {
  font-size: 20px;
  font-family: 'f2';
  font-weight: bold;
  color: #0E2A5C;
  line-height: 36px;
}

.services1_page2 .body .services2_body_list .pages .services2_pages_p2 {
  font-size: 14px;
  font-family: 'f1';
  font-weight: 400;
  color: #999999;
  line-height: 36px;
  margin-bottom: 5px;
}

.services1_page2 .body .services2_body_list .pages .services2_pages_p3 {
  font-size: 14px;
  font-family: 'f1';
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-top: 15px;
  margin-bottom: 18px;
}

.services1_page2 .body .services2_body_list .pages .services2_pages_img2 {
  display: flex;
  justify-content: flex-end;
}

.about .about_page2 {
  background: url('../image/about_page2_bg.png') no-repeat;
  background-size: 830px 797px;
  background-position: right 0 bottom 0;
  padding-bottom: 133px;
}

.about_page2 .about_navbar {
  display: flex;
  justify-content: center;
  height: 71px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 110px;
}

.about_page2 .about_navbar li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0 49px;
  transition: 0.3s;
}

.about_page2 .about_navbar li:hover {
  border-bottom: 2px solid #0E2A5C;
}

.about_page2 .about_navbar li a {
  font-size: 18px;
  font-family: 'f1';
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}

.about_page2 .about_navbar li:hover a {
  color: #0E2A5C;
}

.about_page2 .about_page2_body {
    display: flex;
    flex-direction: column;
}

.about_page2 .about_page2_body .left {
    display: flex;
    flex-direction: column;
}

.about_page2 .about_page2_body .left .about_page2_title {
  width: 100px;
  font-size: 30px;
  font-family: 'f2';
  font-weight: bold;
  color: #000000;
  line-height: 30px;
  text-transform: uppercase;
  padding-bottom: 16px;
  border-bottom: 4px solid #F7941D;
  margin-bottom: 50px;
  white-space: nowrap;
}

.about_page2 .about_page2_body .left .about_page2_p1 {
  width: 100%;
  font-size: 16px;
  font-family: 'f1';
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}

.about_page2 .about_page2_body .right img {
  width: auto;
}

.about .index_page5 {
  height: 400px;
}

.about_page4 {
  padding-top: 80px;
}

.about_page4_body .about_logolist {
  display: flex;
  padding-left: 0;
}

.about_page4_body .about_logolist li {
  width: 240px;
  height: 150px;
  background: #FFFFFF;
  box-shadow: 0px 5px 10px 0px rgba(14, 5, 9, 0.06);
  border-radius: 6px;
  margin: 0 17.5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about_page4_body .about_logolist li img {
  width: 70%;
  height: 70%;
  object-fit: scale-down;
}

.about_page4_body1 {
  margin-bottom: 35px !important;
}

.about_pages_title {
  width: 100px;
  font-size: 30px;
  font-family: 'f2';
  font-weight: bold;
  color: #000000;
  line-height: 30px;
  padding-bottom: 20px;
  border-bottom: 4px solid #F7941D;
  margin: 0 auto;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
  text-transform: uppercase;
}

.about_page4 .about_page4_text {
  width: 1169px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-family: 'f1';
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  margin-bottom: 50px;
}

.about_page5 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.about_page5 .about_pages_title {
  margin-bottom: 52px;
}

.about_page5 .about_page5_img {
  display: flex;
  justify-content: space-between;
}

.about_page5 .about_page5_img .left {
  width: 800px;
  height: 530px;
  margin-right: 2px;
}

.about_page5 .about_page5_img .left img {
  width: 100%;
  height: 100%;
}

.about_page5 .about_page5_img .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about_page5 .about_page5_img .right img {
  width: 398px;
  height: 264px;
}

.about_page6 {
  background-color: #E6E8ED;
  padding-bottom: 78px;
}

.about_page6 .about_pages_title {
  padding-top: 79px;
  margin-bottom: 52px;
}

.about_page6 .about_body {
  display: flex;
  justify-content: center;
}

.about_page6 .about_body .about_body_img {
  width: 325px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 40px;
}

.about_page6 .about_body .about_body_img img {
  width: 146px;
  height: 146px;
  margin-bottom: 28px;
}

.about_page6 .about_body .about_body_img p {
  font-size: 16px;
  font-family: 'f1';
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  text-align: center;
  height: 60px;
}

.product_detail .product_page2 {
  margin-top: 29px;
}

.product_detail_page3 {
  width: 1120px;
  height: auto;
  background-color: #fff;
  padding: 40px;
  margin-bottom: 80px;
}

.product_detail_page3 .page3_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
  height: 400px;
}

.product_detail_page3 .page3_top .page3_top_left {
  width: 398px;
  height: 398px;
  /* background: #FFFFFF; */
  border: 1px solid #CCCCCC;
  position: relative;
}

.product_detail_page3 .page3_top .page3_top_left .swiper {
  position: static;
  width: 100%;
  height: 100%;
}

.product_detail_page3 .page3_top .page3_top_left .swiper .swiper-button-next {
  top: 116%;
  right: 0;
  background: url('../image/product_detail_swiper_next.png') no-repeat center;
}

.product_detail_page3 .page3_top .page3_top_left .swiper .swiper-button-prev {
  top: 116%;
  left: 0;
  background: url('../image/product_detail_swiper_prev.png') no-repeat center;
}

.product_detail_page3 .page3_top .page3_top_left .swiper .swiper-button-next::after {
  content: none;
}

.product_detail_page3 .page3_top .page3_top_left .swiper .swiper-button-prev::after {
  content: none;
}

.product_detail .page3_topSwiper {
  width: 298px !important;
}

.product_detail .page3_topSwiper .swiper-wrapper .swiper-slide {
  width: 88px !important;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #CCCCCC;
  margin-top: 20px;
}

.product_detail .page3_topSwiper .swiper-wrapper .swiper-slide-thumb-active {
  border: 1px solid #0E2A5C;
}

.product_detail .page3_topSwiper2 .swiper-wrapper .swiper-slide {
  width: 398px;
  height: 398px;
  overflow: hidden;
}

.product_detail .page3_topSwiper2 .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product_detail .page3_topSwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product_detail_page3 .page3_top .page3_top_right {
  width: 680px;
  /* margin-bottom: 20px; */
}

.product_detail_page3 .page3_top .page3_top_right .right_title {
  font-size: 24px;
  font-family: 'f2';
  font-weight: bold;
  color: #0E2A5C;
  line-height: 30px;
  margin-bottom: 40px;
  margin-top: 20px;
}

.product_detail_page3 .page3_top .page3_top_right li {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #e5e5e5;
}

.product_detail_page3 .page3_top .page3_top_right li .right_p1 {
  font-size: 14px;
  font-family: 'f1';
  font-weight: 400;
  color: #000000;
  line-height: 60px;
  width: 104px;
  margin-right: 23px;
}

.product_detail_page3 .page3_top .page3_top_right li .right_p2 {
  font-size: 14px;
  font-family: 'f1';
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}

.product_detail_page3 .page3_top .page3_top_right .right_a_list {
  display: flex;
  align-items: center;
  margin-top: 50px;
}

.product_detail_page3 .page3_top .page3_top_right .right_a_list .right_a1 {
  width: 200px;
  height: 54px;
  background: #0E2A5C;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: 'f1';
  font-weight: bold;
  color: #FFFFFF;
  line-height: 30px;
}

.product_detail_page3 .page3_top .page3_top_right .right_a_list .right_a2 {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: 'f1';
  font-weight: 400;
  text-decoration: underline;
  color: #F7941D;
  line-height: 30px;
  text-decoration: none;
  margin-left: 45px;
}

.product_detail_page3 .page3_top .page3_top_right .right_a_list .right_a2 img {
  margin-right: 8px;
}

.product_detail_page3 .page3_bottom {
  padding-bottom: 20px;
}

.product_detail_page3 .page3_bottom tr {
  display: flex;
  align-items: center;
  min-height: 47px;
  height: auto;
  border-bottom: 1px solid #ffffff;
  background-color: #f4f4f4;
}

.product_detail_page3 .page3_bottom tr td {
  padding-left: 31px;
  border-right: 1px solid #ffffff;
}

.product_detail_page3 .page3_bottom tr .page3_td1 {
  width: 351px;
  font-size: 14px;
  font-family: 'f1';
  font-weight: 400;
  color: #000000;
  line-height: 48px;
}

.product_detail_page3 .page3_bottom tr .page3_td2 {
  width: 704px;
  font-size: 14px;
  font-family: 'f1';
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.news .about_page2 .w1200 .about_navbar {
  margin-bottom: 79px;
}

.news_page3 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.news_page3_title {
  font-size: 30px;
  font-family: 'f2';
  font-weight: bold;
  color: #000000;
  line-height: 30px;
  text-transform: uppercase;
  width: 100px;
  border-bottom: 4px solid #F7941D;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.news .index_page8 .index_page8_body {
  margin-bottom: 0;
}

.news .index_page8 .index_page8_body .index_page8_page {
  margin-bottom: 0;
}

.news .index_page8 {
  margin-bottom: 79px;
}

.news_page4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.news_page4 .news_page4_body {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.news .about_page2 {
  padding-bottom: 0;
}

.news .news_page4 .news_page4_body .news_page4_son {
  width: 530px;
  height: 210px;
  padding-left: 50px;
  padding-top: 50px;
  display: flex;
  background-color: #fff;
  position: relative;
  margin-bottom: 40px;
  border-top: 4px solid rgba(0, 0, 0, .0);
}

.news .news_page4 .news_page4_body .news_page4_son .news_left {
  width: 95px;
  margin-right: 55px;
}

.news .news_page4 .news_page4_body .news_page4_son .news_left .news_left_p1 {
  font-size: 16px;
  font-family: 'f1';
  font-weight: 400;
  color: #999999;
  text-align: right;
}

.news .news_page4 .news_page4_body .news_page4_son .news_left .news_left_p2 {
  font-size: 30px;
  font-family: 'f2';
  font-weight: bold;
  color: #999999;
  text-align: right;
}

.news .news_page4 .news_page4_body .news_page4_son .news_right {
  width: 320px;
}

.news .news_page4 .news_page4_body .news_page4_son .news_right .news_right_p1 {
  font-size: 20px;
  font-family: 'f2';
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  margin-bottom: 30px;
}

.news .news_page4 .news_page4_body .news_page4_son .news_right .news_right_p2 {
  font-size: 16px;
  font-family: 'f1';
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}

.news .news_page4 .news_page4_body .news_page4_son .news_page4_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.news .news_page4 .news_page4_body .news_page4_son:hover {
  background: none;
  box-shadow: 0px 9px 18px 0px rgba(14, 42, 92, 0.4);
  border-top: 4px solid #F7941D;
}

.news .news_page4 .news_page4_body .news_page4_son:hover .news_left .news_left_p1 {
  color: #ffffff;
}

.news .news_page4 .news_page4_body .news_page4_son:hover .news_left .news_left_p2 {
  color: #ffffff;
}

.news .news_page4 .news_page4_body .news_page4_son:hover .news_right .news_right_p1 {
  color: #F7941D;
}

.news .news_page4 .news_page4_body .news_page4_son:hover .news_right .news_right_p2 {
  color: #ffffff;
}

.news .paging {
  margin-bottom: 80px;
}

.news_detail .services1_page2 .left .body .p1 .news_p2 {
  font-size: 16px;
  font-family: 'f1';
  font-weight: 400;
  color: #999999;
}

.news_detail .services1_page2 .left .body .shareList_p2 {
  font-size: 16px;
  font-family: 'f1';
  font-weight: 400;
  color: #000000;
  line-height: 30px;
}

.news_detail .services1_page2 .left .body .shareList_imgShow {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.news_detail .services1_page2 .left .body .shareList {
  margin-bottom: 52px;
}

.news_paging {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;

}

.news_detail .services1_page2 .left {
  padding-bottom: 80px;
  margin-bottom: 10px;
}

.news_detail .news_paging {
  margin-top: 40px;
}

.news_paging .news_button_list {
  display: flex;
  flex-direction: column;
}

.news_paging .news_button_list .news_button {
  color: #0e2a5c;
  font-size: 16px;
  line-height: 30px;
  display: flex;
}

.news_paging .news_button_list .news_button_color {
  color: #999999;
  pointer-events: none;
  cursor: default;
}

.news_paging .Back_list {
  width: 180px;
  height: 54px;
  background: #F7941D;
  border-radius: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-family: 'f2';
  font-weight: bold;
  color: #FFFFFF;
  line-height: 72px;
}

.inquiry .inquiry_page {
  margin-top: 70px;
  background-color: #fff;
  padding-top: 68px;
  padding-bottom: 40px;
  margin-bottom: 80px;
}

.inquiry .inquiry_page .inquiry_title {
  width: 100px;
  font-size: 30px;
  font-family: 'f2';
  font-weight: bold;
  color: #000000;
  line-height: 30px;
  text-transform: uppercase;
  white-space: nowrap;
  padding-bottom: 20px;
  border-bottom: 4px solid #F7941D;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.inquiry .inquiry_page .inquiry_body {
  display: flex;
  justify-content: space-around;
  margin-bottom: 60px;
}

.inquiry .inquiry_page .inquiry_body .pages {
  display: flex;

  flex-direction: column;
}

.inquiry .inquiry_page .inquiry_body .pages .page {
  display: flex;
  justify-content: center;
  align-items: center;
}

.inquiry .inquiry_page .inquiry_body .pages .page .page_img1 {
  margin-right: 240px;
  position: absolute;
}

.inquiry .inquiry_page .inquiry_body .pages .pages_text {
  width: 191px;
  font-size: 14px;
  font-family: 'f1';
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  text-align: center;
  height: 48px;
}

.inquiry .inquiry_page .inquiry_ul_list {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  border-top: 1px solid #cccccc;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  margin-bottom: 5px;
}

.inquiry .inquiry_page .inquiry_ul_list li {
  width: 170px;
  height: 68px;
  font-size: 16px;
  font-family: 'f1';
  font-weight: 400;
  color: #999999;
  line-height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 37px;
  cursor: pointer;
  border-top: 2px solid rgba(0, 0, 0, .0);
  transition: 0.3s;
}

.inquiry .inquiry_page .inquiry_ul_list .inquiry_ul_list_color {
  border-top: 2px solid #0E2A5C;
  color: #0E2A5C;
}

.inquiry .inquiry_page .inquiry_ul_list li:hover {
  border-top: 2px solid #0E2A5C;
  color: #0E2A5C;
}

.inquiry .inquiry_page .inquiryForm {
  width: 1100px;
  height: auto;
  border: 1px solid #e4e4e4;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.inquiry .inquiry_page .inquiryForm_title {
  font-size: 14px;
  font-family: 'f1';
  font-weight: 400;
  color: #666666;
  line-height: 34px;
  display: flex;
}

.inquiry .inquiry_page .inquiryForm_title .inq_tit2 {
  color: #ff0000;
}

.inqFormItemList .el-form-item__content .inqFormItemList_div {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.inqFormItemList .el-form-item__content .inqFormItemList_son .el-form-item__content {
  display: flex;
  flex-direction: column;
  margin-right: 12px;
}

.inqFormItemList .inqFormItemList_div .inq_form_xiugai {
  background-color: #ffffff;
  width: 48px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #E4E4E4;
  margin-top: 33px;
  cursor: pointer;
}

.inqFormItemList .inqFormItemList_div .inq_form_xx {
  margin-top: 33px;
  margin-left: 15px;
  cursor: pointer;
}

.inqFormItemList .el-form-item__content .inqFormItemList_son input {
  height: 50px;
  border-radius: 0;
  background-color: #f4f4f4;
  border: none;
}

.inqFormItemList_show_son {
  padding-bottom: 22px;
  border-bottom: 1px solid #f4f4f4;
  font-size: 16px;
  font-family: 'f1';
  font-weight: 400;
  color: #666666;
  line-height: 64px;
}

.item_bottom_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-family: 'f1';
  font-weight: 400;
  color: #F7941D;
  line-height: 18px;
  height: 30px;

}

.item_bottom_text .item_bottom_text_button {
  cursor: pointer;
  display: flex;

}

.item_bottom_text .item_bottom_text_button img {
  object-fit: contain;
  margin-right: 3px;
}

.item_bottom_text .item_bottom_text_button p {
  border-bottom: 1px solid rgba(247, 148, 29, .2);
}

.item_bottom_text .item_bottom_text_two {
  display: flex;
}

.item_bottom_text .item_bottom_text_two .item_bottom_text_button {
  margin-left: 45px;
}

.item_bottom_text .item_bottom_text_two .item_bottom_text_button img {
  margin-right: 8px;
}

.inquiry .inquiryForm .inquiry_form_title {
  font-size: 18px;
  font-family: 'f2';
  font-weight: bold;
  color: #333333;
  line-height: 64px;
  margin-top: 10px;
}

.inquiry .inquiryForm .inquiryForm2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.inquiry .inquiryForm .inquiryForm2 input {
  height: 50px;
  border-radius: 0;
  border: none;
  background-color: #f4f4f4;
}

.inquiry .inquiryForm .inquiryForm2_data {
  display: flex;
  justify-content: space-between;
  margin-bottom: 19px;
}

.inquiry .inquiryForm .inquiryForm2_data input {
  height: 50px;
  border-radius: 0;
  border: none;
  background-color: #f4f4f4;
}

.inquiry .inquiryForm .inquiryForm2_data .el-icon-date:before {
  content: none;
}

.inquiry .inquiry_submit {
  display: flex;
  justify-content: center;
}

.inquiry .inquiry_submit .inquiry_submit_button {
  width: 200px;
  height: 54px;
  background: #0E2A5C;
  border-radius: 4px;
  font-size: 16px;
  font-family: 'f2';
  font-weight: bold;
  color: #FFFFFF;
  line-height: 30px;
}

.inquiry .inqCopy_form {
  width: 1140px;
  /* height: 500px; */
  margin: 0 auto;
  border: 1px solid #E4E4E4;
  /* padding: 0 20px; */
  margin-bottom: 20px;
}

.inquiry .inqCopy_title {
  height: 53px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: 'f1';
  font-weight: 400;
  color: #666666;
  line-height: 36px;
  border-bottom: 1px solid #E4E4E4;
}

.inquiry .inqCopy_title img {
  margin-right: 8px;
}

.inquiry .inqCopy_title .inqCopy_title_copy {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 174px;
  padding: 0.5px 0;
  cursor: pointer;
  /* border-bottom: 1px solid #e4e4e4; */


}

.inquiry .inqCopy_title .inqCopy_title_style {
  border-bottom: 1px solid #ffffff;
}

.inquiry .inqCopy_title .inqCopy_title_excel {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 174px;
  padding: 0.5px 0;
  cursor: pointer;
  border-left: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.inquiry .inqCopy_title .inqCopy_title_style2 {
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #e4e4e4;
}

.inquiry .inqCopy_body {
  width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  margin-top: 21px;
  padding-bottom: 28px;
}

.inquiry .inqCopy_body .body_left {
  width: 760px;
  height: 580px;
  background: #F4F4F4;
  margin-right: 40px;
}

.inquiry .inqCopy_body .body_left textarea {
  min-width: calc(100% - 20px);
  max-width: calc(100% - 20px);
  min-height: 520px;
  max-height: 520px;
  padding: 0;
  border: none;
  background: none;
  padding: 10px;
}

.inquiry .inqCopy_body .body_left .body_left_Clear {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  font-family: 'f1';
  font-weight: 400;
  text-decoration: underline;
  color: #999999;
  line-height: 36px;
  cursor: pointer;
  background-color: #ffffff;
  /* margin-top: 10px; */
}

.inquiry .inqCopy_body .body_left .body_left_Clear img {
  margin-right: 11px;
}

.inquiry .inqCopy_body .body_right {
  margin-top: 5px;
}

.inquiry .inqCopy_body .body_right .body_right_hint {
  width: 300px;
  font-size: 14px;
  font-family: 'f1';
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}

.inquiry .inqCopy_body .body_right .body_right_title {
  font-size: 16px;
  font-family: 'f2';
  font-weight: 400;
  color: #0E2A5C;
  line-height: 36px;
}

.inquiry .inqCopy_body .body_right .body_right_table {
  width: 200px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-spacing: 0;
  margin-bottom: 57px;
}

.inquiry .inqCopy_body .body_right .body_right_table td {
  /* width: 140px; */
  padding: 0 30px;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  font-size: 14px;
  font-family: 'f1';
  font-weight: 400;
  color: #999999;
  line-height: 30px;
}

.inquiry .inqCopy_body .body_right .body_right_checkbox {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: 'f1';
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  margin-bottom: 23px;
}

.inquiry .inqCopy_body .body_right .body_right_checkbox input {
  margin-right: 19px;
}

.inquiry .inqCopy_body .body_right .body_right_subottom {
  width: 200px;
  height: 54px;
  background: #0E2A5C;
  border-radius: 4px;
  border: none;
  font-size: 16px;
  font-family: 'f2';
  font-weight: bold;
  color: #FFFFFF;
  line-height: 30px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inquiry .inqCopy_body2 {
  padding: 0 20px;
  margin-top: 21px;
}

.inquiry .inqCopy_body2 .inqCopy_body2_bgc {
  background: #F4F4F4;
  padding-top: 60px;
  padding-left: 60px;
  padding-bottom: 60px;
  margin-bottom: 20px;
}

.inquiry .inqCopy_body2 .inqCopy_body2_bgc .inqCopy_body2_hint {
  display: flex;
  align-items: center;
}

.inquiry .inqCopy_body2 .inqCopy_body2_bgc .inqCopy_body2_hint .inqCopy_body2_hint1 {
  font-size: 16px;
  font-family: 'f1';
  font-weight: 400;
  color: #666666;
  line-height: 36px;
}

.inquiry .inqCopy_body2 .inqCopy_body2_bgc .inqCopy_body2_hint .inqCopy_body2_hint2 {
  font-size: 16px;
  font-family: 'f1';
  font-weight: 400;
  color: #f7941d;
  line-height: 36px;
}

.inquiry .inqCopy_body2 .inqCopy_body2_bgc .inqCopy_body2_checkbox {
  margin-top: 57px;
  display: flex;
  font-size: 16px;
  font-family: 'f1';
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  margin-bottom: 23px;
}

.inquiry .inqCopy_body2 .inqCopy_body2_bgc .inqCopy_body2_checkbox input {
  margin-right: 19px;
}

.inquiry .inqCopy_body2 .inqCopy_body2_bgc .inqCopy_body2_UpButBox {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: 'f1';
  font-weight: 400;
  color: #999999;
  line-height: 30px;
}

.inquiry .inqCopy_body2 .inqCopy_body2_bgc .inqCopy_body2_UpButBox .inqCopy_body2_UpButton {
  width: 200px;
  height: 54px;
  background: #0E2A5C;
  border-radius: 4px;
  font-size: 16px;
  font-family: 'f2';
  font-weight: bold;
  color: #FFFFFF;
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-right: 25px;
}

.inquiry .inqCopy_body2 .inqCopy_body2_bgc .inqCopy_body2_UpButBox .inqCopy_body2_UpButton img {
  margin-right: 17px;
}

.inquiry .inquiry_Upload_top {
  width: 1100px;
  margin: 0 auto;
  border: 1px solid #e4e4e4;
  padding: 20px;
  padding-top: 34px;
  display: flex;
  justify-content: space-between;
}

.inquiry .inquiry_Upload_top .top_left {
  width: 540px;
}

.inquiry .inquiry_Upload_top .top_right {
  width: 540px;
}

.inquiry .inquiry_Upload_top .inquiry_Upload_title {
  display: flex;
  align-items: center;
}

.inquiry .inquiry_Upload_top .inquiry_Upload_title1 {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: 'f2';
  font-weight: bold;
  color: #333333;
  line-height: 64px;
}

.inquiry .inquiry_Upload_top .inquiry_Upload_title2 {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: 'f2';
  font-weight: bold;
  color: #ff0000;
  line-height: 64px;
}

.inquiry .inquiry_Upload_top .inquiry_Upload_bgc {
  width: 100%;
  height: 220px;
  background-color: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inquiry .inquiry_Upload_top .top_left .inquiry_Upload_bgc .button_div {
  width: 160px;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #0E2A5C;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: 'f1';
  font-weight: 400;
  color: #0E2A5C;
  line-height: 30px;
  cursor: pointer;
}

.inquiry .inquiry_Upload_top .top_left .inquiry_Upload_bgc button img {
  margin-right: 14px;
}

.inquiry .inquiry_Upload_top .top_right .inquiry_Upload_bgc .inquiry_Upload_bgc_textarea {
  min-width: calc(100% - 42px);
  max-width: calc(100% - 42px);
  min-height: calc(100% - 56px);
  max-height: calc(100% - 56px);
  padding: 28px 21px;
  border: none;
  background: none;
  font-size: 16px;
  font-family: 'f1';
  font-weight: 400;
  color: #CCCCCC;
  /* line-height: 64px; */
}

.inquiry .inquiry_Upload_bottom {
  margin-top: 30px;
}

.contact .all_page1_text {
  text-align: center;
  width: 600px;
  left: calc(50% - 300px);
}

.contact .contact_page2 {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 79px;
}

.contact .contact_page2 .contact_map {
  width: 600px;
  height: 735px;
}

.contact .contact_page2 .contact_lianxi {
  width: 500px;
  padding: 0 50px;
  padding-top: 50px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}

.contact .contact_page2 .contact_lianxi .lianxi_title {
  border-bottom: 1px solid #000000;
  height: 50px;
  margin-bottom: 21px;
  /* padding-bottom: 24px; */
}

.contact .contact_page2 .contact_lianxi .lianxi_title .title_p1 {
  font-size: 30px;
  font-family: 'f2';
  font-weight: bold;
  color: #000000;
  line-height: 30px;
  text-transform: uppercase;
  padding-bottom: 17px;
  border-bottom: 4px solid #f7941d;
  width: 100px;
  white-space: nowrap;
}

.contact .contact_page2 .contact_lianxi .lianxi_body {
  display: flex;
  flex-direction: column;
}

.contact .contact_page2 .contact_lianxi .lianxi_body .lianxi_body_page {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 22px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.contact .contact_page2 .contact_lianxi .lianxi_body .lianxi_body_page .body_img {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border: 2px solid #0E2A5C;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact .contact_page2 .contact_lianxi .lianxi_body .lianxi_body_page .body_img img {
  object-fit: scale-down;
}

.contact .contact_page2 .contact_lianxi .lianxi_body .lianxi_body_page .body_text {
  width: 440px;
}

.contact .contact_page2 .contact_lianxi .lianxi_body .lianxi_body_page .body_text .body_title {
  font-size: 14px;
  font-family: 'f1';
  font-weight: 400;
  color: #999999;
  margin-bottom: 13px;
  text-transform: uppercase;
  /* line-height: 64px; */
}

.contact .contact_page2 .contact_lianxi .lianxi_body .lianxi_body_page .body_text .body_page {
  font-size: 18px;
  font-family: 'f2';
  font-weight: bold;
  color: #333333;
  /* line-height: 24px; */
}

.contact .shareList_imglist {
  padding-left: 0;
}

.contact .shareList_imglist li a {
  margin-left: 0;
  margin-right: 20px;
}

.contact .contact_page3 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact .contact_page3 .contact_page3_title {
  font-size: 30px;
  font-family: 'f2';
  font-weight: bold;
  color: #000000;
  line-height: 30px;
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 4px solid #F7941D;
  width: 100px;
  white-space: nowrap;
  display: flex;
  justify-content: center;
}

.contact .contact_page3 .contact_page3_text {
  font-size: 18px;
  font-family: 'f1';
  font-weight: 400;
  color: #999999;
  line-height: 36px;
  margin-bottom: 45px;
}

.contact .contact_page3 .contactForm_tr {
  width: 1200px;
  display: flex;
  justify-content: space-between;
}

.contact .contact_page3 .contactForm_tr .contactForm_td {
  display: flex;
  align-items: center;
  width: 560px;
  height: 56px;
  background: #FFFFFF;
  padding-left: 20px;
  margin-bottom: 40px;
  position: relative;
}

.contact .contact_page3 .contactForm_tr .contactForm_td p {
  font-size: 16px;
  font-family: 'f1';
  font-weight: 400;
  color: #333333;
  line-height: 56px;
  margin-right: 20px;
  width: 12%;
}

.contact .contact_page3 .contactForm_tr .contactForm_td input {
  height: 100%;
  width: 80%;
  border: none;
}

.contact .contact_page3 .contactForm_tr .contactForm_td div {
  height: 100%;
  width: 75%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5%;
}

.contact .contact_page3 .contactForm_tr .contactForm_td .contact_form_list {
  position: absolute;
  top: 56px;
  left: -0px;
  width: 100%;
  height: 120px;
  overflow-y: auto;
  padding-left: 0;
  background: #ffffff;
  border-top: 1px solid #e4e4e4;
  display: none;
  box-shadow: 0 0 10px 1px #e4e4e4e4;
}
.contact_form_list {
  position: absolute;
  top: 56px;
  left: -0px;
  width: calc(100% - 10px);
  height: 120px;
  overflow-y: auto;
  padding-left: 0;
  background: #ffffff;
  border-top: 1px solid #e4e4e4;
  display: none;
  box-shadow: 0 0 10px 1px #e4e4e4e4;
  padding-left: 10px;
  padding-top: 5px;
  z-index: 99999999999999;
}
.contact .contact_page3 .contactForm_tr .contactForm_td .contact_form_list li {
  display: flex;
  justify-content: center;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  cursor: pointer;
  transition: 0.2s;
}

.contact .contact_page3 .contactForm_tr .contactForm_td .contact_form_list li:hover {
  color: #f7941d;
}

.contact .contact_page3 .contactForm_tr .contact_form_down {
  transition: 0.3s;
}

.contact .contact_page3 .contactForm_tr .contact_form_down_zhuan {
  transform: rotate(-180deg)
}

.contact .contact_page3 .contactForm_tr .contact_form_input {
  font-size: 18px;
  font-family: 'f1';
  font-weight: 400;
  color: #333333;
  line-height: 64px;
  opacity: 0.5;
  text-align: center;
}

.contact .contact_page3 .contactForm_tr .contact_form_textarea {
  width: calc(100% - 20px);
  height: 160px;
  min-width: calc(100% - 20px);
  max-width: calc(100% - 20px);
  max-height: 160px;
  min-height: 160px;
  border: none;
  line-height: 56px;
  font-size: 16px;
  font-family: Gotham;
  font-weight: 400;
  color: #333333;
  padding-left: 20px;
  margin-bottom: 40px;
}

.contact .contact_page3 .contactForm_tr .contact_form_textarea::-webkit-input-placeholder {
  font-size: 16px;
  font-family: Gotham;
  font-weight: 400;
  color: #333333;
  line-height: 56px;
}

.contact .contact_page3 .contactForm_submit_button {
  width: 300px;
  height: 54px;
  background: #F7941D;
  border-radius: 27px;
  font-size: 16px;
  font-family: 'f2';
  font-weight: bold;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  cursor: pointer;
  margin-bottom: 80px;
  /* line-height: 72px; */
}

#inquiryFileInput {
  display: none;
}

.ImportExcelType_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999999999;
}

.ImportExcelType {
  width: 750px;
  height: 350px;
  background-color: #fff;
}

.ImportExcelType .ImportExcelType_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  /* width: 100%; */
  height: 42px;
  background-color: #373d41;
  color: #ffffff;
}

.ImportExcelType .ImportExcelType_title img {
  width: 20px;
  height: 20px;
}

.ImportExcelType .ImportExcelType_title img:hover {
  opacity: 0.8;
}

.ImportExcelType .ImportExcelType_body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
}

.ImportExcelType .ImportExcelType_body p {
  /* width: auto; */
  width: 400px;
  font-size: 12px;
  color: #666;
  line-height: 1.8em;
  margin-top: 10px;
}

.ImportExcelType .ImportExcelType_body a {
  color: #0979e9;
}

.ImportExcelType .ImportExcelType_body .inquiryFileDiv {
  width: 400px;
  margin-top: 20px;
  cursor: pointer;
  user-select: none;
}

.ImportExcelType .ImportExcelType_body .inquiryFileDiv div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 36px;
  background-color: #fafafa;
  border: 1px solid #dddddd;
  border-radius: 4px;

}

.ImportExcelType .ImportExcelType_body .inquiryFileDiv div p {
  width: auto;
  margin-left: 8px;
  margin-top: 0;
}
.index_page1_swiper {
    height: 100%;
}
.pages_hint {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 761px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.pages_hint p {
    width: 550px;
}
.pages_hint a {
        display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 2px solid #0e2a5c;
    width: 159px;
    height: 50px;
    position: relative;
    font-size: 16px;
    color: #0e2a5c;
    z-index: 999999;
}
.pages_hint a .a_div {
    width: 0px;
    height: 100%;
    transition: 0.5s;
    position: absolute;
    left: 0;
    background-color: #0e2a5c;
    z-index: -1;
}
.pages_hint:hover a {
    color: #ffffff;
}
.pages_hint:hover a .a_div {
    width: 159px;
}
.header_list_li {
    position: relative;
}
.erji_xuanzhong {
    width: 0;
    transition: 0.3s;
    position: absolute;
    /*display: none;*/
}
.erji_xuanzhong_type{
    width: 100%;
    height: 3px;
    background-color: #0e2a5c;
    /*display: block;*/
}
.index_mail_input::-webkit-input-placeholder {
    color: red !important;
}
.index_name_input::-webkit-input-placeholder {
    color: red !important;
}
#appList a {
    transition: 0.3s;
}
#appList .icon-linkedin{
    border: none;
    background: url('../image/services_share01.png') no-repeat center;
    background-size: auto;
    margin: 0;
    margin-left: 20px;
}
#appList .icon-linkedin:hover {
    background: url('../image/services_share01_2.png') no-repeat center;
}
#appList .icon-linkedin::before{
    content: none;
}
#appList .icon-facebook {
    border: none;
    background: url('../image/services_share02.png') no-repeat center;
    background-size: auto;
    margin: 0;
    margin-left: 20px;
}
#appList .icon-facebook:hover {
    background: url('../image/services_share02_2.png') no-repeat center;
}
#appList .icon-facebook::before{
    content: none;
}
#appList .icon-twitter {
    border: none;
    background: url('../image/services_share03.png') no-repeat center;
    background-size: auto;
    margin: 0;
    margin-left: 20px;
}
#appList .icon-twitter:hover {
    background: url('../image/services_share03_2.png') no-repeat center;
}
#appList .icon-twitter::before{
    content: none;
}

#appList .icon-weibo {
    display: none;
}
#appList .icon-qq {
    display: none;
}
#appList .icon-wechat {
    display: none;
}
#appList .icon-tencent {
    display: none;
}
#appList .icon-douban {
    display: none;
}
#appList .icon-qzone {
    display: none;
}
#appList .icon-diandian {
    display: none;
}
#appList .icon-google {
    display: none;
}
.contact #appList .icon-linkedin{
    margin-left: 0;
    margin-right: 20px;
}
.contact #appList .icon-facebook{
    margin-left: 0;
    margin-right: 20px;
}
.contact #appList .icon-twitter{
    margin-left: 0;
    margin-right: 20px;
}