@font-face{
    font-family: chenzhu;
    src: ;
}
::-webkit-input-placeholder { /* webkit browsers */
    color: #999;
    font-size: 14px;
  }
  
  ::-moz-placeholder { /* mozilla firefox 19  */
    color: #999;
    font-size: 14px;
  }
  
  :-ms-input-placeholder { /* internet explorer 10  */
    color: #999;
    font-size: 14px;
  } 
html{
    height:100%;
}
body{
    font-size:0;
    min-height: 100%;
    position: relative;
    min-width: 1200px;
    font-family: arial,chenzhu, sans-serif;
}
*{
    margin:0;
    padding:0;
    word-break:break-all;
    font-family: pingfangsc-regular,arial,chenzhu, sans-serif!important;
    outline:none;
}
img{border:none;}
a{
    text-decoration: none;
}
.overflow{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.overflow_tow{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.page_container{
    /* width:1200px; */
    padding-left: 32px;
    margin:0 auto;
    position: relative;
    /* overflow:hidden; */
}
.page_header{
    height:85px;
    width:100%;
}
.page_header_fixed{
    position: fixed;
    top:0;
    left:0;
    background:#fff;
    height:85px;
    width:100%;
    z-index:2000;
    min-width: 1366px;
}
.page_header .page_container{
    z-index: 100;
}
.page_header .logo{
    display: inline-block;
    line-height:85px;
    height:85px;
    margin-right:50px;
    overflow: hidden;
    vertical-align: middle;
}
.page_header .logo img{
    vertical-align: middle;
    display: inline-block;
    /* height:50px; */
    width: 247px;
}
.page_header .menu{
    height:85px;
    display: inline-block;
    vertical-align: middle;
}
.page_header .menu_item{
    line-height: 85px;
    width: 106px;
    height:85px;
    display:inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    /* border-bottom: 3px solid #fff; */
}
.page_header .menu_item>.submenu_item{
    font-size:20px;
    color:#000e35;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.page_header .menu_item.selected{
    /* border-bottom:3px solid #00429e; */
    background: #014193;
    
}
.page_header .menu_item:hover{
    border-top: 3px solid #014193;
    border-left-color: #e1e1e1;
    border-right-color: #e1e1e1;
    height: 79px;
    line-height: 79px;
    padding-bottom: 3px;
}
.page_header .menu_item:hover .submenu_item{
    color: #004193;
}
/* .page_header .menu_item.selected:hover .submenu_item{
    color: #004193;
} */
.page_header .menu_item.selected .submenu_item{
    color: #fff;
    border-left-color: #004193;
    border-right-color: #004193;
}
.page_header .menu_item.selected:hover .submenu_item{
    color: #004193;
    background: #ffffff;
    border-left-color: #004193;
    border-right-color: #004193;
}
#menu_service.selected:hover .submenu_item,#menu_service:hover .submenu_item,#menu_about.selected:hover .submenu_item,#menu_about:hover .submenu_item{
    padding-bottom: 4px;
    background: #fff;
    position: relative;
    z-index: 2000;
}
.page_header .submenu{
    position: absolute;
    width: 100px;
    background:#fff;
    left:50%;
    margin-left:-50px;
    top:75px;
    text-align: center;
    display: none;
}
.page_header .product_category_list{
    display: none;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    position: fixed;
    top:85px;
    left:0;
    width:100%;
    height: 68px;
    z-index:1999;
}
.page_header .product_category_list .list{
    width:100%!important;
    height:68px;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    background: #fff;
}
.page_header .product_category_list .list .jspcontainer{
    width:100%!important;
}
.page_header .product_category_list .list .jspcontainer .jsppane{
    width:100%!important;
}
.page_header .product_category_list .list .list_item{
    display: inline-block;
    font-size: 16px;
    line-height: 68px;
    width: 150px;
    cursor: pointer;
}
.menu_item:hover .list_item{
    position: relative;
    top:3px;
}
.page_header .product_category_list .list a{
    color: #000;
}
.page_header .product_category_list .list a:hover{
    color: #014193;
}
.jsppane{
    position: static!important;
    height: 68px;
    line-height: 68px;
}
.page_header .product_category_list .item{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width:130px;
    margin-right:20px;
    white-space: normal;
}
.page_header .product_category_list .item img{
    width:100px;
    height:100px;
    display: inline-block;
}
.page_header .product_category_list .item .name{
    font-size:12px;
    color:#666;
    line-height: 17px;
    margin-top:12px;
}
.page_header .menu_item:hover .submenu{
    display: inline-block;
    border-top: 1px solid #dedede;
}
/* @keyframes mymove {
    from {top:-85px;}
    to {top:85px;}
}
.page_header .menu_item:hover .product_category_list{
    animation:mymove 0.8s infinite;
} */
.page_header .submenu a{
    font-size:15px;
    color:#000e35;
    display: block;
    border-width:0 1px 1px 1px;
    border-color:#dedede;
    border-style:solid;
    line-height: 57px;
}
.page_header_right{
    float:right;
    position: relative;
    height: 85px;
}
.page_header_right .tel,.page_header_right .car,.page_header_right .qq{
    display: inline-block;
    width: 30px;
    height: 85px;
    line-height: 85px;
    color: red;
    font-size: 12px;
    margin-right: 17px;
    float: left;
    position: relative;
}
.page_header_right .tel img,.page_header_right .car img,.page_header_right .qq img{
    vertical-align: middle;
}
.page_header_right .tel{
    background: url(/uploads/image/pimages/tel.png);
    background-repeat: no-repeat;
    background-position: center;
}
.page_header_right .tel:hover{
    background: url(/uploads/image/pimages/tel_hover.png);
    background-repeat: no-repeat;
    background-position: center;
}
.page_header_right .car{
    background: url(/uploads/image/pimages/car.png);
    background-repeat: no-repeat;
    background-position: center;
}
.page_header_right .car:hover{
    background: url(/uploads/image/pimages/car_hover.png);
    background-repeat: no-repeat;
    background-position: center;
}
.page_header_right .qq{
    background: url(/uploads/image/pimages/tencent.png);
    background-repeat: no-repeat;
    background-position: center;
}
.page_header_right .qq:hover{
    background: url(/uploads/image/pimages/tencent_hover.png);
    background-repeat: no-repeat;
    background-position: center;
}
.tel_number{
    display: none;
    background: #fff;
    font-size: 18px;
    font-weight: 700;
    color: #004193;
    letter-spacing: 1.64px;
    height: 85px;
    width: 140px;
    line-height: 85px;
    position: absolute;
    top: 0;
    right: -150px;
    z-index: 1;
}
.page_header_right .tel:hover .tel_number{
    display: block;
}
.page_header_language{
    display: inline-block;
    vertical-align: middle;
    height: 85px;
    line-height: 88px;
    padding-right: 17px;
    border-right: 1px solid #e8e8e8;
}
.page_header_language span{
    line-height:20px;
    display: inline-block;
    /* padding-left:4px;
    margin-left:4px; */
    vertical-align: middle;
    font-size:22px;
    color: #014193;
    /* border-left:1px solid #e2e2e2; */
    cursor:pointer;
}
.search_finger{
    height: 40px;
    position: absolute;
    left: -275px;
    top: 16.5px;
}
.page_header_search{
    height:85px;
    line-height: 85px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    top: 0;
    z-index: 10;
}
.page_header_search_bg{
    display: inline-block;
    height: 85px;
    width: 75px;
    background: #014193;
    text-align: center;
    vertical-align: middle;
}
.login{
    display: inline-block;
    height: 85px;
    width: 75px;
    background: #014193;
    text-align: center;
    vertical-align: middle;
    /* margin-left: 1px; */
    position: relative;
    top: 0;
    z-index: 10;
}
.login img{
    position: relative;
    top: 20px;
}
.page_header_search:hover .page_header_search_bg,.login:hover{
    background: #0052b9;
}
.page_header_search img{
    width:40px;
    height:40px;
    position: relative;
    top: 20px;
}
.page_header_search input{
    height:26px;
    line-height:26px;
    border:none;
    outline: none;
    margin:0;
    padding:0 10px;
    font-size:14px;
    width:170px;
    position: relative;
    top: 4px;
}
.page_header_login{
    margin-left:15px;
    position:relative;
    height: 75px;
    line-height: 75px;
    cursor:pointer;
    display: inline-block;
}
.page_header_login .headimg{
    width:26px;
    height:26px;
    display: inline-block;
    vertical-align: middle;
    border-radius:50%;
}
.page_header_login .name{
    font-size:12px;
    display: inline-block;
    color:#d2d2d2;
    vertical-align: middle;
    margin-left:10px;
}
.page_header_login .login_menu{
    position:absolute;
    background:#000;
    width:100px;
    padding:10px 0;
    top:75px;
    right:0;
    z-index: 60;
    display: none;
}
.page_header_login:hover .login_menu{
    display: inline-block;
}
.page_header_login .login_menu a{
    text-align: center;
    line-height: 40px;
    color:#d2d2d2;
    display: block;
    font-size:12px;
}
.page_header_login .login_menu a:hover{
    background:#00b3ec;
}
/* 页面footer */
.simple_compare{
    padding:17px 0 ;
    text-align: center;
    background-color:#f9f9f9;
    display: none;
    position:fixed;
    bottom:0;
    width:100%;
    z-index:200;
}
.simple_compare .list{
    display: inline-block;
    vertical-align: middle;
}
.simple_compare .list .empty_item{
    background-color:#fff;
    border-radius:4px;
    line-height: 130px;
    border:1px solid #e9e9e9;
    width:347px;
    display: inline-block;
    vertical-align: middle;
    font-size:60px;
    font-weight: bold;
    color:#f9f9f9;
    margin-right:10px;
}
.simple_compare .list .item{
    background-color:#fff;
    border-radius:4px;
    padding: 15px 14px 20px 9px;
    border:1px solid #e9e9e9;
    width: 324px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-right:10px;
    position: relative;
}
.simple_compare .list .item .close{
    width:14px;
    height:14px;
    position: absolute;
    right:12px;
    top:12px;
    cursor: pointer;
}
.simple_compare .list .item .img{
    display: inline-block;
    vertical-align: middle;
    width:105px;
    height:95px;
    margin-right:15px;
}
.simple_compare .list .item .info{
    width: 204px;
    height:95px;
    display: inline-block;
    vertical-align: middle;
}
.simple_compare .list .item .info .name{
    font-size:13px;
    color:#333;
    font-weight: bold;
    line-height: 18px;
}
.simple_compare .list .item .info .intro{
    font-size:13px;
    color:#333;
    line-height: 18px;
    height:54px;
    margin-top:23px;
    overflow: hidden;
}
.simple_compare .btn{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-left:13px;
}
.simple_compare .btn .go_compare{
    background-color:#004193;;
    color:#fff;
    line-height: 40px;
    padding: 0 18px;
    font-size:15px;
    font-weight:bold;
    cursor:pointer;
    display: inline-block;
}
.simple_compare .btn .empty_compare{
    margin-top:24px;
    font-size:15px;
    color:#333;
    line-height: 21px;
    cursor:pointer;
}
.page_footer{
    width: 100%;
    height:370px;
    background: #2d2e2f;
}
.page_footer .footer_content{
    padding:35px 0 30px 0;
}
.page_footer .title{
    font-size:14px;
    color:#fff;
    display: block;
    line-height:30px;
}
.line_blue2 span{
    display: inline-block;
    width: 23px;
    height: 2px;
    background: #4273e6;
}
.page_footer .text{
    font-size:12px;
    color:rgba(255, 255, 255, .6);
    line-height: 28px;
    display: block;
}
.page_footer .text_container{
    margin-top:6px;
}
.page_footer .quick_link{
    width:150px;
    display: inline-block;
    vertical-align: top;
    padding-right:15px;
}
.page_footer .contact_us{
    display: inline-block;
    vertical-align: top;
    padding-right:129px;
}
.page_footer .contact_us:last-child{
    padding-right:0!important;
}
.page_footer .contact_us.contact_en{
    padding-right:108px;
}
.page_footer .friend_link{
    width:350px;
    display: inline-block;
    vertical-align: top;
}
.page_footer .friend_link .text_container{
    display: inline-block;
    vertical-align: top;
}
.page_footer .friend_link .text_container a{
    display: inline-block;
    width:175px;
}
.page_footer .friend_link .text{
    width:90%;
    padding-right:10%;
    display: inline-block;
    vertical-align: top;
}
.page_footer .page_footer_container .page_footer_container_main{
    width: 1162px;
    margin: 0 auto;
}
.page_footer .copyright{
    line-height: 72px;
    height: 72px;
    width:100%;
    text-align: center;
    font-size:12px;
    color:rgba(255, 255, 255, .4);
    background: #343638;
    position: absolute;
    bottom: 0;
}
.page_footer .copyright a{
    color:rgba(255, 255, 255, .4);
}
.page_footer .qrcode{
    width:165px;
    position: absolute;
    right:0;
    top:35px;
}
.page_footer .qrcode_img{
    width:148px;
    height:148px;
    margin:auto;
    display: block;
}
.page_footer .qrcode_tips{
    margin-top:5px;
    text-align: center;
    width:100%;
    font-size:14px;
    color:#323c47;
    line-height: 20px;
}
.page_footer .qrcode_share{
    margin-top:18px;
    text-align: center;
    white-space: nowrap;
}
.page_footer .qrcode_share a{
    display: inline-block;
    margin-left:15px;
    vertical-align: top;
    width:30px;
    height:30px;
}
.page_footer .qrcode_share a:first-child{
    margin-left:0;
}
.page_footer .qrcode_share a img{
    width:30px;
    height:30px;
}
.page_fixed_right{
    /* width:60px; */
    display:inline-block;
    position: fixed;
    bottom: 30px;
    right: 50%;
    margin-right:-680px;
    text-align: right;
    z-index: 900;
}
.page_fixed_right .item{
    display: block;
    width: 65px;
    height: 60px;
    text-align: center;
    border-color:#f8f8f8;
    border-width:0 1px 1px 1px;
    border-style:solid;
    background:#fff;
    cursor:pointer;
    position: relative;
}
.page_fixed_right .item>.phone_number{
    line-height: 60px;
    width:100px;
    text-align:center;
    font-size:14px;
    color:#333;
    border:1px solid #f8f8f8;
    position: absolute;
    left:-102px;
    top:-1px;
    background-color:#fff;
    display:none;
}
.page_fixed_right .item:hover>.phone_number{
    display: inline-block;
}
/*.page_fixed_right .item:first-child{
    background:#106ace;
}
.page_fixed_right .item:first-child>div{
    color:#fff;
}*/
.page_fixed_right .item img{
    width:30px;
    height:30px;
    display: inline-block;
    margin-top:10px;
}
.page_fixed_right .item>div{
    font-size:10px;
    color:#333;
    line-height:16px;
}
.page_fixed_right .item .inquiry_number,.page_fixed_right .item .compare_number{
    width:16px;
    height:16px;
    position: absolute;
    right:0px;
    top:7px;
    background-color:#ff5959;
    color:#fff;
    text-align: center;
    line-height: 16px;
    display: none;
    border-radius:50%;
}
.page_fixed_right .item.active{
    background: #004193
}
.page_fixed_right .item.active>div{
    color:#fff;
}

/* 分页样式 */
.pagination {
    position: relative;
    text-align: center;
    zoom: 1;
    margin-top:40px;
    margin-bottom: 74px;
}

.pagination span {
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #bdbdbd;
    font-size: 14px;
}

.pagination .active {
    margin: 0 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #002200;
    font-size: 14px;
    display: inline-block;
}

.pagination a {
    margin: 0 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #999;
    font-size: 14px;
    display: inline-block;
}
.pagination a:hover {
    color: #002200;
}
.pagination .next,
.pagination .prev,
.pagination .first,
.pagination .last {
    width:28px;
    height:28px;
    line-height:28px;
    font-size: 14px;
    font-weight: bold;
    border-radius:2px;
    background-color:#fff;
}
.pagination img{
    display: inline-block;
    vertical-align: middle;
}
.pagination .now,
.pagination .count {
    padding: 0 5px;
    color: #f00;
}

.pagination .eg img {
    max-width: 800px;
    min-height: 500px;
}

.pagination input {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #fff;
    border: 1px solid #ebebeb;
    outline: none;
    color: #bdbdbd;
    font-size: 14px;
}
/* 面包屑 */
.breadcrumb{
    padding-top:28px;
    line-height:18px;
}
.breadcrumb img{
    width:16px;
    height:16px;
    display: inline-block;
    vertical-align: middle;
    margin-right:8px;
}
.breadcrumb span{
    display: inline-block;
    opacity: 0.7;
    font-size: 12px;
    color: #666666;
    vertical-align: middle;
}
.breadcrumb a{
    color:#333;
}
/* 没有数据提示 */
.no_data_div{
    text-align: center;
}
.no_data_img{
    width:91px;
    display: block;
    margin:auto;
}
.no_data_text{
    font-size:12px;
    color:#999;
    margin-top:40px;
    line-height: 17px;
}
/*=====alert=====*/
.alert {
    width: 252px;
    word-break: break-all;
    padding: 23px 10px;
    border: 4px solid lightgray;
    border-radius: 8px;
    position: relative;;
    top: 30%;
    margin:auto;
    text-align: center;
    line-height: 24px;
    background-color: #ffffff
}
#ohsnap {
    top: 10%;
    width: 100%;
    height: 200px;
    text-align: center;
    position: fixed;
    z-index: 9999;
}
.alert-red {
    color: white;
    background-color: #da4453;
}
.alert-green {
    color: white;
    background-color: #37bc9b;
}
.alert-blue {
    color: white;
    background-color: #4a89dc;
}
.alert-yellow {
    color: white;
    background-color: #f6bb42;
}
.alert-orange {
    color: white;
    background-color: #e9573f;
}

