.header {position:relative;width:100%;height:75px;}
.header_content {height:75px;width:100%;min-width:1200px;border-bottom: 1px solid #E9E9E9;position:fixed;background:#ffffff;left:0;top:0;z-index: 9999;}
/*.header_nav {width:1161px;height:75px;padding:0 0 0 280px;line-height:75px;}*/
.header_nav {max-width: 1200px;width: 62.5%;height: 75px;padding: 0;line-height: 75px;margin: auto;}
.header_nav ul {font-size:16px;text-align:center;padding:0;margin:auto;width: 96%;display: flex;flex-wrap: nowrap;justify-content: space-between;}
.header_nav ul li {display:inline-block;font-weight:400;font-size:16px;line-height:75px;}
.header_nav ul li a {color:#292929;text-decoration:none;position:relative;}
.header_nav ul li a:hover,.header_nav ul li a.chk {color:#D10000}
.header_nav ul li a.chk span {width:32px;height:2px;background:#D10000;display:block;position:absolute;bottom:-28px;left:50%;margin-left:-16px;}
@media screen and (max-width: 1560px) {
    .header_nav {margin-left: 360px;}
}

.sub_nav_box {width: 100%;background: #ffffff;position: absolute;left: 50%;padding: 40px 0px 42px 0;transform: translateX(-50%);top: 75px;display: flex;justify-content: center;z-index: 9998;transition: all ease .3s;opacity: 0;visibility: hidden;box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);}
.sub_nav_box_active {opacity: 1;visibility: initial;}
.sub_nav_box dl {width: 1200px;display: flex;flex-wrap: wrap;margin: 0;}
.sub_nav_box dl a {color:#292929;text-decoration:none;position:relative;font-weight: 500;}
.sub_nav_box dl a:hover {color:#D10000;}
.sub_nav_box dt {font-weight: 500;font-size: 18px;color: #292929;display: flex;margin: 0 48px;line-height: 20px;}
.sub_nav_box dd {height: 40px;}
.sub_nav_content {width:1200px;margin:auto;}
.sub_nav_box .sub_nav {width:100%;float: left;}
.sub_nav_box .sub_nav dt{margin: 0 48px;width:40%;flex-wrap: wrap;margin-bottom: 50px;}
.sub_nav_box .sub_nav_1 {width:470px;float: left;}
.sub_nav_box .sub_nav_1 dt{margin: 0 48px;width:18%;flex-wrap: wrap;margin-bottom: 0;}

.sub_nav_box .sub_nav_2 {width:825px;float: left;}
.sub_nav_box .sub_nav_2 dt{margin: 0 48px 0 0;width:28%;flex-wrap: wrap;margin-bottom: 50px;}

.sub_nav_box .sub_nav_3 {width:100%;float: left;}
.sub_nav_box .sub_nav_3 .sub_nav_3_l {float: left;width: 916px;display: flex;flex-wrap: nowrap;justify-content: space-between;}
.sub_nav_box .sub_nav_3 .sub_nav_3_r {float: left;}
.sub_nav_box .sub_nav_3 p{margin: 0 48px 0 0;width: 100%;align-content: flex-start;font-weight: 500;}
.sub_nav_box .sub_nav_3 .sub_nav_3_hot {width: 204px;}
.sub_nav_box .sub_nav_3 .sub_nav_3_hot a {
    border-bottom: 1px solid #DCDCDC;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    color: #292929;
    line-height: 26px;
    display: flex;
    margin: 0;
}
.sub_nav_box .sub_nav_3 .sub_nav_3_hot span {
    font-weight: 400;
    font-size: 16px;
    color: #5B5B5B;
    line-height: 30px;
    display: block;
    width: 190px;
    margin-top: 20px
}
.sub_nav_box .sub_nav_3 .sub_nav_3_r p {
    line-height: 20px;
    margin-bottom: 12px;
}
.sub_nav_box .sub_nav_3 .sub_nav_3_r a {
    font-size: 18px;
    color: #292929;
    line-height: 20px;
}
    .sub_nav_box .sub_nav_4 {
        width: 204px;
        margin-right: 90px;
    }
.sub_nav_box .sub_nav_4 dt{
    border-bottom: 1px solid #DCDCDC;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 20px;
    color: #292929;
    line-height: 26px;
    display: flex;
    margin: 0;
}
.sub_nav_box .sub_nav_4 dd{
    margin: 0;
    display: block;
    width: 100%;
}
.sub_nav_box .sub_nav_4 dd a{
    font-weight: 400;
    font-size: 18px;
    color: #5B5B5B;
    line-height: 50px;
}
.logo {background-color:rgba(209,0,0,1);height:102px;width:274px;position:absolute;left:0;top:0;z-index:9999;}
.logo_img {width:243px;height:57px;margin:23px 0 0 16px;}
/*浮动*/
.online_float_window {position:fixed;right:0;z-index:999;top:40%;}
.float_window {box-shadow:0px 0px 6px 0px rgba(0,0,0,0.15);background-color:rgba(255,255,255,1);width:74px;height:439px;margin:22px 10px 0 7px;}
.float_window ul {list-style: none;margin:0;padding: 0;}
.float_window ul li {padding: 0px 0;text-align: center;margin: 0;cursor: pointer;position: relative;}
.float_window ul li span {font-size: 12px;line-height: 18px;display: block;border-bottom: 1px solid rgba(91, 91, 91, 1);width: 60px;margin: auto;height: 24px;color:#292929}
.float_window ul li a {color:#292929; display: block;}
.float_window ul li:hover a span,
.float_window ul li:hover a {color:#D10000}
.float_window ul li:hover .sub_float_item_main span a {color:#292929}
.float_window ul li:last-child span {border-bottom: none;}
.float_window ul li label {display: block;margin: 15px auto 9px;cursor: pointer;}
.float_window ul li label.float_icon_1 {width:26px;height:21px;background: url(../images/icon_online_buy.png) no-repeat center center;}
.float_window ul li:hover label.float_icon_1 {background: url(../images/icon_online_buy_hover.png) no-repeat center center;}
.float_window ul li label.float_icon_2 {width:26px;height:26px;background: url(../images/icon_online_help.png) no-repeat center center;}
.float_window ul li:hover label.float_icon_2{background: url(../images/icon_online_help_hover.png) no-repeat center center;}
.float_window ul li label.float_icon_3 {width:26px;height:21px;background: url(../images/icon_online_tech.png) no-repeat center center;}
.float_window ul li:hover label.float_icon_3 {background: url(../images/icon_online_tech_hover.png) no-repeat center center;}
.float_window ul li label.float_icon_4 {width:26px;height:23px;background: url(../images/icon_online_tool.png) no-repeat center center;}
.float_window ul li:hover label.float_icon_4 {background: url(../images/icon_online_tool_hover.png) no-repeat center center;}
.float_window ul li label.float_icon_5 {width:26px;height:24px;background: url(../images/icon_online_qudong.png) no-repeat center center;}
.float_window ul li:hover label.float_icon_5 {background: url(../images/icon_online_qudong_hover.png) no-repeat center center;}
.float_window ul li label.float_icon_6 {width:26px;height:19px;background: url(../images/icon_online_top.png) no-repeat center center;}
.float_window ul li:hover label.float_icon_6 {background: url(../images/icon_online_top_hover.png) no-repeat center center;}
.sub_float_item_box {position: absolute;right: 73px;top: -15px;z-index: 9;display: none;}
.sub_float_item_main {box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);background-color: rgba(255, 255, 255, 1);border-radius: 6px;width: 120px;height: 80px;margin-right: 10px;padding-top: 10px;}
.sub_float_item_main span:hover {background-color:rgba(239,239,239,1);}
.sub_float_item_main span {width: 100px!important;border-radius:4px;overflow-wrap: break-word;color: rgba(41, 41, 41, 1);font-size: 12px;text-align: center;white-space: nowrap;line-height: 20px !important;margin: 0px auto 10px!important;border: none !important;}
.sub_float_item_main span a {font-weight: 400;font-size: 12px;color: #292929;line-height: 26px;}
.float_item_1:hover .sub_float_item_box {display: block;}
/*底部*/
.footer {background-color:#4C4C4C;color:#BBBBBB;width:100%;height:620px;margin:auto; font-size: 14px;}
.footer a {color:#BBBBBB;}
.footer_main {width:1200px;margin: 0 auto;min-height: 460px;}
.footer_add {width: 250px;height: 310px;margin: 60px 0 0 0;line-height: 30px;float: left;}
.footer_add_icon {width: 148px;height: 36px;margin-bottom: 40px;}
.footer_add_info {width: 100%;float: left;overflow-wrap: break-word;color: rgba(187, 187, 187, 1);font-size: 16px;display: block;}
.footer_tel {width:1161px;height:142px;margin:9px 0 0 39px;}
.footer_tel_main {width:185px;height:77px;overflow-wrap:break-word;font-size:0;text-align:left;line-height:32px;margin-top:65px;}
.footer_tel_content {width:185px;height:77px;overflow-wrap:break-word;color:rgba(187,187,187,1);font-size:14px;text-align:left;line-height:32px;display: block;}
.footer_email {width: 215px;height: 30px;overflow-wrap: break-word;color: rgba(255, 255, 255, 1);font-size: 14px;text-align: left;line-height: 32px;display: inline-block;}
.footer_weixin {width:118px;height:140px;margin:1px 0 0 105px;}
.footer_weixin_icon {width:118px;height:118px;}

.footer_ico_tk {padding-top: 40px;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;clear: both;}
.footer_ico_tk li{width: 40px;height: 40px;position: relative;}
.footer_ico_tk li:hover span{ display: block;}
.footer_ico_tk li:hover div{ display: block; background:#5c5c5c;}
.footer_ico_tk li div {width: 40px;height: 40px; border-radius: 40px;}
.footer_ico_tk li img {width: 40px;height: 40px;cursor: pointer;}
.footer_ico_tk li span {display: none;position: absolute;top: -130px;left: -40px;}
.footer_ico_tk li span label {width: 100%;position: relative;display: block;}
.footer_ico_tk li span label::after {content: " ";width: 0;height: 0;border-left: 6px solid transparent;border-right: 6px solid transparent;border-top: 10px solid #ffffff;position: absolute;left: 55px;top: 115px;}
.footer_ico_tk li span img {width: 118px; height: 118px;}

.footer_nav {font-size: 16px;width: 810px;float:right;overflow: hidden;}
.footer_nav_content {width:970px;}
.footer_nav_content a {color:#BBBBBB;}
.footer_nav dl {width: 240px;float: left;margin: 60px 0 0 0;}
.footer_nav dt {height: 18px;margin-bottom: 30px;font-size: 18px;}
.footer_nav dt a {color:#BBBBBB;}
.footer_nav dd {margin: 0;margin-bottom: 10px;}
.footer_nav dd a:hover {color: #ffffff;}

.footer_weixin_info {width:118px;overflow-wrap:break-word;color:rgba(187,187,187,1);font-size:14px;text-align:left;white-space:nowrap;line-height:26px;margin:10px 0 0 0px;text-align: center;}
.footer_link {width:100%;border-top:1px solid #5B5B5B;padding:15px 0;text-align: center; line-height: 36px;}
.footer_link p {margin: 0;font-size: 16px;line-height: 30px;}
.footer_link_main a {font-size:16px;color:#BBBBBB}
.footer_copy {width: 100%;overflow-wrap: break-word;color: rgba(187, 187, 187, 1);font-size: 14px;text-align: center;white-space: nowrap;margin: 0 auto 0;border-top: 1px solid #5B5B5B;padding: 24px 0;}
.footer_copy a {color:rgba(187,187,187,1);}

#compareMsg {position: fixed;z-index: 997;left: 50%;top: 50%;background: #ffffff;border: 2px solid #6c7c96;font-size: 20px;width: 320px;height: 90px;margin-left: -160px;margin-top: -45px;display: none;}
#compareMsg label {display: inline-block;width: 40px;height: 40px;background: #4ab969;border-radius: 40px;margin: 0 15px 0 25px;vertical-align: middle;text-align: center;line-height: 35px;font-size: 29px;color: #ffffff;font-family: sans-serif;}
#compareMsg .gpComError label {background: #d10000;}
.gpCompList {position:fixed;z-index:99;left:0;top:20%;}
.gpCompList .comItem {width:44px;height:44px;background:url(../images/ico_compare.png) no-repeat center center #393A3B;border-radius:50%;position:relative;}
.gpCompList .comItem span#comCount {width:20px;height:20px;background:#D10000;border-radius:50%;display:block;position:absolute;right:-9px;top:-8px;color:#ffffff;font-size:14px;text-align:center;}
.gpCompList .comContent {width:300px;height:210px;background:#FFFFFF;box-shadow:0px 1px 7px 0px #DEDEDE;border:1px solid #E9E9E9;display:none;}
.gpCompList .comContent p {font-family:Microsoft YaHei;font-weight:400;font-size:18px;color:#292929;line-height:160px;text-align:center;}
.comItemContent {width:480px;display:none;background:#FFFFFF;box-shadow:0px 1px 7px 0px #DEDEDE;border:1px solid #E9E9E9;margin:0;display: none;}
#gpCompareList {margin:0;padding:0;}
#gpCompareList dt {font-family:Microsoft YaHei;font-weight:400;font-size:18px;color:#292929;margin:0;padding:0;line-height:46px;text-align:center;border-bottom:1px solid #E9E9E9;}
#gpCompareList dd {border-bottom:1px solid #E9E9E9;height:90px;display:flex;justify-content:space-between;align-items:center;padding:0 19px 0 12px;margin:0;}
#gpCompareList img {width:72px;height:72px;vertical-align:middle;}
#gpCompareList span {font-family:Microsoft YaHei;font-weight:400;font-size:18px;color:#292929;line-height:26px;margin-left:26px;width:330px;overflow:hidden;}
#gpCompareList a {background:#E9E9E9;width:16px;height:16px;color:#ffffff;display:inline-block;border-radius:16px;font-size:10px;text-align:center;line-height:15px;}
#gpCompareList a:hover {background-color:#5B5B5B;}
.gpCompList .comBtn {padding:33px 54px;display:flex;justify-content:space-between;align-items:center;}
.gpCompList .comBtn a {text-decoration:none;display:inline-block;text-align:center;line-height:40px;font-size:14px;}
.gpCompList .comBtn a#btnComClear {width:146px;height:42px;border-radius:6px;border:1px solid #5B5B5B;text-align:center;line-height:40px;color:#5B5B5B;}
.gpCompList .comBtn a#btnComItem {width:146px;height:42px;background:#D10000;border-radius:6px;color:#ffffff;}