﻿@charset "utf-8";
#banner {
    width: 100%;
    height: 470px;
    background: #fafafa no-repeat center/cover;
}
#banner .wrap {
    position: relative;
    top: 41.6%;
    left: -10px;
    font-size: 4.2rem;
    color: #2b2b2b;
}
#banner .wrap>span {
    display: inline-block;
}
#space {
    height: 100px;
}

@media (max-width:1279px) { /*mp*/
#banner {
    display: none;
}
#mp-head {
    background: #00468D;
    height: 80px;
}
#space {
    height: 120px;
}
}
/* 栏目菜单 */
#child {
    background: none;
    padding: 0;
    position: relative;
    top: -54px;
}
#child .wrap>a {
    width: 20%;
}

@media (max-width:1279px) { /*mp*/
#child .wrap {
    height: 48px;
}
#child .wrap>a {
    line-height: 47px;
    font-size: 1.4rem;
}
#child .wrap>a::after {
    height: 1.3rem;
    top: 17px;
}
}
/* 简介 */
#about {
    padding: 30px 0 0 0;
}
#about .m1 {
    position: relative;
    padding-bottom: 260px;
}
#about .m1::after {
    content: '';
    display: block;
    width: 100%;
    height: 220px;
    /*background: rgba(0,70,141, .92);*/
	background:#F3F3F3;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
#about .m1>.wrap>.tit {
    font-size: 4rem;
    color: #2b2b2b;
	font-weight:300;
}
#about .m1>.wrap>.tit-en {
    color: #bbb;
    font-size: 1.5rem;
    margin-top: 12px;
}
#about .m1>.wrap>.desc {
    margin: 60px 0;
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 1.9;
    max-width: 55%;
}
#about .m1>.wrap .box {
    max-width: 55%;
    display: flex;
    flex-wrap: wrap;
}
#about .m1>.wrap .box .item {
    width: 50%;
    margin-bottom: 50px;
}
#about .m1>.wrap .box .item .tit i {
    font-size: 3.5rem;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
	color:#00468D;
}
#about .m1>.wrap .box .item .tit .icon-nianling {
    font-size: 3rem;
}
#about .m1>.wrap .box .item .tit .icon-zhishichanquanguanli {
    font-size: 3.2rem;
}
#about .m1>.wrap .box .item .tit .icon-zhengshu {
    font-size: 3.8rem;
}
#about .m1>.wrap .box .item .num {
    font-size: 4.2rem;
    font-weight: 700;
    vertical-align: middle;
}
#about .m1>.wrap .box .item .plus {
    font-size: 3rem;
    vertical-align: middle;
    font-weight: bold;
    position: relative;
    top: -4px;
}
#about .m1>.wrap .box .item .desc {
    max-width: 260px;
    margin: 15px 0 0 0;
    line-height: 1.6;
    font-size: 1.6rem;
    font-weight: 300;
}
#about .m1 .brand {
    width: 100%;
    height: 220px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
#about .m1 .brand>.wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
#about .m1 .brand>.wrap .slogan {
    color: #00468D;
    font-size: 3.8rem;
}
#about .m1 .brand>.wrap .slogan span {
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
    letter-spacing: .1rem;
    position: relative;
    top: -4px;
}
#about .m1 .brand>.wrap .slogan i {
    font-style: normal;
    font-size: 1.2rem;
    vertical-align: middle;
    display: inline-block;
    margin: 0 25px;
    position: relative;
    top: -4px;
}
#about .m2 {
    padding: 100px 0 0 0;
}
#about .m2 .wrap {
    padding-bottom: 100px;
    /*background: url('../img/about-m2.jpg') no-repeat center bottom/100% auto;
    display: flex;
    justify-content: space-between;
    align-items: center;*/
}
#about .m2 .wrap .l {
    width: 100%;
}
#about .m2 .wrap .tit {
    font-size: 4rem;
    color: #2e2d3c;
	font-weight: 300;
}
#about .m2 .wrap .con {
    font-size: 1.6rem;
    margin-top: 40px;
    line-height: 2.1;
}
#about .m2 .wrap .con p {
    font-size: 1.6rem;
    line-height: 2.1;
    font-weight: 300;
}
#about .m2 .wrap .r {
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#about .m2 .wrap .r>.img {
    width: 23%;
    height: 0;
    padding-bottom: 23%;
    margin-right: 2%;
    box-sizing: border-box;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}
