@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;
}

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;
}
/* 公共样式------------------------------------------------------------------------------------------------------ */

/* 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 > li {
  display: inline-block;
  position: relative;
  perspective: 500px;
  vertical-align: middle;
  text-align: left;
  line-height: 90px;
}
.nav_wrap .head_nav > li.menu-item-has-children {
  background: url(../images/icon_nav.png) no-repeat right;
}
.nav_wrap .head_nav > li > a {
  font-size: 20px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 11px 16px 11px 16px;
  text-transform: capitalize;
}
.nav_wrap .head_nav > li > a.active {
  color: #456ba4;
}
.nav_wrap .head_nav > li > a:after {
  content: "";
  display: block;
  width: 0%;
  height: 3px;
  background-color: #030048;
  position: absolute;
  left: 50%;
  bottom: 0px;
}
.nav_wrap .head_nav > li:hover > a:after {
  width: 100%;
  left: 0;
}
.nav_wrap .head_nav > li > a > em {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-style: normal;
  margin-right: 20px;
}
.menu-item i{margin-left: -10px;margin-right: 20px;}
.nav_wrap .head_nav > li > a > b {
  display: inline-block;
  margin-left: 5px;
}
.nav_wrap .head_nav > li > a > 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 > li:hover > a > b:after {
  color: #030048;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.nav_wrap .head_nav:hover > li > a,
.nav_wrap .head_nav:hover > li.nav-current > a {
  color: #000;
}
.nav_wrap .head_nav:hover > li:hover > a,
.nav_wrap .head_nav > li.nav-current > a {
  color: #030048;
}
.nav_wrap .head_nav > li li {
  position: relative;
  text-align: left;
  padding: 0 20px;
  font-style: normal;
}
.nav_wrap .head_nav > 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;
}

.nav_wrap .head_nav > li li b:after {
  content: "\f105";
  position: absolute;
  right: 0;
  top: 13px;
}
.nav_wrap .head_nav > li li a:before,
.nav_wrap .head_nav > li li:hover > 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 > li li a:hover:before,
.nav_wrap .head_nav > li li:hover > a:before {
  top: 50%;
  margin-top: -11px;
  height: 22px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.nav_wrap .head_nav > li li:last-child > a {
  border-bottom: 0;
}
.nav_wrap .head_nav > li li:hover > a {
  color: #fff;
  background-color: #030048;
}
.nav_wrap .head_nav > li li:hover > a > b:after {
  border-left-color: #fff;
}
.nav_wrap .head_nav > 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 > ul {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.nav_wrap .head_nav > 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 > 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{/*width: 9%;*/display: block;}
.headernav_logo img{/*width: 100%;*/vertical-align: middle; max-height:80px;}
.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: 110px;left: 0;width: 100%;padding: 30px 0;background-color: #030048;display: none;}
.headernav{position: relative;}
.searchin{display: flex;justify-content: center;align-items: 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: 46px;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;
}
}
.bannerimg img{width: 100%;vertical-align: middle;}
.footer{background-color: #0058E6;}
.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;overflow: hidden;}
.footer_logo img{vertical-align: middle;max-height: 80px;margin: 0 auto;display: block;}
.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;}
.contitle_li{display: flex;justify-content: center;align-items: center;margin: 10px 0;}
.contitle_li i{font-size: 26px;color: #666;margin-right: 15px;}
.contitle_li p{font-size: 36px;color: #000;text-transform: uppercase;font-weight: bold;}*/
.contitle{background-color: #EDEDED;padding: 30px 0;}
.contitlelist{display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;}
.contitle_li{width: 25%;overflow: hidden;display: flex;flex-direction: column;align-items: center;}
.contitle_li i{font-size: 50px;text-align: center;color: #0058E6;}
.contitle_li p{font-size: 16px;text-align: center;color: #000;margin-top: 10px;font-weight: bold;}

.writetable{background: url(../images/pp11.jpg) no-repeat 50% 50%;background-size: cover;padding: 250px 0;position: relative;}
.writetable_cover {width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);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: 100%;}
.writetable_con h2{font-size: 36px;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{margin-top: 50px;   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: 60px 30px 40px 30px;z-index: 99;}
.brand_con h2,.brand_conmin h2{font-size: 22px;color: #fff;/*text-transform: uppercase;*/}
.brand_con h2{ font-size:22px;}

.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: 110%;}
.brand_conmin{position: absolute;bottom: 20px;left: 0;padding: 20px 10px;z-index: 99;}
.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;}
.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: 3; -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 #030048;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;color: #fff; background-color:#030048}
.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; color:#030048;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/pp8.jpg) no-repeat 50% 50%;background-size: 100%;padding: 100px 0;}
.fashion_con{display: flex;flex-direction: column;align-items: flex-start;width: 45%;overflow: hidden; color:#333}
.fashion_con h2{font-size: 36px;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 #030048; background-color:#030048;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: 40px;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/1.jpg) 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;margin: 10px 0;}
.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;top: 50%;left: 50%;  transform: translate(-50%,-50%);   }
/* width: 120px;height: 120px;line-height: 120px;text-align: center;border-radius: 50%;background-color: rgba(255, 255, 255, 0.6); */
.display_content_c{position: absolute;top: 50%;left: 50%;  transform: translate(-50%,-50%);  }
.display_content i{font-size: 100px;color: #fff;}

/* 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;
}

    .display{background-image: linear-gradient(to right,#415494 , #4494af);padding: 80px 0;}
    .displaytitle{display: flex;flex-direction: column;align-items: flex-start;}
    .displaytitle span{display: block;font-size: 18px;color: #F0A500;font-weight: bold;border-bottom: 2px solid #F0A500;padding-bottom: 5px;padding-right: 30px;}
    .displaytitle h2{font-size: 28px;font-weight: bold;color: #fff;font-weight: bold;margin: 20px 0;line-height: 55px;}
    .displaytitle p{font-size: 16px;color: #fff;line-height: 30px;}
    .displaylist{margin-top: 30px;}
    .displaylist li{display: flex;justify-content: flex-start;align-items: flex-start;margin-bottom: 25px;}
    .displaylist li i{font-size: 14px;color: #F0A500;margin-right: 10px;display: block;margin-top: -3px;border: 2px solid #F0A500;padding: 0 3px;}
    .displaylist span{font-size: 14px;color: #fff;}
    .displaymore{width: 40%;height: 60px;line-height: 60px;background-color: #F0A500;text-align: center;font-size: 18px;color: #fff;display: block;margin-top: 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;}
    .displaymore:hover{width: 60%;background-color: #fff;color: #F0A500;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;}
    .displayimg{position: relative;overflow: hidden;}
    .displayimg_bigimg {position: relative;overflow: hidden;height: auto;width: 100%;display: block;padding-top:25px;}
    .displayimg_bigimg img{width: 100%;vertical-align: middle;position: absolute;top: 0;left: 0;height: 100%;}
    
    .displayimg_space{display: flex;justify-content: flex-start;}
    .displayimg_num{margin-top: 15px;margin-left: 20px;}
    .displayimg_num ul{display: flex;justify-content: space-between;align-items: center;}
    .displayimg_num li{display: flex;flex-direction: column;align-items: center;margin: 0 15px;}
    .displayimg_num li p{font-size: 20px;color: #fff;font-weight: bold;}
    .displayimg_num li div{display: flex;justify-content: center;align-items: center;}
    .displayimg_num li i{font-size: 22px;color: #F0A500;}
    .displayimg_num li span{font-size: 26px;color: #fff;font-weight: bold;display: block;margin-left: 10px;}

/* 内页 ----------------------------------------------------------------------------------------------------*/
.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: #030048;
}

.accordion li.open i {
  color: #fff;
}
.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: 80px 0;
}
.pagination .active a {
  background-color: #030048;
  border: 1px solid #030048;
}
.pagination li:hover a {
  background-color: #030048;
  color: #fff;
}
.pagination > li > a,
.pagination > li > 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;
}
#exzoom {width: 100%;}
.headernav{z-index: 999999999999;width: 100%;}
/* 右侧客服 */
.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: #fff;text-align: center;font-weight: bold;}
.bannercontent_link{display: flex;justify-content: center;align-items: center;margin-top: 30px; font-size: 18px;color: #fff;}
.bannercontent_link a{font-size: 18px;color: #fff;}
.bannercontent_link i{color: #fff;font-size: 18px;margin: 0 10px;}

/**/
.newsinfo_1{ text-align:center; padding:40px 0 20px 0}
.newsinfo_1 h2{ font-size:22px;}
.newsinfo_2{ color:#666; text-align:center; padding-bottom:20px;}
.newsinfo_3{ font-size:14px; line-height:26px;}

.prenext{ width:100%; border-top:solid #ddd 1px; margin-top:28px; padding-top:10px; padding-bottom:28px;}
.prenext p{ padding-top:10px;}

/**/
.pinfo_title h2{ font-size:20px;}

.pinfo_desc{ font-size:14px; padding-top:10px; line-height:25px;}
.pinfocon_title{ width:100%; border-bottom:solid #ddd 1px; font-size:20px; color:#02225B; font-weight:bold; padding:28px 0 12px 0}
.pinfo_content{ width:100%; line-height:26px; font-size:14px; padding-top:15px;}

.myform input[type=text]{ width:100%; border:solid #ddd 1px; margin-top:12px; padding:8px 10px 8px 10px; margin-bottom:10px;}
.myform input[type=email]{ width:100%; border:solid #ddd 1px; margin-top:12px; padding:8px 10px 8px 10px; margin-bottom:10px;}
.myform textarea{ width:100%; border:solid #ddd 1px; margin-top:12px; padding:8px 10px 8px 10px; margin-bottom:10px;}

.myform input[type=submit]{ width:100%; border:solid #02225B 1px; background-color:#02225B; color:#fff; margin-top:12px; padding:8px 0 8px 0; margin-bottom:10px;}
.myform input[type=submit]:hover{ background-color:#fff; color:#02225B}

.pinfo_button a{ display:block; width:150px; border:solid #02225B 1px; background-color:#02225B; color:#fff; margin-top:22px; padding:8px 0 8px 0; text-align:center}
.pinfo_button a:hover{ background-color:#fff; color:#02225B;}

/**/
.proshop .shop_li {
  margin-bottom: 30px;
}

/**/
.nav-links{ text-align:center; margin:15px auto 5px auto; display:block; padding-top:10px;}
.page-num:not(:disabled) {
	cursor: pointer;
}
.page-num{ text-align:center; margin-left:3px;}

.nav-links .page-numbers {
	position: relative;
	padding: 6px 10px 3px 10px;
	color: #0075df;
	border: 1px solid #0075df;
	text-decoration:none;
	font-size:12px;
	margin-top:12px;
	display:inline-block;
	min-height:30px !important;
}
a.page-numbers:hover, .page-numbers:hover {
	text-decoration: none;
}
.nav-links .current {
	z-index: 1;
	color: #fff;
	background-color: #0075df;
	border-color: #0075df;
	/*padding: 0 10px 0 10px;*/
}
.page-num-current:hover {
	color: #fff;
}
.text-secondary{ padding-top:20px;}

/**/
.video_item {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video_item iframe,
.video_item object,
.video_item embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video_title{ text-align:center; padding-top:15px; font-size:18px;}

/**/
.list_in{width:100%; padding:0;}
.list_in .yiji{margin:0; border:1px solid #e6e6e6}
.ul_title{position: relative; background-color:#0e2b5c}
.ul_title a{font-size:24px; display:block;color:#fff; text-transform:uppercase;font-weight:bold; padding:24px 16px;text-align: center}
.ul_title::after{content:'';display:block;width:5px;height:30px;;left:0;top:30px; position:absolute;}
.list_in ul li{font-size:16px; display:block;padding-top:15px;padding-bottom:15px;position: relative;border-bottom:1px solid #e6e6e6;transition: all 0.8s ease;padding-left: 15px;padding-right:5px;}
.list_in ul li a:hover{color:#0041bb; cursor: pointer}
.list_in ul li .inactive{background:url("../images/ico_plus.png") no-repeat right 10px center;padding-right:20px;}
.list_in ul li .inactives{background:url("../images/ico_mini.png") no-repeat right 10px center;} 
.list_in ul li ul{display:none; padding:0; margin-top:20px;}
.list_in ul li ul li {border-left:0; border-right:0; }
.list_in ul li ul li:nth-last-child(1){border-bottom:none}
.list ul li ul li ul{display:none;}
.list_in ul li ul li ul last{font-size:18px;}
.list_in ul li ul li a{font-weight:normal; border:none; font-size:14px; color:#666; padding-bottom:15px; padding-left:0px}
.list_in ul li ul li ul li{padding:10px}
.list_in ul li ul li ul li a{color:#000;} 
.list_in ul li span {float: right; width: 10px;height: 10px;margin-top: 6px;cursor: pointer;}
.list_in ul ul .inactive{ display:none}
.list_in ul ul .inactive{ display:none}

/* FAQ */
.faq{padding: 80px 0;}
.faq h2{font-size: 40px;text-align: center;font-weight: bold;}
.faq img{width: 100%;vertical-align: middle;}
.addlist{padding-bottom: 80px;}
#accordionfaq { padding-right: 24px; padding-left: 24px; z-index: 1; }
#accordionfaq .panel { border: none; box-shadow: none; margin-bottom: 30px;}
#accordionfaq .panel-heading { padding: 0; border-radius: 0; border: none; }
#accordionfaq .panel-title { padding: 0; }
#accordionfaq .panel-title a { display: block; font-size: 16px; font-weight: bold; background: #030048; color: #fff; padding: 30px 25px; position: relative; margin-left: -24px; transition: all 0.3s ease 0s; }
#accordionfaq .panel-title a.collapsed { background: #f7c59f; color: #e16b47; margin-left: 0; transition: all 0.3s ease 0s; }
#accordionfaq .panel-title a.collapsed:before { border-left-color: #f7c59f; }
#accordionfaq .panel-title a:after { content: "\f106"; font-family: 'FontAwesome'; position: absolute; top: 30%; right: 15px; font-size: 18px; color: #fff; }
#accordionfaq .panel-title a.collapsed:after { content: "\f107"; color: #e16b47; }
#accordionfaq .panel-collapse { position: relative; }
#accordionfaq .panel-collapse.in:before { content: ""; border-right: 24px solid #030048; border-bottom: 18px solid transparent; position: absolute; top: 0; left: -24px; }
#accordionfaq .panel-body { font-size: 16px; line-height: 30px; color: #000; background: #f5f5f5; border-top: none; z-index: 1; }


/* 适配:手机，平板，电脑--------------------------------------------------------------------------------------------------------- */
/* 手机 小于767的设备*/
@media (max-width: 767px) {
  .footer_logo img{margin: 0;}
  .cardimg {padding-top: 77%;}
  .card_blur h3{font-size: 22px;}

  .bannercontent{position: relative;overflow: hidden;width: 100%;height: 250px;}
  .bannercontent img{width: 100%;height: 100%;position: absolute;top: 50%;left: 50%;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_logo img{max-height: 90px;width: auto;}
  .banner_right{display: none;}
  .bannerimg{position: relative;height: 400px;width: 100%;overflow: hidden;}
  .bannerimg img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
  .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;}
  .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: 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: 22px;line-height: normal;}
  .writetable_con input{width: 90%;margin: 30px auto;}
  .writetable_con button{padding: 10px 15px;width: 80%;margin: 30px auto 0 auto;}
  .writetable_con p{font-size: 18px;}
  .writetable_con i{display: none;}
  .writetable{padding: 180px 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;}
  .search{display: none;}
  /* 内页适配 */
  .product,.news{padding: 40px 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) {
  .footer_logo img{margin: 0;}
  .cardimg {padding-top: 77%;}
  .card_blur h3{font-size: 22px;}
  .header{display: none;}
  .footer_logo {width: 40%;}
  #exzoom{width:300px;}
  .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_logo img{max-height: 90px;width: auto;}
  .banner_right{display: none;}
  .bannerimg{position: relative;height: 400px;width: 100%;overflow: hidden;}
  .bannerimg img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
  .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:  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: 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: 30px auto 0 auto;}
  .writetable{padding: 200px 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;}
  .search{display: none;}
   /* 内页适配 */
   .product,.news{padding: 40px 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) {
  .footer_logo img{margin: 0;}
  .cardimg {padding-top: 77%;}
  .card_blur h3{font-size: 22px;}
  .header{display: none;}
  .footer_logo {width: 40%;}
  #exzoom{width: 400px;}
  .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_logo img{max-height: 90px;width: auto;}
  .banner_right{display: none;}
  .bannerimg{position: relative;height: 400px;width: 100%;overflow: hidden;}
  .bannerimg img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
  .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:  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: 30px auto 0 auto;}
  .writetable{padding: 200px 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;}
  .search{display: none;}
  /* 内页适配 */
  .product,.news{padding: 40px 0;}
  .product_left ,.news_left {margin-bottom: 30px;}
  .fanye{margin: 0 auto;}
}
/* 大型设备（台式电脑，1200px 起） */
@media (min-width: 1201px) and (max-width: 1600px) {
}

.breadcrumbs_ty a,
.breadcrumbs_ty span{
  font-size: 18px;
  color: #000000;
}
.breadcrumbs_ty p{
  margin: 5px 0;
}
.breadcrumbs_ty{
   padding: 15px 0;
}
.breadcrumbs_ty .last{
   text-transform:capitalize !important;
}
.ty_line_down{
   width: 100%;
   background-color: #cdcdcd;
   height: 1px;
}


/* 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: #003974;
  border: none;
  line-height: 3;
  font-size: 16px;
  margin-bottom: 15px;
  cursor: pointer;
}
