body {
    color: #000;
    font-size: 14px;
    font-family: " PingFangSC", "PingFang SC", "", "Arial", Helvetica, "", Arial, Tahoma;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
}

body.active {
    opacity: 1;
}

.img-hide {
    overflow: hidden;
    display: block;
}

.slick-slider {
    touch-action: auto!important;
}

.img-hide img,.one-li-img,.cg-ul-img div {
    transition: 0.5s all;
    transform: scale(1,1);
}

.img-hide:hover img,a:hover .one-li-img,a:hover .cg-ul-img div {
    transform: scale(1.05,1.05);
}

.txt-elise {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

li {
    list-style: none;
}

a {
    color: #333;
}

ul {
    padding: 0;
    margin: 0;
}

a:hover,a {
    text-decoration: none !important;
}

a:focus {
    text-decoration: none !important;
    outline: none !important;
}

button:focus,button:hover,input:focus {
    outline: none!important;
}

p {
    margin: 0;
}

img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.slick-dots li button:before {
    display: none;
}

.container {
    width: 1390px;
}

.nav-click {
    display: none;
}

.menu-button {
    position: absolute;
    display: none;
    top: 18px;
    right: 15px;
    z-index: 1000;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
}

.bar {
    position: relative;
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px auto;
    background-color: #005293;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.cross .bar {
    margin: 13px auto;
}

.cross .bar:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    -ms-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
}

.cross .bar:nth-of-type(2) {
    opacity: 0;
}

.cross .bar:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    -ms-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
}

.tab-content {
    position: relative;
}

.tab-content .tab-pane {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.5s all;
}

.tab-content .tab-pane.active {
    position: relative;
    z-index: 10;
    opacity: 1;
    filter: alpha(opacity=100);
}

.top-box {
    height: 92vh;
    position: relative;
}

.header {
    position: fixed;
    left: 0;
    min-height: 91px;
    top: 0;
    right: 0;
    z-index: 1000;
    height: 1.28rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    background: #fff;
    padding: 0 1.6rem 0 0.8rem;
}

.logo {
    line-height: 1.28rem;
    position: relative;
    z-index: 100;
}

.logo img {
    width: 4.17rem;
}

.logo-t {
    display: none;
}

.header-a {
    padding-top: 0.24rem;
    font-size: 0.16rem;
}

.header-a span {
    padding: 0 0.17rem;
    color: #9E9E9E;
}

.header-a a {
    color: #9E9E9E;
}

.header-a a.link-a {
    background: url(../images/icon01.png) left center no-repeat;
    background-size: 0.2rem auto;
    padding-left: 0.24rem;
    color: #0093C4;
}

.nav-list li {
    float: left;
    position: relative;
    margin-left: 0.26rem;
    padding-bottom: 0.3rem;
}

.nav-list li:first-child {
    margin-left: 0;
}

.nav-list li a {
    font-size: 0.21rem;
    color: #333;
}

.nav-list {
    margin-top: 0.2rem;
}

.banner {
    position: absolute;
    top: 1.28rem;
    left: 0;
    right: 0;
    bottom: 0.5rem;
    margin-bottom: 0px;
}

.banner-img {
    height: 100%;
}

.banner a,.banner div {
    display: block;
    height: 100%;
}

.top-box-bottom {
    position:relative !important;
}

.box-bottm-left {
    width: 40%;
    z-index: 10;
    padding: 0.65rem 0.6rem;
    position: relative;
    background: #009BCE;
    height: 2.4rem;
    border-radius: 8px;
    box-shadow: 0px 2px 30px 0px rgba(18, 40, 67, 0.5);
}

.box-bottom-tt {
    font-size: 0.3rem;
    position: relative;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.box-bottom-tt:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 1.4rem;
    background: #fff;
}

.box-bottom-tt:after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    bottom: -0.2rem;
    height: 0.4rem;
    width: 0.4rem;
    background: url(../images/raw.png) center no-repeat;
    background-size: 0.4rem auto;
}

.box-bottom-b {
    font-size: 0.2rem;
    margin-top: 0.1rem;
    color: rgba(255,255,255,0.3);
}

.bottom-ul {
    width: 60%;
}

.bottom-ul li {
    float: left;
    width: 25%;
    border-radius: 8px;
}

.bottom-ul li a {
    display: block;
    transition: 0.3s all;
    border-radius: 8px;
    font-size: 0.22rem;
    box-shadow: 0px 2px 30px 0px rgba(18, 40, 67, 0.5);
    color: #fff;
    padding-top: 0.7rem;
    position: relative;
    height: 2.3rem;
    background: #95D2E6;
}

.bottom-ul li a:hover {
    transform: translate(0,-10px);
}

.bottom-ul li a span {
    display: inline-block;
    height: 0.65rem;
}

.bottom-ul li a span img {
    width: 0.48rem;
}

.bottom-ul li:nth-of-type(1),.bottom-ul li:nth-of-type(3) {
    transform: translate(0,-0.1rem);
}

.bottom-ul li:nth-of-type(2),.bottom-ul li:nth-of-type(4) {
    transform: translate(0,0.15rem);
    position: relative;
    z-index: 10;
}

.bottom-ul li:nth-of-type(2) a {
    background: #e7e7e7;
    color: #333;
}

.bottom-ul li:nth-of-type(3) a {
    background: #BCADF0;
}

.bottom-ul li:nth-of-type(4) a {
    background: #44B6DC;
}

.page-one {
    overflow: hidden;
    padding-top: 0.6rem;
}

.container {
    padding: 0;
    width: 16rem;
}

.title {
    position: relative;
    line-height: 0.68rem;
    font-size: 0.36rem;
    color: #3B3B3B;
    font-weight: bold;
}

.title-box span {
    position: absolute;
    text-align: center;
    line-height: 0.5rem;
    left: 0;
    top: 50%;
    margin-top: -0.34rem;
    width: 0.7rem;
    height: 0.68rem;
}

.one-left {
    width: 65.3%;
}

.title-box {
    height: 0.68rem;
    margin-bottom: 0.3rem;
    position: relative;
    padding-left: 0.9rem;
}

.title-box span img {
    width: 100%;
}

.tabs-ul {
    margin-bottom: 0.3rem;
}

.tabs-more {
    position: absolute;
    right: 0;
    top: -0.85rem;
    font-size: 0.18rem;
    color: #8C9BA7;
    padding-top: 0.2rem;
    text-align: center;
    line-height: 1;
    background: url(../images/more.png) center top no-repeat;
    background-size: 100% auto;
    width: 0.68rem;
}

.tabs-ul li {
    float: left;
    line-height: 0.68rem;
    margin-right: 1rem;
}

.tabs-ul li a {
    font-size: 0.32rem;
    display: block;
    color: #999;
    line-height: 0.68rem;
    position: relative;
}

.tabs-ul li a i {
    display: none;
}

.tabs-ul li.active a {
    font-size: 0.36rem;
    color: #3B3B3B;
    font-weight: bold;
    padding-left: 0.9rem;
}

.tabs-ul li.active a i {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    width: 0.7rem;
}

.img-a {
    height: 3.6rem;
    transition: 0.3s all;
}

a:hover .img-a {
    transform: scale(1.05,1.05);
}

.one-img a {
    display: block;
    border-radius: 8px;
}

.one-img {
    width: 61.5%;
    display: block;
}

.one-right-sm {
    width: 34%;
    border-bottom: solid 1px #ddd;
    height: 3.6rem;
}

.one-date {
    font-size: 0.58rem;
    color: #0085B2;
    font-family: Bebas;
    line-height: 1;
}

.one-date-r {
    margin-left: 0.15rem;
    font-size: 12px;
    color: #8C8C8C;
}

.one-date-r span {
    color: #3B3B3B;
    font-size: 0.3rem;
    font-weight: bold;
    font-family: Bebas;
}

.one-right-tt {
    font-size: 0.22rem;
    line-height: 0.36rem;
    font-weight: bold;
    margin-top: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.one-right-p {
    font-size: 0.16rem;
    color: #666;
    text-align: justify;
    line-height: 0.28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 0.2rem;
}

.raw-a {
    height: 0.08rem;
    background: url(../images/raw-a.png) left center no-repeat;
    background-size: auto 100%;
    margin-top: 0.35rem;
}

.one-ul li {
    float: left;
    padding: 0 0.2rem;
    margin-top: 0.4rem;
    width: 50%;
}

.one-ul {
    margin: 0 -0.2rem;
}

.one-ul li a {
    display: block;
    border-radius: 8px;
    position: relative;
}

.one-ul-img {
    height: 2.9rem;
    transition: 0.3s all;
}

a:hover .one-ul-img {
    transform: scale(1.05,1.05);
}

.one-ul-mask {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 96%);
    padding: 0.6rem 0.25rem 0.2rem 0.25rem;
}

.one-ul-date {
    font-size: 0.18rem;
    line-height: 1;
    color: #fff;
    font-family: Bebas;
}

.one-ul-date span {
    font-size: 0.36rem;
    margin-right: 0.2rem;
}

.one-ul-p {
    font-size: 0.18rem;
    margin-top: 0.2rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.one-right {
    width: 32.2%;
}

.one-right .tabs-ul li {
    margin-right: 0.4rem;
}

.one-right .tabs-ul {
    left: auto;
    right: 0;
}

.one-right .tabs-ul li:last-child {
    margin-right: 0;
}

.one-right .tabs-ul li a {
    font-size: 0.26rem;
}

.dt-ul li a {
    display: block;
    transition: 0.3s all;
    height: 1.4rem;
    position: relative;
    padding-top: 0.45rem;
    padding-left: 1.48rem;
}

.dt-ul-date {
    position: absolute;
    left: 0.3rem;
    top: 0.45rem;
    z-index: 10;
    transition: 0.3s all;
}

.dt-ul-date .one-date {
    font-size: 0.4rem;
}

.dt-ul-date .one-date-r {
    font-size: 0.12rem;
    margin-left: 0.1rem;
}

.dt-ul-date .one-date-r span {
    font-size: 0.21rem;
}

.dt-ul li a:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    border-top: 1px dashed #C2CCD6;
}

.dt-ul-tt {
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #3B3B3B;
    overflow: hidden;
    z-index: 10;
    position: relative;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.dt-ul li a:hover:before {
    display: none;
}

.dt-ul li a:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    transition: 0.3s all;
    border-radius: 8px;
    background: #009CD0;
}

.dt-ul li a:hover:after {
    width: 100%;
}

.dt-ul li a:hover .dt-ul-tt {
    color: #fff;
}

.dt-ul li a:hover .one-date {
    color: #fff;
}

.dt-ul li a:hover .dt-ul-date .one-date-r {
    color: #4CD6FF;
}

.dt-ul li a:hover .dt-ul-date .one-date-r span {
    color: #fff;
}

.dt-ul li a:hover {
    padding-right: 0.3rem;
    padding-top: 0.25rem;
}

.dt-ul li a:hover i {
    position: absolute;
    right: 0.3rem;
    bottom: 0.3rem;
    width: 0.29rem;
    height: 0.06rem;
    z-index: 10;
    background: url(../images/raw-b.png) center no-repeat;
    background-size: 100% 100%;
}

.dt-ul li a:hover .dt-ul-date {
    top: 0.25rem;
}

.center-tt .title-box {
    display: inline-block;
    text-align: left;
}

.page-tow {
    margin-top: 0.9rem;
}

