@charset "UTF-8";

.textleft {
    text-align: left !important;
}

.cfff {
    color: #FFF !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.disflex {
    display: flex;
}

.bgfff {
    background-color: #fff;
}

.bgccc {
    background-color: #F8F8F8;
}

.bgccc2 {
    background-color: #fbfbfb;
}

.textcenter {
    text-align: center !important;
}

.themec {
    color: #005899 !important;
}

.cf {
    color: #FFF !important;
}

.theme.swiper-button-next,
.theme.swiper-button-prev {
    width: 40px;
    height: 40px;
    background-position: 50% 50%;
    background-size: auto;
    transition: all 0.3s;
}

.theme.swiper-button-prev {
    background-image: url("../images/index_left.png");
}

.theme.swiper-button-next {
    background-image: url("../images/index_right.png");
}

.theme.type2.swiper-button-prev,
.theme.type2.swiper-button-next {
    width: 38px;
    height: 38px;
    background-size: 38px;
}

.theme.type2.swiper-button-prev {
    left: 0;
    background-image: url("../images/index_left_b.png");
}

.theme.type2.swiper-button-prev:hover {
    background-image: url("../images/index_left_ls.png");
}

.theme.type2.swiper-button-next {
    right: 0;
    background-image: url("../images/index_right_b.png");
}

.theme.type2.swiper-button-next:hover {
    background-image: url("../images/index_right_ls.png");
}

/*header start*/
.nav-box {
    display: none;
}

.header_top {
    color: #fff;
    background: #005899;
}

.header_top ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
    font-size: 14px;
}

.header_top ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    font-size: 14px;
}

.header_top :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
    font-size: 14px;
}

.header_top a {
    color: #FFF;
}

.header_top .fl {
    overflow: hidden;
    line-height: 50px;
}

/* .header_top .fl a {
    display: flex;
    float: left;
    align-items: center;
} */
.header_top .fl > div{
    display: flex;
    float: left;
    align-items: center;
}
.header_top .fl >div:nth-child(1) {
    margin-right: 60px;
}

.header_top .top_icon {
   
    background-size: auto;
    background-position: 0% 50%;
    background-repeat: no-repeat;
    padding-left: 36px;

    /* float: left; */
    /* margin-right: 11px; */
}
.header_top .top_icon a:hover{
    text-decoration: underline;
}
.header_top .top_icon label{
    margin-right: 4px;
}
.header_top .top_icon.mail-lx {
    background-image: url("../images/mail.png");
}

.header_top .top_icon.tel-lx {
    background-image: url("../images/tel.png");
    
}
.lx-text{
    line-height: 1.2;
}
.header_top .header-search {
    position: relative;
    margin-top: 12px;
    width: 120px;
    transition: all 0.3s;
    box-sizing: border-box;
}

.header_top .header-search input {
    border: none;
    background-color: rgba(255, 255, 255, 0.3);
    height: 24px;
    border-radius: 12px;
    padding: 3px 10px 3px 35px;
    box-sizing: border-box;
    width: 100%;
    color: #FFF;
}

.header_top .header-search .serbtn {
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/sousuo.png") no-repeat 50% 50%;
    width: 30px;
    height: 100%;
    cursor: pointer;
    box-shadow: none;
    border: none;
}

.header-box .logo {
    height: 70px;
    display: flex;
    align-items: center;
}

.header-box .m-width-1280 {
    position: relative;
}

.header-box .icon-ny {
    display: none;
}

.header-box.header_ny {
    position: relative;
    border-bottom: none;
    background: #581264;
}

.header-box.header_ny .icon-index {
    display: none;
}

.header-box.header_ny .icon-ny {
    display: inline-block;
}

.pc-nav li.active:after,
.pc-nav li:hover:after {
    height: 100%;
}

.pc-nav li.active>a,
.pc-nav li:hover>a {
    color: #005899;
}

.pc-nav li.active>a:after,
.pc-nav li:hover>a:after {
    transform: scale(1);
}

.pc-nav li {
    float: left;
    font-size: 16px;
    position: relative;
}

.pc-nav li:nth-last-of-type(1) a {
    padding-right: 0;
}

.pc-nav li:nth-last-of-type(1) a:after {
    margin-left: 10px;
}

.pc-nav li>a {
    color: #32373D;
    padding: 0 30px;
    transition: all .5s;
    -webkit-transition: all .5s;
    position: relative;
    font-weight: 500;
    z-index: 2;
    height: 70px;
    line-height: 70px;
    display: block;
    text-transform: capitalize;
}

.pc-nav li>a:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 2px;
    left: 50%;
    bottom: 15px;
    margin-left: -7.5px;
    transition: all 0.3s;
    transform: scale(0);
    background-color: #005899;
}

.wap-logo {
    display: none;
}

.lan-box {
    height: 50px;
    align-items: center;
    z-index: 1992;
    margin-left: 10px;
}

.lan-box dt {
    display: flex;
}
.lan-box ::-webkit-scrollbar{width:5px;}
.lan-box ::-webkit-scrollbar-track{background-color:rgba(0, 0, 0, 0.8);}
.lan-box ::-webkit-scrollbar-thumb{background-color:rgba(255,255,255,.5);border-radius:3px;}
.lan-box .language-cont:hover::-webkit-scrollbar-thumb{display:block}
.lan-box dd {
    position: absolute;
    left:auto;
    right:0;
    display:flex;
    flex-wrap:wrap;
   justify-content:space-between;
    top: 110%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    transform-origin: top left;
    background: rgba(0, 0, 0, 0.8);
    padding:20px;
    width: 300px;
    line-height: 30px;
    font-size: 14px;
    overflow-y: scroll;
    max-height: 80vh;
}

.lan-box dd a {
    display: block;
    text-align: left;
    color: #FFF;
    padding: 10px 0;
    white-space: nowrap;
    width:48%;
}

.lan-box dd a:hover {
    color: #005899;
}

.lan-box:hover dd {
    opacity: 1;
    visibility: visible;
    top: 25px;
}

.lan-box:hover .arrow {
    transform: rotate(-180deg);
}

.right-icon {
    margin-left: 20px;
    align-items: center;
    /* line-height: 75px; */
    position: relative;
    cursor: pointer;
}

.right-icon .arrow {
    display: flex;
    align-items: center;
    transition: all 0.3s;
}

.right-icon dl {
    position: relative;
}

.right-icon em,
.right-icon>a {
    position: relative;
    display: flex;
    align-items: center;
}

.right-icon>a {
    margin: 0 10px;
}

.right-icon em:nth-of-type(1) {
    margin-left: 3px;
    margin-right: 10px;
}

/* .right-icon img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
} */
.pc-nav li .erji {
    position: absolute;
    background: #005899;
    left: 50%;
    top: 110%;
    transform: translateX(-50%);
    width: 245px;
    visibility: hidden;
    opacity: 0;
    z-index: 1991;
    transition: all 0.3s;
}

.pc-nav li .erji .btn {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 200px;
}

.pc-nav li.hover .erji {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

.erji dl {
    box-sizing: border-box;
}

.erji dl dd {
    position: relative;
    font-size: 14px;
    min-height: 60px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #004374;
}

.erji dl dd:hover {
    background-color: #F3AA05;
}

.erji dl dd:nth-last-of-type(1) {
    border-bottom: 0;
}

.erji dl dd:hover>dl {
    opacity: 1;
    visibility: visible;
}

.erji dl dd:hover>dl:After {
    opacity: 1;
}

.erji dl dd.cur>dl:After {
    opacity: 1;
    border-color: transparent #F3AA05 transparent transparent;
}

.erji dl dd>dl {
    transition: all 0.3s;
    position: absolute;
    background: #005899;
    top: 0;
    left: calc(100% + 15px);
    width: 245px;
    visibility: hidden;
    opacity: 0;
}

.erji dl dd>dl:After {
    content: '';
    position: absolute;
    top: 15px;
    left: -14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 15px 7.5px 0;
    border-color: transparent #005899 transparent transparent;
    opacity: 1;
}

.erji dd a {
    padding: 6px 24px;
    color: #fff;
    display: block;
    line-height: 1.7;
}

/*header end*/
.border0 {
    border: none !important;
}

.marbot-40 {
    margin-bottom: 40px;
}

.inner-big-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.index_pro_grid .pro-item-tab {
    margin-bottom: 45px;
}

.index_pro_grid .product_list li {
    width: 24%;
    margin-right: 1.33%;
}

.index_pro_grid .product_list li:nth-of-type(4n) {
    margin-right: 0;
}

.btn {
    display: inline-block;
    padding: 18px 0px;
    text-align: center;
    background: #FFF;
    border: 1px solid #005899;
    justify-content: center;
    display: flex;
    align-items: center;
    color: #005899;
    width: 175px;
    text-transform: uppercase;
    transition: all 0.3s;
}

.btn.gery {
    border-color: #ddd;
    color: #888;
}

.btn.gery .icon {
    background: url("../images/l_icon3.png") no-repeat 50% 50%;
}

.btn.gery:hover {
    border-color: #005899;
    background-color: #005899;
    color: #FFF;
}

.btn.gery:hover .icon {
    background: url("../images/l_icon2.png") no-repeat 50% 50%;
}

.btn.type2 .icon {
    margin-left: 15px;
    width: 5px;
    height: 9px;
    display: inline-block;
    background: url("../images/cf_arrow.png") no-repeat 50% 50%;
}

.btn.hover {
    background-color: #005899;
    color: #FFF;
}

.btn.hover .icon {
    background: url("../images/l_icon2.png") no-repeat 50% 50%;
}

.btn .icon {
    margin-left: 15px;
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url("../images/l_icon.png") no-repeat 50% 50%;
}

.imgshow {
    position: relative;
    overflow: hidden;
}

.imgshow img {
    transition: all 0.3s;
    width: 100%;
}

.product_list ul {
    overflow: hidden;
    padding: 15px 0;
}

.product_list .pro-bot {
    position: relative;
}

.product_list .pro-bot .swiper-pagination {
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}

.product_list .pro-bot .swiper-pagination .swiper-pagination-bullet {
    margin-right: 15px;
}

.product_list .pro-bot .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #FFF;
    border: 2px solid #005899;
}

