@charset "utf-8";
/* 全局 */
html {
    webkit-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-justify: inter-ideograph;
}
body{
    min-width: 1200px;
    margin: 0 auto !important;
}
a {
    color: #434343;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

/* 基础 */
* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-touch-callout: none;
    margin: 0;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.4);
    background-color: #0e87db;
}

input, textarea {
    -webkit-user-select: text
}

.clear {
    clear: both;
    height: 0;
}

body {
     
}

body, p, form, textarea, h1, h2, h3, h4, h5, dl, dd {
    margin: 0px;
}

input, button, ul, ol {
    margin: 0px;
    padding: 0px;
}

body, input, button, form {
    font-size: 16px;
    line-height: 28px;
    font-family: "microsoft yahei", "宋体", "Arial";
    color: #333333;
    
    margin: auto;
}

h1, h2, h3, h4, h5, h6 {
    /*font-size: 14px;*/
    /*font-weight: normal;*/
}

ul, ol, li {
    list-style: none;
}

input {
    background: none;
    border: 0 none;
}

img, iframe {
    border: 0px;
}

em, i {
    font-style: normal;
}

button, input, select, textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.hidden {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

/*清除浮动*/
.clearfix {
    *zoom: 1;
    clear: both;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/*top_main*/
.top_main {
    width: 100%;
    height: 37px;
    line-height: 38px;
    position: relative;
    z-index: 80;
    background-color: #f5f5f5;
    color: #666;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
}

.top_main li {
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0 8px;
}

.top_main .split {
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #666;
    vertical-align: middle;
    margin: 0;
    margin-top: -2px;
}

.top_main li a {
    color: #666;
    cursor: pointer;
}

.top_main li a:hover {

}

/*header_main*/
.header_main {
    width: 100%;
    height: 100px;
    z-index: 100;
    background: #e7e7e7;
}

.header_main .logo {
    display: block;
    margin-top: 18px;
}

.header_main .logo img {
    width: 100%;
    height: 100%;
    display: block;
}

.header_main .logo_txt {
    margin-top: 18px;
    margin-left: 25px;
    background: url(../images/nav-cbd.png) left center no-repeat;
    padding-left: 25px;
}

.header .logo_txt h2 {
    color: #000;
    line-height: 32px;
    font-size: 22px;
    font-weight: bold;

}

.header .logo_txt h2 span {
    color: #c7000a;
}

.header .logo_txt h3 {
    color: #000000;
    font-size: 18px;
    line-height: 28px;
}

.header_main .tel {
    /*width: 300px;*/
    padding: 20px 0 0 0;
    line-height: 26px;
    margin-left: 30px;
}

.header_main .tel .tel_txt {
    width: 280px;
}

.header_main .tel b {
    color: #666;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
}

.header_main .tel span {
    color: #000;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    font-family: arial;
    display: inline-block;
}

.header_main .tel s {
    width: 57px;
    height: 57px;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    background-position: 0 0;
}

.header_main .tel a p {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #FFF;
    background: #c7000a;
    letter-spacing: 1px;
    padding: 0 10px;
    float: right;
    margin-top: 5px;
    clear: both;
}

.ico {
    background: url(../images/icon.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.nav_main {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #c60908;
    position: relative;
    z-index: 3;
}

.nav .list {
    width: 100%;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    position: relative;
}

.nav_main .nav {
    width: 1200px;
    margin: 0 auto;
}

.nav_main .nav li {
    float: left;
    height: 60px;
    line-height: 60px;
    display: block;
    position: relative;
    z-index: 10;
    font-size: 16px;
    text-align: center;
    margin-left: -2px;
    background: url(../images/menu-fgx.png) no-repeat 0 0;
}

.nav_main .nav li:first-child {

}

.nav_main .nav li a {
    display: block;
    color: #fff;
    font-size: 20px;
    padding: 0 34.5px;
}

.nav_main .nav li:hover > a, .nav_main .nav li a.hover, .nav_main .nav li.hover {
    background: #000;
}

.nav_main .nav dl {
    min-width: 100%;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 12;
    width: max-content;
}

.nav_main .nav dl {
    position: absolute;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
}

.nav_main .nav li:hover dl {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.nav_main .nav dl dd {
    line-height: 44px;
    /*height: 44px;*/
    text-align: left;
    position: relative;
    z-index: 12;
    display: block;
    width: 100%;
    background: #c60908;
}

.nav_main .nav dl dd:first-child {
    border: none;
}

.nav_main .nav dl dd a {
    color: #fff;
    font-size: 18px;
 
    background: #c60908;
    padding: 0 15px;
}

.nav_main .nav dl dd a:hover {
    background: #000;
}
.nav_main .nav dl dd:hover a{
    background: #000;
}
.nav_main .nav dl .son-nav{display:none}
.nav_main .nav dl .son-nav .item a{
    text-align: left;
    padding: 0 15px;
    font-size: 18px;
    height:44px;
    line-height: 44px;
    white-space: nowrap;
}
.nav_main .nav dl dd:hover .son-nav{
    display:block;
    position: absolute;
    left: 228px;
    top: 0;
    width: 100%;
    width: max-content;
    border-left: 1px solid #000
}
/* banner */
#banner_main {
    overflow: hidden;
    position: relative;
    z-index: 2;
    max-width: 1920px;
    margin: 0 auto;
}

#banner_main .banner {
    height: 500px;
}

#banner {
    width: 100%;
    min-width: 1000px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

#banner, .banner ul {
    max-height: 500px;
    overflow: hidden;
}

.banner li {
    width: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    display: none;
}

.banner li:first-child {
    display: block;
}

.banner li img {
    width: 1920px;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -960px;
    top: 0;
}

#banner .tip {
    width: 1000px;
    height: 20px;
    line-height: 0;
    font-size: 0;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    bottom: 42px;
    z-index: 3;
}

#banner .tip span {
    width: 16px;
    height: 16px;
    margin: 0 6px;
    display: inline-block;
    font-size: 0;
    cursor: pointer;
    background-position: -150px 0px;
}

#banner .tip span.cur {
    background-position: -130px 0px;
}

#banner #btn_prev, #banner #btn_next {
    width: 32px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 5;
}

#banner #btn_prev {
    background-position: -60px 0;
    left: 4%;
    transition: all 600ms ease;
}

#banner #btn_next {
    background-position: -92px 0;
    right: 4%;
    transition: all 600ms ease;
}

#banner #btn_prev:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    transition: all 600ms ease;
    left: 3.6%;
}

#banner #btn_next:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    transition: all 600ms ease;
    right: 3.6%;
}

/* search */
.announ_main {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #efefef;
}

.announ_main .announ_right {
    width: 285px;
    padding-top: 12px;
}

.announ_main .announ_right .search {
    width: 282px;
    height: 36px;
    line-height: 36px;
    background: none;
    position: relative;
    border: 1px solid #e5e5e5;
}

