@charset "UTF-8";

/*去除浏览器默认间距等*/
body,
html {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font-family: "Source Han Sans CN";
    outline: 0;
}

ul {
    margin: 0;
    list-style: none;
    padding: 0;
    zoom: 1;
    /*用于IE6*/
}

div {
    zoom: 1;
    /*用于IE6,要是IE6错位,修复这个.*/
}

a {
    text-decoration: none !important;
}

a:hover,
a:focus {
    text-decoration: none;
}

a img {
    border: none;
    border: 0;
}

p,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}

input,
select {
    padding: 0;
    margin: 0;
}

/*常用工具*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.text-l {
    text-align: left;
}

.text-c {
    text-align: center;
}

.text-r {
    text-align: right;
}

.r-position {
    position: relative;
    top: 0;
    left: 0;
}

.a-position {
    position: absolute;
}

.i-block {
    display: inline-block;
}

.img {
    overflow: hidden;
    transition: all .5s;
}

.img img {
    width: 100%;
}

/*宽度*/
.w100 {
    width: 100%;
}

.mw100 {
    max-width: 100%;
}

.w50 {
    width: 50%;
}


#wrapper {
    display: none;
}

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

/*点击箭头旋转*/
.rot {
    transform-origin: center center;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    -ms-transition: -ms-transform 0.2s;
}

.rot1 {
    transform-origin: center center;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transition: transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    -ms-transition: -ms-transform 0.2s;
}

.mt20 {
    margin-top: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

/*手机拨号¨*/
.mobile-foot {
    background: #1652a5;
    padding: 8px 0;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100%;
    z-index: 999999;
}

.moble-bottom {
    width: 100%;
    height: 51px;

}

.mobile-foot a {
    color: #fff;
    height: 35px;
    line-height: 33px;
    border: 1px solid #fff;
    border-radius: 4px;
    text-align: center;
    padding: 0 15px;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

.mobile-foot a i {
    margin-right: 5px;
    color: #fff;
    font-size: 16px !important;
}

.mobile-foot a:hover {
    background: #fff;
    color: #1a3f73;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}

p {
    margin-bottom: 0 !important;
}

.top {
    background: #dedede;
    color: #7c8181;
    padding: 7px 0;
}

.top .left {
    float: left;
    padding-top: 4px;
}

.top .left span {
    vertical-align: top;
    margin-right: 6px;
}

.top .right {
    float: right;
}

.top .right p {
    display: inline-block;
    border: 1px solid #7c8181;
    border-radius: 50%;
    text-align: center;
    padding: 3px 6px;
    margin-left: 4px;
}

.top a {
    color: #7c8181;
}

.top a:hover {
    color: #043555;
}


.box1 {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
}

header {
    padding: 26px 0;
}

header .logo img {
    width: 100%;
}

header .search {
    padding-top: 20px;
}

header .search input {
    width: 540px;
    height: 40px;
    border: 1px solid rgb(201, 21, 29);
    padding: 0 90px 0 100px;
    font-size: 15px;
    color: rgb(151, 151, 151);
    line-height: 1.923;
    transition: all 0.5s;
}

header .search input::-webkit-input-placeholder {
    /* WebKit browsers */
    font-size: 13px;
    color: rgb(151, 151, 151);
    line-height: 1.923;
}

header .search input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 13px;
    color: rgb(151, 151, 151);
    line-height: 1.923;
}

header .search input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 13px;
    color: rgb(151, 151, 151);
    line-height: 1.923;
}

header .search input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-size: 13px;
    color: rgb(151, 151, 151);
    line-height: 1.923;
}

header .phone {
    padding-top: 19px;
    margin-left: 112px;
    font-size: 26px;

    color: rgb(201, 21, 29);
    line-height: 1.423;
}

header .phone span {
    vertical-align: middle;
}

header .phone span:nth-child(2) {
    padding-left: 10px;
}

.search-product {
    top: 21px;
    left: 1px;
}

