@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
 /* header */
.header{
    position: relative;
    height:100px;
    z-index: 666;
}
.logo{
    width:360px;
    height:54px;
    margin-top: 22px;
    float: left;   
}
.logo img{
    display: block;
    width: 100%;
}
.nav{
    float:right;
}

.nav ul li{
    width: 120px;
    float: left;
    text-align: center;
    font-size: 16px;
    position: relative;
    height: 100px;
    line-height: 100px;
}
.nav ul li:hover{
    background: #0055cf;
}
.nav ul li > a{
    width: 100%;
    color: #333333;
}
.nav ul li{
    position: relative;
    z-index: 666;
}
/* .nav ul li::after{
    content: '';
    position: absolute;
    top: 0;
    background: rgba(255,255,255,.7);
    width: 100px;
    left:50%;
    transform: translateX(-50%);
    z-index: -1;
    height: 60px;
    display: none;
} */
.nav ul li:hover>a{
    color: #fff;
}

.nav ul li.nav-active {
    background: #0055cf;
}
.nav ul .nav-active > a{
    color: #fff;
}

.nav-sub{
    position: absolute;
    width: 230px;
    top: 100px;
    z-index: 66;
    left:0;
    display: none;
}
.nav-sub dl dd{
    line-height: 50px;
    text-align: center;
    height: 50px;
    margin-top: 2px;
    background: #fff;
}
.nav-sub dl dd a{
    color: #333;
}
.nav-sub dl dd:hover a{
    color:#fff;
}
.nav-sub dl dd:hover{
    background: #0055cf;
}
@media(max-width:1400px){
    .nav ul li{
        width: 100px;
    }
}
@media(max-width:1200px){
    .nav ul li{
        width:85px;
        height: 80px;
        line-height: 80px;
    }
    .logo{
        width: 280px;
    }
    .header{
        height: 80px;
    }
    .logo{
        margin-top: 16px;
    }
}
@media(max-width:991px){
    .header {
        height: 70px;
    }
    .logo{
        height: auto;
    }
}


/* banner */
.swiper-container{
    width: 100%;
    max-width: 1920px;
}
#banner .swiper-slide img{
    width: 100%;
    display: block;
}
.fullwidthbanner-container {
    width: 100% !important;
    position: relative;
    padding: 0;
    overflow: hidden;
}
.tp-bullets.simplebullets.round .bullet{
    width: 50px;
    height: 4px;
    background: #fff;
    border-radius: 0px;
    opacity: 1;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}
