<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
span,
button,
font {
  padding: 0;
  margin: 0;
  outline: none;
  font-family: "OpenSans-Regular", Arial, Helvetica, sans-serif;
}
@font-face {
  font-family: "OpenSans-Regular";
  src: url("fonts/OpenSans-Regular.ttf");
  src: url("fonts/OpenSans-Regular.ttf") format("woff"),
    url("fonts/OpenSans-Regular.ttf") format("truetype"),
    url("fonts/OpenSans-Regular.ttf") format("svg");
}
i {
  font-style: normal;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: none;
  min-width: 320px;
  margin: 0 auto;
}
body{
    overflow: hidden;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

ol,
ul,
li,
dl,
dt,
dd {
  list-style: none;
}

input,
button,
textarea,
checkbox,
select,
radio,
form {
  vertical-align: top;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.clear {
  clear: both;
}

textarea {
  -webkit-appearance: none;
}

button {
  -webkit-appearance: none;
}

/*清除浮动*/

.clearfix:after {
  visibility: hidden;
  clear: both;
  display: block;
  content: ".";
  height: 0;
}

.clearfix {
  *zoom: 1;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

@font-face {
  font-family: "iconfont";
  src: url("iconfont.eot");
  src: url("iconfont.eot?#iefix") format("embedded-opentype"),
    url("iconfont.woff2") format("woff2"), url("iconfont.woff") format("woff"),
    url("iconfont.ttf") format("truetype"),
    url("iconfont.svg#iconfont") format("svg");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* 公共样式------------------------------------------------------------------------------------------------------ */
/* search1 */
.search_result {
  padding: 60px 0;
}

.search_result_top h2 {
  text-align: center;
  font-size: 40px;
  color: #000;
  font-weight: bold;
  margin-bottom: 50px;
}

.search_result_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search_result_box form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

.search_result_box input {
  width: 100%;
  flex: 1;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  font-size: 16px;
  color: #000;
  border: 1px solid #ddd;
  outline: none;
  background: none;
}

.search_result_box button {
  display: block;
  width: 10%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: #02225B;
  border: 1px solid #02225B;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.search_result_box button i {
  font-size: 30px;
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.search_result_box button:hover {
  background-color: #fff;
  border: 1px solid #02225B;
  width: 15%;
}

.search_result_box button:hover i {
  color: #02225B;
}

.result_attention {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 4px solid #02225B;
  flex-wrap: wrap;
}

.result_attention p {
  font-size: 26px;
  color: #000;
  font-weight: bold;
}

.result_attention span {
  font-size: 26px;
  color: #02225B;
  font-weight: bold;
  display: block;
  margin: 0 5px;
}

.search_result_list {
  margin-top: 40px;
}

.resultcard {
  display: block;
  border: 1px solid #e5e5e5;
  padding: 15px 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.resultcard h3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  word-wrap: break-word;
  word-break: break-all;
}

.resultcard p {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}

.resultcard:hover h3 {
  color:#02225B;
}

.resultcard:hover {
  border: 1px solid #02225B;
  border-radius: 15px;
}
/* pagefenye and phonebottom */
.page_ctrl_box {
  padding: 40px 0;
  margin-top: 30px;
  border-top: 1px solid #ccc;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.page_ctrl_box .prev {
  float: left;
  padding-left: 28px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../images/newsinfo-prev.png");
}

.page_ctrl_box a:hover {
  color: #d1af77;
}

.page_ctrl_box .list-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
  background-image: url("../images/list-btn.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transition: all 0.3s;
}

.page_ctrl_box .next {
  float: right;
  padding-right: 28px;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("../images/newsinfo-next.png");
}

.page_ctrl_box .prev,
.page_ctrl_box .next {
  font-size: 18px;
  line-height: 16px;
  color: #333;
  background-repeat: no-repeat;
  background-size: 8px;
  transition: all 0.3s;
  text-transform: capitalize;
}

    .pages a{    padding: 5px 10px;
    background-color: #fff;
    margin-right: 10px;
    color: #030048;
    border: 1px solid #000;
    }
    .current{
        background-color: #030048 !important;
        color: #fff !important;
        border: 1px solid #030048 !important;
    }
    .pages a:hover{        background-color: #030048 !important;
        color: #fff !important;
        border: 1px solid #030048 !important;}
        .current2{display:none;}
/* web_head */
.web_head {
  width: 100%;
  position: relative;
  z-index: 3;
}
.nav_wrap {
  float: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3px;
}
.web_head .logo {
  float: left;
  padding-top: 10px;
}
.web_head .logo img {
  max-height: 90px;
}
.nav_wrap .head_nav {
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  position: relative;
  z-index: 2;
  text-align: right;
}
.nav_wrap .head_nav &gt; li {
  display: inline-block;
  position: relative;
  perspective: 500px;
  vertical-align: middle;
  text-align: left;
  line-height: 60px;
}
.nav_wrap .head_nav &gt; li.menu-item-has-children {
  background: url(../images/icon_nav.png) no-repeat right;
}
.nav_wrap .head_nav &gt; li &gt; a {
  font-size: 20px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 11px 10px 11px 10px;
  text-transform: capitalize;
}
.nav_wrap .head_nav &gt; li.current-menu-item &gt; a {
  color: #030048;
}
.nav_wrap .head_nav &gt; li &gt; a:after {
  content: "";
  display: block;
  width: 0%;
  height: 3px;
  background-color: #030048;
  position: absolute;
  left: 50%;
  bottom: 0px;
}
.nav_wrap .head_nav &gt; li:hover &gt; a:after {
  width: 100%;
  left: 0;
}
.nav_wrap .head_nav &gt; li &gt; a &gt; em {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-style: normal;
  margin-right: 10px;
}
.nav_wrap .head_nav &gt; li &gt; a &gt; b {
  display: inline-block;
  margin-left: 5px;
}
.nav_wrap .head_nav &gt; li &gt; a &gt; b:after {
  content: "\f107";
  color: #999;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.nav_wrap .head_nav &gt; li:hover &gt; a &gt; b:after {
  color: #030048;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.nav_wrap .head_nav:hover &gt; li &gt; a,
.nav_wrap .head_nav:hover &gt; li.nav-current &gt; a {
  color: #000;
}
.nav_wrap .head_nav:hover &gt; li:hover &gt; a,
.nav_wrap .head_nav &gt; li.nav-current &gt; a {
  color: #030048;
}
.nav_wrap .head_nav &gt; li li {
  position: relative;
  text-align: left;
  padding: 0 20px;
  font-style: normal;
}
.nav_wrap .head_nav &gt; li li a {
  display: block;
  line-height: 20px;
  padding: 7px 0;
  font-size: 13px;
  position: relative;
  border-bottom: 1px solid #eee;
  font-style: normal;
  padding: 10px;
  word-wrap: break-word;
}

.nav_wrap .head_nav &gt; li li b:after {
  content: "\f105";
  position: absolute;
  right: 0;
  top: 13px;
}
.nav_wrap .head_nav &gt; li li a:before,
.nav_wrap .head_nav &gt; li li:hover &gt; a:before {
  content: "";
  display: block;
  width: 4px;
  height: 30%;
  background-color: #030048;
  position: absolute;
  left: -21px;
  top: 40%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.nav_wrap .head_nav &gt; li li a:hover:before,
.nav_wrap .head_nav &gt; li li:hover &gt; a:before {
  top: 50%;
  margin-top: -11px;
  height: 22px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav_wrap .head_nav &gt; li li:last-child &gt; a {
  border-bottom: 0;
}
.nav_wrap .head_nav &gt; li li:hover &gt; a {
  color: #fff;
  background-color: #030048;
}
.nav_wrap .head_nav &gt; li li:hover &gt; a &gt; b:after {
  border-left-color: #fff;
}
.nav_wrap .head_nav &gt; li ul ul {
  left: 100%;
  top: -10px;
  margin-top: 0;
}
.nav_wrap .head_nav li ul {
  width: 250px;
  padding: 10px 0;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  -webkit-transform: translateY(5%);
  -ms-transform: translateY(5%);
  -o-transform: translateY(5%);
  transform: translateY(5%);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  box-sizing: border-box;
  -webkit-transform-origin: center 0;
  -moz-transform-origin: center 0;
  -ms-transform-origin: center 0;
  -o-transform-origin: center 0;
  transform-origin: center 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.nav_wrap .head_nav li:hover &gt; ul {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.nav_wrap .head_nav &gt; li ul li a em {
  font-style: normal;
}

.fixed-nav .logo img {
  max-height: 70px;
}
.fixed-nav .container {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.95);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff,endColorstr=#e5ffffff);
  box-shadow: 1px 0 1px rgba(0, 0, 0, 0.3);
}
.fixed-nav .head_layer {
  width: 1170px;
  margin: 0 auto;
  position: relative;
}
.fixed-nav .nav_wrap .head_nav &gt; li {
  line-height: 70px;
}
.fixed-nav-active .container {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.fixed-nav-active .nav_wrap:before {
  opacity: 1;
  height: 100%;
}
.fixed-nav .logo a,
.fixed-nav .logo img,
.fixed-nav .head_nav li a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.head_holder {display: none !important;}
/* 首页----------------------------------------------------------------------------------------------------- */
.header{background-color: #030048;padding: 15px 0;}
.header_hd{display: flex;justify-content: flex-start;align-items: center;}
.header_hd i{font-size: 18px;color: #FCBC45;margin-right: 10px;}
.header_hd p{font-size: 14px;color: #fff;}
.headernav_bd{display: flex;justify-content: space-between;align-items: center;}
.headernav_logo{}
.headernav_logo img{vertical-align: middle;max-height: 60px;}
.headernav_right{display: flex;justify-content: flex-end;align-items: center;}
.search{margin-left: 10px;}
.search i{font-size: 20px;color: #000;font-weight: bold;cursor: pointer;padding:10px 15px;margin-top: 10px;display: block;}
.search_box{position: absolute;top: 80px;left: 0;width: 100%;padding: 30px 0;background-color: #030048;display: none;}
.headernav{position: relative;}
.searchin{text-align:center}
.searchin i{font-size: 30px;color: #030048;font-weight: bold;}
.searchin button{border: none;outline: none;background-color: #fff;width: 5%;height: 70px;line-height: 70px;margin-left: 20px;border-radius: 5px;}
.searchin input{border: none;outline: none;background-color: #fff;height: 70px;line-height: 70px;width: 60%;padding: 0 20px;font-size: 18px;color: #000;border-radius: 5px;}
.banner_box{max-width: 1290px;width: 98%;margin: 0 auto;position: absolute;top: 40%;left: 50%;transform: translate(-50%,-40%);}
.banner{position: relative;}
.banner_con{display: flex;justify-content: space-between;align-items: center;}
.banner_left{width:40%;overflow: hidden;animation:mymove2 1.25s;-webkit-animation:mymove2 1.25s;}
.banner_left h2{font-size: 36px;color: #fff;font-weight: bold;text-align: left;line-height: 55px;margin-bottom: 15px;}
.banner_left p{font-size: 18px;color: #fff;line-height: 30px;text-align: left;}
.banner_minimg{margin-top: 30px;}
.banner_minimg ul{display: flex;justify-content: flex-start;}
.banner_minimg li{width: 15%;background-color: #fff;margin-right: 20px;padding: 5px;}
.banner_minimg li a{position: relative;overflow: hidden;display: block;height: auto;padding-top: 100%;}
.banner_minimg img{width: 100%;vertical-align: middle;position: absolute;top: 0;left: 0;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out;}
.banner_minimg li:hover img{transform: scale(1.2);transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out;}
.gomore{width: 55%;height: 65px;line-height: 65px;border: 1px solid #fff;text-align: center;font-size: 20px;color: #fff;margin: 40px auto 0 0 ;display: block;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out;}
.gomore:hover{background-color: #fff;color: #030048;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out;}
.banner_right{width: 60%;overflow: hidden;}
.banner_right img{width: 100%;vertical-align: middle; animation:mymove 1.25s ;-webkit-animation:mymove 1.25s;}
@keyframes mymove
{
from {
  opacity: 0.3;
  transform: translate3d(100%,0,0);
}
to {
  opacity: 1;
  transform: none;
}
}
@keyframes mymove2
{
from {
  opacity: 0.3;
  transform: translate3d(-100%,0,0);
}
to {
  opacity: 1;
  transform: none;
}
}
    .pagination a{    padding: 5px 10px;
    background-color: #fff;
    margin-right: 10px;
    color: #02225B;
    border: 1px solid #02225B;
    }
    .current{
        background-color: #02225B !important;
        color: #fff !important;
        border: 1px solid #02225B !important;
    }
    .pagination a:hover{        background-color: #02225B !important;
        color: #fff !important;
        border: 1px solid #02225B !important;}
        .current2{display:none;}
        .none{display:none;}
.bannerimg img{width: 100%;vertical-align: middle;}
.footer{background-color: #02225B;}
.footer_bd{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;padding: 20px 0  50px 0;border-top: 1px solid #fff;}
.footer_bd a{font-size: 14px;color: #fff;}
.footer_hd{padding: 70px 0 40px 0;}
.footer_logo {display: block;margin-bottom: 20px;}
.footer_logo img{vertical-align: middle;max-height: 60px;}
.footer_hd_left p{font-size: 14px;color: #fff;line-height: 25px;}
.footerway{margin-top: 25px;}
.footerway{display: flex;justify-content: flex-start;align-items: center;}
.footerway a{display: block;border-radius: 50%;width: 35px;height: 35px;margin-right: 15px;line-height: 35px;text-align: center;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out;}
.footerway a i{font-size: 16px;color: #fff;text-align: center;display: block;}
.footerway a:nth-child(3){width: 38px;height: 38px;line-height: 38px;}
.footerway a:nth-child(3) i{font-size: 18px;}
.footerway a:nth-child(1){background-color: #3b5998;}
.footerway a:nth-child(2){background-color: #1da1f2;}
.footerway a:nth-child(3){background-color: #262626;}
.footerway a:nth-child(4){background-color: #0077b5;}
.footerway a:hover{transform: scale(0.9);transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out;}
.footer_one h3{font-size: 22px;color: #fff;font-weight: bold;text-transform: uppercase;margin-bottom: 20px;}
.footer_one a{font-size: 16px;color: #fff;display: block;margin-bottom: 10px;}
.footer_one a:hover{color: #d60000;}
.callway{display: flex;justify-content: flex-start;align-items: center;margin-bottom: 10px;}
.callway i{font-size: 16px;color: #d60000;margin-right: 10px;}
.callway p{font-size: 16px;color: #fff;}
.contitle{background-color: #EDEDED;padding: 30px 0;}
.contitlelist{display: flex;justify-content: space-between;}
.contitle_li{display: flex;flex-direction: column;align-items: center;width: 32%;overflow: hidden;}
.contitle_li i{font-size: 30px;color: #666;margin-bottom: 15px;}
.contitle_li p{font-size: 18px;color: #000;text-transform: uppercase;font-weight: bold;text-align: center;}
.writetable{background: url(../images/img2.jpg) no-repeat 50% 50%;background-size: cover;padding: 200px 0;position: relative;}
.writetable_cover {width: 100%;height: 100%;background: rgba(0, 0, 0, 0.75);position: absolute;top: 0;left: 0;}
.writetable_con{display: flex;flex-direction: column;align-items: center;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 80%;}
.writetable_con h2{font-size: 40px;color: #fff;text-transform: uppercase;text-align: center;font-weight: bold;line-height: 55px;}
.writetable_con input{border: none;outline: none;background: #fff;width: 50%;height: 65px;line-height: 65px;margin: 50px auto;padding: 0  30px;border-radius: 10px;font-size: 16px;color: #000;}
.writetable_con button{display: flex;justify-content: center;align-items: center;border: none;outline: none;padding: 20px 40px;background-color: #0058E6;border-radius: 10px;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out;}
.writetable_con i{font-size: 24px;color: #fff;margin-right: 15px;}
.writetable_con p{font-size: 20px;color: #fff;}
.writetable_con button:hover{padding: 20px 70px;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out;}

.brand{padding: 80px 0 40px 0;}
.covercolor{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.35);z-index: 9;}
.brand_img{position: relative;overflow: hidden;height: auto;width: 100%;padding-top: 53%;}
.brand_img img{width: 100%;vertical-align: middle;position: absolute;top: 0;left: 0;height: 100%;}
.brand_con{position: absolute;bottom: 0;right: 0;padding: 20px 10px;z-index: 99;}
.brand_con h2,.brand_conmin h2{font-size: 26px;color: #fff;/*text-transform: uppercase;*/word-wrap: break-word;
    word-break: break-all;text-align: center;}
.brand_con_end{display: flex;flex-direction: column;align-items: flex-end;}
.brand_con a,.brand_conmin a{display: block;padding: 15px 30px;border: 1px solid #fff;font-size: 18px;text-align: center;color: #fff;margin-top: 30px;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out;}
.brand_imgmin img{width: 100%;vertical-align: middle;position: absolute;top: 0;left: 0;height: 100%;}
.brand_imgmin{position: relative;overflow: hidden;height: auto;width: 100%;padding-top: 112%;}
.brand_conmin{position: absolute;bottom: 0px;left: 0;padding: 20px 10px;z-index: 99;width:100%;}
.brand_con a:hover,.brand_conmin a:hover {background-color: #0058E6;border: 1px solid #0058E6;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out;}
.shop{padding: 40px 0 40px 0;}
.shopbox{background-color: #ECECEC;padding: 20px 15px;}
.shopimg{position: relative;overflow: hidden;width: 100%;height: auto;padding-top: 77%;display: block;}
.shopimg img{width: 100%;vertical-align: middle;position: absolute;top: 0;left: 0;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out;}
.shopbox h3{font-size: 18px;color: #000;font-weight: bold;margin: 20px 0;    display: -webkit-box;-webkit-line-clamp: 1; -webkit-box-orient: vertical;overflow: hidden;word-wrap: break-word;
    word-break: break-all;}
.readmore{border: 1px solid #fff;font-size: 16px;color: #fff;padding:10px 15px;background-color: #030048;display: block;margin-top: 30px;text-align: center;}
.shop_limove{position: relative;top: 0;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out;}
.shop_li:hover .shop_limove{position: relative;top: -20px;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out;}
.shop_li:hover .shopimg img{transform: scale(1.1);transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out;}
.readmore:hover{background-color: #fff;color: #030048;font-weight: bold;border: 1px solid #030048;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out;}
.shop_title{background: url(../images/img9.jpg) no-repeat 50% 50%;background-size: 100%;}
.shop_title_box{padding: 35px 20px;display: flex;flex-direction: column;align-items: flex-start;}
.shop_title_box h3{font-size: 32px;color: #fff;font-weight: bold;text-transform: uppercase; display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;overflow: hidden;}
.shop_title_box p{font-size: 14px;color: #fff;line-height: 20px;margin: 20px 0 30px 0; display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical;overflow: hidden;}
.shopmore{display: flex;justify-content: center;align-items: center;border: 1px solid #fff;padding: 10px 50px;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out;}
.shopmore span{font-size: 16px;color: #fff;}
.shopmore i{font-size: 16px;color: #fff;margin-left: 10px;}
.shopflexheight{display: flex;flex-wrap: wrap;}
.shopmore:hover{background-color: #fff;margin-left: 30px;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out;}
.shopmore:hover span,.shopmore:hover i{color: #f2295b;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out;}
.shop_bd{margin-top: 60px;}
.shop_bd ul{display: flex;justify-content:space-between;align-items: center;}
.shop_bd li{width: 24%;overflow: hidden;margin: 30px auto 0 auto;}
.shop_bd li img{ margin: 0 auto;display: block;text-align: center; width: 60%;vertical-align: middle; /*filter: brightness( 0% ) contrast( 0% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );*/}
.shop_bd li:hover img{filter: none;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out;}
.fashion{background: url(../images/img6.jpg) no-repeat 50% 50%;background-size: 100%;padding: 80px 0;}
.fashion_con{display: flex;flex-direction: column;align-items: flex-start;width: 45%;overflow: hidden;}
.fashion_con h2{font-size: 20px;text-transform: uppercase;font-weight: bold;color: #fff;margin-bottom: 20px;line-height: 55px;}
.fashion_con p{font-size: 16px;color: #fff;line-height: 30px;}
.fashion_con a{display: block;margin-top: 40px;border: 1px solid #fff;padding: 15px 40px;font-size: 18px;color: #fff;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out;}
.fashion_con a:hover{background-color: #fff;color: #030048;font-weight: bold;padding: 15px  70px;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out;}
.card{padding: 80px 0 40px 0;}
.proshop{padding: 50px 0 40px 0;}
.display{padding: 40px 0 80px 0;}
.proshop_title{margin-bottom: 28px;display: flex;justify-content: space-between;align-items: center;}
.proshop_title h2{font-size: 42px;color: #000;font-weight: bold;text-transform: uppercase;}
.proshop_title span{display: block;width: 90%;height: 1px;background-color: #e5e5e5;margin: 0 40px;}
.proshop_more{ padding: 10px;  display: flex;justify-content: flex-end;align-items: center;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out;}
.proshop_more p{font-size: 18px;color: #000;}
.proshop_more i{font-size: 18px;color: #000;margin-left: 10px;}
.proshop_more:hover{margin-right: 40px;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out;}
.proshop_more:hover p,.proshop_more:hover i{color: #f2295b;}
.card_back{background: url(../images/img14.png) no-repeat 50% 50%;background-size: 100%;padding: 20px;}
.card_blur{background-color: rgba(255, 255, 255, 0.55);overflow: hidden;backdrop-filter: blur(5px);padding: 20px;}
.cardimg{position: relative;overflow: hidden;height: auto;width: 100%;display: block;padding-top: 100%;}
.cardimg img{width: 100%;vertical-align: middle;position: absolute;top: 0;left: 0;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out;}
.card_blur h3{font-size: 36px;color: #000;font-weight: bold;text-transform: uppercase;}
.card_more{margin-top: 20px; display: block;padding: 10px 30px;background-color: #fff;color:#f2295b ;display: flex;justify-content: center;align-items: center;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out;}
.card_more p{font-size: 18px;font-weight: bold;}
.card_more i{font-size: 18px;margin-left: 15px;}
.card_blur:hover .cardimg img{transform: scale(1.1);transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out;}
.card_more:hover{background-color: #f2295b;color: #fff;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out;}

.display_img img{width: 100%;vertical-align: middle;position: absolute;top: 0;left: 0;}
.display_img{position: relative;overflow: hidden;width: 100%;height: auto;display: block;padding-top: 66%;}
.discover{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.5);}
.display_content{position: absolute;bottom: 30px;right: 30px;display: flex;flex-direction: column;align-items: flex-end;}
.display_content h2{font-size: 36px;color: #fff;text-transform: uppercase;font-weight: bold;text-align: right;    display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.display_content p{font-size: 16px;color: #fff;line-height: 30px;margin: 30px 0;text-align: right;    display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.display_content a{padding: 15px 40px;border: 1px solid #fff;font-size: 18px;color: #fff;display: block;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out;}
.display_contenttwo{position: absolute;top: 30px;left: 30px;display: flex;flex-direction: column;align-items:flex-start;}
.display_contenttwo h2{font-size: 36px;color: #fff;text-transform: uppercase;font-weight: bold;text-align: left;    display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.display_contenttwo p{font-size: 16px;color: #fff;line-height: 30px;margin: 30px 0;text-align: left;    display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.display_contenttwo a{padding: 15px 40px;border: 1px solid #fff;font-size: 18px;color: #fff;display: block;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out;}
.display_contenttwo a:hover ,.display_content a:hover{background-color: #fff;color: #030048;font-weight: bold;transition: all 0.35s ease-in-out;-webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out;}
/* swiper */
.banner .swiper {width: 100%;height: 100%;}
.banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 内页 ----------------------------------------------------------------------------------------------------*/
.bannercontent img {
  width: 100%;
  vertical-align: middle;
}
.product_right .shop_li{margin-bottom: 30px;}
.news {
  padding: 80px 0;
}
.accordion {
  width: 100%;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #030048;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 15px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #030048;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /* border: 1px solid #030048; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion li:last-child .link {
  border-bottom: 0;
}

.accordion li i {
  /* position: absolute;
  top: 16px;
  left: 12px; */
  font-size: 18px;
  color: #000;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link {
  color: #fff;
  background-color: #f1f1f1;
}

.accordion li.open i {
  color: #030048;
}
.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.submenu {
  display: none;
  background: #f5f5f5;
  font-size: 14px;
}

.submenu li {
  border-bottom: 1px solid #fff;
}

.submenu a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 12px;
  /* padding-left: 42px; */
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  background: #030048;
  color: #fff;
}
.product_left_menu h2 {
  padding: 15px;
  color: #fff;
  background-color: #030048;
  font-size: 36px;
  text-align: center;
}
.fanye {
  margin: 30px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product {
  padding: 30px 0;
}
.pagination .active a {
  background-color: #030048;
  border: 1px solid #030048;
}
.pagination li:hover a {
  background-color: #030048;
  color: #fff;
}
.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
  color: #030048;
}
.section5_box {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 10px 20px 10px;
  overflow: hidden;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.section5_img {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  height: 0;
  display: block;
  padding-top: 80%;
}
.section5_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.section5_txt span {
  font-size: 14px;
  color: #666;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
  margin-top: 10px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.section5_txt h3 {
  font-size: 20px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.section5_txt p {
  margin-top: 10px;
  font-size: 14px;
  color: #999;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.section5_go {
  font-size: 18px;
  color: #fff;
  display: flex;
  justify-content: center;
  width: 90%;
  height: 50px;
  line-height: 50px;
  margin: 20px auto 0 auto;
  background-color: #030048;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.section5_li:hover .section5_box {
  background-color: #030048;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
.section5_li:hover .section5_go {
  background-color: #fff;
  color: #030048;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.section5_li:hover .section5_txt span {
  color: #fff;
  border-bottom: 1px solid #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.section5_li:hover .section5_txt p {
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.section5_li:hover .section5_txt h3 {
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsgo {
  margin: 50px auto 0 auto;
  display: block;
  width: 20%;
  height: 60px;
  line-height: 60px;
  background-color: #030048;
  color: #fff;
  text-align: center;
  font-size: 18px;
  border: 1px solid #030048;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsgo:hover {
  background-color: #fff;
  color: #030048;
  width: 30%;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.section5_li {
  margin-bottom: 30px;
}
.section5_li:hover .section5_img img {
  transform: scale(1.2);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsbox {
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsboximg {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 80%;
  background-color: #ECECEC;
}
.newsboximg img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsboxtxt {
  padding: 40px 30px 30px 0;
}
.newsboxtxt h3 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 25px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsboxtxt p {
  font-size: 16px;
  color: #666;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsboxtxt_bottom {
  padding-top: 20px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e5e5e5;
}
.newsboxtxt_bottom span {
  font-size: 16px;
  color: #666;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsmore a {
  font-size: 16px;
  color: #030048;
  font-weight: bold;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsmore i {
  color: #030048;
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsbox:hover {
  background: #030048;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsbox:hover .newsboximg img {
  transform: scale(1.2);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsbox:hover .newsboxtxt h3,
.newsbox:hover .newsboxtxt p {
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsbox:hover .newsboxtxt_bottom span {
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsbox:hover .newsmore a,
.newsbox:hover .newsmore i {
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.newsmore:hover {
  margin-right: 30px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_box {
  height: 100%;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_img {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 80%;
}
.product_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_txt {
  display: block;
  padding: 20px;
}
.product_txt h3 {
  font-size: 18px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_li {
  margin-bottom: 30px;
}
.product_li:hover .product_box {
  background-color: #030048;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_li:hover .product_txt h3 {
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_li:hover .product_img img {
  transform: scale(1.2);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_flex {
  display: flex;
  flex-wrap: wrap;
}
.product_row {
  margin-bottom: 30px;
  border-radius: 15px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_row_img {
  position: relative;
  height: auto;
  overflow: hidden;
  display: block;
  padding-top: 77%;
  background-color: #ECECEC;
}
.product_row_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_row_txt {
  padding: 60px 30px 40px 0;
}
.product_row_txt h3 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_row_more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 30px;
  margin-top: 40px;
  border-top: 1px solid #e5e5e5;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_row_more p {
  font-size: 16px;
  color: #030048;
  font-weight: bold;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_row_more i {
  font-size: 16px;
  color: #030048;
  margin-left: 10px;
  font-weight: bold;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_row:hover .product_row_img img {
  transform: scale(1.2);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_row:hover {
  background: #030048;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_row:hover .product_row_txt h3 {
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_row:hover .product_row_more p {
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.product_row:hover .product_row_more i {
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.headernav{z-index: 999999999999;width: 100%;}
.footerlogo img{width:100%}
em{font-style:initial}
.rank-math-breadcrumb span{color:#000;}
.none{display:none;}
/* 右侧客服 */
.scrollsidebar, .scrollsidebar a {font-size:12px;color:#999;font-family:Arial, Helvetica, sans-serif;}
.scrollsidebar {position:absolute;z-index:30;top:150px;right:0;}
.show_btn {width:0;height:192px;overflow:hidden;cursor:pointer;display:block;overflow:hidden;background:url(img/custom_service/show_btn.png) no-repeat center center;position: absolute;right: 0;top: 0;}
.side_content {width:166px;height:auto;overflow:hidden;float:left;}
.side_content .side_list {width:140px;overflow:hidden;border:1px solid #dadada;border-radius:8px;position:relative;background:#FFF;}
.side_content .side_list .hd img {width:100%;border-bottom:1px solid #dadada;}
.side_content .side_list .cont li {height:40px;line-height:40px;border-bottom:1px solid #dadada;list-style:none;position:relative;}
.side_content .side_list .cont li i{margin-right: 10px;font-size:18px;color:#0e2b5c}
.side_content .side_list .cont li a {position:relative;display:block;padding:0 0 0 10px;text-decoration:none;}
.side_content .side_list .cont li a:before {content:"";position:absolute;display:block;overflow:hidden;top:0;left:10px;width:25px;height:40px;background-repeat:no-repeat;background-position:center center;}
.ww {margin-left:-30px;}
.side_content .side_list .t-code {padding:10px 10px 7px;border-bottom:1px solid #dadada;}
.side_content .side_list .t-code img {width:100%;}
.side_content .side_list .side_title {height:30px;line-height:30px;padding:0 12px;}
.side_content .side_list .side_title .close_btn {background:url("../images/close.png") no-repeat center center;width:12px;height:30px;position:absolute;bottom:0;right:10px;cursor:pointer;}
.side_content .side_list .side_title .close_btn span {display:none;} 
.bannercontent{position: relative;}
.bannercontent_title{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 100%;display: flex;flex-direction: column;align-items: center;}
.bannercontent_title h2{font-size: 46px;color: #000;text-align: center;font-weight: bold;}
.bannercontent_link{display: flex;justify-content: center;align-items: center;margin-top: 30px;}
.bannercontent_link a{font-size: 18px;color: #000;}
.bannercontent_link i{color: #fff;font-size: 18px;margin: 0 10px;}
.newshow{padding: 80px 0;}
    .newshow_title{padding-bottom: 20px;margin-bottom: 40px;border-bottom: 1px solid #030048;}
    .newshow_title h1{font-size: 26px;color: #000;font-weight: bold;text-align: center;}
    .newshow_title p{font-size: 16px;text-align: center;color: #666;margin-top: 20px;}
    .newshow_main p{font-size: 16px;line-height: 28px;color: #222;text-indent: 2em;margin-bottom: 15px;}
    .newshow_main img{max-width: 100%;vertical-align: middle;display: block;margin: 30px auto;text-align: center;}
    .newshow_fanye{display: flex;justify-content: space-between;align-items: center;margin-top: 50px;flex-wrap: wrap;}
  .newsfanye{width: 45%;overflow: hidden;border: 1px solid #030048;display: flex;justify-content: center;align-items: center;padding: 13px 10px;
    transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;}
  .newsfanye i{font-size: 16px;color: #030048;margin: 0 15px;}
  .newsfanye a{font-size: 16px;color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;}
  .newsfanye:hover{background-color: #030048;}
  .newsfanye:hover i,.newsfanye:hover a{color: #fff;}
/* 产品详情也 */
#exzoom {width: 100%;}
.productnametitle h1{font-size: 22px;color: #000;padding-bottom: 20px;border-bottom: 1px solid #030048;margin-bottom: 30px;}
.productnametitle p{font-size: 16px;color: #666;line-height: 28px;}
.productnametitle a{display: inline-block;padding: 15px 40px;background-color: #030048;color: #fff;border: 1px solid #030048;font-size: 18px;margin-top: 40px; transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;}
.productnametitle a:hover{padding: 15px 60px;background-color: #fff;color: #030048;font-weight: bold;}
.productmorecontent{margin-top: 60px;}
.productmorecontent h3{font-size: 36px;color: #030048;font-weight: bold;padding-left: 20px;border-left: 4px solid #030048;margin: 20px 0px;}
  .indexproductcon h3{
      font-size: 18px;color: #030048;font-weight: bold;padding-left: 0px;border-left: 0px solid #030048;margin: 20px 0px;text-align: center;
word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  }
  .indexproductcon p{
      font-size: 16px;color: #000;line-height: 30px;  word-wrap: break-word;
  word-break: break-all;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  }
.productmorecontent p{
    font-size: 16px;color: #000;line-height: 30px;
 }
.productmorecontent img{max-width: 100%;vertical-align: middle;display: block;}
.productshow_otherSwiper img{width:100%}
.indexproductcon{text-align:center;}
.tablemain h2{font-size: 40px;font-weight: bold;color: #fff;text-align: center;margin-bottom: 40px;}
  .tablemain{background-color: #030048;padding:60px 50px;border-radius: 30px;}
  .tagfour{padding-bottom: 80px;}
  .tablecon button:hover{border: 1px solid #030048;background-color: #fff;color: #030048;width: 80%;}
  .tablecon button{border: 1px solid #030048;outline: none;background-color: #fff;width: 50%;height: 60px;line-height: 60px;text-align: center;font-size: 16px;color: #030048; font-weight: bold; margin: 0 auto;  display: block;margin-top: 30px;transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
  .tabletext i{font-size: 14px;color: #030048;position: absolute;bottom: 0;right: 5px;}
  .tabletext textarea{resize: none;border: none;outline: none;background-color: #fff;width: 100%;height: 100%;overflow: hidden;font-size: 16px;color: #000;}
  .tabletext{width: 100%;height: 200px;position: relative;overflow: hidden;background-color: #fff;padding: 20px;}
  .tableli i{font-size: 14px;color: #030048;position: absolute;bottom: -10px;right: 5px;}
  .tableli input{ width: 100%; border: none;outline: none;background-color: #fff;overflow: hidden;font-size: 16px;color: #222;}
  .tableli{width: 100%;height: 50px;line-height: 50px;position: relative;overflow: hidden;background-color: #fff;margin-bottom: 20px;padding: 0 15px;}
/* 适配:手机，平板，电脑--------------------------------------------------------------------------------------------------------- */
/* 手机 小于767的设备*/
@media (max-width: 767px) {
.newshow .fl-col-small:not(.fl-col-small-full-width){
    max-width: 100%!important;
}
    .swiper-pagination,
    .swiper-button-next,
    .swiper-button-prev{
        display: none;
    }
  .productnametitle {margin-top: 30px;}
  .productmorecontent h3{font-size: 28px;}
  .tablemain{padding: 30px 15px;}
  .tablemain h2{font-size: 26px;}
  .tablecon button{width: 100%;}
  .tagfour{padding-bottom: 40px;}
  .newshow_fanye{flex-wrap: wrap;}
  .newsfanye{margin: 5px auto;width: auto;}
  .headernav_logo img{max-height: 30px;}
  /*.bannercontent{position: relative;overflow: hidden;width: 100%;}*/
  /*.bannercontent{position: relative;overflow: hidden;width: 100%;height: 250px;}*/
  /*.bannercontent img{width: 100%;position: absolute;transform: translate(-50%,-50%);}*/
  .header{display: none;}
  .footer_logo {width: 40%;}
  #exzoom{width: 100%;}
  .scrollsidebar,.feedback{display: none;}
  .headernav_list{ display: none;}
  .search{position: fixed;top: 13px;right: 60px;}
  .search_box {padding: 15px 5px;}
  .searchin input{height: 50px;line-height: 50px;width: auto;flex: 1;}
  .searchin button{width: auto;height: 50px;line-height: 50px;padding: 0 10px;margin-left: 10px;}
  .searchin i{font-size: 26px;}
  .headernav{padding: 30px 0;}
  .headernav_logo{width: 40%;}
  .banner_right{display: none;}
 
  .banner_left{width: 90%;margin: 0 auto;}
  .banner_minimg{display: none;}
  .banner_left h2{font-size: 26px;text-align: center;line-height: normal;}
  .banner_left p{font-size: 14px;text-align: center;line-height: normal;}
  .gomore{width: 90%;margin: 30px auto 0 auto;height: 50px;line-height: 50px;}
  .contitlelist{flex-wrap: wrap;}
  .contitle_li{width: 48%;overflow: hidden;margin: 15px 0;}
  .contitle_li i{margin-bottom: 0;}
  .contitle_li p{font-size: 14px;}
  .brand{padding: 40px 0 10px 0;}
  .brand_img{padding-top: 70%;}
  .brand_imgmin{padding-top: 70%;}
  .brand_con a, .brand_conmin a{padding: 10px 20px;}
  .shop_li{margin-bottom: 15px;}
  .readmore{padding: 5px;margin-top: 15px;}
  .shopbox h3{margin: 10px 0;}
  .shop_bd{margin-top: 20px;}
  .fashion{background-size: auto 100%;padding: 40px 0;}
  .fashion_con{width: 100%;margin: 0 auto;}
  .shop_bd li{width: 45%;margin: 15px 0;}
  .brand_center {margin: 10px 0;}
  .card{padding: 40px 0 0 0;}
  .proshop_title{margin-bottom: 20px;}
  .proshop_title h2{font-size: 22px;}
  .proshop_title span{display: none;}
  .card_left {margin-bottom: 30px;}
  .proshop{padding: 40px 0 0 0;}
  .display_left {margin-bottom: 10px;}
  .display_content{top: 50%;left: 50%;transform: translate(-50%,-50%);bottom: auto;right: auto;width: 90%;align-items: center;}
  .display_contenttwo{top: 50%;left: 50%;transform: translate(-50%,-50%);width: 90%;align-items: center;}
  .display_content p,.display_contenttwo p{display: none;   font-size: 14px;line-height: normal;text-align: center;margin: 15px 0;}
  .display_content h2,.display_contenttwo h2{font-size: 18px;line-height: normal;text-align: center; -webkit-line-clamp: 2;}
  .display_content a,.display_contenttwo a{padding: 10px 15px;margin: 20px auto 0 auto;}
  .writetable_con h2{font-size: 26px;line-height: normal;}
  .writetable_con input{width: 90%;margin: 30px auto;}
  .writetable_con button{padding: 10px 15px;width: 80%;margin: 0 auto;}
  .writetable_con i{display: none;}
  .writetable{padding: 230px 0;}
  .footer_one {margin-top: 20px;}
  .footer_hd{padding: 35px 0  20px 0;}
  .footer_one:nth-child(1){display: none;}
  .footer_bd a{margin: 5px 0;}
  .footer_bd{padding: 20px 0;}
  .display{padding: 40px 0;}
  /* 内页适配 */
  .product,.news{padding: 30px 0;}
  .product_left ,.news_left {margin-bottom: 30px;}
  .fanye{margin: 0 auto;}
  .product_row_txt,.newsboxtxt{padding: 15px ;}
  .product_row_more,.newsboxtxt_bottom{padding-top: 15px;margin-top: 15px;}
}
/* 平板 768到992之间的设备 */
@media (min-width: 768px) and (max-width: 992px) {
.newshow .fl-col-small:not(.fl-col-small-full-width){
    max-width: 100%!important;
}
    .swiper-pagination,
    .swiper-button-next,
    .swiper-button-prev{
        display: none;
    }
  .productnametitle {margin-top: 30px;}
  .productmorecontent h3{font-size: 28px;}
  .tablemain{padding: 30px 15px;}
  .tablemain h2{font-size: 26px;}
  .tablecon button{width: 100%;}
  .tagfour{padding-bottom: 40px;}
  .headernav_logo img{max-height: 40px;}
  .header{display: none;}
  .footer_logo {width: 40%;}
  .scrollsidebar,.feedback{display: none;}
  .headernav_list{ display: none;}
  .search{position: fixed;top: 20px;right: 60px;}
  .search_box {padding: 15px 5px;}
  .searchin input{height: 50px;line-height: 50px;width: auto;flex: 1;}
  .searchin button{width: auto;height: 50px;line-height: 50px;padding: 0 10px;margin-left: 10px;}
  .searchin i{font-size: 26px;}
  .headernav{padding: 30px 0;}
  .headernav_logo{width: 20%;}
  .banner_right{display: none;}
  .banner_left{width: 60%;margin: 0 auto;}
  .banner_minimg{display: none;}
  .banner_left h2{font-size: 26px;text-align: center;line-height: normal;}
  .banner_left p{font-size: 14px;text-align: center;line-height: normal;}
  .gomore{width: 90%;margin: 30px auto 0 auto;height: 60px;line-height: 60px;}
  .contitle_li p{font-size: 14px;}
  .brand{padding: 40px 0 10px 0;}
  .brand_img{padding-top: 70%;}
  .brand_imgmin{padding-top: 70%;}
  .brand_con a, .brand_conmin a{padding: 10px 20px;}
  .shop_li{margin-bottom: 15px;}
  .readmore{margin-top: 15px;}
  .shopbox h3{margin: 15px 0;}
  .shop_bd{margin-top: 20px;}
  .fashion{background-size: auto 100%;padding: 40px 0;}
  .fashion_con{width: 100%;margin: 0 auto;}
  .shop_bd ul{justify-content: space-between;}
  .shop_bd li{width: 20%;margin: 15px;}
  .brand_left {margin-bottom: 15px;}
  .card{padding: 40px 0 0 0;}
  .proshop_title{margin-bottom: 20px;}
  .proshop_title h2{font-size: 22px;}
  .proshop_title span{display: none;}
  .card_left {margin-bottom: 30px;}
  .proshop{padding: 40px 0 0 0;}
  .display_left {margin-bottom: 10px;}
  .display_content{top: 50%;left: 50%;transform: translate(-50%,-50%);bottom: auto;right: auto;width: 90%;align-items: center;}
  .display_contenttwo{top: 50%;left: 50%;transform: translate(-50%,-50%);width: 90%;align-items: center;}
  .display_content p,.display_contenttwo p{display: none; font-size: 14px;line-height: normal;text-align: center;margin: 15px 0;}
  .display_content h2,.display_contenttwo h2{font-size: 18px;line-height: normal;text-align: center; -webkit-line-clamp: 2;}
  .display_content a,.display_contenttwo a{padding: 10px 15px;margin: 20px auto 0 auto;}
  .writetable_con h2{font-size: 26px;line-height: normal;}
  .writetable_con input{width: 90%;margin: 30px auto;}
  .writetable_con button{padding: 15px 15px;width: 80%;margin: 0 auto;}
  .writetable{padding: 230px 0;}
  .footer_one {margin-top: 20px;}
  .footer_hd{padding: 35px 0  20px 0;}
  .footer_one:nth-child(1){display: none;}
  .footer_bd a{margin: 5px 0;}
  .footer_bd{padding: 20px 0;}
  .display{padding: 40px 0;}
   /* 内页适配 */
   .product,.news{padding: 30px 0;}
   .product_left ,.news_left {margin-bottom: 30px;}
   .fanye{margin: 0 auto;}
   .newsboxtxt{padding: 20px 30px 20px 0 ;}
   .product_row_more,.newsboxtxt_bottom{padding-top: 20px;margin-top: 20px;}
}
/* 993到1200之间的设备 */
@media (min-width: 993px) and (max-width: 1200px) {
    .swiper-pagination,
    .swiper-button-next,
    .swiper-button-prev{
        display: none;
    }
  .productnametitle {margin-top: 30px;}
  .productmorecontent h3{font-size: 28px;}
  .tablemain{padding: 30px 15px;}
  .tablemain h2{font-size: 26px;}
  .tablecon button{width: 100%;}
  .tagfour{padding-bottom: 40px;}
  .headernav_logo img{max-height: 45px;}
  .header{display: none;}
  .footer_logo {width: 40%;}
  .scrollsidebar,.feedback{display: none;}
  .headernav_list{ display: none;}
  .search{position: fixed;top: 20px;right: 60px;}
  .search_box {padding: 15px 5px;}
  .searchin input{height: 50px;line-height: 50px;width: auto;flex: 1;}
  .searchin button{width: auto;height: 50px;line-height: 50px;padding: 0 10px;margin-left: 10px;}
  .searchin i{font-size: 26px;}
  .headernav{padding: 30px 0;}
  .headernav_logo{width: 20%;}
  .banner_right{display: none;}
  .banner_left{width: 60%;margin: 0 auto;}
  .banner_minimg{display: none;}
  .banner_left h2{font-size: 26px;text-align: center;line-height: normal;}
  .banner_left p{font-size: 14px;text-align: center;line-height: normal;}
  .gomore{width: 90%;margin: 30px auto 0 auto;height: 60px;line-height: 60px;}
  .contitle_li p{font-size: 14px;}
  .brand{padding: 40px 0 10px 0;}
  .brand_img{padding-top: 70%;}
  .brand_imgmin{padding-top: 70%;}
  .brand_con a, .brand_conmin a{padding: 10px 20px;}
  .shop_li{margin-bottom: 15px;}
  .readmore{margin-top: 15px;}
  .shopbox h3{margin: 15px 0;}
  .shop_bd{margin-top: 20px;}
  .fashion{padding: 40px 0;}
  .fashion_con{width: 100%;margin: 0 auto;}
  .shop_bd ul{justify-content: space-between;}
  .shop_bd li{width: 20%;margin: 15px;}
  .brand_left {margin-bottom: 15px;}
  .card{padding: 40px 0 0 0;}
  .proshop_title{margin-bottom: 20px;}
  .proshop_title h2{font-size: 22px;}
  .proshop_title span{display: none;}
  .card_left {margin-bottom: 30px;}
  .proshop{padding: 40px 0 0 0;}
  .display_left {margin-bottom: 10px;}
  .display_content{top: 50%;left: 50%;transform: translate(-50%,-50%);bottom: auto;right: auto;width: 90%;align-items: center;}
  .display_contenttwo{top: 50%;left: 50%;transform: translate(-50%,-50%);width: 90%;align-items: center;}
  .display_content p,.display_contenttwo p{display: none; font-size: 14px;line-height: normal;text-align: center;margin: 15px 0;}
  .display_content h2,.display_contenttwo h2{font-size: 18px;line-height: normal;text-align: center; -webkit-line-clamp: 2;}
  .display_content a,.display_contenttwo a{padding: 10px 15px;margin: 20px auto 0 auto;}
  .writetable_con h2{font-size: 26px;line-height: normal;}
  .writetable_con input{width: 90%;margin: 30px auto;}
  .writetable_con button{padding: 15px 15px;width: 80%;margin: 0 auto;}
  .writetable{padding: 230px 0;}
  .footer_one {margin-top: 20px;}
  .footer_hd{padding: 35px 0  20px 0;}
  .footer_one:nth-child(1){display: none;}
  .footer_bd a{margin: 5px 0;}
  .footer_bd{padding: 20px 0;}
  .display{padding: 40px 0;}
  /* 内页适配 */
  .product,.news{padding: 30px 0;}
  .product_left ,.news_left {margin-bottom: 30px;}
  .fanye{margin: 0 auto;}
}
/* 大型设备（台式电脑，1200px 起） */
@media (min-width: 1201px) and (max-width: 1600px) {
    .nav_wrap .head_nav &gt; li &gt; a{padding:3px;}
}
/* form */
.yandex-form #form .list {
  margin-bottom: 15px;
}

.yandex-form #form .list p {
  color: #2a2b32;
  font-size: 18px;
  line-height: 2;
}

.yandex-form #form .list p span {
  color: #ff4236;
}

.yandex-form #form .list input {
  width: 100%;
  padding: 10px 5px 10px 10px;
  box-sizing: border-box;
  border: solid #ddd 1px;
}

.yandex-form #form .list input::placeholder {
  font-size: 16px;
}

.yandex-form #form .list textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  line-height: 24px;
  resize: none;
  height: 120px;
  border: solid #ddd 1px;
}

.yandex-form #form .list textarea::placeholder {
  font-size: 16px;
}

.yandex-form #form #submit {
  width: 100%;
  color: #fff;
  background-color: #005199;
  border: none;
  line-height: 3;
  font-size: 16px;
  margin-bottom: 15px;
  cursor: pointer;
}

/*form */

.bread_crumb_main {
  background-color: #eee;
  padding: 15px 0;
  border-bottom: 1px #ddd solid;
}

.bread_crumbs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  color: #222
}

.bread_crumbs i {
  color: #222;
  padding-right: 10px;
}

.bread_crumbs a {
  display: block;
  font-size: 14px;
  color: #222;
  text-transform: capitalize;
  margin: 2px 10px 2px 10px;
}

/* .bread_crumbs a::after {
  content: "";
  width: 10px;
  height: 1px;
  display: inline-block;
  margin: 0 10px 3px 10px;
  background-color: #fff;
} */
.bread_crumbs a:hover {
  text-decoration: underline !important;
  color: #005199;
}

.bread_crumbs a:last-child::after {
  display: none;
}


</pre></body></html>