body {}

#mOuterBox {}

#mBody1,
#dBody1 {
    background-position: 0% 0%;
}

#mBody2,
#dBody2 {
    background-position: 0% 0%;
}

#mTop,
#mBottom,
#mBody1,
#mBody2 {
    min-width: 1200px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    font-family: microsoft yahei !important;
    box-sizing: border-box
}

a {
    text-decoration: none;
    color: inherit;
}

ul,
li {
    list-style: none
}

img {
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}

input:focus {
    outline: none
}

input:autofill {
    border: none ! important;
}

input:-webkit-autofill {
    border: none ! important;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fl {
    float: left
}

.fr {
    float: right
}

.lang {
    display: none;
    padding: 0;
    width: 115px;
}

.lang a {
    display: inline-block;
    margin-left: 15px;
}

.lang a img {
    width: 38px
}
 .jump_foot{position: fixed;right:40px;top:20%;z-index: 99999;}
 .jump_foot ul li{background:#fff;line-height:50px;border-bottom:1px solid #eee;list-style-type: none;}
 .jump_foot ul li a{color:#333;text-decoration: none;font-size:16px;padding-right: 10px;}
 .jump_foot ul li a img{width: 40px;padding-top: 11px;display: block;padding-left: 15px;float: left;padding-right: 5px;}

.p-logo {
    height: 110px;
}

.p-logo img {
}

.box880_-6332 * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.box880_-6332 a {
    text-decoration: none;
    color: inherit;
}

.box880_-6332 img {
    vertical-align: top;
    border: none;
}

.box880_-6332 ul,
li {
    list-style: none;
}

.box880_-6332 {
    font: 16px/1.43 'Microsoft Yahei', Arial, sans-serif;
    z-index: 999;
    max-width: 100%;
    color: #333;
}

/*顶部电话*/
.top-tel{
    display: flex;
    margin-top: 18px;
}
.top-tel h3 {
    font-size: 15px;
}

.top-tel p {
    font-size: 16px;
    line-height: 22px;
}

.top-tel p>span {
    font-size: 24px;
    font-weight: bold;
    color: #e20200;
}

.top-tel .fl {
    position: relative;
    margin-right: 10px;
}

.top-tel .fl>img {
    width: 30px;
    margin-top: 40px;
}

.top-tel .fl>i {
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    left: -100px;
    top: 80px;
    opacity: 0;
    transition: all .3s;
    z-index: 99999999;
    visibility: hidden;
}

.top-tel .fl:hover>i {
    opacity: 1;
    top: -10px;
    visibility: visible;
}

.top-tel .fl ul ul {
    margin-top: 0;
    margin-right: 20px
}

.top-tel .fl ul ul:last-child {
    margin-right: 0px
}

.top-tel .fl ul li a:hover {
    color: #005298
}
/*顶部电话 end*/

.nav-bg{
    width: 100%;
}
.box880_-6332 .nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}
.box880_-6332 .nav:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    color: '';
}

.box880_-6332 .nav>li {
    position: relative;
}

.box880_-6332 .nav>li:first-child {
    background: none
}

.box880_-6332 .nav>li>a {
    position: relative;
    display: block;
    padding: 0 12px;
    line-height: 60px;
    text-align: center;
}

.box880_-6332 .nav>li>a:hover,
.box880_-6332 .nav>li>a:hover .subtitle,
.box880_-6332 .nav .active,
.box880_-6332 .nav .active .subtitle {
    color: #005298;
}

.box880_-6332 .nav>li>a:after {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 70px;
    height: 2px;
    margin-left: -35px;
    content: '';
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    background: #005298;
}

.box880_-6332 .nav>li>a:hover:after,
.box880_-6332 .nav .active:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.box880_-6332 .nav a span {
    display: block;
}

.box880_-6332 .nav .title {
    /* font-weight: bold; */
    font-size: 16px;
}

.box880_-6332 .nav .subtitle {
    font-size: 9px;
    padding-top: 5px;
    text-transform: uppercase;
    color: #666;
}

.box880_-6332 .subnav {
    position: absolute;
    top: 65px;
    left: 50%;
    visibility: hidden;
    width: 120px;
    margin-left: -60px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    z-index: 99999999;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 3px 16px rgba(0, 0, 0, .1);
}

.box880_-6332 .nav>li:hover .subnav {
    top: 60px;
    visibility: visible;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    opacity: 1;
}

.box880_-6332 .subnav li a {
    font-size: 12px;
    line-height: 40px;
    position: relative;
    display: block;
    overflow: hidden;
    height: 40px;
    padding: 0 20px 0 10px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
}

.box880_-6332 .subnav li a:hover {
    padding-left: 15px;
    color: #fff;
    background: #005298;
}

.box880_-6332 .subnav li a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    visibility: hidden;
    width: 5px;
    height: 10px;
    margin-top: -5px;
    content: '';
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    background: url(../images/arrow-right.png) no-repeat center center / cover;
}

