﻿/*=======全局公共样式部分======*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
acronym,
address,
cite,
code,
del,
dfn,
em,
font,
img,
strong,
sub,
sup,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    word-wrap: break-word !important;
}
img {
    margin: 0;
    padding: 0;
    border: 0;
    display: block
}
.focus {
    outline: 0;
}
a:link,
a:visited,
a:active {
    text-decoration: none;
    color: #000;
}
a:hover {
    text-decoration: none;
}
table {
    border-collapse: collapse;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
html {
    font-family: "微软雅黑", "宋体", "新宋体";
}
body {
    font: 14px/24px "微软雅黑";
    color: #000;
    background: #fff;
}
ul li {
    list-style: none;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    word-wrap: break-word;
}
input:focus,
textarea:focus {
    outline: none !important;
}
.te_ov {
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.wrap {
    width: 1200px;
    margin: 0 auto;
}
.trs_35 {
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
}
.contents_t .wraps {
    overflow: scroll;
}
/*pc头部*/
.pc_header {
    width: 100%;
}
.pc_header_top {
    background: #f56f00;
    height: 30px;
    padding: 0 150px;
}
.pc_header_top_left {
    font: 14px/30px "微软雅黑";
    color: #fff;
}
.pc_header_top_right {
    display: flex;
    justify-content: space-between;
}
.pc_header_top_right li {
    padding: 0 4px;
}
.pc_header_top_right li,
.pc_header_top_right li a {
    font: 14px/30px "微软雅黑";
    color: #ebeae9;
}
.pc_header_cter {
    background: #ff7400;
    padding: 14px 150px 6px;
}
.pc_logo {
    width: 266px;
    height: 50px;
    margin-top: 8px;
}
.pc_header_cter_right {
    height: 68px;
}
.pc_header_cter_right ul li {
    height: 34px;
    padding-left: 27px;
}
.pc_header_cter_right ul li:first-child {
    background: url("../images/pc_top_tel.png") no-repeat left center;
}
.pc_header_cter_right ul li:last-child {
    position: relative;
    background: url("../images/pc_top_we.png") no-repeat left center;
}
.pc_header_cter_right ul li i {
    font: 14px/34px "微软雅黑" !important;
    color: #0d347c;
    padding: 0 3px;
}
.pc_header_cter_right ul li b {
    font: 24px/34px "微软雅黑";
    color: #0d347c;
    font-weight: bold;
    padding-left: 10px;
}
.pc_top_we {
    width: 109px;
    height: 101px;
    position: absolute;
    top: -35px;
    left: 235px;
    z-index: 666;
}
.pc_top_we img {
    width: 100%;
    height: 100%;
}
.pc_header_btm {
    width: 100%;
    background: #fff;
    height: 60px;
}
.pc_nav {
    width: 100%;
}
.pc_nav li {
    float: left;
    width: calc(100%/7);
    position: relative;
}
.pc_nav li a {
    font: 16px/60px "微软雅黑";
    color: #4b4947;
    display: block;
    width: 100%;
    text-align: center;
}
.pc_nav li.hover,
.pc_nav li:hover {
    background: url("../images/pc_nav_hover.jpg") no-repeat center 52px;
}
/*pc头部*/
/*新增二级导航*/
.product_con {
    position: absolute;
    width: 1198px;
    padding-bottom: 20px;
    border: 1px solid #ccc;
    left: -170px;
    top: 58px;
    display: none;
    z-index: 999;
    border-top: none;
    background: #fbfbfb;
}
.product_con h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
    font: bold 24px/50px 微软雅黑;
    background: #ff7a3f;
}
.product_con1 {
    padding: 0 28px;
    border-right: 1px solid #fcbe8b;
    width: 180px;
    height: 422px;
}
.product_con1:last-child {
    border-right: none;
}
.product_con1 ul li {
    float: none !important;
    width: 100%;
    text-indent: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product_title_li {
    border-bottom: 1px solid #fcbf89;
    margin-bottom: 8px;
}
.product_con1 ul li a {
    display: block;
    font: 14px/28px "微软雅黑";
    color: #333;
    width: 100%;
    text-align: left;
}
.product_con1 ul li a span {
    color: #333 !important;
}
.product_title_a {
    font: 18px/34px "微软雅黑" !important;
    color: #fb0202 !important;
}
.margin_top20 {
    margin-top: 20px;
}
.product_li_case {
    width: 360px;
    background: #fff;
    z-index: 999;
    position: absolute;
    top: 58px;
    left: -100px;
    display: none;
    padding: 0 5px 10px;
}
.product_li_case ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product_li_case ul li {
    width: 48%;
    background: #fff;
    height: 50px;
    border-bottom: 1px solid #ff7600;
}
.product_li_case ul li a {
    display: block;
    width: 100%;
    font: 16px/50px "微软雅黑" !important;
    color: #000 !important;
    text-align: left;
    text-indent: 15px;
}
.product_li_case ul li:hover {
    background: #ff7600;
}
.product_con_line ul li {
    padding-top: 22px;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
}
.product_con_line ul li a {
    display: block;
    width: 100%;
    text-align: center;
    color: rgb(0, 0, 0);
    font: 14px/44px 微软雅黑;
}
#product_li:hover .product_con {
    display: block;
}
#product_li_line:hover .product_li_case {
    display: block;
}
/*移动端导航*/
.m_blink {
    height: 60px;
    display: none;
}
.m_nav {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 666;
    background: #fff;
    padding: 15px 0 3px;
    display: none;
    height: 42px;
}
.m_nav .wrap {
    display: flex;
    justify-content: space-between;
    height: auto;
    align-items: center;
}
.m_nav .wrap a {
    display: block;
    height: auto;
}
.m_nav .wrap a img {
    width: 100%;
    height: auto;
}
.m_nav_logo {
    width: 43%;
}
.m_nav_tel {
    width: 32%;
}
.m_nav_btn {
    width: 8%;
}
.nav_m_list ul li {
    background: #fff;
    height: 40px;
    border-bottom: 1px solid #f7f7f7;
}
.nav_m_list ul li a {
    display: block;
    width: 100%;
    font: 16px/40px "微软雅黑";
    color: #777;
    text-align: center;
}
.nav_m_list ul {
    background: #fff;
}
.nav_m_list {
    width: 100%;
    display: none;
    opacity: 0;
    background: rgba(32, 38, 44, 0.3);
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 666;
}
/*移动端导航*/
/*pc底部*/
.pc_footer {
    padding: 35px 0 20px;
    background: #ff7400;
}
.pc_footer_left {
    width: 550px;
}
.pc_footer_left_box {
    border-bottom: 1px solid #d2640a;
    padding-bottom: 22px;
}
.pc_footer_left_tel {
    display: block;
    float: left;
}
.pc_footer_left_list {
    float: right;
    width: 200px;
    display: flex;
    justify-content: space-between;
}
.pc_footer_left_list li a {
    display: block;
    width: 39px;
    height: 38px;
}
.pc_footer_left_list li:first-child {
    background: url("../images/pc_footer_left1.jpg") no-repeat;
}
.pc_footer_left_list li:nth-child(2) {
    background: url("../images/pc_footer_left2.jpg") no-repeat;
}
.pc_footer_left_list li:last-child {
    background: url("../images/pc_footer_left3.jpg") no-repeat;
}
.pc_footer_left p {
    font: 16px/100px "微软雅黑";
    color: #fff;
    padding-left: 10px;
}
.pc_footer_right {
    width: 610px;
}
.pc_footer_right_left {
    width: 142px;
    height: 142px;
    margin-right: 20px;
}
.pc_footer_right_right {
    width: 445px;
}
.pc_footer_right_right ul li,
.pc_footer_right_right ul li a {
    font: 16px/28px "微软雅黑";
    color: #0d347c;
}
/*pc底部*/
/*移动底部*/
.m_footer {
    width: 100%;
    background: #0056b9;
    height: 60px;
    justify-content: space-around;
    z-index: 666;
    position: fixed;
    left: 0;
    bottom: 0;
    display: none;
}
.m_footer_kf {
    background: url("../images/footer_pic1.png") no-repeat center 5px;
}
.m_footer_qq {
    background: url("../images/footer_pic2.png") no-repeat center 5px;
}
.m_footer_tel {
    background: url("../images/footer_pic3.png") no-repeat center 5px;
}
.m_footer_we {
    background: url("../images/footer_pic4.png") no-repeat center 5px;
}
.m_footer_ly {
    background: url("../images/footer_pic5.png") no-repeat center 5px;
}
.m_footer a {
    display: block;
    width: 20%;
    font: 14px/24px "微软雅黑";
    color: #fff;
    padding-top: 36px;
    background-size: 40%;
    text-align: center;
}
.smal_weixin {
    width: 200px;
    background: #333;
    padding: 12px 16px;
    display: none;
    position: fixed;
    z-index: 999;
}
.pic1 {
    width: 100%;
}
.pic1 img {
    display: block;
    width: 100%;
}
.smal_weixin .p1,
.smal_weixin .p2 {
    color: #fff;
    text-align: center;
}
.smal_weixin .p1 {
    font: 20px/40px "微软雅黑";
    margin-top: 10px;
}
.smal_weixin .p2 {
    font: 16px/30px "微软雅黑";
}
.index_case {
    margin-top: 20px;
}
/*移动底部*/
/*轮播图*/
#swiper {
    width: 100%;
    position: relative;
}
#banner {
    width: 100%;
    height: 450px;
    position: relative;
    overflow: hidden;
}
#banner img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 100%;
    height: 100%;
}
#banner .first {
    left: 0;
}
#btns {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -75px;
    height: 24px;
    border-radius: 12px;
    width: 150px;
}
#btns span {
    margin-top: 5px;
    width: 14px;
    height: 14px;
    float: left;
    margin-left: 18px;
    border-radius: 7px;
    background-color: #f9f7f5;
}
#btns span:hover {
    background: #fdb53c;
}
#btns .hover {
    background: #fdb53c;
}
/*轮播图 结束*/
/*首页产品*/
.index_pro {
    margin: 30px 0;
}
.index_pro_top {
    background: #f9f7f5;
    padding: 32px 0 20px;
}
.index_pro_top h2 {
    font: 36px/68px "微软雅黑";
    color: #ff7400;
    font-weight: bold;
    text-align: center;
}
.index_pro_top p {
    font: 20px/60px "微软雅黑";
    color: #4b4947;
    text-align: center;
}
.index_pro_box {
    width: 100%;
    overflow: hidden;
}
.index_pro_title {
    margin: 25px 0;
    border-bottom: 1px solid #f9f7f5;
}
.index_pro_title h1 {
    font: 30px/56px "微软雅黑";
    color: #000;
    text-align: center;
}
.index_pro_title p {
    font: 14px/24px "微软雅黑";
    color: #333;
    padding: 0 10%;
    text-align: center;
    margin-top: 15px;
}
.index_pro_title h3 a {
    font: 30px/56px "微软雅黑";
    color: #ff7400;
}
.index_pro_title div a {
    font: 20px/56px "微软雅黑";
    color: #4b4947;
}
.index_pro_title div a:hover {
    color: #ff7400;
}
.index_pro_list {
    width: 1220px;
}
.index_pro_list li {
    width: 285px;
    margin-right: 20px;
    margin-bottom: 15px;
    float: left;
}
.index_pro_list li a {
    display: block;
    width: 100%;
}
.index_pro_list li a img {
    width: 100%;
    height: 228px;
}
.index_pro_list li a p {
    font: 20px/50px "微软雅黑";
    color: #4b4947;
    text-align: center;
}
/*首页产品*/
/*公司介绍*/
.index_about {
    margin: 30px 0;
}
.index_about_box {
    margin-top: 15px;
}
.index_left {
    width: 598px;
}
.index_left img {
    width: 100%;
    height: 396px;
}
.index_right {
    width: 602px;
    background: #f9f7f5;
    height: 396px;
}
.index_right_top {
    padding: 10px 20px;
}
.index_right_top h2 {
    font: 36px/68px "微软雅黑";
    color: #4b4947;
    font-weight: bold;
}
.index_right_top p {
    font: 16px/28px "微软雅黑";
    color: #696765;
}
.index_right_top img {
    width: 100%;
    height: auto;
}
.index_right_btm {
    padding: 10px;
    margin-top: 10px;
}
.index_right_btm_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index_right_btm_list li {
    width: 131px;
    height: 46px;
    border: 1px solid #696765;
    background: #f9f7f5;
}
.index_right_btm_list li:hover {
    border: 1px solid #ff7400;
    background: #ff7400;
}
.index_right_btm_list li:hover a {
    color: #fff;
}
.index_right_btm_list li a {
    display: block;
    width: 100%;
    font: 16px/46px "微软雅黑";
    color: #4b4947;
    text-align: center;
}
/*公司介绍*/
/*首页新闻*/
.index_new {
    margin: 20px 0;
}
.new_list_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.new_list {
    width: 31%;
}
.new_list h2,
.index_new_right h2 {
    font: 24px/80px "微软雅黑";
    color: #4b4947;
}
.new_list_ul {
    width: 100%;
}
.new_list_ul li {
    padding-left: 15px;
    background: url("../images/new_bg.jpg") no-repeat 3px center;
    height: 48px;
    border-bottom: 1px dashed #d7d5d3;
}
.new_list_ul li a {
    display: block;
    width: 100%;
    font: 16px/48px "微软雅黑";
    color: #4b4947;
}
.new_list_ul li a span {
    float: right;
    font: 14px/48px "微软雅黑";
    color: #4b4947;
}
/*首页新闻*/
/*首页链接*/
.index_link {
    background: #fff;
    margin: 30px 0;
}
.index_link a {
    font: 16px/30px "微软雅黑";
    color: #696765;
    padding-right: 5px;
}
/*首页链接*/
/*小banner*/
.small_banner {
    width: 100%;
}
.small_banner img {
    width: 100%;
    height: auto;
}
/*小banner*/
/*当前位置*/
.position {
    width: 100%;
    height: 56px;
    background: #f9f7f5;
}
.position_left,
.position_left a {
    font: 16px/56px "微软雅黑";
    color: #4b4947;
}
.position_left a {
    padding: 0 3px;
}
/*当前位置*/
/*联系我们*/
.index_map h2,
.leave h2,
.contact h2,
.contact_wt h2 {
    font: 30px/70px "微软雅黑";
    color: #4b4947;
    font-weight: bold;
}
.leave h3 {
    font: 16px/30px "微软雅黑";
    color: #4b4947;
}
.contact_wt img {
    width: 100%;
    height: auto;
}
.contact h4,
.contact_right h4,
.contact_wt h4 {
    font: 16px/30px "微软雅黑";
    color: #4b4947;
    text-align: center;
}
.contact_lm {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 20px;
}
.contact_wt {
    padding: 20px 0;
}
.text-center {
    text-align: center;
}
.contact_kinds {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact_kinds li {
    width: 25%;
    padding-top: 130px;
    height: 80px;
}
.contact_kinds li:last-child {
    width: 100%;
    margin-top: 50px;
}
.contact_kinds1 {
    background: url("../images/contact_1.png") no-repeat center top;
}
.contact_kinds2 {
    background: url("../images/contact_2.png") no-repeat center top;
}
.contact_kinds3 {
    background: url("../images/contact_3.png") no-repeat center top;
}
.contact_kinds4 {
    background: url("../images/contact_4.png") no-repeat center top;
}
.contact_kinds5 {
    background: url("../images/contact_5.png") no-repeat center top;
}
.contact {
    width: 100%;
}
.contact_kinds li p {
    font: 20px/38px "微软雅黑";
    color: #4b4947;
    text-align: center;
}
.contact_kinds li span,
.contact_kinds li span a {
    font: 24px/42px "微软雅黑";
    color: #696765;
    text-align: center;
    display: block;
}
.contact_ly {
    width: 100%;
    margin-top: 30px;
    background: #f0f0f0 url("../images/leave_bg.jpg") no-repeat;
    background-size: 100%;
}
.contact_ly_right {
    width: 330px;
    height: 415px;
    background: #ff7400;
    margin-top: 80px;
    padding: 0 35px;
}
.contact_ly_right h4 {
    font: 24px/44px "微软雅黑";
    color: #fff;
    margin: 15px 0;
}
.contact_ly_right p {
    font: 16px/30px "微软雅黑";
    color: #fff;
}
.zxzx {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
}
.zxzx a {
    display: block;
    width: 150px;
    height: 42px;
    text-align: center;
    font: 16px/42px "微软雅黑";
    color: #ff7400;
    background: #fff;
    cursor: pointer;
}
.leave {
    width: 590px;
}
.leave_h3 {
    background: none !important;
    margin: 30px 0;
    text-indent: 0 !important;
}
.leave_mes {
    width: 590px;
    margin: 20px auto 30px;
}
.leave_mes ul li {
    float: left;
    width: 45%;
    margin-bottom: 15px;
}
.leave_mes ul li:first-child {
    margin-right: 10%;
}
.leave_mes ul li:last-child {
    width: 100%;
}
.leave_mes ul li p {
    font: 16px/40px "微软雅黑";
    color: #333;
}
.leave_mes ul li input,
.leave_mes ul li textarea {
    font: 16px/34px "微软雅黑";
    color: #333;
    display: block;
    width: 100%;
    border: 1px solid #e3e3e3;
    background: #f9f7f5;
    text-indent: 8px;
}
.leave_mes ul li textarea {
    height: 115px;
    max-width: 100%;
    max-height: 115px;
    min-height: 115px;
    min-width: 100%;
}
.leave_btn {
    background: #ff7400;
    width: 150px;
    height: 42px;
    text-align: center;
    border: none;
    display: block;
    margin: 20px 0 0 0;
    font: 16px/42px "微软雅黑";
    color: #fff;
}
/*地图*/
.index_map {
    padding: 10px 0;
    background: #fff;
    margin: 20px 0;
}
.map {
    border: none !important;
}
#map {
    width: 100%;
    height: 500px;
}
/*地图*/
/*联系我们*/
/*关于我们*/
.about_qq,
.about_sc,
.about_sh,
.about_gj,
.about_fz {
    background: #fff;
    margin-top: 15px;
}
.about_sc,
.about_gj {
    background: #f9f7f5;
    padding: 50px 0;
}
.about_title {
    font: 36px/50px "微软雅黑";
    color: #ff7400;
}
.about_desc {
    font: 16px/30px "微软雅黑";
    color: #696765;
    margin: 10px 0;
}
.about_qq_box {
    margin-top: 30px;
}
.about_qq_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about_qq_list li {
    width: 25%;
    padding-top: 170px;
    font: 16px/48px "微软雅黑";
    color: #696765;
    text-align: center;
}
.about_qq_list li:first-child {
    background: url("../images/about_qq1.png") no-repeat center top;
}
.about_qq_list li:nth-child(2) {
    background: url("../images/about_qq2.png") no-repeat center top;
}
.about_qq_list li:nth-child(3) {
    background: url("../images/about_qq3.png") no-repeat center top;
}
.about_qq_list li:last-child {
    background: url("../images/about_qq4.png") no-repeat center top;
}
.about_sh img {
    width: 100%;
    height: auto;
}
.text_center {
    text-align: center !important;
}
.about_fz_div {
    height: 370px;
    background: url("../images/about_fz.jpg") no-repeat right top;
}
.about_fz_div p {
    font: 16px/38px "微软雅黑";
    color: #696765;
}
.about_sc_left {
    width: 588px;
    height: 420px;
}
.about_sc_left img {
    width: 100%;
    height: 420px;
}
.about_sc_right {
    width: 570px;
}
.about_sc_img {
    margin-top: 20px;
}
.about_sc_img li {
    float: left;
    margin-right: 20px;
    width: 185px;
    height: 122px;
}
.about_fz_div {
    height: 370px;
    background: url(../images/about_fz.jpg) no-repeat right top;
}
.about_fz_div p {
    font: 16px/38px "微软雅黑";
    color: #696765;
}
#contact_v {
    font-size: 16px;
    padding: 25px 0;
    text-align: center;
}
#contact_v a {
    font-size: 16px;
    color: #000;
    line-height: 30px;
}
#contact_v a i {
    color: #eb0001;
    padding: 0 5px;
}
/*关于我们*/
/*新闻封面*/
.new_home {
    margin-top: 20px;
}
.case_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.case_list li {
    width: 285px;
    margin-bottom: 20px;
}
.case_list li a {
    display: block;
    width: 100%;
}
.case_list li img {
    width: 100%;
    height: 248px;
}
.case_list li a p {
    padding: 0 10px;
    font: 14px/30px "微软雅黑";
    color: #4b4947;
}
.case_list li a h4 {
    font: 16px/40px "微软雅黑";
    color: #4b4947;
    padding: 0 10px;
}
/*新闻封面*/
/*产品封面*/
.pro_kind {
    margin: 20px 0;
    width: 100%;
    z-index: 666;
    background: #fff;
    border-bottom: 1px solid #f9f7f5;
    padding: 35px 0 20px;
}
.pro_kind_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pro_kind_list li {
    width: 131px;
    height: 46px;
    border: 1px solid #696765;
    background: #f9f7f5;
    text-align: center;
    font: 16px/46px "微软雅黑";
    color: #4b4947;
    cursor: pointer;
}
.pro_kind_list li:hover,
.pro_kind_list li.hover {
    background: #ff7400;
    border: 1px solid #f9f7f5;
    color: #fff;
}
.pro_kind_list li:hover a,
.pro_kind_list li.hover a {
    color: #fff;
}
.pro_list {
    margin: 10px 0;
}
.pro_list_top {
    height: 115px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.pro_list_left {
    width: 196px;
    background: #ff7400;
}
.pro_list_right {
    width: 964px;
    background: #f9f7f5;
    padding: 25px 20px 20px;
}
.pro_list_left h3 {
    text-align: center;
    font: 30px/74px "微软雅黑";
    color: #fff;
    border-bottom: 1px solid #fa9632;
}
.pro_list_left h3 a {
    color: #fff;
}
.pro_list_left p a {
    display: block;
    text-align: center;
    font: 16px/40px "微软雅黑";
    color: #fff;
}
.pro_list_right p {
    font: 18px/35px "微软雅黑";
    color: #4b4947;
}
.pro_kind_fixd {
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
}
/*产品封面*/
/*案例封面*/
.case {
    margin: 20px 0;
    width: 100%;
    overflow: hidden;
}
.case_list_home {
    width: 1224px;
}
.case_list_home li {
    width: 384px;
    margin-right: 24px;
    margin-bottom: 20px;
    float: left;
}
.case_list_home li a {
    display: block;
    width: 100%;
}
.case_list_home li a img {
    width: 100%;
    height: 262px;
}
.case_list_home li a p {
    font: 20px/46px "微软雅黑";
    color: #4b4947;
    text-indent: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*案例封面*/
/*生产线列表*/
.solution {
    margin: 20px 0;
}
.solution_list {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}
.solution_list li {
    width: 385px;
    margin-bottom: 25px;
    margin-right: 22px;
}
.solution_list li:nth-child(3n) {
    margin-right: 0;
}
.solution_list li a {
    display: block;
    width: 100%;
}
.solution_list li a img {
    width: 100%;
    height: 160px;
}
.solution_list li a h3 {
    font: 20px/46px "微软雅黑";
    color: #4b4947;
    padding-left: 10px;
}
.solution_list li a p {
    font: 16px/30px "微软雅黑";
    color: #696765;
    padding-left: 10px;
}
/*生产线列表*/
/*案例详情*/
.case_detial {
    margin: 30px 0;
}
.case_detial_box {
    padding-bottom: 15px;
}
.case_detial_box h2 {
    font: 36px/70px "微软雅黑";
    color: #4b4947;
}
.case_detial_alert {
    height: 92px;
    margin: 20px 0;
    padding: 20px 70px 15px 125px;
    background: #eeecec url(../images/new_alert.png) no-repeat 20px center;
}
.case_detial_alert p {
    font: 16px/34px "微软雅黑";
    color: #4b4947;
}
.case_detial_alert_btm {
    height: 56px;
}
.case_detial_alert_btm_left {
    padding-left: 84px;
    height: 56px;
    background: url(../images/new_tel.png) no-repeat 45px center;
}
.case_detial_alert_btm_left span {
    font: 16px/56px "微软雅黑";
    color: #333;
}
.case_detial_alert_btm_left b {
    font: 30px/56px "微软雅黑";
    padding-left: 20px;
    color: #ff7400;
}
.case_detial_alert_btm_right {
    height: 56px;
}
.case_detial_alert_btm_right a {
    display: block;
    width: 172px;
    font: 20px/56px "微软雅黑";
    color: #fff;
    text-align: center;
    background: #0056b9;
    cursor: pointer;
}
.case_detial_content {
    padding: 4px;
    margin-top: 20px;
}
.case_detial_content p {
    font: 16px/30px "微软雅黑";
    color: #4b4947;
}
.case_detial_content img {
    max-width: 100%;
    height: auto;
    margin: 25px auto;
}
.case_time_num {
    margin: 15px 0;
}
.case_time_num span {
    font: 14px/24px "微软雅黑";
    color: #666;
}
/*案例详情*/
/*新闻详情*/
.ab_title {
    font: 30px/70px "微软雅黑";
    color: #4b4947;
    margin-bottom: 15px;
    border-bottom: 1px solid #d7d5d3;
}
.ab_title a {
    font: 30px/70px "微软雅黑";
    color: #4b4947;
}
.new_detial {
    margin: 20px 0;
}
.new_detial_con {
    width: 580px;
}
.new_detial_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.new_detial_list {
    width: 49%;
}
/*翻页*/
.case_page {
    margin: 30px 0 15px;
}
.case_page div {
    width: 500px;
    height: 44px;
    border: 1px solid #efecec;
    background: #f6f6f6;
}
.case_page div a {
    display: block;
    width: 100%;
    height: 100%;
}
.case_page div a b {
    display: block;
    float: left;
    color: rgb(236, 113, 42);
    width: 20%;
    text-align: center;
    font: 18px/44px 微软雅黑;
}
.case_page div a span {
    display: block;
    float: left;
    color: rgb(0, 0, 0);
    width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    font: 14px/44px 微软雅黑;
    overflow: hidden;
}
/*新闻详情*/
/*产品详情*/
.pro_detial {
    padding-top: 30px;
    background: #fff;
}
.pro_detial_pic {
    padding-bottom: 30px;
    border-bottom: 1px solid #f1f1f1;
    background: #fff;
}
.pro_detial_pic_left {
    width: 465px;
}
.pro_detial_pic_left img {
    width: 100%;
    height: auto;
}
.pro_detial_pic_right {
    width: 700px;
}
.pro_detial_pic_right h4 {
    color: rgb(75, 73, 71);
    font: 36px/80px 微软雅黑;
}
.pro_detial_pic_right_box {
    padding: 10px 20px;
    background: #f9f7f5;
}
.pro_detial_pic_right p,
.pro_detial_pic_right p span {
    color: #696765;
    font: 16px/30px "微软雅黑";
}
.pro_detial_pic_right p b {
    color: #ff7400;
    font: 16px/30px "微软雅黑";
    font-weight: bold;
}
.pro_column {
    width: 100%;
    margin-top: 25px;
}
.pro_column a {
    display: block;
}
.pro_column_bj {
    width: 130px;
    height: 50px;
    padding-left: 46px;
    background: #0056b9 url(../images/pro_column_pic.png) no-repeat 18px center;
    font: 16px/50px "微软雅黑";
    color: #fff !important;
    margin-right: 15px;
    margin-top: 8px;
}
.pro_column_zx {
    font: 16px/50px "微软雅黑";
    color: #fff !important;
    width: 146px;
    height: 50px;
    text-align: center;
    background: #ff7400;
    margin-right: 15px;
    margin-top: 8px;
}
.pro_column_tel {
    width: 231px;
    height: 58px;
    margin-top: 5px;
    margin-left: 15px;
}
.pro_column_tel img {
    width: 100%;
}
.pro_detial_desc {
    padding: 30px 0;
}
.pro_detial_left {
    width: 885px;
}
.pro_detial_desc h5 {
    font: 30px/74px "微软雅黑";
    color: #4b4947;
}
.pro_detial_desc img {
    max-width: 100%;
    height: auto;
}
.pro_detial_desc p {
    font: 16px/30px "微软雅黑";
    color: #4b4947;
}
.pro_detial_right {
    width: 286px;
}
.pro_detial_right_top {
    border: 1px solid #ebeae9;
    padding: 20px;
    margin-bottom: 20px;
}
.pro_detial_right_top h2,
.pro_detial_right_btm h2 {
    height: 54px;
    background: #ff7400;
    font: 24px/54px "微软雅黑";
    color: #fff;
    text-align: center;
}
.pro_detial_right_list {
    margin: 20px 0;
}
.pro_detial_right_list li {
    height: 44px;
    border: 1px solid #ebeae9;
    margin-bottom: 15px;
}
.pro_detial_right_list li a {
    display: block;
    width: 100%;
    text-indent: 20px;
    font: 16px/44px "微软雅黑";
    color: #4b4947;
}
.pro_detial_right_list li a:hover,
.pro_detial_right_list li a.hover {
    background: #ff7400;
    color: #fff;
}
.pro_detial_right_btm {
    border: 1px solid #ebeae9;
    padding: 20px 0;
}
.pro_detial_right_btm_top {
    padding: 0 20px;
}
.pro_detial_right_btm_a {
    margin: 20px 0;
    display: block;
}
.pro_detial_right_btm a img {
    width: 100%;
    height: auto;
}
.pro_detial_right_btm_btm {
    padding: 10px;
}
.pro_detial_right_btm_btm p,
.pro_detial_right_btm_btm p a {
    font: 16px/30px "微软雅黑";
    color: #4b4947;
}
.width100 {
    width: 100%;
}
.sol_detial_pic_left {
    width: 100%;
}
.sol_detial_pic_left img {
    height: 375px;
    width: 100%;
}
.slo_detial_pic_right {
    width: 100%;
    margin-bottom: 30px;
}
.slo_detial_pic_right h4 {
    font: 20px/60px "微软雅黑";
    color: #4b4947;
}
.slo_detial_pic_right p {
    font: 16px/30px "微软雅黑";
    color: #696765;
}
.detial_tel {
    margin: 20px 0;
    padding: 10px;
    background: #ff7400;
    font: 18px/40px "微软雅黑";
    color: #fff;
}
.detial_tel a {
    font: 18px/40px "微软雅黑";
    color: #fff;
}
.shop {
    margin: 20px 0;
}
.shop a,
.shop a img {
    display: block;
    width: 100%;
}
/*产品详情*/
/*新增生产线详情*/
/*图文描述*/
.n_pic_desc {
    margin-top: 5px;
    height: 459px;
    padding-top: 39px;
    background: url("../images/n_top_bg.jpg") no-repeat center center;
}
.n_pic_desc_wrap {
    width: 1200px;
    height: 377px;
    padding: 10px 10px 0 10px;
    background: #f9f7f5;
    margin: 0 auto;
    position: relative;
}
.n_pic_desc_box {
    width: 1170px;
    height: 340px;
    background: #fff;
    padding: 16px 15px 21px 15px;
}
.n_picleft {
    width: 101px;
    height: 106px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.n_picright {
    width: 73px;
    height: 89px;
    position: absolute;
    right: 8px;
    bottom: 0;
    z-index: 2;
}
.n_pic_desc_left {
    width: 505px;
    height: 340px;
}
.n_pic_desc_left img {
    width: 100%;
    height: auto;
    max-height: 340px;
}
.n_pic_desc_right {
    width: 630px;
}
.n_pic_desc_right h1 {
    font: 30px/50px "微软雅黑";
    color: #fe4003;
    font-weight: bold;
}
.n_pic_desc_right_desc {
    height: 48px;
    padding: 14px 16px 14px 16px;
    background: #f6fcff;
    margin: 8px 0 8px -10px;
}
.n_pic_desc_right_desc p {
    font: 14px/24px "微软雅黑";
    color: #333;
    text-indent: 2em;
}
.n_pic_desc_right_list {
    width: 100%;
}
.n_pic_desc_right_list li {
    margin-bottom: 10px;
}
.n_pic_desc_right_list li b {
    display: block;
    float: left;
    width: 94px;
    font: 14px/24px "微软雅黑";
    color: #0056b9;
    font-weight: bold;
}
.n_pic_desc_right_list li span {
    display: block;
    float: left;
    width: 510px;
    font: 12px/24px "微软雅黑";
    color: #333;
}
.n_pic_lx {
    height: 72px;
    width: 1220px;
    margin: 0 auto;
}
.n_pic_lx a {
    display: block;
    float: left;
    height: 72px;
}
.n_pic_lx a:first-child {
    width: 531px;
    background: #fe4003 url("../images/n_top_tel.png") no-repeat 24px center;
    font: 30px/72px "Adobe 黑体 Std";
    color: #fff;
    text-align: center;
}
.n_pic_lx a:nth-child(2) {
    width: 351px;
    background: #ff7400;
    font: 24px/72px "微软雅黑";
    color: #f0efee;
    text-align: center;
    cursor: pointer;
}
.n_pic_lx a:last-child {
    width: 337px;
    background: #133291;
    font: 24px/72px "微软雅黑";
    color: #f0efee;
    text-align: center;
}
/*图文描述*/
/*浮动导航*/
.n_fixed {
    height: 60px;
    box-shadow: 2px 2px 8px #e6e5e5;
    background: #fff;
}
.n_addfixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 33;
    width: 100%;
}
.n_fixed_list {
    width: 690px;
    margin: 0 auto;
}
.n_fixed_list li {
    width: 106px;
    margin-right: 40px;
    cursor: pointer;
    height: 56px;
    border-bottom: 4px solid #fff;
    font: 14px/60px "微软雅黑";
    color: #333;
    text-align: center;
    float: left;
}
.n_fixed_list li:last-child {
    margin-right: 0;
}
.n_fixed_list li:hover,
.n_fixed_list li.hover {
    border-bottom: 4px solid #ff7400;
}
/*浮动导航*/
/*内容描述*/
.n_content {
    margin-top: 30px;
}
.n_content h2 {
    height: 50px;
    margin: 25px 0 10px;
}
.n_content h2 span {
    display: block;
    height: 36px;
    border: 1px solid #ff7400;
    border-radius: 18px;
    background: #fe4003;
    text-align: center;
    font: 18px/36px "微软雅黑";
    color: #fff;
}
.n_content_h1 {
    background: url("../images/n_content_bg1.png") no-repeat left 7px;
}
.n_content_h1 span {
    width: 235px;
}
.n_content_h2 {
    background: url("../images/n_content_bg2.png") no-repeat left 7px;
}
.n_content_h2 span {
    width: 320px;
}
.n_content_h3 {
    background: url("../images/n_content_bg3.png") no-repeat left 7px;
}
.n_content_h3 span {
    width: 230px;
}
.n_content p,
.n_content_p {
    font: 14px/24px "微软雅黑";
    color: #0c0306;
    margin: 10px 0;
    text-indent: 2em;
}
.n_indro {
    margin: 15px 0;
}
.n_indro_left {
    padding-top: 20px;
    width: 652px;
}
.n_indro_right {
    width: 514px;
}
.n_indro_right img {
    width: 100%;
    height: auto;
}
/*内容描述*/
/*图片点击放大*/
.n_mark {
    display: none;
    transition: all .4s;
}
.n_mark_show {
    background: #fff;
    z-index: 999;
    opacity: 1;
    position: fixed;
    left: 0;
    top: 0;
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
}
.n_content_img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 5px 0;
    cursor: zoom-in;
    transition: all .4s;
}
.n_content_img_scale {
    cursor: zoom-out;
    width: 90%;
    height: auto;
    z-index: 1000;
    position: fixed;
    left: 5%;
    top: 10%;
}
/*图片点击放大*/
/*新增生产线详情*/
/*改版生产线*/
/*大图*/
.c_dt {
    background: #133291;
    width: 100%;
}
.c_dt img {
    width: 100%;
    max-width: 100%;
}
.pc_hidden {
    display: none;
}
/*大图*/
/*内容*/
.c_content {
    background: #e8f7fe;
}
.c_content .wrap img {
    width: 100%;
    max-width: 100%;
}
/*图文介绍*/
.c_tw {
    width: 100%;
    margin-bottom: 30px;
}
.n_pic_lx {
    height: 72px;
    width: 1220px;
    margin: 0 auto;
}
.n_pic_lx a {
    display: block;
    float: left;
    height: 72px;
}
.n_pic_lx a:first-child {
    width: 337px;
    background: #133291;
    font: 24px/72px "微软雅黑";
    color: #f0efee;
    text-align: center;
}
.n_pic_lx a:nth-child(2) {
    width: 531px;
    background: #fe4003 url("../images/c_top_tel.png") no-repeat 24px center;
    font: 30px/72px "Adobe 黑体 Std";
    color: #fff;
    text-indent: 71px;
}
.n_pic_lx a:last-child {
    width: 351px;
    background: #ff7400;
    font: 24px/72px "微软雅黑";
    color: #f0efee;
    text-align: center;
    cursor: pointer;
}
/*图文介绍*/
/*技术参数*/
.c_cs {
    width: 100%;
    margin-bottom: 30px;
}
.c_h2 {
    text-align: center;
    margin-bottom: 30px;
    height: 41px;
    background: url("../images/c_bg.png") no-repeat left center;
    font: 18px/41px "微软雅黑";
    color: #133291;
    font-weight: bold;
}
.table_parameter {
    border-collapse: collapse;
    width: 99%;
    margin: 0 auto;
    background: #fff;
    max-width: 100% !important;
}
.table_parameter tr th {
    padding: 10px 10px;
    border: 1px solid #acadb1 !important;
    font-size: 16px;
    color: #000;
    text-align: center;
    font-weight: normal;
}
.table_parameter tr td {
    padding: 10px 10px;
    border: 1px solid #acadb1 !important;
    font-size: 14px;
    color: #000;
    text-align: center;
}
/*技术参数*/
/*案例*/
.c_al {
    width: 100%;
    margin-bottom: 30px;
}
/*案例*/
/*技术优势*/
.c_ys {
    width: 100%;
    margin-bottom: 30px;
}
/*技术优势*/
/*内容*/
/*改版生产线*/
/*营业执照*/
a.zoom_btn {
    color: #fff;
}
.zoom {
    display: none;
    width: 100%;
    height: 100%;
    background: #191919;
    position: fixed;
    left: 0;
    top: 0;
}
.zoom img {
    width: 400px;
    height: 564px;
    margin: calc(50% - 600px) auto 0;
    display: block;
}
a.zoom_btn_m {
    display: none;
}
/*案例分类*/
.anliclass {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    padding: 20px 0 35px;
    position: relative;
    background: #fff;
}
.anliclass a {
    display: inline-block;
    background: gray;
    margin: 0px 5px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 16px;
    border-radius: 20px;
    padding: 0 30px;
}
.anliclass a:hover {
    background: #2F8AE7;
    color: #FFF;
}
.anliclass a.cur {
    background: #2F8AE7;
    color: #FFF;
    border-radius: 20px;
}
/*移动端样式*/
@media(max-width:640px) {
    a.zoom_btn {
        display: none;
    }
    a.zoom_btn_m {
        display: block;
    }
    .contents {
        display: none !important;
    }
    .wrap {
        width: 98%;
        margin: 0 auto;
    }
    #banner {
        height: 150px;
    }
    .pc_header {
        display: none;
    }
    .m_nav,
    .m_blink {
        display: block;
    }
    .m_footer {
        display: flex;
    }
    #map {
        height: 200px;
    }
    .index_map {
        padding: 0;
    }
    .BMap_omOutFrame,
    .BMap_omCtrl {
        display: none;
    }
    .index_pro_top {
        padding: 20px 0 10px;
    }
    .index_pro_top h2 {
        font: 26px/38px "微软雅黑";
    }
    .index_pro_top p {
        font: 16px/28px "微软雅黑";
    }
    .index_pro_title h3 a {
        font: 26px/56px "微软雅黑";
    }
    .index_pro_title div a {
        font: 16px/56px "微软雅黑";
    }
    .index_pro_list {
        width: 100%;
    }
    .index_pro_list li {
        width: 49%;
        margin-right: 2%;
    }
    .index_pro_list li:nth-child(2n) {
        margin-right: 0;
    }
    .index_pro_list li a img {
        height: auto;
    }
    .index_pro_list li a p {
        font: 16px/30px "微软雅黑";
    }
    .index_left {
        width: 100%;
    }
    .index_left img {
        height: auto;
    }
    .index_right {
        width: 100%;
        height: auto;
    }
    .index_right_top {
        padding: 10px;
    }
    .index_right_top h2 {
        font: 26px/38px "微软雅黑";
    }
    .index_right_btm_list li {
        width: 23%;
        height: 46px;
    }
    .new_list {
        width: 100%;
    }
    .pc_footer {
        padding: 10px 0;
    }
    .pc_footer_left {
        width: 100%;
    }
    .pc_footer_right,
    .pc_footer_left_box {
        display: none;
    }
    .pc_footer_left p {
        font: 16px/30px "微软雅黑";
        padding-left: 0;
        text-align: center;
    }
    .index_map h2,
    .leave h2,
    .contact h2,
    .contact_wt h2 {
        font: 26px/40px "微软雅黑";
    }
    .contact_lm {
        display: none;
    }
    .contact_ly {
        background: none;
    }
    .contact_ly_right {
        width: calc(100% - 20px);
        margin: 0;
        padding: 10px;
    }
    .leave {
        width: 100%;
    }
    .leave_mes {
        width: 100%;
    }
    .leave_mes ul li input,
    .leave_mes ul li textarea {
        min-width: 99% !important;
        width: 99% !important;
    }
    .about_title {
        font: 20px/46px "微软雅黑";
    }
    .about_desc {
        font: 14px/28px "微软雅黑";
    }
    .about_fz_div {
        height: auto;
        background: none;
        padding: 15px 0;
    }
    .about_fz_div p {
        font: 16px/30px "微软雅黑";
    }
    .about_qq_list li {
        width: 48%;
        font: 16px/28px "微软雅黑";
    }
    .about_sc_left,
    .about_sc_right {
        width: 100%;
        height: auto;
    }
    .about_sc_left img {
        height: auto;
    }
    .about_sc_img li {
        margin-right: 2%;
        width: 49%;
        height: auto;
    }
    .about_sc_img li img {
        width: 100%;
        height: auto;
    }
    .about_sc_img li:last-child {
        margin-right: 0;
    }
    .case_list li {
        width: 49%;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .case_list li img {
        height: auto;
    }
    .case_list li a p {
        display: none;
    }
    .case_list li a h4 {
        font: 16px/30px "微软雅黑";
        padding: 0 5px;
    }
    .pro_kind_list li {
        width: 32%;
        margin-bottom: 15px;
    }
    .pro_list_right {
        width: calc(100% - 10px);
        padding: 15px 5px 10px;
    }
    .case_list_home li {
        width: 49%;
        margin-right: 2%;
    }
    .case_list_home {
        width: 100%;
    }
    .case_list_home li:nth-child(2n) {
        margin-right: 0;
    }
    .case_list_home li a img {
        height: auto;
    }
    .case_list_home li a p {
        font: 16px/36px "微软雅黑";
        text-indent: 3px;
    }
    .solution_list li {
        width: 100%;
    }
    .solution_list li a img {
        height: auto;
    }
    .case_detial_box h2 {
        font: 24px/36px "微软雅黑";
    }
    .case_detial_alert {
        display: none;
    }
    .new_detial_con,
    .new_detial_list {
        width: 100%;
    }
    .ab_title {
        font: 26px/50px "微软雅黑";
    }
    .ab_title a {
        font: 26px/50px "微软雅黑";
    }
    .case_page div {
        width: calc(100% - 2px);
        margin-bottom: 20px;
    }
    .pro_detial_pic_left,
    .pro_detial_pic_right {
        width: 100%;
    }
    .pro_detial_pic_right h4 {
        color: rgb(75, 73, 71);
        font: 26px/60px 微软雅黑;
    }
    .pro_detial_pic_right_box {
        padding: 10px;
    }
    .pc_header_cter_right {
        margin-top: 30px;
    }
    .pro_detial_right {
        display: none;
    }
    .pro_detial_left {
        width: 100%;
    }
    .sol_detial_pic_left img {
        height: auto;
    }
    .m_hidden {
        display: none;
    }
    .pc_hidden {
        display: block;
    }
    .c_dt .wrap {
        width: 100%;
    }
    .n_pic_lx {
        width: 100%;
        height: 40px;
    }
    .n_pic_lx a {
        height: 30px;
    }
    .n_pic_lx a:first-child {
        width: 25%;
        font: 16px/30px "微软雅黑";
    }
    .n_pic_lx a:nth-child(2) {
        width: 50%;
        background: #fe4003;
        font: 15px/30px "微软雅黑";
        text-indent: 10px;
    }
    .n_pic_lx a:last-child {
        width: 25%;
        font: 16px/30px "微软雅黑";
    }
    .c_h2 {
        margin-bottom: 5px;
    }
    .anliclass {
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
    }
    .anliclass a {
        width: 32%;
        padding: 0;
        margin: 5px 1% 5px 0;
    }
    .index_pro_title p {
        padding: 0;
    }
    .n_pic_desc {
        display: none;
    }
    .n_fixed {
        display: none;
    }
}