/*header*/
.navbg{
    background: #fff;
    width:100%;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
    position: relative;
    height: 84px;
}
.navfix{
    position: fixed;
    top:0;
    z-index:1002;
    box-shadow: 0 0 10px #ddd;
}
.navbg>.mycontainer>img{
    float: left;
    margin-top: 0.6vw;
}
.logo{
    display: block;
    float:left;
    margin-top: 8px;
}
.logo img{
    float:left;
}
.logo>div{
    float:left;
}
.logo h1{
    font-size: 30px;
    font-weight: 400;
    color: #333333;
}
.logo small{
    color: #999999;
    letter-spacing: 2.2px;
    font-size: 14px;
    font-weight: lighter;
    text-transform: uppercase;
}
.navtext{
    width:100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    overflow: hidden;
}
.navtext li{
    float:left;
    padding-right:6%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.navtext li a{
    display: inline-block;
    font-size:14px;
    line-height: 84px;
    color: #333333;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.navtext li a:hover{
    color: #0b5f94;
}
#thyNavStyle a{
    color: #0b5f94;
}
.navtext li:last-child{
    padding-right:0;
}
.search{
    width: 82px;
    background: #0b5f94;
    height: 100%;
    text-align: center;
}
.search:hover{
    cursor: pointer;
}
.search img{
    margin-top: 32px;
}
.navchange{
    width: 58%;
    height: 84px;
    position: relative;
    float:right;
}
/*搜索*/
.nav_right{
    width:85%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    overflow: hidden;
    display: none;
}

/*热门搜索*/
.searchborder{
    width:95%;
    background: #d2d2d2;
    position: relative;
    height: 45px;
    line-height: 45px;
    margin-top: 22px;
}
.close{
    position: absolute;
    top:50%;
    right:0;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
}
.searchborder>span{
    font-size: 12px;
    color: #239d17;
    display: block;
    width:125px;
    text-align: center;
    line-height: 60px;
    position: absolute;
    top:0;
    left:0;
    z-index:100;
}
.searchborder input[type=text]{
    color: #fff;
    font-size: 14px;
    width:92%;
    border: 0;
    position: absolute;
    top: 0;
    right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
    height: 100%;
    padding-left: 10px;
}
.searchborder input[type=submit]{
    border: 0;
    position: absolute;
    top: 0px;
    width: 8%;
    height: 100%;
    left:0;
    background:#4a4a4a url("../images/search1.png") no-repeat center;
}
.searchborder input[type=text]:focus,.nav input[type=submit]:focus{
    outline: none;
}
.searchborder input[type=submit]:hover{
    cursor: pointer;
}

.swiper-banner .swiper-button-next{
    background-image:url("../images/next.png")!important;
    right: 6% !important;
}
.swiper-banner .swiper-button-prev{
    background-image:url("../images/prev.png")!important;
    left: 6% !important;
}
.swiper-banner .swiper-pagination-bullet{
    width: 30px;
    height: 3px;
    background: #888888;
    border-radius: 0;
    opacity: 1;
}
.swiper-banner .swiper-pagination-bullet-active{
    background:#fff;
}
.banner_bottom{
    height:1vw;
    width: 100%;
    background: #fff;
}

