﻿@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: 74px;
    border-bottom: 1px solid rgba(209,209,209,0.8);
    background-color: #fff;
    background-color: #fff;
    color: #201e1c;
    font-size: 16px;
    z-index: 10;
    /* overflow: hidden; */
    background-image: url(../images/bg_nav.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    /* position: relative; */
}
.nav:after {
    content: '';
    width: 100%;
    height: 1px;
    min-width: 1200px;
    /* background-color: #e3e3e3; */
    background-color: rgba(227, 227, 227, 0.8);
    position: absolute;
    left: 0;
    bottom: -2px;  
}
.nav_bar {
    width: 1200px;
    height: 74px;
    overflow: hidden;
    margin: 0 auto;
}
/* 导航头 */
.navbar_head .head_logo {
    display: block;
    width: 320px;
    height: 45px;
    background-image: url(../images/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* margin-left: 10px; */
    margin-top: 15px;
}
.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;
}
/* 导航列表 */
.navbar_list {
    overflow: hidden;
    float: right;
}

.navbar_list ul {
    overflow: hidden;
}
.navbar_list ul li {
    float: left;
}
.navbar_list ul li a {
    display: block;
    height: 74px;
    padding: 0 20px;
    line-height: 76px;
}
.navbar_list ul li > a.active, .navbar_list ul li a:hover {
    color: #fff;
    background: #d70c19;
    /* background: -webkit-linear-gradient(#FC4854, #d70c19);
    background: -o-linear-gradient(#FC4854, #d70c19);
    background: -moz-linear-gradient(#FC4854, #d70c19);
    background: linear-gradient(#FC4854, #d70c19); */
}
/* 导航栏搜索 */
.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: #FBFBFB;
    padding-top: 50px;
    margin-top: 115px;
    overflow: hidden;
    position: relative;
}
.footer_box {
    width: 1200px;
    padding-bottom: 50px;
    margin: auto;
    overflow: hidden;
}
.footer_left {
    width: 396px;
}
.footer_center {
    width: 175px;
    margin-left: 205px;
}
.footer_box h3 {
    font-size: 24px;
    margin-bottom: 30px;
    position: relative
}
.footer_box h3:after {
    content: '';
    position: absolute;
    width: 45px;
    height: 2px;
    background-color: #d70c19;
    left: 0;
    bottom: -10px;    
}
.footer_box p {
    font-size: 14px;
    color: #666;
}
.footer_box .qrcode_img {
    width: 107px;
    height: 107px;
}
.footer_box .qrcode_img img {
    width: 100%;
    height:100%;
}
.footer_right {
    position: relative;
}
.footer_right:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 158px;
    left: -70px;
    top: 20px;
    background-color: #d1d1d1;
}

.footer_bottom {
    width: 100%;
    height: 48px;
    background-color: #f1f1f1;
    text-align: center;
}
.footer_bottom p {
    line-height: 48px;
    display: inline;
}
.footer_bottom a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    margin-top: -5px;
}

/* 内容部分 */
.common_container {
    width: 1200px;
    margin: auto;
    margin-top: 78px;
    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;  
}



/* 列表样式 */
/* .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;
}


/* 回到顶部 */
.bottom_tools {
	position: fixed;
    right: 3%;
    bottom: 200px !important;
}
.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;
}
.left_btns {
    margin: 80px 0 70px 0;
    width: 200px;
}
.left_btns div {
    width: 200px;
    height: 50px;
    margin-bottom: 25px;
    /* overflow: hidden; */
}
.left_btns div a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20px;
    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 {
    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: 18px/32px "Microsoft Yahei";
    color: #333;
    text-indent: 2em;
    margin-bottom: 28px;
}
.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: 850px;
    margin-bottom: 30px;
}
.detail_content table tr:nth-child(odd) td {
    background-color: #f1f1f1;
}
.detail_content table tr th {
    font-weight: bold;
}
.detail_content table tr td {
    padding: 10px 15px;
}
.detail_content table p {
    text-indent: 0;
    margin-bottom: 0;
}

/* 分享部分 */
.share_box {
    width: 200px;
    overflow: hidden;
    position: relative;
    margin: auto;
    /* margin-top: 20px; */
}
.share_title {
    width: 145px;
    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: 144px;
    height: 144px;
    background-color: #d1d1d1;
    margin: auto;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.share_qrcode_box img {
    width: 128px;
    height: 128px;
    margin: 8px 0 0 8px;
    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;}