﻿.header{
    background: #333333;
}
.nav>a{
    float:left;
    margin-top: 20px;
}
.nav ul{
    float:right;
}
.header ul li{
    float:left;
    width: 106px;
    position: relative;
}
.header ul li>a {
    display: block;
    width: 100%;
    font-size: 14px;
    text-align: center;
    height: 85px;
    line-height: 85px;
    border-right:1px solid #434343;
    color: #ffffff;
    -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;
}

.header ul li>a:hover{
    background: #0290d8;
    color: #fff;
}
#thyNavStyle{
    background: #0290d8;
    color: #fff;
}
.nav ul li b{
    position: absolute;
    top: -10px;
    left:50%;
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    transform: translatex(-50%);
    border-bottom:10px solid #fff;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
}
.showlist{
    display: none;
    position: absolute;
    top:100%;
    left:0;
    width: 100%;
    background: #dbe8ef;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 8px;
    z-index:1000;

}
.showlist a{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:100%;
    display: block;
    border-bottom:1px dashed #fff;
    line-height: 33px;
    padding-left: 8px;
    color: #0290d8;
    font-size: 10px;
    -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;
}
.showlist a:hover{
   font-weight: bold;
}
.swiper-banner .swiper-slide img{
    width:100%;
}

/*main*/
.title{
    background: url("../images/line.png") no-repeat center;
    margin-top: 56px;
    margin-bottom: 26px;
    font-size:40px;
    color: #666666;
    text-align: center;
}
.title span{
    color: #0290d8;
}
.swiper-product .swiper-slide>div{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:100%;
    height: 400px;
    border:1px solid #dcdcdc;
}
.swiper-product div b{
    width: 100%;
    height: 190px;
}
.swiper-product .swiper-slide div>div{
    width:100%;
    height: 144px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:10px;
}
.swiper-product .swiper-slide div>div a{
    float:left;
    margin-right: 15px;
    font-size: 14px;
    color: #333333;
    line-height: 32px;
}
.swiper-product div>div a span{
    color: #0290d8;
}

.swiper-product div h5{
    color: #0290d8;
    font-size: 18px;
    margin-top: 10px;
}
.swiper-product .more{    position: absolute;
    bottom: 20px;
    color: #fff!important;}
.more{
    display: block;
    line-height: 30px;
    width: 190px;
    color: #fff;
    background: #0290d8;
    border:1px solid #0290d8;
    text-align: center;
    margin-top: 20px;
    -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;
}
.more:hover{
    background: #fff;
    color: #0290d8 !important;
}
.product{
    position: relative;
    padding-bottom: 55px;
}
.product .swiper-button-next,.product .swiper-button-prev{
    width: 35px;
    height: 80px;
    background-color: #0290d8;
    background-size: auto;
}
.product .swiper-button-next{
    background-image: url(../images/jt_r.png);
    right: -45px;
}
.product .swiper-button-prev{
    background-image: url(../images/jt_l.png);
    left: -45px;
}
.product .swiper-button-next.swiper-button-disabled{
    opacity: 1;
    background-color: #d8d8d8;
}
.product .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
    background-color: #d8d8d8;

}
/*company*/
.companybg{
    background: url("../images/companybg.jpg") no-repeat center;
    height: 613px;
    background-attachment: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 65px;
}
.company{
    background: #fff;
    padding-top: 1px;
    padding-bottom: 55px;
}
.com_l{
    width:50%;
    float:left;
    text-align: center;
}
.com_r{
    width: 50%;
    float:right;
}
.com_r h5{
    font-size: 18px;
    color: #666666;
}
.com_r small{
    font-size:14px;
    color: #999999;
    display: block;
    margin-top: 5px;
}
.com_r p{
    font-size: 14px;
    color: #666666;
    line-height: 35px;
    width: 92%;
    margin-top: 15px;
}

