﻿/*****logobox*****/
#header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 90px;
    z-index: 10000;
    background: #fff;
    box-shadow: 10px 0 0 #ddd;
}

.w1600 {
    max-width: 92%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.w90 {
    width: 80%;
    margin: auto;
}

.media,
.media .media {
    margin-top: 0;
}

/*nav*/
#nav {
    width: 70%;
}

#nav ul>li {
    float: left;
    text-align: center;
    position: relative;
    line-height: 90px;
    padding: 0 .2rem;
}

#nav ul>li:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 0;
    height: 2px;
    background-color: #094bba;
    opacity: 0;
    transition: all .5s ease;
}

#nav ul>li:hover:before {
    width: 100%;
    opacity: 1;
}

#nav ul>li:last-child {
    background: none;
}

#nav ul>li>a {
    display: block;
    font-size: 16px;
    position: relative;
    z-index: 2;
}

#nav ul>li>a img {
    margin-left: 5px;
}

#nav ul>li.active>a {
    line-height: 90px;
    color: #094bba;
}

#nav ul .submenu {
    position: fixed;
    top: 90px;
    z-index: 99;
    background: rgba(255, 255, 255, .9);
    left: 0;
    right: 0;
    line-height: 2;
    text-align: left;
    padding: 2% 3%;
    display: none;
}

.submenuflex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.leftBox {
    width: 20%
}

.leftBox .oneName {
    font-size: .36rem;
}

.leftBox p {
    font-size: .18rem;
}

.leftBox .tNavMore {
    border-top: 1px dashed #ddd;
    display: block;
    font-size: .16rem;
    margin-top: 10px;
    padding-top: 10px;
}

.submenu .submenuflex ol {
    width: 25%;
    margin-right: 5%
}

.submenu .submenuflex ol li {
    font-size: .16rem;
    border-bottom: 1px solid #ddd;
    padding: .1rem 0;
   
}

.submenu .submenuflex ol li a {
    display: block;
    color: #666;
    background: url(../images/rto_ico01.png) right center no-repeat;
}

.submenu .submenuflex ol li:hover img {
    transition: all .6s;
    transform: scale(1.05);
}

.submenu .submenuflex ol li:hover a {
    color: #0f4ca5
}

.toplangua {
    color: #fff;
    font-size: 14px;
    color: #666;
}

.toplangua a {
    padding: 4px 8px;
}

.toplangua a.on {
    background: #333;
    color: #fff;
    border-radius: 5px 0 5px 0;
}

/*search*/
.search {
    margin-top: 25px;
    float: right;
    width: 148px;
    background: #f2f2f2;
    border-radius: 30px;
}

.search .sousu {
    width: 90px;
    line-height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    color: #666;
    border: none;
    background: none;
}

.search .sou-zi {
    background: url(../images/search.png) no-repeat;
    border: none;
    cursor: pointer;
    width: 34px;
    height: 34px;
}

/***********************/
.index-title .t1 {
    font-size: .44rem;
    line-height: 1.5;
}

.index-title .t2 {
    font-size: .2rem;
    color: #666;
}



/**********product*************/
.prole,
.prori {
    width: 48.5%;
}

.prole {
    box-shadow: 1px 1px 18px 0px #e5e5e5;
    position: relative;
    height: 6.68rem;
    padding: .3rem;
    box-sizing: border-box;
}

.prole img {
    position: absolute;
    bottom: .4rem;
    right: .4rem;
}

.proctit i {
    font-size: .44rem;
    color: #0f4ca5;
    margin-right: .1rem;
}

.proctit strong {
    display: block;
    font-size: .24rem;
    font-weight: normal;
    line-height: 1.2;
}

.proctit span {
    color: #939393;
    text-transform: uppercase;
    font-size: 12px;
}

.proleitem li a {
    background: url(../images/dian.png) 50px center no-repeat;
    padding-left: 65px;
}

