/* common css */

.fl {
    float: left;
}

.fr {
    float: right;
}

img {
    max-width: 100%;
}

@media (min-width: 992px) {
    .col-md-offset-1 {
        margin-left: 8.3%;
    }
    .row {
        margin-left: -15px;
        margin-right: -15px
    }
}


/*手机端头部*/

.xymob-head {
    position: fixed;
    top: 0;
    z-index: 999999;
    left: 0;
    right: 0;
    background: #151515;
}

.xymob-head-box {
    position: relative;
    height: 60px;
}

.xymob-head-box .xymob-logo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 70%;
    height: 30px;
    text-align: center;
}

.xymob-head-box .xymob-logo h1,
.xymob-head-box .xymob-logo a {
    display: inline;
    font-size: 0;
}

.xymob-head-box .xymob-logo img {
    height: 25px;
}

.xymob-navbtn {
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto 0 auto 27px;
    width: 30px;
    height: 20px;
}

.xymob-navbtn span,
.xymob-navbtn:after,
.xymob-navbtn:before {
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.xymob-navbtn span {
    margin: 7px 0;
}

.xymob-navbtn:after,
.xymob-navbtn:before {
    content: '';
    -webkit-transform-origin: 7.5%;
    transform-origin: 7.5%;
}

.xymob-navbtn.clicked span {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}

.xymob-navbtn.clicked:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.xymob-navbtn.clicked:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.xymob-search-btn {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14%;
    text-align: center;
    line-height: 60px;
}

.xymob-search-btn i {
    font-size: 24px;
    color: #fff;
}

.xymob-menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    height: 100vh;
    background: #151515;
    padding: 0 10%;
}

.xymob-menu .xymob-menu-box {
    height: 100vh;
    overflow: auto;
    padding-bottom: 80px;
}

.xymob-nav>li {
    border-bottom: 1px solid #2b2b2b;
    position: relative;
}

.xymob-nav>li>a {
    display: block;
    line-height: 50px;
    font-size: 16px;
    color: #ffffff;
}

.xymob-nav .xymob-menu-jt {
    position: absolute;
    width: 20%;
    height: 50px;
    line-height: 50px;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 9;
}

.xymob-nav .xymob-menu-jt i {
    font-size: 18px;
    color: #fff;
}

.xymob-nav .xymob-menu-jt.clicked i:before {
    content: '\e692';
}

.xymob-nav .xymob-sub-menu {
    background: #1E1E1E;
    display: none;
}

.xymob-nav .xymob-sub-menu>li {
    border-top: 1px dashed #2b2b2b;
}

.xymob-nav .xymob-sub-menu>li>a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 40px;
    text-indent: 2em;
}

.xymob-dlbtn {
    margin-top: 40px;
}

