/* common css */
.fr {
    float: right;
}
.fl {
    float: left;
}
p {
    margin: 0;
}
@font-face {
    font-family: lixuke; /*这里是说明调用来的字体名字*/
    src: url(../../assets1/fonts/iconfont/lixuke.TTF); /*这里是字体文件路径*/
    }
.w1162 {
    width: 1162px;
    margin: 0 auto;
}
img {
    max-width: 100%;
    height: auto;
}
/* box-head */
.head-top {
    height: 37px;
    background-color: #05112d;
}
.head-top-left {
    width: 30%;
}
.head-top-left .hotSearch {
    font-size: 12px;
    color: rgba(255, 255, 255, .65);
    line-height: 37px;
    height: 37px;
}
.head-top-left .hotSearch a {
    margin-right: 5%;
    color: rgba(255, 255, 255, .65);
}
.head-top-left .hotSearch a:hover {
    color: #fff;
}
.head-top-right {
    line-height: 37px;
    font-size: 12px;
    color: rgba(255, 255, 255, .65);
}
.head-top-right a {
    color: rgba(255, 255, 255, .65);
}
.head-top-right a:hover {
    color: #fff;
}
.box-h {
    position: relative;
}
.ser {
    background: url(../images/searchicon.png) no-repeat center;
    cursor: pointer;
    width: 13px;
    height: 13px;
    margin-top: 13px;
    margin-right: 7px;
}
.search {
    position: absolute;
    right: 0;
    top: 37px;
    z-index: 999999;
    background: #f5f5f5;
    display: none;
    height: 75px;
    padding: 20px 20px 0 20px;
}
.head-top #formsearch {
    width: 310px;
    float: right;
    height: 40px;
    background: url(../../assets/images/ss.png) no-repeat center;
}
.head-top #formsearch input#keyword {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    width: 240px;
    position: relative;
    text-indent: 16px;
    left: 0;
    outline: none;
    color: #666;
    float: left;
}


.head-top #formsearch input#keyword::-webkit-input-placeholder {
    color: #666;
    font-size: 14px;
}
/* Mozilla Firefox 4 to 18 */
.head-top #formsearch input#keyword:-moz-placeholder {
    color: #666;
    opacity: 1;
    font-size: 14px;
}
/* Mozilla Firefox 19+ */
.head-top #formsearch input#keyword::-moz-placeholder {
    color: #666;
    opacity: 1;
    font-size: 14px;
}
/* Internet Explorer 10+ */
.head-top #formsearch input#keyword:-ms-input-placeholder {
    color: #666;
    font-size: 14px;
}
.head-top #formsearch input {
    width: 68px;
    height: 40px;
    background: none;
    border: none;
    line-height: 40px;
    position: relative;
    left: 0;
    color: #fff;
    outline: none;
}
.head-top #formsearch input#s_btn {
    cursor: pointer;
}
/* nav */
.x-menu>li:hover::after, .x-menu>li.active::after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background-color: #01376c;
    margin: 0 auto;
    margin-top: -3px;
}
@media (max-width:1200px) {
    .x-menu > li:not(:last-child) {
        margin-right:20px;
      }
} 


/* box-product */
.box-product {
    padding-bottom: 1%;
}
.main-product-title {
    margin: 3% auto;
    max-width: 277px;
    text-align: center;
    background: url(../images/titleleft.png) no-repeat left center,url(../images/titleright.png) no-repeat right center;
}
.main-product-title h2,.main-brand-title h2,.main-advantage-title h2,.main-app-title h2,.main-news-title {
    font-size: 24px;
    color: #323232;
    margin-bottom: 2%;
}
.main-product-title h3,.main-brand-title h3,.main-advantage-title h3,.main-app-title h3,.main-news-title h3{
    font-size: 18px;
    color: #787878;
}

.main-product-left {
    width: 24%;
}
.main-product-nav {
    background: url(../images/productnavicon.jpg) no-repeat center;
    height: 119px;
    text-align: center;
    color: #fff;
    padding-top: 34px;
}
.main-product-nav h2 {
    font-size: 24px;
}
.main-product-nav h3 {
    font-size: 22px;
    margin-top: -3px;
}
.pronav {
    background-color: #eee;
    border-bottom: 4px solid #01376c;
    height: 370px;
    overflow: hidden;
}
.pronav a {
    font-size: 15px;
    color: #4a4a4a;
}
.main-product-item {
    padding-left: 40px;
    line-height: 45px;
    -webkit-transition: all ease .3s;
    transition: all ease .5s;
}
.main-product-item:hover {
    padding-left: 55px;
    background: url(../images/producthover.png) no-repeat 15px center;
}
.main-product-item:hover a {
    color: #01376c;
}

.main-product-item:not(:last-child) {
    border-bottom: 1px solid #bfbfbf;
}
.main-product-con {
    width: 75%;
}

