﻿body {
    padding: 0;
    margin: 0 auto;
    font-family: "Microsoft YaHei";
    min-width: 1200px;
    /*width: 1920px;*/
    overflow-x: hidden;
}

.box1200 {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.header {
    height: 120px;
    position: relative;
}

.logo {
    width: 220px;
    height: 70px;
    margin-top: 25px;
}

.headerR {
    display: flex;
    position: absolute;
    top: 25px;
    right: 0;
}

.telicon {
    width: 26px;
    height: 26px;
    margin-top: 3px;
}

.headertel {
    font-size: 22px;
    color: #fe0000;
    margin-left: 5px;
    font-weight: bold;
}

.nav {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    text-align: right;
}

.nav>a {
    height: 45px;
    margin: 0 0 0 55px;
    cursor: pointer;
}

a,
a:link,
a:visited,
a:hover,
a:active,
a:visited {
    text-decoration: none;
    color: #000;
}

.nav .active {
    border-bottom: 3px solid #f18137;
}

.bannerbox {
    height: auto;
    width: 100%;
}

.gallery-top {
    width: 100%;
    height: 600px;
    overflow: hidden;
}

.swiper-container {
    width: 100%;
    height: auto;
    /*height: 600px;*/
    overflow: hidden;
}

.banner .swiper-container img {
    /*width: 1920px;*/
    width: 100%;
    height: auto;
    /*height: 600px;*/
    overflow: hidden;
}
.banner  img{
    width: 100%;
}


.banner1 {
    width: 100%;
    height: 142px;
    display: block;
    margin-top: -4px;
}

.advantage {
    /*margin-top: 742px;*/
    height: 868px;
}

.titbox {
    margin: 0 auto;
    text-align: center;
    padding-top: 58px;
    font-size: 26px;
}

.titbox .tit {
    color: #231815;
}

.titbox .titenglish {
    margin-top: 20px;
    color: #c0c0c0;
    position: relative;
}

.decorate {
    position: absolute;
    top: 18px;
    width: 447px;
    height: 1px;
    background: #c0c0c0;
}

.ldecorate {
    left: 0;
}

.rdecorate {
    right: 0;
}

.bdecorate {
    width: 45px;
    height: 4px;
    background: #f08437;
    position: absolute;
    left: 575px;
    top: 50px;
}

.advantage .con {
    margin-top: 60px;
    display: flex;
}

.advantage .con .l {
    width: 362px;
    height: 560px;
    margin-right: 21px;
}

.advantage .con .l .tit1 {
    font-size: 50px;
    line-height: 50px;
    color: #c0c0c0;
}

.advantage .con .l .tit2 {
    font-size: 36px;
    color: #303030;
    margin: 18px 0;
}

.advantage .con .l .tit3 {
    font-size: 18px;
    color: #898989;
}

.advantage .con .l .ulbox {
    /* width: 362px; */
}

.advantage .con .l .gallery-thumbs {
    width: 362px;
    height: 350px;
    padding-top: 30px;
}

.advantage .ulbox .li {
    width: 100%;
    height: 85px;
    text-align: center;
    font-size: 22px;
    background: #f3f3f3;
    color: #303030;
    padding: 15px 0;
    box-sizing: border-box;
    margin-bottom: 3px;
    cursor: pointer;
}

.advantage .ulbox .swiper-slide-thumb-active {
    width: 362px;
    background: #142e58;
    color: #fff;
}

.ulbox .li .lip {
    font-size: 16px;
    margin-top: 5px;
}

.advantage .con .r {
    width: 817px;
    height: 560px;
}

.product {
    background: #f3f3f3;
    height: 1186px;
}

.product .con {
    display: flex;
    margin-top: 62px;
}

.product .con .l {
    margin-right: 12px;
}

.product .con .l .PRODUCTnav {
    width: 306px;
    height: 90px;
    background: #142e58;
    color: #fff;
    padding: 20px 0 0 66px;
    box-sizing: border-box;
    position: relative;
}

.product .con .l .PRODUCTnav .tit {
    font-size: 26px;
}

.product .con .l .PRODUCTnav .titp {
    font-size: 12px;
}

.product .con .l .PRODUCTnav img {
    width: 27px;
    height: 24px;
    position: absolute;
    right: 40px;
    top: 26px;
}

.product .con .swiper-product-catalog {
    width: 306px;
    height: 500px;
}
.product .con .swiper-product-catalog .catalog-item {
    height: 70px !important;
}

.product .con .swiper-product-catalog .catalog-item.swiper-slide-thumb-active .li {
    background: #1c417d;
    color: #fff;
}

.product .con .r .swiper-product-list {
    width: 880px;
    height: 730px;
    overflow: hidden;
}

.product .con .ulbox {
    width: 306px;
    padding-top: 3px;
}

.product .con .li {
    width: 100%;
    height: 68px;
    margin-bottom: 3px;
    background: #ffffff;
    color: #303030;
    font-size: 18px;
    text-align: center;
    line-height: 67px;
}

.product .con .active {
    background: #1c417d;
    color: #fff;
}

.product .con .r {
    width: 880px;
    border: 1px solid #c9c9c9;
}

.product .con .r .Notice {
    height: 69px;
    line-height: 69px;
    padding: 0 10px 0 20px;
    font-size: 22px;
    color: #010101;
    border-bottom: 1px solid #c9c9c9;
    background: #fff;
}

.product .con .r .Notice .more {
    float: right;
    color: #969696;
    font-size: 16px;
    cursor: pointer;
}
.product .con .r .imgbox {
    background: #fff;
    height: 730px;
    padding: 23px 16px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 12px;
}

.product .con .r .imgs {
    width: 276px;
    text-align: center;
}

.product .con .r .imgs img {
    width: 276px;
    height: 276px;
}

.product .con .r .imgs .txt {
    font-size: 18px;
    color: #303030;
    margin-top: 15px;
}

.btnlookmore {
    width: 240px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    background: #f08437;
    color: #fffefe;
    margin: 60px auto;
    border-radius: 50px;
    cursor: pointer;
}

.Caselist .imgbox {
    margin-top: 65px;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 15px;
}

.Caselist .imgbox .imgs {
    width: 390px;
    text-align: center;
}

.Caselist .imgbox .imgs img {
    width: 390px;
    height: 272px;
}

.Caselist .imgbox .imgs .txt {
    font-size: 18px;
    color: #303030;
}

.customer {
    height: 765px;
    background: url('../images/customerbg.jpg') no-repeat;
}

.customer img {
    width: 1200px;
    height: 469px;
    margin-top: 80px;
}

.about .top {
    margin-top: 80px;
    display: flex;
}

.about .top .l {
    width: 574px;
    height: 386px;
}

.about .top .r {
    margin-left: 40px;
}

.about .top .r .tit {
    font-size: 28px;
    color: #142e58;
    font-weight: 600;
    margin-bottom: 20px;
}

.about .top .r .tit1 {
    font-size: 18px;
    color: #231815;
    line-height: 30px;
}

.about .top .r .tit3 {
    display: flex;
    margin-top: 15px;
}

.about .top .r .tit3 .telicon {
    margin-right: 5px;
}

.about .bot {
    width: 1200px;
    height: 556px;
    margin-top: 25px;
}

.cooperation {
    background: #f3f3f3;
    position: relative;
    height: 450px;
}

.cooperation .title {
    font-size: 13px;
    color: #898989;
    margin-top: 42px;
}

.cooperation .cooperationimg {
    width: 1200px;
    height: 149px;
    margin-top: 42px;
}

.cooperation .cooperationbox {
    width: 100%;
    background: #1c417d;
    position: absolute;
    top: 450px;
    left: 0;
    display: flex;
    padding: 65px 0;
}

.cooperation .cooperationbox .box1200 {
    display: flex;
}

.cooperation .cooperationl {
    width: 588px;
    height: 230px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.cooperation .cooperationl .tit1 {
    font-size: 36px;
    line-height: 55px;
    color: #FFF;
    font-weight: 600;
}

.cooperation .cooperationl .ju {
    font-size: 22px;
    color: #1c417d;
    width: 545px;
    height: 43px;
    border-radius: 30px;
    background: #fff;
    text-align: center;
    line-height: 43px;
    margin: 25px 0;
}

.cooperation .cooperationl .telbox {
    display: flex;
}

.cooperation .cooperationl .telbox .telicony {
    width: 29px;
    height: 29px;
    margin-right: 10px;
}

.cooperation .cooperationl .telbox .tel {
    font-size: 23px;
    color: #f08437;
}

input {
    outline: none;
}

input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
}

.cooperation .cooperationr {
    margin-left: 75px;
}

.cooperation .cooperationr input {
    width: 535px;
    height: 50px;
    line-height: 50px;
    border: none;
    border-radius: 45px;
    border: 1px solid #d2d2d2;
    font-size: 25px;
    color: #000;
    padding-left: 62px;
    box-sizing: border-box;
}

.cooperation .cooperationr .name {
    position: relative;
}

.cooperation .cooperationr .name::before {
    content: "";
    background: url('../images/iconuser.jpg');
    width: 42px;
    height: 30px;
    position: absolute;
    right: 18px;
    top: 10px;
}

.cooperation .cooperationr .name::after {
    content: "姓名";
    color: #898989;
    position: absolute;
    left: 20px;
    top: 15px;
}

.cooperation .cooperationr .tel {
    padding-top: 35px;
    position: relative;
}

.cooperation .cooperationr .tel::before {
    content: "";
    background: url('../images/icontel.jpg');
    width: 45px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 45px;
}

.cooperation .cooperationr .tel::after {
    content: "手机";
    color: #898989;
    position: absolute;
    left: 20px;
    top: 50px;
}

.cooperation .cooperationr .formbtn {
    width: 535px;
    height: 50px;
    line-height: 50px;
    background: #f08437;
    border: none;
    border-radius: 45px;
    font-size: 15px;
    color: #fff;
    box-sizing: border-box;
    margin-top: 45px;
    cursor: pointer;
}

.news {
    margin-top: 375px;
}

.news .con {
    display: flex;
    margin-top: 60px;
}

.news .con .l {
    width: 482px;
}

.news .con .l img {
    width: 482px;
    height: 140px;
}

.news .con .l .tit1 {
    font-size: 22px;
    color: #000;
    margin: 25px 0 15px 0;
}

.news .con .l .tit2 {
    font-size: 16px;
    color: #666;
    line-height: 28px;
}

.news .con .r {
    width: 670px;
    margin-left: 50px;
}

.news .con .r .li {
    display: flex;
    padding: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.news .con .r .li .lil {
    width: 82px;
    height: 82px;
    text-align: center;
    background: #f5f5f5;
    color: #999;
    padding: 15px;
    box-sizing: border-box;
}

.news .con .r .li .lil .t {
    font-size: 14px;
}

.news .con .r .li .lil .b {
    margin-top: 10px;
    font-size: 18px;
}

.news .con .r .li .lir {
    flex: 1;
    margin-left: 20px;
    width: 100%;
}

.news .con .r .li .lir .tit1 {
    color: #666;
    font-size: 18px;
}

.news .con .r .li .lir .tit2 {
    color: #999;
    font-size: 16px;
    margin-top: 10px;
}

.contact {
    background: #f3f3f3;
    height: 650px;
}

.contact .con {
    display: flex;
    margin-top: 60px;
}

.contact .con .l {
    flex: 1;
}

.contact .con .l .tit {
    color: #303030;
    font-size: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: 60px;
    line-height: 60px;
    width: 300px;
}

.contact .con .l .font {
    color: #898989;
    font-size: 20px;
    line-height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 350px;
}

.contact .con .l .yellow {
    width: 4px;
    height: 16px;
    background: #f08437;
    display: inline-block;
    margin-right: 14px;
}

.contact .con .l .name {
    margin-top: 20px;
}

.contact .con .l .adress {
    border: none;
    width: 450px;
    margin-top: 10px;
    line-height: 32px;
}

.contact .con .r {
    width: 630px;
    height: 360px;
}

#container {
    width: 630px;
    height: 359px;
    border: 1px solid #999;
}

.footer {
    background: #333;
    height: 260px;
}

.footer .box1200 {
    display: flex;
    color: #cdcdcd;
    padding-top: 30px;
    box-sizing: border-box;
}

.footer .box1200 .l {}

.footer .box1200 .l .tit {
    width: 185px;
    height: 45px;
    font-size: 18px;
    line-height: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .box1200 .l .font {
    font-size: 14px;
    color: #cdcdcd;
    line-height: 25px;
}

.footer .box1200 .l .name {
    margin-top: 15px;
}

.footer .box1200 .l .adress {
    width: 250px;
}

.footer .box1200 .erweimabox {
    flex: 1;
    margin-top: 13px;
    text-align: center;
}



.footer .box1200 .erweimabox .erweima {
    width: 158px;
    height: 158px;
    margin-bottom: 10px;
}

.footer .box1200 .erweimabox .erweimaicon {
    width: 65px;
    height: 25px;
    vertical-align: middle;
}

.footer .box1200 .OnlineMessage {}

.footer .box1200 .OnlineMessage .tit {
    font-size: 22px;
    color: #cdcdcd;
    margin-bottom: 15px;
}

.footer .OnlineMessage .t .name {
    color: #7f7f7f;
    font-size: 14px;
}

.footer .box1200 .OnlineMessage .t input {
    width: 253px;
    height: 40px;
    border: 1px solid #858585;
    background: #333;
    padding-left: 8px;
}

.footer .box1200 .OnlineMessage .b {
    margin-top: 10px;
    display: flex;
}

.footer .box1200 .OnlineMessage .b .message {
    width: 265px;
    height: 108px;
    border: 1px solid #858585;
    background: #333;
    resize: none;
    padding: 5px 0 5px 8px;
    box-sizing: border-box;
    color: #7f7f7f;
    font-size: 14px;
}

.footer .box1200 .OnlineMessage .b .ok {
    width: 140px;
    height: 40px;
    line-height: 40px;
    border-radius: 45px;
    margin: 10px 0 0 66px;
    background: #f08437;
    color: #fff;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

._titbox {
    height: 65px;
    line-height: 65px;
    display: flex;
    border-bottom: 1px solid #b9b9b9;
}

._titbox .titboxicon {
    width: 34px;
    height: 19px;
    margin-top: 24px;
    margin-right: 10px;
}

._titbox .ejicon {
    width: 8px;
    height: 10px;
    margin: 28px 10px 0 10px;
}

._titbox .titboxtit {
    color: #303030;
    font-size: 16px;
}

.TurnPage {
    width: 508px;
    margin: 0 auto;
    color: #333;
    display: flex;
}

.TurnPage .actives {
  background: #142e58;
}

.TurnPage .actives a{
    color: #ffffff;
}

.TurnPage > li{
    border: 1px solid #e4e4e4;
    margin: 50px 8px 30px 0;
    font-size: 12px;
    cursor: pointer;
    list-style: none;
}

.TurnPage > li > a{
    padding: 12px 16px;
    height: 30px;
    line-height: 30px;
}

.pagebtn {
    color: #303030;
    font-size: 16px;
    height: 100px;
}

.pagebtn .last {
    float: left;
    cursor: pointer;
}

.pagebtn .next {
    cursor: pointer;
    float: right;
}

.text-indent {
    text-indent: 2em;
}


.Fright {
    position: fixed;
    right: 0;
    top: 45%;
    z-index: 99;
}

.Fright .fposition {
    position: relative;
}

.Fright .fpositionicon {
    position: absolute;
    top: -29px;
    left: 50px;
    width: 43px;
    height: 29px;
    cursor: pointer;
}

.Fright .fpositionfright {
    width: 143px;
    height: 293px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #142e58;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding-top: 12px;
}

.Fright .yingwu {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
}

.Fright .fpositionfright img {
    width: 121px;
    height: 121px;
    border-radius: 5px;
    margin-top: 15px;
}

.Fright .fpositionfright .wxsm {
    width: 120px;
    height: 21px;
    margin: 0 auto;
    line-height: 21px;
    text-align: center;
    border-radius: 25px;
    margin-top: 15px;
    font-size: 13px;
    color: #142e58;
    background: #fff;
}

.Fright .fpositionfright .xsrxicon {
    width: 17px;
    height: 16px;
    background: url('../images/telxsrx.jpg') no-repeat;
    display: inline-block;
}

.Fright .fpositionfright .tel {
    width: 140px;
    line-height: 22px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.Fright .fpositionfright .tel.top {
    margin-top: 15px;
}
