@charset "utf-8";
/*定义新型浏览器特性*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}
body{
    font: 14px / 1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
    color: #333;
    margin: 0;
    line-height: 1.425;
    background-color: #fff;
}
a{
    color:#333;
    text-decoration: none;
}
a:hover{
    color:#c40000;
    text-decoration: none;
}
i,em{font-style:normal;}

.wrap{
    width: 1200px;
    margin: 0 auto;
    clear: both;
}
.clear{
    clear: both;
}
.wrap:after,
.clear:after{
    content: '';
    display: block;
    clear: both;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}
.layui-left{float: left;}
.layui-right{float: right;}
.layui-center{
    text-align: center;
}

/*toper*/
.toper{
    height: 40px;
    line-height: 40px;
    background-color: #F8F8F8;
    color: #666;
    font-size: 14px;
}
.toper i{
    margin-right: 5px;
}
.header{
    height: 80px;
    padding: 20px 0;
}
.header .logo{
    width: 350px;
    height: 88px;
    background: url(../images/logo.png) no-repeat left center;
}
.header .logo a{
    display: block;
    height: 88px;
    text-indent: -9999px;
}
.header .slogan{
    margin-left: 20px;
    border-left: 1px solid #CCCCCC;
    font-size: 20px;
    padding: 5px 0 5px 20px;
    height: 70px;

}
.header .slogan h2{
    color: #2e3192;
}
.header .tel{
    background: url(../images/tel.png) no-repeat left center;
    padding-left: 50px;
}
.header .tel{
    margin-top: 20px;
}
.header .tel dt{
    padding-top: 4px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 8px;
}
.header .tel dd{
    font-family: Impact;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #2e3192;
    padding-bottom: 8px;
}

/*naver*/
.naver{
    height: 54px;
    background-color: #2e3192;
}
.naver > ul > li{
    float: left;
    width: 12.5%;
}
.naver > ul > li > a{
    display: block;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.naver > ul > li > a:hover,
.naver > ul > li > a.this{
    background-color: #ffe00c;
    color: #333;
    text-decoration: none;
}

/*index-about*/
.index-about{
    background-color: #F8F8F8;
    padding: 40px 0;
}
.index-about .about-text{
    background: url(../images/index-about-bg.png) right 28px no-repeat;
    padding-right: 520px;
    padding-bottom: 40px;
}
.index-about .about-text h3{
    font-size: 22px;
    line-height: 1;
}
.index-about .about-text h3 i{
    font-size: 28px;
    margin-right: 5px;
}
.index-about .about-text p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 30px;
    height: 90px;
    color: #523b3b;
    margin-top: 15px;
}
.index-about .about-text a{
    font-family: Arial;
    display: inline-block;
    margin-top: 10px;
    line-height: 32px;
    position: relative;
    border-bottom: 1px #dedede solid;
    padding: 0;
}
.customers{
    background-color: #ffffff;
    box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 20px;
}
.customers .customers-title{
    text-align: center;
}
.customers .customers-title h2{
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    padding-bottom: 30px;
    background: url(../images/tops.png) no-repeat center;
    background-position-y: 45px;
}
.customers .customers-title p{
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: 0px;
    color: #999999;
    margin-bottom: 20px;
    line-height: 1.5;
}
.customers ul li img{
    width: 100%;
    height: 113px;
    border: 1px solid #ccc;
}
.customers ul li p{
    text-align: center;
    padding-top: 8px;
}

/*layui-carousel*/
.layui-carousel-item{
    background-repeat: no-repeat;
    background-position: center center;
}
.layui-carousel-item.item-1{
    background-image: url(../images/banner01.jpg);
}
.layui-carousel-item.item-2{
    background-image: url(../images/banner02.jpg);
}
.layui-carousel-item.item-3{
    background-image: url(../images/banner03.jpg);
}
.layui-carousel-item a{
    display: block;
    height: 460px;
}

