* {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}
html,
body {
    width: 100%;
    height: 100%;
}
a:hover {
    text-decoration: none;
}
div.clear {
    clear: both;
}
.mian {
    width: 100%;
    height: 100%;
}
.mian .bg {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
}
.mian #home {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100px;
}
#home .navigation-head {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#home .navigation-head.home {
    background-color: #091f8f;
}
#home .navigation-head .logo-warpper {
    display: flex;
    align-items: center;
    margin-left: 10px;
}
#home .navigation-head .logo-warpper > div {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}
#home .navigation-head .logo-warpper div div:nth-of-type(1) span {
    letter-spacing: 5px;
    font-size: 14px;
}
#home .navigation-head .logo-warpper div div:nth-of-type(1) span:nth-of-type(1) {
    margin-right: 10px;
}
#home .navigation-head .logo-warpper div div:nth-of-type(2) span:nth-of-type(1) {
    margin-right: 10px;
    background-color: #fff;
    width: 20px;
    height: 20px;
    color: #091f8f;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    flex-shrink: 0;
}
#home .navigation-head .logo-warpper div div:nth-of-type(2) span:nth-of-type(2) {
    font-size: 20px;
}
#home .navigation-head .logo-warpper div div {
    flex: 1;
    display: flex;
    align-items: center;
}
#home .navigation-head .logo-warpper span {
    color: #fff;
}
#home .navigation-head img {
    width: 160px;
    height: 60px;
    animation: logoRun 1s;
    animation-fill-mode: forwards;
}
#home .navigation-head ul {
    display: flex;
    align-items: center;
    margin: 0;
}
#home .navigation-head ul li {
    display: inline-block;
    text-align: right;
    margin: 0px 20px;
}
#home .navigation-head ul li a {
    font-size: 16px;
    color: #fff;
    padding: 15px 0px;
}
#home .navigation-head ul li span {
    font-size: 15px;
    color: #fff;
}
#home .navigation-head ul li:nth-last-of-type(1) > a {
    padding-right: 30px;
    display: none;
}
#home .navigation-head ul li:nth-last-of-type(1) span {
    font-size: 5px;
}
#home .navigation-head ul:not(.active) li:hover a {
    border-top: 1px solid rgb(255, 228, 0);
}
#home .navigation-head ul:not(.active) li:nth-last-of-type(1):hover a {
    border: none;
}
#home .navigation-head .navigation-btn {
    margin-right: 20px;
    display: none;
}
#home .navigation-head .navigation-btn span {
    font-size: 25px;
    color: #fff;
    cursor: pointer;
}
#home .navigation-head ul.active {
    width: 100%;
}
#home .navigation-head ul.active li {
    width: 100%;
    margin: 0;
    text-align: center;
    line-height: 50px;
}
.mian .home-page {
    width: 100%;
    position: relative;
    height: 100%;
    background-image: url("../image/1-.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.mian .home-page .page-introduce {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -8%);
    text-align: center;
}
.mian .home-page .page-title p,
.mian .home-page .page-title span {
    color: #fff100;
}
.mian .home-page .page-title p {
    font-size: 60px;
    font-weight: 200;
    font-weight: bold;
    letter-spacing: 6px;
    margin: 0px;
}
.mian .home-page .page-title span {
    font-size: 20px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
    letter-spacing: 8px;
}
.mian .home-page .page-title > div{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.mian .home-page .page-title > div .pcline{
    height: 50px;
    width: 2px;
    background-color: #fff100;
    margin:  0px 35px;
}
.mian .home-page .page-quality {
    margin-top: 60px;
}
.mian .home-page .page-quality span {
    font-size: 15px;
    color: #fff;
    display: block;
}
.mian .home-page .page-quality > span {
    margin: 25px 0px;
}
.mian .home-page .page-quality div span {
    margin-top: 5px;
}
.mian .jump {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}
.mian .jump ul li {
    display: inline-block;
    margin: 10px 0px;
}
.mian .jump span {
    color: rgb(255, 228, 0);
    position: absolute;
    display: inline-block;
    right: 30px;
    width: 43px;
    top: 2%;
}
.mian .jump ul {
    width: 15px;
}
.mian .jump ul li a {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: rgb(81, 108, 185);
    border-radius: 50%;
}
.mian .jump ul li.active a {
    background-color: rgb(255, 228, 0);
}
.mian .introduce .introduce-countent h1,
.mian .introduce .introduce-countent h5 {
    color: rgb(255, 228, 0);
    text-align: center;
}
.mian .introduce {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url("../image/10-13_20.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.mian .introduce .introduce-countent {
    text-align: left;
    position: absolute;
    top: 80%;
    transform: translateY(-50%);
    left: 20%;
}
.mian .introduce .introduce-countent > span {
    display: inline-block;
    width: 50%;
    text-align: center;
    margin: 10px 0px;
    line-height: 30px;
    text-align: left;
    font-size: 15px;
}
.mian .introduce .introduce-countent > span:nth-of-type(1) {
    font-size: 35px;
    font-weight: bold;
}
.mian .introduce .introduce-countent > span:nth-of-type(3) {
    padding: 25px 0px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 540px;
    max-width: 100%;
}
.mian .introduce .introduce-countent .introduce-image {
    width: 100%;
}
.mian .introduce .introduce-countent .introduce-image img {
    width: 35%;
}
.mian .introduce .introduce-countent .introduce-data {
    width: 720px;
    border-radius: 4px;
    background-color: #004ea2;
    max-width: 100%;
    padding: 20px 0px;
    margin-top: 15px;
}
.mian .introduce .introduce-countent .introduce-data ul {
    display: flex;
    margin: 0px;
}

.mian .introduce .introduce-countent .introduce-data ul li {
    flex: 1;
    text-align: center;
}
.mian .introduce .introduce-countent .introduce-data ul li span {
    display: block;
}
.mian .introduce .introduce-countent .introduce-data ul li span:nth-of-type(1) {
    color: #f1eb32;
    font-size: 40px;
    margin-bottom: 5px;
}
.mian .introduce .introduce-countent .introduce-data ul li span:nth-of-type(2) {
    color: #fff;
    font-size: 13px;
}
.mian .introduce .introduce-countent .introduce-more {
    display: block;
    width: 200px;
    height: 50px;
    margin-top: 50px;
    cursor: pointer;
    background-color: #004ea2;
    border-radius: 10px;
    text-align: center;
    line-height: 50px;
}
.mian .introduce .introduce-countent .introduce-more a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
    letter-spacing: 5px;
}
.mian .product {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.mian .product .row {
    height: 100%;
    margin: 0;
}
.mian .product .row .product-box {
    position: relative;
    height: 100%;
    padding: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    text-align: center;
}
/* .mian .product .row .product-box:hover .bg{background-color: transparent} */
.mian .product .row .product-box:nth-of-type(1) {
    background-image: url("../image/3_01.jpg");
}
.mian .product .row .product-box:nth-of-type(2) {
    background-image: url("../image/3_02.jpg");
}
.mian .product .row .product-box:nth-of-type(3) {
    background-image: url("../image/3_03.jpg");
}
.mian .product .row .product-box:nth-of-type(4) {
    background-image: url("../image/3_04.jpg");
}

.mian .product .row .product-box .product-countent {
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: none;
}
.mian .product .row .product-box .product-countent p {
    color: #fff;
    line-height: 40px;
}
.mian .product .row .product-box .product-countent img {
    width: 200px;
    height: 60px;
}
.mian .product .row .product-box .product-countent .product-title {
    margin: 40px 0px;
    height: 310px;
}
.mian .product .row .product-box .product-countent .product-title p:nth-of-type(2) {
    letter-spacing: 7px;
}
.mian .product .row .product-box .product-countent .entry {
    width: 100px;
    height: 40px;
    background-color: #004ea2;
    border-radius: 10px;
    margin: 0px auto;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mian .product .row .product-box .product-countent .entry .glyphicon {
    margin-bottom: 2px;
    margin-left: 4px;
}

.mian .product .row .product-box a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.mian .case {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #083dbd;
    overflow: hidden;
}
.mian .case div .left,
.mian .case div .right {
    flex: 1;
}

.mian .case .top {
    height: 65%;
    display: flex;
}
.mian .case .top .left {
    background-image: url("../image/4_01.jpg");
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
}
.mian .case .top .right {
    position: relative;
}
.mian .case .top .right > div {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}
.mian .case .top .right div > span {
    color: #f1eb32;
}
.mian .case .top .right div > span:nth-of-type(1) {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 5px;
}
.mian .case .top .right div > span:nth-of-type(2) {
    margin-bottom: 30px;
    margin-top: 20px;
}
.mian .case .top .right div > span:nth-of-type(3) {
    display: none;
}
.mian .case .top .right div a {
    width: 140px;
    height: 40px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    line-height: 40px;
    color: #5285bd;
    font-weight: bold;
}

.mian .case .bottom .right {
    background-image: url("../image/4_02.jpg");
    height: 100%;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
}
.mian .case .bottom {
    height: 35%;
    display: flex;
}
.mian .case .bottom .left {
    position: relative;
}
.mian .case .bottom .left div {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 20px;
    width: 100%;
    left: 50%;
}
.mian .case .bottom .left span {
    color: #fff;
    width: 70%;
    display: block;
    margin: 0px auto;
    font-size: 15px;
    letter-spacing: 4px;
}
.mian .news {
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
    background-image: url("../image/10-13-25.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.mian .news .news-countent {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.mian .news .news-countent h1 {
    color: rgb(255, 228, 0);
}
.mian .news .news-countent h5 {
    color: #fff;
}
.mian .news .news-countent .news-title {
    margin: 0 auto;
    margin-top: 100px;
    overflow: hidden;
}
.mian .news .news-countent .phone-news{
    display: none;
}
.mian .news .news-countent .news-title .subclass {
    width: 10000px;
    transition: all 2s;
}
.mian .news .news-countent > a:hover {
    color: #f40;
}
.mian .series {
    width: 200px;
    border: 2px solid rgb(255, 228, 0);
    position: relative;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    box-sizing: border-box;
}
.product-box:hover .series {
    border: none !important;
}
.mian .series span {
    height: 100%;
    font-size: 18px;
    color: rgb(255, 228, 0);
    line-height: 60px;
    font-weight: bold;
    padding-left: 20px;
    float: left;
}
.mian .series div {
    position: absolute;
    width: 100%;
    height: 101%;
    top: 0;
    left: -100%;
    background-color: rgb(255, 228, 0);
    z-index: -1;
}
.subclass-data {
    text-align: center;
    height: 100%;
    width: 100%;
    display: inline-block;
}
.subclass-data li {
    width: 300px;
    background-color: #fff;
    padding-top: 25px;
    margin: 0px 20px;
    text-align: left;
    position: relative;
    float: left;
    height: 365px;
    border: 2px solid #a8a8a8;
}
.subclass-data li .subclass-title-box {
    width: 88%;
    margin: 0 auto;
    overflow: hidden;
}
.subclass-data li .subclass-title-box b {
    display: inline-block;
    padding: 20px 0px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.subclass-data li .subclass-title {
    width: 90%;
    margin: 0 auto;
}
.subclass-data li .subclass-title-box div:nth-of-type(1) {
    height: auto !important;
}
.subclass-data li .subclass-title-box p {
    color: #a1a1a1;
    font-size: 15px;
    letter-spacing: 3px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.subclass-data li img {
    display: inline-block;
    width: 100%;
    transition: all 1s;
}
.subclass-data li .subclass-btn {
    position: absolute;
    background-color: rgb(10, 98, 206);
    width: 60px;
    height: 60px;
    bottom: 0;
    display: none;
}
.subclass-data li .subclass-btn span {
    width: 100%;
    height: 100%;
    display: inline-block;
}
.subclass-data li .subclass-btn span::after {
    display: inline-block;
    content: " ";
    height: 18px;
    width: 18px;
    border-width: 3px 3px 0 0;
    border-color: #fff;
    border-style: solid;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    top: 38%;
    left: 30%;
}
.subclass-data li .subclass-title-box > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.mian .news .news-countent > a {
    display: inline-block;
    padding-top: 1%;
    color: rgb(255, 228, 0);
    font-size: 17px;
    font-weight: bold;
}
.mian .distributor {
    position: relative;
    height: 100%;
    width: 100%;
    background-image: url("../image/10-13-28.jpg");
    background-position: center;
    background-size: cover;
}
.mian .distributor .distributor-content b {
    display: inline-block;
    color: rgb(255, 228, 0);
    font-size: 30px;
    padding-bottom: 30px;
}
.mian .distributor .distributor-content .distributor-box > p {
    color: #fff;
    font-size: 16px;
}
.mian .distributor .distributor-content .distributor-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 700px;
}
.mian .distributor .distributor-content {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.mian .distributor .distributor-content .distributor-btn b {
    font-size: 17px;
}
.mian .distributor .distributor-content .distributor-btn {
    width: 100px;
    height: 40px;
    background-color: #fff;
    border-radius: 10px;
    margin: 0px auto;
    line-height: 40px;
    text-align: center;
    margin-top: 20px;
}
.mian .distributor .distributor-content .distributor-btn a {
    direction: block;
    width: 100%;
    height: 100%;
    color: #004ea2;
}
.mian .distributor .distributor-content .distributor-box > p:nth-of-type(1) {
    margin-bottom: 30px;
    font-size: 30px;
    letter-spacing: 20px;
}
.mian .distributor .distributor-content .distributor-btn div span {
    color: rgb(255, 228, 0);
    display: inline-block;
}
.mian .navigation-foot {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url("../image/home_02.jpg");
    background-position: center;
    text-align: center;
    background-size: cover;
    overflow: hidden;
}
.navigation-foot .navigation-all {
    display: inline-block;
    margin-top: 350px;
}
.navigation-foot .navigation-all ul {
    float: left;
    text-align: center;
}
.navigation-foot .navigation-all ul li {
    margin: 0 45px;
    padding: 10px 0px;
}
.navigation-foot .navigation-all ul li a {
    color: #fff;
    font-size: 15px;
}
.navigation-foot .navigation-all ul li a:hover {
    color: rgb(255, 228, 0);
}
.navigation-foot .navigation-all ul > span {
    color: rgb(255, 228, 0);
    font-weight: bolder;
    padding-bottom: 50px;
    padding-top: 0px;
    position: relative;
    display: inline-block;
    font-size: 15px;
}
.navigation-foot .navigation-all ul > span::after {
    content: "___";
    color: rgb(255, 228, 0);
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}
.navigation-foot .navigation-all ul li:nth-of-type(1) {
    padding-top: 0;
    padding-bottom: 10px;
}
.contact {
    width: 100%;
    margin-top: 20px;
}
.contact div a {
    width: 50px;
    height: 50px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.contact div {
    display: inline-block;
    text-align: center;
    width: 50px;
    margin: 0px 30px;
    position: relative;
}
.contact div img {
    position: absolute;
    top: -15px;
    transform: translate(-50%, -100%);
    left: 50%;
    display: none;
}
.contact div span {
    color: #fff;
}
.contact-fb {
    background-image: url("../image/fb_01.png");
}
.contact-wx {
    background-image: url("../image/wx_03.png");
}
.contact-qq {
    background-image: url("../image/qq_05.png");
}
.contact-top {
    background-image: url("../image/top_03.png");
}
.navigation-foot .support {
    width: 95%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 30px 0px;
    border-top: 1px solid #fff;
}
.navigation-foot .support span,.navigation-foot a {
    color: rgb(255, 228, 0);
    font-size: 16px;
}

.navigation-foot .support span:nth-of-type(1),
.navigation-foot .support span:nth-of-type(2) {
    float: left;
}
.navigation-foot .support span:nth-of-type(3) {
    float: right;
}
.subclass-data li:hover img {
    transform: scale(1.1);
}
.subclass-data li:hover .subclass-title b {
    color: #f40;
}
.subclass-data li:hover .subclass-btn {
    display: block;
    animation: btnRun 1.5s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.1, 0.15, 0.18, 1.1);
    -webkit-animation-timing-function: cubic-bezier(0.1, 0.15, 0.18, 1.1);
    -moz-animation-timing-function: cubic-bezier(0.1, 0.15, 0.18, 1.1);
}
.distributor-content:hover .distributor-btn div b,
.mian .distributor .distributor-content:hover .distributor-btn div span {
    color: #f40;
}
.v-animation {
    animation-fill-mode: both !important;
    animation-timing-function: cubic-bezier(0.4, 0.5, 0.27, 1.55) !important;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.5, 0.27, 1.55) !important;
    -moz-animation-timing-function: cubic-bezier(0.4, 0.5, 0.27, 1.55) !important;
}
.mian .introduce .introduce-countent.v-animation {
    animation: secondRun 1.8s;
}
.mian .distributor .distributor-content.v-animation {
    animation: sixRun 1.5s;
}
.mian .case .top .right > div.v-animation {
    animation: caseRun 1.5s;
}
.mian .series div.active {
    animation: seriesTo 2s;
    animation-fill-mode: both;
}
.mian .subclass-point {
    height: 60px;
    width: 100%;
    text-align: center;
    margin: 0px;
    line-height: 60px;
    margin-top: 0px;
}
.mian .subclass-point li {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 20px 5px;
    border-radius: 50%;
    cursor: pointer;
}
#home .navigation-head .eg li {
    color: #fff;
    cursor: pointer;
    width: 100%;
    text-align: left !important;
    margin: 0 !important;
    padding: 0px 20px;
    font-size: 16px;
}
#home .navigation-head .eg {
    float: left !important;
    position: relative;
}
#home .navigation-head .eg li:nth-of-type(2) {
    position: absolute;
    bottom: -50px;
    left: -20px;
    display: none;
}
#home .navigation-head .eg li:nth-of-type(2) a {
    width: 100%;
    height: 190%;
    display: inline-block;
    font-size: 16px;
    padding: 0;
    line-height: 50px;
    padding: 0 20px;
}
.mian .subclass-point li.active {
    background-color: rgb(255, 228, 0);
}
.glyphicon.glyphicon-search {
    cursor: pointer;
}
.navigation-foot .support span:nth-of-type(3) a {
    color: rgb(255, 228, 0);
    font-size: 16px;
}
.mian .case .case-countent .case-title a {
    display: block;
    margin-top: 20px;
    color: rgb(255, 228, 0);
    font-weight: bold;
    font-size: 17px;
}
.mian .case .case-countent .case-title a:hover {
    color: #f40;
}
/* 媒体查询 */
@media (max-width: 1600px) {
    .mian .introduce .introduce-countent .introduce-image img {
        width: 50%;
    }
}
@media (max-width: 1520px) {
    #home .navigation-head ul li {
        margin: 0px 10px;
    }
    .mian .home-page .page-title > div .pcline{
        margin: 0px 25px;
    }
    #home .navigation-head ul li a {
        font-size: 13px;
    }
    #home .navigation-head ul li span {
        font-size: 12px;
    }
    .mian .home-page .page-title span {
        font-size: 17px;
        letter-spacing:9px;
    }
    #home .navigation-head .eg li {
        font-size: 13px;
    }
    #home .navigation-head .eg li:nth-of-type(2) a {
        font-size: 13px;
    }
}
@media (max-width: 1460px) {
    .mian .product .row .product-box .product-countent .product-title p span:nth-of-type(1) {
        font-size: 25px !important;
    }
    .mian .navigation-foot .navigation-all ul li {
        margin: 0 20px;
    }
}
@media (max-width: 1200px) {
    .mian .product {
        height: 200%;
    }
    .mian .product .row .product-box {
        height: 50%;
    }
    #home .navigation-head .logo-warpper > div {
        display: none;
    }
}
@media (max-width: 1100px) {
    #home .navigation-head ul li {
        display: none;
    }
    #home .navigation-head.home > ul > li {
        background-color: #091f8f;
    }
    #home .navigation-head {
        background-color: rgba(0, 0, 0, 0.8);
    }
    #home .navigation-head > ul > li {
        background-color: rgba(0, 0, 0, 0.8);
    }
    #home .navigation-head ul li {
        width: 100%;
        text-align: center;
        margin: 0;
        height: 50px;
        float: left;
        line-height: 50px;
    }
    #home .navigation-head .navigation-btn {
        display: flex;
        align-items: center;
    }
    #home .navigation-head ul li:nth-last-of-type(2) {
        display: none !important;
    }
    #home .navigation-head ul li:nth-last-of-type(1) span {
        display: none !important;
    }
    .mian .jump {
        display: none;
    }
    .mian .introduce .introduce-countent span {
        margin: 30px 0px;
        font-size: 14px;
    }
    .mian .introduce .introduce-countent .introduce-more {
        margin-top: 30px;
    }
    #home .navigation-head ul {
        width: 100%;
        margin-top: 100px;
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0px;
    }
    #home .navigation-head ul li a {
        width: 100%;
        height: 100%;
        text-align: center;
        margin: 0;
        padding: 0 !important;
        display: inline-block;
    }
    #home .navigation-head ul li a:hover {
        color: #f40;
    }
    #home .navigation-head ul li ul {
        margin-top: 0px;
    }
    #home .navigation-head .eg li:nth-of-type(2) {
        top: 0px;
        left: 0px;
    }
    .mian .news .news-countent .news-title{
        margin-top:20px;
    }
}
@media (max-width: 992px) {
    .mian .product {
        height: 400%;
    }
    .mian .product .row .product-box {
        height: 25%;
    }
    .mian .case .case-countent {
        left: 5%;
        width: 90%;
        transform: translateY(-50%);
    }
    .mian .case .case-countent h5 {
        display: none;
    }
    .mian .case .case-countent .case-title span {
        font-size: 14px;
        line-height: 40px;
    }
    .navigation-foot .support span {
        font-size: 12px;
    }
    .paging-content-box {
        margin: 20px auto;
    }
    .paging-content-box .subclass-data li {
        margin: 20px 0;
    }
}
@media (max-width: 900px) {
    #home .navigation-head img {
        margin-left: 25px;
        width: 120px;
        height: 50px;
    }
    .mian .introduce .introduce-countent span {
        width: 90%;
    }
    .mian .introduce .introduce-countent > span:nth-of-type(1),
    .mian .introduce .introduce-countent > span:nth-of-type(2) {
        color: #004ea2;
    }
    .mian .introduce .introduce-countent > span:nth-of-type(2) {
        padding-bottom: 25px;
        padding-top: 5px;
    }
    .mian .introduce .introduce-countent .introduce-more {
        margin-top: 54px;
        width: 150px;
    }
    #home .navigation-head .logo-warpper > div {
        display: block;
        margin-left: 13px;
    }
    #home .navigation-head .logo-warpper div div:nth-of-type(1) span {
        letter-spacing: 0px;
        font-size: 14px;
    }
    #home .navigation-head .logo-warpper div div:nth-of-type(2) span:nth-of-type(1) {
        width: 15px;
        height: 15px;
        line-height: 15px;
        font-size: 12px;
    }
    #home .navigation-head .logo-warpper div div:nth-of-type(2) span:nth-of-type(2) {
        font-size: 15px;
    }
    .mian .home-page .page-title span {
        letter-spacing: 1px;
        width: 166px;
        display: block;
        margin: 0px auto;
        font-size: 16px;
    }
    .mian .home-page .page-quality > span {
        margin: 15px auto;
        width: 195px;
        line-height: 25px;
    }
    .mian .home-page .page-title > p{
        display: none;
    }
    .mian .home-page .page-title div{
        display: flex;
        flex-direction: column;
    }
    .mian .home-page .page-title > div .pcline{
        display: none;
    }
    .mian .home-page .page-title p{
        padding: 0;
        margin: 0;
        font-size: 35px;
    }
    .mian .home-page .page-introduce .line{
        width: 50px;
        background-color: #fff100;
        margin: 0px auto;
        height: 2px;
        margin-top: 20px;
    }
}
@media (max-width: 700px) {
    .mian .introduce .introduce-countent .introduce-more {
        margin-top: 0px;
    }
    .mian .case .case-countent .case-title span {
        line-height: 25px;
    }
    #home .navigation-head .navigation-btn {
        transform: translateX(-100%);
    }
    #home .navigation-head img {
        margin-left: 0px;
    }
    .mian .home-page .page-introduce {
        transform: translate(-50%, -50%);
    }
    .mian .home-page {
        height: 100%;
        background-image: url("../image/1-ph.jpg");
    }
    .mian .home-page .page-quality {
        margin: 0px 20px;
        margin-top: 30px;
    }
    .mian .introduce {
        background-image: none;
        background-color: #fff;
    }
    .mian .introduce .introduce-countent > span:nth-of-type(3) {
        width: 100%;
    }
    .mian .introduce .introduce-countent .introduce-data {
        width: 100%;
    }
    .mian .introduce .introduce-countent span {
        width: auto;
    }
    .mian .case .top .right div > span:nth-of-type(3) {
        display: block;
    }
    .mian .introduce .introduce-countent {
        transform: translate(-50%, -50%);
        left: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90%;
    }
    .mian .case .top .left {
        display: none;
    }
    .mian .introduce .introduce-countent .introduce-data ul li span:nth-of-type(1) {
        font-size: 21px;
    }
    .mian .introduce .introduce-countent .introduce-data ul li span:nth-of-type(2) {
        font-size: 12px;
    }
    .mian .introduce .introduce-countent .introduce-more {
        margin: 0px auto;
        margin-top: 20px;
    }
    .mian .introduce .introduce-countent .introduce-image img {
        width: 100%;
        height: auto;
    }
    .mian .product .row .product-box .product-countent {
        transform: translate(-50%, -50%);
        height: 100%;
    }
    .mian .news .news-countent .news-title .subclass ul li .subclass-title-box b {
        font-size: 13px;
    }
    .mian .news .news-countent .news-title {
        display: none !important;
    }
    .mian .subclass-title {
        text-align: center;
    }
    .mian .subclass-data li .subclass-btn {
        display: none;
    }
    .mian .distributor .distributor-content .distributor-btn {
        border: none;
    }
    .mian .case .bottom .left {
        display: none;
    }
    .mian .case .top .right > div {
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 100%;
        top: 55%;
        align-items: center;
    }
    .mian .case .top .right div > span:nth-of-type(2) {
        margin: 20px 0px;
    }
    .mian .case .top .right div > span:nth-of-type(3) {
        width: 90%;
        color: #fff;
        font-size: 13px;
    }
    .mian .case .top .right div a {
        margin-top: 20px;
    }
    .mian .distributor .distributor-content {
        width: 90%;
        top: 67%;
    }
    .mian .distributor .distributor-content .distributor-box > p:nth-of-type(1) {
        font-size: 20px;
    }
    .mian .distributor .distributor-content .distributor-box > p {
        font-size: 14px;
    }
    .mian .distributor {
        background-position: center;
    }
    .mian .distributor .distributor-content .distributor-box {
        width: auto;
    }
    .mian .introduce .introduce-countent .introduce-image {
        display: none;
    }
    .mian .introduce .introduce-countent span {
        margin: 0px;
    }
    .navigation-foot .navigation-all {
        margin-top: 0;
    }
    .navigation-all ul li {
        display: none;
    }
    .navigation-foot .support span:nth-of-type(2) {
        display: none;
    }
    .navigation-foot .support span:nth-of-type(3),
    .navigation-foot .support span:nth-of-type(1) {
        float: none;
        margin-left: 20px;
        display: block;
        height: 50px;
        line-height: 50px;
    }
    .contact div {
        margin: 0 13px;
    }
    .contact {
        text-align: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .navigation-foot .navigation-all ul {
        margin: 0;
    }
    .navigation-foot .navigation-all ul > span::after {
        display: none;
    }
    .navigation-foot .navigation-all ul > span {
        padding-bottom: 0;
        height: 50px;
        line-height: 50px;
        color: #fff;
        width: 100%;
    }
    .navigation-foot .navigation-all ul {
        width: 100%;
    }
    .mian .navigation-foot {
        min-height: 365px;
        display: inline-block;
        text-align: left;
    }
    .page .navigation-foot .support {
        position: static;
        transform: translateX(0%);
        width: 100%;
        padding: 10px 0px;
    }
    .subclass-data li .subclass-title {
        width: 100%;
    }
    .mian #home {
        height: 80px;
        /* line-height: 80px; */
    }
    #home .navigation-head ul {
        margin-top: 80px;
    }
    #home .navigation-head .navigation-btn {
        height: 80px;
        line-height: 80px;
    }
    .subclass-data li {
        margin: 0;
        width: 340px;
    }
    .series {
        display: none;
    }
    .mian .product .row .product-box {
        background-size: auto;
    }
    .mian .product .row .product-box .product-countent p:nth-of-type(2) {
        display: none;
    }
    .mian .product {
        height: 100%;
    }
    .mian .product .row .product-box .product-countent .product-title {
        height: auto;
        text-align: center;
        margin: 0;
    }
    .mian .product .row .product-box .product-countent p {
        transform: translateY(70%);
        line-height: normal;
    }
    .mian .product .row .product-box .product-countent .entry {
        background-color: transparent;
    }
    .mian .navigation-foot .navigation-all {
        display: none;
    }
    .subclass-data li .subclass-btn {
        display: none !important;
    }
    .mian .subclass-point {
        display: none;
    }
    .mian .news .news-countent > a {
        padding-top: 4%;
    }
    #home .navigation-head ul li:nth-last-of-type(1) > a {
        display: inline-block;
    }
    #home .navigation-head .eg {
        display: none !important;
    }
    .subclass-data li .subclass-title-box div:nth-of-type(1) {
        height: auto !important;
    }
    .subclass-data li .subclass-title {
        padding-bottom: 20px;
    }
    .mian #home .navigation-head {
        transition: all 0.3s;
    }
    .mian #home .navigation-head.active {
        transition: all 0s;
    }
    .mian .home-page .page-quality span{
        font-size: 12px;
    }
    /* .mian .product .row .product-box .product-countent .product-title p span:nth-of-type(1) {
        font-size: 20px !important;
    } */
    .mian .news .news-countent .phone-news{
        display: block;
    }

    .mian .news .news-countent .phone-news ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mian .news .news-countent .phone-news ul li:not(:nth-of-type(1)){
        display: none;
    }
}
@media (max-width: 400px) {
    .subclass-data li {
        width: 340px;
    }
}
@media (max-width: 350px) {
    .mian .distributor .distributor-content .distributor-box {
        padding-top: 170px;
    }
    .mian .news .news-countent .news-title {
        margin-top: 12px;
    }
    .subclass-data li {
        height: auto;
        min-height: 300px;
    }
}
/* 动画 */
@keyframes logoRun {
    0% {
        left: -250px;
    }
    100% {
        left: 20px;
    }
}
@keyframes secondRun {
    0% {
        top: 80%;
    }
    100% {
        top: 50%;
    }
}
@keyframes sixRun {
    0% {
        left: 40%;
    }
    100% {
        left: 50%;
    }
}
@keyframes caseRun {
    0% {
        left: 25%;
    }
    100% {
        left: 15%;
    }
}
@keyframes btnRun {
    0% {
        right: 50px;
    }
    100% {
        right: 0px;
    }
}
@keyframes seriesTo {
    0% {
        left: -30%;
    }
    100% {
        left: 0%;
    }
}
