@charset "utf-8";
/* CSS Document */

/* #006934 */

html{
    font-size: 10px;
}
body {
    font-family: "PingFang SC","Microsoft YaHei",微软雅黑,"Hiragino Sans GB",STHeiti,sans-serif;
    font-size: 12px;
    color: #333;
    margin: 0;
    background: #f5f5f5;
}
img {
    border: 0;
}
A:link {
    COLOR: #333;
    TEXT-DECORATION: none;
}
A:visited {
    COLOR: #333;
    TEXT-DECORATION: none;
}
A:hover {
    COLOR: #333;
    TEXT-DECORATION: none;
}
A:active {
    COLOR: #ff2525;
    TEXT-DECORATION: none;
}
ol, ul {
    list-style: none;
}
ol, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    border-collapse: collapse;
    list-style-type: none
}
* {
    margin: 0;
    padding: 0;
    hide-focus: expression(this.hideFocus=true); /* for ie 5+ */
    outline: none; /* for firefox 1.5 + */
}
.nav>li>a:focus, .nav>li>a:hover{
    background-color: transparent;
}
.hold-link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.normalPage .subject{
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}


#topbar{background:#f6f6f6;height:32px;line-height:32px;position: fixed;top: 0;z-index: 2;width: 100%;}
#tophead{position: fixed;top: 32px;z-index: 2;width: 100%;height: 100px;background-color: #fff;box-shadow: 0 6px 10px rgba(0,0,0,.2);overflow: hidden;padding: 10px 0;}
#tophead .logo{float:left;}
#tophead .info{
    float: right;
    margin-top: 8px;
}
#tophead table strong{color: #0090ff;font-weight: normal;padding-right: 10px;font-size: 16px;}
#tophead table b{color: #333;font-weight: normal;padding-right: 10px;font-size: 16px;}


#topnav{width: 100%;position: fixed;z-index: 2;top: 132px;background-color: #305dc3;}
#topnav ul{margin:0;padding:0;list-style:none;overflow: hidden;}
#topnav ul li{float:left;width: 14%;text-align: center;border: 1px solid rgba(255,255,255,0.3);}
#topnav ul li a{height: 60px;line-height: 60px;font-size: 16px;letter-spacing: 1px;color: #fff;padding:0 10px;display:block;}
#topnav ul li a:hover{color: #fff;background-color: #d33f0c;border-bottom: 4px solid #d33f0c;}
#topnav ul .hover a{color: #fff;display:block;background-color: #d33f0c;}
#topnav ul li dl{position:absolute;z-index:999;margin:0;display:none;width:160px;}
#topnav ul .hover dl dt a{background:#305dc3;border-bottom:1px solid #187EC6;height:40px;line-height:40px;display:block;font-size:14px;}
#topnav ul .hover dl dt a:hover{background:#fff;color:#333;display:block;}


/*bannerSwiper*/
.home-banner{
    margin-top: 194px;
}
#bannerSwiper{}
#bannerSwiper .swiper-slide{}
#bannerSwiper .swiper-slide img{
    width: 100%;
}
#bannerSwiper .swiper-pagination{}
#bannerSwiper .swiper-pagination .swiper-pagination-bullet{
    background-color: #305dc3;
}
#bannerSwiper .swiper-button-prev:after,#bannerSwiper .swiper-button-next:after{
    color: #305dc3;
    outline: none;
}
#bannerSwiper .swiper-button-prev{outline: none;}
#bannerSwiper .swiper-button-next{outline: none;}

.home-Ht{
    overflow: hidden;
}
.normal-Ht{
    float: left;
}
.normal-Ht h1{
    font-size: 30px;
    color: #d33f0c;
    letter-spacing: -2px;
    margin: 0px 0px 6px 0px;
}
.normal-Ht h2{
    font-size: 25px;
    color: rgb(153, 153, 153);
    letter-spacing: 3px;
    margin: 0;
}
.normal-Ht h2:before{
    content: '';
    display: block;
    width: 30%;
    height: 2px;
    background-color: #d33f0c;
    margin-bottom: 6%;
}

