.h1, .h2, .h3, h1, h2, h3{
    margin-top: 0;
}
ul,li{
    list-style: none;
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
}
a{
    color: #333;
    text-decoration: none;
    display: inline-block;
}
a:hover{
    text-decoration: none;
    color: inherit;
}
.navbar-default{
    min-height: auto;
    background-color: #ffffff;
    border-color: none;
}
.navbar{
    margin-bottom: 0;
}
.navbar-nav>li>a{
    padding-top: 0;
    padding-bottom: 0; 
    line-height: 80px;
    padding-left: 20px;
    padding-right: 20px;
}
.navbar-brand{
    padding: 18px 15px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background: #00439f;
    color: #fff;
}
.navbar-default .navbar-nav>li>a{
    color: #333;
    font-size: 16px;
}
/* 首页 */
.banner-box img{ 
    width: 100%;
}
.banner-bg{
    width: 100%;
    height: 400px;
    background: url(../images/product_bn.jpg) no-repeat center;

}
.banner-bg .bn-con{
    font-size: 62px;
    /* font-weight: 600; */
    text-align: center;
    line-height: 400px;
    color: #fff;
}
.title-box{
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}
.title-box .con{
    display: inline-block;
    padding: 0 30px;
    background: #fff;
    position: relative;
}
.title-box .con h2{
    font-size: 36px;
}
.title-box .con h2 em{
    color: #00439f;
    font-style: normal ;
}
.title-box .con h3{
    color: #999;
    font-size: 18px;
}
.title-box .bot{
    position: absolute;
    width: 100%;
    height: 2px;
    background: #00439f;
    top: 40px;
    left: 0;
}
.main{
    padding: 50px 0; 
}
.main-gray{
    background: #f5f5f5;
}
.h-about-box h2{
    font-size: 26px;
    color: #00439f;
    margin-bottom: 20px;
}
.h-about-box .con{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
}
.h-about-box .con p{
    text-indent: 2em;
}
.a-more{
    display: inline-block;
    font-size: 16px;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #333333;
    color: #fff;
}
.a-more:hover{
    background: #00439f;
    color: #fff;
}
.gz{
    text-align: center;
    margin-top: 50px;
}
.gz h3{
    font-size: 20px;
    margin-top: 20px;
}
.main-blue{
   background: #00439f; 
}
.guahao-content{
    color: #fff;
}
.guahao-content h2{
    color: #fff;
}
.guahao-content .a-more{
    background: #fff;
    color: #00439f;
}
.guahao-content .a-more:hover{
    background: #91baf3;
    color: #fff;
}
.h-case-box .case-list{
    position: relative;
    border: 1px solid #bbbaba;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
}
  