.product_list .pro-bot a {
    height: 60px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 60px;
}

.product_list .pro-bot .pro-jt {
    transition: all 0.3s;
    background-image: url("../images/jiantou.png");
    background-color: #005899;
    opacity: 0;
}

.product_list .pro-bot .pro-more {
    background-image: url("../images/more.png");
    margin-left: 30px;
    display: none;
}

.product_list .text {
    padding: 35px 25px 10px;
}

.product_list li {
    background: white;
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
    float: left;
    background-color: #FFF;
    border-top: 3px solid #005899;
    box-sizing: border-box;
}

.product_list li:hover h3 {
    color: #005899;
}

.product_list li:hover .pro-bot .pro-jt {
    opacity: 1;
}

.product_list li a {
    display: block;
    position: relative;
}

.product_list li h3 {
    font-size: 18px;
    color: #000;
    margin-bottom: 13px;
    font-weight: 500;
    line-height: 1.2;
    height: 42px;
    overflow: hidden;
}

.product_list li p {
    line-height: 1.6;
    font-size: 14px;
    color: #666;
    height: 44px;
    overflow: hidden;
}

.title {
    text-align: center;
    margin: 70px auto 45px;
    position: relative;
}

.title.type2 h2 {
    text-transform: capitalize;
}

.title .news-tab {
    position: absolute;
    right: 0;
    top: 0;
}

.title .news-tab a {
    font-size: 16px;
    display: inline-block;
    padding: 10px 20px;
    color: #005899;
    transition: all 0.3s;
    cursor: pointer;
}

.title .news-tab a.cur {
    background-color: #005899;
    color: #FFF;
}

.title.cfff h2 {
    color: #FFF;
}

.title h2 {
    color: #111111;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 600;
}

.related_gird li {
    width: 32%;
    margin: 0 2% 0 0;
}

.related_gird li:nth-of-type(3n) {
    margin-right: 0;
}

.related_gird li:hover a {
    color: #005899;
}

.related_gird li a p {
    color: #FFF;
    margin-bottom: 0;
}

.faq .tit {
    padding: 20px 0;
    color: #444;
    font-size: 18px;
}

.faq_icon {
    display: inline-block;
    width: 36px;
    height: 42px;
    background: url("../images/dbx.png") no-repeat;
    line-height: 42px;
    text-align: center;
    color: #9E9E9E;
    margin-right: 35px;
    flex-shrink: 0;
    transition: all 0.3s;
}

.faq .tit .icon {
    width: 35px;
    height: 35px;
    cursor: pointer;
    font-size: 34px;
    color: #ADADAD;
    position: absolute;
    top: 25px;
    right: 40px;
    height: 42px;
    line-height: 42px;
    text-align: center;
}

.faq .tit .icon:hover {
    color: #005899;
}

.faq .text {
    display: none;
    margin-bottom: 45px;
    margin-top: 10px;
    color: #888;
}

.faq .text p {
    line-height: 1.8;
}

.faq .act .text {
    display: flex;
}

.faq li {
    border-top: 1px solid #EDF1F3;
    position: relative;
    padding-right: 240px;
    cursor: pointer;
}

.faq li:nth-last-of-type(1) {
    border-bottom: 1px solid #EDF1F3;
}

.faq li.act .icon {
    transform: rotate(0deg);
}

.faq li.act .tit strong,
.faq li:hover .tit strong {
    background: url("../images/dbx2.png") no-repeat;
    color: #FFF;
}

.news_detail_grid h3 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 40px;
}

.news_detail_grid .sub_tit {
    height: 48px;
    justify-content: center;
    align-items: center;
    background: rgba(24, 168, 177, 0.05);
    color: #888;
}

.news_detail_grid .sub_tit .web_share {
    margin-left: 65px;
    padding-bottom: 0;
    height: 48px;
    align-items: center;
}

.news_detail_grid .sub_tit .web_share a {
    margin-right: 5px;
}

.news_detail_grid .text h4 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}

.news_detail_grid .text p {
    line-height: 2;
    margin-bottom: 40px;
}

.news_detail_grid .text p img {
    margin: auto;
    display: block;
}

.case_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.case_list li {
    width: 30%;
    margin: 0 5% 4% 0;
    max-width: 345px;
    position: relative;
}

.case_list li:nth-of-type(3n) {
    margin: 0 0% 4% 0;
}

.case_list li:nth-last-of-type(1),
.case_list li:nth-last-of-type(2),
.case_list li:nth-last-of-type(3) {
    margin-bottom: 0;
}

.case_list li:hover h3 {
    color: #005899;
}

.case_list li:hover .line {
    background: #005899;
}

.case_list li .date {
    position: absolute;
    width: 72px;
    height: 68px;
    background: white;
    box-shadow: 0px 6px 13px 3px rgba(14, 72, 121, 0.14);
    font-size: 40px;
    color: #005899;
    line-height: 68px;
    text-align: right;
    right: -20px;
    top: -20px;
}

.case_list li .date:after {
    content: '.';
    position: absolute;
}

.case_list .line {
    display: block;
    margin: 15px 0;
    width: 40px;
    height: 2px;
    transition: all 0.3s;
    background: silver;
}

.case_list h3 {
    font-size: 18px;
    color: #333;
    margin-top: 32px;
}

.case_list p {
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.8;
}

.banner_error {
    background-color: #f0f0f0;
    padding: 90px 0 80px;
    text-align: center;
}

.error_text h2 {
    color: #005899;
    margin-bottom: 18px;
    font-size: 34px;
}

.error_text img {
    width: 100%;
    max-width: max-content;
}

.error_text p {
    line-height: 1.8;
    font-size: 16px;
    color: #888;
    margin-bottom: 30px;
}

.error_text .btn {
    text-transform: initial;
    margin: 40px auto 0;
}

.about_pics {
    position: relative;
}

.about_pics ul {
    flex-wrap: wrap;
    justify-content: space-between;
}

.about_pics li {
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
}

.about_pics li img {
    width: 100%;
}

.about_pics li:nth-of-type(1) {
    width: 25%;
}

.about_pics li:nth-of-type(2) {
    width: 33%;
}

.about_pics li:nth-of-type(3) {
    width: 20%;
}

.about_pics li:nth-of-type(4) {
    width: 19%;
}

.about_pics li:nth-of-type(5) {
    width: 33%;
}

.about_pics li:nth-of-type(6) {
    width: 20%;
}

.about_pics li:nth-of-type(7) {
    width: 25%;
}

.about_pics li:nth-of-type(8) {
    width: 19%;
}

.about_pics:hover .text {
    background: rgba(24, 168, 177, 0.9);
}

.about_pics .text {
    transition: all 0.3s;
    position: absolute;
    background: rgba(24, 168, 177, 0.64);
    height: 192px;
    width: 65%;
    margin: -86px 0 0 -32.5%;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 80px;
    box-sizing: border-box;
}

.about_pics .text p {
    font-size: 32px;
    color: #FFF;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.about_pics .text:after {
    content: '';
    position: absolute;
    border: 1px solid rgba(169, 222, 225, 0.54);
    height: 172px;
    width: calc(100% - 20px);
    top: 10px;
    left: 10px;
}

.about_honor_list {
    background: url("../images/world.png") no-repeat 50% 50%;
}

.about_honor_list img {
    width: 100%;
    transition: all 0.3s;
}

