body{
    background: #fff;
}
a,a:hover{
    text-decoration: none;
}
.container{
    width: 1170px;
    /*width: 1280px;*/
}
a{
    color: #333;
}
a:hover{
    color: #0075c2;
}
.mt-20{
    margin-top: 20px;
}
.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}
.header-box{
    padding: 20px 0;
    height: 80px;
}
.menu{
    font-size: 16px;
    margin-top: 15px;
}
.menu a{
    margin: 0 15px;
}
.menu a:hover,.menu a.curr{
    color: #3973e8;
}
.swiper-pagination-top .swiper-pagination-bullet{
    border: 1px solid #ccc;
    background: none;
    opacity: 1;
    cursor: pointer;
}
.swiper-pagination-top .swiper-pagination-bullet-active{
    background: #fff;
}
.swiper-slide .ani{
    position: absolute;
    top: 10%;
    left: 15%;
    color: #333;
    text-shadow:1px 1px 1px #fff;
}
.swiper-txt1{
    font-family: 'Poppins', sans-serif;
    font-size: 2em;
    text-transform:uppercase;
}
.swiper-txt2{
    font-size: 3em;
}
.swiper-hr{
    border-top: 3px solid #333;
    width: 5em;
    height: 30px;
}
.home-padtb{
    padding: 40px 0;
}
.home-title{
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #3973e8;
}
.home-title-txt{
    color: #2c2c2c;
    font-size: 16px;
}
.home-enterprise{
    color: #666666;
    margin: 20px 0;
    position: relative;
    font-size: 16px;
    padding: 0 120px;
}
.home-enterprise1{
    position: absolute;
    left: 50px;
    font-size: 30px;
    color: #ededed;
}
.home-enterprise2{
    position: absolute;
    right: 50px;
    font-size: 30px;
    color: #ededed;
}
.profile-box{
    width: 100%;
    overflow: hidden;
    height: auto;
}
.profile-list{
    width: 25%;
    float: left;
    border-right: 1px solid #fff;
    position: relative;
}
.profile-list img{
    position: relative;
}
.profile-fix{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    z-index: 99;
    color: #fff;
    background: rgba(0,0,0,0.3);
    padding: 80px 30px;
}
.profile-fix:hover{
    background: rgba(0,85,153,0.7);
}
.profile-title{
    font-size: 18px;
    height: 40px;
    line-height: 40px;
}
.profile-txt{
    font-size: 14px;
    margin-top: 15px;
    color: #F2F2F2;
}
.profile-more{
    margin-top: 30px;
    overflow: hidden;
    height: auto;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(90deg) translateZ(-45px);
    opacity: 0;
    transition: all 300ms ease 200ms;
}
.profile-more a{
    display: inline-block;
    color: #fff;
    border: 1px solid #ccc;
    padding: 5px 25px;
}
.profile-fix:hover .profile-more{
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    transition: all 700ms ease 100ms;
}
.product-box{
    width: 100%;
    background: #f4f4f4;
    overflow: hidden;
    height: auto;
}
.product-title-box{
    padding: 30px 20px;
    line-height: 26px;
    color: #5c5c5d;
}
.product-title-box a{
    font-size: 18px;
    color: #0066b3;
}
.product-swiper{
    padding-bottom: 40px !important;
}
.home-disc{
    width: 100%;
    overflow: hidden;
    height: auto;
    position: relative;
    margin-top: 20px;
}
.home-disc-title{
    font-size: 20px;
    color: #fff;
    position: absolute;
    z-index: 99;
    top: 40px;
    text-align: center;
    width: 100%;
}
.home-disc-more{
    width: 100%;
    position: absolute;
    z-index: 99;
    bottom: 30px;
    text-align: center;
}
.home-disc-more a{
    display: inline-block;
    color: #284286;
    background: rgba(255,255,255,0.8);
    padding: 10px 25px;
    border-radius: 25px;
}
.footer-box{
    width: 100%;
    background: #242933;
    overflow: hidden;
    height: auto;
    padding: 30px 0;
    color: #fff;
}
.footer-title{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-bottom: 10px;
}
.footer-list svg{
    font-size: 16px;
    margin-right: 10px;
}
.footer-list a{
    color: #fff;
}
.bottom-box{
    background: #1c2028;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
}

.page-banner{
    position: relative;
    overflow: hidden;
    height: auto;
}
.page-name{
    position: absolute;
    top: 40%;
    color: #fff;
    width: 100%;
    text-align: center;
    text-shadow: 1px 1px 1px #333;
    text-transform: uppercase;
}
.page-nav-box{
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #c7c7c7;
}
.page-nav{
    height: 38px;
    line-height: 38px;
    font-size: 16px;
}
.page-nav a{
    display: inline-block;
    margin-right: 40px;
}
.page-nav a.curr,.page-nav a:hover,.page-now{
    border-bottom: 2px solid #0079d4;
    color: #0079d4;
}
.page-now{
    float: left;
}
.page-content{
    padding: 50px 0;
}
.page-content img{
	max-width: 100%;
}
.about-title{
    text-align: center;
    font-size: 26px;
    color: #0066b3;
    margin: 30px 0;
}
.about-txt{
    color: #000;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}
.product-bg{
    background: #f5f5f5;
    padding: 30px 0;
}
.product-list{
    background: #fff;
    overflow: hidden;
    height: auto;
    margin-bottom: 30px;
}
.product-txt{
    padding:0 15px 15px 15px;
}
.product-title{
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #d6d6d6;
    font-size: 16px;
}
.product-re{
    color: #686868;
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
    height: 54px;
}
a.product-more{
    border: 1px solid #0079d4;
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 10px;
}
.news-list{
    padding: 20px 0;
    border-bottom: 1px solid #dcdcdc;
    overflow: hidden;
    height: auto;
}
.news-list-date{
    color: #3a3a3a;
}
.news-list-date b{
    font-size: 40px;
}
.news-list-date p{
    margin: 0;
}
.news-list-title{
    height: 30px;
    line-height: 30px;
    font-size: 18px;
}
.news-list-hits{
    color: #b5b5b5;
}
.news-list-txt{
    color: #707070;
    margin-top: 10px;
}
.news-list-center{
    padding-right: 30px;
}
.news-title{
    margin-top: 0;
    font-size: 23px;
    text-align: center;
}
.news-time{
    height: 30px;
    line-height: 30px;
    background: #f5f5f5;
    margin-top: 20px;
    text-align: center;
    color: #242933;
}
.news-content{
    padding-top: 20px;
}

