@charset "utf-8";
/* CSS Document */

body {
    font-size: 14px;
    background: #fff;
    font-family: "Microsoft Yahei", "微软雅黑", sans-serif;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body,
form,
div,
span,
ul,
ol,
li,
p,
pre,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
em,
a,
fieldset,
legend,
address,
label,
textarea,
select,
input,
figure,
table,
th,
td,
b,
i {
    margin: 0;
    padding: 0
}

.hy-main input[type=text]:focus,
.hy-main input[type=password]:focus,
.hy-main textarea:focus {
    transition: border linear .2s, box-shadow linear .5s;
    -moz-transition: border linear .2s, -moz-box-shadow linear .5s;
    -webkit-transition: border linear .2s, -webkit-box-shadow linear .5s;
    outline: none;
    border-color: rgba(140, 215, 255, .75);
    box-shadow: 0 0 8px rgba(140, 215, 225, .5);
    -moz-box-shadow: 0 0 8px rgba(140, 215, 225.5);
    -webkit-box-shadow: 0 0 8px rgba(140, 215, 225, 3)
}

fieldset,
img {
    border: 0
}

img {
    max-width: 100%
}

ul,
li {
    list-style: none
}

em,
i {
    font-style: normal
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none;
    color: #333
}

a:hover {
    text-decoration: none
}

a:focus,
input,
button,
select,
textarea {
    outline: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-variant: normal
}

input,
select,
img {
    vertical-align: middle
}

legend {
    display: none
}

textarea {
    resize: none;
    font-family: "Microsoft Yahei", "微软雅黑", sans-serif
}

.clear:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden
}

.mt10 {
    margin-top: 10px
}

.mt20 {
    margin-top: 20px
}

.pt10 {
    padding-top: 10px
}

.fl {
    float: left
}

.fr {
    float: right
}

.tr {
    text-align: right
}

.tl {
    text-align: left
}

.ov {
    overflow: hidden
}

.rel {
    position: relative
}

.tc {
    text-align: center
}

.mt5 {
    margin-top: 60px
}

.none {
    display: none
}

.block {
    display: block
}

.mr10 {
    margin-right: 10px
}

.els {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.els2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ddd
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ddd
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ddd
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ddd
}

@media (min-width: 1201px) {
    a:hover {
        color: #cb1d27;
    }
}

@media (max-width: 1200px) {
    .mt5 {
        margin-top: 5%;
    }

}



/* 新增 */

.flex-row {
    flex-direction: row
}

.flex-wrap {
    flex-wrap: wrap
}