.search-product p {
    background: #f5f5f5;
    width: 80px;
    height: 38px;
    text-align: center;
    padding-top: 4px;
    font-size: 13px;
    color: rgb(41, 41, 41);
    line-height: 1.923;
    cursor: pointer;

}

.search-product p span {
    padding-left: 4px;
    display: inline-block;
}

.search-product ul {
    background: #f5f5f5;
    margin-top: 1px;
    display: none;
    z-index: 100 !important;
    position: relative;
}

.search-product ul li {
    text-align: center;
    padding: 6px 0;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-product ul li a {
    color: rgb(41, 41, 41);
}

.search-product ul li a:hover {
    color: rgb(201, 21, 29);
}

.search-icon {
    display: block;
    top: 21px;
    right: 1px;
    background: rgb(201, 21, 29);
    width: 68px;
    height: 38px;
    text-align: center;
    padding-top: 8px;
    color: #fff;
}

.search-icon:hover {
    color: #fff;
}

.navigation-right {
    border-bottom: 1px solid red;
    width: 100%;
    padding-left: 200px;
    transition: all 0.5s;
}

.navbar {
    margin-bottom: 0 !important;
    min-height: 45px !important;
}

.nav-font {
    background: #fff;
}

.nav-font li>a {
    font-size: 16px !important;
    color: rgb(60, 59, 59) !important;
    line-height: 1.875 !important;
    padding: 8px 25px 6px 25px !important;
}

.nav-font li>a:hover {
    color: rgb(201, 21, 29) !important;
}

.navigation-left {
    padding: 11px 23px;
    width: 220px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 1.563;
    background: rgb(201, 21, 29);
    top: 0;
    left: 15px;
    cursor: pointer;
}

.navigation-left span:nth-child(1) {
    padding-right: 10px;
}

.yincang {
    width: 174px;
    overflow: hidden;
}

.navigation-left ul.outer {
    z-index: 100;
    background: #043555;
    width: 100%;
    margin: 10px 0 0 -23px;
    padding: 0 23px;
    overflow-y: auto;
    box-sizing: border-box;
}

.index-block ul.outer {
    display: none;
}


.navigation-left ul.outer>li {
    font-size: 13px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 2.846;
    cursor: pointer;
    width: 100%;


}

.navigation-left ul.outer>li span:nth-child(1),
.navigation-left ul.outer>li span:nth-child(3) {
    padding-right: 0;
    color: #657583;
    vertical-align: middle;
}

.navigation-left ul.outer>li span:nth-child(2) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 140px;
    vertical-align: middle;
}

.navigation-left ul.inner {
    display: none;
    padding: 0 23px
}

.navigation-left .outer-li:nth-child(1) ul.inner {
    /* display: block;*/
}

.navigation-left ul.inner>li {
    font-weight: 400;
}

.navigation-left ul.inner>li a {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 140px;
    vertical-align: middle;
}

.navigation-left ul.inner>li a:hover {
    color: rgb(201, 21, 29);
    ;
}

/*banner*/
.swiper-container {
    width: 100%;
    height: 100%;
    text-align: center;
}

.swiper-slide .banner-text {
    top: 34%;
    left: 34%;
}

.swiper-slide .banner-text p {
    font-size: 16px;
    color: rgb(4, 52, 84);
    line-height: 1.083;
    text-shadow: #fff 0 0 3px;
}

.swiper-slide .banner-text p:nth-child(1) {
    font-size: 30px;
    line-height: 2.053;
    font-weight: bold;
}

/*产品中心*/
.product {
    padding-top: 44px;
}

.product p.title {
    text-align: center;
    font-size: 28px;
    color: rgb(65, 69, 72);
    line-height: 1.393;
}

hr {
    border-top: 2px solid rgb(201, 21, 29);
    width: 28px;
    margin-top: 12px;
}

.nav-tabs {
    border: none;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    /*justify-content: space-between;*/
    margin-bottom: 34px;
    padding-left: 22%;
}

.nav-tabs a {
    font-size: 15px;
    color: #424242;
    text-transform: uppercase;
    line-height: 2.6;
    border: none !important;
    padding: 3px 18px;
}

