/*头部*/

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100px;
    line-height: 80px;
    background: #FAFAFA;
}

.head {
    width: 1220px;
    height: 100px;
    padding: 10px 0;
    margin: 0 auto;
    /*overflow: hidden;*/
}

.logo {
    float: left;
    width: 17%;
}

.header-nav {
    float: right;
    /* width: 78%; */
}

.header-nav ul {
    /*overflow: hidden;*/
    display: flex;
    margin-bottom: 0;
}

.header-nav ul li {
    /*float: left;*/
    position: relative;
    height: 80px;
}

.header-nav ul li a {
    padding: 40px 20px;
    color: #333;
    font-size: 16px;
    /*font-weight: bold;*/
}

.header-nav ul li .header-zh:hover {
    color: #B4000C;
}

.header-item {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 112%;
    z-index: 5;
    background: #fff;
}

.header-item ul {
    display: block !important;
}

.header-item ul li {
    float: none;
    position: static;
    height: auto;
    padding: 10px 0;
    text-align: left;
}

.header-item ul li:hover {
    background: #B4000C;
}

.header-item ul li:hover a {
    color: #fff;
}

.header .header-item ul li a {
    display: inline-block;
    width: 100%;
    padding: 10px;
    font-size: 13px;
    line-height: 20px !important;
}

.header .header-item {
    line-height: 30px !important;
}

.zh,
.en,
.search {
    color: #939297 !important;
    font-weight: normal;
}

.header-nav ul li .zh {
    font-weight: normal;
}

.header-nav ul li .en {
    font-weight: normal;
}

.header-nav ul .check {
    /*padding: 0 30px;*/
    margin-left: 10%;
    /*border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;*/
}

.header-nav ul li .en {
    padding-left: 0;
}


/*.header-nav ul li .search{
	padding: 0 10px;
}*/

.header-nav ul .sousuo {
    /*padding-right: 10px;*/
    /*border-right: 1px solid #ddd;*/
    /*padding-left: 70px;*/
    /*border-left: 1px solid #ddd;*/
}

.header-nav ul .sousuo input {
    outline: none;
}

.header-nav ul li .info:hover {
    background: #B4333C;
    color: #fff;
}

.header-nav .sea {
    width: 170px;
    height: 30px;
}

.header-nav ul li .sub {
    margin-bottom: -5px;
    padding: 0;
    margin-left: -30px;
}

.header-nav ul li button {
    background: transparent;
}

.sousuo {
    /*display: none;
	margin-left: 10px;*/
}

.item-product {
    width: 160%;
}

.item-solution {
    width: 192%;
}

.header-about:hover .item-about {
    display: block;
}

.header-product:hover .item-product {
    display: block;
}

.header-solution:hover .item-solution {
    display: block;
}

.header-serve:hover .item-serve {
    display: block;
}

.header-zh:hover .item-zh {
    display: block;
}


/*头部手机版*/

.header-mobile {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 99999;
}

.head-mobile {
    width: 100%;
    height: 105px;
    line-height: 100px;
    background: #FAFAFA;
    padding: 0 30px;
    overflow: hidden;
}

.logo-mobile {
    float: left;
    width: 30%;
}

.seach-layer {
    float: left;
    width: 50%;
    text-align: center;
}

.seach-layer input {
    outline: none;
}

.seach-layer .sea-mobile {
    width: 99%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid;
}

.seach-layer .sub-mobile {
    margin-left: -35px;
    margin-bottom: -5px;
}

.nav-mobile {
    float: right;
    width: 50px;
    height: 50px;
    margin-right: -20px;
}

.nav-mobile:hover {
    cursor: pointer;
}

.menu-mobile {
    display: none;
    float: right;
    width: 100%;
    background: #FAFAFA;
}

.menu-mobile ul li {
    margin: 15px 20px;
    text-align: center;
}

.menu-mobile ul li a {
    padding: 10px 20px;
    width: 110px;
    color: #333;
    font-size: 14px;
}

.menu-mobile ul li a:hover {
    border-bottom: 1px solid #333;
}