/*product*/
.home-product{
    background-color: #fff;
    padding: 4% 0;
}
.home-product .pro-nav{
    margin-top: 2%;
    float: right;
}
.home-product .pro-nav .nav-i{
    text-align: center;
}
.home-product .pro-nav .nav-i p{
    display: inline-block;
    margin: 0 4px 1% 0;
}
.home-product .pro-nav .nav-i p a{
    display: block;
    padding: 4px;
    background-color: #fff;
    color: #999;
    font-size: 1.4rem;
    letter-spacing: 1px;
}
.home-product .pro-con{
    margin-top: 3%;
}
.home-product .pro-list{
    overflow: hidden;
}
.home-product .pro-list .list-i{
    position: relative;
    text-align: center;
    margin-bottom: 2%;
}
.home-product .pro-list .list-i>div{
    padding-top: 6%;
    border: 1px solid #eee;
    position: relative;
}
.home-product .pro-list .list-i .list-img{
    width: 100%;
    max-height: 230px;
    overflow: hidden;
}
.home-product .pro-list .list-i .list-img img{
    max-width: 90%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.home-product .pro-list .list-i .list-txt{}
.home-product .pro-list .list-i .list-txt>p{
    font-size: 1.4rem;
    padding: 4% 0;
    margin: 0;
    color: #333;
}

.home-product .pro-nav .nav-i p.cur a,.home-product .pro-nav .nav-i p a:hover{
    background-color: #d33f0c;
    color: #fff;
}
.home-product .pro-list .list-i>div:hover{}
.home-product .pro-list .list-i>div:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.home-product .pro-list .list-i>div:hover .list-txt>p{
    background-color: #305dc3;
    color: #fff;
}
.shuiyin{
    position: absolute;
    top: 0;
    left: 0;
}
.shuiyin img{
    width: 44px;
}

/** about **/
.home-about{
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding: 4% 0;
    background: #fff;
}
.home-about .about-Ht,.home-new .new-Ht{
    text-align: center;
}
.home-about .about-Ht h3,.home-new .new-Ht h3{
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 4px;
    color: #d33f0c;
    margin-top: 0;
}
.home-about .about-Ht>p,.home-new .new-Ht>p{
    font-size: 2rem;
    color: #ccc;
}
.home-about .about-l{
    color: #fff;
    margin-left: 2%;
    padding-right: 6%;
}
.home-about .about-l .about-more{
    width: 120px;
    text-align: center;
    margin-top: 4%;
}
.home-about .about-l .about-more a{
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 6% 0;
    background-color: #d33f0c;
    border-radius: 6px;
}
.home-about .about-l .about-more a:hover{
    border: 1px solid #d33f0c;
    background-color: transparent;
    color: #d33f0c;
}
.home-about .about-l .text-box{
    margin-top: 6%;
}
.home-about .about-l .text-box h4{
    font-size: 2rem;
    font-weight: bold;
    color: #305dc3;
}
.home-about .about-l .text-box p{
    font-size: 1.4rem;
    color: #999;
    margin-top: 3%;
}
.home-about .about-pro{
    background-color: #305dc3;
    margin-top: 4%;
}
.home-about .about-pro .index-key{
    padding: 2% 0 4px 0;
}
.home-about .about-pro .index-key p{
    color: #fff;
    font-size: 14px;
}
.home-about .about-pro .index-key a{
    display: inline-block;
    width: 50%;
    margin-bottom: 4px;
    vertical-align: text-top;
    color: #fff;
}
.home-about .about-pro .index-key a:before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #ccc;
    vertical-align: middle;
    margin-right: 6px;
}
.home-about .about-pro .index-key a:first-child,.home-about .about-pro .index-key a:last-child{width: 100%;}
.home-about .about-pro .index-key a:hover{
    color: #fff;
}
.home-about .about-r{
    width: 100%;
    text-align: center;
    padding: 2%;
    margin-top: 4%;
    background-color: #fff;
    box-shadow: -20px 20px 0 #d33f0c;
    position: absolute;
    right: 0;
}
.home-about .about-r img{max-width: 100%;}

