﻿body {
    background: #FFF;
    font-family: Arial, Helvetica, sans-serif;
}

.focus-box {
    padding-top: 72px;
}

a {
    text-decoration: none;
    color: #00B7FF;
}

a:active,
a:hover {
    color: #00B7FF;
}

.wrap {
    width: 1300px;
}

.wrap h1{
    text-align: left;
    font-size: 32px;
    padding-top: 36px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
}

.description{
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    line-height: 2;
    font-weight: normal;
    text-align: left;
    width: auto;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 26px;
}
.home-wrap {
    width: 1280px;
}

.top {
    min-width: 1200px;
    line-height: 57px;
    height: 57px;
}

.top .wrap {
    position: relative;
    z-index: 100;
}

.top .seach {
    position: absolute;
    z-index: 2;
    right: 160px;
    top: 0;
    width: 35px;
    overflow: hidden;
}

.top .seach input {
    border: #FFF 1px solid;
    line-height: 33px;
    height: 35px;
    width: 100%;
    padding: 0 35px 0 35px;
    outline: none;
}

.top .seach i.seach-btn {
    position: absolute;
    text-align: center;
    top: 11px;
    left: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    cursor: pointer;
    font-size: 24px;
    background: #FFF;
    color: #499cff;
    z-index: 2;
}

.top .seach i.close-btn {
    position: absolute;
    text-align: center;
    top: 11px;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    font-size: 24px;
    color: #499cff;
    z-index: 1;
}

.top .language {
    position: relative;
    z-index: 1;
    margin-left: 20px;
    font-size: 14px;
    width: 130px;
}

.top .language dt img {
    float: left;
    margin: 16px 16px 0 0;
}

.top .language .switch-box {
    position: absolute;
    top: 57px;
    right: 0;
    z-index: 2;
    background: #000000;
    width: 130px;
    text-align: center;
    line-height: 36px;
    display: none;
}

.top .language:hover .switch-box {
    display: block;
}

.top .language .switch-box a {
    display: block;
    background: #000000;
    color: #FFFFFF;
}

.top .language .switch-box a:hover {
    background: #499cff;
}

.header {
    min-width: 1280px;
    background: #004a9e;
    line-height: 74px;
}

.header .logo {
    width: 180px;
    height: 25px;
    margin: 20px 0 0 0;
}
.header .logo img {
    width: 100%;
    height: 100%;
}

.header .headermenu {
    display: none;
}

.header .headerbox {
    text-align: center;
    position: relative;
    z-index: 99;
}

.header .headerbox dl {
    float: left;
    position: relative;
    padding: 0 20px;
    cursor: pointer;
    z-index: 1;
}

.header .headerbox dl.current .indicator {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #FF5400;
}

.header .headerbox dl dt:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #ff0000;
    transition: width 0.3s ease, left 0.3s ease;
}

.header .headerbox dl dt:hover::after {
    width: 100%;
    left: 0;
}

.header .headerbox dl dt {
    position: relative;
    z-index: 2;
    font-size: 14px;
}

.header .headerbox dl dd {
    z-index: 1;
    display: none;
    opacity: 0;
    position: absolute;
    top: 74px;
    left: 0;
    min-width: 220px;
    background: rgba(0, 0, 0, 0.7);
    line-height: 36px;
    text-align: left;
    font-size: 16px;
}

.header .headerbox dl dd ul li {
    white-space: nowrap;
}

.header .headerbox dl dd ul li a {
    display: block;
    padding: 0 20px;
}

.header .headerbox dl dd ul li a:hover {
    color: #ff0000;
}

.header a {
    color: #FFFFFF;
}

.m-headermenu {
    display: none;
    z-index: 11;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    padding-top: 72px;
}
.m-headermenu dt {
    font-size: 14px;
    line-height: 70px;
    border-bottom: #3b3d3f 1px solid;
    text-align: center;
    position: relative;
    z-index: 1;
}
.m-headermenu dt a {
    color: #ffffff;
    display: block;
}
.m-headermenu dt i {
    z-index: 12;
    position: absolute;
    right: 0;
    top: 0;
    width: 54px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}
.m-headermenu dd {
    display: none;
    background: #000000;
    max-height: 420px;
    overflow-y: auto;
    padding: 10px 20px;
    box-sizing: border-box;
}
.m-headermenu dd ul li {
    line-height: 40px;
    height: 40px;
}

.dlBuyMore {
    display: inline-block;
}

.dlBuyMore dd {
    z-index: 1;
    display: none;
    position: absolute;
    min-width: 150px;
    background: rgba(0, 0, 0, 0.8);
    line-height: 32px;
    text-align: left;
    font-size: 14px;
    border-radius: 3px;
    margin-top: 1px;
}

.dlBuyMore dd ul li {
    white-space: nowrap;
}

.dlBuyMore dd ul li a {
    display: block;
    padding: 0 20px;
    color: #FFFFFF;
}