.proleitem:hover {
    background: url(../images/pc.jpg) top center no-repeat;
    background-size: 100% auto
}

.proleitem:hover a {
    color: #fff;
    background: url(../images/dian2.png) 50px center no-repeat;
}

.proleitem:hover i {
    color: #fff;
}

.proleitem:hover strong,
.proleitem:hover span {
    color: #fff;
}

.proleitem a:hover {
    text-decoration: underline;
}

.prori1 {
    box-shadow: 1px 1px 18px 0px #e5e5e5;
    position: relative;
    height: 3.26rem;
    padding: .3rem;
    box-sizing: border-box;
}

.prori1 img {
    position: absolute;
    bottom: .4rem;
    right: .4rem;
}


/**********company*************/
.company {
    background: #fafafa;
    position: relative;
}

.company .compic img {
    width: 48%;
    position: absolute;
    left: 0;
    top: 0;
    height: 6.74rem;
}

.comText {
    float: right;
    width: 42%;
    height: 5.94rem;
    padding: .4rem 0;
}

.comText img {
    position: absolute;
    top: .6rem;
}

.comText .comTop strong {
    position: relative;
    z-index: 2;
    font-size: .3rem;
    font-weight: normal;
    display: block;
    margin-top: .5rem;
}

.comText .comTop span {
    position: relative;
    color: #0f4ca5;
    font-size: .24rem;
    display: block;
    z-index: 2;
}

.comText .comTop p {
    font-size: .16rem;
    color: #5c5c5c;
    margin-top: .4rem;
}

.comText .comTop a {
    border: 1px solid #0f4ca5;
    border-radius: 30px;
    color: #0f4ca5;
    font-size: .16rem;
    display: inline-block;
    padding: .06rem .6rem;
    margin-top: .4rem;
    transition: all .6s
}

.comText .comTop a:hover {
    background: #0f4ca5;
    color: #fff;
    transform: translateX(10px)
}

#productNumber {
    margin-top: .5rem;
}

#productNumber li {
    font-size: .36rem;
    font-style: normal;
    color: #0f4ca5;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}

#productNumber li i {
    font-style: normal
}

#productNumber li p {
    font-size: .16rem;
    color: #7f7f7f;
    font-weight: normal;
}


.fangan .colum:nth-child(1) {
    width: 24%;
}

