                
        /* 版芯 */
        .w {
            width: 1314px;
            margin: auto;
        }
        .main {
            /* width: 100%; */
            height: auto;
        }

        .header-hd {
            width: 100%;
            height: 400px;
            background: url(../images/jjfa_banner.png);
            background-size: cover;
            /* background: url(../images/jjfa_banner.png) no-repeat center bottom;
            background-size: 100% 100%; */
        }
        .header-hd .header-title {
            padding: 104px 0px 160px 20px;
            font-size: 30px;
            line-height: 40px;
            color: #222222;
        }

        .header-hd .header-title p {
            margin-left: 0px;
            font-size: 14px;
            color: #4c4c4c;
        }

        .header-hd .header-title a{
            display: block;
            width: 172px;
            height: 40px;
            font-size: 16px;
            text-align: center;
            line-height: 40px;
            border: 1px solid black;
            color: #3a3939;
        }

        .header-hd .header-title a:hover{
            color: black;
            color: #3a3939;
        }
        .main .font {
            height: 28px;
            line-height: 28px;
            text-align: center;
            margin-top: 36px;
            margin-bottom: 36px;
        }

        .header-hl{
            height:44px;
            font-size: 14px;
            line-height: 44px;
            text-align: center;
            border-bottom: 1px solid #d8dede;
        }
        .header-hl .header-hl1 ul{
            float: left;
        }
        .header-hl .header-hl1 ul li{
            float: left;
            margin-right: 10px;
        }
        .header-ht{

            border-bottom: 1px solid #d8dede;
            height: 68px;
        }
        .btn-z{
            /* margin-bottom: 36px; */
            height: 56px;
            font-size: 18px;
            
        }

        .btn-z .btn-1 ul{
            float: left;
            padding: 12px 0px;
            /* height: 56px; */
            text-align: center;
            margin-bottom: 0px;
        }
        .btn-z .btn-1 ul li{
            float: left;
            width: 144px;
            height: 42px;
            margin-right: 18px;
            
        }
        .btn-z .btn-1 ul li a:hover{
            background-color: #06a3c6;
            border: 0;
            color: #fff;
        }
        .btn-z .btn-1 ul li a{
            display: block;
            width: 144px;
            height: 42px;
            line-height: 42px;
            text-align: center;
            font-size:16px;
            border: 1px solid black;
            color: black;
            
        }
        .content{
            display: flex;
        }
        .content p{
            font-size: 14px;
        }
        .content .content-left{
            padding-right: 36px;
            border-right: 1px solid #d8dede;
            flex: 2;
        }
        .content .content-left .li-img span{
            width:626px;
            height: 340px;
            margin-bottom: 36px;
        }
        
        .content .content-left li{
            margin-top: 36px;
        }
        .content .content-left li b{
            font-size: 18px;
            margin-bottom: 36px;
        }
        .content .content-left li p{
            line-height: 220%;
            text-indent: 2em;
        }
        .content .content-right{
            padding-top: 40px;
            padding-left: 36px;
            flex: 1;
        }
        .content .content-right a{
            display: block;
            width: 416px;
            height: 224px;
            color: #fff;
        }
        .content-right-title{
            width: 416px;
            height: 26px;
            line-height: 26px;
            text-align: center;
            
        }
        .content-right1{
            width: 416px;
            height: 224px;
            background: url(../images/cgal_images2.png) no-repeat center;
            background-size: 100% 100%;
            margin-top: 26px;
            line-height: 224px;
            text-align: center;
            
        }
        .content-right2{
            width: 416px;
            height: 224px;
            background: url(../images/jjfa_bianpo04.png) no-repeat center;
            background-size: 100% 100%;
            margin-top: 26px;
            line-height: 224px;
            text-align: center;
        }

        /* plan-1-4、5样式开始*/
        .layout ul {
            float: left;
            width: 100%;
            height: 150px;
            display: flex;
        }

        .layout ul li {
            float: left;
            flex: 1;
            margin-right: 40px;
        }

        .layout ul li .layout-font p{
            text-indent: 0px;
        }
        

        .layout ul li .layout-ico {
            float: left;
            display: block;
            width: 68px;
            height: 150px;
            text-align: center;
            margin-right: 10px;
        }
        .layout ul li .layout-ico span {
            /* float: left; */
            display: block;
            width: 68px;
            height: 68px;
            line-height: 68px;
            text-align: center;
            margin-right: 10px;
            color: #fff;
            border-radius: 26px;
            background-color: #49c3df;
        }


        .wrapper {
            text-indent: 0px;
            width: 800px;
            /* height: 332px; */
        }

        .wrapper ul {
            width: 850px;
            float: left;
        }

        .wrapper ul li {

            float: left;
            width: 376px;
            height: 152px;
            /* line-height: 152px; */
            /* text-align: center; */
            margin-right: 44px;
            border: 1px solid #49c3df;
        }

        .wrapper ul li h5 {
            width: 330px;
            height: 116px;
            text-align: center;
            margin: 24px 18px;
        }

        .wrapper ul li h5 p {
            margin-top: 16px;
            text-align: left;
        }

        /* 下划线 */
        .wrapper-border {
            width: 60px;
            height: 3px;
            margin: auto;
            margin-top: 10px;
            background-color: #49c3df;
        }

        /* plan-1-4、5样式结束*/