.announ_main .announ_right .search input {
    outline: none;
    border: 0 none;
    height: 36px;
    line-height: 36px;
}

.announ_main .announ_right .search .txt {
    width: 200px;
    background: none;
    padding-left: 15px;
    display: block;
    color: #999;
}

.announ_main .announ_right .search .btn {
    width: 50px;
    background: url(../images/sou.png) no-repeat center;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    border-left: 1px solid #e5e5e5;
}

.announ_main .announ_left span {
    display: inline-block;
    color: #212121;
}

.announ_main .announ_left a {
    display: inline-block;
    color: #8d8d8d;
    padding: 0 10px 0 0;
}

.announ_main .announ_left a s {
    width: 1px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
    background: #e9e9e9;
    vertical-align: middle;
}

.announ_main .announ_left a:first-child s {
    display: none;
}

/*首页楼层标题  公共部分*/
.page {
    padding-top: 80px;
}

.title h3 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 35px;
    line-height: 42px;
}

.title h3 span {
    display: block;
    padding-bottom: 20px;
    background: url(../images/title_line.png) no-repeat center bottom;
}

.title h3 em {
    color: #ccc;
    position: absolute;
    z-index: 1;
    margin: auto;
    left: 0;
    right: 0;
    font-size: 80px;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.2;
}

.title h3 b {
    color: #303030;
    font-weight: bold;
    position: relative;
    z-index: 9;
}

.title h3 i {
    display: block;
    font-size: 20px;
    line-height: 20px;
    color: #333;
    margin-top: 10px;
    letter-spacing: 3px;
    font-weight: normal;
}

.bgf9f9f9 {
    background: #F9F9F9;
}

/*首页 产品中心*/
.index_pro_box {
    overflow: hidden;
    margin-bottom: 80px;
}

.index_pro_box .pro_l {
    width: 303px;
    overflow: hidden;
    background: url(../images/pro_lbg_01.jpg) no-repeat left top;
}

.index_pro_box .pro_l h4 {
    text-align: center;
    margin: 40px auto 0;
    height: 72px;
    overflow: hidden;
    font: bold 20px/28px "Microsoft Yahei";
}

.index_pro_box .pro_l h4 i {
    display: block;
    font: 14px/16px "Times New Roman", Times, serif;
    text-transform: uppercase;
    color: #fff;
}

.index_pro_box .pro_l h4 a {
    color: #fff;
}

.index_pro_box .pro_l ul li {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    padding-left: 32px;
    padding-right: 40px;
    margin-bottom: 1px;
    background: #ececec;
    position: relative;
    overflow: hidden;
}

.index_pro_box .pro_l ul li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-weight: bold;
}

.index_pro_box .pro_l ul li:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #b8b8b8;
    border-style: solid solid none none;
    position: absolute;
    top: 50%;
    right: 32px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.index_pro_box .pro_l ul li.cur:after,
.index_pro_box .pro_l ul li:hover:after {
    border-color: #c7000a;
}

.index_pro_box .pro_l ul li.cur a,
.index_pro_box .pro_l ul li:hover a {
    color: #c7000a;
}

.index_pro_box .pro_l .phone22 {
    overflow: hidden;
    margin-top: 2px;
    width: 303px;
    padding: 28px 0px;
    padding-left: 75px;
    background: url(../images/pro_phone.png) no-repeat 20px center;
    background-color: #d30909;
    box-sizing: border-box;
}

.index_pro_box .pro_l .phone22 p {
    font-size: 16px;
    color: #fff;
}

.index_pro_box .pro_l .phone22 b {
    display: block;
    font-size: 24px;
    color: #fff;
    font-family: 'Times New Roman'
}


.index_pro_box .pro_r {
    width: 876px;
    overflow: hidden;

}

.index_pro_box .pro_r .pro_r_box {
    background: #f2f2f2;
}

.index_pro_box .pro_r dl {
    width: 850px;
    overflow: hidden;
}

.index_pro_box .pro_r dt {
    float: left;
    width: 420px;
    height: 372px;
    overflow: hidden;
    margin-left: 25px;
}

.index_pro_box img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.index_pro_box .pro_r dt img {
    width: 420px;
    height: 322px;
    transition: 1s;
    margin-top: 25px;
}

.index_pro_box .pro_r dd {
    float: right;
    width: 380px;
    padding-top: 25px;
    overflow: hidden;
}

.index_pro_box .pro_r dd h3 {
    margin-bottom: 20px;
    border-bottom: 1px solid #cdcccc;
    overflow: hidden;
    font: bold 16px/68px "Microsoft Yahei";
}

.index_pro_box .pro_r dd h3 a {
    color: #1f1a17;
}

.index_pro_box .pro_r dd h3 a:hover {
    text-decoration: none;
}

.index_pro_box .pro_r dd p {
    /*font: 14px/32px "Microsoft Yahei";*/
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.index_pro_box .tel_sp {
    display: block;
    height: 44px;
    margin-top: 33px;
}

.index_pro_box .tel_sp a {
    float: left;
    margin: 0 4px;
    display: block;
    width: 176px;
    height: 44px;
    text-align: center;
    font: bold 18px/42px "Microsoft Yahei";
    color: #fff;
    background: url(../images/al_b1.png) no-repeat left top;
}

.index_pro_box .tel_sp .tel_b2 {
    float: right;
    color: #333;
    background: url(../images/al_b2.png) no-repeat left top;
}

.index_pro_box .tel_sp a:hover {
    text-decoration: none;
}

.index_pro_box .pro_r .pro_r_list {
    margin-top: 22px;
    width: 876px;
    overflow: hidden;
    position: relative;
}

.index_pro_box .pro_r li {
    position: relative;
    float: left;
    margin-right: 20px;
    text-align: center;
    width: 278.66px;
    height: 238px;
    line-height: 0px;
    overflow: hidden;
}

.index_pro_box .pro_r li img {
    width: 278.66px;
    height: 238px;
    transition: 1s;
}

.index_pro_box .pro_r li p {
    position: absolute;
    left: 0px;
    top: 195px;
    display: block;
    width: 278.66px;
    height: 50px;
    font: 14px/50px "Microsoft Yahei";
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/sha.png) repeat;
}

.index_pro_box .pro_r li a:hover {
    text-decoration: none;
}