.nav-tabs a:hover {
    font-weight: bold;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: rgb(4, 53, 85);
    font-weight: bold;
    border: none !important;
    cursor: pointer;
}

.swiper-container1,
.swiper-container5 {
    width: 100%;
    overflow: hidden;
}

.pdimg {
    border: 1px solid #dedede;
}

.pdtext {
    border-top: 1px solid #dedede;
    font-size: 15px;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    line-height: 1.7;
    text-align: center;
    padding: 14px 0;
    background: #fff;
}

.pdtext p:nth-child(2) {
    color: #898989;
}

.plus {
    background: #043555;
    bottom: 0;
    right: 0;
    width: 20%;
    height: 60%;
    padding-top: 8%;
    padding-left: 8%;
    box-sizing: border-box;
    color: #fff;
}

.plus:before {
    position: absolute;
    top: 0;
    left: -1px;
    border-top: 48px solid #fff;
    border-right: 54px solid transparent;
    content: "";
}

.swiper-container1 .active .pdtext,
.swiper-container5 .active .pdtext {
    background: rgb(201, 21, 29);
    color: #fff;
}

.swiper-container1 .active .pdtext p:nth-child(2),
.swiper-container5 .active .pdtext p:nth-child(2) {
    color: #fff;
}

.swiper-container1 .active .pdtext .plus,
.swiper-container5 .active .pdtext .plus {
    display: none;
}

.swiper-container1 a .pdimg img,
.swiper-container5 a .pdimg img {
    transition: all 0.5s;
}

.swiper-container1 a:hover .pdimg img,
.swiper-container5 a:hover .pdimg img {
    transform: scale(1.1, 1.1);
    transition: all 0.5s;
}

.swiper-pagination1 {
    position: static;
    margin-top: 16px;
}

.swiper-pagination1 span {
    border: 1px solid #dedede;
    background: #fff;
    opacity: 1;
}

.swiper-pagination1 span.swiper-pagination-bullet-active {
    background: #dedede;

}

/*关于我们*/
.about {
    background: #f8f8f8;
    padding: 66px 0;
}

.about-top {
    background: #fff;
}

.about-top-img {
    padding: 0 !important;
}

.about-top-img img {
    width: 100%;
}

.about-top-text {
    padding: 50px 44px;
    height: 100%;
    text-align: right;
}

.about-top-text .title-e {
    font-size: 33px;

    color: rgb(65, 69, 72);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.182;
}

.about-top-text .title-c {
    font-size: 23px;
    color: rgb(65, 69, 72);
    line-height: 1.696;
}

.hr1 {
    width: 16px;
    border-top: 2px solid rgb(201, 21, 29);
    margin-right: 0;
    margin-top: 6px;
    margin-bottom: 12px;
}

.about-top-text .content {
    font-size: 14px;
    color: rgb(105, 105, 105);
    line-height: 2.071;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 20px !important;
}

.about-top-text a {
    background: #043555;
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 2.071;
    padding: 10px 45px;
}

.about-top-text a:hover {
    opacity: 0.8;
}

.list {
    padding-top: 35px;
}

.list-content {
    padding: 0 25px;
}

.list-img {
    width: 56%;
    margin: 0 auto;
    border: 1px solid #e8e8e8;
    padding: 8px;
    border-radius: 50%;
    overflow: hidden;
}

.list-img img {
    width: 100%;
    border-radius: 50%;

}

.list-title {
    font-size: 16px;
    color: rgb(105, 105, 105);
    line-height: 1.813;
    text-align: center;
    padding-top: 10px;
}

.hr2 {
    border-top: 1px solid #eaeaea;
    width: 20%;
    margin-top: 8px;
    margin-bottom: 14px;
}

.list-text {
    font-size: 13px;
    color: rgb(132, 132, 132);
    line-height: 1.538;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-width: 188px;
}

.list a:hover img {
    -webkit-transform: rotate3d(0, 1, 0, 360deg);
    -moz-transform: rotate3d(0, 1, 0, 360deg);
    transform: rotate3d(0, 1, 0, 360deg);
    transition: all .5s;
}