#about .m2 .wrap .r>.img:nth-child(4n) {
    margin-right: 0;
}
#about .m2 .wrap .r>.img>img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media (max-width:1679px) { /*1440*/
#about .m1>.wrap>.tit {
    font-size: 3.6rem;
}
#about .m1>.wrap>.tit-en {
    font-size: 1.4rem;
}
#about .m1>.wrap>.desc {
    font-size: 1.6rem;
}
#about .m1>.wrap .box .item .tit i {
    font-size: 3.4rem;
}
#about .m1>.wrap .box .item .tit .icon-nianling {
    font-size: 2.8rem;
}
#about .m1>.wrap .box .item .tit .icon-zhishichanquanguanli {
    font-size: 3rem;
}
#about .m1>.wrap .box .item .tit .icon-zhengshu {
    font-size: 3.6rem;
}
#about .m1>.wrap .box .item .num {
    font-size: 4rem;
}
#about .m1>.wrap .box .item .plus {
    font-size: 2.8rem;
}
#about .m1>.wrap .box .item .desc {
    font-size: 1.5rem;
}
#about .m2 .wrap .con {
    font-size: 1.5rem;
}
#about .m2 .wrap .con p {
    font-size: 1.5rem;
}
}

@media (max-width:1439px) { /*1366*/
#banner {
    height: 450px;
}
#about .m1>.wrap>.desc {
    font-size: 1.5rem;
}
#about .m1>.wrap .box .item .tit i {
    font-size: 3.2rem;
}
#about .m1>.wrap .box .item .tit .icon-nianling {
    font-size: 2.6rem;
}
#about .m1>.wrap .box .item .tit .icon-zhishichanquanguanli {
    font-size: 2.8rem;
}
#about .m1>.wrap .box .item .tit .icon-zhengshu {
    font-size: 3.4rem;
}
#about .m1>.wrap .box .item .num {
    font-size: 3.6rem;
}
#about .m1>.wrap .box .item .plus {
    font-size: 2.6rem;
}
#about .m1>.wrap .box .item .desc {
    font-size: 1.4rem;
}
#about .m2 .wrap .con {
    font-size: 1.4rem;
}
#about .m2 .wrap .con p {
    font-size: 1.4rem;
}
}

@media (max-width:1365px) { /*1280*/
}

@media (max-width:1279px) { /*mp*/
#about {
    padding: 0 15px 0 15px;
}
#about .m1 {
    background: none;
    padding-bottom: 180px;
}
#about .m1::after {
    height: 150px;
}
#about .m1>.wrap>.tit {
    font-size: 3.2rem;
}
#about .m1>.wrap>.tit-en {
    font-size: 1.2rem;
    margin-top: 6px;
}
#about .m1>.wrap>.desc {
    margin: 30px 0;
    font-size: 1.5rem;
    line-height: 1.7;
    max-width: unset;
}
#about .m1>.wrap .box {
    max-width: unset;
    display: flex;
    flex-wrap: wrap;
}
#about .m1>.wrap .box .item {
    width: 50%;
    margin-bottom: 30px;
}
#about .m1>.wrap .box .item .tit {
    height: 32px;
}
#about .m1>.wrap .box .item .tit i {
    font-size: 2.6rem;
    width: 36px;
}
#about .m1>.wrap .box .item .tit .icon-nianling {
    font-size: 2.1rem;
}
#about .m1>.wrap .box .item .tit .icon-zhishichanquanguanli {
    font-size: 2.3rem;
}
#about .m1>.wrap .box .item .tit .icon-zhengshu {
    font-size: 2.9rem;
}
#about .m1>.wrap .box .item .num {
    font-size: 2.4rem;
}
#about .m1>.wrap .box .item .plus {
    font-size: 2.2rem;
    top: -2px;
}
#about .m1>.wrap .box .item .desc {
    max-width: unset;
    margin: 10px 15px 0 0;
    line-height: 1.6;
    font-size: 1.3rem;
}
#about .m1 .brand {
    height: 114px;
}
#about .m1 .brand>.wrap {
    display: block;
}
#about .m1 .brand>.wrap .slogan {
    font-size: 2rem;
    text-align: center;
    margin-top: 10px;
}
#about .m1 .brand>.wrap .slogan span {
    font-weight: bold;
}
#about .m1 .brand>.wrap .slogan i {
    transform: scale(.5);
    margin: 0 5px;
}
#about .m1 .brand>.wrap .slogan i:nth-of-type(2) {
    display: none;
}
#about .m1 .brand>.wrap .logo {
    text-align: center;
    padding-top: 20px;
}
#about .m1 .brand>.wrap .logo>img {
    height: 60px;
}
#about .m2 {
    padding: 50px 0 0 0;
}
#about .m2 .wrap {
    padding-bottom: 60px;
    display: block;
}
#about .m2 .wrap .l {
    width: 100%;
}
#about .m2 .wrap .tit {
    font-size: 3.2rem;
}
#about .m2 .wrap .con {
    font-size: 1.4rem;
    margin-top: 30px;
    line-height: 1.8;
}
#about .m2 .wrap .con p {
    font-size: 1.4rem;
    line-height: 1.8;
}
#about .m2 .wrap .r {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
#about .m2 .wrap .r>.img {
    width: 20%;
    height: 0;
    padding-bottom: 20%;
    margin-right: 5%;
    box-sizing: border-box;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}
}