.team-row .col-xs-4 {
    padding: 0 0.15rem;
    transition: 0.3s all;
}

.team-row {
    margin: 0 -0.15rem;
}

.team-row-back {
    position: relative;
    height: 6.8rem;
    border-radius: 8px;
    overflow: hidden;
}

.team-mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.3;
}

.team-top {
    position: absolute;
    left: 0.7rem;
    right: 0.6rem;
    top: 1rem;
}

.team-top-tt {
    position: relative;
    transition: 0.3s all;
    color: #fff;
    line-height: 0.48rem;
    padding-left: 0.65rem;
    font-size: 0.26rem;
    font-weight: bold;
}

.team-top-tt i {
    position: absolute;
    transition: 0.3s all;
    left: 0;
    top: 0;
    line-height: 0.48rem;
}

.team-top-tt i img {
    width: 0.48rem;
}

.team-top-p {
    font-size: 0.16rem;
    line-height: 0.28rem;
    color: #fff;
    text-align: justify;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0.2rem;
}

.team-ul {
    position: absolute;
    left: 0.7rem;
    right: 0.2rem;
    top: 2.75rem;
    transition: 0.3s all;
    height: 3.1rem;
    overflow: hidden;
}

.team-ul li {
    float: left;
    width: 25%;
    padding-right: 0.2rem;
    margin-bottom: 0.25rem;
    width: 50%;
}