/*index-ban*/
.index-ban{
    height: 240px;
    background: url(../images/baan.jpg) no-repeat center;
}
.index-ban .layui-left .p1{
    font-size: 48px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #ffffff;
    padding-top: 50px;
    padding-left: 85px;
    margin-bottom: 52px;
}
.index-ban .layui-left .p2{
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
    padding-left: 65px;
}
.index-ban .layui-right p{
    margin-top: 62px;
    margin-bottom: 46px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 33x;
    letter-spacing: 0px;
    color: #ffffff;
    padding-left: 50px;
    background: url(../images/btel.png) no-repeat center;
    background-position-x: 0px;
}
.index-ban .layui-right p span{
    font-family: Impact;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 33px;
    letter-spacing: 0px;
    color: #ffe00c;
}
.index-ban .layui-right a{
    width: 140px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    color: #333333;
    margin: 0 auto;
    display: block;
    text-align: center;
    border: 2px solid #ffe00c;
    background-color: #ffe00c;
}
.index-ban .layui-right a:hover{
    background-color: #2F318D;
    border-color:#ffe00c ;
    color: #FFF;
}

/*index-case*/
.index-case{
    padding-top: 35px;
}
.index-case .case-title{
    text-align: center;
}
.index-case .case-title h2{
    font-size: 30px;
    line-height: 30px;
    color: #333333;
    padding-bottom: 30px;
    background: url(../images/tops.png) no-repeat center;
    background-position-y: 45px;
}
.index-case .case-title p{
    font-size: 14px;
    line-height: 14px;
    color: #999999;
}
.index-case .case-more{
    text-align: center;
    padding: 0 0 40px;
}
.index-case .case-more a{
    width: 180px;
    height: 42px;
    line-height: 42px;
    display: block;
    text-align: center;
    border: none;
    background-color: #2e3192;
    border: 2px solid #2e3192;
    margin: 0 auto;
    font-size: 16px;
    color: #ffffff;
}
.index-case .case-more a:hover{
    color: #2e3192;
    background-color: #fff;
    text-decoration: none;
}

/*products*/
.products{
    margin-top: 20px;
}
.products .pro-type{
    width: 240px;
}
.products .pro-type .top{
    height: 120px;
    background-color: #2e3192;
    border-radius: 5px 5px 0 0;
}
.products .pro-type .top .text{
    margin-left: 48px;
    border-left: #fff 3px solid;
    padding-left: 15px;
    float: left;
    margin-top: 30px;
}
.products .pro-type .top .text h4{
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
}
.products .pro-type .top .text p{
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.8;
    margin-top: 10px;
}
.products .pro-type > ul{
    padding: 20px;
    background-color: #f7f7f7;
}
.products .pro-type > ul > li{
    margin-bottom: 10px;
}
.products .pro-type > ul > li > p{
    width: 200px;
    height: 40px;
    background-color: #eeeeee;
    border-radius: 4px;
    border: solid 1px #cccccc;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    overflow: hidden;
    background: #2e3192;
}
.products .pro-type a:hover{
    text-decoration: none;
}
.products .pro-type > ul > li > p > a{
    font-size: 16px;
    line-height: 40px;
    color: #333333;
    display: block;
    transition: 0.5s;
    padding-left: 34px;
    background: url(../images/pro1.png) no-repeat center;
    background-position-x: 14px;
    color: #fff;
}
.products .pro-type > ul > li > ul{
    padding: 0 10px 0 20px;
}
.products .pro-type > ul > li > ul > li{
    border-bottom: #fff 1px solid;
    height: 35px;
}
.products .pro-type > ul > li > ul > li > a{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 0px;
    color: #444;
    display: block;
    background-position-x: 16px;
    text-indent: 14px;
    border-radius: 6px;
}
.products .pro-type > ul > li > ul > li > a:hover{
    background-color: #2e3192;
    color: #fff;
}
.products .pro-type .bottom{
    height: 200px;
    background: url(../images/pro-type-bottom.png) no-repeat center;
    background-color: #f7f7f7;
    background-position-y: 47px;
}
.products .pro-type .bottom a{
    border: solid 2px #cccccc;
    display: block;
    text-align: center;
    width: 100px;
    height: 34px;
    background-color: #ffe00c;
    border-radius: 17px;
    font-size: 14px;
    line-height: 34px;
    color: #333333;
    float: right;
    margin-right: 10px;
}
.products .pro-type .bottom a:hover{
    background-color: #2F318D;
    color: #FFF;   
    border: solid 2px #ffe00c;
}
.products .pro-list{
    width: 930px;
}
.products .pro-list .pro-show{
    box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.2);
}
.products .pro-list .pro-show a{
    display: block;
    border: 1px solid #dedede;
}
.products .pro-list .pro-show a:hover{
    border: 1px solid #2e3192;
}
.products .pro-list .pro-show a img{
    width: 100%;
    height: 200px;
}
.products .pro-list .pro-show a p{
    text-align: center;
    height: 50px;
    line-height: 50px;
    background-color: #F8F8F8;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.products .pro-list .pro-show a:hover p{
    background-color: #2e3192;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.pro-list-empty{
    padding: 100px 0;
    font-size: 28px;
    text-align: center;
    color: #666;
    border-radius: 20px;
    border: 1px solid #efefef;
    margin-top: 20px;
}
.pro-list-empty i{
    display: block;
    font-size: 88px;
    margin-bottom: 30px;
}

