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

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 !important;
}

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;
}
img {
    max-width: 100%;
}
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%;
    margin: auto;
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*margin: auto;*/
}

* {
    transition: .3s all linear;
    -ms-transition: .3s all linear;
    -moz-transition: .3s all linear;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
}

/* CSS Document */
.iconfont {
    font-family: "iconfont";
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.rg {
    display: none;
    float: right;
    width: 26px;
    height: 40px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.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 {
    position: absolute;
    width: 65%;
    right: 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;
    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 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: 12px;
    color: #999999;
    margin-bottom: 18px;
}
.a_txt .div3 ul li .n-box a b {
    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;
    margin-bottom: 20px;
}

.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 {
    border-bottom: 1px solid #e1e1e1;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.a_txt .div3 .l-d a.this:after {
    background: center no-repeat;
    background-size: 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: 12px;
    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 .share-d .t span img {
    width: 100%;
}

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

.w1200 {
    width: 1200px;
    margin: 0 auto;
    clear: both;
}

.w1200::after {
    content: '';
    display: block;
    clear: both;
}

.header {
    width: 100%;
    z-index: 99999;
    background-color: #fff;
}

.header1 {
    position: fixed;
    background-color: transparent;
}

.header .up {
    width: 100%;
    line-height: 40px;
    /*border-bottom: 1px solid #dcdcdc;*/
    box-sizing: border-box;
}

.header .up .l {
    float: left;
}

.header .up .l .wb {
    margin-right: 32px;
    float: left;
}

.header .up .l .wb .tu {
    width: 17px;
    height: 40px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    -webkit-transition: 0s all linear;
}

.header .up .l .wb .tu.t1 {
    background-image: url(../images/yx.png);
}

.header.f .up .l .wb .tu.t1 {
    background-image: url(../images/yx1.png);
}

.header .up .l .wb .tu.t2 {
    background-image: url(../images/phone.png);
}

.header.f .up .l .wb .tu.t2 {
    background-image: url(../images/phone1.png);
}

.header .up .l .wb .tu img {
    width: 100%;
}

.header .up .l .wb span {
    font-size: 18px;
    margin-left: 8px;
    color: #1470b9;
    -webkit-transition: 0s all linear;
}

.header1 .up .l .wb span {
    color: #fff;
}

.header .up .r {
    float: right;
}

.header .up .r .tu {
    width: 18px;
    height: 40px;
    margin-right: 10px;
    float: left;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    -webkit-transition: 0s all linear;
}

.header .up .r .tu.t1 {
    background-image: url(../images/wx.png);
}

.header.f .up .r .tu.t1 {
    background-image: url(../images/wx1.png);
}

.header .up .r .tu.t2 {
    background-image: url(../images/QQ.png);
}

.header.f .up .r .tu.t2 {
    background-image: url(../images/QQ1.png);
}

.header .up .r .tu img {
    width: 100%;
}

.header .up .r .tu .tk {
    width: 113px;
    height: 113px;
    padding: 10px;
    box-sizing: border-box;
    position: absolute;
    top: 45px;
    z-index: 9;
    display: none;
    border-radius: 5px;
    background-color: #fff;
}

.header .up .r .tu .tk::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -12px;
}

.header .up .r .tu:hover .tk {
    display: block;
}
.header .down {
    position: relative;
}
.header .down .logo {
    width: 13.167%;
    height: 80px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    -webkit-transition: 0s all linear;
}

.header .down .logo img {
    width: 100%;
}

.header1 .down .logo {
    background-image: url(../images/logo.png);
}

.header1.f .down .logo {
    background-image: url(../images/logo1.png);
}

.header .down .r {
    float: right;
}

/*.header .down .r .lie {*/
/*    margin-top: 30px;*/
/*    float: left;*/
/*}*/
.header .down .r .lie {
    padding-top: 30px;
    float: left;
    height: 50px;
    display: block;
}
.header .down .r .lie ul {
    height: 100%;
    display: block;
}
.header .down .r .lie li {
    margin-left: 50px;
    -webkit-transition: 0s all linear;
    float: left;
    /*position: relative;*/
    box-sizing: border-box;
    -webkit-transition: 0s all linear;
    height: 100%;
}

.header .down .r .lie li .a {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    -webkit-transition: 0s all linear;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
}

.header .down .r .lie li.active .a {
    color: #146eb6;
}

.header1 .down .r .lie li .a {
    opacity: 0.65;
    color: #fff;
}

/*.header .down .r .lie li .tk {*/
/*    width: 140px;*/
/*    padding: 20px 0;*/
/*    position: absolute;*/
/*    left: -35px;*/
/*    top: 28px;*/
/*    box-shadow: 0 0 8px 0 rgba(233, 238, 241, 1);*/
/*    background-color: #fff;*/
/*    z-index: 9999;*/
/*    display: none;*/
/*}*/
.header .down .r .lie li .tk {
    width: 100%;
    padding: 20px 0;
    position: absolute;
    left: 0;
    top: 100%;
    box-shadow: 0 3px 8px 0 rgb(233 238 241);
    background-color: #fff;
    z-index: 9999;
    display: none;
}
.header .down .r .lie li .tk1 {
    left: -30px;
}

.header .down .r .lie li .tk a {
    line-height: 1.37;
    padding: 4px 0;
    font-size: 14px;
    text-align: center;
    display: block;
}
.header .down .r .lie li .tk a b {
    line-height: 1.76;
    font-size: 16px;
    text-align: center;
    display: block;
}

.header .down .r .lie li:hover .a {
    border-bottom: 2px solid #146eb6;
}

.header .down .r .lie li.active .a {
    border-bottom: 2px solid #146eb6;
}

/*.header1 .down .r .lie li:hover .a {*/
/*    border-bottom: 2px solid #fff;*/
/*}*/

/*.header1 .down .r .lie li.active .a {*/
/*    border-bottom: 2px solid #fff;*/
/*}*/

.header1 .down .r .lie li.active .a {
    color: #fff;
    opacity: 1;
}

.header .down .r .lie li:hover .tk {
    display: flex;
}

.header .down .r .lie li:hover .a {
    color: #146eb6;
    -webkit-transition: 0s all linear;
}

.header1 .down .r .lie li:hover .a {
    color: #fff;
    opacity: 1;
}

.header1 .up .r .rg {
    background-image: url(../images/z11.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    -webkit-transition: 0s all linear;
}

.header .down .r .lie li .tk a:hover {
    color: #146eb6;
}

.header .down .r .ss {
    width: 24px;
    height: 80px;
    margin-left: 37px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/ss.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    -webkit-transition: 0s all linear;
}

.header1.f .down .r .ss {
    background-image: url(../images/ss1.png);
}

.header .down .r .ss img {
    width: 100%;
}

.header.f {
    width: 100%;
    top: 0;
    position: fixed;
    box-shadow: 0 0 8px 0 rgba(229, 234, 235, 1);
    background-color: #fff;
}

.header.f .up {
    border-bottom: 1px solid #dcdcdc;
}

.header1.f .up .l .wb span {
    color: #1470b9;
}

.header1.f .up .r .rg {
    background-image: url(../images/z1.png);
}

.header1.f .down .r .lie li.active .a {
    border-bottom: 2px solid #146eb6;
}

.header1.f .down .r .lie li:hover .a {
    color: #1470b9;
}

.header1.f .down .r .lie li .a {
    color: #333333;
    opacity: 1;
}

.header1.f .down .r .lie li.active .a {
    color: #1470b9;
}

.footer {
    width: 100%;
    padding: 39px 0 43px;
    display: flow-root;
    box-sizing: border-box;
    background-color: #333333;
}

.footer .z {
    text-align: center;
}

.footer .z a {
    font-size: 18px;
    margin: 0 15px;
    color: #fff;
    position: relative;
}

.footer .z a::after {
    content: "";
    width: 1px;
    height: 21px;
    background-color: #fff;
    position: absolute;
    top: 3px;
    right: -21px;
}

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

.footer .z2 {
    font-size: 16px;
    margin-top: 22px;
    color: #999999;
    text-align: center;
}

.xfc {
    width: 54px;
    bottom: 25%;
    right: 5.5%;
    padding-bottom: 6px;
    position: fixed;
    z-index: 9999;
    background-color: #ecf0f3;
}

.xfc .rb {
    width: 100%;
    height: 2px;
}

.xfc .rb img {
    width: 100%;
}

.xfc .tu {
    width: 22px;
    height: 36px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.xfc .tu img {
    width: 100%;
}

.xfc .z {
    font-size: 16px;
    color: #1470b9;
    text-transform: uppercase;
    text-align: center;
}

.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}

.banner .swiper-pagination {
    bottom: 34px;
}

.banner .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 12px !important;
    border-radius: 100%;
    background-color: #fff;
}

.banner .wb {
    top: 42%;
    right: 19.5%;
    text-align: right;
    position: absolute;
}

.banner .wb .bt {
    font-size: 54px;
    color: #fff;
}

.banner .wb .tu {
    width: 44.445%;
    height: 2px;
    margin-top: 30px;
    float: right;
}

.banner .wb .tu img {
    width: 100%;
}

.banner .wb .z {
    width: 100%;
    margin-top: 37px;
    float: left;
}

.banner .wb .z a {
    font-size: 22px;
    margin-left: 25px;
    position: relative;
    color: #fff;
    display: inline-block;
}

.banner .wb .z a::after {
    content: '/';
    display: block;
    position: absolute;
    top: 0px;
    right: -15%;
}

.banner .wb .z a:last-child::after {
    display: none;
}

.sec-a1 {
    width: 100%;
    padding-top: 80px;
}

.dbt {
    font-weight: bold;
    text-align: center;
}

.dbt .bt {
    font-size: 38px;
    z-index: 9999;
    color: #333333;
    position: relative;
}

.dbt .bt1 {
    font-size: 32px;
}

.dbt .xbt {
    font-size: 28px;
    margin-top: -6px;
    color: #d5e1ef;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
    top: -3px;
}

.dbt .rb {
    width: 54px;
    height: 2px;
    margin: 20px auto 0;
}

.dbt .rb img {
    width: 100%;
}

.sec-a1 .box {
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.sec-a1 .box a {
    width: 31.667%;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 18px 0 rgba(224, 230, 235, 1);
}

.sec-a1 .box a .l_img {
    /*padding-bottom: 78.95%;*/
}

.sec-a1 .box a .tk {
    width: 100%;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    /*display: none;*/
    background-color: rgba(20, 112, 185, 0.8);
}

.sec-a1 .box a:hover .tk .z2 {
    display: block;
}

.sec-a1 .box a .tk1 {
    line-height: 1;
}

.sec-a1 .box a .tk1 .z {
    line-height: 60px;
}

.sec-a1 .box a .tk1 .z2 {
    font-size: 16px;
    padding-bottom: 19px;
    display: none;
}

.sec-a1 .box a .tk1 .z2 span {
    padding-bottom: 3px;
    box-sizing: border-box;
    position: relative;
    border-bottom: 2px solid transparent;
}

.sec-a1 .box a .tk1 .z2 span:hover {
    border-bottom: 2px solid #fff;
}

.sec-a1 .box a .tk1 .z2 span:nth-child(2) {
    margin: 0 10px;
}

.sec-a1 .box a .tk1 .z2 span:nth-child(2)::after {
    content: "";
    width: 1px;
    height: 18px;
    background-color: #fff;
    position: absolute;
    top: 3px;
    right: -8px;
}

.sec-a1 .box a .tk1 .z2 span:nth-child(2)::before {
    content: "";
    width: 1px;
    height: 18px;
    background-color: #fff;
    position: absolute;
    top: 3px;
    left: -8px;
}
.sec-a1 .box a .tk1 .z2 span:last-child::after {
    display: none!important;
}
.sec-a2 {
    width: 100%;
    padding-top: 80px;
}

.sec-a2 .box {
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.sec-a2 .box .box1 {
    width: 48.334%;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0px 13px 12px rgb(224 230 235);
}

.sec-a2 .box .box1 .l_img {
    /*padding-bottom: 51.725%;*/
}

.sec-a2 .box .box1 .wb {
    width: 100%;
    padding: 30px 3.5%;
    font-weight: bold;
    box-sizing: border-box;
    display: flow-root;
}

.sec-a2 .box .box1 .wb .bt {
    font-size: 20px;
    display: flex;
}

.sec-a2 .box .box1 .wb .bt span {
    font-size: 12px;
}

.sec-a2 .box .box1 .wb .z {
    font-size: 16px;
    line-height: 24px;
    margin-top: 14px;
    color: #515151;
    text-overflow: -o-ellipsis-lastline;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sec-a2 .box .box1 .wb a {
    width: 25.955%;
    font-size: 16px;
    line-height: 36px;
    margin-top: 15px;
    border: 1px solid #1470b9;
    color: #1470b9;
    float: left;
    border-radius: 18px;
    text-align: center;
    box-sizing: border-box;
    -webkit-transition: 0s all linear;
}

.sec-a2 .box .box1 .wb a:hover {
    color: #fff;
    background-color: #1470b9;
}

.sec-a3 {
    width: 100%;
    padding-top: 80px;
}

.sec-a3 .box {
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.sec-a3 .box .box1 {
    width: 46.667%;
    border-radius: 15px;
    position: relative;
}

.sec-a3 .box .box1 .l_img {
    /*padding-bottom: 64.287%;*/
}

.sec-a3 .box .box1 .wb {
    padding: 32px 20px 25px;
    box-sizing: border-box;
    display: flow-root;
    cursor: pointer;
}

.sec-a3 .box .box1 .wb .l {
    padding: 23px 0;
    padding-right: 21px;
    border-right: 1px solid #e8e8e8;
    float: left;
    box-sizing: border-box;
}

.sec-a3 .box .box1 .wb .l .mo {
    font-size: 18px;
    color: #515151;
}

.sec-a3 .box .box1 .wb .l .newy {
    margin-top: 20px;
    color: #aaaaaa;
}

.sec-a3 .box .box1 .wb .r {
    width: 85%;
    padding-top: 8px;
    padding-left: 21px;
    float: left;
    box-sizing: border-box;
}

.sec-a3 .box .box1 .wb .r .bt {
    font-size: 20px;
    font-weight: bold;
    color: #515151;
}

.sec-a3 .box .box1 .wb .r .z {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
    color: #969696;
    text-overflow: -o-ellipsis-lastline;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sec-a3 .box .box2 .wb:first-child {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.sec-a3 .box .box2 .wb {
    padding: 36.5px 0;
    border-bottom: 1px solid #e2e2e2;
}

.sec-a3 .box .box2 .wb .l {
    float: right;
    padding: 23px 0 23px 0;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    border-left: 1px solid #e8e8e8;
}

.sec-a3 .box .box2 .wb:hover {
    box-shadow: 0 4px 8px 7px rgb(239 239 239);
}

.sec-a3 .box .box2 .wb:hover .r .bt {
    color: #027db4;
}

.sec-a3 .box .box2 .wb:hover .l .mo {
    color: #027db4;
}

.sec-a3 .box .box2 .wb:hover .l .newy {
    color: #027db4;
}

.sec-a3 .box3 {
    margin-top: 39px;
    text-align: center;
}

.sec-a3 .box3 a {
    width: 140px;
    font-size: 16px;
    line-height: 36px;
    border: 1px solid #1470b9;
    color: #1470b9;
    border-radius: 18px;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    -webkit-transition: 0s all linear;
}

.sec-a3 .box3 a:hover {
    color: #fff;
    background-color: #1470b9;
}

.sec-a4 {
    width: 100%;
    padding: 80px 0;
}

.sec-a4 .box {
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.sec-a4 .box .l {
    width: 41.667%;
    border-radius: 15px;
}

.sec-a4 .box .r {
    width: 50%;
    padding-top: 78px;
    box-sizing: border-box;
}

.sec-a4 .box .r .wb {
    font-size: 22px;
    color: #1470b9;
}

.sec-a4 .box .r .bt {
    font-size: 32px;
    margin-top: 10px;
    color: #333333;
    font-weight: bold;
}

.sec-a4 .box .r .tu {
    width: 50%;
    height: 2px;
    margin-top: 21px;
    float: left;
}

.sec-a4 .box .r .tu img {
    width: 100%;
}

.sec-a4 .box .r .z {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    margin-top: 50px;
    color: #515151;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.sec-a4 .box .r a {
    width: 23.334%;
    font-size: 16px;
    line-height: 36px;
    margin-top: 40px;
    border: 1px solid #1470b9;
    color: #1470b9;
    float: left;
    border-radius: 18px;
    text-align: center;
    box-sizing: border-box;
    -webkit-transition: 0s all linear;
}

.sec-a4 .box .r a:hover {
    color: #fff;
    background-color: #1470b9;
}

.sec-b1 .box {
    padding: 0 19px;
    line-height: 50px;
    font-size: 16px;
    color: #969696;
    box-sizing: border-box;
}

.sec-b1 .box a {
    color: #969696;
}

.sec-b2 {
    width: 100%;
    padding: 50px 0 80px;
    display: flow-root;
}

.sec-b2 .box {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.sec-b2 .box .l {
    width: 20.834%;
}

.sec-b2 .box .l .bt {
    font-size: 26px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background-color: #1470b9;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.sec-b2 .box .l .ban {
    border-bottom: 1px solid #dcdcdc;
    box-sizing: border-box;
}

.sec-b2 .box .l .ban .ban1 {
    width: 100%;
    height: 80px;
    padding: 0 8%;
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec-b2 .box .l .ban .ban1 .ll {
    line-height: 24px;
}

.sec-b2 .box .l .ban .ban1 .ll .xbt {
    font-size: 18px;
    color: #333333;
}

.sec-b2 .box .l .ban .ban1 .ll .en {
    font-size: 16px;
    color: #969696;
}

.sec-b2 .box .l .ban .ban1.active {
    background-color: #dceaf5;
}

.sec-b2 .box .l .ban .ban1.active .ll .xbt {
    color: #1470b9;
}

.sec-b2 .box .l .ban .ban1.active .ll .en {
    color: #1470b9;
}

.sec-b2 .box .l .ban .ban1.active .rr {
    color: #1470b9;
}

.sec-b2 .box .l .ban .ban1 .rr {
    font-size: 16px;
    color: #969696;
    font-weight: bold;
    font-family: cursive;
}

.sec-b2 .box .l .ban .ban2 {
    padding: 0 12%;
}

.sec-b2 .box .l .ban .ban3 {
    padding: 0;
    padding-left: 24%;
}

.sec-b2 .box .l .ban .ban2 .ll .xbt {
    color: #515151;
}

.sec-b2 .box .l .ban .ban3 .ll .xbt {
    color: #515151;
}

.sec-b2 .box .r {
    width: 75%;
}

.sec-b2 .box .r .bt {
    font-size: 22px;
    color: #333333;
}

.sec-b2 .box .r .rb {
    width: 54px;
    height: 2px;
    margin-top: 11px;
    /*float: left;*/
}

.sec-b2 .box .r .rb img {
    width: 100%;
}

.sec-b2 .box .r p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
    color: #515151;
    float: left;
}

.sec-b2 .box .box1 {
    width: 100%;
    margin-top: 45px;
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.sec-b2 .box .box1 .ban {
    width: 46.667%;
    padding: 20px 2%;
    box-sizing: border-box;
    border-radius: 15px;
    background-image: url(../images/btu1.png);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 0 8px 4px rgba(239, 239, 239, 1);
}

.sec-b2 .box .box1 .ban .xbt {
    font-size: 20px;
}

.sec-b2 .box .box1 .ban a {
    width: 36.46%;
    font-size: 16px;
    line-height: 36px;
    border-radius: 15px;
    margin-top: 20px;
    color: #1470b9;
    text-align: center;
    border: 1px solid #1470b9;
    box-sizing: border-box;
    float: left;
}

.sec-b2 .box .box1 .ban a:hover {
    color: #fff;
    background-color: #1470b9;
}

.sec-b2 .box .r2 .ban {
    width: 100%;
    margin-top: 20px;
    display: inline-block;
}

.sec-b2 .box .r2 .bt2 {
    font-size: 18px;
    line-height: 32px;
    padding-left: 8px;
    border-left: 3px solid #1470b9;
    box-sizing: border-box;
    font-weight: bold;
}

.sec-b2 .box .r2 .ban .box2 {
    padding: 0 10px;
    box-sizing: border-box;
}

.sec-b2 .box .r2 .ban .box2 .box2-1 {
    width: 100%;
    margin-top: 15px;
    display: inline-block;
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    box-sizing: border-box;
}

.sec-b2 .box .r2 .ban .box2 .box2-1 .t1 {
    line-height: 40px;
    font-weight: bold;
    color: #515151;
    border-bottom: 1px solid #dcdcdc;
    box-sizing: border-box;
    text-align: center;
}

.sec-b2 .box .r2 .ban .box2 .box2-1 .t1 dt {
    width: 12.515%;
    font-size: 18px;
    border-right: 1px solid #dcdcdc;
    float: left;
    background-color: #dceaf5;
    box-sizing: border-box;
}

.sec-b2 .box .r2 .box2 .box2-1 .t1 dt:first-child {
    width: 15.814%;
}

.sec-b2 .box .r2 .box2 .box2-1 .t1 dt:nth-child(2) {
    width: 42.094%;
}

.sec-b2 .box .r2 .box2 .box2-1 .t1 dt:nth-child(3) {
    width: 17.065%;
}

.sec-b2 .box .r2 .box2 .box2-1 .t1 dd {
    width: 12.515%;
    font-size: 16px;
    border-right: 1px solid #dcdcdc;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sec-b2 .box .r2 .box2 .box2-1 .t1 dd:first-child {
    width: 15.814%;
}

.sec-b2 .box .r2 .box2 .box2-1 .t1 dd:nth-child(2) {
    width: 42.094%;
}

.sec-b2 .box .r2 .box2 .box2-1 .t1 dd:nth-child(3) {
    width: 17.065%;
}

.sec-b2 .box .r2 .box2 .box2-1 .t1 dd.xz {
    color: #1470b9;
    cursor: pointer;
}

.sec-b2 .box .r2 .box2 .box2-1 .t1 dd.zx {
    color: #fc4337;
    cursor: pointer;
}

.sec-b2 .box .r2 .ban2 {
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}

.sec-b2 .box .r .bt3 {
    width: 100%;
    padding: 0 10px;
    line-height: 32px;
    background-color: #f3f8fb;
    color: #333333;
    box-sizing: border-box;
    display: flow-root;
}

.sec-b2 .box .r2 .ban2 .box2 {
    padding: 0 10px;
    line-height: 55px;
    color: #515151;
    box-sizing: border-box;
}

.sec-b2 .box .r2 .ban3 {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}

.sec-b2 .box .r2 .ban3 .box2 {
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.sec-b2 .box .r2 .ban3 .box2 .l_img {
    width: 31.591%;
    /*padding-bottom: 18.637%;*/
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
}

.sec-b2 .box .r2 .ban3 .box2 li {
    line-height: 24px;
    font-size: 16px;
    color: #515151;
}

.sec-b2 .box .r2 .ban3:last-child .box2 {
    padding: 20px 10px 0;
}

.sec-c1 {
    padding: 50px 0 80px;
}

.sec-c1 .box {
    margin-top: 0;
}

.sec-c1 .box .r {
    width: 47%;
    padding-top: 0;
}

.sec-c1 .box .r .z2 {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
    color: #515151;
    font-weight: bold;
    float: left;
}

.sec-c1 .box .r .z2 p {
    margin-bottom: 15px;
}

.sec-c1 .box .r .z2 p:last-child {
    margin-bottom: 0;
}

.sec-c2 .box {
    width: 100%;
    padding: 0 6%;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
}

.sec-c2 .box .swiper-container {
    width: 100%;
    padding: 50px 10px 55px;
    overflow: inherit;
    overflow-x: hidden;
    box-sizing: border-box;
}

.sec-c2 .box .ban {
    padding: 35px 20px 30px;
    border-radius: 15px;
    cursor: pointer;
    -webkit-transition: 0s all linear;
    box-sizing: border-box;
    display: inline-block;
    box-shadow: 0 0 8px 8px rgba(224, 230, 235, 1);
}

.sec-c2 .box .ban .o {
    width: 90px;
    height: 90px;
    font-size: 24px;
    margin: 0 auto;
    font-weight: bold;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/o.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.sec-c2 .box .ban .sg {
    width: 1px;
    height: 28px;
    margin: 20px auto 0;
    background-color: #1470b9;
}

.sec-c2 .box .ban .z {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
    color: #515151;
    word-break: break-all;
}

.sec-c2 .box .ban:hover {
    padding-bottom: 75px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: absolute;
    top: 0;
    background-color: #f3f8fb;
}

.sec-c2 .box .swiper-pagination {
    width: 89%;
    bottom: 0;
}

.sec-c2 .box .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    box-sizing: border-box;
    background-color: transparent;
    opacity: 1;
    margin: 0 12.2%;
    background-image: url(../images/o1.png);
    background-repeat: no-repeat;
    position: relative;
    z-index: 9;
}

.sec-c2 .box .swiper-pagination-bullet-active {
    background-image: url(../images/o2.png);
}

.sec-c2 .box .swiper-pagination-bullet:first-child {
    margin-left: 0;
}

.sec-c2 .box .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.sec-c2 .box .swiper-pagination::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    margin-top: -2px;
    background-color: #dcdcdc;
    z-index: 1;
}

.sec-c2 .box .swiper-button-next,
.sec-c2 .box .swiper-button-prev {
    width: 38px;
    height: 38px;
    top: 80%;
    background-size: 15px;
    font-weight: bold;
    border: 2px solid #146eb6;
    box-sizing: border-box;
    border-radius: 100%;
}

.sec-c3 {
    width: 100%;
    padding: 80px 0 65px;
    display: inline-block;
}

.sec-c3 .box {
    width: 100%;
    padding: 0 6%;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
}

.sec-c3 .box .swiper-container {
    width: 100%;
    padding: 50px 10px 15px;
    overflow: inherit;
    overflow-x: hidden;
    box-sizing: border-box;
}

.sec-c3 .box .swiper-container .ban {
    box-shadow: 0 0 8px 8px rgb(224 230 235);
}

.sec-c3 .box .swiper-container .ban .tu {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f3f8fb;
}

.sec-c3 .box .swiper-container .ban .tu img {
    max-width: 100%;
}

.sec-c3 .box .swiper-container .ban .z {
    width: 100%;
    font-size: 16px;
    line-height: 36px;
    color: #333333;
    display: inline-block;
    text-align: center;
    background-color: #fff;
}

.sec-c3 .box .swiper-button-next,
.sec-c3 .box .swiper-button-prev {
    width: 38px;
    height: 38px;
    top: 60%;
    background-size: 15px;
    font-weight: bold;
    border: 2px solid #146eb6;
    box-sizing: border-box;
    border-radius: 100%;
}

.sec-d1 {
    width: 100%;
    padding: 50px 0 80px;
    display: inline-block;
}

.sec-d1 .box {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    display: inline-block;
}

.sec-d1 .box a {
    width: 11.865%;
    line-height: 48px;
    font-size: 20px;
    text-align: center;
    margin-right: 40px;
    border-radius: 5px;
    -webkit-transition: 0s all linear;
    float: left;
    color: #333333;
}

.sec-d1 .box a:hover {
    color: #fff;
    background-color: #1470b9;
}

.sec-d1 .box .a {
    color: #fff;
    background-color: #1470b9;
}

.sec-d1 .box2 {
    width: 100%;
    padding: 0 10px;
    margin-top: 50px;
    display: inline-block;
    box-sizing: border-box;
}

.sec-d1 .box2 .t {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.sec-d1 .box2 .t:last-child {
    margin-bottom: 0;
}

.sec-d1 .box2 .t a {
    width: 31.865%;
    border-radius: 15px;
    margin-bottom: 27px;
}

.sec-d1 .box2 .t a .l_img {
    /*padding-bottom: 47.873%;*/
    position: relative;
}

.sec-d1 .box2 .t a .l_img .bq {
    width: 100px;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(252, 67, 55, 0.8);
    border-top-left-radius: 10px;
}

.sec-d1 .box2 .t a .wb {
    padding: 20px 10px 0;
    box-sizing: border-box;
}

.sec-d1 .box2 .t a .wb .bt {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    text-align: left;
}

.sec-d1 .box2 .t a .wb .z {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    color: #515151;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sec-d1 .box2 .t a .wb .t1 {
    width: 100%;
    height: 45px;
    font-size: 16px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}

.sec-d1 .box2 .t a .wb .t1 .time {
    color: #969696;
}

.sec-d1 .box2 .t a .wb .t1 .a {
    color: #969696;
}

.sec-d1 .box2 .t a:hover .wb .bt {
    color: #1470b9;
}

.sec-d1 .box2 .t a:hover .wb .t1 .a {
    color: #1470b9;
}

.sec-d1 .jz {
    width: 15%;
    font-size: 18px;
    line-height: 42px;
    margin: 50px auto 0;
    color: #fff;
    border-radius: 21px;
    text-align: center;
    background-color: #1470b9;
    cursor: pointer;
}

/* .sec-e1 {
    width: 100%;
    padding-top: 50px;
    display: inline-block;
} */

.sec-e1 .bt {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.sec-e1 .xbt {
    font-size: 18px;
    margin-top: 30px;
    color: #969696;
    text-align: center;
}

.sec-e1 .box1 {
    width: 100%;
    margin-top: 30px;
    padding: 40px 10px;
    border-top: 1px solid #e8e8e8;
    box-sizing: border-box;
    display: inline-block;
    border-bottom: 1px solid #e8e8e8;
    line-height: 1.76;
}

.sec-e1 .box1 img {
    max-width: 100%;
    margin: 40px auto;
}

.sec-e1 .box3 {
    width: 100%;
    padding: 0 19px;
    line-height: 80px;
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.sec-e1 .box3 .z {
    font-size: 16px;
    color: #969696;
    cursor: pointer;
}

.sec-e1 .box3 .z:hover {
    color: #1e50ae;
}

.sec-e1 .btz {
    margin-top: 80px;
}

.sec-e1 .btz .bt1 {
    font-size: 22px;
    font-weight: bold;
}

.sec-e1 .btz .rb {
    width: 54px;
    height: 2px;
    margin-top: 11px;
    float: left;
}

.sec-e1 .btz .rb img {
    width: 100%;
}

.sec-f1 {
    width: 100%;
    padding: 50px 0 80px;
    display: inline-block;
}

.sec-f1 .r {
    width: 63.334%;
    height: 400px;
    float: right;
    background: #fff;
    box-sizing: border-box;
}

#allmap {
    width: 100%;
    height: 100%;
}

.sec-f1 .l {
    width: 36.667%;
    height: 400px;
    padding: 40px 2.5% 0;
    box-sizing: border-box;
    float: left;
    box-shadow: 0 0 8px 8px rgb(239 239 239);
}

.sec-f1 .l .btz .bt {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
}

.sec-f1 .l .btz .rb {
    width: 54px;
    height: 2px;
    margin-top: 11px;
    float: left;
}

.sec-f1 .l .btz .rb img {
    width: 100%;
}

.sec-f1 .l .box {
    width: 100%;
    margin-top: 37px;
    display: inline-block;
}

.sec-f1 .l .box .t {
    width: 100%;
    margin-top: 30px;
    line-height: 40px;
    display: inline-block;
}

.sec-f1 .l .box .t:first-child {
    margin-top: 0;
}

.sec-f1 .l .box .t .o {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    box-shadow: 0 0 8px 8px rgb(242 242 242);
}

.sec-f1 .l .box .t .o img {
    max-width: 100%;
}

.sec-f1 .l .box .t .z {
    width: 84%;
    font-size: 16px;
    margin-left: 12px;
    color: #515151;
    float: left;
    font-weight: bold;
}

.sec-f1 .l .box .t .z span {
    line-height: 2;
    float: left;
}

.sec-f1 .l .box .t .z .s {
    width: 83%;
}

.sec-f2 {
    width: 100%;
    padding-bottom: 80px;
    display: inline-block;
}

.sec-f2 .layui-form {
    width: 100%;
    padding: 0 10px;
    margin-top: 50px;
    box-sizing: border-box;
}

.sec-f2 .box {
    width: 100%;
    line-height: 60px;
    display: inline-block;
}

.sec-f2 .box .bt {
    font-size: 18px;
    margin-right: 30px;
    float: left;
}

.sec-f2 .box .layui-form-radio {
    margin: 0;
    padding: 0;
    margin-right: 30px;
}

.sec-f2 .box .layui-form-radio * {
    font-size: 16px;
}

.sec-f2 .box .layui-form-radio:hover *,
.sec-f2 .box .layui-form-radioed,
.sec-f2 .box .layui-form-radioed>i {
    color: #1470b9;
}

.sec-f2 .box2 {
    margin-top: 30px;
}

.sec-f2 .box2 .t {
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.sec-f2 .box2 .t:first-child {
    margin-top: 0;
}

.sec-f2 .box2 .t .layui-input-block {
    width: 47.882%;
    margin-left: 0;
    padding-left: 20px;
    box-sizing: border-box;
    min-height: auto;
    border-radius: 10px;
    background-color: #f3f8fb;
}

.sec-f2 .box2 .t .layui-input-block .dh {
    float: left;
}

.sec-f2 .box2 .t .layui-input-block .dh .tu {
    width: 26px;
    height: 60px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec-f2 .box2 .t .layui-input-block .dh .tu img {
    width: 100%;
}

.sec-f2 .box2 .t .layui-input-block .dh .z {
    font-size: 18px;
    line-height: 60px;
    margin-left: 20px;
    color: #515151;
    float: left;
}

.sec-f2 .box2 .t .layui-input-block .layui-input {
    width: 80%;
    height: 60px;
    font-size: 18px;
    float: left;
    border: none;
}

.sec-f2 .box2 .t .layui-textarea {
    font-size: 18px;
    padding: 20px;
    min-height: 120px;
    border-radius: 10px;
    background-color: #f3f8fb;
    border: none;
    width: 100%;
}

.sec-f2 .box2 .t .layui-btn {
    padding: 0 46px;
    height: 54px;
    line-height: 54px;
    font-size: 22px;
    color: #fff;
    border-radius: 10px;
    border: none;
    margin: 0 auto;
    background-color: #1470b9;
}

.sec-b2 .box .r3 .ban2 {
    width: 100%;
    margin-top: 20px;
    display: inline-block;
}

.sec-b2 .box .r3 .ban2 .l_img {
    width: 20%;
    /*padding-bottom: 15.556%;*/
    float: left;
}

.sec-b2 .box .r3 .ban2 .z {
    width: 74.5%;
    font-size: 16px;
    line-height: 24px;
    padding-top: 20px;
    box-sizing: border-box;
    float: right;
    color: #515151;
}

.sec-b2 .box .r3 .box2 {
    width: 100%;
    margin-top: 50px;
    display: inline-block;
}

.sec-b2 .box .r3 .box2 .ban3 {
    width: 100%;
    margin-top: 30px;
    padding: 20px;
    cursor: pointer;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    display: inline-block;
}

.sec-b2 .box .r3 .box2 .ban3:first-child {
    margin-top: 0;
}

.sec-b2 .box .r3 .box2 .ban3 .up {
    width: 100%;
    line-height: 40px;
    font-size: 18px;
    color: #1470b9;
    font-weight: bold;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.sec-b2 .box .r3 .box2 .ban3 .up .z {
    color: #000000;
}

.sec-b2 .box .r3 .box2 .ban3 .up .xz .tu {
    width: 22px;
    height: 40px;
    margin-right: 10px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec-b2 .box .r3 .box2 .ban3 .up .xz .z1 {
    font-size: 16px;
    float: left;
}

.sec-b2 .box .r3 .box2 .ban3 .down {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.sec-b2 .box .r3 .box2 .ban3 .down .wb {
    font-size: 16px;
    line-height: 30px;
}

.sec-b2 .box .r3 .box2 .ban3 .down .wb li {
    color: #969696;
}

.sec-b2 .box .r3 .box2 .ban3 .down .wb li span {
    color: #515151;
}

.sec-b2 .box .r3 .box2 .ban3 .down .l_img {
    width: 23.311%;
    /*padding-bottom: 14.92%;*/
}

.sec-b2 .box .r3 .box2 .ban3:hover {
    border: 1px solid #1470b9;
}

.sec-b2 .box .r3 .box2 .ban3:hover .up .z {
    color: #1470b9;
}

.sec-b2 .box .r2 .ban2 .box2 .z {
    line-height: 24px;
    padding: 15px 0;
}

.sec-b2 .box .r2 .ban3 .box2 .z {
    line-height: 24px;
}

.sec-b2 .box .r .bt3 .z {
    float: left;
}

.sec-b2 .box .r .bt3 .xz {
    float: right;
}

.sec-b2 .box .r .bt3 .xz .tu {
    width: 22px;
    height: 32px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec-b2 .box .r .bt3 .xz .tu img {
    width: 100%;
}

.sec-b2 .box .r .bt3 .xz span {
    margin-left: 10px;
    float: left;
    color: #1470b9;
}

.sec-b2 .box .r2 .ban4 {
    width: 100%;
    font-size: 18px;
    line-height: 40px;
    border-bottom: 1px solid #dcdcdc;
    display: flow-root;
    font-weight: bold;
    box-sizing: border-box;
}

.sec-b2 .box .r2 .ban4 a {
    padding: 0 24px;
    float: left;
    color: #515151;
    position: relative;
}

.sec-b2 .box .r2 .ban4 a::after {
    display: block;
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
}

.sec-b2 .box .r2 .ban4 a:hover::after {
    background-color: #1470b9;
}

.sec-b2 .box .r2 .ban4 a:hover {
    color: #1470b9;
}

.sec-b2 .box .r2 .ban4 a.active {
    color: #1470b9;
}

.sec-b2 .box .r2 .ban4 a.active::after {
    background-color: #1470b9;
}

.sec-b2 .box .r2 .box3 {
    width: 100%;
    margin-top: 80px;
    display: flow-root;
}

.sec-b2 .box .r2 .box4 {
    width: 100%;
    margin-top: 22px;
    display: flow-root;
}

.sec-b2 .box .r2 .box4 a {
    width: 23.334%;
    padding: 10px;
    margin-right: 20px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    float: left;
}

.sec-b2 .box .r2 .box4 a:last-child {
    margin-right: 0;
}

.sec-b2 .box .r2 .box4 a .l_img {
    /*padding-bottom: 65%;*/
}

.sec-b2 .box .r2 .box4 a .z {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
}

.sec-b2 .box .r2 .lunbo {
    width: 100%;
    height: 248px;
    margin: 20px 0 50px;
    float: left;
    position: relative;
    overflow: hidden;
}

.g_xqlb {
    /*width: 82.223%;*/
    /*margin-right: 0;*/
}

.g_xqlb .l_img {
    /*width: 51.352%;*/
    /*padding-bottom: 33.514%;*/
    /*float: left;*/
}

.sec-b2 .box .r2 .lunbo .swiper-pagination {
    display: none;
}

.sec-b2 .box .r2 .lunbo .xlb {
    position: relative;
    width: 11%;
    height: 100%;
    /*left: 0;*/
    /*top: 0;*/
    box-sizing: border-box;
    /*position: absolute;*/
}

.sec-b2 .box .r2 .lunbo .mySwiper04 {
    width: 100%;
    height: 90%;
    /*position: absolute;*/
    top: 5%;
    /*left: 0;*/
}

.sec-b2 .box .r2 .lunbo .mySwiper04 img {
    width: 100%;
}

.sec-b2 .box .r2 .lunbo .swiper-button-next,
.sec-b2 .box .r2 .lunbo .swiper-button-prev {
    width: 100%;
    background-image: none;
    height: auto;
    margin-top: 0;
    left: 0;
    font-size: 20px;
    opacity: 1;
    font-weight: bold;
    color: #aaaaaa;
    text-align: center;
}

.sec-b2 .box .r2 .lunbo .swiper-button-prev {
    top: -4%;
}

.sec-b2 .box .r2 .lunbo .swiper-button-next {
    bottom: -3.5%;
    top: auto;
}

.g_xqlb .wb {
    width: 40%;
    /*float: right;*/
}

.g_xqlb .wb .xbt {
    width: 100%;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background-color: #f8f8f8;
}

.g_xqlb .wb .z {
    width: 100%;
    font-size: 16px;
    margin-top: 35px;
    color: #515151;
    display: inline-block;
}

.g_xqlb .wb .z:first-child {
    margin-top: 0;
}

.g_xqlb .wb .z span {
    font-size: 22px;
    color: #fc4337;
    margin-left: 25px;
    margin-right: 7px;
}

.g_xqlb .wb .box5 {
    width: 100%;
    padding-top: 20px;
}

.g_xqlb .wb .box5 .z1 {
    line-height: 32px;
    float: left;
}

.g_xqlb .wb .box5 .k {
    float: left;
    line-height: 32px;
}

.g_xqlb .wb .box5 .k .k1 {
    width: 70px;
    line-height: 30px;
    margin-left: 17px;
    color: #515151;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    float: left;
    cursor: pointer;
}

.g_xqlb .wb .box5 .k .k1:first-child {
    margin-left: 0;
}

.g_xqlb .wb .box5 .k .k1.active {
    border: 1px solid #1470b9;
    color: #1470b9;
}

.g_xqlb .wb .box5 .k .k1:hover {
    border: 1px solid #1470b9;
    color: #1470b9;
}

.g_xqlb .wb .t {
    width: 100%;
    margin-top: 30px;
    text-align: center;
    display: inline-block;
}

.g_xqlb .wb .t a {
    font-size: 18px;
    line-height: 42px;
    padding: 0 4.5%;
    box-sizing: border-box;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    background-color: #1470b9;
}

.g_xqlb .wb .t a .tu {
    width: 26px;
    height: 42px;
    margin-right: 10px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.g_xqlb .wb .t a .tu img {
    width: 100%;
}
@media screen and (max-width: 1500px) {
     body {
        zoom: .9;
    }
 }
@media screen and (max-width: 1220px) {
    .w1200 {
        width: 90%;
    }

    .header .up .l .wb {
        margin-right: 20px;
    }

    .header .up .l .wb span {
        font-size: 16px;
    }

    .header .down .logo {
        height: 70px;
    }

    .header .down .r .lie {
        margin-top: 25px;
    }

    .header .down .r .lie li {
        margin-left: 35px;
    }

    .header .down .r .ss {
        height: 70px;
    }

    .header .down .r .lie li .tk a {
    line-height: 1.76;
        font-size: 14px;
    }

    .header .down .r .lie li .tk {
        width: 125px;
        padding: 10px 0;
        left: -30px;
    }

    .header .down .r .lie li .tk1 {
        left: -20px;
    }

    .footer {
        padding: 35px 0;
    }

    .footer .z a {
        font-size: 16px;
    }

    .footer .z2 {
        font-size: 14px;
        margin-top: 20px;
    }

    /* 首页 */
    .banner .wb .bt {
        font-size: 36px;
    }

    .banner .wb .z {
        margin-top: 27px;
    }

    .banner .wb .z a {
        font-size: 18px;
        margin-left: 20px;
    }

    .banner .swiper-pagination-bullet {
        width: 13px;
        height: 13px;
    }

    .sec-a1 {
        padding-top: 50px;
    }

    .sec-a1 .box {
        margin-top: 30px;
    }

    .dbt .bt {
        font-size: 30px;
    }

    .dbt .xbt {
        font-size: 22px;
    }

    .dbt .rb {
        margin: 10px auto 0;
    }

    .sec-a2 {
        padding-top: 50px;
    }

    .sec-a2 .box {
        width: 100%;
    }

    .sec-a2 .box .box1 .wb .bt {
        font-size: 18px;
    }

    .sec-a3 {
        padding-top: 50px;
    }

    .sec-a3 .box {
        margin-top: 30px;
    }

    .sec-a3 .box .box1 .wb {
        padding: 15px 5px;
    }

    .sec-a3 .box .box1 .wb .r {
        padding-left: 10px;
    }

    .sec-a3 .box .box1 .wb .r .bt {
        font-size: 18px;
    }

    .sec-a3 .box .box2 .wb {
        padding: 22px 0;
    }

    .sec-a3 .box3 {
        margin-top: 10px;
    }

    .sec-a4 {
        padding: 50px 0;
    }

    .sec-a4 .box {
        margin-top: 30px;
    }

    .sec-a4 .box .r .wb {
        font-size: 20px;
    }

    .sec-a4 .box .r .bt {
        font-size: 26px;
    }

    /* 转化医学列表 */
    .sec-b1 .box {
        padding: 0 10px;
        line-height: 40px;
        font-size: 14px;
    }

    .sec-b2 {
        padding: 50px 0;
    }

    .sec-b2 .box .l .bt {
        font-size: 22px;
        line-height: 50px;
    }

    .sec-b2 .box .l .ban .ban1 {
        height: 70px;
    }

    .sec-b2 .box .l .ban .ban1 .ll .xbt {
        font-size: 16px;
    }

    .sec-b2 .box .l .ban .ban1 .ll .en {
        font-size: 14px;
    }

    .sec-b2 .box .r .bt {
        font-size: 20px;
    }

    .sec-b2 .box .r p {
        font-size: 14px;
    }

    .sec-b2 .box .box1 {
        margin-top: 30px;
    }

    .sec-b2 .box .box1 .ban .xbt {
        font-size: 18px;
    }

    /* 转化医学详情 */
    .sec-b2 .box .r2 .bt2 {
        font-size: 16px;
        line-height: 26px;
    }

    .sec-b2 .box .r2 .ban .box2 .box2-1 .t1 {
        line-height: 36px;
    }

    .sec-b2 .box .r2 .ban .box2 .box2-1 .t1 dt {
        font-size: 16px;
    }

    .sec-b2 .box .r2 .box2 .box2-1 .t1 dd {
        font-size: 14px;
    }

    /* 公司简介 */
    .sec-c1 .box .r .z2 {
        font-size: 14px;
    }

    .sec-c2 .box .ban .z {
        font-size: 14px;
        margin-top: 10px;
    }

    .sec-c2 .box .ban .o {
        width: 78px;
        height: 78px;
        font-size: 20px;
    }

    .sec-c2 .box .ban .sg {
        height: 20px;
        margin: 8px auto 0;
    }

    .sec-c3 {
        padding: 50px 0;
    }

    .sec-c3 .box .swiper-container {
        padding: 30px 10px 15px;
    }

    /* 新闻列表 */
    .sec-d1 {
        padding: 50px 0;
    }

    .sec-d1 .box a {
        line-height: 40px;
        font-size: 18px;
        margin-right: 30px;
    }

    .sec-d1 .box2 {
        margin-top: 30px;
    }

    .sec-d1 .box2 .t {
        margin-bottom: 25px;
    }

    .sec-d1 .box2 .t a .wb .bt {
        font-size: 16px;
    }

    .sec-d1 .box2 .t a .wb .z {
        font-size: 14px;
    }

    .sec-d1 .box2 .t a .wb .t1 {
        height: 35px;
        font-size: 14px;
    }

    .sec-d1 .jz {
        font-size: 16px;
        line-height: 40px;
        margin: 40px auto 0;
    }

    /* 新闻详情 */
    .sec-e1 .bt {
        font-size: 22px;
    }

    .sec-e1 .xbt {
        font-size: 16px;
        margin-top: 15px;
    }

    .sec-e1 .box1 {
        margin-top: 25px;
        padding: 25px 10px;
    }

    .sec-e1 .box3 {
        padding: 0 10px;
        line-height: 50px;
    }

    .sec-e1 .box3 .z {
        font-size: 14px;
    }

    .sec-e1 .btz {
        margin-top: 50px;
    }

    .sec-e1 .btz .bt1 {
        font-size: 20px;
    }

    /* 联系我们 */
    .sec-f1 {
        padding: 50px 0;
    }

    .sec-f1 .l {
        padding: 20px 2.5% 0;
    }

    .sec-f1 .l .btz .bt {
        font-size: 30px;
    }

    .sec-f1 .l .box {
        margin-top: 21px;
    }

    .sec-f1 .l .box .t .z {
        font-size: 15px;
    }

    .sec-f2 {
        padding-bottom: 50px;
    }

    .sec-f2 .layui-form {
        margin-top: 20px;
    }

    .sec-f2 .box2 .t .layui-input-block .dh .tu {
        height: 50px;
    }

    .sec-f2 .box2 .t .layui-input-block {
        padding-left: 10px;
    }

    .sec-f2 .box2 .t .layui-input-block .dh .z {
        font-size: 16px;
        line-height: 50px;
    }

    .sec-f2 .box2 .t .layui-input-block .layui-input {
        height: 50px;
        font-size: 16px;
    }

    .sec-f2 .box2 .t .layui-btn {
        padding: 0 35px;
        height: 45px;
        line-height: 45px;
        font-size: 20px;
    }

    /* 产品列表 */
    .sec-b2 .box .r3 .ban2 .z {
        font-size: 14px;
    }

    .sec-b2 .box .r3 .box2 {
        margin-top: 30px;
    }

    .sec-b2 .box .r3 .box2 .ban3 {
        margin-top: 20px;
        padding: 15px;
    }

    .sec-b2 .box .r3 .box2 .ban3 .up {
        line-height: 30px;
        font-size: 16px;
    }

    .sec-b2 .box .r3 .box2 .ban3 .up .xz .tu {
        width: 22px;
        height: 30px;
    }

    .sec-b2 .box .r3 .box2 .ban3 .up .xz .z1 {
        font-size: 14px;
    }

    .sec-b2 .box .r3 .box2 .ban3 .down .wb {
        font-size: 14px;
        line-height: 26px;
    }

    /* 产品详情 */
    .sec-b2 .box .r2 .lunbo {
        margin: 20px 0;
    }

    .g_xqlb .wb .xbt {
        line-height: 45px;
    }

    .g_xqlb .wb .z {
        font-size: 14px;
    }

    .g_xqlb .wb .z span {
        font-size: 18px;
    }

    .g_xqlb .wb .box5 .k .k1 {
        width: 60px;
        line-height: 24px;
        margin-left: 10px;
    }

    .g_xqlb .wb .box5 .z1 {
        line-height: 24px;
    }

    .g_xqlb .wb .t a {
        font-size: 16px;
    }

    .sec-b2 .box .r2 .box3 {
        margin-top: 30px;
    }
}
.hide {
    display: none!important;
}
@media screen and (max-width: 1185px) {
    .header .down .r .lie li .a {
        font-size: 14px;
    }

    .header .down .r .lie li .tk {
        width: 110px;
        padding: 5px 0;
        left: -25px;
        top: 26px;
    }

    .header .down .r .lie li .tk a {
    line-height: 1.76;
        font-size: 12px;
    }

    .header .down .r .lie li .tk1 {
        left: -15px;
    }

    /* 首页 */
    .banner .wb .bt {
        font-size: 32px;
    }

    .banner .wb .tu {
        width: 30%;
    }

    .banner .wb {
        top: 50%;
        right: 18%;
    }

    .banner .swiper-pagination {
        bottom: 15px;
    }

    .sec-a1 {
        padding-top: 30px;
    }

    .dbt .bt {
        font-size: 24px;
    }

    .dbt .xbt {
        font-size: 18px;
    }

    .sec-a1 .box a .tk {
        font-size: 18px;
    }

    .sec-a1 .box a .tk1 .z {
        line-height: 50px;
    }

    .sec-a1 .box a .tk1 .z2 {
        font-size: 14px;
        padding-bottom: 17px;
    }

    .sec-a2 {
        padding-top: 30px;
    }

    .sec-a2 .box .box1 .wb {
        padding: 15px 3.5%;
    }

    .sec-a2 .box .box1 .wb .z {
        font-size: 14px;
    }

    .sec-a2 .box .box1 .wb a {
        font-size: 14px;
        line-height: 32px;
    }

    .sec-a3 {
        padding-top: 30px;
    }

    .sec-a3 .box .box1 .wb .l {
        padding: 15px 0;
        padding-right: 15px;
    }

    .sec-a3 .box .box1 .wb .l .mo {
        font-size: 16px;
    }

    .sec-a3 .box .box1 .wb .r {
        width: 70%;
    }

    .sec-a3 .box .box1 .wb .r .bt {
        font-size: 16px;
    }

    .sec-a3 .box .box1 .wb .r .z {
        font-size: 14px;
    }

    .sec-a3 .box .box2 .wb .l {
        padding: 15px 0;
        padding-left: 15px;
        padding-right: 10px;
    }

    .sec-a4 {
        padding: 30px 0;
    }

    .sec-a4 .box .r {
        padding-top: 40px;
    }

    .sec-a4 .box .r .wb {
        font-size: 18px;
    }

    .sec-a4 .box .r .bt {
        font-size: 24px;
    }

    .sec-a4 .box .r .tu {
        width: 30%;
        margin-top: 15px;
    }

    .sec-a4 .box .r .z {
        font-size: 14px;
        line-height: 24px;
        margin-top: 45px;
    }

    /* 转化医学列表 */
    .sec-b2 {
        padding: 30px 0;
    }

    .sec-b2 .box .l .bt {
        font-size: 20px;
        line-height: 40px;
    }

    .sec-b2 .box .l .ban .ban1 {
        height: 60px;
    }

    .sec-b2 .box .r .bt {
        font-size: 18px;
    }

    .sec-b2 .box .box1 {
        margin-top: 20px;
    }

    .sec-b2 .box .box1 .ban {
        padding: 10px 2%;
    }

    .sec-b2 .box .box1 .ban .xbt {
        font-size: 16px;
    }

    .sec-b2 .box .box1 .ban a {
        font-size: 14px;
        line-height: 30px;
        margin-top: 10px;
    }

    /* 转化医学详情 */
    .sec-b2 .box .r2 .ban .box2 .box2-1 .t1 {
        line-height: 32px;
    }

    .sec-b2 .box .r2 .ban .box2 .box2-1 .t1 dd {
        font-size: 12px;
    }

    .sec-b2 .box .r2 .ban2 {
        font-size: 14px;
    }

    .sec-b2 .box .r2 .ban3 {
        font-size: 14px;
    }

    .sec-b2 .box .r2 .ban3 .box2 {
        padding: 10px;
    }

    .sec-b2 .box .r2 .ban3 .box2 li {
        font-size: 14px;
    }

    /* 公司简介 */
    .sec-c2 .box .ban .o {
        width: 73px;
        height: 73px;
        font-size: 18px;
    }

    .sec-c2 .box .ban .z {
        font-size: 12px;
        margin-top: 10px;
    }

    .sec-c3 {
        padding: 30px 0;
    }

    /* 新闻列表 */
    .sec-d1 {
        padding: 30px 0;
    }

    .sec-d1 .box a {
        line-height: 35px;
        font-size: 16px;
        margin-right: 25px;
    }

    /* 新闻详情 */
    .sec-e1 .btz {
        margin-top: 30px;
    }

    /* 联系我们 */
    .sec-f1 {
        padding: 30px 0;
    }

    .sec-f1 .l {
        height: 310px;
        padding: 15px 1% 0;
    }

    .sec-f1 .l .btz .bt {
        font-size: 24px;
    }

    .sec-f1 .l .box .t .z {
        font-size: 14px;
    }

    .sec-f1 .l .box .t .o {
        width: 35px;
        height: 35px;
    }

    .sec-f1 .l .box .t {
        margin-top: 20px;
        line-height: 35px;
    }

    .sec-f1 .r {
        height: 310px;
    }

    .sec-f2 {
        padding-bottom: 30px;
    }

    .sec-f2 .box {
        line-height: 40px;
    }

    .sec-f2 .box .bt {
        font-size: 16px;
    }

    .sec-f2 .box2 {
        margin-top: 20px;
    }

    .sec-f2 .box2 .t .layui-input-block .dh .tu {
        width: 20px;
        height: 40px;
    }

    .sec-f2 .box2 .t .layui-input-block .dh .z {
        font-size: 14px;
        line-height: 40px;
    }

    .sec-f2 .box2 .t .layui-input-block .layui-input {
        height: 40px;
        font-size: 14px;
    }

    .sec-f2 .box2 .t .layui-textarea {
        font-size: 14px;
        padding: 10px;
    }

    .sec-f2 .box2 .t .layui-btn {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    /* 产品列表 */
    .sec-b2 .box .r3 .box2 .ban3 .up {
        font-size: 14px;
    }

    .sec-b2 .box .r3 .box2 .ban3 .down .wb {
        font-size: 12px;
        line-height: 28px;
    }

    /* 产品详情 */
    .sec-b2 .box .r2 .lunbo {
        height: 218px;
    }

    .g_xqlb .wb .xbt {
        line-height: 40px;
        font-size: 16px;
    }

    .sec-b2 .box .r2 .ban4 {
        font-size: 16px;
    }

    .sec-b2 .box .r2 .ban4 a {
        padding: 0 20px;
    }

    .sec-b2 .box .r2 .box4 a .z {
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (max-width: 1160px) {

    /* 转化医学列表 */
    .sec-b2 .box .l .ban .ban1 .ll .xbt {
        font-size: 14px;
    }

    .sec-b2 .box .l .ban .ban1 .ll .en {
        font-size: 12px;
    }

    /* 产品列表 */
    .sec-b2 .box .r3 .ban2 .z {
        font-size: 12px;
    }

    .sec-b2 .box .r3 .box2 .ban3 .down .wb {
        line-height: 26px;
    }
}

@media screen and (max-width: 1060px) {

    /* 产品详情 */
    .g_xqlb .wb .z {
        font-size: 12px;
    }

    .g_xqlb .wb .box5 .k .k1 {
        width: 50px;
    }
}
 .lunbo {
                        display: flex;
                    }
                    .g_xqlb {
                        display: flex;
                        width: 85%;
                        padding: 0 2%;
                        justify-content: space-between;
                    }
                    #cp1 p {
                        float: none!important;
                    }
                    #cp1 p strong {
                        display: block;
                        width: 100%;
                        background-color: rgb(220 234 245);
                    }
@media screen and (max-width: 768px) {
    .sec-b2 .box .l .ban .ban2 {
        display: none;
    }
    .g_xqlb {
        display: block;
    }
    .asdas .swiper-button-next04,.asdas .swiper-button-prev04 {
        display: none!important;
    }
    .header .up .l .wb span {
        display: none;
    }

    .header .down .r .lie {
        display: none;
    }

    .header .up .r .tu .tk {
        width: 60px;
        height: 60px;
        padding: 5px;
        top: 35px;
    }

    .header .up .r .tu .tk::after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 6px solid #fff;
        top: -6px;
    }

    .header .down .logo {
        height: 40px;
        width: 30%;
    }

    .header .down .r .ss {
        height: 40px;
        width: 20px;
    }

    .rg {
        display: flex;
    }

    .footer {
        padding: 20px 0;
    }

    .footer .z {
        display: none;
    }

    .footer .z2 {
        font-size: 12px;
        margin-top: 0;
    }

    .xfc {
        width: 40px;
        bottom: 10%;
        right: 4%;
    }

    .xfc .tu {
        width: 20px;
        height: 30px;
    }

    .xfc .z {
        font-size: 14px;
    }

    /* 首页 */
    .banner .wb {
        top: 45%;
        right: 15%;
    }

    .banner .wb .bt {
        font-size: 14px;
    }

    .banner .wb .tu {
        width: 20%;
        margin-top: 10px;
    }

    .banner .wb .z {
        margin-top: 10px;
    }

    .banner .wb .z a {
        font-size: 12px;
        margin-left: 15px;
    }

    .banner .swiper-pagination {
        bottom: 3px;
    }

    .banner .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .dbt .bt {
        font-size: 18px;
    }

    .dbt .xbt {
        font-size: 14px;
        margin-top: -2px;
    }

    .sec-a1 .box a {
        width: 100%;
        margin-top: 10px;
    }

    .sec-a1 .box a:first-child {
        margin-top: 0;
    }

    .sec-a2 .box .box1 {
        width: 100%;
        margin-top: 10px;
    }

    .sec-a2 .box .box1:first-child {
        margin-top: 0;
    }

    .sec-a2 .box .box1 .wb a {
        width: 35%;
    }

    .sec-a3 .box .box1 {
        width: 100%;
    }

    .sec-a3 .box .box1 .wb .l {
        padding: 10px 0;
        padding-right: 5px;
    }

    .sec-a3 .box .box1 .wb .r {
        width: 80%;
    }

    .sec-a3 .box .box1 .wb .r .bt {
        font-size: 14px;
    }

    .sec-a3 .box .box1 .wb .r .z {
        font-size: 12px;
        line-height: 20px;
        margin-top: 10px;
    }

    .sec-a3 .box .box2 .wb .l {
        padding: 10px 0;
        padding-left: 10px;
        padding-right: 5px;
    }

    .sec-a3 .box3 a {
        width: 120px;
        font-size: 14px;
        line-height: 32px;
    }

    .sec-a4 .box .l {
        width: 100%;
    }

    .sec-a4 .box .r {
        width: 100%;
        padding-top: 20px;
    }

    .sec-a4 .box .r .wb {
        font-size: 14px;
    }

    .sec-a4 .box .r .bt {
        font-size: 18px;
    }

    .sec-a4 .box .r .z {
        font-size: 12px;
        margin-top: 15px;
    }

    .sec-a4 .box .r a {
        width: 32%;
        font-size: 14px;
        line-height: 32px;
        margin-top: 20px;
    }

    /* 转化医学列表 */
    .sec-b1 .box {
        padding: 0;
        line-height: 30px;
        font-size: 12px;
    }

    .sec-b2 .box .l {
        width: 100%;
    }

    .sec-b2 .box .l .bt {
        font-size: 17px;
        line-height: 36px;
    }

    .sec-b2 .box .l .ban .ban1 {
        height: 50px;
    }

    .sec-b2 .box .r {
        width: 100%;
        margin-top: 30px;
    }

    .sec-b2 .box .box1 .ban {
        width: 100%;
        margin-top: 10px;
    }

    .sec-b2 .box .box1 .ban:first-child {
        margin-top: 0;
    }

    /* 转化医学详情 */
    .sec-b2 .box .r2 .ban .box2 {
        padding: 0;
    }

    .sec-b2 .box .r2 .ban .box2 .box2-1 .t1 dt {
        font-size: 12px;
    }

    .sec-b2 .box .r2 .ban2 {
        font-size: 12px;
    }

    .sec-b2 .box .r2 .ban2 .box2 {
        line-height: 40px;
    }

    .sec-b2 .box .r2 .ban3 .box2 li {
        font-size: 12px;
    }

    .sec-b2 .box .r2 .bt2 {
        font-size: 14px;
        line-height: 24px;
    }

    /* 公司简介 */
    .sec-c2 .box .swiper-button-next,
    .sec-c2 .box .swiper-button-prev {
        width: 30px;
        height: 30px;
        top: 50%;
        background-size: 10px;
    }

    .sec-c3 .box .swiper-button-next,
    .sec-c3 .box .swiper-button-prev {
        width: 30px;
        height: 30px;
        top: 55%;
        background-size: 10px;
    }

    /* 新闻列表 */
    .sec-d1 .box a {
        line-height: 30px;
        font-size: 14px;
        margin-right: 20px;
        width: 23%;
    }

    .sec-d1 .box2 {
        margin-top: 20px;
    }

    .sec-d1 .box2 .t a {
        width: 100%;
        margin-top: 10px;
    }

    .sec-d1 .box2 .t a:first-child {
        margin-top: 0;
    }

    .sec-d1 .jz {
        width: 34%;
        font-size: 14px;
        line-height: 32px;
        margin: 30px auto 0;
    }

    /* 新闻详情 */
    .sec-e1 .bt {
        font-size: 18px;
    }

    .sec-e1 .xbt {
        font-size: 14px;
        margin-top: 10px;
    }

    /* 联系我们 */
    .sec-f1 .l {
        width: 100%;
        padding: 20px 2.5% 0;
    }

    .sec-f1 .r {
        width: 100%;
    }

    .sec-f1 .l .btz .bt {
        font-size: 18px;
    }

    .sec-f2 .box .bt {
        margin-right: 57px;
    }

    .sec-f2 .box2 .t .layui-input-block {
        width: 100%;
        margin-top: 10px;
    }

    .sec-f2 .box2 .t .layui-input-block:first-child {
        margin-top: 0;
    }

    .sec-f2 .box2 .t .layui-input-block .layui-input {
        width: 70%;
    }

    .sec-f2 .box2 .t {
        margin-top: 15px;
    }

    .sec-f2 .box2 .t .layui-btn {
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        padding: 0 28px;
    }

    /* 产品列表 */
    .sec-b2 .box .r3 .ban2 .l_img {
        width: 100%;
        /*padding-bottom: 41.482%;*/
    }

    .sec-b2 .box .r3 .ban2 .z {
        width: 100%;
    }

    .sec-b2 .box .r3 .box2 .ban3 .down .l_img {
        width: 100%;
        /*padding-bottom: 41.9%;*/
    }

    /* 产品详情 */
    .sec-b2 .box .r2 .lunbo {
        height: auto;
        padding-bottom: 20px;
    }

    .sec-b2 .box .r2 .lunbo .mySwiper04 {
        display: none;
    }

    .g_xqlb {
        width: 100%;
    }

    .g_xqlb .wb .z {
        margin-top: 20px;
    }

    .g_xqlb .l_img {
        width: 100%;
        padding-bottom: 5%;
    }
.sec-b2 .box .r2 .box4 a .l_img {
    padding-bottom: 0;
}
.l_img {
    width: 100%;
}
    .g_xqlb .wb .box5 .k .k1 {
        width: 55px;
        line-height: 28px;
    }

    .g_xqlb .wb {
        width: 100%;
    }

    .g_xqlb .wb .box5 .z1 {
        line-height: 28px;
    }

    .g_xqlb .wb .xbt {
        line-height: 30px;
        font-size: 14px;
    }

    .sec-b2 .box .r2 .lunbo .swiper-pagination {
        width: 100%;
        text-align: center;
        display: block;
        bottom: 0;
    }

    .sec-b2 .box .r2 .lunbo .swiper-pagination-bullet {
        margin: 0 5px;
    }

    .sec-b2 .box .r2 .ban4 a {
        padding: 0 10px;
    }

    .sec-b2 .box .r2 .ban4 {
        font-size: 14px;
    }

    .sec-b2 .box .r2 .ban3 {
        font-size: 12px;
    }

    .sec-b2 .box .r .bt3 .xz {
        float: left;
    }

    .sec-b2 .box .r2 .box4 {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }

    .sec-b2 .box .r2 .box4 a {
        width: 47%;
    }

    .sec-b2 .box .r2 .box4 a .z {
        font-size: 12px;
    }

    .sec-b2 .box .r .bt3 .z {
        width: 100%;
    }
}