.flex {
    display: flex
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.float-right {
    float: right
}

.float-left {
    float: left
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.fixed {
    position: fixed
}

.abs {
    position: absolute
}

.rel {
    position: relative
}

.box-border {
    box-sizing: border-box
}

.font-bold {
    font-weight: bold
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.content-center {
    align-content: center
}

.align-center {
    align-items: center
}

.container1 {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto
}

.l2,
.l3,
.l4,
.l5,
.l6,
.l6,
.l7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.l2 {
    -webkit-line-clamp: 2
}

.l3 {
    -webkit-line-clamp: 3
}

.l4 {
    -webkit-line-clamp: 4
}

.l5 {
    -webkit-line-clamp: 5
}

.l6 {
    -webkit-line-clamp: 6
}

.l7 {
    -webkit-line-clamp: 7
}

.l1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}


.header {
    background: #fff;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100
}

.h-top {
    padding: 29px 0 0 0
}

.h-top.on {
    display: none
}

.h-bottom {
    height: 72px
}

.nav>li>a {
    display: block;
    padding-right: 2vw;
    line-height: 72px;
    font-size: 16px
}

.nav>li>a:hover,
.nav>li.cur>a {
    color: #cb1d27
}

.nav li .sec {
    position: absolute;
    width: 100px;
    padding: 10px;
    top: 72px;
    background: #f8f8f8;
    margin-left: -75px;
    left: 50%;
    box-sizing: border-box;
    text-align: center
}

.nav li .sec>a {
    display: block;
    color: #5C5C5C;
    line-height: 30px
}

.nav li .sec>a:hover {
    color: #cb1d27
}

@media (min-width: 1201px) {
    .nav li .sec {
        opacity: 0;
        transform: translateY(30px);
        visibility: hidden;
        transition: all 0.5s ease;
    }

    .nav li:hover .sec {
        opacity: 1;
        transform: translateY(-10px);
        visibility: visible;
        transition: all 0.5s ease;
    }
}

.search-bg {
    border-radius: 2px;
    width: 380px;
    display: none
}

.search-bg input {
    height: 34px;
    width: 340px;
    background: #F0F0F0;
    padding-left: 15px;
    box-sizing: border-box;
    color: #000;
    border: none
}

.search-bg input::placeholder {
    color: #000
}

.search-bg a {
    height: 34px;
    width: 40px;
    background: url(../images/fd.png) no-repeat center #cb1d27;
    display: block
}

.msshop a {
    display: block;
    padding: 0 15px;
    font-size: 16px;
    color: #fff;
    background: #cb1d27;
    margin-left: 10px;
    height: 34px;
    line-height: 34px
}

.banner {
    padding-top: 136px
}

.Navigation-list {
    height: 218px
}

.Navigation-list li {
    width: 20%
}

.Navigation-list .img {
    height: 96px;
    width: 96px;
    margin: 0 auto;
    border-radius: 50%
}

.Navigation-list .img img {
    height: 96px;
    object-fit: scale-down;
    display: block;
    margin: 0 auto
}

.img-on {
    display: none !important
}

.Navigation-list a {
    transition: 0.5s
}

.Navigation-list a:hover .img {
    background: #cb1d27
}

.Navigation-list a:hover .img-show {
    display: none
}

.Navigation-list a:hover .img-on {
    display: block !important
}

.Navigation-list p {
    text-align: center;
    line-height: 56px;
    font-size: 18px
}

.ms-pro {
    background: #F4F5F7;
    padding: 65px 0 40px 0
}

.column .tit {
    background: url(../images/ht.png) no-repeat left center;
    width: 312px;
    height: 48px;
    line-height: 27px;
    padding-left: 64px;
    box-sizing: border-box;
    color: #cb1d27;
    font-size: 18px
}

.column .tit span {
    color: #5C5C5C;
    margin-left: 12px
}

.more a {
    display: block;
    width: 104px;
    height: 38px;
    background: url(../images/more.png) no-repeat 92% center #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #E7E7E7;
    line-height: 36px;
    padding-left: 20px;
    box-sizing: border-box
}

.more a:hover {
    border: 1px solid #CB1D27;
    background: url(../images/more2.png) no-repeat 92% center #CB1D27;
    color: #fff
}

.develop {
    margin-top: 40px
}

.develop-list {
    margin: 0 -66.5px
}

.develop-list li {
    width: 25%
}

.develop-list li a {
    display: block;
    margin: 0 66.5px
}

.imgr {
    height: 220px;
    overflow: hidden
}

.develop-list li a .t1 {
    text-align: center;
    font-size: 20px;
    padding: 30px 0
}

.rotation .img img {
    height: 220px;
    display: block;
    margin: 0 auto
}

.front,
.reverse {
    transition: 0.5s
}

.front {
    transform: rotateY(0deg)
}

.reverse {
    transform: rotateY(180deg)
}

.develop-list a:hover .front {
    transform: rotateY(180deg);
    display: none
}

.develop-list a:hover .reverse {
    transform: rotateY(0deg)
}

.develop-list a:hover .reverse .more {
    opacity: 1
}

.ms-service {
    padding: 65px 0 60px 0
}

.list2 {
    margin: 0 -8px;
    margin-top: 40px
}

.list2 li {
    width: 25%
}

.list2 li a {
    background: #30353A;
    margin: 0 8px 0 8px;
    height: 240px;
    transition: 0.5s
}

.list2 li a img {
    height: 70px;
    display: block;
    margin: 0 auto;
    object-fit: scale-down;
    transition: 0.5s
}

.list2 li a .con {
    width: 100%;
    transition: 0.5s
}

.list2 li a p {
    text-align: center;
    color: #fff;
    padding: 15px 0;
    font-size: 24px;
    display: none;
    transition: 0.5s
}

.list2 li.cur a,
.list2 li a:hover {
    background: #cb1d27
}

.list2 li.cur a p,
.list2 li a:hover p {
    display: block
}

.footer {
    background: #DFE2E6;
    padding: 50px 0
}

.footer-nav {
    width: 45%
}

.footer-nav div {
    font-size: 22px;
    margin-bottom: 15px
}

.footer-nav a {
    display: block;
    line-height: 30px
}

.footer-nav p {
    display: block;
    line-height: 30px
}

.footer-nav a span {
    color: #000
}

.jqr {
    width: auto;
}

.footer-ewm {
    width: 38%
}




.ewm-top .img {
    width: 100px;
    margin-left: 5px
}

.ewm-top img {
    height: 100px;
    margin-right: 5px;
object-fit:scale-down
}

.footer-input {
    margin-left: 24px;
    margin-top: 30px;
display:none
}

.footer-input input {
    width: calc(100% - 90px);
    padding-left: 15px;
    box-sizing: border-box;
    background: #fff;
    height: 40px;
    border: none
}

.footer-input a {
    display: block;
    width: 100%;

}

.footer-input a img {
    display: block;
    margin: 0 auto
}

.coyp {
    padding-top: 25px
}

.coyp p a,
.coyp p {
    color: #aaa
}

.ny-banner,
.banner1 {
    padding-top: 72px
}

.ny-banner img,
.banner1 img {
    height: 160px;
    object-fit: cover;
}


.footer-ewm .ewm{width:calc(100% - 150px);padding-top:35px}


@media(max-width:1350px) {


    .ny-banner img,
    .banner1 img {
        height: auto;
    }
}


.loc {
    height: 48px;
    font-size: 18px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15)
}

.loc i {
    margin: 0 1vw
}

.loc a:last-child {
    color: #CB1D27
}

.loc a:last-child i {
    display: none
}

.toTwe {
    padding: 60px 0
}

.toTwe .t1 {
    color: #CB1D27
}

.toTwe .t1 i {
    width: 305px;
    height: 1px;
    background: #CB1D27;
    margin-left: 10px
}

.toTwe .t2 {
    font-size: 52px;
    color: #2F353A;
    margin-top: 15px
}

.toTwe .img {
    padding-top: 60px
}

.toTwe .img img {
    margin: 0 auto
}

.pro-Details {
    padding: 60px 0
}

.pro-Details .text {
    padding: 40px 0
}

.pro-Details .img img {
    display: block;
    margin: 0 auto
}

.abs-btn {
    left: 0;
    top: 0
}

.abs-btn .t1 {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    line-height: 80px;
    background: #fff;
    text-align: center;
    font-size: 18px;
    color: #cb1d27;
    cursor: pointer
}

.bg {
    background: #F2F5F7;
    padding: 60px 0
}

.abs-meun {
    width: 280px;
    background: #FFFFFF;
    box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    padding-bottom: 40px
}

.abs-meun .t1 {
    font-size: 24px
}

.abs-meun p {
    background: #CB1D27;
    width: 60px;
    height: 4px;
    margin-top: 15px
}

.titl {
    padding: 40px 30px 20px 40px
}

.menuList li {
    border-bottom: 1px solid #E7E7E7;
    position: relative;
}

.menuList li>a {
    line-height: 48px;
    
    display: block;
    margin: 0 30px 0 40px
}

.menuList li.cur .sec1 {
    display: block;
}

.sec1 {
    display: none;
}

.sec1 a {
    display: block;
    font-size: 12px;
    line-height: 44px;
    padding-left: 40px
}

.sec1 a.cur,
.sec1 a:hover {
    background: #FDF8F8;
    border-right: 4px solid #cb1d27;
    color: #cb1d27
}
.menuList li > span{
	position: absolute;
	width: 48px;
	height: 48px;
	right: 10px;
	top: 0;
	z-index: 3;
	cursor: pointer;
	background: url(../images/b1.png) no-repeat center center;
}
.menuList li.cur > span {
    background: url(../images/b2.png) no-repeat center center
}

.abs-meun {
    display: none
}

.pro-tab {
    margin-top: 40px;
    margin-bottom: 40px;
}

.pro-tab a {
    width: 220px;
    height: 52px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #CB1D27;
    display: block;
    line-height: 52px;
    text-align: center;
    margin-right: 30px
}

.pro-tab a.cur {
    background: #cb1d27;
    color: #fff
}

.Service {
    padding: 70px 0
}

.server-left {
    width: 240px
}

.server-left li {
    width: 88%;
    background: #30353A;
    margin-bottom: 2px;
    transition: 0.5s
}

.server-left li a {
    height: 98px;
    color: #fff;
    font-size: 18px;
    padding: 0 20px
}

.server-left li a span {
    margin-left: 20px
}


.server-left li img {
    height: 30px
}

.server-left li.cur {
    width: 100%;
    background: #CB1D27
}

.server-left li.cur a {
    background: url(../images/more2.png) no-repeat 90% center
}

.list3 {
    width: calc(100% - 300px);
    background: #F6F7F8;
    padding: 20px 40px;
    box-sizing: border-box
}

.list3 ul li  {
    border-bottom: 1px solid #EBEEF0;
    line-height: 48px
}

.list3 ul li .ap {
    width: 70%
}

.list3 ul li  .aSpan{
    color: #cb1d27
}

.serverDetalis {
    width: calc(100% - 300px)
}

.serverDetalis img {
    display: block;
    margin: 0 auto
}

.serverDetalis .text {
    padding: 20px 0
}

.about {
    padding: 60px 0
}

.en {
    color: #787878;
    letter-spacing: 6px;
    font-size: 18px;
    line-height: 35px
}

.line {
    width: 54px;
    height: 10px;
    background: #CB1D27;
    margin: 15px 0
}

.about .t1 {
    color: #cb1d27;
    font-size: 18px
}

.about .txt {
    padding: 30px 0;
    line-height: 30px
}

.video video {
    width: 100%
}

.Honor {
    margin: 0 -5px
}

.Honor li {
    width: 20%
}

.Honor li a {
    margin: 0 5px 10px 5px;
    display: block
}

.Honor li a img {
    height: 346px
}

.pt60 {
    padding: 60px 0
}


.m-column {
    display: none
}

.m-more {
    display: none
}

.m-more a {
    width: 100px;
    display: block;
    margin: 0 auto;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    background: #cb1d27;
    border-radius: 5px;
    margin-top: 40px
}

.wrap-1200 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto
}