.index_pro_box .pro_r_btn .next {
    width: 27px;
    height: 60px;
    background-position: -77px -103px;
    background-color: rgba(0, 0, 0, 0.49);
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: 0;
    z-index: 9999;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.index_pro_box .pro_r_btn .prev {
    width: 27px;
    height: 60px;
    background-position: -52px -103px;
    background-color: rgba(0, 0, 0, 0.49);
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 0;
    z-index: 9999;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}


/*解决方案*/
.scenario {
    padding-bottom: 80px
}

.scenario .scenario_wrap {
    margin-top: 137px;
    background: #efefef;
    padding-top: 49px;
    box-sizing: border-box;
    position: relative;
}

.scenario .scenario_wrap dl {
    height: 509px;
    margin-bottom: 9px;
}

.scenario .scenario_wrap dl dt {
    width: 700px;
    height: 460px;
    float: right;
    overflow: hidden;
}

.scenario .scenario_wrap dl dt img {
    width: 700px;
    height: 460px;
    transition: .5s;
}

.scenario .scenario_wrap dl dt:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.scenario .scenario_wrap dl dd {
    float: left;
    width: 500px;
    padding: 54px 74px 0 58px;
    box-sizing: border-box;
}

.scenario .scenario_wrap dl dd h3 {
    margin-bottom: 35px;
}

.scenario .scenario_wrap dl dd h3 a {
    font-size: 33px;
    line-height: 33px;
    color: #c60908;
    font-weight: bold;
}

.scenario .scenario_wrap dl dd .desc {
    min-height: 192px;
    margin-bottom: 20px;
}

.scenario .scenario_wrap dl dd p {
    margin-bottom: 14px;
    font-size: 16px;
    color: #666666;
}

.scenario .scenario_wrap dl dd .more {
    display: block;
    width: 145px;
    height: 39px;
    border: 2px solid #333333;
    border-radius: 2px;
    text-align: center;
    line-height: 39px;
    transition: .5s;
}

.scenario .scenario_wrap dl dd .more a {
    display: block;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    transition: .5s;
}

.scenario .scenario_wrap dl dd .more:hover {
    border: 2px solid #c60908;
    background: #c60908;
}

.scenario .scenario_wrap dl dd .more:hover a {
    color: #FFF;
}

.scenario .scenario_wrap .hd {
    position: absolute;
    top: -94px;
    left: 0;
    width: 100%;
}

.scenario .scenario_wrap .hd li {
    float: left;
    width: 180px;
    text-align: center;
    display: block;
    line-height: 40px;
    margin-right: 21px;
    border: 1px solid #222;
    transition: .5s;
    margin-bottom: 10px;
}

.scenario .scenario_wrap .hd li a {
    color: #222;
}

.scenario .scenario_wrap .hd li:nth-of-type(6n),
.scenario .scenario_wrap .hd li:last-child {
    margin-right: 0;
}

.scenario .scenario_wrap .hd li.cur {
    border: 1px solid #c60908;
    background: #c60908;
}

.scenario .scenario_wrap .hd li.cur a {
    color: #fff;
}

.scenario .scenario_wrap .scenario_button i {
    display: block;
    width: 44px;
    height: 84px;
    cursor: pointer;
}

.scenario .scenario_wrap .scenario_button .prev {
    background: url(../images/prev.png) no-repeat center;
    position: absolute;
    top: 239px;
    left: -89px;
}

.scenario .scenario_wrap .scenario_button .next {
    background: url(../images/next.png) no-repeat center;
    position: absolute;
    top: 239px;
    right: -89px;
}

/*case*/
.index_case_box {
    margin-bottom: 80px;
}

.index_case_box .u_lst1 {
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
    display: table;
    width: 100%;
}

.index_case_box .u_lst1 li {
    float: left;
    position: relative;
    width: 20%;
    box-sizing: border-box;
    margin-top: -1px;
}

.index_case_box .u_lst1 li a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    border-right: none;
}

.index_case_box .u_lst1 li:nth-of-type(5n) a,
.index_case_box .u_lst1 li:last-child a {
    border-right: 1px solid #e5e5e5;
}

.index_case_box .u_lst1 li:hover:after,
.index_case_box .u_lst1 li.cur:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid #c7000a;
    border-style: solid solid none none;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.index_case_box .u_lst1 li:hover a, .index_case_box .u_lst1 .cur a {
    height: 60px;
    border-color: #c60908;
    background: #c60908;
    color: #fff;

}

.index_case_box .u_lst1 li:hover:after, .index_case_box .u_lst1 li.cur:after {
    border-color: #fff;
}

.index_case_box .u_lst1 li span a:hover {
}

.index_case_box .u_lst1 li.casemore a {
    padding: 0 35px
}

.index_case_box .casecq {
    margin-bottom: 20px;
}

.index_case_box .u_dlst1 {
    height: 460px;
}

.index_case_box .u_dlst1 dt {
    float: left;
    width: 620px;
    height: 460px;
    margin-right: 10px;
    overflow: hidden;
}

.index_case_box img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.index_case_box .u_dlst1 dt img {
    width: 620px;
    height: 460px;
    display: block;
    transition: 1s;
}

.index_case_box .u_dlst1 dd {
    float: right;
    width: 560px;
    height: 430px;
    overflow: hidden;
    background: #f2f2f2;
    padding-top: 30px;
}

.index_case_box .u_dlst1 dd p {
    font-size: 14px;
    line-height: 30px;
    padding: 0 30px;
    height: 120px;
    overflow: hidden;
}

.index_case_box .u_dlst1 dd span {
    display: block;
    margin: 31px 0 23px 30px;
    width: 112px;
    height: 32px;
    line-height: 32px;
    background: #d50200;
    text-align: center;
    font-size: 14px;
}

.index_case_box .u_dlst1 dd span a {
    color: #fff;
}

.index_case_box .u_lst2 {
    margin: 0 0 0 8px
}

.index_case_box .u_lst2 li {
    float: left;
    width: 250px;
    height: 200px;
    margin: 0 11px;
    overflow: hidden;
}

.index_case_box .u_lst2 li img {
    display: block;
    width: 250px;
    height: 200px;
    transition: 1s;
}

.m_anc {
    position: relative;
}

.m_anc .u_mid {
    width: 1200px;
    overflow: hidden;
}

.m_anc .u_lst3 li {
    width: 280px;
    height: 210px;
    float: left;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
}

.m_anc .u_lst3 li img {
    width: 285px;
    min-height: 210px;
    display: block;
    transition: 1s;
}

.m_anc .u_lst3 li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.m_anc .u_lst3 span {
    width: 280px;
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/sha.png) repeat;
}


