.header{
    padding: 20px 0px;
}
.header a {
    float:left;
}
.tel{
    float:right;
    padding-left: 75px;
    margin-top: 10px;
    font-size: 14px;
    color: #666666;
    background: url("../images/tel.png") no-repeat left center;
}
.tel h5{
    font-size:22px;
    color: #0065ff;
}
.nav{
    border-top:1px solid #e5e5e5;
}
.nav ul li{
    border-left:1px solid #e5e5e5;
    float:left;
    width: 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;

}
.nav ul li:last-of-type{
    border-right:1px solid #e5e5e5;
}
.nav ul li>a{
    font-size: 16px;
    color: #333333;
    display: block;
    text-align: center;
    line-height: 50px;
    -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;
}
.nav ul li>a:hover{
    color:#0065ff;
    font-weight: bold;
}
#thyNavStyle>a{
    color:#0065ff;
    font-weight: bold;
}
.showlist{
    display: none;
    background: #ebebeb;
    border-top:3px solid #0065ff;
    text-align: center;
    padding:10px 0px;
    width: 148px;
    position: absolute;
    top:50px;
    left:50%;
    z-index:100;
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    transform: translatex(-50%);
}
.showlist a{
    display: block;
    width: 100%;
    color: #333333;
    line-height: 33px;
    -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{
    color: #0065ff;
}


/*main*/
.title{
    padding-top: 65px;
    text-align: center;
    color: #666666;
    margin-bottom: 40px;
}
.title h3{
    font-size: 32px;
    color: #333333;
    font-weight: normal;
}
.title b{
    display: block;
    width: 49px;
    height: 2px;
    background: #0065ff;
    margin:10px auto;
}
.title p{
    font-size: 14px;
    color: #333;
}
.product li{
    float:left;
    width:25%;
    text-align: center;
    margin-bottom: 35px;
}
.product li a{
    font-size: 18px;
    margin-top:5;
    display: block;
    color: #999;
    -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 li a:hover{
    color: #0065ff;
}

/*about*/
.about{
    background:url("../images/aboutbg.jpg") no-repeat center;
    background-attachment: fixed;
    height: 527px;
}
.bg2{
    background: rgba(255, 255, 255, 0.6);
    width: 98%;
    height:98%;
    margin:0 auto;
}
.about_text{
    width: 600px;
    float:left;
}
.about_text h2{
    font-size: 24px;
    color: #393939;
}
.about_text p{
    font-size: 14px;
    color: #393939;
    line-height: 30px;
    margin-top: 8px;
}
.about_text a{
    display: block;
    width: 200px;
    height: 35px;
    text-align: center;
    background: #0065ff;
    color: #fff;
    font-size:14px;
    line-height: 35px;
    color: #fff;
    float:right;
}
.about_pic{
    float:right;
    width: 486px;
    height: 266px;
}
.swiper-about .swiper-pagination{
    background: rgba(29, 29, 29, 0.8);
    height: 38px;
    text-align: right;
    bottom: 0 !important;
    padding-right:20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.swiper-about .swiper-pagination-bullet{
    margin-top: 13px!important;
}
.swiper-about img{
    display: block;
}

/*product*/
.product{
    position: relative;
}
.swiper-product a{
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:1px solid #dcdcdc;
}
.swiper-product b{
    width: 100%;
    height: 220px;
}
.swiper-product p{
    background: #b7b7b7;
    text-align: center;
    color: #fff;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    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;
}
.swiper-product a:hover p{
    background: #0065ff;
}
.product .swiper-button-next{
    background-image:url("../images/jt_r.png");
    right: -60px;
}
.product .swiper-button-next.swiper-button-disabled{
    background-image:url("../images/jt_rs.png");
    opacity: 1;
}
.product .swiper-button-prev{
    background-image:url("../images/jt_l.png");
    left: -60px;
}
.product .swiper-button-prev.swiper-button-disabled{
    background-image:url("../images/jt_ls.png");
    opacity: 1;
}
.product .swiper-button-next,.product .swiper-button-prev{
    opacity: 1;
    background-size: 44px 44px;
    width: 44px;
    height: 44px;
}

/*banner2*/
.banner2{
    background: url("../images/banner2.jpg") no-repeat center 72%;

    height: 190px;
    margin-top: 70px;
    padding-top: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.banner2 .mycontainer>p{
    font-size: 24px;
    color: #fff;
    text-shadow: 1px 1px 6px #000;
}
.banner2 .tel{
    background: url("../images/tels.png") no-repeat left center;
    float:none;
    padding-left: 60px;
}
.banner2 .tel p{
    font-size: 14px;
    color: #fff;
}
.banner2 .tel h5{
    font-weight: normal;
    font-size: 22px;
    color: #fff;
}

/*news*/
.newstit:after{
    display: block;
    content: '';
    clear: both;
}
.newstit{
    border-bottom:1px solid #dbdbdb;
    margin-top: 50px;
    margin-bottom: 40px;
}
.newstit h4{
    float:left;
    font-size: 22px;
    color: #333333;
    line-height: 50px;
}
.newstit a{
    float:right;
    font-size: 14px;
    color: #666666;
    line-height: 50px;
}
.news_l{
    float:left;
    width: 660px;
}
.news_l ul li a:after{
    display: block;
    content: '';
    clear: both;
}
.news_l ul li{
    width: 100%;
    margin-bottom: 27px;
    box-shadow: 1px 0px 5px #ddd;
}
.news_l ul li a b{
    float:left;
    height: 120px;
    width: 193px;
}
.news_text{
    float:right;
    text-align: left;
    width: 467px;
    height: 120px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:20px 25px;
}
.news_text h5{
    font-size: 14px;
    color: #666666;
}
.news_text p{
    font-size: 14px;
    color: #666666;
    margin-top: 8px;
    line-height: 26px;
}
.news_r{
    width: 460px;
    float:right;
}
.news_rcont{
    border:1px solid #d9d9d9;
}
.news_rcont img{
    width: 100%;
}
.news_rcont a{
    display: block;
    width: 405px;
    margin:0 auto;
    border-bottom:1px solid #d9d9d9;
    padding-bottom: 38px;
}
.news_rcont a:last-of-type{
    border-bottom:0;
}
.news_rcont a h5{
    font-size: 16px;
    color: #333333;
    margin-top: 30px;
    margin-bottom: 15px;
}
.news_rcont a p{
    font-size: 14px;
    color: #666666;
}

/*footer*/
#footer{
    background: #242424;
}
.foot_top{
    padding-top: 20px;
}
.footer_l{
    width: 410px;
    float:left;
    border-right:1px dashed #313131;
}
.footer_l img{
    margin-top: 15px;
    margin-bottom: 30px;
}
.footer_l ul li{
    float:left;
    margin-right: 35px;
}
.footer_l ul li a{
    display: block;
}
.footer_r{
    float:right;
    width: 750px;
    padding-top: 17px;
}
.footer_r .navlist{
    border-bottom:1px solid #2b2b2b;
    padding-bottom: 24px;
    margin-bottom: 40px;
}
.navlist a{
    font-size: 14px;
    color: #666666;
    margin-right: 36px;
    -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;
}
.navlist a:last-of-type{
    margin-right:0;
}
.navlist a:hover{
    color: #fff;
}

.fot_text{
    float:left;
    width: 545px;
}
.fot_text span{
    padding-left: 27px;
    color: #eeeeee;
    font-size: 14px;
    width: 232px;
    float: left;
    display: block;
    margin-bottom: 15px;
}
.fot_text span:first-of-type{
    background: url("../images/fot1.png") no-repeat left center;
}
.fot_text span:nth-of-type(2){
    background: url("../images/fot2.png") no-repeat left center;
}
.fot_text span:nth-of-type(3){background: url("../images/fot3.png") no-repeat left center;}
.fot_text span:nth-of-type(4){background: url("../images/fot4.png") no-repeat left center;}
.fot_text span:nth-of-type(5){background: url("../images/fot5.png") no-repeat left center;}
.fot_text span:nth-of-type(6){background: url("../images/fot6.png") no-repeat left center;
    width: 100%;}
.code{
    float:right;
}

.fotcr{
    border-top:2px solid #3a3a3a;
    width: 100%;
    line-height: 66px;
    height: 66px;
    margin-top: 30px;
}
.fotcr a,.fotcr span{
    float:left;
    color: #aaaaaa;
    font-size: 12px;
}
.fotcr .login{
    float:right;
}


/*proside*/
.proside>div:first-child {
   background: #187fde;
   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: #187fde;
}

.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: #187fde;
}

/*侧边栏样式*/
.leftstyle {
    margin-top: 20px;
    border-top: 2px solid #187fde;
    border-bottom: 2px solid #187fde;
    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 #187fde;
}

.leftstyle p {
    line-height: 34px;
    padding-left: 20px;
}
.leftstyle p a{
    color: #464646;
}

.gl{
    color: #008fed!important;
    font-weight: bold;
}