@media(max-width:1380px) {

    .wrap-1200,
    .container1 {
        max-width: 96%
    }


    .develop-list {
        margin: 0 -15px;
    }

    .develop-list li a {
        margin: 0 15px;
    }

    .rotation .img img,
    .imgr {
        height: 220px;
    }
}

@media(max-width:1200px) {
    .toTwe .t2 {
        font-size: 24px;
    }

    .toTwe .t1 i {
        display: none;
    }

    .toTwe {
        padding: 30px 0;
    }

    .titl {
        padding: 25px;
    }

    .abs-meun .t1 {
        font-size: 18px;
    }

    .abs-btn {
        position: static !important;
    }

    .abs-btn .t1 {
        width: 100px;
        height: 36px;
        line-height: 36px;
    }

    .pro-Details {
        padding: 15px 0;
    }

    .bg {
        padding-top: 15px;
        padding-bottom: 0;
    }

    .list3 {
        width: 100%;
        padding: 10px;
    }

    .serverDetalis {
        width: 100%;
    }

    .server-left li {
        width: 100%;
    }

    .server-left li a {
        height: 60px;
    }

    .server-left li.cur a {
        background: none;
    }

    .server-left {
        width: 100%;
    }

    .Service {
        padding: 15px 0;
        flex-direction: column;
    }

    .h-top {
        height: 70px;
        padding: 0;
    }

    .banner {
        padding-top: 70px
    }

    .h-bottom {
        height: auto;
        position: absolute;
        left: 0;
        top: 70px;
        width: 100%;
        height: calc(100vh - 70px);
        background: #fff;
        display: block !important;
        padding: 0 20px;
        left: -100%;
        transition: 0.5s;
    }

    .h-bottom.on {
        left: 0;
    }

    .logo img {
        height: 15px;
    }

    .nav {
        display: block !important;
    }

    .nav li>a {
        line-height: 40px;
    }

    .nav li .sec {
        position: static !important;
        margin: 0;
        width: 100%;
        text-align: left;
    }

    .search-bg {
        width: 100%
    }

    .search {
        display: block;
    }

    .search-bg input {
        width: calc(100% - 40px);
    }

    .msshop {
        margin: 15px 0;
    }

    .msshop a {
        width: 100px;
        margin: 0;
        text-align: center;
    }

    .Navigation-list {
        height: auto;
        justify-content: flex-start;
        padding: 15px 0;
    }

    .column {
        display: none;
    }

    .m-column {
        display: block;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
    }

    .m-en {
        color: #cb1d27;
        line-height: 36px;
        display: none
    }

    .ms-service,
    .ms-pro {
        padding: 40px 0;
    }

    .rotation .img img,
    .imgr {
        height: 136px;
    }

    .m-more {
        display: block;
    }

    .list2 li {
        width: 50%;
        margin-bottom: 20px;
    }

    .jqr {
        display: none;
    }

    .footer {
        padding: 10px 0;
    }

    .h-top.on {
        display: flex;
    }

    .pt60 {
        padding: 15px 0;
    }

    .pro-tab a {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .pro-tab {
        flex-wrap: wrap;
    }

    .develop {
        margin-top: 10px;
    }

    .Honor li a img {
        height: 350px;
        margin: 0 auto;
        display: block;
    }
}

@media(max-width:1000px) {

    .footer-nav ul,
    .footer-top {
        display: block !important;
    }

    .footer-nav ul li {
        margin-top: 20px;
    }

    .footer-ewm {
        margin-top: 20px;
        width: 100%;
    }

    .ewm {
        width: 100%
    }

    .ewm-top .img {
        margin-left: 0;
        margin-right: 10px;
    }

    .footer-input {
        margin-left: 0;
    }

    .coyp {
        display: block !important;
        line-height: 36px;
    }

    .footer-nav {
        width: 100%;
    }

    .Honor li a img {
        height: 296px;
    }
}

@media(max-width:800px) {

    .Honor li a img {
        height: 260px;
    }

    .Honor li a {
        margin-bottom: 10px;
    }

    .Honor li {
        width: 33.3333%;
    }

    .develop-list li,
    .Navigation-list li {
        width: 33.333%;
    }

    .Navigation-list .img img {
        height: 30px;
    }

    .Navigation-list .img {
        height: 60px;
        width: 60px;
    }

    .Navigation-list p {
        line-height: 36px;
        font-size: 12px
    }

    .list2 li a img {
        height: 40px;
    }

    .list2 li a {
        height: 160px;
    }

    .list2 li a p {
        font-size: 16px;
    }


}

@media(max-width:500px) {

    .Honor li,
    .develop-list li {
        width: 50%;
    }

    .develop-list li a .t1 {
        padding: 15px 0;
        font-size: 14px;
    }

    .Honor li a img {
        height: 220px;
    }

    .Navigation-list li {
        width: 33.333%;

    }

    .rotation .img img,
    .imgr {
        height: 90px;
    }

    .about .img img {
        height: 22px;
    }

    .line {
        height: 3px
    }

}



.productList{padding-bottom:4%;}
.productList ul{margin:0 -20px;}
.productList ul li{width:25%;}
.productList ul li a{margin:0 20px 40px 20px;display:block;}
.productList ul li a .img{background:#F3F2F5;}
.productList ul li a img{height:190px;object-fit:scale-down;max-width:100%;display:block;margin:0 auto; }
.productList ul li a .tit{padding:10px;text-align:center;line-height:60px;background:#fff;  border-top: 2px solid red;}

.mapImg img{margin:0 auto; display:block; max-width:100%}
.loblre .img video{height:250px;object-fit:scale-down;width:100%;}

@media(max-width:1200px){
    .productList ul{margin:0 -5px;}
    .productList ul li a{margin:0 5px 10px 5px;display:block;}
    .loblre .con, .loblre .img{width:100% !important;}
    .loblre .img video{height:auto !important;}

    .search{display:block !important;}
} 
gg
@media(max-width:1000px){
    .productList ul li{width:33.333%;}
}


@media(max-width:760px){
    .productList ul li{width:50%;}
    .productList ul li a img{height:130px;}
    .productList ul li a .tit{line-height:36px;}
}