.about_honor_list ul {
    padding-top: 30px;
}

.about_honor_list li:hover img {
    transform: scale(1.05);
}

.about_honor_list li:nth-of-type(2),
.about_honor_list li:nth-of-type(4) {
    margin-top: 50px;
}

.about_honor_list li:nth-of-type(3) {
    margin-top: 80px;
}

.about_honor_list li img {
    width: 100%;
    transition: all 0.3s;
}

.solu_list li {
    border: 1px solid #efefef;
    transition: all 0.3s;
    margin-bottom: 90px;
    position: relative;
}

.solu_list li:nth-last-of-type(1) {
    margin-bottom: 0;
}

.solu_list li a {
    display: flex;
}

.solu_list li:hover {
    box-shadow: 0px 2px 27px 1px rgba(0, 0, 0, 0.09);
}

.solu_list li:hover h3 {
    color: #005899;
}

.solu_list li:hover:after {
    background-color: #005899;
    color: #FFF;
}

.solu_list li:after {
    content: '+';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: whitesmoke;
    color: #BEBEBE;
    font-size: 26px;
    transition: all 0.3s;
}

.solu_list h3 {
    font-size: 26px;
    color: #333;
    margin-bottom: 55px;
    position: relative;
}

.solu_list h3 span {
    position: relative;
    z-index: 2;
}

.solu_list h3:after {
    content: '';
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 67px;
    height: 56px;
    background: url("../images/titbg.png") no-repeat;
    z-index: 1;
}

.solu_list .leftimg {
    width: 36%;
    text-align: center;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
    top: -30px;
    left: 30px;
}

.solu_list .leftimg img {
    width: 100%;
}

.solu_list .text {
    height: 300px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    padding: 0 60px 0 110px;
}

.solu_list .text p {
    color: #888;
    line-height: 1.8;
}

.ser_form {
    width: 500px;
    height: 60px;
    margin: 0 auto 55px;
    position: relative;
}

.ser_form .icon {
    position: absolute;
    height: 100%;
    width: 40px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    cursor: pointer;
}

.ser_form input {
    height: 60px;
    width: 100%;
    background: #FFF;
    border: 1px solid #e5e5e5;
    border-radius: 32px;
    padding: 0 40px 0;
}

.index-banner-bot {
    position: relative;
    z-index: 9;
    height: 140px;
}

.index-banner-bot ul {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -95px;
}

.index-banner-bot li {
    background-color: #005899;
    background-image: url("../images/numlibg.jpg");
    background-position: 100% 100%;
    float: left;
    width: 33.33%;
    text-align: center;
    position: relative;
}

.index-banner-bot li:hover {
    transform: translateY(-20px);
    transition: all 0.3s;
    background-color: #004374;
    background-image: url("../images/numlibg2.png");
    background-repeat: no-repeat;
}

.index-banner-bot li .text {
    padding: 50px 80px;
}

.index-banner-bot em,
.index-banner-bot p {
    color: #FFF;
}

.index-banner-bot em {
    font-size: 60px;
    font-weight: 600;
}

.index-banner-bot p {
    font-size: 18px;
    line-height: 1.2;
    height: 42px;
    overflow: hidden;
    position: relative;
}

.index-banner-bot .line {
    width: 70%;
    height: 1px;
    margin: 10px auto 0;
    background: white;
}

.pro-item-tab .icon {
    margin-right: 10px;
}

.pro-item-tab .icon img.hover-h {
    display: none;
}

.pro-item-tab li {
    width: 16.66%;
    float: left;
    position: relative;
    line-height: 1.2;
    background-color: #F5F5F5;
}

.pro-item-tab li:after {
    content: '';
    position: absolute;
    background: url("../images/itembg.png") no-repeat 100% 50%;
    width: 100%;
    height: 70px;
    top: -5px;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: all 0.3s;
}

.pro-item-tab li.hover:after,
.pro-item-tab li:hover:after {
    opacity: 1;
}

.pro-item-tab li.hover a,
.pro-item-tab li:hover a {
    color: #FFF;
}

.pro-item-tab li.hover .icon img,
.pro-item-tab li:hover .icon img {
    display: none;
}

.pro-item-tab li.hover .icon img.hover-h,
.pro-item-tab li:hover .icon img.hover-h {
    display: inline-block;
}

.pro-item-tab a {
    cursor: pointer;
    padding: 0 20px;
    height: 60px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    color: #005899;
    position: relative;
    z-index: 3;
}

.index-app-grid {
    padding-top: 1px;
    padding-bottom: 1px;
    background: url("../images/appbg.jpg") no-repeat 50% 50%;
    background-size: auto 100%;
}

.index-app-grid .top-info {
    margin-bottom: 45px;
}

.index-app-grid .top-info .title {
    margin-bottom: 25px;
}

.index-app-grid .top-info p {
    color: #FFF;
    line-height: 1.6;
    text-align: center;
}

.index-app-grid .app-list li {
    width: 32%;
    margin-right: 2%;
}

.index-app-grid .app-list li:nth-last-of-type(1) {
    margin-right: 0;
}

.index-app-grid .app-list li:nth-last-of-type(1) {
    margin-right: 0;
}

.index-app-grid .app-btn {
    background-color: #FFF;
    border-radius: 20px;
    padding: 12px 40px;
    color: #111;
    display: inline-block;
    text-transform: uppercase;
}

.index-app-grid .bot-btn {
    margin: 55px auto;
    text-align: center;
}

.app-list li {
    float: left;
}

.app-list li:hover img {
    transform: scale(1.03);
}

.app-list.type2 a {
    color: #111;
}

.app-list.type2 a:hover {
    color: #005899;
}

.app-list.type2 li:hover h3 a {
    color: #005899;
}

.app-list.type2 li:hover p a {
    color: #005899;
}

.app-list.type2 p a {
    color: #666;
}

.app-list a {
    color: #FFF;
}

.app-list p {
    height: 42px;
    overflow: hidden;
    line-height: 1.5;
}

.app-list .text {
    position: relative;
}

.app-list .text em {
    position: absolute;
    right: 0;
    top: -10px;
    color: rgba(120, 180, 224, 0.24);
    font-size: 94px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
}

.app-list h3 {
    margin: 30px 0 15px;
    font-size: 18px;
    height: 46px;
    line-height: 1.3;
    overflow: hidden;
}

.index-news-grid .fr {
    width: 48%;
}

.index-news-grid .fl {
    width: 50%;
}

.index-news-grid .fl:hover .imgshow img {
    transform: scale(1.03);
}

.index-news-grid .fl .imgshow {
    position: relative;
}

.index-news-grid .fl h3 {
    font-size: 18px;
    color: #000;
    line-height: 1.2;
    margin-bottom: 8px;
    max-height: 63px;
    overflow: hidden;
}

.index-news-grid .fl .time {
    font-style: 12px;
    color: #666;
}

.index-news-grid .fl p {
    color: #666;
    margin-top: 15px;
    line-height: 1.6;
    height: 88px;
    overflow: hidden;
}

.index-news-grid .fl .text {
    position: absolute;
    left: 30px;
    top: 30px;
    background-color: #FFF;
    padding: 30px 20px;
    width: 35%;
}

.index-news-grid .fl .arrow {
    margin-top: 10px;
    display: block;
    width: 30px;
    height: 30px;
    background-color: #005899;
    background-size: auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../images/jiantou.png");
}

.news-list li {
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 4.8%;
}

.news-list li:hover .imgshow img {
    transform: scale(1.03);
}

.news-list li:hover h3,
.news-list li:hover h3 a,
.news-list li:hover p,
.news-list li:hover p a,
.news-list li:hover .date {
    border-color: #005899;
    color: #005899;
}

.news-list li:hover .date em {
    color: #005899;
}

.news-list .imgshow {
    float: left;
    width: 25%;
}

.news-list .text {
    width: 75%;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
    padding-top: 3%;
}

.news-list .text .date {
    float: left;
    width: 25%;
    text-align: center;
    border-right: 2px solid #BFBFBF;
}

.news-list .text .date em {
    font-weight: bold;
    font-size: 36px;
    color: #111;
    display: block;
}

.news-list .text .date span {
    padding-top: 10px;
    display: block;
}

.news-list .text .text-p {
    float: right;
    width: 70%;
}

