@charset "UTF-8";
/* 前端白明明 */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

* {
  margin: 0;
  padding: 0; }

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0 auto;
  overflow-x: hidden;
  min-width: 1280px;
  position: relative;
  padding: 0;
  width: 100%;
  color: #222;
  font-family: '微软雅黑', Arial, Helvetica, sans-serif, Microsoft Yahei;
  font-size: 14px;
  line-height: 1;
  background: #fff; }

html.act {
  overflow: hidden;
  width: 100%;
  height: 100vh; }

ul, ul li, ol li, tr td, dl, dd {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  *zoom: 1; }

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  color: #222; }

textarea, select {
  outline: none;
  color: #666;
  font-size: 14px;
  width: 100%; }

img {
  border: none;
  display: block;
  max-width: 100%; }

img[src=""] {
  opacity: 0; }

.gdt::-webkit-scrollbar {
  width: 4px;
  height: 4px; }

.gdt::-webkit-scrollbar-thumb {
  background: #1353e4; }

.gdt::-webkit-scrollbar-track {
  background: #fff; }

.gdt {
  padding-right: 5px; }

.f_12 {
  font-size: 12px; }

.f_16 {
  font-size: 16px; }

.f_18 {
  font-size: 18px; }

.f_20 {
  font-size: 20px; }

.f_22 {
  font-size: 22px; }

.f_24 {
  font-size: 24px; }

.f_26 {
  font-size: 26px; }

.f_28 {
  font-size: 28px; }

.f_30 {
  font-size: 30px; }

.f_32 {
  font-size: 32px; }

.f_34 {
  font-size: 34px; }

.f_36 {
  font-size: 36px; }

.f_38 {
  font-size: 38px; }

.f_40 {
  font-size: 40px; }

.f_44 {
  font-size: 44px; }

.f_56 {
  font-size: 56px; }

.f_58 {
  font-size: 58px; }

/*分页*/
.a_dw {
  position: relative;
  top: -70px; }

.box {
  max-width: 100%;
  min-width: 1280px;
  width: 100%;
  padding: 0 13.54%;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  box-sizing: border-box; }

.alltime, .alltime * {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }

.wow {
  opacity: 0; }

.wow1 {
  opacity: 1; }

.fbd {
  font-weight: bold; }

.page2 {
  display: none; }

.page1 {
  display: flex;
  justify-content: center;
  font-family: Arial; }

.page1 span a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #cdcdcd;
  color: #666;
  text-align: center;
  border-radius: 50%;
  margin: 0 5px; }

.page1 span a:hover {
  border: 1px solid #ef7700;
  color: #ef7700; }

.page1 span.current a {
  background: #ef7700;
  border: 1px solid #ef7700;
  color: #fff; }

.page1 span a.nex {
  background: url(../images/jt_r.png) center no-repeat; }

.page1 span a.pre {
  background: url(../images/jt_r.png) center no-repeat;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.page1 span a.nex:hover, .page1 span a.pre:hover {
  background: #ef7700 url(../images/jt_r2.png) center no-repeat; }

.one-swiping .swiper-pagination {
  display: none !important; }

/* 头部 */
.head {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.head .logo {
  display: block;
  height: 44px;
  margin-top: 18px;
  float: left;
  position: relative; }

.head .logo img {
  display: block;
  height: 100%; }

.head .logo img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0; }

.head .hrt {
  float: right;
  position: relative;
  padding-right: 40px; }

.head .hrt .ss {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 18px;
  right: 0;
  border-radius: 30px;
  overflow: hidden;
  z-index: 3; }

.head .hrt .ss a {
  display: block;
  height: 44px;
  width: 44px;
  background: url(../images/ss_b.png) center no-repeat;
  position: absolute;
  top: 0;
  right: 0; }

.head .hrt .ss input {
  display: block;
  width: 0px;
  height: 44px;
  position: absolute;
  top: 0;
  right: -44px;
  border: 0;
  outline: none;
  resize: none;
  padding: 0 20px; }

.head .hrt .ss:hover {
  width: 300px;
  background: #fff;
  -moz-box-shadow: 0px 0px 3px #ddd;
  -webkit-box-shadow: 0px 0px 3px #ddd;
  box-shadow: 0px 0px 3px #ddd; }

.head .hrt .ss:hover a {
  background: url(../images/ss_l.png) center no-repeat; }

.head .hrt .ss:hover input {
  width: 240px;
  right: 44px; }

.head .hrt .ul1 {
  display: flex; }

.head .hrt .ul1 li {
  position: relative;
  margin-right: 50px; }

.head .hrt .ul1 li .ltop a {
  display: block;
  position: relative;
  line-height: 80px;
  color: #fff; }

.head .hrt .ul1 li .ltop a s {
  display: block;
  width: 0%;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -1px; }

.head .hrt .ul1 li .lbtm {
  position: absolute;
  width: 200px;
  padding: 15px 0;
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #fff;
  -moz-box-shadow: 0px 0px 3px #ddd;
  -webkit-box-shadow: 0px 0px 3px #ddd;
  box-shadow: 0px 0px 3px #ddd;
  display: none; }

.head .hrt .ul1 li .lbtm a {
  display: block;
  text-align: center;
  line-height: 40px;
  color: #999; }

.head .hrt .ul1 li:hover .lbtm {
  display: block; }

.head .hrt .ul1 li .lbtm a:hover {
  color: #113dc2; }

.hbtm {
  position: fixed;
  width: 100%;
  left: 0;
  top: 80px;
  background: #fff;
  z-index: 9;
  display: none;
  border-top: 1px solid #ddd; }

.hbtm .hox {
  display: flex;
  justify-content: flex-end; }

.hbtm .hox .hlt {
  width: 310px;
  padding: 35px 0;
  border-right: 1px solid #ddd;
  min-height: 320px; }

.hbtm .hox .hlt a {
  display: flex;
  padding: 0 30px 0 25px;
  line-height: 50px; }

.hbtm .hox .hlt a .alt {
  width: calc(100% - 30px); }

.hbtm .hox .hlt a s {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/jt_r.png) center right no-repeat; }

.hbtm .hox .hlt a.act {
  background: #f7f7f7; }

.hbtm .hox .hlt a.act .alt {
  color: #1353e4; }

.hbtm .hox .hlt a.act s {
  background: url(../images/jt_r3.png) center right no-repeat; }

.hbtm .hox .hct {
  width: 340px;
  padding: 35px 0;
  border-right: 1px solid #ddd; }

.hbtm .hox .hct li {
  display: none;
  padding: 0;
  margin: 0; }

.hbtm .hox .hct li:nth-child(1) {
  display: block; }

.hbtm .hox .hct li a {
  display: flex;
  padding: 0 30px 0 25px;
  line-height: 50px; }

.hbtm .hox .hct li a .alt {
  width: 100%; }

.hbtm .hox .hct li a s {
  display: block;
  width: 30px;
  height: 50px;
  background: url(../images/jt_r.png) center right no-repeat; }

.hbtm .hox .hct li a.act {
  background: #f7f7f7; }

.hbtm .hox .hct li a.act .alt {
  color: #1353e4; }

.hbtm .hox .hct li a.act s {
  background: url(../images/jt_r3.png) center right no-repeat; }

.hbtm .hox .hrt2 {
  width: 580px;
  padding: 35px 0 35px 30px; }

.hbtm .hox .hrt2 dd {
  display: none; }

.hbtm .hox .hrt2 dd:nth-child(1) {
  display: block; }

.hbtm .hox .hrt2 dd .ul1 li {
  display: none;
  margin: 0; }

.hbtm .hox .hrt2 dd .ul1 li:nth-child(1) {
  display: block; }

.hbtm .hox .hrt2 dd .ul1 li .lox {
  display: flex;
  flex-wrap: wrap; }

.hbtm .hox .hrt2 dd .ul1 li .lox a {
  display: block;
  line-height: 40px;
  padding: 0 30px;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #777;
  margin: 0 5px 10px; }

.hbtm .hox .hrt2 dd .ul1 li .lox a:hover {
  background: #fafafa;
  color: #1353e4;
  border: 1px solid #fafafa; }

.head:hover, .head.act, .head.bai {
  background: #fff;
  border-bottom: 1px solid #ddd; }

.head:hover .logo img:nth-child(1), .head.bai .logo img:nth-child(1), .head.act .logo img:nth-child(1) {
  opacity: 0; }

.head:hover .logo img:nth-child(2), .head.act .logo img:nth-child(2), .head.bai .logo img:nth-child(2) {
  opacity: 1; }

.head:hover .hrt .ul1 li .ltop a, .head.act .hrt .ul1 li .ltop a, .head.bai .hrt .ul1 li .ltop a {
  color: #000; }

.head:hover .hrt .ss a, .head.act .hrt .ss a, .head.bai .hrt .ss a {
  background: url(../images/ss_l.png) center no-repeat; }

.head:hover .hrt .ul1 li .ltop a s, .head.act .hrt .ul1 li .ltop a s, .head.bai .hrt .ul1 li .ltop a s {
  background: #000; }

.head .hrt .ul1 li.act .ltop a s {
  width: 100%; }

.head .hrt .ul1 li:hover .ltop a {
  color: #113dc2; }

/* -moz-box-shadow:0px 0px 3px #ddd; -webkit-box-shadow:0px 0px 3px #ddd; box-shadow:0px 0px 3px #ddd; */
/* 首页 */
.i1 {
  position: relative; }

.i1 .swiper1 .swiper-slide .sbox {
  position: relative;
  overflow: hidden;
  width: 100%; }

.i1 .swiper1 .swiper-slide .sbox .mimg {
  display: none; }

.i1 .swiper1 .swiper-slide .sbox .pimg {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%; }

.i1 .swiper1 .swiper-slide .sbox .txt {
  position: absolute;
  width: 100%;
  left: 0;
  top: 51%;
  padding-top: 200px;
  z-index: 3;
  color: #fff;
  z-index: 3;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  letter-spacing: 4px;
  opacity: 0;
  line-height: 80px; }

.i1 .swiper1 .swiper-slide .sbox .txt .tt {
  margin-bottom: 50px; }

.i1 .swiper1 .swiper-slide .sbox .txt .tt span {
  color: #e8a31e; }

.i1 .swiper1 .pagination1 {
  width: 90%;
  left: 5%;
  bottom: 35px; }

.i1 .swiper1 .pagination1 span {
  width: 21%;
  margin: 0 2px;
  height: 4px;
  opacity: 0.2;
  background: #fff;
  border-radius: 0; }

.i1 .swiper1 .pagination1 span.swiper-pagination-bullet-active {
  opacity: 0.6; }

.i1 .swiper1 .swiper-slide-active .sbox .txt {
  padding-top: 0px;
  opacity: 1;
  transition-delay: .5s;
  -webkit-transition-delay: .5s; }

.i2 {
  padding: 110px 0 90px;
  background: #f9f9f9; }

.i2 .itop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center; }

.i2 .itop .irt {
  display: flex;
  height: 48px;
  border-bottom: 1px solid #b4b5b8;
  width: 400px;
  justify-content: space-between; }

.i2 .itop .irt li {
  position: relative;
  display: flex;
  line-height: 24px;
  cursor: pointer;
  z-index: 2; }

.i2 .itop .irt li .ico {
  position: relative;
  width: 24px;
  margin-right: 5px; }

.i2 .itop .irt li .ico img {
  display: block;
  width: 100%; }

.i2 .itop .irt li .ico img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0; }

.i2 .itop .irt li s {
  display: block;
  width: 0%;
  height: 3px;
  background: #1655e4;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 2; }

.i2 .itop .irt li.act .ico img:nth-child(1), .i2 .itop .irt li:hover .ico img:nth-child(1) {
  opacity: 0; }

.i2 .itop .irt li.act .ico img:nth-child(2), .i2 .itop .irt li:hover .ico img:nth-child(2) {
  opacity: 1; }

.i2 .itop .irt li.act span, .i2 .itop .irt li:hover span {
  color: #1655e4; }

.i2 .itop .irt li.act s, .i2 .itop .irt li:hover s {
  width: 100%; }

.i2 .ibtm .swiper2 {
  padding: 60px 0px 70px; }

.i2 .ibtm .swiper2 .swiper-slide .sbox {
  padding: 20px;
  display: block; }

.i2 .ibtm .swiper2 .swiper-slide .sbox .img {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  -moz-box-shadow: 0px 1px 15px rgba(22, 85, 228, 0.1);
  -webkit-box-shadow: 0px 1px 15px rgba(22, 85, 228, 0.1);
  box-shadow: 0px 1px 15px rgba(22, 85, 228, 0.1);
  background: #fff;
  position: relative;
  border: 1px solid #e6eff7; }

.i2 .ibtm .swiper2 .swiper-slide .sbox .img figure {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-items: center; }

.i2 .ibtm .swiper2 .swiper-slide .sbox .img img {
  display: block;
  margin: 0 auto;
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
  max-width: 360px;
  max-height: 360px;
  width: 100%;
  height: 100%;
  object-fit: contain; }

.i2 .ibtm .swiper2 .swiper-slide .sbox .img s {
  display: block;
  width: 0%;
  height: 5px;
  background: #1655e4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }

.i2 .ibtm .swiper2 .swiper-slide .sbox .att {
  margin: 30px 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.i2 .ibtm .swiper2 .swiper-slide .sbox .atc {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #777; }

.i2 .ibtm .swiper2 .swiper-slide .sbox:hover .img {
  -moz-box-shadow: 0px 1px 15px rgba(22, 85, 228, 0.3);
  -webkit-box-shadow: 0px 1px 15px rgba(22, 85, 228, 0.3);
  box-shadow: 0px 1px 15px rgba(22, 85, 228, 0.3); }

.i2 .ibtm .swiper2 .swiper-slide .sbox:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.i2 .ibtm .swiper2 .swiper-slide .sbox:hover .img s {
  width: 100%; }

.i2 .ibtm .swiper2 .swiper-slide .sbox:hover .att {
  color: #1655e4; }

.i2 .anniu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  position: relative; }

.i2 .anniu::after {
  content: '';
  display: block;
  width: calc(100% - 120px);
  height: 1px;
  background: #b4b5b8;
  left: 60px;
  top: 50%;
  position: absolute; }

.i2 .anniu .btn {
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/jt_h.png) center no-repeat;
  border: 1px solid #b4b5b8;
  border-radius: 50%;
  position: relative;
  z-index: 3;
  cursor: pointer; }

.i2 .anniu .btn:hover {
  background: #ef8616 url(../images/jt_b.png) center no-repeat;
  border: 1px solid #ef8616; }

.i2 .anniu .prev2 {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.i3 {
  padding: 110px 0; }

.i3 .itop {
  display: flex;
  justify-content: space-between; }

.i3 .itop .ilt {
  width: 46.5%;
  line-height: 1.5;
  text-align: justify; }

.i3 .itop .ilt .tt2 {
  margin: 30px 0 40px; }

.i3 .itop .ilt .tc {
  line-height: 28px;
  color: #777;
  padding-right: 10px;
  margin-bottom: 50px; }

.i3 .itop .irt {
  width: 48.5%;
  position: relative;
  overflow: hidden;
  height: 560px; }

.i3 .itop .irt img {
  max-width: 900px;
  height: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }

.i3 .itop .irt .bf {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.3) url(../images/bf.png) center no-repeat;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3); }

.i3 .itop .irt .bf:hover {
  -webkit-animation: spulse 1.25s infinite cubic-bezier(0.24, 0, 0.38, 1);
  animation: spulse 1.25s infinite cubic-bezier(0.24, 0, 0.38, 1); }

.i4 {
  padding: 140px 0 60px;
  background: url(../images/in_3.jpg) center top no-repeat;
  background-size: cover; }

.i4 .itop {
  display: flex;
  justify-content: space-between; }

.i4 .itop .ilt {
  width: 27%;
  color: #fff;
  line-height: 1.5; }

.i4 .itop .ilt .xian {
  display: block;
  width: 180px;
  background: rgba(255, 255, 255, 0.1);
  height: 1px;
  margin: 35px 0; }

.i4 .itop .ilt .xian s {
  display: block;
  width: 85px;
  height: 2px;
  background: #ef8616;
  position: relative;
  top: -1px; }

.i4 .itop .ilt .tc {
  line-height: 32px;
  text-align: justify;
  margin-top: 20px; }

.i4 .itop .irt {
  width: 70%;
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: space-between; }

.i4 .itop .irt .img0 {
  width: 37.5%;
  position: relative;
  top: -10px;
  -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.8); }

.i4 .itop .irt .img0 img {
  display: block;
  width: 100%; }

.i4 .itop .irt .swiper3 {
  width: 60%;
  padding: 0 20px; }

.i4 .itop .irt .swiper3 .swiper-slide {
  padding: 10px 0;
  cursor: pointer; }

.i4 .itop .irt .swiper3 .swiper-slide .sbox {
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8); }

.i4 .anniu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  position: relative;
  margin-top: 50px; }

.i4 .anniu::after {
  content: '';
  display: block;
  width: calc(100% - 120px);
  height: 1px;
  background: #b4b5b8;
  left: 60px;
  top: 50%;
  position: absolute; }

.i4 .anniu .btn {
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/jt_h.png) center no-repeat;
  border: 1px solid #b4b5b8;
  border-radius: 50%;
  position: relative;
  z-index: 3;
  cursor: pointer; }

.i4 .anniu .btn:hover {
  background: #ef8616 url(../images/jt_b.png) center no-repeat;
  border: 1px solid #ef8616; }

.i4 .anniu .prev3 {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.i5 {
  padding: 90px 0; }

.i5 .tt {
  text-align: center; }

.i5 .ul1 {
  margin: 70px 0 50px;
  display: flex;
  flex-wrap: wrap; }

.i5 .ul1 li {
  width: 31.5%;
  margin-right: 2.75%; }

.i5 .ul1 li:last-child {
  margin-right: 0; }

.i5 .ul1 li a {
  display: block;
  position: relative;
  padding: 50px 40px 40px;
  -moz-box-shadow: 0px 1px 15px rgba(22, 85, 228, 0.1);
  -webkit-box-shadow: 0px 1px 15px rgba(22, 85, 228, 0.1);
  box-shadow: 0px 1px 15px rgba(22, 85, 228, 0.1);
  border: 1px solid #e6eff7;
  text-align: justify;
  top: 0px; }

.i5 .ul1 li a .txt .day {
  font-family: arial;
  color: #777; }

.i5 .ul1 li a .txt .itt {
  line-height: 32px;
  height: 64px;
  margin: 30px 0 20px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.i5 .ul1 li a .txt .itc {
  line-height: 28px;
  height: 56px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #474a4d; }

.i5 .ul1 li a .img {
  display: block;
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
  position: relative;
  padding-bottom: 64.5070422535%; }

.i5 .ul1 li a .img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1.01);
  -webkit-transform: scale(1.01); }

.i5 .ul1 li a:hover {
  -moz-box-shadow: 0px 1px 15px rgba(22, 85, 228, 0.4);
  -webkit-box-shadow: 0px 1px 15px rgba(22, 85, 228, 0.4);
  box-shadow: 0px 1px 15px rgba(22, 85, 228, 0.4);
  top: -5px; }

.i5 .ul1 li a:hover .txt .itt {
  color: #1353e4; }

.i5 .more {
  margin: 0 auto; }

.i6 {
  padding: 90px 0 110px;
  background: url(../images/in_5.jpg) center no-repeat;
  background-size: cover;
  text-align: center; }

.i6 .ul1 {
  display: flex;
  margin-top: 60px; }

.i6 .ul1 li {
  position: relative;
  width: 25%; }

.i6 .ul1 li .ico img {
  margin: 0 auto; }

.i6 .ul1 li .ltt {
  margin: 25px 0 15px; }

.i6 .ul1 li .ltc {
  color: #444; }

.i6 .ul1 li s {
  display: block;
  height: 100px;
  width: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -50px;
  border-right: 2px dashed #ddd; }

.i6 .ul1 li:last-child s {
  display: none; }

/* 底部 */
.footer {
  padding: 90px 0 70px;
  background: #113dc2; }

.footer .fox {
  display: flex;
  justify-content: space-between; }

.footer .fox .flt {
  width: 250px;
  color: #fff; }

.footer .fox .flt .ss {
  display: flex;
  position: relative;
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 3px;
  overflow: hidden;
  height: 45px;
  margin: 20px 0; }

.footer .fox .flt .ss input {
  display: block;
  width: calc(100% - 45px);
  height: 100%;
  border: 0;
  outline: none;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  padding: 0 20px; }

.footer .fox .flt .ss a {
  display: block;
  width: 45px;
  height: 100%;
  background: #fff url(../images/ss_l.png) center no-repeat;
  border-radius: 30px; }

.footer .fox .flt .ss a:hover {
  background: #ef7700 url(../images/ss_b.png) center no-repeat; }

.footer .fox .flt .ftc {
  line-height: 20px;
  text-align: justify;
  opacity: 0.6; }

.footer .fox .frt {
  width: 260px; }

.footer .fox .frt .a {
  display: block;
  margin-bottom: 30px; }

.footer .fox .frt .a1 {
  display: flex;
  color: rgba(255, 255, 255, 0.6);
  line-height: 24px;
  margin-top: 10px; }

.footer .fox .frt .a1 .ico {
  width: 20px;
  padding-top: 4px;
  opacity: 0.6; }

.footer .fox .frt .a1 .alt {
  width: 42px; }

.footer .fox .frt .a1 .art {
  width: calc(100% - 62px); }

.footer .fox .frt .a1 span {
  font-family: arial;
  color: #fff; }

.footer .fox .frt .a1:hover .ico {
  opacity: 1; }

.footer .fox .frt .a1:hover {
  color: #fff; }

.footer .fox .frt .anniu {
  display: flex;
  margin-top: 20px; }

.footer .fox .frt .anniu a {
  display: block;
  margin-right: 10px; }

.footer .fox .fcon {
  display: flex; }

.footer .fox .fcon li {
  margin: 0 25px; }

.footer .fox .fcon li a {
  display: block;
  white-space: nowrap;
  color: #fff;
  opacity: 0.6;
  margin-bottom: 15px;
  position: relative;
  left: 0px; }

.footer .fox .fcon li .ltop a {
  opacity: 1; }

.footer .fox .fcon li .xian {
  display: block;
  width: 16px;
  height: 2px;
  background: #fff;
  margin: 20px 0; }

.footer .fox .fcon li a:hover {
  opacity: 1;
  left: 5px; }

.footer2 {
  padding: 30px 0;
  background: #113dc2; }

.footer2 .fox {
  display: flex;
  justify-content: space-between; }

.footer2 * {
  color: rgba(255, 255, 255, 0.3); }

.footer2 {
  padding: 30px 0 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between; }

.footer2 .flt {
  display: flex; }

.footer2 .flt .a {
  display: block;
  margin-right: 10px; }

.footer2 a:hover {
  color: #fff;
  opacity: 1; }

/* 产品 */
.banner {
  position: relative;
  z-index: 1;
  width: 100%;
  color: #fff; }

.banner .nox {
  width: 100%;
  height: 33.85vw;
  position: relative; }

.banner .nox .txt {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  line-height: 1.5; }

.banner .nox .txt .tt {
  margin-bottom: 30px; }

.nav1 {
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #ddd;
  line-height: 70px;
  text-align: center;
  position: relative;
  z-index: 3;
  background: #fff; }

.nav1 .swiper4 .swiper-slide .sbox {
  display: flex;
  justify-content: center;
  position: relative; }

.nav1 .swiper4 .swiper-slide .sbox .txt {
  position: relative;
  color: #666; }

.nav1 .swiper4 .swiper-slide .sbox .txt .xian {
  display: block;
  width: 100%;
  height: 3px;
  background: #113dc2;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0; }

.nav1 .swiper4 .swiper-slide .sbox .bian {
  display: block;
  width: 1px;
  height: 20px;
  background: #e8e9ea;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px; }

.nav1 .swiper4 .swiper-slide:last-child .sbox .bian {
  display: none; }

.nav1 .swiper4 .swiper-slide.act .sbox .txt, .nav1 .swiper4 .swiper-slide:hover .sbox .txt {
  color: #1353e4; }

.nav1 .swiper4 .swiper-slide.act .sbox .txt .xian {
  opacity: 1; }

.nav2 {
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  -moz-box-shadow: 0px 1px 15px rgba(22, 85, 228, 0.1);
  -webkit-box-shadow: 0px 1px 15px rgba(22, 85, 228, 0.1);
  box-shadow: 0px 1px 15px rgba(22, 85, 228, 0.1); }

.nav2 .swiper5 .swiper-slide {
  width: auto; }

.nav2 .swiper5 .swiper-slide .sbox {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 0 50px; }

.nav2 .swiper5 .swiper-slide .sbox .txt {
  position: relative;
  color: #666; }

.nav2 .swiper5 .swiper-slide .sbox .txt .xian {
  display: none;
  width: 100%;
  height: 3px;
  background: #113dc2;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0; }

.nav2 .swiper5 .swiper-slide .sbox .bian {
  display: block;
  width: 1px;
  height: 20px;
  background: #e8e9ea;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px; }

.nav2 .swiper5 .swiper-slide:last-child .sbox .bian {
  display: none; }

.nav2 .swiper5 .swiper-slide.act .sbox .txt, .nav2 .swiper5 .swiper-slide:hover .sbox .txt {
  color: #1353e4; }

.nav2 .swiper5 .swiper-slide.act .sbox .txt .xian {
  opacity: 1; }

.pr1 {
  padding: 100px 0; }

.pr1 .ul1 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px; }

.pr1 .ul1 li {
  width: 31.5%;
  margin: 0 2.75% 60px 0; }

.pr1 .ul1 li:nth-child(3n) {
  margin-right: 0; }

.pr1 .ul1 li a {
  display: block; }

.pr1 .ul1 li .img {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  -moz-box-shadow: 0px 1px 15px rgba(22, 85, 228, 0.1);
  -webkit-box-shadow: 0px 1px 15px rgba(22, 85, 228, 0.1);
  box-shadow: 0px 1px 15px rgba(22, 85, 228, 0.1);
  background: #fff;
  position: relative;
  border: 1px solid #e6eff7; }

.pr1 .ul1 li .img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1) translate(-50%, -50%);
  -webkit-transform: scale(1) translate(-50%, -50%);
  max-width: 360px;
  max-height: 360px;
  width: 100%;
  height: 100%;
  object-fit: contain; }

.pr1 .ul1 li .img s {
  display: block;
  width: 0%;
  height: 5px;
  background: #1655e4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }

.pr1 .ul1 li .att {
  margin: 30px 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.pr1 .ul1 li .atc {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #777; }

.pr1 .ul1 li:hover .img {
  -moz-box-shadow: 0px 1px 15px rgba(22, 85, 228, 0.3);
  -webkit-box-shadow: 0px 1px 15px rgba(22, 85, 228, 0.3);
  box-shadow: 0px 1px 15px rgba(22, 85, 228, 0.3); }

.pr1 .ul1 li:hover .img img {
  transform: scale(1.1) translate(-45%, -45%);
  -webkit-transform: scale(1.1) translate(-45%, -45%); }

.pr1 .ul1 li:hover .img s {
  width: 100%; }

.pr1 .ul1 li:hover .att {
  color: #1655e4; }

/* 产品详情 */
.prc1 {
  padding: 40px 0 50px;
  margin-top: 80px;
  background: url(../images/prc_1.jpg) center no-repeat;
  background-size: cover; }

.prc1 .nav {
  display: flex;
  height: 20px;
  align-items: center;
  align-content: center;
  color: #888;
  line-height: 20px; }

.prc1 .nav span {
  margin: 0 5px; }

.prc1 .nav a {
  color: #888; }

.prc1 .nav a s {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/prc_1_1.png) center no-repeat; }

.prc1 .nav a:last-child {
  color: #000; }

.prc1 .nav a:hover {
  color: #113dc2; }

.prc1 .pox {
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start; }

.prc1 .pox .plt {
  width: 46.5%; }

.prc1 .pox .plt .swiper6 {
  background: #fff; }

.prc1 .pox .plt .swiper6 .btn {
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/jt_h.png) center no-repeat;
  border: 1px solid #b4b5b8;
  border-radius: 50%;
  position: absolute;
  z-index: 3;
  cursor: pointer;
  right: 30px;
  top: 50%;
  margin-top: -30px; }

.prc1 .pox .plt .swiper6 .btn:hover {
  background: #ef8616 url(../images/jt_b.png) center no-repeat;
  border: 1px solid #ef8616; }

.prc1 .pox .plt .swiper6 .prev6 {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  right: auto;
  left: 30px; }

.prc1 .pox .plt .swiper6 .swiper-slide {
  padding: 15px; }

.prc1 .pox .plt .swiper6 .swiper-slide .img {
  height: 400px;
  margin: 0 auto; }

.prc1 .pox .plt .swiper6 .swiper-slide .img img {
  display: block;
  height: 100%;
  margin: 0 auto; }

.prc1 .pox .plt .swiper6 .pagination6 {
  bottom: 20px;
  display: flex;
  justify-content: center; }

.prc1 .pox .plt .swiper6 .pagination6 span {
  display: block;
  background: rgba(0, 0, 0, 0);
  display: block;
  border: 2px solid #113dc2;
  width: 8px;
  height: 8px; }

.prc1 .pox .plt .swiper6 .pagination6 span.swiper-pagination-bullet-active {
  background: #113dc2; }

.prc1 .pox .plt .swiper7 {
  margin-top: 10px;
  padding: 0 5px; }

.prc1 .pox .plt .swiper7 .swiper-slide .sbox {
  padding: 10px;
  background: #fff;
  border: 1px solid #fff;
  cursor: pointer; }

.prc1 .pox .plt .swiper7 .swiper-slide .sbox .img {
  height: 116px; }

.prc1 .pox .plt .swiper7 .swiper-slide .sbox .img img {
  height: 100%;
  margin: 0 auto; }

.prc1 .pox .plt .swiper7 .swiper-slide.act .sbox {
  border: 1px solid #113dc2; }

.prc1 .pox .prt {
  width: 47.5%;
  padding-top: 20px; }

.prc1 .pox .prt .txt {
  padding-right: 10px;
  overflow: auto;
  max-height: 470px;
  min-height: 300px;
  line-height: 1.5;
  text-align: justify; }

.prc1 .pox .prt .txt .tc {
  margin-top: 20px;
  padding-top: 25px;
  border-top: 1px solid #ddd;
  color: #777;
  line-height: 26px; }

.prc1 .pox .prt .anniu {
  margin-top: 60px;
  display: flex;
  justify-content: space-between; }

.prc1 .pox .prt .anniu a {
  display: flex;
  width: 48%;
  height: 60px;
  align-items: center;
  align-content: center;
  justify-content: center;
  background: #113dc2;
  color: #fff;
  border-radius: 30px; }

.prc1 .pox .prt .anniu a .ico {
  width: 20px;
  margin-right: 10px; }

.prc1 .pox .prt .anniu a:hover {
  opacity: 0.8; }

.prc1 .pox .prt .anniu .zx {
  background: #ef8616; }

.prc2 {
  padding: 50px 0 90px; }

.prc2 .ptop {
  display: flex;
  height: 45px;
  line-height: 22px;
  border-bottom: 1px solid #ddd; }

.prc2 .ptop a {
  display: block;
  margin-right: 60px;
  position: relative; }

.prc2 .ptop a s {
  display: block;
  width: 0%;
  height: 3px;
  background: #1353e4;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2; }

.prc2 .ptop a.act, .prc2 .ptop a:hover {
  color: #1353e4; }

.prc2 .ptop a.act s, .prc2 .ptop a:hover s {
  width: 100%; }

.prc2 .dl1 dd {
  padding: 50px 0;
  border-bottom: 1px solid #ddd;
  text-align: justify;
  color: #022;
  line-height: 26px; }

.prc2 .dl1 dd .dtc2 {
  line-height: 36px;
  margin-top: 20px; }

.prc2 .dl1 dd:last-child {
  border: 0; }

.prc2 .dl1 dd .a_dw {
  top: -100px; }

.prc2 .dl1 .img {
  display: block;
  margin-top: 40px; }

.prc3 {
  padding: 90px 0;
  background: #f9f9f9; }

.prc3 .pox {
  position: relative; }

.prc3 .pox .swiper8 {
  margin-top: 50px; }

.prc3 .pox .swiper8 .swiper-slide .sbox {
  padding: 10px;
  display: block; }

.prc3 .pox .swiper8 .swiper-slide .sbox .img {
  display: block;
  width: 100%;
  overflow: hidden;
  -moz-box-shadow: 0px 1px 10px rgba(22, 85, 228, 0.1);
  -webkit-box-shadow: 0px 1px 10px rgba(22, 85, 228, 0.1);
  box-shadow: 0px 1px 10px rgba(22, 85, 228, 0.1);
  background: #fff;
  position: relative;
  border: 1px solid #e6eff7; }

.prc3 .pox .swiper8 .swiper-slide .sbox .img img {
  display: block;
  margin: 0 auto;
  transform: scale(1.01);
  -webkit-transform: scale(1.01); }

.prc3 .pox .swiper8 .swiper-slide .sbox .img s {
  display: block;
  width: 0%;
  height: 5px;
  background: #1655e4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }

.prc3 .pox .swiper8 .swiper-slide .sbox .att {
  margin: 30px 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.prc3 .pox .swiper8 .swiper-slide .sbox .atc {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #777; }

.prc3 .pox .swiper8 .swiper-slide .sbox:hover .img {
  -moz-box-shadow: 0px 1px 10px rgba(22, 85, 228, 0.3);
  -webkit-box-shadow: 0px 1px 10px rgba(22, 85, 228, 0.3);
  box-shadow: 0px 1px 10px rgba(22, 85, 228, 0.3); }

.prc3 .pox .swiper8 .swiper-slide .sbox:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.prc3 .pox .swiper8 .swiper-slide .sbox:hover .img s {
  width: 100%; }

.prc3 .pox .swiper8 .swiper-slide .sbox:hover .att {
  color: #1655e4; }

.prc3 .pox .prev8 {
  width: 60px;
  height: 60px;
  background: url(../images/jt_h.png) center no-repeat;
  border: 1px solid #b4b5b8;
  left: -105px;
  border-radius: 50%;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  margin-top: -60px; }

.prc3 .pox .next8 {
  width: 60px;
  height: 60px;
  background: url(../images/jt_h.png) center no-repeat;
  border: 1px solid #b4b5b8;
  right: -105px;
  border-radius: 50%;
  margin-top: -60px; }

.prc3 .pox .next8:hover, .prc3 .pox .prev8:hover {
  background: #ef7700 url(../images/jt_b.png) center no-repeat;
  border: 1px solid #ef7700; }

.prc4 {
  padding: 120px 0 110px; }

.prc4 .pox {
  display: flex;
  justify-content: space-between; }

.prc4 .pox .plt {
  width: 43%;
  height: 520px;
  background-size: cover; }

.prc4 .pox .prt {
  width: 53%; }

.prc4 .pox .prt .tt2 {
  margin: 20px 0 50px; }

.prc4 .pox .prt .ul1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.prc4 .pox .prt .ul1 li {
  width: 31.5%;
  color: #474a4d;
  margin-bottom: 40px; }

.prc4 .pox .prt .ul1 li:last-child {
  width: 100%; }

.prc4 .pox .prt .ul1 li .wz span {
  color: #f00;
  padding-right: 5px; }

.prc4 .pox .prt .ul1 li input, .prc4 .pox .prt .ul1 li textarea {
  display: block;
  width: 100%;
  height: 40px;
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
  padding: 0 15px;
  margin-top: 10px;
  outline: none; }

.prc4 .pox .prt .ul1 li textarea {
  height: 140px;
  resize: none;
  padding: 15px;
  font-family: arial; }

.prc4 .pox .prt .tj {
  display: block;
  width: 290px;
  line-height: 50px;
  background: #113dc2;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  cursor: pointer; }

.prc4 .pox .prt .tj:hover {
  background: #ef7700; }

/* 客服 */
.ban_nav {
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #ddd;
  line-height: 70px;
  text-align: center;
  position: relative;
  z-index: 3;
  background: #fff; }

.ban_nav .ul1 {
  display: flex; }

.ban_nav .ul1 li {
  width: 50%;
  position: relative; }

.ban_nav .ul1 li .sbox {
  display: flex;
  justify-content: center;
  position: relative; }

.ban_nav .ul1 li .sbox .txt {
  position: relative;
  color: #666; }

.ban_nav .ul1 li .sbox .txt .xian {
  display: block;
  width: 100%;
  height: 3px;
  background: #113dc2;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0; }

.ban_nav .ul1 li .sbox .bian {
  display: block;
  width: 1px;
  height: 20px;
  background: #e8e9ea;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px; }

.ban_nav .ul1 li:last-child .sbox .bian {
  display: none; }

.ban_nav .ul1 li.act .sbox .txt, .ban_nav .ul1 li:hover .sbox .txt {
  color: #1353e4; }

.ban_nav .ul1 li.act .sbox .txt .xian {
  opacity: 1; }

.ser1 {
  padding: 90px 0; }

.ser1 .ul1 {
  margin: 50px 0; }

.ser1 .ul1 li {
  margin-bottom: 20px; }

.ser1 .ul1 li:last-child {
  margin-bottom: 0; }

.ser1 .ul1 li a {
  display: flex;
  background: #fff;
  border: 1px solid #e8e8e8;
  position: relative;
  padding: 0 50px;
  height: 80px;
  line-height: 80px;
  overflow: hidden;
  justify-content: space-between; }

.ser1 .ul1 li a .alt {
  width: calc(100% - 140px);
  padding-left: 40px;
  background: url(../images/ser_1_1.png) center left no-repeat;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.ser1 .ul1 li a .art {
  width: 120px;
  padding-left: 40px;
  background: url(../images/ser_1_2.png) center left no-repeat;
  color: #222; }

.ser1 .ul1 li a .xian {
  position: absolute;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #1353e4;
  opacity: 0; }

.ser1 .ul1 li a:hover {
  background: #f9f9f9;
  border: 1px solid #e8e8e8; }

.ser1 .ul1 li a:hover .xian {
  opacity: 1; }

.ser1 .ul1 li a:hover .alt {
  color: #1353e4;
  background: url(../images/ser_1_1l.png) center left no-repeat; }

.ser1 .ul1 li a:hover .art {
  color: #1353e4;
  background: url(../images/ser_1_2l.png) center left no-repeat; }

.ser2 {
  background: url(../images/ser_3.jpg) center no-repeat;
  background-size: cover;
  padding: 90px 0; }

.ser2 .ul1 {
  margin: 50px 0 10px;
  display: flex;
  flex-wrap: wrap; }

.ser2 .ul1 li {
  width: 31.4%;
  margin: 0 2.9% 50px 0; }

.ser2 .ul1 li:nth-child(3n) {
  margin-right: 0; }

.ser2 .ul1 li video {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.ser2 .ul1 li .img {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%; }

.ser2 .ul1 li .img img {
  display: block;
  width: 100%;
  transform: scale(1.01);
  -webkit-transform: scale(1.01); }

.ser2 .ul1 li .img .c {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2); }

.ser2 .ul1 li .img .bf {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.3) url(../images/bf.png) center no-repeat;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3); }

.ser2 .ul1 li .img .bf:hover {
  -webkit-animation: spulse 1.25s infinite cubic-bezier(0.24, 0, 0.38, 1);
  animation: spulse 1.25s infinite cubic-bezier(0.24, 0, 0.38, 1); }

.ser2 .ul1 li .wz {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 20px;
  line-height: 60px;
  text-align: center;
  background: #fff; }

.ser2 .ul1 li .wz s {
  display: block;
  width: 0%;
  height: 5px;
  background: #1353e4;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3; }

.ser2 .ul1 li:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.ser2 .ul1 li:hover .wz s {
  width: 100%; }

.ser2 .ul1 li:hover .wz {
  color: #1353e4; }

/* 制造中心 */
.ma1 {
  padding: 90px 0 100px; }

.ma1 .tt {
  text-align: center;
  margin-bottom: 50px; }

.ma1 .ul1 li {
  background: #f9f9f9; }

.ma1 .ul1 li .llt {
  width: 50%;
  height: 430px;
  padding: 0 5%;
  display: flex;
  align-items: center;
  align-content: center; }

.ma1 .ul1 li .llt .ltt {
  margin: 25px 0; }

.ma1 .ul1 li .llt .xian {
  display: block;
  width: 60px;
  height: 1px;
  background: #dbdbdb; }

.ma1 .ul1 li .llt .ltc {
  line-height: 32px;
  text-align: justify;
  margin-top: 20px; }

.ma1 .ul1 li .lrt {
  width: 50%;
  float: right; }

.ma1 .ul1 li .lrt .swiper9 .swiper-slide .sbox {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 430px; }

.ma1 .ul1 li .lrt .swiper9 .swiper-slide .sbox img {
  display: block;
  max-width: 700px;
  height: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }

.ma1 .ul1 li .lrt .swiper9 .pagination9 {
  text-align: right;
  padding: 0 30px; }

.ma1 .ul1 li .lrt .swiper9 .pagination9 span {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  opacity: 1; }

.ma1 .ul1 li .lrt .swiper9 .pagination9 span.swiper-pagination-bullet-active {
  background: #fff; }

.ma1 .ul1 li:nth-child(2) .lrt {
  float: left; }

.ma2 {
  background: url(../images/ma_2.jpg) center bottom no-repeat;
  background-size: cover; }

.ma2 .ul1 li {
  background: rgba(0, 0, 0, 0); }

.ma2 .ul1 li .llt {
  width: 51%;
  height: 420px;
  padding: 0  90px 0 0; }

.ma2 .ul1 li .llt .ltt3 {
  margin: 55px 0 25px; }

.ma2 .ul1 li .lrt {
  width: 49%; }

.ma2 .ul1 li .lrt .swiper9 .swiper-slide .sbox {
  height: 420px; }

/* 加入 */
.jo1 {
  padding: 90px 0 100px; }

.jo1 .jtop {
  display: flex;
  justify-content: space-between; }

.jo1 .jtop .tt {
  width: 28.5%; }

.jo1 .jtop .tc {
  width: 71.5%;
  line-height: 32px;
  color: #565b66;
  text-align: justify; }

.jo1 .img {
  position: relative;
  margin: 130px  0 90px;
  z-index: 3; }

.jo1 .img img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2; }

.jo1 .img .en {
  font-family: arial;
  font-size: 166px;
  position: absolute;
  right: 0;
  top: -85px;
  color: #e5e5e5;
  opacity: 0.3; }

.jo1 .jbtm {
  display: flex;
  justify-content: space-between; }

.jo1 .jbtm .jlt {
  display: flex;
  width: 43%;
  flex-wrap: wrap; }

.jo1 .jbtm .jlt li {
  width: 30.5%;
  height: 140px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  text-align: center;
  margin: 0 4.25% 20px 0;
  padding-top: 20px;
  color: #222; }

.jo1 .jbtm .jlt li .ico img {
  margin: 0 auto 15px;
  width: 50px; }

.jo1 .jbtm .jlt li .xian {
  display: block;
  width: 30px;
  height: 1px;
  background: #222;
  margin: 20px auto 0; }

.jo1 .jbtm .jlt li:nth-child(3n) {
  margin-right: 0; }

.jo1 .jbtm .jrt {
  width: 49%;
  padding-top: 20px; }

.jo1 .jbtm .jrt li {
  display: flex;
  line-height: 44px; }

.jo1 .jbtm .jrt li .dian {
  display: block;
  color: #1353e4;
  width: 20px; }

.jo1 .jbtm .jrt li .zi {
  width: calc(100% - 20px); }

.jo2 {
  padding: 100px 0;
  background: url(../images/jo_2.jpg) center no-repeat;
  background-size: cover; }

.jo2 .tt {
  text-align: center; }

.jo2 .ul1 {
  margin: 50px 0; }

.jo2 .ul1 li {
  margin-bottom: 20px;
  background: #fff; }

.jo2 .ul1 li .ltop {
  display: flex;
  padding: 20px 40px;
  line-height: 70px;
  cursor: pointer;
  align-items: center;
  align-content: center;
  justify-content: space-between; }

.jo2 .ul1 li .ltop .llt {
  width: calc(100% - 60px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.jo2 .ul1 li .ltop s {
  display: block;
  width: 40px;
  height: 40px;
  background: #fff url(../images/jt_h.png) center no-repeat;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  border-radius: 50%; }

.jo2 .ul1 li .lbtm {
  padding: 50px 40px;
  line-height: 30px;
  display: none; }

.jo2 .ul1 li .lbtm .yxm {
  display: flex;
  justify-content: space-between;
  margin-top: 50px; }

.jo2 .ul1 li .lbtm .yxm .ylt {
  padding-left: 30px;
  background: url(../images/jo_2_1.png) center left no-repeat; }

.jo2 .ul1 li .lbtm .yxm .ylt span {
  color: #b4b5b8; }

.jo2 .ul1 li .lbtm .yxm .ylt:hover, .jo2 .ul1 li .lbtm .yxm .ylt:hover span {
  color: #1353e4; }

.jo2 .ul1 li .lbtm .yxm .yrt {
  padding-right: 30px;
  background: url(../images/jo_2_2.png) center right no-repeat; }

.jo2 .ul1 li .lbtm .yxm .yrt:hover {
  color: #1353e4; }

.jo2 .ul1 li.act .ltop {
  background: #1353e4; }

.jo2 .ul1 li.act .ltop .llt {
  color: #fff; }

.jo2 .ul1 li.act .ltop s {
  background: #fff url(../images/jt_l2.png) center no-repeat;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg); }

.jo3 {
  background: #fff; }

.jo3 .ul1 li {
  background: #f9f9f9; }

/* 新闻 */
.ne1 {
  padding: 90px 0 100px; }

.ne1 .tt {
  text-align: center; }

.ne1 .ul1 {
  margin: 50px 0 20px;
  display: flex;
  flex-wrap: wrap; }

.ne1 .ul1 li {
  width: 31.5%;
  margin: 0 2.75% 50px 0; }

.ne1 .ul1 li:nth-child(3n) {
  margin-right: 0; }

.ne1 .ul1 li a {
  display: block;
  position: relative;
  padding: 50px 40px 40px;
  -moz-box-shadow: 0px 1px 15px rgba(22, 85, 228, 0.1);
  -webkit-box-shadow: 0px 1px 15px rgba(22, 85, 228, 0.1);
  box-shadow: 0px 1px 15px rgba(22, 85, 228, 0.1);
  border: 1px solid #e6eff7;
  text-align: justify;
  top: 0px; }

.ne1 .ul1 li a .txt .day {
  font-family: arial;
  color: #777; }

.ne1 .ul1 li a .txt .itt {
  line-height: 32px;
  height: 64px;
  margin: 30px 0 20px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.ne1 .ul1 li a .txt .itc {
  line-height: 28px;
  height: 56px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #474a4d; }

.ne1 .ul1 li a .img {
  display: block;
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
  position: relative;
  padding-bottom: 64.5070422535%; }

.ne1 .ul1 li a .img img {
  display: block;
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.ne1 .ul1 li a:hover {
  -moz-box-shadow: 0px 1px 15px rgba(22, 85, 228, 0.4);
  -webkit-box-shadow: 0px 1px 15px rgba(22, 85, 228, 0.4);
  box-shadow: 0px 1px 15px rgba(22, 85, 228, 0.4);
  top: -5px; }

.ne1 .ul1 li a:hover .txt .itt {
  color: #1353e4; }

/* 新闻详情 */
.new1 {
  background: #fff; }

.new2 {
  padding: 20px 0 90px; }

.new2 .tt {
  text-align: center;
  line-height: 1.5; }

.new2 .nox {
  padding: 0 7%; }

.new2 .nox .ly {
  color: #b4b5b8;
  display: flex;
  justify-content: center;
  margin: 30px 0 50px;
  align-items: center;
  align-content: center; }

.new2 .nox .ly s {
  display: block;
  width: 1px;
  height: 18px;
  background: #b4b4b4;
  margin: 0 25px; }

.new2 .nox .tc {
  padding: 50px 0;
  border-top: 1px solid #e8e9ea;
  border-bottom: 1px solid #e8e9ea;
  color: #777;
  line-height: 32px;
  text-align: justify;
  margin-bottom: 50px; }

.new2 .nox .tc img {
  margin: 0 auto; }

.new2 .nox .nbtm {
  display: flex;
  justify-content: space-between; }

.new2 .nox .nbtm .nlt {
  width: calc(100% - 200px); }

.new2 .nox .nbtm .nlt a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 30px; }

.new2 .nox .nbtm .nlt a:hover {
  color: #1353e4; }

.new2 .nox .nbtm .nrt {
  width: 150px;
  height: 50px;
  background: #1353e4;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: #fff; }

.new2 .nox .nbtm .nrt s {
  width: 20px;
  height: 20px;
  background: url(../images/jt_r2.png) center no-repeat;
  margin-left: 10px; }

.new2 .nox .nbtm .nrt:hover {
  background: #ef7700; }

/* 关于 */
.ab1 {
  padding: 90px 0; }

.ab1 .atop {
  display: flex;
  justify-content: space-between; }

.ab1 .atop .tt {
  width: 28.5%; }

.ab1 .atop .tc {
  width: 71.5%;
  line-height: 28px;
  text-align: justify;
  color: #777; }

.ab1 .abtm {
  position: relative;
  margin-top: 50px; }

.ab1 .abtm img {
  display: block;
  width: 100%; }

.ab1 .abtm .bf {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.3) url(../images/bf.png) center no-repeat;
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3); }

.ab1 .abtm .bf:hover {
  -webkit-animation: spulse 1.25s infinite cubic-bezier(0.24, 0, 0.38, 1);
  animation: spulse 1.25s infinite cubic-bezier(0.24, 0, 0.38, 1); }

.ab2 {
  padding-bottom: 100px;
  text-align: center; }

.ab2 .ul1 {
  display: flex;
  margin-top: 50px; }

.ab2 .ul1 li {
  width: 23%;
  height: 380px;
  border: 1px solid #e6eff7;
  margin-right: 2.65%;
  padding: 70px 10px 0;
  -moz-box-shadow: 0px 5px 5px rgba(22, 85, 228, 0.1);
  -webkit-box-shadow: 0px 5px 5px rgba(22, 85, 228, 0.1);
  box-shadow: 0px 5px 5px rgba(22, 85, 228, 0.1);
  position: relative;
  top: 0px; }

.ab2 .ul1 li:last-child {
  margin-right: 0; }

.ab2 .ul1 li .ico img {
  margin: 0 auto; }

.ab2 .ul1 li .ltt {
  margin: 40px 0 25px; }

.ab2 .ul1 li .ltc {
  line-height: 28px;
  color: #777; }

.ab2 .ul1 li:hover {
  top: -5px;
  -moz-box-shadow: 0px 5px 15px rgba(22, 85, 228, 0.4);
  -webkit-box-shadow: 0px 5px 15px rgba(22, 85, 228, 0.4);
  box-shadow: 0px 5px 15px rgba(22, 85, 228, 0.4); }

.ab3 {
  padding: 100px 0 80px;
  background: url(../images/ab_4.png) center right no-repeat; }

.ab3 .aox {
  display: flex; }

.ab3 .aox .alt .tc {
  color: #777;
  margin-top: 35px; }

.ab3 .aox .xian {
  display: block;
  width: 1px;
  height: 90px;
  background: #e8e9ea;
  margin: 0 100px; }

.ab3 .aox .art a {
  display: flex;
  color: #777;
  margin-bottom: 10px;
  line-height: 1.5;
  align-items: center;
  align-content: center; }

.ab3 .aox .art a:last-child {
  margin: 0; }

.ab3 .aox .art a .ico {
  display: block;
  margin-right: 20px;
  width: 16px; }

.ab4 {
  position: relative; }

.ab4 img {
  display: block;
  width: 100%; }

.ab4 .ico {
  width: 3.125%;
  position: absolute;
  top: 29%;
  left: 43%;
  z-index: 3; }

.ab4 .ico img {
  position: relative;
  z-index: 3; }

.ab4 .ico s {
  display: block;
  width: 260px;
  height: 260px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -130px;
  margin-left: -130px;
  z-index: 1;
  background: rgba(227, 237, 243, 0.5);
  border: 1px solid #65acd7;
  border-radius: 50%;
  opacity: 0;
  animation: pulsate 2s ease-out infinite;
  -webkit-animation: pulsate 2s ease-out infinite; }

.ab4 .ico .s2 {
  animation: pulsate 2s ease-out .5s infinite;
  -webkit-animation: pulsate 2s ease-out .5s infinite; }

@keyframes pulsate {
  0% {
    transform: scale(0.1);
    -webkit-transform: scale(0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0; } }
@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    -webkit-transform: scale(0.1);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0; } }
/* 搜索结果 */
.sea1 {
  padding-top: 160px; }

.sea1 .stop {
  display: flex;
  justify-content: space-between;
  margin-top: 40px; }

.sea1 .stop .slt {
  display: flex; }

.sea1 .stop .slt a {
  display: block;
  width: 130px;
  line-height: 40px;
  border: 1px solid #1353e4;
  border-radius: 30px;
  text-align: center;
  color: #1353e4;
  margin-right: 10px; }

.sea1 .stop .slt a.act, .sea1 .stop .slt a:hover {
  background: #1353e4;
  color: #fff; }

.sea1 .stop .srt .ss {
  display: flex;
  position: relative;
  border: 1px solid #1353e4;
  border-radius: 30px;
  padding: 3px;
  overflow: hidden;
  height: 45px; }

.sea1 .stop .srt .ss input {
  display: block;
  width: calc(100% - 45px);
  height: 100%;
  border: 0;
  outline: none;
  color: #000;
  background: rgba(0, 0, 0, 0);
  padding: 0 20px; }

.sea1 .stop .srt .ss a {
  display: block;
  width: 45px;
  height: 100%;
  background: #1353e4 url(../images/ss_b.png) center no-repeat;
  border-radius: 30px; }

.sea1 .stop .srt .ss a:hover {
  background: #ef7700 url(../images/ss_b.png) center no-repeat; }

/* -moz-box-shadow:0px 1px 15px rgba(22,85,228,0.1); -webkit-box-shadow:0px 1px 15px rgba(22,85,228,0.1); box-shadow:0px 1px 15px rgba(22,85,228,0.1); */
/* 提示弹窗 */
.guanbi {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

.guanbi .gbox {
  position: absolute;
  top: 50%;
  opacity: 0;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  background: #fff;
  padding: 20px 40px;
  text-align: center; }

.guanbi .gbox .gtt {
  margin: 0;
  line-height: 1.8;
  color: #000; }

.guanbi .gbox .out {
  display: none;
  width: 36px;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  right: 20px;
  background: url(../images/out.png) center no-repeat;
  background-size: 14px;
  cursor: pointer; }

.guanbi .gbox .out:hover {
  background: url(../images/out2.png) center no-repeat;
  border: 1px solid #00847a;
  background-size: 14px; }

.guanbi.act {
  visibility: visible;
  pointer-events: visible;
  opacity: 1; }

.guanbi.act .gbox {
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  transition-delay: .3s;
  -webkit-transition-delay: .3s; }

/* 视频弹窗 */
.vd_tanchuang {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  display: none; }

.vd_tanchuang .vox {
  width: 1100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }

.vd_tanchuang .vox video {
  display: block;
  width: 100%; }

.vd_tanchuang .vox .out {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -50px;
  right: 0;
  background: url(../images/out2.png) center no-repeat;
  background-size: 20px;
  cursor: pointer;
  opacity: 0.7; }

.vd_tanchuang .vox .out:hover {
  opacity: 1; }

@-webkit-keyframes spulse {
  to {
    -webkit-box-shadow: 0 0 0 20px transparent;
    box-shadow: 0 0 0 20px transparent; } }
@keyframes spulse {
  to {
    -webkit-box-shadow: 0 0 0 20px transparent;
    box-shadow: 0 0 0 20px transparent; } }
/* 更多 */
.more {
  display: flex;
  font-family: arial;
  margin: 0;
  position: relative;
  width: 126px;
  justify-content: space-between;
  letter-spacing: 0px;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }

.more * {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }

.more .wz {
  position: relative;
  z-index: 3;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 42px; }

.more .wz s {
  display: block;
  width: 42px;
  height: 42px;
  background: url(../images/jt_l.png) center no-repeat;
  position: relative;
  left: 0; }

.more span {
  display: block;
  width: 42px;
  height: 42px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 1;
  border-radius: 30px; }

.more:hover span {
  width: 150px; }

.more:hover .wz {
  color: #164075; }

.more:hover .wz s {
  left: 10px; }

.more_h .wz {
  color: #000; }

.more_h .wz s {
  background: url(../images/jt_b.png) center no-repeat; }

.more_h span {
  background: #ef8616; }

.more_h:hover .wz {
  color: #fff; }

@media (min-width: 1950px) {
  .banner {
    background-size: cover !important; } }
@media (max-width: 1680px) {
  .f_12 {
    font-size: 12px; }

  .f_16 {
    font-size: 14px; }

  .f_18 {
    font-size: 16px; }

  .f_20 {
    font-size: 18px; }

  .f_22 {
    font-size: 20px; }

  .f_24 {
    font-size: 20px; }

  .f_26 {
    font-size: 22px; }

  .f_28 {
    font-size: 22px; }

  .f_30 {
    font-size: 24px; }

  .f_32 {
    font-size: 24px; }

  .f_34 {
    font-size: 26px; }

  .f_36 {
    font-size: 26px; }

  .f_38 {
    font-size: 28px; }

  .f_40 {
    font-size: 30px; }

  .f_44 {
    font-size: 32px; }

  .f_56 {
    font-size: 34px; }

  .f_58 {
    font-size: 40px; }

  .pd50 {
    padding: 50px 0; }

  .footer .fox .fcon li {
    margin: 0 10px; } }
.mhead, .mnav2, .mnav {
  display: none; }

@media (max-width: 1030px) {
  body {
    min-width: 200px;
    padding-top: 50px; }

  .box, .box2 {
    width: 90%;
    min-width: 100px;
    padding: 0; }

  .f_12 {
    font-size: 12px; }

  .f_16 {
    font-size: 14px; }

  .f_18 {
    font-size: 16px; }

  .f_20 {
    font-size: 16px; }

  .f_22 {
    font-size: 16px; }

  .f_24 {
    font-size: 16px; }

  .f_26 {
    font-size: 16px; }

  .f_28 {
    font-size: 18px; }

  .f_30 {
    font-size: 18px; }

  .f_32 {
    font-size: 20px; }

  .f_34 {
    font-size: 20px; }

  .f_36 {
    font-size: 20px; }

  .f_38 {
    font-size: 20px; }

  .f_40 {
    font-size: 22px; }

  .f_44 {
    font-size: 24px; }

  .f_56 {
    font-size: 26px; }

  .f_58 {
    font-size: 30px; }

  .head {
    display: none; }

  .mhead {
    display: block;
    width: 100%;
    height: 50px;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    background: #fff;
    border-bottom: 1px solid #eee; }

  .mhead .menu {
    height: 50px;
    padding-left: 35px;
    background: url(../images/m1.png) center right no-repeat;
    background-size: 30px;
    float: right; }

  .mhead .logo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3; }

  .mhead .logo img {
    display: block;
    height: 21px;
    margin-top: 15px; }

  .mhead .ss {
    display: block;
    width: 50px;
    height: 50px;
    float: right;
    background: url(../images/ss_m.png) center no-repeat;
    background-size: 20px; }

  .mhead.act {
    -moz-box-shadow: 0px 1px 5px #ddd;
    -webkit-box-shadow: 0px 1px 5px #ddd;
    box-shadow: 0px 1px 5px #ddd; }

  .mnav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    z-index: 15;
    display: block;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }

  .mnav .hei {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }

  .mnav .mbox {
    width: 80%;
    height: 100%;
    overflow: auto;
    background: #fff;
    position: relative;
    z-index: 2;
    left: -100%;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }

  .mnav .mbox .ul1 li .ltop {
    position: relative;
    line-height: 50px;
    padding: 0 50px 0 15px;
    border-bottom: 1px solid #ddd; }

  .mnav .mbox .ul1 li .ltop a {
    display: block;
    width: 100%; }

  .mnav .mbox .ul1 li .ltop span {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background: url(../images/r_hui2.png) center no-repeat;
    background-size: 16px; }

  .mnav .mbox .ul1 li .ltop span.act {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg); }

  .mnav .mbox .ul1 li .lbtm {
    display: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 0; }

  .mnav .mbox .ul1 li .lbtm a {
    display: block;
    width: 100%;
    padding: 0 15px;
    line-height: 30px;
    font-size: 12px;
    color: #666; }

  .mnav.act {
    left: 0; }

  .mnav.act .mbox {
    left: 0;
    transition-delay: .15s;
    -webkit-transition-delay: .15s; }

  .mnav2 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    z-index: 15;
    display: block;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }

  .mnav2 .hei {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }

  .mnav2 .mbox {
    width: 80%;
    height: 100%;
    overflow: auto;
    background: #fff;
    position: relative;
    z-index: 2;
    left: -100%;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }

  .mnav2 .mbox .dl1 dd .dtop {
    position: relative;
    line-height: 50px;
    padding: 0 50px 0 15px;
    border-bottom: 1px solid #ddd; }

  .mnav2 .mbox .dl1 dd .dtop a {
    display: block;
    width: 100%; }

  .mnav2 .mbox .dl1 dd .dtop span {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background: url(../images/r_hui2.png) center no-repeat;
    background-size: 16px; }

  .mnav2 .mbox .dl1 dd .dtop span.act {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg); }

  .mnav2 .mbox .dl1 dd .dbtm {
    display: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 0; }

  .mnav2 .mbox .dl1 dd .dbtm a {
    display: block;
    width: 100%;
    padding: 0 15px;
    line-height: 30px;
    font-size: 12px;
    color: #666; }

  .mnav2.act {
    left: 0; }

  .mnav2.act .mbox {
    left: 0;
    transition-delay: .15s;
    -webkit-transition-delay: .15s; }

  .wow {
    opacity: 1; }

  .pd50 {
    padding: 30px 0; } }
@media (max-width: 960px) {
  .i1 .swiper1 .swiper-slide .sbox .pimg {
    display: none; }

  .i1 .swiper1 .swiper-slide .sbox .mimg {
    display: block; }

  .i1 .swiper1 .swiper-slide .sbox .txt {
    line-height: 1.8; }

  .i1 .swiper1 .swiper-slide .sbox .txt .tt {
    font-size: 24px;
    margin-bottom: 20px; }

  .more span {
    width: 150px; }

  .more .wz {
    color: #164075; }

  .more .wz s {
    left: 10px; }

  .more_h .wz {
    color: #fff; }

  .i2 .itop {
    display: block; }

  .i2 .itop .irt {
    width: 100%;
    margin-top: 20px;
    justify-content: space-around; }

  .i2 .itop .irt li .ico {
    display: none; }

  .i2 .ibtm .swiper2 {
    padding: 20px 0 30px; }

  .i2 .ibtm .swiper2 .swiper-slide .sbox {
    padding: 10px; }

  .i2 .anniu {
    display: none; }

  .i2 .ibtm .swiper2 .pagination2 {
    bottom: 0; }

  .i2 .itop .irt {
    height: 34px; }

  .i3 .itop {
    display: block; }

  .i3 .itop .ilt {
    width: 100%; }

  .i3 .itop .ilt .tt2 {
    margin: 10px 0; }

  .i3 .itop .ilt .tc {
    line-height: 1.8;
    margin-bottom: 20px; }

  .i3 .itop .irt {
    width: 100%;
    height: 300px;
    margin-top: 20px; }

  .vd_tanchuang .vox {
    width: 90%; }

  .i4 .itop {
    display: block; }

  .i4 {
    background: #1e45b6; }

  .i4 .itop .ilt {
    width: 100%; }

  .i4 .itop .ilt .xian {
    margin: 15px 0; }

  .i4 .itop .ilt .tc {
    line-height: 1.8;
    margin-top: 10px; }

  .i4 .itop .irt {
    width: 100%; }

  .i4 .anniu {
    display: none; }

  .i4 .itop .irt .img0 {
    display: none; }

  .i4 .itop .irt .swiper3 {
    width: 100%;
    padding: 20px 0 30px; }

  .i5 .ul1 {
    display: block;
    margin: 20px 0; }

  .i5 .ul1 li {
    width: 100%;
    margin: 0 0 10px; }

  .i5 .ul1 li a {
    padding: 20px; }

  .i5 .ul1 li a .txt .itt {
    margin: 10px 0;
    line-height: 24px;
    height: 48px; }

  .i5 .ul1 li a .img {
    margin-top: 10px; }

  .i6 .ul1 {
    margin-top: 0px;
    flex-wrap: wrap; }

  .i6 .ul1 li {
    width: 50%;
    margin-top: 30px; }

  .i6 .ul1 li s {
    display: none; }

  .i6 .ul1 li .ico img {
    width: 60px; }

  .i6 .ul1 li .ltt {
    margin: 15px 0 10px; }

  .footer {
    display: none; }

  .footer2 {
    padding: 20px 0; }

  .footer2 .fox {
    display: block;
    text-align: center;
    line-height: 1.8; }

  .footer2 .flt {
    display: block; }

  .footer2 .flt img {
    margin: 10px auto; }

  .banner .nox {
    height: 300px; }

  .nav2 .swiper5 .swiper-wrapper {
    justify-content: flex-start; }

  .nav1 .swiper4 .swiper-slide, .nav2 .swiper5 .swiper-slide .sbox {
    width: auto;
    padding: 0 20px; }

  .pr1 .ul1 {
    display: block;
    margin-bottom: 30px; }

  .pr1 .ul1 li {
    width: 100%;
    margin: 0 0 25px; }

  .pr1 .ul1 li .att {
    margin: 15px 0 10px; }

  .page1 {
    display: none; }

  .page2 {
    display: block;
    width: 140px;
    line-height: 40px;
    background: #1353e4;
    color: #fff;
    margin: 0 auto;
    text-align: center; }

  .prc1 {
    padding: 20px 0;
    margin-top: 0; }

  .prc1 .nav {
    display: none; }

  .prc1 .pox {
    margin-top: 0;
    display: block; }

  .prc1 .pox .plt {
    width: 100%; }

  .prc1 .pox .plt .swiper6 .swiper-slide .img {
    height: auto; }

  .prc1 .pox .plt .swiper6 .btn {
    display: none; }

  .prc1 .pox .plt .swiper7 .pagination7 {
    display: none; }

  .prc1 .pox .plt .swiper7 .swiper-slide .sbox .img {
    height: 50px; }

  .prc1 .pox .prt {
    width: 100%; }

  .prc1 .pox .prt .anniu {
    margin-top: 20px; }

  .prc2 .ptop a {
    margin-right: 10px; }

  .prc1 .pox .prt .anniu a {
    height: 50px; }

  .prc2 .dl1 dd {
    padding: 20px 0; }

  .prc3 .pox .swiper8 {
    margin-top: 20px;
    padding-bottom: 30px; }

  .prc4 .pox {
    display: block; }

  .prc4 .pox .plt {
    width: 100%;
    height: 300px; }

  .prc4 .pox .prt {
    width: 100%;
    margin-top: 20px; }

  .prc4 .pox .prt .tt2 {
    margin: 10px 0 20px; }

  .prc4 .pox .prt .ul1 li {
    width: 100%;
    margin: 0 0 20px; }

  .prc4 .pox .prt .tj {
    width: 140px;
    margin: 0 auto; }

  .prc3 .pox .next8, .prc3 .pox .prev8 {
    display: none; }

  .a_dw {
    top: -51px; }

  .ban_nav .ul1 li .sbox .bian {
    display: none; }

  .ban_nav {
    line-height: 50px;
    height: 50px; }

  .ser1 .ul1 {
    margin: 20px 0; }

  .ser1 .ul1 li a {
    padding: 0 0 0 10px; }

  .ser1 .ul1 li a .art {
    padding-left: 30px; }

  .ser2 .ul1 {
    margin: 20px 0 10px;
    display: block; }

  .ser2 .ul1 li {
    width: 100%;
    margin: 0 0 20px; }

  .ser2 .ul1 li .wz {
    line-height: 30px;
    padding: 10px; }

  .ma1 .tt {
    margin-bottom: 20px; }

  .ma1 .ul1 li .lrt {
    width: 100%;
    float: none; }

  .ma1 .ul1 li .lrt .swiper9 .swiper-slide .sbox {
    width: 100%;
    height: auto; }

  .ma1 .ul1 li .lrt .swiper9 .swiper-slide .sbox img {
    width: 100%;
    height: auto; }

  .ma1 .ul1 li .llt {
    width: 100%;
    padding: 30px 5%;
    height: auto; }

  .ma1 .ul1 li .llt .ico img {
    width: 30px; }

  .ma1 .ul1 li:nth-child(2) .lrt {
    float: none; }

  .ma2 .ul1 li .llt .ltt3 {
    margin: 15px 0;
    line-height: 1.6; }

  .ma2 .ul1 li .llt {
    padding: 30px 0; }

  .ma2 {
    padding-bottom: 0; }

  .ma1 .ul1 li .llt .ltc {
    line-height: 1.8; }

  .jo1 .jtop {
    display: block; }

  .jo1 .jtop .tt {
    width: 100%; }

  .jo1 .jtop .tc {
    width: 100%;
    line-height: 1.8;
    margin-top: 10px; }

  .jo1 .img {
    margin: 20px 0; }

  .jo1 .img .en {
    display: none; }

  .jo1 .jbtm {
    display: block; }

  .jo1 .jbtm .jlt {
    width: 100%; }

  .jo1 .jbtm .jlt li {
    height: 120px; }

  .jo1 .jbtm .jlt li .ico img {
    width: 30px; }

  .jo1 .jbtm .jrt {
    width: 100%;
    padding-top: 0; }

  .jo1 .jbtm .jrt li {
    line-height: 30px;
    padding-top: 0; }

  .jo2 .ul1 {
    margin: 20px 0; }

  .jo2 .ul1 li .ltop {
    padding: 10px;
    line-height: 40px; }

  .jo2 .ul1 li {
    margin-bottom: 10px; }

  .jo2 .ul1 li .lbtm {
    padding: 20px;
    line-height: 1.7; }

  .jo2 .ul1 li .lbtm .yxm {
    display: block;
    margin-top: 20px; }

  .jo2 .ul1 li .lbtm .yxm .ylt {
    margin-bottom: 20px; }

  .banner .nox .txt .tt {
    margin-bottom: 20px; }

  .ne1 .ul1 {
    margin: 20px 0;
    display: block; }

  .ne1 .ul1 li {
    width: 100%;
    margin: 0 0 20px; }

  .ne1 .ul1 li a {
    padding: 20px; }

  .ne1 .ul1 li a .txt .itt {
    line-height: 24px;
    height: 48px;
    margin: 15px 0; }

  .ne1 .ul1 li a .img {
    margin-top: 10px; }

  .new1 {
    display: none; }

  .new2 .nox .ly {
    text-align: center;
    line-height: 1.6;
    flex-wrap: wrap;
    margin: 10px 0; }

  .new2 .nox .ly s {
    display: none; }

  .new2 .nox .ly span {
    margin: 0 5px; }

  .new2 .nox {
    padding: 0; }

  .new2 .nox .tc {
    padding: 20px 0;
    font-size: 14px;
    line-height: 1.8; }

  .new2 .nox .nbtm {
    display: block; }

  .new2 .nox .nbtm .nlt {
    width: 100%; }

  .new2 .nox .nbtm .nlt a {
    margin-bottom: 15px; }

  .new2 {
    padding: 30px 0; }

  .ab1 .atop {
    display: block; }

  .ab1 .atop .tt {
    width: 100%; }

  .ab1 .atop .tc {
    width: 100%;
    line-height: 1.8;
    margin-top: 15px; }

  .ab1 .abtm {
    margin-top: 20px; }

  .ab1 .abtm .bf {
    width: 60px;
    height: 60px; }

  .ab2 {
    padding-top: 0; }

  .ab2 .ul1 {
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: space-between; }

  .ab2 .ul1 li {
    width: 49%;
    margin: 0 0 20px;
    height: auto;
    padding: 20px 5%; }

  .ab2 .ul1 li .ico img {
    width: 30px; }

  .ab2 .ul1 li .ltt {
    margin: 15px 0; }

  .ab2 .ul1 li .ltc {
    line-height: 1.8;
    font-size: 12px; }

  .ab3 {
    background: #fff; }

  .ab3 .aox {
    display: block; }

  .ab3 .aox .xian {
    display: none; }

  .ab3 .aox .alt .tc {
    margin: 15px 0; }

  .ab4 .ico s {
    width: 90px;
    height: 90px;
    margin-top: -45px;
    margin-left: -45px; }

  .ban_nav {
    display: none; }

  .sea1 {
    padding-top: 30px; }

  .sea1 .stop {
    margin-top: 20px;
    display: block; }

  .sea1 .stop .slt {
    width: 100%;
    margin-bottom: 20px;
    justify-content: space-between; }

  .sea1 .stop .slt a {
    width: 48%; } }

/*# sourceMappingURL=style.css.map */
