@charset "UTF-8";

.qrcode {
    width: 140px;
}

p {
    margin: 0;
    padding: 0;
}



#header {
    height: 134px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}

.head-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}

.head-right {
    height: 100%;
}

.company-message {
    margin-left: 30px;
}

.company-name {
    color: #002c79;
    font-size: 20px;
    font-weight: bold;
    margin-top: 6px;
}

.company-main {
    color: #666666;
    font-size: 16px;
}

.company-main span {
    color: #CB0E16;
}

.company-phone {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.company-phone-number {
    font-size: 22px;
    font-weight: bold;
    margin-left: 10px;
    color: #db2a24;
    line-height: 25px;
}

.company-phone-number div {
    font-size: 18px;
    color: #002c79;
}

.company-phone-logo {
    text-align: center;
}

.company-phone-logo img {
    width: 60px;
}

.hd-dh {
    font-size: 44px !important;
    color: #002c79 !important;
}




#mynavbar {
    width: 100%;
    border-top: solid 1px #DDDDDD;
    border-bottom: solid 1px #DDDDDD;
    z-index: 999;
}

.alogo{
    font-size: 18px;
    font-weight: bolder;
    width: 60%;
}

.alogo .logo{
    width: 100%;
}

.mynavbar {
    justify-content: flex-end;
    padding: 0 15px;
}

.mynav {
    justify-content: space-between !important;
    width: 100% !important;
}

.mynav .nav-item {
    text-align: center;
    flex: 1;
}

.my-navitem font {
    position: relative;
    z-index: 20;
}

.mynav .nav-item p {
    line-height: initial;
    width: 100%;
    position: relative;
    z-index: 20;
    font-size: 14px;
}

.mynav .nav-item>.nav-link span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100%;
    background-color: #002c79;
    transition: all .3s linear;
}

.mynav .nav-item>.nav-link {
    color: #333;
    padding: 0;
    height: 66px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-left: solid 1px #DDDDDD;
    flex-direction: column;
}

.mynav .nav-item:last-of-type>.nav-link {
    border-right: solid 1px #DDDDDD;
}

.mynavbar .nav-item.cur>.nav-link {
    border-top: solid 2px #002C79;
}

.mynav .nav-item>.nav-link:hover {
    color: white;
}

.mynav li:nth-of-type(1n+2) {
    position: relative;
}

.cs {
    height: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    transition: all .3s linear;
    overflow: hidden;
    z-index: 100;
}

.mynav .my-navitem:hover .cs {
    height: 228px;
}

.mynav .my-navitem:hover span {
    top: 0;
}

.cs li {
    margin-top: 1px;
    padding: 5px 0;
    text-align: center;
    color: #333;
    cursor: pointer;
    border: solid 1px #DDDDDD;
    border-top: none;
}

.cs li.active {
    border-color: #002C79 !important;
}

.cs li:hover {
    border-color: #002C79 !important;
}

@media (min-width: 640px) {
    .mynavbar .btn,
    .mynavbar.navbar-expand-lg {
        display: none;
    }
    .mynavbar.navbar-expand-lg {
        display: flex !important;
    }
    .mynavbar .collapse:not(.show) {
        display: flex;
    }
    .mynavbar .navbar-nav {
        flex-direction: row;
        flex-wrap: nowrap;
    }
}

@media (max-width: 850px) {
    .mynav .nav-item .nav-link {
        font-size: 14px !important;
    }
    .company-main {
        font-size: 20px;
    }
    .company-name {
        font-size: 35px;
    }
}

@media (max-width: 700px) {
    .mynav li {
        width: 100%;
        text-align: center;
    }
    .mynav li:nth-of-type(1n+2) {
        margin-left: 0;
    }
    .mynavbar {
        padding-right: 0;
        padding-left: 0;
    }
    .company-phone-number {
        font-size: 16px;
        font-weight: bold;
        zoom: 0.6;
    }
    .company-phone-logo img {
        width: calc(76px * 0.5);
        height: clac(51px * 0.5);
    }
    .company-phone-logo div {
        zoom: 0.8;
    }
    .aboutus_title_ti {
        font-size: 25px !important;
    }
}