.news-list .text h3 {
    font-size: 18px;
    color: #000;
    margin-bottom: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list .text p {
    line-height: 1.4;
    height: 38px;
    overflow: hidden;
}

.index-about-grid {
    padding-top: 1px;
    padding-bottom: 130px;
    background: url("../images/aboutbg.jpg") no-repeat 50% 100%;
    background-size: 100%;
}

.index-about-grid .imgshow {
    width: 50%;
}

.index-about-grid .m-width-1280 {
    position: relative;
}

.index-about-grid .text {
    background-color: #005899;
    padding: 80px 60px 50px;
    box-sizing: border-box;
    color: #FFF;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 2;
    width: 53%;
}

.index-about-grid .text h3 {
    line-height: 1.25;
    font-size: 24px;
    margin-bottom: 22px;
}

.index-about-grid .text .text-p {
    max-height: 174px;
    overflow: hidden;
}

.index-about-grid .text p {
    line-height: 1.6;
    margin-bottom: 20px;
}

.index-about-grid .arrow {
    margin-top: 50px;
    height: 15px;
    display: block;
    background: url("../images/big-jt.png") no-repeat 0 0;
}

.proleft_class {
    width: 22%;
    float: left;
}

.proleft_class .menu_grid dl {
    background-color: #005899;
}

.proleft_class .menu_grid dd {
    padding: 0 5px 0 70px;
    position: relative;
}

.proleft_class .menu_grid dd:after {
    content: '';
    position: absolute;
    left: 5%;
    width: 90%;
    height: 1px;
    background-color: #004374;
    top: 0;
}

.proleft_class .menu_grid dd a {
    padding: 23px 0;
    display: inline-block;
    color: #fff;
    line-height: 1.7;
}

.proleft_class .menu_grid dd:hover {
    background-color: #F3AA05;
}

.proleft_class .menu_grid dd:hover:after {
    display: none;
}

.proleft_class li {
    margin-bottom: 5px;
}

.proleft_class li dl {
    display: none;
}

.proleft_class li h4 {
    line-height: 1.75;
    background-color: #005899;
    box-sizing: border-box;
    min-height: 70px;
    display: flex;
    align-items: center;
    padding: 7px 5px 7px 70px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
}

.proleft_class li h4 a {
    color: #fff;
    transition: all 0.3s;
}

.proleft_class li.act h4 {
    background-color: #004374;
}

.proleft_class li.act>dl {
    display: block;
}

.proleft_class li.act .add_icon {
    background-image: url("../images/leftlibg.png");
}

.proleft_class li .add_icon {
    position: absolute;
    left: 0px;
    top: 0%;
    width: 60px;
    height: 100%;
    transition: all 0.3s;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.proleft_class li .add_icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.content-right {
    float: right;
    width: 70%;
}

.content-pro .product_list li {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
}

.content-pro .product_list li:nth-child(3n) {
    margin-right: 0;
}

.content-search-grid .product_list li {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 4%;
}

.content-search-grid .product_list li:nth-child(4n) {
    margin-right: 0;
}

.prodis-gall .fl {
    width: 43%;
}

.prodis-gall .fr {
    width: 53%;
}

.prodis-gall .gall-box .swiper-slide img {
    width: 100%;
    border: 2px solid transparent;
    box-sizing: border-box;
}

.prodis-gall .gall-box .swiper-slide.swiper-slide-thumb-active img {
    box-shadow: 0px 2px 15px 1px rgba(0, 88, 153, 0.3);
    border-color: rgba(0, 88, 153, 0.3);
}

.prodis-gall .gall-box .theme {
    background-size: 33px;
}

.prodis-gall .gall-box .theme.swiper-button-prev {
    left: 0;
    background-image: url("../images/index_left_b.png");
}

.prodis-gall .gall-box .theme.swiper-button-prev:hover {
    background-image: url("../images/index_left_ls.png");
}

.prodis-gall .gall-box .theme.swiper-button-next {
    right: 0;
    background-image: url("../images/index_right_b.png");
}

.prodis-gall .gall-box .theme.swiper-button-next:hover {
    background-image: url("../images/index_right_ls.png");
}

.prodis-gall .gallery-thumbs {
    padding: 20px 0;
}

.gall-tips .tit {
    font-size: 30px;
    color: #000;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 10px;
}

.gall-tips .web_share {
    padding-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
}

.gall-tips .prodis-des p {
    line-height: 2;
}

.gall-tips .prodis-des em {
    color: #111;
    font-weight: 500;
}

.gall-tips .links {
    flex-wrap: wrap;
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.gall-tips .links .icon {
    width: 18px;
    height: 18px;
    text-align: center;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gall-tips .links .icon img {
    flex-shrink: 0;
}

.gall-tips .links .icon_img_h {
    display: none;
}

.gall-tips .links a {
    width: 32%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-right: 2%;
    margin-bottom: 2%;
    color: #fff;
    font-size: 14px;
    background-color: #9BA0A4;
}

.gall-tips .links a:nth-of-type(3) {
    margin-right: 0;
}

.gall-tips .links a:hover {
    background-color: #005899;
    border-color: #005899;
    color: #FFF;
}

.gall-tips .links a:hover .icon_img_h {
    display: inline-block;
}

.gall-tips .links a:hover .icon_img {
    display: none;
}

.prodis_detail .prodis-tit {
    margin-top: 40px;
}

.prodis_detail p {
    line-height: 2;
    font-size: 14px;
    color: #111;
    margin-bottom: 10px;
}

.prodis_detail .text-p p {
    background: url("../images/xingx.png") no-repeat 0 3px;
    padding-left: 37px;
}

.prodis-tit {
    margin: 15px 0 15px;
}

.prodis-tit.type2 {
    display: block;
}

.prodis-tit.type2 h3 {
    text-align: left;
    padding-left: 0;
}

.prodis-tit h3 {
    font-size: 22px;
    color: #000;
    text-transform: capitalize;
}

.my-table {
    padding-top: 15px;
}

.my-table table {
    width: 100%;
    text-align: center;
}

.my-table th {
    background-color: #005899;
    color: #fff;
    font-size: 20px;
    padding: 20px;
    font-weight: 500;
    text-align: center;
}

.my-table td {
    color: #666;
    font-size: 16px;
    padding:5px 15px;
}
.my-table td p{
    margin-bottom: 0;
}

.my-table tr:nth-child(odd) td {
    background-color: #E5EFF6;
}

.my-table td,
.my-table th {
    border: 1px solid #9BA0A4;
}

.prodis-imgshow li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    float: left;
    box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.67);
}

.prodis-imgshow li:hover img {
    transform: scale(1.04);
}

.prodis-imgshow li:nth-child(3n) {
    margin-right: 0;
}

.related_block .m-width-1440 {
    box-sizing: border-box;
    padding: 0 85px;
    position: relative;
}

.related_block .swiper-container {
    padding: 15px;
}

.related_pro {
    background-color: rgba(0, 88, 153, 0.1);
    padding-top: 1px;
    padding-bottom: 50px;
}

.related_pro.nobg {
    background-color: transparent;
}

.detail-form-box {
    padding-top: 1px;
    padding-bottom: 100px;
}

.news-tab-item {
    border-bottom: 1px solid #F5F5F5;
    overflow: hidden;
    margin-bottom: 45px;
}

.news-tab-item a {
    float: left;
    padding: 15px 35px;
    color: #111;
    background-color: #EFEFEF;
    font-size: 18px;
    margin-right: 12px;
}

.news-tab-item a.cur,
.news-tab-item a:hover {
    background-color: #005899;
    color: #FFF;
}

.content-news .page-box {
    padding-top: 30px;
}

.content-news .news-list .imgshow {
    width: 20%;
}

.content-news .news-list .news-arrow {
    position: absolute;
    width: 28px;
    height: 28px;
    background-color: transparent;
    right: 45px;
    top: 50%;
    margin-top: -14px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("../images/jiantou2.png");
    border: 1px solid #111;
    background-color: #FFF;
}

.content-news .news-list li {
    transition: all 0.3s;
    position: relative;
    margin-bottom: 35px;
    background-color: #F7F7F7;
}

.content-news .news-list li:hover {
    box-shadow: -10px 10px 21px 0px rgba(0, 0, 0, 0.1);
}

.content-news .news-list li:hover .news-arrow {
    background-color: #005899;
    border-color: #005899;
    background-image: url("../images/jiantou.png");
}

.content-news .news-list .text {
    width: 80%;
    padding-top: 4%;
    padding-right: 10%;
}

.content-news .news-list .text .date {
    width: 14%;
}

.content-news .news-list .text .text-p {
    width: 80%;
}

.detail-tit {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.4;
}

.detail-tit.type2 {
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}

.detail-subtit {
    border-bottom: 1px solid #F5F5F5;
    text-align: center;
    padding-bottom: 13px;
}

.detail-subtit span {
    font-size: 18px;
    font-weight: 500;
    color: #111;
}

.app-detail-text p {
    line-height: 2;
}

.app-detail-text p.fixed img {
    width: 46%;
}

.app-detail-text p img {
    width: 100%;
    height: auto;
}

.content-detail .web_share {
    margin-bottom: 15px;
    text-align: center;
}

.pro-detail-page {
    margin-top: 20px;
    position: relative;
    border-top: 1px solid #eee;
    padding: 18px 0;
}

.pro-detail-page a {
    color: #666;
    font-size: 16px;
    line-height: 1.4;
    background-repeat: no-repeat;
    max-width: 40%;
}

.pro-detail-page a:hover {
    color: #005899;
}

.pro-detail-page a:hover em {
    color: #005899;
}

.pro-detail-page a em {
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
}

.pro-detail-page a.prev {
    background-image: url("../images/page-prev.png");
    background-position: 0% 50%;
    padding-left: 30px;
}

.pro-detail-page a.prev:hover {
    background-image: url("../images/page-prev-h.png");
}

.pro-detail-page a.next {
    text-align: right;
    background-image: url("../images/page-next.png");
    background-position: 100% 50%;
    padding-right: 30px;
}

.pro-detail-page a.next:hover {
    background-image: url("../images/page-next-h.png");
}

.content-app .app-list li {
    width: 31.5%;
    margin-right: 2.75%;
    margin-bottom: 40px;
}

.content-app .app-list li:nth-child(3n) {
    margin-right: 0;
}

.content-app .page-box {
    padding-top: 20px;
}

.app-detail-page {
    margin-top: 80px;
    position: relative;
}

.app-detail-page .web_share {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    width: 145px;
    overflow: hidden;
}

.app-detail-page .web_share a {
    float: left;
}

.app-detail-page>a {
    font-size: 16px;
    display: block;
    line-height: 1.5;
    margin-bottom: 10px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding-left: 30px;
}

.app-detail-page>a.prev {
    background-image: url("../images/page-prev.png");
}

.app-detail-page>a.prev:hover {
    background-image: url("../images/page-prev-h.png");
}

.app-detail-page>a.next {
    background-image: url("../images/page-next.png");
}

.app-detail-page>a.next:hover {
    background-image: url("../images/page-next-h.png");
}

.app-detail-page>a em {
    font-weight: 500;
}

.app-detail-page>a:hover {
    color: #005899;
}

.about-top-info .fixed {
    position: relative;
}

.about-top-info .title {
    margin-bottom: 75px;
}

.about-top-info .imgshow {
    position: absolute;
    width: 39%;
    top: -30px;
}

.about-top-info .text {
    width: 65%;
    border: 4px solid #005899;
    box-shadow: 16px 14px 27px 2px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 65px 45px 65px 10%;
}

.about-top-info .text p {
    line-height: 2;
    color: #1C1C1C;
}

.about-top-info h3 {
    color: #181818;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
}

.about-history {
    background-color: #005899;
    padding: 1px 1px 30px;
}

.history-gird {
    position: relative;
    box-sizing: border-box;
    color: #FFF;
}

.history-gird .theme.swiper-button-next,
.history-gird .theme.swiper-button-prev {
    background-size: 36px;
}

.history-gird .theme.swiper-button-next {
    background-image: url("../images/index_right.png");
}

.history-gird .theme.swiper-button-next:hover {
    background-image: url("../images/index_right-h.png");
}

.history-gird .theme.swiper-button-prev {
    background-image: url("../images/index_left.png");
}

.history-gird .theme.swiper-button-prev:hover {
    background-image: url("../images/index_left-h.png");
}

.history-gird .swiper-container {
    margin: 0 65px;
    position: relative;
}

.history-gird .swiper-container:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 4px;
    width: 100%;
    background-color: #F3AA05;
    margin-top: -2px;
}

.history-gird .swiper-slide:nth-child(2n) .text {
    padding-bottom: 150px;
    padding-top: 0;
}

.history-gird .swiper-slide:nth-child(2n) .text p {
    display: flex;
    align-items: flex-end;
}

.history-gird .swiper-slide:nth-child(2n) .text:after {
    top: auto;
    bottom: -2px;
}

.history-gird .swiper-slide:nth-child(2n) .imgshow-grid {
    bottom: auto;
    top: 20px;
}

.history-gird .swiper-slide:nth-child(2n) .time {
    padding-top: 0;
    padding-bottom: 15px;
}

.history-gird .imgshow {
    height: 255px;
    position: relative;
    box-sizing: border-box;
    width: 100%;
}

.history-gird .imgshow .imgshow-grid {
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}

.history-gird .time {
    padding-top: 15px;
    color: #F3AA05;
    font-size: 18px;
    text-align: center;
}

.history-gird .line-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #F3AA05;
    margin: 0 auto;
    position: relative;
}

