@font-face {
    font-family: "impact";
    src: url(fonts/impact.ttf);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    font-family: "Microsoft YaHei", sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    min-width: 1220px;
}
/* a:hover {
    color: #ff9a16;
} */

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* custom */

.w_1200 {
    width: 1200px;
    margin: 0 auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix:after {
    display: block;
    height: 0;
    content: "";
    clear: both;
}

a {
    text-decoration: none;
    font-family: "Microsoft YaHei", sans-serif;
    color: #333;
}

em {
    font-style: normal;
}

strong {
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

input,
button {
    outline: 0;
    border: 0;
    padding: 0;
    background: transparent;
}

button,
.more,
.btn,
.close,
.detail {
    font-family: "Microsoft YaHei", sans-serif;
    cursor: pointer;
}

input,
textarea {
    font-family: "Microsoft YaHei", sans-serif;
    outline: 0;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    min-width: 1200px;
    height: 80px;
    box-sizing: border-box;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}

#header .h_logo {
    float: left;
}

#header .h_logo a {
    display: block;
    margin-top: 11px;
}

#header .h_logo a img {
    display: block;
    height: 58px;
}

#header .nav_top {
    margin-left: 60px;
}

#header .nav_top li {
    float: left;
    padding: 0 15px;
    height: 80px;
    line-height: 77px;
}

#header .nav_top li.product {
    position: relative;
}

#header .nav_top a {
    display: block;
    padding: 0 15px;
    font-size: 16px;
    box-sizing: border-box;
    color: #505050;
    transition: color 0.1s;
}

#header .nav_top a:hover {
    color: #ff9a16;
}

#header .nav_top a.cur {
    color: #dd840f;
    border-bottom: 3px solid #dd840f;
}

#header .nav_top .slideBox {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 101;
    background-color: #fff;
    overflow: hidden;
}

#header .nav_top .slideBox .slideBox_con {
    border-bottom: 1px solid #f0f0f0;
}

#header .nav_top .slideBox .slideBox_con li {
    float: left;
    width: 400px;
    height: 177px;
    line-height: 1;
    box-sizing: border-box;
    border-left: 1px solid #f0f0f0;
    padding: 33px 25px 30px;
}

#header .nav_top .slideBox .slideBox_con li .icon {
    width: 48px;
    height: 48px;
    background-image: url(../images/icon.png);
}

#header .nav_top .slideBox .slideBox_con li:hover {
    background-color: #f9f9f9;
}

#header .nav_top .slideBox .slideBox_con li:nth-child(1) .icon {
    background-position: -27px -76px;
}

#header .nav_top .slideBox .slideBox_con li:nth-child(2) .icon {
    background-position: -225px -76px;
}

#header .nav_top .slideBox .slideBox_con li:last-child {
    border-right: 1px solid #f0f0f0;
}

#header .nav_top .slideBox .slideBox_con li:last-child .icon {
    background-position: -433px -76px;
}

#header .nav_top .slideBox .slideBox_con li .con {
    width: 253px;
    padding: 0 20px;
}

#header .nav_top .slideBox .slideBox_con li .con .con_link {
    padding: 0;
}

#header .nav_top .slideBox .slideBox_con li .con h4 {
    padding-bottom: 13px;
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

#header .nav_top .slideBox .slideBox_con li .con p {
    font-size: 12px;
    line-height: 18px;
    color: #999;
}

#header .nav_top .slideBox .slideBox_con li .con div {
    padding-top: 21px;
}

#header .nav_top .slideBox .slideBox_con li .con div a {
    display: inline-block;
    padding: 9px 8px 8px;
    border-radius: 2px;
    font-size: 12px;
    margin-right: 10px;
}

#header .nav_top .slideBox .slideBox_con li .con div a.try {
    border: 1px solid #ff9a16;
    color: #ff9a16;
}

#header .nav_top .slideBox .slideBox_con li .con div a.detail {
    border: 1px solid #d2d2d2;
    color: #666;
}

#header .nav_top .slideBox .slideBox_footer {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    padding: 17px 0 21px;
    text-align: center;
}

#header .nav_top .slideBox .slideBox_footer span {
    padding: 2px 16px;
    font-size: 12px;
    line-height: 14px;
    color: #666;
    border-right: 1px solid #ddd;
}

#header .nav_top .slideBox .slideBox_footer span i {
    display: inline-block;
    width: 20px;
    height: 12px;
    margin-bottom: -1px;
    background: url(../images/icon.png) -93px -176px;
}

#header .nav_top .slideBox .slideBox_footer span:nth-child(2) i {
    background-position: -44px -176px;
}

#header .nav_top .slideBox .slideBox_footer span:nth-child(3) i {
    background-position: -144px -176px;
}

