*,
:after,
:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0 !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
time,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: ""
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    color: #3d4c63;
    background: #fff;
    font: 14px/1.5 "Microsoft Yahei", sans-serif;
    outline: 0
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    color: inherit
}

img {
    max-width: 100%;
    border: none
}

em,
i {
    font-style: normal
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input,
select,
textarea {
    font-size: 12px;
    color: #444;
    font-family: "Microsoft Yahei", sans-serif;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

button,
input[type=button],
input[type=reset],
input[type=submit],
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer
}

input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus {
    background: #fff;
    border: 1px solid #bbb
}

.false:focus {
    border: 2px solid #ff1531;
    background: #fff
}

::-webkit-input-placeholder {
    color: #ddd
}

::-moz-placeholder {
    color: #ddd
}

:-ms-input-placeholder {
    color: #ddd
}

::-ms-clear,
::-ms-reveal {
    display: none
}

.fix {
    *zoom: 1
}

.fix:after,
.fix:before {
    display: block;
    content: "";
    height: 0;
    clear: both
}

.c {
    clear: both
}

.col-l,
.l {
    float: left
}

.col-r,
.r {
    float: right
}

.ani {
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.unselect {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none
}

a:focus,
a:hover {
    text-decoration: none
}

.wp {
    width: 96%;
    max-width: 1400px;
    margin: 0 auto
}
.wp2 {
    width: 96%;
    max-width: 1600px;
    margin: 0 auto
}

.h50 {
    height: 50px;
    clear: both;
    overflow: hidden
}

.h100 {
    height: 100px;
    clear: both;
    overflow: hidden
}

body {
    padding-top: 160px;
    color: #333
}

.bodyIndex {
    padding-top: 40px
}
.form-header{
    display: flex;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.header.show {
    top: -100%
}

.header .hd-wrap {
    position: relative;
    height: 160px;
    background: #008acf;
}

.header .hd-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    /*border-bottom: 1px solid #E6F3FA;*/
}

.header .hd-top .wp2 {
    height: 113px;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.header .hd-top .link {
    font-size: 0;
    position: relative
}

.header .hd-top .link .link-item {
    display: inline-block;
}

.header .hd-top .link a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    line-height: 30px
}

.header .hd-top .link em {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin: 0 3px;
    opacity: .5
}

.search-btn {
    display: flex;
    align-items: center;

}
.search-btn .shaoyifu{
    margin-left: 24px;
}
.search-btn  .tolink{
    margin-right: 39px;
}
.search-btn  .tolink ,.search-btn  .tolink a{
    font-size: 16px;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI-400;
    font-weight: 400;
    text-align: CENTER;
    color: #ffffff;
    line-height: 16px;
}
.search-btn  .tolink a:first-child{
    margin-right: 12px;
}
.search-btn  .tolink a:nth-child(2){
    margin-left: 12px;
}

.search-btn .search {
    width: 32px;
    height: 32px;
    background: #FFFFFF33;
    border-radius: 24px;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-btn .search img {
    width: 16px;
    height: 16px;
}

.searchPublic {
    clear: both;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 24px;
    font-size: 0;
}

.searchPublic .input,
.searchPublic .input:focus {
    padding: 0 10px;
    display: block;
    width: 202px;
    height: 30px;
    border: none;
    color: #fff;
    padding-right: 25px;
    background-color: #008acf;
    display: inline-block;
    vertical-align: middle;
    border-radius: 24px;
}

.searchPublic .submit,
.searchPublic .submit:focus {
    display: block;
    width: 36px;
    height: 30px;
    border: none;
    color: #fff;
    background: url(../images/hp1.png) center center no-repeat;
    background-color: none;
    display: inline-block;
    vertical-align: middle;
}

/* .header .hd-body{background:linear-gradient(180deg,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 100%);-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;-o-transition:.5s;transition:.5s} */
.header.active .hd-body {
    background: #1a4287
}

/* .header .hd-body-wrap{display:flex;height:88px;justify-content:space-between;align-items:center} */
.header.active {
    box-shadow: 0 0 5px #ccc
}

.header.active .hd-body {
    background: #1a4287;
    background: #fff
}

.header.active .ul-nav li a.v1 {
    color: #333
}

.header.active .ul-nav li.on a.v1::after {
    background: #1a4287
}

.ul-nav {
    height: 47px;
    /*border-top: 1px solid #E6F3FA;*/
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 113px;
    left: 0;
    width: 100%;
}

.ul-nav li {
    float: left;
    margin-right: 95px;
    position: relative
}

.ul-nav li:last-child {
    margin-right: 0
}

.ul-nav li a.v1 {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    /* padding: 9px 9px 2px; */
    position: relative
}

.ul-nav li a.v1 img {
    width: 29px;
    height: 29px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: -6px;
}

.ul-nav li.on a.v1 {
    font-weight: 700;
     background-color: #fac532 
    /*background-color: #33A1D9*/

}

.ul-nav li.on a.v1::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background-color: #fff
}

/* .ul-nav li:nth-child(2) .child{
    left: -125%;
}
.ul-nav li:nth-child(3) .child{
    left: -125%;
}
.ul-nav li:nth-child(4) .child{
    left: -125%;
}
.ul-nav li:nth-child(5) .child{
    left: -125%;
}
.ul-nav li:nth-child(6) .child{
    left: -125%;
}
.ul-nav li:nth-child(7) .child{
    left: -225%;
}
.ul-nav li:nth-child(8) .child{
    left: unset;

    right: -265%;
} */
/* .ul-nav li:nth-child(5) .child,.ul-nav li:nth-child(6) .child,.ul-nav li:nth-child(7) .child,.ul-nav li:nth-child(8) .child{
    right: 0;
    left: unset;
} */
/* .ul-nav:after {
    content: "";
    display: table;
    clear: both;
} */

.child{
    position:absolute;top:100%;left:0;width:800px;background-color:#fff;
    /* padding:64px 0 67px; */
    display:none;z-index:10;
    min-height: 190px;
}
.child .r-pic{float:right;width:170px;}
.child .pic{position:relative;padding-top:60.91%}
.child .pic img{position:absolute;top:0;left:0;display:block;width:100%;height:100%}
.child .l-txt{overflow:hidden}
.child .l-txt .title{float:left;margin-right:60px}
.child .l-txt .title span{
    display:block;text-transform:uppercase;margin-bottom:15px;
    font-family: MicrosoftYaHei-Bold;
	font-size: 24px;
	font-weight: 700;
	font-stretch: normal;
	line-height: 66px;
	letter-spacing: 0px;
	color: #e50012;
}
.child .l-txt .title h3{font-size:36px;color:#333;line-height:66px;font-weight:400;margin-bottom:30px
}
.child .l-txt .title p{font-size:24px;color:#015aa4;font-weight:700;line-height:1}
.child .l-txt .r-link{overflow:hidden;width: 60%;}
.child .l-txt .r-link .item a{float:left;width:33.33%;font-size:16px;color:#666;margin-bottom:24px;padding-left:12px;
    /* background:url(../images/zp3.png) left center no-repeat */
    display: flex;
    align-items: center;
}
.child .l-txt .r-link .item a .circle{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #008acf;
    margin-right: 4px;
}

.child .l-txt .r-link .item a:last-child{margin-bottom:0}
.child .l-txt .r-link .item a.on,.child .l-txt .r-link .item a:hover{color:#015aa4;background-image:url(../images/zp3h.png)}

/* .ul-nav li .child {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 200px;
    border-top: 2px solid #0043ae;
    background-color: #fff;
    padding: 15px 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.ul-nav li .child a {
    display: block;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    color: #0043ae
}

.ul-nav li .child a:hover {
    background-color: #f4f9ff
} */

/* .ul-nav{text-align:justify;text-justify:distribute-all-lines;font-size:0} */
/* .ul-nav:after{content:'';display:inline-block;width:100%;height:0} */
/* .ul-nav li{display:inline-block} */
/* .ul-nav li:first-child{width:172px;margin-right:-10px} */
.ul-nav li>a{position:relative;display:block;line-height:47px;font-size:18px;color:#fff;text-align:center;padding:0 15px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}
.ul-nav .on>a,.ul-nav li:hover>a{
    /*background:#33A1D9*/
    background:#fac532
    
}
.ul-nav li>a:after{content:'';position:absolute;left:50%;width:0;bottom:0;height:4px;background-color:#fff;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}
.ul-nav .on>a:after,.ul-nav li:hover>a:after{left:0;width:100%}

.header .logo {
    /* display:block;height: 60px; */
    position: absolute;
    /* left: 149px; */
    z-index: 99;
    /* justify-content: start; */
    top: 25px;
}

.header .logo img {
    max-height: 100%;
}

.header .logoh {
    height: 60px;
    display: none;
}

.header .logoh img {
    max-height: 100%;
}

.header.active .logo {
    display: none
}

.header.active .logoh {
    display: block
}

.menuBtn {
    position: absolute;
    width: 40px;
    height: 40px;
    color: #482f92;
    font-size: 32px;
    right: 9px;
    top: 9px;
    display: none
}

.menuBtn span {
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 24px;
    margin-left: -12px;
    border: none;
    cursor: pointer;
    color: inherit
}

.menuBtn span:after,
.menuBtn span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%
}

.menuBtn span:before {
    -ms-transform: translate(-50%, -.28em);
    -webkit-transform: translate(-50%, -.28em);
    transform: translate(-50%, -.28em)
}

.menuBtn span:after {
    -ms-transform: translate(-50%, .28em);
    -webkit-transform: translate(-50%, .28em);
    transform: translate(-50%, .28em)
}

.menuBtn span:after,
.menuBtn span:before {
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.header .menuBtn.open span {
    background: 0 0
}

.header .menuBtn.open span:before {
    -ms-transform: translate(-50%, 0) rotate(45deg);
    -webkit-transform: translate(-50%, 0) rotate(45deg);
    transform: translate(-50%, 0) rotate(45deg)
}

.header .menuBtn.open span:after {
    -ms-transform: translate(-50%, 0) rotate(-45deg);
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
    transform: translate(-50%, 0) rotate(-45deg)
}

.menuBtn span,
.menuBtn span:after,
.menuBtn span:before {
    background-color: #482f92;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.header .hd-top .link .option {
    position: absolute;
    left: -10px;
    top: 100%;
    white-space: nowrap;
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .2);
    z-index: 10;
    display: none;
}

.header .hd-top .link .option li {
    padding: 0 10px;
    font-size: 14px;
    color: #0043ae;
    cursor: pointer;
}

.header .hd-top .link .option li a {
    color: #0043ae;
}

.header .hd-top .link .option li:hover {
    background-color: #0043ae;
    color: #ffffff;
}

.header .hd-top .link .option li:hover a {
    color: #ffffff;
}

.footer {
    /*padding: 70px 0 27px;*/
    padding-top: 115px;
    padding-bottom: 0;
    background: #e8f2ff
}

.footer .ft-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /*margin-bottom: 35px*/
}

.footer .left-info .tel {
    margin-bottom: 10px
}

.footer .left-info .tel span {
    color: #bbb;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    color: #999
}

.footer .left-info .tel p {
    font-size: 30px
}

.footer .left-info .info {
    font-size: 18px;
    line-height: 1.875;
    margin-bottom: 68px;
    color: #fff;
}

.footer .left-info .info span {
    color: #bbb;
    color: #999
}

.footer .ftnav {
    font-size: 0;
    display: inline-block;
    position: relative;
}

.footer .ftnav a {
    font-size: 16px
}

.footer .ftnav em {
    display: inline-block;
    margin: 0 5px;
    font-size: 14px;
    color: #bbb
}

.footer .ftnav .link {
    display: none;
    position: absolute;
    padding: 4px 0;
    bottom: 100%;
    right: 0;
    width: 150px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #ccc;
}

.footer .ftnav .link a {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #333 !important;
}

.footer .ftnav .link-body:hover .link {
    display: block;
}

.footer .right-qr .qr {
    margin-bottom: 60px;
    overflow: hidden
}

.footer .right-qr .qr-item {
    float: left;
    margin-right: 50px
}

.footer .right-qr .qr-item:nth-child(5) {
    margin-right: 0
}

.footer .right-qr .qr-item .pic {
    width: 112px;
    height: 112px;
    padding: 6px;
    background-color: #fff;
    margin: 0 auto 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .14)
}

.footer .right-qr .qr-item .pic img {
    display: block;
    width: 100%;
    height: 100%
}

.footer .right-qr .qr-item p {
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.footer .right-qr .friends-logos {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.footer .right-qr .friends-logos .item {
    margin-left: 30px
}

.footer .ft-copy .ft-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer .left-info .info p {
    /*margin-bottom: 14px;*/
}

.footer .left-info .info p span {
    margin-right: 10px;
}

.footer .ft-copy {
    padding-top: 28px;
    opacity: 0.6;
    background: #ffffff;
    font-size: 18px;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI-400;
    font-weight: 400;
    text-align: LEFT;
    color: #ffffff;
    line-height: 18px;
    height: 160px;
    background-image: linear-gradient(90deg, #09cd81 0%, #008acf 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    /*border-image: linear-gradient(90deg, #09cd81 0%, #008acf 100%)*/
}
.footer .ft-copy a{
    font-size: 18px;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI-400;
    font-weight: 400;
    color: #ffffff;
}

.footer.ftIndex {
    background-image: linear-gradient(90deg, #09cd81 0%, #008acf 100%);
    color: #fff
}

.footer.ftIndex .ftnav a,
.footer.ftIndex .left-info .info span,
.footer.ftIndex .left-info .tel span,
.footer.ftIndex .right-qr .qr-item p {
    color: #fff
}

.intro-imgtxt {
    position: relative;
    margin-bottom: 60px
}

.intro-imgtxt .r-slick {
    float: right;
    width: 52.8%
}

.slick-intro .item .pic {
    position: relative;
    overflow: hidden;
    padding-top: 64.86%
}

.slick-intro .item .pic img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.slick-intro .item .pic:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.slick-intro .slick-dots {
    width: 100%;
    text-align: right;
    z-index: 5;
    margin-top: 81px
}

.slick-intro .slick-dots li {
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ddd;
    margin-left: 10px
}

.slick-intro .slick-dots li.slick-active {
    background-color: #0043ae
}

.slick-intro .slick-dots li button {
    position: absolute;
    left: -9999px
}

.intro-imgtxt .left-txt {
    float: left;
    width: 45%
}

.intro-imgtxt .left-txt .title h3 {
    font-size: 36px;
    color: #0043ae;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    margin-bottom: 13px
}

.intro-imgtxt .left-txt .title p {
    font-size: 16px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.intro-imgtxt .intro-txt {
    position: relative;
    width: calc(100% + 57px);
    /*position:absolute;left:0;top:84px;width:51%;*/
    padding: 40px;
    background-color: #fff;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, .14)
}

.intro-imgtxt .intro-txt .info,
.intro-imgtxt .intro-txt p,
.intro-imgtxt .intro-txt p span {
    font-size: 16px !important;
    line-height: 1.875 !important;
    text-align: justify;
    text-indent: 2em
}

.article-txt .info,
.article-txt p,
.article-txt p span {
    font-size: 16px !important;
    line-height: 1.875 !important;
    text-align: justify;
    text-indent: 2em
}

.leader-imgtxt {
    margin-left: 200px;
    text-align: center;
    margin-bottom: 37px
}

.leader-imgtxt .leader-info-box {
    margin-right: 50px
}

.leader-imgtxt .pic {
    position: relative;
    padding-top: 139.37%;
    overflow: hidden;
    margin-bottom: 15px
}

.leader-imgtxt .pic img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.leader-imgtxt .pic:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.leader-imgtxt .name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px
}

.leader-imgtxt span {
    font-size: 16px
}

.leader-txt .item {
    margin-bottom: 20px
}

.leader-txt .item p {
    font-size: 16px !important;
    color: #333
}

.leader-txt .item p span {
    font-size: 20px !important;
    color: #333;
    font-weight: 700;
    display: inline-block;
    margin-right: 10px
}

.ul-baseInfo {
    margin-bottom: 40px
}

.ul-baseInfo li i {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto 26px;
    background-color: #0043ae;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%
}

.ul-baseInfo li span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #999
}

.ul-baseInfo li p {
    text-align: center;
    font-size: 24px;
    color: #0043ae;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.baseInfo {
    margin: 0 -40px
}

.baseInfo .baseInfo-item {
    padding: 0 40px
}

.baseInfo .baseInfo-item .txt-wrap {
    height: 730px;
    overflow-y: auto;
    background: #f4f9ff;
    padding: 30px
}

.baseInfo .baseInfo-item .txt-wrap::-webkit-scrollbar {
    width: 5px;
    background: #fff;
    background: 0 0
}

.baseInfo .baseInfo-item .txt-wrap::-webkit-scrollbar-thumb {
    background: #26acd5;
    border-radius: 10px
}

.baseInfo .baseInfo-item .title {
    margin-bottom: 20px
}

.baseInfo .baseInfo-item .title h3 {
    font-size: 24px;
    color: #0043ae;
    font-weight: 700;
    margin-bottom: 18px
}

.baseInfo .baseInfo-item .title em {
    display: block;
    width: 30px;
    height: 1px;
    background: #ddd
}

.baseInfo .baseInfo-item .info {
    font-size: 16px;
    line-height: 1.875
}

.baseInfo .baseInfo-item .info h4 {
    font-weight: 700;
    margin-bottom: 10px
}

.ul-party {
    /* margin: 0 -40px; */
    display: flex;
    /*justify-content: space-between;*/
    justify-content: flex-start;
    flex-wrap: wrap;
}

.ul-party li {
    /* padding: 0 40px; */
    margin-bottom: 20px
}

.ul-party li .link {
    display: block;
    overflow: hidden
}
.ul-party li .link h3 {
    white-space:wrap;text-overflow:ellipsis;
    -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        overflow: hidden;
}
.ul-party li .link:hover h3 {
    /* font-size: 20px; */
    font-family: Microsoft YaHei, Microsoft YaHei-700;
    font-weight: 700;
    color: #008acf;
    /* line-height: 34px; */
    
}
.ul-party li:hover .con{
    border-bottom: 1px solid #008acf;
    /* border-radius: 4px; */
}
.ul-party li .con {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px
}
.ul-party li:hover .con2{
    border: 1px solid #008acf;
}
.ul-party li .con2 {
    border: 1px solid #ddd;
    padding: 12px 14px;
}

.ul-party li:hover .con3{
    border: 1px solid #008acf;
}
.ul-party li .con3 {
    border: 1px solid #ddd;
    padding: 22px 40px;
}
.ul-party li .l-date {
    float: left;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e6f3fa;
    margin-right: 18px
}

.ul-party li .link:hover .l-date {
    /* background-color: #0043ae */
    background: linear-gradient(90deg,#09cd81 0%, #008acf 100%);
}

.ul-party li .l-date .wrap {
    width: 100px;
    text-align: center;
    color: #008acf;
}

.ul-party li .link:hover .l-date .wrap {
    color: #fff
}

.ul-party li .l-date p {
    font-size: 24px;
font-family: Microsoft YaHei, Microsoft YaHei-700;
font-weight: 700;
text-align: CENTER;
/* color: #008acf; */
line-height: 24px;
margin-bottom: 10px;
}

.ul-party li .l-date span {
    font-size: 14px;
font-family: Microsoft YaHei, Microsoft YaHei-400;
font-weight: 400;
text-align: CENTER;
/* color: #008acf; */
line-height: 14px;
    display: block;
    margin-bottom: 6px
}

.ul-party li .r-con {
    overflow: hidden;
    height: 80px;
    display: flex;
    justify-content: left;
    align-items: center
}
.ul-party li .r-con3 {
    height: unset;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center
}
.ul-party li .r-con3 .right{
    width: 200px;
    justify-content: flex-end;
}
.ul-party li .r-con3  span{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-700;
    font-weight: 700;
    text-align: CENTER;
    color: #ff5c00;
    line-height: 30px;
    margin: 0 30px;
}
.ul-party li .r-con3  .icon{
    width: 80px;
    justify-content: flex-end;
}
.flex-title{
    display: flex;
    align-items: center;
}

.ul-party li .r-con h3 {
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
    max-height: 3em;
    overflow: hidden
}

.ul-party li .r-con h3 img {
    margin: -2px 4px 0 0;
    display: inline-block;
    vertical-align: middle
}

.ul-party li .r-con h3 em {
    width: 36px;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    background: #d43e3e;
    color: #fff;
    text-align: center;
    border-radius: 7px;
    margin-left: 3px;
    position: absolute;
    right: 0;
    top: 30px;
}
.ul-party li .circle{
    width: 6px;
    height: 6px;
    background: #008acf;
    border-radius: 50%;
    margin-right: 12px;
 }



.g-title02 {
    text-align: center;
    margin-bottom: 63px
}

.g-title02 h3 {
    font-weight: 700;
    font-size: 36px;
    color: #0043ae;
    margin-bottom: 10px;
    margin-left: 16px;
}

.g-title02 p {
    font-size: 16px;
    color: #999
}

.traffic-info {
    margin: 0 -40px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

.traffic-info .traffic-item {
    padding: 0 40px
}

.traffic-info .traffic-item .con {
    background: #f4f9ff;
    height: 100%
}

.traffic-info .pic {
    position: relative;
    padding-top: 50.9%
}

.traffic-info .pic img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%
}

.traffic-info .txt {
    padding: 35px 40px;
    min-height: 385px
}

.traffic-info .txt .title {
    margin-bottom: 23px
}

.traffic-info .txt .title h3 {
    font-size: 24px;
    color: #0043ae;
    font-weight: 700;
    margin-bottom: 18px
}

.traffic-info .txt .title em {
    display: block;
    width: 30px;
    height: 1px;
    background: #ddd
}

.traffic-info .txt .info {
    font-size: 16px;
    line-height: 1.875
}

.traffic-info .txt .info h4 {
    font-weight: 700;
    margin-bottom: 10px
}

.service-tips {
    height: 84px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    background: #0043ae;
    line-height: 84px;
    margin-bottom: 39px
}

.service-txt .ser-tit {
    font-size: 24px;
    color: #333;
    font-weight: 700;
    margin-bottom: 33px
}

.service-txt .ser-pic img {
    display: block;
    width: 100%
}

.service-tips2 {
    font-weight: 700;
    color: #0043ae;
    font-size: 16px;
    margin-top: 82px
}

.slick-index01 {
    position: relative
}

.slick-index01 .item .pic {
    position: relative;
    padding-top: 42.04%
}

.slick-index01 .item .pic img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%
}

.slick-ind01-wrap {
    position: relative
}

.slick-index01 .slick-dots {
    position: absolute;
    bottom: 35px;
    text-align: center;
    z-index: 6;
    padding-right: 21px;
    font-size: 0;
    left:46%;
    right: unset !important;
}

.slick-index01 .slick-dots li {
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 5px
}

.slick-index01 .slick-dots li.slick-active {
    background-color: #fff;
    border:3px solid #008acf;
}

.slick-index01 .slick-dots li button {
    position: absolute;
    left: -9999px
}

.slick-play-btn {
    position: absolute;
    z-index: 6;
    bottom: 22px;
    width: 40px;
    height: 40px;
    background: url(../images/hp9.png) center no-repeat;
    background-size: cover;
    cursor: pointer;
    left:43%;
    right: unset !important;

}

.slick-play-btn.active {
    background-image: url(../images/hp8.png)
}

.arrow-scroll {
    position: absolute;
    bottom: 35px;
    left: 50%;
    margin-left: -10%;
    width: 20%;
    text-align: center;
    z-index: 5;
    font-size: 0;
    -ms-transition: bottom .5s;
    -moz-transition: bottom .5s;
    -webkit-transition: bottom .5s;
    -o-transition: bottom .5s;
    transition: bottom .5s
}

.arrow-scroll p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    user-select: none;
    margin-bottom: 18px
}

.arrow-scroll .arrow {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/hp7.png) center no-repeat
}

.arrow-scroll.on {
    bottom: 45px
}

.arrow-scroll .arrow-scroll-wrap {
    display: inline-block;
    cursor: pointer
}

.tit1-d.tit1-d-index h3 {
    font-weight: 700;
    font-size: 36px;
    padding-bottom: 36px
}

.ind01-wrap {
    padding: 0 50px
}

.ind01-wrap .ind01-item {
    float: left;
    width: 40%
}

.ind01-wrap .ind01-item:last-child {
    width: 20%;
    margin-top: -150px
}

.ind01-imgtxt {
    position: relative;
    padding-top: 103.02%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden
}

.ind01-imgtxt .title {
    padding-top: 70px;
    padding-left: 60px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0
}

.ind01-imgtxt .title h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 32px
}

.ind01-imgtxt .title em {
    display: block;
    width: 36px;
    height: 1px;
    background: #fff;
    opacity: .6
}

.ind01-imgtxt .bottom-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 99.99%, #fff 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    color: #fff
}

.ind01-imgtxt .bottom-nav a {
    padding-top: 15px;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .2)
}

.ind01-imgtxt .bottom-nav a:last-child {
    border: none
}

.ind01-imgtxt .bottom-nav i {
    display: block;
    margin: 0 auto 14px;
    width: 44px;
    height: 44px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0
}

.ind01-imgtxt .bottom-nav p {
    font-size: 20px;
    color: #fff
}

.ind01-imgtxt .con {
    overflow: hidden
}

.ind01-imgtxt .img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.ind01-imgtxt:hover .img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.ind02-imgtxt .item {
    float: left;
    width: 50%;
    overflow: hidden
}

.ind02-imgtxt .item .con {
    display: block;
    position: relative;
    padding-top: 82.41%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.ind02-imgtxt .item .con .mask {
    background-color: rgba(217, 180, 55, .9)
}

.ind02-imgtxt .item .ind02-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 5;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ind02-imgtxt .item:hover .img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.ind02-imgtxt .item .ind02-wrap i {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .2);
    margin: 0 auto 18px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.ind02-imgtxt .item .ind02-wrap p {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 700
}

.ind02-imgtxt .item .img,
.ind02-imgtxt .item .mask {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 4;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.ind02-imgtxt .item .img {
    z-index: 2;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.ind02-imgtxt .item .ind02-link a {
    display: block;
    width: 187px;
    height: 36px;
    line-height: 36px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .2);
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 10px auto;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.ind02-imgtxt .item .ind02-link a:hover {
    background-color: #1a4287
}

.ind03-imgtxt .item .con {
    position: relative;
    padding-top: 82.41%;
    display: block
}

.ind03-imgtxt .item .qr {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ind03-imgtxt .con {
    overflow: hidden
}

.ind03-imgtxt .con img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.ind03-imgtxt .con:hover .img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.ind03-imgtxt .item .ind03-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 5;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ind03-imgtxt .item .ind03-wrap i {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .2);
    margin: 0 auto 18px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.ind03-imgtxt .item .ind03-wrap p {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 700
}

.ind03-imgtxt .item .mask {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(112, 149, 219, .6);
    z-index: 3
}

.row-index01 {
    /* padding: 100px 260px; */
    padding: 100px 0px;
    background: url(../images/row1.png) center no-repeat;
    background-size: cover;
}

.row-index01 .grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* gap: 10px; */
    /* padding: 20px; */
    /* background-color: white; */
    /* border-radius: 8px; */
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); */
}
.row-index01 .grid-item:nth-child(1n){-webkit-transition-delay:0s;transition-delay:0s}
.row-index01 .grid-item:nth-child(2n){-webkit-transition-delay:.2s;transition-delay:.2s}
.row-index01 .grid-item:nth-child(3n){-webkit-transition-delay:.4s;transition-delay:.4s}
.row-index01 .grid-item:nth-child(4n){-webkit-transition-delay:.6s;transition-delay:.6s}
.row-index01 .grid-item:nth-child(5n){-webkit-transition-delay:.8s;transition-delay:.8s}
.row-index01 .grid-item:nth-child(6n){-webkit-transition-delay:1s;transition-delay:1s}
.row-index01 .grid-item:nth-child(7n){-webkit-transition-delay:1.2s;transition-delay:1.2s}
.row-index01 .grid-large{-webkit-transition-delay:1.4s;transition-delay:1.4s}
.row-index01 .grid-large{-webkit-transition:all 4s cubic-bezier(.08,.82,.17,1);transition:all 4s cubic-bezier(.08,.82,.17,1);-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0;visibility:hidden}
.row-index01 .grid-large{-webkit-transition-delay:1.4s;transition-delay:1.4s}
.row-index01.animate .grid-item {-webkit-transform:translate(0);transform:translate(0);opacity:1;visibility:visible}
.row-index01.animate .grid-item{-webkit-transform:translate(0);transform:translate(0);opacity:1;visibility:visible}
.row-index01 .grid-item a img{background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover;background-size:cover;-webkit-transition:all .8s;-moz-transition:all .8s;-ms-transition:all .8s;-o-transition:all .8s;transition:all .8s}
.row-index01 .grid-item a:hover img{transform:rotateY(360deg)}
.row-index01 .grid-item {
    background-color: #3498db;
    color: white;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-radius: 4px; */
    display: block;
    text-align: center;
}

.row-index01 .grid-item-mini {
    /* padding: 36px 84px; */
    padding: 36px 0px;

}

.row-index01 .large h2 {
    font-size: 36px;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI-700;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    line-height: 36px;
    margin-top: 60px;
    margin-left: 60px;

}

.row-index01 .large .en-name {
    font-size: 16px;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI-400;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 46px;
    margin-left: 60px;
}

.row-index01 .large {
    grid-column: span 2;
    /* 横跨两列 */
    grid-row: span 2;
    /* 横跨两行 */
    background: url(../images/grid1.png) center no-repeat;
    background-size: cover;
}

.row-index01 .large {
    object-fit: cover;
    z-index: 0;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.row-index01 .large:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

/* .row-index01 .large .img{object-fit:cover;z-index:0;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
.row-index01 .large:hover .img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)} */
.row-index01 .grid-item .title-cn {
    font-size: 24px;
    font-family: Microsoft YaHei, Microsoft YaHei-400;
    font-weight: 400;
    /* text-align: RIGHT; */
    color: #ffffff;
    line-height: 24px;
}

.row-index01 .grid-item .title-en {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-400;
    font-weight: 400;
    /* text-align: RIGHT; */
    color: #ffffff;
    line-height: 16px;
    margin-top: 8px;
}


/* Media query for smaller screens (e.g., mobile devices) */
@media only screen and (max-width: 1199px) {
    body {
        padding-top: 50px !important;
    }
    .form-header{
    display: block;
}
    .child{position:static;display:none;padding:8px 0}
.child .l-txt .r-link .item a{
    float:none;
    /*display:block;*/
    width:auto;
    background:0 0;
    padding-left:0;
    text-align:center;
    margin-bottom:0;
    /*padding:5px 0;*/
    font-size:14px
    
        display: flex;
        
        padding: 15px 0;
        justify-content: center;
}
.child{
    width: 100% !important;
}
.child .wp{
    padding: 0 !important;
}
.child .l-txt .r-link,.child .l-txt .r-link a{
    width: 100% !important;
}
.child .l-txt .r-link .item a.on,.child .l-txt .r-link .item a:hover{background:0 0}
.ul-nav li.on a.v1{background:0 0}
.child .r-pic{display:none}
.child .l-txt .title{display:none}
    .search-btn .tolink, .search-btn .tolink a{
        color: #333;
    }
    .search-btn .tolink{
        margin-right: 0px;
    }
    .search-btn .shaoyifu{
        text-align: center;
        margin-left: 0;
        margin-top: 20px;
    }
    .footer-right {
        white-space: pre-wrap;
        text-align: center;
        width: 100%;
    }
    .z-ks {
        position: static;
        width: 100%;
    }
    .row-index01 .large h2 {
        margin-top: 20px;
        margin-left: 20px;
    }

    .row-index01 .large .en-name {
        margin-left: 20px;
    }

    /* Define base styles */
    .row-index01 .grid-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .row-index01 .large {
        grid-column: span 1;
        /* 横跨两列 */
        grid-row: span 1;
        /* 横跨两行 */
        background: url(../images/grid1.png) center no-repeat;
        background-size: cover;
    }

    .row-index01 .grid-item {
        font-size: 16px;
    }

    .row-index02 {
        padding: 105px 0px 135px !important;
    }

    .row-index02 ul li {
        width: 100% !important;
    }
}

.index-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0;
    margin-bottom: 28px
}

.index-title h3 {
    font-size: 18px;
    color: #333;
    font-size: 18px;
    color: #333;
    font-weight: 700
}

.index-title .more {
    font-size: 14px;
    color: #1e51a2
}

.index02-wrap {
    margin: 0 -14px
}

.index02-wrap .item-indnews {
    padding: 0 14px
}

.slick-news {
    float: left;
    width: 52%;
    position: relative
}

.slick-news .item .pic {
    position: relative;
    overflow: hidden;
    padding-top: 77.91%
}

.slick-news .item .pic img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.slick-news .item .pic:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.slick-news .item .pic h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 180px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
    color: #fff;
    text-align: center;
    line-height: 245px
}

.slick-news .slick-dots {
    position: absolute;
    bottom: 14px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 5
}

.slick-news .slick-dots li {
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 5px
}

.slick-news .slick-dots li.slick-active {
    background-color: #1e51a2
}

.slick-news .slick-dots li button {
    position: absolute;
    left: -9999px
}

.ind-news-wrap .r-list,
.ul-news01-wrap {
    overflow: hidden;
    height: 374px;
    border: 1px solid #e5e5e5;
    padding: 10px 20px 20px
}

.ul-news01 li {
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5
}

.ul-news01 li:last-child {
    border: none
}

.ul-news01 li span {
    float: right;
    font-size: 16px;
    color: #b7b7b7;
    margin-top: 10px
}

.ul-news01 li h3 {
    overflow: hidden
}

.ul-news01 li h3 img {
    margin: -2px 4px 0 0;
    display: inline-block;
    vertical-align: middle
}

.ul-news01 li h3 a {
    display: block;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 15px;
    position: relative;
    padding-right: 20px;
}

.ul-news01 li h3 a em {
    display: inline-block;
    width: 28px;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    background: #d43e3e;
    text-align: center;
    color: #fff;
    border-radius: 7px;
    position: absolute;
    right: 0;
    top: 15px;
}

.ul-indexTab li {
    /*display: inline-block;*/
    /*margin-right: 10px;*/
    /*background: #e6f3fa;*/
    /*padding: 12px 64px;*/
    width: 12.5%;
    padding: 0 5px;
    margin-bottom: 17px;
}
.ul-indexTab li.on a,.ul-indexTab li:hover a{
    background: linear-gradient(90deg,#09cd81 0%, #008acf 100%);
}
.ul-indexTab li a {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-400;
    font-weight: 400;
    text-align: CENTER;
    color: #2e2929;
    /*line-height: 16px;*/
    padding: 12px;
    display:block;
    width: 100%;
    height: auto;
    background: #e6f3fa;
    /*min-width：166px;*/
}

.ul-indexTab li.on a,.ul-indexTab li:hover a {
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-700;
    font-weight: 700;
    text-align: CENTER;
    color: #ffffff;
    /*line-height: 16px;*/
}

.ul-indexTab {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    margin: 60px auto;

}

.index-title2 {
    margin-bottom: 22px
}

.ul-news01 li h3 a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    background: #ddd;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ul-news01 li:hover span {
    color: #1e51a2
}

.ul-news01 li:hover h3 a {
    color: #1e51a2
}

.ul-news01 li:hover h3 a::after {
    background-color: #1e51a2
}

.index-announcement {
    margin: 0 -30px
}

.index-announcement .item {
    padding: 0 30px
}

/* .ul-partyv2 {
    margin-top: 67px
}

.ul-partyv2 li .con {
    border: none;
    padding-bottom: 0
} */

.row-index04 {
    background: url(../images/hi12.jpg) center no-repeat;
    background-size: cover
}

.row-index04 .row-ind2 {
    margin-top: 120px;
}

.row-index04 .row-ind2 .item-flex img {
    object-fit: cover;
    z-index: 0;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.row-index04 .row-ind2 .item-flex img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.row-index04 .row-ind2 .item-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*flex-wrap: wrap;*/
}
.row-index04 .row-ind2 .item-flex .ind2-item:first-child{
    margin-right: 60px;
}

.row-index04 .row-ind2 .title-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.row-index04 .ind-ovh {
    overflow: visible;
}

.row-index04 .title-05 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}

.row-index04 .title-04 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.row-index04 .title-04 h2 {
    font-size: 36px;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI-700;
    font-weight: 700;
    color: #2e2929;
    line-height: 36px;
}

.row-index04 .title-04 .en-name {
    font-size: 16px;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI-400;
    font-weight: 400;
    color: #8f8f8f;
    line-height: 46px;
}

.row-index04 .ind-ovh:before,
.row-index04 .ind-ovh:after {
    content: '';
    display: block;
    clear: both;
}

.ul-index04 li {
    margin-bottom: 108px
}

.ul-index04 li .con {
    display: block;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 55px auto;
    padding-left: 75px;
    line-height: 70px;
    font-size: 0;
    position: relative;
}

.ul-index04 li .con .inner {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.1;
}

.ul-index04 li .con p {
    font-size: 24px;
    color: #333;
    line-height: 1.1;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ul-index04 li .con span {
    font-size: 14px;
    color: #999;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ul-index04 li .con .mask-pop {
    position: absolute;
    left: 0;
    bottom: 100%;
    z-index: 10;
    display: none;
}

.ul-index04 li .con .pic {
    width: 244px;
    overflow: hidden;
}

.ul-index04 li .con .pic img {
    display: block;
    width: 100%;
}

.row-index04 {
    padding: 80px 0px
}

.ul-index04 li .con:hover p,
.ul-index04 li .con:hover span {
    color: #0043ae
}

.ul-index04 li .con:hover p {
    font-weight: 700
}

.row-index03 {
    padding-bottom: 60px;
    background-color: #E6F3FA;
}

.row-index03 .content-top {
    background: url(../images/row3-1.png) center no-repeat;
    background-size: cover;
    height: 560px;
}
.row-index03 .content-top .more{
    margin-top: 50px;
}

.row-index03 .content-bottom {
    /*height: 297px;*/
    height: 205px;
    position: relative;
}

.row-index03 .content-bottom .content-item {
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: -50%;
    bottom: 0px;
    /* height: 308px; */
}

.row-index03 .content-bottom .content-item ul {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-around;*/
    align-items: center;
    /*flex-wrap: wrap;*/
    text-align: center;
    width: 100%;
    /* 或者具体的宽度 */
    height: 100%;
    /* 或者具体的高度 */
    position: relative;
    /* 或者使用 absolute 或 fixed */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.row-index03 .content-bottom .content-item ul li{
        width: 20%;
    /*padding: 0 5px;*/
    /*margin-bottom: 17px;*/
     padding: 15px;
    /*margin-bottom: 17px;*/
    flex-shrink: 0;
}
.row-index03 .content-bottom .content-item p{
    font-size: 16px;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI-400;
    font-weight: 400;
    color: #2e2929;
    line-height: 20px;
    margin-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden
}
.row-index03 .content-bottom .content-item .count{
    margin-top: 16px;
    font-size: 16px;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI-400;
    font-weight: 400;
    color: #8f8f8f;
    line-height: 28px;
}
.row-index03 .content-bottom .content-item em{
    font-size: 48px;
    font-family: Arial, Arial-700;
    font-weight: 700;
    color: #008acf;
    line-height: 48px;
}

.row-index03 .content-top img {
    margin-right: 16px;
}

.row-index03 .content-top .title-flex {
    display: flex;
    justify-content: center;
    padding-top: 128px;
}

.row-index03 .content-top p {
    font-size: 16px;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI-400;
    font-weight: 400;
    text-align: CENTER;
    color: #ffffff;
    line-height: 36px;
    margin-top: 20px;


}

.row-index03 .content-top h2 {
    font-size: 36px;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI-700;
    font-weight: 700;
    color: #ffffff;
    line-height: 36px;
    margin-bottom: 8px;
}

.row-index03 .content-top .title-flex .en-name {
    font-size: 16px;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI-400;
    font-weight: 400;
    color: #ffffff;
    line-height: 16px;
}

.row-index02 {
    /* padding: 105px 260px 135px */
    padding: 105px 0px 85px

}

.row-index02 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.row-index02 ul li {
    margin-right: 24px;
    width: 30%;
    margin-bottom: 30px;
}

.row-index02 ul li:nth-child(3) {
    margin-right: 0px;
}

.row-index02 ul li .content {
    height: 328px;
    padding: 36px 30px;
    box-shadow: 4px 6px 6px 0px rgba(0, 0, 0, 0.06);
}

.row-index02 ul li .content p:hover{
    cursor: pointer;
    color: #008acf;
}
.row-index02 .pic{
    position: relative;
    overflow: hidden;
    text-align: center;
}
.row-index02 img {
    object-fit: cover;
    z-index: 0;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.row-index02 img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.row-index02 img:hover {
    font-size: 36px;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI-700;
    font-weight: 700;
    text-align: CENTER;
    color: #2e2929;
    line-height: 36px;
}

.row-index02 h2 {
    font-size: 36px;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI-700;
    font-weight: 700;
    color: #2e2929;
    line-height: 36px;
}

.row-index02 .title-flex .en-name {
    font-size: 16px;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI-400;
    font-weight: 400;
    color: #8f8f8f;
    /*text-align: center !important;*/
    line-height: 16px;
}

.row-index02 .title-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    /* margin-top: 36px; */
    /*margin-bottom: 38px;*/

}

/* .row-index02  */
.g-more {
    background: url(../images/more.png) center no-repeat;
    background-size: cover;
    background-position: left center;
    font-size: 14px;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI-400;
    font-weight: 400;
    text-align: right;
    color: #008acf;
    line-height: 14px;
    width: 40px;
    height: 40px;
    position: relative;
    margin-right: 40px;
}
.g-more em {
    position: absolute;
    left: -90%;
    width: 100px;
    top: 35%;

}
.g-more2 {
    background: url(../images/more2.png) center no-repeat;
    background-size: cover;
    background-position: left center;
    font-size: 14px;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI-400;
    font-weight: 400;
    text-align: right;
    color: #fff;
    line-height: 14px;
    width: 40px;
    height: 40px;
    position: relative;
    margin-right: 40px;
}
.g-more2 em {
    position: absolute;
    left: -90%;
    width: 100px;
    top: 35%;

}

.row-index02 p {
    font-size: 16px;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI-400;
    font-weight: 400;
    text-align: LEFT;
    color: #2e2929;
    line-height: 16px;
    border-bottom: 1px solid #dddddd;
    padding: 22px 0px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}




/* .row-index02{padding-bottom:68px} */
/* .row-index01{padding-bottom:80px} */
.ind-ovh {
    overflow: hidden
}

.scrollTop {
    position: fixed;
    right: 50px;
    bottom: 45%;
    width: 36px;
    height: 36px;
    background: url(../images/top.png) center no-repeat;
    background-size: cover;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    z-index: 10;
    display: none
}

.service-tips3 {
    margin-bottom: 30px
}

.aiticle-snav .snav {
    float: right;
    width: 237px;
    margin-left: 60px
}

.aiticle-snav .snav a:hover {
    color: #0043ae;
    border-color: #0043ae
}

.aiticle-snav .snav a {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    height: 48px;
    line-height: 46px;
    font-size: 16px;
    color: #333;
    padding: 0 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative
}

.aiticle-snav .snav a.on {
    border-color: #0043ae;
    font-weight: 700;
    color: #0043ae
}

.aiticle-snav .snav a.on::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    content: '';
    background: #0043ae
}

.aiticle-snav .left-article {
    overflow: hidden
}

.service-tips3 .title {
    text-align: center;
    background: #0043ae
}

.service-tips3 .title h3 {
    color: #fff;
    font-size: 24px;
    height: 85px;
    line-height: 85px
}

.service-tips3 .info {
    background: #f4f9ff;
    padding: 30px 40px;
    font-size: 16px !important;
    line-height: 2 !important
}

.service-tips3 .info p {
    font-size: 16px !important;
    line-height: 2 !important
}

.service-tips3 .info h4 {
    font-weight: 700;
    color: #0043ae;
    margin-bottom: 7px
}

.project-search {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    margin-bottom: 30px
}

.project-search span {
    font-size: 16px;
    color: #333;
    display: block;
    margin-right: 13px
}

.project-search .input {
    display: block;
    width: 312px;
    height: 45px;
    border-radius: 35px;
    border: 1px solid #ddd;
    position: relative;
    overflow: hidden
}

.project-search .input .inp {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    background: 0 0;
    font-size: 16px;
    padding: 0 15px
}

.project-search .input .sub {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    border: none;
    background: 0 0;
    background-image: url(../images/hp18.png);
    background-repeat: no-repeat;
    background-position: center
}

.block-table table {
    width: 100%
}

.block-table table td,
.block-table table th {
    border: 1px solid #ddd
}

.block-table table th {
    height: 60px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background: #0043ae
}

.block-table table td {
    padding: 14px 10px;
    font-size: 14px;
    line-height: 2.14
}

.block-table table tr:nth-child(2n+1) {
    background-color: #f4f9ff
}

.block-table table td:nth-child(5),
.block-table table td:nth-child(6) {
    text-align: center
}

.aiticle-snav2 .snav {
    float: right;
    margin-left: 100px
}

.aiticle-snav2 .snav a {
    display: block;
    width: 240px;
    height: 48px;
    line-height: 46px;
    text-align: center;
    color: #0043ae;
    border: 1px solid #0043ae;
    font-size: 18px;
    margin-bottom: 10px;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.aiticle-snav2 .snav a.on,
.aiticle-snav2 .snav a:hover {
    color: #fff;
    font-weight: 700;
    background-color: #0043ae
}

.aiticle-snav2 .left-article {
    overflow: hidden
}

.joinUs-list-d {
    margin: 0 -35px -54px;
    font-size: 0
}

.joinUs-list-d li {
    padding: 0 35px;
    margin-bottom: 54px;
    padding-top: 34px;
    display: inline-block;
    vertical-align: top
}

.joinUs-list-d .con {
    display: block;
    font-size: 0;
    border: 1px solid #ddd
}

.joinUs-list-d .date {
    margin: -34px 0 0 40px;
    padding: 15px 6px 15px;
    display: inline-block;
    background-color: #e8f2ff;
    color: #0043ae;
    min-width: 70px;
    text-align: center
}

.joinUs-list-d .date .d1 {
    font-size: 24px;
    color: #0043ae;
    line-height: 1.17
}

.joinUs-list-d .date .d2 {
    font-size: 14px;
    color: #0043ae;
    line-height: 1.13;
    margin-bottom: 5px
}

.joinUs-list-d .inner {
    padding: 18px 54px 25px 30px
}

.joinUs-list-d h4 {
    margin-bottom: 18px;
    font-size: 16px;
    color: #333;
    font-weight: 700;
    line-height: 1.8;
    height: 5.4em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden
}

.joinUs-list-d h4 img {
    margin: -2px 4px 0 0;
    display: inline-block;
    vertical-align: middle
}

.joinUs-list-d .txt {
    margin-bottom: 20px;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    height: 4.5em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden
}

.joinUs-list-d .more {
    width: 90px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #0043ae;
    border-color: #0043ae;
    font-size: 12px;
    color: #0043ae;
    border: 1px solid #0043ae
}

.joinUs-list-d .more span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: #0043ae
}

.joinUs-list-d .con:hover .more {
    background-color: #0043ae;
    text-align: center;
    color: #fff
}

.joinUs-list-d .con:hover .date {
    background-color: #0043ae;
    color: #e8f2ff
}

.joinUs-list-d .con:hover .date .d1,
.joinUs-list-d .con:hover .date .d2 {
    color: #e8f2ff
}

.joinUs-list-d .con:hover h4 {
    color: #0043ae
}

.joinUs-list-dv2 h4 {
    height: 3.6em
}

.joinUs-list-dv2 {
    margin-left: -12px;
    margin-right: -12px
}

.joinUs-list-dv2 li {
    padding: 0 12px
}

.joinUs-list-dv2 .inner {
    padding: 18px 30px 30px
}

.joinUs-list-dv2 li .info {
    font-size: 14px;
    color: #999;
    line-height: 2.28;
    height: 6.84em;
    overflow: hidden;
    margin-bottom: 11px
}

.intro-search {
    background-color: #f4f9ff;
    margin-bottom: 60px;
    position: relative;
    z-index: 4
}

.intro-search .intro-search-wrap {
    height: 84px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.intro-search .drop-d {
    width: 290px
}

.intro-search .drop-d .drop-d-hd {
    background: #0043ae;
    color: #fff;
    color: #fff
}

.intro-search .drop-d .drop-d-hd .icon {
    background-image: url(../images/hp19.png)
}

.intro-search .drop-d .drop-d-hd .drop-d-tit {
    color: #fff
}

.intro-search .search {
    position: relative;
    overflow: hidden
}

.intro-search .search .input {
    display: block;
    width: 230px;
    height: 44px;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid #ddd;
    padding-left: 20px;
    padding-right: 45px;
    font-size: 16px;
    background: #fff
}

.intro-search .search .submit {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 42px;
    height: 42px;
    border-radius: 22px;
    border: none;
    background: #fff url(../images/hp20.png) center center no-repeat
}

.ul-leader {
    margin: 0 -50px
}

.ul-leader li {
    float: left;
    width: 20%;
    padding: 0 50px;
    margin-bottom: 34px
}

.ul-leader li .con {
    display: block
}

.ul-leader li .con:hover .pic img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.ul-leader li .pic {
    position: relative;
    padding-top: 132%;
    margin-bottom: 29px;
    overflow: hidden
}

.ul-leader li .pic img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.ul-leader li .txt {
    text-align: center
}

.ul-leader li .txt .name {
    font-size: 24px;
    color: #0043ae;
    margin-bottom: 20px
}

.ul-leader li .txt .info {
    font-size: 14px;
    line-height: 1.71;
    height: 3.42em;
    overflow: hidden
}

.ul-leader li .con:hover .txt .info {
    color: #0043ae
}

.doctor-pop {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 20;
    background: rgba(0, 0, 0, .7)
}

.doctor-pop-body {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 96%;
    max-width: 1400px;
    background-color: #fff;
    border-radius: 12px;
    -webkit-transform: translate(-50%, -50%);
    padding: 60px;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.doctor-pop .pop-imgtxt .l-pic {
    float: left;
    width: 200px;
    margin-right: 60px
}

.doctor-pop .pop-imgtxt .l-pic .pic {
    position: relative;
    padding-top: 132%
}

.doctor-pop .pop-imgtxt .l-pic .pic img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.doctor-pop .pop-imgtxt .r-txt {
    overflow: hidden
}

.doctor-pop .pop-imgtxt .r-txt .name {
    font-size: 24px;
    color: #0043ae;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 40px
}

.doctor-pop .pop-imgtxt .r-txt .info {
    font-size: 14px;
    line-height: 2.57;
    color: #333;
    max-height: 430px;
    overflow-y: auto
}

.doctor-pop .pop-imgtxt .r-txt .info h4 {
    color: #999;
    margin-bottom: 10px
}

.doctor-pop .pop-imgtxt .r-txt .info p {
    margin-bottom: 10px;
    font-size: 14px !important;
    line-height: 2.57 !important
}

.doctor-pop .close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    background: url(../images/hp21.png) center no-repeat;
    background-size: cover
}

.dept-info h2 {
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 43px
}

.dept-info .info-wrap {
    background-color: #f4f9ff;
    padding: 60px 0
}

.tit1-d.tit1-d-blue {
    margin-bottom: 32px
}

.tit1-d.tit1-d-blue h3 {
    color: #0043ae;
    font-size: 36px
}

.tit1-d.tit1-d-blue h3:after {
    background-color: #0043ae;
    height: 2px
}

.dept-info .info {
    line-height: 2;
    text-indent: 2em;
    text-align: justify
}

.dept-info .info p {
    font-size: 16px !important
}

.dept-info {
    margin-bottom: 64px
}

.title-dept {
    margin-bottom: 45px
}

.title-dept h3 {
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    font-weight: 700;
    padding-left: 70px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 44px auto
}

.title-dept .r-line {
    overflow: hidden;
    padding-left: 20px;
    height: 50px;
    position: relative
}

.title-dept .r-line .line {
    width: calc(100% - 30px);
    position: relative;
    height: 1px;
    background-color: #0043ae;
    margin-top: 26px
}

.title-dept .r-line .line::after,
.title-dept .r-line .line::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #0043ae
}

.title-dept .r-line .line::after {
    left: auto;
    right: 0
}

.title-dept .r-line::after {
    content: '';
    position: absolute;
    top: 15px;
    right: 0;
    width: 20px;
    height: 20px;
    background: url(../images/hp26.png) center no-repeat;
    background-size: cover
}

.ul-dept-name {
    margin: 0 -10px 24px
}

.ul-dept-name li {
    padding: 0 10px;
    margin-bottom: 24px
}

.ul-dept-name li .con {
    display: flex;
    width: 100%;
    height: 72px;
    align-items: center;
    background-color: #f4f9ff;
    border-radius: 6px;
    font-size: 24px;
    font-size: 20px;
    padding: 0 20px;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

/* .ul-dept-namev1 li .con,.ul-dept-namev1 li p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap} */
.ul-dept-namev2 li .con {
    height: 104px
}

.ul-dept-namev2 li .con p {
    line-height: 1.5;
    max-height: 3em;
    overflow: hidden
}

.ul-dept-name li .con:hover {
    background-color: #0043ae
}

.ul-dept-name li .con:hover,
.ul-dept-name li .con:hover p {
    color: #fff
}

@media only screen and (max-width:1399px) {
    .row-index04 {
        padding-top: 80px
    }

    .ul-index04 li {
        margin-bottom: 80px
    }

    .ul-index04 li .con {
        background-size: 40px auto;
        padding-left: 50px
    }

    .ul-index04 li .con p {
        font-size: 20px
    }

    .ind02-imgtxt .item .ind02-wrap i,
    .ind03-imgtxt .item .ind03-wrap i {
        width: 80px;
        height: 80px
    }

    .ind02-imgtxt .item .ind02-wrap p,
    .ind03-imgtxt .item .ind03-wrap p {
        font-size: 20px
    }

    .intro-imgtxt {
        margin-bottom: 90px
    }

    .intro-imgtxt .left-txt .title h3 {
        font-size: 30px
    }

    .intro-imgtxt .intro-txt {
        padding: 30px
    }

    .ul-baseInfo li p {
        font-size: 20px
    }

    .ul-baseInfo li i {
        width: 90px;
        height: 90px;
        margin-bottom: 20px
    }

    .baseInfo .baseInfo-item {
        padding: 0 20px
    }

    .baseInfo {
        margin: 0 -20px
    }

    .ul-dept-name li .con {
        font-size: 20px
    }

    .dept-info h2 {
        font-size: 28px;
        margin-bottom: 30px
    }

    .tit1-d.tit1-d-blue h3 {
        font-size: 28px
    }

    .ul-leader {
        margin: 0 -25px
    }

    .ul-leader li {
        padding: 0 25px
    }

    .doctor-pop-body {
        padding: 35px
    }

    .service-tips3 .title h3 {
        font-size: 20px
    }

    .joinUs-list-d li {
        padding: 0 20px 30px
    }

    .joinUs-list-d {
        margin: 34px -20px -70px
    }

    .aiticle-snav2 .snav {
        margin-left: 60px
    }
}

@media only screen and (max-width:1199px) {
    .row-index03 .content-top .title-flex{
    padding-top:60px;
    }
    .row-index04 .row-ind2 .item-flex {
        flex-wrap: wrap !important;
    }
    .row-index04 .row-ind2 .item-flex .ind2-item:first-child{
        margin-right: 0px !important;
    }
    .row-index04 .row-ind2 .item-flex .ind2-item{
        width: 100%;
    }
    .row-index04 .row-ind2 .item-flex .ind2-item .img{
        width: 100%;
    }
    .ul-index04 li .con {
        background-size: 30px auto;
        padding-left: 40px;
        line-height: 40px
    }

    .ul-index04 li .con p {
        font-size: 16px
    }

    .ul-index04 li {
        margin-bottom: 35px
    }

    .row-index04 {
        padding-top: 35px
    }

    .index-announcement {
        margin: 0 -15px
    }

    /* .ul-partyv2 {
        margin-top: 30px
    } */

    .index-announcement .item {
        padding: 0 15px
    }

    .tit1-d.tit1-d-index h3 {
        font-size: 24px;
        padding-bottom: 15px
    }

    .row-index03 {
        padding-bottom: 30px
    }

    .ul-party li .r-con h3 {
        font-size: 14px
    }

    .ul-party li .l-date {
        height: 65px;
        height: 65px
    }

    .ul-party li .l-date span {
        font-size: 12px
    }

    .ul-party li .l-date p {
        font-size: 18px
    }

    .ul-party li .r-con {
        height: 65px
    }

    .index-title h3 {
        font-size: 16px
    }

    .ind-news-wrap {
        margin-bottom: 30px
    }

    .ul-indexTab li a {
        font-size: 16px
    }

    .ul-news01 li span {
        font-size: 14px;
        margin-top: 6px
    }

    .ul-news01 li h3 a {
        font-size: 14px;
        height: 35px;
        line-height: 35px
    }

    .ind-news-wrap .r-list,
    .ul-news01-wrap {
        padding: 8px 15px;
        height: auto
    }

    .row-index02 {
        padding-bottom: 30px
    }

    .ind01-wrap .ind01-item {
        float: none;
        width: auto
    }

    .ind01-wrap {
        padding: 0 15px
    }

    .ind01-wrap .ind01-item:last-child {
        float: none;
        width: auto;
        margin-top: 0;
        overflow: hidden
    }

    .ind01-wrap .ind01-item:last-child .item {
        float: left;
        width: 33.33%
    }

    .row-index01 {
        padding: 30px 0
    }

    .ind01-imgtxt .title {
        padding-top: 20px;
        padding-left: 20px
    }

    .ind01-imgtxt .title h3 {
        font-size: 20px;
        margin-bottom: 20px
    }

    .ind01-imgtxt .bottom-nav i {
        width: 35px;
        height: 35px
    }

    .ind01-imgtxt .bottom-nav p {
        font-size: 16px
    }

    .ind01-imgtxt .bottom-nav {
        height: 130px
    }

    .slick-index01 .slick-dots {
        bottom: 20px
    }

    .slick-play-btn {
        bottom: 20px;
        width: 13px;
        height: 13px
    }

    .slick-index01 .slick-dots li {
        width: 10px;
        height: 10px
    }

    .intro-imgtxt .r-slick {
        float: none;
        width: auto
    }

    .intro-imgtxt .intro-txt {
        position: static;
        padding: 15px;
        font-size: 14px;
        width: auto;
        box-sizing: 0 0 5px #ccc
    }

    .intro-imgtxt .left-txt {
        float: none;
        width: auto;
        margin-top: 15px
    }

    .slick-intro .slick-dots {
        margin-top: 20px;
        text-align: center
    }

    .intro-imgtxt .left-txt .title {
        text-align: center
    }

    .intro-imgtxt .left-txt .title h3 {
        font-size: 24px
    }

    .intro-imgtxt {
        margin-bottom: 15px
    }

    .article-txt .info,
    .article-txt p,
    .article-txt p span {
        font-size: 14px !important
    }

    .intro-imgtxt .intro-txt .info,
    .intro-imgtxt .intro-txt p,
    .intro-imgtxt .intro-txt p span {
        font-size: 14px !important
    }

    .slick-intro .slick-dots li {
        width: 8px;
        height: 8px
    }

    .leader-imgtxt {
        margin: 0 auto 20px
    }

    .leader-imgtxt .leader-info-box {
        margin: 0 auto
    }

    .leader-imgtxt .name {
        font-size: 16px
    }

    .leader-imgtxt span {
        font-size: 14px
    }

    .leader-txt .item p,
    .leader-txt .item p span {
        font-size: 14px !important
    }

    .leader-txt .item {
        margin-bottom: 10px
    }

    .baseInfo .baseInfo-item .txt-wrap {
        padding: 15px;
        height: 500px
    }

    .baseInfo .baseInfo-item .title h3 {
        font-size: 18px
    }

    .baseInfo .baseInfo-item .info,
    .baseInfo .baseInfo-item .info p,
    .baseInfo .baseInfo-item .info p span {
        font-size: 14px !important
    }

    .ul-baseInfo li i {
        width: 55px;
        height: 55px;
        margin-bottom: 15px
    }

    .ul-baseInfo li span {
        font-size: 14px
    }

    .ul-baseInfo li p {
        font-size: 14px
    }

    .ul-baseInfo li {
        margin-bottom: 20px
    }

    .qs-list-d .info,
    .qs-list-d .info p,
    .qs-list-d .info span {
        font-size: 14px !important
    }

    .service-tips {
        height: auto;
        line-height: 1.71;
        font-size: 18px;
        padding: 10px 15px
    }

    .service-txt .ser-tit {
        font-size: 18px
    }

    .scrollTop {
        width: 35px;
        height: 35px;
        right: 15px;
        bottom: 30px;
        line-height: 35px;
        font-size: 12px;
        border-radius: 50%
    }

    .arrow-scroll {
        bottom: 15px
    }

    .arrow-scroll p {
        margin-bottom: 8px;
        font-size: 14px
    }

    .title-dept h3 {
        font-size: 20px;
        background-size: 20px auto;
        padding-left: 28px
    }

    .title-dept {
        margin-bottom: 20px
    }

    .ul-dept-name {
        margin: 0 -5px 15px
    }

    .ul-dept-name li {
        padding: 0 5px;
        margin-bottom: 10px
    }

    .ul-dept-name li .con {
        font-size: 16px
    }

    .ul-dept-name li .con {
        height: 60px
    }

    .dept-info .info-wrap {
        padding: 30px 0
    }

    .tit1-d.tit1-d-blue h3 {
        font-size: 20px
    }

    .tit1-d.tit1-d-blue h3:after {
        height: 1
    }

    .tit1-d.tit1-d-blue {
        margin-bottom: 20px
    }

    .dept-info .info {
        font-size: 14px
    }

    .dept-info .info p {
        font-size: 14px !important
    }

    .dept-info {
        margin-bottom: 30px
    }

    .ul-leader li .pic {
        margin-bottom: 20px
    }

    .ul-leader li .txt .name {
        font-size: 18px;
        margin-bottom: 5px
    }

    .ul-leader li {
        padding: 0 8px;
        width: 25%
    }

    .ul-leader {
        margin: 0 -8px 0
    }

    .intro-search .search .input {
        font-size: 14px
    }

    .doctor-pop .pop-imgtxt .l-pic {
        width: 180px;
        margin-right: 30px
    }

    .doctor-pop .pop-imgtxt .r-txt .name {
        font-size: 20px;
        margin-bottom: 20px
    }

    .doctor-pop .close-btn {
        width: 35px;
        height: 35px
    }

    .doctor-pop .pop-imgtxt .r-txt .info {
        height: 300px
    }

    .doctor-pop .pop-imgtxt .r-txt .info {
        height: 300px
    }

    .doctor-pop-body {
        padding: 15px
    }

    .doctor-pop .pop-imgtxt .l-pic {
        float: none;
        margin-right: 0;
        margin-bottom: 15px
    }

    .doctor-pop .pop-imgtxt .r-txt .info {
        height: 150px
    }

    .doctor-pop .close-btn {
        top: 15px;
        right: 15px
    }

    .aiticle-snav .snav {
        float: none;
        width: auto;
        margin-left: 0
    }

    .aiticle-snav .snav a {
        height: 40px;
        line-height: 38px;
        font-size: 14px
    }

    .service-tips3 .title h3 {
        font-size: 18px;
        height: auto;
        line-height: 1.71;
        padding: 10px 15px
    }

    .service-tips3 .info {
        padding: 20px
    }

    .service-tips3 .info,
    .service-tips3 .info p {
        font-size: 14px !important
    }

    .project-search span {
        font-size: 14px
    }

    .project-search .input {
        width: 220px;
        font-size: 14px;
        height: 35px
    }

    .project-search .input .inp {
        font-size: 14px
    }

    .block-table table th {
        font-size: 14px
    }

    .block-table table td {
        padding: 8px
    }

    .aiticle-snav2 .snav {
        float: none;
        width: auto;
        margin-left: 0;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
    }

    .aiticle-snav2 .snav a {
        padding: 0 15px;
        flex-grow: 1;
        width: auto;
        font-size: 14px;
        height: 35px;
        line-height: 32px
    }

    .joinUs-list-d .date .d1 {
        font-size: 18px
    }

    .joinUs-list-d h4 {
        font-size: 14px
    }

    .joinUs-list-d .inner {
        padding: 15px
    }

    .joinUs-list-d .date {
        margin-left: 20px;
        margin-top: -20px
    }

    .joinUs-list-d li {
        margin-bottom: 15px
    }
}

@media only screen and (max-width:991px) {
    .slick-news {
        float: none;
        width: auto
    }

    .ind02-imgtxt .item .ind02-wrap i,
    .ind03-imgtxt .item .ind03-wrap i {
        width: 50px;
        height: 50px
    }

    .ind02-imgtxt .item .ind02-wrap p,
    .ind03-imgtxt .item .ind03-wrap p {
        font-size: 16px
    }

    .ind03-imgtxt .item .qr {
        width: 70px;
        height: 70px
    }

    .service-tips {
        font-size: 16px;
        margin-bottom: 20px
    }

    .service-tips2 {
        margin-top: 50px;
        font-size: 16px
    }

    .ul-leader li {
        width: 33.33%
    }

    .footer .ftnav .link a {
        font-size: 14px;
    }
}

@media only screen and (max-width:767px) {
    .row-index03 .content-bottom .content-item em{
        font-size:24px;
    }
    
    /*.main{*/
    /*    padding-top: 50px;*/
    /*}*/
    
    .row-index02,.row-index04{
        padding: 30px 0 30px !important;
    }
    .row-index01 .grid-item a img{
        width:40px;
        height: 40px;
    }
    .row-index01 .grid-item .title-cn{
        font-size: 18px;
    }
    .row-index01 .large h2{
        font-size: 28px;
    }
    .row-index01 .grid-item:nth-child(5n),.row-index01 .grid-item:nth-child(4n){
        display: none;
    }
    .row-index01 .grid-item .title-en{
        font-size: 14px;
    }
    .row-index04 .row-ind2{
        margin-top: 30px;
    }
    .row-index04 .title-04{
        margin-bottom: 30px;
    }
    .row-index04 .title-05{
        margin-top: 30px;
    }
    /*.row-index03 .content-top{*/
    /*    height: 620px;*/
    /*}*/
    .row-index03 .content-top .more{
        margin-top: 25px;
    }
    .row-index03 .content-top .title-flex{
        padding-top: 50px;
    }
    .row-index03 .content-bottom{
        height: 205px;
    }
    
    
    /*.row-index03 .content-bottom .content-item ul{*/
        /*flex-wrap: wrap;*/
        /*justify-content: space-around;*/
        /*padding: 20px;*/
    /*}*/
    /*.row-index03 .content-bottom .content-item ul li{*/
    /*    margin-top: 20px;*/
    /*    margin-right: 5px;*/
    /*}*/
    .row-index03 .content-bottom .content-item ul li{
        width: 33.33%;
    }
    .row-index03 .content-bottom .content-item ul li img{
        width:30px;
        height: auto;
    }
    .row-index03 .content-top .title-flex{
        margin-top: 10px;
    }
    .row-index02 ul li{
        margin-right: 0px;
    }
    .index-announcement .item {
        margin-bottom: 20px
    }

    .tit1-d.tit1-d-index h3 {
        font-size: 20px
    }

    .row-index03 {
        padding-bottom: 0
    }

    .ind01-imgtxt .bottom-nav i {
        width: 30px;
        height: 30px
    }

    .ind01-imgtxt .bottom-nav p {
        font-size: 14px
    }

    .ind02-imgtxt .item .ind02-wrap i,
    .ind03-imgtxt .item .ind03-wrap i {
        width: 40px;
        height: 40px;
        margin-bottom: 5px
    }

    .ind02-imgtxt .item .ind02-wrap p,
    .ind03-imgtxt .item .ind03-wrap p {
        font-size: 14px
    }

    .ind02-imgtxt .item .ind02-link a {
        width: 80%;
        font-size: 12px;
        height: 20px;
        line-height: 20px
    }

    .ind01-wrap .ind01-item:last-child .item {
        width: 50%
    }

    .baseInfo .baseInfo-item {
        margin-bottom: 20px
    }

    .ul-dept-name li .con {
        font-size: 14px;
        height: 40px;
        padding: 0 10px
    }

    .ul-dept-namev2 li .con {
        height: 65px
    }

    .ul-leader li {
        width: 50%
    }

    .intro-search .intro-search-wrap {
        display: block;
        height: auto;
        padding: 15px 0
    }

    .intro-search .drop-d {
        width: 100%;
        margin-bottom: 15px
    }

    .intro-search .search .input {
        width: 100%
    }

    .intro-search {
        margin-bottom: 35px
    }

    .ul-leader li {
        margin-bottom: 15px
    }

    .block-table table {
        width: 767px
    }

    .block-table {
        overflow-x: auto
    }
}

.ban-d {
    /* height: 600px; */
    position: relative;
    overflow: hidden;
    /* background:url(../images/overview/banner.jpg) center no-repeat;
    -webkit-background-size: contain;
    background-size: contain; */
}
.ban-d img{
    display: block;
    width: 100%;
    height: 100%;
}
.ban-d .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain */
    /* background-position: center center;
    -webkit-background-size: cover;
    background-size: cover */
}

.ban-cont-d {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 84px;
    overflow: hidden;
    z-index: 2
}

.ban-cont-d .cur {
    margin-top: 32px;
    float: right
}

.ban-cont-d h2 {
    margin-bottom: 16px;
    /* float: left; */
    /* position: relative;
    overflow: hidden */

font-size: 48px;
font-family: Microsoft YaHei UI, Microsoft YaHei UI-700;
font-weight: 700;
text-align: LEFT;
color: #ffffff;
line-height: 48px;
}
.ban-cont-d p {
    font-size: 20px;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI-400;
    font-weight: 400;
    text-align: LEFT;
    color: #ffffff;
    line-height: 20px;
}
.ban-cont-d .second-nav{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 65px;
    z-index: 99;
    margin-top: 46px;

    /* display: flex;
    justify-content: center;
    align-items: center; */
    /* position: absolute;
    top: 113px;
    left: 0;
    width: 100%; */
}
.ban-cont-d .second-nav li a.v1 {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    /* padding: 9px 9px 2px; */
    position: relative;
}
.ban-cont-d .second-nav li a.v1 .pic{
    display: grid;
    place-items: center;
}
/* .ban-cont-d .second-nav li a.v1 div{

    display: grid;
    place-items: center;
} */
.ban-cont-d .second-nav  li{
    margin-right: 75px;
    
}

.ban-cont-d .second-nav  li a{
    font-size: 16px;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI-700;
    text-align: center;
    color: #ffffff;
    line-height: 18px;
    
}
.ban-cont-d .second-nav  li.on a.v1,.ban-cont-d .second-nav  li:hover a.v1 {
    font-size: 16px;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI-700;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    line-height: 18px;
    /* height: 65px; */
}
.ban-cont-d .second-nav  li.on a.v1::after,.ban-cont-d .second-nav  li:hover a.v1::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background-color: #fff;
    opacity: 0.6;
}
.ban-cont-d .second-nav  li .img{
    width: 19px;
    height: 18px;
    margin-bottom: 8px;
}
/* .ban-cont-d h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36px;
    height: 3px;
    background-color: #fff
} */

.ban-d.ban_2-d {
    height: 360px
}

nav {
    text-align: center
}

.pagination {
    /* margin: 60px 0 -5px; */
    font-size: 0
}

.pagination>li {
    margin: 0 5px 5px;
    display: inline-block;
    vertical-align: middle
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 0
}

.pagination>li>a,
.pagination>li>span {
    margin: 0;
    padding: 3px 7px;
    min-width: 32px;
    font-size: 16px;
    color: #999;
    line-height: 1.5;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.pagination .previous a {
    padding: 0;
    width: 32px;
    height: 32px;
    background: url(../images/d_jt4.png) center center no-repeat
}

.pagination .previous a:hover {
    background-image: url(../images/d_jt6.png)
}

.pagination .next a {
    padding: 0;
    width: 32px;
    height: 32px;
    background: url(../images/d_jt5.png) center center no-repeat
}

.pagination .next a:hover {
    background-image: url(../images/d_jt7.png)
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background: linear-gradient(90deg,#09cd81 0%, #008acf 100%);
    color: #fff;
    border-color:unset
}

.pagination>li>a:hover {
    background: linear-gradient(90deg,#09cd81 0%, #008acf 100%);
    color: #fff;
}

.pagination .previous.disabled a {
    background-image: url(../images/d_jt4.png)
}

.pagination .next.disabled a {
    background-image: url(../images/d_jt5.png)
}
.title-flex {
    position: relative;
}
.title-flex h2{
    font-size: 36px;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI-700;
    font-weight: 700;
    /*text-align: CENTER;*/
    color: #2e2929;
    line-height: 36px;
    margin-bottom: 12px;
}
.title-flex .en-name{
    font-size: 16px;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI-400;
    font-weight: 400;
    /*text-align: CENTER;*/
    color: #8f8f8f;
    line-height: 16px;
}
.cur {
    font-size: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.cur .arr{
    margin: 0 6px;
    width: 10px;
    height: 26px;
    background: url(../images/overview/arr.svg) center center no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.cur .home {
    margin: 0 6px;
    width: 16px;
    height: 26px;
    background: url(../images/overview/local.svg) center center no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.cur a,
.cur em,
.cur span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #595959
}

.cur a {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

/* .cur .home {
    width: 22px;
    height: 24px;
    background: url(../images/d_home.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover
} */

.cur em {
    margin: 0 8px;
    width: 6px;
    height: 10px;
    background: url(../images/d_jt1.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.cur a:hover {
    font-weight: 700
}

.box-pos-d {
    margin-top: -35px;
    position: relative;
    overflow: hidden;
    z-index: 2
}

.box-pos-d .bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden
}

.box-pos-d .bg:after {
    content: '';
    position: absolute;
    left: calc((100% - 1400px)/ 2);
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #0043ae;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    transform: skewX(-15deg);
    transform-origin: 0 100%
}

.pos-nav {
    padding: 24px 50px;
    overflow: hidden
}

.pos-nav a {
    padding: 0 18px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
    line-height: 1.88;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.pos-nav a span {
    display: block;
    position: relative
}

.pos-nav a span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: #fff;
    opacity: 0;
    filter: alpha(opacity=0)
}

.pos-nav a:hover {
    font-weight: 700
}

.pos-nav .on {
    font-weight: 700
}

.pos-nav .on span:after {
    opacity: 1;
    filter: alpha(opacity=100)
}

.box-pos-d .searchPublic {
    margin: 17px 0 0 20px;
    float: right
}

/*.box-pos-d .searchPublic .input,.box-pos-d .searchPublic .input:focus{background-image:url(../images/d_so.png)}*/
.pos-tit-d {
    float: left;
    width: calc(100% - 200px);
    line-height: 66px;
    overflow: hidden
}

.pos-tit-d h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    line-height: inherit;
    overflow: hidden
}

.pos-tit-d h2 span {
    margin: -2px 0 0 17px;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: rgba(255, 255, 255, .6);
    line-height: 1
}

.pos-con2-d {
    margin: 5px 0 24px 136px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    overflow: hidden
}

.tit1-d {
    margin-bottom: 64px;
    text-align: center
}

.tit1-d h3 {
    padding-bottom: 28px;
    font-size: 32px;
    color: #333;
    font-weight: 400;
    position: relative
}

.tit1-d h3:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 36px;
    height: 3px;
    background-color: #1a4287;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tit2-d {
    margin-bottom: 14px
}

.tit2-d h3 {
    padding-bottom: 22px;
    font-size: 24px;
    color: #0043ae;
    font-weight: 700;
    position: relative
}

.tit2-d h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36px;
    height: 3px;
    background-color: #0043ae
}

.tit3-d {
    margin-bottom: 65px
}

.tit3-d h3 {
    padding-bottom: 28px;
    font-size: 32px;
    color: #333;
    font-weight: 400;
    position: relative
}

.tit3-d h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36px;
    height: 3px;
    background-color: #1a4287
}

.tit4-d {
    padding-bottom: 13px;
    position: relative;
    overflow: hidden
}

.tit4-d:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: #ddd
}

.tit4-d:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 93px;
    height: 2px;
    background-color: #1a4287
}

.tit4-d .more {
    padding-right: 16px;
    margin: 2px 0 0 15px;
    float: right;
    font-size: 12px;
    color: #0043ae;
    line-height: 30px;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.tit4-d .more i {
    position: absolute;
    right: 0;
    top: 50%;
    width: 11px;
    height: 11px;
    background: url(../images/d_more.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tit4-d h3 {
    font-size: 24px;
    color: #333;
    font-weight: 400;
    line-height: 34px;
    overflow: hidden
}

.tit4-d .more:hover {
    font-weight: 700
}

.tab01-tit {
    font-size: 0;
    margin-bottom: 60px
}

.tab01-tit li {
    display: inline-block;
    margin-right: 10px
}

.tab01-tit a {
    display: block;
    min-width: 237px;
    height: 48px;
    line-height: 46px;
    text-align: center;
    border: 1px solid #0043ae;
    font-size: 18px;
    color: #0043ae
}

.tab01-tit li.on a {
    color: #fff;
    font-weight: 700;
    background-color: #0043ae
}

.tab01-desc {
    /*overflow:hidden*/
}

.tab01-desc .tab01-item {
    height: 0;
    visibility: hidden;
    overflow: hidden
}

.tab01-desc .tab01-item.on {
    height: auto;
    visibility: visible;
    overflow: visible
}

.drop-d {
    position: relative
}

.drop-d .drop-d-hd {
    padding: 0 20px;
    padding-right: 40px;
    font-size: 0;
    height: 48px;
    line-height: 46px;
    border: 1px solid #ddd;
    position: relative;
    cursor: pointer
}

.drop-d .drop-d-hd .drop-d-tit {
    display: block;
    font-size: 16px;
    color: #999;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.drop-d .drop-d-hd .icon {
    position: absolute;
    right: 16px;
    top: 50%;
    width: 15px;
    height: 8px;
    background: url(../images/d_jt8.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.drop-d .drop-d-options {
    padding: 8px 0;
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(10, 55, 130, .2);
    max-height: 236px;
    overflow-y: auto;
    z-index: 10;
    display: none
}

.drop-d .drop-d-options li {
    padding: 10px 32px;
    font-size: 16px;
    color: #0043ae;
    font-weight: 700;
    line-height: 1.5;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.drop-d .drop-d-options li:hover {
    background-color: #0043ae;
    color: #fff
}

.radio-group-d {
    padding-left: 15px;
    font-size: 0
}

.radio-group-d label {
    margin-right: 22px;
    padding-left: 25px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    line-height: 48px;
    background: url(../images/d_radio1.png) left center no-repeat;
    cursor: pointer;
    overflow: hidden
}

.radio-group-d label input {
    position: absolute;
    left: -999px
}

.radio-group-d label span {
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: 400
}

.radio-group-d .form-d-radio__checked {
    background-image: url(../images/d_radio2.png)
}

.row-block1-d {
    padding: 97px 0 120px;
    overflow: hidden
}

.jxNews-list-d {
    margin: 0 -10px -64px;
    font-size: 0;
    overflow: hidden
}

.jxNews-list-d li {
    padding: 0 10px;
    margin-bottom: 64px;
    display: inline-block;
    vertical-align: top
}

.jxNews-list-d .con {
    display: block;
    height: 100%;
    background-color: #f4f9ff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.jxNews-list-d .pic {
    padding-top: 60.9%;
    position: relative;
    overflow: hidden
}

.jxNews-list-d .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.jxNews-list-d .inner {
    padding: 25px 30px 30px;
    padding-right: 10px
}

.jxNews-list-d .inner h4 {
    margin-bottom: 28px;
    font-size: 24px;
    color: #333;
    font-weight: 400;
    height: 32px;
    line-height: 32px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.jxNews-list-d .inner .more {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../images/d_jt2.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.jxNews-list-d .con:hover {
    background-color: #0043ae
}

.jxNews-list-d .con:hover .pic img {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05)
}

.jxNews-list-d .con:hover h4 {
    color: #fff;
    font-weight: 700
}

.jxNews-list-d .con:hover .more {
    background-image: url(../images/d_jt3.png);
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px)
}

.sys-slick-d {
    margin-bottom: 56px;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden
}

.sys-slick-d .pic {
    padding-top: 31.43%;
    position: relative;
    overflow: hidden
}

.sys-slick-d .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.sys-slick-d .slick-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 0;
    text-align: center;
    z-index: 2
}

.sys-slick-d .slick-dots li {
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ddd;
    cursor: pointer
}

.sys-slick-d .slick-dots .slick-active {
    background-color: #0043ae
}

.sys-slick-d .slick-dots button {
    outline: 0;
    border: none;
    text-indent: -999px
}

.detail-d {
    overflow: hidden
}

.detail-d .con img {
    width: auto !important
}

.detail-d .con,
.detail-d .con p,
.detail-d .con span {
    font-size: 16px !important;
    color: #333 !important;
    line-height: 2 !important
}

.detail-d .tips {
    padding: 30px 40px;
    background-color: #0043ae
}

.detail-d .tips,
.detail-d .tips p {
    font-size: 24px !important;
    color: #fff !important;
    line-height: 2 !important;
    text-align: center !important
}

.ul-trends-d .con {
    padding-left: 30px;
    display: block;
    line-height: 78px;
    border-bottom: 1px solid #ddd;
    position: relative;
    overflow: hidden
}

.ul-trends-d .con:before {
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    width: 5px;
    height: 5px;
    background-color: #0043ae;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ul-trends-d .date {
    float: right;
    font-size: 14px;
    color: #999
}

.ul-trends-d h4 {
    line-height: inherit;
    overflow: hidden
}

.ul-trends-d h4 .t1 {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #333;
    max-width: calc(100% - 50px);
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.ul-trends-d h4 .t1 img {
    margin: -2px 4px 0 0;
    display: inline-block;
    vertical-align: middle
}

.ul-trends-d h4 .e1 {
    margin-left: 4px;
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 14px;
    line-height: 14px;
    font-size: 0;
    text-align: center
}

.ul-trends-d h4 .e1 img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.ul-trends-d .con:hover h4 .t1 {
    color: #0043ae;
    font-weight: 700
}

.qs-list-d {
    margin-bottom: -20px
}

.qs-list-d>li {
    margin-bottom: 20px;
    padding: 32px 40px;
    background-color: #f4f9ff;
    font-size: 16px;
    color: #333;
    line-height: 2
}

.qs-list-d h4 {
    color: #0043ae;
    font-weight: 700;
    line-height: inherit
}

.qs-list-d .info,
.qs-list-d .info p,
.qs-list-d .info span {
    font-size: 16px !important;
    color: #333 !important;
    line-height: 2 !important
}

.qs-list-d .info em {
    margin: -4px 10px 0 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

.qs-list-d.list_2-d h4 {
    color: #333
}

.anchorBL {
    display: none
}

.ul-addr-d {
    padding-top: 40px;
    margin-bottom: -60px
}

.ul-addr-d li {
    margin-bottom: 60px;
    padding-right: 50%;
    background-color: #f4f9ff;
    position: relative;
    overflow: hidden
}

.ul-addr-d .map {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background-color: #fff
}

.ul-addr-d .map img {
    max-width: none;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s
}

.ul-addr-d .inner {
    padding: 34px 70px 74px 30px
}

.ul-addr-d .inner h4 {
    margin-bottom: 14px;
    padding-bottom: 17px;
    font-size: 24px;
    color: #0043ae;
    line-height: 1.33;
    font-weight: 700;
    position: relative
}

.ul-addr-d .inner h4:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 1px;
    background-color: #ddd
}

.ul-addr-d .info,
.ul-addr-d .info p,
.ul-addr-d .info span {
    font-size: 16px !important;
    color: #333 !important;
    line-height: 1.88 !important
}

.ul-addr-d li:nth-child(even) {
    padding: 0;
    padding-left: 50%
}

.ul-addr-d li:nth-child(even) .map {
    right: auto;
    left: 0
}

.feedbackInfo-d button,
.feedbackInfo-d input,
.feedbackInfo-d textarea {
    outline: 0;
    border: none
}

.feedbackInfo-d .fI-item {
    position: relative;
    z-index: 2
}

.feedbackInfo-d .fI-tit {
    padding: 14px 40px;
    padding-right: 180px;
    background-color: #f4f9ff;
    position: relative;
    min-height: 44px;
}

.feedbackInfo-d .fI-tit .btn {
    padding: 0 8px;
    margin: 0;
    position: absolute;
    right: 40px;
    top: 50%;
    min-width: 116px;
    height: 32px;
    line-height: 32px;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    color: #0043AE;
    border: none;
}

.feedbackInfo-d .fI-tit .btn .icon {
    margin: -2px 0 0 8px;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(../images/fI-btn1.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.feedbackInfo-d .fI-tit .btn:hover .icon {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
}

.feedbackInfo-d .fI-tit h3 {
    font-size: 24px;
    color: #0043ae;
    font-weight: 400;
    line-height: 1.5
}

.feedbackInfo-d .fI-cont {
    padding: 44px 40px
}

.feedbackInfo-d .fI-info,
.feedbackInfo-d .fI-info p,
.feedbackInfo-d .fI-info p span {
    font-size: 16px !important;
    color: #333 !important;
    line-height: 3 !important
}

.feedbackInfo-d .fI-info p a,
.feedbackInfo-d .fI-info p span {
    color: #0043ae !important
}

.feedbackInfo-d .fI-item.fI-item2 .fI-cont {
    padding-top: 13px
}

.feedbackInfo-d .fI-item:first-child .fI-tit {
    background-color: #0043ae
}

.feedbackInfo-d .fI-item:first-child .fI-tit h3 {
    color: #fff
}

.feedbackInfo-d .fI-submit {
    padding: 0 40px
}

.feedbackInfo-d .fI-submit .inner {
    padding-left: 116px;
    width: 69.4%;
    font-size: 0;
    text-align: center
}

.feedbackInfo-d .fI-submit button {
    margin: 0 8px;
    display: inline-block;
    vertical-align: middle;
    width: 240px;
    height: 60px;
    line-height: 58px;
    border: 1px solid #0043AE;
    background-color: #0043ae;
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.feedbackInfo-d .fI-submit .bt2 {
    background-color: transparent;
    color: #0043AE;
    font-weight: normal
}

.feedbackInfo-d .fI-submit button:hover {
    opacity: .8;
    filter: alpha(opacity=80)
}

.form-d {
    margin: 28px 0 16px;
    width: 69.4%
}

.form-d .form-item {
    margin-bottom: 20px;
    font-size: 0
}

.form-d .form-tit {
    padding: 12px 0;
    padding-right: 4px;
    display: inline-block;
    vertical-align: top;
    width: 116px;
    font-size: 16px;
    color: #333;
    line-height: 1.5
}

.form-d .form-tit span {
    color: #D43E3E
}

/*.form-d .form-tit span{color:#0043ae}*/
.form-d .form-con {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 116px)
}

.form-d .inp {
    padding: 0 20px;
    display: block;
    width: 100%;
    height: 48px;
    line-height: 46px;
    border: 1px solid #ddd;
    font-size: 16px;
    color: #333
}

.form-d .tar {
    padding: 13px 20px;
    display: block;
    width: 100%;
    height: 120px;
    resize: none;
    border: 1px solid #ddd;
    font-size: 16px;
    color: #333
}

.hotSearch-d {
    margin-bottom: 46px;
    padding: 14px 0;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    overflow: hidden
}

.hotSearch-d .con {
    margin-left: 136px
}

.hotSearch-d a {
    margin-right: 12px;
    display: inline-block;
    color: #333;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.hotSearch-d a:hover {
    color: #0043ae
}

.searchResult-d {
    margin-bottom: 20px;
    padding: 26px 0;
    background-color: #f4f9ff
}

.searchResult-d .tit {
    float: left;
    font-size: 18px;
    color: #999;
    line-height: 48px;
    overflow: hidden
}

.searchResult-d .tit span {
    margin: -5px 0 0 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 36px;
    color: #0043ae;
    line-height: 1
}

.drop-group-d {
    float: right;
    width: 59%;
    font-size: 0
}

.drop-group-d .drop-d {
    margin-left: 1%;
    display: inline-block;
    vertical-align: middle;
    width: 49%
}

.drop-group-d .drop-d .drop-d-hd {
    background-color: #fff
}

.row-searchResult-d {
    padding-bottom: 120px;
    position: relative;
    z-index: 10
        /*;overflow:hidden*/
}

.row-searchResult-d .tab01-tit {
    margin-bottom: 35px
}

.ul-trends2-d li {
    border-bottom: 1px solid #ddd
}

.ul-trends2-d .con {
    padding: 38px 20px 26px;
    display: block
}

.ul-trends2-d h4 {
    padding-left: 10px;
    margin-bottom: 22px;
    font-size: 20px;
    color: #333;
    font-weight: 400;
    position: relative;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.ul-trends2-d h4:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    background-color: #0043ae;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ul-trends2-d h4 span {
    color: #d43e3e
}

.ul-trends2-d h4 img {
    margin: -2px 4px 0 0;
    display: inline-block;
    vertical-align: middle
}

.ul-trends2-d .txt {
    padding-left: 10px;
    margin-bottom: 7px;
    font-size: 16px;
    color: #999;
    line-height: 1.9;
    height: 3.8em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden
}

.ul-trends2-d .date {
    padding-left: 10px;
    font-size: 14px;
    color: #999
}

.ul-trends2-d .con:hover h4 {
    color: #0043ae
}

.row-block2-d {
    padding: 65px 0 120px;
    overflow: hidden
}

.row-block2-d .row {
    margin: 0 -30px
}

.row-block2-d .col,
.row-block2-d .cor {
    padding: 0 30px
}

.row-block2-d .col {
    float: left;
    width: 71%
}

.row-block2-d .cor {
    float: right;
    width: 29%
}

.news-d {
    padding: 32px 0 6px
}

.news-slick-d {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden
}

.news-slick-d .con {
    display: block;
    position: relative;
    overflow: hidden
}

.news-slick-d .pic {
    padding-top: 57.32%;
    position: relative;
    overflow: hidden
}

.news-slick-d .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.news-slick-d .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/d_bg1.png) center bottom no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: 2
}

.news-slick-d .mask .mask-inner {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0
}

.news-slick-d h4 {
    padding: 48px 20px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.news-slick-d .con:hover .pic img {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05)
}

.news-slick-d .slick-dots {
    position: absolute;
    left: 0;
    bottom: 20px;
    right: 0;
    font-size: 0;
    text-align: center;
    overflow: hidden
}

.news-slick-d .slick-dots li {
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden
}

.news-slick-d .slick-dots button {
    outline: 0;
    border: none;
    text-indent: -999px
}

.news-slick-d .slick-dots .slick-active {
    background-color: #1e51a2
}

.slide-d {
    padding: 14px 0
}

.slide-item-d {
    padding: 16px 0
}

.ul-trends3-d li {
    border-bottom: 1px solid #ddd
}

.ul-trends3-d .con {
    padding-left: 10px;
    display: block;
    line-height: 55px;
    position: relative;
    overflow: hidden
}

.ul-trends3-d .con:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    background-color: #0043ae;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ul-trends3-d h4 {
    line-height: inherit
}

.ul-trends3-d .e1 {
    margin: 21px 0 0 10px;
    float: right;
    display: block;
    width: 28px;
    height: 14px;
    line-height: 14px;
    font-size: 0;
    text-align: center;
    overflow: hidden
}

.ul-trends3-d .e1 img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.ul-trends3-d .t1 {
    display: block;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.ul-trends3-d .t1 img {
    margin: -2px 4px 0 0;
    display: inline-block;
    vertical-align: middle
}

.ul-trends3-d .con:hover .t1 {
    color: #0043ae
}

.newsDt-d {
    padding-bottom: 36px
}

.newsDt-d .hd h1 {
    font-size: 36px;
    color: #333;
    font-weight: 700;
    text-align: center;
    line-height: 1.33
}

.newsDt-d .hd .info {
    padding-top: 36px;
    margin-top: 36px;
    border-top: 1px solid #ddd;
    text-align: center;
    font-size: 16px;
    color: #999
}

.newsDt-d .hd .info span {
    margin: 0 5px
}

.newsDt-d .hd .info img {
    margin: -2px 8px 0 0;
    display: inline-block;
    vertical-align: middle
}

.newsDt-d .con {
    padding: 0px 0;
    text-indent: 2em;
    overflow: hidden
}

.newsDt-d .con img {
    width: auto !important
}

.newsDt-d .con,
.newsDt-d .con p,
.newsDt-d .con span {
    font-size: 16px !important;
    color: #333 !important;
    line-height: 2 !important
}

.newsDt-d .page {
    padding: 32px 0;
    padding-right: 120px;
    border-top: 1px solid #ddd;
    line-height: 2
}

.newsDt-d .page a,
.newsDt-d .page span {
    display: block;
    font-size: 16px;
    color: #000;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.newsDt-d .page a {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.newsDt-d .page a:hover {
    color: #1a4287
}

.newsDt-d .page .return {
    position: absolute;
    right: 0;
    top: 50%;
    width: 92px;
    height: 30px;
    line-height: 30px;
    background-color: #0043AE;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.newsDt-d .page .return i {
    margin: -3px 6px 0 0;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url(../images/icon-return.png) center center no-repeat;
    -webkit-background-size: 14px auto;
    background-size: 14px auto;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.newsDt-d .page .return:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    color: #fff;
}

.newsDt-d .page .return:hover i {
    -webkit-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    -o-transform: translateX(-4px);
    transform: translateX(-4px);
}

.slide2-d {
    padding: 24px 25px 44px;
    background-color: #f4f9ff
}

.slide2-d .tit4-d {
    margin-bottom: 45px
}

.ul-trends4-d {
    margin-bottom: -20px
}

.ul-trends4-d li {
    margin-bottom: 20px
}

.ul-trends4-d .con {
    display: block;
    background-color: #fff;
    overflow: hidden
}

.ul-trends4-d .pic {
    padding-top: 65.81%;
    position: relative;
    overflow: hidden
}

.ul-trends4-d .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.ul-trends4-d .inner {
    padding: 19px 30px 30px;
    border: 1px solid #ddd
}

.ul-trends4-d h4 {
    margin-bottom: 7px;
    font-size: 16px;
    color: #333;
    font-weight: 700;
    line-height: 2;
    height: 4em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.ul-trends4-d h4 img {
    margin: -2px 4px 0 0;
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

.ul-trends4-d h4 .icon-new {
    margin: -2px 0 0 4px;
    display: inline-block;
    vertical-align: middle;
    width: 28px
}

.ul-trends4-d .date {
    margin-bottom: 14px;
    font-size: 16px;
    color: #999
}

.ul-trends4-d .more {
    width: 92px;
    height: 30px;
    line-height: 30px;
    background-color: #0043ae;
    text-align: center;
    font-size: 12px;
    color: #fff
}

.ul-trends4-d .more i {
    margin: -2px 0 0 4px;
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 11px;
    background: url(../images/d_more2.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.ul-trends4-d .con:hover .pic img {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05)
}

.ul-trends4-d .con:hover h4 {
    color: #0043ae
}

.tab02 {
    overflow: hidden
}

.tab02-tit {
    margin: 0 -5px 50px;
    font-size: 0;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.tab02-tit li {
    padding: 0 5px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
    min-width: 270px;
    text-align: center
}

.tab02-tit .con {
    padding: 30px 10px 34px;
    display: block;
    height: 100%;
    background-color: #f4f9ff;
    overflow: hidden
}

.tab02-tit .icon {
    display: block;
    height: 46px;
    line-height: 46px;
    font-size: 0;
    overflow: hidden
}

.tab02-tit .icon img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.tab02-tit .icon img:nth-child(2) {
    display: none
}

.tab02-tit h4 {
    margin-top: 28px;
    font-size: 20px;
    color: #0043ae;
    font-weight: 400
}

.tab02-tit .on .con {
    background-color: #0043ae
}

.tab02-tit .on .icon img {
    display: none
}

.tab02-tit .on .icon img:nth-child(2) {
    display: inline-block
}

.tab02-tit .on h4 {
    font-weight: 700;
    color: #fff
}

.tab02-desc {
    overflow: hidden
}

.tab02-desc .tab02-item {
    display: none
}

.tab02-desc .tab02-item.on {
    display: block
}

.detail-d a {
    text-decoration: underline !important
}

.detail-d h3 {
    font-size: 24px !important;
    font-weight: 700 !important
}

.detail-d img {
    width: auto !important
}

.ul-zn-d {
    padding: 18px 0;
    margin: 0 -2.4% -20px;
    font-size: 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch
}

.ul-zn-d li {
    padding: 0 2.4%;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 14.28%;
    position: relative
}

.ul-zn-d li:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    width: 41px;
    height: 12px;
    background: url(../images/d_jt9.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ul-zn-d li:last-child:after {
    display: none
}

.ul-zn-d .con {
    padding: 14px 0;
    border: 2px solid #0043ae;
    height: 100%;
    font-size: 0;
    text-align: center;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.ul-zn-d .inner {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.ul-zn-d h4 {
    font-size: 24px !important;
    color: #0043ae !important;
    line-height: 1.33 !important
}

.ul-zn-d .con:hover {
    background-color: #0043ae
}

.ul-zn-d .con:hover .inner h4 {
    color: #fff !important
}

.ul-code-d {
    padding: 18px 0 6px;
    font-size: 0
}

.ul-code-d li {
    margin: 0 44px 10px 0;
    display: inline-block;
    vertical-align: top
}

.ul-code-d .pic {
    margin: 0 auto;
    height: 104px;
    line-height: 104px;
    font-size: 0;
    text-align: center;
    overflow: hidden
}

.ul-code-d .pic img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.ul-code-d h4 {
    font-size: 16px !important;
    color: #0043ae !important;
    line-height: 2 !important;
    text-align: center !important
}

.ul-zn2-d {
    margin: 0 -10px -20px;
    font-size: 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch
}

.ul-zn2-d li {
    padding: 0 10px;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 20%
}

.ul-zn2-d .con {
    padding: 26px 18px 16px;
    display: block;
    height: 100%;
    background-color: #f4f9ff;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.ul-zn2-d h4 {
    margin-bottom: 11px !important;
    padding-bottom: 11px !important;
    position: relative !important;
    font-size: 24px !important;
    color: #0043ae !important;
    text-align: center !important;
    font-weight: 700 !important;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.ul-zn2-d h4:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 16px;
    height: 1px;
    background-color: #0043ae;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.ul-zn2-d .txt,
.ul-zn2-d .txt p {
    font-size: 16px !important;
    color: #0043ae !important;
    line-height: 2 !important;
    text-align: center !important;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.ul-zn2-d .con:hover {
    background-color: #0043ae
}

.ul-zn2-d .con:hover h4 {
    color: #fff !important
}

.ul-zn2-d .con:hover h4:after {
    background-color: #fff
}

.ul-zn2-d .con:hover .txt p {
    color: #fff !important
}

.form-code {
    font-size: 0;
}

.form-code .inp {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.form-code .code-pic {
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
    width: 106px;
    height: 48px;
    line-height: 48px;
    font-size: 0;
    text-align: center;
    background-color: #eee;
    overflow: hidden;
}

.form-code .code-pic img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.form-code .code-btn {
    margin-left: 16px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #999999;
    line-height: 48px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.form-code .code-btn:hover {
    text-decoration: underline;
    color: #0043ae;
}

.feedbackInfo-d2 {}

.feedbackInfo-d2 .fI-tit {
    padding: 20px 40px;
}

.feedbackInfo-d2 .fI-tit h3 {
    font-size: 16px;
}

.feedbackInfo-d2 .form-d {
    margin: 0;
    width: 100%;
}

.feedbackInfo-d2 .fI-cont {
    padding: 60px 40px;
}

.feedbackInfo-d2 .form-d .form-tit {
    padding-right: 44px;
    text-align: right;
}

.feedbackInfo-d2 .form-d .inp {
    width: 400px;
}

.feedbackInfo-d2 .form-d .tar {
    height: 200px;
}

.feedbackInfo-d2 .form-code .inp {
    width: 33.2%;
}

.feedbackInfo-d2 .fI-submit .inner {
    width: 100%;
}

.feedbackInfo-d2 .fI-submit button {
    width: 200px;
}

.ks-item {
    float: left;
    height: 550px
}

.ks-item+.ks-item {
    border-left: 1px solid #fff
}

.ks-item .s1 {
    float: left;
    position: relative;
    padding: 60px 0 0;
    width: 160px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer;
    z-index: 99;
}

/* .ks-item .s1:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #214a9a
} */

.ks-item .s1 .img {
    position: relative;
    z-index: 2;
    width: 66px;
    height: 66px;
    margin: 0 auto 30px
}

.ks-item .s1 .img img {
    display: block;
    width: 100%;
    height: 100%
}

.ks-item .s1 h4 {
    position: relative;
    z-index: 2;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.1;
    color: #fff;
    width: 30px;
    margin: 0 auto
}

.ks-item .s1 .arrow {
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -24px;
    width: 48px;
    height: 48px;
    background: url(../images/arr.png) no-repeat center;
    z-index: 2
}

.ks-item .s2 {
    display: none;
    height: 100%;
    padding: 40px 0 0 80px;
    padding: 20px;
    box-shadow: 0 0 20px 0 rgba(122, 95, 95, 0.1);
    position: relative;
    background-color: #e6f3fa;
}
.ks-item.active {
    width: calc(100% - 325px)
}

.ks-item.active .s1 {
    /* width: 380px; */
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.ks-item.active .s1:before {
    background: rgba(0, 0, 0, .32)
}

.ks-item.active .s1 h4 {
    font-weight: 700;
    font-size: 34px
}
.z-ks{overflow:hidden;display: flex;
/*justify-content: flex-start;*/
flex-wrap: wrap;
/*padding: 20px;*/
    
}
.z-ks li{
    /*width:30%; margin-bottom: 30px;margin-right: 25px;*/
    width: 33.33%;
    padding: 0 12.5px;
    margin-bottom: 30px;
    flex-shrink: 0;
}
.z-ks li a{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:5px;font-size:18px;line-height:45px;color:#333;border-bottom:4px solid transparent;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.ks-item.active .s2{display:block}



.z-ks::-webkit-scrollbar {
    width: 4px
}

.z-ks::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #008acf;
    position: absolute;
    top: 0;
    right: -30px
}

.z-ks::-webkit-scrollbar-track {
    border-radius: 0;
    background: #e4e4e4
}

/* .z-ks li {
    float: left;
    width: 33%;
    position: relative;
    margin-bottom: 30px;
    margin-right: 25px;
} */
/* .z-ks li:nth-child(3) {
    margin-right: 0px;
} */

.z-ks li a {
    display: block;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 5px;
    font-size: 18px;
    line-height: 45px;
    color: #333;
    border-bottom: 4px solid transparent;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
.z-ks li a {
    background: #fff;
border-radius: 6px;
}
.z-ks li:hover a {
    font-weight: 700;
    color: #fff;
    /* background-color: #214a9a; */
    background: linear-gradient(90deg,#09cd81 0%, #008acf 100%);
}

/* .z-ks li:hover a::after {
    position: absolute;
    content: '';
    width: 40px;
    height: 5px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
} */

.z-ks li .child {
    position: absolute;
    /* border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    top: 100%;
    left: 0;
    width: 100%;
    overflow: hidden;
    display: none;
    background-color: #214a9a;
    z-index: 4; */
    background: #ffffff;
border-radius: 6px;
}

.z-ks li:hover {
    /* background-color: #214a9a; */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.z-ks li:hover a {
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /* background-color: #214a9a; */
}

.z-ks li:hover .child {
    display: block;
}

.z-ks li:hover .child a::after {
    display: none;
}

.z-ks li.noChild:hover {
    background-color: #fff;
}

.z-ks li.noChild:hover>a {
    background-color: #fff;
    color: #fff;
}

.z-ks li.noChild:hover>a::after {
    /* background-color: #214a9a; */
}

.z-ks li .child a {
    float: left;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 14px;
}



@media only screen and (max-width:1559px) {
    .row-index02 ul li .content{
        padding: 36px 0px;
    }
    .pos-nav {
        padding: 15px 40px
    }

    .pos-nav a {
        padding: 0 18px
    }
    .ks-item .s2{padding:20px 0 0 30px}
}

@media only screen and (max-width:1459px) {
    .box-pos-d .bg:after {
        left: 2%
    }
    .ul-nav li {
        /* margin-right: 40px */
        margin-right: 70px
        /*margin-right: 58px*/
    }
}

@media only screen and (max-width:1400px) {
    .cur .home {
        width: 18px;
        height: 20px
    }

    .cur a,
    .cur em,
    .cur span {
        font-size: 14px
    }

    .tit1-d {
        margin-bottom: 50px
    }

    .tit1-d h3 {
        padding-bottom: 22px;
        font-size: 26px
    }

    .tit3-d {
        margin-bottom: 52px
    }

    .tit3-d h3 {
        padding-bottom: 22px;
        font-size: 26px
    }

    .tit4-d:after {
        width: 78px
    }

    .tit4-d h3 {
        font-size: 20px
    }

    .drop-d .drop-d-hd {
        padding: 0 16px;
        padding-right: 40px;
        height: 40px;
        line-height: 38px
    }

    .drop-d .drop-d-hd .drop-d-tit {
        font-size: 14px
    }

    .drop-d .drop-d-options li {
        padding: 5px 16px;
        font-size: 14px
    }

    .radio-group-d label {
        line-height: 40px
    }

    .radio-group-d label span {
        font-size: 14px
    }

    /* .ban-d {
        height: 576px
    } */

    .ban-cont-d {
        line-height: 66px
    }
    .ban-cont-d .second-nav{
        margin-top: 20px;
        flex-wrap: wrap;
        /* justify-content: center; */
    }
    .ban-cont-d h2 {
        /* margin-bottom: 50px; */
        margin-bottom: 0px;
        font-size: 28px
    }

    .ban-cont-d h2:after {
        width: 28px;
        height: 2px
    }

    .ban-cont-d .cur {
        margin-top: 26px
    }

    .box-pos-d {
        margin-top: -28px
    }

    .pos-nav {
        padding: 12px 32px
    }

    .pos-nav a {
        padding: 0 14px
    }

    .tab01-tit {
        margin-bottom: 48px
    }

    .row-block1-d {
        padding: 78px 0 96px
    }

    .jxNews-list-d {
        margin: 0 -8px -50px
    }

    .jxNews-list-d li {
        padding: 0 8px;
        margin-bottom: 50px
    }

    .jxNews-list-d .inner {
        padding: 20px 24px 24px;
        padding-right: 8px
    }

    .jxNews-list-d .inner h4 {
        margin-bottom: 22px;
        font-size: 18px
    }

    .jxNews-list-d .inner .more {
        width: 32px;
        height: 32px
    }

    .qs-list-d li {
        padding: 26px 32px
    }

    .ul-addr-d {
        padding-top: 32px;
        margin-bottom: -32px
    }

    .ul-addr-d li {
        margin-bottom: 32px
    }

    .ul-addr-d .inner {
        padding: 26px 56px 58px 24px
    }

    .ul-addr-d .inner h4 {
        padding-bottom: 10px;
        margin-bottom: 15px;
        font-size: 20px
    }

    .ul-addr-d .info {
        font-size: 14px
    }

    .feedbackInfo-d .fI-tit {
        padding: 10px 32px;
        padding-right: 180px
    }

    .feedbackInfo-d .fI-tit h3 {
        font-size: 20px
    }

    .feedbackInfo-d .fI-cont {
        padding: 34px 40px
    }

    .feedbackInfo-d .fI-info,
    .feedbackInfo-d .fI-info p,
    .feedbackInfo-d .fI-info p span {
        font-size: 14px !important
    }

    .feedbackInfo-d .fI-item.fI-item2 .fI-cont {
        padding-top: 10px
    }

    .form-d {
        margin: 22px 0 12px
    }

    .form-d .form-item {
        margin-bottom: 15px
    }

    .form-d .form-tit {
        padding: 10px 0;
        font-size: 14px;
        line-height: 20px
    }

    .form-d .inp {
        padding: 0 16px;
        height: 40px;
        line-height: 38px;
        font-size: 14px
    }

    .form-d .tar {
        padding: 10px 16px;
        font-size: 14px;
        height: 96px
    }

    .form-code .code-pic {
        width: 84px;
        height: 40px;
        line-height: 40px
    }

    .form-code .code-btn {
        line-height: 40px
    }

    .feedbackInfo-d .fI-submit button {
        width: 192px;
        height: 48px;
        line-height: 48px;
        font-size: 20px
    }

    .pos-con2-d {
        margin: 4px 0 18px 108px
    }

    .box-pos-d .searchPublic {
        margin-top: 9px
    }

    .pos-tit-d {
        line-height: 52px
    }

    .pos-tit-d h2 {
        font-size: 24px
    }

    .pos-tit-d h2 span {
        margin-left: 14px;
        font-size: 16px
    }

    .hotSearch-d {
        margin-bottom: 38px
    }

    .hotSearch-d .con {
        margin-left: 108px
    }

    .searchResult-d {
        margin-bottom: 16px;
        padding: 20px 0
    }

    .searchResult-d .tit {
        line-height: 40px;
        font-size: 16px
    }

    .searchResult-d .tit span {
        font-size: 28px
    }

    .row-searchResult-d {
        padding-bottom: 96px
    }

    .ul-trends2-d .con {
        padding: 30px 16px 20px
    }

    .ul-trends2-d h4 {
        margin-bottom: 18px;
        font-size: 18px
    }

    .ul-trends2-d .txt {
        margin-bottom: 6px;
        font-size: 14px
    }

    .row-block2-d {
        padding: 52px 0 100px
    }

    .news-d {
        padding-top: 26px
    }

    .news-slick-d {
        margin-bottom: 20px
    }

    .slide-d {
        padding: 10px 0
    }

    .slide-item-d {
        padding: 12px 0
    }

    .newsDt-d {
        padding-bottom: 28px
    }

    .newsDt-d .hd h1 {
        font-size: 28px
    }

    .newsDt-d .hd .info {
        margin-top: 28px;
        padding-top: 28px;
        font-size: 14px
    }

    .newsDt-d .con {
        padding: 0px 0
    }

    .newsDt-d .page {
        padding: 26px 0;
        padding-right: 120px
    }

    .slide2-d {
        padding: 20px 20px 34px
    }

    .ul-trends4-d .inner {
        padding: 16px 24px 24px
    }

    .ul-trends4-d h4 {
        margin-bottom: 4px
    }

    .ul-trends4-d .date {
        margin-bottom: 10px
    }

    .tab02-tit {
        margin-bottom: 40px
    }

    .tab02-tit li {
        min-width: 216px
    }

    .tab02-tit .con {
        padding: 24px 10px 26px
    }

    .tab02-tit .icon {
        height: 36px;
        line-height: 36px
    }

    .tab02-tit h4 {
        margin-top: 22px;
        font-size: 18px
    }

    .ul-zn-d {
        padding: 14px 0
    }

    .ul-zn-d .con {
        padding: 10px 0
    }

    .ul-zn-d h4 {
        font-size: 18px !important
    }

    .ul-zn2-d .con {
        padding: 20px 12px 12px
    }
}

@media only screen and (max-width:1199px) {
    .ul-party li {
        width: 100%;
    }
    .ks-item{float:none;height:auto}
.ks-item.active{width:100%}
.ks-item .s1{float:none;width:auto;padding:20px 0 80px}
.ks-item.active .s1{width:auto !important}
.ks-item .s1 h4{width:auto;font-size:18px;text-align:center}
.ks-item .s1 .arrow{bottom:10px}
.ks-item .s1 .img{margin-bottom:20px}
.ks-item.active .s1 h4{font-size:20px}
.z-ks li a{font-size:14px;line-height:2}
.ks-item .s2{padding:20px}
.ks-item+.ks-item{border-left:0;border-top:1px solid #fff}
    .tit1-d {
        margin-bottom: 30px
    }

    .tit1-d h3 {
        padding-bottom: 15px;
        font-size: 24px
    }

    .tit2-d {
        margin-bottom: 10px
    }

    .tit2-d h3 {
        padding-bottom: 14px;
        font-size: 20px
    }

    .tit2-d h3:after {
        height: 2px
    }

    .tit3-d {
        margin-bottom: 24px
    }

    .tit3-d h3 {
        padding-bottom: 14px;
        font-size: 20px
    }

    .tit3-d h3:after {
        height: 2px
    }

    .pagination {
        margin: 30px 0 -4px
    }

    .pagination>li {
        margin: 0 4px 4px
    }

    .pagination>li>a,
    .pagination>li>span {
        padding: 2px 4px;
        font-size: 14px;
        min-width: 27px
    }

    .pagination .next a,
    .pagination .previous a {
        width: 27px;
        height: 27px
    }

    .tab01-tit {
        margin-bottom: 30px
    }

    .tab01-tit a {
        width: auto;
        min-width: 0;
        padding: 0 20px;
        height: 40px;
        line-height: 38px;
        font-size: 14px
    }

    /* .ban-d {
        height: 240px
    } */

    .row-block1-d {
        padding: 60px 0
    }

    .jxNews-list-d {
        margin: 0 -5px -20px
    }

    .jxNews-list-d li {
        padding: 0 5px;
        margin-bottom: 20px
    }

    .jxNews-list-d .inner {
        padding: 15px 20px;
        padding-right: 5px
    }

    .jxNews-list-d .inner h4 {
        margin-bottom: 15px;
        font-size: 16px
    }

    .jxNews-list-d .inner .more {
        width: 24px;
        height: 24px
    }

    .sys-slick-d {
        padding-bottom: 30px;
        margin-bottom: 40px
    }

    .sys-slick-d .slick-dots li {
        margin: 0 5px;
        width: 8px;
        height: 8px
    }

    .detail-d .con,
    .detail-d .con p,
    .detail-d .con span {
        font-size: 14px !important
    }

    .detail-d h3 {
        font-size: 18px !important
    }

    .detail-d .tips {
        padding: 20px
    }

    .detail-d .tips,
    .detail-d .tips p {
        font-size: 16px !important
    }

    .ul-trends-d .con {
        line-height: 50px
    }

    .qs-list-d li {
        padding: 20px 30px;
        font-size: 14px
    }

    .ul-addr-d li {
        padding: 0 !important
    }

    .ul-addr-d .map {
        position: static;
        height: 400px;
        width: 100%
    }

    .feedbackInfo-d .fI-tit h3 {
        font-size: 18px
    }

    .form-d {
        width: 100%
    }

    .feedbackInfo-d .fI-submit .inner {
        width: 100%
    }

    .form-d .inp {
        padding: 9px 15px;
        line-height: 20px
    }

    .form-d .tar {
        padding: 9px 15px;
        line-height: 20px
    }

    .pos-tit-d {
        line-height: 40px
    }

    .pos-tit-d h2 {
        font-size: 20px
    }

    .pos-tit-d h2 span {
        font-size: 14px
    }

    .pos-con2-d {
        margin: 4px 0 15px 40px
    }

    .box-pos-d .searchPublic {
        margin-top: 2px
    }

    .box-pos-d .searchPublic .input,
    .box-pos-d .searchPublic .input:focus {
        border-color: transparent;
        color: #fff;
        width: 180px
    }

    .hotSearch-d {
        margin-bottom: 30px
    }

    .hotSearch-d .con {
        margin: 0
    }

    .row-searchResult-d {
        padding-bottom: 60px
    }

    .row-searchResult-d .tab01-tit {
        margin-bottom: 30px
    }

    .searchResult-d .tit {
        font-size: 14px
    }

    .searchResult-d .tit span {
        font-size: 24px
    }

    .ul-trends2-d .con {
        padding: 20px 15px
    }

    .row-block2-d {
        padding: 60px 0
    }

    .news-d {
        padding: 0
    }

    .slide-d {
        padding: 0
    }

    .ul-trends3-d .con {
        line-height: 46px
    }

    .ul-trends3-d .e1 {
        margin-top: 16px
    }

    .newsDt-d {
        padding: 0
    }

    .newsDt-d .hd h1 {
        font-size: 24px
    }

    .newsDt-d .hd .info {
        margin-top: 25px;
        padding-top: 25px
    }

    .newsDt-d .con {
        padding: 0px 0
    }

    .newsDt-d .page {
        padding: 20px 0;
        padding-right: 120px
    }

    .slide2-d {
        padding: 20px
    }

    .slide2-d .tit4-d {
        margin-bottom: 30px
    }

    .tab02-tit {
        margin-bottom: 20px
    }

    .tab02-tit li {
        min-width: 150px
    }

    .tab02-tit .con {
        padding: 20px 10px
    }

    .tab02-tit h4 {
        margin-top: 15px;
        font-size: 16px
    }

    .ul-zn-d {
        margin: 0 -1.8%
    }

    .ul-zn-d li {
        padding: 0 1.8%
    }

    .ul-zn-d li:after {
        width: 18px;
        height: 6px
    }

    .ul-zn-d h4 {
        font-size: 14px !important
    }

    .ul-code-d .pic {
        height: 80px;
        line-height: 80px
    }

    .ul-code-d h4 {
        font-size: 14px !important
    }

    .ul-zn2-d h4 {
        padding-bottom: 8px !important;
        margin-bottom: 8px !important;
        font-size: 20px !important
    }

    .ul-zn2-d .txt,
    .ul-zn2-d .txt p {
        font-size: 14px !important
    }

    .feedbackInfo-d .fI-submit button {
        width: 140px;
        height: 40px;
        line-height: 38px;
    }
}

@media only screen and (max-width:991px) {
    .box-pos-d .bg:after {
        -webkit-transform: skewX(0);
        -ms-transform: skewX(0);
        -o-transform: skewX(0);
        transform: skewX(0)
    }

    .pos-con2-d {
        margin: 4px 0 15px 20px
    }

    .row-block2-d .col,
    .row-block2-d .cor {
        float: none;
        width: auto
    }

    .row-block2-d .col {
        margin-bottom: 40px
    }

    .ul-trends4-d {
        margin: 0 -10px -20px;
        font-size: 0
    }

    .ul-trends4-d li {
        padding: 0 10px;
        margin-bottom: 20px;
        display: inline-block;
        vertical-align: top;
        width: 50%
    }
}
@media only screen and (max-width:500px){
    .row-index03 .content-bottom .content-item{
        position: unset;
    }
    .row-index03 .content-bottom .content-item ul{
        position: unset;
        transform: unset;
        align-items: inherit;
    }
    .row-index03 .content-top{
        height: auto;
    }
    .row-index03 .content-top .more{
        padding-bottom: 25px;
    }
    .row-index03 .content-bottom{
        height: auto;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .row-index03 .content-bottom .content-item ul li{
        padding: 15px;
    }
}
@media only screen and (max-width:400px) {
    /*.row-index03 .content-top{*/
    /*    height: 720px;*/
    /*}*/
    /* .ban-cont-d .second-nav {
        justify-content: center;
    } */
    .z-ks{
        padding: 0px !important;
        /*justify-content: space-around;*/
    }
    .z-ks li{
        /*margin-right: 15px !important;*/
        padding: 0 5px
    }
    /*.z-ks li:nth-child(3n){*/
    /*    margin-right: 0px !important;*/
    /*}*/
}
@media only screen and (max-width:767px) {
    .row-index03 .content-top h2{
        font-size: 24px;
    }
    .row-index04 .title-04 h2{
        font-size: 24px;
    }
    .title-flex h2{
        font-size: 24px;
    }
    .ul-party li .con3 {
        padding: 10px;
    }
    .ban-cont-d{
        position: unset;
        background-color: #158BCA;
        margin-top: -80px;
    }
    .ban-cont-d .second-nav{
        height: auto;
    }
    .ban-cont-d .second-nav li{
        /* margin-right: 55px; */
        margin-right: 30px;

    }
    .title-flex {
        position: unset;
    }
    .cur {
        font-size: 0;
        position: unset;
        right: unset;
        top: unset;
        margin-top: 12px;
    }
    .ks-item .s1 .img{width:48px;height:48px}
    .tit1-d {
        margin-bottom: 20px
    }

    .tit2-d h3 {
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 18px
    }

    .tit2-d h3:after {
        width: 30px
    }

    .tit3-d {
        margin-bottom: 20px
    }

    .tit4-d {
        padding-bottom: 10px
    }

    .tit4-d h3 {
        line-height: 28px
    }

    .tit4-d .more {
        line-height: 24px
    }

    .tab01-tit {
        margin: 0 -5px -5px 0;
        margin-bottom: 20px
    }

    .tab01-tit li {
        margin: 0;
        padding: 0 5px 5px 0
    }

    .ban-cont-d {
        /* padding: 40px 0;
        line-height: 50px */
    }

    .ban-cont-d h2 {
        margin: 0;
        /* float: none; */
        font-size: 24px
    }

    .ban-cont-d .cur {
        float: none;
        margin: 0
    }

    .pos-nav {
        padding: 10px 20px
    }

    .pos-nav a {
        padding: 0 10px;
        font-size: 14px
    }

    .row-block1-d {
        padding: 40px 0
    }

    .sys-slick-d {
        padding-bottom: 20px;
        margin-bottom: 20px
    }

    .sys-slick-d .slick-dots li {
        margin: 0 2px;
        width: 4px;
        height: 4px
    }

    .ul-trends-d .con {
        padding-left: 20px;
        line-height: 40px
    }

    .ul-trends-d .con:before {
        left: 6px;
        width: 4px;
        height: 4px
    }

    .ul-trends-d h4 .t1 {
        font-size: 14px
    }

    .qs-list-d li {
        padding: 15px 20px
    }

    .ul-addr-d {
        padding-top: 20px;
        margin-bottom: -20px
    }

    .ul-addr-d li {
        margin-bottom: 20px
    }

    .ul-addr-d .inner {
        padding: 20px
    }

    .ul-addr-d .inner h4 {
        font-size: 18px
    }

    .ul-addr-d .info,
    .ul-addr-d .info p,
    .ul-addr-d .info span {
        font-size: 14px !important
    }

    .feedbackInfo-d .fI-tit {
        padding: 10px 20px;
        padding-right: 130px;
    }

    .feedbackInfo-d .fI-tit .btn {
        right: 20px;
        font-size: 12px;
        min-width: 100px;
        height: 28px;
        line-height: 28px;
    }

    .feedbackInfo-d .fI-tit .btn .icon {
        margin-left: 4px;
        width: 18px;
        height: 18px;
    }

    .feedbackInfo-d .fI-cont {
        padding: 20px
    }

    .feedbackInfo-d .fI-info,
    .feedbackInfo-d .fI-info p,
    .feedbackInfo-d .fI-info p span {
        line-height: 2 !important
    }

    .form-d {
        margin: 10px 0
    }

    .form-d .form-con,
    .form-d .form-tit {
        display: block;
        width: 100%;
        padding: 0
    }

    .form-d .form-tit {
        padding: 10px 0
    }

    .form-d .form-item {
        margin-bottom: 10px
    }

    .form-code .inp {
        width: 38%
    }

    .form-code .code-pic {
        margin-left: 10px;
        width: 80px
    }

    .form-code .code-btn {
        margin-left: 10px;
        font-size: 12px
    }

    .feedbackInfo-d .fI-submit {
        margin: 0
    }

    .feedbackInfo-d .fI-submit .inner {
        padding: 0
    }

    .feedbackInfo-d .fI-submit button {
        width: 140px;
        height: 40px;
        line-height: 40px;
        font-size: 16px
    }

    .pos-tit-d {
        float: none;
        width: 100%
    }

    .box-pos-d .searchPublic {
        float: none;
        margin: 0
    }

    .hotSearch-d {
        margin-bottom: 10px;
        padding: 10px 0
    }

    .row-searchResult-d .tab01-tit {
        margin-bottom: 20px
    }

    .drop-group-d {
        float: none;
        width: 100%
    }

    .searchResult-d .tit {
        float: none;
        margin-bottom: 10px
    }

    .row-searchResult-d {
        padding-bottom: 40px
    }

    .ul-trends2-d h4 {
        margin-bottom: 10px;
        font-size: 16px
    }

    .box-pos-d .searchPublic .input,
    .box-pos-d .searchPublic .input:focus {
        width: 100%
    }

    .row-block2-d {
        padding: 40px 0
    }

    .row-block2-d .col {
        margin-bottom: 30px
    }

    .news-slick-d h4 {
        padding: 30px 15px
    }

    .news-slick-d .slick-dots {
        bottom: 10px
    }

    .news-slick-d .slick-dots li {
        width: 5px;
        height: 5px
    }

    .ul-trends3-d .t1 {
        font-size: 14px
    }

    .slide-d {
        margin: -10px 0
    }

    .slide-item-d {
        padding: 10px 0
    }

    .newsDt-d .hd h1 {
        font-size: 20px
    }

    .newsDt-d .hd .info {
        padding-top: 20px;
        margin-top: 20px
    }

    .newsDt-d .con {
        padding: 20px 0
    }

    .newsDt-d .con,
    .newsDt-d .con p,
    .newsDt-d .con span {
        font-size: 14px !important
    }

    .newsDt-d .page {
        padding: 15px 0;
        padding-right: 120px
    }

    .newsDt-d .page a,
    .newsDt-d .page span {
        font-size: 14px
    }

    .slide2-d .tit4-d {
        margin-bottom: 20px
    }

    .ul-trends4-d li {
        width: 100%
    }

    .ul-trends4-d .inner {
        padding: 15px 20px
    }

    .tab02-tit {
        margin-bottom: 10px
    }

    .tab02-tit li {
        min-width: 0;
        width: 25%
    }

    .tab02-tit .con {
        padding: 15px 10px
    }

    .tab02-tit .icon {
        height: 30px;
        line-height: 30px
    }

    .tab02-tit h4 {
        margin-top: 10px;
        font-size: 14px
    }

    .ul-zn-d {
        padding: 15px 0;
        margin: 0 -4% -10px
    }

    .ul-zn-d li {
        margin-bottom: 10px;
        padding: 0 4%;
        width: 33.33%
    }

    .ul-code-d li {
        margin-right: 20px
    }

    .ul-zn2-d li {
        width: 50%
    }

    .feedbackInfo-d .fI-tit h3 {
        font-size: 16px;
    }

    .feedbackInfo-d .fI-submit {
        padding: 0;
    }

    .feedbackInfo-d .fI-submit button {
        margin: 0 4px;
    }

    .feedbackInfo-d2 .form-d .form-tit {
        text-align: left;
        padding: 10px 0;
    }

    .feedbackInfo-d2 .form-d .inp {
        width: 100%;
    }

    .feedbackInfo-d2 .form-code .inp {
        width: 38%;
    }

    .feedbackInfo-d2 .fI-submit button {
        width: 90px;
    }
}

@media only screen and (max-width:1399px) {
    .ks-item.active .s1{width:240px}
    .ul-nav li {
        /* margin-right: 40px */
        /*margin-right: 63px*/
        margin-right: 58px
    }
}

@media only screen and (max-width:1199px) {
    .ul-nav li.on a.v1 {
        font-weight: 700;
        background-color: transparent
    }

    .header .hd-wrap {
        position: relative;
        height: 50px;
        background: #008acf;
    }

    .search-btn {
        display: unset;
    }

    .search-btn .search {
        display: none;
    }

    .footer {
        padding: 30px 0 0
    }

    /*.footer .ft-top {*/
    /*    margin-bottom: 25px*/
    /*}*/

    .footer .ft-copy {
        font-size: 14px;
        height: auto;
        line-height: 1.71;
        padding: 10px 0
    }
    .footer .ft-copy a{
        font-size: 14px;
    }

    .footer .right-qr .qr-item {
        margin-right: 20px
    }

    .footer .right-qr .qr-item:last-child {
        margin-right: 0;
        /*margin-top: 10px;*/
    }
    .footer .right-qr .qr-item:nth-child(4) {
        /*margin-top: 10px;*/
    }

    .footer .right-qr .qr-item .pic {
        margin-bottom: 10px
    }

    .footer .right-qr .qr-item p {
        font-size: 14px
    }

    .footer .right-qr .qr {
        margin-bottom: 20px
    }

    .footer .left-info .info {
        margin-bottom: 25px;
        font-size: 14px
    }

    .footer .left-info .tel p {
        font-size: 20px
    }

    .menuBtn {
        display: block
    }

    /*body {*/
    /*    padding-top: 50px !important;*/
    /*}*/

    .header .hd-top {
        position: static
    }

    .header {
        padding-top: 0;
        background: #008acf;
        /*position: fixed;*/
    }

    /* .header .hd-body-wrap{height:50px;background:0 0}
.header .hd-body{background:0 0} */
    .header .logo {
        width: 180px;
        font-size: 0;
        height: 50px;
        line-height: 50px;
        position: unset;
        left: 0;
        z-index: 0;
    }

    .header .logo img {
        display: inline-block;
        vertical-align: middle
    }

    .menuBtn {
        background-color: #fff;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px
    }

    .header .r-con {
        position: fixed;
        top: 50px;
        left: 100%;
        width: 100%;
        height: calc(100vh - 50px);
        padding: 15px 0;
        overflow-y: auto;
        background-color: #e8f2ff;
        display: block;
        -ms-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .header .r-con.show {
        left: 0
    }

    .header .hd-top {
        background: 0 0
    }

    .ul-nav {
        position: unset;
        height: unset;
        display: unset;

    }

    .ul-nav li a.v1 {
        color: #333;
        display: block;
        width: 100%;
        font-size: 16px;
        padding: 5px;
        text-align: center
    }

    .ul-nav li {
        float: none;
        margin-right: 0
    }

    /* .ul-nav li .child {
        position: static;
        width: 100%;
        padding: 5px 0;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    .ul-nav li .child a {
        height: 35px;
        line-height: 35px;
        font-size: 14px
    } */

    .ul-nav li.on a.v1::after {
        display: none
    }

    .header .hd-top .wp2 {
        display: block
    }

    .header .hd-top .link {
        text-align: center;
        margin-top: 20px
    }

    .header .hd-top .link a,
    .header .hd-top .link em {
        color: #333;
        font-size: 16px
    }

    .searchPublic {
        margin-top: 15px
    }

    .searchPublic .input,
    .searchPublic .input:focus {
        display: block;
        width: 100%;
        background-image: url(../images/hp1.png);
        padding-right: 40px;
        background-position: right 10px center;
        background-repeat: no-repeat;
        /* border: 1px solid #333; */
        border-radius: 20px;
        color: #fff;
        font-size: 14px;
        padding-left: 20px
    }

    .searchPublic .submit,
    .searchPublic .submit:focus {
        display: none;
    }

    .header .hd-wrap {
        padding-top: 0
    }

    .header.active .hd-body {
        background: #0043ae
    }

    .header.active .logo {
        display: block
    }

    .header.active .logoh {
        display: none
    }

    .header .hd-top .link .link-item {
        display: block;
    }

    .header .hd-top .link .option {
        position: static;
        box-shadow: none;
        background-color: transparent;
        display: block;
    }

    .header .hd-top .link em {
        display: none;
    }
}

@media only screen and (max-width:959px) {
    .footer .ft-top {
        display: block
    }

    .footer .left-info {
        margin-bottom: 20px
    }

    .footer .right-qr .friends-logos {
        justify-content: center
    }

    .footer .right-qr .qr {
        justify-content: flex-start;
        display: flex;
        flex-wrap: wrap;
    }

    .footer .right-qr .qr-item {
        float: none;
        /*margin-right: 0;*/
        margin:10px
        /*margin: 0 10px */
    }

    /* .footer .left-info{text-align:center} */
    /*.footer .ft-top {*/
    /*    margin-bottom: 10px*/
    /*}*/
}

@media only screen and (max-width:767px) {
    .ks-item .s1 .img{width:48px;height:48px}
    .footer .ftnav a {
        font-size: 14px
    }

    .footer .right-qr .qr-item .pic {
        width: 90px;
        height: 90px;
        padding: 3px
    }
}
.marginB0{
    margin-bottom: 0px !important;
}
.marginB20{
    margin-bottom: 20px;
}
.marginB24{
    margin-bottom: 24px;
}
.marginT30{
    margin-top: 30px;
}
.marginT40{
    margin-top: 40px;
}
.marginB40{
    margin-bottom: 40px;
}
.marginT60{
    margin-top: 60px;
}
.marginB60{
    margin-bottom: 60px;
}

/*img{-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}*/
/*img:hover{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}*/


/* 去除所有img元素的过渡效果 */
.slick-index01 .item .pic img {
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/* 去除所有img元素在鼠标悬停时的缩放效果 */
.slick-index01 .item .pic img:hover {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}


.item-flex{
    display: flex;
    justify-content: center;
}


.d-schedul1{}
.d-schedul1 .schedul-title{margin: 40px 0; font-size: 32px; color: #008acf; line-height: 1; font-weight: normal; text-align: center;}
.d-schedul1 .schedul-cont{}
.d-schedul1 .schedul-cont_hd{padding: 30px; background: linear-gradient(90deg,#09cd81 0%, #008acf 100%); overflow: hidden;}
.d-schedul1 .schedul-cont_hd .left{float: left;}
.d-schedul1 .schedul-cont_hd .right{float: right; overflow: hidden;}
.d-schedul1 .schedul-cont_hd .title{font-size: 26px; color: #fff; font-weight: bold; line-height: 1.1;}
.d-schedul1 .schedul-cont_hd .search{float: left; overflow: hidden;}
.d-schedul1 .schedul-cont_hd .search input{outline: none; border: none; background-color: transparent;}
.d-schedul1 .schedul-cont_hd .search .inp::-webkit-input-placeholder {color: #fff;}
.d-schedul1 .schedul-cont_hd .search .inp::-moz-placeholder {color: #ddd;}
.d-schedul1 .schedul-cont_hd .search .inp:-ms-input-placeholder {color: #ddd;}
.d-schedul1 .schedul-cont_hd .search .inp{padding: 0 15px; float: left; display: block; width: 260px; height: 40px; line-height: 38px; border-radius: 30px; border: 1px solid #fff; font-size: 16px; color: #fff;}
.d-schedul1 .schedul-cont_hd .search .submit{margin-left: 20px; float: left; width: 120px; height: 40px; line-height: 40px; background-color: #fff; font-size: 18px; color: #333333; border-radius: 30px;}
.d-schedul1 .schedul-cont_hd .tips{padding-left: 40px; margin-left: 30px; float: left; width: 380px; font-size: 18px; color: #fff; line-height: 1.5; background: url(/static/web/images/d-tips1.png) left center no-repeat; -webkit-background-size: 24px auto; background-size: 24px auto;}
.d-table1{overflow-x: auto;}
.d-table1 table{width: 100%; min-width: 768px;}
.d-table1 th, .d-table1 td{border: 1px solid #e4e4e4;}
.d-table1 th{background-color: #00bd97; font-size: 16px; color: #ffffff; height: 46px; font-weight: bold; text-align: center;}
.d-table1 td{padding: 15px; font-size: 16px; color: #333333; height: 50px; text-align: center;}
.d-table1 .name{display: -webkit-flex; display: flex; justify-content: center; align-items: flex-start;}
.d-table1 .name img{margin: 2px 4px 0 0; display: inline-block; vertical-align: middle; max-width: 22px;}
.d-table1 .title{font-size: 18px; color: #008acf; font-weight: bold;}
@media only screen and (max-width:1199px) {
    .d-schedul1 .schedul-title{margin: 30px 0; font-size: 24px;}
    .d-schedul1 .schedul-cont_hd .title{font-size: 20px;}
    .d-schedul1 .schedul-cont_hd .search .inp{width: 200px; font-size: 14px; height: 34px; line-height: 32px;}
    .d-schedul1 .schedul-cont_hd .search .submit{width: 90px; font-size: 16px; height: 34px; line-height: 34px;}
    .d-schedul1 .schedul-cont_hd .tips{padding-left: 28px; width: 300px; font-size: 14px; -webkit-background-size: 18px auto; background-size: 18px auto;}
    .d-table1 th, .d-table1 td{font-size: 14px;}
    .d-table1 td{padding: 10px;}
    .d-table1 .title{font-size: 16px;}
}
@media only screen and (max-width:959px) {
    .d-schedul1 .schedul-cont_hd{padding: 20px;}
    .d-schedul1 .schedul-cont_hd .left{float: none; margin-bottom: 15px;}
    .d-schedul1 .schedul-cont_hd .right{float: none;}
    .d-table1 th, .d-table1 td{font-size: 12px;}
    .d-table1 th{height: 40px;}
    .d-table1 td{height: 42px;}
    .d-table1 .name img{margin: 2px 2px 0 0; max-width: 16px;}
    .d-table1 .title{font-size: 14px;}
    .d-schedul1 .schedul-cont_hd .search, .d-schedul1 .schedul-cont_hd .tips{float: none; margin: 0;}
    .d-schedul1 .schedul-cont_hd .tips{margin-top: 10px;}
}
@media only screen and (max-width:767px) {
    .d-schedul1 .schedul-cont_hd .tips{font-size: 12px;}
}




.d-list1{
    margin-bottom: -60px;
}
.d-list1 .ls-items{
    margin-bottom: 60px;
    background-color: rgba(246, 246, 248, .4);
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.d-list1 .ls-items:nth-child(even){}
.d-list1 .ls-items:nth-child(even) .left{
    order: 2;
}
.d-list1 .ls-items:nth-child(even) .right{
    order: 1;
}
.d-list1 .left{
    padding: 40px 50px;
    flex-grow: 1;
}
.d-list1 .right{
    width: 50%;
    flex-shrink: 0;
}
.d-list1 .title{
    margin-bottom: 24px;
    font-size: 24px;
    color: #008ACF;
    font-weight: bold;
    line-height: 1.5;
}
.d-list1 .desc{
    font-size: 18px;
    color: #2E2929;
    line-height: 1.89;
}
.d-slick01{
    position: relative;
    overflow: hidden;
}
.d-slick01 .item{
    position: relative;
}
.d-slick01 .pic{
    padding-top: 74.57%;
    position: relative;
    overflow: hidden;
}
.d-slick01 .pic img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.d-slick01 .mask-text{
    position: absolute;
    left: 0;
    bottom: 56px;
    right: 0;
    z-index: 10;
}
.d-slick01 .tit{
    font-size: 18px;
    color: #FFFFFF;
    font-weight: normal;
    text-align: center;
}
.d-slick01 .slick-dots{
    position: absolute;
    left: 0;
    bottom: 20px;
    right: 0;
    font-size: 0;
    text-align: center;
    z-index: 10;
}
.d-slick01 .slick-dots li{
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
}
.d-slick01 .slick-dots button{
    outline: none;
    border: none;
    text-indent: -999px;
}
.d-slick01 .slick-dots .slick-active{
    background-color: #008ACF;
}

@media only screen and (max-width:1199px) {
    .d-list1{margin-bottom: -40px;}
    .d-list1 .ls-items{margin-bottom: 40px;}
    .d-list1 .title{margin-bottom: 16px; font-size: 20px;}
    .d-list1 .desc{font-size: 16px;}
    .d-slick01 .mask-text{bottom: 40px;}
    .d-slick01 .tit{font-size: 16px;}
    .d-slick01 .slick-dots{bottom: 15px;}
    .d-slick01 .slick-dots li{margin: 0 3px; width: 8px; height: 8px;}
}

@media only screen and (max-width:959px) {}

@media only screen and (max-width:767px) {
    .d-list1{margin-bottom: -30px;}
    .d-list1 .ls-items{margin-bottom: 30px; display: block;}
    .d-list1 .left, .d-list1 .right{width: 100%;}
    .d-list1 .left{padding: 30px 20px;}
    .d-list1 .title{margin-bottom: 10px; font-size: 18px;}
    .d-list1 .desc{font-size: 14px;}
}