* {
    margin: 0;
    padding: 0;
}
body{
    font-size: 16px;
}
a:hover {
    text-decoration: none!important;
}
h1{font-size: 35px!important;
    font-weight: 600!important;}
/* ==翻页样式== */
.pagesinfo {
    color: #555555;
    font-size: 12px;
}

.pagesnow {
    color: #D07E36;
    font-size: 14px;
    text-decoration: none
}

.pages {
    color: #777777;
    font-size: 14px;
    text-decoration: none
}

/* ==轮播== */
#lbwenzi{
    bottom: 38%;
	text-align:left;
	width:600px;
	/*padding-left:45px;*/
	/*background-image: linear-gradient(to left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);*/
	
    padding-top: 40px;
	transform: translatey(100px);
	transition: all 2s ease;
	opacity: 0;
}
.carousel-inner .zii h1{
	color:#72a085;}
.carousel-inner .zii span{
	color:#72a085;}	

#lbwenzi h1{
    font-weight: bold;
   font-size: 48px;  
}
#lbwenzi span{
    font-size: 35px;
    line-height: 40px;
    display: block;
    overflow: hidden;
    margin-top: 6px;
    font-weight: 100;	
	 }
.carousel-item.active #lbwenzi{
    transform: translatey(0px);opacity: 1  
}
.anniu {
	color: #fff;
    padding: 13px 55px;
    text-transform: capitalize;
    border: 2px solid #fff;
    border-radius: 100px;
	margin-top: 20px;
	display: inline-block;
    transition: all 0.4s ease;
    font-weight: bold;
}
.anniu:hover{
    padding: 13px 70px;
    color: #fff;
}
.carousel-control-next, .carousel-control-prev{
    opacity: 0!important;
}

/*主导航*/
.logo img{
    width: 80%;
}
#mainMenu .top{
    background-color: #F6FAFF;
    color: #5B6F8B;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: all 0.4s ease;
}
#mainMenu .active .mainLink {
    font-weight: bold;
}
#mainMenu a:hover {
    font-weight: bold;
}
#mainMenu{
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    position: fixed;
    z-index: 999;
    background-color: #fff;
    transition: all .2s;
}

#mainMenu a{
    color: #000;
}
#mainMenu .mainLink {
    font-size: 18px;
}
#mainMenu ul{
    list-style-type: none;
    float: right;
}

#mainMenu ul li{
    flex: 1;
    position: relative;
    overflow: hidden;
    z-index: 999;
    padding-left: 2rem;
}

#mainMenu ul li i{
    transform: scale(0.7);
}

#mainMenu ul li:hover .secondMenu{
    /*二级导航动画*/
    opacity: 1;
    transform: scale(1) translateY(0);
    /*二级导航动画*/
}

#mainMenu ul li:hover{
    overflow: initial;
}

/*主导航二级菜单*/
#mainMenu .secondMenu{
    position: absolute;
    left: 3px;
    top: 55px;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    border-radius: 5px;
    transition: all 0.3s;
    /*二级导航动画*/
    opacity: 0;
    transform: scale(0.9) translateY(-10px);
    /*二级导航动画*/
}

#mainMenu .secondMenu a{
    display: block;
    white-space: nowrap;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 30px;
}

.mini_top .top{
    display: none!important;
    transition: all 0.4s ease;
}
#carouselExampleCaptions{
    padding-top: 110px;
}
/*产品*/
#jdcp{
    margin-top: 85px;
}
#jdcp .anniu{
    color: #000;
    border: 2px solid #000;
    margin-top: 0;
    float: right;
}
#jdcp .Class{
    color: #677282;
    font-size: 18px;
}
#jdcp .Class:hover{
    color: #000;
}
#jdcp .Class span{
    color: #909FB4;
    margin-left: 5px;
}
#jdcp .col-12{
    margin-top: 10px;;
}
#jdcp0{
    margin-top: 20px;
}
#jdcp0 .left a{
    /*box-shadow: 0px 5px 10px rgb(0 0 0 / 7%);*/
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    padding: 55px 40px 40px 40px;
    margin-top: 30px;
    color: #000;
    transition: all 0.3s;
	background-color: #F6FAFF;
}
#jdcp0 .left a:hover{
	transform: translateY(-10px);
    background-color: #F6FAFF;
}	

#jdcp0 .left a h3{
    font-size: 18px;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 4px;
}
#jdcp0 .left a  p{
    color: #677282;
}
#jdcp0 .right{
    background-color: #092643;
    color: #fff;
    background-image:url(js.jpg);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
    border-radius: 10px;
    margin-top: 30px;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 10%);
    margin-right: 15px;
    position: relative;
} 
#jdcp0 .right p{
    position: absolute;
    top: 60px;
    left: 40;
}
#jdcp0 .right .anniu{
    position: absolute;
    bottom: 60;
    left: 40;
}