.xymob-dlbtn a {
    text-align: center;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #ab001a;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}

.xymob-dlbtn a i {
    font-size: 20px;
    color: #fff;
    vertical-align: -2px;
    margin-right: 10px;
}

.xymob-dlbtn .zx-btn {
    margin-top: 10px;
    background: none;
    border: 1px solid #fff;
}

.xymob-search {
    position: fixed;
    z-index: 99999;
    left: 100%;
    bottom: 0;
    top: 0;
    width: 100%;
    background: #151515;
    padding: 15px 15% 0 15%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.xymob-search .xymob-search-close-btn {
    position: absolute;
    top: 27px;
    left: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

@media (max-width: 420px) {
    .xymob-search .xymob-search-close-btn {
        left: 15px;
    }
}

.xymob-search .xymob-search-close-btn i {
    font-size: 20px;
    color: #fff;
}

.xymob-search .xymob-search-box {
    height: 50px;
    border-bottom: 2px solid #2d2d2d;
}

.xymob-search .xymob-search-box input[type="text"] {
    width: 80%;
    float: left;
    background: none;
    border: none;
    outline: none;
    color: rgba(255, 255, 255, 0.3);
    font-family: "Microsoft YaHei";
    font-size: 16px;
    height: 50px;
}

.xymob-search .xymob-search-box input[type="submit"] {
    width: 20%;
    height: 50px;
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
}

.xymob-search .xymob-seaerch-wz span,
.xymob-search .xymob-seaerch-wz a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 45px;
    border-bottom: 1px solid #2b2b2b;
}

.xymob-search.clicked {
    left: 0;
}


/* box-head */

.nav-list {
    padding-top: 28px;
    display: flex;
    justify-content: space-between;
    width: 54%;
    height: 98px;
}

.box-head {
    height: 98px;
}

.head-logo {
    line-height: 98px;
}

.nav-list li {
    position: relative;
    height: 60px;
}

.nav-list li a {
    font-size: 16px;
    color: #333;
    line-height: 50px;
    display: block;
}

.nav-list li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
}

.nav-list li:hover a {
    color: #41bfef;
}

.nav-list li:hover a::after {
    background-color: #41bfef;
}

.nav-list .sec {
    height: 0;
    background: #01557a;
    color: #fff;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 60px;
    left: -30px;
    text-align: center;
}

.nav-list .sec a {
    background: #01557a;
    color: #fff !important;
    width: 120px;
}

.nav-list .sec a:hover {
    background: #eb5c01;
    text-decoration: none;
}

.box-h {
    position: relative;
}

.ser {
    background: url(../images/searchicon.png) no-repeat center;
    width: 88px;
    height: 98px;
    cursor: pointer;
    margin-left: 38px;
}
.ser img{
    width: 60px;
    height: 60px;
}
.search-box {
    position: absolute;
    right: 0;
    top: 98px;
    z-index: 999999;
    background: rgba(255, 255, 255, .9);
    padding: 30px 24px 24px;
    display: none;
}

.search-box .x-seo {
    color: #666;
    font-size: 12px;
}

.search-box .x-seo a {
    color: #666;
}

.search-box .x-seo a:hover {
    color: #2055ad;
}

@media (max-width: 1200px) {
    .nav-list {
        width: 66%;
    }
    .nav-list li a {
        font-size: 14px;
    }
}

.box-head #formsearch {
    width: 428px;
    float: right;
    height: 54px;
    margin-top: 10px;
    background-color: #fff;
}

.box-head #formsearch input#keyword {
    height: 54px;
    line-height: 54px;
    font-size: 14px;
    width: 324px;
    position: relative;
    text-indent: 16px;
    left: 0;
    outline: none;
    color: #666;
}

.box-head #formsearch input#keyword::-webkit-input-placeholder {
    color: #d5d5d5;
    font-size: 14px;
}


/* Mozilla Firefox 4 to 18 */

.box-head #formsearch input#keyword:-moz-placeholder {
    color: #d5d5d5;
    opacity: 1;
    font-size: 14px;
}


/* Mozilla Firefox 19+ */

.box-head #formsearch input#keyword::-moz-placeholder {
    color: #d5d5d5;
    opacity: 1;
    font-size: 14px;
}


/* Internet Explorer 10+ */

.box-head #formsearch input#keyword:-ms-input-placeholder {
    color: #d5d5d5;
    font-size: 14px;
}

.box-head #formsearch input {
    width: 98px;
    height: 54px;
    background: none;
    border: none;
    line-height: 54px;
    position: relative;
    left: 0;
    color: #fff;
    outline: none;
}

.box-head #formsearch input#s_btn {
    cursor: pointer;
    background-color: #2055ad;
}

.box-head .hotsearch {
    font-size: 12px;
    color: #666;
    margin-top: 12px;
}

.box-head .hotsearch a {
    color: #666;
    margin-right: 8px;
}

.box-head .hotsearch a:hover {
    color: #2055ad;
}


/* banner */

.x-banner .owl-carousel {
    position: relative;
}

.x-banner .owl-carousel .banner-item a {
    display: block;
}

.x-banner .owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.x-banner .owl-carousel .owl-nav .owl-next {
    right: 0;
}

.x-banner .owl-carousel .owl-nav button.owl-prev,
.x-banner .owl-carousel .owl-nav button.owl-next {
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 9999;
    background: #424246;
    height: 65px;
    width: 50px;
    margin-top: -32.5px;
    border-radius: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-banner .owl-carousel .owl-nav button.owl-prev:hover,
.x-banner .owl-carousel .owl-nav button.owl-next:hover {
    background: #009944;
}

.x-banner .owl-carousel .owl-nav .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.x-banner .owl-carousel .owl-nav .icon-left-arrow:after {
    background-position: -34px -180px;
}

.x-banner .owl-carousel .owl-nav .icon-right-arrow:after {
    background-position: -26px -480px;
}

.x-banner .owl-carousel .owl-dots {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: 5%;
}

.x-banner .owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 .5em;
    outline: none;
    border: 1px solid rgba(255, 255, 255, .4);
    width: 62px;
    height: 6px;
    opacity: 1;
}