.slide-max-btn {
    display: inline-block;
    width: 50px;
    height: 80px;
    line-height: 88px;
    background-color: rgba(0, 0, 0, 0.5);
}




/*.search {
    background-color: #ffffff;
    padding: 10px 0;
    font-size: 0;
    border-bottom: solid 1px #DDDDDD;
}*/

.se-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search form {
    display: flex;
    justify-content: flex-end;
}

.search font {
    color: rgb(207, 202, 202);
    font-size: 16px;
}

/*.search input {
    border: solid 1px rgb(235, 234, 234);
    color: #757575;
    text-indent: 1em;
    border-radius: 3px 0 0 3px;
    outline: none;
    width: 240px;
}



.search input,
.search button {
    font-size: 14px;
    margin: 0;
    padding: 0;
    outline: none;
    height: 40px;
}
*/

.sea_inp {   }
.sea_inp input { display: block; outline: none; line-height: 40px; border: none; }
.sea_inp .search { float: left; width: 240px !important; height:40px; padding-left: 20px; color: #666; }
.sea_inp .sub { float: right; width:80px; height:40px; background: url(../images/s_btn.jpg) no-repeat center; }

.search button {
    color: white;
    background-color: #002c79;
    border-radius: 0 3px 3px 0;
    border: none;
    padding: 0 30px;
}

.search .icon-fangdajing {
    font-size: 20px !important;
}




.webtitle {
    text-align: center;
    padding: 4% 0 2%;
}

.t-en {
    font-size: 24px;
    font-weight: bolder;
    color: #444444;
}

.t-ch {
    font-size: 30px;
    font-weight: bolder;
    color: #002C79;
}

.t-line {
    transition: all .5s linear;
    position: relative;
    margin: 0 auto;
    height: 30px;
    width: 30px;
    transform-style: preserve-3d;
    transform-origin: center;
    animation: anim 3s linear infinite;
}

@keyframes anim {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}

.t-line span {
    position: absolute;
    height: 100%;
    width: 100%;
    font-size: 12px;
    top: 0;
    color: white;
    line-height: 30px;
    left: 0;
    transform-origin: center;
}

.t-6 {
    background-color: rgb(250, 3, 250);
    transform: translateZ(-30px);
}

.t-5 {
    background-color: cyan;
    transform: rotateX(-90deg) translate3d(0, 15px, -15px);
}

.t-4 {
    background-color: rgb(5, 250, 5);
    transform: rotateY(90deg) translate3d(15px, 0, -15px);
}

.t-3 {
    background-color: yellow;
    transform: rotateX(90deg) translate3d(0, -15px, -15px);
}

.t-2 {
    background-color: orange;
    transform: rotateY(-90deg) translate3d(-15px, 0, -15px);
}

.t-1 {
    background-color: red;
    transform: translateZ(0px);
}

.pro-item a{
    display: block;
    width: 100%;
    padding: 10% 0.5%; 
}

.pro_list {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.pro-item {
    font-size: 16px;
    position: relative;
    overflow: hidden;
    width: 12%;
    border-radius: 2px;
    background-color: #000000;
    text-align: center;
    box-shadow: 5px 5px 2px 0 rgb(189, 189, 189);
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pro-item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #DB2A24;
    left: -100%;
    transition: all .2s linear;
    top: 0;
}

.pro-item:hover:before {
    left: 0;
}

.pro-item.cur:before {
    left: 0;
}

.pro-item:first-of-type {
    margin-left: 0;
}

.pro-item span {
    color: #fff;
    position: relative;
    transition: all .4s linear;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}

.pro-item:hover span {
    color: white;
}

.pro-item.cur span {
    color: white;
}

.pro_tu {
    font-size: 0;
    transition: all 1s linear;
    opacity: 0;
    overflow: hidden;
    /* display: flex; */
    flex-wrap: wrap;
}

.protu-item {
    font-size: 16px;
    display: inline-block;
    width: 24%;
    box-shadow: 0 0 4px 0 rgb(219, 219, 219);
    margin: 0.5%;
}


/* owlcarousel */

.owl-carousel .protu-item {
    width: 100%;
    margin: 10px;
}

.owl-dot:last-of-type {
    display: none !important;
}


/* owlcarousel */

.protu-item:hover {
    box-shadow: 0 0 4px 0 #002c79;
}

.protu-img {
    width: 100%;
}

.promaxbox {
    display: flex;
    flex-wrap: wrap;
}

.myalitem {
    margin: 10px 0;
}

.myalitem .protu-img {
    width: 98%;
    margin: 0 auto;
}

.myalitem h6 {
    margin: 0 auto;
}

.pro_tu h6 {
    color: #333;
    padding: 20px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    transition: all .4s linear;
    width: 100%;
}

.pro_tu h6 span {
    position: relative;
}

.pro_tu h6 font {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: -100%;
    line-height: 100%;
    transition: all .2s linear;
    background-color: #002C79;
}

.protu-item:hover h6 font {
    left: 0;
}

.protu-item:hover h6 {
    color: white;
}

.ckgd-cp {
    font-size: 18px;
    color: #333;
    text-align: center;
    margin: 40px auto 60px;
}

.ckgd-cp span {
    padding: 10px 14px;
    background-color: #db2a24;
    box-shadow: 3px 3px 2px 0 rgb(160 155 155);
    font-size: 14px;
    color: white;
    font-weight: bolder;
}

.ckgd-cp span:hover {
    background-color: #002C79;
}




.newspointer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    bottom: auto;
    top: 0;
    flex-wrap: wrap;
}

.newspointer li {
    width:13%;
    border-radius: 2px;
    background-color: #000000;
    text-indent: 0;
    height: auto;
    text-align: center;
    padding: 0.8% 0;
    opacity: 1;
    box-shadow: 5px 5px 2px 0 rgb(189, 189, 189);
    margin: 0 5px;
    border: none;
    color: white;
}

.newspointer li.active {
    background-color: #002C79;
    color: white;
}

.newsbanner {
    padding-top: 5%;
}

.news-bottom {
    padding: 6% 3%;
    position: relative;
    background-color: #F5F5F5;
    color: #333;
}

.news-bottom h5 {
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    margin: 5% 0;
}

.news-bottom p {
    line-height: 30px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}

.newslist {
    display: flex;
    padding: 6px 0;
    flex-wrap: wrap;
}

.newslist a {
    width: 24%;
    margin: 0 0.5%;
    overflow: hidden;
    padding: 2px;
}

.newslist li{
    box-shadow: 1px 1px 4px 0 rgb(189 189 189);
}

.newslist a img {
    transition: all .3s linear;
    width: 100%;
}

.newslist a img:hover {
    transform: scale(1.1);
}

.newslist li:hover {
    box-shadow: 0 0 6px 0 #002C79;
}

.newslist li:hover .news-bottom {
    background-color: #002C79;
    color: white;
}

.newspointer li.active {
    background-color: #db2a24;
    color: white;
}

.newsbanner {
    padding-top: 5%;
}

.news-ckgd {
    text-align: center;
    margin: 5% 0;
}

.news-ckgd a {
    padding: 1% 3%;
    background-color: #F5F5F5;
    color: #333;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    box-shadow: 3px 3px 2px 0 rgb(189, 189, 189);
}

.news-ckgd a:hover {
    box-shadow: 3px 3px 2px 0 #057272;
    background-color: #DF0101;
    color: white;
    font-weight: bold;
}




.anli {
    position: relative;
    overflow: hidden;
    margin-bottom: 2%;
}

.al-left {
    width: 25%;
    position: absolute;
    height: 100%;
    background-color: #F1F1F1;
}

.al-l-bottom {
    padding: 15px;
    position: absolute;
    width: 100%;
    height: 100%;
}

.almy-pointer {
    display: flex;
    margin: 0 auto;
    justify-content: center;
}

.almy-pointer li {
    margin: 5px !important;
}

.almy-pointer li.active {
    background-color: #fff !important;
}

.al-l-maxbox {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.al-l-bottom ul li {
    padding: 10px;
}

.al-l-bottom ul li a:hover {
    border-color: #002C79;
}

.al-l-bottom ul li a:hover h6 {
    color: #002C79;
    text-decoration: underline;
}

.al-l-bottom ul li a:hover p {
    color: #002C79;
}

.al-l-bottom ul li a {
    position: relative;
    overflow: hidden;
    display: block;
    border-bottom: 1px solid #999;
}

.al-l-bottom ul li .alimg {
    width: 30%;
    position: absolute;
    height: calc(100% - 20px);
    top: 10px;
}

.al-abc {
    width: 70%;
    float: right;
    padding: 10px;
}

.al-abc h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.al-abc p {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    font-size: 14px;
    margin: 10px 0;
    color: #666;
}

.al-l-top h3 {
    font-weight: bold;
    padding: 25px 18px 18px 25px;
    text-align: center;
    background-color: #002C79;
    color: white;
}

.al-l-top h3 span {
    font-size: 30px;
    vertical-align: middle;
    margin-right: 5px;
}

.al-r-top h3 {
    font-weight: bold;
    padding: 25px 18px 18px 25px;
    color: white;
    padding-left: 5%;
    color: #333;
}

.al-r-top h3 span {
    font-size: 30px;
    vertical-align: middle;
    margin-right: 5px;
    color: #DB2A24;
}

.al-r-top h3 font {
    color: #DB2A24;
}

.al-r-top h3 a {
    float: right;
}

.al-r-top h3 i {
    font-size: 20px;
    border-left: 1px solid #999;
    margin-left: 2%;
    padding-left: 2%;
    font-style: normal;
}

.al-right {
    width: 73%;
    float: right;
    padding: 0 10px;
    background-color: #F1F1F1;
    padding-bottom: 20px;
}




.companybrief {
    margin-top: 5%;
}

.cb-top {
    background-color: #002C79;
    padding-bottom: 160px;
}

.cb-top .newstitle h2 {
    color: white;
}

.cb-top .newstitle span {
    color: #ffffff;
}

.cb-top .newstitle:after {
    color: white;
    background-color: white;
}

.cb-top .newstitle:before {
    font-weight: normal;
    color: #333;
}

.cb-con {
    background-color: #F7F7F7;
    position: relative;
    overflow: hidden;
}

.cb-leftbox {
    padding: 3%;
    width: 50%;
    position: relative;
    z-index: 2;
    background-color: #F7F7F7;
}

.cb-leftbox h2 {
    text-align: right;
    color: #0241af;
}

.cb-leftbox h3 {
    color: #002C79;
    margin-bottom: 2%;
    font-weight: bolder;
}

.cb-leftbox p {
    line-height: 30px;
    color: #333;
    overflow: hidden;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.cb-rightbox {
    width: 50%;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    transition: all .5s linear;
}

.cb-rightbox:hover {
    transform: scale(1.1);
}

.cb-bottom {
    margin-top: 5%;
}

.t-ch.pro,
.t-en.pro {
    color: white !important;
}

.ckgd-cp.pro {
    margin: 3%;
}




.footer {
    display: flex;
    justify-content: space-between;
    background-color: #333333;
    margin-top: 20px;
}

.footer .row {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
}

.footer .row ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer .row .column {
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer .row .column:nth-of-type(1n+2) {
    border-left: dashed 1px rgb(63 62 62);
    padding-left: 40px;
}

.footer .row .column h6,
.footer .row .column h5 {
    color: white;
}

.footer .row .column li {
    margin: 10px 0;
}

.footer .row .column a {
    color: rgb(167, 165, 165);
    padding: 5px 0;
    text-decoration: none;
}

.footer .row .column a:hover {
    color: white;
}

.ft-qrcode {
    text-align: center;
}

.ft-qrcode img {
    transition: transform .5s linear;
    cursor: pointer;
    margin-top: 20px;
}

.ft-qrcode img:hover {
    transform: scale(1.05);
}

.ft-lx {
    color: rgb(167, 165, 165);
}

.ftphone {
    color: white;
}

.ftphone span{
    font-size: 32px;
}

.ftphone p {
    font-size: 18px;
}

.ftphone i {
    font-size: 40px;
    color: rgb(167, 165, 165);
}



.myvideo {
    position: relative;
}

.mv-maxbox {
    overflow: hidden;
    padding: 0;
    position: relative;
}

.mv-list {
    display: flex;
    flex-wrap: wrap;
}

.mv-item {
    text-align: center;
    position: relative;
    width: 25%;
}

.mv-item:hover p {
    background-color: #002C79;
    color: white;
}

.mv-b {
    position: relative;
    width: 98%;
    margin: 0 auto;
}

.mv-b:after {
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
}

.mv-top .icon-ziyuan {
    font-size: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -20px;
    color: white;
    text-shadow: 1px 1px 2px black;
    z-index: 10;
}

.mv-item p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 98%;
    padding: 4%;
    margin: 0 auto;
    background-color: #F5F5F5;
    font-size: 14px;
}

.mv-top img,
.mv-top video {
    width: 100%;
}

.cvideo{
    height: 500px;
}

.prevbtn,
.nextbtn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: rgb(255 255 255) !important;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 999;
    box-shadow: 0 0 3px 0 #aaaaaa;
    color: #DDDDDD;
}

.prevbtn {
    left: -80px;
}

.nextbtn {
    right: -80px;
}

.prevbtn:hover,
.nextbtn:hover {
    background-color: #002c79 !important;
    box-shadow: 0 0 3px 0 rgb(233, 4, 4);
    color: white;
}




.newszx {
    margin-top: 3%;
}

.newstitle {
    font-size: 60px;
    position: relative;
    padding: 3%;
    text-align: center;
    margin-bottom: 6%;
}

.newstitle h2 {
    color: #002C79;
    font-size: 40px;
    font-weight: bolder;
}

.newstitle span {
    color: #545454;
    font-size: 40px;
}

.newstitle::after {
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    background-color: #676767;
}

.newstitle::before {
    content: attr(aftertitle);
    position: absolute;
    padding: 12px 0px;
    z-index: 100;
    bottom: -26px;
    font-size: 18px; font-weight:normal;
    color: #676767;
    border-radius: 30px;
    border: solid #676767 1px;
    left: 50%;
    margin-left: -122.5px;
    background-color: white;
    z-index: 2;
    width: 245px;
}

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

.ns-left {
    width: 30%;
    position: absolute;
    height: 100%;
    border: solid 1px #f4f1f1;
}

.ns-l-item {
    display: none;
}

.ns-l-item.active {
    display: block;
    opacity: 0;
}

.ns-right {
    float: right;
    width: 70%;
    padding: 0 1.6%;
    border: solid 1px #f4f1f1;
}

.ns-nav {
    display: flex;
    padding: 2% 0;
}

.ns-nav li {
    border-left: dotted 1px #333;
    padding-left: 2%;
    margin-left: 3%;
    font-size: 18px;
    font-weight: bolder;
    cursor: pointer;
}

.ns-nav li:first-of-type {
    margin-left: 0;
}

.ns-list {
    display: none;
}

.ns-list.active {
    display: block;
}

.ns-list li {
    padding: 2% 0;
    display: flex;
    border-bottom: 1px solid #F4F1F1;
}

.ns-list li:hover {
    border-color: #333;
}

.ns-list li:hover h4 {
    color: #002C79;
}

.ns-list li:hover .ns-text p {
    color: black;
}

.ns-date {
    background-color: #002C79;
    color: white;
    width: 30%;
    text-align: center;
}

.ns-list li.active {
    border-color: #333;
}

.ns-text {
    padding-right: 2%;
}

.ns-text h4 {
    margin-bottom: 1%;
}

.ns-list li.active .ns-text h4 {
    color: #002C79;
    font-weight: bolder;
}

.ns-list li .ns-text h4 {
    font-weight: bolder;
    font-size: 18px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.ns-list li .ns-text p {
    color: #666;
    font-size: 14px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    text-indent: 2em;
}

.ns-list li.active .ns-text p {
    color: #333;
}

.ns-nav li.active {
    color: #002C79;
    border-left: solid 3px #FC6401;
}

.ns-l-top {
    background-color: #002C79;
    color: white;
    padding: 6%;
    text-align: center;
}

.ns-l-top h4 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 20px;
}

.ns-l-item h6 {
    font-weight: bolder;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 4%;
}

.ns-l-item h6 {
    font-weight: bolder;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 4%;
    position: relative;
}

.ns-l-item:hover h6 {
    color: #002C79;
}

.ns-l-item h6:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 90%;
    background-color: #666666;
    bottom: 0;
    left: 50%;
    margin-left: -46.5%;
}

.ns-l-item span {
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 25px;
    display: -webkit-box;
    overflow: hidden;
    padding: 0 4%;
    margin: 3% 0;
    color: #666666;
    text-indent: 2em;
}

.ns-l-item:hover span {
    color: #333;
}

.ns-l-top p {
    font-size: 20px;
    padding: 3%;
}

.ns-pr {
    display: flex;
    justify-content: space-evenly;
}

.ns-pr .iconfont {
    border: solid 1px white;
    font-size: 24px;
    cursor: pointer;
}

.ns-r-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #F4F1F1;
}