/*产品*/
#jianjie {
    background-color: #F6FAFF;
    margin-top: 85px;
    padding: 60px 0px 60px 0px;
}
#jianjie .col-lg-4 img{
    width: 100%;
}
#jianjie .col-lg-4{
    padding: 0;
    margin-right: 15px;
}
#jianjie h1{
    padding-top: 40px;
}
#jianjie p{
    color: #677282;
    padding-top: 25px;
    padding-bottom: 5px;
}
#jianjie .anniu{
    color: #000;
    border: 2px solid #000;
    padding: 13px 45px;
}
#jianjie .anniu:hover{padding: 13px 55px;}
#jianjie1 {
    background-color: #092643;
    color: #fff;
    padding: 85px 0px 65px 0px;
}
#jianjie1 h3{
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
}
#jianjie1 img{
    display: block;
    overflow: hidden;
    float: left;
}
#jianjie1 span{
    display: block;
    overflow: hidden;
    float: left;
    padding-left: 35px;
}
#xinwen {
    margin-top: 50px;
}
#xinwen .tList span{
    box-shadow: 0px 5px 10px rgb(0 0 0 / 7%);
    display: block;
    overflow: hidden;
    border-radius: 10px;
    padding: 50px 25px 35px 25px;
    color: #677282;
    transition: all 0.3s;
}
#xinwen .tList span:hover{
    transform: translateY(-10px);
    background-color: #F6FAFF;
}
#xinwen .tList span h4{
    font-size: 20px;
    min-height: 130px;
    line-height: 28px;
}
 
/*联系*/
#lianxi{
    background-color: #092643;
    color: #fff;
    background-image: url(a1.png);
    background-repeat: no-repeat;
    background-position-x: right;
    padding: 85px 0px 75px 0px;
    margin-top: 85px;
}
#lianxi h2{
    font-size: 30px;
}
#lianxi span{
    text-decoration: underline;
    font-weight: bold;
    font-family: Arial;
}

#di{
    color: #dfe0e0;
    background-color: #677282;
    font-size: 14px;
    padding-top: 45px;
}
#di .col-lg-5 p{
    margin-bottom: 25px;
}
#di h5{
    color: #dfe0e0;
    padding-bottom: 15px;
    padding-top: 20px;
}
#di .di1 a{
    width: 100%;
    display: block;
    color: #dfe0e0;
    line-height: 32px;
}
#di .di1 span{
    display: none;
}
#di .di1 a:hover{
    color: #fff;
}
#di .di1 .anniu{
    width: auto;
    padding: 4px 30px;
    width: 120px;
    color: #dfe0e0;
    border: 2px solid #dfe0e0;
}
#di .di1 .anniu:hover{
    padding: 4px 40px;
    width: 140px;
}
#di .col-lg-12{
    border-top: 2px solid #748190;
    margin-top: 60px;
    padding: 0;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
}
#di .col-lg-12 p{
    margin-bottom: 0;
    padding-top: 20px;
}
.dia{
    background-color: #000;
    bottom: 40px;
    right: 15px;
    float: right;
    z-index: 999;
}
.banner {
    width: 100%;
    height: 500px;
    background-position: center center;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 80PX;
}
.banner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	background-color: rgba(0, 0, 0, .1);
	z-index: 1;
}
.banner div {
    z-index: 998;
    animation: yidong 2s;
}	
@keyframes yidong
    {
    from {letter-spacing: 20px; left: 200px; opacity: 0}
    to {letter-spacing: 0px;left:50px; opacity: 1}
    } 
.banner div h3{
	font-size:40px;
	font-weight: 300;
	text-shadow: 0px 0px 0px #000;
	}
.banner div h5{
	font-size:14px;
	opacity:0.7;}
