/**** common ****/
* {
    padding: 0;
    margin: 0;
    list-style: none;
}

a,
a:hover,
a:visited,
a:link,
a:focus {
    text-decoration: none;
}

ol,
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h1:before,
h2:before,
h3:before,
h4:before,
h5:before,
h6:before,
h1:after,
h2:after,
h3:after,
h4:after,
h5:after,
h6:after {
    display: none;
}

.hold-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#content {
     margin-top:40px; 
}

header {}

header .header-con {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 22;
    background-color: #fff;
    box-shadow: 0 0 10px;
}

header .header-con .header-logo {
    float: left;
    width: 66%;
    padding: 0 2%;
}

header .header-con .header-logo>div {}

header .header-con .header-logo>div p:nth-child(1) {}

header .header-con .header-logo>div p:nth-child(2) {}

header .header-con .header-logo img {
    width: 100%;
}

header .header-nav {
    float: right;
    width: 14%;
}

header .header-nav ul {
    overflow: hidden;
    position: absolute;
    top: 44px;
    right: 0px;
    width: 80px;
    height: 270px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    z-index: 22222;
    background-color: #fff;
    display: none;
}

header .header-nav ul li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #eee;
}

header .header-nav ul li a {
    display: block;
    height: 32px;
    line-height: 32px;
    color: #333;
    font-size: 14px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

header .header-nav ul li:hover a,
header .header-nav ul li.active a {
    background-color: #02328d;
    color: #fff;
}

.header-navPic {
    width: 50px;
    text-align: center;
    height: 40px;
    background-color: #02328d;
    margin-top: 3px;
}

.header-navPic img {
    width: 40px;
}

.header-navPic img:nth-child(1) {
    display: none;
}

.header-navPic img:nth-child(2) {
    display: block;
    width: 30px;
    margin: 0 auto;
    padding-top: 5px;
}

.header-navPic.active img:nth-child(1) {
    display: block;
}

.header-navPic.active img:nth-child(2) {
    display: none;
}


.normal-title {
    text-align: center;
}

.normal-title p {
    font-size: 20px;
    color: #02328d;
    font-weight: bold;
    border-bottom: 1px solid #eee;
}

.normal-title p span {
    font-size: 12px;
    color: #333;
    text-transform: uppercase;
}

.normal-title p:after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: #1f61e0;
    margin: 1% auto 0 auto;
}

.hold-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.normal-proNav {
    width: 100%;
    margin-top: 3%;
    margin-right: 2%;
}

.normal-proNav ul {
    border: 1px solid #e0e0e0;
    height: 76px;
    overflow-y: auto;
}

.normal-proNav ul li {
    line-height: 36px;
    text-align: center;
}

