/*初始化代码*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    font-size: 14px;
    overflow-x: hidden;
    width: 100%;
}

td,
th,
caption {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #332c2b;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #fe0405;
}

img {
    border: none;
    vertical-align: middle;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    outline: none;
}

table {
    border-collapse: collapse;
}

html {
    overflow-y: scroll;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.f_l {
    float: left;
}

.f_r {
    float: right;
}


/*top*/
.top {
    width: 100%;
    background-color: #1C0001;
}

.wel-wrap {
    height: 34px;
    line-height: 34px;
    color: #1C0001;
    overflow: hidden;
}

.wel-wrap a {
    color: #747474;
}

.wel-wrap .con-right .i-position {
    /* background: url(../images/h_ic2.png) no-repeat; */
    background: url(../newImg/top-tel.png) no-repeat left center;
    padding-left: 16px;
}

.wel-wrap .con-right .i-message {
    /* background: url(../images/h_ic3.png) no-repeat; */
    background: url(../newImg/top-msg.png) no-repeat left center;
    padding-left: 16px;
    margin-left: 10px;
}

.wel-wrap .con-right a {
    color: #FFFFFF;
    padding-left: 5px;
}

.top .f_l {
    font-size: 14px;
    color: #FFF;
    font-weight: 400;
}

/*top-logo-bg*/
.top-logo-bg {
    width: 100%;
    /* background: url(../images/top-logo-bg.jpg) no-repeat center; */
    background-color: #BE0009;
    height: 172px;
    background-size: cover;
}

.top-logo {
    margin-top: 22px;
    margin-bottom: 27px;
    height: 85px;
}

.top-logo .logo {
    width: 75%;
    height: 100%;
}

.top-logo .top-tel {
    width: 25%;
    height: 100%;
}

.hot-phone {
    /* padding-left: 55px; */
    /* background: url(../images/h_tel.png) no-repeat left 20px; */
    height: 100%;
    padding-top: 15px;
}

.hot-phone .p-title {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: right;
    margin-bottom: 13px;
}

.hot-phone .p-number {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
}

/*nav*/
.nav-bg {
    width: 100%;
    height: 60px;
    background: url(../newImg/nav-bg.png)no-repeat left;
    background-size: 83.333% 100%;
    margin-top: -30px;
    position: relative;
    z-index: 9;
}

.nav-bg nav {
    height: 60px;
}

.nav-bg nav ul li {
    height: 100%;
    width: 118px;
    line-height: 60px;
    font-size: 15px;
    transition: all ease .3s;
    text-align: center;
    float: left;
    position: relative;
}

.nav-bg nav ul li a {
    color: #fff;
    display: block;
}

.nav-bg nav ul li:hover {
    background: #BE0009;
}

.active {
    background: #BE0009;
}

.nav-bg nav ul li>ul {
    position: absolute;
    top: 60px;
    left: 0;
    width: 118px;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    opacity: 0;
    z-index: 0;
    display: none;
}

.nav-bg nav ul li>ul>li {
    float: left;
    position: relative;
}

.nav-bg nav ul li>ul>li>a {
    display: block;
    font-size: 14px;
    background: #BE0009;
    color: #fff;
    height: 47px;
    line-height: 47px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
}

.nav-bg nav ul li>ul>li>a:hover {
    background: #8A0007;
}

.nav-bg nav ul li:hover ul {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity: 1;
    display: block;
}

/*banner*/
.ban {
    margin-top: -30px;
    margin-bottom: -30px;
}

.banner-box {
    width: 100%;
    top: -30px;
    position: relative;
    overflow: hidden;
}

.banner-box .bands {
    /* max-height: 100%; */
    display: block;
}

.banner-box .bands ul {
    display: block;
    overflow: hidden;
}