/* 诚信与道德 */
#integrity {
    padding: 30px 0 0px 0;
}
#integrity .wrap>.tit {
    font-size: 3.9rem;
    color: #2b2b2b;
    text-align: center;
}
#integrity .wrap>.tit-en {
    color: #bbb;
    font-size: 1.5rem;
    margin-top: 12px;
    text-align: center;
}
#integrity .wrap .con {
    max-width: 1600px;
    margin: 50px auto;
    line-height: 1.8;
    border-top: 1px solid #999;
    padding-top: 40px;
    padding-left: 50px;
    padding-right: 50px;
}
#integrity .wrap .con p {
    font-size: 1.7rem;
    line-height: 1.8;
    margin-bottom: 25px;
}
#integrity .wrap .report {
    display: flex;
    justify-content: center;
    padding-top: 50px;
    border-top: 1px solid #999;
    max-width: 1000px;
    margin: 50px auto;
    padding-left: 50px;
    padding-right: 50px;
}
#integrity .wrap .report>a {
    display: inline-block;
    padding: 20px 50px;
    background: #eff1fa;
    margin: 0 20px;
    font-size: 1.8rem;
    color: #2e2d3c;
    transition: all .3s;
}
#integrity .wrap .report>a:hover {
    background: #00468D;
    color: #fff;
}
#integrity .wrap .report>a i {
    display: inline-block;
    margin-right: 8px;
    font-size: 1.9rem;
    color: #e51029;
    transition: all .3s;
}
#integrity .wrap .report>a:hover i {
    color: #fff;
}

@media (max-width:1679px) { /*1440*/
#integrity .wrap>.tit {
    font-size: 3.8rem;
}
#integrity .wrap>.tit-en {
    font-size: 1.4rem;
}
#integrity .wrap .con p {
    font-size: 1.6rem;
}
}

@media (max-width:1439px) { /*1366*/
#banner {
    height: 450px;
}
#integrity .wrap .con p {
    font-size: 1.5rem;
}
#integrity .wrap .report>a {
    font-size: 1.7rem;
}
#integrity .wrap .report>a i {
    font-size: 1.8rem;
}
}

@media (max-width:1365px) { /*1280*/
#integrity .wrap .report>a {
    font-size: 1.6rem;
}
#integrity .wrap .report>a i {
    font-size: 1.7rem;
}
}

@media (max-width:1279px) { /*mp*/
#integrity {
    padding: 0 15px 30px 15px;
}
#integrity .wrap>.tit {
    font-size: 2.6rem;
}
#integrity .wrap>.tit-en {
    font-size: 1.2rem;
}
#integrity .wrap .con {
    max-width: unset;
    margin: 25px auto;
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
}
#integrity .wrap .con p {
    font-size: 1.4rem;
}
#integrity .wrap .report {
    display: block;
    padding-top: 25px;
    margin: 30px auto;
    padding-left: 0;
    padding-right: 0;
}
#integrity .wrap .report>a {
    display: block;
    padding: 18px 18px 19px 18px;
    margin: 0 0 1px 0;
    font-size: 1.5rem;
    text-align: center;
}
#integrity .wrap .report>a i {
    display: inline-block;
    margin-right: 8px;
    font-size: 1.4rem;
}
#integrity .wrap .report>a:first-child {
    border-radius: 10px 10px 0 0;
}
#integrity .wrap .report>a:last-child {
    border-radius: 0 0 10px 10px;
}
}