.normal-proNav ul li:first-child {
    font-size: 16px;
    color: #fff;
    background-color: #02328d;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}

.normal-proNav ul li a {}

.normal-proNav ul li select {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: none;
    text-align: center;
}

.normal-proNav ul li select option {
    height: 36px;
    line-height: 36px;
}

.home-banner {}

.bannerSwiper {}

.bannerSwiper .swiper-slide img {
    width: 100%;
}

.bannerSwiper .swiper-button-prev {
    left: 0;
    border: 2px solid #fff;
    text-align: center;
}

.bannerSwiper .swiper-button-next {
    right: 0;
    border: 2px solid #fff;
    text-align: center;
}

.bannerSwiper .swiper-button-next:after,
.bannerSwiper .swiper-button-prev:after {
    font-size: 30px;
}

.home-bannerS {
    background-color: #02328d;
    padding-bottom: 6px;
}

.bannerSmallSwiper {
    width: 630px;
    margin-top: -20px;
}

.bannerSmallSwiper .swiper-slide {
    background-color: #000;
}

.bannerSmallSwiper .swiper-slide img {
    border: 1px solid #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.bannerSmallSwiper .swiper-slide img {
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
}

.bannerSmallSwiper .swiper-slide.swiper-slide-thumb-active img {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.home-products {
    margin-top: 6%;
    position: relative;
    padding: 0 1%;
}

.home-products .normal-title {
    /*position: absolute;*/
    /*top:18%;*/
    /*left:50%;*/
    /*-webkit-transform: translateX(-50%);*/
    /*-moz-transform: translateX(-50%);*/
    /*-ms-transform: translateX(-50%);*/
    /*-o-transform: translateX(-50%);*/
    /*transform: translateX(-50%);*/
    margin-top: 4%;
}

.home-products .normal-title p {
    border-bottom: 1px solid #eee;
}

.home-products .normal-title p span {}

.home-products-item {
    width: 49%;
    float: left;
    margin-right: 2%;
    position: relative;
    overflow: hidden;
    margin-bottom: 2%;
}

.home-products-item:nth-child(2n+2) {
    margin-right: 0;
}

.home-products-itemPic {
    width: 100%;
}

.home-products-itemPic img {
    width: 100%;
}

.home-products-itemPic p {
    width: 100%;
    text-align: center;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    background-color: #4a76cc;
    position: relative;
    color: #fff;
}

.home-products-item .home-products-itemModel {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.home-products-item .home-products-itemModel img {
    background-color: #02328d;
    padding: 16px 10px 10px 16px;
    border-radius: 50%;
}

.home-products-item:hover .home-products-itemModel {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.home-products-item:hover .home-products-itemModel img {
    -webkit-animation: proBtn .6s infinite;
    -o-animation: proBtn .6s infinite;
    animation: proBtn .6s infinite;
}

@keyframes proBtn {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.home-products-tBg {
    width: 100%;
}

.home-products-tBg img {
    width: 100%;
}

.home-products-con {}

.home-proFeature {
    background: url("../image/featureBg.jpg") no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    padding: 4% 0;
    margin-top: 4%;
}

.home-products-feature {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    padding: 0 2%;
}

.home-products-featureL {
    width: 238px;
    float: left;
}

.home-products-featureItem {
    margin: 0 auto 10% auto;
}

.home-products-featureItem:last-child {
    margin-bottom: 0;
}

.home-products-featureItem img {
    width: 34px;
}

.home-products-featureTxt {
    display: inline-block;
    vertical-align: middle;
    margin-left: 4%;
}

.home-products-featureTxt p:nth-child(1) {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 34px;
}

.home-products-featureTxt p:nth-child(1):after {
    display: block;
    content: '';
    width: 20px;
    height: 2px;
    margin-bottom: 6px;
    background-color: #fff;
}

.home-products-featureTxt p:nth-child(2) {
    font-size: 14px;
    color: #989898;
    line-height: 30px;
}

.home-products-featureR {
    float: left;
    width: 50%;
}

.home-products-featureR img {
    width: 100%;
}

.home-products-variety {
    border-radius: 30px;
    padding: 9px 0;
    margin-top: 4%;
}

.home-products-variety ul {
    overflow: hidden;
    width: auto;
    padding: 2% 4% 0 4%;
    background-color: #f4f5f7;
}

.home-products-variety ul li {
    width: 60%;
    float: left;
    margin-bottom: 3%;
}

.home-products-variety ul li:nth-child(2n+2) {
    width: 40%;
}

.home-products-variety ul li:last-child {
    border-right: none;
    padding-right: 0;
}

.home-products-variety ul li a {
    display: block;
    color: #1f61e0;
    font-weight: bold;
}

.home-products-variety ul li:hover {
    background-color: #f4f5f7;
}

.home-products-variety ul li:hover a {
    color: #1f61e0;
}

.home-products .home-products-pic {}

.home-products-variety ul li span {
    display: inline-block !important;
    margin-right: 10px;
}

.home-slogan {
    width: 100%;
}

.home-slogan img {
    width: 100%;
}


.home-profile {
    margin-top: 6%;
}

.home-profile-con {
    background-color: #f4f5f7;
    padding-bottom: 2%;
    margin-top: 4%;
    overflow: hidden;
}

.home-profile-l {
    width: 100%;
    position: relative;
}

.home-profile-l img {
    width: 100%;
}

.home-profile-slogan {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 34%;
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%);
}

.home-profile-slogan p:nth-child(1) {
    font-size: 14px;
    line-height: 34px;
}

.home-profile-slogan p:nth-child(2) {
    font-size: 12px;
    text-transform: uppercase;
}

.home-profile-slogan img {}

.home-profile-r {
    width: 100%;
    padding: 2% 3%;
    margin-top: 4%;
    border-top: 1px solid #eee;
}

.home-profile-r p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 3%;
    text-indent: 28px;
}

.home-profile-moreButton {
    margin-top: 3%;
    margin-left: 30px;
}

.home-profile-moreButton a {
    display: block;
    color: #fff;
    width: 100px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    background-color: #666768;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.home-profile-moreButton a span {
    display: inline-block;
}

.home-profile-moreButton a:hover {
    background-color: #2654ad;
    color: #fff;
}

.home-profile-moreButton a:hover span {
    -webkit-animation: moreSlideRight .4s infinite;
    -o-animation: moreSlideRight .4s infinite;
    animation: moreSlideRight .4s infinite;
}

@keyframes moreSlideRight {
    0% {
        margin-left: 2px;
    }

    50% {
        margin-left: 6px;
    }

    100% {
        margin-left: 2px;
    }
}

.home-news {

    margin-top: 4%;
}

.home-news .normal-title p {}

.home-news .normal-title p span {}

.home-newsCon {
    overflow: hidden;
    margin-top: 4%;
    background: url("../image/newsBg.jpg") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-attachment: fixed;
    padding: 4% 1%;
}

.home-newsItem {
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
}

.home-newsItem:nth-child(2n+2) {
    margin-right: 0;
}

.home-newsItem>img {
    width: 100%;
}

.home-newsItemTxt {
    text-align: left;
    padding: 10px 14px;
}

.home-newsItemTxt>p:nth-child(1) {
    font-size: 15px;
    font-weight: bold;
    height: 20px;
    overflow: hidden;
    word-break: keep-all;
    text-overflow: ellipsis;
}

.home-newsItemTxt>p:nth-child(2) {
    font-size: 12px;
    margin-bottom: 4px;
}

.home-newsItemTxt>div {
    overflow: hidden;
    height: 42px;
}

.home-newsItemTxt>div p {
    font-size: 14px;
}

.home-news-more {
    margin-top: 3%;
}

.home-news-more a {
    display: block;
    width: 100px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    color: #fff;
    background-color: #2654ad;
    border: 1px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


.home-contact {
    margin-top: 6%;
}

.home-contactCon {
    margin-top: 4%;
    padding: 4% 1%;
    /*background-color: #f4f5f7;*/
    background: url("../image/contactBg.jpg") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.home-contactT {
    overflow: hidden;
    padding: 0 0 6% 0;
}

.home-contactInput {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 4%;
}

.home-contactInput:nth-child(2n+2) {
    margin-right: 0;
}

.home-contactInput p:nth-child(1) {
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
}

.home-contactInput p:nth-child(1) span {
    color: #2654ad;
    font-weight: bold;
    font-size: 18px;
    vertical-align: middle;
    margin-right: 4px;
}

.home-contactInput p:nth-child(2) {
    background-color: #fff;
    padding: 4px 10px 4px 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    text-align: center;
}

.home-contactInput p:nth-child(2) span {
    font-size: 14px;
    display: block;
    font-weight: bold;
    vertical-align: middle;
}

.home-contactInput p:nth-child(2) img {
    width: 20px;
    vertical-align: middle;
}

.home-contactB {
    margin-top: -3%;
    text-align: center;
}

.home-contactB img {
    width: 100%;
}

footer {
    background-color: #333;
    padding: 3% 0;
    margin-bottom: 40px;
}

footer .footerCon {
    overflow: hidden;
}

footer .footer-l {
    float: left;
    width: 266px;
    padding-left: 2%;
}

footer .footer-l ul {
    overflow: hidden;
}

footer .footer-l ul li {
    float: left;
    margin-right: 10px;
}

footer .footer-l ul li a {
    font-size: 14px;
    color: #fff;
    padding-right: 10px;
    border-right: 1px solid #fff;
}

footer .footer-l p:nth-child(3) {
    font-size: 12px;
    color: #fff;
}

footer .footer-l p:nth-child(3) a,
footer .footer-l p:nth-child(3) a:hover,
footer .footer-l p:nth-child(3) a:visited,
footer .footer-l p:nth-child(3) a:link {
    color: #fff;
}

footer .footer-l p:nth-child(2) {
    font-size: 12px;
    color: #fff;
    margin: 14px 0;
}

footer .footer-l p:nth-child(2) span {
    vertical-align: top;
    display: inline-block;
    max-width: 610px;
}

footer .footer-l p:nth-child(2) a,
footer .footer-l p:nth-child(2) a:hover,
footer .footer-l p:nth-child(2) a:visited,
footer .footer-l p:nth-child(2) a:link {
    color: #fff;
    margin-right: 10px;
    overflow: hidden;
    word-break: keep-all;
    font-size: 14px;
    font-weight: bold;
}

footer .footer-l p:nth-child(4) {
    font-size: 12px;
    color: #fff;
    margin-bottom: 10px;
}

footer .footer-l p:nth-child(5) {
    font-size: 14px;
    color: #5180da;
    line-height: 30px;
    border-top: 1px solid #fff;
    padding-top: 6px;
}

footer .footer-l p:nth-child(5):before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #5180da;
    vertical-align: middle;
    margin-right: 10px;
}

footer .footer-l p:nth-child(5):after {
    display: inline-block;
    content: '';
    width: 20px;
    height: 1px;
    background-color: #5180da;
    vertical-align: middle;
    margin-left: 10px;
}

footer .footer-r {
    float: left;
    text-align: right;
    width: 100px;
    overflow: hidden;
    padding-left: 6%;
}

footer .footer-r .footer-rPic {
    position: relative;
    display: inline-block;
}

footer .footer-r .footer-rPic:before {
    /*content: '';*/
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 160px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

footer .footer-r .footer-rPic img {
    position: relative;
    width: 180px;
}

footer .footer-r .footer-r-item {
    float: left;
    margin: 0 10%;
}

footer .footer-r .footer-r-item p {
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    width: 50px;
    height: 50px;
    padding: 4px;
    border-radius: 20%;
    margin: 0 auto 18% auto;
    position: relative;
}

footer .footer-r .footer-r-item p:after {
    content: '';
    display: block;
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 20px;
    height: 20px;
    background-color: #333333;
}

.newsPage-con .nav-links a,
.newsPage-con .nav-links>span {
    display: inline-block;
    margin: 4px 4px;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 8px;
    border: 1px solid #e0e0e0;
}

.normal-banner {
    width: 100%;
}

.normal-banner img {
    width: 100%;
}

.normal-location {
    border-bottom: 1px solid #eee;
}

.normal-location:after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background-color: #155cbc;
}

.normal-location a {
    font-weight: bold;
}

.normal-bg {
    background-color: #fff;
    padding: 3% 1%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    overflow: hidden;
}

/**** company ****/
.companyPage {
    background-color: #f1f1f1;
    padding-bottom: 4%;
}

.companyPage-nav {
    background-color: #155cbc;
}

.companyPage-nav ul {
    overflow: hidden;
}

.companyPage-nav ul li {
    float: left;
    height: 60px;
    line-height: 60px;
    padding: 0 1%;
    width: 120px;
    text-align: center;
    cursor: pointer;
}

.companyPage-nav ul li img:nth-child(1) {
    width: 22px;
}

.companyPage-nav ul li img:nth-child(2) {
    width: 22px;
    display: none;
}

.companyPage-nav ul li span {
    color: #fff;
    margin-left: 4px;
}

.companyPage-navCon {}

.companyPage-navContainer {}

.companyPage-navContainer>div {}

.companyPage-info {
    margin-top: 3%;
    overflow: hidden;
}

.companyPage-navContainer>div:nth-child(3) {
    text-align: center;
}

.companyPage-info p {
    font-size: 16px;
    text-indent: 30px;
    line-height: 26px;
    margin-bottom: 8px;
}

.companyPage-info p span {
    color: #1958a7;
    font-weight: bold;
    font-size: 18px;
}

.companyPage-info-l {
    width: 92%;
    margin: 4% 4%;
}

.companyPage-info-r {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.companyPage-info-r img {
    width: 48%;
    margin: 0 1%;
    float: left;
}

.companyPage-info-symbols {
    position: relative;
    margin-top: 3%;
}

.companyPage-info-symbols1 {
    position: absolute;
    width: 60px;
    top: 0;
    left: 13%;
}

.companyPage-info-symbols1 img {
    width: 100%;
}

.companyPage-info-symbols2 {
    position: absolute;
    bottom: -20%;
    right: 0;
    width: 20%;
    opacity: .1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
}

.companyPage-info-symbols2 img {
    width: 100%;
}


.companyPage-culture {
    position: relative;
    padding-bottom: 4%;
    margin-top: 3%;
}

.companyPage-info-culturePic {
    width: 100%;
    text-align: center;
    padding: 190px 0 140px 0;
}

.companyPage-culture .companyPage-info-culture p:nth-child(1) {

    font-size: 20px;

    color: #fff;

    background-color: #514f50;

    width: 40px;

    text-align: center;

    height: 40px;

    line-height: 40px;

    border-radius: 50%;

    margin-bottom: 10px;
}

.companyPage-culture .companyPage-info-culture p:nth-child(2) {
    font-size: 15px;
    font-weight: bold;
    min-height: 70px;
}

.companyPage-info-culture1 {
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 2% 4%;
}

.companyPage-info-culture1 p {}

.companyPage-info-culture2 {
    width: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 4% 4%;
}

.companyPage-info-culture2 p {}

.companyPage-info-culture3 {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    padding: 2% 4%;
}

.companyPage-info-culture3 p {}

.companyPage-info-culture4 {
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 2% 4%;
}

.companyPage-info-culture4 p {}

.companyPage-nav ul li:hover,
.companyPage-nav ul li.active {
    background-color: #fff;
}

.companyPage-nav ul li:hover img:nth-child(1),
.companyPage-nav ul li.active img:nth-child(1) {
    display: none;
}

.companyPage-nav ul li:hover img:nth-child(2),
.companyPage-nav ul li.active img:nth-child(2) {
    display: inline-block;
}

.companyPage-nav ul li:hover span,
.companyPage-nav ul li.active span {
    color: #333;
}


/**** products ****/
.productsPage {
    background-color: #f1f1f1;
    padding-bottom: 4%;
}

.productsPage-nav {
    background-color: #155cbc;
}

.productsPage-nav ul {
    overflow: hidden;
}

.productsPage-nav ul li {
    float: left;
    height: 60px;
    line-height: 60px;
    padding: 0 1%;
}

.productsPage-nav ul li a {
    color: #fff;
    font-size: 15px;
}

.productsPage-nav ul li.active,
.productsPage-nav ul li:hover {
    background-color: #fff;
}

.productsPage-nav ul li.active a,
.productsPage-nav ul li:hover a {
    color: #155cbc;
}

.productsPage-nav.fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.productsPage-navCon {}

.productsPage-navContainer {
    margin-top: 4%;
    overflow: hidden;
}

.productsPage-item {
    float: left;
    width: 49%;
    margin-right: 2%;
    border: 1px solid #e0e0e0;
    position: relative;
    margin-bottom: 5%;
    overflow: hidden;
}

.productsPage-item:nth-child(2n+2) {
    margin-right: 0;
}

.productsPage-itemPic {
    width: 100%;
}

.productsPage-itemPic img {
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.productsPage-itemPic p {
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.productsPage-itemModel {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    display: none;
    -webkit-transform: translate(-100%, -100%);
    -moz-transform: translate(-100%, -100%);
    -ms-transform: translate(-100%, -100%);
    -o-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.productsPage-itemModel img {
    -webkit-animation: proBtn .6s infinite;
    -o-animation: proBtn .6s infinite;
    animation: proBtn .6s infinite;
    padding: 16px 10px 10px 16px;
    background-color: #02328d;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.productsPage-itemModel-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #155cbc;
    color: #fff;
    text-align: center;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.productsPage-item:hover {}

.productsPage-item:hover .productsPage-itemPic img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.productsPage-item:hover .productsPage-itemModel {
    display: flex;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.productsPage-item:hover .productsPage-itemModel-txt {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.proNavSwiper {}

.proNavSwiper .swiper-slide {
    cursor: pointer;
}

.proNavSwiper .swiper-slide p {
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    text-align: center;
}

.proNavSwiper .swiper-slide p a {
    color: #fff;
}

.proNavSlide {
    position: relative;
}

.proNavSlide .swiper-button-prev:after,
.proNavSlide .swiper-button-next:after {
    color: #fff;
    font-size: 30px;
}

.proNavSlide .swiper-button-prev {
    left: 0;
}

.proNavSlide .swiper-button-next {
    right: 0;
}



/**** news ****/
.newsPage {
    background-color: #f1f1f1;
    padding-bottom: 4%;
}

.newsPage-con {}

.newsPage-container {
    margin-top: 4%;
    width: 100%;
}

.newsPage-item {
    overflow: hidden;
    margin-bottom: 2%;
    position: relative;
    padding: 2%;
    cursor: pointer;
    background-color: #f1f1f1;
}

.newsPage-item-l {
    float: left;
    padding: 2px 8px;
    background-color: #333333;
}

.newsPage-item-l p:nth-child(1) {
    color: #fff;
    font-size: 15px;
}

.newsPage-item-l p:nth-child(2) {
    color: #fff;
    font-size: 12px;
}

.newsPage-item-r {
    float: left;
    margin-left: 16px;
    width: 280px;
    position: relative;
}

.newsPage-itemTitle {
    font-weight: bold;
    font-size: 16px;
}

.newsPage-itemCon {
    font-size: 14px;
    height: 40px;
    overflow: hidden;
    margin-top: 8px;
}

.newsPage-itemCon p {}

.newsPage-itemMore {}

.newsPage-itemMore a {
    display: inline-block;
    color: #fff;
    background-color: #333333;
    width: 70px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    margin-top: 6px;
    border-radius: 4px;
    font-size: 12px;
}

.newsPage-item:hover .newsPage-itemMore a {
    background-color: #02328d;
}

.newsPage-item-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(160, 157, 157, 0.2);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translate(-100%, -100%);
    -moz-transform: translate(-100%, -100%);
    -ms-transform: translate(-100%, -100%);
    -o-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
}

.newsPage-item:hover .newsPage-item-bg {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.newsPage-item-bg a {
    display: block;
    width: 100%;
    height: 100%;
}

.newsPage-itemArrow {
    position: absolute;
    right: 0;
    bottom: -10px;
}

.newsPage-itemArrow img:nth-child(1) {
    width: 50px;
}

.newsPage-itemArrow img:nth-child(2) {
    width: 50px;
    display: none;
}

.newsPage-item:hover .newsPage-itemArrow img:nth-child(1) {
    display: none;
}

.newsPage-item:hover .newsPage-itemArrow img:nth-child(2) {
    display: block;
}


/*** contactPage ***/
.contactPage {
    padding-bottom: 4%;
    background-color: #f1f1f1;
}

.contactPage-con {}

.contactPage-container {
    overflow: hidden;
    margin-top: 4%;
    position: relative;
    padding: 0 2%;
}

.contactPage-l {
    width: 100%;
}

.contactPage-info {
    margin-bottom: 4%;
    width: 48%;
    text-align: left;
    float: left;
    margin-right: 2%;
}

.contactPage-info:nth-child(2n+2) {
    margin-right: 0;
}

.contactPage-info:last-child {
    margin-right: 0;
    margin-left: 8px;
}

.contactPage-info p:nth-child(1) {}

.contactPage-info p:nth-child(1) img {
    width: 22px;
    vertical-align: middle;
}

.contactPage-info p:nth-child(1) span {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    color: #02328d;
}

.contactPage-info p:nth-child(2) {
    font-size: 16px;
    color: #333;
    margin-left: 28px;
    line-height: 22px;
    margin-top: 6px;
}

.contactPage-r {
    width: 100%;
    position: relative;
}

.contactPage-r img {
    width: 100%;
}

.contactPage-r:before {
    content: '';
    display: block;
}

.contactPage-r:after {
    content: '';
    display: block;
}

/**** message ****/
.messagePage {
    background-color: #f1f1f1;
    padding-bottom: 4%;
}

.messagePage-con {}

.messagePage-container {
    margin-top: 4%;
    overflow: hidden;
}

.messagePage-l {
    width: 100%;
    border: 1px solid #e0e0e0;
}

.messagePage-l>p {
    font-size: 16px;
    color: #fff;
    background-color: #02328d;
    line-height: 36px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.messagePage-l .messagePage-l-info {
    margin-left: 10px;
}

.messagePage-l .messagePage-l-info p {
    line-height: 30px;
    margin: 6px 0;
}

.messagePage-r {
    width: 100%;
    margin-top: 4%;
}

.messagePage-r .messagePage-r-location {
    margin-bottom: 4%;
}

.messagePage-r .messagePage-r-location p {
    font-size: 16px;
    color: #02328d;
    font-weight: bold;
    border-bottom: 4px solid;
}

.messagePage-r .messagePage-r-location p span {
    display: inline-block;
    margin-left: 10px;
}

.messagePage-input {
    width: 430px;
    margin: 0 auto 3% auto;
}

.messagePage-input .messagePage-input-title {
    vertical-align: top;
}

.messagePage-input .messagePage-input-title span {
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.messagePage-input .messagePage-input-title i {
    color: red;
    font-size: 18px;
    vertical-align: middle;
}

.messagePage-input input {
    height: 34px;
    line-height: 34px;
    width: 230px;
    margin-left: 2%;
    -webkit-border-radius: 10px 0;
    -moz-border-radius: 10px 0;
    border-radius: 10px 0;
    border: 1px solid #e0e0e0;
}

.messagePage-input textarea {
    width: 290px;
    margin-left: 2%;
    -webkit-border-radius: 10px 0;
    -moz-border-radius: 10px 0;
    border-radius: 10px 0;
    border: 1px solid #e0e0e0;
}

.messagePage-input button {
    width: 100px;
    height: 30px;
    line-height: 30px;
    background-color: #eee;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #c5c1c1;
    font-weight: bold;
    margin-left: 68px;
}

.messagePage-input button:hover {
    background-color: #02328d;
    color: #fff;
}

/*** scrollTop ***/
.common-scrollTop {
    width: 34px;
    height: 34px;
    border-radius: 5px;
    background: #000;
    opacity: 0.5;
    position: fixed;
    right: 0;
    bottom: 178px;
    display: none;
    z-index: 999;
    cursor: pointer;
}

.common-scrollTop img {
    width: 18px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/**** call phone ****/
.homePage-callPhone {
    position: fixed;
    bottom: 0;
    z-index: 22;
    width: 100%;
    background-color: #3a60a7;
    padding: 10px 0;
    text-align: center;
}

.homePage-callPhone a {
    display: block;
}

.homePage-callPhone img {
    width: 30px;
    margin-right: 6px;
    vertical-align: middle;
}

.homePage-callPhone span {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
}


.normalSingle-title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.normalSingle-date {
    text-align: center;
    margin-bottom: 4%;
}

.normalSingle-date span {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
}

.normalSingle-date img {
    vertical-align: middle;
}

.normalSingle-content {
    text-align: center;
    padding: 0 4%;
}

.normalSingle-content p {
    text-align: left;
    line-height: 22px;
    margin: 10px 0;
    font-size: 16px;
    text-indent: 32px;
}

.normalSingle-content img {
    width: 100%;
}

/** åˆ†é¡µ **/
.pagination {
    width: 100%;
    padding-bottom: 20px;
}

.pagination h2.screen-reader-text {
    display: none;
}

.nav-links {
    float: right;
}

.nav-links .page-numbers {
    font-size: 14px;
    padding: 6px 12px !important;
    background-color: #9b9b9b;
    margin-right: 6px;
    color: #fff;
}

.nav-links .page-numbers.current {
    background-color: #02328d;
}