/*index-news*/
.index-news{
    background-color: #F8F8F8;
    padding: 20px 0;
}
.index-news .news-list{
    background-color: #fff;
    padding: 20px 20px 0 20px;
    height: 500px;
}
.index-news .news-list.layui-left{
    width: 700px;
}
.index-news .news-list.layui-right{
    width: 400px;
}
.index-news .news-title{
    border-left: 3px solid #2e3192;
    margin-bottom: 15px;
}
.index-news .news-title h2{
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
}
.index-news .news-title a{
    color: #666;
}
.index-news .new-hit .hit-img{
    width: 260px;
    height: 150px;
    float: left;
}
.index-news .new-hit .hit-img img{
    width: 100%;
    height: 150px;
}
.index-news .new-hit .hit-about{
    width: 400px;
    float: right;
}
.index-news .list-box ul li{
    clear: both;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dashed #F8F8F8;
}
.index-news .list-box ul li:after{
    content: '';
    display: block;
    clear: both;
}
.index-news .list-box ul li a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-news .list-box ul li span{
    float: right;
}

/*index-advantage*/
.index-advantage{
    height: 500px;
    background: url(../images/gy.jpg) center bottom no-repeat;
}
.index-advantage .advantage-bt{
    text-align: center;
    padding-top: 60px;
    margin-bottom: 30px;
}
.index-advantage .advantage-bt h2{
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    padding-bottom: 35px;
    background: url(../images/tops.png) no-repeat center;
    background-position-y: 45px;
}
.index-advantage .advantage-bt p{
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: 0px;
    color: #999999;
    margin-bottom: 40px;
    line-height: 1.5;
}
.index-advantage .advantage-item dt i{
    display: block;
    font-size: 66px;
}
.index-advantage .advantage-item dt h3{
    font-size: 18px;
    padding: 25px 0;
}
.index-advantage .advantage-item dl{
    float: left;
    width: 20%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 15px;
}