/** reason **/
.home-reason{
    padding: 2% 0;
}
.home-reason .reason-Ht{
    text-align: center;
}
.home-reason .reason-Ht h3{
    font-size: 3rem;
    color: #d33f0c;
    font-weight: bold;
}
.home-reason .reason-Ht p{
    font-size: 2rem;
    color: #ccc;
}
.home-reason .reason-con{}
.home-reason .reason-con .item{
    overflow: hidden;display: flex;justify-content: center;align-items: center;margin-bottom: 2%;padding: 4% 2px;border-bottom: 1px dotted #ccc;
}
.home-reason .reason-con .item .item-l{
    padding: 0 6%;
    position: relative;
}
.home-reason .reason-con .item .item-l .order{display: inline;font-size: 4rem;font-style: italic;background-color: #305dc3;color: #fff;border-radius: 10px;padding: 0 10px 0 6px;position: absolute;top: 0;}
.home-reason .reason-con .item .item-l strong{
    display: block;
    font-size: 20px;
    color: #305dc3;
    margin-left: 14%;
    margin-top: 2%;
}
.home-reason .reason-con .item .item-l b{
    display: block;
    font-size: 13px;
    color: #ccc;
    font-weight: normal;
    margin-left: 14%;
}
.home-reason .reason-con .item .item-l p{
    font-size: 14px;
    margin-top: 3%;
    color: #333;
}
.home-reason .reason-con .item .item-r{
    background-color: #fff;
    padding: 2%;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    position: relative;
    border: 2px solid #d33f0c;
}
.home-reason .reason-con .item:nth-child(2n+1) .item-r:before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid #d33f0c;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    position: absolute;
    top: 50%;
    left: -28px;
    transform: translateY(-50%);
}
.home-reason .reason-con .item:nth-child(2n) .item-r:before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 14px solid #d33f0c;
    border-right: 14px solid transparent;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    position: absolute;
    top: 50%;
    right: -28px;
    left: auto;
    transform: translateY(-50%);
}
.home-reason .reason-con .item .item-r img{}