.header-mobile-item {
    display: none;
}


/*头部结束*/


/*footer*/

.footer {
    position: relative;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 80px;
    background: #DDDDDD;
}

.footer .footer-min {
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    /*text-align: center;*/
    overflow: hidden;
}

.footer .footer-min ul {
    float: left;
    width: 20%;
    line-height: 30px;
    text-align: left;
}


/* .footer .footer-min .spe{
	width: 15%;
} */

.footer .footer-min ul li a {
    color: #333;
    white-space: nowrap;
}

.footer .footer-min ul li a:hover {
    color: #B4333C;
}

.footer .footer-min ul li:first-child a {
    font-weight: bold;
    font-size: 16px;
}

.footer .footer-min ul li:first-child {
    margin-bottom: 20px;
}

.footer .ul-img {
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer .footer-only {
    position: absolute;
    padding-right: 20px;
    bottom: 30px;
    padding: 0 30px 0;
}


/*获取支持*/

.support {
    position: fixed;
    right: -220px;
    bottom: 5%;
    width: 250px;
    height: 130px;
    z-index: 99999999999999;
    overflow: hidden;
    transition: all .3s ease;
}

.support .support-part1 {
    float: left;
    width: 30px;
    padding: 15px 0;
    text-align: center;
    background: #f95a19;
}

.support .support-part1:hover {
    cursor: pointer;
}

.support .support-part1 p {
    font-size: 16px;
    color: #fff;
}

.support .support-part2 {
    float: right;
    width: 220px;
    height: 128px;
    text-align: center;
}

.support .support-part2 ul {
    overflow: hidden;
    margin-bottom: 0;
    background: #fff;
    padding: 24px 0;
}

.support .support-part2 ul li {
    padding-bottom: 10px;
    float: left;
    width: 30%;
}

.support .support-part2 ul li a {
    color: #000;
}

.support .support-part2 ul li img {
    height: 39px;
    margin-bottom: 10px;
}

.support .support-part2 ul li a:hover {
    color: #f95a19;
}

.support .support-part2 b {
    display: block;
    font-weight: normal;
}

.support-move {
    transform: translateX(-215px);
}

@media only screen and (max-width: 1240px) {
    .footer .footer-min {
        width: 80%;
    }
}

@media only screen and (max-width: 1200px) {
    .header {
        display: none;
    }
    .header-mobile {
        display: block;
    }
}

@media only screen and (max-width: 780px) {
    .footer .footer-min {
        width: 90%;
    }
    .footer .footer-min ul {
        width: 48%;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 720px) {
    .head-mobile {
        line-height: 0;
    }
    .seach-layer {
        width: 100%;
        margin-left: 20px;
        text-align: left;
    }
    .seach-layer .sea-mobile {
        width: 92%;
        border-radius: 10px;
    }
    .header-mobile-item ul li a {
        font-size: 12px;
    }
}

@media only screen and (max-width:680px) {}


/**分页代码 2020*/

.b-page {
    background: #fff;
    box-shadow: 0px 1px 2px 0px #E2E2E2;
}

.page {
    width: 100%;
    padding: 30px 15px;
    background: #FFF;
    text-align: center;
    overflow: hidden;
}

.page .first,
.page .prev,
.page .current,
.page .num,
.page .current,
.page .next,
.page .end {
    padding: 8px 16px;
    margin: 0px 5px;
    display: inline-block;
    color: #008CBA;
    border: 1px solid #F2F2F2;
    border-radius: 5px;
}

.page .first:hover,
.page .prev:hover,
.page .current:hover,
.page .num:hover,
.page .current:hover,
.page .next:hover,
.page .end:hover {
    text-decoration: none;
    background: #F8F5F5;
}

.page .current {
    background-color: #008CBA;
    color: #FFF;
    border-radius: 5px;
    border: 1px solid #008CBA;
}

.page .current:hover {
    text-decoration: none;
    background: #008CBA;
}

.page .not-allowed {
    cursor: not-allowed;
}