.history-gird .line-dot:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(243, 170, 5, 0.4);
    margin: -18px 0 0 -18px;
}

.history-gird .text {
    box-sizing: border-box;
    position: relative;
    height: 255px;
    line-height: 2;
    padding-top: 150px;
}

.history-gird .text p {
    height: 112px;
    overflow: hidden;
}

.history-gird .text:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 4px;
    height: 130px;
    margin-left: -2px;
    background-color: #F3AA05;
    border-radius: 2px;
    top: -2px;
}

.about-honor .swiper-container {
    padding: 12px;
}

.about-honor .m-width-1440 {
    position: relative;
    padding: 0 65px;
    box-sizing: border-box;
}

.about-honor .theme {
    background-size: 33px;
}

.about-honor .theme.swiper-button-prev {
    left: 0;
    background-image: url("../images/index_left_b.png");
}

.about-honor .theme.swiper-button-prev:hover {
    background-image: url("../images/index_left_ls.png");
}

.about-honor .theme.swiper-button-next {
    right: 0;
    background-image: url("../images/index_right_b.png");
}

.about-honor .theme.swiper-button-next:hover {
    background-image: url("../images/index_right_ls.png");
}

.about-honor .swiper-slide {
    background: #9ba0a4;
    box-shadow: -1px 0px 12px 1px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.about-honor .swiper-slide:hover {
    transform: scale(1.04);
}

.fac-list li {
    float: left;
    width: 23%;
    margin-right: 2.66%;
    margin-bottom: 2.66%;
}

.fac-list li:hover img {
    transform: scale(1.04);
}

.fac-list li:nth-child(4n) {
    margin-right: 0;
}

.fac-list .imgshow {
    position: relative;
    border: 3px solid #005899;
}

.fac-list .imgshow h3 {
    position: absolute;
    color: #FFF;
    font-size: 14px;
    padding: 10px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    bottom: 0;
    text-align: center;
    background-color: rgba(0, 88, 153, 0.7);
}

.service-tenet .icon {
    display: block;
    height: 41px;
}

.service-tenet li {
    float: left;
    width: 22%;
    margin-right: 4%;
    box-sizing: border-box;
    padding: 40px;
    background: white;
    box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.1);
}

.service-tenet li:nth-last-of-type(1) {
    margin-right: 0;
}

.service-tenet p {
    line-height: 2;
    color: #111;
    margin-top: 25px;
    height: 112px;
    overflow: hidden;
}

.service-scope .fl {
    width: 45%;
}

.service-scope .fr {
    width: 50%;
    padding-top: 1%;
}

.service-scope p {
    position: relative;
    line-height: 1.75;
    color: #111;
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 35px;
}

.service-scope p .icon {
    position: absolute;
    width: 21px;
    height: 23px;
    left: 0;
    top: 3px;
}

.down-list li {
    background-color: #F5F5F5;
    padding: 15px 40px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    border: 1px solid #D3D3D3;
    margin-bottom: 50px;
}

.down-list li:hover h3,
.down-list li:hover p {
    color: #005899;

}

.down-list li:hover:After {
    width: 100%;
}

.down-list li:hover .down-icon {
    background-image: url("../images/xz2.png");
}

.down-list li:After {
    content: '';
    position: absolute;
    left: 0;
    width: 0%;
    height: 3px;
    background-color: #005899;
    bottom: 0;
    transition: all 0.3s;
}

.down-list li .down-icon {
    width: 25px;
    height: 29px;
    position: absolute;
    right: 45px;
    top: 50%;
    margin-top: -15px;
    background-size: 25px 29px;
    background-repeat: no-repeat;
    background-image: url("../images/xz.png");
}

.down-list li .imgshow {
    float: left;
    width: 8%;
}

.down-list li .text {
    width: 90%;
    padding-left: 2%;
    padding-right: 10%;
    box-sizing: border-box;
    float: right;
    border-left: 1px solid #111;
    margin-top: 5px;
}

.down-list li h3 {
    color: #111;
    font-size: 18px;
    padding-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
}

.down-list li p {
    height: 56px;
    overflow: hidden;
    line-height: 2;
    color: #666666;
    font-size: 14px;
}

.down-more {
    text-align: center;
}

.down-more a {
    font-size: 24px;
    font-weight: 500;
    background-color: #005899;
    padding: 20px 50px;
    color: #FFF;
    display: inline-block;
    text-transform: uppercase;
}