.banner div h5 a{
    color: #FFF;
    opacity:0.7;
}
.banner div h5 .nav{
	display: contents;
    color: #FFF;}			
.banner div h3 a{
	color:#fff;}

.a1{
	background-image: url(tub1.jpg);}
.a5{
    background-image: url(bj4.jpg);} 
.a2{
    background-image: url(a1.jpg); }	
.a3{
    background-image: url(bj2.jpg); }	
.a4{
    background-image: url(a3.jpg); }	
.a6{
    background-image: url(bj5.jpg);} 
.a7{
        background-image: url(a4.jpg);}                       
#pagemenu{
    background-color: #F6FAFF;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: -30px;
    position: relative;
    z-index: 998;
}
#pagemenu a{
    color: #000;
    font-size: 18px;
    margin-right: 55px;
    margin-top: 18px;
    margin-bottom: 18px;
    display: block;
    float: left;
}
#pagemenu a:hover{
    font-weight: bold;
}
#pagemenu .smenuvnow{
    font-weight: bold;
}
#nr{
    margin-top: 70px;
    margin-bottom: 65px;
}
#nr p{
    color: #666;
    line-height:28px ;
}
#nr h1{
    font-size: 35px!important;
    font-weight: normal!important;
}
#nr img{
    max-width: 100%;
    height: auto;
}
#hxll{
    background-image: url(a1.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 82%;
    min-height: 320px;
    color: #FFF;
    display: flex;
    align-items: center;
    background-color: #092643;
}
#hxll h1{
    font-weight: normal!important;
}
#hxll p{
    line-height: 28px;
    color: #999;
}
#nr .wh{
    box-shadow: 0px 5px 10px rgb(0 0 0 / 7%);
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    color: #000;
    transition: all 0.3s;
}
#nr .wh p strong{
    text-align: center;
    line-height: 24px;
    min-height: 120px;
    padding-top: 20px;
    font-weight: normal;
    display: block;
    overflow: hidden;
    text-align: center;
}
#cp {
    margin-left: 0;
    margin-right: 0;
}
#cp .cpnr{
    padding-left: 0;
    padding-right: 0;
}
#cp .cpquery{
    box-shadow: 0px 5px 10px rgb(0 0 0 / 7%);
    transition: all 0.3s;
    border-radius: 10px;
    padding:35px;
    color: #000;
    margin-bottom: 30px;
    min-height: 405px;
}
#cp .cpquery img{
    width: 100%!important;
}
#cp .cpquery:hover {
    transform: translateY(-10px);
}
#cp .cpquery h1{
    font-size: 20px!important;
    line-height: 28px;
    padding-top: 20px;
}
#cp .cpquery h2{
    font-size: 16px;
    color: #999;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 8px;
}
#cp .cpquery  span{
    color: #666;
    display: block;
    overflow: hidden;
    max-height: 66px;
    font-size: 14px;
    font-weight: 300;
}
#cp .cpbj{
    /* background-color: #F6FAFF; */
    padding: 25px;
    margin-bottom: 50px;
}
#cp .cpbj h1{
    font-size: 30px!important;
    padding-top: 20px;
}
#cp .cpbj1{
    padding-left: 0;
}
#cp .cpbj1 img{border: 1px solid #dee2e6;margin-bottom: 10px;}
#cp .cpbj span{
    display: block;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 7px;
    font-weight: bold;
}
.owl-theme .owl-nav {
    margin-top: 10px;
    display: none!important;
}
#cp .cpbj p{
    color: #999;
    font-weight: 300;
}
#cp .cpbj .anniu{
    color: #000;
    border: 2px solid #000;

    bottom: 60px;
    padding: 13px 38px;
}
#cp .cpbj .anniu:hover{
    padding: 13px 50px;
}
#nr #cp .cpnr img{
    max-width: 100%!important;
    margin: 0 auto;
    display: block;
}
#cp .cpnr strong{
    font-size: 20px;
}

#cp .cpnr p>strong{
    color: #000;
    width: 100%;
    display: block;
    border-bottom: 1px solid #dee2e6;
    margin-top: 35px;
    padding-bottom: 15px;
    }


#cp table{
	width: 100%;
	margin: 30px auto;
	line-height: 21px;
	border-top: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
}

#cp table td{
	text-align: center;
	min-height: 30px;
	padding: 10px;
	border-left: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
}

#cp .firstRow td{
	color: #fff;
	background: #092643;
	font-weight: bold;
}	
.newsquery img{
	width:100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;}
.newsquery {
	background:#FFF;
	margin-top: 50px;
	margin-left: 0;
    margin-right: 0;
	padding:0;
	box-shadow: 0px 5px 10px rgb(0 0 0 / 7%);
	color:#000;
	transition: all 0.8s;
    border-radius: 10px;	}
.newsquery  .col-12{
	padding-left:0;}		
.newsquery:hover{
	border-end-end-radius:100px;

}
.newsquery:hover{text-decoration: none;
color:#000;}
#nr .newsquery h1{
	font-size: 26px!important;
    line-height: 34px;
    padding-top: 9px;
    padding-bottom: 30px;
	padding-bottom: 18px;}
