@charset "utf-8";

* {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    border: none;
    float: left;
}

input {
    border: none;
    background: none;
}

input,
textarea {
    font-family: Arial, "微软雅黑";
    outline: 0;
    font-size: 14px;
    -webkit-appearance: none;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block
}

html,
body {
    font: 12px Arial, "微软雅黑";
    color: #929292;
    width: 100%;
    height: 100%;
    background: #fff
}

.fw {
    margin: 0 auto;
    width: 1180px;
}

body {
    overflow-x: hidden;
    min-width: 1200px
}

.header {
    width: 100%;
    height: auto;
    position: fixed;
    font-size: 14px;
    transition: all ease .3s;
    z-index: 99;
    background: #fff;
    transition-property: padding, background
}

.header .content {
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    height: 80px;
    position: relative;
}

.header .logo {
    width: auto;
    height: 40px;
    display: block;
    float: left;
    margin-right: 50px;
    margin-top: 12px;
}

.header .logo img {
    transform: scale(1, 1);
    transition: all 0.3s ease-out 0s;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    height: 55px;
    width: auto
}

.header ul.nav {
    float: right;
}

.header ul li.navitem {
    transition: all 0.4s ease-out 0s;
    padding: 0px 1px 0px 0px;
    line-height: 40px;
    width: auto;
    height: 50px;
    float: left;
    position: relative;
}

.header ul li.navitem a {
    color: #4b4b4b;
    display: inline-block;
    padding: 20px 26px;
    transition: none ease-out .3s;
    transition-property: color, background, text-indent, opacity;
}


.header ul li.navitem a.active,
.header ul li.navitem:hover a {
    color: #fff;
    background-color: #305dc3;
    display: inline-block;
    padding: 20px 26px;
}



.footer {
    margin-top: 20px;
    background: #f3f3f3;
    padding: 20px 0;
}

.footer p {
    width: 1200px;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
}

.footer p a {
    color: #929292;
}


.page-content {
    height: auto;
    min-height: 1000px;
}


.fullSlide {
    width: 100%;
    position: relative;
    height: 580px;
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 580px;
    overflow: hidden;
    text-align: center;
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
}

.fullSlide .hd ul {
    text-align: center;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 42px;
    height: 11px;
    margin: 1px;
    overflow: hidden;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    line-height: 999px;
}

.fullSlide .hd ul .on {
    background: #305dc3;
}

.fullSlide .prev,
.fullSlide .next {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -30px;
    left: 15%;
    z-index: 1;
    width: 40px;
    height: 60px;
    background: url(/static/images/slider-arrow.png) -126px -137px #000 no-repeat;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
}

.fullSlide .next {
    left: auto;
    right: 15%;
    background-position: -6px -137px;
}

.module {
    margin: 0 auto;
    width: 1200px;
}

.module .module-header {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    text-align: center;
}

.module .module-header p.title {
    font-size: 26px;
    color: #444;
    margin-bottom: 8px;
}

.module .module-header .subtitle {
    display: block;
    width: 478px;
    color: rgba(191, 191, 191, 0.91);
    font-size: 14px;
    border-bottom: 1px #ececec solid;
    padding-bottom: 10px;
    margin: 0 auto;
}

.module .module-header .subtitle::after {
    content: '';
    background-color: rgba(44, 102, 204, 0.82);
    width: 9px;
    height: 9px;
    display: block;
    border-left: 7px #F7F7F7 solid;
    border-right: 7px #F7F7F7 solid;
    position: relative;
    top: 15px;
    left: 228px;
}

.module .product-list {
    display: flex;
}

.module .product-list .product-item {
    width: 224px;
    height: 280px;
    margin-right: 20px;
    overflow: hidden;
}

.module .product-list .product-item:nth-child(5n) {
    margin-right: 0px;
}