.main-product-re {
    border: 1px solid #e5e5e5;
    margin: 1% 0.5%;
    width: 32.33333%
}
.main-product-re:nth-child(-n+3) {
    margin-top: 0;
}
.h3-wrap {
    width: 100%;
    height: 45px;
}
.main-product-con .main-product-re h3 {
    width: 93%;
    margin: 0 auto;
    line-height: 45px;
    height: 45px;
    color: #5a5a5a;
    font-size: 14px;
    text-align: center;
    border-top: 2px solid #e5e5e5;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main-product-con .main-product-re:hover h3 {
    line-height: 47px;
    border-top: none;
    color: #fff;
}
.main-product-con .main-product-re:hover .h3-wrap {
    background-color: #01376c;
    
}
@media (max-width:1200px) {
    .main-product-left{
        display:none;
    } 
    .main-product-con {
        width: 100%;
    }
}
@media (max-width:768px) {
    .main-product-re {
        margin-top: 0;
    }
    .main-product-re {
        width: 49%
    }
} 
/* box-brand */
.box-brand {
    background: url(../images/brandbg.jpg) no-repeat top center;
    padding-top: 3%;
    padding-bottom: 50px;
}
.main-brand-title {
    margin: 0 auto 3%;
    max-width: 384px;
    text-align: center;
    background: url(../images/titleleft.png) no-repeat left center,url(../images/titleright.png) no-repeat right center;
}
.main-brand-title span {
    color: #01376c;
}
.brand-con {
    max-width: 1120px;
    margin: 0 auto;
}
.brand-con .owl-carousel .owl-nav span {
    font-size: 0;
}
.brand-con .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    width: 51px;
    height: 51px;
    background: url(../images/preicon.jpg) no-repeat center;
    left: -38px;
    top: 70px;
    outline: none;
}
.brand-con .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    width: 51px;
    height: 51px;
    background: url(../images/nexticon.jpg) no-repeat center;
    right: -38px;
    top: 70px;
    outline: none;
}
.win-arrow {
    position: relative;
}
.win-arrow .swiper-button-prev {
    background-image: url(../images/preicon.jpg);
    left: -25px;
    right: auto
}
.win-arrow .swiper-button-prev:hover {
    background-image: url(../images/preiconhover.jpg);
}
.win-arrow .swiper-button-next {
    background-image: url(../images/nexticon.jpg);
    right: -25px;
    left: auto
}
.win-arrow .swiper-button-next:hover {
    background-image: url(../images/nexticonhover.jpg);

}
.win-arrow .swiper-button-next,.win-arrow .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 51px;
    height: 51px;
    margin-top: -118px;
    z-index: 10;
    cursor: pointer;
    background-size: 51px 51px;
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
}
.company-left {
    width: 55%;
}
.company-left  img {
    width: 100%!important;
}
.company-right {
    width: 45%;
    padding: 3% 2.5%;
}
.main-company {
    margin-top: 1.5%;
    background-color: #fff;
}
.company-text {
    font-size: 15px;
    border-top: 1px solid #bfbfbf;
    padding-top: 18px;
}
.company-text p {
    line-height: 2;
}
.company-right h2 {
    font-size: 20px;
    color: #5a5a5a;
    font-weight: bold;
    margin-bottom: 10px;
}
.company-right h2>span {
    font-size: 30px;
    font-family: "lixuke";
    color: #01376c;
}
.company-more {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 6px 24px;
    border-radius: 24px;
    color: #969696;
    font-size: 14px;
    margin-top: 4%;
}
.company-more:hover {
    color: #01376c;
}
@media (max-width:1200px)  {
    .box-brand {
        margin-bottom: 0
    }
    .company-text {
        font-size: 14px;
        border-top: 1px solid #bfbfbf;
        padding-top: 0px;
    }
    .company-right {
        padding: 2% 2.5%;
    }
    .win-arrow .swiper-button-next,.win-arrow .swiper-button-prev {
        position: absolute;
        top: 50%;
        width: 51px;
        height: 51px;
        margin-top: -102px;
        z-index: 10;
        cursor: pointer;
        background-size: 51px 51px;
        background-position: center;
        background-repeat: no-repeat;
    }
}
@media (max-width:992px) {
    .company-text {
        font-size: 12px;
        border-top: none;
    }
    .company-right h2 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .company-right h2>span {
        font-size: 14px;
        font-family: "微软雅黑";
    }
    .company-left {
        padding: 4% 2% 0;
    }
}
@media (max-width:768px) {
    .company-left {
        width: 98%;
        margin: 0 auto;
    }
    .company-right {
        width: 98%;
        margin: 0 auto;
    }
    .company-more {
        font-size: 12px;
        margin-top: 2%;
    }
}
/* box-advantage */
.box-advantage {
    background: url(../images/advantagebg.jpg) no-repeat center;
    padding-bottom: 2.4%;
}
.main-advantage-title {
    margin: 40px auto;
    max-width: 384px;
    text-align: center;
    background: url(../images/titleleft.png) no-repeat left center,url(../images/titleright.png) no-repeat right center;
}
.main-advantage-title h2>span {
    font-size: 48px;
    color: #ff8400;
    font-family: "lixuke";
}
.advantage-con li {
    float: left;
    width: 28.33333%;

}
.advantage-con li:not(:last-child) {
    margin-right: 7.5%;
}