.content{
	width:1170px;
	margin:0 auto;
}

/*=====alert=====*/

/* 滚动条 */
.jsptrack{
    background:#fafafa!important;
}
.jspdrag{
    background:#eee!important;
}
.watch_us_item{
    position: relative;
    display: inline-block;
    background: rgba(255, 255, 255, .6);
    margin-right: 12px;
    margin-bottom: 16px;
    height: 30px;
    width: 30px;
}
.watch_us_item .watch_us_item_img{
    height: 100%;
    width: 100%;
    display: block;
}
.watch_us_item .watch_us_item_hoverimg{
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 2;
    width: 279px;
    display: none;
}
.watch_us_item:hover{
    background: rgba(255, 255, 255, .8);
}
.watch_us_item:hover .watch_us_item_hoverimg{
    display: block;
}


@media screen and (max-width: 1366px) {

    /* .page_header_right .tel,.page_header_right .car,.page_header_right .qq,.page_header_right .tel:hover,.page_header_right .car:hover,.page_header_right .qq:hover{
        background-size: 25px auto;
    } */
    
    .page_container{
        padding-left: 0;
    }
    .page_header .logo{
        margin-right:15px;
        margin-left: 15px;
    }
    .page_header .logo img{
        width: 200px;
    }
    
    .page_header .menu_item{
        width: auto;
        min-width: 70px;
    }
    .page_header .menu_item>.submenu_item{
        width: auto;
        min-width: 70px;
        padding: 0 7px;
        font-size: 18px;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1600px) {
    .page_header .menu_item{
        width: auto;
        min-width: 70px;
    }
    .page_header .menu_item>.submenu_item{
        width: auto;
        min-width: 70px;
        padding: 0 7px;
        font-size: 18px;
    }
    .page_header .menu_item.selected{
        width: auto;
        min-width: 70px;
    }
    .page_header .menu_item:hover{
        width: auto;
        min-width: 70px;
    }
    .page_header .menu_item:hover .submenu_item{
        width: auto;
        min-width: 70px;
    }
    .page_header .menu_item.selected:hover .submenu_item{
        width: auto;
        min-width: 70px;
        border-right: 0px;
    }
    .page_header_language span{
        font-size: 18px;
    }
    .page_header_language span{
        font-size: 14px;
    }
    .page_header_right .tel, .page_header_right .car{
        margin-right: 0;
    }
    /* .page_header_right .qq{
        margin-right: 5px;
    } */
    .tel_number{
        font-size: 12px;
        right: -140px;
    }
}
.step_line{
    width: 2px;
    float: left;
    margin-left: 13px;
    margin-top: 12px;
}
.step_line span{
    display: block;
    width: 2px;
    height: 61px;
    background: #e1e1e1;
    position: relative;
}
.step_line span:last-child{
    height: 0px;
}
.step_line span i{
    display: inline-block;
    width: 6px;
    height: 6px;
    transform: rotate(-315deg);
    background: #ffffff;
    border: 1px solid #999999;
    position: absolute;
    left: -3px;
    top: -5px;
}
.step_line span.active i{
    background: #0052b9;
    border: 1px solid #0052b9;
}