.m_anc .u_rico {
    width: 27px;
    height: 60px;
    background-position: -77px -103px;
    background-color: rgba(0, 0, 0, 0.49);
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: 0;
    z-index: 9999;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.m_anc .u_lico {
    width: 27px;
    height: 60px;
    background-position: -52px -103px;
    background-color: rgba(0, 0, 0, 0.49);
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 0;
    z-index: 9999;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.casecq_item ul{
    overflow: hidden;
    height: 520px;
}
.casecq_item li{
    width: 285px;
    float:left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.casecq_item li:nth-of-type(4n){
    margin-right: 0px;
}
.casecq_item li .pic{
    width:285px;
    height: 185px;
    overflow: hidden;
}
.casecq_item li img{
    width: 100%;
    transition: 1s;
}
.casecq_item li .dot{
    border: 1px solid #e8e8e8;
    border-top-width: 3px;
    border-top-color: #f4f4f4;
    padding: 2% ;
    line-height: 40px;
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*honor*/
.index_honor {
    padding: 0px;
}

.rzbj {
    height: 648px;
    background: url("../images/rzbj.jpg") no-repeat center;
}

.rz {
    padding-top: 63px;
    height: 565px;
}

.index_honor .title h3 b {
    color: #fff;
}

.index_honor .title h3 i {
    color: #fff;
}

.rz .rzz {
    position: relative;
}

.rz .rzzs {
    height: 340px;
    width: 1095px;
    margin: 0 auto;
    overflow: hidden;
}

.rz .rzzs .tempWrap {
    margin: auto
}

.rz .rzzs .zst li {
    float: left;
    margin: 0 25px;
    height: 340px;
}

.rz .rzzs .zst li b {
    display: block;
    width: 205px;
    height: 282px;
    margin: 0 auto;
}

.rz .rzzs .zst li b img {
    width: 205px;
    height: 282px;
}

.rz .rzzs .zst li p {
    height: 53px;
    line-height: 53px;
    text-align: center;
    font-size: 16px;
    color: #000000;
    max-width: 206px;
    overflow: hidden;
}

.rz .rzz .jt {
    height: 51px;
}

.rz .rzz .jt .prev {
    background: url("../images/prev1.png") no-repeat center;
    width: 28px;
    height: 51px;
    position: absolute;
    top: 114px;
    left: 0;
}

.rz .rzz .jt .next {
    background: url("../images/next1.png") no-repeat center;
    width: 28px;
    height: 51px;
    position: absolute;
    top: 114px;
    right: 0;
}

/*合作伙伴*/
.page_link {
    padding-bottom: 80px;
}

.page_link ul {
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

.page_link ul li {
    width: 20%;
    float: left;
    background: #fff;
}

.page_link ul li a {
    display: block;
    height: 160px;
    line-height: 160px;
    border: 1px solid #e5e5e5;
    border-left: 0;
    border-top: 0;
    text-align: center;
    position: relative;
}

.page_link ul li img {
    vertical-align: middle;
    max-width: 85%;
    margin: 0 auto;
}

.gy_zqpz {
    overflow-x: hidden;
}

.page_link ul li:hover .img {
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

.page_link ul li:hover .img1 {
    transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    opacity: 1;
}

.page_link ul li .img {
    transition: all .5s linear 10ms;
    -webkit-transition: all .5s linear 10ms;
    -moz-transition: all .5s linear 10ms;
    -ms-transition: all .5s linear 10ms;
    -o-transition: all .5s linear 10ms;
    /*filter: alpha(opacity=60);*/
    /*-moz-opacity: 0.6;*/
    /*opacity: 0.6;*/
    /*filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/
    /*-webkit-filter: grayscale(100%);*/
    /*filter: Gray;*/
}

.page_link ul li .img1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all .5s linear 10ms;
    -webkit-transition: all .5s linear 10ms;
    -o-transition: all .5s linear 10ms;
    -moz-ms-transition: all .5s linear 10ms;
    -ms-transition: all .5s linear 10ms;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.page_news .item {
    width: 47%;
}


/*新闻中心*/
.index_news_box .index_news_wrap {
    padding-bottom: 80px;
}

.index_news_box .news_title {
    width: 100%;
    height: 22px;
    line-height: 22px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding: 9px 0;
}

.index_news_box .news_title h3 {
    font-size: 20px;
    font-weight: bold;

}

.index_news_box .news_title h3 span {
    padding-bottom: 6px;
    border-bottom: 4px solid #c60908;
}

.index_news_box .news_title a {
    color: #575757;
    margin-right: 10px;
    margin-top: 0;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.index_news_box .news_title a:hover {
    margin-right: 0;
}

.index_news_box .imgleft {
    width: 410px;
    height: 307px;
    float: left;
    margin-top: 12px;
    overflow: hidden;
    position: relative;
}

.index_news_box .imgleft .item {
    width: 410px;
    height: 307px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: 9999;
}

.index_news_box .imgleft .item a {
    width: 100%;
    display: block;
}

.index_news_box .imgleft .item img {
    width: 410px;
    height: 307px;
    transition: all .5s;
    display: block;
}

.index_news_box .imgleft .item .txtcon {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.index_news_box .imgleft .item .txtcon h3 {
    font-size: 14px;
    line-height: 35px;
    text-align: center;
}

.index_news_box .imgleft .item:hover img {
    filter: brightness(105%);
}

.index_news_box .imgleft .hd {
    position: absolute;
    top: 0;
    width: 100%;
    height: 307px;
}

.index_news_box .imgleft .hd .prev {
    width: 27px;
    height: 60px;
    background-position: -52px -103px;
    background-color: rgba(0, 0, 0, 0.49);
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 0;
    z-index: 9999;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.index_news_box .imgleft .hd .next {
    width: 27px;
    height: 60px;
    background-position: -77px -103px;
    background-color: rgba(0, 0, 0, 0.49);
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: 0;
    z-index: 9999;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.index_news_box .imgleft .hd .prev:hover {
    background-color: rgba(220, 0, 0, 0.49);
}

.index_news_box .imgleft .hd .next:hover {
    background-color: rgba(220, 0, 0, 0.49);
}

.index_news_box .newslist {
    line-height: 55px;
}

.index_news_box .newslist li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-bottom: 1px dashed #eee;
}

.index_news_box .newslist li a {
    width: 100%;
    color: #575757;
    display: block;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.index_news_box .newslist li a:hover {

}

.index_news_box .newslist li .time {
    color: #575757;
    float: right;
    font-weight: normal;
}

.index_news_box .inews1 {
    width: 780px;
    float: left;
}

.index_news_box .inews1 .newslist {
    width: 350px;
}

.index_news_box .inews2 {
    width: 370px;
    float: right;
}

/*footer*/
.footer {
    width: 100%;
    color: #fff;
    padding-bottom: 48px;
    background: #2E3033;
    border-top: 8px solid #c60908;
}

.footer .links {
    padding: 20px 0;
    font-size: 16px;
    border-bottom: 1px solid #1a1d21;
}

.footer .links span {
    color: #fff;
    display: inline-block;
}

.footer .links a {
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    padding-right: 10px;
}

.footer .links a:hover {

}

.footer .bottom {
    border-top: 1px solid #464a50;
}

.footer .bNav {
    width: 558px;

    margin-top: 48px;
    border-right: 1px solid #1a1d21;
}

.footer .di_logo img {
    width: 111px;
    height: 111px;
    background-size: 100%;
}

.footer .bNav dl {
    display: inline-block;
    float: left;

    overflow: hidden;
    text-align: left;
    padding-top: 10px;
    padding-right: 40px;
}

.footer .bNav dl dt {
    height: 16px;
    display: block;
    padding-bottom: 32px;
}

.footer .bNav dl dt a {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 16px;
}

.footer .bNav dl dd {
    display: block;
    height: 14px;
    padding-bottom: 16px;
}

.footer .bNav dl dd a {
    display: block;
    font-size: 14px;
    color: #939393;
    line-height: 14px;
}

.footer .bNav dl dd a:hover {

}

.footer .ewm {
    height: 180px;
    text-align: center;
    padding-left: 48px;
    margin-top: 48px;
    border-left: 1px solid #464a50;
}

.footer .ewm dl {
    width: 140px;
    float: left;
    display: block;
    margin-right: 30px;
    margin-top: 10px;
    height: 164px;
}

.footer .ewm dl:nth-child(2) {
    margin-right: 0px;
}

.footer .ewm dl:first-child + dl {
    margin-right: 0px;
}

.footer .ewm dl dt {
    width: 140px;
    height: 140px;
    background-color: #fff;
    text-align: center;
}

.footer .ewm dl dt img {
    width: 140px;
    height: 140px;
    display: inline-block;
    background-size: 100%;
    
}

.footer .ewm dl dd {
    font-size: 14px;
    color: #939393;
    line-height: 24px;
    padding-top: 5px;
}

.footer .contact_info {
    width: 345px;

    padding-left: 75px;
    border-right: 1px solid #1a1d21;
    border-left: 1px solid #464a50;
    margin-top: 48px;
}

.footer .contact_info p.p1 {
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    padding-top: 10px;
}

.footer .contact_info p.dh {
    font-size: 36px;
    color: #fff;
    font-family: "Arial";
    line-height: 36px;
    padding-top: 4px;
    font-weight: bold;
    padding-bottom: 12px;
}

.footer .contact_info h3 {
    font-size: 20px;
    padding-top: 8px;
}

.footer .contact_info p.tel {
    font-size: 14px;
    color: #939393;
    line-height: 22px;
    width: 270px;
}

.footer .contact_info i {
    display: block;
    padding-top: 8px;
    font-size: 14px;
    color: #fff;
}

.footer .contact_info i a {
    display: inline-block;
    color: #fff;
    padding-right: 12px;
}

/*copyright*/
.copyright {
    height: 50px;
    line-height: 50px;
    color: #666;
    font-size: 12px;
    background: #27292B;
}

.copyright p {
    color: #939393;
}

.copyright span {
    margin: 0 6px;
}

.copyright a {
    color: #939393;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.copyright a:hover {

}

/*内页公共部分*/
.nybanner {
    overflow: hidden;
    line-height: 0;
    text-align: center;
}

.nybanner img {
    visibility: hidden;
}

.nybanner img.show {
    visibility: visible;
}

.content {
    overflow: hidden;
}

.position {
    font-size: 16px;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 20px;
    height: 45px;
    line-height: 45px;
    margin-top: 10px;
}

.position b {
    border-left: 10px solid #333333;
    font-weight: normal;
    padding-left: 8px;
}

/*分页样式*/
.pglist {
    padding: 20px 0 50px;
    width: 100%;
    text-align: center;
    clear: both;
}
.pglist li{ display:inline-block}
.pglist a {
    color: #666;
    padding: 0 14px;
    margin: 0 3px;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    background: #fff;
    border: 1px solid #ddd;
}

.pglist a:hover, .pglist .active a {
    display: inline-block;
    color: #fff;
    background: #d30909;
    border-color: #d30909;
}

/*产品列表*/
.c_left {
    width: 244px;
    overflow: hidden;
    margin-bottom: 20px;
}

.c_left .tit {
    color: #fff;
    font-size: 20px;
    background: url(../images/pro_lbg1.jpg) left center no-repeat;
    height: 67px;
    padding-top: 22px;
    text-align: center;
    overflow: hidden;
    font-weight: bold;
    margin-bottom: 2px;
}

.c_left .tit i {
    color: #fff;
    display: block;
    font: 12px Arial;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}

.c_left .c_left_nav ul li {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    padding-left: 15px;
    padding-right: 28px;
    margin-bottom: 2px;
    background: #ececec;
    position: relative;
    overflow: hidden;
}

.c_left .c_left_nav ul li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.c_left .c_left_nav > ul > li{
    background: #da0a0a;
}
.c_left .c_left_nav > ul > li a,.c_left .c_left_nav > ul > li:hover a{
    color: #fff !important;
    font-size: 18px;
}
.c_left .c_left_nav > ul > li:after {
    content: "";
    width: 12px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -1px;
}
.c_left .c_left_nav ul ul li{
    padding-left:25px;
}
.c_left .c_left_nav ul ul li:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #b8b8b8;
    border-style: solid solid none none;
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.c_left .c_left_nav ul li.cur:after,
.c_left .c_left_nav ul li:hover:after {
    border-color: #c7000a;
}

.c_left .c_left_nav ul li.cur a,
.c_left .c_left_nav ul li:hover a {
    color: #c7000a;
}

.c_left .c_left_nav .phone22 {
    overflow: hidden;
    margin-top: 2px;
    padding: 28px 0px;
    padding-left: 75px;
    background: url(../images/pro_phone.png) no-repeat 20px center;
    background-color: #d30909;
    box-sizing: border-box;
}

.c_left .c_left_nav .phone22 p {
    font-size: 16px;
    color: #fff;
}

.c_left .c_left_nav .phone22 b {
    display: block;
    font-size: 24px;
    color: #fff;
    font-family: 'Times New Roman'
}

.c_right {
    width: 930px;
    overflow: hidden;
}

.c_right_list ul.list {
    float: left;
    width: 100%;
    padding-left: 0px;
}

.c_right_list ul.list li.item {
    float: left;
    width: 296px;
    margin-bottom: 30px;
    margin-right: 14px;
    border: 1px solid #ddd;
}

.c_right_list ul.list li.item a:hover span {
    color: #fff;
}

.c_right_list ul.list li.item span {
    width: 100%;
    height: 45px;
    color: #555;
    text-align: center;
    display: block;
    line-height: 45px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.c_right_list ul.list li.item img {
    width: 100%;
    display: block;
}

.list_imgH ul.list li.item {
    width: 290px;
    margin-right: 26px;
}

.list_imgH ul.list li.item:nth-of-type(3n) {
    margin-right: 0px;
}

.list_imgH ul.list li.item a {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.list_imgH ul.list li.item a:hover {
    background: #d30909;
}

.list_imgH ul.list li.item img {
    display: block;
    width: 290px;
    height: 218px;
}

.item_mask {
    width: 290px;
    height: 218px;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: Alpha(opacity=0);
    *zoom: 1;
    -webkit-transform: rotateX(180deg) scale(0.5, 0.5);
    transform: rotateX(180deg) scale(0.2, 0.2);
    transition: all ease-out .5s;
}

.item_link_icon {
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    background-position: 0px -105px;
    line-height: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    opacity: 0;
    filter: Alpha(opacity=0);
    *zoom: 1;
}

.list_imgH ul.list li.item:hover .item_mask {
    opacity: 1;
    filter: Alpha(opacity=100);
    -webkit-transform: rotateX(0deg) scale(1, 1);
    transform: rotateX(0deg) scale(1, 1);
    transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
    background: rgba(0, 0, 0, 0.3);
}

.list_imgH ul.list li.item:hover .item_link_icon {
    transform: translateY(-21px);
    opacity: 1;
    filter: Alpha(opacity=100);
}

/*产品详情页*/
.pro_infos {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 15px;
}

.pro_infos_l {
    position: relative;
    width: 40%;
    float: left;
    overflow: hidden;
    border: 1px solid #e7e7e7;

}

.pro_infos_l_btn {
    width: 12px;
    height: 23px;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    cursor: pointer;
    z-index: 2;
}

.pro_infos_l_prev {
    left: 10px;
}

.pro_infos_l_next {
    right: 10px;
}

.pro_infos_l_num {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 56px;
    height: 26px;
    font-size: 14px;
    line-height: 16px;
    color: #787878;
    letter-spacing: 3px;
}

.pro_infos_l_num em {
    font-style: normal;
}

.pro_infos_l_pic {
    width: 100%;
    position: relative;
    text-align: center;
}

.pro_infos_l_pic li {
    width: 100%;
    float: left;
}

.pro_infos_l_pic img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.pro_infos_r {
    width: 56%;
    float: right; 
	position:relative;
}

.pro_infos_r_tit {
    height: 48px;
    font-size: 24px;
    font-weight: normal;
    line-height: 48px;
    color: #4a4a4a;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pro_infos_r_con {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    /*max-height:100px;*/
	min-height:100px;
    overflow: hidden;
}
.pro_infos_r .tel_sp {
    display: block;
    height: 44px;
    margin-bottom: 15px;
	border: 1px solid #d30909;
    border-radius: 3px;
	overflow:hidden;
}

.pro_infos_r .tel_sp a {
    float: left;
 	width:25%;
    display: block;
    height: 44px;
    text-align: center;
    font:  16px/42px "Microsoft Yahei"; 
	box-sizing:border-box;
	border-right: 1px solid #d30909;
}
.pro_infos_r .tel_sp a:last-child{ 
	border-right:none;
}
.pro_infos_r .tel_sp a:hover{ 
	background: #d30909;
	color:#fff;
}

 
.pro_infos_r .tel_sp .tel_b2 {
    margin-left:20px;
    color: #333;
    background: url(../images/al_b2.png) no-repeat left top;
}
.pro_infos_r_tel {
    width: 100%;
    height: 56px;
    border-top: 2px solid #e6e6e6;
    padding-top: 10px;
    /*position: absolute;*/
    bottom: 16px;

}

.pro_infos_r_btn {
    width: 114px;
    height: 44px;
    background: #d30909;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    float: right;
}

.pro_infos_r_btn a {
    display: block;
    color: #fff;
}

.pro_infos_r_phone {
    height: 56px;
    padding-left: 70px;
    background: url(../images/pro_tel_icon.png) no-repeat 10px top;
    font-size: 18px;
    line-height: 18px;
    color: #454545;
}

.pro_infos_r_phone p {
    line-height: 24px;
}

.detail_content {
    margin-bottom: 30px;
}
.detail_content img{
    max-width: 100%;
    height: auto !important;
    /*max-width: 930px;*/
}
.detail_content h2 {
    height: 46px;
    line-height: 46px;
    font-weight: normal;
    border-bottom: 2px solid #dfdfdf;
    margin-bottom: 30px;
    padding-top: 26px;
    font-size: 24px;
}

.detail_content h2:after {
    content: '';
    display: block;
    width: 100px;
    border-bottom: 2px solid #d30909;
}
.detail_content table
{
    border-collapse: collapse;
    margin: 0 auto;
    width: 100% !important;
}
.detail_content table td, .detail_content table th
{
    border: 2px solid #2c2c2c !important;
    color: #666;
    height: 30px;
    padding: 5px 10px !important;
    width: auto !important;
        vertical-align: middle;
}
.detail_content table thead th
{
    background-color: #CCE8EB;
    width: 100px;
}
.detail_content table tr:nth-child(odd)
{
    background: #fff;
}
.detail_content table tr:nth-child(even)
{
    background: #F6F6F6;
}
.related {
    margin-bottom: 20px;
    overflow: hidden;
}

.related h2 {
    height: 46px;
    line-height: 46px;
    border-bottom: 2px solid #dfdfdf;
    margin-bottom: 30px;
    padding-top: 26px;
    font-size: 24px;
}

.related h2:after {
    content: '';
    display: block;
    width: 100px;
    border-bottom: 2px solid #d30909;
}

.related ul li {
    float: left;
    width: 23.85%;
    border: 1px solid #dfdfdf;
    margin-right: 1.5%;
    box-sizing: border-box;
}

.related ul li:last-child {
    margin-right: 0;
}

.related ul li img {
    display: block;
    width: 100%;
}

.related ul li h3 {
    padding: 10px;
}

.related ul li h3 a {
    display: block;
    height: 30px;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.related ul li:hover {
    border-color: #d30909;
}

.related ul li:hover h3 a {
    color: #d30909;
}

/*新闻资讯列表*/
.thumblist .list li {
    border: 1px solid #dedede;
    margin-bottom: 15px;
    padding: 22px 50px 22px 22px;
    background: #fff;
    overflow: hidden;
    transition: all .5s;
}

.thumblist .list li .img {
    width: 30%;
    float: left;
    margin-right: 5%;
    max-height: 170px;
    overflow: hidden;
}

.thumblist .list li .img img {
    display: block;
    width: 100%;
}

.thumblist .list li .txt h3 {
    display: block;
    height: 40px;
    color: #4b4a4a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    line-height: 40px;
}

.thumblist .list li .txt .mark {
    color: #797979;
    font-size: 14px;
}

.thumblist .list li .txt .desc {
    font-size: 14px;
    color: #797979;
    overflow: hidden;
}

.thumblist .list li.item:hover {
    border: 1px solid #d30909;
}

.thumblist .list li:hover .txt h3 {
    color: #d30909;
}

/*文章内页*/
.c_right .tit{
    text-align: center;
    font-weight: normal;
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 40px;
    color: #535353;
    height: 40px;
    overflow: hidden;
}
.article-meta {
    border-bottom: 1px solid #dfdfdf;
    font-size: 13px;
    color:#909090;
    margin-bottom: 30px;
    text-align: center;
}

.article-meta span {
    margin-right: 20px;
}

.article-meta span a {
    color: #909090;
}

.article-meta span {
    margin-right: 15px;
}

.reLink {
    /*height: 38px;*/
    border: 1px solid #ddd;
    margin: 10px auto 10px;
    padding: 0px 10px;
}
.reLink .prevLink, .reLink .nextLink {
    /*height: 38px;*/
    line-height: 38px;
    color: #666;
}
.reLink .prevLink a, .reLink .nextLink a {
    /*height: 38px;*/
    line-height: 38px;
    color: #666;
}
.reLink .prevLink a:hover, .reLink .nextLink a:hover {
    color: #306ede;
}
.reLink .prevLink {
    /*float: left;*/
}
.reLink .nextLink {
    /*float: right;*/
}
.related dl {
    margin-top: -20px;
}
.related dl dd{
    float: left;
    width: 49%;
    border-bottom: 1px dashed #ddd;
    line-height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.related dl dd:nth-of-type(2n){
    float: right;
}

/*单页*/
.page_nav {
    height: 55px;
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden;
    background: #f4f4f4;
}

.page_nav li {
    /*width: 14.285%;*/
    width: 16.666%;
    height: 55px;
    font-size: 18px;
    line-height: 55px;
    text-align: center;
    float: left;
    background: #f4f4f4;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page_nav li a {
    color: #a8a8a8;
    display: block;
}

.page_nav li.cur,
.page_nav li:hover {
    background: url(../images/triangle.png) no-repeat center 46px #c60908;
    border-color: #c60908;
}

.page_nav li.cur a,
.page_nav li:hover a {
    color: #fff;
}
/*honor*/
.honor_list li {
    width: 24%;
    float: left;
    background: #f0f0f0;
    margin: 0 1.3% 13px 0
}

.honor_list li:nth-child(4n) {
    margin-right: 0;
}

.honor_list .pic {
    border: 1px solid #e5e5e5;
    padding: 10px 9px;
    background: #fff;
    display: block;
}

.honor_list .pic img {
    display: block;
    width: 100%;
}

.honor_list span {
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #f0f0f0;
    display: block;
    color: #4b4a4a;
}
/*contact*/
.contactus{
    margin-bottom: 30px;
}
.contactus ul {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}

.contactus ul li {
    border-bottom: 1px solid #e9e9e9;
    float: left;
    height: 45px;
    line-height: 45px;
    margin: 14px 0 0;
    padding: 0 0 14px 70px;
    width: 530px;
}
.contactus ul li.icons_tel {
    background:url(../images/icons_tel.png) left top no-repeat;
}
.contactus ul li.icons_mob {
    background:url(../images/icons_mob.png) left top no-repeat;
}
.contactus ul li.icons_qq {
    background:url(../images/icons_qq.png) left top no-repeat;
}
.contactus ul li.icons_mail {
    background:url(../images/icons_mail.png) left top no-repeat;
}
.contactus ul li.icons_address {
    background:url(../images/icons_address.png) left top no-repeat;
}

/* 下载页面 */
.download_html{
	padding: 24px 0;
}
.download_html .download .each{
	width: 587px;
	height: 83px;
	margin-bottom: 28px;
	background: #f7f7f7;
	transition:all 0.3s ease-in-out;
}
.download_html .download .each:nth-child(odd){
	margin-right: 26px;
}
.download_html .download .each .icon1{
	background: url('../images/zlxz_icon1.png') top center no-repeat;
	width: 83px;
	height: 83px;
	float: left;
	transition:all 0.2s ease-in-out;
}
.download_html .download .each p{
	width: 440px;
	font-size: 16px;
	color: #666666;
	line-height: 83px;
	float: left;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	transition:all 0.2s ease-in-out;
}
.download_html .download .each .icon2{
	background: url('../images/zlxz_icon2.png') top center no-repeat;
	width: 64px;
	height: 83px;
	float: left;
	transition:all 0.2s ease-in-out;
}
.download_html .download .each:hover{
	transition:all 0.2s ease-in-out;
	background:#333;
}
 
.download_html .download .each:hover .icon1{
	background: url('../images/zlxz_icon1_2.png') top center no-repeat;
}
.download_html .download .each:hover p{
	color: #fff;
}
.download_html .download .each:hover .icon2{
	background: url('../images/zlxz_icon2_2.png') top center no-repeat;
}
.name h3{ height: 64px;font-size: 20px;color: #000;}


/*.business_list{ overflow:hidden}*/
/*.business_list .business_li{ float:left; width:380px; margin-right:30px; text-align:center;margin-bottom: 24px;}*/
/*.business_list .business_li:nth-of-type(3n){ margin-right:0px;}*/
/*.business_list .business_li .item_img {font-size: 0;height: 253px;overflow: hidden;}*/
/*.business_list .business_li:hover img {*/
/*    transform: scale(1.1);*/
/*    opacity: .85;*/
/*}*/
/*.business_list .business_li .item_img img{*/
/*    width: 100%;*/
/*    transition: all .86s;*/
/*}*/
/*.business_list .business_li .item_title {*/
/*    font-size: 18px;*/
/*    color: #333;*/
/*    line-height: 1;*/
/*    padding-top: 20px;*/
/*    font-weight: 700;*/
/*}*/
/*.business_list .business_li .item_text {*/
/*    font-size: 14px;*/
/*    color: #999;*/
/*    line-height: 1.5;*/
/*    text-align: center;*/
/*    padding: 12px 55px 0;*/
/*}*/
/*首页banner*/
.homesec2{max-width:1920px; margin:auto}
.bgbox{height:500px;animation: myfirst 10s linear 0s infinite alternate;}
@keyframes myfirst{0%{background-position:0 0;} 100%{background-position:100% 100%;}}

.homesec2{ position:relative}
.tabs { height:100px; position:absolute; bottom:0px; left:0;right:0; margin:auto;background-color: rgba(255, 255, 255, 0.1); z-index:3}
.tabs ul{
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.tabs ul li{ 
    display: inline-block;
    flex: 1;
    padding: 0 20px;
    height: 100px;
    border-left: 1px solid #4C5065;
    border-color: hsla(0, 0%, 100%, 0.06);
    transition: all 0.4s;
}
.tabs *{ 
 box-sizing:border-box
}
.tabs ul li:hover ,.tabs ul li.on{
  background-color: rgba(255, 255, 255, 0.3);
}
.tabs ul li:last-child {
  border-right: 1px solid #4C5065;
  border-color: hsla(0, 0%, 100%, 0.06);
}
.tabs ul li a {
  display: block;
  height: 100px;
  font-size: 25px;
  color: #fff;
  line-height: 100px;
}
 
.tab_li{    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;} 
.tab_li li{ 
    width: 30px;
    height: 3px;
    margin: 0 5px;
    display: inline-block;
    background: #f0f0f0;
    cursor: pointer;
    opacity: .6;
}
.tab_li li.on{
    background: #c60908;
}
/*首页性能化*/
.fl14 {
  display:flex;
  flex-flow:row wrap;
  justify-content:space-between;
  align-items: baseline;
}
.fl17 {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
}
 
.fl2 {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
.fl3 {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

 

.tit-16 {
    font-size: 18px;
    line-height: 1.6;
}
 

.tit-36 {
    font-size:30px;
    line-height: 1.6;
}
 
.i-list3 {
  padding: 85px 0 0;
  background:#f9f9f9 url(../images/img-bg.png) no-repeat center top;
}
.i-list3 .text {
  width: 42.85%;
}
.i-list3 .tit2 {
  color: #333;
  margin-bottom: 34px;
  font-size:30px;
  font-weight:bold;
  white-space: nowrap;
}
.i-list3 .tit2  h2 {
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 15px;
   
}
.i-list3 .tit2 .line {
    width: 37px;
    height: 2px;
    background:  #cc0a0a;
    margin-top:10px;
}
.i-list3 .p {
  margin-bottom: 28px;
  color: #666;
}
.i-list3 .p img {
  max-width: 100%;
}
.i-list3 .more {
  color: #666;
}
.i-list3 .more .btn {
  width: 40px;
  height: 40px;
  border: 1px solid #6a6a6a;
  border-radius: 50%;
  margin-left: 12px;
  transition: all .3s ease;
}
.i-list3 .more svg {
  width: 16px;
  height: 16px;
  fill: #666;
  transition: all .3s ease;
}
.i-list3 .more:hover{
  color:#cc0a0a;
}
.i-list3 .more:hover .btn{
  border: 1px solid #cc0a0a;
  background:#cc0a0a;
}
.i-list3 .more:hover .btn svg{
  fill:#fff;
}
.i-list3 .tipbox {
  width: 680px;
  margin: 0 auto;
  position: relative;
}
.i-list3 .tipbox .video-btn {
  width: 80px;
  height: 80px;
  background: #cc0a0a;
  cursor: pointer;
  position: absolute;
  top: -80px;
  right: 0;
  color:#fff;
  font-size: 12px;
  line-height: 1.5;
}
.i-list3 .tipbox .textbox {
  border-top: 10px solid #cc0a0a;
  border-left: 1px solid #cc0a0a;
  padding: 50px 25px;
}
/*弹出模块*/
 .media-alert {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.media-alert.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.media-alert.active .content {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.media-alert .close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.media-alert .close img {
  width: 10px;
  height: 10px;
}

.media-alert .content {
  position: absolute;
  max-width: 900px;
  width: 90%;
  height: auto;
  left: 50%;
  top: 50%;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.media-alert .content .video,.media-alert .content iframe {
  width: 100%;
  height:550px;
}

.ex-close {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
  z-index: 99;
}

.ex-close .icon {
  position: relative;
  width: 50px;
  height: 50px;
  display: block;
  vertical-align: middle;
}

.ex-close .icon .circle {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.ex-close .line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background-color: #fff;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.ex-close .icon:hover .line.line1 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ex-close .icon:hover .line.line2 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cp-related-list li{
    width: 50%;
    float:left;
}
.head-txt {
   
    height: 48px;
    line-height: 48px;
    border-bottom: #EEEEEE 1px solid;
    clear: both;
    font-size: 24px;
}
.head-txt ul{display:flex}
.head-txt ul li{
    cursor: pointer;
    padding: 0 5px;
}
.head-txt ul li.active{
 color: #d30909;
}
@media (max-width:1200px){
    #qidian_wpa_3009091802_600{display:none !important}
    body{
        min-width: 1000px;
        overflow-x: auto;
    }
    .w1200 {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .nav_main .nav{width:100%}
    .nav_main .nav li{
        width: 14.28%;
    }
    .nav_main .nav li a{
        padding: 0;
    }
    .tabs ul li{
        padding: 0px;
    }
    .index_pro_box .pro_l {
        width: 280px;
    }
    .index_pro_box .pro_r{
        width: calc( 100% - 300px);
    }
    .index_pro_box .pro_r dl{width:96%}
    .index_pro_box .pro_r dt{width:49%}
    .index_pro_box .pro_r dd{width:44%}
    .index_pro_box .pro_r dt img{width:100%;object-fit: contain;
    background: #fff;}
    .index_pro_box .pro_r dd h3{height: 68px;
    display: flex;
    align-items: center;
    line-height: 1.5;}
    .index_pro_box .tel_sp a{width:48%;margin:0px;background-size: cover; background-position-x: center;}
    .index_pro_box .tel_sp .tel_b2{width:48%;margin:0px;background-size: cover; background-position-x: center;border-left: 3px solid #ccc;border-right: 3px solid #ccc;}
    .index_pro_box .pro_r .pro_r_list{width:100%}
    .casecq_item li {width:calc( 25.4% - 20px )}
    .casecq_item li .pic{width:100%}
    .casecq_item li img {
        width: 100%;
        display: block;
        height: 100%;
        object-fit: cover;
    }
    .index_news_box .inews1{width:65%}
    .index_news_box .inews2{width:33%}
    .index_news_box .imgleft{width:49%}
    .index_news_box .inews1 .newslist{width:49%}
    .index_news_box .imgleft .item{width:100%}
    .index_news_box .imgleft .item img{width:100%}
    .footer .bottom{display:flex}
    .footer .bNav{display:flex;justify-content: space-between;}
    .footer .bNav dl dt a,.footer .bNav dl dd a{white-space:nowrap}
    .footer .contact_info{padding-left:3%}
    .footer .ewm{padding-left:3%}
    .footer .bNav dl{padding-right:5%}
    
    /*性能化*/
    .adv .conBox .container{width: 100% !important;padding: 0 10px;}
    .adv .conBox .container .pic{left: calc(50% - 40px) !important;}
    .adv .conBox .con .sw-imgbox{width:calc( 50% - 68px) !important}
    .adv .conBox .con .box{width:calc( 50% - 68px) !important}
    .adv .conBox .con img{width:100%;object-fit:cover}
    
    .c_right{width:calc( 100% - 264px )}
    /*.classification{padding:0 0 44px 0 !important;}*/
    
    .download_html .download .each{ width: calc((100% - 26px) / 2);}
    .download_html .download .each a{display: flex;
    align-items: center;
    justify-content: space-between;}
    .download_html .download .each p{width:auto;flex:1}
    .contactus ul li{width: calc(50% - 70px);display: flex;
    align-items: center;
    line-height: 1.5;}
    .detail_content h2{height:auto}
}