.content-down .down-list li:nth-last-of-type(1) {
    margin-bottom: 0;
}

.con-list li {
    width: 30%;
    border: 2px solid rgba(0, 88, 153, 0.8);
    box-shadow: 0px 9px 12px 1px rgba(0, 0, 0, 0.08);
    display: flex;
    height: 160px;
    justify-content: center;
    align-items: center;
    color: #101010;
    float: left;
    margin-right: 5%;
    box-sizing: border-box;
    transition: all 0.3s;
}

.con-list li:hover {
    background-color: #005899;
    transform: translateY(-20px);
}

.con-list li:hover h3,
.con-list li:hover p,
.con-list li:hover a,
.con-list li:hover span {
    color: #FFF;
}

.con-list li:hover .icon.tel {
    background-image: url("../images/con-icon1-h.png");
}

.con-list li:hover .icon.add {
    background-image: url("../images/con-icon2-h.png");
}

.con-list li:hover .icon.email {
    background-image: url("../images/con-icon3-h.png");
}

.con-list li:nth-last-of-type(1) {
    margin-right: 0;
}

.con-list .text {
    max-width: 60%;
    flex-shrink: 0;
}

.con-list h3 {
    font-size: 24px;
    margin-bottom: 14px;
}

.con-list a:hover {
    text-decoration: underline;
}

.con-list a,
.con-list span,
.con-list p {
    display: block;
    line-height: 2;
}

.con-list p {
    max-height: 84px;
    overflow: hidden;
}

.con-list .icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto;
    margin-right: 35px;
}

.con-list .icon.tel {
    background-image: url("../images/con-icon1.png");
}

.con-list .icon.add {
    background-image: url("../images/con-icon2.png");
}

.con-list .icon.email {
    background-image: url("../images/con-icon3.png");
}

.con-bot-grid {
    background-color: #F5F5F5;
}

.con-bot-grid .title {
    margin-top: 40px;
    margin-bottom: 20px;
}

.con-bot-grid .fl {
    width: 48%;
}

.con-bot-grid .text p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 12px;

}

.con-bot-grid .text p em {
    color: #005899;
    font-weight: 500;
}

.con-bot-grid .fr {
    width: 48%;
}

.sear-form {
    position: absolute;
    width: 815px;
    top: 50%;
    left: 50%;
    margin-left: -407.5px;
    transform: translateY(-50%);
}

.sear-form .related-tit {
    margin: 0;
}

.sear-form .related-tit h3 {
    padding-bottom: 45px;
}

.sear-form p {
    font-size: 14px;
    color: #666;
    text-align: left;
    padding: 20px 0 0 15px;
}

.sear-form p a {
    color: #005899;
}

.sear-form .form-grid {
    position: relative;
}

.sear-form button {
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("../images/sousuo2.png");
    width: 50px;
    cursor: pointer;
    background-color: transparent;
}

.sear-form .sear-btn:hover {
    background-image: url("../images/sousuo.png");
}

.sear-form input {
    width: 100%;
    border: 1px solid #999;
    box-sizing: border-box;
    height: 50px;
    padding: 0 15px;
}

.related-tit {
    font-size: 30px;
    color: #000;
    margin-bottom: 40px;
    margin-top: 70px;
}

.related-tit em {
    padding-left: 10px;
    color: #005899;
}

/*main--jieshu*/
/*footer start*/
.footer {
    padding: 40px 0 0;
    background: #181818;
}

.footer a {
    color: #C3C3C3;
}

.footer-box .foot_logo p {
    display: flex;
    padding-top: 25px;
}

.footer-box {
    position: relative;
    box-sizing: border-box;
}

.footer-box dd a:hover {
    color: #FFF;
}

.footer-box .flogo {
    width: 30%;
    box-sizing: border-box;
    padding-right: 30px;
}

/*.footer-box .flogo .text .fl {
    width: 20%;
}*/

.footer-box .flogo .text .fl img {
    width: 100%;
}

.footer-box .flogo .text .fr {
    color: #B4B4B4;
    width: 100%;
    font-size: 12px;
}

.footer-box .flogo .text .fr h3 {
    color: #FFF;
    font-size: 16px;
    margin-bottom: 5px;
}

.footer-box .flogo .text .fr p {
    line-height: 1.5;
}

.footer-box .web_share {
    padding: 20px 0 0;
    max-width: 186px;
    width: 100%;
}

.foot_nav {
    box-sizing: border-box;
    padding-left: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    width: 70%;
}

.foot_nav .line {
    width: 16px;
    height: 1px;
    margin-bottom: 13px;
    background-color: #FFE6E6E6;
}

.foot_nav li {
    float: left;
    width: 18%;
    line-height: 2;
}

.foot_nav li:nth-last-of-type(1) {
    width: 28%;
}

.foot_nav h3 {
    font-size: 18px;
    margin-bottom: 13px;
    line-height: 1;
    font-weight: 400;
}

.foot_nav h3 a {
    color: #E6E6E6;
    text-transform: uppercase;
}

.foot_nav dd {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 8px;
    display: flex;
    color: #9D9D9D;
}

.foot_nav dd label {
    flex-shrink: 0;
}

.foot_nav dd.text a {
    color: #0093FF;
}

.foot_nav dd .icon {
    float: left;
    margin: 5px 15px 0 0;
}