@media (max-width:1200px) {
    .box-advantage {
        background-image: none;
    }
    .advantage-con li:not(:last-child) {
        margin-right: 3.5%;
    }
    .advantage-con li {
        width: 30.33333%;
    }
}
@media (max-width:992px) {
    .adv-text {
        display: none;
    }
    .advantage-con {
        width: 98%;
        padding-left:10px;
    }
    .advantage-con li {
        float: none;
        width: 100%;
    }
}
.adv-top .adv-title {
    margin-bottom: 22px;
}
.adv-top h2 {
    font-size: 18px;
    line-height: 48px;
    color: #01376c;
    font-weight: bold;
    margin-left: 40px;
}
.adv-top h3 {
    font-size: 15px;
    color: #ea7c0d;
    margin-bottom: 3%;
}
.adv-top h3 span {
    color: #5a5a5a;
}
.adv-text {
    border-top: 1px solid #aaa;
    padding: 17px 26px 17px 25px;
    background: url(../images/advicon.png) no-repeat left 28px;
}
.adv-text p {
    font-size: 14px;
    line-height: 1.8;
}
.box-honor {
    background-color: #01376c;
    height: 275px;
}
.main-honor {
    position: relative;
    top: 42px;
}
.honor-con .owl-carousel .owl-nav span {
    font-size: 0;
}
.honor-con .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    width: 51px;
    height: 51px;
    background: url(../images/honorleft.jpg) no-repeat center;
    left: -54px;
    top: 50px;
}
.honor-con .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    width: 51px;
    height: 51px;
    background: url(../images/honorright.jpg) no-repeat center;
    right: -54px;
    top: 50px;
}

@media (max-width:1199px) {
    .adv-top h2 {
        font-size: 18px;
        line-height: 48px;
        color: #01376c;
        font-weight: bold;
        margin-left: 18px;
    }
}
@media (max-width:992px) {
    .box-honor {
        display: none;
    }
    .adv-top h2 {
        font-size: 18px;
        line-height: 48px;
        color: #01376c;
        font-weight: bold;
        margin-left: 15px;
    }
}
/* box-app  */
.box-app {
    background: url(../images/appbg.jpg) no-repeat center;
    padding-top: 60px;
}
.main-app-title {
    margin: 0 auto 4%;
    max-width: 304px;
    text-align: center;
    background: url(../images/titleleft.png) no-repeat left center,url(../images/titleright.png) no-repeat right center;
}

.app-left {
    width: 49%;
}
.app-right {
    width: 49%;
}
.app-con a {
    display: block;
}
.app-img {
    position: relative;
    float: left;
    width: 48%;
    margin-bottom:4%;
}
.app-img:nth-child(2n-1) {
    margin-right:4%;
}
.app-img h3 {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, .24);
    font-size: 14px;
    color:#fff;
    padding: 3.5% 0;
}
.app-img1 {
    position: relative;
}
.app-img1 h3 {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, .24);
    font-size: 14px;
    color:#fff;
    padding: 1.7% 0;
}
.app-img1:hover h3,.app-img:hover h3 {
    background-color: #01376c;
}
@media (max-width:992px) {
    .box-app {
        margin-top: 0;
    }
}
/* box-news */
.box-news {
    padding-bottom: 2%;
}
.main-news-title {
    margin: 3% auto;
    max-width: 304px;
    text-align: center;
    background: url(../images/titleleft.png) no-repeat left center,url(../images/titleright.png) no-repeat right center;
}
.news-left {
    width: 52%;
}
.news-right {
    width: 43%;
}
.news-left-bottom {
    padding-top: 21px;
}
.news-right-bottom {
    padding-top: 21px;
}
.news-top {
    border-bottom: 1px solid #d2d2d2;
}
.news-top span {
    font-size: 18px;
    color: #323232;
    font-weight: bold;
    border-bottom: 1px solid #1b51a2;
    padding-bottom: 10px;
    margin-bottom: -1px;
    display: inline-block;
}
.news-left-img {
    width: 38%;
}
.news-left-list {
    width: 59%;
}
.news-left-item:not(:last-child) {
    border-bottom: 1px solid #d2d2d2;
}

