.w1200 {
    width: 1200px;
    margin: auto;
}

.phone-show {
    display: none;
}

.header {
    padding: 25px 0;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background: #fff;
    z-index: 99;
}

.head_h {
    height: 120px;
}

.header .logo {
    float: left;
    width: 130px;
}

.header .logo img {
    max-height: 66px;
    max-width: 100%;
}

.header .conr {
    float: right;
    width: 880px;
}

.header .conr .lang {
    text-align: right;
}

.header .conr .lang a {
    color: #666;
}

.nav {
    height: 50px;
    line-height: 50px;
}

.nav ul {
    position: relative;
    padding-left: 40px;
}

.nav ul li dl {
    position: absolute;
    width: 900px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    box-shadow: 0 0 5px 0 #fff;
    padding: 50px;
    z-index: 2;
    display: none;
    top: 49px;
    left: 0;
}

.nav ul li.last dl {
    right: 0;
}

.nav ul li dl dd {
    float: left;
    width: 33%;
    line-height: 44px;
}

.nav ul li.tt {
    float: left;
    font-size: 16px;
    margin-right: 80px;
}

.nav ul li.tt:last-child {
    margin-right: 0;
}

.nav ul li.tt:first-child a {
    width: auto;
}

.nav ul li.tt a {
    display: block;
    width: 82px;
}

.nav ul li.tt dl dd a {
    color: #000;
    width: auto;
}

.nav ul li.tt a:hover {
    color: #3483ce;
}

.nav ul li.tt dl dd a:hover {
    color: #3483ce;
}

.showSear {
    float: right;
    position: relative;
}

.showSear img {
    width: 24px;
    cursor: pointer;
}

.showSear form {
    background: #f8f8f8;
    box-shadow: 0 0 3px 0 #ddd;
    border-radius: 30px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 290px;
    top: 40px;
    display: none;
}

.showSear form select {
    float: left;
    width: 60px;
    border: none;
    background: #f8f8f8;
    height: 100%;
    margin-left: 20px;
    color: #666;
}

.showSear form select:focus {
    outline: none;
}

.showSear form input {
    float: left;
    border: none;
    background: #f8f8f8;
    height: 100%;
    text-indent: 10px;
}

.showSear form button {
    float: right;
    border: none;
    background: #f8f8f8;
    margin-top: 8px;
    margin-right: 12px;
    color: #666;
    height: 20px;
    line-height: 20px;
}
.w-pro{
	width: 100%;
    clear: both;
}

.swiper-container_banner img {
    max-width: 100%;
}

.pro_tt {
    text-align: center;   
    padding: 80px 0 10px 0;

}
.pro_tt h2 ,.sor_w .sor_t h2 {
	color: #3684d1;
	font-size: 35px;
	font-weight: bold;
	padding: 24px 5px 10px;
}
.pro_tt h2 a ,.sor_w .sor_t h2 a{
   /*  border-bottom: 4px solid #3684d1; */
    color: #3684d1;	   
}
.pro_tt p ,.sor_w .sor_t p{
	font-size: 20px; 
    color: #4d4d4d;
	text-transform:uppercase;
}
.pro_box {
    position: relative;
}


.swiper-container_pro {
    width: 100%;

}

.swiper-container_pro .swiper-slide {
    text-align: center;
}

.swiper-container_pro .swiper-slide img {
    max-width: 100%;
}

.swiper-container_pro .pic {


}

