            @charset "UTF-8";
        .banner {
            width: 100%;
        }
        
        .banner img {
            display: block;
            width: 100%;
        }
        
        .main {
            width: 1200px;
            margin: 0 auto;
        }
        
        .mainTitle {
            width: 100%;
            font-size: 36px;
            color: #00a4eb;
            text-align: center;
            padding-bottom: 14px;
            border-bottom: 1px solid #dddddd;
            position: relative;
        }
        
        .mainTitle:after {
            position: absolute;
            bottom: 0;
            background-color: #797979;
            width: 180px;
            height: 3px;
            display: block;
            content: '';
            left: 50%;
            margin-left: -90px;
        }
        
        .mainInfo {
            font-size: 16px;
            color: #787878;
            text-align: center;
            margin: 14px 0 30px 0;
        }
        
        .product {
            padding: 14px 0 26px 0;
        }
        
        .product .container {
            display: flex;
        }
        
        .product .title {
            width: 218px;
            position: relative;
        }
        
        .product .title .telBox {
            position: relative;
        }
        
        .product .title .telBox .txt {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            color: #fff;
            box-sizing: border-box;
            padding: 26px 0 0 22px;
        }
        
        .product .title .telBox .txt p:nth-child(1) {
            font-size: 14px;
            vertical-align: middle;
        }
        
        .product .title .telBox .txt p:nth-child(2) {
            font-size: 30px;
            font-family: "黑体", "宋体", "微软雅黑", sans-serif;
            margin-top: 13px;
            font-weight: bold;
        }
        
        .product .title .telBox .txt i {
            font-size: 20px;
        }
        
        .product .title .titleBox {
            width: 100%;
            height: 100px;
            background-color: #00a0e7;
            box-sizing: border-box;
            padding: 30px 0 0 60px;
        }
        
        .product .title .titleBox h4,
        .product .title .titleBox p {
            text-align: left;
            color: #fff;
        }
        
        .product .title .titleBox h4 {
            font-size: 24px;
        }
        
        .product .title .titleBox p {
            color: #6ecff9;
            font-size: 14px;
            text-align: left;
        }
        
        .product .title li {
            width: 100%;
            height: 54px;
            line-height: 54px;
            background: #fff;
            margin-top: 2px;
            box-sizing: border-box;
            padding-left: 54px;
            background: #ececec;
            position: relative;
        }
        
        .product .title li:hover a,
        .product .title li:hover i,
        .product .title li.active a,
        .product .title li.active i {
            color: #ff6600;
        }
        
        .product .title li i {
            position: absolute;
            right: 16px;
            top: 0;
            display: block;
            color: #666666;
            z-index: 100;
        }
        
        .product .title li a {
            font-size: 16px;
            display: block;
            color: #454545;
            font-family: "黑体", "宋体", "微软雅黑", sans-serif;
        }
        
        .product .title .recommend {
            width: 100%;
            background: #f1f1f1;
        }
        
        .product .title .recommend h5 {
            width: 100%;
            height: 74px;
            background: #00a0e7;
            margin-top: 6px;
            color: #fff;
            font-size: 24px;
            line-height: 74px;
            text-align: center;
        }
        
        .product .title .recommend .recommendList {
            box-sizing: border-box;
            padding: 10px;
        }
        
        .product .title .recommend a:last-child {
            margin-bottom: 0px;
        }
        
        .product .title .recommend a {
            width: 100%;
            margin-bottom: 10px;
            display: block;
            overflow: hidden;
            box-shadow: 0 2px 2px #ccc;
        }
        
        .product .title .recommend a:hover p {
            color: #ff6600;
        }
        
        .product .title .recommend a img {
            display: block;
            width: 100%;
            /*height: 198px;  */
        }
        
        .product .title .recommend a p {
            font-size: 12px;
            color: #666;
            width: 100%;
            height: 36px;
            line-height: 36px;
            background: #fff;
            padding-left: 5px;
            box-sizing: border-box;
            font-weight: bold;
        }
        
        .product .proContent {
            position: relative;
            padding-bottom: 26px;
            margin-left: 30px;
        }
        
        .product .proContent .info h5 {
            font-size: 20px;
            color: #454545;
            line-height: 36px;
            margin-bottom: 20px;
        }
        
        .product .proContent .info .source {
            color: #999;
            font-size: 14px;
            width: 469px;
            border-bottom: 1px dashed #999;
            padding-bottom: 14px;
            box-sizing: border-box;
            padding-left: 8px;
        }
        
        .product .proContent .info .infoCon {
            padding-top: 44px;
            line-height: 24px;
            font-size: 14px;
            color: #999999;
        }
        
        .product .proContent .info .nextAndprev {
            width: 100%;
            height: 80px;
            box-sizing: border-box;
            padding-top: 18px;
            border-top: 1px solid #999;
            border-bottom: 1px solid #999;
            margin: 76px 0 46px 0;
        }
        
        .product .proContent .info .nextAndprev p {
            font-size: 15px;
            color: #454545;
            margin-bottom: 10px;
        }
        
        .product .proContent .info .nextAndprev p a {
            color: #454545;
        }
        
        .product .proContent .info .recommendArticle {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        
        .product .proContent .info .recommendArticle h6 {
            width: 100%;
            height: 34px;
            line-height: 34px;
            background: #dddddd;
            box-sizing: border-box;
            padding-left: 16px;
            font-size: 15px;
            color: #333333;
            font-weight: 600;
        }
        
        .product .proContent .info .recommendArticle li {
            align-items: center;
            margin-top: 19px;
            width: 47%;
        }
        
        .product .proContent .info .recommendArticle li i {
            font-size: 12px;
            display: inline-block;
            width: 16px;
            height: 16px;
            line-height: 16px;
            border-radius: 5px;
            text-align: center;
            float: left;
            background: #c3c3c3;
            margin-right: 6px;
            color: #fff;
        }
        
        .product .proContent .info .recommendArticle li a {
            font-size: 16px;
            color: #333333;
            float: left;
        }
        
        .product .proContent .info .recommendArticle li a:hover {
            color: #ff6a00;
        }
        
        .product .proContent .info .recommendArticle li span {
            color: #999999;
            font-size: 16px;
            float: right;
        }
        
        @media screen and (max-width: 1200px) {
            .product .proContent .info .recommendArticle li a {
                margin-right: 65px;
            }
        }
        
        @media screen and (max-width: 1024px) {
            .product .proContent .info .recommendArticle li a {
                margin-right: 0px;
            }
            .product .proContent .info .recommendArticle li span {
                float: right;
            }
        }
        
        @media screen and (max-width: 768px) {
            .banner {
                width: 100%;
                min-height: 75px;
                margin-top: 60px;
            }
            .banner img {
                display: block;
                width: 100%;
                min-height: 75px;
            }
            .location {
                display: none;
            }
            .product .proContent {
                margin-left: 0px;
            }
            .product .proContent .info .source {
                width: 100%;
            }
            .product .title {
                display: none;
            }
            .product .proContent .info h5 {
                font-size: 16px;
                margin-bottom: 15px;
            }
            .product .proContent .info .recommendArticle {
                display: none;
            }
            .product .proContent .info .nextAndprev {
                margin: 20px 0;
            }