html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
input {
    margin: 0;
    padding: 0;
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal;
}
@font-face {
    font-family: SourceHanSansCN-Normal;
    src: url('SourceHanSansCN-Normal.otf');
}

@font-face {
    font-family: SourceHanSansSC-regular;
    src: url('SourceHanSansCN-Regular.otf');
}

@font-face {
    font-family: SourceHanSansSC-light;
    src: url('SourceHanSansCN-Light.otf');
}

@font-face {
    font-family: SourceHanSansSC-medium;
    src: url('SourceHanSansCN-Medium.otf');
}

@font-face {
    font-family: SourceHanSansSC-bold;
    src: url('SourceHanSansCN-Bold.otf');
}

body {
    font-size: 14px;
    line-height: 1;
    color: #333;
    font-family: SourceHanSansSC-light;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-size: 100%;
    font-weight: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    border: 0;
    background: none;
}

fieldset,
img {
    border: 0;
}

a {
    color: #333;
}

a,
img {
    -webkit-touch-callout: none;
}

img {
    display: block;
}

li img {
    transition: all 0.3s;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
}

input[type=password],
input[type=text],
textarea {
    resize: none;
    outline: 0;
    -webkit-appearance: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    background: none;
    outline: none
}

.li,
.dd {
    cursor: pointer;
}

ul,
ol {
    list-style: none;
}

:focus {
    outline: none;
}

ul::after {
    content: '';
    display: block;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix {
    clear: both;
}

.container::after {
    content: '';
    display: block;
    clear: both;
}

.l_img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
}