.newsquery p{
	color:#727272}	
.newsquery b{
	color: #0aa3f0;
	padding-top:50px;
	display: block;
    font-weight: 400;
	}
.newsquery b:hover{
	text-decoration:underline;
	}
.newsquery span{
	display:block;
	overflow:hidden;
	font-size: 14px;
    color: #727272;}	
.newsquery .col-lg-7{
	padding:55px 35px 55px 45px;}
#xwxq .col-12 img{
	max-width:100%;
	display: block;
    margin: 0 auto;}	
#xwxq span{
	padding-bottom: 4px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 35px;
    width: 100%;
    display: block;
    overflow: hidden;
    margin-top: 10px;
	font-size:14px;
	color:#727272;
	}
#xwxq .next_pre div{
	line-height:30px;
	}
#xwxq .next_pre{
	margin-top:30PX;}		
#xwxq .next_pre div a{
	color:#000;}
#xwxq .next_pre div a:hover{
	color:#0aa3f0;}	
#xwxq .col-12 img{
    max-width:100%;
    display: block;
    margin: 0 auto;}	
#xwxq h2{
    width: 70%;
    font-size: 24px;
    line-height: 28px;
    color: #000;
    }	
#xwxq span{
    padding-bottom: 4px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 35px;
    width: 100%;
    display: block;
    overflow: hidden;
    margin-top: 10px;
    font-size:14px;
    color:#727272;
    line-height: 40px;
    }
#xwxq .next_pre div{
    line-height:30px;
    }
#xwxq .next_pre{
    margin-top:30PX;
    }		
#xwxq .next_pre div a{
    color:#000;}
#xwxq .next_pre div a:hover{
    color:#0aa3f0;}
    