.tp-bullets.simplebullets.round .bullet.selected{
    background: #0055cf !important;
}
.tp-bullets {
    z-index: 1001;
    position: absolute;
    bottom: 25px !important;
}
.swiper-pagination-bullet{
    width: 50px;
    height: 4px;
    background: #fff;
    border-radius: 0px;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background: #0055cf;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 15px;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom: 50px;
}
@media (max-width: 991px){
    .swiper-pagination-bullet{
        width: 40px;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets{
        bottom: 20px;
    }
}
@media (max-width: 599px){
    .swiper-pagination-bullet{
        width: 30px;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets{
        bottom: 8px;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
        margin: 0 8px;
    }
}


/*首页产品*/
#homepro{
    background: #eeeeee;
    padding-top: 80px;
    padding-bottom: 90px;
}
.homepro-box ul li{
    padding: 0 6px;
}
.homepro-box ul li a{
    background: #fff;
    display: block;
    padding: 50px 40px;
}
.homepro-box ul li:hover a{
    color: #fff;
    background: #0055cf;
}
.homepro-box ul li:hover h4{
    color: #fff;
}
.homepro-box ul li h3{
    font-size: 18px;
}
.homepro-box ul li h4{
    font-size: 22px;
    color: #000;
    margin-top: 16px;
}
.homepro-txtl{
    padding: 0 5px;
}
.homepro-txt .homepro-txr{
    padding: 0 5px;
}
.homepro-txt{
    margin-top: 16px;
    
}
.homepro-txr img{
    width: 100%;
}
.homepro-txtlm{
    background: #fff;
    padding: 70px 45px 70px 45px;
}
.homepro-txtlm h3{
    color: #0055cf;
    font-size: 30px;
    font-weight: bold;
}
.homepro-txtlmx{
    padding-top: 55px;
    color: #000;
    line-height: 30px;
}
.homepro-txtmore{
    width: 160px;
    height: 50px;
    background: #0055cf;
    display: block;
    text-align:center;
    line-height: 50px;
    color: #fff;
    margin-top: 50px;
}
.homepro-txrimg{
    background: #fff;
}
.homepro-txrimg{
    display: flex;
    justify-content: center;
    align-items: center;
}
@media(max-width:1600px){
    .homepro-box ul li h4{
        font-size: 18px;
    }
    .homepro-box ul li h3{
        font-size: 16px;
    }
}
@media(max-width:1400px){
    .homepro-box ul li a {
        padding: 40px 30px;
    }
}
@media(max-width:1200px){
    .homepro-box ul li a {
        padding: 25px 20px;
    }
    .homepro-box ul li h4 {
        font-size: 16px;
    }
    .homepro-txtlmx{
        padding-top: 15px;
    }
    .homepro-txtlm h3{
        font-size: 26px;
    }
    .homepro-txtlm {
        padding: 50px 45px 50px 45px;
    }
    
}
@media(max-width:991px){
    .homepro-box ul li{
        margin-bottom: 10px;
    }
    #homepro{
        padding-top:40px;
        padding-bottom: 40px;
    }
    .homepro-txt .homepro-txr{
        margin-top: 10px;
    }
    
}
@media(max-width:500px){
    .homepro-box ul li h4 {
        font-size: 14px;
    }
    .homepro-txtlm h3 {
        font-size: 22px;
    }
    .homepro-txtlm {
        padding: 30px 20px;
    }
    .homepro-txtmore {
        width: 140px;
        margin-top: 20px;
    }
}
@media(max-width:449px){
    #homepro {
        padding-top: 20px;
    }
}
/*首页案例*/
.hometit{
    text-align: center;
    margin-top: 80px;
    margin-bottom: 50px;
}
.hometit h3{
    color: #0055cf;
    font-size: 36px;
    font-weight: bold;
}
.hometit h4{
    color: #000;
    margin-top: 20px;
}
.caseswipertxt{
    position: absolute;
    height: 80px;
    background: #fff;
    bottom: 50px;
    z-index: 66;
    width: 1200px;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%);
    padding: 0 100px;
}
.homecase-wrap{
    position: relative;
}
.caseswipertxtl h3 span{
    font-size: 36px;
    color: #0055cf;
    font-weight: bold;
    margin-right: 10px;
    vertical-align:bottom;
    line-height: 80px;
}
.caseswipertxtl h3{
    font-size: 24px;
    color: #000;
    line-height: 80px;
    vertical-align: middle;
}
.case-swiper .swiper-button-next{
    right: 100px;
    background: url(../img/case-next.png) no-repeat center;
} 
.case-swiper .swiper-button-next:hover{
    background: url(../img/case-nexth.png) no-repeat center;
}
.case-swiper .swiper-button-prev{
    right:156px;
    background: url(../img/case-prev.png) no-repeat center;
    left: auto;
}
.case-swiper .swiper-button-prev:hover{
    background: url(../img/case-prevh.png) no-repeat center;
}
.swiper-txt{
    display: none;
}
.homecase-wrap .swiper-slide img{
    width: 100%;
}
@media(max-width:1300px){
    .caseswipertxt{
        width: 1000px;
    }
}
@media(max-width:1200px){
    .caseswipertxt{
        width:900px;
    }
}
@media(max-width:991px){
    .caseswipertxt{
        width:100%;
        height: 50px;
        line-height: 50px;
        bottom: 10px;
        padding: 0 30px;
    }
    .caseswipertxtl h3{
        font-size: 18px;
    }
    .caseswipertxtl h3 span{
        font-size: 24px;
        line-height: 50px;
    }
    .caseswipertxtl h3{
        line-height: 50px;
    }
    .hometit h3{
        font-size: 24px;
    }
    .hometit h4{
        margin-top: 12px;
        display: none;
    }
    .hometit{
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
@media(max-width:449px){
    .case-swiper .swiper-button-prev{
        right: 80px;
    }
    .case-swiper .swiper-button-next{
        right: 25px;
    }
}
/*首页关于我们*/
#homeabout{
    background: url(../img/homeabout-bg.jpg) no-repeat top center;
    margin-top: 80px;
    padding-top: 250px;
}
.homeabout-box{
    background: #fff;
    padding: 0 50px;
    box-shadow:1px -1px 10px rgba(0,0,0,.2);
}
.homeabout-txt{
    text-align: center;
    line-height: 30px;
    color: #000;
}
.homeabout-more a{
    margin:35px auto 60px;
}
.homenews-wrap ul li img{
    width: 100%;
}
.homenews-txt{
    margin-top: 30px;
}
.homenews-txt h3{
    font-size: 20px;
    color: #333333;
}
.homenews-txt h4{
    color: #999999;
    padding:15px 0;
}
.homenews-txtm{
    color: #000;
    line-height: 26px;
}
.homenews-img{
    overflow: hidden;
}
.homenews-img img{
    transition: all 0.5s;
}
.homenews-wrap ul li:hover .homenews-img img{
    transform: scale(1.1);
}
.homenews-wrap ul li:hover .homenews-txt h3{
    color: #0055cf;
}
#homenews{
    margin-bottom: 70px;
}
.homenews-wrap ul li{
    margin-bottom: 15px;
}
/*底部*/
#footer{
    background: #f9f9f9;
    padding-top: 50px;
}
.footer ul li a{
    color: #333333;
    position: relative;
}
.footer ul li>a::after{
    position: absolute;
    width: 70px;
    height: 2px;
    content: "";
    background: #0055cf;
    left: 0;
    top: 40px;
}
.footer-l{
    float: left;
    width: 78%;
}
.footer-r{
    float:right;
    overflow: hidden;
    color: #333333;
    text-align: center;
}
.footer-rewm{
    width: 192px;
    height: 192px;
}
.footer-rewm img{
    width: 100%;
}
.footer-r ul li span{
    display:block;
}
.footer-r ul li{
    float: left;
    width: 45%;
    margin-right: 5%;
    text-align: center;
}
.footer-r ul {
    margin-top: 25px;
}
.footer-r ul li:last-child{
    margin-right: 0;
}
.footer-r ul li span{
    color: #c9c9c9;
}
.footer-r ul li img{
    width: 100%;
}
.footer-r h4{
    margin-top: 15px;
}
.footer-l ul li{
    float: left;
    margin-right:214px;
}
.footer-l ul li dl{
    margin-top: 30px;
    font-size: 14px;
}
.footer-l ul li dl dd a{
    color: #000;
    line-height: 25px;
}
.footer-l ul li:last-child{
    margin-right: 0;
}
.copyright{
    height: 80px;
    border-top: 1px solid #c9c9c9;
    line-height: 80px;
    color: #000;
    margin-top: 40px;
}
.copy-l{
    float: left;
}
.copy-r{
    float: right;
}
@media(max-width:1400px){
    .footer-l ul li{
        margin-right: 160px;
    }
}
@media(max-width:1200px){
    #homeabout{
        padding-top: 150px;
    }
    .footer-l ul li{
        margin-right:60px;
    }
}
@media(max-width:991px){
    #homeabout{
        padding-top: 100px;
        margin-top: 40px;
    }
    .footer-l{
        float: left;
        width:100%;
    }
    .footer-r{
        display: none;
    }
    #homenews{
        margin-bottom: 40px;
    }
    
}
@media(max-width:700px){
    .footer-l ul li{
        margin-right: 30px;
    }
}
@media(max-width:600px){
    #homeabout{
        padding-top: 40px;
        margin-top: 40px;
    }
    .homeabout-box{
        padding: 0 20px;
    }
    .footer-l ul li{
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .copyright{
        height: auto;
        margin-top: 20px;
    }
    .copy-l{
        float: none;
        text-align: center;
    }
    .copy-r{
        float: none;
        text-align: center;
    }
    .copyright{
        line-height: 40px;
    }
    .homenews-txtm{
        line-height: 22px;
        font-size: 14px;
    }
    .homenews-txt h3{
        font-size: 16px;
    }
    .caseswipertxt{
        padding: 0 10px;
    }
    .caseswipertxtl h3 span{
        font-size: 19px;
    }
    .caseswipertxtl h3{
        font-size: 14px;
    }
}
@media(max-width:449px){
    #footer{
        padding-top:30px;
    }
    #homenews{
        margin-bottom: 20px;
    }
}
/*内页*/
#inside-box{
    margin:100px 0;
}
.about-boxl img{
    width: 100%;
}
.about-boxr h3{
    font-size: 36px;
    color: #0055cf;
    font-weight: bold;
    text-align: center;
}
.about-boxrtxt{
    margin-top: 46px;
    color: #000;
    line-height: 30px;
}
.about-boxl{
    padding-right: 40px; 
}
.about-boxr{
    padding-left: 40px; 
}
@media(max-width:1200px){
    .about-boxl {
        padding-right: 15px;
    }
    .about-boxr h3{
        font-size: 24px;
    }
    .about-boxrtxt{
        margin-top: 10px;
    }
    .about-boxr {
        padding-left: 20px;
    }
    .about-boxrtxt{
        line-height: 26px;
    }
    #inside-box {
        margin: 80px 0;
    }
}
@media(max-width:991px){
    #inside-box {
        margin: 40px 0;
    }
    .about-boxl{
        margin-bottom: 30px;
    }
}
@media(max-width:449px){
    #inside-box {
        margin:20px 0;
    }
    .about-boxl{
        margin-bottom:20px;
    }
    .about-boxr h3{
        font-size: 20px;
    }
    .about-boxrtxt {
        line-height: 24px;
        font-size: 14px;
    }
    .about-box.insidewidth{
        padding: 0;
    }
}
/*新闻中心*/
#news{
    margin-top: 100px;
}
.newsboxl{
    width: 140px;
    height: 160px;
    background: #0055cf;
    color: #fff;
    text-align: center;
    padding-top: 38px;
    float: left;
}
.newsboxl h3{
    font-size: 72px;
}
.newsboxr{
    float: left;
    width: calc(100% - 140px);
    padding-left: 30px;
    color: #000;
}
.newsbox ul li{
    border-bottom: 2px solid #c9c9c9;
    padding-bottom: 30px;
    margin-top: 30px;
}
.newsboxr h5{
    color: #000;
    font-size: 18px;
    font-weight: bold;
}
.newsboxr span{
    line-height: 60px;
}
.newsboxrtxt{
    line-height: 26px;
}
.newsbox ul li:hover .newsboxr h5{
    color: #0055cf;
}
.page-box{
    padding-bottom: 50px;
}
.newsboxl h4{
    font-size: 18px;
    margin-top: 5px;
}
@media(max-width:991px){
    .newsboxl h3 {
        font-size: 50px;
    }
    .newsboxr span {
        line-height: 40px;
    }
    #news {
        margin-top: 40px;
    }
    .newsbox ul li{
        padding-bottom: 20px;
        margin-top: 20px;
    }
    .newsboxrtxt{
        font-size: 14px;
        line-height: 24px;
    }
}
@media(max-width:600px){
    .newsboxr{
        float: none;
    }
    .newsboxr{
        padding-left: 0;
        width: 100%;
    }
    .newsboxl{
        margin-right: 15px;
        width: 120px;
        height: 140px;
    }
    .newsboxl h3 {
        font-size: 40px;
    }
    .newsboxr h5{
        line-height: 26px;
    }
    .newsboxr span{
        line-height: 30px;
    }
}
/*产品页面*/
.pro-box ul li{
    background: #eeeeee;
    margin-bottom: 50px;
}
.pro-boxl img{
    width: 100%;
    transition: all 0.5s;
}
.pro-boxlimg{
    border-right: 2px solid #c9c9c9;
    padding-right:50px;
}
.pro-boxl{
    padding: 30px 0px 30px 50px;
    
}
.pro-boxr{
    padding: 30px 50px;
}
.pro-boxr h3{
    font-size:30px;
}
.pro-boxrtxt{
    color: #000;
    margin-top: 50px;
    line-height: 30px;
}
.pro-more{
    display: block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    text-align: center;
    color: #0055cf;
    margin-top:50px;
}
.pro-box ul li .pro-more:hover {
    background: #0055cf;
    color: #fff;
}
@media(max-width:1200px){
    .pro-boxr h3 {
        font-size: 24px;
    }
    .pro-boxrtxt {
        color: #000;
        margin-top: 10px;
        line-height: 26px;
    }
    .pro-more{
        margin-top: 15px;
    }
}
@media(max-width:991px){
    .pro-boxlimg{
        border-right: none;
        padding-right:50px;
    }
}
@media(max-width:600px){
    .pro-boxr {
        padding: 20px 20px;
    }
    .pro-boxlimg{
        padding-right: 20px;
    }
    .pro-boxl {
        padding: 20px 0px 20px 20px;
    }
    .pro-box ul li{
        margin-bottom: 20px;
    }
    .pro-boxrtxt {
        margin-top: 10px;
        line-height: 24px;
        font-size: 14px;
    }
    .pro-boxr h3 {
        font-size: 18px;
    }
}
.pros-page{
    width:100%; 
	line-height:30px; 
	text-align:left; 
	margin-top:20px; 
	border-top:solid 1px #CCCCCC;	
	padding-top:5px;
	font-size: 16px;
}
@media(max-width:1200px){
    .pro-box img{
        width: 100%;
    }
}
/* 联系我们 */
.contact-main{
    padding-bottom: 60px;
}
.contact-cont{
    overflow: hidden;
}
.contact-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f3f3f3;
    justify-content: center;
}
.contact-info dl dt{
    font-size: 24px;
    color: #0055cf;
    margin-bottom: 25px;
}
.contact-info dl dd{
    line-height: 30px;
    color: #000;
    font-size: 16px;
}
.contact-img{
    overflow: hidden;
    width: 100%;
}
.contact-img img{
    display: block;
    width: 100%;
}
.contact-ditu{
    margin-top: 28px;
    overflow: hidden;
    width: 100%;
}
.contact-ditu img{
    display: block;
    width: 100%;
}
@media(max-width: 1200px){
    .contact-info dl dt{
        margin-bottom: 15px;
    }
}
@media(max-width: 991px){
    .col-xxs-12{
        width:100%;
    }
    .contact-info{
        padding: 30px 0px;
        margin-bottom: 15px;
    }
    .contact-main{
        padding-bottom: 40px;
    }
}
@media(max-width: 599px){
    .contact-main{
        padding-bottom: 30px;
    }
    .contact-ditu{
        margin-top: 15px;
    }
}