.h-case-box .con-pos{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
.main-gray .title-box .con{
    background: #f5f5f5;
}
.h-news-box .n-list .title{
    font-size: 16px;
    padding: 10px;
}
.h-news-box .n-list .con{
    font-size: 14px;
    color: #666;
    padding: 0 10px 10px 10px;
}
.h-news-box .n-list{
    border-radius: 10px;
    background: #fff;
    margin: 0 5px;
    box-shadow: -3px 0px 6px rgba(0,0,0,0.3);
}
.h-news-box .n-list .img-show{
    height: 250px;
    overflow: hidden;
}
.h-news-box .n-list .img-show img{
    transition: all 0.6s;
}
.h-news-box .n-list:hover .img-show img{
    transform: scale(1.2,1.2);
}
.news-list-box .n-item .date{
    float: left;
    width: 66px;
    height: 70px;
    border-radius: 10px;
    text-align: center;
    background: #e5e5e5;
    color: #666;
}
.news-list-box .n-item .date h2{
    font-size: 28px;
    margin-bottom: 5px;
    margin-top: 10px;
}
.news-list-box .n-item .date h3{
    font-size: 14px;
    margin-bottom: 0px;
}
.news-list-box .n-item .inner{
    padding-left: 80px;
}
.news-list-box .n-item .inner .title{
    font-size: 16px;
}
.news-list-box .n-item .inner .con{
    font-size: 14px;
    color: #666;
}
.news-list-box .n-item{
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px dashed #9e9c9c;
}
.news-list-box .n-item:first-child{
    padding-top: 0;
}
.news-list-box .n-item:hover .date{
    background: #00439f;
    color: #fff;
}
.news-list-box .n-item:hover .inner .title{
    color: #00439f;
}
.new-left .img-show{
    width: 555px;
    height: 301px;
    overflow: hidden;
}
.new-left .img-show a img{
    transition: all 0.6s;
}
.new-left .img-show a:hover img{
    transition: all 0.6s;
    transform: scale(1.2,1.2);
}
.new-left .title a:hover{
    color: #00439f;
}
.title-bot{
    font-size: 20px;
    border-left: 4px solid #00439f;
    padding-left: 10px; 
    margin-bottom: 20px;
}
/* 底部 */
.footer{
    background: #515151;
}
.foot-main{
    width: 100%;
    color: #fff;
}
.f-contact-con{
    margin-top: 100px;
}
.f-contact-con p{
    font-size: 18px;
    margin-bottom: 10px;
}
.f-ewm{
    overflow: hidden;
    margin-top: 60px;
}
.f-ewm .ewm{
    float: left;
}
.f-ewm .con{
    padding-left: 250px;
    text-align: center;
    margin-top: 60px;
}
.f-ewm .con h3{
    font-size: 34px;
    margin-bottom: 20px;
}
.f-ewm .con h2{
    font-size: 42px;
}
.footer .copy{
    color: #fff;
    text-align: center;
    padding: 30px 0 15px 0;
}
/* 产品服务 */
.product-container{
    margin: 30px auto;
}
.nav-left{
    border: 1px solid #dcdcdc;
}
.nav-left .nav-bt{
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #00439f;
    padding: 0 10px;
    font-size: 20px;
}
.nav-left .nav-list li{
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    position: relative;
    border-top: 1px solid #dcdcdc;
    font-size: 16px;
}
.nav-left .nav-list li .glyphicon{
    position: absolute;
    right: 10px;
    top: 12px;
}
.nav-left .nav-list li.active .glyphicon{
    color: #00439f;
}
.nav-left .nav-list li.active a,.nav-left .nav-list li:hover a{
    color: #00439f;
}
.nav-left .nav-list li.active .glyphicon,.nav-left .nav-list li:hover .glyphicon{
    color: #00439f;
}
.product-content{
    border: 1px solid #dcdcdc;
    min-height: 300px;
}
.product-content .title{
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
}
.product-content .content{
    padding: 20px;
}
.content h3{
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
.content .center{
    text-align: center;
}
/* 新闻列表 */
.news-container{
    margin: 30px auto;
}
.news-container h2{
	margin: 20px 0;
	color: #000;
	font-weight:500;
}
.news-list-content .news-item{
    margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.news-list-content .news-item a{
	display: block;
	border: 1px solid #dcdcdc;
	background: #fff;
}
.news-list-content .news-item a:hover{
	color: inherit;
	box-shadow: 0 49.5px 70px -24.5px rgba(0,0,0,.3);
	    transform: scale(1.02);
}
.news-list-content .news-item .inner{
    padding: 10px;
}
.news-list-content .news-item .inner .bt{
    font-size: 16px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-list-content .news-item .inner .time{
    font-size: 14px;
    color: #999;
    margin: 5px 0;
}
.news-list-content .news-item .inner .con{
    font-size: 14px;
    color: #666;
    margin-bottom: 22px;
}
.news-list-content .news-item .inner .a-more{
    height: 32px;
    line-height: 32px;
    background: #626262;
    font-size: 14px;
}
.news-list-content .news-item .inner .a-more:hover{
    color: #fff;
    background: #00439f;
}
.news-list-content .news-item .inner:hover .bt{
    color: #00439f;
}
.news-list-content .news-item .img img{ 
    width: 100%;
    height: 200px;
}
/* .news-list-content .news-item .img a img{
    transition: all 0.6s;
    width: 100%;
}
.news-list-content .news-item .img:hover a img{
    transform: scale(1.2,1.2);
} */
.news-content{
    border: 1px solid #dcdcdc;
    padding: 30px;
    background: #fff;
}
.news-content .title{
    text-align: center;
    font-size: 20px;
    line-height: 50px;
}
.news-content .time{
    padding-bottom: 20px;
    text-align: center;
    color: #666;
}
.news-content .time span{
    padding: 0 15px;
}
/* 关于我们 */
.point-nav{
    background: #fff;
    padding: 25px 0;
    
}
.point-ul{
    overflow: hidden;
}
.point-ul li{
    width: 50%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
}
.point-ul li a{
    display: inline-block;
    width: 170px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    background: #eeeeee;
    font-size: 18px;
}
.point-ul li.active a,.point-ul li a:hover{
    background: #00439f;
    color: #fff;
}
.container-about{
    margin: 30px auto;
    background: #fff;
    padding: 30px;
    font-size: 14px;
}
.title-box-bot .con{
    position: relative;
}
.title-box-bot .con::before{
    content: "";
    width: 2px;
    height: 18px;
    position: absolute; 
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    background: #00439f;
}
.title-box-bot .con::after{
    content: "";
    width: 2px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    background: #00439f;
}
.container-about>div{
    padding-top: 60px;
}
.join-box .j-bt{
    font-size: 26px;
    color: #f08200;
    margin-bottom: 10px;
}
.join-box .con{
    line-height: 30px;
}
.join-box .con a{
    color: #00439f;
    text-decoration: underline;
}
.contact-con .bt{
    font-size: 16px;
    margin-bottom: 10px;
}
.contact-con p{
    margin-bottom: 5px;
}

.navbar-fixed-top .navbar-nav>li>a{
    line-height: 70px;
}
.navbar-fixed-top .navbar-brand {
    padding: 12px 15px;
}


.point-nav-fixed{
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid #dcdcdc;   
}
.product-nav.nav-tabs>li{
    width: 50%;
    text-align: center; 
    margin-bottom: 0;
}
.product-nav.nav-tabs>li>a{
    background: #ddd;
    border-radius: 0 0 0 0;
    margin-right: 0;
    border:none;
    font-size: 16px;
}
.product-nav.nav-tabs>li.active>a{
    background: #00439f;
    color: #fff;
    margin-right: 0;
    border:none;
}
.p-case-ul{
    overflow: hidden;
}
.p-case-ul li{
    width: 33.33%;
    float: left;
    padding: 15px;
}
.achievements-main .ach-item{
    margin: 0 5px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}
.achievements-main .ach-item .img-box{
    position: relative;
}
.ach-item .img-box img{
    border-radius: 10px 10px 0 0;
}
.ach-item .img-box .viedo-fixed{
    position: absolute;
    width: 68px;
    height: 68px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
    background: url(../images/icon_viedo.png);
}
.achievements-main .ach-item:hover .viedo-fixed{
    background: url(../images/icon_viedo_blue.png);
}
.achievements-main .ach-item .con{
    font-size: 16px;
    text-align: center;
    padding: 15px 10px;
    min-height: 74px;
}
.product-main{
    width: 100%;
    /* height: 632px; */
    background: #f5f5f5;
}
.product-main .bt-title{
    text-align: center;
    margin: 20px 0 40px 0;
}
.product-row .pro-item{
    height: 100%;
    text-align: center;
    padding-top: 40px;
    transition: all .3s;
    position: relative;
    z-index: 2;
}
.product-row .pro-col{
    position: relative;
    height: 380px;
    background: #fff;
    overflow: hidden;
}
.product-row .pro-col a{
    display: block;
}
.product-row .pro-col .p-show{
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #00439f;
    transition: all .3s;
    z-index: 2;
}
.product-row .pro-col .p-show .icon-arrow{
    position: absolute;
    bottom: 25px;
    right: 25px;
    width: 25px;
    height: 13px;
    background: url(../images/icon_right.png) no-repeat;
}
.product-row .pro-col:hover .p-show{
    height: 100%;
}
.product-row .pro-col:hover,.product-row .pro-col:hover .con{
    color: #fff;
}
.product-row  .title{
   font-size: 16px;
   padding: 15px 0 10px 0;
}
.product-row .pro-item .show button{
    width: 120px;
    height: 44px;
}
.product-row  .con{
    text-align: left;
    color: #666;
    padding: 0 30px;
    line-height: 24px;
}
.product-row>div{
    padding-left: 0;
    padding-right: 0;
    border-left: 1px solid #ddd;
}
.hezuo-box{
    text-align: center;
}
.hezuo-box img{
    display: inline-block;
    margin: 10px;
}
.video-wrapper{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}
.video-wrapper .video-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
}
.video-wrapper video{
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.r-more {
    text-align: center;
    margin-top: 30px;
}
.r-more .sub-m {
    color: #00439f;
    font-size: 14px;
    width: 180px;
    height: 40px;
    border: 2px solid #00439f;
    text-align: center;
    line-height: 40px;
}
.pro-main .pd-main-con{
    color: #000;
    font-size: 18px;
    padding: 0 100px;
    text-indent: 2em;
    line-height: 1.8;
}
.pro-main{
    padding: 50px 0 10px 0;
    overflow: hidden;
    color: #000;
}
.pro-main-black{
    background: #000;
    color: #fff;
}
.pro-main-black .pd-main-con{
    color: #fff;
}
.pro-main h2{
    text-align: center;
    padding: 40px 0;
}
.pd-inner-row .pd-inner .title{
    position: relative;
    padding: 15px 0;
    font-size: 18px;
}
.pd-inner-row .pd-inner{
    padding: 0 30px;
    margin-bottom: 40px;
}
.pd-inner-row .pd-inner .title::after{
   content: "";
   width: 60px;
   height: 4px;
   background: #00439f;
   position: absolute;
   top: 0;
   left: 0;
}
.pd-inner-row .pd-inner .con{
    color: #666;
    font-size: 16px;
    line-height: 1.6;
}
.pro-main-black .pd-inner-row .pd-inner .con{
    color: #999;
}
.guihua-container{
    margin: 0;
    padding: 0 30px;
}
.guihua-container .bt{
    text-align: center;
    font-size: 28px;
   margin: 30px 0 15px 0;
}
.gz-container div{
    padding: 20px 30px;
}
.gz-container .gz-title-box{
    font-size: 40px;
    background: #db7827;
    color: #fff;
    max-width: 350px;
    text-align: center;
    padding: 20px 0;
    margin: 30px 0 20px 30px;
    border-radius: 8px;
}
.pd-show-container{
    background: #fff;
    padding: 30px;
    border-radius: 30px;
}
.pd-show-container h2{
    font-size: 30px;
    text-align: center;
    padding: 20px 0 10px 0;
}
.pd-show-container .row>div{
    margin: 15px 0;
}
.pd-fun-container .title{
    font-size: 28px;
    color: #000;
}
.pd-fun-container .con{
    font-size: 20px;
    color: #171717;
    line-height: 1.6;
    margin-top: 10px;
}
.dropdown-menu>li>a{
    padding: 8px 20px;
}

@media (min-width:768px) {
    .product-main {
        width: 100%;
        height: 632px;
        background: url(../images/product_bg.png) no-repeat center;
    }
    /* .news-list-content .news-item .img{
        width: 236px;
        height: 150px;
        overflow: hidden;
    } */
    .point-ul li{
        width: 25%;
        float: left;
        text-align: center;
        margin-bottom: 0px;
    }
    .point-nav-fixed{
        top: 70px;
    }
    .video-wrapper video{
        width: 720px;
    }
}