#honor {
    padding: 30px 0 50px 0;
}
#honor .wrap>.tit {
    font-size: 4rem;
    color: #2b2b2b;
	font-weight: 300;
}
#honor .wrap>.tit-en {
    color: #bbb;
    font-size: 1.5rem;
    margin-top: 12px;
}
#honor .box {
    margin-top: 0px;
    background: url('../img/honor-letter.png') no-repeat center bottom/100% 100%;
}
#honor .box .swiper-container, #honor .box .swiper-wrapper {
    height: 100%;
    text-align: center;
}
#honor .box .swiper-slide {
    height: 100%;
    text-align: center;
}
#honor .box .swiper-slide a {
    display: block;
    margin: auto;
    height: 300px;
    padding: 60px 0;
}
#honor .box .swiper-slide a>img {
    max-height: 100%;
    max-width: 100%;
    background: #fff;
    padding: 10px;
    box-shadow: 5px 5px 25px rgba(0,0,0, .1);
}
#honor .box .swiper-slide p.tit {
    text-align: center;
    font-size: 2rem;
    margin-top: 10px;
    font-weight: bold;
}
#honor .box .prev {
    display: block;
    width: 56px;
    height: 56px;
    color: #fff;
    background: #00468D;
    position: absolute;
    left: 0;
    bottom: 50%;
    cursor: pointer;
    z-index: 2;
}
#honor .box .prev i {
    display: inline-block;
    font-size: 2.8rem;
    line-height: 56px;
    transform: rotate(-180deg);
}
#honor .box .next {
    display: block;
    width: 56px;
    height: 56px;
    color: #fff;
    background: #00468D;
    position: absolute;
    right: 0;
    bottom: 50%;
    cursor: pointer;
    z-index: 2;
}
#honor .box .next i {
    display: inline-block;
    font-size: 2.8rem;
    line-height: 56px;
}
#honor .box .swiper-pagination {
    width: 100%;
    bottom: 0;
    font-size: 1.7rem;
    color: #bbb;
    font-style: italic;
}

@media (max-width:1679px) { /*1440*/
#honor .wrap>.tit {
    font-size: 3.6rem;
}
#honor .wrap>.tit-en {
    font-size: 1.4rem;
}
#honor .box .swiper-slide a>img {
    max-height: 80%;
    max-width: 80%;
}
}

@media (max-width:1439px) { /*1366*/
#banner {
    height: 450px;
}
#honor .box .swiper-pagination {
    font-size: 1.6rem;
}
}

@media (max-width:1365px) { /*1280*/
#honor .box .swiper-pagination {
    font-size: 1.5rem;
}
}

@media (max-width:1279px) { /*mp*/
#honor {
    padding: 0 15px 20px 15px;
}
#honor .wrap>.tit {
    font-size: 2.4rem;
}
#honor .wrap>.tit-en {
    font-size: 1.2rem;
    margin-top: 6px;
}
#honor .box {
    height: unset;
    margin-top: 0;
    background: url('../img/honor-letter.png') no-repeat center bottom/100%;
}
#honor .box .swiper-container, #honor .box .swiper-wrapper {
    height: 100%;
    text-align: center;
}
#honor .box .swiper-slide {
    height: 100%;
    text-align: center;
}
#honor .box .swiper-slide a {
    display: block;
    margin: auto;
    height: 200px;
    padding: 50px 0;
}
#honor .box .swiper-slide a>img {
    max-height: 80%;
    max-width: 80%;
    background: #fff;
    padding: 10px;
    box-shadow: 5px 5px 25px rgba(0,0,0, .1);
}
#honor .box .swiper-slide p.tit {
    text-align: center;
    font-size: 1.7rem;
    margin-top: 0;
    font-weight: bold;
    padding: 0 40px 8px 40px;
}
#honor .box .prev {
    display: block;
    width: 32px;
    height: 32px;
    color: #fff;
    background: #00468D;
    position: absolute;
    left: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 2;
}
#honor .box .prev i {
    display: inline-block;
    font-size: 1.8rem;
    line-height: 32px;
    transform: rotate(-180deg);
}
#honor .box .next {
    display: block;
    width: 32px;
    height: 32px;
    color: #fff;
    background: #00468D;
    position: absolute;
    right: 0;
    bottom: 0%;
    cursor: pointer;
    z-index: 2;
}
#honor .box .next i {
    display: inline-block;
    font-size: 1.8rem;
    line-height: 32px;
}
#honor .box .swiper-pagination {
    bottom: 40px;
    font-size: 1.6rem;
}
}