/*new*/
.home-new{
    /* padding: 4% 0; */
    background-color: #fff;
}
.home-new .home-new-info{
}
.home-new .new-con{
    background-color: #fff;
    margin-top: 2%;
    margin-bottom: 4%;
}
.home-new .new-con>p{
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -khtml-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -khtml-align-items: center;
    align-items: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 4%;
}
.home-new .new-itemPic{

    overflow: hidden;
}
.home-new .home-new-info p span:nth-child(2) a{
    font-size: 1.6rem;
    font-weight: normal;
    color: #ffb26b;
    cursor: pointer;
}
.home-new .home-new-info p span i{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.home-new .home-new-info p span:nth-child(2) a:hover i{
    margin-left: 4px;
}
.home-new .new-itemCon{}
.home-new .new-item{
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 3%;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    width: 45%;
    float: left;
    margin-right: 10%;
}
.home-new .new-item:nth-child(2n+2){
    margin-right: 0;
}
.home-new .new-date{
    color: #ababab;
    font-size: 1.3rem;
    border: 1px solid #ccc;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
}
.home-new .new-date strong{
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin-top: 9px;
}
.home-new .new-date p{
    font-size: 16px;
}
.home-new .new-tit{}
.home-new .new-tit a{
    font-size: 1.6rem;
    color: #333;
}
.home-new .new-tit a:hover,.home-new .new-item:hover a,.home-new .new-item:hover .new-date{
    color: #305dc4;
}
.home-new .new-item:hover{
    border-bottom: 1px solid #305dc4;
}
.home-new .new-item:hover .new-date{
    border: 1px solid #305dc4;
}

.footer{
    padding-bottom: 2%;
    border-top: 2px solid #d33f0c;
    background-color: #305dc4;
}
.footer .foot-link{
    padding: 2%;
    border-bottom: 1px dotted #ccc;
    font-size: 13px;
    color: #fff;
}
.footer .foot-link a{}
.footer .foot-link a{
    display: inline-block;
    color: #fff;
}
.footer .foot-con{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    margin-top: 2%;
}
.footer .foot-item{
    width: 50%;
    border-left: 1px dotted #ccc;
    padding-left: 4%;
    padding-right: 2%;
}
.footer .foot-item:first-child{
    width: 50%;
    padding: 0;
    border: none;
}
.footer .foot-item h4{
    font-size: 2rem;
    margin-bottom: 14px;
    color: #fff;
}
.footer .foot-item h4:after{
    content: '';
    display: block;
    width: 26px;
    height: 2px;
    background-color: #305dc3;
    margin-top: 4px;
}
.footer .foot-item p{
    font-size: 14px;
}
.footer .item-contact{}
.footer .item-contact p{
    display: inline-block;
    margin-bottom: 1%;
    font-weight: bold;
    width: 46%;
    color: #fff;
}
.footer .item-contact p:last-child{
    width: 100%;
}
.footer .item-nav{}
.footer .item-nav li{
    display: inline-block;
    margin-right: 10%;
    margin-bottom: 2%;
}
.footer .item-nav li a{
    font-size: 15px;
    color: #f1f1f1;
}
.footer .item-nav li a:hover{
    color: #305dc3;
}
.foot-other{
    background-color: #547ad2;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
.foot-other a{
    color: #fff;
}

/*sidebar*/
.sidebar{
    background-color: #f3f3f3;
}
.sidebar .sidebar-tit{
    background: url("../images/sidebarBg.jpg") center bottom / cover no-repeat;
    padding: 2% 4% 2% 8%;
}
.sidebar .sidebar-tit h3{
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 4px;
}
.sidebar .sidebar-tit p{
    font-size: 15px;
    color: #fff;
}
.sidebar .sidebar-con{
    border-top: 1px solid #f0f2f5;
    padding: 8%;
}
.sidebar .sidebar-item{margin-bottom: 4%;}
.sidebar .sidebar-item h4{
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    margin: 0;
}
.sidebar .sidebar-item h4 a{
    display: block;
    padding: 4%;
    color: #305dc3;
    background-color: #ccc;
}
.sidebar .sidebar-item h4 a:hover{
    color: #fff;
    background-color: #305dc3;
}
.sidebar-contact{
    background-color: #1c70c6;
    padding: 8%;
}
.sidebar-contact p{
    font-size: 16px;
    color: #fff;
}
.sidebar-contact h5{
    font-size: 24px;
    color: #fff;
}

.normalPage{
    padding-top: 4%;
    background-color: #fff;
    padding-bottom: 4%;
}
.normalPage .righter{
    border: 1px solid #eee;
    border-radius: 4px;
}
.normalPage .righter .subject{
    padding: 1% 1% 1% 0;
}
.normalPage .righter .subject b{
    font-size: 18px;
    font-weight: normal;
    background-color: #d33f0c;
    color: #fff;
    padding: 1.4%;
    border-radius: 4px;
}
.normalPage .righter .subject #position{
    float: right;
    font-size: 14px;
    margin-top: 6px;
}
.normalPage .righter .subject #position a{}
.normalPage .righter .con{
    margin-top: 3%;
    padding: 0 3%;
}
.normalPage .righter .con img{
    max-width: 100%;
    height: auto !important;
}
.normalPage .righter .con p,.normalPage .righter .con span{
    font-size: 14px;
}

.normalPage .righter .pro{
    margin-top: 6%;
}
.normalPage .righter .pro ul{
    overflow: hidden;
    padding: 0 3%;
}
.normalPage .righter .pro ul li{
    margin-right: 4%;
    width: 48%;
    float: left;
    margin-bottom: 6%;
    text-align: center;
    border-bottom: 1px solid #ccc;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;

}
.normalPage .righter .pro ul li:nth-child(2n+2){
    margin-right: 0;
}
.normalPage .righter .pro ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.normalPage .righter .pro ul li img{
    max-width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.normalPage .righter .pro ul li .title{
    font-size: 15px;
    padding: 4%;
}
.normalPage .righter .pro ul li:hover{
    border-bottom: 1px solid #305dc3;
}
.normalPage .righter .pro ul li:hover .img{
    background-color: #f3f3f3;
}
.normalPage .righter .pro ul li:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.normalPage .righter .pro ul li:hover .title{
    color: #305dc3;
}
.normalPage .page_group{
    padding: 2%;
    border-top: 1px dotted #ccc;
    overflow: hidden;
}
.normalPage .page_group ul{
    overflow: hidden;
    float: right;
}
.normalPage .page_group ul li{
    float: left;
    font-size: 14px;
    padding: 4px 8px;
    border: 1px solid #eee;
    margin-right: 10px;
}
.normalPage .page_group ul li a{
    color: #305dc4;
}
.normalPage .page_group ul li.active{
    background-color: #305dc4;
}
.normalPage .page_group ul li.active a{
    color: #fff;
}
.normalPage .righter .proCon{
    margin-top: 6%;
    margin-bottom: 4%;
}
.normalPage .righter .proCon .title{
    text-align: center;
}
.normalPage .righter .proCon .info{
    text-align: center;
}
.normalPage .righter .proCon .info #hits{}
.normalPage .righter .pn{
    padding: 2%;
    border-top: 1px dotted #ccc;
}
.normalPage .righter .pre,.normalPage .righter .next{
    font-size: 14px;
    color: #999;
    margin-bottom: 3px;
}
.normalPage .righter .pre a,.normalPage .righter .next a{color: #999;}

.normalPage .righter .news{
    margin-top: 4%;
    padding: 3%;
}
.normalPage .righter .news li{
    margin-bottom: 4%;
    background-color: #f3f3f3;
    padding: 2%;
    border-radius: 6px;
    border-bottom: 2px solid #305dc3;
    cursor: pointer;
}
.normalPage .righter .news li a{
    font-size: 15px;
}
.normalPage .righter .news li a em{
    float: right;
    font-size: 13px;
    font-style: normal;
    color: #999;
    border:1px dotted #ccc;
}
.normalPage .righter .news li .intro{
    margin-top: 10px;
}
.normalPage .righter .news li:hover{
    background-color: #305dc3;
}
.normalPage .righter .news li:hover a,.normalPage .righter .news li:hover .intro{
    color: #fff;
}
.normalPage .righter .news li:hover a em{
    color: #fff;
}


.normalPage .righter .message{
    margin-top: 4%;
    padding: 3%;
}
.normalPage .righter .message .tit b{
    font-size: 18px;
    color: #305dc3;
}
.normalPage .righter .message .form_book{
    margin-top: 2%;
    border: 2px solid rgba(48,93,195,.4);
    padding: 6%;
    border-radius: 6px;
    background-color: rgba(243,243,243,.4);
}
.normalPage .righter .message .form_book .label{
    font-size: 14px;
    color: #999;
    font-weight: normal;
    padding: 0;
}
.normalPage .righter .message .form_book .label span{
    color: red;
    font-weight: bold;
}
.normalPage .righter .message .form_book .enter{margin-top: 4px;margin-bottom: 16px;}
.normalPage .righter .message .form_book .enter input{
    min-width: 76px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px;
    text-indent: 4px;
    outline: none;
    font-size: 15px;
}
.normalPage .righter .message .form_book .enter textarea{
    max-width: 80%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px;
    text-indent: 4px;
    outline: none;
}
.normalPage .righter .message .form_book .enter input.bnt{
    background-color: #305dc3;
    color: #fff;
    width: 80%;
    margin-left: 10%;
    margin-top: 4%;
    padding: 8px 0;
    font-size: 20px;
    letter-spacing: 10px;
    border-radius: 20px;
}

.normal-more{
    width: 120px;
    margin: 1% auto;
    border: 1px solid #d33f0c;
    text-align: center;
    border-radius: 6px;
}
.normal-more a{
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #d33f0c;
}
.normal-more a:hover{
    color: #fff;
    background-color: #d33f0c;
}