.foot_nav dd span {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.foot_nav dd a {
    color: #9D9D9D;
    line-height: 1.3;
    text-transform: capitalize;
    margin-right: 10px;
    margin-bottom: 8px;
}
.foot_nav li:nth-last-child(1) dd a{
    text-transform: initial;
}
.foot_nav dd a:hover {
    text-decoration: underline;
}

.textnowrap {
    white-space: nowrap;
}

.footer-copy {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(176, 181, 193, 0.2);
    padding: 20px 0;
    font-size: 12px;
    color: #797878;
}

.footer-copy.m-width-1280 {
    margin-top: 40px;
}

.footer-copy a {
    font-size: 14px;
    color: #797878;
}

/*footer end*/
/*轮播图start*/
.banner {
    margin: 0 auto 0;
    width: 100%;
}

.banner .swiper-pagination {
    right: 0;
    text-align: right;
    color: #FFF;
    font-size: 30px;
    font-weight: bold;
    box-sizing: border-box;
    padding-right: 7%;
}

.banner .swiper-pagination .swiper-pagination-current {
    font-size: 48px;
}

.banner.banner_ny {
    position: relative;
}

.banner.banner_ny img {
    width: 100%;
}

.banner .theme.swiper-button-next {
    right: 6%;
    margin-top: -20px;
}

.banner .theme.swiper-button-prev {
    left: 6%;
    margin-top: -20px;
}

.banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.banner .bg-box {
    position: relative;
    z-index: 1;
    text-align: center;
}

.banner .bg-box img {
    max-width: 100%;
    height: auto;
}

.banner .wap-box {
    display: none;
}

.banner .wap-box img {
    width: 100%;
    height: auto;
}

.swiper-slide .banner-content {
    transform: translateY(-200px);
    opacity: 0;
    color: #FFF;
    position: absolute;
    left: 0;
    top: 30%;
    width: 100%;
    z-index: 1990;
}

.ani-slide .banner-content {
    transition: all .6s;
    transform: translateY(0);
    opacity: 1;
    text-align: center;
}

.ani-slide .banner-content .btn {
    margin: 20px auto 0;
    border-color: #005899;
}

.ani-slide .banner-content h2 {
    text-align: center;
    font-weight: normal;
    font-size: 60px;
}

/*轮播图end*/
.crumbs-box {
    overflow: hidden;
    padding: 20px 0;
    margin-bottom: 20px;
    line-height: 18px;
}

.crumbs-box .icon {
    width: 21px;
    height: 17px;
    background: url("../images/home.png") no-repeat 50% 50%;
    margin-right: 10px;
    float: left;
    margin-left: 0;
}

.crumbs-box a {
    color: #666;
    transition: all 0.4s;
    float: left;
}

.crumbs-box a:hover {
    color: #005899;
}

.crumbs-box a:hover {
    color: #005899;
}

.crumbs-box i {
    float: left;
    margin: 0 10px;
    color: #666;
    width: 5px;
    height: 9px;
}

.crumbs-box span {
    color: #005899;
}

/*公共样式定义 start*/
/*例如,统一间距,统一字体,统一大小写,统一最大距离*/
.martop-80 {
    margin-top: 80px;
}

.paddtop-100 {
    padding-top: 100px;
}

.paddbot-80 {
    padding-bottom: 80px;
}

.m-width-1280 {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.m-width-1440 {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

/*置顶按钮 start*/
#toTop {
    width: 52px;
    height: 52px;
    right: 50px;
    bottom: 20px;
    position: fixed;
    z-index: 999;
    background: #005899;
    border-radius: 50%;
}

#toTop img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*置顶按钮 end*/
/*分页 start*/
.page-box {
    padding: 80px 0;
    text-align: center;
}

.page-box .page-inner {
    display: flex;
    justify-content: center;
}

.page-box .page-inner a,.page-box .page-inner span {
    display: inline-flex;
    font-size: 16px;
    color: #666;
    width: 46px;
    height: 46px;
    line-height: 46px;
    justify-content: center;
    background: transparent;
    border: 1px solid #D4D4D4;
    border-right: 0;
}

.page-box .page-inner .page-list {
    display: flex;
}

.page-box .page-inner .page-list a.act,
.page-box .page-inner .page-list a:hover {
    color: #666;
    border: 1px solid #005899;
    transition: all 0.4s;
}

.page-box .page-inner .page-list a.act,
.page-box .page-inner .page-list a:hover {
    color: #FFF;
    background: #005899;
    border: 1px solid #005899;
}

.page-box .page-inner a.prev {
    background: url(../images/page-left.png) no-repeat 50% 50%;
    font-family: monospace;
    font-weight: bold;
}

.page-box .page-inner a.next_page {
    width: auto;
    padding: 0 5px;
    background: none;
    border: none;
}

.page-box .page-inner a.next_page:hover {
    color: #005899;
    background: none;
    border: none;
}

.page-box .page-inner a.nextpostslink {
    background: url(../images/page-right.png) no-repeat 50% 50%;
    font-family: monospace;
    font-weight: bold;
    border-right: 1px solid #D4D4D4;
    text-indent: 200px;
    overflow: hidden;
}

.page-box .page-inner a.prev.all {
    background: url(../images/page-left-01.png) no-repeat 50% 50%;
}

.page-box .page-inner a.next.all {
    background: url(../images/page-right-01.png) no-repeat 50% 50%;
}

.page-box .page-inner a.prev.no-drop,
.page-box .page-inner a.next.no-drop {
    cursor: no-drop;
    opacity: 0.5;
}

/*分页 end*/
.nav-box,
.fz_line_grid_wap,
.wap_logo {
    display: none;
}

.f38 {
    font-size: 38px;
}

.web_share a {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-position: 50% 50%;
    margin-right: 11px;
    transition: all 0.3s;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.web_share.ftype a {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.web_share.ftype a:nth-of-type(1) {
    background-image: url("../images/flink1.png");
}

.web_share.ftype a:nth-of-type(1):hover {
    background-image: url("../images/flink1-h.png");
}

.web_share.ftype a:nth-of-type(2) {
    background-image: url("../images/flink2.png");
}

.web_share.ftype a:nth-of-type(2):hover {
    background-image: url("../images/flink2-h.png");
}

.web_share.ftype a:nth-of-type(3) {
    background-image: url("../images/flink3.png");
}

.web_share.ftype a:nth-of-type(3):hover {
    background-image: url("../images/flink3-h.png");
}

.web_share.ftype a:nth-of-type(4) {
    background-image: url("../images/flink4.png");
}

.web_share.ftype a:nth-of-type(4):hover {
    background-image: url("../images/flink4-h.png");
}

.web_share a:nth-last-of-type(1) {
    margin-right: 0;
}

/*公共样式定义 end*/
@media only screen and (max-width: 1666px) {
    .banner .swiper-pagination {
        padding-right: 20px;
    }
}

@media only screen and (max-width: 1466px) {
    /* .history-gird .imgshow,.history-gird .text{
        height: auto;
    }
    .history-gird .text{
        padding-top: 0;
    }
    .history-gird .imgshow .imgshow-grid{
        position:initial;
        transform: translateX(0);
    }
    .history-gird .swiper-slide:nth-child(2n){
        font-display: flex;
        flex-wrap: wrap;
        flex-direction: row-reverse;
    }
    .history-gird .swiper-slide:nth-child(2n) .text{
        padding-bottom: 0;
    }
    .history-gird .line-dot,.history-gird .swiper-container:after{
        display: none;
    }
    .history-gird .text:after{
        display: none;
    } */
    .history-gird .text:after{
        height: 30px;
    }
    .history-gird .imgshow,.history-gird .text{
        height: 155px;
    }
    .history-gird .swiper-slide:nth-child(2n) .text{
        padding-bottom: 30px;
    }
    .history-gird .text{
        padding-top: 30px;
    }
    .index-banner-bot ul {
        max-width: 1100px;
    }

    .header_top {
        padding: 0 20px;
    }

    .m-width-1280 {
        max-width: 1000px;
    }

    .pro-item-tab li {
        width: 33.33%;
        margin: 5px 0;
    }

    .pro-item-tab li:after {
        background-size: 100% 100%;
    }

    .index-news-grid .news-list li {
        margin-bottom: 3.5%;
    }

    .index-news-grid .fl .text {
        padding: 10px 20px;
    }

    .index-news-grid .fl p {
        height: 66px;
    }

    .index-about-grid .text {
        padding: 50px 50px 35px;
    }

    .index-banner-bot em {
        font-size: 45px;
    }

    .index-banner-bot li .text {
        padding: 30px 55px;
    }

    .index-banner-bot {
        height: 80px;
    }

    .foot_nav h3 {
        font-size: 16px;
    }

    .foot_nav dd {
        font-size: 12px;
    }

    .proleft_class {
        width: 24%;
    }

    .content-right {
        width: 73%;
    }
}

@media only screen and (max-width: 1366px) {
    .inner-20 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media only screen and (max-width: 1000px) {
    .service-tenet .icon img{
        width:24px;
       
    }
    .service-tenet .icon{
        height: 26px;
    }
    .product_list li{
        box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.1);
    }
    .prodis-gall .gall-box .swiper-slide.swiper-slide-thumb-active img,.prodis-imgshow li{
        box-shadow: none;
    }
    .product_list li p{
        text-overflow: ellipsis;
        display: -webkit-box;
     
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .crumbs-box a,
    .crumbs-box i {
        float: none;
    }

    .crumbs-box {
        position: relative;
        padding-left: 30px;
        padding-top: 0;
        margin-top: 20px;
    }

    .crumbs-box .icon.crumbs-home {
        position: absolute;
        left: 0;
        top: 0;
    }

    .mm-listview>li>a {
        text-transform: capitalize;
    }

    .news-list .text .date {
        /* margin-top: 10px; */
        text-align: left;
        width: 100%;
        margin-bottom: 10px;
    }

    .news-list .text .text-p {
        width: 100%;
    }
    .index-about-grid{
        background: none;
    }
    #toTop {
        display: none !important;
    }

    .footer-box .web_share {
        margin: 0 auto;
    }

    .foot_nav li {
        display: none;
    }

    .foot_nav li:nth-last-of-type(1) {
        display: block;
    }

    .sear-form {
        width: 90%;
        margin-left: 0;
        transform: translateX(0);
        position: initial;
        margin: 0 auto;
    }

    .related-tit {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .content-search-grid .product_list li {
        width: 49%;
        margin-right: 2%;
    }

    .content-search-grid .product_list li:nth-child(2n) {
        margin-right: 0;
    }

    .con-list h3 {
        font-size: 20px;
    }

    .con-list .icon {
        position: absolute;
        left: 20px;
        /* top: 50%; */
        /* margin-top: -20px; */
        width: 30px;
        height: 50px;
        top: 0;
        background-size:100%;
    }

    .con-list .text {
        max-width: 100%;
        width: 100%;
        text-align: left;
    }

    .con-list li {
        position: relative;
        display: block;
        box-sizing: border-box;
        width: 100%;
        margin-bottom: 20px;
        height: auto;
        padding: 15px 10px;
        padding-left: 70px;
    }
    .con-list p{
        line-height: 1.4;
    }
    .down-more a {
        font-size: 16px;
        padding: 10px 0px;
        width: 100%;
        text-align: center;
    }

    .down-list li .imgshow {
        width: 20%;
    }

    .down-list li h3 {
        margin-bottom: 5px;
        white-space: initial;
        line-height: 1.2;
    }

    .down-list li {
        padding: 15px;
        margin-bottom: 20px;
    }

    .down-list li .down-icon {
        /* display: none; */
        right: auto;
        top: auto;
        left: 20px;
        bottom: 10px;
        opacity: 0.5;
    }
    .down-list li p{
        line-height: 1.5;
        height: 42px;
    }
    .down-list li .text {
        width: 75%;
        border-left: none;
        padding-right: 0;
    }

    .service-scope .fl {
        margin-bottom: 20px;
    }
    .service-tenet{
        display: flex;
        flex-wrap: wrap;
    }
    .service-tenet li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
        padding: 15px;
    }
    .service-tenet p{
        line-height: 1.5;
        height: auto;
    }

    .service-tenet li:nth-of-type(2n) {
        margin-right: 0;
    }

    .app-detail-page .web_share {
        position: initial;
        margin: 0 auto;
    }

    .app-detail-page {
        margin-top: 30px;
    }

    .app-list h3 {
        height: 40px;
        font-size: 16px;
        margin: 15px 0 10px;
    }

    .content-app .app-list li {
        margin-right: 2%;
        width: 49%;
    }

    .content-app .app-list li:nth-of-type(3n) {
        margin-right: 2%;
    }

    .content-app .app-list li:nth-of-type(2n) {
        margin-right: 0;
    }

    .detail-form-box {
        padding-bottom: 30px;
    }

    .related_block .m-width-1440 {
        padding: 0 40px;
    }

    .prodis-imgshow li {
        width: 47%;
        margin-bottom: 6%;
    }

    .prodis-imgshow li:nth-child(3n) {
        margin-right: 2%;
    }

    .prodis-imgshow li:nth-child(2n) {
        margin-right: 0;
        float: right;
    }

    .gall-tips .links a {
        margin-right: 0;
    }

    .my-table {
        overflow-x: auto;
    }

    .proleft_class {
        display: none;
    }

    .content-pro .product_list li {
        width: 49%;
        margin-right: 2%;
    }

    .content-pro .product_list li:nth-child(3n) {
        margin-right: 2%;
    }

    .content-pro .product_list li:nth-child(2n) {
        margin-right: 0;
    }

    .content-right {
        width: 100%;
    }

    .pro-detail-page a {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .pro-detail-page a.next,
    .pro-detail-page a.prev {
        padding-left: 0;
        padding-right: 0;
        background-image: none;
        text-align: left;
    }

    .content-news .news-list .imgshow {
        width: 30%;
    }

    .content-news .news-list li {
        margin-bottom: 20px;
        padding: 10px;
    }

    .content-news .news-list .text .text-p {
        width: 73%;
    }

    .content-news .news-list .text .date {
        width: 20%;
        margin-right: 5%;
    }

    .content-news .news-list .news-arrow {
        display: none;
    }

    .content-news .news-list .text {
        width: 100%;
        padding-right: 0;
    }

    .news-tab-item a {
        width: 50%;
        box-sizing: border-box;
        margin-right: 0;
        padding: 10px;
        text-align: center;
        font-size: 14px;
    }

    .paddbot-80 {
        padding-bottom: 30px;
    }

    .fac-list li {
        width: 49%;
        margin-right: 2%;
    }

    .fac-list li:nth-child(4n) {
        margin-right: 2%;
    }

    .fac-list li:nth-child(2n) {
        margin-right: 0;
    }

    .about-top-info .title {
        margin-bottom: 30px;
    }

    .about-top-info .text {
        padding: 20px;
        border-width: 1px;
    }

    .about-top-info .imgshow {
        top: 0;
        position: initial;
        margin-bottom: 20px;
    }

    .footer-copy.m-width-1280 {
        margin-top: 20px;
    }

    .footer-copy p {
        line-height: 1.4;
        text-align: center;
        width: 100%;
    }

    .footer {
        padding-bottom: 80px;
    }

    .footer-box .flogo {
        width: 100%;
        margin-bottom: 20px;
    }

    .foot_nav {
        padding-left: 0;
        border-left: none;
    }

    .index-about-grid .text h3 {
        font-size: 20px;
    }

    .index-about-grid {
        padding-bottom: 50px;
    }

    .index-about-grid .text {
        position: initial;
        padding: 20px;
    }

    .news-list .imgshow {
        width: 100%;
        box-sizing: border-box;
    }

    .news-list .text .date em {
        font-size: 20px;
        display: none;
    }

    .news-list .text h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .news-list .text {
        width: 100%;
    }

    .index-news-grid .fl {
        margin-bottom: 20px;
    }

    .index-news-grid .fl .text {
        position: initial;
        width: 100%;
        padding: 20px 0;
    }

    .index-news-grid .fl h3 {
        height: auto;
    }

    .index-news-grid .fl p {
        height: auto;
    }

    .title .news-tab {
        position: initial;
        overflow: hidden;
        margin-top: 20px;
    }

    .title .news-tab a {
        float: left;
    }

    .index-app-grid .bot-btn {
        margin: 20px auto;
    }

    .index-app-grid .app-list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .product_list li h3 {
        font-size: 16px;
        height: 38px;
    }

    .product_list .text {
        padding: 10px;
    }

    .product_list .pro-bot {
        height: 20px;
    }

    .product_list .pro-bot a {
        display: none;
    }

    .index_pro_grid .product_list li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }

    .index_pro_grid .product_list li:nth-child(2n) {
        margin-right: 0;
    }

    .title {
        margin: 40px auto 30px;
    }

    .title h2 {
        font-size: 28px;
    }

    .pro-item-tab li {
        width: 50%;
        box-sizing: border-box;
        border: 1px solid #FFF;
        flex-shrink: 0;
    }

    .pro-item-tab li.hover {
        background-color: #005899;
    }

    .pro-item-tab a {
        height: 48px;
        padding: 0 10px;
        overflow: hidden;
    }

    .pro-item-tab li .icon,
    .pro-item-tab li:after {
        display: none;
    }

    .index-banner-bot em {
        font-size: 30px;
    }

    .index-banner-bot li .text {
        padding: 10px;
    }

    .index-banner-bot li .line {
        display: none;
    }

    .index-banner-bot p {
        font-size: 14px;
    }

    .index-banner-bot {
        height: auto;
    }

    .index-banner-bot li {
        width: 100%;
    }

    .index-banner-bot ul {
        position: initial;
        transform: translateY(0);
    }

    .banner .swiper-pagination,
    .banner .theme.swiper-button-next,
    .banner .theme.swiper-button-prev {
        display: none;
    }

    .footer-copy {
        flex-wrap: wrap;
    }

    .page_group a img {
        display: none;
    }

    .page_group .next {
        padding-right: 10px;
    }

    .page_group .prev {
        padding-left: 10px;
    }

    .page_group a {
        width: 100%;
        margin-bottom: 10px;
    }

    .page_group p span {
        width: 75%;
    }

    .page_group p,
    .page_group a {
        height: auto;
        padding: 10px 0;
    }

    .martop-80 {
        margin-top: 30px !important;
    }

    #page {
        background-color: #FFF;
    }

    .header-box .m-width-1280 {
        background-color: #FFF;
    }

    .header-box .logo {
        height: auto;
        padding: 15px 0;
    }

    .header-box .logo img {
        height: 40px;
    }

    .right-icon {
        position: absolute;
        left: 0;
        top: 0;
    }

    .lan-box {
        height: 60px;
        left: 0;
        margin-left: 0;
    }

    .right-icon em:nth-of-type(1) {
        margin-left: 0;
    }

    .header_top,
    .pc-nav {
        display: none;
    }

    .foot_nav li {
        width: 50%;
        margin-bottom: 20px;
    }

    .foot_nav li:nth-last-of-type(1) {
        width: 100%;
    }

    .page-box .page-inner a.next_page {
        display: none;
    }

    .f38 {
        font-size: 28px;
    }

    .flexwrap {
        flex-wrap: wrap;
    }

    .inner-20 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .martop-60 {
        margin-top: 15px;
    }

    .sm_100 {
        width: 100% !important;
    }

    .btn-nav {
        position: absolute;
        background: transparent;
        border: none;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 99999;
        display: block;
        width: 30px;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
    }

    .icon-bar {
        display: block;
        margin: 6px 0;
        width: 30px;
        height: 3px;
        background-color: #005899;
        -webkit-transition: all .7s ease;
        -moz-transition: all .7s ease;
        -ms-transition: all .7s ease;
        -o-transition: all .7s ease;
        transition: all .7s ease;
        z-index: 999999;
    }

    .icon-bar .bottom {
        margin-bottom: 0;
    }

    .mm-opening .top {
        -webkit-transform: translateY(8px) rotateZ(45deg);
        -moz-transform: translateY(8px) rotateZ(45deg);
        -ms-transform: translateY(8px) rotateZ(45deg);
        -o-transform: translateY(8px) rotateZ(45deg);
        transform: translateY(8px) rotateZ(45deg);
    }

    .mm-opening .bottom {
        -webkit-transform: translateY(-10px) rotateZ(-45deg);
        -moz-transform: translateY(-10px) rotateZ(-45deg);
        -ms-transform: translateY(-10px) rotateZ(-45deg);
        -o-transform: translateY(-10px) rotateZ(-45deg);
        transform: translateY(-10px) rotateZ(-45deg);
    }

    .mm-opening .middle {
        width: 0;
    }

    .banner .bg-box {
        display: none;
    }

    .banner .wap-box {
        display: block;
    }
}