.box880_-6332 .subnav li a:hover:after {
    right: 15px;
    visibility: visible;
}

.box806_-3416 {
    overflow: hidden;
    position: relative
}

.box806_-3416 .main_image {
    width: 100%;
    height: 600px;
    overflow: hidden;
    margin: 0 auto;
    position: relative
}

.box806_-3416 .main_image ul {
    width: 9999px;
    height: 600px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0
}

.box806_-3416 .main_image li {
    float: left;
    width: 100%;
    height: 600px;
}

.box806_-3416 .main_image li span {
    display: block;
    width: 100%;
    height: 600px;
}

.box806_-3416 .main_image li a {
    display: block;
    width: 100%;
    height: 600px
}

.box806_-3416 .main_image li .img_1 {
    text-align: center;
    background-repeat: no-repeat
}

.box806_-3416 .main_image li .img_2 {
    text-align: center;
    background-repeat: no-repeat
}

.box806_-3416 .main_image li .img_3 {
    text-align: center;
    background-repeat: no-repeat
}

.box806_-3416 .flicking_con {
    width: 100%;
    margin: 0 auto;
}


/* 焦点 */

.box806_-3416 .flicking_con .flicking_inner {
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 22;
    width: 100%;
    height: 21px;
    text-align: center;
}

.box806_-3416 .flicking_con a {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin: 0 3px;
    cursor: pointer;
    font-size: 0px;
    position: relative;
}

.box806_-3416 .flicking_con a:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    margin-left: -3px;
    margin-top: -3px;
    border-radius: 50%;
    background: #fff;
}

.box806_-3416 .flicking_con a.on {
    background-color: #fff;
}

.box806_-3416 .flicking_con a.on:after {
    background-color: #005298;
}


/* 焦点 */

.box806_-3416 #btn_prev,
.box806_-3416 #btn_next {
    z-index: 998;
    position: absolute;
    width: 40px !important;
    height: 40px !important;
    top: 50%;
    margin-top: -20px;
    display: block !important;
    background-color: rgba(0, 0, 0, .5);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 28px;
    -webkit-transition: all ease .35s;
    transition: all ease .35s;
    border-radius: 50%;
}

.box806_-3416 #btn_prev {
    background-image: url(../images/arrow-left.png);
}

.box806_-3416 #btn_next {
    background-image: url(../images/arrow-right.png);
}

.box806_-3416 #btn_prev:hover,
.box806_-3416 #btn_next:hover {
    background-color: #005298;
}

.box806_-3416 #btn_prev {
    left: 2%;
}

.box806_-3416 #btn_next {
    right: 2%;
}

.m-pro-title {
    border-top: 3px solid #f60;
    background-color: #005298;
    color: #fff;
    text-align: center;
    padding: 15px;
}

.m-pro-title .title {
    font-size: 24px;
    font-weight: normal;
}

.m-pro-title span {
    text-transform: uppercase;
    font-size: 12px;
}

.box20054_-8647 {
    font: 14px/1.43 "Microsoft Yahei", Arial, sans-serif;
    color: #666;
    padding: 20px 15px;
    background: #f1f1f1;
}

