.flex {
  display: flex;
  align-items: center;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.template {
  margin: 0 auto;
  text-align: center;
}
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  margin: 0 auto;
  left: 0;
  z-index: 10000;
}
a.Cur:link,a.Cur:visited{border: 1px #e17300 solid;color:#fff;padding-left: 10px;padding-right: 10px;padding-top: 5px;padding-bottom: 5px;margin-left: 8px;margin-right: 8px;background: #e17300}
a.Cur:hover,a.Cur:active{}
a.old:link,a.old:visited{border: 1px #e1e1e1 solid;color:#e1e1e1;padding-left: 10px;padding-right: 10px;padding-top: 5px;padding-bottom: 5px;margin-left: 8px;margin-right: 8px}
a.old:hover,a.old:active{}
.box {
  
/*  margin: 0 100px;*/
}
a {
  list-style: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #333;
}
li {
  list-style: none;
}
img {
  vertical-align: middle;
}
.container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.container .content_banner {
  width: 100%;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0px 5px 15px #999999;
  height: 100px;display: flex;align-items: center;justify-content: center;
}
.container .content_banner .banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 100px;
}
.container .content_banner .banner .banner_left {
/*  width: 20%;*/
margin-right: 165px;
}
.container .content_banner .banner .banner_right {
  
}
.container .content_banner .banner .banner_right ul {
/*  justify-content: space-between;*/
}
.container .content_banner .banner .banner_right ul a {
  width: 150px;
  text-align: center;
  position: relative;
  color: #000;
  font-size: 18px;
  padding: 15px 0px;
}
.container .content_banner .banner .banner_right ul a::after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 0%;
  left: 51%;
  right: 51%;
  height: 3px;
  background-color: #fff;
  transition: all 0.3s linear;
}
.container .content_banner .banner .banner_right ul a:hover {
  /*background: linear-gradient(to right, #113e7f, #113e7f);
  color: #fff;*/
}
.container .content_banner .banner .banner_right ul a:hover::after {
  width: 100%;
  left: 0%;
  right: 0%;
}
.container .content_banner .banner .banner_right ul .active {
/*  background: linear-gradient(to right, #113e7f, #113e7f);*/
/*  color: #fff;*/
color:#E17300;border-bottom: 1px #E17300 solid;height: 99px;
display: flex;align-items: center;justify-content: center;
}
.container .content_banner .banner .banner_right .enul a {
  font-size: 14px;
}
.container .content_banner .banner .choice {
  display: flex;
  align-items: center;
  flex:1;justify-content: flex-end;
}
.container .content_banner .banner .choice a {
/*  width: 100%;*/
}
.container .content_banner .banner .choice a .gq {
/*  width: 30px;*/
}
.container .content_banner .banner .choice .shuxian {
  width: 2px;
  height: 18px;
  margin: 0 10px;
  background-color: #113e7f;
}
.container .banner_menu {
  display: none;
}
.container .swiper_box {
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  position: relative;
}
.container .swiper_box .swiper-slide img {
  max-width: 100%;
}
.container .swiper_box .swiper-pagination {
  position: absolute;
  bottom: 0;
}
.container .swiper_box .swiper-pagination .swiper-pagination-bullet {
  background-color: #113e7f;
}
.container .product_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
}
.container .product_list .product_list_item {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 19.8%;
  background-color: #f5f5f5;
}
.container .product_list .product_list_item .product_img {
  width: 153px;
  height: 180px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.container .product_list .product_list_item .product_img img {
  width: 100%;
  height: auto;
}
.container .product_list .product_list_item .p_name {
  margin: 20px 0;
  font-size: 24px;
}
.container .product_list .product_list_item .more {
  display: flex;
  align-items: center;
  color: #2b66af;
}
.container .product_list .product_list_item .more .more_icon {
  margin-top: 3px;
  margin-left: 5px;
  width: 20px;
}
.container .product_list .product_list_item:hover {
  background-color: #fff;
  border-bottom: 4px solid #2b66af;
}
.container .company_recom {
  margin-top: 50px;
  max-width: 1920px;
  overflow: hidden;
  padding-bottom: 200px;
}
.container .company_recom .company_text {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  width: 1200px;
  background-color: #f5f5f5;
  border-bottom: 15px solid #154394;
  border-right: 15px solid #154394;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
}
.container .company_recom .company_text .company_text_word {
  margin-left: 300px;
  width: 70%;
  padding-right: 100px;
}
.container .company_recom .company_text .company_text_word .text_title {
  color: #113e7f;
}
.container .company_recom .company_text .company_text_word .text_title .title_1 {
  color: #113e7f;
  font-size: 22px;
  font-weight: 700;
}
.container .company_recom .company_text .company_text_word .text_title .title_2 {
  position: relative;
  color: #113e7f;
  font-size: 32px;
  font-weight: 700;
}
.container .company_recom .company_text .company_text_word .text_title .title_2::after {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: #113e7f;
  height: 3px;
  width: 80px;
}
.container .company_recom .company_text .company_text_word .text_p {
  margin: 50px 0;
  line-height: 32px;
}
.container .company_recom .company_text .company_text_word .text_p p {
  color: #666666;
  margin: 50px 0;
  padding-right: 58px;
  text-indent: 2rem;
}
.container .company_recom .company_text .company_text_word .more {
  text-align: center;
  width: 120px;
  background: #113e7f;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
}
.container .company_recom .company_text .index_banner {
  width: 960px;
  position: absolute;
  left: 84%;
  top: 110px;
  right: 0;
  overflow: hidden;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
}
.container .company_recom .company_text .index_banner img {
  width: 100%;
  height: auto;
}
.container .company_recom .encompany_text {
  padding-bottom: 50px;
}
.container .company_tag {
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  margin-top: 50px;
  background: url(../images/ad_bg.png);
  padding-bottom: 100px;
}
.container .company_tag .box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .company_tag .box .company_tag_title {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .company_tag .box .company_tag_title .t1 {
  opacity: 0.5;
  font-weight: 700;
  color: #ffffff;
  font-size: 36px;
}
.container .company_tag .box .company_tag_title .t2 {
  margin-top: -28px;
  position: relative;
  color: #ffffff;
  font-size: 36px;
}
.container .company_tag .box .company_tag_title .t2::after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 60px;
  height: 2px;
  background-color: #fff;
}
.container .company_tag .box .company_tag_img {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .company_tag .box .company_tag_img .company_tag_img_item {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
  overflow: hidden;
}
.container .company_tag .box .company_tag_img .company_tag_img_item img {
  overflow: hidden;
  margin-bottom: 30px;
  transition: all 0.3s;
}
.container .company_tag .box .company_tag_img .company_tag_img_item img:hover {
  overflow: hidden;
  transform: scale(1.1);
}
.container .company_tag .box .company_tag_img .company_tag_img_item .c_t {
  font-weight: 700;
  font-size: 18px;
}
.container .company_tag .box .company_tag_img .company_tag_img_item .c_c {
  margin: 10px 0;
}
.container .company_tag .box .company_tag_img .company_tag_img_item .c_9 {
  color: #999999;
}
.container .company_news {
  margin-top: 50px;
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
}
.container .company_news .index_news_box {
  display: flex;
  flex-direction: column;
}
.container .company_news .index_news_box .news_box_title {
  position: relative;
  padding: 60px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .company_news .index_news_box .news_box_title .NEWS {
  position: absolute;
  top: 20px;
  color: #113e7f;
  font-size: 22px;
  font-weight: 700;
}
.container .company_news .index_news_box .news_box_title .nbt_left {
  position: relative;
  font-weight: 700;
  font-size: 30px;
  color: #113e7f;
}
.container .company_news .index_news_box .news_box_title .nbt_left::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 2px;
  bottom: -10px;
  background-color: #113e7f;
}
.container .company_news .index_news_box .news_box_title .nbt_right {
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  background-color: #1a4da5;
  padding: 5px 15px;
}
.container .company_news .index_news_box .news_box_content {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.container .company_news .index_news_box .news_box_content .content_list {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.container .company_news .index_news_box .news_box_content .content_list .list_item {
  display: flex;
  align-items: center;
  border-radius: 3px;
}
.container .company_news .index_news_box .news_box_content .content_list .list_item .item_left {
  position: relative;
  padding: 10px 50px;
  width: 100%;
}
.container .company_news .index_news_box .news_box_content .content_list .list_item .item_left .left_top {
  color: #666666;
  font-size: 18px;
  font-weight: 700;
}
.container .company_news .index_news_box .news_box_content .content_list .list_item .item_left .left_bottom {
  margin: 15px 0;
  font-size: 14px;
  line-height: 32px;
}
.container .company_news .index_news_box .news_box_content .content_list .list_item .item_left .left_date {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 12px;
  color: #999999;
}
.container .company_news .index_news_box .news_box_content .content_list .active {
  background: #fff;
  color: #333;
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.1);
  /* 鼠标悬浮时盒子出现的阴影 */
  transform: translate(0, -10px);
  /* 鼠标悬浮时盒子上移10px */
}
.container .company_news .index_news_box .news_box_content .content_list .active .item_left .left_top {
  color: #2b66af;
}
.container .company_news .index_news_box .news_box_content .new_img {
  width: 50%;
  overflow: hidden;
}
.container .company_news .index_news_box .news_box_content .new_img img {
  width: 100%;
  height: auto;
}
.container .bottom {
  margin-top: 50px;
  width: 100%;
  background: url(../images/bottom_bg.png) top center no-repeat;
  display: flex;
  flex-direction: column;
}
.container .bottom .box {
  padding-top: 50px;
  display: flex;
  width: 90%;margin: 0px auto;
  justify-content: space-between;
  color: #fff;
}
.container .bottom .box .bottom1 {
  font-size: 14px;
  width: 22%;
}
.container .bottom .box .bottom1 .bottom_name {
  font-size: 20px;
}
.container .bottom .box .bottom1 div {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.container .bottom .box .bottom1 div img {
  width: 14px;
  height: 16px;
  margin-right: 10px;
}
.container .bottom .box .bottom2 {
  padding: 0 50px;
  width: 60%;
  display: flex;
  justify-content: space-between;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  font-size: 14px;
}
.container .bottom .box .bottom2 .ul div {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}
.container .bottom .box .bottom2 .ul li {
  color: #fff;
  margin: 20px 0;
}
.container .bottom .box .enbottom2 {
  width: 70%;
  padding: 0 7px;
  font-size: 14px;
  border: 0;
}
.container .bottom .box .bottom3 {
  font-size: 14px;
  width: 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .bottom .box .bottom3 div {
  margin-top: 30px;
}
.container .bottom .copy_right {
  padding: 30px 0;
  color: #999999;
}
.container .about_bg {
  width: 100%;
  max-width: 1920px;
  height: 480px;
  background: url(../images/about_bg.jpg);
  position: relative;
}
.container .about_box {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666666;
  border-bottom: 1px solid #f5f5f5;
  max-width: 90%;
  margin: 0px auto;
  height: 60px;
}
.container .about_box img {
  width: 30px;
  margin-right: 20px;
}
.container .about_recom_content {
  margin: 30px auto 0px auto;
  max-width: 90%;
  padding-bottom: 50px;
/*  box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.1);*/
}
.container .about_recom_content .box .arc_content {
  justify-content: space-between;
  display: flex;
}
.container .about_recom_content .box .arc_content .arc_text {
  display: flex;
  flex-direction: column;
  width: 58%;
}
.container .about_recom_content .box .arc_content .arc_text .arc_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.container .about_recom_content .box .arc_content .arc_text .arc_title .arct_left {
  margin-top: 20px;
  font-weight: 700;
  position: relative;
  color: #113e7f;
  font-size: 24px;
}
.container .about_recom_content .box .arc_content .arc_text .arc_title .arct_left::before {
  bottom: -10px;
  left: 0;
  position: absolute;
  content: "";
  width: 95px;
  height: 1px;
  background-color: #999999;
}
.container .about_recom_content .box .arc_content .arc_text .arc_title .arct_right {
  color: #999999;
}
.container .about_recom_content .box .arc_content .arc_text p {
  color: #666666;
  text-indent: 2rem;
  line-height: 36px;
}
.container .about_recom_content .box .arc_content .arc_text .arc_red {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .about_recom_content .box .arc_content .arc_text .arc_red span {
  font-size: 32px;
  color: #113e7f;
  font-weight: 700;
}
.container .about_recom_content .box .arc_content .arc_text .arc_red div {
  text-align: center;
  border: 1px solid #cccccc;
  padding: 20px 30px;
}
.container .about_recom_content .box .arc_content .arc_text .enarc_red div {
  text-align: center;
  border: 1px solid #cccccc;
  padding: 20px 10px;
}
.container .about_recom_content .box .arc_content .arc_img {
  width: 40%;
}
.container .about_recom_content .box .arc_content .arc_img img{width: 100%}
.container .about_swiper {
  margin:80px auto 0px auto;
}
.container .about_swiper .swiper_title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .about_swiper .swiper_title .t1 {
  font-size: 24px;
  color: #113e7f;
}
.container .about_swiper .swiper_title .ET {
  text-align: center;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
}
.container .about_swiper .swiper_title img {
  margin-top: 10px;
}
.container .about_swiper .swiper {
  padding: 50px 0px;
}
.container .about_swiper .swiper swiper-wrapper .swiper-slide {
  width: 20%;
}
.container .about_swiper .swiper swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 300px;
}
.container .about_swiper .swiper .swiper-button-prev {
  left: 0;
}
.container .about_swiper .swiper .swiper-button-next {
  right: 7px;
}
.container .about_zhici {
  width: 100%;
  background: url(../images/a_zc_bg.png) top center no-repeat;
}
.container .about_zhici .box {
  padding-top: 70px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  width: 90%;margin: 0px auto;
}
.container .about_zhici .box .zc_left {
/*  padding: 30px;*/
  width: 65%;
}
.container .about_zhici .box .zc_left .zc_t {
  width: 90%;
  padding-bottom: 20px;
  color: #113e7f;
  font-size: 22px;
  font-weight: 700;
  border-bottom: 2px dashed #cccccc;
}
.container .about_zhici .box .zc_left p {
  color: #666666;
  width: 95%;
  margin-top: 20px;
  line-height: 38px;
}
.container .about_swiper1 {
  width: 90%;margin: 80px auto;
}
.container .about_swiper1 .swiper_title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .about_swiper1 .swiper_title .t1 {
  font-size: 24px;
  color: #113e7f;
}
.container .about_swiper1 .swiper_title .ET {
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
}
.container .about_swiper1 .swiper_title img {
  margin-top: 10px;
}
.container .about_swiper1 .swiper {
  padding: 50px 0px;
}
.container .about_swiper1 .swiper swiper-wrapper .swiper-slide {
  width: 20%;
}
.container .about_swiper1 .swiper swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 300px;
}
.container .about_swiper1 .swiper .swiper-button-prev {
  left: 0;
}
.container .about_swiper1 .swiper .swiper-button-next {
  right: 7px;
}
.container .product_bg {
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: 480px;
  background: url(../images/a1s.jpg);
}
.container .enproduct_bg {
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: 480px;
  background: url(../images/enproduct_center_bg.jpg);
}
.container .product_search {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .product_search .sousuo {
  width: 30%;
  position: relative;
}
.container .product_search .sousuo .sousuo_img {
  position: absolute;
  left: 2%;
  top: 20%;
  width: 20px;
}
.container .product_search .sousuo .sousuo_input {
  border-radius: 30px;
  width: 100%;
  height: 35px;
  text-align: left;
  padding: 0 50px;
  font-size: 24px;
}
.container .product_center_list {
  position: relative;
  margin: 50px auto 0px auto;
  width: 80%;
  display: flex;
  justify-content: space-between;
}
.container .product_center_list .pl_left {
  width: 20%;
  display: flex;
  flex-direction: column;
}
.container .product_center_list .pl_left .l_item {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 20px 30px;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.container .product_center_list .pl_left .l_item img {
  margin-right: 10px;
}
.container .product_center_list .pl_left .l_item:last-child {
  border-bottom: 1px solid #cccccc;
}
.container .product_center_list .pl_left .l_item:hover {
  border-left: 1px solid #113e7f;
  border-top: 1px solid #113e7f;
  border-bottom: 1px solid #113e7f;
  border-right: 1px solid #113e7f;
}
.container .product_center_list .pl_right {
  width: 76%;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  font-size: 14px;
}
.container .product_center_list .pl_right .r_item {
  height: 220px;
  padding-top: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 4px;
  width: 24%;
  background-color: #f9f9f9;
  margin-bottom: 20px;
  position: relative;
}
.container .product_center_list .pl_right .r_item img {
  height: 60%;
  width: auto;
  background: url(../images/logo_bg.png) no-repeat center;
}
.container .product_center_list .pl_right .r_item .r_item_bottom {
  position: absolute;
  bottom: 0;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  background-color: #e5f2ff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container .product_center_list .pl_right .r_item:hover .r_item_bottom {
  cursor: pointer;
  background-color: #113e7f;
  color: #fff;
}
.container .product_content {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
}
.container .product_content .pc_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .product_content .pc_title .pc_title_left {
  color: #113e7f;
}
.container .product_content .pc_title .pc_title_left img {
  width: 30px;
}
.container .product_content .pc_title .pc_title_right {
  width: 36%;
  display: flex;
  justify-content: space-between;
}
.container .product_content .pc_title .pc_title_right .mao {
  padding: 8px 25px;
  background-color: #113e7f;
  color: #fff;
}
.container .product_content .pc_title .enpc_title_right {
  padding: 15px;
  width: 55%;
}
.container .product_content .pc_text {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.container .product_content .pc_text .pc_text_left {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  background: url(../images/pr_logo.png) center no-repeat;
  background-color: #f9f9f9;
}
.container .product_content .pc_text .pc_text_left img {
  width: 50%;
  height: auto;
}
.container .product_content .pc_text .pc_text_right {
  width: 48%;
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
.container .product_content .pc_text .pc_text_right .pc_kind {
  display: flex;
  margin: 10px 0;
}
.container .product_content .pc_text .pc_text_right .pc_kind div:nth-child(1) {
  width: 15%;
}
.container .product_content .pc_text .pc_text_right .pc_kind div:nth-child(2) {
  width: 80%;
  margin-left: 10px;
}
.container .product_content .pc_text .pc_text_right .pc_text_right_title {
  margin: 10px 0;
  color: #113e7f;
  font-size: 24px;
}
.container .video {
  width: 100%;
  max-width: 1920px;
  background-color: #f5f5f5;
  margin-top: 50px;
  padding: 30px 0;
}
.container .video .box {
  display: flex;
  flex-direction: column;
  height: 400px;
}
.container .video .box .video_title {
  padding-bottom: 5px;
  width: 100%;
  font-size: 24px;
  border-bottom: 3px solid #113e7f;
}
.container .product_img {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.container .product_img .pi_title {
  padding-bottom: 5px;
  width: 100%;
  font-size: 24px;
  border-bottom: 3px solid #113e7f;
}
.container .product_img .pi_list {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.container .product_img .pi_list .r_item {
  height: 220px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: space-between;
  width: 22%;
  background-color: #f9f9f9;
  margin-bottom: 20px;
  position: relative;
}
.container .product_img .pi_list .r_item img {
  height: 60%;
  width: auto;
  background: url(../images/logo_bg.png) no-repeat center;
}
.container .product_img .pi_list .r_item .r_item_bottom {
  position: absolute;
  bottom: 0;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  background-color: #e5f2ff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container .product_img .pi_list .r_item:hover .r_item_bottom {
  cursor: pointer;
  background-color: #113e7f;
  color: #fff;
}
.container .new_bg {
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: 480px;
  background: url(../images/new_bg.jpg);
}
.container .ennew_bg {
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: 480px;
  background: url(../images/ennews_bg.jpg);
}
.container .news_box {
  width: 100%;

/*  background-color: #f6f6f6;*/
  margin:0px auto;
}
.container .news_box .box {
  display: flex;
  justify-content: space-between;
}
.container .news_box .box .news_img {
  width: 50%;
  overflow: hidden;
}
.container .news_box .box .news_img img {
  width: 100%;
  height: auto;
}
.container .news_box .box .news_text {
  width: 45%;
  padding: 50px 0;
}
.container .news_box .box .news_text .nt_title {
  font-size: 28px;
}
.container .news_box .box .news_text .nt_date {
  display: flex;
  align-items: center;
  margin: 30px 0;
  color: #999999;
}
.container .news_box .box .news_text .nt_date img {
  margin-right: 20px;
}
.container .news_box .box .news_text .nt_p {
  color: #999999;
  line-height: 32px;
}
.container .news_box .box .news_text .more {
  position: absolute;
  right: 0;
  bottom: 70px;
  text-align: center;
  width: 100px;
  background: #113e7f;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
}
.container .news_box .box .news_text .enmore {
  width: 130px;
}
.container .news_list {
  width: 80%;
  margin:80px auto 0px auto;
}
.container .news_list .list_item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  height: 205px;
  margin: 0px auto 50px auto;overflow: hidden;
}
.container .news_list .list_item .news_img {
  width: 20%;
  overflow: hidden;
}
.container .news_list .list_item .news_img img {
  max-width: 100%;
}
.container .news_list .list_item .news_text {
  width: 45%;
  margin-left: -200px;
}
.container .news_list .list_item .news_text .nt_title {
  font-size: 20px;
}
.container .news_list .list_item .news_text .nt_date {
  display: flex;
  align-items: center;
  margin: 18px 0;
  color: #999999;
}
.container .news_list .list_item .news_text .nt_date img {
  margin-right: 20px;
}
.container .news_list .list_item .news_text .nt_p {
  color: #999999;
  line-height: 32px;
}
.container .news_list .list_item .more_box {
  height: 100%;
  border: 1px solid #eeeeee;
  display: flex;
  align-items: center;
}
.container .news_list .list_item .more_box .more {
  margin-right: 20px;
  width: 50px;
  height: 50px;
  border-top: 3px solid #eeeeee;
  border-right: 3px solid #eeeeee;
  transform: rotate(45deg);
}
.container .news_list .active {
  border: 3px solid #113e7f;
}
.container .news_list .active .news_text .nt_title {
  color: #113e7f;
}
.container .news_list .active .more_box {
  background-color: #113e7f;
}
.container .news_content {
  width: 100%;
  max-width: 1920px;
  background-color: #ffffff;
  overflow: hidden;
}
.container .news_content .box1 {
  padding-top: 100px;
  width: 1200px;
  margin: 0 auto;
}
.container .news_content .box1 .title {
  font-size: 40px;
  color: #222;
  margin-bottom: 50px;
  text-align: center;
}
.container .news_content .box1 .mid {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
  font-size: 18px;
  color: #9f9f9f;
  line-height: 40px;
  text-align: center;
  align-items: center;
  justify-content: space-between;
}
.container .news_content .box1 .text {
  padding: 34px 0;
  overflow: hidden;
  font-size: 18px;
  color: #4f4f4f;
  text-indent: 2rem;
  line-height: 40px;
}
.container .news_content .box1 .img {
  flex-direction: column;
}
.container .contact_bg {
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: 480px;
  background: url(../images/contant_us_bg.jpg);
}
.container .contact_us_box {
  width: 100%;
  max-width: 1920px;
  display: flex;
  flex-direction: column;
  background: url(../images/contant_us_box_bg.png);
  margin-top: 30px;
  padding-bottom: 80px;
}
.container .contact_us_box .box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .contact_us_box .box .box_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.container .contact_us_box .box .box_top .bt_item {
  padding: 20px 50px;
  background-color: #fff;
  box-shadow: 3px 3px 10px #999;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container .contact_us_box .box .box_top .bt_item .bt_word {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
}
.container .contact_us_box .box .box_bottom {
  width: 100%;
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.container .contact_us_box .box .box_bottom .bb_l {
  width: 50%;
}
.container .contact_us_box .box .box_bottom .bb_l img {
  width: 100%;
  height: auto;
}
.container .contact_us_box .box .box_bottom .bb_r {
  width: 45%;
}
.container .contact_us_box .box .box_bottom .bb_r .bb_r_top {
  color: #005ab6;
  font-size: 24px;
  font-weight: 700;
}
.container .contact_us_box .box .box_bottom .bb_r .bb_r_top .en {
  margin-top: 10px;
  font-size: 18px;
}
.container .contact_us_box .box .box_bottom .bb_r .bb_r_bottom {
  box-shadow: 3px 3px 10px #999;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  padding: 30px 40px;
}
.container .contact_us_box .box .box_bottom .bb_r .bb_r_bottom .bb_r_bottom_item {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.container .contact_us_box .box .box_bottom .bb_r .bb_r_bottom .bb_r_bottom_item img {
  margin-right: 15px;
}
.container .dt img {
  width: 100%;
  height: 100%;
}
.container .af_bg {
  position: relative;
  height: 480px;
  width: 100%;
  max-width: 1920px;
  background: url(../images/application_bg.jpg);
}
.container .af_box {
  margin-top: 30px;
  display: flex;
  width: 80%;margin: 80px auto;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.container .af_box .af_item {
  width: 30%;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  align-items: center;
  overflow: hidden;
  height: 360px;
}
.container .af_box .af_item .af_img {
  width: 100%;
  overflow: hidden;
}
.container .af_box .af_item .af_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.container .af_box .af_item .af_img img:hover {
  transform: scale(1.2);
  overflow: hidden;
}
.container .af_box .af_item .af_word {
  width: 100%;
}
.container .af_box .af_item .af_word .af_title {
  margin: 10px 0;
  font-size: 20px;
}
.container .af_box .af_item .af_word .af_text {
  font-size: 14px;
  color: #999999;
}
@media screen and (max-width: 450px) {
  .container1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 12px;
  }
  .container1 .content_banner {
    position: fixed;
    padding: 0;
    width: 100%;
    height: 58px;
    z-index: 999;
  }
  .container1 .content_banner .banner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .container1 .content_banner .banner .banner_left {
    width: 130px;
    margin-left: 10px;
  }
  .container1 .content_banner .banner .banner_left img {
    width: 100%;
  }
  .container1 .content_banner .banner .menu-button {
    z-index: 999;
    margin: 0;
    padding: 14.5px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #113e7f;
    /*margin: 14px;
                        border-radius: 5px;*/
  }
  .container1 .content_banner .banner .menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
  }
  .container1 .content_banner .banner .menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
  }
  .container1 .content_banner .banner .menu-button .bar {
    display: block;
    width: 30px;
    height: 3px;
    margin: 10px auto;
    background-color: #fff;
    border-radius: 10px;
  }
  .container1 .content_banner .banner .choice {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .container1 .content_banner .banner .choice a {
    width: 100%;
  }
  .container1 .content_banner .banner .choice a .gq {
    width: 20px;
  }
  .container1 .content_banner .banner .choice .shuxian {
    width: 2px;
    height: 18px;
    margin: 0 10px;
    background-color: #113e7f;
  }
  .container1 .content_banner .banner .banner_right {
    display: none;
  }
  .container1 .banner_menu {
    z-index: 99;
    background: #fff;
    position: fixed;
    left: -100%;
    top: 58px;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
  }
  .container1 .banner_menu ul {
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .container1 .banner_menu ul a {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
    display: flex;
    align-items: center;
  }
  .container1 .banner_menu ul a li {
    padding: 20px 30px;
    width: 100%;
    color: #333;
  }
  .container1 .swiper_box {
    margin-top: 58px;
    width: 100%;
    height: 220px;
  }
  .container1 .swiper_box .swiper1 .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 220px;
  }
  .container1 .swiper_box .swiper1 .swiper-button-next {
    display: none;
  }
  .container1 .swiper_box .swiper1 .swiper-button-prev {
    display: none;
  }
  .container1 .product_list {
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0px;
  }
  .container1 .product_list .product_list_item {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    background-color: #eaf8ff;
  }
  .container1 .product_list .product_list_item .product_img {
    width: 40px;
    height: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  .container1 .product_list .product_list_item .product_img img {
    width: 100%;
    height: auto;
  }
  .container1 .product_list .product_list_item .p_name {
    margin: 10px 0;
    color: #999999;
    font-size: 12px;
  }
  .container1 .product_list .product_list_item .more {
    display: flex;
    align-items: center;
    color: #113e7f;
    font-size: 12px;
  }
  .container1 .product_list .product_list_item .more .more_icon {
    width: 6px;
  }
  .container1 .product_list .product_list_item:nth-child(5) {
    display: none;
  }
  .container1 .company_recom {
    margin-top: 10px;
    background-color: #f5f5f5;
    overflow: hidden;
    padding-bottom: 0px;
  }
  .container1 .company_recom .company_text {
    padding: 10px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    border: 0;
  }
  .container1 .company_recom .company_text .company_text_word {
    margin: 0;
    position: relative;
    width: 100%;
    padding: 0;
  }
  .container1 .company_recom .company_text .company_text_word .text_title {
    color: #113e7f;
  }
  .container1 .company_recom .company_text .company_text_word .text_title .title_1 {
    font-size: 18px;
  }
  .container1 .company_recom .company_text .company_text_word .text_title .title_2 {
    position: relative;
    font-size: 20px;
  }
  .container1 .company_recom .company_text .company_text_word .text_title .title_2::after {
    content: "";
    left: 0;
    bottom: -5px;
    position: absolute;
    background-color: #113e7f;
    height: 3px;
    width: 50px;
  }
  .container1 .company_recom .company_text .company_text_word .text_p {
    margin: 0;
    line-height: 32px;
  }
  .container1 .company_recom .company_text .company_text_word .text_p p {
    padding: 0 5px;
    margin: 10px 0;
  }
  .container1 .company_recom .company_text .company_text_word .more {
    position: absolute;
    right: 10px;
    bottom: 0;
    text-align: center;
    width: 60px;
    background: #113e7f;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
  }
  .container1 .company_recom .company_text .index_banner {
    margin-top: 20px;
    width: 98%;
    position: static;
  }
  .container1 .company_recom .company_text .index_banner img {
    width: 100%;
    height: auto;
  }
  .container1 .company_recom .encompany_text {
    padding-bottom: 50px;
  }
  .container1 .company_tag {
    display: none;
  }
  .container1 .company_news {
    width: 100%;
    margin-top: 0px;
    background: url(../images/news_bg.png);
  }
  .container1 .company_news .index_news_box {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .container1 .company_news .index_news_box .news_box_title {
    position: relative;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .container1 .company_news .index_news_box .news_box_title .NEWS {
    position: absolute;
    top: -5px;
    font-size: 12px;
  }
  .container1 .company_news .index_news_box .news_box_title .nbt_left {
    position: relative;
    font-size: 16px;
    color: #113e7f;
  }
  .container1 .company_news .index_news_box .news_box_title .nbt_left::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    bottom: -2px;
    background-color: #113e7f;
  }
  .container1 .company_news .index_news_box .news_box_title .nbt_right {
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    background-color: #1a4da5;
    padding: 2px 8px;
  }
  .container1 .company_news .index_news_box .news_box_content {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .container1 .company_news .index_news_box .news_box_content .content_list {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 20px;
  }
  .container1 .company_news .index_news_box .news_box_content .content_list .list_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-radius: 3px;
  }
  .container1 .company_news .index_news_box .news_box_content .content_list .list_item .item_date {
    width: 15%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .container1 .company_news .index_news_box .news_box_content .content_list .list_item .item_date .date_year {
    font-size: 14px;
  }
  .container1 .company_news .index_news_box .news_box_content .content_list .list_item .item_date .date_month {
    margin-top: 5px;
  }
  .container1 .company_news .index_news_box .news_box_content .content_list .list_item .item_left {
    width: 100%;
    padding: 0;
  }
  .container1 .company_news .index_news_box .news_box_content .content_list .list_item .item_left .left_top {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .container1 .company_news .index_news_box .news_box_content .content_list .list_item .item_left .left_bottom {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
  }
  .container1 .company_news .index_news_box .news_box_content .content_list .list_item .item_left .left_date {
    bottom: -5px;
  }
  .container1 .company_news .index_news_box .news_box_content .content_list .active {
    background: #f5f5f5;
    color: #333;
  }
  .container1 .company_news .index_news_box .news_box_content .new_img {
    width: 92%;
    overflow: hidden;
  }
  .container1 .company_news .index_news_box .news_box_content .new_img img {
    width: 100%;
    height: auto;
  }
  .container1 .bottom {
    display: none;
  }
  .container1 .about_bg {
    width: 100%;
    height: 250px;
    background: url(../images/p_about_bg.jpg) center;
    background-size: 100% 100%;
    position: relative;
  }
  .container1 .about_recom_content {
    margin-top: 20px;
    width: 100%;
  }
  .container1 .about_recom_content .box {
    width: 100%;
  }
  .container1 .about_recom_content .box .arc_content {
    padding: 0 10px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
  }
  .container1 .about_recom_content .box .arc_content .arc_text {
    width: 100%;
  }
  .container1 .about_recom_content .box .arc_content .arc_text .arc_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .container1 .about_recom_content .box .arc_content .arc_text .arc_title .arct_left {
    position: relative;
    color: #113e7f;
    font-size: 16px;
  }
  .container1 .about_recom_content .box .arc_content .arc_text .arc_title .arct_left::before {
    bottom: -10px;
    left: 0;
    position: absolute;
    content: "";
    width: 62px;
    height: 1px;
    background-color: #999999;
  }
  .container1 .about_recom_content .box .arc_content .arc_text .arc_title .arct_right {
    color: #999999;
  }
  .container1 .about_recom_content .box .arc_content .arc_text p {
    text-indent: 2rem;
    line-height: 36px;
  }
  .container1 .about_recom_content .box .arc_content .arc_text .arc_red {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .container1 .about_recom_content .box .arc_content .arc_text .arc_red span {
    font-size: 16px;
    color: #113e7f;
    font-weight: 700;
  }
  .container1 .about_recom_content .box .arc_content .arc_text .arc_red div {
    text-align: center;
    border: 1px solid #cccccc;
    padding: 10px 25px;
  }
  .container1 .about_recom_content .box .arc_content .arc_text .enarc_red div {
    text-align: center;
    border: 1px solid #cccccc;
    padding: 20px 10px;
  }
  .container1 .about_recom_content .box .arc_content .arc_img {
    margin-top: 20px;
    width: 100%;
  }
  .container1 .about_recom_content .box .arc_content .arc_img img {
    width: 100%;
    height: auto;
  }
  .container1 .about_box {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    font-size: 12px;
    border: none;
  }
  .container1 .about_box img {
    width: 20px;
    margin-right: 10px;
  }
  .container1 .about_swiper {
    margin-top: 20px;
  }
  .container1 .about_swiper .swiper_title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .container1 .about_swiper .swiper_title .t1 {
    font-size: 16px;
    color: #113e7f;
  }
  .container1 .about_swiper .swiper {
    width: 100%;
    padding: 20px 10px;
  }
  .container1 .about_swiper .swiper .swiper-wrapper {
    width: 100%;
  }
  .container1 .about_swiper .swiper .swiper-wrapper .swiper-slide {
    width: 30%;
  }
  .container1 .about_swiper .swiper .swiper-wrapper .swiper-slide a {
    width: 100%;
  }
  .container1 .about_swiper .swiper .swiper-wrapper .swiper-slide a .sw_img {
    width: 100%;
    height: auto;
  }
  .container1 .about_swiper .swiper .swiper-button-prev {
    display: none;
    left: 0;
  }
  .container1 .about_swiper .swiper .swiper-button-next {
    display: none;
    right: 7px;
  }
  .container1 .about_swiper .swiper .swiper-pagination {
    margin-bottom: -13px;
  }
  .container1 .about_zhici {
    width: 100%;
    background: url(../images/a_zc_bg.png) center;
    background-size: 100% 100%;
    padding: 0 10px;
  }
  .container1 .about_zhici .box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 0;
  }
  .container1 .about_zhici .box .zc_left {
    padding: 0px;
    width: 100%;
  }
  .container1 .about_zhici .box .zc_left .zc_t {
    width: 100%;
    padding-bottom: 10px;
    color: #113e7f;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 2px dashed #cccccc;
  }
  .container1 .about_zhici .box .zc_left p {
    width: 95%;
    margin-top: 10px;
    line-height: 30px;
  }
  .container1 .about_zhici .box .zhici_img {
    margin-top: 30px;
    width: 100%;
  }
  .container1 .about_zhici .box .zhici_img img {
    width: 100%;
    height: auto;
  }
  .container1 .about_swiper1 {
    margin-top: 30px;
  }
  .container1 .about_swiper1 .swiper_title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .container1 .about_swiper1 .swiper_title .t1 {
    font-size: 16px;
    color: #113e7f;
  }
  .container1 .about_swiper1 .swiper {
    width: 100%;
    padding: 20px 10px;
  }
  .container1 .about_swiper1 .swiper .swiper-wrapper {
    width: 100%;
  }
  .container1 .about_swiper1 .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
  }
  .container1 .about_swiper1 .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .container1 .about_swiper1 .swiper .swiper-button-prev {
    left: 0;
  }
  .container1 .about_swiper1 .swiper .swiper-button-next {
    right: 7px;
  }
  .container1 .af_bg {
    position: relative;
    height: 250px;
    width: 100%;
    background: url(../images/p_application_bg.jpg) center;
    background-size: 100% 100%;
  }
  .container1 .af_box {
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 10px;
  }
  .container1 .af_box .af_item {
    width: 45%;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    align-items: center;
    height: 270px;
  }
  .container1 .af_box .af_item .af_img {
    width: 100%;
    overflow: hidden;
  }
  .container1 .af_box .af_item .af_img img {
    width: 100%;
    height: auto;
  }
  .container1 .af_box .af_item .af_word {
    width: 100%;
    overflow: hidden;
  }
  .container1 .af_box .af_item .af_word .af_title {
    margin: 10px 0;
    font-size: 14px;
  }
  .container1 .af_box .af_item .af_word .af_text {
    font-size: 12px;
    color: #999999;
  }
  .container1 .contact_bg {
    position: relative;
    height: 250px;
    width: 100%;
    background: url(../images/p_contant_us_bg.jpg) center no-repeat;
    background-size: 100% 100%;
  }
  .container1 .contact_us_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: url(../images/contant_us_box_bg.png) center no-repeat;
    margin: 0;
    padding: 10px 0;
  }
  .container1 .contact_us_box .box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
  }
  .container1 .contact_us_box .box .box_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .container1 .contact_us_box .box .box_top .bt_item {
    padding: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 5px #999;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .container1 .contact_us_box .box .box_top .bt_item .bt_word {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 700;
  }
  .container1 .contact_us_box .box .box_top .bt_item img {
    width: 50px;
  }
  .container1 .contact_us_box .box .box_bottom {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .container1 .contact_us_box .box .box_bottom .bb_l {
    width: 100%;
  }
  .container1 .contact_us_box .box .box_bottom .bb_l img {
    width: 100%;
    height: auto;
  }
  .container1 .contact_us_box .box .box_bottom .bb_r {
    margin-top: 10px;
    width: 100%;
  }
  .container1 .contact_us_box .box .box_bottom .bb_r .bb_r_top {
    color: #005ab6;
    font-size: 14px;
    font-weight: 700;
  }
  .container1 .contact_us_box .box .box_bottom .bb_r .bb_r_top .en {
    margin-top: 10px;
    font-size: 12px;
  }
  .container1 .contact_us_box .box .box_bottom .bb_r .bb_r_bottom {
    box-shadow: 3px 3px 10px #999;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    padding: 10px 40px;
  }
  .container1 .contact_us_box .box .box_bottom .bb_r .bb_r_bottom .bb_r_bottom_item {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 20px 0;
  }
  .container1 .contact_us_box .box .box_bottom .bb_r .bb_r_bottom .bb_r_bottom_item img {
    margin-right: 15px;
  }
  .container1 .dt {
    margin-top: 20px;
    padding: 0 10px;
    width: 100%;
    height: 150px;
    padding-bottom: 550px;
  }
  .container1 .dt img {
    width: 100%;
    height: auto;
  }
  .container1 .new_bg {
    position: relative;
    width: 100%;
    height: 250px;
    background: url(../images/p_new_bg.jpg) center;
    background-size: 100% 100%;
  }
  .container1 .ennew_bg {
    position: relative;
    width: 100%;
    height: 250px;
    background: url(../images/new_bg.png) center;
    background-size: 100% 100%;
  }
  .container1 .news_box {
    padding: 20px 0;
    width: 100%;
    background-color: #f6f6f6;
  }
  .container1 .news_box .box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
  }
  .container1 .news_box .box .news_img {
    padding-left: 5px;
    width: 45%;
    overflow: hidden;
  }
  .container1 .news_box .box .news_img img {
    width: 100%;
    height: auto;
  }
  .container1 .news_box .box .news_text {
    width: 50%;
    padding: 5px 0;
  }
  .container1 .news_box .box .news_text .nt_title {
    font-size: 14px;
  }
  .container1 .news_box .box .news_text .nt_date {
    display: flex;
    align-items: center;
    margin: 7px 0;
    color: #999999;
  }
  .container1 .news_box .box .news_text .nt_date img {
    width: 10px;
    margin-right: 5px;
  }
  .container1 .news_box .box .news_text .nt_p {
    color: #999999;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .container1 .news_box .box .news_text .more {
    position: absolute;
    right: 10px;
    bottom: -8px;
    text-align: center;
    width: 60px;
    background: #113e7f;
    color: #fff;
    border-radius: 3px;
    padding: 3px;
  }
  .container1 .news_box .box .news_text .enmore {
    width: 90px;
  }
  .container1 .news_list {
    width: 100%;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 0 5px;
  }
  .container1 .news_list .list_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    margin-bottom: 30px;
    height: 126px;
    overflow: hidden;
  }
  .container1 .news_list .list_item .news_img {
    width: 40%;
    overflow: hidden;
  }
  .container1 .news_list .list_item .news_img img {
    width: 100%;
    height: auto;
  }
  .container1 .news_list .list_item .news_text {
    width: 45%;
    margin: 0px;
  }
  .container1 .news_list .list_item .news_text .nt_title {
    font-size: 14px;
  }
  .container1 .news_list .list_item .news_text .nt_date {
    display: flex;
    align-items: center;
    margin: 9px 0;
    color: #999999;
  }
  .container1 .news_list .list_item .news_text .nt_date img {
    margin-right: 5px;
  }
  .container1 .news_list .list_item .news_text .nt_p {
    color: #999999;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .container1 .news_list .list_item .more_box {
    height: 100%;
    border: 1px solid #eeeeee;
    display: flex;
    align-items: center;
  }
  .container1 .news_list .list_item .more_box .more {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border-top: 3px solid #eeeeee;
    border-right: 3px solid #eeeeee;
    transform: rotate(45deg);
  }
  .container1 .news_list .active {
    border: 1px solid #113e7f;
  }
  .container1 .news_list .active .news_text .nt_title {
    color: #113e7f;
  }
  .container1 .news_list .active .more_box {
    background-color: #113e7f;
  }
  .container1 .news_content {
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
  }
  .container1 .news_content .box1 {
    padding-top: 100px;
    width: 100%;
    margin: 0 auto;
  }
  .container1 .news_content .box1 .title {
    font-size: 24px;
    color: #222;
    margin-bottom: 30px;
    text-align: center;
  }
  .container1 .news_content .box1 .mid {
    padding: 0 10px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
    font-size: 12px;
    color: #9f9f9f;
    line-height: 40px;
    text-align: center;
    align-items: center;
    justify-content: space-between;
  }
  .container1 .news_content .box1 .text {
    padding: 34px 10px;
    overflow: hidden;
    font-size: 14px;
    color: #4f4f4f;
    text-indent: 2rem;
    line-height: 40px;
  }
  .container1 .news_content .box1 .img {
    padding: 30px 10px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .container1 .product_bg {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 250px;
    background: url(../images/p_product_center_bg.jpg) center;
    background-size: 100% 100%;
  }
  .container1 .product_search {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
  }
  .container1 .product_search .logo_img {
    width: 40%;
  }
  .container1 .product_search .logo_img img {
    width: 100%;
  }
  .container1 .product_search .sousuo {
    width: 50%;
    position: relative;
  }
  .container1 .product_search .sousuo .sousuo_img {
    width: 20px;
    position: absolute;
    left: 2%;
    top: 20%;
  }
  .container1 .product_search .sousuo .sousuo_input {
    border-radius: 30px;
    width: 100%;
    height: 30px;
    text-align: left;
    padding: 0 25px;
    font-size: 14px;
  }
  .container1 .product_center_list {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .container1 .product_center_list .pl_left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0 10px;
  }
  .container1 .product_center_list .pl_left .l_item {
    font-size: 12px;
    width: 45%;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border: 1px solid #cccccc;
    text-align: center;
  }
  .container1 .product_center_list .pl_left .l_item img {
    margin-right: 5px;
    width: 16px;
  }
  .container1 .product_center_list .pl_left .l_item:last-child {
    border-bottom: 1px solid #cccccc;
  }
  .container1 .product_center_list .pl_left .l_item:hover {
    border: 1px solid #113e7f;
  }
  .container1 .product_center_list .pl_right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 12px;
    padding: 0 10px;
  }
  .container1 .product_center_list .pl_right .r_item {
    width: 46%;
    height: 220px;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: space-between;
    background-color: #f9f9f9;
    margin-bottom: 20px;
    position: relative;
  }
  .container1 .product_center_list .pl_right .r_item img {
    height: 60%;
    width: auto;
    background: url(../images/logo_bg.png) no-repeat center;
  }
  .container1 .product_center_list .pl_right .r_item .r_item_bottom {
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 10px 0;
    width: 100%;
    background-color: #e5f2ff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .container1 .product_center_list .pl_right .r_item:hover .r_item_bottom {
    cursor: pointer;
    background-color: #113e7f;
    color: #fff;
  }
  .container1 .product_content {
    width: 100%;
    padding: 100px 10px 0 10px;
    display: flex;
    flex-direction: column;
  }
  .container1 .product_content .pc_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .container1 .product_content .pc_title .pc_title_left {
    color: #113e7f;
  }
  .container1 .product_content .pc_title .pc_title_right {
    width: 55%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .container1 .product_content .pc_title .pc_title_right .mao {
    padding: 5px 8px;
    background-color: #113e7f;
    color: #fff;
  }
  .container1 .product_content .pc_title .enpc_title_right {
    width: 65%;
  }
  .container1 .product_content .pc_title .enpc_title_right .mao {
    margin: 0 5px;
  }
  .container1 .product_content .pc_text {
    width: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .container1 .product_content .pc_text .pc_text_left {
    width: 100%;
    display: flex;
    align-items: center;
    background: url(../images/pr_logo.png) center no-repeat;
    background-color: #f9f9f9;
    padding: 0;
  }
  .container1 .product_content .pc_text .pc_text_left img {
    width: 70%;
    height: auto;
    padding: 30px;
  }
  .container1 .product_content .pc_text .pc_text_right {
    width: 100%;
    display: flex;
    flex-direction: column;
    font-size: 12px;
  }
  .container1 .product_content .pc_text .pc_text_right .pc_kind {
    display: flex;
    margin: 10px 0;
    align-items: center;
  }
  .container1 .product_content .pc_text .pc_text_right .pc_kind div:nth-child(1) {
    width: 15%;
  }
  .container1 .product_content .pc_text .pc_text_right .pc_kind div:nth-child(2) {
    width: 80%;
    margin-left: 10px;
  }
  .container1 .product_content .pc_text .pc_text_right .pc_text_right_title {
    margin: 10px 0;
    color: #113e7f;
    font-size: 14px;
  }
  .container1 .video {
    width: 100%;
    background-color: #f5f5f5;
    margin-top: 20px;
    padding: 30px 0;
  }
  .container1 .video .box {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 400px;
  }
  .container1 .video .box .video_title {
    padding-left: 10px;
    padding-bottom: 5px;
    width: 100%;
    font-size: 22px;
    border-bottom: 3px solid #113e7f;
  }
  .container1 .product_img {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-top: 30px;
  }
  .container1 .product_img .pi_title {
    padding-left: 10px;
    padding-bottom: 5px;
    width: 100%;
    font-size: 22px;
    border-bottom: 3px solid #113e7f;
  }
  .container1 .product_img .pi_list {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 10px;
  }
  .container1 .product_img .pi_list .r_item {
    height: 220px;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: space-between;
    width: 45%;
    background-color: #f9f9f9;
    margin-bottom: 20px;
    position: relative;
  }
  .container1 .product_img .pi_list .r_item img {
    height: 60%;
    width: auto;
    background: url(../images/logo_bg.png) no-repeat center;
  }
  .container1 .product_img .pi_list .r_item .r_item_bottom {
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 10px 0;
    width: 100%;
    background-color: #e5f2ff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .container1 .product_img .pi_list .r_item:hover .r_item_bottom {
    cursor: pointer;
    background-color: #113e7f;
    color: #fff;
  }
}