.dlBuyMore dd ul li a:hover {
    background: #297ACC;
    color: #FFFFFF;
    border-radius: 3px;
}

.footer {
    min-width: 1300px;
    padding: 40px 0 40px 0;
    background-color: rgba(242, 242, 242, 1);
    color: #FFF;
    font-size: 14px;
    min-height: 240px;
}

.footer .footer-box {
    width: 16.5%;
}

.footer .footer-box:last-child {
    padding-top: 20px;
}

.footer a {
    color: rgba(51, 51, 51, 1);
}

.textwidget .widget-title {
    color: #07090d;
    padding-bottom: 0px;
}

.textwidget .widget-title:hover{
    cursor: pointer;
}

.site-info {
    min-width: 1280px;
    background-color: rgba(18, 18, 18, 1);
    border-top: #a7a7a7 1px solid;
    font-size: 12px;
    font-weight: normal;
    color: #FFF;
    text-align: center;
}
.site-info a {
    color: #FFF;
}



.focus {
    width: 100%;
    min-width: 1280px;
    overflow: hidden;
    position: relative;
}

.focus .swiper-wrapper .swiper-slide {
}

.focus .swiper-wrapper .swiper-slide img {
    width: 100%;
}

.nav-links {
    margin: 30px auto;
    text-align: center;
    color: #FFF;
    line-height: 40px;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.nav-links .page-numbers {
    display: inline-block;
    margin: 0 5px;
    background: #cacaca;
    color: #FFFFFF;
    width: 40px;
    font-size: 12px;
}

.nav-links a.page-numbers:hover {
    background: #FF5400;
}



.product {
    padding: 12px 0;
    min-width: 1280px;
}

.product ul {
    overflow: hidden;
}

.product ul li {
    float: left;
    width: 25%;
    
    overflow: hidden;
    position: relative;
}

.product ul li .product-img {
    width: 100%;
    height: auto;
    margin: 2px;
    background: #000000;
    color: #FFFFFF;
    overflow: hidden;
}

.product ul li .product-img img {
    float: right;
    display: block;
    width: 100%;
    transition: all 2s;
}

.product ul li .product-img:hover img {
    transform: scale(1.1);
}

.product ul li .product-img .product-text {
    position: absolute;
    z-index: 1;
    bottom: 14px;
    left: 16px;
    font-size: 16px;
}

.product ul li .product-img .product-text h3 {
    font-size: 26px;
    line-height: 1.2em;
}

.product ul li .product-img .product-text a {
    display: inline-block;
    font-size: 12px;
    background: #297acc;
    color: #FFFFFF;
    padding: 0 12px;
}

.product ul li .product-img .product-text a i {
    margin-left: 6px;
}

.product ul li.white .product-img {
    background: #CACACA;
    color: #000;
}

@media screen and (max-width: 1480px) {
    .product ul li .product-img .product-text {
        font-size: 12px;
    }

    .product ul li .product-img .product-text h3 {
        font-size: 18px;
    }
}

.newsbanner {
    background: #030B16;
    color: #FFFFFF;
    min-width: 1280px;
}

.newsbanner {
    background-image: url(../image/newsbanner.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 280px;
}

.newsbanner dl {
    position: relative;
    width: 1280px;
    margin: 0 auto;
}

.newsbanner dl dt {
    position: absolute;
    left: 0;
    top: 65px;
}

.newsbanner dl dd {
    padding: 32px 0 0 455px;
    font-size: 18px;
}

.news-box dl dt img{
    width: 240px;
}

.newsbanner dl dd h3 {
    font-size: 36px;
}

.newsbanner dl dd ul li span {
    float: left;
    width: 242px;
}

.newsbanner dl dd ul li a {
    color: #FFFFFF;
}

.newsbanner dl dd ul li a:hover {
    color: #297ACC;
}



.page-box {
    min-width: 1280px;
}

.page-box .page-box-color {
    min-width: 1280px;
    background: #F0F4F8;
    overflow: hidden;
}

.page-box .page-title {
    min-width: 1280px;
    margin: 74px auto 0 auto;
    position: relative;
    z-index: 1;
}

.page-box .page-title img {
    width: 100%;
}

.page-box .page-title h3 {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: #ffffff;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.page-box .page-crumbs {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.44);
    padding-top: 5px;
    position: absolute;
    padding-bottom: 5px;
    bottom: 0px;
    color: #eee;
    font-size: 16px;
    z-index: 1;
}

.page-box .page-crumbs a{
    color: #eee;
}

.page-box .page-crumbs a:hover{
    color: #d01322;
}

.page-box .page-content {
    margin: 0 20px;
}
.page-box .page-content p, .page-box .page-content div {
    margin: 0 auto 34px;
    font-size: 18px;
    line-height: 1.4em;
    color: #6B6B6B;
}

.page-box .page-content .line {
    display: block;
    height: 1px;
    overflow: hidden;
    background: #000000;
    margin: 60px 0 0 0;
}



.page-box .a_s_title {
    font-size: 36px;
    line-height: 1em;
    color: #004A9E;
    margin: 62px 0 49px 0;
}

.page-box .aa_s_title {
    font-size: 36px;
    line-height: 1em;
    color: #000000;
    margin: 48px 0 34px 0;
}

.page-box .ab_s_title {
    font-size: 36px;
    line-height: 1em;
    color: #004A9E;
    margin: 62px 0 49px 0;
}

.page-box .ac_s_title {
    font-size: 36px;
    line-height: 1em;
    color: #000000;
    margin: 14px 0 14px 0;
}

.page-box .ad_s_title {
    font-size: 36px;
    line-height: 1em;
    color: #004A9E;
    margin: 32px 0 32px 0;
}

.page-box .ae_s_title {
    font-size: 36px;
    line-height: 1em;
    color: #004A9E;
    margin: 42px 0 30px 0;
}

.page-box .d_s_title {
    font-size: 24px;
    line-height: 1em;
    color: #000000;
    margin: 34px 0 0px 0;
}

.page-box .e_s_title {
    font-size: 21px;
    line-height: 1em;
    color: #00B7FF;
    margin: 34px 0 0px 0;
}

.page-box .ea_s_title {
    font-size: 21px;
    line-height: 1em;
    color: #000000;
    margin: 14px 0;
}

.page-box .a_s_content {
    font-size: 18px;
    line-height: 1em;
    color: #6B6B6B;
    margin: 32px 0 32px 0;
}

.page-desc{
    display: flex;flex-wrap: wrap;flex-direction: row;width: 100%;position: absolute;top: 40%;z-index: 1;
}

.page-desc span{
    font-size: 40px;
}



.branchlist {
}

.branchlist dl {
    background: #FFFFFF;
    overflow: hidden;
    margin: 0 0 38px 0;
}

.branchlist dl dt {
    margin: 20px 0 10px 28px;
}

.branchlist dl dd {
    width: 772px;
    margin: 0 28px 0 0;
}

.branchlist dl dd ul li {
    line-height: 1em;
    padding-bottom: 28px;
    color: #6B6B6B;
    font-size: 18px;
}

.guide-box {
    background: #FFFFFF;
    overflow: hidden;
    padding: 0 0 58px 0;
}



.form-text {
    font-size: 21px;
    line-height: 36px;
    margin: 36px 0;
}
.form-text-title{
    line-height: 24px;text-align: center;
}
.form-text-title-sapn{
    font-size: 34px;color: #333;
}
.form-text-sub{
    line-height: 24px; text-align: center;
}
.form-text-sub-span{
    font-size:14px;
}
.form-text * {
    text-align: center !important;
}

.form-text p {
    margin: 12px 0;
}

.form-box {
    margin-bottom: 20px;
}

.form-title {
    font-size: 36px;
    line-height: 60px;
    color: #333;
    overflow: hidden;
}

.form-title-andicon {
    font-size: 36px;
    line-height: 100px;
    color: #333;
    overflow: hidden;
}

.form-title-andicon img {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 36px;
}

.form-title-lite {
    font-size: 24px;
    line-height: 40px;
    color: #333;
}

.form-box .form-main {
    background: #EEF7FF;
    padding: 16px 0;
}

.form-box .form-main dl {
    margin: 26px 0;
    line-height: 40px;
}

.form-box .form-main dl:after {
    clear: both;
    content: '';
    display: block;
}

.form-box .form-main dl dt {
    float: left;
    width: 360px;
    text-indent: 132px;
    color: #6B6B6B;
    font-size: 18px;
}

.form-box .form-main dl dt .integrant {
    color: #FF0000
}

.form-box .form-main dl dd {
    width: 920px;
    float: right;
    padding-right: 360px;
    text-align: center;
}

.form-box .form-main dl dd input {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: #DDDDDD 1px solid;
    background: #FFFFFF;
    font-size: 18px;
}

.form-box .form-main dl dd input.error {
    border: #FF0000 1px solid;
}

.form-box .form-main dl dd textarea {
    width: 100%;
    height: 250px;
    padding: 0 10px;
    border: #DDDDDD 1px solid;
    background: #FFFFFF;
    font-size: 18px;
}

.form-box .form-main dl dd textarea.error {
    border: #FF0000 1px solid;
}

.form-box .form-main dl dd button {
    width: 200px;
    height: 40px;
    border: none;
    background: #00B7FF;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 21px;
    line-height: 40px;
}

.download-type {
    overflow: hidden;
}

.download-type dl {
    float: left;
    margin: 0 20px 20px 0;
    background: #EEF7FF;
    text-align: center;
    width: 295px;
    padding: 44px 0 5px 0;
    min-height: 250px;
}

.download-type dl img {
    margin: 0 auto;
    width: 100px;
}

.download-type dl:last-child {
    margin-right: 0;
}

.download-type dl dd {
    margin: 10px 0 0 0;
    font-size: 21px;
    line-height: 41px;
}

.download-type dl dd a:link,
.download-type dl dd a:visited {
    color: #004A9E;
}

.download-type dl dd a:hover,
.download-type dl dd a:active {
    color: #00B7FF;
}
.download-type dl dd p {
    font-size: 14px;
    line-height: 22px;
}

.download-class {
    margin: 40px 0;
}

.download-table {
    width: 100%;
    border-collapse: collapse;
}

.download-table th,
.download-table td {
    border: #BFBFBF 1px solid;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
}

.download-table th {
    background: #BFBFBF;
}

.download-table tbody tr {
    background: #E8E8E8;
}

.download-table tr:nth-child(odd) {
    background: #FFFFFF;
}

.download-table td img {
    margin: 0 auto;
}

.set-download {
    margin: 36px 0;
}

.set-download:after {
    clear: both;
    content: "";
    display: block;
}

.set-download dl {
    width: 600px;
    float: left;
    line-height: 40px;
    font-size: 18px;
}

.set-download dl dt {
    float: left;
    width: 200px;
}

.set-download dl dd {
    float: left;
    width: 400px;
}

.set-download dl dd input {
    width: 100% !important;
    height: 40px !important;
    padding: 0 10px !important;
    border: #DDDDDD 1px solid !important;
    background: #FFFFFF !important;
    font-size: 18px !important;
}

.set-download dl:first-child {
    margin-right: 80px;
}

.product-list {
    overflow: hidden;
}

.product-list .product-box {
    width: 1300px;
    background: #ffffff;
}

.product-list .product-box:after {
    height: 0;
    content: "";
    clear: both;
    display: block;
}

.product-list .product-box dl {
    float: left;
    width: 640px;
    padding: 10px;
    margin: 0 10px 10px 0;
    background: #FFFFFf;
}

.product-list .product-box dl dt {
    float: right;
    width: 280px;
    
}

.product-list .product-box dl dt img {
    width: 100%;
}

.product-list .product-box dl dd {
    float: left;
    width: 330px;
}
.product-list .product-box dl dd ul {
    max-height: 190px;
    overflow-y: hidden;
}

.product-list .product-box dl dd h3 {
    color: #00B7FF;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 16px;
}

.product-list .product-box dl dd li {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 26px;
    background: url(../image/icon-dian.png) 0 8px no-repeat;
    padding: 0 0 0 20px;
}

.product-list .product-box dl dd a {
    background: #297ACC;
    line-height: 18px;
    padding: 0 10px;
    color: #FFF;
    margin: 6px 6px 0 0;
    float: left;
}
.product-focus-box {
    display: none;
}
.product-foucs {
    padding-top: 56px;
    width: 1196px;
    margin: 0 auto;
}

.product-foucs:after {
    clear: both;
    content: "";
    display: block;
}

.product-foucs .main-pic {
    float: left;
    width: 616px;
    overflow: hidden;
}

.product-foucs .main-pic .smallpic {
    width: 80px;
    overflow: hidden;
    float: left;
}

.product-foucs .main-pic .smallpic li {
    width: 80px;
    height: 80px;
    border: #DDD 2px solid;
    margin-bottom: 25px;
    cursor: pointer;
}

.product-foucs .main-pic .smallpic li.active {
    border: #00b7ff 2px solid;
}

.product-foucs .main-pic .smallpic li img {
    width: 100%;
    height: 100%;
}

.product-foucs .main-pic .bigpic {
    width: 500px;
    height: 500px;
    overflow: hidden;
    border: #DDD 1px solid;
    float: right;
    position: relative;
}

.product-foucs .main-pic .bigpic li {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 500px;
    height: 500px;
    cursor: pointer;
}

.product-foucs .main-pic .bigpic li img {
    width: 100%;
    height: 100%;
}

.product-foucs .main-pic .bigpic li span {
    position: absolute;
    font-size: 18px;
    left: 20px;
    bottom: 20px;
    display: none;
}

.product-foucs .main-pic .bigpic li:hover span {
    display: block;
}

.product-foucs .main-text {
    float: right;
    width: 500px;
    font-size: 18px;
}

.product-foucs .main-text h3 {
    color: #00B7FF;
    font-size: 48px;
    line-height: 1em;
    margin-bottom: 24px;
}

.product-foucs .main-text h4 {
    font-size: 32px;
    font-weight: normal;
    line-height: 40px;
}

.product-foucs .main-text p {
    margin-top: 12px;
    line-height: 1.4em;
    color: #000000;
}

.theicon ul li {
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.tabs {
    border-bottom: #A7A7A7 1px solid;
    margin-bottom: 30px;
}

.tabs:after {
    content: "";
    display: block;
    clear: both;
}

.tabs ul li {
    font-size: 24px;
    font-weight: bold;
    color: #004A9E;
    float: left;
}

.tabs ul li a {
    color: #004A9E;
    padding: 0 30px;
}

.tabs ul li.active a {
    color: #004A9E;
    border-bottom: #004A9E 7px solid;
    display: block;
    margin-bottom: -7px;
}

.tabs ul li a:hover {
    color: #00b7ff;
}

.tabs ul li.active a:hover {
    border-bottom: #00b7ff 7px solid;
}

.tabs-content {
    margin-bottom: 50px;
}

.tabs-content img {
    max-width: 100%;
}

.tableclass {
    width: 100%;
    border-collapse: collapse;
    color: #000000;
}

.tableclass th,
.tableclass td {
    border: #a7a7a7 1px solid;
    font-size: 18px;
    text-align: left;
    padding: 0 20px;
    line-height: 3em;
}

.tableclass th {
    width: 280px;
}

.buylink {
    padding-top: 10px;
}

.theicon {
    margin-top: 20px;
}

.theicon ul {
    overflow: hidden;
}

.theicon ul li {
    float: left;
    width: 64px;
    height: 64px;
    margin-right: 20px;
}



.flexpic {
    width: 100%;
    height: 100%;
    display: none;
}

.flexpic .main-pic {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1280px;
    height: 972px;
    margin: 50px 0 0 -640px;
    background: #FFFFFF;
    z-index: 1002;
    padding: 24px;
    border-radius: 10px;
}

.flexpic .main-pic .closeflexpic {
    position: absolute;
    right: 24px;
    top: 24px;
    background: url(../image/Exit_Normal_24x24.png);
    width: 24px;
    height: 24px;
    overflow: hidden;
    cursor: pointer;
}

.flexpic .main-pic .closeflexpic:hover {
    background: url(../image/Exit_Hover_24x24.png);
}

.flexpic .main-pic .textbox {
    position: absolute;
    left: 24px;
    top: 24px;
}

.flexpic .main-pic .textbox h3 {
    color: #00B7FF;
    font-size: 36px;
}

.flexpic .main-pic .textbox h4 {
    color: #231f20;
    font-size: 24px;
    font-weight: normal;
}

.flexpic .main-pic .smallpic {
    width: 680px;
    overflow: hidden;
    margin: 0 auto;
}

.flexpic .main-pic .smallpic li {
    float: left;
    width: 100px;
    height: 100px;
    border: #DDD 2px solid;
    margin: 24px 18px 0;
    cursor: pointer;
}

.flexpic .main-pic .smallpic li.active {
    border: #00b7ff 2px solid;
}

.flexpic .main-pic .smallpic li img {
    width: 100%;
    height: 100%;
}

.flexpic .main-pic .bigpic {
    width: 800px;
    height: 800px;
    overflow: hidden;
    border: #DDD 1px solid;
    position: relative;
    margin: 0 auto;
}

.flexpic .main-pic .bigpic li {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 800px;
    height: 800px;
    cursor: pointer;
}

.flexpic .main-pic .bigpic li img {
    width: 100%;
    height: 100%;
}

.flexpic .mask {
    z-index: 1001;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.newshowtitle {
    background-color: rgba(247, 247, 247, 1);
    overflow: hidden;
}

.newshowtitle .form-text {
    font-size: 18px;
    text-align: center;
    color: #6b6b6b;
    margin: 0;
}

.newshowtitle .form-text .form-title {
    font-size: 36px;
    color: #333;
    text-align: center;
}

.newshowtitle .tabs {
    border-bottom: none;
    margin-bottom: 7px;
}

.news-box {

}

.news-box dl {
    border-bottom: #A7A7A7 1px solid;
    padding: 20px 0;
    overflow: hidden;
}

.news-box dl dt {
    float: left;
    border: #A7A7A7 1px solid;
    margin-right: 36px;
}

.news-box dl dd span {
    font-size: 18px;
    line-height: 1em;
}

.news-box dl dd h3 {
    font-size: 24px;
    line-height: 32px;
    color: #004a9e;
}

.news-box dl dd p {
    font-size: 18px;
    line-height: 26px;
    color: #6b6b6b;
}

.page {
    font-size: 21px;
    line-height: 1.85em;
    margin: 20px auto;
    text-align: center;
}

.page ul li {
    display: inline-block;
    padding: 0 8px;
}

.page ul li a {
    color: #000000;
}

.page ul li a:hover {
    color: #00B7FF;
}

.currentPage {
    color: #00B7FF!important;
}

.aticle-box {
    margin: 44px 0;
}

.aticle-box .aticle-title {
    color: #004a9e;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 12px;
}

.aticle-box .aticle-content {
    line-height: 36px;
    font-size: 21px;
    color: #6b6b6b;
}

.solutionstitle {
    text-align: center;
}
.solutions-text {
    font-size: 21px;
    color: #6b6b6b;
    line-height: 40px;
    text-align: left;
}
.solutions-text p {
    margin: 8px 0;
}
.solutions-text .line {
    border-bottom: #a7a7a7 1px solid;
    padding-top: 24px;
    margin-bottom: 24px;
}

.solutions-list {
    border-top: #a7a7a7 1px solid;
    overflow: hidden;
    padding-bottom: 50px;
}

.solutions-list .solutions-box {
    width: 1326px;
}

.solutions-list .solutions-box:after {
    height: 0;
    content: "";
    clear: both;
    display: block;
}

.solutions-list .solutions-box dl {
    float: left;
    width: 394px;
    height: 378px;
    padding-top: 38px;
    margin-right: 48px;
}

.solutions-list .solutions-box dl dt {
    width: 394px;
    height: 200px;
}

.solutions-list .solutions-box dl dt img {
    width: 100%;
    height: 100%;
    border: #DDD 1px solid;
}

.solutions-list .solutions-box dl dd {
    color: #6B6B6B;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
}

.solutions-list .solutions-box dl dd a {
    font-size: 18px;
    color: rgba(112, 112, 112, 1);
    line-height: 18px;
    margin-top: 20px;
    float: left;
}

.solution-desc{
    font-size: 14px;
    color: rgba(119, 119, 119, 1);
    margin-top: 20px;
}


.btn-m-blue {
    background-color: #0982cb;
}
.btn {
    position: relative;
    display: inline-block;
    padding: 0 4px;
    min-width: 101px;
    height: 34px;
    line-height: 34px;
    outline: none;
    border: none;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.link-more {
    display: inline-block;
    height: 34px;
    margin-left: 18px;
    line-height: 34px;
    color: #717573;
}

.footer .row {
    position: relative;
}

.footer-outweb {
}

.footer-outweb .text {
    display: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    padding-right: 20px;
}
.footer-outweb .textwidget {
}

.footer-outweb a {
    display: inline-block;
    cursor: pointer;
}

.footer-outweb a:not(:first-child) {
    margin-left: 12px;
}
.footer-outweb i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: 50%;
}

.Weibo {
    background-image: url(../image/Weibo.png);
}
.Weibo:hover {
    background-image: url(../image/Weibo_Hover.png);
}
.WeChart {
    background-image: url(../image/WeChart.png);
}
.WeChart:hover {
    background-image: url(../image/WeChart_Hover.png);
}
.Twitter {
    background-image: url(../image/Twitter.png);
}
.Twitter:hover {
    background-image: url(../image/Twitter_Hover.png);
}
.YouTube {
    background-image: url(../image/YouTube.png);
}
.YouTube:hover {
    background-image: url(../image/YouTube_Hover.png);
}
.FaceBook {
    background-image: url(../image/FaceBook.png);
}
.FaceBook:hover {
    background-image: url(../image/FaceBook_Hover.png);
}
.Youku {
    width: 52px !important;
    background-image: url(../image/Youku.png);
}
.Youku:hover {
    width: 52px !important;
    background-image: url(../image/Youku_Hover.png);
}
.Instagram {
    background-image: url(../image/Instagram.png);
}
.Instagram:hover {
    background-image: url(../image/Instagram_Hover.png);
}

.video-nav ul li {
    box-sizing: border-box;
    list-style: none;
    min-width: 120px;
    padding: 0 20px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 21px;
    color: #6b6b6b;
    cursor: pointer;
    margin-right: 13px;
}


@media screen and (max-width: 1298px) {
    .top {
        display: none;
    }
    .header {
        z-index: 12;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        min-width: auto;
        width: 100%;
        height: 74px;
    }
    .header .logo {
        height: 22px;
        margin: 25px 0 0 20px;
    }
    .header .logo a img {
        height: 100%;
    }
    .header .headermenu {
        display: block;
        width: 59px;
        height: 47px;
        background: url("../image/m-header-menu.png") no-repeat;
        background-size: 100% 100%;
        margin: 12px 20px 0 0;
    }
    .header .headerbox {
        display: none;
    }
    .focus-box {
        padding-top: 72px;
    }
    .focus {
        width: 100%;
        min-width: 100%;
    }
    .wrap {
        width: 100% !important;
    }
    .product {
        padding: 0;
        min-width: auto;
    }
    .product ul li {
        width: 100%;
        height: 150px;
        margin: 10px 0 0 0;
    }
    .product ul li .product-img {
        margin: 0;
    }
    .product ul li .product-img img {
        width: 400px;
    }
    .product ul li .product-img .product-text {
        top: 20px;
        bottom: auto;
    }
    .newsbanner {
        min-width: 100%;
        background-position: left center;
    }
    .newsbanner dl {
        width: 100%;
    }
    .newsbanner dl dt {
        width: 100px;
        margin: 0 10px 0 20px;
    }
    .newsbanner dl dt img {
        width: 100%;
    }
    .newsbanner dl dd {
        padding: 32px 0 0 130px;
        font-size: 12px;
    }
    .newsbanner dl dd h3 {
        font-size: 14px;
    }
    .newsbanner dl dd ul li span {
        float: none;
        display: block;
    }
    .footer {
        min-width: 100%;
        background: rgb(242,242,242);
        color: #000;
        padding: 10px 0 0 40px;
    }
    .footer a {
        color: #000;
    }
    .footer .footer-box {
        float: none;
        width: 100%;
    }
    .footer .floatRightBottom {
        position: static;
        height: 30px;
        bottom: 0px;
        left: 0;
    }
    .textwidget .widget-title {
        font-size: 14px;
        font-weight: bold;
        color: #000000;
        padding: 0;
    }
    .textwidget .widget-content {
        font-size: 12px;
        padding: 0 0 20px 0;
    }
    .footer-outweb .text {
        display: block;
    }
    .site-info {
        min-width: auto;
    }

    .page-box .page-crumbs {
        font-size: 12px;
        line-height: 10px;
        padding: 15px 0 15px 20px;
    }

    
    .page-box {
        width: 100%;
        min-width: auto;
        
        background: #f2f2f2;
    }
    
    .page-box .page-box-color {
        width: 100%;
        min-width: auto;
    }
    
    .page-box .page-title {
        width: 100%;
        min-width: auto;
        height: 180px;
        overflow: hidden;
        z-index: 1;
        position: relative;
    }

    .page-box .page-title img {
        width: 100%;
        height: 100%;
        z-index: 1;
        left: 50%;
        display: block;
        object-fit: cover;
        position: absolute;
        transform: translate(-50%, 0);
    }

    .page-box .page-title h3 {
        z-index: 2;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 30px;
        color: #ffffff;
        font-weight: bold;
    }

    .page-desc{
        top: 30%;
        padding: 0 0 0 20px;
    }

    .page-desc span{
        font-size: 24px !important;
    }

    .product-list .product-box {
        width: 100%;
    }

    .product-list .product-box dl {
        float: none;
        width: 100%;
        padding-top: 10px;
    }

    .product-list .product-box dl dt {
        float: none;
        width: 75%;
        margin: 0 auto;
        padding: 0;
    }

    .product-list .product-box dl dt img {
        width: 100%;
        height: auto;
    }

    .product-list .product-box dl dd {
        float: none;
        width: 75%;
        margin: 0 auto;
    }
    .product-list .product-box dl dd a {
        float: none;
    }

    .form-text {
        font-size: 12px;
        line-height: 24px;
        text-align: left;
        margin: 20px;
    }
    .form-title,.form-title span {
        font-size: 16px !important;
        line-height: 1.5em;
        text-align: left;
    }
    .form-text p {
        margin: 0;
    }

    .solutions-list .solutions-box {
        width: auto;
        margin: 0 20px;
    }

    
    .newshowtitle .form-text {
        font-size: 12px;
        padding: 20px 20px 0;
        text-align: left;
    }
    .tabs ul li {
        font-size: 12px;
    }
    .tabs ul li.active a {
        border-bottom: #004A9E 2px solid;
        margin-bottom: -2px;
    }
    .tabs ul li.active a:hover {
        border-bottom: #00b7ff 2px solid;
    }
    .news-box {
        padding: 20px;
    }
    .news-box dl {
        padding-top: 0;
    }
    .news-box dl dt {
        float: none;
        border: #A7A7A7 1px solid;
        margin-right: 0;
        width: 100%;
    }
    .news-box dl dt img {
        width: 100%;
    }
    .news-box dl dd span {
        font-size: 12px;
    }
    .news-box dl dd h3 {
        font-size: 14px;
        line-height: 1.5em;
    }
    .news-box dl dd p {
        font-size: 12px;
        line-height: 1.5em;
    }

    .aticle-box .aticle-content {
        padding: 20px;
    }
    .aticle-box .aticle-content p img {
        width: 100%;
    }
    
    .solutions-list .solutions-box dl {
        width: 100%;
        height: auto;
        float: none;
    }
    .solutions-list .solutions-box dl dt {
        width: 100%;
        height: auto;
    }
    .solutions-list .solutions-box dl dd h3 {
        font-size: 14px;
        line-height: 1.5em;
        font-weight: bold;
    }
    .solutions-list .solutions-box dl dd p {
        font-size: 12px;
        line-height: 1.5em;
    }
    .download-type dl {
        float: none;
        margin: 20px;
        width: auto;
        padding: 44px 0 5px 0;
    }
    .solutions-text {
        font-size: 14px !important;
        line-height: 1.5em !important;
        padding: 20px;
    }
    .solutions-text p img, .solutions-text div img {
        width: 100% !important;
        height: auto !important;
    }
    
    .page-box .ab_s_title {
        font-size: 16px !important;
        font-weight: bold !important;
        margin: 0 0 20px 0 !important;
        box-sizing: border-box !important;
        line-height: 1em !important;
    }
    .branchlist dl {
        box-sizing: border-box !important;
        margin: 0px 0 20px 0 !important;
        padding: 0px 20px !important;
        list-style: none !important;
        background: none !important;
        overflow: hidden !important;
    }
    .branchlist dl dt {
        margin: 0 !important;
        float: none !important;
    }
    .branchlist dl dt img {
        width: 100% !important;
    }
    .branchlist dl dd {
        box-sizing: border-box !important;
        margin: 0px 28px 0px 0px !important;
        padding: 0px !important;
        list-style: none !important;
        float: none !important;
        width: auto !important;
    }
    .ae_s_title {
        font-size: 18px !important;
        margin: 0 0 10px 0 !important;
        box-sizing: border-box !important;
        line-height: 1em !important;
        color: #004A9E !important;
    }
    .branchlist dl dd ul li {
        box-sizing: border-box !important;
        margin: 0px !important;
        padding: 0 !important;
        list-style: none !important;
        line-height: 2em !important;
        color: #000 !important;
        font-size: 12px !important;
    }
    .branchlist dl dd ul li span {
        font-size: 12px !important;
    }
    .page-box .ad_s_title {
        border-top: #DDDDDD 1px solid;
        box-sizing: border-box !important;
        font-size: 18px !important;
        line-height: 1em !important;
        color: #004A9E !important;
        margin: 32px 0 0 0px !important;
        padding: 32px 0 0 0px !important;
    }
    .branchlist dl table, .branchlist dl table span {
        font-size: 12px !important;
    }
    .page-box .a_s_content {
        box-sizing: border-box !important;
        text-align: left !important;
        font-size: 12px !important;
        line-height: 1em !important;
        color: #6B6B6B !important;
        margin: 20px !important;
    }
    .col12 {
        width: 100% !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }
    .page-box .ac_s_title {
        margin: 0 !important;
    }
    .page-box .ac_s_title span {
        font-size: 18px !important;
    }
    .page-box .ea_s_title {
        box-sizing: border-box !important;
        font-size: 12px !important;
        line-height: 1em !important;
        color: #000000 !important;
        margin: 14px 0px !important;
    }
    
    .product-focus-box {
        display: block;
    }
    .product-foucs {
        width: 100%;
        padding-top: 0;
    }
    .product-foucs .main-pic .smallpic {
        display: none;
    }
    .product-foucs .main-pic {
        display: none;
        float: none;
        width: 80%;
        overflow: hidden;
        margin: 0 auto;
    }
    .product-foucs .main-text {
        float: none;
        width: 80%;
        margin: 0 auto;
        font-size: 14px;
    }
    .product-foucs .main-text h3 {
        font-size: 18px;
        line-height: 1em;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .product-foucs .main-text h4 {
        font-size: 14px;
        font-weight: bold;
    }
    .product-foucs .main-text p {
        margin-top: 0;
    }
    .product-foucs .main-pic .bigpic {
        width: 100%;
        height: auto;
        float: none;
    }
    .product-foucs .main-pic .bigpic li {
        position: static;
        width: 100%;
        height: auto;
    }
    .product-foucs .main-pic .bigpic li img {
        width: 100%;
        height: auto;
    }
    .tabs-content table {
        margin: 0 5%;
        width: 90%;
    }
    .tabs-content table th,.tabs-content table td {
        padding: 0 10px;
    }
    .tabs-content table * {
        font-size: 12px;
    }
    .tabs-content img {
        width: 100%;
        height: auto;
    }
    .theicon {
        margin-bottom: 20px;
    }
    .theicon ul li {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
    .theicon ul li img {
        width: 100%;
    }
    
    .form-title-andicon {
        font-size: 16px;
        font-weight: bold;
        line-height: 50px;
    }
    .form-title-andicon img {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
    .set-download dl {
        float: none;
        margin: 0 !important;
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
    }
    .set-download dl dd {
        width: 100%;
    }
    .download-class {
        padding: 0 20px;
    }
    .download-class .form-title-lite {
        font-size: 14px;
        line-height: 40px;
    }
    .download-class .download-table * {
        font-size: 12px !important;
        line-height: 1.5em !important;
    }
    
    .form-box .form-title {
        padding-left: 20px;
    }
    .form-box .form-main {
        padding: 16px 20px;
    }
    .form-box .form-main dl dt {
        float: none;
        width: 100%;
        text-indent: 0;
        color: #6B6B6B;
        font-size: 12px;
    }
    .form-box .form-main dl dd {
        width: 100%;
        float: none;
        padding-right: 0;
        text-align: center;
    }
    .form-box .form-main dl dd button {
        width: 100%;
        margin: 0 !important;
    }
    #labelY, #labelM, #labelD {
        display: block !important;
    }
    #ddBuyDate {
        height: auto !important;
    }
    #ddBuyDate .filter-text, #ddBuyDate .filter-title, #ddBuyDate .filter-list, #ddBuyDate .filter-box {
        width: 100% !important;
    }
    #captcha {
        width: 100% !important;
    }
    .page-box .page-content p, .page-box .page-content div {
        font-size: 18px !important;
    }
    .header .headerbox dl dt {
        position: relative;
        z-index: 2;
        font-size: 18px;
    }
}