﻿body, html {
    margin: 0;
    padding: 0;
    color: #333;
    opacity: 0;
/*   transition:opacity ease 0.6s;*/
}


.green {
    right: 10px !important;
    bottom: 40px;
    z-index: 10;
}
    .green .iconphone {
        background: rgb(4, 17, 49) !important;
    }
    .green .iconphone:hover {
        background: rgb(4, 17, 49) !important;
    }
.article {
    box-sizing: border-box;
    padding: 20px 20px;
    /*font-size: 15px;
    line-height: 2em;
    line-height: 25px;
    color: #555555;*/
}

    .article p {
        /*text-indent: 2em;
        padding-bottom: 20px;*/
    }

    .article img {
        margin: auto;
        display: block;
        max-width: 100%;
        width: auto;
    }

.blank {
    max-width: 100%;
    width: 100%;
    line-height: 60px;
    height: 60px;
    text-align: center;
    color: gainsboro;
}
img {
    width: 100%;
    display: block;
}
.clear{
    clear: both;
}
a{
    text-decoration: none;
    color: #333;
}
.zanwu{
    text-align:center;
    color:#666666;
    height:50px;
    line-height:50px;
}
/* 顶部 */
.top{
    background: #0a3c6d;
    color: white;
    padding: 20px 0px;
    border-bottom:1px solid #23507c;
}
.layout{
    margin: auto;
    /*width: 1200px;*/
    max-width: 1200px;
}
.logo{
    float: left;
    width: 40%;
}
.topnav2{
    display: none;
    float: right;
    margin-top: 1%;
}
 .topnav2 img{
   width: 25px;
   height: 25px;
}
.topphone{
    float: right;
    margin-right: 60px;
    height: 30px;
    line-height: 30px;
    margin-top: 15px;
}
.phoneimg{
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 5px;
}
.phonenum{
    margin-left: 30px;
    letter-spacing: 1px;
}
.topcode{
    float: right;
    width: 60px;
    height: 60px;
}
/* 导航 */
.topnav{
    background: #0a3c6d;
}
.topnav a{
    color: white;
}

.navitem{
    float: left;
    height: 84px;
    line-height: 84px;
    width: 9%;
    box-sizing: border-box;
    text-align: center;
    color: #f3d5a6;
    border: 2px solid #0a3c6d;
    border-radius: 25px;
    position: relative;
}

.navtext{
    margin-top: 18px;
    height: 44px;
    line-height: 42px;
    border: 2px solid #0a3c6d;
    border-radius: 25px;
    color: #f3d5a6;
}
.navitem:hover .navtext{
    border: 2px solid #f3d5a6;
    box-shadow: inset 0px 0px 10px rgba(243, 213, 166, 1);
}
.menu{
    display: none;
    position: absolute;
    z-index: 10;
    top: 80px;
    width: 150px;
    left: 50%;
    transform: translateX(-50%);
}
.menuitem{
    background: rgba(10, 60, 109, 0.9);
    color: rgba(255, 255, 255, 0.8);
    height: 60px;
    line-height: 60px;
}
.menuitem:hover{
    color: #e9cda3;
    font-weight: bold;
}
.menuactive{
    display: block;
}
/* 导航2 */
.navigator{
    overflow: hidden;
    position: absolute;
    right: 0;
    z-index: 5;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    display: none;
    width: 150px;

}
.navname{
    width: 150px;
    box-sizing: border-box;
    padding: 15px 20px;
    color: white;
}
.navname:active{
    background:#0a3c6d;
    color: #f3d5a6;
}




/* 友情链接 */

.links {
    background: #041131;
}

    .links .friend-link {
        font-size: 14px;
        color: #333;
        border: 0 solid red;
        text-align: justify;
        text-justify: inter-word;
        text-align: center;
        border-bottom: 1px solid #bcc0c8;
        padding-bottom:35px;
     
    }

.links .friend-link .fl-title {
    padding: 0 0 20px 0;
    text-align: center;
    font-size: 16px
}
.fl-list {
    box-sizing: border-box;
    padding: 40px 0px 0px 0px;
/*    height: 160px;*/
/*max-height:160px;*/
    overflow: hidden;
    transition: all ease 0.5s;
}
.fl_list_item {
    width: 33.3%;
    width: 20%;
    width: 16.666666%;
    float: left;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    text-align:left;
}
.links .friend-link .fl-inner {
    position: relative;
    display: inline-block;
    width: 100px
}

.links .friend-link .fl-line {
    position: absolute;
    bottom: -13px;
    height: 2px;
    width: 30px;
    background: #fff;
    left: 35px;
}

.links .friend-link .fl-item {
    padding: 10px 15px;
    color: inherit;
    text-decoration: none;
    display: inline-block
}

.links .friend-link .fl-item:hover {
    text-decoration: underline;
    color: black
}

.links .friend-link {
    color: white;
}

.links .friend-link .fl-item:hover {
    color: #BA0511;
}

