        @charset "UTF-8";
        /*CSS Reset*/
        
        body,
        div,
        dl,
        dt,
        dd,
        ul,
        ol,
        li,
        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        pre,
        code,
        form,
        fieldset,
        legend,
        input,
        textarea,
        p,
        blockquote,
        th,
        td,
        header,
        hgroup,
        nav,
        section,
        article,
        aside,
        footer,
        figure,
        figcaption,
        menu,
        button {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Helvetica Neue', Helvetica, STHeiTi, sans-serif;
            line-height: 1.5;
            font-size: 0.16rem;
            color: #000;
            background-color: #fff;
            -webkit-user-select: none;
            -webkit-text-size-adjust: 100%;
            -webkit-tap-highlight-color: transparent;
            outline: 0;
            /* padding-bottom: 1.5rem; */
        }
        
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-size: 100%;
            font-weight: normal;
        }
        
        table {
            border-collapse: collapse;
            border-spacing: 0;
        }
        
        caption,
        th {
            text-align: left;
        }
        
        fieldset,
        img {
            vertical-align: middle;
        }
        
        .home_img img {
            width: 5rem;
        }
        
        li {
            list-style: none;
        }
        
        ins {
            text-decoration: none;
        }
        
        del {
            text-decoration: line-through;
        }
        
        input,
        button,
        textarea,
        select,
        optgroup,
        option {
            font-family: inherit;
            font-size: inherit;
            font-style: inherit;
            font-weight: inherit;
            outline: 0;
        }
        
        button {
            -webkit-appearance: none;
            border: 0;
            background: none;
        }
        
        a {
            -webkit-touch-callout: none;
            text-decoration: none;
        }
        
        a:visited {
            color: #000;
        }
        
        a:link {
            color: #000;
            ;
        }
        
         :focus {
            outline: 0;
            -webkit-tap-highlight-color: transparent;
        }
        
        em,
        i {
            font-style: normal;
        }
        
        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        p,
        span {
            /* div { */
            font-size: 14px;
        }
        
        body {
            background: #fff;
        }
        
        .cf {
            clear: both;
        }
        
        .page_main {
            margin: 0 auto;
            width: 1200px;
        }
        /* 网站样式开始 */
        /* 首页头部样式 */
        
        .index_heard {
            width: 100%;
            height: 80px;
            background: #fff;
        }
        
        .index_heard_main {
            width: 1200px;
            margin: 0 auto;
        }
        
        .index_heard_left {
            width: 400px;
            height: 100%;
            float: left;
        }
        
        .index_heard_right li {
            width: 10%;
            float: right;
            font-size: 16px;
            line-height: 80px;
            text-align: center;
            transition-duration: 0.5s;
        }
        
        .index_banner .small {
            width: 100%;
            height: 100%;
        }
        
        .index_aboutus {
            width: 1200px;
            margin: 0 auto;
        }
        
        .index_aboutus_left {
            float: left;
            position: relative;
            width: 410px;
            height: 100vh;
        }
        
        .index_aboutus_left img {
            width: 775px !important;
            height: 100vh;
            position: absolute;
            top: 0;
            right: 0;
        }
        
        .index_aboutus_right {
            position: relative;
            float: right;
            width: 790px;
            height: 100vh;
        }
        
        .index_aboutus_tit_img {
            position: absolute;
            right: 0;
            top: 80px;
        }
        
        .index_aboutus_tit {
            position: absolute;
            left: 66px;
            top: 15%;
            width: 520px;
        }
        
        .index_aboutus_tit h3 {
            font-size: 30px;
            color: #4d4d4d;
        }
        
        .index_aboutus_tit_line {
            width: 100px;
            height: 4px;
        }
        
        .index_aboutus_tit_line img {
            width: 100%;
            height: 100%;
        }
        
        .index_aboutus_tit p {
            margin-top: 40px;
            color: #4d4d4d;
            font-size: 16px;
        }
        
        .index_aboutus_pic {
            position: absolute;
            right: 0;
            bottom: 0%;
            width: 1200px;
        }
        
        .index_aboutus_pic li {
            width: 377px;
            height: 283px;
            float: right;
            margin-left: 20px;
        }
        
        .index_aboutus_pic li img {
            width: 100%;
            height: 100%;
        }
        
        .index_product {
            background: url(../images/index_pro_bj.jpg) center top;
        }
        
        .index_product_main {
            width: 1200px;
            margin: 0 auto;
            position: relative;
        }
        
        .index_page {
            width: 100%;
            height: 100vh;
            z-index: 1;
            padding-top: 6vh;
        }
        
        .index_tit {
            text-align: center;
            margin-bottom: 5vh;
        }
        
        .index_tit h3 {
            color: #146195;
            font-size: 24px;
        }
        
        .index_tit p {
            color: #4c4c4c;
            font-size: 32px;
            font-weight: 900;
        }
        
        .index_news {
            background: url(../images/index_news_bj.jpg) center top;
            height: 100vh;
        }
        
        .index_news_main {
            background: rgba(255, 255, 255, 0.7);
            width: 1300px;
            margin: 0 auto;
            height: 58vh;
            padding: 40px;
            position: relative;
            padding: 65px 70px;
        }
        
        .index_more a {
            position: absolute;
            right: 20px;
            top: -70px;
            z-index: 100;
            color: #3988cd;
            font-size: 16px;
        }
        
        .index_news_main_left {
            width: 490px;
            height: 40vh;
            float: left;
            position: relative;
        }
        
        .index_news_main_left p {
            position: absolute;
            left: 0;
            bottom: 0;
            height: 50px;
            line-height: 50px;
            background: rgba(0, 0, 0, 0.5);
            text-align: center;
            width: 100%;
            z-index: 100;
            color: #fff;
            font-size: 16px;
            display: -webkit-box;
            /* autoprefixer: off */
            -webkit-box-orient: vertical;
            /* autoprefixer: on */
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        
        .index_news_main_left img {
            width: 100%;
            height: 100%;
        }
        
        .index_news_main_right {
            float: right;
            width: 555px;
            height: 40vh;
            position: relative;
        }
        
        .index_news_main_right li {
            border-bottom: 1px solid #bdbdbd;
            height: 10vh;
            padding-top: 2vh;
        }
        
        .index_news_main_right ul a:first-child li {
            padding: 0;
        }
        
        .index_news_main_right li h3 {
            font-size: 18px;
            display: -webkit-box;
            /* autoprefixer: off */
            -webkit-box-orient: vertical;
            /* autoprefixer: on */
            -webkit-line-clamp: 1;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 25px;
        }
        
        .index_news_main_right li p {
            color: #868583;
        }
        
        .index_news_main .el-tabs__header {
            position: absolute;
            bottom: 9vh;
            width: 580px;
            right: 60px;
            height: 60px;
            background: #fff;
        }
        
        .index_news_main .el-tabs__nav-wrap {
            background: #fff;
            height: 60px;
            width: 550px;
            line-height: 60px;
        }
        
        .index_news_main .el-tabs--border-card {
            background: none;
            border: none;
        }
        
        .index_news_main .el-tabs--border-card>.el-tabs__header {
            background: none;
            border: none;
        }
        
        .index_news_main .el-tabs--border-card {
            box-shadow: none;
        }
        
        .index_news_main .el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active {
            background: #1769a3;
            height: 60px;
            width: 60px;
            text-align: center;
        }
        
        .index_news_main .el-tabs__item {
            line-height: 60px;
            background: #f8c311;
            height: 60px;
            width: 60px;
            color: #fff;
        }
        
        .index_news_main .el-tabs__item i {
            color: #fff;
        }
        
        .index_news_main_right_num {
            position: absolute;
            font-size: 14px;
            z-index: 1000;
            right: 40px;
            bottom: 2vh;
        }
        
        .foot {
            width: 100%;
            background: #1d1d1d;
        }
        
        .index_contact {
            background: url(../images/index_con_bj.jpg) center top;
        }
        
        .index_contact_main {
            width: 1200px;
            margin: 0 auto;
            position: relative;
        }
        
        .index_contact_input {
            width: 660px;
            height: 55vh;
            position: absolute;
            right: 0;
            top: 1vh;
            background: rgba(255, 255, 255, 0.5);
            z-index: 100;
            padding: 50px;
            border-radius: 10px;
        }
        
        .index_contact_list li {
            line-height: 5vh;
            margin-bottom: 1vh;
        }
        
        .index_contact_list li h3 {
            height: 50px;
            line-height: 50px;
            display: inline-block;
            margin-right: 10px;
            font-size: 16px;
        }
        
        .index_contact_list li input {
            display: inline;
            border: none;
            height: 5vh;
            line-height: 5vh;
            border-radius: 10px;
            width: 470px;
            padding-left: 20px;
        }
        
        .index_contact_list li textarea {
            display: inline;
            border: none;
            height: 12vh;
            border-radius: 10px;
            width: 470px;
            padding-left: 20px;
            padding-top: 20px;
        }
        
        .index_contact_button {
            background: #156195;
            width: 130px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            border-radius: 10px;
            margin: 20px auto;
            color: #fff;
            display: block;
        }
        
        .index_contact_list_last_h3 {
            transform: translate(0, -8vh);
        }
        
        .foot_main {
            width: 1200px;
            margin: 0 auto;
            height: 90px;
        }
        
        .foot_logo {
            float: left;
            margin-right: 100px;
        }
        
        .foot_main_list li {
            float: left;
            color: #fff;
            width: 120px;
            font-size: 16px;
            line-height: 100px;
        }
        
        .foot_ewm {
            float: right;
            width: 65px;
            height: 65px;
            margin-top: 15px;
        }
        
        .foot_bottom {
            border-top: 1px solid #555555;
            height: 40px;
            line-height: 40px;
            ;
        }
        
        .foot_bottom_main {
            width: 1200px;
            margin: 0 auto;
            height: 40px;
        }
        
        .foot_bottom_left {
            float: left;
            color: #fff;
        }
        
        .foot_bottom_right {
            float: right;
            color: #fff;
        }
        
        .page_banner {
            height: 480px;
        }
        
        .page_tit {
            height: 210px;
            background: #eeeeee;
            padding-top: 90px;
            margin: 0;
        }
        
        .aboutus_top {
            width: 100%;
            height: 470px;
            position: relative;
        }
        
        .aboutus_top_main {
            width: 1200px;
            margin: 0 auto;
            height: 100%;
            position: relative;
        }
        
        .aboutus_top_main_left {
            width: 600px;
            height: 547px;
            position: absolute;
            top: 30px;
            left: 0;
        }
        
        .aboutus_top_main_left img {
            width: 100%;
            height: 100%;
        }
        
        .aboutus_top_main_right {
            width: 520px;
            position: absolute;
            right: 0;
            top: 100px;
        }
        
        .aboutus_bottom {
            background: #eeeeee;
            height: 550px;
        }
        
        .aboutus_bottom_main {
            width: 1200px;
            margin: 0 auto;
            padding-top: 200px;
        }
        
        .aboutus_bottom_list li {
            width: 290px;
            height: 220px;
            float: left;
            margin-right: 10px;
        }
        
        .aboutus_bottom_list img {
            width: 100%;
            height: 100%;
        }
        
        .pro_nav li {
            height: 50px;
            line-height: 50px;
            text-align: center;
            border: 1px solid #4778a3;
            color: #4778a3;
            display: inline-block;
            margin-right: 20px;
            border-radius: 5px;
            padding: 0 20px;
            font-size: 16px;
            margin-bottom: 10px;
        }
        
        .pro_nav .active {
            background: #1769a3;
            color: #fff;
            position: relative;
        }
        
        .pro_nav .active span {
            position: absolute;
            left: 45%;
            bottom: -8px;
            width: 21px;
            height: 8px;
            background: url(../images/jt.jpg);
        }
        
        .pro_nav {
            background: #eeeeee;
        }
        
        .pro_nav_main {
            text-align: center;
        }
        
        .pro_nav_main ul {
            display: inline-block;
        }
        
        .pro_list {
            background: #eeeeee;
        }
        
        .pro_list_img {
            width: 390px;
            height: 290px;
        }
        
        .pro_list_img img {
            width: 100%;
            height: 100%;
        }
        
        .pro_list {
            padding-top: 50px;
        }
        
        .pro_list .pro_list_main li {
            width: 390px;
            float: left;
            margin-right: 10px;
            margin-bottom: 45px;
            background: #fff;
        }
        
        .pro_list .pro_list_main li span {
            float: right;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            border: 2px solid #4778a3;
            color: #4778a3;
            border-radius: 1000px;
            margin-top: 8px;
            margin-right: 10px;
            font-size: 20px;
        }
        
        .pro_list .pro_list_main li p {
            width: 85%;
            height: 50px;
            line-height: 50px;
            background: #fff;
            text-align: center;
            overflow: hidden;
            float: left;
        }
        
        .page_fy {
            width: 1200px;
            margin: 0 auto;
            text-align: center;
            padding-bottom: 50px;
        }
        
        .pro_show_top_main {
            background: #fff;
            padding: 50px 80px;
            margin-top: 50px;
        }
        
        .pro_show_top_main_left {
            width: 460px;
            height: 345px;
            float: left;
        }
        
        .pro_show_top_main_left img {
            width: 100%;
            height: 100%;
        }
        
        .pro_show_top_main_right {
            float: right;
            width: 460px;
            height: 345px;
        }
        
        .pro_show_top_main_right h3 {
            font-size: 24px;
            line-height: 80px;
        }
        
        .pro_show_top_main_right li {
            height: 50px;
            font-size: 14px;
            line-height: 60px;
            border-bottom: 1px dotted #c7c7c7;
        }
        
        .pro_show_bottom_main {
            background: #fff;
            padding: 30px;
            margin-top: 30px;
            margin-bottom: 80px;
        }
        
        .pro_show_bottom_tit {
            height: 60px;
            width: 100%;
        }
        
        .pro_show_bottom_tit img {
            width: 100%;
            height: 100%;
            ;
        }
        
        .editor {
            font-size: 14px;
        }
        
        .editor img {
            max-width: 100% !important;
            height: auto !important;
        }
        
        .pro_main {
            background: #f5f5f5;
            padding: 30px;
            color: #070707;
            margin-top: 20px;
        }
        
        .news_list_main {
            margin-bottom: 50px;
        }
        
        .news_list_main li {
            width: 100%;
            height: 285px;
            padding: 35px 100px 35px 50px;
            background: #fff;
            margin-top: 50px;
            position: relative;
        }
        
        .news_list_img {
            width: 290px;
            height: 220px;
            float: left;
            margin-right: 50px;
        }
        
        .news_list_img img {
            width: 100%;
            height: 100%;
        }
        
        .news_list_h3 {
            font-size: 18px;
            margin-top: 30px;
            display: -webkit-box;
            /* autoprefixer: off */
            -webkit-box-orient: vertical;
            /* autoprefixer: on */
            -webkit-line-clamp: 1;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        
        .news_list_p {
            font-size: 14px;
            color: #6e6e6e;
            display: -webkit-box;
            /* autoprefixer: off */
            -webkit-box-orient: vertical;
            /* autoprefixer: on */
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        
        .news_list_time {
            line-height: 30px;
            margin-bottom: 30px;
            color: #6e6e6e;
        }
        
        .news_list span {
            text-align: center;
            width: 60px;
            height: 283px;
            line-height: 280px;
            position: absolute;
            right: 0;
            top: 0;
            border: 1px solid #3180cd;
            color: #3180cd;
            font-size: 25px;
        }
        
        .news_show_main {
            width: 1200px;
            margin: 0 auto;
            padding: 60px 50px;
            background: #fff;
            margin-top: 40px;
            margin-bottom: 80px;
        }
        
        .news_show_tit {
            border-bottom: 1px solid #d1d1d1;
        }
        
        .news_show_tit h3 {
            font-size: 26px;
            text-align: center;
        }
        
        .news_show_tit span {
            font-size: 16px;
            margin-top: 20px;
            line-height: 60px;
            color: #747474;
            width: 33%;
            text-align: center;
            display: inline-block;
        }
        
        .news_show_main_txt {
            color: #070707;
            margin-top: 60px;
            font-size: 16px;
        }
        
        .news_show_main_bottom {
            height: 50px;
            line-height: 50px;
            font-size: 14px;
            border-top: 1px dotted #d2d2d2;
            border-bottom: 1px dotted #d2d2d2;
            margin-top: 40px;
        }
        
        .news_show_main_bottom_left {
            float: left;
            height: 50px;
            width: 40%;
            overflow: hidden;
        }
        
        .news_show_main_bottom_right {
            float: right;
            height: 50px;
            width: 40%;
            overflow: hidden;
        }
        
        .news_show_main_bottom span {
            color: #0f428e;
        }
        
        .map_main {
            margin: 0 auto;
            width: 1200px;
            height: 420px;
        }
        
        .map_bottom {
            width: 1200px;
            height: 150px;
            background: #fff;
            margin: 0 auto;
            line-height: 150px;
        }
        
        .map {
            margin-bottom: 50px;
        }
        
        .map_bottom_list {
            display: inline-block;
        }
        
        .map_bottom_list li {
            display: inline-block;
            margin-left: 200px;
            font-size: 18px;
        }
        
        .map_bottom_list span {
            display: inline-block;
        }
        
        .map_bottom_list span img {
            width: 20px;
            height: 20px;
            margin-right: 10px;
            transform: translate(0, -3px);
        }
        
        .hover_big {
            overflow: hidden;
        }
        
        .hover_big img {
            transition-duration: 0.3s;
        }
        
        .hover_big:hover img {
            transform: scale(1.2, 1.2);
        }
        
        .map {
            margin-top: 40px;
        }
        
        .cc {
            position: absolute;
            bottom: 0;
            right: -120px;
            z-index: -1;
        }
        
        .ab_yw {
            position: absolute;
            right: -100px;
            bottom: -40px;
        }
        
        .ab_sz {
            position: absolute;
            right: -80px;
            top: -30px;
        }
        
        .pro_list_main li:hover {
            background: #1769a3;
            color: #fff;
        }
        
        .pro_list_main li:hover p {
            background: #1769a3;
            color: #fff;
        }
        
        .pro_list .pro_list_main li:hover span {
            border: 2px solid #fff;
            color: #fff;
        }
        
        .index_heard_right li:hover {
            background: #1769a3;
            color: #fff;
        }
        
        .index_foot {
            position: absolute;
            left: 0;
            bottom: 0;
        }
        
        .index_heard_ding {
            position: fixed;
            left: 0;
            top: 0;
            z-index: 1000;
        }
		
		.anchorBL {
			display:none!important;
		}