/* CSS Document */

*{margin: 0;padding: 0}
html,body{font-size: 16px;color:#37474f;font-family: Microsoft Yahei,Arial,sans-serilf; }
@media(max-width:1200px){
    html,body{font-size: 15px}
}
@media(max-width:1024px){
    html,body{font-size: 14px}
}
@media(max-width:768px){
    html,body{font-size: 13px}
}
@media(max-width:576px){
    html,body{font-size: 12px}
}
a{text-decoration: none !important;}
a:hover,a:focus{text-decoration: none !important;}
.container{max-width: 1400px !important;width: 100%;}
section{padding: 6.25rem 0 6rem;}
@media(max-width:576px){
    section{padding:3.25rem 0 3rem;}
}
.bg-f5{background-color: #f5f5f5;}
.bg-special{background-color:#009fe8; }

/*header*/
header{box-shadow: 0 3px 6px rgba(0,0,0,.15)}
header .top{background-color: #009fe8;font-size: 12px;padding: .75rem 0;color: #fff;}

header .top .contact span{display: inline-block;margin:0 1rem;}
header .top .contact span:first-child{margin-left: 0;}
header .top .contact span:last-child{margin-right: 0;}
header .top .contact span i{margin-right: .5rem;}
header .mid{padding: 1.25rem 15px;}
header .mid .logo{max-width: 26.25rem;}
header .mid .logo img{max-width: 100%;}
@media(min-width:992px){
    header .mid .nav li{margin-left: 1.875rem;}
    header .mid .nav li a{color: #000; text-decoration: none !important;}
    header .mid .nav li:hover >a{color:#009fe8; text-decoration: none !important;}
    header .mid .nav li .dropdown-menu{font-size: .875rem;padding: 1.25rem;}
    header .mid .nav li .dropdown-menu a{padding: 0;line-height: 2;display: block; text-decoration: none !important;}
    header .mid .nav li .dropdown-menu a + a{margin-top: 1rem;}
    header .mid .nav li .dropdown-menu a:hover{background-color: transparent;color: #009fe8;border-color:#009fe8;}
}
@media(max-width:991px){
	header .mid .nav{position:fixed;left: -100%;top:0;width: 61.8%;height: 100%;background-color: #fff;-webkit-box-shadow: inset -3px 0 6px rgba(0,0,0,.15);-moz-box-shadow: inset -3px 0 6px rgba(0,0,0,.1);box-shadow: inset -3px 0 6px rgba(0,0,0,.1);z-index: 1070;padding:1.25rem;flex-direction:column}
    header .mid .nav li{border-bottom: none;}
    header .mid .nav li+ li{margin-top: 1rem;}
    header .mid .nav li > a{font-size: 16px;line-height: 2;color: #000;}
    header .mid .nav li .dropdown-menu{position: relative;left: 0;top: 0;width: 100%;border: 0;}
    header .mid .nav li .dropdown-menu a{padding: 0;line-height: 2;display: block; text-decoration: none !important; color: #868686;}
}

@media(max-width:576px){
    header .mid .logo{max-width: 75%;}
}
.mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 1060;
    display: none;
}
/*banner*/
.bannerPc {
    text-align: center;
    overflow: hidden;
}
.bannerPc ul, .bannerPc li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bannerPc a {
    display: block;
}
.bannerPc img {
    max-width: 100%;
    vertical-align: middle;
}
.banner-html5zoo { /*overflow:hidden;*/
}
.banner-html5zoo .html5zoo-arrow-left-0, .banner-html5zoo .html5zoo-arrow-right-0 {
    width: 40px !important;
    height: 60px !important;
    top: 50% !important;
    margin-top: -30px !important;
    background: url(../img/slide_bPc.png) no-repeat !important;
    display: block !important;
    visibility: hidden;
}
.banner-html5zoo:hover .html5zoo-arrow-left-0, .banner-html5zoo:hover .html5zoo-arrow-right-0 {
    visibility: visible;
}
.banner-html5zoo .html5zoo-arrow-left-0 {
    left: 50px !important;
    background-position: 0 0 !important;
}
.banner-html5zoo .html5zoo-arrow-right-0 {
    right: 50px !important;
    background-position: -40px 0 !important;
}
.banner-html5zoo .html5zoo-arrow-left-1, .banner-html5zoo .html5zoo-arrow-right-1 {
    width: 40px !important;
    height: 60px !important;
    top: 50% !important;
    margin-top: -30px !important;
    background: url(../img/slide_bPc.png) no-repeat !important;
    display: block !important;
    visibility: hidden;
}
.banner-html5zoo:hover .html5zoo-arrow-left-1, .banner-html5zoo:hover .html5zoo-arrow-right-1 {
    visibility: visible;
}
.banner-html5zoo .html5zoo-arrow-left-1 {
    left: 50px !important;
    background-position: 0 0 !important;
}
.banner-html5zoo .html5zoo-arrow-right-1 {
    right: 50px !important;
    background-position: -40px 0 !important;
}
.banner-html5zoo .html5zoo-nav {
    text-align: center;
}
.banner-html5zoo .html5zoo-bullet-span {
    width: 1em !important;
    height: 2px !important;
    float: none !important;
    display: inline-block;
    background: #fff !important;
    opacity: 0.5;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0 5px !important;
    vertical-align: middle;
}
.banner-html5zoo .html5zoo-bullet-span.active {
    width: 1em !important;
    height: 1em !important;
    border: 2px solid #fff;
    background: none !important;
    opacity: 1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}


/*footer*/
footer{background-color:#009fe8;color: #fff;}
footer .top dl{margin-top: 3.125rem;margin-bottom: 0;}
footer .top dl dt{font-size: 1.25rem;padding-bottom: .5rem;border-bottom:1px solid #ddd;margin-bottom: 1rem;}
footer .top dl dd{margin-bottom: 0;}
footer .top dl dd a{display: block;line-height: 2.5rem;color:#fff;}
footer .top dl dd p{margin-bottom:0;line-height: 2.5rem;}
footer .copyright{border-top: 1px solid #ddd;margin-top: 1.875rem;padding: 1.25rem 0;font-size: .875rem;line-height: 2;}
footer .copyright span + span{margin-left: 1.25rem;}
footer .copyright a{color: #fff;}
footer .top dl dd a:hover,footer .copyright a:hover{color:#fc0;}
@media(max-width:576px){
    footer{background-color: #f5f5f5;color: #37474f;}
    footer .top{display: none;}
    footer .copyright{margin-bottom: 55px;padding-top: 1.25rem;padding-bottom: 1.25rem;margin-top: 0;border-top: 0;}
}


#botNav{padding:10px 0;box-shadow: 0 -2px 3px -1px rgba(0,0,0,.15);background-color:#009fe8;}
#botNav a{display:block;width: 25%;text-align: center;color:#fff;}
#botNav a span{display:block;font-size: 14px;}



/*index*/
.title{margin-bottom: 3.125rem;text-align: center;}
/*about*/
#fenye {
    clear: both;
    margin-top: 2rem;
    width: 100%;
    margin-bottom: 3.125rem;
    font-size: 12px;
}
#fenye a {
    text-decoration: none;
    display: inline-block;
    padding: 0.125rem 0.625rem;
    line-height: 2;
    margin: 0.25rem;
    border: 1px solid #ddd;
    color: #333;
    font-size: 12px;
}
#fenye a.curr, #fenye a:hover {
    border: 1px solid #009fe8;
    color: #009fe8;
}
.location {
    line-height: 2;
    padding-top: 1.25rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #ddd;
}
.location a {
    color: #37474f;
    text-decoration: none;
}
.location i {
    margin: 0 0.5rem;
}
.location a > i {
    margin: 0 0.25rem 0 0;
}
.location a:hover, .location a:first-child {
    color: #009fe8;
}
.main{margin-top: 1.875rem;}
@media(max-width:576px){
    .main{margin-top: 0;}
}
.main .box {
    margin-bottom: 1.25rem;
    border: 1px solid #ddd;
}
.main .box h3 {
    background-color: #009fe8;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding: 1.25rem 1.25rem 1rem;
    font-size: 1.5rem;
}
.main .box h3 em {
    font-size: 12px;
    font-style: normal;
}
.main .box ul {
    padding: 1rem;
    margin-bottom: 0;
}
.main .box ul li {
    background-color: #f1f2f3;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    line-height: 2;
    padding-left: 1rem;
    font-size: 14px;
    padding-right: 1rem;
}
.main .box ul li + li {
    margin-top: 1rem;
}
.main .box ul li > .icon {
    margin-right: 0.5rem;
}
.main .box ul li > a{
    color: #37474f;
}
.main .box ul li:hover,.main .box ul li.currclass {
    background-color: #009fe8;
}
.main .box ul li:hover i,.main .box ul li.currclass i{
    color: #fff;
}
.main .box ul li:hover a,.main .box ul li.currclass a {
    color: #fff;
}
.main .box > .list {
    padding: 1rem;
    margin-top: 0 !important;
}
.main .box .list p {
    margin-bottom: 0;
    border-bottom: 1px dashed #ddd;
    line-height: 2;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    word-break: break-word;
    font-size: 14px;
}
.main .box .list p + p {
    margin-top: 1rem;
}
.main .content{
    margin-top:1.25rem;
    margin-bottom: 1.875rem;
    }
.main .content p {
    text-indent: 2em;
    text-align: justify;
    margin-bottom: 1rem;
    color: #666;
    line-height: 2;
}
.main .content p img {
    max-width: 100%;
}
.main .content p img {
    margin-left: -2em;
}
.main .content > h5 {
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 1.25rem;
    font-weight: bold;
    color: #000;
}
.main .content hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.main .content ul.redirect {
    margin-bottom: 0;
}
.main .content ul.redirect li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2rem;
    line-height: 2rem;
    font-size: 0.875rem;
}
.main .content ul.redirect li a {
    color: #777;
}
.main .content ul.redirect li a:hover {
    color: #009fe8;
}


#about .list {margin-top:1.25rem;}

#about .list .item .imgBox {
    padding: 0.5rem;
    border: 1px solid #ddd;
    overflow: hidden;
}
#about .list .item .img {
    overflow: hidden;
}
#about .list .item .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all linear 0.4s;
}
#about .list .item p {
    line-height: 2;
    margin-top: 0.5rem;
    margin-bototm: 0;
    text-align: center;
    color: #000;
    max-height: 4em;
    overflow: hidden;
}
#about .list .item:hover .imgBox {
    border-color: #009fe8;
}
#about .list .item:hover .img img {
    transform: scale(1.2);
}
#about .list .item:hover p {
    color: #009fe8;
}
@media(max-width:767px) {
    #about .list .item:nth-child(odd) {
        padding-right: 7.5px;
    }
    #about .list .item:nth-child(even) {
        padding-left: 7.5px;
    }
}



#news .list .item {
    margin-top: 1.25rem;
    border-bottom: 1px dashed #cecece;
    padding-bottom: 1rem;
    display: flex;
    align-items: center;
}
#news .list .item .img {
    margin-right: 1rem;
    width: 8rem;
    height: 6rem;
    overflow: hidden;
    min-width: 8rem;
}
#news .list .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#news .list dl {
    margin-bottom: 0;
}
#news .list dl dt {
    overflow: hidden;
    font-size: 1.125rem;
    font-weight: normal;
}
#news .list dl dt a {
    color: #000;
}
#news .list dl dt a:hover {
    color: #009fe8;
}
#news .list dl dd {
    color: #777;
    text-align: justify;
    font-size: 0.875rem;
    line-height: 2;
    margin-top: 0.625rem;
    margin-bottom: 0;
}
@media(max-width:576px) {
    #news .list dl dd {
        display: none;
    }
}

#case{margin-top: 0;}
#case .list {margin-top:1.25rem;}

#case .list .item .imgBox {
    padding: 0.5rem;
    border: 1px solid #ddd;
    overflow: hidden;
}
#case .list .item .img {
    overflow: hidden;
}
#case .list .item .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all linear 0.4s;
}
#case .list .item p {
    line-height: 2;
    margin-top: 0.5rem;
    margin-bototm: 0;
    text-align: center;
    color: #000;
    max-height: 4em;
    overflow: hidden;
}
#case .list .item:hover .imgBox {
    border-color: #009fe8;
}
#case .list .item:hover .img img {
    transform: scale(1.2);
}
#case .list .item:hover p {
    color: #009fe8;
}
@media(max-width:767px) {
    #case .list .item:nth-child(odd) {
        padding-right: 7.5px;
    }
    #case .list .item:nth-child(even) {
        padding-left: 7.5px;
    }
}