.news-left-item h2 {
    font-weight: lighter;
    color: #323232;
    font-size: 14px;
    margin-bottom: 10px;
}
.news-left-item h3 {
    font-size: 16px;
    color: #323232;
    font-weight: normal;
    margin-bottom: 12px;
    overflow:hidden; 
    text-overflow:ellipsis; 
    white-space:nowrap; 
}
.news-left-item p {
    font-size: 14px;
    color: #323232;
    font-weight: lighter;
    margin-bottom: 10px;
    overflow:hidden; 
    text-overflow:ellipsis; 
    white-space:nowrap; 
}
.news-left-item:not(:first-child) {
    margin-top: 34px;
}
.news-left-item:hover h3 {
    font-weight: bold;
    color: #01376c;

}
.news-right-item:first-child{
    margin-bottom: 1px;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px;
}
.news-right-item h3 {
    color: #323232;
    font-size: 16px;
    padding:12px 0 7px 36px;
    background: url(../images/newsq.png) no-repeat left 10px;
    overflow:hidden; 
    text-overflow:ellipsis; 
    white-space:nowrap; 
}
.news-right-item p {
    color: #323232;
    font-weight:lighter;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
    padding:12px 0 0 36px;
    background: url(../images/newsa.png) no-repeat left center;
}
.news-right-item:hover h3 {
    font-weight: bold;
    color: #01376c;
}
.news-more {
    position: relative;
    top: 5px;
    color: #323232;
}
.news-more:hover {
    color: #01376c;
}
@media (max-width:1200px) {
    .news-left-item:not(:first-child) {
        margin-top: 15px;
    }
}

@media (max-width:992px) {
    .news-left {
        width: 98%;
        padding-left:10px;
    }
    .news-left-list {
        width: 100%;
    }
}
@media (max-width:500px) {
    .app-left {
        float: none;
        width: 100%;
        margin-bottom: 1%;
    }
    .app-right {
        float: none;
        width: 100%;
    } 
    .app-img {
        margin-bottom: 1.5%;
    }
}
/* box-process */
.box-process {
    background: url(../images/processbg.jpg) no-repeat center;
    padding: 2% 0;
}
.process-left {
    background-color: rgba(1, 55, 108, .7);
    text-align: center;
    padding: 2% 3%;
}
.process-left span {
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 36px;
}
.process-right {
    width: 86%;
    margin-top: 37px;
}
.process-item h2 {
    width: 106px;
    height: 106px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    padding: 27px;
    line-height: 1.3;
    text-align: center;
}
.process-item:not(:last-child){
    background: url(../images/processicon.png) no-repeat right center;
    padding-right: 61px;
    margin-right: 13px;
}


/* .box-foot */
.box-foot {
    background-color: #05112d;
    padding: 2%;
}
.main-menu dl {
    float: left;
    margin-right: 2%;
    width: 23%;
}
.main-menu dl dt {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}
.main-menu dl dd {
    color: #d2d2d2;
}
.main-menu dl dd a {
    color: #d2d2d2;
    font-size: 14px;

}
.main-menu dl dd a:hover {
    color: #fff;
}
.foot-left {
    width: 56%;
}
.foot-right {
    width: 43%;
}
.foot-right-top {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 2%;
    color: #bfbfbf;
}
.foot-right-top p {
    color: #d0d0d0;
    font-size: 14px;
    
}
.foot-right-top p:first-child {
    margin-bottom: 2%;
}
.main-copyright {
    color: #bfbfbf;
    font-size: 14px;
    margin: 1% 0;
}
.main-copyright a {
    color: #bfbfbf;
}
.box-flink {
    padding: 0.5% 0;
}
.box-flink {
    font-size: 12px;
    color: #969696;
}
.box-flink a {
    color: #969696;
}
.box-flink a:hover {
    color: #fff;
}
@media (max-width:992px) {
    .foot-right {
        width: 100%;
    }
}

@media (max-width:768px) {
    
}


/*æ»šåŠ¨*/
#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 8000%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 3200%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}
.kehu-con {
    padding-top: 19px;
}
.product_list li {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    _display: inline;
}

.product_list li a.img {
    padding: 1px;
    border: 1px solid #e0e1dc;
}



.product_list li h3 {
    text-align: center;
    padding-top: 5px;
}

.product_list li h3 a {
    font-weight: normal;
}

.product_list li a.img {
    display: block;
}

.product_list li a.img:hover img {
    border-color: #e87518;
}

.roll_product {
    float: left;
}

.product_list2 li {
    float: left;
    margin-right: 15px;
    _display: inline;
}
#demo li:hover h3 {
    color:#ffba00;
}
.product_list2 li a.img img {
    width: 170px;
    height: 234px;
    border: 2px solid #fff;
}

.product_list li a.img {
    display: block;
}


#demo h3 {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}