* {font-family: "微软雅黑", "黑体","宋体"; -webkit-box-sizing:border-box; /* Safari */ -moz-box-sizing:border-box; /* Firefox */ box-sizing:border-box;}
body {margin: 0px; padding:0px;font-size: 18px;font-weight: 400;}
.container{width: 100%;display: grid;}
/* 无序表 */
ul {margin:0px; padding:0px; }
li {list-style:none;width: auto; }
ol>li{list-style: auto;}
/* 超链接 */
a {text-decoration:none; outline:none;color: #333;}
a:hover{color: #00A870;}
/* 图片 */
img {border:none;}
/* 下拉框 */
select,option{/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/font-size:18px;border: none;outline: none;/*很关键：将默认的select选择框样式清除appearance:none;-moz-appearance:none;-webkit-appearance:none;将背景改为红色*/ background:#fff;/*加padding防止文字覆盖*/ padding-right: 1px;}/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {display: none;}
.swiper-button-prev,.swiper-button-next:focus {outline: none;}
/* 分页 */
.block{ margin-top: 60px; display: flex; justify-content: center;}
.el-pagination.is-background .el-pager li:not(.disabled).active{background-color: #00A870!important;color: #ffffff!important;}
.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li{width: 40px;height: 40px;line-height: 40px;background-color: #ffffff!important;border: 1px solid #cccccc; border-radius: 5px!important;font-size: 18px;font-weight: 400;color: #333333!important;}
/*右箭头*/
.right-arrow,.right-arrow1 {  display :inline-block;position: relative; width: 28px;height: 24px;}
.right-arrow::after {display: inline-block; content: " ";height: 8px;width: 8px;border-width: 2px 2px 0 0;border-color: #ffffff;border-style: solid;transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);position: absolute;top: 50%;}
.right-arrow1::after {display: inline-block; content: " ";height: 8px;width: 8px;border-width: 2px 2px 0 0;border-color: #333333;border-style: solid;transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);position: absolute;top: 50%;}
button{outline: none;}
.swiper-pagination-bullet{outline: none;}
/* 无障碍 */
.topbar-html{position: fixed;}
/* nav导航背景 */
.nav-list1-bg {width:100%;height:240px;background: rgba(237,237,237,0.8);position:absolute;top:100px;z-index:998;display: none;}
#invest,#study{width: 191px; height: 200px;display: flex;flex-direction: column;flex-wrap: wrap;}
/* footer */
.footer>.footer-nav{width: 100%;height: 100px;line-height: 100px; background: #00A870;}
.footer-nav>.nav-content{width:1440px;margin: 0 auto;display: flex;}
.nav-content>.nav-link{width: 113px; display: flex;align-items: center;justify-content: space-between; }
.nav-link>img{width: 30px;height: 30px;}
.nav-link>span{color: #ffffff; font-weight: 700;}
.nav-content>ul {width: 660px;margin-left: 27px;color: #ffffff;cursor: pointer; display: flex; justify-content: space-around;align-items: center;}
.nav-content>ul>li>a{color: #ffffff;}
.footer>.foorter-container {width: 100%;}
.foorter-container>.footer-content{width: 1440px; margin: 0 auto;padding: 54px 0;}
.footer-content>.content-list{height:355px;border-bottom: 1px solid #cccccc;display: flex;justify-content: space-between;}
.content-list>ul{line-height: 48px;}
.content-list>ul>.code-li{width: 135px;height: 134px;overflow: hidden;margin: 0 auto;}
.content-list>ul>.code-li>#code_path{width: 100%;height: 100%;transition: all 1.5s;} /**二维码图片**/
.content-list>ul>.code-li>#code_path:hover{transform: scale(1.1);} /**二维码图片**/
#code_name{justify-content: center;}
.content-list>ul>#study_footer{width: auto; flex-direction: column;max-height: 240px;flex-wrap: wrap;}/* 学习共同体li */
.content-list>ul:nth-child(4){margin: 0 0 0 60px;}
.content-list>ul:nth-child(4)>li a{font-size: 18px;color: #666666;font-weight: 400;}
.content-list>ul li {width: 180px; display: flex;justify-content: space-between;}
.content-list>ul>li:first-child {font-size: 24px;font-weight: 700;color:#333333;line-height: 48px;}
.content-list>ul>.footer-line {width: 27px;border-top: 2px solid #00A870;margin: 5px 0 12px 0;}
.content-list>ul li a{color: #666666;line-height: 48px;}
.content-list>ul li a:hover{color: #00A870;}
.content-list>ul>li>ul{width: 73px;}
.foorter-container>.footer-content>.content-nav{padding-top: 31px;}
.content-nav .nav-logo{display: flex; justify-content: space-between;}
.content-nav .tel,.content-nav .address{line-height: 48px;display: flex; justify-content: space-between;}
.content-nav .tel div span{color:#00A870;font-weight: 700;}
#sanjiao{display: none; }
.sanjiao{width: 60px;height: 60px;background: #00A870;border-radius: 40px;color: #ffffff;align-items: center;justify-content: center;  display: flex;flex-direction: column;cursor: pointer;position: fixed;top: 50%;left: 93%;z-index: 998;}

 /* logo  */
.header1-bg {width:100%;position: relative;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);}
.header1 {width:1645px;margin: 0 auto; padding: 30px 0;display: flex;align-items: center;justify-content: space-around;}
.header-logo .head-logo{display: block;}  
/* nav */
.header-nav{position: relative;}
.nav-list0{width: 800px;}
.nav-list0>ul{display: flex;align-items: center;flex-wrap: nowrap;justify-content: center;}
.nav-list0>ul>li {width: 102.25px;text-align: left;height:30px;line-height:30px;position: relative;}
.nav-list0>ul>li:nth-child(1) {width: 66.25px;}
.nav-list0>ul>li:nth-child(7) {width: 120.25px;}
.nav-list0>ul>li>a {display: inline-block;width: 100%;color:#333333;}
.nav-list0>ul>li a:hover {color: #00A870;}
.nav-list0>ul>li>a:hover {padding-bottom: 33px;}
.nav-list0>ul>li:nth-child(1)>a:hover {padding-bottom: 0px;}
.nav-list0>ul>li:nth-child(5)>a:hover {padding-bottom: 0px;}
.one-line{width: 36px; border-bottom:2px solid #00A870;position: relative;z-index: 9999999;display: none;top: 33px;}
.two-line{width: 72px; border-bottom:2px solid #00A870;}
.five-line{width: 72px; border-bottom:2px solid #00A870;position: relative;z-index: 9999999;display: none;top: 33px;}
.seven-line{width: 90px; border-bottom:2px solid #00A870;position: relative;z-index: 9999999;}

.nav-list1 {width:80px;height:40px;line-height:40px;position:absolute;padding-top: 14px;left: 4px;bottom:-60px;z-index:999;display:none;}
.nav-list1>div:nth-child(2) {margin-top: 10px;}
.nav-list1>div>a {width:80px; float:left; color:#333333; text-align: left; font-size:18px; font-weight:100; white-space: nowrap;}
.nav-list1>div>a:hover {color:#00A870; white-space: nowrap;}
.nav-list1>div .nav-arrow{display: none;}
.nav-list1>div a:hover>.nav-arrow{display: block;float: left;}
/* .header-right */
.header-right1>ul{display: flex;flex-wrap: nowrap;}
.header-right1>ul>li{float: left; display: flex;}
.header-right1>ul>.line{width: 1px; height: 24px; border-left: 1px solid #333;}
.header-right1>ul>li>.search-logo{margin-right: 20px;cursor: pointer;}
.header-right1>ul>li>.cancel-search{font-size: 26px; margin-right: 20px; width: 23px;height: 23px; color: #00a870;background: none;display: none;cursor: pointer;line-height: 20px;}
/* 语言选择 */
.header-right1>ul>.languages{width: 115px; display: flex;align-items: center;justify-content: center;position: relative;}
.header-right1>ul>li>.current-lang{width: 41px; background: none;display: flex;justify-content: space-around;align-items: center;margin-left: 8px; -moz-user-select:none; /* Firefox私有属性 */-webkit-user-select:none;-ms-user-select:none;-khtml-user-select:none;-o-user-select:none;user-select:none;}
.header-right1>ul>li>.current-lang>span{color: #333333;float: left;}
.header-right1>ul>li>.language{display: none; width: 120px; position: absolute;top: 60px;left: 0;text-align: center;background: rgba(255,255,255,0.8);line-height: 48px;z-index: 9999;}
.header-right1>ul>li>.language>li>a{color: #333333;}
.header-right1>ul>li>.language>li>a:hover{color: #00A870;}
.header-right1>ul>li>.language>li>a:hover{color: #00A870;}
/* 登录方式 */
.header-right1>ul>.login-type{width: 121px; display: flex;align-items: center;justify-content: center;position: relative;}
.header-right1>ul>li>.current-login{width: 54px; background: none;display: flex;justify-content: space-around;align-items: center;margin-left: 9px;-moz-user-select:none; /* Firefox私有属性 */-webkit-user-select:none;-ms-user-select:none;-khtml-user-select:none;-o-user-select:none;user-select:none;}
.header-right1>ul>li>.current-login>span{color: #333333;float: left;}
.header-right1>ul>li>.login{display: none; width: 120px; position: absolute;top: 60px;left: 0;text-align: center;background: rgba(255,255,255,0.8);line-height: 48px;z-index: 999;}
.header-right1>ul>li>.login>li>a{color: #333333;}
.header-right1>ul>li>.login>li>a:hover{color: #00A870;}
.header-right1>ul>li>.login>li>a:hover{color: #00A870;}
/* 无障碍 */
.header-right1>ul>li>div{background: #00A870;width: 70px;height: 24px;text-align: center;border-radius: 8px;cursor: pointer;}
.header-right1>ul>li>div>#assist-open{background: #00A870;color: #ffffff;}
/* 搜索框 */
.search-input {display:none;position: absolute;right: 0px;top: 101px;z-index: 999;width: 580px;height: 70px;opacity: 0.8;background: #ffffff;}
.search-input .search{margin: 20px 59px 20px 30px;display: flex;width: 490px;justify-content: space-between;}
.search-input .search input{width:400px;outline: none;font-size: 18px;color: #666666;padding-left: 10px;border: none;border-left: 1px solid #00A870;}
/* .header-banner */
.header1-banner{width: 100%;background: #ffffff;}
.header1-banner>.banner-title{width: 1440px; margin: 0 auto; color: #333;line-height: 80px;}
.header1-banner>.banner-bg{width: 100%; height: 150px;}
.header1-banner>.banner-bg>img{width: 100%; height: 100%;}
/* content */
.main{width: 100%;background: #ffffff;}
.main>.main-content{width: 1440px;display: flex;justify-content: space-between;margin: 0 auto;}
.content-left{margin-top: 62px;}
.left-title{font-size: 30px;line-height: 48px;}
.line1{width: 200px;border-bottom: 1px solid #cccccc;position: absolute;padding-bottom: 44px;}
.content-left>ul{line-height: 48px;margin-top: 79px;}
.content-left>ul>li{width: auto;}
.content-left>ul>li>a{display: flex;align-items: center;}
.content-left>ul>li>a:hover{font-weight: 700;color: #00A870;}
.content-left>ul .default-color>a{color: #00A870;font-weight: 700;}
.content-left>ul .default-color .park-build{margin-top: 0;text-indent: 13px;line-height: 36.23px;}
.content-left>ul .default-color .park-build>li{width: auto;}
.content-left>ul .default-color .park-build>li>a{display:inline-block;overflow:hidden;}
.content-left>ul .default-color .park-build>li>a:hover{color: #00A870;}
.content-left>ul .default-color .park-build>.default-park>a{color: #00A870;}
.content-right{width: 1180px;margin: 56px 0 100px; padding: 0 0 21px 60px;border-left: 1px solid #e5e5e5;}
.content-right>.right-title{font-size: 36px;font-weight: 700;line-height: 48px;color: #00A870;padding-bottom: 50px;border-bottom: 1px solid #cccccc;}
.content-right>ul {margin-top: 35px;width: 1120px;min-height: 800px;}
.content-right>ul>li>p{ width: 100%;text-align: justify;color: #333333;line-height: 36px;}
.content-right>ul>li>p img{max-width: 1120px;display: flex;margin: 0 auto;}
.triangle{width:0px;height:0px;display: inline-block; border:4px solid transparent;border-left-color:#333;}
.triangle1{width:0px;height:0px;display: inline-block; border:4px solid transparent;border-left-color:#00A870;}
#youxiang_login>a,#yuanqu_login>a,#dewen>a,#yingwen>a,#riwen>a{
    cursor: pointer;
}
@media screen and (min-width:1440px) and (max-width:1660px) {
    ::-webkit-scrollbar{
        display: none;
    }
    *{
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
}
@media screen and (max-width: 1659px){

    .header1{
        width: 1400px;
        justify-content: space-around;
    }
    .header-nav>.nav-list0{
        width: 700px;
    }
    .nav-list0>ul>li{
        white-space: nowrap;
        width: 89.75px;
    }
    .nav-list0>ul>li:nth-child(1){
        width: 53.75px;
    }
    .nav-list0>ul>li:nth-child(7){
        width: 107.75px;
    }
    .header-right1>ul>li>.search-logo,.header-right1>ul>li>.cancel-search{
        margin-right: 10px;
    }
    .header-right1>ul>.languages{
        width: 86px;
    }
    .header-right1>ul>.login-type{
        width: 100px;
    }
    .header1-banner>.banner-title{
        padding-left: 50px;
    }
    .main>.main-content{
        padding: 0 50px;
    }
    .content-left>.line1{
        width: 144px;
    }
    .content-right{
        padding: 0 0px 21px 39px;
    }
    .footer-nav>.nav-content{
        padding-left: 50px;
    }
    .foorter-container>.footer-content{
        padding: 54px 50px;
    }
}