.module .product-list .product-item a img {
    position: relative;
    width: 224px;
    height: 280px;
    perspective: 150;
    -webkit-perspective: 150;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.module .product-list .product-item a:hover img {
    transform: scale(1.08, 1.08);
}

.module a.more {
    box-shadow: 0 2px 12px #e2e2e2;
    border: #ddd 0px solid;
    background: rgba(255, 255, 255, .0);
    width: 150px;
    height: 37px;
    display: block;
    margin: 40px auto 50px;
    line-height: 37px;
    font-size: 14px;
    color: #aba8a8;
    text-indent: 36px;
    border-radius: 0px;
    transition: all ease-out .3s;
    background-color: #fff;
}

.module a.more:hover {
    color: #525252;
    text-indent: 36px;
    box-shadow: 0px 7px 15px #dedede;
}

.module a.more::after {
    transition: all 0.4s ease-out 0s;
    content: ' ';
    width: 37px;
    display: block;
    float: right;
    height: 37px;
    background: url(/static/images/arrow.png) no-repeat -55px -63px;
    background-color: #383838;
}

.module a.more:hover::after {
    background-color: #305DC3;
}

.module .news-list {
    display: flex;
    flex-wrap: wrap;
}

.module .news-list .news-item {
    width: 540px;
    height: 120px;
    margin-bottom: 30px;
    margin-right: 30px;
    background-color: #f7f7f7;
    padding: 20px;
    position: relative;
    display: flex;
}

.module .news-list .news-item:nth-child(2n) {
    margin-right: 0px;
}

.module .news-list .news-item::after {
    content: '';
    position: absolute;
    top: 0px;
    display: block;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    /* z-index: 0; */
    transform: scaleY(0);
    transition: transform .75s cubic-bezier(.19, 1, .22, 1);
    transform-origin: top;
    transition-delay: 0s !important;
}

.module .news-list .news-item:hover::after {
    z-index: 0;
    transform-origin: bottom;
    transform: scaleY(1);
    box-shadow: 0px 7px 17px #dedede;
}


.module .news-list .news-item a.news-content {
    z-index: 7;
    display: flex;
}

.module .news-list .news-item a.news-content .news-img {
    width: 150px;
    height: 90px;
    margin-top: 15px;
    -webkit-perspective: 150;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.module .news-list .news-item a.news-content .news-body {
    flex: 1;
    padding-left: 20px;
    padding-top: 10px;
}

.module .news-list .news-item a.news-content .news-body .title {
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #3c3c3e;
    line-height: 32px;
    text-indent: 0px;
}

.module .news-list .news-item a.news-content .news-body .description {
    height: 47px;
    color: #afafaf;
    line-height: 22px;
}

.abouts-module {
    background-image: url(/static/images/about-bg.jpg);
    background-repeat: no-repeat;
    margin-top: 60px;
    width: 100%;
    height: 400px;
    padding-top: 200px;
}

.abouts-module .abouts-box {
    width: 1200px;
    margin: 0 auto;
    background-color: #305dc3;
    height: 368px;
    position: relative;
}

.abouts-module .abouts-box .abouts-img {
    position: absolute;
    top: -44px;
    left: 25px
}

.abouts-module .abouts-box .abouts-body {
    width: 450px;
    margin-left: 720px;
}

.abouts-module .abouts-box .abouts-body .top-box {
    padding-top: 50px;
}

.abouts-module .abouts-box .abouts-body .top-box .title {
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.abouts-module .abouts-box .abouts-body .top-box .subtitle {
    background-color: rgba(88, 124, 205, 0);
    font-size: 14px;
    color: rgba(255, 255, 255, 0.58);
    width: 80px;
}

.abouts-module .abouts-box .abouts-body .desc-wrap {
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 27px;
}

.abouts-module .abouts-box .abouts-body .desc-wrap p {
    margin-top: 10px;
}

.abouts-module .abouts-box .abouts-body a.more {
    margin-top: 20px;
    display: block;
    width: 67px;
    height: 36px;
    border: rgba(255, 255, 255, 0.3) 1px solid;
    background-color: rgba(255, 255, 255, .0);
    background: url(/static/images/arrow.png) no-repeat -38px -2px;
    opacity: 0.6;
    float: right;
}

.abouts-module .abouts-box .abouts-body a.more:hover {
    transition: all ease-out .3s;
    background: url(/static/images/arrow.png) no-repeat -38px -33px;
    opacity: 1;
    border: rgba(255, 255, 255, 0.41) 1px solid;
}

.banner {
    padding-top: 80px;
    height: 200px;
}

.module .detail {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.5;
}

.module .detail img {
    margin-right: 20px;
}




.content {
    margin: 0 auto;
    width: 1200px;
    position: relative;
}

.content .content-header {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    text-align: center;
}

.content .content-header p.title {
    font-size: 26px;
    color: #444;
    margin-bottom: 8px;
}

.content .content-header .subtitle {
    display: block;
    width: 478px;
    color: rgba(191, 191, 191, 0.91);
    font-size: 14px;
    border-bottom: 1px #ececec solid;
    padding-bottom: 10px;
    margin: 0 auto;
}

.content .content-header .subtitle::after {
    content: '';
    background-color: rgba(44, 102, 204, 0.82);
    width: 9px;
    height: 9px;
    display: block;
    border-left: 7px #F7F7F7 solid;
    border-right: 7px #F7F7F7 solid;
    position: relative;
    top: 15px;
    left: 228px;
}

.content .product-list {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
}

.content .product-list .product-item {
    width: 374px;
    height: 350px;
    margin-bottom: 60px;
    margin-right: 25px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    text-align: center;
}

.content .product-list .product-item:last-child(3n) {
    margin-right: 0px;
}

.content .product-list .product-item .product-img {
    width: 374px;
    height: 200px;
}

.content .product-list .product-item .product-img img {
    width: 374px;
    height: 200px;
}


.content .product-list .product-item .product-info {
    height: 300px;
    overflow: hidden;
}

.content .product-list .product-item .product-info .title {
    font-size: 18px;
    color: #595959;
    height: 40px;
    line-height: 40px;
    transition: all ease-out .2s;
    margin-top: 26px;
    padding: 0px 10px;
    overflow: hidden;
    position: relative;
}

.content .product-list .product-item a .product-info .description {
    margin-top: 30px;
    color: #B1AFAF;
}


.content .product-list .product-item:hover {
    position: relative;
    top: -8px
}

.content .product-list .product-item:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    margin-top: -8px;
    background: #fff;
}

.pages {
    margin-top: 30px;
}

.content .category-header {
    padding-bottom: 40px;
    width: 220px;
    background-color: #264EA7;
    position: relative;
    top: -70px;
    height: 70px;
    padding-top: 40px;
    border-radius: 3px 3px 0px 0px;
}

.content .category-header .title {
    text-align: left;
    margin-left: 31px;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
    font-size: 25px;
    padding-bottom: 8px;
    margin-top: -5px;
    width: 158px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    letter-spacing: 1px;
    color: #fff;
}

.content .category-header .subtitle {
    float: right;
    letter-spacing: 1px;
    font-size: 15px;
    display: inline-block;
    color: #EAEAEA;
    margin-top: 0px;
    margin-right: 31px;
    width: 150px;
    overflow: hidden;
    text-align: right;
}

.content .category-list {
    margin-top: -70px;
    padding-top: 15px;
    margin-left: 0px;
    padding-bottom: 30px;
    width: 205px;
    float: left;
    padding-left: 15px;
    text-align: left;
    background-color: #305DC3;
    border-radius: 0px 0px 3px 3px;
}

.content .category-list a { display:block; border-bottom: 1px solid rgba(0,0,0,.08);padding-left: 16px; color: #CFDCF9;}
.content .category-list a:last-child { border-bottom:none;}

.content .category-list a:hover { padding-left:26px;}
.content .category-list a::before { left:0; content:''; position:absolute; width:3px; height:12px; background:transparent;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.content .category-list a:hover::before { left:10px; }
.content .category-list a{border-bottom: 1px solid rgba(0,0,0,.08);float: none;display: block;height:43px;margin-top: 1px;margin-bottom: 1px;line-height: 43px; padding-left: 15px; margin-right: 16px;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}


.content .category-list a:hover {
    padding-left: 30px;
    background-color: #2249A0;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.content .news-list{
    width: 960px;
    float: right;
    padding-top: 0px;
    margin-top: -95px;
}

.content .news-list .news-item {
    width: 936px;
    height: 150px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    margin-left: 25px;
    display: flex;
}

.content .news-list .news-item .news-img {
    display: block;
    width: 180px;
    height: 110px;
    margin-top: 5px;
}

.content .news-list .news-item .news-body {
   flex: 1;
   margin-left: 20px;
   display: flex;
   flex-direction: column;
}

.content .news-list .news-item .news-body .title{
    margin-top: 8px;
    line-height: 24px;
    height: 24px;
    padding-bottom: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #06090e;
}

.content .news-list .news-item .news-body .description{
    height: 50px;
    font-size: 13px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #B5B5B5;
}