﻿@charset "utf-8";
@import url("styles.css");
/*
   * The qq.465320335 *
   * http://xoabc.com/ *
   * Released on: 2019,07,18 *
*/  

/* header */
.header {
    width: 1200px;
    height: 90px;
    margin: 0 auto;
    background: url(/images/topbg.png) center no-repeat;
}
.header .logo {
    padding: 22px 0 0 32px
}
.naver {
    width: 1200px;
    height: 46px;
    margin: 13px auto 4px;
    background: url(/images/navbg.png) center repeat-x;
    border-radius: 3px;
    position: relative;
}
.naver li {
    float: left;
    background: url(/images/navx.png) right center no-repeat
}
.naver li i {
    display: inline-block;
    vertical-align: middle;
    padding: 0 6px
}
.naver li a {
    display: block;
    padding: 0 43px 0 42px;
}
.naver li a:hover,
.naver li a.on,
.naver li.tel,
.naver li.search,
.naver li.search:hover span .btn {
    background: url(/images/naverhover.png) center repeat-x;
    color: #fffbf4;
}
.naver li a.on {
    border-radius: 3px 0 0 3px
}
.naver li.tel {
    padding: 0 21px 0 18px;
    margin-top: -1px
}
.naver li.tel span {
    display: inline-block;
    vertical-align: middle
}
.naver li.search {
    border-left: 1px solid #e89110;
    padding: 0 19px;
    padding: 0 18px 0 19px \9;
    border-radius: 0 3px 3px 0;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.naver li.search span {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 331px;
    height: 46px;
    padding-left: 15px;
    background-color: #4c4d4d;
    z-index: 999;
    text-align: left;
}
.naver li.search:hover span {
    display: block;
}
.naver li.search:hover span input {
    border: 0 none;
    padding: 6px 8px;
    font-size: 13px;
    width: 248px;
    color: #666;
}
.naver li.search:hover span .btn {
    padding: 4px 0 6px;
    cursor: pointer;
    width: 50px;
    text-align: center;
}

/* main */
.main {
    width: 1200px;
    margin: 0 auto;
}
.wrapper {
    width: 100%;
}
.wrapper .wp_box {
    margin-top: 13px;
    width: 100%
}
.wrapper .wp_bt {
    margin: 20px 0 10px;
    position: relative;
}
.wrapper .wp_bt .wp_bt_l {
    position: absolute;
    left: 0;
    width: 152px;
    height: 44px;
    line-height: 44px;
    background: url(/images/lmbg.png) center no-repeat;
    font-size: 19px;
    text-indent: 19px;
}
.wrapper .wp_bt .wp_bt_r,
.wrapper .wp_box .shipin_bt_r {
    position: absolute;
    right: 20px;
    top: 12px;
    width: 57px;
    height: 21px;
    line-height: 22px;
    background: url(/images/more.png) center no-repeat;
    overflow: hidden;
}
.wrapper .wp_bt .wp_bt_r a,
.wrapper .wp_box .shipin_bt_r a {
    color: #fff;
    display: block;
}
.wrapper .wp_bt .wp_bt_r a:hover,
.wrapper .wp_box .shipin_bt_r a:hover {
    background: url(/images/naverhover.png) bottom repeat-x;
}
.wrapper .wp_box .ppjs,
.wrapper .wp_box .shipin,
.wrapper .wp_box .zxdt {
    background-color: #5b5b5b;
    height: 359px;
    overflow: hidden;
}
.wrapper .wp_box .ppjs {
    width: 391px;
}
.wrapper .wp_box .ppjs_info {
    padding: 67px 20px 0;
    color: #d9d9d9;
}
.wrapper .wp_box .ppjs_info img {
    display: block;
    max-width: 100%;
    margin-top: 25px;
}
.wrapper .wp_box .shipin {
    width: 392px;
    margin: 0 13px
}
.wrapper .wp_box .shipin_pic {
    height: 300px;
    overflow: hidden;
    position: relative;
}
.wrapper .wp_box .shipin_pic img {
    height: 300px;
}
.wrapper .wp_box .shipin_pic span,
.column .col_left_sp span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:Alpha(opacity=70);
    background: rgba(0,0,0,0.7)
}
.wrapper .wp_box .shipin_pic span img,
.column .col_left_sp span img {
    width: 62px;
    height: 62px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 30%;
    opacity: 0.6;
    transition: transform .5s linear;
}
.wrapper .wp_box .shipin_pic span:hover img,
.column .col_left_sp span:hover img {
    transform:rotate(360deg);
    opacity: 1;
}
.wrapper .wp_box .shipin_bt {
    height: 29px;
    line-height: 29px;
    padding: 15px 0;
    position: relative;
}
.wrapper .wp_box .shipin_bt_l {
    position: absolute;
    left: 16px;
    border-left: 7px solid #f39904;
    padding-left: 12px
}
.wrapper .wp_box .shipin_bt_r {
    position: absolute;
    top: 19px;
    right: 16px
}
.wrapper .wp_box .zxdt {
    width: 391px
}
.wrapper .wp_box .zxdt_rmd {
    border-bottom: 1px solid #6c6c6c;
    padding: 65px 18px 20px
}
.wrapper .wp_box .zxdt_pic {
    width: 99px;
    height: 70px;
    overflow: hidden;
}
.wrapper .wp_box .zxdt_pic img {
    height: 70px
}
.wrapper .wp_box .zxdt_pic:hover img {
    opacity: 0.9;
}
.wrapper .wp_box .zxdt_desc {
    width: 244px;
    color: #cacaca;
}
.wrapper .wp_box .zxdt_desc a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 3px 0 7px
}
.wrapper .wp_box .zxdt_list {
    padding: 14px 18px 0;
    color: #a6a6a6;
}
.wrapper .wp_box .zxdt_list li {
    position: relative;
}
.wrapper .wp_box .zxdt_list li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 280px;
    display: inline-block;
    vertical-align: middle
}
.wrapper .wp_box .zxdt_list li a:hover {
    text-indent: 3px
}
.wrapper .wp_box .zxdt_list li span {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 1px;
    font-size: 12px
}
.wrapper .wp_box .adlist ul {
    margin-right: -13px
}
.wrapper .wp_box .adlist li {
    float: left;
    width: 290px;
    height: 282px;
    overflow: hidden;
    margin-right: 13px
}
.wrapper .wp_box .adlist li img {
    height: 100%;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.wrapper .wp_box .adlist li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.wrapper .wp_box .sccj {
    background-color: #5b5b5b;
    padding: 0.005% 0
}
.wrapper .wp_box .sccj_list,
.wrapper .wp_box .sccj_list ul {
    padding: 35px 0 0;
    width: 1160px;
    height: 261px;
    position: relative;
    overflow: hidden;
    margin: 0 auto
}
.wrapper .wp_box .sccj_list li {
    float: left;
    height: 231px;
    margin: 0 7px;
    overflow: hidden;
}
.wrapper .wp_box .sccj_list li img {
    height: 167px;
}
.wrapper .wp_box .sccj_list li:hover img {
    opacity: 0.8
}
.wrapper .wp_box .sccj_list li p {
    padding-top: 13px;
}

/* column */
.column {
    width: 100%
}
.position {
    width: 1200px;
    margin: 0 auto;
    height: 300px;
    overflow: hidden;
    margin-bottom: 13px;
}
.column .col_left {
    width: 235px;
    background-color: #5b5b5b;
}
.column .col_left_bt {
    margin: 20px 0 8px;
    background: url(/images/lmbg.png) -20px center no-repeat;
    height: 44px;
    line-height: 44px;
    text-indent: 18px;
}
.column .col_left_list {
    padding: 0 0 20px
}
.column .col_left_list li {
    border-bottom: 1px solid #6d6d6d;
    text-indent: 9px;
    overflow: hidden;
}
.column .col_left_list li i {
    display: inline-block
}
.column .col_left_list li a {
    display: block;
    border-right: 6px solid #5b5b5b
}
.column .col_left_list li a:hover {
    background-color: #f7a912;
    color: #fff;
    border-right: 6px solid #e48100;
    text-indent: 13px;
}
.column .col_left_sp {
    border-top: 13px solid #39363d;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.column .col_left_sp img {
    height: 100%;
    margin: 0 -100%
}
.column .col_left_sp span img {
    margin: 32% 0 0 0;
    width: 45px;
    height: 45px
}

.column .col_right {
    width: 952px;
    background-color: #5b5b5b;
}
.column .col_right_bt {
    border-bottom: 1px solid #6d6d6d;
    padding: 20px
}
.column .col_right_bt .col_title {
    color: #f39904;
}
.column .col_right_bt .col_title i {
    display: inline-block;
    padding-right: 8px
}
.column .col_right_bt .col_wz {
    padding-top: 3px
}
.column .col_right_bt .col_wz i {
    display: inline-block;
    padding: 0 2px 0 5px
}
.column .col_right_info {
    padding: 20px
}
.column .col_right_info img {
    max-width: 100%
}



/* news */
.newslist {
    padding: 0
}
.newslist dl {
   padding: 23px 20px;
   height: 110px;
   background-color: #636363;
   margin: 10px 0;
   position: relative;
}
.newslist dt,
.newslist dd {
   position: absolute;
   top: 25px
}
.newslist dt {
   left: 20px;
   width: 16%;
   height: 110px;
   text-align: center;
   overflow: hidden;
   background-color: #696969;
}
.newslist dt img {
   height: 110px;
}
.newslist dd {
   right: 25px;
   width: 77.5%
}
.newslist dd span {
   display: block;
}
.newslist dd span.bt a {
   font-size: 18px;
   font-weight: bold;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
   padding-top: 3px;
}
.newslist dd span.desc {
   color: #cacaca;
   font-size: 14px;
   padding: 11px 0;
   line-height: 20px;
}
.newslist dd span.time {
   font-size: 14px;
   color: #cacaca;
}
.newslist dd span.more a {
   color: #AA1E22;
   display: block;
   margin-top: 10px;
}

/* products */
.products {
    padding: 2% 0 5%
}
.products li {
    float: left;
    width: 30.33333%;
    margin: 1.5%
}
.products li img {
    width: 100%
}
.products li .link-pic {
    width: 100%;
    height: 233px;
    display: inline-block;
    overflow: hidden;
}
.products li img {
    height: 100%;
    transition: all 0.6s;
    -webkit-transition: all .6s
}
.products li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.products li p {
    margin-top: 2px;
}
.products li p a {
    display: block;
    background-color: #f7f7f7;
    color: #626262;
    font-size: 15px;
    line-height: 50px;
}
.products li p a:hover {
    background-color: #AA1E22;
    color: #fff;
}

/* photolist */
.photolist {
    padding: 2% 13px 5%
}
.photolist li {
    float: left;
    width: 217px;
    margin: 7px
}
.photolist li img {
    height: 100%;
    transition: all 0.6s;
    -webkit-transition: all .6s
}
.photolist li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.photolist li .link-pic {
    width: 100%;
    height: 170px;
    overflow: hidden;
    display: inline-block;
    background-color: #696969;
}
.photolist li p a {
    display: block;
    font-size: 13px;
    line-height: 30px;
    padding-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.photolist li span {
    display: block;
    text-align: left;
    padding: 8px 0;
    line-height: 18px
}

/* product_info */
.p_info {
    padding: 20px
}
.p_info .p_info_left {
    width: 40%
}
.p_info .p_info_left img {
    width: 100%
}
.p_info .p_info_right {
    width: 55%;
    padding: 0 1.2% 18px;
    border: 1px solid #666;
    background-color: #5f5f5f;
    text-indent: 5px;
}
.p_info .p_info_right span {
    display: block;
    color: #ccc;
    font-size: 13px;
    padding: 5px 0
}
.p_info .p_info_right span a {
    color: #ccc;
}
.p_info .p_info_right span i {
    color: #f39904;
}
.p_info .p_info_right span.bt {
    color: #f39904;
    font-weight: bold;
    font-size: 18px;
    padding: 22px 0 18px;
    border-bottom: 1px solid #666
}
.p_info .p_info_right span.jg {
    padding-top: 18px;
}
.p_info .p_info_right span.jg i {
    font-size: 16px;
    font-weight: bold;
}
.p_info .p_info_right span.cs {
    border-bottom: 1px solid #666;
    padding-bottom: 18px;
    margin-bottom: 15px;
}
.p_info .p_info_right span.nx {
    font-size: 12px
}
.p_info .p_info_desc_bt {
    border-bottom: 2px solid #f39904;
    margin-top: 20px;
}
.p_info .p_info_desc_bt span {
    background-color: #f39904;
    padding: 7px 40px;
    display: inline-block
}
.p_info .p_info_desc {
    padding: 10px 0
}
.p_info .p_info_desc img {
    max-width: 100%
}





/* details */
.details {
    padding: 2% 20px;
}
.details .title {
    color: #f39904
}
.details .time {
    color: #afafaf;
    padding: 0 0 16px;
    border-radius: 1px;
    margin: 12px 0 16px;
    border-bottom: 1px solid #6d6d6d;
}
.details .time i {
    display: inline-block;
    padding: 0 5px 0 5px;
}
.details .pics {
    margin: 3% 0
}
.details .pics img {
    max-width: 100%;
}
.details .contents {
    padding: 1%
}
.details .contents img {
    max-width: 100%;
}
.details .contents table,
.details .contents tr,
.details .contents td {
    border: 1px solid #ccc
}
.details .next {
    border: 1px solid #808080;
    margin-top: 35px;
    padding: 1.5%;
    color: #bbb;
}
.details .next a {
    color: #bbb;
}

/* video */
.video {
    padding: 2% 0 5%
}
.video li {
    float: left;
    width: 31.33333%;
    height: 321px;
    overflow: hidden;
    margin: 1%;
    position: relative;
}
.video li img {
    height: 321px
}
.video li span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/images/play.png) center no-repeat #000;
    opacity: 0.5;
    filter:alpha(opacity=50);
    width: 100%;
    height: 100%;
    text-align: center;
}