.l_img img {
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/* CSS Document */
.w1400{
    width: 1400px;
    margin: 0 auto;
    clear: both;
}
.w1400::after{
    content: '';
    display: block;
    clear: both;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
    clear: both;
}
.w1200::after{
    content: '';
    display: block;
    clear: both;
}
.header{
    width: 100%;
    height: 100px;
    background-color: #00313c;
    position: relative;
}
.header .logo {
    width: 160px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}
.header .logo img {
    max-width: 100%;
}
.header .lie {
    float: left;
    margin-left: 40px;
    line-height: 100px;
}
.header .lie li {
    float: left;
    margin-right: 29px;
    position: relative;
}
.header .lie li .tank1 {
    width: 150px;
    background-color: #fff;
    display: none;
    left: -35px;
    top: 100px;
    position: absolute;
    z-index: 9999999999;
    padding-bottom: 14px;
    padding-top: 14px;
    box-sizing: border-box;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.header .lie li .tank1 a {
    text-align: center;
    display: block;
    color: #333333;
    line-height: 30px;
    padding-bottom: 0px;
    border-bottom: none;
}
.header .lie li .tank1 a:hover{
    color: #208092;
    border-bottom: none;
}
.header .lie li:hover .tank1 {
    display: block;
}
.header .lie li a {
    font-size: 15px;
    color: #fff;
    box-sizing: border-box;
    padding-bottom: 36px;
    border-bottom: 4px solid transparent;
}
.header .lie li a:hover{
    border-bottom: 4px solid #a3c7d2;
}
.header form {
    float: right;
    width: 17.143%;
    line-height: 40px;
    background-color: #fff;
    margin-top: 30px;
}
.header form input {
    width: 100%;
    line-height: 34px;
    padding-left: 10px;
    box-sizing: border-box;
}
.header form button {
    width: 10%;
    float: right;
    margin-top: -28px;
    margin-right: 19px;
}
.header form button img {
    width: 16px;
    height: 16px;
}
.header .tu{
    float: right;
    margin-left: 20px;
    margin-top: 40px;
}
.header .tu .tu-1{
    float: left;
    width: 22px;
    height: 22px;
    margin-right: 20px;
}
.header .tu .tu-2{
    position: relative;
    cursor: pointer;
}
.header .tu .tu-1:nth-child(3){
    margin-right: 0px;
}
.header .tu .tu-1 img{
    max-width: 100%;
}
.header .tu .tu-2 .tank{
    width: 100px;
    background-color: #fff;
    left: -35px;
    top: 60px;
    position: absolute;
    z-index: 99999999999;
    padding-bottom: 10px;
    padding-top: 10px;
    box-sizing: border-box;
    display: none;
    transition: all 0s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.header .tu .tu-2 .tank a{
    text-align: center;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #6f6f6f;
}
.header .sc{
    display: none;
    width: 26px;
    height: 26px;
    margin-top: 20px;
    float: right;
}
.header .sc img{
    width: 100%;
}
.iconfont {
    font-family: "iconfont";
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.rg {
    display: none;
    float: left;
    width: 26px;
    height: 26px;
    line-height: 32px;
    cursor: pointer;
    margin-top: 20px;
}
.rg img{
    width: 100%;
    filter: drop-shadow(0px 0px #000);
}
.a_txt {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    z-index: 999999999999;
    background: rgba(0,0,0,0.8);
    -webkit-transition: 0s all linear;
}
.a_txt .div1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: none;
    filter: alpha(opacity=0);
    opacity: 0;
    left: 0px;
    top: 0px;
    z-index: 1;
}
.a_txt .div2 {
    position: absolute;
    left: 5%;
    top: 5%;
    z-index: 999999;
    width: 6%;
    background: #f2f2f2;
    padding: 4px;
    box-sizing: border-box;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0;
    display: none;
}
.a_txt .div2 a {
    font-size: 50px;
    color: #000;
}
.a_txt .div3 {
    padding-top: 0;
}
.a_txt .div3 {
    position: absolute;
    width: 65%;
    left: 0px;
    top: 0px;
    background: #f2f2f2;
    height: 100%;
    z-index: 100;
    right: -50%;
    padding-top: 3%;
    overflow-y: auto;
    -webkit-transition: 0s all linear;
}
.a_txt .div3 .m-d {
    width: 86%;
    height: 46px;
    line-height: 46px;
    margin-left: 20px;
    border-bottom: 1px solid #e1e1e1;
    box-sizing: border-box;
    font-size: 16px;
    display: inline-block;
    font-weight: bold;
}
.a_txt .div3 .m-d span {
    color: #ed0032;
    margin-right: 4px;
    font-size: 20px;
    top: 2px;
    position: relative;
}
.a_txt .div3 .m-d span img{
    width: 26px;
    height: 18px;
    display: inline-block;
}
.a_txt .div3 ul {
    padding-left: 20px;
    width: 86%;
    margin-bottom: 10px;
}
.a_txt .div3 ul li {
    border-bottom: 1px solid #e1e1e1;
}
.a_txt .div3 ul li:last-child{
     margin-top: 46px;
}
.a_txt .div3 form{
    width: 93%;
    display: block;
}
.a_txt .div3 ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}
.a_txt .div3 ul li a.n {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    width: calc(100% - 60px);
    box-sizing: border-box;
    font-weight: bold;
}
.a_txt .div3 ul li .n-box a {
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    color: #999999;
    margin-bottom: 18px;
}
.a_txt .div3 .l-d {
    width: 86%;
    margin-left: 20px;
    overflow: hidden;
}
.a_txt .div3 .l-d .t {
    margin-bottom: 10px;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #e1e1e1;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
}
.a_txt .div3 .l-d .t span {
    color: #ed0032;
    margin-right: 4px;
    font-size: 20px;
    top: 2px;
    position: relative;
}
.a_txt .div3 .l-d .t span img{
    display: inline-block;
    filter: drop-shadow(0px 0px red);
}
.a_txt .div3 .l-d a {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.a_txt .div3 .l-d a.this:after {
    background: url(/static/new_index/images/l-this.png) center no-repeat;
    background-size: 100% 100%;
    border: 0;
}
.a_txt .div3 .l-d a:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #333;
    position: absolute;
    top: 6px;
    right: 0;
}
.a_txt .div3 .share-d {
    width: 86%;
    margin-left: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}
.a_txt .div3 .share-d .t {
    margin-bottom: 10px;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #e1e1e1;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
}
.a_txt .div3 .share-d .t span {
    color: #ed0032;
    margin-right: 4px;
    font-size: 20px;
    top: 2px;
    position: relative;
    width: 26px;
    height: 28px;
    float: left;
}
.a_txt .div3 ul li .n-box{
    display: none;
}
.a_txt .div3 ul li .n1{
    display: inline-block;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    width: calc(100% - 60px);
    box-sizing: border-box;
    font-weight: bold;
}
.a_txt .div3 .box .tu1 {
    float: right;
    width: 30px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.a_txt .div3 .box.show .tu1{
    transform: rotate(90deg);
}
.a_txt .div3 .box .tu1 img{
    max-width: 70%;
}
.a_txt .div3 .share-d .t span img{
    width: 100%;
    margin-top: 6px;
}
.a_txt .div3 .share-d a {
    font-size: 30px;
    margin-right: 8px;
    float: left;
    width: 30px;
    height: 30px;
    background-color: #e1e1e1;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.button_container{
    width: 33.334%;
    margin: 0 auto;
}
.button_su{
  width: 100%;
  overflow: hidden;
  position: relative;
  display: inline-block;
  border-radius: 3px;
}
.su_button_circle{
  background-color: red;
  border-radius: 1000px;
  position: absolute;
  left:0;
  top:0;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  pointer-events: none;
  /*animation-timing-function: ease-in-out; */
}

.button_su_inner{
    display: inline-block;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    color: #777777;
    font-size: 16px;
    font-weight: normal;
    width: 100%;
    text-align: center;
    transition: 400ms;
    text-decoration: none;
    line-height: 50px;
    z-index: 100000;
}

.button_text_container{
   position:relative;
   z-index: 10000;
}

.explode-circle {
   animation: explode 0.5s forwards;

}

.desplode-circle{
   animation: desplode 0.5s forwards;
}
@keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(255, 255, 255,1);
  }
  100% {
    width: 800px;
    height: 800px;
    margin-left: -400px;
    margin-top: -400px;
    background-color: rgba(0, 0, 0,0.8);
  }
}

@keyframes desplode {
  0% {
    width: 800px;
    height: 800px;
    margin-left: -400px;
    margin-top: -400px;
    background-color: rgba(0, 0, 0,0.8);
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(255, 255, 255,1);
  }
}
.button_su_inner:hover {
    color: #23527c;
}
.header .lie li .dao{
    position: absolute;
    left: -1021%;
    background-color: #fff;
    width: 2372.73%;
    z-index: 9999;
    position: absolute;
    box-sizing: border-box;
    padding: 22px 0px 26px;
    display: none;
    box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.2);
}
.header .lie li .d1{
    left: -1386%;
    width: 5844.15%;
}
.header .lie li .d2{
    left: -650%;
    width: 2412.21%;
}
.header .lie li .d3{
    left: -1028%;
    width: 3151.97%;
}
.header .lie li .d4{
    width: 2397.49%;
    left: -895%;
}
.header .lie li .dao .lie1{
    float: left;
    border-right: 1px solid #e2e2e2;
    box-sizing: border-box;
    padding-bottom: 193px;
    padding-right: 43px;
    margin-right: 43px;
    line-height: 1;
}
.header .lie li .dao .lie1 li{
    float: none; 
    margin-right: 0px;
    position: relative;
}
.header .lie li .dao .lie1 li a{
    font-size: 12px;
    line-height: 26px;
    padding-bottom: 0;
    color: #333333;
}
.header .lie li .dao .lie1 li a:hover{
    color: #58a0ad;
    border: none;
}
.header .lie li .dao .lie2{
    float: left;
    margin-right: 68px;
    line-height: 1;
}
 
.header .lie li .dao .lie2 li{
    float: none;
    margin-right: 0;
}
.header .lie li .dao .lie2 li a{
    font-size: 12px;
    line-height: 26px;
    color: #333333;
}
.header .lie li .dao .lie2 li a:hover{
    color: #58a0ad;
    border: none;
}
.header .lie li .dao .l_img{
    float: right;
    width: 21%;
    padding-bottom: 14%;
}
.header .lie li:hover .dao {
    display: block;
}
.footer{
    width: 100%;
    background-color: #18424c;
    padding: 80px 0px 62px;
}
.footer .lie{
    float: left;
    margin-right: 16%;
}
.footer .lie dd a{
    font-size: 15px;
    border-bottom: 1px solid transparent;
    padding-bottom: 5px;
    box-sizing: border-box;
    color: #fff;
}
.footer .lie dd a:hover{
    border-bottom: 1px solid #fff;
}
.footer .lie dt a{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.footer .lie dt{
    margin-bottom: 20px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.footer .lie dt .tu {
    width: 20px;
    height: 20px;
    margin-top: 3%;
    background-image: url(/static/new_index/images/+.png);
    background-repeat: no-repeat;
    background-size: cover;
    float: right;
    display: none;
}
.footer .lie.show dt .tu{
    background-image: url(/static/new_index/images/-.png);
}
.footer .lie .dd{
    width: 100%;
    float: left;
}
.footer .lie .zc{
    margin-bottom: 19px;
}
.footer .lie dd{
    margin-bottom: 19px;
}
.footer .d{
    color: #fff;
    font-size: 12px;
    float: left;
}
.footer .lie:nth-child(4){
    width: 24.834%;
    margin-right: 0px;
}
.footer .lie .zc a{
    border: 1px solid #fff;
    width: 100%;
    line-height: 44px;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    margin-top: 5px;
    padding-bottom: 0;
    color: #fff;
    font-size: 15px;
}
.footer .lie .t .tu{
    width: 30px;
    height: 30px;
    background-color: #44666e;
    border-radius: 100%;
    float: left;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-right: 10px;
    margin-bottom: 20px;
    padding-bottom: 0;
}
.footer .lie .t .tu img{
    max-width: 100%;
}
.footer .lie .t .tu:last-child{
     margin-right: 0;
}
.footer .lie .t .tu:hover{
    border: none;
}
.footer .lie .t1{
    width: 69%;
}
.footer .lie .t2{
    width: 60%;
    margin-bottom: 12px;
}
/* 首页 */
.banner{
    width: 100%;
    position: relative;
}
.banner .mySwiper01{
    width: 100%;
}
.banner .text{
    width: 20.6%;
    position: absolute;
    top: 222px;
}
.banner .tu{
    width: 100%;
}
.banner .tu img{
    max-width: 100%;
}
.banner .text .s{
    color: #a8dae2;
    font-size: 20px;
}
.banner .text .p{
    color: #fff;
    font-size: 36px;
    margin-top: 17px;
    font-family: fangsong;
}
.banner .text .q{
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    margin-top: 40px;
}
.banner .text .q span{
    font-size: 25px;
}
.banner .text a{
    margin-top: 68px;
    display: block;
}
.banner .text a .m{
    font-size: 20px;
    color: #fff;
}
.banner .text a span{
    height: 1px;
    width: 10.114%;
    float: left;
    background-color: #fff;
    margin-top: 11px;
    margin-right: 11px;
}
.swiper-button-next01, .swiper-container-rtl .swiper-button-prev01 {
    background-image: url(/static/new_index/images/→.png);
    right: 10px;
    left: auto;
    width: 11px;
    height: 20px;
    background-size: 100%;
}
.swiper-button-prev01, .swiper-container-rtl .swiper-button-next01 {
    background-image: url(/static/new_index/images/←.png);
    left: 10px;
    right: auto;
    width: 11px;
    height: 20px;
    background-size: 100%;
}
.banner .swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
}
.banner .swiper-pagination-bullet-active{
    background-color: #208092;
}
.sec-a1{
    width: 100%;
    padding: 96px 0px 76px;
}
.bt{
    font-family: fangsong;
    font-size: 40px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}
.sec-a1 span{
    width: 4.167%;
    height: 2px;
    display: block;
    background-color: #a9a9a9;
    margin: 21px auto 0px;
}
.sec-a1 .t {
    text-align: center;
    font-size: 16px;
    color: #777777;
    margin-top: 21px;
}
.cen-1{
    width: 100%;
    margin-top: 41px;
    display: inline-block;
}
.sec-a1 .baiban{
    width: 21.667%;
    float: left;
    margin-right: 4.4%;
}
.sec-a1 .baiban:nth-child(4){
    margin-right: 0px;
}
.sec-a1 .baiban .l_img {
    padding-bottom: 139%;
}
.sec-a1 .baiban p{
    text-align: center;
    font-size: 20px;
    color: #333333;
    margin-top: 31px;
    position: relative;
}
.sec-a1 .baiban p::after {
    content: '';
    display: block;
    background: transparent;
    position: absolute;
    top: 33px;
}
.sec-a1 .baiban .c::after {
    height: 3px;
    width: 116px;
    left: calc(50% - 58px);
}
.sec-a1 .baiban .g::after{
    width: 72px;
    height: 3px;
    left: calc(50% - 36px);
}
.sec-a1 .baiban .d::after{
    width: 100px;
    height: 3px;
    left: calc(50% - 50px);
}
.sec-a1 .baiban .n::after{
    width: 40px;
    height: 3px;
    left: calc(50% - 20px);
}
.sec-a1 .baiban:hover p{
    color: #474747;
}
.sec-a1 .baiban:hover p::after{
    background: #474747;
}
.sec-a2{
    width: 100%;
    background-image: url(/static/new_index/images/S1-bj.png);
    background-repeat: no-repeat;
    padding: 189px 0px 170px;
    background-size: cover;
}
.text{
    float: right;
}
.sec-a2 .text{
    width: 60%;
    float: right;
}
.bt2{
    font-size: 48px;
    font-family: fangsong;
    color: #00313c;
    font-weight: bold;
}
.text .wb{
    width: 100%;
    font-size: 18px;
    color: #00313c;
    line-height: 24px;
    margin-top: 28px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.sec-a2 .text a{
    margin-top: 105px;
    display: block;
    font-size: 16px;
    color: #00313c;
    width: 27.878%;
    line-height: 50px;
    border: 1px solid #00313c;
    box-sizing: border-box;
    text-align: center;
}
.sec-a2 .text a:hover{
    background-color: #208092;
    color: #fff;
    border: 1px solid #208092;
}
.sec-a3{
    width: 100%;
    padding: 95px 0px 68px;
}
.sec-a3 .text{
    float: left;
}
.sec-a3 .x{
    width: 16.67%;
    height: 2px;
    background-color: #a9a9a9;
    display: block;
    margin: 21px 0px;
}
.sec-a3 .t {
    text-align: center;
    font-size: 16px;
    color: #777777;
    margin-top: 21px;
    clear: both;
}
.sec-a3 .l{
    float: right;
}
.sec-a3 .l a{
    color: #474747;
    font-size: 16px;
    margin-top: 9px;
    padding-bottom: 20px;
    box-sizing: border-box;
    display: block;
    position: relative;
    border-bottom: 3px solid transparent;
}
.sec-a3 .l a:hover{
    border-bottom: 3px solid #474747;
}
.sec-a3 .cen-1 .baiban{
    float: left;
    width: 22.2%;
    margin-right: 3.73%;
    border: 1px solid transparent;
    box-sizing: border-box;
}
.sec-a3 .cen-1 .baiban .l_img {
    padding-bottom: 81%;
}
.sec-a3 .cen-1 .baiban .l_img .l2{
    display: none;
}
.sec-a3 .cen-1 .baiban p{
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin-top: 21px;
    margin-bottom: 32px;
}
.sec-a3 .cen-1 .baiban:hover p{
    color: #474747;
}
.sec-a3 .cen-1 .baiban:hover{
    border: 1px solid #d3d3d3;
}
.sec-a3 .cen-1 .baiban:nth-child(4n){
    margin-right: 0px;
}
.sec-a3 .cen-1 .baiban:hover .l_img .l1{
    display: none;
}
.sec-a3 .cen-1 .baiban:hover .l_img .l2{
    display: block;
}
.sec-a4{
    width: 100%;
    background-color: #e3f4f7;
    display: inline-block;
}
.sec-a4 .l{
    float: left;
    width: 57.8%;
}
.sec-a4 .l .l_img{
    padding-bottom: 54.5%;
}
.sec-a4 .box{
    width: 100%;
    display: flow-root;
}
.sec-a4 .r{
    float: right;
    width: calc(100% - 57.8%);
}
.sec-a4 .r a{
    margin-top: 105px;
    display: block;
    font-size: 16px;
    color: #208092;
    width: 39.263%;
    line-height: 50px;
    border: 1px solid #208092;
    box-sizing: border-box;
    text-align: center;
}
.sec-a4 .r a:hover{
    background-color: #208092;
    color: #fff;
}
.sec-a4 .r .text{
    margin-top: 189px;
    width: 71%;
    margin-right: 10%;
}
.sec-a4 .r .text .bt2{
    color: #333333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.sec-a4 .r .text .wb{
    width: 100%;
    color: #333333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.sec-a4 .box2{
    background-color: #FFB6C1;
}
.sec-a4 .box2 .l{
    float: right;
}
.sec-a4 .box2 .r{
    float: left;
    background-color: #FFB6C1;
}
.sec-a4 .box2 .r .text{
    margin-right: 0%;
}
.sec-a5{
    width: 100%;
    position: relative;
    padding: 95px 0px 75px;
}
.x{
    width: 4.167%;
    height: 2px;
    background-color: #a9a9a9;
    display: block;
    margin: 21px auto 0px;
}
.sec-a5 .bai{
    width: 100%;
}
.sec-a5 .bai p{
    text-align: center;
    color: #333333;
    font-size: 18px;
    margin-top: 20px;
}
.sec-a5 .t {
    text-align: center;
    font-size: 16px;
    color: #777777;
    margin-top: 21px;
    clear: both;
}
.sec-a5 .swiper-pagination{
    margin: 43px auto 0px;
    position: inherit;
}
.sec-a5 .swiper-pagination-bullet {
    width: 100px;
    height: 2px;
    border-radius: 0%;
    background: #474747;
}
.sec-a5 .swiper-pagination-bullet-active{
    height: 4px;
    background: #474747;
    margin-bottom: -1px;
}
.swiper-button-next02, .swiper-button-prev02 {
    top: 59%;
}
.swiper-button-prev02, .swiper-container-rtl .swiper-button-next02 {
    background-image: url(/static/new_index/images/lj.png);
    left: 16%;
    right: auto;
    background-size: 100%;
    width: 24px;
    height: 24px;
}
.swiper-button-next02, .swiper-container-rtl .swiper-button-prev02 {
    background-image: url(/static/new_index/images/rj.png) !important;
    left: auto;
    right: 16%;
    background-size: 100%;
    width: 24px;
    height: 24px;
}

/* 产品详情 */
.zjt{
    width: 100%;
    overflow-x: hidden;
}
.zjt img{
    max-width: 100%;
    margin: auto;
}
.sec-b1{
    width: 100%;
    padding: 21px 0px 100px;
}
.sec-b1 .b{
    width: 100%;
    display: flow-root;
    margin-bottom: 54px;
}
.sec-b1 .b .b1{
    float: left;
}
.sec-b1 .b .b1 a{
    color: #808080;
}
.sec-b1 .b .b2{
    float: right;
}
.sec-b1 .b .b2 form select{
    box-sizing: border-box;
    width: 180px;
    height: 24px;
    border-bottom: 1px solid #c6c6c6;
    margin-right: 31px;
    float: left;
}
.sec-b1 .b .b2 form select:nth-child(2){
    margin-right: 0px;
}
.po_np {
    float: right;
    position: relative;
}
.po_np .on {
    color: #000;
    display: inline-block;
    width: 176px;
    border-bottom: 1px solid #cccccc;
    padding: 4px 0;
    position: relative;
    font-size: 12px;
}
.po_np .onw{
    margin-left: 10px;
}
.po_np .on::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    width: 10px;
    height: 10px;
    background: url(/static/new_index/images/xjt.png) center no-repeat;
    background-size: 100%;
}
.xiaxia {
    width: 195px;
    border: 1px solid #cccccc;
    padding: 8px;
    position: absolute;
    top: 30px;
    background: #fff;
    left: -8px;
    z-index: 999;
    box-sizing: border-box;
    display: none;
}
.xiaxia ul li {
    border-bottom: 1px solid #cccccc;
    padding: 10px 0;
    cursor: pointer;
    position: relative;
}
.xiaxia ul .m{
    background-image: url(/static/new_index/images/+1.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 17px;
}
.xiaxia.show ul .m{
    background-image: url(/static/new_index/images/-1.png);
}
.xiaxia ul li span {
    margin-left: 5px;
    font-size: 12px;
}
.position_np .po_np .bl {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #999999;
}
.fr {
    float: right;
    display: inline;
}
.xiaxia .box{
    width: 100%;
    display: none;
}
.xiaxia .box .xbox{
    width: 100%;
    margin-top: 14px;
    display: inline-block;
}
.xiaxia .box .xbox form{
    float: left;
}
.xiaxia .box .xbox .z{
    margin-left: 6px;
    color: #787878;
    float: left;
}
.xiaxia ul li.r {
    width: 75px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #208092;
    border: 0;
    padding: 0;
    margin-top: 21px;
    text-align: center;
    float: right;
    box-sizing: border-box;
}
.xiaxia2 {
    border: 1px solid #cccccc;
    padding: 15px 10px;
    position: absolute;
    background: #fff;
    right: 0;
    width: 176px;
    top: 30px;
    z-index: 999;
    display: none;
    box-sizing: border-box;
}
.xiaxia2 ul li {
    border-bottom: 1px solid #cccccc;
    padding: 10px 0;
    cursor: pointer;
    font-size: 13px;
}
.xiaxia2 ul .l1{
    background-image: url(/static/new_index/images/dui.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 20px;
}
.g_l {
    float: left!important;
    color: #208092!important;
    background: none!important;
    border: 1px solid #208092!important;
}
.sec-b1 .text{
    text-align: center;
    font-size: 16px;
    color: #777777;
    margin-top: 21px;
}
.cen-2{
    width: 100%;
    margin-top: 38px;
    display: inline-block;
}
.sec-b1 .cen-2 .baiban{
    float: left;
    width: 23.5%;
    position: relative;
    margin-right: 2%;
}
.sec-b1 .cen-2 .baiban .l_img {
    padding-bottom: 93%;
}
.sec-b1 .cen-2 .baiban p {
    text-align: center;
    display: table;
    width: auto;
    margin: 20px auto;
    padding-bottom: 10px;
    border-bottom: 1px solid transparent;
    font-size: 18.01px;
    color: #333333;
}
.sec-b1 .cen-2 .baiban .tz{ 
    position: absolute;
    top: 0px;
    box-sizing: border-box;
    border: none;
    background-color: #36828e;
    width: 100%;
    opacity: 0.7;
    padding: 115px 0px 97px;
    display: none;
}
.sec-b1 .cen-2 .baiban .tz .e{
    color: #fff;
    font-size: 20px;
    text-align: center;
    opacity: 1;
}
.sec-b1 .cen-2 .baiban .tz .jt{
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-top: 9px;
    opacity: 1;
}
.sec-b1 .cen-2 .baiban:hover p{
    color: #474747;
    border-bottom: 1px solid #474747;
}
.sec-b1 .cen-2 .baiban:hover .tz{
    display: block;
}
.sec-b1 .cen-2 .baiban:nth-child(4n){
    margin-right: 0px;
}
.sec-b1 .cen-2 .gdxz{
    width: 100%;
    display: inline-block;
    margin-top: 33px;
}
.sec-b1 .cen-2 .gd{
    width: 33.334%;
    text-align: center;
    border: 1px solid #000000;
    box-sizing: border-box;
    color: #000000;
    display: flow-root;
    line-height: 50px;
    margin: 0 auto;
    position: relative;
}
.sec-b1 .cen-2 .gd .wb{
    z-index: 9999999;
    position: relative;
}
.sec-b1 .cen-2 .gd:hover{
    color: #ffffff;
}
.sec-b1 .cen-2 .gd::before{
    content: '';
    display: block;
    width: 0;
    height: 100%;
    transition: width .2s;
    background-color: #000000;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.sec-b1 .cen-2 .gd:hover::before{
    width: 100%;
    height: 100%;
    transition: width .2s;
}
.sec-b2{
    width: 100%;
    position: relative;
    padding: 0px 0px 137px;
}
.sec-b2 .bt{
    text-align: left;
}
.sec-b2 .x{
    margin: 21px 0px 0px;
}
.sec-b2 .bai .l_img{
    padding-bottom: 93%;
}
.sec-b2 .swiper-button-next02, .sec-b2 .swiper-button-prev02 {
    top: 45%;
}
.sec-b2 .bai:hover p{
    color: #208092;
}

/* 产品 */
.sec-c1 .cen-2 .baiban {
    border: 1px solid transparent;
    margin-right: 0px;
    width: 25%;
    padding-top: 20px;
    box-sizing: border-box;
    position: relative;
}
.sec-c1 .cen-2 .baiban .l_img {
    padding-bottom: 80%;
    width: 81%;
    margin: 0 auto;
}
.sec-c1 .cen-2 .baiban .xin{
    position: absolute;
    top: 20px;
    right: 5px;
    display: none;
}
.sec-c1 .cen-2 .baiban:hover{
    border-color: #d3d3d3;
}
.sec-c1 .cen-2 .baiban:hover .xin{
    display: block;
}
.sec-c1 .cen-2 .baiban:hover p{
    text-align: left;
    background-image: url(/static/new_index/images/jt.png);
    background-repeat: no-repeat;
    background-position: right;
    transition: all 0s;
    border-bottom:none;
    /*background-size: 10%;*/
}
.sec-c1 .cen-2 .baiban p{
    width: 80%;
    line-height: 50px;
    margin: 0 auto;
    border-bottom:none;
}
/*.sec-c1 .cen-2 .baiban .xin {*/
/*    width: 25px;*/
/*    right: 0px;*/
/*}*/

/* 产品详情 */
.sec-d1{
    width: 100%;
    padding-top: 22px;
}
.sec-d1 .b .b1 a {
    color: #808080;
}
.cen-3{
    width: 100%;
    margin-top: 47px;
    display: inline-block;
}
.sec-d1 .cen-3 .lunbo{
    width: 50%;
    float: left;
}
.sec-d1 .cen-3 .lunbo .mySwiper02 img{
    width: 100%;
}
.sec-d1 .cen-3 .lunbo .mySwiper01{
    margin-top: 21px;
}
.sec-d1 .cen-3 .lunbo .mySwiper01 img{
    width: 100%;
}
.sec-d1 .cen-3 .lunbo .mySwiper01 .swiper-slide{
    width: 90px !important;
    margin-right: 20px !important;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
}
.sec-d1 .cen-3 .lunbo .mySwiper01 .swiper-slide-thumb-active{
    border: 1px solid #208092;
}
.sec-d1 .cen-3 .text{
    width: 50%;
    box-sizing: border-box;
    padding-top: 18px;
    padding-left: 55px;
}
.bt3{
    font-size: 44px;
    font-weight: bold;
    font-family: fangsong;
}
.sec-d1 .cen-3 .text .xbt{
    font-size: 16px;
    color: #777777;
    margin-top: 20px;
}
.sec-d1 .cen-3 .text .yuan{
    margin-top: 30px;
}
.sec-d1 .cen-3 .text .yuan a{
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-right: 3px;
}
.sec-d1 .cen-3 .text .yuan :last-child{
    margin-right: 0px;
}
.sec-d1 .cen-3 .text .yuan a img{
    width: 100%;
}
.sec-d1 .cen-3 .text .wb{
    margin-top: 70px;
}
.sec-d1 .cen-3 .text .wb .tu{
    float: left;
    width: 22px;
    height: 20px;
    margin-right: 12px;
}
.sec-d1 .cen-3 .text .wb .tu img{
    width: 100%;
}
.sec-d1 .cen-3 .text .wb .z{
    color: #208092;
    font-size: 18px;
    line-height: 21px;
}
.sec-d1 .cen-3 .text .lb{
    width: 100%;
    float: right;
    margin-top: 43px;
}
.sec-d1 .cen-3 .text .lb li{
    width: 100%;
    display: flow-root;
    margin-bottom: 30px;
}
.sec-d1 .cen-3 .text .lb li .b5{
    width: 100%;
    display: inline-block;
    cursor: pointer;
    border-bottom: 1px solid #e2e2e2;
    box-sizing: border-box;
    padding-bottom: 15px;
}
.sec-d1 .cen-3 .text .lb li .b5{
    float: left;
}
.sec-d1 .cen-3 .text .lb li .b5 .bt4 {
    float: left;
    color: #333333;
    font-size: 18.05px;
}
.sec-d1 .cen-3 .text .lb li .b5 .tu{
    width: 16px;
    height: 16px;
    background-image: url(/static/new_index/images/+1.png);
    background-repeat: no-repeat;
    background-size: cover;
    float: right;
    overflow: hidden;
}
.sec-d1 .cen-3 .text .lb li .nr{
    width: 100%;
    color: #5e5e5e;
    line-height: 30px;
    margin-top: 60px;
    display: none;
    transition: all 0s;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.sec-d1 .cen-3 .text .lb li.show .b5 .tu{
    background-image: url(/static/new_index/images/-2.png);
}
.sec-d1 .cen-3 .lunbo .swiper-pagination02{
    display: none;
}
.sec-d2{
    margin-top: 127px;
} 
.swiper-button-prev03, .swiper-container-rtl .swiper-button-next03 {
    background-image: url(/static/new_index/images/lj.png);
    left: 309px;
    right: auto;
    background-size: 100%;
    width: 12px;
    height: 24px;
}
.swiper-button-next03, .swiper-container-rtl .swiper-button-prev03 {
    background-image: url(/static/new_index/images/rj.png);
    left: auto;
    right: 309px;
    background-size: 100%;
    width: 12px;
    height: 24px;
}

/* 登录 */
.sec-e1{
    width: 100%;
    padding: 97px 0px 93px;
}
.sec-e1 .bt3{
    text-align: center;
    color: #333333;
    font-size: 48px;
}
.sec-e1 .x{
    margin: 29px auto 20px;
}
.sec-e1 .wb{
    text-align: center;
    color: #777777;
    margin-bottom: 14px;
}
.cen-4{
    width: 100%;
    display: inline-block;
    margin-top: 75px;
}
.sec-e1 .cen-4 .d{
    width: 50%;
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #c6c6c6;
}
.sec-e1 .cen-4 .d .z1{
    display: none;
}
.sec-e1 .cen-4 .d form{
    width: 83.335%;
}
.sec-e1 .cen-4 .d form .wb1{
    color: #333333;
    margin-bottom: 11px;
}
.sec-e1 .cen-4 .d form .wb1 span{
    color: #f51d1d;
}
.sec-e1 .cen-4 .d form input{
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    width: 100%;
    line-height: 48px;
    margin-bottom: 31px;
    font-size: 16px;
    padding-left: 20px;
}
.sec-e1 .cen-4 .d form input:nth-child(2){
    margin-bottom: 22px;
}

.sec-e1 .cen-4 .d form input:hover{
    border: 1px solid #208092;
    box-shadow: 0 4px 8px 0 rgba(32, 128, 146, 0.2);
}
.sec-e1 .cen-4 .d form .xz{
    width: 3%;
    margin-bottom: 0px;
    outline: none;
    float: left;
    margin-right: 8px;
}
.sec-e1 .cen-4 .d form .wb2{
    font-size: 12px;
    color: #919191;
}
.sec-e1 .cen-4 .d form button{
    width: 40%;
    background-color: #474747;
    border: 1px solid #474747;
    color: #fff;
    font-weight: bold;
    line-height: 50px;
    cursor: pointer;
    margin-top: 20px;
    margin-left: -22px;
    box-sizing: border-box;
}
.sec-e1 .cen-4 .d form button:hover{
    color: #474747;
    background-color: #fff;
}
.sec-e1 .cen-4 .d .z{
    font-size: 16px;
    color: #333333;
    margin-top: 31px;
}
.sec-e1 .cen-4 .t{
    width: 50%;
    float: right;
    box-sizing: border-box;
    padding-left: 100px;
}
.sec-e1 .cen-4 .t .wb3{
    font-size: 16px;
    margin-bottom: 18px;
    color: #333333;
}
.sec-e1 .cen-4 .t .wb4{
    margin-bottom: 33px;
}
.sec-e1 .cen-4 .t a{
    width: 33.334%;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
    float: left;
    background-color: #474747;
    border: 1px solid #474747;
    box-sizing: border-box;
}
.sec-e1 .cen-4 .t a:hover{
    color: #474747;
    background-color: #fff;
}

/* 注册 */
.sec-f1{
    width: 100%;
    padding: 100px 0px 101px;
}
.sec-f1 .bt3{
    text-align: center;
}
.sec-f1 .t {
    text-align: center;
    font-size: 16px;
    color: #777777;
    margin-top: 21px;
    clear: both;
}
.sec-f1 .cen-1 form{
    width: 65.791%;
    margin: 0 9.5%;
}
.sec-f1 .cen-1 form .z{
    float: left;
    line-height: 50px;
    font-size: 15.99px;
    margin-right: 11px;
    width: 22%;
    text-align: right;
}
.sec-f1 .cen-1 form .z span{
    color: #f63b3b;
}
.sec-f1 .cen-1 form input{
    width: 76%;
    line-height: 50px;
    box-sizing: border-box;
    border: 1px solid #c6c6c6;
    padding-left: 20px;
    margin-bottom: 20px;
}
.sec-f1 .cen-1 form input:hover{
    border: 1px solid #208092;
    box-shadow: 0 4px 8px 0 rgba(32, 128, 146, 0.2);
}
.sec-f1 .cen-1 form select{
    width: 76%;;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #c6c6c6;
    padding-left: 20px;
    margin-bottom: 20px;
}
.sec-f1 .cen-1 form select:hover{
    border: 1px solid #208092;
    box-shadow: 0 4px 8px 0 rgba(32, 128, 146, 0.2);
}
.sec-f1 .cen-1 form button{
    color: #fff;
    font-weight: bold;
    line-height: 50px;
    background-color: #474747;
    width: 25.333%;
    margin-left: 23.3%;
    border: 1px solid #474747;
    box-sizing: border-box;
    margin-top: 19px;
}
.sec-f1 .cen-1 form .b{
    float: right;
    margin-left: 0;
    background-color: #fff;
    color: #474747;
}
.sec-f1 .cen-1 form button:hover{
    background-color: #fff;
    color: #474747;
}

/* 我的 */
.sec-g1 .cen-1 .bt4{
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    border-left: 4px solid #208092;
    padding-left: 12px;
    margin-bottom: 21px;
    margin-left: 12%;
}
.sec-g1 .cen-1 form .z1{
    line-height: 27px;
}
.sec-g1 .cen-1 form .xz{
    width: 1.5%;
    padding-left: 0px;
    margin-bottom: 0px;
    outline: none;
    float: left;
    margin-right: 8px;
    font-size: 13.99px;
    color: #333333;
    margin-left: 23.5%;
}
.sec-g1 .cen-1 .bt5{
    margin-top: 100px;
}
select:focus option:checked{
    color: #fff;
    background-color: #208092;
}
/* .sec-g1 .cen-1 form select .p1{
    height: 32px;
} */
/* .sec-g1 .cen-1 form select .p1:hover{
    background-color: #208092 !important;
} */
.sec-g1 .cen-1 form button{
    border: 1px solid #474747;
    box-sizing: border-box;
}
.sec-g1 .cen-1 form .b1{
    margin-left: 2%;
}

/* 我的收藏 */
.sec-h1{
    width: 100%;
    padding: 97px 0px 70px;
}
.sec-h1 .w1200{
    position: relative;
}
.sec-h1 .t {
    text-align: center;
    font-size: 16px;
    color: #777777;
    margin-top: 21px;
    clear: both;
}
.cen-5{
    width: 100%;
    margin-top: 30px;
    display: inline-block;
}
.sec-h1 .tz{
    width: 33.334%;
    display: block;
    color: #000000;
    margin: 35px auto 0;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #000000;
}
.sec-h1 .cen-5 .baiban {
    margin-right: 0px;
    width: 25%;
    height: 355px;
    padding-top: 20px;
    box-sizing: border-box;
    position: relative;
    float: left;
}
/*.sec-h1 .cen-5 .baiban:hover {*/
/*    border: 1px solid #208092;*/
/*}*/
.sec-h1 .cen-5 .baiban .l_img {
    padding-bottom: 80%;
    width: 81%;
    margin: 0 auto;
}
.sec-h1 .cen-5 .baiban .xin {
    position: absolute;
    top: 20px;
    right: 5px;
}
.sec-h1 .cen-5 .baiban p {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 18.01px;
    line-height: 65px;
    color: #333333;
}
.sec-h1 .cen-5 .baiban .te {
    width: 35%;
    color: #fff;
    font-weight: bold;
    background-color: #474747;
    line-height: 30px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.sec-h1 .cen-5 .baiban:hover p {
    color: #474747;
}
.sec-h1 .cen-5 .baiban:hover p {
    
    transition: all 0s;
}

/* 关于我们 */
.sec-i1{
    width: 100%;
    padding: 20px 0px 94px;
}
.sec-i1 .b{
    margin-bottom: 65px;
}
.sec-i1 .b a{
    color: #808080;
}
.sec-i1 .t {
    text-align: center;
    font-size: 16px;
    color: #777777;
    margin-top: 21px;
    clear: both;
}
.sec-i1 .cen-5 a{
    float: left;
    width: 13%;
    margin-right: 4.4%;
}
.sec-i1 .cen-5 a:nth-child(6){
    margin-right: 0px;
}
.sec-i1 .cen-5 a .l_img{
    padding-bottom: 66%;
}
.sec-i1 .cen-5 a p{
    text-align: center;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    margin-top: 21px;
}
.sec-i1 .cen-5 .text{
    width: 100%;
    margin-top: 79px;
}
.sec-i1 .cen-5 .text .bt6{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.sec-i1 .cen-5 .text .wb1{
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    margin-top: 12px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.sec-i1 .cen-5 .text .bt7{
    margin-top: 39px;
}

/* 下载 */
.sec-j1{
    width: 100%;
    padding: 98px 0px 99px;
}
.sec-j1 .t {
    text-align: center;
    font-size: 16px;
    color: #777777;
    margin-top: 21px;
    clear: both;
}
.sec-j1 .cen-1 .pdf{
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    padding-bottom: 18px;
    border-bottom: 1px dashed #e2e2e2;
    padding-left: 16px;
    position: relative;
    margin-bottom: 20px;
}
.sec-j1 .cen-1 .pdf1{
    margin-bottom: 0px;
}
.sec-j1 .cen-1 .pdf::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #208092;
    border-radius: 6px;
    position: absolute;
    top: 5px;
    left: 0px;
}
.sec-j1 .cen-1 .pdf .tm{
    float: left;
    width: 84%;
    color: #333333;
    font-size: 16px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.sec-j1 .cen-1 .pdf .d{
    float: right;
    color: #ababab;
    margin-right: 10px;
}
.sec-j1 .cen-1 .pdf .zx{
    float: right;
    width: 15px;
    height: 16px;
    overflow: hidden;
}
.sec-j1 .cen-1 .pdf .zx img{
    width: 100%;
    transition: all 0s;
}
.sec-j1 .cen-1 .pdf:hover .tm{
    color: #208092;
}
.sec-j1 .cen-1 .pdf:hover .d{
    color: #208092;
}
.sec-j1 .cen-1 .pdf:hover .zx img{
    filter: drop-shadow(50px 50px #208092);
    margin-top: -50px;
    margin-left: -50px;
}

@media screen and (max-width: 1536px) {
    .w1400 {
     width: 90%;
    }
    .header .lie li {
        margin-right: 43px;
    }
    .header .lie li a {
        font-size: 14px;
        padding-bottom: 37px;
    }
    .header .dao .lie2 {
        margin-right: 60px;
    }
    .footer .lie dt {
        font-size: 18px;
    }
    .footer .lie dt a {
        font-size: 18px;
    }
    .footer .lie dd {
        margin-bottom: 15px;
    }
    .footer .lie dd a {
        font-size: 12px;
    }
    .footer .lie .d {
        font-size: 12px;
        margin-top: 50px;
    }
    /* 首页 */
    .banner .text {
        top: 130px;
    }
    .banner .text .s {
        font-size: 18px;
    }
    .banner .text .p {
        font-size: 34px;
        margin-top: 17px;
    }
    .banner .text .q {
        font-size: 44px;
        margin-top: 25px;
    }
    .banner .text .q span {
        font-size: 18px;
    }
    .banner .text a {
        margin-top: 33px;
    }
    .banner .text a .m {
        font-size: 18px;
    }
    .bt {
        font-size: 30px;
    }
    .sec-a1 {
        padding: 70px 0px 50px;
    }
    .sec-a1 .baiban p {
        font-size: 18px;
        margin-top: 15px;
    }
    .bt2 {
        font-size: 30px;
    }
    .text .wb {
        width: 64%;
        font-size: 16px;
        line-height: 24px;
        margin-top: 20px;
    }
    .sec-a2 {
        padding: 110px 0px 100px;
    }
    .sec-a2 .text a {
        margin-top: 50px;
        font-size: 14px;
        width: 27.878%;
        line-height: 40px;
    }
    .sec-a3 {
        padding: 70px 0px 50px;
    }
    .sec-a3 .x {
        margin: 15px 0px;
    }
    .sec-a3 .l a {
        font-size: 14px;
        margin-top: 9px;
        margin-right: 26px;
    }
    .sec-a3 .l a::after {
        border-top: 7px solid transparent;
        border-right: 7px solid transparent;
        border-left: 8px solid #208092;
        border-bottom: 7px solid transparent;
        position: absolute;
        left: calc(50% - -60px);
    }
    .sec-a3 .cen-1 .baiban p {
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .sec-a4 .r a {
        margin-top: 50px;
        font-size: 14px;
        width: 39.263%;
        line-height: 40px;
    }
    .sec-a4 .r .text {
        margin-top: 140px;
        width: 71%;
        margin-right: 10%;
    }
    .sec-a5 {
        padding: 70px 0px 50px;
    }
    .sec-a5 .bai p {
        font-size: 16px;
        margin-top: 15px;
    }
    .swiper-button-next02, .swiper-container-rtl .swiper-button-prev02 {
        right: 3%;
        top: 55%;
    }
    .swiper-button-prev02, .swiper-container-rtl .swiper-button-next02 {
        left: 3%;
        top: 55%;
    }

    /* 产品系列 */
    .sec-b1 {
        padding: 21px 0px;
    }
    .sec-b1 .b {
        display: flow-root;
        margin-bottom: 30px;
    }
    .sec-b1 .cen-2 .baiban p {
        font-size: 16px;
    }
    .sec-b2 .swiper-button-next02, .sec-b2 .swiper-button-prev02 {
        top: 55%;
    }

    /* 产品 */
    .cen-2 {
        margin-top: 28px;
    }

    /* 产品详情 */
    .cen-3 {
        margin-top: 30px;
    }
    .bt3 {
        font-size: 35px;
    }
    .sec-d1 .cen-3 .text .xbt {
        font-size: 14px;
        margin-top: 10px;
    }
    .sec-d1 .cen-3 .text .yuan {
        margin-top: 15px;
    }
    .sec-d1 .cen-3 .text .wb {
        margin-top: 50px;
    }
    .sec-d1 .cen-3 .text .wb .z {
        font-size: 16px;
        line-height: 17px;
    }
    .sec-d1 .cen-3 .text .lb {
        margin-top: 30px;
    }
    .sec-d1 .cen-3 .text .lb li {
        margin-bottom: 20px;
    }
    .sec-d1 .cen-3 .text .lb li .b5 .bt4 {
        font-size: 16px;
    }
    .sec-d1 .cen-3 .text .lb li .nr {
        line-height: 27px;
        margin-top: 45px;
    }
    .sec-d2 {
        margin-top: 10px;
    }
    .cen-1 {
        margin-top: 25px;
    }
    .swiper-button-next03, .swiper-container-rtl .swiper-button-prev03 {
        right: 3%;
    }
    .swiper-button-prev03, .swiper-container-rtl .swiper-button-next03 {
        left: 3%;
    }

    /* 登录 */
    .sec-e1 {
        padding: 70px 0px;
    }
    .sec-e1 .bt3 {
        font-size: 35px;
    }
    .sec-e1 .x {
        margin: 20px auto 15px;
    }
    .cen-4 {
        margin-top: 40px;
    }

    /* 注册 */
    .sec-f1 {
        padding: 70px 0px;
    }
    /* 我的 */
    .sec-g1 .cen-1 .bt4 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .sec-g1 .cen-1 .bt5 {
        margin-top: 60px;
    }

    /* 我的收藏 */
    .sec-h1 {
        padding: 70px 0px 50px;
    }
    .sec-h1 .cen-5 .baiban p {
        font-size: 16px;
        line-height: 51px;
    }

    /* 关于我们 */
    .sec-i1 {
        padding: 20px 0px 50px;
    }
    .sec-i1 .b {
        margin-bottom: 30px;
    }
    .sec-i1 .cen-5 a p {
        font-size: 14px;
        line-height: 18px;
        margin-top: 10px;
    }
    .sec-i1 .cen-5 .text {
        margin-top: 50px;
    }
    .sec-i1 .cen-5 .text .bt6 {
        font-size: 16px;
    }
    .sec-i1 .cen-5 .text .wb1 {
        font-size: 14px;
        line-height: 25px;
        margin-top: 10px;
    }
    .sec-i1 .cen-5 .text .bt7 {
        margin-top: 25px;
    }

    /* 下载 */
    .sec-j1 {
        padding: 50px 0px;
    }
    .sec-j1 .cen-1 .pdf {
        padding-bottom: 15px;
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 1210px) {
    .w1200 {
     width: 90%;
    }
    .header {
        height: 80px;
    }
    .header .logo {
        width: 130px;
        height: 80px;
    }
    .header .lie {
        margin-left: 30px;
        line-height: 80px;
    }
    .header .lie li {
        margin-right: 35px;
    }
    .header .lie li a {
        font-size: 12px;
        padding-bottom: 28px;
    }
    .header form {
        line-height: 20px;
        margin-top: 25px;
    }
    .header .tu {
        margin-top: 30px;
    }
    .header .tu .tu-2 .tank {
        width: 85px;
        left: -30px;
        top: 50px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .header .tu .tu-2 .tank a {
        font-size: 12px;
        line-height: 30px;
    }
    .header .lie li .tank1 {
        width: 120px;
        left: -30px;
        top: 80px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .header .dao .lie1 {
        padding-right: 15px;
        margin-right: 20px;
    }
    .header .dao .lie2 {
        margin-right: 30px;
    }
    .footer {
        padding: 40px 0px 30px;
    }
    .footer .lie dt a {
        font-size: 16px;
    }
    .footer .lie dt {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .footer .lie .zc a {
        line-height: 38px;
        margin-top: 0px;
    }

    /* 首页 */
    .banner .tu{
        max-height: 290px;
    }
    .banner .text .s {
        font-size: 16px;
    }
    .banner .text .p {
        font-size: 24px;
        margin-top: 17px;
    }
    .banner .text .q {
        font-size: 35px;
        margin-top: 20px;
    }
    .banner .text a {
        margin-top: 20px;
    }
    .banner .text a .m {
        font-size: 16px;
    }
    .sec-a1 {
        padding: 40px 0px 30px;
    }
    .bt {
        font-size: 24px;
    }
    .sec-a1 span {
        margin: 10px auto 0px;
    }
    .sec-a1 .baiban p {
        font-size: 14px;
        margin-top: 15px;
    }
    .sec-a1 .t {
        font-size: 14px;
        margin-top: 17px;
    }
    .sec-a2 {
        padding: 63px 0px;
    }
    .bt2 {
        font-size: 24px;
    }
    .sec-a3 {
        padding: 40px 0px 30px;
    }
    .sec-a3 .t {
        font-size: 14px;
        margin-top: 17px;
    }
    .sec-a4 .r {
        width: 41.702%;
    }
    .sec-a4 .r .text {
        margin-top: 100px;
        width: 71%;
    }
    .sec-a5 {
        padding: 40px 0px 30px;
    }
    .sec-a5 .t {
        font-size: 14px;
        margin-top: 17px;
    }
    .sec-a5 .bai p {
        font-size: 14px;
        margin-top: 15px;
    }
    .sec-a5 .swiper-pagination {
        margin: 30px auto 0px;
    }

    /* 产品系列 */
    .cen-2 {
        margin-top: 20px;
    }
    .sec-b1 .cen-2 .baiban .tz {
        padding: 97px 0px;
    }
    .sec-b1 .b {
        margin-bottom: 20px;
    }
    .sec-b1 .b .b1 a{
        font-size: 12px;
    }
    .sec-b1 .b .b2 form select {
        width: 165px;
        height: 24px;
        margin-right: 25px;
    }
    .sec-b1 .cen-2 .baiban p {
        font-size: 14px;
    }
    .sec-b1 .cen-2 .gd {
        width: 25%;
        line-height: 40px;
    }
    .sec-b1 .text {
        font-size: 14px;
        margin-top: 17px;
    }
    .cen-1 {
        margin-top: 20px;
    }

    /* 产品 */
    /* 产品详情 */
    .sec-d1 {
        padding-top: 15px;
    }
    .sec-d1 .b .b1 a{
        font-size: 12px;
    }
    .cen-3 {
        margin-top: 20px;
    }
    .bt3 {
        font-size: 30px;
    }
    .sec-d1 .cen-3 .text .xbt {
        font-size: 12px;
        margin-top: 10px;
    }
    .sec-d1 .cen-3 .text .yuan a {
        margin-right: 11px;
    }
    .sec-d1 .cen-3 .text .wb {
        margin-top: 30px;
    }
    .sec-d1 .cen-3 .text .wb .tu {
        width: 18px;
        height: 16px;
        margin-right: 10px;
    }
    .sec-d1 .cen-3 .text .wb .z {
        font-size: 14px;
        line-height: 15px;
    }
    .sec-d1 .cen-3 .text .lb li {
        margin-bottom: 15px;
    }
    .sec-d1 .cen-3 .lunbo .mySwiper01{
        display: none;
    }
    .sec-d1 .cen-3 .lunbo .swiper-pagination02{
        display: block;
    }
    /* 登录 */
    .sec-e1 {
        padding: 40px 0px;
    }
    .sec-e1 .bt3 {
        font-size: 24px;
    }
    .sec-e1 .x {
        margin: 15px auto;
    }
    .sec-e1 .wb {
        font-size: 12px;
        margin-bottom: 11px;
    }
    .sec-e1 .cen-4 .d form .wb1{
        font-size: 12px;
    }
    .sec-e1 .cen-4 .d form input {
        line-height: 35px;
        font-size: 14px;
        padding-left: 20px;
        margin-bottom: 20px;
    }
    .sec-e1 .cen-4 .d form button {
        width: 30%;
        line-height: 35px;
        margin-top: 15px;
        margin-left: -22px;
    }
    .sec-e1 .cen-4 .d .z {
        font-size: 12px;
        margin-top: 20px;
    }
    .sec-e1 .cen-4 .t .wb3 {
        font-size: 12px;
        margin-bottom: 15px;
    }
    .sec-e1 .cen-4 .t .wb4 {
        margin-bottom: 25px;
    }
    .sec-e1 .cen-4 .t a {
        width: 33.334%;
        line-height: 35px;
    }

    /* 注册 */
    .sec-f1 {
        padding: 40px 0px;
    }
    .sec-f1 .t {
        font-size: 14px;
        margin-top: 17px;
    }
    .sec-f1 .cen-1 form input {
        width: 76%;
        line-height: 35px;
    }
    .sec-f1 .cen-1 form .z {
        line-height: 35px;
        font-size: 14px;
        margin-right: 11px;
        width: 22%;
    }
    .sec-f1 .cen-1 form select {
        width: 76%;
        height: 35px;
        padding-left: 20px;
        margin-bottom: 20px;
    }
    .sec-f1 .cen-1 form button {
        line-height: 35px;
        width: 20%;
        margin-left: 23.3%;
        margin-top: 19px;
    }

    /* 我的 */
    .sec-g1 .cen-1 .bt4 {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .sec-g1 .cen-1 .bt5 {
        margin-top: 40px;
    }
    .sec-g1 .cen-1 form .z1{
        line-height: 18px;
    }

    /* 我的收藏 */
    .sec-h1 {
        padding: 40px 0px 30px;
    }
    .sec-h1 .t {
        font-size: 14px;
        margin-top: 17px;
    }
    .sec-h1 .tz {
        width: 12.5%;
        line-height: 35px;
    }
    .sec-h1 .cen-5 .baiban p {
        font-size: 14px;
        line-height: 35px;
    }

    /* 关于我们 */
    .sec-i1 {
        padding: 20px 0px 30px;
    }
    .sec-i1 .b a{
        font-size: 12px;
    }
    .sec-i1 .b {
        margin-bottom: 20px;
    }
    .sec-i1 .t {
        font-size: 14px;
        margin-top: 17px;
    }
    .cen-5 {
        margin-top: 20px;
    }
    .sec-i1 .cen-5 .text {
        margin-top: 35px;
    }
    .sec-i1 .cen-5 .text .bt6 {
        font-size: 14px;
    }
    .sec-i1 .cen-5 .text .wb1 {
        font-size: 12px;
        line-height: 20px;
        margin-top: 10px;
    }

    /* 下载 */
    .sec-j1 {
        padding: 30px 0px;
    }
    .sec-j1 .t {
        font-size: 14px;
        margin-top: 17px;
    }
    .sec-j1 .cen-1 .pdf {
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .sec-j1 .cen-1 .pdf .tm {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .header {
        height: 60px;
    }
    .header .w1400 {
        display: flex;
    }
    .header .logo {
        width: 128px;
        height: 60px;
        margin: 0 23%;
    }
    .header .lie{
        display: none;
    }
    .header .tu{
        display: none;
    }
    .header form {
        display: none;
        width: 35%;
        line-height: 20px;
        margin-top: 15px;
    }
    .header form button {
        margin-top: -25px;
        margin-right: 19px;
    }
    .header .rg {
        float: left;
        display: block;
    }
    .header:hover .dao {
        display: none;
    }
    .header .sc{
        display: block;
    }
    .footer {
        padding: 15px 0px 20px;
    }
    .footer .lie {
        float: none;
        display: flow-root;
        margin-right: 0%;
        border-bottom: 1px solid #979797;
    }
    .footer .lie:nth-child(3){
        margin-right: 0%;
    }
    .footer .lie dt{
        display: block;
        font-size: 14px;
        padding-bottom: 0px;
        margin-bottom: 0px;
        line-height: 45px;
        box-sizing: border-box;
    }
    .footer .lie dt .tu {
        display: block;
    }
    .footer .lie .f{
        border-bottom: none;
    }
    .footer .lie:nth-child(4){
        width: 100%;
        border-bottom: none;
    }
    .footer .lie dt a {
        display: block;
        font-size: 14px;
    }
    .footer .lie .dd {
        display: none;
        margin-top: 10px;
    }
    .footer .lie dd {
        margin-bottom: 10px;
    }
    .footer .lie .t1{
        display: none;
    }
    .footer .lie .t2{
        display: none;
    }
    .footer .lie .t{
        display: table;
        margin: 0 auto;
    }
    .footer .lie .zc{
        display: block;
        margin-bottom: 0;
    }
    .footer .lie .zc a {
        line-height: 38px;
        margin-top: 0px;
        font-size: 14px;
        padding-bottom: 0px;
        color: #fff;
    }
    .footer .lie .t .tu{
        padding-bottom: 0;
        margin-bottom: 0;
        width: 35px;
        height: 35px;
        margin-right: 20px;
    }
    .footer .d {
        margin-top: 20px;
        text-align: center;
        float: none;
    }
    /* 首页 */
    .banner .tu img {
        max-width: 248%;
    }
    .banner .text {
        top: 80px;
        width: 64%;
    }
    .banner .text .p {
        margin-top: 10px;
    }
    .banner .text .q {
        margin-top: 10px;
    }
    .banner .text a {
        margin-top: 10px;
    }
    .sec-a1 {
        padding: 15px 0px 10px;
    }
    .sec-a1 .t {
    margin-top: 5px;
    line-height: 20px;
    }
    .sec-a1 .baiban{
        width: 47.667%;
        margin-bottom: 20px;
    }
    .sec-a1 .baiban p::after{
        top: 20px;
    }
    .sec-a1 .baiban .c::after {
        width: 82px;
        left: calc(50% - 42px);
    }
    .sec-a1 .baiban .g::after {
        width: 57px;
        left: calc(50% - 28px);
    }
    .sec-a1 .baiban .d::after {
        width: 73px;
        left: calc(50% - 36px);
    }
    .sec-a1 .baiban .n::after {
        width: 30px;
        left: calc(50% - 15px);
    }
    .sec-a1 .baiban:nth-child(2) {
        margin-right: 0px;
    }
    .sec-a1 .baiban p {
        margin-top: 5px;
    }
    /*.bt2 {*/
    /*    font-size: 16px;*/
    /*}*/
    .sec-a2 {
        height: 290px;
        box-sizing: border-box;
        padding: 37px 0px;
    }
    .text .wb {
        width: 100%;
        margin-top: 10px;
    }
    .sec-a2 .text {
        width: 100%;
    }
    .sec-a2 .text a {
        margin-top: 20px;
        width: 48%;
    }
    .sec-a3 {
        padding: 15px 0px 10px;
    }
    .sec-a3 .x {
        margin: 10px 0px;
    }
    .sec-a3 .t {
        margin-top: 5px;
        line-height: 20px;
    }
    .sec-a3 .l a {
        display: none;
        font-size: 12px;
        margin-top: 0px;
        margin-right: 24px;
    }
    .sec-a3 .l a::after {
        left: calc(50% - -45px);
    }
    .sec-a3 .cen-1 .baiban {
        float: left;
        width: 47.2%;
        margin-right: 4.73%;
        border: 1px solid transparent;
        box-sizing: border-box;
    }
    .sec-a3 .cen-1 .baiban:nth-child(2n){
        margin-right: 0%;
    }
    .sec-a3 .cen-1 .baiban p {
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .sec-a4 .l {
        width: 100%;
    }
    .sec-a4 .r {
        width: 100%;
    }
    .sec-a4 .r .text {
        float: none;
        margin: 20px auto 15px;
        width: 85%;
    }
    .sec-a4 .box2 .r .text{
        float: none;
        margin: 20px auto 15px;
    }
    .sec-a4 .r a {
        margin-top: 11px;
        font-size: 12px;
        line-height: 35px;
        width: 100%;
    }
    .sec-a5 {
        padding: 15px 0px 50px;
    }
    .sec-a5 .t {
        margin-top: 5px;
        line-height: 20px;
    }
    .sec-a5 .bai .l_img{
        padding-bottom: 78%;
    }
    .sec-a5 .bai p {
        margin-top: 15px;
    }
    .sec-a5 .swiper-pagination {
        margin: 20px auto 0px;
    }
    .sec-a5 .swiper-pagination-bullet {
        width: 50px;
    }
    .x {
        margin: 10px auto 0px;
    }
    .cen-1 {
        margin-top: 10px;
    }

    /* 产品系列 */
    .zjt {
        height: 290px;
    }
    .zjt img {
       max-width: 449%;
       margin-left: -38%;
    }
    .sec-b1 {
        padding: 15px 0px;
    }
    .sec-b1 .b {
        margin-bottom: 10px;
    }
    .sec-b1 .b .b1{
        float: none;
    }
    .sec-b1 .b .b2 {
        float: none;
        display: inline-block;
        width: 100%;
        margin-top: 10px;
    }
    .sec-b1 .b .b2 form select {
        width: 100%;
        height: 30px;
        font-size: 12px;
        margin-right: 14px;
        margin-bottom: 10px;
    }
    .sec-b1 .text {
        margin-top: 5px;
        line-height: 20px;
    }
    .sec-b1 .cen-2 .baiban {
        width: 49%;
    }
    .sec-b1 .cen-2 .baiban:nth-child(2n){
        margin-right: 0%;
    }
    .sec-b1 .cen-2 .baiban p {
        margin: 10px auto;
    }
    .sec-b1 .cen-2 .baiban .tz {
        padding: 62px 0px;
    }
    .sec-b1 .cen-2 .baiban .tz .e {
        font-size: 12px;
    }
    .sec-b1 .cen-2 .baiban .tz .jt {
        font-size: 12px;
        margin-top: 5px;
    }
    .sec-b1 .cen-2 .gdxz {
        margin-top: 10px;
    }
    .sec-b1 .cen-2 .gd {
        width: 100%;
    }
    .button_container{
        width: 100%;
    }
    .sec-a5 .bai .l_img {
        padding-bottom: 59%;
    }    
    /* 产品 */
    .cen-2 {
        margin-top: 10px;
    }
    .sec-c1 .cen-2 .baiban p {
        line-height: 30px;
        margin: 0 auto;
    }
    .sec-c1 .cen-2 .baiban{
        width: 50%;
    }
    .po_np {
        float: none; 
        display: block;
        margin: 15px auto;
        position: relative;
        width: 100%;
    }
    .po_np .on{
        width: 100%;
        padding: 15px 0;
    }
    .po_np .onw{
        margin-left: 0px;
    }
    .po_np .on::after{
        top: 17px;
    }
    .xiaxia{
        width: 100%;
        top: auto;
        left: auto;
    }
    .xiaxia2{
        width: 100%;
        top: 69px;
    }
    
    /* 产品详情 */
    .sec-d1 .cen-3 .lunbo {
        width: 100%;
        float: left;
    }
    .sec-d1 .cen-3 .text {
        width: 100%;
        box-sizing: border-box;
        padding-top: 18px;
        padding-left: 0px;
    }
    .bt3 {
        text-align: center;
        font-size: 18px;
        line-height: 1.7;
    }
    .sec-d1 .cen-3 .text .xbt{
        text-align: center;
    }
    .sec-d1 .cen-3 .text .wb {
        margin: 10px 0px 10px;
    }
    .sec-d1 .cen-3 .text .wb .tu {
        width: 26px;
        height: 25px;
        margin-right: 7px;
    }
    .sec-d1 .cen-3 .text .wb .z {
        line-height: 25px;
    }
    .sec-d1 .cen-3 .text .lb {
        margin-top: 15px;
    }
    .sec-d1 .cen-3 .text .lb li {
        margin-bottom: 19px;
    }
    .sec-d1 .cen-3 .text .lb li .b5{
        padding-bottom: 17px;
    }
    .sec-d1 .cen-3 .text .lb li .b5 .bt4 {
        font-size: 14px;
    }
    .sec-d1 .cen-3 .text .lb li .nr {
        line-height: 23px;
        margin-top: 40px;
        font-size: 12px;
    }
    .sec-d1 .cen-3 .text .yuan{
        text-align: center;
    }

    /* 登录 */
    .sec-e1 {
        padding: 40px 0px 100px;
    } 
    .sec-e1 .bt3 {
        font-size: 25px;
    }
    .sec-e1 .x {
        margin: 6px auto;
    }
    .sec-e1 .wb{
        display: none;
    }
    .sec-e1 .cen-4 .d {
        width: 100%;
        border-right: none;
    }
    .cen-4 {
        margin-top: 10px;
    }
    .sec-e1 .cen-4 .d .z1{
        display: block;
        margin-bottom: 10px;
    }
    .sec-e1 .cen-4 .t {
        width: 100%;
        float: right;
        box-sizing: border-box;
        padding-left: 0px;
        margin-top: 10px;
    }
    .sec-e1 .cen-4 .d form button{
        line-height: 35px;
        width: 100%;
        margin-left: 0px;
    }
    .sec-e1 .cen-4 .t a{
        line-height: 35px;
        width: 100%;
    }
    .sec-e1 .cen-4 .d form {
        width: 100%;
    }

    /* 注册 */
    .sec-f1 {
        padding: 10px 0px 20px;
    }
    .sec-f1 .t {
        margin-top: 5px;
        line-height: 20px;
    }
    .sec-f1 .cen-1 form {
        width: 100%;
        margin: 0 ;
    }
    .sec-f1 .cen-1 form input {
        width: 100%;
        line-height: 35px;
        margin-bottom: 10px;
        line-height: 30px;
    }
    .sec-f1 .cen-1 form select {
        width: 100%;
        height: 30px;
        margin-bottom: 10px;
    }
    .sec-f1 .cen-1 form .z{
        width: 44%;
        font-size: 12px;
        text-align: left;
    }
    .sec-f1 .cen-1 form button {
        line-height: 25px;
        width: 28%;
        margin-left: 0%;
        margin-top: 10px;
        font-size: 12px;
    }

    /* 我的 */
    .sec-g1 .cen-1 .bt4 {
        font-size: 12px;
        margin-bottom: 10px;
        margin-left: 0%;
    }
    .sec-g1 .cen-1 form .xz {
        width: 4%;
        margin-left: 0%;
    }
    .sec-g1 .cen-1 form .b1 {
        float: right;
    }

    /* 我的收藏 */
    .sec-h1 {
        padding: 15px 0px 10px;
    }
    .sec-h1 .tz {
        width: 100%;
        line-height: 40px;
    }
    .sec-h1 .t {
        margin-top: 5px;
        line-height: 20px;
    }
    .sec-h1 .cen-5 .baiban{
        width: 50%;
        height: 215px;
    }
    .sec-h1 .cen-5 .baiban p {
        font-size: 12px;
        line-height: 30px;
    }
    .sec-h1 .cen-5 .baiban .xin {
        top: 3px;
        right: 0px;
    }
    .sec-h1 .cen-5 .baiban a{
        font-size: 12px;
        line-height: 20px;
    }

    /* 关于我们 */
    .sec-i1 {
        padding: 10px 0px 15px;
    }
    .sec-i1 .b {
        margin-bottom: 10px;
    }
    .sec-i1 .t {
        margin-top: 5px;
        line-height: 20px;
    }
    .cen-5 {
        margin-top: 15px;
    }
    .sec-i1 .cen-5 a {
        float: left;
    }
    .sec-i1 .cen-5 a p{
        display: none;
    }
    .sec-i1 .cen-5 a .l_img {
        padding-bottom: 100%;
    }
    .sec-i1 .cen-5 .text {
        margin-top: 15px;
    }
    .sec-i1 .cen-5 .text .bt7 {
        margin-top: 15px;
    }
    
    /* 下载 */
    .sec-j1 {
        padding: 10px 0px;
    }    
    .sec-j1 .t {
        margin-top: 5px;
        line-height: 20px;
    }
    .sec-j1 .cen-1 .pdf {
        padding-bottom: 15px;
        margin-bottom: 18px;
        padding-left: 10px;
    }
    .sec-j1 .cen-1 .pdf .tm {
        font-size: 12px;
    }
    .sec-j1 .cen-1 .pdf .zx{
        display: none;
    }
    .sec-j1 .cen-1 .pdf::after {
        width: 4px;
        height: 4px;
        border-radius: 4px;
    }
    .sec-j1 .cen-1 .pdf .d{
        font-size: 12px;
    }
    .a_txt .div3 form {
        width: 93%;
        display: block;
        margin: auto;
        float: none;
    }
    .a_txt .div3 ul {
        padding-left: 20px;
        margin-bottom: 10px;
        position: relative;
        width: auto;
    }
    .a_txt .div3 ul li:last-child {
        margin-top: 0;
    }
    .a_txt .div3 .box .tu1 img {
        max-width: 100%;
        height: 24px;
    }
    .a_txt .div3 .box .tu1 {
        width: 59px;
        border-left: 1px solid #dddddd;
    }
    .a_txt .div3 li .tu1 {
        float: right;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .thisaxus {
        position: relative;
        height: 420px;
        /*padding-left: 20px;*/
    }
    #g_onemenu {
        width: calc(100% - 20px);
        position: absolute;
        top: 0;
        transition: all 0.3s;
        left: 0;
        height: 420px;
        overflow-x: hidden;
        overflow-y: auto;
    }
    #g_twomenu {
        width: calc(100% - 20px);
        position: absolute;
        top: 0;
        transition: all 0.3s;
        left: 100%;
        overflow: hidden;
    }
    .g_twomenu_jti {
        text-align: center;
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        position: relative;
        z-index: 99999;
    }
    .nav_box_mensaa {
        height: 374px;
        overflow-x: hidden;
        overflow-y: auto;
    }
}





@media (min-width: 960px) {
	.m_nav_list{
		display: none;
	}
	.m_nav_con{
		display: none;
	}
}
@media (max-width: 960px) {
	
    .header {
        display: none;
    }
	header{
		display: none;
	}
	.logo{
		display: none;
	}
	nav{
		display: none;
	}
	.m_nav_con{
		position: fixed;
		top: 0;
		width: 100%;
		background: #00313c;
		z-index: 999999999999;
	}
	.m_nav{
		margin:12px 0;
		position: relative;
	}
	.m_logo{
		display: block;		
		margin:0 auto;
		width: 142px;
		height: 34px;
	}
	.m_logo img{
		width: 100%;
	}
	.m_nav .nav_button{
		display: block;
        position: absolute;
        height: 22px;
        width: 28px;
        left: 25px;
        top: 6px;
	}
	.m_nav .nav_button::after{
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		position: absolute;
		background: #fff;
		bottom: 0;
		left: 0;
		transition:all 0.3s;
	}
	.m_nav .nav_button::before{
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		position: absolute;
		background: #fff;
		top: 0;
		left: 0;
		transition:all 0.3s;
	}
	.m_nav .nav_button span{
		display: block;
		height:2px;
		width: 100%;
		background: #fff;
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -1px;
	}
	.m_nav .nav_button.on span{
		opacity: 0;
	}
	.m_nav .nav_button.on::after{
		transform: rotate(-45deg);
		top: 50%;
	}
	.m_nav .nav_button.on::before{
		transform: rotate(45deg);
		top: 50%;
	}
	.m_nav .m_store{
		display: block;
		position: absolute;
		right: 20px;
		height: 30px;
        top: 2px;
        width: 37px;
		background: url(/static/new_index/images/dxin.png) no-repeat right center/auto 100%;
	}
	.m_nav_list{
		position: fixed;
		top: 58px;
		max-width: 80%;
		width: 100%;		
		bottom: 0;
		overflow: hidden;
		font-size: 12px;
		transition:all 0.5s;
		left: -100%;
		z-index: 999;
		
	}
	.m_nav_list .l-div{height:auto;line-height: 24px;padding-left:10px;}
	.m_nav_list .l-div a{margin:0 10px}
	.m_nav_list .l-div .ywqd{display:inline-block;width:20px;height:20px;background: url(/static/new_index/img/m_heart.png) no-repeat right center/auto 80%;position:relative;top:5px;}
	
	.m_nav_list.on{
		transition-delay: 0.2s;
		left: 0;
	}
	.m_search{
		background: #efefef;
		padding: 10px;
	}
	.m_search .inner{
		width: 100%;
		background: #fff;
		height: 32px;
		border-radius: 16px;
		overflow: hidden;
	}
	.m_search input[type="submit"]{
		float: right;
		height: 100%;
		width: 45px;
		border:none;
		height: 100%;
		background: url(/static/new_index/img/Homepage_06.png) no-repeat center;
		text-indent: -9999px;
		outline: none;
	}
	.m_search input[type="submit"]:active{
		background-color: #ddd;
	}
	.m_search input[type="text"]{
		height: 100%;
		width:calc(100% - 45px);
		float: left;
		border:none;
		outline: none;
		text-indent: 10px;
		text-align: center;
	}
	.m_nav_list{
		border-right: 1px solid #efefef;
	}
	.m_nav_list li{
		padding: 15px 0;
		background: #fff;
		border-bottom: 1px solid #efefef;
		padding-left: 20px;
		position: relative;		
	}
	.m_nav_list li a{
		display: block;
	}
	.m_nav_list li .m_next{
		display: block;
		width: 50px;
		height: 100%;
		border-left: 1px solid #efefef;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 10;
	}
	.m_nav_list li .m_next::after{
		content: "";
		display: block;
		height: 0;
		width: 0;
		border:4px solid transparent;
		border-left-color:#000;
		position: absolute;
		top: 50%;
		margin-top: -4px;
		left: 50%;
		margin-left: -4px; 
	}
	.m_nav_list li .m_next:active{
		background:#efefef;
	}
	.m_nav_list ul{
		background: #fff;
		height: 100%;	
		position: absolute;
		width: 100%;	
	}
	.m_nav_list ul.first_list{
		top: 0;
		left: 0;
	}
	.m_nav_list .second_list{
		background: #fff;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 100%;
	}
	.m_nav_list .third_list{
		background: #fff;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 100%;
	}
	.nav_box{
		transition:all 0.3s;
	}
	.m_nav_title{
		height: 52px;
		background: #efefef;
		text-align: center;
		line-height: 52px;
		font-size: 16px;
		position: relative;
		cursor: pointer;
	}
	.m_nav_title span{
		display: block;
		width: 52px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.m_nav_title span::before{
		content: "";
	    border-top: 2px solid transparent;
	    border-left: 2px solid transparent;
	    display: block;
	    width: 8px;
	    height: 8px;
	    margin: auto;
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    border-color: #000;
	    -ms-transform: rotate(-45deg);
    	transform: rotate(-45deg);
    	left: 50%;
	}
	.nav_box ul.ztop{
		z-index: 99;
	}
	.phonemask{
		display: block;
		position: fixed;
		z-index: 990;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		background: rgba(0,0,0,0.6);
		display: none;
		margin-top: 37px;
	}
	html.oh,body.oh{
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	/*.banner {*/
 /*       margin-top: 37px;*/
 /*   }*/
	body {
        padding-top: 57px;
    }
    .iconfont {
        font-size: 12px;
        display: flex;
        align-items: center;
        align-content: center;
    }
    .iconfont img {
        margin-right: 7px;
    }
    .m_nav_list li .share-d {
        overflow: hidden;
    }
    .m_nav_list li .share-d .t span img {
        width: 100%;
        margin-top: 6px;
    }
    .m_nav_list li .share-d a {
        font-size: 30px;
        margin-right: 8px;
        float: left;
        width: 30px;
        height: 30px;
        background-color: #00313c;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}