.box20054_-8647 * {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.box20054_-8647 ul,
.box1049_1 li {
    list-style: none;
}

.box20054_-8647 a {
    text-decoration: none;
    color: inherit;
}

.box20054_-8647 img {
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}

.box20054_-8647 .sortNav {}

.box20054_-8647 .sortTitle {
    background: #005298;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 55px;
    height: 55px;
    margin-bottom: 5px;
    display: none;
}

.box20054_-8647 .sortList {
    background: #f0f0f0;
    border-radius: 0 0 3px 3px;
}

.box20054_-8647 .navItem {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    position: relative;
}

.box20054_-8647 .navItem:last-child {
    border-bottom: none;
}

.box20054_-8647 .navItem>a {
    position: relative;
    display: block;
    vertical-align: middle;
    background-color: #fff;
    font-size: 15px;
    color: #666;
    padding: 0 15px;
    margin-bottom: 1px;
    line-height: 40px;
}

.box20054_-8647 .navItem>a:after {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    top: 14px;
    right: 10px;
    background-image: url(../images/r_d.png);
    background-repeat: no-repeat;
}

.box20054_-8647 .navItem:hover>a {
    background-color: #005298;
    color: #fff;
}

.box20054_-8647 .navItem:hover>a:after {
    background-image: url(../images/r_w.png);
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.box20054_-8647 .navItem.m-f>a {
    background-color: #005298;
    color: #fff;
}

.box20054_-8647 .navItem.m-f>a::after {
    background-image: url(../images/r_w.png);
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.box20054_-8647 .navItem dl {
    display: none;
    overflow: hidden;
    margin: 10px 0;
}

.box20054_-8647 .navItem dd {
    width: 50%;
    float: left;
    text-indent: 1em;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box20054_-8647 .navItem.m-f .subnav {
    display: block;
}

.box20054_-8647 .navItem.m-f .subnav .m-s .three-stage {
    display: block;
}

.box20054_-8647 .subnav {
    display: none;
}

.box20054_-8647 .subnav>li>a {
    font-size: 14px;
    color: #666;
    padding: 15px;
    position: relative;
    display: block;
    border-bottom: 1px solid #ddd;
}

.box20054_-8647 .subnav>li>a:after {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    top: 14px;
    right: 10px;
    background-image: url(../images/r_d.png);
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.box20054_-8647 .subnav .m-s>a {
    color: #005298;
    background-color: #f7f7f7;
    font-weight: bold;
}

.box20054_-8647 .subnav .m-s>a::after {
    background-image: url(../images/r_d.png);
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.box20054_-8647 .three-stage {
    background: #fff;
    border-bottom: 1px solid #ddd;
    display: none;
}

.box20054_-8647 .three-stage li a {
    position: relative;
    display: block;
    font-size: 4px;
    color: #888;
    padding: 10px 10px 10px 40px;
    position: relative;
}

.box20054_-8647 .three-stage li a:hover {
    color: #005298;
}

.box20054_-8647 .three-stage li a:after {
    content: '';
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    top: 10px;
    left: 20px;
    background-image: url(../images/r_d.png);
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.box20054_-8647 .three-stage li.cur a {
    color: #005298;
}

.box20054_-8647 .subnav>li>a:hover {
    color: #005298;
}

.m-pro-tel {
    padding: 20px 20px 25px 60px;
    background: #f60 url(../images/icon-pro-tel.png) no-repeat 10px center;
    margin-top: 10px;
}

.m-pro-tel p.m-title {
    color: #fff;
}

.m-pro-tel p.m-tel {
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
}

.m-pro-scope {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.m-pro-scope h3 {
    font-size: 16px;
    color: #666;
    font-weight: 400;
}

.m-pro-scope::before {
    content: "";
    display: block;
    width: 100%;
    height: 7px;
    background: url(../images/scope_line.png);
    position: absolute;
    left: 0;
    bottom: 0;
}

.box868_-7725 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    font-weight: normal;
}

.box868_-7725 a {
    color: #666;
    text-decoration: none;
}

.box868_-7725 img {
    vertical-align: middle;
    border: none;
}

.box868_-7725 {
    font: 14px/1.5 'Microsoft Yahei', Arial;
    color: #333;
}

.box868_-7725 .title {
    overflow: hidden;
    margin: 18px 0;
    line-height: 40px;
    display: none;
}

.box868_-7725 .title h3,
.box868_-7725 .title .nav-link,
.box868_-7725 .title .nav-link a {
    display: inline-block;
}

.box868_-7725 .title h3 {
    font-size: 24px;
    margin-right: 28px;
}

.box868_-7725 .title .nav-link a {
    padding: 0 10px;
    color: #999;
}

.box868_-7725 .title .nav-link a:hover,
.box868_-7725 .title .channel-more a:hover {
    color: #c6151d;
}

.box868_-7725 .title .channel-more {
    float: right;
    padding-top: 4px;
}

.box868_-7725 .title .channel-more a {
    margin: 0 6px;
}

.box868_-7725 .title .channel-more span {
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    width: 3px;
    height: 3px;
    background-color: #bbb;
}

.box868_-7725 .products {
    overflow: hidden;
    height: 760px;
}

.box868_-7725 .products .swiper-slide {
    width: 32%;
    text-align: center;
    background-color: #fff;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
    position: relative;
    z-index: 1;
    border: 1px solid #ddd;
}

.box868_-7725 .products .swiper-slide:hover {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    z-index: 2;
}

.box868_-7725 .pic {
    text-align: center;
    height: 200px;
    overflow: hidden;
}

.box868_-7725 .pic img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.box868_-7725 .caption {
    line-height: 42px;
}

.box868_-7725 .info {
    font-size: 12px;
    color: #b0b0b0;
    padding: 4px 0;
    margin-top: 6px;
    display: none;
}

.box868_-7725 .price {
    display: none;
}

.box868_-7725 .price .hy {
    color: #ca151c;
    font-weight: bold;
}

.box868_-7725 .price .sc {
    display: inline-block;
    padding-left: 5px;
    color: #999;
    text-decoration: line-through;
}

.box868_-7725 .caption,
.box868_-7725 .info,
.box868_-7725 .price {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box868_-7725 .products li:nth-child(3n) {
    margin-right: 0;
}

.box868_-7725 .products li:nth-child(1),
.box868_-7725 .products li:nth-child(4),
.box868_-7725 .products li:nth-child(7) {
    margin-left: 0;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.select {
    margin-bottom: 100px;
}

.select-title {
    margin: 0 auto 90px;
    display: block;
}


/*标题*****************/

.select .ys-t {
    text-align: center;
    margin-bottom: 60px;
}

.select .ys-t>* {
    display: inline-block;
}

.select .ys-t .left-title {
    width: 475px;
    position: relative;
    left: 25px;
}

.select .ys-t .left-title .title {
    line-height: 90px;
    font-size: 46px;
    text-align: center;
    color: #000;
    font-weight: bold;
    overflow: hidden;
    padding: 0 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select .ys-t .left-title::before {
    content: "";
    display: block;
    width: 532px;
    height: 93px;
    background: url(../images/adv_f_header.png) no-repeat;
    position: absolute;
    left: -26px;
}

.select .ys-t .right-title {
    position: relative;
    top: 13px;
    right: 25px;
}

.select .ys-t .right-title .sub-title {
    width: 100%;
    color: #666;
    font-size: 18px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}

.select .ys-t .right-title .main-title {
    position: relative;
    width: 482px;
    height: 57px;
    line-height: 57px;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 1;
    padding-left: 30px;
    padding-right: 10px;
    text-align: center;
}

.select .ys-t .right-title .main-title::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 20px 57px 30px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.select .ys-t .right-title .main-title::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 20px 57px 30px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-color: transparent #0062A3 #0062A3 transparent;
}


/*标题**************************************/

.select-item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.select-item2 {
    flex-direction: row-reverse;
}

.select-item img {
    width: 580px;
}

.select-item .item-txt {
    width: 550px;
}

.select-item .item-txt h3 {
    font-size: 26px;
    font-weight: bold;
    color: #333;
}

.select-item .item-txt span {
    font-size: 14px;
    text-transform: uppercase;
    color: #666;
    display: block;
    margin-top: 10px;
    margin-bottom: 30px;
}

.select-item .item-txt p {
    font-size: 15px;
    color: #373737;
    line-height: 1.8em;
    margin: 5px 0;
}

.select-item .item-txt a {
    display: block;
    width: 125px;
    height: 45px;
    border: 1px solid #005298;
    text-align: center;
    line-height: 45px;
    color: #005298;
    margin-top: 20px;
}

.select-item .item-txt a:hover {
    background: #005298;
    color: #fff;
}

.case {
    padding: 80px 0;
    margin-bottom: 80px;
    background: #eeeeee;
}

.case-title {
    font-size: 36px;
    color: #222;
    margin-bottom: 70px;
    text-align: center;
}

.case-main .main-fl {
    display: block;
    background: #005298;
    width: 330px;
    height: 600px;
    position: relative;
    padding: 60px 0 60px 90px;
    box-sizing: border-box;
}

.case-main .main-fl::before {
    content: '';
    display: block;
    width: 2px;
    height: 460px;
    background: #0d73cb;
    top: 60px;
    left: 40px;
    position: absolute;
}

.case-main .main-fl li {
    position: relative;
}

.case-main .main-fl li span {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    display: inline-block;
    padding: 6px 0;
}

.case-main .main-fl li.on span {
    border-bottom: 1px solid #fff;
}

.case-main .main-fl li.on::before {
    content: '';
    display: block;
    width: 2px;
    height: 45px;
    left: -50px;
    top: 0;
    background: #77bcf8;
    position: absolute;
}

.case-main .main-fr {
    height: 600px;
    width: 870px;
    background: #fff;
    overflow: hidden
}

.case-main .main-fr li {
    height: 600px;
    width: 870px;
}

.case-main .main-fr li>img {
    width: 100%;
    height: 363px;
    object-fit: cover;
}

.case-main .main-fr .fr-txt {
    padding: 24px 50px;
}

.case-main .main-fr .fr-txt .fl {
    width: 80%;
}

.case-main .main-fr .fr-txt .fr {
    width: 20%;
}

.case-main .main-fr .fr-txt h3 {
    font-size: 24px;
    color: #222;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 20px;
}

.case-main .main-fr .fr-txt p {
    font-size: 14px;
    color: #373737;
    line-height: 1.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.case-main .main-fr .fr-txt .fr {
    width: 130px;
    height: 48px;
    display: block;
    background: #005298;
    text-align: center;
    line-height: 48px;
    color: #fff;
    font-size: 14px;
    margin-top: 70px;
}

.about {
    width: 1200px;
    margin: 0 auto 100px;
}

.about .fl {
    float: left;
    width: 610px;
}

.about .fl h2 {
    font-size: 36px;
    color: #222;
    margin-top: 50px;
    font-weight: normal;
}

.about .fl h3 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
}

.about .fl em {
    display: block;
    width: 60px;
    height: 4px;
    background: #005298;
    margin: 10px 0 40px;
}

.about .fl p {
    font-size: 14px;
    color: #373737;
    line-height: 30px;
}

.about .fl .btn-group a {
    float: left;
    width: 135px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #7d7d7d;
    font-size: 14px;
    font-weight: bold;
    color: #373737;
    margin-top: 80px;
    margin-left: -1px;
}

.about .fl .btn-group a:hover {
    color: #005298
}

.about .fl .btn-group img {
    margin-right: 5px;
    vertical-align: middle;
}

.about .fr {
    float: right;
}

.about .fr img {
    max-width: 500px;
}

.p-title {
    font-size: 36px;
    color: #222;
    margin-bottom: 70px;
    text-align: center;
}

.box10020_-5571 {
    font: 14px/1.43 'Microsoft Yahei', Arial, sans-serif;
    color: #333;
}

.box10020_-5571 * {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.box10020_-5571 a {
    text-decoration: none;
    color: inherit;
}

.box10020_-5571 img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}

.box10020_-5571 ul,
.box10020_-5571 li {
    list-style: none;
}

.box10020_-5571 .news-item {
    width: 350px;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.box10020_-5571 .news-item .date-info {
    width: 100px;
    font-size: 20px;
    margin-top: 20px;
    float: left;
    background-color: #eee;
    color: #5f5f5f;
    text-align: center;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    display: none;
}

.box10020_-5571 .news-item .date-info span {
    display: block;
    line-height: 180%;
    font-weight: bold;
}

.box10020_-5571 .news-item .date-info span.day {
    font-size: 24px;
}

.box10020_-5571 .news-item .date-info span.year {
    color: #fff;
    background-color: #ccc;
}

.box10020_-5571 .news-item .news-content {
    width: 280px;
    /* float: left; */
    position: absolute;
    background: #fff;
    bottom: 40px;
    left: 35px;
    padding: 20px;
}

.box10020_-5571 .news-item .news-content .news-title {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box10020_-5571 .news-item .news-content:hover .news-title {
    color: #005298
}

.box10020_-5571 .news-item .news-content a {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.box10020_-5571 .news-item .news-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.8em;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.box10020_-5571 .news-item .img-box {
    float: left;
    height: 430px;
}

.box10020_-5571 .news-item .img-box>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box10020_-5571 .news-item:hover {
    cursor: pointer;
}

.box10020_-5571 .news-item:hover .date-info {
    background-color: #4bb7fa;
}

.box10020_-5571 .news-item:hover .date-info span {
    color: #fff;
}

.box10020_-5571 .news-item:hover .date-info span.year {
    background-color: #19a3fb;
}

.box10020_-5571 .news-item:hover .news-content a {
    color: #19a3fb;
}

.box10020_-5571 .page-list {
    text-align: center;
    margin: 30px 0;
    color: #666;
    font-size: 14px;
    display: none;
}

.box10020_-5571 .page-list a {
    display: inline-block;
    line-height: 24px;
    padding: 7px 12px;
    margin: 0 3px;
    color: #666;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    background-color: #e7e7e7;
}

.box10020_-5571 .page-list a:hover {
    background: #19a3fb;
    border-color: #19a3fb;
    color: #fff;
}

.box10020_-5571 .page-list .page_all>span {
    padding: 0 3px;
}

.box10020_-5571 .page-list .pagenum {
    background: #19a3fb;
    color: #fff;
}

.box10020_-5571 .page-list select {
    color: #666;
    padding-left: 3px;
    outline: none;
}

.box10020_-5571 .page-list-diy {
    text-align: center;
    margin: 30px 0;
    color: #666;
    font-size: 14px;
}

.box10020_-5571 .page-list-diy a {
    display: inline-block;
    margin: 0 20px;
    color: #666;
    width: 44px;
    height: 44px;
}

.box10020_-5571 .page-list-diy .page_all .preimg {
    background: url(../images/dt-tb3.png) no-repeat;
}

.box10020_-5571 .page-list-diy .page_all .go-top {
    background: url(../images/dt-tb1.png) no-repeat;
}

.box10020_-5571 .page-list-diy .page_all .nextimg {
    background: url(../images/dt-tb2.png) no-repeat;
}

.box20051_-5704 {
    margin: 0 auto;
    color: #333;
    overflow: hidden;
}

.box_10040 ul,
.box_10040 li {
    list-style: none;
}

.box20051_-5704 .news-item {
    margin: 0px 0px;
    overflow: hidden;
    width: 390px;
    float: left;
    transition: all ease .3s;
    box-sizing: border-box;
    padding: 25px 10px;
    margin-bottom: 20px;
    overflow: hidden;
    background: #f2f2f2
}

.box20051_-5704 .news-item .date-info {
    width: 90px;
    height: 80px;
    float: left;
    text-align: center;
    overflow: hidden;
    border-right: 1px solid #aaa;
}

.box20051_-5704 .news-item .date-info h2 {
    height: 55px;
    line-height: 55px;
    font-size: 38px;
    color: #aaa;
    transition: all ease .3s;
}

.box20051_-5704 .news-item .date-info h3 {
    height: 25px;
    line-height: 25px;
    color: #aaa;
    font-size: 14px;
    font-weight: normal;
    transition: all ease .3s;
}

.box20051_-5704 .news-item .news-content {
    margin-left: 110px;
}

.box20051_-5704 .news-item .news-content .news-title {
    font-size: 16px;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box20051_-5704 .news-item .news-content p {
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all ease .3s;
}

.box20051_-5704 .news-item:nth-child(2n) {
    margin-left: 25px
}

.box20051_-5704 .news-item:hover {
    background: #005298;
}

.box20051_-5704 .news-item:hover .date-info h2,
.box20051_-5704 .news-item:hover .date-info h3,
.box20051_-5704 .news-item:hover .news-title a,
.box20051_-5704 .news-item:hover .news-content p {
    color: #fff
}

.box2701_-3714 * {
    padding: 0;
    margin: 0;
}

.box2701_-3714 .c_f {
    *zoom: 1;
}

.c_f:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "\20";
}

.box2701_-3714 {
    width: 1200px;
    background: url(../images/yqlj1.jpg) no-repeat center;
    margin: 0 auto;
    position: relative;
}

.box2701_-3714 .th2 {
    font-size: 16px;
    color: #333;
    display: none
}

.box2701_-3714 .th2:after {
    content: " / Link";
    font-size: 16px;
    color: #333;
}

.box2701_-3714 .box270_tit {
    margin: 0;
    height: 50px;
    line-height: 50px;
    _height: 28px;
    _padding-top: 12px;
}

.box2701_-3714 .box270_tit .box270_ico {
    background: url(../images/ico265_1.jpg) 0 0 no-repeat;
    display: inline-block;
    width: 14px;
    height: 18px;
    vertical-align: middle;
    margin-right: 10px;
    display: none;
}

.box2701_-3714 .box270_tit th2 {
    font-size: 14px;
    color: #075c95;
}

.box2701_-3714 .box270_text {
    position: absolute;
    top: 5px;
    left: 190px;
}

.box2701_-3714 .box270_text a {
    height: 20px;
    font-size: 14px;
    padding: 8px 10px 0 10px;
    color: #333;
    display: inline-block;
    text-decoration: none;
}

.box2701_-3714 .box270_text a:hover {
    color: #0376f9
}

.mfooter-main {
    padding: 0 0 70px
}

.mfooter-main .fl ul {
    float: left;
    margin-right: 80px;
    margin-top: 50px;
}

.mfooter-main .fl ul h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.mfooter-main .fl ul li {
    line-height: 2em;
}

.mfooter-main .fl ul li a {
    color: #666;
    font-size: 14px;
}

.mfooter-main .fr {
    margin-top: 35px;
}

.mfooter-main .fr h3 {
    font-size: 15px;
    line-height: 36px;
}

.mfooter-main .fr p {
    font-size: 18px;
}

.mfooter-main .fr p>span {
    font-size: 26px;
}

.mfooter-main .fr .fl {
    position: relative;
    margin-right: 10px;
}

.mfooter-main .fr .fl>img {
    width: 30px;
    margin-top: 20px;
}

.mfooter-main .fr .fl>i {
    display: block;
    width: 150px;
    height: 150px;
    position: absolute;
    left: -50px;
    bottom: 80px;
    opacity: 0;
    transition: all .3s;
    z-index: 999;
    visibility: hidden;
}

.mfooter-main .fr .fl:hover>i {
    opacity: 1;
    bottom: 30px;
    visibility: visible;
}

.mfooter-main .fl ul ul {
    margin-top: 0;
    margin-right: 20px
}

.mfooter-main .fl ul ul:last-child {
    margin-right: 0px
}

.mfooter-main .fl ul li a:hover {
    color: #005298
}

.mfooter-copy {
    height: 60px;
    line-height: 60px;
    background: #005298;
    color: #fff;
    font-size: 14px;
}

.mfooter-copy .container {
    width: 1200px;
    margin: 0 auto;
}

.mfooter-copy .fr a {
    color: #fff;
}