/*news*/
.news_l{
    width:58%;
    float:left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right:1px solid #e5e5e5;
    padding-right: 40px;
}
.newstit{
    width: 100%;
    border-bottom:1px solid #e5e5e5;
    margin-bottom: 45px;
}
.newstit a{
    font-size:22px;
    color: #666666;
    float:left;
    display: block;
    line-height: 50px;
}
.newstit a:first-of-type{
    color: #0290d8;
    margin-right: 15px;
    border-bottom:2px solid #0290d8;
}
.newstit a:last-of-type{
    font-size: 14px;
    float:right;
    color: #999999;
    -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;
}
.newstit a:last-of-type:hover{
    color: #0290d8;
}
.news_l ul li{
    margin-bottom: 25px;
}
.news_l ul li:last-of-type{
    margin-bottom:0;
}
.news_l ul li a{
    display: block;
    height: 120px;
}
.news_l ul li a:after{
    display: block;
    content: '';
    clear: both;
}
.news_l ul li b{
    width: 180px;
    height: 100%;
    float:left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:1px solid #e5e5e5;
}
.news_l ul li div{
    float:left;
    width: 475px;
    height:100%;
    background: #f3f3f3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 20px;
    -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_l ul li a:hover div{
    background: #0290d8;
}
.news_l ul li div h5{
    font-size:16px;
    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;
}
.news_l ul li a:hover div h5,.news_l ul li a:hover div small{
    color: #fff;
}
.news_l ul li div small{
    font-size: 14px;
    line-height: 25px;
    color: #999999;
    -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_r{
    width: 42%;
    float:left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 50px;
}
.news_r>a>h5{
    font-size: 16px;
    color: #333333;
}
.news_r>a>p{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}
.news_r>a>b{
    display: block;
    width: 50px;
    height: 3px;
    margin-top: 15px;
    background: #0290d8;
}
.news_r ul li{
    margin-top:15px;
    width: 50%;

}

.news_r ul li:nth-child(odd){
    float:left;
}
.news_r ul li:nth-child(even){
    float:right;
}
.news_r ul li a{
    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;
}
.news_r ul li a:hover{
    color: #0290d8;
}

/*honor*/
.swiper-honor b{
    width: 100%;
    height: 154px;
}
.honor .swiper-button-prev{
    background-image:url(../images/honorjt_l.png);
    -webkit-background-size: auto;
    background-size: auto;
    left:-40px;
}
.honor .swiper-button-next{
    background-image:url(../images/honorjt_r.png);
    -webkit-background-size: auto;
    background-size: auto;
    right: -40px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity:1!important;
}
.honor .swiper-button-prev.swiper-button-disabled{
    background-image:url(../images/honorjt_ls.png);
}
.honor .swiper-button-next.swiper-button-disabled{
    background-image:url(../images/honorjt_rs.png);
}
.honor{
    position: relative;
    margin-bottom: 45px;
}

/*footer*/
#footer{
    background: url("../images/fotbg.jpg") no-repeat center bottom;
    background-attachment: fixed;
    height: 588px;
    overflow: hidden;
}
.footer_top_bg{
    padding-top: 57px;
}
.fot_l{
    background: url("../images/mesbg.png") no-repeat center;
    width: 65%;
    float:left;
    position: relative;
    left: -50px;
    height:476px;
}
.mess_r>p{
    font-size: 14px;
    color: #0290d8;
    width: 455px;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.fot_r{
    float:right;
    width: 35%;
}
.mess_r{
    width: 538px;
    margin-left: 174px;
}
/*fot-form*/
#index_form .input-group{
    width: 535px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 5px;
}
.mes_last{
    width: 480px;
}
.mes_last #submit{
    float:left;
    width: 220px;
    height: 40px;
    line-height: 40px;
    margin-left:0;
    font-size: 16px;
    color: #0290d8;
    background: #e7e7e7;
    font-weight: bold;
    text-align: center;
}
.mes_last input[type=reset]{
    float:right;
    width: 220px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background: #0290d8;
    text-align: center;
}
.input-group-last{
    height: auto!important;
    line-height: inherit!important;
}
#index_form label{
    float:left;
    width: 41px;
    height: 40px;

}
#index_form .input-group:nth-child(2) label{    background: url("../images/name.png") no-repeat left center;}
#index_form .input-group:nth-child(3) label{    background: url("../images/tel.png") no-repeat left center;}
#index_form .input-group:nth-child(4) label{    background: url("../images/email.png") no-repeat left center;}
#index_form input[type=text]{
    width: 435px;
    line-height: 39px;
    height: 39px;
    float:left;
    border:1px solid #ddd;
    border-left:0;
}
input[placeholder], [placeholder], *[placeholder] {
    color:#666666;
    font-size: 14px;
}
#index_form .input-group textarea{
    width: 477px;
    border:1px solid #ddd;
    box-shadow: none;
    height: 114px;
}