#news {
    padding: 30px 0 0px 0;
}
#news .wrap>.tit {
    font-size: 4rem;
    color: #2b2b2b;
	font-weight:300;
}
#news .wrap>.tit-en {
    color: #bbb;
    font-size: 1.5rem;
    margin-top: 12px;
}
#news .top {
    margin-top: 50px;
    padding: 0 50px 40px 50px;
    border-bottom: 1px solid #e6e6e6;
}
#news .top .swiper-container {
    padding-bottom: 70px;
}
#news .top .swiper-slide {
    display: flex;
    justify-content: space-between;
}
#news .top .swiper-slide .img {
    display: block;
    width: 32%;
    transition: all .3s;
    position: relative;
}
#news .top .swiper-slide .img::after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    transition: all .35s;
}
#news .top .swiper-slide .img:hover::after {
    background: rgba(0,0,0, .2);
}
#news .top .swiper-slide .box {
    width: 68%;
    padding-left: 50px;
    box-sizing: border-box;
}
#news .top .swiper-slide .box .tit {
    display: block;
    font-size: 2.8rem;
    color: #2e2d3c;
    padding: 20px 0;
    line-height: 1.3;
    transition: all .2s;
}
#news .top .swiper-slide .box .tit:hover {
    color: #00468D;
}
#news .top .swiper-slide .box .desc {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 1.9;
    color: #999;
}
#news .top .swiper-slide .box .date {
    margin-top: 40px;
    font-size: 1.6rem;
    font-weight: 300;
    color: #aaa;
}
#news .top .swiper-slide .box .date::before {
    content: '\e638';
    font-family: 'iconfont';
    display: inline-block;
    font-size: 1.6rem;
    color: #aaa;
    margin-right: 7px;
}
#news .top .swiper-slide .box .more {
    display: block;
    background: #00468D;
    color: #fff;
    font-size: 1.5rem;
    width: 145px;
    height: 47px;
    line-height: 45px;
    text-align: center;
    border-radius: 50px;
    margin-top: 40px;
    font-weight: 300;
    transition: all .25s;
}
#news .top .swiper-slide .box .more::after {
    color: #fff;
    content: '\e615';
    font-family: 'iconfont';
    display: inline-block;
    font-size: 1.5rem;
    margin-left: 6px;
    margin-right: -5px;
    transition: all .2s;
}
#news .top .swiper-slide .box .more:hover {
    background: #00468D;
}
#news .top .swiper-slide .box .more:hover::after {
    margin-left: 11px;
    margin-right: -10px;
}
#news .top .swiper-pagination {
    width: 100%;
    bottom: 0;
}
#news .top .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 5px 0 5px;
    opacity: 1;
    background: #ccc;
    transition: all .25s;
    position: relative;
    opacity: .7;
}
#news .top .swiper-pagination-bullet-active {
    background: #00468D;
}
#news .list {
    margin: 50px 0 50px 0;
}
#news .list>a {
    display: block;
    transition: all .35s;
}
#news .list>a:hover {
    background: #00468D;
}
#news .list>a .wrap {
    padding: 40px 50px;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
}
#news .list>a .wrap .date {
    width: 120px;
    height: 135px;
    border: 1px solid #e6e6e6;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all .35s;
    border-radius: 0 0 20px 0;
}
#news .list>a:hover .wrap .date {
    border: 1px solid #fff;
    background: #fff;
    border-radius: 0;
}
#news .list>a .wrap .date .day {
    font-size: 5rem;
    font-weight: 700;
    color: #2e2d3c;
}
#news .list>a .wrap .date .ym {
    color: #999;
    font-size: 1.68rem;
    font-weight: 300;
    margin-top: 8px;
    padding-top: 5px;
}
#news .list>a .wrap .con {
    width: calc(100% - 420px);
    margin-left: 35px;
}
#news .list>a .wrap .con .tit {
    font-size: 2.2rem;
    color: #2e2d3c;
    font-weight: 300;
    transition: all .35s;
}
#news .list>a:hover .wrap .con .tit {
    color: #fff;
}
#news .list>a .wrap .con .desc {
    font-size: 1.5rem;
    color: #999;
    line-height: 1.8;
    margin-top: 20px;
    transition: all .35s;
}
#news .list>a:hover .wrap .con .desc {
    color: rgba(255,255,255, .7);
}
#news .list>a .wrap .img {
    width: 250px;
    background: #eee no-repeat center/cover;
    margin-left: 50px;
}
#news-view {
    margin: 50px auto 50px auto;
    max-width: 1600px;
}
#news-view h1 {
    color: #2e2d3c;
    text-align: center;
    line-height: 1.3;
    font-size: 3.6rem;
}
#news-view .info {
    text-align: center;
    font-weight: 300;
    font-size: 1.4rem;
    color: #aaa;
    padding-bottom: 45px;
    border-bottom: 1px solid #ddd;
}
#news-view .con {
    font-size: 1.7rem;
    line-height: 1.9;
    padding-top: 40px;
}
#news-view .con p, #news-view .con div {
    font-size: 1.7rem;
    line-height: 1.9;

}