.ns-r-top .gd {
    width: 60px;
}

.ns-r-top .gd:hover {
    color: #002C79;
    font-weight: bolder;
}

.ns-r-top .ns-nav {
    width: 70%;
}




.copyright {
    background-color: #232323;
    color: white;
    text-align: center;
    padding: 5px;
    width: 100%;
}



.copyright1 {
    background-color: #232323;
    color: #999;
    text-align: center;
    padding: 15px;
    width: 100%;
}
.copyright1 a{  color: #999; }
.fotlogo{text-align: center;}

.tab_t{}
.tab_t ul{
    display: flex;
    background: #eeeeee;
}
.tab_t ul li{
    width: 100%;
    text-align: center;
    line-height: 52px;
    cursor: pointer;
}
.tab_t ul li.on{
    background: #002c79;
    color: #fff;
}
.tab_main{}
.tab_main ul{
    border: 1px solid #eee;
    border-top: 0;
}
.tab_main ul li{
    padding: 10px;
    display: none;
}
.tab_main ul li.on{display:block;}


.swiper-box {
    margin: 20px auto;
    width: 100%;
    padding-right: 20px;
  }
  .pic_page {
    position: absolute;
    z-index: 100;
    right: 20px;
    bottom: 20px;
    font-size: 18px;
    color: #FF5909;
    font-weight: bold
  }
  .view {
    position: relative
  }
  .view .swiper-container {
    width: 100%;
    height: 478px;
  }
  .view .arrow-left {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 50px;
    background: url('../images/arrow_l.png') no-repeat center;
    background-size: 100%;
    z-index: 10
  }
  .view .arrow-right {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 50px;
    background: url('../images/arrow_r.png') no-repeat center;
    z-index: 10
  }
  .view .swiper-slide div {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
  }
  .preview {
    width: 100%;
    margin-top: 18px;
    position: relative
  }
  .preview .swiper-container {
    margin-left: 45px;
    margin-right: 45px
  }
  .preview .swiper-slide {
    width: 97px;
    height: 97px;
    cursor: pointer;
    overflow: hidden;
  }
  .preview .swiper-slide img {
    width: 88px;
    height: 88px;
    margin: 0 auto;
    border: 2px solid #edeef5;
  }
  .preview .arrow-left {
    background-size: 100% 100%;
    position: absolute;
    left: 0px;
    top: 10px;
    margin-top: -9px;
    width: 44px;
    height: 90px;
    text-align: center;
    z-index: 10;
  }
  .preview .arrow-left span {
    display: inline-block;
    width: 12px;
    height: 18px;
    background: url('../images/btn_prev.png') no-repeat center;
    background-size: 100% 100%;
    margin-top: 34px;
  }
  .preview .arrow-right {
    position: absolute;
    right: 0px;
    top: 10px;
    margin-top: -9px;
    width: 44px;
    height: 90px;
    text-align: center;
    z-index: 10;
  }
  .preview .arrow-right span {
    display: inline-block;
    width: 12px;
    height: 18px;
    background: url('../images/btn_next.png') no-repeat center;
    background-size: 100% 100%;
    margin-top: 34px;
  }
  .preview .active-nav img {
    padding: 0;
    border-color: #a9a9a9;
    opacity: .9;
  }
  .spimgbox video{
      height: 478px;
  }
  
.sub { float: right; width:25px; height:74px; background: url(../images/s_btn.jpg) no-repeat center; }