.banner-box .bands li {
    width: 100%;
    height: 100%;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-box .bands li:first-child {
    position: relative !important;
}

.banner-box .bands li a {
    display: block;
    height: 100%;
}

.banner-box .bands li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-btns {
    height: 100%;
}

.banner-btns .btns-box {
    display: block;
    /* min-height: 750px; */
}

.banner-btns .btns-box a {
    display: block;
    width: 49px;
    height: 104px;
    position: absolute;
    top: 50%;
    margin-top: -52px;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.banner-btns .btns-box a:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.banner-btns .btns-box .prev-btn {
    left: 5%;
    background: url(../images/foot.png) 0 0 no-repeat;
}

.banner-btns .btns-box .next-btn {
    right: 5%;
    background: url(../images/foot.png) -49px 0 no-repeat;
}

.banner-btns .btns-box .hd {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
    text-align: center;
}

.banner-btns .btns-box .hd li {
    display: inline-block;
    width: 100px;
    height: 8px;
    border-margin: 0 3px;
    background: #FFF;
    cursor: pointer;
    font-size: 0px;
}

.banner-btns .btns-box .hd li.on {
    background: #BE0009;
}

/*searchky*/
.searchky-bg {
    width: 100%;
    height: 60px;
    background-color: #ECECEC;
}

.searchky-bg .searchky {
    height: 100%;
}

.searchky-bg .searchky .keyword {
    width: 840px;
    height: 100%;
    line-height: 60px;
    color: #666;
}

.searchky-bg .searchky .keyword strong {
    font-weight: bold;
    margin-right: 15px;
}

.searchky-bg .searchky .search {
    width: 350px;
    height: 100%;
    margin-top: 13px;
}

.searchky-bg .searchky .search .textCont {
    box-sizing: border-box;
    width: 285px;
    height: 35px;
    line-height: 26px;
    border: none;
    color: #505050;
    float: left;
    padding: 5px 40px 5px 15px;
    border-radius: 10px;
}

.searchky-bg .searchky .search .anSearch {
    border: 0;
    background: url(../newImg/search-icon.png) no-repeat 13px center;
    background-color: #BE0009;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 90px;
    height: 35px;
    float: left;
    margin-left: -35px;
    cursor: pointer;
    color: #FFF;
    padding-left: 10px;
    position: relative;
}
/*cpScroll-bg*/
.cpScroll-bg {
    width: 100%;
    /* height: 619px; */
    background-size: cover;
}

.cpScroll-bg .cpScroll-con {
    height: 100%;
}

/*标题样式*/
.m-title {
    color: #BE0009;
    width: 350px;
    margin: 50px auto;
    text-align: center;
    position: relative;
}

.m-title .en-title {
    text-transform: uppercase;
    font-size: 12px;
    position: absolute;
    padding: 0 10px;
    top: -9px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: transparent;
    z-index: 3;
}

.m-title .main-title {
    font-size: 36px;
    font-weight: bold;
    border-top: 1px solid #BE0009;
    border-bottom: 1px solid #BE0009;
    padding: 14px 7px;
}

.m-title .sub-title {
    color: #999999;
    font-size: 20px;
    margin-top: 13.5px;
}

.m-title .pro {
    background-color: #fff;
}

.pro-list ul {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.pro-list li {
    position: relative;
    float: left;
    text-align: center;
    margin: 0 26px 20px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #fff;
    width: 280px;
    -webkit-box-shadow: 0px 7px 10px rgba(238, 238, 238, 0.8);
    box-shadow: 0px 7px 10px rgba(238, 238, 238, 0.8);
}

.pro-list li img {
    border: 0;
    vertical-align: middle;
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.pro-list li a {
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    border: 2px solid transparent;
    display: block;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.pro-list li b {
    display: block;
    font-weight: normal;
    font-size: 16px;
    position: relative;
    margin-top: 20px;
}

.pro-list li b::after {
    content: "";
    display: inline-block;
    width: 70px;
    height: 2px;
    background-color: #BE0009;
    position: absolute;
    bottom: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pro-list li p {
    margin: 15px 0;
    padding: 0 15px;
    line-height: 200%;
    color: #666;
}

.pro-list li em {
    font-style: normal;
    display: inline-block;
    padding: 5px 17px;
    background-color: #BE0009;
    color: #fff;
    margin-bottom: 20px;
}

.pro-list li:hover a {
    border: 2px solid #BE0009;
}

.pro-list li:hover b {
    color: #BE0009;
}

.pro-list li:hover em {
    background-color: #BE0009;
}

/*cpTab-bg*/
.cpTab-bg {
    width: 100%;
    height: 712px;
    background-size: cover;
}

.cpTab-bg .cpTab {
    height: 100%;
}

.pro_l {
    float: left;
    width: 239px;
    height: 685px;
    padding-bottom: 12px;
    background: #BE0009;
    overflow: hidden;
}

.pro_l h2 {
    padding-top: 17px;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    font-size: 24px;
    line-height: 36px;
}

.pro_l h2 a {
    color: #fff;
}

.pro_l h2 i {
    display: block;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 14px;
    font-style: normal;
}

.pro_l ul {
    margin: 0 auto;
    width: 222px;
    overflow: hidden;
}

.pro_l ul li {}

.pro_l ul li>a {
    display: block;
    padding-left: 46px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    margin-bottom: 9px;
    overflow: hidden;
    /* background: url(../images/pro_ip3.png) no-repeat center top; */
}

.pro_l ul li:hover>a,
.pro_l ul .cur>a {
    /* background: url(../images/pro_ip2.png) no-repeat center top; */
    background: #FFF;
    color: #1A1A1A;
}

.pro_l ul li>dl {
    display: none;
}

.pro_l ul li>dl>dd {
    text-indent: 2em;
    line-height: 30px;
}

.pro_l ul li>dl>dd>a {
    color: #fff;
}

.pro_l ul li>dl>dd:hover>a {
    color: #ff9000;
}

.pro_l ul .nones a {
    height: 36px;
    line-height: 36px;
}

.pro_l ul .nones a:hover {
    background: url(../images/pro_ip3.png) no-repeat center top;
}

.pro_r {
    width: 938px;
    overflow: hidden;
    float: right;
}

.pro_r ul {
    overflow: hidden;
    height: 203px;
    width: 938px;
}

.pro_r ul li {
    float: left;
    position: relative;
    height: 203px;
    line-height: 0px;
    width: 231px;
    margin-right: 4.5px;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
}

.pro_r ul li:nth-child(4n) {
    margin-right: 0
}

.pro_r ul li img {
    max-width: 100%;
    width: 100%;
    height: 203px;
    object-fit: cover;
}

.pro_r ul li em {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    line-height: 36px;
}

.pro_r ul .nones {
    margin-right: 0px;
}

.pro2_dl {
    margin-bottom: 7px;
    height: 475px;
    width: 938px;
    overflow: hidden;
}

.pro2_dl dl {
    position: relative;
    width: 938px;
    height: 100%;
    overflow: hidden;
}

.pro2_dl dt {
    width: 938px;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
}

.pro2_dl dt img {
    height: 100%;
    overflow: hidden;
}

.pro2_dl dd {
    position: absolute;
    left: 0px;
    bottom: 0px;
    padding: 35px 40px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pro2_dl dd p {
    float: left;
    width: 630px;
    color: #fff;
    overflow: hidden;
}

.pro2_dl dd b {
    display: block;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pro2_dl dd p a {
    color: #fff;
    margin-bottom: 18px;
    display: inline-block;
}

.pro2_dl dd p .product-btn {
    color: #BE0009;
    margin: 0 10px;
}

.pro2_dl dd em {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
    width: 122px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-radius: 20px;
    border: 1px solid #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.pro2_dl dd em a {
    color: #fff;
    display: block;
}

/*case-bg*/
.case-bg {
    width: 100%;
    height: 766px;
    background: url(../newImg/case-bg.png) no-repeat center;
    background-size: cover;
}

.case-bg .m-title .pro {
    background-color: #533D4C;
    color: #FFF;
}

.caset {
    margin: 0 0 31px 0px;
    height: 42px;
}

.caset ul {
    text-align: center;
}

.caset li {
    width: 155px;
    margin-right: 23px;
    line-height: 0px;
    text-align: center;
    display: inline-block;
}

.caset a {
    display: inline-block;
    width: 155px;
    height: 42px;
    color: #fff;
    font-size: 18px;
    line-height: 42px;
    border-radius: 20px;
    background-color: #646464;
}

.caset li a:hover,
.caset .cur a {
    background-color: #0667aa;
    color: #fff;
}

.cs_wz dl {
    width: 290px;
    padding: 0 5px;
    float: left;
}

.cs_wz dt {
    width: 100%;
    height: 227px;
    margin-bottom: 10px;
    overflow: hidden;
    float: left;
    text-align: center;
}

.cs_wz dt a {
    display: block;
    position: relative;
}

.cs_wz dt a::after {
    content: "";
    height: 8px;
    width: 100%;
    background-color: #BE0009;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.cs_wz dl:nth-child(2n) dt a::after {
    background-color: #FFF;
}

.cs_wz dt img {
    width: 100%;
    object-fit: scale-down;
    height: 227px;
    background-color: #fff;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.cs_wz dd {
    width: 260px;
    padding: 20px 20px 0;
    height: 207px;
    float: left;
    overflow: hidden;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.cs_wz dd h3 {
    font-size: 18px;
    height: 54px;
    line-height: 54px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.cs_wz dd h3 a {
    color: #494949;
}

.cs_wz dd p {
    color: #666;
    line-height: 200%;
}

.cs_wz dd em {
    display: block;
    margin-top: 15px;
}

.cs_wz dd em a {
    display: inline-block;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background-color: #94989b;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    line-height: 27px;
    text-align: center;
    color: #fff;
}

.cs_wz dl:nth-child(3) dt {
    float: right;
}

.cs_wz dl:nth-child(3) dd {
    float: right;
}

.cs_wz dl:nth-child(4) dt {
    float: right;
}

.cs_wz dl:nth-child(4) dd {
    float: left;
}

.cs_wz dl:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.cs_wz dl:hover dd {
    background-color: #fafafa;
}

.cs_wz dl:hover em a {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    background-color: #0667aa;
}

/*优势ys*/
.ys_bg {
    /* height: 1802px; */
    overflow: hidden;
    background-size: cover;
}

.ys_bg em {
    font-style: normal;
}

.ys_bg .content {
    width: 1200px;
    margin: 0 auto;
}

.ys {
    /* height: 1802px; */
    position: relative;
    width: 1200px;
    overflow: hidden;
}

.ys h2 {
    margin: 59px auto 0;
    width: 1200px;
    height: 107px;
    position: relative;
    background: url(../images/ys_t.png) no-repeat center top;
    color: #fff;
}

.ys h2 p {
    float: left;
    width: 600px;
    text-align: right;
    font: bold 38px/107px "Microsoft Yahei";
    font-style: italic;
}

.ys h2 span {
    float: right;
    margin-top: 32px;
    display: block;
    width: 462px;
    text-align: left;
    font: bold 30px/75px "Microsoft Yahei";
    font-style: italic;
}

.ys dl {
    width: 520px;
    overflow: hidden;
}

.ys dl dt {
    overflow: hidden;
    margin-bottom: 22px;
}

.ys dl dt img {
    float: left;
    width: 65px;
    height: 65px;
}

.ys dl dt p {
    float: right;
    width: 445px;
    color: #ed6603;
    font: bold 18px/28px "Microsoft Yahei";
}

.ys dl dt p b {
    color: #0067ac;
    display: block;
    font: bold 30px/38px "Microsoft Yahei";
}

.ys dl dd {
    overflow: hidden;
}

.ys dl dd span {
    display: block;
    padding-left: 70px;
    color: #666;
    font: 16px/40px "Microsoft Yahei";
    background: url(../images/ys_ic.png) no-repeat 53px 16px;
}

.ys dl dd span em {
    color: #0067ac;
    font-weight: bold;
}

.ys01 {
    position: absolute;
    right: 0px;
    top: 320px;
}

.ys02 {
    position: absolute;
    left: 0px;
    top: 646px;
}

.ys03 {
    position: absolute;
    right: 0px;
    top: 1015px;
}

.ys04 {
    position: absolute;
    left: 0px;
    top: 1374px;
}

.ys_i1 {
    position: absolute;
    left: 0px;
    top: 234px;
    width: 595px;
    height: 435px;
    overflow: hidden;
}

.ys_i1 img {
    width: 595px;

}

.ys_i2 {
    position: absolute;
    right: 0px;
    top: 570px;
    width: 591px;
    height: 390px;
    overflow: hidden;
}

.ys_i2 img {}

.ys_i3 {
    position: absolute;
    left: 0px;
    top: 986px;
    width: 573px;
    height: 345px;
    overflow: hidden;
}

.ys_i3 img {
    width: 100%;
}

.ys_i4 {
    position: absolute;
    right: 55px;
    top: 1345px;
    width: 500px;
    height: 350px;
    overflow: hidden;
}

.ys_i4 img {
    width: 480px;
}


/*about-bg*/
.about-bg {
    width: 100%;
    padding-bottom: 60px;
    background-color: #F6F6F6;
}

.about-bg .m-title .pro {
    background-color: #F6F6F6;
}

.about-wrap {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.about-wrap .imgbox {
    margin-bottom: 30px;
}

.about-wrap .desc {
    line-height: 200%;
    text-align: left;
    color: #666;
}

.about-wrap .desc a:hover {
    text-decoration: underline;
}

.tab_li {
    margin-bottom: 23px;
    width: 1200px;
    border-bottom: 1px solid #b2c2c9;
    overflow: hidden;
    height: 47px;
}

.tab_li span {
    display: block;
    font-size: 16px;
    line-height: 47px;
}

.tab_li span a {
    color: #0067ac;
}

.tab_li ul {
    margin-left: 0px;
    text-align: center;
}

.tab_li li {
    display: inline-block;
    margin-right: 3px;
    height: 47px;
    text-align: center;
    overflow: hidden;
    line-height: 0px;
}

.tab_li li.cur a {
    background: #BE0009;
    color: #FFF;
}

.tab_li li a {
    display: inline-block;
    font-size: 20px;
    line-height: 48px;
    width: 164px;
    color: #999999;
    height: 48px;
    overflow: hidden;
    background: #fff;
}

.tab_li li a:hover,
.box11009_-8296 .tab_li .cur a {
    text-decoration: none;
    background: #BE0009;
    color: #FFF;
}

.tab_li .nones {
    background: none;
}

.roll3,
.box11009_-8296 .roll4 {
    margin-top: 46px;
    width: 30px;
    height: 84px;
    overflow: hidden;
}

.roll3 a,
.box11009_-8296 .roll4 a {
    display: block;
    width: 24px;
    height: 84px;
    background: url(../newImg/left-hz.png) no-repeat;
    margin-top: 76px;
}

.roll3 {
    float: left;
    margin-top: 0;
    overflow: visible;
}

.roll3 a {
    display: block;
    width: 26px;
    height: 84px;
    background: url(../newImg/left-hz.png) no-repeat;
    margin-top: 76px;
}

.roll4 {
    float: right;
}

.roll4 a {
    display: block;
    width: 26px;
    height: 84px;
    background: url(../newImg/right-lz.png) no-repeat;
    margin-top: 76px;
}

.slide_c {
    width: 1110px;
    float: left;
    margin-left: 20px;
    overflow: hidden;
}

.slide_c ul li {
    margin-right: 9px;
    width: 270px;
    line-height: 0px;
    float: left;
    text-align: center;
}

.slide_c ul li a {}

.slide_c ul li img {
    max-width: 100%;
    height: 225px;
    object-fit: contain;
    background-color: #fff;
}

.slide_c ul li em {
    display: block;
    text-align: center;
    color: #525252;
    font-size: 14px;
    line-height: 24px;
    padding-top: 10px;
}

.slide_c ul li:hover em {
    color: #BE0009;
}

.slide_c ul .nones {
    margin-right: 0px;
}

/*news-bg*/
.news-bg {
    width: 100%;
    height: 571px;
    background-color: #FFF;
}

.news-bg .news-in {
    height: 521px;
}

.news-bg .news-in .news-left {
    margin-right: 65px;
    width: 50%;
    height: 100%;
}

.news-bg .news-in .news-right {
    width: 535px;
    display: block;
    height: 100%;
}

.news-title {
    margin: 30px auto 37px;
    /* width: 600px; */
    overflow: hidden;
    line-height: 60px;
    border-bottom: 1px solid #CACFD2;
    position: relative;
}

.news-title::after {
    content: "";
    width: 144px;
    height: 5px;
    background-color: #BE0009;
    position: absolute;
    bottom: 0;
    left: 0;
}

.news-title strong {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 21px;
    display: inline-block;
}

.news-title a {
    font-size: 16px;
    color: #BE0009;
    float: right;
}



/*标题部分*/
.cont {
    border-top: none;
    padding: 5px;
    border: none;
}

.boxCont {
    font-size: 12px;
    color: #5F5F5F;
}

.tjnews {
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 10px;
}

.tjnews .tjTu {
    float: left;
}

/*推荐新闻图片部分宽度*/
.tjnews .tjnewsCont {
    float: right;
    width: 270px;
    line-height: 24px;
    ;
    color: #666;
}

/*推荐新闻文字部分宽度*/
.tjnews .tjnewsCont .tjCont {
    font-size: 14px;
    color: #666;
    line-height: 200%;
    margin-bottom: 5px;
}

.tjBiaoti {
    line-height: 200%;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.tjBiaoti a {
    color: #1A1A1A;
    text-decoration: none;
    font-family: "微软雅黑";
    font-size: 16px;
    font-weight: bold;
}

.newsList li:hover a,
.tjBiaoti a:hover {
    color: #BE0009;
}

a:hover,
.newsList li a:hover,
.tjnews .more:hover {
    color: #BE0009;
}

.type,
.box200_-2709 .newsList li .type {
    color: #BE0009;
    text-decoration: none;
    margin-right: 5px;
    display: none;
}

/*分类*/
.tjBiaoti .time {
    color: #BABABA;
    margin-left: 5px;
    display: none;
}

/*时间*/
.tjnews .more {
    color: #BE0009;
    text-decoration: none;
    font-style: 14px;
    display: block;
    margin-top: 6px;
}

/*推荐内容下面的更多*/
/*推荐部分*/
.newsList {
    margin: 10px 0;
}

.newsList .newsList_tu {
    float: left;
    width: 185px;
    margin-top: 5px;
    *margin-top: 0px;
    display: none;
}

.tjnesw_list {
    overflow: hidden;
}

.newsList .tjList a {
    color: #666;
}

.newsList li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url(../images/news_li.png) left center no-repeat / 5px auto;
    padding-left: 15px;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px
}

.newsList li a {
    color: #666;
    text-decoration: none;
}

.newsList li a,
.box200_-2709 .newsList li span {}

.newsList li .hot {
    background: url(../images/hot_06.jpg) no-repeat;
    width: 22px;
    height: 9px;
    display: inline-block;
    display: none;
}

.newsList li .time {
    float: right;
    color: #9f9e9e;
}

.moreLIst {
    text-align: right;
    display: none;
}

.moreLIst a {
    background: url(../images/more_11.jpg) no-repeat;
    width: 86px;
    height: 19px;
    line-height: 19px;
    display: inline-block;
    text-align: center;
    color: #0067ac;
    text-decoration: none;
    margin-top: 5px;
}

.moreLIst a:hover {
    text-decoration: none;
}

.topMarquee {
    width: 100%;
}

.topMarquee .bd {
    width: 100%;
    margin: 0 auto;
}

.topMarquee .bd .picList {
    width: 100%;
}

.topMarquee .bd .picList li {
    width: 100%;
    list-style-type: none;
    padding: 10px;
}

.topMarquee .bd .picList li h3 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #333;
    font-weight: normal;
    border-bottom: 1px solid #d9d9d9;
}

.topMarquee .bd .picList li h3 b {
    /* font-size: 0; */
    width: 26px;
    height: 50px;
    /* background: url(../images/new_w.png) no-repeat center center; */
    float: left;
    margin-right: 10px;
    position: relative;
}

.topMarquee .bd .picList li h3 b::before {
    content: '?';
    width: 26px;
    height: 26px;
    background-color: #BE0009;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.topMarquee .bd .picList li h3 span {
    float: left;
    display: block;
    font-size: 16px;
}

.topMarquee .bd .picList li h3 a {
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
}

.topMarquee .bd .picList li h3 a:hover {
    text-decoration: none;
    color: #BE0009;
}

.topMarquee .bd .picList li p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.topMarquee .bd .picList li p b {
    display: none;
}

.topMarquee .bd .picList li p span {
    display: block;
    padding: 20px 0 10px 30px;
    width: 90%;
    line-height: 200%;
}


/*首页表单提交*/
.reg_bg {
    overflow: hidden;
    background-size: cover;
}

.reg_bg .reg_content {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.lc {
    position: relative;
    height: 600px;
    float: left;
    width: 860px;
}

.lc p {
    position: absolute;
    left: 400px;
    top: 82px;
    padding-left: 62px;
    overflow: hidden;
    font: 18px/22px "Microsoft Yahei";
    color: #222;
    overflow: hidden;
    background: url(../images/reg_tel.png) no-repeat left center;
}

.lc p b {
    color: #0067ac;
    display: block;
    font: bold 30px/36px "Microsoft Yahei";
}

.lc01 {
    margin-top: 414px;
}

.lc01 h3 {
    float: left;
    height: 122px;
    width: 24px;
    text-align: center;
    padding: 9px 19px 0 10px;
    color: #fff;
    font: 18px/20px "Microsoft Yahei";
    background: url(../images/reg_b.png) no-repeat left center;
    writing-mode: tb-rl
}

.lc01 ul {
    float: left;
}

.lc01 li {
    position: relative;
    float: left;
    margin-right: 4px;
    width: 153px;
    height: 126px;
}

.lc01 li img {
    width: 153px;
    height: 126px;
}

.lc01 li em {
    position: absolute;
    left: 27px;
    bottom: 0px;
    width: 124px;
    display: block;
    text-align: center;
    font: 14px/40px "Microsoft Yahei";
    color: #fff;
}

.lc01 .nones {
    margin-right: 0px;
}

.reg {
    width: 315px;
    float: right;
}

.reg p {
    margin-top: 55px;
    display: block;
    height: 77px;
    font: 14px/24px "Microsoft Yahei";
    color: #353535;
}

.reg p b {
    display: block;
    color: #0067ac;
    font: 20px/34px "Microsoft Yahei";
}

.reg li {
    margin: 0 0 8px 0;
    line-height: 0px;
    color: #0067ac;
}

.reg li img {
    vertical-align: middle;
    width: 110px;
    height: 36px;
    margin-left: 0px;
}

.reg li span {
    display: inline-block;
    font: 14px/34px "Microsoft Yahei";
    vertical-align: top;
    text-align: right;
    height: 34px;
    width: 74px;
    overflow: hidden;
    color: #666;
}

.reg li .sx {
    display: inline-block;
    padding-left: 10px;
    font-size: 14px;
    color: #0067ac;
    width: 50px;
}

.reg .inp1 {
    width: 201px;
    padding-left: 10px;
    height: 32px;
    border: 1px solid #dadada;
    line-height: 32px;
    overflow: hidden;
    background: none;
    margin-right: 5px;
    color: #666;
    outline: none;
}

.reg .inp2 {
    width: 201px;
    padding-left: 10px;
    height: 79px;
    border: 1px solid #dadada;
    line-height: 20px;
    overflow: hidden;
    background: none;
    resize: none;
    color: #666;
    outline: none;
}

.reg .inp3 {
    width: 76px;
    padding-left: 10px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #dadada;
    overflow: hidden;
    background: none;
    color: #666;
    outline: none;
}

.reg .li04 {
    height: 35px;
    margin: 24px 0 0 10px;
    float: left;
    display: inline;
    overflow: hidden;
}

.reg .btn1 {
    display: inline-block;
    background: url(../images/reg_btn1.jpg) no-repeat left top;
    width: 121px;
    height: 35px;
    border: 0;
    cursor: pointer;
}

.reg .btn2 {
    display: inline-block;
    background: url(../images/reg_btn2.jpg) no-repeat left top;
    width: 121px;
    height: 35px;
    margin-left: 37px;
    border: 0;
    cursor: pointer;
}


/*底部footer*/
.footWrap {
    /* background: url(../images/f_bg.png) no-repeat center top;
    background-size: cover; */
    position: relative;
    /* height: 348px; */
    overflow: hidden;
    clear: both;
    background-color: #BE0009;
    margin-top: -30px;
    padding: 95px 0;
}

.footer {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.footer em,
.footer i {
    font-style: normal;
}

.f_nav {
    height: 60px;
    overflow: hidden;
    text-align: right;
    font-size: 16px;
    line-height: 60px;
    background: url(../newImg/fot-bg.png) no-repeat right center;
    background-size: 83.333% 100%;
    position: relative;
    margin-top: -30px;
    z-index: 10;
    width: 100%;
}

.f_nav a {
    color: #fff;
    padding: 0 27px;
    display: inline-block;
    position: relative;
}

.f_nav a::after {
    content: "/";
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.f_nav a:last-child::after {
    display: none;
}

.f_nav a.nones {
    background: none;
}

.f_con {
    margin-top: 40px;
}

.f_logo {
    overflow: hidden;
    padding-left: 62px;
    box-sizing: border-box;
}

.f_logo span {
    display: block;
    margin: 0 auto 11px;
    width: 121px;
    height: 78px;
}

.f_logo img {
    max-width: 100%;
    height: auto;
}

.f_logo p {
    margin: 0 auto;
    width: 103px;
    height: 117px;
    overflow: hidden;
    background: #80adcb;
}

.f_logo p img {
    width: 87px;
    height: 86px;
    display: block;
    margin: 6px auto 0;
}

.f_logo p i {
    display: block;
    text-align: center;
    color: #263139;
    line-height: 25px;
}

.f_all {
    float: left;
    width: 360px;
    overflow: hidden;
}

.f_h3 {
    height: 46px;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: bold;
    line-height: 46px;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.f_h3 a {
    color: #fff;
}

.f_h3 img {
    vertical-align: middle;
    padding-right: 10px;
}

.f_all {
    overflow: hidden;
    color: #fff;
    line-height: 30px;
}

.f_all a {
    color: #fff;
}

.f_all b {
    margin-left: 0px;
    font-size: 24px;
    line-height: 28px;
}

.f_all em {
    display: block;
    margin-bottom: 4px;
}

.f_all img {
    vertical-align: middle;
    padding-right: 12px;
    max-height: 100%;
    width: auto;
    object-fit: scale-down;
}

.f_pro {
    float: left;
    width: 150px;
    margin-left: 62px;
}

.f_pro .f_h3 img {
    padding-left: 10px;
}

.f_pro ul li {
    line-height: 28px;
}

.f_pro ul li a {
    color: #fff;
}

@media screen and (min-width:1920px) {
    .index-form {
        margin-bottom: -20px;
    }
}

.case-bg .main-title {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #FFF;
}

.about-wrap img {
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.about-wrap span {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 50px;
    display: block;
}

.reg_bg .reg-lt {
    width: 63.5%;
    color: #FFF;
    padding-right: 100px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.reg_bg .reg-rt {
    width: 36.5%;
    background-color: #FFF;
    padding: 42px 35px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.reg_bg .reg-lt h4 {
    font-size: 36px;
    line-height: 47px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.reg_bg .reg-lt h4::after {
    content: "";
    width: 127px;
    height: 1px;
    background-color: #FFF;
    position: absolute;
    left: 0;
    bottom: 0;
}

.reg_bg .reg-lt strong {
    font-size: 28px;
    line-height: 37px;
    font-weight: bold;
    margin-bottom: 40px;
    display: inline-block;
}

.reg_bg .reg-lt ul {
    padding: 170px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: url(../newImg/icon-bg.png) center center no-repeat;
    background-size: 80% 50px;
    height: 70px;
}

.reg_bg .reg-lt li {
    width: 20%;
    height: 100%;
    position: relative;
    margin: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -170px;
    cursor: pointer;
}

.reg_bg .reg-lt li::before {
    content: "";
    background: url(../newImg/icon-btn.png) no-repeat;
    background-size: cover;
    width: 6px;
    height: 6px;
    position: absolute;
    bottom: -114px;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.reg_bg .reg-lt li:nth-child(even) {
    margin-top: 170px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.reg_bg .reg-lt li:nth-child(even)::before {
    top: -114px;
}

.reg_bg .reg-lt li.on::before,
.reg_bg .reg-lt li:hover::before {
    background: url(../newImg/icon-btnon.png) no-repeat;
    width: 32px;
    height: 32px;
    bottom: -126px;
    background-size: cover;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.reg_bg .reg-lt li:nth-child(even):hover::before {
    top: -126px;
}

.reg_bg .reg-lt li .reg-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reg_bg .reg-lt li p {
    margin-top: 8px;
}

.reg_bg .reg-lt li .reg-content {
    height: 131px;
    width: 97px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin: 10px 0;
}

.reg_bg .reg-lt li .reg-content figure {
    width: 97px;
    height: 97px;
    background-color: rgba(255, 255, 255, 0.2);
    position: relative;
    border-radius: 50%;
    margin-bottom: 34px;
}

.reg_bg .reg-lt li .reg-content img {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.reg_bg .reg-lt li .reg-content::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
    content: "";
    height: 35px;
    width: 2px;
    background-color: rgba(255, 255, 255, 0.2);
}

.reg_bg .reg-lt li .reg-content::after {
    bottom: 0;
    left: 50%;
    margin-left: -0.5rem;
    position: absolute;
    content: "";
    width: 1rem;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    display: block;
}

.reg_bg .reg-lt li:nth-child(even) .reg-content figure {
    margin-bottom: 0;
    margin-top: 34px;
}

.reg_bg .reg-lt li:nth-child(even) .reg-content::before {
    top: 0;
}

.reg_bg .reg-lt li:nth-child(even) .reg-content::after {
    top: 0;
}

.reg_bg .reg-rt strong {
    font-size: 22px;
    line-height: 29px;
    font-weight: bold;
    margin-bottom: 9px;
    display: block;
    color: #1A1A1A;
}

.reg_bg .reg-rt span {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #666666;
}

.reg_bg .reg-rt form {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.reg_bg .reg-rt form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.reg_bg .reg-rt form label:last-child {
    margin-bottom: 0;
}

.reg_bg .reg-rt label p {
    font-size: 14px;
    line-height: 44px;
    font-weight: 400;
    color: #1A1A1A;
    margin-right: 12px;
    width: 20%;
}

.reg_bg .reg-rt label input {
    height: 44px;
    width: 80%;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.reg_bg .reg-rt label textarea {
    width: 80%;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.reg_bg .reg-rt label.codebtn input {
    width: 40%;
}

.reg_bg .reg-rt label.codebtn canvas {
    width: 40%;
    height: 44px;
    max-width: 100px;
}
.canvas{
    width: 40%;
    height: 100%;
    max-width: 100px;
}

.reg_bg .reg-rt .btnbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.reg_bg .reg-rt .btnbox button {
    width: calc(50% - 5px);
    height: 56px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    cursor: pointer;
    border: none;
}

.reg_bg .reg-rt .btnbox .formBtn {
    color: #FFF;
    background-color: #BE0009;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.reg_bg .reg-rt .btnbox .formReset {
    color: #1A1A1A;
    background-color: #CACFD2;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.reg_bg .reg-rt .btnbox .formBtn:hover {
    animation: bounceIn;
    animation-duration: .5s;
}

.reg_bg .reg-rt .btnbox .formReset:hover {
    animation: bounceIn;
    animation-duration: .5s;
}

.f_all ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.f_all ul li div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.f_all ul li p {
    display: inline-block;
}

.f_all ul li span {
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
}

.f_logo .f_h3 {
    border-bottom: 1px solid transparent;
}

@media screen and (max-width:765px) {
    .reg_bg .reg-lt li i {
        background: url(../newImg/left.png) no-repeat;
        max-width: 100%;
        display: block;
        width: 17px;
        height: 12px;
    }
}