@charset "UTF-8";
/* CSS Document */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
sub,
sup,
var,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input {
margin: 0;
padding: 0;
outline: 0;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-text-size-adjust: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: normal;
}
body {
background: #f2f2f2;
color: #333;
font-size: 13px;
line-height: 1.5;
}
html,
body {
height: 100%;
}
body,
input,
button,
select,
optgroup,
option,
textarea,
pre {
font-family: "Microsoft YaHei", Arial, Roboto, "Droid Sans", "Hiragino Sans GB", "Simsun", STXihei, "sans-serif";
}
ol,
ul {
list-style: none;
}
/* h1, h2, h3, h4, h5, h6 {
font-weight: normal;
font-size: 13px;
} */
a {
text-decoration: none;
color: #333;
}
img {
vertical-align: top;
border: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
var,
em,
i {
font-style: normal;
}
del {
text-decoration: line-through;
}
input,
textarea {
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
font-size: 14px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #999;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
color: #999;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: #999;
}
.clearfix:after {
content: "";
display: table;
clear: both;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
/****** PC銆佹墜鏈洪€氱敤鏍峰紡 ******/
/****** PC銆佹墜鏈洪€氱敤鏍峰紡 ******/
/****** PC銆佹墜鏈洪€氱敤鏍峰紡 ******/
body {
background: #fff;
}
.left {
float: left;
}
.right {
float: right;
}
.nav {
width: 100%;
}
/* 缁勪欢鏍峰紡 */
.short_divider {
width: 31px;
height: 6px;
background: #d70c19;
}
/* 瀵艰埅鏍 */
/* 瀵艰埅鏍 */
/* 瀵艰埅鏍 */
.nav {
position: fixed;
top: 0;
height: 88px;
background-color: #fff;
background-color: #fff;
color: #201e1c;
font-size: 16px;
z-index: 10;
/* overflow: hidden; */
/* position: relative; */
}
.nav::after {
content: '';
width: 100%;
height: 1px;
min-width: 1200px;
/* background-color: #e3e3e3; */
background-color: rgba(227, 227, 227, 0.5);
position: absolute;
left: 0;
bottom: 0;
}
.nav .nav_bar {
width: 1200px;
height: 88px;
margin: 0 auto;
}
.nav .nav_bar .navbar_head .head_logo {
display: block;
width: 127px;
height: 45px;
background-image: url(../../images/logo.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
/* margin-left: 10px; */
margin-top: 22px;
}
.nav .nav_bar .navbar_head .nav_title_desc {
border-left: 1px solid #bfbfbf;
/* padding-left: 10px; */
margin: 26px 0 0 25px;
width: 120px;
height: 25px;
background: url(../../images/logo_desc.png) no-repeat center right;
}
.nav .nav_bar .navs_box {
float: right;
}
.nav .nav_bar .navs_box ul.navs li.navs_item {
float: left;
position: relative;
}
.nav .nav_bar .navs_box ul.navs li.navs_item a.navs_item_a {
display: block;
height: 88px;
padding: 0 20px;
line-height: 88px;
position: relative;
}
.nav .nav_bar .navs_box ul.navs li.navs_item a.navs_item_a::after {
content: '';
width: 0;
height: 0;
border-width: 0 7px 7px 7px;
border-style: solid;
border-color: transparent transparent #d70c19 transparent;
position: absolute;
left: 50%;
margin-left: -7px;
bottom: 18px;
opacity: 0;
visibility: hidden;
}
.nav .nav_bar .navs_box ul.navs li.navs_item a.navs_item_a.active, .nav .nav_bar .navs_box ul.navs li.navs_item a.navs_item_a:hover {
color: #d70c19;
font-weight: 600;
}
.nav .nav_bar .navs_box ul.navs li.navs_item a.navs_item_a.active::after, .nav .nav_bar .navs_box ul.navs li.navs_item a.navs_item_a:hover::after {
opacity: 1;
visibility: visible;
}
.nav .nav_bar .navs_box ul.navs li.navs_item:hover {
transition: all 0.5s ease;
}
.nav .nav_bar .navs_box ul.navs li.navs_item:hover ul.children_navs {
display: block;
}
.nav .nav_bar .navs_box ul.navs li.navs_item:hover a.navs_item_a {
color: #523d3f;
}
.nav .nav_bar .navs_box ul.navs li.navs_item:hover a.navs_item_a::after {
opacity: 1;
visibility: visible;
}
.nav .nav_bar .navs_box ul.navs li.navs_item.navs_item_with_children:hover a.navs_item_a {
color: #d70c19;
}
.nav .nav_bar .navs_box ul.navs li.navs_item.navs_item_with_children:hover a.navs_item_a::after {
display: block;
transition: all 0.4s ease;
transform: rotate(180deg);
}
.nav .nav_bar .navs_box ul.navs li.navs_item ul.children_navs {
width: 116px;
padding-top: 1px;
overflow: hidden;
position: absolute;
left: 50%;
margin: -1px 0 0 -58px;
z-index: 100;
display: none;
}
.nav .nav_bar .navs_box ul.navs li.navs_item ul.children_navs li {
width: 100%;
background-color: #f3b6ba;
position: relative;
}
.nav .nav_bar .navs_box ul.navs li.navs_item ul.children_navs li a {
display: block;
width: 100%;
padding: 10px 0;
font-size: 16px;
color: #fff;
text-align: center;
}
.nav .nav_bar .navs_box ul.navs li.navs_item ul.children_navs li a.active, .nav .nav_bar .navs_box ul.navs li.navs_item ul.children_navs li a:hover {
background-color: #D80C1A;
background-color: rgba(216, 12, 26, 0.6);
}
.nav .nav_bar .navs_box ul.navs .nav_tip {
position: absolute;
top: -12px;
right: 2px;
background-color: #D80C1A;
font-size: 12px;
color: #fff;
padding: 1px 7px;
-webkit-border-radius: 5px;
border-radius: 3px;
}
.nav .nav_bar .navs_box ul.navs .nav_tip::after {
content: '';
width: 0;
height: 0;
border-width: 7px 0 7px 7px;
border-style: solid;
border-color: transparent transparent transparent #d70c19;
/* margin: 40px auto; */
position: absolute;
left: 7px;
bottom: -7px;
}
/* 瀵艰埅鏍忔悳绱 */
.nav_search_box {
margin-top: 20px;
margin-right: 15px;
/* width: 164px;
height: 36px; */
border: 1px solid #d70c19;
-webkit-border-radius: 18px;
border-radius: 18px;
}
.nav_search_box input {
width: 120px;
height: 36px;
border: none;
-webkit-border-radius: 18px 0 0 18px;
border-radius: 18px 0 0 18px;
padding-left: 10px;
background-color: rgba(0, 0, 0, 0);
}
.nav_search_box span {
width: 30px;
height: 30px;
display: block;
background: #d70c19;
margin: 3px 3px 0 5px;
-webkit-border-radius: 50%;
border-radius: 50%;
color: #fff;
line-height: 30px;
text-align: center;
font-weight: normal;
font-size: 18px;
cursor: pointer;
}
/* 涓讳綋閮ㄥ垎 */
.container {
width: 1200px;
margin: auto;
overflow: hidden;
/* background: rgb(231, 228, 228); */
}
/* 搴曢儴 */
.footer {
width: 100%;
min-width: 1200px;
background: #f7f7f7;
padding-top: 35px;
margin-top: 115px;
overflow: hidden;
position: relative;
}
.footer .footer_box {
width: 1200px;
padding-bottom: 50px;
margin: auto;
overflow: hidden;
}
.footer .footer_box .footer_map_box {
width: 442px;
height: 312px;
overflow: hidden;
display: inline-block;
vertical-align: top;
position: relative;
}
.footer .footer_box .footer_map_box iframe {
width: 696px;
height: 550px;
position: absolute;
left: 50%;
top: 50%;
overflow: hidden;
margin: -200px 0 0 -348px;
}
.footer .footer_box .footer_detail_box {
display: inline-block;
vertical-align: top;
overflow: hidden;
margin-left: 65px;
}
.footer .footer_box .footer_detail_box h3 {
font-size: 24px;
margin-bottom: 22px;
position: relative;
}
.footer .footer_box .footer_detail_box h4 {
font-weight: bold;
}
.footer .footer_box .footer_detail_box p.desc_p {
margin-bottom: 22px;
}
.footer .footer_box .footer_detail_box p.desc_p,
.footer .footer_box .footer_detail_box h4 {
font-size: 14px;
color: #666;
padding-left: 25px;
position: relative;
}
.footer .footer_box .footer_detail_box p.desc_p .footer_icon,
.footer .footer_box .footer_detail_box h4 .footer_icon {
position: absolute;
left: 0;
top: 3px;
width: 16px;
height: 16px;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
}
.footer .footer_box .footer_detail_box p.desc_p .footer_icon.footer_icon_com,
.footer .footer_box .footer_detail_box h4 .footer_icon.footer_icon_com {
background-image: url(./../../images/footer/icon_com.png);
}
.footer .footer_box .footer_detail_box p.desc_p .footer_icon.footer_icon_phone,
.footer .footer_box .footer_detail_box h4 .footer_icon.footer_icon_phone {
background-image: url(./../../images/footer/icon_phone.png);
}
.footer .footer_box .footer_detail_box p.desc_p .footer_icon.footer_icon_area,
.footer .footer_box .footer_detail_box h4 .footer_icon.footer_icon_area {
background-image: url(./../../images/footer/icon_area.png);
}
.footer .footer_box .footer_detail_box p.desc_p .footer_icon.footer_icon_agent,
.footer .footer_box .footer_detail_box h4 .footer_icon.footer_icon_agent {
background-image: url(./../../images/footer/icon_agent.png);
}
.footer .footer_box .footer_detail_box p.desc_p .footer_icon.footer_icon_coop,
.footer .footer_box .footer_detail_box h4 .footer_icon.footer_icon_coop {
background-image: url(./../../images/footer/icon_coop.png);
}
.footer .footer_box .footer_detail_box .qrcode_box {
width: 86px;
display:inline-block;
margin-right:20px;
}
.footer .footer_box .footer_detail_box .qrcode_box .qrcode_img {
width: 86px;
height: 86px;
}
.footer .footer_box .footer_detail_box .qrcode_box .qrcode_img img {
width: 100%;
height: 100%;
}
.footer .footer_box .footer_detail_box .qrcode_box p {
font-size: 14px;
line-height: 18px;
text-align: center;
color: #666;
}
.footer .footer_bottom {
width: 100%;
height: 48px;
background-color: #f1f1f1;
text-align: center;
}
.footer .footer_bottom p {
line-height: 48px;
display: inline;
}
.footer .footer_bottom a {
display: inline-block;
width: 20px;
height: 20px;
vertical-align: middle;
margin-left: 10px;
background-image: url(../../images/icon_police.png);
background-repeat: no-repeat;
background-position: center;
background-size: auto 100%;
margin-top: -5px;
}
/* 鍐呭閮ㄥ垎 */
.common_container {
width: 1200px;
margin: auto;
margin-top: 88px;
overflow: hidden;
}
h3.common_title {
font-size: 20px;
margin-bottom: 30px;
position: relative;
}
h3.common_title:after {
content: '';
position: absolute;
width: 40px;
height: 2px;
background-color: #d70c19;
left: 0;
bottom: -10px;
}
.intro_head {
width: 360px;
height: 137px;
margin: auto;
font-size: 0;
}
/* 鍏徃浠嬬粛 */
.com_intro {
margin: 60px auto;
overflow: hidden;
}
.com_intro .intro_head {
background: url(./../../images/home/head_company.png) no-repeat center center;
margin-bottom: 50px;
}
.com_intro .com_intro_box .about_us_section_title {
font-size: 18px;
font-weight: bold;
padding: 60px 0 30px;
}
.com_intro .com_intro_box .com_intro_desc {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
font-size: 16px;
line-height: 28px;
color: #666;
}
.com_intro .com_intro_box .com_intro_desc p {
text-indent: 2em;
text-align: justify;
}
.com_intro .com_intro_box .com_intro_desc .com_intro_desc_list {
overflow: hidden;
}
.com_intro .com_intro_box .com_intro_desc .com_intro_desc_list p {
position: relative;
}
.com_intro .com_intro_box .com_intro_desc .com_intro_desc_list p .icon_hand {
display: block;
width: 19px;
height: 19px;
background: url(./../../images/icon_hand.png) no-repeat center center;
position: absolute;
left: 6px;
top: 50%;
margin-top: -9px;
}
.com_intro .com_intro_box .com_intro_images {
display: block;
margin: 30px auto 0;
}
/* 鍒楄〃鏍峰紡 */
/* .list_view {
width: 100%;
overflow: hidden;
margin-top: 20px;
}
.list_view li {
border-bottom: 1px solid #f2f2f2;
}
.list_view li>a {
display: block;
width: 100%;
height: 251px;
overflow: hidden;
border-left: 4px solid #fff;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.list_view .list_img {
width: 266px;
height: 198px;
margin: 20px 50px 0 30px;
}
.list_view .list_img img {
width: 100%;
height: 100%;
}
.list_view .list_content {
width: 800px;
height: 198px;
margin-top: 20px;
float: left;
}
.list_view .list_content h3 {
font-weight: normal;
font-size: 18px;
margin-top: 40px;
margin-bottom: 15px;
}
.list_view .list_content .btn_group>span {
float: left;
display: block;
padding: 8px 20px;
font-size: 15px;
color: #666;
margin-right: 40px;
margin-top: 35px;
border: 1px solid #BFBFBF;
}
.list_view li>a:hover {
border-left: 4px solid #d70c19;
}
.list_view li>a:hover .list_content .btn_group>span {
color: #fff;
background: #d70c19;
border: 1px solid #d70c19;
} */
/* 鎸夐挳鏍峰紡 */
.swiper_intro_btn {
width: 121px;
height: 36px;
display: block;
background: #d70c19;
color: #fff;
font-size: 16px;
line-height: 36px;
text-align: center;
margin: auto;
margin-top: 20px;
}
.swiper_intro_btn span {
margin-right: 5px;
}
.contact_float_btn {
position: fixed;
right: 3%;
bottom: 260px !important;
z-index: 1000;
margin-right: -5px;
width: 70px;
height: 70px;
background-image: url(../../images/icon_contact.png);
background-size: 70px;
background-repeat: no-repeat;
cursor: pointer;
display: block;
}
/* 鍥炲埌椤堕儴 */
.bottom_tools {
position: fixed;
right: 3%;
bottom: 200px !important;
z-index: 1000;
}
.bottom_tools a {
width: 60px;
height: 60px;
display: block;
background: url(../../images/back_top.png) left top no-repeat;
opacity: 0.7;
display: none;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.bottom_tools a:hover {
opacity: 1;
}
/* .bottom_tools>* {
margin-top: 5px;
} */
/* 宸︿晶鎸夐挳 */
.fixed_left_bar {
position: fixed;
background: url(./../../images/left_nav_top.png) right top no-repeat, url(./../../images/left_nav_bottom.png) right bottom no-repeat;
/* background: url(./../../images/bg_left_nav_bottom.png) right bottom no-repeat; */
/* top: 100px;*/
height:100% !important;
background-color:#ffffff;
}
.left_btns {
margin: 80px 0 70px 0;
width: 150px;
}
.left_btns div {
width: 150px;
height: 50px;
margin-bottom: 25px;
/* overflow: hidden; */
}
.left_btns div a {
display: block;
width: 100%;
height: 100%;
font-size: 16px;
text-align: center;
line-height: 50px;
letter-spacing: 3px;
-webkit-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
position: relative;
}
.left_btns a.active {
font-weight: 600;
color: #fff;
background-color: #d70c19;
}
.left_btns a.active:after {
content: '';
width: 0;
height: 0;
border-width: 7px 0 7px 7px;
border-style: solid;
border-color: transparent transparent transparent #d70c19;
/* margin: 40px auto; */
position: absolute;
right: -7px;
top: 50%;
margin-top: -7px;
}
.left_btns a:not(.active):hover {
color: #b81c25;
}
/* 璇︽儏椤靛叕鍏辨牱寮 */
.detail_box h1 {
font-weight: bold !important;
text-align: center;
margin-bottom: 40px;
}
.detail_content {
/* margin-top: 40px;*/
/* margin-bottom: 50px;*/
}
.detail_content img {
display: block;
/* min-width: 650px; */
max-width: 850px;
max-height: 650px;
margin: auto;
margin-bottom: 40px;
}
.detail_content p {
font: 16px/28px "Microsoft Yahei";
color: #333;
text-indent: 2em;
margin-bottom: 28px;
}
.detail_content .content_indent_block p {
margin-bottom: 0;
}
.detail_content .content_indent_block strong {
font-size: 16px;
}
.detail_content h2 {
font: 22px/36px "Microsoft Yahei";
font-weight: bold;
color: #333;
/* text-indent: 2em; */
margin-bottom: 28px;
}
.detail_content h3 {
font: 18px/32px "Microsoft Yahei";
font-weight: bold;
color: #333;
text-indent: 2em;
margin-bottom: 28px;
}
.detail_content div {
font: 18px/32px "Microsoft Yahei";
color: #333;
/* text-indent: 2em; */
margin-bottom: 28px;
}
.detail_content h4 {
font: 16px/16px "Microsoft Yahei";
color: #666;
text-align: center;
margin: -20px 0 40px 0;
}
.detail_content ul {
padding-left: 30px;
display: block;
list-style-type: disc;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 40px;
margin-bottom: 30px;
}
.detail_content ul li {
font: 18px/32px "Microsoft Yahei";
/* list-style-type: disc; */
display: list-item;
text-align: -webkit-match-parent;
margin-bottom: 15px;
}
.detail_content ul.style_ok {
padding-left: 10px;
-webkit-padding-start: 12px;
}
.detail_content ul.style_ok li {
/* list-style-image: url('./../../images/icon_ok.png'); */
background-image: url("./../../images/icon_ok.png");
background-repeat: no-repeat;
background-position: left center;
background-size: 13px;
padding-left: 25px;
list-style-type: none;
}
.detail_content ol {
padding-left: 30px;
display: block;
list-style-type: decimal;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 40px;
margin-bottom: 30px;
}
.detail_content ol li {
font: 18px/32px "Microsoft Yahei";
display: list-item;
text-align: -webkit-match-parent;
margin-bottom: 15px;
}
.detail_content table {
width: 100%;
margin-bottom: 30px;
}
.detail_content table tr:nth-child(odd) td {
background-color: #FFEDEE;
}
.detail_content table tr th {
font-weight: bold;
}
.detail_content table tr td {
padding: 10px 15px;
background-color: #F7F7F7;
border: 5px solid #fff;
border-radius: 15px;
}
.detail_content table tr td.head_td {
width: 125px;
}
.detail_content table p {
text-indent: 0;
padding: 0 20px;
margin-bottom: 0;
}
.detail_content table p strong {
display: block;
min-width: 85px;
max-width: 100px;
text-align: center;
}
.detail_content .product_images {
text-align: center;
}
.detail_content .product_images img {
display: inline-block;
width: 300px;
margin-right: 15px;
}
/* 鍒嗕韩閮ㄥ垎 */
.share_box {
width: 150px;
overflow: hidden;
position: relative;
margin: auto;
/* margin-top: 20px; */
}
.share_title {
width: 110px;
height: 0px;
border-bottom: 1px dotted #d7d7d7;
margin: 30px auto 35px;
position: relative;
}
.share_title span {
position: absolute;
left: 50%;
top: 50%;
margin-left: -23px;
margin-top: -20px;
display: block;
padding: 10px;
background-color: #fff;
color: #666;
}
.share_qrcode_box {
width: 110px;
height: 110px;
background-color: #d1d1d1;
margin: auto;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.share_qrcode_box img {
width: 102px;
height: 102px;
margin: 4px 0 0 4px;
object-fit: cover;
}
.share_box p {
text-align: center;
font-size: 14px;
color: #666;
margin-top: 10px;
}
/* 妗堜緥鍒嗘瀽鍒楄〃 */
.case_list_box {
float: right;
}
/*****************************************************************************鍒嗛〉鏍峰紡******************************************************************************************/
.cc-pagination {
text-align: center;
margin-top: 120px;
margin-bottom: 60px;
}
.cc-pagination ul {
width: 1200px;
margin: 0 auto;
height: 50px;
text-align: center;
clear: both;
font-size: 0;
}
.cc-pagination ul li {
border: 0;
padding: 0;
font-size: 12px;
list-style: none;
display: inline-block;
margin: 0 5px;
text-align: center;
height: 30px;
vertical-align: middle;
width: 30px;
*display: inline;
zoom: 1;
}
.cc-pagination ul li a {
border: solid 1px #b5b5b5;
height: 30px;
width: 30px;
line-height: 30px;
margin: 0 5px;
font-size: 13px;
border-radius: 3px;
-moz-border-radius: 3px;
}
.cc-pagination ul .next,
.cc-pagination .next a,
.cc-pagination .previous,
.cc-pagination .previous a {
font-weight: bold;
width: 60px;
}
.cc-pagination ul .selectpage a {
background: #b81d25;
color: #FFFFFF;
font-weight: bold;
float: left;
height: 30px;
width: 30px;
line-height: 30px;
border: 1px solid #b81d25;
}
.cc-pagination ul a:link,
.cc-pagination a:visited {
color: #b5b5b5;
display: inline-block;
*display: inline;
text-decoration: none;
zoom: 1;
}
.cc-pagination ul a:hover {
border: 1px solid #b81d25;
color: #b81d25;
}
.cc-pagination ul .selectpage a:hover {
color: #FFFFFF;
}