@charset "utf-8";

/* CSS Document */

 ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999999;
    font-size: 14px;
    opacity: 1;
}

 ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
    font-size: 14px;
    opacity: 1;
    padding-left: 10px
}

 :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999999;
    font-size: 14px;
    opacity: 1;
    padding-left: 10px
}


/* 顶部 */

.logo {
    padding: 1.04vw 0;
}

.logo-mid li {
    font-size: 18px;
    padding: 0 0.8vw;
    border-right: 1px solid #000;
}

.logo-mid li a {
    color: #000
}

.logo-mid li:last-child {
    border: none;
}

.logo-tel {
    margin-left: 20px;
}

.logo-tel p {
    font-size: 30px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: #fc291e
}

.logo-tel div {
    color: #fff;
    font-size: 18px;
    background: linear-gradient(to bottom, #fc6d0f, #fd2b23);
    text-align: center;
    width: 9.01vw;
    line-height: 2em;
    border-radius: 2em;
    margin-top: 5px;
}

.logo-rec-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.logo-rec-item-right {
    margin-left: 20px;
}

.logo-rec-item-right h3 {
    font-size: 18px;
    font-weight: bold;
}

.logo-rec-item-right p {
    font-size: 14px;
    color: #666
}

.logo-rec .hd {
    margin-left: 10px;
}

.logo-rec .hd .next {
    width: 13px;
    height: 8px;
    background: url(../images/up.png);
    display: block;
}

.logo-rec .hd .prev {
    width: 13px;
    height: 8px;
    background: url(../images/down.png);
    display: block;
    margin-top: 60px;
}


/* banner */

.banner {
    width: 100vw;
    height: 38.33vw;
    background: url(../images/banner.jpg) center center;
    position: relative;
    background-size: contain;
}

nav {
    background: rgba(22, 80, 184, .7);
}

nav li {
    line-height: 84px;
}

nav li a {
    color: #fff;
    font-size: 18px;
}

nav li:hover {
    background: url(../images/line.png) bottom center no-repeat;
}

nav li:hover a {
    color: #fff;
    font-weight: bold;
}

.banner-b {
    position: absolute;
    background: url(../images/bg1.png) center center;
    width: 100%;
    height: 142px;
    z-index: 2;
    bottom: -8%;
    text-align: center;
}

.banner-b img {
    top: -55%;
    position: relative;
}


/* 细节 */

.details {
    background: url(../images/bg2.png);
    padding-top: 154px;
    padding-bottom: 75px;
}

.details h2 {
    color: #292929;
    font-size: 52px;
    font-weight: bold;
    text-align: center;
}

.details h2 em {
    font-size: 64px;
}

.de-blue {
    width: 370px;
    text-align: center;
    line-height: 50px;
    background: #3f93ee;
    color: #fff;
    font-size: 24px;
    border-radius: 2em;
    margin: 13px auto;
}

.de-en {
    text-align: center;
    color: #292929;
    font-size: 16px;
}

.details h3 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-top: 14px;
    background-image: -webkit-linear-gradient(top, #cacaca, #454545);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.de-main {
    margin-top: 40px;
}

.de-main-bg {
    background: url(../images/de-main.png) no-repeat center center;
    height: 616px;
    position: relative;
}

.de-txt-nub {
    background: linear-gradient(to bottom, #49a0ff, #1f50a9);
    width: 49px;
    height: 49px;
    border-radius: 49px;
    text-align: center;
    line-height: 49px;
    color: #fff;
    font-size: 31px;
    font-weight: bold;
}

.de-txt-item {
    position: absolute;
}

.de-txt-item h4 {
    font-size: 36px;
    color: #4084e9;
    font-weight: bold;
    margin-left: 20px;
}

.de-txt-item p {
    margin-top: 30px;
    width: 230px;
    color: #333333;
    font-size: 16px;
    line-height: 24px;
}

.de-item-1 {
    top: 1%;
    left: 0;
}

.de-item-2 {
    top: 33%;
    left: 0;
}

.de-item-3 {
    bottom: 12%;
    left: 0;
}

.de-item-4 {
    top: 1%;
    right: 0;
}

.de-item-5 {
    top: 33%;
    right: 0;
}

.de-item-6 {
    bottom: 15%;
    right: 0;
}

.bannersize {
    position: absolute;
    width: 540px!important;
    height: 540px!important;
    border-radius: 540px!important;
    left: 50%;
    top: 50%;
    transform: translate(-49.9%, -51.1%);
    overflow: hidden;
}


/* 产品 */

.goods-title {
    background: url(../images/bg2.png);
    padding: 35px 0;
}

.title h2 {
    text-align: center;
    font-size: 52px;
    font-weight: bold;
    color: #328ff8;
    z-index: 3;
    position: relative;
}

.title h2 span {
    color: #000000
}

.title p {
    text-align: center;
    font-size: 25px;
    margin-top: 10px;
    z-index: 3;
    position: relative;
}

.title h3 {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 1;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 86px;
    color: #f0f0f0;
    text-transform: uppercase;
    top: 2%
}

.goods-xg {
    padding-top: 118px;
    background: url(../images/goods-bg1.jpg) top center no-repeat;
    padding-bottom: 67px;
}

.goods-lar-item {
    border: 10px solid #709ced;
    background: #f4f4f4;
    padding: 025px 33px;
}

.goods-lar-item-right {
    margin-left: 50px;
}

.goods-hq {
    color: #5a5a5a;
    text-transform: uppercase;
    font-size: 23px;
    font-family: Arial;
    padding-bottom: 23px;
    background: url(../images/hq-bg.png) bottom left no-repeat;
}

.goods-lar-item h3 {
    font-size: 43px;
    font-weight: bold;
    margin: 030px 0;
}

.goods-lar-item p {
    max-width: 80%;
    border-top: 1.7px solid #5a5a5a;
    border-bottom: 1.7px solid #5a5a5a;
    padding: 30px 0;
    line-height: 30px;
    font-size: 19px;
}

.goods-lar-more {
    background: linear-gradient(to right, #5091f2, #3679dd);
    color: #fff;
    width: 180px;
    display: block;
    text-align: center;
    line-height: 43px;
    border-radius: 43px;
    font-size: 25px;
    margin-top: 38px;
}

.goods-lar-more:hover {
    color: #fff
}

.goods-lar-nub {
    font-size: 38px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: #3379de;
    margin-top: 20px;
}

.goods-sm-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 60px;
    gap: 35px 28px;
}

.goods-sm-list-item {
    border: 10px solid #709ced;
    background: #f4f4f4;
    padding: 025px 33px;
}

.goods-sm-list-item-img img {
    width: 100%;
    height: 353px;
    object-fit: cover;
}

.goods-sm-list-item h3 {
    font-size: 36px;
    font-weight: bold;
    margin-top: 34px;
}

.goods-sm-list-item p {
    font-size: 24px;
    margin-top: 16px;
}

.goods-sm-cont {
    margin-top: 30px;
}

.goods-sm-cont a {
    background: linear-gradient(to right, #5091f2, #3679dd);
    color: #fff;
    width: 180px;
    display: block;
    text-align: center;
    line-height: 43px;
    border-radius: 43px;
    font-size: 25px;
}

.goods-sm-tel {
    font-size: 38px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: #3379de;
    margin-left: 10px;
}

.goods-lw {
    padding-top: 118px;
    background: url(../images/goods-bg2.jpg) top center no-repeat;
    padding-bottom: 67px;
}


/* ad */

.mol-mid {
    background: url(../images/bg3.jpg);
    padding: 46px 0;
}

.mol-mid-bg {
    background: url(../images/bg4.jpg) no-repeat right center;
}

.mol-mid-left h2 {
    color: #5a5a5a;
    font-size: 44px;
    font-weight: bold;
    line-height: 89px;
}

.mol-mid-left p {
    font-size: 30px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #242424;
    margin-top: 60px;
    padding-right: 48px;
    background: url(../images/trl.png) no-repeat right center;
}

.mol-mid-left p span {
    display: inline-block;
    border-bottom: 3px solid #242424;
    padding-bottom: 6px;
}

.mol-mid-right-item {
    color: #fff;
    margin-left: 60px;
}

.mol-mid-right-item h3 {
    font-size: 25px;
    font-weight: bold;
}

.w-box {
    width: 18px;
    height: 18px;
    background: #fff;
    margin: 20px 0;
}

.mol-mes {
    margin-top: 20px;
}


/* adv */

.adv {
    margin: 56px 0;
}

.adv-list {
    width: 41.667%;
}

.adv-list li {
    height: 177px;
    background: #f7f7f7;
}

.adv-list li h3 {
    font-size: 34px;
    color: #1e64cc;
    font-weight: bold;
}

.adv-list li p {
    color: #333333;
    line-height: 24px;
    width: 310px;
    margin-top: 14px;
}

.adv-list-txt {
    margin-left: 30px;
}

.adv-list li:nth-child(2) {
    background: #eaeaea;
}

.adv-list li:hover {
    background: #1e64cc;
}

.adv-list li:hover h3 {
    color: #fff
}

.adv-list li:hover p {
    color: #fff
}

.adv-list li:hover img {
    filter: grayscale(100) brightness(200);
}

.adv-right {
    position: relative;
}

.adv-ab {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}


/* 应用范围 */

.app {
    margin: 87px 0;
}

.app-right {
    padding: 0 32px;
}

.app-right p {
    font-size: 24px;
    color: #666666
}

.app-list {
    margin-top: 45px;
}

.app-list li {
    width: 127px;
    height: 127px;
    font-size: 30px;
    color: #999999;
    background: url(../images/bg5.png);
    background-size: cover;
}

.app-list li:hover {
    background: url(../images/bg6.png);
    color: #fff;
    background-size: cover;
}


/* 新闻 */

.news-bg {
    background: url(../images/news-bg.jpg);
    padding: 70px 0 150px;
    margin-top: 55px;
}

.news-w {
    width: 1383px;
    background: #fff;
    padding: 60px 0;
    margin: 0 auto;
    max-width: 100%;
}

.news-left {
    width: 27.08%;
}

.news-left-top {
    background: #2a70d7;
    color: #fff;
    padding: 35px 0 16px 24px;
}

.news-left-top h3 a {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.news-left-top p {
    margin: 14px 0;
}

.news-left-top div {
    font-size: 36px;
    line-height: 80px;
}

.news-left-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.news-left-sum {
    padding: 15px 15px;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    border-bottom: 1px solid #dddde1;
    height: 92px;
}

.news-right {
    width: 70%;
}

.news-r-top {
    padding-bottom: 20px;
    border-bottom: 1px solid #2e92ff;
    color: #2e92ff
}

.news-r-top span {
    font-size: 32px;
    font-weight: bold;
    margin: 0 10px;
}

.news-r-top em {
    font-size: 24px;
    font-weight: bold;
}

.news-list li {
    margin-top: 28px;
    border-bottom: 1px solid #dddde1;
}

.news-contact {
    flex: 1;
}

.time-box {
    width: 150px;
    background: #e8e8ea;
    height: 110px;
}

.news-contact {
    margin-right: 24px;
}

.news-contact h3 {
    font-weight: bold;
    font-size: 18px;
}

.news-contact p {
    color: #666666;
    font-size: 16px;
    margin-top: 14px;
    line-height: 26px;
}

.time-day {
    font-size: 48px;
    color: #a2a2a3
}

.time-box time {
    color: #5c5c5c;
    font-size: 16px;
}


/* 关于我们 */

.about {
    margin-top: 66px;
}

.about-r {
    width: 200px;
    line-height: 60px;
    background: #ee0202;
    text-align: center;
    color: #fff;
    font-size: 33px;
    font-weight: bold;
    border-radius: 60px;
}

.about-title {
    margin-top: 25px;
    color: #fff
}

.about-title h2 {
    font-size: 48px;
}

.about-title h3 {
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 20px;
}

.about-title a {
    color: #fff;
    font-size: 24px;
    text-decoration: underline;
    text-transform: uppercase;
}

.about-main {
    margin-top: 60px;
}

.about-right {
    margin-left: 48px;
}

.about-right-txt p {
    color: #fff;
    font-size: 18px;
    text-indent: 2em;
    line-height: 2em;
}

.about-right-img {
    margin-top: 30px;
}


/* 服务 */

.service {
    margin: 55px 0;
}


/* 底部 */

footer {
    background: #1e64cc;
    padding-top: 20px;
}

.fot-nav {
    padding: 20px 0;
    border-bottom: 1px dashed #fff;
    margin-bottom: 30px;
}

.fot-nav li {
    flex: 1;
    font-size: 16px;
    border-right: 1px solid #fff;
    text-align: center;
}

.fot-nav li:last-child {
    border: none;
}

.fot-gods li {
    float: left;
    width: 45%;
    line-height: 2em;
    padding: 10px 0;
}

.foot_b_r {
    width: 30%;
}

.foot_boot {
    background: #00a2e9;
    padding: 10px 0;
    margin-top: 20px;
}

.form-top li {
    margin-right: 10px;
}

.foot_title {
    font-size: 20px;
    color: #fff;
    padding-bottom: 20px;
    background: url(../images/line4.png) no-repeat bottom left;
    margin-bottom: 20px;
}

.foot_title span {
    opacity: 0.5;
    text-transform: uppercase;
}

.foot-bottom {
    padding: 20px 0;
    background: #0b56c3;
    margin-top: 20px;
}

.nei_form-top li {
    width: 47%;
}

.nei_sub-input {
    width: calc(100% - 2em);
    padding: 0.5em 1em;
    display: block;
    max-width: 100%;
    border-radius: 5px;
    border: none;
}

.nei_submit {
    background: #ee0202;
    color: #fff;
    width: 140px;
    line-height: 40px;
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 5px;
}


/* 内页 */

.banner-in nav {
    background: #1650b8;
}

.path {
    margin: 40px 0;
}

.path-main {
    border-bottom: 1px solid #d9d9d9;
    text-align: right;
    color: #666666;
    font-size: 14px;
    padding-bottom: 10px;
}

.path-main a {
    color: #666666;
}

.in-main {
    margin: 40px 0;
}

.in-main-left {
    width: 73.17%;
}

.rec-goods {
    margin-top: 40px;
}

.rec-goods-title {
    background: #f5f5f5;
    padding: 12px 0;
}

.rec-goods-title h2 {
    font-size: 16px;
    font-weight: bold;
    padding-left: 11px;
    border-left: 5px solid #ee0202;
}

.rec-goods ul {
    margin-top: .2200px;
}

.rec-goods li {
    width: 23.80%;
}

.rec-goods li img {
    width: 100%;
    height: 157px;
    object-fit: cover;
}

.rec-goods li h3 {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}

.in-main-right {
    width: 22.5%;
}

.in-main-right dt {
    font-size: 16px;
    color: #333333;
    padding-bottom: 7px;
    background: url(../images/line2.png) bottom left no-repeat;
    margin-bottom: 10px;
}

.in-cate dd {
    background: #1f64cc;
    border-bottom: 1px solid #6393db;
    padding: 9px 0 9px 30px;
}

.in-cate dd a {
    color: #fff
}

.in-new-rec {
    margin-top: 20px;
}

.in-new-rec dd {
    padding: 15px 0;
    border-bottom: 1px solid #eeeeee;
}

.in-new-rec dd h3 {
    font-size: 16px;
    font-weight: bold;
}

.in-new-rec dd p {
    font-size: 14px;
    color: #5c5c5c;
    margin-top: 12px;
}

.article-img img {
    width: 421px;
    height: 316px;
    object-fit: cover;
}

.article-right {
    margin-left: 30px;
}

.article-right h1 {
    font-size: 20px;
    font-weight: bold;
}

.article-right-grey {
    background: #f7f7f7;
    color: #666666;
    margin-top: 8px;
    padding: 013px 18px 36px 18px;
    line-height: 30px;
}

.article-right-tel {
    margin-top: 20px;
    padding-left: 34px;
}

.article-right-tel b {
    color: #ee0202;
    font-size: 24px;
}

.article-right-link {
    margin-top: 48px;
}

.article-right-link a {
    display: inline-block;
}

.article-right-link a:first-child {
    width: 100px;
    height: 34px;
    color: #fff;
    background: #ee0202;
    text-align: center;
    line-height: 34px;
    margin-right: 10px;
}

.article-right-link a:last-child {
    width: 96px;
    height: 30px;
    border: 2px solid #e4e4e4;
    line-height: 30px;
    text-align: center;
}

.article-main {
    margin-top: 30px;
}

.article-txt {
    margin-top: 20px;
    font-size: 16px;
    color: #666666
}

.goods_show img {
    width: 100%;
    height: 197px;
    object-fit: cover;
}

.in-news-list li {
    padding: 20px 0;
    border-bottom: #dedede dotted 1px;
    transition: all 0.5s;
}

.in-news-list li h3 {
    padding-left: 33px;
    background: url(../images/ico-art.png) no-repeat left center;
    font-size: 16px;
}

.in-news-list li:hover {
    background: #f5f5f5;
    padding: 20px;
}

article h1 {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}

.article-grey {
    color: #868686;
    border: 1px solid #e5e5e5;
    margin: 15px 0;
    background: #f5f5f5;
    padding: 8px 12px;
}

.article-out {
    text-align: center;
    font-size: 14px;
    color: #898989;
    margin-top: 10px;
}

.news_box_nei {
    background: #fafafa;
    padding: 20px 30px;
}

@media screen and (min-width: 1200px) {
    .layui-container {
        padding: 0;
        width: 1200px;
    }
}

@media screen and (max-width: 1800px) {
    .mol-mid-bg {
        background-size: cover;
    }
    .mol-mid-left h2,
    .mol-mid-left p span {
        color: #fff;
        border: none;
    }
}