.x-banner .owl-carousel .owl-dots button.owl-dot:hover {
    background: #41bfef;
    border: 1px solid #41bfef;
    opacity: 0.5;
}

.x-banner .owl-carousel .owl-dots button.owl-dot.active {
    background: #41bfef;
    border: 1px solid #41bfef;
    opacity: 1;
}

@media (max-width: 990px) {
    .x-banner {
        margin-top: 50px;
    }
    .x-banner .owl-carousel .owl-nav button.owl-prev,
    .x-banner .owl-carousel .owl-nav button.owl-next {
        height: 40px;
        width: 30px;
        margin-top: -20px;
    }
    .x-banner .owl-carousel .owl-nav .iconfont {
        font-size: 20px;
    }
    .x-banner .owl-carousel .owl-dots button.owl-dot {
        width: 20px;
    }
}


/* box-search */

.box-search {
    background: url(../images/searchbg.png) no-repeat center;
    height: 70px;
}

.search-left {
    color: #fff;
    font-size: 14px;
    line-height: 66px;
    padding-left: 125px;
}

.search-left a {
    color: #fff;
}

.search-left a:not(:last-child)::after {
    content: '，';
}
.search-left a:hover{
    color: rgba(255,255,255,.6);
}
.box-search #formsearch {
    width: 346px;
    height: 39px;
    margin-top: 15px;
    background: url(../images/mainsearchbg.png) no-repeat center;
    margin-right: 125px;
}

.box-search #formsearch input#keyword {
    height: 39px;
    line-height: 39px;
    font-size: 14px;
    width: 300px;
    position: relative;
    text-indent: 16px;
    left: 0;
    outline: none;
    color: #666;
    float: left;
}

.box-search #formsearch input#keyword::-webkit-input-placeholder {
    color: #d5d5d5;
    font-size: 14px;
}

@media (max-width:1200px) {
    .search-left {
        padding-left: 30px;
    }
}


/* Mozilla Firefox 4 to 18 */

.box-search #formsearch input#keyword:-moz-placeholder {
    color: #d5d5d5;
    opacity: 1;
    font-size: 14px;
}


/* Mozilla Firefox 19+ */

.box-search #formsearch input#keyword::-moz-placeholder {
    color: #d5d5d5;
    opacity: 1;
    font-size: 14px;
}


/* Internet Explorer 10+ */

.box-search #formsearch input#keyword:-ms-input-placeholder {
    color: #d5d5d5;
    font-size: 14px;
}

.box-search #formsearch input {
    width: 45px;
    height: 39px;
    background: none;
    border: none;
    line-height: 39px;
    position: relative;
    left: 0;
    color: #fff;
    outline: none;
}

.box-search #formsearch input#s_btn {
    cursor: pointer;
}


/* box-process */

.box-process {
    padding: 4.6% 0 4.8%;
}

.process-title,
.case-title,
.news-title {
    text-align: center;
}

.process-title h2,
.case-title h2,
.news-title h2 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
}

.process-title p,
.case-title p,
.news-title p {
    font-size: 18px;
    color: #999;
    margin-top: 8px;
}

.process-list {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}

.process-item {
    text-align: center;
}

.process-num {
    background: url(../images/processnum.jpg) no-repeat center;
    width: 87px;
    height: 87px;
    color: #fff;
    font-weight: bold;
    font-size: 33px;
    text-align: center;
    line-height: 87px;
    margin: 0 auto;
}

.process-item h3 {
    font-size: 16px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 20px;
}

.process-item p {
    font-size: 24px;
    color: #333;
}

a.product-more {
    display: block;
    font-size: 14px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    width: 263px;
    height: 41px;
    text-align: center;
    line-height: 41px;
    margin: 46PX auto 69px;
    border: 1px solid rgba(209, 209, 209, .7);
}

a.product-more:hover {
    background-color: rgba(209, 209, 209, .7);
}

@media (max-width:993px) {}


/*小屏幕产品*/

