.header {
  width: 100%;
  height: auto;
  background-color: #fff;
  position: relative;
  z-index: 3;
}
.header .header_sub1 {
  width: 100%;
  height: auto;
  background-color: #fafafa;
}
.header .header_sub1 .left {
  float: left;
  line-height: 46px;
}
.header .header_sub1 .right {
  float: right;
  line-height: 46px;
  overflow: hidden;
}
.header .header_sub1 .right .pos {
  float: right;
  overflow: hidden;
}
.header .header_sub1 .right .tel {
  float: right;
  overflow: hidden;
  margin-right: 40px;
}
.header .header_sub1 .right a {
  color: #333;
}
.header .header_sub1 .right a i {
  margin-right: 10px;
}
.header .header_sub2 {
  width: 100%;
  height: 110px;
}
.header .header_sub2 .logo {
  float: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 110px;
  width: 30%;
  max-width: 432px;
}
.header .header_sub2 .logo .l_img {
  width: 56px;
  margin-right: 10px;
}

.header .header_sub2 .pc_nav {
  float: right;
  width: 52%;
  height: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header_sub2 .pc_nav ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header .header_sub2 .pc_nav ul li {
  width: 16.6%;
  text-align: center;
  box-sizing: border-box;
}

.header .header_sub2 .pc_nav ul li a {
  font-size: 16px;
  color: #333;
  display: inline-block;
  line-height: 110px;
  position: relative;
}
.header .header_sub2 .pc_nav ul li a::after {
  display: block;
  content: "";
  width: 0;
  height: 3px;
  background: #094387;
  transition: all 0.5s ease;
  position: absolute;
  bottom: 0;
}
.header .header_sub2 .pc_nav ul li:hover a::after {
  width: 100%;
}
.header .header_sub2 .right {
  float: right;
  display: flex;
  align-items: center;
  height: 110px;
}
.header .header_sub2 .right .pos {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.header .header_sub2 .right .tel {
  color: #666;
  display: flex;
  align-items: center;
}
.header .header_sub2 .right div .icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 1px solid #e79623;
  padding: 13px;
  box-sizing: border-box;
}
.header .header_sub2 .right div .icon i {
  font-size: 22px;
  color: #e79623;
}
.header .header_sub2 .right div .txt span {
  display: block;
  font-size: 15px;
  font-weight: bold;
}
.header .header_sub2 .right div .txt {
  margin-left: 10px;
  color: #333;
}
.header .header_sub2 .right a span {
  display: block;
  font-weight: bold;
  color: #000;
}
.header .header_sub3 {
  width: 100%;
  height: 50px;
  background-color: #000;
  display: flex;
  justify-content: space-between;
}
.header .header_sub3 .w70 {
  height: 100%;
}
.header .header_sub3 .pc_nav {
  width: 70%;
  float: left;
}
.header .header_sub3 .pc_nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header .header_sub3 .pc_nav ul li {
  width: 16.6%;
  height: 50px;
  line-height: 50px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
}
.header .header_sub3 .pc_nav ul li:hover {
  background-color: #e69623;
}
.header .header_sub3 .pc_nav ul li .dropdown_menu .navItem {
  width: 100%;
  height: 0;
  transition: all 0.5s ease;
  overflow: hidden;
}
.header .header_sub3 .pc_nav ul li:hover .dropdown_menu .navItem {
  height: 50px;
  background-color: #e69623;
}
.header .header_sub3 .pc_nav ul li a {
  color: #fff;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}
.header .header_sub3 .search {
  width: 20%;
  float: right;
  text-align: right;
  position: relative;
}
.header .header_sub3 .search .search_input {
  position: absolute;
  right: 0;
  z-index: 1;
  width: 90%;
}
.header .header_sub3 .search::after {
  content: "";
  display: block;
  width: 90%;
  position: absolute;
  z-index: 0;
  border-width: 0 0 50px 10px;
  border-bottom-color: #e79623;
  border-left-color: #000;
  border-style: solid;
  top: 0;
  right: 0;
}
.header .header_sub3 .search input {
  height: 36px;
  margin-top: 7px;
  background-color: #e69623;
}
.header .header_sub3 .search input::placeholder {
  color: #fff;
}
.header .header_sub3 .search input::-moz-placeholder {
  color: #fff;
}
.header .header_sub3 .search input::-webkit-input-placeholder {
  color: #fff;
}
.header .header_sub3 .search input::-ms-input-placeholder {
  color: #fff;
}

.header .header_sub3 .search input.sub {
  cursor: pointer;
  width: 16%;
  background: url(../images/search_icon1.png) no-repeat center;
  height: 26px;
  background-size: contain;
  margin-right: 10px;
}
.header .header_sub3 .search input.txt {
  cursor: pointer;
  width: 70%;
}
.header .header_sub3 .search ::after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-width: 0 0 50px 20px;
  border-bottom-color: #e69623;
}
.part02 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.part02 .part02_sub1 {
  overflow: hidden;
}
.part02 .part02_sub1 .part02_sub1_sub1 {
  float: left;
  width: 80%;
}
.part02 .part02_sub1 .part02_sub1_sub1 h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 14px;
}
.part02 .part02_sub1 .part02_sub1_sub1 p {
  font-size: 15px;
  width: 100%;
  line-height: 1.2;
  color: #666;
}
.part02 .part02_sub1 .part02_sub1_sub2 {
  float: right;
  margin-top: 30px;
}
.part02 .part02_sub1 .part02_sub1_sub2 a {
  color: #2766b5;
}
.part02 .part02_sub1 .part02_sub1_sub2 i {
  font-size: 18px;
  padding-left: 6px;
}
.part02 .part02_sub2 {
  margin-top: 40px;
}
.part02 .part02_sub2 .proItem {
  position: relative;
}
.part02 .part02_sub2 .proItem .part02_sub2_sub2 {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(39, 102, 181, 1);
  transition: all 0.5s ease;
}
.part02 .part02_sub2 .proItem .part02_sub2_sub2 .more {
  display: none;
  position: relative;
  top: 40%;
}
.part02 .part02_sub2 .proItem .part02_sub2_sub2 p {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.part02 .part02_sub2 .proItem:hover .part02_sub2_sub2 {
  height: 100%;
  background-color: rgba(39, 102, 181, 0.9);
}

.part02 .part02_sub2 .proItem:hover .part02_sub2_sub2 .more {
  display: block;
}
.part02 .part02_sub2 .proItem:hover .part02_sub2_sub2 p {
  font-size: 16px;
  font-weight: bold;
}
.part02 .part02_sub2 .proItem .part02_sub2_sub2 p {
  font-size: 15px;
  color: #fff;
}
.part02 .part02_sub2 .proItem .part02_sub2_sub1 {
  width: 100%;
}
.part02 .part02_sub2 .proItem .part02_sub2_sub1 img {
  width: 100%;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.part03 {
  width: 100%;
  height: auto;
  background: url("../images/about_bg.jpg") no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.part03 .part03_sub1 {
  float: left;
  width: 46%;
  padding-top: 130px;
  padding-bottom: 80px;
}
.part03 .part03_sub2 {
  float: right;
  width: 44%;
  margin-top: 100px;
  margin-bottom: 90px;
}
.part03 .part03_sub1 h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
}
.part03 .part03_sub1 h4 {
  font-size: 24px;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 16px;
  color: #094387;
}
.part03 .part03_sub1 p {
  font-size: 15px;
  line-height: 1.5;
  font-weight: normal;
  color: #666;
  margin-bottom: 60px;
}
.part03 .part03_sub1 a {
  color: #2766b5;
  padding: 10px 50px;
  border: 1px solid #094387;
}
.part03 .part03_sub1 a i {
  margin-left: 10px;
}
.part03 .part03_sub2 .img {
  width: 100%;
}
.part03 .part03_sub2 img {
  width: 100%;
}
.part04 {
  margin-top: 100px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 100px;
}
.part04 .part04_title h3 {
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.part04 .part04_title span {
  margin-top: 16px;
  font-size: 15px;
  display: block;
  line-height: 1.3;
  text-align: center;
  color: #666;
}
.part04 .part04_content {
  margin-top: 50px;
}
.part04 .part04_content img {
  width: 100%;
}
.part04 .part04_content .roomItem {
  position: relative;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.part04 .part04_content .roomItem p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background-color: rgba(0, 36, 80, 0.4);
}
.part05 {
  margin-top: 100px;
  background-image: url("../images/news_bg.jpg");
  overflow: hidden;
  padding-bottom: 70px;
}
.part05 .part05_title {
  margin-top: 70px;
}
.part05 .part05_title h3 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.part05 .part05_title p {
  margin-top: 16px;
  font-size: 15px;
  display: block;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.part05 .part05_content {
  width: 100%;
  margin-top: 40px;
}
.part05 .part05_content ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.part05 .part05_content ul li {
  width: 23%;
  background-color: #f5f5f5;
  box-sizing: border-box;
}
.part05 .part05_content ul li .news_items_top {
  position: relative;
}
.part05 .part05_content ul li .news_items_top img {
  width: 100%;
  height: 210px;
  border-radius: 6px 6px 0 0;
}
.part05 .part05_content ul li .news_items_top h3 {
  margin-top: 24px;
  margin-bottom: 10px;
  color: #333;
  font-size: 16px;
  margin-left: 20px;
}
.part05 .part05_content ul li .news_items_top > div {
  margin-top: 0;
  margin-bottom: 20px;
  color: #393939;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  top: 170px;
  left: 0px;
  background-color: #ffffff9c;
  width: 50%;
  height: 40px;
  line-height: 40px;
}

.part05 .part05_content ul li .news_items_top div i {
  margin-right: 10px;
  margin-left: 20px;
}
.part05 .part05_content ul li .news_items_bottom {
  padding: 16px 20px 16px 20px;
}
.part05 .part05_content ul li .news_items_bottom a {
  color: #666;
  font-size: 14px;
  line-height: 1.2;
}
.part05 .part05_content ul li .news_items_bottom .outline_a {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  font-size: 12px;
  margin-top: 20px;
  display: inline-block;
  line-height: 1;
  opacity: 0.8;
}
.rt_Arrow {
  margin-left: 10px;
}
.footer {
  width: 100%;
  height: 310px;
  background-color: #000;
  overflow: hidden;
}
/* 首页内容结束 */
.n_banner {
  width: 100%;
  height: 400px;
  background: url("../images/n_banner.jpg") no-repeat center;
  overflow: hidden;
}
.n_banner.n_proBanner {
  width: 100%;
  height: 400px;
  background: url("../images/n_proBanner.jpg") no-repeat center;
  overflow: hidden;
}
.n_banner.n_workshopBanner {
  width: 100%;
  height: 400px;
  background: url("../images/n_workshopBanner.jpg") no-repeat center;
  overflow: hidden;
}
.n_banner.n_newsBanner {
  width: 100%;
  height: 400px;
  background: url("../images/n_newsBanner.jpg") no-repeat center;
  overflow: hidden;
}
.n_banner.n_contactBanner {
  width: 100%;
  height: 400px;
  background: url("../images/n_contactBanner.jpg") no-repeat center;
  overflow: hidden;
}
.nBanner_center {
  position: relative;
  width: 70%;
  height: 400px;
  margin: 0 auto;
}
.nBanner_text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.nBanner_text h3 {
  margin-bottom: 16px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-shadow: 1px 1px 1px #676767;
}
.nBanner_text p {
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  text-shadow: 1px 1px 1px #676767;
}
.n_banner .n_navBox {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  width: 100%;
  height: 70px;
  background: #ffffff;
  border-bottom: 3px solid #f5f5f5;
}
.n_banner .n_navBox .n_navBox_left {
  height: 70px;
  padding-left: 22px;
}
.n_banner .n_navBox .n_navBox_left ul li {
  float: left;
  margin-right: 4px;
  font-size: 14px;
  font-weight: bold;
}
.n_banner .n_navBox_left ul li a {
  display: block;
  height: 70px;
  line-height: 70px;
  color: #525252;
  position: relative;
}
.n_navBox_left li .aNow em,
.n_navBox_left li a:hover em {
  display: block;
}
.n_navBox_left li em {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background: #1344a8;
  display: none;
  z-index: 2;
}
.n_banner .n_navBox_right {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 378px;
  height: 70px;
  background: #f3f5fa;
}
.n_banner .n_navBox_right .pageNow {
  padding-left: 34px;
  line-height: 70px;
}
.n_banner .n_navBox_right .pageNow img {
  padding-right: 8px;
  position: relative;
  top: 0px;
}
.n_banner .n_navBox_right .pageNow a {
  color: #666;
  padding: 0 12px 0 0px;
  font-size: 12px;
}
.n_banner .n_navBox_right .pageNow em {
  padding-left: 13px;
  color: #666;
  font-size: 12px;
  font-style: normal;
}
.n_content {
  width: 100%;
}
.n_content .n_content_center {
  width: 70%;
  margin: 60px auto;
}
.n_content .n_content_center .n_content_left {
  padding-left: 20px;
  padding-right: 20px;
}
.n_content .n_content_center .n_content_left h3 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.n_content .n_content_center .n_content_left h3::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  margin: 14px auto 30px;
  background-color: #1344a8;
}
.n_content .n_content_center .n_content_left p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
}
.n_content .n_content_center .n_content_right {
  margin-top: 60px;
}
.n_content .n_content_center .n_content_right h3 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.n_content .n_content_center .n_content_right h3::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  margin: 14px auto 30px;
  background-color: #1344a8;
}

.n_content .n_content_center .n_content_right ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.n_content .n_content_center .n_content_right img {
  width: 100%;
}

.n_content .n_content_center .channeng {
  padding-left: 20px;
  padding-right: 20px;
}
.n_content .n_content_center .channeng h3 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.n_content .n_content_center .channeng h3::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  margin: 14px auto 30px;
  background-color: #ff0000;
}
.n_content .n_content_center .channeng p {
  font-size: 16px;
  text-align: center;
}
.n_content .n_content_center .channeng .n_content_img {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 60px;
}
.n_content .n_content_center .channeng .n_content_img img {
  width: 100%;
}
.n_content .n_content_center .peisong p {
  font-size: 16px;
  text-align: left;
  margin-bottom: 30px;
}
.n_main_content {
  width: 100%;
  background: #fff;
  padding: 0px 0 10px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.n_main_content .n_main_content_sub1 {
  position: relative;
  overflow: hidden;
}
.n_main_content .n_main_content_sub1_left {
  position: relative;
  float: left;
  padding: 0 20px;
  width: 100%;
}
.n_main_content .n_main_content_sub1_left .name {
  font-size: 26px;
  line-height: 26px;
  font-weight: bold;
  color: #000000;
  padding-bottom: 10px;
  text-align: center;
}
.n_main_content .n_main_content_sub1_left .name::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  margin: 14px auto 20px;
  background-color: #1344a8;
}
.n_main_content .n_main_content_sub1_left .year {
  font-size: 60px;
  line-height: 60px;
  color: #0075cf;
  text-transform: uppercase;
  font-family: medium;
}
.n_main_content .n_main_content_sub1_left .content {
  font-size: 14px;
  line-height: 30px;
  color: #828282;
  padding-top: 45px;
}
.n_main_content_sub1 .product_list .product {
  width: 23%;
  text-align: center;
  margin-top: 10px;
  overflow: hidden;
  margin-right: 2%;
  margin-bottom: 30px;
}

