
/* page_section_banner_main */
.page_section_banner_main{
    width: 100%;
    height: auto;
    position: relative;
}
.page_section_banner{
    width: 100%;
    height: 500px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding-top: 180px;
}
.page_section_banner .page_con_banner{
    width: 100%;
    height: 100%;
    background-size: cover !important;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.page_section_banner .page_con_banner img{
    display: block;
    width: 100%;
    height: auto;
}
.page_banner_text{
    width: 100%;
    height: auto;
    min-height: 200px;
    position: relative;
}
.page_banner_text .text_box{
    width: 60%;
    height: auto;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}
.page_banner_text .text_box .title{
    font-size: 46px;
    color: #fff;
    line-height: 56px;
    font-weight: 700;
    text-transform: uppercase;
}
.page_banner_text .text_box .text {
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    font-weight: 300;
    margin-top: 20px;
}

/* bread_crumbs */
.bread_crumbs{
    width: 100%;
    height: auto;
    padding: 20px 0;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 10px;
}
.bread_crumbs_conter{
    width: 100%;
    height: auto;
    font-size: 14pt;
    color: #eee;
    line-height: 30px;
}
.bread_crumbs_conter a{
    width: auto;
    height: auto;
    font-size: 14pt;
    color: #eee;
    line-height: 30px;
    font-weight: 300;
}
.bread_crumbs_conter a:hover{
    color: #C9063E;
}

.bread_crumbs_conter strong{
    display: block;
    width: auto;
    height: auto;
    font-size: 14pt;
    color: #C9063E;
    line-height: 30px;
    font-weight: 300;
}
.page_content .bread_crumbs{
    position: relative;
    bottom: inherit;
    padding: 40px 0;
}
.page_content .bread_crumbs_conter{
    color: #999;
}
.page_content .bread_crumbs_conter a{
    color: #999;
}


/* page_content */
.page_content{
    width: 100%;
    height: auto;
    position: relative;
}



/* about_page */
.about_page {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-top: 100px;
}
.about_page_section1{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 80px;
}
.about_page_section1_conter{
    width: 100%;
    height: auto;
}
.about_page_section1_conter .left_box{
    float: left;
    width: 50%;
    height: auto;
    padding-right: 40px;
    box-sizing: border-box;
}
.about_page_section1_conter .left_box .pic_box{
    float: left;
    width: 100%;
    height: 280px;
    overflow: hidden;
    border-radius: 15px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 25px;
}
.about_page_section1_conter .left_box .pic_box .pic{
    width: 100%;
    height: 100%;
    background-size: cover !important;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.about_page_section1_conter .left_box .pic_box:nth-child(2){
    width: 64%;
    margin-right: 4%;
}
.about_page_section1_conter .left_box .pic_box:nth-child(3){
    width: 32%;
}


.about_page_section1_conter .rgiht_box{
    float: left;
    width: 50%;
    height: auto;
    padding-left: 40px;
    box-sizing: border-box;
}
.about_page_section1_conter .rgiht_box h3 {
    font-size: 30px;
    color: #0a1944;
    line-height: 40px;
    font-weight: bold;
    padding-bottom: 40px;
    margin-bottom: 40px;
    position: relative;
}
.about_page_section1_conter .rgiht_box h3::after{
    content: " ";
    width: 100px;
    height: 2px;
    background: #666;
    position: absolute;
    left: 0;
    bottom: 0;
}
.about_page_section1_conter .rgiht_box .text_box{
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #666;
    line-height: 32px;
    font-weight: 400;
    text-align: justify;
    box-sizing: border-box;
}
.about_page_section1_conter .rgiht_box .text{
    width: 100%;
    height: auto;
    background: #f1f7fe;
    padding: 20px 25px;
    border-left: 5px solid #7398cd;
    box-sizing: border-box;
    font-size: 22px;
    color: #036eb7;
    line-height: 32px;
    font-weight: 700;
    text-align: justify;
    box-sizing: border-box;
    margin-top: 60px;
}

.about_page_section2{
    width: 100%;
    height: auto;
    min-height: 600px;
    background: url(../images/about_page_banner2.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    position: relative;
    padding: 150px 0;
    padding-bottom: 100px;
    box-sizing: border-box;
}
.about_page_section2_conter{
    width: 100%;
    height: auto;
}
.about_page_section2_conter ul{
    margin: 0 -3%;
}
.about_page_section2_conter ul li{
    float: left;
    width: 27.333333%;
    height: auto;
    margin: 0 3%;
    box-sizing: border-box;
}
.about_page_section2_conter ul li img{
    display: block;
    width: 100px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 40px;
}
.about_page_section2_conter ul li h3{
    width: 100%;
    height: auto;
    font-size: 22px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.about_page_section2_conter ul li p{
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #b4b4b4;
    line-height: 26px;
    text-align: justify;
}

.about_page_section3{
    width: 100%;
    height: auto;
    min-height: 800px;
    background: url(../images/about_page_banner3.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    box-sizing: border-box;
}
.about_page_section3_conter{
    width: 100%;
    height: auto;
}
.about_page_section3_conter .history_list{
    width: 100%;
    height: 660px;
    box-sizing: border-box;
    position: relative;
}
.about_page_section3_conter .history_list .xian{
    display: block;
    width: 1280px;
    height: 300px;
    background: url('../images/about_history_bj.png') no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 180px;
    left: 50%;
    margin-left: -640px;
}
.about_page_section3_conter .history_list ul{
    width: 100%;
    height: 180px;
    position: absolute;
    top: 0;
    left: 0;
}

.about_page_section3_conter .history_list .ul2{
    top: 500px;
}
.about_page_section3_conter .history_list ul.phone_ul{
    display: none;
}
.about_page_section3_conter .history_list ul li{
    float: left;
    width: 33.333333%;
    height: auto;
    box-sizing: border-box;
}
.about_page_section3_conter .history_list .ul1 li:first-child{
    margin-left: 15%;
}
.about_page_section3_conter .history_list ul li .item{
    width: 250px;
    height: 180px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
}
.about_page_section3_conter .history_list ul li .item::after{
    content: " ";
    width: 24px;
    height: 24px;
     background: url(../images/history_yuan_icon.png) no-repeat center center;
     background-size: 24px;
    position: absolute;
    left: -13px;
    bottom: -10px;
}
.about_page_section3_conter .history_list ul li .item .time{
    font-size: 36px;
    color: #0a1944;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-left: 20px;
    box-sizing: border-box;
    border-left: 4px solid #0a1944;
}
.about_page_section3_conter .history_list ul li .item .icon{
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    border: 3px solid #1556d8;
    position: absolute;
}
.about_page_section3_conter .history_list ul li .item .article{
    font-size: 18px;
    color: #6C6C6C;
    line-height: 26px;
    width: 100%;
    box-sizing: border-box;
}
.about_page_section3_conter .history_list ul.ul2 li:nth-child(1) .item .icon{
    top: -70px;
    left: 50px;
}
.about_page_section3_conter .history_list ul.ul2 li:nth-child(2) .item{
    top: -60px;
}
.about_page_section3_conter .history_list ul.ul2 li:nth-child(2) .item .icon{
    top: -70px;
    left: 50px;
}
.about_page_section3_conter .history_list ul.ul2 li:nth-child(3) .item{
    top: -120px;
}
.about_page_section3_conter .history_list ul.ul2 li:nth-child(3) .item .icon{
    top: -75px;
    left: 50px;
}

.about_page_section3_conter .history_list ul.ul1 li:nth-child(1) .item{
    top: 115px;
}
.about_page_section3_conter .history_list ul.ul1 li:nth-child(1) .item .icon{
    bottom: -70px;
    left: 70px;
}
.about_page_section3_conter .history_list ul.ul1 li:nth-child(2) .item{
    top: 15px;
}
.about_page_section3_conter .history_list ul.ul1 li:nth-child(2) .item .icon{
    bottom: -70px;
    left: 70px;
}



/* product_page */
.product_page {
    width: 100%;
    height: auto;
    min-height: 800px;
    padding-top: 60px;
    padding-bottom: 100px;
    box-sizing: border-box;
}
.home_section_product_conter{
    width: 100%;
    height: auto;
}
.home_section_product_nav{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-bottom: 60px;
}
.home_section_product_nav ul {
    width: 100%;
    height: auto;
    text-align: center;
}
.home_section_product_nav ul li{
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 20px;
    margin-left: -1px;
    margin-top: -1px;
}
.home_section_product_nav ul li:last-child{
    margin-right: 0;
}
.home_section_product_nav ul li .title_box{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    padding: 0 23px;
    border: 1px solid #0a1944;
}

.home_section_product_nav ul li .title_box p{
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #0a1944;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 400;
    padding: 13px 0;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}
.home_section_product_nav ul li.active .title_box p{
    color: #fff;
    font-weight: 400;
    transition: all 0.3s;
}
.home_section_product_nav ul li.active .title_box{
    background: #0a1944;
    transition: all 0.5s;
}
.home_section_product_nav ul li:hover .title_box p{
    color: #fff;
    font-weight: 400;
    transition: all 0.3s;
}
.home_section_product_nav ul li:hover .title_box{
    background: #0a1944;
    transition: all 0.5s;
}


.home_section_product_container{
    width: 100%;
    height: auto;
} 
.home_section_product_container .product_item_list{
    width: 100%;
    height: auto;
}
.home_section_product_container .product_item_list ul{
    margin: 0 -1%;
}
.home_section_product_container .product_item_list ul li{
    float: left;
    width: 23%;
    height: auto;
    margin: 0 1%;
    margin-bottom: 2%;
    cursor: pointer;
    position: relative;
}
.home_section_product_container .product_item_list ul li a{
    display: block;
    width: 100%;
    height: auto;
  
    box-sizing: border-box;
    position: relative;
}
.home_section_product_container .product_item_list ul li .pic_box{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    position: relative;
     box-sizing: border-box;
      border: 1px solid #f1f1f1;
}
.home_section_product_container .product_item_list ul li .pic_box img{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: all .5s;

}
.home_section_product_container .product_item_list ul li .text_box{
    width: 100%;
    height: auto;
    padding: 15px 30px;
    box-sizing: border-box;
      background: #f1f1f1;
      
    overflow: hidden;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.home_section_product_container .product_item_list ul li .text_box h3{
    width: 100%;
    height: auto;
    font-size: 22px;
    color: #0a1944;
    line-height: 30px;
    text-align: left;
    font-weight: 500;
    letter-spacing: 0;
    position: relative;
    z-index: 2;
}
.home_section_product_container .product_item_list ul li:hover .pic_box img{
    transform: scale(1.15);
}
.home_section_product_container .product_item_list ul li:hover .text_box{
    background: #0a1944;
    transition: all 0.5s;
}
.home_section_product_container .product_item_list ul li:hover .text_box h3{
    color: #fff;
    transition: all 0.3s;
}
.home_section_product_container .product_item_list ul li:hover a{
     transition: all 0.3s;
}



/* pagination_center */
.pagination_center{
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    box-sizing: border-box;
}
.pagination_box {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: bottom;
    font-size: 14px;
    color: #6e6e6e;
}
.pagination_box li {
    display: inline-block!important;
    border: solid 1px #EBEBEB;
    border-radius: 4px;
  
}
.pagination_box a {
    color: #0a1944;
    padding: 8px 12px;
    line-height: 18px;
    display: block;
    transition: all 1s cubic-bezier(0.175,0.885,0.32,1) 0s;
}
.pagination_box .disabled a:link,.pagination_box .disabled a:visited,.pagination_box .disabled a:hover {
    cursor: not-allowed;
    pointer-events: none;
    color: #EBEBEB;
}
.pagination_box .active {
    pointer-events: none;
}
.pagination_box .active,.pagination_box a:hover {
    transition: all .3s cubic-bezier(0.175,0.885,0.32,1) 0s;
}
.pagination_box li {
    margin:2px 5px;
    font-size:14px;
    border:none;
    border-radius:4px;
}
.pagination_box li a {
    border-radius:4px;
    color:#6e6e6e;
    background:#fff;
    padding:12px 16px;
    border:1px solid #DCDCDC;
}
.pagination_box li.active a,.pagination_box li a:hover {
    background:#0a1944;
    color:#fff;
    border:1px solid #0a1944;
    
}





  

/* product_details_page */
.product_details_page {
    width: 100%;
    height: auto;
    padding-bottom: 120px;
    box-sizing: border-box;
}
/* product_details_page */
.product_details_page {
    width: 100%;
    height: auto;
    padding-bottom: 120px;
    box-sizing: border-box;
}
.product_details_introduce_section{
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 100px;
    box-sizing: border-box;
}
.product_details_introduce_section .introduce_left_box{
    float: left;
    width: 50%;
    height: auto;
    box-sizing: border-box;
    position: relative;
    /* border: 2px solid #eee; */
}
.product_details_introduce_section .introduce_right_box{
    float: left;
    width: 50%;
    height: auto;
    padding-left: 80px;
    box-sizing: border-box;
    background: #fff;
    position: relative;
}
.introduce_right_box .title{
    width: 100%;
    height: auto;
    margin-bottom: 150px;
}
.introduce_right_box .title h2{
    font-size: 40px;
    color: #0a1944;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
    box-sizing: border-box;
}
.introduce_right_box .title p{
    font-size: 26px;
    color: #0a1944;
    line-height: 36px;
    font-weight: 400;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.introduce_right_box .product_link_box{
    width: 100%;
    height: auto;
    margin-top: 60px;
}
.introduce_right_box .product_link_box .link_box{
    display: block;
    width: 160px;
    height: auto;
    background: #0a1944 url(../images/link_icon.svg) no-repeat 125px center;
    background-size: 14px;
    border: 1px solid #000;
    padding: 12px 25px;
    padding-right: 40px;
    box-sizing: border-box;
    border-radius: 50px;
    font-size: 18px;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
}
.introduce_right_box .product_link_box .link_box:hover{
    background: #fff url(../images/link_icon_hover.svg) no-repeat 125px center;
    background-size: 14px;
    color: #0a1944;
    border: 1px solid #0a1944;
    box-sizing: border-box;
    transition: all 0.3s;
}

.product_details_thumbnail{
    width: 100%;
    height: auto;
    margin-top: 15px;
}
.product_details_thumbnail h3{
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #0a1944;
    line-height: 30px;
    font-weight: 400;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.product_details_thumbnail .gallery_thumbs{
    width: auto;
    height: auto;
    position: relative;
}
.product_details_thumbnail .gallery_thumbs .swiper-slide{
    float: left;
    width: 20%;
    height: auto;
    cursor: pointer;
    box-sizing: border-box;
}
.product_details_thumbnail .gallery_thumbs .swiper-slide .small_pic{
    float: left;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border: 1px solid #0a1944;
    position: relative;
}
.product_details_thumbnail .gallery_thumbs .swiper-slide .small_pic img{
    display: block;
    width: 100%;
    height: auto;
}
.product_details_thumbnail .gallery_thumbs .swiper-wrapper{
   position: relative;
}

.product_details_thumbnail .gallery_thumbs .swiper-slide-thumb-active .small_pic{
    border: 2px solid #C9063E;
}
.introduce_left_box .gallery_top{
    width: 100%;
    height: auto;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #0a1944;
}
.introduce_left_box .gallery_top .swiper-slide{
    float: left;
    width: 100%;
    height: auto;
}
.introduce_left_box .gallery_top .swiper-slide .conter_box{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.introduce_left_box .gallery_top .swiper-slide .conter_box .pic_box{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.introduce_left_box .gallery_top .swiper-slide .conter_box .pic_box img{
    display: block;
    width: 100%;
    height: auto;
}
.introduce_left_box .gallery_top .swiper-slide .conter_box .video_box{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.introduce_left_box .gallery_top .swiper-slide .conter_box .video_box video{
    width: 100%;
    height: auto;
    max-height: 500px;
    overflow: hidden;
}
.introduce_left_box .swiper-button-next, .introduce_left_box .swiper-button-prev{
    display: block;
    width: 20px;
    height: 50px;
    z-index: 9;
}
.introduce_left_box .swiper-button-prev{
    background: #f1f2f7 url('../images/swiper_button_prev_icon.png') no-repeat center center;
    background-size: 22px;
}
.introduce_left_box .swiper-button-next{
    background: #f1f2f7 url('../images/swiper_button_next_icon.png') no-repeat center center;
    background-size: 22px;
}

.introduce_left_box .swiper-button-prev:hover{
    background: #C9063E url('../images/swiper_button_prev_icon_hover.png') no-repeat center center;
    background-size: 22px;
}
.introduce_left_box .swiper-button-next:hover{
    background: #C9063E url('../images/swiper_button_next_icon_hover.png') no-repeat center center;
    background-size: 22px;
}

.introduce_left_box .swiper-button-prev{
    position: absolute;
    bottom: 50%;
    left: -0;
    margin-top: -25px;
}
.introduce_left_box .swiper-button-next{
    position: absolute;
    top: 50%;
    right: -0;
    margin-top: -25px;
}
.introduce_left_box  .swiper-button-prev:after, .introduce_left_box  .swiper-container-rtl .swiper-button-next:after{
    display: none;
}
.introduce_left_box .swiper-button-next:after, .introduce_left_box .swiper-container-rtl .swiper-button-prev:after{
    display: none;
}



.product_details_conter_section{
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.product_details_conter_nav{
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
.product_details_conter_nav ul li{
    float: left;
    width: 50%;
    height: 70px;
    background: #fff;
    padding: 18px 15px;
    box-sizing: border-box;
    font-size: 22px;
    color: #0a1944;
    line-height: 32px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #0a1944;
    border-left: none;
    cursor: pointer;
    position: relative;
}
.product_details_conter_nav ul li:first-child{
    border-left: 1px solid #0a1944;
}
.product_details_conter_nav ul li.active{
    color: #fff;
    background: #0a1944;
    transition: all .3s;
}
.product_details_conter_nav ul li:hover{
    color: #fff;
    background: #0a1944;
    transition: all .3s;
}
.product_details_conter_container{
    width: 100%;
    height: auto;
    min-height: 500px;
}
.product_details_item_box{
    width: 100%;
    height: auto;
    display: none;
}


/* details_item_info_conter */
.details_item_info_conter{
    width: 100%;
    height: auto;
}
.details_item_info_conter .table_box{
    width: 100%;
    height: auto;
}
.details_item_info_conter .table_box table{
    width: 100%;
    height: auto;
    table-layout:fixed;
    border-collapse: collapse;
}
.details_item_info_conter .table_box tbody{
    width: 100%;
    height: auto;
}
.details_item_info_conter .table_box table tr{
    width: 100%;
    height: auto;
}
.details_item_info_conter .table_box tbody tr td{
    width: auto;
    height: auto;
    padding: 5px 0;
    box-sizing: border-box;
    font-size: 18px;
    color: #666;
    line-height: 26px;
    font-weight: 400;
    padding-right: 40PX;
    box-sizing: border-box;
    text-align: left;
    white-space: normal;
    word-break: break-word;
}
.details_item_info_conter .table_box tbody tr td:first-child{
    color: #0a1944;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
}
.details_item_info_conter .table_box p{
    width: 100%;
    height: auto;
   font-size: 18px;
    color: #666;
    line-height: 26px;
    font-weight: 400;
    text-align: left;
    white-space: normal;
    word-break: break-word;
     color: #0a1944;
    text-transform: uppercase;
    font-weight: 700;
}




/* details_item_color_conter */
.details_item_color_conter{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
.color_item_list_box{
    width: 100%;
    height: auto;
}
.color_item_list_box ul {
    margin: 0 -1%;
}
.color_item_list_box ul li{
    float: left;
    width: 14.666666%;
    height: auto;
    padding: 5px;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    margin: 0 1%;
    margin-bottom: 10px;
}
.color_item_list_box ul li img{
    display: block;
    width: 100%;
    height: auto;
    transition: all .5s;
}
.color_item_list_box ul li:hover img{
    transform: scale(1.05);
}
.color_item_list_box ul li p{
    width: 100%;
    height: auto;
    padding: 10px 5px;
    box-sizing: border-box;
    font-size: 22px;
    color: #666;
    line-height: 32px;
    text-align: center;
}




/* outerdiv */
#outerdiv{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.80);
    z-index:11;
    display:none;
}
#outerdiv #innerdiv{
    position:absolute;
}
#outerdiv #innerdiv #bigimg{
    border:5px solid #fff;
    width: 100% !important;
    height: auto;
    box-sizing: border-box;
}

#outerdiv2{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.80);
    z-index:11;
    display:none;
}
#outerdiv2 #innerdiv2{
    position:absolute;
}
#outerdiv2 #innerdiv2 #bigimg2{
    border:5px solid #fff;
    width: 100% !important;
    height: auto;
}

#outerdiv3{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.80);
    z-index:11;
    display:none;
}
#outerdiv3 #innerdiv3{
    position:absolute;
}
#outerdiv3 #innerdiv3 #bigimg3{
    border:5px solid #fff;
    width: 100% !important;
    height: auto;
}


.product_details_page #outerdiv #innerdiv {
    width: 360px;
    height: 520px;
    left: 50%;
    top: 50%;
    margin-left: -180px;
    margin-top: -260px;
}




/* recommended_products_container */
.recommended_products_container{
    width: 100%;
    height: auto;
    margin-top: 80px;
    border-top: 2px solid #0a1944;
    box-sizing: border-box;
}
.recommended_products_container .title{
    width: 100%;
    height: auto;
    padding: 50px 0;
    box-sizing: border-box;
}
.recommended_products_container .title h3{
    font-size: 26px;
    color: #0a1944;
    line-height: 36px;
    font-weight: 400;
    box-sizing: border-box;
}
.recommended_products_list_box{
    width: 100%;
    height: auto;
}
.recommended_products_list_box ul{
    margin: 0 -1%;
}
.recommended_products_list_box ul li{
    float: left;
    width: 18%;
    height: auto;
    margin: 0 1%;
}
.recommended_products_list_box ul li a{
    display: block;
}
.recommended_products_list_box ul li .pic_box{
    width: 100%;
    height: auto;
    border: 1px solid #0a1944;
    box-sizing: border-box;
    overflow: hidden;
}
.recommended_products_list_box ul li .pic_box img{
    display: block;
    width: 100%;
    height: auto;
    transition: all .5s;
}
.recommended_products_list_box ul li:hover .pic_box img{
    transform: scale(1.15);
}
.recommended_products_list_box ul li p{
    width: 100%;
    height: auto;
    padding: 10px 5px;
    box-sizing: border-box;
    font-size: 18px;
    color: #666;
    line-height: 28px;
    text-align: center;
    margin-top: 5px;
}



/* contact_page */
.contact_page{
    width: 100%;
    height: auto;
    padding: 100px 0;
    box-sizing: border-box;
}
.contact_page_conter{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    background: #f1f2f7;
}
.contact_left_box{
    float: left;
    width: 42%;
    height: auto;
    position: relative;
}
.contact_left_box .pic_box{
     width: 100%;
    height: auto;
}
.contact_left_box .pic_box img{
    display: block;
    width: 100%;
    height: auto;
}
.contact_left_text_box{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px 70px;
    box-sizing: border-box;
}
.contact_left_text_box h2{
    font-size: 30px;
    color: #fff;
    line-height: 50px;
    font-weight: bold;
    margin-bottom: 100px;
}
.contact_left_text_box .text_box{
    width: 100%;
    height: auto;
}
.contact_left_text_box .text_box ul li{
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 35px;
}
.contact_left_text_box .text_box ul li p{
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    text-align: justify;
}
.contact_left_text_box .text_box ul li p strong{
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.contact_right_box{
    float: left;
    width: 58%;
    height: auto;
    padding: 40px 80px;
    padding-bottom: 30px;
    box-sizing: border-box;
}
.contact_right_box h2{
    font-size: 30px;
    color: #0a1944;
    line-height: 50px;
    font-weight: bold;
    margin-bottom: 35px;
}
.online_message_form_box{
    width: 100%;
    height: auto;
}
.online_message_form_box .item_box{
    width: 100%;
    height: auto;
    position: relative;
    padding-left: 95px;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.online_message_form_box .item_box label{
    display:block;
    width: 80px;
    height: auto;
    margin-bottom: 5px;
    font-size: 18px;
    color: #666;
    line-height: 30px;
    font-weight: 400;
    position: absolute;
    top: 5px;
    left: 0;
    text-align: right;
}
.online_message_form_box .item_box input {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 10px 15px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 22px;
    color: #000;
    font-weight: 500;
    border: 1px solid #ddd;
}
.online_message_form_box .item_box textarea {
    width: 100%;
    height: 110px;
    background: #fff;
    padding: 10px 15px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 22px;
    color: #000;
    font-weight: 500;
    border: 1px solid #ddd;
}
textarea::placeholder {
    font-family: none;
}
.online_message_form_box .item_btn .sub {
    display: block;
    width: 160px;
    height: auto;
    background:  #0a1944;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    border: 1px solid #0a1944;
    cursor: pointer;
    margin: 0 auto;
    margin-top:35px;
}
.online_message_form_box .item_btn .sub:hover{
    background:  #fff;
    color: #000;
    transition: all .2s;
}


.online_message_box{
    display: none;
}
.online_message_icon_box{
     display: none;
}



@media screen and (max-width: 1440px){
    .section_container_con{
        width: 1200px;
    }
    
    .contact_left_box{
        width: 45%;
    }
    .contact_right_box{
        width: 55%;
    }
    
    
    .about_page_section3_conter .history_list ul.ul1 li:nth-child(2) .item .icon{
        bottom: -75px;
    }
    .about_page_section3_conter .history_list ul.ul2 li:nth-child(3) .item .icon{
        top: -85px;
    }
    
}


@media screen and (max-width: 1200px){
    .section_container_con{
        width: 98%;
    }
    .page_section_banner{
        height: 300px;
        padding-top: 90px;
    }
    .page_banner_text{
        min-height: 100px;
    }
    .page_banner_text .text_box .title{
        font-size: 36px;
        line-height: 46px;
    }
    .page_banner_text .text_box p{
        margin-top: 10px;
    }
    .bread_crumbs{
        padding: 15px 0;
        bottom: 0;
    }
    .bread_crumbs_conter{
        font-size: 12pt;
    }
    .bread_crumbs_conter a{
        font-size: 12pt;
    }
    .page_content{
        min-height: 500px;
    }
    
    
    .product_page {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .home_section_product_container .product_item_list ul{
        margin: 0 -1.5%;
    }
    .home_section_product_container .product_item_list ul li{
        width: 30.333333%;
        margin: 0 1.5%;
        margin-bottom: 3%;
    }
    .home_section_product_container .product_item_list ul li .text_box h3{
        font-size: 20px;
    }
    .home_section_product_nav ul li .title_box p{
        font-size: 18px;
    }
    
    
    .contact_page{
        padding: 60px 0;
    }
    .contact_left_box{
        width: 50%;
    }
    .contact_left_text_box{
        padding: 40px;
    }
    .contact_right_box{
        width: 50%;
        padding: 40px;
        padding-bottom: 20px;
    }
    .online_message_form_box .item_box{
        margin-bottom: 15px;
    }
    .contact_right_box h2{
        margin-bottom: 30px;
    }
    
    
    .about_page_section3{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .about_page_section3_conter .history_list ul.ul2 li:nth-child(1) .item .icon{
        top: -85px;
    }
    .about_page_section3_conter .history_list ul.ul1 li:nth-child(1) .item .icon {
        bottom: -65px;
    }
    .about_page_section3_conter .history_list ul.ul1 li:nth-child(2) .item .icon {
        bottom: -85px;
    }
    .about_page_section3_conter .history_list ul.ul2 li:nth-child(3) .item .icon {
        top: -100px;
    }
    
    
}


@media screen and (max-width: 1000px){
    .home_section_product_nav ul li .title_box{
        padding: 0 15px;
    }
    
    .home_section_product_nav ul li{
        margin-right: 15px;
    }
    .home_section_product_nav ul li:last-child{
        margin-right: 0;
    }
    
    
    .pagination_center {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    
    .contact_left_box{
        width: 100%;
    }
    .contact_right_box{
        width: 100%;
        padding-bottom: 40px;
    }
    
    
    .about_page{
        padding-top: 60px;
    }
    .about_page_section1_conter .left_box{
        width: 100%;
        padding-right: 0;
    }
    .about_page_section1_conter .rgiht_box{
        width: 100%;
        padding-left: 0;
        margin-top: 40px;
    }
    .about_page_section1{
        padding-top: 20px;
        padding-bottom: 60px;
    }
    
    
     .online_message_icon_box{
        display:block;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        position: fixed;
        top: 15%;
        right: 10px;
        z-index: 99;
        /*box-shadow: 0px 0px 20px 0 rgba(255, 255, 255, .85);*/
    }
    .online_message_icon_box img{
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    /*.online_message_icon_box p{*/
    /*    width: 100%;*/
    /*    height: auto;*/
    /*    font-size: 12px;*/
    /*    color: #fff;*/
    /*    line-height: 20px;*/
    /*    text-align: center;*/
    /*}*/
    
    /* online_message */
    .online_message_box{
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
    }
    .online_message_bj{
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .90);
        position: absolute;
        top: 0;
        left: 0;
    }
    .online_message_conter_box{
        max-width: 600px;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        z-index: 9;
        padding: 20px;
        box-sizing: border-box;
    }
    .online_message_conter{
        width: 100%;
        height: auto;
        background: #fff;
        box-sizing: border-box;
        border-radius: 10px;
        padding: 35px 25px;
        position: relative;
    }
    .online_message_conter h2{
        margin-bottom: 30px;
        font-size: 22px;
        text-align: center;
    }
    .online_message_conter .close_box{
        width: auto;
        height: auto;
        position: absolute;
        right: 5px;
        bottom: 5px;
    }
    .online_message_conter .close{
        width: 40px;
        height: 40px;
        background: url('../images/first_visit_link_close_icon.png') no-repeat center center;
        background-size: 40px;
        cursor: pointer;
    }
    
}


@media screen and (max-width: 768px){
    .section_container_con{
        width: 100%;
    }
    .page_section_banner {
        height: 230px;
        padding-top: 73px;
    }
    .page_banner_text .text_box{
        width: 100%;
    }
    .page_banner_text .text_box .title {
        width: 180px;
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 1px;
    }
    .page_banner_text .text_box p{
        font-size: 14px;
        margin-top: 5px;
    }
    .bread_crumbs{
        padding: 5px 0;
    }
    .bread_crumbs_conter{
        font-size: 12px;
    }
    .bread_crumbs_conter a{
        font-size: 12px;
    }
    
    .home_section_product_nav {
        margin-bottom: 40px;
    }
    .home_section_product_nav ul li{
        float: left;
        width: 31%;
        margin: 0;
        margin-left: -1px;
        margin-top: -1px;
    }
    .home_section_product_nav ul li:first-child{
        width: 38%;
    }
    .home_section_product_nav ul li .title_box{
        padding: 0 8px;
        height: 52px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .home_section_product_nav ul li .title_box p{
        font-size: 15px;
        line-height: 16px;
        padding: 0;
    }
    .home_section_product_container .product_item_list ul li{
        width: 47%;
        margin-bottom: 4%;
    }
    .home_section_product_container .product_item_list ul li .text_box{
        padding: 10px;
        padding-left: 25px;
    }
    .home_section_product_container .product_item_list ul li .text_box h3 {
        font-size: 16px;
        font-weight: 400;
    }
    
    
     .contact_page {
        padding: 40px 0;
    }
    .contact_left_text_box {
        padding: 30px 25px;
    }
    .contact_left_text_box h2 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 40px;
    }
    .contact_left_text_box .text_box ul li{
        margin-bottom: 20px;
    }
    .contact_left_text_box .text_box ul li p{
        font-size: 14px;
        line-height: 22px;
        text-align: left;
    }
    .contact_left_text_box .text_box ul li p strong{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .contact_right_box{
        padding: 30px 25px;
    }
    .contact_right_box h2{
         font-size: 18px;
        line-height: 28px;
        margin-bottom: 30px;
    }
    .online_message_form_box .item_box label{
        font-size: 14px;
        width: 60px;
        font-weight: 500;
    }
    .online_message_form_box .item_box{
        padding-left: 70px;
    }
    .online_message_form_box .item_box input{
        font-size: 13px;
    }
    .online_message_form_box .item_box textarea{
        font-size: 13px;
        line-height: 18px;
    }
    .online_message_form_box .item_btn .sub {
        width: 130px;
        padding: 6px 20px;
        font-size: 15px;
        line-height: 30px;
        margin-top: 25px;
    }
    
    
    .about_page{
        padding-top: 40px;
    }
    .page_title_box{
        padding-bottom: 40px;
    }
    .page_title_box h2{
        font-size: 18px;
        line-height: 28px;
    }
    .page_title_box p{
        max-width: 100%;
        font-size: 14px;
        line-height: 18px;
        margin: 0 auto;
        margin-top: 5px;
    }
    .about_page_section1{
        padding-top: 0px;
        padding-bottom: 50px;
    }
    .about_page_section1_conter .left_box .pic_box{
        height: 230px;
        border-radius: 10px;
        margin-bottom: 15px;
    }
    .about_page_section1_conter .left_box .pic_box:nth-child(2) {
        width: 57%;
        height: 180px;
        margin-right: 3%;
    }
    .about_page_section1_conter .left_box .pic_box:nth-child(3) {
        width: 40%;
        height: 180px;
    }
    .about_page_section1_conter .rgiht_box{
        margin-top: 30px;
    }
    .about_page_section1_conter .rgiht_box h3 {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .about_page_section1_conter .rgiht_box .text_box{
        font-size: 15px;
        line-height: 22px;
    }
    .about_page_section1_conter .rgiht_box .text {
        padding: 15px 15px;
        font-size: 16px;
        line-height: 22px;
        margin-top: 30px;    
    }
    .about_page_section2{
        padding-top: 50px;
        padding-bottom: 10px;
    }
    .about_page_section2_conter ul li{
        width: 94%;
        margin-bottom: 40px;
    }
    .about_page_section2_conter ul li img{
        width: 80px;
        margin-bottom: 25px;
    }
    .about_page_section2_conter ul li h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .about_page_section2_conter ul li p {
        font-size: 15px;
        line-height: 22px;
    }
    
    .product_details_introduce_section .introduce_left_box{
        width: 100%;
    }
    .product_details_introduce_section .introduce_right_box{
        width: 100%;
        padding-left: 0;
        margin-top: 40px;
    }
    .introduce_right_box .title p{
        font-size: 18px;
        line-height: 28px;
    }
    .introduce_right_box .title h2{
        font-size: 30px;
        line-height: 40px;
    }
    .introduce_right_box .product_link_box{
        display: none;
    }
    .introduce_right_box .title{
        margin-bottom: 0;
    }
    .page_content .bread_crumbs{
        padding: 20px 0;
    }
    .product_details_introduce_section{
        padding-top: 0;
        padding-bottom: 60px;
    }
    .product_details_conter_nav ul li{
        height: 60px;
        padding: 15px 2px;
        font-size: 18px;
        line-height: 22px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        
    }
    .product_details_conter_container{
        min-height: 400px;
    }
    .color_item_list_box ul li{
        width: 23%;
    }
    .color_item_list_box ul li p{
        padding: 5px 5px;
        font-size: 16px;
        line-height: 20px;
    }
    .details_item_info_conter .table_box tbody tr td{
        font-size: 14px;
        line-height: 20px;
        padding-right: 0;
    }
    .details_item_info_conter .table_box tbody tr td:nth-child(2){
        padding-left: 25px;
        box-sizing: border-box;
    }
    .recommended_products_container .title{
        padding: 30px 0;
    }
    .recommended_products_container .title h3{
        font-size: 22px;
        line-height: 32px;
    }
    .recommended_products_container{
        display: none;
    }
    .details_item_color_conter{
        margin-bottom: 0;
    }
    .product_details_page{
        padding-bottom: 80px;
    }
    
    
    .about_page_section3 {
        min-height: 700px;
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .about_page_section3_conter .history_list ul{
        display: none;
    }
    .about_page_section3_conter .history_list ul.phone_ul{
        display: block;
    }
    .about_page_section3_conter .history_list ul.phone_ul li{
        width: 100%;
        margin-bottom: 40px;
    }
    .about_page_section3_conter .history_list ul li .item{
        width: 100%;
        height: auto;
        float: left;
        padding-left: 40px;
        box-sizing: border-box;
    }
    .about_page_section3_conter .history_list ul li .item .time{
        font-size: 22px;
        line-height: 20px;
        padding-left: 15px;
        border-left: 3px solid #0a1944;
        margin-bottom: 15px;
    }
    .about_page_section3_conter .history_list ul li .item .article{
        font-size: 14px;
        line-height: 22px;
    }
    .about_page_section3_conter .history_list .xian {
        display: none;
        width: 600px;
        height: 300px;
        background: url(../images/about_history_bj.png) no-repeat center center;
        background-size: 100%;
        position: absolute;
        top: 150px;
        left: 0;
        margin-left: -270px;
        transform: rotate(100deg);
    }
    .about_page_section3_conter .history_list ul li .item .icon{
        width: 12px;
        height: 12px;
        border: 2px solid #1556d8;
    }
    .about_page_section3_conter .history_list ul.phone_ul li .item .icon{
        left: 0px;
    }
    
    
    
    
            
    
}