@media (max-width:993px) {
    .process-list1 {
        margin-bottom: 20px;
    }
    .process-list1 li {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .process-list1 li h3 {
        margin-top: 10px;
        font: 400 14px/20px "Microsoft yahei";
    }
    .process-list1 li p {
        font: 400 16px/20px "Microsoft yahei";
        margin-top: 8px;
    }
    .web-md-product {
        padding: 20px 0;
    }
    .web-md-product-sort {
        padding: 20px 0;
        background: url(../images/procatebg.jpg) no-repeat center;
        margin-bottom: 20px;
    }
    .web-md-product-sort li {
        display: flex;
        justify-content: center;
    }
    .web-md-product-sort li .procate-icon img {
        max-width: 100%;
    }
    .web-md-product-sort li h3 {
        text-align: center;
        font: 400 14px/32px "Microsoft yahei";
        margin-top: 10px;
    }
    .web-little-product-con li {
        margin-top: 10px;
    }
    .web-little-product-con li img {
        max-width: 100%;
    }
    .web-little-product-con li .pro-t h3 {
        text-align: center;
    }
    .web-little-product-con li .pro-t {
        padding: 2px;
    }
}


/* box-company */

.box-company {
    background: url(../images/companybg.png) no-repeat center;
    height: 611px;
}

.company-left {
    width: 50%;
    padding-top: 110px;
}

.company-left h2 {
    color: #fff;
    font-size: 28px;
    -webkit-text-stroke: 1px #333;
    font-weight: bold;
    margin-bottom: 20px;
}

.company-left-text {
    width: 448px;
    height: 78px;
    background: rgba(255, 255, 255, .5);
    color: #2055ad;
    text-align: center;
    padding-top: 20px;
    position: relative;
}

.company-left-text:before {
    position: absolute;
    content: '';
    width: 13px;
    height: 1px;
    background-color: #2055ad;
    left: 10px;
    top: 40%;
}

.company-left-text:after {
    position: absolute;
    content: '';
    width: 13px;
    height: 1px;
    background-color: #2055ad;
    right: 10px;
    top: 40%;
}

.company-left-text h3 {
    font-weight: bold;
    font-size: 24px;
}

.company-left-text p {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.company-right {
    width: 50%;
    padding-left: 50px;
    padding-right: 10px;
    padding-top: 6%;
}

.company-right h2 {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 17px;
}

.company-right h3 {
    font-size: 20px;
    color: rgba(255, 255, 255, .6);
}

.company-right-text {
    border-top: 1px solid rgba(255, 255, 255, .3);
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    line-height: 30px;
    padding-top: 36px;
    margin-top: 24px;
}

a.company-more {
    display: block;
    width: 162px;
    height: 47px;
    color: #fff;
    font-size: 16px;
    background-color: #41bfef;
    text-align: center;
    line-height: 47px;
    margin-top: 50px;
    border: 1px solid #41bfef;
}

a.company-more:hover {
    background-color: rgba(255, 255, 255, .01);
}


/*小屏幕公司*/

@media (max-width:993px) {
    .little-company {
        background: url(../images/companybg.png) no-repeat right center;
        padding: 20px 0;
    }
    .little-company h2 {
        color: #fff;
    }
    .little-company h3 {
        font: 400 14px/26px "Microsoft yahei";
        color: rgba(255, 255, 255, .6);
        margin-top: 10px;
    }
    .company-right-text {
        font-size: 14px;
    }
    a.company-more {
        font-size: 14px;
    }
}


/* box-product */

@media (max-width:997px) {
    .small-container {
        padding: 0 4%;
    }
}

.procate-bg {
    background: url(../images/procatebg.jpg) no-repeat center;
}

.procate {
    display: flex;
    justify-content: space-between;
}

.procate a {
    display: block;
    width: 20%;
    padding: 26px 0 30px;
    position: relative;
}

.procate a h3 {
    font-size: 18px;
    color: #333;
    margin-top: 12px;
}

.procate a.cur h3 {
    color: #fff;
}

.procate a:nth-child(1) .procate-icon {
    background: url(../images/proicon1.png) no-repeat center;
    height: 114px;
    width: 114px;
    margin: 0 auto;
}

.procate a:nth-child(2) .procate-icon {
    background: url(../images/proicon2.png) no-repeat center;
    height: 114px;
    width: 114px;
    margin: 0 auto;
}

.procate a:nth-child(3) .procate-icon {
    background: url(../images/proicon3.png) no-repeat center;
    height: 114px;
    width: 114px;
    margin: 0 auto;
}

.procate a:nth-child(4) .procate-icon {
    background: url(../images/proicon4.png) no-repeat center;
    height: 114px;
    width: 114px;
    margin: 0 auto;
}

.procate a:nth-child(5) .procate-icon {
    background: url(../images/proicon5.png) no-repeat center;
    height: 114px;
    width: 114px;
    margin: 0 auto;
}

.procate a.cur {
    background-color: #2055ad;
}

.procate a:nth-child(1).cur .procate-icon {
    background: url(../images/proicon1a.png) no-repeat center;
    height: 114px;
    width: 114px;
    margin: 0 auto;
}

.procate a:nth-child(2).cur .procate-icon {
    background: url(../images/proicon2a.png) no-repeat center;
    height: 114px;
    width: 114px;
    margin: 0 auto;
}

.procate a:nth-child(3).cur .procate-icon {
    background: url(../images/proicon3a.png) no-repeat center;
    height: 114px;
    width: 114px;
    margin: 0 auto;
}

.procate a:nth-child(4).cur .procate-icon {
    background: url(../images/proicon4a.png) no-repeat center;
    height: 114px;
    width: 114px;
    margin: 0 auto;
}

.procate a:nth-child(5).cur .procate-icon {
    background: url(../images/proicon5a.png) no-repeat center;
    height: 114px;
    width: 114px;
    margin: 0 auto;
}

.procate a.cur:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 12px solid #2055ad;
    transform: translate(-50%);
}

.procate a h3 {
    text-align: center;
    font-size: 18px;
    color: #333;
}

.product-con ul {}

.product-con ul li {
    float: left;
    width: 24.5%;
    margin-right: 0.6666%;
}

.product-con ul li:nth-child(4) {
    margin-right: 0;
}

.pro-t {
    border: 1px solid #e5e5e5;
    border-top: none;
    padding: 14px 24px;
}

.pro-t h3 {
    font-size: 16px;
    color: #333;
    line-height: 31px;
}

.pro-t span {
    color: #666;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f7f7f7;
    width: 107px;
    height: 31px;
    text-align: center;
    line-height: 31px;
}

.product-box1 {
    margin-top: 50px;
}

.product-con ul li:hover .pro-t {
    background-color: #2055ad;
    color: #fff;
}

.product-con ul li:hover .pro-t h3 {
    color: #fff;
}

.product-con ul li:hover .pro-t span {
    background-color: #41bfef;
    color: #fff;
}

@media (max-width:1580px) {
    .product-con ul li {}
}


/* box-honor */

.box-honor {
    margin: 90px 0 75px;
    position: relative;
}

.honor-swiper {
    width: 81.25%;
}

.honor-arrow {
    position: absolute;
    top: 50%;
}

.box-honor .swiper-button-next,
.box-honor .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 47px;
    height: 47px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 47px 47px;
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
    left: 1550px;
}