#news-view #prev { float: left; font-size: 16px; line-height: 26px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
#news-view #next { float: right; text-align: right; font-size: 16px; line-height: 26px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
#news-view .back { display: flex; margin-top: 30px; }
#news-view .back div { flex: 1; }
#news-view .back>a { display: inline-block; font-size: 14px; color: #00468D; letter-spacing: .3rem; font-weight: 300; }
#news-view .back>a::before { content: '\e6f4'; font-family: 'iconfont'; display: block; font-size: 3rem; margin-bottom: 9px; }
#news-view .back>a:hover { color: #00468D; }

@media (max-width:1679px) { /*1440*/
#news .wrap>.tit {
    font-size: 3.6rem;
}
#news .wrap>.tit-en {
    font-size: 1.4rem;
}
#news .top .swiper-slide .box .tit {
    font-size: 2.6rem;
}
#news .top .swiper-slide .box .desc {
    margin-top: 15px;
    font-size: 1.5rem;
}
#news .top .swiper-slide .box .date {
    margin-top: 36px;
    font-size: 1.4rem;
}
#news .top .swiper-slide .box .more {
    font-size: 1.4rem;
    width: 140px;
    height: 45px;
    line-height: 43px;
    margin-top: 36px;
}
#news .list>a .wrap .date .day {
    font-size: 4.6rem;
}
#news .list>a .wrap .date .ym {
    font-size: 1.6rem;
    margin-top: 6px;
    padding-top: 5px;
}
#news .list>a .wrap .con .tit {
    font-size: 2rem;
}
#news-view h1 {
    font-size: 3.4rem;
}
#news-view .info {
    font-size: 1.4rem;
}
#news-view .con {
    font-size: 1.6rem;
    line-height: 1.9;
}
#news-view .con p, #news-view .con div {
    font-size: 1.6rem;
}
}

@media (max-width:1439px) { /*1366*/
#banner {
    height: 450px;
}
#news {
    padding: 30px 0 100px 0;
}
#news .top .swiper-slide .img {
    width: 35%;
}
#news .top .swiper-slide .box {
    width: 65%;
}
#news .list>a .wrap .date {
    width: 110px;
    height: 130px;
}
#news .list>a .wrap .date .day {
    font-size: 4.2rem;
}
#news .list>a .wrap .date .ym {
    font-size: 1.5rem;
    margin-top: 6px;
    padding-top: 5px;
}
#news .list>a .wrap .con .tit {
    font-size: 1.9rem;
}
#news .list>a .wrap .con .desc {
    font-size: 1.4rem;
}
#news-view h1 {
    font-size: 3.2rem;
}
#news-view .info {
    font-size: 1.3rem;
}
#news-view .con {
    font-size: 1.5rem;
    line-height: 1.9;
}
#news-view .con p, #news-view .con div {
    font-size: 1.5rem;
    margin-bottom: 26px;
}
#news-view .back>a {
    font-size: 1.9rem;
}
#news-view .back>a::before {
    font-size: 2.9rem;
}
}