.fangan a{color:#fff;}
.fangan .pal {
    position: relative;
    overflow: hidden;
    height: 5.34rem;
    padding: .3rem;
    box-sizing: border-box;
    color: #fff;
}

.fangan .pal img {
    position: absolute;
    bottom: 0;
    left: 0;
    righ: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.fangan .pal strong {
    display: block;
    font-size: .36rem;
    font-weight: 100;
    line-height: 1.2;
}

.fangan .pal span {
    display: block;
    font-size: .24rem;
    font-weight: 100;
}

.hideItem {
    background: rgba(6, 160, 58, .9);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: .3rem;
    transition: all .6s;
    transform: translateY(2.5rem);
    font-size: .14rem;
}

.hideItem h3 {
    font-size: .24rem;
}

.fangan .pal:hover .hideItem {
    transform: translateY(0);
    top: 0;
}

.fangan .colum:nth-child(2) {
    width: 24%;
}

.fangan .colum:nth-child(2) .pal {
    height: 2.6rem;
}

.fangan .colum:nth-child(3) {
    width: 50%;
}

.fangan .colum:nth-child(3) .pal {
    height: 2.6rem;
}

.fangan .colum:nth-child(2) .pal:nth-child(2) .hideItem {
    transform: translateY(0);
    top: 0;
}


/**********cases*************/
.cases {
    background: url(../images/bg2.jpg) top center no-repeat;
    padding: .7rem 0;
}

.cases-left {
    width: 60%
}

/*.cases-left .tab_con img{max-width: 100%;height: 5.6rem;}*/

.cases-left a img:hover {
    transition: all .6s;
    transform: scale(1.01)
}

.casesCont {
    background: #fff;
    border-radius: .2rem;
    overflow: hidden;
}

.cases .tab_items {
    margin-right: 2%
}

.cases .tab_items li {
    width: 25%;
    float: left;
    margin: .3rem 0 .2rem;
    padding: .1rem 0;
    box-sizing: border-box;
    display: block;
}

.cases .tab_items li.active {
    background: #06a03a;
    border-radius: 10px;
}

.cases .tab_items li.active a {
    color: #fff;
}

.cases .tab_items li a {
    display: block;
    text-align: center;
}

.cases .tab_items li i {
    margin: auto;
    width: 40px;
    height: 40px;
    display: block;
}

.cases .tab_items li:nth-child(1) i {
    background: url(../images/case-ico1.png) no-repeat;
}

.cases .tab_items li:nth-child(2) i {
    background: url(../images/case-ico2.png) no-repeat;
}

.cases .tab_items li:nth-child(3) i {
    background: url(../images/case-ico3.png) no-repeat;
}

.cases .tab_items li:nth-child(4) i {
    background: url(../images/case-ico4.png) no-repeat;
}

.cases .tab_items li:nth-child(5) i {
    background: url(../images/case-ico5.png) no-repeat;
}

.cases .tab_items li:nth-child(6) i {
    background: url(../images/case-ico6.png) no-repeat;
}

.cases .tab_items li:nth-child(7) i {
    background: url(../images/case-ico7.png) no-repeat;
}

.cases .tab_items li:nth-child(8) i {
    background: url(../images/case-ico8.png) no-repeat;
}

.cases .tab_items li:nth-child(9) i {
    background: url(../images/case-ico9.png) no-repeat;
}

.cases .tab_items li:nth-child(10) i {
    background: url(../images/case-ico10.png) no-repeat;
}

.cases .tab_items li:nth-child(11) i {
    background: url(../images/case-ico11.png) no-repeat;
}

.cases .tab_items li.active:nth-child(1) i {
    background: url(../images/case-hoverico1.png) no-repeat;
}

.cases .tab_items li.active:nth-child(2) i {
    background: url(../images/case-hoverico2.png) no-repeat;
}

.cases .tab_items li.active:nth-child(3) i {
    background: url(../images/case-hoverico3.png) no-repeat;
}

.cases .tab_items li.active:nth-child(4) i {
    background: url(../images/case-hoverico4.png) no-repeat;
}

.cases .tab_items li.active:nth-child(5) i {
    background: url(../images/case-hoverico5.png) no-repeat;
}

.cases .tab_items li.active:nth-child(6) i {
    background: url(../images/case-hoverico6.png) no-repeat;
}

.cases .tab_items li.active:nth-child(7) i {
    background: url(../images/case-hoverico7.png) no-repeat;
}

.cases .tab_items li.active:nth-child(8) i {
    background: url(../images/case-hoverico8.png) no-repeat;
}

.cases .tab_items li.active:nth-child(9) i {
    background: url(../images/case-hoverico9.png) no-repeat;
}

.cases .tab_items li.active:nth-child(10) i {
    background: url(../images/case-hoverico10.png) no-repeat;
}

.cases .tab_items li.active:nth-child(11) i {
    background: url(../images/case-hoverico11.png) no-repeat;
}



/**********news*************/
.newsTitle div {
    font-size: .18rem;
}

.newsTitle div strong {
    font-size: .4rem;
    font-weight: normal;
    line-height: 1.2;
}

.newsTitle span a {
    display: inline-block;
    font-size: .16rem;
    margin: 0 .05rem;
    background: #eaeaea;
    padding: 2px 15px;
    border-radius: 30px;
}

.newsTitle span a:hover {
    background: #0f4ca5;
    color: #fff;
}

.news1 {
    position: relative;
}

.news1 div {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: .3rem;
    color: #fff;
    background: linear-gradient(rgba(0, 0, 0, 0), #444);
}



.news1 div p {
    font-size: .18rem;
}

.news2 .news2-text {
    background: #f1f1f1;
    padding: .3rem .2rem;
    box-sizing: border-box;
    height: 2.58rem;
    color: #888;
}

.news2 .news2-text strong {
    display: block;
    font-size: .18rem;
    font-weight: normal;
    color: #333;
}

.news2 .news2-text p {
    margin: .15rem 0
}

.news2 .news2-text a {
    color: #0f4ca5;
}

.news2 .news-pic:hover img {
    transition: all .6s;
    transform: scale(1.01)
}

.news3 {
    background: #225aac;
    padding: .3rem;
    box-sizing: border-box;
    height: 6.08rem;
}

.news3 li a {
    display: block;
    background: url(../images/rightarrow.png) right center no-repeat;
    font-size: .16rem;
    color: #fff;
    margin: .2rem 0;
    padding-right: 10%
}

.news3 li a span {
    color: #6e9adb;
    font-size: .14rem;
}

.news3 span a {
    color: #fff;
}

.news3 li:hover p,
.news3 span a:hover {
    text-decoration: underline;
}


/**********partner*************/
.partner {
    background: url(../images/bg1.jpg) bottom center no-repeat;
}

.partner li {
    width: 20%;
    float: left;
    margin-top: .3rem;
}

.partner li span {
    display: block;
    margin: 0 5px;
}

.partner li span img {
    width: 100%;
    height: 88px;
}



/**********footer*************/
#footer {
    background: #1a2b44;
    overflow: hidden;
    color: #8e96a2;
}

.foot .foot-nav {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #2c3e59;
    padding: .6rem 0;
}

.foot .foot-nav dl dt {
    font-size: .16rem;
    color: #fff;
    margin-bottom: 8px;
}

.foot .foot-nav dl dd a {
    color: #8e96a2;
}

.foot .foot-nav dl dd a:hover {
    color: #2b5cc9
}

.foot-contact {
    padding: .5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foot-contact-r span {
    display: inline-block;
    margin: 0 5px;
    border: 1px solid #fff;
    padding: 5px;
}

.foot-contact-r b {
    color: #fff;
    font-size: .24rem;
}

.copyright {
    padding: .15rem 0;
}

.copyright a {
    color: #2b5cc9;
}






/**********内页-------------------*************/
.wsc-bread {
    position: relative;
    top: -60px;
    background: rgba(0, 0, 0, .3);
    line-height: 60px;
    color: #fff;
}

.wsc-bread a {
    padding: 0 10px;
    color: #fff;
}

.nytop {
    margin-bottom: .5rem;
}

.nytop a {
    background: #F8F8F8;
    font-size: .2rem;
    padding: .1rem .3rem;
    display: inline-block;
    margin: 5px 2px 0;
    color: #777;
}

.nytop a.on {
    background: #0f4ca5;
    color: #fff;
}

.nytop a:hover {
    background: #0f4ca5;
    color: #fff;
}

.fenye a {
    width: .4rem;
    height: .4rem;
    border: 1px solid #ddd;
    border-radius: 100%;
    display: inline-block;
    line-height: .4rem;
    font-size: .18rem;
    color: #777;
    margin: 0 .06rem;
}

.fenye a:hover {
    background: #0f4ca5;
    color: #fff;
    border: 1px solid #0f4ca5;
}

.fenye a.on {
    background: #0f4ca5;
    color: #fff;
    border: 1px solid #0f4ca5;
}

/**********新闻列表*************/
.New-list li {
    margin-top: .3rem;
}

.New-list li a {
    display: flex;
    background: #fff;
    padding: .3rem;
    line-height: 1.5;
    box-shadow: 0px 6px 18px 2px #ddd;
}

.New-list li div:nth-child(1) {
    border-right: 1px solid #ddd;
    padding-right: .2rem;
}

.New-list li div:nth-child(2) {
    flex: 1;
    justify-content: space-between;
    font-size: .16rem;
    color: #777;
    margin: 0 .5rem;
}

.New-list li div span {
    font-size: .4rem;
    display: block;
    font-weight: normal;
}

.New-list li div em {
    font-size: .24rem;
}

.New-list li div strong {
    display: block;
    font-size: .2rem;
    color: #444;
    margin: .1rem 0;
}

.New-list li div p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.New-list li span img {
    height: 2.3rem;
    transition: all .6s;
}

.New-list li:hover img {
    transform: scale(1.02)
}

.New-list li:hover a {
    color: #06A03A;
}

.New-list li:hover a strong {
    color: #06A03A;
    text-decoration: underline;
}

.New-list li:hover a i {
    color: #06A03A;
    transition: all .6s;
    transform: translateX(10px)
}

.New-list li i {
    font-size: .4rem;
    margin-top: .2rem;
    display: block;
}

/**********新闻详情页*************/
.Newd-tit {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: .15rem;
}

.Newd-tit p {
    font-size: .18rem;
    color: #888;
}

.Newd-tit p span {
    margin-right: .2rem;
}

.News-descr {
    font-size: .16rem;
    padding-top: .2rem;
}

.News-descr p {
    text-indent: 2em;
}

.News-bottom {
    border-top: 1px solid #e2e2e2;
    margin-top: .3rem;
    padding: .2rem 0;
}

.News-bottom div a {
    font-size: .16rem;
    color: #777;
}

.News-bottom span a {
    display: inline-block;
    border: 1px solid #06A03A;
    color: #06A03A;
    border-radius: 30px;
    padding: .05rem .2rem;
    transition: all .6s;
}

.News-bottom div a:hover {
    text-decoration: underline;
    color: #06A03A;
}

.News-bottom span a:hover {
    text-decoration: underline;
    background: #06A03A;
    color: #fff;
    transform: translateX(-10px)
}

/**********联系我们*************/
.Contact-item li {
    margin-top: .3rem;
}

.Contact-item li div {
    margin: 0 .2rem;
    background: #F9F9F9;
    text-align: center;
    padding: .3rem 0;
    min-height: 2.5rem;
}

.Contact-item li i {
    font-size: .5rem;
    color: #888;
}

.Contact-item li p {
    font-size: .24rem;
}

.Contact-item li em {
    display: block;
    color: #888;
}

.Contact-item li span {
    display: inline-block;
    height: 2px;
    background: #0F4CA5;
    width: .4rem;
}

/**********公司留言*************/
.message h3 {
    text-align: center;
    font-size: .36rem;
}

.message p {
    font-size: .16rem;
    color: #777;
    text-align: center;
}

.messForm li {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.messForm li input {
    width: 48%;
    padding: 5px 10px;
    line-height: .6rem;
    border: 1px solid #ddd;
}

.messForm li textarea {
    width: 100%;
    height: 3rem;
    padding: 10px;
    border: 1px solid #ddd;
    color: #888;
}

.messForm li button {
    width: 100%;
    height: .7rem;
    border: 0;
    background: #777;
    color: #fff;
    font-size: .2rem;
    cursor: pointer
}

.messForm li:hover button {
    background: #0f4ca5;
}



/**********内页*************/
.main-left {
    width: 77%;
    float: left;
}

.main-right {
    width: 20%;
    float: right;
}

.mainri-menu {
    background: #fff;
    box-shadow: 1px 2px 19px 0px #ededed;
}

.mainri-menu .tt1 {
    font-size: .2rem;
    background: #eee;
    padding: .18rem 0 .18rem 35px
}

.mainri-menu .Menu li a {
    background: url(../images/dian.png) 35px center no-repeat;
    border-bottom: 1px solid #f0f0f0;
    font-size: .16rem;
    padding: .2rem 0;
    display: block;
    padding-left: 45px;
}

.mainri-menu .Menu li:hover a {
    background: #0f4ca5 url(../images/dian2.png) 35px center no-repeat;
    color: #fff;
}

/**********内页*************/
.productList li .line {
    position: relative;
    margin-top: 10px;
    width: 100%;
    height: 2px;
}

.productList li .line:before {
    content: '';
    position: absolute;
    right: 0px;
    display: block;
    width: 30px;
    height: 1px;
    background: #999;
    transition: all .5s ease;
}

.productList li a {
    display: block;
    overflow: hidden;
    box-shadow: -3px 0px 13px 2px #ebebeb;
}

.productList li a span {
    width: 100%;
    display: block;
    height: 3rem;
    overflow: hidden;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
    background: url(../images/pbg.jpg) no-repeat;
}

.productList li a span img {
    max-width:100%;
    height: 100%;
    transition: all .6s;
}

.productList li .productBox {
    padding: .15rem;
}

.productList li .productBox .proTitle {
    display: flex;
    justify-content: space-between;
    font-size: .17rem;
}

.productList li:hover .line:before {
    width: 100%;
    background: #fff;
}

.productList li:hover a {
    background: #0f4ca5;
    color: #fff;
}

.productList li:hover a span img {
    transform: scale(1.07)
}


/**********产品详情页*************/
.product-pic img {
    margin-right: .3rem;
    width: 6.6rem;
}

.product-pic h3 {
    font-weight: bold;
    font-size: .36rem;
    color: #2b5cc9;
    padding: .1rem 0;
    line-height: 1.5;
    margin-bottom: .2rem;
}

.product-pic li {
    font-size: .17rem;
    color: #777;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    padding: .03rem 0;
}

.product-pic a {
    display: inline-block;
    background: #2b5cc9;
    color: #fff;
    padding: .06rem .3rem;
    font-size: .16rem;
    margin-top: .3rem;
}

.product-pic a:hover {
    background: #444;
}

.product-content .t1 {
    font-size: .24rem;
    border-bottom: 4px solid #f1f1f1;
    padding-bottom: .1rem;
}

.Casemenu {
    padding: .2rem;
}

.Casemenu li {
    margin: .1rem 0;
    text-align: center;
}

.Casemenu li a {
    color: #666;
}

.Casemenu li a img {
    width: 100%;
    height: 2rem;
}


.liucheng ul {
    box-shadow: 2px 2px 20px 0px #ddd;
    border-radius: 5px;
}

.liucheng li div {
    padding: .5rem 0;
    border-right: 1px solid #e2e2e2;
    text-align: center;
}

.liucheng li b {
    color: #666;
    display: block;
    border-right: 3px solid #06A03A;
    line-height: 20px;
    font-weight: normal;
}

.liucheng li i {
    font-size: .6rem;
    display: block;
    transition: all 0.5s;
}

.liucheng li span {
    display: block;
    font-size: .16rem;
}

.liucheng li i:hover {
    transform: rotate(360deg)
}

.liucheng li:hover div {
    box-shadow: 2px 2px 20px 0px #cbcbcb;
}






.index-title .t1,
.index-title .t2 {
    -webkit-animation: fadeInUp 1s 0s linear;
    animation: fadeInUp 1s 0s linear;
}

.advant-list {
    -webkit-animation: fadeInUp 1s 0s linear;
    animation: fadeInUp 1s 0s linear;
}

.advant-list li:nth-child(1) {
    -webkit-animation: fadeInLeft 1s 0s linear;
    animation: fadeInLeft 1s 0s linear;
}

.advant-list li:nth-child(2) {
    -webkit-animation: fadeInUp 1s 0s linear;
    animation: fadeInUp 1s 0s linear;
}

.advant-list li:nth-child(3) {
    -webkit-animation: fadeInRight 1s 0s linear;
    animation: fadeInRight 1s 0s linear;
}

@media only screen and (min-width: 1280px) and (max-width: 1500px) {
.swiper-container,.swiper-slide img{height: auto !important}

}
@media only screen and (min-width: 1280px) and (max-width: 1600px) {
    .layui-container {
        width: 90%;

    }
    .nytop a{padding:.1rem .15rem;}

    .w1600 {
        max-width: 96%
    }

    #nav ul>li {
        padding: 0 .15rem
    }
}

@media only screen and (min-width: 991px) and (max-width: 1024px) {
    .navBtn {
        display: none;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .navBtn {
        display: none;
    }

    #nav {
        width: 66%
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #nav {
        width: 70%
    }

    .toptel {
        display: none;
    }
}

@media only screen and (min-width: 640px) and (max-width: 768px) {}

@media only screen and (min-width: 320px) and (max-width: 640px) {
.proctit strong{font-size: 15px;color:#0f4ca5;}
.proctit span{color:#0f4ca5;}

    .main-left{width:100%;}
    .product-pic img{width:100%;margin:0;float: inherit !important;}
    .liucheng .newsdetail-cont img{max-width: 100%;margin:auto;}
    #header {
        height: 60px;
        background: #fff;
    }

    #header .w1600 {
        max-width: 100%;
        padding: 0 10px;
        height: 60px;
    }

    /*自主加的css样式--------------------------*/
    .mt70 {
        margin-top: .4rem !important;
    }

    .foot-contact {
        padding: 0;
    }

    #footer {
        padding: 10px 0;
    }

    .comText .comTop strong {
        margin-top: 0;
    }

    .foot-contact-r {
        margin-top: 10px;
    }

    /*.logo img {
        height: 40px;
    }*/

    .comText img,
    .prole img,
    .prori1 img {
        width: 50%
    }

    .company .compic img {
        width: 100%;
        position: inherit
    }

    .prole,
    .prori,
    .fangan .colum:nth-child(1),
    .fangan .colum:nth-child(2),
    .fangan .colum:nth-child(3),
    .cases-left {
        width: 100%
    }

    .fangan .colum:nth-child(2) .pal,
    .fangan .colum:nth-child(3) .pal {
        height: 3.5rem
    }

    .comText {
        float: none;
        width: auto;
        height: auto;
    }

    .proleitem li a {
        background: url(../images/dian.png) 10px center no-repeat;
        padding-left: 18px;
    }

    .proleitem:hover a {
        background: url(../images/dian2.png) 10px center no-repeat;
    }

    .procont,
    .foot-contact,
    .foot-contact-r,
    .copyright,
    .casesCont,
    .fangan .flex,
    .newsTitle,
    .News-bottom {
        display: inherit
    }

    .prole,
    .prori1 {
        height: auto;
    }

    .news3 {
        background: none;
        padding: 0;
        height: auto;
    }

    .news3 li a,
    .news3 span a {
        color: #333;
    }

    .news3 li a span {
        color: #b9b9b9;
    }


    .nybanner {
        margin-top: 60px;
    }

    .wsc-bread {
        position: inherit;
        line-height: inherit;
        height: inherit;
        margin-bottom: 20px;
    }

    .New-list li span {
        display: none
    }















}

.swiper-container {
    width: 100%;
    height: 100vh;
}

.swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.swiper-slide img{max-width: 100%;height: 100vh;}


@media screen and (max-width:1024px) {
    .swiper-container {
        height: 400px;
    }
}

@media screen and (max-width:767px) {
    .swiper-container {
        height: 350px;
        margin-top: 60px;
    }
    .swiper-slide img{max-width: 100%;height: auto;}


    .nybann {
        height: 160px;
        margin-top: 60px;
    }

    .nybann img {
        width: 100%;
        height: 100%
    }
}

@media screen and (max-width:665px) {
    .swiper-container {
        height: 380px;
    }
}

@media screen and (max-width:560px) {
    .swiper-container {
        height: 220px;
    }
}

@media screen and (max-width:414px) {
    .swiper-container {
        height: 220px;
    }
}

@media screen and (max-width:375px) {
    .swiper-container {
        height: 200px;
    }
}

.product-content img{display:block;max-width:100%;height:auto}