@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;
}

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;
}

.clearfix {
    zoom: 1;
}

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: 56px;
}

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

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

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

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

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

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

#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 #f8b500;
    color: #f8b500;
}

#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: #ff6800;
    line-height: 80px;
    font-size: 24px;
    font-weight: bold;
}

#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: #ff6800 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 #ff6800;
}

#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%;
}

#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: #2fd149;
    color: #2fd149;
}

.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: #2fd149;
    color: #fff;
}

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

.banner_ny {
    width: 100%;
    height: 500px;
    text-align: center;
    background-position: center;
    color: #fff;
}
.banner_ny h2 {
    font-size: 58px;
    color: #fff;
    padding-top: 130px;
}
.banner_ny p {
    font-size: 16px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 5px 15px;
    border-radius: 50px;
    margin: 30px 0px;
    letter-spacing: 2px;
}
.banner_ny h4 {
    font-size: 42px;
    font-family: 'din';
}
.banner_ny h4 span {
    font-size: 24px;
}
.now_box {
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.now_box a {
    color: #fff;
}

.now_box .qingyan {
    padding: 10px 0px;
}

/* 流程 */

#about .ensure .w_1200 {
    background: url(../images/02.png) center -38px no-repeat;
}

.tools {
    background: url(../images/img_line.png) center bottom no-repeat;
    background-size: contain;
    padding: 180px 0 50px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 40px;
}

.tools li {
    position: relative;
}

.tools li .situation-text {
    width: 180px;
    height: 200px;
    background: #fff;
    box-shadow: 0 10px 80px rgb(0 0 0 / 5%);
    border-radius: 20px;
    padding-top: 28px;
    position: relative;
    -webkit-transition: all 1s;
    transition: all 1s;
    border: 1px solid #eee;
}

.tools li .arrow {
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -7px;
}

.tools li .icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tools li .icon img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
}

.tools li h3 {
    margin-top: 18px;
    margin-bottom: 9px;
    font-size: 16px !important;
}

.tools li p {
    line-height: 18px;
    font-size: 12px;
    color: #666;
}

.tools li .circle {
    position: absolute;
    bottom: -37px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.tools li .arrow {
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -7px;
}

.tools li:hover .situation-text {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.tools li:nth-child(even) {
    top: -115px;
}

.tools li:hover .circle {
    background: linear-gradient(90deg, #ff7e25b0, #ff6800 73%, #ff4f18);
}