.fot_r a{
    font-size: 14px;
    color: #fff;
}
.fot_r_tit{
    border-top:1px dashed #b5b5b5;
    border-bottom:1px dashed #b5b5b5;
    padding-bottom: 30px;
}
.fot_r_lx a{
    width: 100%;
}
.fot_r_tit a{
    float:left;
    width: 25%;
    text-align: center;
    display: block;
    margin-top: 30px;
    -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;
}
.fot_r_tit a:hover{
    font-weight: bold;
}
.fot_r_lx a{
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.fot_r_lx{
    padding-top: 30px;
    border-bottom:1px dashed #b5b5b5;
}
.fot_r_code div{
    float:left;
    width: 50%;
    padding-top: 25px;
}
.fot_r_code div img{
    width: 96px;
    float:left;
}
.fot_r_code div p{
    width: 26px;
    float:left;
    color: #fff;
    margin-top:20px;
    font-size: 14px;
    margin-left:10px;
}
.footer_bottom{
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.footer_bottom p{
    color: #fff;
    font-size:14px;
    float:left;
}
.footer_bottom>a{
    float:right;
    color: #fff;
    font-size:14px;
}
notempty a{
    color: #fff;
    font-size:14px;
}

/*proside*/
.proside>div:first-child {
   background: #0290d8;
   width: 260px;
   height: 96px;
   text-align: center;
}

.proside>div:first-child h5 {
    padding-top: 20px;
    font-size: 24px;
    letter-spacing: 11px;
    font-weight: bold;
    color: #ffffff;
}

.proside>div:first-child span {
    font-size: 10px;
    text-transform: uppercase;
    color: #ffffff;
}

.prolist {
    background: #fff;
    padding-top: 13px;
    padding-bottom: 2px;
    width: 260px;
    box-sizing: border-box;
    border: 1px solid #e9e9e9;
    border-top: 0;
    box-shadow: 1px 1px 9px #e9e9e9;
}

.prolist ul li {
    border-bottom: 1px solid #e9e9e9;
    line-height: 50px;
}

.prolist ul li ul li {
    border-bottom: 1px solid #e9e9e9;
    line-height: 50px;
}

.prolist ul li:last-child {
    border-bottom: none;
}

.prolist ul li ul li a {
    padding-left: 45px;
    font-size: 16px;
    color: #8a8a8a;
}

.prolist>ul>li>a {
    font-size: 14px;
    color: #333333;
    padding-left: 45px;
    -webkit-transition: 500ms 0s all ease;
    -moz-transition: 500ms 0s all ease;
    -ms-transition: 500ms 0s all ease;
    -o-transition: 500ms 0s all ease;
    transition: 500ms 0s all ease;
}

.prolist ul li ul li:hover a {
    color: #0290d8;
}

.prolist>ul>li>a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    /*background:url("../images/ps.png") no-repeat 16px center;*/
}

.prolist>ul>li>a:hover {
    cursor: pointer;
    color: #0290d8;
}

/*侧边栏样式*/
.leftstyle {
    margin-top: 20px;
    border-top: 2px solid #0290d8;
    border-bottom: 2px solid #0290d8;
    box-sizing: border-box;
    padding-top: 13px;
    padding-bottom: 2px;
    width: 260px;
    border-top: 0;
    box-shadow: 1px 1px 9px #e9e9e9;
}
.leftstyle div:first-child {
    background: #ffffff;
    border-bottom: 2px solid #0290d8;
}

.leftstyle p {
    line-height: 34px;
    padding-left: 20px;
}
.leftstyle p a{
    color: #464646;
}