.n_main_content_sub1 .product_list .product img {
  width: 100%;
}
.n_main_content_sub1 .product_list .product > div {
  margin-bottom: 16px;
  position: relative;
}
.n_main_content_sub1 .product_list .product > span {
  text-align: center;
  font-size: 15px;
}
.n_main_content_sub1 .product_list .product > span > a {
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 10px;
  color: #666;
}
.n_main_content_sub1 .product_list .product > span > a i {
  color: #1344a8;
}
.product .product_sub1 mark {
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: rgba(19, 68, 168, 0.2);
  filter: alpha(opacity=20);
  z-index: 20;
  opacity: 0;
  transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
  -moz-transition: 360ms;
  visibility: hidden;
  transition: 360ms;
  -webkit-transition: 360ms;
  -moz-transition: 360ms;
}
.product .product_sub1 mark b {
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -23px;
  margin-top: -23px;
  z-index: 30;
}
.product .product_sub1 mark b:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #1344a8;
  position: absolute;
  left: 0;
  top: 23px;
  transform: translateX(-200px);
  -webkit-transform: translateX(-200px);
  -moz-transform: translateX(-200px);
}
.product .product_sub1 mark b:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #1344a8;
  position: absolute;
  left: 23px;
  top: 0;
  transform: translateY(-200px);
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
}
.product .product_sub1 mark:before {
  content: "";
  width: 100%;
  height: 0%;
  border-left: 3px solid #1344a8;
  border-right: 3px solid #1344a8;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  transition: 320ms;
}
.product .product_sub1 mark:after {
  content: "";
  width: 0%;
  height: 100%;
  border-top: 3px solid #1344a8;
  border-bottom: 3px solid #1344a8;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  transition: 320ms;
}
.product:hover .product_sub1 mark {
  opacity: 1;
  transform: skewX(0);
  visibility: visible;
}
.product:hover .product_sub1 mark:before {
  height: 100%;
  transition: 330ms 200ms;
}
.product:hover .product_sub1 mark:after {
  width: 100%;
  transition: 330ms 200ms;
}

