.content {
  width: 1003px;
  margin: 0 auto;
  position: relative;
}

.listitle {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cont_txt p {
  font-size: 11px;
  color: #666 !important;
  line-height: 24px;
}

.cont_txt p span {
  font-size: 11px;
  color: #666 !important;
  line-height: 25px;
}

header {
  background-image: url("../img/top-bj.jpg");
  background-size: 100% 100%;
}

.item img {
  height: 340px !important;
  width: 100% !important;
}

.logo {
  width: 295px;
  height: 91px;
  float: left;
}

.logo img {
  width: 179px;
  height: auto;
  margin: 26px 0 0 21px;
}

.nav {
  width: 708px;
  float: right;
  font-size: 12px;
  padding-bottom: 10px;
  height: 91px;
}

.nav .top {
  margin-top: 12px;
  float: right;
  /* width: 270px; */
  font-size: 12px;
  margin-bottom: 16px;
  margin-right: 20px;
  display: flex;
}
input[type="submit"] {
  background-color: #044a85;
  border: none;
  color: #fff;
  padding: 10px 20px;
}
.nav .top a {
  font-size: 12px;
  color: #fff;
  line-height: 24px;
}
.nav .top a.lang {
    font-size: 24px;
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.nav .top .img {
  width: 25px;
  height: 25px;
  background-color: #585858;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 3px;
}
.nav .top .img .img {
  width: 16px;
  height: 16px;
  margin: 0;
}
.nav .top a.lang img {
  width: 16px;
  margin-right: 5px;
}
.nav .top a.wx {
  position: relative;
}
.nav .top a img {
  /* filter: brightness(1.1); */
}
.nav .top a.wx img:first-child {
  display: inline-block;
  border-radius: 20px;
}

.nav .top a.wx .ewm {
  display: none;
  position: absolute;
  left: 0;
  top: 42px;
  width: 126px;
  height: 126px;
  margin-left: -47px;
  z-index: 999;
}

.nav .top a.wx:hover .ewm {
  display: block;
}

.nav .menu {
  width: 700px;
  float: left;
  height: 22px;
}

.nav .menu > ul > li {
  height: 37px;
  width: 100px;
  float: left;
  position: relative;
  padding-bottom: 15px;
}

.nav .menu > ul > li > a {
  width: 80px;
  height: 22px;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 21px;
}

.nav .menu li:hover > a {
  background-image: url("../img/menu_hover.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  color: #044a85;
}

.nav .menu li div {
  position: absolute;
  left: 0;
  width: 140px;
  margin-left: -25px;
  background-color: rgba(41, 78, 156, 0.7);
  overflow: hidden;
  border-radius: 7px;
  padding: 10px 5px;
  transition: all 1s;
  opacity: 0;
  top: 100px;
  z-index: -1;
}

.nav .menu li:last-child div {
  width: 133px;
}

.nav .menu li:hover div {
  z-index: 999;
  opacity: 1;
  top: 35px;
}

.nav .menu li ul {
  width: auto;
}

.nav .menu li li {
  width: auto;
  text-align: center;
  background-image: url("../img/aq3.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% 1px;
}

.nav .menu li li a {
  width: auto;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 27px;
}

.nav .menu li li a {
  border-radius: 4px;
  overflow: hidden;
}

.line {
  height: 5px;
  background-image: url("../img/zhutu-1-bj.jpg");
  background-repeat: repeat-x;
}

.myslide {
  height: 337px;
  overflow: hidden;
  border-radius: 7px;
}

.line_btm {
  margin-bottom: 12px;
}

.in_list {
  height: 191px;
  padding: 0 7px;
}

.in_list .pro_list {
  width: 350px;
  float: left;
}

.title {
  height: 30px;
  background-color: #1e428e;
  padding-left: 7px;
  border-radius: 7px 7px 0 0;
}

.title .pro_logo {
  float: left;
  padding-top: 2px;
  width: 281px;
}

.title .pro_logo img {
  width: 81px;
  height: 26px;
  border-radius: 6px 6px 0 0;
}

.title .more {
  width: 53px;
  float: left;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
}

.in_list .pro_box {
  height: 146px;
  margin-top: 9px;
  background-color: rgb(255, 253, 242);
  width: 350px;
  margin: 0 auto;
  margin: 12px 0 0;
  overflow: hidden;
}

.in_list .pro_box ul {
}

.in_list .pro_box .pro_img {
  width: 128px;
  float: left;
  height: 146px;
}

.in_list .pro_box .pro_img img {
  width: 128px;
  height: 146px;
}

.lines .clearfix {
  height: 170px;
}

.in_list .pro_box .pro_txt {
  font-size: 11px;
  line-height: 20px;
  /*float: right;*/
  color: #666;
  /* width: 220px;*/
  width: 350px;
  padding: 0px 5px;
  height: 170px;
}

.in_list .pro_box .pro_txt span {
  font-size: 12px;
  color: #d40000;
  line-height: 20px;
  margin-bottom: 5px;
  display: block;
}

.in_list .news_list {
  width: 387px;
  margin-left: 10px;
  float: left;
}

.in_list .news_list .title {
  padding-left: 7px;
}

.in_list .news_list .title .pro_logo img {
  width: 81px;
  height: 26px;
}

.in_list .news_list .title .more {
  float: right;
}

.in_list .news_box {
  width: 386.4px;
  height: 150px;
}

.in_list .news_box li {
  width: 100%;
  height: 25.36px;
  line-height: 26px;
  margin-top: 6px;
  padding: 0 5px;
  border-bottom: 1px dashed #ccc;
}

.in_list .news_box li i {
  background-image: url("../img/tubiao.jpg");
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 10px;
  height: 25px;
}

.in_list .news_box li a {
  font-size: 11px;
  color: #333;
  line-height: 25px;
  display: inline-block;
  width: 284px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.in_list .news_box li span {
  line-height: 25px;
  color: #999;
  font-size: 11px;
  display: inline-block;
  height: 25px;
  float: right;
}

.in_list .cont_list {
  float: right;
  width: 242px;
  height: 191px;
  padding: 0 0 0 11px;
}

.in_list .cont_list .pro_logo {
  width: 170px;
}

.in_list .cont_list .cont_box {
  width: 100%;
}

.in_list .cont_list .cont_box img {
  width: 216px;
  height: 41px;
  display: block;
  margin: 0 auto;
}

.in_list .cont_list .cont_box .cont_txt {
  width: 232px;
  height: 166px;
  padding-left: 5px;
  font-size: 11px;
  color: #666;
  line-height: 25px;
  overflow: hidden;
}

footer {
  margin-top: 12px !important;
}

footer .contact {
  background-image: url("../img/Copyright-bj.jpg");
  background-repeat: repeat-x;
  background-size: 100% 100%;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  padding-left: 30px;
  height: 66px;
}

footer .contact .left {
  padding: 8px 0;
  line-height: 25px;
  font-size: 11px;
  color: #fff;

  margin-left: 130px;
}

footer .contact .copyright {
  color: #fff;
  line-height: 56px;
  font-size: 12px;
}

footer a {
  display: block;
  width: 65px;
  height: 70px;
  margin: 0 auto;
}

.contentlist {
  float: left;
  width: 218px;
  border-radius: 7px 7px 0 0;
  overflow: hidden;
}

.contentlist .prolist {
  background-color: #f2f2f2;
}

.contentlist .proimg {
  width: 218px;
  height: 30px;
  background: #254b96;
  color: #fff;
  padding: 0 10px;
  font-size: 12px;
  line-height: 30px;
  box-sizing: border-box;
  margin: 0 auto;
}

.contentlist .proimg img {
  width: 218px;
  height: 29px;
}

.contentlist .prolist li {
  overflow: hidden;
  width: 218px;
  margin: 0 auto;
  text-indent: 20px;
  position: relative;
}

.contentlist .prolist li a {
  font-size: 12px;
}

.contentlist .prolist li:hover {
  background-color: #044a85;
  height: auto;
}

.contentlist .prolist li:hover > a {
  color: #fff;
}

.contentlist .prolist li a.glyphicon {
  left: 47px;
  transform: rotate(0);
  transition: all 0.5s;
  width: 12px;
  text-indent: 0px;
  position: absolute;
  right: 20px;
  left: auto;
  top: 8px;
}

.contentlist .prolist li li {
  padding-left: 20px;
}

.contentlist .prolist li:hover a.glyphicon {
  transform: rotate(90deg);
  color: #fff;
}

.contentlist .prolist li div {
  overflow: hidden;
  height: 0;
  transition: all 0.5s ease-in-out;
  background-color: #f2f2f2;
}

.contentlist .prolist li:hover div {
  height: auto;
}

.contentlist .search {
  width: 202px;
  height: 32px;
  line-height: 32px;
  margin: 0 auto;
  font-size: 12px;
}

.contentlist .search form {
  font-size: 12px;
  line-height: 32px;
  height: 32px;
  position: relative;
}

.contentlist .sear {
  background-color: #f2f2f2;
  width: 100%;
  margin-top: 5px;
  padding-bottom: 5px;
}

.contentlist .search form span {
  display: inline-block;
  line-height: 32px;
  font-size: 12px;
}

.contentlist .search input {
  height: 24px;
  font-size: 12px;
  line-height: 20px;
  size: 20px;
  width: 130px;
}

.contentlist .search button {
  position: absolute;
  width: 30px;
  height: 24px;
  margin: 4px 0;
  background-image: url("../img/sear.gif");
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  background-color: #f2f2f2;
}

.contentlist .sear img {
  display: block;
  width: 200px;
  height: 52px;
  margin: 5px auto;
}

.contentbox .content_box {
  width: 750px;
  float: right;
}

.contentbox .content_box .txt {
  width: 100%;
}

.contentbox .content_box .txt .txt_tit {
  background-color: #254b96;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 7px 7px 0 0;
}

.contentbox .content_box .txt .txt_tit .company {
  float: left;
  font-size: 13px;
  line-height: 30px;
  color: #fff;
}

.contentbox .content_box .txt .txt_tit .nor {
  float: right;
  color: #fff;
  font-size: 10px;
  line-height: 30px;
}

.contentbox .content_box .txt .content_txt {
  padding: 10px 10px 0;
}

.contentbox .content_box .txt .content_txt p {
  font-size: 12px;
  line-height: 23px;
}

.contentbox .content_box .txt .content_txt h1 {
  color: #044a85;
  font-size: 14px;
  margin: 8px 0;
  text-align: center;
}

.contentbox .content_box .txt .content_txt .line {
  height: 2px;
  line-height: 25px;
  margin: 7px 0;
}

.contentbox .content_box .txt .content_txt div {
  text-align: right;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}

.contentbox .content_box .txt .content_txt .pro {
  height: 30px;
  line-height: 30px;

  color: #333;
  font-size: 16px;
  margin-top: 0;
}

.contentbox .content_box .txt .content_txt div span {
  color: #65b0e9;
  font-size: 11px;
}

.contentbox .content_box .txt .product_box img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.contentbox .content_box .txt .product_box p span {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #4391d3;
}

.contentbox .content_box .txt .content_txt .img {
  text-align: right;
}

.contentbox .content_box .txt .content_txt .pro_ul {
}

.contentbox .content_box .txt .content_txt .pro_ul li {
  width: 25%;
  float: left;
}

.contentbox .content_box .txt .content_txt .pro_ul li img {
  width: 157px;
  height: 144px;
  margin: 0 auto;
  border: 1px solid #e8e8e8;
  display: block;
}

.contentbox .content_box .txt .content_txt .pro_ul li div {
  height: 35px;
  line-height: 35px !important;
  width: 157px;
  line-height: 16px;
  margin-top: 9px;
  font-size: 13px;
  color: #666768;
  text-align: left;
  margin: 0px 0 0;
}

.pageboxs {
  width: 100%;
  height: 30px;
  margin-top: 10px;
}

.pageboxs .pagination {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: 30px;
}

.pageboxs .pagination ul {
  display: inline-block;
}

.pageboxs .pagination ul span {
  background-color: #044a85;
  color: #fff;
  padding: 4px 12px;
  line-height: 20px;
  border: 1px solid #e8e8e8;
  float: left;
}

.pageboxs .pagination ul a {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  border: 1px solid #e8e8e8;
  margin-left: 2px;
}

.pageboxs .pagination ul a:hover {
  background-color: #044a85;
  color: #fff;
}

.contentbox .content_box .news_list li {
  width: 100%;
  height: 30px;
}

.contentbox .content_box .news_list li a {
  height: 30px;
  width: 75%;
  font-size: 12px;
  line-height: 30px;
  display: block;
  float: left;
  padding-left: 30px;
  background-image: url("../img/n_icon.gif");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.contentbox .content_box .news_list li a:hover {
  color: #ff0000;
}

.contentbox .content_box .news_list li span {
  display: block;
  float: left;
  width: 15%;
  text-align: center;
  font-size: 11px;
  line-height: 30px;
  color: #65b0e9;
}

.contentbox .content_box .news_list li span:last-child {
  color: #999;
  width: 25%;
  text-align: right;
}

.contentbox .content_box .contact_txt {
  float: left;
  font-size: 12px;
  line-height: 30px;
  padding-left: 10px;
}

.contentbox .content_box .contact_txt span {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  color: #1b7ab1;
  display: block;
  margin-top: 10px;
}

.contentbox .content_box .contact_img {
  float: right;
  margin-top: 170px;
}

.contentbox .content_box .order {
  margin-top: 10px;
  background-color: #e6f5ff;
}

.contentbox .content_box .order .order_txt {
  height: 30px;
  line-height: 30px;
  text-indent: 2em;
  color: #ed0000;
  font-size: 12px;
}

.contentbox .content_box .order div {
  margin: 10px 0;
}

.contentbox .content_box .order .order_in {
  padding-left: 50px;
}

.contentbox .content_box .order .order_in span {
  display: inline-block;
  font-size: 12px;
  line-height: 25px;
}

.contentbox .content_box .order .order_in input {
  font-size: 12px;
  line-height: 20px;
  border: 1px solid #b9def9;
  width: 219px;
}

.contentbox .content_box .order .order_in .point {
  color: #ed0000;
}

.contentbox .content_box .order .order_area span:first-child {
  line-height: 110px;
  display: inline-block;
  float: left;
}

.contentbox .content_box .order .order_area textarea {
  line-height: 20px;
  font-size: 12px;
  border: 1px solid #b9def9;
  width: 340px;
  height: 110px;
}

.contentbox .content_box .order .order_in button {
  width: 56px;
  height: 20px;
  border: none;
  background-color: #fff;
}

.contentbox .content_box .order .order_in button:first-child {
  background-image: url("../img/btn_submit.jpg");
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 61px;
}

.contentbox .content_box .order .order_in button:last-child {
  background-image: url("../img/btn_reset.jpg");
  background-repeat: no-repeat;
  background-position: center;
}

.indexbox {
  position: relative;
}

.indexbox .notif {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1003px;
  bottom: -31px;
  height: 105px;
}

.indexbox .notif .content {
  position: relative;
}

.indexbox .notif .tempWrap {
  overflow: hidden;
  position: relative;
  width: 1003px;
  background-color: rgba(0, 0, 0, 0.6);
}

.indexbox .notif .tempWrap ul {
  width: 3300px;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
}

.indexbox .notif .tempWrap ul li {
  float: left;
  width: 251px;
  position: relative;
  display: inherit;
  height: 75px;
  text-align: center;
  box-sizing: border-box;
  border-right: 1px solid #585858;
}

.indexbox .notif .tempWrap ul li a {
  display: block;
  height: 105px;
  /*height: 300px;*/
}

.indexbox .notif .tempWrap ul li a img {
  display: inline-block;
  margin: 16px 20px 0 30px;
  float: left;
  width: 45px;
  height: 45px;
}

.indexbox .notif .tempWrap ul li a .text_box {
  display: inherit;
  text-align: left;
  float: left;
}

.indexbox .notif .tempWrap ul li a .text_box h1 {
  font-size: 15px;
  display: block;
  margin-bottom: -3px;
  padding-top: 15px;
  color: #fff;
}

.indexbox .notif .tempWrap ul li a .text_box span {
  font-size: 10px;
  line-height: 18px;
  color: #fff;
}

.gc > div li {
  height: 20px;
  line-height: 20px;
}

.gc > div li .box {
  margin-right: 40px;
  position: relative;
  width: 400px;
  display: inline-block;
}

.gc > div li .box a {
  font-size: 14px;
  color: #5a5a5b;
  display: block;
  line-height: 20px;
  height: 20px;
  width: 315px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

.gc > div li .box span {
  float: right;
  color: #74747a;
  display: block;
  font-size: 12px;
  line-height: 20px;
}

.notif .btn_search {
  position: absolute;
  right: 30px;
  top: 0;
  height: 76px;
  width: 47px;
}

.notif .btn_search a {
  display: block;
  background-image: url("../img/icon_search.png");
  background-position: 30px center;
  background-repeat: no-repeat;
  height: 76px;
  width: 50px;
  padding-left: 30px;
  z-index: 30;
}

.notif .btn_search:hover a {
  background-image: url("../img/icon_search_hover.png");
}

.notif .hd a {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
}

.notif .hd a.prev {
  left: 3px;
  background-image: url("../img/bnt_s_slide_prev.png");
  background-position: center;
  background-repeat: no-repeat;
}

.notif .hd a.next {
  right: 3px;
  background: url("../img/bnt_s_slide_next.png") center no-repeat;
}

.dalei {
  text-align: left !important;
  font-size: 14px !important;
  color: #254b96;
  height: 35px;
  font-weight: bold;
  line-height: 35px;
}

.daeee > ul > li {
  display: block;
  margin-bottom: 10px;
}

.clear {
  clear: both;
}

.xiaolei li {
  float: left;
  margin-right: 30px;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
}

.xxqw .xiaolei {
  display: inline-block;
  margin-right: 20px;
  float: left;
}
.guide {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url(../img/guide.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: guide_bg 20s linear infinite;
}
.guide .logo {
  position: absolute;
  margin-top: 30px;
  /* top: 300px;
  left: 300px; */
}
.guide video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}
.guide .guide_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.guide .guide_bg a {
  margin: 20px;
  padding: 40px 80px;
  background-color: #ffffffad;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.guide .guide_bg a span {
  font-size: 40px;
  display: block;
  transition: all 0.3s;
}
.guide .guide_bg a:hover {
  background-color: #3c10c9;
}
.guide .guide_bg a:hover span {
  color: #fff;
}
@keyframes guide_bg {
  0% {
    background-size: 100% 100%;
  }
  50% {
    background-size: 120% 120%;
  }
  100% {
    background-size: 100% 100%;
  }
}