* {
    margin: 0;
    padding: 0;
    font-size: .2rem;
    box-sizing: border-box;
    font-weight: 400;
}

body {
    font-family: 'microsoft yahei', Arial, Helvetica, sans-serif;
    color: #2F2F2F;
}
.fangfa{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    transition: all .5s linear
}
.fangfa:hover{
    width: 120%;
    height: 120%;
}
.fangfafa{
    position: relative;
    overflow: hidden;
}
a {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.flex {
    display: flex;
}

.flex_between {
    justify-content: space-between
}

.flex_right {
    justify-content: flex-end
}

.flex_center {
    justify-content: center;
}

.flex1 {
    flex: 1;
}

ul {
    list-style: none;
}

.clear {
    clear: both;
}

/*顶部电话*/
.top_language {
    line-height: .2rem;
}

.top_language>div {
    font-size: .01rem;
    padding: .38rem .05rem;
}

.top_language a {
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: black;
    text-decoration: none;
}


.top_language a.active {
    color: #1FAEBF;
}


/*幻灯片*/
.flash img {
    width: 100%;
}

.flash ul.bxslider {
    list-style: none;
}

.flash div.bx-pager {
    bottom: 4%;
}



.container {
    max-width: 1720px;
    /* 最小适合1700px以上 */
    min-width: 1200px;
    margin: 0 auto;
}

.warp {
    width: 100%;
    min-width: 1200px;
}

/* 走进海能内容尺寸 */
.banner {

    margin: 0 auto;
}

/* 下拉菜单开始 */
.nav .dropdown .nav_small{
    position: absolute;
    color: #000;
    top: calc(100%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 130;
    background-color: white;
    padding-left: .1rem;
    border-radius: 0 0 .1rem .1rem;


}
.nav .dropdown .nav_small li{
    padding: .07rem 0;
    border-bottom: 1px solid #c9c9c9;
    padding-left: .1rem;

}
.nav .dropdown .nav_small li:last-child{
    padding: .07rem 0;
    border-bottom: none;
    padding-left: .1rem;
}
/* 结束 */

.nav {
    display: flex;
}

.nav li {

    display: block;
    position: relative;
    padding: .34rem .22rem;
    padding-bottom: .05rem;
    border-bottom: 3px solid white;
}

.nav li a {
    font-size: .14rem;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: black;
    text-decoration: none;
}
.nav li a:hover {
    color: #1FAEBF;
}
.nav li.active {
    border-bottom: 3px solid #1FAEBF;
}



.block {
    display: block;
}

#szbs>div {
    display: inline-block;
    margin-right: .5rem;
}

/* 业务概括 */
.goodsCenter>div {
    width: 2.86rem;
    height: 2.86rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: .2rem;
    margin-bottom: -1.61rem;
}

.goodsCenter div>img {
    width: .82rem;
    height: .82rem;
    /* border: 0.01rem dashed #969798;
    padding: .02rem;
    box-sizing: border-box; */
    margin-bottom: .29rem;
}

.goodsCenter .bgActive {
    background-image: url(../images/image-4.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff;
    /* border: 0.01rem dashed #969798;
    padding: 0.1rem;
    box-sizing: border-box; */
}

/* 底部 */
.address p {
    font-size: .14rem;
    line-height: .30rem;
}

.cavbanner a {
    font-size: .14rem;
    color: #fff;
    text-decoration: none;
    border-right: .01rem solid #fff;
    width: .98rem;
    height: .17rem;
    text-align: center;
}

.cavbanner a:nth-last-child(1) {
    border-right: none;
}

/* 公司简介 */
.gscanver div {
    font-size: .18rem;
    color: #222;
}

.gscanver span {
    font-size: .14rem;
    color: #999999;
}

.gscanver>div {
    margin-right: .7rem;
}
.zuoshangcav ul>li{
    height: .35rem;
    display: inline-block;
    font-size: .18rem;
    color: #222;
    margin-right: .1rem;
    font-weight: 500;
}
.zuoshangcav a{
    color: black;
    text-decoration: none;
}

.zuoshangcav ul .muluActive{
    color: #1FAEBF;
    border-bottom: .02rem solid #1FAEBF;
}
.muluActive a{
    color: #1FAEBF;
}
/* 海能历程 */
/* 刻度线 */
.kedu li {
    width: 1.1rem;
    height: .46rem;
    font-size: .24rem;
    color: #999999;
    display: inline-block;
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
}
.kedu .timeActive{
    font-size: .35rem;
    color:#1FAEBF;
}
.kedu .timeActive2{
    font-size: .27rem;
    color:#FF8435;
}

/* 公司资质 */
.banner .zizhiActive {
    color: #fff;
    background-color: #1FAEBF;
}
.onetab>div:hover{
    color: #fff;
    background-color: #1FAEBF;
}

/* 董事长简介 */
.dszcontent p {
    font-size: .14rem;
    color: #333333;
    margin-bottom: .36rem;
}

.dszcontent p:nth-last-child(1) {
    margin-bottom: none;
}

/* 新闻动态 */
.yemianContent li{
    display: inline-block;
    font-size: .22rem;
    color: #333333;
}

/* 自媒体平台 */
.liebiaocav ul>li {
    width: 2.6rem;
    height: .68rem;
    padding-top: .26rem;
    padding-left: .6rem;
    font-size: .16rem;
    color: #333333;
    border: .01rem solid #D7D7D7;
    margin-top: -0.01rem;
}

.biaoActive {
    background-color: #E8F7F8;
}

.yeshu a{
    width: .36rem;
    height: .36rem;
    background: #f7f4f2;
    border-radius: 4px;
    color: #333333;
    font-size: .14rem;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    line-height: .36rem;
    text-decoration: none;
}

.yeshu .yeshuActive {
    color: #fff;
    background: #1FAEBF;
}

/* 人才招聘 */
.zhaopin p, .zhaopin span{
    font-size: .14rem;
    color: #333333;
}

.zhize ul>li{
    font-size: .14rem;
}

/* 英文界面 */
.yingwenlist li{
    width: 2.2rem;
    height: .58rem;
    line-height: .58rem;
    color: #fff;
    background-color: #1FAEBF;
    margin-bottom: .02rem;
    text-align: left;
    list-style: disc;
    list-style-position: inside;
    padding: 0 .3rem;
}