.product:hover .product_sub1 mark b:before {
  transition: 355ms 180ms;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
}
.product:hover .product_sub1 mark b:after {
  transition: 355ms 240ms;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}
.product:hover .product_sub1 span {
  color: #1344a8;
}
.pageNum {
  margin-top: 40px;
  text-align: center;
  width: 100%;
}
.pageNum ul li {
  display: inline-block;
}
.pageNum a {
  display: inline-block;
  color: #353535;
  height: 40px;
  line-height: 40px;
  background: #eee;
  padding: 0 15px;
  font-size: 13px;
}
.pageNum a:hover {
  background: #1344a8;
  color: #fff;
}
.pageNum .aNow {
  background: #1344a8 !important;
  color: #fff !important;
}
/*产品详细*/

.product_detailed {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.product_detailed .product_detailed_sub1 {
  width: 64%;
  height: auto;
  overflow: hidden;
}
.product_detailed .m_product_detailed {
  width: 30%;
}
.product_detailed .product_detailed_sub1 img {
  width: 100%;
}
.product_detailed .m_product_detailed h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}
.product_detailed .m_product_detailed > div {
  margin-bottom: 20px;
  color: #666;
}
.otherProducts {
  padding-left: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-top: 70px;
  margin-bottom: 30px;
  position: relative;
  border-bottom: 1px solid #ececec;
  padding-bottom: 16px;
}
.otherProducts:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 3px;
  height: 26px;
  background-color: #ff0000;
  display: block;
}
.Box {
  position: relative;
}
.Box .Box_con {
  position: relative;
}
.Box .Box_con .conbox {
  position: relative;
  overflow: hidden;
}
.Box .Box_con .conbox ul {
  position: relative;
  list-style: none;
}
.Box .Box_con .conbox ul li:first-child {
  margin-left: 0;
}
.Box .Box_con .conbox ul li {
  float: left;
  width: 256px;
  height: 266px;
  margin-left: 26px;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
}
.Box .Box_con .conbox ul li a {
  width: 256px;
  height: 216px;
  overflow: hidden;
  margin-bottom: 10px;
  display: block;
}
.Box .Box_con .conbox ul li img {
  display: block;
  width: 256px;
  height: 216px;
  transition: all 0.5s;
}
/*新闻列表*/
.newsBody {
  background-color: #fafafa;
}
.newsList {
  width: 70%;
  margin: 0 auto 80px;
  box-sizing: border-box;
  padding: 45px 20px 30px 20px;
  font-size: 14px;
  line-height: 30px;
  color: #828282;
  background-color: #fff;
}
.newsList .name {
  font-size: 26px;
  line-height: 26px;
  font-weight: bold;
  color: #000000;
  padding-bottom: 20px;
  margin-top: 20px;
  text-align: center;
}
.newsList .name::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  margin: 14px auto 20px;
  background-color: #1344a8;
}
.newsList .news {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-bottom: 30px;
  border-bottom: 1px solid #dadada;
  padding-bottom: 30px;
}
.newsList .news .news_sub1 {
  width: 300px;
  height: 200px;
  overflow: hidden;
  float: left;
}
.newsList .news .news_sub1 img {
  width: 100%;
}
.newsList .news .news_sub2 {
  float: right;
  width: calc(100% - 360px);
  font-size: 14px;
  color: #666666;
  line-height: 1.5;
}
.newsList .news .news_sub2 .news_sub2_sub1 h3 {
  font-size: 16px;
  margin-bottom: 20px;
  color: #000000;
}
.newsList .news .news_sub2 .news_sub2_sub1 h3::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  margin-top: 10px;
  background-color: #1344a8;
}
.newsList .news .news_sub2 .news_sub2_sub1 p {
  line-height: 1.8;
  margin-bottom: 10px;
  color: #666;
}
.newsList .news .news_sub2 .news_sub2_sub2 {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.newsList .news .news_sub2 .vNum,
.newsList .news .news_sub2 .date {
  font-size: 12px;
}
.newsDetailed {
  width: 80%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.newsDetailed .newsDetailed_title {
  margin-top: 90px;
  border-bottom: 1px solid #d6d6d6;
}
.newsDetailed .newsDetailed_title h3 {
  font-size: 26px;
  line-height: 26px;
  font-weight: bold;
  color: #000000;
  padding-bottom: 20px;
  text-align: center;
}
.newsDetailed_title .newsDetailed_title_sub1 {
  display: flex;
  justify-content: center;
}
.newsDetailed_title .newsDetailed_title_sub1 div {
  margin: 10px 20px;
  color: #999;
  font-size: 14px;
}
.newsDetailed_content {
  margin-top: 30px;
  font-size: 14px;
  line-height: 2;
  color: #666666;
}
.strip {
  display: flex;
  justify-content: space-between;
}
.strip div {
  margin-top: 70px;
  color: #999999;
  font-size: 14px;
  width: 48%;
  text-align: center;
  background-color: #efefef;
  height: 46px;
  line-height: 46px;
}
.strip div a {
  color: #999999;
  font-size: 14px;
}
/*联系我们*/

.contact .contact_sub1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact .contact_sub1 div {
  width: 48%;
  height: 150px;
  border: 1px solid #ececec;
  margin-bottom: 20px;
  box-sizing: border-box;
  box-shadow: 1px 1px 1px 0px #dadada;
}
.contact .contact_sub1 h5 {
  font-size: 16px;
  margin: 20px 50px 0 50px;
  padding-left: 40px;
  padding-bottom: 14px;
  padding-top: 2px;
  border-bottom: 1px dashed #999999;
  position: relative;
}
.contact .contact_sub1 p {
  font-size: 14px;
  margin: 20px 50px 0 50px;
  line-height: 1;
}
.contact .contact_sub1 .phone h5:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/phone.png) no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.contact .contact_sub1 .address h5:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/address.png) no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.contact .contact_sub1 .mail h3:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/email.png) no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.contact .contact_sub1 .mail h5:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/email.png) no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.contact .contact_sub1 .man h5:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/man.png) no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.mt20 {
  margin-top: 40px;
}
.server {
  width: 80%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.server h3 {
  font-size: 26px;
  line-height: 26px;
  font-weight: bold;
  color: #000000;
  padding-bottom: 20px;
  text-align: center;
  margin-top: 80px;
}
.server h3::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  margin: 14px auto 30px;
  background-color: #ff0000;
}
.server .serverCenter {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.server .serverItem {
  width: 48%;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  padding: 40px;
  margin-bottom: 40px;
}
.server .serverItem h5 {
  font-size: 18px;
  font-weight: bold;
  color: #ff0000;
}
.server .serverItem p {
  font-size: 16px;
  line-height: 1.8;
  color: #666666;
}
.server .serverItem h5::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 14px auto 30px;
  background-color: #dbdbdb;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.proDetailed {
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
}