.box-honor .swiper-button-prev {
    background-image: url(../images/honorleft.png);
    left: 0;
    right: auto
}

.box-honor .swiper-button-prev:hover {
    background-image: url(../images/honorleft1.png);
}

.box-honor .swiper-button-next {
    background-image: url(../images/honorright.png);
}

.box-honor .swiper-button-next:hover {
    background-image: url(../images/honorright1.png);
}

@media (max-width:1700px) {
    .box-honor .swiper-button-next,
    .box-honor .swiper-button-prev {
        opacity: 0;
    }
}


/* box-ys */

.ys-container {
    width: 1200px;
    margin: 0 auto;
}

.ys-title {
    text-align: center;
}

.ys-title h2 {
    font-size: 48px;
    color: #333;
}

.ys-title p {
    color: #999;
    font-size: 18px;
    margin-bottom: 55px;
}

.ys-title span {}

.ys-title img {
    padding-bottom: 25px;
}

.ys1 {
    background: url(../images/ys1bg.png) no-repeat center;
    height: 451px;
}

.ys2 {
    background: url(../images/ys2bg.jpg) no-repeat center;
    height: 393px;
}

.ys3 {
    background: url(../images/ys3bg.png) no-repeat center;
    height: 379px;
    margin-bottom: 110px;
}