.team-ul li a {
    display: block;
    font-size: 0.2rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.team-row .col-xs-4.on {
    width: 20%;
}

.team-row .col-xs-4.active {
    width: 60%;
}

.team-row .col-xs-4.active .team-ul li {
    width: 25%;
}

.team-row .col-xs-4.on .team-ul li {
    width: 100%;
}

.team-row .col-xs-4.on .team-top-tt i {
    width: 100%;
    text-align: center;
}

.team-row .col-xs-4.on .team-top-tt {
    padding-left: 0;
    padding-top: 0.5rem;
    text-align: center;
}

.team-row .col-xs-4.on .team-top-p {
    display: none;
}

.team-row .col-xs-4.on .team-ul {
    left: 0;
    text-align: center;
    right: 0;
}

.page-three {
    padding-top: 0.9rem;
}

.three-left {
    width: 6.7rem;
    height: 7.38rem;
    position: relative;
    margin-top: -0.8rem;
}

.three-box {
    position: relative;
}

.three-slick {
    opacity: 0;
    z-index: -100;
    overflow: hidden;
    transition: 0.3s all;
    position: absolute;
    left: -0.8rem;
    top: 0;
    right: 0;
}

.three-slick .slick-list {
    overflow: visible;
}

.three-slick .slick-next {
    top: auto;
    z-index: 100;
    bottom: 0;
    right: 50%;
    margin-top: 0;
    width: 0.48rem;
    height: 0.48rem;
    background: url(../images/right02.png) center no-repeat;
    background-size: 100% 100%;
    bottom: 0rem;
    right: 0.7rem;
}

.three-slick .slick-prev {
    top: auto;
    bottom: 0;
    right: 50%;
    margin-top: 0;
    left: auto;
    z-index: 100;
    width: 0.48rem;
    height: 0.48rem;
    background: url(../images/left.png) center no-repeat;
    background-size: 100% 100%;
    bottom: 0rem;
    right: 5.3rem;
}

.three-slick .slick-prev:hover {
    background: url(../images/left02.png) center no-repeat;
    background-size: 100% 100%;
}

.three-slick .slick-next:hover {
    background: url(../images/right.png) center no-repeat;
    background-size: 100% 100%;
}

.three-slick.active {
    opacity: 1;
    z-index: 100;
}

.three-slick-top {
    display: block;
    margin-left: 0.8rem;
    margin-top: 0.5rem;
    position: relative;
    width: 5.6rem;
}

.three-slick-top:before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    background: linear-gradient(180deg, #4BAECF 0%, rgba(75, 174, 207, 0) 100%);
    border-radius: 0.3rem;
    width: 3.3rem;
    height: 4.1rem;
    transform: translate(0,-50%);
}

.three-slick-top:after {
    width: 6.84rem;
    height: 6.59rem;
    background: url(../images/xz01.png) center no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    background-size: 100% 100%;
    display: block;
    content: "";
    transform: translate(-50%,-50%);
}

.three-slick-img {
    position: relative;
    z-index: 10;
    overflow: hidden;
    border-radius: 0.2rem;
    width: 3.9rem;
    height: 5rem;
}

.three-slick-img div {
    overflow: hidden;
    width: 3.9rem;
    height: 5rem;
    border-radius: 0.2rem;
}

.three-slick-label {
    position: absolute;
    left: 2.8rem;
    bottom: -0.2rem;
    background: linear-gradient(105deg, #0191DD 5%, #11B4EA 99%);
    min-width: 1.75rem;
    padding: 0 0.3rem;
    line-height: 0.48rem;
    border-radius: 0.48rem;
    text-align: center;
    font-size: 0.18rem;
    color: #fff;
    z-index: 15;
}

.three-slick-name {
    font-size: 0.34rem;
    line-height: 1;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.three-slick-bottom {
    margin-top: 0.5rem;
    display: block;
    margin-left: 0.8rem;
}

.three-slick-zw {
    font-size: 0.18rem;
    color: #4C6179;
    line-height: 1;
    margin-top: 0.15rem;
}

.three-slick-bottom-right {
    width: 5rem;
}

.three-slick-bottom-left {
    width: 1.5rem;
}

.three-slick-zr {
    font-size: 0.2rem;
    color: #3B3B3B;
    font-weight: bold;
    line-height: 1;
}

.three-slick-p {
    font-size: 0.18rem;
    color: #4C6179;
    text-align: justify;
    margin-top: 0.25rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.three-slick {
    padding-bottom: 0.7rem;
    margin: 0;
}

.three-slick .slick-dots {
    right: 1.5rem;
    display: flex;
    background: #a3d1e4;
    bottom: 0.25rem;
    left: auto;
    width: 3.5rem;
}

.three-slick .slick-dots li {
    flex: 1;
    padding: 0;
    margin: 0;
    height: 2px;
}

.three-slick .slick-dots li button {
    height: 2px;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.three-slick .slick-dots li.slick-active button {
    background: #004AA1;
}

.three-right {
    width: 8rem;
}

.three-right-link li {
    display: inline-block;
    padding: 0 0.06rem;
    margin-bottom: 0.18rem;
}

.three-right-link {
    margin: 0 -0.06rem;
    padding-top: 1.4rem;
}

.three-right-link li a {
    display: block;
    background: #fff;
    border-radius: 0.08rem;
    line-height: 0.68rem;
    font-size: 0.2rem;
    color: #333;
    padding: 0 0.3rem;
}

.three-right-link li a.active {
    background: linear-gradient(90deg, #008FDC 0%, #12B4EA 97%);
    color: #fff;
}

.three-box-top {
    position: absolute;
    right: 0;
    top: 0.5rem;
    width: 8rem;
    z-index: 100;
}

.three-tabs li {
    float: left;
    margin-right: 0.35rem;
}

.three-tabs li a {
    font-size: 0.28rem;
    color: #999;
    line-height: 0.32rem;
}

.three-tabs li.active a {
    font-size: 0.32rem;
    color: #333;
}

.three-right-slick {
    padding-bottom: 0.7rem;
    margin: 0;
}

.three-right-slick .slick-prev {
    top: auto;
    bottom: 0;
    left: 50%;
    margin-top: 0;
    margin-left: -0.6rem;
    width: 0.48rem;
    height: 0.48rem;
    background: url(../images/left.png) center no-repeat;
    background-size: 100% 100%;
}

.three-right-slick .slick-next {
    top: auto;
    bottom: 0;
    right: 50%;
    margin-top: 0;
    margin-right: -0.6rem;
    width: 0.48rem;
    height: 0.48rem;
    background: url(../images/right02.png) center no-repeat;
    background-size: 100% 100%;
}

.slick-prev:before,.slick-next:before {
    display: none;
}

.three-right-slick .slick-prev:hover {
    background: url(../images/left02.png) center no-repeat;
    background-size: 100% 100%;
}

.three-right-slick .slick-next:hover {
    background: url(../images/right.png) center no-repeat;
    background-size: 100% 100%;
}

.jc-box {
    position: relative;
    margin-top: 1rem;
}

.jc-left a {
    display: block;
    width: 2.68rem;
    line-height: 2.58rem;
    text-align: center;
    font-size: 0.32rem;
    color: #fff;
    height: 2.58rem;
    background: url(../images/jc01.png) center no-repeat;
    background-size: 100% 100%;
}

.jc-center a {
    display: block;
    position: relative;
    padding-top: 1.65rem;
    padding-left: 1.4rem;
    width: 5rem;
    height: 4.8rem;
    background: url(../images/jc02.png) center no-repeat;
    background-size: 100% 100%;
}

.jc-center-tt {
    font-size: 0.4rem;
    color: #fff;
}

.jc-center {
    margin-left: 2.1rem;
    position: relative;
    z-index: 10;
}

.jc-left {
    margin-top: 1.88rem;
    position: relative;
    z-index: 10;
}

.jc-center-lind {
    width: 2.1rem;
    border-top: solid 1px #fff;
    margin-top: 0.15rem;
}

.jc-center-p {
    font-size: 0.12rem;
    color: #fff;
    margin-top: 0.1rem;
}

.raw-c {
    margin: 0.6rem 0 0 0.9rem;
}

.raw-c img {
    width: 0.75rem;
}

.jc-right a {
    display: block;
    position: relative;
    width: 2.68rem;
    line-height: 2.68rem;
    height: 2.68rem;
    font-size: 0.32rem;
    color: #fff;
    text-align: center;
    background: url(../images/jc03.png) center no-repeat;
    background-size: 100% 100%;
}

.jc-right {
    position: relative;
    z-index: 10;
}

.jc-box-lind {
    position: absolute;
    top: 1.9rem;
    left: 1.95rem;
    width: 11.56rem;
    height: 2.19rem;
    background: url(../images/lind.png) center no-repeat;
    background-size: 100% 100%;
}

.jc-box-lind-c {
    position: absolute;
    transition: 6s all;
    left: 0;
    top: 0;
    width: 0;
    bottom: 0;
    overflow: hidden;
}

.jc-box-lind-c span {
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 11.56rem;
    height: 2.19rem;
    background: url(../images/lind02.png) center no-repeat;
    background-size: 100% 100%;
}

.jc-box.animated .jc-box-lind-c {
    width: 100%;
}

.jc-box {
    margin-left: 0.5rem;
    margin-right: 0.7rem;
}

.jc-box.animated .jc-left a {
    animation: shake 1s;
}

.jc-box.animated .jc-center a {
    animation: shake 1s;
    animation-delay: 1.5s;
}

.jc-box.animated .jc-right a {
    animation: shake 1s;
    animation-delay: 4s;
}

.jc-center:hover,.jc-left:hover,.jc-right:hover {
    animation: shake 1s;
}

@keyframes shake {
    0% {
        transform: scale(1);
    }

    15% {
        transform: scale(1.2,1.2);
    }

    30% {
        transform: scale(1,1);
    }

    45% {
        transform: scale(0.8,0.8);
    }

    60% {
        transform: scale(1,1);
    }

    75% {
        transform: scale(1.2,1.2);
    }

    100% {
        transform: scale(1,1);
    }
}

.page-four {
    margin-top: 0.9rem;
}

.zt-left {
    width: 40%;
}

.zt-left a div {
    height: 6.3rem;
    transition: 0.3s all;
}

.zt-left a {
    display: block;
    border-radius: 0.08rem;
}

.zt-left a:hover div {
    transform: scale(1.05,1.05);
}

.swiper-slide {
    transition: 0.3s all;
    height: 6.3rem;
    padding-right: 0.4rem;
}

.zt-right {
    width: 9.2rem;
    overflow: hidden;
    height: 6.3rem;
    position: relative;
}

.mySwiper {
    overflow: visible!important;
    position: absolute;
    left: 3.6rem;
    top: 0;
    bottom: 0;
    width: 9.5rem;
}

.veryhard {
    transition: 0.3s all;
}

.zt-a {
    display: block;
    height: 6.3rem;
    overflow: hidden;
    border-radius: 0.08rem;
    position: relative;
}

.swiper-tt {
    position: absolute;
    transition: 0.3s all;
    left: 50%;
    font-size: 0.3rem;
    font-family: Source Han Serif CN;
    line-height: 0.32rem;
    color: #fff;
    font-weight: bold;
    width: 0.36rem;
    top: 0.4rem;
    margin-left: -0.18rem;
}

.swiper-mask {
    height: 43.99%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.77) 100%);
}

.footer {
    background: #EEFAFA;
    padding-top: 0.45rem;
    position: relative;
    z-index: 10;
}

.page-one {
    padding-bottom: 0.96rem;
}

.logo-b,.logo-b img {
    width: 4.17rem;
}

.down-link {
    width: 2.5rem;
    display: block;
    padding: 0.1rem 0.2rem;
    font-size: 0.16rem;
    color: #666;
    background: #fff;
    border: solid 1px #DFE8F5;
}

.down-link span {
    display: block;
    position: relative;
    background: url(../images/raw-r.png) right center no-repeat;
    background-size: 0.08rem auto;
}

.down-link span font {
    padding-left: 0.22rem;
    background: url(../images/link.png) left center no-repeat;
    background-size: 0.12rem auto;
}

.dropdown-menu {
    width: 100%;
}

.footer-center {
    margin-top: 0.25rem;
    margin-left: 1.3rem;
}

.footer-center .pull-left {
    margin-right: 0.4rem;
}

.footer-right a {
    float: left;
    margin-top: 0.25rem;
    margin-left: 0.3rem;
    position: relative;
}

.footer-right a img {
    width: 0.48rem;
}

.footer-right a span {
    position: absolute;
    display: none;
    left: 50%;
    bottom: 100%;
    width: 1.2rem;
    transform: translate(-50%,0);
}

.footer-right a span img {
    width: 100%;
}

.footer-right a:hover span {
    display: block;
}

.footer-lind {
    border-top: solid 1px rgba(0, 74, 161, 0.1);
    margin-top: 0.35rem;
}

.footer-p {
    margin-top: 0.3rem;
}

.footer-p span {
    display: inline-block;
    font-size: 16px;
    color: #666;
    margin-right: 0.9rem;
}

.footer-bottom {
    margin-top: 0.7rem;
    background: linear-gradient(270deg, #046FB1 0%, #0093C4 98%);
    padding: 0.1rem 0;
    font-size: 16px;
    color: #fff;
}

.footer-bottom img {
    margin: 0 0.1rem;
}

.dropdown-menu > li > a {
    font-size: 0.14rem;
}

.dropdown-menu {
    max-height: 150px;
    overflow-y: auto;
}

.page-one {
    background: url(../images/back-inex.jpg) center top no-repeat;
    background-size: cover;
}

.nav-back {
    position: fixed;
    transition: 0.3s all;
    left: 0;
    right: 0;
    top: 0;
    height: 100vh;
    padding-top: 2.5rem;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    background: url(../images/nav-back.jpg) center no-repeat;
    background-size: cover;
}

.flex-box {
    display: flex;
    margin: 0 0 0 1.1rem;
}

.flex-box-sm {
    flex: 1;
}

.flex-tt {
    font-size: 0.22rem;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0.7rem;
}

.flex-nav li {
    margin-bottom: 0.25rem;
    line-height: 1;
}

.flex-nav li a {
    font-size: 0.16rem;
    color: #fff;
}

.btn-click {
    position: absolute;
    right: 0;
    top: 0;
    width: 1.2rem;
    bottom: 0;
    border-radius: 0.08rem 0 0 0.08rem;
    background: #0093C4;
    z-index: 100;
}

.btn-click:before {
    display: block;
    transition: 0.3s all;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../images/nav-lind.png) center no-repeat;
    background-size: 0.4rem auto;
}

.navShow .btn-click:before {
    background: url(../images/close-nav.png) center no-repeat;
    background-size: 0.4rem auto;
}

.navShow {
    overflow: hidden;
}

.page-one {
    position: relative;
    z-index: 10;
}

.navShow .nav-back {
    opacity: 1;
    visibility: visible;
}

.navShow .logo img {
    display: none;
}

.navShow .logo img.logo-t {
    display: inline-block;
}

.navShow .nav-list {
    display: none;
}

.header .pull-right {
    position: relative;
    z-index: 10;
}

.nav-list li a:hover,.header-a a:hover {
    color: #0093C4;
}

.nav-down {
    position: absolute;
    left: 50%;
    text-align: center;
    transform: translate(-50%,0);
    min-width: 120px;
    background: #fff;
    top: 100%;
}

.nav-down li {
    float: none;
    margin: 0!important;
    width: 100%;
    padding: 0;
    transition: 0.3s all;
    height: 0;
    overflow: hidden;
}

.nav-down li a {
    display: block;
    line-height: 0.5rem;
    padding: 0 0.15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-list li:hover .nav-down li {
    height: 0.5rem;
}

.nav-back .header-a,.flex-tt .caret {
    display: none;
}

.flex-tt a {
    color: #fff;
}

.layer {
    background: rgba(0,0,0,0.95);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s ease-out 0s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.layer.showdiv {
    opacity: 1;
    visibility: visible;
    z-index: 100000;
}

.layer .close {
    font-size: 60px;
    font-family: "脙茠脝鈥櫭冣�犆⑩偓鈩⒚兤捗⑩偓 脙垄芒鈥毬⑩�灺⒚兤捗嗏�櫭兟⒚⑩�毬� 脙茠脗垄脙垄芒鈧∶偮兟⒚⑩偓啪脗垄脙茠脝鈥櫭冣�犆⑩偓鈩⒚兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥� 脙茠脝鈥櫭冣�毭偮⒚兤捗偮⒚兟⒚⑩�毬吢∶冣�毭偮兤捗偮⒚兟⒚⑩�毬吢久冣�毭偮⒚兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗⑩偓 脙垄芒鈥毬⑩�灺⒚兤捗嗏�櫭冣�毭偮⒚兤捗偮⒚兟⒚⑩�毬吢∶冣�毭偮兤捗⑩偓娄脙鈥毭偮∶兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥γ偮∶兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮ッ兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗⑩偓 脙垄芒鈥毬⑩�灺⒚兤捗嗏�櫭兟⒚⑩�毬� 脙茠脗垄脙垄芒鈧∶偮兟⒚⑩偓啪脗垄脙茠脝鈥櫭冣�犆⑩偓鈩⒚兤捗⑩偓拧脙鈥毭偮⒚兤捗嗏�櫭冣�毭偮⒚兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥γ偮∶兤捗⑩偓拧脙鈥毭偮兤捗嗏�櫭兟⒚⑩�毬偮γ兤捗⑩偓拧脙鈥毭偮∶兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗⑩偓 脙垄芒鈥毬⑩�灺⒚兤捗嗏�櫭冣�毭偮⒚兤捗偮⒚兟⒚⑩�毬吢∶冣�毭偮兤捗⑩偓娄脙鈥毭偮∶兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥γ偮∶兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗⑩偓 脙垄芒鈥毬⑩�灺⒚兤捗嗏�櫭兟⒚⑩�毬� 脙茠脗垄脙垄芒鈧∶偮兟⒚⑩偓啪脗垄脙茠脝鈥櫭冣�犆⑩偓鈩⒚兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥γ偮∶兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮⒚兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗⑩偓 脙垄芒鈥毬⑩�灺⒚兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮⒚兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗⑩偓拧脙鈥毭偮⒚兤捗嗏�櫭冣�毭偮⒚兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥γ偮∶兤捗⑩偓拧脙鈥毭偮兤捗嗏�櫭兟⒚⑩�毬偮γ兤捗⑩偓拧脙鈥毭偮∶兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥γ偮∶兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗⑩偓 脙垄芒鈥毬⑩�灺⒚兤捗嗏�櫭冣�毭偮⒚兤捗偮⒚兟⒚⑩�毬吢∶冣�毭偮兤捗⑩偓娄脙鈥毭偮∶兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥γ偮∶兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮姑兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗⑩偓 脙垄芒鈥毬⑩�灺⒚兤捗嗏�櫭兟⒚⑩�毬� 脙茠脗垄脙垄芒鈧∶偮兟⒚⑩偓啪脗垄脙茠脝鈥櫭冣�犆⑩偓鈩⒚兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥� 脙茠脝鈥櫭冣�毭偮⒚兤捗偮⒚兟⒚⑩�毬吢∶冣�毭偮兤捗偮⒚兟⒚⑩�毬吢久冣�毭偮⒚兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗⑩偓 脙垄芒鈥毬⑩�灺⒚兤捗嗏�櫭冣�毭偮⒚兤捗偮⒚兟⒚⑩�毬吢∶冣�毭偮兤捗⑩偓娄脙鈥毭偮∶兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥γ偮∶兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮っ兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗⑩偓 脙垄芒鈥毬⑩�灺⒚兤捗嗏�櫭兟⒚⑩�毬� 脙茠脗垄脙垄芒鈧∶偮兟⒚⑩偓啪脗垄脙茠脝鈥櫭冣�犆⑩偓鈩⒚兤捗⑩偓拧脙鈥毭偮⒚兤捗嗏�櫭冣�毭偮⒚兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥γ偮∶兤捗⑩偓拧脙鈥毭偮兤捗嗏�櫭兟⒚⑩�毬偮γ兤捗⑩偓拧脙鈥毭偮∶兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗⑩偓 脙垄芒鈥毬⑩�灺⒚兤捗嗏�櫭冣�毭偮⒚兤捗偮⒚兟⒚⑩�毬吢∶冣�毭偮兤捗⑩偓娄脙鈥毭偮∶兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥γ偮∶兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮矫兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗⑩偓 脙垄芒鈥毬⑩�灺⒚兤捗嗏�櫭兟⒚⑩�毬� 脙茠脗垄脙垄芒鈧∶偮兟⒚⑩偓啪脗垄脙茠脝鈥櫭冣�犆⑩偓鈩⒚兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥γ偮∶兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮⒚兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗⑩偓 脙垄芒鈥毬⑩�灺⒚兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮⒚兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗⑩偓拧脙鈥毭偮⒚兤捗嗏�櫭冣�毭偮⒚兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥γ偮∶兤捗⑩偓拧脙鈥毭偮兤捗嗏�櫭兟⒚⑩�毬偮γ兤捗⑩偓拧脙鈥毭偮∶兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥γ偮∶兤捗嗏�櫭兟⒚⑩�毬吢∶兤捗⑩偓拧脙鈥毭偮兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗⑩偓 脙垄芒鈥毬⑩�灺⒚兤捗嗏�櫭冣�毭偮⒚兤捗偮⒚兟⒚⑩�毬吢∶冣�毭偮兤捗⑩偓拧脙鈥毭偮γ兤捗嗏�櫭冣�犆⑩偓鈩⒚兤捗⑩偓拧脙鈥毭偮⒚兤捗嗏�櫭冣�毭偮⒚兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥γ偮∶兤捗⑩偓拧脙鈥毭偮兤捗嗏�櫭兟⒚⑩�毬偮γ兤捗偮⒚兟⒚⑩偓拧脗卢脙鈥γ⑩偓艙";
    position: absolute;
    right: 50px;
    top: 50px;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    cursor: pointer;
    color: #ccc;
}

.layer .search_box {
    height: 45px;
    line-height: 45px;
    width: 550px;
    display: -ms-flexbox;
    display: flex;
    transform: translateY(-50px);
    opacity: 0;
    margin-top: -100px;
}

.layer.showdiv .search_box {
    transform: none;
    transition: all 0.5s ease-out 0s;
    opacity: 1;
}

.layer .search_box .kw {
    background: #fff;
    border: none;
    -ms-flex: 1;
    flex: 1;
    padding: 0 12px;
    font-size: 16px;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

.layer .search_box .ok {
    background: #0d3a7e;
    color: #fff;
    box-shadow: none;
    border: none;
    width: 120px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

.layer.active {
    opacity: 1;
    z-index: 1000000;
}


.link-tow-img img,.link-one img {
    width: 1.15rem;
}

.link-one span img,.logo-yd-a img {
    transition: 0.3s all;
}

.link-one:hover span img,.logo-yd-a:hover img {
    transform: rotate(360deg);
}

.back-box {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/yyyy.jpg) center no-repeat;
    background-size: cover;
}

.logo-yd {
    position: fixed;
    left: 0.7rem;
    top: 0.5rem;
}

.logo-yd img {
    width: 4.17rem;
}

.yd-right {
    position: fixed;
    height: 5.56rem;
    margin-top: -2.28rem;
    right: 2.1rem;
    top: 50%;
    width: 5.65rem;
}

.link-one {
    position: absolute;
    border-radius: 0.08rem;
    left: 0;
    top: 0;
    width: 1.87rem;
    height: 3.68rem;
    font-size: 0.12rem;
    color: #fff;
    text-transform: uppercase;
    background: url(../images/back-a01.png) center no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 66px;
}

.link-one font {
    font-size: 0.2rem;
    margin: 0.1rem 0 0.05rem 0;
    display: inline-block;
    font-weight: bold;
}

.link-tow {
    position: absolute;
    right: 0;
    top: 0;
    width: 3.66rem;
    height: 1.76rem;
    border-radius: 0.08rem;
    overflow: hidden;
}

.link-tow:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    border: solid 1px #fff;
}

.link-tow-img {
    position: absolute;
    left: 0.3rem;
    top: 0;
    bottom: 0;
    line-height: 1.76rem;
}

.link-top-tt {
    text-transform: uppercase;
    font-size: 0.12rem;
    color: #999;
    text-align: center;
    position: absolute;
    left: 1.4rem;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
}

.link-top-tt span {
    font-size: 0.2rem;
    color: #333;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 0.05rem;
}

.logo-yd-a {
    position: absolute;
    left: 2.25rem;
    top: 2.2rem;
}

.logo-yd-a img {
    width: 1.2rem;
}

.link-tow-right {
    position: absolute;
    transition: 0.3s all;
    left: 100%;
    top: 0;
    color: #fff;
    bottom: 0;
    width: 100%;
    background: url(../images/yd-back02.png) center no-repeat;
    background-size: cover;
}

.link-tow:hover .link-tow-right {
    left: 0;
}

.link-tow-right .link-top-tt,.link-tow-right .link-top-tt span {
    color: #fff;
}

.link-three {
    left: 0;
    top: auto;
    bottom: 0;
    width: 3.68rem;
    height: 1.74rem;
}

.link-four {
    right: 0;
    bottom: 0;
    top: auto;
    left: auto;
    width: 1.88rem;
    height: 3.68rem;
}

.link-four .link-tow-img {
    left: 0;
    right: 0;
    line-height: 1;
    text-align: center;
    top: 0.66rem;
}

.link-four .link-top-tt {
    left: 0;
    right: 0;
    top: 1.96rem;
    transform: translate(0,0);
}

.link-four .link-tow-right {
    background: url(../images/back-a01.png) center no-repeat;
    background-size: cover;
}

.yd-ewm {
    position: fixed;
    right: 15px;
    top: 50%;
    transform: translate(0,-50%);
}

.yd-ewm li {
    margin: 10px 0;
    position: relative;
}

.yd-ewm li a img {
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
    border-radius: 50%;
}

.yd-ewm li a {
    position: relative;
}

.yd-ewm li span {
    position: absolute;
    display: none;
    padding: 10px;
    right: 100%;
    top: 50%;
    width: 85px;
    height: 78px;
    background: url(../images/ewm-back.png) center no-repeat;
    margin-top: -39px;
}

.yd-ewm li span img {
    width: 57px;
    height: 57px;
}

.yd-ewm li:hover span {
    display: block;
}

.footer-yd {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}


.list-banner {
    position: relative;
    margin-top: 1.28rem;
    overflow: hidden;
}

.list-banner-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    background: rgba(255, 255, 255, 0.7);
}

.list-banner-nav li {
    float: left;
}

.list-banner-nav li a {
    display: block;
    line-height: 0.76rem;
    padding: 0 0.28rem;
    font-size: 0.2rem;
    color: #007EB1;
}

.list-banner-nav li.active a,.list-banner-nav li a:hover {
    background: #017DB1;
    color: #fff;
    font-weight: bold;
}

.list-banner-center {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.3rem;
}

.list-banner-tt {
    font-size: 0.4rem;
    line-height: 1;
    font-weight: bold;
    color: #fff;
}

.nav-b {
    font-size: 0.18rem;
    color: #fff;
    line-height: 0.4rem;
    padding-left: 0.5rem;
    background: url(../images/icon-home.png) left center no-repeat;
    background-size: 0.24rem auto;
}

.nav-b a {
    color: #fff;
}

.list-back {
    padding: 0.6rem 0 0.6rem 0;
}

.about-p p {
    font-size: 18px !important;
    line-height: 2 !important;
    /* text-align: justify; */
    text-indent: 2em;
    /* margin-bottom: 0.2rem; */
}

.about-list li {
    float: left;
    width: 33.333333%;
    padding: 0 0.08rem;
    margin-top: 0.5rem;
}

.about-list {
    margin: 0 -0.08rem;
}


.ks-title {
    font-size: 0.3rem;
    margin-top: 0.2rem;
    position: relative;
    line-height: 0.48rem;
    color: #000;
    font-weight: bold;
    padding-left: 0.6rem;
}

.ks-title i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
}

.ks-title i img {
    width: 0.48rem;
}

.ks-list li {
    float: left;
    width: 25%;
    padding: 0 0.23rem;
    margin-top: 0.26rem;
}

.ks-list {
    margin: 0 -0.23rem;
    padding-top: 0.2rem;
    padding-bottom: 0.7rem;
}

.ks-list li a {
    display: block;
    border: solid 1px #D8D8D8;
    border-radius: 0.08rem;
    line-height: 0.68rem;
    font-size: 0.18rem;
    color: #333;
    text-align: center;
    padding: 0 0.2rem;
}

.ks-list li a:hover {
    background: #009CD0;
    border-color: #009CD0;
    color: #fff;
}

.list-back-sm {
    padding-bottom: 1rem;
}


.xq-slick-img {
    height: 5.2rem;
}

.xq-slick-l {
    width: 50%;
    margin: 0;
}

.xq-slick-right {
    width: 52%;
    position: relative;
    z-index: 10;
    padding: 0.6rem 0.7rem;
    margin-left: -2%;
    height: 5.2rem;
    background: #EFF6FB;
    border-radius: 8px 0 0 8px;
}

.xq-slick-tt {
    font-size: 0.36rem;
    color: #0093C4;
    font-weight: bold;
    line-height: 1;
}

.xq-slick-p {
    font-size: 0.18rem;
    line-height: 2.3;
    font-size: 0.18rem;
    color: #333;
    text-align: justify;
    text-indent: 2em;
    margin-top: 0.35rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.xq-slick-l .slick-dots {
    right: 0.45rem;
    bottom: 0.3rem;
    left: auto;
    width: auto;
}

.xq-slick-l .slick-dots li,.xq-slick-l .slick-dots li button {
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 50%;
}

.xq-slick-l .slick-dots li button {
    background: #fff;
    opacity: 0.47;
}

.xq-slick-l .slick-dots li.slick-active button {
    opacity: 1;
}

.xq-top {
    padding-top: 0.25rem;
}

.zj-title {
    font-size: 0.36rem;
    margin-bottom: 0.45rem;
    color: #0093C4;
    font-weight: bold;
    line-height: 1;
    margin-top: 1rem;
    position: relative;
}

.zj-title .tabs-more {
    top: 50%;
    transform: translate(0,-50%);
    font-weight: normal;
}

.zj-box {
    overflow: hidden;
}

.zj-slick-img {
    border-radius: 8px;
}

.zj-slick-img div {
    width: 100%;
    height: 3.52rem;
}

.zj-slick-tt {
    font-size: 0.24rem;
    margin-bottom: 0.1rem;
    color: #030303;
    line-height: 1;
    margin-top: 0.18rem;
}

.zj-slick-p p {
    color: #666;
    margin-top: 0.05rem;
    margin-bottom: 0;
}

.zj-slick .slick-slide {
    padding: 0 0.29rem;
}

.zj-slick {
    margin: 0 -0.29rem;
    padding-bottom: 0.9rem;
}

.zj-slick .slick-prev {
    top: auto;
    bottom: 0;
    margin-top: 0;
    left: 50%;
    margin-left: -2.8rem;
    width: 0.48rem;
    height: 0.48rem;
    background: url(../images/left.png) center no-repeat;
    background-size: 100% 100%;
}

.zj-slick .slick-next {
    top: auto;
    bottom: 0;
    margin-top: 0;
    right: 50%;
    margin-right: -2.8rem;
    width: 0.48rem;
    height: 0.48rem;
    background: url(../images/right02.png) center no-repeat;
    background-size: 100% 100%;
}

.zj-slick .slick-prev:hover {
    background: url(../images/left02.png) center no-repeat;
    background-size: 100% 100%;
}

.zj-slick .slick-next:hover {
    background: url(../images/right.png) center no-repeat;
    background-size: 100% 100%;
}

.zj-slick .slick-dots {
    width: 3.7rem;
    display: flex;
    border-radius: 4px;
    height: 4px;
    left: 50%;
    background: #E6ECF2;
    margin-left: -1.85rem;
    bottom: 0.2rem;
}

.zj-slick .slick-dots li {
    flex: 1;
    margin: 0;
    padding: 0;
}

.zj-slick .slick-dots li button {
    width: 100%;
    height: 4px;
    padding: 0;
    margin: 0;
    border-radius: 4px;
}

.zj-slick .slick-dots li.slick-active button {
    background: #047BB2;
}


.tabs-ys li {
    float: left;
    margin-right: 0.65rem;
    margin-bottom: 0.35rem;
}

.tabs-ys li a {
    font-size: 0.26rem;
    color: #9E9E9E;
}

.tabs-ys li.active a {
    color: #0980B2;
    font-weight: bold;
}

.tabs-ys li a:hover {
    color: #0980B2;
}

.chooise-ul li {
    float: left;
    margin-right: 0.2rem;
    margin-bottom: 0.1rem;
}

.chooise-ul li a {
    display: block;
    padding: 0 0.35rem;
    line-height: 0.55rem;
    border-radius: 0.08rem;
    font-size: 0.2rem;
    color: #017DB0;
}

.chooise-ul li.active a,.chooise-ul li a:hover {
    background: rgba(9, 128, 178, 0.15);
    font-weight: bold;
}

.chooise-box {
    background: rgba(239, 246, 251, 1);
    padding: 0.4rem 0.6rem 0.2rem 0.6rem;
    margin-bottom: 1rem;
}

.team-list li {
    float: left;
    width: 20%;
    padding: 0 0.28rem;
    margin-bottom: 0.8rem;
}

.team-list {
    margin: 0 -0.28rem;
}


.dt-list li a {
    display: block;
    margin-bottom: 0.4rem;
    padding-left: 4.2rem;
    padding-top: 0.6rem;
    padding-right: 0.6rem;
    height: 3.17rem;
    position: relative;
}

.dt-list li a:before {
    display: block;
    content: "";
    border-radius: 0.08rem;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: solid 1px #D8D8D8;
}

.dt-list-img {
    position: absolute;
    left: 0.5rem;
    top: 50%;
    border-radius: 0.08rem;
    transform: translate(0,-50%);
}

.dt-list-img div {
    width: 3.2rem;
    height: 2.2rem;
}

.dt-list-tt {
    font-size: 0.22rem;
    position: relative;
    z-index: 10;
    color: #222;
    line-height: 1;
}

.dt-list-p {
    font-size: 0.16rem;
    position: relative;
    z-index: 10;
    line-height: 1.8;
    margin-top: 0.33rem;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.dt-list-date {
    margin-top: 0.3rem;
    position: relative;
    z-index: 10;
    font-size: 0.16rem;
    color: #0168A7;
    background: url(../images/icon-date01.png) left center no-repeat;
    padding-left: 0.25rem;
    background-size: 0.15rem auto;
}

.dt-list li a:hover:before {
    background: #009CD0;
    border: solid 1px #D8D8D8;
    border-bottom: solid 5px #BCADF0;
}

.dt-list li a:hover .dt-list-tt,.dt-list li a:hover .dt-list-p {
    color: #fff;
}

.dt-list li a:hover .dt-list-date {
    color: #fff;
    background: url(../images/icon-date02.png) left center no-repeat;
    padding-left: 0.25rem;
    background-size: 0.15rem auto;
}

.dt-list {
    padding-bottom: 0.25rem;
}


.hj-title {
    font-size: 0.36rem;
    color: #0093C4;
    font-weight: bold;
    line-height: 1;
    margin-top: 0.2rem;
    margin-bottom: -0.15rem;
}

.hj-list li {
    float: left;
    width: 33.333333%;
    padding: 0 0.2rem;
    margin-bottom: 0.5rem;
}

.hj-list {
    margin: 0 -0.2rem;
}

.hj-list-img div {
    height: 3.25rem;
    transition: 0.3s all;
}

a:hover .hj-list-img div {
    transform: scale(1.05,1.05);
}

.hj-list-tt {
    font-size: 0.2rem;
    color: #333;
    line-height: 1;
    padding: 0.2rem 0;
    border-bottom: solid 2px #0093C4;
}


.yh-list-img div {
    height: 2.85rem;
    transition: 0.3s all;
}

a:hover .yh-list-img div {
    transform: scale(1.05,1.05);
}

.yh-list-img {
    border-radius: 0.08rem;
}

.yh-list li {
    float: left;
    width: 33.333333%;
    padding: 0 0.2rem;
    margin-bottom: 0.6rem;
}

.yh-list {
    margin: 0 -0.2rem;
    padding-bottom: 0.25rem;
}

.ys-list-tt {
    font-size: 0.2rem;
    color: #3D3D3D;
    line-height: 1;
    margin-top: 0.4rem;
}


.contact-img {
    width: 57.5%;
}

.contact-right {
    width: 40.5%;
    border: 1px solid rgba(0, 147, 196, 0.1);
    padding: 0.4rem 0.2rem 0.2rem 0.5rem;
    box-shadow: 4px 4px 10px 0px rgba(0, 147, 196, 0.15);
    margin-top: 0.2rem;
}

.contact-right p {
    position: relative;
    font-size: 0.2rem;
    color: #333;
    margin-bottom: 0.25rem;
    padding-left: 0.5rem;
}

.contact-right p i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
}

.contact-right p i img {
    width: 0.23rem;
}

.zj-img-left {
    padding: 0 0 0.26rem 0.26rem;
    width: 22.5%;
    position: relative;
}

.zj-img-left div {
    width: 100%;
    height: 4.6rem;
    box-shadow: 0px 4px 10px 0px rgba(0, 156, 208, 0.3);
    position: relative;
    z-index: 10;
}

.zj-img-left:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3.1rem;
    height: 3.1rem;
    background: #009CD0;
}

.zj-top {
    margin-top: 0.8rem;
}

.zj-right {
    width: 71.8%;
    padding-top: 0.1rem;
}

.zj-right-name {
    line-height: 1;
    position: relative;
    margin-bottom: 0.5rem;
    font-size: 0.26rem;
    color: #666;
    border-bottom: solid 1px #999;
    padding: 0.6rem 0;
    background: url(../images/tt-right.png) right center no-repeat;
    background-size: 0.84rem auto;
}

.zj-right-name span {
    font-size: 0.4rem;
    font-weight: bold;
    color: #009CD0;
    padding-right: 0.4rem;
}

.zj-right-p p {
    font-size: 0.26rem;
    color: #666;
    margin-bottom: 0.27rem;
}

.zj-txt-p p {
    font-size: 0.26rem;
    line-height: 0.4rem;
    text-align: justify;
}

.zj-txt-p {
    margin-top: 0.5rem;
}


.ry-tabs {
    border-bottom: solid 1px #999;
    margin-bottom: 0.65rem;
    position: relative;
}

.ry-tabs li {
    float: left;
    margin-right: 0.47rem;
}

.ry-tabs li a {
    color: #9E9E9E;
    display: block;
    font-size: 0.26rem;
    line-height: 0.32rem;
    padding: 0.15rem 0;
    position: relative;
}

.ry-tabs li.active a {
    font-size: 0.32rem;
    color: #239BCD;
    /* border-bottom: solid 0.04rem #009CD0; */
}

.ry-back {
    padding: 0.9rem 0 1.3rem 0;
}

.ry-tabs li a span {
    position: relative;
}

/*.ry-tabs li.active a:before{ display: block; content: ""; position: absolute; left: -0.3rem; top: -0.05rem; width: 0.48rem; height: 0.48rem; background: url(../images/icon-tabs-a.png) center no-repeat; background-size: 100% auto; }*/
.ry-tabs:before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0.1rem;
    width: 0.84rem;
    height: 0.83rem;
    background: url(../images/tt-right.png) right top no-repeat;
    background-size: 0.84rem auto;
}

.ry-list li {
    float: left;
    width: 25%;
    padding: 0 0.15rem;
    margin-bottom: 0.5rem;
}

.ry-list {
    margin: 0 -0.15rem;
    padding-bottom: 0.2rem;
}

.ry-img {
    padding: 0.12rem;
    border-radius: 0.08rem;
    background: #7C3931;
}

.ry-img div.img-hide {
    border-radius: 0.08rem;
}

.ry-img div div {
    height: 2.23rem;
    transition: 0.3s all;
}

a:hover .ry-img div div {
    transform: scale(1.05,1.05);
}

.ry-tt {
    font-size: 0.2rem;
    color: #3D3D3D;
    line-height: 1;
    margin-top: 0.2rem;
}


.gk-list li {
    float: left;
    width: 50%;
    padding: 0 0.5rem;
    margin-bottom: 0.25rem;
}

.gk-list {
    margin: 0 -0.5rem;
}

.gk-list li a {
    display: block;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(51, 51, 51, 0.1);
    height: 1.14rem;
    border-radius: 0.08rem;
    position: relative;
}

.gk-date {
    position: absolute;
    left: 0.35rem;
    top: 50%;
    font-size: 0.18rem;
    color: #666;
    transform: translate(0,-50%);
}

.gk-date span {
    font-size: 0.36rem;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 0.1rem;
}

.gk-list li a p {
    position: absolute;
    top: 50%;
    left: 1.7rem;
    right: 0.3rem;
    transform: translate(0,-50%);
    font-size: 0.2rem;
    color: #333;
}

.gk-list li a:before {
    display: block;
    content: "";
    position: absolute;
    left: 1.45rem;
    border: 1px solid #999999;
    top: 50%;
    height: 0.66rem;
    transform: translate(0,-50%);
}

.gk-list li a:hover .gk-date,.gk-list li a:hover p {
    color: #fff;
}

.gk-list li a:hover:before {
    border-color: #fff;
    opacity: 0.2;
}

.gk-list li a:hover {
    background: #009CD0;
}

.gk-list {
    padding-bottom: 0.6rem;
}


.acticle-tt {
    margin-top: 0;
    font-size: 0.26rem;
    color: #333;
}

.article-sm span {
    font-size: 0.16rem;
    color: #666;
    display: inline-block;
    padding: 0 0.15rem;
}

.article-sm {
    margin-top: 0.3rem;
}

.article-p p {
    font-size: 18px !important;
    line-height: 2 !important;
    text-align: justify;
    text-indent: 2em;
    /* margin-bottom: 0.2rem; */
}

.article-p {
    border-top: 1px solid #D8D8D8;
    padding-top: 0.3rem;
    margin-top: 0.3rem;
}

a:hover .one-right-tt,.tabs-more:hover,a:hover .ys-list-tt,a:hover .hj-list-tt,.ry-tabs li a:hover,a:hover .ry-tt {
    color: #009CD0;
}

.link-one:hover {
    color: #fff;
}

.center-tt {
    position: relative;
}

.center-tt .tabs-more {
    top: 50%;
    transform: translate(0,-50%);
    margin-top: -0.2rem;
}

.team-list-ul li {
    float: left;
    width: 50%;
    padding: 0 0.4rem;
    margin-top: 0.6rem;
}

.team-list-ul {
    margin: 0 -0.4rem;
    padding-bottom: 0.5rem;
}

.team-list-ul li a {
    display: block;
    transition: 0.3s all;
    position: relative;
    height: 3.35rem;
    background: #F2F8FC;
    border-radius: 0.08rem;
    overflow: hidden;
}

.team-img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2.7rem;
}

.team-img div {
    height: 3.35rem;
    width: 100%;
}

.team-list-top-name {
    font-size: 0.24rem;
    color: #333;
    line-height: 0.24rem;
    margin-right: 0.35rem;
}

.team-list-zw {
    /* margin-left: 0.35rem; */
    color: #333;
    font-size: 0.18rem;
    line-height: 0.24rem;
}

.team-list-right p {
    font-size: 0.18rem;
    line-height: 0.32rem;
    text-align: justify;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 0.3rem;
    min-height: .96rem;
}

.team-list-ul li a:hover {
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.team-news-list {
    margin: 0 -0.4rem;
    padding-bottom: 0.5rem;
}

.team-news-list li {
    float: left;
    width: 50%;
    padding: 0 0.4rem;
    margin-top: 0.6rem;
}

.team-news-list li a {
    height: 3.33rem;
    display: block;
    padding: 0.4rem;
    border-radius: 0.1rem;
    background: url(../images/zj-back-a.png) center no-repeat;
    background-size: cover;
    box-shadow: 0px 1px 20px 0px rgba(74, 96, 117, 0.3);
}

.zj-news-img div {
    width: 2.04rem;
    height: 2.53rem;
    position: relative;
    z-index: 10;
}

.zj-news-img {
    position: relative;
}

.zj-news-img:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0.1rem;
    top: 0.1rem;
    background: linear-gradient(180deg, #0075EA 0%, #239BCD 100%);
    border-radius: 0.1rem;
    opacity: 0;
    transition: 0.3s all;
}

.team-news-list li a:hover .zj-news-img:before {
    opacity: 1;
}

.zj-news-right {
    width: 4.3rem;
    padding-top: 0.15rem;
}

.tema-news-more {
    display: inline-block;
    margin-top: 0.5rem;
    font-size: 0.18rem;
    color: #fff;
    text-align: center;
    background: linear-gradient(105deg, #0191DD 5%, #11B4EA 99%);
    line-height: 0.48rem;
    width: 1.76rem;
    border-radius: 0.24rem;
}

/***************氓沤鈥犆ヂ徛裁堵趁柯�****************/
.ls-ul-width {
    width: 50%;
    padding-right: 0.65rem;
    text-align: right;
}

.ls-ul {
    position: relative;
    padding-top: 0.75rem;
    padding-bottom: 1.9rem;
}

.ls-ul:before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    border-right: solid 1px #91C0E4;
}

.ls-ul-tt {
    position: relative;
    font-size: 0.4rem;
    color: #3191BC;
    font-weight: bold;
}

.ls-ul-tt:before {
    display: block;
    content: "";
    position: absolute;
    right: -0.85rem;
    width: 0.4rem;
    top: 50%;
    margin-top: -0.2rem;
    height: 0.4rem;
    background: url(../images/icon-ls01.png) right center no-repeat;
    background-size: 100% auto;
}

.ls-ul-p {
    font-size: 0.18rem;
    color: #999;
    line-height: 1.6;
    margin-top: 0.1rem;
}

.ls-ul-width .row {
    margin-top: 0.25rem;
}

.ls-ul-width.pull-right {
    text-align: left;
    padding-left: 0.65rem;
    padding-right: 0;
}

.ls-ul-width.pull-right .ls-ul-tt:before {
    left: -0.85rem;
    right: auto;
}

@media( max-width: 1279px) {
    .nav-list li {
        margin-left: 0.3rem;
    }
}

@media( min-width: 1024px) {
    .swiper-slide:hover {
        width: 4.6rem!important;
    }

    .swiper-slide:hover .swiper-tt {
        left: 0.6rem;
        top: 5.35rem;
        right: 0.2rem;
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: auto;
    }

    .veryhard.active {
        transform: translate(-2.3rem,0);
    }

    .flex-nav {
        display: block!important;
    }

    .team-ul li a:hover {
        font-weight: bold;
    }
}

@media( max-width: 1024px) {
.nav-b{font-size:12px;}
    .header-a a,.header-a span {
        display: none;
    }

    .container {
        width: 750px;
        padding: 0 15px;
    }

    .banner {
        position: relative;
        height: auto;
        top: 50px;
    }

    .banner a, .banner div {
        height: auto;
    }

    .banner a div {
        padding-top: 41%;
    }

    .top-box {
        height: auto;
overflow: hidden;
    margin-bottom: 30px;
    }

    .box-bottm-left {
        width: auto;
        height: auto;
        float: none!important;
        margin: 0 15px 15px 15px;
    }

    .box-bottom-tt:after {
        width: 30px;
        height: 30px;
        background-size: 100% auto;
        bottom: -15px;
    }

    .box-bottom-tt:before {
        width: 80px;
    }

    .box-bottom-b {
        font-size: 16px;
    }

    .box-bottom-tt {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .top-box-bottom {
        margin: 0 auto;
    }

    .bottom-ul {
        width: 100%;
        padding: 0 5px;
    }

    .bottom-ul li a {
        height: auto;
        padding: 30px 0;
        font-size: 18px;
        box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .bottom-ul li {
        transform: translate(0,0)!important;
        padding: 0 10px;
    }

    .bottom-ul li a span img {
        width: 40px;
    }

    .bottom-ul li a span {
        height: 40px;
    }

    .one-left {
        width: 100%;
    }

    .one-date {
        font-size: 42px;
    }

    .one-date-r span {
        font-size: 16px;
    }

    .one-right-tt {
        font-size: 18px;
        margin-top: 15px;
        line-height: 30px;
    }

    .one-img {
        width: 100%;
    }

    .img-a {
        height: auto;
        padding-top: 56.25%;
    }

    .one-right-sm {
        width: 100%;
        margin-top: 15px;
        height: auto;
        padding-bottom: 15px;
    }

    .one-right-p {
        font-size: 14px;
        line-height: 25px;
        margin-top: 10px;
    }

    .raw-a {
        height: 8px;
        margin-top: 10px;
    }

    .one-ul-img {
        height: auto;
        padding-top: 58%;
    }

    .one-ul-p {
        font-size: 16px;
        margin-top: 10px;
    }

    .one-ul-mask {
        padding: 30px 15px 15px 15px;
    }

    .one-ul-date {
        font-size: 14px;
    }

    .one-ul-date span {
        font-size: 22px;
    }

    .one-ul li {
        margin-top: 15px;
    }

    .one-right {
        width: 100%;
        margin-top: 30px;
    }

    .dt-ul li a {
        height: 100px;
        padding-top: 20px;
        padding-left: 110px;
    }

    .dt-ul-date .one-date {
        font-size: 42px;
    }

    .dt-ul-date .one-date-r {
        font-size: 12px;
    }

    .dt-ul-date .one-date-r span {
        font-size: 18px;
    }

    .dt-ul-date {
        left: 15px;
        top: 25px;
    }

    .dt-ul-tt {
        font-size: 16px;
        line-height: 30px;
    }

    .dt-ul li a:hover {
        padding-top: 20px;
    }

    .dt-ul li a:hover .dt-ul-date {
        top: 25px;
    }

    .dt-ul li a:hover i {
        width: 29px;
        height: 6px;
        right: 20px;
        bottom: 20px;
    }

    .team-row .col-xs-4 {
        width: 100%!important;
        margin-bottom: 15px;
    }

    .team-ul {
        width: 100%!important;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        height: auto;
    }

    .team-row-back {
        padding: 30px;
        height: auto;
    }

    .team-top {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
    }

    .team-top-tt i img {
        width: 48px;
    }

    .team-top-tt {
        font-size: 24px;
        line-height: 48px;
        padding-left: 60px;
    }

    .team-top-p {
        font-size: 16px;
        line-height: 25px;
        margin-top: 15px;
    }

    .team-ul li {
        padding-right: 15px;
        margin-bottom: 15px;
        width: 25%!important;
    }

    .team-ul li a {
        font-size: 16px;
    }

    .team-ul {
        margin-top: 20px;
    }

    .team-row .col-xs-4.on .team-top-tt i {
        width: 48px;
        left: 0;
    }

    .team-row .col-xs-4.on .team-top-tt {
        padding-top: 0;
        text-align: left;
        padding-left: 60px;
    }

    .team-row .col-xs-4.on .team-ul {
        width: 100%!important;
        text-align: left;
    }

    .team-row .col-xs-4.on .team-top-p {
        display: block;
    }

    .three-left {
        width: 100%;
    }

    .three-right {
        width: 100%;
    }

    .three-right-link li a {
        line-height: 1;
        font-size: 16px;
        padding: 10px 25px;
        border-radius: 4px;
    }

    .three-right-slick .slick-prev {
        width: 40px;
        height: 40px;
        margin-left: -50px;
    }

    .three-right-slick .slick-next {
        width: 40px;
        height: 40px;
        margin-right: -50px;
    }

    .three-right-slick {
        padding-bottom: 60px;
    }

    .three-slick-img div,.three-slick-img {
        width: 250px;
        height: 320px;
    }

    .three-slick-top {
        background: none;
        width: 250px;
        float: left;
        padding: 0;
    }

    .three-slick-label {
        font-size: 18px;
        line-height: 30px;
        padding: 0 15px;
        left: 50%;
        transform: translate(-50%,0);
        bottom: 15px;
    }

    .three-slick-bottom-left {
        width: 100%;
    }

    .three-slick-bottom {
        float: left;
        width: 470px;
        padding-left: 30px;
        margin-left: 0;
    }

    .three-slick-name {
        font-size: 24px;
    }

    .three-slick-zw {
        font-size: 18px;
        margin-top: 10px;
    }

    .three-slick-bottom-right {
        width: 100%;
        margin-top: 20px;
    }

    .three-slick-zr {
        font-size: 16px;
    }

    .three-slick-p {
        font-size: 14px;
        line-height: 25px;
        margin-top: 10px;
    }

    .three-slick .slick-dots {
        right: 50px;
        width: 340px;
        bottom: 18px;
    }

    .three-slick .slick-prev {
        right: 400px;
        width: 40px;
        height: 40px;
    }

    .three-slick .slick-next {
        right: 0;
        width: 40px;
        height: 40px;
    }

    .three-slick {
        padding-bottom: 0;
    }

    .jc-box {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .zt-left {
        width: 100%;
    }

    .zt-left a div {
        height: auto;
        padding-top: 113%;
    }

    .zt-right {
        width: 100%;
        margin-top: 30px;
    }

    .logo-b {
        width: 100%;
        text-align: center;
    }

    .logo-b img {
        width: 250px;
    }

    .footer {
        padding-top: 25px;
    }

    .down-link {
        width: 180px;
        font-size: 14px;
        padding: 8px 12px;
    }

    .footer-center {
        margin-top: 20px;
        margin-left: 0;
    }

    .down-link span {
        background-size: 8px auto;
    }

    .down-link span font {
        padding-left: 20px;
        background-size: 12px auto;
    }

    .footer-right a img {
        width: 40px;
    }

    .footer-right a {
        margin-left: 10px;
    }

    .footer-right a span {
        width: 100px;
    }

    .footer-right {
        margin-top: 8px;
    }

    .footer-p span {
        font-size: 14px;
        margin: 0 15px;
    }

    .footer-bottom {
        font-size: 14px;
        padding: 10px 0;
        margin-top: 20px;
    }

    .banner {
        margin-bottom: 15px;
    }

    .header {
        height: 50px;
        padding-left: 15px;
        min-height: 50px;
        padding-right: 50px;
    }

    .logo {
        line-height: 50px;
    }

    .logo img {
        width: auto;
        height: 40px;
    }

    .nav-list {
        display: none;
    }

    .btn-click {
        width: 50px;
    }

    .btn-click:before {
        background-size: 25px auto!important;
    }

    .nav-back {
        background: #fff;
        top: 50px;
        bottom: 0;
        height: auto;
        padding-top: 0;
        border-top: solid 1px #ddd;
    }

    .flex-box {
        display: block;
        margin: 0;
    }

    .flex-tt {
        margin: 0;
        position: relative;
        line-height: 50px;
        border-bottom: solid 1px #eee;
        font-size: 16px;
        padding: 0 15px;
        color: #333;
    }

    .flex-nav {
        display: none;
    }

    .flex-nav li {
        margin: 0;
    }

    .flex-nav li a {
        font-size: 14px;
        line-height: 40px;
        padding-left: 25px;
        color: #333;
    }

    .flex-nav {
        border-bottom: solid 1px #eee;
    }

    .flex-tt .caret {
        display: block;
        position: absolute;
        right: 20px;
        top: 50%;
        font-size: 24px;
        margin-top: -4px;
    }

    .navShow .logo img {
        display: inline-block;
    }

    .navShow .logo img.logo-t {
        display: none;
    }

    .nav-back .header-a {
        display: block;
        text-align: center;
        border-bottom: solid 1px #eee;
        padding: 10px 0;
    }

    .nav-back .header-a a {
        display: inline-block;
        font-size: 14px;
        margin: 0 10px;
    }

    .header-a a.link-a {
        padding-left: 20px;
        background-size: 14px auto;
    }

    .jc-center a {
        padding-left: 1rem;
    }

    .jc-box {
        margin-left: 0;
        margin-right: 0;
    }

    .three-left {
        height: 320px;
        margin-top: 0;
    }

    .tabs-ul li a,.one-right .tabs-ul li a {
        font-size: 24px;
        line-height: 48px;
        height: 48px;
    }

    .title {
        font-size: 28px;
    }

    .title-box span {
        width: 48px;
        margin-top: -23px;
    }

    .title-box {
        padding-left: 60px;
        line-height: 48px;
        height: 48px;
        margin-bottom: 30px;
    }

    .title {
        line-height: 48px;
        height: 48px;
    }

    .tabs-ul li.active a {
        font-size: 28px;
        line-height: 48px;
        height: 48px;
        padding-left: 60px;
    }

    .tabs-ul li.active a i {
        width: 48px;
    }

    .tabs-more {
        font-size: 16px;
        width: 68px;
        padding-top: 20px;
        top: -75px;
    }

    .tabs-ul {
        margin-bottom: 30px;
    }

    .three-box-top {
        position: static;
        width: 100%;
    }

    .three-tabs li {
        float: none;
        display: inline-block;
        text-align: center;
        margin: 0 15px;
    }

    .three-tabs li a {
        font-size: 18px;
    }

    .three-tabs li.active a {
        font-size: 24px;
    }

    .three-tabs {
        text-align: center;
    }

    .three-right-link {
        padding-top: 30px;
    }

    .three-box .tabs-more {
        top: -100px;
    }

    .page-three {
        padding-top: 15px;
    }

    .flex-tt a {
        color: #333;
    }

    .cross span {
        transform: rotate(180deg);
    }

    body {
        padding-top: 50px;
    }

    .mySwiper {
        left: 0;
        width: auto;
        right: 0;
        margin-right: -15px;
    }

    .swiper-slide {
        padding-right: 15px;
    }

    .list-banner-nav li a {
        font-size: 15px;
        line-height: 28px;
        padding: 0 5px;
    }

    .list-banner-center {
        bottom: 60px;
    }

    .zj-title {
        font-size: 24px;
        line-height: 36px;
    }

    .zj-slick .slick-prev,.zj-slick .slick-next {
        width: 30px;
        height: 30px;
    }

    .zj-slick .slick-dots {
        bottom: 12px;
    }

    .zj-slick {
        padding-bottom: 50px;
    }

    .zj-slick-img div {
        height: auto;
        padding-top: 129%;
    }

    .zj-slick-tt {
        font-size: 18px;
        margin-top: 15px;
    }

    .zj-slick-p p {
        margin-top: 5px;
    }

    .xq-slick-l {
        width: 100%;
    }

    .xq-slick-img {
        height: auto;
        padding-top: 65%;
    }

    .xq-slick-right {
        width: 100%;
        margin: 0;
        padding: 25px;
        height: auto;
    }

    .xq-slick-tt {
        font-size: 18px;
    }

    .xq-slick-p {
        font-size: 14px;
        line-height: 25px;
    }

    .team-list li {
        width: 33.333333%;
    }

    .tabs-ys li a {
        font-size: 18px;
    }

    .tabs-ys li {
        margin: 0px 15px 15px 0;
    }

    .chooise-ul li a {
        font-size: 16px;
        line-height: 38px;
        padding: 0 20px;
    }

    .chooise-ul li {
        margin: 0 10px 10px 0;
    }

    .chooise-box {
        padding: 20px 10px 10px 20px;
    }

    .dt-list-img {
        left: 20px;
    }

    .dt-list-img div {
        width: 170px;
        height: 120px;
    }

    .dt-list li a {
        padding-left: 210px;
        padding-top: 25px;
        padding-right: 25px;
        height: 162px;
        margin-bottom: 20px;
    }

    .dt-list li a:before {
        border-radius: 4px;
    }

    .dt-list-tt {
        font-size: 16px;
    }

    .dt-list-p {
        font-size: 14px;
        margin-top: 10px;
    }

    .dt-list-date {
        font-size: 14px;
        margin-top: 15px;
        padding-left: 25px;
        background-size: 14px auto;
    }

    .contact-img {
        width: 100%;
        text-align: center;
    }

    .contact-img img {
        width: 100%;
    }

    .contact-right {
        width: 100%;
        margin-top: 20px;
        padding: 30px;
    }

    .contact-right p {
        font-size: 16px;
        padding-left: 40px;
        margin-bottom: 15px;
    }

    .contact-right p i img {
        width: 23px;
    }

    .zj-img-left div {
        height: auto;
        padding-top: 137%;
    }

    .zj-img-left:before {
        width: 140px;
        height: 140px;
    }

    .zj-right-name {
        font-size: 18px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .zj-right-name span {
        font-size: 24px;
    }

    .zj-right-p p {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .zj-txt-p p {
        font-size: 14px;
        line-height: 25px;
    }

    .zj-txt-p {
        margin-top: 20px;
    }

    .gk-list li a {
        height: 80px;
        border-radius: 4px;
    }

    .gk-list li a p {
        font-size: 16px;
        left: 100px;
    }

    .gk-date {
        font-size: 14px;
        left: 15px;
    }

    .gk-date span {
        font-size: 20px;
        margin-bottom: 0;
    }

    .gk-list li a:before {
        left: 85px;
        height: 40px;
    }

    .acticle-tt {
        font-size: 18px;
    }

    .article-sm span {
        font-size: 14px;
        margin: 0 10px;
    }

    .list-banner {
        margin-top: 0;
    }

    .article-p p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .article-p {
        margin-top: 15px;
        padding-top: 15px;
    }


    .logo-yd {
        position: fixed;
        left: 20px;
        top: 20px;
    }

    .link-tow-img img, .link-one img {
        width: 115px;
    }

    .logo-yd-a img {
        width: 120px;
    }

    .yd-right {
        position: fixed;
        height: 556px;
        zoom:0.8; margin-top: 0px;
        right: 210px;
        top: 100px;
        width: 565px;
    }

    .link-one {
        position: absolute;
        border-radius: 8px;
        left: 0;
        top: 0;
        width: 187px;
        height: 368px;
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
        background: url(../images/back-a01.png) center no-repeat;
        background-size: cover;
        text-align: center;
        padding-top: 66px;
    }

    .link-one font {
        font-size: 20px;
        margin: 10px 0 5px 0;
        display: inline-block;
        font-weight: bold;
    }

    .link-tow {
        position: absolute;
        right: 0;
        top: 0;
        width: 366px;
        height: 176px;
        border-radius: 8px;
        overflow: hidden;
    }

    .link-tow:before {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.2);
        border: solid 1px #fff;
    }

    .link-tow-img {
        position: absolute;
        left: 30px;
        top: 0;
        bottom: 0;
        line-height: 176px;
    }

    .link-top-tt {
        text-transform: uppercase;
        font-size: 12px;
        color: #999;
        text-align: center;
        position: absolute;
        left: 140px;
        right: 0;
        top: 50%;
        transform: translate(0,-50%);
    }

    .link-top-tt span {
        font-size: 20px;
        color: #333;
        font-weight: bold;
        display: inline-block;
        margin-bottom: 5px;
    }

    .logo-yd-a {
        position: absolute;
        left: 225px;
        top: 220px;
    }

    .link-tow-right {
        position: absolute;
        transition: 0.3s all;
        left: 100%;
        top: 0;
        color: #fff;
        bottom: 0;
        width: 100%;
        background: url(../images/yd-back02.png) center no-repeat;
        background-size: cover;
    }

    .link-tow:hover .link-tow-right {
        left: 0;
    }

    .link-tow-right .link-top-tt,.link-tow-right .link-top-tt span {
        color: #fff;
    }

    .link-three {
        left: 0;
        top: auto;
        bottom: 0;
        width: 368px;
        height: 174px;
    }

    .link-four {
        right: 0;
        bottom: 0;
        top: auto;
        left: auto;
        width: 188px;
        height: 368px;
    }

    .link-four .link-tow-img {
        left: 0;
        right: 0;
        line-height: 1;
        text-align: center;
        top: 66px;
    }

    .link-four .link-top-tt {
        left: 0;
        right: 0;
        top: 196px;
        transform: translate(0,0);
    }

    .link-four .link-tow-right {
        background: url(../images/back-a01.png) center no-repeat;
        background-size: cover;
    }

    .yd-ewm {
        position: fixed;
        right: 15px;
        top: 50%;
        transform: translate(0,-50%);
    }

    .yd-ewm li {
        margin: 10px 0;
        position: relative;
    }

    .yd-ewm li a img {
        box-shadow: 0 0 6px rgba(0,0,0,0.2);
        border-radius: 50%;
    }

    .yd-ewm li a {
        position: relative;
    }

    .yd-ewm li span {
        position: absolute;
        display: none;
        padding: 10px;
        right: 100%;
        top: 50%;
        width: 85px;
        height: 78px;
        background: url(../images/ewm-back.png) center no-repeat;
        margin-top: -39px;
    }

    .yd-ewm li span img {
        width: 57px;
        height: 57px;
    }

    .yd-ewm li:hover span {
        display: block;
    }

    .footer-yd {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .zj-news-img div {
        width: 107px;
        height: 133px;
    }

    .zj-news-right {
        width: 180px;
    }

    .team-news-list li {
        padding: 0 15px;
        margin-top: 30px;
    }

    .team-news-list {
        margin: 0 -15px;
        padding-bottom: 30px;
    }

    .team-news-list li a {
        height: auto;
        padding: 20px;
    }

    .team-list-top-name {
        font-size: 16px;
        line-height: 16px;
    }

    .team-list-zw {
        font-size: 14px;
        line-height: 16px;
        /* margin-left: 10px; */
    }

    .team-list-right p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
        height: 60px;
    }

    .tema-news-more {
        font-size: 14px;
        line-height: 34px;
        margin-top: 10px;
        border-radius: 20px;
        padding: 0 15px;
        width: auto;
    }
}

@media( max-width: 767px) {
    .team-ul li {
        width: 50%!important;
    }

    .dropdown-menu > li > a {
        font-size: 14px;
    }

    .layer .search_box {
        margin-top: 50px;
    }

    .container {
        width: 100%;
    }

    .top-box-bottom {
        width: 100%;
    }

    .bottom-ul li {
        width: 50%;
        margin-bottom: 10px;
    }

    .bottom-ul li a {
        padding: 20px 0;
        font-size: 16px;
    }

    .one-ul li {
        width: 100%;
    }

    .team-top-p {
        font-size: 14px;
        margin-top: 10px;
    }

    .team-ul li a {
        font-size: 14px;
    }

    .team-ul li {
        width: 33.333333%;
    }

    .team-top-tt {
        font-size: 18px;
        line-height: 36px;
        padding-left: 45px;
    }

    .team-top-tt i img {
        width: 36px;
    }

    .team-row-back {
        padding-bottom: 15px;
    }

    .three-right-link li a {
        font-size: 14px;
        padding: 6px 15px;
    }

    .three-slick-top {
        float: none;
        margin: 0 auto;
    }

    .three-slick-bottom {
        float: none;
        width: 100%;
        padding: 0;
    }

    .three-slick {
        padding-bottom: 50px;
        margin-bottom: 20px;
    }

    .three-slick .slick-dots {
        width: auto;
        left: 50px;
        right: 50px;
    }

    .three-slick .slick-prev {
        left: 0;
    }

    .footer-center .pull-left {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .down-link {
        width: 100%;
    }

    .footer-center {
        width: 100%;
    }

    .footer-right {
        width: 100%;
        text-align: center;
    }

    .footer-right a {
        display: inline-block;
        float: none;
        margin: 0 15px;
    }

    .footer-p {
        text-align: center;
        margin-top: 15px;
    }

    .footer-lind {
        margin-top: 15px;
    }

    .footer-bottom span {
        display: inline-block;
    }


    .link-tow-img img, .link-one img {
        width: auto;
    }

    .logo-yd {
        left: 0;
        top: 0;
        padding: 15px;
    }

    .logo-yd img {
        width: 200px;
    }

    .yd-right {
        position: relative;
        zoom:1; margin-bottom: 80px;
        height: auto;
        left: 0px;
        right: 0px;
        transform: translate(0,0);
        width: 100%;
        padding: 0 15px;
        top: 0;
        margin-top: 20px;
    }

    .link-one {
        position: relative;
        margin-bottom: 15px;
        display: block;
        width: 48%;
        height: auto;
        padding: 25px 0;
    }

    .link-tow {
        position: relative;
        height: 120px;
        margin-bottom: 15px;
        display: block;
        width: 100%;
    }

    .link-tow-img {
        line-height: 120px;
    }

    .link-four {
        position: absolute;
        top: 0;
        right: 15px;
        width: auto;
        left: 48%;
        margin-left: 15px;
        height: 190px;
        padding: 25px 0;
    }

    .link-four .link-tow-img {
        top: 25px;
    }

    .link-four .link-top-tt {
        top: 116px;
    }

    .logo-yd-a {
        display: none;
    }

    .footer-yd {
        z-index: 10;
        margin-top: 20px;
    }

    .yd-ewm {
        display: none;
    }

    .link-tow-img img {
        height: 80px;
    }

    .link-one span img {
        height: 80px;
    }

    .three-right-link li {
        padding: 0 3px;
        margin-bottom: 6px;
    }

    .three-right-link {
        margin: 0 -3px;
        padding-top: 20px;
    }

    .three-tabs li a {
        font-size: 16px;
    }

    .three-tabs li.active a {
        font-size: 18px;
    }

    .three-slick {
        left: 0;
    }

    .three-left {
        height: 550px;
        margin-top: 15px;
    }

    .three-slick-bottom-left {
        text-align: center;
    }

    .jc-left,.jc-center,.jc-right {
        margin: 0;
        width: 33.333333%;
        padding: 0 10px;
    }

    .jc-left a,.jc-center a,.jc-right a {
        width: 100%;
        height: auto;
        padding-top: 100%;
        font-size: 16px;
        position: relative;
    }

    .jc-left a span,.jc-center-tt,.jc-right a span {
        text-align: center;
        font-size: 14px;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translate(0,-50%);
    }

    .jc-center-lind,.jc-center-p,.raw-c,.jc-box-lind {
        display: none;
    }

    .center-tt {
        text-align: left;
    }

    .tabs-ul li a, .one-right .tabs-ul li a {
        font-size: 18px;
    }

    .tabs-ul li.active a {
        font-size: 24px;
    }

    .tabs-ul li {
        margin-right: 10px;
    }

    .one-left .tabs-more {
        top: -50px;
    }

    .tabs-ul {
        margin: 10px 0 20px 0;
    }

    .title {
        font-size: 24px;
    }

    .title-box {
        margin-bottom: 20px;
    }

    .three-box .tabs-more {
        top: -87px;
    }

    .jc-box {
        margin-bottom: 20px;
    }

    .page-four .tabs-more {
        top: -67px;
    }

    .zt-a {
        height: 250px;
    }

    .zt-right {
        height: 250px;
        margin-top: 20px;
    }

    .swiper-tt {
        font-size: 16px;
        line-height: 20px;
    }

    .about-p p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .list-banner-center {
        position: static;
        display: none;
    }

    .list-banner {
        margin-top: 3.5em;
        height: auto;
    }

    .list-back {
        padding: 20px 0;
    }

    .about-list li {
        margin-top: 0;
    }

    .one-left .tab-content {
        padding-top: 40px;
    }

    .ks-title {
        font-size: 18px;
        line-height: 30px;
        padding-left: 40px;
    }

    .ks-title i img {
        width: 30px;
    }

    .ks-list li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .ks-list li a {
        font-size: 14px;
        line-height: 32px;
        border-radius: 4px;
    }

    .ks-list {
        margin: 0 -5px;
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .zj-slick .slick-prev {
        left: 10px;
        margin: 0;
    }

    .zj-slick .slick-next {
        right: 10px;
        margin: 0;
    }

    .zj-slick .slick-slide {
        padding: 0 5px;
    }

    .zj-slick {
        margin: 0 -5px;
    }

    .zj-slick .slick-dots {
        width: 60%;
        left: 20%;
        margin-left: 0;
    }

    .zj-title {
        margin: 20px 0;
    }

    .team-list li {
        width: 50%;
        margin-bottom: 10px;
    }

    .chooise-ul li a {
        font-size: 14px;
        line-height: 34px;
        padding: 0 15px;
    }

    .chooise-box {
        padding: 15px 5px 5px 15px;
    }

    .dt-list-img {
        position: static;
        width: 170px;
        margin: 0 auto;
        transform: translate(0,0);
    }

    .dt-list li a {
        height: auto;
        padding: 20px;
    }

    .dt-list-tt {
        margin-top: 15px;
    }

    .dt-list li a {
        margin-bottom: 15px;
    }

    .hj-list li {
        width: 50%;
        margin-top: 10px;
        padding: 0 5px;
    }

    .hj-title {
        font-size: 24px;
        margin: 0 0 10px 0;
    }

    .hj-list-img div {
        height: auto;
        padding-top: 75%;
    }

    .hj-list-tt {
        font-size: 14px;
        padding: 10px 0;
    }

    .yh-list li {
        width: 50%;
        padding: 0 8px;
        margin-bottom: 15px;
    }

    .yh-list-img div {
        height: auto;
        padding-top: 57%;
    }

    .ys-list-tt {
        font-size: 14px;
        margin-top: 10px;
    }

    .yh-list {
        margin: 0 -8px;
    }

    .contact-right {
        padding: 20px;
    }

    .contact-right p {
        font-size: 14px;
    }

    .zj-img-left {
        width: 200px;
        float: none!important;
        margin: 10px auto 0 auto;
        padding: 0 0 10px 10px;
    }

    .zj-right {
        width: 100%;
        margin-top: 10px;
    }

    .zj-right-name {
        text-align: center;
        background-size: 30px auto;
    }

    .ry-tabs li {
        margin-right: 20px;
    }

    .ry-tabs li a {
        font-size: 16px;
        padding: 6px 0 10px 0px;
        line-height: 20px;
    }

    .ry-tabs li.active a {
        font-size: 18px;
        border-width: 2px;
    }

    .ry-tabs li.active a:before {
        width: 30px;
        height: 30px;
        left: 0px;
        top: 0px;
    }

    .ry-tabs {
        margin-left: 0px;
        margin-bottom: 15px;
    }

    .ry-tabs:before {
        width: 40px;
        height: 40px;
        background-size: 100% auto;
        bottom: 10px;
    }

    .ry-list li {
        width: 50%;
        padding: 0 8px;
        margin-bottom: 15px;
    }

    .ry-list {
        margin: 0 -8px;
        padding-bottom: 10px;
    }

    .ry-img div div {
        height: auto;
        padding-top: 63%;
    }

    .ry-img {
        border-radius: 4px;
        padding: 6px;
    }

    .ry-tt {
        font-size: 14px;
        margin-top: 10px;
    }

    .ry-back {
        padding: 25px 0;
    }

    .list-banner-nav li a {
        font-size: 14px;
        padding: 0 0.4rem;
        line-height: 28px;
    }

    .gk-list li {
        width: 100%;
        margin-bottom: 15px;
    }

    .gk-list li a {
        height: 80px;
    }

    .center-tt .tabs-more {
        margin-top: -15px;
    }

    .team-list-ul li {
        width: 100%;
        margin-bottom: 15px;
        margin-top: 0;
    }

    .team-list-top {
        /* height: 40px; */
        left: 100px;
        /* line-height: 40px; */
        /* padding:0 15px; */
    }

    .team-list-top-name {
        font-size: 16px;
    }

    .team-list-zw {
        font-size: 14px;
        /* margin-left: 15px; */
    }

    .team-img {
        width: 100px;
    }

    .team-img div {
        height: 124px;
    }

    .team-list-ul li a {
        height: 124px;
        border-radius: 4px;
    }

    .team-list-right {
        left: 100px;
        top: 40px;
        /* padding:10px; */
    }

    .team-list-right p {
        font-size: 14px;
        line-height: 20px;
        -webkit-line-clamp: 3;
    }

    .team-list-ul {
        padding-bottom: 0;
    }

    .team-news-list li {
        width: 100%;
        margin-top: 15px;
    }

    .zj-news-img {
        position: absolute;
        left: 20px;
        top: 20px;
    }

    .team-news-list li a {
        position: relative;
        height: 173px;
        padding-left: 145px;
    }

    .zj-news-right {
        width: 100%;
    }

    .zj-news-img:before {
        left: 5px;
        top: 5px;
        border-radius: 5px;
    }

    .ls-ul-width {
        width: 100%;
        text-align: left;
        padding: 0 0 0 20px!important;
    }

    .ls-ul li {
        margin-bottom: 30px;
        margin-top: 0!important
    }

    .ls-ul-tt {
        font-size: 24px;
    }

    .ls-ul-p {
        font-size: 14px;
        margin-top: 10px;
    }

    .ls-ul-width .row {
        margin-top: 10px;
    }

    .ls-ul-tt:before {
        left: 0;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        left: -30px!important;
    }

    .ls-ul:before {
        left: 0;
    }

    .ls-ul {
        padding: 5px 0 1px 0;
    }
}

@media( max-width: 640px) {
    .layer .search_box {
        width:100%;
    }
}