.proDetailed .m_proDetailed_left {
  float: left;
  width: 50%;
}
.proDetailed .m_proDetailed_left img {
  width: 100%;
}
.proDetailed .m_proDetailed_right {
  float: right;
  width: 45%;
}
.proDetailed .m_proDetailed_right .m_proDetailedTitle {
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
}
.proDetailed .m_proDetailed_right .m_proDetailedTitle h3 {
  display: block;
  font-size: 22px;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 20px;
  line-height: 28px;
}

.proDetailed .m_proDetailed_right {
  position: relative;
}
.proDetailed .m_proDetailed_right .m_proDetailedTitle p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-bottom: 20px;
}
.proDetailed .m_proDetailed_right .m_proDetailedContent {
  margin-bottom: 20px;
  padding-top: 30px;
}
.proDetailed .m_proDetailed_right .m_proDetailedContent ul li {
  list-style: none;
  margin-bottom: 20px;
}
.proDetailed .m_proDetailed_right .m_proDetailedContent ul li p {
  display: inline-block;
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
}
.proDetailed .m_proDetailed_right .m_proDetailedContent ul li span {
  display: inline-block;
  font-size: 14px;
  padding-left: 5px;
  color: #999;
  text-transform: uppercase;
}
.proDetailed .m_proDetailed_right .m_proDetailedContent .fenxiang {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid #d6d6d6;
}
.proDetailed .m_proDetailed_right .m_proDetailedContent .fenxiang a {
  padding-right: 20px;
}
.proDetailed .m_proDetailed_right .m_proDetailedContent .fenxiang > div {
  float: left;
}
.proDetailed .m_proDetailed_right .m_proDetailedContent .qiehuan {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.proDetailed .m_proDetailed_right .m_proDetailedContent .qiehuan .pre {
  width: 100%;
  padding-left: 20px;
  line-height: 44px;
  background-color: #efefef;
  font-size: 14px;
  margin-bottom: 10px;
}
.proDetailed .m_proDetailed_right .m_proDetailedContent .qiehuan .next {
  width: 100%;
  padding-left: 20px;
  line-height: 44px;
  background-color: #efefef;
  font-size: 14px;
}
.rexiao {
  width: 90%;
  margin: 80px auto;
}
.rexiao .rexiao_title {
  margin-top: 60px;
}
.rexiao .rexiao_title h3 {
  font-size: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.rexiao .rexiao_title h3::before {
  content: "";
  display: block;
  width: 2px;
  height: 24px;
  margin-right: 10px;
  background-color: #6b809f;
}
.rexiao ul {
  margin-top: 26px;
  display: flex;
  justify-content: space-between;
}
.rexiao ul li {
  width: 19%;
  text-align: center;
  line-height: 40px;
}
.rexiao ul li .rexiao_img {
  /* padding: 6px;
  border: 1px solid #f5f5f5; */
}
.rexiao ul li img {
  width: 100%;
}

.rexiao ul li p {
  color: #666;
}
.workshop {
}
.workshop ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.workshop ul li {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 30px;
  cursor: pointer;
}
.workshop ul li:nth-child(4n) {
  margin-right: 0;
}
.workshop ul li img {
  width: 100%;
  transition: all 0.5s ease;
}
.workshop ul li .workshop_img {
  overflow: hidden;
}
.workshop ul li .workshop_text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  background-color: #efefef;
}
.workshop ul li .workshop_text p {
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
}
.workshop ul li:hover img {
  transform: scale(1.2);
}

.flex_start {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.contact {
  overflow: hidden;
  width: 70%;
  margin: 40px auto;
}

.contact .contact_left {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact .contact_item {
  /*box-shadow: 1px 1px 1px #999;*/
  border: 1px solid #dadada;
  margin-bottom: 30px;
  box-sizing: border-box;
  padding: 16px 30px;
  width: 24%;
}
.contact .contact_item .contact_item_top {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dadada;
}
.contact .contact_item .contact_item_top i {
  margin-right: 10px;
}
.contact .contact_item .contact_item_top em {
  margin-right: 6px;
  font-weight: normal;
}
.contact .contact_item .contact_item_top p {
  font-size: 16px;
  font-weight: bold;
}
.contact .contact_right {
  width: 66%;
  float: right;
}
.contact_center_r {
  overflow: hidden;
  width: 70%;
  margin: 60px auto;
}
.contact_center_r .rexiao {
  width: 100%;
}
.message {
  background: #f3f5fa;
  padding: 40px;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 70px;
}
.message .message_left {
  width: 48%;
  float: left;
}
.message .message_right {
  width: 48%;
  float: right;
}
.message .message_left .form-group {
  width: 100%;
  margin-bottom: 20px;
}
.message .message_left .form-group label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}
.message .message_left .form-group input {
  height: 40px;
  width: 100%;
}
.message .message_right .form-group label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}
.message .message_right textarea {
  background-color: #fff;
  width: 100%;
  height: 150px;
}
.message .message_right button {
  background-color: #fff;
  width: 30%;
  height: 40px;
  margin-top: 24px;
}
.n_news {
  width: 70%;
  margin: 0 auto;
  padding: 0 20px;
}

.n_news .news_title {
  margin-top: 60px;
  margin-bottom: 10px;
  text-align: center;
}
.n_news .news_title h3 {
  font-size: 26px;
}
.news_detailed .news_detailed_title {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 40px;
}
.news_detailed .news_detailed_title p {
  font-size: 14px;
  margin: 0 10px;
}
.news_detailed .news_detailed_title p {
  font-size: 14px;
  margin: 0 10px;
}
.news_detailed .news_content p {
  margin-bottom: 20px;
  line-height: 1.8;
}
.news_detailed .np {
  margin-top: 60px;
  /* border-top: 1px solid #d6d6d6; */
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.news_detailed .np a {
  color: #333;
}
.news_detailed .np > div {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
}
.news_detailed .np i {
  font-size: 34px;
}
.neiTitle {
  width: 100%;
  margin-top: 60px;
}
.neiTitle h3 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.neiTitle h3::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  margin: 14px auto 30px;
  background-color: #1344a8;
}

.pagelist {
  text-align: center;
  font-size: 15px;
}

/* 底部样式开始 */

.footer .footer_contact {
  height: 60px;
  line-height: 60px;
  width: 100%;
  border-bottom: 1px solid #434343;
}
.footer .footer_contact ul {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footer .footer_contact ul li a {
  color: #a8a8a8;
  font-size: 14px;
}
.footer .footer_contact i {
  margin-right: 6px;
}
.footer .footer_nav {
  width: 70%;
  margin: 50px auto;
  overflow: hidden;
}
.footer .footer_nav .footer_logo {
  width: 14%;
  float: left;
}
.footer .footer_nav .footer_logo img {
  width: 40%;
}
.footer .footer_nav ul {
  margin-left: 8%;
  width: 60%;
  float: left;
  margin-top: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}
.footer .footer_nav ul li a {
  color: #b1b1b1;
}
.footer_top {
  float: right;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}
.footer_top i {
  color: #000;
}
.footer .footer_icp {
  height: 60px;
  line-height: 60px;
  width: 100%;
  border-top: 1px solid #2f2f2f;
  text-align: center;
  font-size: 14px;
  color: #999999;
}
.footer .footer_icp a {
  font-size: 14px;
  color: #999;
  display: inline-block;
  margin-left: 20px;
}
/* 不同分辨率下的样式 */
@media screen and (max-width: 1440px) {
  .proDetailed .m_proDetailed_right .m_proDetailedContent .qiehuan {
    position: inherit;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .contact_center_r .rexiao {
    margin: 0px auto;
  }
  .rexiao .rexiao_title {
    margin-top: 0px;
  }
  .product_list .pageNum {
    margin-top: 20px;
    text-align: center;
    width: 100%;
  }
  .header .header_sub2 .pc_nav {
    height: 90px;
  }
  .header .header_sub2 .pc_nav ul li a {
    font-size: 14px;
    line-height: 90px;
  }
  .header .header_sub1 .right a {
    font-size: 12px;
  }
  .header .header_sub1 .left p {
    font-size: 12px;
  }
  .header .header_sub2 .logo {
    width: 40%;
    height: 90px;
  }
  .header .header_sub2 .logo .l_name {
    width: 86%;
  }
  .header .header_sub2 .logo .l_img {
    width: 44px;
  }
  .header .header_sub2 {
    height: 90px;
  }
  .header .header_sub1 .left {
    line-height: 40px;
  }
  .header .header_sub1 .right {
    line-height: 40px;
  }
  .part02 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .part02 .part02_sub1 .part02_sub1_sub1 {
    width: 80%;
  }
  .part02 .part02_sub1 .part02_sub1_sub1 h3 {
    font-size: 24px;
  }
  .part02 .part02_sub1 .part02_sub1_sub1 p {
    font-size: 13px;
  }
  .part02 .part02_sub2 .proItem .part02_sub2_sub2 p {
    font-size: 13px;
  }
  .part03 .part03_sub1 h3 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .part03 .part03_sub1 h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .part03 .part03_sub1 p {
    font-size: 13px;
    margin-bottom: 30px;
  }
  .part03 .part03_sub1 {
    padding-top: 90px;
  }
  .part03 .part03_sub1 a {
    font-size: 12px;
    padding: 8px 34px;
  }
  .part03 .part03_sub2 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .part04 {
    margin-top: 70px;
    margin-bottom: 80px;
  }
  .part04 .part04_title h3 {
    font-size: 24px;
  }
  .part04 .part04_title span {
    font-size: 13px;
  }
  .part05 {
    margin-top: 70px;
  }
  .part05 .part05_title {
    margin-top: 60px;
  }
  .part05 .part05_title h3 {
    font-size: 24px;
  }
  .part05 .part05_title p {
    font-size: 13px;
  }
  .part05 .part05_content ul li .news_items_top > div {
    width: 76%;
    top: 120px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
  }
  .part05 .part05_content ul li .news_items_bottom a p {
    display: none;
  }
  .part05 .part05_content ul li .news_items_top h3 {
    font-size: 14px;
  }
  .part05 .part05_content ul li .news_items_top img {
    height: 150px;
  }
  .footer .footer_contact ul li a {
    font-size: 13px;
  }
  .footer .footer_nav {
    margin: 30px auto;
  }
  .footer .footer_nav .footer_logo img {
    width: 70px;
  }
  .footer {
    height: 266px;
  }
  .footer .footer_icp a {
    font-size: 13px;
  }
}

@media screen and (max-width: 992px) {
  .header {
    display: none;
  }
  .n_banner {
    margin-top: 50px;
    width: 100%;
    height: 200px !important;
    background: url(../images/n_banner.jpg) no-repeat;
    overflow: hidden;
    background-size: cover !important;
  }
  .nBanner_center {
    position: relative;
    width: 80%;
    height: 200px;
    margin: 0 auto;
  }
  .nBanner_text h3 {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
  }
  .n_banner .n_navBox .n_navBox_left {
    height: 70px;
    padding-left: 22px;
    display: none;
  }
  .n_banner .n_navBox_right {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 378px;
    height: 50px;
    background: #f3f5fa;
  }
  .n_banner .n_navBox_right .pageNow {
    padding-left: 34px;
    line-height: 50px;
  }
  .n_banner .n_navBox_right .pageNow img {
    padding-right: 8px;
    position: relative;
    top: 20px;
  }
  .n_banner .n_navBox {
    display: none;
  }
  .nBanner_text p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    color: #fff;
  }
  .part01 {
    padding-top: 50px;
  }
  .n_content .n_content_center .n_content_left h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  .n_content .n_content_center {
    width: 80%;
    margin: 30px auto;
  }
  .n_content .n_content_center {
    width: 96%;
    margin: 30px auto;
  }
  .n_content .n_content_center .n_content_left p {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .n_content .n_content_center .n_content_right {
    margin-top: 30px;
  }
  .n_content .n_content_center .n_content_right ul li {
    width: 100%;
  }
  .n_content .n_content_center .n_content_right ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
  }
  .n_content .n_content_center .n_content_right ul li {
    width: 100%;
    margin-bottom: 70px;
  }
  .n_content .n_content_center .n_content_right ul li:last-child {
    margin-bottom: 0;
  }

  .n_main_content {
    width: 100%;
    background: #fff;
    padding: 0px 0 10px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .n_content .n_content_center .n_content_right h3::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    margin: 10px auto 20px;
    background-color: #1344a8;
  }
  .n_content .n_content_center .n_content_right h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  .n_content .n_content_center .n_content_left h3::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    margin: 10px auto 20px;
    background-color: #1344a8;
  }
  .n_main_content .n_main_content_sub1_left .name {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    color: #000000;
    padding-bottom: 0px;
    text-align: center;
  }
  .n_main_content .n_main_content_sub1_left .name::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    margin: 10px auto 20px;
    background-color: #1344a8;
  }
  .n_main_content_sub1 .product_list .product {
    width: 48%;
    text-align: center;
    margin-top: 10px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .product_list .pageNum {
    margin-top: 20px;
    text-align: center;
  }
  .proDetailed .m_proDetailed_left {
    float: left;
    width: 100%;
  }
  .proDetailed .m_proDetailed_right {
    float: right;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 240px !important;
  }
  .rexiao {
    width: 90%;
    margin: 80px auto;
    display: none;
  }
  .workshop ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
  }
  .workshop ul li {
    width: 100%;
    margin-right: 2%;
    margin-bottom: 30px;
    cursor: pointer;
  }
  .newsList .news {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 40px;
  }
  .newsList .news .news_sub2 {
    float: right;
    width: 100%;
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
  }
  .newsList {
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
    font-size: 14px;
    line-height: 30px;
    color: #828282;
    padding: 20px;
  }
  .newsList .news .news_sub1 {
    width: 100%;
    height: 200px;
    overflow: hidden;
    float: left;
  }
  .contact .contact_left {
    width: 100%;
    float: left;
    flex-wrap: wrap;
  }
  .contact .contact_right {
    width: 100%;
    float: right;
  }
  .contact {
    overflow: hidden;
    width: 90%;
    margin: 20px auto;
  }
  .contact_center_r {
    overflow: hidden;
    width: 80%;
    margin: 60px auto;
    display: none;
  }
  .contact .contact_item {
    width: 100%;
  }
  .message .message_right button {
    width: 100%;
  }
  .message .message_left {
    width: 100%;
  }
  .message .message_right {
    width: 100%;
  }
  .n_news {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .news_detailed .news_detailed_title {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 20px;
  }
  .n_news .news_title {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
  }
  .news_detailed .news_detailed_title p {
    font-size: 12px;
    margin: 0 10px;
  }
  .news_detailed .news_content p {
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 14px;
  }
  .news_detailed .np > div a {
    font-size: 14px;
  }
  .owl-controls .owl-pagination {
    display: none !important;
  }
  .part02 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .part02 .part02_sub1 .part02_sub1_sub1 h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .w70 {
    width: 90%;
  }
  .part02 .part02_sub1 .part02_sub1_sub2 {
    display: none;
  }
  .part02 .part02_sub1 .part02_sub1_sub1 {
    width: 100%;
  }
  .part02 .part02_sub1 .part02_sub1_sub1 p {
    width: 100%;
  }
  .part03 .part03_sub1 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .part03 .part03_sub2 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .part03 .part03_sub1 h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .part03 .part03_sub1 h4 {
    font-size: 16px;
  }
  .part04 {
    width: 90%;
    margin: 30px auto;
  }
  .part04 .part04_title h3 {
    font-size: 18px;
  }
  .part04 .part04_title span {
    margin-top: 8px;
    line-height: 1.5;
  }
  .part04 .part04_content {
    margin-top: 30px;
  }
  .part05 {
    margin-top: 30px;
    padding-bottom: 50px;
  }
  .part05 .part05_title {
    margin-top: 30px;
  }
  .part05 .part05_title h3 {
    font-size: 18px;
  }
  .part05 .part05_content {
    margin-top: 20px;
  }
  .part05 .part05_content ul li .news_items_top img {
    display: none;
  }
  .part05 .part05_content ul li .news_items_top > div {
    display: none;
  }
  .part05 .part05_content ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .part05 .part05_content ul li .news_items_bottom .outline_a {
    margin-top: 0;
  }
  .part05 .part05_content ul li .news_items_top h3 {
    margin-top: 14px;
    margin-bottom: 4px;
  }
  .footer .footer_nav {
    display: none;
  }
  .footer .footer_contact {
    height: 160px;
    padding-top: 30px;
  }
  .footer .footer_contact ul {
    width: 90%;
    flex-wrap: wrap;
  }
  .footer .footer_contact ul li {
    width: 100%;
    line-height: 30px;
  }
  .footer .footer_icp p {
    line-height: 1.5;
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
  }
  .footer .footer_icp a {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
  }
  .footer .footer_icp {
    width: 90%;
    margin: 0 auto;
  }
  .footer {
    height: 254px;
  }
  .n_main_content .n_main_content_sub1_left {
    padding: 0;
  }
  .newsList .name {
    padding-bottom: 0;
    font-size: 20px;
  }
  .newsList .name::after {
    margin: 8px auto 20px;
    background-color: #1344a8;
  }
  .n_news .news_title h3 {
    font-size: 16px;
  }
  .h-992 {
    display: none;
  }
  .news_detailed .news_content img {
    width: 100% !important;
  }
  .news_detailed .np {
    flex-wrap: wrap;
    display: none;
  }
  .news_detailed .np > div {
    width: 100%;
  }
  .news_detailed .np i {
    display: none;
  }
  .neiTitle {
    margin-top: 30px;
  }
  .neiTitle h3 {
    font-size: 20px;
  }
  .nBanner_text p {
    line-height: 1.2;
  }
  .nBanner_center {
    width: 90%;
  }
}