/*新闻中心*/
.news {
    background-image: url('../images/news-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding: 60px 0 70px;
}

.news .news-title {
    text-align: center;
    font-size: 28px;
    color: rgb(255, 255, 255);
    line-height: 1.393;
}

.hr3 {
    border-top: 2px solid #fff;
    width: 28px;
}

.news-content-left {
    width: 49.5%;
    padding: 0;
}

.news-content-right {
    margin-left: 1%;
    width: 49.5%;
    padding: 0;
}

.swiper-container2 {
    width: 100%;
    overflow: hidden;
}

.swiper-container2 img {
    width: 100%;
}

.swiper-container2 .news-content-left-text {
    background: rgba(0, 0, 0, 0.4);
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 15px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 2.6;
    text-align: center;
}

.news-right-list {
    display: block;
    margin-bottom: 7px;
    background: #fff;
    font-size: 13px;
    line-height: 1.7;
}

.news-right-list .img {
    width: 32%;
}

.news-right-text {
    padding: 16px;
    width: 66%;
}

.news-right-text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-right-t {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    color: rgb(101, 105, 110);
    font-weight: bold;
}

.news-right-con {
    color: rgb(146, 146, 146);
}

.news-right-list a:hover p.news-right-con {
    color: rgb(101, 105, 110);
}

/*优势*/
.adv {
    background: #f8f8f8;
    padding: 66px 0 80px;
    text-align: center;
}

.adv-t {
    font-size: 28px;
    color: rgb(65, 69, 72);
    line-height: 1.393;
}

.hr4 {
    margin-bottom: 0;
}

.adv-det {
    font-size: 14px;
    color: rgb(180, 180, 180);
    line-height: 2.5;
}

.adv-list {
    background: #fff;
    padding: 48px 0;
}

.adv-list-con {
    padding: 0 50px;
}

.adv-list-con .icon {
    width: 50%;
    margin: 0 auto;
    padding: 10px 0 26px;
    color: #043555;
}

.adv-list-con a:hover .icon {
    color: rgb(201, 21, 29);
    -webkit-transform: rotate3d(0, 1, 0, 360deg);
    -moz-transform: rotate3d(0, 1, 0, 360deg);
    transform: rotate3d(0, 1, 0, 360deg);
    transition: all .5s;
}

.adv-list-t {
    font-size: 17px;
    color: rgb(51, 51, 51);
    line-height: 1.353;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.adv-list-t1 {
    font-size: 12px;
    color: rgb(153, 153, 153);
    line-height: 1.667;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.hr5 {
    visibility: hidden;
    border-top: 1px solid #c7c7c7;
    width: 30%;
}

.adv-list-con a:hover .hr5 {
    visibility: visible;
}

/*联系我们*/
.contact {
    background: #043555;
    padding: 40px 0;
}

.contact span {
    font-size: 21px;
    color: rgb(255, 255, 255);
    line-height: 1.857;
}

.contact a {
    font-size: 17px;
    color: rgb(255, 255, 255);
    line-height: 2.294;
    border: 1px solid #114e76;
    padding: 0 46px;
    transition: all 0.5s;

}

.contact a:hover {
    color: rgba(0, 0, 0, 0.4);
    transition: all 0.5s;
}

/*footer*/
footer {
    background: #272727;
    font-size: 14px;
    line-height: 2.429;
    padding: 36px 0;
    border-bottom: 1px solid rgb(129, 129, 129);
}

footer a {
    color: rgb(129, 129, 129);
    display: inline-block;
    line-height: 2.9;
}

footer a:hover {
    transition: all 0.5s;
}

.f-t {
    font-size: 17px;
    color: #fff;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.quick-nav {
    width: 15%;
    margin-right: 8%;
    padding: 0;
}

.quick-nav .f-t {
    margin-bottom: 10px !important;
}

.contact-det {
    width: 25%;
    padding: 0;
    margin-right: 3%;
}

.contact-det p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
    line-height: 2.5;
}

.contact-det span {
    margin-right: 8px;
    vertical-align: bottom;

}

.message {
    width: 48%;
    padding: 0;
}

.message input {
    background: #272727;
    border: none;
    border-bottom: 1px solid rgb(129, 129, 129);
    height: 50px;
    color: rgb(129, 129, 129);
}

.message input.phone {
    margin-top: 12px;
}

footer p {
    color: rgb(129, 129, 129);
    line-height: 1.9;

}

.message form .left {
    width: 40%;
}

.message form .left input {
    width: 100%;
}

.message form .right {
    width: 46%;
}

.message form .right textarea {
    width: 100%;
    height: 114px;
    background-color: #272727;
    color: rgb(129, 129, 129);
    padding: 0 12px;
}

.message form .right1 {
    margin-left: 2%;
    /*border:1px solid green;*/
    width: 8%;
}

.message form .right1 a {
    border: 1px solid #FFF;
    width: 90%;
    background-color: rgb(201, 21, 29);
    height: 115px;
    font-size: 12px;
    color: #FFF;
    margin-left: 10%;
    white-space: inherit;
    padding: 15px 0px 0px 10px;
    ;
    transition: all 0.5s;
}

.message form .right1 input:hover {
    transition: all 0.5s;
    border: 1px solid rgb(129, 129, 129);
}


.banquan {
    background: #272727;
    color: rgb(129, 129, 129);
    padding: 7px 0;
}

.banquan p.fl {
    padding-top: 6px;
}

.banquan .right {
    float: right;
}

/*.banquan .right p{
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    padding: 3px 6px;
    margin-left: 4px;
    background: #7e7e7e
}*/
.banquan a {
    color: #fff;
}

.banquan a:hover p {
    background: rgb(201, 21, 29);
}


/**********************************************************************************关于我们*/
.about-banner .banner-text {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    padding-top: 6%;
    /*padding-left: 34%;*/
    text-align: center;
}

.about-banner .banner-text p {
    text-shadow: none;
    font-size: 35px;
    color: rgb(255, 255, 255);
    line-height: 1.057;
    font-weight: 400 !important;
}

.about-banner .banner-text p:nth-child(2) {
    font-size: 15px;
    color: rgb(255, 255, 255);
    line-height: 2.467;
}

.about-banner .banner-text p a {
    padding: 0 2px;
    color: rgb(255, 255, 255);
}

.about-banner .banner-text p a:hover {
    color: rgb(201, 21, 29);
}

.about-nav,
.news-nav {
    background: #f3f3f3;
    padding: 6px 0;
}

.about-nav .box,
.news-nav .box {
    width: 42%;
    margin: 0 auto;
    transition: all 0.5s;
}

.about-nav .box a,
.news-nav .box a {
    font-size: 16px;
    line-height: 2.188;
    color: #313131;
}

.about-nav .box a:hover,
.news-nav .box a:hover {
    font-weight: bold;
}

.about-nav .box a.active,
.news-nav .box a.active {
    color: rgb(4, 53, 85);
    font-weight: bold;
}


.about-content,
.news-content1,
.product-swiper {
    padding: 52px 0 90px;
    transition: all 0.5s;
}

.about-content p.title,
.news-content1 p.title,
.product-swiper p.title {
    text-align: center;
    font-size: 23px;
    color: rgb(65, 69, 72);
    text-transform: uppercase;
    line-height: 1.696;
}

.hr6 {
    margin-bottom: 40px;
    transition: all 0.5s;
}

.about-detail img {
    width: 50%;
    /*float: left;*/
    margin-right: 2%;
}

.about-detail p {
    font-size: 14px;
    color: rgb(105, 105, 105);
    line-height: 2.071;
    margin-bottom: 12px !important;
}

.swiper-container3 {
    width: 100%;
    overflow: hidden;
}

.swiper-container3 img {
    width: 100%;
}

/**********************************************************************************新闻中心*/

.news-nav .box {
    width: 20%;
}

.news-detail-list {
    width: 100%;
    padding: 18px 0;
}

.news-detail .active {
    background: #fafafa;

}

.news-detail-list a img {
    width: 30%;
}

.news-detail-list .right {
    width: 68%;
    margin-left: 2%;
}

.news-detail-list p.title {
    text-align: left !important;
    font-size: 18px;
    color: rgb(77, 77, 77);
    line-height: 2.056;
}

.news-detail-list p.date,
.news-detail-list p.content {
    font-size: 14px;
    color: rgb(139, 139, 139);
    line-height: 2.143;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-detail-list .link {
    margin-top: 18px;
}

.news-detail-list .link p {
    display: inline-block;
    text-align: center;
    padding: 3px 0;
    margin-left: 4px;
}

.news-detail-list .link a {
    color: #b5b5b5;
}

.news-detail-list .link a:hover p {
    color: rgb(201, 21, 29);
}

/**********************************************************************************产品*/

.product-nav .box {
    width: 50%;
}

.swiper-container6 {
    width: 100%;
    overflow: hidden;
}

.swiper-container6 img {
    width: 100%;
    border: 1px solid #dedede;
}

.swiper-button-next,
.swiper-button-prev {
    background-image: url("../images/arr-r.png");
    width: 44px;
    background-size: 44px 44px;
}

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

.pro-det-t {
    font-size: 18px;
    color: rgb(4, 53, 85);
    line-height: 2.167;
}

.pro-det-text span {
    font-size: 16px;
    color: rgb(0, 0, 0);
    line-height: 2.438;
    margin-right: 6px;
}

.pro-det-text .fang {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: rgb(201, 21, 29);
    vertical-align: middle;
}

.out-pro .fang,
.size-pro .fang {
    background: #82c6ee;
}

.qian-pro .fang {
    background: #1e2188;
}

.height-p .fang {
    background: #083553;
}

.pro-det-text-det {
    padding-left: 24px;
}

.pro-det-text-det span {
    font-size: 14px;
    color: rgb(78, 78, 78);
    text-transform: uppercase;
    line-height: 2;
    margin-right: 16px;
}

.pro-det-text-det p {
    font-size: 14px;
    color: rgb(78, 78, 78);
    line-height: 2;
    margin-right: 16px;
}

.color .box>div {
    width: 130px;
    transition: all 0.5s;
}

.color .box>div img {
    width: 100%;
}

.color .box>div p {
    text-align: center;
    font-size: 16px;
    color: rgb(0, 0, 0);
    line-height: 2.438;
}

.color-t {
    margin-bottom: 20px;
}

.color-t .fang {
    background: #183069;
}

.color .box {
    margin-bottom: 10px;
}

.color-t {
    margin-top: 10px;
}

.special p {
    margin-top: -16px;
}

.contact-us .container>div p {
    font-size: 16px;
    color: rgb(65, 69, 72);
    text-align: center;
    line-height: 2;
}

.contact-us .container>div p span {
    margin-right: 14px;
    vertical-align: top;
}

.contact-us {
    padding: 52px 0;
}

.map {
    margin-bottom: 50px;
}

.envir-img {
    width: 30%;
}

.envir-img img {
    width: 100%;
}

.new-det-t {
    font-size: 20px;
    margin-bottom: 10px !important;
}

.news-details {
    margin-top: -10px;
}

.news-details .date {
    font-size: 14px;
    padding-bottom: 10px;
    color: rgb(139, 139, 139);
    border-bottom: 1px solid #dedede;
}

.news-details .date span:nth-child(2) {
    margin-right: 38px;
}

.news-det-con {
    padding: 20px;
    font-size: 16px;
}














@media screen and (min-width:768px) {
    .mlogo {
        display: none;
    }
}

/*手机*/
@media screen and (max-width:768px) {
    header {
        display: none !important;
    }

    .navigation-left {
        display: none;
    }

    .mlogo {
        display: inline-block;
        width: 22%;
        padding-top: 4px;
    }

    .mlogo img {
        width: 100%;
    }

    .navigation-right {
        padding-left: 0;
        transition: all 0.5s;
    }

    .navigation-right {
        border-bottom: none;
    }

    .swiper-slide .banner-text p {
        font-size: 12px;
        transition: all 0.5s;
    }

    .swiper-slide .banner-text p:nth-child(1) {
        font-size: 14px;
        transition: all 0.5s;
    }

    .swiper-slide .banner-text {
        top: 30%;
        left: 10%;
        transition: all 0.5s;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: 60% !important;
        height: 19px !important;
    }

    .hr2 {
        display: none;
    }

    .list-content {
        padding-bottom: 20px;
    }

    .news-content-left {
        width: 100%;
    }

    .news-content-right {
        width: 100%;
        margin-left: 0;
    }

    .adv-list-con {
        margin: 10px 0;
    }

    .quick-nav {
        width: 50%;
        margin-right: 0;
    }

    .contact-det {
        width: 100%;
        margin-right: 0;
    }

    .message {
        width: 100%;
    }

    .product {
        padding-top: 14px;
    }

    .product p.title {
        font-size: 18px;
    }

    .nav-tabs {
        width: 100%;
        padding-left: 0;
        transition: all 0.5s;
        margin-bottom: 20px;
    }

    .nav-tabs a {
        font-size: 15px;
        line-height: 2.6;
        padding: 3px 14px;
    }

    .message form .right1 input {
        padding: 0;
    }

    .mobile-none {
        display: none;
    }

    .pdtext {
        padding: 2px 0;
        font-size: 14px;
    }

    .plus {
        display: none;
    }

    .about {
        padding: 18px 0;
    }

    .about-top-text {
        padding: 12px 0;
    }

    .about-top-text .title-e {
        font-size: 24px;
    }

    .about-top-text .title-c {
        font-size: 18px;
    }

    .about-top-text .content {
        line-height: 1.7;
    }

    .about-top-text a {
        padding: 6px 24px;
    }

    .list {
        padding-top: 20px;
    }

    .news .news-title {
        font-size: 18px;
    }

    .news {
        padding: 20px 0 10px;
    }

    .news-right-list {
        margin-top: 10px;
    }

    .swiper-container2 .news-content-left-text {
        font-size: 14px;
        line-height: 2;
    }

    .news-right-text {
        padding: 6px;
    }

    .news-right-t {
        font-size: 14px;
    }

    .adv {
        padding: 20px 0;
    }

    .adv-t {
        font-size: 18px;
    }

    .adv-det {
        line-height: 1.8;
        margin-top: 10px;
    }

    .adv-list {
        margin-top: 10px;
        padding: 12px 0;
    }

    .hr5 {
        display: none;
    }

    .contact {
        padding: 14px 0;
    }

    .contact span {
        font-size: 13px;
    }

    .contact a {
        font-size: 13px;
        line-height: 2;
        padding: 0 20px;
    }

    footer {
        padding: 10px 0;
    }

    .list-title,
    .adv-list-t {
        font-size: 15px;
    }

    .list-text {
        font-size: 12px;
    }

    .adv-list-con,
    .list-content {
        padding: 0 20px;
    }

    .list-content {
        padding-bottom: 10px;
    }

    .about-banner .banner-text {
        top: 0;
        left: 0;
    }

    .about-banner .banner-text {
        padding-top: 2%;
    }

    .about-banner .banner-text p:nth-child(2) {
        font-size: 12px;
    }

    .swiper-slide .banner-text p:nth-child(1) {
        line-height: 1.7;
    }

    .about-nav .box {
        width: 96%;
    }

    .about-nav .box a,
    .news-nav .box a {
        font-size: 13px;
    }

    .news-nav .box {
        width: 38%;
    }

    .about-content,
    .news-content1,
    .product-swiper {
        padding: 12px 0 20px;
    }

    .about-content p.title,
    .news-content1 p.title,
    .product-swiper p.title {
        font-size: 18px;
    }

    .hr6 {
        margin-bottom: 20px;
    }

    .about-detail p {
        font-size: 13px;
    }

    footer a,
    .contact-det p,
    footer p {
        line-height: 1.8;
    }

    .news-detail-list p.title {
        font-size: 14px;
    }

    .news-detail-list p.content {
        /*margin-left: -46%;*/
        margin-top: 10px;
        line-height: 2;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 30px;
        height: 30px !important;
        background-size: 30px 30px;
    }

    .pro-det-t {
        font-size: 14px;
    }

    .pro-det-text span {
        font-size: 13px;
    }

    .pro-det-text-det span,
    .pro-det-text-det p {
        font-size: 13px;
        line-height: 1.6;
    }

    .pro-det-text .fang {
        width: 14px;
        height: 14px;
    }

    .color .box>div {
        width: 40px;
        transition: all 0.5s;
    }

    .color-t {
        margin-bottom: 10px;
    }

    .color .box {
        margin-bottom: 2px;
    }

    .color .box>div p {
        font-size: 13px;
        line-height: 2.438;
    }

    .contact-us .container>div p span {
        margin-right: 8px;
    }

    .contact-us .container>div p {
        font-size: 12px;
        line-height: 1.6;
    }

    .new-det-t {
        font-size: 16px;
    }

    .news-details .date {
        font-size: 12px;
        padding-bottom: 6px;
    }
}

@media screen and (max-width:700px) {
    .news-detail-list p.content {
        margin-left: -46%;
    }
}

/*平板*/
@media screen and (min-width:769px) and (max-width:992px) {
    header .search input {
        width: 400px;
        transition: all 0.5s;
    }

    header .phone {
        display: none;
    }

    .navigation-left {
        display: none;
    }

    .navigation-right {
        padding-left: 0;
        transition: all 0.5s;
    }

    .navigation-right {
        border-bottom: none;
    }

    .swiper-slide .banner-text p {
        font-size: 16px;
        transition: all 0.5s;
    }

    .swiper-slide .banner-text p:nth-child(1) {
        font-size: 20px;
        transition: all 0.5s;
    }

    .swiper-slide .banner-text {
        top: 35%;
        left: 30%;
        transition: all 0.5s;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: 60% !important;
        height: 30px !important;
    }

    .nav-tabs {
        width: 100%;
        padding-left: 12%;
        transition: all 0.5s;
    }

    .pdtext {
        font-size: 13px;
        line-height: 1.5;
        padding: 10px 0;
    }

    .plus {
        padding-top: 8%;
    }

    .plus:before {
        border-top: 35px solid #fff;
        border-right: 33px solid transparent;
    }

    .hr2 {
        display: none;
    }

    .quick-nav {
        width: 20%;
        margin-right: 3%;
        padding: 0;
    }

    .message form .right1 input {
        padding: 0;
    }

    .about-banner .banner-text {
        top: 0;
        left: 0;
    }

    .about-nav .box {
        width: 70%;
        transition: all 0.5s;
    }

    .about-content,
    .news-content1,
    .product-swiper {
        padding: 40px 0 60px;
        transition: all 0.5s;
    }

    .hr6 {
        margin-bottom: 20px;
        transition: all 0.5s;
    }

    .news-nav .box {
        width: 34%;
        transition: all 0.5s;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 30px;
        height: 30px !important;
        background-size: 30px 30px;
    }

    .color .box>div {
        width: 70px;
        transition: all 0.5s;
    }

    .contact-us .box>p {
        font-size: 14px;
    }

    .splitter .page_info {
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
        color: #333;
    }

    .page_info {
        text-align: center;
        margin-top: 10px;
        color: #333;
    }

    .page_info span {
        padding: 0 2px;
        font-weight: bold;
    }

    .page_list {
        height: 24px;
        line-height: 24px;
        text-align: center;
        letter-spacing: 0;

        font-size: 12px;
        margin-top: 20px;
    }

    .page_list a {
        display: inline-block;
        color: #898989;
        border: 1px solid #e8e8e8;
        background: #f8f8f8;
        text-align: center;
        padding: 0 8px;
        margin: 0 1px;
    }

    .page_list a:hover {
        color: #fff;
        border: 1px solid #898989;
        background: #898989;
    }

    .page_list a.on {
        color: #333;
        border: 1px solid #ccc;
        background: #E5EDF2;
    }