@charset "utf-8";
/*2019-12-23*/

*{margin: 0;padding: 0;box-sizing: border-box}

body{
    font-size: 14px;
    color: #333;
    font-family: '微软雅黑';
    background: #f9f9f9;
}

ul>li>ul{margin: 0}

a{text-decoration: none;color: #333}
input,select,textarea{outline: none;}
input[type=checkbox], input[type=radio] {margin: 0}
img{display: block;max-width: 100%}
ul{padding: 0;margin: 0}
li{list-style: none}
.nowrap{white-space: nowrap;overflow: hidden;word-break: break-all;text-overflow: ellipsis}
.display-none{display: none;}
.display-block{display: block;}
.display-inline-block{display: inline-block;}
*{box-sizing: border-box;padding: 0;margin: 0}

.text-center{text-align: center}
.text-left{text-align: left}
.text-right{text-align: right}
.font-size-12{font-size: 12px}
.font-size-18{font-size: 18px}
.blockA{
    display: block;
    width: 100%;
    height: 100%;
}

.mar-b-15{margin-bottom: 15px}
.mar-b-40{margin-bottom: 40px}

.mar0Auto{margin: 0 auto}
.titleimg{
    margin: 0 auto 10px;
    display: block;
}
.txt1{
    color: #666;
    line-height: 30px;
}

.fl{float: left}
.fr{float: right}
.position-relative{position: relative}
.clear{zoom:1;}
.clear:after{
    display: block;
    clear: both;
    content: "";
}

.banner{
    transition: 0.3s;
}

.box{height: 200px;background: #ccc;}

.bdsharebuttonbox{
    position: fixed;
    left: 50%;
    top:50%;
    transform: translateY(-50%);
    margin-left: 620px;
    width: 20px;
}

.width-100{width: 100%}
.mar-l-20{margin-left: 20px}
header{
    position: fixed;
    left: 0;
    height: 130px;
    width: 100%;
    padding: 30px 50px 0;
    z-index: 100;
    top:0;
	transition: 0.3s;
}

section{
    width: 1200px;
    margin: 0 auto;
}
.hezi{
    margin-top: -85px;
}

.navbox{
    background: #fff;
    padding-left: 360px;
    height: 600px;

}

.main{
    margin-top: 110px;
    width: 840px;

}
.navinner{
    width: 325px;
    padding-left: 100%;
    margin-left: -100%;
    background: #fff;
    box-sizing: content-box;
    transition: 0.3s;
    padding-bottom: 105px;
    box-shadow: 5px 0 5px 0 rgba(0,0,0,0.08);
}
.subTitle{
    color:#0077CD;
    margin: 20px 0 10px;
    font-weight:bold;
}
.logo2{
    margin: 110px 0 15px;
}
.li1{
    line-height: 22px;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-radius: 4px;
    border-left:4px solid #0077CD;
    padding:10px 15px;
    font-size: 16px;
    box-shadow: 0 3px 0 3px #f2f2f2;
    width: 300px;
    margin-bottom: 10px;
    position: relative;
    background: #fff;
}
.li1 a{color: #666;font-size: 14px}
.li1:after{
    content: '';
    position: absolute;
    right: -8px;
    top:50%;
    width: 0;
    height: 0;
    margin-top: -4px;
    display: none;
    border-left: 8px solid #0077CD;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
}
.li1:hover{
    background: linear-gradient(90deg,#0077CD,#0076CE);
    border-bottom: 1px solid #0076CE;
    border-top: 1px solid #0076CE;
    border-right: 1px solid #0076CE;
    box-shadow: none;
}
.li1:hover:after{
    display: block;
}

.li1:hover a{color: #fff}

.li2{
    width: 300px;
    margin-bottom: 10px;
}

.slideBox{
    padding: 5px;
    border: 1px solid #e4e4e4;
}

.slideBoxInner li{position: relative}
.slideTxt{
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    background: rgba(0,0,0,0.3);
    padding-left: 20px;
    height: 44px;
    line-height: 44px;
    width: 100%;
}
.slideBoxInner .hd{
    position: absolute;
    right: 15px;
    bottom: 13px;
    z-index: 10;
    font-size: 12px;
}
.slideBoxInner .hd li{
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 16px;
    cursor: pointer;
    float: left;
    margin-right: 5px;
    color: #eee;
    border: 1px solid #eee;
}
.slideBoxInner .hd .on{color: #fff;border: 1px solid #0077CD;background: #0077CD}


.lookA{
    display: block;
    margin: 0 auto;
    width: 110px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #0077CD;
    border: 1px solid #0077CD;
    border-radius: 17px;
}


.hezuo{
    width: 100%;
    padding-bottom: 5px;
}
.hzLogoImg{
   width: 100%;
    display: block;
    object-fit: cover;

}
.hezuo ul li{
    float: left;
    margin: 0 0 5px;
    padding: 3px;
    background: #ffffff;
    border: 1px solid #eee;
    box-shadow: 0 3px 0 3px #f2f2f2;
}

.hezuo2 li{
    padding: 5px 5px 0;
    border: 1px solid #eee;
    margin-bottom: 10px;
    background: #ffffff;
    position: relative;
    box-shadow: 0 3px 0 3px #f2f2f2;
}

.hezuo2 li p{
    text-align: center;
    color: #666;
    line-height: 54px;
    height: 54px;

}

.li22{
    float: left;
    width: calc((100% - 40px)/3);
    margin-right: 20px;
    position: relative;
    box-shadow: 0 3px 0 3px #f2f2f2;
    border: 1px solid #eee;
    padding: 15px;
    height: 110px;
    background: #fff;
    overflow: hidden;
    color: #666;
    margin-bottom: 20px;
}
.line-height-24{line-height: 24px}

.li22:nth-child(3n){margin-right: 0}
.li2t{
    color: #0077CD;
    position: relative;
    margin-bottom: 10px;
}
.li2t:before{
    content: '';
    position: absolute;
    height: 12px;
    top:4px;
    left: -16px;
    width: 4px;
    background:#0077CD;
}

.li3{
    border: 1px solid #eee;
    padding: 10px;
    float: left;
    background: #fff;
    width: calc((100% - 40px)/3);
    margin-right: 20px;
}
.li3:nth-child(3n){margin-right: 0}

.li3inner{
    position: relative;
}
.li3shadow{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    text-align: center;
    line-height: 100%;
    color: #fff;
}
.li3shadow span{
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    font-size: 20px;
    font-weight: bold;
}

.friends li{
    float: left;

    margin-right: 10px;
    width: calc((100% - 30px)/4);
    margin-bottom: 15px;
}
.friends li:nth-child(4n){
    margin-right: 0;
}
.friends li .imgbox{
    box-shadow: 0 3px 0 3px #f2f2f2;
    border: 1px solid #eee;
    background: #fff;

    height: 80px;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    justify-content: center;
}
.friends li img{
    display: block;
    max-width: 90%;
    max-height: 90%;
    width: auto;

    height: auto;
}
.friends li p{
    text-align: center;
    line-height: 20px;
    height: 40px;
}

footer{
    color: rgba(255,255,255,0.5);
    background: #0077CD;
    line-height: 44px;
    font-size: 12px;
    height: 44px;

}

.zhankai{
    position: absolute;
    right: -120px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    top:0;
    width:100px;
    padding-right: 20px;
    box-sizing: content-box;
    background: #0077CD;
    border-radius: 0 25px 25px 0;
    color: #fff;
    display: none;
   /* animation: showNav 1.5s linear infinite alternate;*/
    transition: 0.3s;
    z-index: 50;
}
.zhankai:after{
    width: 4px;height: 9px;
    background: url(../images/xiaojiantou.png) no-repeat center;
    content: '';
    position: absolute;
    top:50%;
    right: 20px;
    margin-top: -4px;
}

.zhankaiShow{
    border-radius: 25px 0 0 25px;
    right: 0;
    animation: none;
    padding-left: 20px;
    padding-right: 0;
}
.zhankaiShow:after{
    left: 20px;
    transform: rotate(180deg);
}
.mar-t-130{margin-top: 130px}

.logo{transition: 0.3s;float:left;}
.himg1{transition: 0.3s;float:right;}
.himg2{transition: 0.3s;float:right;}
.himg3{transition: 0.3s;float:right;}
.Topright{
    float: right;
}


.articleTop{

    border-bottom: 1px solid #ccc;
}

.articleType{
    float: left;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    margin-top: 20px;
    padding-bottom: 16px;
}
.articleType:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 2px;
    background: #0077CD;
    width: 100%;
}

.arcli{
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	
}
.actT{
	color: #0077CD;
	    font-weight: bold;
	    font-size: 18px;
	   
}

.arcliImg{
	width: 160px;
	height: 200px;
	object-fit: cover;
	margin-right: 20px;
}
.arcliC{
	width: calc(100% - 180px);
}

.articleMain{
    padding: 20px 15px;

}
h1{
    color:#0077CD;font-weight: bold;font-size: 26px;
    text-align: center;
}
.sendtime{
    text-align: center;
    margin: 10px 0 20px;
    color: #999;
}
h4{
    color: #666;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
    text-align: center;
}

.zihao{
    margin-top: 25px;
    color: #999;
    font-size: 0;
}
.zihao img{display: inline-block;margin: 0 10px}
.zihao span {font-size: 14px}

.back{
    width: 90px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #ccc;
    color: #999;
    border-radius: 16px;
    text-indent: 40px;
    margin-left: 20px;
    margin-top:16px ;
    background: url(../images/icon3.png) no-repeat 10px center;
}
.back:hover{
    background: url(../images/icon4.png) no-repeat 10px center;
}

.articleC{
    line-height: 1.6;
    font-size: 14px;
}
.articleC img{max-width: 100%;margin: 10px 0}

.footerl{padding-top: 1px;float: left}
.footerl img{display: inline-block;float: left;margin: 10px 10px 0 3px}
.copyright{float: right}

.sr-bdimgshare-black .bdimgshare-bg{background: transparent!important;}

.historyBox {
    position: absolute;
    top: 100%;
    left: 50%;
    display: none;
    transform: translateX(-50%);
    padding-top: 20px;
}

.history {
    position: relative;
    padding: 0 10px;
    background:#D9D9F5 ;
    border-radius: 10px;
    width: 140px;
}
.history::before{
	content: '';
	position: absolute;
	left:50%;
	margin-left: -5px;
	top:-10px;
	border-bottom: 10px solid #D9D9F5;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.history li {
    color: #fff;
    line-height: 36px;
    font-size: 13px;
    text-align: center;
    border-bottom: 1px solid #fcddc7;
}

@media (max-width: 1600px) {
    .banner{margin-top: 130px}
	header{
		background: #0077CD;
	}
}

@media (max-width: 1200px) {
    section{width: 100%;padding-left: 15px;padding-right: 15px}
    .main{
        width: calc(100% - 340px);
    }

    header{
        padding: 30px 15px 0;
    }
    .logo{width: 200px}



}





@media (max-width: 992px) {
    .main{
        width: 100%;
        float: none;

    }
    section{width: 100%;}

    .navinner{
        position: fixed;
        left: -325px;
        top:130px;
        z-index: 200;
        height: calc(100% - 130px)!important;

    }

    .zhankai{
        display: block;
    }

    .navinnerShow{
        left: 0;
        width: 100%;
    }

    .navinnerSlide{
        height: 100%;
        overflow: auto;
		
    }

    .navinnerSlide>div{
       margin-left: calc((100% - 300px)/2);
    }
    .navinnerSlide>.logo2{
        margin-top: 70px ;
        margin-left: calc((100% - 300px)/2);
    }
    header{
        padding-top: 15px;
    }

    .logo{width: 45%}
    .himg3{float: right;width: 45%}
    .Topright{position: absolute;
        right: 10px;
        bottom: 10px;
    }
    .Topright img{
        width: 100px;
    }

    .li3shadow span{
        position: absolute;
        left:50%;
        top:50%;
        transform: translate(-50%,-50%);
        font-size: 14px;
        font-weight: bold;
    }



}

@media (max-width:680px) {
    .li22{width: 45%;margin: 0 0 20px}
    .li22:nth-child(even){float: right}

    .friends li{
        width: 45%;margin: 0 0 15px
    }

    .friends li:nth-child(even){float: right}

    .li3{
        width: 100%;
        margin-right:0;
        margin-bottom: 15px;
    }

    .back{
        display: none;
    }

    footer{height: auto}
    footer .footerl img{display: inline-block;float: none}

    .footerl,.copyright{width: 100%;text-align: center}

    footer div{float: none;text-align: center}


}

@keyframes showNav {
    60% {
        padding-right: 20px;

    }

    100% {
        padding-right: 30px;

    }
}