/*手机端导航*/
.nav_phone{float:right;}
.nav_phone img{
    float: right;
}
.nav_phone .menu{
    float:right;
    margin-left: 20px;
    margin-top: 15px;
}
.menu{
    -webkit-transition: 300ms 0s all linear;
    -moz-transition: 300ms 0s all linear;
    -ms-transition: 300ms 0s all linear;
    -o-transition: 300ms 0s all linear;
    transition: 300ms 0s all linear;
}
.menu i{
    display: block;
    width:30px;
    margin-top: 10px;
    height: 1px;
    background: #fff;
    -webkit-transition: 400ms 200ms all linear;
    -moz-transition: 400ms 200ms all linear;
    -ms-transition: 400ms 200ms all linear;
    -o-transition: 400ms 200ms all linear;
    transition: 400ms 200ms all linear;

}
/*手机menu变形*/
.menu_change{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.menu_change i:first-child{
    transform-origin: center -5px;
    -webkit-transform-origin: center -5px;
    transform-origin: center top;
    -webkit-transform: rotate(45deg) translate(7px);
    -moz-transform: rotate(45deg) translate(7px);
    -ms-transform: rotate(45deg) translate(7px);
    -o-transform: rotate(45deg) translate(7px);
    transform: rotate(45deg) translate(7px);
}
.menu_change i:last-child{
    transform-origin: center 5px;
    -webkit-transform-origin: center 5px;

    -webkit-transform: rotate(-45deg) translate(11px);
    -moz-transform: rotate(-45deg) translate(11px);
    -ms-transform: rotate(-45deg) translate(11px);
    -o-transform: rotate(-45deg) translate(11px);
    transform: rotate(-45deg) translate(11px);

}
.menushow{
    position:absolute;
    top:100%;
    right:0;
    z-index:999;
    /*display: none;*/
}
.menushow ul li{
    width: 150px;
    background: #414141;
    border-bottom: 1px solid #656565;
    font-size: 15px;
    line-height: 45px;
    height:0;
    padding-left: 20px;
    opacity: 0;
    -webkit-transition: 400ms all ease;
    -moz-transition: 400ms all ease;
    -ms-transition: 400ms all ease;
    -o-transition: 400ms all ease;
    transition: 400ms all ease;
    -webkit-transform: perspective(100px) rotateX(-90deg);
    -ms-transform: perspective(100px) rotateX(-90deg);
    transform: perspective(100px) rotateX(-90deg);
    -webkit-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    transform-origin: center top 0;

}
.open ul li{
    -webkit-transform: perspective(100px) rotateX(0deg);
    -ms-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
    height: 45px;
}

/*导航下拉navlist*/
.navlist{
    background: #fff;
    padding:20px 0;
    position: absolute;
    width: 100%;
    display: none;
    z-index:10000;
}
.navlist>div{
    width: 52%;
    float:right;
}
.navlist ul li{
    float:left;
}
.navlist ul li p{
    font-size: 14px;
    color: #727272;
    text-align: center;
}
.navlist ul li:last-child b{
    background: none;
}
.navlist ul li a b{
    width: 100%;
    height:125px;
    padding:10px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: block;
    background: url("../images/navline.png") no-repeat right center;
}

/*#main*/
.title{
    text-align: center;
    padding-top: 60px;
    padding-bottom: 37px;
}
.title h4{
    font-size: 40px;
    font-weight: normal;
    color: #333333;
}
.title small{
    font-size: 14px;
    font-family: source_light;
    text-transform: uppercase;
    color: #666666;
    letter-spacing: 3px;
}
.title b{
    background: #0b5f94;
    width: 60px;
    height: 2px;
    display: block;
    margin:10px auto;
}
.title p{
    font-size: 16px;
    color: #333333;
    letter-spacing: 6px;
    width: 543px;
    margin:0 auto;
    line-height: 26px;
    font-family: source_light;
}

.product_left{
    float:left;
    width: 16%;
}
.protit{
    text-align: center;
    color: #fff;
    background: #0b5f94;
    padding:20px 0;
}
.protit h4{
    font-size: 30px;
    font-family: source_blod;
}
.protit small{
    text-transform: uppercase;
    font-size: 14px;
    font-family: source_light;
}

.pro_list{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:1px solid #d2d2d2;
    width: 100%;
}
.pro_list li>a{
    display: block;
    padding:0 38px;
    line-height: 50px;
    font-size: 16px;
    color: #0b5f94;
    background:url("../images/pro_jt.png") no-repeat 80% center;
    border-bottom:1px solid #ddd;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.pro_list li div{
    padding:0 38px;
    border-bottom:1px solid #ddd;
}
.pro_list li div a{
    line-height: 42px;
    display: block;
    font-size: 14px;
    color: #666666;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
    border-bottom: 1px dashed #eeeeee;
}
.pro_list li div a:last-of-type{
    border-bottom: 0;
}
.pro_list li div a:hover{
    color: #0b5f94;
}

.product_right{
    float:right;
    width:82%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;
}
.product_right a{
    float:left;
    width: 24%;
    margin-left: 1%;
    margin-bottom: 1vw;
    display: block;
    text-align: center;
    box-shadow:0 0 10px #ddd;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.product_right a b{
    width:100%;
    height:230px;
}
.product_right a p{
    font-size: 16px;
    color: #666666;
    font-family: source_light;
    line-height: 60px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.product_right a:hover p{
    color: #0b5f94;
}
.product_right a:hover{
    box-shadow: 0 0 10px #0b5f94;
}
.product_right a:hover b img{
    -webkit-transform: translate(-50%,-50%) scale(1.03);
    -moz-transform: translate(-50%,-50%) scale(1.03);
    -ms-transform: translate(-50%,-50%) scale(1.03);
    -o-transform: translate(-50%,-50%) scale(1.03);
    transform: translate(-50%,-50%) scale(1.03);
}

/*company*/
.companybg{
    background:#f7f7f7 url("../images/companybg.png") no-repeat center bottom;
    background-size:100% auto;
    padding-bottom:5vw;
    padding-top:3vw;
    margin-top: 3vw;
}
.companybg .title{
    text-align: right;
}
.companybg .title b{
    margin: 10px 0 10px auto;
}
.com_left{
    float:left;
    width: 48%;
    text-align: right;
}
.com_left>p{
    font-size: 16px;
    color: #333333;
    line-height: 35px;
}
.com_right{
    float:right;
    width: 48%;
}
.com_right img{
    max-width: 100%;
}
.com_href{
    margin-top: 2vw;
    margin-bottom: 3vw;
}
.com_href a{
    float:right;
    display: block;
    background: #0b5f94;
    border:1px solid #0b5f94;
    text-align: center;
    width: 180px;
    line-height: 35px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.com_href a:hover{
    background: #fff;
    color: #0b5f94;
}
.com_href a:last-of-type{
    background: #fff;
    color: #0b5f94;
}
.com_href a:last-of-type:hover{
    background: #0b5f94;
    color: #fff;
}
.com_ul img{
    float:left;
    margin-right: 100px;
}
.com_ul img:last-of-type{
    margin-right: 0;
}

/*casebg*/
.casebg{
    background: url("../images/casebg.jpg") no-repeat center;
}
.casebg .title h4,.casebg .title small{
    color: #fff;
}
.casebg .title b{
    background: #fff;
}
.case span{
    float:left;
    font-size: 20px;
    color: #fff;
    font-family: source_light;
    margin-right: 30px;
}
.case table{
    font-size: 16px;
    font-family: source_light;
    line-height: 29px;
    text-align: center;
    color: #fff;
}
.more{
    display: block;
    border-radius: 20px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    line-height: 40px;
    margin: 2vw auto;
    width: 440px;
}

/*news*/
.newsbg{
    height: 840px;
    background: #eeeeee;
}
.news .swiper-slide>div{
    width: 100%;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:23px;
    box-shadow: 0 0 10px #ddd;
}
.news .swiper-slide>div>a{
    display: block;
}
.news a b{
    height: 300px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.news p{
    color: #999999;
    display: block;
    padding-left: 30px;
    line-height: 50px;
    font-family: source_light;
    background: url("../images/date.png") no-repeat left center;
}
.news small{
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}
.news span{
    display: block;
    font-size: 14px;
    color: #666666;
    font-family: source_light;
}
.news .swiper-slide-active b,.news .swiper-slide-duplicate-active b{
    height: 380px;
}

/*power*/
.powerbg{
    background: url("../images/powerbg.png") no-repeat center bottom;
}
.power ul li{
    float:left;
    margin-right:1%;
    width: 14%;
    cursor: pointer;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.power ul li.powerin{
    width:55%;
}
.power ul li.powerin a{
    display: block;
}
.power ul li:last-of-type{
    margin-right: 0;
}
.power ul li b{
    width:100%;
    height: 300px;
}
.power ul li b img{
    left:0;
    max-width: initial;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.power ul li p{
    background: #f2f2f3;
    line-height: 100px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
}
.power ul li p a{
    float:right;
    background: #0b5f94;
    text-align: center;
    color: #fff;
    line-height: 35px;
    margin-top: 4%;
    border-radius: 20px;
    width:220px;
    display: none;
    -webkit-transition: 300ms 350ms all ease;
    -moz-transition: 300ms 350ms all ease;
    -ms-transition: 300ms 350ms all ease;
    -o-transition: 300ms 350ms all ease;
    transition: 300ms 350ms all ease;
}



/*footer*/
#footer{
    background:#1f6d9e;
    background-size:cover;
    padding-top:45px;
    overflow: hidden;
}
.hotkeywords{
    border:1px solid rgba(255, 255, 255, 0.45);
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:15px 30px;
    line-height: 22px;
    background: rgba(255, 255, 255, 0.25) url("../images/searchjt.png") no-repeat 97% center;
}
.hotkeywords span{
    color: #ffffff;
    font-size: 18px;
    float:left;
    display: block;
    padding-right: 15px;
    border-right: 1px dashed #fff;
}
.hotkeywords a{
    font-family: source_light;
    font-size: 14px;
    display: block;
    float:left;
    margin-left: 22px;
}

.fotnav{
    padding:32px 0;
    margin-bottom: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.27);
}
.fotnav img{
    float:left;
}
.fotnav div{
    float:right;
}
.fotnav div a{
    float:left;
    margin-right: 65px;
    font-size: 14px;
}
.fotnav div a:last-of-type{
    margin-right: 0;
}

.fot_left{
    float:left;
    width: 77%;
}
.fot_left div p{
    padding-left: 43px;
    margin-bottom:28px;
    color: #fff;
    float:left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 28%;
}
.fot_left div p:first-of-type{background: url("../images/foticon01.png") no-repeat left center;}
.fot_left div p:nth-of-type(2){background: url("../images/foticon02.png") no-repeat left center;}
.fot_left div p:nth-of-type(3){background: url("../images/foticon03.png") no-repeat left center;}
.fot_left div p:nth-of-type(4){background: url("../images/foticon04.png") no-repeat left center;}
.fot_left div p:nth-of-type(5){background: url("../images/foticon05.png") no-repeat left center;}
.fot_left>p{
    color: #fff;
    font-size: 14px;
    padding-bottom: 38px;
}
.code{
    float:right;
    width: 200px;
}
.code p{
    font-size: 14px;
    width: 21px;
    float:left;
    color: #fff;
}
.code img{
    float:right;
    width: 150px;
}