.swiper-container_pro .t {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (min-width: 1000px){
	
.w-pro .swiper-slide{
	width: 30%;
}
.w-pro .swiper-slide .pic img{
	display: block;
    width: 100%;
    height: auto;
}

	
}



.icase {
    margin-top: 100px;
}

.icase .con_box {
    float: left;
    width: 50%;
    background-color: #0056b9;
    height: 386px;
    color: #fff;
    margin-bottom: 80px;
}

.icase .con_box a.pic {
    display: block;
    height: 386px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.icase .con_box .con {
    padding: 80px 40px 0 40px;
}

.icase .con_box .tt {
    font-size: 30px;
    color: #85beff;
    margin-bottom: 30px;
}

.icase .con_box .cli {
    width: 305px;
    float: left;
    margin-right: 15px;
}

.icase .con_box .rpic {
    float: left;
    margin-top: 60px;
}

.icase .con_box .rpic {
    max-width: 168px;
    max-height: 115px;
}

.icase .con_box .cli li {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.icase .con_box .cli li a {
    color: #fff;
}

.icase .con_box .cli li a span {
    font-size: 12px;
    float: left;
    margin-right: 10px;
}

.about_con {
    height: 136px;
    overflow: hidden;
}

.aboutlink {
    margin-top: 20px;
}

.aboutlink a {
    color: #fff;
    display: inline-block;
    margin-right: 10px;
}

.bg {
    background: #f8f8f8;
}

.sor {
    padding: 50px 0 100px;
}

.sor_box {
    width: 560px;
    margin-right: 36px;
    float: left;
}

.sor_box:last-child {
    margin-right: 0;
}

 .sor_w .sor_t {
	margin: 0 auto 86px;
    padding: 24px 0;
    text-align:center;
} 

.news_img {
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right:20px ;
    width: 580px;
    height: 368px;
}

.news_img img{
    width: 100%;
}

.news_t{
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 16px;
    
}

.title{
    font-weight: bold;
}

.title span{
    font-size: 14px;
    color: #a5a5a5;
    float: right;
    font-weight: normal;
}

.title_m{
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.sor_box dl dd {
    margin-bottom: 17px;
    overflow: hidden;
    line-height: 30px;
}

.news_sor{
margin-bottom: 120px;
}

.news_sor dl dd{
    margin-bottom: 4px;
    border: 1px solid #dcdcdc;
    padding: 19px;
}



.more {
color: #ffffff;
background:#0094eb ;
padding: 10px 32px;
border-radius: 10px;
float: right;
margin: 22px 0;
}

.serv_sor .sor_box{
    width: 1200px;
}
.sor_box dl dd a.t,
.sor_box dl dd a.n_t {
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sor_box dl dd a.t {
    width: 340px;
}

.sor_box dl dd a.n_t {
    width: 290px;
}

.sor_box dl dd a.dow {
    float: right;
}

.sor_box .ser_sup .pic {
    display: table-cell;
    width: 385px;
    height: 213px;
    background-color: #f8f8f8;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: bottom;
    position: relative;
    overflow: hidden;
}

.sor_box .ser_sup .pic img{
    width: 78%;
}

.sor_box .ser_sup .pic p{
    text-align: center;
    font-size: 16px;
    line-height:68px ;
}
.sor_box .ser_sup .serbg {
    background: rgba(0, 0, 0, 0.8);
    height: 230px;
    position: absolute;
    width: 100%;
    top: 190px;
    left: 0;
    -webkit-transition: all .6s ease 0s;
    -moz-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
}

.sor_box .ser_sup .pic:hover .serbg {
    top: 0;
    -webkit-transition: all .6s ease 0s;
    -moz-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
}

.sor_box .ser_sup .s_t {
    color: #fff;
    text-indent: 20px;
    line-height: 40px;
    -webkit-transition: all .6s ease 0s;
    -moz-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
}

.sor_box .ser_sup .more {
    display: inline-block;
    padding: 5px 10px;
    background: #da251c;
    color: #fff;
    border-radius: 5px;
    margin-left: 20px;
    font-size: 12px;
}

.sor_box .ser_sup .pic:hover .serbg .s_t {
    line-height: 70px;
    -webkit-transition: all .6s ease 0s;
    -moz-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
}

.footer {
    padding: 50px 0;
    background: #ebf0f5;
}

.foot_nav {
    float: left;
    width: 760px;
}

.foot_nav {
    display: flex;
}

.foot_nav dl {
    width: 180px;
}

.foot_nav dl a {
    color: #666;
}

.foot_nav dl dd {
    margin-bottom: 10px;
}

.foot_nav dl dd:first-child {
    margin-bottom: 15px;
}

.foot_nav dl dd:first-child a {
    color: #414446;
    font-size: 16px;
}

.foot_gg {
    float: right;
    width: 390px;
    color: #999
}

.foot_gg .f_gg1 {
    line-height: 26px;
}

.ewm {
    overflow: hidden;
    padding-top: 30px;
}

.ewm li {
    display: inline-block;
    width: 92px;
    text-align: center;
    margin-right: 50px;
}

.ewm li img {
    max-width: 92px;
    margin-bottom: 15px;
}

.copyright {
    padding: 20px 0;
    background: #ebf0f5;
    text-align: center;
    color: #666;
    border-top: 1px solid #d3d3d3;
}

.banner_all {
    height: 295px;
    min-height: 295px;
    overflow: hidden;
}

.slideTxtBox {
    width: 1200px;
    padding-top: 56px;
    text-align: left;
    margin-bottom: 30px;
}

.W1200 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.slideTxtBox .hd {
    height: 35px;
    line-height: 30px;
    border-bottom: 1px solid #0d5bc1;
    position: relative;
}

.slideTxtBox .hd ul {
    float: left;
    position: absolute;
    left: 20px;
    top: -1px;
    height: 32px;
}

.slideTxtBox .hd ul li {
    float: left;
    padding: 0 10px;
    cursor: pointer;
}

.slideTxtBox .hd ul li.on {
    height: 34px;
    color: #0d5bc1;
    border-bottom: 5px solid #0d5bc1;
}

#tabs li {
    margin: 0 24px;
}

.slideTxtBox .hd ul li a {
    color: #232323;
}

.slideTxtBox .hd ul li.on a {
    color: #0d5bc1;
}

.productList {
    overflow: hidden;
}

.productList li {
    height: 310px;
    float: left;
    margin: 0 12px 20px;
    width: 275px;
    background: #ECECEC;
    -moz-box-shadow: 2px 2px 5px #BABABA;
    -webkit-box-shadow: 2px 2px 5px #BABABA;
    box-shadow: 2px 2px 5px #BABABA;
}

.productList li .imt {
    display: block;
    height: 230px;
    width: 275px;
    border-bottom: 1px solid #fff;
}

.productList .imt img {
    display: block;
    height: 230px;
    width: 275px;
}

.btnames {
    width: 275px;
    height: auto;
    padding: 7px 0 10px;
}

.Nmname {
    padding-top: 10px;
    text-align: center;
}

.Nmname a {
    font-size: 15px;
    width: 165px;
    margin: 0 auto;
    padding-bottom: 7px;
    border-bottom: 1px solid #0d5bc1;
    display: block;
    color: #232323;
    white-space: nowrap;
    overflow: hidden;
}

.propsinfo {
    display: none;
    margin: 6px 10px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    color: #555555;
}

.btnames p {
    font-size: 14px;
    color: #555555;
    display: none;
    text-align: justify;
    margin: 0 20px;
}

.pageJump {
    overflow: hidden;
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
    padding-top: 20px;
    padding-left: 0;
    clear: both;
    line-height: 36px;
    padding-right: 0;
}

.pageJump ul {
    margin: 0 0 0 12px;
}

.pageJump a {
    float: left;
    width: 38px;
    display: block;
    margin: 0 3px;
    text-align: center;
    border-radius: 3px;
    background: #ffffff;
    border: 1px solid #e1e1e1;
}

.pageJump a.current,
.pageJump a:hover {
    color: #ffffff;
    background: #0d5bc1;
    border: 1px solid #e1e1e1;
}

.Arc_a1 {
    min-height: 380px;
    background: #fff;
}

.Wgcenter {
    width: 1160px;
    margin: 0 auto;
}

.Arc_a1 .Wgcenter {
    height: 300px;
    padding-top: 45px;
}

.Arc_a1 .Wgcenter dl {
    float: left;
    width: 550px;
}

.Arc_a1 .Wgcenter dl dt {
    font-size: 26px;
    color: #666;
    height: 45px;
    font-weight: bold;
    margin-bottom: 5px;
}

.dpinsp {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    line-height: 28px;
    text-align: justify;
    font-size: 16px;
    color: #232323;
}

.Fr_img {
    float: left;
    margin-left: 35px;
    width: 340px;
    text-align: right;
    height: 284px;
}

.Arc_a2 {
    padding-top: 10px;
    background: #f2f2f2;
}

.tabCul {
    height: 55px;
    border-bottom: 1px solid #cccccc;
}

.tabCul ul li {
    float: left;
    padding: 15px 30px;
    cursor: pointer;
    margin-right: 10px;
    color: #555555;
    font-size: 18px;
}

.tabCul ul li.cur {
    background: url(../images/ck_bg2.jpg) no-repeat center bottom;
    color: #232323;
}

.tabNr {
    padding: 0 0 50px 0;
}

#shopTabList li {
    display: none;
}

#shopTabList li.cur {
    display: block;
    padding: 20px;
    line-height: 30px;
    background: #fff;
    min-height: 300px;
}


.news-list{
    display: inline-block;
}

.news-list li{
    float: left;
    width: 240px;
}

.news-list p{
    text-align: center;
    line-height: 60px;
}

.news-list p img{
    width: 50px;
}


.foot-con p{
    text-align: left;
    line-height: 46px;
}

.foot-con p .co{
    color:#0094eb;
}

.foot-con img{
    width: 24px;
}

.foot-con p a{
    color: #ffffff;
    font-size: 16px;
    background:#0094eb ;
    border-radius: 10px;
    padding:10px;
}

.tel{
    font-size: 30px;
    color:#0094eb;
}

.foot-btn{
    background: #ffffff;
    border: 1px solid #e5e5e5;
    width: 242px;
    line-height: 38px !important;
    float: right;
}

.foot-btn a{
    border-radius: 0 !important;
}

.foot-btn input{
    border: none;
}
@media screen and (max-width: 1440px) {
    .nav ul li.tt {
        margin-right: 34px;
    }
}

@media screen and (max-width: 1280px) {
    .nav ul li.tt {
        margin-right: 30px;
    }
}

@media screen and (max-width: 640px) {
    .w1200 {
        width: auto;
        margin: 0 10px;
    }

    .pro_tt,
    .icase .con_box .tt {
        font-size: 20px;
    }

    .sor_box .sor_t {
        margin-bottom: 15px;
    }

    .sor_box {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .sor {
        padding: 50px 0;
    }

    .icase .con_box .con {
        padding: 40px;
    }

    .icase .con_box .rpic {
        float: none;
        display: none;
    }

    .icase .con_box .cli {
        width: 100%;
        float: none;
    }

    .icase .con_box a.pic {
        height: 254px;
    }

    .icase .con_box {
        width: 100%;
        float: none;
        height: auto;
        margin-bottom: 0;
    }

    .swiper-container_pro .pic {
        height: 180px;
    }

    .swiper-container_pro {
        width: auto;
    }

    .swiper-pagination_pro {
        width: 100%;
        bottom: -20px;
    }

    .swiper-pagination_pro .swiper-pagination-bullet {
        margin: 0 2px;
    }

    .phone-show {
        display: block;
    }

    .phone-hide {
        display: none;
    }

    .header {
        position: static;
        padding: 10px 0;
    }

    .head_h {
        display: none;
    }

    .header .top_con {
        padding: 0 10px;
    }

    .header .logo img {
        max-height: 50px;
        max-width: 240px;
    }

    .header .conr {
        display: none;
    }

    .nav {
        display: none;
    }

    .box {
        padding: 20px 0;
    }

    .box_yw,
    .box_site,
    .xlbox .xlboxli {
        width: 100%;
        float: none;
    }

    .box_li li:nth-child(2n) {
        margin-right: 0;
    }

    .box_li li {
        width: 48%;
        height: 180px;
        margin-right: 4%;
        margin-bottom: 4%;
    }

    .box_li li .pic {
        margin-top: 24px;
    }

    .box_li li .t {
        margin-top: 24px;
    }

    .box_site .box_li li .pic {
        margin-top: 36px;
    }

    .xlboxli .i_about {
        height: auto;
    }

    .xlboxli .con.two ul li {
        width: 100%;
        margin-right: 0;
        float: none;
    }

    .foot_nav {
        display: none;
    }

    .foot_ewm {
        width: 100%;
        float: none;
    }

    .copyright {
        padding-bottom: 60px;
    }

    .m_foot {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #0056b9;
        z-index: 2;
    }

    .m_foot ul li {
        float: left;
        width: 25%;
        text-align: center;
        padding: 5px 0;
    }

    .m_foot ul li img {
        height: 28px;
    }

    .m_foot ul li a {
        color: #fff;
        display: block;
        height: 100%;
        border-right: 1px solid #006CD8;
    }

    .m_foot ul li:last-child a {
        border-right: none;
    }

    #onbut {
        float: right;
        width: 24px;
        margin-top: 12px;
    }

    .menu_list {
        background: #006CD8;
        width: 100%;
        display: none;
    }

    .menu_list li {
        position: relative;
        border-bottom: 1px solid #fff;
    }

    .menu_list li a.mtype {
        width: 150px;
        float: left;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding: 12px 0;
        text-indent: 10px;
        color: #fff;
    }

    .menu_list li span.ioc {
        float: right;
        width: 17px;
        text-align: center;
        height: 17px;
        padding-right: 15px;
        padding-top: 12px;
    }

    .menu_list li span.ioc img {
        max-width: 100%;
    }

    .menu_list li dl {
        background: #fff;
        display: none;
        position: absolute;
        width: 100%;
        z-index: 9;
        top: 43px;
    }

    .menu_list li dl dd {
        height: 43px;
        line-height: 43px;
        border-bottom: 1px solid #fff;
        text-indent: 20px;
    }

    .menu_list li dl dd a {
        color: #000;
    }

    .menu_list li dl dd:first-child {
        border-top: 1px solid #fff;
    }

    .menu_list li dl dd:last-child {
        border-bottom: none;
    }

    .news-list{display: none}
    .news_img{display: none}
    .sor_w .sor_t{margin: 0 auto 28px;}
    .sor{margin-bottom: 0px !important}
    .serv_sor .sor_box{width: 100%}
    .sor_box .ser_sup .pic{display: inline;width: 49%;height: unset;float: left}
    .foot-btn input{display: none}
    .foot-btn{float: left}
    .banner_all{height: 164px;
        min-height: 164px;
       overflow: hidden;
        background: url(../images/weide_02.jpg) no-repeat !important;
        background-size: 100% 100% !important;}
}

@media screen and (max-width: 380px) {
    .xlboxli .con ul li a {
        width: 218px;
    }

    .icase .con_box a.pic {
        height: 231px;
    }

    .sor_box dl dd a.t {
        width: 304px;
    }

    .sor_box dl dd a.n_t {
        width: 270px;
    }

    .foot_gg {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 360px) {
    .xlboxli .con ul li a {
        width: 200px;
    }

    .sor_box dl dd a.t {
        width: 300px;
    }

    .sor_box dl dd a.n_t {
        width: 250px;
    }
}

@media screen and (max-width: 320px) {
    .xlboxli .con ul li a {
        width: 166px;
    }

    .sor_box dl dd a.t {
        width: 258px;
    }

    .sor_box dl dd a.n_t {
        width: 214px;
    }
}