@media (max-width:1365px) { /*1280*/
#news .top .swiper-slide .img {
    width: 38%;
}
#news .top .swiper-slide .box {
    width: 62%;
}
#news .top .swiper-slide .box .tit {
    font-size: 2.4rem;
    padding: 15px 0 18px 0;
}
#news .top .swiper-slide .box .desc {
    margin-top: 13px;
    font-size: 1.4rem;
}
#news .top .swiper-slide .box .date {
    margin-top: 33px;
    font-size: 1.4rem;
}
#news .top .swiper-slide .box .more {
    font-size: 1.3rem;
    width: 135px;
    height: 45px;
    line-height: 43px;
    margin-top: 33px;
}
#news .list>a .wrap .date {
    width: 110px;
    height: 130px;
}
#news .list>a .wrap .date .day {
    font-size: 4rem;
}
#news .list>a .wrap .date .ym {
    font-size: 1.4rem;
    margin-top: 6px;
    padding-top: 5px;
}
#news .list>a .wrap .con .tit {
    font-size: 1.8rem;
}
#news .list>a .wrap .con .desc {
    font-size: 1.4rem;
}
#news-view h1 {
    font-size: 3rem;
}
#news-view .info {
    font-size: 1.3rem;
}
#news-view .con {
    font-size: 1.4rem;
    line-height: 1.9;
}
#news-view .con p, #news-view .con div {
    font-size: 1.4rem;
    margin-bottom: 25px;
}
#news-view .back>a {
    font-size: 1.8rem;
    margin: auto 13px;
}
#news-view .back>a::before {
    font-size: 2.8rem;
}
}

@media (max-width:1279px) { /*mp*/
#news {
    padding: 0 15px 20px 15px;
}
#news .wrap>.tit {
    font-size: 3.2rem;
}
#news .wrap>.tit-en {
    font-size: 1.2rem;
    margin-top: 6px;
}
#news .top {
    margin-top: 30px;
    padding: 0 0 40px 0;
    border-bottom: 1px solid #e6e6e6;
}
#news .top .swiper-container {
    padding-bottom: 30px;
}
#news .top .swiper-slide {
    display: block;
}
#news .top .swiper-slide .img {
    width: 100%;
}
#news .top .swiper-slide .box {
    width: 100%;
    padding-left: 0;
}
#news .top .swiper-slide .box .tit {
    font-size: 1.9rem;
    padding: 20px 0 0 0;
}
#news .top .swiper-slide .box .desc {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 1.7;
}
#news .top .swiper-slide .box .date {
    margin-top: 15px;
    font-size: 1.3rem;
}
#news .top .swiper-slide .box .date::before {
    margin-right: 5px;
}
#news .top .swiper-slide .box .more {
    font-size: 1.4rem;
    width: 125px;
    height: 41px;
    line-height: 40px;
    margin-top: 30px;
}
#news .top .swiper-slide .box .more::after {
    font-size: 1.4rem;
    margin-left: 5px;
}
#news .top .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 5px 0 5px;
}
#news .list {
    margin: 0 0 30px 0;
}
#news .list>a .wrap {
    padding: 25px 0;
    display: block;
}
#news .list>a .wrap .date {
    display: none;
}
#news .list>a .wrap .con {
    width: 100%;
    margin-left: 0;
}
#news .list>a .wrap .con .tit {
    font-size: 1.8rem;
}
#news .list>a .wrap .con .desc {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 10px;
}
#news .list>a .wrap .img {
    width: 100%;
    margin-left: 0;
    margin-top: 12px;
}
#news-view {
    margin: -15px 15px 50px 15px;
    max-width: unset;
}
#news-view h1 {
    font-size: 2.4rem;
}
#news-view .info {
    font-size: 1.2rem;
    color: #aaa;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
}
#news-view .con {
    font-size: 1.4rem;
    line-height: 1.8;
    padding-top: 25px;
}
#news-view .con p, #news-view .con div {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 20px;
}
#news-view .back {
    margin-top: 30px;
}
#news-view .back>a {
    font-size: 1.6rem;
}
#news-view .back>a::before {
    font-size: 2rem;
}
}



@media (max-width:768px) {
#news-view #prev a{

}
#news-view #next a{

}
#news-view #prev {
    width: 40%;
    float: left;
    font-size: 14px;
    line-height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
#news-view #next {
    width: 40%;
    float: right;
    font-size: 14px;
    line-height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
}