/* Next */
.cp-Next { 
    width:100%;
    padding:25px 0;
    background-color: #666;
}

/* message */
.message {
    padding: 0;
}
.message .msg {
    padding: 0;
}
.message .msg-form {
    padding: 0;
}
.message .msg-form li {
    margin-bottom: 8px;
    display: block;
}
.message .msg-form li span {
    display: inline-block;
    vertical-align: top;
    width: 130px
}
.message .msg-form li span i {
    color: #f00;
    padding-right: 5px;
}
.message .msg-form li input,
.message .msg-form li textarea {
    border: 0 none;
}
.message .msg-form li .ipt {
    border: 1px solid #BDBFC0;
    padding: 5px;
    width: 55%;
    color: #666;
}
.message .msg-form li .texta {
    height: 80px;
    vertical-align: middle;
}
.message .msg-form li .ipt-code {
    width: 40%;
}
.message .msg-form li img {
    height: 26px;
    display: inline-block;
    vertical-align: -8px;
    margin-left: 3px;
}
.message .msg-form li .btn {
    background: #990000;
    color: #fff;
    padding: 6px 6%;
    cursor: pointer;
    margin-left: 129px;
}

/* footer */
.footer {
    width: 1200px;
    height: 134px;
    margin: 69px auto 0;
    background: url(/images/bottom_bg.png) center no-repeat;
    overflow: hidden;
}
.footer .f_logo {
    padding: 50px 48px 0 32px
}
.footer .f_copy {
    color: #dfdfdf;
    padding-top: 31px;
}
.footer .f_copy a {
    color: #dfdfdf;
}
.footer .f_ewm {
    padding: 28px 39px 0 0
}
.footer .f_ewm dl {
    float: left;
    width: 107px;
    height: 85px;
    background-color: #fff;
    margin-left: 15px
}
.footer .f_ewm dt,
.footer .f_ewm dd {
    display: table-cell;
    vertical-align: middle
}
.footer .f_ewm dt {
    width: 20px;
    height: 85px;
    color: #f39904;
    line-height: 13px;
    text-align: right;
    padding-right: 2px
}
.footer .f_ewm dd {
    width: 85px;
    height: 85px;
}
.footer .f_ewm dd img {
    width: 85px;
    height: 85px
}