.links .container {
    text-align: center;
    font-size: 15px;
    color: white;
    background: #000217;
    box-sizing: border-box;
    padding: 10px 0px;
}

.links .container a {
    color: white;
}

.fl-list-btn {
    width: 60px;
    height: 35px;
    line-height: 35px;
    margin: auto;
    border: 1px solid white;
    border-radius: 20px;
    text-align: left;
    padding: 0px 20px;
    cursor: pointer;
    position: relative;
    top: 10px;
}
    .fl-list-btn:hover {
        border: 1px solid #f3d5a6;
        box-shadow: inset 0px 0px 10px rgb(243 213 166);
    }
    .links .fl-icon {
        width: 20px;
        height: 20px;
        border: 0px solid red;
        display: inline-block;
        float: right;
        position: relative;
        top: 10px;
        background: url(/img/down.png) no-repeat;
        background-size: contain;
    }
.friend-link .fl-close {
    display: none;
}
.friend-link.active .fl-list {
    max-height:800px;
}
.friend-link.active .fl-close{
    display:block;
}
.friend-link.active .fl-open{
    display:none;
}
/* 二维码 */
.links .codelist {
    width: 60%;
    margin: 40px auto;
    display: flex;
    justify-content: center;
}

.links .codeitem {
    box-sizing: border-box;
    text-align: center;
    margin-right: 20px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    margin-bottom:10px;
}

.links .codelist .img {
    margin: auto;
    width: 100px;
    height: 100px;
    background: white;
    box-sizing: border-box;
    padding: 3px;
    overflow: hidden;
}

.links .linkcodetext1 {
    padding: 10px 0px;
    font-size: 16px;
    color: #fff;
}

.zs_content{
    margin:auto;
    width: 100%;
    max-width: 1200px;
    background: #fff;
    box-sizing: border-box;
    padding-bottom: 100px;
}
.zs_nav {
    color: #333;
    /* padding: 50px  0; */
    line-height: 60px;
    /*height: 60px;*/
    min-height: 60px;
    border-bottom: 1px solid #ededed;
}
.zs_nav a:hover{
    
    color: #0a3c6d;
}
.zs_nav span{
    margin: 0 6px;
    font-size: 20px;
}
.left{
    float: left;
}
.right{
    float: right;
}
.clear{
    clear: both;
}
@media screen and (max-width:1200px) {
    .layout{
        width: 90%;
    }
    /* 导航 */
    .navtext{
        font-size: 13px;
    }
    .zs_content{
        box-sizing: border-box;
        padding: 0 15px;
    }
    .fl_list_item {
        width: 33.3%;
        width: 20%;
    }
}
@media screen and (max-width:950px) {

    .fl_list_item {
        width: 33.3%;
        width: 20%;
        width: 25%;
    }
}
@media screen and (max-width:800px) {
  /* 导航 */
  .logo{
    width: 60%;
}
.topcode{
    display: none;
}
.topphone{
    display: none;
    margin-right: 0px;
    margin-top: 0px;
}
.phoneimg{
    width: 14px;
    height: 14px;
    margin-top: 8px;
}
.phonenum{
    margin-left: 20px;
}
.topnav{
    display: none;
    border: 1px solid red;
}
.topnav2{
    display: block;
}

    /* 导航2 */
    .menu2{
        display: none;
        top: 50px;
        background: rgba(0, 0, 0, 0.3);
        color: white;
        width: 100%;
    }
    .navitem3{
        position: relative;
    }
    .menuitem2{
        height: 45px;
        line-height: 45px;
        box-sizing: border-box;
        padding-left: 30px;
        color: white;
        font-size: 13px;
    }
    .menuitem2:active{
      background: rgba(10, 60, 109, 0.5);
      color: #f3d5a6;
    }
    .menu2active{
        display: block;
    }
    .navnameact{
        background: #0a3c6d;
        color: #f3d5a6;
    }
    .fl_list_item {
        width: 20%;
        width: 25%;
        width: 33.3%;
    }
}
@media screen and (max-width:700px) {
    .layout{
        width: 100%;
        box-sizing: border-box;
        padding:0px 10px;
    }
    /* 导航 */
    /* .logo{
        width: 60%;
    }
    .topcode{
        display: none;
    }
    .topphone{
        display: none;
        margin-right: 0px;
        margin-top: 0px;
    }
    .phoneimg{
        width: 14px;
        height: 14px;
        margin-top: 8px;
    }
    .phonenum{
        margin-left: 20px;
    }
    .topnav{
        display: none;
        border: 1px solid red;
    }
    .topnav2{
        display: block;
    } */
    /* 友情链接 */
    .fl_list_item{
        /*width: 50%;*/
        font-size: 12px;
    }
    .links .codelist {
        display:block;
        width: 100%;
        margin:40px auto;
    }
    .links .codelist .img {
        width: 80px;
        height: 80px;
    }
    .links .container {
        font-size: 12px;
    }
}
@media screen and (max-width:500px) {

    .fl_list_item {
        width: 20%;
        width: 25%;
        width: 50%;
    }
}