.ys1-num,
.ys2-num,
.ys3-num {
    color: #999;
    font-family: impact, Arial, Helvetica, sans-serif;
    font-size: 72px;
    padding-left: 28px;
    margin-bottom: 7px;
}

.ys1-con,
.ys2-con,
.ys3-con {
    padding-top: 56px;
}

.ys1-con h2,
.ys2-con h2,
.ys3-con h2 {
    color: #2055ad;
    font-size: 28px;
    font-weight: bold;
    padding-left: 28px;
    margin-bottom: 13px;
}

.ys1-con h3,
.ys2-con h3,
.ys3-con h3 {
    font-size: 20px;
    color: #666;
    padding-left: 28px;
    margin-bottom: 50px;
}

.ys1-text,
.ys2-text,
.ys3-text {
    font-size: 16px;
}

.ys1-text p,
.ys2-text p,
.ys3-text p {
    background: url(../images/ysicon.png) no-repeat left 3px;
    padding-left: 28px;
    margin-bottom: 23px;
}

@media (max-width:1200px) {
    .ys-title {
        margin-top: 10px;
    }
    .ys-title span {
        font-size: 26px;
    }
    .ys-title img {
        max-height: 66px;
        padding-bottom: 16px;
    }
    .ys-title p {
        margin-bottom: 20px;
        font: 400 12px/22px "Microsoft yahei";
    }
    .md-ys {
        padding: 0 2%;
    }
    .ys1-con,
    .ys2-con,
    .ys3-con {
        padding-top: 10px;
    }
    .ys1-num,
    .ys2-num,
    .ys3-num {
        font-size: 44px;
        height: 60px;
    }
    .ys1-con h2,
    .ys2-con h2,
    .ys3-con h2 {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .ys1-con h3,
    .ys2-con h3,
    .ys3-con h3 {
        margin-bottom: 20px;
        font-size: 14px;
    }
    .ys1-text p,
    .ys2-text p,
    .ys3-text p {
        margin-bottom: 8px;
        font-size: 14px;
    }
    .ys3 {
        margin-bottom: 30px;
    }
}


/* box-case */

.box-case {
    background: url(../images/casebg.jpg) no-repeat center;
    padding-top: 5%;
    padding-bottom: 8.6%;
}

.case-title {
    text-align: center;
    margin-bottom: 40px;
}

.case-item {
    width: 45%;
    position: relative;
}

.case-img {
    position: relative;
}

.case-img h3 {
    width: 100%;
    position: absolute;
    bottom: -102px;
    color: #fff;
    text-align: center;
    background-color: rgba(32, 85, 173, 0.8);
    font: 100 30px/102px "Microsoft yahei";
    opacity: 0;
    transition: all 0.8s;
}

.case-img:hover h3 {
    opacity: 1;
    transition: all 0.8s;
    transform: translateY(-102px);
}

@media (max-width: 1200px) {
    .case-img h3 {
        font: 400 16px/36px "Microsoft yahei";
        opacity: 1;
        bottom: 0;
    }
    .case-img:hover h3 {
        transform: translateY(-0px);
    }
}


/* box-news */

.box-news {
    padding-top: 4%;
    padding-bottom: 3.8%;
}

.news-title {
    margin-bottom: 40px;
}

.news-bottom {
    width: 86%;
    margin: 0 auto;
    position: relative;
    top: -22px;
    z-index: 999;
    background-color: #fff;
    padding-top: 2%;
}

.news-time {
    text-align: center;
}

.news-time span {
    color: #233134;
    font-size: 36px;
    font-family: Arial, Helvetica, sans-serif;
}

.news-time p {
    color: #999;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: -3px;
}

.news-bottom h3 {
    color: #233134;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 7px;
    margin-top: 14px;
}

.news-summary {
    font-size: 14px;
    color: #999;
    line-height: 26px;
    padding: 0 5%;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-more {
    width: 100%;
    color: #666;
    font-size: 16px;
    height: 54px;
    line-height: 54px;
    padding-left: 32px;
    margin-top: 25px;
    background: url(../images/iconfont.png) no-repeat 88% center #f2f2f2;
}

.news-item:hover .news-more {
    background: url(../images/iconfont1.png) no-repeat 88% center #2055ad;
    color: #fff;
}

@media (max-width:1200px) {
    .web-news-list li {
        margin-top: 10px;
    }
    .web-news-list li .img img {
        max-width: 100%;
    }
    .web-news-list li .news-right h3 {
        color: #333;
        font: 400 16px/32px "Microsoft yahei";
    }
    .web-news-list li .news-summary {
        padding: 0;
        font: 400 12px/22px "Microsoft yahei";
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}


/* box-intr */

.box-intr {
    background: url(../images/intrbg.jpg) no-repeat center;
    padding: 72px 0;
}

.intr-list {
    display: flex;
    justify-content: space-between;
}

.intr-item {
    text-align: center;
}

.intr-item h3 {
    font-size: 62px;
    color: #fff;
    font: 400 62px/66px "hanyi";
    margin-top: 8px;
}

.intr-item p {
    font-size: 18px;
    color: rgba(255, 255, 255, .6);
}

@media (max-width:1200px) {
    .box-intr {
        padding: 30px 0;
    }
    .intr-item h3 {
        font: 400 32px/44px "hanyi";
    }
    .intr-item p {
        font: 400 12px/22px "Microsoft yahei";
    }
}


/* box-foot */

.box-foot {
    background-color: #ececec;
    padding-top: 55px;
}

.foot-left {
    padding-top: 5px;
    /* margin-right: 9%; */
}

.foot-left h2 {
    font-size: 18px;
    color: #333;
}

.foot-nav {
    padding-top: 6px;
    display: flex;
    justify-content: space-between;
}

.foot-nav dl dt {
    margin-bottom: 6px;
}

.foot-nav dl dt a {
    color: #333;
    font: 400 16px/36px "Microsoft yahei";
}

.foot-nav dl dt a:hover {
    color: #111;
}

.foot-nav dl dd {
    font-size: 14px;
    color: #666;
}

.foot-nav dl dd a {
    font: 400 14px/26px "Microsoft yahei";
    color: #666;
}

.foot-nav dl dd a:hover {
    color: #333;
}

.foot-tel {
    font-size: 22px;
    color: #333;
    background: url(../images/foottelicon.png) no-repeat left center;
    padding-left: 42px;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 10px;
}

.foot-add {
    margin-top: 15px;
}

.foot-add img {
    padding-bottom: 6px;
}

.flink {
    color: #333;
    padding-bottom: 1%;
}

.flink a {
    color: #999;
    font: 400 12px/30px "Microsoft yahei";
}

.flink a:hover {
    color: #333;
}

.box-bottom {
    background: #333;
    color: #d8d8d8;
    font-size: 14px;
    height: 40px;
    line-height: 2.7;
}

.box-bottom a {
    color: #d8d8d8;
}

.box-bottom a:hover {
    color: #fff;
}

.bottom-left {
    color: #d8d8d8;
}

.bottom-left a {
    color: #d8d8d8;
}

.bottom-right {
    color: #d8d8d8;
}

.bottom-right a {
    color: #d8d8d8;
}

.bottom-right a:hover {
    color: #fff;
}

.qrcode1 {
    margin-left: 18px;
}

.foot-qrcode {
    padding-left: 5%;
}

.qrcode1 h3,
.qrcode2 h3 {
    font-size: 16px;
    color: #333;
    width: 20px;
    margin-top: 35px;
    margin-right: 12px;
}

.qrcode1-img {
    width: calc(100% - 40px);
}

.qrcode1-img p img {
    max-width: 100%;
}

.foot-top {
    padding-bottom: 2%;
}

@media (max-width: 1700px) {}

@media (max-width: 993px) {
    .web-tt h2 {
        font-size: 26px;
    }
    .web-tt p {
        font-size: 13px;
    }
    .little-company h2 {
        font-size: 26px;
    }
}


/*引入字体*/

@font-face {
    font-family: 'hanyi';
    src: url('../images/hanyi.ttf');
}


/*内页样式*/

.web_n_container {
    margin-top: 20px;
}

.new1 li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.new1 li a {
    font: 400 14px/26px "Microsoft yahei";
}

.n_key li a {
    font: 400 12px/26px "Microsoft yahei";
}


@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none!important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none!important
    }
}