/*index-problem*/
.index-problem .ptitle{
    margin-top: 40px;
    border-bottom: #ccc 1px solid;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.index-problem .ptitle h2{
    float: left;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #2e3192;
}
.index-problem .ptitle h2 span{
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #999999;
}
.index-problem .ptitle a{
    float: right;
    font-family: Arial;
    transition: 0.5s;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
}
.index-problem .problem-item h3{
    padding-left: 30px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    letter-spacing: 0px;
    color: #444444;
    line-height: 60px;
    background: url(../images/problem-q.png) no-repeat left center;
}
.index-problem .problem-item p{
    font-size: 14px;
    padding-left: 30px;
    background: url(../images/problem-a.png) no-repeat left 0px;
    letter-spacing: 0px;
    color: #666666;
    height: 90px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/*footer*/
.foot-key{
    background-color: #2F318D;
    height: 65px;
    line-height: 65px;
    font-size: 16px;
    color: #fff;
}
.foot-key a{
    color: #fff;
    padding: 0 8px;
}
.foot-key a:hover{
    color: #FAE14D;
}
.footer{
    background: url(../images/footerbg.jpg) center 0 no-repeat;
    font-size: 14px;
    position: relative;
    color: #abb8ca;
}
.foot-nav{
    padding-top: 46px;
    height: 270px;
}
.foot-nav > dl{
    float: left;
    padding-top: 6px;
    width: 250px;
    padding-left: 68px;
    position: relative;
    box-sizing: border-box;
}
.foot-nav > dl > dt{
    line-height: 50px;
    font-size: 18px;
    height: 50px;
    color: #ffffff;
}
.foot-nav > dl > dt > i{
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    width: 50px;
    height: 50px;
    border: solid 2px rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    line-height: 46px;
    text-align: center;
    font-size: 32px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
}
.foot-nav > dl > dd{
    height: 28px;
    line-height: 38px;
}
.foot-nav > dl > dd > a{
    font-size: 14px;
    color: #abb8ca;
}
.foot-nav .code-box{
    float: right;
}
.foot-nav .code-box p{
    width: 127px;
    height: 127px;    
    background: url(../images/ewmbg.png) center center no-repeat;
    padding: 6px;
    box-sizing: border-box;
}
.foot-nav .code-box img{
    display: block;
    width: 115px;
    height: 115px;    
}
.foot-nav .code-box span{
    display: block;
    font-size: 14px;
    color: #abb8ca;
    text-align: center;
}
.foot-contact{
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    height: 120px;
}
.foot-contact ul{
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    padding-top: 36px;
}
.foot-contact ul li{
    color: #ffffff;
    padding-left: 44px;
}
.foot-contact ul li.tel{
    background: url(../images/lxico1.png) 0 center no-repeat;
}
.foot-contact ul li.address{
    background: url(../images/lxico2.png) 0 center no-repeat;
}
.foot-contact ul li.mail{
    background: url(../images/lxico3.png) 0 center no-repeat;
}
.foot-contact ul li.ask{
    padding-left: 0;
}
.foot-contact ul li.ask a{
    display: block;
    width: 170px;
    height: 52px;
    line-height: 52px;
    background-image: linear-gradient(0deg, #0054b4 0%, #12c371 100%);
    color: #fff;
    font-size: 18px;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    box-sizing: border-box;
}
.foot-contact ul li.ask a:hover{
    background-image: none;
    border: 3px solid #fff;
    line-height: 46px;
}
.foot-copy{
    background-color: #010711;
    line-height: 34px;
    padding: 17px 0;
    position: relative;
    z-index: 2;
    font-size: 15px;
    text-align: center;
    color: #abb8ca;
}
.foot-copy a{
    color: #abb8ca;
}

/*page-banner*/
.page-banner{
    width: 100%;
}
.page-banner img{
    width: 100%;
    display: block;
    height: 100%;
}

/*page-local*/
.page-local{
    border-bottom: 1px solid #e6e6e6;
    color: #999;
    font-size: 14px;
    color: #999;
}
.page-local .wrap{
    background: url(../images/locationIco.png) no-repeat left center;
    padding-left: 30px;
    height: 44px;
    line-height: 44px; 
}
.page-local a{
    color: #999;
    padding: 0 5px;
}
.page-local a:hover{
    color: #2e3192;
    font-size: 16px;
    text-decoration: none;
}

/*about*/
.about-memu{
    width: 100%;
    height: 150px;
    background: url(../images/about-memu-bg.jpg) no-repeat center;
    color: #999;
    line-height: 44px;
}
.about-memu .wrap{
    padding: 20px 0;
}
.about-memu h2{
    width: 150px;
    font-size: 24px;
    color: #333;
    padding-left: 50px;
    background: url(../images/contactIco.png) no-repeat left center;
    float: left;
    font-weight: normal;
}
.about-memu ul{
    float: left;
    margin-top: 10px;
}
.about-memu ul li{
    float: left; 
    transition: all .3s linear;
    margin-right: 20px;
}
.about-memu ul li a{
    display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    font-size: 15px;
    background: #fff;
    border: 1px solid #f2f2f2;
}
.about-memu ul li a.this,
.about-memu ul li a:hover{
    background-color: #2e3192;
    color: #fff;
    text-decoration: none;
}
.about-box h1{
    text-align: center;
    font-size: 26px;
    font-weight: normal;
    padding-top: 40px;
}
.about-line{
    width: 160px;
    height: 1px;
    background: #f2f2f2;
    margin: 20px auto;
}
.about-box .content{
    line-height: 1.8;
    font-size: 16px;
    color: #666666;
}
.about-box .content > p{
    margin-bottom: 15px;
}
.about-box .content img{
    max-width: 100%;
}
.about-box .content img.left-img{
    float: left;
    margin: 0 30px 20px 0;
}
.about-box .content img.right-img{
    float: right;
    margin: 0 0 20px 30px;
}
.about-box .content h2{
    text-align: center;
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 15px;
}
.about-box .content h3{
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: normal;
    padding-top: 25px;
    color: #2e3192;
}
.about-box .content ol.list{
    padding-left: 3em;
}
.about-box .content ol.list li{
    list-style: decimal;
    margin-bottom: 10px;
    padding-left: 10px;
}
.about-box .content p.explain{
    font-size: 20px;
    text-indent: 0;
    padding-top: 20px;
}
.about-box .content-line{
    padding: 50px 0;
    background: url(../images/content-line.png) no-repeat center;
}
.about-box .content ul.ul-col{
    padding-left: 2em;
}
.about-box .content ul.ul-col li{
    float: left;
}
.about-box .content ul.ul-col-2 li{
    width: 50%;
}
.about-box .content ul.ul-col-3 li{
    width: 33.33333333%;
}
.about-box .content ul.ul-col-4 li{
    width: 25%;
}
.about-box .content ul.ul-col-5 li{
    width: 20%;
}
.about-box .content iframe{
    width: 900px;
    height: 500px;
    margin: 0 auto;
}

/*news-box*/
.news-box{
    margin-top: 20px;
}
.news-box .news-side{
    width: 240px;
    float: left;
}
.news-box .news-side .side-top{
    background: url(../images/news-side-top.png) no-repeat center;
    background-color: #2e3192;
    height: 112px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 3px;
}
.news-box .news-side .side-top .text{
    background: url(../images/newsdda.png) no-repeat center 15px;
    padding-top: 50px;
    text-align: center;
    color: #fff;
}
.news-box .news-side .side-top .text h3{
    font-size: 22px;
    font-weight: normal;
}
.news-box .news-side .side-top .text p{
    font-size: 16px;
}
.news-box .news-side .side-type ul li,
.news-box .news-side .side-type ul li a{
    display: block;
    height: 48px;
    line-height: 48px;
}
.news-box .news-side .side-type ul li{
    padding-left: 50px;
    background: #fafafa;
    margin-bottom: 5px;
}
.news-box .news-side .side-type ul li a{
    font-size: 16px;
    background-image: url(../images/newsIco1.png);
    background-repeat: no-repeat;
    background-position: 85% center;
}
.news-box .news-side .side-type ul li.this{
    background-color: #2e3192;
}
.news-box .news-side .side-type ul li.this a{
    color: #fff;
    background-image: url(../images/newsIco2.png);
}
.news-box .news-side .side-type ul li a:hover{
    text-decoration: none;
}
.news-box .news-side .side-suggest{
    background: #fafafa;
    padding-top: 10px;
}
.news-box .news-side .side-suggest h3{
    font-weight: normal;
    font-size: 22px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.news-box .news-side .side-suggest h3 i{
    font-size: 24px;
    margin-right: 5px;
}
.news-box .news-side .side-suggest ul{
    padding: 15px;
}
.news-box .news-side .side-suggest ul li{
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px;
}
.news-box .news-side .side-suggest ul li:last-child{
    border-bottom: none;
    margin-bottom: 0;
}
.news-box .news-side .side-suggest ul li a{
    display: block;
}
.news-box .news-side .side-suggest ul li a img{
    width: 100%;
    display: block;
}
.news-box .news-side .side-suggest ul li a p{
    text-align: center;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis;
}
.news-box .news-list{
    width: 930px;
    float: right;
}
.news-box .news-list .news-item{
    padding: 20px 10px;
    overflow: hidden;
    box-shadow: 0 -5px 12px rgba(0, 0, 0, .03);
    margin-bottom: 30px;
}
.news-box .news-list .news-item .news-img a{
    display: block;
    border: 1px solid #f2f2f2;
}
.news-box .news-list .news-item .news-img img{
    width: 100%;
    height: 150px;
}
.news-box .news-list .news-item .news-content h2{
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.news-box .news-list .news-item .news-content > p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 25px;
    height: 75px;
    color: #999;
    margin-bottom: 10px;
}
.news-box .news-list .news-item .news-content > time{
    color: #999;
    background: url(../images/time-icon.png) no-repeat left center;
    padding-left: 15px;
}

/*contact-box*/
.contact-box{
    background-color: #0563ab;
    padding: 6px 6px 0 6px;
}
.contact-box .contact-text{
    width: 750px;
    background-color: #fff;
    height: 450px;
    padding: 50px;
    box-sizing: border-box;
}
.contact-box .contact-text h2{
    font-size: 28px;
    font-weight: normal;
}
.contact-box .contact-text ul{
    border-top: 1px solid #f2f2f2;
    padding-top: 20px;
    margin-top: 20px;
}
.contact-box .contact-text ul li{
    height: 45px;
    line-height: 2;
    font-size: 18px;
    color: #666;
}
.contact-box .contact-message{
    width: 430px;
    color: #fff;
    padding-top: 20px;
}
.contact-box .contact-message h2{
    font-size: 28px;
    font-weight: normal;
    text-align: center;
}
.contact-box .contact-message p{
    text-align: center;
}
.contact-box .layui-form{
    padding: 30px 20px 0 20px;
}
.contact-box .layui-form-pane .layui-form-label{
    color: #666;
}
.about-box .map-nav{
    border: 18px solid #f4f4f4;
    padding: 22px;
    background-color: #fff;
    height: 600px;
}
.about-box .map-nav #container {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
}

/*mapsContent*/
#mapsContent{
    padding: 0 15px;
}
#mapsContent h4{
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
    color: #000;
}
#mapsContent img{
    width: 110px;
    height: 110px;
    float: right;
    position: relative;
    top: -30px;
}
#mapsContent .text{
    float: left;
    width: 330px;
}
#mapsContent .text p{
    text-indent: 0;
}

