    /* 样式初始化 */
    
    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        font-family: ''
    }
    
    ul li {
        list-style: none;
    }
    
    a {
        text-decoration: none;
        color: #D61919;
    }
    
    a:hover {
        text-decoration: none;
    }
    
    img {
        vertical-align: top;
        outline-width: 0ch;
    }
    
    .clear {
        clear: both;
    }
    /* 样式初始化 */
    
    .top {
        width: 100%;
        height: auto;
        background-color: #eeeeee;
    }
    
    .top_content {
        width: 1200px;
        margin: 0 auto;
    }
    
    .top_title {
        padding: 10px 0;
        display: flex;
        justify-content: space-between;
    }
    
    .top_title p {
        font-size: 14px;
        color: #666666;
    }
    
    .top_right a {
        font-size: 14px;
        color: #333333;
    }
    
    .top_right a:hover {
        color: #ff6600;
    }
    
    .head {
        width: 100%;
        height: auto;
        background-color: #fff;
    }
    
    .head_content {
        width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
    }
    
    .logo {
        width: 640px;
        height: auto;
    }
    
    .logo a {
        display: block;
        width: 100%;
    }
    
    .logo a img {
        width: 100%;
    }
    
    .head_right {
        width: 144px;
        border-right: 2px solid #435665;
        margin-top: 15px;
    }
    
    .head_right p {
        margin-top: 10px;
        color: #666666;
        font-size: 12px;
        display: flex;
        justify-content: flex-end;
        margin-right: 5px;
    }
    
    .head_right h3 {
        color: #ff6600;
        font-size: 20px;
    }
    
    .menu {
        width: 100%;
        height: 50px;
        background-color: #0f2161;
    }
    
    .nav {
        width: 1200px;
        margin: 0 auto;
        display: flex;
        height: 50px;
        line-height: 50px;
        justify-content: space-between;
    }
    
    .nav li {
        width: 133px;
        height: auto;
        text-align: center;
        position: relative;
    }
    
    .nav li:hover {
        background-color: #fff;
        color: #169fe6 !important;
    }
    
    .nav li a {
        font-size: 16px;
        color: #fff;
        display: block;
        background-color: #0f2161;
    }
    
    .nav li a:hover {
        color: #169fe6;
        background-color: #fff !important;
    }
    
    .nav_nar {
        position: absolute;
        z-index: 99;
        top: 50px;
        left: 0;
        width: 100%;
        background-color: #fff;
        border: 1px solid #0f2161;
        display: none;
    }
    
    .nav_nar a {
        display: block;
        text-align: center;
        color: white !important;
    }
    
    .nav li:hover .nav_nar {
        display: block;
    }
    
    .nav_nar a:hover {
        background-color: #0f2161 !important;
        color: black !important;
    }
    
    .banner {
        width: 100%;
    }
    
    .banner img {
        width: 100%;
    }
    
    .ljt {
        position: absolute !important;
        left: 20px !important;
        width: 50px !important;
        height: 50px !important;
        top: 50% !important;
    }
    
    .rjt {
        position: absolute !important;
        right: 20px !important;
        width: 50px !important;
        height: 50px !important;
        top: 50% !important;
    }
    
    .con01 {
        width: 100%;
        height: auto;
    }
    
    .con01_content {
        width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        padding: 50px 0;
    }
    
    .con01left {
        width: 260px;
        height: auto;
    }
    
    .product_center {
        padding-top: 20px;
        width: 100%;
        height: 100px;
        padding-left: 25px;
        background: url(../images/con01bg.png) no-repeat;
        position: relative;
    }
    
    .product_center p {
        position: absolute;
        width: 100%;
        font-size: 26px;
        color: white;
        top: 15px;
    }
    
    .product_center span {
        position: absolute;
        width: 100%;
        font-size: 18px;
        color: white;
        top: 50px;
    }
    
    .con01_list {
        width: 100%;
        height: auto;
    }
    
    .con01_list li {
        width: 100%;
        height: 40px;
        line-height: 40px;
        background-color: #eeeeee;
        padding-left: 20px;
        border-bottom: 1px dashed #dddddd;
    }
    
    .con01_list li a {
        color: #333333;
        font-size: 14px;
    }
    
    .con01_list li a:hover {
        color: #ff6600 !important;
    }
    
    .con01right {
        width: 910px;
        height: auto;
    }
    
    .con01r_tit {
        width: 100%;
        height: 100px;
        border: 3px solid #f5f5f5;
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
    }
    
    .con01r_title {
        width: 70%;
        padding: 15px;
    }
    
    .con01r_title p {
        font-size: 16px;
        color: #474747;
        padding: 5px 0;
    }
    
    .con01r_title span {
        font-size: 22px;
        color: #122464;
    }
    
    .con01r_tit a {
        display: block;
        height: 45px;
        line-height: 45px;
        background-color: #e22136;
        color: white;
        margin: 20px;
        width: 120px;
        text-align: center;
        border-radius: 5px;
    }
    
    .con01r_midline {
        width: 100%;
        height: 2px;
        background-color: #dddddd;
    }
    
    .banner01 {
        padding: 30px 0;
        width: 910px;
        height: auto;
        overflow: hidden;
        position: relative;
    }
    
    .banner01 img {
        width: 100%;
        margin: 30px 0;
    }
    
    .swiper01_img {
        position: relative;
        width: 260px;
    }
    
    .swiper01_img a {
        display: block;
        width: 100%;
    }
    
    .swiper01_img a img {
        width: 100%;
    }
    
    .swiper01_img span {
        position: absolute;
        z-index: 80;
        width: 100%;
        height: 50px;
        line-height: 50px;
        top: 216px;
        left: 0;
        width: 100%;
        text-align: center;
        background-color: #eeeeee;
    }
    
    .con02 {
        width: 100%;
        background: url(../images/con02_bg.jpg) no-repeat;
        height: 160px;
        margin-bottom: 30px;
    }
    
    .con03 {
        width: 100%;
        height: auto;
    }
    
    .con03_content {
        display: flex;
        justify-content: flex-start;
        width: 1200px;
        height: auto;
        margin: 0 auto;
    }
    
    .con03l {
        width: 200px;
        margin: 10px 35px;
    }
    
    .con03l a {
        display: block;
        width: 100%;
    }
    
    .con03l a img {
        width: 100%;
    }
    
    .con03r {
        width: 920px;
    }
    
    .con03r h4 {
        width: 100%;
        font-size: 24px;
        color: #666666;
        padding: 10px 0;
    }
    
    .con03r p {
        font-size: 16px;
        color: #333333;
        padding: 10px 0;
        line-height: 25px;
    }
    
    .con03r a {
        display: block;
        width: 95px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        border: 1px solid #dddddd;
        border-radius: 1px;
        color: #ff6600;
    }
    
    .foot {
        width: 100%;
        height: auto;
        background-color: #eeeeee;
    }
    
    .foot_content {
        width: 1200px;
        margin: 0 auto;
        padding: 30px 15px;
        display: flex;
        justify-content: space-between;
    }
    
    .footleft {
        width: 300px;
    }
    
    .footleft01 {
        display: flex;
        justify-content: space-between;
        padding-bottom: 15px;
    }
    
    .footleft01 a {
        color: #333333;
        font-size: 14px;
    }
    
    .footleft01 a:hover {
        color: #ff6600 !important;
    }
    
    .footleft02 {
        width: 100%;
        padding: 30px 0;
    }
    
    .footleft02 li {
        display: flex;
        height: 37px;
        line-height: 37px;
        width: 100%;
        border-bottom: 1px dashed #dddddd;
        background: url(../images/bg.jpg) no-repeat left center;
        padding-left: 10px;
        line-height: 36px;
    }
    
    .footleft02 li a {
        color: #333333;
        font-size: 14px;
        margin-bottom: 10px;
    }
    
    .footleft p {
        font-size: 16px;
        color: #666666;
    }
    
    .link {
        width: 100%;
        height: auto;
        background-color: #fff;
        margin-bottom: 30px;
    }
    
    .link_content {
        width: 1200px;
        margin: 0 auto;
        padding: 10px 0;
    }
    
    .link_content span {
        font-size: 14px;
        color: #666666;
    }
    
    .link_content span a {
        font-size: 14px;
        color: #666666;
    }
    
    .link_content span a:hover {
        color: #ff954f;
    }
    
    .bottom {
        width: 100%;
        height: auto;
        background-color: #0f2161;
    }
    
    .bottom_content {
        width: 1200px;
        margin: 0 auto;
    }
    
    .blue_nar {
        display: flex;
        justify-content: space-between;
        width: 1200px;
        margin: 0 auto;
        padding: 20px;
        zoom: 1;
        overflow: hidden;
        background: #2768b8;
        border-radius: 50px;
        position: relative;
        top: -40px;
    }
    
    .blue_nar01 {
        display: flex;
        justify-content: flex-start;
    }
    
    .blue_nar01 p {
        color: white;
        font-size: 18px;
    }
    
    .blue_nar01 span {
        color: white;
        font-size: 18px;
    }
    
    .bottom_nav {
        width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    
    .bottomnav_left {
        width: 1080px;
        display: flex;
        justify-content: space-between;
    }
    
    .bottomnav_leftnr {
        width: 210px;
        border-left: 1px dashed #30448c;
    }
    
    .bottomnav_leftnr li {
        margin-left: 30px;
    }
    
    .bottomnav_leftnr li a {
        color: white;
        font-size: 14px;
        display: block;
        padding: 10px 0;
    }
    
    .bottomnav_right {
        width: 100px;
        height: auto;
    }
    
    .bottomnav_right img {
        width: 100%;
    }
    
    .end {
        width: 100%;
        height: 40px;
        background-color: black;
    }
    
    .end_content {
        width: 1200px;
        margin: 0 auto;
        padding: 10px 0;
    }
    
    .end01_nr {
        display: flex;
        justify-content: space-between;
    }
    
    .end01_nr span {
        color: white;
        font-size: 14px;
        margin-right: 5px;
    }
    
    .end01_nr p {
        color: white;
        font-size: 14px;
    }
    
    .end01_nr a {
        color: white;
        font-size: 10px;
    }
    
    .end01_nr a:hover {
        color: #ff6600 !important;
        margin-left: 10px;
    }
    
    .product {
        width: 100%;
        height: auto;
        background-color: #fff;
        border-bottom: 1px solid #e6e6e6;
    }
    
    .product_content {
        width: 1200px;
        margin: 0 auto;
        padding: 30px 0;
        display: flex;
        justify-content: space-between;
        padding-bottom: 50px;
    }
    
    .productl {
        width: 230px;
        height: auto;
    }
    
    .product_nav {
        width: 100%;
        height: auto;
        border: 1px solid #cccccc;
        margin-bottom: 35px;
    }
    
    .product_nav h3 {
        width: 100%;
        height: 38px;
        line-height: 38px;
        background-color: #f9f9f9;
        padding-left: 20px;
        color: #333333;
        font-size: 18px;
    }
    
    .product_navnar {
        width: 100%;
        height: auto;
        background-color: #fff;
        padding: 10px;
    }
    
    .product_navnar li {
        width: 100%;
        height: 40px;
        line-height: 40px;
        background: url(../images/ico02.gif) no-repeat left center;
        border-bottom: 1px dashed #cccccc;
    }
    
    .product_navnar li a {
        display: block;
        padding-left: 20px;
        font-size: 14px;
        color: #333333;
    }
    
    .product_contact {
        width: 100%;
        height: auto;
        border: 1px solid #cccccc;
    }
    
    .product_contact h3 {
        width: 100%;
        height: 38px;
        line-height: 38px;
        background-color: #f9f9f9;
        padding-left: 20px;
        color: #333333;
        font-size: 18px;
    }
    
    .product_contact a {
        display: block;
        padding: 6px;
        width: 100%;
    }
    
    .product_contact a img {
        width: 100%;
    }
    
    .productcontact_nr {
        padding: 6px;
    }
    
    .productcontact_nr h5 {
        color: #666666;
    }
    
    .productcontact_nr p {
        color: #666666;
        font-size: 14px;
    }
    
    .productr {
        width: 950px;
    }
    
    .productr h2 {
        width: 100%;
        height: 40px;
        line-height: 40px;
        background-color: #f9f9f9;
        padding-left: 15px;
        font-size: 18px;
    }
    
    .productr_tplist {
        width: 100%;
        padding: 10px 0;
    }
    
    .productr_title h3 {
        display: block;
        padding-left: 15px;
        background: url(../images/ico02.gif) no-repeat left center;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        color: #666666;
    }
    
    .productr_title {
        width: 100%;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #ededed;
        height: 36px;
        line-height: 36px;
    }
    
    .productr_title a {
        color: #666666;
        font-size: 14px;
    }
    
    .productr_imglist {
        padding: 10px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .productr_imglist li {
        width: 218px;
        height: auto;
        border: 1px solid #dddddd;
        position: relative;
    }
    
    .productr_imglist li a {
        display: block;
        width: 100%;
        padding: 5px 10px;
    }
    
    .productr_imglist li span {
        display: block;
        width: 100%;
        text-align: center;
    }
    
    .productr_imglist li span a {
        height: 30px;
        line-height: 30px;
        padding: 0;
        color: #000000;
        font-size: 14px;
    }
    
    .productr_imglist li a img {
        width: 100%;
        padding-bottom: 5px;
        border-bottom: 1px solid #dddddd;
    }
    
    .productr_bottom {
        width: 100%;
    }
    
    .productr_bottom h3 {
        width: 100%;
        background-color: #cccccc;
        font-size: 14px;
        color: #666666;
        padding-left: 10px;
    }
    
    .productr_bottom ul {
        padding: 10px;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .productr_bottom ul li {
        width: 180px;
        text-align: center;
    }
    
    .productr_bottom ul li a {
        color: #333333;
        font-size: 12px;
    }
    
    .productr_bottom ul li a:hover {
        color: #ff6600;
    }
    
    .product_detailsr {
        width: 950px;
        border: 1px solid #e6e6e6;
        padding-bottom: 30px;
    }
    
    .product_detailsr h3 {
        width: 70%;
        height: 40px;
        line-height: 40px;
    }
    
    .product_detailsr h3 a {
        font-size: 16px;
        color: #333333;
        padding-left: 15px;
    }
    
    .product_detailsr h3 a:hover {
        color: #fe6600;
    }
    
    .product_detailsrtitle {
        width: 100%;
        height: 40px;
        line-height: 40px;
        background-color: #f9f9f9;
        display: flex;
        justify-content: space-between;
        border: 1px solid #e6e6e6;
    }
    
    .product_detailsrtitle span {
        padding: 0 5px;
        font-size: 14px;
        color: #666666;
    }
    
    .product_detailsrtitle span a {
        font-size: 14px;
        color: #333333;
        font-weight: bold;
    }
    
    .product_detailsrtitle span a:hover {
        color: #ff6600;
    }
    
    .product_detailsimgs {
        width: 100%;
        padding: 15px;
        border-bottom: 1px dashed #cccccc;
    }
    
    .product_detailsimgs h4 {
        text-align: center;
        padding: 10px 0;
        color: #666666;
    }
    
    .product_detailsimgs a {
        display: block;
        text-align: center;
    }
    
    .product_detailsimgs a img {
        width: 60%;
    }
    
    .product_detailsr p {
        padding: 10px 0;
        text-align: center;
        font-size: 14px;
        color: #666666;
    }
    
    .product_detailsr p a {
        color: #666666;
    }
    
    .product_detailsr p a:hover {
        color: #ff7da7;
    }
    
    .product_detailstp01 {
        width: 910px;
        height: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .product_detailstp01 li {
        width: 174px;
    }
    
    .product_detailstp01 li a img {
        width: 100%;
        padding: 0 15px;
    }
    
    .product_detailstp01 li span {
        text-align: center;
        display: block;
    }
    
    .product_detailstp01 li span a {
        display: block;
        color: #333333;
    }
    
    .product_detailstp01 li span a:hover {
        color: #ff6600;
    }
    
    .dd {
        margin: 10px 0;
        width: 950px;
        background-color: #cccccc;
        height: 28px;
        line-height: 28px;
        padding-left: 15px;
        font-size: 14px;
        color: #666666;
    }
    
    .product_detailsdd {
        width: 100%;
        padding: 8px 15px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .product_detailsdd li {
        width: 50%;
    }
    
    .product_detailsdd li a {
        color: #333333;
        font-size: 12px;
    }
    
    .product_detailsdd li a:hover {
        color: #ff6600 !important;
    }
    
    .cp {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    
    .cp li {
        width: 175px;
        height: auto;
        text-align: center;
    }
    
    .cp li a {
        display: block;
        color: #333333;
        font-size: 12px;
    }
    
    .cp li a:hover {
        color: #ff6600 !important;
    }
    
    .news_right {
        width: 950px;
        border: 1px solid #e6e6e6;
    }
    
    .news_right h3 {
        width: 100%;
        height: 38px;
        line-height: 38px;
        background-color: #f9f9f9;
        font-size: 16px;
        padding-left: 10px;
        color: #333333;
        border: 1px solid #e6e6e6;
    }
    
    .news_right ul {
        width: 100%;
        padding: 10px;
    }
    
    .news_right ul li {
        display: flex;
        justify-content: space-between;
        width: 926px;
        height: 43px;
        line-height: 43px;
        border-bottom: 1px dashed #cccccc;
        background: url(../images/ico02.gif) no-repeat left center;
    }
    
    .news_right ul li a {
        display: block;
        padding-left: 15px;
        color: #333333;
        font-size: 14px;
    }
    
    .news_right ul li a:hover {
        color: #ff6600;
    }
    
    .news_right ul li span {
        color: #666666;
        font-size: 14px;
    }
    
    .newsright_nr {
        width: 100%;
        padding: 15px 0;
    }
    
    .newsright_nr h4 {
        text-align: center;
        color: #666666;
        font-size: 16px;
        padding: 6px;
    }
    
    .newsright_nr p {
        text-indent: 2em;
        line-height: 25px;
        padding: 10px 15px;
    }
    
    .newsright_nr span {
        padding: 10px;
        color: #999999;
        font-size: 12px;
    }
    
    .little {
        width: 80%;
        display: flex;
        justify-content: flex-end;
        font-size: 16px;
        color: #666666;
    }
    
    .little a {
        font-size: 16px;
        color: #666666;
    }
    
    .little a:hover {
        color: #ff6600;
    }
    
    .newsr01 {
        width: 100%;
        padding: 20px 10px;
    }
    
    .newsr01 h3 {
        width: 100%;
        height: 28px;
        line-height: 28px;
        background-color: #cccccc;
        font-size: 14px;
        color: #666666;
    }
    
    .newsr01_img {
        width: 100%;
        height: 200px;
        padding: 15px;
        display: flex;
        justify-content: space-between;
    }
    
    .newsr01_img li {
        width: 174px !important;
        height: auto;
        background: none !important;
        border: none !important;
        display: block !important;
    }
    
    .newsr01_img li a {
        width: 100%;
        display: block;
    }
    
    .newsr01_img li a img {
        width: 100%;
        padding: 15px;
    }
    
    .newsr01_img li span {
        text-align: center;
    }
    
    .newsr02 {
        width: 100%;
        padding: 20px 10px;
    }
    
    .newsr02 h3 {
        width: 100%;
        height: 28px;
        line-height: 28px;
        background-color: #cccccc;
        font-size: 14px;
        color: #666666;
    }
    
    .newsr02 ul {
        width: 100%;
        padding: 15px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .newsr02 ul li {
        height: 20px;
        display: block;
        width: 50%;
        background: none !important;
        border: none !important;
    }
    
    .honor01 {
        width: 950px;
    }
    
    .honor01 h2 {
        width: 100%;
        height: 40px;
        line-height: 40px;
        background-color: #f9f9f9;
        padding-left: 15px;
        font-size: 18px;
    }
    
    .honor02 {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .honor02 li {
        width: 210px;
        border: 1px solid #dddddd;
        margin: 5px;
    }
    
    .honor02 li a {
        display: block;
        text-align: center;
    }
    
    .honor02 li a img {
        width: 80%;
        padding: 15px;
    }
    
    .honor02 li span {
        display: block;
        color: #333333;
    }
    
    .honor02 li a {
        color: #333333;
    }
    
    .honor02 li a:hover {
        color: #ff9500;
    }
    
    .inside01 {
        width: 950px;
        border: 1px solid #e6e6e6;
    }
    
    .inside01 h2 {
        width: 100%;
        height: 40px;
        line-height: 40px;
        background-color: #f9f9f9;
        padding-left: 15px;
        font-size: 18px;
        border: 1px solid #e6e6e6;
    }
    
    .inside02 {
        width: 100%;
        padding: 20px;
    }
    
    .sub {
        display: flex !important;
        justify-content: flex-start !important;
        margin-left: 40px;
    }