#header .right {
    height: 80px;
    box-sizing: border-box;
    color: #ff9a16;
    line-height: 80px;
    font-size: 18px;
}

#header_bg {
    width: 100%;
    min-width: 1200px;
    background: #fff;
    height: 80px;
}

/* 右侧咨询栏 */

#consult_toolbar {
    position: fixed;
    right: 0px;
    bottom: 100px;
    z-index: 1020;
}

#consult_toolbar .line {
    width: 10px;
    height: 1px;
    background: #e7e7e7;
    margin: 0 auto;
}

#consult_toolbar .toolbarbox {
    width: 52px;
    background: #ffffff;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 0px 0px 12px #f3f3f3;
    color: #ffffff;
    text-align: center;
}

#consult_toolbar .toolbarbox img {
    display: block;
    padding: 17px 0 20px;
    margin: 0 auto;
}

#consult_toolbar .toolbarbox .msg {
    display: none;
}

#consult_toolbar .toolbarbox .chat {
    position: relative;
    cursor: pointer;
}

#consult_toolbar .toolbarbox .chat img {
    padding-bottom: 10px;
}

#consult_toolbar .toolbarbox .chat .chat_msg {
    position: absolute;
    right: 100%;
    top: 14px;
    width: 215px;
    height: 40px;
    margin-right: 20px;
    line-height: 40px;
    border-radius: 5px;
    background: #ff9a16;
    /* background: #ff9a16 url(../images/chat_light.gif) no-repeat center; */
}

#consult_toolbar .toolbarbox .chat .chat_msg p {
    font-size: 16px;
}

#consult_toolbar .toolbarbox .chat .chat_msg p:after {
    content: "";
    position: absolute;
    top: 11px;
    left: 100%;
    display: block;
    border: 8px solid transparent;
    border-left: 8px solid #ff9a16;
}

#consult_toolbar .toolbarbox .mobile {
    position: relative;
    cursor: pointer;
}

#consult_toolbar .toolbarbox .mobile .msg {
    position: absolute;
    right: 100%;
    top: 9px;
    width: 187px;
    height: 32px;
    margin-right: 10px;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    background: url(../images/tel_msg.png) no-repeat;
}

#consult_toolbar .toolbarbox .go {
    position: relative;
    cursor: pointer;
}

#consult_toolbar .toolbarbox .go .msg {
    position: absolute;
    right: 100%;
    top: 7px;
    width: 77px;
    height: 32px;
    margin-right: 10px;
    line-height: 32px;
    font-size: 12px;
    text-align: center;
    background: url(../images/top_msg.png) no-repeat;
}

/* 底部 */

#footer {
    background: #2d3237;
}

#footer .footer_center {
    padding: 33px 0;
    background: url(../images/mapbg.png) no-repeat;
    /* background-position: 60%; */
    background-position: right;
}

#footer .footer_center ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

#footer .footer_center ul li {
    width: 900px;
}

#footer .footer_center ul li:last-child {
    width: 270px;
}

#footer .footer_center ul li h6 {
    padding-bottom: 30px;
    color: #c0c1c1;
}

#footer .footer_center ul li h4 {
    display: block;
    font-size: 16px;
    padding-bottom: 17px;
    color: #eee;
}

#footer .footer_center ul li h4 img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

#footer .footer_center ul li h4 p {
    display: inline-block;
    vertical-align: middle;
}

#footer .footer_center ul li:last-child {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

#footer .footer_center ul li:last-child div {
    padding-right: 30px;
}

#footer .footer_center ul li:last-child p {
    padding: 13px 0;
    text-align: center;
    color: #fff;
}

#footer .footer_link {
    font-size: 12px;
    line-height: 20px;
    padding: 25px 0;
    color: #595e62;
    border-top: 1px solid #373d43;
    border-bottom: 1px solid #373d43;
}

#footer .footer_link a {
    margin-right: 15px;
    color: #595e62;
}

#footer .footer_bottom {
    font-size: 12px;
    line-height: 20px;
    color: #595e62;
    text-align: center;
    padding: 0px 0 20px;
}

#footer .footer_bottom img {
    margin: 9px 0;
}

/*页码*/

.pagination {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    padding: 0 0 82px;
}

.pagination a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 0 4px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    background-color: #fff;
    color: #999;
    cursor: pointer;
}

.pagination a:hover {
    border-color: #ff9a16;
    color: #ff9a16;
}

.pagination a:first-child {
    background: #fff url(../images/previous.png) center no-repeat;
}

.pagination a:last-child {
    background: #fff url(../images/next.png) center no-repeat;
}

.pagination a.cur {
    background-color: #ff9a16;
    color: #fff;
}

.pagination a.page_disabled {
    cursor: not-allowed;
}

.banner_ny {
    width: 100%;
    height: 680px;
    text-align: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