/* shipin */
.shipinbox {
    width: 712px;
    height: 520px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -260px 0 0 -356px;
    background-color: #39363d;
    z-index: 99999;
    border-radius: 5px 5px 0 0;
    display: none;
}
.shipinbox .box_bt {
    background: url(/images/naverhover.png) center repeat-x;
    height: 46px;
    width: 100%;
    border-radius: 5px 5px 0 0;
    border-bottom: 2px solid #e87e10;
    position: relative;
}
.shipinbox .box_bt_l {
    position: absolute;
    left: 16px;
    top: 11px
}
.shipinbox .box_bt_r {
    position: absolute;
    right: 16px;
    top: 11px;
    cursor: pointer;
}
.shipinbox .box_content {
    margin: 16px;
    background-color: #000;
}
.shipinbox .box_content p {
    background-color: #39363d;
    padding-top: 10px;
    font-size: 15px;
    color: #eee;
}
.shipinbox .box_content p i {
    display: inline-block;
    padding-right: 8px
}

input::-webkit-input-placeholder { /* WebKit browsers */
  color: #aeaeae;
  font-size: 13px;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #aeaeae;
  font-size: 13px;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #aeaeae;
  font-size: 13px;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px)
}
#dituContentn img {max-width:none !important}
#dituContentn div {box-sizing:initial !important}