/*pages*/
.pages {
    clear: both;
    padding: 50px 20px;
    text-align: center;
}
.pages a,
.pages strong {
    padding: 10px 14px;
    border-radius: 2px;
    background: #FFFFFF;
    margin: 0px 2px;
    border: 1px solid #e5e5e5;
}

.pages strong,
.pages a:hover {
    background-color: #2e3192;
    color: #FFFFFF;
    border-color: #2e3192;
    text-decoration: none;
}

.page-show{
    width: 930px;
    float: right;
}
.page-show h1{
    text-align: center;
    font-size: 26px;
    font-weight: normal;
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 10px;
    margin-bottom: 20px;
}
.page-show .content{
    line-height: 1.75;
    font-size: 15px;
    color: #666666;
}
.page-show .content > p{
    margin-bottom: 10px;
}`
.page-show .content img{
    max-width: 100%;
}
.page-show .content h3{
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: normal;
    color: #2e3192;
}
.page-show .content table.layui-table > thead > tr > th{
    background-color: #16baaa;
    color: #fff;
}
.page-show .content iframe{
    width: 900px;
    height: 500px;
    margin: 0 auto;
}

/*case-list*/
.case-list{
    padding: 15px 0 30px 0;
}
.case-item{
    padding-top: 40px;
}
.case-item .case-item-box{
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
}
.case-item .case-img img{
    width: 100%;
    height: 250px;
    border-radius: 10px 10px 0 0;
}
.case-item .case-txt{
    padding: 10px 20px 20px 20px;
}
.case-item .case-txt h3{
    font-weight: normal;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.case-item .case-txt p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 25px;
    height: 100px;

}

/*honor-list*/
ul.honor-list > li{
    padding: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}
ul.honor-list > li > img{
    width: 100%;
    margin-bottom: 10px;
}
ul.honor-list > li > p{
    text-align: center;
    height: 40px;
    line-height: 40px;
/*    background-color: #f0f0f0;*/
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
ul.honor-list > li:hover > p{
    border-color: #2e3192;
}

/*pro-info*/
.pro-info{
    margin-bottom: 20px;
}
.pro-info .pro-img{
    float: left;
    width: 300px;
    border:1px solid #2e3192;
    padding: 3px;
    border-radius: 5px;
}
.pro-info .pro-img img{
    width: 100%;
}
.pro-info .pro-text{
    float: right;
    width: 600px;
}
.pro-info .pro-text h1.pro-title{
    text-align: left;
    padding: 0 0 15px 0;
}
.pro-info .pro-text .pro-desc{
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
}
.pro-info .pro-text .pro-bot{
    border-top: 1px solid #ececec;
    padding-top: 20px;
    font-size: 16px;
}
.pro-info .pro-text .pro-bot strong{
    font-family: Impact;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #2e3192;
    padding-bottom: 8px;
}
.pro-info .pro-text .pro-bot a{
    border: solid 2px #cccccc;
    display: block;
    text-align: center;
    width: 150px;
    height: 34px;
    background-color: #ffe00c;
    border-radius: 17px;
    font-size: 14px;
    line-height: 34px;
    color: #333333;
    float: right;
    position: relative;
    top: -5px;
}
.pro-info .pro-text .pro-bot a:hover{
    background-color: #2F318D;
    color: #FFF;   
    border: solid 2px #ffe00c;
    text-decoration: none;
}
.pro-con-bt{
    border-bottom: 1px #ccc solid;
    background: #f1f1f1;
    margin-bottom: 20px;
}
.pro-con-bt > h3{
    display: block;
    width: 160px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    background-color: #2e3192;
    font-weight: normal;
}
.pro-content p{
    margin: 0;
}
.pro-content img{
    width: 100%;
}

/*case-box*/
.case-box{
    padding-top: 40px;
}
.case-box .pro-info .pro-img{
    width: 400px;
}
.case-box .pro-info .pro-text{
    width: 750px;
}

/*sitemap*/
.sitemap{
    padding-top: 30px;
}
.sitemap h2{
    font-size: 30px;
    padding: 30px 0;
    text-align: center;
}
.sitemap > ul > li{
    border-bottom: 1px solid #ececec;
    padding: 30px;
    font-size: 20px;
}
.sitemap > ul > li > ul{
    padding-left: 30px;
    padding-top: 15px;
    clear: both;
}
.sitemap > ul > li > ul:after{
    content: '';
    display: block;
    clear: both;
}
.sitemap > ul > li > ul > li{
    font-size: 16px;
    line-height: 40px;
    float: left;
    width: 20%;
}

/*fixedNav*/
.fixedNav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100000;
    box-shadow: 0px 10px 12px rgba(0, 0, 0, .1);
}