#biaoge .input{
    width: 97%;
    border: 1px solid #CCC;
    margin-bottom: 22px;
    height: 55px;
    padding-left: 10px;
	font-size: 16px;
    border-radius: 10px;
}
.textarea{
    width: 98%;
    border: 1px solid #CCC;
    padding-left: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
} 
#nr .bd{
    background-color: #F6FAFF;
    color: #677282;
    padding: 45px;
    font-size: 14px;
    line-height: 25px!important;
    border-radius: 10px;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 10%);
}
#nr .bd h1{
    font-size: 25px!important;
    color: #000;
}
#nr .bd strong{
    color: #000;
    display: block;
    padding-top: 10px;
}
#nr .bd0 p{
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 44px;
    width: 99%;

}
.button2{
    width: 150px;
    height: 55px;
    background: none;
    border: 1px solid #ccc;
    border-radius: 100px;
    margin-left: 15px;
    margin-top: 15px;
    transition: all 0.4s ease;
}
.button2:hover{
    width: 180px;
}
.xswl .xswl1 .anniu{
    color: #000;
    border: 2px solid #000;
}
.xiazai .downquerytitle td{
    background-color: #092643;
    color: #fff;
}
.xiazai table{
	margin: 10px auto;
	line-height: 21px;
}
.xiazai table .xz{
    font-weight: 300;

}
.xiazai table td{
	min-height: 30px;
	padding: 18px;
    color: #677282;
    border-bottom: 1px solid #dee2e6;
}
.xiazai table .list:hover{
    box-shadow: 0px 0px 12px rgb(0 0 0 / 10%);
    z-index: 999!important;
}
tbody > tr:nth-of-type(odd) {
    background-color: #F6FAFF;}
.xiazai table .downquery{
    color: #000;
    font-size: 16px;
}
.xiazai table a{
    color: #0aa3f0;
}
.xiazai table a:hover{
    font-weight: bold;
}
#hz h3{
    display: block;
    width: 100%;
    margin-top: 70px;
    margin-bottom: 35px;
}
#hz span{
    border: 1px solid #dee2e6;
    border-radius: 10px;
    display: block;
    padding: 30px;
}
#hz img{
    display: block;
    margin: 0 auto;
}
#nr .anniu{
    color: #000;
    border: 2px solid #000;
}
@media (max-width: 1200px){
    #cp .cpbj .anniu {
        position: initial;}
}
@media (max-width: 768px){
    #mainMenu{
        min-height: 70px;
    }
    #cp {

        overflow-x: scroll;
    }
    .logo img {
        width: 100%;
        margin-top: 10px;
        margin-left: -15px;
    }
    h1{
        font-size: 26px!important;
    }
    .anniu {
        color: #fff;
        padding: 5px 35px;
    font-size: 14px;}
    #jdcp {
            margin-top: 45px;
        }
    #jdcp0 .left a{
        padding: 20px 20px 20px 20px;
        margin-top: 12px;
    }
    #jdcp .col-12 {
        margin-top: 20px;
    }  
    #jdcp0 .left .col-6{
        padding-left: 5px;
        padding-right: 5px;
    }  
    #jdcp0 .left .row{
        margin-right: -9px;
    margin-left: -9px;
    } 
    #jdcp0 .left a h3 {
        font-size: 16px;
        padding-top: 10px;}  
    #jdcp0 .left a p {
            font-size: 14px;
        }  
    #jianjie {
            background-color: #F6FAFF;
            margin-top: 20px;
            padding: 0px 0px 35px 0px;
        } 
    #jianjie .anniu {
            padding: 12px 30px;
            margin-top: 10px;
            margin-bottom: 18px;
        } 
    #jianjie1 {
            padding: 60px 0px 18px 0px;
        }   
    #jianjie1 span {
            padding-left: 22px;
            margin-bottom: 22px;
        } 
    #xinwen .tList span{
            margin-bottom: 15px;
            padding: 25px 15px 20px 15px;
        } 
    #lianxi{margin-top: 40px;}
    #lianxi h2 {
        font-size: 22px;
    }
    #di {
        padding-top: 22px;
    } 
    #di h5 {
        padding-bottom: 4px;
        padding-top: 31px;
    }  
    #carouselExampleCaptions {
        padding-top: 40px;
    } 
    .banner{
        height: 250px;
        padding-top: 12PX;
    }  
    .banner::before{
        height: 250px;
    }
    .banner div h3 {
        font-size: 28px;
        position: absolute;}  
    #pagemenu a {
        font-size: 16px;
    margin-right: 12px;
    margin-bottom: 5px;
    } 
    #nr {
        margin-top: 50px;
        margin-bottom: 45px;
    }
    #cp .cpquery {
        margin-bottom: 0;
        min-height: auto;}
    #nr h1 {
    font-size: 25px!important;}
    #nr .wh {
    margin-bottom: 15px;  
    } 
    .newsquery .col-12 {
        padding-left: 15px;
        padding-top: 15px;
    }
    .newsquery .col-lg-7 {
        padding: 22px 15px 22px 15px;
    }
    #nr .newsquery h1 {
        font-size: 18px!important;
        line-height: 25px;}
    .newsquery b {
        padding-top: 8px; 
    } 
    #xwxq h2 {
        width: 100%;
        font-size: 18px;
        line-height: 25px;
    } 
    #nr .bd {
        margin-top: 45px;
    }
 
    .xiazai table .downquery{
        
    } 
    .xiazai table td{
        width: 20;
    }  
    #cp .cpbj {
        padding: 15px;
        margin-bottom: 0;
    }  
    #cp .cpbj h1 {
        font-size: 22px!important;
        padding-top: 7px;
    }
    #cp .cpbj .anniu {
        position: initial;
    }   
    #cp .cpbj p {
        margin-bottom: 0;
    }  
    #cp .cpnr {
        margin-top: 0;
    } 
    #cp .cpnr p>strong{
        margin-top: 0;
    }
    .newsquery img {
        border-top-left-radius: inherit;
        border-bottom-left-radius: inherit;
    }  
    .xz{
        display: none;
    }
    #jdcp .Class {
        font-size: 16px;
    } 
    #jdcp0 .right {
        min-height: 500px;
        border-radius: 0;  }  
    #jdcp0 .right p {
            top: 40px;
            left: 30px;
        } 
    #jdcp0 .right .anniu {
            bottom: 40px;
            left: 30px;
        } 
   #di .di1 .anniu {
    width: 140px;
    text-align: center;}
   #pagemenu .container{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 13px;
   } 
   #nr .anniu {
    margin-bottom: 40px;
}
#hz h3 {
    margin-top: 40px;  }   
   #hz .col-6{
    padding: 6px;
   }
   #hz .col-12 {
    padding-left: 9px;
   }   
   #hz{
    padding-left: 9px;
    padding-right: 9px;
   }   
   #cp .cpquery{
    padding: 8px!important;
    box-shadow:none;
}    
#cp .col-6{
padding: 0;
} 
#cp .cpquery h1 {
    font-size: 16px!important;
    line-height: 20px;
    padding-top: 9px;
    text-align: center;
} 
#cp .cpquery img {
    border: 1px solid #dfe0e2;
}
#xinwen .tList span h4 {
    font-size: 20px;
    min-height: 0;}
    .button2 {
        color: #000;}  
        #di .di1 a {
            line-height: 22px;
        }         
}